@mergeapi/merge-node-client 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +32 -22
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +12 -6
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +5 -2
- package/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/api/resources/accounting/resources/attachments/client/Client.js +8 -5
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +8 -5
- package/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +8 -5
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -5
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/employees/client/Client.js +6 -3
- package/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +10 -7
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +6 -3
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/index.d.ts +4 -0
- package/api/resources/accounting/resources/index.js +5 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +12 -9
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +2049 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +2049 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +6 -3
- package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +10 -7
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +193 -0
- package/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentMethods/client/index.js +17 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +29 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.d.ts +17 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/paymentMethods/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentMethods/index.js +17 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +199 -0
- package/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/client/index.js +17 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.js +5 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +21 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.js +5 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/paymentTerms/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/index.js +17 -0
- package/api/resources/accounting/resources/payments/client/Client.js +12 -9
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +5 -2
- package/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +10 -7
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/accounting/resources/taxRates/client/Client.js +10 -4
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +10 -4
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +6 -3
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -5
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/AccountToken.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/api/resources/accounting/types/InvoicePaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/InvoicePaymentTerm.js +5 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentTerm.js +5 -0
- package/api/resources/accounting/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/api/resources/{crm/types/SyncStatusStatusEnum.js → accounting/types/LastSyncResultEnum.js} +2 -2
- package/api/resources/accounting/types/MethodTypeEnum.d.ts +18 -0
- package/api/resources/accounting/types/MethodTypeEnum.js +13 -0
- package/api/resources/accounting/types/PaginatedPaymentMethodList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedPaymentMethodList.js +5 -0
- package/api/resources/accounting/types/PaginatedPaymentTermList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedPaymentTermList.js +5 -0
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +5 -0
- package/api/resources/accounting/types/Payment.d.ts +2 -0
- package/api/resources/accounting/types/PaymentMethod.d.ts +42 -0
- package/api/resources/accounting/types/PaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentMethodMethodType.d.ts +14 -0
- package/api/resources/accounting/types/PaymentMethodMethodType.js +5 -0
- package/api/resources/accounting/types/PaymentPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentPaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/api/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentRequestPaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentTerm.d.ts +39 -0
- package/api/resources/accounting/types/PaymentTerm.js +5 -0
- package/api/resources/accounting/types/PaymentTermCompany.d.ts +8 -0
- package/api/resources/accounting/types/PaymentTermCompany.js +5 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderPaymentTerm.js +5 -0
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +5 -0
- package/api/resources/accounting/types/RemoteField.d.ts +1 -1
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/api/resources/{crm/types/SyncStatusStatusEnum.d.ts → accounting/types/StatusFd5Enum.d.ts} +2 -2
- package/api/resources/accounting/types/{SyncStatusStatusEnum.js → StatusFd5Enum.js} +2 -2
- package/api/resources/accounting/types/SyncStatus.d.ts +3 -1
- package/api/resources/accounting/types/index.d.ts +17 -1
- package/api/resources/accounting/types/index.js +17 -1
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +8 -5
- package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/applications/client/Client.js +9 -6
- package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +8 -5
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +11 -8
- package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +6 -3
- package/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/eeocs/client/Client.js +6 -3
- package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/forceResync/client/Client.js +2 -2
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobs/client/Client.js +7 -4
- package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +6 -3
- package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/offices/client/Client.js +6 -3
- package/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/api/resources/ats/resources/scorecards/client/Client.js +6 -3
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +6 -3
- package/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ats/types/AccountToken.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/api/resources/ats/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/api/resources/{filestorage/types/SyncStatusStatusEnum.js → ats/types/LastSyncResultEnum.js} +2 -2
- package/api/resources/{filestorage/types/SyncStatusStatusEnum.d.ts → ats/types/StatusFd5Enum.d.ts} +2 -2
- package/api/resources/ats/types/{SyncStatusStatusEnum.js → StatusFd5Enum.js} +2 -2
- package/api/resources/ats/types/SyncStatus.d.ts +3 -1
- package/api/resources/ats/types/index.d.ts +2 -1
- package/api/resources/ats/types/index.js +2 -1
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +11 -8
- package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +12 -9
- package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjects/client/Client.js +9 -6
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +7 -4
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.js +11 -8
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/forceResync/client/Client.js +2 -2
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +9 -6
- package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +9 -6
- package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +11 -8
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +7 -4
- package/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +11 -8
- package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/Client.js +8 -5
- package/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/AccountToken.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/api/resources/crm/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/crm/types/LastSyncResultEnum.js +14 -0
- package/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/api/resources/crm/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/crm/types/StatusFd5Enum.js +14 -0
- package/api/resources/crm/types/SyncStatus.d.ts +3 -1
- package/{dist/api/resources/ticketing/types/CollectionTeamsItem.d.ts → api/resources/crm/types/SyncStatusLastSyncResult.d.ts} +1 -1
- package/api/resources/crm/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/crm/types/index.d.ts +3 -1
- package/api/resources/crm/types/index.js +3 -1
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +6 -3
- package/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/filestorage/resources/files/client/Client.d.ts +21 -0
- package/api/resources/filestorage/resources/files/client/Client.js +143 -7
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +25 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.js +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +13 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.js +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/files/client/requests/index.d.ts +2 -0
- package/api/resources/filestorage/resources/folders/client/Client.js +8 -5
- package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +6 -3
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +6 -3
- package/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/filestorage/types/DownloadRequestMeta.d.ts +10 -0
- package/api/resources/filestorage/types/DownloadRequestMeta.js +5 -0
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/api/resources/filestorage/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/filestorage/types/LastSyncResultEnum.js +14 -0
- package/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +9 -0
- package/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +5 -0
- package/api/resources/filestorage/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/filestorage/types/StatusFd5Enum.js +14 -0
- package/api/resources/filestorage/types/SyncStatus.d.ts +3 -1
- package/api/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/filestorage/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/filestorage/types/index.d.ts +5 -1
- package/api/resources/filestorage/types/index.js +5 -1
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/benefits/client/Client.js +6 -3
- package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/companies/client/Client.js +6 -3
- package/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +6 -3
- package/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employees/client/Client.js +9 -6
- package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
- package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employments/client/Client.js +6 -3
- package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/forceResync/client/Client.js +2 -2
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +6 -3
- package/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +6 -3
- package/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/hris/resources/teams/client/Client.js +6 -3
- package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timeOff/client/Client.js +8 -5
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/AccountToken.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/api/resources/hris/types/Group.d.ts +2 -2
- package/api/resources/hris/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/hris/types/LastSyncResultEnum.js +14 -0
- package/api/resources/hris/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/hris/types/StatusFd5Enum.js +14 -0
- package/api/resources/hris/types/SyncStatus.d.ts +3 -1
- package/api/resources/hris/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/hris/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/hris/types/index.d.ts +3 -1
- package/api/resources/hris/types/index.js +3 -1
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +13 -7
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +5 -0
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +11 -0
- package/api/resources/ticketing/resources/collections/client/Client.js +82 -3
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +5 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +34 -0
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.js +5 -0
- package/api/resources/ticketing/resources/collections/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/types/index.js +1 -2
- package/api/resources/ticketing/resources/comments/client/Client.js +8 -5
- package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +7 -4
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +6 -3
- package/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tags/client/Client.js +6 -3
- package/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/teams/client/Client.js +6 -3
- package/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/tickets/client/Client.js +13 -10
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/Client.js +10 -4
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ticketing/types/Collection.d.ts +0 -1
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/api/resources/ticketing/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/ticketing/types/LastSyncResultEnum.js +14 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
- package/api/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/api/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/api/resources/ticketing/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/ticketing/types/StatusFd5Enum.js +14 -0
- package/api/resources/ticketing/types/SyncStatus.d.ts +3 -1
- package/api/resources/ticketing/types/Ticket.d.ts +2 -2
- package/api/resources/ticketing/types/TicketRequest.d.ts +2 -2
- package/api/resources/ticketing/types/index.d.ts +2 -2
- package/api/resources/ticketing/types/index.js +2 -2
- package/dist/api/resources/accounting/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/client/Client.js +32 -22
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +5 -2
- package/dist/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/employees/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.js +5 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +2049 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +2049 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +193 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +29 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.d.ts +17 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentMethods/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +199 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/index.js +17 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +5 -2
- package/dist/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +10 -4
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +10 -4
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoicePaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoicePaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceRequestPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/accounting/types/MethodTypeEnum.d.ts +18 -0
- package/dist/api/resources/accounting/types/MethodTypeEnum.js +13 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentMethodList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentMethodList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentTermList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentTermList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentMethod.d.ts +42 -0
- package/dist/api/resources/accounting/types/PaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.d.ts +14 -0
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.js +5 -0
- package/dist/api/resources/accounting/types/PaymentPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentRequestPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentTerm.d.ts +39 -0
- package/dist/api/resources/accounting/types/PaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/PaymentTermCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentTermCompany.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/accounting/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/accounting/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/accounting/types/index.d.ts +17 -1
- package/dist/api/resources/accounting/types/index.js +17 -1
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +11 -8
- package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +7 -4
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/offices/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ats/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ats/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/ats/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/ats/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/ats/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/ats/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/ats/types/index.d.ts +2 -1
- package/dist/api/resources/ats/types/index.js +2 -1
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +12 -9
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +7 -4
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +7 -4
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/crm/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/crm/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/crm/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/crm/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/crm/types/SyncStatus.d.ts +3 -1
- package/{api/resources/ticketing/types/CollectionTeamsItem.d.ts → dist/api/resources/crm/types/SyncStatusLastSyncResult.d.ts} +1 -1
- package/dist/api/resources/crm/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/crm/types/index.d.ts +3 -1
- package/dist/api/resources/crm/types/index.js +3 -1
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +21 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +143 -7
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +25 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -5
- package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/filestorage/types/DownloadRequestMeta.d.ts +10 -0
- package/dist/api/resources/filestorage/types/DownloadRequestMeta.js +5 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +9 -0
- package/dist/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +5 -0
- package/dist/api/resources/filestorage/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/filestorage/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/filestorage/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/filestorage/types/index.d.ts +5 -1
- package/dist/api/resources/filestorage/types/index.js +5 -1
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/companies/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employees/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employments/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/teams/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/hris/types/Group.d.ts +2 -2
- package/dist/api/resources/hris/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/hris/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/hris/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/hris/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/hris/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/hris/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/hris/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +3 -1
- package/dist/api/resources/hris/types/index.js +3 -1
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +13 -7
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +5 -0
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +82 -3
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +5 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +34 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/collections/types/index.js +1 -2
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +7 -4
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +13 -10
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +10 -4
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +0 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/ticketing/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +2 -2
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/index.d.ts +2 -2
- package/dist/api/resources/ticketing/types/index.js +2 -2
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountToken.js +1 -0
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoicePaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoicePaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{SyncStatusStatusEnum.js → LastSyncResultEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/MethodTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/{ats/types/SyncStatusStatusEnum.js → accounting/types/MethodTypeEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/PaginatedPaymentMethodList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentMethodList.js +36 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentTermList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentTermList.js +36 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Payment.js +2 -0
- package/dist/serialization/resources/accounting/types/PaymentMethod.d.ts +23 -0
- package/dist/serialization/resources/accounting/types/PaymentMethod.js +44 -0
- package/dist/serialization/resources/accounting/types/PaymentMethodMethodType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentMethodMethodType.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentTerm.d.ts +25 -0
- package/dist/serialization/resources/accounting/types/PaymentTerm.js +46 -0
- package/dist/serialization/resources/accounting/types/PaymentTermCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentTermCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/RemoteField.js +1 -1
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +2 -0
- package/{serialization/resources/ats/types/SyncStatusStatusEnum.d.ts → dist/serialization/resources/accounting/types/StatusFd5Enum.d.ts} +2 -2
- package/dist/serialization/resources/{crm/types/SyncStatusStatusEnum.js → accounting/types/StatusFd5Enum.js} +2 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/accounting/types/index.d.ts +17 -1
- package/dist/serialization/resources/accounting/types/index.js +17 -1
- package/dist/serialization/resources/ats/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountToken.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/ats/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/{filestorage/types/SyncStatusStatusEnum.js → ats/types/LastSyncResultEnum.js} +2 -2
- package/dist/serialization/resources/{crm/types/SyncStatusStatusEnum.d.ts → ats/types/StatusFd5Enum.d.ts} +2 -2
- package/dist/serialization/resources/ats/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/ats/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/ats/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/ats/types/index.d.ts +2 -1
- package/dist/serialization/resources/ats/types/index.js +2 -1
- package/dist/serialization/resources/crm/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountToken.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/{serialization/resources/crm/types/SyncStatusStatusEnum.d.ts → dist/serialization/resources/crm/types/LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/crm/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
- package/dist/serialization/resources/crm/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/crm/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/crm/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/crm/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/crm/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/crm/types/index.d.ts +3 -1
- package/dist/serialization/resources/crm/types/index.js +3 -1
- package/dist/serialization/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountToken.js +1 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +16 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +37 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/filestorage/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +15 -0
- package/dist/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +36 -0
- package/dist/serialization/resources/filestorage/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/filestorage/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/filestorage/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/filestorage/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +5 -1
- package/dist/serialization/resources/filestorage/types/index.js +5 -1
- package/dist/serialization/resources/hris/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountToken.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/hris/types/Group.d.ts +1 -1
- package/dist/serialization/resources/hris/types/Group.js +1 -1
- package/dist/serialization/resources/hris/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/hris/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/hris/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/hris/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/hris/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/hris/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/hris/types/index.d.ts +3 -1
- package/dist/serialization/resources/hris/types/index.js +3 -1
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/{CollectionsListRequestExpand.js → CollectionsViewersListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/index.js +1 -2
- package/dist/serialization/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountToken.js +1 -0
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +0 -2
- package/dist/serialization/resources/ticketing/types/Collection.js +0 -2
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/{hris/types/SyncStatusStatusEnum.d.ts → ticketing/types/LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/ticketing/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteField.js +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldRequest.js +1 -1
- package/dist/serialization/resources/ticketing/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/ticketing/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/ticketing/types/index.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/index.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +490 -11
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/AccountToken.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountToken.js +1 -0
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +32 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +2 -0
- package/serialization/resources/accounting/types/Invoice.js +2 -0
- package/serialization/resources/accounting/types/InvoicePaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoicePaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceRequest.js +2 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/accounting/types/MethodTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/MethodTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/PaginatedPaymentMethodList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedPaymentMethodList.js +36 -0
- package/serialization/resources/accounting/types/PaginatedPaymentTermList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedPaymentTermList.js +36 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.js +2 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/Payment.d.ts +2 -0
- package/serialization/resources/accounting/types/Payment.js +2 -0
- package/serialization/resources/accounting/types/PaymentMethod.d.ts +23 -0
- package/serialization/resources/accounting/types/PaymentMethod.js +44 -0
- package/serialization/resources/accounting/types/PaymentMethodMethodType.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentMethodMethodType.js +32 -0
- package/serialization/resources/accounting/types/PaymentPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +2 -0
- package/serialization/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentRequestPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/PaymentTerm.d.ts +25 -0
- package/serialization/resources/accounting/types/PaymentTerm.js +46 -0
- package/serialization/resources/accounting/types/PaymentTermCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentTermCompany.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrder.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/RemoteField.d.ts +1 -1
- package/serialization/resources/accounting/types/RemoteField.js +1 -1
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/accounting/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/accounting/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/accounting/types/SyncStatus.js +5 -2
- package/serialization/resources/accounting/types/index.d.ts +17 -1
- package/serialization/resources/accounting/types/index.js +17 -1
- package/serialization/resources/ats/types/AccountToken.d.ts +1 -0
- package/serialization/resources/ats/types/AccountToken.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ats/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/ats/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/ats/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/ats/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/ats/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/ats/types/SyncStatus.js +5 -2
- package/serialization/resources/ats/types/index.d.ts +2 -1
- package/serialization/resources/ats/types/index.js +2 -1
- package/serialization/resources/crm/types/AccountToken.d.ts +1 -0
- package/serialization/resources/crm/types/AccountToken.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/serialization/resources/crm/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/crm/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteField.js +1 -1
- package/serialization/resources/crm/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/crm/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/crm/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/crm/types/SyncStatus.js +5 -2
- package/serialization/resources/crm/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/crm/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/crm/types/index.d.ts +3 -1
- package/serialization/resources/crm/types/index.js +3 -1
- package/serialization/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountToken.js +1 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +16 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.js +37 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/serialization/resources/filestorage/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +15 -0
- package/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +36 -0
- package/serialization/resources/filestorage/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/filestorage/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/filestorage/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/filestorage/types/SyncStatus.js +5 -2
- package/serialization/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/filestorage/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/filestorage/types/index.d.ts +5 -1
- package/serialization/resources/filestorage/types/index.js +5 -1
- package/serialization/resources/hris/types/AccountToken.d.ts +1 -0
- package/serialization/resources/hris/types/AccountToken.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/serialization/resources/hris/types/Group.d.ts +1 -1
- package/serialization/resources/hris/types/Group.js +1 -1
- package/serialization/resources/hris/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/hris/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/hris/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/hris/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/hris/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/hris/types/SyncStatus.js +5 -2
- package/serialization/resources/hris/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/hris/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/hris/types/index.d.ts +3 -1
- package/serialization/resources/hris/types/index.js +3 -1
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/{CollectionsListRequestExpand.js → CollectionsViewersListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/serialization/resources/ticketing/resources/collections/types/index.js +1 -2
- package/serialization/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountToken.js +1 -0
- package/serialization/resources/ticketing/types/Collection.d.ts +0 -2
- package/serialization/resources/ticketing/types/Collection.js +0 -2
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ticketing/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteField.js +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldRequest.js +1 -1
- package/serialization/resources/ticketing/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/ticketing/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/ticketing/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/ticketing/types/SyncStatus.js +5 -2
- package/serialization/resources/ticketing/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/types/index.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -20
- package/api/resources/hris/types/SyncStatusStatusEnum.js +0 -14
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -11
- package/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -20
- package/api/resources/ticketing/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.js +0 -14
- package/dist/serialization/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/hris/types/SyncStatusStatusEnum.js +0 -31
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +0 -11
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.js +0 -32
- package/dist/serialization/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/accounting/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/ats/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/crm/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/filestorage/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/hris/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +0 -11
- package/serialization/resources/ticketing/types/CollectionTeamsItem.js +0 -32
- package/serialization/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/ticketing/types/SyncStatusStatusEnum.js +0 -31
- /package/api/resources/{ticketing/types/CollectionTeamsItem.js → accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.js} +0 -0
- /package/{dist/api/resources/ticketing/types/CollectionTeamsItem.js → api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.js} +0 -0
|
@@ -20,6 +20,8 @@ export interface PatchedPaymentRequest {
|
|
|
20
20
|
contact?: Merge.accounting.PatchedPaymentRequestContact;
|
|
21
21
|
/** The supplier’s or customer’s account in which the payment is made. */
|
|
22
22
|
account?: Merge.accounting.PatchedPaymentRequestAccount;
|
|
23
|
+
/** The method which this payment was made by. */
|
|
24
|
+
paymentMethod?: Merge.accounting.PatchedPaymentRequestPaymentMethod;
|
|
23
25
|
/**
|
|
24
26
|
* The payment's currency.
|
|
25
27
|
*
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* The method which this payment was made by.
|
|
7
|
+
*/
|
|
8
|
+
export declare type PatchedPaymentRequestPaymentMethod = string | Merge.accounting.PaymentMethod;
|
|
@@ -27,6 +27,8 @@ export interface Payment {
|
|
|
27
27
|
contact?: Merge.accounting.PaymentContact;
|
|
28
28
|
/** The supplier’s or customer’s account in which the payment is made. */
|
|
29
29
|
account?: Merge.accounting.PaymentAccount;
|
|
30
|
+
/** The method which this payment was made by. */
|
|
31
|
+
paymentMethod?: Merge.accounting.PaymentPaymentMethod;
|
|
30
32
|
/**
|
|
31
33
|
* The payment's currency.
|
|
32
34
|
*
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* # The PaymentMethod Object
|
|
7
|
+
*
|
|
8
|
+
* ### Description
|
|
9
|
+
*
|
|
10
|
+
* The `PaymentMethod` object defines how a payment against an invoice is made.
|
|
11
|
+
*
|
|
12
|
+
* ### Usage Example
|
|
13
|
+
*
|
|
14
|
+
* Fetch from the `GET PaymentMethod` endpoint and view payment method information.
|
|
15
|
+
*/
|
|
16
|
+
export interface PaymentMethod {
|
|
17
|
+
id?: string;
|
|
18
|
+
/** The third-party API ID of the matching object. */
|
|
19
|
+
remoteId?: string;
|
|
20
|
+
/** The datetime that this object was created by Merge. */
|
|
21
|
+
createdAt?: Date;
|
|
22
|
+
/** The datetime that this object was modified by Merge. */
|
|
23
|
+
modifiedAt?: Date;
|
|
24
|
+
/**
|
|
25
|
+
* The type of the payment method.
|
|
26
|
+
*
|
|
27
|
+
* - `CREDIT_CARD` - CREDIT_CARD
|
|
28
|
+
* - `DEBIT_CARD` - DEBIT_CARD
|
|
29
|
+
* - `ACH` - ACH
|
|
30
|
+
* - `CASH` - CASH
|
|
31
|
+
* - `CHECK` - CHECK
|
|
32
|
+
*/
|
|
33
|
+
methodType: Merge.accounting.PaymentMethodMethodType;
|
|
34
|
+
/** The payment method’s name */
|
|
35
|
+
name: string;
|
|
36
|
+
/** `True` if the payment method is active, `False` if not. */
|
|
37
|
+
isActive?: boolean;
|
|
38
|
+
/** When the third party's payment method was updated. */
|
|
39
|
+
remoteUpdatedAt?: Date;
|
|
40
|
+
fieldMappings?: Record<string, unknown>;
|
|
41
|
+
remoteData?: Merge.accounting.RemoteData[];
|
|
42
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* The type of the payment method.
|
|
7
|
+
*
|
|
8
|
+
* - `CREDIT_CARD` - CREDIT_CARD
|
|
9
|
+
* - `DEBIT_CARD` - DEBIT_CARD
|
|
10
|
+
* - `ACH` - ACH
|
|
11
|
+
* - `CASH` - CASH
|
|
12
|
+
* - `CHECK` - CHECK
|
|
13
|
+
*/
|
|
14
|
+
export declare type PaymentMethodMethodType = Merge.accounting.MethodTypeEnum | string;
|
|
@@ -20,6 +20,8 @@ export interface PaymentRequest {
|
|
|
20
20
|
contact?: Merge.accounting.PaymentRequestContact;
|
|
21
21
|
/** The supplier’s or customer’s account in which the payment is made. */
|
|
22
22
|
account?: Merge.accounting.PaymentRequestAccount;
|
|
23
|
+
/** The method which this payment was made by. */
|
|
24
|
+
paymentMethod?: Merge.accounting.PaymentRequestPaymentMethod;
|
|
23
25
|
/**
|
|
24
26
|
* The payment's currency.
|
|
25
27
|
*
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* The method which this payment was made by.
|
|
7
|
+
*/
|
|
8
|
+
export declare type PaymentRequestPaymentMethod = string | Merge.accounting.PaymentMethod;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* # The PaymentTerm Object
|
|
7
|
+
*
|
|
8
|
+
* ### Description
|
|
9
|
+
*
|
|
10
|
+
* The `PaymentTerm` object is the agreed-upon conditions between a buyer and a seller that define the timing,
|
|
11
|
+
* amount, and conditions under which payment for goods or services must be made.
|
|
12
|
+
*
|
|
13
|
+
* ### Usage Example
|
|
14
|
+
*
|
|
15
|
+
* Fetch from the `GET PaymentTerm` endpoint and view payment term information.
|
|
16
|
+
*/
|
|
17
|
+
export interface PaymentTerm {
|
|
18
|
+
id?: string;
|
|
19
|
+
/** The third-party API ID of the matching object. */
|
|
20
|
+
remoteId?: string;
|
|
21
|
+
/** The datetime that this object was created by Merge. */
|
|
22
|
+
createdAt?: Date;
|
|
23
|
+
/** The datetime that this object was modified by Merge. */
|
|
24
|
+
modifiedAt?: Date;
|
|
25
|
+
/** The name of the payment term. */
|
|
26
|
+
name: string;
|
|
27
|
+
/** `True` if the payment term is active, `False` if not. */
|
|
28
|
+
isActive?: boolean;
|
|
29
|
+
/** The subsidiary that the payment term belongs to. */
|
|
30
|
+
company?: Merge.accounting.PaymentTermCompany;
|
|
31
|
+
/** The number of days after the invoice date that payment is due. */
|
|
32
|
+
daysUntilDue?: number;
|
|
33
|
+
/** The number of days the invoice must be paid before discounts expire. */
|
|
34
|
+
discountDays?: number;
|
|
35
|
+
/** When the third party's payment term was modified. */
|
|
36
|
+
remoteLastModifiedAt?: Date;
|
|
37
|
+
fieldMappings?: Record<string, unknown>;
|
|
38
|
+
remoteData?: Merge.accounting.RemoteData[];
|
|
39
|
+
}
|
|
@@ -364,6 +364,8 @@ export interface PurchaseOrder {
|
|
|
364
364
|
currency?: Merge.accounting.PurchaseOrderCurrency;
|
|
365
365
|
/** The purchase order's exchange rate. */
|
|
366
366
|
exchangeRate?: string;
|
|
367
|
+
/** The payment term that applies to this transaction. */
|
|
368
|
+
paymentTerm?: Merge.accounting.PurchaseOrderPaymentTerm;
|
|
367
369
|
lineItems?: Merge.accounting.PurchaseOrderLineItem[];
|
|
368
370
|
/** If the transaction is inclusive or exclusive of tax. `True` if inclusive, `False` if exclusive. */
|
|
369
371
|
inclusiveOfTax?: boolean;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* The payment term that applies to this transaction.
|
|
7
|
+
*/
|
|
8
|
+
export declare type PurchaseOrderPaymentTerm = string | Merge.accounting.PaymentTerm;
|
|
@@ -40,6 +40,8 @@ export interface PurchaseOrderRequest {
|
|
|
40
40
|
company?: Merge.accounting.PurchaseOrderRequestCompany;
|
|
41
41
|
/** The purchase order's total amount. */
|
|
42
42
|
totalAmount?: number;
|
|
43
|
+
/** The payment term that applies to this transaction. */
|
|
44
|
+
paymentTerm?: Merge.accounting.PurchaseOrderRequestPaymentTerm;
|
|
43
45
|
/**
|
|
44
46
|
* The purchase order's currency.
|
|
45
47
|
*
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* The payment term that applies to this transaction.
|
|
7
|
+
*/
|
|
8
|
+
export declare type PurchaseOrderRequestPaymentTerm = string | Merge.accounting.PaymentTerm;
|
|
@@ -25,4 +25,6 @@ export interface RemoteFieldApiResponse {
|
|
|
25
25
|
generalLedgerTransaction?: Merge.accounting.RemoteFieldApi[];
|
|
26
26
|
bankFeedAccount?: Merge.accounting.RemoteFieldApi[];
|
|
27
27
|
employee?: Merge.accounting.RemoteFieldApi[];
|
|
28
|
+
paymentMethod?: Merge.accounting.RemoteFieldApi[];
|
|
29
|
+
paymentTerm?: Merge.accounting.RemoteFieldApi[];
|
|
28
30
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* - `SYNCING` - SYNCING
|
|
6
|
+
* - `DONE` - DONE
|
|
7
|
+
* - `FAILED` - FAILED
|
|
8
|
+
* - `DISABLED` - DISABLED
|
|
9
|
+
* - `PAUSED` - PAUSED
|
|
10
|
+
* - `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
|
|
11
|
+
*/
|
|
12
|
+
export declare type StatusFd5Enum = "SYNCING" | "DONE" | "FAILED" | "DISABLED" | "PAUSED" | "PARTIALLY_SYNCED";
|
|
13
|
+
export declare const StatusFd5Enum: {
|
|
14
|
+
readonly Syncing: "SYNCING";
|
|
15
|
+
readonly Done: "DONE";
|
|
16
|
+
readonly Failed: "FAILED";
|
|
17
|
+
readonly Disabled: "DISABLED";
|
|
18
|
+
readonly Paused: "PAUSED";
|
|
19
|
+
readonly PartiallySynced: "PARTIALLY_SYNCED";
|
|
20
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.StatusFd5Enum = void 0;
|
|
7
|
+
exports.StatusFd5Enum = {
|
|
8
|
+
Syncing: "SYNCING",
|
|
9
|
+
Done: "DONE",
|
|
10
|
+
Failed: "FAILED",
|
|
11
|
+
Disabled: "DISABLED",
|
|
12
|
+
Paused: "PAUSED",
|
|
13
|
+
PartiallySynced: "PARTIALLY_SYNCED",
|
|
14
|
+
};
|
|
@@ -18,7 +18,9 @@ export interface SyncStatus {
|
|
|
18
18
|
modelId: string;
|
|
19
19
|
lastSyncStart?: Date;
|
|
20
20
|
nextSyncStart?: Date;
|
|
21
|
-
|
|
21
|
+
lastSyncResult?: Merge.accounting.LastSyncResultEnum;
|
|
22
|
+
lastSyncFinished?: Date;
|
|
23
|
+
status: Merge.accounting.StatusFd5Enum;
|
|
22
24
|
isInitialSync: boolean;
|
|
23
25
|
selectiveSyncConfigurationsUsage?: Merge.accounting.SelectiveSyncConfigurationsUsageEnum;
|
|
24
26
|
}
|
|
@@ -183,6 +183,7 @@ export * from "./GeneralLedgerTransactionLineEmployee";
|
|
|
183
183
|
export * from "./GeneralLedgerTransactionLineContact";
|
|
184
184
|
export * from "./GeneralLedgerTransactionLineBaseCurrency";
|
|
185
185
|
export * from "./GeneralLedgerTransactionLineTransactionCurrency";
|
|
186
|
+
export * from "./GeneralLedgerTransactionLineTrackingCategoriesItem";
|
|
186
187
|
export * from "./GeneralLedgerTransactionLineItem";
|
|
187
188
|
export * from "./GeneralLedgerTransactionLine";
|
|
188
189
|
export * from "./IncomeStatementCurrency";
|
|
@@ -195,6 +196,7 @@ export * from "./InvoiceContact";
|
|
|
195
196
|
export * from "./InvoiceCompany";
|
|
196
197
|
export * from "./InvoiceEmployee";
|
|
197
198
|
export * from "./InvoiceCurrency";
|
|
199
|
+
export * from "./InvoicePaymentTerm";
|
|
198
200
|
export * from "./InvoiceStatus";
|
|
199
201
|
export * from "./InvoiceTrackingCategoriesItem";
|
|
200
202
|
export * from "./InvoiceAccountingPeriod";
|
|
@@ -224,6 +226,7 @@ export * from "./InvoiceRequestEmployee";
|
|
|
224
226
|
export * from "./InvoiceRequestStatus";
|
|
225
227
|
export * from "./InvoiceRequestCompany";
|
|
226
228
|
export * from "./InvoiceRequestCurrency";
|
|
229
|
+
export * from "./InvoiceRequestPaymentTerm";
|
|
227
230
|
export * from "./InvoiceRequestPaymentsItem";
|
|
228
231
|
export * from "./InvoiceRequestTrackingCategoriesItem";
|
|
229
232
|
export * from "./InvoiceRequestPurchaseOrdersItem";
|
|
@@ -270,10 +273,12 @@ export * from "./JournalLineRequestTrackingCategoriesItem";
|
|
|
270
273
|
export * from "./JournalLineRequestCurrency";
|
|
271
274
|
export * from "./JournalLineRequest";
|
|
272
275
|
export * from "./LanguageEnum";
|
|
276
|
+
export * from "./LastSyncResultEnum";
|
|
273
277
|
export * from "./LinkToken";
|
|
274
278
|
export * from "./LinkedAccountStatus";
|
|
275
279
|
export * from "./MetaResponse";
|
|
276
280
|
export * from "./MethodEnum";
|
|
281
|
+
export * from "./MethodTypeEnum";
|
|
277
282
|
export * from "./ModelOperation";
|
|
278
283
|
export * from "./ModelPermissionDeserializer";
|
|
279
284
|
export * from "./ModelPermissionDeserializerRequest";
|
|
@@ -300,6 +305,8 @@ export * from "./PaginatedIssueList";
|
|
|
300
305
|
export * from "./PaginatedItemList";
|
|
301
306
|
export * from "./PaginatedJournalEntryList";
|
|
302
307
|
export * from "./PaginatedPaymentList";
|
|
308
|
+
export * from "./PaginatedPaymentMethodList";
|
|
309
|
+
export * from "./PaginatedPaymentTermList";
|
|
303
310
|
export * from "./PaginatedPurchaseOrderList";
|
|
304
311
|
export * from "./PaginatedRemoteFieldClassList";
|
|
305
312
|
export * from "./PaginatedSyncStatusList";
|
|
@@ -309,6 +316,7 @@ export * from "./PaginatedTransactionList";
|
|
|
309
316
|
export * from "./PaginatedVendorCreditList";
|
|
310
317
|
export * from "./PatchedPaymentRequestContact";
|
|
311
318
|
export * from "./PatchedPaymentRequestAccount";
|
|
319
|
+
export * from "./PatchedPaymentRequestPaymentMethod";
|
|
312
320
|
export * from "./PatchedPaymentRequestCurrency";
|
|
313
321
|
export * from "./PatchedPaymentRequestCompany";
|
|
314
322
|
export * from "./PatchedPaymentRequestType";
|
|
@@ -318,6 +326,7 @@ export * from "./PatchedPaymentRequestAppliedToLinesItem";
|
|
|
318
326
|
export * from "./PatchedPaymentRequest";
|
|
319
327
|
export * from "./PaymentContact";
|
|
320
328
|
export * from "./PaymentAccount";
|
|
329
|
+
export * from "./PaymentPaymentMethod";
|
|
321
330
|
export * from "./PaymentCurrency";
|
|
322
331
|
export * from "./PaymentCompany";
|
|
323
332
|
export * from "./PaymentType";
|
|
@@ -327,8 +336,11 @@ export * from "./PaymentAppliedToLinesItem";
|
|
|
327
336
|
export * from "./Payment";
|
|
328
337
|
export * from "./PaymentLineItem";
|
|
329
338
|
export * from "./PaymentLineItemRequest";
|
|
339
|
+
export * from "./PaymentMethodMethodType";
|
|
340
|
+
export * from "./PaymentMethod";
|
|
330
341
|
export * from "./PaymentRequestContact";
|
|
331
342
|
export * from "./PaymentRequestAccount";
|
|
343
|
+
export * from "./PaymentRequestPaymentMethod";
|
|
332
344
|
export * from "./PaymentRequestCurrency";
|
|
333
345
|
export * from "./PaymentRequestCompany";
|
|
334
346
|
export * from "./PaymentRequestType";
|
|
@@ -337,6 +349,8 @@ export * from "./PaymentRequestAccountingPeriod";
|
|
|
337
349
|
export * from "./PaymentRequestAppliedToLinesItem";
|
|
338
350
|
export * from "./PaymentRequest";
|
|
339
351
|
export * from "./PaymentResponse";
|
|
352
|
+
export * from "./PaymentTermCompany";
|
|
353
|
+
export * from "./PaymentTerm";
|
|
340
354
|
export * from "./PaymentTypeEnum";
|
|
341
355
|
export * from "./PostingStatusEnum";
|
|
342
356
|
export * from "./PurchaseOrderStatus";
|
|
@@ -344,6 +358,7 @@ export * from "./PurchaseOrderDeliveryAddress";
|
|
|
344
358
|
export * from "./PurchaseOrderVendor";
|
|
345
359
|
export * from "./PurchaseOrderCompany";
|
|
346
360
|
export * from "./PurchaseOrderCurrency";
|
|
361
|
+
export * from "./PurchaseOrderPaymentTerm";
|
|
347
362
|
export * from "./PurchaseOrderTrackingCategoriesItem";
|
|
348
363
|
export * from "./PurchaseOrderAccountingPeriod";
|
|
349
364
|
export * from "./PurchaseOrder";
|
|
@@ -357,6 +372,7 @@ export * from "./PurchaseOrderRequestStatus";
|
|
|
357
372
|
export * from "./PurchaseOrderRequestDeliveryAddress";
|
|
358
373
|
export * from "./PurchaseOrderRequestVendor";
|
|
359
374
|
export * from "./PurchaseOrderRequestCompany";
|
|
375
|
+
export * from "./PurchaseOrderRequestPaymentTerm";
|
|
360
376
|
export * from "./PurchaseOrderRequestCurrency";
|
|
361
377
|
export * from "./PurchaseOrderRequestTrackingCategoriesItem";
|
|
362
378
|
export * from "./PurchaseOrderRequest";
|
|
@@ -381,8 +397,8 @@ export * from "./RoleEnum";
|
|
|
381
397
|
export * from "./SelectiveSyncConfigurationsUsageEnum";
|
|
382
398
|
export * from "./Status7D1Enum";
|
|
383
399
|
export * from "./Status895Enum";
|
|
400
|
+
export * from "./StatusFd5Enum";
|
|
384
401
|
export * from "./SyncStatus";
|
|
385
|
-
export * from "./SyncStatusStatusEnum";
|
|
386
402
|
export * from "./TaxComponentComponentType";
|
|
387
403
|
export * from "./TaxComponent";
|
|
388
404
|
export * from "./TaxRateCompany";
|
|
@@ -199,6 +199,7 @@ __exportStar(require("./GeneralLedgerTransactionLineEmployee"), exports);
|
|
|
199
199
|
__exportStar(require("./GeneralLedgerTransactionLineContact"), exports);
|
|
200
200
|
__exportStar(require("./GeneralLedgerTransactionLineBaseCurrency"), exports);
|
|
201
201
|
__exportStar(require("./GeneralLedgerTransactionLineTransactionCurrency"), exports);
|
|
202
|
+
__exportStar(require("./GeneralLedgerTransactionLineTrackingCategoriesItem"), exports);
|
|
202
203
|
__exportStar(require("./GeneralLedgerTransactionLineItem"), exports);
|
|
203
204
|
__exportStar(require("./GeneralLedgerTransactionLine"), exports);
|
|
204
205
|
__exportStar(require("./IncomeStatementCurrency"), exports);
|
|
@@ -211,6 +212,7 @@ __exportStar(require("./InvoiceContact"), exports);
|
|
|
211
212
|
__exportStar(require("./InvoiceCompany"), exports);
|
|
212
213
|
__exportStar(require("./InvoiceEmployee"), exports);
|
|
213
214
|
__exportStar(require("./InvoiceCurrency"), exports);
|
|
215
|
+
__exportStar(require("./InvoicePaymentTerm"), exports);
|
|
214
216
|
__exportStar(require("./InvoiceStatus"), exports);
|
|
215
217
|
__exportStar(require("./InvoiceTrackingCategoriesItem"), exports);
|
|
216
218
|
__exportStar(require("./InvoiceAccountingPeriod"), exports);
|
|
@@ -240,6 +242,7 @@ __exportStar(require("./InvoiceRequestEmployee"), exports);
|
|
|
240
242
|
__exportStar(require("./InvoiceRequestStatus"), exports);
|
|
241
243
|
__exportStar(require("./InvoiceRequestCompany"), exports);
|
|
242
244
|
__exportStar(require("./InvoiceRequestCurrency"), exports);
|
|
245
|
+
__exportStar(require("./InvoiceRequestPaymentTerm"), exports);
|
|
243
246
|
__exportStar(require("./InvoiceRequestPaymentsItem"), exports);
|
|
244
247
|
__exportStar(require("./InvoiceRequestTrackingCategoriesItem"), exports);
|
|
245
248
|
__exportStar(require("./InvoiceRequestPurchaseOrdersItem"), exports);
|
|
@@ -286,10 +289,12 @@ __exportStar(require("./JournalLineRequestTrackingCategoriesItem"), exports);
|
|
|
286
289
|
__exportStar(require("./JournalLineRequestCurrency"), exports);
|
|
287
290
|
__exportStar(require("./JournalLineRequest"), exports);
|
|
288
291
|
__exportStar(require("./LanguageEnum"), exports);
|
|
292
|
+
__exportStar(require("./LastSyncResultEnum"), exports);
|
|
289
293
|
__exportStar(require("./LinkToken"), exports);
|
|
290
294
|
__exportStar(require("./LinkedAccountStatus"), exports);
|
|
291
295
|
__exportStar(require("./MetaResponse"), exports);
|
|
292
296
|
__exportStar(require("./MethodEnum"), exports);
|
|
297
|
+
__exportStar(require("./MethodTypeEnum"), exports);
|
|
293
298
|
__exportStar(require("./ModelOperation"), exports);
|
|
294
299
|
__exportStar(require("./ModelPermissionDeserializer"), exports);
|
|
295
300
|
__exportStar(require("./ModelPermissionDeserializerRequest"), exports);
|
|
@@ -316,6 +321,8 @@ __exportStar(require("./PaginatedIssueList"), exports);
|
|
|
316
321
|
__exportStar(require("./PaginatedItemList"), exports);
|
|
317
322
|
__exportStar(require("./PaginatedJournalEntryList"), exports);
|
|
318
323
|
__exportStar(require("./PaginatedPaymentList"), exports);
|
|
324
|
+
__exportStar(require("./PaginatedPaymentMethodList"), exports);
|
|
325
|
+
__exportStar(require("./PaginatedPaymentTermList"), exports);
|
|
319
326
|
__exportStar(require("./PaginatedPurchaseOrderList"), exports);
|
|
320
327
|
__exportStar(require("./PaginatedRemoteFieldClassList"), exports);
|
|
321
328
|
__exportStar(require("./PaginatedSyncStatusList"), exports);
|
|
@@ -325,6 +332,7 @@ __exportStar(require("./PaginatedTransactionList"), exports);
|
|
|
325
332
|
__exportStar(require("./PaginatedVendorCreditList"), exports);
|
|
326
333
|
__exportStar(require("./PatchedPaymentRequestContact"), exports);
|
|
327
334
|
__exportStar(require("./PatchedPaymentRequestAccount"), exports);
|
|
335
|
+
__exportStar(require("./PatchedPaymentRequestPaymentMethod"), exports);
|
|
328
336
|
__exportStar(require("./PatchedPaymentRequestCurrency"), exports);
|
|
329
337
|
__exportStar(require("./PatchedPaymentRequestCompany"), exports);
|
|
330
338
|
__exportStar(require("./PatchedPaymentRequestType"), exports);
|
|
@@ -334,6 +342,7 @@ __exportStar(require("./PatchedPaymentRequestAppliedToLinesItem"), exports);
|
|
|
334
342
|
__exportStar(require("./PatchedPaymentRequest"), exports);
|
|
335
343
|
__exportStar(require("./PaymentContact"), exports);
|
|
336
344
|
__exportStar(require("./PaymentAccount"), exports);
|
|
345
|
+
__exportStar(require("./PaymentPaymentMethod"), exports);
|
|
337
346
|
__exportStar(require("./PaymentCurrency"), exports);
|
|
338
347
|
__exportStar(require("./PaymentCompany"), exports);
|
|
339
348
|
__exportStar(require("./PaymentType"), exports);
|
|
@@ -343,8 +352,11 @@ __exportStar(require("./PaymentAppliedToLinesItem"), exports);
|
|
|
343
352
|
__exportStar(require("./Payment"), exports);
|
|
344
353
|
__exportStar(require("./PaymentLineItem"), exports);
|
|
345
354
|
__exportStar(require("./PaymentLineItemRequest"), exports);
|
|
355
|
+
__exportStar(require("./PaymentMethodMethodType"), exports);
|
|
356
|
+
__exportStar(require("./PaymentMethod"), exports);
|
|
346
357
|
__exportStar(require("./PaymentRequestContact"), exports);
|
|
347
358
|
__exportStar(require("./PaymentRequestAccount"), exports);
|
|
359
|
+
__exportStar(require("./PaymentRequestPaymentMethod"), exports);
|
|
348
360
|
__exportStar(require("./PaymentRequestCurrency"), exports);
|
|
349
361
|
__exportStar(require("./PaymentRequestCompany"), exports);
|
|
350
362
|
__exportStar(require("./PaymentRequestType"), exports);
|
|
@@ -353,6 +365,8 @@ __exportStar(require("./PaymentRequestAccountingPeriod"), exports);
|
|
|
353
365
|
__exportStar(require("./PaymentRequestAppliedToLinesItem"), exports);
|
|
354
366
|
__exportStar(require("./PaymentRequest"), exports);
|
|
355
367
|
__exportStar(require("./PaymentResponse"), exports);
|
|
368
|
+
__exportStar(require("./PaymentTermCompany"), exports);
|
|
369
|
+
__exportStar(require("./PaymentTerm"), exports);
|
|
356
370
|
__exportStar(require("./PaymentTypeEnum"), exports);
|
|
357
371
|
__exportStar(require("./PostingStatusEnum"), exports);
|
|
358
372
|
__exportStar(require("./PurchaseOrderStatus"), exports);
|
|
@@ -360,6 +374,7 @@ __exportStar(require("./PurchaseOrderDeliveryAddress"), exports);
|
|
|
360
374
|
__exportStar(require("./PurchaseOrderVendor"), exports);
|
|
361
375
|
__exportStar(require("./PurchaseOrderCompany"), exports);
|
|
362
376
|
__exportStar(require("./PurchaseOrderCurrency"), exports);
|
|
377
|
+
__exportStar(require("./PurchaseOrderPaymentTerm"), exports);
|
|
363
378
|
__exportStar(require("./PurchaseOrderTrackingCategoriesItem"), exports);
|
|
364
379
|
__exportStar(require("./PurchaseOrderAccountingPeriod"), exports);
|
|
365
380
|
__exportStar(require("./PurchaseOrder"), exports);
|
|
@@ -373,6 +388,7 @@ __exportStar(require("./PurchaseOrderRequestStatus"), exports);
|
|
|
373
388
|
__exportStar(require("./PurchaseOrderRequestDeliveryAddress"), exports);
|
|
374
389
|
__exportStar(require("./PurchaseOrderRequestVendor"), exports);
|
|
375
390
|
__exportStar(require("./PurchaseOrderRequestCompany"), exports);
|
|
391
|
+
__exportStar(require("./PurchaseOrderRequestPaymentTerm"), exports);
|
|
376
392
|
__exportStar(require("./PurchaseOrderRequestCurrency"), exports);
|
|
377
393
|
__exportStar(require("./PurchaseOrderRequestTrackingCategoriesItem"), exports);
|
|
378
394
|
__exportStar(require("./PurchaseOrderRequest"), exports);
|
|
@@ -397,8 +413,8 @@ __exportStar(require("./RoleEnum"), exports);
|
|
|
397
413
|
__exportStar(require("./SelectiveSyncConfigurationsUsageEnum"), exports);
|
|
398
414
|
__exportStar(require("./Status7D1Enum"), exports);
|
|
399
415
|
__exportStar(require("./Status895Enum"), exports);
|
|
416
|
+
__exportStar(require("./StatusFd5Enum"), exports);
|
|
400
417
|
__exportStar(require("./SyncStatus"), exports);
|
|
401
|
-
__exportStar(require("./SyncStatusStatusEnum"), exports);
|
|
402
418
|
__exportStar(require("./TaxComponentComponentType"), exports);
|
|
403
419
|
__exportStar(require("./TaxComponent"), exports);
|
|
404
420
|
__exportStar(require("./TaxRateCompany"), exports);
|
|
@@ -64,7 +64,7 @@ class AccountDetails {
|
|
|
64
64
|
method: "GET",
|
|
65
65
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
66
66
|
? yield core.Supplier.get(this._options.accountToken)
|
|
67
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
67
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.6", "User-Agent": "@mergeapi/merge-node-client/1.1.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
requestType: "json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -65,7 +65,7 @@ class AccountToken {
|
|
|
65
65
|
method: "GET",
|
|
66
66
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
67
67
|
? yield core.Supplier.get(this._options.accountToken)
|
|
68
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
68
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.6", "User-Agent": "@mergeapi/merge-node-client/1.1.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
requestType: "json",
|
|
71
71
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|