@apideck/unify 0.13.6 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +2 -0
- package/README.md +45 -7
- package/docs/sdks/activities/README.md +48 -126
- package/docs/sdks/ageddebtors/README.md +2 -0
- package/docs/sdks/apideckcompanies/README.md +256 -24
- package/docs/sdks/apideckcustomers/README.md +6 -0
- package/docs/sdks/apideckdepartments/README.md +112 -58
- package/docs/sdks/apis/README.md +2 -0
- package/docs/sdks/applicants/README.md +290 -138
- package/docs/sdks/applications/README.md +186 -0
- package/docs/sdks/attachments/README.md +8 -0
- package/docs/sdks/balancesheet/README.md +2 -0
- package/docs/sdks/billpayments/README.md +132 -28
- package/docs/sdks/bills/README.md +76 -206
- package/docs/sdks/collections/README.md +6 -0
- package/docs/sdks/collectiontags/README.md +4 -0
- package/docs/sdks/collectionticketcomments/README.md +98 -0
- package/docs/sdks/collectiontickets/README.md +104 -52
- package/docs/sdks/collectionusers/README.md +6 -0
- package/docs/sdks/companies/README.md +180 -144
- package/docs/sdks/companyinfo/README.md +2 -0
- package/docs/sdks/connections/README.md +110 -111
- package/docs/sdks/connectionsettings/README.md +262 -2
- package/docs/sdks/connectors/README.md +2 -0
- package/docs/sdks/consumers/README.md +6 -2
- package/docs/sdks/contacts/README.md +239 -81
- package/docs/sdks/creditnotes/README.md +223 -197
- package/docs/sdks/customers/README.md +388 -84
- package/docs/sdks/departments/README.md +124 -0
- package/docs/sdks/drivegroups/README.md +112 -10
- package/docs/sdks/drives/README.md +54 -10
- package/docs/sdks/employeepayrolls/README.md +4 -0
- package/docs/sdks/employees/README.md +381 -287
- package/docs/sdks/employeeschedules/README.md +2 -0
- package/docs/sdks/eventlogs/README.md +2 -0
- package/docs/sdks/expenses/README.md +292 -20
- package/docs/sdks/files/README.md +128 -32
- package/docs/sdks/folders/README.md +258 -0
- package/docs/sdks/invoiceitems/README.md +46 -36
- package/docs/sdks/invoices/README.md +251 -143
- package/docs/sdks/jobs/README.md +6 -0
- package/docs/sdks/journalentries/README.md +340 -8
- package/docs/sdks/leads/README.md +220 -106
- package/docs/sdks/ledgeraccounts/README.md +144 -74
- package/docs/sdks/locations/README.md +254 -32
- package/docs/sdks/logs/README.md +2 -0
- package/docs/sdks/messages/README.md +32 -110
- package/docs/sdks/notes/README.md +112 -0
- package/docs/sdks/opportunities/README.md +56 -144
- package/docs/sdks/orders/README.md +6 -0
- package/docs/sdks/payments/README.md +256 -16
- package/docs/sdks/payrolls/README.md +4 -0
- package/docs/sdks/pipelines/README.md +4 -0
- package/docs/sdks/products/README.md +6 -0
- package/docs/sdks/profitandloss/README.md +2 -0
- package/docs/sdks/purchaseorders/README.md +263 -29
- package/docs/sdks/sessions/README.md +18 -2
- package/docs/sdks/sharedlinks/README.md +186 -0
- package/docs/sdks/stores/README.md +2 -0
- package/docs/sdks/subsidiaries/README.md +70 -16
- package/docs/sdks/suppliers/README.md +234 -176
- package/docs/sdks/taxrates/README.md +150 -42
- package/docs/sdks/timeoffrequests/README.md +118 -0
- package/docs/sdks/trackingcategories/README.md +170 -0
- package/docs/sdks/uploadsessions/README.md +66 -0
- package/docs/sdks/users/README.md +98 -164
- package/docs/sdks/webhooks/README.md +6 -2
- package/funcs/accountingAgedDebtorsGet.d.ts.map +1 -1
- package/funcs/accountingAgedDebtorsGet.js +4 -3
- package/funcs/accountingAgedDebtorsGet.js.map +1 -1
- package/funcs/accountingAttachmentsDelete.d.ts.map +1 -1
- package/funcs/accountingAttachmentsDelete.js +4 -3
- package/funcs/accountingAttachmentsDelete.js.map +1 -1
- package/funcs/accountingAttachmentsDownload.d.ts.map +1 -1
- package/funcs/accountingAttachmentsDownload.js +4 -3
- package/funcs/accountingAttachmentsDownload.js.map +1 -1
- package/funcs/accountingAttachmentsGet.d.ts.map +1 -1
- package/funcs/accountingAttachmentsGet.js +4 -3
- package/funcs/accountingAttachmentsGet.js.map +1 -1
- package/funcs/accountingAttachmentsList.d.ts.map +1 -1
- package/funcs/accountingAttachmentsList.js +4 -3
- package/funcs/accountingAttachmentsList.js.map +1 -1
- package/funcs/accountingBalanceSheetGet.d.ts.map +1 -1
- package/funcs/accountingBalanceSheetGet.js +4 -3
- package/funcs/accountingBalanceSheetGet.js.map +1 -1
- package/funcs/accountingBillPaymentsCreate.d.ts.map +1 -1
- package/funcs/accountingBillPaymentsCreate.js +4 -3
- package/funcs/accountingBillPaymentsCreate.js.map +1 -1
- package/funcs/accountingBillPaymentsDelete.d.ts.map +1 -1
- package/funcs/accountingBillPaymentsDelete.js +4 -3
- package/funcs/accountingBillPaymentsDelete.js.map +1 -1
- package/funcs/accountingBillPaymentsGet.d.ts.map +1 -1
- package/funcs/accountingBillPaymentsGet.js +4 -3
- package/funcs/accountingBillPaymentsGet.js.map +1 -1
- package/funcs/accountingBillPaymentsList.d.ts.map +1 -1
- package/funcs/accountingBillPaymentsList.js +4 -3
- package/funcs/accountingBillPaymentsList.js.map +1 -1
- package/funcs/accountingBillPaymentsUpdate.d.ts.map +1 -1
- package/funcs/accountingBillPaymentsUpdate.js +4 -3
- package/funcs/accountingBillPaymentsUpdate.js.map +1 -1
- package/funcs/accountingBillsCreate.d.ts.map +1 -1
- package/funcs/accountingBillsCreate.js +4 -3
- package/funcs/accountingBillsCreate.js.map +1 -1
- package/funcs/accountingBillsDelete.d.ts.map +1 -1
- package/funcs/accountingBillsDelete.js +4 -3
- package/funcs/accountingBillsDelete.js.map +1 -1
- package/funcs/accountingBillsGet.d.ts.map +1 -1
- package/funcs/accountingBillsGet.js +4 -3
- package/funcs/accountingBillsGet.js.map +1 -1
- package/funcs/accountingBillsList.d.ts.map +1 -1
- package/funcs/accountingBillsList.js +4 -3
- package/funcs/accountingBillsList.js.map +1 -1
- package/funcs/accountingBillsUpdate.d.ts.map +1 -1
- package/funcs/accountingBillsUpdate.js +4 -3
- package/funcs/accountingBillsUpdate.js.map +1 -1
- package/funcs/accountingCompanyInfoGet.d.ts.map +1 -1
- package/funcs/accountingCompanyInfoGet.js +4 -3
- package/funcs/accountingCompanyInfoGet.js.map +1 -1
- package/funcs/accountingCreditNotesCreate.d.ts.map +1 -1
- package/funcs/accountingCreditNotesCreate.js +4 -3
- package/funcs/accountingCreditNotesCreate.js.map +1 -1
- package/funcs/accountingCreditNotesDelete.d.ts.map +1 -1
- package/funcs/accountingCreditNotesDelete.js +4 -3
- package/funcs/accountingCreditNotesDelete.js.map +1 -1
- package/funcs/accountingCreditNotesGet.d.ts.map +1 -1
- package/funcs/accountingCreditNotesGet.js +4 -3
- package/funcs/accountingCreditNotesGet.js.map +1 -1
- package/funcs/accountingCreditNotesList.d.ts.map +1 -1
- package/funcs/accountingCreditNotesList.js +4 -3
- package/funcs/accountingCreditNotesList.js.map +1 -1
- package/funcs/accountingCreditNotesUpdate.d.ts.map +1 -1
- package/funcs/accountingCreditNotesUpdate.js +4 -3
- package/funcs/accountingCreditNotesUpdate.js.map +1 -1
- package/funcs/accountingCustomersCreate.d.ts.map +1 -1
- package/funcs/accountingCustomersCreate.js +4 -3
- package/funcs/accountingCustomersCreate.js.map +1 -1
- package/funcs/accountingCustomersDelete.d.ts.map +1 -1
- package/funcs/accountingCustomersDelete.js +4 -3
- package/funcs/accountingCustomersDelete.js.map +1 -1
- package/funcs/accountingCustomersGet.d.ts.map +1 -1
- package/funcs/accountingCustomersGet.js +4 -3
- package/funcs/accountingCustomersGet.js.map +1 -1
- package/funcs/accountingCustomersList.d.ts.map +1 -1
- package/funcs/accountingCustomersList.js +4 -3
- package/funcs/accountingCustomersList.js.map +1 -1
- package/funcs/accountingCustomersUpdate.d.ts.map +1 -1
- package/funcs/accountingCustomersUpdate.js +4 -3
- package/funcs/accountingCustomersUpdate.js.map +1 -1
- package/funcs/accountingDepartmentsCreate.d.ts.map +1 -1
- package/funcs/accountingDepartmentsCreate.js +4 -3
- package/funcs/accountingDepartmentsCreate.js.map +1 -1
- package/funcs/accountingDepartmentsDelete.d.ts.map +1 -1
- package/funcs/accountingDepartmentsDelete.js +4 -3
- package/funcs/accountingDepartmentsDelete.js.map +1 -1
- package/funcs/accountingDepartmentsGet.d.ts.map +1 -1
- package/funcs/accountingDepartmentsGet.js +4 -3
- package/funcs/accountingDepartmentsGet.js.map +1 -1
- package/funcs/accountingDepartmentsList.d.ts.map +1 -1
- package/funcs/accountingDepartmentsList.js +4 -3
- package/funcs/accountingDepartmentsList.js.map +1 -1
- package/funcs/accountingDepartmentsUpdate.d.ts.map +1 -1
- package/funcs/accountingDepartmentsUpdate.js +4 -3
- package/funcs/accountingDepartmentsUpdate.js.map +1 -1
- package/funcs/accountingExpensesCreate.d.ts.map +1 -1
- package/funcs/accountingExpensesCreate.js +4 -3
- package/funcs/accountingExpensesCreate.js.map +1 -1
- package/funcs/accountingExpensesDelete.d.ts.map +1 -1
- package/funcs/accountingExpensesDelete.js +4 -3
- package/funcs/accountingExpensesDelete.js.map +1 -1
- package/funcs/accountingExpensesGet.d.ts.map +1 -1
- package/funcs/accountingExpensesGet.js +4 -3
- package/funcs/accountingExpensesGet.js.map +1 -1
- package/funcs/accountingExpensesList.d.ts.map +1 -1
- package/funcs/accountingExpensesList.js +4 -3
- package/funcs/accountingExpensesList.js.map +1 -1
- package/funcs/accountingExpensesUpdate.d.ts.map +1 -1
- package/funcs/accountingExpensesUpdate.js +4 -3
- package/funcs/accountingExpensesUpdate.js.map +1 -1
- package/funcs/accountingInvoiceItemsCreate.d.ts.map +1 -1
- package/funcs/accountingInvoiceItemsCreate.js +4 -3
- package/funcs/accountingInvoiceItemsCreate.js.map +1 -1
- package/funcs/accountingInvoiceItemsDelete.d.ts.map +1 -1
- package/funcs/accountingInvoiceItemsDelete.js +4 -3
- package/funcs/accountingInvoiceItemsDelete.js.map +1 -1
- package/funcs/accountingInvoiceItemsGet.d.ts.map +1 -1
- package/funcs/accountingInvoiceItemsGet.js +4 -3
- package/funcs/accountingInvoiceItemsGet.js.map +1 -1
- package/funcs/accountingInvoiceItemsList.d.ts.map +1 -1
- package/funcs/accountingInvoiceItemsList.js +4 -3
- package/funcs/accountingInvoiceItemsList.js.map +1 -1
- package/funcs/accountingInvoiceItemsUpdate.d.ts.map +1 -1
- package/funcs/accountingInvoiceItemsUpdate.js +4 -3
- package/funcs/accountingInvoiceItemsUpdate.js.map +1 -1
- package/funcs/accountingInvoicesCreate.d.ts.map +1 -1
- package/funcs/accountingInvoicesCreate.js +4 -3
- package/funcs/accountingInvoicesCreate.js.map +1 -1
- package/funcs/accountingInvoicesDelete.d.ts.map +1 -1
- package/funcs/accountingInvoicesDelete.js +4 -3
- package/funcs/accountingInvoicesDelete.js.map +1 -1
- package/funcs/accountingInvoicesGet.d.ts.map +1 -1
- package/funcs/accountingInvoicesGet.js +4 -3
- package/funcs/accountingInvoicesGet.js.map +1 -1
- package/funcs/accountingInvoicesList.d.ts.map +1 -1
- package/funcs/accountingInvoicesList.js +4 -3
- package/funcs/accountingInvoicesList.js.map +1 -1
- package/funcs/accountingInvoicesUpdate.d.ts.map +1 -1
- package/funcs/accountingInvoicesUpdate.js +4 -3
- package/funcs/accountingInvoicesUpdate.js.map +1 -1
- package/funcs/accountingJournalEntriesCreate.d.ts.map +1 -1
- package/funcs/accountingJournalEntriesCreate.js +4 -3
- package/funcs/accountingJournalEntriesCreate.js.map +1 -1
- package/funcs/accountingJournalEntriesDelete.d.ts.map +1 -1
- package/funcs/accountingJournalEntriesDelete.js +4 -3
- package/funcs/accountingJournalEntriesDelete.js.map +1 -1
- package/funcs/accountingJournalEntriesGet.d.ts.map +1 -1
- package/funcs/accountingJournalEntriesGet.js +4 -3
- package/funcs/accountingJournalEntriesGet.js.map +1 -1
- package/funcs/accountingJournalEntriesList.d.ts.map +1 -1
- package/funcs/accountingJournalEntriesList.js +4 -3
- package/funcs/accountingJournalEntriesList.js.map +1 -1
- package/funcs/accountingJournalEntriesUpdate.d.ts.map +1 -1
- package/funcs/accountingJournalEntriesUpdate.js +4 -3
- package/funcs/accountingJournalEntriesUpdate.js.map +1 -1
- package/funcs/accountingLedgerAccountsCreate.d.ts.map +1 -1
- package/funcs/accountingLedgerAccountsCreate.js +4 -3
- package/funcs/accountingLedgerAccountsCreate.js.map +1 -1
- package/funcs/accountingLedgerAccountsDelete.d.ts.map +1 -1
- package/funcs/accountingLedgerAccountsDelete.js +4 -3
- package/funcs/accountingLedgerAccountsDelete.js.map +1 -1
- package/funcs/accountingLedgerAccountsGet.d.ts.map +1 -1
- package/funcs/accountingLedgerAccountsGet.js +4 -3
- package/funcs/accountingLedgerAccountsGet.js.map +1 -1
- package/funcs/accountingLedgerAccountsList.d.ts.map +1 -1
- package/funcs/accountingLedgerAccountsList.js +4 -3
- package/funcs/accountingLedgerAccountsList.js.map +1 -1
- package/funcs/accountingLedgerAccountsUpdate.d.ts.map +1 -1
- package/funcs/accountingLedgerAccountsUpdate.js +4 -3
- package/funcs/accountingLedgerAccountsUpdate.js.map +1 -1
- package/funcs/accountingLocationsCreate.d.ts.map +1 -1
- package/funcs/accountingLocationsCreate.js +4 -3
- package/funcs/accountingLocationsCreate.js.map +1 -1
- package/funcs/accountingLocationsDelete.d.ts.map +1 -1
- package/funcs/accountingLocationsDelete.js +4 -3
- package/funcs/accountingLocationsDelete.js.map +1 -1
- package/funcs/accountingLocationsGet.d.ts.map +1 -1
- package/funcs/accountingLocationsGet.js +4 -3
- package/funcs/accountingLocationsGet.js.map +1 -1
- package/funcs/accountingLocationsList.d.ts.map +1 -1
- package/funcs/accountingLocationsList.js +4 -3
- package/funcs/accountingLocationsList.js.map +1 -1
- package/funcs/accountingLocationsUpdate.d.ts.map +1 -1
- package/funcs/accountingLocationsUpdate.js +4 -3
- package/funcs/accountingLocationsUpdate.js.map +1 -1
- package/funcs/accountingPaymentsCreate.d.ts.map +1 -1
- package/funcs/accountingPaymentsCreate.js +4 -3
- package/funcs/accountingPaymentsCreate.js.map +1 -1
- package/funcs/accountingPaymentsDelete.d.ts.map +1 -1
- package/funcs/accountingPaymentsDelete.js +4 -3
- package/funcs/accountingPaymentsDelete.js.map +1 -1
- package/funcs/accountingPaymentsGet.d.ts.map +1 -1
- package/funcs/accountingPaymentsGet.js +4 -3
- package/funcs/accountingPaymentsGet.js.map +1 -1
- package/funcs/accountingPaymentsList.d.ts.map +1 -1
- package/funcs/accountingPaymentsList.js +4 -3
- package/funcs/accountingPaymentsList.js.map +1 -1
- package/funcs/accountingPaymentsUpdate.d.ts.map +1 -1
- package/funcs/accountingPaymentsUpdate.js +4 -3
- package/funcs/accountingPaymentsUpdate.js.map +1 -1
- package/funcs/accountingProfitAndLossGet.d.ts.map +1 -1
- package/funcs/accountingProfitAndLossGet.js +4 -3
- package/funcs/accountingProfitAndLossGet.js.map +1 -1
- package/funcs/accountingPurchaseOrdersCreate.d.ts.map +1 -1
- package/funcs/accountingPurchaseOrdersCreate.js +4 -3
- package/funcs/accountingPurchaseOrdersCreate.js.map +1 -1
- package/funcs/accountingPurchaseOrdersDelete.d.ts.map +1 -1
- package/funcs/accountingPurchaseOrdersDelete.js +4 -3
- package/funcs/accountingPurchaseOrdersDelete.js.map +1 -1
- package/funcs/accountingPurchaseOrdersGet.d.ts.map +1 -1
- package/funcs/accountingPurchaseOrdersGet.js +4 -3
- package/funcs/accountingPurchaseOrdersGet.js.map +1 -1
- package/funcs/accountingPurchaseOrdersList.d.ts.map +1 -1
- package/funcs/accountingPurchaseOrdersList.js +4 -3
- package/funcs/accountingPurchaseOrdersList.js.map +1 -1
- package/funcs/accountingPurchaseOrdersUpdate.d.ts.map +1 -1
- package/funcs/accountingPurchaseOrdersUpdate.js +4 -3
- package/funcs/accountingPurchaseOrdersUpdate.js.map +1 -1
- package/funcs/accountingSubsidiariesCreate.d.ts.map +1 -1
- package/funcs/accountingSubsidiariesCreate.js +4 -3
- package/funcs/accountingSubsidiariesCreate.js.map +1 -1
- package/funcs/accountingSubsidiariesDelete.d.ts.map +1 -1
- package/funcs/accountingSubsidiariesDelete.js +4 -3
- package/funcs/accountingSubsidiariesDelete.js.map +1 -1
- package/funcs/accountingSubsidiariesGet.d.ts.map +1 -1
- package/funcs/accountingSubsidiariesGet.js +4 -3
- package/funcs/accountingSubsidiariesGet.js.map +1 -1
- package/funcs/accountingSubsidiariesList.d.ts.map +1 -1
- package/funcs/accountingSubsidiariesList.js +4 -3
- package/funcs/accountingSubsidiariesList.js.map +1 -1
- package/funcs/accountingSubsidiariesUpdate.d.ts.map +1 -1
- package/funcs/accountingSubsidiariesUpdate.js +4 -3
- package/funcs/accountingSubsidiariesUpdate.js.map +1 -1
- package/funcs/accountingSuppliersCreate.d.ts.map +1 -1
- package/funcs/accountingSuppliersCreate.js +4 -3
- package/funcs/accountingSuppliersCreate.js.map +1 -1
- package/funcs/accountingSuppliersDelete.d.ts.map +1 -1
- package/funcs/accountingSuppliersDelete.js +4 -3
- package/funcs/accountingSuppliersDelete.js.map +1 -1
- package/funcs/accountingSuppliersGet.d.ts.map +1 -1
- package/funcs/accountingSuppliersGet.js +4 -3
- package/funcs/accountingSuppliersGet.js.map +1 -1
- package/funcs/accountingSuppliersList.d.ts.map +1 -1
- package/funcs/accountingSuppliersList.js +4 -3
- package/funcs/accountingSuppliersList.js.map +1 -1
- package/funcs/accountingSuppliersUpdate.d.ts.map +1 -1
- package/funcs/accountingSuppliersUpdate.js +4 -3
- package/funcs/accountingSuppliersUpdate.js.map +1 -1
- package/funcs/accountingTaxRatesCreate.d.ts.map +1 -1
- package/funcs/accountingTaxRatesCreate.js +4 -3
- package/funcs/accountingTaxRatesCreate.js.map +1 -1
- package/funcs/accountingTaxRatesDelete.d.ts.map +1 -1
- package/funcs/accountingTaxRatesDelete.js +4 -3
- package/funcs/accountingTaxRatesDelete.js.map +1 -1
- package/funcs/accountingTaxRatesGet.d.ts.map +1 -1
- package/funcs/accountingTaxRatesGet.js +4 -3
- package/funcs/accountingTaxRatesGet.js.map +1 -1
- package/funcs/accountingTaxRatesList.d.ts.map +1 -1
- package/funcs/accountingTaxRatesList.js +4 -3
- package/funcs/accountingTaxRatesList.js.map +1 -1
- package/funcs/accountingTaxRatesUpdate.d.ts.map +1 -1
- package/funcs/accountingTaxRatesUpdate.js +4 -3
- package/funcs/accountingTaxRatesUpdate.js.map +1 -1
- package/funcs/accountingTrackingCategoriesCreate.d.ts.map +1 -1
- package/funcs/accountingTrackingCategoriesCreate.js +4 -3
- package/funcs/accountingTrackingCategoriesCreate.js.map +1 -1
- package/funcs/accountingTrackingCategoriesDelete.d.ts.map +1 -1
- package/funcs/accountingTrackingCategoriesDelete.js +4 -3
- package/funcs/accountingTrackingCategoriesDelete.js.map +1 -1
- package/funcs/accountingTrackingCategoriesGet.d.ts.map +1 -1
- package/funcs/accountingTrackingCategoriesGet.js +4 -3
- package/funcs/accountingTrackingCategoriesGet.js.map +1 -1
- package/funcs/accountingTrackingCategoriesList.d.ts.map +1 -1
- package/funcs/accountingTrackingCategoriesList.js +4 -3
- package/funcs/accountingTrackingCategoriesList.js.map +1 -1
- package/funcs/accountingTrackingCategoriesUpdate.d.ts.map +1 -1
- package/funcs/accountingTrackingCategoriesUpdate.js +4 -3
- package/funcs/accountingTrackingCategoriesUpdate.js.map +1 -1
- package/funcs/atsApplicantsCreate.d.ts.map +1 -1
- package/funcs/atsApplicantsCreate.js +4 -3
- package/funcs/atsApplicantsCreate.js.map +1 -1
- package/funcs/atsApplicantsDelete.d.ts.map +1 -1
- package/funcs/atsApplicantsDelete.js +4 -3
- package/funcs/atsApplicantsDelete.js.map +1 -1
- package/funcs/atsApplicantsGet.d.ts.map +1 -1
- package/funcs/atsApplicantsGet.js +4 -3
- package/funcs/atsApplicantsGet.js.map +1 -1
- package/funcs/atsApplicantsList.d.ts.map +1 -1
- package/funcs/atsApplicantsList.js +4 -3
- package/funcs/atsApplicantsList.js.map +1 -1
- package/funcs/atsApplicantsUpdate.d.ts.map +1 -1
- package/funcs/atsApplicantsUpdate.js +4 -3
- package/funcs/atsApplicantsUpdate.js.map +1 -1
- package/funcs/atsApplicationsCreate.d.ts.map +1 -1
- package/funcs/atsApplicationsCreate.js +4 -3
- package/funcs/atsApplicationsCreate.js.map +1 -1
- package/funcs/atsApplicationsDelete.d.ts.map +1 -1
- package/funcs/atsApplicationsDelete.js +4 -3
- package/funcs/atsApplicationsDelete.js.map +1 -1
- package/funcs/atsApplicationsGet.d.ts.map +1 -1
- package/funcs/atsApplicationsGet.js +4 -3
- package/funcs/atsApplicationsGet.js.map +1 -1
- package/funcs/atsApplicationsList.d.ts.map +1 -1
- package/funcs/atsApplicationsList.js +4 -3
- package/funcs/atsApplicationsList.js.map +1 -1
- package/funcs/atsApplicationsUpdate.d.ts.map +1 -1
- package/funcs/atsApplicationsUpdate.js +4 -3
- package/funcs/atsApplicationsUpdate.js.map +1 -1
- package/funcs/atsJobsGet.d.ts.map +1 -1
- package/funcs/atsJobsGet.js +4 -3
- package/funcs/atsJobsGet.js.map +1 -1
- package/funcs/atsJobsList.d.ts.map +1 -1
- package/funcs/atsJobsList.js +4 -3
- package/funcs/atsJobsList.js.map +1 -1
- package/funcs/connectorApiResourceCoverageGet.d.ts.map +1 -1
- package/funcs/connectorApiResourceCoverageGet.js +4 -3
- package/funcs/connectorApiResourceCoverageGet.js.map +1 -1
- package/funcs/connectorApiResourcesGet.d.ts.map +1 -1
- package/funcs/connectorApiResourcesGet.js +4 -3
- package/funcs/connectorApiResourcesGet.js.map +1 -1
- package/funcs/connectorApisGet.d.ts.map +1 -1
- package/funcs/connectorApisGet.js +4 -3
- package/funcs/connectorApisGet.js.map +1 -1
- package/funcs/connectorApisList.d.ts.map +1 -1
- package/funcs/connectorApisList.js +4 -3
- package/funcs/connectorApisList.js.map +1 -1
- package/funcs/connectorConnectorDocsGet.d.ts.map +1 -1
- package/funcs/connectorConnectorDocsGet.js +4 -3
- package/funcs/connectorConnectorDocsGet.js.map +1 -1
- package/funcs/connectorConnectorResourcesGet.d.ts.map +1 -1
- package/funcs/connectorConnectorResourcesGet.js +4 -3
- package/funcs/connectorConnectorResourcesGet.js.map +1 -1
- package/funcs/connectorConnectorsGet.d.ts.map +1 -1
- package/funcs/connectorConnectorsGet.js +4 -3
- package/funcs/connectorConnectorsGet.js.map +1 -1
- package/funcs/connectorConnectorsList.d.ts.map +1 -1
- package/funcs/connectorConnectorsList.js +4 -3
- package/funcs/connectorConnectorsList.js.map +1 -1
- package/funcs/crmActivitiesCreate.d.ts.map +1 -1
- package/funcs/crmActivitiesCreate.js +4 -3
- package/funcs/crmActivitiesCreate.js.map +1 -1
- package/funcs/crmActivitiesDelete.d.ts.map +1 -1
- package/funcs/crmActivitiesDelete.js +4 -3
- package/funcs/crmActivitiesDelete.js.map +1 -1
- package/funcs/crmActivitiesGet.d.ts.map +1 -1
- package/funcs/crmActivitiesGet.js +4 -3
- package/funcs/crmActivitiesGet.js.map +1 -1
- package/funcs/crmActivitiesList.d.ts.map +1 -1
- package/funcs/crmActivitiesList.js +4 -3
- package/funcs/crmActivitiesList.js.map +1 -1
- package/funcs/crmActivitiesUpdate.d.ts.map +1 -1
- package/funcs/crmActivitiesUpdate.js +4 -3
- package/funcs/crmActivitiesUpdate.js.map +1 -1
- package/funcs/crmCompaniesCreate.d.ts.map +1 -1
- package/funcs/crmCompaniesCreate.js +4 -3
- package/funcs/crmCompaniesCreate.js.map +1 -1
- package/funcs/crmCompaniesDelete.d.ts.map +1 -1
- package/funcs/crmCompaniesDelete.js +4 -3
- package/funcs/crmCompaniesDelete.js.map +1 -1
- package/funcs/crmCompaniesGet.d.ts.map +1 -1
- package/funcs/crmCompaniesGet.js +4 -3
- package/funcs/crmCompaniesGet.js.map +1 -1
- package/funcs/crmCompaniesList.d.ts.map +1 -1
- package/funcs/crmCompaniesList.js +4 -3
- package/funcs/crmCompaniesList.js.map +1 -1
- package/funcs/crmCompaniesUpdate.d.ts.map +1 -1
- package/funcs/crmCompaniesUpdate.js +4 -3
- package/funcs/crmCompaniesUpdate.js.map +1 -1
- package/funcs/crmContactsCreate.d.ts.map +1 -1
- package/funcs/crmContactsCreate.js +4 -3
- package/funcs/crmContactsCreate.js.map +1 -1
- package/funcs/crmContactsDelete.d.ts.map +1 -1
- package/funcs/crmContactsDelete.js +4 -3
- package/funcs/crmContactsDelete.js.map +1 -1
- package/funcs/crmContactsGet.d.ts.map +1 -1
- package/funcs/crmContactsGet.js +4 -3
- package/funcs/crmContactsGet.js.map +1 -1
- package/funcs/crmContactsList.d.ts.map +1 -1
- package/funcs/crmContactsList.js +4 -3
- package/funcs/crmContactsList.js.map +1 -1
- package/funcs/crmContactsUpdate.d.ts.map +1 -1
- package/funcs/crmContactsUpdate.js +4 -3
- package/funcs/crmContactsUpdate.js.map +1 -1
- package/funcs/crmLeadsCreate.d.ts.map +1 -1
- package/funcs/crmLeadsCreate.js +4 -3
- package/funcs/crmLeadsCreate.js.map +1 -1
- package/funcs/crmLeadsDelete.d.ts.map +1 -1
- package/funcs/crmLeadsDelete.js +4 -3
- package/funcs/crmLeadsDelete.js.map +1 -1
- package/funcs/crmLeadsGet.d.ts.map +1 -1
- package/funcs/crmLeadsGet.js +4 -3
- package/funcs/crmLeadsGet.js.map +1 -1
- package/funcs/crmLeadsList.d.ts.map +1 -1
- package/funcs/crmLeadsList.js +4 -3
- package/funcs/crmLeadsList.js.map +1 -1
- package/funcs/crmLeadsUpdate.d.ts.map +1 -1
- package/funcs/crmLeadsUpdate.js +4 -3
- package/funcs/crmLeadsUpdate.js.map +1 -1
- package/funcs/crmNotesCreate.d.ts.map +1 -1
- package/funcs/crmNotesCreate.js +4 -3
- package/funcs/crmNotesCreate.js.map +1 -1
- package/funcs/crmNotesDelete.d.ts.map +1 -1
- package/funcs/crmNotesDelete.js +4 -3
- package/funcs/crmNotesDelete.js.map +1 -1
- package/funcs/crmNotesGet.d.ts.map +1 -1
- package/funcs/crmNotesGet.js +4 -3
- package/funcs/crmNotesGet.js.map +1 -1
- package/funcs/crmNotesList.d.ts.map +1 -1
- package/funcs/crmNotesList.js +4 -3
- package/funcs/crmNotesList.js.map +1 -1
- package/funcs/crmNotesUpdate.d.ts.map +1 -1
- package/funcs/crmNotesUpdate.js +4 -3
- package/funcs/crmNotesUpdate.js.map +1 -1
- package/funcs/crmOpportunitiesCreate.d.ts.map +1 -1
- package/funcs/crmOpportunitiesCreate.js +4 -3
- package/funcs/crmOpportunitiesCreate.js.map +1 -1
- package/funcs/crmOpportunitiesDelete.d.ts.map +1 -1
- package/funcs/crmOpportunitiesDelete.js +4 -3
- package/funcs/crmOpportunitiesDelete.js.map +1 -1
- package/funcs/crmOpportunitiesGet.d.ts.map +1 -1
- package/funcs/crmOpportunitiesGet.js +4 -3
- package/funcs/crmOpportunitiesGet.js.map +1 -1
- package/funcs/crmOpportunitiesList.d.ts.map +1 -1
- package/funcs/crmOpportunitiesList.js +4 -3
- package/funcs/crmOpportunitiesList.js.map +1 -1
- package/funcs/crmOpportunitiesUpdate.d.ts.map +1 -1
- package/funcs/crmOpportunitiesUpdate.js +4 -3
- package/funcs/crmOpportunitiesUpdate.js.map +1 -1
- package/funcs/crmPipelinesList.d.ts.map +1 -1
- package/funcs/crmPipelinesList.js +4 -3
- package/funcs/crmPipelinesList.js.map +1 -1
- package/funcs/crmUsersCreate.d.ts.map +1 -1
- package/funcs/crmUsersCreate.js +4 -3
- package/funcs/crmUsersCreate.js.map +1 -1
- package/funcs/crmUsersDelete.d.ts.map +1 -1
- package/funcs/crmUsersDelete.js +4 -3
- package/funcs/crmUsersDelete.js.map +1 -1
- package/funcs/crmUsersGet.d.ts.map +1 -1
- package/funcs/crmUsersGet.js +4 -3
- package/funcs/crmUsersGet.js.map +1 -1
- package/funcs/crmUsersList.d.ts.map +1 -1
- package/funcs/crmUsersList.js +4 -3
- package/funcs/crmUsersList.js.map +1 -1
- package/funcs/crmUsersUpdate.d.ts.map +1 -1
- package/funcs/crmUsersUpdate.js +4 -3
- package/funcs/crmUsersUpdate.js.map +1 -1
- package/funcs/ecommerceCustomersGet.d.ts.map +1 -1
- package/funcs/ecommerceCustomersGet.js +4 -3
- package/funcs/ecommerceCustomersGet.js.map +1 -1
- package/funcs/ecommerceCustomersList.d.ts.map +1 -1
- package/funcs/ecommerceCustomersList.js +4 -3
- package/funcs/ecommerceCustomersList.js.map +1 -1
- package/funcs/ecommerceOrdersGet.d.ts.map +1 -1
- package/funcs/ecommerceOrdersGet.js +4 -3
- package/funcs/ecommerceOrdersGet.js.map +1 -1
- package/funcs/ecommerceOrdersList.d.ts.map +1 -1
- package/funcs/ecommerceOrdersList.js +4 -3
- package/funcs/ecommerceOrdersList.js.map +1 -1
- package/funcs/ecommerceProductsGet.d.ts.map +1 -1
- package/funcs/ecommerceProductsGet.js +4 -3
- package/funcs/ecommerceProductsGet.js.map +1 -1
- package/funcs/ecommerceProductsList.d.ts.map +1 -1
- package/funcs/ecommerceProductsList.js +4 -3
- package/funcs/ecommerceProductsList.js.map +1 -1
- package/funcs/ecommerceStoresGet.d.ts.map +1 -1
- package/funcs/ecommerceStoresGet.js +4 -3
- package/funcs/ecommerceStoresGet.js.map +1 -1
- package/funcs/fileStorageDriveGroupsCreate.d.ts.map +1 -1
- package/funcs/fileStorageDriveGroupsCreate.js +4 -3
- package/funcs/fileStorageDriveGroupsCreate.js.map +1 -1
- package/funcs/fileStorageDriveGroupsDelete.d.ts.map +1 -1
- package/funcs/fileStorageDriveGroupsDelete.js +4 -3
- package/funcs/fileStorageDriveGroupsDelete.js.map +1 -1
- package/funcs/fileStorageDriveGroupsGet.d.ts.map +1 -1
- package/funcs/fileStorageDriveGroupsGet.js +4 -3
- package/funcs/fileStorageDriveGroupsGet.js.map +1 -1
- package/funcs/fileStorageDriveGroupsList.d.ts.map +1 -1
- package/funcs/fileStorageDriveGroupsList.js +4 -3
- package/funcs/fileStorageDriveGroupsList.js.map +1 -1
- package/funcs/fileStorageDriveGroupsUpdate.d.ts.map +1 -1
- package/funcs/fileStorageDriveGroupsUpdate.js +4 -3
- package/funcs/fileStorageDriveGroupsUpdate.js.map +1 -1
- package/funcs/fileStorageDrivesCreate.d.ts.map +1 -1
- package/funcs/fileStorageDrivesCreate.js +4 -3
- package/funcs/fileStorageDrivesCreate.js.map +1 -1
- package/funcs/fileStorageDrivesDelete.d.ts.map +1 -1
- package/funcs/fileStorageDrivesDelete.js +4 -3
- package/funcs/fileStorageDrivesDelete.js.map +1 -1
- package/funcs/fileStorageDrivesGet.d.ts.map +1 -1
- package/funcs/fileStorageDrivesGet.js +4 -3
- package/funcs/fileStorageDrivesGet.js.map +1 -1
- package/funcs/fileStorageDrivesList.d.ts.map +1 -1
- package/funcs/fileStorageDrivesList.js +4 -3
- package/funcs/fileStorageDrivesList.js.map +1 -1
- package/funcs/fileStorageDrivesUpdate.d.ts.map +1 -1
- package/funcs/fileStorageDrivesUpdate.js +4 -3
- package/funcs/fileStorageDrivesUpdate.js.map +1 -1
- package/funcs/fileStorageFilesDelete.d.ts.map +1 -1
- package/funcs/fileStorageFilesDelete.js +4 -3
- package/funcs/fileStorageFilesDelete.js.map +1 -1
- package/funcs/fileStorageFilesDownload.d.ts.map +1 -1
- package/funcs/fileStorageFilesDownload.js +4 -3
- package/funcs/fileStorageFilesDownload.js.map +1 -1
- package/funcs/fileStorageFilesExport.d.ts.map +1 -1
- package/funcs/fileStorageFilesExport.js +4 -3
- package/funcs/fileStorageFilesExport.js.map +1 -1
- package/funcs/fileStorageFilesGet.d.ts.map +1 -1
- package/funcs/fileStorageFilesGet.js +4 -3
- package/funcs/fileStorageFilesGet.js.map +1 -1
- package/funcs/fileStorageFilesList.d.ts.map +1 -1
- package/funcs/fileStorageFilesList.js +4 -3
- package/funcs/fileStorageFilesList.js.map +1 -1
- package/funcs/fileStorageFilesSearch.d.ts.map +1 -1
- package/funcs/fileStorageFilesSearch.js +4 -3
- package/funcs/fileStorageFilesSearch.js.map +1 -1
- package/funcs/fileStorageFilesUpdate.d.ts.map +1 -1
- package/funcs/fileStorageFilesUpdate.js +4 -3
- package/funcs/fileStorageFilesUpdate.js.map +1 -1
- package/funcs/fileStorageFoldersCopy.d.ts.map +1 -1
- package/funcs/fileStorageFoldersCopy.js +4 -3
- package/funcs/fileStorageFoldersCopy.js.map +1 -1
- package/funcs/fileStorageFoldersCreate.d.ts.map +1 -1
- package/funcs/fileStorageFoldersCreate.js +4 -3
- package/funcs/fileStorageFoldersCreate.js.map +1 -1
- package/funcs/fileStorageFoldersDelete.d.ts.map +1 -1
- package/funcs/fileStorageFoldersDelete.js +4 -3
- package/funcs/fileStorageFoldersDelete.js.map +1 -1
- package/funcs/fileStorageFoldersGet.d.ts.map +1 -1
- package/funcs/fileStorageFoldersGet.js +4 -3
- package/funcs/fileStorageFoldersGet.js.map +1 -1
- package/funcs/fileStorageFoldersUpdate.d.ts.map +1 -1
- package/funcs/fileStorageFoldersUpdate.js +4 -3
- package/funcs/fileStorageFoldersUpdate.js.map +1 -1
- package/funcs/fileStorageSharedLinksCreate.d.ts.map +1 -1
- package/funcs/fileStorageSharedLinksCreate.js +4 -3
- package/funcs/fileStorageSharedLinksCreate.js.map +1 -1
- package/funcs/fileStorageSharedLinksDelete.d.ts.map +1 -1
- package/funcs/fileStorageSharedLinksDelete.js +4 -3
- package/funcs/fileStorageSharedLinksDelete.js.map +1 -1
- package/funcs/fileStorageSharedLinksGet.d.ts.map +1 -1
- package/funcs/fileStorageSharedLinksGet.js +4 -3
- package/funcs/fileStorageSharedLinksGet.js.map +1 -1
- package/funcs/fileStorageSharedLinksList.d.ts.map +1 -1
- package/funcs/fileStorageSharedLinksList.js +4 -3
- package/funcs/fileStorageSharedLinksList.js.map +1 -1
- package/funcs/fileStorageSharedLinksUpdate.d.ts.map +1 -1
- package/funcs/fileStorageSharedLinksUpdate.js +4 -3
- package/funcs/fileStorageSharedLinksUpdate.js.map +1 -1
- package/funcs/fileStorageUploadSessionsCreate.d.ts.map +1 -1
- package/funcs/fileStorageUploadSessionsCreate.js +4 -3
- package/funcs/fileStorageUploadSessionsCreate.js.map +1 -1
- package/funcs/fileStorageUploadSessionsDelete.d.ts.map +1 -1
- package/funcs/fileStorageUploadSessionsDelete.js +4 -3
- package/funcs/fileStorageUploadSessionsDelete.js.map +1 -1
- package/funcs/fileStorageUploadSessionsFinish.d.ts.map +1 -1
- package/funcs/fileStorageUploadSessionsFinish.js +4 -3
- package/funcs/fileStorageUploadSessionsFinish.js.map +1 -1
- package/funcs/fileStorageUploadSessionsGet.d.ts.map +1 -1
- package/funcs/fileStorageUploadSessionsGet.js +4 -3
- package/funcs/fileStorageUploadSessionsGet.js.map +1 -1
- package/funcs/hrisCompaniesCreate.d.ts.map +1 -1
- package/funcs/hrisCompaniesCreate.js +4 -3
- package/funcs/hrisCompaniesCreate.js.map +1 -1
- package/funcs/hrisCompaniesDelete.d.ts.map +1 -1
- package/funcs/hrisCompaniesDelete.js +4 -3
- package/funcs/hrisCompaniesDelete.js.map +1 -1
- package/funcs/hrisCompaniesGet.d.ts.map +1 -1
- package/funcs/hrisCompaniesGet.js +4 -3
- package/funcs/hrisCompaniesGet.js.map +1 -1
- package/funcs/hrisCompaniesList.d.ts.map +1 -1
- package/funcs/hrisCompaniesList.js +4 -3
- package/funcs/hrisCompaniesList.js.map +1 -1
- package/funcs/hrisCompaniesUpdate.d.ts.map +1 -1
- package/funcs/hrisCompaniesUpdate.js +4 -3
- package/funcs/hrisCompaniesUpdate.js.map +1 -1
- package/funcs/hrisDepartmentsCreate.d.ts.map +1 -1
- package/funcs/hrisDepartmentsCreate.js +4 -3
- package/funcs/hrisDepartmentsCreate.js.map +1 -1
- package/funcs/hrisDepartmentsDelete.d.ts.map +1 -1
- package/funcs/hrisDepartmentsDelete.js +4 -3
- package/funcs/hrisDepartmentsDelete.js.map +1 -1
- package/funcs/hrisDepartmentsGet.d.ts.map +1 -1
- package/funcs/hrisDepartmentsGet.js +4 -3
- package/funcs/hrisDepartmentsGet.js.map +1 -1
- package/funcs/hrisDepartmentsList.d.ts.map +1 -1
- package/funcs/hrisDepartmentsList.js +4 -3
- package/funcs/hrisDepartmentsList.js.map +1 -1
- package/funcs/hrisDepartmentsUpdate.d.ts.map +1 -1
- package/funcs/hrisDepartmentsUpdate.js +4 -3
- package/funcs/hrisDepartmentsUpdate.js.map +1 -1
- package/funcs/hrisEmployeePayrollsGet.d.ts.map +1 -1
- package/funcs/hrisEmployeePayrollsGet.js +4 -3
- package/funcs/hrisEmployeePayrollsGet.js.map +1 -1
- package/funcs/hrisEmployeePayrollsList.d.ts.map +1 -1
- package/funcs/hrisEmployeePayrollsList.js +4 -3
- package/funcs/hrisEmployeePayrollsList.js.map +1 -1
- package/funcs/hrisEmployeeSchedulesList.d.ts.map +1 -1
- package/funcs/hrisEmployeeSchedulesList.js +4 -3
- package/funcs/hrisEmployeeSchedulesList.js.map +1 -1
- package/funcs/hrisEmployeesCreate.d.ts.map +1 -1
- package/funcs/hrisEmployeesCreate.js +4 -3
- package/funcs/hrisEmployeesCreate.js.map +1 -1
- package/funcs/hrisEmployeesDelete.d.ts.map +1 -1
- package/funcs/hrisEmployeesDelete.js +4 -3
- package/funcs/hrisEmployeesDelete.js.map +1 -1
- package/funcs/hrisEmployeesGet.d.ts.map +1 -1
- package/funcs/hrisEmployeesGet.js +4 -3
- package/funcs/hrisEmployeesGet.js.map +1 -1
- package/funcs/hrisEmployeesList.d.ts.map +1 -1
- package/funcs/hrisEmployeesList.js +4 -3
- package/funcs/hrisEmployeesList.js.map +1 -1
- package/funcs/hrisEmployeesUpdate.d.ts.map +1 -1
- package/funcs/hrisEmployeesUpdate.js +4 -3
- package/funcs/hrisEmployeesUpdate.js.map +1 -1
- package/funcs/hrisPayrollsGet.d.ts.map +1 -1
- package/funcs/hrisPayrollsGet.js +4 -3
- package/funcs/hrisPayrollsGet.js.map +1 -1
- package/funcs/hrisPayrollsList.d.ts.map +1 -1
- package/funcs/hrisPayrollsList.js +4 -3
- package/funcs/hrisPayrollsList.js.map +1 -1
- package/funcs/hrisTimeOffRequestsCreate.d.ts.map +1 -1
- package/funcs/hrisTimeOffRequestsCreate.js +4 -3
- package/funcs/hrisTimeOffRequestsCreate.js.map +1 -1
- package/funcs/hrisTimeOffRequestsDelete.d.ts.map +1 -1
- package/funcs/hrisTimeOffRequestsDelete.js +4 -3
- package/funcs/hrisTimeOffRequestsDelete.js.map +1 -1
- package/funcs/hrisTimeOffRequestsGet.d.ts.map +1 -1
- package/funcs/hrisTimeOffRequestsGet.js +4 -3
- package/funcs/hrisTimeOffRequestsGet.js.map +1 -1
- package/funcs/hrisTimeOffRequestsList.d.ts.map +1 -1
- package/funcs/hrisTimeOffRequestsList.js +4 -3
- package/funcs/hrisTimeOffRequestsList.js.map +1 -1
- package/funcs/hrisTimeOffRequestsUpdate.d.ts.map +1 -1
- package/funcs/hrisTimeOffRequestsUpdate.js +4 -3
- package/funcs/hrisTimeOffRequestsUpdate.js.map +1 -1
- package/funcs/issueTrackingCollectionTagsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTagsList.js +4 -3
- package/funcs/issueTrackingCollectionTagsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsCreate.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsCreate.js +4 -3
- package/funcs/issueTrackingCollectionTicketCommentsCreate.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsDelete.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsDelete.js +4 -3
- package/funcs/issueTrackingCollectionTicketCommentsDelete.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsGet.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsGet.js +4 -3
- package/funcs/issueTrackingCollectionTicketCommentsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsList.js +4 -3
- package/funcs/issueTrackingCollectionTicketCommentsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsUpdate.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsUpdate.js +4 -3
- package/funcs/issueTrackingCollectionTicketCommentsUpdate.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsCreate.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketsCreate.js +4 -3
- package/funcs/issueTrackingCollectionTicketsCreate.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsDelete.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketsDelete.js +4 -3
- package/funcs/issueTrackingCollectionTicketsDelete.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsGet.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketsGet.js +4 -3
- package/funcs/issueTrackingCollectionTicketsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketsList.js +4 -3
- package/funcs/issueTrackingCollectionTicketsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsUpdate.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketsUpdate.js +4 -3
- package/funcs/issueTrackingCollectionTicketsUpdate.js.map +1 -1
- package/funcs/issueTrackingCollectionUsersGet.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionUsersGet.js +4 -3
- package/funcs/issueTrackingCollectionUsersGet.js.map +1 -1
- package/funcs/issueTrackingCollectionUsersList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionUsersList.js +4 -3
- package/funcs/issueTrackingCollectionUsersList.js.map +1 -1
- package/funcs/issueTrackingCollectionsGet.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionsGet.js +4 -3
- package/funcs/issueTrackingCollectionsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionsList.js +4 -3
- package/funcs/issueTrackingCollectionsList.js.map +1 -1
- package/funcs/smsMessagesCreate.d.ts.map +1 -1
- package/funcs/smsMessagesCreate.js +4 -3
- package/funcs/smsMessagesCreate.js.map +1 -1
- package/funcs/smsMessagesDelete.d.ts.map +1 -1
- package/funcs/smsMessagesDelete.js +4 -3
- package/funcs/smsMessagesDelete.js.map +1 -1
- package/funcs/smsMessagesGet.d.ts.map +1 -1
- package/funcs/smsMessagesGet.js +4 -3
- package/funcs/smsMessagesGet.js.map +1 -1
- package/funcs/smsMessagesList.d.ts.map +1 -1
- package/funcs/smsMessagesList.js +4 -3
- package/funcs/smsMessagesList.js.map +1 -1
- package/funcs/smsMessagesUpdate.d.ts.map +1 -1
- package/funcs/smsMessagesUpdate.js +4 -3
- package/funcs/smsMessagesUpdate.js.map +1 -1
- package/funcs/vaultConnectionCustomMappingsList.d.ts.map +1 -1
- package/funcs/vaultConnectionCustomMappingsList.js +4 -3
- package/funcs/vaultConnectionCustomMappingsList.js.map +1 -1
- package/funcs/vaultConnectionSettingsList.d.ts.map +1 -1
- package/funcs/vaultConnectionSettingsList.js +4 -3
- package/funcs/vaultConnectionSettingsList.js.map +1 -1
- package/funcs/vaultConnectionSettingsUpdate.d.ts.map +1 -1
- package/funcs/vaultConnectionSettingsUpdate.js +4 -3
- package/funcs/vaultConnectionSettingsUpdate.js.map +1 -1
- package/funcs/vaultConnectionsDelete.d.ts.map +1 -1
- package/funcs/vaultConnectionsDelete.js +4 -3
- package/funcs/vaultConnectionsDelete.js.map +1 -1
- package/funcs/vaultConnectionsGet.d.ts.map +1 -1
- package/funcs/vaultConnectionsGet.js +4 -3
- package/funcs/vaultConnectionsGet.js.map +1 -1
- package/funcs/vaultConnectionsImports.d.ts.map +1 -1
- package/funcs/vaultConnectionsImports.js +4 -3
- package/funcs/vaultConnectionsImports.js.map +1 -1
- package/funcs/vaultConnectionsList.d.ts.map +1 -1
- package/funcs/vaultConnectionsList.js +4 -3
- package/funcs/vaultConnectionsList.js.map +1 -1
- package/funcs/vaultConnectionsToken.d.ts.map +1 -1
- package/funcs/vaultConnectionsToken.js +4 -3
- package/funcs/vaultConnectionsToken.js.map +1 -1
- package/funcs/vaultConnectionsUpdate.d.ts.map +1 -1
- package/funcs/vaultConnectionsUpdate.js +4 -3
- package/funcs/vaultConnectionsUpdate.js.map +1 -1
- package/funcs/vaultConsumerRequestCountsList.d.ts.map +1 -1
- package/funcs/vaultConsumerRequestCountsList.js +4 -3
- package/funcs/vaultConsumerRequestCountsList.js.map +1 -1
- package/funcs/vaultConsumersCreate.d.ts.map +1 -1
- package/funcs/vaultConsumersCreate.js +4 -3
- package/funcs/vaultConsumersCreate.js.map +1 -1
- package/funcs/vaultConsumersDelete.d.ts.map +1 -1
- package/funcs/vaultConsumersDelete.js +4 -3
- package/funcs/vaultConsumersDelete.js.map +1 -1
- package/funcs/vaultConsumersGet.d.ts.map +1 -1
- package/funcs/vaultConsumersGet.js +4 -3
- package/funcs/vaultConsumersGet.js.map +1 -1
- package/funcs/vaultConsumersList.d.ts.map +1 -1
- package/funcs/vaultConsumersList.js +4 -3
- package/funcs/vaultConsumersList.js.map +1 -1
- package/funcs/vaultConsumersUpdate.d.ts.map +1 -1
- package/funcs/vaultConsumersUpdate.js +4 -3
- package/funcs/vaultConsumersUpdate.js.map +1 -1
- package/funcs/vaultCreateCallbackState.d.ts.map +1 -1
- package/funcs/vaultCreateCallbackState.js +4 -3
- package/funcs/vaultCreateCallbackState.js.map +1 -1
- package/funcs/vaultCustomFieldsList.d.ts.map +1 -1
- package/funcs/vaultCustomFieldsList.js +4 -3
- package/funcs/vaultCustomFieldsList.js.map +1 -1
- package/funcs/vaultCustomMappingsList.d.ts.map +1 -1
- package/funcs/vaultCustomMappingsList.js +4 -3
- package/funcs/vaultCustomMappingsList.js.map +1 -1
- package/funcs/vaultLogsList.d.ts.map +1 -1
- package/funcs/vaultLogsList.js +4 -3
- package/funcs/vaultLogsList.js.map +1 -1
- package/funcs/vaultSessionsCreate.d.ts.map +1 -1
- package/funcs/vaultSessionsCreate.js +4 -3
- package/funcs/vaultSessionsCreate.js.map +1 -1
- package/funcs/vaultValidateConnectionState.d.ts.map +1 -1
- package/funcs/vaultValidateConnectionState.js +4 -3
- package/funcs/vaultValidateConnectionState.js.map +1 -1
- package/funcs/webhookEventLogsList.d.ts.map +1 -1
- package/funcs/webhookEventLogsList.js +4 -3
- package/funcs/webhookEventLogsList.js.map +1 -1
- package/funcs/webhookWebhooksCreate.d.ts.map +1 -1
- package/funcs/webhookWebhooksCreate.js +4 -3
- package/funcs/webhookWebhooksCreate.js.map +1 -1
- package/funcs/webhookWebhooksDelete.d.ts.map +1 -1
- package/funcs/webhookWebhooksDelete.js +4 -3
- package/funcs/webhookWebhooksDelete.js.map +1 -1
- package/funcs/webhookWebhooksGet.d.ts.map +1 -1
- package/funcs/webhookWebhooksGet.js +4 -3
- package/funcs/webhookWebhooksGet.js.map +1 -1
- package/funcs/webhookWebhooksList.d.ts.map +1 -1
- package/funcs/webhookWebhooksList.js +4 -3
- package/funcs/webhookWebhooksList.js.map +1 -1
- package/funcs/webhookWebhooksUpdate.d.ts.map +1 -1
- package/funcs/webhookWebhooksUpdate.js +4 -3
- package/funcs/webhookWebhooksUpdate.js.map +1 -1
- package/jsr.json +27 -0
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/lib/config.js.map +1 -1
- package/lib/encodings.d.ts +10 -9
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +73 -47
- package/lib/encodings.js.map +1 -1
- package/lib/primitives.d.ts +1 -0
- package/lib/primitives.d.ts.map +1 -1
- package/lib/primitives.js +10 -0
- package/lib/primitives.js.map +1 -1
- package/lib/schemas.d.ts +1 -1
- package/lib/schemas.d.ts.map +1 -1
- package/lib/schemas.js +4 -1
- package/lib/schemas.js.map +1 -1
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +4 -1
- package/lib/sdks.js.map +1 -1
- package/models/components/bill.d.ts +8 -8
- package/models/components/bill.d.ts.map +1 -1
- package/models/components/bill.js +12 -8
- package/models/components/bill.js.map +1 -1
- package/models/components/purchaseorder.d.ts +4 -4
- package/models/components/purchaseorder.d.ts.map +1 -1
- package/models/components/purchaseorder.js +6 -4
- package/models/components/purchaseorder.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/accountingAgedDebtorsGet.ts +5 -3
- package/src/funcs/accountingAttachmentsDelete.ts +5 -3
- package/src/funcs/accountingAttachmentsDownload.ts +5 -3
- package/src/funcs/accountingAttachmentsGet.ts +5 -3
- package/src/funcs/accountingAttachmentsList.ts +5 -3
- package/src/funcs/accountingBalanceSheetGet.ts +5 -3
- package/src/funcs/accountingBillPaymentsCreate.ts +5 -3
- package/src/funcs/accountingBillPaymentsDelete.ts +5 -3
- package/src/funcs/accountingBillPaymentsGet.ts +5 -3
- package/src/funcs/accountingBillPaymentsList.ts +5 -3
- package/src/funcs/accountingBillPaymentsUpdate.ts +5 -3
- package/src/funcs/accountingBillsCreate.ts +5 -3
- package/src/funcs/accountingBillsDelete.ts +5 -3
- package/src/funcs/accountingBillsGet.ts +5 -3
- package/src/funcs/accountingBillsList.ts +5 -3
- package/src/funcs/accountingBillsUpdate.ts +5 -3
- package/src/funcs/accountingCompanyInfoGet.ts +5 -3
- package/src/funcs/accountingCreditNotesCreate.ts +5 -3
- package/src/funcs/accountingCreditNotesDelete.ts +5 -3
- package/src/funcs/accountingCreditNotesGet.ts +5 -3
- package/src/funcs/accountingCreditNotesList.ts +5 -3
- package/src/funcs/accountingCreditNotesUpdate.ts +5 -3
- package/src/funcs/accountingCustomersCreate.ts +5 -3
- package/src/funcs/accountingCustomersDelete.ts +5 -3
- package/src/funcs/accountingCustomersGet.ts +5 -3
- package/src/funcs/accountingCustomersList.ts +5 -3
- package/src/funcs/accountingCustomersUpdate.ts +5 -3
- package/src/funcs/accountingDepartmentsCreate.ts +5 -3
- package/src/funcs/accountingDepartmentsDelete.ts +5 -3
- package/src/funcs/accountingDepartmentsGet.ts +5 -3
- package/src/funcs/accountingDepartmentsList.ts +5 -3
- package/src/funcs/accountingDepartmentsUpdate.ts +5 -3
- package/src/funcs/accountingExpensesCreate.ts +5 -3
- package/src/funcs/accountingExpensesDelete.ts +5 -3
- package/src/funcs/accountingExpensesGet.ts +5 -3
- package/src/funcs/accountingExpensesList.ts +5 -3
- package/src/funcs/accountingExpensesUpdate.ts +5 -3
- package/src/funcs/accountingInvoiceItemsCreate.ts +5 -3
- package/src/funcs/accountingInvoiceItemsDelete.ts +5 -3
- package/src/funcs/accountingInvoiceItemsGet.ts +5 -3
- package/src/funcs/accountingInvoiceItemsList.ts +5 -3
- package/src/funcs/accountingInvoiceItemsUpdate.ts +5 -3
- package/src/funcs/accountingInvoicesCreate.ts +5 -3
- package/src/funcs/accountingInvoicesDelete.ts +5 -3
- package/src/funcs/accountingInvoicesGet.ts +5 -3
- package/src/funcs/accountingInvoicesList.ts +5 -3
- package/src/funcs/accountingInvoicesUpdate.ts +5 -3
- package/src/funcs/accountingJournalEntriesCreate.ts +5 -3
- package/src/funcs/accountingJournalEntriesDelete.ts +5 -3
- package/src/funcs/accountingJournalEntriesGet.ts +5 -3
- package/src/funcs/accountingJournalEntriesList.ts +5 -3
- package/src/funcs/accountingJournalEntriesUpdate.ts +5 -3
- package/src/funcs/accountingLedgerAccountsCreate.ts +5 -3
- package/src/funcs/accountingLedgerAccountsDelete.ts +5 -3
- package/src/funcs/accountingLedgerAccountsGet.ts +5 -3
- package/src/funcs/accountingLedgerAccountsList.ts +5 -3
- package/src/funcs/accountingLedgerAccountsUpdate.ts +5 -3
- package/src/funcs/accountingLocationsCreate.ts +5 -3
- package/src/funcs/accountingLocationsDelete.ts +5 -3
- package/src/funcs/accountingLocationsGet.ts +5 -3
- package/src/funcs/accountingLocationsList.ts +5 -3
- package/src/funcs/accountingLocationsUpdate.ts +5 -3
- package/src/funcs/accountingPaymentsCreate.ts +5 -3
- package/src/funcs/accountingPaymentsDelete.ts +5 -3
- package/src/funcs/accountingPaymentsGet.ts +5 -3
- package/src/funcs/accountingPaymentsList.ts +5 -3
- package/src/funcs/accountingPaymentsUpdate.ts +5 -3
- package/src/funcs/accountingProfitAndLossGet.ts +5 -3
- package/src/funcs/accountingPurchaseOrdersCreate.ts +5 -3
- package/src/funcs/accountingPurchaseOrdersDelete.ts +5 -3
- package/src/funcs/accountingPurchaseOrdersGet.ts +5 -3
- package/src/funcs/accountingPurchaseOrdersList.ts +5 -3
- package/src/funcs/accountingPurchaseOrdersUpdate.ts +5 -3
- package/src/funcs/accountingSubsidiariesCreate.ts +5 -3
- package/src/funcs/accountingSubsidiariesDelete.ts +5 -3
- package/src/funcs/accountingSubsidiariesGet.ts +5 -3
- package/src/funcs/accountingSubsidiariesList.ts +5 -3
- package/src/funcs/accountingSubsidiariesUpdate.ts +5 -3
- package/src/funcs/accountingSuppliersCreate.ts +5 -3
- package/src/funcs/accountingSuppliersDelete.ts +5 -3
- package/src/funcs/accountingSuppliersGet.ts +5 -3
- package/src/funcs/accountingSuppliersList.ts +5 -3
- package/src/funcs/accountingSuppliersUpdate.ts +5 -3
- package/src/funcs/accountingTaxRatesCreate.ts +5 -3
- package/src/funcs/accountingTaxRatesDelete.ts +5 -3
- package/src/funcs/accountingTaxRatesGet.ts +5 -3
- package/src/funcs/accountingTaxRatesList.ts +5 -3
- package/src/funcs/accountingTaxRatesUpdate.ts +5 -3
- package/src/funcs/accountingTrackingCategoriesCreate.ts +5 -3
- package/src/funcs/accountingTrackingCategoriesDelete.ts +5 -3
- package/src/funcs/accountingTrackingCategoriesGet.ts +5 -3
- package/src/funcs/accountingTrackingCategoriesList.ts +5 -3
- package/src/funcs/accountingTrackingCategoriesUpdate.ts +5 -3
- package/src/funcs/atsApplicantsCreate.ts +5 -3
- package/src/funcs/atsApplicantsDelete.ts +5 -3
- package/src/funcs/atsApplicantsGet.ts +5 -3
- package/src/funcs/atsApplicantsList.ts +5 -3
- package/src/funcs/atsApplicantsUpdate.ts +5 -3
- package/src/funcs/atsApplicationsCreate.ts +5 -3
- package/src/funcs/atsApplicationsDelete.ts +5 -3
- package/src/funcs/atsApplicationsGet.ts +5 -3
- package/src/funcs/atsApplicationsList.ts +5 -3
- package/src/funcs/atsApplicationsUpdate.ts +5 -3
- package/src/funcs/atsJobsGet.ts +5 -3
- package/src/funcs/atsJobsList.ts +5 -3
- package/src/funcs/connectorApiResourceCoverageGet.ts +5 -3
- package/src/funcs/connectorApiResourcesGet.ts +5 -3
- package/src/funcs/connectorApisGet.ts +5 -3
- package/src/funcs/connectorApisList.ts +5 -3
- package/src/funcs/connectorConnectorDocsGet.ts +5 -3
- package/src/funcs/connectorConnectorResourcesGet.ts +5 -3
- package/src/funcs/connectorConnectorsGet.ts +5 -3
- package/src/funcs/connectorConnectorsList.ts +5 -3
- package/src/funcs/crmActivitiesCreate.ts +5 -3
- package/src/funcs/crmActivitiesDelete.ts +5 -3
- package/src/funcs/crmActivitiesGet.ts +5 -3
- package/src/funcs/crmActivitiesList.ts +5 -3
- package/src/funcs/crmActivitiesUpdate.ts +5 -3
- package/src/funcs/crmCompaniesCreate.ts +5 -3
- package/src/funcs/crmCompaniesDelete.ts +5 -3
- package/src/funcs/crmCompaniesGet.ts +5 -3
- package/src/funcs/crmCompaniesList.ts +5 -3
- package/src/funcs/crmCompaniesUpdate.ts +5 -3
- package/src/funcs/crmContactsCreate.ts +5 -3
- package/src/funcs/crmContactsDelete.ts +5 -3
- package/src/funcs/crmContactsGet.ts +5 -3
- package/src/funcs/crmContactsList.ts +5 -3
- package/src/funcs/crmContactsUpdate.ts +5 -3
- package/src/funcs/crmLeadsCreate.ts +5 -3
- package/src/funcs/crmLeadsDelete.ts +5 -3
- package/src/funcs/crmLeadsGet.ts +5 -3
- package/src/funcs/crmLeadsList.ts +5 -3
- package/src/funcs/crmLeadsUpdate.ts +5 -3
- package/src/funcs/crmNotesCreate.ts +5 -3
- package/src/funcs/crmNotesDelete.ts +5 -3
- package/src/funcs/crmNotesGet.ts +5 -3
- package/src/funcs/crmNotesList.ts +5 -3
- package/src/funcs/crmNotesUpdate.ts +5 -3
- package/src/funcs/crmOpportunitiesCreate.ts +5 -3
- package/src/funcs/crmOpportunitiesDelete.ts +5 -3
- package/src/funcs/crmOpportunitiesGet.ts +5 -3
- package/src/funcs/crmOpportunitiesList.ts +5 -3
- package/src/funcs/crmOpportunitiesUpdate.ts +5 -3
- package/src/funcs/crmPipelinesList.ts +5 -3
- package/src/funcs/crmUsersCreate.ts +5 -3
- package/src/funcs/crmUsersDelete.ts +5 -3
- package/src/funcs/crmUsersGet.ts +5 -3
- package/src/funcs/crmUsersList.ts +5 -3
- package/src/funcs/crmUsersUpdate.ts +5 -3
- package/src/funcs/ecommerceCustomersGet.ts +5 -3
- package/src/funcs/ecommerceCustomersList.ts +5 -3
- package/src/funcs/ecommerceOrdersGet.ts +5 -3
- package/src/funcs/ecommerceOrdersList.ts +5 -3
- package/src/funcs/ecommerceProductsGet.ts +5 -3
- package/src/funcs/ecommerceProductsList.ts +5 -3
- package/src/funcs/ecommerceStoresGet.ts +5 -3
- package/src/funcs/fileStorageDriveGroupsCreate.ts +5 -3
- package/src/funcs/fileStorageDriveGroupsDelete.ts +5 -3
- package/src/funcs/fileStorageDriveGroupsGet.ts +5 -3
- package/src/funcs/fileStorageDriveGroupsList.ts +5 -3
- package/src/funcs/fileStorageDriveGroupsUpdate.ts +5 -3
- package/src/funcs/fileStorageDrivesCreate.ts +5 -3
- package/src/funcs/fileStorageDrivesDelete.ts +5 -3
- package/src/funcs/fileStorageDrivesGet.ts +5 -3
- package/src/funcs/fileStorageDrivesList.ts +5 -3
- package/src/funcs/fileStorageDrivesUpdate.ts +5 -3
- package/src/funcs/fileStorageFilesDelete.ts +5 -3
- package/src/funcs/fileStorageFilesDownload.ts +5 -3
- package/src/funcs/fileStorageFilesExport.ts +5 -3
- package/src/funcs/fileStorageFilesGet.ts +5 -3
- package/src/funcs/fileStorageFilesList.ts +5 -3
- package/src/funcs/fileStorageFilesSearch.ts +5 -3
- package/src/funcs/fileStorageFilesUpdate.ts +5 -3
- package/src/funcs/fileStorageFoldersCopy.ts +5 -3
- package/src/funcs/fileStorageFoldersCreate.ts +5 -3
- package/src/funcs/fileStorageFoldersDelete.ts +5 -3
- package/src/funcs/fileStorageFoldersGet.ts +5 -3
- package/src/funcs/fileStorageFoldersUpdate.ts +5 -3
- package/src/funcs/fileStorageSharedLinksCreate.ts +5 -3
- package/src/funcs/fileStorageSharedLinksDelete.ts +5 -3
- package/src/funcs/fileStorageSharedLinksGet.ts +5 -3
- package/src/funcs/fileStorageSharedLinksList.ts +5 -3
- package/src/funcs/fileStorageSharedLinksUpdate.ts +5 -3
- package/src/funcs/fileStorageUploadSessionsCreate.ts +5 -3
- package/src/funcs/fileStorageUploadSessionsDelete.ts +5 -3
- package/src/funcs/fileStorageUploadSessionsFinish.ts +5 -3
- package/src/funcs/fileStorageUploadSessionsGet.ts +5 -3
- package/src/funcs/hrisCompaniesCreate.ts +5 -3
- package/src/funcs/hrisCompaniesDelete.ts +5 -3
- package/src/funcs/hrisCompaniesGet.ts +5 -3
- package/src/funcs/hrisCompaniesList.ts +5 -3
- package/src/funcs/hrisCompaniesUpdate.ts +5 -3
- package/src/funcs/hrisDepartmentsCreate.ts +5 -3
- package/src/funcs/hrisDepartmentsDelete.ts +5 -3
- package/src/funcs/hrisDepartmentsGet.ts +5 -3
- package/src/funcs/hrisDepartmentsList.ts +5 -3
- package/src/funcs/hrisDepartmentsUpdate.ts +5 -3
- package/src/funcs/hrisEmployeePayrollsGet.ts +5 -3
- package/src/funcs/hrisEmployeePayrollsList.ts +5 -3
- package/src/funcs/hrisEmployeeSchedulesList.ts +5 -3
- package/src/funcs/hrisEmployeesCreate.ts +5 -3
- package/src/funcs/hrisEmployeesDelete.ts +5 -3
- package/src/funcs/hrisEmployeesGet.ts +5 -3
- package/src/funcs/hrisEmployeesList.ts +5 -3
- package/src/funcs/hrisEmployeesUpdate.ts +5 -3
- package/src/funcs/hrisPayrollsGet.ts +5 -3
- package/src/funcs/hrisPayrollsList.ts +5 -3
- package/src/funcs/hrisTimeOffRequestsCreate.ts +5 -3
- package/src/funcs/hrisTimeOffRequestsDelete.ts +5 -3
- package/src/funcs/hrisTimeOffRequestsGet.ts +5 -3
- package/src/funcs/hrisTimeOffRequestsList.ts +5 -3
- package/src/funcs/hrisTimeOffRequestsUpdate.ts +5 -3
- package/src/funcs/issueTrackingCollectionTagsList.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketCommentsCreate.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketCommentsDelete.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketCommentsGet.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketCommentsList.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketCommentsUpdate.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketsCreate.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketsDelete.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketsGet.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketsList.ts +5 -3
- package/src/funcs/issueTrackingCollectionTicketsUpdate.ts +5 -3
- package/src/funcs/issueTrackingCollectionUsersGet.ts +5 -3
- package/src/funcs/issueTrackingCollectionUsersList.ts +5 -3
- package/src/funcs/issueTrackingCollectionsGet.ts +5 -3
- package/src/funcs/issueTrackingCollectionsList.ts +5 -3
- package/src/funcs/smsMessagesCreate.ts +5 -3
- package/src/funcs/smsMessagesDelete.ts +5 -3
- package/src/funcs/smsMessagesGet.ts +5 -3
- package/src/funcs/smsMessagesList.ts +5 -3
- package/src/funcs/smsMessagesUpdate.ts +5 -3
- package/src/funcs/vaultConnectionCustomMappingsList.ts +5 -3
- package/src/funcs/vaultConnectionSettingsList.ts +5 -3
- package/src/funcs/vaultConnectionSettingsUpdate.ts +5 -3
- package/src/funcs/vaultConnectionsDelete.ts +5 -3
- package/src/funcs/vaultConnectionsGet.ts +5 -3
- package/src/funcs/vaultConnectionsImports.ts +5 -3
- package/src/funcs/vaultConnectionsList.ts +5 -3
- package/src/funcs/vaultConnectionsToken.ts +5 -3
- package/src/funcs/vaultConnectionsUpdate.ts +5 -3
- package/src/funcs/vaultConsumerRequestCountsList.ts +5 -3
- package/src/funcs/vaultConsumersCreate.ts +5 -3
- package/src/funcs/vaultConsumersDelete.ts +5 -3
- package/src/funcs/vaultConsumersGet.ts +5 -3
- package/src/funcs/vaultConsumersList.ts +5 -3
- package/src/funcs/vaultConsumersUpdate.ts +5 -3
- package/src/funcs/vaultCreateCallbackState.ts +5 -3
- package/src/funcs/vaultCustomFieldsList.ts +5 -3
- package/src/funcs/vaultCustomMappingsList.ts +5 -3
- package/src/funcs/vaultLogsList.ts +5 -3
- package/src/funcs/vaultSessionsCreate.ts +5 -3
- package/src/funcs/vaultValidateConnectionState.ts +5 -3
- package/src/funcs/webhookEventLogsList.ts +5 -3
- package/src/funcs/webhookWebhooksCreate.ts +5 -3
- package/src/funcs/webhookWebhooksDelete.ts +5 -3
- package/src/funcs/webhookWebhooksGet.ts +5 -3
- package/src/funcs/webhookWebhooksList.ts +5 -3
- package/src/funcs/webhookWebhooksUpdate.ts +5 -3
- package/src/lib/config.ts +4 -4
- package/src/lib/encodings.ts +95 -61
- package/src/lib/primitives.ts +14 -0
- package/src/lib/schemas.ts +5 -0
- package/src/lib/sdks.ts +4 -1
- package/src/models/components/bill.ts +20 -16
- package/src/models/components/purchaseorder.ts +10 -8
- package/tsconfig.json +41 -0
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -67,7 +68,7 @@ export async function fileStorageSharedLinksCreate(
|
|
|
67
68
|
"raw": payload.raw,
|
|
68
69
|
});
|
|
69
70
|
|
|
70
|
-
const headers = new Headers({
|
|
71
|
+
const headers = new Headers(compactMap({
|
|
71
72
|
"Content-Type": "application/json",
|
|
72
73
|
Accept: "application/json",
|
|
73
74
|
"x-apideck-service-id": encodeSimple(
|
|
@@ -85,7 +86,7 @@ export async function fileStorageSharedLinksCreate(
|
|
|
85
86
|
client._options.consumerId,
|
|
86
87
|
{ explode: false, charEncoding: "none" },
|
|
87
88
|
),
|
|
88
|
-
});
|
|
89
|
+
}));
|
|
89
90
|
|
|
90
91
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
91
92
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -167,7 +168,8 @@ export async function fileStorageSharedLinksCreate(
|
|
|
167
168
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
168
169
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
169
170
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
170
|
-
M.fail(
|
|
171
|
+
M.fail("4XX"),
|
|
172
|
+
M.fail("5XX"),
|
|
171
173
|
M.json(
|
|
172
174
|
"default",
|
|
173
175
|
operations.FileStorageSharedLinksAddResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -76,7 +77,7 @@ export async function fileStorageSharedLinksDelete(
|
|
|
76
77
|
"raw": payload.raw,
|
|
77
78
|
});
|
|
78
79
|
|
|
79
|
-
const headers = new Headers({
|
|
80
|
+
const headers = new Headers(compactMap({
|
|
80
81
|
Accept: "application/json",
|
|
81
82
|
"x-apideck-service-id": encodeSimple(
|
|
82
83
|
"x-apideck-service-id",
|
|
@@ -93,7 +94,7 @@ export async function fileStorageSharedLinksDelete(
|
|
|
93
94
|
client._options.consumerId,
|
|
94
95
|
{ explode: false, charEncoding: "none" },
|
|
95
96
|
),
|
|
96
|
-
});
|
|
97
|
+
}));
|
|
97
98
|
|
|
98
99
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
99
100
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -175,7 +176,8 @@ export async function fileStorageSharedLinksDelete(
|
|
|
175
176
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
176
177
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
177
178
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
178
|
-
M.fail(
|
|
179
|
+
M.fail("4XX"),
|
|
180
|
+
M.fail("5XX"),
|
|
179
181
|
M.json(
|
|
180
182
|
"default",
|
|
181
183
|
operations.FileStorageSharedLinksDeleteResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -75,7 +76,7 @@ export async function fileStorageSharedLinksGet(
|
|
|
75
76
|
"raw": payload.raw,
|
|
76
77
|
});
|
|
77
78
|
|
|
78
|
-
const headers = new Headers({
|
|
79
|
+
const headers = new Headers(compactMap({
|
|
79
80
|
Accept: "application/json",
|
|
80
81
|
"x-apideck-service-id": encodeSimple(
|
|
81
82
|
"x-apideck-service-id",
|
|
@@ -92,7 +93,7 @@ export async function fileStorageSharedLinksGet(
|
|
|
92
93
|
client._options.consumerId,
|
|
93
94
|
{ explode: false, charEncoding: "none" },
|
|
94
95
|
),
|
|
95
|
-
});
|
|
96
|
+
}));
|
|
96
97
|
|
|
97
98
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
98
99
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -174,7 +175,8 @@ export async function fileStorageSharedLinksGet(
|
|
|
174
175
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
175
176
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
176
177
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
177
|
-
M.fail(
|
|
178
|
+
M.fail("4XX"),
|
|
179
|
+
M.fail("5XX"),
|
|
178
180
|
M.json(
|
|
179
181
|
"default",
|
|
180
182
|
operations.FileStorageSharedLinksOneResponse$inboundSchema,
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
queryJoin,
|
|
12
12
|
} from "../lib/encodings.js";
|
|
13
13
|
import * as M from "../lib/matchers.js";
|
|
14
|
+
import { compactMap } from "../lib/primitives.js";
|
|
14
15
|
import { safeParse } from "../lib/schemas.js";
|
|
15
16
|
import { RequestOptions } from "../lib/sdks.js";
|
|
16
17
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -90,7 +91,7 @@ export async function fileStorageSharedLinksList(
|
|
|
90
91
|
}),
|
|
91
92
|
);
|
|
92
93
|
|
|
93
|
-
const headers = new Headers({
|
|
94
|
+
const headers = new Headers(compactMap({
|
|
94
95
|
Accept: "application/json",
|
|
95
96
|
"x-apideck-service-id": encodeSimple(
|
|
96
97
|
"x-apideck-service-id",
|
|
@@ -107,7 +108,7 @@ export async function fileStorageSharedLinksList(
|
|
|
107
108
|
client._options.consumerId,
|
|
108
109
|
{ explode: false, charEncoding: "none" },
|
|
109
110
|
),
|
|
110
|
-
});
|
|
111
|
+
}));
|
|
111
112
|
|
|
112
113
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
113
114
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -189,7 +190,8 @@ export async function fileStorageSharedLinksList(
|
|
|
189
190
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
190
191
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
191
192
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
192
|
-
M.fail(
|
|
193
|
+
M.fail("4XX"),
|
|
194
|
+
M.fail("5XX"),
|
|
193
195
|
M.json(
|
|
194
196
|
"default",
|
|
195
197
|
operations.FileStorageSharedLinksAllResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -76,7 +77,7 @@ export async function fileStorageSharedLinksUpdate(
|
|
|
76
77
|
"raw": payload.raw,
|
|
77
78
|
});
|
|
78
79
|
|
|
79
|
-
const headers = new Headers({
|
|
80
|
+
const headers = new Headers(compactMap({
|
|
80
81
|
"Content-Type": "application/json",
|
|
81
82
|
Accept: "application/json",
|
|
82
83
|
"x-apideck-service-id": encodeSimple(
|
|
@@ -94,7 +95,7 @@ export async function fileStorageSharedLinksUpdate(
|
|
|
94
95
|
client._options.consumerId,
|
|
95
96
|
{ explode: false, charEncoding: "none" },
|
|
96
97
|
),
|
|
97
|
-
});
|
|
98
|
+
}));
|
|
98
99
|
|
|
99
100
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
100
101
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -176,7 +177,8 @@ export async function fileStorageSharedLinksUpdate(
|
|
|
176
177
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
177
178
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
178
179
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
179
|
-
M.fail(
|
|
180
|
+
M.fail("4XX"),
|
|
181
|
+
M.fail("5XX"),
|
|
180
182
|
M.json(
|
|
181
183
|
"default",
|
|
182
184
|
operations.FileStorageSharedLinksUpdateResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -77,7 +78,7 @@ export async function fileStorageUploadSessionsCreate(
|
|
|
77
78
|
"raw": payload.raw,
|
|
78
79
|
});
|
|
79
80
|
|
|
80
|
-
const headers = new Headers({
|
|
81
|
+
const headers = new Headers(compactMap({
|
|
81
82
|
"Content-Type": "application/json",
|
|
82
83
|
Accept: "application/json",
|
|
83
84
|
"x-apideck-service-id": encodeSimple(
|
|
@@ -95,7 +96,7 @@ export async function fileStorageUploadSessionsCreate(
|
|
|
95
96
|
client._options.consumerId,
|
|
96
97
|
{ explode: false, charEncoding: "none" },
|
|
97
98
|
),
|
|
98
|
-
});
|
|
99
|
+
}));
|
|
99
100
|
|
|
100
101
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
101
102
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -177,7 +178,8 @@ export async function fileStorageUploadSessionsCreate(
|
|
|
177
178
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
178
179
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
179
180
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
180
|
-
M.fail(
|
|
181
|
+
M.fail("4XX"),
|
|
182
|
+
M.fail("5XX"),
|
|
181
183
|
M.json(
|
|
182
184
|
"default",
|
|
183
185
|
operations.FileStorageUploadSessionsAddResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -76,7 +77,7 @@ export async function fileStorageUploadSessionsDelete(
|
|
|
76
77
|
"raw": payload.raw,
|
|
77
78
|
});
|
|
78
79
|
|
|
79
|
-
const headers = new Headers({
|
|
80
|
+
const headers = new Headers(compactMap({
|
|
80
81
|
Accept: "application/json",
|
|
81
82
|
"x-apideck-service-id": encodeSimple(
|
|
82
83
|
"x-apideck-service-id",
|
|
@@ -93,7 +94,7 @@ export async function fileStorageUploadSessionsDelete(
|
|
|
93
94
|
client._options.consumerId,
|
|
94
95
|
{ explode: false, charEncoding: "none" },
|
|
95
96
|
),
|
|
96
|
-
});
|
|
97
|
+
}));
|
|
97
98
|
|
|
98
99
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
99
100
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -177,7 +178,8 @@ export async function fileStorageUploadSessionsDelete(
|
|
|
177
178
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
178
179
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
179
180
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
180
|
-
M.fail(
|
|
181
|
+
M.fail("4XX"),
|
|
182
|
+
M.fail("5XX"),
|
|
181
183
|
M.json(
|
|
182
184
|
"default",
|
|
183
185
|
operations.FileStorageUploadSessionsDeleteResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -84,7 +85,7 @@ export async function fileStorageUploadSessionsFinish(
|
|
|
84
85
|
"raw": payload.raw,
|
|
85
86
|
});
|
|
86
87
|
|
|
87
|
-
const headers = new Headers({
|
|
88
|
+
const headers = new Headers(compactMap({
|
|
88
89
|
"Content-Type": "application/json",
|
|
89
90
|
Accept: "application/json",
|
|
90
91
|
"digest": encodeSimple("digest", payload.digest, {
|
|
@@ -106,7 +107,7 @@ export async function fileStorageUploadSessionsFinish(
|
|
|
106
107
|
client._options.consumerId,
|
|
107
108
|
{ explode: false, charEncoding: "none" },
|
|
108
109
|
),
|
|
109
|
-
});
|
|
110
|
+
}));
|
|
110
111
|
|
|
111
112
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
112
113
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -190,7 +191,8 @@ export async function fileStorageUploadSessionsFinish(
|
|
|
190
191
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
191
192
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
192
193
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
193
|
-
M.fail(
|
|
194
|
+
M.fail("4XX"),
|
|
195
|
+
M.fail("5XX"),
|
|
194
196
|
M.json(
|
|
195
197
|
"default",
|
|
196
198
|
operations.FileStorageUploadSessionsFinishResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -83,7 +84,7 @@ export async function fileStorageUploadSessionsGet(
|
|
|
83
84
|
"raw": payload.raw,
|
|
84
85
|
});
|
|
85
86
|
|
|
86
|
-
const headers = new Headers({
|
|
87
|
+
const headers = new Headers(compactMap({
|
|
87
88
|
Accept: "application/json",
|
|
88
89
|
"x-apideck-service-id": encodeSimple(
|
|
89
90
|
"x-apideck-service-id",
|
|
@@ -100,7 +101,7 @@ export async function fileStorageUploadSessionsGet(
|
|
|
100
101
|
client._options.consumerId,
|
|
101
102
|
{ explode: false, charEncoding: "none" },
|
|
102
103
|
),
|
|
103
|
-
});
|
|
104
|
+
}));
|
|
104
105
|
|
|
105
106
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
106
107
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -182,7 +183,8 @@ export async function fileStorageUploadSessionsGet(
|
|
|
182
183
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
183
184
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
184
185
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
185
|
-
M.fail(
|
|
186
|
+
M.fail("4XX"),
|
|
187
|
+
M.fail("5XX"),
|
|
186
188
|
M.json(
|
|
187
189
|
"default",
|
|
188
190
|
operations.FileStorageUploadSessionsOneResponse$inboundSchema,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -66,7 +67,7 @@ export async function hrisCompaniesCreate(
|
|
|
66
67
|
"raw": payload.raw,
|
|
67
68
|
});
|
|
68
69
|
|
|
69
|
-
const headers = new Headers({
|
|
70
|
+
const headers = new Headers(compactMap({
|
|
70
71
|
"Content-Type": "application/json",
|
|
71
72
|
Accept: "application/json",
|
|
72
73
|
"x-apideck-service-id": encodeSimple(
|
|
@@ -84,7 +85,7 @@ export async function hrisCompaniesCreate(
|
|
|
84
85
|
client._options.consumerId,
|
|
85
86
|
{ explode: false, charEncoding: "none" },
|
|
86
87
|
),
|
|
87
|
-
});
|
|
88
|
+
}));
|
|
88
89
|
|
|
89
90
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
90
91
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -166,7 +167,8 @@ export async function hrisCompaniesCreate(
|
|
|
166
167
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
167
168
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
168
169
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
169
|
-
M.fail(
|
|
170
|
+
M.fail("4XX"),
|
|
171
|
+
M.fail("5XX"),
|
|
170
172
|
M.json("default", operations.HrisCompaniesAddResponse$inboundSchema, {
|
|
171
173
|
key: "UnexpectedErrorResponse",
|
|
172
174
|
}),
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -74,7 +75,7 @@ export async function hrisCompaniesDelete(
|
|
|
74
75
|
"raw": payload.raw,
|
|
75
76
|
});
|
|
76
77
|
|
|
77
|
-
const headers = new Headers({
|
|
78
|
+
const headers = new Headers(compactMap({
|
|
78
79
|
Accept: "application/json",
|
|
79
80
|
"x-apideck-service-id": encodeSimple(
|
|
80
81
|
"x-apideck-service-id",
|
|
@@ -91,7 +92,7 @@ export async function hrisCompaniesDelete(
|
|
|
91
92
|
client._options.consumerId,
|
|
92
93
|
{ explode: false, charEncoding: "none" },
|
|
93
94
|
),
|
|
94
|
-
});
|
|
95
|
+
}));
|
|
95
96
|
|
|
96
97
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
97
98
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -173,7 +174,8 @@ export async function hrisCompaniesDelete(
|
|
|
173
174
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
174
175
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
175
176
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
176
|
-
M.fail(
|
|
177
|
+
M.fail("4XX"),
|
|
178
|
+
M.fail("5XX"),
|
|
177
179
|
M.json("default", operations.HrisCompaniesDeleteResponse$inboundSchema, {
|
|
178
180
|
key: "UnexpectedErrorResponse",
|
|
179
181
|
}),
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -74,7 +75,7 @@ export async function hrisCompaniesGet(
|
|
|
74
75
|
"raw": payload.raw,
|
|
75
76
|
});
|
|
76
77
|
|
|
77
|
-
const headers = new Headers({
|
|
78
|
+
const headers = new Headers(compactMap({
|
|
78
79
|
Accept: "application/json",
|
|
79
80
|
"x-apideck-service-id": encodeSimple(
|
|
80
81
|
"x-apideck-service-id",
|
|
@@ -91,7 +92,7 @@ export async function hrisCompaniesGet(
|
|
|
91
92
|
client._options.consumerId,
|
|
92
93
|
{ explode: false, charEncoding: "none" },
|
|
93
94
|
),
|
|
94
|
-
});
|
|
95
|
+
}));
|
|
95
96
|
|
|
96
97
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
97
98
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -173,7 +174,8 @@ export async function hrisCompaniesGet(
|
|
|
173
174
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
174
175
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
175
176
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
176
|
-
M.fail(
|
|
177
|
+
M.fail("4XX"),
|
|
178
|
+
M.fail("5XX"),
|
|
177
179
|
M.json("default", operations.HrisCompaniesOneResponse$inboundSchema, {
|
|
178
180
|
key: "UnexpectedErrorResponse",
|
|
179
181
|
}),
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
queryJoin,
|
|
12
12
|
} from "../lib/encodings.js";
|
|
13
13
|
import * as M from "../lib/matchers.js";
|
|
14
|
+
import { compactMap } from "../lib/primitives.js";
|
|
14
15
|
import { safeParse } from "../lib/schemas.js";
|
|
15
16
|
import { RequestOptions } from "../lib/sdks.js";
|
|
16
17
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -89,7 +90,7 @@ export async function hrisCompaniesList(
|
|
|
89
90
|
}),
|
|
90
91
|
);
|
|
91
92
|
|
|
92
|
-
const headers = new Headers({
|
|
93
|
+
const headers = new Headers(compactMap({
|
|
93
94
|
Accept: "application/json",
|
|
94
95
|
"x-apideck-service-id": encodeSimple(
|
|
95
96
|
"x-apideck-service-id",
|
|
@@ -106,7 +107,7 @@ export async function hrisCompaniesList(
|
|
|
106
107
|
client._options.consumerId,
|
|
107
108
|
{ explode: false, charEncoding: "none" },
|
|
108
109
|
),
|
|
109
|
-
});
|
|
110
|
+
}));
|
|
110
111
|
|
|
111
112
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
112
113
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -188,7 +189,8 @@ export async function hrisCompaniesList(
|
|
|
188
189
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
189
190
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
190
191
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
191
|
-
M.fail(
|
|
192
|
+
M.fail("4XX"),
|
|
193
|
+
M.fail("5XX"),
|
|
192
194
|
M.json("default", operations.HrisCompaniesAllResponse$inboundSchema, {
|
|
193
195
|
key: "UnexpectedErrorResponse",
|
|
194
196
|
}),
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -74,7 +75,7 @@ export async function hrisCompaniesUpdate(
|
|
|
74
75
|
"raw": payload.raw,
|
|
75
76
|
});
|
|
76
77
|
|
|
77
|
-
const headers = new Headers({
|
|
78
|
+
const headers = new Headers(compactMap({
|
|
78
79
|
"Content-Type": "application/json",
|
|
79
80
|
Accept: "application/json",
|
|
80
81
|
"x-apideck-service-id": encodeSimple(
|
|
@@ -92,7 +93,7 @@ export async function hrisCompaniesUpdate(
|
|
|
92
93
|
client._options.consumerId,
|
|
93
94
|
{ explode: false, charEncoding: "none" },
|
|
94
95
|
),
|
|
95
|
-
});
|
|
96
|
+
}));
|
|
96
97
|
|
|
97
98
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
98
99
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -174,7 +175,8 @@ export async function hrisCompaniesUpdate(
|
|
|
174
175
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
175
176
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
176
177
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
177
|
-
M.fail(
|
|
178
|
+
M.fail("4XX"),
|
|
179
|
+
M.fail("5XX"),
|
|
178
180
|
M.json("default", operations.HrisCompaniesUpdateResponse$inboundSchema, {
|
|
179
181
|
key: "UnexpectedErrorResponse",
|
|
180
182
|
}),
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -66,7 +67,7 @@ export async function hrisDepartmentsCreate(
|
|
|
66
67
|
"raw": payload.raw,
|
|
67
68
|
});
|
|
68
69
|
|
|
69
|
-
const headers = new Headers({
|
|
70
|
+
const headers = new Headers(compactMap({
|
|
70
71
|
"Content-Type": "application/json",
|
|
71
72
|
Accept: "application/json",
|
|
72
73
|
"x-apideck-service-id": encodeSimple(
|
|
@@ -84,7 +85,7 @@ export async function hrisDepartmentsCreate(
|
|
|
84
85
|
client._options.consumerId,
|
|
85
86
|
{ explode: false, charEncoding: "none" },
|
|
86
87
|
),
|
|
87
|
-
});
|
|
88
|
+
}));
|
|
88
89
|
|
|
89
90
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
90
91
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -166,7 +167,8 @@ export async function hrisDepartmentsCreate(
|
|
|
166
167
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
167
168
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
168
169
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
169
|
-
M.fail(
|
|
170
|
+
M.fail("4XX"),
|
|
171
|
+
M.fail("5XX"),
|
|
170
172
|
M.json("default", operations.HrisDepartmentsAddResponse$inboundSchema, {
|
|
171
173
|
key: "UnexpectedErrorResponse",
|
|
172
174
|
}),
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -74,7 +75,7 @@ export async function hrisDepartmentsDelete(
|
|
|
74
75
|
"raw": payload.raw,
|
|
75
76
|
});
|
|
76
77
|
|
|
77
|
-
const headers = new Headers({
|
|
78
|
+
const headers = new Headers(compactMap({
|
|
78
79
|
Accept: "application/json",
|
|
79
80
|
"x-apideck-service-id": encodeSimple(
|
|
80
81
|
"x-apideck-service-id",
|
|
@@ -91,7 +92,7 @@ export async function hrisDepartmentsDelete(
|
|
|
91
92
|
client._options.consumerId,
|
|
92
93
|
{ explode: false, charEncoding: "none" },
|
|
93
94
|
),
|
|
94
|
-
});
|
|
95
|
+
}));
|
|
95
96
|
|
|
96
97
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
97
98
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -173,7 +174,8 @@ export async function hrisDepartmentsDelete(
|
|
|
173
174
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
174
175
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
175
176
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
176
|
-
M.fail(
|
|
177
|
+
M.fail("4XX"),
|
|
178
|
+
M.fail("5XX"),
|
|
177
179
|
M.json("default", operations.HrisDepartmentsDeleteResponse$inboundSchema, {
|
|
178
180
|
key: "UnexpectedErrorResponse",
|
|
179
181
|
}),
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ApideckCore } from "../core.js";
|
|
6
6
|
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
7
7
|
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
9
|
import { safeParse } from "../lib/schemas.js";
|
|
9
10
|
import { RequestOptions } from "../lib/sdks.js";
|
|
10
11
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -74,7 +75,7 @@ export async function hrisDepartmentsGet(
|
|
|
74
75
|
"raw": payload.raw,
|
|
75
76
|
});
|
|
76
77
|
|
|
77
|
-
const headers = new Headers({
|
|
78
|
+
const headers = new Headers(compactMap({
|
|
78
79
|
Accept: "application/json",
|
|
79
80
|
"x-apideck-service-id": encodeSimple(
|
|
80
81
|
"x-apideck-service-id",
|
|
@@ -91,7 +92,7 @@ export async function hrisDepartmentsGet(
|
|
|
91
92
|
client._options.consumerId,
|
|
92
93
|
{ explode: false, charEncoding: "none" },
|
|
93
94
|
),
|
|
94
|
-
});
|
|
95
|
+
}));
|
|
95
96
|
|
|
96
97
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
97
98
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -173,7 +174,8 @@ export async function hrisDepartmentsGet(
|
|
|
173
174
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
174
175
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
175
176
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
176
|
-
M.fail(
|
|
177
|
+
M.fail("4XX"),
|
|
178
|
+
M.fail("5XX"),
|
|
177
179
|
M.json("default", operations.HrisDepartmentsOneResponse$inboundSchema, {
|
|
178
180
|
key: "UnexpectedErrorResponse",
|
|
179
181
|
}),
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
queryJoin,
|
|
12
12
|
} from "../lib/encodings.js";
|
|
13
13
|
import * as M from "../lib/matchers.js";
|
|
14
|
+
import { compactMap } from "../lib/primitives.js";
|
|
14
15
|
import { safeParse } from "../lib/schemas.js";
|
|
15
16
|
import { RequestOptions } from "../lib/sdks.js";
|
|
16
17
|
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
@@ -89,7 +90,7 @@ export async function hrisDepartmentsList(
|
|
|
89
90
|
}),
|
|
90
91
|
);
|
|
91
92
|
|
|
92
|
-
const headers = new Headers({
|
|
93
|
+
const headers = new Headers(compactMap({
|
|
93
94
|
Accept: "application/json",
|
|
94
95
|
"x-apideck-service-id": encodeSimple(
|
|
95
96
|
"x-apideck-service-id",
|
|
@@ -106,7 +107,7 @@ export async function hrisDepartmentsList(
|
|
|
106
107
|
client._options.consumerId,
|
|
107
108
|
{ explode: false, charEncoding: "none" },
|
|
108
109
|
),
|
|
109
|
-
});
|
|
110
|
+
}));
|
|
110
111
|
|
|
111
112
|
const secConfig = await extractSecurity(client._options.apiKey);
|
|
112
113
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
@@ -188,7 +189,8 @@ export async function hrisDepartmentsList(
|
|
|
188
189
|
M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
|
|
189
190
|
M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
|
|
190
191
|
M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
|
|
191
|
-
M.fail(
|
|
192
|
+
M.fail("4XX"),
|
|
193
|
+
M.fail("5XX"),
|
|
192
194
|
M.json("default", operations.HrisDepartmentsAllResponse$inboundSchema, {
|
|
193
195
|
key: "UnexpectedErrorResponse",
|
|
194
196
|
}),
|