Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 99b114b

Browse files
authored
feat: add files, folders, and drives common models (#38)
1 parent 27b962b commit 99b114b

File tree

10 files changed

+2638
-2556
lines changed

10 files changed

+2638
-2556
lines changed

index.d.ts

+2,618-2,538
Large diffs are not rendered by default.

index.js

+11-9
Original file line numberDiff line numberDiff line change
@@ -310,25 +310,25 @@ if (!nativeBinding) {
310310
throw new Error(`Failed to load native binding`)
311311
}
312312

313-
const { UnifiedApi, IntegrationOS, AccountType, AllocationMethod, TargetType, TransactionMethod, SkuValidation, Gender, Format, Roles, TargetSelection, CustomerSelection, MinimumRequirements, Status, AppliesTo, CustomerEligibility, ChannelAvailability, Country, GlobalTaxType, IdentityProvider, AccountEngagementLevel, ReviewApprovalStatus, StakeholderType, AccountStatus, CampaignStatus, CustomerType, MessageContentType, ReactionType, SupportTicketPriority, IssueLifecycleStatus, OrderStatus, DiscountType, FulfillmentStatus, ProductAvailabilityStatus, ExpenseApprovalStatus, FinancialChargeType, BillingStatus, InvoiceAdjustmentType, DataType, EmploymentType, TimeCycle, FinancialTrackingCategories, CampaignType, ContactAddressType, LeadLifecycleStatus, ParticipantEngagementStatus, ItemEntityStatus, Currency, CustomerEligibilityStatus, ItemCondition, TransactionType, EntityLifecycleStatus, JournalEntryStatus, DayOfWeek, AccountingAccountType, MessageReadStatus, MessageDeliveryStatus, SupportQueryType, ImageMimeType, OrderingCriteria, ChatType, ItemAvailabilityStatus, FinancialAccountStatus, TransactionStatus, CreditNoteStatus, PaymentTerm, EmploymentAndCandidateStatus, OrganizationalRole, CustomerStatus, SocialPlatform, ConversationStatus, CommunicationRole, LifecycleStatus, PaymentMethod, FinancialTransactionStatus, AuditOpinionType, InventoryStorageType, VisibilityScope, PaymentStatus, TransactionChannel, FinancialDisputeStatus, DeviceUsageType, FinancialTransactionType, AccessControlModel, ParticipantType, PriorityLevel, PrerequisiteRangeType, ContentVisibility, EntityCategory, GenderIdentity, CommunicationMethod, EmailCategoryType, UniversalIdentifierType, TaskStatus, UserStatus, PromotionType, MimeType, TaxType, ModifierType, CardType, PrepaidType, EntryMethod, CvvStatus, AvcStatus, CreditType, CallDirection } = nativeBinding
313+
const { UnifiedApi, IntegrationOS, AllocationMethod, TargetType, AppliesTo, CustomerEligibility, AccountType, CustomerSelection, TransactionMethod, Gender, MinimumRequirements, ChannelAvailability, SkuValidation, Status, Format, Roles, TargetSelection, Country, GlobalTaxType, IdentityProvider, AccountEngagementLevel, ReviewApprovalStatus, StakeholderType, AccountStatus, CampaignStatus, CustomerType, MessageContentType, ReactionType, SupportTicketPriority, IssueLifecycleStatus, OrderStatus, DiscountType, FulfillmentStatus, ProductAvailabilityStatus, ExpenseApprovalStatus, FinancialChargeType, BillingStatus, InvoiceAdjustmentType, DataType, EmploymentType, TimeCycle, FinancialTrackingCategories, CampaignType, ContactAddressType, LeadLifecycleStatus, ParticipantEngagementStatus, ItemEntityStatus, Currency, CustomerEligibilityStatus, ItemCondition, TransactionType, EntityLifecycleStatus, JournalEntryStatus, DayOfWeek, AccountingAccountType, MessageReadStatus, MessageDeliveryStatus, SupportQueryType, ImageMimeType, OrderingCriteria, ChatType, ItemAvailabilityStatus, FinancialAccountStatus, TransactionStatus, CreditNoteStatus, PaymentTerm, EmploymentAndCandidateStatus, OrganizationalRole, CustomerStatus, SocialPlatform, ConversationStatus, CommunicationRole, LifecycleStatus, PaymentMethod, FinancialTransactionStatus, AuditOpinionType, InventoryStorageType, VisibilityScope, PaymentStatus, TransactionChannel, FinancialDisputeStatus, DeviceUsageType, FinancialTransactionType, AccessControlModel, ParticipantType, PriorityLevel, PrerequisiteRangeType, ContentVisibility, EntityCategory, GenderIdentity, CommunicationMethod, EmailCategoryType, UniversalIdentifierType, TaskStatus, UserStatus, PromotionType, MimeType, TaxType, ModifierType, CardType, PrepaidType, EntryMethod, CvvStatus, AvcStatus, CreditType, CallDirection, SpeakerRole, FileType } = nativeBinding
314314

315315
module.exports.UnifiedApi = UnifiedApi
316316
module.exports.IntegrationOS = IntegrationOS
317-
module.exports.AccountType = AccountType
318317
module.exports.AllocationMethod = AllocationMethod
319318
module.exports.TargetType = TargetType
319+
module.exports.AppliesTo = AppliesTo
320+
module.exports.CustomerEligibility = CustomerEligibility
321+
module.exports.AccountType = AccountType
322+
module.exports.CustomerSelection = CustomerSelection
320323
module.exports.TransactionMethod = TransactionMethod
321-
module.exports.SkuValidation = SkuValidation
322324
module.exports.Gender = Gender
325+
module.exports.MinimumRequirements = MinimumRequirements
326+
module.exports.ChannelAvailability = ChannelAvailability
327+
module.exports.SkuValidation = SkuValidation
328+
module.exports.Status = Status
323329
module.exports.Format = Format
324330
module.exports.Roles = Roles
325331
module.exports.TargetSelection = TargetSelection
326-
module.exports.CustomerSelection = CustomerSelection
327-
module.exports.MinimumRequirements = MinimumRequirements
328-
module.exports.Status = Status
329-
module.exports.AppliesTo = AppliesTo
330-
module.exports.CustomerEligibility = CustomerEligibility
331-
module.exports.ChannelAvailability = ChannelAvailability
332332
module.exports.Country = Country
333333
module.exports.GlobalTaxType = GlobalTaxType
334334
module.exports.IdentityProvider = IdentityProvider
@@ -418,3 +418,5 @@ module.exports.CvvStatus = CvvStatus
418418
module.exports.AvcStatus = AvcStatus
419419
module.exports.CreditType = CreditType
420420
module.exports.CallDirection = CallDirection
421+
module.exports.SpeakerRole = SpeakerRole
422+
module.exports.FileType = FileType

npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node-darwin-arm64",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node-darwin-x64",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"os": [
55
"darwin"
66
],

npm/linux-arm64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node-linux-arm64-gnu",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node-linux-x64-gnu",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"os": [
55
"linux"
66
],

npm/win32-arm64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node-win32-arm64-msvc",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"os": [
55
"win32"
66
],

npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node-win32-x64-msvc",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"os": [
55
"win32"
66
],

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integrationos/node",
3-
"version": "3.8.14",
3+
"version": "3.8.15",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)