@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/lib/security.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/lib/security.ts"],"names":[],"mappings":"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"}
|
package/esm/lib/security.js
CHANGED
|
@@ -120,19 +120,30 @@ function applyBearer(state, spec) {
|
|
|
120
120
|
state.headers[spec.fieldName] = value;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
export function resolveGlobalSecurity(security) {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
123
|
+
export function resolveGlobalSecurity(security, allowedFields) {
|
|
124
|
+
let inputs = [
|
|
125
|
+
[
|
|
126
|
+
{
|
|
127
|
+
fieldName: "X-API-KEY",
|
|
128
|
+
type: "apiKey:header",
|
|
129
|
+
value: security?.apiKey ?? env().MAESN_API_KEY,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
fieldName: "X-ACCOUNT-KEY",
|
|
133
|
+
type: "apiKey:header",
|
|
134
|
+
value: security?.accountKey ?? env().MAESN_ACCOUNT_KEY,
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
];
|
|
138
|
+
if (allowedFields) {
|
|
139
|
+
inputs = allowedFields.map((i) => {
|
|
140
|
+
if (i < 0 || i >= inputs.length) {
|
|
141
|
+
throw new RangeError(`invalid allowedFields index ${i}`);
|
|
142
|
+
}
|
|
143
|
+
return inputs[i];
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
return resolveSecurity(...inputs);
|
|
136
147
|
}
|
|
137
148
|
export async function extractSecurity(sec) {
|
|
138
149
|
if (sec == null) {
|
package/esm/lib/security.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.js","sourceRoot":"","sources":["../../src/lib/security.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"security.js","sourceRoot":"","sources":["../../src/lib/security.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
4
|
+
export type Pagination = {
|
|
5
|
+
total: number;
|
|
6
|
+
perPage: number;
|
|
7
|
+
currentPage: number;
|
|
8
|
+
totalPages: number;
|
|
9
|
+
};
|
|
10
|
+
export type Meta = {
|
|
11
|
+
warnings?: Array<string> | null | undefined;
|
|
12
|
+
pagination?: Pagination | null | undefined;
|
|
13
|
+
};
|
|
14
|
+
export type Data = {};
|
|
15
|
+
export type Errors = {};
|
|
16
|
+
export type RawData = {};
|
|
17
|
+
export type BaseResponseDto = {
|
|
18
|
+
meta?: Meta | null | undefined;
|
|
19
|
+
data: Data;
|
|
20
|
+
errors: Errors | null;
|
|
21
|
+
rawData: RawData | null;
|
|
22
|
+
};
|
|
23
|
+
/** @internal */
|
|
24
|
+
export declare const Pagination$inboundSchema: z.ZodMiniType<Pagination, unknown>;
|
|
25
|
+
export declare function paginationFromJSON(jsonString: string): SafeParseResult<Pagination, SDKValidationError>;
|
|
26
|
+
/** @internal */
|
|
27
|
+
export declare const Meta$inboundSchema: z.ZodMiniType<Meta, unknown>;
|
|
28
|
+
export declare function metaFromJSON(jsonString: string): SafeParseResult<Meta, SDKValidationError>;
|
|
29
|
+
/** @internal */
|
|
30
|
+
export declare const Data$inboundSchema: z.ZodMiniType<Data, unknown>;
|
|
31
|
+
export declare function dataFromJSON(jsonString: string): SafeParseResult<Data, SDKValidationError>;
|
|
32
|
+
/** @internal */
|
|
33
|
+
export declare const Errors$inboundSchema: z.ZodMiniType<Errors, unknown>;
|
|
34
|
+
export declare function errorsFromJSON(jsonString: string): SafeParseResult<Errors, SDKValidationError>;
|
|
35
|
+
/** @internal */
|
|
36
|
+
export declare const RawData$inboundSchema: z.ZodMiniType<RawData, unknown>;
|
|
37
|
+
export declare function rawDataFromJSON(jsonString: string): SafeParseResult<RawData, SDKValidationError>;
|
|
38
|
+
/** @internal */
|
|
39
|
+
export declare const BaseResponseDto$inboundSchema: z.ZodMiniType<BaseResponseDto, unknown>;
|
|
40
|
+
export declare function baseResponseDtoFromJSON(jsonString: string): SafeParseResult<BaseResponseDto, SDKValidationError>;
|
|
41
|
+
//# sourceMappingURL=base-response-dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-response-dto.d.ts","sourceRoot":"","sources":["../../src/models/base-response-dto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC5C,UAAU,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG,EAAE,CAAC;AAEtB,MAAM,MAAM,MAAM,GAAG,EAAE,CAAC;AAExB,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAMpE,CAAC;AAEL,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD;AAED,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,WAAW,CAAC,IAAI,EAAE,OAAO,CAG1D,CAAC;AAEH,wBAAgB,YAAY,CAC1B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAM3C;AAED,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,WAAW,CAAC,IAAI,EAAE,OAAO,CAAgB,CAAC;AAE7E,wBAAgB,YAAY,CAC1B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAM3C;AAED,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,WAAW,CAAC,MAAM,EAAE,OAAO,CAE/D,CAAC;AAEF,wBAAgB,cAAc,CAC5B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAM7C;AAED,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,WAAW,CAAC,OAAO,EAAE,OAAO,CAEjE,CAAC;AAEF,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAM9C;AAED,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,WAAW,CACvD,eAAe,EACf,OAAO,CAMP,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
import * as types from "../types/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const Pagination$inboundSchema = z
|
|
9
|
+
.object({
|
|
10
|
+
total: types.number(),
|
|
11
|
+
perPage: types.number(),
|
|
12
|
+
currentPage: types.number(),
|
|
13
|
+
totalPages: types.number(),
|
|
14
|
+
});
|
|
15
|
+
export function paginationFromJSON(jsonString) {
|
|
16
|
+
return safeParse(jsonString, (x) => Pagination$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Pagination' from JSON`);
|
|
17
|
+
}
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const Meta$inboundSchema = z.object({
|
|
20
|
+
warnings: z.optional(z.nullable(z.array(types.string()))),
|
|
21
|
+
pagination: z.optional(z.nullable(z.lazy(() => Pagination$inboundSchema))),
|
|
22
|
+
});
|
|
23
|
+
export function metaFromJSON(jsonString) {
|
|
24
|
+
return safeParse(jsonString, (x) => Meta$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Meta' from JSON`);
|
|
25
|
+
}
|
|
26
|
+
/** @internal */
|
|
27
|
+
export const Data$inboundSchema = z.object({});
|
|
28
|
+
export function dataFromJSON(jsonString) {
|
|
29
|
+
return safeParse(jsonString, (x) => Data$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data' from JSON`);
|
|
30
|
+
}
|
|
31
|
+
/** @internal */
|
|
32
|
+
export const Errors$inboundSchema = z.object({});
|
|
33
|
+
export function errorsFromJSON(jsonString) {
|
|
34
|
+
return safeParse(jsonString, (x) => Errors$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Errors' from JSON`);
|
|
35
|
+
}
|
|
36
|
+
/** @internal */
|
|
37
|
+
export const RawData$inboundSchema = z.object({});
|
|
38
|
+
export function rawDataFromJSON(jsonString) {
|
|
39
|
+
return safeParse(jsonString, (x) => RawData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RawData' from JSON`);
|
|
40
|
+
}
|
|
41
|
+
/** @internal */
|
|
42
|
+
export const BaseResponseDto$inboundSchema = z.object({
|
|
43
|
+
meta: z.optional(z.nullable(z.lazy(() => Meta$inboundSchema))),
|
|
44
|
+
data: z.lazy(() => Data$inboundSchema),
|
|
45
|
+
errors: types.nullable(z.lazy(() => Errors$inboundSchema)),
|
|
46
|
+
rawData: types.nullable(z.lazy(() => RawData$inboundSchema)),
|
|
47
|
+
});
|
|
48
|
+
export function baseResponseDtoFromJSON(jsonString) {
|
|
49
|
+
return safeParse(jsonString, (x) => BaseResponseDto$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BaseResponseDto' from JSON`);
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=base-response-dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-response-dto.js","sourceRoot":"","sources":["../../src/models/base-response-dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +1,16 @@
|
|
|
1
1
|
import * as z from "zod/v4-mini";
|
|
2
2
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
4
|
-
|
|
5
|
-
id: string | null;
|
|
6
|
-
name?: string | null | undefined;
|
|
7
|
-
status?: string | null | undefined;
|
|
8
|
-
active?: boolean | null | undefined;
|
|
9
|
-
};
|
|
4
|
+
import { Subscription } from "./subscription.js";
|
|
10
5
|
export type CompanyResponseDto = {
|
|
11
6
|
id: string | null;
|
|
12
7
|
name?: string | null | undefined;
|
|
13
8
|
environmentId?: string | null | undefined;
|
|
14
9
|
clientNumber?: number | null | undefined;
|
|
15
10
|
consultantNumber?: number | null | undefined;
|
|
16
|
-
subscription?: Subscription | null | undefined;
|
|
11
|
+
subscription?: Array<Subscription> | null | undefined;
|
|
17
12
|
};
|
|
18
13
|
/** @internal */
|
|
19
|
-
export declare const Subscription$inboundSchema: z.ZodMiniType<Subscription, unknown>;
|
|
20
|
-
export declare function subscriptionFromJSON(jsonString: string): SafeParseResult<Subscription, SDKValidationError>;
|
|
21
|
-
/** @internal */
|
|
22
14
|
export declare const CompanyResponseDto$inboundSchema: z.ZodMiniType<CompanyResponseDto, unknown>;
|
|
23
15
|
export declare function companyResponseDtoFromJSON(jsonString: string): SafeParseResult<CompanyResponseDto, SDKValidationError>;
|
|
24
16
|
//# sourceMappingURL=company-response-dto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"company-response-dto.d.ts","sourceRoot":"","sources":["../../src/models/company-response-dto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"company-response-dto.d.ts","sourceRoot":"","sources":["../../src/models/company-response-dto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,YAAY,EAA8B,MAAM,mBAAmB,CAAC;AAE7E,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,WAAW,CAC1D,kBAAkB,EAClB,OAAO,CAgBR,CAAC;AAEF,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -5,16 +5,7 @@ import * as z from "zod/v4-mini";
|
|
|
5
5
|
import { remap as remap$ } from "../lib/primitives.js";
|
|
6
6
|
import { safeParse } from "../lib/schemas.js";
|
|
7
7
|
import * as types from "../types/primitives.js";
|
|
8
|
-
|
|
9
|
-
export const Subscription$inboundSchema = z.object({
|
|
10
|
-
id: types.nullable(types.string()),
|
|
11
|
-
name: z.optional(z.nullable(types.string())),
|
|
12
|
-
status: z.optional(z.nullable(types.string())),
|
|
13
|
-
active: z.optional(z.nullable(types.boolean())),
|
|
14
|
-
});
|
|
15
|
-
export function subscriptionFromJSON(jsonString) {
|
|
16
|
-
return safeParse(jsonString, (x) => Subscription$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Subscription' from JSON`);
|
|
17
|
-
}
|
|
8
|
+
import { Subscription$inboundSchema } from "./subscription.js";
|
|
18
9
|
/** @internal */
|
|
19
10
|
export const CompanyResponseDto$inboundSchema = z.pipe(z.object({
|
|
20
11
|
id: types.nullable(types.string()),
|
|
@@ -22,7 +13,7 @@ export const CompanyResponseDto$inboundSchema = z.pipe(z.object({
|
|
|
22
13
|
environmentId: z.optional(z.nullable(types.string())),
|
|
23
14
|
client_number: z.optional(z.nullable(types.number())),
|
|
24
15
|
consultant_number: z.optional(z.nullable(types.number())),
|
|
25
|
-
subscription: z.optional(z.nullable(z.
|
|
16
|
+
subscription: z.optional(z.nullable(z.array(Subscription$inboundSchema))),
|
|
26
17
|
}), z.transform((v) => {
|
|
27
18
|
return remap$(v, {
|
|
28
19
|
"client_number": "clientNumber",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"company-response-dto.js","sourceRoot":"","sources":["../../src/models/company-response-dto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"company-response-dto.js","sourceRoot":"","sources":["../../src/models/company-response-dto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAEhD,OAAO,EAAgB,0BAA0B,EAAE,MAAM,mBAAmB,CAAC;AAW7E,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAGzC,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IAClC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC;IAC5C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC;IACrD,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC;IACrD,iBAAiB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC;IACzD,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC,CAAC;CAC1E,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,eAAe,EAAE,cAAc;QAC/B,mBAAmB,EAAE,kBAAkB;KACxC,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,0BAA0B,CACxC,UAAkB,EACuC;IACzD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AAAA,CACH"}
|
package/esm/models/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from "./bank-account-request-common-dto-v2.js";
|
|
|
7
7
|
export * from "./bank-account-response-dto.js";
|
|
8
8
|
export * from "./bank-account-response.js";
|
|
9
9
|
export * from "./bank-account.js";
|
|
10
|
+
export * from "./base-response-dto.js";
|
|
10
11
|
export * from "./bill-dimension-request-dto.js";
|
|
11
12
|
export * from "./bill-dimension-response-dto.js";
|
|
12
13
|
export * from "./bill-line-item-response-dto.js";
|
|
@@ -131,6 +132,7 @@ export * from "./sales-order-line-item-response-dto.js";
|
|
|
131
132
|
export * from "./sales-order-response-dto.js";
|
|
132
133
|
export * from "./security.js";
|
|
133
134
|
export * from "./submission-page-style-dto.js";
|
|
135
|
+
export * from "./subscription.js";
|
|
134
136
|
export * from "./system-registration-dto.js";
|
|
135
137
|
export * from "./tax-rate-input.js";
|
|
136
138
|
export * from "./tax-rate-response-dto.js";
|
|
@@ -142,4 +144,5 @@ export * from "./vedor-credit-dimension-request-dto.js";
|
|
|
142
144
|
export * from "./vendor-credit-dimension-response-dto.js";
|
|
143
145
|
export * from "./vendor-credit-line-item-response-dto.js";
|
|
144
146
|
export * from "./vendor-credit-response-dto.js";
|
|
147
|
+
export * from "./webhook-response-dto.js";
|
|
145
148
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/esm/models/index.js
CHANGED
|
@@ -10,6 +10,7 @@ export * from "./bank-account-request-common-dto-v2.js";
|
|
|
10
10
|
export * from "./bank-account-response-dto.js";
|
|
11
11
|
export * from "./bank-account-response.js";
|
|
12
12
|
export * from "./bank-account.js";
|
|
13
|
+
export * from "./base-response-dto.js";
|
|
13
14
|
export * from "./bill-dimension-request-dto.js";
|
|
14
15
|
export * from "./bill-dimension-response-dto.js";
|
|
15
16
|
export * from "./bill-line-item-response-dto.js";
|
|
@@ -134,6 +135,7 @@ export * from "./sales-order-line-item-response-dto.js";
|
|
|
134
135
|
export * from "./sales-order-response-dto.js";
|
|
135
136
|
export * from "./security.js";
|
|
136
137
|
export * from "./submission-page-style-dto.js";
|
|
138
|
+
export * from "./subscription.js";
|
|
137
139
|
export * from "./system-registration-dto.js";
|
|
138
140
|
export * from "./tax-rate-input.js";
|
|
139
141
|
export * from "./tax-rate-response-dto.js";
|
|
@@ -145,4 +147,5 @@ export * from "./vedor-credit-dimension-request-dto.js";
|
|
|
145
147
|
export * from "./vendor-credit-dimension-response-dto.js";
|
|
146
148
|
export * from "./vendor-credit-line-item-response-dto.js";
|
|
147
149
|
export * from "./vendor-credit-response-dto.js";
|
|
150
|
+
export * from "./webhook-response-dto.js";
|
|
148
151
|
//# sourceMappingURL=index.js.map
|
package/esm/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
4
|
+
/**
|
|
5
|
+
* API key confirmed and redirect URL returned successfully
|
|
6
|
+
*/
|
|
7
|
+
export type ApiKeyConfirmationResponse = {
|
|
8
|
+
url?: string | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const ApiKeyConfirmationResponse$inboundSchema: z.ZodMiniType<ApiKeyConfirmationResponse, unknown>;
|
|
12
|
+
export declare function apiKeyConfirmationResponseFromJSON(jsonString: string): SafeParseResult<ApiKeyConfirmationResponse, SDKValidationError>;
|
|
13
|
+
//# sourceMappingURL=api-key-confirmation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-key-confirmation.d.ts","sourceRoot":"","sources":["../../../src/models/operations/api-key-confirmation.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,WAAW,CAClE,0BAA0B,EAC1B,OAAO,CAGP,CAAC;AAEH,wBAAgB,kCAAkC,CAChD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,0BAA0B,EAAE,kBAAkB,CAAC,CAMjE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
|
+
import * as types from "../../types/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const ApiKeyConfirmationResponse$inboundSchema = z.object({
|
|
9
|
+
url: types.optional(types.string()),
|
|
10
|
+
});
|
|
11
|
+
export function apiKeyConfirmationResponseFromJSON(jsonString) {
|
|
12
|
+
return safeParse(jsonString, (x) => ApiKeyConfirmationResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ApiKeyConfirmationResponse' from JSON`);
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=api-key-confirmation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-key-confirmation.js","sourceRoot":"","sources":["../../../src/models/operations/api-key-confirmation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AAUnD,gBAAgB;AAChB,MAAM,CAAC,MAAM,wCAAwC,GAGjD,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CACpC,CAAC,CAAC;AAEH,MAAM,UAAU,kCAAkC,CAChD,UAAkB,EAC+C;IACjE,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wCAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CACzD,CAAC;AAAA,CACH"}
|
|
@@ -1,20 +1,43 @@
|
|
|
1
1
|
import * as z from "zod/v4-mini";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
2
4
|
export type CallbackRequest = {
|
|
3
5
|
targetSystem: string;
|
|
4
|
-
|
|
6
|
+
/**
|
|
7
|
+
* OAuth state parameter returned by the target system, encoding tenant and user context
|
|
8
|
+
*/
|
|
5
9
|
state: string;
|
|
10
|
+
/**
|
|
11
|
+
* Authorization code returned by the target system after successful OAuth consent
|
|
12
|
+
*/
|
|
13
|
+
code?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* Realm ID returned by QuickBooks Online after OAuth consent
|
|
16
|
+
*/
|
|
6
17
|
realmId?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* Access token returned directly by some target systems that do not use an authorization code flow
|
|
20
|
+
*/
|
|
7
21
|
token?: string | undefined;
|
|
8
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* OAuth callback processed and redirect URL returned successfully
|
|
25
|
+
*/
|
|
26
|
+
export type CallbackResponse = {
|
|
27
|
+
url?: string | undefined;
|
|
28
|
+
};
|
|
9
29
|
/** @internal */
|
|
10
30
|
export type CallbackRequest$Outbound = {
|
|
11
31
|
TARGET_SYSTEM: string;
|
|
12
|
-
code?: string | undefined;
|
|
13
32
|
state: string;
|
|
33
|
+
code?: string | undefined;
|
|
14
34
|
realmId?: string | undefined;
|
|
15
35
|
token?: string | undefined;
|
|
16
36
|
};
|
|
17
37
|
/** @internal */
|
|
18
38
|
export declare const CallbackRequest$outboundSchema: z.ZodMiniType<CallbackRequest$Outbound, CallbackRequest>;
|
|
19
39
|
export declare function callbackRequestToJSON(callbackRequest: CallbackRequest): string;
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const CallbackResponse$inboundSchema: z.ZodMiniType<CallbackResponse, unknown>;
|
|
42
|
+
export declare function callbackResponseFromJSON(jsonString: string): SafeParseResult<CallbackResponse, SDKValidationError>;
|
|
20
43
|
//# sourceMappingURL=callback.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callback.d.ts","sourceRoot":"","sources":["../../../src/models/operations/callback.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,eAAe,GAAG;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,
|
|
1
|
+
{"version":3,"file":"callback.d.ts","sourceRoot":"","sources":["../../../src/models/operations/callback.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,MAAM,MAAM,eAAe,GAAG;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,WAAW,CACxD,wBAAwB,EACxB,eAAe,CAchB,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,WAAW,CACxD,gBAAgB,EAChB,OAAO,CAGP,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAMvD"}
|
|
@@ -3,11 +3,13 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod/v4-mini";
|
|
5
5
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import * as types from "../../types/primitives.js";
|
|
6
8
|
/** @internal */
|
|
7
9
|
export const CallbackRequest$outboundSchema = z.pipe(z.object({
|
|
8
10
|
targetSystem: z.string(),
|
|
9
|
-
code: z.optional(z.string()),
|
|
10
11
|
state: z.string(),
|
|
12
|
+
code: z.optional(z.string()),
|
|
11
13
|
realmId: z.optional(z.string()),
|
|
12
14
|
token: z.optional(z.string()),
|
|
13
15
|
}), z.transform((v) => {
|
|
@@ -18,4 +20,11 @@ export const CallbackRequest$outboundSchema = z.pipe(z.object({
|
|
|
18
20
|
export function callbackRequestToJSON(callbackRequest) {
|
|
19
21
|
return JSON.stringify(CallbackRequest$outboundSchema.parse(callbackRequest));
|
|
20
22
|
}
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const CallbackResponse$inboundSchema = z.object({
|
|
25
|
+
url: types.optional(types.string()),
|
|
26
|
+
});
|
|
27
|
+
export function callbackResponseFromJSON(jsonString) {
|
|
28
|
+
return safeParse(jsonString, (x) => CallbackResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CallbackResponse' from JSON`);
|
|
29
|
+
}
|
|
21
30
|
//# sourceMappingURL=callback.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callback.js","sourceRoot":"","sources":["../../../src/models/operations/callback.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"callback.js","sourceRoot":"","sources":["../../../src/models/operations/callback.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AAuCnD,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAGvC,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC/B,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC9B,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,qBAAqB,CACnC,eAAgC,EACxB;IACR,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAAA,CAC9E;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAGvC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CACpC,CAAC,CAAC;AAEH,MAAM,UAAU,wBAAwB,CACtC,UAAkB,EACqC;IACvD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,8BAA8B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1D,8CAA8C,CAC/C,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
4
|
+
/**
|
|
5
|
+
* Cancellation redirect URL returned successfully
|
|
6
|
+
*/
|
|
7
|
+
export type CancelResponse = {
|
|
8
|
+
url?: string | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const CancelResponse$inboundSchema: z.ZodMiniType<CancelResponse, unknown>;
|
|
12
|
+
export declare function cancelResponseFromJSON(jsonString: string): SafeParseResult<CancelResponse, SDKValidationError>;
|
|
13
|
+
//# sourceMappingURL=cancel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel.d.ts","sourceRoot":"","sources":["../../../src/models/operations/cancel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,WAAW,CACtD,cAAc,EACd,OAAO,CAGP,CAAC;AAEH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAMrD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
|
+
import * as types from "../../types/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const CancelResponse$inboundSchema = z.object({
|
|
9
|
+
url: types.optional(types.string()),
|
|
10
|
+
});
|
|
11
|
+
export function cancelResponseFromJSON(jsonString) {
|
|
12
|
+
return safeParse(jsonString, (x) => CancelResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CancelResponse' from JSON`);
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=cancel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel.js","sourceRoot":"","sources":["../../../src/models/operations/cancel.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AAUnD,gBAAgB;AAChB,MAAM,CAAC,MAAM,4BAA4B,GAGrC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CACpC,CAAC,CAAC;AAEH,MAAM,UAAU,sBAAsB,CACpC,UAAkB,EACmC;IACrD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4BAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxD,4CAA4C,CAC7C,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
4
|
+
/**
|
|
5
|
+
* Service is healthy.
|
|
6
|
+
*/
|
|
7
|
+
export type CheckResponse = {};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export declare const CheckResponse$inboundSchema: z.ZodMiniType<CheckResponse, unknown>;
|
|
10
|
+
export declare function checkResponseFromJSON(jsonString: string): SafeParseResult<CheckResponse, SDKValidationError>;
|
|
11
|
+
//# sourceMappingURL=check.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check.d.ts","sourceRoot":"","sources":["../../../src/models/operations/check.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,EAAE,CAAC;AAE/B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,WAAW,CACrD,aAAa,EACb,OAAO,CACO,CAAC;AAEjB,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export const CheckResponse$inboundSchema = z.object({});
|
|
8
|
+
export function checkResponseFromJSON(jsonString) {
|
|
9
|
+
return safeParse(jsonString, (x) => CheckResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CheckResponse' from JSON`);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=check.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check.js","sourceRoot":"","sources":["../../../src/models/operations/check.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AASjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,2BAA2B,GAGpC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB,MAAM,UAAU,qBAAqB,CACnC,UAAkB,EACkC;IACpD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2BAA2B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvD,2CAA2C,CAC5C,CAAC;AAAA,CACH"}
|
|
@@ -3,7 +3,13 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
3
3
|
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
4
4
|
import * as models from "../index.js";
|
|
5
5
|
export type CreateAccountRequest = {
|
|
6
|
+
/**
|
|
7
|
+
* Environment name (required for multi-environment systems such as Business Central)
|
|
8
|
+
*/
|
|
6
9
|
environmentName?: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* ID of the company (required for multi-company target systems)
|
|
12
|
+
*/
|
|
7
13
|
companyId?: string | undefined;
|
|
8
14
|
body: models.CreateAccountRequestDto;
|
|
9
15
|
};
|
|
@@ -19,6 +25,9 @@ export type CreateAccountMeta = {
|
|
|
19
25
|
};
|
|
20
26
|
export type CreateAccountErrors = {};
|
|
21
27
|
export type CreateAccountRawData = {};
|
|
28
|
+
/**
|
|
29
|
+
* Account created successfully
|
|
30
|
+
*/
|
|
22
31
|
export type CreateAccountResponse = {
|
|
23
32
|
meta?: CreateAccountMeta | null | undefined;
|
|
24
33
|
data: models.AccountResponseDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-account.d.ts","sourceRoot":"","sources":["../../../src/models/operations/create-account.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-account.d.ts","sourceRoot":"","sources":["../../../src/models/operations/create-account.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-account.js","sourceRoot":"","sources":["../../../src/models/operations/create-account.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AAEnD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"create-account.js","sourceRoot":"","sources":["../../../src/models/operations/create-account.ts"],"names":[],"mappings":"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"}
|