@mergeapi/merge-node-client 0.1.8 → 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/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/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 +3 -1
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
- package/api/resources/accounting/types/InvoiceStatus.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 +9 -0
- package/api/resources/accounting/types/index.js +9 -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/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/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 +3 -1
- 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/InvoiceStatus.d.ts +15 -0
- package/dist/api/resources/accounting/types/InvoiceStatus.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 +9 -0
- package/dist/api/resources/accounting/types/index.js +9 -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/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/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 +2 -1
- package/dist/serialization/resources/accounting/types/Invoice.js +6 -1
- 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/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceStatus.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 +9 -0
- package/dist/serialization/resources/accounting/types/index.js +9 -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/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/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 +2 -1
- package/serialization/resources/accounting/types/Invoice.js +6 -1
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceStatus.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 +9 -0
- package/serialization/resources/accounting/types/index.js +9 -0
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
|
@@ -20,6 +20,7 @@ export declare namespace CreditNoteLineItem {
|
|
|
20
20
|
account?: string | null;
|
|
21
21
|
company?: serializers.accounting.CreditNoteLineItemCompany.Raw | null;
|
|
22
22
|
remote_id?: string | null;
|
|
23
|
+
remote_was_deleted?: boolean | null;
|
|
23
24
|
created_at?: string | null;
|
|
24
25
|
modified_at?: string | null;
|
|
25
26
|
}
|
|
@@ -53,6 +53,7 @@ exports.CreditNoteLineItem = core.serialization.object({
|
|
|
53
53
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.CreditNoteLineItemCompany; }))
|
|
54
54
|
.optional(),
|
|
55
55
|
remoteId: core.serialization.property("remote_id", core.serialization.string().optional()),
|
|
56
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
56
57
|
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
57
58
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
58
59
|
});
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const CreditNotesListRequestExpand: core.serialization.Schema<serializers.accounting.CreditNotesListRequestExpand.Raw, Merge.accounting.CreditNotesListRequestExpand>;
|
|
8
8
|
export declare namespace CreditNotesListRequestExpand {
|
|
9
|
-
type Raw = "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
9
|
+
type Raw = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,company,accounting_period" | "applied_payments,contact" | "applied_payments,contact,accounting_period" | "applied_payments,contact,company" | "applied_payments,contact,company,accounting_period" | "applied_payments,line_items" | "applied_payments,line_items,accounting_period" | "applied_payments,line_items,company" | "applied_payments,line_items,company,accounting_period" | "applied_payments,line_items,contact" | "applied_payments,line_items,contact,accounting_period" | "applied_payments,line_items,contact,company" | "applied_payments,line_items,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories" | "applied_payments,line_items,tracking_categories,accounting_period" | "applied_payments,line_items,tracking_categories,company" | "applied_payments,line_items,tracking_categories,company,accounting_period" | "applied_payments,line_items,tracking_categories,contact" | "applied_payments,line_items,tracking_categories,contact,accounting_period" | "applied_payments,line_items,tracking_categories,contact,company" | "applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "applied_payments,tracking_categories" | "applied_payments,tracking_categories,accounting_period" | "applied_payments,tracking_categories,company" | "applied_payments,tracking_categories,company,accounting_period" | "applied_payments,tracking_categories,contact" | "applied_payments,tracking_categories,contact,accounting_period" | "applied_payments,tracking_categories,contact,company" | "applied_payments,tracking_categories,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,applied_payments" | "payments,applied_payments,accounting_period" | "payments,applied_payments,company" | "payments,applied_payments,company,accounting_period" | "payments,applied_payments,contact" | "payments,applied_payments,contact,accounting_period" | "payments,applied_payments,contact,company" | "payments,applied_payments,contact,company,accounting_period" | "payments,applied_payments,line_items" | "payments,applied_payments,line_items,accounting_period" | "payments,applied_payments,line_items,company" | "payments,applied_payments,line_items,company,accounting_period" | "payments,applied_payments,line_items,contact" | "payments,applied_payments,line_items,contact,accounting_period" | "payments,applied_payments,line_items,contact,company" | "payments,applied_payments,line_items,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories" | "payments,applied_payments,line_items,tracking_categories,accounting_period" | "payments,applied_payments,line_items,tracking_categories,company" | "payments,applied_payments,line_items,tracking_categories,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact" | "payments,applied_payments,line_items,tracking_categories,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact,company" | "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,applied_payments,tracking_categories,contact" | "payments,applied_payments,tracking_categories,contact,accounting_period" | "payments,applied_payments,tracking_categories,contact,company" | "payments,applied_payments,tracking_categories,contact,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
10
10
|
}
|
|
@@ -30,6 +30,38 @@ exports.CreditNotesListRequestExpand = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.CreditNotesListRequestExpand = core.serialization.enum_([
|
|
32
32
|
"accounting_period",
|
|
33
|
+
"applied_payments",
|
|
34
|
+
"applied_payments,accounting_period",
|
|
35
|
+
"applied_payments,company",
|
|
36
|
+
"applied_payments,company,accounting_period",
|
|
37
|
+
"applied_payments,contact",
|
|
38
|
+
"applied_payments,contact,accounting_period",
|
|
39
|
+
"applied_payments,contact,company",
|
|
40
|
+
"applied_payments,contact,company,accounting_period",
|
|
41
|
+
"applied_payments,line_items",
|
|
42
|
+
"applied_payments,line_items,accounting_period",
|
|
43
|
+
"applied_payments,line_items,company",
|
|
44
|
+
"applied_payments,line_items,company,accounting_period",
|
|
45
|
+
"applied_payments,line_items,contact",
|
|
46
|
+
"applied_payments,line_items,contact,accounting_period",
|
|
47
|
+
"applied_payments,line_items,contact,company",
|
|
48
|
+
"applied_payments,line_items,contact,company,accounting_period",
|
|
49
|
+
"applied_payments,line_items,tracking_categories",
|
|
50
|
+
"applied_payments,line_items,tracking_categories,accounting_period",
|
|
51
|
+
"applied_payments,line_items,tracking_categories,company",
|
|
52
|
+
"applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
53
|
+
"applied_payments,line_items,tracking_categories,contact",
|
|
54
|
+
"applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
55
|
+
"applied_payments,line_items,tracking_categories,contact,company",
|
|
56
|
+
"applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
57
|
+
"applied_payments,tracking_categories",
|
|
58
|
+
"applied_payments,tracking_categories,accounting_period",
|
|
59
|
+
"applied_payments,tracking_categories,company",
|
|
60
|
+
"applied_payments,tracking_categories,company,accounting_period",
|
|
61
|
+
"applied_payments,tracking_categories,contact",
|
|
62
|
+
"applied_payments,tracking_categories,contact,accounting_period",
|
|
63
|
+
"applied_payments,tracking_categories,contact,company",
|
|
64
|
+
"applied_payments,tracking_categories,contact,company,accounting_period",
|
|
33
65
|
"company",
|
|
34
66
|
"company,accounting_period",
|
|
35
67
|
"contact",
|
|
@@ -54,6 +86,38 @@ exports.CreditNotesListRequestExpand = core.serialization.enum_([
|
|
|
54
86
|
"line_items,tracking_categories,contact,company,accounting_period",
|
|
55
87
|
"payments",
|
|
56
88
|
"payments,accounting_period",
|
|
89
|
+
"payments,applied_payments",
|
|
90
|
+
"payments,applied_payments,accounting_period",
|
|
91
|
+
"payments,applied_payments,company",
|
|
92
|
+
"payments,applied_payments,company,accounting_period",
|
|
93
|
+
"payments,applied_payments,contact",
|
|
94
|
+
"payments,applied_payments,contact,accounting_period",
|
|
95
|
+
"payments,applied_payments,contact,company",
|
|
96
|
+
"payments,applied_payments,contact,company,accounting_period",
|
|
97
|
+
"payments,applied_payments,line_items",
|
|
98
|
+
"payments,applied_payments,line_items,accounting_period",
|
|
99
|
+
"payments,applied_payments,line_items,company",
|
|
100
|
+
"payments,applied_payments,line_items,company,accounting_period",
|
|
101
|
+
"payments,applied_payments,line_items,contact",
|
|
102
|
+
"payments,applied_payments,line_items,contact,accounting_period",
|
|
103
|
+
"payments,applied_payments,line_items,contact,company",
|
|
104
|
+
"payments,applied_payments,line_items,contact,company,accounting_period",
|
|
105
|
+
"payments,applied_payments,line_items,tracking_categories",
|
|
106
|
+
"payments,applied_payments,line_items,tracking_categories,accounting_period",
|
|
107
|
+
"payments,applied_payments,line_items,tracking_categories,company",
|
|
108
|
+
"payments,applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
109
|
+
"payments,applied_payments,line_items,tracking_categories,contact",
|
|
110
|
+
"payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
111
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company",
|
|
112
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
113
|
+
"payments,applied_payments,tracking_categories",
|
|
114
|
+
"payments,applied_payments,tracking_categories,accounting_period",
|
|
115
|
+
"payments,applied_payments,tracking_categories,company",
|
|
116
|
+
"payments,applied_payments,tracking_categories,company,accounting_period",
|
|
117
|
+
"payments,applied_payments,tracking_categories,contact",
|
|
118
|
+
"payments,applied_payments,tracking_categories,contact,accounting_period",
|
|
119
|
+
"payments,applied_payments,tracking_categories,contact,company",
|
|
120
|
+
"payments,applied_payments,tracking_categories,contact,company,accounting_period",
|
|
57
121
|
"payments,company",
|
|
58
122
|
"payments,company,accounting_period",
|
|
59
123
|
"payments,contact",
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const CreditNotesRetrieveRequestExpand: core.serialization.Schema<serializers.accounting.CreditNotesRetrieveRequestExpand.Raw, Merge.accounting.CreditNotesRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace CreditNotesRetrieveRequestExpand {
|
|
9
|
-
type Raw = "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
9
|
+
type Raw = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,company,accounting_period" | "applied_payments,contact" | "applied_payments,contact,accounting_period" | "applied_payments,contact,company" | "applied_payments,contact,company,accounting_period" | "applied_payments,line_items" | "applied_payments,line_items,accounting_period" | "applied_payments,line_items,company" | "applied_payments,line_items,company,accounting_period" | "applied_payments,line_items,contact" | "applied_payments,line_items,contact,accounting_period" | "applied_payments,line_items,contact,company" | "applied_payments,line_items,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories" | "applied_payments,line_items,tracking_categories,accounting_period" | "applied_payments,line_items,tracking_categories,company" | "applied_payments,line_items,tracking_categories,company,accounting_period" | "applied_payments,line_items,tracking_categories,contact" | "applied_payments,line_items,tracking_categories,contact,accounting_period" | "applied_payments,line_items,tracking_categories,contact,company" | "applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "applied_payments,tracking_categories" | "applied_payments,tracking_categories,accounting_period" | "applied_payments,tracking_categories,company" | "applied_payments,tracking_categories,company,accounting_period" | "applied_payments,tracking_categories,contact" | "applied_payments,tracking_categories,contact,accounting_period" | "applied_payments,tracking_categories,contact,company" | "applied_payments,tracking_categories,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,applied_payments" | "payments,applied_payments,accounting_period" | "payments,applied_payments,company" | "payments,applied_payments,company,accounting_period" | "payments,applied_payments,contact" | "payments,applied_payments,contact,accounting_period" | "payments,applied_payments,contact,company" | "payments,applied_payments,contact,company,accounting_period" | "payments,applied_payments,line_items" | "payments,applied_payments,line_items,accounting_period" | "payments,applied_payments,line_items,company" | "payments,applied_payments,line_items,company,accounting_period" | "payments,applied_payments,line_items,contact" | "payments,applied_payments,line_items,contact,accounting_period" | "payments,applied_payments,line_items,contact,company" | "payments,applied_payments,line_items,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories" | "payments,applied_payments,line_items,tracking_categories,accounting_period" | "payments,applied_payments,line_items,tracking_categories,company" | "payments,applied_payments,line_items,tracking_categories,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact" | "payments,applied_payments,line_items,tracking_categories,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact,company" | "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,applied_payments,tracking_categories,contact" | "payments,applied_payments,tracking_categories,contact,accounting_period" | "payments,applied_payments,tracking_categories,contact,company" | "payments,applied_payments,tracking_categories,contact,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
10
10
|
}
|
|
@@ -30,6 +30,38 @@ exports.CreditNotesRetrieveRequestExpand = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.CreditNotesRetrieveRequestExpand = core.serialization.enum_([
|
|
32
32
|
"accounting_period",
|
|
33
|
+
"applied_payments",
|
|
34
|
+
"applied_payments,accounting_period",
|
|
35
|
+
"applied_payments,company",
|
|
36
|
+
"applied_payments,company,accounting_period",
|
|
37
|
+
"applied_payments,contact",
|
|
38
|
+
"applied_payments,contact,accounting_period",
|
|
39
|
+
"applied_payments,contact,company",
|
|
40
|
+
"applied_payments,contact,company,accounting_period",
|
|
41
|
+
"applied_payments,line_items",
|
|
42
|
+
"applied_payments,line_items,accounting_period",
|
|
43
|
+
"applied_payments,line_items,company",
|
|
44
|
+
"applied_payments,line_items,company,accounting_period",
|
|
45
|
+
"applied_payments,line_items,contact",
|
|
46
|
+
"applied_payments,line_items,contact,accounting_period",
|
|
47
|
+
"applied_payments,line_items,contact,company",
|
|
48
|
+
"applied_payments,line_items,contact,company,accounting_period",
|
|
49
|
+
"applied_payments,line_items,tracking_categories",
|
|
50
|
+
"applied_payments,line_items,tracking_categories,accounting_period",
|
|
51
|
+
"applied_payments,line_items,tracking_categories,company",
|
|
52
|
+
"applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
53
|
+
"applied_payments,line_items,tracking_categories,contact",
|
|
54
|
+
"applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
55
|
+
"applied_payments,line_items,tracking_categories,contact,company",
|
|
56
|
+
"applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
57
|
+
"applied_payments,tracking_categories",
|
|
58
|
+
"applied_payments,tracking_categories,accounting_period",
|
|
59
|
+
"applied_payments,tracking_categories,company",
|
|
60
|
+
"applied_payments,tracking_categories,company,accounting_period",
|
|
61
|
+
"applied_payments,tracking_categories,contact",
|
|
62
|
+
"applied_payments,tracking_categories,contact,accounting_period",
|
|
63
|
+
"applied_payments,tracking_categories,contact,company",
|
|
64
|
+
"applied_payments,tracking_categories,contact,company,accounting_period",
|
|
33
65
|
"company",
|
|
34
66
|
"company,accounting_period",
|
|
35
67
|
"contact",
|
|
@@ -54,6 +86,38 @@ exports.CreditNotesRetrieveRequestExpand = core.serialization.enum_([
|
|
|
54
86
|
"line_items,tracking_categories,contact,company,accounting_period",
|
|
55
87
|
"payments",
|
|
56
88
|
"payments,accounting_period",
|
|
89
|
+
"payments,applied_payments",
|
|
90
|
+
"payments,applied_payments,accounting_period",
|
|
91
|
+
"payments,applied_payments,company",
|
|
92
|
+
"payments,applied_payments,company,accounting_period",
|
|
93
|
+
"payments,applied_payments,contact",
|
|
94
|
+
"payments,applied_payments,contact,accounting_period",
|
|
95
|
+
"payments,applied_payments,contact,company",
|
|
96
|
+
"payments,applied_payments,contact,company,accounting_period",
|
|
97
|
+
"payments,applied_payments,line_items",
|
|
98
|
+
"payments,applied_payments,line_items,accounting_period",
|
|
99
|
+
"payments,applied_payments,line_items,company",
|
|
100
|
+
"payments,applied_payments,line_items,company,accounting_period",
|
|
101
|
+
"payments,applied_payments,line_items,contact",
|
|
102
|
+
"payments,applied_payments,line_items,contact,accounting_period",
|
|
103
|
+
"payments,applied_payments,line_items,contact,company",
|
|
104
|
+
"payments,applied_payments,line_items,contact,company,accounting_period",
|
|
105
|
+
"payments,applied_payments,line_items,tracking_categories",
|
|
106
|
+
"payments,applied_payments,line_items,tracking_categories,accounting_period",
|
|
107
|
+
"payments,applied_payments,line_items,tracking_categories,company",
|
|
108
|
+
"payments,applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
109
|
+
"payments,applied_payments,line_items,tracking_categories,contact",
|
|
110
|
+
"payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
111
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company",
|
|
112
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
113
|
+
"payments,applied_payments,tracking_categories",
|
|
114
|
+
"payments,applied_payments,tracking_categories,accounting_period",
|
|
115
|
+
"payments,applied_payments,tracking_categories,company",
|
|
116
|
+
"payments,applied_payments,tracking_categories,company,accounting_period",
|
|
117
|
+
"payments,applied_payments,tracking_categories,contact",
|
|
118
|
+
"payments,applied_payments,tracking_categories,contact,accounting_period",
|
|
119
|
+
"payments,applied_payments,tracking_categories,contact,company",
|
|
120
|
+
"payments,applied_payments,tracking_categories,contact,company,accounting_period",
|
|
57
121
|
"payments,company",
|
|
58
122
|
"payments,company,accounting_period",
|
|
59
123
|
"payments,contact",
|
|
@@ -13,7 +13,7 @@ export declare namespace ExpenseLineRequest {
|
|
|
13
13
|
tracking_category?: serializers.accounting.ExpenseLineRequestTrackingCategory.Raw | null;
|
|
14
14
|
tracking_categories?: (serializers.accounting.ExpenseLineRequestTrackingCategoriesItem.Raw | null | undefined)[] | null;
|
|
15
15
|
company?: string | null;
|
|
16
|
-
currency?: serializers.accounting.
|
|
16
|
+
currency?: serializers.accounting.ExpenseLineRequestCurrency.Raw | null;
|
|
17
17
|
account?: serializers.accounting.ExpenseLineRequestAccount.Raw | null;
|
|
18
18
|
contact?: serializers.accounting.ExpenseLineRequestContact.Raw | null;
|
|
19
19
|
description?: string | null;
|
|
@@ -50,7 +50,9 @@ exports.ExpenseLineRequest = core.serialization.object({
|
|
|
50
50
|
.optional())
|
|
51
51
|
.optional()),
|
|
52
52
|
company: core.serialization.string().optional(),
|
|
53
|
-
currency: core.serialization
|
|
53
|
+
currency: core.serialization
|
|
54
|
+
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.ExpenseLineRequestCurrency; }))
|
|
55
|
+
.optional(),
|
|
54
56
|
account: core.serialization
|
|
55
57
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.ExpenseLineRequestAccount; }))
|
|
56
58
|
.optional(),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ExpenseLineRequestCurrency: core.serialization.Schema<serializers.accounting.ExpenseLineRequestCurrency.Raw, Merge.accounting.ExpenseLineRequestCurrency>;
|
|
8
|
+
export declare namespace ExpenseLineRequestCurrency {
|
|
9
|
+
type Raw = serializers.accounting.CurrencyEnum.Raw | string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ExpenseLineRequestCurrency = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ExpenseLineRequestCurrency = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.CurrencyEnum; })),
|
|
42
|
+
core.serialization.string(),
|
|
43
|
+
]);
|
|
@@ -20,13 +20,14 @@ export declare namespace Invoice {
|
|
|
20
20
|
exchange_rate?: string | null;
|
|
21
21
|
total_discount?: number | null;
|
|
22
22
|
sub_total?: number | null;
|
|
23
|
-
status?: serializers.accounting.
|
|
23
|
+
status?: serializers.accounting.InvoiceStatus.Raw | null;
|
|
24
24
|
total_tax_amount?: number | null;
|
|
25
25
|
total_amount?: number | null;
|
|
26
26
|
balance?: number | null;
|
|
27
27
|
remote_updated_at?: string | null;
|
|
28
28
|
tracking_categories?: (serializers.accounting.InvoiceTrackingCategoriesItem.Raw | null | undefined)[] | null;
|
|
29
29
|
payments?: (serializers.accounting.InvoicePaymentsItem.Raw | null | undefined)[] | null;
|
|
30
|
+
applied_payments?: (serializers.accounting.InvoiceAppliedPaymentsItem.Raw | null | undefined)[] | null;
|
|
30
31
|
line_items?: serializers.accounting.InvoiceLineItem.Raw[] | null;
|
|
31
32
|
remote_was_deleted?: boolean | null;
|
|
32
33
|
accounting_period?: serializers.accounting.InvoiceAccountingPeriod.Raw | null;
|
|
@@ -51,7 +51,7 @@ exports.Invoice = core.serialization.object({
|
|
|
51
51
|
exchangeRate: core.serialization.property("exchange_rate", core.serialization.string().optional()),
|
|
52
52
|
totalDiscount: core.serialization.property("total_discount", core.serialization.number().optional()),
|
|
53
53
|
subTotal: core.serialization.property("sub_total", core.serialization.number().optional()),
|
|
54
|
-
status: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.
|
|
54
|
+
status: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.InvoiceStatus; })).optional(),
|
|
55
55
|
totalTaxAmount: core.serialization.property("total_tax_amount", core.serialization.number().optional()),
|
|
56
56
|
totalAmount: core.serialization.property("total_amount", core.serialization.number().optional()),
|
|
57
57
|
balance: core.serialization.number().optional(),
|
|
@@ -66,6 +66,11 @@ exports.Invoice = core.serialization.object({
|
|
|
66
66
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.InvoicePaymentsItem; }))
|
|
67
67
|
.optional())
|
|
68
68
|
.optional(),
|
|
69
|
+
appliedPayments: core.serialization.property("applied_payments", core.serialization
|
|
70
|
+
.list(core.serialization
|
|
71
|
+
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.InvoiceAppliedPaymentsItem; }))
|
|
72
|
+
.optional())
|
|
73
|
+
.optional()),
|
|
69
74
|
lineItems: core.serialization.property("line_items", core.serialization
|
|
70
75
|
.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.InvoiceLineItem; })))
|
|
71
76
|
.optional()),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const InvoiceAppliedPaymentsItem: core.serialization.Schema<serializers.accounting.InvoiceAppliedPaymentsItem.Raw, Merge.accounting.InvoiceAppliedPaymentsItem>;
|
|
8
|
+
export declare namespace InvoiceAppliedPaymentsItem {
|
|
9
|
+
type Raw = string | serializers.accounting.PaymentLineItem.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.InvoiceAppliedPaymentsItem = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.InvoiceAppliedPaymentsItem = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.string(),
|
|
42
|
+
core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentLineItem; })),
|
|
43
|
+
]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const InvoiceStatus: core.serialization.Schema<serializers.accounting.InvoiceStatus.Raw, Merge.accounting.InvoiceStatus>;
|
|
8
|
+
export declare namespace InvoiceStatus {
|
|
9
|
+
type Raw = serializers.accounting.InvoiceStatusEnum.Raw | string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.InvoiceStatus = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.InvoiceStatus = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.InvoiceStatusEnum; })),
|
|
42
|
+
core.serialization.string(),
|
|
43
|
+
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const InvoicesListRequestExpand: core.serialization.Schema<serializers.accounting.InvoicesListRequestExpand.Raw, Merge.accounting.InvoicesListRequestExpand>;
|
|
8
8
|
export declare namespace InvoicesListRequestExpand {
|
|
9
|
-
type Raw = "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,purchase_orders" | "line_items,purchase_orders,accounting_period" | "line_items,purchase_orders,company" | "line_items,purchase_orders,company,accounting_period" | "line_items,purchase_orders,contact" | "line_items,purchase_orders,contact,accounting_period" | "line_items,purchase_orders,contact,company" | "line_items,purchase_orders,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "line_items,tracking_categories,purchase_orders" | "line_items,tracking_categories,purchase_orders,accounting_period" | "line_items,tracking_categories,purchase_orders,company" | "line_items,tracking_categories,purchase_orders,company,accounting_period" | "line_items,tracking_categories,purchase_orders,contact" | "line_items,tracking_categories,purchase_orders,contact,accounting_period" | "line_items,tracking_categories,purchase_orders,contact,company" | "line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,purchase_orders" | "payments,line_items,purchase_orders,accounting_period" | "payments,line_items,purchase_orders,company" | "payments,line_items,purchase_orders,company,accounting_period" | "payments,line_items,purchase_orders,contact" | "payments,line_items,purchase_orders,contact,accounting_period" | "payments,line_items,purchase_orders,contact,company" | "payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders" | "payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,company" | "payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact" | "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,purchase_orders" | "payments,purchase_orders,accounting_period" | "payments,purchase_orders,company" | "payments,purchase_orders,company,accounting_period" | "payments,purchase_orders,contact" | "payments,purchase_orders,contact,accounting_period" | "payments,purchase_orders,contact,company" | "payments,purchase_orders,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories,purchase_orders" | "payments,tracking_categories,purchase_orders,accounting_period" | "payments,tracking_categories,purchase_orders,company" | "payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,tracking_categories,purchase_orders,contact" | "payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,tracking_categories,purchase_orders,contact,company" | "payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "purchase_orders" | "purchase_orders,accounting_period" | "purchase_orders,company" | "purchase_orders,company,accounting_period" | "purchase_orders,contact" | "purchase_orders,contact,accounting_period" | "purchase_orders,contact,company" | "purchase_orders,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,purchase_orders" | "tracking_categories,purchase_orders,accounting_period" | "tracking_categories,purchase_orders,company" | "tracking_categories,purchase_orders,company,accounting_period" | "tracking_categories,purchase_orders,contact" | "tracking_categories,purchase_orders,contact,accounting_period" | "tracking_categories,purchase_orders,contact,company" | "tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
9
|
+
type Raw = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,company,accounting_period" | "applied_payments,contact" | "applied_payments,contact,accounting_period" | "applied_payments,contact,company" | "applied_payments,contact,company,accounting_period" | "applied_payments,line_items" | "applied_payments,line_items,accounting_period" | "applied_payments,line_items,company" | "applied_payments,line_items,company,accounting_period" | "applied_payments,line_items,contact" | "applied_payments,line_items,contact,accounting_period" | "applied_payments,line_items,contact,company" | "applied_payments,line_items,contact,company,accounting_period" | "applied_payments,line_items,purchase_orders" | "applied_payments,line_items,purchase_orders,accounting_period" | "applied_payments,line_items,purchase_orders,company" | "applied_payments,line_items,purchase_orders,company,accounting_period" | "applied_payments,line_items,purchase_orders,contact" | "applied_payments,line_items,purchase_orders,contact,accounting_period" | "applied_payments,line_items,purchase_orders,contact,company" | "applied_payments,line_items,purchase_orders,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories" | "applied_payments,line_items,tracking_categories,accounting_period" | "applied_payments,line_items,tracking_categories,company" | "applied_payments,line_items,tracking_categories,company,accounting_period" | "applied_payments,line_items,tracking_categories,contact" | "applied_payments,line_items,tracking_categories,contact,accounting_period" | "applied_payments,line_items,tracking_categories,contact,company" | "applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders" | "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,company" | "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,contact" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,company" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "applied_payments,purchase_orders" | "applied_payments,purchase_orders,accounting_period" | "applied_payments,purchase_orders,company" | "applied_payments,purchase_orders,company,accounting_period" | "applied_payments,purchase_orders,contact" | "applied_payments,purchase_orders,contact,accounting_period" | "applied_payments,purchase_orders,contact,company" | "applied_payments,purchase_orders,contact,company,accounting_period" | "applied_payments,tracking_categories" | "applied_payments,tracking_categories,accounting_period" | "applied_payments,tracking_categories,company" | "applied_payments,tracking_categories,company,accounting_period" | "applied_payments,tracking_categories,contact" | "applied_payments,tracking_categories,contact,accounting_period" | "applied_payments,tracking_categories,contact,company" | "applied_payments,tracking_categories,contact,company,accounting_period" | "applied_payments,tracking_categories,purchase_orders" | "applied_payments,tracking_categories,purchase_orders,accounting_period" | "applied_payments,tracking_categories,purchase_orders,company" | "applied_payments,tracking_categories,purchase_orders,company,accounting_period" | "applied_payments,tracking_categories,purchase_orders,contact" | "applied_payments,tracking_categories,purchase_orders,contact,accounting_period" | "applied_payments,tracking_categories,purchase_orders,contact,company" | "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,purchase_orders" | "line_items,purchase_orders,accounting_period" | "line_items,purchase_orders,company" | "line_items,purchase_orders,company,accounting_period" | "line_items,purchase_orders,contact" | "line_items,purchase_orders,contact,accounting_period" | "line_items,purchase_orders,contact,company" | "line_items,purchase_orders,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "line_items,tracking_categories,purchase_orders" | "line_items,tracking_categories,purchase_orders,accounting_period" | "line_items,tracking_categories,purchase_orders,company" | "line_items,tracking_categories,purchase_orders,company,accounting_period" | "line_items,tracking_categories,purchase_orders,contact" | "line_items,tracking_categories,purchase_orders,contact,accounting_period" | "line_items,tracking_categories,purchase_orders,contact,company" | "line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,applied_payments" | "payments,applied_payments,accounting_period" | "payments,applied_payments,company" | "payments,applied_payments,company,accounting_period" | "payments,applied_payments,contact" | "payments,applied_payments,contact,accounting_period" | "payments,applied_payments,contact,company" | "payments,applied_payments,contact,company,accounting_period" | "payments,applied_payments,line_items" | "payments,applied_payments,line_items,accounting_period" | "payments,applied_payments,line_items,company" | "payments,applied_payments,line_items,company,accounting_period" | "payments,applied_payments,line_items,contact" | "payments,applied_payments,line_items,contact,accounting_period" | "payments,applied_payments,line_items,contact,company" | "payments,applied_payments,line_items,contact,company,accounting_period" | "payments,applied_payments,line_items,purchase_orders" | "payments,applied_payments,line_items,purchase_orders,accounting_period" | "payments,applied_payments,line_items,purchase_orders,company" | "payments,applied_payments,line_items,purchase_orders,company,accounting_period" | "payments,applied_payments,line_items,purchase_orders,contact" | "payments,applied_payments,line_items,purchase_orders,contact,accounting_period" | "payments,applied_payments,line_items,purchase_orders,contact,company" | "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories" | "payments,applied_payments,line_items,tracking_categories,accounting_period" | "payments,applied_payments,line_items,tracking_categories,company" | "payments,applied_payments,line_items,tracking_categories,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact" | "payments,applied_payments,line_items,tracking_categories,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact,company" | "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,company" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,purchase_orders" | "payments,applied_payments,purchase_orders,accounting_period" | "payments,applied_payments,purchase_orders,company" | "payments,applied_payments,purchase_orders,company,accounting_period" | "payments,applied_payments,purchase_orders,contact" | "payments,applied_payments,purchase_orders,contact,accounting_period" | "payments,applied_payments,purchase_orders,contact,company" | "payments,applied_payments,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,applied_payments,tracking_categories,contact" | "payments,applied_payments,tracking_categories,contact,accounting_period" | "payments,applied_payments,tracking_categories,contact,company" | "payments,applied_payments,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders" | "payments,applied_payments,tracking_categories,purchase_orders,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,company" | "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,contact" | "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,contact,company" | "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,purchase_orders" | "payments,line_items,purchase_orders,accounting_period" | "payments,line_items,purchase_orders,company" | "payments,line_items,purchase_orders,company,accounting_period" | "payments,line_items,purchase_orders,contact" | "payments,line_items,purchase_orders,contact,accounting_period" | "payments,line_items,purchase_orders,contact,company" | "payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders" | "payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,company" | "payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact" | "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,purchase_orders" | "payments,purchase_orders,accounting_period" | "payments,purchase_orders,company" | "payments,purchase_orders,company,accounting_period" | "payments,purchase_orders,contact" | "payments,purchase_orders,contact,accounting_period" | "payments,purchase_orders,contact,company" | "payments,purchase_orders,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories,purchase_orders" | "payments,tracking_categories,purchase_orders,accounting_period" | "payments,tracking_categories,purchase_orders,company" | "payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,tracking_categories,purchase_orders,contact" | "payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,tracking_categories,purchase_orders,contact,company" | "payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "purchase_orders" | "purchase_orders,accounting_period" | "purchase_orders,company" | "purchase_orders,company,accounting_period" | "purchase_orders,contact" | "purchase_orders,contact,accounting_period" | "purchase_orders,contact,company" | "purchase_orders,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,purchase_orders" | "tracking_categories,purchase_orders,accounting_period" | "tracking_categories,purchase_orders,company" | "tracking_categories,purchase_orders,company,accounting_period" | "tracking_categories,purchase_orders,contact" | "tracking_categories,purchase_orders,contact,accounting_period" | "tracking_categories,purchase_orders,contact,company" | "tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
10
10
|
}
|