@mergeapi/merge-node-client 0.1.8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/CreditNote.d.ts +2 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/Payment.d.ts +1 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/api/resources/accounting/types/index.d.ts +7 -0
- package/api/resources/accounting/types/index.js +7 -0
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/index.d.ts +7 -0
- package/dist/api/resources/accounting/types/index.js +7 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +5 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Payment.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +7 -0
- package/dist/serialization/resources/accounting/types/index.js +7 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNote.js +5 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +1 -0
- package/serialization/resources/accounting/types/Invoice.js +5 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalEntry.js +5 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLine.js +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/serialization/resources/accounting/types/Payment.js +3 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
- package/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
- package/serialization/resources/accounting/types/index.d.ts +7 -0
- package/serialization/resources/accounting/types/index.js +7 -0
|
@@ -30,14 +30,38 @@ exports.JournalEntriesListRequestExpand = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.JournalEntriesListRequestExpand = core.serialization.enum_([
|
|
32
32
|
"accounting_period",
|
|
33
|
+
"applied_payments",
|
|
34
|
+
"applied_payments,accounting_period",
|
|
35
|
+
"applied_payments,company",
|
|
36
|
+
"applied_payments,company,accounting_period",
|
|
37
|
+
"applied_payments,tracking_categories",
|
|
38
|
+
"applied_payments,tracking_categories,accounting_period",
|
|
39
|
+
"applied_payments,tracking_categories,company",
|
|
40
|
+
"applied_payments,tracking_categories,company,accounting_period",
|
|
33
41
|
"company",
|
|
34
42
|
"company,accounting_period",
|
|
35
43
|
"lines",
|
|
36
44
|
"lines,accounting_period",
|
|
45
|
+
"lines,applied_payments",
|
|
46
|
+
"lines,applied_payments,accounting_period",
|
|
47
|
+
"lines,applied_payments,company",
|
|
48
|
+
"lines,applied_payments,company,accounting_period",
|
|
49
|
+
"lines,applied_payments,tracking_categories",
|
|
50
|
+
"lines,applied_payments,tracking_categories,accounting_period",
|
|
51
|
+
"lines,applied_payments,tracking_categories,company",
|
|
52
|
+
"lines,applied_payments,tracking_categories,company,accounting_period",
|
|
37
53
|
"lines,company",
|
|
38
54
|
"lines,company,accounting_period",
|
|
39
55
|
"lines,payments",
|
|
40
56
|
"lines,payments,accounting_period",
|
|
57
|
+
"lines,payments,applied_payments",
|
|
58
|
+
"lines,payments,applied_payments,accounting_period",
|
|
59
|
+
"lines,payments,applied_payments,company",
|
|
60
|
+
"lines,payments,applied_payments,company,accounting_period",
|
|
61
|
+
"lines,payments,applied_payments,tracking_categories",
|
|
62
|
+
"lines,payments,applied_payments,tracking_categories,accounting_period",
|
|
63
|
+
"lines,payments,applied_payments,tracking_categories,company",
|
|
64
|
+
"lines,payments,applied_payments,tracking_categories,company,accounting_period",
|
|
41
65
|
"lines,payments,company",
|
|
42
66
|
"lines,payments,company,accounting_period",
|
|
43
67
|
"lines,payments,tracking_categories",
|
|
@@ -50,6 +74,14 @@ exports.JournalEntriesListRequestExpand = core.serialization.enum_([
|
|
|
50
74
|
"lines,tracking_categories,company,accounting_period",
|
|
51
75
|
"payments",
|
|
52
76
|
"payments,accounting_period",
|
|
77
|
+
"payments,applied_payments",
|
|
78
|
+
"payments,applied_payments,accounting_period",
|
|
79
|
+
"payments,applied_payments,company",
|
|
80
|
+
"payments,applied_payments,company,accounting_period",
|
|
81
|
+
"payments,applied_payments,tracking_categories",
|
|
82
|
+
"payments,applied_payments,tracking_categories,accounting_period",
|
|
83
|
+
"payments,applied_payments,tracking_categories,company",
|
|
84
|
+
"payments,applied_payments,tracking_categories,company,accounting_period",
|
|
53
85
|
"payments,company",
|
|
54
86
|
"payments,company,accounting_period",
|
|
55
87
|
"payments,tracking_categories",
|
package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const JournalEntriesRetrieveRequestExpand: core.serialization.Schema<serializers.accounting.JournalEntriesRetrieveRequestExpand.Raw, Merge.accounting.JournalEntriesRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace JournalEntriesRetrieveRequestExpand {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js
CHANGED
|
@@ -30,14 +30,38 @@ exports.JournalEntriesRetrieveRequestExpand = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.JournalEntriesRetrieveRequestExpand = core.serialization.enum_([
|
|
32
32
|
"accounting_period",
|
|
33
|
+
"applied_payments",
|
|
34
|
+
"applied_payments,accounting_period",
|
|
35
|
+
"applied_payments,company",
|
|
36
|
+
"applied_payments,company,accounting_period",
|
|
37
|
+
"applied_payments,tracking_categories",
|
|
38
|
+
"applied_payments,tracking_categories,accounting_period",
|
|
39
|
+
"applied_payments,tracking_categories,company",
|
|
40
|
+
"applied_payments,tracking_categories,company,accounting_period",
|
|
33
41
|
"company",
|
|
34
42
|
"company,accounting_period",
|
|
35
43
|
"lines",
|
|
36
44
|
"lines,accounting_period",
|
|
45
|
+
"lines,applied_payments",
|
|
46
|
+
"lines,applied_payments,accounting_period",
|
|
47
|
+
"lines,applied_payments,company",
|
|
48
|
+
"lines,applied_payments,company,accounting_period",
|
|
49
|
+
"lines,applied_payments,tracking_categories",
|
|
50
|
+
"lines,applied_payments,tracking_categories,accounting_period",
|
|
51
|
+
"lines,applied_payments,tracking_categories,company",
|
|
52
|
+
"lines,applied_payments,tracking_categories,company,accounting_period",
|
|
37
53
|
"lines,company",
|
|
38
54
|
"lines,company,accounting_period",
|
|
39
55
|
"lines,payments",
|
|
40
56
|
"lines,payments,accounting_period",
|
|
57
|
+
"lines,payments,applied_payments",
|
|
58
|
+
"lines,payments,applied_payments,accounting_period",
|
|
59
|
+
"lines,payments,applied_payments,company",
|
|
60
|
+
"lines,payments,applied_payments,company,accounting_period",
|
|
61
|
+
"lines,payments,applied_payments,tracking_categories",
|
|
62
|
+
"lines,payments,applied_payments,tracking_categories,accounting_period",
|
|
63
|
+
"lines,payments,applied_payments,tracking_categories,company",
|
|
64
|
+
"lines,payments,applied_payments,tracking_categories,company,accounting_period",
|
|
41
65
|
"lines,payments,company",
|
|
42
66
|
"lines,payments,company,accounting_period",
|
|
43
67
|
"lines,payments,tracking_categories",
|
|
@@ -50,6 +74,14 @@ exports.JournalEntriesRetrieveRequestExpand = core.serialization.enum_([
|
|
|
50
74
|
"lines,tracking_categories,company,accounting_period",
|
|
51
75
|
"payments",
|
|
52
76
|
"payments,accounting_period",
|
|
77
|
+
"payments,applied_payments",
|
|
78
|
+
"payments,applied_payments,accounting_period",
|
|
79
|
+
"payments,applied_payments,company",
|
|
80
|
+
"payments,applied_payments,company,accounting_period",
|
|
81
|
+
"payments,applied_payments,tracking_categories",
|
|
82
|
+
"payments,applied_payments,tracking_categories,accounting_period",
|
|
83
|
+
"payments,applied_payments,tracking_categories,company",
|
|
84
|
+
"payments,applied_payments,tracking_categories,company,accounting_period",
|
|
53
85
|
"payments,company",
|
|
54
86
|
"payments,company,accounting_period",
|
|
55
87
|
"payments,tracking_categories",
|
|
@@ -11,6 +11,7 @@ export declare namespace JournalEntry {
|
|
|
11
11
|
remote_created_at?: string | null;
|
|
12
12
|
remote_updated_at?: string | null;
|
|
13
13
|
payments?: (serializers.accounting.JournalEntryPaymentsItem.Raw | null | undefined)[] | null;
|
|
14
|
+
applied_payments?: (serializers.accounting.JournalEntryAppliedPaymentsItem.Raw | null | undefined)[] | null;
|
|
14
15
|
memo?: string | null;
|
|
15
16
|
currency?: serializers.accounting.JournalEntryCurrency.Raw | null;
|
|
16
17
|
exchange_rate?: string | null;
|
|
@@ -46,6 +46,11 @@ exports.JournalEntry = core.serialization.object({
|
|
|
46
46
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.JournalEntryPaymentsItem; }))
|
|
47
47
|
.optional())
|
|
48
48
|
.optional(),
|
|
49
|
+
appliedPayments: core.serialization.property("applied_payments", core.serialization
|
|
50
|
+
.list(core.serialization
|
|
51
|
+
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.JournalEntryAppliedPaymentsItem; }))
|
|
52
|
+
.optional())
|
|
53
|
+
.optional()),
|
|
49
54
|
memo: core.serialization.string().optional(),
|
|
50
55
|
currency: core.serialization
|
|
51
56
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.JournalEntryCurrency; }))
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const JournalEntryAppliedPaymentsItem: core.serialization.Schema<serializers.accounting.JournalEntryAppliedPaymentsItem.Raw, Merge.accounting.JournalEntryAppliedPaymentsItem>;
|
|
8
|
+
export declare namespace JournalEntryAppliedPaymentsItem {
|
|
9
|
+
type Raw = string | serializers.accounting.PaymentLineItem.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.JournalEntryAppliedPaymentsItem = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.JournalEntryAppliedPaymentsItem = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.string(),
|
|
42
|
+
core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentLineItem; })),
|
|
43
|
+
]);
|
|
@@ -13,6 +13,7 @@ export declare namespace JournalLine {
|
|
|
13
13
|
tracking_category?: serializers.accounting.JournalLineTrackingCategory.Raw | null;
|
|
14
14
|
tracking_categories?: (serializers.accounting.JournalLineTrackingCategoriesItem.Raw | null | undefined)[] | null;
|
|
15
15
|
currency?: serializers.accounting.JournalLineCurrency.Raw | null;
|
|
16
|
+
company?: string | null;
|
|
16
17
|
contact?: string | null;
|
|
17
18
|
description?: string | null;
|
|
18
19
|
exchange_rate?: string | null;
|
|
@@ -50,6 +50,7 @@ exports.JournalLine = core.serialization.object({
|
|
|
50
50
|
.optional())
|
|
51
51
|
.optional()),
|
|
52
52
|
currency: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.JournalLineCurrency; })).optional(),
|
|
53
|
+
company: core.serialization.string().optional(),
|
|
53
54
|
contact: core.serialization.string().optional(),
|
|
54
55
|
description: core.serialization.string().optional(),
|
|
55
56
|
exchangeRate: core.serialization.property("exchange_rate", core.serialization.string().optional()),
|
|
@@ -13,6 +13,7 @@ export declare namespace JournalLineRequest {
|
|
|
13
13
|
tracking_category?: serializers.accounting.JournalLineRequestTrackingCategory.Raw | null;
|
|
14
14
|
tracking_categories?: (serializers.accounting.JournalLineRequestTrackingCategoriesItem.Raw | null | undefined)[] | null;
|
|
15
15
|
currency?: serializers.accounting.JournalLineRequestCurrency.Raw | null;
|
|
16
|
+
company?: string | null;
|
|
16
17
|
contact?: string | null;
|
|
17
18
|
description?: string | null;
|
|
18
19
|
exchange_rate?: string | null;
|
|
@@ -54,6 +54,7 @@ exports.JournalLineRequest = core.serialization.object({
|
|
|
54
54
|
currency: core.serialization
|
|
55
55
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.JournalLineRequestCurrency; }))
|
|
56
56
|
.optional(),
|
|
57
|
+
company: core.serialization.string().optional(),
|
|
57
58
|
contact: core.serialization.string().optional(),
|
|
58
59
|
description: core.serialization.string().optional(),
|
|
59
60
|
exchangeRate: core.serialization.property("exchange_rate", core.serialization.string().optional()),
|
|
@@ -20,6 +20,7 @@ export declare namespace Payment {
|
|
|
20
20
|
remote_updated_at?: string | null;
|
|
21
21
|
remote_was_deleted?: boolean | null;
|
|
22
22
|
accounting_period?: serializers.accounting.PaymentAccountingPeriod.Raw | null;
|
|
23
|
+
applied_to_lines?: serializers.accounting.PaymentAppliedToLinesItem.Raw[] | null;
|
|
23
24
|
created_at?: string | null;
|
|
24
25
|
modified_at?: string | null;
|
|
25
26
|
field_mappings?: Record<string, unknown> | null;
|
|
@@ -57,6 +57,9 @@ exports.Payment = core.serialization.object({
|
|
|
57
57
|
accountingPeriod: core.serialization.property("accounting_period", core.serialization
|
|
58
58
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentAccountingPeriod; }))
|
|
59
59
|
.optional()),
|
|
60
|
+
appliedToLines: core.serialization.property("applied_to_lines", core.serialization
|
|
61
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentAppliedToLinesItem; })))
|
|
62
|
+
.optional()),
|
|
60
63
|
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
61
64
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
62
65
|
fieldMappings: core.serialization.property("field_mappings", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const PaymentAppliedToLinesItem: core.serialization.Schema<serializers.accounting.PaymentAppliedToLinesItem.Raw, Merge.accounting.PaymentAppliedToLinesItem>;
|
|
8
|
+
export declare namespace PaymentAppliedToLinesItem {
|
|
9
|
+
type Raw = string | serializers.accounting.PaymentLineItem.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.PaymentAppliedToLinesItem = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.PaymentAppliedToLinesItem = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.string(),
|
|
42
|
+
core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentLineItem; })),
|
|
43
|
+
]);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const PaymentLineItem: core.serialization.ObjectSchema<serializers.accounting.PaymentLineItem.Raw, Merge.accounting.PaymentLineItem>;
|
|
8
|
+
export declare namespace PaymentLineItem {
|
|
9
|
+
interface Raw {
|
|
10
|
+
applied_amount?: string | null;
|
|
11
|
+
applied_date?: string | null;
|
|
12
|
+
remote_id?: string | null;
|
|
13
|
+
related_object_id?: string | null;
|
|
14
|
+
related_object_type?: string | null;
|
|
15
|
+
id?: string | null;
|
|
16
|
+
created_at?: string | null;
|
|
17
|
+
modified_at?: string | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.PaymentLineItem = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.PaymentLineItem = core.serialization.object({
|
|
32
|
+
appliedAmount: core.serialization.property("applied_amount", core.serialization.string().optional()),
|
|
33
|
+
appliedDate: core.serialization.property("applied_date", core.serialization.date().optional()),
|
|
34
|
+
remoteId: core.serialization.property("remote_id", core.serialization.string().optional()),
|
|
35
|
+
relatedObjectId: core.serialization.property("related_object_id", core.serialization.string().optional()),
|
|
36
|
+
relatedObjectType: core.serialization.property("related_object_type", core.serialization.string().optional()),
|
|
37
|
+
id: core.serialization.string().optional(),
|
|
38
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
39
|
+
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
40
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const PaymentLineItemRequest: core.serialization.ObjectSchema<serializers.accounting.PaymentLineItemRequest.Raw, Merge.accounting.PaymentLineItemRequest>;
|
|
8
|
+
export declare namespace PaymentLineItemRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
applied_amount?: string | null;
|
|
11
|
+
applied_date?: string | null;
|
|
12
|
+
remote_id?: string | null;
|
|
13
|
+
related_object_id?: string | null;
|
|
14
|
+
related_object_type?: string | null;
|
|
15
|
+
integration_params?: Record<string, unknown> | null;
|
|
16
|
+
linked_account_params?: Record<string, unknown> | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.PaymentLineItemRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.PaymentLineItemRequest = core.serialization.object({
|
|
32
|
+
appliedAmount: core.serialization.property("applied_amount", core.serialization.string().optional()),
|
|
33
|
+
appliedDate: core.serialization.property("applied_date", core.serialization.date().optional()),
|
|
34
|
+
remoteId: core.serialization.property("remote_id", core.serialization.string().optional()),
|
|
35
|
+
relatedObjectId: core.serialization.property("related_object_id", core.serialization.string().optional()),
|
|
36
|
+
relatedObjectType: core.serialization.property("related_object_type", core.serialization.string().optional()),
|
|
37
|
+
integrationParams: core.serialization.property("integration_params", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
38
|
+
linkedAccountParams: core.serialization.property("linked_account_params", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
39
|
+
});
|
|
@@ -16,6 +16,7 @@ export declare namespace PaymentRequest {
|
|
|
16
16
|
total_amount?: number | null;
|
|
17
17
|
tracking_categories?: (serializers.accounting.PaymentRequestTrackingCategoriesItem.Raw | null | undefined)[] | null;
|
|
18
18
|
accounting_period?: serializers.accounting.PaymentRequestAccountingPeriod.Raw | null;
|
|
19
|
+
applied_to_lines?: serializers.accounting.PaymentRequestAppliedToLinesItem.Raw[] | null;
|
|
19
20
|
integration_params?: Record<string, unknown> | null;
|
|
20
21
|
linked_account_params?: Record<string, unknown> | null;
|
|
21
22
|
}
|
|
@@ -61,6 +61,9 @@ exports.PaymentRequest = core.serialization.object({
|
|
|
61
61
|
accountingPeriod: core.serialization.property("accounting_period", core.serialization
|
|
62
62
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentRequestAccountingPeriod; }))
|
|
63
63
|
.optional()),
|
|
64
|
+
appliedToLines: core.serialization.property("applied_to_lines", core.serialization
|
|
65
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentRequestAppliedToLinesItem; })))
|
|
66
|
+
.optional()),
|
|
64
67
|
integrationParams: core.serialization.property("integration_params", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
65
68
|
linkedAccountParams: core.serialization.property("linked_account_params", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
66
69
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const PaymentRequestAppliedToLinesItem: core.serialization.Schema<serializers.accounting.PaymentRequestAppliedToLinesItem.Raw, Merge.accounting.PaymentRequestAppliedToLinesItem>;
|
|
8
|
+
export declare namespace PaymentRequestAppliedToLinesItem {
|
|
9
|
+
type Raw = string | serializers.accounting.PaymentLineItemRequest.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.PaymentRequestAppliedToLinesItem = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.PaymentRequestAppliedToLinesItem = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.string(),
|
|
42
|
+
core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.PaymentLineItemRequest; })),
|
|
43
|
+
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const PaymentsListRequestExpand: core.serialization.Schema<serializers.accounting.PaymentsListRequestExpand.Raw, Merge.accounting.PaymentsListRequestExpand>;
|
|
8
8
|
export declare namespace PaymentsListRequestExpand {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -34,6 +34,22 @@ exports.PaymentsListRequestExpand = core.serialization.enum_([
|
|
|
34
34
|
"account,company",
|
|
35
35
|
"account,company,accounting_period",
|
|
36
36
|
"accounting_period",
|
|
37
|
+
"applied_to_lines",
|
|
38
|
+
"applied_to_lines,account",
|
|
39
|
+
"applied_to_lines,account,accounting_period",
|
|
40
|
+
"applied_to_lines,account,company",
|
|
41
|
+
"applied_to_lines,account,company,accounting_period",
|
|
42
|
+
"applied_to_lines,accounting_period",
|
|
43
|
+
"applied_to_lines,company",
|
|
44
|
+
"applied_to_lines,company,accounting_period",
|
|
45
|
+
"applied_to_lines,contact",
|
|
46
|
+
"applied_to_lines,contact,account",
|
|
47
|
+
"applied_to_lines,contact,account,accounting_period",
|
|
48
|
+
"applied_to_lines,contact,account,company",
|
|
49
|
+
"applied_to_lines,contact,account,company,accounting_period",
|
|
50
|
+
"applied_to_lines,contact,accounting_period",
|
|
51
|
+
"applied_to_lines,contact,company",
|
|
52
|
+
"applied_to_lines,contact,company,accounting_period",
|
|
37
53
|
"company",
|
|
38
54
|
"company,accounting_period",
|
|
39
55
|
"contact",
|
|
@@ -50,6 +66,22 @@ exports.PaymentsListRequestExpand = core.serialization.enum_([
|
|
|
50
66
|
"tracking_categories,account,company",
|
|
51
67
|
"tracking_categories,account,company,accounting_period",
|
|
52
68
|
"tracking_categories,accounting_period",
|
|
69
|
+
"tracking_categories,applied_to_lines",
|
|
70
|
+
"tracking_categories,applied_to_lines,account",
|
|
71
|
+
"tracking_categories,applied_to_lines,account,accounting_period",
|
|
72
|
+
"tracking_categories,applied_to_lines,account,company",
|
|
73
|
+
"tracking_categories,applied_to_lines,account,company,accounting_period",
|
|
74
|
+
"tracking_categories,applied_to_lines,accounting_period",
|
|
75
|
+
"tracking_categories,applied_to_lines,company",
|
|
76
|
+
"tracking_categories,applied_to_lines,company,accounting_period",
|
|
77
|
+
"tracking_categories,applied_to_lines,contact",
|
|
78
|
+
"tracking_categories,applied_to_lines,contact,account",
|
|
79
|
+
"tracking_categories,applied_to_lines,contact,account,accounting_period",
|
|
80
|
+
"tracking_categories,applied_to_lines,contact,account,company",
|
|
81
|
+
"tracking_categories,applied_to_lines,contact,account,company,accounting_period",
|
|
82
|
+
"tracking_categories,applied_to_lines,contact,accounting_period",
|
|
83
|
+
"tracking_categories,applied_to_lines,contact,company",
|
|
84
|
+
"tracking_categories,applied_to_lines,contact,company,accounting_period",
|
|
53
85
|
"tracking_categories,company",
|
|
54
86
|
"tracking_categories,company,accounting_period",
|
|
55
87
|
"tracking_categories,contact",
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const PaymentsRetrieveRequestExpand: core.serialization.Schema<serializers.accounting.PaymentsRetrieveRequestExpand.Raw, Merge.accounting.PaymentsRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace PaymentsRetrieveRequestExpand {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|