@mergeapi/merge-node-client 3.0.1 → 4.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.js +2 -2
- package/Client.d.ts +4 -4
- package/Client.js +6 -6
- package/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +48 -38
- package/api/resources/accounting/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/accounting/resources/accountToken/client/Client.js +49 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +55 -44
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/accounts/client/Client.js +85 -76
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +61 -50
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +63 -54
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +55 -44
- package/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +63 -54
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +63 -54
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -4
- package/api/resources/accounting/resources/companyInfo/client/Client.js +79 -60
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -3
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/companyInfo/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/companyInfo/types/index.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -6
- package/api/resources/accounting/resources/contacts/client/Client.js +147 -119
- package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.d.ts +6 -0
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.js +9 -0
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/accounting/resources/contacts/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/contacts/types/index.js +2 -2
- package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +45 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +264 -70
- package/api/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.d.ts +21 -0
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/creditNotes/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/creditNotes/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/creditNotes/types/index.js +2 -2
- package/api/resources/accounting/resources/employees/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/employees/client/Client.js +63 -54
- package/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +4 -11
- package/api/resources/accounting/resources/expenseReports/client/Client.js +258 -205
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -3
- package/api/resources/accounting/resources/expenseReports/types/index.js +3 -3
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +30 -8
- package/api/resources/accounting/resources/expenses/client/Client.js +268 -121
- package/api/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/expenses/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/expenses/types/index.js +2 -2
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +7 -0
- package/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +9 -1
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +80 -63
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +2 -2
- package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +63 -54
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/index.d.ts +6 -0
- package/api/resources/accounting/resources/index.js +7 -1
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +30 -8
- package/api/resources/accounting/resources/invoices/client/Client.js +299 -152
- package/api/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.d.ts +16 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.js +19 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.d.ts +16 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.js +19 -0
- package/api/resources/accounting/resources/invoices/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/invoices/types/index.js +2 -2
- package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/issues/client/Client.js +68 -57
- package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/itemFulfillments/client/Client.d.ts +138 -0
- package/api/resources/accounting/resources/itemFulfillments/client/Client.js +615 -0
- package/api/resources/accounting/resources/itemFulfillments/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/itemFulfillments/client/index.js +17 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.d.ts +34 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsRetrieveRequest.d.ts +25 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +6 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/itemFulfillments/exports.d.ts +2 -0
- package/api/resources/accounting/resources/itemFulfillments/exports.js +21 -0
- package/api/resources/accounting/resources/itemFulfillments/index.d.ts +2 -0
- package/api/resources/accounting/resources/itemFulfillments/index.js +18 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/itemFulfillments/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/itemFulfillments/types/index.js +18 -0
- package/api/resources/accounting/resources/items/client/Client.d.ts +2 -4
- package/api/resources/accounting/resources/items/client/Client.js +82 -63
- package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -3
- package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/items/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/items/types/index.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -8
- package/api/resources/accounting/resources/journalEntries/client/Client.js +195 -156
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/journalEntries/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/journalEntries/types/index.js +2 -2
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +10 -0
- package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +7 -0
- package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/types/index.js +1 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +6 -2
- package/api/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +4 -0
- package/api/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +4 -0
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +55 -44
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +57 -48
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -8
- package/api/resources/accounting/resources/payments/client/Client.js +197 -158
- package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/payments/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/payments/types/index.js +2 -2
- package/api/resources/accounting/resources/projects/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/projects/client/Client.js +78 -61
- package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/projects/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/projects/types/index.js +2 -2
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -8
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +197 -158
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/purchaseOrders/types/index.js +2 -2
- package/api/resources/accounting/resources/salesOrders/client/Client.d.ts +146 -0
- package/api/resources/accounting/resources/salesOrders/client/Client.js +631 -0
- package/api/resources/accounting/resources/salesOrders/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/salesOrders/client/index.js +17 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersListRequest.d.ts +58 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.d.ts +25 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/index.d.ts +6 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/salesOrders/exports.d.ts +2 -0
- package/api/resources/accounting/resources/salesOrders/exports.js +21 -0
- package/api/resources/accounting/resources/salesOrders/index.d.ts +2 -0
- package/api/resources/accounting/resources/salesOrders/index.js +18 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/salesOrders/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/salesOrders/types/index.js +18 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/accounting/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/taxRates/client/Client.js +64 -55
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +74 -67
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/transactions/client/Client.js +80 -63
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/transactions/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/transactions/types/index.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +45 -4
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +254 -56
- package/api/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.d.ts +21 -0
- package/api/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/vendorCredits/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/vendorCredits/types/index.js +2 -2
- package/api/resources/accounting/types/Account.d.ts +1 -1
- package/api/resources/accounting/types/AccountCompany.d.ts +5 -0
- package/api/resources/accounting/types/AccountRequest.d.ts +1 -1
- package/api/resources/accounting/types/AccountRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/AsyncBulkCreateResponse.d.ts +7 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/accounting/types/BankFeedAccount.d.ts +1 -1
- package/api/resources/accounting/types/BatchObject.d.ts +20 -0
- package/api/resources/accounting/types/BatchObjectItemResponse.d.ts +7 -0
- package/api/resources/accounting/types/BatchObjectStatus.d.ts +13 -0
- package/api/resources/accounting/types/BatchObjectStatusEnum.d.ts +15 -0
- package/api/resources/accounting/types/BatchObjectStatusEnum.js +18 -0
- package/api/resources/accounting/types/BatchObjectsResponse.d.ts +29 -0
- package/api/resources/accounting/types/BatchObjectsResponseStatus.d.ts +19 -0
- package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +24 -0
- package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.js +27 -0
- package/api/resources/accounting/types/CategoriesEnum.d.ts +2 -0
- package/api/resources/accounting/types/CategoriesEnum.js +2 -0
- package/api/resources/accounting/types/CategoryEnum.d.ts +2 -0
- package/api/resources/accounting/types/CategoryEnum.js +2 -0
- package/api/resources/accounting/types/CompanyInfo.d.ts +2 -2
- package/api/resources/accounting/types/CompanyInfoAddressesItem.d.ts +2 -0
- package/api/resources/accounting/types/CompanyInfoPhoneNumbersItem.d.ts +2 -0
- package/api/resources/accounting/types/Contact.d.ts +3 -3
- package/api/resources/accounting/types/ContactCompany.d.ts +5 -0
- package/api/resources/accounting/types/ContactPhoneNumbersItem.d.ts +2 -0
- package/api/resources/accounting/types/ContactPhoneNumbersItem.js +3 -0
- package/api/resources/accounting/types/ContactRequest.d.ts +3 -3
- package/api/resources/accounting/types/ContactRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/ContactRequestCompany.js +3 -0
- package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +2 -0
- package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.js +3 -0
- package/api/resources/accounting/types/CreditNote.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/CreditNoteLineItemsItem.js +3 -0
- package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
- package/api/resources/accounting/types/ErrorValidationProblem.d.ts +3 -0
- package/api/resources/accounting/types/Expense.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/ExpenseBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReport.d.ts +4 -4
- package/api/resources/accounting/types/ExpenseReportAccountingPeriod.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportAccountingPeriod.js +3 -0
- package/api/resources/accounting/types/ExpenseReportCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportEmployee.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportEmployee.js +3 -0
- package/api/resources/accounting/types/ExpenseReportLine.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReportLineCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportLineCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReportLineRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/ExpenseReportLinesItem.js +3 -0
- package/api/resources/accounting/types/ExpenseReportRequest.d.ts +2 -2
- package/api/resources/accounting/types/ExpenseReportRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportRequestCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportRequestStatus.d.ts +10 -0
- package/api/resources/accounting/types/ExpenseReportRequestStatus.js +3 -0
- package/api/resources/accounting/types/ExpenseRequest.d.ts +1 -1
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstance.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/api/resources/accounting/types/Invoice.d.ts +2 -1
- package/api/resources/accounting/types/InvoiceBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/InvoiceBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceLineItemsItem.js +3 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +3 -1
- package/api/resources/accounting/types/InvoiceRequestAccountingPeriod.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceRequestAccountingPeriod.js +3 -0
- package/api/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceRequestLineItemsItem.js +3 -0
- package/api/resources/accounting/types/InvoiceSalesOrdersItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceSalesOrdersItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillment.d.ts +47 -0
- package/api/resources/accounting/types/ItemFulfillment.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/ItemFulfillmentBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentCompany.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentCompany.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentCustomer.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentCustomer.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLine.d.ts +31 -0
- package/api/resources/accounting/types/ItemFulfillmentLine.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequest.d.ts +26 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequest.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLinesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequest.d.ts +34 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequest.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCompany.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestStatus.d.ts +10 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestStatus.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentResponse.d.ts +7 -0
- package/api/resources/accounting/types/ItemFulfillmentResponse.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentSalesOrder.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentSalesOrder.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentStatus.d.ts +10 -0
- package/api/resources/accounting/types/ItemFulfillmentStatus.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentStatusEnum.d.ts +13 -0
- package/api/resources/accounting/types/ItemFulfillmentStatusEnum.js +16 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryLinesItem.js +3 -0
- package/api/resources/accounting/types/JournalEntryRequest.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryRequestLinesItem.js +3 -0
- package/api/resources/accounting/types/MetaResponse.d.ts +2 -1
- package/api/resources/accounting/types/PaginatedItemFulfillmentList.d.ts +6 -0
- package/api/resources/accounting/types/PaginatedItemFulfillmentList.js +3 -0
- package/api/resources/accounting/types/PaginatedSalesOrderList.d.ts +6 -0
- package/api/resources/accounting/types/PaginatedSalesOrderList.js +3 -0
- package/api/resources/accounting/types/PatchedContactRequest.d.ts +2 -2
- package/api/resources/accounting/types/PatchedContactRequestStatus.d.ts +8 -0
- package/api/resources/accounting/types/PatchedContactRequestStatus.js +3 -0
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -7
- package/api/resources/accounting/types/PatchedVendorCreditRequest.d.ts +337 -0
- package/api/resources/accounting/types/PatchedVendorCreditRequest.js +3 -0
- package/api/resources/accounting/types/PatchedVendorCreditRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/PatchedVendorCreditRequestCurrency.js +3 -0
- package/api/resources/accounting/types/PaymentMethod.d.ts +1 -1
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrder.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderLineItemsItem.js +3 -0
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +3 -0
- package/api/resources/accounting/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/accounting/types/RegenerateAccountToken.js +3 -0
- package/api/resources/accounting/types/RemoteField.d.ts +2 -2
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +3 -0
- package/api/resources/accounting/types/RemoteFieldRequest.d.ts +2 -3
- package/api/resources/accounting/types/RemoteResponse.d.ts +1 -1
- package/api/resources/accounting/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/accounting/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/accounting/types/ReportItem.d.ts +1 -1
- package/api/resources/accounting/types/RoleEnum.d.ts +2 -0
- package/api/resources/accounting/types/RoleEnum.js +2 -0
- package/api/resources/accounting/types/SalesOrder.d.ts +369 -0
- package/api/resources/accounting/types/SalesOrder.js +3 -0
- package/api/resources/accounting/types/SalesOrderBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/SalesOrderBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/SalesOrderCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderCurrency.d.ts +312 -0
- package/api/resources/accounting/types/SalesOrderCurrency.js +3 -0
- package/api/resources/accounting/types/SalesOrderCustomer.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderCustomer.js +3 -0
- package/api/resources/accounting/types/SalesOrderLine.d.ts +38 -0
- package/api/resources/accounting/types/SalesOrderLine.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequest.d.ts +33 -0
- package/api/resources/accounting/types/SalesOrderLineRequest.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineRequestCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineRequestItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTaxRate.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineTaxRate.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLinesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderPaymentTerm.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderPaymentTerm.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequest.d.ts +356 -0
- package/api/resources/accounting/types/SalesOrderRequestRequest.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCurrency.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestLinesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestStatus.d.ts +12 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestStatus.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderResponse.d.ts +7 -0
- package/api/resources/accounting/types/SalesOrderResponse.js +3 -0
- package/api/resources/accounting/types/SalesOrderShippingAddress.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderShippingAddress.js +3 -0
- package/api/resources/accounting/types/SalesOrderStatus.d.ts +12 -0
- package/api/resources/accounting/types/SalesOrderStatus.js +3 -0
- package/api/resources/accounting/types/SalesOrderStatusEnum.d.ts +17 -0
- package/api/resources/accounting/types/SalesOrderStatusEnum.js +20 -0
- package/api/resources/accounting/types/SalesOrderTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
- package/api/resources/accounting/types/SyncStatusLastSyncResult.d.ts +2 -0
- package/api/resources/accounting/types/SyncStatusLastSyncResult.js +3 -0
- package/api/resources/accounting/types/TaxRate.d.ts +1 -1
- package/api/resources/accounting/types/Transaction.d.ts +2 -2
- package/api/resources/accounting/types/TransactionCompany.d.ts +5 -0
- package/api/resources/accounting/types/TransactionCompany.js +3 -0
- package/api/resources/accounting/types/TransactionLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/TransactionLineItemsItem.js +3 -0
- package/api/resources/accounting/types/VendorCredit.d.ts +1 -1
- package/api/resources/accounting/types/VendorCreditLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/VendorCreditLinesItem.js +3 -0
- package/api/resources/accounting/types/WarningValidationProblem.d.ts +3 -0
- package/api/resources/accounting/types/index.d.ts +101 -15
- package/api/resources/accounting/types/index.js +101 -15
- package/api/resources/ats/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/ats/resources/accountToken/client/Client.js +49 -0
- package/api/resources/ats/resources/activities/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/activities/client/Client.js +73 -64
- package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +2 -3
- package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/applications/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/applications/client/Client.js +83 -66
- package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +1 -2
- package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.d.ts +11 -0
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.js +14 -0
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.d.ts +11 -0
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.js +14 -0
- package/api/resources/ats/resources/applications/types/index.d.ts +2 -2
- package/api/resources/ats/resources/applications/types/index.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/attachments/client/Client.js +65 -56
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +1 -2
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/candidates/client/Client.js +81 -64
- package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +1 -2
- package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/candidates/client/requests/index.d.ts +0 -1
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/candidates/types/index.d.ts +2 -3
- package/api/resources/ats/resources/candidates/types/index.js +2 -3
- package/api/resources/ats/resources/departments/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/departments/client/Client.js +60 -49
- package/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/eeocs/client/Client.js +73 -64
- package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +9 -3
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
- package/api/resources/ats/resources/interviews/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/interviews/client/Client.js +83 -66
- package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.d.ts +7 -0
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.js +10 -0
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/ats/resources/interviews/types/index.d.ts +2 -2
- package/api/resources/ats/resources/interviews/types/index.js +2 -2
- package/api/resources/ats/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/issues/client/Client.js +68 -55
- package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +63 -54
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/jobPostings/client/Client.js +67 -58
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/jobs/client/Client.d.ts +2 -7
- package/api/resources/ats/resources/jobs/client/Client.js +151 -114
- package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpandItem.d.ts +8 -0
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpandItem.js +11 -0
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.d.ts +8 -0
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.js +11 -0
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/jobs/types/index.d.ts +3 -3
- package/api/resources/ats/resources/jobs/types/index.js +3 -3
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/offers/client/Client.d.ts +3 -5
- package/api/resources/ats/resources/offers/client/Client.js +88 -63
- package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +17 -3
- package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/offers/types/OffersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/offers/types/OffersListRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/offers/types/OffersListRequestStatus.d.ts +12 -0
- package/api/resources/ats/resources/offers/types/OffersListRequestStatus.js +15 -0
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/offers/types/index.d.ts +3 -2
- package/api/resources/ats/resources/offers/types/index.js +3 -2
- package/api/resources/ats/resources/offices/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/offices/client/Client.js +60 -49
- package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/rejectReasons/client/Client.js +60 -49
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/scorecards/client/Client.js +82 -65
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.d.ts +6 -0
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.js +9 -0
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/ats/resources/scorecards/types/index.d.ts +2 -2
- package/api/resources/ats/resources/scorecards/types/index.js +2 -2
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/ats/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/ats/resources/tags/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/tags/client/Client.js +60 -49
- package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/users/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/users/client/Client.js +63 -52
- package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/api/resources/ats/types/ActivityRequest.d.ts +1 -1
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/ats/types/FieldMappingApiInstance.d.ts +1 -0
- package/api/resources/ats/types/IgnoreCommonModelRequest.d.ts +5 -0
- package/api/resources/ats/types/IgnoreCommonModelRequest.js +3 -0
- package/api/resources/ats/types/IgnoreCommonModelRequestReason.d.ts +2 -0
- package/api/resources/ats/types/IgnoreCommonModelRequestReason.js +3 -0
- package/api/resources/ats/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/ats/types/RegenerateAccountToken.js +3 -0
- package/api/resources/ats/types/RoleEnum.d.ts +2 -0
- package/api/resources/ats/types/RoleEnum.js +2 -0
- package/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestionOptionsItem.d.ts +2 -0
- package/api/resources/ats/types/ScreeningQuestionOptionsItem.js +3 -0
- package/api/resources/ats/types/index.d.ts +4 -1
- package/api/resources/ats/types/index.js +4 -1
- package/api/resources/crm/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/crm/resources/accountToken/client/Client.js +49 -0
- package/api/resources/crm/resources/accounts/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/accounts/client/Client.js +123 -103
- package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -4
- package/api/resources/crm/resources/associationTypes/client/Client.js +62 -53
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/associations/client/Client.d.ts +1 -3
- package/api/resources/crm/resources/associations/client/Client.js +62 -52
- package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/contacts/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/contacts/client/Client.js +139 -109
- package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.d.ts +5 -0
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.js +8 -0
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/crm/resources/contacts/types/index.d.ts +2 -2
- package/api/resources/crm/resources/contacts/types/index.js +2 -2
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -4
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +62 -53
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/customObjects/client/Client.js +119 -97
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +1 -1
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/engagementTypes/client/Client.js +119 -97
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagements/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/engagements/client/Client.js +138 -110
- package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/engagements/types/index.d.ts +2 -2
- package/api/resources/crm/resources/engagements/types/index.js +2 -2
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +5 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
- package/api/resources/crm/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/issues/client/Client.js +68 -55
- package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/leads/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/leads/client/Client.js +141 -111
- package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/leads/types/index.d.ts +2 -2
- package/api/resources/crm/resources/leads/types/index.js +2 -2
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/crm/resources/notes/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/notes/client/Client.js +140 -110
- package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/notes/types/NotesListRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/notes/types/NotesListRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/notes/types/index.d.ts +2 -2
- package/api/resources/crm/resources/notes/types/index.js +2 -2
- package/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/opportunities/client/Client.js +147 -119
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/opportunities/types/index.d.ts +2 -2
- package/api/resources/crm/resources/opportunities/types/index.js +2 -2
- package/api/resources/crm/resources/stages/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/stages/client/Client.js +119 -97
- package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/crm/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/crm/resources/tasks/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/tasks/client/Client.js +136 -106
- package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +2 -3
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/tasks/types/index.d.ts +2 -2
- package/api/resources/crm/resources/tasks/types/index.js +2 -2
- package/api/resources/crm/resources/users/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/users/client/Client.js +120 -98
- package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/crm/types/FieldMappingApiInstance.d.ts +1 -0
- package/api/resources/crm/types/Lead.d.ts +9 -0
- package/api/resources/crm/types/LeadStatus.d.ts +10 -0
- package/api/resources/crm/types/LeadStatus.js +3 -0
- package/api/resources/crm/types/LeadStatusEnum.d.ts +13 -0
- package/api/resources/crm/types/LeadStatusEnum.js +16 -0
- package/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -0
- package/api/resources/crm/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/crm/types/RegenerateAccountToken.js +3 -0
- package/api/resources/crm/types/RemoteFieldClass.d.ts +2 -2
- package/api/resources/crm/types/RemoteResponse.d.ts +1 -1
- package/api/resources/crm/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/crm/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/crm/types/RoleEnum.d.ts +2 -0
- package/api/resources/crm/types/RoleEnum.js +2 -0
- package/api/resources/crm/types/Task.d.ts +2 -0
- package/api/resources/crm/types/TaskContact.d.ts +5 -0
- package/api/resources/crm/types/TaskContact.js +3 -0
- package/api/resources/crm/types/TaskRequest.d.ts +2 -0
- package/api/resources/crm/types/TaskRequestContact.d.ts +5 -0
- package/api/resources/crm/types/TaskRequestContact.js +3 -0
- package/api/resources/crm/types/index.d.ts +6 -2
- package/api/resources/crm/types/index.js +6 -2
- package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/filestorage/resources/accountToken/client/Client.js +49 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/drives/client/Client.js +61 -50
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +5 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
- package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -7
- package/api/resources/filestorage/resources/files/client/Client.js +153 -125
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +2 -3
- package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +1 -2
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/files/types/index.d.ts +2 -2
- package/api/resources/filestorage/resources/files/types/index.js +2 -2
- package/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -4
- package/api/resources/filestorage/resources/folders/client/Client.js +80 -63
- package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +2 -3
- package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +1 -2
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/folders/types/index.d.ts +2 -2
- package/api/resources/filestorage/resources/folders/types/index.js +2 -2
- package/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -4
- package/api/resources/filestorage/resources/groups/client/Client.js +78 -53
- package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +3 -3
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +2 -2
- package/api/resources/filestorage/resources/groups/index.d.ts +1 -0
- package/api/resources/filestorage/resources/groups/index.js +1 -0
- package/api/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.d.ts +5 -0
- package/api/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.js +8 -0
- package/api/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/filestorage/resources/groups/types/index.d.ts +2 -0
- package/api/resources/filestorage/resources/groups/types/index.js +18 -0
- package/api/resources/filestorage/resources/index.d.ts +2 -0
- package/api/resources/filestorage/resources/index.js +2 -0
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/issues/client/Client.js +68 -57
- package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/index.js +1 -0
- package/api/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +8 -0
- package/api/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.js +3 -0
- package/api/resources/filestorage/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/types/index.js +17 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/filestorage/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/users/client/Client.d.ts +2 -2
- package/api/resources/filestorage/resources/users/client/Client.js +63 -50
- package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +4 -1
- package/api/resources/filestorage/types/AccountDetails.d.ts +1 -1
- package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +2 -2
- package/api/resources/filestorage/types/AccountDetailsAndActionsCategory.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsCategory.js +3 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatus.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatus.js +3 -0
- package/api/resources/filestorage/types/AccountDetailsCategory.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsCategory.js +3 -0
- package/api/resources/filestorage/types/FieldMappingApiInstance.d.ts +1 -0
- package/api/resources/filestorage/types/Permission.d.ts +3 -0
- package/api/resources/filestorage/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/filestorage/types/RegenerateAccountToken.js +3 -0
- package/api/resources/filestorage/types/RemoteResponse.d.ts +1 -1
- package/api/resources/filestorage/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/filestorage/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/filestorage/types/RoleEnum.d.ts +2 -0
- package/api/resources/filestorage/types/RoleEnum.js +2 -0
- package/api/resources/filestorage/types/SyncStatus.d.ts +1 -1
- package/api/resources/filestorage/types/SyncStatusStatus.d.ts +2 -0
- package/api/resources/filestorage/types/SyncStatusStatus.js +3 -0
- package/api/resources/filestorage/types/index.d.ts +6 -0
- package/api/resources/filestorage/types/index.js +6 -0
- package/api/resources/hris/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/hris/resources/accountToken/client/Client.js +49 -0
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/bankInfo/client/Client.js +76 -67
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -2
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/benefits/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/benefits/client/Client.js +63 -54
- package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/companies/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/companies/client/Client.js +60 -49
- package/api/resources/hris/resources/dependents/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/dependents/client/Client.js +62 -51
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +83 -66
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/types/index.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/employees/client/Client.js +112 -95
- package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +2 -3
- package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/employees/client/requests/index.d.ts +0 -1
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.d.ts +11 -0
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.js +14 -0
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.d.ts +11 -0
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.js +14 -0
- package/api/resources/hris/resources/employees/types/index.d.ts +2 -3
- package/api/resources/hris/resources/employees/types/index.js +2 -3
- package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/employerBenefits/client/Client.js +60 -49
- package/api/resources/hris/resources/employments/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/employments/client/Client.js +93 -76
- package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employments/types/index.d.ts +2 -2
- package/api/resources/hris/resources/employments/types/index.js +2 -2
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +9 -3
- package/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +5 -1
- package/api/resources/hris/resources/groups/client/Client.d.ts +15 -2
- package/api/resources/hris/resources/groups/client/Client.js +108 -39
- package/api/resources/hris/resources/groups/client/requests/GroupsTypesListRequest.d.ts +13 -0
- package/api/resources/hris/resources/groups/client/requests/GroupsTypesListRequest.js +3 -0
- package/api/resources/hris/resources/groups/client/requests/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/index.js +1 -0
- package/api/resources/hris/resources/groups/types/GroupsTypesListResponse.d.ts +4 -0
- package/api/resources/hris/resources/groups/types/GroupsTypesListResponse.js +3 -0
- package/api/resources/hris/resources/groups/types/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/types/index.js +17 -0
- package/api/resources/hris/resources/index.d.ts +1 -0
- package/api/resources/hris/resources/index.js +1 -0
- package/api/resources/hris/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/issues/client/Client.js +68 -55
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -6
- package/api/resources/hris/resources/linkToken/types/index.d.ts +0 -1
- package/api/resources/hris/resources/linkToken/types/index.js +0 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/hris/resources/locations/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/locations/client/Client.js +75 -64
- package/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/payGroups/client/Client.js +60 -49
- package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +79 -68
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/hris/resources/teams/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/teams/client/Client.js +63 -54
- package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/timeOff/client/Client.js +103 -82
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +2 -3
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/timeOff/types/index.d.ts +2 -2
- package/api/resources/hris/resources/timeOff/types/index.js +2 -2
- package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +70 -61
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +2 -3
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +72 -63
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +1 -2
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/hris/types/IgnoreCommonModelRequest.d.ts +5 -0
- package/api/resources/hris/types/IgnoreCommonModelRequest.js +3 -0
- package/api/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +2 -0
- package/api/resources/hris/types/IgnoreCommonModelRequestReason.js +3 -0
- package/api/resources/hris/types/MetaResponse.d.ts +2 -0
- package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +1 -1
- package/api/resources/hris/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/hris/types/RegenerateAccountToken.js +3 -0
- package/api/resources/hris/types/RoleEnum.d.ts +2 -0
- package/api/resources/hris/types/RoleEnum.js +2 -0
- package/api/resources/hris/types/SyncStatus.d.ts +1 -1
- package/api/resources/hris/types/SyncStatusStatus.d.ts +2 -0
- package/api/resources/hris/types/SyncStatusStatus.js +3 -0
- package/api/resources/hris/types/index.d.ts +4 -2
- package/api/resources/hris/types/index.js +4 -2
- package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/ticketing/resources/accountToken/client/Client.js +49 -0
- package/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/accounts/client/Client.js +60 -49
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -4
- package/api/resources/ticketing/resources/attachments/client/Client.js +64 -55
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +2 -3
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -7
- package/api/resources/ticketing/resources/collections/client/Client.js +151 -112
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +2 -3
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +3 -1
- package/api/resources/ticketing/resources/collections/types/index.js +3 -1
- package/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -4
- package/api/resources/ticketing/resources/comments/client/Client.js +79 -62
- package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.d.ts +6 -0
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.js +9 -0
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/ticketing/resources/comments/types/index.d.ts +2 -2
- package/api/resources/ticketing/resources/comments/types/index.js +2 -2
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +63 -54
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +3 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/issues/client/Client.js +68 -57
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -6
- package/api/resources/ticketing/resources/linkToken/types/index.d.ts +0 -1
- package/api/resources/ticketing/resources/linkToken/types/index.js +0 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -5
- package/api/resources/ticketing/resources/projects/client/Client.js +124 -99
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/projects/types/index.d.ts +1 -1
- package/api/resources/ticketing/resources/projects/types/index.js +1 -1
- package/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/roles/client/Client.js +60 -49
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/tags/client/Client.js +60 -49
- package/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +60 -49
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +10 -9
- package/api/resources/ticketing/resources/tickets/client/Client.js +274 -172
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -2
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsLiveSearchRetrieveRequest.d.ts +29 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsLiveSearchRetrieveRequest.js +3 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.d.ts +12 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.js +15 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.d.ts +10 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.js +13 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.js +13 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.d.ts +12 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.js +15 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/tickets/types/index.d.ts +5 -3
- package/api/resources/ticketing/resources/tickets/types/index.js +5 -3
- package/api/resources/ticketing/resources/users/client/Client.d.ts +5 -5
- package/api/resources/ticketing/resources/users/client/Client.js +86 -63
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +11 -3
- package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/users/types/index.d.ts +2 -2
- package/api/resources/ticketing/resources/users/types/index.js +2 -2
- package/api/resources/ticketing/types/ActionsEnum.d.ts +13 -0
- package/api/resources/ticketing/types/ActionsEnum.js +16 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/ticketing/types/CategoriesEnum.d.ts +0 -2
- package/api/resources/ticketing/types/CategoriesEnum.js +0 -2
- package/api/resources/ticketing/types/CategoryEnum.d.ts +0 -2
- package/api/resources/ticketing/types/CategoryEnum.js +0 -2
- package/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/api/resources/ticketing/types/CollectionPermissionsItem.d.ts +2 -0
- package/api/resources/ticketing/types/CollectionPermissionsItem.js +3 -0
- package/api/resources/ticketing/types/EffectEnum.d.ts +11 -0
- package/api/resources/ticketing/types/EffectEnum.js +14 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +3 -3
- package/api/resources/ticketing/types/Permission.d.ts +35 -0
- package/api/resources/ticketing/types/Permission.js +3 -0
- package/api/resources/ticketing/types/PermissionEffect.d.ts +9 -0
- package/api/resources/ticketing/types/PermissionEffect.js +3 -0
- package/api/resources/ticketing/types/PermissionRequest.d.ts +29 -0
- package/api/resources/ticketing/types/PermissionRequest.js +3 -0
- package/api/resources/ticketing/types/PermissionRequestEffect.d.ts +9 -0
- package/api/resources/ticketing/types/PermissionRequestEffect.js +3 -0
- package/api/resources/ticketing/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/ticketing/types/RegenerateAccountToken.js +3 -0
- package/api/resources/ticketing/types/RemoteFieldClass.d.ts +2 -2
- package/api/resources/ticketing/types/RemoteResponse.d.ts +1 -1
- package/api/resources/ticketing/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/ticketing/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/ticketing/types/RoleEnum.d.ts +2 -0
- package/api/resources/ticketing/types/RoleEnum.js +2 -0
- package/api/resources/ticketing/types/RoleTicketAccess.d.ts +1 -1
- package/api/resources/ticketing/types/RoleTicketActionsItem.d.ts +1 -1
- package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
- package/api/resources/ticketing/types/SyncStatusStatus.d.ts +2 -0
- package/api/resources/ticketing/types/SyncStatusStatus.js +3 -0
- package/api/resources/ticketing/types/Ticket.d.ts +9 -8
- package/api/resources/ticketing/types/index.d.ts +10 -5
- package/api/resources/ticketing/types/index.js +10 -5
- package/auth/BearerAuthProvider.d.ts +1 -1
- package/auth/BearerAuthProvider.js +1 -1
- package/core/exports.d.ts +1 -0
- package/core/exports.js +1 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +2 -0
- package/core/pagination/CustomPager.d.ts +67 -0
- package/core/pagination/CustomPager.js +194 -0
- package/core/pagination/Page.d.ts +33 -0
- package/core/pagination/Page.js +101 -0
- package/core/pagination/exports.d.ts +1 -0
- package/core/pagination/exports.js +2 -0
- package/core/pagination/index.d.ts +2 -0
- package/core/pagination/index.js +8 -0
- package/core/utils/index.d.ts +1 -0
- package/core/utils/index.js +5 -0
- package/core/utils/setObjectProperty.d.ts +11 -0
- package/core/utils/setObjectProperty.js +42 -0
- package/environments.d.ts +2 -2
- package/environments.js +1 -1
- package/package.json +1 -1
- package/reference.md +10773 -5095
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/companyInfo/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/companyInfo/types/index.js +2 -2
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/contacts/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/contacts/types/index.js +2 -2
- package/serialization/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.d.ts +11 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.js +43 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/index.js +5 -1
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/creditNotes/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/creditNotes/types/index.js +2 -2
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -3
- package/serialization/resources/accounting/resources/expenseReports/types/index.js +3 -3
- package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/expenses/client/requests/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenses/client/requests/index.js +3 -1
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenses/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/expenses/types/index.js +2 -2
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +3 -1
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +2 -0
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +3 -1
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +2 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.js +44 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.js +44 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +2 -2
- package/serialization/resources/accounting/resources/index.d.ts +6 -0
- package/serialization/resources/accounting/resources/index.js +7 -1
- package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/invoices/client/requests/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/invoices/client/requests/index.js +3 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.js +53 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.js +53 -0
- package/serialization/resources/accounting/resources/invoices/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/invoices/types/index.js +2 -2
- package/serialization/resources/accounting/resources/itemFulfillments/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/index.js +17 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/index.js +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/itemFulfillments/index.js +18 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/index.js +18 -0
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/items/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/items/types/index.js +2 -2
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/journalEntries/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/journalEntries/types/index.js +2 -2
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -0
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -0
- package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +8 -0
- package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkToken/types/index.js +1 -0
- package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +1 -1
- package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +13 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/payments/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/payments/types/index.js +2 -2
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/projects/types/index.js +2 -2
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/purchaseOrders/types/index.js +2 -2
- package/serialization/resources/accounting/resources/salesOrders/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/salesOrders/client/index.js +17 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/index.js +7 -0
- package/serialization/resources/accounting/resources/salesOrders/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/salesOrders/index.js +18 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/salesOrders/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/salesOrders/types/index.js +18 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/transactions/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/transactions/types/index.js +2 -2
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.d.ts +11 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js +43 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/index.js +5 -1
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/vendorCredits/types/index.js +2 -2
- package/serialization/resources/accounting/types/Account.d.ts +2 -1
- package/serialization/resources/accounting/types/Account.js +2 -1
- package/serialization/resources/accounting/types/AccountCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/AccountCompany.js +40 -0
- package/serialization/resources/accounting/types/AccountRequest.d.ts +2 -1
- package/serialization/resources/accounting/types/AccountRequest.js +2 -1
- package/serialization/resources/accounting/types/AccountRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/AccountRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/AsyncBulkCreateResponse.d.ts +9 -0
- package/serialization/resources/accounting/types/AsyncBulkCreateResponse.js +41 -0
- package/serialization/resources/accounting/types/BankFeedAccount.d.ts +2 -1
- package/serialization/resources/accounting/types/BankFeedAccount.js +2 -3
- package/serialization/resources/accounting/types/BatchObject.d.ts +13 -0
- package/serialization/resources/accounting/types/BatchObject.js +45 -0
- package/serialization/resources/accounting/types/BatchObjectItemResponse.d.ts +10 -0
- package/serialization/resources/accounting/types/BatchObjectItemResponse.js +42 -0
- package/serialization/resources/accounting/types/BatchObjectStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/BatchObjectStatus.js +40 -0
- package/serialization/resources/accounting/types/BatchObjectStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/BatchObjectStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/BatchObjectsResponse.d.ts +14 -0
- package/serialization/resources/accounting/types/BatchObjectsResponse.js +46 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatus.js +40 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/CategoriesEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/CategoriesEnum.js +1 -1
- package/serialization/resources/accounting/types/CategoryEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/CategoryEnum.js +1 -1
- package/serialization/resources/accounting/types/CompanyInfo.d.ts +4 -4
- package/serialization/resources/accounting/types/CompanyInfo.js +4 -4
- package/serialization/resources/accounting/types/CompanyInfoAddressesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/CompanyInfoAddressesItem.js +40 -0
- package/serialization/resources/accounting/types/CompanyInfoPhoneNumbersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/CompanyInfoPhoneNumbersItem.js +40 -0
- package/serialization/resources/accounting/types/CompletedAccountInitialScreenEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/Contact.d.ts +5 -4
- package/serialization/resources/accounting/types/Contact.js +5 -4
- package/serialization/resources/accounting/types/ContactCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactCompany.js +40 -0
- package/serialization/resources/accounting/types/ContactPhoneNumbersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactPhoneNumbersItem.js +40 -0
- package/serialization/resources/accounting/types/ContactRequest.d.ts +5 -4
- package/serialization/resources/accounting/types/ContactRequest.js +5 -4
- package/serialization/resources/accounting/types/ContactRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.js +40 -0
- package/serialization/resources/accounting/types/CreditNote.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNote.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
- package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
- package/serialization/resources/accounting/types/ErrorValidationProblem.d.ts +3 -0
- package/serialization/resources/accounting/types/ErrorValidationProblem.js +3 -0
- package/serialization/resources/accounting/types/ExpenseBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReport.d.ts +8 -6
- package/serialization/resources/accounting/types/ExpenseReport.js +8 -6
- package/serialization/resources/accounting/types/ExpenseReportAccountingPeriod.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportAccountingPeriod.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportEmployee.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportEmployee.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportLine.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLine.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportLineCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportLinesItem.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +4 -4
- package/serialization/resources/accounting/types/ExpenseReportRequest.js +4 -4
- package/serialization/resources/accounting/types/ExpenseReportRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstance.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstance.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/serialization/resources/accounting/types/Invoice.d.ts +4 -2
- package/serialization/resources/accounting/types/Invoice.js +4 -2
- package/serialization/resources/accounting/types/InvoiceBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItem.js +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +4 -2
- package/serialization/resources/accounting/types/InvoiceRequest.js +4 -2
- package/serialization/resources/accounting/types/InvoiceRequestAccountingPeriod.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceRequestAccountingPeriod.js +40 -0
- package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/InvoiceSalesOrdersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceSalesOrdersItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillment.d.ts +32 -0
- package/serialization/resources/accounting/types/ItemFulfillment.js +64 -0
- package/serialization/resources/accounting/types/ItemFulfillmentBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemFulfillmentBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCompany.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCustomer.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLine.d.ts +24 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLine.js +56 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequest.d.ts +22 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequest.js +54 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLinesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequest.d.ts +24 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequest.js +56 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentResponse.d.ts +16 -0
- package/serialization/resources/accounting/types/ItemFulfillmentResponse.js +48 -0
- package/serialization/resources/accounting/types/ItemFulfillmentSalesOrder.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentSalesOrder.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatus.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntry.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/JournalEntryLinesItem.js +40 -0
- package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequest.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.js +40 -0
- package/serialization/resources/accounting/types/MetaResponse.d.ts +1 -1
- package/serialization/resources/accounting/types/MetaResponse.js +1 -1
- package/serialization/resources/accounting/types/PaginatedItemFulfillmentList.d.ts +12 -0
- package/serialization/resources/accounting/types/PaginatedItemFulfillmentList.js +44 -0
- package/serialization/resources/accounting/types/PaginatedSalesOrderList.d.ts +12 -0
- package/serialization/resources/accounting/types/PaginatedSalesOrderList.js +44 -0
- package/serialization/resources/accounting/types/PatchedContactRequest.d.ts +4 -3
- package/serialization/resources/accounting/types/PatchedContactRequest.js +4 -3
- package/serialization/resources/accounting/types/PatchedContactRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/PatchedContactRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +8 -14
- package/serialization/resources/accounting/types/PatchedPaymentRequest.js +8 -14
- package/serialization/resources/accounting/types/PatchedVendorCreditRequest.d.ts +19 -0
- package/serialization/resources/accounting/types/PatchedVendorCreditRequest.js +51 -0
- package/serialization/resources/accounting/types/PatchedVendorCreditRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/PatchedVendorCreditRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/PaymentMethod.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentMethod.js +1 -1
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrder.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/PurchaseOrderLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/accounting/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/accounting/types/RemoteField.d.ts +3 -3
- package/serialization/resources/accounting/types/RemoteField.js +3 -3
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +3 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
- package/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +2 -3
- package/serialization/resources/accounting/types/RemoteFieldRequest.js +2 -3
- package/serialization/resources/accounting/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/accounting/types/RemoteResponse.js +2 -2
- package/serialization/resources/accounting/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/accounting/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/accounting/types/ReportItem.d.ts +1 -1
- package/serialization/resources/accounting/types/ReportItem.js +1 -3
- package/serialization/resources/accounting/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/RoleEnum.js +1 -1
- package/serialization/resources/accounting/types/SalesOrder.d.ts +41 -0
- package/serialization/resources/accounting/types/SalesOrder.js +73 -0
- package/serialization/resources/accounting/types/SalesOrderBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/SalesOrderBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/SalesOrderCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderCurrency.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderCustomer.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLine.d.ts +28 -0
- package/serialization/resources/accounting/types/SalesOrderLine.js +60 -0
- package/serialization/resources/accounting/types/SalesOrderLineCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequest.d.ts +26 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequest.js +58 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTaxRate.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTaxRate.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineTaxRate.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineTaxRate.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLinesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderPaymentTerm.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderPaymentTerm.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequest.d.ts +33 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequest.js +65 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestLinesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderResponse.d.ts +16 -0
- package/serialization/resources/accounting/types/SalesOrderResponse.js +48 -0
- package/serialization/resources/accounting/types/SalesOrderShippingAddress.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderShippingAddress.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderStatus.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/SalesOrderStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/SalesOrderTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/accounting/types/SyncStatus.js +2 -2
- package/serialization/resources/accounting/types/SyncStatusLastSyncResult.d.ts +8 -0
- package/serialization/resources/accounting/types/SyncStatusLastSyncResult.js +40 -0
- package/serialization/resources/accounting/types/TaxRate.d.ts +2 -2
- package/serialization/resources/accounting/types/TaxRate.js +2 -2
- package/serialization/resources/accounting/types/Transaction.d.ts +4 -3
- package/serialization/resources/accounting/types/Transaction.js +4 -3
- package/serialization/resources/accounting/types/TransactionCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/TransactionCompany.js +40 -0
- package/serialization/resources/accounting/types/TransactionLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/TransactionLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/VendorCredit.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCredit.js +2 -2
- package/serialization/resources/accounting/types/VendorCreditLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/VendorCreditLinesItem.js +40 -0
- package/serialization/resources/accounting/types/WarningValidationProblem.d.ts +3 -0
- package/serialization/resources/accounting/types/WarningValidationProblem.js +3 -0
- package/serialization/resources/accounting/types/index.d.ts +101 -15
- package/serialization/resources/accounting/types/index.js +101 -15
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.js +48 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.js +48 -0
- package/serialization/resources/ats/resources/applications/types/index.d.ts +2 -2
- package/serialization/resources/ats/resources/applications/types/index.js +2 -2
- package/serialization/resources/ats/resources/candidates/client/requests/index.d.ts +0 -1
- package/serialization/resources/ats/resources/candidates/client/requests/index.js +1 -3
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/candidates/types/index.d.ts +2 -3
- package/serialization/resources/ats/resources/candidates/types/index.js +2 -3
- package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -0
- package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
- package/serialization/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/interviews/types/index.d.ts +2 -2
- package/serialization/resources/ats/resources/interviews/types/index.js +2 -2
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/jobs/types/index.d.ts +3 -3
- package/serialization/resources/ats/resources/jobs/types/index.js +3 -3
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestStatus.d.ts +7 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestStatus.js +49 -0
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/offers/types/index.d.ts +3 -2
- package/serialization/resources/ats/resources/offers/types/index.js +3 -2
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/scorecards/types/index.d.ts +2 -2
- package/serialization/resources/ats/resources/scorecards/types/index.js +2 -2
- package/serialization/resources/ats/types/ActivityRequest.d.ts +2 -2
- package/serialization/resources/ats/types/ActivityRequest.js +2 -2
- package/serialization/resources/ats/types/FieldMappingApiInstance.d.ts +1 -0
- package/serialization/resources/ats/types/FieldMappingApiInstance.js +1 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequest.d.ts +11 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequest.js +43 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequestReason.d.ts +8 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequestReason.js +40 -0
- package/serialization/resources/ats/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/ats/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/ats/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/ats/types/RoleEnum.js +1 -1
- package/serialization/resources/ats/types/ScreeningQuestion.d.ts +2 -1
- package/serialization/resources/ats/types/ScreeningQuestion.js +2 -1
- package/serialization/resources/ats/types/ScreeningQuestionOptionsItem.d.ts +8 -0
- package/serialization/resources/ats/types/ScreeningQuestionOptionsItem.js +40 -0
- package/serialization/resources/ats/types/index.d.ts +4 -1
- package/serialization/resources/ats/types/index.js +4 -1
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/contacts/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/contacts/types/index.js +2 -2
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/engagements/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/engagements/types/index.js +2 -2
- package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
- package/serialization/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/leads/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/leads/types/index.js +2 -2
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/notes/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/notes/types/index.js +2 -2
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/opportunities/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/opportunities/types/index.js +2 -2
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/tasks/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/tasks/types/index.js +2 -2
- package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/crm/types/FieldMappingApiInstance.d.ts +1 -0
- package/serialization/resources/crm/types/FieldMappingApiInstance.js +1 -0
- package/serialization/resources/crm/types/Lead.d.ts +2 -0
- package/serialization/resources/crm/types/Lead.js +2 -0
- package/serialization/resources/crm/types/LeadStatus.d.ts +8 -0
- package/serialization/resources/crm/types/LeadStatus.js +40 -0
- package/serialization/resources/crm/types/LeadStatusEnum.d.ts +7 -0
- package/serialization/resources/crm/types/LeadStatusEnum.js +39 -0
- package/serialization/resources/crm/types/PatchedTaskRequest.d.ts +1 -0
- package/serialization/resources/crm/types/PatchedTaskRequest.js +1 -0
- package/serialization/resources/crm/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/crm/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/crm/types/RemoteFieldClass.d.ts +4 -4
- package/serialization/resources/crm/types/RemoteFieldClass.js +4 -4
- package/serialization/resources/crm/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/crm/types/RemoteResponse.js +2 -2
- package/serialization/resources/crm/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/crm/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/crm/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/crm/types/RoleEnum.js +1 -1
- package/serialization/resources/crm/types/Task.d.ts +2 -0
- package/serialization/resources/crm/types/Task.js +2 -0
- package/serialization/resources/crm/types/TaskContact.d.ts +8 -0
- package/serialization/resources/crm/types/TaskContact.js +40 -0
- package/serialization/resources/crm/types/TaskRequest.d.ts +2 -0
- package/serialization/resources/crm/types/TaskRequest.js +2 -0
- package/serialization/resources/crm/types/TaskRequestContact.d.ts +8 -0
- package/serialization/resources/crm/types/TaskRequestContact.js +40 -0
- package/serialization/resources/crm/types/index.d.ts +6 -2
- package/serialization/resources/crm/types/index.js +6 -2
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -2
- package/serialization/resources/filestorage/resources/files/types/index.js +2 -2
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/folders/types/index.d.ts +2 -2
- package/serialization/resources/filestorage/resources/folders/types/index.js +2 -2
- package/serialization/resources/filestorage/resources/groups/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/groups/index.js +17 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/groups/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/resources/groups/types/index.js +18 -0
- package/serialization/resources/filestorage/resources/index.d.ts +3 -0
- package/serialization/resources/filestorage/resources/index.js +4 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/filestorage/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/index.js +1 -0
- package/serialization/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +8 -0
- package/serialization/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.js +40 -0
- package/serialization/resources/filestorage/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/filestorage/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/filestorage/types/AccountDetails.js +2 -2
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +4 -4
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +4 -4
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsCategory.d.ts +8 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsCategory.js +40 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatus.d.ts +8 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatus.js +40 -0
- package/serialization/resources/filestorage/types/AccountDetailsCategory.d.ts +8 -0
- package/serialization/resources/filestorage/types/AccountDetailsCategory.js +40 -0
- package/serialization/resources/filestorage/types/FieldMappingApiInstance.d.ts +1 -0
- package/serialization/resources/filestorage/types/FieldMappingApiInstance.js +1 -0
- package/serialization/resources/filestorage/types/Permission.d.ts +2 -0
- package/serialization/resources/filestorage/types/Permission.js +2 -0
- package/serialization/resources/filestorage/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/filestorage/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/filestorage/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/filestorage/types/RemoteResponse.js +2 -2
- package/serialization/resources/filestorage/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/filestorage/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/filestorage/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/RoleEnum.js +1 -1
- package/serialization/resources/filestorage/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/filestorage/types/SyncStatus.js +2 -2
- package/serialization/resources/filestorage/types/SyncStatusStatus.d.ts +8 -0
- package/serialization/resources/filestorage/types/SyncStatusStatus.js +40 -0
- package/serialization/resources/filestorage/types/index.d.ts +6 -0
- package/serialization/resources/filestorage/types/index.js +6 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -2
- package/serialization/resources/hris/resources/employeePayrollRuns/types/index.js +2 -2
- package/serialization/resources/hris/resources/employees/client/requests/index.d.ts +0 -1
- package/serialization/resources/hris/resources/employees/client/requests/index.js +1 -3
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.js +48 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.js +48 -0
- package/serialization/resources/hris/resources/employees/types/index.d.ts +2 -3
- package/serialization/resources/hris/resources/employees/types/index.js +2 -3
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employments/types/index.d.ts +2 -2
- package/serialization/resources/hris/resources/employments/types/index.js +2 -2
- package/serialization/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/hris/resources/groups/index.d.ts +1 -0
- package/serialization/resources/hris/resources/groups/index.js +17 -0
- package/serialization/resources/hris/resources/groups/types/GroupsTypesListResponse.d.ts +9 -0
- package/serialization/resources/hris/resources/groups/types/GroupsTypesListResponse.js +41 -0
- package/serialization/resources/hris/resources/groups/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/groups/types/index.js +17 -0
- package/serialization/resources/hris/resources/index.d.ts +2 -0
- package/serialization/resources/hris/resources/index.js +3 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -2
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +0 -2
- package/serialization/resources/hris/resources/linkToken/types/index.d.ts +0 -1
- package/serialization/resources/hris/resources/linkToken/types/index.js +0 -1
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/index.d.ts +2 -2
- package/serialization/resources/hris/resources/timeOff/types/index.js +2 -2
- package/serialization/resources/hris/types/IgnoreCommonModelRequest.d.ts +11 -0
- package/serialization/resources/hris/types/IgnoreCommonModelRequest.js +43 -0
- package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +8 -0
- package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.js +40 -0
- package/serialization/resources/hris/types/MetaResponse.d.ts +1 -0
- package/serialization/resources/hris/types/MetaResponse.js +1 -0
- package/serialization/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
- package/serialization/resources/hris/types/MultipartFormFieldRequest.js +2 -2
- package/serialization/resources/hris/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/hris/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/hris/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/hris/types/RoleEnum.js +1 -1
- package/serialization/resources/hris/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/hris/types/SyncStatus.js +2 -2
- package/serialization/resources/hris/types/SyncStatusStatus.d.ts +8 -0
- package/serialization/resources/hris/types/SyncStatusStatus.js +40 -0
- package/serialization/resources/hris/types/index.d.ts +4 -2
- package/serialization/resources/hris/types/index.js +4 -2
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +3 -1
- package/serialization/resources/ticketing/resources/collections/types/index.js +3 -1
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/comments/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/resources/comments/types/index.js +2 -2
- package/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -2
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +0 -2
- package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +0 -1
- package/serialization/resources/ticketing/resources/linkToken/types/index.js +0 -1
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/projects/types/index.d.ts +1 -1
- package/serialization/resources/ticketing/resources/projects/types/index.js +1 -1
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.js +49 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.js +47 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.js +49 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +5 -3
- package/serialization/resources/ticketing/resources/tickets/types/index.js +5 -3
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/users/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/resources/users/types/index.js +2 -2
- package/serialization/resources/ticketing/types/ActionsEnum.d.ts +7 -0
- package/serialization/resources/ticketing/types/ActionsEnum.js +39 -0
- package/serialization/resources/ticketing/types/CategoriesEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/CategoriesEnum.js +1 -1
- package/serialization/resources/ticketing/types/CategoryEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/CategoryEnum.js +1 -1
- package/serialization/resources/ticketing/types/Collection.d.ts +4 -2
- package/serialization/resources/ticketing/types/Collection.js +4 -2
- package/serialization/resources/ticketing/types/CollectionPermissionsItem.d.ts +8 -0
- package/serialization/resources/ticketing/types/CollectionPermissionsItem.js +40 -0
- package/serialization/resources/ticketing/types/EffectEnum.d.ts +7 -0
- package/serialization/resources/ticketing/types/EffectEnum.js +39 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +3 -3
- package/serialization/resources/ticketing/types/PatchedTicketRequest.js +3 -3
- package/serialization/resources/ticketing/types/Permission.d.ts +22 -0
- package/serialization/resources/ticketing/types/Permission.js +54 -0
- package/serialization/resources/ticketing/types/PermissionEffect.d.ts +8 -0
- package/serialization/resources/ticketing/types/PermissionEffect.js +40 -0
- package/serialization/resources/ticketing/types/PermissionRequest.d.ts +19 -0
- package/serialization/resources/ticketing/types/PermissionRequest.js +51 -0
- package/serialization/resources/ticketing/types/PermissionRequestEffect.d.ts +8 -0
- package/serialization/resources/ticketing/types/PermissionRequestEffect.js +40 -0
- package/serialization/resources/ticketing/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/ticketing/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/ticketing/types/RemoteFieldClass.d.ts +4 -4
- package/serialization/resources/ticketing/types/RemoteFieldClass.js +4 -4
- package/serialization/resources/ticketing/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/ticketing/types/RemoteResponse.js +2 -2
- package/serialization/resources/ticketing/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/ticketing/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/ticketing/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/RoleEnum.js +1 -1
- package/serialization/resources/ticketing/types/RoleTicketAccess.d.ts +1 -1
- package/serialization/resources/ticketing/types/RoleTicketAccess.js +1 -1
- package/serialization/resources/ticketing/types/RoleTicketActionsItem.d.ts +1 -1
- package/serialization/resources/ticketing/types/RoleTicketActionsItem.js +1 -1
- package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
- package/serialization/resources/ticketing/types/SyncStatusStatus.d.ts +8 -0
- package/serialization/resources/ticketing/types/SyncStatusStatus.js +40 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +4 -2
- package/serialization/resources/ticketing/types/Ticket.js +4 -2
- package/serialization/resources/ticketing/types/index.d.ts +10 -5
- package/serialization/resources/ticketing/types/index.js +10 -5
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +0 -9
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +0 -9
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -10
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +0 -13
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -13
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +0 -133
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +0 -133
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +0 -21
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +0 -21
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +0 -69
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +0 -21
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +0 -21
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +0 -4098
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +0 -4101
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +0 -4098
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +0 -4101
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +0 -37
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +0 -37
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +0 -69
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +0 -133
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +0 -133
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +0 -9
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +0 -9
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +0 -133
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +0 -133
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +0 -69
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +0 -37
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +0 -37
- package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -2
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +0 -2
- package/api/resources/accounting/types/InvoiceLineItemEmployee.d.ts +0 -5
- package/api/resources/accounting/types/InvoiceLineItemRequestEmployee.d.ts +0 -5
- package/api/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +0 -2
- package/api/resources/accounting/types/PatchedPaymentRequestAccount.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +0 -2
- package/api/resources/accounting/types/PatchedPaymentRequestCompany.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestContact.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.d.ts +0 -2
- package/api/resources/accounting/types/RemoteFieldRemoteFieldClass.d.ts +0 -2
- package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +0 -2
- package/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +0 -2
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +0 -258
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +0 -261
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +0 -258
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +0 -261
- package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +0 -9
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +0 -9
- package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +0 -2
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +0 -18
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +0 -21
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +0 -21
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +0 -34
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpand.js +0 -37
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +0 -34
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +0 -37
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +0 -9
- package/api/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/offers/types/OffersListRequestExpand.js +0 -9
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +0 -9
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +0 -10
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +0 -13
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +0 -13
- package/api/resources/ats/types/ActivityRequestActivityType.d.ts +0 -9
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -6
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +0 -9
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -9
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +0 -21
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +0 -21
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpand.js +0 -13
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +0 -13
- package/api/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/notes/types/NotesListRequestExpand.js +0 -21
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +0 -21
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +0 -13
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +0 -13
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpand.js +0 -13
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +0 -13
- package/api/resources/crm/types/RemoteFieldClassFieldFormat.d.ts +0 -2
- package/api/resources/crm/types/RemoteFieldClassFieldType.d.ts +0 -2
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpand.js +0 -13
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +0 -13
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +0 -13
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +0 -13
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +0 -9
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -9
- package/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +0 -258
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +0 -261
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +0 -258
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +0 -261
- package/api/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +0 -2
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +0 -9
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +0 -9
- package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -7
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +0 -9
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +0 -9
- package/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +0 -10
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +0 -13
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +0 -13
- package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -7
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +0 -258
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +0 -261
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +0 -258
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +0 -261
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +0 -9
- package/api/resources/ticketing/types/CollectionCollectionType.d.ts +0 -8
- package/api/resources/ticketing/types/CompletedAccountInitialScreenEnum.d.ts +0 -4
- package/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +0 -10
- package/api/resources/ticketing/types/RemoteFieldClassFieldFormat.d.ts +0 -2
- package/api/resources/ticketing/types/RemoteFieldClassFieldType.d.ts +0 -2
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +0 -47
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +0 -4135
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +0 -4135
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +0 -71
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +0 -71
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +0 -71
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +0 -71
- package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -8
- package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +0 -40
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +0 -40
- package/serialization/resources/accounting/types/InvoiceLineItemEmployee.d.ts +0 -8
- package/serialization/resources/accounting/types/InvoiceLineItemEmployee.js +0 -40
- package/serialization/resources/accounting/types/InvoiceLineItemRequestEmployee.d.ts +0 -8
- package/serialization/resources/accounting/types/InvoiceLineItemRequestEmployee.js +0 -40
- package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccount.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccount.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestCompany.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestCompany.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestContact.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestContact.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.js +0 -40
- package/serialization/resources/accounting/types/RemoteFieldRemoteFieldClass.d.ts +0 -8
- package/serialization/resources/accounting/types/RemoteFieldRemoteFieldClass.js +0 -40
- package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +0 -8
- package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +0 -40
- package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +0 -8
- package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +0 -40
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +0 -295
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +0 -295
- package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +0 -43
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +0 -8
- package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +0 -40
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +0 -55
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.js +0 -71
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +0 -71
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +0 -47
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/ats/types/ActivityRequestActivityType.d.ts +0 -8
- package/serialization/resources/ats/types/ActivityRequestActivityType.js +0 -40
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +0 -39
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/types/RemoteFieldClassFieldFormat.d.ts +0 -8
- package/serialization/resources/crm/types/RemoteFieldClassFieldFormat.js +0 -40
- package/serialization/resources/crm/types/RemoteFieldClassFieldType.d.ts +0 -8
- package/serialization/resources/crm/types/RemoteFieldClassFieldType.js +0 -40
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.js +0 -47
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +0 -47
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +0 -47
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +0 -47
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/serialization/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.js +0 -43
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +0 -295
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +0 -295
- package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +0 -8
- package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.js +0 -40
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -8
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +0 -39
- package/serialization/resources/hris/types/CompletedAccountInitialScreenEnum.d.ts +0 -7
- package/serialization/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +0 -8
- package/serialization/resources/hris/types/MultipartFormFieldRequestEncoding.js +0 -40
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +0 -47
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -8
- package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -40
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +0 -295
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +0 -295
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ticketing/types/CollectionCollectionType.d.ts +0 -8
- package/serialization/resources/ticketing/types/CollectionCollectionType.js +0 -40
- package/serialization/resources/ticketing/types/CompletedAccountInitialScreenEnum.d.ts +0 -7
- package/serialization/resources/ticketing/types/CompletedAccountInitialScreenEnum.js +0 -39
- package/serialization/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +0 -8
- package/serialization/resources/ticketing/types/PatchedTicketRequestPriority.js +0 -40
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldFormat.d.ts +0 -8
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldFormat.js +0 -40
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldType.d.ts +0 -8
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldType.js +0 -40
- /package/api/resources/accounting/{types/DataPassthroughRequestMethod.js → resources/creditNotes/client/requests/ApplyCreditNoteRequest.js} +0 -0
- /package/api/resources/accounting/{types/GeneralLedgerTransactionLineTrackingCategoriesItem.js → resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/InvoiceLineItemEmployee.js → resources/expenses/client/requests/ExpenseBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/InvoiceLineItemRequestEmployee.js → resources/invoices/client/requests/InvoiceBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedContactRequestAddressesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAccount.js → resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAccountingPeriod.js → resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAppliedToLinesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestCompany.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestContact.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRetrieveRequest.js} +0 -0
- /package/api/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestPaymentMethod.js → resources/salesOrders/client/requests/SalesOrderBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestTrackingCategoriesItem.js → resources/salesOrders/client/requests/SalesOrderEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/RemoteFieldRemoteFieldClass.js → resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/RemoteFieldRequestRemoteFieldClass.js → resources/salesOrders/client/requests/SalesOrdersListRequest.js} +0 -0
- /package/api/resources/accounting/{types/TaxRateTaxComponentsItem.js → resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/{ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js → accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.js} +0 -0
- /package/api/resources/{ats/resources/candidates/types/IgnoreCommonModelRequestReason.js → accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js} +0 -0
- /package/api/resources/{ats/types/ActivityRequestActivityType.js → accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js} +0 -0
- /package/api/resources/{crm/types/RemoteFieldClassFieldFormat.js → accounting/types/AccountCompany.js} +0 -0
- /package/api/resources/{crm/types/RemoteFieldClassFieldType.js → accounting/types/AccountRequestCompany.js} +0 -0
- /package/api/resources/{hris/resources/employees/client/requests/IgnoreCommonModelRequest.js → accounting/types/AsyncBulkCreateResponse.js} +0 -0
- /package/api/resources/{hris/resources/employees/types/IgnoreCommonModelRequestReason.js → accounting/types/BatchObject.js} +0 -0
- /package/api/resources/{hris/types/CompletedAccountInitialScreenEnum.js → accounting/types/BatchObjectItemResponse.js} +0 -0
- /package/api/resources/{hris/types/MultipartFormFieldRequestEncoding.js → accounting/types/BatchObjectStatus.js} +0 -0
- /package/api/resources/{ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js → accounting/types/BatchObjectsResponse.js} +0 -0
- /package/api/resources/{ticketing/types/CollectionCollectionType.js → accounting/types/BatchObjectsResponseStatus.js} +0 -0
- /package/api/resources/{ticketing/types/CompletedAccountInitialScreenEnum.js → accounting/types/CompanyInfoAddressesItem.js} +0 -0
- /package/api/resources/{ticketing/types/PatchedTicketRequestPriority.js → accounting/types/CompanyInfoPhoneNumbersItem.js} +0 -0
- /package/api/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.d.ts +0 -0
- /package/api/resources/{ticketing/types/RemoteFieldClassFieldFormat.js → accounting/types/CompletedAccountInitialScreenEnum.js} +0 -0
- /package/api/resources/{ticketing/types/RemoteFieldClassFieldType.js → accounting/types/ContactCompany.js} +0 -0
- /package/serialization/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
- /package/serialization/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.js +0 -0
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export declare const ItemsListRequestExpand: {
|
|
2
|
-
readonly Company: "company";
|
|
3
|
-
readonly CompanyPurchaseTaxRate: "company,purchase_tax_rate";
|
|
4
|
-
readonly CompanySalesTaxRate: "company,sales_tax_rate";
|
|
5
|
-
readonly CompanySalesTaxRatePurchaseTaxRate: "company,sales_tax_rate,purchase_tax_rate";
|
|
6
|
-
readonly PurchaseAccount: "purchase_account";
|
|
7
|
-
readonly PurchaseAccountCompany: "purchase_account,company";
|
|
8
|
-
readonly PurchaseAccountCompanyPurchaseTaxRate: "purchase_account,company,purchase_tax_rate";
|
|
9
|
-
readonly PurchaseAccountCompanySalesTaxRate: "purchase_account,company,sales_tax_rate";
|
|
10
|
-
readonly PurchaseAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,company,sales_tax_rate,purchase_tax_rate";
|
|
11
|
-
readonly PurchaseAccountPurchaseTaxRate: "purchase_account,purchase_tax_rate";
|
|
12
|
-
readonly PurchaseAccountSalesAccount: "purchase_account,sales_account";
|
|
13
|
-
readonly PurchaseAccountSalesAccountCompany: "purchase_account,sales_account,company";
|
|
14
|
-
readonly PurchaseAccountSalesAccountCompanyPurchaseTaxRate: "purchase_account,sales_account,company,purchase_tax_rate";
|
|
15
|
-
readonly PurchaseAccountSalesAccountCompanySalesTaxRate: "purchase_account,sales_account,company,sales_tax_rate";
|
|
16
|
-
readonly PurchaseAccountSalesAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,company,sales_tax_rate,purchase_tax_rate";
|
|
17
|
-
readonly PurchaseAccountSalesAccountPurchaseTaxRate: "purchase_account,sales_account,purchase_tax_rate";
|
|
18
|
-
readonly PurchaseAccountSalesAccountSalesTaxRate: "purchase_account,sales_account,sales_tax_rate";
|
|
19
|
-
readonly PurchaseAccountSalesAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,sales_tax_rate,purchase_tax_rate";
|
|
20
|
-
readonly PurchaseAccountSalesTaxRate: "purchase_account,sales_tax_rate";
|
|
21
|
-
readonly PurchaseAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_tax_rate,purchase_tax_rate";
|
|
22
|
-
readonly PurchaseTaxRate: "purchase_tax_rate";
|
|
23
|
-
readonly SalesAccount: "sales_account";
|
|
24
|
-
readonly SalesAccountCompany: "sales_account,company";
|
|
25
|
-
readonly SalesAccountCompanyPurchaseTaxRate: "sales_account,company,purchase_tax_rate";
|
|
26
|
-
readonly SalesAccountCompanySalesTaxRate: "sales_account,company,sales_tax_rate";
|
|
27
|
-
readonly SalesAccountCompanySalesTaxRatePurchaseTaxRate: "sales_account,company,sales_tax_rate,purchase_tax_rate";
|
|
28
|
-
readonly SalesAccountPurchaseTaxRate: "sales_account,purchase_tax_rate";
|
|
29
|
-
readonly SalesAccountSalesTaxRate: "sales_account,sales_tax_rate";
|
|
30
|
-
readonly SalesAccountSalesTaxRatePurchaseTaxRate: "sales_account,sales_tax_rate,purchase_tax_rate";
|
|
31
|
-
readonly SalesTaxRate: "sales_tax_rate";
|
|
32
|
-
readonly SalesTaxRatePurchaseTaxRate: "sales_tax_rate,purchase_tax_rate";
|
|
33
|
-
};
|
|
34
|
-
export type ItemsListRequestExpand = (typeof ItemsListRequestExpand)[keyof typeof ItemsListRequestExpand];
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ItemsListRequestExpand = void 0;
|
|
5
|
-
exports.ItemsListRequestExpand = {
|
|
6
|
-
Company: "company",
|
|
7
|
-
CompanyPurchaseTaxRate: "company,purchase_tax_rate",
|
|
8
|
-
CompanySalesTaxRate: "company,sales_tax_rate",
|
|
9
|
-
CompanySalesTaxRatePurchaseTaxRate: "company,sales_tax_rate,purchase_tax_rate",
|
|
10
|
-
PurchaseAccount: "purchase_account",
|
|
11
|
-
PurchaseAccountCompany: "purchase_account,company",
|
|
12
|
-
PurchaseAccountCompanyPurchaseTaxRate: "purchase_account,company,purchase_tax_rate",
|
|
13
|
-
PurchaseAccountCompanySalesTaxRate: "purchase_account,company,sales_tax_rate",
|
|
14
|
-
PurchaseAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,company,sales_tax_rate,purchase_tax_rate",
|
|
15
|
-
PurchaseAccountPurchaseTaxRate: "purchase_account,purchase_tax_rate",
|
|
16
|
-
PurchaseAccountSalesAccount: "purchase_account,sales_account",
|
|
17
|
-
PurchaseAccountSalesAccountCompany: "purchase_account,sales_account,company",
|
|
18
|
-
PurchaseAccountSalesAccountCompanyPurchaseTaxRate: "purchase_account,sales_account,company,purchase_tax_rate",
|
|
19
|
-
PurchaseAccountSalesAccountCompanySalesTaxRate: "purchase_account,sales_account,company,sales_tax_rate",
|
|
20
|
-
PurchaseAccountSalesAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,company,sales_tax_rate,purchase_tax_rate",
|
|
21
|
-
PurchaseAccountSalesAccountPurchaseTaxRate: "purchase_account,sales_account,purchase_tax_rate",
|
|
22
|
-
PurchaseAccountSalesAccountSalesTaxRate: "purchase_account,sales_account,sales_tax_rate",
|
|
23
|
-
PurchaseAccountSalesAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,sales_tax_rate,purchase_tax_rate",
|
|
24
|
-
PurchaseAccountSalesTaxRate: "purchase_account,sales_tax_rate",
|
|
25
|
-
PurchaseAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_tax_rate,purchase_tax_rate",
|
|
26
|
-
PurchaseTaxRate: "purchase_tax_rate",
|
|
27
|
-
SalesAccount: "sales_account",
|
|
28
|
-
SalesAccountCompany: "sales_account,company",
|
|
29
|
-
SalesAccountCompanyPurchaseTaxRate: "sales_account,company,purchase_tax_rate",
|
|
30
|
-
SalesAccountCompanySalesTaxRate: "sales_account,company,sales_tax_rate",
|
|
31
|
-
SalesAccountCompanySalesTaxRatePurchaseTaxRate: "sales_account,company,sales_tax_rate,purchase_tax_rate",
|
|
32
|
-
SalesAccountPurchaseTaxRate: "sales_account,purchase_tax_rate",
|
|
33
|
-
SalesAccountSalesTaxRate: "sales_account,sales_tax_rate",
|
|
34
|
-
SalesAccountSalesTaxRatePurchaseTaxRate: "sales_account,sales_tax_rate,purchase_tax_rate",
|
|
35
|
-
SalesTaxRate: "sales_tax_rate",
|
|
36
|
-
SalesTaxRatePurchaseTaxRate: "sales_tax_rate,purchase_tax_rate",
|
|
37
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export declare const ItemsRetrieveRequestExpand: {
|
|
2
|
-
readonly Company: "company";
|
|
3
|
-
readonly CompanyPurchaseTaxRate: "company,purchase_tax_rate";
|
|
4
|
-
readonly CompanySalesTaxRate: "company,sales_tax_rate";
|
|
5
|
-
readonly CompanySalesTaxRatePurchaseTaxRate: "company,sales_tax_rate,purchase_tax_rate";
|
|
6
|
-
readonly PurchaseAccount: "purchase_account";
|
|
7
|
-
readonly PurchaseAccountCompany: "purchase_account,company";
|
|
8
|
-
readonly PurchaseAccountCompanyPurchaseTaxRate: "purchase_account,company,purchase_tax_rate";
|
|
9
|
-
readonly PurchaseAccountCompanySalesTaxRate: "purchase_account,company,sales_tax_rate";
|
|
10
|
-
readonly PurchaseAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,company,sales_tax_rate,purchase_tax_rate";
|
|
11
|
-
readonly PurchaseAccountPurchaseTaxRate: "purchase_account,purchase_tax_rate";
|
|
12
|
-
readonly PurchaseAccountSalesAccount: "purchase_account,sales_account";
|
|
13
|
-
readonly PurchaseAccountSalesAccountCompany: "purchase_account,sales_account,company";
|
|
14
|
-
readonly PurchaseAccountSalesAccountCompanyPurchaseTaxRate: "purchase_account,sales_account,company,purchase_tax_rate";
|
|
15
|
-
readonly PurchaseAccountSalesAccountCompanySalesTaxRate: "purchase_account,sales_account,company,sales_tax_rate";
|
|
16
|
-
readonly PurchaseAccountSalesAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,company,sales_tax_rate,purchase_tax_rate";
|
|
17
|
-
readonly PurchaseAccountSalesAccountPurchaseTaxRate: "purchase_account,sales_account,purchase_tax_rate";
|
|
18
|
-
readonly PurchaseAccountSalesAccountSalesTaxRate: "purchase_account,sales_account,sales_tax_rate";
|
|
19
|
-
readonly PurchaseAccountSalesAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,sales_tax_rate,purchase_tax_rate";
|
|
20
|
-
readonly PurchaseAccountSalesTaxRate: "purchase_account,sales_tax_rate";
|
|
21
|
-
readonly PurchaseAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_tax_rate,purchase_tax_rate";
|
|
22
|
-
readonly PurchaseTaxRate: "purchase_tax_rate";
|
|
23
|
-
readonly SalesAccount: "sales_account";
|
|
24
|
-
readonly SalesAccountCompany: "sales_account,company";
|
|
25
|
-
readonly SalesAccountCompanyPurchaseTaxRate: "sales_account,company,purchase_tax_rate";
|
|
26
|
-
readonly SalesAccountCompanySalesTaxRate: "sales_account,company,sales_tax_rate";
|
|
27
|
-
readonly SalesAccountCompanySalesTaxRatePurchaseTaxRate: "sales_account,company,sales_tax_rate,purchase_tax_rate";
|
|
28
|
-
readonly SalesAccountPurchaseTaxRate: "sales_account,purchase_tax_rate";
|
|
29
|
-
readonly SalesAccountSalesTaxRate: "sales_account,sales_tax_rate";
|
|
30
|
-
readonly SalesAccountSalesTaxRatePurchaseTaxRate: "sales_account,sales_tax_rate,purchase_tax_rate";
|
|
31
|
-
readonly SalesTaxRate: "sales_tax_rate";
|
|
32
|
-
readonly SalesTaxRatePurchaseTaxRate: "sales_tax_rate,purchase_tax_rate";
|
|
33
|
-
};
|
|
34
|
-
export type ItemsRetrieveRequestExpand = (typeof ItemsRetrieveRequestExpand)[keyof typeof ItemsRetrieveRequestExpand];
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ItemsRetrieveRequestExpand = void 0;
|
|
5
|
-
exports.ItemsRetrieveRequestExpand = {
|
|
6
|
-
Company: "company",
|
|
7
|
-
CompanyPurchaseTaxRate: "company,purchase_tax_rate",
|
|
8
|
-
CompanySalesTaxRate: "company,sales_tax_rate",
|
|
9
|
-
CompanySalesTaxRatePurchaseTaxRate: "company,sales_tax_rate,purchase_tax_rate",
|
|
10
|
-
PurchaseAccount: "purchase_account",
|
|
11
|
-
PurchaseAccountCompany: "purchase_account,company",
|
|
12
|
-
PurchaseAccountCompanyPurchaseTaxRate: "purchase_account,company,purchase_tax_rate",
|
|
13
|
-
PurchaseAccountCompanySalesTaxRate: "purchase_account,company,sales_tax_rate",
|
|
14
|
-
PurchaseAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,company,sales_tax_rate,purchase_tax_rate",
|
|
15
|
-
PurchaseAccountPurchaseTaxRate: "purchase_account,purchase_tax_rate",
|
|
16
|
-
PurchaseAccountSalesAccount: "purchase_account,sales_account",
|
|
17
|
-
PurchaseAccountSalesAccountCompany: "purchase_account,sales_account,company",
|
|
18
|
-
PurchaseAccountSalesAccountCompanyPurchaseTaxRate: "purchase_account,sales_account,company,purchase_tax_rate",
|
|
19
|
-
PurchaseAccountSalesAccountCompanySalesTaxRate: "purchase_account,sales_account,company,sales_tax_rate",
|
|
20
|
-
PurchaseAccountSalesAccountCompanySalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,company,sales_tax_rate,purchase_tax_rate",
|
|
21
|
-
PurchaseAccountSalesAccountPurchaseTaxRate: "purchase_account,sales_account,purchase_tax_rate",
|
|
22
|
-
PurchaseAccountSalesAccountSalesTaxRate: "purchase_account,sales_account,sales_tax_rate",
|
|
23
|
-
PurchaseAccountSalesAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_account,sales_tax_rate,purchase_tax_rate",
|
|
24
|
-
PurchaseAccountSalesTaxRate: "purchase_account,sales_tax_rate",
|
|
25
|
-
PurchaseAccountSalesTaxRatePurchaseTaxRate: "purchase_account,sales_tax_rate,purchase_tax_rate",
|
|
26
|
-
PurchaseTaxRate: "purchase_tax_rate",
|
|
27
|
-
SalesAccount: "sales_account",
|
|
28
|
-
SalesAccountCompany: "sales_account,company",
|
|
29
|
-
SalesAccountCompanyPurchaseTaxRate: "sales_account,company,purchase_tax_rate",
|
|
30
|
-
SalesAccountCompanySalesTaxRate: "sales_account,company,sales_tax_rate",
|
|
31
|
-
SalesAccountCompanySalesTaxRatePurchaseTaxRate: "sales_account,company,sales_tax_rate,purchase_tax_rate",
|
|
32
|
-
SalesAccountPurchaseTaxRate: "sales_account,purchase_tax_rate",
|
|
33
|
-
SalesAccountSalesTaxRate: "sales_account,sales_tax_rate",
|
|
34
|
-
SalesAccountSalesTaxRatePurchaseTaxRate: "sales_account,sales_tax_rate,purchase_tax_rate",
|
|
35
|
-
SalesTaxRate: "sales_tax_rate",
|
|
36
|
-
SalesTaxRatePurchaseTaxRate: "sales_tax_rate,purchase_tax_rate",
|
|
37
|
-
};
|
package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
export declare const JournalEntriesListRequestExpand: {
|
|
2
|
-
readonly AccountingPeriod: "accounting_period";
|
|
3
|
-
readonly AppliedPayments: "applied_payments";
|
|
4
|
-
readonly AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period";
|
|
5
|
-
readonly AppliedPaymentsCompany: "applied_payments,company";
|
|
6
|
-
readonly AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period";
|
|
7
|
-
readonly AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories";
|
|
8
|
-
readonly AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period";
|
|
9
|
-
readonly AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company";
|
|
10
|
-
readonly AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period";
|
|
11
|
-
readonly Company: "company";
|
|
12
|
-
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
13
|
-
readonly Lines: "lines";
|
|
14
|
-
readonly LinesAccountingPeriod: "lines,accounting_period";
|
|
15
|
-
readonly LinesAppliedPayments: "lines,applied_payments";
|
|
16
|
-
readonly LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period";
|
|
17
|
-
readonly LinesAppliedPaymentsCompany: "lines,applied_payments,company";
|
|
18
|
-
readonly LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period";
|
|
19
|
-
readonly LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories";
|
|
20
|
-
readonly LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period";
|
|
21
|
-
readonly LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company";
|
|
22
|
-
readonly LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period";
|
|
23
|
-
readonly LinesCompany: "lines,company";
|
|
24
|
-
readonly LinesCompanyAccountingPeriod: "lines,company,accounting_period";
|
|
25
|
-
readonly LinesPayments: "lines,payments";
|
|
26
|
-
readonly LinesPaymentsAccountingPeriod: "lines,payments,accounting_period";
|
|
27
|
-
readonly LinesPaymentsAppliedPayments: "lines,payments,applied_payments";
|
|
28
|
-
readonly LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period";
|
|
29
|
-
readonly LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company";
|
|
30
|
-
readonly LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period";
|
|
31
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories";
|
|
32
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period";
|
|
33
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company";
|
|
34
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period";
|
|
35
|
-
readonly LinesPaymentsCompany: "lines,payments,company";
|
|
36
|
-
readonly LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period";
|
|
37
|
-
readonly LinesPaymentsTrackingCategories: "lines,payments,tracking_categories";
|
|
38
|
-
readonly LinesPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,tracking_categories,accounting_period";
|
|
39
|
-
readonly LinesPaymentsTrackingCategoriesCompany: "lines,payments,tracking_categories,company";
|
|
40
|
-
readonly LinesPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,tracking_categories,company,accounting_period";
|
|
41
|
-
readonly LinesTrackingCategories: "lines,tracking_categories";
|
|
42
|
-
readonly LinesTrackingCategoriesAccountingPeriod: "lines,tracking_categories,accounting_period";
|
|
43
|
-
readonly LinesTrackingCategoriesCompany: "lines,tracking_categories,company";
|
|
44
|
-
readonly LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period";
|
|
45
|
-
readonly Payments: "payments";
|
|
46
|
-
readonly PaymentsAccountingPeriod: "payments,accounting_period";
|
|
47
|
-
readonly PaymentsAppliedPayments: "payments,applied_payments";
|
|
48
|
-
readonly PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period";
|
|
49
|
-
readonly PaymentsAppliedPaymentsCompany: "payments,applied_payments,company";
|
|
50
|
-
readonly PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period";
|
|
51
|
-
readonly PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories";
|
|
52
|
-
readonly PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period";
|
|
53
|
-
readonly PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company";
|
|
54
|
-
readonly PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period";
|
|
55
|
-
readonly PaymentsCompany: "payments,company";
|
|
56
|
-
readonly PaymentsCompanyAccountingPeriod: "payments,company,accounting_period";
|
|
57
|
-
readonly PaymentsTrackingCategories: "payments,tracking_categories";
|
|
58
|
-
readonly PaymentsTrackingCategoriesAccountingPeriod: "payments,tracking_categories,accounting_period";
|
|
59
|
-
readonly PaymentsTrackingCategoriesCompany: "payments,tracking_categories,company";
|
|
60
|
-
readonly PaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,tracking_categories,company,accounting_period";
|
|
61
|
-
readonly TrackingCategories: "tracking_categories";
|
|
62
|
-
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
63
|
-
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
64
|
-
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
65
|
-
};
|
|
66
|
-
export type JournalEntriesListRequestExpand = (typeof JournalEntriesListRequestExpand)[keyof typeof JournalEntriesListRequestExpand];
|
package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.JournalEntriesListRequestExpand = void 0;
|
|
5
|
-
exports.JournalEntriesListRequestExpand = {
|
|
6
|
-
AccountingPeriod: "accounting_period",
|
|
7
|
-
AppliedPayments: "applied_payments",
|
|
8
|
-
AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period",
|
|
9
|
-
AppliedPaymentsCompany: "applied_payments,company",
|
|
10
|
-
AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period",
|
|
11
|
-
AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories",
|
|
12
|
-
AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period",
|
|
13
|
-
AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company",
|
|
14
|
-
AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period",
|
|
15
|
-
Company: "company",
|
|
16
|
-
CompanyAccountingPeriod: "company,accounting_period",
|
|
17
|
-
Lines: "lines",
|
|
18
|
-
LinesAccountingPeriod: "lines,accounting_period",
|
|
19
|
-
LinesAppliedPayments: "lines,applied_payments",
|
|
20
|
-
LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period",
|
|
21
|
-
LinesAppliedPaymentsCompany: "lines,applied_payments,company",
|
|
22
|
-
LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period",
|
|
23
|
-
LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories",
|
|
24
|
-
LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period",
|
|
25
|
-
LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company",
|
|
26
|
-
LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period",
|
|
27
|
-
LinesCompany: "lines,company",
|
|
28
|
-
LinesCompanyAccountingPeriod: "lines,company,accounting_period",
|
|
29
|
-
LinesPayments: "lines,payments",
|
|
30
|
-
LinesPaymentsAccountingPeriod: "lines,payments,accounting_period",
|
|
31
|
-
LinesPaymentsAppliedPayments: "lines,payments,applied_payments",
|
|
32
|
-
LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period",
|
|
33
|
-
LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company",
|
|
34
|
-
LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period",
|
|
35
|
-
LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories",
|
|
36
|
-
LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period",
|
|
37
|
-
LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company",
|
|
38
|
-
LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period",
|
|
39
|
-
LinesPaymentsCompany: "lines,payments,company",
|
|
40
|
-
LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period",
|
|
41
|
-
LinesPaymentsTrackingCategories: "lines,payments,tracking_categories",
|
|
42
|
-
LinesPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,tracking_categories,accounting_period",
|
|
43
|
-
LinesPaymentsTrackingCategoriesCompany: "lines,payments,tracking_categories,company",
|
|
44
|
-
LinesPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,tracking_categories,company,accounting_period",
|
|
45
|
-
LinesTrackingCategories: "lines,tracking_categories",
|
|
46
|
-
LinesTrackingCategoriesAccountingPeriod: "lines,tracking_categories,accounting_period",
|
|
47
|
-
LinesTrackingCategoriesCompany: "lines,tracking_categories,company",
|
|
48
|
-
LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period",
|
|
49
|
-
Payments: "payments",
|
|
50
|
-
PaymentsAccountingPeriod: "payments,accounting_period",
|
|
51
|
-
PaymentsAppliedPayments: "payments,applied_payments",
|
|
52
|
-
PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period",
|
|
53
|
-
PaymentsAppliedPaymentsCompany: "payments,applied_payments,company",
|
|
54
|
-
PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period",
|
|
55
|
-
PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories",
|
|
56
|
-
PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period",
|
|
57
|
-
PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company",
|
|
58
|
-
PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period",
|
|
59
|
-
PaymentsCompany: "payments,company",
|
|
60
|
-
PaymentsCompanyAccountingPeriod: "payments,company,accounting_period",
|
|
61
|
-
PaymentsTrackingCategories: "payments,tracking_categories",
|
|
62
|
-
PaymentsTrackingCategoriesAccountingPeriod: "payments,tracking_categories,accounting_period",
|
|
63
|
-
PaymentsTrackingCategoriesCompany: "payments,tracking_categories,company",
|
|
64
|
-
PaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,tracking_categories,company,accounting_period",
|
|
65
|
-
TrackingCategories: "tracking_categories",
|
|
66
|
-
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
67
|
-
TrackingCategoriesCompany: "tracking_categories,company",
|
|
68
|
-
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
69
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
export declare const JournalEntriesRetrieveRequestExpand: {
|
|
2
|
-
readonly AccountingPeriod: "accounting_period";
|
|
3
|
-
readonly AppliedPayments: "applied_payments";
|
|
4
|
-
readonly AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period";
|
|
5
|
-
readonly AppliedPaymentsCompany: "applied_payments,company";
|
|
6
|
-
readonly AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period";
|
|
7
|
-
readonly AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories";
|
|
8
|
-
readonly AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period";
|
|
9
|
-
readonly AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company";
|
|
10
|
-
readonly AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period";
|
|
11
|
-
readonly Company: "company";
|
|
12
|
-
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
13
|
-
readonly Lines: "lines";
|
|
14
|
-
readonly LinesAccountingPeriod: "lines,accounting_period";
|
|
15
|
-
readonly LinesAppliedPayments: "lines,applied_payments";
|
|
16
|
-
readonly LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period";
|
|
17
|
-
readonly LinesAppliedPaymentsCompany: "lines,applied_payments,company";
|
|
18
|
-
readonly LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period";
|
|
19
|
-
readonly LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories";
|
|
20
|
-
readonly LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period";
|
|
21
|
-
readonly LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company";
|
|
22
|
-
readonly LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period";
|
|
23
|
-
readonly LinesCompany: "lines,company";
|
|
24
|
-
readonly LinesCompanyAccountingPeriod: "lines,company,accounting_period";
|
|
25
|
-
readonly LinesPayments: "lines,payments";
|
|
26
|
-
readonly LinesPaymentsAccountingPeriod: "lines,payments,accounting_period";
|
|
27
|
-
readonly LinesPaymentsAppliedPayments: "lines,payments,applied_payments";
|
|
28
|
-
readonly LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period";
|
|
29
|
-
readonly LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company";
|
|
30
|
-
readonly LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period";
|
|
31
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories";
|
|
32
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period";
|
|
33
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company";
|
|
34
|
-
readonly LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period";
|
|
35
|
-
readonly LinesPaymentsCompany: "lines,payments,company";
|
|
36
|
-
readonly LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period";
|
|
37
|
-
readonly LinesPaymentsTrackingCategories: "lines,payments,tracking_categories";
|
|
38
|
-
readonly LinesPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,tracking_categories,accounting_period";
|
|
39
|
-
readonly LinesPaymentsTrackingCategoriesCompany: "lines,payments,tracking_categories,company";
|
|
40
|
-
readonly LinesPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,tracking_categories,company,accounting_period";
|
|
41
|
-
readonly LinesTrackingCategories: "lines,tracking_categories";
|
|
42
|
-
readonly LinesTrackingCategoriesAccountingPeriod: "lines,tracking_categories,accounting_period";
|
|
43
|
-
readonly LinesTrackingCategoriesCompany: "lines,tracking_categories,company";
|
|
44
|
-
readonly LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period";
|
|
45
|
-
readonly Payments: "payments";
|
|
46
|
-
readonly PaymentsAccountingPeriod: "payments,accounting_period";
|
|
47
|
-
readonly PaymentsAppliedPayments: "payments,applied_payments";
|
|
48
|
-
readonly PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period";
|
|
49
|
-
readonly PaymentsAppliedPaymentsCompany: "payments,applied_payments,company";
|
|
50
|
-
readonly PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period";
|
|
51
|
-
readonly PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories";
|
|
52
|
-
readonly PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period";
|
|
53
|
-
readonly PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company";
|
|
54
|
-
readonly PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period";
|
|
55
|
-
readonly PaymentsCompany: "payments,company";
|
|
56
|
-
readonly PaymentsCompanyAccountingPeriod: "payments,company,accounting_period";
|
|
57
|
-
readonly PaymentsTrackingCategories: "payments,tracking_categories";
|
|
58
|
-
readonly PaymentsTrackingCategoriesAccountingPeriod: "payments,tracking_categories,accounting_period";
|
|
59
|
-
readonly PaymentsTrackingCategoriesCompany: "payments,tracking_categories,company";
|
|
60
|
-
readonly PaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,tracking_categories,company,accounting_period";
|
|
61
|
-
readonly TrackingCategories: "tracking_categories";
|
|
62
|
-
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
63
|
-
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
64
|
-
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
65
|
-
};
|
|
66
|
-
export type JournalEntriesRetrieveRequestExpand = (typeof JournalEntriesRetrieveRequestExpand)[keyof typeof JournalEntriesRetrieveRequestExpand];
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.JournalEntriesRetrieveRequestExpand = void 0;
|
|
5
|
-
exports.JournalEntriesRetrieveRequestExpand = {
|
|
6
|
-
AccountingPeriod: "accounting_period",
|
|
7
|
-
AppliedPayments: "applied_payments",
|
|
8
|
-
AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period",
|
|
9
|
-
AppliedPaymentsCompany: "applied_payments,company",
|
|
10
|
-
AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period",
|
|
11
|
-
AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories",
|
|
12
|
-
AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period",
|
|
13
|
-
AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company",
|
|
14
|
-
AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period",
|
|
15
|
-
Company: "company",
|
|
16
|
-
CompanyAccountingPeriod: "company,accounting_period",
|
|
17
|
-
Lines: "lines",
|
|
18
|
-
LinesAccountingPeriod: "lines,accounting_period",
|
|
19
|
-
LinesAppliedPayments: "lines,applied_payments",
|
|
20
|
-
LinesAppliedPaymentsAccountingPeriod: "lines,applied_payments,accounting_period",
|
|
21
|
-
LinesAppliedPaymentsCompany: "lines,applied_payments,company",
|
|
22
|
-
LinesAppliedPaymentsCompanyAccountingPeriod: "lines,applied_payments,company,accounting_period",
|
|
23
|
-
LinesAppliedPaymentsTrackingCategories: "lines,applied_payments,tracking_categories",
|
|
24
|
-
LinesAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,applied_payments,tracking_categories,accounting_period",
|
|
25
|
-
LinesAppliedPaymentsTrackingCategoriesCompany: "lines,applied_payments,tracking_categories,company",
|
|
26
|
-
LinesAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,applied_payments,tracking_categories,company,accounting_period",
|
|
27
|
-
LinesCompany: "lines,company",
|
|
28
|
-
LinesCompanyAccountingPeriod: "lines,company,accounting_period",
|
|
29
|
-
LinesPayments: "lines,payments",
|
|
30
|
-
LinesPaymentsAccountingPeriod: "lines,payments,accounting_period",
|
|
31
|
-
LinesPaymentsAppliedPayments: "lines,payments,applied_payments",
|
|
32
|
-
LinesPaymentsAppliedPaymentsAccountingPeriod: "lines,payments,applied_payments,accounting_period",
|
|
33
|
-
LinesPaymentsAppliedPaymentsCompany: "lines,payments,applied_payments,company",
|
|
34
|
-
LinesPaymentsAppliedPaymentsCompanyAccountingPeriod: "lines,payments,applied_payments,company,accounting_period",
|
|
35
|
-
LinesPaymentsAppliedPaymentsTrackingCategories: "lines,payments,applied_payments,tracking_categories",
|
|
36
|
-
LinesPaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,applied_payments,tracking_categories,accounting_period",
|
|
37
|
-
LinesPaymentsAppliedPaymentsTrackingCategoriesCompany: "lines,payments,applied_payments,tracking_categories,company",
|
|
38
|
-
LinesPaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,applied_payments,tracking_categories,company,accounting_period",
|
|
39
|
-
LinesPaymentsCompany: "lines,payments,company",
|
|
40
|
-
LinesPaymentsCompanyAccountingPeriod: "lines,payments,company,accounting_period",
|
|
41
|
-
LinesPaymentsTrackingCategories: "lines,payments,tracking_categories",
|
|
42
|
-
LinesPaymentsTrackingCategoriesAccountingPeriod: "lines,payments,tracking_categories,accounting_period",
|
|
43
|
-
LinesPaymentsTrackingCategoriesCompany: "lines,payments,tracking_categories,company",
|
|
44
|
-
LinesPaymentsTrackingCategoriesCompanyAccountingPeriod: "lines,payments,tracking_categories,company,accounting_period",
|
|
45
|
-
LinesTrackingCategories: "lines,tracking_categories",
|
|
46
|
-
LinesTrackingCategoriesAccountingPeriod: "lines,tracking_categories,accounting_period",
|
|
47
|
-
LinesTrackingCategoriesCompany: "lines,tracking_categories,company",
|
|
48
|
-
LinesTrackingCategoriesCompanyAccountingPeriod: "lines,tracking_categories,company,accounting_period",
|
|
49
|
-
Payments: "payments",
|
|
50
|
-
PaymentsAccountingPeriod: "payments,accounting_period",
|
|
51
|
-
PaymentsAppliedPayments: "payments,applied_payments",
|
|
52
|
-
PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period",
|
|
53
|
-
PaymentsAppliedPaymentsCompany: "payments,applied_payments,company",
|
|
54
|
-
PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period",
|
|
55
|
-
PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories",
|
|
56
|
-
PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period",
|
|
57
|
-
PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company",
|
|
58
|
-
PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period",
|
|
59
|
-
PaymentsCompany: "payments,company",
|
|
60
|
-
PaymentsCompanyAccountingPeriod: "payments,company,accounting_period",
|
|
61
|
-
PaymentsTrackingCategories: "payments,tracking_categories",
|
|
62
|
-
PaymentsTrackingCategoriesAccountingPeriod: "payments,tracking_categories,accounting_period",
|
|
63
|
-
PaymentsTrackingCategoriesCompany: "payments,tracking_categories,company",
|
|
64
|
-
PaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,tracking_categories,company,accounting_period",
|
|
65
|
-
TrackingCategories: "tracking_categories",
|
|
66
|
-
TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
|
|
67
|
-
TrackingCategoriesCompany: "tracking_categories,company",
|
|
68
|
-
TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
|
|
69
|
-
};
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
export declare const PaymentsListRequestExpand: {
|
|
2
|
-
readonly Account: "account";
|
|
3
|
-
readonly AccountAccountingPeriod: "account,accounting_period";
|
|
4
|
-
readonly AccountAccountingPeriodPaymentMethod: "account,accounting_period,payment_method";
|
|
5
|
-
readonly AccountCompany: "account,company";
|
|
6
|
-
readonly AccountCompanyAccountingPeriod: "account,company,accounting_period";
|
|
7
|
-
readonly AccountCompanyAccountingPeriodPaymentMethod: "account,company,accounting_period,payment_method";
|
|
8
|
-
readonly AccountCompanyPaymentMethod: "account,company,payment_method";
|
|
9
|
-
readonly AccountPaymentMethod: "account,payment_method";
|
|
10
|
-
readonly AccountingPeriod: "accounting_period";
|
|
11
|
-
readonly AccountingPeriodPaymentMethod: "accounting_period,payment_method";
|
|
12
|
-
readonly AppliedToLines: "applied_to_lines";
|
|
13
|
-
readonly AppliedToLinesAccount: "applied_to_lines,account";
|
|
14
|
-
readonly AppliedToLinesAccountAccountingPeriod: "applied_to_lines,account,accounting_period";
|
|
15
|
-
readonly AppliedToLinesAccountAccountingPeriodPaymentMethod: "applied_to_lines,account,accounting_period,payment_method";
|
|
16
|
-
readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
|
|
17
|
-
readonly AppliedToLinesAccountCompanyAccountingPeriod: "applied_to_lines,account,company,accounting_period";
|
|
18
|
-
readonly AppliedToLinesAccountCompanyAccountingPeriodPaymentMethod: "applied_to_lines,account,company,accounting_period,payment_method";
|
|
19
|
-
readonly AppliedToLinesAccountCompanyPaymentMethod: "applied_to_lines,account,company,payment_method";
|
|
20
|
-
readonly AppliedToLinesAccountPaymentMethod: "applied_to_lines,account,payment_method";
|
|
21
|
-
readonly AppliedToLinesAccountingPeriod: "applied_to_lines,accounting_period";
|
|
22
|
-
readonly AppliedToLinesAccountingPeriodPaymentMethod: "applied_to_lines,accounting_period,payment_method";
|
|
23
|
-
readonly AppliedToLinesCompany: "applied_to_lines,company";
|
|
24
|
-
readonly AppliedToLinesCompanyAccountingPeriod: "applied_to_lines,company,accounting_period";
|
|
25
|
-
readonly AppliedToLinesCompanyAccountingPeriodPaymentMethod: "applied_to_lines,company,accounting_period,payment_method";
|
|
26
|
-
readonly AppliedToLinesCompanyPaymentMethod: "applied_to_lines,company,payment_method";
|
|
27
|
-
readonly AppliedToLinesContact: "applied_to_lines,contact";
|
|
28
|
-
readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
|
|
29
|
-
readonly AppliedToLinesContactAccountAccountingPeriod: "applied_to_lines,contact,account,accounting_period";
|
|
30
|
-
readonly AppliedToLinesContactAccountAccountingPeriodPaymentMethod: "applied_to_lines,contact,account,accounting_period,payment_method";
|
|
31
|
-
readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
|
|
32
|
-
readonly AppliedToLinesContactAccountCompanyAccountingPeriod: "applied_to_lines,contact,account,company,accounting_period";
|
|
33
|
-
readonly AppliedToLinesContactAccountCompanyAccountingPeriodPaymentMethod: "applied_to_lines,contact,account,company,accounting_period,payment_method";
|
|
34
|
-
readonly AppliedToLinesContactAccountCompanyPaymentMethod: "applied_to_lines,contact,account,company,payment_method";
|
|
35
|
-
readonly AppliedToLinesContactAccountPaymentMethod: "applied_to_lines,contact,account,payment_method";
|
|
36
|
-
readonly AppliedToLinesContactAccountingPeriod: "applied_to_lines,contact,accounting_period";
|
|
37
|
-
readonly AppliedToLinesContactAccountingPeriodPaymentMethod: "applied_to_lines,contact,accounting_period,payment_method";
|
|
38
|
-
readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
|
|
39
|
-
readonly AppliedToLinesContactCompanyAccountingPeriod: "applied_to_lines,contact,company,accounting_period";
|
|
40
|
-
readonly AppliedToLinesContactCompanyAccountingPeriodPaymentMethod: "applied_to_lines,contact,company,accounting_period,payment_method";
|
|
41
|
-
readonly AppliedToLinesContactCompanyPaymentMethod: "applied_to_lines,contact,company,payment_method";
|
|
42
|
-
readonly AppliedToLinesContactPaymentMethod: "applied_to_lines,contact,payment_method";
|
|
43
|
-
readonly AppliedToLinesPaymentMethod: "applied_to_lines,payment_method";
|
|
44
|
-
readonly Company: "company";
|
|
45
|
-
readonly CompanyAccountingPeriod: "company,accounting_period";
|
|
46
|
-
readonly CompanyAccountingPeriodPaymentMethod: "company,accounting_period,payment_method";
|
|
47
|
-
readonly CompanyPaymentMethod: "company,payment_method";
|
|
48
|
-
readonly Contact: "contact";
|
|
49
|
-
readonly ContactAccount: "contact,account";
|
|
50
|
-
readonly ContactAccountAccountingPeriod: "contact,account,accounting_period";
|
|
51
|
-
readonly ContactAccountAccountingPeriodPaymentMethod: "contact,account,accounting_period,payment_method";
|
|
52
|
-
readonly ContactAccountCompany: "contact,account,company";
|
|
53
|
-
readonly ContactAccountCompanyAccountingPeriod: "contact,account,company,accounting_period";
|
|
54
|
-
readonly ContactAccountCompanyAccountingPeriodPaymentMethod: "contact,account,company,accounting_period,payment_method";
|
|
55
|
-
readonly ContactAccountCompanyPaymentMethod: "contact,account,company,payment_method";
|
|
56
|
-
readonly ContactAccountPaymentMethod: "contact,account,payment_method";
|
|
57
|
-
readonly ContactAccountingPeriod: "contact,accounting_period";
|
|
58
|
-
readonly ContactAccountingPeriodPaymentMethod: "contact,accounting_period,payment_method";
|
|
59
|
-
readonly ContactCompany: "contact,company";
|
|
60
|
-
readonly ContactCompanyAccountingPeriod: "contact,company,accounting_period";
|
|
61
|
-
readonly ContactCompanyAccountingPeriodPaymentMethod: "contact,company,accounting_period,payment_method";
|
|
62
|
-
readonly ContactCompanyPaymentMethod: "contact,company,payment_method";
|
|
63
|
-
readonly ContactPaymentMethod: "contact,payment_method";
|
|
64
|
-
readonly PaymentMethod: "payment_method";
|
|
65
|
-
readonly TrackingCategories: "tracking_categories";
|
|
66
|
-
readonly TrackingCategoriesAccount: "tracking_categories,account";
|
|
67
|
-
readonly TrackingCategoriesAccountAccountingPeriod: "tracking_categories,account,accounting_period";
|
|
68
|
-
readonly TrackingCategoriesAccountAccountingPeriodPaymentMethod: "tracking_categories,account,accounting_period,payment_method";
|
|
69
|
-
readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
|
|
70
|
-
readonly TrackingCategoriesAccountCompanyAccountingPeriod: "tracking_categories,account,company,accounting_period";
|
|
71
|
-
readonly TrackingCategoriesAccountCompanyAccountingPeriodPaymentMethod: "tracking_categories,account,company,accounting_period,payment_method";
|
|
72
|
-
readonly TrackingCategoriesAccountCompanyPaymentMethod: "tracking_categories,account,company,payment_method";
|
|
73
|
-
readonly TrackingCategoriesAccountPaymentMethod: "tracking_categories,account,payment_method";
|
|
74
|
-
readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
|
|
75
|
-
readonly TrackingCategoriesAccountingPeriodPaymentMethod: "tracking_categories,accounting_period,payment_method";
|
|
76
|
-
readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
|
|
77
|
-
readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
|
|
78
|
-
readonly TrackingCategoriesAppliedToLinesAccountAccountingPeriod: "tracking_categories,applied_to_lines,account,accounting_period";
|
|
79
|
-
readonly TrackingCategoriesAppliedToLinesAccountAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,account,accounting_period,payment_method";
|
|
80
|
-
readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
|
|
81
|
-
readonly TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,account,company,accounting_period";
|
|
82
|
-
readonly TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,account,company,accounting_period,payment_method";
|
|
83
|
-
readonly TrackingCategoriesAppliedToLinesAccountCompanyPaymentMethod: "tracking_categories,applied_to_lines,account,company,payment_method";
|
|
84
|
-
readonly TrackingCategoriesAppliedToLinesAccountPaymentMethod: "tracking_categories,applied_to_lines,account,payment_method";
|
|
85
|
-
readonly TrackingCategoriesAppliedToLinesAccountingPeriod: "tracking_categories,applied_to_lines,accounting_period";
|
|
86
|
-
readonly TrackingCategoriesAppliedToLinesAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,accounting_period,payment_method";
|
|
87
|
-
readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
|
|
88
|
-
readonly TrackingCategoriesAppliedToLinesCompanyAccountingPeriod: "tracking_categories,applied_to_lines,company,accounting_period";
|
|
89
|
-
readonly TrackingCategoriesAppliedToLinesCompanyAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,company,accounting_period,payment_method";
|
|
90
|
-
readonly TrackingCategoriesAppliedToLinesCompanyPaymentMethod: "tracking_categories,applied_to_lines,company,payment_method";
|
|
91
|
-
readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
|
|
92
|
-
readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
|
|
93
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,accounting_period";
|
|
94
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method";
|
|
95
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
|
|
96
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period";
|
|
97
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method";
|
|
98
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountCompanyPaymentMethod: "tracking_categories,applied_to_lines,contact,account,company,payment_method";
|
|
99
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountPaymentMethod: "tracking_categories,applied_to_lines,contact,account,payment_method";
|
|
100
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountingPeriod: "tracking_categories,applied_to_lines,contact,accounting_period";
|
|
101
|
-
readonly TrackingCategoriesAppliedToLinesContactAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,contact,accounting_period,payment_method";
|
|
102
|
-
readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
|
|
103
|
-
readonly TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod: "tracking_categories,applied_to_lines,contact,company,accounting_period";
|
|
104
|
-
readonly TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriodPaymentMethod: "tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method";
|
|
105
|
-
readonly TrackingCategoriesAppliedToLinesContactCompanyPaymentMethod: "tracking_categories,applied_to_lines,contact,company,payment_method";
|
|
106
|
-
readonly TrackingCategoriesAppliedToLinesContactPaymentMethod: "tracking_categories,applied_to_lines,contact,payment_method";
|
|
107
|
-
readonly TrackingCategoriesAppliedToLinesPaymentMethod: "tracking_categories,applied_to_lines,payment_method";
|
|
108
|
-
readonly TrackingCategoriesCompany: "tracking_categories,company";
|
|
109
|
-
readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
|
|
110
|
-
readonly TrackingCategoriesCompanyAccountingPeriodPaymentMethod: "tracking_categories,company,accounting_period,payment_method";
|
|
111
|
-
readonly TrackingCategoriesCompanyPaymentMethod: "tracking_categories,company,payment_method";
|
|
112
|
-
readonly TrackingCategoriesContact: "tracking_categories,contact";
|
|
113
|
-
readonly TrackingCategoriesContactAccount: "tracking_categories,contact,account";
|
|
114
|
-
readonly TrackingCategoriesContactAccountAccountingPeriod: "tracking_categories,contact,account,accounting_period";
|
|
115
|
-
readonly TrackingCategoriesContactAccountAccountingPeriodPaymentMethod: "tracking_categories,contact,account,accounting_period,payment_method";
|
|
116
|
-
readonly TrackingCategoriesContactAccountCompany: "tracking_categories,contact,account,company";
|
|
117
|
-
readonly TrackingCategoriesContactAccountCompanyAccountingPeriod: "tracking_categories,contact,account,company,accounting_period";
|
|
118
|
-
readonly TrackingCategoriesContactAccountCompanyAccountingPeriodPaymentMethod: "tracking_categories,contact,account,company,accounting_period,payment_method";
|
|
119
|
-
readonly TrackingCategoriesContactAccountCompanyPaymentMethod: "tracking_categories,contact,account,company,payment_method";
|
|
120
|
-
readonly TrackingCategoriesContactAccountPaymentMethod: "tracking_categories,contact,account,payment_method";
|
|
121
|
-
readonly TrackingCategoriesContactAccountingPeriod: "tracking_categories,contact,accounting_period";
|
|
122
|
-
readonly TrackingCategoriesContactAccountingPeriodPaymentMethod: "tracking_categories,contact,accounting_period,payment_method";
|
|
123
|
-
readonly TrackingCategoriesContactCompany: "tracking_categories,contact,company";
|
|
124
|
-
readonly TrackingCategoriesContactCompanyAccountingPeriod: "tracking_categories,contact,company,accounting_period";
|
|
125
|
-
readonly TrackingCategoriesContactCompanyAccountingPeriodPaymentMethod: "tracking_categories,contact,company,accounting_period,payment_method";
|
|
126
|
-
readonly TrackingCategoriesContactCompanyPaymentMethod: "tracking_categories,contact,company,payment_method";
|
|
127
|
-
readonly TrackingCategoriesContactPaymentMethod: "tracking_categories,contact,payment_method";
|
|
128
|
-
readonly TrackingCategoriesPaymentMethod: "tracking_categories,payment_method";
|
|
129
|
-
};
|
|
130
|
-
export type PaymentsListRequestExpand = (typeof PaymentsListRequestExpand)[keyof typeof PaymentsListRequestExpand];
|