@mergeapi/merge-node-client 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +32 -22
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +12 -6
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +5 -2
- package/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/api/resources/accounting/resources/attachments/client/Client.js +8 -5
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +8 -5
- package/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +8 -5
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -5
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/employees/client/Client.js +6 -3
- package/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +10 -7
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +6 -3
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/index.d.ts +4 -0
- package/api/resources/accounting/resources/index.js +5 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +12 -9
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +2049 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +2049 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +6 -3
- package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +10 -7
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +193 -0
- package/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentMethods/client/index.js +17 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +29 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.d.ts +17 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/paymentMethods/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentMethods/index.js +17 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +199 -0
- package/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/client/index.js +17 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.js +5 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +21 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.js +5 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/paymentTerms/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/index.js +17 -0
- package/api/resources/accounting/resources/payments/client/Client.js +12 -9
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +5 -2
- package/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +10 -7
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/accounting/resources/taxRates/client/Client.js +10 -4
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +10 -4
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +6 -3
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -5
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/AccountToken.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/api/resources/accounting/types/InvoicePaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/InvoicePaymentTerm.js +5 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentTerm.js +5 -0
- package/api/resources/accounting/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/api/resources/{crm/types/SyncStatusStatusEnum.js → accounting/types/LastSyncResultEnum.js} +2 -2
- package/api/resources/accounting/types/MethodTypeEnum.d.ts +18 -0
- package/api/resources/accounting/types/MethodTypeEnum.js +13 -0
- package/api/resources/accounting/types/PaginatedPaymentMethodList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedPaymentMethodList.js +5 -0
- package/api/resources/accounting/types/PaginatedPaymentTermList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedPaymentTermList.js +5 -0
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +5 -0
- package/api/resources/accounting/types/Payment.d.ts +2 -0
- package/api/resources/accounting/types/PaymentMethod.d.ts +42 -0
- package/api/resources/accounting/types/PaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentMethodMethodType.d.ts +14 -0
- package/api/resources/accounting/types/PaymentMethodMethodType.js +5 -0
- package/api/resources/accounting/types/PaymentPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentPaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/api/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentRequestPaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentTerm.d.ts +39 -0
- package/api/resources/accounting/types/PaymentTerm.js +5 -0
- package/api/resources/accounting/types/PaymentTermCompany.d.ts +8 -0
- package/api/resources/accounting/types/PaymentTermCompany.js +5 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderPaymentTerm.js +5 -0
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +5 -0
- package/api/resources/accounting/types/RemoteField.d.ts +1 -1
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/api/resources/{crm/types/SyncStatusStatusEnum.d.ts → accounting/types/StatusFd5Enum.d.ts} +2 -2
- package/api/resources/accounting/types/{SyncStatusStatusEnum.js → StatusFd5Enum.js} +2 -2
- package/api/resources/accounting/types/SyncStatus.d.ts +3 -1
- package/api/resources/accounting/types/index.d.ts +17 -1
- package/api/resources/accounting/types/index.js +17 -1
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +8 -5
- package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/applications/client/Client.js +9 -6
- package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +8 -5
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +11 -8
- package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +6 -3
- package/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/eeocs/client/Client.js +6 -3
- package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/forceResync/client/Client.js +2 -2
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobs/client/Client.js +7 -4
- package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +6 -3
- package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/offices/client/Client.js +6 -3
- package/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/api/resources/ats/resources/scorecards/client/Client.js +6 -3
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +6 -3
- package/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ats/types/AccountToken.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/api/resources/ats/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/api/resources/{filestorage/types/SyncStatusStatusEnum.js → ats/types/LastSyncResultEnum.js} +2 -2
- package/api/resources/{filestorage/types/SyncStatusStatusEnum.d.ts → ats/types/StatusFd5Enum.d.ts} +2 -2
- package/api/resources/ats/types/{SyncStatusStatusEnum.js → StatusFd5Enum.js} +2 -2
- package/api/resources/ats/types/SyncStatus.d.ts +3 -1
- package/api/resources/ats/types/index.d.ts +2 -1
- package/api/resources/ats/types/index.js +2 -1
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +11 -8
- package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +12 -9
- package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjects/client/Client.js +9 -6
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +7 -4
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.js +11 -8
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/forceResync/client/Client.js +2 -2
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +9 -6
- package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +9 -6
- package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +11 -8
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +7 -4
- package/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +11 -8
- package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/Client.js +8 -5
- package/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/AccountToken.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/api/resources/crm/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/crm/types/LastSyncResultEnum.js +14 -0
- package/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/api/resources/crm/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/crm/types/StatusFd5Enum.js +14 -0
- package/api/resources/crm/types/SyncStatus.d.ts +3 -1
- package/{dist/api/resources/ticketing/types/CollectionTeamsItem.d.ts → api/resources/crm/types/SyncStatusLastSyncResult.d.ts} +1 -1
- package/api/resources/crm/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/crm/types/index.d.ts +3 -1
- package/api/resources/crm/types/index.js +3 -1
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +6 -3
- package/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/filestorage/resources/files/client/Client.d.ts +21 -0
- package/api/resources/filestorage/resources/files/client/Client.js +143 -7
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +25 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.js +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +13 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.js +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/files/client/requests/index.d.ts +2 -0
- package/api/resources/filestorage/resources/folders/client/Client.js +8 -5
- package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +6 -3
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +6 -3
- package/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/filestorage/types/DownloadRequestMeta.d.ts +10 -0
- package/api/resources/filestorage/types/DownloadRequestMeta.js +5 -0
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/api/resources/filestorage/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/filestorage/types/LastSyncResultEnum.js +14 -0
- package/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +9 -0
- package/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +5 -0
- package/api/resources/filestorage/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/filestorage/types/StatusFd5Enum.js +14 -0
- package/api/resources/filestorage/types/SyncStatus.d.ts +3 -1
- package/api/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/filestorage/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/filestorage/types/index.d.ts +5 -1
- package/api/resources/filestorage/types/index.js +5 -1
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/benefits/client/Client.js +6 -3
- package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/companies/client/Client.js +6 -3
- package/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +6 -3
- package/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employees/client/Client.js +9 -6
- package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
- package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employments/client/Client.js +6 -3
- package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/forceResync/client/Client.js +2 -2
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +6 -3
- package/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +6 -3
- package/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/hris/resources/teams/client/Client.js +6 -3
- package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timeOff/client/Client.js +8 -5
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/AccountToken.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/api/resources/hris/types/Group.d.ts +2 -2
- package/api/resources/hris/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/hris/types/LastSyncResultEnum.js +14 -0
- package/api/resources/hris/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/hris/types/StatusFd5Enum.js +14 -0
- package/api/resources/hris/types/SyncStatus.d.ts +3 -1
- package/api/resources/hris/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/hris/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/hris/types/index.d.ts +3 -1
- package/api/resources/hris/types/index.js +3 -1
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +13 -7
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +5 -0
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +11 -0
- package/api/resources/ticketing/resources/collections/client/Client.js +82 -3
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +5 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +34 -0
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.js +5 -0
- package/api/resources/ticketing/resources/collections/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/types/index.js +1 -2
- package/api/resources/ticketing/resources/comments/client/Client.js +8 -5
- package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +7 -4
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +6 -3
- package/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tags/client/Client.js +6 -3
- package/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/teams/client/Client.js +6 -3
- package/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/tickets/client/Client.js +13 -10
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/Client.js +10 -4
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ticketing/types/Collection.d.ts +0 -1
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/api/resources/ticketing/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/ticketing/types/LastSyncResultEnum.js +14 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
- package/api/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/api/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/api/resources/ticketing/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/ticketing/types/StatusFd5Enum.js +14 -0
- package/api/resources/ticketing/types/SyncStatus.d.ts +3 -1
- package/api/resources/ticketing/types/Ticket.d.ts +2 -2
- package/api/resources/ticketing/types/TicketRequest.d.ts +2 -2
- package/api/resources/ticketing/types/index.d.ts +2 -2
- package/api/resources/ticketing/types/index.js +2 -2
- package/dist/api/resources/accounting/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/client/Client.js +32 -22
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +5 -2
- package/dist/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/employees/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.js +5 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +2049 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +2049 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +193 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +29 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.d.ts +17 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentMethods/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +199 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/index.js +17 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +5 -2
- package/dist/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +10 -4
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +10 -4
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoicePaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoicePaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceRequestPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/accounting/types/MethodTypeEnum.d.ts +18 -0
- package/dist/api/resources/accounting/types/MethodTypeEnum.js +13 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentMethodList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentMethodList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentTermList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentTermList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentMethod.d.ts +42 -0
- package/dist/api/resources/accounting/types/PaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.d.ts +14 -0
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.js +5 -0
- package/dist/api/resources/accounting/types/PaymentPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentRequestPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentTerm.d.ts +39 -0
- package/dist/api/resources/accounting/types/PaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/PaymentTermCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentTermCompany.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/accounting/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/accounting/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/accounting/types/index.d.ts +17 -1
- package/dist/api/resources/accounting/types/index.js +17 -1
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +11 -8
- package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +7 -4
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/offices/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ats/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ats/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/ats/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/ats/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/ats/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/ats/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/ats/types/index.d.ts +2 -1
- package/dist/api/resources/ats/types/index.js +2 -1
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +12 -9
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +7 -4
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +7 -4
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/crm/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/crm/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/crm/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/crm/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/crm/types/SyncStatus.d.ts +3 -1
- package/{api/resources/ticketing/types/CollectionTeamsItem.d.ts → dist/api/resources/crm/types/SyncStatusLastSyncResult.d.ts} +1 -1
- package/dist/api/resources/crm/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/crm/types/index.d.ts +3 -1
- package/dist/api/resources/crm/types/index.js +3 -1
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +21 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +143 -7
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +25 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -5
- package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/filestorage/types/DownloadRequestMeta.d.ts +10 -0
- package/dist/api/resources/filestorage/types/DownloadRequestMeta.js +5 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +9 -0
- package/dist/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +5 -0
- package/dist/api/resources/filestorage/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/filestorage/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/filestorage/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/filestorage/types/index.d.ts +5 -1
- package/dist/api/resources/filestorage/types/index.js +5 -1
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/companies/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employees/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employments/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/teams/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/hris/types/Group.d.ts +2 -2
- package/dist/api/resources/hris/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/hris/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/hris/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/hris/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/hris/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/hris/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/hris/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +3 -1
- package/dist/api/resources/hris/types/index.js +3 -1
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +13 -7
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +5 -0
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +82 -3
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +5 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +34 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/collections/types/index.js +1 -2
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +7 -4
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +13 -10
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +10 -4
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +0 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/ticketing/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +2 -2
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/index.d.ts +2 -2
- package/dist/api/resources/ticketing/types/index.js +2 -2
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountToken.js +1 -0
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoicePaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoicePaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{SyncStatusStatusEnum.js → LastSyncResultEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/MethodTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/{ats/types/SyncStatusStatusEnum.js → accounting/types/MethodTypeEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/PaginatedPaymentMethodList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentMethodList.js +36 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentTermList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentTermList.js +36 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Payment.js +2 -0
- package/dist/serialization/resources/accounting/types/PaymentMethod.d.ts +23 -0
- package/dist/serialization/resources/accounting/types/PaymentMethod.js +44 -0
- package/dist/serialization/resources/accounting/types/PaymentMethodMethodType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentMethodMethodType.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentTerm.d.ts +25 -0
- package/dist/serialization/resources/accounting/types/PaymentTerm.js +46 -0
- package/dist/serialization/resources/accounting/types/PaymentTermCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentTermCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/RemoteField.js +1 -1
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +2 -0
- package/{serialization/resources/ats/types/SyncStatusStatusEnum.d.ts → dist/serialization/resources/accounting/types/StatusFd5Enum.d.ts} +2 -2
- package/dist/serialization/resources/{crm/types/SyncStatusStatusEnum.js → accounting/types/StatusFd5Enum.js} +2 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/accounting/types/index.d.ts +17 -1
- package/dist/serialization/resources/accounting/types/index.js +17 -1
- package/dist/serialization/resources/ats/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountToken.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/ats/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/{filestorage/types/SyncStatusStatusEnum.js → ats/types/LastSyncResultEnum.js} +2 -2
- package/dist/serialization/resources/{crm/types/SyncStatusStatusEnum.d.ts → ats/types/StatusFd5Enum.d.ts} +2 -2
- package/dist/serialization/resources/ats/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/ats/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/ats/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/ats/types/index.d.ts +2 -1
- package/dist/serialization/resources/ats/types/index.js +2 -1
- package/dist/serialization/resources/crm/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountToken.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/{serialization/resources/crm/types/SyncStatusStatusEnum.d.ts → dist/serialization/resources/crm/types/LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/crm/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
- package/dist/serialization/resources/crm/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/crm/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/crm/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/crm/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/crm/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/crm/types/index.d.ts +3 -1
- package/dist/serialization/resources/crm/types/index.js +3 -1
- package/dist/serialization/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountToken.js +1 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +16 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +37 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/filestorage/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +15 -0
- package/dist/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +36 -0
- package/dist/serialization/resources/filestorage/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/filestorage/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/filestorage/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/filestorage/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +5 -1
- package/dist/serialization/resources/filestorage/types/index.js +5 -1
- package/dist/serialization/resources/hris/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountToken.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/hris/types/Group.d.ts +1 -1
- package/dist/serialization/resources/hris/types/Group.js +1 -1
- package/dist/serialization/resources/hris/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/hris/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/hris/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/hris/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/hris/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/hris/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/hris/types/index.d.ts +3 -1
- package/dist/serialization/resources/hris/types/index.js +3 -1
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/{CollectionsListRequestExpand.js → CollectionsViewersListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/index.js +1 -2
- package/dist/serialization/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountToken.js +1 -0
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +0 -2
- package/dist/serialization/resources/ticketing/types/Collection.js +0 -2
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/{hris/types/SyncStatusStatusEnum.d.ts → ticketing/types/LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/ticketing/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteField.js +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldRequest.js +1 -1
- package/dist/serialization/resources/ticketing/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/ticketing/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/ticketing/types/index.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/index.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +490 -11
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/AccountToken.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountToken.js +1 -0
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +32 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +2 -0
- package/serialization/resources/accounting/types/Invoice.js +2 -0
- package/serialization/resources/accounting/types/InvoicePaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoicePaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceRequest.js +2 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/accounting/types/MethodTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/MethodTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/PaginatedPaymentMethodList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedPaymentMethodList.js +36 -0
- package/serialization/resources/accounting/types/PaginatedPaymentTermList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedPaymentTermList.js +36 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.js +2 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/Payment.d.ts +2 -0
- package/serialization/resources/accounting/types/Payment.js +2 -0
- package/serialization/resources/accounting/types/PaymentMethod.d.ts +23 -0
- package/serialization/resources/accounting/types/PaymentMethod.js +44 -0
- package/serialization/resources/accounting/types/PaymentMethodMethodType.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentMethodMethodType.js +32 -0
- package/serialization/resources/accounting/types/PaymentPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +2 -0
- package/serialization/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentRequestPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/PaymentTerm.d.ts +25 -0
- package/serialization/resources/accounting/types/PaymentTerm.js +46 -0
- package/serialization/resources/accounting/types/PaymentTermCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentTermCompany.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrder.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/RemoteField.d.ts +1 -1
- package/serialization/resources/accounting/types/RemoteField.js +1 -1
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/accounting/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/accounting/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/accounting/types/SyncStatus.js +5 -2
- package/serialization/resources/accounting/types/index.d.ts +17 -1
- package/serialization/resources/accounting/types/index.js +17 -1
- package/serialization/resources/ats/types/AccountToken.d.ts +1 -0
- package/serialization/resources/ats/types/AccountToken.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ats/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/ats/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/ats/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/ats/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/ats/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/ats/types/SyncStatus.js +5 -2
- package/serialization/resources/ats/types/index.d.ts +2 -1
- package/serialization/resources/ats/types/index.js +2 -1
- package/serialization/resources/crm/types/AccountToken.d.ts +1 -0
- package/serialization/resources/crm/types/AccountToken.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/serialization/resources/crm/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/crm/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteField.js +1 -1
- package/serialization/resources/crm/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/crm/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/crm/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/crm/types/SyncStatus.js +5 -2
- package/serialization/resources/crm/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/crm/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/crm/types/index.d.ts +3 -1
- package/serialization/resources/crm/types/index.js +3 -1
- package/serialization/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountToken.js +1 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +16 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.js +37 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/serialization/resources/filestorage/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +15 -0
- package/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +36 -0
- package/serialization/resources/filestorage/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/filestorage/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/filestorage/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/filestorage/types/SyncStatus.js +5 -2
- package/serialization/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/filestorage/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/filestorage/types/index.d.ts +5 -1
- package/serialization/resources/filestorage/types/index.js +5 -1
- package/serialization/resources/hris/types/AccountToken.d.ts +1 -0
- package/serialization/resources/hris/types/AccountToken.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/serialization/resources/hris/types/Group.d.ts +1 -1
- package/serialization/resources/hris/types/Group.js +1 -1
- package/serialization/resources/hris/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/hris/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/hris/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/hris/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/hris/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/hris/types/SyncStatus.js +5 -2
- package/serialization/resources/hris/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/hris/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/hris/types/index.d.ts +3 -1
- package/serialization/resources/hris/types/index.js +3 -1
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/{CollectionsListRequestExpand.js → CollectionsViewersListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/serialization/resources/ticketing/resources/collections/types/index.js +1 -2
- package/serialization/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountToken.js +1 -0
- package/serialization/resources/ticketing/types/Collection.d.ts +0 -2
- package/serialization/resources/ticketing/types/Collection.js +0 -2
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ticketing/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteField.js +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldRequest.js +1 -1
- package/serialization/resources/ticketing/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/ticketing/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/ticketing/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/ticketing/types/SyncStatus.js +5 -2
- package/serialization/resources/ticketing/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/types/index.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -20
- package/api/resources/hris/types/SyncStatusStatusEnum.js +0 -14
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -11
- package/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -20
- package/api/resources/ticketing/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.js +0 -14
- package/dist/serialization/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/hris/types/SyncStatusStatusEnum.js +0 -31
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +0 -11
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.js +0 -32
- package/dist/serialization/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/accounting/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/ats/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/crm/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/filestorage/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/hris/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +0 -11
- package/serialization/resources/ticketing/types/CollectionTeamsItem.js +0 -32
- package/serialization/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/ticketing/types/SyncStatusStatusEnum.js +0 -31
- /package/api/resources/{ticketing/types/CollectionTeamsItem.js → accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.js} +0 -0
- /package/{dist/api/resources/ticketing/types/CollectionTeamsItem.js → api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.js} +0 -0
package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts
CHANGED
|
@@ -1,69 +1,133 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type PurchaseOrdersListRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "delivery_address" | "delivery_address,accounting_period" | "delivery_address,company" | "delivery_address,company,accounting_period" | "delivery_address,vendor" | "delivery_address,vendor,accounting_period" | "delivery_address,vendor,company" | "delivery_address,vendor,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,delivery_address" | "line_items,delivery_address,accounting_period" | "line_items,delivery_address,company" | "line_items,delivery_address,company,accounting_period" | "line_items,delivery_address,vendor" | "line_items,delivery_address,vendor,accounting_period" | "line_items,delivery_address,vendor,company" | "line_items,delivery_address,vendor,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,delivery_address" | "line_items,tracking_categories,delivery_address,accounting_period" | "line_items,tracking_categories,delivery_address,company" | "line_items,tracking_categories,delivery_address,company,accounting_period" | "line_items,tracking_categories,delivery_address,vendor" | "line_items,tracking_categories,delivery_address,vendor,accounting_period" | "line_items,tracking_categories,delivery_address,vendor,company" | "line_items,tracking_categories,delivery_address,vendor,company,accounting_period" | "line_items,tracking_categories,vendor" | "line_items,tracking_categories,vendor,accounting_period" | "line_items,tracking_categories,vendor,company" | "line_items,tracking_categories,vendor,company,accounting_period" | "line_items,vendor" | "line_items,vendor,accounting_period" | "line_items,vendor,company" | "line_items,vendor,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,delivery_address" | "tracking_categories,delivery_address,accounting_period" | "tracking_categories,delivery_address,company" | "tracking_categories,delivery_address,company,accounting_period" | "tracking_categories,delivery_address,vendor" | "tracking_categories,delivery_address,vendor,accounting_period" | "tracking_categories,delivery_address,vendor,company" | "tracking_categories,delivery_address,vendor,company,accounting_period" | "tracking_categories,vendor" | "tracking_categories,vendor,accounting_period" | "tracking_categories,vendor,company" | "tracking_categories,vendor,company,accounting_period" | "vendor" | "vendor,accounting_period" | "vendor,company" | "vendor,company,accounting_period";
|
|
4
|
+
export declare type PurchaseOrdersListRequestExpand = "accounting_period" | "accounting_period,payment_term" | "company" | "company,accounting_period" | "company,accounting_period,payment_term" | "company,payment_term" | "delivery_address" | "delivery_address,accounting_period" | "delivery_address,accounting_period,payment_term" | "delivery_address,company" | "delivery_address,company,accounting_period" | "delivery_address,company,accounting_period,payment_term" | "delivery_address,company,payment_term" | "delivery_address,payment_term" | "delivery_address,vendor" | "delivery_address,vendor,accounting_period" | "delivery_address,vendor,accounting_period,payment_term" | "delivery_address,vendor,company" | "delivery_address,vendor,company,accounting_period" | "delivery_address,vendor,company,accounting_period,payment_term" | "delivery_address,vendor,company,payment_term" | "delivery_address,vendor,payment_term" | "line_items" | "line_items,accounting_period" | "line_items,accounting_period,payment_term" | "line_items,company" | "line_items,company,accounting_period" | "line_items,company,accounting_period,payment_term" | "line_items,company,payment_term" | "line_items,delivery_address" | "line_items,delivery_address,accounting_period" | "line_items,delivery_address,accounting_period,payment_term" | "line_items,delivery_address,company" | "line_items,delivery_address,company,accounting_period" | "line_items,delivery_address,company,accounting_period,payment_term" | "line_items,delivery_address,company,payment_term" | "line_items,delivery_address,payment_term" | "line_items,delivery_address,vendor" | "line_items,delivery_address,vendor,accounting_period" | "line_items,delivery_address,vendor,accounting_period,payment_term" | "line_items,delivery_address,vendor,company" | "line_items,delivery_address,vendor,company,accounting_period" | "line_items,delivery_address,vendor,company,accounting_period,payment_term" | "line_items,delivery_address,vendor,company,payment_term" | "line_items,delivery_address,vendor,payment_term" | "line_items,payment_term" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,accounting_period,payment_term" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,company,accounting_period,payment_term" | "line_items,tracking_categories,company,payment_term" | "line_items,tracking_categories,delivery_address" | "line_items,tracking_categories,delivery_address,accounting_period" | "line_items,tracking_categories,delivery_address,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,company" | "line_items,tracking_categories,delivery_address,company,accounting_period" | "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,company,payment_term" | "line_items,tracking_categories,delivery_address,payment_term" | "line_items,tracking_categories,delivery_address,vendor" | "line_items,tracking_categories,delivery_address,vendor,accounting_period" | "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,vendor,company" | "line_items,tracking_categories,delivery_address,vendor,company,accounting_period" | "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,vendor,company,payment_term" | "line_items,tracking_categories,delivery_address,vendor,payment_term" | "line_items,tracking_categories,payment_term" | "line_items,tracking_categories,vendor" | "line_items,tracking_categories,vendor,accounting_period" | "line_items,tracking_categories,vendor,accounting_period,payment_term" | "line_items,tracking_categories,vendor,company" | "line_items,tracking_categories,vendor,company,accounting_period" | "line_items,tracking_categories,vendor,company,accounting_period,payment_term" | "line_items,tracking_categories,vendor,company,payment_term" | "line_items,tracking_categories,vendor,payment_term" | "line_items,vendor" | "line_items,vendor,accounting_period" | "line_items,vendor,accounting_period,payment_term" | "line_items,vendor,company" | "line_items,vendor,company,accounting_period" | "line_items,vendor,company,accounting_period,payment_term" | "line_items,vendor,company,payment_term" | "line_items,vendor,payment_term" | "payment_term" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,accounting_period,payment_term" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,company,accounting_period,payment_term" | "tracking_categories,company,payment_term" | "tracking_categories,delivery_address" | "tracking_categories,delivery_address,accounting_period" | "tracking_categories,delivery_address,accounting_period,payment_term" | "tracking_categories,delivery_address,company" | "tracking_categories,delivery_address,company,accounting_period" | "tracking_categories,delivery_address,company,accounting_period,payment_term" | "tracking_categories,delivery_address,company,payment_term" | "tracking_categories,delivery_address,payment_term" | "tracking_categories,delivery_address,vendor" | "tracking_categories,delivery_address,vendor,accounting_period" | "tracking_categories,delivery_address,vendor,accounting_period,payment_term" | "tracking_categories,delivery_address,vendor,company" | "tracking_categories,delivery_address,vendor,company,accounting_period" | "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" | "tracking_categories,delivery_address,vendor,company,payment_term" | "tracking_categories,delivery_address,vendor,payment_term" | "tracking_categories,payment_term" | "tracking_categories,vendor" | "tracking_categories,vendor,accounting_period" | "tracking_categories,vendor,accounting_period,payment_term" | "tracking_categories,vendor,company" | "tracking_categories,vendor,company,accounting_period" | "tracking_categories,vendor,company,accounting_period,payment_term" | "tracking_categories,vendor,company,payment_term" | "tracking_categories,vendor,payment_term" | "vendor" | "vendor,accounting_period" | "vendor,accounting_period,payment_term" | "vendor,company" | "vendor,company,accounting_period" | "vendor,company,accounting_period,payment_term" | "vendor,company,payment_term" | "vendor,payment_term";
|
|
5
5
|
export declare const PurchaseOrdersListRequestExpand: {
|
|
6
6
|
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AccountingPeriodPaymentTerm: "accounting_period,payment_term";
|
|
7
8
|
readonly Company: "company";
|
|
8
9
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
10
|
+
readonly CompanyAccountingPeriodPaymentTerm: "company,accounting_period,payment_term";
|
|
11
|
+
readonly CompanyPaymentTerm: "company,payment_term";
|
|
9
12
|
readonly DeliveryAddress: "delivery_address";
|
|
10
13
|
readonly DeliveryAddressAccountingPeriod: "delivery_address,accounting_period";
|
|
14
|
+
readonly DeliveryAddressAccountingPeriodPaymentTerm: "delivery_address,accounting_period,payment_term";
|
|
11
15
|
readonly DeliveryAddressCompany: "delivery_address,company";
|
|
12
16
|
readonly DeliveryAddressCompanyAccountingPeriod: "delivery_address,company,accounting_period";
|
|
17
|
+
readonly DeliveryAddressCompanyAccountingPeriodPaymentTerm: "delivery_address,company,accounting_period,payment_term";
|
|
18
|
+
readonly DeliveryAddressCompanyPaymentTerm: "delivery_address,company,payment_term";
|
|
19
|
+
readonly DeliveryAddressPaymentTerm: "delivery_address,payment_term";
|
|
13
20
|
readonly DeliveryAddressVendor: "delivery_address,vendor";
|
|
14
21
|
readonly DeliveryAddressVendorAccountingPeriod: "delivery_address,vendor,accounting_period";
|
|
22
|
+
readonly DeliveryAddressVendorAccountingPeriodPaymentTerm: "delivery_address,vendor,accounting_period,payment_term";
|
|
15
23
|
readonly DeliveryAddressVendorCompany: "delivery_address,vendor,company";
|
|
16
24
|
readonly DeliveryAddressVendorCompanyAccountingPeriod: "delivery_address,vendor,company,accounting_period";
|
|
25
|
+
readonly DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "delivery_address,vendor,company,accounting_period,payment_term";
|
|
26
|
+
readonly DeliveryAddressVendorCompanyPaymentTerm: "delivery_address,vendor,company,payment_term";
|
|
27
|
+
readonly DeliveryAddressVendorPaymentTerm: "delivery_address,vendor,payment_term";
|
|
17
28
|
readonly LineItems: "line_items";
|
|
18
29
|
readonly LineItemsAccountingPeriod: "line_items,accounting_period";
|
|
30
|
+
readonly LineItemsAccountingPeriodPaymentTerm: "line_items,accounting_period,payment_term";
|
|
19
31
|
readonly LineItemsCompany: "line_items,company";
|
|
20
32
|
readonly LineItemsCompanyAccountingPeriod: "line_items,company,accounting_period";
|
|
33
|
+
readonly LineItemsCompanyAccountingPeriodPaymentTerm: "line_items,company,accounting_period,payment_term";
|
|
34
|
+
readonly LineItemsCompanyPaymentTerm: "line_items,company,payment_term";
|
|
21
35
|
readonly LineItemsDeliveryAddress: "line_items,delivery_address";
|
|
22
36
|
readonly LineItemsDeliveryAddressAccountingPeriod: "line_items,delivery_address,accounting_period";
|
|
37
|
+
readonly LineItemsDeliveryAddressAccountingPeriodPaymentTerm: "line_items,delivery_address,accounting_period,payment_term";
|
|
23
38
|
readonly LineItemsDeliveryAddressCompany: "line_items,delivery_address,company";
|
|
24
39
|
readonly LineItemsDeliveryAddressCompanyAccountingPeriod: "line_items,delivery_address,company,accounting_period";
|
|
40
|
+
readonly LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,company,accounting_period,payment_term";
|
|
41
|
+
readonly LineItemsDeliveryAddressCompanyPaymentTerm: "line_items,delivery_address,company,payment_term";
|
|
42
|
+
readonly LineItemsDeliveryAddressPaymentTerm: "line_items,delivery_address,payment_term";
|
|
25
43
|
readonly LineItemsDeliveryAddressVendor: "line_items,delivery_address,vendor";
|
|
26
44
|
readonly LineItemsDeliveryAddressVendorAccountingPeriod: "line_items,delivery_address,vendor,accounting_period";
|
|
45
|
+
readonly LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,accounting_period,payment_term";
|
|
27
46
|
readonly LineItemsDeliveryAddressVendorCompany: "line_items,delivery_address,vendor,company";
|
|
28
47
|
readonly LineItemsDeliveryAddressVendorCompanyAccountingPeriod: "line_items,delivery_address,vendor,company,accounting_period";
|
|
48
|
+
readonly LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,company,accounting_period,payment_term";
|
|
49
|
+
readonly LineItemsDeliveryAddressVendorCompanyPaymentTerm: "line_items,delivery_address,vendor,company,payment_term";
|
|
50
|
+
readonly LineItemsDeliveryAddressVendorPaymentTerm: "line_items,delivery_address,vendor,payment_term";
|
|
51
|
+
readonly LineItemsPaymentTerm: "line_items,payment_term";
|
|
29
52
|
readonly LineItemsTrackingCategories: "line_items,tracking_categories";
|
|
30
53
|
readonly LineItemsTrackingCategoriesAccountingPeriod: "line_items,tracking_categories,accounting_period";
|
|
54
|
+
readonly LineItemsTrackingCategoriesAccountingPeriodPaymentTerm: "line_items,tracking_categories,accounting_period,payment_term";
|
|
31
55
|
readonly LineItemsTrackingCategoriesCompany: "line_items,tracking_categories,company";
|
|
32
56
|
readonly LineItemsTrackingCategoriesCompanyAccountingPeriod: "line_items,tracking_categories,company,accounting_period";
|
|
57
|
+
readonly LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,company,accounting_period,payment_term";
|
|
58
|
+
readonly LineItemsTrackingCategoriesCompanyPaymentTerm: "line_items,tracking_categories,company,payment_term";
|
|
33
59
|
readonly LineItemsTrackingCategoriesDeliveryAddress: "line_items,tracking_categories,delivery_address";
|
|
34
60
|
readonly LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod: "line_items,tracking_categories,delivery_address,accounting_period";
|
|
61
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,accounting_period,payment_term";
|
|
35
62
|
readonly LineItemsTrackingCategoriesDeliveryAddressCompany: "line_items,tracking_categories,delivery_address,company";
|
|
36
63
|
readonly LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,company,accounting_period";
|
|
64
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term";
|
|
65
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,company,payment_term";
|
|
66
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressPaymentTerm: "line_items,tracking_categories,delivery_address,payment_term";
|
|
37
67
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendor: "line_items,tracking_categories,delivery_address,vendor";
|
|
38
68
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,accounting_period";
|
|
69
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term";
|
|
39
70
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompany: "line_items,tracking_categories,delivery_address,vendor,company";
|
|
40
71
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period";
|
|
72
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term";
|
|
73
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,payment_term";
|
|
74
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,payment_term";
|
|
75
|
+
readonly LineItemsTrackingCategoriesPaymentTerm: "line_items,tracking_categories,payment_term";
|
|
41
76
|
readonly LineItemsTrackingCategoriesVendor: "line_items,tracking_categories,vendor";
|
|
42
77
|
readonly LineItemsTrackingCategoriesVendorAccountingPeriod: "line_items,tracking_categories,vendor,accounting_period";
|
|
78
|
+
readonly LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,accounting_period,payment_term";
|
|
43
79
|
readonly LineItemsTrackingCategoriesVendorCompany: "line_items,tracking_categories,vendor,company";
|
|
44
80
|
readonly LineItemsTrackingCategoriesVendorCompanyAccountingPeriod: "line_items,tracking_categories,vendor,company,accounting_period";
|
|
81
|
+
readonly LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,company,accounting_period,payment_term";
|
|
82
|
+
readonly LineItemsTrackingCategoriesVendorCompanyPaymentTerm: "line_items,tracking_categories,vendor,company,payment_term";
|
|
83
|
+
readonly LineItemsTrackingCategoriesVendorPaymentTerm: "line_items,tracking_categories,vendor,payment_term";
|
|
45
84
|
readonly LineItemsVendor: "line_items,vendor";
|
|
46
85
|
readonly LineItemsVendorAccountingPeriod: "line_items,vendor,accounting_period";
|
|
86
|
+
readonly LineItemsVendorAccountingPeriodPaymentTerm: "line_items,vendor,accounting_period,payment_term";
|
|
47
87
|
readonly LineItemsVendorCompany: "line_items,vendor,company";
|
|
48
88
|
readonly LineItemsVendorCompanyAccountingPeriod: "line_items,vendor,company,accounting_period";
|
|
89
|
+
readonly LineItemsVendorCompanyAccountingPeriodPaymentTerm: "line_items,vendor,company,accounting_period,payment_term";
|
|
90
|
+
readonly LineItemsVendorCompanyPaymentTerm: "line_items,vendor,company,payment_term";
|
|
91
|
+
readonly LineItemsVendorPaymentTerm: "line_items,vendor,payment_term";
|
|
92
|
+
readonly PaymentTerm: "payment_term";
|
|
49
93
|
readonly TrackingCategories: "tracking_categories";
|
|
50
94
|
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
95
|
+
readonly TrackingCategoriesAccountingPeriodPaymentTerm: "tracking_categories,accounting_period,payment_term";
|
|
51
96
|
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
52
97
|
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
98
|
+
readonly TrackingCategoriesCompanyAccountingPeriodPaymentTerm: "tracking_categories,company,accounting_period,payment_term";
|
|
99
|
+
readonly TrackingCategoriesCompanyPaymentTerm: "tracking_categories,company,payment_term";
|
|
53
100
|
readonly TrackingCategoriesDeliveryAddress: "tracking_categories,delivery_address";
|
|
54
101
|
readonly TrackingCategoriesDeliveryAddressAccountingPeriod: "tracking_categories,delivery_address,accounting_period";
|
|
102
|
+
readonly TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,accounting_period,payment_term";
|
|
55
103
|
readonly TrackingCategoriesDeliveryAddressCompany: "tracking_categories,delivery_address,company";
|
|
56
104
|
readonly TrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "tracking_categories,delivery_address,company,accounting_period";
|
|
105
|
+
readonly TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,company,accounting_period,payment_term";
|
|
106
|
+
readonly TrackingCategoriesDeliveryAddressCompanyPaymentTerm: "tracking_categories,delivery_address,company,payment_term";
|
|
107
|
+
readonly TrackingCategoriesDeliveryAddressPaymentTerm: "tracking_categories,delivery_address,payment_term";
|
|
57
108
|
readonly TrackingCategoriesDeliveryAddressVendor: "tracking_categories,delivery_address,vendor";
|
|
58
109
|
readonly TrackingCategoriesDeliveryAddressVendorAccountingPeriod: "tracking_categories,delivery_address,vendor,accounting_period";
|
|
110
|
+
readonly TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,accounting_period,payment_term";
|
|
59
111
|
readonly TrackingCategoriesDeliveryAddressVendorCompany: "tracking_categories,delivery_address,vendor,company";
|
|
60
112
|
readonly TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "tracking_categories,delivery_address,vendor,company,accounting_period";
|
|
113
|
+
readonly TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term";
|
|
114
|
+
readonly TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "tracking_categories,delivery_address,vendor,company,payment_term";
|
|
115
|
+
readonly TrackingCategoriesDeliveryAddressVendorPaymentTerm: "tracking_categories,delivery_address,vendor,payment_term";
|
|
116
|
+
readonly TrackingCategoriesPaymentTerm: "tracking_categories,payment_term";
|
|
61
117
|
readonly TrackingCategoriesVendor: "tracking_categories,vendor";
|
|
62
118
|
readonly TrackingCategoriesVendorAccountingPeriod: "tracking_categories,vendor,accounting_period";
|
|
119
|
+
readonly TrackingCategoriesVendorAccountingPeriodPaymentTerm: "tracking_categories,vendor,accounting_period,payment_term";
|
|
63
120
|
readonly TrackingCategoriesVendorCompany: "tracking_categories,vendor,company";
|
|
64
121
|
readonly TrackingCategoriesVendorCompanyAccountingPeriod: "tracking_categories,vendor,company,accounting_period";
|
|
122
|
+
readonly TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,vendor,company,accounting_period,payment_term";
|
|
123
|
+
readonly TrackingCategoriesVendorCompanyPaymentTerm: "tracking_categories,vendor,company,payment_term";
|
|
124
|
+
readonly TrackingCategoriesVendorPaymentTerm: "tracking_categories,vendor,payment_term";
|
|
65
125
|
readonly Vendor: "vendor";
|
|
66
126
|
readonly VendorAccountingPeriod: "vendor,accounting_period";
|
|
127
|
+
readonly VendorAccountingPeriodPaymentTerm: "vendor,accounting_period,payment_term";
|
|
67
128
|
readonly VendorCompany: "vendor,company";
|
|
68
129
|
readonly VendorCompanyAccountingPeriod: "vendor,company,accounting_period";
|
|
130
|
+
readonly VendorCompanyAccountingPeriodPaymentTerm: "vendor,company,accounting_period,payment_term";
|
|
131
|
+
readonly VendorCompanyPaymentTerm: "vendor,company,payment_term";
|
|
132
|
+
readonly VendorPaymentTerm: "vendor,payment_term";
|
|
69
133
|
};
|
package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js
CHANGED
|
@@ -6,66 +6,130 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.PurchaseOrdersListRequestExpand = void 0;
|
|
7
7
|
exports.PurchaseOrdersListRequestExpand = {
|
|
8
8
|
AccountingPeriod: "accounting_period",
|
|
9
|
+
AccountingPeriodPaymentTerm: "accounting_period,payment_term",
|
|
9
10
|
Company: "company",
|
|
10
11
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
12
|
+
CompanyAccountingPeriodPaymentTerm: "company,accounting_period,payment_term",
|
|
13
|
+
CompanyPaymentTerm: "company,payment_term",
|
|
11
14
|
DeliveryAddress: "delivery_address",
|
|
12
15
|
DeliveryAddressAccountingPeriod: "delivery_address,accounting_period",
|
|
16
|
+
DeliveryAddressAccountingPeriodPaymentTerm: "delivery_address,accounting_period,payment_term",
|
|
13
17
|
DeliveryAddressCompany: "delivery_address,company",
|
|
14
18
|
DeliveryAddressCompanyAccountingPeriod: "delivery_address,company,accounting_period",
|
|
19
|
+
DeliveryAddressCompanyAccountingPeriodPaymentTerm: "delivery_address,company,accounting_period,payment_term",
|
|
20
|
+
DeliveryAddressCompanyPaymentTerm: "delivery_address,company,payment_term",
|
|
21
|
+
DeliveryAddressPaymentTerm: "delivery_address,payment_term",
|
|
15
22
|
DeliveryAddressVendor: "delivery_address,vendor",
|
|
16
23
|
DeliveryAddressVendorAccountingPeriod: "delivery_address,vendor,accounting_period",
|
|
24
|
+
DeliveryAddressVendorAccountingPeriodPaymentTerm: "delivery_address,vendor,accounting_period,payment_term",
|
|
17
25
|
DeliveryAddressVendorCompany: "delivery_address,vendor,company",
|
|
18
26
|
DeliveryAddressVendorCompanyAccountingPeriod: "delivery_address,vendor,company,accounting_period",
|
|
27
|
+
DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "delivery_address,vendor,company,accounting_period,payment_term",
|
|
28
|
+
DeliveryAddressVendorCompanyPaymentTerm: "delivery_address,vendor,company,payment_term",
|
|
29
|
+
DeliveryAddressVendorPaymentTerm: "delivery_address,vendor,payment_term",
|
|
19
30
|
LineItems: "line_items",
|
|
20
31
|
LineItemsAccountingPeriod: "line_items,accounting_period",
|
|
32
|
+
LineItemsAccountingPeriodPaymentTerm: "line_items,accounting_period,payment_term",
|
|
21
33
|
LineItemsCompany: "line_items,company",
|
|
22
34
|
LineItemsCompanyAccountingPeriod: "line_items,company,accounting_period",
|
|
35
|
+
LineItemsCompanyAccountingPeriodPaymentTerm: "line_items,company,accounting_period,payment_term",
|
|
36
|
+
LineItemsCompanyPaymentTerm: "line_items,company,payment_term",
|
|
23
37
|
LineItemsDeliveryAddress: "line_items,delivery_address",
|
|
24
38
|
LineItemsDeliveryAddressAccountingPeriod: "line_items,delivery_address,accounting_period",
|
|
39
|
+
LineItemsDeliveryAddressAccountingPeriodPaymentTerm: "line_items,delivery_address,accounting_period,payment_term",
|
|
25
40
|
LineItemsDeliveryAddressCompany: "line_items,delivery_address,company",
|
|
26
41
|
LineItemsDeliveryAddressCompanyAccountingPeriod: "line_items,delivery_address,company,accounting_period",
|
|
42
|
+
LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,company,accounting_period,payment_term",
|
|
43
|
+
LineItemsDeliveryAddressCompanyPaymentTerm: "line_items,delivery_address,company,payment_term",
|
|
44
|
+
LineItemsDeliveryAddressPaymentTerm: "line_items,delivery_address,payment_term",
|
|
27
45
|
LineItemsDeliveryAddressVendor: "line_items,delivery_address,vendor",
|
|
28
46
|
LineItemsDeliveryAddressVendorAccountingPeriod: "line_items,delivery_address,vendor,accounting_period",
|
|
47
|
+
LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,accounting_period,payment_term",
|
|
29
48
|
LineItemsDeliveryAddressVendorCompany: "line_items,delivery_address,vendor,company",
|
|
30
49
|
LineItemsDeliveryAddressVendorCompanyAccountingPeriod: "line_items,delivery_address,vendor,company,accounting_period",
|
|
50
|
+
LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,company,accounting_period,payment_term",
|
|
51
|
+
LineItemsDeliveryAddressVendorCompanyPaymentTerm: "line_items,delivery_address,vendor,company,payment_term",
|
|
52
|
+
LineItemsDeliveryAddressVendorPaymentTerm: "line_items,delivery_address,vendor,payment_term",
|
|
53
|
+
LineItemsPaymentTerm: "line_items,payment_term",
|
|
31
54
|
LineItemsTrackingCategories: "line_items,tracking_categories",
|
|
32
55
|
LineItemsTrackingCategoriesAccountingPeriod: "line_items,tracking_categories,accounting_period",
|
|
56
|
+
LineItemsTrackingCategoriesAccountingPeriodPaymentTerm: "line_items,tracking_categories,accounting_period,payment_term",
|
|
33
57
|
LineItemsTrackingCategoriesCompany: "line_items,tracking_categories,company",
|
|
34
58
|
LineItemsTrackingCategoriesCompanyAccountingPeriod: "line_items,tracking_categories,company,accounting_period",
|
|
59
|
+
LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,company,accounting_period,payment_term",
|
|
60
|
+
LineItemsTrackingCategoriesCompanyPaymentTerm: "line_items,tracking_categories,company,payment_term",
|
|
35
61
|
LineItemsTrackingCategoriesDeliveryAddress: "line_items,tracking_categories,delivery_address",
|
|
36
62
|
LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod: "line_items,tracking_categories,delivery_address,accounting_period",
|
|
63
|
+
LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,accounting_period,payment_term",
|
|
37
64
|
LineItemsTrackingCategoriesDeliveryAddressCompany: "line_items,tracking_categories,delivery_address,company",
|
|
38
65
|
LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,company,accounting_period",
|
|
66
|
+
LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term",
|
|
67
|
+
LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,company,payment_term",
|
|
68
|
+
LineItemsTrackingCategoriesDeliveryAddressPaymentTerm: "line_items,tracking_categories,delivery_address,payment_term",
|
|
39
69
|
LineItemsTrackingCategoriesDeliveryAddressVendor: "line_items,tracking_categories,delivery_address,vendor",
|
|
40
70
|
LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,accounting_period",
|
|
71
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term",
|
|
41
72
|
LineItemsTrackingCategoriesDeliveryAddressVendorCompany: "line_items,tracking_categories,delivery_address,vendor,company",
|
|
42
73
|
LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period",
|
|
74
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term",
|
|
75
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,payment_term",
|
|
76
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,payment_term",
|
|
77
|
+
LineItemsTrackingCategoriesPaymentTerm: "line_items,tracking_categories,payment_term",
|
|
43
78
|
LineItemsTrackingCategoriesVendor: "line_items,tracking_categories,vendor",
|
|
44
79
|
LineItemsTrackingCategoriesVendorAccountingPeriod: "line_items,tracking_categories,vendor,accounting_period",
|
|
80
|
+
LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,accounting_period,payment_term",
|
|
45
81
|
LineItemsTrackingCategoriesVendorCompany: "line_items,tracking_categories,vendor,company",
|
|
46
82
|
LineItemsTrackingCategoriesVendorCompanyAccountingPeriod: "line_items,tracking_categories,vendor,company,accounting_period",
|
|
83
|
+
LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,company,accounting_period,payment_term",
|
|
84
|
+
LineItemsTrackingCategoriesVendorCompanyPaymentTerm: "line_items,tracking_categories,vendor,company,payment_term",
|
|
85
|
+
LineItemsTrackingCategoriesVendorPaymentTerm: "line_items,tracking_categories,vendor,payment_term",
|
|
47
86
|
LineItemsVendor: "line_items,vendor",
|
|
48
87
|
LineItemsVendorAccountingPeriod: "line_items,vendor,accounting_period",
|
|
88
|
+
LineItemsVendorAccountingPeriodPaymentTerm: "line_items,vendor,accounting_period,payment_term",
|
|
49
89
|
LineItemsVendorCompany: "line_items,vendor,company",
|
|
50
90
|
LineItemsVendorCompanyAccountingPeriod: "line_items,vendor,company,accounting_period",
|
|
91
|
+
LineItemsVendorCompanyAccountingPeriodPaymentTerm: "line_items,vendor,company,accounting_period,payment_term",
|
|
92
|
+
LineItemsVendorCompanyPaymentTerm: "line_items,vendor,company,payment_term",
|
|
93
|
+
LineItemsVendorPaymentTerm: "line_items,vendor,payment_term",
|
|
94
|
+
PaymentTerm: "payment_term",
|
|
51
95
|
TrackingCategories: "tracking_categories",
|
|
52
96
|
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
97
|
+
TrackingCategoriesAccountingPeriodPaymentTerm: "tracking_categories,accounting_period,payment_term",
|
|
53
98
|
TrackingCategoriesCompany: "tracking_categories,company",
|
|
54
99
|
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
100
|
+
TrackingCategoriesCompanyAccountingPeriodPaymentTerm: "tracking_categories,company,accounting_period,payment_term",
|
|
101
|
+
TrackingCategoriesCompanyPaymentTerm: "tracking_categories,company,payment_term",
|
|
55
102
|
TrackingCategoriesDeliveryAddress: "tracking_categories,delivery_address",
|
|
56
103
|
TrackingCategoriesDeliveryAddressAccountingPeriod: "tracking_categories,delivery_address,accounting_period",
|
|
104
|
+
TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,accounting_period,payment_term",
|
|
57
105
|
TrackingCategoriesDeliveryAddressCompany: "tracking_categories,delivery_address,company",
|
|
58
106
|
TrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "tracking_categories,delivery_address,company,accounting_period",
|
|
107
|
+
TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,company,accounting_period,payment_term",
|
|
108
|
+
TrackingCategoriesDeliveryAddressCompanyPaymentTerm: "tracking_categories,delivery_address,company,payment_term",
|
|
109
|
+
TrackingCategoriesDeliveryAddressPaymentTerm: "tracking_categories,delivery_address,payment_term",
|
|
59
110
|
TrackingCategoriesDeliveryAddressVendor: "tracking_categories,delivery_address,vendor",
|
|
60
111
|
TrackingCategoriesDeliveryAddressVendorAccountingPeriod: "tracking_categories,delivery_address,vendor,accounting_period",
|
|
112
|
+
TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,accounting_period,payment_term",
|
|
61
113
|
TrackingCategoriesDeliveryAddressVendorCompany: "tracking_categories,delivery_address,vendor,company",
|
|
62
114
|
TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "tracking_categories,delivery_address,vendor,company,accounting_period",
|
|
115
|
+
TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term",
|
|
116
|
+
TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "tracking_categories,delivery_address,vendor,company,payment_term",
|
|
117
|
+
TrackingCategoriesDeliveryAddressVendorPaymentTerm: "tracking_categories,delivery_address,vendor,payment_term",
|
|
118
|
+
TrackingCategoriesPaymentTerm: "tracking_categories,payment_term",
|
|
63
119
|
TrackingCategoriesVendor: "tracking_categories,vendor",
|
|
64
120
|
TrackingCategoriesVendorAccountingPeriod: "tracking_categories,vendor,accounting_period",
|
|
121
|
+
TrackingCategoriesVendorAccountingPeriodPaymentTerm: "tracking_categories,vendor,accounting_period,payment_term",
|
|
65
122
|
TrackingCategoriesVendorCompany: "tracking_categories,vendor,company",
|
|
66
123
|
TrackingCategoriesVendorCompanyAccountingPeriod: "tracking_categories,vendor,company,accounting_period",
|
|
124
|
+
TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,vendor,company,accounting_period,payment_term",
|
|
125
|
+
TrackingCategoriesVendorCompanyPaymentTerm: "tracking_categories,vendor,company,payment_term",
|
|
126
|
+
TrackingCategoriesVendorPaymentTerm: "tracking_categories,vendor,payment_term",
|
|
67
127
|
Vendor: "vendor",
|
|
68
128
|
VendorAccountingPeriod: "vendor,accounting_period",
|
|
129
|
+
VendorAccountingPeriodPaymentTerm: "vendor,accounting_period,payment_term",
|
|
69
130
|
VendorCompany: "vendor,company",
|
|
70
131
|
VendorCompanyAccountingPeriod: "vendor,company,accounting_period",
|
|
132
|
+
VendorCompanyAccountingPeriodPaymentTerm: "vendor,company,accounting_period,payment_term",
|
|
133
|
+
VendorCompanyPaymentTerm: "vendor,company,payment_term",
|
|
134
|
+
VendorPaymentTerm: "vendor,payment_term",
|
|
71
135
|
};
|
|
@@ -1,69 +1,133 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type PurchaseOrdersRetrieveRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "delivery_address" | "delivery_address,accounting_period" | "delivery_address,company" | "delivery_address,company,accounting_period" | "delivery_address,vendor" | "delivery_address,vendor,accounting_period" | "delivery_address,vendor,company" | "delivery_address,vendor,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,delivery_address" | "line_items,delivery_address,accounting_period" | "line_items,delivery_address,company" | "line_items,delivery_address,company,accounting_period" | "line_items,delivery_address,vendor" | "line_items,delivery_address,vendor,accounting_period" | "line_items,delivery_address,vendor,company" | "line_items,delivery_address,vendor,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,delivery_address" | "line_items,tracking_categories,delivery_address,accounting_period" | "line_items,tracking_categories,delivery_address,company" | "line_items,tracking_categories,delivery_address,company,accounting_period" | "line_items,tracking_categories,delivery_address,vendor" | "line_items,tracking_categories,delivery_address,vendor,accounting_period" | "line_items,tracking_categories,delivery_address,vendor,company" | "line_items,tracking_categories,delivery_address,vendor,company,accounting_period" | "line_items,tracking_categories,vendor" | "line_items,tracking_categories,vendor,accounting_period" | "line_items,tracking_categories,vendor,company" | "line_items,tracking_categories,vendor,company,accounting_period" | "line_items,vendor" | "line_items,vendor,accounting_period" | "line_items,vendor,company" | "line_items,vendor,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,delivery_address" | "tracking_categories,delivery_address,accounting_period" | "tracking_categories,delivery_address,company" | "tracking_categories,delivery_address,company,accounting_period" | "tracking_categories,delivery_address,vendor" | "tracking_categories,delivery_address,vendor,accounting_period" | "tracking_categories,delivery_address,vendor,company" | "tracking_categories,delivery_address,vendor,company,accounting_period" | "tracking_categories,vendor" | "tracking_categories,vendor,accounting_period" | "tracking_categories,vendor,company" | "tracking_categories,vendor,company,accounting_period" | "vendor" | "vendor,accounting_period" | "vendor,company" | "vendor,company,accounting_period";
|
|
4
|
+
export declare type PurchaseOrdersRetrieveRequestExpand = "accounting_period" | "accounting_period,payment_term" | "company" | "company,accounting_period" | "company,accounting_period,payment_term" | "company,payment_term" | "delivery_address" | "delivery_address,accounting_period" | "delivery_address,accounting_period,payment_term" | "delivery_address,company" | "delivery_address,company,accounting_period" | "delivery_address,company,accounting_period,payment_term" | "delivery_address,company,payment_term" | "delivery_address,payment_term" | "delivery_address,vendor" | "delivery_address,vendor,accounting_period" | "delivery_address,vendor,accounting_period,payment_term" | "delivery_address,vendor,company" | "delivery_address,vendor,company,accounting_period" | "delivery_address,vendor,company,accounting_period,payment_term" | "delivery_address,vendor,company,payment_term" | "delivery_address,vendor,payment_term" | "line_items" | "line_items,accounting_period" | "line_items,accounting_period,payment_term" | "line_items,company" | "line_items,company,accounting_period" | "line_items,company,accounting_period,payment_term" | "line_items,company,payment_term" | "line_items,delivery_address" | "line_items,delivery_address,accounting_period" | "line_items,delivery_address,accounting_period,payment_term" | "line_items,delivery_address,company" | "line_items,delivery_address,company,accounting_period" | "line_items,delivery_address,company,accounting_period,payment_term" | "line_items,delivery_address,company,payment_term" | "line_items,delivery_address,payment_term" | "line_items,delivery_address,vendor" | "line_items,delivery_address,vendor,accounting_period" | "line_items,delivery_address,vendor,accounting_period,payment_term" | "line_items,delivery_address,vendor,company" | "line_items,delivery_address,vendor,company,accounting_period" | "line_items,delivery_address,vendor,company,accounting_period,payment_term" | "line_items,delivery_address,vendor,company,payment_term" | "line_items,delivery_address,vendor,payment_term" | "line_items,payment_term" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,accounting_period,payment_term" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,company,accounting_period,payment_term" | "line_items,tracking_categories,company,payment_term" | "line_items,tracking_categories,delivery_address" | "line_items,tracking_categories,delivery_address,accounting_period" | "line_items,tracking_categories,delivery_address,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,company" | "line_items,tracking_categories,delivery_address,company,accounting_period" | "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,company,payment_term" | "line_items,tracking_categories,delivery_address,payment_term" | "line_items,tracking_categories,delivery_address,vendor" | "line_items,tracking_categories,delivery_address,vendor,accounting_period" | "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,vendor,company" | "line_items,tracking_categories,delivery_address,vendor,company,accounting_period" | "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" | "line_items,tracking_categories,delivery_address,vendor,company,payment_term" | "line_items,tracking_categories,delivery_address,vendor,payment_term" | "line_items,tracking_categories,payment_term" | "line_items,tracking_categories,vendor" | "line_items,tracking_categories,vendor,accounting_period" | "line_items,tracking_categories,vendor,accounting_period,payment_term" | "line_items,tracking_categories,vendor,company" | "line_items,tracking_categories,vendor,company,accounting_period" | "line_items,tracking_categories,vendor,company,accounting_period,payment_term" | "line_items,tracking_categories,vendor,company,payment_term" | "line_items,tracking_categories,vendor,payment_term" | "line_items,vendor" | "line_items,vendor,accounting_period" | "line_items,vendor,accounting_period,payment_term" | "line_items,vendor,company" | "line_items,vendor,company,accounting_period" | "line_items,vendor,company,accounting_period,payment_term" | "line_items,vendor,company,payment_term" | "line_items,vendor,payment_term" | "payment_term" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,accounting_period,payment_term" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,company,accounting_period,payment_term" | "tracking_categories,company,payment_term" | "tracking_categories,delivery_address" | "tracking_categories,delivery_address,accounting_period" | "tracking_categories,delivery_address,accounting_period,payment_term" | "tracking_categories,delivery_address,company" | "tracking_categories,delivery_address,company,accounting_period" | "tracking_categories,delivery_address,company,accounting_period,payment_term" | "tracking_categories,delivery_address,company,payment_term" | "tracking_categories,delivery_address,payment_term" | "tracking_categories,delivery_address,vendor" | "tracking_categories,delivery_address,vendor,accounting_period" | "tracking_categories,delivery_address,vendor,accounting_period,payment_term" | "tracking_categories,delivery_address,vendor,company" | "tracking_categories,delivery_address,vendor,company,accounting_period" | "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" | "tracking_categories,delivery_address,vendor,company,payment_term" | "tracking_categories,delivery_address,vendor,payment_term" | "tracking_categories,payment_term" | "tracking_categories,vendor" | "tracking_categories,vendor,accounting_period" | "tracking_categories,vendor,accounting_period,payment_term" | "tracking_categories,vendor,company" | "tracking_categories,vendor,company,accounting_period" | "tracking_categories,vendor,company,accounting_period,payment_term" | "tracking_categories,vendor,company,payment_term" | "tracking_categories,vendor,payment_term" | "vendor" | "vendor,accounting_period" | "vendor,accounting_period,payment_term" | "vendor,company" | "vendor,company,accounting_period" | "vendor,company,accounting_period,payment_term" | "vendor,company,payment_term" | "vendor,payment_term";
|
|
5
5
|
export declare const PurchaseOrdersRetrieveRequestExpand: {
|
|
6
6
|
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AccountingPeriodPaymentTerm: "accounting_period,payment_term";
|
|
7
8
|
readonly Company: "company";
|
|
8
9
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
10
|
+
readonly CompanyAccountingPeriodPaymentTerm: "company,accounting_period,payment_term";
|
|
11
|
+
readonly CompanyPaymentTerm: "company,payment_term";
|
|
9
12
|
readonly DeliveryAddress: "delivery_address";
|
|
10
13
|
readonly DeliveryAddressAccountingPeriod: "delivery_address,accounting_period";
|
|
14
|
+
readonly DeliveryAddressAccountingPeriodPaymentTerm: "delivery_address,accounting_period,payment_term";
|
|
11
15
|
readonly DeliveryAddressCompany: "delivery_address,company";
|
|
12
16
|
readonly DeliveryAddressCompanyAccountingPeriod: "delivery_address,company,accounting_period";
|
|
17
|
+
readonly DeliveryAddressCompanyAccountingPeriodPaymentTerm: "delivery_address,company,accounting_period,payment_term";
|
|
18
|
+
readonly DeliveryAddressCompanyPaymentTerm: "delivery_address,company,payment_term";
|
|
19
|
+
readonly DeliveryAddressPaymentTerm: "delivery_address,payment_term";
|
|
13
20
|
readonly DeliveryAddressVendor: "delivery_address,vendor";
|
|
14
21
|
readonly DeliveryAddressVendorAccountingPeriod: "delivery_address,vendor,accounting_period";
|
|
22
|
+
readonly DeliveryAddressVendorAccountingPeriodPaymentTerm: "delivery_address,vendor,accounting_period,payment_term";
|
|
15
23
|
readonly DeliveryAddressVendorCompany: "delivery_address,vendor,company";
|
|
16
24
|
readonly DeliveryAddressVendorCompanyAccountingPeriod: "delivery_address,vendor,company,accounting_period";
|
|
25
|
+
readonly DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "delivery_address,vendor,company,accounting_period,payment_term";
|
|
26
|
+
readonly DeliveryAddressVendorCompanyPaymentTerm: "delivery_address,vendor,company,payment_term";
|
|
27
|
+
readonly DeliveryAddressVendorPaymentTerm: "delivery_address,vendor,payment_term";
|
|
17
28
|
readonly LineItems: "line_items";
|
|
18
29
|
readonly LineItemsAccountingPeriod: "line_items,accounting_period";
|
|
30
|
+
readonly LineItemsAccountingPeriodPaymentTerm: "line_items,accounting_period,payment_term";
|
|
19
31
|
readonly LineItemsCompany: "line_items,company";
|
|
20
32
|
readonly LineItemsCompanyAccountingPeriod: "line_items,company,accounting_period";
|
|
33
|
+
readonly LineItemsCompanyAccountingPeriodPaymentTerm: "line_items,company,accounting_period,payment_term";
|
|
34
|
+
readonly LineItemsCompanyPaymentTerm: "line_items,company,payment_term";
|
|
21
35
|
readonly LineItemsDeliveryAddress: "line_items,delivery_address";
|
|
22
36
|
readonly LineItemsDeliveryAddressAccountingPeriod: "line_items,delivery_address,accounting_period";
|
|
37
|
+
readonly LineItemsDeliveryAddressAccountingPeriodPaymentTerm: "line_items,delivery_address,accounting_period,payment_term";
|
|
23
38
|
readonly LineItemsDeliveryAddressCompany: "line_items,delivery_address,company";
|
|
24
39
|
readonly LineItemsDeliveryAddressCompanyAccountingPeriod: "line_items,delivery_address,company,accounting_period";
|
|
40
|
+
readonly LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,company,accounting_period,payment_term";
|
|
41
|
+
readonly LineItemsDeliveryAddressCompanyPaymentTerm: "line_items,delivery_address,company,payment_term";
|
|
42
|
+
readonly LineItemsDeliveryAddressPaymentTerm: "line_items,delivery_address,payment_term";
|
|
25
43
|
readonly LineItemsDeliveryAddressVendor: "line_items,delivery_address,vendor";
|
|
26
44
|
readonly LineItemsDeliveryAddressVendorAccountingPeriod: "line_items,delivery_address,vendor,accounting_period";
|
|
45
|
+
readonly LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,accounting_period,payment_term";
|
|
27
46
|
readonly LineItemsDeliveryAddressVendorCompany: "line_items,delivery_address,vendor,company";
|
|
28
47
|
readonly LineItemsDeliveryAddressVendorCompanyAccountingPeriod: "line_items,delivery_address,vendor,company,accounting_period";
|
|
48
|
+
readonly LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,company,accounting_period,payment_term";
|
|
49
|
+
readonly LineItemsDeliveryAddressVendorCompanyPaymentTerm: "line_items,delivery_address,vendor,company,payment_term";
|
|
50
|
+
readonly LineItemsDeliveryAddressVendorPaymentTerm: "line_items,delivery_address,vendor,payment_term";
|
|
51
|
+
readonly LineItemsPaymentTerm: "line_items,payment_term";
|
|
29
52
|
readonly LineItemsTrackingCategories: "line_items,tracking_categories";
|
|
30
53
|
readonly LineItemsTrackingCategoriesAccountingPeriod: "line_items,tracking_categories,accounting_period";
|
|
54
|
+
readonly LineItemsTrackingCategoriesAccountingPeriodPaymentTerm: "line_items,tracking_categories,accounting_period,payment_term";
|
|
31
55
|
readonly LineItemsTrackingCategoriesCompany: "line_items,tracking_categories,company";
|
|
32
56
|
readonly LineItemsTrackingCategoriesCompanyAccountingPeriod: "line_items,tracking_categories,company,accounting_period";
|
|
57
|
+
readonly LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,company,accounting_period,payment_term";
|
|
58
|
+
readonly LineItemsTrackingCategoriesCompanyPaymentTerm: "line_items,tracking_categories,company,payment_term";
|
|
33
59
|
readonly LineItemsTrackingCategoriesDeliveryAddress: "line_items,tracking_categories,delivery_address";
|
|
34
60
|
readonly LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod: "line_items,tracking_categories,delivery_address,accounting_period";
|
|
61
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,accounting_period,payment_term";
|
|
35
62
|
readonly LineItemsTrackingCategoriesDeliveryAddressCompany: "line_items,tracking_categories,delivery_address,company";
|
|
36
63
|
readonly LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,company,accounting_period";
|
|
64
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term";
|
|
65
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,company,payment_term";
|
|
66
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressPaymentTerm: "line_items,tracking_categories,delivery_address,payment_term";
|
|
37
67
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendor: "line_items,tracking_categories,delivery_address,vendor";
|
|
38
68
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,accounting_period";
|
|
69
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term";
|
|
39
70
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompany: "line_items,tracking_categories,delivery_address,vendor,company";
|
|
40
71
|
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period";
|
|
72
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term";
|
|
73
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,payment_term";
|
|
74
|
+
readonly LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,payment_term";
|
|
75
|
+
readonly LineItemsTrackingCategoriesPaymentTerm: "line_items,tracking_categories,payment_term";
|
|
41
76
|
readonly LineItemsTrackingCategoriesVendor: "line_items,tracking_categories,vendor";
|
|
42
77
|
readonly LineItemsTrackingCategoriesVendorAccountingPeriod: "line_items,tracking_categories,vendor,accounting_period";
|
|
78
|
+
readonly LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,accounting_period,payment_term";
|
|
43
79
|
readonly LineItemsTrackingCategoriesVendorCompany: "line_items,tracking_categories,vendor,company";
|
|
44
80
|
readonly LineItemsTrackingCategoriesVendorCompanyAccountingPeriod: "line_items,tracking_categories,vendor,company,accounting_period";
|
|
81
|
+
readonly LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,company,accounting_period,payment_term";
|
|
82
|
+
readonly LineItemsTrackingCategoriesVendorCompanyPaymentTerm: "line_items,tracking_categories,vendor,company,payment_term";
|
|
83
|
+
readonly LineItemsTrackingCategoriesVendorPaymentTerm: "line_items,tracking_categories,vendor,payment_term";
|
|
45
84
|
readonly LineItemsVendor: "line_items,vendor";
|
|
46
85
|
readonly LineItemsVendorAccountingPeriod: "line_items,vendor,accounting_period";
|
|
86
|
+
readonly LineItemsVendorAccountingPeriodPaymentTerm: "line_items,vendor,accounting_period,payment_term";
|
|
47
87
|
readonly LineItemsVendorCompany: "line_items,vendor,company";
|
|
48
88
|
readonly LineItemsVendorCompanyAccountingPeriod: "line_items,vendor,company,accounting_period";
|
|
89
|
+
readonly LineItemsVendorCompanyAccountingPeriodPaymentTerm: "line_items,vendor,company,accounting_period,payment_term";
|
|
90
|
+
readonly LineItemsVendorCompanyPaymentTerm: "line_items,vendor,company,payment_term";
|
|
91
|
+
readonly LineItemsVendorPaymentTerm: "line_items,vendor,payment_term";
|
|
92
|
+
readonly PaymentTerm: "payment_term";
|
|
49
93
|
readonly TrackingCategories: "tracking_categories";
|
|
50
94
|
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
95
|
+
readonly TrackingCategoriesAccountingPeriodPaymentTerm: "tracking_categories,accounting_period,payment_term";
|
|
51
96
|
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
52
97
|
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
98
|
+
readonly TrackingCategoriesCompanyAccountingPeriodPaymentTerm: "tracking_categories,company,accounting_period,payment_term";
|
|
99
|
+
readonly TrackingCategoriesCompanyPaymentTerm: "tracking_categories,company,payment_term";
|
|
53
100
|
readonly TrackingCategoriesDeliveryAddress: "tracking_categories,delivery_address";
|
|
54
101
|
readonly TrackingCategoriesDeliveryAddressAccountingPeriod: "tracking_categories,delivery_address,accounting_period";
|
|
102
|
+
readonly TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,accounting_period,payment_term";
|
|
55
103
|
readonly TrackingCategoriesDeliveryAddressCompany: "tracking_categories,delivery_address,company";
|
|
56
104
|
readonly TrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "tracking_categories,delivery_address,company,accounting_period";
|
|
105
|
+
readonly TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,company,accounting_period,payment_term";
|
|
106
|
+
readonly TrackingCategoriesDeliveryAddressCompanyPaymentTerm: "tracking_categories,delivery_address,company,payment_term";
|
|
107
|
+
readonly TrackingCategoriesDeliveryAddressPaymentTerm: "tracking_categories,delivery_address,payment_term";
|
|
57
108
|
readonly TrackingCategoriesDeliveryAddressVendor: "tracking_categories,delivery_address,vendor";
|
|
58
109
|
readonly TrackingCategoriesDeliveryAddressVendorAccountingPeriod: "tracking_categories,delivery_address,vendor,accounting_period";
|
|
110
|
+
readonly TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,accounting_period,payment_term";
|
|
59
111
|
readonly TrackingCategoriesDeliveryAddressVendorCompany: "tracking_categories,delivery_address,vendor,company";
|
|
60
112
|
readonly TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "tracking_categories,delivery_address,vendor,company,accounting_period";
|
|
113
|
+
readonly TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term";
|
|
114
|
+
readonly TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "tracking_categories,delivery_address,vendor,company,payment_term";
|
|
115
|
+
readonly TrackingCategoriesDeliveryAddressVendorPaymentTerm: "tracking_categories,delivery_address,vendor,payment_term";
|
|
116
|
+
readonly TrackingCategoriesPaymentTerm: "tracking_categories,payment_term";
|
|
61
117
|
readonly TrackingCategoriesVendor: "tracking_categories,vendor";
|
|
62
118
|
readonly TrackingCategoriesVendorAccountingPeriod: "tracking_categories,vendor,accounting_period";
|
|
119
|
+
readonly TrackingCategoriesVendorAccountingPeriodPaymentTerm: "tracking_categories,vendor,accounting_period,payment_term";
|
|
63
120
|
readonly TrackingCategoriesVendorCompany: "tracking_categories,vendor,company";
|
|
64
121
|
readonly TrackingCategoriesVendorCompanyAccountingPeriod: "tracking_categories,vendor,company,accounting_period";
|
|
122
|
+
readonly TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,vendor,company,accounting_period,payment_term";
|
|
123
|
+
readonly TrackingCategoriesVendorCompanyPaymentTerm: "tracking_categories,vendor,company,payment_term";
|
|
124
|
+
readonly TrackingCategoriesVendorPaymentTerm: "tracking_categories,vendor,payment_term";
|
|
65
125
|
readonly Vendor: "vendor";
|
|
66
126
|
readonly VendorAccountingPeriod: "vendor,accounting_period";
|
|
127
|
+
readonly VendorAccountingPeriodPaymentTerm: "vendor,accounting_period,payment_term";
|
|
67
128
|
readonly VendorCompany: "vendor,company";
|
|
68
129
|
readonly VendorCompanyAccountingPeriod: "vendor,company,accounting_period";
|
|
130
|
+
readonly VendorCompanyAccountingPeriodPaymentTerm: "vendor,company,accounting_period,payment_term";
|
|
131
|
+
readonly VendorCompanyPaymentTerm: "vendor,company,payment_term";
|
|
132
|
+
readonly VendorPaymentTerm: "vendor,payment_term";
|
|
69
133
|
};
|
|
@@ -6,66 +6,130 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.PurchaseOrdersRetrieveRequestExpand = void 0;
|
|
7
7
|
exports.PurchaseOrdersRetrieveRequestExpand = {
|
|
8
8
|
AccountingPeriod: "accounting_period",
|
|
9
|
+
AccountingPeriodPaymentTerm: "accounting_period,payment_term",
|
|
9
10
|
Company: "company",
|
|
10
11
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
12
|
+
CompanyAccountingPeriodPaymentTerm: "company,accounting_period,payment_term",
|
|
13
|
+
CompanyPaymentTerm: "company,payment_term",
|
|
11
14
|
DeliveryAddress: "delivery_address",
|
|
12
15
|
DeliveryAddressAccountingPeriod: "delivery_address,accounting_period",
|
|
16
|
+
DeliveryAddressAccountingPeriodPaymentTerm: "delivery_address,accounting_period,payment_term",
|
|
13
17
|
DeliveryAddressCompany: "delivery_address,company",
|
|
14
18
|
DeliveryAddressCompanyAccountingPeriod: "delivery_address,company,accounting_period",
|
|
19
|
+
DeliveryAddressCompanyAccountingPeriodPaymentTerm: "delivery_address,company,accounting_period,payment_term",
|
|
20
|
+
DeliveryAddressCompanyPaymentTerm: "delivery_address,company,payment_term",
|
|
21
|
+
DeliveryAddressPaymentTerm: "delivery_address,payment_term",
|
|
15
22
|
DeliveryAddressVendor: "delivery_address,vendor",
|
|
16
23
|
DeliveryAddressVendorAccountingPeriod: "delivery_address,vendor,accounting_period",
|
|
24
|
+
DeliveryAddressVendorAccountingPeriodPaymentTerm: "delivery_address,vendor,accounting_period,payment_term",
|
|
17
25
|
DeliveryAddressVendorCompany: "delivery_address,vendor,company",
|
|
18
26
|
DeliveryAddressVendorCompanyAccountingPeriod: "delivery_address,vendor,company,accounting_period",
|
|
27
|
+
DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "delivery_address,vendor,company,accounting_period,payment_term",
|
|
28
|
+
DeliveryAddressVendorCompanyPaymentTerm: "delivery_address,vendor,company,payment_term",
|
|
29
|
+
DeliveryAddressVendorPaymentTerm: "delivery_address,vendor,payment_term",
|
|
19
30
|
LineItems: "line_items",
|
|
20
31
|
LineItemsAccountingPeriod: "line_items,accounting_period",
|
|
32
|
+
LineItemsAccountingPeriodPaymentTerm: "line_items,accounting_period,payment_term",
|
|
21
33
|
LineItemsCompany: "line_items,company",
|
|
22
34
|
LineItemsCompanyAccountingPeriod: "line_items,company,accounting_period",
|
|
35
|
+
LineItemsCompanyAccountingPeriodPaymentTerm: "line_items,company,accounting_period,payment_term",
|
|
36
|
+
LineItemsCompanyPaymentTerm: "line_items,company,payment_term",
|
|
23
37
|
LineItemsDeliveryAddress: "line_items,delivery_address",
|
|
24
38
|
LineItemsDeliveryAddressAccountingPeriod: "line_items,delivery_address,accounting_period",
|
|
39
|
+
LineItemsDeliveryAddressAccountingPeriodPaymentTerm: "line_items,delivery_address,accounting_period,payment_term",
|
|
25
40
|
LineItemsDeliveryAddressCompany: "line_items,delivery_address,company",
|
|
26
41
|
LineItemsDeliveryAddressCompanyAccountingPeriod: "line_items,delivery_address,company,accounting_period",
|
|
42
|
+
LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,company,accounting_period,payment_term",
|
|
43
|
+
LineItemsDeliveryAddressCompanyPaymentTerm: "line_items,delivery_address,company,payment_term",
|
|
44
|
+
LineItemsDeliveryAddressPaymentTerm: "line_items,delivery_address,payment_term",
|
|
27
45
|
LineItemsDeliveryAddressVendor: "line_items,delivery_address,vendor",
|
|
28
46
|
LineItemsDeliveryAddressVendorAccountingPeriod: "line_items,delivery_address,vendor,accounting_period",
|
|
47
|
+
LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,accounting_period,payment_term",
|
|
29
48
|
LineItemsDeliveryAddressVendorCompany: "line_items,delivery_address,vendor,company",
|
|
30
49
|
LineItemsDeliveryAddressVendorCompanyAccountingPeriod: "line_items,delivery_address,vendor,company,accounting_period",
|
|
50
|
+
LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,delivery_address,vendor,company,accounting_period,payment_term",
|
|
51
|
+
LineItemsDeliveryAddressVendorCompanyPaymentTerm: "line_items,delivery_address,vendor,company,payment_term",
|
|
52
|
+
LineItemsDeliveryAddressVendorPaymentTerm: "line_items,delivery_address,vendor,payment_term",
|
|
53
|
+
LineItemsPaymentTerm: "line_items,payment_term",
|
|
31
54
|
LineItemsTrackingCategories: "line_items,tracking_categories",
|
|
32
55
|
LineItemsTrackingCategoriesAccountingPeriod: "line_items,tracking_categories,accounting_period",
|
|
56
|
+
LineItemsTrackingCategoriesAccountingPeriodPaymentTerm: "line_items,tracking_categories,accounting_period,payment_term",
|
|
33
57
|
LineItemsTrackingCategoriesCompany: "line_items,tracking_categories,company",
|
|
34
58
|
LineItemsTrackingCategoriesCompanyAccountingPeriod: "line_items,tracking_categories,company,accounting_period",
|
|
59
|
+
LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,company,accounting_period,payment_term",
|
|
60
|
+
LineItemsTrackingCategoriesCompanyPaymentTerm: "line_items,tracking_categories,company,payment_term",
|
|
35
61
|
LineItemsTrackingCategoriesDeliveryAddress: "line_items,tracking_categories,delivery_address",
|
|
36
62
|
LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod: "line_items,tracking_categories,delivery_address,accounting_period",
|
|
63
|
+
LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,accounting_period,payment_term",
|
|
37
64
|
LineItemsTrackingCategoriesDeliveryAddressCompany: "line_items,tracking_categories,delivery_address,company",
|
|
38
65
|
LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,company,accounting_period",
|
|
66
|
+
LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term",
|
|
67
|
+
LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,company,payment_term",
|
|
68
|
+
LineItemsTrackingCategoriesDeliveryAddressPaymentTerm: "line_items,tracking_categories,delivery_address,payment_term",
|
|
39
69
|
LineItemsTrackingCategoriesDeliveryAddressVendor: "line_items,tracking_categories,delivery_address,vendor",
|
|
40
70
|
LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,accounting_period",
|
|
71
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term",
|
|
41
72
|
LineItemsTrackingCategoriesDeliveryAddressVendorCompany: "line_items,tracking_categories,delivery_address,vendor,company",
|
|
42
73
|
LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period",
|
|
74
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term",
|
|
75
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,company,payment_term",
|
|
76
|
+
LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm: "line_items,tracking_categories,delivery_address,vendor,payment_term",
|
|
77
|
+
LineItemsTrackingCategoriesPaymentTerm: "line_items,tracking_categories,payment_term",
|
|
43
78
|
LineItemsTrackingCategoriesVendor: "line_items,tracking_categories,vendor",
|
|
44
79
|
LineItemsTrackingCategoriesVendorAccountingPeriod: "line_items,tracking_categories,vendor,accounting_period",
|
|
80
|
+
LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,accounting_period,payment_term",
|
|
45
81
|
LineItemsTrackingCategoriesVendorCompany: "line_items,tracking_categories,vendor,company",
|
|
46
82
|
LineItemsTrackingCategoriesVendorCompanyAccountingPeriod: "line_items,tracking_categories,vendor,company,accounting_period",
|
|
83
|
+
LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "line_items,tracking_categories,vendor,company,accounting_period,payment_term",
|
|
84
|
+
LineItemsTrackingCategoriesVendorCompanyPaymentTerm: "line_items,tracking_categories,vendor,company,payment_term",
|
|
85
|
+
LineItemsTrackingCategoriesVendorPaymentTerm: "line_items,tracking_categories,vendor,payment_term",
|
|
47
86
|
LineItemsVendor: "line_items,vendor",
|
|
48
87
|
LineItemsVendorAccountingPeriod: "line_items,vendor,accounting_period",
|
|
88
|
+
LineItemsVendorAccountingPeriodPaymentTerm: "line_items,vendor,accounting_period,payment_term",
|
|
49
89
|
LineItemsVendorCompany: "line_items,vendor,company",
|
|
50
90
|
LineItemsVendorCompanyAccountingPeriod: "line_items,vendor,company,accounting_period",
|
|
91
|
+
LineItemsVendorCompanyAccountingPeriodPaymentTerm: "line_items,vendor,company,accounting_period,payment_term",
|
|
92
|
+
LineItemsVendorCompanyPaymentTerm: "line_items,vendor,company,payment_term",
|
|
93
|
+
LineItemsVendorPaymentTerm: "line_items,vendor,payment_term",
|
|
94
|
+
PaymentTerm: "payment_term",
|
|
51
95
|
TrackingCategories: "tracking_categories",
|
|
52
96
|
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
97
|
+
TrackingCategoriesAccountingPeriodPaymentTerm: "tracking_categories,accounting_period,payment_term",
|
|
53
98
|
TrackingCategoriesCompany: "tracking_categories,company",
|
|
54
99
|
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
100
|
+
TrackingCategoriesCompanyAccountingPeriodPaymentTerm: "tracking_categories,company,accounting_period,payment_term",
|
|
101
|
+
TrackingCategoriesCompanyPaymentTerm: "tracking_categories,company,payment_term",
|
|
55
102
|
TrackingCategoriesDeliveryAddress: "tracking_categories,delivery_address",
|
|
56
103
|
TrackingCategoriesDeliveryAddressAccountingPeriod: "tracking_categories,delivery_address,accounting_period",
|
|
104
|
+
TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,accounting_period,payment_term",
|
|
57
105
|
TrackingCategoriesDeliveryAddressCompany: "tracking_categories,delivery_address,company",
|
|
58
106
|
TrackingCategoriesDeliveryAddressCompanyAccountingPeriod: "tracking_categories,delivery_address,company,accounting_period",
|
|
107
|
+
TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,company,accounting_period,payment_term",
|
|
108
|
+
TrackingCategoriesDeliveryAddressCompanyPaymentTerm: "tracking_categories,delivery_address,company,payment_term",
|
|
109
|
+
TrackingCategoriesDeliveryAddressPaymentTerm: "tracking_categories,delivery_address,payment_term",
|
|
59
110
|
TrackingCategoriesDeliveryAddressVendor: "tracking_categories,delivery_address,vendor",
|
|
60
111
|
TrackingCategoriesDeliveryAddressVendorAccountingPeriod: "tracking_categories,delivery_address,vendor,accounting_period",
|
|
112
|
+
TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,accounting_period,payment_term",
|
|
61
113
|
TrackingCategoriesDeliveryAddressVendorCompany: "tracking_categories,delivery_address,vendor,company",
|
|
62
114
|
TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod: "tracking_categories,delivery_address,vendor,company,accounting_period",
|
|
115
|
+
TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term",
|
|
116
|
+
TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm: "tracking_categories,delivery_address,vendor,company,payment_term",
|
|
117
|
+
TrackingCategoriesDeliveryAddressVendorPaymentTerm: "tracking_categories,delivery_address,vendor,payment_term",
|
|
118
|
+
TrackingCategoriesPaymentTerm: "tracking_categories,payment_term",
|
|
63
119
|
TrackingCategoriesVendor: "tracking_categories,vendor",
|
|
64
120
|
TrackingCategoriesVendorAccountingPeriod: "tracking_categories,vendor,accounting_period",
|
|
121
|
+
TrackingCategoriesVendorAccountingPeriodPaymentTerm: "tracking_categories,vendor,accounting_period,payment_term",
|
|
65
122
|
TrackingCategoriesVendorCompany: "tracking_categories,vendor,company",
|
|
66
123
|
TrackingCategoriesVendorCompanyAccountingPeriod: "tracking_categories,vendor,company,accounting_period",
|
|
124
|
+
TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm: "tracking_categories,vendor,company,accounting_period,payment_term",
|
|
125
|
+
TrackingCategoriesVendorCompanyPaymentTerm: "tracking_categories,vendor,company,payment_term",
|
|
126
|
+
TrackingCategoriesVendorPaymentTerm: "tracking_categories,vendor,payment_term",
|
|
67
127
|
Vendor: "vendor",
|
|
68
128
|
VendorAccountingPeriod: "vendor,accounting_period",
|
|
129
|
+
VendorAccountingPeriodPaymentTerm: "vendor,accounting_period,payment_term",
|
|
69
130
|
VendorCompany: "vendor,company",
|
|
70
131
|
VendorCompanyAccountingPeriod: "vendor,company,accounting_period",
|
|
132
|
+
VendorCompanyAccountingPeriodPaymentTerm: "vendor,company,accounting_period,payment_term",
|
|
133
|
+
VendorCompanyPaymentTerm: "vendor,company,payment_term",
|
|
134
|
+
VendorPaymentTerm: "vendor,payment_term",
|
|
71
135
|
};
|