@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
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
import type * as Merge from "../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* Currency code for the expense report
|
|
4
|
+
*
|
|
5
|
+
* * `XUA` - ADB Unit of Account
|
|
6
|
+
* * `AFN` - Afghan Afghani
|
|
7
|
+
* * `AFA` - Afghan Afghani (1927–2002)
|
|
8
|
+
* * `ALL` - Albanian Lek
|
|
9
|
+
* * `ALK` - Albanian Lek (1946–1965)
|
|
10
|
+
* * `DZD` - Algerian Dinar
|
|
11
|
+
* * `ADP` - Andorran Peseta
|
|
12
|
+
* * `AOA` - Angolan Kwanza
|
|
13
|
+
* * `AOK` - Angolan Kwanza (1977–1991)
|
|
14
|
+
* * `AON` - Angolan New Kwanza (1990–2000)
|
|
15
|
+
* * `AOR` - Angolan Readjusted Kwanza (1995–1999)
|
|
16
|
+
* * `ARA` - Argentine Austral
|
|
17
|
+
* * `ARS` - Argentine Peso
|
|
18
|
+
* * `ARM` - Argentine Peso (1881–1970)
|
|
19
|
+
* * `ARP` - Argentine Peso (1983–1985)
|
|
20
|
+
* * `ARL` - Argentine Peso Ley (1970–1983)
|
|
21
|
+
* * `AMD` - Armenian Dram
|
|
22
|
+
* * `AWG` - Aruban Florin
|
|
23
|
+
* * `AUD` - Australian Dollar
|
|
24
|
+
* * `ATS` - Austrian Schilling
|
|
25
|
+
* * `AZN` - Azerbaijani Manat
|
|
26
|
+
* * `AZM` - Azerbaijani Manat (1993–2006)
|
|
27
|
+
* * `BSD` - Bahamian Dollar
|
|
28
|
+
* * `BHD` - Bahraini Dinar
|
|
29
|
+
* * `BDT` - Bangladeshi Taka
|
|
30
|
+
* * `BBD` - Barbadian Dollar
|
|
31
|
+
* * `BYN` - Belarusian Ruble
|
|
32
|
+
* * `BYB` - Belarusian Ruble (1994–1999)
|
|
33
|
+
* * `BYR` - Belarusian Ruble (2000–2016)
|
|
34
|
+
* * `BEF` - Belgian Franc
|
|
35
|
+
* * `BEC` - Belgian Franc (convertible)
|
|
36
|
+
* * `BEL` - Belgian Franc (financial)
|
|
37
|
+
* * `BZD` - Belize Dollar
|
|
38
|
+
* * `BMD` - Bermudan Dollar
|
|
39
|
+
* * `BTN` - Bhutanese Ngultrum
|
|
40
|
+
* * `BOB` - Bolivian Boliviano
|
|
41
|
+
* * `BOL` - Bolivian Boliviano (1863–1963)
|
|
42
|
+
* * `BOV` - Bolivian Mvdol
|
|
43
|
+
* * `BOP` - Bolivian Peso
|
|
44
|
+
* * `BAM` - Bosnia-Herzegovina Convertible Mark
|
|
45
|
+
* * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
|
|
46
|
+
* * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
|
|
47
|
+
* * `BWP` - Botswanan Pula
|
|
48
|
+
* * `BRC` - Brazilian Cruzado (1986–1989)
|
|
49
|
+
* * `BRZ` - Brazilian Cruzeiro (1942–1967)
|
|
50
|
+
* * `BRE` - Brazilian Cruzeiro (1990–1993)
|
|
51
|
+
* * `BRR` - Brazilian Cruzeiro (1993–1994)
|
|
52
|
+
* * `BRN` - Brazilian New Cruzado (1989–1990)
|
|
53
|
+
* * `BRB` - Brazilian New Cruzeiro (1967–1986)
|
|
54
|
+
* * `BRL` - Brazilian Real
|
|
55
|
+
* * `GBP` - British Pound
|
|
56
|
+
* * `BND` - Brunei Dollar
|
|
57
|
+
* * `BGL` - Bulgarian Hard Lev
|
|
58
|
+
* * `BGN` - Bulgarian Lev
|
|
59
|
+
* * `BGO` - Bulgarian Lev (1879–1952)
|
|
60
|
+
* * `BGM` - Bulgarian Socialist Lev
|
|
61
|
+
* * `BUK` - Burmese Kyat
|
|
62
|
+
* * `BIF` - Burundian Franc
|
|
63
|
+
* * `XPF` - CFP Franc
|
|
64
|
+
* * `KHR` - Cambodian Riel
|
|
65
|
+
* * `CAD` - Canadian Dollar
|
|
66
|
+
* * `CVE` - Cape Verdean Escudo
|
|
67
|
+
* * `KYD` - Cayman Islands Dollar
|
|
68
|
+
* * `XAF` - Central African CFA Franc
|
|
69
|
+
* * `CLE` - Chilean Escudo
|
|
70
|
+
* * `CLP` - Chilean Peso
|
|
71
|
+
* * `CLF` - Chilean Unit of Account (UF)
|
|
72
|
+
* * `CNX` - Chinese People’s Bank Dollar
|
|
73
|
+
* * `CNY` - Chinese Yuan
|
|
74
|
+
* * `CNH` - Chinese Yuan (offshore)
|
|
75
|
+
* * `COP` - Colombian Peso
|
|
76
|
+
* * `COU` - Colombian Real Value Unit
|
|
77
|
+
* * `KMF` - Comorian Franc
|
|
78
|
+
* * `CDF` - Congolese Franc
|
|
79
|
+
* * `CRC` - Costa Rican Colón
|
|
80
|
+
* * `HRD` - Croatian Dinar
|
|
81
|
+
* * `HRK` - Croatian Kuna
|
|
82
|
+
* * `CUC` - Cuban Convertible Peso
|
|
83
|
+
* * `CUP` - Cuban Peso
|
|
84
|
+
* * `CYP` - Cypriot Pound
|
|
85
|
+
* * `CZK` - Czech Koruna
|
|
86
|
+
* * `CSK` - Czechoslovak Hard Koruna
|
|
87
|
+
* * `DKK` - Danish Krone
|
|
88
|
+
* * `DJF` - Djiboutian Franc
|
|
89
|
+
* * `DOP` - Dominican Peso
|
|
90
|
+
* * `NLG` - Dutch Guilder
|
|
91
|
+
* * `XCD` - East Caribbean Dollar
|
|
92
|
+
* * `DDM` - East German Mark
|
|
93
|
+
* * `ECS` - Ecuadorian Sucre
|
|
94
|
+
* * `ECV` - Ecuadorian Unit of Constant Value
|
|
95
|
+
* * `EGP` - Egyptian Pound
|
|
96
|
+
* * `GQE` - Equatorial Guinean Ekwele
|
|
97
|
+
* * `ERN` - Eritrean Nakfa
|
|
98
|
+
* * `EEK` - Estonian Kroon
|
|
99
|
+
* * `ETB` - Ethiopian Birr
|
|
100
|
+
* * `EUR` - Euro
|
|
101
|
+
* * `XBA` - European Composite Unit
|
|
102
|
+
* * `XEU` - European Currency Unit
|
|
103
|
+
* * `XBB` - European Monetary Unit
|
|
104
|
+
* * `XBC` - European Unit of Account (XBC)
|
|
105
|
+
* * `XBD` - European Unit of Account (XBD)
|
|
106
|
+
* * `FKP` - Falkland Islands Pound
|
|
107
|
+
* * `FJD` - Fijian Dollar
|
|
108
|
+
* * `FIM` - Finnish Markka
|
|
109
|
+
* * `FRF` - French Franc
|
|
110
|
+
* * `XFO` - French Gold Franc
|
|
111
|
+
* * `XFU` - French UIC-Franc
|
|
112
|
+
* * `GMD` - Gambian Dalasi
|
|
113
|
+
* * `GEK` - Georgian Kupon Larit
|
|
114
|
+
* * `GEL` - Georgian Lari
|
|
115
|
+
* * `DEM` - German Mark
|
|
116
|
+
* * `GHS` - Ghanaian Cedi
|
|
117
|
+
* * `GHC` - Ghanaian Cedi (1979–2007)
|
|
118
|
+
* * `GIP` - Gibraltar Pound
|
|
119
|
+
* * `XAU` - Gold
|
|
120
|
+
* * `GRD` - Greek Drachma
|
|
121
|
+
* * `GTQ` - Guatemalan Quetzal
|
|
122
|
+
* * `GWP` - Guinea-Bissau Peso
|
|
123
|
+
* * `GNF` - Guinean Franc
|
|
124
|
+
* * `GNS` - Guinean Syli
|
|
125
|
+
* * `GYD` - Guyanaese Dollar
|
|
126
|
+
* * `HTG` - Haitian Gourde
|
|
127
|
+
* * `HNL` - Honduran Lempira
|
|
128
|
+
* * `HKD` - Hong Kong Dollar
|
|
129
|
+
* * `HUF` - Hungarian Forint
|
|
130
|
+
* * `IMP` - IMP
|
|
131
|
+
* * `ISK` - Icelandic Króna
|
|
132
|
+
* * `ISJ` - Icelandic Króna (1918–1981)
|
|
133
|
+
* * `INR` - Indian Rupee
|
|
134
|
+
* * `IDR` - Indonesian Rupiah
|
|
135
|
+
* * `IRR` - Iranian Rial
|
|
136
|
+
* * `IQD` - Iraqi Dinar
|
|
137
|
+
* * `IEP` - Irish Pound
|
|
138
|
+
* * `ILS` - Israeli New Shekel
|
|
139
|
+
* * `ILP` - Israeli Pound
|
|
140
|
+
* * `ILR` - Israeli Shekel (1980–1985)
|
|
141
|
+
* * `ITL` - Italian Lira
|
|
142
|
+
* * `JMD` - Jamaican Dollar
|
|
143
|
+
* * `JPY` - Japanese Yen
|
|
144
|
+
* * `JOD` - Jordanian Dinar
|
|
145
|
+
* * `KZT` - Kazakhstani Tenge
|
|
146
|
+
* * `KES` - Kenyan Shilling
|
|
147
|
+
* * `KWD` - Kuwaiti Dinar
|
|
148
|
+
* * `KGS` - Kyrgystani Som
|
|
149
|
+
* * `LAK` - Laotian Kip
|
|
150
|
+
* * `LVL` - Latvian Lats
|
|
151
|
+
* * `LVR` - Latvian Ruble
|
|
152
|
+
* * `LBP` - Lebanese Pound
|
|
153
|
+
* * `LSL` - Lesotho Loti
|
|
154
|
+
* * `LRD` - Liberian Dollar
|
|
155
|
+
* * `LYD` - Libyan Dinar
|
|
156
|
+
* * `LTL` - Lithuanian Litas
|
|
157
|
+
* * `LTT` - Lithuanian Talonas
|
|
158
|
+
* * `LUL` - Luxembourg Financial Franc
|
|
159
|
+
* * `LUC` - Luxembourgian Convertible Franc
|
|
160
|
+
* * `LUF` - Luxembourgian Franc
|
|
161
|
+
* * `MOP` - Macanese Pataca
|
|
162
|
+
* * `MKD` - Macedonian Denar
|
|
163
|
+
* * `MKN` - Macedonian Denar (1992–1993)
|
|
164
|
+
* * `MGA` - Malagasy Ariary
|
|
165
|
+
* * `MGF` - Malagasy Franc
|
|
166
|
+
* * `MWK` - Malawian Kwacha
|
|
167
|
+
* * `MYR` - Malaysian Ringgit
|
|
168
|
+
* * `MVR` - Maldivian Rufiyaa
|
|
169
|
+
* * `MVP` - Maldivian Rupee (1947–1981)
|
|
170
|
+
* * `MLF` - Malian Franc
|
|
171
|
+
* * `MTL` - Maltese Lira
|
|
172
|
+
* * `MTP` - Maltese Pound
|
|
173
|
+
* * `MRU` - Mauritanian Ouguiya
|
|
174
|
+
* * `MRO` - Mauritanian Ouguiya (1973–2017)
|
|
175
|
+
* * `MUR` - Mauritian Rupee
|
|
176
|
+
* * `MXV` - Mexican Investment Unit
|
|
177
|
+
* * `MXN` - Mexican Peso
|
|
178
|
+
* * `MXP` - Mexican Silver Peso (1861–1992)
|
|
179
|
+
* * `MDC` - Moldovan Cupon
|
|
180
|
+
* * `MDL` - Moldovan Leu
|
|
181
|
+
* * `MCF` - Monegasque Franc
|
|
182
|
+
* * `MNT` - Mongolian Tugrik
|
|
183
|
+
* * `MAD` - Moroccan Dirham
|
|
184
|
+
* * `MAF` - Moroccan Franc
|
|
185
|
+
* * `MZE` - Mozambican Escudo
|
|
186
|
+
* * `MZN` - Mozambican Metical
|
|
187
|
+
* * `MZM` - Mozambican Metical (1980–2006)
|
|
188
|
+
* * `MMK` - Myanmar Kyat
|
|
189
|
+
* * `NAD` - Namibian Dollar
|
|
190
|
+
* * `NPR` - Nepalese Rupee
|
|
191
|
+
* * `ANG` - Netherlands Antillean Guilder
|
|
192
|
+
* * `TWD` - New Taiwan Dollar
|
|
193
|
+
* * `NZD` - New Zealand Dollar
|
|
194
|
+
* * `NIO` - Nicaraguan Córdoba
|
|
195
|
+
* * `NIC` - Nicaraguan Córdoba (1988–1991)
|
|
196
|
+
* * `NGN` - Nigerian Naira
|
|
197
|
+
* * `KPW` - North Korean Won
|
|
198
|
+
* * `NOK` - Norwegian Krone
|
|
199
|
+
* * `OMR` - Omani Rial
|
|
200
|
+
* * `PKR` - Pakistani Rupee
|
|
201
|
+
* * `XPD` - Palladium
|
|
202
|
+
* * `PAB` - Panamanian Balboa
|
|
203
|
+
* * `PGK` - Papua New Guinean Kina
|
|
204
|
+
* * `PYG` - Paraguayan Guarani
|
|
205
|
+
* * `PEI` - Peruvian Inti
|
|
206
|
+
* * `PEN` - Peruvian Sol
|
|
207
|
+
* * `PES` - Peruvian Sol (1863–1965)
|
|
208
|
+
* * `PHP` - Philippine Peso
|
|
209
|
+
* * `XPT` - Platinum
|
|
210
|
+
* * `PLN` - Polish Zloty
|
|
211
|
+
* * `PLZ` - Polish Zloty (1950–1995)
|
|
212
|
+
* * `PTE` - Portuguese Escudo
|
|
213
|
+
* * `GWE` - Portuguese Guinea Escudo
|
|
214
|
+
* * `QAR` - Qatari Rial
|
|
215
|
+
* * `XRE` - RINET Funds
|
|
216
|
+
* * `RHD` - Rhodesian Dollar
|
|
217
|
+
* * `RON` - Romanian Leu
|
|
218
|
+
* * `ROL` - Romanian Leu (1952–2006)
|
|
219
|
+
* * `RUB` - Russian Ruble
|
|
220
|
+
* * `RUR` - Russian Ruble (1991–1998)
|
|
221
|
+
* * `RWF` - Rwandan Franc
|
|
222
|
+
* * `SVC` - Salvadoran Colón
|
|
223
|
+
* * `WST` - Samoan Tala
|
|
224
|
+
* * `SAR` - Saudi Riyal
|
|
225
|
+
* * `RSD` - Serbian Dinar
|
|
226
|
+
* * `CSD` - Serbian Dinar (2002–2006)
|
|
227
|
+
* * `SCR` - Seychellois Rupee
|
|
228
|
+
* * `SLL` - Sierra Leonean Leone
|
|
229
|
+
* * `XAG` - Silver
|
|
230
|
+
* * `SGD` - Singapore Dollar
|
|
231
|
+
* * `SKK` - Slovak Koruna
|
|
232
|
+
* * `SIT` - Slovenian Tolar
|
|
233
|
+
* * `SBD` - Solomon Islands Dollar
|
|
234
|
+
* * `SOS` - Somali Shilling
|
|
235
|
+
* * `ZAR` - South African Rand
|
|
236
|
+
* * `ZAL` - South African Rand (financial)
|
|
237
|
+
* * `KRH` - South Korean Hwan (1953–1962)
|
|
238
|
+
* * `KRW` - South Korean Won
|
|
239
|
+
* * `KRO` - South Korean Won (1945–1953)
|
|
240
|
+
* * `SSP` - South Sudanese Pound
|
|
241
|
+
* * `SUR` - Soviet Rouble
|
|
242
|
+
* * `ESP` - Spanish Peseta
|
|
243
|
+
* * `ESA` - Spanish Peseta (A account)
|
|
244
|
+
* * `ESB` - Spanish Peseta (convertible account)
|
|
245
|
+
* * `XDR` - Special Drawing Rights
|
|
246
|
+
* * `LKR` - Sri Lankan Rupee
|
|
247
|
+
* * `SHP` - St. Helena Pound
|
|
248
|
+
* * `XSU` - Sucre
|
|
249
|
+
* * `SDD` - Sudanese Dinar (1992–2007)
|
|
250
|
+
* * `SDG` - Sudanese Pound
|
|
251
|
+
* * `SDP` - Sudanese Pound (1957–1998)
|
|
252
|
+
* * `SRD` - Surinamese Dollar
|
|
253
|
+
* * `SRG` - Surinamese Guilder
|
|
254
|
+
* * `SZL` - Swazi Lilangeni
|
|
255
|
+
* * `SEK` - Swedish Krona
|
|
256
|
+
* * `CHF` - Swiss Franc
|
|
257
|
+
* * `SYP` - Syrian Pound
|
|
258
|
+
* * `STN` - São Tomé & Príncipe Dobra
|
|
259
|
+
* * `STD` - São Tomé & Príncipe Dobra (1977–2017)
|
|
260
|
+
* * `TVD` - TVD
|
|
261
|
+
* * `TJR` - Tajikistani Ruble
|
|
262
|
+
* * `TJS` - Tajikistani Somoni
|
|
263
|
+
* * `TZS` - Tanzanian Shilling
|
|
264
|
+
* * `XTS` - Testing Currency Code
|
|
265
|
+
* * `THB` - Thai Baht
|
|
266
|
+
* * `XXX` - The codes assigned for transactions where no currency is involved
|
|
267
|
+
* * `TPE` - Timorese Escudo
|
|
268
|
+
* * `TOP` - Tongan Paʻanga
|
|
269
|
+
* * `TTD` - Trinidad & Tobago Dollar
|
|
270
|
+
* * `TND` - Tunisian Dinar
|
|
271
|
+
* * `TRY` - Turkish Lira
|
|
272
|
+
* * `TRL` - Turkish Lira (1922–2005)
|
|
273
|
+
* * `TMT` - Turkmenistani Manat
|
|
274
|
+
* * `TMM` - Turkmenistani Manat (1993–2009)
|
|
275
|
+
* * `USD` - US Dollar
|
|
276
|
+
* * `USN` - US Dollar (Next day)
|
|
277
|
+
* * `USS` - US Dollar (Same day)
|
|
278
|
+
* * `UGX` - Ugandan Shilling
|
|
279
|
+
* * `UGS` - Ugandan Shilling (1966–1987)
|
|
280
|
+
* * `UAH` - Ukrainian Hryvnia
|
|
281
|
+
* * `UAK` - Ukrainian Karbovanets
|
|
282
|
+
* * `AED` - United Arab Emirates Dirham
|
|
283
|
+
* * `UYW` - Uruguayan Nominal Wage Index Unit
|
|
284
|
+
* * `UYU` - Uruguayan Peso
|
|
285
|
+
* * `UYP` - Uruguayan Peso (1975–1993)
|
|
286
|
+
* * `UYI` - Uruguayan Peso (Indexed Units)
|
|
287
|
+
* * `UZS` - Uzbekistani Som
|
|
288
|
+
* * `VUV` - Vanuatu Vatu
|
|
289
|
+
* * `VES` - Venezuelan Bolívar
|
|
290
|
+
* * `VEB` - Venezuelan Bolívar (1871–2008)
|
|
291
|
+
* * `VEF` - Venezuelan Bolívar (2008–2018)
|
|
292
|
+
* * `VND` - Vietnamese Dong
|
|
293
|
+
* * `VNN` - Vietnamese Dong (1978–1985)
|
|
294
|
+
* * `CHE` - WIR Euro
|
|
295
|
+
* * `CHW` - WIR Franc
|
|
296
|
+
* * `XOF` - West African CFA Franc
|
|
297
|
+
* * `YDD` - Yemeni Dinar
|
|
298
|
+
* * `YER` - Yemeni Rial
|
|
299
|
+
* * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
|
|
300
|
+
* * `YUD` - Yugoslavian Hard Dinar (1966–1990)
|
|
301
|
+
* * `YUM` - Yugoslavian New Dinar (1994–2002)
|
|
302
|
+
* * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
|
|
303
|
+
* * `ZWN` - ZWN
|
|
304
|
+
* * `ZRN` - Zairean New Zaire (1993–1998)
|
|
305
|
+
* * `ZRZ` - Zairean Zaire (1971–1993)
|
|
306
|
+
* * `ZMW` - Zambian Kwacha
|
|
307
|
+
* * `ZMK` - Zambian Kwacha (1968–2012)
|
|
308
|
+
* * `ZWD` - Zimbabwean Dollar (1980–2008)
|
|
309
|
+
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
310
|
+
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
311
|
+
*/
|
|
312
|
+
export type ExpenseReportCurrency = Merge.accounting.TransactionCurrencyEnum | string;
|
|
@@ -333,7 +333,7 @@ export interface ExpenseReportLine {
|
|
|
333
333
|
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
334
334
|
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
335
335
|
*/
|
|
336
|
-
currency?: Merge.accounting.
|
|
336
|
+
currency?: Merge.accounting.ExpenseReportLineCurrency;
|
|
337
337
|
/** Exchange rate used if the line item is in a foreign currency. */
|
|
338
338
|
exchangeRate?: string;
|
|
339
339
|
/** Whether the expense line is billable to a client or project. */
|
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
import type * as Merge from "../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* Currency of the expense line (if different from the report currency).
|
|
4
|
+
*
|
|
5
|
+
* * `XUA` - ADB Unit of Account
|
|
6
|
+
* * `AFN` - Afghan Afghani
|
|
7
|
+
* * `AFA` - Afghan Afghani (1927–2002)
|
|
8
|
+
* * `ALL` - Albanian Lek
|
|
9
|
+
* * `ALK` - Albanian Lek (1946–1965)
|
|
10
|
+
* * `DZD` - Algerian Dinar
|
|
11
|
+
* * `ADP` - Andorran Peseta
|
|
12
|
+
* * `AOA` - Angolan Kwanza
|
|
13
|
+
* * `AOK` - Angolan Kwanza (1977–1991)
|
|
14
|
+
* * `AON` - Angolan New Kwanza (1990–2000)
|
|
15
|
+
* * `AOR` - Angolan Readjusted Kwanza (1995–1999)
|
|
16
|
+
* * `ARA` - Argentine Austral
|
|
17
|
+
* * `ARS` - Argentine Peso
|
|
18
|
+
* * `ARM` - Argentine Peso (1881–1970)
|
|
19
|
+
* * `ARP` - Argentine Peso (1983–1985)
|
|
20
|
+
* * `ARL` - Argentine Peso Ley (1970–1983)
|
|
21
|
+
* * `AMD` - Armenian Dram
|
|
22
|
+
* * `AWG` - Aruban Florin
|
|
23
|
+
* * `AUD` - Australian Dollar
|
|
24
|
+
* * `ATS` - Austrian Schilling
|
|
25
|
+
* * `AZN` - Azerbaijani Manat
|
|
26
|
+
* * `AZM` - Azerbaijani Manat (1993–2006)
|
|
27
|
+
* * `BSD` - Bahamian Dollar
|
|
28
|
+
* * `BHD` - Bahraini Dinar
|
|
29
|
+
* * `BDT` - Bangladeshi Taka
|
|
30
|
+
* * `BBD` - Barbadian Dollar
|
|
31
|
+
* * `BYN` - Belarusian Ruble
|
|
32
|
+
* * `BYB` - Belarusian Ruble (1994–1999)
|
|
33
|
+
* * `BYR` - Belarusian Ruble (2000–2016)
|
|
34
|
+
* * `BEF` - Belgian Franc
|
|
35
|
+
* * `BEC` - Belgian Franc (convertible)
|
|
36
|
+
* * `BEL` - Belgian Franc (financial)
|
|
37
|
+
* * `BZD` - Belize Dollar
|
|
38
|
+
* * `BMD` - Bermudan Dollar
|
|
39
|
+
* * `BTN` - Bhutanese Ngultrum
|
|
40
|
+
* * `BOB` - Bolivian Boliviano
|
|
41
|
+
* * `BOL` - Bolivian Boliviano (1863–1963)
|
|
42
|
+
* * `BOV` - Bolivian Mvdol
|
|
43
|
+
* * `BOP` - Bolivian Peso
|
|
44
|
+
* * `BAM` - Bosnia-Herzegovina Convertible Mark
|
|
45
|
+
* * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
|
|
46
|
+
* * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
|
|
47
|
+
* * `BWP` - Botswanan Pula
|
|
48
|
+
* * `BRC` - Brazilian Cruzado (1986–1989)
|
|
49
|
+
* * `BRZ` - Brazilian Cruzeiro (1942–1967)
|
|
50
|
+
* * `BRE` - Brazilian Cruzeiro (1990–1993)
|
|
51
|
+
* * `BRR` - Brazilian Cruzeiro (1993–1994)
|
|
52
|
+
* * `BRN` - Brazilian New Cruzado (1989–1990)
|
|
53
|
+
* * `BRB` - Brazilian New Cruzeiro (1967–1986)
|
|
54
|
+
* * `BRL` - Brazilian Real
|
|
55
|
+
* * `GBP` - British Pound
|
|
56
|
+
* * `BND` - Brunei Dollar
|
|
57
|
+
* * `BGL` - Bulgarian Hard Lev
|
|
58
|
+
* * `BGN` - Bulgarian Lev
|
|
59
|
+
* * `BGO` - Bulgarian Lev (1879–1952)
|
|
60
|
+
* * `BGM` - Bulgarian Socialist Lev
|
|
61
|
+
* * `BUK` - Burmese Kyat
|
|
62
|
+
* * `BIF` - Burundian Franc
|
|
63
|
+
* * `XPF` - CFP Franc
|
|
64
|
+
* * `KHR` - Cambodian Riel
|
|
65
|
+
* * `CAD` - Canadian Dollar
|
|
66
|
+
* * `CVE` - Cape Verdean Escudo
|
|
67
|
+
* * `KYD` - Cayman Islands Dollar
|
|
68
|
+
* * `XAF` - Central African CFA Franc
|
|
69
|
+
* * `CLE` - Chilean Escudo
|
|
70
|
+
* * `CLP` - Chilean Peso
|
|
71
|
+
* * `CLF` - Chilean Unit of Account (UF)
|
|
72
|
+
* * `CNX` - Chinese People’s Bank Dollar
|
|
73
|
+
* * `CNY` - Chinese Yuan
|
|
74
|
+
* * `CNH` - Chinese Yuan (offshore)
|
|
75
|
+
* * `COP` - Colombian Peso
|
|
76
|
+
* * `COU` - Colombian Real Value Unit
|
|
77
|
+
* * `KMF` - Comorian Franc
|
|
78
|
+
* * `CDF` - Congolese Franc
|
|
79
|
+
* * `CRC` - Costa Rican Colón
|
|
80
|
+
* * `HRD` - Croatian Dinar
|
|
81
|
+
* * `HRK` - Croatian Kuna
|
|
82
|
+
* * `CUC` - Cuban Convertible Peso
|
|
83
|
+
* * `CUP` - Cuban Peso
|
|
84
|
+
* * `CYP` - Cypriot Pound
|
|
85
|
+
* * `CZK` - Czech Koruna
|
|
86
|
+
* * `CSK` - Czechoslovak Hard Koruna
|
|
87
|
+
* * `DKK` - Danish Krone
|
|
88
|
+
* * `DJF` - Djiboutian Franc
|
|
89
|
+
* * `DOP` - Dominican Peso
|
|
90
|
+
* * `NLG` - Dutch Guilder
|
|
91
|
+
* * `XCD` - East Caribbean Dollar
|
|
92
|
+
* * `DDM` - East German Mark
|
|
93
|
+
* * `ECS` - Ecuadorian Sucre
|
|
94
|
+
* * `ECV` - Ecuadorian Unit of Constant Value
|
|
95
|
+
* * `EGP` - Egyptian Pound
|
|
96
|
+
* * `GQE` - Equatorial Guinean Ekwele
|
|
97
|
+
* * `ERN` - Eritrean Nakfa
|
|
98
|
+
* * `EEK` - Estonian Kroon
|
|
99
|
+
* * `ETB` - Ethiopian Birr
|
|
100
|
+
* * `EUR` - Euro
|
|
101
|
+
* * `XBA` - European Composite Unit
|
|
102
|
+
* * `XEU` - European Currency Unit
|
|
103
|
+
* * `XBB` - European Monetary Unit
|
|
104
|
+
* * `XBC` - European Unit of Account (XBC)
|
|
105
|
+
* * `XBD` - European Unit of Account (XBD)
|
|
106
|
+
* * `FKP` - Falkland Islands Pound
|
|
107
|
+
* * `FJD` - Fijian Dollar
|
|
108
|
+
* * `FIM` - Finnish Markka
|
|
109
|
+
* * `FRF` - French Franc
|
|
110
|
+
* * `XFO` - French Gold Franc
|
|
111
|
+
* * `XFU` - French UIC-Franc
|
|
112
|
+
* * `GMD` - Gambian Dalasi
|
|
113
|
+
* * `GEK` - Georgian Kupon Larit
|
|
114
|
+
* * `GEL` - Georgian Lari
|
|
115
|
+
* * `DEM` - German Mark
|
|
116
|
+
* * `GHS` - Ghanaian Cedi
|
|
117
|
+
* * `GHC` - Ghanaian Cedi (1979–2007)
|
|
118
|
+
* * `GIP` - Gibraltar Pound
|
|
119
|
+
* * `XAU` - Gold
|
|
120
|
+
* * `GRD` - Greek Drachma
|
|
121
|
+
* * `GTQ` - Guatemalan Quetzal
|
|
122
|
+
* * `GWP` - Guinea-Bissau Peso
|
|
123
|
+
* * `GNF` - Guinean Franc
|
|
124
|
+
* * `GNS` - Guinean Syli
|
|
125
|
+
* * `GYD` - Guyanaese Dollar
|
|
126
|
+
* * `HTG` - Haitian Gourde
|
|
127
|
+
* * `HNL` - Honduran Lempira
|
|
128
|
+
* * `HKD` - Hong Kong Dollar
|
|
129
|
+
* * `HUF` - Hungarian Forint
|
|
130
|
+
* * `IMP` - IMP
|
|
131
|
+
* * `ISK` - Icelandic Króna
|
|
132
|
+
* * `ISJ` - Icelandic Króna (1918–1981)
|
|
133
|
+
* * `INR` - Indian Rupee
|
|
134
|
+
* * `IDR` - Indonesian Rupiah
|
|
135
|
+
* * `IRR` - Iranian Rial
|
|
136
|
+
* * `IQD` - Iraqi Dinar
|
|
137
|
+
* * `IEP` - Irish Pound
|
|
138
|
+
* * `ILS` - Israeli New Shekel
|
|
139
|
+
* * `ILP` - Israeli Pound
|
|
140
|
+
* * `ILR` - Israeli Shekel (1980–1985)
|
|
141
|
+
* * `ITL` - Italian Lira
|
|
142
|
+
* * `JMD` - Jamaican Dollar
|
|
143
|
+
* * `JPY` - Japanese Yen
|
|
144
|
+
* * `JOD` - Jordanian Dinar
|
|
145
|
+
* * `KZT` - Kazakhstani Tenge
|
|
146
|
+
* * `KES` - Kenyan Shilling
|
|
147
|
+
* * `KWD` - Kuwaiti Dinar
|
|
148
|
+
* * `KGS` - Kyrgystani Som
|
|
149
|
+
* * `LAK` - Laotian Kip
|
|
150
|
+
* * `LVL` - Latvian Lats
|
|
151
|
+
* * `LVR` - Latvian Ruble
|
|
152
|
+
* * `LBP` - Lebanese Pound
|
|
153
|
+
* * `LSL` - Lesotho Loti
|
|
154
|
+
* * `LRD` - Liberian Dollar
|
|
155
|
+
* * `LYD` - Libyan Dinar
|
|
156
|
+
* * `LTL` - Lithuanian Litas
|
|
157
|
+
* * `LTT` - Lithuanian Talonas
|
|
158
|
+
* * `LUL` - Luxembourg Financial Franc
|
|
159
|
+
* * `LUC` - Luxembourgian Convertible Franc
|
|
160
|
+
* * `LUF` - Luxembourgian Franc
|
|
161
|
+
* * `MOP` - Macanese Pataca
|
|
162
|
+
* * `MKD` - Macedonian Denar
|
|
163
|
+
* * `MKN` - Macedonian Denar (1992–1993)
|
|
164
|
+
* * `MGA` - Malagasy Ariary
|
|
165
|
+
* * `MGF` - Malagasy Franc
|
|
166
|
+
* * `MWK` - Malawian Kwacha
|
|
167
|
+
* * `MYR` - Malaysian Ringgit
|
|
168
|
+
* * `MVR` - Maldivian Rufiyaa
|
|
169
|
+
* * `MVP` - Maldivian Rupee (1947–1981)
|
|
170
|
+
* * `MLF` - Malian Franc
|
|
171
|
+
* * `MTL` - Maltese Lira
|
|
172
|
+
* * `MTP` - Maltese Pound
|
|
173
|
+
* * `MRU` - Mauritanian Ouguiya
|
|
174
|
+
* * `MRO` - Mauritanian Ouguiya (1973–2017)
|
|
175
|
+
* * `MUR` - Mauritian Rupee
|
|
176
|
+
* * `MXV` - Mexican Investment Unit
|
|
177
|
+
* * `MXN` - Mexican Peso
|
|
178
|
+
* * `MXP` - Mexican Silver Peso (1861–1992)
|
|
179
|
+
* * `MDC` - Moldovan Cupon
|
|
180
|
+
* * `MDL` - Moldovan Leu
|
|
181
|
+
* * `MCF` - Monegasque Franc
|
|
182
|
+
* * `MNT` - Mongolian Tugrik
|
|
183
|
+
* * `MAD` - Moroccan Dirham
|
|
184
|
+
* * `MAF` - Moroccan Franc
|
|
185
|
+
* * `MZE` - Mozambican Escudo
|
|
186
|
+
* * `MZN` - Mozambican Metical
|
|
187
|
+
* * `MZM` - Mozambican Metical (1980–2006)
|
|
188
|
+
* * `MMK` - Myanmar Kyat
|
|
189
|
+
* * `NAD` - Namibian Dollar
|
|
190
|
+
* * `NPR` - Nepalese Rupee
|
|
191
|
+
* * `ANG` - Netherlands Antillean Guilder
|
|
192
|
+
* * `TWD` - New Taiwan Dollar
|
|
193
|
+
* * `NZD` - New Zealand Dollar
|
|
194
|
+
* * `NIO` - Nicaraguan Córdoba
|
|
195
|
+
* * `NIC` - Nicaraguan Córdoba (1988–1991)
|
|
196
|
+
* * `NGN` - Nigerian Naira
|
|
197
|
+
* * `KPW` - North Korean Won
|
|
198
|
+
* * `NOK` - Norwegian Krone
|
|
199
|
+
* * `OMR` - Omani Rial
|
|
200
|
+
* * `PKR` - Pakistani Rupee
|
|
201
|
+
* * `XPD` - Palladium
|
|
202
|
+
* * `PAB` - Panamanian Balboa
|
|
203
|
+
* * `PGK` - Papua New Guinean Kina
|
|
204
|
+
* * `PYG` - Paraguayan Guarani
|
|
205
|
+
* * `PEI` - Peruvian Inti
|
|
206
|
+
* * `PEN` - Peruvian Sol
|
|
207
|
+
* * `PES` - Peruvian Sol (1863–1965)
|
|
208
|
+
* * `PHP` - Philippine Peso
|
|
209
|
+
* * `XPT` - Platinum
|
|
210
|
+
* * `PLN` - Polish Zloty
|
|
211
|
+
* * `PLZ` - Polish Zloty (1950–1995)
|
|
212
|
+
* * `PTE` - Portuguese Escudo
|
|
213
|
+
* * `GWE` - Portuguese Guinea Escudo
|
|
214
|
+
* * `QAR` - Qatari Rial
|
|
215
|
+
* * `XRE` - RINET Funds
|
|
216
|
+
* * `RHD` - Rhodesian Dollar
|
|
217
|
+
* * `RON` - Romanian Leu
|
|
218
|
+
* * `ROL` - Romanian Leu (1952–2006)
|
|
219
|
+
* * `RUB` - Russian Ruble
|
|
220
|
+
* * `RUR` - Russian Ruble (1991–1998)
|
|
221
|
+
* * `RWF` - Rwandan Franc
|
|
222
|
+
* * `SVC` - Salvadoran Colón
|
|
223
|
+
* * `WST` - Samoan Tala
|
|
224
|
+
* * `SAR` - Saudi Riyal
|
|
225
|
+
* * `RSD` - Serbian Dinar
|
|
226
|
+
* * `CSD` - Serbian Dinar (2002–2006)
|
|
227
|
+
* * `SCR` - Seychellois Rupee
|
|
228
|
+
* * `SLL` - Sierra Leonean Leone
|
|
229
|
+
* * `XAG` - Silver
|
|
230
|
+
* * `SGD` - Singapore Dollar
|
|
231
|
+
* * `SKK` - Slovak Koruna
|
|
232
|
+
* * `SIT` - Slovenian Tolar
|
|
233
|
+
* * `SBD` - Solomon Islands Dollar
|
|
234
|
+
* * `SOS` - Somali Shilling
|
|
235
|
+
* * `ZAR` - South African Rand
|
|
236
|
+
* * `ZAL` - South African Rand (financial)
|
|
237
|
+
* * `KRH` - South Korean Hwan (1953–1962)
|
|
238
|
+
* * `KRW` - South Korean Won
|
|
239
|
+
* * `KRO` - South Korean Won (1945–1953)
|
|
240
|
+
* * `SSP` - South Sudanese Pound
|
|
241
|
+
* * `SUR` - Soviet Rouble
|
|
242
|
+
* * `ESP` - Spanish Peseta
|
|
243
|
+
* * `ESA` - Spanish Peseta (A account)
|
|
244
|
+
* * `ESB` - Spanish Peseta (convertible account)
|
|
245
|
+
* * `XDR` - Special Drawing Rights
|
|
246
|
+
* * `LKR` - Sri Lankan Rupee
|
|
247
|
+
* * `SHP` - St. Helena Pound
|
|
248
|
+
* * `XSU` - Sucre
|
|
249
|
+
* * `SDD` - Sudanese Dinar (1992–2007)
|
|
250
|
+
* * `SDG` - Sudanese Pound
|
|
251
|
+
* * `SDP` - Sudanese Pound (1957–1998)
|
|
252
|
+
* * `SRD` - Surinamese Dollar
|
|
253
|
+
* * `SRG` - Surinamese Guilder
|
|
254
|
+
* * `SZL` - Swazi Lilangeni
|
|
255
|
+
* * `SEK` - Swedish Krona
|
|
256
|
+
* * `CHF` - Swiss Franc
|
|
257
|
+
* * `SYP` - Syrian Pound
|
|
258
|
+
* * `STN` - São Tomé & Príncipe Dobra
|
|
259
|
+
* * `STD` - São Tomé & Príncipe Dobra (1977–2017)
|
|
260
|
+
* * `TVD` - TVD
|
|
261
|
+
* * `TJR` - Tajikistani Ruble
|
|
262
|
+
* * `TJS` - Tajikistani Somoni
|
|
263
|
+
* * `TZS` - Tanzanian Shilling
|
|
264
|
+
* * `XTS` - Testing Currency Code
|
|
265
|
+
* * `THB` - Thai Baht
|
|
266
|
+
* * `XXX` - The codes assigned for transactions where no currency is involved
|
|
267
|
+
* * `TPE` - Timorese Escudo
|
|
268
|
+
* * `TOP` - Tongan Paʻanga
|
|
269
|
+
* * `TTD` - Trinidad & Tobago Dollar
|
|
270
|
+
* * `TND` - Tunisian Dinar
|
|
271
|
+
* * `TRY` - Turkish Lira
|
|
272
|
+
* * `TRL` - Turkish Lira (1922–2005)
|
|
273
|
+
* * `TMT` - Turkmenistani Manat
|
|
274
|
+
* * `TMM` - Turkmenistani Manat (1993–2009)
|
|
275
|
+
* * `USD` - US Dollar
|
|
276
|
+
* * `USN` - US Dollar (Next day)
|
|
277
|
+
* * `USS` - US Dollar (Same day)
|
|
278
|
+
* * `UGX` - Ugandan Shilling
|
|
279
|
+
* * `UGS` - Ugandan Shilling (1966–1987)
|
|
280
|
+
* * `UAH` - Ukrainian Hryvnia
|
|
281
|
+
* * `UAK` - Ukrainian Karbovanets
|
|
282
|
+
* * `AED` - United Arab Emirates Dirham
|
|
283
|
+
* * `UYW` - Uruguayan Nominal Wage Index Unit
|
|
284
|
+
* * `UYU` - Uruguayan Peso
|
|
285
|
+
* * `UYP` - Uruguayan Peso (1975–1993)
|
|
286
|
+
* * `UYI` - Uruguayan Peso (Indexed Units)
|
|
287
|
+
* * `UZS` - Uzbekistani Som
|
|
288
|
+
* * `VUV` - Vanuatu Vatu
|
|
289
|
+
* * `VES` - Venezuelan Bolívar
|
|
290
|
+
* * `VEB` - Venezuelan Bolívar (1871–2008)
|
|
291
|
+
* * `VEF` - Venezuelan Bolívar (2008–2018)
|
|
292
|
+
* * `VND` - Vietnamese Dong
|
|
293
|
+
* * `VNN` - Vietnamese Dong (1978–1985)
|
|
294
|
+
* * `CHE` - WIR Euro
|
|
295
|
+
* * `CHW` - WIR Franc
|
|
296
|
+
* * `XOF` - West African CFA Franc
|
|
297
|
+
* * `YDD` - Yemeni Dinar
|
|
298
|
+
* * `YER` - Yemeni Rial
|
|
299
|
+
* * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
|
|
300
|
+
* * `YUD` - Yugoslavian Hard Dinar (1966–1990)
|
|
301
|
+
* * `YUM` - Yugoslavian New Dinar (1994–2002)
|
|
302
|
+
* * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
|
|
303
|
+
* * `ZWN` - ZWN
|
|
304
|
+
* * `ZRN` - Zairean New Zaire (1993–1998)
|
|
305
|
+
* * `ZRZ` - Zairean Zaire (1971–1993)
|
|
306
|
+
* * `ZMW` - Zambian Kwacha
|
|
307
|
+
* * `ZMK` - Zambian Kwacha (1968–2012)
|
|
308
|
+
* * `ZWD` - Zimbabwean Dollar (1980–2008)
|
|
309
|
+
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
310
|
+
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
311
|
+
*/
|
|
312
|
+
export type ExpenseReportLineCurrency = Merge.accounting.TransactionCurrencyEnum | string;
|
|
@@ -328,7 +328,7 @@ export interface ExpenseReportLineRequest {
|
|
|
328
328
|
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
329
329
|
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
330
330
|
*/
|
|
331
|
-
currency?: Merge.accounting.
|
|
331
|
+
currency?: Merge.accounting.ExpenseReportLineRequestCurrency;
|
|
332
332
|
/** Exchange rate used if the line item is in a foreign currency. */
|
|
333
333
|
exchangeRate?: string;
|
|
334
334
|
/** Whether the expense line is billable to a client or project. */
|