@keystrokehq/sevdesk 0.1.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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/book-invoice-amount.cjs +57 -0
- package/dist/actions/book-invoice-amount.cjs.map +1 -0
- package/dist/actions/book-invoice-amount.d.cts +9 -0
- package/dist/actions/book-invoice-amount.d.cts.map +1 -0
- package/dist/actions/book-invoice-amount.d.mts +9 -0
- package/dist/actions/book-invoice-amount.d.mts.map +1 -0
- package/dist/actions/book-invoice-amount.mjs +56 -0
- package/dist/actions/book-invoice-amount.mjs.map +1 -0
- package/dist/actions/check-customer-number-availability.cjs +16 -0
- package/dist/actions/check-customer-number-availability.cjs.map +1 -0
- package/dist/actions/check-customer-number-availability.d.cts +9 -0
- package/dist/actions/check-customer-number-availability.d.cts.map +1 -0
- package/dist/actions/check-customer-number-availability.d.mts +9 -0
- package/dist/actions/check-customer-number-availability.d.mts.map +1 -0
- package/dist/actions/check-customer-number-availability.mjs +13 -0
- package/dist/actions/check-customer-number-availability.mjs.map +1 -0
- package/dist/actions/create-accounting-contact.cjs +40 -0
- package/dist/actions/create-accounting-contact.cjs.map +1 -0
- package/dist/actions/create-accounting-contact.d.cts +9 -0
- package/dist/actions/create-accounting-contact.d.cts.map +1 -0
- package/dist/actions/create-accounting-contact.d.mts +9 -0
- package/dist/actions/create-accounting-contact.d.mts.map +1 -0
- package/dist/actions/create-accounting-contact.mjs +39 -0
- package/dist/actions/create-accounting-contact.mjs.map +1 -0
- package/dist/actions/create-check-account-transaction.cjs +79 -0
- package/dist/actions/create-check-account-transaction.cjs.map +1 -0
- package/dist/actions/create-check-account-transaction.d.cts +9 -0
- package/dist/actions/create-check-account-transaction.d.cts.map +1 -0
- package/dist/actions/create-check-account-transaction.d.mts +9 -0
- package/dist/actions/create-check-account-transaction.d.mts.map +1 -0
- package/dist/actions/create-check-account-transaction.mjs +78 -0
- package/dist/actions/create-check-account-transaction.mjs.map +1 -0
- package/dist/actions/create-clearing-account.cjs +36 -0
- package/dist/actions/create-clearing-account.cjs.map +1 -0
- package/dist/actions/create-clearing-account.d.cts +9 -0
- package/dist/actions/create-clearing-account.d.cts.map +1 -0
- package/dist/actions/create-clearing-account.d.mts +9 -0
- package/dist/actions/create-clearing-account.d.mts.map +1 -0
- package/dist/actions/create-clearing-account.mjs +35 -0
- package/dist/actions/create-clearing-account.mjs.map +1 -0
- package/dist/actions/create-communication-way.cjs +57 -0
- package/dist/actions/create-communication-way.cjs.map +1 -0
- package/dist/actions/create-communication-way.d.cts +9 -0
- package/dist/actions/create-communication-way.d.cts.map +1 -0
- package/dist/actions/create-communication-way.d.mts +9 -0
- package/dist/actions/create-communication-way.d.mts.map +1 -0
- package/dist/actions/create-communication-way.mjs +56 -0
- package/dist/actions/create-communication-way.mjs.map +1 -0
- package/dist/actions/create-contact-address.cjs +68 -0
- package/dist/actions/create-contact-address.cjs.map +1 -0
- package/dist/actions/create-contact-address.d.cts +9 -0
- package/dist/actions/create-contact-address.d.cts.map +1 -0
- package/dist/actions/create-contact-address.d.mts +9 -0
- package/dist/actions/create-contact-address.d.mts.map +1 -0
- package/dist/actions/create-contact-address.mjs +67 -0
- package/dist/actions/create-contact-address.mjs.map +1 -0
- package/dist/actions/create-contact-custom-field-setting.cjs +36 -0
- package/dist/actions/create-contact-custom-field-setting.cjs.map +1 -0
- package/dist/actions/create-contact-custom-field-setting.d.cts +9 -0
- package/dist/actions/create-contact-custom-field-setting.d.cts.map +1 -0
- package/dist/actions/create-contact-custom-field-setting.d.mts +9 -0
- package/dist/actions/create-contact-custom-field-setting.d.mts.map +1 -0
- package/dist/actions/create-contact-custom-field-setting.mjs +35 -0
- package/dist/actions/create-contact-custom-field-setting.mjs.map +1 -0
- package/dist/actions/create-contact-custom-field.cjs +53 -0
- package/dist/actions/create-contact-custom-field.cjs.map +1 -0
- package/dist/actions/create-contact-custom-field.d.cts +9 -0
- package/dist/actions/create-contact-custom-field.d.cts.map +1 -0
- package/dist/actions/create-contact-custom-field.d.mts +9 -0
- package/dist/actions/create-contact-custom-field.d.mts.map +1 -0
- package/dist/actions/create-contact-custom-field.mjs +52 -0
- package/dist/actions/create-contact-custom-field.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +84 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +83 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-contact2.cjs +94 -0
- package/dist/actions/create-contact2.cjs.map +1 -0
- package/dist/actions/create-contact2.d.cts +9 -0
- package/dist/actions/create-contact2.d.cts.map +1 -0
- package/dist/actions/create-contact2.d.mts +9 -0
- package/dist/actions/create-contact2.d.mts.map +1 -0
- package/dist/actions/create-contact2.mjs +93 -0
- package/dist/actions/create-contact2.mjs.map +1 -0
- package/dist/actions/create-credit-note-from-invoice.cjs +80 -0
- package/dist/actions/create-credit-note-from-invoice.cjs.map +1 -0
- package/dist/actions/create-credit-note-from-invoice.d.cts +9 -0
- package/dist/actions/create-credit-note-from-invoice.d.cts.map +1 -0
- package/dist/actions/create-credit-note-from-invoice.d.mts +9 -0
- package/dist/actions/create-credit-note-from-invoice.d.mts.map +1 -0
- package/dist/actions/create-credit-note-from-invoice.mjs +79 -0
- package/dist/actions/create-credit-note-from-invoice.mjs.map +1 -0
- package/dist/actions/create-file-import-account.cjs +41 -0
- package/dist/actions/create-file-import-account.cjs.map +1 -0
- package/dist/actions/create-file-import-account.d.cts +9 -0
- package/dist/actions/create-file-import-account.d.cts.map +1 -0
- package/dist/actions/create-file-import-account.d.mts +9 -0
- package/dist/actions/create-file-import-account.d.mts.map +1 -0
- package/dist/actions/create-file-import-account.mjs +40 -0
- package/dist/actions/create-file-import-account.mjs.map +1 -0
- package/dist/actions/create-part.cjs +70 -0
- package/dist/actions/create-part.cjs.map +1 -0
- package/dist/actions/create-part.d.cts +9 -0
- package/dist/actions/create-part.d.cts.map +1 -0
- package/dist/actions/create-part.d.mts +9 -0
- package/dist/actions/create-part.d.mts.map +1 -0
- package/dist/actions/create-part.mjs +69 -0
- package/dist/actions/create-part.mjs.map +1 -0
- package/dist/actions/create-payment-method.cjs +36 -0
- package/dist/actions/create-payment-method.cjs.map +1 -0
- package/dist/actions/create-payment-method.d.cts +9 -0
- package/dist/actions/create-payment-method.d.cts.map +1 -0
- package/dist/actions/create-payment-method.d.mts +9 -0
- package/dist/actions/create-payment-method.d.mts.map +1 -0
- package/dist/actions/create-payment-method.mjs +35 -0
- package/dist/actions/create-payment-method.mjs.map +1 -0
- package/dist/actions/create-private-transaction-rule.cjs +32 -0
- package/dist/actions/create-private-transaction-rule.cjs.map +1 -0
- package/dist/actions/create-private-transaction-rule.d.cts +9 -0
- package/dist/actions/create-private-transaction-rule.d.cts.map +1 -0
- package/dist/actions/create-private-transaction-rule.d.mts +9 -0
- package/dist/actions/create-private-transaction-rule.d.mts.map +1 -0
- package/dist/actions/create-private-transaction-rule.mjs +31 -0
- package/dist/actions/create-private-transaction-rule.mjs.map +1 -0
- package/dist/actions/create-tag.cjs +47 -0
- package/dist/actions/create-tag.cjs.map +1 -0
- package/dist/actions/create-tag.d.cts +9 -0
- package/dist/actions/create-tag.d.cts.map +1 -0
- package/dist/actions/create-tag.d.mts +9 -0
- package/dist/actions/create-tag.d.mts.map +1 -0
- package/dist/actions/create-tag.mjs +46 -0
- package/dist/actions/create-tag.mjs.map +1 -0
- package/dist/actions/delete-accounting-contact-by-id.cjs +16 -0
- package/dist/actions/delete-accounting-contact-by-id.cjs.map +1 -0
- package/dist/actions/delete-accounting-contact-by-id.d.cts +9 -0
- package/dist/actions/delete-accounting-contact-by-id.d.cts.map +1 -0
- package/dist/actions/delete-accounting-contact-by-id.d.mts +9 -0
- package/dist/actions/delete-accounting-contact-by-id.d.mts.map +1 -0
- package/dist/actions/delete-accounting-contact-by-id.mjs +13 -0
- package/dist/actions/delete-accounting-contact-by-id.mjs.map +1 -0
- package/dist/actions/delete-check-account-by-id.cjs +20 -0
- package/dist/actions/delete-check-account-by-id.cjs.map +1 -0
- package/dist/actions/delete-check-account-by-id.d.cts +9 -0
- package/dist/actions/delete-check-account-by-id.d.cts.map +1 -0
- package/dist/actions/delete-check-account-by-id.d.mts +9 -0
- package/dist/actions/delete-check-account-by-id.d.mts.map +1 -0
- package/dist/actions/delete-check-account-by-id.mjs +17 -0
- package/dist/actions/delete-check-account-by-id.mjs.map +1 -0
- package/dist/actions/delete-check-account-transaction-by-id.cjs +16 -0
- package/dist/actions/delete-check-account-transaction-by-id.cjs.map +1 -0
- package/dist/actions/delete-check-account-transaction-by-id.d.cts +9 -0
- package/dist/actions/delete-check-account-transaction-by-id.d.cts.map +1 -0
- package/dist/actions/delete-check-account-transaction-by-id.d.mts +9 -0
- package/dist/actions/delete-check-account-transaction-by-id.d.mts.map +1 -0
- package/dist/actions/delete-check-account-transaction-by-id.mjs +13 -0
- package/dist/actions/delete-check-account-transaction-by-id.mjs.map +1 -0
- package/dist/actions/delete-communication-way-by-id.cjs +20 -0
- package/dist/actions/delete-communication-way-by-id.cjs.map +1 -0
- package/dist/actions/delete-communication-way-by-id.d.cts +9 -0
- package/dist/actions/delete-communication-way-by-id.d.cts.map +1 -0
- package/dist/actions/delete-communication-way-by-id.d.mts +9 -0
- package/dist/actions/delete-communication-way-by-id.d.mts.map +1 -0
- package/dist/actions/delete-communication-way-by-id.mjs +17 -0
- package/dist/actions/delete-communication-way-by-id.mjs.map +1 -0
- package/dist/actions/delete-contact-address-by-id.cjs +16 -0
- package/dist/actions/delete-contact-address-by-id.cjs.map +1 -0
- package/dist/actions/delete-contact-address-by-id.d.cts +9 -0
- package/dist/actions/delete-contact-address-by-id.d.cts.map +1 -0
- package/dist/actions/delete-contact-address-by-id.d.mts +9 -0
- package/dist/actions/delete-contact-address-by-id.d.mts.map +1 -0
- package/dist/actions/delete-contact-address-by-id.mjs +13 -0
- package/dist/actions/delete-contact-address-by-id.mjs.map +1 -0
- package/dist/actions/delete-contact-custom-field-by-id.cjs +16 -0
- package/dist/actions/delete-contact-custom-field-by-id.cjs.map +1 -0
- package/dist/actions/delete-contact-custom-field-by-id.d.cts +9 -0
- package/dist/actions/delete-contact-custom-field-by-id.d.cts.map +1 -0
- package/dist/actions/delete-contact-custom-field-by-id.d.mts +9 -0
- package/dist/actions/delete-contact-custom-field-by-id.d.mts.map +1 -0
- package/dist/actions/delete-contact-custom-field-by-id.mjs +13 -0
- package/dist/actions/delete-contact-custom-field-by-id.mjs.map +1 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.cjs +16 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.cjs.map +1 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.cts +9 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.cts.map +1 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.mts +9 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.mts.map +1 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.mjs +13 -0
- package/dist/actions/delete-contact-custom-field-setting-by-id.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +20 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +17 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-credit-note-by-id.cjs +20 -0
- package/dist/actions/delete-credit-note-by-id.cjs.map +1 -0
- package/dist/actions/delete-credit-note-by-id.d.cts +9 -0
- package/dist/actions/delete-credit-note-by-id.d.cts.map +1 -0
- package/dist/actions/delete-credit-note-by-id.d.mts +9 -0
- package/dist/actions/delete-credit-note-by-id.d.mts.map +1 -0
- package/dist/actions/delete-credit-note-by-id.mjs +17 -0
- package/dist/actions/delete-credit-note-by-id.mjs.map +1 -0
- package/dist/actions/delete-order-by-id.cjs +20 -0
- package/dist/actions/delete-order-by-id.cjs.map +1 -0
- package/dist/actions/delete-order-by-id.d.cts +9 -0
- package/dist/actions/delete-order-by-id.d.cts.map +1 -0
- package/dist/actions/delete-order-by-id.d.mts +9 -0
- package/dist/actions/delete-order-by-id.d.mts.map +1 -0
- package/dist/actions/delete-order-by-id.mjs +17 -0
- package/dist/actions/delete-order-by-id.mjs.map +1 -0
- package/dist/actions/delete-order-pos-by-id.cjs +20 -0
- package/dist/actions/delete-order-pos-by-id.cjs.map +1 -0
- package/dist/actions/delete-order-pos-by-id.d.cts +9 -0
- package/dist/actions/delete-order-pos-by-id.d.cts.map +1 -0
- package/dist/actions/delete-order-pos-by-id.d.mts +9 -0
- package/dist/actions/delete-order-pos-by-id.d.mts.map +1 -0
- package/dist/actions/delete-order-pos-by-id.mjs +17 -0
- package/dist/actions/delete-order-pos-by-id.mjs.map +1 -0
- package/dist/actions/delete-payment-method.cjs +20 -0
- package/dist/actions/delete-payment-method.cjs.map +1 -0
- package/dist/actions/delete-payment-method.d.cts +9 -0
- package/dist/actions/delete-payment-method.d.cts.map +1 -0
- package/dist/actions/delete-payment-method.d.mts +9 -0
- package/dist/actions/delete-payment-method.d.mts.map +1 -0
- package/dist/actions/delete-payment-method.mjs +17 -0
- package/dist/actions/delete-payment-method.mjs.map +1 -0
- package/dist/actions/delete-private-transaction-rule-by-id.cjs +16 -0
- package/dist/actions/delete-private-transaction-rule-by-id.cjs.map +1 -0
- package/dist/actions/delete-private-transaction-rule-by-id.d.cts +9 -0
- package/dist/actions/delete-private-transaction-rule-by-id.d.cts.map +1 -0
- package/dist/actions/delete-private-transaction-rule-by-id.d.mts +9 -0
- package/dist/actions/delete-private-transaction-rule-by-id.d.mts.map +1 -0
- package/dist/actions/delete-private-transaction-rule-by-id.mjs +13 -0
- package/dist/actions/delete-private-transaction-rule-by-id.mjs.map +1 -0
- package/dist/actions/delete-tag-by-id.cjs +20 -0
- package/dist/actions/delete-tag-by-id.cjs.map +1 -0
- package/dist/actions/delete-tag-by-id.d.cts +9 -0
- package/dist/actions/delete-tag-by-id.d.cts.map +1 -0
- package/dist/actions/delete-tag-by-id.d.mts +9 -0
- package/dist/actions/delete-tag-by-id.d.mts.map +1 -0
- package/dist/actions/delete-tag-by-id.mjs +17 -0
- package/dist/actions/delete-tag-by-id.mjs.map +1 -0
- package/dist/actions/enshrine-check-account-transaction.cjs +16 -0
- package/dist/actions/enshrine-check-account-transaction.cjs.map +1 -0
- package/dist/actions/enshrine-check-account-transaction.d.cts +9 -0
- package/dist/actions/enshrine-check-account-transaction.d.cts.map +1 -0
- package/dist/actions/enshrine-check-account-transaction.d.mts +9 -0
- package/dist/actions/enshrine-check-account-transaction.d.mts.map +1 -0
- package/dist/actions/enshrine-check-account-transaction.mjs +13 -0
- package/dist/actions/enshrine-check-account-transaction.mjs.map +1 -0
- package/dist/actions/export-credit-note-csv.cjs +20 -0
- package/dist/actions/export-credit-note-csv.cjs.map +1 -0
- package/dist/actions/export-credit-note-csv.d.cts +9 -0
- package/dist/actions/export-credit-note-csv.d.cts.map +1 -0
- package/dist/actions/export-credit-note-csv.d.mts +9 -0
- package/dist/actions/export-credit-note-csv.d.mts.map +1 -0
- package/dist/actions/export-credit-note-csv.mjs +17 -0
- package/dist/actions/export-credit-note-csv.mjs.map +1 -0
- package/dist/actions/fetch-dictionary-entries-by-type.cjs +44 -0
- package/dist/actions/fetch-dictionary-entries-by-type.cjs.map +1 -0
- package/dist/actions/fetch-dictionary-entries-by-type.d.cts +9 -0
- package/dist/actions/fetch-dictionary-entries-by-type.d.cts.map +1 -0
- package/dist/actions/fetch-dictionary-entries-by-type.d.mts +9 -0
- package/dist/actions/fetch-dictionary-entries-by-type.d.mts.map +1 -0
- package/dist/actions/fetch-dictionary-entries-by-type.mjs +43 -0
- package/dist/actions/fetch-dictionary-entries-by-type.mjs.map +1 -0
- package/dist/actions/find-contacts-by-custom-field-value.cjs +67 -0
- package/dist/actions/find-contacts-by-custom-field-value.cjs.map +1 -0
- package/dist/actions/find-contacts-by-custom-field-value.d.cts +9 -0
- package/dist/actions/find-contacts-by-custom-field-value.d.cts.map +1 -0
- package/dist/actions/find-contacts-by-custom-field-value.d.mts +9 -0
- package/dist/actions/find-contacts-by-custom-field-value.d.mts.map +1 -0
- package/dist/actions/find-contacts-by-custom-field-value.mjs +66 -0
- package/dist/actions/find-contacts-by-custom-field-value.mjs.map +1 -0
- package/dist/actions/generate-progress-download-hash.cjs +17 -0
- package/dist/actions/generate-progress-download-hash.cjs.map +1 -0
- package/dist/actions/generate-progress-download-hash.d.cts +9 -0
- package/dist/actions/generate-progress-download-hash.d.cts.map +1 -0
- package/dist/actions/generate-progress-download-hash.d.mts +9 -0
- package/dist/actions/generate-progress-download-hash.d.mts.map +1 -0
- package/dist/actions/generate-progress-download-hash.mjs +16 -0
- package/dist/actions/generate-progress-download-hash.mjs.map +1 -0
- package/dist/actions/get-account-invoices.cjs +16 -0
- package/dist/actions/get-account-invoices.cjs.map +1 -0
- package/dist/actions/get-account-invoices.d.cts +9 -0
- package/dist/actions/get-account-invoices.d.cts.map +1 -0
- package/dist/actions/get-account-invoices.d.mts +9 -0
- package/dist/actions/get-account-invoices.d.mts.map +1 -0
- package/dist/actions/get-account-invoices.mjs +13 -0
- package/dist/actions/get-account-invoices.mjs.map +1 -0
- package/dist/actions/get-accounting-contact-by-id.cjs +33 -0
- package/dist/actions/get-accounting-contact-by-id.cjs.map +1 -0
- package/dist/actions/get-accounting-contact-by-id.d.cts +9 -0
- package/dist/actions/get-accounting-contact-by-id.d.cts.map +1 -0
- package/dist/actions/get-accounting-contact-by-id.d.mts +9 -0
- package/dist/actions/get-accounting-contact-by-id.d.mts.map +1 -0
- package/dist/actions/get-accounting-contact-by-id.mjs +32 -0
- package/dist/actions/get-accounting-contact-by-id.mjs.map +1 -0
- package/dist/actions/get-accounting-contacts.cjs +37 -0
- package/dist/actions/get-accounting-contacts.cjs.map +1 -0
- package/dist/actions/get-accounting-contacts.d.cts +9 -0
- package/dist/actions/get-accounting-contacts.d.cts.map +1 -0
- package/dist/actions/get-accounting-contacts.d.mts +9 -0
- package/dist/actions/get-accounting-contacts.d.mts.map +1 -0
- package/dist/actions/get-accounting-contacts.mjs +36 -0
- package/dist/actions/get-accounting-contacts.mjs.map +1 -0
- package/dist/actions/get-check-account-balance-at-date.cjs +19 -0
- package/dist/actions/get-check-account-balance-at-date.cjs.map +1 -0
- package/dist/actions/get-check-account-balance-at-date.d.cts +9 -0
- package/dist/actions/get-check-account-balance-at-date.d.cts.map +1 -0
- package/dist/actions/get-check-account-balance-at-date.d.mts +9 -0
- package/dist/actions/get-check-account-balance-at-date.d.mts.map +1 -0
- package/dist/actions/get-check-account-balance-at-date.mjs +16 -0
- package/dist/actions/get-check-account-balance-at-date.mjs.map +1 -0
- package/dist/actions/get-check-account-by-id.cjs +42 -0
- package/dist/actions/get-check-account-by-id.cjs.map +1 -0
- package/dist/actions/get-check-account-by-id.d.cts +9 -0
- package/dist/actions/get-check-account-by-id.d.cts.map +1 -0
- package/dist/actions/get-check-account-by-id.d.mts +9 -0
- package/dist/actions/get-check-account-by-id.d.mts.map +1 -0
- package/dist/actions/get-check-account-by-id.mjs +41 -0
- package/dist/actions/get-check-account-by-id.mjs.map +1 -0
- package/dist/actions/get-check-account-transaction-by-id.cjs +50 -0
- package/dist/actions/get-check-account-transaction-by-id.cjs.map +1 -0
- package/dist/actions/get-check-account-transaction-by-id.d.cts +9 -0
- package/dist/actions/get-check-account-transaction-by-id.d.cts.map +1 -0
- package/dist/actions/get-check-account-transaction-by-id.d.mts +9 -0
- package/dist/actions/get-check-account-transaction-by-id.d.mts.map +1 -0
- package/dist/actions/get-check-account-transaction-by-id.mjs +49 -0
- package/dist/actions/get-check-account-transaction-by-id.mjs.map +1 -0
- package/dist/actions/get-check-account-transactions.cjs +52 -0
- package/dist/actions/get-check-account-transactions.cjs.map +1 -0
- package/dist/actions/get-check-account-transactions.d.cts +9 -0
- package/dist/actions/get-check-account-transactions.d.cts.map +1 -0
- package/dist/actions/get-check-account-transactions.d.mts +9 -0
- package/dist/actions/get-check-account-transactions.d.mts.map +1 -0
- package/dist/actions/get-check-account-transactions.mjs +51 -0
- package/dist/actions/get-check-account-transactions.mjs.map +1 -0
- package/dist/actions/get-check-accounts.cjs +52 -0
- package/dist/actions/get-check-accounts.cjs.map +1 -0
- package/dist/actions/get-check-accounts.d.cts +9 -0
- package/dist/actions/get-check-accounts.d.cts.map +1 -0
- package/dist/actions/get-check-accounts.d.mts +9 -0
- package/dist/actions/get-check-accounts.d.mts.map +1 -0
- package/dist/actions/get-check-accounts.mjs +51 -0
- package/dist/actions/get-check-accounts.mjs.map +1 -0
- package/dist/actions/get-communication-way-keys.cjs +24 -0
- package/dist/actions/get-communication-way-keys.cjs.map +1 -0
- package/dist/actions/get-communication-way-keys.d.cts +9 -0
- package/dist/actions/get-communication-way-keys.d.cts.map +1 -0
- package/dist/actions/get-communication-way-keys.d.mts +9 -0
- package/dist/actions/get-communication-way-keys.d.mts.map +1 -0
- package/dist/actions/get-communication-way-keys.mjs +23 -0
- package/dist/actions/get-communication-way-keys.mjs.map +1 -0
- package/dist/actions/get-communication-ways.cjs +50 -0
- package/dist/actions/get-communication-ways.cjs.map +1 -0
- package/dist/actions/get-communication-ways.d.cts +9 -0
- package/dist/actions/get-communication-ways.d.cts.map +1 -0
- package/dist/actions/get-communication-ways.d.mts +9 -0
- package/dist/actions/get-communication-ways.d.mts.map +1 -0
- package/dist/actions/get-communication-ways.mjs +49 -0
- package/dist/actions/get-communication-ways.mjs.map +1 -0
- package/dist/actions/get-communicationway-by-id.cjs +39 -0
- package/dist/actions/get-communicationway-by-id.cjs.map +1 -0
- package/dist/actions/get-communicationway-by-id.d.cts +9 -0
- package/dist/actions/get-communicationway-by-id.d.cts.map +1 -0
- package/dist/actions/get-communicationway-by-id.d.mts +9 -0
- package/dist/actions/get-communicationway-by-id.d.mts.map +1 -0
- package/dist/actions/get-communicationway-by-id.mjs +38 -0
- package/dist/actions/get-communicationway-by-id.mjs.map +1 -0
- package/dist/actions/get-contact-address-by-id.cjs +49 -0
- package/dist/actions/get-contact-address-by-id.cjs.map +1 -0
- package/dist/actions/get-contact-address-by-id.d.cts +9 -0
- package/dist/actions/get-contact-address-by-id.d.cts.map +1 -0
- package/dist/actions/get-contact-address-by-id.d.mts +9 -0
- package/dist/actions/get-contact-address-by-id.d.mts.map +1 -0
- package/dist/actions/get-contact-address-by-id.mjs +48 -0
- package/dist/actions/get-contact-address-by-id.mjs.map +1 -0
- package/dist/actions/get-contact-addresses.cjs +53 -0
- package/dist/actions/get-contact-addresses.cjs.map +1 -0
- package/dist/actions/get-contact-addresses.d.cts +9 -0
- package/dist/actions/get-contact-addresses.d.cts.map +1 -0
- package/dist/actions/get-contact-addresses.d.mts +9 -0
- package/dist/actions/get-contact-addresses.d.mts.map +1 -0
- package/dist/actions/get-contact-addresses.mjs +52 -0
- package/dist/actions/get-contact-addresses.mjs.map +1 -0
- package/dist/actions/get-contact-by-id.cjs +35 -0
- package/dist/actions/get-contact-by-id.cjs.map +1 -0
- package/dist/actions/get-contact-by-id.d.cts +9 -0
- package/dist/actions/get-contact-by-id.d.cts.map +1 -0
- package/dist/actions/get-contact-by-id.d.mts +9 -0
- package/dist/actions/get-contact-by-id.d.mts.map +1 -0
- package/dist/actions/get-contact-by-id.mjs +34 -0
- package/dist/actions/get-contact-by-id.mjs.map +1 -0
- package/dist/actions/get-contact-custom-field-by-id.cjs +38 -0
- package/dist/actions/get-contact-custom-field-by-id.cjs.map +1 -0
- package/dist/actions/get-contact-custom-field-by-id.d.cts +9 -0
- package/dist/actions/get-contact-custom-field-by-id.d.cts.map +1 -0
- package/dist/actions/get-contact-custom-field-by-id.d.mts +9 -0
- package/dist/actions/get-contact-custom-field-by-id.d.mts.map +1 -0
- package/dist/actions/get-contact-custom-field-by-id.mjs +37 -0
- package/dist/actions/get-contact-custom-field-by-id.mjs.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.cjs +30 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.cjs.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.d.cts +9 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.d.cts.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.d.mts +9 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.d.mts.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.mjs +29 -0
- package/dist/actions/get-contact-custom-field-setting-by-id.mjs.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.cjs +16 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.cjs.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.cts +9 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.cts.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.mts +9 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.mts.map +1 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.mjs +13 -0
- package/dist/actions/get-contact-custom-field-setting-reference-count.mjs.map +1 -0
- package/dist/actions/get-contact-custom-field-settings.cjs +38 -0
- package/dist/actions/get-contact-custom-field-settings.cjs.map +1 -0
- package/dist/actions/get-contact-custom-field-settings.d.cts +9 -0
- package/dist/actions/get-contact-custom-field-settings.d.cts.map +1 -0
- package/dist/actions/get-contact-custom-field-settings.d.mts +9 -0
- package/dist/actions/get-contact-custom-field-settings.d.mts.map +1 -0
- package/dist/actions/get-contact-custom-field-settings.mjs +37 -0
- package/dist/actions/get-contact-custom-field-settings.mjs.map +1 -0
- package/dist/actions/get-contact-custom-fields.cjs +46 -0
- package/dist/actions/get-contact-custom-fields.cjs.map +1 -0
- package/dist/actions/get-contact-custom-fields.d.cts +9 -0
- package/dist/actions/get-contact-custom-fields.d.cts.map +1 -0
- package/dist/actions/get-contact-custom-fields.d.mts +9 -0
- package/dist/actions/get-contact-custom-fields.d.mts.map +1 -0
- package/dist/actions/get-contact-custom-fields.mjs +45 -0
- package/dist/actions/get-contact-custom-fields.mjs.map +1 -0
- package/dist/actions/get-contact-tabs-item-count.cjs +26 -0
- package/dist/actions/get-contact-tabs-item-count.cjs.map +1 -0
- package/dist/actions/get-contact-tabs-item-count.d.cts +9 -0
- package/dist/actions/get-contact-tabs-item-count.d.cts.map +1 -0
- package/dist/actions/get-contact-tabs-item-count.d.mts +9 -0
- package/dist/actions/get-contact-tabs-item-count.d.mts.map +1 -0
- package/dist/actions/get-contact-tabs-item-count.mjs +23 -0
- package/dist/actions/get-contact-tabs-item-count.mjs.map +1 -0
- package/dist/actions/get-contacts.cjs +94 -0
- package/dist/actions/get-contacts.cjs.map +1 -0
- package/dist/actions/get-contacts.d.cts +9 -0
- package/dist/actions/get-contacts.d.cts.map +1 -0
- package/dist/actions/get-contacts.d.mts +9 -0
- package/dist/actions/get-contacts.d.mts.map +1 -0
- package/dist/actions/get-contacts.mjs +93 -0
- package/dist/actions/get-contacts.mjs.map +1 -0
- package/dist/actions/get-credit-note-positions.cjs +57 -0
- package/dist/actions/get-credit-note-positions.cjs.map +1 -0
- package/dist/actions/get-credit-note-positions.d.cts +9 -0
- package/dist/actions/get-credit-note-positions.d.cts.map +1 -0
- package/dist/actions/get-credit-note-positions.d.mts +9 -0
- package/dist/actions/get-credit-note-positions.d.mts.map +1 -0
- package/dist/actions/get-credit-note-positions.mjs +56 -0
- package/dist/actions/get-credit-note-positions.mjs.map +1 -0
- package/dist/actions/get-credit-notes.cjs +67 -0
- package/dist/actions/get-credit-notes.cjs.map +1 -0
- package/dist/actions/get-credit-notes.d.cts +9 -0
- package/dist/actions/get-credit-notes.d.cts.map +1 -0
- package/dist/actions/get-credit-notes.d.mts +9 -0
- package/dist/actions/get-credit-notes.d.mts.map +1 -0
- package/dist/actions/get-credit-notes.mjs +66 -0
- package/dist/actions/get-credit-notes.mjs.map +1 -0
- package/dist/actions/get-export-invoicecsv.cjs +26 -0
- package/dist/actions/get-export-invoicecsv.cjs.map +1 -0
- package/dist/actions/get-export-invoicecsv.d.cts +9 -0
- package/dist/actions/get-export-invoicecsv.d.cts.map +1 -0
- package/dist/actions/get-export-invoicecsv.d.mts +9 -0
- package/dist/actions/get-export-invoicecsv.d.mts.map +1 -0
- package/dist/actions/get-export-invoicecsv.mjs +25 -0
- package/dist/actions/get-export-invoicecsv.mjs.map +1 -0
- package/dist/actions/get-export-transactions-csv.cjs +26 -0
- package/dist/actions/get-export-transactions-csv.cjs.map +1 -0
- package/dist/actions/get-export-transactions-csv.d.cts +9 -0
- package/dist/actions/get-export-transactions-csv.d.cts.map +1 -0
- package/dist/actions/get-export-transactions-csv.d.mts +9 -0
- package/dist/actions/get-export-transactions-csv.d.mts.map +1 -0
- package/dist/actions/get-export-transactions-csv.mjs +25 -0
- package/dist/actions/get-export-transactions-csv.mjs.map +1 -0
- package/dist/actions/get-invoice-is-partially-paid.cjs +16 -0
- package/dist/actions/get-invoice-is-partially-paid.cjs.map +1 -0
- package/dist/actions/get-invoice-is-partially-paid.d.cts +9 -0
- package/dist/actions/get-invoice-is-partially-paid.d.cts.map +1 -0
- package/dist/actions/get-invoice-is-partially-paid.d.mts +9 -0
- package/dist/actions/get-invoice-is-partially-paid.d.mts.map +1 -0
- package/dist/actions/get-invoice-is-partially-paid.mjs +13 -0
- package/dist/actions/get-invoice-is-partially-paid.mjs.map +1 -0
- package/dist/actions/get-invoice-positions.cjs +61 -0
- package/dist/actions/get-invoice-positions.cjs.map +1 -0
- package/dist/actions/get-invoice-positions.d.cts +9 -0
- package/dist/actions/get-invoice-positions.d.cts.map +1 -0
- package/dist/actions/get-invoice-positions.d.mts +9 -0
- package/dist/actions/get-invoice-positions.d.mts.map +1 -0
- package/dist/actions/get-invoice-positions.mjs +60 -0
- package/dist/actions/get-invoice-positions.mjs.map +1 -0
- package/dist/actions/get-invoice-poss.cjs +62 -0
- package/dist/actions/get-invoice-poss.cjs.map +1 -0
- package/dist/actions/get-invoice-poss.d.cts +9 -0
- package/dist/actions/get-invoice-poss.d.cts.map +1 -0
- package/dist/actions/get-invoice-poss.d.mts +9 -0
- package/dist/actions/get-invoice-poss.d.mts.map +1 -0
- package/dist/actions/get-invoice-poss.mjs +61 -0
- package/dist/actions/get-invoice-poss.mjs.map +1 -0
- package/dist/actions/get-invoices.cjs +62 -0
- package/dist/actions/get-invoices.cjs.map +1 -0
- package/dist/actions/get-invoices.d.cts +9 -0
- package/dist/actions/get-invoices.d.cts.map +1 -0
- package/dist/actions/get-invoices.d.mts +9 -0
- package/dist/actions/get-invoices.d.mts.map +1 -0
- package/dist/actions/get-invoices.mjs +61 -0
- package/dist/actions/get-invoices.mjs.map +1 -0
- package/dist/actions/get-letterpapers-with-thumb.cjs +27 -0
- package/dist/actions/get-letterpapers-with-thumb.cjs.map +1 -0
- package/dist/actions/get-letterpapers-with-thumb.d.cts +9 -0
- package/dist/actions/get-letterpapers-with-thumb.d.cts.map +1 -0
- package/dist/actions/get-letterpapers-with-thumb.d.mts +9 -0
- package/dist/actions/get-letterpapers-with-thumb.d.mts.map +1 -0
- package/dist/actions/get-letterpapers-with-thumb.mjs +26 -0
- package/dist/actions/get-letterpapers-with-thumb.mjs.map +1 -0
- package/dist/actions/get-next-customer-number.cjs +16 -0
- package/dist/actions/get-next-customer-number.cjs.map +1 -0
- package/dist/actions/get-next-customer-number.d.cts +9 -0
- package/dist/actions/get-next-customer-number.d.cts.map +1 -0
- package/dist/actions/get-next-customer-number.d.mts +9 -0
- package/dist/actions/get-next-customer-number.d.mts.map +1 -0
- package/dist/actions/get-next-customer-number.mjs +13 -0
- package/dist/actions/get-next-customer-number.mjs.map +1 -0
- package/dist/actions/get-order-by-id.cjs +90 -0
- package/dist/actions/get-order-by-id.cjs.map +1 -0
- package/dist/actions/get-order-by-id.d.cts +9 -0
- package/dist/actions/get-order-by-id.d.cts.map +1 -0
- package/dist/actions/get-order-by-id.d.mts +9 -0
- package/dist/actions/get-order-by-id.d.mts.map +1 -0
- package/dist/actions/get-order-by-id.mjs +89 -0
- package/dist/actions/get-order-by-id.mjs.map +1 -0
- package/dist/actions/get-order-discounts.cjs +37 -0
- package/dist/actions/get-order-discounts.cjs.map +1 -0
- package/dist/actions/get-order-discounts.d.cts +9 -0
- package/dist/actions/get-order-discounts.d.cts.map +1 -0
- package/dist/actions/get-order-discounts.d.mts +9 -0
- package/dist/actions/get-order-discounts.d.mts.map +1 -0
- package/dist/actions/get-order-discounts.mjs +36 -0
- package/dist/actions/get-order-discounts.mjs.map +1 -0
- package/dist/actions/get-order-pos-by-id.cjs +54 -0
- package/dist/actions/get-order-pos-by-id.cjs.map +1 -0
- package/dist/actions/get-order-pos-by-id.d.cts +9 -0
- package/dist/actions/get-order-pos-by-id.d.cts.map +1 -0
- package/dist/actions/get-order-pos-by-id.d.mts +9 -0
- package/dist/actions/get-order-pos-by-id.d.mts.map +1 -0
- package/dist/actions/get-order-pos-by-id.mjs +53 -0
- package/dist/actions/get-order-pos-by-id.mjs.map +1 -0
- package/dist/actions/get-order-positions.cjs +57 -0
- package/dist/actions/get-order-positions.cjs.map +1 -0
- package/dist/actions/get-order-positions.d.cts +9 -0
- package/dist/actions/get-order-positions.d.cts.map +1 -0
- package/dist/actions/get-order-positions.d.mts +9 -0
- package/dist/actions/get-order-positions.d.mts.map +1 -0
- package/dist/actions/get-order-positions.mjs +56 -0
- package/dist/actions/get-order-positions.mjs.map +1 -0
- package/dist/actions/get-orders.cjs +54 -0
- package/dist/actions/get-orders.cjs.map +1 -0
- package/dist/actions/get-orders.d.cts +9 -0
- package/dist/actions/get-orders.d.cts.map +1 -0
- package/dist/actions/get-orders.d.mts +9 -0
- package/dist/actions/get-orders.d.mts.map +1 -0
- package/dist/actions/get-orders.mjs +53 -0
- package/dist/actions/get-orders.mjs.map +1 -0
- package/dist/actions/get-part-by-id.cjs +48 -0
- package/dist/actions/get-part-by-id.cjs.map +1 -0
- package/dist/actions/get-part-by-id.d.cts +9 -0
- package/dist/actions/get-part-by-id.d.cts.map +1 -0
- package/dist/actions/get-part-by-id.d.mts +9 -0
- package/dist/actions/get-part-by-id.d.mts.map +1 -0
- package/dist/actions/get-part-by-id.mjs +47 -0
- package/dist/actions/get-part-by-id.mjs.map +1 -0
- package/dist/actions/get-part-contact-prices.cjs +40 -0
- package/dist/actions/get-part-contact-prices.cjs.map +1 -0
- package/dist/actions/get-part-contact-prices.d.cts +9 -0
- package/dist/actions/get-part-contact-prices.d.cts.map +1 -0
- package/dist/actions/get-part-contact-prices.d.mts +9 -0
- package/dist/actions/get-part-contact-prices.d.mts.map +1 -0
- package/dist/actions/get-part-contact-prices.mjs +39 -0
- package/dist/actions/get-part-contact-prices.mjs.map +1 -0
- package/dist/actions/get-part-stock.cjs +16 -0
- package/dist/actions/get-part-stock.cjs.map +1 -0
- package/dist/actions/get-part-stock.d.cts +9 -0
- package/dist/actions/get-part-stock.d.cts.map +1 -0
- package/dist/actions/get-part-stock.d.mts +9 -0
- package/dist/actions/get-part-stock.d.mts.map +1 -0
- package/dist/actions/get-part-stock.mjs +13 -0
- package/dist/actions/get-part-stock.mjs.map +1 -0
- package/dist/actions/get-part-unities.cjs +36 -0
- package/dist/actions/get-part-unities.cjs.map +1 -0
- package/dist/actions/get-part-unities.d.cts +9 -0
- package/dist/actions/get-part-unities.d.cts.map +1 -0
- package/dist/actions/get-part-unities.d.mts +9 -0
- package/dist/actions/get-part-unities.d.mts.map +1 -0
- package/dist/actions/get-part-unities.mjs +35 -0
- package/dist/actions/get-part-unities.mjs.map +1 -0
- package/dist/actions/get-parts.cjs +35 -0
- package/dist/actions/get-parts.cjs.map +1 -0
- package/dist/actions/get-parts.d.cts +9 -0
- package/dist/actions/get-parts.d.cts.map +1 -0
- package/dist/actions/get-parts.d.mts +9 -0
- package/dist/actions/get-parts.d.mts.map +1 -0
- package/dist/actions/get-parts.mjs +34 -0
- package/dist/actions/get-parts.mjs.map +1 -0
- package/dist/actions/get-payment-methods.cjs +36 -0
- package/dist/actions/get-payment-methods.cjs.map +1 -0
- package/dist/actions/get-payment-methods.d.cts +9 -0
- package/dist/actions/get-payment-methods.d.cts.map +1 -0
- package/dist/actions/get-payment-methods.d.mts +9 -0
- package/dist/actions/get-payment-methods.d.mts.map +1 -0
- package/dist/actions/get-payment-methods.mjs +35 -0
- package/dist/actions/get-payment-methods.mjs.map +1 -0
- package/dist/actions/get-places.cjs +35 -0
- package/dist/actions/get-places.cjs.map +1 -0
- package/dist/actions/get-places.d.cts +9 -0
- package/dist/actions/get-places.d.cts.map +1 -0
- package/dist/actions/get-places.d.mts +9 -0
- package/dist/actions/get-places.d.mts.map +1 -0
- package/dist/actions/get-places.mjs +34 -0
- package/dist/actions/get-places.mjs.map +1 -0
- package/dist/actions/get-private-transaction-rules.cjs +33 -0
- package/dist/actions/get-private-transaction-rules.cjs.map +1 -0
- package/dist/actions/get-private-transaction-rules.d.cts +9 -0
- package/dist/actions/get-private-transaction-rules.d.cts.map +1 -0
- package/dist/actions/get-private-transaction-rules.d.mts +9 -0
- package/dist/actions/get-private-transaction-rules.d.mts.map +1 -0
- package/dist/actions/get-private-transaction-rules.mjs +32 -0
- package/dist/actions/get-private-transaction-rules.mjs.map +1 -0
- package/dist/actions/get-progress.cjs +26 -0
- package/dist/actions/get-progress.cjs.map +1 -0
- package/dist/actions/get-progress.d.cts +9 -0
- package/dist/actions/get-progress.d.cts.map +1 -0
- package/dist/actions/get-progress.d.mts +9 -0
- package/dist/actions/get-progress.d.mts.map +1 -0
- package/dist/actions/get-progress.mjs +25 -0
- package/dist/actions/get-progress.mjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-account-number.cjs +24 -0
- package/dist/actions/get-receipt-guidance-for-account-number.cjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-account-number.d.cts +9 -0
- package/dist/actions/get-receipt-guidance-for-account-number.d.cts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-account-number.d.mts +9 -0
- package/dist/actions/get-receipt-guidance-for-account-number.d.mts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-account-number.mjs +23 -0
- package/dist/actions/get-receipt-guidance-for-account-number.mjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.cjs +24 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.cjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.cts +9 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.cts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.mts +9 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.mts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.mjs +23 -0
- package/dist/actions/get-receipt-guidance-for-all-accounts.mjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-expense.cjs +28 -0
- package/dist/actions/get-receipt-guidance-for-expense.cjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-expense.d.cts +9 -0
- package/dist/actions/get-receipt-guidance-for-expense.d.cts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-expense.d.mts +9 -0
- package/dist/actions/get-receipt-guidance-for-expense.d.mts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-expense.mjs +27 -0
- package/dist/actions/get-receipt-guidance-for-expense.mjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-revenue.cjs +24 -0
- package/dist/actions/get-receipt-guidance-for-revenue.cjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-revenue.d.cts +9 -0
- package/dist/actions/get-receipt-guidance-for-revenue.d.cts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-revenue.d.mts +9 -0
- package/dist/actions/get-receipt-guidance-for-revenue.d.mts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-revenue.mjs +23 -0
- package/dist/actions/get-receipt-guidance-for-revenue.mjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.cjs +29 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.cjs.map +1 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.cts +9 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.cts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.mts +9 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.mts.map +1 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.mjs +28 -0
- package/dist/actions/get-receipt-guidance-for-tax-rule.mjs.map +1 -0
- package/dist/actions/get-report-invoicelist.cjs +28 -0
- package/dist/actions/get-report-invoicelist.cjs.map +1 -0
- package/dist/actions/get-report-invoicelist.d.cts +9 -0
- package/dist/actions/get-report-invoicelist.d.cts.map +1 -0
- package/dist/actions/get-report-invoicelist.d.mts +9 -0
- package/dist/actions/get-report-invoicelist.d.mts.map +1 -0
- package/dist/actions/get-report-invoicelist.mjs +27 -0
- package/dist/actions/get-report-invoicelist.mjs.map +1 -0
- package/dist/actions/get-report-orderlist.cjs +28 -0
- package/dist/actions/get-report-orderlist.cjs.map +1 -0
- package/dist/actions/get-report-orderlist.d.cts +9 -0
- package/dist/actions/get-report-orderlist.d.cts.map +1 -0
- package/dist/actions/get-report-orderlist.d.mts +9 -0
- package/dist/actions/get-report-orderlist.d.mts.map +1 -0
- package/dist/actions/get-report-orderlist.mjs +27 -0
- package/dist/actions/get-report-orderlist.mjs.map +1 -0
- package/dist/actions/get-sev-client-config.cjs +88 -0
- package/dist/actions/get-sev-client-config.cjs.map +1 -0
- package/dist/actions/get-sev-client-config.d.cts +9 -0
- package/dist/actions/get-sev-client-config.d.cts.map +1 -0
- package/dist/actions/get-sev-client-config.d.mts +9 -0
- package/dist/actions/get-sev-client-config.d.mts.map +1 -0
- package/dist/actions/get-sev-client-config.mjs +87 -0
- package/dist/actions/get-sev-client-config.mjs.map +1 -0
- package/dist/actions/get-tag-by-id.cjs +28 -0
- package/dist/actions/get-tag-by-id.cjs.map +1 -0
- package/dist/actions/get-tag-by-id.d.cts +9 -0
- package/dist/actions/get-tag-by-id.d.cts.map +1 -0
- package/dist/actions/get-tag-by-id.d.mts +9 -0
- package/dist/actions/get-tag-by-id.d.mts.map +1 -0
- package/dist/actions/get-tag-by-id.mjs +27 -0
- package/dist/actions/get-tag-by-id.mjs.map +1 -0
- package/dist/actions/get-tag-relations.cjs +45 -0
- package/dist/actions/get-tag-relations.cjs.map +1 -0
- package/dist/actions/get-tag-relations.d.cts +9 -0
- package/dist/actions/get-tag-relations.d.cts.map +1 -0
- package/dist/actions/get-tag-relations.d.mts +9 -0
- package/dist/actions/get-tag-relations.d.mts.map +1 -0
- package/dist/actions/get-tag-relations.mjs +44 -0
- package/dist/actions/get-tag-relations.mjs.map +1 -0
- package/dist/actions/get-tags.cjs +31 -0
- package/dist/actions/get-tags.cjs.map +1 -0
- package/dist/actions/get-tags.d.cts +9 -0
- package/dist/actions/get-tags.d.cts.map +1 -0
- package/dist/actions/get-tags.d.mts +9 -0
- package/dist/actions/get-tags.d.mts.map +1 -0
- package/dist/actions/get-tags.mjs +30 -0
- package/dist/actions/get-tags.mjs.map +1 -0
- package/dist/actions/get-tax-rules.cjs +43 -0
- package/dist/actions/get-tax-rules.cjs.map +1 -0
- package/dist/actions/get-tax-rules.d.cts +9 -0
- package/dist/actions/get-tax-rules.d.cts.map +1 -0
- package/dist/actions/get-tax-rules.d.mts +9 -0
- package/dist/actions/get-tax-rules.d.mts.map +1 -0
- package/dist/actions/get-tax-rules.mjs +42 -0
- package/dist/actions/get-tax-rules.mjs.map +1 -0
- package/dist/actions/get-tools-bookkeeping-system-version.cjs +18 -0
- package/dist/actions/get-tools-bookkeeping-system-version.cjs.map +1 -0
- package/dist/actions/get-tools-bookkeeping-system-version.d.cts +9 -0
- package/dist/actions/get-tools-bookkeeping-system-version.d.cts.map +1 -0
- package/dist/actions/get-tools-bookkeeping-system-version.d.mts +9 -0
- package/dist/actions/get-tools-bookkeeping-system-version.d.mts.map +1 -0
- package/dist/actions/get-tools-bookkeeping-system-version.mjs +17 -0
- package/dist/actions/get-tools-bookkeeping-system-version.mjs.map +1 -0
- package/dist/actions/index.cjs +231 -0
- package/dist/actions/index.d.cts +116 -0
- package/dist/actions/index.d.mts +116 -0
- package/dist/actions/index.mjs +116 -0
- package/dist/actions/render-invoice.cjs +36 -0
- package/dist/actions/render-invoice.cjs.map +1 -0
- package/dist/actions/render-invoice.d.cts +9 -0
- package/dist/actions/render-invoice.d.cts.map +1 -0
- package/dist/actions/render-invoice.d.mts +9 -0
- package/dist/actions/render-invoice.d.mts.map +1 -0
- package/dist/actions/render-invoice.mjs +35 -0
- package/dist/actions/render-invoice.mjs.map +1 -0
- package/dist/actions/reset-credit-note-to-open.cjs +54 -0
- package/dist/actions/reset-credit-note-to-open.cjs.map +1 -0
- package/dist/actions/reset-credit-note-to-open.d.cts +9 -0
- package/dist/actions/reset-credit-note-to-open.d.cts.map +1 -0
- package/dist/actions/reset-credit-note-to-open.d.mts +9 -0
- package/dist/actions/reset-credit-note-to-open.d.mts.map +1 -0
- package/dist/actions/reset-credit-note-to-open.mjs +53 -0
- package/dist/actions/reset-credit-note-to-open.mjs.map +1 -0
- package/dist/actions/save-invoice.cjs +316 -0
- package/dist/actions/save-invoice.cjs.map +1 -0
- package/dist/actions/save-invoice.d.cts +9 -0
- package/dist/actions/save-invoice.d.cts.map +1 -0
- package/dist/actions/save-invoice.d.mts +9 -0
- package/dist/actions/save-invoice.d.mts.map +1 -0
- package/dist/actions/save-invoice.mjs +315 -0
- package/dist/actions/save-invoice.mjs.map +1 -0
- package/dist/actions/send-credit-note-by-with-render.cjs +31 -0
- package/dist/actions/send-credit-note-by-with-render.cjs.map +1 -0
- package/dist/actions/send-credit-note-by-with-render.d.cts +9 -0
- package/dist/actions/send-credit-note-by-with-render.d.cts.map +1 -0
- package/dist/actions/send-credit-note-by-with-render.d.mts +9 -0
- package/dist/actions/send-credit-note-by-with-render.d.mts.map +1 -0
- package/dist/actions/send-credit-note-by-with-render.mjs +30 -0
- package/dist/actions/send-credit-note-by-with-render.mjs.map +1 -0
- package/dist/actions/send-credit-note-by.cjs +90 -0
- package/dist/actions/send-credit-note-by.cjs.map +1 -0
- package/dist/actions/send-credit-note-by.d.cts +9 -0
- package/dist/actions/send-credit-note-by.d.cts.map +1 -0
- package/dist/actions/send-credit-note-by.d.mts +9 -0
- package/dist/actions/send-credit-note-by.d.mts.map +1 -0
- package/dist/actions/send-credit-note-by.mjs +89 -0
- package/dist/actions/send-credit-note-by.mjs.map +1 -0
- package/dist/actions/send-invoice-by.cjs +121 -0
- package/dist/actions/send-invoice-by.cjs.map +1 -0
- package/dist/actions/send-invoice-by.d.cts +9 -0
- package/dist/actions/send-invoice-by.d.cts.map +1 -0
- package/dist/actions/send-invoice-by.d.mts +9 -0
- package/dist/actions/send-invoice-by.d.mts.map +1 -0
- package/dist/actions/send-invoice-by.mjs +120 -0
- package/dist/actions/send-invoice-by.mjs.map +1 -0
- package/dist/actions/send-order-by.cjs +86 -0
- package/dist/actions/send-order-by.cjs.map +1 -0
- package/dist/actions/send-order-by.d.cts +9 -0
- package/dist/actions/send-order-by.d.cts.map +1 -0
- package/dist/actions/send-order-by.d.mts +9 -0
- package/dist/actions/send-order-by.d.mts.map +1 -0
- package/dist/actions/send-order-by.mjs +85 -0
- package/dist/actions/send-order-by.mjs.map +1 -0
- package/dist/actions/update-accounting-contact-by-id.cjs +41 -0
- package/dist/actions/update-accounting-contact-by-id.cjs.map +1 -0
- package/dist/actions/update-accounting-contact-by-id.d.cts +9 -0
- package/dist/actions/update-accounting-contact-by-id.d.cts.map +1 -0
- package/dist/actions/update-accounting-contact-by-id.d.mts +9 -0
- package/dist/actions/update-accounting-contact-by-id.d.mts.map +1 -0
- package/dist/actions/update-accounting-contact-by-id.mjs +40 -0
- package/dist/actions/update-accounting-contact-by-id.mjs.map +1 -0
- package/dist/actions/update-check-account-transaction-by-id.cjs +75 -0
- package/dist/actions/update-check-account-transaction-by-id.cjs.map +1 -0
- package/dist/actions/update-check-account-transaction-by-id.d.cts +9 -0
- package/dist/actions/update-check-account-transaction-by-id.d.cts.map +1 -0
- package/dist/actions/update-check-account-transaction-by-id.d.mts +9 -0
- package/dist/actions/update-check-account-transaction-by-id.d.mts.map +1 -0
- package/dist/actions/update-check-account-transaction-by-id.mjs +74 -0
- package/dist/actions/update-check-account-transaction-by-id.mjs.map +1 -0
- package/dist/actions/update-check-account.cjs +63 -0
- package/dist/actions/update-check-account.cjs.map +1 -0
- package/dist/actions/update-check-account.d.cts +9 -0
- package/dist/actions/update-check-account.d.cts.map +1 -0
- package/dist/actions/update-check-account.d.mts +9 -0
- package/dist/actions/update-check-account.d.mts.map +1 -0
- package/dist/actions/update-check-account.mjs +62 -0
- package/dist/actions/update-check-account.mjs.map +1 -0
- package/dist/actions/update-communication-way-by-id.cjs +63 -0
- package/dist/actions/update-communication-way-by-id.cjs.map +1 -0
- package/dist/actions/update-communication-way-by-id.d.cts +9 -0
- package/dist/actions/update-communication-way-by-id.d.cts.map +1 -0
- package/dist/actions/update-communication-way-by-id.d.mts +9 -0
- package/dist/actions/update-communication-way-by-id.d.mts.map +1 -0
- package/dist/actions/update-communication-way-by-id.mjs +62 -0
- package/dist/actions/update-communication-way-by-id.mjs.map +1 -0
- package/dist/actions/update-contact-address-by-id.cjs +69 -0
- package/dist/actions/update-contact-address-by-id.cjs.map +1 -0
- package/dist/actions/update-contact-address-by-id.d.cts +9 -0
- package/dist/actions/update-contact-address-by-id.d.cts.map +1 -0
- package/dist/actions/update-contact-address-by-id.d.mts +9 -0
- package/dist/actions/update-contact-address-by-id.d.mts.map +1 -0
- package/dist/actions/update-contact-address-by-id.mjs +68 -0
- package/dist/actions/update-contact-address-by-id.mjs.map +1 -0
- package/dist/actions/update-contact-custom-field-by-id.cjs +55 -0
- package/dist/actions/update-contact-custom-field-by-id.cjs.map +1 -0
- package/dist/actions/update-contact-custom-field-by-id.d.cts +9 -0
- package/dist/actions/update-contact-custom-field-by-id.d.cts.map +1 -0
- package/dist/actions/update-contact-custom-field-by-id.d.mts +9 -0
- package/dist/actions/update-contact-custom-field-by-id.d.mts.map +1 -0
- package/dist/actions/update-contact-custom-field-by-id.mjs +54 -0
- package/dist/actions/update-contact-custom-field-by-id.mjs.map +1 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.cjs +34 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.cjs.map +1 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.d.cts +9 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.d.cts.map +1 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.d.mts +9 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.d.mts.map +1 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.mjs +33 -0
- package/dist/actions/update-contact-custom-field-setting-by-id.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +88 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +87 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-invoice-parameter.cjs +38 -0
- package/dist/actions/update-invoice-parameter.cjs.map +1 -0
- package/dist/actions/update-invoice-parameter.d.cts +9 -0
- package/dist/actions/update-invoice-parameter.d.cts.map +1 -0
- package/dist/actions/update-invoice-parameter.d.mts +9 -0
- package/dist/actions/update-invoice-parameter.d.mts.map +1 -0
- package/dist/actions/update-invoice-parameter.mjs +37 -0
- package/dist/actions/update-invoice-parameter.mjs.map +1 -0
- package/dist/actions/update-order-by-id.cjs +162 -0
- package/dist/actions/update-order-by-id.cjs.map +1 -0
- package/dist/actions/update-order-by-id.d.cts +9 -0
- package/dist/actions/update-order-by-id.d.cts.map +1 -0
- package/dist/actions/update-order-by-id.d.mts +9 -0
- package/dist/actions/update-order-by-id.d.mts.map +1 -0
- package/dist/actions/update-order-by-id.mjs +161 -0
- package/dist/actions/update-order-by-id.mjs.map +1 -0
- package/dist/actions/update-order-template.cjs +38 -0
- package/dist/actions/update-order-template.cjs.map +1 -0
- package/dist/actions/update-order-template.d.cts +9 -0
- package/dist/actions/update-order-template.d.cts.map +1 -0
- package/dist/actions/update-order-template.d.mts +9 -0
- package/dist/actions/update-order-template.d.mts.map +1 -0
- package/dist/actions/update-order-template.mjs +37 -0
- package/dist/actions/update-order-template.mjs.map +1 -0
- package/dist/actions/update-part-by-id.cjs +70 -0
- package/dist/actions/update-part-by-id.cjs.map +1 -0
- package/dist/actions/update-part-by-id.d.cts +9 -0
- package/dist/actions/update-part-by-id.d.cts.map +1 -0
- package/dist/actions/update-part-by-id.d.mts +9 -0
- package/dist/actions/update-part-by-id.d.mts.map +1 -0
- package/dist/actions/update-part-by-id.mjs +69 -0
- package/dist/actions/update-part-by-id.mjs.map +1 -0
- package/dist/actions/update-sev-client-export-config.cjs +21 -0
- package/dist/actions/update-sev-client-export-config.cjs.map +1 -0
- package/dist/actions/update-sev-client-export-config.d.cts +9 -0
- package/dist/actions/update-sev-client-export-config.d.cts.map +1 -0
- package/dist/actions/update-sev-client-export-config.d.mts +9 -0
- package/dist/actions/update-sev-client-export-config.d.mts.map +1 -0
- package/dist/actions/update-sev-client-export-config.mjs +18 -0
- package/dist/actions/update-sev-client-export-config.mjs.map +1 -0
- package/dist/actions/update-tag-by-id.cjs +30 -0
- package/dist/actions/update-tag-by-id.cjs.map +1 -0
- package/dist/actions/update-tag-by-id.d.cts +9 -0
- package/dist/actions/update-tag-by-id.d.cts.map +1 -0
- package/dist/actions/update-tag-by-id.d.mts +9 -0
- package/dist/actions/update-tag-by-id.d.mts.map +1 -0
- package/dist/actions/update-tag-by-id.mjs +29 -0
- package/dist/actions/update-tag-by-id.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +236 -0
- package/dist/index.d.cts +118 -0
- package/dist/index.d.mts +118 -0
- package/dist/index.mjs +119 -0
- package/package.json +49 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/send-order-by.ts
|
|
4
|
+
const SevdeskSendOrderByInput = zod.z.object({
|
|
5
|
+
orderId: zod.z.number().int().describe("ID of the order to mark as sent"),
|
|
6
|
+
sendType: zod.z.enum([
|
|
7
|
+
"VPR",
|
|
8
|
+
"VP",
|
|
9
|
+
"VM",
|
|
10
|
+
"VPDF"
|
|
11
|
+
]).describe("Specifies the way in which the order was sent to the customer. VPR (print), VP (postal), VM (mail), or VPDF (downloaded pdf)"),
|
|
12
|
+
sendDraft: zod.z.boolean().describe("To create a draft of an order for internal use. This operation will not alter the status of the order if set to true")
|
|
13
|
+
}).describe("Request model for marking an order as sent.");
|
|
14
|
+
const SevdeskSendOrderBy_ObjectReferenceSchema = zod.z.object({
|
|
15
|
+
id: zod.z.string().describe("Unique identifier of the object").nullable().optional(),
|
|
16
|
+
objectName: zod.z.string().describe("Model name of the object").nullable().optional()
|
|
17
|
+
}).describe("Generic object reference in the order response.");
|
|
18
|
+
const SevdeskSendOrderBy_ContactReferenceSchema = zod.z.object({
|
|
19
|
+
id: zod.z.string().describe("Unique identifier of the contact").nullable().optional(),
|
|
20
|
+
objectName: zod.z.string().describe("Model name, which is 'Contact'").nullable().optional()
|
|
21
|
+
}).describe("Contact reference in the order response.");
|
|
22
|
+
const SevdeskSendOrderBy_TaxRuleSchema = zod.z.object({
|
|
23
|
+
id: zod.z.string().describe("Tax rule ID").nullable().optional(),
|
|
24
|
+
objectName: zod.z.string().describe("Name of the object. Must always be TaxRule").nullable().optional()
|
|
25
|
+
}).describe("Tax rule reference in the order response.");
|
|
26
|
+
const SevdeskSendOrderBy_UserReferenceSchema = zod.z.object({
|
|
27
|
+
id: zod.z.string().describe("Unique identifier of the user").nullable().optional(),
|
|
28
|
+
objectName: zod.z.string().describe("Model name, which is 'SevUser'").nullable().optional()
|
|
29
|
+
}).describe("User reference in the order response.");
|
|
30
|
+
const SevdeskSendOrderBy_AddressCountrySchema = zod.z.object({
|
|
31
|
+
id: zod.z.string().describe("Unique identifier of the country").nullable().optional(),
|
|
32
|
+
objectName: zod.z.string().describe("Model name, which is 'StaticCountry'").nullable().optional()
|
|
33
|
+
}).describe("Country reference in the order response.");
|
|
34
|
+
const SevdeskSendOrderByOutput = zod.z.object({
|
|
35
|
+
id: zod.z.string().describe("The order id").nullable().optional(),
|
|
36
|
+
create: zod.z.string().describe("Date of order creation").nullable().optional(),
|
|
37
|
+
header: zod.z.string().describe("Normally consist of prefix plus the order number").nullable().optional(),
|
|
38
|
+
origin: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),
|
|
39
|
+
status: zod.z.string().describe("Status code of the order").nullable().optional(),
|
|
40
|
+
sumNet: zod.z.string().describe("Net sum of the order").nullable().optional(),
|
|
41
|
+
sumTax: zod.z.string().describe("Tax sum of the order").nullable().optional(),
|
|
42
|
+
taxSet: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),
|
|
43
|
+
update: zod.z.string().describe("Date of last order update").nullable().optional(),
|
|
44
|
+
address: zod.z.string().describe("Complete address of the recipient including name, street, city, zip and country. Line breaks can be used and will be displayed on the invoice pdf").nullable().optional(),
|
|
45
|
+
contact: SevdeskSendOrderBy_ContactReferenceSchema.nullable().optional(),
|
|
46
|
+
showNet: zod.z.boolean().describe("If true, the net amount of each position will be shown on the order. Otherwise gross amount").nullable().optional(),
|
|
47
|
+
taxRate: zod.z.string().describe("This is not used anymore. Use the taxRate of the individual positions instead").nullable().optional(),
|
|
48
|
+
taxRule: SevdeskSendOrderBy_TaxRuleSchema.nullable().optional(),
|
|
49
|
+
taxText: zod.z.string().describe("A common tax text would be 'Umsatzsteuer 19%'").nullable().optional(),
|
|
50
|
+
taxType: zod.z.string().describe("Use this in sevdesk-Update 1.0 (instead of taxRule). Tax type of the order").nullable().optional(),
|
|
51
|
+
version: zod.z.string().describe("Version of the order").nullable().optional(),
|
|
52
|
+
currency: zod.z.string().describe("Currency used in the order. Needs to be currency code according to ISO-4217").nullable().optional(),
|
|
53
|
+
footText: zod.z.string().describe("Footer text of the order").nullable().optional(),
|
|
54
|
+
headText: zod.z.string().describe("Header text of the order").nullable().optional(),
|
|
55
|
+
sendDate: zod.z.string().describe("The date the order was sent to the customer").nullable().optional(),
|
|
56
|
+
sendType: zod.z.string().describe("Type which was used to send the order. IMPORTANT: Please refer to the order section of the API-Overview to understand how this attribute can be used").nullable().optional(),
|
|
57
|
+
sumGross: zod.z.string().describe("Gross sum of the order").nullable().optional(),
|
|
58
|
+
orderDate: zod.z.string().describe("Needs to be provided as timestamp or dd.mm.yyyy").nullable().optional(),
|
|
59
|
+
orderType: zod.z.string().describe("Type of the order. For more information on the different types").nullable().optional(),
|
|
60
|
+
sevClient: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),
|
|
61
|
+
createUser: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),
|
|
62
|
+
objectName: zod.z.string().describe("The order object name").nullable().optional(),
|
|
63
|
+
orderNumber: zod.z.string().describe("The order number").nullable().optional(),
|
|
64
|
+
paymentTerms: zod.z.string().describe("Payment terms of the order").nullable().optional(),
|
|
65
|
+
sumDiscounts: zod.z.string().describe("Sum of all discounts in the order").nullable().optional(),
|
|
66
|
+
contactPerson: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),
|
|
67
|
+
deliveryTerms: zod.z.string().describe("Delivery terms of the order").nullable().optional(),
|
|
68
|
+
addressCountry: SevdeskSendOrderBy_AddressCountrySchema.nullable().optional(),
|
|
69
|
+
smallSettlement: zod.z.boolean().describe("Defines if the client uses the small settlement scheme. If yes, the order must not contain any vat").nullable().optional(),
|
|
70
|
+
customerInternalNote: zod.z.string().describe("Internal note of the customer. Contains data entered into field 'Referenz/Bestellnummer'").nullable().optional(),
|
|
71
|
+
sumNetForeignCurrency: zod.z.string().describe("Net sum of the order in the foreign currency").nullable().optional(),
|
|
72
|
+
sumTaxForeignCurrency: zod.z.string().describe("Tax sum of the order in the foreign currency").nullable().optional(),
|
|
73
|
+
sumGrossForeignCurrency: zod.z.string().describe("Gross sum of the order in the foreign currency").nullable().optional(),
|
|
74
|
+
sumDiscountsForeignCurrency: zod.z.string().describe("Discounts sum of the order in the foreign currency").nullable().optional()
|
|
75
|
+
}).describe("Response model for marking an order as sent. Returns the updated Order object.");
|
|
76
|
+
const sevdeskSendOrderBy = require_action.action("SEVDESK_SEND_ORDER_BY", {
|
|
77
|
+
slug: "sevdesk-send-order-by",
|
|
78
|
+
name: "Mark Order as Sent",
|
|
79
|
+
description: "Tool to mark an order as sent in sevDesk. Use when you need to update an order's send status after delivering it to the customer. Specify the send type (print, postal, mail, or PDF download) and whether to create a draft.",
|
|
80
|
+
input: SevdeskSendOrderByInput,
|
|
81
|
+
output: SevdeskSendOrderByOutput
|
|
82
|
+
});
|
|
83
|
+
//#endregion
|
|
84
|
+
exports.sevdeskSendOrderBy = sevdeskSendOrderBy;
|
|
85
|
+
|
|
86
|
+
//# sourceMappingURL=send-order-by.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-order-by.cjs","names":["z","action"],"sources":["../../src/actions/send-order-by.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskSendOrderByInput: z.ZodTypeAny = z.object({\n orderId: z.number().int().describe(\"ID of the order to mark as sent\"),\n sendType: z.enum([\"VPR\", \"VP\", \"VM\", \"VPDF\"]).describe(\"Specifies the way in which the order was sent to the customer. VPR (print), VP (postal), VM (mail), or VPDF (downloaded pdf)\"),\n sendDraft: z.boolean().describe(\"To create a draft of an order for internal use. This operation will not alter the status of the order if set to true\"),\n}).describe(\"Request model for marking an order as sent.\");\nconst SevdeskSendOrderBy_ObjectReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the object\").nullable().optional(),\n objectName: z.string().describe(\"Model name of the object\").nullable().optional(),\n}).describe(\"Generic object reference in the order response.\");\nconst SevdeskSendOrderBy_ContactReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable().optional(),\n objectName: z.string().describe(\"Model name, which is 'Contact'\").nullable().optional(),\n}).describe(\"Contact reference in the order response.\");\nconst SevdeskSendOrderBy_TaxRuleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Tax rule ID\").nullable().optional(),\n objectName: z.string().describe(\"Name of the object. Must always be TaxRule\").nullable().optional(),\n}).describe(\"Tax rule reference in the order response.\");\nconst SevdeskSendOrderBy_UserReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the user\").nullable().optional(),\n objectName: z.string().describe(\"Model name, which is 'SevUser'\").nullable().optional(),\n}).describe(\"User reference in the order response.\");\nconst SevdeskSendOrderBy_AddressCountrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the country\").nullable().optional(),\n objectName: z.string().describe(\"Model name, which is 'StaticCountry'\").nullable().optional(),\n}).describe(\"Country reference in the order response.\");\nexport const SevdeskSendOrderByOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The order id\").nullable().optional(),\n create: z.string().describe(\"Date of order creation\").nullable().optional(),\n header: z.string().describe(\"Normally consist of prefix plus the order number\").nullable().optional(),\n origin: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),\n status: z.string().describe(\"Status code of the order\").nullable().optional(),\n sumNet: z.string().describe(\"Net sum of the order\").nullable().optional(),\n sumTax: z.string().describe(\"Tax sum of the order\").nullable().optional(),\n taxSet: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),\n update: z.string().describe(\"Date of last order update\").nullable().optional(),\n address: z.string().describe(\"Complete address of the recipient including name, street, city, zip and country. Line breaks can be used and will be displayed on the invoice pdf\").nullable().optional(),\n contact: SevdeskSendOrderBy_ContactReferenceSchema.nullable().optional(),\n showNet: z.boolean().describe(\"If true, the net amount of each position will be shown on the order. Otherwise gross amount\").nullable().optional(),\n taxRate: z.string().describe(\"This is not used anymore. Use the taxRate of the individual positions instead\").nullable().optional(),\n taxRule: SevdeskSendOrderBy_TaxRuleSchema.nullable().optional(),\n taxText: z.string().describe(\"A common tax text would be 'Umsatzsteuer 19%'\").nullable().optional(),\n taxType: z.string().describe(\"Use this in sevdesk-Update 1.0 (instead of taxRule). Tax type of the order\").nullable().optional(),\n version: z.string().describe(\"Version of the order\").nullable().optional(),\n currency: z.string().describe(\"Currency used in the order. Needs to be currency code according to ISO-4217\").nullable().optional(),\n footText: z.string().describe(\"Footer text of the order\").nullable().optional(),\n headText: z.string().describe(\"Header text of the order\").nullable().optional(),\n sendDate: z.string().describe(\"The date the order was sent to the customer\").nullable().optional(),\n sendType: z.string().describe(\"Type which was used to send the order. IMPORTANT: Please refer to the order section of the API-Overview to understand how this attribute can be used\").nullable().optional(),\n sumGross: z.string().describe(\"Gross sum of the order\").nullable().optional(),\n orderDate: z.string().describe(\"Needs to be provided as timestamp or dd.mm.yyyy\").nullable().optional(),\n orderType: z.string().describe(\"Type of the order. For more information on the different types\").nullable().optional(),\n sevClient: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),\n createUser: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"The order object name\").nullable().optional(),\n orderNumber: z.string().describe(\"The order number\").nullable().optional(),\n paymentTerms: z.string().describe(\"Payment terms of the order\").nullable().optional(),\n sumDiscounts: z.string().describe(\"Sum of all discounts in the order\").nullable().optional(),\n contactPerson: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),\n deliveryTerms: z.string().describe(\"Delivery terms of the order\").nullable().optional(),\n addressCountry: SevdeskSendOrderBy_AddressCountrySchema.nullable().optional(),\n smallSettlement: z.boolean().describe(\"Defines if the client uses the small settlement scheme. If yes, the order must not contain any vat\").nullable().optional(),\n customerInternalNote: z.string().describe(\"Internal note of the customer. Contains data entered into field 'Referenz/Bestellnummer'\").nullable().optional(),\n sumNetForeignCurrency: z.string().describe(\"Net sum of the order in the foreign currency\").nullable().optional(),\n sumTaxForeignCurrency: z.string().describe(\"Tax sum of the order in the foreign currency\").nullable().optional(),\n sumGrossForeignCurrency: z.string().describe(\"Gross sum of the order in the foreign currency\").nullable().optional(),\n sumDiscountsForeignCurrency: z.string().describe(\"Discounts sum of the order in the foreign currency\").nullable().optional(),\n}).describe(\"Response model for marking an order as sent. Returns the updated Order object.\");\n\nexport const sevdeskSendOrderBy = action(\"SEVDESK_SEND_ORDER_BY\", {\n slug: \"sevdesk-send-order-by\",\n name: \"Mark Order as Sent\",\n description: \"Tool to mark an order as sent in sevDesk. Use when you need to update an order's send status after delivering it to the customer. Specify the send type (print, postal, mail, or PDF download) and whether to create a draft.\",\n input: SevdeskSendOrderByInput,\n output: SevdeskSendOrderByOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/send-order-by.d.ts
|
|
4
|
+
declare const SevdeskSendOrderByInput: z.ZodTypeAny;
|
|
5
|
+
declare const SevdeskSendOrderByOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sevdeskSendOrderBy: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sevdeskSendOrderBy };
|
|
9
|
+
//# sourceMappingURL=send-order-by.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-order-by.d.cts","names":[],"sources":["../../src/actions/send-order-by.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIkB;AAAA,cAqB7C,wBAAA,EAA0B,CAAA,CAAE,UAyCoD;AAAA,cAEhF,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/send-order-by.d.ts
|
|
4
|
+
declare const SevdeskSendOrderByInput: z.ZodTypeAny;
|
|
5
|
+
declare const SevdeskSendOrderByOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sevdeskSendOrderBy: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sevdeskSendOrderBy };
|
|
9
|
+
//# sourceMappingURL=send-order-by.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-order-by.d.mts","names":[],"sources":["../../src/actions/send-order-by.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIkB;AAAA,cAqB7C,wBAAA,EAA0B,CAAA,CAAE,UAyCoD;AAAA,cAEhF,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/send-order-by.ts
|
|
4
|
+
const SevdeskSendOrderByInput = z.object({
|
|
5
|
+
orderId: z.number().int().describe("ID of the order to mark as sent"),
|
|
6
|
+
sendType: z.enum([
|
|
7
|
+
"VPR",
|
|
8
|
+
"VP",
|
|
9
|
+
"VM",
|
|
10
|
+
"VPDF"
|
|
11
|
+
]).describe("Specifies the way in which the order was sent to the customer. VPR (print), VP (postal), VM (mail), or VPDF (downloaded pdf)"),
|
|
12
|
+
sendDraft: z.boolean().describe("To create a draft of an order for internal use. This operation will not alter the status of the order if set to true")
|
|
13
|
+
}).describe("Request model for marking an order as sent.");
|
|
14
|
+
const SevdeskSendOrderBy_ObjectReferenceSchema = z.object({
|
|
15
|
+
id: z.string().describe("Unique identifier of the object").nullable().optional(),
|
|
16
|
+
objectName: z.string().describe("Model name of the object").nullable().optional()
|
|
17
|
+
}).describe("Generic object reference in the order response.");
|
|
18
|
+
const SevdeskSendOrderBy_ContactReferenceSchema = z.object({
|
|
19
|
+
id: z.string().describe("Unique identifier of the contact").nullable().optional(),
|
|
20
|
+
objectName: z.string().describe("Model name, which is 'Contact'").nullable().optional()
|
|
21
|
+
}).describe("Contact reference in the order response.");
|
|
22
|
+
const SevdeskSendOrderBy_TaxRuleSchema = z.object({
|
|
23
|
+
id: z.string().describe("Tax rule ID").nullable().optional(),
|
|
24
|
+
objectName: z.string().describe("Name of the object. Must always be TaxRule").nullable().optional()
|
|
25
|
+
}).describe("Tax rule reference in the order response.");
|
|
26
|
+
const SevdeskSendOrderBy_UserReferenceSchema = z.object({
|
|
27
|
+
id: z.string().describe("Unique identifier of the user").nullable().optional(),
|
|
28
|
+
objectName: z.string().describe("Model name, which is 'SevUser'").nullable().optional()
|
|
29
|
+
}).describe("User reference in the order response.");
|
|
30
|
+
const SevdeskSendOrderBy_AddressCountrySchema = z.object({
|
|
31
|
+
id: z.string().describe("Unique identifier of the country").nullable().optional(),
|
|
32
|
+
objectName: z.string().describe("Model name, which is 'StaticCountry'").nullable().optional()
|
|
33
|
+
}).describe("Country reference in the order response.");
|
|
34
|
+
const sevdeskSendOrderBy = action("SEVDESK_SEND_ORDER_BY", {
|
|
35
|
+
slug: "sevdesk-send-order-by",
|
|
36
|
+
name: "Mark Order as Sent",
|
|
37
|
+
description: "Tool to mark an order as sent in sevDesk. Use when you need to update an order's send status after delivering it to the customer. Specify the send type (print, postal, mail, or PDF download) and whether to create a draft.",
|
|
38
|
+
input: SevdeskSendOrderByInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
id: z.string().describe("The order id").nullable().optional(),
|
|
41
|
+
create: z.string().describe("Date of order creation").nullable().optional(),
|
|
42
|
+
header: z.string().describe("Normally consist of prefix plus the order number").nullable().optional(),
|
|
43
|
+
origin: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),
|
|
44
|
+
status: z.string().describe("Status code of the order").nullable().optional(),
|
|
45
|
+
sumNet: z.string().describe("Net sum of the order").nullable().optional(),
|
|
46
|
+
sumTax: z.string().describe("Tax sum of the order").nullable().optional(),
|
|
47
|
+
taxSet: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),
|
|
48
|
+
update: z.string().describe("Date of last order update").nullable().optional(),
|
|
49
|
+
address: z.string().describe("Complete address of the recipient including name, street, city, zip and country. Line breaks can be used and will be displayed on the invoice pdf").nullable().optional(),
|
|
50
|
+
contact: SevdeskSendOrderBy_ContactReferenceSchema.nullable().optional(),
|
|
51
|
+
showNet: z.boolean().describe("If true, the net amount of each position will be shown on the order. Otherwise gross amount").nullable().optional(),
|
|
52
|
+
taxRate: z.string().describe("This is not used anymore. Use the taxRate of the individual positions instead").nullable().optional(),
|
|
53
|
+
taxRule: SevdeskSendOrderBy_TaxRuleSchema.nullable().optional(),
|
|
54
|
+
taxText: z.string().describe("A common tax text would be 'Umsatzsteuer 19%'").nullable().optional(),
|
|
55
|
+
taxType: z.string().describe("Use this in sevdesk-Update 1.0 (instead of taxRule). Tax type of the order").nullable().optional(),
|
|
56
|
+
version: z.string().describe("Version of the order").nullable().optional(),
|
|
57
|
+
currency: z.string().describe("Currency used in the order. Needs to be currency code according to ISO-4217").nullable().optional(),
|
|
58
|
+
footText: z.string().describe("Footer text of the order").nullable().optional(),
|
|
59
|
+
headText: z.string().describe("Header text of the order").nullable().optional(),
|
|
60
|
+
sendDate: z.string().describe("The date the order was sent to the customer").nullable().optional(),
|
|
61
|
+
sendType: z.string().describe("Type which was used to send the order. IMPORTANT: Please refer to the order section of the API-Overview to understand how this attribute can be used").nullable().optional(),
|
|
62
|
+
sumGross: z.string().describe("Gross sum of the order").nullable().optional(),
|
|
63
|
+
orderDate: z.string().describe("Needs to be provided as timestamp or dd.mm.yyyy").nullable().optional(),
|
|
64
|
+
orderType: z.string().describe("Type of the order. For more information on the different types").nullable().optional(),
|
|
65
|
+
sevClient: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),
|
|
66
|
+
createUser: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),
|
|
67
|
+
objectName: z.string().describe("The order object name").nullable().optional(),
|
|
68
|
+
orderNumber: z.string().describe("The order number").nullable().optional(),
|
|
69
|
+
paymentTerms: z.string().describe("Payment terms of the order").nullable().optional(),
|
|
70
|
+
sumDiscounts: z.string().describe("Sum of all discounts in the order").nullable().optional(),
|
|
71
|
+
contactPerson: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),
|
|
72
|
+
deliveryTerms: z.string().describe("Delivery terms of the order").nullable().optional(),
|
|
73
|
+
addressCountry: SevdeskSendOrderBy_AddressCountrySchema.nullable().optional(),
|
|
74
|
+
smallSettlement: z.boolean().describe("Defines if the client uses the small settlement scheme. If yes, the order must not contain any vat").nullable().optional(),
|
|
75
|
+
customerInternalNote: z.string().describe("Internal note of the customer. Contains data entered into field 'Referenz/Bestellnummer'").nullable().optional(),
|
|
76
|
+
sumNetForeignCurrency: z.string().describe("Net sum of the order in the foreign currency").nullable().optional(),
|
|
77
|
+
sumTaxForeignCurrency: z.string().describe("Tax sum of the order in the foreign currency").nullable().optional(),
|
|
78
|
+
sumGrossForeignCurrency: z.string().describe("Gross sum of the order in the foreign currency").nullable().optional(),
|
|
79
|
+
sumDiscountsForeignCurrency: z.string().describe("Discounts sum of the order in the foreign currency").nullable().optional()
|
|
80
|
+
}).describe("Response model for marking an order as sent. Returns the updated Order object.")
|
|
81
|
+
});
|
|
82
|
+
//#endregion
|
|
83
|
+
export { sevdeskSendOrderBy };
|
|
84
|
+
|
|
85
|
+
//# sourceMappingURL=send-order-by.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-order-by.mjs","names":[],"sources":["../../src/actions/send-order-by.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskSendOrderByInput: z.ZodTypeAny = z.object({\n orderId: z.number().int().describe(\"ID of the order to mark as sent\"),\n sendType: z.enum([\"VPR\", \"VP\", \"VM\", \"VPDF\"]).describe(\"Specifies the way in which the order was sent to the customer. VPR (print), VP (postal), VM (mail), or VPDF (downloaded pdf)\"),\n sendDraft: z.boolean().describe(\"To create a draft of an order for internal use. This operation will not alter the status of the order if set to true\"),\n}).describe(\"Request model for marking an order as sent.\");\nconst SevdeskSendOrderBy_ObjectReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the object\").nullable().optional(),\n objectName: z.string().describe(\"Model name of the object\").nullable().optional(),\n}).describe(\"Generic object reference in the order response.\");\nconst SevdeskSendOrderBy_ContactReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable().optional(),\n objectName: z.string().describe(\"Model name, which is 'Contact'\").nullable().optional(),\n}).describe(\"Contact reference in the order response.\");\nconst SevdeskSendOrderBy_TaxRuleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Tax rule ID\").nullable().optional(),\n objectName: z.string().describe(\"Name of the object. Must always be TaxRule\").nullable().optional(),\n}).describe(\"Tax rule reference in the order response.\");\nconst SevdeskSendOrderBy_UserReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the user\").nullable().optional(),\n objectName: z.string().describe(\"Model name, which is 'SevUser'\").nullable().optional(),\n}).describe(\"User reference in the order response.\");\nconst SevdeskSendOrderBy_AddressCountrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the country\").nullable().optional(),\n objectName: z.string().describe(\"Model name, which is 'StaticCountry'\").nullable().optional(),\n}).describe(\"Country reference in the order response.\");\nexport const SevdeskSendOrderByOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The order id\").nullable().optional(),\n create: z.string().describe(\"Date of order creation\").nullable().optional(),\n header: z.string().describe(\"Normally consist of prefix plus the order number\").nullable().optional(),\n origin: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),\n status: z.string().describe(\"Status code of the order\").nullable().optional(),\n sumNet: z.string().describe(\"Net sum of the order\").nullable().optional(),\n sumTax: z.string().describe(\"Tax sum of the order\").nullable().optional(),\n taxSet: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),\n update: z.string().describe(\"Date of last order update\").nullable().optional(),\n address: z.string().describe(\"Complete address of the recipient including name, street, city, zip and country. Line breaks can be used and will be displayed on the invoice pdf\").nullable().optional(),\n contact: SevdeskSendOrderBy_ContactReferenceSchema.nullable().optional(),\n showNet: z.boolean().describe(\"If true, the net amount of each position will be shown on the order. Otherwise gross amount\").nullable().optional(),\n taxRate: z.string().describe(\"This is not used anymore. Use the taxRate of the individual positions instead\").nullable().optional(),\n taxRule: SevdeskSendOrderBy_TaxRuleSchema.nullable().optional(),\n taxText: z.string().describe(\"A common tax text would be 'Umsatzsteuer 19%'\").nullable().optional(),\n taxType: z.string().describe(\"Use this in sevdesk-Update 1.0 (instead of taxRule). Tax type of the order\").nullable().optional(),\n version: z.string().describe(\"Version of the order\").nullable().optional(),\n currency: z.string().describe(\"Currency used in the order. Needs to be currency code according to ISO-4217\").nullable().optional(),\n footText: z.string().describe(\"Footer text of the order\").nullable().optional(),\n headText: z.string().describe(\"Header text of the order\").nullable().optional(),\n sendDate: z.string().describe(\"The date the order was sent to the customer\").nullable().optional(),\n sendType: z.string().describe(\"Type which was used to send the order. IMPORTANT: Please refer to the order section of the API-Overview to understand how this attribute can be used\").nullable().optional(),\n sumGross: z.string().describe(\"Gross sum of the order\").nullable().optional(),\n orderDate: z.string().describe(\"Needs to be provided as timestamp or dd.mm.yyyy\").nullable().optional(),\n orderType: z.string().describe(\"Type of the order. For more information on the different types\").nullable().optional(),\n sevClient: SevdeskSendOrderBy_ObjectReferenceSchema.nullable().optional(),\n createUser: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"The order object name\").nullable().optional(),\n orderNumber: z.string().describe(\"The order number\").nullable().optional(),\n paymentTerms: z.string().describe(\"Payment terms of the order\").nullable().optional(),\n sumDiscounts: z.string().describe(\"Sum of all discounts in the order\").nullable().optional(),\n contactPerson: SevdeskSendOrderBy_UserReferenceSchema.nullable().optional(),\n deliveryTerms: z.string().describe(\"Delivery terms of the order\").nullable().optional(),\n addressCountry: SevdeskSendOrderBy_AddressCountrySchema.nullable().optional(),\n smallSettlement: z.boolean().describe(\"Defines if the client uses the small settlement scheme. If yes, the order must not contain any vat\").nullable().optional(),\n customerInternalNote: z.string().describe(\"Internal note of the customer. Contains data entered into field 'Referenz/Bestellnummer'\").nullable().optional(),\n sumNetForeignCurrency: z.string().describe(\"Net sum of the order in the foreign currency\").nullable().optional(),\n sumTaxForeignCurrency: z.string().describe(\"Tax sum of the order in the foreign currency\").nullable().optional(),\n sumGrossForeignCurrency: z.string().describe(\"Gross sum of the order in the foreign currency\").nullable().optional(),\n sumDiscountsForeignCurrency: z.string().describe(\"Discounts sum of the order in the foreign currency\").nullable().optional(),\n}).describe(\"Response model for marking an order as sent. Returns the updated Order object.\");\n\nexport const sevdeskSendOrderBy = action(\"SEVDESK_SEND_ORDER_BY\", {\n slug: \"sevdesk-send-order-by\",\n name: \"Mark Order as Sent\",\n description: \"Tool to mark an order as sent in sevDesk. Use when you need to update an order's send status after delivering it to the customer. Specify the send type (print, postal, mail, or PDF download) and whether to create a draft.\",\n input: SevdeskSendOrderByInput,\n output: SevdeskSendOrderByOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-accounting-contact-by-id.ts
|
|
4
|
+
const SevdeskUpdateAccountingContactByIdInput = zod.z.object({
|
|
5
|
+
contact: zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the contact"),
|
|
7
|
+
objectName: zod.z.string().describe("Model name, which is 'Contact'")
|
|
8
|
+
}).describe("Reference to a contact object in SevDesk.").optional(),
|
|
9
|
+
debitorNumber: zod.z.number().int().describe("Debitor number of the accounting contact").optional(),
|
|
10
|
+
creditorNumber: zod.z.number().int().describe("Creditor number of the accounting contact").optional(),
|
|
11
|
+
accountingContactId: zod.z.number().int().describe("ID of the accounting contact to update")
|
|
12
|
+
}).describe("Request model for updating an existing accounting contact in SevDesk.");
|
|
13
|
+
const SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("Unique identifier of the contact"),
|
|
15
|
+
objectName: zod.z.string().describe("Model name, which is 'Contact'")
|
|
16
|
+
}).describe("Contact reference in response.");
|
|
17
|
+
const SevdeskUpdateAccountingContactById_SevClientReferenceSchema = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("Unique identifier of the client"),
|
|
19
|
+
objectName: zod.z.string().describe("Model name, which is 'SevClient'")
|
|
20
|
+
}).describe("Reference to the sevDesk client.");
|
|
21
|
+
const SevdeskUpdateAccountingContactByIdOutput = zod.z.object({
|
|
22
|
+
id: zod.z.string().describe("The accounting contact id").nullable().optional(),
|
|
23
|
+
create: zod.z.string().describe("Date of accounting contact creation").nullable().optional(),
|
|
24
|
+
update: zod.z.string().describe("Date of last accounting contact update").nullable().optional(),
|
|
25
|
+
contact: SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema.nullable().optional(),
|
|
26
|
+
sevClient: SevdeskUpdateAccountingContactById_SevClientReferenceSchema.nullable().optional(),
|
|
27
|
+
objectName: zod.z.string().describe("The accounting contact object name").nullable().optional(),
|
|
28
|
+
debitorNumber: zod.z.string().describe("Debitor number of the accounting contact").nullable().optional(),
|
|
29
|
+
creditorNumber: zod.z.string().describe("Creditor number of the accounting contact").nullable().optional()
|
|
30
|
+
}).describe("Response model for updated accounting contact in SevDesk.");
|
|
31
|
+
const sevdeskUpdateAccountingContactById = require_action.action("SEVDESK_UPDATE_ACCOUNTING_CONTACT_BY_ID", {
|
|
32
|
+
slug: "sevdesk-update-accounting-contact-by-id",
|
|
33
|
+
name: "Update Accounting Contact",
|
|
34
|
+
description: "Tool to update an existing accounting contact in SevDesk. Use when you need to modify creditor or debitor numbers for a contact.",
|
|
35
|
+
input: SevdeskUpdateAccountingContactByIdInput,
|
|
36
|
+
output: SevdeskUpdateAccountingContactByIdOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.sevdeskUpdateAccountingContactById = sevdeskUpdateAccountingContactById;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=update-accounting-contact-by-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-accounting-contact-by-id.cjs","names":["z","action"],"sources":["../../src/actions/update-accounting-contact-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskUpdateAccountingContactByIdInput: z.ZodTypeAny = z.object({\n contact: z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\"),\n objectName: z.string().describe(\"Model name, which is 'Contact'\"),\n}).describe(\"Reference to a contact object in SevDesk.\").optional(),\n debitorNumber: z.number().int().describe(\"Debitor number of the accounting contact\").optional(),\n creditorNumber: z.number().int().describe(\"Creditor number of the accounting contact\").optional(),\n accountingContactId: z.number().int().describe(\"ID of the accounting contact to update\"),\n}).describe(\"Request model for updating an existing accounting contact in SevDesk.\");\nconst SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact\"),\n objectName: z.string().describe(\"Model name, which is 'Contact'\"),\n}).describe(\"Contact reference in response.\");\nconst SevdeskUpdateAccountingContactById_SevClientReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the client\"),\n objectName: z.string().describe(\"Model name, which is 'SevClient'\"),\n}).describe(\"Reference to the sevDesk client.\");\nexport const SevdeskUpdateAccountingContactByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The accounting contact id\").nullable().optional(),\n create: z.string().describe(\"Date of accounting contact creation\").nullable().optional(),\n update: z.string().describe(\"Date of last accounting contact update\").nullable().optional(),\n contact: SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema.nullable().optional(),\n sevClient: SevdeskUpdateAccountingContactById_SevClientReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"The accounting contact object name\").nullable().optional(),\n debitorNumber: z.string().describe(\"Debitor number of the accounting contact\").nullable().optional(),\n creditorNumber: z.string().describe(\"Creditor number of the accounting contact\").nullable().optional(),\n}).describe(\"Response model for updated accounting contact in SevDesk.\");\n\nexport const sevdeskUpdateAccountingContactById = action(\"SEVDESK_UPDATE_ACCOUNTING_CONTACT_BY_ID\", {\n slug: \"sevdesk-update-accounting-contact-by-id\",\n name: \"Update Accounting Contact\",\n description: \"Tool to update an existing accounting contact in SevDesk. Use when you need to modify creditor or debitor numbers for a contact.\",\n input: SevdeskUpdateAccountingContactByIdInput,\n output: SevdeskUpdateAccountingContactByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,SAASA,IAAAA,EAAE,OAAO;EAClB,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAChE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAClE,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;AACzF,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAM,oEAAkFA,IAAAA,EAAE,OAAO;CAC/F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAClE,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACpE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,kEAAkE,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAW,4DAA4D,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,qCAAqCC,eAAAA,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-accounting-contact-by-id.d.ts
|
|
4
|
+
declare const SevdeskUpdateAccountingContactByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const SevdeskUpdateAccountingContactByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sevdeskUpdateAccountingContactById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sevdeskUpdateAccountingContactById };
|
|
9
|
+
//# sourceMappingURL=update-accounting-contact-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-accounting-contact-by-id.d.cts","names":[],"sources":["../../src/actions/update-accounting-contact-by-id.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAQ4B;AAAA,cASvE,wCAAA,EAA0C,CAAA,CAAE,UASe;AAAA,cAE3D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-accounting-contact-by-id.d.ts
|
|
4
|
+
declare const SevdeskUpdateAccountingContactByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const SevdeskUpdateAccountingContactByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sevdeskUpdateAccountingContactById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sevdeskUpdateAccountingContactById };
|
|
9
|
+
//# sourceMappingURL=update-accounting-contact-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-accounting-contact-by-id.d.mts","names":[],"sources":["../../src/actions/update-accounting-contact-by-id.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAQ4B;AAAA,cASvE,wCAAA,EAA0C,CAAA,CAAE,UASe;AAAA,cAE3D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-accounting-contact-by-id.ts
|
|
4
|
+
const SevdeskUpdateAccountingContactByIdInput = z.object({
|
|
5
|
+
contact: z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the contact"),
|
|
7
|
+
objectName: z.string().describe("Model name, which is 'Contact'")
|
|
8
|
+
}).describe("Reference to a contact object in SevDesk.").optional(),
|
|
9
|
+
debitorNumber: z.number().int().describe("Debitor number of the accounting contact").optional(),
|
|
10
|
+
creditorNumber: z.number().int().describe("Creditor number of the accounting contact").optional(),
|
|
11
|
+
accountingContactId: z.number().int().describe("ID of the accounting contact to update")
|
|
12
|
+
}).describe("Request model for updating an existing accounting contact in SevDesk.");
|
|
13
|
+
const SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema = z.object({
|
|
14
|
+
id: z.string().describe("Unique identifier of the contact"),
|
|
15
|
+
objectName: z.string().describe("Model name, which is 'Contact'")
|
|
16
|
+
}).describe("Contact reference in response.");
|
|
17
|
+
const SevdeskUpdateAccountingContactById_SevClientReferenceSchema = z.object({
|
|
18
|
+
id: z.string().describe("Unique identifier of the client"),
|
|
19
|
+
objectName: z.string().describe("Model name, which is 'SevClient'")
|
|
20
|
+
}).describe("Reference to the sevDesk client.");
|
|
21
|
+
const sevdeskUpdateAccountingContactById = action("SEVDESK_UPDATE_ACCOUNTING_CONTACT_BY_ID", {
|
|
22
|
+
slug: "sevdesk-update-accounting-contact-by-id",
|
|
23
|
+
name: "Update Accounting Contact",
|
|
24
|
+
description: "Tool to update an existing accounting contact in SevDesk. Use when you need to modify creditor or debitor numbers for a contact.",
|
|
25
|
+
input: SevdeskUpdateAccountingContactByIdInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
id: z.string().describe("The accounting contact id").nullable().optional(),
|
|
28
|
+
create: z.string().describe("Date of accounting contact creation").nullable().optional(),
|
|
29
|
+
update: z.string().describe("Date of last accounting contact update").nullable().optional(),
|
|
30
|
+
contact: SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema.nullable().optional(),
|
|
31
|
+
sevClient: SevdeskUpdateAccountingContactById_SevClientReferenceSchema.nullable().optional(),
|
|
32
|
+
objectName: z.string().describe("The accounting contact object name").nullable().optional(),
|
|
33
|
+
debitorNumber: z.string().describe("Debitor number of the accounting contact").nullable().optional(),
|
|
34
|
+
creditorNumber: z.string().describe("Creditor number of the accounting contact").nullable().optional()
|
|
35
|
+
}).describe("Response model for updated accounting contact in SevDesk.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { sevdeskUpdateAccountingContactById };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=update-accounting-contact-by-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-accounting-contact-by-id.mjs","names":[],"sources":["../../src/actions/update-accounting-contact-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskUpdateAccountingContactByIdInput: z.ZodTypeAny = z.object({\n contact: z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\"),\n objectName: z.string().describe(\"Model name, which is 'Contact'\"),\n}).describe(\"Reference to a contact object in SevDesk.\").optional(),\n debitorNumber: z.number().int().describe(\"Debitor number of the accounting contact\").optional(),\n creditorNumber: z.number().int().describe(\"Creditor number of the accounting contact\").optional(),\n accountingContactId: z.number().int().describe(\"ID of the accounting contact to update\"),\n}).describe(\"Request model for updating an existing accounting contact in SevDesk.\");\nconst SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact\"),\n objectName: z.string().describe(\"Model name, which is 'Contact'\"),\n}).describe(\"Contact reference in response.\");\nconst SevdeskUpdateAccountingContactById_SevClientReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the client\"),\n objectName: z.string().describe(\"Model name, which is 'SevClient'\"),\n}).describe(\"Reference to the sevDesk client.\");\nexport const SevdeskUpdateAccountingContactByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The accounting contact id\").nullable().optional(),\n create: z.string().describe(\"Date of accounting contact creation\").nullable().optional(),\n update: z.string().describe(\"Date of last accounting contact update\").nullable().optional(),\n contact: SevdeskUpdateAccountingContactById_ContactReferenceResponseSchema.nullable().optional(),\n sevClient: SevdeskUpdateAccountingContactById_SevClientReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"The accounting contact object name\").nullable().optional(),\n debitorNumber: z.string().describe(\"Debitor number of the accounting contact\").nullable().optional(),\n creditorNumber: z.string().describe(\"Creditor number of the accounting contact\").nullable().optional(),\n}).describe(\"Response model for updated accounting contact in SevDesk.\");\n\nexport const sevdeskUpdateAccountingContactById = action(\"SEVDESK_UPDATE_ACCOUNTING_CONTACT_BY_ID\", {\n slug: \"sevdesk-update-accounting-contact-by-id\",\n name: \"Update Accounting Contact\",\n description: \"Tool to update an existing accounting contact in SevDesk. Use when you need to modify creditor or debitor numbers for a contact.\",\n input: SevdeskUpdateAccountingContactByIdInput,\n output: SevdeskUpdateAccountingContactByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO;CAC5E,SAAS,EAAE,OAAO;EAClB,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAClE,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC9F,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChG,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;AACzF,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAM,oEAAkF,EAAE,OAAO;CAC/F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAClE,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,8DAA4E,EAAE,OAAO;CACzF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACpE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAY9C,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBoE,EAAE,OAAO;EAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,kEAAkE,SAAS,CAAC,CAAC,SAAS;EAC/F,WAAW,4DAA4D,SAAS,CAAC,CAAC,SAAS;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-check-account-transaction-by-id.ts
|
|
4
|
+
const SevdeskUpdateCheckAccountTransactionByIdInput = zod.z.object({
|
|
5
|
+
amount: zod.z.number().describe("Amount of the transaction (can be positive or negative)").optional(),
|
|
6
|
+
status: zod.z.enum([
|
|
7
|
+
"created",
|
|
8
|
+
"linked",
|
|
9
|
+
"private",
|
|
10
|
+
"auto_booked",
|
|
11
|
+
"booked"
|
|
12
|
+
]).describe("Status of the check account transaction.").optional(),
|
|
13
|
+
entryDate: zod.z.string().describe("Date the transaction was imported in ISO 8601 format (YYYY-MM-DDTHH:MM:SS+TZ)").optional(),
|
|
14
|
+
valueDate: zod.z.string().describe("Date the transaction was booked in ISO 8601 format (YYYY-MM-DDTHH:MM:SS+TZ)").optional(),
|
|
15
|
+
checkAccount: zod.z.object({
|
|
16
|
+
id: zod.z.number().int().describe("Unique identifier of the check account"),
|
|
17
|
+
objectName: zod.z.string().default("CheckAccount").describe("Model name, which is 'CheckAccount'").optional()
|
|
18
|
+
}).describe("Reference to a check account.").optional(),
|
|
19
|
+
paymtPurpose: zod.z.string().describe("Purpose of the transaction (payment description)").optional(),
|
|
20
|
+
payeePayerName: zod.z.string().describe("Name of the payee or payer (the other party in the transaction)").optional(),
|
|
21
|
+
sourceTransaction: zod.z.object({
|
|
22
|
+
id: zod.z.number().int().describe("Unique identifier of the check account transaction"),
|
|
23
|
+
objectName: zod.z.string().default("CheckAccountTransaction").describe("Model name, which is 'CheckAccountTransaction'").optional()
|
|
24
|
+
}).describe("Reference to a check account transaction.").optional(),
|
|
25
|
+
targetTransaction: zod.z.object({
|
|
26
|
+
id: zod.z.number().int().describe("Unique identifier of the check account transaction"),
|
|
27
|
+
objectName: zod.z.string().default("CheckAccountTransaction").describe("Model name, which is 'CheckAccountTransaction'").optional()
|
|
28
|
+
}).describe("Reference to a check account transaction.").optional(),
|
|
29
|
+
checkAccountTransactionId: zod.z.number().int().describe("ID of the check account transaction to update")
|
|
30
|
+
}).describe("Request model for updating a check account transaction.");
|
|
31
|
+
const SevdeskUpdateCheckAccountTransactionById_SevClientReferenceSchema = zod.z.object({
|
|
32
|
+
id: zod.z.string().describe("ID of the sevDesk client"),
|
|
33
|
+
objectName: zod.z.string().describe("Object type name (e.g., 'SevClient')")
|
|
34
|
+
}).describe("Reference to the sevDesk client.");
|
|
35
|
+
const SevdeskUpdateCheckAccountTransactionById_CheckAccountResponseReferenceSchema = zod.z.object({
|
|
36
|
+
id: zod.z.string().describe("Unique identifier of the check account"),
|
|
37
|
+
objectName: zod.z.string().describe("Model name, which is 'CheckAccount'")
|
|
38
|
+
}).describe("Reference to a check account in the response.");
|
|
39
|
+
const SevdeskUpdateCheckAccountTransactionById_CheckAccountTransactionResponseReferenceSchema = zod.z.object({
|
|
40
|
+
id: zod.z.string().describe("Unique identifier of the check account transaction"),
|
|
41
|
+
objectName: zod.z.string().describe("Model name, which is 'CheckAccountTransaction'")
|
|
42
|
+
}).describe("Reference to a check account transaction in the response.");
|
|
43
|
+
const SevdeskUpdateCheckAccountTransactionByIdOutput = zod.z.object({
|
|
44
|
+
id: zod.z.string().describe("The check account transaction id"),
|
|
45
|
+
amount: zod.z.string().describe("Amount of the transaction"),
|
|
46
|
+
create: zod.z.string().describe("Date of check account transaction creation"),
|
|
47
|
+
gvCode: zod.z.string().describe("ZKA business transaction code. This can be given for finAPI accounts").nullable().optional(),
|
|
48
|
+
status: zod.z.string().describe("Status of the check account transaction (100, 200, 300, 350, or 400)"),
|
|
49
|
+
update: zod.z.string().describe("Date of last check account transaction update"),
|
|
50
|
+
enshrined: zod.z.string().describe("Timepoint when the transaction was enshrined").nullable().optional(),
|
|
51
|
+
entryDate: zod.z.string().describe("Date the check account transaction was booked").nullable().optional(),
|
|
52
|
+
entryText: zod.z.string().describe("Transaction type, according to the bank. This can be given for finAPI accounts").nullable().optional(),
|
|
53
|
+
sevClient: SevdeskUpdateCheckAccountTransactionById_SevClientReferenceSchema.nullable(),
|
|
54
|
+
valueDate: zod.z.string().describe("Date the check account transaction was imported"),
|
|
55
|
+
objectName: zod.z.string().describe("The check account transaction object name"),
|
|
56
|
+
primaNotaNo: zod.z.string().describe("Transaction primanota. This can be given for finAPI accounts").nullable().optional(),
|
|
57
|
+
checkAccount: SevdeskUpdateCheckAccountTransactionById_CheckAccountResponseReferenceSchema.nullable(),
|
|
58
|
+
paymtPurpose: zod.z.string().describe("The purpose of the transaction").nullable().optional(),
|
|
59
|
+
payeePayerName: zod.z.string().describe("Name of the other party").nullable().optional(),
|
|
60
|
+
payeePayerAcctNo: zod.z.string().describe("IBAN or account number of the other party").nullable().optional(),
|
|
61
|
+
sourceTransaction: SevdeskUpdateCheckAccountTransactionById_CheckAccountTransactionResponseReferenceSchema.nullable().optional(),
|
|
62
|
+
targetTransaction: SevdeskUpdateCheckAccountTransactionById_CheckAccountTransactionResponseReferenceSchema.nullable().optional(),
|
|
63
|
+
payeePayerBankCode: zod.z.string().describe("BIC or bank code of the other party").nullable().optional()
|
|
64
|
+
}).describe("Response model containing the updated check account transaction details.");
|
|
65
|
+
const sevdeskUpdateCheckAccountTransactionById = require_action.action("SEVDESK_UPDATE_CHECK_ACCOUNT_TRANSACTION_BY_ID", {
|
|
66
|
+
slug: "sevdesk-update-check-account-transaction-by-id",
|
|
67
|
+
name: "Update Check Account Transaction By ID",
|
|
68
|
+
description: "Tool to update an existing check account transaction in sevDesk. Use when you need to modify transaction details such as amount, payment purpose, payee/payer name, or status. Only provide the fields you want to update - all fields except checkAccountTransactionId are optional. Common use cases include correcting transaction amounts, updating payment descriptions, or changing transaction status. Returns the complete updated transaction object.",
|
|
69
|
+
input: SevdeskUpdateCheckAccountTransactionByIdInput,
|
|
70
|
+
output: SevdeskUpdateCheckAccountTransactionByIdOutput
|
|
71
|
+
});
|
|
72
|
+
//#endregion
|
|
73
|
+
exports.sevdeskUpdateCheckAccountTransactionById = sevdeskUpdateCheckAccountTransactionById;
|
|
74
|
+
|
|
75
|
+
//# sourceMappingURL=update-check-account-transaction-by-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-check-account-transaction-by-id.cjs","names":["z","action"],"sources":["../../src/actions/update-check-account-transaction-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskUpdateCheckAccountTransactionByIdInput: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Amount of the transaction (can be positive or negative)\").optional(),\n status: z.enum([\"created\", \"linked\", \"private\", \"auto_booked\", \"booked\"]).describe(\"Status of the check account transaction.\").optional(),\n entryDate: z.string().describe(\"Date the transaction was imported in ISO 8601 format (YYYY-MM-DDTHH:MM:SS+TZ)\").optional(),\n valueDate: z.string().describe(\"Date the transaction was booked in ISO 8601 format (YYYY-MM-DDTHH:MM:SS+TZ)\").optional(),\n checkAccount: z.object({\n id: z.number().int().describe(\"Unique identifier of the check account\"),\n objectName: z.string().default(\"CheckAccount\").describe(\"Model name, which is 'CheckAccount'\").optional(),\n}).describe(\"Reference to a check account.\").optional(),\n paymtPurpose: z.string().describe(\"Purpose of the transaction (payment description)\").optional(),\n payeePayerName: z.string().describe(\"Name of the payee or payer (the other party in the transaction)\").optional(),\n sourceTransaction: z.object({\n id: z.number().int().describe(\"Unique identifier of the check account transaction\"),\n objectName: z.string().default(\"CheckAccountTransaction\").describe(\"Model name, which is 'CheckAccountTransaction'\").optional(),\n}).describe(\"Reference to a check account transaction.\").optional(),\n targetTransaction: z.object({\n id: z.number().int().describe(\"Unique identifier of the check account transaction\"),\n objectName: z.string().default(\"CheckAccountTransaction\").describe(\"Model name, which is 'CheckAccountTransaction'\").optional(),\n}).describe(\"Reference to a check account transaction.\").optional(),\n checkAccountTransactionId: z.number().int().describe(\"ID of the check account transaction to update\"),\n}).describe(\"Request model for updating a check account transaction.\");\nconst SevdeskUpdateCheckAccountTransactionById_SevClientReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the sevDesk client\"),\n objectName: z.string().describe(\"Object type name (e.g., 'SevClient')\"),\n}).describe(\"Reference to the sevDesk client.\");\nconst SevdeskUpdateCheckAccountTransactionById_CheckAccountResponseReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the check account\"),\n objectName: z.string().describe(\"Model name, which is 'CheckAccount'\"),\n}).describe(\"Reference to a check account in the response.\");\nconst SevdeskUpdateCheckAccountTransactionById_CheckAccountTransactionResponseReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the check account transaction\"),\n objectName: z.string().describe(\"Model name, which is 'CheckAccountTransaction'\"),\n}).describe(\"Reference to a check account transaction in the response.\");\nexport const SevdeskUpdateCheckAccountTransactionByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The check account transaction id\"),\n amount: z.string().describe(\"Amount of the transaction\"),\n create: z.string().describe(\"Date of check account transaction creation\"),\n gvCode: z.string().describe(\"ZKA business transaction code. This can be given for finAPI accounts\").nullable().optional(),\n status: z.string().describe(\"Status of the check account transaction (100, 200, 300, 350, or 400)\"),\n update: z.string().describe(\"Date of last check account transaction update\"),\n enshrined: z.string().describe(\"Timepoint when the transaction was enshrined\").nullable().optional(),\n entryDate: z.string().describe(\"Date the check account transaction was booked\").nullable().optional(),\n entryText: z.string().describe(\"Transaction type, according to the bank. This can be given for finAPI accounts\").nullable().optional(),\n sevClient: SevdeskUpdateCheckAccountTransactionById_SevClientReferenceSchema.nullable(),\n valueDate: z.string().describe(\"Date the check account transaction was imported\"),\n objectName: z.string().describe(\"The check account transaction object name\"),\n primaNotaNo: z.string().describe(\"Transaction primanota. This can be given for finAPI accounts\").nullable().optional(),\n checkAccount: SevdeskUpdateCheckAccountTransactionById_CheckAccountResponseReferenceSchema.nullable(),\n paymtPurpose: z.string().describe(\"The purpose of the transaction\").nullable().optional(),\n payeePayerName: z.string().describe(\"Name of the other party\").nullable().optional(),\n payeePayerAcctNo: z.string().describe(\"IBAN or account number of the other party\").nullable().optional(),\n sourceTransaction: SevdeskUpdateCheckAccountTransactionById_CheckAccountTransactionResponseReferenceSchema.nullable().optional(),\n targetTransaction: SevdeskUpdateCheckAccountTransactionById_CheckAccountTransactionResponseReferenceSchema.nullable().optional(),\n payeePayerBankCode: z.string().describe(\"BIC or bank code of the other party\").nullable().optional(),\n}).describe(\"Response model containing the updated check account transaction details.\");\n\nexport const sevdeskUpdateCheckAccountTransactionById = action(\"SEVDESK_UPDATE_CHECK_ACCOUNT_TRANSACTION_BY_ID\", {\n slug: \"sevdesk-update-check-account-transaction-by-id\",\n name: \"Update Check Account Transaction By ID\",\n description: \"Tool to update an existing check account transaction in sevDesk. Use when you need to modify transaction details such as amount, payment purpose, payee/payer name, or status. Only provide the fields you want to update - all fields except checkAccountTransactionId are optional. Common use cases include correcting transaction amounts, updating payment descriptions, or changing transaction status. Returns the complete updated transaction object.\",\n input: SevdeskUpdateCheckAccountTransactionByIdInput,\n output: SevdeskUpdateCheckAccountTransactionByIdOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-check-account-transaction-by-id.d.ts
|
|
4
|
+
declare const SevdeskUpdateCheckAccountTransactionByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const SevdeskUpdateCheckAccountTransactionByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sevdeskUpdateCheckAccountTransactionById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sevdeskUpdateCheckAccountTransactionById };
|
|
9
|
+
//# sourceMappingURL=update-check-account-transaction-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-check-account-transaction-by-id.d.cts","names":[],"sources":["../../src/actions/update-check-account-transaction-by-id.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAoBQ;AAAA,cAazD,8CAAA,EAAgD,CAAA,CAAE,UAqBwB;AAAA,cAE1E,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-check-account-transaction-by-id.d.ts
|
|
4
|
+
declare const SevdeskUpdateCheckAccountTransactionByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const SevdeskUpdateCheckAccountTransactionByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sevdeskUpdateCheckAccountTransactionById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sevdeskUpdateCheckAccountTransactionById };
|
|
9
|
+
//# sourceMappingURL=update-check-account-transaction-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-check-account-transaction-by-id.d.mts","names":[],"sources":["../../src/actions/update-check-account-transaction-by-id.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAoBQ;AAAA,cAazD,8CAAA,EAAgD,CAAA,CAAE,UAqBwB;AAAA,cAE1E,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|