@mergeapi/merge-node-client 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +6 -6
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- 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/auditTrail/client/Client.js +1 -1
- 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 +4 -4
- 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.js +1 -1
- 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/ExpenseLineRequest.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +315 -0
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.js +5 -0
- package/api/resources/accounting/types/Invoice.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
- package/api/resources/accounting/types/InvoiceStatus.js +5 -0
- package/api/resources/accounting/types/index.d.ts +2 -0
- package/api/resources/accounting/types/index.js +2 -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/auditTrail/client/Client.js +1 -1
- 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 +3 -3
- 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.js +1 -1
- 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/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- 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 +5 -5
- 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.js +1 -1
- 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/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/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.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/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 +5 -5
- 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.js +1 -1
- 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/timesheetEntries/client/Client.js +4 -4
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- 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/auditTrail/client/Client.js +1 -1
- 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.js +1 -1
- 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/dist/Client.d.ts +3 -3
- package/dist/Client.js +6 -6
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- 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/auditTrail/client/Client.js +1 -1
- 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 +4 -4
- 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.js +1 -1
- 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/ExpenseLineRequest.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.js +5 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
- package/dist/api/resources/accounting/types/InvoiceStatus.js +5 -0
- package/dist/api/resources/accounting/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/types/index.js +2 -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/auditTrail/client/Client.js +1 -1
- 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 +3 -3
- 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.js +1 -1
- 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/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- 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 +5 -5
- 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.js +1 -1
- 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/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/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.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/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 +5 -5
- 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.js +1 -1
- 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/timesheetEntries/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- 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/auditTrail/client/Client.js +1 -1
- 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.js +1 -1
- 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/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +3 -1
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +43 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/Invoice.js +1 -1
- package/dist/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceStatus.js +43 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/index.js +2 -0
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/package.json +1 -1
- package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
- package/serialization/resources/accounting/types/ExpenseLineRequest.js +3 -1
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +43 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +1 -1
- package/serialization/resources/accounting/types/Invoice.js +1 -1
- package/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceStatus.js +43 -0
- package/serialization/resources/accounting/types/index.d.ts +2 -0
- package/serialization/resources/accounting/types/index.js +2 -0
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
|
@@ -123,7 +123,7 @@ class PurchaseOrders {
|
|
|
123
123
|
: undefined,
|
|
124
124
|
"X-Fern-Language": "JavaScript",
|
|
125
125
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
126
|
-
"X-Fern-SDK-Version": "1.0.
|
|
126
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
127
127
|
},
|
|
128
128
|
contentType: "application/json",
|
|
129
129
|
queryParameters: _queryParams,
|
|
@@ -182,7 +182,7 @@ class PurchaseOrders {
|
|
|
182
182
|
: undefined,
|
|
183
183
|
"X-Fern-Language": "JavaScript",
|
|
184
184
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
185
|
-
"X-Fern-SDK-Version": "1.0.
|
|
185
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
186
186
|
},
|
|
187
187
|
contentType: "application/json",
|
|
188
188
|
queryParameters: _queryParams,
|
|
@@ -250,7 +250,7 @@ class PurchaseOrders {
|
|
|
250
250
|
: undefined,
|
|
251
251
|
"X-Fern-Language": "JavaScript",
|
|
252
252
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
253
|
-
"X-Fern-SDK-Version": "1.0.
|
|
253
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
254
254
|
},
|
|
255
255
|
contentType: "application/json",
|
|
256
256
|
queryParameters: _queryParams,
|
|
@@ -301,7 +301,7 @@ class PurchaseOrders {
|
|
|
301
301
|
: undefined,
|
|
302
302
|
"X-Fern-Language": "JavaScript",
|
|
303
303
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
304
|
-
"X-Fern-SDK-Version": "1.0.
|
|
304
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
305
305
|
},
|
|
306
306
|
contentType: "application/json",
|
|
307
307
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class RegenerateKey {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "1.0.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.accounting.RemoteKeyForRegenerationRequest.jsonOrThrow(request, {
|
|
@@ -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": "1.0.
|
|
68
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
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": "1.0.
|
|
118
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
119
119
|
},
|
|
120
120
|
contentType: "application/json",
|
|
121
121
|
body: yield serializers.accounting.LinkedAccountSelectiveSyncConfigurationListRequest.jsonOrThrow(request, {
|
|
@@ -179,7 +179,7 @@ class SelectiveSync {
|
|
|
179
179
|
: undefined,
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
182
|
-
"X-Fern-SDK-Version": "1.0.
|
|
182
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
183
183
|
},
|
|
184
184
|
contentType: "application/json",
|
|
185
185
|
queryParameters: _queryParams,
|
|
@@ -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": "1.0.
|
|
76
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
77
77
|
},
|
|
78
78
|
contentType: "application/json",
|
|
79
79
|
queryParameters: _queryParams,
|
|
@@ -100,7 +100,7 @@ class TaxRates {
|
|
|
100
100
|
: undefined,
|
|
101
101
|
"X-Fern-Language": "JavaScript",
|
|
102
102
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
103
|
-
"X-Fern-SDK-Version": "1.0.
|
|
103
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
104
104
|
},
|
|
105
105
|
contentType: "application/json",
|
|
106
106
|
queryParameters: _queryParams,
|
|
@@ -159,7 +159,7 @@ class TaxRates {
|
|
|
159
159
|
: undefined,
|
|
160
160
|
"X-Fern-Language": "JavaScript",
|
|
161
161
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
162
|
-
"X-Fern-SDK-Version": "1.0.
|
|
162
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
163
163
|
},
|
|
164
164
|
contentType: "application/json",
|
|
165
165
|
queryParameters: _queryParams,
|
|
@@ -106,7 +106,7 @@ class TrackingCategories {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "1.0.
|
|
109
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -171,7 +171,7 @@ class TrackingCategories {
|
|
|
171
171
|
: undefined,
|
|
172
172
|
"X-Fern-Language": "JavaScript",
|
|
173
173
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
174
|
-
"X-Fern-SDK-Version": "1.0.
|
|
174
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
175
175
|
},
|
|
176
176
|
contentType: "application/json",
|
|
177
177
|
queryParameters: _queryParams,
|
|
@@ -106,7 +106,7 @@ class Transactions {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "1.0.
|
|
109
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -165,7 +165,7 @@ class Transactions {
|
|
|
165
165
|
: undefined,
|
|
166
166
|
"X-Fern-Language": "JavaScript",
|
|
167
167
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
168
|
-
"X-Fern-SDK-Version": "1.0.
|
|
168
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
169
169
|
},
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
queryParameters: _queryParams,
|
|
@@ -106,7 +106,7 @@ class VendorCredits {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "1.0.
|
|
109
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -165,7 +165,7 @@ class VendorCredits {
|
|
|
165
165
|
: undefined,
|
|
166
166
|
"X-Fern-Language": "JavaScript",
|
|
167
167
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
168
|
-
"X-Fern-SDK-Version": "1.0.
|
|
168
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
169
169
|
},
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
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": "1.0.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
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": "1.0.
|
|
117
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
118
118
|
},
|
|
119
119
|
contentType: "application/json",
|
|
120
120
|
body: yield serializers.accounting.WebhookReceiverRequest.jsonOrThrow(request, {
|
|
@@ -331,7 +331,7 @@ export interface ExpenseLineRequest {
|
|
|
331
331
|
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
332
332
|
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
333
333
|
*/
|
|
334
|
-
currency?: Merge.accounting.
|
|
334
|
+
currency?: Merge.accounting.ExpenseLineRequestCurrency;
|
|
335
335
|
/** The expense's payment account. */
|
|
336
336
|
account?: Merge.accounting.ExpenseLineRequestAccount;
|
|
337
337
|
/** The expense's contact. */
|
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* The expense line item's currency.
|
|
7
|
+
*
|
|
8
|
+
* * `XUA` - ADB Unit of Account
|
|
9
|
+
* * `AFN` - Afghan Afghani
|
|
10
|
+
* * `AFA` - Afghan Afghani (1927–2002)
|
|
11
|
+
* * `ALL` - Albanian Lek
|
|
12
|
+
* * `ALK` - Albanian Lek (1946–1965)
|
|
13
|
+
* * `DZD` - Algerian Dinar
|
|
14
|
+
* * `ADP` - Andorran Peseta
|
|
15
|
+
* * `AOA` - Angolan Kwanza
|
|
16
|
+
* * `AOK` - Angolan Kwanza (1977–1991)
|
|
17
|
+
* * `AON` - Angolan New Kwanza (1990–2000)
|
|
18
|
+
* * `AOR` - Angolan Readjusted Kwanza (1995–1999)
|
|
19
|
+
* * `ARA` - Argentine Austral
|
|
20
|
+
* * `ARS` - Argentine Peso
|
|
21
|
+
* * `ARM` - Argentine Peso (1881–1970)
|
|
22
|
+
* * `ARP` - Argentine Peso (1983–1985)
|
|
23
|
+
* * `ARL` - Argentine Peso Ley (1970–1983)
|
|
24
|
+
* * `AMD` - Armenian Dram
|
|
25
|
+
* * `AWG` - Aruban Florin
|
|
26
|
+
* * `AUD` - Australian Dollar
|
|
27
|
+
* * `ATS` - Austrian Schilling
|
|
28
|
+
* * `AZN` - Azerbaijani Manat
|
|
29
|
+
* * `AZM` - Azerbaijani Manat (1993–2006)
|
|
30
|
+
* * `BSD` - Bahamian Dollar
|
|
31
|
+
* * `BHD` - Bahraini Dinar
|
|
32
|
+
* * `BDT` - Bangladeshi Taka
|
|
33
|
+
* * `BBD` - Barbadian Dollar
|
|
34
|
+
* * `BYN` - Belarusian Ruble
|
|
35
|
+
* * `BYB` - Belarusian Ruble (1994–1999)
|
|
36
|
+
* * `BYR` - Belarusian Ruble (2000–2016)
|
|
37
|
+
* * `BEF` - Belgian Franc
|
|
38
|
+
* * `BEC` - Belgian Franc (convertible)
|
|
39
|
+
* * `BEL` - Belgian Franc (financial)
|
|
40
|
+
* * `BZD` - Belize Dollar
|
|
41
|
+
* * `BMD` - Bermudan Dollar
|
|
42
|
+
* * `BTN` - Bhutanese Ngultrum
|
|
43
|
+
* * `BOB` - Bolivian Boliviano
|
|
44
|
+
* * `BOL` - Bolivian Boliviano (1863–1963)
|
|
45
|
+
* * `BOV` - Bolivian Mvdol
|
|
46
|
+
* * `BOP` - Bolivian Peso
|
|
47
|
+
* * `BAM` - Bosnia-Herzegovina Convertible Mark
|
|
48
|
+
* * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
|
|
49
|
+
* * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
|
|
50
|
+
* * `BWP` - Botswanan Pula
|
|
51
|
+
* * `BRC` - Brazilian Cruzado (1986–1989)
|
|
52
|
+
* * `BRZ` - Brazilian Cruzeiro (1942–1967)
|
|
53
|
+
* * `BRE` - Brazilian Cruzeiro (1990–1993)
|
|
54
|
+
* * `BRR` - Brazilian Cruzeiro (1993–1994)
|
|
55
|
+
* * `BRN` - Brazilian New Cruzado (1989–1990)
|
|
56
|
+
* * `BRB` - Brazilian New Cruzeiro (1967–1986)
|
|
57
|
+
* * `BRL` - Brazilian Real
|
|
58
|
+
* * `GBP` - British Pound
|
|
59
|
+
* * `BND` - Brunei Dollar
|
|
60
|
+
* * `BGL` - Bulgarian Hard Lev
|
|
61
|
+
* * `BGN` - Bulgarian Lev
|
|
62
|
+
* * `BGO` - Bulgarian Lev (1879–1952)
|
|
63
|
+
* * `BGM` - Bulgarian Socialist Lev
|
|
64
|
+
* * `BUK` - Burmese Kyat
|
|
65
|
+
* * `BIF` - Burundian Franc
|
|
66
|
+
* * `XPF` - CFP Franc
|
|
67
|
+
* * `KHR` - Cambodian Riel
|
|
68
|
+
* * `CAD` - Canadian Dollar
|
|
69
|
+
* * `CVE` - Cape Verdean Escudo
|
|
70
|
+
* * `KYD` - Cayman Islands Dollar
|
|
71
|
+
* * `XAF` - Central African CFA Franc
|
|
72
|
+
* * `CLE` - Chilean Escudo
|
|
73
|
+
* * `CLP` - Chilean Peso
|
|
74
|
+
* * `CLF` - Chilean Unit of Account (UF)
|
|
75
|
+
* * `CNX` - Chinese People’s Bank Dollar
|
|
76
|
+
* * `CNY` - Chinese Yuan
|
|
77
|
+
* * `CNH` - Chinese Yuan (offshore)
|
|
78
|
+
* * `COP` - Colombian Peso
|
|
79
|
+
* * `COU` - Colombian Real Value Unit
|
|
80
|
+
* * `KMF` - Comorian Franc
|
|
81
|
+
* * `CDF` - Congolese Franc
|
|
82
|
+
* * `CRC` - Costa Rican Colón
|
|
83
|
+
* * `HRD` - Croatian Dinar
|
|
84
|
+
* * `HRK` - Croatian Kuna
|
|
85
|
+
* * `CUC` - Cuban Convertible Peso
|
|
86
|
+
* * `CUP` - Cuban Peso
|
|
87
|
+
* * `CYP` - Cypriot Pound
|
|
88
|
+
* * `CZK` - Czech Koruna
|
|
89
|
+
* * `CSK` - Czechoslovak Hard Koruna
|
|
90
|
+
* * `DKK` - Danish Krone
|
|
91
|
+
* * `DJF` - Djiboutian Franc
|
|
92
|
+
* * `DOP` - Dominican Peso
|
|
93
|
+
* * `NLG` - Dutch Guilder
|
|
94
|
+
* * `XCD` - East Caribbean Dollar
|
|
95
|
+
* * `DDM` - East German Mark
|
|
96
|
+
* * `ECS` - Ecuadorian Sucre
|
|
97
|
+
* * `ECV` - Ecuadorian Unit of Constant Value
|
|
98
|
+
* * `EGP` - Egyptian Pound
|
|
99
|
+
* * `GQE` - Equatorial Guinean Ekwele
|
|
100
|
+
* * `ERN` - Eritrean Nakfa
|
|
101
|
+
* * `EEK` - Estonian Kroon
|
|
102
|
+
* * `ETB` - Ethiopian Birr
|
|
103
|
+
* * `EUR` - Euro
|
|
104
|
+
* * `XBA` - European Composite Unit
|
|
105
|
+
* * `XEU` - European Currency Unit
|
|
106
|
+
* * `XBB` - European Monetary Unit
|
|
107
|
+
* * `XBC` - European Unit of Account (XBC)
|
|
108
|
+
* * `XBD` - European Unit of Account (XBD)
|
|
109
|
+
* * `FKP` - Falkland Islands Pound
|
|
110
|
+
* * `FJD` - Fijian Dollar
|
|
111
|
+
* * `FIM` - Finnish Markka
|
|
112
|
+
* * `FRF` - French Franc
|
|
113
|
+
* * `XFO` - French Gold Franc
|
|
114
|
+
* * `XFU` - French UIC-Franc
|
|
115
|
+
* * `GMD` - Gambian Dalasi
|
|
116
|
+
* * `GEK` - Georgian Kupon Larit
|
|
117
|
+
* * `GEL` - Georgian Lari
|
|
118
|
+
* * `DEM` - German Mark
|
|
119
|
+
* * `GHS` - Ghanaian Cedi
|
|
120
|
+
* * `GHC` - Ghanaian Cedi (1979–2007)
|
|
121
|
+
* * `GIP` - Gibraltar Pound
|
|
122
|
+
* * `XAU` - Gold
|
|
123
|
+
* * `GRD` - Greek Drachma
|
|
124
|
+
* * `GTQ` - Guatemalan Quetzal
|
|
125
|
+
* * `GWP` - Guinea-Bissau Peso
|
|
126
|
+
* * `GNF` - Guinean Franc
|
|
127
|
+
* * `GNS` - Guinean Syli
|
|
128
|
+
* * `GYD` - Guyanaese Dollar
|
|
129
|
+
* * `HTG` - Haitian Gourde
|
|
130
|
+
* * `HNL` - Honduran Lempira
|
|
131
|
+
* * `HKD` - Hong Kong Dollar
|
|
132
|
+
* * `HUF` - Hungarian Forint
|
|
133
|
+
* * `IMP` - IMP
|
|
134
|
+
* * `ISK` - Icelandic Króna
|
|
135
|
+
* * `ISJ` - Icelandic Króna (1918–1981)
|
|
136
|
+
* * `INR` - Indian Rupee
|
|
137
|
+
* * `IDR` - Indonesian Rupiah
|
|
138
|
+
* * `IRR` - Iranian Rial
|
|
139
|
+
* * `IQD` - Iraqi Dinar
|
|
140
|
+
* * `IEP` - Irish Pound
|
|
141
|
+
* * `ILS` - Israeli New Shekel
|
|
142
|
+
* * `ILP` - Israeli Pound
|
|
143
|
+
* * `ILR` - Israeli Shekel (1980–1985)
|
|
144
|
+
* * `ITL` - Italian Lira
|
|
145
|
+
* * `JMD` - Jamaican Dollar
|
|
146
|
+
* * `JPY` - Japanese Yen
|
|
147
|
+
* * `JOD` - Jordanian Dinar
|
|
148
|
+
* * `KZT` - Kazakhstani Tenge
|
|
149
|
+
* * `KES` - Kenyan Shilling
|
|
150
|
+
* * `KWD` - Kuwaiti Dinar
|
|
151
|
+
* * `KGS` - Kyrgystani Som
|
|
152
|
+
* * `LAK` - Laotian Kip
|
|
153
|
+
* * `LVL` - Latvian Lats
|
|
154
|
+
* * `LVR` - Latvian Ruble
|
|
155
|
+
* * `LBP` - Lebanese Pound
|
|
156
|
+
* * `LSL` - Lesotho Loti
|
|
157
|
+
* * `LRD` - Liberian Dollar
|
|
158
|
+
* * `LYD` - Libyan Dinar
|
|
159
|
+
* * `LTL` - Lithuanian Litas
|
|
160
|
+
* * `LTT` - Lithuanian Talonas
|
|
161
|
+
* * `LUL` - Luxembourg Financial Franc
|
|
162
|
+
* * `LUC` - Luxembourgian Convertible Franc
|
|
163
|
+
* * `LUF` - Luxembourgian Franc
|
|
164
|
+
* * `MOP` - Macanese Pataca
|
|
165
|
+
* * `MKD` - Macedonian Denar
|
|
166
|
+
* * `MKN` - Macedonian Denar (1992–1993)
|
|
167
|
+
* * `MGA` - Malagasy Ariary
|
|
168
|
+
* * `MGF` - Malagasy Franc
|
|
169
|
+
* * `MWK` - Malawian Kwacha
|
|
170
|
+
* * `MYR` - Malaysian Ringgit
|
|
171
|
+
* * `MVR` - Maldivian Rufiyaa
|
|
172
|
+
* * `MVP` - Maldivian Rupee (1947–1981)
|
|
173
|
+
* * `MLF` - Malian Franc
|
|
174
|
+
* * `MTL` - Maltese Lira
|
|
175
|
+
* * `MTP` - Maltese Pound
|
|
176
|
+
* * `MRU` - Mauritanian Ouguiya
|
|
177
|
+
* * `MRO` - Mauritanian Ouguiya (1973–2017)
|
|
178
|
+
* * `MUR` - Mauritian Rupee
|
|
179
|
+
* * `MXV` - Mexican Investment Unit
|
|
180
|
+
* * `MXN` - Mexican Peso
|
|
181
|
+
* * `MXP` - Mexican Silver Peso (1861–1992)
|
|
182
|
+
* * `MDC` - Moldovan Cupon
|
|
183
|
+
* * `MDL` - Moldovan Leu
|
|
184
|
+
* * `MCF` - Monegasque Franc
|
|
185
|
+
* * `MNT` - Mongolian Tugrik
|
|
186
|
+
* * `MAD` - Moroccan Dirham
|
|
187
|
+
* * `MAF` - Moroccan Franc
|
|
188
|
+
* * `MZE` - Mozambican Escudo
|
|
189
|
+
* * `MZN` - Mozambican Metical
|
|
190
|
+
* * `MZM` - Mozambican Metical (1980–2006)
|
|
191
|
+
* * `MMK` - Myanmar Kyat
|
|
192
|
+
* * `NAD` - Namibian Dollar
|
|
193
|
+
* * `NPR` - Nepalese Rupee
|
|
194
|
+
* * `ANG` - Netherlands Antillean Guilder
|
|
195
|
+
* * `TWD` - New Taiwan Dollar
|
|
196
|
+
* * `NZD` - New Zealand Dollar
|
|
197
|
+
* * `NIO` - Nicaraguan Córdoba
|
|
198
|
+
* * `NIC` - Nicaraguan Córdoba (1988–1991)
|
|
199
|
+
* * `NGN` - Nigerian Naira
|
|
200
|
+
* * `KPW` - North Korean Won
|
|
201
|
+
* * `NOK` - Norwegian Krone
|
|
202
|
+
* * `OMR` - Omani Rial
|
|
203
|
+
* * `PKR` - Pakistani Rupee
|
|
204
|
+
* * `XPD` - Palladium
|
|
205
|
+
* * `PAB` - Panamanian Balboa
|
|
206
|
+
* * `PGK` - Papua New Guinean Kina
|
|
207
|
+
* * `PYG` - Paraguayan Guarani
|
|
208
|
+
* * `PEI` - Peruvian Inti
|
|
209
|
+
* * `PEN` - Peruvian Sol
|
|
210
|
+
* * `PES` - Peruvian Sol (1863–1965)
|
|
211
|
+
* * `PHP` - Philippine Peso
|
|
212
|
+
* * `XPT` - Platinum
|
|
213
|
+
* * `PLN` - Polish Zloty
|
|
214
|
+
* * `PLZ` - Polish Zloty (1950–1995)
|
|
215
|
+
* * `PTE` - Portuguese Escudo
|
|
216
|
+
* * `GWE` - Portuguese Guinea Escudo
|
|
217
|
+
* * `QAR` - Qatari Rial
|
|
218
|
+
* * `XRE` - RINET Funds
|
|
219
|
+
* * `RHD` - Rhodesian Dollar
|
|
220
|
+
* * `RON` - Romanian Leu
|
|
221
|
+
* * `ROL` - Romanian Leu (1952–2006)
|
|
222
|
+
* * `RUB` - Russian Ruble
|
|
223
|
+
* * `RUR` - Russian Ruble (1991–1998)
|
|
224
|
+
* * `RWF` - Rwandan Franc
|
|
225
|
+
* * `SVC` - Salvadoran Colón
|
|
226
|
+
* * `WST` - Samoan Tala
|
|
227
|
+
* * `SAR` - Saudi Riyal
|
|
228
|
+
* * `RSD` - Serbian Dinar
|
|
229
|
+
* * `CSD` - Serbian Dinar (2002–2006)
|
|
230
|
+
* * `SCR` - Seychellois Rupee
|
|
231
|
+
* * `SLL` - Sierra Leonean Leone
|
|
232
|
+
* * `XAG` - Silver
|
|
233
|
+
* * `SGD` - Singapore Dollar
|
|
234
|
+
* * `SKK` - Slovak Koruna
|
|
235
|
+
* * `SIT` - Slovenian Tolar
|
|
236
|
+
* * `SBD` - Solomon Islands Dollar
|
|
237
|
+
* * `SOS` - Somali Shilling
|
|
238
|
+
* * `ZAR` - South African Rand
|
|
239
|
+
* * `ZAL` - South African Rand (financial)
|
|
240
|
+
* * `KRH` - South Korean Hwan (1953–1962)
|
|
241
|
+
* * `KRW` - South Korean Won
|
|
242
|
+
* * `KRO` - South Korean Won (1945–1953)
|
|
243
|
+
* * `SSP` - South Sudanese Pound
|
|
244
|
+
* * `SUR` - Soviet Rouble
|
|
245
|
+
* * `ESP` - Spanish Peseta
|
|
246
|
+
* * `ESA` - Spanish Peseta (A account)
|
|
247
|
+
* * `ESB` - Spanish Peseta (convertible account)
|
|
248
|
+
* * `XDR` - Special Drawing Rights
|
|
249
|
+
* * `LKR` - Sri Lankan Rupee
|
|
250
|
+
* * `SHP` - St. Helena Pound
|
|
251
|
+
* * `XSU` - Sucre
|
|
252
|
+
* * `SDD` - Sudanese Dinar (1992–2007)
|
|
253
|
+
* * `SDG` - Sudanese Pound
|
|
254
|
+
* * `SDP` - Sudanese Pound (1957–1998)
|
|
255
|
+
* * `SRD` - Surinamese Dollar
|
|
256
|
+
* * `SRG` - Surinamese Guilder
|
|
257
|
+
* * `SZL` - Swazi Lilangeni
|
|
258
|
+
* * `SEK` - Swedish Krona
|
|
259
|
+
* * `CHF` - Swiss Franc
|
|
260
|
+
* * `SYP` - Syrian Pound
|
|
261
|
+
* * `STN` - São Tomé & Príncipe Dobra
|
|
262
|
+
* * `STD` - São Tomé & Príncipe Dobra (1977–2017)
|
|
263
|
+
* * `TVD` - TVD
|
|
264
|
+
* * `TJR` - Tajikistani Ruble
|
|
265
|
+
* * `TJS` - Tajikistani Somoni
|
|
266
|
+
* * `TZS` - Tanzanian Shilling
|
|
267
|
+
* * `XTS` - Testing Currency Code
|
|
268
|
+
* * `THB` - Thai Baht
|
|
269
|
+
* * `XXX` - The codes assigned for transactions where no currency is involved
|
|
270
|
+
* * `TPE` - Timorese Escudo
|
|
271
|
+
* * `TOP` - Tongan Paʻanga
|
|
272
|
+
* * `TTD` - Trinidad & Tobago Dollar
|
|
273
|
+
* * `TND` - Tunisian Dinar
|
|
274
|
+
* * `TRY` - Turkish Lira
|
|
275
|
+
* * `TRL` - Turkish Lira (1922–2005)
|
|
276
|
+
* * `TMT` - Turkmenistani Manat
|
|
277
|
+
* * `TMM` - Turkmenistani Manat (1993–2009)
|
|
278
|
+
* * `USD` - US Dollar
|
|
279
|
+
* * `USN` - US Dollar (Next day)
|
|
280
|
+
* * `USS` - US Dollar (Same day)
|
|
281
|
+
* * `UGX` - Ugandan Shilling
|
|
282
|
+
* * `UGS` - Ugandan Shilling (1966–1987)
|
|
283
|
+
* * `UAH` - Ukrainian Hryvnia
|
|
284
|
+
* * `UAK` - Ukrainian Karbovanets
|
|
285
|
+
* * `AED` - United Arab Emirates Dirham
|
|
286
|
+
* * `UYW` - Uruguayan Nominal Wage Index Unit
|
|
287
|
+
* * `UYU` - Uruguayan Peso
|
|
288
|
+
* * `UYP` - Uruguayan Peso (1975–1993)
|
|
289
|
+
* * `UYI` - Uruguayan Peso (Indexed Units)
|
|
290
|
+
* * `UZS` - Uzbekistani Som
|
|
291
|
+
* * `VUV` - Vanuatu Vatu
|
|
292
|
+
* * `VES` - Venezuelan Bolívar
|
|
293
|
+
* * `VEB` - Venezuelan Bolívar (1871–2008)
|
|
294
|
+
* * `VEF` - Venezuelan Bolívar (2008–2018)
|
|
295
|
+
* * `VND` - Vietnamese Dong
|
|
296
|
+
* * `VNN` - Vietnamese Dong (1978–1985)
|
|
297
|
+
* * `CHE` - WIR Euro
|
|
298
|
+
* * `CHW` - WIR Franc
|
|
299
|
+
* * `XOF` - West African CFA Franc
|
|
300
|
+
* * `YDD` - Yemeni Dinar
|
|
301
|
+
* * `YER` - Yemeni Rial
|
|
302
|
+
* * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
|
|
303
|
+
* * `YUD` - Yugoslavian Hard Dinar (1966–1990)
|
|
304
|
+
* * `YUM` - Yugoslavian New Dinar (1994–2002)
|
|
305
|
+
* * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
|
|
306
|
+
* * `ZWN` - ZWN
|
|
307
|
+
* * `ZRN` - Zairean New Zaire (1993–1998)
|
|
308
|
+
* * `ZRZ` - Zairean Zaire (1971–1993)
|
|
309
|
+
* * `ZMW` - Zambian Kwacha
|
|
310
|
+
* * `ZMK` - Zambian Kwacha (1968–2012)
|
|
311
|
+
* * `ZWD` - Zimbabwean Dollar (1980–2008)
|
|
312
|
+
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
313
|
+
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
314
|
+
*/
|
|
315
|
+
export declare type ExpenseLineRequestCurrency = Merge.accounting.CurrencyEnum | string;
|
|
@@ -360,7 +360,7 @@ export interface Invoice {
|
|
|
360
360
|
* * `OPEN` - OPEN
|
|
361
361
|
* * `VOID` - VOID
|
|
362
362
|
*/
|
|
363
|
-
status?: Merge.accounting.
|
|
363
|
+
status?: Merge.accounting.InvoiceStatus;
|
|
364
364
|
/** The total amount being paid in taxes. */
|
|
365
365
|
totalTaxAmount?: number;
|
|
366
366
|
/** The invoice's total amount. */
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* The status of the invoice.
|
|
7
|
+
*
|
|
8
|
+
* * `PAID` - PAID
|
|
9
|
+
* * `DRAFT` - DRAFT
|
|
10
|
+
* * `SUBMITTED` - SUBMITTED
|
|
11
|
+
* * `PARTIALLY_PAID` - PARTIALLY_PAID
|
|
12
|
+
* * `OPEN` - OPEN
|
|
13
|
+
* * `VOID` - VOID
|
|
14
|
+
*/
|
|
15
|
+
export declare type InvoiceStatus = Merge.accounting.InvoiceStatusEnum | string;
|
|
@@ -130,6 +130,7 @@ export * from "./ExpenseLineRequest";
|
|
|
130
130
|
export * from "./ExpenseLineRequestItem";
|
|
131
131
|
export * from "./ExpenseLineRequestTrackingCategory";
|
|
132
132
|
export * from "./ExpenseLineRequestTrackingCategoriesItem";
|
|
133
|
+
export * from "./ExpenseLineRequestCurrency";
|
|
133
134
|
export * from "./ExpenseLineRequestAccount";
|
|
134
135
|
export * from "./ExpenseLineRequestContact";
|
|
135
136
|
export * from "./ExpenseRequest";
|
|
@@ -148,6 +149,7 @@ export * from "./InvoiceType";
|
|
|
148
149
|
export * from "./InvoiceContact";
|
|
149
150
|
export * from "./InvoiceCompany";
|
|
150
151
|
export * from "./InvoiceCurrency";
|
|
152
|
+
export * from "./InvoiceStatus";
|
|
151
153
|
export * from "./InvoiceTrackingCategoriesItem";
|
|
152
154
|
export * from "./InvoicePaymentsItem";
|
|
153
155
|
export * from "./InvoiceAppliedPaymentsItem";
|
|
@@ -146,6 +146,7 @@ __exportStar(require("./ExpenseLineRequest"), exports);
|
|
|
146
146
|
__exportStar(require("./ExpenseLineRequestItem"), exports);
|
|
147
147
|
__exportStar(require("./ExpenseLineRequestTrackingCategory"), exports);
|
|
148
148
|
__exportStar(require("./ExpenseLineRequestTrackingCategoriesItem"), exports);
|
|
149
|
+
__exportStar(require("./ExpenseLineRequestCurrency"), exports);
|
|
149
150
|
__exportStar(require("./ExpenseLineRequestAccount"), exports);
|
|
150
151
|
__exportStar(require("./ExpenseLineRequestContact"), exports);
|
|
151
152
|
__exportStar(require("./ExpenseRequest"), exports);
|
|
@@ -164,6 +165,7 @@ __exportStar(require("./InvoiceType"), exports);
|
|
|
164
165
|
__exportStar(require("./InvoiceContact"), exports);
|
|
165
166
|
__exportStar(require("./InvoiceCompany"), exports);
|
|
166
167
|
__exportStar(require("./InvoiceCurrency"), exports);
|
|
168
|
+
__exportStar(require("./InvoiceStatus"), exports);
|
|
167
169
|
__exportStar(require("./InvoiceTrackingCategoriesItem"), exports);
|
|
168
170
|
__exportStar(require("./InvoicePaymentsItem"), exports);
|
|
169
171
|
__exportStar(require("./InvoiceAppliedPaymentsItem"), 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": "1.0.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
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": "1.0.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
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 Activities {
|
|
|
117
117
|
: undefined,
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "1.0.
|
|
120
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
@@ -176,7 +176,7 @@ class Activities {
|
|
|
176
176
|
: undefined,
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "1.0.
|
|
179
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
@@ -242,7 +242,7 @@ class Activities {
|
|
|
242
242
|
: undefined,
|
|
243
243
|
"X-Fern-Language": "JavaScript",
|
|
244
244
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
245
|
-
"X-Fern-SDK-Version": "1.0.
|
|
245
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
246
246
|
},
|
|
247
247
|
contentType: "application/json",
|
|
248
248
|
queryParameters: _queryParams,
|
|
@@ -293,7 +293,7 @@ class Activities {
|
|
|
293
293
|
: undefined,
|
|
294
294
|
"X-Fern-Language": "JavaScript",
|
|
295
295
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
296
|
-
"X-Fern-SDK-Version": "1.0.
|
|
296
|
+
"X-Fern-SDK-Version": "1.0.1",
|
|
297
297
|
},
|
|
298
298
|
contentType: "application/json",
|
|
299
299
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|