@maesn/typescript-sdk 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +3 -3
- package/README.md +231 -288
- 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-line-item.d.ts +11 -0
- package/esm/funcs/accounting-create-bill-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-create-bill-line-item.js +82 -0
- package/esm/funcs/accounting-create-bill-line-item.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-item.d.ts +11 -0
- package/esm/funcs/accounting-create-item.d.ts.map +1 -0
- package/esm/funcs/accounting-create-item.js +77 -0
- package/esm/funcs/accounting-create-item.js.map +1 -0
- package/esm/funcs/accounting-create-journal-entries.d.ts +11 -0
- package/esm/funcs/accounting-create-journal-entries.d.ts.map +1 -0
- package/esm/funcs/accounting-create-journal-entries.js +76 -0
- package/esm/funcs/accounting-create-journal-entries.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-delete-vendor-credit.d.ts +11 -0
- package/esm/funcs/accounting-delete-vendor-credit.d.ts.map +1 -0
- package/esm/funcs/accounting-delete-vendor-credit.js +82 -0
- package/esm/funcs/accounting-delete-vendor-credit.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-line-items.d.ts +11 -0
- package/esm/funcs/accounting-get-bill-line-items.d.ts.map +1 -0
- package/esm/funcs/accounting-get-bill-line-items.js +82 -0
- package/esm/funcs/accounting-get-bill-line-items.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-extensions.d.ts +11 -0
- package/esm/funcs/accounting-get-document-extensions.d.ts.map +1 -0
- package/esm/funcs/accounting-get-document-extensions.js +75 -0
- package/esm/funcs/accounting-get-document-extensions.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-fiscal-year.d.ts +11 -0
- package/esm/funcs/accounting-get-fiscal-year.d.ts.map +1 -0
- package/esm/funcs/accounting-get-fiscal-year.js +83 -0
- package/esm/funcs/accounting-get-fiscal-year.js.map +1 -0
- package/esm/funcs/accounting-get-goods-receipt-line-item.d.ts +11 -0
- package/esm/funcs/accounting-get-goods-receipt-line-item.d.ts.map +1 -0
- package/esm/funcs/accounting-get-goods-receipt-line-item.js +87 -0
- package/esm/funcs/accounting-get-goods-receipt-line-item.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-attachment-by-id.d.ts +11 -0
- package/esm/funcs/accounting-get-journal-entry-attachment-by-id.d.ts.map +1 -0
- package/esm/funcs/accounting-get-journal-entry-attachment-by-id.js +86 -0
- package/esm/funcs/accounting-get-journal-entry-attachment-by-id.js.map +1 -0
- package/esm/funcs/accounting-get-journal-entry-attachments.d.ts +11 -0
- package/esm/funcs/accounting-get-journal-entry-attachments.d.ts.map +1 -0
- package/esm/funcs/accounting-get-journal-entry-attachments.js +82 -0
- package/esm/funcs/accounting-get-journal-entry-attachments.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-document.d.ts +11 -0
- package/esm/funcs/accounting-get-offer-document.d.ts.map +1 -0
- package/esm/funcs/accounting-get-offer-document.js +82 -0
- package/esm/funcs/accounting-get-offer-document.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-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-purchase-orders.d.ts +11 -0
- package/esm/funcs/accounting-get-purchase-orders.d.ts.map +1 -0
- package/esm/funcs/accounting-get-purchase-orders.js +80 -0
- package/esm/funcs/accounting-get-purchase-orders.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-contact.d.ts +11 -0
- package/esm/funcs/accounting-patch-contact.d.ts.map +1 -0
- package/esm/funcs/accounting-patch-contact.js +83 -0
- package/esm/funcs/accounting-patch-contact.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-item.d.ts +11 -0
- package/esm/funcs/accounting-patch-item.d.ts.map +1 -0
- package/esm/funcs/accounting-patch-item.js +83 -0
- package/esm/funcs/accounting-patch-item.js.map +1 -0
- 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 +87 -0
- package/esm/funcs/accounting-patch-line-item.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-bill.d.ts +11 -0
- package/esm/funcs/accounting-update-bill.d.ts.map +1 -0
- package/esm/funcs/accounting-update-bill.js +83 -0
- package/esm/funcs/accounting-update-bill.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-create-booking-proposal-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-create-booking-proposal-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-create-booking-proposal-v2.js +111 -0
- package/esm/funcs/accounting-v2-create-booking-proposal-v2.js.map +1 -0
- package/esm/funcs/accounting-v2-create-contact-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-create-contact-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-create-contact-v2.js +77 -0
- package/esm/funcs/accounting-v2-create-contact-v2.js.map +1 -0
- package/esm/funcs/accounting-v2-get-contact-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-get-contact-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-get-contact-v2.js +83 -0
- package/esm/funcs/accounting-v2-get-contact-v2.js.map +1 -0
- package/esm/funcs/accounting-v2-get-contacts-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-get-contacts-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-get-contacts-v2.js +80 -0
- package/esm/funcs/accounting-v2-get-contacts-v2.js.map +1 -0
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.d.ts +11 -0
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.js +86 -0
- package/esm/funcs/accounting-v2-get-dimensions-by-dimension.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-patch-contact-v2.d.ts +11 -0
- package/esm/funcs/accounting-v2-patch-contact-v2.d.ts.map +1 -0
- package/esm/funcs/accounting-v2-patch-contact-v2.js +83 -0
- package/esm/funcs/accounting-v2-patch-contact-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/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/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/operations/get-accounts.d.ts +11 -1
- package/esm/models/operations/get-accounts.d.ts.map +1 -1
- package/esm/models/operations/get-accounts.js +10 -1
- package/esm/models/operations/get-accounts.js.map +1 -1
- package/esm/models/operations/get-async-task-info.d.ts +12 -1
- package/esm/models/operations/get-async-task-info.d.ts.map +1 -1
- package/esm/models/operations/get-async-task-info.js +10 -1
- package/esm/models/operations/get-async-task-info.js.map +1 -1
- package/esm/models/operations/get-bank-accounts.d.ts +12 -1
- package/esm/models/operations/get-bank-accounts.d.ts.map +1 -1
- package/esm/models/operations/get-bank-accounts.js +10 -1
- package/esm/models/operations/get-bank-accounts.js.map +1 -1
- package/esm/models/operations/get-bills.d.ts +11 -1
- package/esm/models/operations/get-bills.d.ts.map +1 -1
- package/esm/models/operations/get-bills.js +10 -1
- package/esm/models/operations/get-bills.js.map +1 -1
- package/esm/models/operations/get-booking-proposals.d.ts +11 -1
- package/esm/models/operations/get-booking-proposals.d.ts.map +1 -1
- package/esm/models/operations/get-booking-proposals.js +10 -1
- package/esm/models/operations/get-booking-proposals.js.map +1 -1
- package/esm/models/operations/get-contacts-v2.d.ts +12 -1
- package/esm/models/operations/get-contacts-v2.d.ts.map +1 -1
- package/esm/models/operations/get-contacts-v2.js +10 -1
- package/esm/models/operations/get-contacts-v2.js.map +1 -1
- package/esm/models/operations/get-contacts.d.ts +12 -1
- package/esm/models/operations/get-contacts.d.ts.map +1 -1
- package/esm/models/operations/get-contacts.js +10 -1
- package/esm/models/operations/get-contacts.js.map +1 -1
- package/esm/models/operations/get-credit-notes.d.ts +12 -1
- package/esm/models/operations/get-credit-notes.d.ts.map +1 -1
- package/esm/models/operations/get-credit-notes.js +10 -1
- package/esm/models/operations/get-credit-notes.js.map +1 -1
- package/esm/models/operations/get-customers.d.ts +12 -1
- package/esm/models/operations/get-customers.d.ts.map +1 -1
- package/esm/models/operations/get-customers.js +10 -1
- package/esm/models/operations/get-customers.js.map +1 -1
- package/esm/models/operations/get-dimensions-by-dimension.d.ts +12 -1
- package/esm/models/operations/get-dimensions-by-dimension.d.ts.map +1 -1
- package/esm/models/operations/get-dimensions-by-dimension.js +10 -1
- package/esm/models/operations/get-dimensions-by-dimension.js.map +1 -1
- package/esm/models/operations/get-dimensions.d.ts +12 -1
- package/esm/models/operations/get-dimensions.d.ts.map +1 -1
- package/esm/models/operations/get-dimensions.js +10 -1
- package/esm/models/operations/get-dimensions.js.map +1 -1
- package/esm/models/operations/get-expenses.d.ts +12 -1
- package/esm/models/operations/get-expenses.d.ts.map +1 -1
- package/esm/models/operations/get-expenses.js +10 -1
- package/esm/models/operations/get-expenses.js.map +1 -1
- package/esm/models/operations/get-goods-receipts.d.ts +12 -1
- package/esm/models/operations/get-goods-receipts.d.ts.map +1 -1
- package/esm/models/operations/get-goods-receipts.js +10 -1
- package/esm/models/operations/get-goods-receipts.js.map +1 -1
- package/esm/models/operations/get-invoices.d.ts +11 -1
- package/esm/models/operations/get-invoices.d.ts.map +1 -1
- package/esm/models/operations/get-invoices.js +10 -1
- package/esm/models/operations/get-invoices.js.map +1 -1
- package/esm/models/operations/get-items.d.ts +12 -1
- package/esm/models/operations/get-items.d.ts.map +1 -1
- package/esm/models/operations/get-items.js +10 -1
- package/esm/models/operations/get-items.js.map +1 -1
- package/esm/models/operations/get-journal-entries.d.ts +12 -1
- package/esm/models/operations/get-journal-entries.d.ts.map +1 -1
- package/esm/models/operations/get-journal-entries.js +10 -1
- package/esm/models/operations/get-journal-entries.js.map +1 -1
- package/esm/models/operations/get-journals.d.ts +12 -1
- package/esm/models/operations/get-journals.d.ts.map +1 -1
- package/esm/models/operations/get-journals.js +10 -1
- package/esm/models/operations/get-journals.js.map +1 -1
- package/esm/models/operations/get-line-items.d.ts +12 -1
- package/esm/models/operations/get-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-line-items.js +10 -1
- package/esm/models/operations/get-line-items.js.map +1 -1
- package/esm/models/operations/get-offer-line-items.d.ts +12 -1
- package/esm/models/operations/get-offer-line-items.d.ts.map +1 -1
- package/esm/models/operations/get-offer-line-items.js +10 -1
- package/esm/models/operations/get-offer-line-items.js.map +1 -1
- package/esm/models/operations/get-offers.d.ts +11 -1
- package/esm/models/operations/get-offers.d.ts.map +1 -1
- package/esm/models/operations/get-offers.js +10 -1
- package/esm/models/operations/get-offers.js.map +1 -1
- package/esm/models/operations/get-open-items.d.ts +12 -1
- package/esm/models/operations/get-open-items.d.ts.map +1 -1
- package/esm/models/operations/get-open-items.js +10 -1
- package/esm/models/operations/get-open-items.js.map +1 -1
- package/esm/models/operations/get-payment-terms.d.ts +12 -1
- package/esm/models/operations/get-payment-terms.d.ts.map +1 -1
- package/esm/models/operations/get-payment-terms.js +10 -1
- package/esm/models/operations/get-payment-terms.js.map +1 -1
- package/esm/models/operations/get-payments.d.ts +12 -1
- package/esm/models/operations/get-payments.d.ts.map +1 -1
- package/esm/models/operations/get-payments.js +10 -1
- package/esm/models/operations/get-payments.js.map +1 -1
- package/esm/models/operations/get-projects.d.ts +12 -1
- package/esm/models/operations/get-projects.d.ts.map +1 -1
- package/esm/models/operations/get-projects.js +10 -1
- package/esm/models/operations/get-projects.js.map +1 -1
- package/esm/models/operations/get-purchase-orders.d.ts +12 -1
- package/esm/models/operations/get-purchase-orders.d.ts.map +1 -1
- package/esm/models/operations/get-purchase-orders.js +10 -1
- package/esm/models/operations/get-purchase-orders.js.map +1 -1
- package/esm/models/operations/get-sales-order-lines.d.ts +12 -1
- package/esm/models/operations/get-sales-order-lines.d.ts.map +1 -1
- package/esm/models/operations/get-sales-order-lines.js +10 -1
- package/esm/models/operations/get-sales-order-lines.js.map +1 -1
- package/esm/models/operations/get-sales-orders.d.ts +11 -1
- package/esm/models/operations/get-sales-orders.d.ts.map +1 -1
- package/esm/models/operations/get-sales-orders.js +10 -1
- package/esm/models/operations/get-sales-orders.js.map +1 -1
- package/esm/models/operations/get-suppliers.d.ts +12 -1
- package/esm/models/operations/get-suppliers.d.ts.map +1 -1
- package/esm/models/operations/get-suppliers.js +10 -1
- package/esm/models/operations/get-suppliers.js.map +1 -1
- package/esm/models/operations/get-tax-rates.d.ts +12 -1
- package/esm/models/operations/get-tax-rates.d.ts.map +1 -1
- package/esm/models/operations/get-tax-rates.js +10 -1
- package/esm/models/operations/get-tax-rates.js.map +1 -1
- package/esm/models/operations/get-trial-balance.d.ts +12 -1
- package/esm/models/operations/get-trial-balance.d.ts.map +1 -1
- package/esm/models/operations/get-trial-balance.js +10 -1
- package/esm/models/operations/get-trial-balance.js.map +1 -1
- package/esm/models/operations/get-units.d.ts +12 -1
- package/esm/models/operations/get-units.d.ts.map +1 -1
- package/esm/models/operations/get-units.js +10 -1
- package/esm/models/operations/get-units.js.map +1 -1
- package/esm/models/operations/get-vendor-credits.d.ts +11 -1
- package/esm/models/operations/get-vendor-credits.d.ts.map +1 -1
- package/esm/models/operations/get-vendor-credits.js +10 -1
- package/esm/models/operations/get-vendor-credits.js.map +1 -1
- package/esm/sdk/accounting-v2.d.ts +8 -4
- package/esm/sdk/accounting-v2.d.ts.map +1 -1
- package/esm/sdk/accounting-v2.js +28 -12
- package/esm/sdk/accounting-v2.js.map +1 -1
- package/esm/sdk/accounting.d.ts +101 -97
- package/esm/sdk/accounting.d.ts.map +1 -1
- package/esm/sdk/accounting.js +319 -275
- package/esm/sdk/accounting.js.map +1 -1
- package/esm/sdk/sdk.d.ts +0 -36
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -60
- package/esm/sdk/sdk.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/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-line-item.ts +166 -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-item.ts +160 -0
- package/src/funcs/accounting-create-journal-entries.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-delete-vendor-credit.ts +168 -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-line-items.ts +166 -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-extensions.ts +162 -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-fiscal-year.ts +166 -0
- package/src/funcs/accounting-get-goods-receipt-line-item.ts +173 -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-attachment-by-id.ts +175 -0
- package/src/funcs/accounting-get-journal-entry-attachments.ts +171 -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-document.ts +166 -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-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-purchase-orders.ts +167 -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-contact.ts +166 -0
- package/src/funcs/accounting-patch-customers.ts +166 -0
- package/src/funcs/accounting-patch-invoice.ts +166 -0
- package/src/funcs/accounting-patch-item.ts +166 -0
- package/src/funcs/accounting-patch-line-item.ts +172 -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-bill.ts +166 -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-create-booking-proposal-v2.ts +216 -0
- package/src/funcs/accounting-v2-create-contact-v2.ts +160 -0
- package/src/funcs/accounting-v2-get-contact-v2.ts +166 -0
- package/src/funcs/accounting-v2-get-contacts-v2.ts +167 -0
- package/src/funcs/accounting-v2-get-dimensions-by-dimension.ts +170 -0
- package/src/funcs/accounting-v2-get-dimensions-v2.ts +165 -0
- package/src/funcs/accounting-v2-patch-contact-v2.ts +166 -0
- package/src/funcs/accounting-v2-put-contact-v2.ts +166 -0
- package/src/funcs/user-get-user-info.ts +135 -0
- package/src/lib/config.ts +3 -4
- package/src/lib/security.ts +14 -2
- package/src/models/operations/get-accounts.ts +16 -2
- package/src/models/operations/get-async-task-info.ts +17 -2
- package/src/models/operations/get-bank-accounts.ts +17 -2
- package/src/models/operations/get-bills.ts +15 -2
- package/src/models/operations/get-booking-proposals.ts +18 -2
- package/src/models/operations/get-contacts-v2.ts +17 -2
- package/src/models/operations/get-contacts.ts +17 -2
- package/src/models/operations/get-credit-notes.ts +17 -2
- package/src/models/operations/get-customers.ts +17 -2
- package/src/models/operations/get-dimensions-by-dimension.ts +19 -2
- package/src/models/operations/get-dimensions.ts +17 -2
- package/src/models/operations/get-expenses.ts +17 -2
- package/src/models/operations/get-goods-receipts.ts +17 -2
- package/src/models/operations/get-invoices.ts +16 -2
- package/src/models/operations/get-items.ts +16 -2
- package/src/models/operations/get-journal-entries.ts +17 -2
- package/src/models/operations/get-journals.ts +17 -2
- package/src/models/operations/get-line-items.ts +17 -2
- package/src/models/operations/get-offer-line-items.ts +17 -2
- package/src/models/operations/get-offers.ts +16 -2
- package/src/models/operations/get-open-items.ts +17 -2
- package/src/models/operations/get-payment-terms.ts +17 -2
- package/src/models/operations/get-payments.ts +17 -2
- package/src/models/operations/get-projects.ts +17 -2
- package/src/models/operations/get-purchase-orders.ts +17 -2
- package/src/models/operations/get-sales-order-lines.ts +19 -2
- package/src/models/operations/get-sales-orders.ts +16 -2
- package/src/models/operations/get-suppliers.ts +17 -2
- package/src/models/operations/get-tax-rates.ts +17 -2
- package/src/models/operations/get-trial-balance.ts +17 -2
- package/src/models/operations/get-units.ts +16 -2
- package/src/models/operations/get-vendor-credits.ts +16 -2
- package/src/sdk/accounting-v2.ts +60 -12
- package/src/sdk/accounting.ts +447 -281
- package/src/sdk/sdk.ts +0 -74
- package/src/sdk/user.ts +3 -3
- 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 -12
- package/esm/funcs/accounting-add-event-subscription.d.ts.map +0 -1
- package/esm/funcs/accounting-add-event-subscription.js +0 -77
- 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-bills-add-line-item.d.ts +0 -11
- package/esm/funcs/accounting-bills-add-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-bills-add-line-item.js +0 -82
- package/esm/funcs/accounting-bills-add-line-item.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-invoices-update-line-item.d.ts +0 -11
- package/esm/funcs/accounting-invoices-update-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-invoices-update-line-item.js +0 -87
- package/esm/funcs/accounting-invoices-update-line-item.js.map +0 -1
- package/esm/funcs/accounting-journal-entries-get-attachments.d.ts +0 -11
- package/esm/funcs/accounting-journal-entries-get-attachments.d.ts.map +0 -1
- package/esm/funcs/accounting-journal-entries-get-attachments.js +0 -82
- package/esm/funcs/accounting-journal-entries-get-attachments.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 -12
- package/esm/funcs/accounting-remove-event-subscription.d.ts.map +0 -1
- package/esm/funcs/accounting-remove-event-subscription.js +0 -79
- 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-contacts-update.d.ts +0 -11
- package/esm/funcs/accounting-v2-contacts-update.d.ts.map +0 -1
- package/esm/funcs/accounting-v2-contacts-update.js +0 -83
- package/esm/funcs/accounting-v2-contacts-update.js.map +0 -1
- package/esm/funcs/accounting-v2-create-booking-proposal.d.ts +0 -11
- package/esm/funcs/accounting-v2-create-booking-proposal.d.ts.map +0 -1
- package/esm/funcs/accounting-v2-create-booking-proposal.js +0 -111
- package/esm/funcs/accounting-v2-create-booking-proposal.js.map +0 -1
- package/esm/funcs/accounting-v2-create-contact.d.ts +0 -11
- package/esm/funcs/accounting-v2-create-contact.d.ts.map +0 -1
- package/esm/funcs/accounting-v2-create-contact.js +0 -77
- package/esm/funcs/accounting-v2-create-contact.js.map +0 -1
- package/esm/funcs/accounting-v2-get-dimension.d.ts +0 -11
- package/esm/funcs/accounting-v2-get-dimension.d.ts.map +0 -1
- package/esm/funcs/accounting-v2-get-dimension.js +0 -86
- package/esm/funcs/accounting-v2-get-dimension.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/bills-get-line-items.d.ts +0 -11
- package/esm/funcs/bills-get-line-items.d.ts.map +0 -1
- package/esm/funcs/bills-get-line-items.js +0 -82
- package/esm/funcs/bills-get-line-items.js.map +0 -1
- package/esm/funcs/bills-update.d.ts +0 -11
- package/esm/funcs/bills-update.d.ts.map +0 -1
- package/esm/funcs/bills-update.js +0 -83
- package/esm/funcs/bills-update.js.map +0 -1
- package/esm/funcs/contacts-patch.d.ts +0 -11
- package/esm/funcs/contacts-patch.d.ts.map +0 -1
- package/esm/funcs/contacts-patch.js +0 -83
- package/esm/funcs/contacts-patch.js.map +0 -1
- package/esm/funcs/contacts-v2-get.d.ts +0 -11
- package/esm/funcs/contacts-v2-get.d.ts.map +0 -1
- package/esm/funcs/contacts-v2-get.js +0 -83
- package/esm/funcs/contacts-v2-get.js.map +0 -1
- package/esm/funcs/contacts-v2-list.d.ts +0 -11
- package/esm/funcs/contacts-v2-list.d.ts.map +0 -1
- package/esm/funcs/contacts-v2-list.js +0 -80
- package/esm/funcs/contacts-v2-list.js.map +0 -1
- package/esm/funcs/files-get-document-extensions.d.ts +0 -11
- package/esm/funcs/files-get-document-extensions.d.ts.map +0 -1
- package/esm/funcs/files-get-document-extensions.js +0 -75
- package/esm/funcs/files-get-document-extensions.js.map +0 -1
- package/esm/funcs/fiscal-years-get.d.ts +0 -11
- package/esm/funcs/fiscal-years-get.d.ts.map +0 -1
- package/esm/funcs/fiscal-years-get.js +0 -83
- package/esm/funcs/fiscal-years-get.js.map +0 -1
- package/esm/funcs/goods-receipts-get-line-item.d.ts +0 -11
- package/esm/funcs/goods-receipts-get-line-item.d.ts.map +0 -1
- package/esm/funcs/goods-receipts-get-line-item.js +0 -87
- package/esm/funcs/goods-receipts-get-line-item.js.map +0 -1
- package/esm/funcs/items-create.d.ts +0 -11
- package/esm/funcs/items-create.d.ts.map +0 -1
- package/esm/funcs/items-create.js +0 -77
- package/esm/funcs/items-create.js.map +0 -1
- package/esm/funcs/items-modify.d.ts +0 -11
- package/esm/funcs/items-modify.d.ts.map +0 -1
- package/esm/funcs/items-modify.js +0 -83
- package/esm/funcs/items-modify.js.map +0 -1
- package/esm/funcs/journal-entries-create-bulk.d.ts +0 -11
- package/esm/funcs/journal-entries-create-bulk.d.ts.map +0 -1
- package/esm/funcs/journal-entries-create-bulk.js +0 -76
- package/esm/funcs/journal-entries-create-bulk.js.map +0 -1
- package/esm/funcs/journal-entry-attachments-get-by-id.d.ts +0 -11
- package/esm/funcs/journal-entry-attachments-get-by-id.d.ts.map +0 -1
- package/esm/funcs/journal-entry-attachments-get-by-id.js +0 -86
- package/esm/funcs/journal-entry-attachments-get-by-id.js.map +0 -1
- package/esm/funcs/offers-get-document.d.ts +0 -11
- package/esm/funcs/offers-get-document.d.ts.map +0 -1
- package/esm/funcs/offers-get-document.js +0 -82
- package/esm/funcs/offers-get-document.js.map +0 -1
- package/esm/funcs/purchase-orders-list.d.ts +0 -11
- package/esm/funcs/purchase-orders-list.d.ts.map +0 -1
- package/esm/funcs/purchase-orders-list.js +0 -80
- package/esm/funcs/purchase-orders-list.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/esm/funcs/vendor-credits-delete.d.ts +0 -11
- package/esm/funcs/vendor-credits-delete.d.ts.map +0 -1
- package/esm/funcs/vendor-credits-delete.js +0 -82
- package/esm/funcs/vendor-credits-delete.js.map +0 -1
- package/esm/sdk/accounting-bills.d.ts +0 -6
- package/esm/sdk/accounting-bills.d.ts.map +0 -1
- package/esm/sdk/accounting-bills.js +0 -12
- package/esm/sdk/accounting-bills.js.map +0 -1
- package/esm/sdk/accounting-journal-entries.d.ts +0 -6
- package/esm/sdk/accounting-journal-entries.d.ts.map +0 -1
- package/esm/sdk/accounting-journal-entries.js +0 -12
- package/esm/sdk/accounting-journal-entries.js.map +0 -1
- package/esm/sdk/bills.d.ts +0 -7
- package/esm/sdk/bills.d.ts.map +0 -1
- package/esm/sdk/bills.js +0 -16
- package/esm/sdk/bills.js.map +0 -1
- package/esm/sdk/contacts-v2.d.ts +0 -7
- package/esm/sdk/contacts-v2.d.ts.map +0 -1
- package/esm/sdk/contacts-v2.js +0 -16
- package/esm/sdk/contacts-v2.js.map +0 -1
- package/esm/sdk/contacts.d.ts +0 -6
- package/esm/sdk/contacts.d.ts.map +0 -1
- package/esm/sdk/contacts.js +0 -12
- package/esm/sdk/contacts.js.map +0 -1
- package/esm/sdk/files.d.ts +0 -6
- package/esm/sdk/files.d.ts.map +0 -1
- package/esm/sdk/files.js +0 -12
- package/esm/sdk/files.js.map +0 -1
- package/esm/sdk/fiscal-years.d.ts +0 -6
- package/esm/sdk/fiscal-years.d.ts.map +0 -1
- package/esm/sdk/fiscal-years.js +0 -12
- package/esm/sdk/fiscal-years.js.map +0 -1
- package/esm/sdk/goods-receipts.d.ts +0 -6
- package/esm/sdk/goods-receipts.d.ts.map +0 -1
- package/esm/sdk/goods-receipts.js +0 -12
- package/esm/sdk/goods-receipts.js.map +0 -1
- package/esm/sdk/invoices.d.ts +0 -6
- package/esm/sdk/invoices.d.ts.map +0 -1
- package/esm/sdk/invoices.js +0 -12
- package/esm/sdk/invoices.js.map +0 -1
- package/esm/sdk/items.d.ts +0 -7
- package/esm/sdk/items.d.ts.map +0 -1
- package/esm/sdk/items.js +0 -16
- package/esm/sdk/items.js.map +0 -1
- package/esm/sdk/journal-entries.d.ts +0 -6
- package/esm/sdk/journal-entries.d.ts.map +0 -1
- package/esm/sdk/journal-entries.js +0 -12
- package/esm/sdk/journal-entries.js.map +0 -1
- package/esm/sdk/journal-entry-attachments.d.ts +0 -6
- package/esm/sdk/journal-entry-attachments.d.ts.map +0 -1
- package/esm/sdk/journal-entry-attachments.js +0 -12
- package/esm/sdk/journal-entry-attachments.js.map +0 -1
- package/esm/sdk/offers.d.ts +0 -6
- package/esm/sdk/offers.d.ts.map +0 -1
- package/esm/sdk/offers.js +0 -12
- package/esm/sdk/offers.js.map +0 -1
- package/esm/sdk/purchase-orders.d.ts +0 -6
- package/esm/sdk/purchase-orders.d.ts.map +0 -1
- package/esm/sdk/purchase-orders.js +0 -12
- package/esm/sdk/purchase-orders.js.map +0 -1
- package/esm/sdk/v2-contacts.d.ts +0 -6
- package/esm/sdk/v2-contacts.d.ts.map +0 -1
- package/esm/sdk/v2-contacts.js +0 -12
- package/esm/sdk/v2-contacts.js.map +0 -1
- package/esm/sdk/v2.d.ts +0 -9
- package/esm/sdk/v2.d.ts.map +0 -1
- package/esm/sdk/v2.js +0 -17
- package/esm/sdk/v2.js.map +0 -1
- package/esm/sdk/vendor-credits.d.ts +0 -6
- package/esm/sdk/vendor-credits.d.ts.map +0 -1
- package/esm/sdk/vendor-credits.js +0 -12
- package/esm/sdk/vendor-credits.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 -161
- 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-bills-add-line-item.ts +0 -166
- 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-invoices-update-line-item.ts +0 -172
- package/src/funcs/accounting-journal-entries-get-attachments.ts +0 -171
- 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 -169
- 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-contacts-update.ts +0 -166
- package/src/funcs/accounting-v2-create-booking-proposal.ts +0 -216
- package/src/funcs/accounting-v2-create-contact.ts +0 -160
- package/src/funcs/accounting-v2-get-dimension.ts +0 -170
- package/src/funcs/accounting-v2-obtain-dimensions.ts +0 -165
- package/src/funcs/accounting-v2-update-contact.ts +0 -166
- package/src/funcs/bills-get-line-items.ts +0 -166
- package/src/funcs/bills-update.ts +0 -166
- package/src/funcs/contacts-patch.ts +0 -166
- package/src/funcs/contacts-v2-get.ts +0 -166
- package/src/funcs/contacts-v2-list.ts +0 -167
- package/src/funcs/files-get-document-extensions.ts +0 -162
- package/src/funcs/fiscal-years-get.ts +0 -166
- package/src/funcs/goods-receipts-get-line-item.ts +0 -173
- package/src/funcs/items-create.ts +0 -160
- package/src/funcs/items-modify.ts +0 -166
- package/src/funcs/journal-entries-create-bulk.ts +0 -160
- package/src/funcs/journal-entry-attachments-get-by-id.ts +0 -175
- package/src/funcs/offers-get-document.ts +0 -166
- package/src/funcs/purchase-orders-list.ts +0 -167
- package/src/funcs/user-get-info.ts +0 -135
- package/src/funcs/vendor-credits-delete.ts +0 -168
- package/src/sdk/accounting-bills.ts +0 -21
- package/src/sdk/accounting-journal-entries.ts +0 -21
- package/src/sdk/bills.ts +0 -33
- package/src/sdk/contacts-v2.ts +0 -33
- package/src/sdk/contacts.ts +0 -21
- package/src/sdk/files.ts +0 -21
- package/src/sdk/fiscal-years.ts +0 -21
- package/src/sdk/goods-receipts.ts +0 -21
- package/src/sdk/invoices.ts +0 -21
- package/src/sdk/items.ts +0 -33
- package/src/sdk/journal-entries.ts +0 -21
- package/src/sdk/journal-entry-attachments.ts +0 -21
- package/src/sdk/offers.ts +0 -21
- package/src/sdk/purchase-orders.ts +0 -21
- package/src/sdk/v2-contacts.ts +0 -21
- package/src/sdk/v2.ts +0 -27
- package/src/sdk/vendor-credits.ts +0 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-units.js","sourceRoot":"","sources":["../../../src/models/operations/get-units.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"get-units.js","sourceRoot":"","sources":["../../../src/models/operations/get-units.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,14 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
5
5
|
import * as models from "../index.js";
|
|
6
|
+
export declare const GetVendorCreditsLimit: {
|
|
7
|
+
readonly Five: 5;
|
|
8
|
+
readonly Ten: 10;
|
|
9
|
+
readonly Twenty: 20;
|
|
10
|
+
readonly Fifty: 50;
|
|
11
|
+
readonly OneHundred: 100;
|
|
12
|
+
};
|
|
13
|
+
export type GetVendorCreditsLimit = ClosedEnum<typeof GetVendorCreditsLimit>;
|
|
6
14
|
/**
|
|
7
15
|
* Filter vendor credits by unified status
|
|
8
16
|
*/
|
|
@@ -44,7 +52,7 @@ export declare const GetVendorCreditsPaymentStatus: {
|
|
|
44
52
|
export type GetVendorCreditsPaymentStatus = ClosedEnum<typeof GetVendorCreditsPaymentStatus>;
|
|
45
53
|
export type GetVendorCreditsRequest = {
|
|
46
54
|
page?: number | undefined;
|
|
47
|
-
limit?:
|
|
55
|
+
limit?: GetVendorCreditsLimit | undefined;
|
|
48
56
|
/**
|
|
49
57
|
* ISO 8601 timestamp; only records modified after this date are returned
|
|
50
58
|
*/
|
|
@@ -92,6 +100,8 @@ export type GetVendorCreditsResponse = {
|
|
|
92
100
|
rawData: GetVendorCreditsRawData | null;
|
|
93
101
|
};
|
|
94
102
|
/** @internal */
|
|
103
|
+
export declare const GetVendorCreditsLimit$outboundSchema: z.ZodMiniEnum<typeof GetVendorCreditsLimit>;
|
|
104
|
+
/** @internal */
|
|
95
105
|
export declare const GetVendorCreditsStatus$outboundSchema: z.ZodMiniEnum<typeof GetVendorCreditsStatus>;
|
|
96
106
|
/** @internal */
|
|
97
107
|
export declare const GetVendorCreditsPaymentStatus$outboundSchema: z.ZodMiniEnum<typeof GetVendorCreditsPaymentStatus>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-vendor-credits.d.ts","sourceRoot":"","sources":["../../../src/models/operations/get-vendor-credits.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;CAWzB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;CAYhC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,UAAU,CACpD,OAAO,6BAA6B,CACrC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"get-vendor-credits.d.ts","sourceRoot":"","sources":["../../../src/models/operations/get-vendor-credits.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,13 @@ import * as z from "zod/v4-mini";
|
|
|
5
5
|
import { safeParse } from "../../lib/schemas.js";
|
|
6
6
|
import * as types from "../../types/primitives.js";
|
|
7
7
|
import * as models from "../index.js";
|
|
8
|
+
export const GetVendorCreditsLimit = {
|
|
9
|
+
Five: 5,
|
|
10
|
+
Ten: 10,
|
|
11
|
+
Twenty: 20,
|
|
12
|
+
Fifty: 50,
|
|
13
|
+
OneHundred: 100,
|
|
14
|
+
};
|
|
8
15
|
/**
|
|
9
16
|
* Filter vendor credits by unified status
|
|
10
17
|
*/
|
|
@@ -37,13 +44,15 @@ export const GetVendorCreditsPaymentStatus = {
|
|
|
37
44
|
Unknown: "UNKNOWN",
|
|
38
45
|
};
|
|
39
46
|
/** @internal */
|
|
47
|
+
export const GetVendorCreditsLimit$outboundSchema = z.enum(GetVendorCreditsLimit);
|
|
48
|
+
/** @internal */
|
|
40
49
|
export const GetVendorCreditsStatus$outboundSchema = z.enum(GetVendorCreditsStatus);
|
|
41
50
|
/** @internal */
|
|
42
51
|
export const GetVendorCreditsPaymentStatus$outboundSchema = z.enum(GetVendorCreditsPaymentStatus);
|
|
43
52
|
/** @internal */
|
|
44
53
|
export const GetVendorCreditsRequest$outboundSchema = z.object({
|
|
45
54
|
page: z.optional(z.number()),
|
|
46
|
-
limit: z.optional(
|
|
55
|
+
limit: z.optional(GetVendorCreditsLimit$outboundSchema),
|
|
47
56
|
lastModifiedAt: z.optional(z.string()),
|
|
48
57
|
environmentName: z.optional(z.string()),
|
|
49
58
|
companyId: z.optional(z.string()),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-vendor-credits.js","sourceRoot":"","sources":["../../../src/models/operations/get-vendor-credits.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AAEnD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,eAAe,EAAE,kBAAkB;IACnC,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,gBAAgB;IAC/B,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,mBAAmB;IACrC,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACR,CAAC;AAMX;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,UAAU,EAAE,cAAc;IAC1B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,aAAa;IACzB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,iBAAiB,EAAE,qBAAqB;IACxC,qBAAqB,EAAE,0BAA0B;IACjD,OAAO,EAAE,UAAU;IACnB,mBAAmB,EAAE,sBAAsB;IAC3C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACV,CAAC;AA+DX,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAE9C,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;AAEnC,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAErD,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;AAc1C,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAG/C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"get-vendor-credits.js","sourceRoot":"","sources":["../../../src/models/operations/get-vendor-credits.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
2
|
import * as operations from "../models/operations/index.js";
|
|
3
3
|
export declare class AccountingV2 extends ClientSDK {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
createBookingProposalV2(request: operations.CreateBookingProposalV2Request, options?: RequestOptions): Promise<operations.CreateBookingProposalV2Response>;
|
|
5
|
+
getContactsV2(request?: operations.GetContactsV2Request | undefined, options?: RequestOptions): Promise<operations.GetContactsV2Response>;
|
|
6
|
+
createContactV2(request: operations.CreateContactV2Request, options?: RequestOptions): Promise<operations.CreateContactV2Response>;
|
|
7
|
+
getContactV2(request: operations.GetContactV2Request, options?: RequestOptions): Promise<operations.GetContactV2Response>;
|
|
8
|
+
putContactV2(request: operations.PutContactV2Request, options?: RequestOptions): Promise<operations.PutContactV2Response>;
|
|
9
|
+
patchContactV2(request: operations.PatchContactV2Request, options?: RequestOptions): Promise<operations.PatchContactV2Response>;
|
|
10
|
+
getDimensionsV2(request?: operations.GetDimensionsV2Request | undefined, options?: RequestOptions): Promise<operations.GetDimensionsV2Response>;
|
|
11
|
+
getDimensionsByDimension(request: operations.GetDimensionsByDimensionRequest, options?: RequestOptions): Promise<operations.GetDimensionsByDimensionResponse>;
|
|
8
12
|
}
|
|
9
13
|
//# sourceMappingURL=accounting-v2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounting-v2.d.ts","sourceRoot":"","sources":["../../src/sdk/accounting-v2.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"accounting-v2.d.ts","sourceRoot":"","sources":["../../src/sdk/accounting-v2.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,YAAa,SAAQ,SAAS;IACnC,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC,CAMrD;IAEK,aAAa,CACjB,OAAO,CAAC,EAAE,UAAU,CAAC,oBAAoB,GAAG,SAAS,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAM3C;IAEK,eAAe,CACnB,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAM7C;IAEK,YAAY,CAChB,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAM1C;IAEK,YAAY,CAChB,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAM1C;IAEK,cAAc,CAClB,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAM5C;IAEK,eAAe,CACnB,OAAO,CAAC,EAAE,UAAU,CAAC,sBAAsB,GAAG,SAAS,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAM7C;IAEK,wBAAwB,CAC5B,OAAO,EAAE,UAAU,CAAC,+BAA+B,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAMtD;CACF"}
|
package/esm/sdk/accounting-v2.js
CHANGED
|
@@ -1,24 +1,40 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
4
|
+
import { accountingV2CreateBookingProposalV2 } from "../funcs/accounting-v2-create-booking-proposal-v2.js";
|
|
5
|
+
import { accountingV2CreateContactV2 } from "../funcs/accounting-v2-create-contact-v2.js";
|
|
6
|
+
import { accountingV2GetContactV2 } from "../funcs/accounting-v2-get-contact-v2.js";
|
|
7
|
+
import { accountingV2GetContactsV2 } from "../funcs/accounting-v2-get-contacts-v2.js";
|
|
8
|
+
import { accountingV2GetDimensionsByDimension } from "../funcs/accounting-v2-get-dimensions-by-dimension.js";
|
|
9
|
+
import { accountingV2GetDimensionsV2 } from "../funcs/accounting-v2-get-dimensions-v2.js";
|
|
10
|
+
import { accountingV2PatchContactV2 } from "../funcs/accounting-v2-patch-contact-v2.js";
|
|
11
|
+
import { accountingV2PutContactV2 } from "../funcs/accounting-v2-put-contact-v2.js";
|
|
8
12
|
import { ClientSDK } from "../lib/sdks.js";
|
|
9
13
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
14
|
export class AccountingV2 extends ClientSDK {
|
|
11
|
-
async
|
|
12
|
-
return unwrapAsync(
|
|
15
|
+
async createBookingProposalV2(request, options) {
|
|
16
|
+
return unwrapAsync(accountingV2CreateBookingProposalV2(this, request, options));
|
|
13
17
|
}
|
|
14
|
-
async
|
|
15
|
-
return unwrapAsync(
|
|
18
|
+
async getContactsV2(request, options) {
|
|
19
|
+
return unwrapAsync(accountingV2GetContactsV2(this, request, options));
|
|
16
20
|
}
|
|
17
|
-
async
|
|
18
|
-
return unwrapAsync(
|
|
21
|
+
async createContactV2(request, options) {
|
|
22
|
+
return unwrapAsync(accountingV2CreateContactV2(this, request, options));
|
|
19
23
|
}
|
|
20
|
-
async
|
|
21
|
-
return unwrapAsync(
|
|
24
|
+
async getContactV2(request, options) {
|
|
25
|
+
return unwrapAsync(accountingV2GetContactV2(this, request, options));
|
|
26
|
+
}
|
|
27
|
+
async putContactV2(request, options) {
|
|
28
|
+
return unwrapAsync(accountingV2PutContactV2(this, request, options));
|
|
29
|
+
}
|
|
30
|
+
async patchContactV2(request, options) {
|
|
31
|
+
return unwrapAsync(accountingV2PatchContactV2(this, request, options));
|
|
32
|
+
}
|
|
33
|
+
async getDimensionsV2(request, options) {
|
|
34
|
+
return unwrapAsync(accountingV2GetDimensionsV2(this, request, options));
|
|
35
|
+
}
|
|
36
|
+
async getDimensionsByDimension(request, options) {
|
|
37
|
+
return unwrapAsync(accountingV2GetDimensionsByDimension(this, request, options));
|
|
22
38
|
}
|
|
23
39
|
}
|
|
24
40
|
//# sourceMappingURL=accounting-v2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounting-v2.js","sourceRoot":"","sources":["../../src/sdk/accounting-v2.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"accounting-v2.js","sourceRoot":"","sources":["../../src/sdk/accounting-v2.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,2BAA2B,EAAE,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AACtF,OAAO,EAAE,oCAAoC,EAAE,MAAM,uDAAuD,CAAC;AAC7G,OAAO,EAAE,2BAA2B,EAAE,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,YAAa,SAAQ,SAAS;IACzC,KAAK,CAAC,uBAAuB,CAC3B,OAAkD,EAClD,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,mCAAmC,CACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,aAAa,CACjB,OAAqD,EACrD,OAAwB,EACmB;QAC3C,OAAO,WAAW,CAAC,yBAAyB,CAC1C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,eAAe,CACnB,OAA0C,EAC1C,OAAwB,EACqB;QAC7C,OAAO,WAAW,CAAC,2BAA2B,CAC5C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,YAAY,CAChB,OAAuC,EACvC,OAAwB,EACkB;QAC1C,OAAO,WAAW,CAAC,wBAAwB,CACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,YAAY,CAChB,OAAuC,EACvC,OAAwB,EACkB;QAC1C,OAAO,WAAW,CAAC,wBAAwB,CACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,cAAc,CAClB,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,0BAA0B,CAC3C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,eAAe,CACnB,OAAuD,EACvD,OAAwB,EACqB;QAC7C,OAAO,WAAW,CAAC,2BAA2B,CAC5C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,wBAAwB,CAC5B,OAAmD,EACnD,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,oCAAoC,CACrD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
|
package/esm/sdk/accounting.d.ts
CHANGED
|
@@ -1,114 +1,118 @@
|
|
|
1
1
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
2
|
import * as models from "../models/index.js";
|
|
3
3
|
import * as operations from "../models/operations/index.js";
|
|
4
|
-
import { AccountingBills } from "./accounting-bills.js";
|
|
5
|
-
import { AccountingJournalEntries } from "./accounting-journal-entries.js";
|
|
6
|
-
import { Invoices } from "./invoices.js";
|
|
7
|
-
import { V2 } from "./v2.js";
|
|
8
4
|
export declare class Accounting extends ClientSDK {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
retrieveAccounts(request?: operations.GetAccountsRequest | undefined, options?: RequestOptions): Promise<operations.GetAccountsResponse>;
|
|
19
|
-
addAccount(request: operations.CreateAccountRequest, options?: RequestOptions): Promise<operations.CreateAccountResponse>;
|
|
20
|
-
retrieveBankAccounts(request?: operations.GetBankAccountsRequest | undefined, options?: RequestOptions): Promise<operations.GetBankAccountsResponse>;
|
|
21
|
-
addBankAccount(request: operations.CreateBankAccountRequest, options?: RequestOptions): Promise<operations.CreateBankAccountResponse>;
|
|
22
|
-
fetchBankAccount(request: operations.GetBankAccountRequest, options?: RequestOptions): Promise<operations.GetBankAccountResponse>;
|
|
23
|
-
retrieveDimensions(request?: operations.GetDimensionsRequest | undefined, options?: RequestOptions): Promise<operations.GetDimensionsResponse>;
|
|
24
|
-
recordTransaction(request: operations.CreateTransactionRequest, options?: RequestOptions): Promise<operations.CreateTransactionResponse>;
|
|
25
|
-
fetchCustomers(request?: operations.GetCustomersRequest | undefined, options?: RequestOptions): Promise<operations.GetCustomersResponse>;
|
|
5
|
+
getAccount(request: operations.GetAccountRequest, options?: RequestOptions): Promise<operations.GetAccountResponse>;
|
|
6
|
+
getAccounts(request?: operations.GetAccountsRequest | undefined, options?: RequestOptions): Promise<operations.GetAccountsResponse>;
|
|
7
|
+
createAccount(request: operations.CreateAccountRequest, options?: RequestOptions): Promise<operations.CreateAccountResponse>;
|
|
8
|
+
getBankAccounts(request?: operations.GetBankAccountsRequest | undefined, options?: RequestOptions): Promise<operations.GetBankAccountsResponse>;
|
|
9
|
+
createBankAccount(request: operations.CreateBankAccountRequest, options?: RequestOptions): Promise<operations.CreateBankAccountResponse>;
|
|
10
|
+
getBankAccount(request: operations.GetBankAccountRequest, options?: RequestOptions): Promise<operations.GetBankAccountResponse>;
|
|
11
|
+
getDimensions(request?: operations.GetDimensionsRequest | undefined, options?: RequestOptions): Promise<operations.GetDimensionsResponse>;
|
|
12
|
+
createTransaction(request: operations.CreateTransactionRequest, options?: RequestOptions): Promise<operations.CreateTransactionResponse>;
|
|
13
|
+
getCustomers(request?: operations.GetCustomersRequest | undefined, options?: RequestOptions): Promise<operations.GetCustomersResponse>;
|
|
26
14
|
createCustomer(request: operations.CreateCustomerRequest, options?: RequestOptions): Promise<operations.CreateCustomerResponse>;
|
|
27
|
-
|
|
15
|
+
getCustomer(request: operations.GetCustomerRequest, options?: RequestOptions): Promise<operations.GetCustomerResponse>;
|
|
28
16
|
updateCustomer(request: operations.UpdateCustomerRequest, options?: RequestOptions): Promise<operations.UpdateCustomerResponse>;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
17
|
+
patchCustomers(request: operations.PatchCustomersRequest, options?: RequestOptions): Promise<operations.PatchCustomersResponse>;
|
|
18
|
+
getSuppliers(request?: operations.GetSuppliersRequest | undefined, options?: RequestOptions): Promise<operations.GetSuppliersResponse>;
|
|
19
|
+
createSupplier(request: operations.CreateSupplierRequest, options?: RequestOptions): Promise<operations.CreateSupplierResponse>;
|
|
20
|
+
getSupplier(request: operations.GetSupplierRequest, options?: RequestOptions): Promise<operations.GetSupplierResponse>;
|
|
21
|
+
updateSupplier(request: operations.UpdateSupplierRequest, options?: RequestOptions): Promise<operations.UpdateSupplierResponse>;
|
|
22
|
+
patchSupplier(request: operations.PatchSupplierRequest, options?: RequestOptions): Promise<operations.PatchSupplierResponse>;
|
|
35
23
|
getContacts(request?: operations.GetContactsRequest | undefined, options?: RequestOptions): Promise<operations.GetContactsResponse>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
24
|
+
createContact(request: operations.CreateContactRequest, options?: RequestOptions): Promise<operations.CreateContactResponse>;
|
|
25
|
+
getContact(request: operations.GetContactRequest, options?: RequestOptions): Promise<operations.GetContactResponse>;
|
|
26
|
+
putContact(request: operations.PutContactRequest, options?: RequestOptions): Promise<operations.PutContactResponse>;
|
|
27
|
+
patchContact(request: operations.PatchContactRequest, options?: RequestOptions): Promise<operations.PatchContactResponse>;
|
|
28
|
+
createContacts(request: operations.CreateContactsRequest, options?: RequestOptions): Promise<operations.CreateContactsResponse>;
|
|
29
|
+
createContactsV1(request: operations.CreateContactsV1Request, options?: RequestOptions): Promise<operations.CreateContactsV1Response>;
|
|
30
|
+
getInvoices(request?: operations.GetInvoicesRequest | undefined, options?: RequestOptions): Promise<operations.GetInvoicesResponse>;
|
|
31
|
+
createInvoice(request: operations.CreateInvoiceRequest, options?: RequestOptions): Promise<operations.CreateInvoiceResponse>;
|
|
32
|
+
getInvoice(request: operations.GetInvoiceRequest, options?: RequestOptions): Promise<operations.GetInvoiceResponse>;
|
|
33
|
+
patchInvoice(request: operations.PatchInvoiceRequest, options?: RequestOptions): Promise<operations.PatchInvoiceResponse>;
|
|
34
|
+
getInvoiceDocument(request: operations.GetInvoiceDocumentRequest, options?: RequestOptions): Promise<operations.GetInvoiceDocumentResponse>;
|
|
35
|
+
postFile(request: operations.PostFileRequest, options?: RequestOptions): Promise<operations.PostFileResponse>;
|
|
36
|
+
getDocumentTypes(request?: operations.GetDocumentTypesRequest | undefined, options?: RequestOptions): Promise<operations.GetDocumentTypesResponse>;
|
|
37
|
+
getDocumentExtensions(request?: operations.GetDocumentExtensionsRequest | undefined, options?: RequestOptions): Promise<operations.GetDocumentExtensionsResponse>;
|
|
38
|
+
getAsyncTaskInfo(request: operations.GetAsyncTaskInfoRequest, options?: RequestOptions): Promise<operations.GetAsyncTaskInfoResponse>;
|
|
39
|
+
getItems(request?: operations.GetItemsRequest | undefined, options?: RequestOptions): Promise<operations.GetItemsResponse>;
|
|
40
|
+
createItem(request: operations.CreateItemRequest, options?: RequestOptions): Promise<operations.CreateItemResponse>;
|
|
41
|
+
getItem(request: operations.GetItemRequest, options?: RequestOptions): Promise<operations.GetItemResponse>;
|
|
42
|
+
patchItem(request: operations.PatchItemRequest, options?: RequestOptions): Promise<operations.PatchItemResponse>;
|
|
43
|
+
getLineItems(request: operations.GetLineItemsRequest, options?: RequestOptions): Promise<operations.GetLineItemsResponse>;
|
|
44
|
+
createLineItem(request: operations.CreateLineItemRequest, options?: RequestOptions): Promise<operations.CreateLineItemResponse>;
|
|
45
|
+
getLineItem(request: operations.GetLineItemRequest, options?: RequestOptions): Promise<operations.GetLineItemResponse>;
|
|
46
|
+
patchLineItem(request: operations.PatchLineItemRequest, options?: RequestOptions): Promise<operations.PatchLineItemResponse>;
|
|
47
|
+
getJournals(request?: operations.GetJournalsRequest | undefined, options?: RequestOptions): Promise<operations.GetJournalsResponse>;
|
|
48
|
+
getJournalEntries(request?: operations.GetJournalEntriesRequest | undefined, options?: RequestOptions): Promise<operations.GetJournalEntriesResponse>;
|
|
49
|
+
createJournalEntry(request: operations.CreateJournalEntryRequest, options?: RequestOptions): Promise<operations.CreateJournalEntryResponse>;
|
|
50
|
+
getJournalEntry(request: operations.GetJournalEntryRequest, options?: RequestOptions): Promise<operations.GetJournalEntryResponse>;
|
|
51
|
+
createJournalEntries(request: operations.CreateJournalEntriesRequest, options?: RequestOptions): Promise<operations.CreateJournalEntriesResponse>;
|
|
52
|
+
getJournalEntryAttachments(request: operations.GetJournalEntryAttachmentsRequest, options?: RequestOptions): Promise<operations.GetJournalEntryAttachmentsResponse>;
|
|
58
53
|
createJournalEntryAttachments(request: operations.CreateJournalEntryAttachmentsRequest, options?: RequestOptions): Promise<operations.CreateJournalEntryAttachmentsResponse>;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
54
|
+
getJournalEntryAttachmentById(request: operations.GetJournalEntryAttachmentByIdRequest, options?: RequestOptions): Promise<operations.GetJournalEntryAttachmentByIdResponse>;
|
|
55
|
+
getOffers(request?: operations.GetOffersRequest | undefined, options?: RequestOptions): Promise<operations.GetOffersResponse>;
|
|
56
|
+
createOffer(request: operations.CreateOfferRequest, options?: RequestOptions): Promise<operations.CreateOfferResponse>;
|
|
57
|
+
getOffer(request: operations.GetOfferRequest, options?: RequestOptions): Promise<operations.GetOfferResponse>;
|
|
58
|
+
getOfferLineItems(request: operations.GetOfferLineItemsRequest, options?: RequestOptions): Promise<operations.GetOfferLineItemsResponse>;
|
|
59
|
+
getOfferLineItem(request: operations.GetOfferLineItemRequest, options?: RequestOptions): Promise<operations.GetOfferLineItemResponse>;
|
|
60
|
+
getOfferDocument(request: operations.GetOfferDocumentRequest, options?: RequestOptions): Promise<operations.GetOfferDocumentResponse>;
|
|
61
|
+
createExpense(request: operations.CreateExpenseRequest, options?: RequestOptions): Promise<operations.CreateExpenseResponse>;
|
|
62
|
+
getExpenses(request?: operations.GetExpensesRequest | undefined, options?: RequestOptions): Promise<operations.GetExpensesResponse>;
|
|
63
|
+
getExpense(request: operations.GetExpenseRequest, options?: RequestOptions): Promise<operations.GetExpenseResponse>;
|
|
67
64
|
getProjects(request?: operations.GetProjectsRequest | undefined, options?: RequestOptions): Promise<operations.GetProjectsResponse>;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
65
|
+
createProject(request: operations.CreateProjectRequest, options?: RequestOptions): Promise<operations.CreateProjectResponse>;
|
|
66
|
+
getProject(request: operations.GetProjectRequest, options?: RequestOptions): Promise<operations.GetProjectResponse>;
|
|
67
|
+
getSalesOrders(request?: operations.GetSalesOrdersRequest | undefined, options?: RequestOptions): Promise<operations.GetSalesOrdersResponse>;
|
|
68
|
+
createSalesOrder(request: operations.CreateSalesOrderRequest, options?: RequestOptions): Promise<operations.CreateSalesOrderResponse>;
|
|
69
|
+
getSalesOrder(request: operations.GetSalesOrderRequest, options?: RequestOptions): Promise<operations.GetSalesOrderResponse>;
|
|
70
|
+
getSalesOrderLines(request: operations.GetSalesOrderLinesRequest, options?: RequestOptions): Promise<operations.GetSalesOrderLinesResponse>;
|
|
74
71
|
getPaymentTerms(request?: operations.GetPaymentTermsRequest | undefined, options?: RequestOptions): Promise<operations.GetPaymentTermsResponse>;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
72
|
+
createPaymentTerm(request: operations.CreatePaymentTermRequest, options?: RequestOptions): Promise<operations.CreatePaymentTermResponse>;
|
|
73
|
+
getPaymentTerm(request: operations.GetPaymentTermRequest, options?: RequestOptions): Promise<operations.GetPaymentTermResponse>;
|
|
74
|
+
getTaxRates(request?: operations.GetTaxRatesRequest | undefined, options?: RequestOptions): Promise<operations.GetTaxRatesResponse>;
|
|
75
|
+
getTaxRate(request: operations.GetTaxRateRequest, options?: RequestOptions): Promise<operations.GetTaxRateResponse>;
|
|
76
|
+
getPayments(request?: operations.GetPaymentsRequest | undefined, options?: RequestOptions): Promise<operations.GetPaymentsResponse>;
|
|
77
|
+
createPayment(request: operations.CreatePaymentRequest, options?: RequestOptions): Promise<operations.CreatePaymentResponse>;
|
|
78
|
+
getPayment(request: operations.GetPaymentRequest, options?: RequestOptions): Promise<operations.GetPaymentResponse>;
|
|
79
|
+
deletePayment(request: operations.DeletePaymentRequest, options?: RequestOptions): Promise<operations.DeletePaymentResponse>;
|
|
80
|
+
createEventSubscriptions(request: operations.CreateEventSubscriptionsRequest, options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
81
|
+
deleteEventSubscriptions(request: operations.DeleteEventSubscriptionsRequest, options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
85
82
|
getProfile(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
83
|
+
createPassThroughRequest(request: operations.CreatePassThroughRequestRequest, options?: RequestOptions): Promise<operations.CreatePassThroughRequestResponse>;
|
|
84
|
+
getBills(request?: operations.GetBillsRequest | undefined, options?: RequestOptions): Promise<operations.GetBillsResponse>;
|
|
85
|
+
createBill(request: operations.CreateBillRequest, options?: RequestOptions): Promise<operations.CreateBillResponse>;
|
|
86
|
+
getBill(request: operations.GetBillRequest, options?: RequestOptions): Promise<operations.GetBillResponse>;
|
|
87
|
+
updateBill(request: operations.UpdateBillRequest, options?: RequestOptions): Promise<operations.UpdateBillResponse>;
|
|
88
|
+
deleteBill(request: operations.DeleteBillRequest, options?: RequestOptions): Promise<operations.DeleteBillResponse>;
|
|
89
|
+
getBillDocument(request: operations.GetBillDocumentRequest, options?: RequestOptions): Promise<operations.GetBillDocumentResponse>;
|
|
92
90
|
createBookingProposal(request: operations.CreateBookingProposalRequest, options?: RequestOptions): Promise<operations.CreateBookingProposalResponse>;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
91
|
+
getBookingProposals(request?: operations.GetBookingProposalsRequest | undefined, options?: RequestOptions): Promise<operations.GetBookingProposalsResponse>;
|
|
92
|
+
getBookingProposal(request: operations.GetBookingProposalRequest, options?: RequestOptions): Promise<operations.GetBookingProposalResponse>;
|
|
93
|
+
getBookingProposalDocument(request: operations.GetBookingProposalDocumentRequest, options?: RequestOptions): Promise<operations.GetBookingProposalDocumentResponse>;
|
|
94
|
+
createBookings(request: operations.CreateBookingsRequest, options?: RequestOptions): Promise<operations.CreateBookingsResponse>;
|
|
95
|
+
getVendorCredits(request?: operations.GetVendorCreditsRequest | undefined, options?: RequestOptions): Promise<operations.GetVendorCreditsResponse>;
|
|
98
96
|
createVendorCredit(request: operations.CreateVendorCreditRequest, options?: RequestOptions): Promise<operations.CreateVendorCreditResponse>;
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
97
|
+
updateVendorCredit(request: operations.UpdateVendorCreditRequest, options?: RequestOptions): Promise<operations.UpdateVendorCreditResponse>;
|
|
98
|
+
deleteVendorCredit(request: operations.DeleteVendorCreditRequest, options?: RequestOptions): Promise<operations.DeleteVendorCreditResponse>;
|
|
99
|
+
getBillLineItems(request: operations.GetBillLineItemsRequest, options?: RequestOptions): Promise<operations.GetBillLineItemsResponse>;
|
|
100
|
+
createBillLineItem(request: operations.CreateBillLineItemRequest, options?: RequestOptions): Promise<operations.CreateBillLineItemResponse>;
|
|
101
|
+
updateBillLineItem(request: operations.UpdateBillLineItemRequest, options?: RequestOptions): Promise<operations.UpdateBillLineItemResponse>;
|
|
102
|
+
getPurchaseOrders(request?: operations.GetPurchaseOrdersRequest | undefined, options?: RequestOptions): Promise<operations.GetPurchaseOrdersResponse>;
|
|
103
|
+
getPurchaseOrder(request: operations.GetPurchaseOrderRequest, options?: RequestOptions): Promise<operations.GetPurchaseOrderResponse>;
|
|
104
|
+
getPurchaseOrderLineItems(request: operations.GetPurchaseOrderLineItemsRequest, options?: RequestOptions): Promise<operations.GetPurchaseOrderLineItemsResponse>;
|
|
105
|
+
getPurchaseOrderLineItem(request: operations.GetPurchaseOrderLineItemRequest, options?: RequestOptions): Promise<operations.GetPurchaseOrderLineItemResponse>;
|
|
104
106
|
getGoodsReceipts(request?: operations.GetGoodsReceiptsRequest | undefined, options?: RequestOptions): Promise<operations.GetGoodsReceiptsResponse>;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
107
|
+
getGoodsReceipt(request: operations.GetGoodsReceiptRequest, options?: RequestOptions): Promise<operations.GetGoodsReceiptResponse>;
|
|
108
|
+
getGoodsReceiptLineItems(request: operations.GetGoodsReceiptLineItemsRequest, options?: RequestOptions): Promise<operations.GetGoodsReceiptLineItemsResponse>;
|
|
109
|
+
getGoodsReceiptLineItem(request: operations.GetGoodsReceiptLineItemRequest, options?: RequestOptions): Promise<operations.GetGoodsReceiptLineItemResponse>;
|
|
110
|
+
getUnits(request?: operations.GetUnitsRequest | undefined, options?: RequestOptions): Promise<operations.GetUnitsResponse>;
|
|
111
|
+
getOpenItems(request?: operations.GetOpenItemsRequest | undefined, options?: RequestOptions): Promise<operations.GetOpenItemsResponse>;
|
|
112
|
+
getTrialBalance(request?: operations.GetTrialBalanceRequest | undefined, options?: RequestOptions): Promise<operations.GetTrialBalanceResponse>;
|
|
113
|
+
getCreditNotes(request?: operations.GetCreditNotesRequest | undefined, options?: RequestOptions): Promise<operations.GetCreditNotesResponse>;
|
|
114
|
+
getCreditNote(request: operations.GetCreditNoteRequest, options?: RequestOptions): Promise<operations.GetCreditNoteResponse>;
|
|
112
115
|
getFiscalYears(request?: operations.GetFiscalYearsRequest | undefined, options?: RequestOptions): Promise<operations.GetFiscalYearsResponse>;
|
|
116
|
+
getFiscalYear(request: operations.GetFiscalYearRequest, options?: RequestOptions): Promise<operations.GetFiscalYearResponse>;
|
|
113
117
|
}
|
|
114
118
|
//# sourceMappingURL=accounting.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounting.d.ts","sourceRoot":"","sources":["../../src/sdk/accounting.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"accounting.d.ts","sourceRoot":"","sources":["../../src/sdk/accounting.ts"],"names":[],"mappings":"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"}
|