@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
|
@@ -65,7 +65,7 @@ class SelectiveSync {
|
|
|
65
65
|
: undefined,
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
68
|
-
"X-Fern-SDK-Version": "0.1.
|
|
68
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
69
69
|
},
|
|
70
70
|
contentType: "application/json",
|
|
71
71
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -115,7 +115,7 @@ class SelectiveSync {
|
|
|
115
115
|
: undefined,
|
|
116
116
|
"X-Fern-Language": "JavaScript",
|
|
117
117
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
118
|
-
"X-Fern-SDK-Version": "0.1.
|
|
118
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
119
119
|
},
|
|
120
120
|
contentType: "application/json",
|
|
121
121
|
body: yield serializers.filestorage.LinkedAccountSelectiveSyncConfigurationListRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -177,7 +177,7 @@ class SelectiveSync {
|
|
|
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,
|
|
@@ -18,7 +18,7 @@ export declare class SyncStatus {
|
|
|
18
18
|
protected readonly _options: SyncStatus.Options;
|
|
19
19
|
constructor(_options: SyncStatus.Options);
|
|
20
20
|
/**
|
|
21
|
-
* Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING
|
|
21
|
+
* Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
|
|
22
22
|
*/
|
|
23
23
|
list(request?: Merge.filestorage.SyncStatusListRequest, requestOptions?: SyncStatus.RequestOptions): Promise<Merge.filestorage.PaginatedSyncStatusList>;
|
|
24
24
|
protected _getAuthorizationHeader(): Promise<string>;
|
|
@@ -50,7 +50,7 @@ class SyncStatus {
|
|
|
50
50
|
this._options = _options;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
|
-
* Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING
|
|
53
|
+
* Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
|
|
54
54
|
*/
|
|
55
55
|
list(request = {}, requestOptions) {
|
|
56
56
|
var _a;
|
|
@@ -73,7 +73,7 @@ class SyncStatus {
|
|
|
73
73
|
: undefined,
|
|
74
74
|
"X-Fern-Language": "JavaScript",
|
|
75
75
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
76
|
-
"X-Fern-SDK-Version": "0.1.
|
|
76
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
77
77
|
},
|
|
78
78
|
contentType: "application/json",
|
|
79
79
|
queryParameters: _queryParams,
|
|
@@ -73,7 +73,7 @@ class Users {
|
|
|
73
73
|
_queryParams.append("include_remote_data", includeRemoteData.toString());
|
|
74
74
|
}
|
|
75
75
|
if (isMe != null) {
|
|
76
|
-
_queryParams.append("is_me", isMe
|
|
76
|
+
_queryParams.append("is_me", isMe);
|
|
77
77
|
}
|
|
78
78
|
if (modifiedAfter != null) {
|
|
79
79
|
_queryParams.append("modified_after", modifiedAfter.toISOString());
|
|
@@ -97,7 +97,7 @@ class Users {
|
|
|
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,
|
|
@@ -153,7 +153,7 @@ class Users {
|
|
|
153
153
|
: undefined,
|
|
154
154
|
"X-Fern-Language": "JavaScript",
|
|
155
155
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
156
|
-
"X-Fern-SDK-Version": "0.1.
|
|
156
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
157
157
|
},
|
|
158
158
|
contentType: "application/json",
|
|
159
159
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class WebhookReceivers {
|
|
|
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,
|
|
@@ -114,7 +114,7 @@ class WebhookReceivers {
|
|
|
114
114
|
: undefined,
|
|
115
115
|
"X-Fern-Language": "JavaScript",
|
|
116
116
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
117
|
-
"X-Fern-SDK-Version": "0.1.
|
|
117
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
118
118
|
},
|
|
119
119
|
contentType: "application/json",
|
|
120
120
|
body: yield serializers.filestorage.WebhookReceiverRequest.jsonOrThrow(request, {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /files`.
|
|
7
|
+
*/
|
|
8
|
+
export declare type FilePermissions = string | unknown | Merge.filestorage.FilePermissionsItem[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
4
5
|
/**
|
|
5
6
|
* # The File Object
|
|
6
7
|
* ### Description
|
|
@@ -24,7 +25,7 @@ export interface FileRequest {
|
|
|
24
25
|
/** The folder that the file belongs to. */
|
|
25
26
|
folder?: string;
|
|
26
27
|
/** The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /files`. */
|
|
27
|
-
permissions
|
|
28
|
+
permissions?: Merge.filestorage.FileRequestPermissions;
|
|
28
29
|
/** The drive that the file belongs to. */
|
|
29
30
|
drive?: string;
|
|
30
31
|
integrationParams?: Record<string, unknown>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /files`.
|
|
7
|
+
*/
|
|
8
|
+
export declare type FileRequestPermissions = string | unknown | Merge.filestorage.FileRequestPermissionsItem[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
4
5
|
/**
|
|
5
6
|
* # The File Object
|
|
6
7
|
* ### Description
|
|
@@ -27,7 +28,7 @@ export interface File_ {
|
|
|
27
28
|
/** The folder that the file belongs to. */
|
|
28
29
|
folder?: string;
|
|
29
30
|
/** The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /files`. */
|
|
30
|
-
permissions
|
|
31
|
+
permissions?: Merge.filestorage.FilePermissions;
|
|
31
32
|
/** The drive that the file belongs to. */
|
|
32
33
|
drive?: string;
|
|
33
34
|
/** When the third party's file was created. */
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
4
5
|
/**
|
|
5
6
|
* # The Folder Object
|
|
6
7
|
* ### Description
|
|
@@ -25,7 +26,7 @@ export interface Folder {
|
|
|
25
26
|
/** The drive that the folder belongs to. */
|
|
26
27
|
drive?: string;
|
|
27
28
|
/** The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /folders`. */
|
|
28
|
-
permissions
|
|
29
|
+
permissions?: Merge.filestorage.FolderPermissions;
|
|
29
30
|
/** When the third party's folder was created. */
|
|
30
31
|
remoteCreatedAt?: Date;
|
|
31
32
|
/** When the third party's folder was updated. */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /folders`.
|
|
7
|
+
*/
|
|
8
|
+
export declare type FolderPermissions = string | unknown | Merge.filestorage.FolderPermissionsItem[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
4
5
|
/**
|
|
5
6
|
* # The Folder Object
|
|
6
7
|
* ### Description
|
|
@@ -22,7 +23,7 @@ export interface FolderRequest {
|
|
|
22
23
|
/** The drive that the folder belongs to. */
|
|
23
24
|
drive?: string;
|
|
24
25
|
/** The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /folders`. */
|
|
25
|
-
permissions
|
|
26
|
+
permissions?: Merge.filestorage.FolderRequestPermissions;
|
|
26
27
|
integrationParams?: Record<string, unknown>;
|
|
27
28
|
linkedAccountParams?: Record<string, unknown>;
|
|
28
29
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details under `GET /folders`.
|
|
7
|
+
*/
|
|
8
|
+
export declare type FolderRequestPermissions = string | unknown | Merge.filestorage.FolderRequestPermissionsItem[];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* # The Permission Object
|
|
7
|
+
* ### Description
|
|
8
|
+
* The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default.
|
|
9
|
+
*
|
|
10
|
+
* ### Usage Example
|
|
11
|
+
* Fetch from the `GET Files` or `GET Folders` endpoint. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details.
|
|
12
|
+
*/
|
|
13
|
+
export interface Permission {
|
|
14
|
+
id?: string;
|
|
15
|
+
/** The third-party API ID of the matching object. */
|
|
16
|
+
remoteId?: string;
|
|
17
|
+
/** The user that is granted this permission. */
|
|
18
|
+
user?: string;
|
|
19
|
+
/** The group that is granted this permission. */
|
|
20
|
+
group?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Denotes what type of people have access to the file.
|
|
23
|
+
*
|
|
24
|
+
* * `USER` - USER
|
|
25
|
+
* * `GROUP` - GROUP
|
|
26
|
+
* * `COMPANY` - COMPANY
|
|
27
|
+
* * `ANYONE` - ANYONE
|
|
28
|
+
*/
|
|
29
|
+
type?: Merge.filestorage.TypeEnum;
|
|
30
|
+
/** The permissions that the user or group has for the File or Folder. It is possible for a user or group to have multiple roles, such as viewing & uploading. Possible values include: `READ`, `WRITE`, `OWNER`. In cases where there is no clear mapping, the original value passed through will be returned. */
|
|
31
|
+
roles?: (Merge.filestorage.RolesEnum | undefined)[];
|
|
32
|
+
/** This is the datetime that this object was last updated by Merge */
|
|
33
|
+
modifiedAt?: Date;
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* # The Permission Object
|
|
7
|
+
* ### Description
|
|
8
|
+
* The Permission object is used to represent a user's or group's access to a File or Folder. Permissions are unexpanded by default.
|
|
9
|
+
*
|
|
10
|
+
* ### Usage Example
|
|
11
|
+
* Fetch from the `GET Files` or `GET Folders` endpoint. Permissions are unexpanded by default. Use the query param `expand=permissions` to see more details.
|
|
12
|
+
*/
|
|
13
|
+
export interface PermissionRequest {
|
|
14
|
+
/** The third-party API ID of the matching object. */
|
|
15
|
+
remoteId?: string;
|
|
16
|
+
/** The user that is granted this permission. */
|
|
17
|
+
user?: string;
|
|
18
|
+
/** The group that is granted this permission. */
|
|
19
|
+
group?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Denotes what type of people have access to the file.
|
|
22
|
+
*
|
|
23
|
+
* * `USER` - USER
|
|
24
|
+
* * `GROUP` - GROUP
|
|
25
|
+
* * `COMPANY` - COMPANY
|
|
26
|
+
* * `ANYONE` - ANYONE
|
|
27
|
+
*/
|
|
28
|
+
type?: Merge.filestorage.TypeEnum;
|
|
29
|
+
/** The permissions that the user or group has for the File or Folder. It is possible for a user or group to have multiple roles, such as viewing & uploading. Possible values include: `READ`, `WRITE`, `OWNER`. In cases where there is no clear mapping, the original value passed through will be returned. */
|
|
30
|
+
roles?: (Merge.filestorage.RolesEnum | undefined)[];
|
|
31
|
+
integrationParams?: Record<string, unknown>;
|
|
32
|
+
linkedAccountParams?: Record<string, unknown>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* * `READ` - READ
|
|
6
|
+
* * `WRITE` - WRITE
|
|
7
|
+
* * `OWNER` - OWNER
|
|
8
|
+
*/
|
|
9
|
+
export declare type RolesEnum = "READ" | "WRITE" | "OWNER";
|
|
10
|
+
export declare const RolesEnum: {
|
|
11
|
+
readonly Read: "READ";
|
|
12
|
+
readonly Write: "WRITE";
|
|
13
|
+
readonly Owner: "OWNER";
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.RolesEnum = void 0;
|
|
7
|
+
exports.RolesEnum = {
|
|
8
|
+
Read: "READ",
|
|
9
|
+
Write: "WRITE",
|
|
10
|
+
Owner: "OWNER",
|
|
11
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* * `USER` - USER
|
|
6
|
+
* * `GROUP` - GROUP
|
|
7
|
+
* * `COMPANY` - COMPANY
|
|
8
|
+
* * `ANYONE` - ANYONE
|
|
9
|
+
*/
|
|
10
|
+
export declare type TypeEnum = "USER" | "GROUP" | "COMPANY" | "ANYONE";
|
|
11
|
+
export declare const TypeEnum: {
|
|
12
|
+
readonly User: "USER";
|
|
13
|
+
readonly Group: "GROUP";
|
|
14
|
+
readonly Company: "COMPANY";
|
|
15
|
+
readonly Anyone: "ANYONE";
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.TypeEnum = void 0;
|
|
7
|
+
exports.TypeEnum = {
|
|
8
|
+
User: "USER",
|
|
9
|
+
Group: "GROUP",
|
|
10
|
+
Company: "COMPANY",
|
|
11
|
+
Anyone: "ANYONE",
|
|
12
|
+
};
|
|
@@ -26,11 +26,19 @@ export * from "./EnabledActionsEnum";
|
|
|
26
26
|
export * from "./EncodingEnum";
|
|
27
27
|
export * from "./ErrorValidationProblem";
|
|
28
28
|
export * from "./File_";
|
|
29
|
+
export * from "./FilePermissions";
|
|
30
|
+
export * from "./FilePermissionsItem";
|
|
29
31
|
export * from "./FileRequest";
|
|
32
|
+
export * from "./FileRequestPermissions";
|
|
33
|
+
export * from "./FileRequestPermissionsItem";
|
|
30
34
|
export * from "./FileStorageFileResponse";
|
|
31
35
|
export * from "./FileStorageFolderResponse";
|
|
32
36
|
export * from "./Folder";
|
|
37
|
+
export * from "./FolderPermissions";
|
|
38
|
+
export * from "./FolderPermissionsItem";
|
|
33
39
|
export * from "./FolderRequest";
|
|
40
|
+
export * from "./FolderRequestPermissions";
|
|
41
|
+
export * from "./FolderRequestPermissionsItem";
|
|
34
42
|
export * from "./Group";
|
|
35
43
|
export * from "./Issue";
|
|
36
44
|
export * from "./IssueStatus";
|
|
@@ -56,13 +64,17 @@ export * from "./PaginatedGroupList";
|
|
|
56
64
|
export * from "./PaginatedIssueList";
|
|
57
65
|
export * from "./PaginatedSyncStatusList";
|
|
58
66
|
export * from "./PaginatedUserList";
|
|
67
|
+
export * from "./Permission";
|
|
68
|
+
export * from "./PermissionRequest";
|
|
59
69
|
export * from "./RemoteKey";
|
|
60
70
|
export * from "./RemoteResponse";
|
|
61
71
|
export * from "./RequestFormatEnum";
|
|
62
72
|
export * from "./ResponseTypeEnum";
|
|
73
|
+
export * from "./RolesEnum";
|
|
63
74
|
export * from "./SelectiveSyncConfigurationsUsageEnum";
|
|
64
75
|
export * from "./SyncStatus";
|
|
65
76
|
export * from "./SyncStatusStatusEnum";
|
|
77
|
+
export * from "./TypeEnum";
|
|
66
78
|
export * from "./User";
|
|
67
79
|
export * from "./ValidationProblemSource";
|
|
68
80
|
export * from "./WarningValidationProblem";
|
|
@@ -42,11 +42,19 @@ __exportStar(require("./EnabledActionsEnum"), exports);
|
|
|
42
42
|
__exportStar(require("./EncodingEnum"), exports);
|
|
43
43
|
__exportStar(require("./ErrorValidationProblem"), exports);
|
|
44
44
|
__exportStar(require("./File_"), exports);
|
|
45
|
+
__exportStar(require("./FilePermissions"), exports);
|
|
46
|
+
__exportStar(require("./FilePermissionsItem"), exports);
|
|
45
47
|
__exportStar(require("./FileRequest"), exports);
|
|
48
|
+
__exportStar(require("./FileRequestPermissions"), exports);
|
|
49
|
+
__exportStar(require("./FileRequestPermissionsItem"), exports);
|
|
46
50
|
__exportStar(require("./FileStorageFileResponse"), exports);
|
|
47
51
|
__exportStar(require("./FileStorageFolderResponse"), exports);
|
|
48
52
|
__exportStar(require("./Folder"), exports);
|
|
53
|
+
__exportStar(require("./FolderPermissions"), exports);
|
|
54
|
+
__exportStar(require("./FolderPermissionsItem"), exports);
|
|
49
55
|
__exportStar(require("./FolderRequest"), exports);
|
|
56
|
+
__exportStar(require("./FolderRequestPermissions"), exports);
|
|
57
|
+
__exportStar(require("./FolderRequestPermissionsItem"), exports);
|
|
50
58
|
__exportStar(require("./Group"), exports);
|
|
51
59
|
__exportStar(require("./Issue"), exports);
|
|
52
60
|
__exportStar(require("./IssueStatus"), exports);
|
|
@@ -72,13 +80,17 @@ __exportStar(require("./PaginatedGroupList"), exports);
|
|
|
72
80
|
__exportStar(require("./PaginatedIssueList"), exports);
|
|
73
81
|
__exportStar(require("./PaginatedSyncStatusList"), exports);
|
|
74
82
|
__exportStar(require("./PaginatedUserList"), exports);
|
|
83
|
+
__exportStar(require("./Permission"), exports);
|
|
84
|
+
__exportStar(require("./PermissionRequest"), exports);
|
|
75
85
|
__exportStar(require("./RemoteKey"), exports);
|
|
76
86
|
__exportStar(require("./RemoteResponse"), exports);
|
|
77
87
|
__exportStar(require("./RequestFormatEnum"), exports);
|
|
78
88
|
__exportStar(require("./ResponseTypeEnum"), exports);
|
|
89
|
+
__exportStar(require("./RolesEnum"), exports);
|
|
79
90
|
__exportStar(require("./SelectiveSyncConfigurationsUsageEnum"), exports);
|
|
80
91
|
__exportStar(require("./SyncStatus"), exports);
|
|
81
92
|
__exportStar(require("./SyncStatusStatusEnum"), exports);
|
|
93
|
+
__exportStar(require("./TypeEnum"), exports);
|
|
82
94
|
__exportStar(require("./User"), exports);
|
|
83
95
|
__exportStar(require("./ValidationProblemSource"), exports);
|
|
84
96
|
__exportStar(require("./WarningValidationProblem"), exports);
|
|
@@ -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,
|
|
@@ -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.hris.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,
|
|
@@ -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,
|
|
@@ -115,7 +115,7 @@ class BankInfo {
|
|
|
115
115
|
: undefined,
|
|
116
116
|
"X-Fern-Language": "JavaScript",
|
|
117
117
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
118
|
-
"X-Fern-SDK-Version": "0.1.
|
|
118
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
119
119
|
},
|
|
120
120
|
contentType: "application/json",
|
|
121
121
|
queryParameters: _queryParams,
|
|
@@ -180,7 +180,7 @@ class BankInfo {
|
|
|
180
180
|
: undefined,
|
|
181
181
|
"X-Fern-Language": "JavaScript",
|
|
182
182
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
183
|
-
"X-Fern-SDK-Version": "0.1.
|
|
183
|
+
"X-Fern-SDK-Version": "0.1.6",
|
|
184
184
|
},
|
|
185
185
|
contentType: "application/json",
|
|
186
186
|
queryParameters: _queryParams,
|
|
@@ -100,7 +100,7 @@ class Benefits {
|
|
|
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 Benefits {
|
|
|
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,
|