@mergeapi/merge-node-client 0.1.8 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +6 -6
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/CreditNote.d.ts +2 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +315 -0
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.js +5 -0
- package/api/resources/accounting/types/Invoice.d.ts +3 -1
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
- package/api/resources/accounting/types/InvoiceStatus.js +5 -0
- package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/Payment.d.ts +1 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/api/resources/accounting/types/index.d.ts +9 -0
- package/api/resources/accounting/types/index.js +9 -0
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +6 -6
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.js +5 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +3 -1
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
- package/dist/api/resources/accounting/types/InvoiceStatus.js +5 -0
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/index.d.ts +9 -0
- package/dist/api/resources/accounting/types/index.js +9 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +3 -1
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +43 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/Invoice.js +6 -1
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceStatus.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Payment.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +9 -0
- package/dist/serialization/resources/accounting/types/index.js +9 -0
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/package.json +1 -1
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
- package/serialization/resources/accounting/types/ExpenseLineRequest.js +3 -1
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +43 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +2 -1
- package/serialization/resources/accounting/types/Invoice.js +6 -1
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceStatus.js +43 -0
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/serialization/resources/accounting/types/Payment.js +3 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/serialization/resources/accounting/types/index.d.ts +9 -0
- package/serialization/resources/accounting/types/index.js +9 -0
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
|
@@ -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";
|
|
@@ -6,14 +6,38 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.JournalEntriesRetrieveRequestExpand = void 0;
|
|
7
7
|
exports.JournalEntriesRetrieveRequestExpand = {
|
|
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.JournalEntriesRetrieveRequestExpand = {
|
|
|
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",
|
|
@@ -23,6 +23,8 @@ export interface JournalEntry {
|
|
|
23
23
|
remoteUpdatedAt?: Date;
|
|
24
24
|
/** Array of `Payment` object IDs. */
|
|
25
25
|
payments?: (Merge.accounting.JournalEntryPaymentsItem | undefined)[];
|
|
26
|
+
/** Array of `PaymentLineItems` object IDs. */
|
|
27
|
+
appliedPayments?: (Merge.accounting.JournalEntryAppliedPaymentsItem | undefined)[];
|
|
26
28
|
/** The journal entry's private note. */
|
|
27
29
|
memo?: string;
|
|
28
30
|
/**
|
|
@@ -329,6 +329,8 @@ export interface JournalLine {
|
|
|
329
329
|
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
330
330
|
*/
|
|
331
331
|
currency?: Merge.accounting.JournalLineCurrency;
|
|
332
|
+
/** The company the journal entry belongs to. */
|
|
333
|
+
company?: string;
|
|
332
334
|
contact?: string;
|
|
333
335
|
/** The line's description. */
|
|
334
336
|
description?: string;
|
|
@@ -329,6 +329,8 @@ export interface JournalLineRequest {
|
|
|
329
329
|
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
330
330
|
*/
|
|
331
331
|
currency?: Merge.accounting.JournalLineRequestCurrency;
|
|
332
|
+
/** The company the journal entry belongs to. */
|
|
333
|
+
company?: string;
|
|
332
334
|
contact?: string;
|
|
333
335
|
/** The line's description. */
|
|
334
336
|
description?: string;
|
|
@@ -344,6 +344,7 @@ export interface Payment {
|
|
|
344
344
|
remoteWasDeleted?: boolean;
|
|
345
345
|
/** The accounting period that the Payment was generated in. */
|
|
346
346
|
accountingPeriod?: Merge.accounting.PaymentAccountingPeriod;
|
|
347
|
+
appliedToLines?: Merge.accounting.PaymentAppliedToLinesItem[];
|
|
347
348
|
createdAt?: Date;
|
|
348
349
|
/** This is the datetime that this object was last updated by Merge */
|
|
349
350
|
modifiedAt?: Date;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* # The PaymentLineItem Object
|
|
6
|
+
* ### Description
|
|
7
|
+
* The `PaymentLineItem` object is an applied-to-line on a `Payment` that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
|
|
8
|
+
*
|
|
9
|
+
* ### Usage Example
|
|
10
|
+
* `Payment` will have a field called `applied-to-lines` which will be an array of `PaymentLineItemInternalMappingSerializer` objects that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
|
|
11
|
+
*
|
|
12
|
+
* # EXTERNAL SERIALIZER: This is used as the serializer that will be used for actual payloads to and from the
|
|
13
|
+
* # customer
|
|
14
|
+
*/
|
|
15
|
+
export interface PaymentLineItem {
|
|
16
|
+
/** The amount of the PaymentLineItem. */
|
|
17
|
+
appliedAmount?: string;
|
|
18
|
+
/** Applied date of the PaymentLineItem */
|
|
19
|
+
appliedDate?: Date;
|
|
20
|
+
/** The third-party API ID of the matching object. */
|
|
21
|
+
remoteId?: string;
|
|
22
|
+
relatedObjectId?: string;
|
|
23
|
+
relatedObjectType?: string;
|
|
24
|
+
id?: string;
|
|
25
|
+
createdAt?: Date;
|
|
26
|
+
/** This is the datetime that this object was last updated by Merge */
|
|
27
|
+
modifiedAt?: Date;
|
|
28
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* # The PaymentLineItem Object
|
|
6
|
+
* ### Description
|
|
7
|
+
* The `PaymentLineItem` object is an applied-to-line on a `Payment` that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
|
|
8
|
+
*
|
|
9
|
+
* ### Usage Example
|
|
10
|
+
* `Payment` will have a field called `applied-to-lines` which will be an array of `PaymentLineItemInternalMappingSerializer` objects that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
|
|
11
|
+
*
|
|
12
|
+
* # EXTERNAL SERIALIZER: This is used as the serializer that will be used for actual payloads to and from the
|
|
13
|
+
* # customer
|
|
14
|
+
*/
|
|
15
|
+
export interface PaymentLineItemRequest {
|
|
16
|
+
/** The amount of the PaymentLineItem. */
|
|
17
|
+
appliedAmount?: string;
|
|
18
|
+
/** Applied date of the PaymentLineItem */
|
|
19
|
+
appliedDate?: Date;
|
|
20
|
+
/** The third-party API ID of the matching object. */
|
|
21
|
+
remoteId?: string;
|
|
22
|
+
relatedObjectId?: string;
|
|
23
|
+
relatedObjectType?: string;
|
|
24
|
+
integrationParams?: Record<string, unknown>;
|
|
25
|
+
linkedAccountParams?: Record<string, unknown>;
|
|
26
|
+
}
|
|
@@ -337,6 +337,7 @@ export interface PaymentRequest {
|
|
|
337
337
|
trackingCategories?: (Merge.accounting.PaymentRequestTrackingCategoriesItem | undefined)[];
|
|
338
338
|
/** The accounting period that the Payment was generated in. */
|
|
339
339
|
accountingPeriod?: Merge.accounting.PaymentRequestAccountingPeriod;
|
|
340
|
+
appliedToLines?: Merge.accounting.PaymentRequestAppliedToLinesItem[];
|
|
340
341
|
integrationParams?: Record<string, unknown>;
|
|
341
342
|
linkedAccountParams?: Record<string, unknown>;
|
|
342
343
|
}
|
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type PaymentsListRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
4
|
+
export declare type PaymentsListRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,accounting_period" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
5
5
|
export declare const PaymentsListRequestExpand: {
|
|
6
6
|
readonly Account: "account";
|
|
7
7
|
readonly AccountAccountingPeriod: "account,accounting_period";
|
|
8
8
|
readonly AccountCompany: "account,company";
|
|
9
9
|
readonly AccountCompanyAccountingPeriod: "account,company,accounting_period";
|
|
10
10
|
readonly AccountingPeriod: "accounting_period";
|
|
11
|
+
readonly AppliedToLines: "applied_to_lines";
|
|
12
|
+
readonly AppliedToLinesAccount: "applied_to_lines,account";
|
|
13
|
+
readonly AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period";
|
|
14
|
+
readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
|
|
15
|
+
readonly AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period";
|
|
16
|
+
readonly AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period";
|
|
17
|
+
readonly AppliedToLinesCompany: "applied_to_lines,company";
|
|
18
|
+
readonly AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period";
|
|
19
|
+
readonly AppliedToLinesContact: "applied_to_lines,contact";
|
|
20
|
+
readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
|
|
21
|
+
readonly AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period";
|
|
22
|
+
readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
|
|
23
|
+
readonly AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period";
|
|
24
|
+
readonly AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period";
|
|
25
|
+
readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
|
|
26
|
+
readonly AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period";
|
|
11
27
|
readonly Company: "company";
|
|
12
28
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
13
29
|
readonly Contact: "contact";
|
|
@@ -24,6 +40,22 @@ export declare const PaymentsListRequestExpand: {
|
|
|
24
40
|
readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
|
|
25
41
|
readonly TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period";
|
|
26
42
|
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
43
|
+
readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
|
|
44
|
+
readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
|
|
45
|
+
readonly TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period";
|
|
46
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
|
|
47
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period";
|
|
48
|
+
readonly TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period";
|
|
49
|
+
readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
|
|
50
|
+
readonly TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period";
|
|
51
|
+
readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
|
|
52
|
+
readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
|
|
53
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period";
|
|
54
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
|
|
55
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period";
|
|
56
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period";
|
|
57
|
+
readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
|
|
58
|
+
readonly TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period";
|
|
27
59
|
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
28
60
|
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
29
61
|
readonly TrackingCategoriesContact: "tracking_categories,contact";
|
|
@@ -10,6 +10,22 @@ exports.PaymentsListRequestExpand = {
|
|
|
10
10
|
AccountCompany: "account,company",
|
|
11
11
|
AccountCompanyAccountingPeriod: "account,company,accounting_period",
|
|
12
12
|
AccountingPeriod: "accounting_period",
|
|
13
|
+
AppliedToLines: "applied_to_lines",
|
|
14
|
+
AppliedToLinesAccount: "applied_to_lines,account",
|
|
15
|
+
AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period",
|
|
16
|
+
AppliedToLinesAccountCompany: "applied_to_lines,account,company",
|
|
17
|
+
AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period",
|
|
18
|
+
AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period",
|
|
19
|
+
AppliedToLinesCompany: "applied_to_lines,company",
|
|
20
|
+
AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period",
|
|
21
|
+
AppliedToLinesContact: "applied_to_lines,contact",
|
|
22
|
+
AppliedToLinesContactAccount: "applied_to_lines,contact,account",
|
|
23
|
+
AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period",
|
|
24
|
+
AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company",
|
|
25
|
+
AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period",
|
|
26
|
+
AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period",
|
|
27
|
+
AppliedToLinesContactCompany: "applied_to_lines,contact,company",
|
|
28
|
+
AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period",
|
|
13
29
|
Company: "company",
|
|
14
30
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
15
31
|
Contact: "contact",
|
|
@@ -26,6 +42,22 @@ exports.PaymentsListRequestExpand = {
|
|
|
26
42
|
TrackingCategoriesAccountCompany: "tracking_categories,account,company",
|
|
27
43
|
TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period",
|
|
28
44
|
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
45
|
+
TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines",
|
|
46
|
+
TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account",
|
|
47
|
+
TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period",
|
|
48
|
+
TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company",
|
|
49
|
+
TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
50
|
+
TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period",
|
|
51
|
+
TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company",
|
|
52
|
+
TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period",
|
|
53
|
+
TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact",
|
|
54
|
+
TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account",
|
|
55
|
+
TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
56
|
+
TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company",
|
|
57
|
+
TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
58
|
+
TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period",
|
|
59
|
+
TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company",
|
|
60
|
+
TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
29
61
|
TrackingCategoriesCompany: "tracking_categories,company",
|
|
30
62
|
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
31
63
|
TrackingCategoriesContact: "tracking_categories,contact",
|
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type PaymentsRetrieveRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
4
|
+
export declare type PaymentsRetrieveRequestExpand = "account" | "account,accounting_period" | "account,company" | "account,company,accounting_period" | "accounting_period" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,accounting_period" | "applied_to_lines,account,company" | "applied_to_lines,account,company,accounting_period" | "applied_to_lines,accounting_period" | "applied_to_lines,company" | "applied_to_lines,company,accounting_period" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,accounting_period" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,account,company,accounting_period" | "applied_to_lines,contact,accounting_period" | "applied_to_lines,contact,company" | "applied_to_lines,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,account" | "contact,account,accounting_period" | "contact,account,company" | "contact,account,company,accounting_period" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,accounting_period" | "tracking_categories,account,company" | "tracking_categories,account,company,accounting_period" | "tracking_categories,accounting_period" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,accounting_period" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,account,company,accounting_period" | "tracking_categories,applied_to_lines,accounting_period" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,company,accounting_period" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,accounting_period" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,account,company,accounting_period" | "tracking_categories,applied_to_lines,contact,accounting_period" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,applied_to_lines,contact,company,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,accounting_period" | "tracking_categories,contact,account,company" | "tracking_categories,contact,account,company,accounting_period" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period";
|
|
5
5
|
export declare const PaymentsRetrieveRequestExpand: {
|
|
6
6
|
readonly Account: "account";
|
|
7
7
|
readonly AccountAccountingPeriod: "account,accounting_period";
|
|
8
8
|
readonly AccountCompany: "account,company";
|
|
9
9
|
readonly AccountCompanyAccountingPeriod: "account,company,accounting_period";
|
|
10
10
|
readonly AccountingPeriod: "accounting_period";
|
|
11
|
+
readonly AppliedToLines: "applied_to_lines";
|
|
12
|
+
readonly AppliedToLinesAccount: "applied_to_lines,account";
|
|
13
|
+
readonly AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period";
|
|
14
|
+
readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
|
|
15
|
+
readonly AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period";
|
|
16
|
+
readonly AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period";
|
|
17
|
+
readonly AppliedToLinesCompany: "applied_to_lines,company";
|
|
18
|
+
readonly AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period";
|
|
19
|
+
readonly AppliedToLinesContact: "applied_to_lines,contact";
|
|
20
|
+
readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
|
|
21
|
+
readonly AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period";
|
|
22
|
+
readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
|
|
23
|
+
readonly AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period";
|
|
24
|
+
readonly AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period";
|
|
25
|
+
readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
|
|
26
|
+
readonly AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period";
|
|
11
27
|
readonly Company: "company";
|
|
12
28
|
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
13
29
|
readonly Contact: "contact";
|
|
@@ -24,6 +40,22 @@ export declare const PaymentsRetrieveRequestExpand: {
|
|
|
24
40
|
readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
|
|
25
41
|
readonly TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period";
|
|
26
42
|
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
43
|
+
readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
|
|
44
|
+
readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
|
|
45
|
+
readonly TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period";
|
|
46
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
|
|
47
|
+
readonly TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period";
|
|
48
|
+
readonly TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period";
|
|
49
|
+
readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
|
|
50
|
+
readonly TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period";
|
|
51
|
+
readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
|
|
52
|
+
readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
|
|
53
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period";
|
|
54
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
|
|
55
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period";
|
|
56
|
+
readonly TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period";
|
|
57
|
+
readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
|
|
58
|
+
readonly TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period";
|
|
27
59
|
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
28
60
|
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
29
61
|
readonly TrackingCategoriesContact: "tracking_categories,contact";
|
|
@@ -10,6 +10,22 @@ exports.PaymentsRetrieveRequestExpand = {
|
|
|
10
10
|
AccountCompany: "account,company",
|
|
11
11
|
AccountCompanyAccountingPeriod: "account,company,accounting_period",
|
|
12
12
|
AccountingPeriod: "accounting_period",
|
|
13
|
+
AppliedToLines: "applied_to_lines",
|
|
14
|
+
AppliedToLinesAccount: "applied_to_lines,account",
|
|
15
|
+
AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period",
|
|
16
|
+
AppliedToLinesAccountCompany: "applied_to_lines,account,company",
|
|
17
|
+
AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period",
|
|
18
|
+
AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period",
|
|
19
|
+
AppliedToLinesCompany: "applied_to_lines,company",
|
|
20
|
+
AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period",
|
|
21
|
+
AppliedToLinesContact: "applied_to_lines,contact",
|
|
22
|
+
AppliedToLinesContactAccount: "applied_to_lines,contact,account",
|
|
23
|
+
AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period",
|
|
24
|
+
AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company",
|
|
25
|
+
AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period",
|
|
26
|
+
AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period",
|
|
27
|
+
AppliedToLinesContactCompany: "applied_to_lines,contact,company",
|
|
28
|
+
AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period",
|
|
13
29
|
Company: "company",
|
|
14
30
|
CompanyAccountingPeriod: "company,accounting_period",
|
|
15
31
|
Contact: "contact",
|
|
@@ -26,6 +42,22 @@ exports.PaymentsRetrieveRequestExpand = {
|
|
|
26
42
|
TrackingCategoriesAccountCompany: "tracking_categories,account,company",
|
|
27
43
|
TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period",
|
|
28
44
|
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
45
|
+
TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines",
|
|
46
|
+
TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account",
|
|
47
|
+
TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period",
|
|
48
|
+
TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company",
|
|
49
|
+
TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
50
|
+
TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period",
|
|
51
|
+
TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company",
|
|
52
|
+
TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period",
|
|
53
|
+
TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact",
|
|
54
|
+
TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account",
|
|
55
|
+
TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
56
|
+
TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company",
|
|
57
|
+
TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
58
|
+
TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period",
|
|
59
|
+
TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company",
|
|
60
|
+
TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
29
61
|
TrackingCategoriesCompany: "tracking_categories,company",
|
|
30
62
|
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
31
63
|
TrackingCategoriesContact: "tracking_categories,contact",
|
|
@@ -27,6 +27,8 @@ export interface VendorCreditLine {
|
|
|
27
27
|
company?: string;
|
|
28
28
|
/** The vendor credit line item's exchange rate. */
|
|
29
29
|
exchangeRate?: string;
|
|
30
|
+
/** Indicates whether or not this object has been deleted in the third party platform. */
|
|
31
|
+
remoteWasDeleted?: boolean;
|
|
30
32
|
createdAt?: Date;
|
|
31
33
|
/** This is the datetime that this object was last updated by Merge */
|
|
32
34
|
modifiedAt?: Date;
|