@mergeapi/merge-node-client 2.0.1 → 2.1.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/.mock/definition/accounting/__package__.yml +3089 -0
- package/.mock/definition/accounting/expenseReports.yml +938 -0
- package/.mock/definition/accounting/fieldMapping.yml +20 -0
- package/.mock/definition/accounting/items.yml +4 -0
- package/.mock/definition/accounting/payments.yml +8 -8
- package/Client.d.ts +8 -6
- package/Client.js +19 -19
- package/api/resources/accounting/client/Client.d.ts +3 -0
- package/api/resources/accounting/client/Client.js +57 -52
- package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/accountDetails/client/Client.js +4 -7
- package/api/resources/accounting/resources/accountToken/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/accountToken/client/Client.js +4 -7
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +7 -11
- package/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/accounts/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +13 -16
- package/api/resources/accounting/resources/accounts/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/addresses/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +4 -8
- package/api/resources/accounting/resources/addresses/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +7 -9
- package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/asyncTasks/client/Client.js +4 -7
- package/api/resources/accounting/resources/attachments/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/attachments/client/Client.js +13 -16
- package/api/resources/accounting/resources/attachments/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +4 -8
- package/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/availableActions/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/availableActions/client/Client.js +4 -7
- package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +7 -11
- package/api/resources/accounting/resources/balanceSheets/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +13 -16
- package/api/resources/accounting/resources/bankFeedAccounts/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +13 -16
- package/api/resources/accounting/resources/bankFeedTransactions/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +7 -11
- package/api/resources/accounting/resources/cashFlowStatements/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.js +7 -11
- package/api/resources/accounting/resources/companyInfo/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +16 -19
- package/api/resources/accounting/resources/contacts/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +13 -16
- package/api/resources/accounting/resources/creditNotes/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -7
- package/api/resources/accounting/resources/employees/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/employees/client/Client.js +7 -11
- package/api/resources/accounting/resources/employees/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +120 -0
- package/api/resources/accounting/resources/expenseReports/client/Client.js +664 -0
- package/api/resources/accounting/resources/expenseReports/client/index.d.ts +2 -0
- package/api/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +23 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +38 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +37 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +62 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +37 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +26 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/index.d.ts +6 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/api/resources/accounting/resources/expenseReports/index.js +18 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +69 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +71 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +23 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +23 -0
- package/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/api/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +19 -22
- package/api/resources/accounting/resources/expenses/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +19 -20
- package/api/resources/accounting/resources/fieldMapping/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/forceResync/client/Client.js +4 -7
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +7 -11
- package/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/generateKey/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/generateKey/client/Client.js +4 -7
- package/api/resources/accounting/resources/generateKey/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +7 -11
- package/api/resources/accounting/resources/incomeStatements/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/index.d.ts +3 -0
- package/api/resources/accounting/resources/index.js +4 -1
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/invoices/client/Client.js +25 -27
- package/api/resources/accounting/resources/invoices/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/issues/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/issues/client/Client.js +7 -10
- package/api/resources/accounting/resources/issues/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/items/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/items/client/Client.js +19 -21
- package/api/resources/accounting/resources/items/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +19 -22
- package/api/resources/accounting/resources/journalEntries/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/linkToken/client/Client.js +4 -7
- package/api/resources/accounting/resources/linkToken/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -8
- package/api/resources/accounting/resources/linkedAccounts/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/passthrough/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/passthrough/client/Client.js +4 -7
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +7 -11
- package/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +7 -11
- package/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/payments/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/payments/client/Client.js +25 -27
- package/api/resources/accounting/resources/payments/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -8
- package/api/resources/accounting/resources/phoneNumbers/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/projects/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/projects/client/Client.js +7 -11
- package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +19 -22
- package/api/resources/accounting/resources/purchaseOrders/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -7
- package/api/resources/accounting/resources/regenerateKey/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/scopes/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/scopes/client/Client.js +10 -11
- package/api/resources/accounting/resources/scopes/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.js +4 -8
- package/api/resources/accounting/resources/syncStatus/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/taxRates/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/taxRates/client/Client.js +7 -11
- package/api/resources/accounting/resources/taxRates/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +7 -11
- package/api/resources/accounting/resources/trackingCategories/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/transactions/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +7 -11
- package/api/resources/accounting/resources/transactions/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +13 -16
- package/api/resources/accounting/resources/vendorCredits/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -9
- package/api/resources/accounting/resources/webhookReceivers/client/index.d.ts +1 -0
- package/api/resources/accounting/types/ExpenseReport.d.ts +364 -0
- package/api/resources/accounting/types/ExpenseReport.js +5 -0
- package/api/resources/accounting/types/ExpenseReportCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLine.d.ts +366 -0
- package/api/resources/accounting/types/ExpenseReportLine.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineAccount.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineAccount.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineContact.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineContact.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineEmployee.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineEmployee.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineProject.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineProject.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +361 -0
- package/api/resources/accounting/types/ExpenseReportLineRequest.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestAccount.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestContact.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestEmployee.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestProject.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineTaxRate.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequest.d.ts +354 -0
- package/api/resources/accounting/types/ExpenseReportRequest.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequestCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportRequestCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportRequestEmployee.js +5 -0
- package/api/resources/accounting/types/ExpenseReportResponse.d.ts +10 -0
- package/api/resources/accounting/types/ExpenseReportResponse.js +5 -0
- package/api/resources/accounting/types/ExpenseReportStatus.d.ts +13 -0
- package/api/resources/accounting/types/ExpenseReportStatus.js +5 -0
- package/api/resources/accounting/types/ExpenseReportStatusEnum.d.ts +16 -0
- package/api/resources/accounting/types/ExpenseReportStatusEnum.js +12 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/api/resources/accounting/types/Item.d.ts +9 -0
- package/api/resources/accounting/types/ItemType.d.ts +13 -0
- package/api/resources/accounting/types/ItemType.js +5 -0
- package/api/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedExpenseReportLineList.js +5 -0
- package/api/resources/accounting/types/PaginatedExpenseReportList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedExpenseReportList.js +5 -0
- package/api/resources/accounting/types/index.d.ts +26 -0
- package/api/resources/accounting/types/index.js +26 -0
- package/api/resources/ats/resources/accountDetails/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/accountDetails/client/Client.js +4 -7
- package/api/resources/ats/resources/accountToken/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/accountToken/client/Client.js +4 -7
- package/api/resources/ats/resources/activities/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/activities/client/Client.js +13 -16
- package/api/resources/ats/resources/activities/client/index.d.ts +1 -0
- package/api/resources/ats/resources/applications/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/applications/client/Client.js +16 -20
- package/api/resources/ats/resources/applications/client/index.d.ts +1 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +7 -9
- package/api/resources/ats/resources/attachments/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/attachments/client/Client.js +13 -16
- package/api/resources/ats/resources/attachments/client/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +4 -8
- package/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/ats/resources/availableActions/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/availableActions/client/Client.js +4 -7
- package/api/resources/ats/resources/candidates/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/candidates/client/Client.js +22 -23
- package/api/resources/ats/resources/candidates/client/index.d.ts +1 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.js +4 -7
- package/api/resources/ats/resources/departments/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/departments/client/Client.js +7 -11
- package/api/resources/ats/resources/departments/client/index.d.ts +1 -0
- package/api/resources/ats/resources/eeocs/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/eeocs/client/Client.js +7 -11
- package/api/resources/ats/resources/eeocs/client/index.d.ts +1 -0
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/fieldMapping/client/Client.js +19 -20
- package/api/resources/ats/resources/fieldMapping/client/index.d.ts +1 -0
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/forceResync/client/Client.js +4 -7
- package/api/resources/ats/resources/generateKey/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/generateKey/client/Client.js +4 -7
- package/api/resources/ats/resources/generateKey/client/index.d.ts +1 -0
- package/api/resources/ats/resources/interviews/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/interviews/client/Client.js +13 -16
- package/api/resources/ats/resources/interviews/client/index.d.ts +1 -0
- package/api/resources/ats/resources/issues/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/issues/client/Client.js +7 -10
- package/api/resources/ats/resources/issues/client/index.d.ts +1 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +7 -11
- package/api/resources/ats/resources/jobInterviewStages/client/index.d.ts +1 -0
- package/api/resources/ats/resources/jobPostings/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/jobPostings/client/Client.js +7 -11
- package/api/resources/ats/resources/jobPostings/client/index.d.ts +1 -0
- package/api/resources/ats/resources/jobs/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/jobs/client/Client.js +10 -14
- package/api/resources/ats/resources/jobs/client/index.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +4 -7
- package/api/resources/ats/resources/linkToken/client/index.d.ts +1 -0
- package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -8
- package/api/resources/ats/resources/linkedAccounts/client/index.d.ts +1 -0
- package/api/resources/ats/resources/offers/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/offers/client/Client.js +7 -11
- package/api/resources/ats/resources/offers/client/index.d.ts +1 -0
- package/api/resources/ats/resources/offices/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/offices/client/Client.js +7 -11
- package/api/resources/ats/resources/offices/client/index.d.ts +1 -0
- package/api/resources/ats/resources/passthrough/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/passthrough/client/Client.js +4 -7
- package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/regenerateKey/client/Client.js +4 -7
- package/api/resources/ats/resources/regenerateKey/client/index.d.ts +1 -0
- package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/rejectReasons/client/Client.js +7 -11
- package/api/resources/ats/resources/rejectReasons/client/index.d.ts +1 -0
- package/api/resources/ats/resources/scopes/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/scopes/client/Client.js +10 -11
- package/api/resources/ats/resources/scopes/client/index.d.ts +1 -0
- package/api/resources/ats/resources/scorecards/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/scorecards/client/Client.js +7 -11
- package/api/resources/ats/resources/scorecards/client/index.d.ts +1 -0
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/syncStatus/client/Client.js +4 -8
- package/api/resources/ats/resources/syncStatus/client/index.d.ts +1 -0
- package/api/resources/ats/resources/tags/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/tags/client/Client.js +4 -8
- package/api/resources/ats/resources/tags/client/index.d.ts +1 -0
- package/api/resources/ats/resources/users/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/users/client/Client.js +7 -11
- package/api/resources/ats/resources/users/client/index.d.ts +1 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -9
- package/api/resources/ats/resources/webhookReceivers/client/index.d.ts +1 -0
- package/api/resources/crm/resources/accountDetails/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/accountDetails/client/Client.js +4 -7
- package/api/resources/crm/resources/accountToken/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/accountToken/client/Client.js +4 -7
- package/api/resources/crm/resources/accounts/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/accounts/client/Client.js +22 -24
- package/api/resources/crm/resources/accounts/client/index.d.ts +1 -0
- package/api/resources/crm/resources/associationTypes/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +13 -16
- package/api/resources/crm/resources/associationTypes/client/index.d.ts +1 -0
- package/api/resources/crm/resources/associations/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/associations/client/Client.js +7 -11
- package/api/resources/crm/resources/associations/client/index.d.ts +1 -0
- package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +7 -9
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/auditTrail/client/Client.js +4 -8
- package/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/crm/resources/availableActions/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/availableActions/client/Client.js +4 -7
- package/api/resources/crm/resources/contacts/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/contacts/client/Client.js +25 -26
- package/api/resources/crm/resources/contacts/client/index.d.ts +1 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +7 -11
- package/api/resources/crm/resources/customObjectClasses/client/index.d.ts +1 -0
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/customObjects/client/Client.js +16 -19
- package/api/resources/crm/resources/customObjects/client/index.d.ts +1 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +4 -7
- package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -14
- package/api/resources/crm/resources/engagementTypes/client/index.d.ts +1 -0
- package/api/resources/crm/resources/engagements/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/engagements/client/Client.js +22 -24
- package/api/resources/crm/resources/engagements/client/index.d.ts +1 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.js +19 -20
- package/api/resources/crm/resources/fieldMapping/client/index.d.ts +1 -0
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/forceResync/client/Client.js +4 -7
- package/api/resources/crm/resources/generateKey/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/generateKey/client/Client.js +4 -7
- package/api/resources/crm/resources/generateKey/client/index.d.ts +1 -0
- package/api/resources/crm/resources/issues/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/issues/client/Client.js +7 -10
- package/api/resources/crm/resources/issues/client/index.d.ts +1 -0
- package/api/resources/crm/resources/leads/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/leads/client/Client.js +16 -19
- package/api/resources/crm/resources/leads/client/index.d.ts +1 -0
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/linkToken/client/Client.js +4 -7
- package/api/resources/crm/resources/linkToken/client/index.d.ts +1 -0
- package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -8
- package/api/resources/crm/resources/linkedAccounts/client/index.d.ts +1 -0
- package/api/resources/crm/resources/notes/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/notes/client/Client.js +16 -19
- package/api/resources/crm/resources/notes/client/index.d.ts +1 -0
- package/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +22 -24
- package/api/resources/crm/resources/opportunities/client/index.d.ts +1 -0
- package/api/resources/crm/resources/passthrough/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +4 -7
- package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/regenerateKey/client/Client.js +4 -7
- package/api/resources/crm/resources/regenerateKey/client/index.d.ts +1 -0
- package/api/resources/crm/resources/scopes/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/scopes/client/Client.js +10 -11
- package/api/resources/crm/resources/scopes/client/index.d.ts +1 -0
- package/api/resources/crm/resources/stages/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/stages/client/Client.js +10 -14
- package/api/resources/crm/resources/stages/client/index.d.ts +1 -0
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +4 -8
- package/api/resources/crm/resources/syncStatus/client/index.d.ts +1 -0
- package/api/resources/crm/resources/tasks/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/tasks/client/Client.js +22 -24
- package/api/resources/crm/resources/tasks/client/index.d.ts +1 -0
- package/api/resources/crm/resources/users/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/users/client/Client.js +13 -16
- package/api/resources/crm/resources/users/client/index.d.ts +1 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -9
- package/api/resources/crm/resources/webhookReceivers/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -7
- package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/accountToken/client/Client.js +4 -7
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +7 -9
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -8
- package/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/availableActions/client/Client.js +4 -7
- package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -7
- package/api/resources/filestorage/resources/drives/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/drives/client/Client.js +7 -11
- package/api/resources/filestorage/resources/drives/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +19 -20
- package/api/resources/filestorage/resources/fieldMapping/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/files/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/files/client/Client.js +22 -25
- package/api/resources/filestorage/resources/files/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/folders/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/folders/client/Client.js +13 -16
- package/api/resources/filestorage/resources/folders/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.js +4 -7
- package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/generateKey/client/Client.js +4 -7
- package/api/resources/filestorage/resources/generateKey/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/groups/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/groups/client/Client.js +7 -11
- package/api/resources/filestorage/resources/groups/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +7 -10
- package/api/resources/filestorage/resources/issues/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.js +4 -7
- package/api/resources/filestorage/resources/linkToken/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -8
- package/api/resources/filestorage/resources/linkedAccounts/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/passthrough/client/Client.js +4 -7
- package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -7
- package/api/resources/filestorage/resources/regenerateKey/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/scopes/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/scopes/client/Client.js +10 -11
- package/api/resources/filestorage/resources/scopes/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -8
- package/api/resources/filestorage/resources/syncStatus/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/users/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/users/client/Client.js +7 -11
- package/api/resources/filestorage/resources/users/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -9
- package/api/resources/filestorage/resources/webhookReceivers/client/index.d.ts +1 -0
- package/api/resources/hris/resources/accountDetails/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/accountDetails/client/Client.js +4 -7
- package/api/resources/hris/resources/accountToken/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/accountToken/client/Client.js +4 -7
- package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +7 -9
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/auditTrail/client/Client.js +4 -8
- package/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/hris/resources/availableActions/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/availableActions/client/Client.js +4 -7
- package/api/resources/hris/resources/bankInfo/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/bankInfo/client/Client.js +7 -11
- package/api/resources/hris/resources/bankInfo/client/index.d.ts +1 -0
- package/api/resources/hris/resources/benefits/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/benefits/client/Client.js +7 -11
- package/api/resources/hris/resources/benefits/client/index.d.ts +1 -0
- package/api/resources/hris/resources/companies/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/companies/client/Client.js +7 -11
- package/api/resources/hris/resources/companies/client/index.d.ts +1 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.js +4 -7
- package/api/resources/hris/resources/dependents/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/dependents/client/Client.js +7 -11
- package/api/resources/hris/resources/dependents/client/index.d.ts +1 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +7 -11
- package/api/resources/hris/resources/employeePayrollRuns/client/index.d.ts +1 -0
- package/api/resources/hris/resources/employees/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/employees/client/Client.js +16 -18
- package/api/resources/hris/resources/employees/client/index.d.ts +1 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +7 -11
- package/api/resources/hris/resources/employerBenefits/client/index.d.ts +1 -0
- package/api/resources/hris/resources/employments/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/employments/client/Client.js +7 -11
- package/api/resources/hris/resources/employments/client/index.d.ts +1 -0
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/fieldMapping/client/Client.js +19 -20
- package/api/resources/hris/resources/fieldMapping/client/index.d.ts +1 -0
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/forceResync/client/Client.js +4 -7
- package/api/resources/hris/resources/generateKey/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/generateKey/client/Client.js +4 -7
- package/api/resources/hris/resources/generateKey/client/index.d.ts +1 -0
- package/api/resources/hris/resources/groups/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/groups/client/Client.js +7 -11
- package/api/resources/hris/resources/groups/client/index.d.ts +1 -0
- package/api/resources/hris/resources/issues/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/issues/client/Client.js +7 -10
- package/api/resources/hris/resources/issues/client/index.d.ts +1 -0
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/linkToken/client/Client.js +4 -7
- package/api/resources/hris/resources/linkToken/client/index.d.ts +1 -0
- package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -8
- package/api/resources/hris/resources/linkedAccounts/client/index.d.ts +1 -0
- package/api/resources/hris/resources/locations/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/locations/client/Client.js +7 -11
- package/api/resources/hris/resources/locations/client/index.d.ts +1 -0
- package/api/resources/hris/resources/passthrough/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +4 -7
- package/api/resources/hris/resources/payGroups/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/payGroups/client/Client.js +7 -11
- package/api/resources/hris/resources/payGroups/client/index.d.ts +1 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.js +7 -11
- package/api/resources/hris/resources/payrollRuns/client/index.d.ts +1 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.js +4 -7
- package/api/resources/hris/resources/regenerateKey/client/index.d.ts +1 -0
- package/api/resources/hris/resources/scopes/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/scopes/client/Client.js +10 -11
- package/api/resources/hris/resources/scopes/client/index.d.ts +1 -0
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/syncStatus/client/Client.js +4 -8
- package/api/resources/hris/resources/syncStatus/client/index.d.ts +1 -0
- package/api/resources/hris/resources/teams/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/teams/client/Client.js +7 -11
- package/api/resources/hris/resources/teams/client/index.d.ts +1 -0
- package/api/resources/hris/resources/timeOff/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/timeOff/client/Client.js +13 -16
- package/api/resources/hris/resources/timeOff/client/index.d.ts +1 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +7 -11
- package/api/resources/hris/resources/timeOffBalances/client/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +13 -16
- package/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -9
- package/api/resources/hris/resources/webhookReceivers/client/index.d.ts +1 -0
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -7
- package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/accountToken/client/Client.js +4 -7
- package/api/resources/ticketing/resources/accounts/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/accounts/client/Client.js +7 -11
- package/api/resources/ticketing/resources/accounts/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +7 -9
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/attachments/client/Client.js +16 -19
- package/api/resources/ticketing/resources/attachments/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -8
- package/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.js +4 -7
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/collections/client/Client.js +10 -14
- package/api/resources/ticketing/resources/collections/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/comments/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/comments/client/Client.js +13 -16
- package/api/resources/ticketing/resources/comments/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +13 -16
- package/api/resources/ticketing/resources/contacts/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -7
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +19 -20
- package/api/resources/ticketing/resources/fieldMapping/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/forceResync/client/Client.js +4 -7
- package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/generateKey/client/Client.js +4 -7
- package/api/resources/ticketing/resources/generateKey/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/issues/client/Client.js +7 -10
- package/api/resources/ticketing/resources/issues/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.js +4 -7
- package/api/resources/ticketing/resources/linkToken/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -8
- package/api/resources/ticketing/resources/linkedAccounts/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/passthrough/client/Client.js +4 -7
- package/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/projects/client/Client.js +10 -14
- package/api/resources/ticketing/resources/projects/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -7
- package/api/resources/ticketing/resources/regenerateKey/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/roles/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/roles/client/Client.js +7 -11
- package/api/resources/ticketing/resources/roles/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/scopes/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/scopes/client/Client.js +10 -11
- package/api/resources/ticketing/resources/scopes/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -8
- package/api/resources/ticketing/resources/syncStatus/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/tags/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/tags/client/Client.js +7 -11
- package/api/resources/ticketing/resources/tags/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/teams/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/teams/client/Client.js +7 -11
- package/api/resources/ticketing/resources/teams/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/tickets/client/Client.js +25 -28
- package/api/resources/ticketing/resources/tickets/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/users/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/users/client/Client.js +7 -11
- package/api/resources/ticketing/resources/users/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -9
- package/api/resources/ticketing/resources/webhookReceivers/client/index.d.ts +1 -0
- package/core/auth/BasicAuth.js +3 -3
- package/core/base64.d.ts +2 -0
- package/core/base64.js +26 -0
- package/core/fetcher/BinaryResponse.d.ts +20 -0
- package/core/fetcher/BinaryResponse.js +17 -0
- package/core/fetcher/Fetcher.d.ts +2 -2
- package/core/fetcher/Fetcher.js +3 -3
- package/core/fetcher/ResponseWithBody.d.ts +4 -0
- package/core/fetcher/ResponseWithBody.js +6 -0
- package/core/fetcher/createRequestUrl.d.ts +1 -1
- package/core/fetcher/createRequestUrl.js +3 -7
- package/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/core/fetcher/getErrorResponseBody.js +44 -0
- package/core/fetcher/getFetchFn.js +3 -3
- package/core/fetcher/getResponseBody.js +34 -32
- package/core/fetcher/index.d.ts +1 -0
- package/core/headers.d.ts +1 -1
- package/core/index.d.ts +2 -0
- package/core/index.js +3 -1
- package/core/runtime/runtime.js +0 -1
- package/core/schemas/utils/maybeSkipValidation.js +1 -1
- package/core/url/index.d.ts +2 -0
- package/core/url/index.js +7 -0
- package/core/url/join.d.ts +1 -0
- package/core/url/join.js +69 -0
- package/core/url/qs.d.ts +6 -0
- package/core/url/qs.js +64 -0
- package/dist/Client.d.ts +8 -6
- package/dist/Client.js +19 -19
- package/dist/api/resources/accounting/client/Client.d.ts +3 -0
- package/dist/api/resources/accounting/client/Client.js +57 -52
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +13 -16
- package/dist/api/resources/accounting/resources/accounts/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +4 -8
- package/dist/api/resources/accounting/resources/addresses/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +7 -9
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +13 -16
- package/dist/api/resources/accounting/resources/attachments/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +4 -8
- package/dist/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/balanceSheets/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +13 -16
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +13 -16
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/companyInfo/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +16 -19
- package/dist/api/resources/accounting/resources/contacts/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +13 -16
- package/dist/api/resources/accounting/resources/creditNotes/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/employees/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/employees/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/Client.d.ts +120 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/Client.js +664 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +23 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +38 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +37 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +62 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +37 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +26 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/index.d.ts +6 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/expenseReports/index.js +18 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +69 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +71 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +19 -22
- package/dist/api/resources/accounting/resources/expenses/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +19 -20
- package/dist/api/resources/accounting/resources/fieldMapping/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/generateKey/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/incomeStatements/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/index.js +4 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +25 -27
- package/dist/api/resources/accounting/resources/invoices/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +7 -10
- package/dist/api/resources/accounting/resources/issues/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/items/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/items/client/Client.js +19 -21
- package/dist/api/resources/accounting/resources/items/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +19 -22
- package/dist/api/resources/accounting/resources/journalEntries/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/linkToken/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -8
- package/dist/api/resources/accounting/resources/linkedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +25 -27
- package/dist/api/resources/accounting/resources/payments/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -8
- package/dist/api/resources/accounting/resources/phoneNumbers/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/projects/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +19 -22
- package/dist/api/resources/accounting/resources/purchaseOrders/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -7
- package/dist/api/resources/accounting/resources/regenerateKey/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +10 -11
- package/dist/api/resources/accounting/resources/scopes/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +4 -8
- package/dist/api/resources/accounting/resources/syncStatus/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/taxRates/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/trackingCategories/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +7 -11
- package/dist/api/resources/accounting/resources/transactions/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +13 -16
- package/dist/api/resources/accounting/resources/vendorCredits/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -9
- package/dist/api/resources/accounting/resources/webhookReceivers/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/types/ExpenseReport.d.ts +364 -0
- package/dist/api/resources/accounting/types/ExpenseReport.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLine.d.ts +366 -0
- package/dist/api/resources/accounting/types/ExpenseReportLine.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineAccount.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineAccount.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineContact.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineEmployee.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineEmployee.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineProject.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +361 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequest.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestAccount.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestContact.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestEmployee.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequest.d.ts +354 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequest.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestEmployee.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportResponse.d.ts +10 -0
- package/dist/api/resources/accounting/types/ExpenseReportResponse.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatus.d.ts +13 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatus.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatusEnum.d.ts +16 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatusEnum.js +12 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/Item.d.ts +9 -0
- package/dist/api/resources/accounting/types/ItemType.d.ts +13 -0
- package/dist/api/resources/accounting/types/ItemType.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportLineList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportList.js +5 -0
- package/dist/api/resources/accounting/types/index.d.ts +26 -0
- package/dist/api/resources/accounting/types/index.js +26 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/activities/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/activities/client/Client.js +13 -16
- package/dist/api/resources/ats/resources/activities/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/applications/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +16 -20
- package/dist/api/resources/ats/resources/applications/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +7 -9
- package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/attachments/client/Client.js +13 -16
- package/dist/api/resources/ats/resources/attachments/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +4 -8
- package/dist/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/candidates/client/Client.js +22 -23
- package/dist/api/resources/ats/resources/candidates/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/departments/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/departments/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/departments/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/eeocs/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +19 -20
- package/dist/api/resources/ats/resources/fieldMapping/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/generateKey/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/interviews/client/Client.js +13 -16
- package/dist/api/resources/ats/resources/interviews/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/issues/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +7 -10
- package/dist/api/resources/ats/resources/issues/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/jobInterviewStages/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/jobPostings/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +10 -14
- package/dist/api/resources/ats/resources/jobs/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/linkToken/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -8
- package/dist/api/resources/ats/resources/linkedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/offers/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/offers/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/offers/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/offices/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/offices/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/offices/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +4 -7
- package/dist/api/resources/ats/resources/regenerateKey/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/rejectReasons/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.js +10 -11
- package/dist/api/resources/ats/resources/scopes/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/scorecards/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +4 -8
- package/dist/api/resources/ats/resources/syncStatus/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/tags/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/tags/client/Client.js +4 -8
- package/dist/api/resources/ats/resources/tags/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/users/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/users/client/Client.js +7 -11
- package/dist/api/resources/ats/resources/users/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -9
- package/dist/api/resources/ats/resources/webhookReceivers/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/accounts/client/Client.js +22 -24
- package/dist/api/resources/crm/resources/accounts/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +13 -16
- package/dist/api/resources/crm/resources/associationTypes/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/associations/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/associations/client/Client.js +7 -11
- package/dist/api/resources/crm/resources/associations/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +7 -9
- package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +4 -8
- package/dist/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/contacts/client/Client.js +25 -26
- package/dist/api/resources/crm/resources/contacts/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +7 -11
- package/dist/api/resources/crm/resources/customObjectClasses/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +16 -19
- package/dist/api/resources/crm/resources/customObjects/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -14
- package/dist/api/resources/crm/resources/engagementTypes/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +22 -24
- package/dist/api/resources/crm/resources/engagements/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +19 -20
- package/dist/api/resources/crm/resources/fieldMapping/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/generateKey/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/issues/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/issues/client/Client.js +7 -10
- package/dist/api/resources/crm/resources/issues/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/leads/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/leads/client/Client.js +16 -19
- package/dist/api/resources/crm/resources/leads/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/linkToken/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -8
- package/dist/api/resources/crm/resources/linkedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/notes/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/notes/client/Client.js +16 -19
- package/dist/api/resources/crm/resources/notes/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -24
- package/dist/api/resources/crm/resources/opportunities/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +4 -7
- package/dist/api/resources/crm/resources/regenerateKey/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/scopes/client/Client.js +10 -11
- package/dist/api/resources/crm/resources/scopes/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/stages/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/stages/client/Client.js +10 -14
- package/dist/api/resources/crm/resources/stages/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +4 -8
- package/dist/api/resources/crm/resources/syncStatus/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/tasks/client/Client.js +22 -24
- package/dist/api/resources/crm/resources/tasks/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/users/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +13 -16
- package/dist/api/resources/crm/resources/users/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -9
- package/dist/api/resources/crm/resources/webhookReceivers/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +7 -9
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -8
- package/dist/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +7 -11
- package/dist/api/resources/filestorage/resources/drives/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +19 -20
- package/dist/api/resources/filestorage/resources/fieldMapping/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +22 -25
- package/dist/api/resources/filestorage/resources/files/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +13 -16
- package/dist/api/resources/filestorage/resources/folders/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/generateKey/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +7 -11
- package/dist/api/resources/filestorage/resources/groups/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +7 -10
- package/dist/api/resources/filestorage/resources/issues/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/linkToken/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -8
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -7
- package/dist/api/resources/filestorage/resources/regenerateKey/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +10 -11
- package/dist/api/resources/filestorage/resources/scopes/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -8
- package/dist/api/resources/filestorage/resources/syncStatus/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/users/client/Client.js +7 -11
- package/dist/api/resources/filestorage/resources/users/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -9
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +7 -9
- package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +4 -8
- package/dist/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/bankInfo/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/benefits/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/companies/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/companies/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/companies/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/dependents/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/dependents/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employees/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/employees/client/Client.js +16 -18
- package/dist/api/resources/hris/resources/employees/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/employerBenefits/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employments/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/employments/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/employments/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +19 -20
- package/dist/api/resources/hris/resources/fieldMapping/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/generateKey/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/groups/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/groups/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/groups/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/issues/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/issues/client/Client.js +7 -10
- package/dist/api/resources/hris/resources/issues/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/linkToken/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -8
- package/dist/api/resources/hris/resources/linkedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/locations/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/locations/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/locations/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/payGroups/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/payrollRuns/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +4 -7
- package/dist/api/resources/hris/resources/regenerateKey/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/scopes/client/Client.js +10 -11
- package/dist/api/resources/hris/resources/scopes/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +4 -8
- package/dist/api/resources/hris/resources/syncStatus/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/teams/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/teams/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/teams/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +13 -16
- package/dist/api/resources/hris/resources/timeOff/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +7 -11
- package/dist/api/resources/hris/resources/timeOffBalances/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +13 -16
- package/dist/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -9
- package/dist/api/resources/hris/resources/webhookReceivers/client/index.d.ts +1 -0
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +7 -11
- package/dist/api/resources/ticketing/resources/accounts/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +7 -9
- package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +16 -19
- package/dist/api/resources/ticketing/resources/attachments/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -8
- package/dist/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +10 -14
- package/dist/api/resources/ticketing/resources/collections/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +13 -16
- package/dist/api/resources/ticketing/resources/comments/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +13 -16
- package/dist/api/resources/ticketing/resources/contacts/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +19 -20
- package/dist/api/resources/ticketing/resources/fieldMapping/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/generateKey/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +7 -10
- package/dist/api/resources/ticketing/resources/issues/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/linkToken/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -8
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +10 -14
- package/dist/api/resources/ticketing/resources/projects/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -7
- package/dist/api/resources/ticketing/resources/regenerateKey/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +7 -11
- package/dist/api/resources/ticketing/resources/roles/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +10 -11
- package/dist/api/resources/ticketing/resources/scopes/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -8
- package/dist/api/resources/ticketing/resources/syncStatus/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +7 -11
- package/dist/api/resources/ticketing/resources/tags/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +7 -11
- package/dist/api/resources/ticketing/resources/teams/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +25 -28
- package/dist/api/resources/ticketing/resources/tickets/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +7 -11
- package/dist/api/resources/ticketing/resources/users/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -9
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/index.d.ts +1 -0
- package/dist/core/auth/BasicAuth.js +3 -3
- package/dist/core/base64.d.ts +2 -0
- package/dist/core/base64.js +26 -0
- package/dist/core/fetcher/BinaryResponse.d.ts +20 -0
- package/dist/core/fetcher/BinaryResponse.js +17 -0
- package/dist/core/fetcher/Fetcher.d.ts +2 -2
- package/dist/core/fetcher/Fetcher.js +3 -3
- package/dist/core/fetcher/ResponseWithBody.d.ts +4 -0
- package/dist/core/fetcher/ResponseWithBody.js +6 -0
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.js +3 -7
- package/dist/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/core/fetcher/getErrorResponseBody.js +44 -0
- package/dist/core/fetcher/getFetchFn.js +3 -3
- package/dist/core/fetcher/getResponseBody.js +34 -32
- package/dist/core/fetcher/index.d.ts +1 -0
- package/dist/core/headers.d.ts +1 -1
- package/dist/core/index.d.ts +2 -0
- package/dist/core/index.js +3 -1
- package/dist/core/runtime/runtime.js +0 -1
- package/dist/core/schemas/utils/maybeSkipValidation.js +1 -1
- package/dist/core/url/index.d.ts +2 -0
- package/dist/core/url/index.js +7 -0
- package/dist/core/url/join.d.ts +1 -0
- package/dist/core/url/join.js +69 -0
- package/dist/core/url/qs.d.ts +6 -0
- package/dist/core/url/qs.js +64 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/serialization/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +13 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +44 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/index.js +5 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +105 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +57 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +57 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/dist/serialization/resources/accounting/resources/index.d.ts +3 -0
- package/dist/serialization/resources/accounting/resources/index.js +4 -1
- package/dist/serialization/resources/accounting/types/ExpenseReport.d.ts +36 -0
- package/dist/serialization/resources/accounting/types/ExpenseReport.js +67 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLine.d.ts +43 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLine.js +74 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineAccount.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineContact.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineEmployee.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +41 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequest.js +72 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineTaxRate.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +30 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequest.js +61 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestEmployee.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportResponse.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportResponse.js +50 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatus.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatus.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatusEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatusEnum.js +41 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/Item.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Item.js +2 -0
- package/dist/serialization/resources/accounting/types/ItemType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemType.js +42 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportLineList.js +46 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportList.js +46 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +26 -0
- package/dist/serialization/resources/accounting/types/index.js +26 -0
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/index.d.ts +2 -2
- package/index.js +5 -5
- package/jest.config.mjs +37 -4
- package/package.json +15 -14
- package/reference.md +3917 -3462
- package/serialization/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +13 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +44 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/index.js +5 -0
- package/serialization/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/expenseReports/index.js +18 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +105 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +57 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +57 -0
- package/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/serialization/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/serialization/resources/accounting/resources/index.d.ts +3 -0
- package/serialization/resources/accounting/resources/index.js +4 -1
- package/serialization/resources/accounting/types/ExpenseReport.d.ts +36 -0
- package/serialization/resources/accounting/types/ExpenseReport.js +67 -0
- package/serialization/resources/accounting/types/ExpenseReportCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLine.d.ts +43 -0
- package/serialization/resources/accounting/types/ExpenseReportLine.js +74 -0
- package/serialization/resources/accounting/types/ExpenseReportLineAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineAccount.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineContact.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineContact.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineEmployee.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineProject.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineProject.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +41 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.js +72 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestProject.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineTaxRate.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +30 -0
- package/serialization/resources/accounting/types/ExpenseReportRequest.js +61 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestEmployee.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportResponse.d.ts +19 -0
- package/serialization/resources/accounting/types/ExpenseReportResponse.js +50 -0
- package/serialization/resources/accounting/types/ExpenseReportStatus.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportStatus.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportStatusEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseReportStatusEnum.js +41 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
- package/serialization/resources/accounting/types/Item.d.ts +2 -0
- package/serialization/resources/accounting/types/Item.js +2 -0
- package/serialization/resources/accounting/types/ItemType.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemType.js +42 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportLineList.js +46 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportList.js +46 -0
- package/serialization/resources/accounting/types/index.d.ts +26 -0
- package/serialization/resources/accounting/types/index.js +26 -0
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -55,16 +55,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
55
55
|
}
|
|
56
56
|
return t;
|
|
57
57
|
};
|
|
58
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
59
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
60
|
-
};
|
|
61
58
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62
59
|
exports.VendorCredits = void 0;
|
|
63
60
|
const environments = __importStar(require("../../../../../../environments"));
|
|
64
61
|
const core = __importStar(require("../../../../../../core"));
|
|
65
62
|
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
66
|
-
const
|
|
67
|
-
const url_join_1 = __importDefault(require("url-join"));
|
|
63
|
+
const headers_1 = require("../../../../../../core/headers");
|
|
68
64
|
const errors = __importStar(require("../../../../../../errors/index"));
|
|
69
65
|
class VendorCredits {
|
|
70
66
|
constructor(_options) {
|
|
@@ -132,13 +128,13 @@ class VendorCredits {
|
|
|
132
128
|
_queryParams["transaction_date_before"] = transactionDateBefore.toISOString();
|
|
133
129
|
}
|
|
134
130
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
135
|
-
url:
|
|
131
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "accounting/v1/vendor-credits"),
|
|
136
132
|
method: "GET",
|
|
137
|
-
headers: (0,
|
|
133
|
+
headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
138
134
|
Authorization: yield this._getAuthorizationHeader(),
|
|
139
135
|
"X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
|
|
140
136
|
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
141
|
-
queryParameters: _queryParams,
|
|
137
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
142
138
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
143
139
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
144
140
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -205,14 +201,14 @@ class VendorCredits {
|
|
|
205
201
|
_queryParams["run_async"] = runAsync.toString();
|
|
206
202
|
}
|
|
207
203
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
208
|
-
url:
|
|
204
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "accounting/v1/vendor-credits"),
|
|
209
205
|
method: "POST",
|
|
210
|
-
headers: (0,
|
|
206
|
+
headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
211
207
|
Authorization: yield this._getAuthorizationHeader(),
|
|
212
208
|
"X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
|
|
213
209
|
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
214
210
|
contentType: "application/json",
|
|
215
|
-
queryParameters: _queryParams,
|
|
211
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
216
212
|
requestType: "json",
|
|
217
213
|
body: serializers.accounting.VendorCreditEndpointRequest.jsonOrThrow(_body, {
|
|
218
214
|
unrecognizedObjectKeys: "strip",
|
|
@@ -287,13 +283,13 @@ class VendorCredits {
|
|
|
287
283
|
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
288
284
|
}
|
|
289
285
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
290
|
-
url:
|
|
286
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `accounting/v1/vendor-credits/${encodeURIComponent(id)}`),
|
|
291
287
|
method: "GET",
|
|
292
|
-
headers: (0,
|
|
288
|
+
headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
293
289
|
Authorization: yield this._getAuthorizationHeader(),
|
|
294
290
|
"X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
|
|
295
291
|
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
296
|
-
queryParameters: _queryParams,
|
|
292
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
297
293
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
298
294
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
299
295
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -349,12 +345,13 @@ class VendorCredits {
|
|
|
349
345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
350
346
|
var _a, _b, _c, _d;
|
|
351
347
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
352
|
-
url:
|
|
348
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "accounting/v1/vendor-credits/meta/post"),
|
|
353
349
|
method: "GET",
|
|
354
|
-
headers: (0,
|
|
350
|
+
headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
355
351
|
Authorization: yield this._getAuthorizationHeader(),
|
|
356
352
|
"X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
|
|
357
353
|
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
354
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
358
355
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
359
356
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
360
357
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -25,6 +25,8 @@ export declare namespace WebhookReceivers {
|
|
|
25
25
|
abortSignal?: AbortSignal;
|
|
26
26
|
/** Override the X-Account-Token header */
|
|
27
27
|
accountToken?: string | undefined;
|
|
28
|
+
/** Additional query string parameters to include in the request. */
|
|
29
|
+
queryParams?: Record<string, unknown>;
|
|
28
30
|
/** Additional headers to include in the request. */
|
|
29
31
|
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
30
32
|
}
|
|
@@ -44,15 +44,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
44
44
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
45
|
});
|
|
46
46
|
};
|
|
47
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
49
|
-
};
|
|
50
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
48
|
exports.WebhookReceivers = void 0;
|
|
52
49
|
const environments = __importStar(require("../../../../../../environments"));
|
|
53
50
|
const core = __importStar(require("../../../../../../core"));
|
|
54
|
-
const
|
|
55
|
-
const url_join_1 = __importDefault(require("url-join"));
|
|
51
|
+
const headers_1 = require("../../../../../../core/headers");
|
|
56
52
|
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
57
53
|
const errors = __importStar(require("../../../../../../errors/index"));
|
|
58
54
|
class WebhookReceivers {
|
|
@@ -74,12 +70,13 @@ class WebhookReceivers {
|
|
|
74
70
|
return __awaiter(this, void 0, void 0, function* () {
|
|
75
71
|
var _a, _b, _c, _d;
|
|
76
72
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
77
|
-
url:
|
|
73
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "accounting/v1/webhook-receivers"),
|
|
78
74
|
method: "GET",
|
|
79
|
-
headers: (0,
|
|
75
|
+
headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
80
76
|
Authorization: yield this._getAuthorizationHeader(),
|
|
81
77
|
"X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
|
|
82
78
|
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
79
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
83
80
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
84
81
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
85
82
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -139,13 +136,14 @@ class WebhookReceivers {
|
|
|
139
136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
140
137
|
var _a, _b, _c, _d;
|
|
141
138
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
142
|
-
url:
|
|
139
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "accounting/v1/webhook-receivers"),
|
|
143
140
|
method: "POST",
|
|
144
|
-
headers: (0,
|
|
141
|
+
headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
145
142
|
Authorization: yield this._getAuthorizationHeader(),
|
|
146
143
|
"X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
|
|
147
144
|
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
148
145
|
contentType: "application/json",
|
|
146
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
149
147
|
requestType: "json",
|
|
150
148
|
body: serializers.accounting.WebhookReceiverRequest.jsonOrThrow(request, {
|
|
151
149
|
unrecognizedObjectKeys: "strip",
|
|
@@ -0,0 +1,364 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* # The ExpenseReport Object
|
|
7
|
+
* ### Description
|
|
8
|
+
* The `ExpenseReport` object represents a collection of expenses submitted for review and reimbursement.
|
|
9
|
+
* It includes details about the submitter, status, amounts, and associated metadata.
|
|
10
|
+
*
|
|
11
|
+
* ### Usage Example
|
|
12
|
+
* Fetch from the `GET ExpenseReport` endpoint to view details of expense reports and their line items.
|
|
13
|
+
*/
|
|
14
|
+
export interface ExpenseReport {
|
|
15
|
+
id?: string;
|
|
16
|
+
/** The third-party API ID of the matching object. */
|
|
17
|
+
remoteId?: string;
|
|
18
|
+
/** The datetime that this object was created by Merge. */
|
|
19
|
+
createdAt?: Date;
|
|
20
|
+
/** The datetime that this object was modified by Merge. */
|
|
21
|
+
modifiedAt?: Date;
|
|
22
|
+
/** The date of the expense report. */
|
|
23
|
+
reportDate?: Date;
|
|
24
|
+
/** Human-readable expense report identifier. */
|
|
25
|
+
reportIdentifier?: string;
|
|
26
|
+
/** Identifier for the employee who submitted or is associated with the expense report */
|
|
27
|
+
employee?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Overall status of the expense report. One of DRAFT, SUBMITTED, APPROVED, REJECTED
|
|
30
|
+
*
|
|
31
|
+
* * `DRAFT` - DRAFT
|
|
32
|
+
* * `SUBMITTED` - SUBMITTED
|
|
33
|
+
* * `APPROVED` - APPROVED
|
|
34
|
+
* * `REJECTED` - REJECTED
|
|
35
|
+
*/
|
|
36
|
+
status?: Merge.accounting.ExpenseReportStatus;
|
|
37
|
+
/** Total amount of the expense report */
|
|
38
|
+
totalAmount?: number;
|
|
39
|
+
lines?: Merge.accounting.ExpenseReportLine[];
|
|
40
|
+
/**
|
|
41
|
+
* Currency code for the expense report
|
|
42
|
+
*
|
|
43
|
+
* * `XUA` - ADB Unit of Account
|
|
44
|
+
* * `AFN` - Afghan Afghani
|
|
45
|
+
* * `AFA` - Afghan Afghani (1927–2002)
|
|
46
|
+
* * `ALL` - Albanian Lek
|
|
47
|
+
* * `ALK` - Albanian Lek (1946–1965)
|
|
48
|
+
* * `DZD` - Algerian Dinar
|
|
49
|
+
* * `ADP` - Andorran Peseta
|
|
50
|
+
* * `AOA` - Angolan Kwanza
|
|
51
|
+
* * `AOK` - Angolan Kwanza (1977–1991)
|
|
52
|
+
* * `AON` - Angolan New Kwanza (1990–2000)
|
|
53
|
+
* * `AOR` - Angolan Readjusted Kwanza (1995–1999)
|
|
54
|
+
* * `ARA` - Argentine Austral
|
|
55
|
+
* * `ARS` - Argentine Peso
|
|
56
|
+
* * `ARM` - Argentine Peso (1881–1970)
|
|
57
|
+
* * `ARP` - Argentine Peso (1983–1985)
|
|
58
|
+
* * `ARL` - Argentine Peso Ley (1970–1983)
|
|
59
|
+
* * `AMD` - Armenian Dram
|
|
60
|
+
* * `AWG` - Aruban Florin
|
|
61
|
+
* * `AUD` - Australian Dollar
|
|
62
|
+
* * `ATS` - Austrian Schilling
|
|
63
|
+
* * `AZN` - Azerbaijani Manat
|
|
64
|
+
* * `AZM` - Azerbaijani Manat (1993–2006)
|
|
65
|
+
* * `BSD` - Bahamian Dollar
|
|
66
|
+
* * `BHD` - Bahraini Dinar
|
|
67
|
+
* * `BDT` - Bangladeshi Taka
|
|
68
|
+
* * `BBD` - Barbadian Dollar
|
|
69
|
+
* * `BYN` - Belarusian Ruble
|
|
70
|
+
* * `BYB` - Belarusian Ruble (1994–1999)
|
|
71
|
+
* * `BYR` - Belarusian Ruble (2000–2016)
|
|
72
|
+
* * `BEF` - Belgian Franc
|
|
73
|
+
* * `BEC` - Belgian Franc (convertible)
|
|
74
|
+
* * `BEL` - Belgian Franc (financial)
|
|
75
|
+
* * `BZD` - Belize Dollar
|
|
76
|
+
* * `BMD` - Bermudan Dollar
|
|
77
|
+
* * `BTN` - Bhutanese Ngultrum
|
|
78
|
+
* * `BOB` - Bolivian Boliviano
|
|
79
|
+
* * `BOL` - Bolivian Boliviano (1863–1963)
|
|
80
|
+
* * `BOV` - Bolivian Mvdol
|
|
81
|
+
* * `BOP` - Bolivian Peso
|
|
82
|
+
* * `BAM` - Bosnia-Herzegovina Convertible Mark
|
|
83
|
+
* * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
|
|
84
|
+
* * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
|
|
85
|
+
* * `BWP` - Botswanan Pula
|
|
86
|
+
* * `BRC` - Brazilian Cruzado (1986–1989)
|
|
87
|
+
* * `BRZ` - Brazilian Cruzeiro (1942–1967)
|
|
88
|
+
* * `BRE` - Brazilian Cruzeiro (1990–1993)
|
|
89
|
+
* * `BRR` - Brazilian Cruzeiro (1993–1994)
|
|
90
|
+
* * `BRN` - Brazilian New Cruzado (1989–1990)
|
|
91
|
+
* * `BRB` - Brazilian New Cruzeiro (1967–1986)
|
|
92
|
+
* * `BRL` - Brazilian Real
|
|
93
|
+
* * `GBP` - British Pound
|
|
94
|
+
* * `BND` - Brunei Dollar
|
|
95
|
+
* * `BGL` - Bulgarian Hard Lev
|
|
96
|
+
* * `BGN` - Bulgarian Lev
|
|
97
|
+
* * `BGO` - Bulgarian Lev (1879–1952)
|
|
98
|
+
* * `BGM` - Bulgarian Socialist Lev
|
|
99
|
+
* * `BUK` - Burmese Kyat
|
|
100
|
+
* * `BIF` - Burundian Franc
|
|
101
|
+
* * `XPF` - CFP Franc
|
|
102
|
+
* * `KHR` - Cambodian Riel
|
|
103
|
+
* * `CAD` - Canadian Dollar
|
|
104
|
+
* * `CVE` - Cape Verdean Escudo
|
|
105
|
+
* * `KYD` - Cayman Islands Dollar
|
|
106
|
+
* * `XAF` - Central African CFA Franc
|
|
107
|
+
* * `CLE` - Chilean Escudo
|
|
108
|
+
* * `CLP` - Chilean Peso
|
|
109
|
+
* * `CLF` - Chilean Unit of Account (UF)
|
|
110
|
+
* * `CNX` - Chinese People’s Bank Dollar
|
|
111
|
+
* * `CNY` - Chinese Yuan
|
|
112
|
+
* * `CNH` - Chinese Yuan (offshore)
|
|
113
|
+
* * `COP` - Colombian Peso
|
|
114
|
+
* * `COU` - Colombian Real Value Unit
|
|
115
|
+
* * `KMF` - Comorian Franc
|
|
116
|
+
* * `CDF` - Congolese Franc
|
|
117
|
+
* * `CRC` - Costa Rican Colón
|
|
118
|
+
* * `HRD` - Croatian Dinar
|
|
119
|
+
* * `HRK` - Croatian Kuna
|
|
120
|
+
* * `CUC` - Cuban Convertible Peso
|
|
121
|
+
* * `CUP` - Cuban Peso
|
|
122
|
+
* * `CYP` - Cypriot Pound
|
|
123
|
+
* * `CZK` - Czech Koruna
|
|
124
|
+
* * `CSK` - Czechoslovak Hard Koruna
|
|
125
|
+
* * `DKK` - Danish Krone
|
|
126
|
+
* * `DJF` - Djiboutian Franc
|
|
127
|
+
* * `DOP` - Dominican Peso
|
|
128
|
+
* * `NLG` - Dutch Guilder
|
|
129
|
+
* * `XCD` - East Caribbean Dollar
|
|
130
|
+
* * `DDM` - East German Mark
|
|
131
|
+
* * `ECS` - Ecuadorian Sucre
|
|
132
|
+
* * `ECV` - Ecuadorian Unit of Constant Value
|
|
133
|
+
* * `EGP` - Egyptian Pound
|
|
134
|
+
* * `GQE` - Equatorial Guinean Ekwele
|
|
135
|
+
* * `ERN` - Eritrean Nakfa
|
|
136
|
+
* * `EEK` - Estonian Kroon
|
|
137
|
+
* * `ETB` - Ethiopian Birr
|
|
138
|
+
* * `EUR` - Euro
|
|
139
|
+
* * `XBA` - European Composite Unit
|
|
140
|
+
* * `XEU` - European Currency Unit
|
|
141
|
+
* * `XBB` - European Monetary Unit
|
|
142
|
+
* * `XBC` - European Unit of Account (XBC)
|
|
143
|
+
* * `XBD` - European Unit of Account (XBD)
|
|
144
|
+
* * `FKP` - Falkland Islands Pound
|
|
145
|
+
* * `FJD` - Fijian Dollar
|
|
146
|
+
* * `FIM` - Finnish Markka
|
|
147
|
+
* * `FRF` - French Franc
|
|
148
|
+
* * `XFO` - French Gold Franc
|
|
149
|
+
* * `XFU` - French UIC-Franc
|
|
150
|
+
* * `GMD` - Gambian Dalasi
|
|
151
|
+
* * `GEK` - Georgian Kupon Larit
|
|
152
|
+
* * `GEL` - Georgian Lari
|
|
153
|
+
* * `DEM` - German Mark
|
|
154
|
+
* * `GHS` - Ghanaian Cedi
|
|
155
|
+
* * `GHC` - Ghanaian Cedi (1979–2007)
|
|
156
|
+
* * `GIP` - Gibraltar Pound
|
|
157
|
+
* * `XAU` - Gold
|
|
158
|
+
* * `GRD` - Greek Drachma
|
|
159
|
+
* * `GTQ` - Guatemalan Quetzal
|
|
160
|
+
* * `GWP` - Guinea-Bissau Peso
|
|
161
|
+
* * `GNF` - Guinean Franc
|
|
162
|
+
* * `GNS` - Guinean Syli
|
|
163
|
+
* * `GYD` - Guyanaese Dollar
|
|
164
|
+
* * `HTG` - Haitian Gourde
|
|
165
|
+
* * `HNL` - Honduran Lempira
|
|
166
|
+
* * `HKD` - Hong Kong Dollar
|
|
167
|
+
* * `HUF` - Hungarian Forint
|
|
168
|
+
* * `IMP` - IMP
|
|
169
|
+
* * `ISK` - Icelandic Króna
|
|
170
|
+
* * `ISJ` - Icelandic Króna (1918–1981)
|
|
171
|
+
* * `INR` - Indian Rupee
|
|
172
|
+
* * `IDR` - Indonesian Rupiah
|
|
173
|
+
* * `IRR` - Iranian Rial
|
|
174
|
+
* * `IQD` - Iraqi Dinar
|
|
175
|
+
* * `IEP` - Irish Pound
|
|
176
|
+
* * `ILS` - Israeli New Shekel
|
|
177
|
+
* * `ILP` - Israeli Pound
|
|
178
|
+
* * `ILR` - Israeli Shekel (1980–1985)
|
|
179
|
+
* * `ITL` - Italian Lira
|
|
180
|
+
* * `JMD` - Jamaican Dollar
|
|
181
|
+
* * `JPY` - Japanese Yen
|
|
182
|
+
* * `JOD` - Jordanian Dinar
|
|
183
|
+
* * `KZT` - Kazakhstani Tenge
|
|
184
|
+
* * `KES` - Kenyan Shilling
|
|
185
|
+
* * `KWD` - Kuwaiti Dinar
|
|
186
|
+
* * `KGS` - Kyrgystani Som
|
|
187
|
+
* * `LAK` - Laotian Kip
|
|
188
|
+
* * `LVL` - Latvian Lats
|
|
189
|
+
* * `LVR` - Latvian Ruble
|
|
190
|
+
* * `LBP` - Lebanese Pound
|
|
191
|
+
* * `LSL` - Lesotho Loti
|
|
192
|
+
* * `LRD` - Liberian Dollar
|
|
193
|
+
* * `LYD` - Libyan Dinar
|
|
194
|
+
* * `LTL` - Lithuanian Litas
|
|
195
|
+
* * `LTT` - Lithuanian Talonas
|
|
196
|
+
* * `LUL` - Luxembourg Financial Franc
|
|
197
|
+
* * `LUC` - Luxembourgian Convertible Franc
|
|
198
|
+
* * `LUF` - Luxembourgian Franc
|
|
199
|
+
* * `MOP` - Macanese Pataca
|
|
200
|
+
* * `MKD` - Macedonian Denar
|
|
201
|
+
* * `MKN` - Macedonian Denar (1992–1993)
|
|
202
|
+
* * `MGA` - Malagasy Ariary
|
|
203
|
+
* * `MGF` - Malagasy Franc
|
|
204
|
+
* * `MWK` - Malawian Kwacha
|
|
205
|
+
* * `MYR` - Malaysian Ringgit
|
|
206
|
+
* * `MVR` - Maldivian Rufiyaa
|
|
207
|
+
* * `MVP` - Maldivian Rupee (1947–1981)
|
|
208
|
+
* * `MLF` - Malian Franc
|
|
209
|
+
* * `MTL` - Maltese Lira
|
|
210
|
+
* * `MTP` - Maltese Pound
|
|
211
|
+
* * `MRU` - Mauritanian Ouguiya
|
|
212
|
+
* * `MRO` - Mauritanian Ouguiya (1973–2017)
|
|
213
|
+
* * `MUR` - Mauritian Rupee
|
|
214
|
+
* * `MXV` - Mexican Investment Unit
|
|
215
|
+
* * `MXN` - Mexican Peso
|
|
216
|
+
* * `MXP` - Mexican Silver Peso (1861–1992)
|
|
217
|
+
* * `MDC` - Moldovan Cupon
|
|
218
|
+
* * `MDL` - Moldovan Leu
|
|
219
|
+
* * `MCF` - Monegasque Franc
|
|
220
|
+
* * `MNT` - Mongolian Tugrik
|
|
221
|
+
* * `MAD` - Moroccan Dirham
|
|
222
|
+
* * `MAF` - Moroccan Franc
|
|
223
|
+
* * `MZE` - Mozambican Escudo
|
|
224
|
+
* * `MZN` - Mozambican Metical
|
|
225
|
+
* * `MZM` - Mozambican Metical (1980–2006)
|
|
226
|
+
* * `MMK` - Myanmar Kyat
|
|
227
|
+
* * `NAD` - Namibian Dollar
|
|
228
|
+
* * `NPR` - Nepalese Rupee
|
|
229
|
+
* * `ANG` - Netherlands Antillean Guilder
|
|
230
|
+
* * `TWD` - New Taiwan Dollar
|
|
231
|
+
* * `NZD` - New Zealand Dollar
|
|
232
|
+
* * `NIO` - Nicaraguan Córdoba
|
|
233
|
+
* * `NIC` - Nicaraguan Córdoba (1988–1991)
|
|
234
|
+
* * `NGN` - Nigerian Naira
|
|
235
|
+
* * `KPW` - North Korean Won
|
|
236
|
+
* * `NOK` - Norwegian Krone
|
|
237
|
+
* * `OMR` - Omani Rial
|
|
238
|
+
* * `PKR` - Pakistani Rupee
|
|
239
|
+
* * `XPD` - Palladium
|
|
240
|
+
* * `PAB` - Panamanian Balboa
|
|
241
|
+
* * `PGK` - Papua New Guinean Kina
|
|
242
|
+
* * `PYG` - Paraguayan Guarani
|
|
243
|
+
* * `PEI` - Peruvian Inti
|
|
244
|
+
* * `PEN` - Peruvian Sol
|
|
245
|
+
* * `PES` - Peruvian Sol (1863–1965)
|
|
246
|
+
* * `PHP` - Philippine Peso
|
|
247
|
+
* * `XPT` - Platinum
|
|
248
|
+
* * `PLN` - Polish Zloty
|
|
249
|
+
* * `PLZ` - Polish Zloty (1950–1995)
|
|
250
|
+
* * `PTE` - Portuguese Escudo
|
|
251
|
+
* * `GWE` - Portuguese Guinea Escudo
|
|
252
|
+
* * `QAR` - Qatari Rial
|
|
253
|
+
* * `XRE` - RINET Funds
|
|
254
|
+
* * `RHD` - Rhodesian Dollar
|
|
255
|
+
* * `RON` - Romanian Leu
|
|
256
|
+
* * `ROL` - Romanian Leu (1952–2006)
|
|
257
|
+
* * `RUB` - Russian Ruble
|
|
258
|
+
* * `RUR` - Russian Ruble (1991–1998)
|
|
259
|
+
* * `RWF` - Rwandan Franc
|
|
260
|
+
* * `SVC` - Salvadoran Colón
|
|
261
|
+
* * `WST` - Samoan Tala
|
|
262
|
+
* * `SAR` - Saudi Riyal
|
|
263
|
+
* * `RSD` - Serbian Dinar
|
|
264
|
+
* * `CSD` - Serbian Dinar (2002–2006)
|
|
265
|
+
* * `SCR` - Seychellois Rupee
|
|
266
|
+
* * `SLL` - Sierra Leonean Leone
|
|
267
|
+
* * `XAG` - Silver
|
|
268
|
+
* * `SGD` - Singapore Dollar
|
|
269
|
+
* * `SKK` - Slovak Koruna
|
|
270
|
+
* * `SIT` - Slovenian Tolar
|
|
271
|
+
* * `SBD` - Solomon Islands Dollar
|
|
272
|
+
* * `SOS` - Somali Shilling
|
|
273
|
+
* * `ZAR` - South African Rand
|
|
274
|
+
* * `ZAL` - South African Rand (financial)
|
|
275
|
+
* * `KRH` - South Korean Hwan (1953–1962)
|
|
276
|
+
* * `KRW` - South Korean Won
|
|
277
|
+
* * `KRO` - South Korean Won (1945–1953)
|
|
278
|
+
* * `SSP` - South Sudanese Pound
|
|
279
|
+
* * `SUR` - Soviet Rouble
|
|
280
|
+
* * `ESP` - Spanish Peseta
|
|
281
|
+
* * `ESA` - Spanish Peseta (A account)
|
|
282
|
+
* * `ESB` - Spanish Peseta (convertible account)
|
|
283
|
+
* * `XDR` - Special Drawing Rights
|
|
284
|
+
* * `LKR` - Sri Lankan Rupee
|
|
285
|
+
* * `SHP` - St. Helena Pound
|
|
286
|
+
* * `XSU` - Sucre
|
|
287
|
+
* * `SDD` - Sudanese Dinar (1992–2007)
|
|
288
|
+
* * `SDG` - Sudanese Pound
|
|
289
|
+
* * `SDP` - Sudanese Pound (1957–1998)
|
|
290
|
+
* * `SRD` - Surinamese Dollar
|
|
291
|
+
* * `SRG` - Surinamese Guilder
|
|
292
|
+
* * `SZL` - Swazi Lilangeni
|
|
293
|
+
* * `SEK` - Swedish Krona
|
|
294
|
+
* * `CHF` - Swiss Franc
|
|
295
|
+
* * `SYP` - Syrian Pound
|
|
296
|
+
* * `STN` - São Tomé & Príncipe Dobra
|
|
297
|
+
* * `STD` - São Tomé & Príncipe Dobra (1977–2017)
|
|
298
|
+
* * `TVD` - TVD
|
|
299
|
+
* * `TJR` - Tajikistani Ruble
|
|
300
|
+
* * `TJS` - Tajikistani Somoni
|
|
301
|
+
* * `TZS` - Tanzanian Shilling
|
|
302
|
+
* * `XTS` - Testing Currency Code
|
|
303
|
+
* * `THB` - Thai Baht
|
|
304
|
+
* * `XXX` - The codes assigned for transactions where no currency is involved
|
|
305
|
+
* * `TPE` - Timorese Escudo
|
|
306
|
+
* * `TOP` - Tongan Paʻanga
|
|
307
|
+
* * `TTD` - Trinidad & Tobago Dollar
|
|
308
|
+
* * `TND` - Tunisian Dinar
|
|
309
|
+
* * `TRY` - Turkish Lira
|
|
310
|
+
* * `TRL` - Turkish Lira (1922–2005)
|
|
311
|
+
* * `TMT` - Turkmenistani Manat
|
|
312
|
+
* * `TMM` - Turkmenistani Manat (1993–2009)
|
|
313
|
+
* * `USD` - US Dollar
|
|
314
|
+
* * `USN` - US Dollar (Next day)
|
|
315
|
+
* * `USS` - US Dollar (Same day)
|
|
316
|
+
* * `UGX` - Ugandan Shilling
|
|
317
|
+
* * `UGS` - Ugandan Shilling (1966–1987)
|
|
318
|
+
* * `UAH` - Ukrainian Hryvnia
|
|
319
|
+
* * `UAK` - Ukrainian Karbovanets
|
|
320
|
+
* * `AED` - United Arab Emirates Dirham
|
|
321
|
+
* * `UYW` - Uruguayan Nominal Wage Index Unit
|
|
322
|
+
* * `UYU` - Uruguayan Peso
|
|
323
|
+
* * `UYP` - Uruguayan Peso (1975–1993)
|
|
324
|
+
* * `UYI` - Uruguayan Peso (Indexed Units)
|
|
325
|
+
* * `UZS` - Uzbekistani Som
|
|
326
|
+
* * `VUV` - Vanuatu Vatu
|
|
327
|
+
* * `VES` - Venezuelan Bolívar
|
|
328
|
+
* * `VEB` - Venezuelan Bolívar (1871–2008)
|
|
329
|
+
* * `VEF` - Venezuelan Bolívar (2008–2018)
|
|
330
|
+
* * `VND` - Vietnamese Dong
|
|
331
|
+
* * `VNN` - Vietnamese Dong (1978–1985)
|
|
332
|
+
* * `CHE` - WIR Euro
|
|
333
|
+
* * `CHW` - WIR Franc
|
|
334
|
+
* * `XOF` - West African CFA Franc
|
|
335
|
+
* * `YDD` - Yemeni Dinar
|
|
336
|
+
* * `YER` - Yemeni Rial
|
|
337
|
+
* * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
|
|
338
|
+
* * `YUD` - Yugoslavian Hard Dinar (1966–1990)
|
|
339
|
+
* * `YUM` - Yugoslavian New Dinar (1994–2002)
|
|
340
|
+
* * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
|
|
341
|
+
* * `ZWN` - ZWN
|
|
342
|
+
* * `ZRN` - Zairean New Zaire (1993–1998)
|
|
343
|
+
* * `ZRZ` - Zairean Zaire (1971–1993)
|
|
344
|
+
* * `ZMW` - Zambian Kwacha
|
|
345
|
+
* * `ZMK` - Zambian Kwacha (1968–2012)
|
|
346
|
+
* * `ZWD` - Zimbabwean Dollar (1980–2008)
|
|
347
|
+
* * `ZWR` - Zimbabwean Dollar (2008)
|
|
348
|
+
* * `ZWL` - Zimbabwean Dollar (2009)
|
|
349
|
+
*/
|
|
350
|
+
currency?: Merge.accounting.TransactionCurrencyEnum;
|
|
351
|
+
/** A brief description or purpose for the expense report */
|
|
352
|
+
description?: string;
|
|
353
|
+
/** The accounting period the report was posted in */
|
|
354
|
+
accountingPeriod?: string;
|
|
355
|
+
/** The subsidiary that the expense report is created in */
|
|
356
|
+
company?: Merge.accounting.ExpenseReportCompany;
|
|
357
|
+
/** The related tracking categories associated with the expense report */
|
|
358
|
+
trackingCategories: string[];
|
|
359
|
+
/** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
|
|
360
|
+
remoteWasDeleted?: boolean;
|
|
361
|
+
fieldMappings?: Record<string, unknown>;
|
|
362
|
+
remoteData?: Merge.accounting.RemoteData[];
|
|
363
|
+
remoteFields?: Merge.accounting.RemoteField[];
|
|
364
|
+
}
|