@mergeapi/merge-node-client 0.1.4 → 0.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 +9 -9
- package/README.md +0 -7
- 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/accounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +11 -5
- package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- 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/payments/client/Client.js +4 -4
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/selectiveSync/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 +2 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/CreditNote.d.ts +2 -2
- package/api/resources/accounting/types/CreditNoteApplyLine.d.ts +21 -0
- package/api/resources/accounting/types/CreditNoteApplyLine.js +5 -0
- package/api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteApplyLineInvoice.js +5 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +9 -1
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +9 -1
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
- package/api/resources/accounting/types/Expense.d.ts +4 -0
- package/api/resources/accounting/types/ExpenseLine.d.ts +311 -0
- package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +315 -0
- package/api/resources/accounting/types/ExpenseLineCurrency.js +5 -0
- package/api/resources/accounting/types/ExpenseLineRequest.d.ts +311 -0
- package/api/resources/accounting/types/ExpenseRequest.d.ts +4 -0
- package/api/resources/accounting/types/Invoice.d.ts +11 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +11 -0
- package/api/resources/accounting/types/InvoiceRequestStatus.d.ts +15 -0
- package/api/resources/accounting/types/InvoiceRequestStatus.js +5 -0
- package/api/resources/accounting/types/InvoiceStatusEnum.d.ts +20 -0
- package/api/resources/accounting/types/InvoiceStatusEnum.js +14 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
- package/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +311 -0
- package/api/resources/accounting/types/JournalLineCurrency.d.ts +315 -0
- package/api/resources/accounting/types/JournalLineCurrency.js +5 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +311 -0
- package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +315 -0
- package/api/resources/accounting/types/JournalLineRequestCurrency.js +5 -0
- package/api/resources/accounting/types/Payment.d.ts +1 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +26 -0
- package/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +5 -0
- package/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +25 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
- package/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +16 -0
- package/api/resources/accounting/types/RelatedObjectTypeEnum.js +12 -0
- package/api/resources/accounting/types/VendorCredit.d.ts +1 -0
- package/api/resources/accounting/types/VendorCreditApplyLine.d.ts +21 -0
- package/api/resources/accounting/types/VendorCreditApplyLine.js +5 -0
- package/api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +5 -0
- package/api/resources/accounting/types/VendorCreditApplyLineInvoice.js +5 -0
- package/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
- package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/index.d.ts +16 -0
- package/api/resources/accounting/types/index.js +16 -0
- 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 +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobs/client/Client.js +2 -2
- 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 +2 -2
- package/api/resources/ats/resources/offices/client/Client.js +2 -2
- 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 +2 -2
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- 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 +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- 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 +7 -7
- package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- 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/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +15 -9
- package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +3 -3
- package/api/resources/crm/resources/customObjects/client/Client.js +6 -6
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- 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 +12 -6
- package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +8 -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 +5 -5
- package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- 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/selectiveSync/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/AccountRequest.d.ts +2 -0
- package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -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/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 +2 -2
- package/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- 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/selectiveSync/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -2
- package/api/resources/filestorage/resources/users/client/Client.js +3 -3
- package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/types/FilePermissions.d.ts +8 -0
- package/api/resources/filestorage/types/FilePermissions.js +5 -0
- package/api/resources/filestorage/types/FilePermissionsItem.d.ts +5 -0
- package/api/resources/filestorage/types/FilePermissionsItem.js +5 -0
- package/api/resources/filestorage/types/FileRequest.d.ts +2 -1
- package/api/resources/filestorage/types/FileRequestPermissions.d.ts +8 -0
- package/api/resources/filestorage/types/FileRequestPermissions.js +5 -0
- package/api/resources/filestorage/types/FileRequestPermissionsItem.d.ts +5 -0
- package/api/resources/filestorage/types/FileRequestPermissionsItem.js +5 -0
- package/api/resources/filestorage/types/File_.d.ts +2 -1
- package/api/resources/filestorage/types/Folder.d.ts +2 -1
- package/api/resources/filestorage/types/FolderPermissions.d.ts +8 -0
- package/api/resources/filestorage/types/FolderPermissions.js +5 -0
- package/api/resources/filestorage/types/FolderPermissionsItem.d.ts +5 -0
- package/api/resources/filestorage/types/FolderPermissionsItem.js +5 -0
- package/api/resources/filestorage/types/FolderRequest.d.ts +2 -1
- package/api/resources/filestorage/types/FolderRequestPermissions.d.ts +8 -0
- package/api/resources/filestorage/types/FolderRequestPermissions.js +5 -0
- package/api/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +5 -0
- package/api/resources/filestorage/types/FolderRequestPermissionsItem.js +5 -0
- package/api/resources/filestorage/types/Permission.d.ts +34 -0
- package/api/resources/filestorage/types/Permission.js +5 -0
- package/api/resources/filestorage/types/PermissionRequest.d.ts +33 -0
- package/api/resources/filestorage/types/PermissionRequest.js +5 -0
- package/api/resources/filestorage/types/RolesEnum.d.ts +14 -0
- package/api/resources/filestorage/types/RolesEnum.js +11 -0
- package/api/resources/filestorage/types/TypeEnum.d.ts +16 -0
- package/api/resources/filestorage/types/TypeEnum.js +12 -0
- package/api/resources/filestorage/types/index.d.ts +12 -0
- package/api/resources/filestorage/types/index.js +12 -0
- 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/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.js +15 -6
- package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +12 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- 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 +2 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/selectiveSync/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 +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/Employee.d.ts +2 -0
- package/api/resources/hris/types/EmployeeRequest.d.ts +2 -0
- 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 +2 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- 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 +3 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/selectiveSync/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 +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +9 -9
- 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/accounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +11 -5
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- 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/payments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/selectiveSync/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 +2 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -2
- package/dist/api/resources/accounting/types/CreditNoteApplyLine.d.ts +21 -0
- package/dist/api/resources/accounting/types/CreditNoteApplyLine.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.js +5 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +9 -1
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +9 -1
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
- package/dist/api/resources/accounting/types/Expense.d.ts +4 -0
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +311 -0
- package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/ExpenseLineCurrency.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +311 -0
- package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +4 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +11 -0
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +11 -0
- package/dist/api/resources/accounting/types/InvoiceRequestStatus.d.ts +15 -0
- package/dist/api/resources/accounting/types/InvoiceRequestStatus.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceStatusEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/InvoiceStatusEnum.js +14 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +311 -0
- package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/JournalLineCurrency.js +5 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +311 -0
- package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/JournalLineRequestCurrency.js +5 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +26 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +25 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +16 -0
- package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.js +12 -0
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +1 -0
- package/dist/api/resources/accounting/types/VendorCreditApplyLine.d.ts +21 -0
- package/dist/api/resources/accounting/types/VendorCreditApplyLine.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +5 -0
- package/dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/index.d.ts +16 -0
- package/dist/api/resources/accounting/types/index.js +16 -0
- 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 +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.js +2 -2
- 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 +2 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
- 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 +2 -2
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- 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 +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- 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 +7 -7
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- 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/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +15 -9
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +6 -6
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- 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 +12 -6
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +8 -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 +5 -5
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- 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/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/AccountRequest.d.ts +2 -0
- package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -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/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 +2 -2
- package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- 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/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/users/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/types/FilePermissions.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FilePermissions.js +5 -0
- package/dist/api/resources/filestorage/types/FilePermissionsItem.d.ts +5 -0
- package/dist/api/resources/filestorage/types/FilePermissionsItem.js +5 -0
- package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -1
- package/dist/api/resources/filestorage/types/FileRequestPermissions.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileRequestPermissions.js +5 -0
- package/dist/api/resources/filestorage/types/FileRequestPermissionsItem.d.ts +5 -0
- package/dist/api/resources/filestorage/types/FileRequestPermissionsItem.js +5 -0
- package/dist/api/resources/filestorage/types/File_.d.ts +2 -1
- package/dist/api/resources/filestorage/types/Folder.d.ts +2 -1
- package/dist/api/resources/filestorage/types/FolderPermissions.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderPermissions.js +5 -0
- package/dist/api/resources/filestorage/types/FolderPermissionsItem.d.ts +5 -0
- package/dist/api/resources/filestorage/types/FolderPermissionsItem.js +5 -0
- package/dist/api/resources/filestorage/types/FolderRequest.d.ts +2 -1
- package/dist/api/resources/filestorage/types/FolderRequestPermissions.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderRequestPermissions.js +5 -0
- package/dist/api/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +5 -0
- package/dist/api/resources/filestorage/types/FolderRequestPermissionsItem.js +5 -0
- package/dist/api/resources/filestorage/types/Permission.d.ts +34 -0
- package/dist/api/resources/filestorage/types/Permission.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +33 -0
- package/dist/api/resources/filestorage/types/PermissionRequest.js +5 -0
- package/dist/api/resources/filestorage/types/RolesEnum.d.ts +14 -0
- package/dist/api/resources/filestorage/types/RolesEnum.js +11 -0
- package/dist/api/resources/filestorage/types/TypeEnum.d.ts +16 -0
- package/dist/api/resources/filestorage/types/TypeEnum.js +12 -0
- package/dist/api/resources/filestorage/types/index.d.ts +12 -0
- package/dist/api/resources/filestorage/types/index.js +12 -0
- 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/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +15 -6
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +12 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- 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 +2 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/selectiveSync/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 +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/Employee.d.ts +2 -0
- package/dist/api/resources/hris/types/EmployeeRequest.d.ts +2 -0
- 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 +2 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- 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 +3 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/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 +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNote.js +3 -0
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLine.js +47 -0
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
- package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Expense.js +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.js +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.js +43 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +1 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequestStatus.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoiceStatusEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceStatusEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalEntryRequest.js +6 -0
- package/dist/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineCurrency.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalLineCurrency.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.js +43 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Payment.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +50 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +50 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +1 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +5 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/RelatedObjectTypeEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/VendorCredit.js +3 -0
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLine.js +47 -0
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.js +43 -0
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +16 -0
- package/dist/serialization/resources/accounting/types/index.js +16 -0
- package/dist/serialization/resources/crm/types/AccountRequest.d.ts +2 -0
- package/dist/serialization/resources/crm/types/AccountRequest.js +6 -0
- package/dist/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/dist/serialization/resources/filestorage/types/FilePermissions.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FilePermissions.js +44 -0
- package/dist/serialization/resources/filestorage/types/FilePermissionsItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FilePermissionsItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/FileRequest.js +12 -1
- package/dist/serialization/resources/filestorage/types/FileRequestPermissions.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileRequestPermissions.js +44 -0
- package/dist/serialization/resources/filestorage/types/FileRequestPermissionsItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileRequestPermissionsItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/File_.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/File_.js +12 -1
- package/dist/serialization/resources/filestorage/types/Folder.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/Folder.js +12 -1
- package/dist/serialization/resources/filestorage/types/FolderPermissions.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderPermissions.js +44 -0
- package/dist/serialization/resources/filestorage/types/FolderPermissionsItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderPermissionsItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderRequest.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/FolderRequest.js +12 -1
- package/dist/serialization/resources/filestorage/types/FolderRequestPermissions.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestPermissions.js +44 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestPermissionsItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/Permission.d.ts +18 -0
- package/dist/serialization/resources/filestorage/types/Permission.js +50 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequest.d.ts +18 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequest.js +50 -0
- package/dist/serialization/resources/filestorage/types/RolesEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/RolesEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/TypeEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/TypeEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +12 -0
- package/dist/serialization/resources/filestorage/types/index.js +12 -0
- package/dist/serialization/resources/hris/types/Employee.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Employee.js +1 -0
- package/dist/serialization/resources/hris/types/EmployeeRequest.d.ts +1 -0
- package/dist/serialization/resources/hris/types/EmployeeRequest.js +1 -0
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/serialization/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldRequest.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNote.js +3 -0
- package/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +15 -0
- package/serialization/resources/accounting/types/CreditNoteApplyLine.js +47 -0
- package/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.js +43 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
- package/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/serialization/resources/accounting/types/Expense.js +2 -0
- package/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
- package/serialization/resources/accounting/types/ExpenseLine.js +1 -0
- package/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseLineCurrency.js +43 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.js +1 -0
- package/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseRequest.js +2 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/serialization/resources/accounting/types/Invoice.js +1 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/InvoiceRequest.js +1 -0
- package/serialization/resources/accounting/types/InvoiceRequestStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceRequestStatus.js +43 -0
- package/serialization/resources/accounting/types/InvoiceStatusEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceStatusEnum.js +31 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalEntry.js +1 -0
- package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalEntryRequest.js +6 -0
- package/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +43 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/serialization/resources/accounting/types/JournalLineCurrency.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalLineCurrency.js +43 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +3 -0
- package/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalLineRequestCurrency.js +43 -0
- package/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/serialization/resources/accounting/types/Payment.js +3 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +18 -0
- package/serialization/resources/accounting/types/PaymentLineItem.js +50 -0
- package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +50 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +43 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +1 -0
- package/serialization/resources/accounting/types/PurchaseOrder.js +1 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +5 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +43 -0
- package/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/RelatedObjectTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
- package/serialization/resources/accounting/types/VendorCredit.js +3 -0
- package/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +15 -0
- package/serialization/resources/accounting/types/VendorCreditApplyLine.js +47 -0
- package/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +10 -0
- package/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.js +43 -0
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/index.d.ts +16 -0
- package/serialization/resources/accounting/types/index.js +16 -0
- package/serialization/resources/crm/types/AccountRequest.d.ts +2 -0
- package/serialization/resources/crm/types/AccountRequest.js +6 -0
- package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/serialization/resources/filestorage/types/FilePermissions.d.ts +10 -0
- package/serialization/resources/filestorage/types/FilePermissions.js +44 -0
- package/serialization/resources/filestorage/types/FilePermissionsItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/FilePermissionsItem.js +43 -0
- package/serialization/resources/filestorage/types/FileRequest.d.ts +1 -1
- package/serialization/resources/filestorage/types/FileRequest.js +12 -1
- package/serialization/resources/filestorage/types/FileRequestPermissions.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileRequestPermissions.js +44 -0
- package/serialization/resources/filestorage/types/FileRequestPermissionsItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileRequestPermissionsItem.js +43 -0
- package/serialization/resources/filestorage/types/File_.d.ts +1 -1
- package/serialization/resources/filestorage/types/File_.js +12 -1
- package/serialization/resources/filestorage/types/Folder.d.ts +1 -1
- package/serialization/resources/filestorage/types/Folder.js +12 -1
- package/serialization/resources/filestorage/types/FolderPermissions.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderPermissions.js +44 -0
- package/serialization/resources/filestorage/types/FolderPermissionsItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderPermissionsItem.js +43 -0
- package/serialization/resources/filestorage/types/FolderRequest.d.ts +1 -1
- package/serialization/resources/filestorage/types/FolderRequest.js +12 -1
- package/serialization/resources/filestorage/types/FolderRequestPermissions.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderRequestPermissions.js +44 -0
- package/serialization/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderRequestPermissionsItem.js +43 -0
- package/serialization/resources/filestorage/types/Permission.d.ts +18 -0
- package/serialization/resources/filestorage/types/Permission.js +50 -0
- package/serialization/resources/filestorage/types/PermissionRequest.d.ts +18 -0
- package/serialization/resources/filestorage/types/PermissionRequest.js +50 -0
- package/serialization/resources/filestorage/types/RolesEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/RolesEnum.js +31 -0
- package/serialization/resources/filestorage/types/TypeEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/TypeEnum.js +31 -0
- package/serialization/resources/filestorage/types/index.d.ts +12 -0
- package/serialization/resources/filestorage/types/index.js +12 -0
- package/serialization/resources/hris/types/Employee.d.ts +1 -0
- package/serialization/resources/hris/types/Employee.js +1 -0
- package/serialization/resources/hris/types/EmployeeRequest.d.ts +1 -0
- package/serialization/resources/hris/types/EmployeeRequest.js +1 -0
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/serialization/resources/ticketing/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldRequest.js +1 -1
package/Client.d.ts
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as environments from "./environments";
|
|
5
5
|
import * as core from "./core";
|
|
6
|
+
import { Filestorage } from "./api/resources/filestorage/client/Client";
|
|
6
7
|
import { Ats } from "./api/resources/ats/client/Client";
|
|
7
8
|
import { Crm } from "./api/resources/crm/client/Client";
|
|
8
|
-
import { Filestorage } from "./api/resources/filestorage/client/Client";
|
|
9
9
|
import { Hris } from "./api/resources/hris/client/Client";
|
|
10
10
|
import { Ticketing } from "./api/resources/ticketing/client/Client";
|
|
11
11
|
import { Accounting } from "./api/resources/accounting/client/Client";
|
|
@@ -22,12 +22,12 @@ export declare namespace MergeClient {
|
|
|
22
22
|
export declare class MergeClient {
|
|
23
23
|
protected readonly _options: MergeClient.Options;
|
|
24
24
|
constructor(_options: MergeClient.Options);
|
|
25
|
+
protected _filestorage: Filestorage | undefined;
|
|
26
|
+
get filestorage(): Filestorage;
|
|
25
27
|
protected _ats: Ats | undefined;
|
|
26
28
|
get ats(): Ats;
|
|
27
29
|
protected _crm: Crm | undefined;
|
|
28
30
|
get crm(): Crm;
|
|
29
|
-
protected _filestorage: Filestorage | undefined;
|
|
30
|
-
get filestorage(): Filestorage;
|
|
31
31
|
protected _hris: Hris | undefined;
|
|
32
32
|
get hris(): Hris;
|
|
33
33
|
protected _ticketing: Ticketing | undefined;
|
package/Client.js
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.MergeClient = void 0;
|
|
7
|
-
const Client_1 = require("./api/resources/
|
|
8
|
-
const Client_2 = require("./api/resources/
|
|
9
|
-
const Client_3 = require("./api/resources/
|
|
7
|
+
const Client_1 = require("./api/resources/filestorage/client/Client");
|
|
8
|
+
const Client_2 = require("./api/resources/ats/client/Client");
|
|
9
|
+
const Client_3 = require("./api/resources/crm/client/Client");
|
|
10
10
|
const Client_4 = require("./api/resources/hris/client/Client");
|
|
11
11
|
const Client_5 = require("./api/resources/ticketing/client/Client");
|
|
12
12
|
const Client_6 = require("./api/resources/accounting/client/Client");
|
|
@@ -14,17 +14,17 @@ class MergeClient {
|
|
|
14
14
|
constructor(_options) {
|
|
15
15
|
this._options = _options;
|
|
16
16
|
}
|
|
17
|
-
get
|
|
17
|
+
get filestorage() {
|
|
18
18
|
var _a;
|
|
19
|
-
return ((_a = this.
|
|
19
|
+
return ((_a = this._filestorage) !== null && _a !== void 0 ? _a : (this._filestorage = new Client_1.Filestorage(this._options)));
|
|
20
20
|
}
|
|
21
|
-
get
|
|
21
|
+
get ats() {
|
|
22
22
|
var _a;
|
|
23
|
-
return ((_a = this.
|
|
23
|
+
return ((_a = this._ats) !== null && _a !== void 0 ? _a : (this._ats = new Client_2.Ats(this._options)));
|
|
24
24
|
}
|
|
25
|
-
get
|
|
25
|
+
get crm() {
|
|
26
26
|
var _a;
|
|
27
|
-
return ((_a = this.
|
|
27
|
+
return ((_a = this._crm) !== null && _a !== void 0 ? _a : (this._crm = new Client_3.Crm(this._options)));
|
|
28
28
|
}
|
|
29
29
|
get hris() {
|
|
30
30
|
var _a;
|
package/README.md
CHANGED
|
@@ -214,13 +214,6 @@ while (response.next != null) {
|
|
|
214
214
|
})
|
|
215
215
|
}
|
|
216
216
|
```
|
|
217
|
-
|
|
218
|
-
## Beta status
|
|
219
|
-
|
|
220
|
-
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we
|
|
221
|
-
recommend pinning the package version to a specific version in your package.json file. This way, you can install the same
|
|
222
|
-
version each time without breaking changes unless you are intentionally looking for the latest version.
|
|
223
|
-
|
|
224
217
|
## Contributing
|
|
225
218
|
|
|
226
219
|
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly
|
|
@@ -64,7 +64,7 @@ class AccountDetails {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class AccountToken {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -117,7 +117,7 @@ class Accounts {
|
|
|
117
117
|
: undefined,
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "0.1.
|
|
120
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
@@ -176,7 +176,7 @@ class Accounts {
|
|
|
176
176
|
: undefined,
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "0.1.
|
|
179
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
@@ -244,7 +244,7 @@ class Accounts {
|
|
|
244
244
|
: undefined,
|
|
245
245
|
"X-Fern-Language": "JavaScript",
|
|
246
246
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
247
|
-
"X-Fern-SDK-Version": "0.1.
|
|
247
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
248
248
|
},
|
|
249
249
|
contentType: "application/json",
|
|
250
250
|
queryParameters: _queryParams,
|
|
@@ -295,7 +295,7 @@ class Accounts {
|
|
|
295
295
|
: undefined,
|
|
296
296
|
"X-Fern-Language": "JavaScript",
|
|
297
297
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
298
|
-
"X-Fern-SDK-Version": "0.1.
|
|
298
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
299
299
|
},
|
|
300
300
|
contentType: "application/json",
|
|
301
301
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -76,7 +76,7 @@ class Addresses {
|
|
|
76
76
|
: undefined,
|
|
77
77
|
"X-Fern-Language": "JavaScript",
|
|
78
78
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
79
|
-
"X-Fern-SDK-Version": "0.1.
|
|
79
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
80
80
|
},
|
|
81
81
|
contentType: "application/json",
|
|
82
82
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class AsyncPassthrough {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.accounting.DataPassthroughRequest.jsonOrThrow(request, {
|
|
@@ -117,7 +117,7 @@ class AsyncPassthrough {
|
|
|
117
117
|
: undefined,
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "0.1.
|
|
120
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -108,7 +108,7 @@ class Attachments {
|
|
|
108
108
|
: undefined,
|
|
109
109
|
"X-Fern-Language": "JavaScript",
|
|
110
110
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
111
|
-
"X-Fern-SDK-Version": "0.1.
|
|
111
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
112
112
|
},
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
@@ -167,7 +167,7 @@ class Attachments {
|
|
|
167
167
|
: undefined,
|
|
168
168
|
"X-Fern-Language": "JavaScript",
|
|
169
169
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
170
|
-
"X-Fern-SDK-Version": "0.1.
|
|
170
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
171
171
|
},
|
|
172
172
|
contentType: "application/json",
|
|
173
173
|
queryParameters: _queryParams,
|
|
@@ -226,7 +226,7 @@ class Attachments {
|
|
|
226
226
|
: undefined,
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
229
|
-
"X-Fern-SDK-Version": "0.1.
|
|
229
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
230
230
|
},
|
|
231
231
|
contentType: "application/json",
|
|
232
232
|
queryParameters: _queryParams,
|
|
@@ -277,7 +277,7 @@ class Attachments {
|
|
|
277
277
|
: undefined,
|
|
278
278
|
"X-Fern-Language": "JavaScript",
|
|
279
279
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
280
|
-
"X-Fern-SDK-Version": "0.1.
|
|
280
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
281
281
|
},
|
|
282
282
|
contentType: "application/json",
|
|
283
283
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class AvailableActions {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -100,7 +100,7 @@ class BalanceSheets {
|
|
|
100
100
|
: undefined,
|
|
101
101
|
"X-Fern-Language": "JavaScript",
|
|
102
102
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
103
|
-
"X-Fern-SDK-Version": "0.1.
|
|
103
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
104
104
|
},
|
|
105
105
|
contentType: "application/json",
|
|
106
106
|
queryParameters: _queryParams,
|
|
@@ -159,7 +159,7 @@ class BalanceSheets {
|
|
|
159
159
|
: undefined,
|
|
160
160
|
"X-Fern-Language": "JavaScript",
|
|
161
161
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
162
|
-
"X-Fern-SDK-Version": "0.1.
|
|
162
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
163
163
|
},
|
|
164
164
|
contentType: "application/json",
|
|
165
165
|
queryParameters: _queryParams,
|
|
@@ -100,7 +100,7 @@ class CashFlowStatements {
|
|
|
100
100
|
: undefined,
|
|
101
101
|
"X-Fern-Language": "JavaScript",
|
|
102
102
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
103
|
-
"X-Fern-SDK-Version": "0.1.
|
|
103
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
104
104
|
},
|
|
105
105
|
contentType: "application/json",
|
|
106
106
|
queryParameters: _queryParams,
|
|
@@ -159,7 +159,7 @@ class CashFlowStatements {
|
|
|
159
159
|
: undefined,
|
|
160
160
|
"X-Fern-Language": "JavaScript",
|
|
161
161
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
162
|
-
"X-Fern-SDK-Version": "0.1.
|
|
162
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
163
163
|
},
|
|
164
164
|
contentType: "application/json",
|
|
165
165
|
queryParameters: _queryParams,
|
|
@@ -97,7 +97,7 @@ class CompanyInfo {
|
|
|
97
97
|
: undefined,
|
|
98
98
|
"X-Fern-Language": "JavaScript",
|
|
99
99
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
100
|
-
"X-Fern-SDK-Version": "0.1.
|
|
100
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
101
101
|
},
|
|
102
102
|
contentType: "application/json",
|
|
103
103
|
queryParameters: _queryParams,
|
|
@@ -156,7 +156,7 @@ class CompanyInfo {
|
|
|
156
156
|
: undefined,
|
|
157
157
|
"X-Fern-Language": "JavaScript",
|
|
158
158
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
159
|
-
"X-Fern-SDK-Version": "0.1.
|
|
159
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
160
160
|
},
|
|
161
161
|
contentType: "application/json",
|
|
162
162
|
queryParameters: _queryParams,
|
|
@@ -66,7 +66,7 @@ class Contacts {
|
|
|
66
66
|
list(request = {}, requestOptions) {
|
|
67
67
|
var _a;
|
|
68
68
|
return __awaiter(this, void 0, void 0, function* () {
|
|
69
|
-
const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, } = request;
|
|
69
|
+
const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, isCustomer, isSupplier, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, } = request;
|
|
70
70
|
const _queryParams = new url_search_params_1.default();
|
|
71
71
|
if (companyId != null) {
|
|
72
72
|
_queryParams.append("company_id", companyId);
|
|
@@ -89,6 +89,12 @@ class Contacts {
|
|
|
89
89
|
if (includeRemoteData != null) {
|
|
90
90
|
_queryParams.append("include_remote_data", includeRemoteData.toString());
|
|
91
91
|
}
|
|
92
|
+
if (isCustomer != null) {
|
|
93
|
+
_queryParams.append("is_customer", isCustomer);
|
|
94
|
+
}
|
|
95
|
+
if (isSupplier != null) {
|
|
96
|
+
_queryParams.append("is_supplier", isSupplier);
|
|
97
|
+
}
|
|
92
98
|
if (modifiedAfter != null) {
|
|
93
99
|
_queryParams.append("modified_after", modifiedAfter.toISOString());
|
|
94
100
|
}
|
|
@@ -117,7 +123,7 @@ class Contacts {
|
|
|
117
123
|
: undefined,
|
|
118
124
|
"X-Fern-Language": "JavaScript",
|
|
119
125
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "0.1.
|
|
126
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
121
127
|
},
|
|
122
128
|
contentType: "application/json",
|
|
123
129
|
queryParameters: _queryParams,
|
|
@@ -176,7 +182,7 @@ class Contacts {
|
|
|
176
182
|
: undefined,
|
|
177
183
|
"X-Fern-Language": "JavaScript",
|
|
178
184
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "0.1.
|
|
185
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
180
186
|
},
|
|
181
187
|
contentType: "application/json",
|
|
182
188
|
queryParameters: _queryParams,
|
|
@@ -244,7 +250,7 @@ class Contacts {
|
|
|
244
250
|
: undefined,
|
|
245
251
|
"X-Fern-Language": "JavaScript",
|
|
246
252
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
247
|
-
"X-Fern-SDK-Version": "0.1.
|
|
253
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
248
254
|
},
|
|
249
255
|
contentType: "application/json",
|
|
250
256
|
queryParameters: _queryParams,
|
|
@@ -295,7 +301,7 @@ class Contacts {
|
|
|
295
301
|
: undefined,
|
|
296
302
|
"X-Fern-Language": "JavaScript",
|
|
297
303
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
298
|
-
"X-Fern-SDK-Version": "0.1.
|
|
304
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
299
305
|
},
|
|
300
306
|
contentType: "application/json",
|
|
301
307
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts
CHANGED
|
@@ -31,6 +31,14 @@ export interface ContactsListRequest {
|
|
|
31
31
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
32
32
|
*/
|
|
33
33
|
includeRemoteData?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* If provided, will only return Contacts that are denoted as customers.
|
|
36
|
+
*/
|
|
37
|
+
isCustomer?: string;
|
|
38
|
+
/**
|
|
39
|
+
* If provided, will only return Contacts that are denoted as suppliers.
|
|
40
|
+
*/
|
|
41
|
+
isSupplier?: string;
|
|
34
42
|
/**
|
|
35
43
|
* If provided, only objects synced by Merge after this date time will be returned.
|
|
36
44
|
*/
|
|
@@ -112,7 +112,7 @@ class CreditNotes {
|
|
|
112
112
|
: undefined,
|
|
113
113
|
"X-Fern-Language": "JavaScript",
|
|
114
114
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
115
|
-
"X-Fern-SDK-Version": "0.1.
|
|
115
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
116
116
|
},
|
|
117
117
|
contentType: "application/json",
|
|
118
118
|
queryParameters: _queryParams,
|
|
@@ -177,7 +177,7 @@ class CreditNotes {
|
|
|
177
177
|
: undefined,
|
|
178
178
|
"X-Fern-Language": "JavaScript",
|
|
179
179
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
180
|
-
"X-Fern-SDK-Version": "0.1.
|
|
180
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
181
181
|
},
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
queryParameters: _queryParams,
|
|
@@ -63,7 +63,7 @@ class DeleteAccount {
|
|
|
63
63
|
: undefined,
|
|
64
64
|
"X-Fern-Language": "JavaScript",
|
|
65
65
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
66
|
-
"X-Fern-SDK-Version": "0.1.
|
|
66
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
67
67
|
},
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -117,7 +117,7 @@ class Expenses {
|
|
|
117
117
|
: undefined,
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "0.1.
|
|
120
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
@@ -176,7 +176,7 @@ class Expenses {
|
|
|
176
176
|
: undefined,
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "0.1.
|
|
179
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
@@ -238,7 +238,7 @@ class Expenses {
|
|
|
238
238
|
: undefined,
|
|
239
239
|
"X-Fern-Language": "JavaScript",
|
|
240
240
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
241
|
-
"X-Fern-SDK-Version": "0.1.
|
|
241
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
242
242
|
},
|
|
243
243
|
contentType: "application/json",
|
|
244
244
|
queryParameters: _queryParams,
|
|
@@ -289,7 +289,7 @@ class Expenses {
|
|
|
289
289
|
: undefined,
|
|
290
290
|
"X-Fern-Language": "JavaScript",
|
|
291
291
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
292
|
-
"X-Fern-SDK-Version": "0.1.
|
|
292
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
293
293
|
},
|
|
294
294
|
contentType: "application/json",
|
|
295
295
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class ForceResync {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class GenerateKey {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.accounting.GenerateRemoteKeyRequest.jsonOrThrow(request, {
|
|
@@ -100,7 +100,7 @@ class IncomeStatements {
|
|
|
100
100
|
: undefined,
|
|
101
101
|
"X-Fern-Language": "JavaScript",
|
|
102
102
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
103
|
-
"X-Fern-SDK-Version": "0.1.
|
|
103
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
104
104
|
},
|
|
105
105
|
contentType: "application/json",
|
|
106
106
|
queryParameters: _queryParams,
|
|
@@ -159,7 +159,7 @@ class IncomeStatements {
|
|
|
159
159
|
: undefined,
|
|
160
160
|
"X-Fern-Language": "JavaScript",
|
|
161
161
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
162
|
-
"X-Fern-SDK-Version": "0.1.
|
|
162
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
163
163
|
},
|
|
164
164
|
contentType: "application/json",
|
|
165
165
|
queryParameters: _queryParams,
|
|
@@ -129,7 +129,7 @@ class Invoices {
|
|
|
129
129
|
: undefined,
|
|
130
130
|
"X-Fern-Language": "JavaScript",
|
|
131
131
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
132
|
-
"X-Fern-SDK-Version": "0.1.
|
|
132
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
133
133
|
},
|
|
134
134
|
contentType: "application/json",
|
|
135
135
|
queryParameters: _queryParams,
|
|
@@ -188,7 +188,7 @@ class Invoices {
|
|
|
188
188
|
: undefined,
|
|
189
189
|
"X-Fern-Language": "JavaScript",
|
|
190
190
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
191
|
-
"X-Fern-SDK-Version": "0.1.
|
|
191
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
192
192
|
},
|
|
193
193
|
contentType: "application/json",
|
|
194
194
|
queryParameters: _queryParams,
|
|
@@ -256,7 +256,7 @@ class Invoices {
|
|
|
256
256
|
: undefined,
|
|
257
257
|
"X-Fern-Language": "JavaScript",
|
|
258
258
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
259
|
-
"X-Fern-SDK-Version": "0.1.
|
|
259
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
260
260
|
},
|
|
261
261
|
contentType: "application/json",
|
|
262
262
|
queryParameters: _queryParams,
|
|
@@ -307,7 +307,7 @@ class Invoices {
|
|
|
307
307
|
: undefined,
|
|
308
308
|
"X-Fern-Language": "JavaScript",
|
|
309
309
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
310
|
-
"X-Fern-SDK-Version": "0.1.
|
|
310
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
311
311
|
},
|
|
312
312
|
contentType: "application/json",
|
|
313
313
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -106,7 +106,7 @@ class Issues {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "0.1.
|
|
109
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -157,7 +157,7 @@ class Issues {
|
|
|
157
157
|
: undefined,
|
|
158
158
|
"X-Fern-Language": "JavaScript",
|
|
159
159
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
160
|
-
"X-Fern-SDK-Version": "0.1.
|
|
160
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
161
161
|
},
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -106,7 +106,7 @@ class Items {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "0.1.
|
|
109
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -171,7 +171,7 @@ class Items {
|
|
|
171
171
|
: undefined,
|
|
172
172
|
"X-Fern-Language": "JavaScript",
|
|
173
173
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
174
|
-
"X-Fern-SDK-Version": "0.1.
|
|
174
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
175
175
|
},
|
|
176
176
|
contentType: "application/json",
|
|
177
177
|
queryParameters: _queryParams,
|
|
@@ -117,7 +117,7 @@ class JournalEntries {
|
|
|
117
117
|
: undefined,
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "0.1.
|
|
120
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
@@ -176,7 +176,7 @@ class JournalEntries {
|
|
|
176
176
|
: undefined,
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "0.1.
|
|
179
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
@@ -238,7 +238,7 @@ class JournalEntries {
|
|
|
238
238
|
: undefined,
|
|
239
239
|
"X-Fern-Language": "JavaScript",
|
|
240
240
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
241
|
-
"X-Fern-SDK-Version": "0.1.
|
|
241
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
242
242
|
},
|
|
243
243
|
contentType: "application/json",
|
|
244
244
|
queryParameters: _queryParams,
|
|
@@ -289,7 +289,7 @@ class JournalEntries {
|
|
|
289
289
|
: undefined,
|
|
290
290
|
"X-Fern-Language": "JavaScript",
|
|
291
291
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
292
|
-
"X-Fern-SDK-Version": "0.1.
|
|
292
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
293
293
|
},
|
|
294
294
|
contentType: "application/json",
|
|
295
295
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class LinkToken {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.accounting.EndUserDetailsRequest.jsonOrThrow(request, {
|
|
@@ -106,7 +106,7 @@ class LinkedAccounts {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "0.1.
|
|
109
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class Passthrough {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.accounting.DataPassthroughRequest.jsonOrThrow(request, {
|
|
@@ -123,7 +123,7 @@ class Payments {
|
|
|
123
123
|
: undefined,
|
|
124
124
|
"X-Fern-Language": "JavaScript",
|
|
125
125
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
126
|
-
"X-Fern-SDK-Version": "0.1.
|
|
126
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
127
127
|
},
|
|
128
128
|
contentType: "application/json",
|
|
129
129
|
queryParameters: _queryParams,
|
|
@@ -182,7 +182,7 @@ class Payments {
|
|
|
182
182
|
: undefined,
|
|
183
183
|
"X-Fern-Language": "JavaScript",
|
|
184
184
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
185
|
-
"X-Fern-SDK-Version": "0.1.
|
|
185
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
186
186
|
},
|
|
187
187
|
contentType: "application/json",
|
|
188
188
|
queryParameters: _queryParams,
|
|
@@ -244,7 +244,7 @@ class Payments {
|
|
|
244
244
|
: undefined,
|
|
245
245
|
"X-Fern-Language": "JavaScript",
|
|
246
246
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
247
|
-
"X-Fern-SDK-Version": "0.1.
|
|
247
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
248
248
|
},
|
|
249
249
|
contentType: "application/json",
|
|
250
250
|
queryParameters: _queryParams,
|
|
@@ -295,7 +295,7 @@ class Payments {
|
|
|
295
295
|
: undefined,
|
|
296
296
|
"X-Fern-Language": "JavaScript",
|
|
297
297
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
298
|
-
"X-Fern-SDK-Version": "0.1.
|
|
298
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
299
299
|
},
|
|
300
300
|
contentType: "application/json",
|
|
301
301
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|