@mergeapi/merge-node-client 1.1.5 → 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/Client.d.ts +3 -3
- package/Client.js +6 -6
- 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/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- 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/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/Client.d.ts +3 -3
- package/dist/Client.js +6 -6
- 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/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- 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/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/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- 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/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 +2078 -1599
- 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/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- 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/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/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const PaymentsListRequestExpand: core.serialization.Schema<serializers.accounting.PaymentsListRequestExpand.Raw, Merge.accounting.PaymentsListRequestExpand>;
|
|
8
8
|
export declare namespace PaymentsListRequestExpand {
|
|
9
|
-
type Raw = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,accounting_period" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
9
|
+
type Raw = "account" | "account,accounting_period" | "account,accounting_period,payment_method" | "account,company" | "account,company,accounting_period" | "account,company,accounting_period,payment_method" | "account,company,payment_method" | "account,payment_method" | "accounting_period" | "accounting_period,payment_method" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,accounting_period,payment_method" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,account,company,accounting_period,payment_method" | "applied_to_lines,account,company,payment_method" | "applied_to_lines,account,payment_method" | "applied_to_lines,accounting_period" | "applied_to_lines,accounting_period,payment_method" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,company,accounting_period,payment_method" | "applied_to_lines,company,payment_method" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,accounting_period,payment_method" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,account,company,accounting_period,payment_method" | "applied_to_lines,contact,account,company,payment_method" | "applied_to_lines,contact,account,payment_method" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,accounting_period,payment_method" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "applied_to_lines,contact,company,accounting_period,payment_method" | "applied_to_lines,contact,company,payment_method" | "applied_to_lines,contact,payment_method" | "applied_to_lines,payment_method" | "company" | "company,accounting_period" | "company,accounting_period,payment_method" | "company,payment_method" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,accounting_period,payment_method" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,account,company,accounting_period,payment_method" | "contact,account,company,payment_method" | "contact,account,payment_method" | "contact,accounting_period" | "contact,accounting_period,payment_method" | "contact,company" | "contact,company,accounting_period" | "contact,company,accounting_period,payment_method" | "contact,company,payment_method" | "contact,payment_method" | "payment_method" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,accounting_period,payment_method" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,account,company,accounting_period,payment_method" | "tracking_categories,account,company,payment_method" | "tracking_categories,account,payment_method" | "tracking_categories,accounting_period" | "tracking_categories,accounting_period,payment_method" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,accounting_period,payment_method" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,account,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,account,company,payment_method" | "tracking_categories,applied_to_lines,account,payment_method" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,accounting_period,payment_method" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,company,payment_method" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,account,company,payment_method" | "tracking_categories,applied_to_lines,contact,account,payment_method" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,company,payment_method" | "tracking_categories,applied_to_lines,contact,payment_method" | "tracking_categories,applied_to_lines,payment_method" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,company,accounting_period,payment_method" | "tracking_categories,company,payment_method" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,accounting_period,payment_method" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,account,company,accounting_period,payment_method" | "tracking_categories,contact,account,company,payment_method" | "tracking_categories,contact,account,payment_method" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,accounting_period,payment_method" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,contact,company,accounting_period,payment_method" | "tracking_categories,contact,company,payment_method" | "tracking_categories,contact,payment_method" | "tracking_categories,payment_method";
|
|
10
10
|
}
|
package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js
CHANGED
|
@@ -31,65 +31,129 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
31
31
|
exports.PaymentsListRequestExpand = core.serialization.enum_([
|
|
32
32
|
"account",
|
|
33
33
|
"account,accounting_period",
|
|
34
|
+
"account,accounting_period,payment_method",
|
|
34
35
|
"account,company",
|
|
35
36
|
"account,company,accounting_period",
|
|
37
|
+
"account,company,accounting_period,payment_method",
|
|
38
|
+
"account,company,payment_method",
|
|
39
|
+
"account,payment_method",
|
|
36
40
|
"accounting_period",
|
|
41
|
+
"accounting_period,payment_method",
|
|
37
42
|
"applied_to_lines",
|
|
38
43
|
"applied_to_lines,account",
|
|
39
44
|
"applied_to_lines,account,accounting_period",
|
|
45
|
+
"applied_to_lines,account,accounting_period,payment_method",
|
|
40
46
|
"applied_to_lines,account,company",
|
|
41
47
|
"applied_to_lines,account,company,accounting_period",
|
|
48
|
+
"applied_to_lines,account,company,accounting_period,payment_method",
|
|
49
|
+
"applied_to_lines,account,company,payment_method",
|
|
50
|
+
"applied_to_lines,account,payment_method",
|
|
42
51
|
"applied_to_lines,accounting_period",
|
|
52
|
+
"applied_to_lines,accounting_period,payment_method",
|
|
43
53
|
"applied_to_lines,company",
|
|
44
54
|
"applied_to_lines,company,accounting_period",
|
|
55
|
+
"applied_to_lines,company,accounting_period,payment_method",
|
|
56
|
+
"applied_to_lines,company,payment_method",
|
|
45
57
|
"applied_to_lines,contact",
|
|
46
58
|
"applied_to_lines,contact,account",
|
|
47
59
|
"applied_to_lines,contact,account,accounting_period",
|
|
60
|
+
"applied_to_lines,contact,account,accounting_period,payment_method",
|
|
48
61
|
"applied_to_lines,contact,account,company",
|
|
49
62
|
"applied_to_lines,contact,account,company,accounting_period",
|
|
63
|
+
"applied_to_lines,contact,account,company,accounting_period,payment_method",
|
|
64
|
+
"applied_to_lines,contact,account,company,payment_method",
|
|
65
|
+
"applied_to_lines,contact,account,payment_method",
|
|
50
66
|
"applied_to_lines,contact,accounting_period",
|
|
67
|
+
"applied_to_lines,contact,accounting_period,payment_method",
|
|
51
68
|
"applied_to_lines,contact,company",
|
|
52
69
|
"applied_to_lines,contact,company,accounting_period",
|
|
70
|
+
"applied_to_lines,contact,company,accounting_period,payment_method",
|
|
71
|
+
"applied_to_lines,contact,company,payment_method",
|
|
72
|
+
"applied_to_lines,contact,payment_method",
|
|
73
|
+
"applied_to_lines,payment_method",
|
|
53
74
|
"company",
|
|
54
75
|
"company,accounting_period",
|
|
76
|
+
"company,accounting_period,payment_method",
|
|
77
|
+
"company,payment_method",
|
|
55
78
|
"contact",
|
|
56
79
|
"contact,account",
|
|
57
80
|
"contact,account,accounting_period",
|
|
81
|
+
"contact,account,accounting_period,payment_method",
|
|
58
82
|
"contact,account,company",
|
|
59
83
|
"contact,account,company,accounting_period",
|
|
84
|
+
"contact,account,company,accounting_period,payment_method",
|
|
85
|
+
"contact,account,company,payment_method",
|
|
86
|
+
"contact,account,payment_method",
|
|
60
87
|
"contact,accounting_period",
|
|
88
|
+
"contact,accounting_period,payment_method",
|
|
61
89
|
"contact,company",
|
|
62
90
|
"contact,company,accounting_period",
|
|
91
|
+
"contact,company,accounting_period,payment_method",
|
|
92
|
+
"contact,company,payment_method",
|
|
93
|
+
"contact,payment_method",
|
|
94
|
+
"payment_method",
|
|
63
95
|
"tracking_categories",
|
|
64
96
|
"tracking_categories,account",
|
|
65
97
|
"tracking_categories,account,accounting_period",
|
|
98
|
+
"tracking_categories,account,accounting_period,payment_method",
|
|
66
99
|
"tracking_categories,account,company",
|
|
67
100
|
"tracking_categories,account,company,accounting_period",
|
|
101
|
+
"tracking_categories,account,company,accounting_period,payment_method",
|
|
102
|
+
"tracking_categories,account,company,payment_method",
|
|
103
|
+
"tracking_categories,account,payment_method",
|
|
68
104
|
"tracking_categories,accounting_period",
|
|
105
|
+
"tracking_categories,accounting_period,payment_method",
|
|
69
106
|
"tracking_categories,applied_to_lines",
|
|
70
107
|
"tracking_categories,applied_to_lines,account",
|
|
71
108
|
"tracking_categories,applied_to_lines,account,accounting_period",
|
|
109
|
+
"tracking_categories,applied_to_lines,account,accounting_period,payment_method",
|
|
72
110
|
"tracking_categories,applied_to_lines,account,company",
|
|
73
111
|
"tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
112
|
+
"tracking_categories,applied_to_lines,account,company,accounting_period,payment_method",
|
|
113
|
+
"tracking_categories,applied_to_lines,account,company,payment_method",
|
|
114
|
+
"tracking_categories,applied_to_lines,account,payment_method",
|
|
74
115
|
"tracking_categories,applied_to_lines,accounting_period",
|
|
116
|
+
"tracking_categories,applied_to_lines,accounting_period,payment_method",
|
|
75
117
|
"tracking_categories,applied_to_lines,company",
|
|
76
118
|
"tracking_categories,applied_to_lines,company,accounting_period",
|
|
119
|
+
"tracking_categories,applied_to_lines,company,accounting_period,payment_method",
|
|
120
|
+
"tracking_categories,applied_to_lines,company,payment_method",
|
|
77
121
|
"tracking_categories,applied_to_lines,contact",
|
|
78
122
|
"tracking_categories,applied_to_lines,contact,account",
|
|
79
123
|
"tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
124
|
+
"tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method",
|
|
80
125
|
"tracking_categories,applied_to_lines,contact,account,company",
|
|
81
126
|
"tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
127
|
+
"tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method",
|
|
128
|
+
"tracking_categories,applied_to_lines,contact,account,company,payment_method",
|
|
129
|
+
"tracking_categories,applied_to_lines,contact,account,payment_method",
|
|
82
130
|
"tracking_categories,applied_to_lines,contact,accounting_period",
|
|
131
|
+
"tracking_categories,applied_to_lines,contact,accounting_period,payment_method",
|
|
83
132
|
"tracking_categories,applied_to_lines,contact,company",
|
|
84
133
|
"tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
134
|
+
"tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method",
|
|
135
|
+
"tracking_categories,applied_to_lines,contact,company,payment_method",
|
|
136
|
+
"tracking_categories,applied_to_lines,contact,payment_method",
|
|
137
|
+
"tracking_categories,applied_to_lines,payment_method",
|
|
85
138
|
"tracking_categories,company",
|
|
86
139
|
"tracking_categories,company,accounting_period",
|
|
140
|
+
"tracking_categories,company,accounting_period,payment_method",
|
|
141
|
+
"tracking_categories,company,payment_method",
|
|
87
142
|
"tracking_categories,contact",
|
|
88
143
|
"tracking_categories,contact,account",
|
|
89
144
|
"tracking_categories,contact,account,accounting_period",
|
|
145
|
+
"tracking_categories,contact,account,accounting_period,payment_method",
|
|
90
146
|
"tracking_categories,contact,account,company",
|
|
91
147
|
"tracking_categories,contact,account,company,accounting_period",
|
|
148
|
+
"tracking_categories,contact,account,company,accounting_period,payment_method",
|
|
149
|
+
"tracking_categories,contact,account,company,payment_method",
|
|
150
|
+
"tracking_categories,contact,account,payment_method",
|
|
92
151
|
"tracking_categories,contact,accounting_period",
|
|
152
|
+
"tracking_categories,contact,accounting_period,payment_method",
|
|
93
153
|
"tracking_categories,contact,company",
|
|
94
154
|
"tracking_categories,contact,company,accounting_period",
|
|
155
|
+
"tracking_categories,contact,company,accounting_period,payment_method",
|
|
156
|
+
"tracking_categories,contact,company,payment_method",
|
|
157
|
+
"tracking_categories,contact,payment_method",
|
|
158
|
+
"tracking_categories,payment_method",
|
|
95
159
|
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const PaymentsRetrieveRequestExpand: core.serialization.Schema<serializers.accounting.PaymentsRetrieveRequestExpand.Raw, Merge.accounting.PaymentsRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace PaymentsRetrieveRequestExpand {
|
|
9
|
-
type Raw = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,accounting_period" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
9
|
+
type Raw = "account" | "account,accounting_period" | "account,accounting_period,payment_method" | "account,company" | "account,company,accounting_period" | "account,company,accounting_period,payment_method" | "account,company,payment_method" | "account,payment_method" | "accounting_period" | "accounting_period,payment_method" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,accounting_period,payment_method" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,account,company,accounting_period,payment_method" | "applied_to_lines,account,company,payment_method" | "applied_to_lines,account,payment_method" | "applied_to_lines,accounting_period" | "applied_to_lines,accounting_period,payment_method" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,company,accounting_period,payment_method" | "applied_to_lines,company,payment_method" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,accounting_period,payment_method" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,account,company,accounting_period,payment_method" | "applied_to_lines,contact,account,company,payment_method" | "applied_to_lines,contact,account,payment_method" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,accounting_period,payment_method" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "applied_to_lines,contact,company,accounting_period,payment_method" | "applied_to_lines,contact,company,payment_method" | "applied_to_lines,contact,payment_method" | "applied_to_lines,payment_method" | "company" | "company,accounting_period" | "company,accounting_period,payment_method" | "company,payment_method" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,accounting_period,payment_method" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,account,company,accounting_period,payment_method" | "contact,account,company,payment_method" | "contact,account,payment_method" | "contact,accounting_period" | "contact,accounting_period,payment_method" | "contact,company" | "contact,company,accounting_period" | "contact,company,accounting_period,payment_method" | "contact,company,payment_method" | "contact,payment_method" | "payment_method" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,accounting_period,payment_method" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,account,company,accounting_period,payment_method" | "tracking_categories,account,company,payment_method" | "tracking_categories,account,payment_method" | "tracking_categories,accounting_period" | "tracking_categories,accounting_period,payment_method" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,accounting_period,payment_method" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,account,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,account,company,payment_method" | "tracking_categories,applied_to_lines,account,payment_method" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,accounting_period,payment_method" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,company,payment_method" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,account,company,payment_method" | "tracking_categories,applied_to_lines,contact,account,payment_method" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method" | "tracking_categories,applied_to_lines,contact,company,payment_method" | "tracking_categories,applied_to_lines,contact,payment_method" | "tracking_categories,applied_to_lines,payment_method" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,company,accounting_period,payment_method" | "tracking_categories,company,payment_method" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,accounting_period,payment_method" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,account,company,accounting_period,payment_method" | "tracking_categories,contact,account,company,payment_method" | "tracking_categories,contact,account,payment_method" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,accounting_period,payment_method" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,contact,company,accounting_period,payment_method" | "tracking_categories,contact,company,payment_method" | "tracking_categories,contact,payment_method" | "tracking_categories,payment_method";
|
|
10
10
|
}
|
package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js
CHANGED
|
@@ -31,65 +31,129 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
31
31
|
exports.PaymentsRetrieveRequestExpand = core.serialization.enum_([
|
|
32
32
|
"account",
|
|
33
33
|
"account,accounting_period",
|
|
34
|
+
"account,accounting_period,payment_method",
|
|
34
35
|
"account,company",
|
|
35
36
|
"account,company,accounting_period",
|
|
37
|
+
"account,company,accounting_period,payment_method",
|
|
38
|
+
"account,company,payment_method",
|
|
39
|
+
"account,payment_method",
|
|
36
40
|
"accounting_period",
|
|
41
|
+
"accounting_period,payment_method",
|
|
37
42
|
"applied_to_lines",
|
|
38
43
|
"applied_to_lines,account",
|
|
39
44
|
"applied_to_lines,account,accounting_period",
|
|
45
|
+
"applied_to_lines,account,accounting_period,payment_method",
|
|
40
46
|
"applied_to_lines,account,company",
|
|
41
47
|
"applied_to_lines,account,company,accounting_period",
|
|
48
|
+
"applied_to_lines,account,company,accounting_period,payment_method",
|
|
49
|
+
"applied_to_lines,account,company,payment_method",
|
|
50
|
+
"applied_to_lines,account,payment_method",
|
|
42
51
|
"applied_to_lines,accounting_period",
|
|
52
|
+
"applied_to_lines,accounting_period,payment_method",
|
|
43
53
|
"applied_to_lines,company",
|
|
44
54
|
"applied_to_lines,company,accounting_period",
|
|
55
|
+
"applied_to_lines,company,accounting_period,payment_method",
|
|
56
|
+
"applied_to_lines,company,payment_method",
|
|
45
57
|
"applied_to_lines,contact",
|
|
46
58
|
"applied_to_lines,contact,account",
|
|
47
59
|
"applied_to_lines,contact,account,accounting_period",
|
|
60
|
+
"applied_to_lines,contact,account,accounting_period,payment_method",
|
|
48
61
|
"applied_to_lines,contact,account,company",
|
|
49
62
|
"applied_to_lines,contact,account,company,accounting_period",
|
|
63
|
+
"applied_to_lines,contact,account,company,accounting_period,payment_method",
|
|
64
|
+
"applied_to_lines,contact,account,company,payment_method",
|
|
65
|
+
"applied_to_lines,contact,account,payment_method",
|
|
50
66
|
"applied_to_lines,contact,accounting_period",
|
|
67
|
+
"applied_to_lines,contact,accounting_period,payment_method",
|
|
51
68
|
"applied_to_lines,contact,company",
|
|
52
69
|
"applied_to_lines,contact,company,accounting_period",
|
|
70
|
+
"applied_to_lines,contact,company,accounting_period,payment_method",
|
|
71
|
+
"applied_to_lines,contact,company,payment_method",
|
|
72
|
+
"applied_to_lines,contact,payment_method",
|
|
73
|
+
"applied_to_lines,payment_method",
|
|
53
74
|
"company",
|
|
54
75
|
"company,accounting_period",
|
|
76
|
+
"company,accounting_period,payment_method",
|
|
77
|
+
"company,payment_method",
|
|
55
78
|
"contact",
|
|
56
79
|
"contact,account",
|
|
57
80
|
"contact,account,accounting_period",
|
|
81
|
+
"contact,account,accounting_period,payment_method",
|
|
58
82
|
"contact,account,company",
|
|
59
83
|
"contact,account,company,accounting_period",
|
|
84
|
+
"contact,account,company,accounting_period,payment_method",
|
|
85
|
+
"contact,account,company,payment_method",
|
|
86
|
+
"contact,account,payment_method",
|
|
60
87
|
"contact,accounting_period",
|
|
88
|
+
"contact,accounting_period,payment_method",
|
|
61
89
|
"contact,company",
|
|
62
90
|
"contact,company,accounting_period",
|
|
91
|
+
"contact,company,accounting_period,payment_method",
|
|
92
|
+
"contact,company,payment_method",
|
|
93
|
+
"contact,payment_method",
|
|
94
|
+
"payment_method",
|
|
63
95
|
"tracking_categories",
|
|
64
96
|
"tracking_categories,account",
|
|
65
97
|
"tracking_categories,account,accounting_period",
|
|
98
|
+
"tracking_categories,account,accounting_period,payment_method",
|
|
66
99
|
"tracking_categories,account,company",
|
|
67
100
|
"tracking_categories,account,company,accounting_period",
|
|
101
|
+
"tracking_categories,account,company,accounting_period,payment_method",
|
|
102
|
+
"tracking_categories,account,company,payment_method",
|
|
103
|
+
"tracking_categories,account,payment_method",
|
|
68
104
|
"tracking_categories,accounting_period",
|
|
105
|
+
"tracking_categories,accounting_period,payment_method",
|
|
69
106
|
"tracking_categories,applied_to_lines",
|
|
70
107
|
"tracking_categories,applied_to_lines,account",
|
|
71
108
|
"tracking_categories,applied_to_lines,account,accounting_period",
|
|
109
|
+
"tracking_categories,applied_to_lines,account,accounting_period,payment_method",
|
|
72
110
|
"tracking_categories,applied_to_lines,account,company",
|
|
73
111
|
"tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
112
|
+
"tracking_categories,applied_to_lines,account,company,accounting_period,payment_method",
|
|
113
|
+
"tracking_categories,applied_to_lines,account,company,payment_method",
|
|
114
|
+
"tracking_categories,applied_to_lines,account,payment_method",
|
|
74
115
|
"tracking_categories,applied_to_lines,accounting_period",
|
|
116
|
+
"tracking_categories,applied_to_lines,accounting_period,payment_method",
|
|
75
117
|
"tracking_categories,applied_to_lines,company",
|
|
76
118
|
"tracking_categories,applied_to_lines,company,accounting_period",
|
|
119
|
+
"tracking_categories,applied_to_lines,company,accounting_period,payment_method",
|
|
120
|
+
"tracking_categories,applied_to_lines,company,payment_method",
|
|
77
121
|
"tracking_categories,applied_to_lines,contact",
|
|
78
122
|
"tracking_categories,applied_to_lines,contact,account",
|
|
79
123
|
"tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
124
|
+
"tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method",
|
|
80
125
|
"tracking_categories,applied_to_lines,contact,account,company",
|
|
81
126
|
"tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
127
|
+
"tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method",
|
|
128
|
+
"tracking_categories,applied_to_lines,contact,account,company,payment_method",
|
|
129
|
+
"tracking_categories,applied_to_lines,contact,account,payment_method",
|
|
82
130
|
"tracking_categories,applied_to_lines,contact,accounting_period",
|
|
131
|
+
"tracking_categories,applied_to_lines,contact,accounting_period,payment_method",
|
|
83
132
|
"tracking_categories,applied_to_lines,contact,company",
|
|
84
133
|
"tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
134
|
+
"tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method",
|
|
135
|
+
"tracking_categories,applied_to_lines,contact,company,payment_method",
|
|
136
|
+
"tracking_categories,applied_to_lines,contact,payment_method",
|
|
137
|
+
"tracking_categories,applied_to_lines,payment_method",
|
|
85
138
|
"tracking_categories,company",
|
|
86
139
|
"tracking_categories,company,accounting_period",
|
|
140
|
+
"tracking_categories,company,accounting_period,payment_method",
|
|
141
|
+
"tracking_categories,company,payment_method",
|
|
87
142
|
"tracking_categories,contact",
|
|
88
143
|
"tracking_categories,contact,account",
|
|
89
144
|
"tracking_categories,contact,account,accounting_period",
|
|
145
|
+
"tracking_categories,contact,account,accounting_period,payment_method",
|
|
90
146
|
"tracking_categories,contact,account,company",
|
|
91
147
|
"tracking_categories,contact,account,company,accounting_period",
|
|
148
|
+
"tracking_categories,contact,account,company,accounting_period,payment_method",
|
|
149
|
+
"tracking_categories,contact,account,company,payment_method",
|
|
150
|
+
"tracking_categories,contact,account,payment_method",
|
|
92
151
|
"tracking_categories,contact,accounting_period",
|
|
152
|
+
"tracking_categories,contact,accounting_period,payment_method",
|
|
93
153
|
"tracking_categories,contact,company",
|
|
94
154
|
"tracking_categories,contact,company,accounting_period",
|
|
155
|
+
"tracking_categories,contact,company,accounting_period,payment_method",
|
|
156
|
+
"tracking_categories,contact,company,payment_method",
|
|
157
|
+
"tracking_categories,contact,payment_method",
|
|
158
|
+
"tracking_categories,payment_method",
|
|
95
159
|
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const PurchaseOrdersListRequestExpand: core.serialization.Schema<serializers.accounting.PurchaseOrdersListRequestExpand.Raw, Merge.accounting.PurchaseOrdersListRequestExpand>;
|
|
8
8
|
export declare namespace PurchaseOrdersListRequestExpand {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -30,66 +30,130 @@ exports.PurchaseOrdersListRequestExpand = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.PurchaseOrdersListRequestExpand = core.serialization.enum_([
|
|
32
32
|
"accounting_period",
|
|
33
|
+
"accounting_period,payment_term",
|
|
33
34
|
"company",
|
|
34
35
|
"company,accounting_period",
|
|
36
|
+
"company,accounting_period,payment_term",
|
|
37
|
+
"company,payment_term",
|
|
35
38
|
"delivery_address",
|
|
36
39
|
"delivery_address,accounting_period",
|
|
40
|
+
"delivery_address,accounting_period,payment_term",
|
|
37
41
|
"delivery_address,company",
|
|
38
42
|
"delivery_address,company,accounting_period",
|
|
43
|
+
"delivery_address,company,accounting_period,payment_term",
|
|
44
|
+
"delivery_address,company,payment_term",
|
|
45
|
+
"delivery_address,payment_term",
|
|
39
46
|
"delivery_address,vendor",
|
|
40
47
|
"delivery_address,vendor,accounting_period",
|
|
48
|
+
"delivery_address,vendor,accounting_period,payment_term",
|
|
41
49
|
"delivery_address,vendor,company",
|
|
42
50
|
"delivery_address,vendor,company,accounting_period",
|
|
51
|
+
"delivery_address,vendor,company,accounting_period,payment_term",
|
|
52
|
+
"delivery_address,vendor,company,payment_term",
|
|
53
|
+
"delivery_address,vendor,payment_term",
|
|
43
54
|
"line_items",
|
|
44
55
|
"line_items,accounting_period",
|
|
56
|
+
"line_items,accounting_period,payment_term",
|
|
45
57
|
"line_items,company",
|
|
46
58
|
"line_items,company,accounting_period",
|
|
59
|
+
"line_items,company,accounting_period,payment_term",
|
|
60
|
+
"line_items,company,payment_term",
|
|
47
61
|
"line_items,delivery_address",
|
|
48
62
|
"line_items,delivery_address,accounting_period",
|
|
63
|
+
"line_items,delivery_address,accounting_period,payment_term",
|
|
49
64
|
"line_items,delivery_address,company",
|
|
50
65
|
"line_items,delivery_address,company,accounting_period",
|
|
66
|
+
"line_items,delivery_address,company,accounting_period,payment_term",
|
|
67
|
+
"line_items,delivery_address,company,payment_term",
|
|
68
|
+
"line_items,delivery_address,payment_term",
|
|
51
69
|
"line_items,delivery_address,vendor",
|
|
52
70
|
"line_items,delivery_address,vendor,accounting_period",
|
|
71
|
+
"line_items,delivery_address,vendor,accounting_period,payment_term",
|
|
53
72
|
"line_items,delivery_address,vendor,company",
|
|
54
73
|
"line_items,delivery_address,vendor,company,accounting_period",
|
|
74
|
+
"line_items,delivery_address,vendor,company,accounting_period,payment_term",
|
|
75
|
+
"line_items,delivery_address,vendor,company,payment_term",
|
|
76
|
+
"line_items,delivery_address,vendor,payment_term",
|
|
77
|
+
"line_items,payment_term",
|
|
55
78
|
"line_items,tracking_categories",
|
|
56
79
|
"line_items,tracking_categories,accounting_period",
|
|
80
|
+
"line_items,tracking_categories,accounting_period,payment_term",
|
|
57
81
|
"line_items,tracking_categories,company",
|
|
58
82
|
"line_items,tracking_categories,company,accounting_period",
|
|
83
|
+
"line_items,tracking_categories,company,accounting_period,payment_term",
|
|
84
|
+
"line_items,tracking_categories,company,payment_term",
|
|
59
85
|
"line_items,tracking_categories,delivery_address",
|
|
60
86
|
"line_items,tracking_categories,delivery_address,accounting_period",
|
|
87
|
+
"line_items,tracking_categories,delivery_address,accounting_period,payment_term",
|
|
61
88
|
"line_items,tracking_categories,delivery_address,company",
|
|
62
89
|
"line_items,tracking_categories,delivery_address,company,accounting_period",
|
|
90
|
+
"line_items,tracking_categories,delivery_address,company,accounting_period,payment_term",
|
|
91
|
+
"line_items,tracking_categories,delivery_address,company,payment_term",
|
|
92
|
+
"line_items,tracking_categories,delivery_address,payment_term",
|
|
63
93
|
"line_items,tracking_categories,delivery_address,vendor",
|
|
64
94
|
"line_items,tracking_categories,delivery_address,vendor,accounting_period",
|
|
95
|
+
"line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term",
|
|
65
96
|
"line_items,tracking_categories,delivery_address,vendor,company",
|
|
66
97
|
"line_items,tracking_categories,delivery_address,vendor,company,accounting_period",
|
|
98
|
+
"line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term",
|
|
99
|
+
"line_items,tracking_categories,delivery_address,vendor,company,payment_term",
|
|
100
|
+
"line_items,tracking_categories,delivery_address,vendor,payment_term",
|
|
101
|
+
"line_items,tracking_categories,payment_term",
|
|
67
102
|
"line_items,tracking_categories,vendor",
|
|
68
103
|
"line_items,tracking_categories,vendor,accounting_period",
|
|
104
|
+
"line_items,tracking_categories,vendor,accounting_period,payment_term",
|
|
69
105
|
"line_items,tracking_categories,vendor,company",
|
|
70
106
|
"line_items,tracking_categories,vendor,company,accounting_period",
|
|
107
|
+
"line_items,tracking_categories,vendor,company,accounting_period,payment_term",
|
|
108
|
+
"line_items,tracking_categories,vendor,company,payment_term",
|
|
109
|
+
"line_items,tracking_categories,vendor,payment_term",
|
|
71
110
|
"line_items,vendor",
|
|
72
111
|
"line_items,vendor,accounting_period",
|
|
112
|
+
"line_items,vendor,accounting_period,payment_term",
|
|
73
113
|
"line_items,vendor,company",
|
|
74
114
|
"line_items,vendor,company,accounting_period",
|
|
115
|
+
"line_items,vendor,company,accounting_period,payment_term",
|
|
116
|
+
"line_items,vendor,company,payment_term",
|
|
117
|
+
"line_items,vendor,payment_term",
|
|
118
|
+
"payment_term",
|
|
75
119
|
"tracking_categories",
|
|
76
120
|
"tracking_categories,accounting_period",
|
|
121
|
+
"tracking_categories,accounting_period,payment_term",
|
|
77
122
|
"tracking_categories,company",
|
|
78
123
|
"tracking_categories,company,accounting_period",
|
|
124
|
+
"tracking_categories,company,accounting_period,payment_term",
|
|
125
|
+
"tracking_categories,company,payment_term",
|
|
79
126
|
"tracking_categories,delivery_address",
|
|
80
127
|
"tracking_categories,delivery_address,accounting_period",
|
|
128
|
+
"tracking_categories,delivery_address,accounting_period,payment_term",
|
|
81
129
|
"tracking_categories,delivery_address,company",
|
|
82
130
|
"tracking_categories,delivery_address,company,accounting_period",
|
|
131
|
+
"tracking_categories,delivery_address,company,accounting_period,payment_term",
|
|
132
|
+
"tracking_categories,delivery_address,company,payment_term",
|
|
133
|
+
"tracking_categories,delivery_address,payment_term",
|
|
83
134
|
"tracking_categories,delivery_address,vendor",
|
|
84
135
|
"tracking_categories,delivery_address,vendor,accounting_period",
|
|
136
|
+
"tracking_categories,delivery_address,vendor,accounting_period,payment_term",
|
|
85
137
|
"tracking_categories,delivery_address,vendor,company",
|
|
86
138
|
"tracking_categories,delivery_address,vendor,company,accounting_period",
|
|
139
|
+
"tracking_categories,delivery_address,vendor,company,accounting_period,payment_term",
|
|
140
|
+
"tracking_categories,delivery_address,vendor,company,payment_term",
|
|
141
|
+
"tracking_categories,delivery_address,vendor,payment_term",
|
|
142
|
+
"tracking_categories,payment_term",
|
|
87
143
|
"tracking_categories,vendor",
|
|
88
144
|
"tracking_categories,vendor,accounting_period",
|
|
145
|
+
"tracking_categories,vendor,accounting_period,payment_term",
|
|
89
146
|
"tracking_categories,vendor,company",
|
|
90
147
|
"tracking_categories,vendor,company,accounting_period",
|
|
148
|
+
"tracking_categories,vendor,company,accounting_period,payment_term",
|
|
149
|
+
"tracking_categories,vendor,company,payment_term",
|
|
150
|
+
"tracking_categories,vendor,payment_term",
|
|
91
151
|
"vendor",
|
|
92
152
|
"vendor,accounting_period",
|
|
153
|
+
"vendor,accounting_period,payment_term",
|
|
93
154
|
"vendor,company",
|
|
94
155
|
"vendor,company,accounting_period",
|
|
156
|
+
"vendor,company,accounting_period,payment_term",
|
|
157
|
+
"vendor,company,payment_term",
|
|
158
|
+
"vendor,payment_term",
|
|
95
159
|
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const PurchaseOrdersRetrieveRequestExpand: core.serialization.Schema<serializers.accounting.PurchaseOrdersRetrieveRequestExpand.Raw, Merge.accounting.PurchaseOrdersRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace PurchaseOrdersRetrieveRequestExpand {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|