@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
package/src/sdk/accounting.ts
CHANGED
|
@@ -2,227 +2,217 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { accountingAddContact } from "../funcs/accounting-add-contact.js";
|
|
10
|
-
import { accountingAddEventSubscription } from "../funcs/accounting-add-event-subscription.js";
|
|
11
|
-
import { accountingAddExpense } from "../funcs/accounting-add-expense.js";
|
|
12
|
-
import { accountingAddInvoiceLineItem } from "../funcs/accounting-add-invoice-line-item.js";
|
|
13
|
-
import { accountingAddInvoice } from "../funcs/accounting-add-invoice.js";
|
|
14
|
-
import { accountingAddJournalEntry } from "../funcs/accounting-add-journal-entry.js";
|
|
15
|
-
import { accountingAddOffer } from "../funcs/accounting-add-offer.js";
|
|
16
|
-
import { accountingAddPaymentTerm } from "../funcs/accounting-add-payment-term.js";
|
|
17
|
-
import { accountingAddPayment } from "../funcs/accounting-add-payment.js";
|
|
18
|
-
import { accountingAddProject } from "../funcs/accounting-add-project.js";
|
|
19
|
-
import { accountingAddSalesOrder } from "../funcs/accounting-add-sales-order.js";
|
|
20
|
-
import { accountingAddSupplier } from "../funcs/accounting-add-supplier.js";
|
|
21
|
-
import { accountingAmendCustomer } from "../funcs/accounting-amend-customer.js";
|
|
22
|
-
import { accountingAmendInvoice } from "../funcs/accounting-amend-invoice.js";
|
|
23
|
-
import { accountingAmendSupplier } from "../funcs/accounting-amend-supplier.js";
|
|
24
|
-
import { accountingBatchAddContacts } from "../funcs/accounting-batch-add-contacts.js";
|
|
5
|
+
import { accountingCreateAccount } from "../funcs/accounting-create-account.js";
|
|
6
|
+
import { accountingCreateBankAccount } from "../funcs/accounting-create-bank-account.js";
|
|
7
|
+
import { accountingCreateBillLineItem } from "../funcs/accounting-create-bill-line-item.js";
|
|
8
|
+
import { accountingCreateBill } from "../funcs/accounting-create-bill.js";
|
|
25
9
|
import { accountingCreateBookingProposal } from "../funcs/accounting-create-booking-proposal.js";
|
|
26
|
-
import {
|
|
10
|
+
import { accountingCreateBookings } from "../funcs/accounting-create-bookings.js";
|
|
11
|
+
import { accountingCreateContact } from "../funcs/accounting-create-contact.js";
|
|
12
|
+
import { accountingCreateContactsV1 } from "../funcs/accounting-create-contacts-v1.js";
|
|
13
|
+
import { accountingCreateContacts } from "../funcs/accounting-create-contacts.js";
|
|
27
14
|
import { accountingCreateCustomer } from "../funcs/accounting-create-customer.js";
|
|
15
|
+
import { accountingCreateEventSubscriptions } from "../funcs/accounting-create-event-subscriptions.js";
|
|
16
|
+
import { accountingCreateExpense } from "../funcs/accounting-create-expense.js";
|
|
17
|
+
import { accountingCreateInvoice } from "../funcs/accounting-create-invoice.js";
|
|
18
|
+
import { accountingCreateItem } from "../funcs/accounting-create-item.js";
|
|
19
|
+
import { accountingCreateJournalEntries } from "../funcs/accounting-create-journal-entries.js";
|
|
28
20
|
import { accountingCreateJournalEntryAttachments } from "../funcs/accounting-create-journal-entry-attachments.js";
|
|
29
|
-
import {
|
|
21
|
+
import { accountingCreateJournalEntry } from "../funcs/accounting-create-journal-entry.js";
|
|
22
|
+
import { accountingCreateLineItem } from "../funcs/accounting-create-line-item.js";
|
|
23
|
+
import { accountingCreateOffer } from "../funcs/accounting-create-offer.js";
|
|
24
|
+
import { accountingCreatePassThroughRequest } from "../funcs/accounting-create-pass-through-request.js";
|
|
25
|
+
import { accountingCreatePaymentTerm } from "../funcs/accounting-create-payment-term.js";
|
|
26
|
+
import { accountingCreatePayment } from "../funcs/accounting-create-payment.js";
|
|
27
|
+
import { accountingCreateProject } from "../funcs/accounting-create-project.js";
|
|
28
|
+
import { accountingCreateSalesOrder } from "../funcs/accounting-create-sales-order.js";
|
|
29
|
+
import { accountingCreateSupplier } from "../funcs/accounting-create-supplier.js";
|
|
30
|
+
import { accountingCreateTransaction } from "../funcs/accounting-create-transaction.js";
|
|
30
31
|
import { accountingCreateVendorCredit } from "../funcs/accounting-create-vendor-credit.js";
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import { accountingFetchOfferLineItems } from "../funcs/accounting-fetch-offer-line-items.js";
|
|
49
|
-
import { accountingFetchOffer } from "../funcs/accounting-fetch-offer.js";
|
|
50
|
-
import { accountingFetchOffers } from "../funcs/accounting-fetch-offers.js";
|
|
51
|
-
import { accountingFetchPaymentTerm } from "../funcs/accounting-fetch-payment-term.js";
|
|
52
|
-
import { accountingFetchPayment } from "../funcs/accounting-fetch-payment.js";
|
|
53
|
-
import { accountingFetchProject } from "../funcs/accounting-fetch-project.js";
|
|
54
|
-
import { accountingFetchPurchaseOrder } from "../funcs/accounting-fetch-purchase-order.js";
|
|
55
|
-
import { accountingFetchSalesOrder } from "../funcs/accounting-fetch-sales-order.js";
|
|
56
|
-
import { accountingFetchSupplier } from "../funcs/accounting-fetch-supplier.js";
|
|
57
|
-
import { accountingFetchTaxRate } from "../funcs/accounting-fetch-tax-rate.js";
|
|
58
|
-
import { accountingFetchTrialBalance } from "../funcs/accounting-fetch-trial-balance.js";
|
|
59
|
-
import { accountingFetchUnits } from "../funcs/accounting-fetch-units.js";
|
|
60
|
-
import { accountingGetAsyncTask } from "../funcs/accounting-get-async-task.js";
|
|
32
|
+
import { accountingDeleteBill } from "../funcs/accounting-delete-bill.js";
|
|
33
|
+
import { accountingDeleteEventSubscriptions } from "../funcs/accounting-delete-event-subscriptions.js";
|
|
34
|
+
import { accountingDeletePayment } from "../funcs/accounting-delete-payment.js";
|
|
35
|
+
import { accountingDeleteVendorCredit } from "../funcs/accounting-delete-vendor-credit.js";
|
|
36
|
+
import { accountingGetAccount } from "../funcs/accounting-get-account.js";
|
|
37
|
+
import { accountingGetAccounts } from "../funcs/accounting-get-accounts.js";
|
|
38
|
+
import { accountingGetAsyncTaskInfo } from "../funcs/accounting-get-async-task-info.js";
|
|
39
|
+
import { accountingGetBankAccount } from "../funcs/accounting-get-bank-account.js";
|
|
40
|
+
import { accountingGetBankAccounts } from "../funcs/accounting-get-bank-accounts.js";
|
|
41
|
+
import { accountingGetBillDocument } from "../funcs/accounting-get-bill-document.js";
|
|
42
|
+
import { accountingGetBillLineItems } from "../funcs/accounting-get-bill-line-items.js";
|
|
43
|
+
import { accountingGetBill } from "../funcs/accounting-get-bill.js";
|
|
44
|
+
import { accountingGetBills } from "../funcs/accounting-get-bills.js";
|
|
45
|
+
import { accountingGetBookingProposalDocument } from "../funcs/accounting-get-booking-proposal-document.js";
|
|
46
|
+
import { accountingGetBookingProposal } from "../funcs/accounting-get-booking-proposal.js";
|
|
47
|
+
import { accountingGetBookingProposals } from "../funcs/accounting-get-booking-proposals.js";
|
|
48
|
+
import { accountingGetContact } from "../funcs/accounting-get-contact.js";
|
|
61
49
|
import { accountingGetContacts } from "../funcs/accounting-get-contacts.js";
|
|
50
|
+
import { accountingGetCreditNote } from "../funcs/accounting-get-credit-note.js";
|
|
51
|
+
import { accountingGetCreditNotes } from "../funcs/accounting-get-credit-notes.js";
|
|
52
|
+
import { accountingGetCustomer } from "../funcs/accounting-get-customer.js";
|
|
53
|
+
import { accountingGetCustomers } from "../funcs/accounting-get-customers.js";
|
|
54
|
+
import { accountingGetDimensions } from "../funcs/accounting-get-dimensions.js";
|
|
55
|
+
import { accountingGetDocumentExtensions } from "../funcs/accounting-get-document-extensions.js";
|
|
56
|
+
import { accountingGetDocumentTypes } from "../funcs/accounting-get-document-types.js";
|
|
57
|
+
import { accountingGetExpense } from "../funcs/accounting-get-expense.js";
|
|
58
|
+
import { accountingGetExpenses } from "../funcs/accounting-get-expenses.js";
|
|
59
|
+
import { accountingGetFiscalYear } from "../funcs/accounting-get-fiscal-year.js";
|
|
62
60
|
import { accountingGetFiscalYears } from "../funcs/accounting-get-fiscal-years.js";
|
|
61
|
+
import { accountingGetGoodsReceiptLineItem } from "../funcs/accounting-get-goods-receipt-line-item.js";
|
|
62
|
+
import { accountingGetGoodsReceiptLineItems } from "../funcs/accounting-get-goods-receipt-line-items.js";
|
|
63
|
+
import { accountingGetGoodsReceipt } from "../funcs/accounting-get-goods-receipt.js";
|
|
63
64
|
import { accountingGetGoodsReceipts } from "../funcs/accounting-get-goods-receipts.js";
|
|
65
|
+
import { accountingGetInvoiceDocument } from "../funcs/accounting-get-invoice-document.js";
|
|
66
|
+
import { accountingGetInvoice } from "../funcs/accounting-get-invoice.js";
|
|
67
|
+
import { accountingGetInvoices } from "../funcs/accounting-get-invoices.js";
|
|
68
|
+
import { accountingGetItem } from "../funcs/accounting-get-item.js";
|
|
69
|
+
import { accountingGetItems } from "../funcs/accounting-get-items.js";
|
|
70
|
+
import { accountingGetJournalEntries } from "../funcs/accounting-get-journal-entries.js";
|
|
71
|
+
import { accountingGetJournalEntryAttachmentById } from "../funcs/accounting-get-journal-entry-attachment-by-id.js";
|
|
72
|
+
import { accountingGetJournalEntryAttachments } from "../funcs/accounting-get-journal-entry-attachments.js";
|
|
73
|
+
import { accountingGetJournalEntry } from "../funcs/accounting-get-journal-entry.js";
|
|
74
|
+
import { accountingGetJournals } from "../funcs/accounting-get-journals.js";
|
|
75
|
+
import { accountingGetLineItem } from "../funcs/accounting-get-line-item.js";
|
|
76
|
+
import { accountingGetLineItems } from "../funcs/accounting-get-line-items.js";
|
|
77
|
+
import { accountingGetOfferDocument } from "../funcs/accounting-get-offer-document.js";
|
|
78
|
+
import { accountingGetOfferLineItem } from "../funcs/accounting-get-offer-line-item.js";
|
|
79
|
+
import { accountingGetOfferLineItems } from "../funcs/accounting-get-offer-line-items.js";
|
|
80
|
+
import { accountingGetOffer } from "../funcs/accounting-get-offer.js";
|
|
81
|
+
import { accountingGetOffers } from "../funcs/accounting-get-offers.js";
|
|
82
|
+
import { accountingGetOpenItems } from "../funcs/accounting-get-open-items.js";
|
|
83
|
+
import { accountingGetPaymentTerm } from "../funcs/accounting-get-payment-term.js";
|
|
64
84
|
import { accountingGetPaymentTerms } from "../funcs/accounting-get-payment-terms.js";
|
|
85
|
+
import { accountingGetPayment } from "../funcs/accounting-get-payment.js";
|
|
86
|
+
import { accountingGetPayments } from "../funcs/accounting-get-payments.js";
|
|
65
87
|
import { accountingGetProfile } from "../funcs/accounting-get-profile.js";
|
|
88
|
+
import { accountingGetProject } from "../funcs/accounting-get-project.js";
|
|
66
89
|
import { accountingGetProjects } from "../funcs/accounting-get-projects.js";
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import { accountingRetrieveOfferLineItem } from "../funcs/accounting-retrieve-offer-line-item.js";
|
|
92
|
-
import { accountingRetrieveOpenItems } from "../funcs/accounting-retrieve-open-items.js";
|
|
93
|
-
import { accountingRetrievePayments } from "../funcs/accounting-retrieve-payments.js";
|
|
94
|
-
import { accountingRetrievePurchaseOrderLineItem } from "../funcs/accounting-retrieve-purchase-order-line-item.js";
|
|
95
|
-
import { accountingRetrievePurchaseOrderLineItems } from "../funcs/accounting-retrieve-purchase-order-line-items.js";
|
|
96
|
-
import { accountingRetrieveSuppliers } from "../funcs/accounting-retrieve-suppliers.js";
|
|
97
|
-
import { accountingRetrieveTaxRates } from "../funcs/accounting-retrieve-tax-rates.js";
|
|
98
|
-
import { accountingRetrieveVendorCredits } from "../funcs/accounting-retrieve-vendor-credits.js";
|
|
90
|
+
import { accountingGetPurchaseOrderLineItem } from "../funcs/accounting-get-purchase-order-line-item.js";
|
|
91
|
+
import { accountingGetPurchaseOrderLineItems } from "../funcs/accounting-get-purchase-order-line-items.js";
|
|
92
|
+
import { accountingGetPurchaseOrder } from "../funcs/accounting-get-purchase-order.js";
|
|
93
|
+
import { accountingGetPurchaseOrders } from "../funcs/accounting-get-purchase-orders.js";
|
|
94
|
+
import { accountingGetSalesOrderLines } from "../funcs/accounting-get-sales-order-lines.js";
|
|
95
|
+
import { accountingGetSalesOrder } from "../funcs/accounting-get-sales-order.js";
|
|
96
|
+
import { accountingGetSalesOrders } from "../funcs/accounting-get-sales-orders.js";
|
|
97
|
+
import { accountingGetSupplier } from "../funcs/accounting-get-supplier.js";
|
|
98
|
+
import { accountingGetSuppliers } from "../funcs/accounting-get-suppliers.js";
|
|
99
|
+
import { accountingGetTaxRate } from "../funcs/accounting-get-tax-rate.js";
|
|
100
|
+
import { accountingGetTaxRates } from "../funcs/accounting-get-tax-rates.js";
|
|
101
|
+
import { accountingGetTrialBalance } from "../funcs/accounting-get-trial-balance.js";
|
|
102
|
+
import { accountingGetUnits } from "../funcs/accounting-get-units.js";
|
|
103
|
+
import { accountingGetVendorCredits } from "../funcs/accounting-get-vendor-credits.js";
|
|
104
|
+
import { accountingPatchContact } from "../funcs/accounting-patch-contact.js";
|
|
105
|
+
import { accountingPatchCustomers } from "../funcs/accounting-patch-customers.js";
|
|
106
|
+
import { accountingPatchInvoice } from "../funcs/accounting-patch-invoice.js";
|
|
107
|
+
import { accountingPatchItem } from "../funcs/accounting-patch-item.js";
|
|
108
|
+
import { accountingPatchLineItem } from "../funcs/accounting-patch-line-item.js";
|
|
109
|
+
import { accountingPatchSupplier } from "../funcs/accounting-patch-supplier.js";
|
|
110
|
+
import { accountingPostFile } from "../funcs/accounting-post-file.js";
|
|
111
|
+
import { accountingPutContact } from "../funcs/accounting-put-contact.js";
|
|
112
|
+
import { accountingUpdateBillLineItem } from "../funcs/accounting-update-bill-line-item.js";
|
|
113
|
+
import { accountingUpdateBill } from "../funcs/accounting-update-bill.js";
|
|
99
114
|
import { accountingUpdateCustomer } from "../funcs/accounting-update-customer.js";
|
|
100
|
-
import {
|
|
115
|
+
import { accountingUpdateSupplier } from "../funcs/accounting-update-supplier.js";
|
|
116
|
+
import { accountingUpdateVendorCredit } from "../funcs/accounting-update-vendor-credit.js";
|
|
101
117
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
102
118
|
import * as models from "../models/index.js";
|
|
103
119
|
import * as operations from "../models/operations/index.js";
|
|
104
120
|
import { unwrapAsync } from "../types/fp.js";
|
|
105
|
-
import { AccountingBills } from "./accounting-bills.js";
|
|
106
|
-
import { AccountingJournalEntries } from "./accounting-journal-entries.js";
|
|
107
|
-
import { Invoices } from "./invoices.js";
|
|
108
|
-
import { V2 } from "./v2.js";
|
|
109
121
|
|
|
110
122
|
export class Accounting extends ClientSDK {
|
|
111
|
-
|
|
112
|
-
get invoices(): Invoices {
|
|
113
|
-
return (this._invoices ??= new Invoices(this._options));
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
private _journalEntries?: AccountingJournalEntries;
|
|
117
|
-
get journalEntries(): AccountingJournalEntries {
|
|
118
|
-
return (this._journalEntries ??= new AccountingJournalEntries(
|
|
119
|
-
this._options,
|
|
120
|
-
));
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
private _bills?: AccountingBills;
|
|
124
|
-
get bills(): AccountingBills {
|
|
125
|
-
return (this._bills ??= new AccountingBills(this._options));
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
private _v2?: V2;
|
|
129
|
-
get v2(): V2 {
|
|
130
|
-
return (this._v2 ??= new V2(this._options));
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
async retrieveAccount(
|
|
123
|
+
async getAccount(
|
|
134
124
|
request: operations.GetAccountRequest,
|
|
135
125
|
options?: RequestOptions,
|
|
136
126
|
): Promise<operations.GetAccountResponse> {
|
|
137
|
-
return unwrapAsync(
|
|
127
|
+
return unwrapAsync(accountingGetAccount(
|
|
138
128
|
this,
|
|
139
129
|
request,
|
|
140
130
|
options,
|
|
141
131
|
));
|
|
142
132
|
}
|
|
143
133
|
|
|
144
|
-
async
|
|
134
|
+
async getAccounts(
|
|
145
135
|
request?: operations.GetAccountsRequest | undefined,
|
|
146
136
|
options?: RequestOptions,
|
|
147
137
|
): Promise<operations.GetAccountsResponse> {
|
|
148
|
-
return unwrapAsync(
|
|
138
|
+
return unwrapAsync(accountingGetAccounts(
|
|
149
139
|
this,
|
|
150
140
|
request,
|
|
151
141
|
options,
|
|
152
142
|
));
|
|
153
143
|
}
|
|
154
144
|
|
|
155
|
-
async
|
|
145
|
+
async createAccount(
|
|
156
146
|
request: operations.CreateAccountRequest,
|
|
157
147
|
options?: RequestOptions,
|
|
158
148
|
): Promise<operations.CreateAccountResponse> {
|
|
159
|
-
return unwrapAsync(
|
|
149
|
+
return unwrapAsync(accountingCreateAccount(
|
|
160
150
|
this,
|
|
161
151
|
request,
|
|
162
152
|
options,
|
|
163
153
|
));
|
|
164
154
|
}
|
|
165
155
|
|
|
166
|
-
async
|
|
156
|
+
async getBankAccounts(
|
|
167
157
|
request?: operations.GetBankAccountsRequest | undefined,
|
|
168
158
|
options?: RequestOptions,
|
|
169
159
|
): Promise<operations.GetBankAccountsResponse> {
|
|
170
|
-
return unwrapAsync(
|
|
160
|
+
return unwrapAsync(accountingGetBankAccounts(
|
|
171
161
|
this,
|
|
172
162
|
request,
|
|
173
163
|
options,
|
|
174
164
|
));
|
|
175
165
|
}
|
|
176
166
|
|
|
177
|
-
async
|
|
167
|
+
async createBankAccount(
|
|
178
168
|
request: operations.CreateBankAccountRequest,
|
|
179
169
|
options?: RequestOptions,
|
|
180
170
|
): Promise<operations.CreateBankAccountResponse> {
|
|
181
|
-
return unwrapAsync(
|
|
171
|
+
return unwrapAsync(accountingCreateBankAccount(
|
|
182
172
|
this,
|
|
183
173
|
request,
|
|
184
174
|
options,
|
|
185
175
|
));
|
|
186
176
|
}
|
|
187
177
|
|
|
188
|
-
async
|
|
178
|
+
async getBankAccount(
|
|
189
179
|
request: operations.GetBankAccountRequest,
|
|
190
180
|
options?: RequestOptions,
|
|
191
181
|
): Promise<operations.GetBankAccountResponse> {
|
|
192
|
-
return unwrapAsync(
|
|
182
|
+
return unwrapAsync(accountingGetBankAccount(
|
|
193
183
|
this,
|
|
194
184
|
request,
|
|
195
185
|
options,
|
|
196
186
|
));
|
|
197
187
|
}
|
|
198
188
|
|
|
199
|
-
async
|
|
189
|
+
async getDimensions(
|
|
200
190
|
request?: operations.GetDimensionsRequest | undefined,
|
|
201
191
|
options?: RequestOptions,
|
|
202
192
|
): Promise<operations.GetDimensionsResponse> {
|
|
203
|
-
return unwrapAsync(
|
|
193
|
+
return unwrapAsync(accountingGetDimensions(
|
|
204
194
|
this,
|
|
205
195
|
request,
|
|
206
196
|
options,
|
|
207
197
|
));
|
|
208
198
|
}
|
|
209
199
|
|
|
210
|
-
async
|
|
200
|
+
async createTransaction(
|
|
211
201
|
request: operations.CreateTransactionRequest,
|
|
212
202
|
options?: RequestOptions,
|
|
213
203
|
): Promise<operations.CreateTransactionResponse> {
|
|
214
|
-
return unwrapAsync(
|
|
204
|
+
return unwrapAsync(accountingCreateTransaction(
|
|
215
205
|
this,
|
|
216
206
|
request,
|
|
217
207
|
options,
|
|
218
208
|
));
|
|
219
209
|
}
|
|
220
210
|
|
|
221
|
-
async
|
|
211
|
+
async getCustomers(
|
|
222
212
|
request?: operations.GetCustomersRequest | undefined,
|
|
223
213
|
options?: RequestOptions,
|
|
224
214
|
): Promise<operations.GetCustomersResponse> {
|
|
225
|
-
return unwrapAsync(
|
|
215
|
+
return unwrapAsync(accountingGetCustomers(
|
|
226
216
|
this,
|
|
227
217
|
request,
|
|
228
218
|
options,
|
|
@@ -240,11 +230,11 @@ export class Accounting extends ClientSDK {
|
|
|
240
230
|
));
|
|
241
231
|
}
|
|
242
232
|
|
|
243
|
-
async
|
|
233
|
+
async getCustomer(
|
|
244
234
|
request: operations.GetCustomerRequest,
|
|
245
235
|
options?: RequestOptions,
|
|
246
236
|
): Promise<operations.GetCustomerResponse> {
|
|
247
|
-
return unwrapAsync(
|
|
237
|
+
return unwrapAsync(accountingGetCustomer(
|
|
248
238
|
this,
|
|
249
239
|
request,
|
|
250
240
|
options,
|
|
@@ -262,66 +252,66 @@ export class Accounting extends ClientSDK {
|
|
|
262
252
|
));
|
|
263
253
|
}
|
|
264
254
|
|
|
265
|
-
async
|
|
255
|
+
async patchCustomers(
|
|
266
256
|
request: operations.PatchCustomersRequest,
|
|
267
257
|
options?: RequestOptions,
|
|
268
258
|
): Promise<operations.PatchCustomersResponse> {
|
|
269
|
-
return unwrapAsync(
|
|
259
|
+
return unwrapAsync(accountingPatchCustomers(
|
|
270
260
|
this,
|
|
271
261
|
request,
|
|
272
262
|
options,
|
|
273
263
|
));
|
|
274
264
|
}
|
|
275
265
|
|
|
276
|
-
async
|
|
266
|
+
async getSuppliers(
|
|
277
267
|
request?: operations.GetSuppliersRequest | undefined,
|
|
278
268
|
options?: RequestOptions,
|
|
279
269
|
): Promise<operations.GetSuppliersResponse> {
|
|
280
|
-
return unwrapAsync(
|
|
270
|
+
return unwrapAsync(accountingGetSuppliers(
|
|
281
271
|
this,
|
|
282
272
|
request,
|
|
283
273
|
options,
|
|
284
274
|
));
|
|
285
275
|
}
|
|
286
276
|
|
|
287
|
-
async
|
|
277
|
+
async createSupplier(
|
|
288
278
|
request: operations.CreateSupplierRequest,
|
|
289
279
|
options?: RequestOptions,
|
|
290
280
|
): Promise<operations.CreateSupplierResponse> {
|
|
291
|
-
return unwrapAsync(
|
|
281
|
+
return unwrapAsync(accountingCreateSupplier(
|
|
292
282
|
this,
|
|
293
283
|
request,
|
|
294
284
|
options,
|
|
295
285
|
));
|
|
296
286
|
}
|
|
297
287
|
|
|
298
|
-
async
|
|
288
|
+
async getSupplier(
|
|
299
289
|
request: operations.GetSupplierRequest,
|
|
300
290
|
options?: RequestOptions,
|
|
301
291
|
): Promise<operations.GetSupplierResponse> {
|
|
302
|
-
return unwrapAsync(
|
|
292
|
+
return unwrapAsync(accountingGetSupplier(
|
|
303
293
|
this,
|
|
304
294
|
request,
|
|
305
295
|
options,
|
|
306
296
|
));
|
|
307
297
|
}
|
|
308
298
|
|
|
309
|
-
async
|
|
299
|
+
async updateSupplier(
|
|
310
300
|
request: operations.UpdateSupplierRequest,
|
|
311
301
|
options?: RequestOptions,
|
|
312
302
|
): Promise<operations.UpdateSupplierResponse> {
|
|
313
|
-
return unwrapAsync(
|
|
303
|
+
return unwrapAsync(accountingUpdateSupplier(
|
|
314
304
|
this,
|
|
315
305
|
request,
|
|
316
306
|
options,
|
|
317
307
|
));
|
|
318
308
|
}
|
|
319
309
|
|
|
320
|
-
async
|
|
310
|
+
async patchSupplier(
|
|
321
311
|
request: operations.PatchSupplierRequest,
|
|
322
312
|
options?: RequestOptions,
|
|
323
313
|
): Promise<operations.PatchSupplierResponse> {
|
|
324
|
-
return unwrapAsync(
|
|
314
|
+
return unwrapAsync(accountingPatchSupplier(
|
|
325
315
|
this,
|
|
326
316
|
request,
|
|
327
317
|
options,
|
|
@@ -339,242 +329,319 @@ export class Accounting extends ClientSDK {
|
|
|
339
329
|
));
|
|
340
330
|
}
|
|
341
331
|
|
|
342
|
-
async
|
|
332
|
+
async createContact(
|
|
343
333
|
request: operations.CreateContactRequest,
|
|
344
334
|
options?: RequestOptions,
|
|
345
335
|
): Promise<operations.CreateContactResponse> {
|
|
346
|
-
return unwrapAsync(
|
|
336
|
+
return unwrapAsync(accountingCreateContact(
|
|
347
337
|
this,
|
|
348
338
|
request,
|
|
349
339
|
options,
|
|
350
340
|
));
|
|
351
341
|
}
|
|
352
342
|
|
|
353
|
-
async
|
|
343
|
+
async getContact(
|
|
354
344
|
request: operations.GetContactRequest,
|
|
355
345
|
options?: RequestOptions,
|
|
356
346
|
): Promise<operations.GetContactResponse> {
|
|
357
|
-
return unwrapAsync(
|
|
347
|
+
return unwrapAsync(accountingGetContact(
|
|
358
348
|
this,
|
|
359
349
|
request,
|
|
360
350
|
options,
|
|
361
351
|
));
|
|
362
352
|
}
|
|
363
353
|
|
|
364
|
-
async
|
|
354
|
+
async putContact(
|
|
365
355
|
request: operations.PutContactRequest,
|
|
366
356
|
options?: RequestOptions,
|
|
367
357
|
): Promise<operations.PutContactResponse> {
|
|
368
|
-
return unwrapAsync(
|
|
358
|
+
return unwrapAsync(accountingPutContact(
|
|
359
|
+
this,
|
|
360
|
+
request,
|
|
361
|
+
options,
|
|
362
|
+
));
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
async patchContact(
|
|
366
|
+
request: operations.PatchContactRequest,
|
|
367
|
+
options?: RequestOptions,
|
|
368
|
+
): Promise<operations.PatchContactResponse> {
|
|
369
|
+
return unwrapAsync(accountingPatchContact(
|
|
369
370
|
this,
|
|
370
371
|
request,
|
|
371
372
|
options,
|
|
372
373
|
));
|
|
373
374
|
}
|
|
374
375
|
|
|
375
|
-
async
|
|
376
|
+
async createContacts(
|
|
376
377
|
request: operations.CreateContactsRequest,
|
|
377
378
|
options?: RequestOptions,
|
|
378
379
|
): Promise<operations.CreateContactsResponse> {
|
|
379
|
-
return unwrapAsync(
|
|
380
|
+
return unwrapAsync(accountingCreateContacts(
|
|
380
381
|
this,
|
|
381
382
|
request,
|
|
382
383
|
options,
|
|
383
384
|
));
|
|
384
385
|
}
|
|
385
386
|
|
|
386
|
-
async
|
|
387
|
+
async createContactsV1(
|
|
387
388
|
request: operations.CreateContactsV1Request,
|
|
388
389
|
options?: RequestOptions,
|
|
389
390
|
): Promise<operations.CreateContactsV1Response> {
|
|
390
|
-
return unwrapAsync(
|
|
391
|
+
return unwrapAsync(accountingCreateContactsV1(
|
|
391
392
|
this,
|
|
392
393
|
request,
|
|
393
394
|
options,
|
|
394
395
|
));
|
|
395
396
|
}
|
|
396
397
|
|
|
397
|
-
async
|
|
398
|
+
async getInvoices(
|
|
398
399
|
request?: operations.GetInvoicesRequest | undefined,
|
|
399
400
|
options?: RequestOptions,
|
|
400
401
|
): Promise<operations.GetInvoicesResponse> {
|
|
401
|
-
return unwrapAsync(
|
|
402
|
+
return unwrapAsync(accountingGetInvoices(
|
|
402
403
|
this,
|
|
403
404
|
request,
|
|
404
405
|
options,
|
|
405
406
|
));
|
|
406
407
|
}
|
|
407
408
|
|
|
408
|
-
async
|
|
409
|
+
async createInvoice(
|
|
409
410
|
request: operations.CreateInvoiceRequest,
|
|
410
411
|
options?: RequestOptions,
|
|
411
412
|
): Promise<operations.CreateInvoiceResponse> {
|
|
412
|
-
return unwrapAsync(
|
|
413
|
+
return unwrapAsync(accountingCreateInvoice(
|
|
413
414
|
this,
|
|
414
415
|
request,
|
|
415
416
|
options,
|
|
416
417
|
));
|
|
417
418
|
}
|
|
418
419
|
|
|
419
|
-
async
|
|
420
|
+
async getInvoice(
|
|
420
421
|
request: operations.GetInvoiceRequest,
|
|
421
422
|
options?: RequestOptions,
|
|
422
423
|
): Promise<operations.GetInvoiceResponse> {
|
|
423
|
-
return unwrapAsync(
|
|
424
|
+
return unwrapAsync(accountingGetInvoice(
|
|
424
425
|
this,
|
|
425
426
|
request,
|
|
426
427
|
options,
|
|
427
428
|
));
|
|
428
429
|
}
|
|
429
430
|
|
|
430
|
-
async
|
|
431
|
+
async patchInvoice(
|
|
431
432
|
request: operations.PatchInvoiceRequest,
|
|
432
433
|
options?: RequestOptions,
|
|
433
434
|
): Promise<operations.PatchInvoiceResponse> {
|
|
434
|
-
return unwrapAsync(
|
|
435
|
+
return unwrapAsync(accountingPatchInvoice(
|
|
435
436
|
this,
|
|
436
437
|
request,
|
|
437
438
|
options,
|
|
438
439
|
));
|
|
439
440
|
}
|
|
440
441
|
|
|
441
|
-
async
|
|
442
|
+
async getInvoiceDocument(
|
|
442
443
|
request: operations.GetInvoiceDocumentRequest,
|
|
443
444
|
options?: RequestOptions,
|
|
444
445
|
): Promise<operations.GetInvoiceDocumentResponse> {
|
|
445
|
-
return unwrapAsync(
|
|
446
|
+
return unwrapAsync(accountingGetInvoiceDocument(
|
|
446
447
|
this,
|
|
447
448
|
request,
|
|
448
449
|
options,
|
|
449
450
|
));
|
|
450
451
|
}
|
|
451
452
|
|
|
452
|
-
async
|
|
453
|
+
async postFile(
|
|
453
454
|
request: operations.PostFileRequest,
|
|
454
455
|
options?: RequestOptions,
|
|
455
456
|
): Promise<operations.PostFileResponse> {
|
|
456
|
-
return unwrapAsync(
|
|
457
|
+
return unwrapAsync(accountingPostFile(
|
|
457
458
|
this,
|
|
458
459
|
request,
|
|
459
460
|
options,
|
|
460
461
|
));
|
|
461
462
|
}
|
|
462
463
|
|
|
463
|
-
async
|
|
464
|
+
async getDocumentTypes(
|
|
464
465
|
request?: operations.GetDocumentTypesRequest | undefined,
|
|
465
466
|
options?: RequestOptions,
|
|
466
467
|
): Promise<operations.GetDocumentTypesResponse> {
|
|
467
|
-
return unwrapAsync(
|
|
468
|
+
return unwrapAsync(accountingGetDocumentTypes(
|
|
468
469
|
this,
|
|
469
470
|
request,
|
|
470
471
|
options,
|
|
471
472
|
));
|
|
472
473
|
}
|
|
473
474
|
|
|
474
|
-
async
|
|
475
|
+
async getDocumentExtensions(
|
|
476
|
+
request?: operations.GetDocumentExtensionsRequest | undefined,
|
|
477
|
+
options?: RequestOptions,
|
|
478
|
+
): Promise<operations.GetDocumentExtensionsResponse> {
|
|
479
|
+
return unwrapAsync(accountingGetDocumentExtensions(
|
|
480
|
+
this,
|
|
481
|
+
request,
|
|
482
|
+
options,
|
|
483
|
+
));
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
async getAsyncTaskInfo(
|
|
475
487
|
request: operations.GetAsyncTaskInfoRequest,
|
|
476
488
|
options?: RequestOptions,
|
|
477
489
|
): Promise<operations.GetAsyncTaskInfoResponse> {
|
|
478
|
-
return unwrapAsync(
|
|
490
|
+
return unwrapAsync(accountingGetAsyncTaskInfo(
|
|
479
491
|
this,
|
|
480
492
|
request,
|
|
481
493
|
options,
|
|
482
494
|
));
|
|
483
495
|
}
|
|
484
496
|
|
|
485
|
-
async
|
|
497
|
+
async getItems(
|
|
486
498
|
request?: operations.GetItemsRequest | undefined,
|
|
487
499
|
options?: RequestOptions,
|
|
488
500
|
): Promise<operations.GetItemsResponse> {
|
|
489
|
-
return unwrapAsync(
|
|
501
|
+
return unwrapAsync(accountingGetItems(
|
|
490
502
|
this,
|
|
491
503
|
request,
|
|
492
504
|
options,
|
|
493
505
|
));
|
|
494
506
|
}
|
|
495
507
|
|
|
496
|
-
async
|
|
508
|
+
async createItem(
|
|
509
|
+
request: operations.CreateItemRequest,
|
|
510
|
+
options?: RequestOptions,
|
|
511
|
+
): Promise<operations.CreateItemResponse> {
|
|
512
|
+
return unwrapAsync(accountingCreateItem(
|
|
513
|
+
this,
|
|
514
|
+
request,
|
|
515
|
+
options,
|
|
516
|
+
));
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
async getItem(
|
|
497
520
|
request: operations.GetItemRequest,
|
|
498
521
|
options?: RequestOptions,
|
|
499
522
|
): Promise<operations.GetItemResponse> {
|
|
500
|
-
return unwrapAsync(
|
|
523
|
+
return unwrapAsync(accountingGetItem(
|
|
501
524
|
this,
|
|
502
525
|
request,
|
|
503
526
|
options,
|
|
504
527
|
));
|
|
505
528
|
}
|
|
506
529
|
|
|
507
|
-
async
|
|
530
|
+
async patchItem(
|
|
531
|
+
request: operations.PatchItemRequest,
|
|
532
|
+
options?: RequestOptions,
|
|
533
|
+
): Promise<operations.PatchItemResponse> {
|
|
534
|
+
return unwrapAsync(accountingPatchItem(
|
|
535
|
+
this,
|
|
536
|
+
request,
|
|
537
|
+
options,
|
|
538
|
+
));
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
async getLineItems(
|
|
508
542
|
request: operations.GetLineItemsRequest,
|
|
509
543
|
options?: RequestOptions,
|
|
510
544
|
): Promise<operations.GetLineItemsResponse> {
|
|
511
|
-
return unwrapAsync(
|
|
545
|
+
return unwrapAsync(accountingGetLineItems(
|
|
512
546
|
this,
|
|
513
547
|
request,
|
|
514
548
|
options,
|
|
515
549
|
));
|
|
516
550
|
}
|
|
517
551
|
|
|
518
|
-
async
|
|
552
|
+
async createLineItem(
|
|
519
553
|
request: operations.CreateLineItemRequest,
|
|
520
554
|
options?: RequestOptions,
|
|
521
555
|
): Promise<operations.CreateLineItemResponse> {
|
|
522
|
-
return unwrapAsync(
|
|
556
|
+
return unwrapAsync(accountingCreateLineItem(
|
|
523
557
|
this,
|
|
524
558
|
request,
|
|
525
559
|
options,
|
|
526
560
|
));
|
|
527
561
|
}
|
|
528
562
|
|
|
529
|
-
async
|
|
563
|
+
async getLineItem(
|
|
530
564
|
request: operations.GetLineItemRequest,
|
|
531
565
|
options?: RequestOptions,
|
|
532
566
|
): Promise<operations.GetLineItemResponse> {
|
|
533
|
-
return unwrapAsync(
|
|
567
|
+
return unwrapAsync(accountingGetLineItem(
|
|
534
568
|
this,
|
|
535
569
|
request,
|
|
536
570
|
options,
|
|
537
571
|
));
|
|
538
572
|
}
|
|
539
573
|
|
|
540
|
-
async
|
|
574
|
+
async patchLineItem(
|
|
575
|
+
request: operations.PatchLineItemRequest,
|
|
576
|
+
options?: RequestOptions,
|
|
577
|
+
): Promise<operations.PatchLineItemResponse> {
|
|
578
|
+
return unwrapAsync(accountingPatchLineItem(
|
|
579
|
+
this,
|
|
580
|
+
request,
|
|
581
|
+
options,
|
|
582
|
+
));
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
async getJournals(
|
|
541
586
|
request?: operations.GetJournalsRequest | undefined,
|
|
542
587
|
options?: RequestOptions,
|
|
543
588
|
): Promise<operations.GetJournalsResponse> {
|
|
544
|
-
return unwrapAsync(
|
|
589
|
+
return unwrapAsync(accountingGetJournals(
|
|
545
590
|
this,
|
|
546
591
|
request,
|
|
547
592
|
options,
|
|
548
593
|
));
|
|
549
594
|
}
|
|
550
595
|
|
|
551
|
-
async
|
|
596
|
+
async getJournalEntries(
|
|
552
597
|
request?: operations.GetJournalEntriesRequest | undefined,
|
|
553
598
|
options?: RequestOptions,
|
|
554
599
|
): Promise<operations.GetJournalEntriesResponse> {
|
|
555
|
-
return unwrapAsync(
|
|
600
|
+
return unwrapAsync(accountingGetJournalEntries(
|
|
556
601
|
this,
|
|
557
602
|
request,
|
|
558
603
|
options,
|
|
559
604
|
));
|
|
560
605
|
}
|
|
561
606
|
|
|
562
|
-
async
|
|
607
|
+
async createJournalEntry(
|
|
563
608
|
request: operations.CreateJournalEntryRequest,
|
|
564
609
|
options?: RequestOptions,
|
|
565
610
|
): Promise<operations.CreateJournalEntryResponse> {
|
|
566
|
-
return unwrapAsync(
|
|
611
|
+
return unwrapAsync(accountingCreateJournalEntry(
|
|
567
612
|
this,
|
|
568
613
|
request,
|
|
569
614
|
options,
|
|
570
615
|
));
|
|
571
616
|
}
|
|
572
617
|
|
|
573
|
-
async
|
|
618
|
+
async getJournalEntry(
|
|
574
619
|
request: operations.GetJournalEntryRequest,
|
|
575
620
|
options?: RequestOptions,
|
|
576
621
|
): Promise<operations.GetJournalEntryResponse> {
|
|
577
|
-
return unwrapAsync(
|
|
622
|
+
return unwrapAsync(accountingGetJournalEntry(
|
|
623
|
+
this,
|
|
624
|
+
request,
|
|
625
|
+
options,
|
|
626
|
+
));
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
async createJournalEntries(
|
|
630
|
+
request: operations.CreateJournalEntriesRequest,
|
|
631
|
+
options?: RequestOptions,
|
|
632
|
+
): Promise<operations.CreateJournalEntriesResponse> {
|
|
633
|
+
return unwrapAsync(accountingCreateJournalEntries(
|
|
634
|
+
this,
|
|
635
|
+
request,
|
|
636
|
+
options,
|
|
637
|
+
));
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
async getJournalEntryAttachments(
|
|
641
|
+
request: operations.GetJournalEntryAttachmentsRequest,
|
|
642
|
+
options?: RequestOptions,
|
|
643
|
+
): Promise<operations.GetJournalEntryAttachmentsResponse> {
|
|
644
|
+
return unwrapAsync(accountingGetJournalEntryAttachments(
|
|
578
645
|
this,
|
|
579
646
|
request,
|
|
580
647
|
options,
|
|
@@ -592,88 +659,110 @@ export class Accounting extends ClientSDK {
|
|
|
592
659
|
));
|
|
593
660
|
}
|
|
594
661
|
|
|
595
|
-
async
|
|
662
|
+
async getJournalEntryAttachmentById(
|
|
663
|
+
request: operations.GetJournalEntryAttachmentByIdRequest,
|
|
664
|
+
options?: RequestOptions,
|
|
665
|
+
): Promise<operations.GetJournalEntryAttachmentByIdResponse> {
|
|
666
|
+
return unwrapAsync(accountingGetJournalEntryAttachmentById(
|
|
667
|
+
this,
|
|
668
|
+
request,
|
|
669
|
+
options,
|
|
670
|
+
));
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
async getOffers(
|
|
596
674
|
request?: operations.GetOffersRequest | undefined,
|
|
597
675
|
options?: RequestOptions,
|
|
598
676
|
): Promise<operations.GetOffersResponse> {
|
|
599
|
-
return unwrapAsync(
|
|
677
|
+
return unwrapAsync(accountingGetOffers(
|
|
600
678
|
this,
|
|
601
679
|
request,
|
|
602
680
|
options,
|
|
603
681
|
));
|
|
604
682
|
}
|
|
605
683
|
|
|
606
|
-
async
|
|
684
|
+
async createOffer(
|
|
607
685
|
request: operations.CreateOfferRequest,
|
|
608
686
|
options?: RequestOptions,
|
|
609
687
|
): Promise<operations.CreateOfferResponse> {
|
|
610
|
-
return unwrapAsync(
|
|
688
|
+
return unwrapAsync(accountingCreateOffer(
|
|
611
689
|
this,
|
|
612
690
|
request,
|
|
613
691
|
options,
|
|
614
692
|
));
|
|
615
693
|
}
|
|
616
694
|
|
|
617
|
-
async
|
|
695
|
+
async getOffer(
|
|
618
696
|
request: operations.GetOfferRequest,
|
|
619
697
|
options?: RequestOptions,
|
|
620
698
|
): Promise<operations.GetOfferResponse> {
|
|
621
|
-
return unwrapAsync(
|
|
699
|
+
return unwrapAsync(accountingGetOffer(
|
|
622
700
|
this,
|
|
623
701
|
request,
|
|
624
702
|
options,
|
|
625
703
|
));
|
|
626
704
|
}
|
|
627
705
|
|
|
628
|
-
async
|
|
706
|
+
async getOfferLineItems(
|
|
629
707
|
request: operations.GetOfferLineItemsRequest,
|
|
630
708
|
options?: RequestOptions,
|
|
631
709
|
): Promise<operations.GetOfferLineItemsResponse> {
|
|
632
|
-
return unwrapAsync(
|
|
710
|
+
return unwrapAsync(accountingGetOfferLineItems(
|
|
633
711
|
this,
|
|
634
712
|
request,
|
|
635
713
|
options,
|
|
636
714
|
));
|
|
637
715
|
}
|
|
638
716
|
|
|
639
|
-
async
|
|
717
|
+
async getOfferLineItem(
|
|
640
718
|
request: operations.GetOfferLineItemRequest,
|
|
641
719
|
options?: RequestOptions,
|
|
642
720
|
): Promise<operations.GetOfferLineItemResponse> {
|
|
643
|
-
return unwrapAsync(
|
|
721
|
+
return unwrapAsync(accountingGetOfferLineItem(
|
|
644
722
|
this,
|
|
645
723
|
request,
|
|
646
724
|
options,
|
|
647
725
|
));
|
|
648
726
|
}
|
|
649
727
|
|
|
650
|
-
async
|
|
728
|
+
async getOfferDocument(
|
|
729
|
+
request: operations.GetOfferDocumentRequest,
|
|
730
|
+
options?: RequestOptions,
|
|
731
|
+
): Promise<operations.GetOfferDocumentResponse> {
|
|
732
|
+
return unwrapAsync(accountingGetOfferDocument(
|
|
733
|
+
this,
|
|
734
|
+
request,
|
|
735
|
+
options,
|
|
736
|
+
));
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
async createExpense(
|
|
651
740
|
request: operations.CreateExpenseRequest,
|
|
652
741
|
options?: RequestOptions,
|
|
653
742
|
): Promise<operations.CreateExpenseResponse> {
|
|
654
|
-
return unwrapAsync(
|
|
743
|
+
return unwrapAsync(accountingCreateExpense(
|
|
655
744
|
this,
|
|
656
745
|
request,
|
|
657
746
|
options,
|
|
658
747
|
));
|
|
659
748
|
}
|
|
660
749
|
|
|
661
|
-
async
|
|
750
|
+
async getExpenses(
|
|
662
751
|
request?: operations.GetExpensesRequest | undefined,
|
|
663
752
|
options?: RequestOptions,
|
|
664
753
|
): Promise<operations.GetExpensesResponse> {
|
|
665
|
-
return unwrapAsync(
|
|
754
|
+
return unwrapAsync(accountingGetExpenses(
|
|
666
755
|
this,
|
|
667
756
|
request,
|
|
668
757
|
options,
|
|
669
758
|
));
|
|
670
759
|
}
|
|
671
760
|
|
|
672
|
-
async
|
|
761
|
+
async getExpense(
|
|
673
762
|
request: operations.GetExpenseRequest,
|
|
674
763
|
options?: RequestOptions,
|
|
675
764
|
): Promise<operations.GetExpenseResponse> {
|
|
676
|
-
return unwrapAsync(
|
|
765
|
+
return unwrapAsync(accountingGetExpense(
|
|
677
766
|
this,
|
|
678
767
|
request,
|
|
679
768
|
options,
|
|
@@ -691,66 +780,66 @@ export class Accounting extends ClientSDK {
|
|
|
691
780
|
));
|
|
692
781
|
}
|
|
693
782
|
|
|
694
|
-
async
|
|
783
|
+
async createProject(
|
|
695
784
|
request: operations.CreateProjectRequest,
|
|
696
785
|
options?: RequestOptions,
|
|
697
786
|
): Promise<operations.CreateProjectResponse> {
|
|
698
|
-
return unwrapAsync(
|
|
787
|
+
return unwrapAsync(accountingCreateProject(
|
|
699
788
|
this,
|
|
700
789
|
request,
|
|
701
790
|
options,
|
|
702
791
|
));
|
|
703
792
|
}
|
|
704
793
|
|
|
705
|
-
async
|
|
794
|
+
async getProject(
|
|
706
795
|
request: operations.GetProjectRequest,
|
|
707
796
|
options?: RequestOptions,
|
|
708
797
|
): Promise<operations.GetProjectResponse> {
|
|
709
|
-
return unwrapAsync(
|
|
798
|
+
return unwrapAsync(accountingGetProject(
|
|
710
799
|
this,
|
|
711
800
|
request,
|
|
712
801
|
options,
|
|
713
802
|
));
|
|
714
803
|
}
|
|
715
804
|
|
|
716
|
-
async
|
|
805
|
+
async getSalesOrders(
|
|
717
806
|
request?: operations.GetSalesOrdersRequest | undefined,
|
|
718
807
|
options?: RequestOptions,
|
|
719
808
|
): Promise<operations.GetSalesOrdersResponse> {
|
|
720
|
-
return unwrapAsync(
|
|
809
|
+
return unwrapAsync(accountingGetSalesOrders(
|
|
721
810
|
this,
|
|
722
811
|
request,
|
|
723
812
|
options,
|
|
724
813
|
));
|
|
725
814
|
}
|
|
726
815
|
|
|
727
|
-
async
|
|
816
|
+
async createSalesOrder(
|
|
728
817
|
request: operations.CreateSalesOrderRequest,
|
|
729
818
|
options?: RequestOptions,
|
|
730
819
|
): Promise<operations.CreateSalesOrderResponse> {
|
|
731
|
-
return unwrapAsync(
|
|
820
|
+
return unwrapAsync(accountingCreateSalesOrder(
|
|
732
821
|
this,
|
|
733
822
|
request,
|
|
734
823
|
options,
|
|
735
824
|
));
|
|
736
825
|
}
|
|
737
826
|
|
|
738
|
-
async
|
|
827
|
+
async getSalesOrder(
|
|
739
828
|
request: operations.GetSalesOrderRequest,
|
|
740
829
|
options?: RequestOptions,
|
|
741
830
|
): Promise<operations.GetSalesOrderResponse> {
|
|
742
|
-
return unwrapAsync(
|
|
831
|
+
return unwrapAsync(accountingGetSalesOrder(
|
|
743
832
|
this,
|
|
744
833
|
request,
|
|
745
834
|
options,
|
|
746
835
|
));
|
|
747
836
|
}
|
|
748
837
|
|
|
749
|
-
async
|
|
838
|
+
async getSalesOrderLines(
|
|
750
839
|
request: operations.GetSalesOrderLinesRequest,
|
|
751
840
|
options?: RequestOptions,
|
|
752
841
|
): Promise<operations.GetSalesOrderLinesResponse> {
|
|
753
|
-
return unwrapAsync(
|
|
842
|
+
return unwrapAsync(accountingGetSalesOrderLines(
|
|
754
843
|
this,
|
|
755
844
|
request,
|
|
756
845
|
options,
|
|
@@ -768,110 +857,110 @@ export class Accounting extends ClientSDK {
|
|
|
768
857
|
));
|
|
769
858
|
}
|
|
770
859
|
|
|
771
|
-
async
|
|
860
|
+
async createPaymentTerm(
|
|
772
861
|
request: operations.CreatePaymentTermRequest,
|
|
773
862
|
options?: RequestOptions,
|
|
774
863
|
): Promise<operations.CreatePaymentTermResponse> {
|
|
775
|
-
return unwrapAsync(
|
|
864
|
+
return unwrapAsync(accountingCreatePaymentTerm(
|
|
776
865
|
this,
|
|
777
866
|
request,
|
|
778
867
|
options,
|
|
779
868
|
));
|
|
780
869
|
}
|
|
781
870
|
|
|
782
|
-
async
|
|
871
|
+
async getPaymentTerm(
|
|
783
872
|
request: operations.GetPaymentTermRequest,
|
|
784
873
|
options?: RequestOptions,
|
|
785
874
|
): Promise<operations.GetPaymentTermResponse> {
|
|
786
|
-
return unwrapAsync(
|
|
875
|
+
return unwrapAsync(accountingGetPaymentTerm(
|
|
787
876
|
this,
|
|
788
877
|
request,
|
|
789
878
|
options,
|
|
790
879
|
));
|
|
791
880
|
}
|
|
792
881
|
|
|
793
|
-
async
|
|
882
|
+
async getTaxRates(
|
|
794
883
|
request?: operations.GetTaxRatesRequest | undefined,
|
|
795
884
|
options?: RequestOptions,
|
|
796
885
|
): Promise<operations.GetTaxRatesResponse> {
|
|
797
|
-
return unwrapAsync(
|
|
886
|
+
return unwrapAsync(accountingGetTaxRates(
|
|
798
887
|
this,
|
|
799
888
|
request,
|
|
800
889
|
options,
|
|
801
890
|
));
|
|
802
891
|
}
|
|
803
892
|
|
|
804
|
-
async
|
|
893
|
+
async getTaxRate(
|
|
805
894
|
request: operations.GetTaxRateRequest,
|
|
806
895
|
options?: RequestOptions,
|
|
807
896
|
): Promise<operations.GetTaxRateResponse> {
|
|
808
|
-
return unwrapAsync(
|
|
897
|
+
return unwrapAsync(accountingGetTaxRate(
|
|
809
898
|
this,
|
|
810
899
|
request,
|
|
811
900
|
options,
|
|
812
901
|
));
|
|
813
902
|
}
|
|
814
903
|
|
|
815
|
-
async
|
|
904
|
+
async getPayments(
|
|
816
905
|
request?: operations.GetPaymentsRequest | undefined,
|
|
817
906
|
options?: RequestOptions,
|
|
818
907
|
): Promise<operations.GetPaymentsResponse> {
|
|
819
|
-
return unwrapAsync(
|
|
908
|
+
return unwrapAsync(accountingGetPayments(
|
|
820
909
|
this,
|
|
821
910
|
request,
|
|
822
911
|
options,
|
|
823
912
|
));
|
|
824
913
|
}
|
|
825
914
|
|
|
826
|
-
async
|
|
915
|
+
async createPayment(
|
|
827
916
|
request: operations.CreatePaymentRequest,
|
|
828
917
|
options?: RequestOptions,
|
|
829
918
|
): Promise<operations.CreatePaymentResponse> {
|
|
830
|
-
return unwrapAsync(
|
|
919
|
+
return unwrapAsync(accountingCreatePayment(
|
|
831
920
|
this,
|
|
832
921
|
request,
|
|
833
922
|
options,
|
|
834
923
|
));
|
|
835
924
|
}
|
|
836
925
|
|
|
837
|
-
async
|
|
926
|
+
async getPayment(
|
|
838
927
|
request: operations.GetPaymentRequest,
|
|
839
928
|
options?: RequestOptions,
|
|
840
929
|
): Promise<operations.GetPaymentResponse> {
|
|
841
|
-
return unwrapAsync(
|
|
930
|
+
return unwrapAsync(accountingGetPayment(
|
|
842
931
|
this,
|
|
843
932
|
request,
|
|
844
933
|
options,
|
|
845
934
|
));
|
|
846
935
|
}
|
|
847
936
|
|
|
848
|
-
async
|
|
937
|
+
async deletePayment(
|
|
849
938
|
request: operations.DeletePaymentRequest,
|
|
850
939
|
options?: RequestOptions,
|
|
851
940
|
): Promise<operations.DeletePaymentResponse> {
|
|
852
|
-
return unwrapAsync(
|
|
941
|
+
return unwrapAsync(accountingDeletePayment(
|
|
853
942
|
this,
|
|
854
943
|
request,
|
|
855
944
|
options,
|
|
856
945
|
));
|
|
857
946
|
}
|
|
858
947
|
|
|
859
|
-
async
|
|
948
|
+
async createEventSubscriptions(
|
|
860
949
|
request: operations.CreateEventSubscriptionsRequest,
|
|
861
950
|
options?: RequestOptions,
|
|
862
951
|
): Promise<models.BaseResponseDto> {
|
|
863
|
-
return unwrapAsync(
|
|
952
|
+
return unwrapAsync(accountingCreateEventSubscriptions(
|
|
864
953
|
this,
|
|
865
954
|
request,
|
|
866
955
|
options,
|
|
867
956
|
));
|
|
868
957
|
}
|
|
869
958
|
|
|
870
|
-
async
|
|
959
|
+
async deleteEventSubscriptions(
|
|
871
960
|
request: operations.DeleteEventSubscriptionsRequest,
|
|
872
961
|
options?: RequestOptions,
|
|
873
962
|
): Promise<models.BaseResponseDto> {
|
|
874
|
-
return unwrapAsync(
|
|
963
|
+
return unwrapAsync(accountingDeleteEventSubscriptions(
|
|
875
964
|
this,
|
|
876
965
|
request,
|
|
877
966
|
options,
|
|
@@ -887,66 +976,77 @@ export class Accounting extends ClientSDK {
|
|
|
887
976
|
));
|
|
888
977
|
}
|
|
889
978
|
|
|
890
|
-
async
|
|
979
|
+
async createPassThroughRequest(
|
|
891
980
|
request: operations.CreatePassThroughRequestRequest,
|
|
892
981
|
options?: RequestOptions,
|
|
893
982
|
): Promise<operations.CreatePassThroughRequestResponse> {
|
|
894
|
-
return unwrapAsync(
|
|
983
|
+
return unwrapAsync(accountingCreatePassThroughRequest(
|
|
895
984
|
this,
|
|
896
985
|
request,
|
|
897
986
|
options,
|
|
898
987
|
));
|
|
899
988
|
}
|
|
900
989
|
|
|
901
|
-
async
|
|
990
|
+
async getBills(
|
|
902
991
|
request?: operations.GetBillsRequest | undefined,
|
|
903
992
|
options?: RequestOptions,
|
|
904
993
|
): Promise<operations.GetBillsResponse> {
|
|
905
|
-
return unwrapAsync(
|
|
994
|
+
return unwrapAsync(accountingGetBills(
|
|
906
995
|
this,
|
|
907
996
|
request,
|
|
908
997
|
options,
|
|
909
998
|
));
|
|
910
999
|
}
|
|
911
1000
|
|
|
912
|
-
async
|
|
1001
|
+
async createBill(
|
|
913
1002
|
request: operations.CreateBillRequest,
|
|
914
1003
|
options?: RequestOptions,
|
|
915
1004
|
): Promise<operations.CreateBillResponse> {
|
|
916
|
-
return unwrapAsync(
|
|
1005
|
+
return unwrapAsync(accountingCreateBill(
|
|
917
1006
|
this,
|
|
918
1007
|
request,
|
|
919
1008
|
options,
|
|
920
1009
|
));
|
|
921
1010
|
}
|
|
922
1011
|
|
|
923
|
-
async
|
|
1012
|
+
async getBill(
|
|
924
1013
|
request: operations.GetBillRequest,
|
|
925
1014
|
options?: RequestOptions,
|
|
926
1015
|
): Promise<operations.GetBillResponse> {
|
|
927
|
-
return unwrapAsync(
|
|
1016
|
+
return unwrapAsync(accountingGetBill(
|
|
1017
|
+
this,
|
|
1018
|
+
request,
|
|
1019
|
+
options,
|
|
1020
|
+
));
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
async updateBill(
|
|
1024
|
+
request: operations.UpdateBillRequest,
|
|
1025
|
+
options?: RequestOptions,
|
|
1026
|
+
): Promise<operations.UpdateBillResponse> {
|
|
1027
|
+
return unwrapAsync(accountingUpdateBill(
|
|
928
1028
|
this,
|
|
929
1029
|
request,
|
|
930
1030
|
options,
|
|
931
1031
|
));
|
|
932
1032
|
}
|
|
933
1033
|
|
|
934
|
-
async
|
|
1034
|
+
async deleteBill(
|
|
935
1035
|
request: operations.DeleteBillRequest,
|
|
936
1036
|
options?: RequestOptions,
|
|
937
1037
|
): Promise<operations.DeleteBillResponse> {
|
|
938
|
-
return unwrapAsync(
|
|
1038
|
+
return unwrapAsync(accountingDeleteBill(
|
|
939
1039
|
this,
|
|
940
1040
|
request,
|
|
941
1041
|
options,
|
|
942
1042
|
));
|
|
943
1043
|
}
|
|
944
1044
|
|
|
945
|
-
async
|
|
1045
|
+
async getBillDocument(
|
|
946
1046
|
request: operations.GetBillDocumentRequest,
|
|
947
1047
|
options?: RequestOptions,
|
|
948
1048
|
): Promise<operations.GetBillDocumentResponse> {
|
|
949
|
-
return unwrapAsync(
|
|
1049
|
+
return unwrapAsync(accountingGetBillDocument(
|
|
950
1050
|
this,
|
|
951
1051
|
request,
|
|
952
1052
|
options,
|
|
@@ -964,55 +1064,55 @@ export class Accounting extends ClientSDK {
|
|
|
964
1064
|
));
|
|
965
1065
|
}
|
|
966
1066
|
|
|
967
|
-
async
|
|
1067
|
+
async getBookingProposals(
|
|
968
1068
|
request?: operations.GetBookingProposalsRequest | undefined,
|
|
969
1069
|
options?: RequestOptions,
|
|
970
1070
|
): Promise<operations.GetBookingProposalsResponse> {
|
|
971
|
-
return unwrapAsync(
|
|
1071
|
+
return unwrapAsync(accountingGetBookingProposals(
|
|
972
1072
|
this,
|
|
973
1073
|
request,
|
|
974
1074
|
options,
|
|
975
1075
|
));
|
|
976
1076
|
}
|
|
977
1077
|
|
|
978
|
-
async
|
|
1078
|
+
async getBookingProposal(
|
|
979
1079
|
request: operations.GetBookingProposalRequest,
|
|
980
1080
|
options?: RequestOptions,
|
|
981
1081
|
): Promise<operations.GetBookingProposalResponse> {
|
|
982
|
-
return unwrapAsync(
|
|
1082
|
+
return unwrapAsync(accountingGetBookingProposal(
|
|
983
1083
|
this,
|
|
984
1084
|
request,
|
|
985
1085
|
options,
|
|
986
1086
|
));
|
|
987
1087
|
}
|
|
988
1088
|
|
|
989
|
-
async
|
|
1089
|
+
async getBookingProposalDocument(
|
|
990
1090
|
request: operations.GetBookingProposalDocumentRequest,
|
|
991
1091
|
options?: RequestOptions,
|
|
992
1092
|
): Promise<operations.GetBookingProposalDocumentResponse> {
|
|
993
|
-
return unwrapAsync(
|
|
1093
|
+
return unwrapAsync(accountingGetBookingProposalDocument(
|
|
994
1094
|
this,
|
|
995
1095
|
request,
|
|
996
1096
|
options,
|
|
997
1097
|
));
|
|
998
1098
|
}
|
|
999
1099
|
|
|
1000
|
-
async
|
|
1100
|
+
async createBookings(
|
|
1001
1101
|
request: operations.CreateBookingsRequest,
|
|
1002
1102
|
options?: RequestOptions,
|
|
1003
1103
|
): Promise<operations.CreateBookingsResponse> {
|
|
1004
|
-
return unwrapAsync(
|
|
1104
|
+
return unwrapAsync(accountingCreateBookings(
|
|
1005
1105
|
this,
|
|
1006
1106
|
request,
|
|
1007
1107
|
options,
|
|
1008
1108
|
));
|
|
1009
1109
|
}
|
|
1010
1110
|
|
|
1011
|
-
async
|
|
1111
|
+
async getVendorCredits(
|
|
1012
1112
|
request?: operations.GetVendorCreditsRequest | undefined,
|
|
1013
1113
|
options?: RequestOptions,
|
|
1014
1114
|
): Promise<operations.GetVendorCreditsResponse> {
|
|
1015
|
-
return unwrapAsync(
|
|
1115
|
+
return unwrapAsync(accountingGetVendorCredits(
|
|
1016
1116
|
this,
|
|
1017
1117
|
request,
|
|
1018
1118
|
options,
|
|
@@ -1030,55 +1130,99 @@ export class Accounting extends ClientSDK {
|
|
|
1030
1130
|
));
|
|
1031
1131
|
}
|
|
1032
1132
|
|
|
1033
|
-
async
|
|
1133
|
+
async updateVendorCredit(
|
|
1034
1134
|
request: operations.UpdateVendorCreditRequest,
|
|
1035
1135
|
options?: RequestOptions,
|
|
1036
1136
|
): Promise<operations.UpdateVendorCreditResponse> {
|
|
1037
|
-
return unwrapAsync(
|
|
1137
|
+
return unwrapAsync(accountingUpdateVendorCredit(
|
|
1138
|
+
this,
|
|
1139
|
+
request,
|
|
1140
|
+
options,
|
|
1141
|
+
));
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
async deleteVendorCredit(
|
|
1145
|
+
request: operations.DeleteVendorCreditRequest,
|
|
1146
|
+
options?: RequestOptions,
|
|
1147
|
+
): Promise<operations.DeleteVendorCreditResponse> {
|
|
1148
|
+
return unwrapAsync(accountingDeleteVendorCredit(
|
|
1149
|
+
this,
|
|
1150
|
+
request,
|
|
1151
|
+
options,
|
|
1152
|
+
));
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
async getBillLineItems(
|
|
1156
|
+
request: operations.GetBillLineItemsRequest,
|
|
1157
|
+
options?: RequestOptions,
|
|
1158
|
+
): Promise<operations.GetBillLineItemsResponse> {
|
|
1159
|
+
return unwrapAsync(accountingGetBillLineItems(
|
|
1038
1160
|
this,
|
|
1039
1161
|
request,
|
|
1040
1162
|
options,
|
|
1041
1163
|
));
|
|
1042
1164
|
}
|
|
1043
1165
|
|
|
1044
|
-
async
|
|
1166
|
+
async createBillLineItem(
|
|
1167
|
+
request: operations.CreateBillLineItemRequest,
|
|
1168
|
+
options?: RequestOptions,
|
|
1169
|
+
): Promise<operations.CreateBillLineItemResponse> {
|
|
1170
|
+
return unwrapAsync(accountingCreateBillLineItem(
|
|
1171
|
+
this,
|
|
1172
|
+
request,
|
|
1173
|
+
options,
|
|
1174
|
+
));
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
async updateBillLineItem(
|
|
1045
1178
|
request: operations.UpdateBillLineItemRequest,
|
|
1046
1179
|
options?: RequestOptions,
|
|
1047
1180
|
): Promise<operations.UpdateBillLineItemResponse> {
|
|
1048
|
-
return unwrapAsync(
|
|
1181
|
+
return unwrapAsync(accountingUpdateBillLineItem(
|
|
1182
|
+
this,
|
|
1183
|
+
request,
|
|
1184
|
+
options,
|
|
1185
|
+
));
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
async getPurchaseOrders(
|
|
1189
|
+
request?: operations.GetPurchaseOrdersRequest | undefined,
|
|
1190
|
+
options?: RequestOptions,
|
|
1191
|
+
): Promise<operations.GetPurchaseOrdersResponse> {
|
|
1192
|
+
return unwrapAsync(accountingGetPurchaseOrders(
|
|
1049
1193
|
this,
|
|
1050
1194
|
request,
|
|
1051
1195
|
options,
|
|
1052
1196
|
));
|
|
1053
1197
|
}
|
|
1054
1198
|
|
|
1055
|
-
async
|
|
1199
|
+
async getPurchaseOrder(
|
|
1056
1200
|
request: operations.GetPurchaseOrderRequest,
|
|
1057
1201
|
options?: RequestOptions,
|
|
1058
1202
|
): Promise<operations.GetPurchaseOrderResponse> {
|
|
1059
|
-
return unwrapAsync(
|
|
1203
|
+
return unwrapAsync(accountingGetPurchaseOrder(
|
|
1060
1204
|
this,
|
|
1061
1205
|
request,
|
|
1062
1206
|
options,
|
|
1063
1207
|
));
|
|
1064
1208
|
}
|
|
1065
1209
|
|
|
1066
|
-
async
|
|
1210
|
+
async getPurchaseOrderLineItems(
|
|
1067
1211
|
request: operations.GetPurchaseOrderLineItemsRequest,
|
|
1068
1212
|
options?: RequestOptions,
|
|
1069
1213
|
): Promise<operations.GetPurchaseOrderLineItemsResponse> {
|
|
1070
|
-
return unwrapAsync(
|
|
1214
|
+
return unwrapAsync(accountingGetPurchaseOrderLineItems(
|
|
1071
1215
|
this,
|
|
1072
1216
|
request,
|
|
1073
1217
|
options,
|
|
1074
1218
|
));
|
|
1075
1219
|
}
|
|
1076
1220
|
|
|
1077
|
-
async
|
|
1221
|
+
async getPurchaseOrderLineItem(
|
|
1078
1222
|
request: operations.GetPurchaseOrderLineItemRequest,
|
|
1079
1223
|
options?: RequestOptions,
|
|
1080
1224
|
): Promise<operations.GetPurchaseOrderLineItemResponse> {
|
|
1081
|
-
return unwrapAsync(
|
|
1225
|
+
return unwrapAsync(accountingGetPurchaseOrderLineItem(
|
|
1082
1226
|
this,
|
|
1083
1227
|
request,
|
|
1084
1228
|
options,
|
|
@@ -1096,77 +1240,88 @@ export class Accounting extends ClientSDK {
|
|
|
1096
1240
|
));
|
|
1097
1241
|
}
|
|
1098
1242
|
|
|
1099
|
-
async
|
|
1243
|
+
async getGoodsReceipt(
|
|
1100
1244
|
request: operations.GetGoodsReceiptRequest,
|
|
1101
1245
|
options?: RequestOptions,
|
|
1102
1246
|
): Promise<operations.GetGoodsReceiptResponse> {
|
|
1103
|
-
return unwrapAsync(
|
|
1247
|
+
return unwrapAsync(accountingGetGoodsReceipt(
|
|
1104
1248
|
this,
|
|
1105
1249
|
request,
|
|
1106
1250
|
options,
|
|
1107
1251
|
));
|
|
1108
1252
|
}
|
|
1109
1253
|
|
|
1110
|
-
async
|
|
1254
|
+
async getGoodsReceiptLineItems(
|
|
1111
1255
|
request: operations.GetGoodsReceiptLineItemsRequest,
|
|
1112
1256
|
options?: RequestOptions,
|
|
1113
1257
|
): Promise<operations.GetGoodsReceiptLineItemsResponse> {
|
|
1114
|
-
return unwrapAsync(
|
|
1258
|
+
return unwrapAsync(accountingGetGoodsReceiptLineItems(
|
|
1259
|
+
this,
|
|
1260
|
+
request,
|
|
1261
|
+
options,
|
|
1262
|
+
));
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
async getGoodsReceiptLineItem(
|
|
1266
|
+
request: operations.GetGoodsReceiptLineItemRequest,
|
|
1267
|
+
options?: RequestOptions,
|
|
1268
|
+
): Promise<operations.GetGoodsReceiptLineItemResponse> {
|
|
1269
|
+
return unwrapAsync(accountingGetGoodsReceiptLineItem(
|
|
1115
1270
|
this,
|
|
1116
1271
|
request,
|
|
1117
1272
|
options,
|
|
1118
1273
|
));
|
|
1119
1274
|
}
|
|
1120
1275
|
|
|
1121
|
-
async
|
|
1276
|
+
async getUnits(
|
|
1122
1277
|
request?: operations.GetUnitsRequest | undefined,
|
|
1123
1278
|
options?: RequestOptions,
|
|
1124
1279
|
): Promise<operations.GetUnitsResponse> {
|
|
1125
|
-
return unwrapAsync(
|
|
1280
|
+
return unwrapAsync(accountingGetUnits(
|
|
1126
1281
|
this,
|
|
1127
1282
|
request,
|
|
1128
1283
|
options,
|
|
1129
1284
|
));
|
|
1130
1285
|
}
|
|
1131
1286
|
|
|
1132
|
-
async
|
|
1287
|
+
async getOpenItems(
|
|
1133
1288
|
request?: operations.GetOpenItemsRequest | undefined,
|
|
1134
1289
|
options?: RequestOptions,
|
|
1135
1290
|
): Promise<operations.GetOpenItemsResponse> {
|
|
1136
|
-
return unwrapAsync(
|
|
1291
|
+
return unwrapAsync(accountingGetOpenItems(
|
|
1137
1292
|
this,
|
|
1138
1293
|
request,
|
|
1139
1294
|
options,
|
|
1140
1295
|
));
|
|
1141
1296
|
}
|
|
1142
1297
|
|
|
1143
|
-
async
|
|
1298
|
+
async getTrialBalance(
|
|
1144
1299
|
request?: operations.GetTrialBalanceRequest | undefined,
|
|
1145
1300
|
options?: RequestOptions,
|
|
1146
1301
|
): Promise<operations.GetTrialBalanceResponse> {
|
|
1147
|
-
return unwrapAsync(
|
|
1302
|
+
return unwrapAsync(accountingGetTrialBalance(
|
|
1148
1303
|
this,
|
|
1149
1304
|
request,
|
|
1150
1305
|
options,
|
|
1151
1306
|
));
|
|
1152
1307
|
}
|
|
1153
1308
|
|
|
1154
|
-
async
|
|
1309
|
+
async getCreditNotes(
|
|
1155
1310
|
request?: operations.GetCreditNotesRequest | undefined,
|
|
1156
1311
|
options?: RequestOptions,
|
|
1157
1312
|
): Promise<operations.GetCreditNotesResponse> {
|
|
1158
|
-
return unwrapAsync(
|
|
1313
|
+
return unwrapAsync(accountingGetCreditNotes(
|
|
1159
1314
|
this,
|
|
1160
1315
|
request,
|
|
1161
1316
|
options,
|
|
1162
1317
|
));
|
|
1163
1318
|
}
|
|
1164
1319
|
|
|
1165
|
-
async
|
|
1320
|
+
async getCreditNote(
|
|
1166
1321
|
request: operations.GetCreditNoteRequest,
|
|
1167
1322
|
options?: RequestOptions,
|
|
1168
1323
|
): Promise<operations.GetCreditNoteResponse> {
|
|
1169
|
-
return unwrapAsync(
|
|
1324
|
+
return unwrapAsync(accountingGetCreditNote(
|
|
1170
1325
|
this,
|
|
1171
1326
|
request,
|
|
1172
1327
|
options,
|
|
@@ -1183,4 +1338,15 @@ export class Accounting extends ClientSDK {
|
|
|
1183
1338
|
options,
|
|
1184
1339
|
));
|
|
1185
1340
|
}
|
|
1341
|
+
|
|
1342
|
+
async getFiscalYear(
|
|
1343
|
+
request: operations.GetFiscalYearRequest,
|
|
1344
|
+
options?: RequestOptions,
|
|
1345
|
+
): Promise<operations.GetFiscalYearResponse> {
|
|
1346
|
+
return unwrapAsync(accountingGetFiscalYear(
|
|
1347
|
+
this,
|
|
1348
|
+
request,
|
|
1349
|
+
options,
|
|
1350
|
+
));
|
|
1351
|
+
}
|
|
1186
1352
|
}
|