@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
|
@@ -28,7 +28,9 @@ const apideck = new Apideck({
|
|
|
28
28
|
|
|
29
29
|
async function run() {
|
|
30
30
|
const result = await apideck.accounting.creditNotes.list({
|
|
31
|
+
raw: false,
|
|
31
32
|
serviceId: "salesforce",
|
|
33
|
+
limit: 20,
|
|
32
34
|
filter: {
|
|
33
35
|
updatedSince: new Date("2020-09-30T07:43:32.000Z"),
|
|
34
36
|
},
|
|
@@ -69,7 +71,9 @@ const apideck = new ApideckCore({
|
|
|
69
71
|
|
|
70
72
|
async function run() {
|
|
71
73
|
const res = await accountingCreditNotesList(apideck, {
|
|
74
|
+
raw: false,
|
|
72
75
|
serviceId: "salesforce",
|
|
76
|
+
limit: 20,
|
|
73
77
|
filter: {
|
|
74
78
|
updatedSince: new Date("2020-09-30T07:43:32.000Z"),
|
|
75
79
|
},
|
|
@@ -139,6 +143,7 @@ const apideck = new Apideck({
|
|
|
139
143
|
|
|
140
144
|
async function run() {
|
|
141
145
|
const result = await apideck.accounting.creditNotes.create({
|
|
146
|
+
raw: false,
|
|
142
147
|
serviceId: "salesforce",
|
|
143
148
|
creditNote: {
|
|
144
149
|
number: "OIT00546",
|
|
@@ -202,10 +207,6 @@ async function run() {
|
|
|
202
207
|
id: "123456",
|
|
203
208
|
name: "New York",
|
|
204
209
|
},
|
|
205
|
-
{
|
|
206
|
-
id: "123456",
|
|
207
|
-
name: "New York",
|
|
208
|
-
},
|
|
209
210
|
],
|
|
210
211
|
ledgerAccount: {
|
|
211
212
|
id: "123456",
|
|
@@ -217,11 +218,13 @@ async function run() {
|
|
|
217
218
|
id: "2389328923893298",
|
|
218
219
|
name: "employee_level",
|
|
219
220
|
description: "Employee Level",
|
|
220
|
-
value:
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
221
|
+
value: "Uses Salesforce and Marketo",
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
id: "2389328923893298",
|
|
225
|
+
name: "employee_level",
|
|
226
|
+
description: "Employee Level",
|
|
227
|
+
value: "Uses Salesforce and Marketo",
|
|
225
228
|
},
|
|
226
229
|
],
|
|
227
230
|
rowVersion: "1-12345",
|
|
@@ -275,10 +278,19 @@ async function run() {
|
|
|
275
278
|
id: "2389328923893298",
|
|
276
279
|
name: "employee_level",
|
|
277
280
|
description: "Employee Level",
|
|
278
|
-
value:
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
281
|
+
value: "Uses Salesforce and Marketo",
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
id: "2389328923893298",
|
|
285
|
+
name: "employee_level",
|
|
286
|
+
description: "Employee Level",
|
|
287
|
+
value: 10,
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
id: "2389328923893298",
|
|
291
|
+
name: "employee_level",
|
|
292
|
+
description: "Employee Level",
|
|
293
|
+
value: "Uses Salesforce and Marketo",
|
|
282
294
|
},
|
|
283
295
|
],
|
|
284
296
|
rowVersion: "1-12345",
|
|
@@ -360,8 +372,26 @@ async function run() {
|
|
|
360
372
|
id: "123456",
|
|
361
373
|
name: "New York",
|
|
362
374
|
},
|
|
375
|
+
{
|
|
376
|
+
id: "123456",
|
|
377
|
+
name: "New York",
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
id: "123456",
|
|
381
|
+
name: "New York",
|
|
382
|
+
},
|
|
363
383
|
],
|
|
364
384
|
customFields: [
|
|
385
|
+
{
|
|
386
|
+
id: "2389328923893298",
|
|
387
|
+
name: "employee_level",
|
|
388
|
+
description: "Employee Level",
|
|
389
|
+
value: [
|
|
390
|
+
"<value>",
|
|
391
|
+
"<value>",
|
|
392
|
+
"<value>",
|
|
393
|
+
],
|
|
394
|
+
},
|
|
365
395
|
{
|
|
366
396
|
id: "2389328923893298",
|
|
367
397
|
name: "employee_level",
|
|
@@ -382,51 +412,6 @@ async function run() {
|
|
|
382
412
|
},
|
|
383
413
|
},
|
|
384
414
|
},
|
|
385
|
-
{
|
|
386
|
-
path: "$.nested.property",
|
|
387
|
-
value: {
|
|
388
|
-
"TaxClassificationRef": {
|
|
389
|
-
"value": "EUC-99990201-V1-00020000",
|
|
390
|
-
},
|
|
391
|
-
},
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
path: "$.nested.property",
|
|
395
|
-
value: {
|
|
396
|
-
"TaxClassificationRef": {
|
|
397
|
-
"value": "EUC-99990201-V1-00020000",
|
|
398
|
-
},
|
|
399
|
-
},
|
|
400
|
-
},
|
|
401
|
-
],
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
serviceId: "<id>",
|
|
405
|
-
extendPaths: [
|
|
406
|
-
{
|
|
407
|
-
path: "$.nested.property",
|
|
408
|
-
value: {
|
|
409
|
-
"TaxClassificationRef": {
|
|
410
|
-
"value": "EUC-99990201-V1-00020000",
|
|
411
|
-
},
|
|
412
|
-
},
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
path: "$.nested.property",
|
|
416
|
-
value: {
|
|
417
|
-
"TaxClassificationRef": {
|
|
418
|
-
"value": "EUC-99990201-V1-00020000",
|
|
419
|
-
},
|
|
420
|
-
},
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
path: "$.nested.property",
|
|
424
|
-
value: {
|
|
425
|
-
"TaxClassificationRef": {
|
|
426
|
-
"value": "EUC-99990201-V1-00020000",
|
|
427
|
-
},
|
|
428
|
-
},
|
|
429
|
-
},
|
|
430
415
|
],
|
|
431
416
|
},
|
|
432
417
|
],
|
|
@@ -458,6 +443,7 @@ const apideck = new ApideckCore({
|
|
|
458
443
|
|
|
459
444
|
async function run() {
|
|
460
445
|
const res = await accountingCreditNotesCreate(apideck, {
|
|
446
|
+
raw: false,
|
|
461
447
|
serviceId: "salesforce",
|
|
462
448
|
creditNote: {
|
|
463
449
|
number: "OIT00546",
|
|
@@ -521,10 +507,6 @@ async function run() {
|
|
|
521
507
|
id: "123456",
|
|
522
508
|
name: "New York",
|
|
523
509
|
},
|
|
524
|
-
{
|
|
525
|
-
id: "123456",
|
|
526
|
-
name: "New York",
|
|
527
|
-
},
|
|
528
510
|
],
|
|
529
511
|
ledgerAccount: {
|
|
530
512
|
id: "123456",
|
|
@@ -536,11 +518,13 @@ async function run() {
|
|
|
536
518
|
id: "2389328923893298",
|
|
537
519
|
name: "employee_level",
|
|
538
520
|
description: "Employee Level",
|
|
539
|
-
value:
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
521
|
+
value: "Uses Salesforce and Marketo",
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
id: "2389328923893298",
|
|
525
|
+
name: "employee_level",
|
|
526
|
+
description: "Employee Level",
|
|
527
|
+
value: "Uses Salesforce and Marketo",
|
|
544
528
|
},
|
|
545
529
|
],
|
|
546
530
|
rowVersion: "1-12345",
|
|
@@ -594,10 +578,19 @@ async function run() {
|
|
|
594
578
|
id: "2389328923893298",
|
|
595
579
|
name: "employee_level",
|
|
596
580
|
description: "Employee Level",
|
|
597
|
-
value:
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
581
|
+
value: "Uses Salesforce and Marketo",
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
id: "2389328923893298",
|
|
585
|
+
name: "employee_level",
|
|
586
|
+
description: "Employee Level",
|
|
587
|
+
value: 10,
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
id: "2389328923893298",
|
|
591
|
+
name: "employee_level",
|
|
592
|
+
description: "Employee Level",
|
|
593
|
+
value: "Uses Salesforce and Marketo",
|
|
601
594
|
},
|
|
602
595
|
],
|
|
603
596
|
rowVersion: "1-12345",
|
|
@@ -679,8 +672,26 @@ async function run() {
|
|
|
679
672
|
id: "123456",
|
|
680
673
|
name: "New York",
|
|
681
674
|
},
|
|
675
|
+
{
|
|
676
|
+
id: "123456",
|
|
677
|
+
name: "New York",
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
id: "123456",
|
|
681
|
+
name: "New York",
|
|
682
|
+
},
|
|
682
683
|
],
|
|
683
684
|
customFields: [
|
|
685
|
+
{
|
|
686
|
+
id: "2389328923893298",
|
|
687
|
+
name: "employee_level",
|
|
688
|
+
description: "Employee Level",
|
|
689
|
+
value: [
|
|
690
|
+
"<value>",
|
|
691
|
+
"<value>",
|
|
692
|
+
"<value>",
|
|
693
|
+
],
|
|
694
|
+
},
|
|
684
695
|
{
|
|
685
696
|
id: "2389328923893298",
|
|
686
697
|
name: "employee_level",
|
|
@@ -701,51 +712,6 @@ async function run() {
|
|
|
701
712
|
},
|
|
702
713
|
},
|
|
703
714
|
},
|
|
704
|
-
{
|
|
705
|
-
path: "$.nested.property",
|
|
706
|
-
value: {
|
|
707
|
-
"TaxClassificationRef": {
|
|
708
|
-
"value": "EUC-99990201-V1-00020000",
|
|
709
|
-
},
|
|
710
|
-
},
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
path: "$.nested.property",
|
|
714
|
-
value: {
|
|
715
|
-
"TaxClassificationRef": {
|
|
716
|
-
"value": "EUC-99990201-V1-00020000",
|
|
717
|
-
},
|
|
718
|
-
},
|
|
719
|
-
},
|
|
720
|
-
],
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
serviceId: "<id>",
|
|
724
|
-
extendPaths: [
|
|
725
|
-
{
|
|
726
|
-
path: "$.nested.property",
|
|
727
|
-
value: {
|
|
728
|
-
"TaxClassificationRef": {
|
|
729
|
-
"value": "EUC-99990201-V1-00020000",
|
|
730
|
-
},
|
|
731
|
-
},
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
path: "$.nested.property",
|
|
735
|
-
value: {
|
|
736
|
-
"TaxClassificationRef": {
|
|
737
|
-
"value": "EUC-99990201-V1-00020000",
|
|
738
|
-
},
|
|
739
|
-
},
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
path: "$.nested.property",
|
|
743
|
-
value: {
|
|
744
|
-
"TaxClassificationRef": {
|
|
745
|
-
"value": "EUC-99990201-V1-00020000",
|
|
746
|
-
},
|
|
747
|
-
},
|
|
748
|
-
},
|
|
749
715
|
],
|
|
750
716
|
},
|
|
751
717
|
],
|
|
@@ -808,6 +774,7 @@ async function run() {
|
|
|
808
774
|
const result = await apideck.accounting.creditNotes.get({
|
|
809
775
|
id: "<id>",
|
|
810
776
|
serviceId: "salesforce",
|
|
777
|
+
raw: false,
|
|
811
778
|
fields: "id,updated_at",
|
|
812
779
|
});
|
|
813
780
|
|
|
@@ -838,6 +805,7 @@ async function run() {
|
|
|
838
805
|
const res = await accountingCreditNotesGet(apideck, {
|
|
839
806
|
id: "<id>",
|
|
840
807
|
serviceId: "salesforce",
|
|
808
|
+
raw: false,
|
|
841
809
|
fields: "id,updated_at",
|
|
842
810
|
});
|
|
843
811
|
|
|
@@ -897,6 +865,7 @@ async function run() {
|
|
|
897
865
|
const result = await apideck.accounting.creditNotes.update({
|
|
898
866
|
id: "<id>",
|
|
899
867
|
serviceId: "salesforce",
|
|
868
|
+
raw: false,
|
|
900
869
|
creditNote: {
|
|
901
870
|
number: "OIT00546",
|
|
902
871
|
customer: {
|
|
@@ -959,10 +928,6 @@ async function run() {
|
|
|
959
928
|
id: "123456",
|
|
960
929
|
name: "New York",
|
|
961
930
|
},
|
|
962
|
-
{
|
|
963
|
-
id: "123456",
|
|
964
|
-
name: "New York",
|
|
965
|
-
},
|
|
966
931
|
],
|
|
967
932
|
ledgerAccount: {
|
|
968
933
|
id: "123456",
|
|
@@ -974,23 +939,16 @@ async function run() {
|
|
|
974
939
|
id: "2389328923893298",
|
|
975
940
|
name: "employee_level",
|
|
976
941
|
description: "Employee Level",
|
|
977
|
-
value:
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
name: "employee_level",
|
|
982
|
-
description: "Employee Level",
|
|
983
|
-
value: 10,
|
|
942
|
+
value: [
|
|
943
|
+
{},
|
|
944
|
+
{},
|
|
945
|
+
],
|
|
984
946
|
},
|
|
985
947
|
{
|
|
986
948
|
id: "2389328923893298",
|
|
987
949
|
name: "employee_level",
|
|
988
950
|
description: "Employee Level",
|
|
989
|
-
value:
|
|
990
|
-
"<value>",
|
|
991
|
-
"<value>",
|
|
992
|
-
"<value>",
|
|
993
|
-
],
|
|
951
|
+
value: true,
|
|
994
952
|
},
|
|
995
953
|
],
|
|
996
954
|
rowVersion: "1-12345",
|
|
@@ -1025,6 +983,14 @@ async function run() {
|
|
|
1025
983
|
id: "123456",
|
|
1026
984
|
name: "New York",
|
|
1027
985
|
},
|
|
986
|
+
{
|
|
987
|
+
id: "123456",
|
|
988
|
+
name: "New York",
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
id: "123456",
|
|
992
|
+
name: "New York",
|
|
993
|
+
},
|
|
1028
994
|
],
|
|
1029
995
|
ledgerAccount: {
|
|
1030
996
|
id: "123456",
|
|
@@ -1032,19 +998,12 @@ async function run() {
|
|
|
1032
998
|
code: "453",
|
|
1033
999
|
},
|
|
1034
1000
|
customFields: [
|
|
1035
|
-
{
|
|
1036
|
-
id: "2389328923893298",
|
|
1037
|
-
name: "employee_level",
|
|
1038
|
-
description: "Employee Level",
|
|
1039
|
-
value: 10,
|
|
1040
|
-
},
|
|
1041
1001
|
{
|
|
1042
1002
|
id: "2389328923893298",
|
|
1043
1003
|
name: "employee_level",
|
|
1044
1004
|
description: "Employee Level",
|
|
1045
1005
|
value: [
|
|
1046
|
-
|
|
1047
|
-
"<value>",
|
|
1006
|
+
{},
|
|
1048
1007
|
],
|
|
1049
1008
|
},
|
|
1050
1009
|
],
|
|
@@ -1080,14 +1039,6 @@ async function run() {
|
|
|
1080
1039
|
id: "123456",
|
|
1081
1040
|
name: "New York",
|
|
1082
1041
|
},
|
|
1083
|
-
{
|
|
1084
|
-
id: "123456",
|
|
1085
|
-
name: "New York",
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
id: "123456",
|
|
1089
|
-
name: "New York",
|
|
1090
|
-
},
|
|
1091
1042
|
],
|
|
1092
1043
|
ledgerAccount: {
|
|
1093
1044
|
id: "123456",
|
|
@@ -1099,13 +1050,7 @@ async function run() {
|
|
|
1099
1050
|
id: "2389328923893298",
|
|
1100
1051
|
name: "employee_level",
|
|
1101
1052
|
description: "Employee Level",
|
|
1102
|
-
value:
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
id: "2389328923893298",
|
|
1106
|
-
name: "employee_level",
|
|
1107
|
-
description: "Employee Level",
|
|
1108
|
-
value: 10,
|
|
1053
|
+
value: "Uses Salesforce and Marketo",
|
|
1109
1054
|
},
|
|
1110
1055
|
],
|
|
1111
1056
|
rowVersion: "1-12345",
|
|
@@ -1117,6 +1062,16 @@ async function run() {
|
|
|
1117
1062
|
amount: 49.99,
|
|
1118
1063
|
allocationId: "123456",
|
|
1119
1064
|
},
|
|
1065
|
+
{
|
|
1066
|
+
id: "123456",
|
|
1067
|
+
amount: 49.99,
|
|
1068
|
+
allocationId: "123456",
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
id: "123456",
|
|
1072
|
+
amount: 49.99,
|
|
1073
|
+
allocationId: "123456",
|
|
1074
|
+
},
|
|
1120
1075
|
],
|
|
1121
1076
|
note: "Some notes about this credit note",
|
|
1122
1077
|
terms: "Some terms about this credit note",
|
|
@@ -1177,15 +1132,21 @@ async function run() {
|
|
|
1177
1132
|
id: "123456",
|
|
1178
1133
|
name: "New York",
|
|
1179
1134
|
},
|
|
1135
|
+
{
|
|
1136
|
+
id: "123456",
|
|
1137
|
+
name: "New York",
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
id: "123456",
|
|
1141
|
+
name: "New York",
|
|
1142
|
+
},
|
|
1180
1143
|
],
|
|
1181
1144
|
customFields: [
|
|
1182
1145
|
{
|
|
1183
1146
|
id: "2389328923893298",
|
|
1184
1147
|
name: "employee_level",
|
|
1185
1148
|
description: "Employee Level",
|
|
1186
|
-
value:
|
|
1187
|
-
{},
|
|
1188
|
-
],
|
|
1149
|
+
value: true,
|
|
1189
1150
|
},
|
|
1190
1151
|
],
|
|
1191
1152
|
rowVersion: "1-12345",
|
|
@@ -1219,6 +1180,40 @@ async function run() {
|
|
|
1219
1180
|
},
|
|
1220
1181
|
],
|
|
1221
1182
|
},
|
|
1183
|
+
{
|
|
1184
|
+
serviceId: "<id>",
|
|
1185
|
+
extendPaths: [
|
|
1186
|
+
{
|
|
1187
|
+
path: "$.nested.property",
|
|
1188
|
+
value: {
|
|
1189
|
+
"TaxClassificationRef": {
|
|
1190
|
+
"value": "EUC-99990201-V1-00020000",
|
|
1191
|
+
},
|
|
1192
|
+
},
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
path: "$.nested.property",
|
|
1196
|
+
value: {
|
|
1197
|
+
"TaxClassificationRef": {
|
|
1198
|
+
"value": "EUC-99990201-V1-00020000",
|
|
1199
|
+
},
|
|
1200
|
+
},
|
|
1201
|
+
},
|
|
1202
|
+
],
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
serviceId: "<id>",
|
|
1206
|
+
extendPaths: [
|
|
1207
|
+
{
|
|
1208
|
+
path: "$.nested.property",
|
|
1209
|
+
value: {
|
|
1210
|
+
"TaxClassificationRef": {
|
|
1211
|
+
"value": "EUC-99990201-V1-00020000",
|
|
1212
|
+
},
|
|
1213
|
+
},
|
|
1214
|
+
},
|
|
1215
|
+
],
|
|
1216
|
+
},
|
|
1222
1217
|
],
|
|
1223
1218
|
},
|
|
1224
1219
|
});
|
|
@@ -1250,6 +1245,7 @@ async function run() {
|
|
|
1250
1245
|
const res = await accountingCreditNotesUpdate(apideck, {
|
|
1251
1246
|
id: "<id>",
|
|
1252
1247
|
serviceId: "salesforce",
|
|
1248
|
+
raw: false,
|
|
1253
1249
|
creditNote: {
|
|
1254
1250
|
number: "OIT00546",
|
|
1255
1251
|
customer: {
|
|
@@ -1312,10 +1308,6 @@ async function run() {
|
|
|
1312
1308
|
id: "123456",
|
|
1313
1309
|
name: "New York",
|
|
1314
1310
|
},
|
|
1315
|
-
{
|
|
1316
|
-
id: "123456",
|
|
1317
|
-
name: "New York",
|
|
1318
|
-
},
|
|
1319
1311
|
],
|
|
1320
1312
|
ledgerAccount: {
|
|
1321
1313
|
id: "123456",
|
|
@@ -1327,23 +1319,16 @@ async function run() {
|
|
|
1327
1319
|
id: "2389328923893298",
|
|
1328
1320
|
name: "employee_level",
|
|
1329
1321
|
description: "Employee Level",
|
|
1330
|
-
value:
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
name: "employee_level",
|
|
1335
|
-
description: "Employee Level",
|
|
1336
|
-
value: 10,
|
|
1322
|
+
value: [
|
|
1323
|
+
{},
|
|
1324
|
+
{},
|
|
1325
|
+
],
|
|
1337
1326
|
},
|
|
1338
1327
|
{
|
|
1339
1328
|
id: "2389328923893298",
|
|
1340
1329
|
name: "employee_level",
|
|
1341
1330
|
description: "Employee Level",
|
|
1342
|
-
value:
|
|
1343
|
-
"<value>",
|
|
1344
|
-
"<value>",
|
|
1345
|
-
"<value>",
|
|
1346
|
-
],
|
|
1331
|
+
value: true,
|
|
1347
1332
|
},
|
|
1348
1333
|
],
|
|
1349
1334
|
rowVersion: "1-12345",
|
|
@@ -1378,6 +1363,14 @@ async function run() {
|
|
|
1378
1363
|
id: "123456",
|
|
1379
1364
|
name: "New York",
|
|
1380
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
id: "123456",
|
|
1368
|
+
name: "New York",
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
id: "123456",
|
|
1372
|
+
name: "New York",
|
|
1373
|
+
},
|
|
1381
1374
|
],
|
|
1382
1375
|
ledgerAccount: {
|
|
1383
1376
|
id: "123456",
|
|
@@ -1385,19 +1378,12 @@ async function run() {
|
|
|
1385
1378
|
code: "453",
|
|
1386
1379
|
},
|
|
1387
1380
|
customFields: [
|
|
1388
|
-
{
|
|
1389
|
-
id: "2389328923893298",
|
|
1390
|
-
name: "employee_level",
|
|
1391
|
-
description: "Employee Level",
|
|
1392
|
-
value: 10,
|
|
1393
|
-
},
|
|
1394
1381
|
{
|
|
1395
1382
|
id: "2389328923893298",
|
|
1396
1383
|
name: "employee_level",
|
|
1397
1384
|
description: "Employee Level",
|
|
1398
1385
|
value: [
|
|
1399
|
-
|
|
1400
|
-
"<value>",
|
|
1386
|
+
{},
|
|
1401
1387
|
],
|
|
1402
1388
|
},
|
|
1403
1389
|
],
|
|
@@ -1433,14 +1419,6 @@ async function run() {
|
|
|
1433
1419
|
id: "123456",
|
|
1434
1420
|
name: "New York",
|
|
1435
1421
|
},
|
|
1436
|
-
{
|
|
1437
|
-
id: "123456",
|
|
1438
|
-
name: "New York",
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
id: "123456",
|
|
1442
|
-
name: "New York",
|
|
1443
|
-
},
|
|
1444
1422
|
],
|
|
1445
1423
|
ledgerAccount: {
|
|
1446
1424
|
id: "123456",
|
|
@@ -1452,13 +1430,7 @@ async function run() {
|
|
|
1452
1430
|
id: "2389328923893298",
|
|
1453
1431
|
name: "employee_level",
|
|
1454
1432
|
description: "Employee Level",
|
|
1455
|
-
value:
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
id: "2389328923893298",
|
|
1459
|
-
name: "employee_level",
|
|
1460
|
-
description: "Employee Level",
|
|
1461
|
-
value: 10,
|
|
1433
|
+
value: "Uses Salesforce and Marketo",
|
|
1462
1434
|
},
|
|
1463
1435
|
],
|
|
1464
1436
|
rowVersion: "1-12345",
|
|
@@ -1470,6 +1442,16 @@ async function run() {
|
|
|
1470
1442
|
amount: 49.99,
|
|
1471
1443
|
allocationId: "123456",
|
|
1472
1444
|
},
|
|
1445
|
+
{
|
|
1446
|
+
id: "123456",
|
|
1447
|
+
amount: 49.99,
|
|
1448
|
+
allocationId: "123456",
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
id: "123456",
|
|
1452
|
+
amount: 49.99,
|
|
1453
|
+
allocationId: "123456",
|
|
1454
|
+
},
|
|
1473
1455
|
],
|
|
1474
1456
|
note: "Some notes about this credit note",
|
|
1475
1457
|
terms: "Some terms about this credit note",
|
|
@@ -1530,6 +1512,14 @@ async function run() {
|
|
|
1530
1512
|
id: "123456",
|
|
1531
1513
|
name: "New York",
|
|
1532
1514
|
},
|
|
1515
|
+
{
|
|
1516
|
+
id: "123456",
|
|
1517
|
+
name: "New York",
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
id: "123456",
|
|
1521
|
+
name: "New York",
|
|
1522
|
+
},
|
|
1533
1523
|
],
|
|
1534
1524
|
customFields: [
|
|
1535
1525
|
{
|
|
@@ -1570,6 +1560,40 @@ async function run() {
|
|
|
1570
1560
|
},
|
|
1571
1561
|
],
|
|
1572
1562
|
},
|
|
1563
|
+
{
|
|
1564
|
+
serviceId: "<id>",
|
|
1565
|
+
extendPaths: [
|
|
1566
|
+
{
|
|
1567
|
+
path: "$.nested.property",
|
|
1568
|
+
value: {
|
|
1569
|
+
"TaxClassificationRef": {
|
|
1570
|
+
"value": "EUC-99990201-V1-00020000",
|
|
1571
|
+
},
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
path: "$.nested.property",
|
|
1576
|
+
value: {
|
|
1577
|
+
"TaxClassificationRef": {
|
|
1578
|
+
"value": "EUC-99990201-V1-00020000",
|
|
1579
|
+
},
|
|
1580
|
+
},
|
|
1581
|
+
},
|
|
1582
|
+
],
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
serviceId: "<id>",
|
|
1586
|
+
extendPaths: [
|
|
1587
|
+
{
|
|
1588
|
+
path: "$.nested.property",
|
|
1589
|
+
value: {
|
|
1590
|
+
"TaxClassificationRef": {
|
|
1591
|
+
"value": "EUC-99990201-V1-00020000",
|
|
1592
|
+
},
|
|
1593
|
+
},
|
|
1594
|
+
},
|
|
1595
|
+
],
|
|
1596
|
+
},
|
|
1573
1597
|
],
|
|
1574
1598
|
},
|
|
1575
1599
|
});
|
|
@@ -1630,6 +1654,7 @@ async function run() {
|
|
|
1630
1654
|
const result = await apideck.accounting.creditNotes.delete({
|
|
1631
1655
|
id: "<id>",
|
|
1632
1656
|
serviceId: "salesforce",
|
|
1657
|
+
raw: false,
|
|
1633
1658
|
});
|
|
1634
1659
|
|
|
1635
1660
|
// Handle the result
|
|
@@ -1659,6 +1684,7 @@ async function run() {
|
|
|
1659
1684
|
const res = await accountingCreditNotesDelete(apideck, {
|
|
1660
1685
|
id: "<id>",
|
|
1661
1686
|
serviceId: "salesforce",
|
|
1687
|
+
raw: false,
|
|
1662
1688
|
});
|
|
1663
1689
|
|
|
1664
1690
|
if (!res.ok) {
|