@mergeapi/merge-node-client 1.1.1 → 1.1.2
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 +6 -6
- package/Client.js +15 -15
- package/README.md +3 -3
- package/api/resources/accounting/client/Client.d.ts +3 -0
- package/api/resources/accounting/client/Client.js +45 -40
- 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/asyncTasks/client/Client.js +1 -1
- 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/bankFeedAccounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
- 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 +5 -5
- package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/employees/client/Client.js +2 -2
- package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +53 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +220 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/index.js +17 -0
- package/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts} +34 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +18 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/index.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/index.js +18 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +23 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +23 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- 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/index.d.ts +3 -0
- package/api/resources/accounting/resources/index.js +4 -1
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/client/Client.js +16 -9
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +16 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +12 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +14 -0
- package/api/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/types/index.js +1 -0
- 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 +6 -6
- 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 +8 -8
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/scopes/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 +4 -4
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/AccountCurrency.d.ts +1 -1
- package/api/resources/accounting/types/AccountRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +1 -1
- package/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +1 -1
- package/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CreditNote.d.ts +2 -2
- package/api/resources/accounting/types/CreditNoteCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +11 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +11 -0
- package/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseCurrency.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +59 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +8 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionCompany.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +664 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +315 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +8 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineContact.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineItem.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +315 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +16 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +5 -0
- package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalLineCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +5 -0
- package/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +1 -1
- package/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PaymentCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/RemoteData.d.ts +12 -0
- package/api/resources/accounting/types/TrackingCategory.d.ts +1 -3
- package/api/resources/accounting/types/TrackingCategoryCompany.d.ts +1 -1
- package/api/resources/accounting/types/TransactionCurrency.d.ts +1 -1
- package/api/resources/accounting/types/{CurrencyEnum.d.ts → TransactionCurrencyEnum.d.ts} +2 -2
- package/{dist/api/resources/accounting/types/CurrencyEnum.js → api/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +1 -1
- package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +22 -0
- package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.js +15 -0
- package/api/resources/accounting/types/VendorCreditCurrency.d.ts +1 -1
- package/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/index.d.ts +17 -1
- package/api/resources/accounting/types/index.js +17 -1
- 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.d.ts +3 -0
- package/api/resources/ats/resources/applications/client/Client.js +8 -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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/jobPostings/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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/scopes/client/Client.js +7 -3
- package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- 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/ats/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/ats/types/EventTypeEnum.js +3 -0
- package/api/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/ats/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/scopes/client/Client.js +7 -3
- package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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 +8 -5
- package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/crm/types/EventTypeEnum.js +3 -0
- package/api/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/crm/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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 +10 -4
- package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/scopes/client/Client.js +7 -3
- package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/filestorage/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/api/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/filestorage/types/File_.d.ts +1 -1
- package/api/resources/filestorage/types/Folder.d.ts +1 -1
- package/api/resources/filestorage/types/Group.d.ts +4 -1
- package/api/resources/filestorage/types/GroupChildGroupsItem.d.ts +5 -0
- package/api/resources/filestorage/types/GroupChildGroupsItem.js +5 -0
- package/api/resources/filestorage/types/Permission.d.ts +2 -2
- package/api/resources/filestorage/types/PermissionGroup.d.ts +1 -1
- package/api/resources/filestorage/types/PermissionRequest.d.ts +2 -2
- package/api/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -1
- package/api/resources/filestorage/types/PermissionRequestUser.d.ts +1 -1
- package/api/resources/filestorage/types/PermissionUser.d.ts +1 -1
- package/api/resources/filestorage/types/RemoteData.d.ts +19 -0
- package/api/resources/filestorage/types/RemoteData.js +5 -0
- package/api/resources/filestorage/types/User.d.ts +2 -1
- package/api/resources/filestorage/types/index.d.ts +2 -0
- package/api/resources/filestorage/types/index.js +2 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/hris/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/locations/client/requests/LocationsListRequest.d.ts +2 -2
- package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +3 -2
- package/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +11 -0
- package/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +11 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +11 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +11 -0
- package/api/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/api/resources/hris/resources/locations/types/index.js +4 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/scopes/client/Client.js +7 -3
- package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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 +16 -10
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +8 -4
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/hris/types/Employee.d.ts +1 -1
- package/api/resources/hris/types/EmployeeRequest.d.ts +1 -1
- package/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
- package/api/resources/hris/types/Employment.d.ts +1 -1
- package/api/resources/hris/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/hris/types/EventTypeEnum.js +3 -0
- package/api/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/hris/types/RemoteData.d.ts +12 -0
- package/api/resources/hris/types/TimesheetEntry.d.ts +3 -2
- package/api/resources/hris/types/TimesheetEntryEmployee.d.ts +8 -0
- package/api/resources/hris/types/TimesheetEntryEmployee.js +5 -0
- package/api/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/api/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +8 -0
- package/api/resources/hris/types/TimesheetEntryRequestEmployee.js +5 -0
- package/api/resources/hris/types/index.d.ts +2 -0
- package/api/resources/hris/types/index.js +2 -0
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +0 -11
- package/api/resources/ticketing/resources/collections/client/Client.js +2 -78
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +2 -1
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -1
- package/api/resources/ticketing/resources/collections/client/requests/index.d.ts +0 -1
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/api/resources/ticketing/resources/collections/types/index.js +2 -1
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/roles/client/Client.js +2 -2
- package/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/scopes/client/Client.js +7 -3
- package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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.d.ts +5 -5
- package/api/resources/ticketing/resources/tickets/client/Client.js +16 -16
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +1 -6
- package/{dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts → api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts} +2 -2
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.js +5 -0
- package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -1
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +129 -1
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +129 -1
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/api/resources/ticketing/resources/tickets/types/index.js +1 -2
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/ticketing/types/Collection.d.ts +2 -2
- package/api/resources/ticketing/types/CollectionTeamsItem.d.ts +5 -0
- package/api/resources/ticketing/types/CollectionTeamsItem.js +5 -0
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/api/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/ticketing/types/PaginatedViewerList.d.ts +9 -0
- package/api/resources/ticketing/types/PaginatedViewerList.js +5 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +6 -1
- package/api/resources/ticketing/types/RemoteData.d.ts +12 -0
- package/api/resources/ticketing/types/Team.d.ts +1 -1
- package/api/resources/ticketing/types/Ticket.d.ts +6 -1
- package/api/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +5 -0
- package/api/resources/ticketing/types/TicketAssignedTeamsItem.js +5 -0
- package/api/resources/ticketing/types/TicketRequest.d.ts +6 -1
- package/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +5 -0
- package/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +5 -0
- package/api/resources/ticketing/types/User.d.ts +2 -1
- package/api/resources/ticketing/types/Viewer.d.ts +28 -0
- package/api/resources/ticketing/types/Viewer.js +5 -0
- package/api/resources/ticketing/types/ViewerTeam.d.ts +8 -0
- package/api/resources/ticketing/types/ViewerTeam.js +5 -0
- package/api/resources/ticketing/types/ViewerUser.d.ts +8 -0
- package/api/resources/ticketing/types/ViewerUser.js +5 -0
- package/api/resources/ticketing/types/index.d.ts +7 -0
- package/api/resources/ticketing/types/index.js +7 -0
- package/dist/Client.d.ts +6 -6
- package/dist/Client.js +15 -15
- package/dist/api/resources/accounting/client/Client.d.ts +3 -0
- package/dist/api/resources/accounting/client/Client.js +45 -40
- 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/asyncTasks/client/Client.js +1 -1
- 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/bankFeedAccounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
- 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 +5 -5
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/employees/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +53 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +220 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.js +17 -0
- package/dist/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts} +34 -2
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +18 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/index.js +18 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- 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/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/index.js +4 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +16 -9
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +16 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +12 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +14 -0
- package/dist/api/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/invoices/types/index.js +1 -0
- 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 +6 -6
- 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 +8 -8
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/scopes/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 +4 -4
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/AccountCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/AccountRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -2
- package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +11 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +11 -0
- package/dist/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/dist/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +59 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransaction.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionCompany.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +664 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineContact.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineItem.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +16 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +5 -0
- package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalEntryCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +1 -1
- package/dist/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/RemoteData.d.ts +12 -0
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +1 -3
- package/dist/api/resources/accounting/types/TrackingCategoryCompany.d.ts +1 -1
- package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/{CurrencyEnum.d.ts → TransactionCurrencyEnum.d.ts} +2 -2
- package/{api/resources/accounting/types/CurrencyEnum.js → dist/api/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +22 -0
- package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.js +15 -0
- package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/index.d.ts +17 -1
- package/dist/api/resources/accounting/types/index.js +17 -1
- 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.d.ts +3 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +8 -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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/jobPostings/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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- 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/ats/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/ats/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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 +8 -5
- package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/crm/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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 +10 -4
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/filestorage/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/File_.d.ts +1 -1
- package/dist/api/resources/filestorage/types/Folder.d.ts +1 -1
- package/dist/api/resources/filestorage/types/Group.d.ts +4 -1
- package/dist/api/resources/filestorage/types/GroupChildGroupsItem.d.ts +5 -0
- package/dist/api/resources/filestorage/types/GroupChildGroupsItem.js +5 -0
- package/dist/api/resources/filestorage/types/Permission.d.ts +2 -2
- package/dist/api/resources/filestorage/types/PermissionGroup.d.ts +1 -1
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -1
- package/dist/api/resources/filestorage/types/PermissionRequestUser.d.ts +1 -1
- package/dist/api/resources/filestorage/types/PermissionUser.d.ts +1 -1
- package/dist/api/resources/filestorage/types/RemoteData.d.ts +19 -0
- package/dist/api/resources/filestorage/types/RemoteData.js +5 -0
- package/dist/api/resources/filestorage/types/User.d.ts +2 -1
- package/dist/api/resources/filestorage/types/index.d.ts +2 -0
- package/dist/api/resources/filestorage/types/index.js +2 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/fieldMapping/client/Client.d.ts +2 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/locations/client/requests/LocationsListRequest.d.ts +2 -2
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +3 -2
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/dist/api/resources/hris/resources/locations/types/index.js +4 -0
- 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/scopes/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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 +16 -10
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +8 -4
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/hris/types/Employee.d.ts +1 -1
- package/dist/api/resources/hris/types/EmployeeRequest.d.ts +1 -1
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
- package/dist/api/resources/hris/types/Employment.d.ts +1 -1
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/hris/types/RemoteData.d.ts +12 -0
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +3 -2
- package/dist/api/resources/hris/types/TimesheetEntryEmployee.d.ts +8 -0
- package/dist/api/resources/hris/types/TimesheetEntryEmployee.js +5 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/dist/api/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +8 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequestEmployee.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +2 -0
- package/dist/api/resources/hris/types/index.js +2 -0
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +0 -11
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +2 -78
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/requests/index.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/collections/types/index.js +2 -1
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- 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/roles/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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.d.ts +5 -5
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +16 -16
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +1 -6
- package/{api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts → dist/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts} +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +129 -1
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +129 -1
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/tickets/types/index.js +1 -2
- 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/api/resources/ticketing/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +2 -2
- package/dist/api/resources/ticketing/types/CollectionTeamsItem.d.ts +5 -0
- package/dist/api/resources/ticketing/types/CollectionTeamsItem.js +5 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/PaginatedViewerList.d.ts +9 -0
- package/dist/api/resources/ticketing/types/PaginatedViewerList.js +5 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +6 -1
- package/dist/api/resources/ticketing/types/RemoteData.d.ts +12 -0
- package/dist/api/resources/ticketing/types/Team.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +6 -1
- package/dist/api/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +5 -0
- package/dist/api/resources/ticketing/types/TicketAssignedTeamsItem.js +5 -0
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +6 -1
- package/dist/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +5 -0
- package/dist/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +5 -0
- package/dist/api/resources/ticketing/types/User.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Viewer.d.ts +28 -0
- package/dist/api/resources/ticketing/types/Viewer.js +5 -0
- package/dist/api/resources/ticketing/types/ViewerTeam.d.ts +8 -0
- package/dist/api/resources/ticketing/types/ViewerTeam.js +5 -0
- package/dist/api/resources/ticketing/types/ViewerUser.d.ts +8 -0
- package/dist/api/resources/ticketing/types/ViewerUser.js +5 -0
- package/dist/api/resources/ticketing/types/index.d.ts +7 -0
- package/dist/api/resources/ticketing/types/index.js +7 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +47 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +47 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/index.js +3 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +10 -0
- package/{serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js → dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js} +2 -2
- package/dist/serialization/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/index.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/AccountCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/AccountRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/AccountRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/BalanceSheetCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/BalanceSheetCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CashFlowStatementCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CashFlowStatementCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CompanyInfoCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CompanyInfoCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNote.js +1 -1
- package/dist/serialization/resources/accounting/types/CreditNoteCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -1
- package/dist/serialization/resources/accounting/types/CreditNoteRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransaction.d.ts +33 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransaction.js +54 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +39 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +60 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +32 -0
- package/dist/serialization/resources/accounting/types/IncomeStatementCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/IncomeStatementCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +36 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +2 -2
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PaymentCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PaymentCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PaymentRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PaymentRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/TrackingCategory.d.ts +0 -2
- package/dist/serialization/resources/accounting/types/TrackingCategory.js +0 -2
- package/dist/serialization/resources/accounting/types/TransactionCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/TransactionCurrency.js +2 -2
- package/{serialization/resources/accounting/types/CurrencyEnum.d.ts → dist/serialization/resources/accounting/types/TransactionCurrencyEnum.d.ts} +2 -2
- package/{serialization/resources/accounting/types/CurrencyEnum.js → dist/serialization/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/TransactionLineItemCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/TransactionLineItemCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.js +39 -0
- package/dist/serialization/resources/accounting/types/VendorCreditCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/index.d.ts +17 -1
- package/dist/serialization/resources/accounting/types/index.js +17 -1
- package/dist/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/Drive.js +2 -3
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/filestorage/types/File_.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/File_.js +2 -3
- package/dist/serialization/resources/filestorage/types/Folder.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/Folder.js +2 -3
- package/dist/serialization/resources/filestorage/types/Group.d.ts +3 -1
- package/dist/serialization/resources/filestorage/types/Group.js +6 -3
- package/dist/serialization/resources/filestorage/types/GroupChildGroupsItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/GroupChildGroupsItem.js +35 -0
- package/dist/serialization/resources/filestorage/types/PaginatedGroupList.d.ts +1 -2
- package/dist/serialization/resources/filestorage/types/PaginatedGroupList.js +2 -2
- package/dist/serialization/resources/filestorage/types/PermissionGroup.d.ts +1 -2
- package/dist/serialization/resources/filestorage/types/PermissionGroup.js +5 -2
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -2
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.js +5 -2
- package/dist/serialization/resources/filestorage/types/RemoteData.d.ts +13 -0
- package/dist/serialization/resources/filestorage/types/RemoteData.js +34 -0
- package/dist/serialization/resources/filestorage/types/User.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/User.js +2 -3
- package/dist/serialization/resources/filestorage/types/index.d.ts +2 -0
- package/dist/serialization/resources/filestorage/types/index.js +2 -0
- package/dist/serialization/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/dist/serialization/resources/hris/resources/locations/types/index.js +4 -0
- package/dist/serialization/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/dist/serialization/resources/hris/types/EmployerBenefit.js +2 -3
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/hris/types/TimesheetEntry.d.ts +4 -2
- package/dist/serialization/resources/hris/types/TimesheetEntry.js +4 -4
- package/dist/serialization/resources/hris/types/TimesheetEntryEmployee.d.ts +10 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryEmployee.js +35 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.js +2 -1
- package/dist/serialization/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +10 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequestEmployee.js +35 -0
- package/dist/serialization/resources/hris/types/index.d.ts +2 -0
- package/dist/serialization/resources/hris/types/index.js +2 -0
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/{CollectionsUsersListRequestExpand.js → CollectionsListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/dist/serialization/resources/ticketing/resources/collections/types/index.js +2 -1
- package/dist/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +10 -0
- package/{serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js → dist/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/dist/serialization/resources/ticketing/resources/tickets/types/index.js +1 -2
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/Collection.js +2 -0
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.js +32 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/ticketing/types/PaginatedViewerList.d.ts +15 -0
- package/dist/serialization/resources/ticketing/types/PaginatedViewerList.js +36 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
- package/dist/serialization/resources/ticketing/types/Ticket.d.ts +3 -0
- package/dist/serialization/resources/ticketing/types/Ticket.js +3 -0
- package/dist/serialization/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/TicketAssignedTeamsItem.js +32 -0
- package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +3 -0
- package/dist/serialization/resources/ticketing/types/TicketRequest.js +3 -0
- package/dist/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +32 -0
- package/dist/serialization/resources/ticketing/types/Viewer.d.ts +19 -0
- package/dist/serialization/resources/ticketing/types/Viewer.js +40 -0
- package/dist/serialization/resources/ticketing/types/ViewerTeam.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/ViewerTeam.js +32 -0
- package/dist/serialization/resources/ticketing/types/ViewerUser.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/ViewerUser.js +32 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +7 -0
- package/dist/serialization/resources/ticketing/types/index.js +7 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +3249 -3120
- package/serialization/resources/accounting/resources/generalLedgerTransactions/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/index.js +17 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +47 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +47 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- package/serialization/resources/accounting/resources/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/index.js +3 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +31 -0
- package/serialization/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/invoices/types/index.js +1 -0
- package/serialization/resources/accounting/types/AccountCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/AccountCurrency.js +2 -2
- package/serialization/resources/accounting/types/AccountRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/AccountRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/BalanceSheetCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/BalanceSheetCurrency.js +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountCurrency.js +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/CashFlowStatementCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CashFlowStatementCurrency.js +2 -2
- package/serialization/resources/accounting/types/CompanyInfoCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CompanyInfoCurrency.js +2 -2
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNote.js +1 -1
- package/serialization/resources/accounting/types/CreditNoteCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteCurrency.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -1
- package/serialization/resources/accounting/types/CreditNoteRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
- package/serialization/resources/accounting/types/ExpenseCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseCurrency.js +2 -2
- package/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineCurrency.js +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransaction.d.ts +33 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransaction.js +54 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +39 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +60 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +32 -0
- package/serialization/resources/accounting/types/IncomeStatementCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/IncomeStatementCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalLineCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalLineCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalLineRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +36 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +2 -2
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +2 -2
- package/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PaymentCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentCurrency.js +2 -2
- package/serialization/resources/accounting/types/PaymentRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/TrackingCategory.d.ts +0 -2
- package/serialization/resources/accounting/types/TrackingCategory.js +0 -2
- package/serialization/resources/accounting/types/TransactionCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/TransactionCurrency.js +2 -2
- package/{dist/serialization/resources/accounting/types/CurrencyEnum.d.ts → serialization/resources/accounting/types/TransactionCurrencyEnum.d.ts} +2 -2
- package/{dist/serialization/resources/accounting/types/CurrencyEnum.js → serialization/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/serialization/resources/accounting/types/TransactionLineItemCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/TransactionLineItemCurrency.js +2 -2
- package/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.js +39 -0
- package/serialization/resources/accounting/types/VendorCreditCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditCurrency.js +2 -2
- package/serialization/resources/accounting/types/VendorCreditRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/index.d.ts +17 -1
- package/serialization/resources/accounting/types/index.js +17 -1
- package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +3 -0
- package/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +3 -0
- package/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/filestorage/types/Drive.d.ts +2 -1
- package/serialization/resources/filestorage/types/Drive.js +2 -3
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/filestorage/types/File_.d.ts +2 -1
- package/serialization/resources/filestorage/types/File_.js +2 -3
- package/serialization/resources/filestorage/types/Folder.d.ts +2 -1
- package/serialization/resources/filestorage/types/Folder.js +2 -3
- package/serialization/resources/filestorage/types/Group.d.ts +3 -1
- package/serialization/resources/filestorage/types/Group.js +6 -3
- package/serialization/resources/filestorage/types/GroupChildGroupsItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/GroupChildGroupsItem.js +35 -0
- package/serialization/resources/filestorage/types/PaginatedGroupList.d.ts +1 -2
- package/serialization/resources/filestorage/types/PaginatedGroupList.js +2 -2
- package/serialization/resources/filestorage/types/PermissionGroup.d.ts +1 -2
- package/serialization/resources/filestorage/types/PermissionGroup.js +5 -2
- package/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -2
- package/serialization/resources/filestorage/types/PermissionRequestGroup.js +5 -2
- package/serialization/resources/filestorage/types/RemoteData.d.ts +13 -0
- package/serialization/resources/filestorage/types/RemoteData.js +34 -0
- package/serialization/resources/filestorage/types/User.d.ts +2 -1
- package/serialization/resources/filestorage/types/User.js +2 -3
- package/serialization/resources/filestorage/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/types/index.js +2 -0
- package/serialization/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +31 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +31 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/serialization/resources/hris/resources/locations/types/index.js +4 -0
- package/serialization/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/serialization/resources/hris/types/EmployerBenefit.js +2 -3
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +3 -0
- package/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/hris/types/TimesheetEntry.d.ts +4 -2
- package/serialization/resources/hris/types/TimesheetEntry.js +4 -4
- package/serialization/resources/hris/types/TimesheetEntryEmployee.d.ts +10 -0
- package/serialization/resources/hris/types/TimesheetEntryEmployee.js +35 -0
- package/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/serialization/resources/hris/types/TimesheetEntryRequest.js +2 -1
- package/serialization/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +10 -0
- package/serialization/resources/hris/types/TimesheetEntryRequestEmployee.js +35 -0
- package/serialization/resources/hris/types/index.d.ts +2 -0
- package/serialization/resources/hris/types/index.js +2 -0
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +10 -0
- package/{dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js → serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/serialization/resources/ticketing/resources/collections/types/index.js +2 -1
- package/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +1 -1
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +10 -0
- package/{dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js → serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/serialization/resources/ticketing/resources/tickets/types/index.js +1 -2
- package/serialization/resources/ticketing/types/Collection.d.ts +2 -0
- package/serialization/resources/ticketing/types/Collection.js +2 -0
- package/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +11 -0
- package/serialization/resources/ticketing/types/CollectionTeamsItem.js +32 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/ticketing/types/PaginatedViewerList.d.ts +15 -0
- package/serialization/resources/ticketing/types/PaginatedViewerList.js +36 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +3 -0
- package/serialization/resources/ticketing/types/Ticket.js +3 -0
- package/serialization/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +11 -0
- package/serialization/resources/ticketing/types/TicketAssignedTeamsItem.js +32 -0
- package/serialization/resources/ticketing/types/TicketRequest.d.ts +3 -0
- package/serialization/resources/ticketing/types/TicketRequest.js +3 -0
- package/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +11 -0
- package/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +32 -0
- package/serialization/resources/ticketing/types/Viewer.d.ts +19 -0
- package/serialization/resources/ticketing/types/Viewer.js +40 -0
- package/serialization/resources/ticketing/types/ViewerTeam.d.ts +11 -0
- package/serialization/resources/ticketing/types/ViewerTeam.js +32 -0
- package/serialization/resources/ticketing/types/ViewerUser.d.ts +11 -0
- package/serialization/resources/ticketing/types/ViewerUser.js +32 -0
- package/serialization/resources/ticketing/types/index.d.ts +7 -0
- package/serialization/resources/ticketing/types/index.js +7 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +0 -12
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +0 -12
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -31
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- /package/api/resources/{ticketing/resources/collections/client/requests/CollectionsUsersListRequest.js → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.js} +0 -0
- /package/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.js → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.js} +0 -0
- /package/{dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.js → api/resources/accounting/types/GeneralLedgerTransaction.js} +0 -0
- /package/{dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.js → api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js} +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type GeneralLedgerTransactionsListRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "general_ledger_transaction_lines" | "general_ledger_transaction_lines,accounting_period" | "general_ledger_transaction_lines,company" | "general_ledger_transaction_lines,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,general_ledger_transaction_lines" | "tracking_categories,general_ledger_transaction_lines,accounting_period" | "tracking_categories,general_ledger_transaction_lines,company" | "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
|
|
5
|
+
export declare const GeneralLedgerTransactionsListRequestExpand: {
|
|
6
|
+
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly Company: "company";
|
|
8
|
+
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
9
|
+
readonly GeneralLedgerTransactionLines: "general_ledger_transaction_lines";
|
|
10
|
+
readonly GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period";
|
|
11
|
+
readonly GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company";
|
|
12
|
+
readonly GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period";
|
|
13
|
+
readonly TrackingCategories: "tracking_categories";
|
|
14
|
+
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
15
|
+
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
16
|
+
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
17
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines";
|
|
18
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period";
|
|
19
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company";
|
|
20
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
|
|
21
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.GeneralLedgerTransactionsListRequestExpand = void 0;
|
|
7
|
+
exports.GeneralLedgerTransactionsListRequestExpand = {
|
|
8
|
+
AccountingPeriod: "accounting_period",
|
|
9
|
+
Company: "company",
|
|
10
|
+
CompanyAccountingPeriod: "company,accounting_period",
|
|
11
|
+
GeneralLedgerTransactionLines: "general_ledger_transaction_lines",
|
|
12
|
+
GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period",
|
|
13
|
+
GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company",
|
|
14
|
+
GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period",
|
|
15
|
+
TrackingCategories: "tracking_categories",
|
|
16
|
+
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
17
|
+
TrackingCategoriesCompany: "tracking_categories,company",
|
|
18
|
+
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
19
|
+
TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines",
|
|
20
|
+
TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period",
|
|
21
|
+
TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company",
|
|
22
|
+
TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period",
|
|
23
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type GeneralLedgerTransactionsRetrieveRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "general_ledger_transaction_lines" | "general_ledger_transaction_lines,accounting_period" | "general_ledger_transaction_lines,company" | "general_ledger_transaction_lines,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,general_ledger_transaction_lines" | "tracking_categories,general_ledger_transaction_lines,accounting_period" | "tracking_categories,general_ledger_transaction_lines,company" | "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
|
|
5
|
+
export declare const GeneralLedgerTransactionsRetrieveRequestExpand: {
|
|
6
|
+
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly Company: "company";
|
|
8
|
+
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
9
|
+
readonly GeneralLedgerTransactionLines: "general_ledger_transaction_lines";
|
|
10
|
+
readonly GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period";
|
|
11
|
+
readonly GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company";
|
|
12
|
+
readonly GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period";
|
|
13
|
+
readonly TrackingCategories: "tracking_categories";
|
|
14
|
+
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
15
|
+
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
16
|
+
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
17
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines";
|
|
18
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period";
|
|
19
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company";
|
|
20
|
+
readonly TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
|
|
21
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.GeneralLedgerTransactionsRetrieveRequestExpand = void 0;
|
|
7
|
+
exports.GeneralLedgerTransactionsRetrieveRequestExpand = {
|
|
8
|
+
AccountingPeriod: "accounting_period",
|
|
9
|
+
Company: "company",
|
|
10
|
+
CompanyAccountingPeriod: "company,accounting_period",
|
|
11
|
+
GeneralLedgerTransactionLines: "general_ledger_transaction_lines",
|
|
12
|
+
GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period",
|
|
13
|
+
GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company",
|
|
14
|
+
GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period",
|
|
15
|
+
TrackingCategories: "tracking_categories",
|
|
16
|
+
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
17
|
+
TrackingCategoriesCompany: "tracking_categories,company",
|
|
18
|
+
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
19
|
+
TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines",
|
|
20
|
+
TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period",
|
|
21
|
+
TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company",
|
|
22
|
+
TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period",
|
|
23
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./GeneralLedgerTransactionsListRequestExpand"), exports);
|
|
18
|
+
__exportStar(require("./GeneralLedgerTransactionsRetrieveRequestExpand"), exports);
|
|
@@ -67,7 +67,7 @@ class GenerateKey {
|
|
|
67
67
|
method: "POST",
|
|
68
68
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
69
69
|
? yield core.Supplier.get(this._options.accountToken)
|
|
70
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
70
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
71
71
|
contentType: "application/json",
|
|
72
72
|
requestType: "json",
|
|
73
73
|
body: serializers.accounting.GenerateRemoteKeyRequest.jsonOrThrow(request, {
|
|
@@ -103,7 +103,7 @@ class IncomeStatements {
|
|
|
103
103
|
method: "GET",
|
|
104
104
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
105
105
|
? yield core.Supplier.get(this._options.accountToken)
|
|
106
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
106
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
107
107
|
contentType: "application/json",
|
|
108
108
|
queryParameters: _queryParams,
|
|
109
109
|
requestType: "json",
|
|
@@ -167,7 +167,7 @@ class IncomeStatements {
|
|
|
167
167
|
method: "GET",
|
|
168
168
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
169
169
|
? yield core.Supplier.get(this._options.accountToken)
|
|
170
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
170
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
171
171
|
contentType: "application/json",
|
|
172
172
|
queryParameters: _queryParams,
|
|
173
173
|
requestType: "json",
|
|
@@ -10,6 +10,8 @@ export * as creditNotes from "./creditNotes";
|
|
|
10
10
|
export * from "./creditNotes/types";
|
|
11
11
|
export * as expenses from "./expenses";
|
|
12
12
|
export * from "./expenses/types";
|
|
13
|
+
export * as generalLedgerTransactions from "./generalLedgerTransactions";
|
|
14
|
+
export * from "./generalLedgerTransactions/types";
|
|
13
15
|
export * as invoices from "./invoices";
|
|
14
16
|
export * from "./invoices/types";
|
|
15
17
|
export * as issues from "./issues";
|
|
@@ -71,6 +73,7 @@ export * from "./scopes/client/requests";
|
|
|
71
73
|
export * from "./employees/client/requests";
|
|
72
74
|
export * from "./expenses/client/requests";
|
|
73
75
|
export * from "./fieldMapping/client/requests";
|
|
76
|
+
export * from "./generalLedgerTransactions/client/requests";
|
|
74
77
|
export * from "./generateKey/client/requests";
|
|
75
78
|
export * from "./incomeStatements/client/requests";
|
|
76
79
|
export * from "./invoices/client/requests";
|
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.employees = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.bankFeedTransactions = exports.bankFeedAccounts = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncTasks = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
|
|
29
|
+
exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.employees = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.bankFeedTransactions = exports.bankFeedAccounts = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncTasks = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.generalLedgerTransactions = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
|
|
30
30
|
exports.accounts = __importStar(require("./accounts"));
|
|
31
31
|
__exportStar(require("./accounts/types"), exports);
|
|
32
32
|
exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
|
|
@@ -39,6 +39,8 @@ exports.creditNotes = __importStar(require("./creditNotes"));
|
|
|
39
39
|
__exportStar(require("./creditNotes/types"), exports);
|
|
40
40
|
exports.expenses = __importStar(require("./expenses"));
|
|
41
41
|
__exportStar(require("./expenses/types"), exports);
|
|
42
|
+
exports.generalLedgerTransactions = __importStar(require("./generalLedgerTransactions"));
|
|
43
|
+
__exportStar(require("./generalLedgerTransactions/types"), exports);
|
|
42
44
|
exports.invoices = __importStar(require("./invoices"));
|
|
43
45
|
__exportStar(require("./invoices/types"), exports);
|
|
44
46
|
exports.issues = __importStar(require("./issues"));
|
|
@@ -100,6 +102,7 @@ __exportStar(require("./scopes/client/requests"), exports);
|
|
|
100
102
|
__exportStar(require("./employees/client/requests"), exports);
|
|
101
103
|
__exportStar(require("./expenses/client/requests"), exports);
|
|
102
104
|
__exportStar(require("./fieldMapping/client/requests"), exports);
|
|
105
|
+
__exportStar(require("./generalLedgerTransactions/client/requests"), exports);
|
|
103
106
|
__exportStar(require("./generateKey/client/requests"), exports);
|
|
104
107
|
__exportStar(require("./incomeStatements/client/requests"), exports);
|
|
105
108
|
__exportStar(require("./invoices/client/requests"), exports);
|
|
@@ -40,6 +40,7 @@ export declare class Invoices {
|
|
|
40
40
|
list(request?: Merge.accounting.InvoicesListRequest, requestOptions?: Invoices.RequestOptions): Promise<Merge.accounting.PaginatedInvoiceList>;
|
|
41
41
|
/**
|
|
42
42
|
* Creates an `Invoice` object with the given values.
|
|
43
|
+
* Including a `PurchaseOrder` id in the `purchase_orders` property will generate an Accounts Payable Invoice from the specified Purchase Order(s).
|
|
43
44
|
*
|
|
44
45
|
* @param {Merge.accounting.InvoiceEndpointRequest} request
|
|
45
46
|
* @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -71,7 +71,7 @@ class Invoices {
|
|
|
71
71
|
list(request = {}, requestOptions) {
|
|
72
72
|
var _a, _b;
|
|
73
73
|
return __awaiter(this, void 0, void 0, function* () {
|
|
74
|
-
const { companyId, contactId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, issueDateAfter, issueDateBefore, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, type: type_, } = request;
|
|
74
|
+
const { companyId, contactId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, issueDateAfter, issueDateBefore, modifiedAfter, modifiedBefore, number: number_, pageSize, remoteFields, remoteId, showEnumOrigins, status, type: type_, } = request;
|
|
75
75
|
const _queryParams = {};
|
|
76
76
|
if (companyId != null) {
|
|
77
77
|
_queryParams["company_id"] = companyId;
|
|
@@ -115,6 +115,9 @@ class Invoices {
|
|
|
115
115
|
if (modifiedBefore != null) {
|
|
116
116
|
_queryParams["modified_before"] = modifiedBefore.toISOString();
|
|
117
117
|
}
|
|
118
|
+
if (number_ != null) {
|
|
119
|
+
_queryParams["number"] = number_;
|
|
120
|
+
}
|
|
118
121
|
if (pageSize != null) {
|
|
119
122
|
_queryParams["page_size"] = pageSize.toString();
|
|
120
123
|
}
|
|
@@ -127,6 +130,9 @@ class Invoices {
|
|
|
127
130
|
if (showEnumOrigins != null) {
|
|
128
131
|
_queryParams["show_enum_origins"] = showEnumOrigins;
|
|
129
132
|
}
|
|
133
|
+
if (status != null) {
|
|
134
|
+
_queryParams["status"] = status;
|
|
135
|
+
}
|
|
130
136
|
if (type_ != null) {
|
|
131
137
|
_queryParams["type"] = type_;
|
|
132
138
|
}
|
|
@@ -135,7 +141,7 @@ class Invoices {
|
|
|
135
141
|
method: "GET",
|
|
136
142
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
137
143
|
? yield core.Supplier.get(this._options.accountToken)
|
|
138
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
144
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
139
145
|
contentType: "application/json",
|
|
140
146
|
queryParameters: _queryParams,
|
|
141
147
|
requestType: "json",
|
|
@@ -175,6 +181,7 @@ class Invoices {
|
|
|
175
181
|
}
|
|
176
182
|
/**
|
|
177
183
|
* Creates an `Invoice` object with the given values.
|
|
184
|
+
* Including a `PurchaseOrder` id in the `purchase_orders` property will generate an Accounts Payable Invoice from the specified Purchase Order(s).
|
|
178
185
|
*
|
|
179
186
|
* @param {Merge.accounting.InvoiceEndpointRequest} request
|
|
180
187
|
* @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -200,7 +207,7 @@ class Invoices {
|
|
|
200
207
|
method: "POST",
|
|
201
208
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
202
209
|
? yield core.Supplier.get(this._options.accountToken)
|
|
203
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
210
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
204
211
|
contentType: "application/json",
|
|
205
212
|
queryParameters: _queryParams,
|
|
206
213
|
requestType: "json",
|
|
@@ -274,7 +281,7 @@ class Invoices {
|
|
|
274
281
|
method: "GET",
|
|
275
282
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
276
283
|
? yield core.Supplier.get(this._options.accountToken)
|
|
277
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
284
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
278
285
|
contentType: "application/json",
|
|
279
286
|
queryParameters: _queryParams,
|
|
280
287
|
requestType: "json",
|
|
@@ -340,7 +347,7 @@ class Invoices {
|
|
|
340
347
|
method: "PATCH",
|
|
341
348
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
342
349
|
? yield core.Supplier.get(this._options.accountToken)
|
|
343
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
350
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
344
351
|
contentType: "application/json",
|
|
345
352
|
queryParameters: _queryParams,
|
|
346
353
|
requestType: "json",
|
|
@@ -418,7 +425,7 @@ class Invoices {
|
|
|
418
425
|
method: "GET",
|
|
419
426
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
420
427
|
? yield core.Supplier.get(this._options.accountToken)
|
|
421
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
428
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
422
429
|
contentType: "application/json",
|
|
423
430
|
queryParameters: _queryParams,
|
|
424
431
|
requestType: "json",
|
|
@@ -473,7 +480,7 @@ class Invoices {
|
|
|
473
480
|
method: "GET",
|
|
474
481
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
475
482
|
? yield core.Supplier.get(this._options.accountToken)
|
|
476
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
483
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
477
484
|
contentType: "application/json",
|
|
478
485
|
requestType: "json",
|
|
479
486
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -526,7 +533,7 @@ class Invoices {
|
|
|
526
533
|
method: "GET",
|
|
527
534
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
528
535
|
? yield core.Supplier.get(this._options.accountToken)
|
|
529
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
536
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
530
537
|
contentType: "application/json",
|
|
531
538
|
requestType: "json",
|
|
532
539
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -600,7 +607,7 @@ class Invoices {
|
|
|
600
607
|
method: "GET",
|
|
601
608
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
602
609
|
? yield core.Supplier.get(this._options.accountToken)
|
|
603
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
610
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
604
611
|
contentType: "application/json",
|
|
605
612
|
queryParameters: _queryParams,
|
|
606
613
|
requestType: "json",
|
package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts
CHANGED
|
@@ -63,6 +63,10 @@ export interface InvoicesListRequest {
|
|
|
63
63
|
* If provided, only objects synced by Merge before this date time will be returned.
|
|
64
64
|
*/
|
|
65
65
|
modifiedBefore?: Date;
|
|
66
|
+
/**
|
|
67
|
+
* If provided, will only return Invoices with this number.
|
|
68
|
+
*/
|
|
69
|
+
number?: string;
|
|
66
70
|
/**
|
|
67
71
|
* Number of results to return per page.
|
|
68
72
|
*/
|
|
@@ -80,7 +84,18 @@ export interface InvoicesListRequest {
|
|
|
80
84
|
*/
|
|
81
85
|
showEnumOrigins?: "type";
|
|
82
86
|
/**
|
|
83
|
-
* If provided, will only return Invoices with this
|
|
87
|
+
* If provided, will only return Invoices with this status.
|
|
88
|
+
*
|
|
89
|
+
* - `PAID` - PAID
|
|
90
|
+
* - `DRAFT` - DRAFT
|
|
91
|
+
* - `SUBMITTED` - SUBMITTED
|
|
92
|
+
* - `PARTIALLY_PAID` - PARTIALLY_PAID
|
|
93
|
+
* - `OPEN` - OPEN
|
|
94
|
+
* - `VOID` - VOID
|
|
95
|
+
*/
|
|
96
|
+
status?: Merge.accounting.InvoicesListRequestStatus;
|
|
97
|
+
/**
|
|
98
|
+
* If provided, will only return Invoices with this type.
|
|
84
99
|
*
|
|
85
100
|
* - `ACCOUNTS_RECEIVABLE` - ACCOUNTS_RECEIVABLE
|
|
86
101
|
* - `ACCOUNTS_PAYABLE` - ACCOUNTS_PAYABLE
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type InvoicesListRequestStatus = "DRAFT" | "OPEN" | "PAID" | "PARTIALLY_PAID" | "SUBMITTED" | "VOID";
|
|
5
|
+
export declare const InvoicesListRequestStatus: {
|
|
6
|
+
readonly Draft: "DRAFT";
|
|
7
|
+
readonly Open: "OPEN";
|
|
8
|
+
readonly Paid: "PAID";
|
|
9
|
+
readonly PartiallyPaid: "PARTIALLY_PAID";
|
|
10
|
+
readonly Submitted: "SUBMITTED";
|
|
11
|
+
readonly Void: "VOID";
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.InvoicesListRequestStatus = void 0;
|
|
7
|
+
exports.InvoicesListRequestStatus = {
|
|
8
|
+
Draft: "DRAFT",
|
|
9
|
+
Open: "OPEN",
|
|
10
|
+
Paid: "PAID",
|
|
11
|
+
PartiallyPaid: "PARTIALLY_PAID",
|
|
12
|
+
Submitted: "SUBMITTED",
|
|
13
|
+
Void: "VOID",
|
|
14
|
+
};
|
|
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./InvoicesListRequestExpand"), exports);
|
|
18
|
+
__exportStar(require("./InvoicesListRequestStatus"), exports);
|
|
18
19
|
__exportStar(require("./InvoicesListRequestType"), exports);
|
|
19
20
|
__exportStar(require("./InvoicesRetrieveRequestExpand"), exports);
|
|
@@ -109,7 +109,7 @@ class Issues {
|
|
|
109
109
|
method: "GET",
|
|
110
110
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
111
111
|
? yield core.Supplier.get(this._options.accountToken)
|
|
112
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
112
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
115
115
|
requestType: "json",
|
|
@@ -164,7 +164,7 @@ class Issues {
|
|
|
164
164
|
method: "GET",
|
|
165
165
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
166
166
|
? yield core.Supplier.get(this._options.accountToken)
|
|
167
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
167
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
requestType: "json",
|
|
170
170
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -109,7 +109,7 @@ class Items {
|
|
|
109
109
|
method: "GET",
|
|
110
110
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
111
111
|
? yield core.Supplier.get(this._options.accountToken)
|
|
112
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
112
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
115
115
|
requestType: "json",
|
|
@@ -179,7 +179,7 @@ class Items {
|
|
|
179
179
|
method: "GET",
|
|
180
180
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
181
181
|
? yield core.Supplier.get(this._options.accountToken)
|
|
182
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
182
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
183
183
|
contentType: "application/json",
|
|
184
184
|
queryParameters: _queryParams,
|
|
185
185
|
requestType: "json",
|
|
@@ -123,7 +123,7 @@ class JournalEntries {
|
|
|
123
123
|
method: "GET",
|
|
124
124
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
125
125
|
? yield core.Supplier.get(this._options.accountToken)
|
|
126
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
126
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
127
127
|
contentType: "application/json",
|
|
128
128
|
queryParameters: _queryParams,
|
|
129
129
|
requestType: "json",
|
|
@@ -188,7 +188,7 @@ class JournalEntries {
|
|
|
188
188
|
method: "POST",
|
|
189
189
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
190
190
|
? yield core.Supplier.get(this._options.accountToken)
|
|
191
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
191
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
192
192
|
contentType: "application/json",
|
|
193
193
|
queryParameters: _queryParams,
|
|
194
194
|
requestType: "json",
|
|
@@ -258,7 +258,7 @@ class JournalEntries {
|
|
|
258
258
|
method: "GET",
|
|
259
259
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
260
260
|
? yield core.Supplier.get(this._options.accountToken)
|
|
261
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
261
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
262
262
|
contentType: "application/json",
|
|
263
263
|
queryParameters: _queryParams,
|
|
264
264
|
requestType: "json",
|
|
@@ -333,7 +333,7 @@ class JournalEntries {
|
|
|
333
333
|
method: "GET",
|
|
334
334
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
335
335
|
? yield core.Supplier.get(this._options.accountToken)
|
|
336
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
336
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
337
337
|
contentType: "application/json",
|
|
338
338
|
queryParameters: _queryParams,
|
|
339
339
|
requestType: "json",
|
|
@@ -387,7 +387,7 @@ class JournalEntries {
|
|
|
387
387
|
method: "GET",
|
|
388
388
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
389
389
|
? yield core.Supplier.get(this._options.accountToken)
|
|
390
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
390
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
391
391
|
contentType: "application/json",
|
|
392
392
|
requestType: "json",
|
|
393
393
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -461,7 +461,7 @@ class JournalEntries {
|
|
|
461
461
|
method: "GET",
|
|
462
462
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
463
463
|
? yield core.Supplier.get(this._options.accountToken)
|
|
464
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
464
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
465
465
|
contentType: "application/json",
|
|
466
466
|
queryParameters: _queryParams,
|
|
467
467
|
requestType: "json",
|
|
@@ -70,7 +70,7 @@ class LinkToken {
|
|
|
70
70
|
method: "POST",
|
|
71
71
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
72
72
|
? yield core.Supplier.get(this._options.accountToken)
|
|
73
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
73
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
74
74
|
contentType: "application/json",
|
|
75
75
|
requestType: "json",
|
|
76
76
|
body: serializers.accounting.EndUserDetailsRequest.jsonOrThrow(request, {
|
|
@@ -106,7 +106,7 @@ class LinkedAccounts {
|
|
|
106
106
|
method: "GET",
|
|
107
107
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
108
108
|
? yield core.Supplier.get(this._options.accountToken)
|
|
109
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
109
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
110
110
|
contentType: "application/json",
|
|
111
111
|
queryParameters: _queryParams,
|
|
112
112
|
requestType: "json",
|
|
@@ -68,7 +68,7 @@ class Passthrough {
|
|
|
68
68
|
method: "POST",
|
|
69
69
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
70
70
|
? yield core.Supplier.get(this._options.accountToken)
|
|
71
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
71
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
requestType: "json",
|
|
74
74
|
body: serializers.accounting.DataPassthroughRequest.jsonOrThrow(request, {
|