@mergeapi/merge-node-client 0.1.8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/accounting/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/CreditNote.d.ts +2 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/Payment.d.ts +1 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/api/resources/accounting/types/index.d.ts +7 -0
- package/api/resources/accounting/types/index.js +7 -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/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/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/CreditNote.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/index.d.ts +7 -0
- package/dist/api/resources/accounting/types/index.js +7 -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/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/CreditNote.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +5 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.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/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -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/PaymentAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -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/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +7 -0
- package/dist/serialization/resources/accounting/types/index.js +7 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/serialization/resources/accounting/types/Invoice.js +5 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.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/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +1 -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/PaymentAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -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/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/serialization/resources/accounting/types/index.d.ts +7 -0
- package/serialization/resources/accounting/types/index.js +7 -0
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type PaymentsListRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
4
|
+
export declare type PaymentsListRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,accounting_period" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
5
5
|
export declare const PaymentsListRequestExpand: {
|
|
6
6
|
readonly Account: "account";
|
|
7
7
|
readonly AccountAccountingPeriod: "account,accounting_period";
|
|
8
8
|
readonly AccountCompany: "account,company";
|
|
9
9
|
readonly AccountCompanyAccountingPeriod: "account,company,accounting_period";
|
|
10
10
|
readonly AccountingPeriod: "accounting_period";
|
|
11
|
+
readonly AppliedToLines: "applied_to_lines";
|
|
12
|
+
readonly AppliedToLinesAccount: "applied_to_lines,account";
|
|
13
|
+
readonly AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period";
|
|
14
|
+
readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
|
|
15
|
+
readonly AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period";
|
|
16
|
+
readonly AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period";
|
|
17
|
+
readonly AppliedToLinesCompany: "applied_to_lines,company";
|
|
18
|
+
readonly AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period";
|
|
19
|
+
readonly AppliedToLinesContact: "applied_to_lines,contact";
|
|
20
|
+
readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
|
|
21
|
+
readonly AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period";
|
|
22
|
+
readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
|
|
23
|
+
readonly AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period";
|
|
24
|
+
readonly AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period";
|
|
25
|
+
readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
|
|
26
|
+
readonly AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period";
|
|
11
27
|
readonly Company: "company";
|
|
12
28
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
13
29
|
readonly Contact: "contact";
|
|
@@ -24,6 +40,22 @@ export declare const PaymentsListRequestExpand: {
|
|
|
24
40
|
readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
|
|
25
41
|
readonly TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period";
|
|
26
42
|
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
43
|
+
readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
|
|
44
|
+
readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
|
|
45
|
+
readonly TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period";
|
|
46
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
|
|
47
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period";
|
|
48
|
+
readonly TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period";
|
|
49
|
+
readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
|
|
50
|
+
readonly TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period";
|
|
51
|
+
readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
|
|
52
|
+
readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
|
|
53
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period";
|
|
54
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
|
|
55
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period";
|
|
56
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period";
|
|
57
|
+
readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
|
|
58
|
+
readonly TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period";
|
|
27
59
|
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
28
60
|
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
29
61
|
readonly TrackingCategoriesContact: "tracking_categories,contact";
|
|
@@ -10,6 +10,22 @@ exports.PaymentsListRequestExpand = {
|
|
|
10
10
|
AccountCompany: "account,company",
|
|
11
11
|
AccountCompanyAccountingPeriod: "account,company,accounting_period",
|
|
12
12
|
AccountingPeriod: "accounting_period",
|
|
13
|
+
AppliedToLines: "applied_to_lines",
|
|
14
|
+
AppliedToLinesAccount: "applied_to_lines,account",
|
|
15
|
+
AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period",
|
|
16
|
+
AppliedToLinesAccountCompany: "applied_to_lines,account,company",
|
|
17
|
+
AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period",
|
|
18
|
+
AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period",
|
|
19
|
+
AppliedToLinesCompany: "applied_to_lines,company",
|
|
20
|
+
AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period",
|
|
21
|
+
AppliedToLinesContact: "applied_to_lines,contact",
|
|
22
|
+
AppliedToLinesContactAccount: "applied_to_lines,contact,account",
|
|
23
|
+
AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period",
|
|
24
|
+
AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company",
|
|
25
|
+
AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period",
|
|
26
|
+
AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period",
|
|
27
|
+
AppliedToLinesContactCompany: "applied_to_lines,contact,company",
|
|
28
|
+
AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period",
|
|
13
29
|
Company: "company",
|
|
14
30
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
15
31
|
Contact: "contact",
|
|
@@ -26,6 +42,22 @@ exports.PaymentsListRequestExpand = {
|
|
|
26
42
|
TrackingCategoriesAccountCompany: "tracking_categories,account,company",
|
|
27
43
|
TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period",
|
|
28
44
|
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
45
|
+
TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines",
|
|
46
|
+
TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account",
|
|
47
|
+
TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period",
|
|
48
|
+
TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company",
|
|
49
|
+
TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
50
|
+
TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period",
|
|
51
|
+
TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company",
|
|
52
|
+
TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period",
|
|
53
|
+
TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact",
|
|
54
|
+
TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account",
|
|
55
|
+
TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
56
|
+
TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company",
|
|
57
|
+
TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
58
|
+
TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period",
|
|
59
|
+
TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company",
|
|
60
|
+
TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
29
61
|
TrackingCategoriesCompany: "tracking_categories,company",
|
|
30
62
|
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
31
63
|
TrackingCategoriesContact: "tracking_categories,contact",
|
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type PaymentsRetrieveRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
4
|
+
export declare type PaymentsRetrieveRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,accounting_period" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
5
5
|
export declare const PaymentsRetrieveRequestExpand: {
|
|
6
6
|
readonly Account: "account";
|
|
7
7
|
readonly AccountAccountingPeriod: "account,accounting_period";
|
|
8
8
|
readonly AccountCompany: "account,company";
|
|
9
9
|
readonly AccountCompanyAccountingPeriod: "account,company,accounting_period";
|
|
10
10
|
readonly AccountingPeriod: "accounting_period";
|
|
11
|
+
readonly AppliedToLines: "applied_to_lines";
|
|
12
|
+
readonly AppliedToLinesAccount: "applied_to_lines,account";
|
|
13
|
+
readonly AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period";
|
|
14
|
+
readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
|
|
15
|
+
readonly AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period";
|
|
16
|
+
readonly AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period";
|
|
17
|
+
readonly AppliedToLinesCompany: "applied_to_lines,company";
|
|
18
|
+
readonly AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period";
|
|
19
|
+
readonly AppliedToLinesContact: "applied_to_lines,contact";
|
|
20
|
+
readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
|
|
21
|
+
readonly AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period";
|
|
22
|
+
readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
|
|
23
|
+
readonly AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period";
|
|
24
|
+
readonly AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period";
|
|
25
|
+
readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
|
|
26
|
+
readonly AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period";
|
|
11
27
|
readonly Company: "company";
|
|
12
28
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
13
29
|
readonly Contact: "contact";
|
|
@@ -24,6 +40,22 @@ export declare const PaymentsRetrieveRequestExpand: {
|
|
|
24
40
|
readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
|
|
25
41
|
readonly TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period";
|
|
26
42
|
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
43
|
+
readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
|
|
44
|
+
readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
|
|
45
|
+
readonly TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period";
|
|
46
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
|
|
47
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period";
|
|
48
|
+
readonly TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period";
|
|
49
|
+
readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
|
|
50
|
+
readonly TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period";
|
|
51
|
+
readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
|
|
52
|
+
readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
|
|
53
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period";
|
|
54
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
|
|
55
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period";
|
|
56
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period";
|
|
57
|
+
readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
|
|
58
|
+
readonly TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period";
|
|
27
59
|
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
28
60
|
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
29
61
|
readonly TrackingCategoriesContact: "tracking_categories,contact";
|
|
@@ -10,6 +10,22 @@ exports.PaymentsRetrieveRequestExpand = {
|
|
|
10
10
|
AccountCompany: "account,company",
|
|
11
11
|
AccountCompanyAccountingPeriod: "account,company,accounting_period",
|
|
12
12
|
AccountingPeriod: "accounting_period",
|
|
13
|
+
AppliedToLines: "applied_to_lines",
|
|
14
|
+
AppliedToLinesAccount: "applied_to_lines,account",
|
|
15
|
+
AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period",
|
|
16
|
+
AppliedToLinesAccountCompany: "applied_to_lines,account,company",
|
|
17
|
+
AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period",
|
|
18
|
+
AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period",
|
|
19
|
+
AppliedToLinesCompany: "applied_to_lines,company",
|
|
20
|
+
AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period",
|
|
21
|
+
AppliedToLinesContact: "applied_to_lines,contact",
|
|
22
|
+
AppliedToLinesContactAccount: "applied_to_lines,contact,account",
|
|
23
|
+
AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period",
|
|
24
|
+
AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company",
|
|
25
|
+
AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period",
|
|
26
|
+
AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period",
|
|
27
|
+
AppliedToLinesContactCompany: "applied_to_lines,contact,company",
|
|
28
|
+
AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period",
|
|
13
29
|
Company: "company",
|
|
14
30
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
15
31
|
Contact: "contact",
|
|
@@ -26,6 +42,22 @@ exports.PaymentsRetrieveRequestExpand = {
|
|
|
26
42
|
TrackingCategoriesAccountCompany: "tracking_categories,account,company",
|
|
27
43
|
TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period",
|
|
28
44
|
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
45
|
+
TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines",
|
|
46
|
+
TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account",
|
|
47
|
+
TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period",
|
|
48
|
+
TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company",
|
|
49
|
+
TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
50
|
+
TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period",
|
|
51
|
+
TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company",
|
|
52
|
+
TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period",
|
|
53
|
+
TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact",
|
|
54
|
+
TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account",
|
|
55
|
+
TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
56
|
+
TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company",
|
|
57
|
+
TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
58
|
+
TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period",
|
|
59
|
+
TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company",
|
|
60
|
+
TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
29
61
|
TrackingCategoriesCompany: "tracking_categories,company",
|
|
30
62
|
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
31
63
|
TrackingCategoriesContact: "tracking_categories,contact",
|
|
@@ -27,6 +27,8 @@ export interface VendorCreditLine {
|
|
|
27
27
|
company?: string;
|
|
28
28
|
/** The vendor credit line item's exchange rate. */
|
|
29
29
|
exchangeRate?: string;
|
|
30
|
+
/** Indicates whether or not this object has been deleted in the third party platform. */
|
|
31
|
+
remoteWasDeleted?: boolean;
|
|
30
32
|
createdAt?: Date;
|
|
31
33
|
/** This is the datetime that this object was last updated by Merge */
|
|
32
34
|
modifiedAt?: Date;
|
|
@@ -99,6 +99,7 @@ export * from "./CreditNoteCompany";
|
|
|
99
99
|
export * from "./CreditNoteTrackingCategoriesItem";
|
|
100
100
|
export * from "./CreditNoteCurrency";
|
|
101
101
|
export * from "./CreditNotePaymentsItem";
|
|
102
|
+
export * from "./CreditNoteAppliedPaymentsItem";
|
|
102
103
|
export * from "./CreditNoteAccountingPeriod";
|
|
103
104
|
export * from "./CreditNoteLineItem";
|
|
104
105
|
export * from "./CreditNoteLineItemItem";
|
|
@@ -149,6 +150,7 @@ export * from "./InvoiceCompany";
|
|
|
149
150
|
export * from "./InvoiceCurrency";
|
|
150
151
|
export * from "./InvoiceTrackingCategoriesItem";
|
|
151
152
|
export * from "./InvoicePaymentsItem";
|
|
153
|
+
export * from "./InvoiceAppliedPaymentsItem";
|
|
152
154
|
export * from "./InvoiceAccountingPeriod";
|
|
153
155
|
export * from "./InvoicePurchaseOrdersItem";
|
|
154
156
|
export * from "./InvoiceLineItem";
|
|
@@ -184,6 +186,7 @@ export * from "./ItemSalesAccount";
|
|
|
184
186
|
export * from "./ItemCompany";
|
|
185
187
|
export * from "./JournalEntry";
|
|
186
188
|
export * from "./JournalEntryPaymentsItem";
|
|
189
|
+
export * from "./JournalEntryAppliedPaymentsItem";
|
|
187
190
|
export * from "./JournalEntryCurrency";
|
|
188
191
|
export * from "./JournalEntryCompany";
|
|
189
192
|
export * from "./JournalEntryTrackingCategoriesItem";
|
|
@@ -249,6 +252,9 @@ export * from "./PaymentCurrency";
|
|
|
249
252
|
export * from "./PaymentCompany";
|
|
250
253
|
export * from "./PaymentTrackingCategoriesItem";
|
|
251
254
|
export * from "./PaymentAccountingPeriod";
|
|
255
|
+
export * from "./PaymentAppliedToLinesItem";
|
|
256
|
+
export * from "./PaymentLineItem";
|
|
257
|
+
export * from "./PaymentLineItemRequest";
|
|
252
258
|
export * from "./PaymentRequest";
|
|
253
259
|
export * from "./PaymentRequestContact";
|
|
254
260
|
export * from "./PaymentRequestAccount";
|
|
@@ -256,6 +262,7 @@ export * from "./PaymentRequestCurrency";
|
|
|
256
262
|
export * from "./PaymentRequestCompany";
|
|
257
263
|
export * from "./PaymentRequestTrackingCategoriesItem";
|
|
258
264
|
export * from "./PaymentRequestAccountingPeriod";
|
|
265
|
+
export * from "./PaymentRequestAppliedToLinesItem";
|
|
259
266
|
export * from "./PaymentResponse";
|
|
260
267
|
export * from "./PostingStatusEnum";
|
|
261
268
|
export * from "./PurchaseOrder";
|
|
@@ -115,6 +115,7 @@ __exportStar(require("./CreditNoteCompany"), exports);
|
|
|
115
115
|
__exportStar(require("./CreditNoteTrackingCategoriesItem"), exports);
|
|
116
116
|
__exportStar(require("./CreditNoteCurrency"), exports);
|
|
117
117
|
__exportStar(require("./CreditNotePaymentsItem"), exports);
|
|
118
|
+
__exportStar(require("./CreditNoteAppliedPaymentsItem"), exports);
|
|
118
119
|
__exportStar(require("./CreditNoteAccountingPeriod"), exports);
|
|
119
120
|
__exportStar(require("./CreditNoteLineItem"), exports);
|
|
120
121
|
__exportStar(require("./CreditNoteLineItemItem"), exports);
|
|
@@ -165,6 +166,7 @@ __exportStar(require("./InvoiceCompany"), exports);
|
|
|
165
166
|
__exportStar(require("./InvoiceCurrency"), exports);
|
|
166
167
|
__exportStar(require("./InvoiceTrackingCategoriesItem"), exports);
|
|
167
168
|
__exportStar(require("./InvoicePaymentsItem"), exports);
|
|
169
|
+
__exportStar(require("./InvoiceAppliedPaymentsItem"), exports);
|
|
168
170
|
__exportStar(require("./InvoiceAccountingPeriod"), exports);
|
|
169
171
|
__exportStar(require("./InvoicePurchaseOrdersItem"), exports);
|
|
170
172
|
__exportStar(require("./InvoiceLineItem"), exports);
|
|
@@ -200,6 +202,7 @@ __exportStar(require("./ItemSalesAccount"), exports);
|
|
|
200
202
|
__exportStar(require("./ItemCompany"), exports);
|
|
201
203
|
__exportStar(require("./JournalEntry"), exports);
|
|
202
204
|
__exportStar(require("./JournalEntryPaymentsItem"), exports);
|
|
205
|
+
__exportStar(require("./JournalEntryAppliedPaymentsItem"), exports);
|
|
203
206
|
__exportStar(require("./JournalEntryCurrency"), exports);
|
|
204
207
|
__exportStar(require("./JournalEntryCompany"), exports);
|
|
205
208
|
__exportStar(require("./JournalEntryTrackingCategoriesItem"), exports);
|
|
@@ -265,6 +268,9 @@ __exportStar(require("./PaymentCurrency"), exports);
|
|
|
265
268
|
__exportStar(require("./PaymentCompany"), exports);
|
|
266
269
|
__exportStar(require("./PaymentTrackingCategoriesItem"), exports);
|
|
267
270
|
__exportStar(require("./PaymentAccountingPeriod"), exports);
|
|
271
|
+
__exportStar(require("./PaymentAppliedToLinesItem"), exports);
|
|
272
|
+
__exportStar(require("./PaymentLineItem"), exports);
|
|
273
|
+
__exportStar(require("./PaymentLineItemRequest"), exports);
|
|
268
274
|
__exportStar(require("./PaymentRequest"), exports);
|
|
269
275
|
__exportStar(require("./PaymentRequestContact"), exports);
|
|
270
276
|
__exportStar(require("./PaymentRequestAccount"), exports);
|
|
@@ -272,6 +278,7 @@ __exportStar(require("./PaymentRequestCurrency"), exports);
|
|
|
272
278
|
__exportStar(require("./PaymentRequestCompany"), exports);
|
|
273
279
|
__exportStar(require("./PaymentRequestTrackingCategoriesItem"), exports);
|
|
274
280
|
__exportStar(require("./PaymentRequestAccountingPeriod"), exports);
|
|
281
|
+
__exportStar(require("./PaymentRequestAppliedToLinesItem"), exports);
|
|
275
282
|
__exportStar(require("./PaymentResponse"), exports);
|
|
276
283
|
__exportStar(require("./PostingStatusEnum"), exports);
|
|
277
284
|
__exportStar(require("./PurchaseOrder"), 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.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
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.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
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": "0.
|
|
120
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
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": "0.
|
|
179
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
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": "0.
|
|
245
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
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": "0.
|
|
296
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
297
297
|
},
|
|
298
298
|
contentType: "application/json",
|
|
299
299
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -126,7 +126,7 @@ class Applications {
|
|
|
126
126
|
: undefined,
|
|
127
127
|
"X-Fern-Language": "JavaScript",
|
|
128
128
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
129
|
-
"X-Fern-SDK-Version": "0.
|
|
129
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
130
130
|
},
|
|
131
131
|
contentType: "application/json",
|
|
132
132
|
queryParameters: _queryParams,
|
|
@@ -185,7 +185,7 @@ class Applications {
|
|
|
185
185
|
: undefined,
|
|
186
186
|
"X-Fern-Language": "JavaScript",
|
|
187
187
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
188
|
-
"X-Fern-SDK-Version": "0.
|
|
188
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
189
189
|
},
|
|
190
190
|
contentType: "application/json",
|
|
191
191
|
queryParameters: _queryParams,
|
|
@@ -247,7 +247,7 @@ class Applications {
|
|
|
247
247
|
: undefined,
|
|
248
248
|
"X-Fern-Language": "JavaScript",
|
|
249
249
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
250
|
-
"X-Fern-SDK-Version": "0.
|
|
250
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
251
251
|
},
|
|
252
252
|
contentType: "application/json",
|
|
253
253
|
queryParameters: _queryParams,
|
|
@@ -306,7 +306,7 @@ class Applications {
|
|
|
306
306
|
: undefined,
|
|
307
307
|
"X-Fern-Language": "JavaScript",
|
|
308
308
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
309
|
-
"X-Fern-SDK-Version": "0.
|
|
309
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
310
310
|
},
|
|
311
311
|
contentType: "application/json",
|
|
312
312
|
queryParameters: _queryParams,
|
|
@@ -365,7 +365,7 @@ class Applications {
|
|
|
365
365
|
: undefined,
|
|
366
366
|
"X-Fern-Language": "JavaScript",
|
|
367
367
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
368
|
-
"X-Fern-SDK-Version": "0.
|
|
368
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
369
369
|
},
|
|
370
370
|
contentType: "application/json",
|
|
371
371
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class AsyncPassthrough {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.ats.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.
|
|
120
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -117,7 +117,7 @@ class Attachments {
|
|
|
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.
|
|
120
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
@@ -176,7 +176,7 @@ class Attachments {
|
|
|
176
176
|
: undefined,
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "0.
|
|
179
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
@@ -244,7 +244,7 @@ class Attachments {
|
|
|
244
244
|
: undefined,
|
|
245
245
|
"X-Fern-Language": "JavaScript",
|
|
246
246
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
247
|
-
"X-Fern-SDK-Version": "0.
|
|
247
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
248
248
|
},
|
|
249
249
|
contentType: "application/json",
|
|
250
250
|
queryParameters: _queryParams,
|
|
@@ -295,7 +295,7 @@ class Attachments {
|
|
|
295
295
|
: undefined,
|
|
296
296
|
"X-Fern-Language": "JavaScript",
|
|
297
297
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
298
|
-
"X-Fern-SDK-Version": "0.
|
|
298
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
299
299
|
},
|
|
300
300
|
contentType: "application/json",
|
|
301
301
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -85,7 +85,7 @@ class AuditTrail {
|
|
|
85
85
|
: undefined,
|
|
86
86
|
"X-Fern-Language": "JavaScript",
|
|
87
87
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
88
|
-
"X-Fern-SDK-Version": "0.
|
|
88
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
89
89
|
},
|
|
90
90
|
contentType: "application/json",
|
|
91
91
|
queryParameters: _queryParams,
|
|
@@ -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.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -120,7 +120,7 @@ class Candidates {
|
|
|
120
120
|
: undefined,
|
|
121
121
|
"X-Fern-Language": "JavaScript",
|
|
122
122
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
123
|
-
"X-Fern-SDK-Version": "0.
|
|
123
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
124
124
|
},
|
|
125
125
|
contentType: "application/json",
|
|
126
126
|
queryParameters: _queryParams,
|
|
@@ -179,7 +179,7 @@ class Candidates {
|
|
|
179
179
|
: undefined,
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
182
|
-
"X-Fern-SDK-Version": "0.
|
|
182
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
183
183
|
},
|
|
184
184
|
contentType: "application/json",
|
|
185
185
|
queryParameters: _queryParams,
|
|
@@ -241,7 +241,7 @@ class Candidates {
|
|
|
241
241
|
: undefined,
|
|
242
242
|
"X-Fern-Language": "JavaScript",
|
|
243
243
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
244
|
-
"X-Fern-SDK-Version": "0.
|
|
244
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
245
245
|
},
|
|
246
246
|
contentType: "application/json",
|
|
247
247
|
queryParameters: _queryParams,
|
|
@@ -300,7 +300,7 @@ class Candidates {
|
|
|
300
300
|
: undefined,
|
|
301
301
|
"X-Fern-Language": "JavaScript",
|
|
302
302
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
303
|
-
"X-Fern-SDK-Version": "0.
|
|
303
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
304
304
|
},
|
|
305
305
|
contentType: "application/json",
|
|
306
306
|
queryParameters: _queryParams,
|
|
@@ -354,7 +354,7 @@ class Candidates {
|
|
|
354
354
|
: undefined,
|
|
355
355
|
"X-Fern-Language": "JavaScript",
|
|
356
356
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
357
|
-
"X-Fern-SDK-Version": "0.
|
|
357
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
358
358
|
},
|
|
359
359
|
contentType: "application/json",
|
|
360
360
|
body: yield serializers.ats.IgnoreCommonModelRequest.jsonOrThrow(request, {
|
|
@@ -402,7 +402,7 @@ class Candidates {
|
|
|
402
402
|
: undefined,
|
|
403
403
|
"X-Fern-Language": "JavaScript",
|
|
404
404
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
405
|
-
"X-Fern-SDK-Version": "0.
|
|
405
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
406
406
|
},
|
|
407
407
|
contentType: "application/json",
|
|
408
408
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -452,7 +452,7 @@ class Candidates {
|
|
|
452
452
|
: undefined,
|
|
453
453
|
"X-Fern-Language": "JavaScript",
|
|
454
454
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
455
|
-
"X-Fern-SDK-Version": "0.
|
|
455
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
456
456
|
},
|
|
457
457
|
contentType: "application/json",
|
|
458
458
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -63,7 +63,7 @@ class DeleteAccount {
|
|
|
63
63
|
: undefined,
|
|
64
64
|
"X-Fern-Language": "JavaScript",
|
|
65
65
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
66
|
-
"X-Fern-SDK-Version": "0.
|
|
66
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
67
67
|
},
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -94,7 +94,7 @@ class Departments {
|
|
|
94
94
|
: undefined,
|
|
95
95
|
"X-Fern-Language": "JavaScript",
|
|
96
96
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
97
|
-
"X-Fern-SDK-Version": "0.
|
|
97
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
98
98
|
},
|
|
99
99
|
contentType: "application/json",
|
|
100
100
|
queryParameters: _queryParams,
|
|
@@ -150,7 +150,7 @@ class Departments {
|
|
|
150
150
|
: undefined,
|
|
151
151
|
"X-Fern-Language": "JavaScript",
|
|
152
152
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
153
|
-
"X-Fern-SDK-Version": "0.
|
|
153
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
154
154
|
},
|
|
155
155
|
contentType: "application/json",
|
|
156
156
|
queryParameters: _queryParams,
|
|
@@ -106,7 +106,7 @@ class Eeocs {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "0.
|
|
109
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -171,7 +171,7 @@ class Eeocs {
|
|
|
171
171
|
: undefined,
|
|
172
172
|
"X-Fern-Language": "JavaScript",
|
|
173
173
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
174
|
-
"X-Fern-SDK-Version": "0.
|
|
174
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
175
175
|
},
|
|
176
176
|
contentType: "application/json",
|
|
177
177
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class ForceResync {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|