@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
|
@@ -79,64 +79,77 @@ class IssuesClient {
|
|
|
79
79
|
* status: "ONGOING"
|
|
80
80
|
* })
|
|
81
81
|
*/
|
|
82
|
-
list(
|
|
83
|
-
return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
|
|
84
|
-
}
|
|
85
|
-
__list() {
|
|
82
|
+
list() {
|
|
86
83
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
110
|
-
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, "crm/v1/issues"),
|
|
111
|
-
method: "GET",
|
|
112
|
-
headers: _headers,
|
|
113
|
-
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
114
|
-
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,
|
|
115
|
-
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,
|
|
116
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
117
|
-
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
118
|
-
logging: this._options.logging,
|
|
119
|
-
});
|
|
120
|
-
if (_response.ok) {
|
|
121
|
-
return {
|
|
122
|
-
data: serializers.crm.PaginatedIssueList.parseOrThrow(_response.body, {
|
|
123
|
-
unrecognizedObjectKeys: "passthrough",
|
|
124
|
-
allowUnrecognizedUnionMembers: true,
|
|
125
|
-
allowUnrecognizedEnumValues: true,
|
|
126
|
-
skipValidation: true,
|
|
127
|
-
breadcrumbsPrefix: ["response"],
|
|
128
|
-
}),
|
|
129
|
-
rawResponse: _response.rawResponse,
|
|
84
|
+
const list = core.HttpResponsePromise.interceptFunction((request) => __awaiter(this, void 0, void 0, function* () {
|
|
85
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
86
|
+
const { accountToken, cursor, endDate, endUserOrganizationName, firstIncidentTimeAfter, firstIncidentTimeBefore, includeMuted, integrationName, lastIncidentTimeAfter, lastIncidentTimeBefore, linkedAccountId, pageSize, startDate, status, } = request;
|
|
87
|
+
const _queryParams = {
|
|
88
|
+
account_token: accountToken,
|
|
89
|
+
cursor,
|
|
90
|
+
end_date: endDate,
|
|
91
|
+
end_user_organization_name: endUserOrganizationName,
|
|
92
|
+
first_incident_time_after: firstIncidentTimeAfter === null || firstIncidentTimeAfter === void 0 ? void 0 : firstIncidentTimeAfter.toISOString(),
|
|
93
|
+
first_incident_time_before: firstIncidentTimeBefore === null || firstIncidentTimeBefore === void 0 ? void 0 : firstIncidentTimeBefore.toISOString(),
|
|
94
|
+
include_muted: includeMuted,
|
|
95
|
+
integration_name: integrationName,
|
|
96
|
+
last_incident_time_after: lastIncidentTimeAfter === null || lastIncidentTimeAfter === void 0 ? void 0 : lastIncidentTimeAfter.toISOString(),
|
|
97
|
+
last_incident_time_before: lastIncidentTimeBefore === null || lastIncidentTimeBefore === void 0 ? void 0 : lastIncidentTimeBefore.toISOString(),
|
|
98
|
+
linked_account_id: linkedAccountId,
|
|
99
|
+
page_size: pageSize,
|
|
100
|
+
start_date: startDate,
|
|
101
|
+
status: status != null
|
|
102
|
+
? serializers.crm.IssuesListRequestStatus.jsonOrThrow(status, {
|
|
103
|
+
unrecognizedObjectKeys: "strip",
|
|
104
|
+
})
|
|
105
|
+
: undefined,
|
|
130
106
|
};
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
107
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
108
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
109
|
+
"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,
|
|
110
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
111
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
112
|
+
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, "crm/v1/issues"),
|
|
113
|
+
method: "GET",
|
|
114
|
+
headers: _headers,
|
|
115
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
116
|
+
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,
|
|
117
|
+
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,
|
|
118
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
119
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
120
|
+
logging: this._options.logging,
|
|
137
121
|
});
|
|
138
|
-
|
|
139
|
-
|
|
122
|
+
if (_response.ok) {
|
|
123
|
+
return {
|
|
124
|
+
data: serializers.crm.PaginatedIssueList.parseOrThrow(_response.body, {
|
|
125
|
+
unrecognizedObjectKeys: "passthrough",
|
|
126
|
+
allowUnrecognizedUnionMembers: true,
|
|
127
|
+
allowUnrecognizedEnumValues: true,
|
|
128
|
+
skipValidation: true,
|
|
129
|
+
breadcrumbsPrefix: ["response"],
|
|
130
|
+
}),
|
|
131
|
+
rawResponse: _response.rawResponse,
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
if (_response.error.reason === "status-code") {
|
|
135
|
+
throw new errors.MergeError({
|
|
136
|
+
statusCode: _response.error.statusCode,
|
|
137
|
+
body: _response.error.body,
|
|
138
|
+
rawResponse: _response.rawResponse,
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/crm/v1/issues");
|
|
142
|
+
}));
|
|
143
|
+
const dataWithRawResponse = yield list(request).withRawResponse();
|
|
144
|
+
return new core.Page({
|
|
145
|
+
response: dataWithRawResponse.data,
|
|
146
|
+
rawResponse: dataWithRawResponse.rawResponse,
|
|
147
|
+
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) === ""),
|
|
148
|
+
getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.results) !== null && _a !== void 0 ? _a : []; },
|
|
149
|
+
loadPage: (response) => {
|
|
150
|
+
return list(core.setObjectProperty(request, "cursor", response === null || response === void 0 ? void 0 : response.next));
|
|
151
|
+
},
|
|
152
|
+
});
|
|
140
153
|
});
|
|
141
154
|
}
|
|
142
155
|
/**
|
|
@@ -38,7 +38,7 @@ export interface IssuesListRequest {
|
|
|
38
38
|
lastIncidentTimeBefore?: Date;
|
|
39
39
|
/** If provided, will only include issues pertaining to the linked account passed in. */
|
|
40
40
|
linkedAccountId?: string;
|
|
41
|
-
/** Number of results to return per page. */
|
|
41
|
+
/** Number of results to return per page. The maximum limit is 100. */
|
|
42
42
|
pageSize?: number;
|
|
43
43
|
/** If included, will only include issues whose most recent action occurred after this time */
|
|
44
44
|
startDate?: string;
|
|
@@ -24,7 +24,6 @@ export declare class LeadsClient {
|
|
|
24
24
|
* createdBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
25
25
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
26
26
|
* emailAddresses: "email_addresses",
|
|
27
|
-
* expand: "converted_account",
|
|
28
27
|
* includeDeletedData: true,
|
|
29
28
|
* includeRemoteData: true,
|
|
30
29
|
* includeRemoteFields: true,
|
|
@@ -37,8 +36,7 @@ export declare class LeadsClient {
|
|
|
37
36
|
* remoteId: "remote_id"
|
|
38
37
|
* })
|
|
39
38
|
*/
|
|
40
|
-
list(request?: Merge.crm.LeadsListRequest, requestOptions?: LeadsClient.RequestOptions): core.
|
|
41
|
-
private __list;
|
|
39
|
+
list(request?: Merge.crm.LeadsListRequest, requestOptions?: LeadsClient.RequestOptions): Promise<core.Page<Merge.crm.Lead, Merge.crm.PaginatedLeadList>>;
|
|
42
40
|
/**
|
|
43
41
|
* Creates a `Lead` object with the given values.
|
|
44
42
|
*
|
|
@@ -63,7 +61,6 @@ export declare class LeadsClient {
|
|
|
63
61
|
*
|
|
64
62
|
* @example
|
|
65
63
|
* await client.crm.leads.retrieve("id", {
|
|
66
|
-
* expand: "converted_account",
|
|
67
64
|
* includeRemoteData: true,
|
|
68
65
|
* includeRemoteFields: true,
|
|
69
66
|
* includeShellData: true
|
|
@@ -99,6 +96,5 @@ export declare class LeadsClient {
|
|
|
99
96
|
* pageSize: 1
|
|
100
97
|
* })
|
|
101
98
|
*/
|
|
102
|
-
remoteFieldClassesList(request?: Merge.crm.LeadsRemoteFieldClassesListRequest, requestOptions?: LeadsClient.RequestOptions): core.
|
|
103
|
-
private __remoteFieldClassesList;
|
|
99
|
+
remoteFieldClassesList(request?: Merge.crm.LeadsRemoteFieldClassesListRequest, requestOptions?: LeadsClient.RequestOptions): Promise<core.Page<Merge.crm.RemoteFieldClass, Merge.crm.PaginatedRemoteFieldClassList>>;
|
|
104
100
|
}
|
|
@@ -80,7 +80,6 @@ class LeadsClient {
|
|
|
80
80
|
* createdBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
81
81
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
82
82
|
* emailAddresses: "email_addresses",
|
|
83
|
-
* expand: "converted_account",
|
|
84
83
|
* includeDeletedData: true,
|
|
85
84
|
* includeRemoteData: true,
|
|
86
85
|
* includeRemoteFields: true,
|
|
@@ -93,67 +92,84 @@ class LeadsClient {
|
|
|
93
92
|
* remoteId: "remote_id"
|
|
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
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
131
|
-
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,
|
|
132
|
-
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,
|
|
133
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
134
|
-
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
135
|
-
logging: this._options.logging,
|
|
136
|
-
});
|
|
137
|
-
if (_response.ok) {
|
|
138
|
-
return {
|
|
139
|
-
data: serializers.crm.PaginatedLeadList.parseOrThrow(_response.body, {
|
|
140
|
-
unrecognizedObjectKeys: "passthrough",
|
|
141
|
-
allowUnrecognizedUnionMembers: true,
|
|
142
|
-
allowUnrecognizedEnumValues: true,
|
|
143
|
-
skipValidation: true,
|
|
144
|
-
breadcrumbsPrefix: ["response"],
|
|
145
|
-
}),
|
|
146
|
-
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 { convertedAccountId, convertedContactId, createdAfter, createdBefore, cursor, emailAddresses, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, ownerId, pageSize, phoneNumbers, remoteId, } = request;
|
|
100
|
+
const _queryParams = {
|
|
101
|
+
converted_account_id: convertedAccountId,
|
|
102
|
+
converted_contact_id: convertedContactId,
|
|
103
|
+
created_after: createdAfter === null || createdAfter === void 0 ? void 0 : createdAfter.toISOString(),
|
|
104
|
+
created_before: createdBefore === null || createdBefore === void 0 ? void 0 : createdBefore.toISOString(),
|
|
105
|
+
cursor,
|
|
106
|
+
email_addresses: emailAddresses,
|
|
107
|
+
expand: Array.isArray(expand)
|
|
108
|
+
? expand.map((item) => serializers.crm.LeadsListRequestExpandItem.jsonOrThrow(item, {
|
|
109
|
+
unrecognizedObjectKeys: "strip",
|
|
110
|
+
}))
|
|
111
|
+
: expand != null
|
|
112
|
+
? serializers.crm.LeadsListRequestExpandItem.jsonOrThrow(expand, {
|
|
113
|
+
unrecognizedObjectKeys: "strip",
|
|
114
|
+
})
|
|
115
|
+
: undefined,
|
|
116
|
+
include_deleted_data: includeDeletedData,
|
|
117
|
+
include_remote_data: includeRemoteData,
|
|
118
|
+
include_remote_fields: includeRemoteFields,
|
|
119
|
+
include_shell_data: includeShellData,
|
|
120
|
+
modified_after: modifiedAfter === null || modifiedAfter === void 0 ? void 0 : modifiedAfter.toISOString(),
|
|
121
|
+
modified_before: modifiedBefore === null || modifiedBefore === void 0 ? void 0 : modifiedBefore.toISOString(),
|
|
122
|
+
owner_id: ownerId,
|
|
123
|
+
page_size: pageSize,
|
|
124
|
+
phone_numbers: phoneNumbers,
|
|
125
|
+
remote_id: remoteId,
|
|
147
126
|
};
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
127
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
128
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
129
|
+
"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,
|
|
130
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
131
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
132
|
+
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, "crm/v1/leads"),
|
|
133
|
+
method: "GET",
|
|
134
|
+
headers: _headers,
|
|
135
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
136
|
+
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,
|
|
137
|
+
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,
|
|
138
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
139
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
140
|
+
logging: this._options.logging,
|
|
154
141
|
});
|
|
155
|
-
|
|
156
|
-
|
|
142
|
+
if (_response.ok) {
|
|
143
|
+
return {
|
|
144
|
+
data: serializers.crm.PaginatedLeadList.parseOrThrow(_response.body, {
|
|
145
|
+
unrecognizedObjectKeys: "passthrough",
|
|
146
|
+
allowUnrecognizedUnionMembers: true,
|
|
147
|
+
allowUnrecognizedEnumValues: true,
|
|
148
|
+
skipValidation: true,
|
|
149
|
+
breadcrumbsPrefix: ["response"],
|
|
150
|
+
}),
|
|
151
|
+
rawResponse: _response.rawResponse,
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
if (_response.error.reason === "status-code") {
|
|
155
|
+
throw new errors.MergeError({
|
|
156
|
+
statusCode: _response.error.statusCode,
|
|
157
|
+
body: _response.error.body,
|
|
158
|
+
rawResponse: _response.rawResponse,
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/crm/v1/leads");
|
|
162
|
+
}));
|
|
163
|
+
const dataWithRawResponse = yield list(request).withRawResponse();
|
|
164
|
+
return new core.Page({
|
|
165
|
+
response: dataWithRawResponse.data,
|
|
166
|
+
rawResponse: dataWithRawResponse.rawResponse,
|
|
167
|
+
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) === ""),
|
|
168
|
+
getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.results) !== null && _a !== void 0 ? _a : []; },
|
|
169
|
+
loadPage: (response) => {
|
|
170
|
+
return list(core.setObjectProperty(request, "cursor", response === null || response === void 0 ? void 0 : response.next));
|
|
171
|
+
},
|
|
172
|
+
});
|
|
157
173
|
});
|
|
158
174
|
}
|
|
159
175
|
/**
|
|
@@ -227,7 +243,6 @@ class LeadsClient {
|
|
|
227
243
|
*
|
|
228
244
|
* @example
|
|
229
245
|
* await client.crm.leads.retrieve("id", {
|
|
230
|
-
* expand: "converted_account",
|
|
231
246
|
* includeRemoteData: true,
|
|
232
247
|
* includeRemoteFields: true,
|
|
233
248
|
* includeShellData: true
|
|
@@ -241,11 +256,15 @@ class LeadsClient {
|
|
|
241
256
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
242
257
|
const { expand, includeRemoteData, includeRemoteFields, includeShellData } = request;
|
|
243
258
|
const _queryParams = {
|
|
244
|
-
expand: expand
|
|
245
|
-
? serializers.crm.
|
|
259
|
+
expand: Array.isArray(expand)
|
|
260
|
+
? expand.map((item) => serializers.crm.LeadsRetrieveRequestExpandItem.jsonOrThrow(item, {
|
|
246
261
|
unrecognizedObjectKeys: "strip",
|
|
247
|
-
})
|
|
248
|
-
:
|
|
262
|
+
}))
|
|
263
|
+
: expand != null
|
|
264
|
+
? serializers.crm.LeadsRetrieveRequestExpandItem.jsonOrThrow(expand, {
|
|
265
|
+
unrecognizedObjectKeys: "strip",
|
|
266
|
+
})
|
|
267
|
+
: undefined,
|
|
249
268
|
include_remote_data: includeRemoteData,
|
|
250
269
|
include_remote_fields: includeRemoteFields,
|
|
251
270
|
include_shell_data: includeShellData,
|
|
@@ -352,56 +371,67 @@ class LeadsClient {
|
|
|
352
371
|
* pageSize: 1
|
|
353
372
|
* })
|
|
354
373
|
*/
|
|
355
|
-
remoteFieldClassesList(
|
|
356
|
-
return core.HttpResponsePromise.fromPromise(this.__remoteFieldClassesList(request, requestOptions));
|
|
357
|
-
}
|
|
358
|
-
__remoteFieldClassesList() {
|
|
374
|
+
remoteFieldClassesList() {
|
|
359
375
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
373
|
-
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);
|
|
374
|
-
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
375
|
-
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, "crm/v1/leads/remote-field-classes"),
|
|
376
|
-
method: "GET",
|
|
377
|
-
headers: _headers,
|
|
378
|
-
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
379
|
-
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,
|
|
380
|
-
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,
|
|
381
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
382
|
-
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
383
|
-
logging: this._options.logging,
|
|
384
|
-
});
|
|
385
|
-
if (_response.ok) {
|
|
386
|
-
return {
|
|
387
|
-
data: serializers.crm.PaginatedRemoteFieldClassList.parseOrThrow(_response.body, {
|
|
388
|
-
unrecognizedObjectKeys: "passthrough",
|
|
389
|
-
allowUnrecognizedUnionMembers: true,
|
|
390
|
-
allowUnrecognizedEnumValues: true,
|
|
391
|
-
skipValidation: true,
|
|
392
|
-
breadcrumbsPrefix: ["response"],
|
|
393
|
-
}),
|
|
394
|
-
rawResponse: _response.rawResponse,
|
|
376
|
+
const list = core.HttpResponsePromise.interceptFunction((request) => __awaiter(this, void 0, void 0, function* () {
|
|
377
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
378
|
+
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, isCommonModelField, isCustom, pageSize, } = request;
|
|
379
|
+
const _queryParams = {
|
|
380
|
+
cursor,
|
|
381
|
+
include_deleted_data: includeDeletedData,
|
|
382
|
+
include_remote_data: includeRemoteData,
|
|
383
|
+
include_remote_fields: includeRemoteFields,
|
|
384
|
+
include_shell_data: includeShellData,
|
|
385
|
+
is_common_model_field: isCommonModelField,
|
|
386
|
+
is_custom: isCustom,
|
|
387
|
+
page_size: pageSize,
|
|
395
388
|
};
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
389
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
390
|
+
const _headers = (0, headers_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
391
|
+
"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,
|
|
392
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
393
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
394
|
+
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, "crm/v1/leads/remote-field-classes"),
|
|
395
|
+
method: "GET",
|
|
396
|
+
headers: _headers,
|
|
397
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
398
|
+
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,
|
|
399
|
+
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,
|
|
400
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
401
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
402
|
+
logging: this._options.logging,
|
|
402
403
|
});
|
|
403
|
-
|
|
404
|
-
|
|
404
|
+
if (_response.ok) {
|
|
405
|
+
return {
|
|
406
|
+
data: serializers.crm.PaginatedRemoteFieldClassList.parseOrThrow(_response.body, {
|
|
407
|
+
unrecognizedObjectKeys: "passthrough",
|
|
408
|
+
allowUnrecognizedUnionMembers: true,
|
|
409
|
+
allowUnrecognizedEnumValues: true,
|
|
410
|
+
skipValidation: true,
|
|
411
|
+
breadcrumbsPrefix: ["response"],
|
|
412
|
+
}),
|
|
413
|
+
rawResponse: _response.rawResponse,
|
|
414
|
+
};
|
|
415
|
+
}
|
|
416
|
+
if (_response.error.reason === "status-code") {
|
|
417
|
+
throw new errors.MergeError({
|
|
418
|
+
statusCode: _response.error.statusCode,
|
|
419
|
+
body: _response.error.body,
|
|
420
|
+
rawResponse: _response.rawResponse,
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/crm/v1/leads/remote-field-classes");
|
|
424
|
+
}));
|
|
425
|
+
const dataWithRawResponse = yield list(request).withRawResponse();
|
|
426
|
+
return new core.Page({
|
|
427
|
+
response: dataWithRawResponse.data,
|
|
428
|
+
rawResponse: dataWithRawResponse.rawResponse,
|
|
429
|
+
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) === ""),
|
|
430
|
+
getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.results) !== null && _a !== void 0 ? _a : []; },
|
|
431
|
+
loadPage: (response) => {
|
|
432
|
+
return list(core.setObjectProperty(request, "cursor", response === null || response === void 0 ? void 0 : response.next));
|
|
433
|
+
},
|
|
434
|
+
});
|
|
405
435
|
});
|
|
406
436
|
}
|
|
407
437
|
}
|
|
@@ -8,7 +8,6 @@ import type * as Merge from "../../../../../../index";
|
|
|
8
8
|
* createdBefore: new Date("2024-01-15T09:30:00.000Z"),
|
|
9
9
|
* cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
|
|
10
10
|
* emailAddresses: "email_addresses",
|
|
11
|
-
* expand: "converted_account",
|
|
12
11
|
* includeDeletedData: true,
|
|
13
12
|
* includeRemoteData: true,
|
|
14
13
|
* includeRemoteFields: true,
|
|
@@ -35,7 +34,7 @@ export interface LeadsListRequest {
|
|
|
35
34
|
/** If provided, will only return contacts matching the email addresses; multiple email_addresses can be separated by commas. */
|
|
36
35
|
emailAddresses?: string;
|
|
37
36
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
38
|
-
expand?: Merge.crm.
|
|
37
|
+
expand?: Merge.crm.LeadsListRequestExpandItem | Merge.crm.LeadsListRequestExpandItem[];
|
|
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. */
|
|
@@ -50,7 +49,7 @@ export interface LeadsListRequest {
|
|
|
50
49
|
modifiedBefore?: Date;
|
|
51
50
|
/** If provided, will only return leads with this owner. */
|
|
52
51
|
ownerId?: string;
|
|
53
|
-
/** Number of results to return per page. */
|
|
52
|
+
/** Number of results to return per page. The maximum limit is 100. */
|
|
54
53
|
pageSize?: number;
|
|
55
54
|
/** If provided, will only return contacts matching the phone numbers; multiple phone numbers can be separated by commas. */
|
|
56
55
|
phoneNumbers?: string;
|
package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts
CHANGED
|
@@ -26,6 +26,6 @@ export interface LeadsRemoteFieldClassesListRequest {
|
|
|
26
26
|
isCommonModelField?: boolean;
|
|
27
27
|
/** If provided, will only return remote fields classes with this is_custom value */
|
|
28
28
|
isCustom?: boolean;
|
|
29
|
-
/** Number of results to return per page. */
|
|
29
|
+
/** Number of results to return per page. The maximum limit is 100. */
|
|
30
30
|
pageSize?: number;
|
|
31
31
|
}
|
|
@@ -2,7 +2,6 @@ import type * as Merge from "../../../../../../index";
|
|
|
2
2
|
/**
|
|
3
3
|
* @example
|
|
4
4
|
* {
|
|
5
|
-
* expand: "converted_account",
|
|
6
5
|
* includeRemoteData: true,
|
|
7
6
|
* includeRemoteFields: true,
|
|
8
7
|
* includeShellData: true
|
|
@@ -10,7 +9,7 @@ import type * as Merge from "../../../../../../index";
|
|
|
10
9
|
*/
|
|
11
10
|
export interface LeadsRetrieveRequest {
|
|
12
11
|
/** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
|
|
13
|
-
expand?: Merge.crm.
|
|
12
|
+
expand?: Merge.crm.LeadsRetrieveRequestExpandItem | Merge.crm.LeadsRetrieveRequestExpandItem[];
|
|
14
13
|
/** Whether to include the original data Merge fetched from the third-party to produce these models. */
|
|
15
14
|
includeRemoteData?: boolean;
|
|
16
15
|
/** Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const LeadsListRequestExpandItem: {
|
|
2
|
+
readonly ConvertedAccount: "converted_account";
|
|
3
|
+
readonly ConvertedContact: "converted_contact";
|
|
4
|
+
readonly Owner: "owner";
|
|
5
|
+
};
|
|
6
|
+
export type LeadsListRequestExpandItem = (typeof LeadsListRequestExpandItem)[keyof typeof LeadsListRequestExpandItem];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.LeadsListRequestExpandItem = void 0;
|
|
5
|
+
exports.LeadsListRequestExpandItem = {
|
|
6
|
+
ConvertedAccount: "converted_account",
|
|
7
|
+
ConvertedContact: "converted_contact",
|
|
8
|
+
Owner: "owner",
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const LeadsRetrieveRequestExpandItem: {
|
|
2
|
+
readonly ConvertedAccount: "converted_account";
|
|
3
|
+
readonly ConvertedContact: "converted_contact";
|
|
4
|
+
readonly Owner: "owner";
|
|
5
|
+
};
|
|
6
|
+
export type LeadsRetrieveRequestExpandItem = (typeof LeadsRetrieveRequestExpandItem)[keyof typeof LeadsRetrieveRequestExpandItem];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.LeadsRetrieveRequestExpandItem = void 0;
|
|
5
|
+
exports.LeadsRetrieveRequestExpandItem = {
|
|
6
|
+
ConvertedAccount: "converted_account",
|
|
7
|
+
ConvertedContact: "converted_contact",
|
|
8
|
+
Owner: "owner",
|
|
9
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
1
|
+
export * from "./LeadsListRequestExpandItem";
|
|
2
|
+
export * from "./LeadsRetrieveRequestExpandItem";
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./LeadsListRequestExpandItem"), exports);
|
|
18
|
+
__exportStar(require("./LeadsRetrieveRequestExpandItem"), exports);
|
|
@@ -11,7 +11,7 @@ export declare class LinkTokenClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<LinkTokenClient.Options>;
|
|
12
12
|
constructor(options: LinkTokenClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* Creates a link token to be used when linking a new end user.
|
|
14
|
+
* Creates a link token to be used when linking a new end user. The link token expires after single use.
|
|
15
15
|
*
|
|
16
16
|
* @param {Merge.crm.EndUserDetailsRequest} request
|
|
17
17
|
* @param {LinkTokenClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -56,7 +56,7 @@ class LinkTokenClient {
|
|
|
56
56
|
this._options = (0, BaseClient_1.normalizeClientOptionsWithAuth)(options);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Creates a link token to be used when linking a new end user.
|
|
59
|
+
* Creates a link token to be used when linking a new end user. The link token expires after single use.
|
|
60
60
|
*
|
|
61
61
|
* @param {Merge.crm.EndUserDetailsRequest} request
|
|
62
62
|
* @param {LinkTokenClient.RequestOptions} requestOptions - Request-specific configuration.
|