@mergeapi/merge-node-client 0.1.8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/CreditNote.d.ts +2 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/Payment.d.ts +1 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/api/resources/accounting/types/index.d.ts +7 -0
- package/api/resources/accounting/types/index.js +7 -0
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/index.d.ts +7 -0
- package/dist/api/resources/accounting/types/index.js +7 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +5 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Payment.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +7 -0
- package/dist/serialization/resources/accounting/types/index.js +7 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/serialization/resources/accounting/types/Invoice.js +5 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/serialization/resources/accounting/types/Payment.js +3 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/serialization/resources/accounting/types/index.d.ts +7 -0
- package/serialization/resources/accounting/types/index.js +7 -0
|
@@ -1,9 +1,73 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type InvoicesRetrieveRequestExpand = "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";
|
|
4
|
+
export declare type InvoicesRetrieveRequestExpand = "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";
|
|
5
5
|
export declare const InvoicesRetrieveRequestExpand: {
|
|
6
6
|
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AppliedPayments: "applied_payments";
|
|
8
|
+
readonly AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period";
|
|
9
|
+
readonly AppliedPaymentsCompany: "applied_payments,company";
|
|
10
|
+
readonly AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period";
|
|
11
|
+
readonly AppliedPaymentsContact: "applied_payments,contact";
|
|
12
|
+
readonly AppliedPaymentsContactAccountingPeriod: "applied_payments,contact,accounting_period";
|
|
13
|
+
readonly AppliedPaymentsContactCompany: "applied_payments,contact,company";
|
|
14
|
+
readonly AppliedPaymentsContactCompanyAccountingPeriod: "applied_payments,contact,company,accounting_period";
|
|
15
|
+
readonly AppliedPaymentsLineItems: "applied_payments,line_items";
|
|
16
|
+
readonly AppliedPaymentsLineItemsAccountingPeriod: "applied_payments,line_items,accounting_period";
|
|
17
|
+
readonly AppliedPaymentsLineItemsCompany: "applied_payments,line_items,company";
|
|
18
|
+
readonly AppliedPaymentsLineItemsCompanyAccountingPeriod: "applied_payments,line_items,company,accounting_period";
|
|
19
|
+
readonly AppliedPaymentsLineItemsContact: "applied_payments,line_items,contact";
|
|
20
|
+
readonly AppliedPaymentsLineItemsContactAccountingPeriod: "applied_payments,line_items,contact,accounting_period";
|
|
21
|
+
readonly AppliedPaymentsLineItemsContactCompany: "applied_payments,line_items,contact,company";
|
|
22
|
+
readonly AppliedPaymentsLineItemsContactCompanyAccountingPeriod: "applied_payments,line_items,contact,company,accounting_period";
|
|
23
|
+
readonly AppliedPaymentsLineItemsPurchaseOrders: "applied_payments,line_items,purchase_orders";
|
|
24
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "applied_payments,line_items,purchase_orders,accounting_period";
|
|
25
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersCompany: "applied_payments,line_items,purchase_orders,company";
|
|
26
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,company,accounting_period";
|
|
27
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersContact: "applied_payments,line_items,purchase_orders,contact";
|
|
28
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,accounting_period";
|
|
29
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersContactCompany: "applied_payments,line_items,purchase_orders,contact,company";
|
|
30
|
+
readonly AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,company,accounting_period";
|
|
31
|
+
readonly AppliedPaymentsLineItemsTrackingCategories: "applied_payments,line_items,tracking_categories";
|
|
32
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "applied_payments,line_items,tracking_categories,accounting_period";
|
|
33
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesCompany: "applied_payments,line_items,tracking_categories,company";
|
|
34
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,company,accounting_period";
|
|
35
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesContact: "applied_payments,line_items,tracking_categories,contact";
|
|
36
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,accounting_period";
|
|
37
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesContactCompany: "applied_payments,line_items,tracking_categories,contact,company";
|
|
38
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,company,accounting_period";
|
|
39
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "applied_payments,line_items,tracking_categories,purchase_orders";
|
|
40
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period";
|
|
41
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,line_items,tracking_categories,purchase_orders,company";
|
|
42
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period";
|
|
43
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "applied_payments,line_items,tracking_categories,purchase_orders,contact";
|
|
44
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period";
|
|
45
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company";
|
|
46
|
+
readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
47
|
+
readonly AppliedPaymentsPurchaseOrders: "applied_payments,purchase_orders";
|
|
48
|
+
readonly AppliedPaymentsPurchaseOrdersAccountingPeriod: "applied_payments,purchase_orders,accounting_period";
|
|
49
|
+
readonly AppliedPaymentsPurchaseOrdersCompany: "applied_payments,purchase_orders,company";
|
|
50
|
+
readonly AppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,purchase_orders,company,accounting_period";
|
|
51
|
+
readonly AppliedPaymentsPurchaseOrdersContact: "applied_payments,purchase_orders,contact";
|
|
52
|
+
readonly AppliedPaymentsPurchaseOrdersContactAccountingPeriod: "applied_payments,purchase_orders,contact,accounting_period";
|
|
53
|
+
readonly AppliedPaymentsPurchaseOrdersContactCompany: "applied_payments,purchase_orders,contact,company";
|
|
54
|
+
readonly AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,purchase_orders,contact,company,accounting_period";
|
|
55
|
+
readonly AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories";
|
|
56
|
+
readonly AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period";
|
|
57
|
+
readonly AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company";
|
|
58
|
+
readonly AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period";
|
|
59
|
+
readonly AppliedPaymentsTrackingCategoriesContact: "applied_payments,tracking_categories,contact";
|
|
60
|
+
readonly AppliedPaymentsTrackingCategoriesContactAccountingPeriod: "applied_payments,tracking_categories,contact,accounting_period";
|
|
61
|
+
readonly AppliedPaymentsTrackingCategoriesContactCompany: "applied_payments,tracking_categories,contact,company";
|
|
62
|
+
readonly AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,tracking_categories,contact,company,accounting_period";
|
|
63
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrders: "applied_payments,tracking_categories,purchase_orders";
|
|
64
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,accounting_period";
|
|
65
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,tracking_categories,purchase_orders,company";
|
|
66
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,company,accounting_period";
|
|
67
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "applied_payments,tracking_categories,purchase_orders,contact";
|
|
68
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,accounting_period";
|
|
69
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,tracking_categories,purchase_orders,contact,company";
|
|
70
|
+
readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
7
71
|
readonly Company: "company";
|
|
8
72
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
9
73
|
readonly Contact: "contact";
|
|
@@ -44,6 +108,70 @@ export declare const InvoicesRetrieveRequestExpand: {
|
|
|
44
108
|
readonly LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "line_items,tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
45
109
|
readonly Payments: "payments";
|
|
46
110
|
readonly PaymentsAccountingPeriod: "payments,accounting_period";
|
|
111
|
+
readonly PaymentsAppliedPayments: "payments,applied_payments";
|
|
112
|
+
readonly PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period";
|
|
113
|
+
readonly PaymentsAppliedPaymentsCompany: "payments,applied_payments,company";
|
|
114
|
+
readonly PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period";
|
|
115
|
+
readonly PaymentsAppliedPaymentsContact: "payments,applied_payments,contact";
|
|
116
|
+
readonly PaymentsAppliedPaymentsContactAccountingPeriod: "payments,applied_payments,contact,accounting_period";
|
|
117
|
+
readonly PaymentsAppliedPaymentsContactCompany: "payments,applied_payments,contact,company";
|
|
118
|
+
readonly PaymentsAppliedPaymentsContactCompanyAccountingPeriod: "payments,applied_payments,contact,company,accounting_period";
|
|
119
|
+
readonly PaymentsAppliedPaymentsLineItems: "payments,applied_payments,line_items";
|
|
120
|
+
readonly PaymentsAppliedPaymentsLineItemsAccountingPeriod: "payments,applied_payments,line_items,accounting_period";
|
|
121
|
+
readonly PaymentsAppliedPaymentsLineItemsCompany: "payments,applied_payments,line_items,company";
|
|
122
|
+
readonly PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod: "payments,applied_payments,line_items,company,accounting_period";
|
|
123
|
+
readonly PaymentsAppliedPaymentsLineItemsContact: "payments,applied_payments,line_items,contact";
|
|
124
|
+
readonly PaymentsAppliedPaymentsLineItemsContactAccountingPeriod: "payments,applied_payments,line_items,contact,accounting_period";
|
|
125
|
+
readonly PaymentsAppliedPaymentsLineItemsContactCompany: "payments,applied_payments,line_items,contact,company";
|
|
126
|
+
readonly PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod: "payments,applied_payments,line_items,contact,company,accounting_period";
|
|
127
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrders: "payments,applied_payments,line_items,purchase_orders";
|
|
128
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,accounting_period";
|
|
129
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompany: "payments,applied_payments,line_items,purchase_orders,company";
|
|
130
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,company,accounting_period";
|
|
131
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContact: "payments,applied_payments,line_items,purchase_orders,contact";
|
|
132
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,accounting_period";
|
|
133
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompany: "payments,applied_payments,line_items,purchase_orders,contact,company";
|
|
134
|
+
readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period";
|
|
135
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategories: "payments,applied_payments,line_items,tracking_categories";
|
|
136
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,accounting_period";
|
|
137
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany: "payments,applied_payments,line_items,tracking_categories,company";
|
|
138
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,company,accounting_period";
|
|
139
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact: "payments,applied_payments,line_items,tracking_categories,contact";
|
|
140
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,accounting_period";
|
|
141
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany: "payments,applied_payments,line_items,tracking_categories,contact,company";
|
|
142
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period";
|
|
143
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "payments,applied_payments,line_items,tracking_categories,purchase_orders";
|
|
144
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period";
|
|
145
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company";
|
|
146
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period";
|
|
147
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact";
|
|
148
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period";
|
|
149
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company";
|
|
150
|
+
readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
151
|
+
readonly PaymentsAppliedPaymentsPurchaseOrders: "payments,applied_payments,purchase_orders";
|
|
152
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriod: "payments,applied_payments,purchase_orders,accounting_period";
|
|
153
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersCompany: "payments,applied_payments,purchase_orders,company";
|
|
154
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,company,accounting_period";
|
|
155
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersContact: "payments,applied_payments,purchase_orders,contact";
|
|
156
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,purchase_orders,contact,accounting_period";
|
|
157
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersContactCompany: "payments,applied_payments,purchase_orders,contact,company";
|
|
158
|
+
readonly PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,contact,company,accounting_period";
|
|
159
|
+
readonly PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories";
|
|
160
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period";
|
|
161
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company";
|
|
162
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period";
|
|
163
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesContact: "payments,applied_payments,tracking_categories,contact";
|
|
164
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,tracking_categories,contact,accounting_period";
|
|
165
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesContactCompany: "payments,applied_payments,tracking_categories,contact,company";
|
|
166
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,contact,company,accounting_period";
|
|
167
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrders: "payments,applied_payments,tracking_categories,purchase_orders";
|
|
168
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,accounting_period";
|
|
169
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,tracking_categories,purchase_orders,company";
|
|
170
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period";
|
|
171
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,tracking_categories,purchase_orders,contact";
|
|
172
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period";
|
|
173
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,tracking_categories,purchase_orders,contact,company";
|
|
174
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
47
175
|
readonly PaymentsCompany: "payments,company";
|
|
48
176
|
readonly PaymentsCompanyAccountingPeriod: "payments,company,accounting_period";
|
|
49
177
|
readonly PaymentsContact: "payments,contact";
|
|
@@ -6,6 +6,70 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.InvoicesRetrieveRequestExpand = void 0;
|
|
7
7
|
exports.InvoicesRetrieveRequestExpand = {
|
|
8
8
|
AccountingPeriod: "accounting_period",
|
|
9
|
+
AppliedPayments: "applied_payments",
|
|
10
|
+
AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period",
|
|
11
|
+
AppliedPaymentsCompany: "applied_payments,company",
|
|
12
|
+
AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period",
|
|
13
|
+
AppliedPaymentsContact: "applied_payments,contact",
|
|
14
|
+
AppliedPaymentsContactAccountingPeriod: "applied_payments,contact,accounting_period",
|
|
15
|
+
AppliedPaymentsContactCompany: "applied_payments,contact,company",
|
|
16
|
+
AppliedPaymentsContactCompanyAccountingPeriod: "applied_payments,contact,company,accounting_period",
|
|
17
|
+
AppliedPaymentsLineItems: "applied_payments,line_items",
|
|
18
|
+
AppliedPaymentsLineItemsAccountingPeriod: "applied_payments,line_items,accounting_period",
|
|
19
|
+
AppliedPaymentsLineItemsCompany: "applied_payments,line_items,company",
|
|
20
|
+
AppliedPaymentsLineItemsCompanyAccountingPeriod: "applied_payments,line_items,company,accounting_period",
|
|
21
|
+
AppliedPaymentsLineItemsContact: "applied_payments,line_items,contact",
|
|
22
|
+
AppliedPaymentsLineItemsContactAccountingPeriod: "applied_payments,line_items,contact,accounting_period",
|
|
23
|
+
AppliedPaymentsLineItemsContactCompany: "applied_payments,line_items,contact,company",
|
|
24
|
+
AppliedPaymentsLineItemsContactCompanyAccountingPeriod: "applied_payments,line_items,contact,company,accounting_period",
|
|
25
|
+
AppliedPaymentsLineItemsPurchaseOrders: "applied_payments,line_items,purchase_orders",
|
|
26
|
+
AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "applied_payments,line_items,purchase_orders,accounting_period",
|
|
27
|
+
AppliedPaymentsLineItemsPurchaseOrdersCompany: "applied_payments,line_items,purchase_orders,company",
|
|
28
|
+
AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,company,accounting_period",
|
|
29
|
+
AppliedPaymentsLineItemsPurchaseOrdersContact: "applied_payments,line_items,purchase_orders,contact",
|
|
30
|
+
AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,accounting_period",
|
|
31
|
+
AppliedPaymentsLineItemsPurchaseOrdersContactCompany: "applied_payments,line_items,purchase_orders,contact,company",
|
|
32
|
+
AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
33
|
+
AppliedPaymentsLineItemsTrackingCategories: "applied_payments,line_items,tracking_categories",
|
|
34
|
+
AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "applied_payments,line_items,tracking_categories,accounting_period",
|
|
35
|
+
AppliedPaymentsLineItemsTrackingCategoriesCompany: "applied_payments,line_items,tracking_categories,company",
|
|
36
|
+
AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
37
|
+
AppliedPaymentsLineItemsTrackingCategoriesContact: "applied_payments,line_items,tracking_categories,contact",
|
|
38
|
+
AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
39
|
+
AppliedPaymentsLineItemsTrackingCategoriesContactCompany: "applied_payments,line_items,tracking_categories,contact,company",
|
|
40
|
+
AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
41
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "applied_payments,line_items,tracking_categories,purchase_orders",
|
|
42
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
43
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,line_items,tracking_categories,purchase_orders,company",
|
|
44
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
45
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "applied_payments,line_items,tracking_categories,purchase_orders,contact",
|
|
46
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
47
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
48
|
+
AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
49
|
+
AppliedPaymentsPurchaseOrders: "applied_payments,purchase_orders",
|
|
50
|
+
AppliedPaymentsPurchaseOrdersAccountingPeriod: "applied_payments,purchase_orders,accounting_period",
|
|
51
|
+
AppliedPaymentsPurchaseOrdersCompany: "applied_payments,purchase_orders,company",
|
|
52
|
+
AppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,purchase_orders,company,accounting_period",
|
|
53
|
+
AppliedPaymentsPurchaseOrdersContact: "applied_payments,purchase_orders,contact",
|
|
54
|
+
AppliedPaymentsPurchaseOrdersContactAccountingPeriod: "applied_payments,purchase_orders,contact,accounting_period",
|
|
55
|
+
AppliedPaymentsPurchaseOrdersContactCompany: "applied_payments,purchase_orders,contact,company",
|
|
56
|
+
AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,purchase_orders,contact,company,accounting_period",
|
|
57
|
+
AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories",
|
|
58
|
+
AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period",
|
|
59
|
+
AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company",
|
|
60
|
+
AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period",
|
|
61
|
+
AppliedPaymentsTrackingCategoriesContact: "applied_payments,tracking_categories,contact",
|
|
62
|
+
AppliedPaymentsTrackingCategoriesContactAccountingPeriod: "applied_payments,tracking_categories,contact,accounting_period",
|
|
63
|
+
AppliedPaymentsTrackingCategoriesContactCompany: "applied_payments,tracking_categories,contact,company",
|
|
64
|
+
AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,tracking_categories,contact,company,accounting_period",
|
|
65
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrders: "applied_payments,tracking_categories,purchase_orders",
|
|
66
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,accounting_period",
|
|
67
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,tracking_categories,purchase_orders,company",
|
|
68
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
69
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "applied_payments,tracking_categories,purchase_orders,contact",
|
|
70
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
71
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,tracking_categories,purchase_orders,contact,company",
|
|
72
|
+
AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
9
73
|
Company: "company",
|
|
10
74
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
11
75
|
Contact: "contact",
|
|
@@ -46,6 +110,70 @@ exports.InvoicesRetrieveRequestExpand = {
|
|
|
46
110
|
LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
47
111
|
Payments: "payments",
|
|
48
112
|
PaymentsAccountingPeriod: "payments,accounting_period",
|
|
113
|
+
PaymentsAppliedPayments: "payments,applied_payments",
|
|
114
|
+
PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period",
|
|
115
|
+
PaymentsAppliedPaymentsCompany: "payments,applied_payments,company",
|
|
116
|
+
PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period",
|
|
117
|
+
PaymentsAppliedPaymentsContact: "payments,applied_payments,contact",
|
|
118
|
+
PaymentsAppliedPaymentsContactAccountingPeriod: "payments,applied_payments,contact,accounting_period",
|
|
119
|
+
PaymentsAppliedPaymentsContactCompany: "payments,applied_payments,contact,company",
|
|
120
|
+
PaymentsAppliedPaymentsContactCompanyAccountingPeriod: "payments,applied_payments,contact,company,accounting_period",
|
|
121
|
+
PaymentsAppliedPaymentsLineItems: "payments,applied_payments,line_items",
|
|
122
|
+
PaymentsAppliedPaymentsLineItemsAccountingPeriod: "payments,applied_payments,line_items,accounting_period",
|
|
123
|
+
PaymentsAppliedPaymentsLineItemsCompany: "payments,applied_payments,line_items,company",
|
|
124
|
+
PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod: "payments,applied_payments,line_items,company,accounting_period",
|
|
125
|
+
PaymentsAppliedPaymentsLineItemsContact: "payments,applied_payments,line_items,contact",
|
|
126
|
+
PaymentsAppliedPaymentsLineItemsContactAccountingPeriod: "payments,applied_payments,line_items,contact,accounting_period",
|
|
127
|
+
PaymentsAppliedPaymentsLineItemsContactCompany: "payments,applied_payments,line_items,contact,company",
|
|
128
|
+
PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod: "payments,applied_payments,line_items,contact,company,accounting_period",
|
|
129
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrders: "payments,applied_payments,line_items,purchase_orders",
|
|
130
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,accounting_period",
|
|
131
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompany: "payments,applied_payments,line_items,purchase_orders,company",
|
|
132
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,company,accounting_period",
|
|
133
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersContact: "payments,applied_payments,line_items,purchase_orders,contact",
|
|
134
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,accounting_period",
|
|
135
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompany: "payments,applied_payments,line_items,purchase_orders,contact,company",
|
|
136
|
+
PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
137
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategories: "payments,applied_payments,line_items,tracking_categories",
|
|
138
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,accounting_period",
|
|
139
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany: "payments,applied_payments,line_items,tracking_categories,company",
|
|
140
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
141
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact: "payments,applied_payments,line_items,tracking_categories,contact",
|
|
142
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
143
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany: "payments,applied_payments,line_items,tracking_categories,contact,company",
|
|
144
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
145
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "payments,applied_payments,line_items,tracking_categories,purchase_orders",
|
|
146
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
147
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company",
|
|
148
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
149
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact",
|
|
150
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
151
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
152
|
+
PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
153
|
+
PaymentsAppliedPaymentsPurchaseOrders: "payments,applied_payments,purchase_orders",
|
|
154
|
+
PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriod: "payments,applied_payments,purchase_orders,accounting_period",
|
|
155
|
+
PaymentsAppliedPaymentsPurchaseOrdersCompany: "payments,applied_payments,purchase_orders,company",
|
|
156
|
+
PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,company,accounting_period",
|
|
157
|
+
PaymentsAppliedPaymentsPurchaseOrdersContact: "payments,applied_payments,purchase_orders,contact",
|
|
158
|
+
PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,purchase_orders,contact,accounting_period",
|
|
159
|
+
PaymentsAppliedPaymentsPurchaseOrdersContactCompany: "payments,applied_payments,purchase_orders,contact,company",
|
|
160
|
+
PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,contact,company,accounting_period",
|
|
161
|
+
PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories",
|
|
162
|
+
PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period",
|
|
163
|
+
PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company",
|
|
164
|
+
PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period",
|
|
165
|
+
PaymentsAppliedPaymentsTrackingCategoriesContact: "payments,applied_payments,tracking_categories,contact",
|
|
166
|
+
PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,tracking_categories,contact,accounting_period",
|
|
167
|
+
PaymentsAppliedPaymentsTrackingCategoriesContactCompany: "payments,applied_payments,tracking_categories,contact,company",
|
|
168
|
+
PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,contact,company,accounting_period",
|
|
169
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrders: "payments,applied_payments,tracking_categories,purchase_orders",
|
|
170
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,accounting_period",
|
|
171
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,tracking_categories,purchase_orders,company",
|
|
172
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
173
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,tracking_categories,purchase_orders,contact",
|
|
174
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
175
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,tracking_categories,purchase_orders,contact,company",
|
|
176
|
+
PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
49
177
|
PaymentsCompany: "payments,company",
|
|
50
178
|
PaymentsCompanyAccountingPeriod: "payments,company,accounting_period",
|
|
51
179
|
PaymentsContact: "payments,contact",
|
|
@@ -1,17 +1,41 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type JournalEntriesListRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "lines" | "lines,accounting_period" | "lines,company" | "lines,company,accounting_period" | "lines,payments" | "lines,payments,accounting_period" | "lines,payments,company" | "lines,payments,company,accounting_period" | "lines,payments,tracking_categories" | "lines,payments,tracking_categories,accounting_period" | "lines,payments,tracking_categories,company" | "lines,payments,tracking_categories,company,accounting_period" | "lines,tracking_categories" | "lines,tracking_categories,accounting_period" | "lines,tracking_categories,company" | "lines,tracking_categories,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period";
|
|
4
|
+
export declare type JournalEntriesListRequestExpand = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,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" | "company" | "company,accounting_period" | "lines" | "lines,accounting_period" | "lines,applied_payments" | "lines,applied_payments,accounting_period" | "lines,applied_payments,company" | "lines,applied_payments,company,accounting_period" | "lines,applied_payments,tracking_categories" | "lines,applied_payments,tracking_categories,accounting_period" | "lines,applied_payments,tracking_categories,company" | "lines,applied_payments,tracking_categories,company,accounting_period" | "lines,company" | "lines,company,accounting_period" | "lines,payments" | "lines,payments,accounting_period" | "lines,payments,applied_payments" | "lines,payments,applied_payments,accounting_period" | "lines,payments,applied_payments,company" | "lines,payments,applied_payments,company,accounting_period" | "lines,payments,applied_payments,tracking_categories" | "lines,payments,applied_payments,tracking_categories,accounting_period" | "lines,payments,applied_payments,tracking_categories,company" | "lines,payments,applied_payments,tracking_categories,company,accounting_period" | "lines,payments,company" | "lines,payments,company,accounting_period" | "lines,payments,tracking_categories" | "lines,payments,tracking_categories,accounting_period" | "lines,payments,tracking_categories,company" | "lines,payments,tracking_categories,company,accounting_period" | "lines,tracking_categories" | "lines,tracking_categories,accounting_period" | "lines,tracking_categories,company" | "lines,tracking_categories,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,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period";
|
|
5
5
|
export declare const JournalEntriesListRequestExpand: {
|
|
6
6
|
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AppliedPayments: "applied_payments";
|
|
8
|
+
readonly AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period";
|
|
9
|
+
readonly AppliedPaymentsCompany: "applied_payments,company";
|
|
10
|
+
readonly AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period";
|
|
11
|
+
readonly AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories";
|
|
12
|
+
readonly AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period";
|
|
13
|
+
readonly AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company";
|
|
14
|
+
readonly AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period";
|
|
7
15
|
readonly Company: "company";
|
|
8
16
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
9
17
|
readonly Lines: "lines";
|
|
10
18
|
readonly LinesAccountingPeriod: "lines,accounting_period";
|
|
19
|
+
readonly LinesAppliedPayments: "lines,applied_payments";
|
|
20
|
+
readonly LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period";
|
|
21
|
+
readonly LinesAppliedPaymentsCompany: "lines,applied_payments,company";
|
|
22
|
+
readonly LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period";
|
|
23
|
+
readonly LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories";
|
|
24
|
+
readonly LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period";
|
|
25
|
+
readonly LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company";
|
|
26
|
+
readonly LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period";
|
|
11
27
|
readonly LinesCompany: "lines,company";
|
|
12
28
|
readonly LinesCompanyAccountingPeriod: "lines,company,accounting_period";
|
|
13
29
|
readonly LinesPayments: "lines,payments";
|
|
14
30
|
readonly LinesPaymentsAccountingPeriod: "lines,payments,accounting_period";
|
|
31
|
+
readonly LinesPaymentsAppliedPayments: "lines,payments,applied_payments";
|
|
32
|
+
readonly LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period";
|
|
33
|
+
readonly LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company";
|
|
34
|
+
readonly LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period";
|
|
35
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories";
|
|
36
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period";
|
|
37
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company";
|
|
38
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period";
|
|
15
39
|
readonly LinesPaymentsCompany: "lines,payments,company";
|
|
16
40
|
readonly LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period";
|
|
17
41
|
readonly LinesPaymentsTrackingCategories: "lines,payments,tracking_categories";
|
|
@@ -24,6 +48,14 @@ export declare const JournalEntriesListRequestExpand: {
|
|
|
24
48
|
readonly LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period";
|
|
25
49
|
readonly Payments: "payments";
|
|
26
50
|
readonly PaymentsAccountingPeriod: "payments,accounting_period";
|
|
51
|
+
readonly PaymentsAppliedPayments: "payments,applied_payments";
|
|
52
|
+
readonly PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period";
|
|
53
|
+
readonly PaymentsAppliedPaymentsCompany: "payments,applied_payments,company";
|
|
54
|
+
readonly PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period";
|
|
55
|
+
readonly PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories";
|
|
56
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period";
|
|
57
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company";
|
|
58
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period";
|
|
27
59
|
readonly PaymentsCompany: "payments,company";
|
|
28
60
|
readonly PaymentsCompanyAccountingPeriod: "payments,company,accounting_period";
|
|
29
61
|
readonly PaymentsTrackingCategories: "payments,tracking_categories";
|
|
@@ -6,14 +6,38 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.JournalEntriesListRequestExpand = void 0;
|
|
7
7
|
exports.JournalEntriesListRequestExpand = {
|
|
8
8
|
AccountingPeriod: "accounting_period",
|
|
9
|
+
AppliedPayments: "applied_payments",
|
|
10
|
+
AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period",
|
|
11
|
+
AppliedPaymentsCompany: "applied_payments,company",
|
|
12
|
+
AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period",
|
|
13
|
+
AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories",
|
|
14
|
+
AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period",
|
|
15
|
+
AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company",
|
|
16
|
+
AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period",
|
|
9
17
|
Company: "company",
|
|
10
18
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
11
19
|
Lines: "lines",
|
|
12
20
|
LinesAccountingPeriod: "lines,accounting_period",
|
|
21
|
+
LinesAppliedPayments: "lines,applied_payments",
|
|
22
|
+
LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period",
|
|
23
|
+
LinesAppliedPaymentsCompany: "lines,applied_payments,company",
|
|
24
|
+
LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period",
|
|
25
|
+
LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories",
|
|
26
|
+
LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period",
|
|
27
|
+
LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company",
|
|
28
|
+
LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period",
|
|
13
29
|
LinesCompany: "lines,company",
|
|
14
30
|
LinesCompanyAccountingPeriod: "lines,company,accounting_period",
|
|
15
31
|
LinesPayments: "lines,payments",
|
|
16
32
|
LinesPaymentsAccountingPeriod: "lines,payments,accounting_period",
|
|
33
|
+
LinesPaymentsAppliedPayments: "lines,payments,applied_payments",
|
|
34
|
+
LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period",
|
|
35
|
+
LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company",
|
|
36
|
+
LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period",
|
|
37
|
+
LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories",
|
|
38
|
+
LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period",
|
|
39
|
+
LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company",
|
|
40
|
+
LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period",
|
|
17
41
|
LinesPaymentsCompany: "lines,payments,company",
|
|
18
42
|
LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period",
|
|
19
43
|
LinesPaymentsTrackingCategories: "lines,payments,tracking_categories",
|
|
@@ -26,6 +50,14 @@ exports.JournalEntriesListRequestExpand = {
|
|
|
26
50
|
LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period",
|
|
27
51
|
Payments: "payments",
|
|
28
52
|
PaymentsAccountingPeriod: "payments,accounting_period",
|
|
53
|
+
PaymentsAppliedPayments: "payments,applied_payments",
|
|
54
|
+
PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period",
|
|
55
|
+
PaymentsAppliedPaymentsCompany: "payments,applied_payments,company",
|
|
56
|
+
PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period",
|
|
57
|
+
PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories",
|
|
58
|
+
PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period",
|
|
59
|
+
PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company",
|
|
60
|
+
PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period",
|
|
29
61
|
PaymentsCompany: "payments,company",
|
|
30
62
|
PaymentsCompanyAccountingPeriod: "payments,company,accounting_period",
|
|
31
63
|
PaymentsTrackingCategories: "payments,tracking_categories",
|
|
@@ -1,17 +1,41 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type JournalEntriesRetrieveRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "lines" | "lines,accounting_period" | "lines,company" | "lines,company,accounting_period" | "lines,payments" | "lines,payments,accounting_period" | "lines,payments,company" | "lines,payments,company,accounting_period" | "lines,payments,tracking_categories" | "lines,payments,tracking_categories,accounting_period" | "lines,payments,tracking_categories,company" | "lines,payments,tracking_categories,company,accounting_period" | "lines,tracking_categories" | "lines,tracking_categories,accounting_period" | "lines,tracking_categories,company" | "lines,tracking_categories,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period";
|
|
4
|
+
export declare type JournalEntriesRetrieveRequestExpand = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,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" | "company" | "company,accounting_period" | "lines" | "lines,accounting_period" | "lines,applied_payments" | "lines,applied_payments,accounting_period" | "lines,applied_payments,company" | "lines,applied_payments,company,accounting_period" | "lines,applied_payments,tracking_categories" | "lines,applied_payments,tracking_categories,accounting_period" | "lines,applied_payments,tracking_categories,company" | "lines,applied_payments,tracking_categories,company,accounting_period" | "lines,company" | "lines,company,accounting_period" | "lines,payments" | "lines,payments,accounting_period" | "lines,payments,applied_payments" | "lines,payments,applied_payments,accounting_period" | "lines,payments,applied_payments,company" | "lines,payments,applied_payments,company,accounting_period" | "lines,payments,applied_payments,tracking_categories" | "lines,payments,applied_payments,tracking_categories,accounting_period" | "lines,payments,applied_payments,tracking_categories,company" | "lines,payments,applied_payments,tracking_categories,company,accounting_period" | "lines,payments,company" | "lines,payments,company,accounting_period" | "lines,payments,tracking_categories" | "lines,payments,tracking_categories,accounting_period" | "lines,payments,tracking_categories,company" | "lines,payments,tracking_categories,company,accounting_period" | "lines,tracking_categories" | "lines,tracking_categories,accounting_period" | "lines,tracking_categories,company" | "lines,tracking_categories,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,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period";
|
|
5
5
|
export declare const JournalEntriesRetrieveRequestExpand: {
|
|
6
6
|
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AppliedPayments: "applied_payments";
|
|
8
|
+
readonly AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period";
|
|
9
|
+
readonly AppliedPaymentsCompany: "applied_payments,company";
|
|
10
|
+
readonly AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period";
|
|
11
|
+
readonly AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories";
|
|
12
|
+
readonly AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period";
|
|
13
|
+
readonly AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company";
|
|
14
|
+
readonly AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period";
|
|
7
15
|
readonly Company: "company";
|
|
8
16
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
9
17
|
readonly Lines: "lines";
|
|
10
18
|
readonly LinesAccountingPeriod: "lines,accounting_period";
|
|
19
|
+
readonly LinesAppliedPayments: "lines,applied_payments";
|
|
20
|
+
readonly LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period";
|
|
21
|
+
readonly LinesAppliedPaymentsCompany: "lines,applied_payments,company";
|
|
22
|
+
readonly LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period";
|
|
23
|
+
readonly LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories";
|
|
24
|
+
readonly LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period";
|
|
25
|
+
readonly LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company";
|
|
26
|
+
readonly LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period";
|
|
11
27
|
readonly LinesCompany: "lines,company";
|
|
12
28
|
readonly LinesCompanyAccountingPeriod: "lines,company,accounting_period";
|
|
13
29
|
readonly LinesPayments: "lines,payments";
|
|
14
30
|
readonly LinesPaymentsAccountingPeriod: "lines,payments,accounting_period";
|
|
31
|
+
readonly LinesPaymentsAppliedPayments: "lines,payments,applied_payments";
|
|
32
|
+
readonly LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period";
|
|
33
|
+
readonly LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company";
|
|
34
|
+
readonly LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period";
|
|
35
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories";
|
|
36
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period";
|
|
37
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company";
|
|
38
|
+
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period";
|
|
15
39
|
readonly LinesPaymentsCompany: "lines,payments,company";
|
|
16
40
|
readonly LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period";
|
|
17
41
|
readonly LinesPaymentsTrackingCategories: "lines,payments,tracking_categories";
|
|
@@ -24,6 +48,14 @@ export declare const JournalEntriesRetrieveRequestExpand: {
|
|
|
24
48
|
readonly LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period";
|
|
25
49
|
readonly Payments: "payments";
|
|
26
50
|
readonly PaymentsAccountingPeriod: "payments,accounting_period";
|
|
51
|
+
readonly PaymentsAppliedPayments: "payments,applied_payments";
|
|
52
|
+
readonly PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period";
|
|
53
|
+
readonly PaymentsAppliedPaymentsCompany: "payments,applied_payments,company";
|
|
54
|
+
readonly PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period";
|
|
55
|
+
readonly PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories";
|
|
56
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period";
|
|
57
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company";
|
|
58
|
+
readonly PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period";
|
|
27
59
|
readonly PaymentsCompany: "payments,company";
|
|
28
60
|
readonly PaymentsCompanyAccountingPeriod: "payments,company,accounting_period";
|
|
29
61
|
readonly PaymentsTrackingCategories: "payments,tracking_categories";
|