@mergeapi/merge-node-client 3.0.1 → 4.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.js +2 -2
- package/Client.d.ts +4 -4
- package/Client.js +6 -6
- package/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +48 -38
- package/api/resources/accounting/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/accounting/resources/accountToken/client/Client.js +49 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +55 -44
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/accounts/client/Client.js +85 -76
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +61 -50
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +63 -54
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +55 -44
- package/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +63 -54
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +63 -54
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -4
- package/api/resources/accounting/resources/companyInfo/client/Client.js +79 -60
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -3
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/companyInfo/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/companyInfo/types/index.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -6
- package/api/resources/accounting/resources/contacts/client/Client.js +147 -119
- package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.d.ts +6 -0
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.js +9 -0
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/accounting/resources/contacts/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/contacts/types/index.js +2 -2
- package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +45 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +264 -70
- package/api/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.d.ts +21 -0
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/creditNotes/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/creditNotes/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/creditNotes/types/index.js +2 -2
- package/api/resources/accounting/resources/employees/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/employees/client/Client.js +63 -54
- package/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +4 -11
- package/api/resources/accounting/resources/expenseReports/client/Client.js +258 -205
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -3
- package/api/resources/accounting/resources/expenseReports/types/index.js +3 -3
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +30 -8
- package/api/resources/accounting/resources/expenses/client/Client.js +268 -121
- package/api/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/expenses/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/expenses/types/index.js +2 -2
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +7 -0
- package/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +9 -1
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +80 -63
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +2 -2
- package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +63 -54
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/index.d.ts +6 -0
- package/api/resources/accounting/resources/index.js +7 -1
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +30 -8
- package/api/resources/accounting/resources/invoices/client/Client.js +299 -152
- package/api/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.d.ts +16 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.js +19 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.d.ts +16 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.js +19 -0
- package/api/resources/accounting/resources/invoices/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/invoices/types/index.js +2 -2
- package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/issues/client/Client.js +68 -57
- package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/itemFulfillments/client/Client.d.ts +138 -0
- package/api/resources/accounting/resources/itemFulfillments/client/Client.js +615 -0
- package/api/resources/accounting/resources/itemFulfillments/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/itemFulfillments/client/index.js +17 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.d.ts +34 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsRetrieveRequest.d.ts +25 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +6 -0
- package/api/resources/accounting/resources/itemFulfillments/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/itemFulfillments/exports.d.ts +2 -0
- package/api/resources/accounting/resources/itemFulfillments/exports.js +21 -0
- package/api/resources/accounting/resources/itemFulfillments/index.d.ts +2 -0
- package/api/resources/accounting/resources/itemFulfillments/index.js +18 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/accounting/resources/itemFulfillments/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/itemFulfillments/types/index.js +18 -0
- package/api/resources/accounting/resources/items/client/Client.d.ts +2 -4
- package/api/resources/accounting/resources/items/client/Client.js +82 -63
- package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -3
- package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/items/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/items/types/index.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -8
- package/api/resources/accounting/resources/journalEntries/client/Client.js +195 -156
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/journalEntries/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/journalEntries/types/index.js +2 -2
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +10 -0
- package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +7 -0
- package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/types/index.js +1 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +6 -2
- package/api/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +4 -0
- package/api/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +4 -0
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +55 -44
- package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +57 -48
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -8
- package/api/resources/accounting/resources/payments/client/Client.js +197 -158
- package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/payments/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/payments/types/index.js +2 -2
- package/api/resources/accounting/resources/projects/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/projects/client/Client.js +78 -61
- package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/accounting/resources/projects/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/projects/types/index.js +2 -2
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -8
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +197 -158
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.d.ts +10 -0
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.js +13 -0
- package/api/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/purchaseOrders/types/index.js +2 -2
- package/api/resources/accounting/resources/salesOrders/client/Client.d.ts +146 -0
- package/api/resources/accounting/resources/salesOrders/client/Client.js +631 -0
- package/api/resources/accounting/resources/salesOrders/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/salesOrders/client/index.js +17 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +13 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersListRequest.d.ts +58 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.d.ts +28 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.d.ts +25 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/index.d.ts +6 -0
- package/api/resources/accounting/resources/salesOrders/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/salesOrders/exports.d.ts +2 -0
- package/api/resources/accounting/resources/salesOrders/exports.js +21 -0
- package/api/resources/accounting/resources/salesOrders/index.d.ts +2 -0
- package/api/resources/accounting/resources/salesOrders/index.js +18 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/salesOrders/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/salesOrders/types/index.js +18 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/accounting/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/accounting/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/taxRates/client/Client.js +64 -55
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +74 -67
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -4
- package/api/resources/accounting/resources/transactions/client/Client.js +80 -63
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.d.ts +9 -0
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.js +12 -0
- package/api/resources/accounting/resources/transactions/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/transactions/types/index.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +45 -4
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +254 -56
- package/api/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.d.ts +21 -0
- package/api/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +2 -3
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +1 -2
- package/api/resources/accounting/resources/vendorCredits/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.d.ts +8 -0
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.js +11 -0
- package/api/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -2
- package/api/resources/accounting/resources/vendorCredits/types/index.js +2 -2
- package/api/resources/accounting/types/Account.d.ts +1 -1
- package/api/resources/accounting/types/AccountCompany.d.ts +5 -0
- package/api/resources/accounting/types/AccountRequest.d.ts +1 -1
- package/api/resources/accounting/types/AccountRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/AsyncBulkCreateResponse.d.ts +7 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/accounting/types/BankFeedAccount.d.ts +1 -1
- package/api/resources/accounting/types/BatchObject.d.ts +20 -0
- package/api/resources/accounting/types/BatchObjectItemResponse.d.ts +7 -0
- package/api/resources/accounting/types/BatchObjectStatus.d.ts +13 -0
- package/api/resources/accounting/types/BatchObjectStatusEnum.d.ts +15 -0
- package/api/resources/accounting/types/BatchObjectStatusEnum.js +18 -0
- package/api/resources/accounting/types/BatchObjectsResponse.d.ts +29 -0
- package/api/resources/accounting/types/BatchObjectsResponseStatus.d.ts +19 -0
- package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +24 -0
- package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.js +27 -0
- package/api/resources/accounting/types/CategoriesEnum.d.ts +2 -0
- package/api/resources/accounting/types/CategoriesEnum.js +2 -0
- package/api/resources/accounting/types/CategoryEnum.d.ts +2 -0
- package/api/resources/accounting/types/CategoryEnum.js +2 -0
- package/api/resources/accounting/types/CompanyInfo.d.ts +2 -2
- package/api/resources/accounting/types/CompanyInfoAddressesItem.d.ts +2 -0
- package/api/resources/accounting/types/CompanyInfoPhoneNumbersItem.d.ts +2 -0
- package/api/resources/accounting/types/Contact.d.ts +3 -3
- package/api/resources/accounting/types/ContactCompany.d.ts +5 -0
- package/api/resources/accounting/types/ContactPhoneNumbersItem.d.ts +2 -0
- package/api/resources/accounting/types/ContactPhoneNumbersItem.js +3 -0
- package/api/resources/accounting/types/ContactRequest.d.ts +3 -3
- package/api/resources/accounting/types/ContactRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/ContactRequestCompany.js +3 -0
- package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +2 -0
- package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.js +3 -0
- package/api/resources/accounting/types/CreditNote.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/CreditNoteLineItemsItem.js +3 -0
- package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
- package/api/resources/accounting/types/ErrorValidationProblem.d.ts +3 -0
- package/api/resources/accounting/types/Expense.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/ExpenseBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReport.d.ts +4 -4
- package/api/resources/accounting/types/ExpenseReportAccountingPeriod.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportAccountingPeriod.js +3 -0
- package/api/resources/accounting/types/ExpenseReportCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportEmployee.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportEmployee.js +3 -0
- package/api/resources/accounting/types/ExpenseReportLine.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReportLineCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportLineCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseReportLineRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/ExpenseReportLinesItem.js +3 -0
- package/api/resources/accounting/types/ExpenseReportRequest.d.ts +2 -2
- package/api/resources/accounting/types/ExpenseReportRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/ExpenseReportRequestCurrency.js +3 -0
- package/api/resources/accounting/types/ExpenseReportRequestStatus.d.ts +10 -0
- package/api/resources/accounting/types/ExpenseReportRequestStatus.js +3 -0
- package/api/resources/accounting/types/ExpenseRequest.d.ts +1 -1
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstance.d.ts +2 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
- package/api/resources/accounting/types/Invoice.d.ts +2 -1
- package/api/resources/accounting/types/InvoiceBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/InvoiceBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceLineItemsItem.js +3 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +3 -1
- package/api/resources/accounting/types/InvoiceRequestAccountingPeriod.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceRequestAccountingPeriod.js +3 -0
- package/api/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceRequestLineItemsItem.js +3 -0
- package/api/resources/accounting/types/InvoiceSalesOrdersItem.d.ts +2 -0
- package/api/resources/accounting/types/InvoiceSalesOrdersItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillment.d.ts +47 -0
- package/api/resources/accounting/types/ItemFulfillment.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/ItemFulfillmentBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentCompany.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentCompany.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentCustomer.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentCustomer.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLine.d.ts +31 -0
- package/api/resources/accounting/types/ItemFulfillmentLine.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequest.d.ts +26 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequest.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentLinesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequest.d.ts +34 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequest.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCompany.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestStatus.d.ts +10 -0
- package/api/resources/accounting/types/ItemFulfillmentRequestRequestStatus.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentResponse.d.ts +7 -0
- package/api/resources/accounting/types/ItemFulfillmentResponse.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentSalesOrder.d.ts +5 -0
- package/api/resources/accounting/types/ItemFulfillmentSalesOrder.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentStatus.d.ts +10 -0
- package/api/resources/accounting/types/ItemFulfillmentStatus.js +3 -0
- package/api/resources/accounting/types/ItemFulfillmentStatusEnum.d.ts +13 -0
- package/api/resources/accounting/types/ItemFulfillmentStatusEnum.js +16 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryLinesItem.js +3 -0
- package/api/resources/accounting/types/JournalEntryRequest.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/JournalEntryRequestLinesItem.js +3 -0
- package/api/resources/accounting/types/MetaResponse.d.ts +2 -1
- package/api/resources/accounting/types/PaginatedItemFulfillmentList.d.ts +6 -0
- package/api/resources/accounting/types/PaginatedItemFulfillmentList.js +3 -0
- package/api/resources/accounting/types/PaginatedSalesOrderList.d.ts +6 -0
- package/api/resources/accounting/types/PaginatedSalesOrderList.js +3 -0
- package/api/resources/accounting/types/PatchedContactRequest.d.ts +2 -2
- package/api/resources/accounting/types/PatchedContactRequestStatus.d.ts +8 -0
- package/api/resources/accounting/types/PatchedContactRequestStatus.js +3 -0
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -7
- package/api/resources/accounting/types/PatchedVendorCreditRequest.d.ts +337 -0
- package/api/resources/accounting/types/PatchedVendorCreditRequest.js +3 -0
- package/api/resources/accounting/types/PatchedVendorCreditRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/PatchedVendorCreditRequestCurrency.js +3 -0
- package/api/resources/accounting/types/PaymentMethod.d.ts +1 -1
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrder.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderLineItemsItem.js +3 -0
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +3 -0
- package/api/resources/accounting/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/accounting/types/RegenerateAccountToken.js +3 -0
- package/api/resources/accounting/types/RemoteField.d.ts +2 -2
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +3 -0
- package/api/resources/accounting/types/RemoteFieldRequest.d.ts +2 -3
- package/api/resources/accounting/types/RemoteResponse.d.ts +1 -1
- package/api/resources/accounting/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/accounting/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/accounting/types/ReportItem.d.ts +1 -1
- package/api/resources/accounting/types/RoleEnum.d.ts +2 -0
- package/api/resources/accounting/types/RoleEnum.js +2 -0
- package/api/resources/accounting/types/SalesOrder.d.ts +369 -0
- package/api/resources/accounting/types/SalesOrder.js +3 -0
- package/api/resources/accounting/types/SalesOrderBatchItemRequest.d.ts +6 -0
- package/api/resources/accounting/types/SalesOrderBatchItemRequest.js +3 -0
- package/api/resources/accounting/types/SalesOrderCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderCurrency.d.ts +312 -0
- package/api/resources/accounting/types/SalesOrderCurrency.js +3 -0
- package/api/resources/accounting/types/SalesOrderCustomer.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderCustomer.js +3 -0
- package/api/resources/accounting/types/SalesOrderLine.d.ts +38 -0
- package/api/resources/accounting/types/SalesOrderLine.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequest.d.ts +33 -0
- package/api/resources/accounting/types/SalesOrderLineRequest.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineRequestCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineRequestItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTaxRate.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderLineTaxRate.js +3 -0
- package/api/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderLinesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderPaymentTerm.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderPaymentTerm.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequest.d.ts +356 -0
- package/api/resources/accounting/types/SalesOrderRequestRequest.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCompany.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCompany.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCurrency.d.ts +312 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCurrency.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestLinesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestStatus.d.ts +12 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestStatus.js +3 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SalesOrderResponse.d.ts +7 -0
- package/api/resources/accounting/types/SalesOrderResponse.js +3 -0
- package/api/resources/accounting/types/SalesOrderShippingAddress.d.ts +5 -0
- package/api/resources/accounting/types/SalesOrderShippingAddress.js +3 -0
- package/api/resources/accounting/types/SalesOrderStatus.d.ts +12 -0
- package/api/resources/accounting/types/SalesOrderStatus.js +3 -0
- package/api/resources/accounting/types/SalesOrderStatusEnum.d.ts +17 -0
- package/api/resources/accounting/types/SalesOrderStatusEnum.js +20 -0
- package/api/resources/accounting/types/SalesOrderTrackingCategoriesItem.d.ts +2 -0
- package/api/resources/accounting/types/SalesOrderTrackingCategoriesItem.js +3 -0
- package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
- package/api/resources/accounting/types/SyncStatusLastSyncResult.d.ts +2 -0
- package/api/resources/accounting/types/SyncStatusLastSyncResult.js +3 -0
- package/api/resources/accounting/types/TaxRate.d.ts +1 -1
- package/api/resources/accounting/types/Transaction.d.ts +2 -2
- package/api/resources/accounting/types/TransactionCompany.d.ts +5 -0
- package/api/resources/accounting/types/TransactionCompany.js +3 -0
- package/api/resources/accounting/types/TransactionLineItemsItem.d.ts +2 -0
- package/api/resources/accounting/types/TransactionLineItemsItem.js +3 -0
- package/api/resources/accounting/types/VendorCredit.d.ts +1 -1
- package/api/resources/accounting/types/VendorCreditLinesItem.d.ts +2 -0
- package/api/resources/accounting/types/VendorCreditLinesItem.js +3 -0
- package/api/resources/accounting/types/WarningValidationProblem.d.ts +3 -0
- package/api/resources/accounting/types/index.d.ts +101 -15
- package/api/resources/accounting/types/index.js +101 -15
- package/api/resources/ats/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/ats/resources/accountToken/client/Client.js +49 -0
- package/api/resources/ats/resources/activities/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/activities/client/Client.js +73 -64
- package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +2 -3
- package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/applications/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/applications/client/Client.js +83 -66
- package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +1 -2
- package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.d.ts +11 -0
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.js +14 -0
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.d.ts +11 -0
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.js +14 -0
- package/api/resources/ats/resources/applications/types/index.d.ts +2 -2
- package/api/resources/ats/resources/applications/types/index.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/attachments/client/Client.js +65 -56
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +1 -2
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/candidates/client/Client.js +81 -64
- package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +1 -2
- package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/candidates/client/requests/index.d.ts +0 -1
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/candidates/types/index.d.ts +2 -3
- package/api/resources/ats/resources/candidates/types/index.js +2 -3
- package/api/resources/ats/resources/departments/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/departments/client/Client.js +60 -49
- package/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/eeocs/client/Client.js +73 -64
- package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +9 -3
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
- package/api/resources/ats/resources/interviews/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/interviews/client/Client.js +83 -66
- package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.d.ts +7 -0
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.js +10 -0
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/ats/resources/interviews/types/index.d.ts +2 -2
- package/api/resources/ats/resources/interviews/types/index.js +2 -2
- package/api/resources/ats/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/issues/client/Client.js +68 -55
- package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +63 -54
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/jobPostings/client/Client.js +67 -58
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/jobs/client/Client.d.ts +2 -7
- package/api/resources/ats/resources/jobs/client/Client.js +151 -114
- package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpandItem.d.ts +8 -0
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpandItem.js +11 -0
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.d.ts +8 -0
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.js +11 -0
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/jobs/types/index.d.ts +3 -3
- package/api/resources/ats/resources/jobs/types/index.js +3 -3
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/offers/client/Client.d.ts +3 -5
- package/api/resources/ats/resources/offers/client/Client.js +88 -63
- package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +17 -3
- package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/offers/types/OffersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/offers/types/OffersListRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/offers/types/OffersListRequestStatus.d.ts +12 -0
- package/api/resources/ats/resources/offers/types/OffersListRequestStatus.js +15 -0
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ats/resources/offers/types/index.d.ts +3 -2
- package/api/resources/ats/resources/offers/types/index.js +3 -2
- package/api/resources/ats/resources/offices/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/offices/client/Client.js +60 -49
- package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/rejectReasons/client/Client.js +60 -49
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -4
- package/api/resources/ats/resources/scorecards/client/Client.js +82 -65
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +2 -3
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +1 -2
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.d.ts +6 -0
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.js +9 -0
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/ats/resources/scorecards/types/index.d.ts +2 -2
- package/api/resources/ats/resources/scorecards/types/index.js +2 -2
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/ats/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/ats/resources/tags/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/tags/client/Client.js +60 -49
- package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/users/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/users/client/Client.js +63 -52
- package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/api/resources/ats/types/ActivityRequest.d.ts +1 -1
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/ats/types/FieldMappingApiInstance.d.ts +1 -0
- package/api/resources/ats/types/IgnoreCommonModelRequest.d.ts +5 -0
- package/api/resources/ats/types/IgnoreCommonModelRequest.js +3 -0
- package/api/resources/ats/types/IgnoreCommonModelRequestReason.d.ts +2 -0
- package/api/resources/ats/types/IgnoreCommonModelRequestReason.js +3 -0
- package/api/resources/ats/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/ats/types/RegenerateAccountToken.js +3 -0
- package/api/resources/ats/types/RoleEnum.d.ts +2 -0
- package/api/resources/ats/types/RoleEnum.js +2 -0
- package/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestionOptionsItem.d.ts +2 -0
- package/api/resources/ats/types/ScreeningQuestionOptionsItem.js +3 -0
- package/api/resources/ats/types/index.d.ts +4 -1
- package/api/resources/ats/types/index.js +4 -1
- package/api/resources/crm/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/crm/resources/accountToken/client/Client.js +49 -0
- package/api/resources/crm/resources/accounts/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/accounts/client/Client.js +123 -103
- package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -4
- package/api/resources/crm/resources/associationTypes/client/Client.js +62 -53
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/associations/client/Client.d.ts +1 -3
- package/api/resources/crm/resources/associations/client/Client.js +62 -52
- package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/contacts/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/contacts/client/Client.js +139 -109
- package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.d.ts +5 -0
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.js +8 -0
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/crm/resources/contacts/types/index.d.ts +2 -2
- package/api/resources/crm/resources/contacts/types/index.js +2 -2
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -4
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +62 -53
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/customObjects/client/Client.js +119 -97
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +1 -1
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/engagementTypes/client/Client.js +119 -97
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagements/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/engagements/client/Client.js +138 -110
- package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/engagements/types/index.d.ts +2 -2
- package/api/resources/crm/resources/engagements/types/index.js +2 -2
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +5 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
- package/api/resources/crm/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/issues/client/Client.js +68 -55
- package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/leads/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/leads/client/Client.js +141 -111
- package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +2 -3
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/leads/types/index.d.ts +2 -2
- package/api/resources/crm/resources/leads/types/index.js +2 -2
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/crm/resources/notes/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/notes/client/Client.js +140 -110
- package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/notes/types/NotesListRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/notes/types/NotesListRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/notes/types/index.d.ts +2 -2
- package/api/resources/crm/resources/notes/types/index.js +2 -2
- package/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/opportunities/client/Client.js +147 -119
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +2 -3
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.js +9 -0
- package/api/resources/crm/resources/opportunities/types/index.d.ts +2 -2
- package/api/resources/crm/resources/opportunities/types/index.js +2 -2
- package/api/resources/crm/resources/stages/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/stages/client/Client.js +119 -97
- package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/crm/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/crm/resources/tasks/client/Client.d.ts +2 -6
- package/api/resources/crm/resources/tasks/client/Client.js +136 -106
- package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +2 -3
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +1 -2
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.d.ts +7 -0
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.js +10 -0
- package/api/resources/crm/resources/tasks/types/index.d.ts +2 -2
- package/api/resources/crm/resources/tasks/types/index.js +2 -2
- package/api/resources/crm/resources/users/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/users/client/Client.js +120 -98
- package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +1 -1
- package/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/crm/types/FieldMappingApiInstance.d.ts +1 -0
- package/api/resources/crm/types/Lead.d.ts +9 -0
- package/api/resources/crm/types/LeadStatus.d.ts +10 -0
- package/api/resources/crm/types/LeadStatus.js +3 -0
- package/api/resources/crm/types/LeadStatusEnum.d.ts +13 -0
- package/api/resources/crm/types/LeadStatusEnum.js +16 -0
- package/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -0
- package/api/resources/crm/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/crm/types/RegenerateAccountToken.js +3 -0
- package/api/resources/crm/types/RemoteFieldClass.d.ts +2 -2
- package/api/resources/crm/types/RemoteResponse.d.ts +1 -1
- package/api/resources/crm/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/crm/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/crm/types/RoleEnum.d.ts +2 -0
- package/api/resources/crm/types/RoleEnum.js +2 -0
- package/api/resources/crm/types/Task.d.ts +2 -0
- package/api/resources/crm/types/TaskContact.d.ts +5 -0
- package/api/resources/crm/types/TaskContact.js +3 -0
- package/api/resources/crm/types/TaskRequest.d.ts +2 -0
- package/api/resources/crm/types/TaskRequestContact.d.ts +5 -0
- package/api/resources/crm/types/TaskRequestContact.js +3 -0
- package/api/resources/crm/types/index.d.ts +6 -2
- package/api/resources/crm/types/index.js +6 -2
- package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/filestorage/resources/accountToken/client/Client.js +49 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/drives/client/Client.js +61 -50
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +5 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
- package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -7
- package/api/resources/filestorage/resources/files/client/Client.js +153 -125
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +2 -3
- package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +1 -2
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/files/types/index.d.ts +2 -2
- package/api/resources/filestorage/resources/files/types/index.js +2 -2
- package/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -4
- package/api/resources/filestorage/resources/folders/client/Client.js +80 -63
- package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +2 -3
- package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +1 -2
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.js +9 -0
- package/api/resources/filestorage/resources/folders/types/index.d.ts +2 -2
- package/api/resources/filestorage/resources/folders/types/index.js +2 -2
- package/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -4
- package/api/resources/filestorage/resources/groups/client/Client.js +78 -53
- package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +3 -3
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +2 -2
- package/api/resources/filestorage/resources/groups/index.d.ts +1 -0
- package/api/resources/filestorage/resources/groups/index.js +1 -0
- package/api/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.d.ts +5 -0
- package/api/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.js +8 -0
- package/api/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/filestorage/resources/groups/types/index.d.ts +2 -0
- package/api/resources/filestorage/resources/groups/types/index.js +18 -0
- package/api/resources/filestorage/resources/index.d.ts +2 -0
- package/api/resources/filestorage/resources/index.js +2 -0
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/issues/client/Client.js +68 -57
- package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/index.js +1 -0
- package/api/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +8 -0
- package/api/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.js +3 -0
- package/api/resources/filestorage/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/types/index.js +17 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/filestorage/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/users/client/Client.d.ts +2 -2
- package/api/resources/filestorage/resources/users/client/Client.js +63 -50
- package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +4 -1
- package/api/resources/filestorage/types/AccountDetails.d.ts +1 -1
- package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +2 -2
- package/api/resources/filestorage/types/AccountDetailsAndActionsCategory.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsCategory.js +3 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatus.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatus.js +3 -0
- package/api/resources/filestorage/types/AccountDetailsCategory.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsCategory.js +3 -0
- package/api/resources/filestorage/types/FieldMappingApiInstance.d.ts +1 -0
- package/api/resources/filestorage/types/Permission.d.ts +3 -0
- package/api/resources/filestorage/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/filestorage/types/RegenerateAccountToken.js +3 -0
- package/api/resources/filestorage/types/RemoteResponse.d.ts +1 -1
- package/api/resources/filestorage/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/filestorage/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/filestorage/types/RoleEnum.d.ts +2 -0
- package/api/resources/filestorage/types/RoleEnum.js +2 -0
- package/api/resources/filestorage/types/SyncStatus.d.ts +1 -1
- package/api/resources/filestorage/types/SyncStatusStatus.d.ts +2 -0
- package/api/resources/filestorage/types/SyncStatusStatus.js +3 -0
- package/api/resources/filestorage/types/index.d.ts +6 -0
- package/api/resources/filestorage/types/index.js +6 -0
- package/api/resources/hris/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/hris/resources/accountToken/client/Client.js +49 -0
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/bankInfo/client/Client.js +76 -67
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -2
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/benefits/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/benefits/client/Client.js +63 -54
- package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/companies/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/companies/client/Client.js +60 -49
- package/api/resources/hris/resources/dependents/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/dependents/client/Client.js +62 -51
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +83 -66
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/types/index.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/employees/client/Client.js +112 -95
- package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +2 -3
- package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/employees/client/requests/index.d.ts +0 -1
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.d.ts +11 -0
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.js +14 -0
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.d.ts +11 -0
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.js +14 -0
- package/api/resources/hris/resources/employees/types/index.d.ts +2 -3
- package/api/resources/hris/resources/employees/types/index.js +2 -3
- package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/employerBenefits/client/Client.js +60 -49
- package/api/resources/hris/resources/employments/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/employments/client/Client.js +93 -76
- package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/employments/types/index.d.ts +2 -2
- package/api/resources/hris/resources/employments/types/index.js +2 -2
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +9 -3
- package/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +5 -1
- package/api/resources/hris/resources/groups/client/Client.d.ts +15 -2
- package/api/resources/hris/resources/groups/client/Client.js +108 -39
- package/api/resources/hris/resources/groups/client/requests/GroupsTypesListRequest.d.ts +13 -0
- package/api/resources/hris/resources/groups/client/requests/GroupsTypesListRequest.js +3 -0
- package/api/resources/hris/resources/groups/client/requests/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/index.js +1 -0
- package/api/resources/hris/resources/groups/types/GroupsTypesListResponse.d.ts +4 -0
- package/api/resources/hris/resources/groups/types/GroupsTypesListResponse.js +3 -0
- package/api/resources/hris/resources/groups/types/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/types/index.js +17 -0
- package/api/resources/hris/resources/index.d.ts +1 -0
- package/api/resources/hris/resources/index.js +1 -0
- package/api/resources/hris/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/issues/client/Client.js +68 -55
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -6
- package/api/resources/hris/resources/linkToken/types/index.d.ts +0 -1
- package/api/resources/hris/resources/linkToken/types/index.js +0 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/hris/resources/locations/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/locations/client/Client.js +75 -64
- package/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/payGroups/client/Client.js +60 -49
- package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +79 -68
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/hris/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/hris/resources/teams/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/teams/client/Client.js +63 -54
- package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +1 -2
- package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/timeOff/client/Client.js +103 -82
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +2 -3
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.js +8 -0
- package/api/resources/hris/resources/timeOff/types/index.d.ts +2 -2
- package/api/resources/hris/resources/timeOff/types/index.js +2 -2
- package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +70 -61
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +2 -3
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -4
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +72 -63
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +1 -2
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +1 -2
- package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/hris/types/IgnoreCommonModelRequest.d.ts +5 -0
- package/api/resources/hris/types/IgnoreCommonModelRequest.js +3 -0
- package/api/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +2 -0
- package/api/resources/hris/types/IgnoreCommonModelRequestReason.js +3 -0
- package/api/resources/hris/types/MetaResponse.d.ts +2 -0
- package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +1 -1
- package/api/resources/hris/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/hris/types/RegenerateAccountToken.js +3 -0
- package/api/resources/hris/types/RoleEnum.d.ts +2 -0
- package/api/resources/hris/types/RoleEnum.js +2 -0
- package/api/resources/hris/types/SyncStatus.d.ts +1 -1
- package/api/resources/hris/types/SyncStatusStatus.d.ts +2 -0
- package/api/resources/hris/types/SyncStatusStatus.js +3 -0
- package/api/resources/hris/types/index.d.ts +4 -2
- package/api/resources/hris/types/index.js +4 -2
- package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +10 -0
- package/api/resources/ticketing/resources/accountToken/client/Client.js +49 -0
- package/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/accounts/client/Client.js +60 -49
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -4
- package/api/resources/ticketing/resources/attachments/client/Client.js +64 -55
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +2 -3
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +56 -45
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -7
- package/api/resources/ticketing/resources/collections/client/Client.js +151 -112
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +2 -3
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +3 -1
- package/api/resources/ticketing/resources/collections/types/index.js +3 -1
- package/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -4
- package/api/resources/ticketing/resources/comments/client/Client.js +79 -62
- package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.d.ts +6 -0
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.js +9 -0
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.d.ts +6 -0
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.js +9 -0
- package/api/resources/ticketing/resources/comments/types/index.d.ts +2 -2
- package/api/resources/ticketing/resources/comments/types/index.js +2 -2
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +63 -54
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +4 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +12 -4
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +3 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/issues/client/Client.js +68 -57
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -6
- package/api/resources/ticketing/resources/linkToken/types/index.d.ts +0 -1
- package/api/resources/ticketing/resources/linkToken/types/index.js +0 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +67 -56
- package/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -5
- package/api/resources/ticketing/resources/projects/client/Client.js +124 -99
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/projects/types/index.d.ts +1 -1
- package/api/resources/ticketing/resources/projects/types/index.js +1 -1
- package/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/roles/client/Client.js +60 -49
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +52 -41
- package/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/tags/client/Client.js +60 -49
- package/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +60 -49
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +10 -9
- package/api/resources/ticketing/resources/tickets/client/Client.js +274 -172
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -2
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsLiveSearchRetrieveRequest.d.ts +29 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsLiveSearchRetrieveRequest.js +3 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.d.ts +12 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.js +15 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.d.ts +10 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.js +13 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.js +13 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.d.ts +12 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.js +15 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/tickets/types/index.d.ts +5 -3
- package/api/resources/ticketing/resources/tickets/types/index.js +5 -3
- package/api/resources/ticketing/resources/users/client/Client.d.ts +5 -5
- package/api/resources/ticketing/resources/users/client/Client.js +86 -63
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +11 -3
- package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +1 -2
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.d.ts +5 -0
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.js +8 -0
- package/api/resources/ticketing/resources/users/types/index.d.ts +2 -2
- package/api/resources/ticketing/resources/users/types/index.js +2 -2
- package/api/resources/ticketing/types/ActionsEnum.d.ts +13 -0
- package/api/resources/ticketing/types/ActionsEnum.js +16 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventRole.d.ts +1 -0
- package/api/resources/ticketing/types/CategoriesEnum.d.ts +0 -2
- package/api/resources/ticketing/types/CategoriesEnum.js +0 -2
- package/api/resources/ticketing/types/CategoryEnum.d.ts +0 -2
- package/api/resources/ticketing/types/CategoryEnum.js +0 -2
- package/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/api/resources/ticketing/types/CollectionPermissionsItem.d.ts +2 -0
- package/api/resources/ticketing/types/CollectionPermissionsItem.js +3 -0
- package/api/resources/ticketing/types/EffectEnum.d.ts +11 -0
- package/api/resources/ticketing/types/EffectEnum.js +14 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +3 -3
- package/api/resources/ticketing/types/Permission.d.ts +35 -0
- package/api/resources/ticketing/types/Permission.js +3 -0
- package/api/resources/ticketing/types/PermissionEffect.d.ts +9 -0
- package/api/resources/ticketing/types/PermissionEffect.js +3 -0
- package/api/resources/ticketing/types/PermissionRequest.d.ts +29 -0
- package/api/resources/ticketing/types/PermissionRequest.js +3 -0
- package/api/resources/ticketing/types/PermissionRequestEffect.d.ts +9 -0
- package/api/resources/ticketing/types/PermissionRequestEffect.js +3 -0
- package/api/resources/ticketing/types/RegenerateAccountToken.d.ts +12 -0
- package/api/resources/ticketing/types/RegenerateAccountToken.js +3 -0
- package/api/resources/ticketing/types/RemoteFieldClass.d.ts +2 -2
- package/api/resources/ticketing/types/RemoteResponse.d.ts +1 -1
- package/api/resources/ticketing/types/RemoteResponseResponseType.d.ts +2 -0
- package/api/resources/ticketing/types/RemoteResponseResponseType.js +3 -0
- package/api/resources/ticketing/types/RoleEnum.d.ts +2 -0
- package/api/resources/ticketing/types/RoleEnum.js +2 -0
- package/api/resources/ticketing/types/RoleTicketAccess.d.ts +1 -1
- package/api/resources/ticketing/types/RoleTicketActionsItem.d.ts +1 -1
- package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
- package/api/resources/ticketing/types/SyncStatusStatus.d.ts +2 -0
- package/api/resources/ticketing/types/SyncStatusStatus.js +3 -0
- package/api/resources/ticketing/types/Ticket.d.ts +9 -8
- package/api/resources/ticketing/types/index.d.ts +10 -5
- package/api/resources/ticketing/types/index.js +10 -5
- package/auth/BearerAuthProvider.d.ts +1 -1
- package/auth/BearerAuthProvider.js +1 -1
- package/core/exports.d.ts +1 -0
- package/core/exports.js +1 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +2 -0
- package/core/pagination/CustomPager.d.ts +67 -0
- package/core/pagination/CustomPager.js +194 -0
- package/core/pagination/Page.d.ts +33 -0
- package/core/pagination/Page.js +101 -0
- package/core/pagination/exports.d.ts +1 -0
- package/core/pagination/exports.js +2 -0
- package/core/pagination/index.d.ts +2 -0
- package/core/pagination/index.js +8 -0
- package/core/utils/index.d.ts +1 -0
- package/core/utils/index.js +5 -0
- package/core/utils/setObjectProperty.d.ts +11 -0
- package/core/utils/setObjectProperty.js +42 -0
- package/environments.d.ts +2 -2
- package/environments.js +1 -1
- package/package.json +1 -1
- package/reference.md +10773 -5095
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/companyInfo/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/companyInfo/types/index.js +2 -2
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/contacts/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/contacts/types/index.js +2 -2
- package/serialization/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.d.ts +11 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.js +43 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/creditNotes/client/requests/index.js +5 -1
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/creditNotes/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/creditNotes/types/index.js +2 -2
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -3
- package/serialization/resources/accounting/resources/expenseReports/types/index.js +3 -3
- package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/expenses/client/requests/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenses/client/requests/index.js +3 -1
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/expenses/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/expenses/types/index.js +2 -2
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +3 -1
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +2 -0
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +3 -1
- package/serialization/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +2 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.js +44 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.js +44 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +2 -2
- package/serialization/resources/accounting/resources/index.d.ts +6 -0
- package/serialization/resources/accounting/resources/index.js +7 -1
- package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/invoices/client/requests/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/invoices/client/requests/index.js +3 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.js +53 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.js +53 -0
- package/serialization/resources/accounting/resources/invoices/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/invoices/types/index.js +2 -2
- package/serialization/resources/accounting/resources/itemFulfillments/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/index.js +17 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/itemFulfillments/client/requests/index.js +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/itemFulfillments/index.js +18 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/itemFulfillments/types/index.js +18 -0
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/items/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/items/types/index.js +2 -2
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/journalEntries/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/journalEntries/types/index.js +2 -2
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -0
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -0
- package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +8 -0
- package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkToken/types/index.js +1 -0
- package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +1 -1
- package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +13 -1
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/payments/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/payments/types/index.js +2 -2
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/projects/types/index.js +2 -2
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.js +47 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/purchaseOrders/types/index.js +2 -2
- package/serialization/resources/accounting/resources/salesOrders/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/salesOrders/client/index.js +17 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.js +42 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/salesOrders/client/requests/index.js +7 -0
- package/serialization/resources/accounting/resources/salesOrders/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/salesOrders/index.js +18 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/salesOrders/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/salesOrders/types/index.js +18 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.js +46 -0
- package/serialization/resources/accounting/resources/transactions/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/transactions/types/index.js +2 -2
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.d.ts +11 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js +43 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.d.ts +10 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js +42 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/vendorCredits/client/requests/index.js +5 -1
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -2
- package/serialization/resources/accounting/resources/vendorCredits/types/index.js +2 -2
- package/serialization/resources/accounting/types/Account.d.ts +2 -1
- package/serialization/resources/accounting/types/Account.js +2 -1
- package/serialization/resources/accounting/types/AccountCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/AccountCompany.js +40 -0
- package/serialization/resources/accounting/types/AccountRequest.d.ts +2 -1
- package/serialization/resources/accounting/types/AccountRequest.js +2 -1
- package/serialization/resources/accounting/types/AccountRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/AccountRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/AsyncBulkCreateResponse.d.ts +9 -0
- package/serialization/resources/accounting/types/AsyncBulkCreateResponse.js +41 -0
- package/serialization/resources/accounting/types/BankFeedAccount.d.ts +2 -1
- package/serialization/resources/accounting/types/BankFeedAccount.js +2 -3
- package/serialization/resources/accounting/types/BatchObject.d.ts +13 -0
- package/serialization/resources/accounting/types/BatchObject.js +45 -0
- package/serialization/resources/accounting/types/BatchObjectItemResponse.d.ts +10 -0
- package/serialization/resources/accounting/types/BatchObjectItemResponse.js +42 -0
- package/serialization/resources/accounting/types/BatchObjectStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/BatchObjectStatus.js +40 -0
- package/serialization/resources/accounting/types/BatchObjectStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/BatchObjectStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/BatchObjectsResponse.d.ts +14 -0
- package/serialization/resources/accounting/types/BatchObjectsResponse.js +46 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatus.js +40 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/CategoriesEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/CategoriesEnum.js +1 -1
- package/serialization/resources/accounting/types/CategoryEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/CategoryEnum.js +1 -1
- package/serialization/resources/accounting/types/CompanyInfo.d.ts +4 -4
- package/serialization/resources/accounting/types/CompanyInfo.js +4 -4
- package/serialization/resources/accounting/types/CompanyInfoAddressesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/CompanyInfoAddressesItem.js +40 -0
- package/serialization/resources/accounting/types/CompanyInfoPhoneNumbersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/CompanyInfoPhoneNumbersItem.js +40 -0
- package/serialization/resources/accounting/types/CompletedAccountInitialScreenEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/Contact.d.ts +5 -4
- package/serialization/resources/accounting/types/Contact.js +5 -4
- package/serialization/resources/accounting/types/ContactCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactCompany.js +40 -0
- package/serialization/resources/accounting/types/ContactPhoneNumbersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactPhoneNumbersItem.js +40 -0
- package/serialization/resources/accounting/types/ContactRequest.d.ts +5 -4
- package/serialization/resources/accounting/types/ContactRequest.js +5 -4
- package/serialization/resources/accounting/types/ContactRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.js +40 -0
- package/serialization/resources/accounting/types/CreditNote.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNote.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
- package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
- package/serialization/resources/accounting/types/ErrorValidationProblem.d.ts +3 -0
- package/serialization/resources/accounting/types/ErrorValidationProblem.js +3 -0
- package/serialization/resources/accounting/types/ExpenseBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReport.d.ts +8 -6
- package/serialization/resources/accounting/types/ExpenseReport.js +8 -6
- package/serialization/resources/accounting/types/ExpenseReportAccountingPeriod.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportAccountingPeriod.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportEmployee.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportEmployee.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportLine.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLine.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportLineCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.js +2 -2
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportLinesItem.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +4 -4
- package/serialization/resources/accounting/types/ExpenseReportRequest.js +4 -4
- package/serialization/resources/accounting/types/ExpenseReportRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstance.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstance.js +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
- package/serialization/resources/accounting/types/Invoice.d.ts +4 -2
- package/serialization/resources/accounting/types/Invoice.js +4 -2
- package/serialization/resources/accounting/types/InvoiceBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItem.js +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +1 -2
- package/serialization/resources/accounting/types/InvoiceLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +4 -2
- package/serialization/resources/accounting/types/InvoiceRequest.js +4 -2
- package/serialization/resources/accounting/types/InvoiceRequestAccountingPeriod.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceRequestAccountingPeriod.js +40 -0
- package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/InvoiceSalesOrdersItem.d.ts +8 -0
- package/serialization/resources/accounting/types/InvoiceSalesOrdersItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillment.d.ts +32 -0
- package/serialization/resources/accounting/types/ItemFulfillment.js +64 -0
- package/serialization/resources/accounting/types/ItemFulfillmentBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemFulfillmentBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCompany.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentCustomer.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLine.d.ts +24 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLine.js +56 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequest.d.ts +22 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequest.js +54 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentLinesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequest.d.ts +24 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequest.js +56 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentResponse.d.ts +16 -0
- package/serialization/resources/accounting/types/ItemFulfillmentResponse.js +48 -0
- package/serialization/resources/accounting/types/ItemFulfillmentSalesOrder.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentSalesOrder.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatus.js +40 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/ItemFulfillmentStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntry.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/JournalEntryLinesItem.js +40 -0
- package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequest.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.js +40 -0
- package/serialization/resources/accounting/types/MetaResponse.d.ts +1 -1
- package/serialization/resources/accounting/types/MetaResponse.js +1 -1
- package/serialization/resources/accounting/types/PaginatedItemFulfillmentList.d.ts +12 -0
- package/serialization/resources/accounting/types/PaginatedItemFulfillmentList.js +44 -0
- package/serialization/resources/accounting/types/PaginatedSalesOrderList.d.ts +12 -0
- package/serialization/resources/accounting/types/PaginatedSalesOrderList.js +44 -0
- package/serialization/resources/accounting/types/PatchedContactRequest.d.ts +4 -3
- package/serialization/resources/accounting/types/PatchedContactRequest.js +4 -3
- package/serialization/resources/accounting/types/PatchedContactRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/PatchedContactRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +8 -14
- package/serialization/resources/accounting/types/PatchedPaymentRequest.js +8 -14
- package/serialization/resources/accounting/types/PatchedVendorCreditRequest.d.ts +19 -0
- package/serialization/resources/accounting/types/PatchedVendorCreditRequest.js +51 -0
- package/serialization/resources/accounting/types/PatchedVendorCreditRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/PatchedVendorCreditRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/PaymentMethod.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentMethod.js +1 -1
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrder.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/PurchaseOrderLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/accounting/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/accounting/types/RemoteField.d.ts +3 -3
- package/serialization/resources/accounting/types/RemoteField.js +3 -3
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +3 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
- package/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +2 -3
- package/serialization/resources/accounting/types/RemoteFieldRequest.js +2 -3
- package/serialization/resources/accounting/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/accounting/types/RemoteResponse.js +2 -2
- package/serialization/resources/accounting/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/accounting/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/accounting/types/ReportItem.d.ts +1 -1
- package/serialization/resources/accounting/types/ReportItem.js +1 -3
- package/serialization/resources/accounting/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/RoleEnum.js +1 -1
- package/serialization/resources/accounting/types/SalesOrder.d.ts +41 -0
- package/serialization/resources/accounting/types/SalesOrder.js +73 -0
- package/serialization/resources/accounting/types/SalesOrderBatchItemRequest.d.ts +11 -0
- package/serialization/resources/accounting/types/SalesOrderBatchItemRequest.js +43 -0
- package/serialization/resources/accounting/types/SalesOrderCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderCurrency.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderCustomer.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLine.d.ts +28 -0
- package/serialization/resources/accounting/types/SalesOrderLine.js +60 -0
- package/serialization/resources/accounting/types/SalesOrderLineCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequest.d.ts +26 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequest.js +58 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTaxRate.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTaxRate.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineTaxRate.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineTaxRate.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderLinesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderPaymentTerm.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderPaymentTerm.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequest.d.ts +33 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequest.js +65 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCompany.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCurrency.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCurrency.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestLinesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestStatus.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderResponse.d.ts +16 -0
- package/serialization/resources/accounting/types/SalesOrderResponse.js +48 -0
- package/serialization/resources/accounting/types/SalesOrderShippingAddress.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderShippingAddress.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderStatus.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderStatus.js +40 -0
- package/serialization/resources/accounting/types/SalesOrderStatusEnum.d.ts +7 -0
- package/serialization/resources/accounting/types/SalesOrderStatusEnum.js +39 -0
- package/serialization/resources/accounting/types/SalesOrderTrackingCategoriesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/SalesOrderTrackingCategoriesItem.js +40 -0
- package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/accounting/types/SyncStatus.js +2 -2
- package/serialization/resources/accounting/types/SyncStatusLastSyncResult.d.ts +8 -0
- package/serialization/resources/accounting/types/SyncStatusLastSyncResult.js +40 -0
- package/serialization/resources/accounting/types/TaxRate.d.ts +2 -2
- package/serialization/resources/accounting/types/TaxRate.js +2 -2
- package/serialization/resources/accounting/types/Transaction.d.ts +4 -3
- package/serialization/resources/accounting/types/Transaction.js +4 -3
- package/serialization/resources/accounting/types/TransactionCompany.d.ts +8 -0
- package/serialization/resources/accounting/types/TransactionCompany.js +40 -0
- package/serialization/resources/accounting/types/TransactionLineItemsItem.d.ts +8 -0
- package/serialization/resources/accounting/types/TransactionLineItemsItem.js +40 -0
- package/serialization/resources/accounting/types/VendorCredit.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCredit.js +2 -2
- package/serialization/resources/accounting/types/VendorCreditLinesItem.d.ts +8 -0
- package/serialization/resources/accounting/types/VendorCreditLinesItem.js +40 -0
- package/serialization/resources/accounting/types/WarningValidationProblem.d.ts +3 -0
- package/serialization/resources/accounting/types/WarningValidationProblem.js +3 -0
- package/serialization/resources/accounting/types/index.d.ts +101 -15
- package/serialization/resources/accounting/types/index.js +101 -15
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.js +48 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.js +48 -0
- package/serialization/resources/ats/resources/applications/types/index.d.ts +2 -2
- package/serialization/resources/ats/resources/applications/types/index.js +2 -2
- package/serialization/resources/ats/resources/candidates/client/requests/index.d.ts +0 -1
- package/serialization/resources/ats/resources/candidates/client/requests/index.js +1 -3
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/candidates/types/index.d.ts +2 -3
- package/serialization/resources/ats/resources/candidates/types/index.js +2 -3
- package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -0
- package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
- package/serialization/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/interviews/types/index.d.ts +2 -2
- package/serialization/resources/ats/resources/interviews/types/index.js +2 -2
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/jobs/types/index.d.ts +3 -3
- package/serialization/resources/ats/resources/jobs/types/index.js +3 -3
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestStatus.d.ts +7 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestStatus.js +49 -0
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/offers/types/index.d.ts +3 -2
- package/serialization/resources/ats/resources/offers/types/index.js +3 -2
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ats/resources/scorecards/types/index.d.ts +2 -2
- package/serialization/resources/ats/resources/scorecards/types/index.js +2 -2
- package/serialization/resources/ats/types/ActivityRequest.d.ts +2 -2
- package/serialization/resources/ats/types/ActivityRequest.js +2 -2
- package/serialization/resources/ats/types/FieldMappingApiInstance.d.ts +1 -0
- package/serialization/resources/ats/types/FieldMappingApiInstance.js +1 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequest.d.ts +11 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequest.js +43 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequestReason.d.ts +8 -0
- package/serialization/resources/ats/types/IgnoreCommonModelRequestReason.js +40 -0
- package/serialization/resources/ats/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/ats/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/ats/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/ats/types/RoleEnum.js +1 -1
- package/serialization/resources/ats/types/ScreeningQuestion.d.ts +2 -1
- package/serialization/resources/ats/types/ScreeningQuestion.js +2 -1
- package/serialization/resources/ats/types/ScreeningQuestionOptionsItem.d.ts +8 -0
- package/serialization/resources/ats/types/ScreeningQuestionOptionsItem.js +40 -0
- package/serialization/resources/ats/types/index.d.ts +4 -1
- package/serialization/resources/ats/types/index.js +4 -1
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/contacts/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/contacts/types/index.js +2 -2
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/engagements/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/engagements/types/index.js +2 -2
- package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
- package/serialization/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/leads/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/leads/types/index.js +2 -2
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/notes/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/notes/types/index.js +2 -2
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/opportunities/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/opportunities/types/index.js +2 -2
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/crm/resources/tasks/types/index.d.ts +2 -2
- package/serialization/resources/crm/resources/tasks/types/index.js +2 -2
- package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/crm/types/FieldMappingApiInstance.d.ts +1 -0
- package/serialization/resources/crm/types/FieldMappingApiInstance.js +1 -0
- package/serialization/resources/crm/types/Lead.d.ts +2 -0
- package/serialization/resources/crm/types/Lead.js +2 -0
- package/serialization/resources/crm/types/LeadStatus.d.ts +8 -0
- package/serialization/resources/crm/types/LeadStatus.js +40 -0
- package/serialization/resources/crm/types/LeadStatusEnum.d.ts +7 -0
- package/serialization/resources/crm/types/LeadStatusEnum.js +39 -0
- package/serialization/resources/crm/types/PatchedTaskRequest.d.ts +1 -0
- package/serialization/resources/crm/types/PatchedTaskRequest.js +1 -0
- package/serialization/resources/crm/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/crm/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/crm/types/RemoteFieldClass.d.ts +4 -4
- package/serialization/resources/crm/types/RemoteFieldClass.js +4 -4
- package/serialization/resources/crm/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/crm/types/RemoteResponse.js +2 -2
- package/serialization/resources/crm/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/crm/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/crm/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/crm/types/RoleEnum.js +1 -1
- package/serialization/resources/crm/types/Task.d.ts +2 -0
- package/serialization/resources/crm/types/Task.js +2 -0
- package/serialization/resources/crm/types/TaskContact.d.ts +8 -0
- package/serialization/resources/crm/types/TaskContact.js +40 -0
- package/serialization/resources/crm/types/TaskRequest.d.ts +2 -0
- package/serialization/resources/crm/types/TaskRequest.js +2 -0
- package/serialization/resources/crm/types/TaskRequestContact.d.ts +8 -0
- package/serialization/resources/crm/types/TaskRequestContact.js +40 -0
- package/serialization/resources/crm/types/index.d.ts +6 -2
- package/serialization/resources/crm/types/index.js +6 -2
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -2
- package/serialization/resources/filestorage/resources/files/types/index.js +2 -2
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/folders/types/index.d.ts +2 -2
- package/serialization/resources/filestorage/resources/folders/types/index.js +2 -2
- package/serialization/resources/filestorage/resources/groups/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/groups/index.js +17 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/filestorage/resources/groups/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/resources/groups/types/index.js +18 -0
- package/serialization/resources/filestorage/resources/index.d.ts +3 -0
- package/serialization/resources/filestorage/resources/index.js +4 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/filestorage/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/index.js +1 -0
- package/serialization/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +8 -0
- package/serialization/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.js +40 -0
- package/serialization/resources/filestorage/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/filestorage/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/filestorage/types/AccountDetails.js +2 -2
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +4 -4
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +4 -4
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsCategory.d.ts +8 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsCategory.js +40 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatus.d.ts +8 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatus.js +40 -0
- package/serialization/resources/filestorage/types/AccountDetailsCategory.d.ts +8 -0
- package/serialization/resources/filestorage/types/AccountDetailsCategory.js +40 -0
- package/serialization/resources/filestorage/types/FieldMappingApiInstance.d.ts +1 -0
- package/serialization/resources/filestorage/types/FieldMappingApiInstance.js +1 -0
- package/serialization/resources/filestorage/types/Permission.d.ts +2 -0
- package/serialization/resources/filestorage/types/Permission.js +2 -0
- package/serialization/resources/filestorage/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/filestorage/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/filestorage/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/filestorage/types/RemoteResponse.js +2 -2
- package/serialization/resources/filestorage/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/filestorage/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/filestorage/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/RoleEnum.js +1 -1
- package/serialization/resources/filestorage/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/filestorage/types/SyncStatus.js +2 -2
- package/serialization/resources/filestorage/types/SyncStatusStatus.d.ts +8 -0
- package/serialization/resources/filestorage/types/SyncStatusStatus.js +40 -0
- package/serialization/resources/filestorage/types/index.d.ts +6 -0
- package/serialization/resources/filestorage/types/index.js +6 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -2
- package/serialization/resources/hris/resources/employeePayrollRuns/types/index.js +2 -2
- package/serialization/resources/hris/resources/employees/client/requests/index.d.ts +0 -1
- package/serialization/resources/hris/resources/employees/client/requests/index.js +1 -3
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.js +48 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.js +48 -0
- package/serialization/resources/hris/resources/employees/types/index.d.ts +2 -3
- package/serialization/resources/hris/resources/employees/types/index.js +2 -3
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/employments/types/index.d.ts +2 -2
- package/serialization/resources/hris/resources/employments/types/index.js +2 -2
- package/serialization/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/hris/resources/groups/index.d.ts +1 -0
- package/serialization/resources/hris/resources/groups/index.js +17 -0
- package/serialization/resources/hris/resources/groups/types/GroupsTypesListResponse.d.ts +9 -0
- package/serialization/resources/hris/resources/groups/types/GroupsTypesListResponse.js +41 -0
- package/serialization/resources/hris/resources/groups/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/groups/types/index.js +17 -0
- package/serialization/resources/hris/resources/index.d.ts +2 -0
- package/serialization/resources/hris/resources/index.js +3 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -2
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +0 -2
- package/serialization/resources/hris/resources/linkToken/types/index.d.ts +0 -1
- package/serialization/resources/hris/resources/linkToken/types/index.js +0 -1
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/index.d.ts +2 -2
- package/serialization/resources/hris/resources/timeOff/types/index.js +2 -2
- package/serialization/resources/hris/types/IgnoreCommonModelRequest.d.ts +11 -0
- package/serialization/resources/hris/types/IgnoreCommonModelRequest.js +43 -0
- package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +8 -0
- package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.js +40 -0
- package/serialization/resources/hris/types/MetaResponse.d.ts +1 -0
- package/serialization/resources/hris/types/MetaResponse.js +1 -0
- package/serialization/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
- package/serialization/resources/hris/types/MultipartFormFieldRequest.js +2 -2
- package/serialization/resources/hris/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/hris/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/hris/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/hris/types/RoleEnum.js +1 -1
- package/serialization/resources/hris/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/hris/types/SyncStatus.js +2 -2
- package/serialization/resources/hris/types/SyncStatusStatus.d.ts +8 -0
- package/serialization/resources/hris/types/SyncStatusStatus.js +40 -0
- package/serialization/resources/hris/types/index.d.ts +4 -2
- package/serialization/resources/hris/types/index.js +4 -2
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +3 -1
- package/serialization/resources/ticketing/resources/collections/types/index.js +3 -1
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/comments/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/resources/comments/types/index.js +2 -2
- package/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -2
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +0 -2
- package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +0 -1
- package/serialization/resources/ticketing/resources/linkToken/types/index.js +0 -1
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/projects/types/index.d.ts +1 -1
- package/serialization/resources/ticketing/resources/projects/types/index.js +1 -1
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.js +49 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.js +47 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.js +49 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +5 -3
- package/serialization/resources/ticketing/resources/tickets/types/index.js +5 -3
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.d.ts +7 -0
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.js +39 -0
- package/serialization/resources/ticketing/resources/users/types/index.d.ts +2 -2
- package/serialization/resources/ticketing/resources/users/types/index.js +2 -2
- package/serialization/resources/ticketing/types/ActionsEnum.d.ts +7 -0
- package/serialization/resources/ticketing/types/ActionsEnum.js +39 -0
- package/serialization/resources/ticketing/types/CategoriesEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/CategoriesEnum.js +1 -1
- package/serialization/resources/ticketing/types/CategoryEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/CategoryEnum.js +1 -1
- package/serialization/resources/ticketing/types/Collection.d.ts +4 -2
- package/serialization/resources/ticketing/types/Collection.js +4 -2
- package/serialization/resources/ticketing/types/CollectionPermissionsItem.d.ts +8 -0
- package/serialization/resources/ticketing/types/CollectionPermissionsItem.js +40 -0
- package/serialization/resources/ticketing/types/EffectEnum.d.ts +7 -0
- package/serialization/resources/ticketing/types/EffectEnum.js +39 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +3 -3
- package/serialization/resources/ticketing/types/PatchedTicketRequest.js +3 -3
- package/serialization/resources/ticketing/types/Permission.d.ts +22 -0
- package/serialization/resources/ticketing/types/Permission.js +54 -0
- package/serialization/resources/ticketing/types/PermissionEffect.d.ts +8 -0
- package/serialization/resources/ticketing/types/PermissionEffect.js +40 -0
- package/serialization/resources/ticketing/types/PermissionRequest.d.ts +19 -0
- package/serialization/resources/ticketing/types/PermissionRequest.js +51 -0
- package/serialization/resources/ticketing/types/PermissionRequestEffect.d.ts +8 -0
- package/serialization/resources/ticketing/types/PermissionRequestEffect.js +40 -0
- package/serialization/resources/ticketing/types/RegenerateAccountToken.d.ts +10 -0
- package/serialization/resources/ticketing/types/RegenerateAccountToken.js +42 -0
- package/serialization/resources/ticketing/types/RemoteFieldClass.d.ts +4 -4
- package/serialization/resources/ticketing/types/RemoteFieldClass.js +4 -4
- package/serialization/resources/ticketing/types/RemoteResponse.d.ts +2 -2
- package/serialization/resources/ticketing/types/RemoteResponse.js +2 -2
- package/serialization/resources/ticketing/types/RemoteResponseResponseType.d.ts +8 -0
- package/serialization/resources/ticketing/types/RemoteResponseResponseType.js +40 -0
- package/serialization/resources/ticketing/types/RoleEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/RoleEnum.js +1 -1
- package/serialization/resources/ticketing/types/RoleTicketAccess.d.ts +1 -1
- package/serialization/resources/ticketing/types/RoleTicketAccess.js +1 -1
- package/serialization/resources/ticketing/types/RoleTicketActionsItem.d.ts +1 -1
- package/serialization/resources/ticketing/types/RoleTicketActionsItem.js +1 -1
- package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
- package/serialization/resources/ticketing/types/SyncStatusStatus.d.ts +8 -0
- package/serialization/resources/ticketing/types/SyncStatusStatus.js +40 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +4 -2
- package/serialization/resources/ticketing/types/Ticket.js +4 -2
- package/serialization/resources/ticketing/types/index.d.ts +10 -5
- package/serialization/resources/ticketing/types/index.js +10 -5
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +0 -9
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +0 -9
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -10
- package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +0 -13
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -13
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +0 -133
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +0 -133
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +0 -21
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +0 -21
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +0 -69
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +0 -21
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +0 -21
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +0 -4098
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +0 -4101
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +0 -4098
- package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +0 -4101
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +0 -37
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +0 -37
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +0 -69
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +0 -133
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +0 -133
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +0 -9
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +0 -9
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +0 -133
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -130
- package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +0 -133
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +0 -69
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +0 -66
- package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +0 -69
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +0 -37
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -34
- package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +0 -37
- package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -2
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +0 -2
- package/api/resources/accounting/types/InvoiceLineItemEmployee.d.ts +0 -5
- package/api/resources/accounting/types/InvoiceLineItemRequestEmployee.d.ts +0 -5
- package/api/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +0 -2
- package/api/resources/accounting/types/PatchedPaymentRequestAccount.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +0 -2
- package/api/resources/accounting/types/PatchedPaymentRequestCompany.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestContact.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +0 -5
- package/api/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.d.ts +0 -2
- package/api/resources/accounting/types/RemoteFieldRemoteFieldClass.d.ts +0 -2
- package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +0 -2
- package/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +0 -2
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +0 -258
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +0 -261
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +0 -258
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +0 -261
- package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +0 -9
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +0 -9
- package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +0 -2
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +0 -18
- package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +0 -21
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +0 -21
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +0 -34
- package/api/resources/ats/resources/jobs/types/JobsListRequestExpand.js +0 -37
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +0 -34
- package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +0 -37
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +0 -9
- package/api/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/offers/types/OffersListRequestExpand.js +0 -9
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +0 -9
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +0 -10
- package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +0 -13
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +0 -13
- package/api/resources/ats/types/ActivityRequestActivityType.d.ts +0 -9
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -6
- package/api/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +0 -9
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -9
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +0 -21
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +0 -21
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/leads/types/LeadsListRequestExpand.js +0 -13
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +0 -13
- package/api/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/notes/types/NotesListRequestExpand.js +0 -21
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +0 -18
- package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +0 -21
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +0 -13
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +0 -13
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/tasks/types/TasksListRequestExpand.js +0 -13
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +0 -13
- package/api/resources/crm/types/RemoteFieldClassFieldFormat.d.ts +0 -2
- package/api/resources/crm/types/RemoteFieldClassFieldType.d.ts +0 -2
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/files/types/FilesListRequestExpand.js +0 -13
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +0 -13
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +0 -13
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +0 -13
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +0 -9
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -9
- package/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +0 -258
- package/api/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +0 -261
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +0 -258
- package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +0 -261
- package/api/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +0 -2
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +0 -9
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +0 -9
- package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -7
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +0 -9
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +0 -9
- package/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +0 -10
- package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +0 -13
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +0 -10
- package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +0 -13
- package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -7
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +0 -258
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +0 -261
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +0 -258
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +0 -261
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/users/types/UsersListRequestExpand.js +0 -9
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +0 -6
- package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +0 -9
- package/api/resources/ticketing/types/CollectionCollectionType.d.ts +0 -8
- package/api/resources/ticketing/types/CompletedAccountInitialScreenEnum.d.ts +0 -4
- package/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +0 -10
- package/api/resources/ticketing/types/RemoteFieldClassFieldFormat.d.ts +0 -2
- package/api/resources/ticketing/types/RemoteFieldClassFieldType.d.ts +0 -2
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +0 -47
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +0 -4135
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +0 -4135
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +0 -71
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +0 -71
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +0 -167
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +0 -103
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +0 -71
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +0 -71
- package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -8
- package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +0 -40
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +0 -40
- package/serialization/resources/accounting/types/InvoiceLineItemEmployee.d.ts +0 -8
- package/serialization/resources/accounting/types/InvoiceLineItemEmployee.js +0 -40
- package/serialization/resources/accounting/types/InvoiceLineItemRequestEmployee.d.ts +0 -8
- package/serialization/resources/accounting/types/InvoiceLineItemRequestEmployee.js +0 -40
- package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccount.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccount.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestCompany.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestCompany.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestContact.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestContact.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +0 -40
- package/serialization/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.d.ts +0 -8
- package/serialization/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.js +0 -40
- package/serialization/resources/accounting/types/RemoteFieldRemoteFieldClass.d.ts +0 -8
- package/serialization/resources/accounting/types/RemoteFieldRemoteFieldClass.js +0 -40
- package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +0 -8
- package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +0 -40
- package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +0 -8
- package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +0 -40
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +0 -295
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +0 -295
- package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +0 -43
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +0 -8
- package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +0 -40
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +0 -55
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.js +0 -71
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +0 -71
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +0 -47
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/ats/types/ActivityRequestActivityType.d.ts +0 -8
- package/serialization/resources/ats/types/ActivityRequestActivityType.js +0 -40
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +0 -39
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +0 -55
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.js +0 -47
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/types/RemoteFieldClassFieldFormat.d.ts +0 -8
- package/serialization/resources/crm/types/RemoteFieldClassFieldFormat.js +0 -40
- package/serialization/resources/crm/types/RemoteFieldClassFieldType.d.ts +0 -8
- package/serialization/resources/crm/types/RemoteFieldClassFieldType.js +0 -40
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.js +0 -47
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +0 -47
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +0 -47
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +0 -47
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
- package/serialization/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.js +0 -43
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +0 -295
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +0 -295
- package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +0 -8
- package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.js +0 -40
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -8
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +0 -39
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +0 -39
- package/serialization/resources/hris/types/CompletedAccountInitialScreenEnum.d.ts +0 -7
- package/serialization/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +0 -8
- package/serialization/resources/hris/types/MultipartFormFieldRequestEncoding.js +0 -40
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +0 -47
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -8
- package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -40
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +0 -295
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +0 -295
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +0 -7
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ticketing/types/CollectionCollectionType.d.ts +0 -8
- package/serialization/resources/ticketing/types/CollectionCollectionType.js +0 -40
- package/serialization/resources/ticketing/types/CompletedAccountInitialScreenEnum.d.ts +0 -7
- package/serialization/resources/ticketing/types/CompletedAccountInitialScreenEnum.js +0 -39
- package/serialization/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +0 -8
- package/serialization/resources/ticketing/types/PatchedTicketRequestPriority.js +0 -40
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldFormat.d.ts +0 -8
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldFormat.js +0 -40
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldType.d.ts +0 -8
- package/serialization/resources/ticketing/types/RemoteFieldClassFieldType.js +0 -40
- /package/api/resources/accounting/{types/DataPassthroughRequestMethod.js → resources/creditNotes/client/requests/ApplyCreditNoteRequest.js} +0 -0
- /package/api/resources/accounting/{types/GeneralLedgerTransactionLineTrackingCategoriesItem.js → resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/InvoiceLineItemEmployee.js → resources/expenses/client/requests/ExpenseBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/InvoiceLineItemRequestEmployee.js → resources/invoices/client/requests/InvoiceBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedContactRequestAddressesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAccount.js → resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAccountingPeriod.js → resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestAppliedToLinesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestCompany.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestContact.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRetrieveRequest.js} +0 -0
- /package/api/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestPaymentMethod.js → resources/salesOrders/client/requests/SalesOrderBulkRequest.js} +0 -0
- /package/api/resources/accounting/{types/PatchedPaymentRequestTrackingCategoriesItem.js → resources/salesOrders/client/requests/SalesOrderEndpointRequest.js} +0 -0
- /package/api/resources/accounting/{types/RemoteFieldRemoteFieldClass.js → resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/accounting/{types/RemoteFieldRequestRemoteFieldClass.js → resources/salesOrders/client/requests/SalesOrdersListRequest.js} +0 -0
- /package/api/resources/accounting/{types/TaxRateTaxComponentsItem.js → resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/{ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js → accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.js} +0 -0
- /package/api/resources/{ats/resources/candidates/types/IgnoreCommonModelRequestReason.js → accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js} +0 -0
- /package/api/resources/{ats/types/ActivityRequestActivityType.js → accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js} +0 -0
- /package/api/resources/{crm/types/RemoteFieldClassFieldFormat.js → accounting/types/AccountCompany.js} +0 -0
- /package/api/resources/{crm/types/RemoteFieldClassFieldType.js → accounting/types/AccountRequestCompany.js} +0 -0
- /package/api/resources/{hris/resources/employees/client/requests/IgnoreCommonModelRequest.js → accounting/types/AsyncBulkCreateResponse.js} +0 -0
- /package/api/resources/{hris/resources/employees/types/IgnoreCommonModelRequestReason.js → accounting/types/BatchObject.js} +0 -0
- /package/api/resources/{hris/types/CompletedAccountInitialScreenEnum.js → accounting/types/BatchObjectItemResponse.js} +0 -0
- /package/api/resources/{hris/types/MultipartFormFieldRequestEncoding.js → accounting/types/BatchObjectStatus.js} +0 -0
- /package/api/resources/{ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js → accounting/types/BatchObjectsResponse.js} +0 -0
- /package/api/resources/{ticketing/types/CollectionCollectionType.js → accounting/types/BatchObjectsResponseStatus.js} +0 -0
- /package/api/resources/{ticketing/types/CompletedAccountInitialScreenEnum.js → accounting/types/CompanyInfoAddressesItem.js} +0 -0
- /package/api/resources/{ticketing/types/PatchedTicketRequestPriority.js → accounting/types/CompanyInfoPhoneNumbersItem.js} +0 -0
- /package/api/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.d.ts +0 -0
- /package/api/resources/{ticketing/types/RemoteFieldClassFieldFormat.js → accounting/types/CompletedAccountInitialScreenEnum.js} +0 -0
- /package/api/resources/{ticketing/types/RemoteFieldClassFieldType.js → accounting/types/ContactCompany.js} +0 -0
- /package/serialization/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
- /package/serialization/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.js +0 -0
|
@@ -24,7 +24,6 @@ export declare class TimesheetEntriesClient {
|
|
|
24
24
|
* employeeId: "employee_id",
|
|
25
25
|
* endedAfter: new Date("2024-01-15T09:30:00.000Z"),
|
|
26
26
|
* endedBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
27
|
-
* expand: "employee",
|
|
28
27
|
* includeDeletedData: true,
|
|
29
28
|
* includeRemoteData: true,
|
|
30
29
|
* includeShellData: true,
|
|
@@ -37,8 +36,7 @@ export declare class TimesheetEntriesClient {
|
|
|
37
36
|
* startedBefore: new Date("2024-01-15T09:30:00.000Z")
|
|
38
37
|
* })
|
|
39
38
|
*/
|
|
40
|
-
list(request?: Merge.hris.TimesheetEntriesListRequest, requestOptions?: TimesheetEntriesClient.RequestOptions): core.
|
|
41
|
-
private __list;
|
|
39
|
+
list(request?: Merge.hris.TimesheetEntriesListRequest, requestOptions?: TimesheetEntriesClient.RequestOptions): Promise<core.Page<Merge.hris.TimesheetEntry, Merge.hris.PaginatedTimesheetEntryList>>;
|
|
42
40
|
/**
|
|
43
41
|
* Creates a `TimesheetEntry` object with the given values.
|
|
44
42
|
*
|
|
@@ -63,7 +61,6 @@ export declare class TimesheetEntriesClient {
|
|
|
63
61
|
*
|
|
64
62
|
* @example
|
|
65
63
|
* await client.hris.timesheetEntries.retrieve("id", {
|
|
66
|
-
* expand: "employee",
|
|
67
64
|
* includeRemoteData: true,
|
|
68
65
|
* includeShellData: true
|
|
69
66
|
* })
|
|
@@ -80,7 +80,6 @@ class TimesheetEntriesClient {
|
|
|
80
80
|
* employeeId: "employee_id",
|
|
81
81
|
* endedAfter: new Date("2024-01-15T09:30:00.000Z"),
|
|
82
82
|
* endedBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
83
|
-
* expand: "employee",
|
|
84
83
|
* includeDeletedData: true,
|
|
85
84
|
* includeRemoteData: true,
|
|
86
85
|
* includeShellData: true,
|
|
@@ -93,69 +92,80 @@ class TimesheetEntriesClient {
|
|
|
93
92
|
* startedBefore: new Date("2024-01-15T09:30:00.000Z")
|
|
94
93
|
* })
|
|
95
94
|
*/
|
|
96
|
-
list(
|
|
97
|
-
return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
|
|
98
|
-
}
|
|
99
|
-
__list() {
|
|
95
|
+
list() {
|
|
100
96
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
127
|
-
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "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 }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
128
|
-
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
129
|
-
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, "hris/v1/timesheet-entries"),
|
|
130
|
-
method: "GET",
|
|
131
|
-
headers: _headers,
|
|
132
|
-
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
133
|
-
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,
|
|
134
|
-
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,
|
|
135
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
136
|
-
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
137
|
-
logging: this._options.logging,
|
|
138
|
-
});
|
|
139
|
-
if (_response.ok) {
|
|
140
|
-
return {
|
|
141
|
-
data: serializers.hris.PaginatedTimesheetEntryList.parseOrThrow(_response.body, {
|
|
142
|
-
unrecognizedObjectKeys: "passthrough",
|
|
143
|
-
allowUnrecognizedUnionMembers: true,
|
|
144
|
-
allowUnrecognizedEnumValues: true,
|
|
145
|
-
skipValidation: true,
|
|
146
|
-
breadcrumbsPrefix: ["response"],
|
|
147
|
-
}),
|
|
148
|
-
rawResponse: _response.rawResponse,
|
|
97
|
+
const list = core.HttpResponsePromise.interceptFunction((request) => __awaiter(this, void 0, void 0, function* () {
|
|
98
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
99
|
+
const { createdAfter, createdBefore, cursor, employeeId, endedAfter, endedBefore, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, orderBy, pageSize, remoteId, startedAfter, startedBefore, } = request;
|
|
100
|
+
const _queryParams = {
|
|
101
|
+
created_after: createdAfter === null || createdAfter === void 0 ? void 0 : createdAfter.toISOString(),
|
|
102
|
+
created_before: createdBefore === null || createdBefore === void 0 ? void 0 : createdBefore.toISOString(),
|
|
103
|
+
cursor,
|
|
104
|
+
employee_id: employeeId,
|
|
105
|
+
ended_after: endedAfter === null || endedAfter === void 0 ? void 0 : endedAfter.toISOString(),
|
|
106
|
+
ended_before: endedBefore === null || endedBefore === void 0 ? void 0 : endedBefore.toISOString(),
|
|
107
|
+
expand: Array.isArray(expand) ? expand.map((item) => item) : expand != null ? expand : undefined,
|
|
108
|
+
include_deleted_data: includeDeletedData,
|
|
109
|
+
include_remote_data: includeRemoteData,
|
|
110
|
+
include_shell_data: includeShellData,
|
|
111
|
+
modified_after: modifiedAfter === null || modifiedAfter === void 0 ? void 0 : modifiedAfter.toISOString(),
|
|
112
|
+
modified_before: modifiedBefore === null || modifiedBefore === void 0 ? void 0 : modifiedBefore.toISOString(),
|
|
113
|
+
order_by: orderBy != null
|
|
114
|
+
? serializers.hris.TimesheetEntriesListRequestOrderBy.jsonOrThrow(orderBy, {
|
|
115
|
+
unrecognizedObjectKeys: "strip",
|
|
116
|
+
})
|
|
117
|
+
: undefined,
|
|
118
|
+
page_size: pageSize,
|
|
119
|
+
remote_id: remoteId,
|
|
120
|
+
started_after: startedAfter === null || startedAfter === void 0 ? void 0 : startedAfter.toISOString(),
|
|
121
|
+
started_before: startedBefore === null || startedBefore === void 0 ? void 0 : startedBefore.toISOString(),
|
|
149
122
|
};
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
123
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
124
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
125
|
+
"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,
|
|
126
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
127
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
128
|
+
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, "hris/v1/timesheet-entries"),
|
|
129
|
+
method: "GET",
|
|
130
|
+
headers: _headers,
|
|
131
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
132
|
+
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,
|
|
133
|
+
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,
|
|
134
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
135
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
136
|
+
logging: this._options.logging,
|
|
156
137
|
});
|
|
157
|
-
|
|
158
|
-
|
|
138
|
+
if (_response.ok) {
|
|
139
|
+
return {
|
|
140
|
+
data: serializers.hris.PaginatedTimesheetEntryList.parseOrThrow(_response.body, {
|
|
141
|
+
unrecognizedObjectKeys: "passthrough",
|
|
142
|
+
allowUnrecognizedUnionMembers: true,
|
|
143
|
+
allowUnrecognizedEnumValues: true,
|
|
144
|
+
skipValidation: true,
|
|
145
|
+
breadcrumbsPrefix: ["response"],
|
|
146
|
+
}),
|
|
147
|
+
rawResponse: _response.rawResponse,
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
if (_response.error.reason === "status-code") {
|
|
151
|
+
throw new errors.MergeError({
|
|
152
|
+
statusCode: _response.error.statusCode,
|
|
153
|
+
body: _response.error.body,
|
|
154
|
+
rawResponse: _response.rawResponse,
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/hris/v1/timesheet-entries");
|
|
158
|
+
}));
|
|
159
|
+
const dataWithRawResponse = yield list(request).withRawResponse();
|
|
160
|
+
return new core.Page({
|
|
161
|
+
response: dataWithRawResponse.data,
|
|
162
|
+
rawResponse: dataWithRawResponse.rawResponse,
|
|
163
|
+
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) === ""),
|
|
164
|
+
getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.results) !== null && _a !== void 0 ? _a : []; },
|
|
165
|
+
loadPage: (response) => {
|
|
166
|
+
return list(core.setObjectProperty(request, "cursor", response === null || response === void 0 ? void 0 : response.next));
|
|
167
|
+
},
|
|
168
|
+
});
|
|
159
169
|
});
|
|
160
170
|
}
|
|
161
171
|
/**
|
|
@@ -231,7 +241,6 @@ class TimesheetEntriesClient {
|
|
|
231
241
|
*
|
|
232
242
|
* @example
|
|
233
243
|
* await client.hris.timesheetEntries.retrieve("id", {
|
|
234
|
-
* expand: "employee",
|
|
235
244
|
* includeRemoteData: true,
|
|
236
245
|
* includeShellData: true
|
|
237
246
|
* })
|
|
@@ -244,7 +253,7 @@ class TimesheetEntriesClient {
|
|
|
244
253
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
245
254
|
const { expand, includeRemoteData, includeShellData } = request;
|
|
246
255
|
const _queryParams = {
|
|
247
|
-
expand: expand != null ? expand : undefined,
|
|
256
|
+
expand: Array.isArray(expand) ? expand.map((item) => item) : expand != null ? expand : undefined,
|
|
248
257
|
include_remote_data: includeRemoteData,
|
|
249
258
|
include_shell_data: includeShellData,
|
|
250
259
|
};
|
|
@@ -8,7 +8,6 @@ import type * as Merge from "../../../../../../index";
|
|
|
8
8
|
* employeeId: "employee_id",
|
|
9
9
|
* endedAfter: new Date("2024-01-15T09:30:00.000Z"),
|
|
10
10
|
* endedBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
11
|
-
* expand: "employee",
|
|
12
11
|
* includeDeletedData: true,
|
|
13
12
|
* includeRemoteData: true,
|
|
14
13
|
* includeShellData: true,
|
|
@@ -35,7 +34,7 @@ export interface TimesheetEntriesListRequest {
|
|
|
35
34
|
/** If provided, will only return timesheet entries ended before this datetime. */
|
|
36
35
|
endedBefore?: Date;
|
|
37
36
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
38
|
-
expand?: "employee";
|
|
37
|
+
expand?: "employee" | "employee"[];
|
|
39
38
|
/** 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/). */
|
|
40
39
|
includeDeletedData?: boolean;
|
|
41
40
|
/** Whether to include the original data Merge fetched from the third-party to produce these models. */
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @example
|
|
3
3
|
* {
|
|
4
|
-
* expand: "employee",
|
|
5
4
|
* includeRemoteData: true,
|
|
6
5
|
* includeShellData: true
|
|
7
6
|
* }
|
|
8
7
|
*/
|
|
9
8
|
export interface TimesheetEntriesRetrieveRequest {
|
|
10
9
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
11
|
-
expand?: "employee";
|
|
10
|
+
expand?: "employee" | "employee"[];
|
|
12
11
|
/** Whether to include the original data Merge fetched from the third-party to produce these models. */
|
|
13
12
|
includeRemoteData?: boolean;
|
|
14
13
|
/** Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). */
|
|
@@ -19,7 +19,7 @@ export interface MultipartFormFieldRequest {
|
|
|
19
19
|
* * `BASE64` - BASE64
|
|
20
20
|
* * `GZIP_BASE64` - GZIP_BASE64
|
|
21
21
|
*/
|
|
22
|
-
encoding?: Merge.hris.
|
|
22
|
+
encoding?: Merge.hris.EncodingEnum;
|
|
23
23
|
/** The file name of the form field, if the field is for a file. */
|
|
24
24
|
fileName?: string;
|
|
25
25
|
/** The MIME type of the file, if the field is for a file. */
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* # The RegenerateAccountToken Object
|
|
3
|
+
* ### Description
|
|
4
|
+
* The `RegenerateAccountToken` object is used to exchange an old account token for a new one.
|
|
5
|
+
*
|
|
6
|
+
* ### Usage Example
|
|
7
|
+
* Post to receive a new `RegenerateAccountToken`.
|
|
8
|
+
*/
|
|
9
|
+
export interface RegenerateAccountToken {
|
|
10
|
+
linkedAccountId: string;
|
|
11
|
+
accountToken: string;
|
|
12
|
+
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* * `API` - API
|
|
6
6
|
* * `SYSTEM` - SYSTEM
|
|
7
7
|
* * `MERGE_TEAM` - MERGE_TEAM
|
|
8
|
+
* * `SUPPORT` - SUPPORT
|
|
8
9
|
*/
|
|
9
10
|
export declare const RoleEnum: {
|
|
10
11
|
readonly Admin: "ADMIN";
|
|
@@ -13,5 +14,6 @@ export declare const RoleEnum: {
|
|
|
13
14
|
readonly Api: "API";
|
|
14
15
|
readonly System: "SYSTEM";
|
|
15
16
|
readonly MergeTeam: "MERGE_TEAM";
|
|
17
|
+
readonly Support: "SUPPORT";
|
|
16
18
|
};
|
|
17
19
|
export type RoleEnum = (typeof RoleEnum)[keyof typeof RoleEnum];
|
|
@@ -9,6 +9,7 @@ exports.RoleEnum = void 0;
|
|
|
9
9
|
* * `API` - API
|
|
10
10
|
* * `SYSTEM` - SYSTEM
|
|
11
11
|
* * `MERGE_TEAM` - MERGE_TEAM
|
|
12
|
+
* * `SUPPORT` - SUPPORT
|
|
12
13
|
*/
|
|
13
14
|
exports.RoleEnum = {
|
|
14
15
|
Admin: "ADMIN",
|
|
@@ -17,4 +18,5 @@ exports.RoleEnum = {
|
|
|
17
18
|
Api: "API",
|
|
18
19
|
System: "SYSTEM",
|
|
19
20
|
MergeTeam: "MERGE_TEAM",
|
|
21
|
+
Support: "SUPPORT",
|
|
20
22
|
};
|
|
@@ -14,7 +14,7 @@ export interface SyncStatus {
|
|
|
14
14
|
nextSyncStart?: Date;
|
|
15
15
|
lastSyncResult?: Merge.hris.SyncStatusLastSyncResult;
|
|
16
16
|
lastSyncFinished?: Date;
|
|
17
|
-
status: Merge.hris.
|
|
17
|
+
status: Merge.hris.SyncStatusStatus;
|
|
18
18
|
isInitialSync: boolean;
|
|
19
19
|
selectiveSyncConfigurationsUsage?: Merge.hris.SelectiveSyncConfigurationsUsageEnum;
|
|
20
20
|
}
|
|
@@ -25,7 +25,6 @@ export * from "./CategoryEnum";
|
|
|
25
25
|
export * from "./CommonModelScopeApi";
|
|
26
26
|
export * from "./CommonModelScopesBodyRequest";
|
|
27
27
|
export * from "./Company";
|
|
28
|
-
export * from "./CompletedAccountInitialScreenEnum";
|
|
29
28
|
export * from "./CountryEnum";
|
|
30
29
|
export * from "./DataPassthroughRequest";
|
|
31
30
|
export * from "./DebugModeLog";
|
|
@@ -99,6 +98,8 @@ export * from "./GenderEnum";
|
|
|
99
98
|
export * from "./Group";
|
|
100
99
|
export * from "./GroupType";
|
|
101
100
|
export * from "./GroupTypeEnum";
|
|
101
|
+
export * from "./IgnoreCommonModelRequest";
|
|
102
|
+
export * from "./IgnoreCommonModelRequestReason";
|
|
102
103
|
export * from "./IndividualCommonModelScopeDeserializer";
|
|
103
104
|
export * from "./IndividualCommonModelScopeDeserializerRequest";
|
|
104
105
|
export * from "./Issue";
|
|
@@ -119,7 +120,6 @@ export * from "./ModelOperation";
|
|
|
119
120
|
export * from "./ModelPermissionDeserializer";
|
|
120
121
|
export * from "./ModelPermissionDeserializerRequest";
|
|
121
122
|
export * from "./MultipartFormFieldRequest";
|
|
122
|
-
export * from "./MultipartFormFieldRequestEncoding";
|
|
123
123
|
export * from "./PaginatedAccountDetailsAndActionsList";
|
|
124
124
|
export * from "./PaginatedAuditLogEventList";
|
|
125
125
|
export * from "./PaginatedBankInfoList";
|
|
@@ -149,6 +149,7 @@ export * from "./PayrollRunRunState";
|
|
|
149
149
|
export * from "./PayrollRunRunType";
|
|
150
150
|
export * from "./PolicyTypeEnum";
|
|
151
151
|
export * from "./ReasonEnum";
|
|
152
|
+
export * from "./RegenerateAccountToken";
|
|
152
153
|
export * from "./RelationshipEnum";
|
|
153
154
|
export * from "./RemoteData";
|
|
154
155
|
export * from "./RemoteEndpointInfo";
|
|
@@ -168,6 +169,7 @@ export * from "./SelectiveSyncConfigurationsUsageEnum";
|
|
|
168
169
|
export * from "./StatusFd5Enum";
|
|
169
170
|
export * from "./SyncStatus";
|
|
170
171
|
export * from "./SyncStatusLastSyncResult";
|
|
172
|
+
export * from "./SyncStatusStatus";
|
|
171
173
|
export * from "./Tax";
|
|
172
174
|
export * from "./Team";
|
|
173
175
|
export * from "./TeamParentTeam";
|
|
@@ -41,7 +41,6 @@ __exportStar(require("./CategoryEnum"), exports);
|
|
|
41
41
|
__exportStar(require("./CommonModelScopeApi"), exports);
|
|
42
42
|
__exportStar(require("./CommonModelScopesBodyRequest"), exports);
|
|
43
43
|
__exportStar(require("./Company"), exports);
|
|
44
|
-
__exportStar(require("./CompletedAccountInitialScreenEnum"), exports);
|
|
45
44
|
__exportStar(require("./CountryEnum"), exports);
|
|
46
45
|
__exportStar(require("./DataPassthroughRequest"), exports);
|
|
47
46
|
__exportStar(require("./DebugModeLog"), exports);
|
|
@@ -115,6 +114,8 @@ __exportStar(require("./GenderEnum"), exports);
|
|
|
115
114
|
__exportStar(require("./Group"), exports);
|
|
116
115
|
__exportStar(require("./GroupType"), exports);
|
|
117
116
|
__exportStar(require("./GroupTypeEnum"), exports);
|
|
117
|
+
__exportStar(require("./IgnoreCommonModelRequest"), exports);
|
|
118
|
+
__exportStar(require("./IgnoreCommonModelRequestReason"), exports);
|
|
118
119
|
__exportStar(require("./IndividualCommonModelScopeDeserializer"), exports);
|
|
119
120
|
__exportStar(require("./IndividualCommonModelScopeDeserializerRequest"), exports);
|
|
120
121
|
__exportStar(require("./Issue"), exports);
|
|
@@ -135,7 +136,6 @@ __exportStar(require("./ModelOperation"), exports);
|
|
|
135
136
|
__exportStar(require("./ModelPermissionDeserializer"), exports);
|
|
136
137
|
__exportStar(require("./ModelPermissionDeserializerRequest"), exports);
|
|
137
138
|
__exportStar(require("./MultipartFormFieldRequest"), exports);
|
|
138
|
-
__exportStar(require("./MultipartFormFieldRequestEncoding"), exports);
|
|
139
139
|
__exportStar(require("./PaginatedAccountDetailsAndActionsList"), exports);
|
|
140
140
|
__exportStar(require("./PaginatedAuditLogEventList"), exports);
|
|
141
141
|
__exportStar(require("./PaginatedBankInfoList"), exports);
|
|
@@ -165,6 +165,7 @@ __exportStar(require("./PayrollRunRunState"), exports);
|
|
|
165
165
|
__exportStar(require("./PayrollRunRunType"), exports);
|
|
166
166
|
__exportStar(require("./PolicyTypeEnum"), exports);
|
|
167
167
|
__exportStar(require("./ReasonEnum"), exports);
|
|
168
|
+
__exportStar(require("./RegenerateAccountToken"), exports);
|
|
168
169
|
__exportStar(require("./RelationshipEnum"), exports);
|
|
169
170
|
__exportStar(require("./RemoteData"), exports);
|
|
170
171
|
__exportStar(require("./RemoteEndpointInfo"), exports);
|
|
@@ -184,6 +185,7 @@ __exportStar(require("./SelectiveSyncConfigurationsUsageEnum"), exports);
|
|
|
184
185
|
__exportStar(require("./StatusFd5Enum"), exports);
|
|
185
186
|
__exportStar(require("./SyncStatus"), exports);
|
|
186
187
|
__exportStar(require("./SyncStatusLastSyncResult"), exports);
|
|
188
|
+
__exportStar(require("./SyncStatusStatus"), exports);
|
|
187
189
|
__exportStar(require("./Tax"), exports);
|
|
188
190
|
__exportStar(require("./Team"), exports);
|
|
189
191
|
__exportStar(require("./TeamParentTeam"), exports);
|
|
@@ -21,4 +21,14 @@ export declare class AccountTokenClient {
|
|
|
21
21
|
*/
|
|
22
22
|
retrieve(public_token: string, requestOptions?: AccountTokenClient.RequestOptions): core.HttpResponsePromise<Merge.ticketing.AccountToken>;
|
|
23
23
|
private __retrieve;
|
|
24
|
+
/**
|
|
25
|
+
* Exchange Linked Account account tokens.
|
|
26
|
+
*
|
|
27
|
+
* @param {AccountTokenClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* await client.ticketing.accountToken.regenerateCreate()
|
|
31
|
+
*/
|
|
32
|
+
regenerateCreate(requestOptions?: AccountTokenClient.RequestOptions): core.HttpResponsePromise<Merge.ticketing.RegenerateAccountToken>;
|
|
33
|
+
private __regenerateCreate;
|
|
24
34
|
}
|
|
@@ -105,5 +105,54 @@ class AccountTokenClient {
|
|
|
105
105
|
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/ticketing/v1/account-token/{public_token}");
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
|
+
/**
|
|
109
|
+
* Exchange Linked Account account tokens.
|
|
110
|
+
*
|
|
111
|
+
* @param {AccountTokenClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
112
|
+
*
|
|
113
|
+
* @example
|
|
114
|
+
* await client.ticketing.accountToken.regenerateCreate()
|
|
115
|
+
*/
|
|
116
|
+
regenerateCreate(requestOptions) {
|
|
117
|
+
return core.HttpResponsePromise.fromPromise(this.__regenerateCreate(requestOptions));
|
|
118
|
+
}
|
|
119
|
+
__regenerateCreate(requestOptions) {
|
|
120
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
121
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
122
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
123
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "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 }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
124
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
125
|
+
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/account-token/regenerate"),
|
|
126
|
+
method: "POST",
|
|
127
|
+
headers: _headers,
|
|
128
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
129
|
+
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,
|
|
130
|
+
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,
|
|
131
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
132
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
133
|
+
logging: this._options.logging,
|
|
134
|
+
});
|
|
135
|
+
if (_response.ok) {
|
|
136
|
+
return {
|
|
137
|
+
data: serializers.ticketing.RegenerateAccountToken.parseOrThrow(_response.body, {
|
|
138
|
+
unrecognizedObjectKeys: "passthrough",
|
|
139
|
+
allowUnrecognizedUnionMembers: true,
|
|
140
|
+
allowUnrecognizedEnumValues: true,
|
|
141
|
+
skipValidation: true,
|
|
142
|
+
breadcrumbsPrefix: ["response"],
|
|
143
|
+
}),
|
|
144
|
+
rawResponse: _response.rawResponse,
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
if (_response.error.reason === "status-code") {
|
|
148
|
+
throw new errors.MergeError({
|
|
149
|
+
statusCode: _response.error.statusCode,
|
|
150
|
+
body: _response.error.body,
|
|
151
|
+
rawResponse: _response.rawResponse,
|
|
152
|
+
});
|
|
153
|
+
}
|
|
154
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/ticketing/v1/account-token/regenerate");
|
|
155
|
+
});
|
|
156
|
+
}
|
|
108
157
|
}
|
|
109
158
|
exports.AccountTokenClient = AccountTokenClient;
|
|
@@ -30,8 +30,7 @@ export declare class AccountsClient {
|
|
|
30
30
|
* remoteId: "remote_id"
|
|
31
31
|
* })
|
|
32
32
|
*/
|
|
33
|
-
list(request?: Merge.ticketing.AccountsListRequest, requestOptions?: AccountsClient.RequestOptions): core.
|
|
34
|
-
private __list;
|
|
33
|
+
list(request?: Merge.ticketing.AccountsListRequest, requestOptions?: AccountsClient.RequestOptions): Promise<core.Page<Merge.ticketing.Account, Merge.ticketing.PaginatedAccountList>>;
|
|
35
34
|
/**
|
|
36
35
|
* Returns an `Account` object with the given `id`.
|
|
37
36
|
*
|