@maesn/typescript-sdk 0.4.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +4 -2
- package/README.md +103 -10
- package/esm/funcs/accounting-create-account.d.ts.map +1 -1
- package/esm/funcs/accounting-create-account.js +2 -1
- package/esm/funcs/accounting-create-account.js.map +1 -1
- package/esm/funcs/accounting-create-bank-account.d.ts.map +1 -1
- package/esm/funcs/accounting-create-bank-account.js +2 -1
- package/esm/funcs/accounting-create-bank-account.js.map +1 -1
- package/esm/funcs/accounting-create-bill-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-create-bill-line-item.js +2 -1
- package/esm/funcs/accounting-create-bill-line-item.js.map +1 -1
- package/esm/funcs/accounting-create-bill.d.ts.map +1 -1
- package/esm/funcs/accounting-create-bill.js +2 -1
- package/esm/funcs/accounting-create-bill.js.map +1 -1
- package/esm/funcs/accounting-create-booking-proposal.d.ts.map +1 -1
- package/esm/funcs/accounting-create-booking-proposal.js +6 -4
- package/esm/funcs/accounting-create-booking-proposal.js.map +1 -1
- package/esm/funcs/accounting-create-contact.d.ts.map +1 -1
- package/esm/funcs/accounting-create-contact.js +2 -1
- package/esm/funcs/accounting-create-contact.js.map +1 -1
- 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 +77 -0
- package/esm/funcs/accounting-create-contacts-v1.js.map +1 -0
- package/esm/funcs/accounting-create-contacts.d.ts.map +1 -1
- package/esm/funcs/accounting-create-contacts.js +2 -1
- package/esm/funcs/accounting-create-contacts.js.map +1 -1
- package/esm/funcs/accounting-create-customer.d.ts.map +1 -1
- package/esm/funcs/accounting-create-customer.js +2 -1
- package/esm/funcs/accounting-create-customer.js.map +1 -1
- 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 +78 -0
- package/esm/funcs/accounting-create-event-subscriptions.js.map +1 -0
- package/esm/funcs/accounting-create-expense.d.ts.map +1 -1
- package/esm/funcs/accounting-create-expense.js +6 -4
- package/esm/funcs/accounting-create-expense.js.map +1 -1
- package/esm/funcs/accounting-create-invoice.d.ts.map +1 -1
- package/esm/funcs/accounting-create-invoice.js +2 -1
- package/esm/funcs/accounting-create-invoice.js.map +1 -1
- package/esm/funcs/accounting-create-item.d.ts.map +1 -1
- package/esm/funcs/accounting-create-item.js +2 -1
- package/esm/funcs/accounting-create-item.js.map +1 -1
- package/esm/funcs/accounting-create-journal-entries.d.ts.map +1 -1
- package/esm/funcs/accounting-create-journal-entries.js +2 -1
- package/esm/funcs/accounting-create-journal-entries.js.map +1 -1
- package/esm/funcs/accounting-create-journal-entry-attachments.d.ts.map +1 -1
- package/esm/funcs/accounting-create-journal-entry-attachments.js +6 -4
- package/esm/funcs/accounting-create-journal-entry-attachments.js.map +1 -1
- package/esm/funcs/accounting-create-journal-entry.d.ts.map +1 -1
- package/esm/funcs/accounting-create-journal-entry.js +6 -4
- package/esm/funcs/accounting-create-journal-entry.js.map +1 -1
- package/esm/funcs/accounting-create-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-create-line-item.js +2 -1
- package/esm/funcs/accounting-create-line-item.js.map +1 -1
- package/esm/funcs/accounting-create-offer.d.ts.map +1 -1
- package/esm/funcs/accounting-create-offer.js +2 -1
- package/esm/funcs/accounting-create-offer.js.map +1 -1
- package/esm/funcs/accounting-create-pass-through-request.d.ts.map +1 -1
- package/esm/funcs/accounting-create-pass-through-request.js +2 -1
- package/esm/funcs/accounting-create-pass-through-request.js.map +1 -1
- package/esm/funcs/accounting-create-payment-term.d.ts.map +1 -1
- package/esm/funcs/accounting-create-payment-term.js +2 -1
- package/esm/funcs/accounting-create-payment-term.js.map +1 -1
- package/esm/funcs/accounting-create-payment.d.ts.map +1 -1
- package/esm/funcs/accounting-create-payment.js +2 -1
- package/esm/funcs/accounting-create-payment.js.map +1 -1
- package/esm/funcs/accounting-create-project.d.ts.map +1 -1
- package/esm/funcs/accounting-create-project.js +2 -1
- package/esm/funcs/accounting-create-project.js.map +1 -1
- package/esm/funcs/accounting-create-sales-order.d.ts.map +1 -1
- package/esm/funcs/accounting-create-sales-order.js +2 -1
- package/esm/funcs/accounting-create-sales-order.js.map +1 -1
- package/esm/funcs/accounting-create-supplier.d.ts.map +1 -1
- package/esm/funcs/accounting-create-supplier.js +2 -1
- package/esm/funcs/accounting-create-supplier.js.map +1 -1
- package/esm/funcs/accounting-create-transaction.d.ts.map +1 -1
- package/esm/funcs/accounting-create-transaction.js +6 -4
- package/esm/funcs/accounting-create-transaction.js.map +1 -1
- package/esm/funcs/accounting-create-vendor-credit.d.ts.map +1 -1
- package/esm/funcs/accounting-create-vendor-credit.js +2 -1
- package/esm/funcs/accounting-create-vendor-credit.js.map +1 -1
- package/esm/funcs/accounting-delete-bill.d.ts.map +1 -1
- package/esm/funcs/accounting-delete-bill.js +2 -1
- package/esm/funcs/accounting-delete-bill.js.map +1 -1
- 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 +80 -0
- package/esm/funcs/accounting-delete-event-subscriptions.js.map +1 -0
- package/esm/funcs/accounting-delete-payment.d.ts.map +1 -1
- package/esm/funcs/accounting-delete-payment.js +2 -1
- package/esm/funcs/accounting-delete-payment.js.map +1 -1
- package/esm/funcs/accounting-delete-vendor-credit.d.ts.map +1 -1
- package/esm/funcs/accounting-delete-vendor-credit.js +2 -1
- package/esm/funcs/accounting-delete-vendor-credit.js.map +1 -1
- package/esm/funcs/accounting-get-account.d.ts.map +1 -1
- package/esm/funcs/accounting-get-account.js +2 -1
- package/esm/funcs/accounting-get-account.js.map +1 -1
- package/esm/funcs/accounting-get-accounts.d.ts.map +1 -1
- package/esm/funcs/accounting-get-accounts.js +2 -1
- package/esm/funcs/accounting-get-accounts.js.map +1 -1
- package/esm/funcs/accounting-get-async-task-info.d.ts.map +1 -1
- package/esm/funcs/accounting-get-async-task-info.js +2 -1
- package/esm/funcs/accounting-get-async-task-info.js.map +1 -1
- package/esm/funcs/accounting-get-bank-account.d.ts.map +1 -1
- package/esm/funcs/accounting-get-bank-account.js +2 -1
- package/esm/funcs/accounting-get-bank-account.js.map +1 -1
- package/esm/funcs/accounting-get-bank-accounts.d.ts.map +1 -1
- package/esm/funcs/accounting-get-bank-accounts.js +2 -1
- package/esm/funcs/accounting-get-bank-accounts.js.map +1 -1
- package/esm/funcs/accounting-get-bill-document.d.ts.map +1 -1
- package/esm/funcs/accounting-get-bill-document.js +2 -1
- package/esm/funcs/accounting-get-bill-document.js.map +1 -1
- package/esm/funcs/accounting-get-bill-line-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-bill-line-items.js +2 -1
- package/esm/funcs/accounting-get-bill-line-items.js.map +1 -1
- package/esm/funcs/accounting-get-bill.d.ts.map +1 -1
- package/esm/funcs/accounting-get-bill.js +2 -1
- package/esm/funcs/accounting-get-bill.js.map +1 -1
- package/esm/funcs/accounting-get-bills.d.ts.map +1 -1
- package/esm/funcs/accounting-get-bills.js +2 -1
- package/esm/funcs/accounting-get-bills.js.map +1 -1
- package/esm/funcs/accounting-get-booking-proposal-document.d.ts.map +1 -1
- package/esm/funcs/accounting-get-booking-proposal-document.js +2 -1
- package/esm/funcs/accounting-get-booking-proposal-document.js.map +1 -1
- package/esm/funcs/accounting-get-booking-proposal.d.ts.map +1 -1
- package/esm/funcs/accounting-get-booking-proposal.js +2 -1
- package/esm/funcs/accounting-get-booking-proposal.js.map +1 -1
- package/esm/funcs/accounting-get-booking-proposals.d.ts.map +1 -1
- package/esm/funcs/accounting-get-booking-proposals.js +2 -1
- package/esm/funcs/accounting-get-booking-proposals.js.map +1 -1
- package/esm/funcs/accounting-get-contact.d.ts.map +1 -1
- package/esm/funcs/accounting-get-contact.js +2 -1
- package/esm/funcs/accounting-get-contact.js.map +1 -1
- package/esm/funcs/accounting-get-contacts.d.ts.map +1 -1
- package/esm/funcs/accounting-get-contacts.js +2 -1
- package/esm/funcs/accounting-get-contacts.js.map +1 -1
- package/esm/funcs/accounting-get-credit-note.d.ts.map +1 -1
- package/esm/funcs/accounting-get-credit-note.js +2 -1
- package/esm/funcs/accounting-get-credit-note.js.map +1 -1
- package/esm/funcs/accounting-get-credit-notes.d.ts.map +1 -1
- package/esm/funcs/accounting-get-credit-notes.js +2 -1
- package/esm/funcs/accounting-get-credit-notes.js.map +1 -1
- package/esm/funcs/accounting-get-customer.d.ts.map +1 -1
- package/esm/funcs/accounting-get-customer.js +2 -1
- package/esm/funcs/accounting-get-customer.js.map +1 -1
- package/esm/funcs/accounting-get-customers.d.ts.map +1 -1
- package/esm/funcs/accounting-get-customers.js +2 -1
- package/esm/funcs/accounting-get-customers.js.map +1 -1
- package/esm/funcs/accounting-get-dimensions.d.ts.map +1 -1
- package/esm/funcs/accounting-get-dimensions.js +2 -1
- package/esm/funcs/accounting-get-dimensions.js.map +1 -1
- package/esm/funcs/accounting-get-document-extensions.d.ts.map +1 -1
- package/esm/funcs/accounting-get-document-extensions.js +2 -1
- package/esm/funcs/accounting-get-document-extensions.js.map +1 -1
- package/esm/funcs/accounting-get-document-types.d.ts.map +1 -1
- package/esm/funcs/accounting-get-document-types.js +2 -1
- package/esm/funcs/accounting-get-document-types.js.map +1 -1
- package/esm/funcs/accounting-get-expense.d.ts.map +1 -1
- package/esm/funcs/accounting-get-expense.js +2 -1
- package/esm/funcs/accounting-get-expense.js.map +1 -1
- package/esm/funcs/accounting-get-expenses.d.ts.map +1 -1
- package/esm/funcs/accounting-get-expenses.js +2 -1
- package/esm/funcs/accounting-get-expenses.js.map +1 -1
- package/esm/funcs/accounting-get-fiscal-year.d.ts.map +1 -1
- package/esm/funcs/accounting-get-fiscal-year.js +2 -1
- package/esm/funcs/accounting-get-fiscal-year.js.map +1 -1
- package/esm/funcs/accounting-get-fiscal-years.d.ts.map +1 -1
- package/esm/funcs/accounting-get-fiscal-years.js +2 -1
- package/esm/funcs/accounting-get-fiscal-years.js.map +1 -1
- package/esm/funcs/accounting-get-goods-receipt-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-get-goods-receipt-line-item.js +2 -1
- package/esm/funcs/accounting-get-goods-receipt-line-item.js.map +1 -1
- package/esm/funcs/accounting-get-goods-receipt-line-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-goods-receipt-line-items.js +2 -1
- package/esm/funcs/accounting-get-goods-receipt-line-items.js.map +1 -1
- package/esm/funcs/accounting-get-goods-receipt.d.ts.map +1 -1
- package/esm/funcs/accounting-get-goods-receipt.js +2 -1
- package/esm/funcs/accounting-get-goods-receipt.js.map +1 -1
- package/esm/funcs/accounting-get-goods-receipts.d.ts.map +1 -1
- package/esm/funcs/accounting-get-goods-receipts.js +2 -1
- package/esm/funcs/accounting-get-goods-receipts.js.map +1 -1
- package/esm/funcs/accounting-get-invoice-document.d.ts.map +1 -1
- package/esm/funcs/accounting-get-invoice-document.js +2 -1
- package/esm/funcs/accounting-get-invoice-document.js.map +1 -1
- package/esm/funcs/accounting-get-invoice.d.ts.map +1 -1
- package/esm/funcs/accounting-get-invoice.js +2 -1
- package/esm/funcs/accounting-get-invoice.js.map +1 -1
- package/esm/funcs/accounting-get-invoices.d.ts.map +1 -1
- package/esm/funcs/accounting-get-invoices.js +2 -1
- package/esm/funcs/accounting-get-invoices.js.map +1 -1
- package/esm/funcs/accounting-get-item.d.ts.map +1 -1
- package/esm/funcs/accounting-get-item.js +2 -1
- package/esm/funcs/accounting-get-item.js.map +1 -1
- package/esm/funcs/accounting-get-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-items.js +2 -1
- package/esm/funcs/accounting-get-items.js.map +1 -1
- package/esm/funcs/accounting-get-journal-entries.d.ts.map +1 -1
- package/esm/funcs/accounting-get-journal-entries.js +2 -1
- package/esm/funcs/accounting-get-journal-entries.js.map +1 -1
- package/esm/funcs/accounting-get-journal-entry-attachment-by-id.d.ts.map +1 -1
- package/esm/funcs/accounting-get-journal-entry-attachment-by-id.js +2 -1
- package/esm/funcs/accounting-get-journal-entry-attachment-by-id.js.map +1 -1
- package/esm/funcs/accounting-get-journal-entry-attachments.d.ts.map +1 -1
- package/esm/funcs/accounting-get-journal-entry-attachments.js +2 -1
- package/esm/funcs/accounting-get-journal-entry-attachments.js.map +1 -1
- package/esm/funcs/accounting-get-journal-entry.d.ts.map +1 -1
- package/esm/funcs/accounting-get-journal-entry.js +2 -1
- package/esm/funcs/accounting-get-journal-entry.js.map +1 -1
- package/esm/funcs/accounting-get-journals.d.ts.map +1 -1
- package/esm/funcs/accounting-get-journals.js +2 -1
- package/esm/funcs/accounting-get-journals.js.map +1 -1
- package/esm/funcs/accounting-get-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-get-line-item.js +2 -1
- package/esm/funcs/accounting-get-line-item.js.map +1 -1
- package/esm/funcs/accounting-get-line-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-line-items.js +2 -1
- package/esm/funcs/accounting-get-line-items.js.map +1 -1
- package/esm/funcs/accounting-get-offer-document.d.ts.map +1 -1
- package/esm/funcs/accounting-get-offer-document.js +2 -1
- package/esm/funcs/accounting-get-offer-document.js.map +1 -1
- package/esm/funcs/accounting-get-offer-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-get-offer-line-item.js +2 -1
- package/esm/funcs/accounting-get-offer-line-item.js.map +1 -1
- package/esm/funcs/accounting-get-offer-line-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-offer-line-items.js +2 -1
- package/esm/funcs/accounting-get-offer-line-items.js.map +1 -1
- package/esm/funcs/accounting-get-offer.d.ts.map +1 -1
- package/esm/funcs/accounting-get-offer.js +2 -1
- package/esm/funcs/accounting-get-offer.js.map +1 -1
- package/esm/funcs/accounting-get-offers.d.ts.map +1 -1
- package/esm/funcs/accounting-get-offers.js +2 -1
- package/esm/funcs/accounting-get-offers.js.map +1 -1
- package/esm/funcs/accounting-get-open-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-open-items.js +2 -1
- package/esm/funcs/accounting-get-open-items.js.map +1 -1
- package/esm/funcs/accounting-get-payment-term.d.ts.map +1 -1
- package/esm/funcs/accounting-get-payment-term.js +2 -1
- package/esm/funcs/accounting-get-payment-term.js.map +1 -1
- package/esm/funcs/accounting-get-payment-terms.d.ts.map +1 -1
- package/esm/funcs/accounting-get-payment-terms.js +2 -1
- package/esm/funcs/accounting-get-payment-terms.js.map +1 -1
- package/esm/funcs/accounting-get-payment.d.ts.map +1 -1
- package/esm/funcs/accounting-get-payment.js +2 -1
- package/esm/funcs/accounting-get-payment.js.map +1 -1
- package/esm/funcs/accounting-get-payments.d.ts.map +1 -1
- package/esm/funcs/accounting-get-payments.js +2 -1
- package/esm/funcs/accounting-get-payments.js.map +1 -1
- package/esm/funcs/accounting-get-profile.d.ts +11 -0
- package/esm/funcs/accounting-get-profile.d.ts.map +1 -0
- package/esm/funcs/accounting-get-profile.js +72 -0
- package/esm/funcs/accounting-get-profile.js.map +1 -0
- package/esm/funcs/accounting-get-project.d.ts.map +1 -1
- package/esm/funcs/accounting-get-project.js +2 -1
- package/esm/funcs/accounting-get-project.js.map +1 -1
- package/esm/funcs/accounting-get-projects.d.ts.map +1 -1
- package/esm/funcs/accounting-get-projects.js +2 -1
- package/esm/funcs/accounting-get-projects.js.map +1 -1
- package/esm/funcs/accounting-get-purchase-order-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-get-purchase-order-line-item.js +2 -1
- package/esm/funcs/accounting-get-purchase-order-line-item.js.map +1 -1
- package/esm/funcs/accounting-get-purchase-order-line-items.d.ts.map +1 -1
- package/esm/funcs/accounting-get-purchase-order-line-items.js +2 -1
- package/esm/funcs/accounting-get-purchase-order-line-items.js.map +1 -1
- package/esm/funcs/accounting-get-purchase-order.d.ts.map +1 -1
- package/esm/funcs/accounting-get-purchase-order.js +2 -1
- package/esm/funcs/accounting-get-purchase-order.js.map +1 -1
- package/esm/funcs/accounting-get-purchase-orders.d.ts.map +1 -1
- package/esm/funcs/accounting-get-purchase-orders.js +2 -1
- package/esm/funcs/accounting-get-purchase-orders.js.map +1 -1
- package/esm/funcs/accounting-get-sales-order-lines.d.ts.map +1 -1
- package/esm/funcs/accounting-get-sales-order-lines.js +2 -1
- package/esm/funcs/accounting-get-sales-order-lines.js.map +1 -1
- package/esm/funcs/accounting-get-sales-order.d.ts.map +1 -1
- package/esm/funcs/accounting-get-sales-order.js +2 -1
- package/esm/funcs/accounting-get-sales-order.js.map +1 -1
- package/esm/funcs/accounting-get-sales-orders.d.ts.map +1 -1
- package/esm/funcs/accounting-get-sales-orders.js +2 -1
- package/esm/funcs/accounting-get-sales-orders.js.map +1 -1
- package/esm/funcs/accounting-get-supplier.d.ts.map +1 -1
- package/esm/funcs/accounting-get-supplier.js +2 -1
- package/esm/funcs/accounting-get-supplier.js.map +1 -1
- package/esm/funcs/accounting-get-suppliers.d.ts.map +1 -1
- package/esm/funcs/accounting-get-suppliers.js +2 -1
- package/esm/funcs/accounting-get-suppliers.js.map +1 -1
- package/esm/funcs/accounting-get-tax-rate.d.ts.map +1 -1
- package/esm/funcs/accounting-get-tax-rate.js +2 -1
- package/esm/funcs/accounting-get-tax-rate.js.map +1 -1
- package/esm/funcs/accounting-get-tax-rates.d.ts.map +1 -1
- package/esm/funcs/accounting-get-tax-rates.js +2 -1
- package/esm/funcs/accounting-get-tax-rates.js.map +1 -1
- package/esm/funcs/accounting-get-trial-balance.d.ts.map +1 -1
- package/esm/funcs/accounting-get-trial-balance.js +2 -1
- package/esm/funcs/accounting-get-trial-balance.js.map +1 -1
- package/esm/funcs/accounting-get-units.d.ts.map +1 -1
- package/esm/funcs/accounting-get-units.js +2 -1
- package/esm/funcs/accounting-get-units.js.map +1 -1
- package/esm/funcs/accounting-get-vendor-credits.d.ts.map +1 -1
- package/esm/funcs/accounting-get-vendor-credits.js +2 -1
- package/esm/funcs/accounting-get-vendor-credits.js.map +1 -1
- package/esm/funcs/accounting-patch-contact.d.ts.map +1 -1
- package/esm/funcs/accounting-patch-contact.js +2 -1
- package/esm/funcs/accounting-patch-contact.js.map +1 -1
- package/esm/funcs/accounting-patch-customers.d.ts.map +1 -1
- package/esm/funcs/accounting-patch-customers.js +2 -1
- package/esm/funcs/accounting-patch-customers.js.map +1 -1
- package/esm/funcs/accounting-patch-invoice.d.ts.map +1 -1
- package/esm/funcs/accounting-patch-invoice.js +2 -1
- package/esm/funcs/accounting-patch-invoice.js.map +1 -1
- package/esm/funcs/accounting-patch-item.d.ts.map +1 -1
- package/esm/funcs/accounting-patch-item.js +2 -1
- package/esm/funcs/accounting-patch-item.js.map +1 -1
- package/esm/funcs/accounting-patch-line-item.d.ts +11 -0
- package/esm/funcs/accounting-patch-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-patch-line-item.js +88 -0
- package/esm/funcs/accounting-patch-line-item.js.map +1 -0
- package/esm/funcs/accounting-patch-supplier.d.ts.map +1 -1
- package/esm/funcs/accounting-patch-supplier.js +2 -1
- package/esm/funcs/accounting-patch-supplier.js.map +1 -1
- package/esm/funcs/accounting-post-file.d.ts.map +1 -1
- package/esm/funcs/accounting-post-file.js +6 -4
- package/esm/funcs/accounting-post-file.js.map +1 -1
- package/esm/funcs/accounting-put-contact.d.ts.map +1 -1
- package/esm/funcs/accounting-put-contact.js +2 -1
- package/esm/funcs/accounting-put-contact.js.map +1 -1
- package/esm/funcs/accounting-update-bill-line-item.d.ts.map +1 -1
- package/esm/funcs/accounting-update-bill-line-item.js +2 -1
- package/esm/funcs/accounting-update-bill-line-item.js.map +1 -1
- package/esm/funcs/accounting-update-bill.d.ts.map +1 -1
- package/esm/funcs/accounting-update-bill.js +2 -1
- package/esm/funcs/accounting-update-bill.js.map +1 -1
- package/esm/funcs/accounting-update-customer.d.ts.map +1 -1
- package/esm/funcs/accounting-update-customer.js +2 -1
- package/esm/funcs/accounting-update-customer.js.map +1 -1
- package/esm/funcs/accounting-update-supplier.d.ts.map +1 -1
- package/esm/funcs/accounting-update-supplier.js +2 -1
- package/esm/funcs/accounting-update-supplier.js.map +1 -1
- package/esm/funcs/accounting-update-vendor-credit.d.ts.map +1 -1
- package/esm/funcs/accounting-update-vendor-credit.js +2 -1
- package/esm/funcs/accounting-update-vendor-credit.js.map +1 -1
- package/esm/funcs/accounting-v2-create-booking-proposal-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-create-booking-proposal-v2.js +6 -4
- package/esm/funcs/accounting-v2-create-booking-proposal-v2.js.map +1 -1
- package/esm/funcs/accounting-v2-create-contact-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-create-contact-v2.js +2 -1
- package/esm/funcs/accounting-v2-create-contact-v2.js.map +1 -1
- package/esm/funcs/accounting-v2-get-contact-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-get-contact-v2.js +2 -1
- package/esm/funcs/accounting-v2-get-contact-v2.js.map +1 -1
- package/esm/funcs/accounting-v2-get-contacts-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-get-contacts-v2.js +2 -1
- package/esm/funcs/accounting-v2-get-contacts-v2.js.map +1 -1
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.js +2 -1
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.js.map +1 -1
- package/esm/funcs/accounting-v2-get-dimensions-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-get-dimensions-v2.js +2 -1
- package/esm/funcs/accounting-v2-get-dimensions-v2.js.map +1 -1
- package/esm/funcs/accounting-v2-patch-contact-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-patch-contact-v2.js +2 -1
- package/esm/funcs/accounting-v2-patch-contact-v2.js.map +1 -1
- package/esm/funcs/accounting-v2-put-contact-v2.d.ts.map +1 -1
- package/esm/funcs/accounting-v2-put-contact-v2.js +2 -1
- package/esm/funcs/accounting-v2-put-contact-v2.js.map +1 -1
- package/esm/funcs/auth-create-end-user-account.d.ts.map +1 -1
- package/esm/funcs/auth-create-end-user-account.js +3 -2
- package/esm/funcs/auth-create-end-user-account.js.map +1 -1
- package/esm/funcs/auth-get-companies.d.ts.map +1 -1
- package/esm/funcs/auth-get-companies.js +3 -2
- package/esm/funcs/auth-get-companies.js.map +1 -1
- package/esm/funcs/auth-get-environments.d.ts.map +1 -1
- package/esm/funcs/auth-get-environments.js +3 -2
- package/esm/funcs/auth-get-environments.js.map +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/events-get-code.d.ts +11 -0
- package/esm/funcs/events-get-code.d.ts.map +1 -0
- package/esm/funcs/events-get-code.js +78 -0
- package/esm/funcs/events-get-code.js.map +1 -0
- package/esm/funcs/events-handle-callback.d.ts +11 -0
- package/esm/funcs/events-handle-callback.d.ts.map +1 -0
- package/esm/funcs/events-handle-callback.js +78 -0
- package/esm/funcs/events-handle-callback.js.map +1 -0
- package/esm/funcs/events-handle-configuration-callback.d.ts +11 -0
- package/esm/funcs/events-handle-configuration-callback.d.ts.map +1 -0
- package/esm/funcs/events-handle-configuration-callback.js +78 -0
- package/esm/funcs/events-handle-configuration-callback.js.map +1 -0
- package/esm/funcs/health-check.d.ts +17 -0
- package/esm/funcs/health-check.d.ts.map +1 -0
- package/esm/funcs/health-check.js +78 -0
- package/esm/funcs/health-check.js.map +1 -0
- 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 +11 -0
- package/esm/funcs/tenants-count-end-users-by-system.d.ts.map +1 -0
- package/esm/funcs/tenants-count-end-users-by-system.js +72 -0
- package/esm/funcs/tenants-count-end-users-by-system.js.map +1 -0
- package/esm/funcs/tenants-delete-end-user.d.ts.map +1 -1
- package/esm/funcs/tenants-delete-end-user.js +3 -2
- package/esm/funcs/tenants-delete-end-user.js.map +1 -1
- package/esm/funcs/tenants-delete-registered-system.d.ts +11 -0
- package/esm/funcs/tenants-delete-registered-system.d.ts.map +1 -0
- package/esm/funcs/tenants-delete-registered-system.js +79 -0
- package/esm/funcs/tenants-delete-registered-system.js.map +1 -0
- package/esm/funcs/tenants-get-callback-url.d.ts +11 -0
- package/esm/funcs/tenants-get-callback-url.d.ts.map +1 -0
- package/esm/funcs/tenants-get-callback-url.js +72 -0
- package/esm/funcs/tenants-get-callback-url.js.map +1 -0
- package/esm/funcs/tenants-get-end-user-list.d.ts.map +1 -1
- package/esm/funcs/tenants-get-end-user-list.js +3 -2
- package/esm/funcs/tenants-get-end-user-list.js.map +1 -1
- package/esm/funcs/tenants-get-registered-systems-masked.d.ts +11 -0
- package/esm/funcs/tenants-get-registered-systems-masked.d.ts.map +1 -0
- package/esm/funcs/tenants-get-registered-systems-masked.js +72 -0
- package/esm/funcs/tenants-get-registered-systems-masked.js.map +1 -0
- package/esm/funcs/tenants-get-registered-systems.d.ts +11 -0
- package/esm/funcs/tenants-get-registered-systems.d.ts.map +1 -0
- package/esm/funcs/tenants-get-registered-systems.js +72 -0
- package/esm/funcs/tenants-get-registered-systems.js.map +1 -0
- package/esm/funcs/tenants-get-submission-page-style-by-key.d.ts +11 -0
- package/esm/funcs/tenants-get-submission-page-style-by-key.d.ts.map +1 -0
- package/esm/funcs/tenants-get-submission-page-style-by-key.js +72 -0
- package/esm/funcs/tenants-get-submission-page-style-by-key.js.map +1 -0
- package/esm/funcs/tenants-get-submission-page-style.d.ts +11 -0
- package/esm/funcs/tenants-get-submission-page-style.d.ts.map +1 -0
- package/esm/funcs/tenants-get-submission-page-style.js +86 -0
- package/esm/funcs/tenants-get-submission-page-style.js.map +1 -0
- package/esm/funcs/tenants-get-target-system-requirements.d.ts +11 -0
- package/esm/funcs/tenants-get-target-system-requirements.d.ts.map +1 -0
- package/esm/funcs/tenants-get-target-system-requirements.js +72 -0
- package/esm/funcs/tenants-get-target-system-requirements.js.map +1 -0
- package/esm/funcs/tenants-get-target-system-values.d.ts +11 -0
- package/esm/funcs/tenants-get-target-system-values.d.ts.map +1 -0
- package/esm/funcs/tenants-get-target-system-values.js +72 -0
- package/esm/funcs/tenants-get-target-system-values.js.map +1 -0
- 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 +12 -0
- package/esm/funcs/tenants-update-submission-page-style.d.ts.map +1 -0
- package/esm/funcs/tenants-update-submission-page-style.js +74 -0
- package/esm/funcs/tenants-update-submission-page-style.js.map +1 -0
- package/esm/funcs/user-get-user-info.d.ts.map +1 -1
- package/esm/funcs/user-get-user-info.js +2 -1
- package/esm/funcs/user-get-user-info.js.map +1 -1
- package/esm/funcs/webhooks-create-webhook-end-user.d.ts +11 -0
- package/esm/funcs/webhooks-create-webhook-end-user.d.ts.map +1 -0
- package/esm/funcs/webhooks-create-webhook-end-user.js +78 -0
- package/esm/funcs/webhooks-create-webhook-end-user.js.map +1 -0
- package/esm/funcs/webhooks-create-webhook.d.ts.map +1 -1
- package/esm/funcs/webhooks-create-webhook.js +3 -2
- package/esm/funcs/webhooks-create-webhook.js.map +1 -1
- package/esm/funcs/webhooks-delete-webhook-end-user.d.ts +11 -0
- package/esm/funcs/webhooks-delete-webhook-end-user.d.ts.map +1 -0
- package/esm/funcs/webhooks-delete-webhook-end-user.js +83 -0
- package/esm/funcs/webhooks-delete-webhook-end-user.js.map +1 -0
- package/esm/funcs/webhooks-delete-webhook.d.ts.map +1 -1
- package/esm/funcs/webhooks-delete-webhook.js +3 -2
- package/esm/funcs/webhooks-delete-webhook.js.map +1 -1
- package/esm/funcs/webhooks-get-webhooks.d.ts.map +1 -1
- package/esm/funcs/webhooks-get-webhooks.js +3 -2
- package/esm/funcs/webhooks-get-webhooks.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.d.ts +1 -0
- package/esm/lib/encodings.d.ts.map +1 -1
- package/esm/lib/encodings.js +6 -0
- package/esm/lib/encodings.js.map +1 -1
- package/esm/lib/sdks.d.ts +1 -1
- package/esm/lib/sdks.d.ts.map +1 -1
- package/esm/lib/sdks.js +3 -3
- package/esm/lib/sdks.js.map +1 -1
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js +9 -2
- package/esm/lib/security.js.map +1 -1
- package/esm/models/create-event-subscription-request-dto.d.ts +14 -0
- package/esm/models/create-event-subscription-request-dto.d.ts.map +1 -0
- package/esm/models/create-event-subscription-request-dto.js +13 -0
- package/esm/models/create-event-subscription-request-dto.js.map +1 -0
- 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/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-contacts-v1.d.ts +56 -0
- package/esm/models/operations/create-contacts-v1.d.ts.map +1 -0
- package/esm/models/operations/create-contacts-v1.js +54 -0
- package/esm/models/operations/create-contacts-v1.js.map +1 -0
- package/esm/models/operations/create-event-subscriptions.d.ts +18 -0
- package/esm/models/operations/create-event-subscriptions.d.ts.map +1 -0
- package/esm/models/operations/create-event-subscriptions.js +14 -0
- package/esm/models/operations/create-event-subscriptions.js.map +1 -0
- package/esm/models/operations/create-webhook-end-user.d.ts +61 -0
- package/esm/models/operations/create-webhook-end-user.d.ts.map +1 -0
- package/esm/models/operations/create-webhook-end-user.js +55 -0
- package/esm/models/operations/create-webhook-end-user.js.map +1 -0
- package/esm/models/operations/delete-event-subscriptions.d.ts +17 -0
- package/esm/models/operations/delete-event-subscriptions.d.ts.map +1 -0
- package/esm/models/operations/delete-event-subscriptions.js +13 -0
- package/esm/models/operations/delete-event-subscriptions.js.map +1 -0
- package/esm/models/operations/delete-registered-system.d.ts +12 -0
- package/esm/models/operations/delete-registered-system.d.ts.map +1 -0
- package/esm/models/operations/delete-registered-system.js +12 -0
- package/esm/models/operations/delete-registered-system.js.map +1 -0
- package/esm/models/operations/delete-webhook-end-user.d.ts +31 -0
- package/esm/models/operations/delete-webhook-end-user.d.ts.map +1 -0
- package/esm/models/operations/delete-webhook-end-user.js +20 -0
- package/esm/models/operations/delete-webhook-end-user.js.map +1 -0
- package/esm/models/operations/get-code.d.ts +21 -0
- package/esm/models/operations/get-code.d.ts.map +1 -0
- package/esm/models/operations/get-code.js +18 -0
- package/esm/models/operations/get-code.js.map +1 -0
- 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 +24 -0
- package/esm/models/operations/get-submission-page-style.d.ts.map +1 -0
- package/esm/models/operations/get-submission-page-style.js +18 -0
- package/esm/models/operations/get-submission-page-style.js.map +1 -0
- package/esm/models/operations/handle-callback.d.ts +21 -0
- package/esm/models/operations/handle-callback.d.ts.map +1 -0
- package/esm/models/operations/handle-callback.js +18 -0
- package/esm/models/operations/handle-callback.js.map +1 -0
- package/esm/models/operations/handle-configuration-callback.d.ts +21 -0
- package/esm/models/operations/handle-configuration-callback.d.ts.map +1 -0
- package/esm/models/operations/handle-configuration-callback.js +18 -0
- package/esm/models/operations/handle-configuration-callback.js.map +1 -0
- package/esm/models/operations/index.d.ts +14 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +14 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/patch-line-item.d.ts +65 -0
- package/esm/models/operations/patch-line-item.d.ts.map +1 -0
- package/esm/models/operations/patch-line-item.js +57 -0
- package/esm/models/operations/patch-line-item.js.map +1 -0
- 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/patch-line-item-request-dto.d.ts +46 -0
- package/esm/models/patch-line-item-request-dto.d.ts.map +1 -0
- package/esm/models/patch-line-item-request-dto.js +32 -0
- package/esm/models/patch-line-item-request-dto.js.map +1 -0
- package/esm/models/security.d.ts +26 -4
- package/esm/models/security.d.ts.map +1 -1
- package/esm/models/security.js +24 -3
- package/esm/models/security.js.map +1 -1
- package/esm/models/submission-page-style-dto.d.ts +28 -0
- package/esm/models/submission-page-style-dto.d.ts.map +1 -0
- package/esm/models/submission-page-style-dto.js +20 -0
- package/esm/models/submission-page-style-dto.js.map +1 -0
- package/esm/sdk/accounting.d.ts +6 -0
- package/esm/sdk/accounting.d.ts.map +1 -1
- package/esm/sdk/accounting.js +20 -0
- package/esm/sdk/accounting.js.map +1 -1
- package/esm/sdk/events.d.ts +8 -0
- package/esm/sdk/events.d.ts.map +1 -0
- package/esm/sdk/events.js +20 -0
- package/esm/sdk/events.js.map +1 -0
- package/esm/sdk/health.d.ts +12 -0
- package/esm/sdk/health.d.ts.map +1 -0
- package/esm/sdk/health.js +18 -0
- package/esm/sdk/health.js.map +1 -0
- package/esm/sdk/sdk.d.ts +8 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +13 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/tenants.d.ts +10 -0
- package/esm/sdk/tenants.d.ts.map +1 -1
- package/esm/sdk/tenants.js +40 -0
- package/esm/sdk/tenants.js.map +1 -1
- package/esm/sdk/webhooks.d.ts +2 -0
- package/esm/sdk/webhooks.d.ts.map +1 -1
- package/esm/sdk/webhooks.js +8 -0
- package/esm/sdk/webhooks.js.map +1 -1
- package/examples/accountingGetAccount.example.ts +4 -2
- package/jsr.json +1 -1
- package/package.json +3 -3
- package/src/funcs/accounting-create-account.ts +3 -1
- package/src/funcs/accounting-create-bank-account.ts +3 -1
- package/src/funcs/accounting-create-bill-line-item.ts +3 -1
- package/src/funcs/accounting-create-bill.ts +3 -1
- package/src/funcs/accounting-create-booking-proposal.ts +12 -4
- package/src/funcs/accounting-create-contact.ts +3 -1
- package/src/funcs/accounting-create-contacts-v1.ts +162 -0
- package/src/funcs/accounting-create-contacts.ts +3 -1
- package/src/funcs/accounting-create-customer.ts +3 -1
- package/src/funcs/accounting-create-event-subscriptions.ts +163 -0
- package/src/funcs/accounting-create-expense.ts +12 -4
- package/src/funcs/accounting-create-invoice.ts +3 -1
- package/src/funcs/accounting-create-item.ts +3 -1
- package/src/funcs/accounting-create-journal-entries.ts +3 -1
- package/src/funcs/accounting-create-journal-entry-attachments.ts +7 -4
- package/src/funcs/accounting-create-journal-entry.ts +12 -4
- package/src/funcs/accounting-create-line-item.ts +3 -1
- package/src/funcs/accounting-create-offer.ts +3 -1
- package/src/funcs/accounting-create-pass-through-request.ts +3 -1
- package/src/funcs/accounting-create-payment-term.ts +3 -1
- package/src/funcs/accounting-create-payment.ts +3 -1
- package/src/funcs/accounting-create-project.ts +3 -1
- package/src/funcs/accounting-create-sales-order.ts +3 -1
- package/src/funcs/accounting-create-supplier.ts +3 -1
- package/src/funcs/accounting-create-transaction.ts +12 -4
- package/src/funcs/accounting-create-vendor-credit.ts +3 -1
- package/src/funcs/accounting-delete-bill.ts +3 -1
- package/src/funcs/accounting-delete-event-subscriptions.ts +171 -0
- package/src/funcs/accounting-delete-payment.ts +3 -1
- package/src/funcs/accounting-delete-vendor-credit.ts +3 -1
- package/src/funcs/accounting-get-account.ts +3 -1
- package/src/funcs/accounting-get-accounts.ts +3 -1
- package/src/funcs/accounting-get-async-task-info.ts +3 -1
- package/src/funcs/accounting-get-bank-account.ts +3 -1
- package/src/funcs/accounting-get-bank-accounts.ts +3 -1
- package/src/funcs/accounting-get-bill-document.ts +3 -1
- package/src/funcs/accounting-get-bill-line-items.ts +3 -1
- package/src/funcs/accounting-get-bill.ts +3 -1
- package/src/funcs/accounting-get-bills.ts +3 -1
- package/src/funcs/accounting-get-booking-proposal-document.ts +3 -1
- package/src/funcs/accounting-get-booking-proposal.ts +3 -1
- package/src/funcs/accounting-get-booking-proposals.ts +3 -1
- package/src/funcs/accounting-get-contact.ts +3 -1
- package/src/funcs/accounting-get-contacts.ts +3 -1
- package/src/funcs/accounting-get-credit-note.ts +3 -1
- package/src/funcs/accounting-get-credit-notes.ts +3 -1
- package/src/funcs/accounting-get-customer.ts +3 -1
- package/src/funcs/accounting-get-customers.ts +3 -1
- package/src/funcs/accounting-get-dimensions.ts +3 -1
- package/src/funcs/accounting-get-document-extensions.ts +3 -1
- package/src/funcs/accounting-get-document-types.ts +3 -1
- package/src/funcs/accounting-get-expense.ts +3 -1
- package/src/funcs/accounting-get-expenses.ts +3 -1
- package/src/funcs/accounting-get-fiscal-year.ts +3 -1
- package/src/funcs/accounting-get-fiscal-years.ts +3 -1
- package/src/funcs/accounting-get-goods-receipt-line-item.ts +3 -1
- package/src/funcs/accounting-get-goods-receipt-line-items.ts +3 -1
- package/src/funcs/accounting-get-goods-receipt.ts +3 -1
- package/src/funcs/accounting-get-goods-receipts.ts +3 -1
- package/src/funcs/accounting-get-invoice-document.ts +3 -1
- package/src/funcs/accounting-get-invoice.ts +3 -1
- package/src/funcs/accounting-get-invoices.ts +3 -1
- package/src/funcs/accounting-get-item.ts +3 -1
- package/src/funcs/accounting-get-items.ts +3 -1
- package/src/funcs/accounting-get-journal-entries.ts +3 -1
- package/src/funcs/accounting-get-journal-entry-attachment-by-id.ts +3 -1
- package/src/funcs/accounting-get-journal-entry-attachments.ts +3 -1
- package/src/funcs/accounting-get-journal-entry.ts +3 -1
- package/src/funcs/accounting-get-journals.ts +3 -1
- package/src/funcs/accounting-get-line-item.ts +3 -1
- package/src/funcs/accounting-get-line-items.ts +3 -1
- package/src/funcs/accounting-get-offer-document.ts +3 -1
- package/src/funcs/accounting-get-offer-line-item.ts +3 -1
- package/src/funcs/accounting-get-offer-line-items.ts +3 -1
- package/src/funcs/accounting-get-offer.ts +3 -1
- package/src/funcs/accounting-get-offers.ts +3 -1
- package/src/funcs/accounting-get-open-items.ts +3 -1
- package/src/funcs/accounting-get-payment-term.ts +3 -1
- package/src/funcs/accounting-get-payment-terms.ts +3 -1
- package/src/funcs/accounting-get-payment.ts +3 -1
- package/src/funcs/accounting-get-payments.ts +3 -1
- package/src/funcs/accounting-get-profile.ts +147 -0
- package/src/funcs/accounting-get-project.ts +3 -1
- package/src/funcs/accounting-get-projects.ts +3 -1
- package/src/funcs/accounting-get-purchase-order-line-item.ts +3 -1
- package/src/funcs/accounting-get-purchase-order-line-items.ts +3 -1
- package/src/funcs/accounting-get-purchase-order.ts +3 -1
- package/src/funcs/accounting-get-purchase-orders.ts +3 -1
- package/src/funcs/accounting-get-sales-order-lines.ts +3 -1
- package/src/funcs/accounting-get-sales-order.ts +3 -1
- package/src/funcs/accounting-get-sales-orders.ts +3 -1
- package/src/funcs/accounting-get-supplier.ts +3 -1
- package/src/funcs/accounting-get-suppliers.ts +3 -1
- package/src/funcs/accounting-get-tax-rate.ts +3 -1
- package/src/funcs/accounting-get-tax-rates.ts +3 -1
- package/src/funcs/accounting-get-trial-balance.ts +3 -1
- package/src/funcs/accounting-get-units.ts +3 -1
- package/src/funcs/accounting-get-vendor-credits.ts +3 -1
- package/src/funcs/accounting-patch-contact.ts +3 -1
- package/src/funcs/accounting-patch-customers.ts +3 -1
- package/src/funcs/accounting-patch-invoice.ts +3 -1
- package/src/funcs/accounting-patch-item.ts +3 -1
- package/src/funcs/accounting-patch-line-item.ts +174 -0
- package/src/funcs/accounting-patch-supplier.ts +3 -1
- package/src/funcs/accounting-post-file.ts +11 -4
- package/src/funcs/accounting-put-contact.ts +3 -1
- package/src/funcs/accounting-update-bill-line-item.ts +3 -1
- package/src/funcs/accounting-update-bill.ts +3 -1
- package/src/funcs/accounting-update-customer.ts +3 -1
- package/src/funcs/accounting-update-supplier.ts +3 -1
- package/src/funcs/accounting-update-vendor-credit.ts +3 -1
- package/src/funcs/accounting-v2-create-booking-proposal-v2.ts +12 -4
- package/src/funcs/accounting-v2-create-contact-v2.ts +3 -1
- package/src/funcs/accounting-v2-get-contact-v2.ts +3 -1
- package/src/funcs/accounting-v2-get-contacts-v2.ts +3 -1
- package/src/funcs/accounting-v2-get-dimensions-by-dimension.ts +3 -1
- package/src/funcs/accounting-v2-get-dimensions-v2.ts +3 -1
- package/src/funcs/accounting-v2-patch-contact-v2.ts +3 -1
- package/src/funcs/accounting-v2-put-contact-v2.ts +3 -1
- package/src/funcs/auth-create-end-user-account.ts +4 -2
- package/src/funcs/auth-get-companies.ts +4 -2
- package/src/funcs/auth-get-environments.ts +4 -2
- package/src/funcs/auth-system-login-url.ts +4 -2
- package/src/funcs/events-get-code.ts +161 -0
- package/src/funcs/events-handle-callback.ts +161 -0
- package/src/funcs/events-handle-configuration-callback.ts +165 -0
- package/src/funcs/health-check.ts +153 -0
- package/src/funcs/tenants-add-callback-url.ts +4 -2
- package/src/funcs/tenants-count-end-users-by-system.ts +147 -0
- package/src/funcs/tenants-delete-end-user.ts +4 -2
- package/src/funcs/tenants-delete-registered-system.ts +165 -0
- package/src/funcs/tenants-get-callback-url.ts +147 -0
- package/src/funcs/tenants-get-end-user-list.ts +4 -2
- package/src/funcs/tenants-get-registered-systems-masked.ts +147 -0
- package/src/funcs/tenants-get-registered-systems.ts +147 -0
- package/src/funcs/tenants-get-submission-page-style-by-key.ts +147 -0
- package/src/funcs/tenants-get-submission-page-style.ts +171 -0
- package/src/funcs/tenants-get-target-system-requirements.ts +147 -0
- package/src/funcs/tenants-get-target-system-values.ts +147 -0
- package/src/funcs/tenants-system-registration.ts +4 -2
- package/src/funcs/tenants-update-submission-page-style.ts +157 -0
- package/src/funcs/user-get-user-info.ts +3 -1
- package/src/funcs/webhooks-create-webhook-end-user.ts +163 -0
- package/src/funcs/webhooks-create-webhook.ts +4 -2
- package/src/funcs/webhooks-delete-webhook-end-user.ts +168 -0
- package/src/funcs/webhooks-delete-webhook.ts +4 -2
- package/src/funcs/webhooks-get-webhooks.ts +4 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +9 -0
- package/src/lib/sdks.ts +3 -4
- package/src/lib/security.ts +9 -2
- package/src/models/create-event-subscription-request-dto.ts +35 -0
- package/src/models/index.ts +3 -0
- package/src/models/operations/check.ts +29 -0
- package/src/models/operations/create-contacts-v1.ts +164 -0
- package/src/models/operations/create-event-subscriptions.ts +39 -0
- package/src/models/operations/create-webhook-end-user.ts +176 -0
- package/src/models/operations/delete-event-subscriptions.ts +38 -0
- package/src/models/operations/delete-registered-system.ts +32 -0
- package/src/models/operations/delete-webhook-end-user.ts +68 -0
- package/src/models/operations/get-code.ts +50 -0
- package/src/models/operations/get-submission-page-style-by-key.ts +30 -0
- package/src/models/operations/get-submission-page-style.ts +59 -0
- package/src/models/operations/handle-callback.ts +54 -0
- package/src/models/operations/handle-configuration-callback.ts +57 -0
- package/src/models/operations/index.ts +14 -0
- package/src/models/operations/patch-line-item.ts +174 -0
- package/src/models/operations/update-submission-page-style.ts +29 -0
- package/src/models/patch-line-item-request-dto.ts +82 -0
- package/src/models/security.ts +66 -8
- package/src/models/submission-page-style-dto.ts +54 -0
- package/src/sdk/accounting.ts +59 -0
- package/src/sdk/events.ts +45 -0
- package/src/sdk/health.ts +25 -0
- package/src/sdk/sdk.ts +15 -3
- package/src/sdk/tenants.ts +106 -0
- package/src/sdk/webhooks.ts +24 -0
package/src/sdk/accounting.ts
CHANGED
|
@@ -8,8 +8,10 @@ import { accountingCreateBillLineItem } from "../funcs/accounting-create-bill-li
|
|
|
8
8
|
import { accountingCreateBill } from "../funcs/accounting-create-bill.js";
|
|
9
9
|
import { accountingCreateBookingProposal } from "../funcs/accounting-create-booking-proposal.js";
|
|
10
10
|
import { accountingCreateContact } from "../funcs/accounting-create-contact.js";
|
|
11
|
+
import { accountingCreateContactsV1 } from "../funcs/accounting-create-contacts-v1.js";
|
|
11
12
|
import { accountingCreateContacts } from "../funcs/accounting-create-contacts.js";
|
|
12
13
|
import { accountingCreateCustomer } from "../funcs/accounting-create-customer.js";
|
|
14
|
+
import { accountingCreateEventSubscriptions } from "../funcs/accounting-create-event-subscriptions.js";
|
|
13
15
|
import { accountingCreateExpense } from "../funcs/accounting-create-expense.js";
|
|
14
16
|
import { accountingCreateInvoice } from "../funcs/accounting-create-invoice.js";
|
|
15
17
|
import { accountingCreateItem } from "../funcs/accounting-create-item.js";
|
|
@@ -27,6 +29,7 @@ import { accountingCreateSupplier } from "../funcs/accounting-create-supplier.js
|
|
|
27
29
|
import { accountingCreateTransaction } from "../funcs/accounting-create-transaction.js";
|
|
28
30
|
import { accountingCreateVendorCredit } from "../funcs/accounting-create-vendor-credit.js";
|
|
29
31
|
import { accountingDeleteBill } from "../funcs/accounting-delete-bill.js";
|
|
32
|
+
import { accountingDeleteEventSubscriptions } from "../funcs/accounting-delete-event-subscriptions.js";
|
|
30
33
|
import { accountingDeletePayment } from "../funcs/accounting-delete-payment.js";
|
|
31
34
|
import { accountingDeleteVendorCredit } from "../funcs/accounting-delete-vendor-credit.js";
|
|
32
35
|
import { accountingGetAccount } from "../funcs/accounting-get-account.js";
|
|
@@ -80,6 +83,7 @@ import { accountingGetPaymentTerm } from "../funcs/accounting-get-payment-term.j
|
|
|
80
83
|
import { accountingGetPaymentTerms } from "../funcs/accounting-get-payment-terms.js";
|
|
81
84
|
import { accountingGetPayment } from "../funcs/accounting-get-payment.js";
|
|
82
85
|
import { accountingGetPayments } from "../funcs/accounting-get-payments.js";
|
|
86
|
+
import { accountingGetProfile } from "../funcs/accounting-get-profile.js";
|
|
83
87
|
import { accountingGetProject } from "../funcs/accounting-get-project.js";
|
|
84
88
|
import { accountingGetProjects } from "../funcs/accounting-get-projects.js";
|
|
85
89
|
import { accountingGetPurchaseOrderLineItem } from "../funcs/accounting-get-purchase-order-line-item.js";
|
|
@@ -100,6 +104,7 @@ import { accountingPatchContact } from "../funcs/accounting-patch-contact.js";
|
|
|
100
104
|
import { accountingPatchCustomers } from "../funcs/accounting-patch-customers.js";
|
|
101
105
|
import { accountingPatchInvoice } from "../funcs/accounting-patch-invoice.js";
|
|
102
106
|
import { accountingPatchItem } from "../funcs/accounting-patch-item.js";
|
|
107
|
+
import { accountingPatchLineItem } from "../funcs/accounting-patch-line-item.js";
|
|
103
108
|
import { accountingPatchSupplier } from "../funcs/accounting-patch-supplier.js";
|
|
104
109
|
import { accountingPostFile } from "../funcs/accounting-post-file.js";
|
|
105
110
|
import { accountingPutContact } from "../funcs/accounting-put-contact.js";
|
|
@@ -109,6 +114,7 @@ import { accountingUpdateCustomer } from "../funcs/accounting-update-customer.js
|
|
|
109
114
|
import { accountingUpdateSupplier } from "../funcs/accounting-update-supplier.js";
|
|
110
115
|
import { accountingUpdateVendorCredit } from "../funcs/accounting-update-vendor-credit.js";
|
|
111
116
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
117
|
+
import * as models from "../models/index.js";
|
|
112
118
|
import * as operations from "../models/operations/index.js";
|
|
113
119
|
import { unwrapAsync } from "../types/fp.js";
|
|
114
120
|
|
|
@@ -377,6 +383,17 @@ export class Accounting extends ClientSDK {
|
|
|
377
383
|
));
|
|
378
384
|
}
|
|
379
385
|
|
|
386
|
+
async createContactsV1(
|
|
387
|
+
request: operations.CreateContactsV1Request,
|
|
388
|
+
options?: RequestOptions,
|
|
389
|
+
): Promise<operations.CreateContactsV1Response> {
|
|
390
|
+
return unwrapAsync(accountingCreateContactsV1(
|
|
391
|
+
this,
|
|
392
|
+
request,
|
|
393
|
+
options,
|
|
394
|
+
));
|
|
395
|
+
}
|
|
396
|
+
|
|
380
397
|
async getInvoices(
|
|
381
398
|
request?: operations.GetInvoicesRequest | undefined,
|
|
382
399
|
options?: RequestOptions,
|
|
@@ -553,6 +570,17 @@ export class Accounting extends ClientSDK {
|
|
|
553
570
|
));
|
|
554
571
|
}
|
|
555
572
|
|
|
573
|
+
async patchLineItem(
|
|
574
|
+
request: operations.PatchLineItemRequest,
|
|
575
|
+
options?: RequestOptions,
|
|
576
|
+
): Promise<operations.PatchLineItemResponse> {
|
|
577
|
+
return unwrapAsync(accountingPatchLineItem(
|
|
578
|
+
this,
|
|
579
|
+
request,
|
|
580
|
+
options,
|
|
581
|
+
));
|
|
582
|
+
}
|
|
583
|
+
|
|
556
584
|
async getJournals(
|
|
557
585
|
request?: operations.GetJournalsRequest | undefined,
|
|
558
586
|
options?: RequestOptions,
|
|
@@ -916,6 +944,37 @@ export class Accounting extends ClientSDK {
|
|
|
916
944
|
));
|
|
917
945
|
}
|
|
918
946
|
|
|
947
|
+
async createEventSubscriptions(
|
|
948
|
+
request: operations.CreateEventSubscriptionsRequest,
|
|
949
|
+
options?: RequestOptions,
|
|
950
|
+
): Promise<models.BaseResponseDto> {
|
|
951
|
+
return unwrapAsync(accountingCreateEventSubscriptions(
|
|
952
|
+
this,
|
|
953
|
+
request,
|
|
954
|
+
options,
|
|
955
|
+
));
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
async deleteEventSubscriptions(
|
|
959
|
+
request: operations.DeleteEventSubscriptionsRequest,
|
|
960
|
+
options?: RequestOptions,
|
|
961
|
+
): Promise<models.BaseResponseDto> {
|
|
962
|
+
return unwrapAsync(accountingDeleteEventSubscriptions(
|
|
963
|
+
this,
|
|
964
|
+
request,
|
|
965
|
+
options,
|
|
966
|
+
));
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
async getProfile(
|
|
970
|
+
options?: RequestOptions,
|
|
971
|
+
): Promise<models.BaseResponseDto> {
|
|
972
|
+
return unwrapAsync(accountingGetProfile(
|
|
973
|
+
this,
|
|
974
|
+
options,
|
|
975
|
+
));
|
|
976
|
+
}
|
|
977
|
+
|
|
919
978
|
async createPassThroughRequest(
|
|
920
979
|
request: operations.CreatePassThroughRequestRequest,
|
|
921
980
|
options?: RequestOptions,
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { eventsGetCode } from "../funcs/events-get-code.js";
|
|
6
|
+
import { eventsHandleCallback } from "../funcs/events-handle-callback.js";
|
|
7
|
+
import { eventsHandleConfigurationCallback } from "../funcs/events-handle-configuration-callback.js";
|
|
8
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
9
|
+
import * as operations from "../models/operations/index.js";
|
|
10
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
11
|
+
|
|
12
|
+
export class Events extends ClientSDK {
|
|
13
|
+
async handleCallback(
|
|
14
|
+
request: operations.HandleCallbackRequest,
|
|
15
|
+
options?: RequestOptions,
|
|
16
|
+
): Promise<operations.HandleCallbackResponse> {
|
|
17
|
+
return unwrapAsync(eventsHandleCallback(
|
|
18
|
+
this,
|
|
19
|
+
request,
|
|
20
|
+
options,
|
|
21
|
+
));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
async getCode(
|
|
25
|
+
request: operations.GetCodeRequest,
|
|
26
|
+
options?: RequestOptions,
|
|
27
|
+
): Promise<operations.GetCodeResponse> {
|
|
28
|
+
return unwrapAsync(eventsGetCode(
|
|
29
|
+
this,
|
|
30
|
+
request,
|
|
31
|
+
options,
|
|
32
|
+
));
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
async handleConfigurationCallback(
|
|
36
|
+
request: operations.HandleConfigurationCallbackRequest,
|
|
37
|
+
options?: RequestOptions,
|
|
38
|
+
): Promise<operations.HandleConfigurationCallbackResponse> {
|
|
39
|
+
return unwrapAsync(eventsHandleConfigurationCallback(
|
|
40
|
+
this,
|
|
41
|
+
request,
|
|
42
|
+
options,
|
|
43
|
+
));
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { healthCheck } from "../funcs/health-check.js";
|
|
6
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
|
+
import * as operations from "../models/operations/index.js";
|
|
8
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
9
|
+
|
|
10
|
+
export class Health extends ClientSDK {
|
|
11
|
+
/**
|
|
12
|
+
* Health check
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* Returns 200 if the service is up.
|
|
16
|
+
*/
|
|
17
|
+
async check(
|
|
18
|
+
options?: RequestOptions,
|
|
19
|
+
): Promise<operations.CheckResponse> {
|
|
20
|
+
return unwrapAsync(healthCheck(
|
|
21
|
+
this,
|
|
22
|
+
options,
|
|
23
|
+
));
|
|
24
|
+
}
|
|
25
|
+
}
|
package/src/sdk/sdk.ts
CHANGED
|
@@ -6,6 +6,8 @@ import { ClientSDK } from "../lib/sdks.js";
|
|
|
6
6
|
import { AccountingV2 } from "./accounting-v2.js";
|
|
7
7
|
import { Accounting } from "./accounting.js";
|
|
8
8
|
import { Auth } from "./auth.js";
|
|
9
|
+
import { Events } from "./events.js";
|
|
10
|
+
import { Health } from "./health.js";
|
|
9
11
|
import { Tenants } from "./tenants.js";
|
|
10
12
|
import { User } from "./user.js";
|
|
11
13
|
import { Webhooks } from "./webhooks.js";
|
|
@@ -31,13 +33,23 @@ export class Maesn extends ClientSDK {
|
|
|
31
33
|
return (this._auth ??= new Auth(this._options));
|
|
32
34
|
}
|
|
33
35
|
|
|
36
|
+
private _tenants?: Tenants;
|
|
37
|
+
get tenants(): Tenants {
|
|
38
|
+
return (this._tenants ??= new Tenants(this._options));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
private _events?: Events;
|
|
42
|
+
get events(): Events {
|
|
43
|
+
return (this._events ??= new Events(this._options));
|
|
44
|
+
}
|
|
45
|
+
|
|
34
46
|
private _webhooks?: Webhooks;
|
|
35
47
|
get webhooks(): Webhooks {
|
|
36
48
|
return (this._webhooks ??= new Webhooks(this._options));
|
|
37
49
|
}
|
|
38
50
|
|
|
39
|
-
private
|
|
40
|
-
get
|
|
41
|
-
return (this.
|
|
51
|
+
private _health?: Health;
|
|
52
|
+
get health(): Health {
|
|
53
|
+
return (this._health ??= new Health(this._options));
|
|
42
54
|
}
|
|
43
55
|
}
|
package/src/sdk/tenants.ts
CHANGED
|
@@ -3,9 +3,19 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import { tenantsAddCallbackUrl } from "../funcs/tenants-add-callback-url.js";
|
|
6
|
+
import { tenantsCountEndUsersBySystem } from "../funcs/tenants-count-end-users-by-system.js";
|
|
6
7
|
import { tenantsDeleteEndUser } from "../funcs/tenants-delete-end-user.js";
|
|
8
|
+
import { tenantsDeleteRegisteredSystem } from "../funcs/tenants-delete-registered-system.js";
|
|
9
|
+
import { tenantsGetCallbackUrl } from "../funcs/tenants-get-callback-url.js";
|
|
7
10
|
import { tenantsGetEndUserList } from "../funcs/tenants-get-end-user-list.js";
|
|
11
|
+
import { tenantsGetRegisteredSystemsMasked } from "../funcs/tenants-get-registered-systems-masked.js";
|
|
12
|
+
import { tenantsGetRegisteredSystems } from "../funcs/tenants-get-registered-systems.js";
|
|
13
|
+
import { tenantsGetSubmissionPageStyleByKey } from "../funcs/tenants-get-submission-page-style-by-key.js";
|
|
14
|
+
import { tenantsGetSubmissionPageStyle } from "../funcs/tenants-get-submission-page-style.js";
|
|
15
|
+
import { tenantsGetTargetSystemRequirements } from "../funcs/tenants-get-target-system-requirements.js";
|
|
16
|
+
import { tenantsGetTargetSystemValues } from "../funcs/tenants-get-target-system-values.js";
|
|
8
17
|
import { tenantsSystemRegistration } from "../funcs/tenants-system-registration.js";
|
|
18
|
+
import { tenantsUpdateSubmissionPageStyle } from "../funcs/tenants-update-submission-page-style.js";
|
|
9
19
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
10
20
|
import * as models from "../models/index.js";
|
|
11
21
|
import * as operations from "../models/operations/index.js";
|
|
@@ -43,6 +53,15 @@ export class Tenants extends ClientSDK {
|
|
|
43
53
|
));
|
|
44
54
|
}
|
|
45
55
|
|
|
56
|
+
async countEndUsersBySystem(
|
|
57
|
+
options?: RequestOptions,
|
|
58
|
+
): Promise<models.BaseResponseDto> {
|
|
59
|
+
return unwrapAsync(tenantsCountEndUsersBySystem(
|
|
60
|
+
this,
|
|
61
|
+
options,
|
|
62
|
+
));
|
|
63
|
+
}
|
|
64
|
+
|
|
46
65
|
async deleteEndUser(
|
|
47
66
|
options?: RequestOptions,
|
|
48
67
|
): Promise<operations.DeleteEndUserResponse> {
|
|
@@ -51,4 +70,91 @@ export class Tenants extends ClientSDK {
|
|
|
51
70
|
options,
|
|
52
71
|
));
|
|
53
72
|
}
|
|
73
|
+
|
|
74
|
+
async getCallbackUrl(
|
|
75
|
+
options?: RequestOptions,
|
|
76
|
+
): Promise<models.BaseResponseDto> {
|
|
77
|
+
return unwrapAsync(tenantsGetCallbackUrl(
|
|
78
|
+
this,
|
|
79
|
+
options,
|
|
80
|
+
));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
async getRegisteredSystems(
|
|
84
|
+
options?: RequestOptions,
|
|
85
|
+
): Promise<models.BaseResponseDto> {
|
|
86
|
+
return unwrapAsync(tenantsGetRegisteredSystems(
|
|
87
|
+
this,
|
|
88
|
+
options,
|
|
89
|
+
));
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
async getTargetSystemValues(
|
|
93
|
+
options?: RequestOptions,
|
|
94
|
+
): Promise<models.BaseResponseDto> {
|
|
95
|
+
return unwrapAsync(tenantsGetTargetSystemValues(
|
|
96
|
+
this,
|
|
97
|
+
options,
|
|
98
|
+
));
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
async getTargetSystemRequirements(
|
|
102
|
+
options?: RequestOptions,
|
|
103
|
+
): Promise<models.BaseResponseDto> {
|
|
104
|
+
return unwrapAsync(tenantsGetTargetSystemRequirements(
|
|
105
|
+
this,
|
|
106
|
+
options,
|
|
107
|
+
));
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
async getRegisteredSystemsMasked(
|
|
111
|
+
options?: RequestOptions,
|
|
112
|
+
): Promise<models.BaseResponseDto> {
|
|
113
|
+
return unwrapAsync(tenantsGetRegisteredSystemsMasked(
|
|
114
|
+
this,
|
|
115
|
+
options,
|
|
116
|
+
));
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
async deleteRegisteredSystem(
|
|
120
|
+
request: operations.DeleteRegisteredSystemRequest,
|
|
121
|
+
options?: RequestOptions,
|
|
122
|
+
): Promise<string> {
|
|
123
|
+
return unwrapAsync(tenantsDeleteRegisteredSystem(
|
|
124
|
+
this,
|
|
125
|
+
request,
|
|
126
|
+
options,
|
|
127
|
+
));
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
async getSubmissionPageStyle(
|
|
131
|
+
request: operations.GetSubmissionPageStyleRequest,
|
|
132
|
+
options?: RequestOptions,
|
|
133
|
+
): Promise<operations.GetSubmissionPageStyleResponse> {
|
|
134
|
+
return unwrapAsync(tenantsGetSubmissionPageStyle(
|
|
135
|
+
this,
|
|
136
|
+
request,
|
|
137
|
+
options,
|
|
138
|
+
));
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
async updateSubmissionPageStyle(
|
|
142
|
+
request: models.SubmissionPageStyleDto,
|
|
143
|
+
options?: RequestOptions,
|
|
144
|
+
): Promise<operations.UpdateSubmissionPageStyleResponse> {
|
|
145
|
+
return unwrapAsync(tenantsUpdateSubmissionPageStyle(
|
|
146
|
+
this,
|
|
147
|
+
request,
|
|
148
|
+
options,
|
|
149
|
+
));
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
async getSubmissionPageStyleByKey(
|
|
153
|
+
options?: RequestOptions,
|
|
154
|
+
): Promise<operations.GetSubmissionPageStyleByKeyResponse> {
|
|
155
|
+
return unwrapAsync(tenantsGetSubmissionPageStyleByKey(
|
|
156
|
+
this,
|
|
157
|
+
options,
|
|
158
|
+
));
|
|
159
|
+
}
|
|
54
160
|
}
|
package/src/sdk/webhooks.ts
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
import { webhooksCreateWebhookEndUser } from "../funcs/webhooks-create-webhook-end-user.js";
|
|
5
6
|
import { webhooksCreateWebhook } from "../funcs/webhooks-create-webhook.js";
|
|
7
|
+
import { webhooksDeleteWebhookEndUser } from "../funcs/webhooks-delete-webhook-end-user.js";
|
|
6
8
|
import { webhooksDeleteWebhook } from "../funcs/webhooks-delete-webhook.js";
|
|
7
9
|
import { webhooksGetWebhooks } from "../funcs/webhooks-get-webhooks.js";
|
|
8
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
@@ -10,6 +12,28 @@ import * as operations from "../models/operations/index.js";
|
|
|
10
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
11
13
|
|
|
12
14
|
export class Webhooks extends ClientSDK {
|
|
15
|
+
async createWebhookEndUser(
|
|
16
|
+
request: operations.CreateWebhookEndUserRequest,
|
|
17
|
+
options?: RequestOptions,
|
|
18
|
+
): Promise<operations.CreateWebhookEndUserResponse> {
|
|
19
|
+
return unwrapAsync(webhooksCreateWebhookEndUser(
|
|
20
|
+
this,
|
|
21
|
+
request,
|
|
22
|
+
options,
|
|
23
|
+
));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
async deleteWebhookEndUser(
|
|
27
|
+
request: operations.DeleteWebhookEndUserRequest,
|
|
28
|
+
options?: RequestOptions,
|
|
29
|
+
): Promise<operations.DeleteWebhookEndUserResponse> {
|
|
30
|
+
return unwrapAsync(webhooksDeleteWebhookEndUser(
|
|
31
|
+
this,
|
|
32
|
+
request,
|
|
33
|
+
options,
|
|
34
|
+
));
|
|
35
|
+
}
|
|
36
|
+
|
|
13
37
|
async createWebhook(
|
|
14
38
|
request: operations.CreateWebhookRequest,
|
|
15
39
|
options?: RequestOptions,
|