@mergeapi/merge-node-client 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +6 -6
- package/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +32 -22
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +12 -6
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +5 -2
- package/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/api/resources/accounting/resources/attachments/client/Client.js +8 -5
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +8 -5
- package/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +8 -5
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -5
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/employees/client/Client.js +6 -3
- package/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +10 -7
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +6 -3
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/index.d.ts +4 -0
- package/api/resources/accounting/resources/index.js +5 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +12 -9
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +2049 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +2049 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +6 -3
- package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +10 -7
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +193 -0
- package/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentMethods/client/index.js +17 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +29 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.d.ts +17 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/paymentMethods/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/paymentMethods/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentMethods/index.js +17 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +199 -0
- package/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/client/index.js +17 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.js +5 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +21 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.js +5 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/paymentTerms/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/paymentTerms/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/index.js +17 -0
- package/api/resources/accounting/resources/payments/client/Client.js +12 -9
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +5 -2
- package/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +10 -7
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/accounting/resources/taxRates/client/Client.js +10 -4
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +10 -4
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +6 -3
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -5
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/AccountToken.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/api/resources/accounting/types/InvoicePaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/InvoicePaymentTerm.js +5 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentTerm.js +5 -0
- package/api/resources/accounting/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/api/resources/{crm/types/SyncStatusStatusEnum.js → accounting/types/LastSyncResultEnum.js} +2 -2
- package/api/resources/accounting/types/MethodTypeEnum.d.ts +18 -0
- package/api/resources/accounting/types/MethodTypeEnum.js +13 -0
- package/api/resources/accounting/types/PaginatedPaymentMethodList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedPaymentMethodList.js +5 -0
- package/api/resources/accounting/types/PaginatedPaymentTermList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedPaymentTermList.js +5 -0
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +5 -0
- package/api/resources/accounting/types/Payment.d.ts +2 -0
- package/api/resources/accounting/types/PaymentMethod.d.ts +42 -0
- package/api/resources/accounting/types/PaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentMethodMethodType.d.ts +14 -0
- package/api/resources/accounting/types/PaymentMethodMethodType.js +5 -0
- package/api/resources/accounting/types/PaymentPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentPaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/api/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentRequestPaymentMethod.js +5 -0
- package/api/resources/accounting/types/PaymentTerm.d.ts +39 -0
- package/api/resources/accounting/types/PaymentTerm.js +5 -0
- package/api/resources/accounting/types/PaymentTermCompany.d.ts +8 -0
- package/api/resources/accounting/types/PaymentTermCompany.js +5 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderPaymentTerm.js +5 -0
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +5 -0
- package/api/resources/accounting/types/RemoteField.d.ts +1 -1
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/api/resources/{crm/types/SyncStatusStatusEnum.d.ts → accounting/types/StatusFd5Enum.d.ts} +2 -2
- package/api/resources/accounting/types/{SyncStatusStatusEnum.js → StatusFd5Enum.js} +2 -2
- package/api/resources/accounting/types/SyncStatus.d.ts +3 -1
- package/api/resources/accounting/types/index.d.ts +17 -1
- package/api/resources/accounting/types/index.js +17 -1
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +8 -5
- package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/applications/client/Client.js +9 -6
- package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +8 -5
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +11 -8
- package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +6 -3
- package/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/eeocs/client/Client.js +6 -3
- package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/forceResync/client/Client.js +2 -2
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobs/client/Client.js +7 -4
- package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +6 -3
- package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/offices/client/Client.js +6 -3
- package/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/api/resources/ats/resources/scorecards/client/Client.js +6 -3
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +6 -3
- package/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ats/types/AccountToken.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/api/resources/ats/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/api/resources/{filestorage/types/SyncStatusStatusEnum.js → ats/types/LastSyncResultEnum.js} +2 -2
- package/api/resources/{filestorage/types/SyncStatusStatusEnum.d.ts → ats/types/StatusFd5Enum.d.ts} +2 -2
- package/api/resources/ats/types/{SyncStatusStatusEnum.js → StatusFd5Enum.js} +2 -2
- package/api/resources/ats/types/SyncStatus.d.ts +3 -1
- package/api/resources/ats/types/index.d.ts +2 -1
- package/api/resources/ats/types/index.js +2 -1
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +11 -8
- package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +12 -9
- package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjects/client/Client.js +9 -6
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +7 -4
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.js +11 -8
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/forceResync/client/Client.js +2 -2
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +9 -6
- package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +9 -6
- package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +11 -8
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +7 -4
- package/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +11 -8
- package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/Client.js +8 -5
- package/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/AccountToken.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/api/resources/crm/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/crm/types/LastSyncResultEnum.js +14 -0
- package/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/api/resources/crm/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/crm/types/StatusFd5Enum.js +14 -0
- package/api/resources/crm/types/SyncStatus.d.ts +3 -1
- package/{dist/api/resources/ticketing/types/CollectionTeamsItem.d.ts → api/resources/crm/types/SyncStatusLastSyncResult.d.ts} +1 -1
- package/api/resources/crm/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/crm/types/index.d.ts +3 -1
- package/api/resources/crm/types/index.js +3 -1
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +6 -3
- package/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/filestorage/resources/files/client/Client.d.ts +21 -0
- package/api/resources/filestorage/resources/files/client/Client.js +143 -7
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +25 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.js +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +13 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.js +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +5 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/files/client/requests/index.d.ts +2 -0
- package/api/resources/filestorage/resources/folders/client/Client.js +8 -5
- package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +6 -3
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +6 -3
- package/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/filestorage/types/DownloadRequestMeta.d.ts +10 -0
- package/api/resources/filestorage/types/DownloadRequestMeta.js +5 -0
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/api/resources/filestorage/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/filestorage/types/LastSyncResultEnum.js +14 -0
- package/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +9 -0
- package/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +5 -0
- package/api/resources/filestorage/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/filestorage/types/StatusFd5Enum.js +14 -0
- package/api/resources/filestorage/types/SyncStatus.d.ts +3 -1
- package/api/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/filestorage/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/filestorage/types/index.d.ts +5 -1
- package/api/resources/filestorage/types/index.js +5 -1
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/benefits/client/Client.js +6 -3
- package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/companies/client/Client.js +6 -3
- package/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +6 -3
- package/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employees/client/Client.js +9 -6
- package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
- package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employments/client/Client.js +6 -3
- package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/forceResync/client/Client.js +2 -2
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +6 -3
- package/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +6 -3
- package/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/hris/resources/teams/client/Client.js +6 -3
- package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timeOff/client/Client.js +8 -5
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/AccountToken.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/api/resources/hris/types/Group.d.ts +2 -2
- package/api/resources/hris/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/hris/types/LastSyncResultEnum.js +14 -0
- package/api/resources/hris/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/hris/types/StatusFd5Enum.js +14 -0
- package/api/resources/hris/types/SyncStatus.d.ts +3 -1
- package/api/resources/hris/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/hris/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/hris/types/index.d.ts +3 -1
- package/api/resources/hris/types/index.js +3 -1
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +13 -7
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +5 -0
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +11 -0
- package/api/resources/ticketing/resources/collections/client/Client.js +82 -3
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +5 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +34 -0
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.js +5 -0
- package/api/resources/ticketing/resources/collections/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/types/index.js +1 -2
- package/api/resources/ticketing/resources/comments/client/Client.js +8 -5
- package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +7 -4
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +6 -3
- package/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tags/client/Client.js +6 -3
- package/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/teams/client/Client.js +6 -3
- package/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/tickets/client/Client.js +13 -10
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/Client.js +10 -4
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ticketing/types/Collection.d.ts +0 -1
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/api/resources/ticketing/types/LastSyncResultEnum.d.ts +20 -0
- package/api/resources/ticketing/types/LastSyncResultEnum.js +14 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
- package/api/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/api/resources/ticketing/types/StatusFd5Enum.d.ts +20 -0
- package/api/resources/ticketing/types/StatusFd5Enum.js +14 -0
- package/api/resources/ticketing/types/SyncStatus.d.ts +3 -1
- package/api/resources/ticketing/types/Ticket.d.ts +2 -2
- package/api/resources/ticketing/types/TicketRequest.d.ts +2 -2
- package/api/resources/ticketing/types/index.d.ts +2 -2
- package/api/resources/ticketing/types/index.js +2 -2
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +6 -6
- package/dist/api/resources/accounting/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/client/Client.js +32 -22
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +5 -2
- package/dist/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/employees/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.js +5 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +2049 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +2049 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +193 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +29 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.d.ts +17 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentMethods/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +199 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/index.js +17 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +5 -2
- package/dist/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +10 -7
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +10 -4
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +10 -4
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +6 -3
- package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoicePaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoicePaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceRequestPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/accounting/types/MethodTypeEnum.d.ts +18 -0
- package/dist/api/resources/accounting/types/MethodTypeEnum.js +13 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentMethodList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentMethodList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentTermList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedPaymentTermList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentMethod.d.ts +42 -0
- package/dist/api/resources/accounting/types/PaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.d.ts +14 -0
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.js +5 -0
- package/dist/api/resources/accounting/types/PaymentPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentRequestPaymentMethod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentTerm.d.ts +39 -0
- package/dist/api/resources/accounting/types/PaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/PaymentTermCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentTermCompany.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +5 -0
- package/dist/api/resources/accounting/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/dist/api/resources/accounting/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/accounting/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/accounting/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/accounting/types/index.d.ts +17 -1
- package/dist/api/resources/accounting/types/index.js +17 -1
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +11 -8
- package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +7 -4
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/offices/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ats/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ats/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/ats/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/ats/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/ats/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/ats/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/ats/types/index.d.ts +2 -1
- package/dist/api/resources/ats/types/index.js +2 -1
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +12 -9
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +7 -4
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +7 -4
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +11 -8
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/crm/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/crm/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/crm/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/crm/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/crm/types/SyncStatus.d.ts +3 -1
- package/{api/resources/ticketing/types/CollectionTeamsItem.d.ts → dist/api/resources/crm/types/SyncStatusLastSyncResult.d.ts} +1 -1
- package/dist/api/resources/crm/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/crm/types/index.d.ts +3 -1
- package/dist/api/resources/crm/types/index.js +3 -1
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +21 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +143 -7
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +25 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +5 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -5
- package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +6 -3
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/filestorage/types/DownloadRequestMeta.d.ts +10 -0
- package/dist/api/resources/filestorage/types/DownloadRequestMeta.js +5 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +9 -0
- package/dist/api/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +5 -0
- package/dist/api/resources/filestorage/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/filestorage/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/filestorage/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/filestorage/types/index.d.ts +5 -1
- package/dist/api/resources/filestorage/types/index.js +5 -1
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/companies/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employees/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employments/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/teams/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/hris/types/Group.d.ts +2 -2
- package/dist/api/resources/hris/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/hris/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/hris/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/hris/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/hris/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/hris/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/hris/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +3 -1
- package/dist/api/resources/hris/types/index.js +3 -1
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +13 -7
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +5 -0
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +82 -3
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +5 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +34 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/collections/types/index.js +1 -2
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +7 -4
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +13 -10
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +10 -4
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +0 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.js +14 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/ticketing/types/StatusFd5Enum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/StatusFd5Enum.js +14 -0
- package/dist/api/resources/ticketing/types/SyncStatus.d.ts +3 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +2 -2
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/index.d.ts +2 -2
- package/dist/api/resources/ticketing/types/index.js +2 -2
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountToken.js +1 -0
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoicePaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoicePaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{SyncStatusStatusEnum.js → LastSyncResultEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/MethodTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/{ats/types/SyncStatusStatusEnum.js → accounting/types/MethodTypeEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/PaginatedPaymentMethodList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentMethodList.js +36 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentTermList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedPaymentTermList.js +36 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Payment.js +2 -0
- package/dist/serialization/resources/accounting/types/PaymentMethod.d.ts +23 -0
- package/dist/serialization/resources/accounting/types/PaymentMethod.js +44 -0
- package/dist/serialization/resources/accounting/types/PaymentMethodMethodType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentMethodMethodType.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestPaymentMethod.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentTerm.d.ts +25 -0
- package/dist/serialization/resources/accounting/types/PaymentTerm.js +46 -0
- package/dist/serialization/resources/accounting/types/PaymentTermCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PaymentTermCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +32 -0
- package/dist/serialization/resources/accounting/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/RemoteField.js +1 -1
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +2 -0
- package/{serialization/resources/ats/types/SyncStatusStatusEnum.d.ts → dist/serialization/resources/accounting/types/StatusFd5Enum.d.ts} +2 -2
- package/dist/serialization/resources/{crm/types/SyncStatusStatusEnum.js → accounting/types/StatusFd5Enum.js} +2 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/accounting/types/index.d.ts +17 -1
- package/dist/serialization/resources/accounting/types/index.js +17 -1
- package/dist/serialization/resources/ats/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountToken.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/ats/types/{SyncStatusStatusEnum.d.ts → LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/{filestorage/types/SyncStatusStatusEnum.js → ats/types/LastSyncResultEnum.js} +2 -2
- package/dist/serialization/resources/{crm/types/SyncStatusStatusEnum.d.ts → ats/types/StatusFd5Enum.d.ts} +2 -2
- package/dist/serialization/resources/ats/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/ats/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/ats/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/ats/types/index.d.ts +2 -1
- package/dist/serialization/resources/ats/types/index.js +2 -1
- package/dist/serialization/resources/crm/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountToken.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/{serialization/resources/crm/types/SyncStatusStatusEnum.d.ts → dist/serialization/resources/crm/types/LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/crm/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
- package/dist/serialization/resources/crm/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/crm/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/crm/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/crm/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/crm/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/crm/types/index.d.ts +3 -1
- package/dist/serialization/resources/crm/types/index.js +3 -1
- package/dist/serialization/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountToken.js +1 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +16 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +37 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/filestorage/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +15 -0
- package/dist/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +36 -0
- package/dist/serialization/resources/filestorage/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/filestorage/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/filestorage/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/filestorage/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +5 -1
- package/dist/serialization/resources/filestorage/types/index.js +5 -1
- package/dist/serialization/resources/hris/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountToken.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/hris/types/Group.d.ts +1 -1
- package/dist/serialization/resources/hris/types/Group.js +1 -1
- package/dist/serialization/resources/hris/types/LastSyncResultEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/hris/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/hris/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/hris/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/hris/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/hris/types/SyncStatusLastSyncResult.js +32 -0
- package/dist/serialization/resources/hris/types/index.d.ts +3 -1
- package/dist/serialization/resources/hris/types/index.js +3 -1
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/{CollectionsListRequestExpand.js → CollectionsViewersListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/index.js +1 -2
- package/dist/serialization/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountToken.js +1 -0
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +0 -2
- package/dist/serialization/resources/ticketing/types/Collection.js +0 -2
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/{hris/types/SyncStatusStatusEnum.d.ts → ticketing/types/LastSyncResultEnum.d.ts} +2 -2
- package/dist/serialization/resources/ticketing/types/LastSyncResultEnum.js +31 -0
- package/dist/serialization/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteField.js +1 -1
- package/dist/serialization/resources/ticketing/types/StatusFd5Enum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/StatusFd5Enum.js +31 -0
- package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +5 -2
- package/dist/serialization/resources/ticketing/types/SyncStatus.js +5 -2
- package/dist/serialization/resources/ticketing/types/index.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/index.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +2078 -1599
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +2048 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +2048 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +64 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/AccountToken.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountToken.js +1 -0
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +32 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +2 -0
- package/serialization/resources/accounting/types/Invoice.js +2 -0
- package/serialization/resources/accounting/types/InvoicePaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoicePaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceRequest.js +2 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/accounting/types/MethodTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/MethodTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/PaginatedPaymentMethodList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedPaymentMethodList.js +36 -0
- package/serialization/resources/accounting/types/PaginatedPaymentTermList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedPaymentTermList.js +36 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.js +2 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/Payment.d.ts +2 -0
- package/serialization/resources/accounting/types/Payment.js +2 -0
- package/serialization/resources/accounting/types/PaymentMethod.d.ts +23 -0
- package/serialization/resources/accounting/types/PaymentMethod.js +44 -0
- package/serialization/resources/accounting/types/PaymentMethodMethodType.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentMethodMethodType.js +32 -0
- package/serialization/resources/accounting/types/PaymentPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +2 -0
- package/serialization/resources/accounting/types/PaymentRequestPaymentMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentRequestPaymentMethod.js +32 -0
- package/serialization/resources/accounting/types/PaymentTerm.d.ts +25 -0
- package/serialization/resources/accounting/types/PaymentTerm.js +46 -0
- package/serialization/resources/accounting/types/PaymentTermCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/PaymentTermCompany.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrder.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/PurchaseOrderPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.d.ts +11 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestPaymentTerm.js +32 -0
- package/serialization/resources/accounting/types/RemoteField.d.ts +1 -1
- package/serialization/resources/accounting/types/RemoteField.js +1 -1
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/accounting/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/accounting/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/accounting/types/SyncStatus.js +5 -2
- package/serialization/resources/accounting/types/index.d.ts +17 -1
- package/serialization/resources/accounting/types/index.js +17 -1
- package/serialization/resources/ats/types/AccountToken.d.ts +1 -0
- package/serialization/resources/ats/types/AccountToken.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ats/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/ats/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/ats/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/ats/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/ats/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/ats/types/SyncStatus.js +5 -2
- package/serialization/resources/ats/types/index.d.ts +2 -1
- package/serialization/resources/ats/types/index.js +2 -1
- package/serialization/resources/crm/types/AccountToken.d.ts +1 -0
- package/serialization/resources/crm/types/AccountToken.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/serialization/resources/crm/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/crm/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteField.js +1 -1
- package/serialization/resources/crm/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/crm/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/crm/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/crm/types/SyncStatus.js +5 -2
- package/serialization/resources/crm/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/crm/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/crm/types/index.d.ts +3 -1
- package/serialization/resources/crm/types/index.js +3 -1
- package/serialization/resources/filestorage/types/AccountToken.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountToken.js +1 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +16 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.js +37 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/serialization/resources/filestorage/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.d.ts +15 -0
- package/serialization/resources/filestorage/types/PaginatedDownloadRequestMetaList.js +36 -0
- package/serialization/resources/filestorage/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/filestorage/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/filestorage/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/filestorage/types/SyncStatus.js +5 -2
- package/serialization/resources/filestorage/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/filestorage/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/filestorage/types/index.d.ts +5 -1
- package/serialization/resources/filestorage/types/index.js +5 -1
- package/serialization/resources/hris/types/AccountToken.d.ts +1 -0
- package/serialization/resources/hris/types/AccountToken.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/serialization/resources/hris/types/Group.d.ts +1 -1
- package/serialization/resources/hris/types/Group.js +1 -1
- package/serialization/resources/hris/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/hris/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/hris/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/hris/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/hris/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/hris/types/SyncStatus.js +5 -2
- package/serialization/resources/hris/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/hris/types/SyncStatusLastSyncResult.js +32 -0
- package/serialization/resources/hris/types/index.d.ts +3 -1
- package/serialization/resources/hris/types/index.js +3 -1
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/{CollectionsListRequestExpand.js → CollectionsViewersListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +1 -2
- package/serialization/resources/ticketing/resources/collections/types/index.js +1 -2
- package/serialization/resources/ticketing/types/AccountToken.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountToken.js +1 -0
- package/serialization/resources/ticketing/types/Collection.d.ts +0 -2
- package/serialization/resources/ticketing/types/Collection.js +0 -2
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ticketing/types/LastSyncResultEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/LastSyncResultEnum.js +31 -0
- package/serialization/resources/ticketing/types/RemoteField.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteField.js +1 -1
- package/serialization/resources/ticketing/types/StatusFd5Enum.d.ts +10 -0
- package/serialization/resources/ticketing/types/StatusFd5Enum.js +31 -0
- package/serialization/resources/ticketing/types/SyncStatus.d.ts +5 -2
- package/serialization/resources/ticketing/types/SyncStatus.js +5 -2
- package/serialization/resources/ticketing/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/types/index.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -20
- package/api/resources/hris/types/SyncStatusStatusEnum.js +0 -14
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -11
- package/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -20
- package/api/resources/ticketing/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.js +0 -14
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -20
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.js +0 -14
- package/dist/serialization/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/hris/types/SyncStatusStatusEnum.js +0 -31
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +0 -11
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.js +0 -32
- package/dist/serialization/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/accounting/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/accounting/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/ats/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/crm/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/filestorage/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/filestorage/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/hris/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/hris/types/SyncStatusStatusEnum.js +0 -31
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +0 -11
- package/serialization/resources/ticketing/types/CollectionTeamsItem.js +0 -32
- package/serialization/resources/ticketing/types/SyncStatusStatusEnum.d.ts +0 -10
- package/serialization/resources/ticketing/types/SyncStatusStatusEnum.js +0 -31
- /package/api/resources/{ticketing/types/CollectionTeamsItem.js → accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.js} +0 -0
- /package/{dist/api/resources/ticketing/types/CollectionTeamsItem.js → api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsRetrieveRequest.js} +0 -0
|
@@ -114,7 +114,7 @@ class BankFeedTransactions {
|
|
|
114
114
|
method: "GET",
|
|
115
115
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
116
116
|
? yield core.Supplier.get(this._options.accountToken)
|
|
117
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
117
|
+
: 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),
|
|
118
118
|
contentType: "application/json",
|
|
119
119
|
queryParameters: _queryParams,
|
|
120
120
|
requestType: "json",
|
|
@@ -179,7 +179,7 @@ class BankFeedTransactions {
|
|
|
179
179
|
method: "POST",
|
|
180
180
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
181
181
|
? yield core.Supplier.get(this._options.accountToken)
|
|
182
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
182
|
+
: 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),
|
|
183
183
|
contentType: "application/json",
|
|
184
184
|
queryParameters: _queryParams,
|
|
185
185
|
requestType: "json",
|
|
@@ -233,7 +233,7 @@ class BankFeedTransactions {
|
|
|
233
233
|
retrieve(id, request = {}, requestOptions) {
|
|
234
234
|
var _a, _b;
|
|
235
235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
236
|
-
const { expand, includeRemoteData } = request;
|
|
236
|
+
const { expand, includeRemoteData, includeShellData } = request;
|
|
237
237
|
const _queryParams = {};
|
|
238
238
|
if (expand != null) {
|
|
239
239
|
_queryParams["expand"] = expand;
|
|
@@ -241,12 +241,15 @@ class BankFeedTransactions {
|
|
|
241
241
|
if (includeRemoteData != null) {
|
|
242
242
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
243
243
|
}
|
|
244
|
+
if (includeShellData != null) {
|
|
245
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
246
|
+
}
|
|
244
247
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
245
248
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/bank-feed-transactions/${encodeURIComponent(id)}`),
|
|
246
249
|
method: "GET",
|
|
247
250
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
248
251
|
? yield core.Supplier.get(this._options.accountToken)
|
|
249
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
252
|
+
: 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),
|
|
250
253
|
contentType: "application/json",
|
|
251
254
|
queryParameters: _queryParams,
|
|
252
255
|
requestType: "json",
|
|
@@ -300,7 +303,7 @@ class BankFeedTransactions {
|
|
|
300
303
|
method: "GET",
|
|
301
304
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
302
305
|
? yield core.Supplier.get(this._options.accountToken)
|
|
303
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
306
|
+
: 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),
|
|
304
307
|
contentType: "application/json",
|
|
305
308
|
requestType: "json",
|
|
306
309
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -14,4 +14,8 @@ export interface BankFeedTransactionsRetrieveRequest {
|
|
|
14
14
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
15
15
|
*/
|
|
16
16
|
includeRemoteData?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
19
|
+
*/
|
|
20
|
+
includeShellData?: boolean;
|
|
17
21
|
}
|
|
@@ -103,7 +103,7 @@ class CashFlowStatements {
|
|
|
103
103
|
method: "GET",
|
|
104
104
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
105
105
|
? yield core.Supplier.get(this._options.accountToken)
|
|
106
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
106
|
+
: 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),
|
|
107
107
|
contentType: "application/json",
|
|
108
108
|
queryParameters: _queryParams,
|
|
109
109
|
requestType: "json",
|
|
@@ -154,7 +154,7 @@ class CashFlowStatements {
|
|
|
154
154
|
retrieve(id, request = {}, requestOptions) {
|
|
155
155
|
var _a, _b;
|
|
156
156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
157
|
-
const { expand, includeRemoteData } = request;
|
|
157
|
+
const { expand, includeRemoteData, includeShellData } = request;
|
|
158
158
|
const _queryParams = {};
|
|
159
159
|
if (expand != null) {
|
|
160
160
|
_queryParams["expand"] = expand;
|
|
@@ -162,12 +162,15 @@ class CashFlowStatements {
|
|
|
162
162
|
if (includeRemoteData != null) {
|
|
163
163
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
164
164
|
}
|
|
165
|
+
if (includeShellData != null) {
|
|
166
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
167
|
+
}
|
|
165
168
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
166
169
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/cash-flow-statements/${encodeURIComponent(id)}`),
|
|
167
170
|
method: "GET",
|
|
168
171
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
169
172
|
? yield core.Supplier.get(this._options.accountToken)
|
|
170
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
173
|
+
: 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),
|
|
171
174
|
contentType: "application/json",
|
|
172
175
|
queryParameters: _queryParams,
|
|
173
176
|
requestType: "json",
|
|
@@ -14,4 +14,8 @@ export interface CashFlowStatementsRetrieveRequest {
|
|
|
14
14
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
15
15
|
*/
|
|
16
16
|
includeRemoteData?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
19
|
+
*/
|
|
20
|
+
includeShellData?: boolean;
|
|
17
21
|
}
|
|
@@ -100,7 +100,7 @@ class CompanyInfo {
|
|
|
100
100
|
method: "GET",
|
|
101
101
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
102
102
|
? yield core.Supplier.get(this._options.accountToken)
|
|
103
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
103
|
+
: 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),
|
|
104
104
|
contentType: "application/json",
|
|
105
105
|
queryParameters: _queryParams,
|
|
106
106
|
requestType: "json",
|
|
@@ -151,7 +151,7 @@ class CompanyInfo {
|
|
|
151
151
|
retrieve(id, request = {}, requestOptions) {
|
|
152
152
|
var _a, _b;
|
|
153
153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
154
|
-
const { expand, includeRemoteData } = request;
|
|
154
|
+
const { expand, includeRemoteData, includeShellData } = request;
|
|
155
155
|
const _queryParams = {};
|
|
156
156
|
if (expand != null) {
|
|
157
157
|
_queryParams["expand"] = expand;
|
|
@@ -159,12 +159,15 @@ class CompanyInfo {
|
|
|
159
159
|
if (includeRemoteData != null) {
|
|
160
160
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
161
161
|
}
|
|
162
|
+
if (includeShellData != null) {
|
|
163
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
164
|
+
}
|
|
162
165
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
163
166
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/company-info/${encodeURIComponent(id)}`),
|
|
164
167
|
method: "GET",
|
|
165
168
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
166
169
|
? yield core.Supplier.get(this._options.accountToken)
|
|
167
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
170
|
+
: 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),
|
|
168
171
|
contentType: "application/json",
|
|
169
172
|
queryParameters: _queryParams,
|
|
170
173
|
requestType: "json",
|
|
@@ -15,4 +15,8 @@ export interface CompanyInfoRetrieveRequest {
|
|
|
15
15
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
16
16
|
*/
|
|
17
17
|
includeRemoteData?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
20
|
+
*/
|
|
21
|
+
includeShellData?: boolean;
|
|
18
22
|
}
|
|
@@ -135,7 +135,7 @@ class Contacts {
|
|
|
135
135
|
method: "GET",
|
|
136
136
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
137
137
|
? yield core.Supplier.get(this._options.accountToken)
|
|
138
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
138
|
+
: 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),
|
|
139
139
|
contentType: "application/json",
|
|
140
140
|
queryParameters: _queryParams,
|
|
141
141
|
requestType: "json",
|
|
@@ -200,7 +200,7 @@ class Contacts {
|
|
|
200
200
|
method: "POST",
|
|
201
201
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
202
202
|
? yield core.Supplier.get(this._options.accountToken)
|
|
203
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
203
|
+
: 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),
|
|
204
204
|
contentType: "application/json",
|
|
205
205
|
queryParameters: _queryParams,
|
|
206
206
|
requestType: "json",
|
|
@@ -252,7 +252,7 @@ class Contacts {
|
|
|
252
252
|
retrieve(id, request = {}, requestOptions) {
|
|
253
253
|
var _a, _b;
|
|
254
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
255
|
-
const { expand, includeRemoteData, includeRemoteFields, remoteFields, showEnumOrigins } = request;
|
|
255
|
+
const { expand, includeRemoteData, includeRemoteFields, includeShellData, remoteFields, showEnumOrigins } = request;
|
|
256
256
|
const _queryParams = {};
|
|
257
257
|
if (expand != null) {
|
|
258
258
|
_queryParams["expand"] = expand;
|
|
@@ -263,6 +263,9 @@ class Contacts {
|
|
|
263
263
|
if (includeRemoteFields != null) {
|
|
264
264
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
265
265
|
}
|
|
266
|
+
if (includeShellData != null) {
|
|
267
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
268
|
+
}
|
|
266
269
|
if (remoteFields != null) {
|
|
267
270
|
_queryParams["remote_fields"] = remoteFields;
|
|
268
271
|
}
|
|
@@ -274,7 +277,7 @@ class Contacts {
|
|
|
274
277
|
method: "GET",
|
|
275
278
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
276
279
|
? yield core.Supplier.get(this._options.accountToken)
|
|
277
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
280
|
+
: 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),
|
|
278
281
|
contentType: "application/json",
|
|
279
282
|
queryParameters: _queryParams,
|
|
280
283
|
requestType: "json",
|
|
@@ -328,7 +331,7 @@ class Contacts {
|
|
|
328
331
|
method: "GET",
|
|
329
332
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
330
333
|
? yield core.Supplier.get(this._options.accountToken)
|
|
331
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
334
|
+
: 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),
|
|
332
335
|
contentType: "application/json",
|
|
333
336
|
requestType: "json",
|
|
334
337
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -402,7 +405,7 @@ class Contacts {
|
|
|
402
405
|
method: "GET",
|
|
403
406
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
404
407
|
? yield core.Supplier.get(this._options.accountToken)
|
|
405
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
408
|
+
: 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),
|
|
406
409
|
contentType: "application/json",
|
|
407
410
|
queryParameters: _queryParams,
|
|
408
411
|
requestType: "json",
|
|
@@ -19,6 +19,10 @@ export interface ContactsRetrieveRequest {
|
|
|
19
19
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
20
20
|
*/
|
|
21
21
|
includeRemoteFields?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
24
|
+
*/
|
|
25
|
+
includeShellData?: boolean;
|
|
22
26
|
/**
|
|
23
27
|
* Deprecated. Use show_enum_origins.
|
|
24
28
|
*/
|
|
@@ -126,7 +126,7 @@ class CreditNotes {
|
|
|
126
126
|
method: "GET",
|
|
127
127
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
128
128
|
? yield core.Supplier.get(this._options.accountToken)
|
|
129
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
129
|
+
: 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),
|
|
130
130
|
contentType: "application/json",
|
|
131
131
|
queryParameters: _queryParams,
|
|
132
132
|
requestType: "json",
|
|
@@ -191,7 +191,7 @@ class CreditNotes {
|
|
|
191
191
|
method: "POST",
|
|
192
192
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
193
193
|
? yield core.Supplier.get(this._options.accountToken)
|
|
194
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
194
|
+
: 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),
|
|
195
195
|
contentType: "application/json",
|
|
196
196
|
queryParameters: _queryParams,
|
|
197
197
|
requestType: "json",
|
|
@@ -245,7 +245,7 @@ class CreditNotes {
|
|
|
245
245
|
retrieve(id, request = {}, requestOptions) {
|
|
246
246
|
var _a, _b;
|
|
247
247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
248
|
-
const { expand, includeRemoteData, remoteFields, showEnumOrigins } = request;
|
|
248
|
+
const { expand, includeRemoteData, includeShellData, remoteFields, showEnumOrigins } = request;
|
|
249
249
|
const _queryParams = {};
|
|
250
250
|
if (expand != null) {
|
|
251
251
|
_queryParams["expand"] = expand;
|
|
@@ -253,6 +253,9 @@ class CreditNotes {
|
|
|
253
253
|
if (includeRemoteData != null) {
|
|
254
254
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
255
255
|
}
|
|
256
|
+
if (includeShellData != null) {
|
|
257
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
258
|
+
}
|
|
256
259
|
if (remoteFields != null) {
|
|
257
260
|
_queryParams["remote_fields"] = remoteFields;
|
|
258
261
|
}
|
|
@@ -264,7 +267,7 @@ class CreditNotes {
|
|
|
264
267
|
method: "GET",
|
|
265
268
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
266
269
|
? yield core.Supplier.get(this._options.accountToken)
|
|
267
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
270
|
+
: 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),
|
|
268
271
|
contentType: "application/json",
|
|
269
272
|
queryParameters: _queryParams,
|
|
270
273
|
requestType: "json",
|
|
@@ -318,7 +321,7 @@ class CreditNotes {
|
|
|
318
321
|
method: "GET",
|
|
319
322
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
320
323
|
? yield core.Supplier.get(this._options.accountToken)
|
|
321
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
324
|
+
: 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),
|
|
322
325
|
contentType: "application/json",
|
|
323
326
|
requestType: "json",
|
|
324
327
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -15,6 +15,10 @@ export interface CreditNotesRetrieveRequest {
|
|
|
15
15
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
16
16
|
*/
|
|
17
17
|
includeRemoteData?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
20
|
+
*/
|
|
21
|
+
includeShellData?: boolean;
|
|
18
22
|
/**
|
|
19
23
|
* Deprecated. Use show_enum_origins.
|
|
20
24
|
*/
|
|
@@ -63,7 +63,7 @@ class DeleteAccount {
|
|
|
63
63
|
method: "POST",
|
|
64
64
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
65
65
|
? yield core.Supplier.get(this._options.accountToken)
|
|
66
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
66
|
+
: 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),
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
requestType: "json",
|
|
69
69
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -85,7 +85,7 @@ class Employees {
|
|
|
85
85
|
method: "GET",
|
|
86
86
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
87
87
|
? yield core.Supplier.get(this._options.accountToken)
|
|
88
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
88
|
+
: 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),
|
|
89
89
|
contentType: "application/json",
|
|
90
90
|
queryParameters: _queryParams,
|
|
91
91
|
requestType: "json",
|
|
@@ -136,7 +136,7 @@ class Employees {
|
|
|
136
136
|
retrieve(id, request = {}, requestOptions) {
|
|
137
137
|
var _a, _b;
|
|
138
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
139
|
-
const { expand, includeRemoteData } = request;
|
|
139
|
+
const { expand, includeRemoteData, includeShellData } = request;
|
|
140
140
|
const _queryParams = {};
|
|
141
141
|
if (expand != null) {
|
|
142
142
|
_queryParams["expand"] = expand;
|
|
@@ -144,12 +144,15 @@ class Employees {
|
|
|
144
144
|
if (includeRemoteData != null) {
|
|
145
145
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
146
146
|
}
|
|
147
|
+
if (includeShellData != null) {
|
|
148
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
149
|
+
}
|
|
147
150
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
148
151
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/employees/${encodeURIComponent(id)}`),
|
|
149
152
|
method: "GET",
|
|
150
153
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
151
154
|
? yield core.Supplier.get(this._options.accountToken)
|
|
152
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
155
|
+
: 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),
|
|
153
156
|
contentType: "application/json",
|
|
154
157
|
queryParameters: _queryParams,
|
|
155
158
|
requestType: "json",
|
|
@@ -14,4 +14,8 @@ export interface EmployeesRetrieveRequest {
|
|
|
14
14
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
15
15
|
*/
|
|
16
16
|
includeRemoteData?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
19
|
+
*/
|
|
20
|
+
includeShellData?: boolean;
|
|
17
21
|
}
|
|
@@ -123,7 +123,7 @@ class Expenses {
|
|
|
123
123
|
method: "GET",
|
|
124
124
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
125
125
|
? yield core.Supplier.get(this._options.accountToken)
|
|
126
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
126
|
+
: 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),
|
|
127
127
|
contentType: "application/json",
|
|
128
128
|
queryParameters: _queryParams,
|
|
129
129
|
requestType: "json",
|
|
@@ -188,7 +188,7 @@ class Expenses {
|
|
|
188
188
|
method: "POST",
|
|
189
189
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
190
190
|
? yield core.Supplier.get(this._options.accountToken)
|
|
191
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
191
|
+
: 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),
|
|
192
192
|
contentType: "application/json",
|
|
193
193
|
queryParameters: _queryParams,
|
|
194
194
|
requestType: "json",
|
|
@@ -240,7 +240,7 @@ class Expenses {
|
|
|
240
240
|
retrieve(id, request = {}, requestOptions) {
|
|
241
241
|
var _a, _b;
|
|
242
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
|
-
const { expand, includeRemoteData, includeRemoteFields } = request;
|
|
243
|
+
const { expand, includeRemoteData, includeRemoteFields, includeShellData } = request;
|
|
244
244
|
const _queryParams = {};
|
|
245
245
|
if (expand != null) {
|
|
246
246
|
_queryParams["expand"] = expand;
|
|
@@ -251,12 +251,15 @@ class Expenses {
|
|
|
251
251
|
if (includeRemoteFields != null) {
|
|
252
252
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
253
253
|
}
|
|
254
|
+
if (includeShellData != null) {
|
|
255
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
256
|
+
}
|
|
254
257
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
255
258
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/expenses/${encodeURIComponent(id)}`),
|
|
256
259
|
method: "GET",
|
|
257
260
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
258
261
|
? yield core.Supplier.get(this._options.accountToken)
|
|
259
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
262
|
+
: 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),
|
|
260
263
|
contentType: "application/json",
|
|
261
264
|
queryParameters: _queryParams,
|
|
262
265
|
requestType: "json",
|
|
@@ -331,7 +334,7 @@ class Expenses {
|
|
|
331
334
|
method: "GET",
|
|
332
335
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
333
336
|
? yield core.Supplier.get(this._options.accountToken)
|
|
334
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
337
|
+
: 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),
|
|
335
338
|
contentType: "application/json",
|
|
336
339
|
queryParameters: _queryParams,
|
|
337
340
|
requestType: "json",
|
|
@@ -385,7 +388,7 @@ class Expenses {
|
|
|
385
388
|
method: "GET",
|
|
386
389
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
387
390
|
? yield core.Supplier.get(this._options.accountToken)
|
|
388
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
391
|
+
: 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),
|
|
389
392
|
contentType: "application/json",
|
|
390
393
|
requestType: "json",
|
|
391
394
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -459,7 +462,7 @@ class Expenses {
|
|
|
459
462
|
method: "GET",
|
|
460
463
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
461
464
|
? yield core.Supplier.get(this._options.accountToken)
|
|
462
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
465
|
+
: 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),
|
|
463
466
|
contentType: "application/json",
|
|
464
467
|
queryParameters: _queryParams,
|
|
465
468
|
requestType: "json",
|
|
@@ -19,4 +19,8 @@ export interface ExpensesRetrieveRequest {
|
|
|
19
19
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
20
20
|
*/
|
|
21
21
|
includeRemoteFields?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
24
|
+
*/
|
|
25
|
+
includeShellData?: boolean;
|
|
22
26
|
}
|
|
@@ -81,7 +81,7 @@ class FieldMapping {
|
|
|
81
81
|
method: "GET",
|
|
82
82
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
83
83
|
? yield core.Supplier.get(this._options.accountToken)
|
|
84
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
84
|
+
: 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),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
queryParameters: _queryParams,
|
|
87
87
|
requestType: "json",
|
|
@@ -148,7 +148,7 @@ class FieldMapping {
|
|
|
148
148
|
method: "POST",
|
|
149
149
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
150
150
|
? yield core.Supplier.get(this._options.accountToken)
|
|
151
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
151
|
+
: 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),
|
|
152
152
|
contentType: "application/json",
|
|
153
153
|
queryParameters: _queryParams,
|
|
154
154
|
requestType: "json",
|
|
@@ -206,7 +206,7 @@ class FieldMapping {
|
|
|
206
206
|
method: "DELETE",
|
|
207
207
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
208
208
|
? yield core.Supplier.get(this._options.accountToken)
|
|
209
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
209
|
+
: 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),
|
|
210
210
|
contentType: "application/json",
|
|
211
211
|
requestType: "json",
|
|
212
212
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -261,7 +261,7 @@ class FieldMapping {
|
|
|
261
261
|
method: "PATCH",
|
|
262
262
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
263
263
|
? yield core.Supplier.get(this._options.accountToken)
|
|
264
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
264
|
+
: 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),
|
|
265
265
|
contentType: "application/json",
|
|
266
266
|
requestType: "json",
|
|
267
267
|
body: serializers.accounting.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
|
|
@@ -326,7 +326,7 @@ class FieldMapping {
|
|
|
326
326
|
method: "GET",
|
|
327
327
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
328
328
|
? yield core.Supplier.get(this._options.accountToken)
|
|
329
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
329
|
+
: 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),
|
|
330
330
|
contentType: "application/json",
|
|
331
331
|
queryParameters: _queryParams,
|
|
332
332
|
requestType: "json",
|
|
@@ -380,7 +380,7 @@ class FieldMapping {
|
|
|
380
380
|
method: "GET",
|
|
381
381
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
382
382
|
? yield core.Supplier.get(this._options.accountToken)
|
|
383
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
383
|
+
: 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),
|
|
384
384
|
contentType: "application/json",
|
|
385
385
|
requestType: "json",
|
|
386
386
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -29,7 +29,7 @@ export declare class ForceResync {
|
|
|
29
29
|
protected readonly _options: ForceResync.Options;
|
|
30
30
|
constructor(_options: ForceResync.Options);
|
|
31
31
|
/**
|
|
32
|
-
* Force re-sync of all models. This
|
|
32
|
+
* Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers.
|
|
33
33
|
*
|
|
34
34
|
* @param {ForceResync.RequestOptions} requestOptions - Request-specific configuration.
|
|
35
35
|
*
|
|
@@ -49,7 +49,7 @@ class ForceResync {
|
|
|
49
49
|
this._options = _options;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* Force re-sync of all models. This
|
|
52
|
+
* Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers.
|
|
53
53
|
*
|
|
54
54
|
* @param {ForceResync.RequestOptions} requestOptions - Request-specific configuration.
|
|
55
55
|
*
|
|
@@ -64,7 +64,7 @@ class ForceResync {
|
|
|
64
64
|
method: "POST",
|
|
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,
|
|
@@ -109,7 +109,7 @@ class GeneralLedgerTransactions {
|
|
|
109
109
|
method: "GET",
|
|
110
110
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
111
111
|
? yield core.Supplier.get(this._options.accountToken)
|
|
112
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
112
|
+
: 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),
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
115
115
|
requestType: "json",
|
|
@@ -160,7 +160,7 @@ class GeneralLedgerTransactions {
|
|
|
160
160
|
retrieve(id, request = {}, requestOptions) {
|
|
161
161
|
var _a, _b;
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
163
|
-
const { expand, includeRemoteData } = request;
|
|
163
|
+
const { expand, includeRemoteData, includeShellData } = request;
|
|
164
164
|
const _queryParams = {};
|
|
165
165
|
if (expand != null) {
|
|
166
166
|
_queryParams["expand"] = expand;
|
|
@@ -168,12 +168,15 @@ class GeneralLedgerTransactions {
|
|
|
168
168
|
if (includeRemoteData != null) {
|
|
169
169
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
170
170
|
}
|
|
171
|
+
if (includeShellData != null) {
|
|
172
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
173
|
+
}
|
|
171
174
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
172
175
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/general-ledger-transactions/${encodeURIComponent(id)}`),
|
|
173
176
|
method: "GET",
|
|
174
177
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
175
178
|
? yield core.Supplier.get(this._options.accountToken)
|
|
176
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
179
|
+
: 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),
|
|
177
180
|
contentType: "application/json",
|
|
178
181
|
queryParameters: _queryParams,
|
|
179
182
|
requestType: "json",
|