@mergeapi/merge-node-client 3.0.0 → 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +48 -8
- package/api/resources/accounting/resources/expenses/client/Client.js +316 -120
- package/api/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +19 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesBatchObjectsListRequest.d.ts +52 -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 +2 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.js +12 -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 +3 -2
- package/api/resources/accounting/resources/expenses/types/index.js +3 -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 +56 -8
- package/api/resources/accounting/resources/invoices/client/Client.js +358 -140
- package/api/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +19 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesBatchObjectsListRequest.d.ts +84 -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 +2 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.d.ts +16 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.js +19 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.d.ts +9 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.js +12 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.d.ts +5 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.js +8 -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 +5 -2
- package/api/resources/accounting/resources/invoices/types/index.js +5 -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 +150 -0
- package/api/resources/accounting/resources/itemFulfillments/client/Client.js +652 -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 +19 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsBatchObjectsListRequest.d.ts +34 -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 +7 -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/ItemFulfillmentsBatchObjectsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsBatchObjectsListRequestExpandItem.js +10 -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 +3 -0
- package/api/resources/accounting/resources/itemFulfillments/types/index.js +19 -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 +166 -0
- package/api/resources/accounting/resources/salesOrders/client/Client.js +682 -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 +19 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersBatchObjectsListRequest.d.ts +58 -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 +7 -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/SalesOrdersBatchObjectsListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersBatchObjectsListRequestExpandItem.js +12 -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 +3 -0
- package/api/resources/accounting/resources/salesOrders/types/index.js +19 -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 +3 -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/BankFeedTransactionRequestRequestBankFeedAccount.d.ts +1 -1
- package/api/resources/accounting/types/BatchObject.d.ts +6 -0
- package/api/resources/accounting/types/BatchObjectItemResponse.d.ts +4 -0
- package/api/resources/accounting/types/BatchObjectsResponse.d.ts +7 -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/CompanyInfoPhoneNumbersItem.js +3 -0
- package/api/resources/accounting/types/CompletedAccountInitialScreenEnum.js +3 -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/ContactCompany.js +3 -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/ContactRequestAddressesItem.d.ts +1 -1
- 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/CreditNoteApplyLineForCreditNoteRequestInvoice.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItemRequestContact.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/CreditNoteRequestAppliedPaymentsItem.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteRequestContact.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteRequestPaymentsItem.d.ts +1 -1
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
- package/api/resources/accounting/types/DataPassthroughRequestRequestFormat.d.ts +2 -0
- package/api/resources/accounting/types/DataPassthroughRequestRequestFormat.js +3 -0
- package/api/resources/accounting/types/ErrorValidationProblem.d.ts +1 -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/ExpenseLineRequestAccount.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineRequestContact.d.ts +1 -1
- 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/ExpenseReportLineRequestAccount.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReportLineRequestContact.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/ExpenseRequestAccount.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseRequestContact.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/InvoiceLineItemRequestAccount.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemRequestContact.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/InvoiceRequestContact.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceRequestLineItemsItem.js +3 -0
- package/api/resources/accounting/types/InvoiceRequestPaymentsItem.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceRequestPurchaseOrdersItem.d.ts +1 -1
- 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/ItemRequestRequestPurchaseAccount.d.ts +1 -1
- package/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +1 -1
- 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/JournalEntryRequestPaymentsItem.d.ts +1 -1
- package/api/resources/accounting/types/JournalLineRequestAccount.d.ts +1 -1
- 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/PaymentRequestAccount.d.ts +1 -1
- package/api/resources/accounting/types/PaymentRequestContact.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/PurchaseOrderRequestDeliveryAddress.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/PurchaseOrderRequestVendor.d.ts +1 -1
- 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/RemoteFieldApi.d.ts +1 -1
- package/api/resources/accounting/types/RemoteFieldApiAdvancedMetadata.d.ts +2 -0
- package/api/resources/accounting/types/RemoteFieldApiAdvancedMetadata.js +3 -0
- 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/VendorCreditApplyLineForVendorCreditRequestInvoice.d.ts +1 -1
- package/api/resources/accounting/types/VendorCreditLineRequestAccount.d.ts +1 -1
- package/api/resources/accounting/types/VendorCreditLineRequestContact.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/VendorCreditRequestVendor.d.ts +1 -1
- package/api/resources/accounting/types/WarningValidationProblem.d.ts +1 -0
- package/api/resources/accounting/types/index.d.ts +99 -14
- package/api/resources/accounting/types/index.js +99 -14
- 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/schemas/builders/enum/enum.js +1 -1
- 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 +10769 -4987
- 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/ExpensesBatchObjectsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.js +39 -0
- 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 +3 -2
- package/serialization/resources/accounting/resources/expenses/types/index.js +3 -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/InvoicesBatchObjectsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.js +53 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.js +39 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.js +39 -0
- 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 +5 -2
- package/serialization/resources/accounting/resources/invoices/types/index.js +5 -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/ItemFulfillmentsBatchObjectsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsBatchObjectsListRequestExpandItem.js +39 -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 +3 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/index.js +19 -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/SalesOrdersBatchObjectsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersBatchObjectsListRequestExpandItem.js +46 -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 +3 -0
- package/serialization/resources/accounting/resources/salesOrders/types/index.js +19 -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/BankFeedTransactionRequestRequestBankFeedAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/BankFeedTransactionRequestRequestBankFeedAccount.js +2 -2
- package/serialization/resources/accounting/types/BatchObject.d.ts +12 -0
- package/serialization/resources/accounting/types/BatchObject.js +44 -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/BatchObjectsResponse.d.ts +13 -0
- package/serialization/resources/accounting/types/BatchObjectsResponse.js +45 -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/ContactRequestAddressesItem.d.ts +2 -2
- package/serialization/resources/accounting/types/ContactRequestAddressesItem.js +2 -2
- 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/CreditNoteApplyLineForCreditNoteRequestInvoice.d.ts +3 -2
- package/serialization/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequestInvoice.js +2 -5
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.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/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestContact.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestPaymentsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestPaymentsItem.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/DataPassthroughRequestRequestFormat.d.ts +8 -0
- package/serialization/resources/accounting/types/DataPassthroughRequestRequestFormat.js +40 -0
- package/serialization/resources/accounting/types/ErrorValidationProblem.d.ts +1 -0
- package/serialization/resources/accounting/types/ErrorValidationProblem.js +1 -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/ExpenseLineRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestAccount.js +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestContact.js +2 -2
- 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/ExpenseReportLineRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.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/ExpenseRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestAccount.js +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestContact.js +2 -2
- 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/InvoiceLineItemRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestAccount.js +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +2 -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/InvoiceRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestContact.js +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/InvoiceRequestPaymentsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestPaymentsItem.js +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestPurchaseOrdersItem.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestPurchaseOrdersItem.js +2 -2
- 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/ItemRequestRequestPurchaseAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +2 -2
- package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +2 -2
- 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/JournalEntryRequestPaymentsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestPaymentsItem.js +2 -2
- package/serialization/resources/accounting/types/JournalLineRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalLineRequestAccount.js +2 -2
- 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/PaymentRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentRequestAccount.js +2 -2
- package/serialization/resources/accounting/types/PaymentRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentRequestContact.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/PurchaseOrderRequestDeliveryAddress.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestDeliveryAddress.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/PurchaseOrderRequestVendor.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestVendor.js +2 -2
- 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/RemoteFieldApi.d.ts +2 -2
- package/serialization/resources/accounting/types/RemoteFieldApi.js +2 -2
- package/serialization/resources/accounting/types/RemoteFieldApiAdvancedMetadata.d.ts +8 -0
- package/serialization/resources/accounting/types/RemoteFieldApiAdvancedMetadata.js +40 -0
- 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/VendorCreditApplyLineForVendorCreditRequestInvoice.d.ts +3 -2
- package/serialization/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequestInvoice.js +2 -5
- package/serialization/resources/accounting/types/VendorCreditLineRequestAccount.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditLineRequestAccount.js +2 -2
- package/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditLineRequestContact.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/VendorCreditRequestVendor.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditRequestVendor.js +2 -2
- package/serialization/resources/accounting/types/WarningValidationProblem.d.ts +1 -0
- package/serialization/resources/accounting/types/WarningValidationProblem.js +1 -0
- package/serialization/resources/accounting/types/index.d.ts +99 -14
- package/serialization/resources/accounting/types/index.js +99 -14
- 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/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/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/GeneralLedgerTransactionLineTrackingCategoriesItem.js → resources/creditNotes/client/requests/ApplyCreditNoteRequest.js} +0 -0
- /package/api/resources/accounting/{types/InvoiceLineItemEmployee.js → resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/InvoiceLineItemRequestEmployee.js → resources/expenses/client/requests/ExpenseBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedContactRequestAddressesItem.js → resources/expenses/client/requests/ExpensesBatchObjectsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAccount.js → resources/invoices/client/requests/InvoiceBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAccountingPeriod.js → resources/invoices/client/requests/InvoicesBatchObjectsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAppliedToLinesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestCompany.js → resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestContact.js → resources/itemFulfillments/client/requests/ItemFulfillmentsBatchObjectsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestPaymentMethod.js → resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestTrackingCategoriesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/RemoteFieldRemoteFieldClass.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/RemoteFieldRequestRemoteFieldClass.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/TaxRateTaxComponentsItem.js → resources/salesOrders/client/requests/SalesOrderBulkRequest.js} +0 -0
- /package/api/resources/{ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js → accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.js} +0 -0
- /package/api/resources/{ats/resources/candidates/types/IgnoreCommonModelRequestReason.js → accounting/resources/salesOrders/client/requests/SalesOrdersBatchObjectsListRequest.js} +0 -0
- /package/api/resources/{ats/types/ActivityRequestActivityType.js → accounting/resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/{crm/types/RemoteFieldClassFieldFormat.js → accounting/resources/salesOrders/client/requests/SalesOrdersListRequest.js} +0 -0
- /package/api/resources/{crm/types/RemoteFieldClassFieldType.js → accounting/resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/{hris/resources/employees/client/requests/IgnoreCommonModelRequest.js → accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.js} +0 -0
- /package/api/resources/{hris/resources/employees/types/IgnoreCommonModelRequestReason.js → accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js} +0 -0
- /package/api/resources/{hris/types/CompletedAccountInitialScreenEnum.js → accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js} +0 -0
- /package/api/resources/{hris/types/MultipartFormFieldRequestEncoding.js → accounting/types/AccountCompany.js} +0 -0
- /package/api/resources/{ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js → accounting/types/AccountRequestCompany.js} +0 -0
- /package/api/resources/{ticketing/types/CollectionCollectionType.js → accounting/types/AsyncBulkCreateResponse.js} +0 -0
- /package/api/resources/{ticketing/types/CompletedAccountInitialScreenEnum.js → accounting/types/BatchObject.js} +0 -0
- /package/api/resources/{ticketing/types/PatchedTicketRequestPriority.js → accounting/types/BatchObjectItemResponse.js} +0 -0
- /package/api/resources/{ticketing/types/RemoteFieldClassFieldFormat.js → accounting/types/BatchObjectsResponse.js} +0 -0
- /package/api/resources/{ticketing/types/RemoteFieldClassFieldType.js → accounting/types/CompanyInfoAddressesItem.js} +0 -0
- /package/api/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.d.ts +0 -0
- /package/serialization/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
- /package/serialization/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.js +0 -0
|
@@ -67,7 +67,6 @@ class CollectionsClient {
|
|
|
67
67
|
* createdAfter: new Date("2024-01-15T09:30:00.000Z"),
|
|
68
68
|
* createdBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
69
69
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
70
|
-
* expand: "parent_collection",
|
|
71
70
|
* includeDeletedData: true,
|
|
72
71
|
* includeRemoteData: true,
|
|
73
72
|
* includeShellData: true,
|
|
@@ -81,68 +80,87 @@ class CollectionsClient {
|
|
|
81
80
|
* showEnumOrigins: "collection_type"
|
|
82
81
|
* })
|
|
83
82
|
*/
|
|
84
|
-
list(
|
|
85
|
-
return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
|
|
86
|
-
}
|
|
87
|
-
__list() {
|
|
83
|
+
list() {
|
|
88
84
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
122
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
123
|
-
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
124
|
-
logging: this._options.logging,
|
|
125
|
-
});
|
|
126
|
-
if (_response.ok) {
|
|
127
|
-
return {
|
|
128
|
-
data: serializers.ticketing.PaginatedCollectionList.parseOrThrow(_response.body, {
|
|
129
|
-
unrecognizedObjectKeys: "passthrough",
|
|
130
|
-
allowUnrecognizedUnionMembers: true,
|
|
131
|
-
allowUnrecognizedEnumValues: true,
|
|
132
|
-
skipValidation: true,
|
|
133
|
-
breadcrumbsPrefix: ["response"],
|
|
134
|
-
}),
|
|
135
|
-
rawResponse: _response.rawResponse,
|
|
85
|
+
const list = core.HttpResponsePromise.interceptFunction((request) => __awaiter(this, void 0, void 0, function* () {
|
|
86
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
87
|
+
const { collectionType, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, name, pageSize, parentCollectionId, remoteFields, remoteId, showEnumOrigins, } = request;
|
|
88
|
+
const _queryParams = {
|
|
89
|
+
collection_type: collectionType != null
|
|
90
|
+
? serializers.ticketing.CollectionsListRequestCollectionType.jsonOrThrow(collectionType, {
|
|
91
|
+
unrecognizedObjectKeys: "strip",
|
|
92
|
+
})
|
|
93
|
+
: undefined,
|
|
94
|
+
created_after: createdAfter === null || createdAfter === void 0 ? void 0 : createdAfter.toISOString(),
|
|
95
|
+
created_before: createdBefore === null || createdBefore === void 0 ? void 0 : createdBefore.toISOString(),
|
|
96
|
+
cursor,
|
|
97
|
+
expand: Array.isArray(expand)
|
|
98
|
+
? expand.map((item) => serializers.ticketing.CollectionsListRequestExpandItem.jsonOrThrow(item, {
|
|
99
|
+
unrecognizedObjectKeys: "strip",
|
|
100
|
+
}))
|
|
101
|
+
: expand != null
|
|
102
|
+
? serializers.ticketing.CollectionsListRequestExpandItem.jsonOrThrow(expand, {
|
|
103
|
+
unrecognizedObjectKeys: "strip",
|
|
104
|
+
})
|
|
105
|
+
: undefined,
|
|
106
|
+
include_deleted_data: includeDeletedData,
|
|
107
|
+
include_remote_data: includeRemoteData,
|
|
108
|
+
include_shell_data: includeShellData,
|
|
109
|
+
modified_after: modifiedAfter === null || modifiedAfter === void 0 ? void 0 : modifiedAfter.toISOString(),
|
|
110
|
+
modified_before: modifiedBefore === null || modifiedBefore === void 0 ? void 0 : modifiedBefore.toISOString(),
|
|
111
|
+
name,
|
|
112
|
+
page_size: pageSize,
|
|
113
|
+
parent_collection_id: parentCollectionId,
|
|
114
|
+
remote_fields: remoteFields != null ? remoteFields : undefined,
|
|
115
|
+
remote_id: remoteId,
|
|
116
|
+
show_enum_origins: showEnumOrigins != null ? showEnumOrigins : undefined,
|
|
136
117
|
};
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
118
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
119
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
120
|
+
"X-Account-Token": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.accountToken,
|
|
121
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
122
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
123
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.MergeEnvironment.Production, "ticketing/v1/collections"),
|
|
124
|
+
method: "GET",
|
|
125
|
+
headers: _headers,
|
|
126
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
127
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 60) * 1000,
|
|
128
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
129
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
130
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
131
|
+
logging: this._options.logging,
|
|
143
132
|
});
|
|
144
|
-
|
|
145
|
-
|
|
133
|
+
if (_response.ok) {
|
|
134
|
+
return {
|
|
135
|
+
data: serializers.ticketing.PaginatedCollectionList.parseOrThrow(_response.body, {
|
|
136
|
+
unrecognizedObjectKeys: "passthrough",
|
|
137
|
+
allowUnrecognizedUnionMembers: true,
|
|
138
|
+
allowUnrecognizedEnumValues: true,
|
|
139
|
+
skipValidation: true,
|
|
140
|
+
breadcrumbsPrefix: ["response"],
|
|
141
|
+
}),
|
|
142
|
+
rawResponse: _response.rawResponse,
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
if (_response.error.reason === "status-code") {
|
|
146
|
+
throw new errors.MergeError({
|
|
147
|
+
statusCode: _response.error.statusCode,
|
|
148
|
+
body: _response.error.body,
|
|
149
|
+
rawResponse: _response.rawResponse,
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/ticketing/v1/collections");
|
|
153
|
+
}));
|
|
154
|
+
const dataWithRawResponse = yield list(request).withRawResponse();
|
|
155
|
+
return new core.Page({
|
|
156
|
+
response: dataWithRawResponse.data,
|
|
157
|
+
rawResponse: dataWithRawResponse.rawResponse,
|
|
158
|
+
hasNextPage: (response) => (response === null || response === void 0 ? void 0 : response.next) != null && !(typeof (response === null || response === void 0 ? void 0 : response.next) === "string" && (response === null || response === void 0 ? void 0 : response.next) === ""),
|
|
159
|
+
getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.results) !== null && _a !== void 0 ? _a : []; },
|
|
160
|
+
loadPage: (response) => {
|
|
161
|
+
return list(core.setObjectProperty(request, "cursor", response === null || response === void 0 ? void 0 : response.next));
|
|
162
|
+
},
|
|
163
|
+
});
|
|
146
164
|
});
|
|
147
165
|
}
|
|
148
166
|
/**
|
|
@@ -155,65 +173,79 @@ class CollectionsClient {
|
|
|
155
173
|
* @example
|
|
156
174
|
* await client.ticketing.collections.viewersList("collection_id", {
|
|
157
175
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
158
|
-
* expand: "team",
|
|
159
176
|
* includeDeletedData: true,
|
|
160
177
|
* includeRemoteData: true,
|
|
161
178
|
* includeShellData: true,
|
|
162
179
|
* pageSize: 1
|
|
163
180
|
* })
|
|
164
181
|
*/
|
|
165
|
-
viewersList(
|
|
166
|
-
return core.HttpResponsePromise.fromPromise(this.__viewersList(collection_id, request, requestOptions));
|
|
167
|
-
}
|
|
168
|
-
__viewersList(collection_id_1) {
|
|
182
|
+
viewersList(collection_id_1) {
|
|
169
183
|
return __awaiter(this, arguments, void 0, function* (collection_id, request = {}, requestOptions) {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
method: "GET",
|
|
189
|
-
headers: _headers,
|
|
190
|
-
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
191
|
-
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 60) * 1000,
|
|
192
|
-
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
193
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
194
|
-
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
195
|
-
logging: this._options.logging,
|
|
196
|
-
});
|
|
197
|
-
if (_response.ok) {
|
|
198
|
-
return {
|
|
199
|
-
data: serializers.ticketing.PaginatedViewerList.parseOrThrow(_response.body, {
|
|
200
|
-
unrecognizedObjectKeys: "passthrough",
|
|
201
|
-
allowUnrecognizedUnionMembers: true,
|
|
202
|
-
allowUnrecognizedEnumValues: true,
|
|
203
|
-
skipValidation: true,
|
|
204
|
-
breadcrumbsPrefix: ["response"],
|
|
205
|
-
}),
|
|
206
|
-
rawResponse: _response.rawResponse,
|
|
184
|
+
const list = core.HttpResponsePromise.interceptFunction((request) => __awaiter(this, void 0, void 0, function* () {
|
|
185
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
186
|
+
const { cursor, expand, includeDeletedData, includeRemoteData, includeShellData, pageSize } = request;
|
|
187
|
+
const _queryParams = {
|
|
188
|
+
cursor,
|
|
189
|
+
expand: Array.isArray(expand)
|
|
190
|
+
? expand.map((item) => serializers.ticketing.CollectionsViewersListRequestExpandItem.jsonOrThrow(item, {
|
|
191
|
+
unrecognizedObjectKeys: "strip",
|
|
192
|
+
}))
|
|
193
|
+
: expand != null
|
|
194
|
+
? serializers.ticketing.CollectionsViewersListRequestExpandItem.jsonOrThrow(expand, {
|
|
195
|
+
unrecognizedObjectKeys: "strip",
|
|
196
|
+
})
|
|
197
|
+
: undefined,
|
|
198
|
+
include_deleted_data: includeDeletedData,
|
|
199
|
+
include_remote_data: includeRemoteData,
|
|
200
|
+
include_shell_data: includeShellData,
|
|
201
|
+
page_size: pageSize,
|
|
207
202
|
};
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
203
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
204
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
205
|
+
"X-Account-Token": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.accountToken,
|
|
206
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
207
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
208
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.MergeEnvironment.Production, `ticketing/v1/collections/${core.url.encodePathParam(collection_id)}/viewers`),
|
|
209
|
+
method: "GET",
|
|
210
|
+
headers: _headers,
|
|
211
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
212
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 60) * 1000,
|
|
213
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
214
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
215
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
216
|
+
logging: this._options.logging,
|
|
214
217
|
});
|
|
215
|
-
|
|
216
|
-
|
|
218
|
+
if (_response.ok) {
|
|
219
|
+
return {
|
|
220
|
+
data: serializers.ticketing.PaginatedViewerList.parseOrThrow(_response.body, {
|
|
221
|
+
unrecognizedObjectKeys: "passthrough",
|
|
222
|
+
allowUnrecognizedUnionMembers: true,
|
|
223
|
+
allowUnrecognizedEnumValues: true,
|
|
224
|
+
skipValidation: true,
|
|
225
|
+
breadcrumbsPrefix: ["response"],
|
|
226
|
+
}),
|
|
227
|
+
rawResponse: _response.rawResponse,
|
|
228
|
+
};
|
|
229
|
+
}
|
|
230
|
+
if (_response.error.reason === "status-code") {
|
|
231
|
+
throw new errors.MergeError({
|
|
232
|
+
statusCode: _response.error.statusCode,
|
|
233
|
+
body: _response.error.body,
|
|
234
|
+
rawResponse: _response.rawResponse,
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/ticketing/v1/collections/{collection_id}/viewers");
|
|
238
|
+
}));
|
|
239
|
+
const dataWithRawResponse = yield list(request).withRawResponse();
|
|
240
|
+
return new core.Page({
|
|
241
|
+
response: dataWithRawResponse.data,
|
|
242
|
+
rawResponse: dataWithRawResponse.rawResponse,
|
|
243
|
+
hasNextPage: (response) => (response === null || response === void 0 ? void 0 : response.next) != null && !(typeof (response === null || response === void 0 ? void 0 : response.next) === "string" && (response === null || response === void 0 ? void 0 : response.next) === ""),
|
|
244
|
+
getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.results) !== null && _a !== void 0 ? _a : []; },
|
|
245
|
+
loadPage: (response) => {
|
|
246
|
+
return list(core.setObjectProperty(request, "cursor", response === null || response === void 0 ? void 0 : response.next));
|
|
247
|
+
},
|
|
248
|
+
});
|
|
217
249
|
});
|
|
218
250
|
}
|
|
219
251
|
/**
|
|
@@ -225,7 +257,6 @@ class CollectionsClient {
|
|
|
225
257
|
*
|
|
226
258
|
* @example
|
|
227
259
|
* await client.ticketing.collections.retrieve("id", {
|
|
228
|
-
* expand: "parent_collection",
|
|
229
260
|
* includeRemoteData: true,
|
|
230
261
|
* includeShellData: true,
|
|
231
262
|
* remoteFields: "collection_type",
|
|
@@ -240,7 +271,15 @@ class CollectionsClient {
|
|
|
240
271
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
241
272
|
const { expand, includeRemoteData, includeShellData, remoteFields, showEnumOrigins } = request;
|
|
242
273
|
const _queryParams = {
|
|
243
|
-
expand: expand
|
|
274
|
+
expand: Array.isArray(expand)
|
|
275
|
+
? expand.map((item) => serializers.ticketing.CollectionsRetrieveRequestExpandItem.jsonOrThrow(item, {
|
|
276
|
+
unrecognizedObjectKeys: "strip",
|
|
277
|
+
}))
|
|
278
|
+
: expand != null
|
|
279
|
+
? serializers.ticketing.CollectionsRetrieveRequestExpandItem.jsonOrThrow(expand, {
|
|
280
|
+
unrecognizedObjectKeys: "strip",
|
|
281
|
+
})
|
|
282
|
+
: undefined,
|
|
244
283
|
include_remote_data: includeRemoteData,
|
|
245
284
|
include_shell_data: includeShellData,
|
|
246
285
|
remote_fields: remoteFields != null ? remoteFields : undefined,
|
package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import type * as Merge from "../../../../../../index";
|
|
|
6
6
|
* createdAfter: new Date("2024-01-15T09:30:00.000Z"),
|
|
7
7
|
* createdBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
8
8
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
9
|
-
* expand: "parent_collection",
|
|
10
9
|
* includeDeletedData: true,
|
|
11
10
|
* includeRemoteData: true,
|
|
12
11
|
* includeShellData: true,
|
|
@@ -30,7 +29,7 @@ export interface CollectionsListRequest {
|
|
|
30
29
|
/** The pagination cursor value. */
|
|
31
30
|
cursor?: string;
|
|
32
31
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
33
|
-
expand?:
|
|
32
|
+
expand?: Merge.ticketing.CollectionsListRequestExpandItem | Merge.ticketing.CollectionsListRequestExpandItem[];
|
|
34
33
|
/** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
|
|
35
34
|
includeDeletedData?: boolean;
|
|
36
35
|
/** Whether to include the original data Merge fetched from the third-party to produce these models. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type * as Merge from "../../../../../../index";
|
|
1
2
|
/**
|
|
2
3
|
* @example
|
|
3
4
|
* {
|
|
4
|
-
* expand: "parent_collection",
|
|
5
5
|
* includeRemoteData: true,
|
|
6
6
|
* includeShellData: true,
|
|
7
7
|
* remoteFields: "collection_type",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
export interface CollectionsRetrieveRequest {
|
|
12
12
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
13
|
-
expand?:
|
|
13
|
+
expand?: Merge.ticketing.CollectionsRetrieveRequestExpandItem | Merge.ticketing.CollectionsRetrieveRequestExpandItem[];
|
|
14
14
|
/** Whether to include the original data Merge fetched from the third-party to produce these models. */
|
|
15
15
|
includeRemoteData?: boolean;
|
|
16
16
|
/** Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). */
|
|
@@ -3,7 +3,6 @@ import type * as Merge from "../../../../../../index";
|
|
|
3
3
|
* @example
|
|
4
4
|
* {
|
|
5
5
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
6
|
-
* expand: "team",
|
|
7
6
|
* includeDeletedData: true,
|
|
8
7
|
* includeRemoteData: true,
|
|
9
8
|
* includeShellData: true,
|
|
@@ -14,13 +13,13 @@ export interface CollectionsViewersListRequest {
|
|
|
14
13
|
/** The pagination cursor value. */
|
|
15
14
|
cursor?: string;
|
|
16
15
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
17
|
-
expand?: Merge.ticketing.
|
|
16
|
+
expand?: Merge.ticketing.CollectionsViewersListRequestExpandItem | Merge.ticketing.CollectionsViewersListRequestExpandItem[];
|
|
18
17
|
/** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
|
|
19
18
|
includeDeletedData?: boolean;
|
|
20
19
|
/** Whether to include the original data Merge fetched from the third-party to produce these models. */
|
|
21
20
|
includeRemoteData?: boolean;
|
|
22
21
|
/** Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). */
|
|
23
22
|
includeShellData?: boolean;
|
|
24
|
-
/** Number of results to return per page. */
|
|
23
|
+
/** Number of results to return per page. The maximum limit is 100. */
|
|
25
24
|
pageSize?: number;
|
|
26
25
|
}
|
package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const CollectionsListRequestExpandItem: {
|
|
2
|
+
readonly ParentCollection: "parent_collection";
|
|
3
|
+
readonly Permissions: "permissions";
|
|
4
|
+
};
|
|
5
|
+
export type CollectionsListRequestExpandItem = (typeof CollectionsListRequestExpandItem)[keyof typeof CollectionsListRequestExpandItem];
|
package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.CollectionsListRequestExpandItem = void 0;
|
|
5
|
+
exports.CollectionsListRequestExpandItem = {
|
|
6
|
+
ParentCollection: "parent_collection",
|
|
7
|
+
Permissions: "permissions",
|
|
8
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const CollectionsRetrieveRequestExpandItem: {
|
|
2
|
+
readonly ParentCollection: "parent_collection";
|
|
3
|
+
readonly Permissions: "permissions";
|
|
4
|
+
};
|
|
5
|
+
export type CollectionsRetrieveRequestExpandItem = (typeof CollectionsRetrieveRequestExpandItem)[keyof typeof CollectionsRetrieveRequestExpandItem];
|
package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.CollectionsRetrieveRequestExpandItem = void 0;
|
|
5
|
+
exports.CollectionsRetrieveRequestExpandItem = {
|
|
6
|
+
ParentCollection: "parent_collection",
|
|
7
|
+
Permissions: "permissions",
|
|
8
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const CollectionsViewersListRequestExpandItem: {
|
|
2
|
+
readonly Team: "team";
|
|
3
|
+
readonly User: "user";
|
|
4
|
+
};
|
|
5
|
+
export type CollectionsViewersListRequestExpandItem = (typeof CollectionsViewersListRequestExpandItem)[keyof typeof CollectionsViewersListRequestExpandItem];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.CollectionsViewersListRequestExpandItem = void 0;
|
|
5
|
+
exports.CollectionsViewersListRequestExpandItem = {
|
|
6
|
+
Team: "team",
|
|
7
|
+
User: "user",
|
|
8
|
+
};
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export * from "./CollectionsListRequestCollectionType";
|
|
2
|
-
export * from "./
|
|
2
|
+
export * from "./CollectionsListRequestExpandItem";
|
|
3
|
+
export * from "./CollectionsRetrieveRequestExpandItem";
|
|
4
|
+
export * from "./CollectionsViewersListRequestExpandItem";
|
|
@@ -15,4 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CollectionsListRequestCollectionType"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
18
|
+
__exportStar(require("./CollectionsListRequestExpandItem"), exports);
|
|
19
|
+
__exportStar(require("./CollectionsRetrieveRequestExpandItem"), exports);
|
|
20
|
+
__exportStar(require("./CollectionsViewersListRequestExpandItem"), exports);
|
|
@@ -21,7 +21,6 @@ export declare class CommentsClient {
|
|
|
21
21
|
* createdAfter: new Date("2024-01-15T09:30:00.000Z"),
|
|
22
22
|
* createdBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
23
23
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
24
|
-
* expand: "contact",
|
|
25
24
|
* includeDeletedData: true,
|
|
26
25
|
* includeRemoteData: true,
|
|
27
26
|
* includeShellData: true,
|
|
@@ -33,8 +32,7 @@ export declare class CommentsClient {
|
|
|
33
32
|
* ticketId: "ticket_id"
|
|
34
33
|
* })
|
|
35
34
|
*/
|
|
36
|
-
list(request?: Merge.ticketing.CommentsListRequest, requestOptions?: CommentsClient.RequestOptions): core.
|
|
37
|
-
private __list;
|
|
35
|
+
list(request?: Merge.ticketing.CommentsListRequest, requestOptions?: CommentsClient.RequestOptions): Promise<core.Page<Merge.ticketing.Comment, Merge.ticketing.PaginatedCommentList>>;
|
|
38
36
|
/**
|
|
39
37
|
* Creates a `Comment` object with the given values.
|
|
40
38
|
*
|
|
@@ -59,7 +57,6 @@ export declare class CommentsClient {
|
|
|
59
57
|
*
|
|
60
58
|
* @example
|
|
61
59
|
* await client.ticketing.comments.retrieve("id", {
|
|
62
|
-
* expand: "contact",
|
|
63
60
|
* includeRemoteData: true,
|
|
64
61
|
* includeShellData: true
|
|
65
62
|
* })
|