@maesn/typescript-sdk 0.2.1 → 0.2.3
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 +3 -3
- package/README.md +190 -192
- package/esm/funcs/accounting-create-account.d.ts +11 -0
- package/esm/funcs/accounting-create-account.d.ts.map +1 -0
- package/esm/funcs/accounting-create-account.js +77 -0
- package/esm/funcs/accounting-create-account.js.map +1 -0
- package/esm/funcs/accounting-create-bank-account.d.ts +11 -0
- package/esm/funcs/accounting-create-bank-account.d.ts.map +1 -0
- package/esm/funcs/accounting-create-bank-account.js +77 -0
- package/esm/funcs/accounting-create-bank-account.js.map +1 -0
- package/esm/funcs/accounting-create-bill.d.ts +11 -0
- package/esm/funcs/accounting-create-bill.d.ts.map +1 -0
- package/esm/funcs/accounting-create-bill.js +77 -0
- package/esm/funcs/accounting-create-bill.js.map +1 -0
- package/esm/funcs/accounting-create-bookings.d.ts +11 -0
- package/esm/funcs/accounting-create-bookings.d.ts.map +1 -0
- package/esm/funcs/accounting-create-bookings.js +76 -0
- package/esm/funcs/accounting-create-bookings.js.map +1 -0
- package/esm/funcs/accounting-create-contact.d.ts +11 -0
- package/esm/funcs/accounting-create-contact.d.ts.map +1 -0
- package/esm/funcs/accounting-create-contact.js +77 -0
- package/esm/funcs/accounting-create-contact.js.map +1 -0
- package/esm/funcs/accounting-create-contacts-v1.d.ts +11 -0
- package/esm/funcs/accounting-create-contacts-v1.d.ts.map +1 -0
- package/esm/funcs/accounting-create-contacts-v1.js +76 -0
- package/esm/funcs/accounting-create-contacts-v1.js.map +1 -0
- package/esm/funcs/accounting-create-contacts.d.ts +11 -0
- package/esm/funcs/accounting-create-contacts.d.ts.map +1 -0
- package/esm/funcs/accounting-create-contacts.js +76 -0
- package/esm/funcs/accounting-create-contacts.js.map +1 -0
- package/esm/funcs/accounting-create-event-subscriptions.d.ts +12 -0
- package/esm/funcs/accounting-create-event-subscriptions.d.ts.map +1 -0
- package/esm/funcs/accounting-create-event-subscriptions.js +77 -0
- package/esm/funcs/accounting-create-event-subscriptions.js.map +1 -0
- package/esm/funcs/accounting-create-expense.d.ts +11 -0
- package/esm/funcs/accounting-create-expense.d.ts.map +1 -0
- package/esm/funcs/accounting-create-expense.js +102 -0
- package/esm/funcs/accounting-create-expense.js.map +1 -0
- package/esm/funcs/accounting-create-invoice.d.ts +11 -0
- package/esm/funcs/accounting-create-invoice.d.ts.map +1 -0
- package/esm/funcs/accounting-create-invoice.js +77 -0
- package/esm/funcs/accounting-create-invoice.js.map +1 -0
- package/esm/funcs/accounting-create-journal-entry.d.ts +11 -0
- package/esm/funcs/accounting-create-journal-entry.d.ts.map +1 -0
- package/esm/funcs/accounting-create-journal-entry.js +107 -0
- package/esm/funcs/accounting-create-journal-entry.js.map +1 -0
- package/esm/funcs/accounting-create-line-item.d.ts +11 -0
- package/esm/funcs/accounting-create-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-create-line-item.js +83 -0
- package/esm/funcs/accounting-create-line-item.js.map +1 -0
- package/esm/funcs/accounting-create-offer.d.ts +11 -0
- package/esm/funcs/accounting-create-offer.d.ts.map +1 -0
- package/esm/funcs/accounting-create-offer.js +77 -0
- package/esm/funcs/accounting-create-offer.js.map +1 -0
- package/esm/funcs/accounting-create-pass-through-request.d.ts +11 -0
- package/esm/funcs/accounting-create-pass-through-request.d.ts.map +1 -0
- package/esm/funcs/accounting-create-pass-through-request.js +77 -0
- package/esm/funcs/accounting-create-pass-through-request.js.map +1 -0
- package/esm/funcs/accounting-create-payment-term.d.ts +11 -0
- package/esm/funcs/accounting-create-payment-term.d.ts.map +1 -0
- package/esm/funcs/accounting-create-payment-term.js +76 -0
- package/esm/funcs/accounting-create-payment-term.js.map +1 -0
- package/esm/funcs/accounting-create-payment.d.ts +11 -0
- package/esm/funcs/accounting-create-payment.d.ts.map +1 -0
- package/esm/funcs/accounting-create-payment.js +76 -0
- package/esm/funcs/accounting-create-payment.js.map +1 -0
- package/esm/funcs/accounting-create-project.d.ts +11 -0
- package/esm/funcs/accounting-create-project.d.ts.map +1 -0
- package/esm/funcs/accounting-create-project.js +77 -0
- package/esm/funcs/accounting-create-project.js.map +1 -0
- package/esm/funcs/accounting-create-sales-order.d.ts +11 -0
- package/esm/funcs/accounting-create-sales-order.d.ts.map +1 -0
- package/esm/funcs/accounting-create-sales-order.js +77 -0
- package/esm/funcs/accounting-create-sales-order.js.map +1 -0
- package/esm/funcs/accounting-create-supplier.d.ts +11 -0
- package/esm/funcs/accounting-create-supplier.d.ts.map +1 -0
- package/esm/funcs/accounting-create-supplier.js +77 -0
- package/esm/funcs/accounting-create-supplier.js.map +1 -0
- package/esm/funcs/accounting-create-transaction.d.ts +11 -0
- package/esm/funcs/accounting-create-transaction.d.ts.map +1 -0
- package/esm/funcs/accounting-create-transaction.js +101 -0
- package/esm/funcs/accounting-create-transaction.js.map +1 -0
- package/esm/funcs/accounting-delete-bill.d.ts +11 -0
- package/esm/funcs/accounting-delete-bill.d.ts.map +1 -0
- package/esm/funcs/accounting-delete-bill.js +82 -0
- package/esm/funcs/accounting-delete-bill.js.map +1 -0
- package/esm/funcs/accounting-delete-event-subscriptions.d.ts +12 -0
- package/esm/funcs/accounting-delete-event-subscriptions.d.ts.map +1 -0
- package/esm/funcs/accounting-delete-event-subscriptions.js +79 -0
- package/esm/funcs/accounting-delete-event-subscriptions.js.map +1 -0
- package/esm/funcs/accounting-delete-payment.d.ts +11 -0
- package/esm/funcs/accounting-delete-payment.d.ts.map +1 -0
- package/esm/funcs/accounting-delete-payment.js +81 -0
- package/esm/funcs/accounting-delete-payment.js.map +1 -0
- package/esm/funcs/accounting-get-account.d.ts +11 -0
- package/esm/funcs/accounting-get-account.d.ts.map +1 -0
- package/esm/funcs/accounting-get-account.js +83 -0
- package/esm/funcs/accounting-get-account.js.map +1 -0
- package/esm/funcs/accounting-get-accounts.d.ts +11 -0
- package/esm/funcs/accounting-get-accounts.d.ts.map +1 -0
- package/esm/funcs/accounting-get-accounts.js +86 -0
- package/esm/funcs/accounting-get-accounts.js.map +1 -0
- package/esm/funcs/accounting-get-async-task-info.d.ts +11 -0
- package/esm/funcs/accounting-get-async-task-info.d.ts.map +1 -0
- package/esm/funcs/accounting-get-async-task-info.js +83 -0
- package/esm/funcs/accounting-get-async-task-info.js.map +1 -0
- package/esm/funcs/accounting-get-bank-account.d.ts +11 -0
- package/esm/funcs/accounting-get-bank-account.d.ts.map +1 -0
- package/esm/funcs/accounting-get-bank-account.js +83 -0
- package/esm/funcs/accounting-get-bank-account.js.map +1 -0
- package/esm/funcs/accounting-get-bank-accounts.d.ts +11 -0
- package/esm/funcs/accounting-get-bank-accounts.d.ts.map +1 -0
- package/esm/funcs/accounting-get-bank-accounts.js +80 -0
- package/esm/funcs/accounting-get-bank-accounts.js.map +1 -0
- package/esm/funcs/accounting-get-bill-document.d.ts +11 -0
- package/esm/funcs/accounting-get-bill-document.d.ts.map +1 -0
- package/esm/funcs/accounting-get-bill-document.js +77 -0
- package/esm/funcs/accounting-get-bill-document.js.map +1 -0
- package/esm/funcs/accounting-get-bill.d.ts +11 -0
- package/esm/funcs/accounting-get-bill.d.ts.map +1 -0
- package/esm/funcs/accounting-get-bill.js +83 -0
- package/esm/funcs/accounting-get-bill.js.map +1 -0
- package/esm/funcs/accounting-get-bills.d.ts +11 -0
- package/esm/funcs/accounting-get-bills.d.ts.map +1 -0
- package/esm/funcs/accounting-get-bills.js +84 -0
- package/esm/funcs/accounting-get-bills.js.map +1 -0
- package/esm/funcs/accounting-get-booking-proposal-document.d.ts +11 -0
- package/esm/funcs/accounting-get-booking-proposal-document.d.ts.map +1 -0
- package/esm/funcs/accounting-get-booking-proposal-document.js +74 -0
- package/esm/funcs/accounting-get-booking-proposal-document.js.map +1 -0
- package/esm/funcs/accounting-get-booking-proposal.d.ts +11 -0
- package/esm/funcs/accounting-get-booking-proposal.d.ts.map +1 -0
- package/esm/funcs/accounting-get-booking-proposal.js +80 -0
- package/esm/funcs/accounting-get-booking-proposal.js.map +1 -0
- package/esm/funcs/accounting-get-booking-proposals.d.ts +11 -0
- package/esm/funcs/accounting-get-booking-proposals.d.ts.map +1 -0
- package/esm/funcs/accounting-get-booking-proposals.js +84 -0
- package/esm/funcs/accounting-get-booking-proposals.js.map +1 -0
- package/esm/funcs/accounting-get-contact.d.ts +11 -0
- package/esm/funcs/accounting-get-contact.d.ts.map +1 -0
- package/esm/funcs/accounting-get-contact.js +83 -0
- package/esm/funcs/accounting-get-contact.js.map +1 -0
- package/esm/funcs/accounting-get-credit-note.d.ts +11 -0
- package/esm/funcs/accounting-get-credit-note.d.ts.map +1 -0
- package/esm/funcs/accounting-get-credit-note.js +83 -0
- package/esm/funcs/accounting-get-credit-note.js.map +1 -0
- package/esm/funcs/accounting-get-credit-notes.d.ts +11 -0
- package/esm/funcs/accounting-get-credit-notes.d.ts.map +1 -0
- package/esm/funcs/accounting-get-credit-notes.js +80 -0
- package/esm/funcs/accounting-get-credit-notes.js.map +1 -0
- package/esm/funcs/accounting-get-customer.d.ts +11 -0
- package/esm/funcs/accounting-get-customer.d.ts.map +1 -0
- package/esm/funcs/accounting-get-customer.js +83 -0
- package/esm/funcs/accounting-get-customer.js.map +1 -0
- package/esm/funcs/accounting-get-customers.d.ts +11 -0
- package/esm/funcs/accounting-get-customers.d.ts.map +1 -0
- package/esm/funcs/accounting-get-customers.js +83 -0
- package/esm/funcs/accounting-get-customers.js.map +1 -0
- package/esm/funcs/accounting-get-dimensions.d.ts +11 -0
- package/esm/funcs/accounting-get-dimensions.d.ts.map +1 -0
- package/esm/funcs/accounting-get-dimensions.js +80 -0
- package/esm/funcs/accounting-get-dimensions.js.map +1 -0
- package/esm/funcs/accounting-get-document-types.d.ts +11 -0
- package/esm/funcs/accounting-get-document-types.d.ts.map +1 -0
- package/esm/funcs/accounting-get-document-types.js +75 -0
- package/esm/funcs/accounting-get-document-types.js.map +1 -0
- package/esm/funcs/accounting-get-expense.d.ts +11 -0
- package/esm/funcs/accounting-get-expense.d.ts.map +1 -0
- package/esm/funcs/accounting-get-expense.js +83 -0
- package/esm/funcs/accounting-get-expense.js.map +1 -0
- package/esm/funcs/accounting-get-expenses.d.ts +11 -0
- package/esm/funcs/accounting-get-expenses.d.ts.map +1 -0
- package/esm/funcs/accounting-get-expenses.js +79 -0
- package/esm/funcs/accounting-get-expenses.js.map +1 -0
- package/esm/funcs/accounting-get-goods-receipt-line-items.d.ts +11 -0
- package/esm/funcs/accounting-get-goods-receipt-line-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-goods-receipt-line-items.js +84 -0
- package/esm/funcs/accounting-get-goods-receipt-line-items.js.map +1 -0
- package/esm/funcs/accounting-get-goods-receipt.d.ts +11 -0
- package/esm/funcs/accounting-get-goods-receipt.d.ts.map +1 -0
- package/esm/funcs/accounting-get-goods-receipt.js +83 -0
- package/esm/funcs/accounting-get-goods-receipt.js.map +1 -0
- package/esm/funcs/accounting-get-invoice-document.d.ts +11 -0
- package/esm/funcs/accounting-get-invoice-document.d.ts.map +1 -0
- package/esm/funcs/accounting-get-invoice-document.js +82 -0
- package/esm/funcs/accounting-get-invoice-document.js.map +1 -0
- package/esm/funcs/accounting-get-invoice.d.ts +11 -0
- package/esm/funcs/accounting-get-invoice.d.ts.map +1 -0
- package/esm/funcs/accounting-get-invoice.js +83 -0
- package/esm/funcs/accounting-get-invoice.js.map +1 -0
- package/esm/funcs/accounting-get-invoices.d.ts +11 -0
- package/esm/funcs/accounting-get-invoices.d.ts.map +1 -0
- package/esm/funcs/accounting-get-invoices.js +85 -0
- package/esm/funcs/accounting-get-invoices.js.map +1 -0
- package/esm/funcs/accounting-get-item.d.ts +11 -0
- package/esm/funcs/accounting-get-item.d.ts.map +1 -0
- package/esm/funcs/accounting-get-item.js +83 -0
- package/esm/funcs/accounting-get-item.js.map +1 -0
- package/esm/funcs/accounting-get-items.d.ts +11 -0
- package/esm/funcs/accounting-get-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-items.js +82 -0
- package/esm/funcs/accounting-get-items.js.map +1 -0
- package/esm/funcs/accounting-get-journal-entries.d.ts +11 -0
- package/esm/funcs/accounting-get-journal-entries.d.ts.map +1 -0
- package/esm/funcs/accounting-get-journal-entries.js +82 -0
- package/esm/funcs/accounting-get-journal-entries.js.map +1 -0
- package/esm/funcs/accounting-get-journal-entry.d.ts +11 -0
- package/esm/funcs/accounting-get-journal-entry.d.ts.map +1 -0
- package/esm/funcs/accounting-get-journal-entry.js +84 -0
- package/esm/funcs/accounting-get-journal-entry.js.map +1 -0
- package/esm/funcs/accounting-get-journals.d.ts +11 -0
- package/esm/funcs/accounting-get-journals.d.ts.map +1 -0
- package/esm/funcs/accounting-get-journals.js +80 -0
- package/esm/funcs/accounting-get-journals.js.map +1 -0
- package/esm/funcs/accounting-get-line-item.d.ts +11 -0
- package/esm/funcs/accounting-get-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-get-line-item.js +87 -0
- package/esm/funcs/accounting-get-line-item.js.map +1 -0
- package/esm/funcs/accounting-get-line-items.d.ts +11 -0
- package/esm/funcs/accounting-get-line-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-line-items.js +86 -0
- package/esm/funcs/accounting-get-line-items.js.map +1 -0
- package/esm/funcs/accounting-get-offer-line-item.d.ts +11 -0
- package/esm/funcs/accounting-get-offer-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-get-offer-line-item.js +87 -0
- package/esm/funcs/accounting-get-offer-line-item.js.map +1 -0
- package/esm/funcs/accounting-get-offer-line-items.d.ts +11 -0
- package/esm/funcs/accounting-get-offer-line-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-offer-line-items.js +86 -0
- package/esm/funcs/accounting-get-offer-line-items.js.map +1 -0
- package/esm/funcs/accounting-get-offer.d.ts +11 -0
- package/esm/funcs/accounting-get-offer.d.ts.map +1 -0
- package/esm/funcs/accounting-get-offer.js +83 -0
- package/esm/funcs/accounting-get-offer.js.map +1 -0
- package/esm/funcs/accounting-get-offers.d.ts +11 -0
- package/esm/funcs/accounting-get-offers.d.ts.map +1 -0
- package/esm/funcs/accounting-get-offers.js +81 -0
- package/esm/funcs/accounting-get-offers.js.map +1 -0
- package/esm/funcs/accounting-get-open-items.d.ts +11 -0
- package/esm/funcs/accounting-get-open-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-open-items.js +84 -0
- package/esm/funcs/accounting-get-open-items.js.map +1 -0
- package/esm/funcs/accounting-get-payment-term.d.ts +11 -0
- package/esm/funcs/accounting-get-payment-term.d.ts.map +1 -0
- package/esm/funcs/accounting-get-payment-term.js +83 -0
- package/esm/funcs/accounting-get-payment-term.js.map +1 -0
- package/esm/funcs/accounting-get-payment.d.ts +11 -0
- package/esm/funcs/accounting-get-payment.d.ts.map +1 -0
- package/esm/funcs/accounting-get-payment.js +82 -0
- package/esm/funcs/accounting-get-payment.js.map +1 -0
- package/esm/funcs/accounting-get-payments.d.ts +11 -0
- package/esm/funcs/accounting-get-payments.d.ts.map +1 -0
- package/esm/funcs/accounting-get-payments.js +81 -0
- package/esm/funcs/accounting-get-payments.js.map +1 -0
- package/esm/funcs/accounting-get-profile.d.ts +2 -1
- package/esm/funcs/accounting-get-profile.d.ts.map +1 -1
- package/esm/funcs/accounting-get-profile.js +3 -3
- package/esm/funcs/accounting-get-profile.js.map +1 -1
- package/esm/funcs/accounting-get-project.d.ts +11 -0
- package/esm/funcs/accounting-get-project.d.ts.map +1 -0
- package/esm/funcs/accounting-get-project.js +83 -0
- package/esm/funcs/accounting-get-project.js.map +1 -0
- package/esm/funcs/accounting-get-purchase-order-line-item.d.ts +11 -0
- package/esm/funcs/accounting-get-purchase-order-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-get-purchase-order-line-item.js +87 -0
- package/esm/funcs/accounting-get-purchase-order-line-item.js.map +1 -0
- package/esm/funcs/accounting-get-purchase-order-line-items.d.ts +11 -0
- package/esm/funcs/accounting-get-purchase-order-line-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-purchase-order-line-items.js +84 -0
- package/esm/funcs/accounting-get-purchase-order-line-items.js.map +1 -0
- package/esm/funcs/accounting-get-purchase-order.d.ts +11 -0
- package/esm/funcs/accounting-get-purchase-order.d.ts.map +1 -0
- package/esm/funcs/accounting-get-purchase-order.js +83 -0
- package/esm/funcs/accounting-get-purchase-order.js.map +1 -0
- package/esm/funcs/accounting-get-sales-order-lines.d.ts +11 -0
- package/esm/funcs/accounting-get-sales-order-lines.d.ts.map +1 -0
- package/esm/funcs/accounting-get-sales-order-lines.js +86 -0
- package/esm/funcs/accounting-get-sales-order-lines.js.map +1 -0
- package/esm/funcs/accounting-get-sales-order.d.ts +11 -0
- package/esm/funcs/accounting-get-sales-order.d.ts.map +1 -0
- package/esm/funcs/accounting-get-sales-order.js +83 -0
- package/esm/funcs/accounting-get-sales-order.js.map +1 -0
- package/esm/funcs/accounting-get-sales-orders.d.ts +11 -0
- package/esm/funcs/accounting-get-sales-orders.d.ts.map +1 -0
- package/esm/funcs/accounting-get-sales-orders.js +81 -0
- package/esm/funcs/accounting-get-sales-orders.js.map +1 -0
- package/esm/funcs/accounting-get-supplier.d.ts +11 -0
- package/esm/funcs/accounting-get-supplier.d.ts.map +1 -0
- package/esm/funcs/accounting-get-supplier.js +83 -0
- package/esm/funcs/accounting-get-supplier.js.map +1 -0
- package/esm/funcs/accounting-get-suppliers.d.ts +11 -0
- package/esm/funcs/accounting-get-suppliers.d.ts.map +1 -0
- package/esm/funcs/accounting-get-suppliers.js +83 -0
- package/esm/funcs/accounting-get-suppliers.js.map +1 -0
- package/esm/funcs/accounting-get-tax-rate.d.ts +11 -0
- package/esm/funcs/accounting-get-tax-rate.d.ts.map +1 -0
- package/esm/funcs/accounting-get-tax-rate.js +83 -0
- package/esm/funcs/accounting-get-tax-rate.js.map +1 -0
- package/esm/funcs/accounting-get-tax-rates.d.ts +11 -0
- package/esm/funcs/accounting-get-tax-rates.d.ts.map +1 -0
- package/esm/funcs/accounting-get-tax-rates.js +81 -0
- package/esm/funcs/accounting-get-tax-rates.js.map +1 -0
- package/esm/funcs/accounting-get-trial-balance.d.ts +11 -0
- package/esm/funcs/accounting-get-trial-balance.d.ts.map +1 -0
- package/esm/funcs/accounting-get-trial-balance.js +84 -0
- package/esm/funcs/accounting-get-trial-balance.js.map +1 -0
- package/esm/funcs/accounting-get-units.d.ts +11 -0
- package/esm/funcs/accounting-get-units.d.ts.map +1 -0
- package/esm/funcs/accounting-get-units.js +79 -0
- package/esm/funcs/accounting-get-units.js.map +1 -0
- package/esm/funcs/accounting-get-vendor-credits.d.ts +11 -0
- package/esm/funcs/accounting-get-vendor-credits.d.ts.map +1 -0
- package/esm/funcs/accounting-get-vendor-credits.js +82 -0
- package/esm/funcs/accounting-get-vendor-credits.js.map +1 -0
- package/esm/funcs/accounting-patch-customers.d.ts +11 -0
- package/esm/funcs/accounting-patch-customers.d.ts.map +1 -0
- package/esm/funcs/accounting-patch-customers.js +83 -0
- package/esm/funcs/accounting-patch-customers.js.map +1 -0
- package/esm/funcs/accounting-patch-invoice.d.ts +11 -0
- package/esm/funcs/accounting-patch-invoice.d.ts.map +1 -0
- package/esm/funcs/accounting-patch-invoice.js +83 -0
- package/esm/funcs/accounting-patch-invoice.js.map +1 -0
- package/esm/funcs/accounting-patch-supplier.d.ts +11 -0
- package/esm/funcs/accounting-patch-supplier.d.ts.map +1 -0
- package/esm/funcs/accounting-patch-supplier.js +83 -0
- package/esm/funcs/accounting-patch-supplier.js.map +1 -0
- package/esm/funcs/accounting-post-file.d.ts +11 -0
- package/esm/funcs/accounting-post-file.d.ts.map +1 -0
- package/esm/funcs/accounting-post-file.js +117 -0
- package/esm/funcs/accounting-post-file.js.map +1 -0
- package/esm/funcs/accounting-put-contact.d.ts +11 -0
- package/esm/funcs/accounting-put-contact.d.ts.map +1 -0
- package/esm/funcs/accounting-put-contact.js +83 -0
- package/esm/funcs/accounting-put-contact.js.map +1 -0
- package/esm/funcs/accounting-update-bill-line-item.d.ts +11 -0
- package/esm/funcs/accounting-update-bill-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-update-bill-line-item.js +86 -0
- package/esm/funcs/accounting-update-bill-line-item.js.map +1 -0
- package/esm/funcs/accounting-update-supplier.d.ts +11 -0
- package/esm/funcs/accounting-update-supplier.d.ts.map +1 -0
- package/esm/funcs/accounting-update-supplier.js +82 -0
- package/esm/funcs/accounting-update-supplier.js.map +1 -0
- package/esm/funcs/accounting-update-vendor-credit.d.ts +11 -0
- package/esm/funcs/accounting-update-vendor-credit.d.ts.map +1 -0
- package/esm/funcs/accounting-update-vendor-credit.js +83 -0
- package/esm/funcs/accounting-update-vendor-credit.js.map +1 -0
- package/esm/funcs/accounting-v2-get-dimensions-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-get-dimensions-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-get-dimensions-v2.js +78 -0
- package/esm/funcs/accounting-v2-get-dimensions-v2.js.map +1 -0
- package/esm/funcs/accounting-v2-put-contact-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-put-contact-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-put-contact-v2.js +83 -0
- package/esm/funcs/accounting-v2-put-contact-v2.js.map +1 -0
- package/esm/funcs/auth-api-key-confirmation.d.ts +2 -1
- package/esm/funcs/auth-api-key-confirmation.d.ts.map +1 -1
- package/esm/funcs/auth-api-key-confirmation.js +3 -3
- package/esm/funcs/auth-api-key-confirmation.js.map +1 -1
- package/esm/funcs/auth-callback.d.ts +1 -1
- package/esm/funcs/auth-callback.d.ts.map +1 -1
- package/esm/funcs/auth-callback.js +2 -2
- package/esm/funcs/auth-callback.js.map +1 -1
- package/esm/funcs/auth-cancel.d.ts +2 -1
- package/esm/funcs/auth-cancel.d.ts.map +1 -1
- package/esm/funcs/auth-cancel.js +3 -3
- package/esm/funcs/auth-cancel.js.map +1 -1
- package/esm/funcs/auth-create-end-user-account.d.ts +1 -1
- package/esm/funcs/auth-create-end-user-account.d.ts.map +1 -1
- package/esm/funcs/auth-create-end-user-account.js +2 -2
- package/esm/funcs/auth-create-end-user-account.js.map +1 -1
- package/esm/funcs/auth-get-environment-page.d.ts +1 -1
- package/esm/funcs/auth-get-environment-page.d.ts.map +1 -1
- package/esm/funcs/auth-get-environment-page.js +2 -2
- package/esm/funcs/auth-get-environment-page.js.map +1 -1
- package/esm/funcs/auth-get-submit-page.d.ts +1 -1
- package/esm/funcs/auth-get-submit-page.d.ts.map +1 -1
- package/esm/funcs/auth-get-submit-page.js +2 -2
- package/esm/funcs/auth-get-submit-page.js.map +1 -1
- package/esm/funcs/auth-long-token.d.ts +1 -1
- package/esm/funcs/auth-long-token.d.ts.map +1 -1
- package/esm/funcs/auth-long-token.js +7 -6
- package/esm/funcs/auth-long-token.js.map +1 -1
- package/esm/funcs/auth-set-end-user-selections.d.ts +1 -1
- package/esm/funcs/auth-set-end-user-selections.d.ts.map +1 -1
- package/esm/funcs/auth-set-end-user-selections.js +2 -2
- package/esm/funcs/auth-set-end-user-selections.js.map +1 -1
- package/esm/funcs/auth-system-login-url.d.ts +1 -1
- package/esm/funcs/auth-system-login-url.d.ts.map +1 -1
- package/esm/funcs/auth-system-login-url.js +3 -2
- package/esm/funcs/auth-system-login-url.js.map +1 -1
- package/esm/funcs/auth-test.d.ts +1 -1
- package/esm/funcs/auth-test.d.ts.map +1 -1
- package/esm/funcs/auth-test.js +2 -2
- package/esm/funcs/auth-test.js.map +1 -1
- package/esm/funcs/events-get-code.d.ts +1 -1
- package/esm/funcs/events-get-code.d.ts.map +1 -1
- package/esm/funcs/events-get-code.js +2 -2
- package/esm/funcs/events-get-code.js.map +1 -1
- package/esm/funcs/events-handle-callback.d.ts +1 -1
- package/esm/funcs/events-handle-callback.d.ts.map +1 -1
- package/esm/funcs/events-handle-callback.js +2 -2
- package/esm/funcs/events-handle-callback.js.map +1 -1
- package/esm/funcs/events-handle-configuration-callback.d.ts +1 -1
- package/esm/funcs/events-handle-configuration-callback.d.ts.map +1 -1
- package/esm/funcs/events-handle-configuration-callback.js +2 -2
- package/esm/funcs/events-handle-configuration-callback.js.map +1 -1
- package/esm/funcs/health-check.d.ts +2 -1
- package/esm/funcs/health-check.d.ts.map +1 -1
- package/esm/funcs/health-check.js +3 -3
- package/esm/funcs/health-check.js.map +1 -1
- package/esm/funcs/health-details.d.ts +2 -1
- package/esm/funcs/health-details.d.ts.map +1 -1
- package/esm/funcs/health-details.js +2 -2
- package/esm/funcs/health-details.js.map +1 -1
- package/esm/funcs/tenants-add-callback-url.d.ts +1 -1
- package/esm/funcs/tenants-add-callback-url.d.ts.map +1 -1
- package/esm/funcs/tenants-add-callback-url.js +3 -2
- package/esm/funcs/tenants-add-callback-url.js.map +1 -1
- package/esm/funcs/tenants-count-end-users-by-system.d.ts +2 -1
- package/esm/funcs/tenants-count-end-users-by-system.d.ts.map +1 -1
- package/esm/funcs/tenants-count-end-users-by-system.js +3 -3
- package/esm/funcs/tenants-count-end-users-by-system.js.map +1 -1
- package/esm/funcs/tenants-delete-end-user.d.ts +2 -1
- package/esm/funcs/tenants-delete-end-user.d.ts.map +1 -1
- package/esm/funcs/tenants-delete-end-user.js +3 -3
- package/esm/funcs/tenants-delete-end-user.js.map +1 -1
- package/esm/funcs/tenants-delete-registered-system.d.ts +1 -1
- package/esm/funcs/tenants-delete-registered-system.d.ts.map +1 -1
- package/esm/funcs/tenants-delete-registered-system.js +3 -2
- package/esm/funcs/tenants-delete-registered-system.js.map +1 -1
- package/esm/funcs/tenants-get-all-active-end-users.d.ts +2 -1
- package/esm/funcs/tenants-get-all-active-end-users.d.ts.map +1 -1
- package/esm/funcs/tenants-get-all-active-end-users.js +3 -3
- package/esm/funcs/tenants-get-all-active-end-users.js.map +1 -1
- package/esm/funcs/tenants-get-callback-url.d.ts +2 -1
- package/esm/funcs/tenants-get-callback-url.d.ts.map +1 -1
- package/esm/funcs/tenants-get-callback-url.js +3 -3
- package/esm/funcs/tenants-get-callback-url.js.map +1 -1
- package/esm/funcs/tenants-get-end-user-list.d.ts +2 -1
- package/esm/funcs/tenants-get-end-user-list.d.ts.map +1 -1
- package/esm/funcs/tenants-get-end-user-list.js +3 -3
- package/esm/funcs/tenants-get-end-user-list.js.map +1 -1
- package/esm/funcs/tenants-get-registered-systems-masked.d.ts +2 -1
- package/esm/funcs/tenants-get-registered-systems-masked.d.ts.map +1 -1
- package/esm/funcs/tenants-get-registered-systems-masked.js +3 -3
- package/esm/funcs/tenants-get-registered-systems-masked.js.map +1 -1
- package/esm/funcs/tenants-get-registered-systems.d.ts +2 -1
- package/esm/funcs/tenants-get-registered-systems.d.ts.map +1 -1
- package/esm/funcs/tenants-get-registered-systems.js +3 -3
- package/esm/funcs/tenants-get-registered-systems.js.map +1 -1
- package/esm/funcs/tenants-get-submission-page-style-by-key.d.ts +2 -1
- package/esm/funcs/tenants-get-submission-page-style-by-key.d.ts.map +1 -1
- package/esm/funcs/tenants-get-submission-page-style-by-key.js +3 -3
- package/esm/funcs/tenants-get-submission-page-style-by-key.js.map +1 -1
- package/esm/funcs/tenants-get-submission-page-style.d.ts +1 -1
- package/esm/funcs/tenants-get-submission-page-style.d.ts.map +1 -1
- package/esm/funcs/tenants-get-submission-page-style.js +2 -2
- package/esm/funcs/tenants-get-submission-page-style.js.map +1 -1
- package/esm/funcs/tenants-get-target-system-requirements.d.ts +2 -1
- package/esm/funcs/tenants-get-target-system-requirements.d.ts.map +1 -1
- package/esm/funcs/tenants-get-target-system-requirements.js +3 -3
- package/esm/funcs/tenants-get-target-system-requirements.js.map +1 -1
- package/esm/funcs/tenants-get-target-system-values.d.ts +2 -1
- package/esm/funcs/tenants-get-target-system-values.d.ts.map +1 -1
- package/esm/funcs/tenants-get-target-system-values.js +3 -3
- package/esm/funcs/tenants-get-target-system-values.js.map +1 -1
- package/esm/funcs/tenants-system-registration.d.ts +1 -1
- package/esm/funcs/tenants-system-registration.d.ts.map +1 -1
- package/esm/funcs/tenants-system-registration.js +3 -2
- package/esm/funcs/tenants-system-registration.js.map +1 -1
- package/esm/funcs/tenants-update-submission-page-style.d.ts +2 -1
- package/esm/funcs/tenants-update-submission-page-style.d.ts.map +1 -1
- package/esm/funcs/tenants-update-submission-page-style.js +3 -2
- package/esm/funcs/tenants-update-submission-page-style.js.map +1 -1
- package/esm/funcs/user-get-user-info.d.ts +11 -0
- package/esm/funcs/user-get-user-info.d.ts.map +1 -0
- package/esm/funcs/user-get-user-info.js +61 -0
- package/esm/funcs/user-get-user-info.js.map +1 -0
- package/esm/funcs/vendor-credits-delete.d.ts +1 -1
- package/esm/funcs/vendor-credits-delete.d.ts.map +1 -1
- package/esm/funcs/vendor-credits-delete.js +2 -2
- package/esm/funcs/vendor-credits-delete.js.map +1 -1
- package/esm/funcs/webhooks-create-web-hook-tenant.d.ts +2 -1
- package/esm/funcs/webhooks-create-web-hook-tenant.d.ts.map +1 -1
- package/esm/funcs/webhooks-create-web-hook-tenant.js +3 -2
- package/esm/funcs/webhooks-create-web-hook-tenant.js.map +1 -1
- package/esm/funcs/webhooks-create-webhook-config.d.ts +2 -1
- package/esm/funcs/webhooks-create-webhook-config.d.ts.map +1 -1
- package/esm/funcs/webhooks-create-webhook-config.js +3 -2
- package/esm/funcs/webhooks-create-webhook-config.js.map +1 -1
- package/esm/funcs/webhooks-create-webhook-end-user.d.ts +1 -1
- package/esm/funcs/webhooks-create-webhook-end-user.d.ts.map +1 -1
- package/esm/funcs/webhooks-create-webhook-end-user.js +2 -2
- package/esm/funcs/webhooks-create-webhook-end-user.js.map +1 -1
- package/esm/funcs/webhooks-create-webhook.d.ts +1 -1
- package/esm/funcs/webhooks-create-webhook.d.ts.map +1 -1
- package/esm/funcs/webhooks-create-webhook.js +2 -2
- package/esm/funcs/webhooks-create-webhook.js.map +1 -1
- package/esm/funcs/webhooks-delete-webhook-end-user.d.ts +1 -1
- package/esm/funcs/webhooks-delete-webhook-end-user.d.ts.map +1 -1
- package/esm/funcs/webhooks-delete-webhook-end-user.js +2 -2
- package/esm/funcs/webhooks-delete-webhook-end-user.js.map +1 -1
- package/esm/funcs/webhooks-delete-webhook-tenant.d.ts +1 -1
- package/esm/funcs/webhooks-delete-webhook-tenant.d.ts.map +1 -1
- package/esm/funcs/webhooks-delete-webhook-tenant.js +3 -2
- package/esm/funcs/webhooks-delete-webhook-tenant.js.map +1 -1
- package/esm/funcs/webhooks-delete-webhook.d.ts +1 -1
- package/esm/funcs/webhooks-delete-webhook.d.ts.map +1 -1
- package/esm/funcs/webhooks-delete-webhook.js +2 -2
- package/esm/funcs/webhooks-delete-webhook.js.map +1 -1
- package/esm/funcs/webhooks-get-webhooks.d.ts +1 -1
- package/esm/funcs/webhooks-get-webhooks.d.ts.map +1 -1
- package/esm/funcs/webhooks-get-webhooks.js +2 -2
- package/esm/funcs/webhooks-get-webhooks.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/security.d.ts +1 -1
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js +24 -13
- package/esm/lib/security.js.map +1 -1
- package/esm/models/base-response-dto.d.ts +41 -0
- package/esm/models/base-response-dto.d.ts.map +1 -0
- package/esm/models/base-response-dto.js +51 -0
- package/esm/models/base-response-dto.js.map +1 -0
- package/esm/models/company-response-dto.d.ts +2 -10
- package/esm/models/company-response-dto.d.ts.map +1 -1
- package/esm/models/company-response-dto.js +2 -11
- package/esm/models/company-response-dto.js.map +1 -1
- package/esm/models/index.d.ts +3 -0
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +3 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/operations/api-key-confirmation.d.ts +13 -0
- package/esm/models/operations/api-key-confirmation.d.ts.map +1 -0
- package/esm/models/operations/api-key-confirmation.js +14 -0
- package/esm/models/operations/api-key-confirmation.js.map +1 -0
- package/esm/models/operations/callback.d.ts +25 -2
- package/esm/models/operations/callback.d.ts.map +1 -1
- package/esm/models/operations/callback.js +10 -1
- package/esm/models/operations/callback.js.map +1 -1
- package/esm/models/operations/cancel.d.ts +13 -0
- package/esm/models/operations/cancel.d.ts.map +1 -0
- package/esm/models/operations/cancel.js +14 -0
- package/esm/models/operations/cancel.js.map +1 -0
- package/esm/models/operations/check.d.ts +11 -0
- package/esm/models/operations/check.d.ts.map +1 -0
- package/esm/models/operations/check.js +11 -0
- package/esm/models/operations/check.js.map +1 -0
- package/esm/models/operations/create-account.d.ts +9 -0
- package/esm/models/operations/create-account.d.ts.map +1 -1
- package/esm/models/operations/create-account.js.map +1 -1
- package/esm/models/operations/create-bank-account.d.ts +9 -0
- package/esm/models/operations/create-bank-account.d.ts.map +1 -1
- package/esm/models/operations/create-bank-account.js.map +1 -1
- package/esm/models/operations/create-bill-line-item.d.ts +6 -0
- package/esm/models/operations/create-bill-line-item.d.ts.map +1 -1
- package/esm/models/operations/create-bill-line-item.js.map +1 -1
- package/esm/models/operations/create-bill.d.ts +9 -0
- package/esm/models/operations/create-bill.d.ts.map +1 -1
- package/esm/models/operations/create-bill.js.map +1 -1
- package/esm/models/operations/create-booking-proposal-v2.d.ts +6 -0
- package/esm/models/operations/create-booking-proposal-v2.d.ts.map +1 -1
- package/esm/models/operations/create-booking-proposal-v2.js.map +1 -1
- package/esm/models/operations/create-booking-proposal.d.ts +6 -0
- package/esm/models/operations/create-booking-proposal.d.ts.map +1 -1
- package/esm/models/operations/create-booking-proposal.js.map +1 -1
- package/esm/models/operations/create-bookings.d.ts +6 -0
- package/esm/models/operations/create-bookings.d.ts.map +1 -1
- package/esm/models/operations/create-bookings.js.map +1 -1
- package/esm/models/operations/create-contact-v2.d.ts +9 -0
- package/esm/models/operations/create-contact-v2.d.ts.map +1 -1
- package/esm/models/operations/create-contact-v2.js.map +1 -1
- package/esm/models/operations/create-contact.d.ts +9 -0
- package/esm/models/operations/create-contact.d.ts.map +1 -1
- package/esm/models/operations/create-contact.js.map +1 -1
- package/esm/models/operations/create-contacts-v1.d.ts +6 -0
- package/esm/models/operations/create-contacts-v1.d.ts.map +1 -1
- package/esm/models/operations/create-contacts-v1.js.map +1 -1
- package/esm/models/operations/create-contacts.d.ts +6 -0
- package/esm/models/operations/create-contacts.d.ts.map +1 -1
- package/esm/models/operations/create-contacts.js.map +1 -1
- package/esm/models/operations/create-customer.d.ts +9 -0
- package/esm/models/operations/create-customer.d.ts.map +1 -1
- package/esm/models/operations/create-customer.js.map +1 -1
- package/esm/models/operations/create-end-user-account.d.ts +11 -0
- package/esm/models/operations/create-end-user-account.d.ts.map +1 -1
- package/esm/models/operations/create-end-user-account.js +9 -0
- package/esm/models/operations/create-end-user-account.js.map +1 -1
- package/esm/models/operations/create-event-subscriptions.d.ts +3 -0
- package/esm/models/operations/create-event-subscriptions.d.ts.map +1 -1
- package/esm/models/operations/create-event-subscriptions.js.map +1 -1
- package/esm/models/operations/create-expense.d.ts +9 -0
- package/esm/models/operations/create-expense.d.ts.map +1 -1
- package/esm/models/operations/create-expense.js.map +1 -1
- package/esm/models/operations/create-invoice.d.ts +9 -0
- package/esm/models/operations/create-invoice.d.ts.map +1 -1
- package/esm/models/operations/create-invoice.js.map +1 -1
- package/esm/models/operations/create-item.d.ts +9 -0
- package/esm/models/operations/create-item.d.ts.map +1 -1
- package/esm/models/operations/create-item.js.map +1 -1
- package/esm/models/operations/create-journal-entries.d.ts +6 -0
- package/esm/models/operations/create-journal-entries.d.ts.map +1 -1
- package/esm/models/operations/create-journal-entries.js.map +1 -1
- package/esm/models/operations/create-journal-entry-attachments.d.ts +3 -0
- package/esm/models/operations/create-journal-entry-attachments.d.ts.map +1 -1
- package/esm/models/operations/create-journal-entry-attachments.js.map +1 -1
- package/esm/models/operations/create-journal-entry.d.ts +9 -0
- package/esm/models/operations/create-journal-entry.d.ts.map +1 -1
- package/esm/models/operations/create-journal-entry.js.map +1 -1
- package/esm/models/operations/create-line-item.d.ts +9 -0
- package/esm/models/operations/create-line-item.d.ts.map +1 -1
- package/esm/models/operations/create-line-item.js.map +1 -1
- package/esm/models/operations/create-offer.d.ts +9 -0
- package/esm/models/operations/create-offer.d.ts.map +1 -1
- package/esm/models/operations/create-offer.js.map +1 -1
- package/esm/models/operations/create-pass-through-request.d.ts +9 -0
- package/esm/models/operations/create-pass-through-request.d.ts.map +1 -1
- package/esm/models/operations/create-pass-through-request.js.map +1 -1
- package/esm/models/operations/create-payment-term.d.ts +6 -0
- package/esm/models/operations/create-payment-term.d.ts.map +1 -1
- package/esm/models/operations/create-payment-term.js.map +1 -1
- package/esm/models/operations/create-payment.d.ts +6 -0
- package/esm/models/operations/create-payment.d.ts.map +1 -1
- package/esm/models/operations/create-payment.js.map +1 -1
- package/esm/models/operations/create-project.d.ts +9 -0
- package/esm/models/operations/create-project.d.ts.map +1 -1
- package/esm/models/operations/create-project.js.map +1 -1
- package/esm/models/operations/create-sales-order.d.ts +9 -0
- package/esm/models/operations/create-sales-order.d.ts.map +1 -1
- package/esm/models/operations/create-sales-order.js.map +1 -1
- package/esm/models/operations/create-supplier.d.ts +9 -0
- package/esm/models/operations/create-supplier.d.ts.map +1 -1
- package/esm/models/operations/create-supplier.js.map +1 -1
- package/esm/models/operations/create-transaction.d.ts +6 -0
- package/esm/models/operations/create-transaction.d.ts.map +1 -1
- package/esm/models/operations/create-transaction.js.map +1 -1
- package/esm/models/operations/create-vendor-credit.d.ts +9 -0
- package/esm/models/operations/create-vendor-credit.d.ts.map +1 -1
- package/esm/models/operations/create-vendor-credit.js.map +1 -1
- package/esm/models/operations/create-web-hook-tenant.d.ts +41 -0
- package/esm/models/operations/create-web-hook-tenant.d.ts.map +1 -0
- package/esm/models/operations/create-web-hook-tenant.js +46 -0
- package/esm/models/operations/create-web-hook-tenant.js.map +1 -0
- package/esm/models/operations/create-webhook-config.d.ts +41 -0
- package/esm/models/operations/create-webhook-config.d.ts.map +1 -0
- package/esm/models/operations/create-webhook-config.js +46 -0
- package/esm/models/operations/create-webhook-config.js.map +1 -0
- package/esm/models/operations/create-webhook-end-user.d.ts +44 -0
- package/esm/models/operations/create-webhook-end-user.d.ts.map +1 -1
- package/esm/models/operations/create-webhook-end-user.js +40 -0
- package/esm/models/operations/create-webhook-end-user.js.map +1 -1
- package/esm/models/operations/create-webhook.d.ts +44 -0
- package/esm/models/operations/create-webhook.d.ts.map +1 -1
- package/esm/models/operations/create-webhook.js +40 -0
- package/esm/models/operations/create-webhook.js.map +1 -1
- package/esm/models/operations/delete-bill.d.ts +44 -0
- package/esm/models/operations/delete-bill.d.ts.map +1 -1
- package/esm/models/operations/delete-bill.js +40 -0
- package/esm/models/operations/delete-bill.js.map +1 -1
- package/esm/models/operations/delete-end-user.d.ts +13 -0
- package/esm/models/operations/delete-end-user.d.ts.map +1 -0
- package/esm/models/operations/delete-end-user.js +14 -0
- package/esm/models/operations/delete-end-user.js.map +1 -0
- package/esm/models/operations/delete-event-subscriptions.d.ts +3 -0
- package/esm/models/operations/delete-event-subscriptions.d.ts.map +1 -1
- package/esm/models/operations/delete-event-subscriptions.js.map +1 -1
- package/esm/models/operations/delete-payment.d.ts +41 -0
- package/esm/models/operations/delete-payment.d.ts.map +1 -1
- package/esm/models/operations/delete-payment.js +40 -0
- package/esm/models/operations/delete-payment.js.map +1 -1
- package/esm/models/operations/delete-vendor-credit.d.ts +44 -0
- package/esm/models/operations/delete-vendor-credit.d.ts.map +1 -1
- package/esm/models/operations/delete-vendor-credit.js +40 -0
- package/esm/models/operations/delete-vendor-credit.js.map +1 -1
- package/esm/models/operations/delete-webhook-end-user.d.ts +15 -0
- package/esm/models/operations/delete-webhook-end-user.d.ts.map +1 -1
- package/esm/models/operations/delete-webhook-end-user.js +6 -0
- package/esm/models/operations/delete-webhook-end-user.js.map +1 -1
- package/esm/models/operations/delete-webhook.d.ts +15 -0
- package/esm/models/operations/delete-webhook.d.ts.map +1 -1
- package/esm/models/operations/delete-webhook.js +6 -0
- package/esm/models/operations/delete-webhook.js.map +1 -1
- package/esm/models/operations/details.d.ts +7 -0
- package/esm/models/operations/details.d.ts.map +1 -1
- package/esm/models/operations/details.js +5 -0
- package/esm/models/operations/details.js.map +1 -1
- package/esm/models/operations/get-account.d.ts +12 -0
- package/esm/models/operations/get-account.d.ts.map +1 -1
- package/esm/models/operations/get-account.js.map +1 -1
- package/esm/models/operations/get-accounts.d.ts +39 -0
- package/esm/models/operations/get-accounts.d.ts.map +1 -1
- package/esm/models/operations/get-accounts.js +3 -0
- package/esm/models/operations/get-accounts.js.map +1 -1
- package/esm/models/operations/get-all-active-end-users.d.ts +11 -0
- package/esm/models/operations/get-all-active-end-users.d.ts.map +1 -0
- package/esm/models/operations/get-all-active-end-users.js +11 -0
- package/esm/models/operations/get-all-active-end-users.js.map +1 -0
- package/esm/models/operations/get-async-task-info.d.ts +6 -0
- package/esm/models/operations/get-async-task-info.d.ts.map +1 -1
- package/esm/models/operations/get-async-task-info.js.map +1 -1
- package/esm/models/operations/get-bank-account.d.ts +12 -0
- package/esm/models/operations/get-bank-account.d.ts.map +1 -1
- package/esm/models/operations/get-bank-account.js.map +1 -1
- package/esm/models/operations/get-bank-accounts.d.ts +15 -0
- package/esm/models/operations/get-bank-accounts.d.ts.map +1 -1
- package/esm/models/operations/get-bank-accounts.js.map +1 -1
- package/esm/models/operations/get-bill-document.d.ts +3 -0
- package/esm/models/operations/get-bill-document.d.ts.map +1 -1
- package/esm/models/operations/get-bill-document.js.map +1 -1
- package/esm/models/operations/get-bill-line-items.d.ts +9 -0
- package/esm/models/operations/get-bill-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-bill-line-items.js.map +1 -1
- package/esm/models/operations/get-bill.d.ts +12 -0
- package/esm/models/operations/get-bill.d.ts.map +1 -1
- package/esm/models/operations/get-bill.js.map +1 -1
- package/esm/models/operations/get-bills.d.ts +51 -0
- package/esm/models/operations/get-bills.d.ts.map +1 -1
- package/esm/models/operations/get-bills.js +12 -0
- package/esm/models/operations/get-bills.js.map +1 -1
- package/esm/models/operations/get-booking-proposal-document.d.ts +3 -0
- package/esm/models/operations/get-booking-proposal-document.d.ts.map +1 -1
- package/esm/models/operations/get-booking-proposal-document.js.map +1 -1
- package/esm/models/operations/get-booking-proposal.d.ts +12 -0
- package/esm/models/operations/get-booking-proposal.d.ts.map +1 -1
- package/esm/models/operations/get-booking-proposal.js.map +1 -1
- package/esm/models/operations/get-booking-proposals.d.ts +51 -0
- package/esm/models/operations/get-booking-proposals.d.ts.map +1 -1
- package/esm/models/operations/get-booking-proposals.js +12 -0
- package/esm/models/operations/get-booking-proposals.js.map +1 -1
- package/esm/models/operations/get-code.d.ts +9 -0
- package/esm/models/operations/get-code.d.ts.map +1 -1
- package/esm/models/operations/get-code.js +6 -0
- package/esm/models/operations/get-code.js.map +1 -1
- package/esm/models/operations/get-companies-flow.d.ts +6 -0
- package/esm/models/operations/get-companies-flow.d.ts.map +1 -1
- package/esm/models/operations/get-companies-flow.js.map +1 -1
- package/esm/models/operations/get-companies.d.ts +6 -0
- package/esm/models/operations/get-companies.d.ts.map +1 -1
- package/esm/models/operations/get-companies.js.map +1 -1
- package/esm/models/operations/get-contact-v2.d.ts +12 -0
- package/esm/models/operations/get-contact-v2.d.ts.map +1 -1
- package/esm/models/operations/get-contact-v2.js.map +1 -1
- package/esm/models/operations/get-contact.d.ts +12 -0
- package/esm/models/operations/get-contact.d.ts.map +1 -1
- package/esm/models/operations/get-contact.js.map +1 -1
- package/esm/models/operations/get-contacts-v2.d.ts +15 -0
- package/esm/models/operations/get-contacts-v2.d.ts.map +1 -1
- package/esm/models/operations/get-contacts-v2.js.map +1 -1
- package/esm/models/operations/get-contacts.d.ts +15 -0
- package/esm/models/operations/get-contacts.d.ts.map +1 -1
- package/esm/models/operations/get-contacts.js.map +1 -1
- package/esm/models/operations/get-credit-note.d.ts +12 -0
- package/esm/models/operations/get-credit-note.d.ts.map +1 -1
- package/esm/models/operations/get-credit-note.js.map +1 -1
- package/esm/models/operations/get-credit-notes.d.ts +15 -0
- package/esm/models/operations/get-credit-notes.d.ts.map +1 -1
- package/esm/models/operations/get-credit-notes.js.map +1 -1
- package/esm/models/operations/get-customer.d.ts +12 -0
- package/esm/models/operations/get-customer.d.ts.map +1 -1
- package/esm/models/operations/get-customer.js.map +1 -1
- package/esm/models/operations/get-customers.d.ts +24 -0
- package/esm/models/operations/get-customers.d.ts.map +1 -1
- package/esm/models/operations/get-customers.js.map +1 -1
- package/esm/models/operations/get-dimensions-by-dimension.d.ts +15 -0
- package/esm/models/operations/get-dimensions-by-dimension.d.ts.map +1 -1
- package/esm/models/operations/get-dimensions-by-dimension.js.map +1 -1
- package/esm/models/operations/get-dimensions-v2.d.ts +15 -0
- package/esm/models/operations/get-dimensions-v2.d.ts.map +1 -1
- package/esm/models/operations/get-dimensions-v2.js.map +1 -1
- package/esm/models/operations/get-dimensions.d.ts +15 -0
- package/esm/models/operations/get-dimensions.d.ts.map +1 -1
- package/esm/models/operations/get-dimensions.js.map +1 -1
- package/esm/models/operations/get-document-extensions.d.ts +6 -0
- package/esm/models/operations/get-document-extensions.d.ts.map +1 -1
- package/esm/models/operations/get-document-extensions.js.map +1 -1
- package/esm/models/operations/get-document-types.d.ts +6 -0
- package/esm/models/operations/get-document-types.d.ts.map +1 -1
- package/esm/models/operations/get-document-types.js.map +1 -1
- package/esm/models/operations/get-environment-page.d.ts +15 -0
- package/esm/models/operations/get-environment-page.d.ts.map +1 -1
- package/esm/models/operations/get-environment-page.js +6 -0
- package/esm/models/operations/get-environment-page.js.map +1 -1
- package/esm/models/operations/get-environments.d.ts +3 -0
- package/esm/models/operations/get-environments.d.ts.map +1 -1
- package/esm/models/operations/get-environments.js.map +1 -1
- package/esm/models/operations/get-expense.d.ts +12 -0
- package/esm/models/operations/get-expense.d.ts.map +1 -1
- package/esm/models/operations/get-expense.js.map +1 -1
- package/esm/models/operations/get-expenses.d.ts +12 -0
- package/esm/models/operations/get-expenses.d.ts.map +1 -1
- package/esm/models/operations/get-expenses.js.map +1 -1
- package/esm/models/operations/get-fiscal-year.d.ts +12 -0
- package/esm/models/operations/get-fiscal-year.d.ts.map +1 -1
- package/esm/models/operations/get-fiscal-year.js.map +1 -1
- package/esm/models/operations/get-fiscal-years.d.ts +12 -0
- package/esm/models/operations/get-fiscal-years.d.ts.map +1 -1
- package/esm/models/operations/get-fiscal-years.js.map +1 -1
- package/esm/models/operations/get-goods-receipt-line-item.d.ts +12 -0
- package/esm/models/operations/get-goods-receipt-line-item.d.ts.map +1 -1
- package/esm/models/operations/get-goods-receipt-line-item.js.map +1 -1
- package/esm/models/operations/get-goods-receipt-line-items.d.ts +15 -0
- package/esm/models/operations/get-goods-receipt-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-goods-receipt-line-items.js.map +1 -1
- package/esm/models/operations/get-goods-receipt.d.ts +12 -0
- package/esm/models/operations/get-goods-receipt.d.ts.map +1 -1
- package/esm/models/operations/get-goods-receipt.js.map +1 -1
- package/esm/models/operations/get-goods-receipts.d.ts +15 -0
- package/esm/models/operations/get-goods-receipts.d.ts.map +1 -1
- package/esm/models/operations/get-goods-receipts.js.map +1 -1
- package/esm/models/operations/get-invoice-document.d.ts +9 -0
- package/esm/models/operations/get-invoice-document.d.ts.map +1 -1
- package/esm/models/operations/get-invoice-document.js.map +1 -1
- package/esm/models/operations/get-invoice.d.ts +12 -0
- package/esm/models/operations/get-invoice.d.ts.map +1 -1
- package/esm/models/operations/get-invoice.js.map +1 -1
- package/esm/models/operations/get-invoices.d.ts +54 -0
- package/esm/models/operations/get-invoices.d.ts.map +1 -1
- package/esm/models/operations/get-invoices.js +12 -0
- package/esm/models/operations/get-invoices.js.map +1 -1
- package/esm/models/operations/get-item.d.ts +12 -0
- package/esm/models/operations/get-item.d.ts.map +1 -1
- package/esm/models/operations/get-item.js.map +1 -1
- package/esm/models/operations/get-items.d.ts +21 -0
- package/esm/models/operations/get-items.d.ts.map +1 -1
- package/esm/models/operations/get-items.js.map +1 -1
- package/esm/models/operations/get-journal-entries.d.ts +21 -0
- package/esm/models/operations/get-journal-entries.d.ts.map +1 -1
- package/esm/models/operations/get-journal-entries.js.map +1 -1
- package/esm/models/operations/get-journal-entry-attachment-by-id.d.ts +9 -0
- package/esm/models/operations/get-journal-entry-attachment-by-id.d.ts.map +1 -1
- package/esm/models/operations/get-journal-entry-attachment-by-id.js.map +1 -1
- package/esm/models/operations/get-journal-entry-attachments.d.ts +9 -0
- package/esm/models/operations/get-journal-entry-attachments.d.ts.map +1 -1
- package/esm/models/operations/get-journal-entry-attachments.js.map +1 -1
- package/esm/models/operations/get-journal-entry.d.ts +15 -0
- package/esm/models/operations/get-journal-entry.d.ts.map +1 -1
- package/esm/models/operations/get-journal-entry.js.map +1 -1
- package/esm/models/operations/get-journals.d.ts +15 -0
- package/esm/models/operations/get-journals.d.ts.map +1 -1
- package/esm/models/operations/get-journals.js.map +1 -1
- package/esm/models/operations/get-line-item.d.ts +12 -0
- package/esm/models/operations/get-line-item.d.ts.map +1 -1
- package/esm/models/operations/get-line-item.js.map +1 -1
- package/esm/models/operations/get-line-items.d.ts +15 -0
- package/esm/models/operations/get-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-line-items.js.map +1 -1
- package/esm/models/operations/get-offer-document.d.ts +9 -0
- package/esm/models/operations/get-offer-document.d.ts.map +1 -1
- package/esm/models/operations/get-offer-document.js.map +1 -1
- package/esm/models/operations/get-offer-line-item.d.ts +12 -0
- package/esm/models/operations/get-offer-line-item.d.ts.map +1 -1
- package/esm/models/operations/get-offer-line-item.js.map +1 -1
- package/esm/models/operations/get-offer-line-items.d.ts +15 -0
- package/esm/models/operations/get-offer-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-offer-line-items.js.map +1 -1
- package/esm/models/operations/get-offer.d.ts +12 -0
- package/esm/models/operations/get-offer.d.ts.map +1 -1
- package/esm/models/operations/get-offer.js.map +1 -1
- package/esm/models/operations/get-offers.d.ts +24 -0
- package/esm/models/operations/get-offers.d.ts.map +1 -1
- package/esm/models/operations/get-offers.js +3 -0
- package/esm/models/operations/get-offers.js.map +1 -1
- package/esm/models/operations/get-open-items.d.ts +27 -0
- package/esm/models/operations/get-open-items.d.ts.map +1 -1
- package/esm/models/operations/get-open-items.js.map +1 -1
- package/esm/models/operations/get-payment-term.d.ts +12 -0
- package/esm/models/operations/get-payment-term.d.ts.map +1 -1
- package/esm/models/operations/get-payment-term.js.map +1 -1
- package/esm/models/operations/get-payment-terms.d.ts +21 -0
- package/esm/models/operations/get-payment-terms.d.ts.map +1 -1
- package/esm/models/operations/get-payment-terms.js.map +1 -1
- package/esm/models/operations/get-payment.d.ts +9 -0
- package/esm/models/operations/get-payment.d.ts.map +1 -1
- package/esm/models/operations/get-payment.js.map +1 -1
- package/esm/models/operations/get-payments.d.ts +18 -0
- package/esm/models/operations/get-payments.d.ts.map +1 -1
- package/esm/models/operations/get-payments.js.map +1 -1
- package/esm/models/operations/get-project.d.ts +12 -0
- package/esm/models/operations/get-project.d.ts.map +1 -1
- package/esm/models/operations/get-project.js.map +1 -1
- package/esm/models/operations/get-projects.d.ts +15 -0
- package/esm/models/operations/get-projects.d.ts.map +1 -1
- package/esm/models/operations/get-projects.js.map +1 -1
- package/esm/models/operations/get-purchase-order-line-item.d.ts +12 -0
- package/esm/models/operations/get-purchase-order-line-item.d.ts.map +1 -1
- package/esm/models/operations/get-purchase-order-line-item.js.map +1 -1
- package/esm/models/operations/get-purchase-order-line-items.d.ts +15 -0
- package/esm/models/operations/get-purchase-order-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-purchase-order-line-items.js.map +1 -1
- package/esm/models/operations/get-purchase-order.d.ts +12 -0
- package/esm/models/operations/get-purchase-order.d.ts.map +1 -1
- package/esm/models/operations/get-purchase-order.js.map +1 -1
- package/esm/models/operations/get-purchase-orders.d.ts +15 -0
- package/esm/models/operations/get-purchase-orders.d.ts.map +1 -1
- package/esm/models/operations/get-purchase-orders.js.map +1 -1
- package/esm/models/operations/get-sales-order-lines.d.ts +15 -0
- package/esm/models/operations/get-sales-order-lines.d.ts.map +1 -1
- package/esm/models/operations/get-sales-order-lines.js.map +1 -1
- package/esm/models/operations/get-sales-order.d.ts +12 -0
- package/esm/models/operations/get-sales-order.d.ts.map +1 -1
- package/esm/models/operations/get-sales-order.js.map +1 -1
- package/esm/models/operations/get-sales-orders.d.ts +24 -0
- package/esm/models/operations/get-sales-orders.d.ts.map +1 -1
- package/esm/models/operations/get-sales-orders.js +3 -0
- package/esm/models/operations/get-sales-orders.js.map +1 -1
- package/esm/models/operations/get-submission-page-style-by-key.d.ts +11 -0
- package/esm/models/operations/get-submission-page-style-by-key.d.ts.map +1 -0
- package/esm/models/operations/get-submission-page-style-by-key.js +11 -0
- package/esm/models/operations/get-submission-page-style-by-key.js.map +1 -0
- package/esm/models/operations/get-submission-page-style.d.ts +12 -0
- package/esm/models/operations/get-submission-page-style.d.ts.map +1 -1
- package/esm/models/operations/get-submission-page-style.js +6 -0
- package/esm/models/operations/get-submission-page-style.js.map +1 -1
- package/esm/models/operations/get-submit-page.d.ts +14 -0
- package/esm/models/operations/get-submit-page.d.ts.map +1 -1
- package/esm/models/operations/get-submit-page.js +9 -0
- package/esm/models/operations/get-submit-page.js.map +1 -1
- package/esm/models/operations/get-supplier.d.ts +12 -0
- package/esm/models/operations/get-supplier.d.ts.map +1 -1
- package/esm/models/operations/get-supplier.js.map +1 -1
- package/esm/models/operations/get-suppliers.d.ts +24 -0
- package/esm/models/operations/get-suppliers.d.ts.map +1 -1
- package/esm/models/operations/get-suppliers.js.map +1 -1
- package/esm/models/operations/get-tax-rate.d.ts +12 -0
- package/esm/models/operations/get-tax-rate.d.ts.map +1 -1
- package/esm/models/operations/get-tax-rate.js.map +1 -1
- package/esm/models/operations/get-tax-rates.d.ts +18 -0
- package/esm/models/operations/get-tax-rates.d.ts.map +1 -1
- package/esm/models/operations/get-tax-rates.js.map +1 -1
- package/esm/models/operations/get-trial-balance.d.ts +27 -0
- package/esm/models/operations/get-trial-balance.d.ts.map +1 -1
- package/esm/models/operations/get-trial-balance.js.map +1 -1
- package/esm/models/operations/get-units.d.ts +12 -0
- package/esm/models/operations/get-units.d.ts.map +1 -1
- package/esm/models/operations/get-units.js.map +1 -1
- package/esm/models/operations/get-vendor-credits.d.ts +33 -0
- package/esm/models/operations/get-vendor-credits.d.ts.map +1 -1
- package/esm/models/operations/get-vendor-credits.js +6 -0
- package/esm/models/operations/get-vendor-credits.js.map +1 -1
- package/esm/models/operations/get-webhooks.d.ts +48 -0
- package/esm/models/operations/get-webhooks.d.ts.map +1 -1
- package/esm/models/operations/get-webhooks.js +41 -0
- package/esm/models/operations/get-webhooks.js.map +1 -1
- package/esm/models/operations/handle-callback.d.ts +9 -0
- package/esm/models/operations/handle-callback.d.ts.map +1 -1
- package/esm/models/operations/handle-callback.js +6 -0
- package/esm/models/operations/handle-callback.js.map +1 -1
- package/esm/models/operations/handle-configuration-callback.d.ts +9 -0
- package/esm/models/operations/handle-configuration-callback.d.ts.map +1 -1
- package/esm/models/operations/handle-configuration-callback.js +6 -0
- package/esm/models/operations/handle-configuration-callback.js.map +1 -1
- package/esm/models/operations/index.d.ts +9 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +9 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/long-token.d.ts +13 -4
- package/esm/models/operations/long-token.d.ts.map +1 -1
- package/esm/models/operations/long-token.js +2 -2
- package/esm/models/operations/long-token.js.map +1 -1
- package/esm/models/operations/patch-contact-v2.d.ts +9 -0
- package/esm/models/operations/patch-contact-v2.d.ts.map +1 -1
- package/esm/models/operations/patch-contact-v2.js.map +1 -1
- package/esm/models/operations/patch-contact.d.ts +9 -0
- package/esm/models/operations/patch-contact.d.ts.map +1 -1
- package/esm/models/operations/patch-contact.js.map +1 -1
- package/esm/models/operations/patch-customers.d.ts +9 -0
- package/esm/models/operations/patch-customers.d.ts.map +1 -1
- package/esm/models/operations/patch-customers.js.map +1 -1
- package/esm/models/operations/patch-invoice.d.ts +9 -0
- package/esm/models/operations/patch-invoice.d.ts.map +1 -1
- package/esm/models/operations/patch-invoice.js.map +1 -1
- package/esm/models/operations/patch-item.d.ts +9 -0
- package/esm/models/operations/patch-item.d.ts.map +1 -1
- package/esm/models/operations/patch-item.js.map +1 -1
- package/esm/models/operations/patch-line-item.d.ts +9 -0
- package/esm/models/operations/patch-line-item.d.ts.map +1 -1
- package/esm/models/operations/patch-line-item.js.map +1 -1
- package/esm/models/operations/patch-supplier.d.ts +9 -0
- package/esm/models/operations/patch-supplier.d.ts.map +1 -1
- package/esm/models/operations/patch-supplier.js.map +1 -1
- package/esm/models/operations/post-file.d.ts +6 -0
- package/esm/models/operations/post-file.d.ts.map +1 -1
- package/esm/models/operations/post-file.js.map +1 -1
- package/esm/models/operations/put-contact-v2.d.ts +9 -0
- package/esm/models/operations/put-contact-v2.d.ts.map +1 -1
- package/esm/models/operations/put-contact-v2.js.map +1 -1
- package/esm/models/operations/put-contact.d.ts +9 -0
- package/esm/models/operations/put-contact.d.ts.map +1 -1
- package/esm/models/operations/put-contact.js.map +1 -1
- package/esm/models/operations/set-end-user-selections.d.ts +20 -0
- package/esm/models/operations/set-end-user-selections.d.ts.map +1 -1
- package/esm/models/operations/set-end-user-selections.js +9 -0
- package/esm/models/operations/set-end-user-selections.js.map +1 -1
- package/esm/models/operations/system-login-url.d.ts +18 -0
- package/esm/models/operations/system-login-url.d.ts.map +1 -1
- package/esm/models/operations/system-login-url.js.map +1 -1
- package/esm/models/operations/test.d.ts +14 -0
- package/esm/models/operations/test.d.ts.map +1 -1
- package/esm/models/operations/test.js +9 -0
- package/esm/models/operations/test.js.map +1 -1
- package/esm/models/operations/update-bill-line-item.d.ts +6 -0
- package/esm/models/operations/update-bill-line-item.d.ts.map +1 -1
- package/esm/models/operations/update-bill-line-item.js.map +1 -1
- package/esm/models/operations/update-bill.d.ts +9 -0
- package/esm/models/operations/update-bill.d.ts.map +1 -1
- package/esm/models/operations/update-bill.js.map +1 -1
- package/esm/models/operations/update-customer.d.ts +6 -0
- package/esm/models/operations/update-customer.d.ts.map +1 -1
- package/esm/models/operations/update-customer.js.map +1 -1
- package/esm/models/operations/update-submission-page-style.d.ts +11 -0
- package/esm/models/operations/update-submission-page-style.d.ts.map +1 -0
- package/esm/models/operations/update-submission-page-style.js +11 -0
- package/esm/models/operations/update-submission-page-style.js.map +1 -0
- package/esm/models/operations/update-supplier.d.ts +6 -0
- package/esm/models/operations/update-supplier.d.ts.map +1 -1
- package/esm/models/operations/update-supplier.js.map +1 -1
- package/esm/models/operations/update-vendor-credit.d.ts +9 -0
- package/esm/models/operations/update-vendor-credit.d.ts.map +1 -1
- package/esm/models/operations/update-vendor-credit.js.map +1 -1
- package/esm/models/subscription.d.ts +13 -0
- package/esm/models/subscription.d.ts.map +1 -0
- package/esm/models/subscription.js +17 -0
- package/esm/models/subscription.js.map +1 -0
- package/esm/models/webhook-response-dto.d.ts +15 -0
- package/esm/models/webhook-response-dto.d.ts.map +1 -0
- package/esm/models/webhook-response-dto.js +19 -0
- package/esm/models/webhook-response-dto.js.map +1 -0
- package/esm/sdk/accounting-v2.d.ts +2 -2
- package/esm/sdk/accounting-v2.d.ts.map +1 -1
- package/esm/sdk/accounting-v2.js +6 -6
- package/esm/sdk/accounting-v2.js.map +1 -1
- package/esm/sdk/accounting.d.ts +87 -86
- package/esm/sdk/accounting.d.ts.map +1 -1
- package/esm/sdk/accounting.js +255 -255
- package/esm/sdk/accounting.js.map +1 -1
- package/esm/sdk/auth.d.ts +10 -10
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/events.d.ts +3 -3
- package/esm/sdk/events.d.ts.map +1 -1
- package/esm/sdk/events.js.map +1 -1
- package/esm/sdk/health.d.ts +3 -2
- package/esm/sdk/health.d.ts.map +1 -1
- package/esm/sdk/health.js.map +1 -1
- package/esm/sdk/tenants.d.ts +15 -15
- package/esm/sdk/tenants.d.ts.map +1 -1
- package/esm/sdk/tenants.js.map +1 -1
- package/esm/sdk/user.d.ts +1 -1
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +3 -3
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/vendor-credits.d.ts +1 -1
- package/esm/sdk/vendor-credits.d.ts.map +1 -1
- package/esm/sdk/vendor-credits.js.map +1 -1
- package/esm/sdk/webhooks.d.ts +8 -8
- package/esm/sdk/webhooks.d.ts.map +1 -1
- package/esm/sdk/webhooks.js.map +1 -1
- package/examples/accountingGetAccount.example.ts +32 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/accounting-create-account.ts +160 -0
- package/src/funcs/accounting-create-bank-account.ts +161 -0
- package/src/funcs/accounting-create-bill.ts +160 -0
- package/src/funcs/accounting-create-bookings.ts +159 -0
- package/src/funcs/accounting-create-contact.ts +160 -0
- package/src/funcs/accounting-create-contacts-v1.ts +160 -0
- package/src/funcs/accounting-create-contacts.ts +159 -0
- package/src/funcs/accounting-create-event-subscriptions.ts +161 -0
- package/src/funcs/accounting-create-expense.ts +202 -0
- package/src/funcs/accounting-create-invoice.ts +160 -0
- package/src/funcs/accounting-create-journal-entry.ts +208 -0
- package/src/funcs/accounting-create-line-item.ts +168 -0
- package/src/funcs/accounting-create-offer.ts +160 -0
- package/src/funcs/accounting-create-pass-through-request.ts +161 -0
- package/src/funcs/accounting-create-payment-term.ts +160 -0
- package/src/funcs/accounting-create-payment.ts +159 -0
- package/src/funcs/accounting-create-project.ts +160 -0
- package/src/funcs/accounting-create-sales-order.ts +161 -0
- package/src/funcs/accounting-create-supplier.ts +160 -0
- package/src/funcs/accounting-create-transaction.ts +202 -0
- package/src/funcs/accounting-delete-bill.ts +165 -0
- package/src/funcs/accounting-delete-event-subscriptions.ts +169 -0
- package/src/funcs/accounting-delete-payment.ts +164 -0
- package/src/funcs/accounting-get-account.ts +166 -0
- package/src/funcs/accounting-get-accounts.ts +170 -0
- package/src/funcs/accounting-get-async-task-info.ts +167 -0
- package/src/funcs/accounting-get-bank-account.ts +168 -0
- package/src/funcs/accounting-get-bank-accounts.ts +167 -0
- package/src/funcs/accounting-get-bill-document.ts +159 -0
- package/src/funcs/accounting-get-bill.ts +166 -0
- package/src/funcs/accounting-get-bills.ts +168 -0
- package/src/funcs/accounting-get-booking-proposal-document.ts +166 -0
- package/src/funcs/accounting-get-booking-proposal.ts +170 -0
- package/src/funcs/accounting-get-booking-proposals.ts +171 -0
- package/src/funcs/accounting-get-contact.ts +166 -0
- package/src/funcs/accounting-get-credit-note.ts +166 -0
- package/src/funcs/accounting-get-credit-notes.ts +167 -0
- package/src/funcs/accounting-get-customer.ts +166 -0
- package/src/funcs/accounting-get-customers.ts +167 -0
- package/src/funcs/accounting-get-dimensions.ts +167 -0
- package/src/funcs/accounting-get-document-types.ts +162 -0
- package/src/funcs/accounting-get-expense.ts +166 -0
- package/src/funcs/accounting-get-expenses.ts +163 -0
- package/src/funcs/accounting-get-goods-receipt-line-items.ts +170 -0
- package/src/funcs/accounting-get-goods-receipt.ts +168 -0
- package/src/funcs/accounting-get-invoice-document.ts +168 -0
- package/src/funcs/accounting-get-invoice.ts +166 -0
- package/src/funcs/accounting-get-invoices.ts +169 -0
- package/src/funcs/accounting-get-item.ts +166 -0
- package/src/funcs/accounting-get-items.ts +166 -0
- package/src/funcs/accounting-get-journal-entries.ts +169 -0
- package/src/funcs/accounting-get-journal-entry.ts +169 -0
- package/src/funcs/accounting-get-journals.ts +164 -0
- package/src/funcs/accounting-get-line-item.ts +172 -0
- package/src/funcs/accounting-get-line-items.ts +171 -0
- package/src/funcs/accounting-get-offer-line-item.ts +173 -0
- package/src/funcs/accounting-get-offer-line-items.ts +170 -0
- package/src/funcs/accounting-get-offer.ts +166 -0
- package/src/funcs/accounting-get-offers.ts +165 -0
- package/src/funcs/accounting-get-open-items.ts +168 -0
- package/src/funcs/accounting-get-payment-term.ts +168 -0
- package/src/funcs/accounting-get-payment.ts +165 -0
- package/src/funcs/accounting-get-payments.ts +165 -0
- package/src/funcs/accounting-get-profile.ts +6 -6
- package/src/funcs/accounting-get-project.ts +166 -0
- package/src/funcs/accounting-get-purchase-order-line-item.ts +173 -0
- package/src/funcs/accounting-get-purchase-order-line-items.ts +173 -0
- package/src/funcs/accounting-get-purchase-order.ts +169 -0
- package/src/funcs/accounting-get-sales-order-lines.ts +172 -0
- package/src/funcs/accounting-get-sales-order.ts +166 -0
- package/src/funcs/accounting-get-sales-orders.ts +168 -0
- package/src/funcs/accounting-get-supplier.ts +166 -0
- package/src/funcs/accounting-get-suppliers.ts +167 -0
- package/src/funcs/accounting-get-tax-rate.ts +166 -0
- package/src/funcs/accounting-get-tax-rates.ts +165 -0
- package/src/funcs/accounting-get-trial-balance.ts +171 -0
- package/src/funcs/accounting-get-units.ts +163 -0
- package/src/funcs/accounting-get-vendor-credits.ts +169 -0
- package/src/funcs/accounting-patch-customers.ts +166 -0
- package/src/funcs/accounting-patch-invoice.ts +166 -0
- package/src/funcs/accounting-patch-supplier.ts +166 -0
- package/src/funcs/accounting-post-file.ts +215 -0
- package/src/funcs/accounting-put-contact.ts +166 -0
- package/src/funcs/accounting-update-bill-line-item.ts +172 -0
- package/src/funcs/accounting-update-supplier.ts +165 -0
- package/src/funcs/accounting-update-vendor-credit.ts +169 -0
- package/src/funcs/accounting-v2-get-dimensions-v2.ts +165 -0
- package/src/funcs/accounting-v2-put-contact-v2.ts +166 -0
- package/src/funcs/auth-api-key-confirmation.ts +6 -6
- package/src/funcs/auth-callback.ts +5 -5
- package/src/funcs/auth-cancel.ts +6 -6
- package/src/funcs/auth-create-end-user-account.ts +5 -5
- package/src/funcs/auth-get-environment-page.ts +5 -5
- package/src/funcs/auth-get-submit-page.ts +5 -5
- package/src/funcs/auth-long-token.ts +12 -12
- package/src/funcs/auth-set-end-user-selections.ts +5 -5
- package/src/funcs/auth-system-login-url.ts +6 -5
- package/src/funcs/auth-test.ts +5 -5
- package/src/funcs/events-get-code.ts +5 -5
- package/src/funcs/events-handle-callback.ts +5 -5
- package/src/funcs/events-handle-configuration-callback.ts +5 -5
- package/src/funcs/health-check.ts +6 -6
- package/src/funcs/health-details.ts +5 -5
- package/src/funcs/tenants-add-callback-url.ts +6 -5
- package/src/funcs/tenants-count-end-users-by-system.ts +6 -6
- package/src/funcs/tenants-delete-end-user.ts +6 -6
- package/src/funcs/tenants-delete-registered-system.ts +6 -5
- package/src/funcs/tenants-get-all-active-end-users.ts +6 -6
- package/src/funcs/tenants-get-callback-url.ts +6 -6
- package/src/funcs/tenants-get-end-user-list.ts +6 -6
- package/src/funcs/tenants-get-registered-systems-masked.ts +6 -6
- package/src/funcs/tenants-get-registered-systems.ts +6 -6
- package/src/funcs/tenants-get-submission-page-style-by-key.ts +6 -6
- package/src/funcs/tenants-get-submission-page-style.ts +5 -5
- package/src/funcs/tenants-get-target-system-requirements.ts +6 -6
- package/src/funcs/tenants-get-target-system-values.ts +6 -6
- package/src/funcs/tenants-system-registration.ts +6 -5
- package/src/funcs/tenants-update-submission-page-style.ts +6 -5
- package/src/funcs/user-get-user-info.ts +135 -0
- package/src/funcs/vendor-credits-delete.ts +5 -5
- package/src/funcs/webhooks-create-web-hook-tenant.ts +6 -5
- package/src/funcs/webhooks-create-webhook-config.ts +6 -5
- package/src/funcs/webhooks-create-webhook-end-user.ts +5 -5
- package/src/funcs/webhooks-create-webhook.ts +5 -5
- package/src/funcs/webhooks-delete-webhook-end-user.ts +5 -5
- package/src/funcs/webhooks-delete-webhook-tenant.ts +6 -5
- package/src/funcs/webhooks-delete-webhook.ts +5 -5
- package/src/funcs/webhooks-get-webhooks.ts +5 -5
- package/src/lib/config.ts +3 -4
- package/src/lib/security.ts +14 -2
- package/src/models/base-response-dto.ts +133 -0
- package/src/models/company-response-dto.ts +3 -30
- package/src/models/index.ts +3 -0
- package/src/models/operations/api-key-confirmation.ts +34 -0
- package/src/models/operations/callback.ts +44 -3
- package/src/models/operations/cancel.ts +34 -0
- package/src/models/operations/check.ts +29 -0
- package/src/models/operations/create-account.ts +9 -0
- package/src/models/operations/create-bank-account.ts +9 -0
- package/src/models/operations/create-bill-line-item.ts +6 -0
- package/src/models/operations/create-bill.ts +9 -0
- package/src/models/operations/create-booking-proposal-v2.ts +6 -0
- package/src/models/operations/create-booking-proposal.ts +6 -0
- package/src/models/operations/create-bookings.ts +6 -0
- package/src/models/operations/create-contact-v2.ts +9 -0
- package/src/models/operations/create-contact.ts +9 -0
- package/src/models/operations/create-contacts-v1.ts +6 -0
- package/src/models/operations/create-contacts.ts +6 -0
- package/src/models/operations/create-customer.ts +9 -0
- package/src/models/operations/create-end-user-account.ts +29 -0
- package/src/models/operations/create-event-subscriptions.ts +3 -0
- package/src/models/operations/create-expense.ts +9 -0
- package/src/models/operations/create-invoice.ts +9 -0
- package/src/models/operations/create-item.ts +9 -0
- package/src/models/operations/create-journal-entries.ts +6 -0
- package/src/models/operations/create-journal-entry-attachments.ts +3 -0
- package/src/models/operations/create-journal-entry.ts +9 -0
- package/src/models/operations/create-line-item.ts +9 -0
- package/src/models/operations/create-offer.ts +9 -0
- package/src/models/operations/create-pass-through-request.ts +9 -0
- package/src/models/operations/create-payment-term.ts +6 -0
- package/src/models/operations/create-payment.ts +6 -0
- package/src/models/operations/create-project.ts +9 -0
- package/src/models/operations/create-sales-order.ts +9 -0
- package/src/models/operations/create-supplier.ts +9 -0
- package/src/models/operations/create-transaction.ts +6 -0
- package/src/models/operations/create-vendor-credit.ts +9 -0
- package/src/models/operations/create-web-hook-tenant.ts +135 -0
- package/src/models/operations/create-webhook-config.ts +135 -0
- package/src/models/operations/create-webhook-end-user.ts +137 -0
- package/src/models/operations/create-webhook.ts +131 -0
- package/src/models/operations/delete-bill.ts +131 -0
- package/src/models/operations/delete-end-user.ts +34 -0
- package/src/models/operations/delete-event-subscriptions.ts +3 -0
- package/src/models/operations/delete-payment.ts +128 -0
- package/src/models/operations/delete-vendor-credit.ts +135 -0
- package/src/models/operations/delete-webhook-end-user.ts +30 -0
- package/src/models/operations/delete-webhook.ts +30 -0
- package/src/models/operations/details.ts +21 -0
- package/src/models/operations/get-account.ts +12 -0
- package/src/models/operations/get-accounts.ts +39 -0
- package/src/models/operations/get-all-active-end-users.ts +29 -0
- package/src/models/operations/get-async-task-info.ts +6 -0
- package/src/models/operations/get-bank-account.ts +12 -0
- package/src/models/operations/get-bank-accounts.ts +15 -0
- package/src/models/operations/get-bill-document.ts +3 -0
- package/src/models/operations/get-bill-line-items.ts +9 -0
- package/src/models/operations/get-bill.ts +12 -0
- package/src/models/operations/get-bills.ts +51 -0
- package/src/models/operations/get-booking-proposal-document.ts +3 -0
- package/src/models/operations/get-booking-proposal.ts +12 -0
- package/src/models/operations/get-booking-proposals.ts +51 -0
- package/src/models/operations/get-code.ts +24 -0
- package/src/models/operations/get-companies-flow.ts +6 -0
- package/src/models/operations/get-companies.ts +6 -0
- package/src/models/operations/get-contact-v2.ts +12 -0
- package/src/models/operations/get-contact.ts +12 -0
- package/src/models/operations/get-contacts-v2.ts +15 -0
- package/src/models/operations/get-contacts.ts +15 -0
- package/src/models/operations/get-credit-note.ts +12 -0
- package/src/models/operations/get-credit-notes.ts +15 -0
- package/src/models/operations/get-customer.ts +12 -0
- package/src/models/operations/get-customers.ts +24 -0
- package/src/models/operations/get-dimensions-by-dimension.ts +15 -0
- package/src/models/operations/get-dimensions-v2.ts +15 -0
- package/src/models/operations/get-dimensions.ts +15 -0
- package/src/models/operations/get-document-extensions.ts +6 -0
- package/src/models/operations/get-document-types.ts +6 -0
- package/src/models/operations/get-environment-page.ts +30 -0
- package/src/models/operations/get-environments.ts +3 -0
- package/src/models/operations/get-expense.ts +12 -0
- package/src/models/operations/get-expenses.ts +12 -0
- package/src/models/operations/get-fiscal-year.ts +12 -0
- package/src/models/operations/get-fiscal-years.ts +12 -0
- package/src/models/operations/get-goods-receipt-line-item.ts +12 -0
- package/src/models/operations/get-goods-receipt-line-items.ts +15 -0
- package/src/models/operations/get-goods-receipt.ts +12 -0
- package/src/models/operations/get-goods-receipts.ts +15 -0
- package/src/models/operations/get-invoice-document.ts +9 -0
- package/src/models/operations/get-invoice.ts +12 -0
- package/src/models/operations/get-invoices.ts +54 -0
- package/src/models/operations/get-item.ts +12 -0
- package/src/models/operations/get-items.ts +21 -0
- package/src/models/operations/get-journal-entries.ts +21 -0
- package/src/models/operations/get-journal-entry-attachment-by-id.ts +9 -0
- package/src/models/operations/get-journal-entry-attachments.ts +9 -0
- package/src/models/operations/get-journal-entry.ts +15 -0
- package/src/models/operations/get-journals.ts +15 -0
- package/src/models/operations/get-line-item.ts +12 -0
- package/src/models/operations/get-line-items.ts +15 -0
- package/src/models/operations/get-offer-document.ts +9 -0
- package/src/models/operations/get-offer-line-item.ts +12 -0
- package/src/models/operations/get-offer-line-items.ts +15 -0
- package/src/models/operations/get-offer.ts +12 -0
- package/src/models/operations/get-offers.ts +24 -0
- package/src/models/operations/get-open-items.ts +27 -0
- package/src/models/operations/get-payment-term.ts +12 -0
- package/src/models/operations/get-payment-terms.ts +21 -0
- package/src/models/operations/get-payment.ts +9 -0
- package/src/models/operations/get-payments.ts +18 -0
- package/src/models/operations/get-project.ts +12 -0
- package/src/models/operations/get-projects.ts +15 -0
- package/src/models/operations/get-purchase-order-line-item.ts +12 -0
- package/src/models/operations/get-purchase-order-line-items.ts +15 -0
- package/src/models/operations/get-purchase-order.ts +12 -0
- package/src/models/operations/get-purchase-orders.ts +15 -0
- package/src/models/operations/get-sales-order-lines.ts +15 -0
- package/src/models/operations/get-sales-order.ts +12 -0
- package/src/models/operations/get-sales-orders.ts +24 -0
- package/src/models/operations/get-submission-page-style-by-key.ts +30 -0
- package/src/models/operations/get-submission-page-style.ts +27 -0
- package/src/models/operations/get-submit-page.ts +32 -0
- package/src/models/operations/get-supplier.ts +12 -0
- package/src/models/operations/get-suppliers.ts +24 -0
- package/src/models/operations/get-tax-rate.ts +12 -0
- package/src/models/operations/get-tax-rates.ts +18 -0
- package/src/models/operations/get-trial-balance.ts +27 -0
- package/src/models/operations/get-units.ts +12 -0
- package/src/models/operations/get-vendor-credits.ts +33 -0
- package/src/models/operations/get-webhooks.ts +135 -0
- package/src/models/operations/handle-callback.ts +24 -0
- package/src/models/operations/handle-configuration-callback.ts +25 -0
- package/src/models/operations/index.ts +9 -0
- package/src/models/operations/long-token.ts +15 -6
- package/src/models/operations/patch-contact-v2.ts +9 -0
- package/src/models/operations/patch-contact.ts +9 -0
- package/src/models/operations/patch-customers.ts +9 -0
- package/src/models/operations/patch-invoice.ts +9 -0
- package/src/models/operations/patch-item.ts +9 -0
- package/src/models/operations/patch-line-item.ts +9 -0
- package/src/models/operations/patch-supplier.ts +9 -0
- package/src/models/operations/post-file.ts +6 -0
- package/src/models/operations/put-contact-v2.ts +9 -0
- package/src/models/operations/put-contact.ts +9 -0
- package/src/models/operations/set-end-user-selections.ts +38 -0
- package/src/models/operations/system-login-url.ts +18 -0
- package/src/models/operations/test.ts +30 -0
- package/src/models/operations/update-bill-line-item.ts +6 -0
- package/src/models/operations/update-bill.ts +9 -0
- package/src/models/operations/update-customer.ts +6 -0
- package/src/models/operations/update-submission-page-style.ts +29 -0
- package/src/models/operations/update-supplier.ts +6 -0
- package/src/models/operations/update-vendor-credit.ts +9 -0
- package/src/models/subscription.ts +35 -0
- package/src/models/webhook-response-dto.ts +41 -0
- package/src/sdk/accounting-v2.ts +6 -6
- package/src/sdk/accounting.ts +261 -260
- package/src/sdk/auth.ts +11 -11
- package/src/sdk/events.ts +3 -3
- package/src/sdk/health.ts +3 -2
- package/src/sdk/tenants.ts +15 -15
- package/src/sdk/user.ts +3 -3
- package/src/sdk/vendor-credits.ts +1 -1
- package/src/sdk/webhooks.ts +8 -8
- package/esm/funcs/accounting-add-account.d.ts +0 -11
- package/esm/funcs/accounting-add-account.d.ts.map +0 -1
- package/esm/funcs/accounting-add-account.js +0 -77
- package/esm/funcs/accounting-add-account.js.map +0 -1
- package/esm/funcs/accounting-add-bank-account.d.ts +0 -11
- package/esm/funcs/accounting-add-bank-account.d.ts.map +0 -1
- package/esm/funcs/accounting-add-bank-account.js +0 -77
- package/esm/funcs/accounting-add-bank-account.js.map +0 -1
- package/esm/funcs/accounting-add-bill.d.ts +0 -11
- package/esm/funcs/accounting-add-bill.d.ts.map +0 -1
- package/esm/funcs/accounting-add-bill.js +0 -77
- package/esm/funcs/accounting-add-bill.js.map +0 -1
- package/esm/funcs/accounting-add-booking.d.ts +0 -11
- package/esm/funcs/accounting-add-booking.d.ts.map +0 -1
- package/esm/funcs/accounting-add-booking.js +0 -76
- package/esm/funcs/accounting-add-booking.js.map +0 -1
- package/esm/funcs/accounting-add-contact.d.ts +0 -11
- package/esm/funcs/accounting-add-contact.d.ts.map +0 -1
- package/esm/funcs/accounting-add-contact.js +0 -77
- package/esm/funcs/accounting-add-contact.js.map +0 -1
- package/esm/funcs/accounting-add-event-subscription.d.ts +0 -11
- package/esm/funcs/accounting-add-event-subscription.d.ts.map +0 -1
- package/esm/funcs/accounting-add-event-subscription.js +0 -76
- package/esm/funcs/accounting-add-event-subscription.js.map +0 -1
- package/esm/funcs/accounting-add-expense.d.ts +0 -11
- package/esm/funcs/accounting-add-expense.d.ts.map +0 -1
- package/esm/funcs/accounting-add-expense.js +0 -102
- package/esm/funcs/accounting-add-expense.js.map +0 -1
- package/esm/funcs/accounting-add-invoice-line-item.d.ts +0 -11
- package/esm/funcs/accounting-add-invoice-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-add-invoice-line-item.js +0 -83
- package/esm/funcs/accounting-add-invoice-line-item.js.map +0 -1
- package/esm/funcs/accounting-add-invoice.d.ts +0 -11
- package/esm/funcs/accounting-add-invoice.d.ts.map +0 -1
- package/esm/funcs/accounting-add-invoice.js +0 -77
- package/esm/funcs/accounting-add-invoice.js.map +0 -1
- package/esm/funcs/accounting-add-journal-entry.d.ts +0 -11
- package/esm/funcs/accounting-add-journal-entry.d.ts.map +0 -1
- package/esm/funcs/accounting-add-journal-entry.js +0 -107
- package/esm/funcs/accounting-add-journal-entry.js.map +0 -1
- package/esm/funcs/accounting-add-offer.d.ts +0 -11
- package/esm/funcs/accounting-add-offer.d.ts.map +0 -1
- package/esm/funcs/accounting-add-offer.js +0 -77
- package/esm/funcs/accounting-add-offer.js.map +0 -1
- package/esm/funcs/accounting-add-payment-term.d.ts +0 -11
- package/esm/funcs/accounting-add-payment-term.d.ts.map +0 -1
- package/esm/funcs/accounting-add-payment-term.js +0 -76
- package/esm/funcs/accounting-add-payment-term.js.map +0 -1
- package/esm/funcs/accounting-add-payment.d.ts +0 -11
- package/esm/funcs/accounting-add-payment.d.ts.map +0 -1
- package/esm/funcs/accounting-add-payment.js +0 -76
- package/esm/funcs/accounting-add-payment.js.map +0 -1
- package/esm/funcs/accounting-add-project.d.ts +0 -11
- package/esm/funcs/accounting-add-project.d.ts.map +0 -1
- package/esm/funcs/accounting-add-project.js +0 -77
- package/esm/funcs/accounting-add-project.js.map +0 -1
- package/esm/funcs/accounting-add-sales-order.d.ts +0 -11
- package/esm/funcs/accounting-add-sales-order.d.ts.map +0 -1
- package/esm/funcs/accounting-add-sales-order.js +0 -77
- package/esm/funcs/accounting-add-sales-order.js.map +0 -1
- package/esm/funcs/accounting-add-supplier.d.ts +0 -11
- package/esm/funcs/accounting-add-supplier.d.ts.map +0 -1
- package/esm/funcs/accounting-add-supplier.js +0 -77
- package/esm/funcs/accounting-add-supplier.js.map +0 -1
- package/esm/funcs/accounting-amend-customer.d.ts +0 -11
- package/esm/funcs/accounting-amend-customer.d.ts.map +0 -1
- package/esm/funcs/accounting-amend-customer.js +0 -83
- package/esm/funcs/accounting-amend-customer.js.map +0 -1
- package/esm/funcs/accounting-amend-invoice.d.ts +0 -11
- package/esm/funcs/accounting-amend-invoice.d.ts.map +0 -1
- package/esm/funcs/accounting-amend-invoice.js +0 -83
- package/esm/funcs/accounting-amend-invoice.js.map +0 -1
- package/esm/funcs/accounting-amend-supplier.d.ts +0 -11
- package/esm/funcs/accounting-amend-supplier.d.ts.map +0 -1
- package/esm/funcs/accounting-amend-supplier.js +0 -83
- package/esm/funcs/accounting-amend-supplier.js.map +0 -1
- package/esm/funcs/accounting-batch-add-contacts.d.ts +0 -11
- package/esm/funcs/accounting-batch-add-contacts.d.ts.map +0 -1
- package/esm/funcs/accounting-batch-add-contacts.js +0 -76
- package/esm/funcs/accounting-batch-add-contacts.js.map +0 -1
- package/esm/funcs/accounting-create-contacts-bulk.d.ts +0 -11
- package/esm/funcs/accounting-create-contacts-bulk.d.ts.map +0 -1
- package/esm/funcs/accounting-create-contacts-bulk.js +0 -76
- package/esm/funcs/accounting-create-contacts-bulk.js.map +0 -1
- package/esm/funcs/accounting-create-pass-through.d.ts +0 -11
- package/esm/funcs/accounting-create-pass-through.d.ts.map +0 -1
- package/esm/funcs/accounting-create-pass-through.js +0 -77
- package/esm/funcs/accounting-create-pass-through.js.map +0 -1
- package/esm/funcs/accounting-fetch-bank-account.d.ts +0 -11
- package/esm/funcs/accounting-fetch-bank-account.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-bank-account.js +0 -83
- package/esm/funcs/accounting-fetch-bank-account.js.map +0 -1
- package/esm/funcs/accounting-fetch-bill-document.d.ts +0 -11
- package/esm/funcs/accounting-fetch-bill-document.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-bill-document.js +0 -77
- package/esm/funcs/accounting-fetch-bill-document.js.map +0 -1
- package/esm/funcs/accounting-fetch-bill.d.ts +0 -11
- package/esm/funcs/accounting-fetch-bill.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-bill.js +0 -83
- package/esm/funcs/accounting-fetch-bill.js.map +0 -1
- package/esm/funcs/accounting-fetch-bills.d.ts +0 -11
- package/esm/funcs/accounting-fetch-bills.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-bills.js +0 -84
- package/esm/funcs/accounting-fetch-bills.js.map +0 -1
- package/esm/funcs/accounting-fetch-booking-proposal-document.d.ts +0 -11
- package/esm/funcs/accounting-fetch-booking-proposal-document.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-booking-proposal-document.js +0 -74
- package/esm/funcs/accounting-fetch-booking-proposal-document.js.map +0 -1
- package/esm/funcs/accounting-fetch-contact.d.ts +0 -11
- package/esm/funcs/accounting-fetch-contact.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-contact.js +0 -83
- package/esm/funcs/accounting-fetch-contact.js.map +0 -1
- package/esm/funcs/accounting-fetch-credit-note.d.ts +0 -11
- package/esm/funcs/accounting-fetch-credit-note.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-credit-note.js +0 -83
- package/esm/funcs/accounting-fetch-credit-note.js.map +0 -1
- package/esm/funcs/accounting-fetch-customer.d.ts +0 -11
- package/esm/funcs/accounting-fetch-customer.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-customer.js +0 -83
- package/esm/funcs/accounting-fetch-customer.js.map +0 -1
- package/esm/funcs/accounting-fetch-customers.d.ts +0 -11
- package/esm/funcs/accounting-fetch-customers.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-customers.js +0 -83
- package/esm/funcs/accounting-fetch-customers.js.map +0 -1
- package/esm/funcs/accounting-fetch-document-types.d.ts +0 -11
- package/esm/funcs/accounting-fetch-document-types.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-document-types.js +0 -75
- package/esm/funcs/accounting-fetch-document-types.js.map +0 -1
- package/esm/funcs/accounting-fetch-expense.d.ts +0 -11
- package/esm/funcs/accounting-fetch-expense.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-expense.js +0 -83
- package/esm/funcs/accounting-fetch-expense.js.map +0 -1
- package/esm/funcs/accounting-fetch-expenses.d.ts +0 -11
- package/esm/funcs/accounting-fetch-expenses.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-expenses.js +0 -79
- package/esm/funcs/accounting-fetch-expenses.js.map +0 -1
- package/esm/funcs/accounting-fetch-invoice-document.d.ts +0 -11
- package/esm/funcs/accounting-fetch-invoice-document.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-invoice-document.js +0 -82
- package/esm/funcs/accounting-fetch-invoice-document.js.map +0 -1
- package/esm/funcs/accounting-fetch-invoice.d.ts +0 -11
- package/esm/funcs/accounting-fetch-invoice.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-invoice.js +0 -83
- package/esm/funcs/accounting-fetch-invoice.js.map +0 -1
- package/esm/funcs/accounting-fetch-item.d.ts +0 -11
- package/esm/funcs/accounting-fetch-item.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-item.js +0 -83
- package/esm/funcs/accounting-fetch-item.js.map +0 -1
- package/esm/funcs/accounting-fetch-journal-entry.d.ts +0 -11
- package/esm/funcs/accounting-fetch-journal-entry.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-journal-entry.js +0 -84
- package/esm/funcs/accounting-fetch-journal-entry.js.map +0 -1
- package/esm/funcs/accounting-fetch-journals.d.ts +0 -11
- package/esm/funcs/accounting-fetch-journals.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-journals.js +0 -80
- package/esm/funcs/accounting-fetch-journals.js.map +0 -1
- package/esm/funcs/accounting-fetch-offer-line-items.d.ts +0 -11
- package/esm/funcs/accounting-fetch-offer-line-items.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-offer-line-items.js +0 -86
- package/esm/funcs/accounting-fetch-offer-line-items.js.map +0 -1
- package/esm/funcs/accounting-fetch-offer.d.ts +0 -11
- package/esm/funcs/accounting-fetch-offer.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-offer.js +0 -83
- package/esm/funcs/accounting-fetch-offer.js.map +0 -1
- package/esm/funcs/accounting-fetch-offers.d.ts +0 -11
- package/esm/funcs/accounting-fetch-offers.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-offers.js +0 -81
- package/esm/funcs/accounting-fetch-offers.js.map +0 -1
- package/esm/funcs/accounting-fetch-payment-term.d.ts +0 -11
- package/esm/funcs/accounting-fetch-payment-term.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-payment-term.js +0 -83
- package/esm/funcs/accounting-fetch-payment-term.js.map +0 -1
- package/esm/funcs/accounting-fetch-payment.d.ts +0 -11
- package/esm/funcs/accounting-fetch-payment.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-payment.js +0 -82
- package/esm/funcs/accounting-fetch-payment.js.map +0 -1
- package/esm/funcs/accounting-fetch-project.d.ts +0 -11
- package/esm/funcs/accounting-fetch-project.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-project.js +0 -83
- package/esm/funcs/accounting-fetch-project.js.map +0 -1
- package/esm/funcs/accounting-fetch-purchase-order.d.ts +0 -11
- package/esm/funcs/accounting-fetch-purchase-order.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-purchase-order.js +0 -83
- package/esm/funcs/accounting-fetch-purchase-order.js.map +0 -1
- package/esm/funcs/accounting-fetch-sales-order.d.ts +0 -11
- package/esm/funcs/accounting-fetch-sales-order.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-sales-order.js +0 -83
- package/esm/funcs/accounting-fetch-sales-order.js.map +0 -1
- package/esm/funcs/accounting-fetch-supplier.d.ts +0 -11
- package/esm/funcs/accounting-fetch-supplier.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-supplier.js +0 -83
- package/esm/funcs/accounting-fetch-supplier.js.map +0 -1
- package/esm/funcs/accounting-fetch-tax-rate.d.ts +0 -11
- package/esm/funcs/accounting-fetch-tax-rate.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-tax-rate.js +0 -83
- package/esm/funcs/accounting-fetch-tax-rate.js.map +0 -1
- package/esm/funcs/accounting-fetch-trial-balance.d.ts +0 -11
- package/esm/funcs/accounting-fetch-trial-balance.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-trial-balance.js +0 -84
- package/esm/funcs/accounting-fetch-trial-balance.js.map +0 -1
- package/esm/funcs/accounting-fetch-units.d.ts +0 -11
- package/esm/funcs/accounting-fetch-units.d.ts.map +0 -1
- package/esm/funcs/accounting-fetch-units.js +0 -79
- package/esm/funcs/accounting-fetch-units.js.map +0 -1
- package/esm/funcs/accounting-get-async-task.d.ts +0 -11
- package/esm/funcs/accounting-get-async-task.d.ts.map +0 -1
- package/esm/funcs/accounting-get-async-task.js +0 -83
- package/esm/funcs/accounting-get-async-task.js.map +0 -1
- package/esm/funcs/accounting-list-booking-proposals.d.ts +0 -11
- package/esm/funcs/accounting-list-booking-proposals.d.ts.map +0 -1
- package/esm/funcs/accounting-list-booking-proposals.js +0 -84
- package/esm/funcs/accounting-list-booking-proposals.js.map +0 -1
- package/esm/funcs/accounting-list-credit-notes.d.ts +0 -11
- package/esm/funcs/accounting-list-credit-notes.d.ts.map +0 -1
- package/esm/funcs/accounting-list-credit-notes.js +0 -80
- package/esm/funcs/accounting-list-credit-notes.js.map +0 -1
- package/esm/funcs/accounting-list-journal-entries.d.ts +0 -11
- package/esm/funcs/accounting-list-journal-entries.d.ts.map +0 -1
- package/esm/funcs/accounting-list-journal-entries.js +0 -82
- package/esm/funcs/accounting-list-journal-entries.js.map +0 -1
- package/esm/funcs/accounting-list-sales-order-line-items.d.ts +0 -11
- package/esm/funcs/accounting-list-sales-order-line-items.d.ts.map +0 -1
- package/esm/funcs/accounting-list-sales-order-line-items.js +0 -86
- package/esm/funcs/accounting-list-sales-order-line-items.js.map +0 -1
- package/esm/funcs/accounting-list-sales-orders.d.ts +0 -11
- package/esm/funcs/accounting-list-sales-orders.d.ts.map +0 -1
- package/esm/funcs/accounting-list-sales-orders.js +0 -81
- package/esm/funcs/accounting-list-sales-orders.js.map +0 -1
- package/esm/funcs/accounting-modify-bill-line-item.d.ts +0 -11
- package/esm/funcs/accounting-modify-bill-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-modify-bill-line-item.js +0 -86
- package/esm/funcs/accounting-modify-bill-line-item.js.map +0 -1
- package/esm/funcs/accounting-modify-supplier.d.ts +0 -11
- package/esm/funcs/accounting-modify-supplier.d.ts.map +0 -1
- package/esm/funcs/accounting-modify-supplier.js +0 -82
- package/esm/funcs/accounting-modify-supplier.js.map +0 -1
- package/esm/funcs/accounting-modify-vendor-credit.d.ts +0 -11
- package/esm/funcs/accounting-modify-vendor-credit.d.ts.map +0 -1
- package/esm/funcs/accounting-modify-vendor-credit.js +0 -83
- package/esm/funcs/accounting-modify-vendor-credit.js.map +0 -1
- package/esm/funcs/accounting-record-transaction.d.ts +0 -11
- package/esm/funcs/accounting-record-transaction.d.ts.map +0 -1
- package/esm/funcs/accounting-record-transaction.js +0 -101
- package/esm/funcs/accounting-record-transaction.js.map +0 -1
- package/esm/funcs/accounting-remove-bill.d.ts +0 -11
- package/esm/funcs/accounting-remove-bill.d.ts.map +0 -1
- package/esm/funcs/accounting-remove-bill.js +0 -82
- package/esm/funcs/accounting-remove-bill.js.map +0 -1
- package/esm/funcs/accounting-remove-event-subscription.d.ts +0 -11
- package/esm/funcs/accounting-remove-event-subscription.d.ts.map +0 -1
- package/esm/funcs/accounting-remove-event-subscription.js +0 -78
- package/esm/funcs/accounting-remove-event-subscription.js.map +0 -1
- package/esm/funcs/accounting-remove-payment.d.ts +0 -11
- package/esm/funcs/accounting-remove-payment.d.ts.map +0 -1
- package/esm/funcs/accounting-remove-payment.js +0 -81
- package/esm/funcs/accounting-remove-payment.js.map +0 -1
- package/esm/funcs/accounting-replace-contact.d.ts +0 -11
- package/esm/funcs/accounting-replace-contact.d.ts.map +0 -1
- package/esm/funcs/accounting-replace-contact.js +0 -83
- package/esm/funcs/accounting-replace-contact.js.map +0 -1
- package/esm/funcs/accounting-retrieve-account.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-account.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-account.js +0 -83
- package/esm/funcs/accounting-retrieve-account.js.map +0 -1
- package/esm/funcs/accounting-retrieve-accounts.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-accounts.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-accounts.js +0 -86
- package/esm/funcs/accounting-retrieve-accounts.js.map +0 -1
- package/esm/funcs/accounting-retrieve-bank-accounts.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-bank-accounts.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-bank-accounts.js +0 -80
- package/esm/funcs/accounting-retrieve-bank-accounts.js.map +0 -1
- package/esm/funcs/accounting-retrieve-booking-proposal.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-booking-proposal.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-booking-proposal.js +0 -80
- package/esm/funcs/accounting-retrieve-booking-proposal.js.map +0 -1
- package/esm/funcs/accounting-retrieve-dimensions.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-dimensions.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-dimensions.js +0 -80
- package/esm/funcs/accounting-retrieve-dimensions.js.map +0 -1
- package/esm/funcs/accounting-retrieve-goods-receipt-line-items.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-goods-receipt-line-items.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-goods-receipt-line-items.js +0 -84
- package/esm/funcs/accounting-retrieve-goods-receipt-line-items.js.map +0 -1
- package/esm/funcs/accounting-retrieve-goods-receipt.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-goods-receipt.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-goods-receipt.js +0 -83
- package/esm/funcs/accounting-retrieve-goods-receipt.js.map +0 -1
- package/esm/funcs/accounting-retrieve-invoice-line-item.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-invoice-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-invoice-line-item.js +0 -87
- package/esm/funcs/accounting-retrieve-invoice-line-item.js.map +0 -1
- package/esm/funcs/accounting-retrieve-invoice-line-items.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-invoice-line-items.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-invoice-line-items.js +0 -86
- package/esm/funcs/accounting-retrieve-invoice-line-items.js.map +0 -1
- package/esm/funcs/accounting-retrieve-invoices.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-invoices.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-invoices.js +0 -85
- package/esm/funcs/accounting-retrieve-invoices.js.map +0 -1
- package/esm/funcs/accounting-retrieve-items.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-items.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-items.js +0 -82
- package/esm/funcs/accounting-retrieve-items.js.map +0 -1
- package/esm/funcs/accounting-retrieve-offer-line-item.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-offer-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-offer-line-item.js +0 -87
- package/esm/funcs/accounting-retrieve-offer-line-item.js.map +0 -1
- package/esm/funcs/accounting-retrieve-open-items.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-open-items.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-open-items.js +0 -84
- package/esm/funcs/accounting-retrieve-open-items.js.map +0 -1
- package/esm/funcs/accounting-retrieve-payments.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-payments.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-payments.js +0 -81
- package/esm/funcs/accounting-retrieve-payments.js.map +0 -1
- package/esm/funcs/accounting-retrieve-purchase-order-line-item.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-purchase-order-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-purchase-order-line-item.js +0 -87
- package/esm/funcs/accounting-retrieve-purchase-order-line-item.js.map +0 -1
- package/esm/funcs/accounting-retrieve-purchase-order-line-items.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-purchase-order-line-items.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-purchase-order-line-items.js +0 -84
- package/esm/funcs/accounting-retrieve-purchase-order-line-items.js.map +0 -1
- package/esm/funcs/accounting-retrieve-suppliers.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-suppliers.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-suppliers.js +0 -83
- package/esm/funcs/accounting-retrieve-suppliers.js.map +0 -1
- package/esm/funcs/accounting-retrieve-tax-rates.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-tax-rates.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-tax-rates.js +0 -81
- package/esm/funcs/accounting-retrieve-tax-rates.js.map +0 -1
- package/esm/funcs/accounting-retrieve-vendor-credits.d.ts +0 -11
- package/esm/funcs/accounting-retrieve-vendor-credits.d.ts.map +0 -1
- package/esm/funcs/accounting-retrieve-vendor-credits.js +0 -82
- package/esm/funcs/accounting-retrieve-vendor-credits.js.map +0 -1
- package/esm/funcs/accounting-upload-file.d.ts +0 -11
- package/esm/funcs/accounting-upload-file.d.ts.map +0 -1
- package/esm/funcs/accounting-upload-file.js +0 -117
- package/esm/funcs/accounting-upload-file.js.map +0 -1
- package/esm/funcs/accounting-v2-obtain-dimensions.d.ts +0 -11
- package/esm/funcs/accounting-v2-obtain-dimensions.d.ts.map +0 -1
- package/esm/funcs/accounting-v2-obtain-dimensions.js +0 -78
- package/esm/funcs/accounting-v2-obtain-dimensions.js.map +0 -1
- package/esm/funcs/accounting-v2-update-contact.d.ts +0 -11
- package/esm/funcs/accounting-v2-update-contact.d.ts.map +0 -1
- package/esm/funcs/accounting-v2-update-contact.js +0 -83
- package/esm/funcs/accounting-v2-update-contact.js.map +0 -1
- package/esm/funcs/user-get-info.d.ts +0 -11
- package/esm/funcs/user-get-info.d.ts.map +0 -1
- package/esm/funcs/user-get-info.js +0 -61
- package/esm/funcs/user-get-info.js.map +0 -1
- package/examples/accountingRetrieveAccount.example.ts +0 -32
- package/src/funcs/accounting-add-account.ts +0 -160
- package/src/funcs/accounting-add-bank-account.ts +0 -161
- package/src/funcs/accounting-add-bill.ts +0 -160
- package/src/funcs/accounting-add-booking.ts +0 -159
- package/src/funcs/accounting-add-contact.ts +0 -160
- package/src/funcs/accounting-add-event-subscription.ts +0 -160
- package/src/funcs/accounting-add-expense.ts +0 -202
- package/src/funcs/accounting-add-invoice-line-item.ts +0 -168
- package/src/funcs/accounting-add-invoice.ts +0 -160
- package/src/funcs/accounting-add-journal-entry.ts +0 -208
- package/src/funcs/accounting-add-offer.ts +0 -160
- package/src/funcs/accounting-add-payment-term.ts +0 -160
- package/src/funcs/accounting-add-payment.ts +0 -159
- package/src/funcs/accounting-add-project.ts +0 -160
- package/src/funcs/accounting-add-sales-order.ts +0 -161
- package/src/funcs/accounting-add-supplier.ts +0 -160
- package/src/funcs/accounting-amend-customer.ts +0 -166
- package/src/funcs/accounting-amend-invoice.ts +0 -166
- package/src/funcs/accounting-amend-supplier.ts +0 -166
- package/src/funcs/accounting-batch-add-contacts.ts +0 -160
- package/src/funcs/accounting-create-contacts-bulk.ts +0 -159
- package/src/funcs/accounting-create-pass-through.ts +0 -161
- package/src/funcs/accounting-fetch-bank-account.ts +0 -168
- package/src/funcs/accounting-fetch-bill-document.ts +0 -159
- package/src/funcs/accounting-fetch-bill.ts +0 -166
- package/src/funcs/accounting-fetch-bills.ts +0 -168
- package/src/funcs/accounting-fetch-booking-proposal-document.ts +0 -166
- package/src/funcs/accounting-fetch-contact.ts +0 -166
- package/src/funcs/accounting-fetch-credit-note.ts +0 -166
- package/src/funcs/accounting-fetch-customer.ts +0 -166
- package/src/funcs/accounting-fetch-customers.ts +0 -167
- package/src/funcs/accounting-fetch-document-types.ts +0 -162
- package/src/funcs/accounting-fetch-expense.ts +0 -166
- package/src/funcs/accounting-fetch-expenses.ts +0 -163
- package/src/funcs/accounting-fetch-invoice-document.ts +0 -168
- package/src/funcs/accounting-fetch-invoice.ts +0 -166
- package/src/funcs/accounting-fetch-item.ts +0 -166
- package/src/funcs/accounting-fetch-journal-entry.ts +0 -169
- package/src/funcs/accounting-fetch-journals.ts +0 -164
- package/src/funcs/accounting-fetch-offer-line-items.ts +0 -170
- package/src/funcs/accounting-fetch-offer.ts +0 -166
- package/src/funcs/accounting-fetch-offers.ts +0 -165
- package/src/funcs/accounting-fetch-payment-term.ts +0 -168
- package/src/funcs/accounting-fetch-payment.ts +0 -165
- package/src/funcs/accounting-fetch-project.ts +0 -166
- package/src/funcs/accounting-fetch-purchase-order.ts +0 -169
- package/src/funcs/accounting-fetch-sales-order.ts +0 -166
- package/src/funcs/accounting-fetch-supplier.ts +0 -166
- package/src/funcs/accounting-fetch-tax-rate.ts +0 -166
- package/src/funcs/accounting-fetch-trial-balance.ts +0 -171
- package/src/funcs/accounting-fetch-units.ts +0 -163
- package/src/funcs/accounting-get-async-task.ts +0 -167
- package/src/funcs/accounting-list-booking-proposals.ts +0 -171
- package/src/funcs/accounting-list-credit-notes.ts +0 -167
- package/src/funcs/accounting-list-journal-entries.ts +0 -169
- package/src/funcs/accounting-list-sales-order-line-items.ts +0 -172
- package/src/funcs/accounting-list-sales-orders.ts +0 -168
- package/src/funcs/accounting-modify-bill-line-item.ts +0 -172
- package/src/funcs/accounting-modify-supplier.ts +0 -165
- package/src/funcs/accounting-modify-vendor-credit.ts +0 -169
- package/src/funcs/accounting-record-transaction.ts +0 -202
- package/src/funcs/accounting-remove-bill.ts +0 -165
- package/src/funcs/accounting-remove-event-subscription.ts +0 -168
- package/src/funcs/accounting-remove-payment.ts +0 -164
- package/src/funcs/accounting-replace-contact.ts +0 -166
- package/src/funcs/accounting-retrieve-account.ts +0 -166
- package/src/funcs/accounting-retrieve-accounts.ts +0 -170
- package/src/funcs/accounting-retrieve-bank-accounts.ts +0 -167
- package/src/funcs/accounting-retrieve-booking-proposal.ts +0 -170
- package/src/funcs/accounting-retrieve-dimensions.ts +0 -167
- package/src/funcs/accounting-retrieve-goods-receipt-line-items.ts +0 -170
- package/src/funcs/accounting-retrieve-goods-receipt.ts +0 -168
- package/src/funcs/accounting-retrieve-invoice-line-item.ts +0 -172
- package/src/funcs/accounting-retrieve-invoice-line-items.ts +0 -171
- package/src/funcs/accounting-retrieve-invoices.ts +0 -169
- package/src/funcs/accounting-retrieve-items.ts +0 -166
- package/src/funcs/accounting-retrieve-offer-line-item.ts +0 -173
- package/src/funcs/accounting-retrieve-open-items.ts +0 -168
- package/src/funcs/accounting-retrieve-payments.ts +0 -165
- package/src/funcs/accounting-retrieve-purchase-order-line-item.ts +0 -173
- package/src/funcs/accounting-retrieve-purchase-order-line-items.ts +0 -173
- package/src/funcs/accounting-retrieve-suppliers.ts +0 -167
- package/src/funcs/accounting-retrieve-tax-rates.ts +0 -165
- package/src/funcs/accounting-retrieve-vendor-credits.ts +0 -169
- package/src/funcs/accounting-upload-file.ts +0 -215
- package/src/funcs/accounting-v2-obtain-dimensions.ts +0 -165
- package/src/funcs/accounting-v2-update-contact.ts +0 -166
- package/src/funcs/user-get-info.ts +0 -135
package/src/sdk/accounting.ts
CHANGED
|
@@ -2,103 +2,104 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { accountingAddBooking } from "../funcs/accounting-add-booking.js";
|
|
9
|
-
import { accountingAddContact } from "../funcs/accounting-add-contact.js";
|
|
10
|
-
import { accountingAddEventSubscription } from "../funcs/accounting-add-event-subscription.js";
|
|
11
|
-
import { accountingAddExpense } from "../funcs/accounting-add-expense.js";
|
|
12
|
-
import { accountingAddInvoiceLineItem } from "../funcs/accounting-add-invoice-line-item.js";
|
|
13
|
-
import { accountingAddInvoice } from "../funcs/accounting-add-invoice.js";
|
|
14
|
-
import { accountingAddJournalEntry } from "../funcs/accounting-add-journal-entry.js";
|
|
15
|
-
import { accountingAddOffer } from "../funcs/accounting-add-offer.js";
|
|
16
|
-
import { accountingAddPaymentTerm } from "../funcs/accounting-add-payment-term.js";
|
|
17
|
-
import { accountingAddPayment } from "../funcs/accounting-add-payment.js";
|
|
18
|
-
import { accountingAddProject } from "../funcs/accounting-add-project.js";
|
|
19
|
-
import { accountingAddSalesOrder } from "../funcs/accounting-add-sales-order.js";
|
|
20
|
-
import { accountingAddSupplier } from "../funcs/accounting-add-supplier.js";
|
|
21
|
-
import { accountingAmendCustomer } from "../funcs/accounting-amend-customer.js";
|
|
22
|
-
import { accountingAmendInvoice } from "../funcs/accounting-amend-invoice.js";
|
|
23
|
-
import { accountingAmendSupplier } from "../funcs/accounting-amend-supplier.js";
|
|
24
|
-
import { accountingBatchAddContacts } from "../funcs/accounting-batch-add-contacts.js";
|
|
5
|
+
import { accountingCreateAccount } from "../funcs/accounting-create-account.js";
|
|
6
|
+
import { accountingCreateBankAccount } from "../funcs/accounting-create-bank-account.js";
|
|
7
|
+
import { accountingCreateBill } from "../funcs/accounting-create-bill.js";
|
|
25
8
|
import { accountingCreateBookingProposal } from "../funcs/accounting-create-booking-proposal.js";
|
|
26
|
-
import {
|
|
9
|
+
import { accountingCreateBookings } from "../funcs/accounting-create-bookings.js";
|
|
10
|
+
import { accountingCreateContact } from "../funcs/accounting-create-contact.js";
|
|
11
|
+
import { accountingCreateContactsV1 } from "../funcs/accounting-create-contacts-v1.js";
|
|
12
|
+
import { accountingCreateContacts } from "../funcs/accounting-create-contacts.js";
|
|
27
13
|
import { accountingCreateCustomer } from "../funcs/accounting-create-customer.js";
|
|
14
|
+
import { accountingCreateEventSubscriptions } from "../funcs/accounting-create-event-subscriptions.js";
|
|
15
|
+
import { accountingCreateExpense } from "../funcs/accounting-create-expense.js";
|
|
16
|
+
import { accountingCreateInvoice } from "../funcs/accounting-create-invoice.js";
|
|
28
17
|
import { accountingCreateJournalEntryAttachments } from "../funcs/accounting-create-journal-entry-attachments.js";
|
|
29
|
-
import {
|
|
18
|
+
import { accountingCreateJournalEntry } from "../funcs/accounting-create-journal-entry.js";
|
|
19
|
+
import { accountingCreateLineItem } from "../funcs/accounting-create-line-item.js";
|
|
20
|
+
import { accountingCreateOffer } from "../funcs/accounting-create-offer.js";
|
|
21
|
+
import { accountingCreatePassThroughRequest } from "../funcs/accounting-create-pass-through-request.js";
|
|
22
|
+
import { accountingCreatePaymentTerm } from "../funcs/accounting-create-payment-term.js";
|
|
23
|
+
import { accountingCreatePayment } from "../funcs/accounting-create-payment.js";
|
|
24
|
+
import { accountingCreateProject } from "../funcs/accounting-create-project.js";
|
|
25
|
+
import { accountingCreateSalesOrder } from "../funcs/accounting-create-sales-order.js";
|
|
26
|
+
import { accountingCreateSupplier } from "../funcs/accounting-create-supplier.js";
|
|
27
|
+
import { accountingCreateTransaction } from "../funcs/accounting-create-transaction.js";
|
|
30
28
|
import { accountingCreateVendorCredit } from "../funcs/accounting-create-vendor-credit.js";
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { accountingFetchJournalEntry } from "../funcs/accounting-fetch-journal-entry.js";
|
|
47
|
-
import { accountingFetchJournals } from "../funcs/accounting-fetch-journals.js";
|
|
48
|
-
import { accountingFetchOfferLineItems } from "../funcs/accounting-fetch-offer-line-items.js";
|
|
49
|
-
import { accountingFetchOffer } from "../funcs/accounting-fetch-offer.js";
|
|
50
|
-
import { accountingFetchOffers } from "../funcs/accounting-fetch-offers.js";
|
|
51
|
-
import { accountingFetchPaymentTerm } from "../funcs/accounting-fetch-payment-term.js";
|
|
52
|
-
import { accountingFetchPayment } from "../funcs/accounting-fetch-payment.js";
|
|
53
|
-
import { accountingFetchProject } from "../funcs/accounting-fetch-project.js";
|
|
54
|
-
import { accountingFetchPurchaseOrder } from "../funcs/accounting-fetch-purchase-order.js";
|
|
55
|
-
import { accountingFetchSalesOrder } from "../funcs/accounting-fetch-sales-order.js";
|
|
56
|
-
import { accountingFetchSupplier } from "../funcs/accounting-fetch-supplier.js";
|
|
57
|
-
import { accountingFetchTaxRate } from "../funcs/accounting-fetch-tax-rate.js";
|
|
58
|
-
import { accountingFetchTrialBalance } from "../funcs/accounting-fetch-trial-balance.js";
|
|
59
|
-
import { accountingFetchUnits } from "../funcs/accounting-fetch-units.js";
|
|
60
|
-
import { accountingGetAsyncTask } from "../funcs/accounting-get-async-task.js";
|
|
29
|
+
import { accountingDeleteBill } from "../funcs/accounting-delete-bill.js";
|
|
30
|
+
import { accountingDeleteEventSubscriptions } from "../funcs/accounting-delete-event-subscriptions.js";
|
|
31
|
+
import { accountingDeletePayment } from "../funcs/accounting-delete-payment.js";
|
|
32
|
+
import { accountingGetAccount } from "../funcs/accounting-get-account.js";
|
|
33
|
+
import { accountingGetAccounts } from "../funcs/accounting-get-accounts.js";
|
|
34
|
+
import { accountingGetAsyncTaskInfo } from "../funcs/accounting-get-async-task-info.js";
|
|
35
|
+
import { accountingGetBankAccount } from "../funcs/accounting-get-bank-account.js";
|
|
36
|
+
import { accountingGetBankAccounts } from "../funcs/accounting-get-bank-accounts.js";
|
|
37
|
+
import { accountingGetBillDocument } from "../funcs/accounting-get-bill-document.js";
|
|
38
|
+
import { accountingGetBill } from "../funcs/accounting-get-bill.js";
|
|
39
|
+
import { accountingGetBills } from "../funcs/accounting-get-bills.js";
|
|
40
|
+
import { accountingGetBookingProposalDocument } from "../funcs/accounting-get-booking-proposal-document.js";
|
|
41
|
+
import { accountingGetBookingProposal } from "../funcs/accounting-get-booking-proposal.js";
|
|
42
|
+
import { accountingGetBookingProposals } from "../funcs/accounting-get-booking-proposals.js";
|
|
43
|
+
import { accountingGetContact } from "../funcs/accounting-get-contact.js";
|
|
61
44
|
import { accountingGetContacts } from "../funcs/accounting-get-contacts.js";
|
|
45
|
+
import { accountingGetCreditNote } from "../funcs/accounting-get-credit-note.js";
|
|
46
|
+
import { accountingGetCreditNotes } from "../funcs/accounting-get-credit-notes.js";
|
|
47
|
+
import { accountingGetCustomer } from "../funcs/accounting-get-customer.js";
|
|
48
|
+
import { accountingGetCustomers } from "../funcs/accounting-get-customers.js";
|
|
49
|
+
import { accountingGetDimensions } from "../funcs/accounting-get-dimensions.js";
|
|
50
|
+
import { accountingGetDocumentTypes } from "../funcs/accounting-get-document-types.js";
|
|
51
|
+
import { accountingGetExpense } from "../funcs/accounting-get-expense.js";
|
|
52
|
+
import { accountingGetExpenses } from "../funcs/accounting-get-expenses.js";
|
|
62
53
|
import { accountingGetFiscalYears } from "../funcs/accounting-get-fiscal-years.js";
|
|
54
|
+
import { accountingGetGoodsReceiptLineItems } from "../funcs/accounting-get-goods-receipt-line-items.js";
|
|
55
|
+
import { accountingGetGoodsReceipt } from "../funcs/accounting-get-goods-receipt.js";
|
|
63
56
|
import { accountingGetGoodsReceipts } from "../funcs/accounting-get-goods-receipts.js";
|
|
57
|
+
import { accountingGetInvoiceDocument } from "../funcs/accounting-get-invoice-document.js";
|
|
58
|
+
import { accountingGetInvoice } from "../funcs/accounting-get-invoice.js";
|
|
59
|
+
import { accountingGetInvoices } from "../funcs/accounting-get-invoices.js";
|
|
60
|
+
import { accountingGetItem } from "../funcs/accounting-get-item.js";
|
|
61
|
+
import { accountingGetItems } from "../funcs/accounting-get-items.js";
|
|
62
|
+
import { accountingGetJournalEntries } from "../funcs/accounting-get-journal-entries.js";
|
|
63
|
+
import { accountingGetJournalEntry } from "../funcs/accounting-get-journal-entry.js";
|
|
64
|
+
import { accountingGetJournals } from "../funcs/accounting-get-journals.js";
|
|
65
|
+
import { accountingGetLineItem } from "../funcs/accounting-get-line-item.js";
|
|
66
|
+
import { accountingGetLineItems } from "../funcs/accounting-get-line-items.js";
|
|
67
|
+
import { accountingGetOfferLineItem } from "../funcs/accounting-get-offer-line-item.js";
|
|
68
|
+
import { accountingGetOfferLineItems } from "../funcs/accounting-get-offer-line-items.js";
|
|
69
|
+
import { accountingGetOffer } from "../funcs/accounting-get-offer.js";
|
|
70
|
+
import { accountingGetOffers } from "../funcs/accounting-get-offers.js";
|
|
71
|
+
import { accountingGetOpenItems } from "../funcs/accounting-get-open-items.js";
|
|
72
|
+
import { accountingGetPaymentTerm } from "../funcs/accounting-get-payment-term.js";
|
|
64
73
|
import { accountingGetPaymentTerms } from "../funcs/accounting-get-payment-terms.js";
|
|
74
|
+
import { accountingGetPayment } from "../funcs/accounting-get-payment.js";
|
|
75
|
+
import { accountingGetPayments } from "../funcs/accounting-get-payments.js";
|
|
65
76
|
import { accountingGetProfile } from "../funcs/accounting-get-profile.js";
|
|
77
|
+
import { accountingGetProject } from "../funcs/accounting-get-project.js";
|
|
66
78
|
import { accountingGetProjects } from "../funcs/accounting-get-projects.js";
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import { accountingRetrieveGoodsReceipt } from "../funcs/accounting-retrieve-goods-receipt.js";
|
|
87
|
-
import { accountingRetrieveInvoiceLineItem } from "../funcs/accounting-retrieve-invoice-line-item.js";
|
|
88
|
-
import { accountingRetrieveInvoiceLineItems } from "../funcs/accounting-retrieve-invoice-line-items.js";
|
|
89
|
-
import { accountingRetrieveInvoices } from "../funcs/accounting-retrieve-invoices.js";
|
|
90
|
-
import { accountingRetrieveItems } from "../funcs/accounting-retrieve-items.js";
|
|
91
|
-
import { accountingRetrieveOfferLineItem } from "../funcs/accounting-retrieve-offer-line-item.js";
|
|
92
|
-
import { accountingRetrieveOpenItems } from "../funcs/accounting-retrieve-open-items.js";
|
|
93
|
-
import { accountingRetrievePayments } from "../funcs/accounting-retrieve-payments.js";
|
|
94
|
-
import { accountingRetrievePurchaseOrderLineItem } from "../funcs/accounting-retrieve-purchase-order-line-item.js";
|
|
95
|
-
import { accountingRetrievePurchaseOrderLineItems } from "../funcs/accounting-retrieve-purchase-order-line-items.js";
|
|
96
|
-
import { accountingRetrieveSuppliers } from "../funcs/accounting-retrieve-suppliers.js";
|
|
97
|
-
import { accountingRetrieveTaxRates } from "../funcs/accounting-retrieve-tax-rates.js";
|
|
98
|
-
import { accountingRetrieveVendorCredits } from "../funcs/accounting-retrieve-vendor-credits.js";
|
|
79
|
+
import { accountingGetPurchaseOrderLineItem } from "../funcs/accounting-get-purchase-order-line-item.js";
|
|
80
|
+
import { accountingGetPurchaseOrderLineItems } from "../funcs/accounting-get-purchase-order-line-items.js";
|
|
81
|
+
import { accountingGetPurchaseOrder } from "../funcs/accounting-get-purchase-order.js";
|
|
82
|
+
import { accountingGetSalesOrderLines } from "../funcs/accounting-get-sales-order-lines.js";
|
|
83
|
+
import { accountingGetSalesOrder } from "../funcs/accounting-get-sales-order.js";
|
|
84
|
+
import { accountingGetSalesOrders } from "../funcs/accounting-get-sales-orders.js";
|
|
85
|
+
import { accountingGetSupplier } from "../funcs/accounting-get-supplier.js";
|
|
86
|
+
import { accountingGetSuppliers } from "../funcs/accounting-get-suppliers.js";
|
|
87
|
+
import { accountingGetTaxRate } from "../funcs/accounting-get-tax-rate.js";
|
|
88
|
+
import { accountingGetTaxRates } from "../funcs/accounting-get-tax-rates.js";
|
|
89
|
+
import { accountingGetTrialBalance } from "../funcs/accounting-get-trial-balance.js";
|
|
90
|
+
import { accountingGetUnits } from "../funcs/accounting-get-units.js";
|
|
91
|
+
import { accountingGetVendorCredits } from "../funcs/accounting-get-vendor-credits.js";
|
|
92
|
+
import { accountingPatchCustomers } from "../funcs/accounting-patch-customers.js";
|
|
93
|
+
import { accountingPatchInvoice } from "../funcs/accounting-patch-invoice.js";
|
|
94
|
+
import { accountingPatchSupplier } from "../funcs/accounting-patch-supplier.js";
|
|
95
|
+
import { accountingPostFile } from "../funcs/accounting-post-file.js";
|
|
96
|
+
import { accountingPutContact } from "../funcs/accounting-put-contact.js";
|
|
97
|
+
import { accountingUpdateBillLineItem } from "../funcs/accounting-update-bill-line-item.js";
|
|
99
98
|
import { accountingUpdateCustomer } from "../funcs/accounting-update-customer.js";
|
|
100
|
-
import {
|
|
99
|
+
import { accountingUpdateSupplier } from "../funcs/accounting-update-supplier.js";
|
|
100
|
+
import { accountingUpdateVendorCredit } from "../funcs/accounting-update-vendor-credit.js";
|
|
101
101
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
102
|
+
import * as models from "../models/index.js";
|
|
102
103
|
import * as operations from "../models/operations/index.js";
|
|
103
104
|
import { unwrapAsync } from "../types/fp.js";
|
|
104
105
|
import { AccountingBills } from "./accounting-bills.js";
|
|
@@ -129,99 +130,99 @@ export class Accounting extends ClientSDK {
|
|
|
129
130
|
return (this._v2 ??= new V2(this._options));
|
|
130
131
|
}
|
|
131
132
|
|
|
132
|
-
async
|
|
133
|
+
async getAccount(
|
|
133
134
|
request: operations.GetAccountRequest,
|
|
134
135
|
options?: RequestOptions,
|
|
135
136
|
): Promise<operations.GetAccountResponse> {
|
|
136
|
-
return unwrapAsync(
|
|
137
|
+
return unwrapAsync(accountingGetAccount(
|
|
137
138
|
this,
|
|
138
139
|
request,
|
|
139
140
|
options,
|
|
140
141
|
));
|
|
141
142
|
}
|
|
142
143
|
|
|
143
|
-
async
|
|
144
|
+
async getAccounts(
|
|
144
145
|
request?: operations.GetAccountsRequest | undefined,
|
|
145
146
|
options?: RequestOptions,
|
|
146
147
|
): Promise<operations.GetAccountsResponse> {
|
|
147
|
-
return unwrapAsync(
|
|
148
|
+
return unwrapAsync(accountingGetAccounts(
|
|
148
149
|
this,
|
|
149
150
|
request,
|
|
150
151
|
options,
|
|
151
152
|
));
|
|
152
153
|
}
|
|
153
154
|
|
|
154
|
-
async
|
|
155
|
+
async createAccount(
|
|
155
156
|
request: operations.CreateAccountRequest,
|
|
156
157
|
options?: RequestOptions,
|
|
157
158
|
): Promise<operations.CreateAccountResponse> {
|
|
158
|
-
return unwrapAsync(
|
|
159
|
+
return unwrapAsync(accountingCreateAccount(
|
|
159
160
|
this,
|
|
160
161
|
request,
|
|
161
162
|
options,
|
|
162
163
|
));
|
|
163
164
|
}
|
|
164
165
|
|
|
165
|
-
async
|
|
166
|
+
async getBankAccounts(
|
|
166
167
|
request?: operations.GetBankAccountsRequest | undefined,
|
|
167
168
|
options?: RequestOptions,
|
|
168
169
|
): Promise<operations.GetBankAccountsResponse> {
|
|
169
|
-
return unwrapAsync(
|
|
170
|
+
return unwrapAsync(accountingGetBankAccounts(
|
|
170
171
|
this,
|
|
171
172
|
request,
|
|
172
173
|
options,
|
|
173
174
|
));
|
|
174
175
|
}
|
|
175
176
|
|
|
176
|
-
async
|
|
177
|
+
async createBankAccount(
|
|
177
178
|
request: operations.CreateBankAccountRequest,
|
|
178
179
|
options?: RequestOptions,
|
|
179
180
|
): Promise<operations.CreateBankAccountResponse> {
|
|
180
|
-
return unwrapAsync(
|
|
181
|
+
return unwrapAsync(accountingCreateBankAccount(
|
|
181
182
|
this,
|
|
182
183
|
request,
|
|
183
184
|
options,
|
|
184
185
|
));
|
|
185
186
|
}
|
|
186
187
|
|
|
187
|
-
async
|
|
188
|
+
async getBankAccount(
|
|
188
189
|
request: operations.GetBankAccountRequest,
|
|
189
190
|
options?: RequestOptions,
|
|
190
191
|
): Promise<operations.GetBankAccountResponse> {
|
|
191
|
-
return unwrapAsync(
|
|
192
|
+
return unwrapAsync(accountingGetBankAccount(
|
|
192
193
|
this,
|
|
193
194
|
request,
|
|
194
195
|
options,
|
|
195
196
|
));
|
|
196
197
|
}
|
|
197
198
|
|
|
198
|
-
async
|
|
199
|
+
async getDimensions(
|
|
199
200
|
request?: operations.GetDimensionsRequest | undefined,
|
|
200
201
|
options?: RequestOptions,
|
|
201
202
|
): Promise<operations.GetDimensionsResponse> {
|
|
202
|
-
return unwrapAsync(
|
|
203
|
+
return unwrapAsync(accountingGetDimensions(
|
|
203
204
|
this,
|
|
204
205
|
request,
|
|
205
206
|
options,
|
|
206
207
|
));
|
|
207
208
|
}
|
|
208
209
|
|
|
209
|
-
async
|
|
210
|
+
async createTransaction(
|
|
210
211
|
request: operations.CreateTransactionRequest,
|
|
211
212
|
options?: RequestOptions,
|
|
212
213
|
): Promise<operations.CreateTransactionResponse> {
|
|
213
|
-
return unwrapAsync(
|
|
214
|
+
return unwrapAsync(accountingCreateTransaction(
|
|
214
215
|
this,
|
|
215
216
|
request,
|
|
216
217
|
options,
|
|
217
218
|
));
|
|
218
219
|
}
|
|
219
220
|
|
|
220
|
-
async
|
|
221
|
+
async getCustomers(
|
|
221
222
|
request?: operations.GetCustomersRequest | undefined,
|
|
222
223
|
options?: RequestOptions,
|
|
223
224
|
): Promise<operations.GetCustomersResponse> {
|
|
224
|
-
return unwrapAsync(
|
|
225
|
+
return unwrapAsync(accountingGetCustomers(
|
|
225
226
|
this,
|
|
226
227
|
request,
|
|
227
228
|
options,
|
|
@@ -239,11 +240,11 @@ export class Accounting extends ClientSDK {
|
|
|
239
240
|
));
|
|
240
241
|
}
|
|
241
242
|
|
|
242
|
-
async
|
|
243
|
+
async getCustomer(
|
|
243
244
|
request: operations.GetCustomerRequest,
|
|
244
245
|
options?: RequestOptions,
|
|
245
246
|
): Promise<operations.GetCustomerResponse> {
|
|
246
|
-
return unwrapAsync(
|
|
247
|
+
return unwrapAsync(accountingGetCustomer(
|
|
247
248
|
this,
|
|
248
249
|
request,
|
|
249
250
|
options,
|
|
@@ -261,66 +262,66 @@ export class Accounting extends ClientSDK {
|
|
|
261
262
|
));
|
|
262
263
|
}
|
|
263
264
|
|
|
264
|
-
async
|
|
265
|
+
async patchCustomers(
|
|
265
266
|
request: operations.PatchCustomersRequest,
|
|
266
267
|
options?: RequestOptions,
|
|
267
268
|
): Promise<operations.PatchCustomersResponse> {
|
|
268
|
-
return unwrapAsync(
|
|
269
|
+
return unwrapAsync(accountingPatchCustomers(
|
|
269
270
|
this,
|
|
270
271
|
request,
|
|
271
272
|
options,
|
|
272
273
|
));
|
|
273
274
|
}
|
|
274
275
|
|
|
275
|
-
async
|
|
276
|
+
async getSuppliers(
|
|
276
277
|
request?: operations.GetSuppliersRequest | undefined,
|
|
277
278
|
options?: RequestOptions,
|
|
278
279
|
): Promise<operations.GetSuppliersResponse> {
|
|
279
|
-
return unwrapAsync(
|
|
280
|
+
return unwrapAsync(accountingGetSuppliers(
|
|
280
281
|
this,
|
|
281
282
|
request,
|
|
282
283
|
options,
|
|
283
284
|
));
|
|
284
285
|
}
|
|
285
286
|
|
|
286
|
-
async
|
|
287
|
+
async createSupplier(
|
|
287
288
|
request: operations.CreateSupplierRequest,
|
|
288
289
|
options?: RequestOptions,
|
|
289
290
|
): Promise<operations.CreateSupplierResponse> {
|
|
290
|
-
return unwrapAsync(
|
|
291
|
+
return unwrapAsync(accountingCreateSupplier(
|
|
291
292
|
this,
|
|
292
293
|
request,
|
|
293
294
|
options,
|
|
294
295
|
));
|
|
295
296
|
}
|
|
296
297
|
|
|
297
|
-
async
|
|
298
|
+
async getSupplier(
|
|
298
299
|
request: operations.GetSupplierRequest,
|
|
299
300
|
options?: RequestOptions,
|
|
300
301
|
): Promise<operations.GetSupplierResponse> {
|
|
301
|
-
return unwrapAsync(
|
|
302
|
+
return unwrapAsync(accountingGetSupplier(
|
|
302
303
|
this,
|
|
303
304
|
request,
|
|
304
305
|
options,
|
|
305
306
|
));
|
|
306
307
|
}
|
|
307
308
|
|
|
308
|
-
async
|
|
309
|
+
async updateSupplier(
|
|
309
310
|
request: operations.UpdateSupplierRequest,
|
|
310
311
|
options?: RequestOptions,
|
|
311
312
|
): Promise<operations.UpdateSupplierResponse> {
|
|
312
|
-
return unwrapAsync(
|
|
313
|
+
return unwrapAsync(accountingUpdateSupplier(
|
|
313
314
|
this,
|
|
314
315
|
request,
|
|
315
316
|
options,
|
|
316
317
|
));
|
|
317
318
|
}
|
|
318
319
|
|
|
319
|
-
async
|
|
320
|
+
async patchSupplier(
|
|
320
321
|
request: operations.PatchSupplierRequest,
|
|
321
322
|
options?: RequestOptions,
|
|
322
323
|
): Promise<operations.PatchSupplierResponse> {
|
|
323
|
-
return unwrapAsync(
|
|
324
|
+
return unwrapAsync(accountingPatchSupplier(
|
|
324
325
|
this,
|
|
325
326
|
request,
|
|
326
327
|
options,
|
|
@@ -338,242 +339,242 @@ export class Accounting extends ClientSDK {
|
|
|
338
339
|
));
|
|
339
340
|
}
|
|
340
341
|
|
|
341
|
-
async
|
|
342
|
+
async createContact(
|
|
342
343
|
request: operations.CreateContactRequest,
|
|
343
344
|
options?: RequestOptions,
|
|
344
345
|
): Promise<operations.CreateContactResponse> {
|
|
345
|
-
return unwrapAsync(
|
|
346
|
+
return unwrapAsync(accountingCreateContact(
|
|
346
347
|
this,
|
|
347
348
|
request,
|
|
348
349
|
options,
|
|
349
350
|
));
|
|
350
351
|
}
|
|
351
352
|
|
|
352
|
-
async
|
|
353
|
+
async getContact(
|
|
353
354
|
request: operations.GetContactRequest,
|
|
354
355
|
options?: RequestOptions,
|
|
355
356
|
): Promise<operations.GetContactResponse> {
|
|
356
|
-
return unwrapAsync(
|
|
357
|
+
return unwrapAsync(accountingGetContact(
|
|
357
358
|
this,
|
|
358
359
|
request,
|
|
359
360
|
options,
|
|
360
361
|
));
|
|
361
362
|
}
|
|
362
363
|
|
|
363
|
-
async
|
|
364
|
+
async putContact(
|
|
364
365
|
request: operations.PutContactRequest,
|
|
365
366
|
options?: RequestOptions,
|
|
366
367
|
): Promise<operations.PutContactResponse> {
|
|
367
|
-
return unwrapAsync(
|
|
368
|
+
return unwrapAsync(accountingPutContact(
|
|
368
369
|
this,
|
|
369
370
|
request,
|
|
370
371
|
options,
|
|
371
372
|
));
|
|
372
373
|
}
|
|
373
374
|
|
|
374
|
-
async
|
|
375
|
+
async createContacts(
|
|
375
376
|
request: operations.CreateContactsRequest,
|
|
376
377
|
options?: RequestOptions,
|
|
377
378
|
): Promise<operations.CreateContactsResponse> {
|
|
378
|
-
return unwrapAsync(
|
|
379
|
+
return unwrapAsync(accountingCreateContacts(
|
|
379
380
|
this,
|
|
380
381
|
request,
|
|
381
382
|
options,
|
|
382
383
|
));
|
|
383
384
|
}
|
|
384
385
|
|
|
385
|
-
async
|
|
386
|
+
async createContactsV1(
|
|
386
387
|
request: operations.CreateContactsV1Request,
|
|
387
388
|
options?: RequestOptions,
|
|
388
389
|
): Promise<operations.CreateContactsV1Response> {
|
|
389
|
-
return unwrapAsync(
|
|
390
|
+
return unwrapAsync(accountingCreateContactsV1(
|
|
390
391
|
this,
|
|
391
392
|
request,
|
|
392
393
|
options,
|
|
393
394
|
));
|
|
394
395
|
}
|
|
395
396
|
|
|
396
|
-
async
|
|
397
|
+
async getInvoices(
|
|
397
398
|
request?: operations.GetInvoicesRequest | undefined,
|
|
398
399
|
options?: RequestOptions,
|
|
399
400
|
): Promise<operations.GetInvoicesResponse> {
|
|
400
|
-
return unwrapAsync(
|
|
401
|
+
return unwrapAsync(accountingGetInvoices(
|
|
401
402
|
this,
|
|
402
403
|
request,
|
|
403
404
|
options,
|
|
404
405
|
));
|
|
405
406
|
}
|
|
406
407
|
|
|
407
|
-
async
|
|
408
|
+
async createInvoice(
|
|
408
409
|
request: operations.CreateInvoiceRequest,
|
|
409
410
|
options?: RequestOptions,
|
|
410
411
|
): Promise<operations.CreateInvoiceResponse> {
|
|
411
|
-
return unwrapAsync(
|
|
412
|
+
return unwrapAsync(accountingCreateInvoice(
|
|
412
413
|
this,
|
|
413
414
|
request,
|
|
414
415
|
options,
|
|
415
416
|
));
|
|
416
417
|
}
|
|
417
418
|
|
|
418
|
-
async
|
|
419
|
+
async getInvoice(
|
|
419
420
|
request: operations.GetInvoiceRequest,
|
|
420
421
|
options?: RequestOptions,
|
|
421
422
|
): Promise<operations.GetInvoiceResponse> {
|
|
422
|
-
return unwrapAsync(
|
|
423
|
+
return unwrapAsync(accountingGetInvoice(
|
|
423
424
|
this,
|
|
424
425
|
request,
|
|
425
426
|
options,
|
|
426
427
|
));
|
|
427
428
|
}
|
|
428
429
|
|
|
429
|
-
async
|
|
430
|
+
async patchInvoice(
|
|
430
431
|
request: operations.PatchInvoiceRequest,
|
|
431
432
|
options?: RequestOptions,
|
|
432
433
|
): Promise<operations.PatchInvoiceResponse> {
|
|
433
|
-
return unwrapAsync(
|
|
434
|
+
return unwrapAsync(accountingPatchInvoice(
|
|
434
435
|
this,
|
|
435
436
|
request,
|
|
436
437
|
options,
|
|
437
438
|
));
|
|
438
439
|
}
|
|
439
440
|
|
|
440
|
-
async
|
|
441
|
+
async getInvoiceDocument(
|
|
441
442
|
request: operations.GetInvoiceDocumentRequest,
|
|
442
443
|
options?: RequestOptions,
|
|
443
444
|
): Promise<operations.GetInvoiceDocumentResponse> {
|
|
444
|
-
return unwrapAsync(
|
|
445
|
+
return unwrapAsync(accountingGetInvoiceDocument(
|
|
445
446
|
this,
|
|
446
447
|
request,
|
|
447
448
|
options,
|
|
448
449
|
));
|
|
449
450
|
}
|
|
450
451
|
|
|
451
|
-
async
|
|
452
|
+
async postFile(
|
|
452
453
|
request: operations.PostFileRequest,
|
|
453
454
|
options?: RequestOptions,
|
|
454
455
|
): Promise<operations.PostFileResponse> {
|
|
455
|
-
return unwrapAsync(
|
|
456
|
+
return unwrapAsync(accountingPostFile(
|
|
456
457
|
this,
|
|
457
458
|
request,
|
|
458
459
|
options,
|
|
459
460
|
));
|
|
460
461
|
}
|
|
461
462
|
|
|
462
|
-
async
|
|
463
|
+
async getDocumentTypes(
|
|
463
464
|
request?: operations.GetDocumentTypesRequest | undefined,
|
|
464
465
|
options?: RequestOptions,
|
|
465
466
|
): Promise<operations.GetDocumentTypesResponse> {
|
|
466
|
-
return unwrapAsync(
|
|
467
|
+
return unwrapAsync(accountingGetDocumentTypes(
|
|
467
468
|
this,
|
|
468
469
|
request,
|
|
469
470
|
options,
|
|
470
471
|
));
|
|
471
472
|
}
|
|
472
473
|
|
|
473
|
-
async
|
|
474
|
+
async getAsyncTaskInfo(
|
|
474
475
|
request: operations.GetAsyncTaskInfoRequest,
|
|
475
476
|
options?: RequestOptions,
|
|
476
477
|
): Promise<operations.GetAsyncTaskInfoResponse> {
|
|
477
|
-
return unwrapAsync(
|
|
478
|
+
return unwrapAsync(accountingGetAsyncTaskInfo(
|
|
478
479
|
this,
|
|
479
480
|
request,
|
|
480
481
|
options,
|
|
481
482
|
));
|
|
482
483
|
}
|
|
483
484
|
|
|
484
|
-
async
|
|
485
|
+
async getItems(
|
|
485
486
|
request?: operations.GetItemsRequest | undefined,
|
|
486
487
|
options?: RequestOptions,
|
|
487
488
|
): Promise<operations.GetItemsResponse> {
|
|
488
|
-
return unwrapAsync(
|
|
489
|
+
return unwrapAsync(accountingGetItems(
|
|
489
490
|
this,
|
|
490
491
|
request,
|
|
491
492
|
options,
|
|
492
493
|
));
|
|
493
494
|
}
|
|
494
495
|
|
|
495
|
-
async
|
|
496
|
+
async getItem(
|
|
496
497
|
request: operations.GetItemRequest,
|
|
497
498
|
options?: RequestOptions,
|
|
498
499
|
): Promise<operations.GetItemResponse> {
|
|
499
|
-
return unwrapAsync(
|
|
500
|
+
return unwrapAsync(accountingGetItem(
|
|
500
501
|
this,
|
|
501
502
|
request,
|
|
502
503
|
options,
|
|
503
504
|
));
|
|
504
505
|
}
|
|
505
506
|
|
|
506
|
-
async
|
|
507
|
+
async getLineItems(
|
|
507
508
|
request: operations.GetLineItemsRequest,
|
|
508
509
|
options?: RequestOptions,
|
|
509
510
|
): Promise<operations.GetLineItemsResponse> {
|
|
510
|
-
return unwrapAsync(
|
|
511
|
+
return unwrapAsync(accountingGetLineItems(
|
|
511
512
|
this,
|
|
512
513
|
request,
|
|
513
514
|
options,
|
|
514
515
|
));
|
|
515
516
|
}
|
|
516
517
|
|
|
517
|
-
async
|
|
518
|
+
async createLineItem(
|
|
518
519
|
request: operations.CreateLineItemRequest,
|
|
519
520
|
options?: RequestOptions,
|
|
520
521
|
): Promise<operations.CreateLineItemResponse> {
|
|
521
|
-
return unwrapAsync(
|
|
522
|
+
return unwrapAsync(accountingCreateLineItem(
|
|
522
523
|
this,
|
|
523
524
|
request,
|
|
524
525
|
options,
|
|
525
526
|
));
|
|
526
527
|
}
|
|
527
528
|
|
|
528
|
-
async
|
|
529
|
+
async getLineItem(
|
|
529
530
|
request: operations.GetLineItemRequest,
|
|
530
531
|
options?: RequestOptions,
|
|
531
532
|
): Promise<operations.GetLineItemResponse> {
|
|
532
|
-
return unwrapAsync(
|
|
533
|
+
return unwrapAsync(accountingGetLineItem(
|
|
533
534
|
this,
|
|
534
535
|
request,
|
|
535
536
|
options,
|
|
536
537
|
));
|
|
537
538
|
}
|
|
538
539
|
|
|
539
|
-
async
|
|
540
|
+
async getJournals(
|
|
540
541
|
request?: operations.GetJournalsRequest | undefined,
|
|
541
542
|
options?: RequestOptions,
|
|
542
543
|
): Promise<operations.GetJournalsResponse> {
|
|
543
|
-
return unwrapAsync(
|
|
544
|
+
return unwrapAsync(accountingGetJournals(
|
|
544
545
|
this,
|
|
545
546
|
request,
|
|
546
547
|
options,
|
|
547
548
|
));
|
|
548
549
|
}
|
|
549
550
|
|
|
550
|
-
async
|
|
551
|
+
async getJournalEntries(
|
|
551
552
|
request?: operations.GetJournalEntriesRequest | undefined,
|
|
552
553
|
options?: RequestOptions,
|
|
553
554
|
): Promise<operations.GetJournalEntriesResponse> {
|
|
554
|
-
return unwrapAsync(
|
|
555
|
+
return unwrapAsync(accountingGetJournalEntries(
|
|
555
556
|
this,
|
|
556
557
|
request,
|
|
557
558
|
options,
|
|
558
559
|
));
|
|
559
560
|
}
|
|
560
561
|
|
|
561
|
-
async
|
|
562
|
+
async createJournalEntry(
|
|
562
563
|
request: operations.CreateJournalEntryRequest,
|
|
563
564
|
options?: RequestOptions,
|
|
564
565
|
): Promise<operations.CreateJournalEntryResponse> {
|
|
565
|
-
return unwrapAsync(
|
|
566
|
+
return unwrapAsync(accountingCreateJournalEntry(
|
|
566
567
|
this,
|
|
567
568
|
request,
|
|
568
569
|
options,
|
|
569
570
|
));
|
|
570
571
|
}
|
|
571
572
|
|
|
572
|
-
async
|
|
573
|
+
async getJournalEntry(
|
|
573
574
|
request: operations.GetJournalEntryRequest,
|
|
574
575
|
options?: RequestOptions,
|
|
575
576
|
): Promise<operations.GetJournalEntryResponse> {
|
|
576
|
-
return unwrapAsync(
|
|
577
|
+
return unwrapAsync(accountingGetJournalEntry(
|
|
577
578
|
this,
|
|
578
579
|
request,
|
|
579
580
|
options,
|
|
@@ -591,88 +592,88 @@ export class Accounting extends ClientSDK {
|
|
|
591
592
|
));
|
|
592
593
|
}
|
|
593
594
|
|
|
594
|
-
async
|
|
595
|
+
async getOffers(
|
|
595
596
|
request?: operations.GetOffersRequest | undefined,
|
|
596
597
|
options?: RequestOptions,
|
|
597
598
|
): Promise<operations.GetOffersResponse> {
|
|
598
|
-
return unwrapAsync(
|
|
599
|
+
return unwrapAsync(accountingGetOffers(
|
|
599
600
|
this,
|
|
600
601
|
request,
|
|
601
602
|
options,
|
|
602
603
|
));
|
|
603
604
|
}
|
|
604
605
|
|
|
605
|
-
async
|
|
606
|
+
async createOffer(
|
|
606
607
|
request: operations.CreateOfferRequest,
|
|
607
608
|
options?: RequestOptions,
|
|
608
609
|
): Promise<operations.CreateOfferResponse> {
|
|
609
|
-
return unwrapAsync(
|
|
610
|
+
return unwrapAsync(accountingCreateOffer(
|
|
610
611
|
this,
|
|
611
612
|
request,
|
|
612
613
|
options,
|
|
613
614
|
));
|
|
614
615
|
}
|
|
615
616
|
|
|
616
|
-
async
|
|
617
|
+
async getOffer(
|
|
617
618
|
request: operations.GetOfferRequest,
|
|
618
619
|
options?: RequestOptions,
|
|
619
620
|
): Promise<operations.GetOfferResponse> {
|
|
620
|
-
return unwrapAsync(
|
|
621
|
+
return unwrapAsync(accountingGetOffer(
|
|
621
622
|
this,
|
|
622
623
|
request,
|
|
623
624
|
options,
|
|
624
625
|
));
|
|
625
626
|
}
|
|
626
627
|
|
|
627
|
-
async
|
|
628
|
+
async getOfferLineItems(
|
|
628
629
|
request: operations.GetOfferLineItemsRequest,
|
|
629
630
|
options?: RequestOptions,
|
|
630
631
|
): Promise<operations.GetOfferLineItemsResponse> {
|
|
631
|
-
return unwrapAsync(
|
|
632
|
+
return unwrapAsync(accountingGetOfferLineItems(
|
|
632
633
|
this,
|
|
633
634
|
request,
|
|
634
635
|
options,
|
|
635
636
|
));
|
|
636
637
|
}
|
|
637
638
|
|
|
638
|
-
async
|
|
639
|
+
async getOfferLineItem(
|
|
639
640
|
request: operations.GetOfferLineItemRequest,
|
|
640
641
|
options?: RequestOptions,
|
|
641
642
|
): Promise<operations.GetOfferLineItemResponse> {
|
|
642
|
-
return unwrapAsync(
|
|
643
|
+
return unwrapAsync(accountingGetOfferLineItem(
|
|
643
644
|
this,
|
|
644
645
|
request,
|
|
645
646
|
options,
|
|
646
647
|
));
|
|
647
648
|
}
|
|
648
649
|
|
|
649
|
-
async
|
|
650
|
+
async createExpense(
|
|
650
651
|
request: operations.CreateExpenseRequest,
|
|
651
652
|
options?: RequestOptions,
|
|
652
653
|
): Promise<operations.CreateExpenseResponse> {
|
|
653
|
-
return unwrapAsync(
|
|
654
|
+
return unwrapAsync(accountingCreateExpense(
|
|
654
655
|
this,
|
|
655
656
|
request,
|
|
656
657
|
options,
|
|
657
658
|
));
|
|
658
659
|
}
|
|
659
660
|
|
|
660
|
-
async
|
|
661
|
+
async getExpenses(
|
|
661
662
|
request?: operations.GetExpensesRequest | undefined,
|
|
662
663
|
options?: RequestOptions,
|
|
663
664
|
): Promise<operations.GetExpensesResponse> {
|
|
664
|
-
return unwrapAsync(
|
|
665
|
+
return unwrapAsync(accountingGetExpenses(
|
|
665
666
|
this,
|
|
666
667
|
request,
|
|
667
668
|
options,
|
|
668
669
|
));
|
|
669
670
|
}
|
|
670
671
|
|
|
671
|
-
async
|
|
672
|
+
async getExpense(
|
|
672
673
|
request: operations.GetExpenseRequest,
|
|
673
674
|
options?: RequestOptions,
|
|
674
675
|
): Promise<operations.GetExpenseResponse> {
|
|
675
|
-
return unwrapAsync(
|
|
676
|
+
return unwrapAsync(accountingGetExpense(
|
|
676
677
|
this,
|
|
677
678
|
request,
|
|
678
679
|
options,
|
|
@@ -690,66 +691,66 @@ export class Accounting extends ClientSDK {
|
|
|
690
691
|
));
|
|
691
692
|
}
|
|
692
693
|
|
|
693
|
-
async
|
|
694
|
+
async createProject(
|
|
694
695
|
request: operations.CreateProjectRequest,
|
|
695
696
|
options?: RequestOptions,
|
|
696
697
|
): Promise<operations.CreateProjectResponse> {
|
|
697
|
-
return unwrapAsync(
|
|
698
|
+
return unwrapAsync(accountingCreateProject(
|
|
698
699
|
this,
|
|
699
700
|
request,
|
|
700
701
|
options,
|
|
701
702
|
));
|
|
702
703
|
}
|
|
703
704
|
|
|
704
|
-
async
|
|
705
|
+
async getProject(
|
|
705
706
|
request: operations.GetProjectRequest,
|
|
706
707
|
options?: RequestOptions,
|
|
707
708
|
): Promise<operations.GetProjectResponse> {
|
|
708
|
-
return unwrapAsync(
|
|
709
|
+
return unwrapAsync(accountingGetProject(
|
|
709
710
|
this,
|
|
710
711
|
request,
|
|
711
712
|
options,
|
|
712
713
|
));
|
|
713
714
|
}
|
|
714
715
|
|
|
715
|
-
async
|
|
716
|
+
async getSalesOrders(
|
|
716
717
|
request?: operations.GetSalesOrdersRequest | undefined,
|
|
717
718
|
options?: RequestOptions,
|
|
718
719
|
): Promise<operations.GetSalesOrdersResponse> {
|
|
719
|
-
return unwrapAsync(
|
|
720
|
+
return unwrapAsync(accountingGetSalesOrders(
|
|
720
721
|
this,
|
|
721
722
|
request,
|
|
722
723
|
options,
|
|
723
724
|
));
|
|
724
725
|
}
|
|
725
726
|
|
|
726
|
-
async
|
|
727
|
+
async createSalesOrder(
|
|
727
728
|
request: operations.CreateSalesOrderRequest,
|
|
728
729
|
options?: RequestOptions,
|
|
729
730
|
): Promise<operations.CreateSalesOrderResponse> {
|
|
730
|
-
return unwrapAsync(
|
|
731
|
+
return unwrapAsync(accountingCreateSalesOrder(
|
|
731
732
|
this,
|
|
732
733
|
request,
|
|
733
734
|
options,
|
|
734
735
|
));
|
|
735
736
|
}
|
|
736
737
|
|
|
737
|
-
async
|
|
738
|
+
async getSalesOrder(
|
|
738
739
|
request: operations.GetSalesOrderRequest,
|
|
739
740
|
options?: RequestOptions,
|
|
740
741
|
): Promise<operations.GetSalesOrderResponse> {
|
|
741
|
-
return unwrapAsync(
|
|
742
|
+
return unwrapAsync(accountingGetSalesOrder(
|
|
742
743
|
this,
|
|
743
744
|
request,
|
|
744
745
|
options,
|
|
745
746
|
));
|
|
746
747
|
}
|
|
747
748
|
|
|
748
|
-
async
|
|
749
|
+
async getSalesOrderLines(
|
|
749
750
|
request: operations.GetSalesOrderLinesRequest,
|
|
750
751
|
options?: RequestOptions,
|
|
751
752
|
): Promise<operations.GetSalesOrderLinesResponse> {
|
|
752
|
-
return unwrapAsync(
|
|
753
|
+
return unwrapAsync(accountingGetSalesOrderLines(
|
|
753
754
|
this,
|
|
754
755
|
request,
|
|
755
756
|
options,
|
|
@@ -767,110 +768,110 @@ export class Accounting extends ClientSDK {
|
|
|
767
768
|
));
|
|
768
769
|
}
|
|
769
770
|
|
|
770
|
-
async
|
|
771
|
+
async createPaymentTerm(
|
|
771
772
|
request: operations.CreatePaymentTermRequest,
|
|
772
773
|
options?: RequestOptions,
|
|
773
774
|
): Promise<operations.CreatePaymentTermResponse> {
|
|
774
|
-
return unwrapAsync(
|
|
775
|
+
return unwrapAsync(accountingCreatePaymentTerm(
|
|
775
776
|
this,
|
|
776
777
|
request,
|
|
777
778
|
options,
|
|
778
779
|
));
|
|
779
780
|
}
|
|
780
781
|
|
|
781
|
-
async
|
|
782
|
+
async getPaymentTerm(
|
|
782
783
|
request: operations.GetPaymentTermRequest,
|
|
783
784
|
options?: RequestOptions,
|
|
784
785
|
): Promise<operations.GetPaymentTermResponse> {
|
|
785
|
-
return unwrapAsync(
|
|
786
|
+
return unwrapAsync(accountingGetPaymentTerm(
|
|
786
787
|
this,
|
|
787
788
|
request,
|
|
788
789
|
options,
|
|
789
790
|
));
|
|
790
791
|
}
|
|
791
792
|
|
|
792
|
-
async
|
|
793
|
+
async getTaxRates(
|
|
793
794
|
request?: operations.GetTaxRatesRequest | undefined,
|
|
794
795
|
options?: RequestOptions,
|
|
795
796
|
): Promise<operations.GetTaxRatesResponse> {
|
|
796
|
-
return unwrapAsync(
|
|
797
|
+
return unwrapAsync(accountingGetTaxRates(
|
|
797
798
|
this,
|
|
798
799
|
request,
|
|
799
800
|
options,
|
|
800
801
|
));
|
|
801
802
|
}
|
|
802
803
|
|
|
803
|
-
async
|
|
804
|
+
async getTaxRate(
|
|
804
805
|
request: operations.GetTaxRateRequest,
|
|
805
806
|
options?: RequestOptions,
|
|
806
807
|
): Promise<operations.GetTaxRateResponse> {
|
|
807
|
-
return unwrapAsync(
|
|
808
|
+
return unwrapAsync(accountingGetTaxRate(
|
|
808
809
|
this,
|
|
809
810
|
request,
|
|
810
811
|
options,
|
|
811
812
|
));
|
|
812
813
|
}
|
|
813
814
|
|
|
814
|
-
async
|
|
815
|
+
async getPayments(
|
|
815
816
|
request?: operations.GetPaymentsRequest | undefined,
|
|
816
817
|
options?: RequestOptions,
|
|
817
818
|
): Promise<operations.GetPaymentsResponse> {
|
|
818
|
-
return unwrapAsync(
|
|
819
|
+
return unwrapAsync(accountingGetPayments(
|
|
819
820
|
this,
|
|
820
821
|
request,
|
|
821
822
|
options,
|
|
822
823
|
));
|
|
823
824
|
}
|
|
824
825
|
|
|
825
|
-
async
|
|
826
|
+
async createPayment(
|
|
826
827
|
request: operations.CreatePaymentRequest,
|
|
827
828
|
options?: RequestOptions,
|
|
828
829
|
): Promise<operations.CreatePaymentResponse> {
|
|
829
|
-
return unwrapAsync(
|
|
830
|
+
return unwrapAsync(accountingCreatePayment(
|
|
830
831
|
this,
|
|
831
832
|
request,
|
|
832
833
|
options,
|
|
833
834
|
));
|
|
834
835
|
}
|
|
835
836
|
|
|
836
|
-
async
|
|
837
|
+
async getPayment(
|
|
837
838
|
request: operations.GetPaymentRequest,
|
|
838
839
|
options?: RequestOptions,
|
|
839
840
|
): Promise<operations.GetPaymentResponse> {
|
|
840
|
-
return unwrapAsync(
|
|
841
|
+
return unwrapAsync(accountingGetPayment(
|
|
841
842
|
this,
|
|
842
843
|
request,
|
|
843
844
|
options,
|
|
844
845
|
));
|
|
845
846
|
}
|
|
846
847
|
|
|
847
|
-
async
|
|
848
|
+
async deletePayment(
|
|
848
849
|
request: operations.DeletePaymentRequest,
|
|
849
850
|
options?: RequestOptions,
|
|
850
|
-
): Promise<
|
|
851
|
-
return unwrapAsync(
|
|
851
|
+
): Promise<operations.DeletePaymentResponse> {
|
|
852
|
+
return unwrapAsync(accountingDeletePayment(
|
|
852
853
|
this,
|
|
853
854
|
request,
|
|
854
855
|
options,
|
|
855
856
|
));
|
|
856
857
|
}
|
|
857
858
|
|
|
858
|
-
async
|
|
859
|
+
async createEventSubscriptions(
|
|
859
860
|
request: operations.CreateEventSubscriptionsRequest,
|
|
860
861
|
options?: RequestOptions,
|
|
861
|
-
): Promise<
|
|
862
|
-
return unwrapAsync(
|
|
862
|
+
): Promise<models.BaseResponseDto> {
|
|
863
|
+
return unwrapAsync(accountingCreateEventSubscriptions(
|
|
863
864
|
this,
|
|
864
865
|
request,
|
|
865
866
|
options,
|
|
866
867
|
));
|
|
867
868
|
}
|
|
868
869
|
|
|
869
|
-
async
|
|
870
|
+
async deleteEventSubscriptions(
|
|
870
871
|
request: operations.DeleteEventSubscriptionsRequest,
|
|
871
872
|
options?: RequestOptions,
|
|
872
|
-
): Promise<
|
|
873
|
-
return unwrapAsync(
|
|
873
|
+
): Promise<models.BaseResponseDto> {
|
|
874
|
+
return unwrapAsync(accountingDeleteEventSubscriptions(
|
|
874
875
|
this,
|
|
875
876
|
request,
|
|
876
877
|
options,
|
|
@@ -879,73 +880,73 @@ export class Accounting extends ClientSDK {
|
|
|
879
880
|
|
|
880
881
|
async getProfile(
|
|
881
882
|
options?: RequestOptions,
|
|
882
|
-
): Promise<
|
|
883
|
+
): Promise<models.BaseResponseDto> {
|
|
883
884
|
return unwrapAsync(accountingGetProfile(
|
|
884
885
|
this,
|
|
885
886
|
options,
|
|
886
887
|
));
|
|
887
888
|
}
|
|
888
889
|
|
|
889
|
-
async
|
|
890
|
+
async createPassThroughRequest(
|
|
890
891
|
request: operations.CreatePassThroughRequestRequest,
|
|
891
892
|
options?: RequestOptions,
|
|
892
893
|
): Promise<operations.CreatePassThroughRequestResponse> {
|
|
893
|
-
return unwrapAsync(
|
|
894
|
+
return unwrapAsync(accountingCreatePassThroughRequest(
|
|
894
895
|
this,
|
|
895
896
|
request,
|
|
896
897
|
options,
|
|
897
898
|
));
|
|
898
899
|
}
|
|
899
900
|
|
|
900
|
-
async
|
|
901
|
+
async getBills(
|
|
901
902
|
request?: operations.GetBillsRequest | undefined,
|
|
902
903
|
options?: RequestOptions,
|
|
903
904
|
): Promise<operations.GetBillsResponse> {
|
|
904
|
-
return unwrapAsync(
|
|
905
|
+
return unwrapAsync(accountingGetBills(
|
|
905
906
|
this,
|
|
906
907
|
request,
|
|
907
908
|
options,
|
|
908
909
|
));
|
|
909
910
|
}
|
|
910
911
|
|
|
911
|
-
async
|
|
912
|
+
async createBill(
|
|
912
913
|
request: operations.CreateBillRequest,
|
|
913
914
|
options?: RequestOptions,
|
|
914
915
|
): Promise<operations.CreateBillResponse> {
|
|
915
|
-
return unwrapAsync(
|
|
916
|
+
return unwrapAsync(accountingCreateBill(
|
|
916
917
|
this,
|
|
917
918
|
request,
|
|
918
919
|
options,
|
|
919
920
|
));
|
|
920
921
|
}
|
|
921
922
|
|
|
922
|
-
async
|
|
923
|
+
async getBill(
|
|
923
924
|
request: operations.GetBillRequest,
|
|
924
925
|
options?: RequestOptions,
|
|
925
926
|
): Promise<operations.GetBillResponse> {
|
|
926
|
-
return unwrapAsync(
|
|
927
|
+
return unwrapAsync(accountingGetBill(
|
|
927
928
|
this,
|
|
928
929
|
request,
|
|
929
930
|
options,
|
|
930
931
|
));
|
|
931
932
|
}
|
|
932
933
|
|
|
933
|
-
async
|
|
934
|
+
async deleteBill(
|
|
934
935
|
request: operations.DeleteBillRequest,
|
|
935
936
|
options?: RequestOptions,
|
|
936
|
-
): Promise<
|
|
937
|
-
return unwrapAsync(
|
|
937
|
+
): Promise<operations.DeleteBillResponse> {
|
|
938
|
+
return unwrapAsync(accountingDeleteBill(
|
|
938
939
|
this,
|
|
939
940
|
request,
|
|
940
941
|
options,
|
|
941
942
|
));
|
|
942
943
|
}
|
|
943
944
|
|
|
944
|
-
async
|
|
945
|
+
async getBillDocument(
|
|
945
946
|
request: operations.GetBillDocumentRequest,
|
|
946
947
|
options?: RequestOptions,
|
|
947
948
|
): Promise<operations.GetBillDocumentResponse> {
|
|
948
|
-
return unwrapAsync(
|
|
949
|
+
return unwrapAsync(accountingGetBillDocument(
|
|
949
950
|
this,
|
|
950
951
|
request,
|
|
951
952
|
options,
|
|
@@ -963,55 +964,55 @@ export class Accounting extends ClientSDK {
|
|
|
963
964
|
));
|
|
964
965
|
}
|
|
965
966
|
|
|
966
|
-
async
|
|
967
|
+
async getBookingProposals(
|
|
967
968
|
request?: operations.GetBookingProposalsRequest | undefined,
|
|
968
969
|
options?: RequestOptions,
|
|
969
970
|
): Promise<operations.GetBookingProposalsResponse> {
|
|
970
|
-
return unwrapAsync(
|
|
971
|
+
return unwrapAsync(accountingGetBookingProposals(
|
|
971
972
|
this,
|
|
972
973
|
request,
|
|
973
974
|
options,
|
|
974
975
|
));
|
|
975
976
|
}
|
|
976
977
|
|
|
977
|
-
async
|
|
978
|
+
async getBookingProposal(
|
|
978
979
|
request: operations.GetBookingProposalRequest,
|
|
979
980
|
options?: RequestOptions,
|
|
980
981
|
): Promise<operations.GetBookingProposalResponse> {
|
|
981
|
-
return unwrapAsync(
|
|
982
|
+
return unwrapAsync(accountingGetBookingProposal(
|
|
982
983
|
this,
|
|
983
984
|
request,
|
|
984
985
|
options,
|
|
985
986
|
));
|
|
986
987
|
}
|
|
987
988
|
|
|
988
|
-
async
|
|
989
|
+
async getBookingProposalDocument(
|
|
989
990
|
request: operations.GetBookingProposalDocumentRequest,
|
|
990
991
|
options?: RequestOptions,
|
|
991
992
|
): Promise<operations.GetBookingProposalDocumentResponse> {
|
|
992
|
-
return unwrapAsync(
|
|
993
|
+
return unwrapAsync(accountingGetBookingProposalDocument(
|
|
993
994
|
this,
|
|
994
995
|
request,
|
|
995
996
|
options,
|
|
996
997
|
));
|
|
997
998
|
}
|
|
998
999
|
|
|
999
|
-
async
|
|
1000
|
+
async createBookings(
|
|
1000
1001
|
request: operations.CreateBookingsRequest,
|
|
1001
1002
|
options?: RequestOptions,
|
|
1002
1003
|
): Promise<operations.CreateBookingsResponse> {
|
|
1003
|
-
return unwrapAsync(
|
|
1004
|
+
return unwrapAsync(accountingCreateBookings(
|
|
1004
1005
|
this,
|
|
1005
1006
|
request,
|
|
1006
1007
|
options,
|
|
1007
1008
|
));
|
|
1008
1009
|
}
|
|
1009
1010
|
|
|
1010
|
-
async
|
|
1011
|
+
async getVendorCredits(
|
|
1011
1012
|
request?: operations.GetVendorCreditsRequest | undefined,
|
|
1012
1013
|
options?: RequestOptions,
|
|
1013
1014
|
): Promise<operations.GetVendorCreditsResponse> {
|
|
1014
|
-
return unwrapAsync(
|
|
1015
|
+
return unwrapAsync(accountingGetVendorCredits(
|
|
1015
1016
|
this,
|
|
1016
1017
|
request,
|
|
1017
1018
|
options,
|
|
@@ -1029,55 +1030,55 @@ export class Accounting extends ClientSDK {
|
|
|
1029
1030
|
));
|
|
1030
1031
|
}
|
|
1031
1032
|
|
|
1032
|
-
async
|
|
1033
|
+
async updateVendorCredit(
|
|
1033
1034
|
request: operations.UpdateVendorCreditRequest,
|
|
1034
1035
|
options?: RequestOptions,
|
|
1035
1036
|
): Promise<operations.UpdateVendorCreditResponse> {
|
|
1036
|
-
return unwrapAsync(
|
|
1037
|
+
return unwrapAsync(accountingUpdateVendorCredit(
|
|
1037
1038
|
this,
|
|
1038
1039
|
request,
|
|
1039
1040
|
options,
|
|
1040
1041
|
));
|
|
1041
1042
|
}
|
|
1042
1043
|
|
|
1043
|
-
async
|
|
1044
|
+
async updateBillLineItem(
|
|
1044
1045
|
request: operations.UpdateBillLineItemRequest,
|
|
1045
1046
|
options?: RequestOptions,
|
|
1046
1047
|
): Promise<operations.UpdateBillLineItemResponse> {
|
|
1047
|
-
return unwrapAsync(
|
|
1048
|
+
return unwrapAsync(accountingUpdateBillLineItem(
|
|
1048
1049
|
this,
|
|
1049
1050
|
request,
|
|
1050
1051
|
options,
|
|
1051
1052
|
));
|
|
1052
1053
|
}
|
|
1053
1054
|
|
|
1054
|
-
async
|
|
1055
|
+
async getPurchaseOrder(
|
|
1055
1056
|
request: operations.GetPurchaseOrderRequest,
|
|
1056
1057
|
options?: RequestOptions,
|
|
1057
1058
|
): Promise<operations.GetPurchaseOrderResponse> {
|
|
1058
|
-
return unwrapAsync(
|
|
1059
|
+
return unwrapAsync(accountingGetPurchaseOrder(
|
|
1059
1060
|
this,
|
|
1060
1061
|
request,
|
|
1061
1062
|
options,
|
|
1062
1063
|
));
|
|
1063
1064
|
}
|
|
1064
1065
|
|
|
1065
|
-
async
|
|
1066
|
+
async getPurchaseOrderLineItems(
|
|
1066
1067
|
request: operations.GetPurchaseOrderLineItemsRequest,
|
|
1067
1068
|
options?: RequestOptions,
|
|
1068
1069
|
): Promise<operations.GetPurchaseOrderLineItemsResponse> {
|
|
1069
|
-
return unwrapAsync(
|
|
1070
|
+
return unwrapAsync(accountingGetPurchaseOrderLineItems(
|
|
1070
1071
|
this,
|
|
1071
1072
|
request,
|
|
1072
1073
|
options,
|
|
1073
1074
|
));
|
|
1074
1075
|
}
|
|
1075
1076
|
|
|
1076
|
-
async
|
|
1077
|
+
async getPurchaseOrderLineItem(
|
|
1077
1078
|
request: operations.GetPurchaseOrderLineItemRequest,
|
|
1078
1079
|
options?: RequestOptions,
|
|
1079
1080
|
): Promise<operations.GetPurchaseOrderLineItemResponse> {
|
|
1080
|
-
return unwrapAsync(
|
|
1081
|
+
return unwrapAsync(accountingGetPurchaseOrderLineItem(
|
|
1081
1082
|
this,
|
|
1082
1083
|
request,
|
|
1083
1084
|
options,
|
|
@@ -1095,77 +1096,77 @@ export class Accounting extends ClientSDK {
|
|
|
1095
1096
|
));
|
|
1096
1097
|
}
|
|
1097
1098
|
|
|
1098
|
-
async
|
|
1099
|
+
async getGoodsReceipt(
|
|
1099
1100
|
request: operations.GetGoodsReceiptRequest,
|
|
1100
1101
|
options?: RequestOptions,
|
|
1101
1102
|
): Promise<operations.GetGoodsReceiptResponse> {
|
|
1102
|
-
return unwrapAsync(
|
|
1103
|
+
return unwrapAsync(accountingGetGoodsReceipt(
|
|
1103
1104
|
this,
|
|
1104
1105
|
request,
|
|
1105
1106
|
options,
|
|
1106
1107
|
));
|
|
1107
1108
|
}
|
|
1108
1109
|
|
|
1109
|
-
async
|
|
1110
|
+
async getGoodsReceiptLineItems(
|
|
1110
1111
|
request: operations.GetGoodsReceiptLineItemsRequest,
|
|
1111
1112
|
options?: RequestOptions,
|
|
1112
1113
|
): Promise<operations.GetGoodsReceiptLineItemsResponse> {
|
|
1113
|
-
return unwrapAsync(
|
|
1114
|
+
return unwrapAsync(accountingGetGoodsReceiptLineItems(
|
|
1114
1115
|
this,
|
|
1115
1116
|
request,
|
|
1116
1117
|
options,
|
|
1117
1118
|
));
|
|
1118
1119
|
}
|
|
1119
1120
|
|
|
1120
|
-
async
|
|
1121
|
+
async getUnits(
|
|
1121
1122
|
request?: operations.GetUnitsRequest | undefined,
|
|
1122
1123
|
options?: RequestOptions,
|
|
1123
1124
|
): Promise<operations.GetUnitsResponse> {
|
|
1124
|
-
return unwrapAsync(
|
|
1125
|
+
return unwrapAsync(accountingGetUnits(
|
|
1125
1126
|
this,
|
|
1126
1127
|
request,
|
|
1127
1128
|
options,
|
|
1128
1129
|
));
|
|
1129
1130
|
}
|
|
1130
1131
|
|
|
1131
|
-
async
|
|
1132
|
+
async getOpenItems(
|
|
1132
1133
|
request?: operations.GetOpenItemsRequest | undefined,
|
|
1133
1134
|
options?: RequestOptions,
|
|
1134
1135
|
): Promise<operations.GetOpenItemsResponse> {
|
|
1135
|
-
return unwrapAsync(
|
|
1136
|
+
return unwrapAsync(accountingGetOpenItems(
|
|
1136
1137
|
this,
|
|
1137
1138
|
request,
|
|
1138
1139
|
options,
|
|
1139
1140
|
));
|
|
1140
1141
|
}
|
|
1141
1142
|
|
|
1142
|
-
async
|
|
1143
|
+
async getTrialBalance(
|
|
1143
1144
|
request?: operations.GetTrialBalanceRequest | undefined,
|
|
1144
1145
|
options?: RequestOptions,
|
|
1145
1146
|
): Promise<operations.GetTrialBalanceResponse> {
|
|
1146
|
-
return unwrapAsync(
|
|
1147
|
+
return unwrapAsync(accountingGetTrialBalance(
|
|
1147
1148
|
this,
|
|
1148
1149
|
request,
|
|
1149
1150
|
options,
|
|
1150
1151
|
));
|
|
1151
1152
|
}
|
|
1152
1153
|
|
|
1153
|
-
async
|
|
1154
|
+
async getCreditNotes(
|
|
1154
1155
|
request?: operations.GetCreditNotesRequest | undefined,
|
|
1155
1156
|
options?: RequestOptions,
|
|
1156
1157
|
): Promise<operations.GetCreditNotesResponse> {
|
|
1157
|
-
return unwrapAsync(
|
|
1158
|
+
return unwrapAsync(accountingGetCreditNotes(
|
|
1158
1159
|
this,
|
|
1159
1160
|
request,
|
|
1160
1161
|
options,
|
|
1161
1162
|
));
|
|
1162
1163
|
}
|
|
1163
1164
|
|
|
1164
|
-
async
|
|
1165
|
+
async getCreditNote(
|
|
1165
1166
|
request: operations.GetCreditNoteRequest,
|
|
1166
1167
|
options?: RequestOptions,
|
|
1167
1168
|
): Promise<operations.GetCreditNoteResponse> {
|
|
1168
|
-
return unwrapAsync(
|
|
1169
|
+
return unwrapAsync(accountingGetCreditNote(
|
|
1169
1170
|
this,
|
|
1170
1171
|
request,
|
|
1171
1172
|
options,
|