@keystrokehq/sevdesk 0.1.0 → 0.1.2
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/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/book-invoice-amount.cjs +4 -4
- package/dist/actions/book-invoice-amount.cjs.map +1 -1
- package/dist/actions/book-invoice-amount.d.cts +56 -3
- package/dist/actions/book-invoice-amount.d.cts.map +1 -1
- package/dist/actions/book-invoice-amount.d.mts +56 -3
- package/dist/actions/book-invoice-amount.d.mts.map +1 -1
- package/dist/actions/book-invoice-amount.mjs +4 -4
- package/dist/actions/book-invoice-amount.mjs.map +1 -1
- package/dist/actions/check-customer-number-availability.cjs +1 -1
- package/dist/actions/check-customer-number-availability.cjs.map +1 -1
- package/dist/actions/check-customer-number-availability.d.cts +9 -3
- package/dist/actions/check-customer-number-availability.d.cts.map +1 -1
- package/dist/actions/check-customer-number-availability.d.mts +9 -3
- package/dist/actions/check-customer-number-availability.d.mts.map +1 -1
- package/dist/actions/check-customer-number-availability.mjs +1 -1
- package/dist/actions/check-customer-number-availability.mjs.map +1 -1
- package/dist/actions/create-accounting-contact.cjs +6 -6
- package/dist/actions/create-accounting-contact.cjs.map +1 -1
- package/dist/actions/create-accounting-contact.d.cts +32 -3
- package/dist/actions/create-accounting-contact.d.cts.map +1 -1
- package/dist/actions/create-accounting-contact.d.mts +32 -3
- package/dist/actions/create-accounting-contact.d.mts.map +1 -1
- package/dist/actions/create-accounting-contact.mjs +6 -6
- package/dist/actions/create-accounting-contact.mjs.map +1 -1
- package/dist/actions/create-check-account-transaction.cjs +15 -15
- package/dist/actions/create-check-account-transaction.cjs.map +1 -1
- package/dist/actions/create-check-account-transaction.d.cts +83 -3
- package/dist/actions/create-check-account-transaction.d.cts.map +1 -1
- package/dist/actions/create-check-account-transaction.d.mts +83 -3
- package/dist/actions/create-check-account-transaction.d.mts.map +1 -1
- package/dist/actions/create-check-account-transaction.mjs +15 -15
- package/dist/actions/create-check-account-transaction.mjs.map +1 -1
- package/dist/actions/create-clearing-account.cjs +11 -11
- package/dist/actions/create-clearing-account.cjs.map +1 -1
- package/dist/actions/create-clearing-account.d.cts +26 -3
- package/dist/actions/create-clearing-account.d.cts.map +1 -1
- package/dist/actions/create-clearing-account.d.mts +26 -3
- package/dist/actions/create-clearing-account.d.mts.map +1 -1
- package/dist/actions/create-clearing-account.mjs +11 -11
- package/dist/actions/create-clearing-account.mjs.map +1 -1
- package/dist/actions/create-communication-way.cjs +10 -10
- package/dist/actions/create-communication-way.cjs.map +1 -1
- package/dist/actions/create-communication-way.d.cts +54 -3
- package/dist/actions/create-communication-way.d.cts.map +1 -1
- package/dist/actions/create-communication-way.d.mts +54 -3
- package/dist/actions/create-communication-way.d.mts.map +1 -1
- package/dist/actions/create-communication-way.mjs +10 -10
- package/dist/actions/create-communication-way.mjs.map +1 -1
- package/dist/actions/create-contact-address.cjs +9 -9
- package/dist/actions/create-contact-address.cjs.map +1 -1
- package/dist/actions/create-contact-address.d.cts +71 -3
- package/dist/actions/create-contact-address.d.cts.map +1 -1
- package/dist/actions/create-contact-address.d.mts +71 -3
- package/dist/actions/create-contact-address.d.mts.map +1 -1
- package/dist/actions/create-contact-address.mjs +9 -9
- package/dist/actions/create-contact-address.mjs.map +1 -1
- package/dist/actions/create-contact-custom-field-setting.cjs +7 -7
- package/dist/actions/create-contact-custom-field-setting.cjs.map +1 -1
- package/dist/actions/create-contact-custom-field-setting.d.cts +27 -3
- package/dist/actions/create-contact-custom-field-setting.d.cts.map +1 -1
- package/dist/actions/create-contact-custom-field-setting.d.mts +27 -3
- package/dist/actions/create-contact-custom-field-setting.d.mts.map +1 -1
- package/dist/actions/create-contact-custom-field-setting.mjs +7 -7
- package/dist/actions/create-contact-custom-field-setting.mjs.map +1 -1
- package/dist/actions/create-contact-custom-field.cjs +7 -7
- package/dist/actions/create-contact-custom-field.cjs.map +1 -1
- package/dist/actions/create-contact-custom-field.d.cts +47 -3
- package/dist/actions/create-contact-custom-field.d.cts.map +1 -1
- package/dist/actions/create-contact-custom-field.d.mts +47 -3
- package/dist/actions/create-contact-custom-field.d.mts.map +1 -1
- package/dist/actions/create-contact-custom-field.mjs +7 -7
- package/dist/actions/create-contact-custom-field.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +5 -5
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +110 -3
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +110 -3
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +5 -5
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-contact2.cjs +10 -10
- package/dist/actions/create-contact2.cjs.map +1 -1
- package/dist/actions/create-contact2.d.cts +111 -3
- package/dist/actions/create-contact2.d.cts.map +1 -1
- package/dist/actions/create-contact2.d.mts +111 -3
- package/dist/actions/create-contact2.d.mts.map +1 -1
- package/dist/actions/create-contact2.mjs +10 -10
- package/dist/actions/create-contact2.mjs.map +1 -1
- package/dist/actions/create-credit-note-from-invoice.cjs +1 -1
- package/dist/actions/create-credit-note-from-invoice.cjs.map +1 -1
- package/dist/actions/create-credit-note-from-invoice.d.cts +72 -3
- package/dist/actions/create-credit-note-from-invoice.d.cts.map +1 -1
- package/dist/actions/create-credit-note-from-invoice.d.mts +72 -3
- package/dist/actions/create-credit-note-from-invoice.d.mts.map +1 -1
- package/dist/actions/create-credit-note-from-invoice.mjs +1 -1
- package/dist/actions/create-credit-note-from-invoice.mjs.map +1 -1
- package/dist/actions/create-file-import-account.cjs +11 -11
- package/dist/actions/create-file-import-account.cjs.map +1 -1
- package/dist/actions/create-file-import-account.d.cts +36 -3
- package/dist/actions/create-file-import-account.d.cts.map +1 -1
- package/dist/actions/create-file-import-account.d.mts +36 -3
- package/dist/actions/create-file-import-account.d.mts.map +1 -1
- package/dist/actions/create-file-import-account.mjs +11 -11
- package/dist/actions/create-file-import-account.mjs.map +1 -1
- package/dist/actions/create-part.cjs +15 -15
- package/dist/actions/create-part.cjs.map +1 -1
- package/dist/actions/create-part.d.cts +79 -3
- package/dist/actions/create-part.d.cts.map +1 -1
- package/dist/actions/create-part.d.mts +79 -3
- package/dist/actions/create-part.d.mts.map +1 -1
- package/dist/actions/create-part.mjs +15 -15
- package/dist/actions/create-part.mjs.map +1 -1
- package/dist/actions/create-payment-method.cjs +7 -7
- package/dist/actions/create-payment-method.cjs.map +1 -1
- package/dist/actions/create-payment-method.d.cts +27 -3
- package/dist/actions/create-payment-method.d.cts.map +1 -1
- package/dist/actions/create-payment-method.d.mts +27 -3
- package/dist/actions/create-payment-method.d.mts.map +1 -1
- package/dist/actions/create-payment-method.mjs +7 -7
- package/dist/actions/create-payment-method.mjs.map +1 -1
- package/dist/actions/create-private-transaction-rule.cjs +6 -6
- package/dist/actions/create-private-transaction-rule.cjs.map +1 -1
- package/dist/actions/create-private-transaction-rule.d.cts +22 -3
- package/dist/actions/create-private-transaction-rule.d.cts.map +1 -1
- package/dist/actions/create-private-transaction-rule.d.mts +22 -3
- package/dist/actions/create-private-transaction-rule.d.mts.map +1 -1
- package/dist/actions/create-private-transaction-rule.mjs +6 -6
- package/dist/actions/create-private-transaction-rule.mjs.map +1 -1
- package/dist/actions/create-tag.cjs +9 -9
- package/dist/actions/create-tag.cjs.map +1 -1
- package/dist/actions/create-tag.d.cts +37 -3
- package/dist/actions/create-tag.d.cts.map +1 -1
- package/dist/actions/create-tag.d.mts +37 -3
- package/dist/actions/create-tag.d.mts.map +1 -1
- package/dist/actions/create-tag.mjs +9 -9
- package/dist/actions/create-tag.mjs.map +1 -1
- package/dist/actions/delete-accounting-contact-by-id.cjs +1 -1
- package/dist/actions/delete-accounting-contact-by-id.cjs.map +1 -1
- package/dist/actions/delete-accounting-contact-by-id.d.cts +9 -3
- package/dist/actions/delete-accounting-contact-by-id.d.cts.map +1 -1
- package/dist/actions/delete-accounting-contact-by-id.d.mts +9 -3
- package/dist/actions/delete-accounting-contact-by-id.d.mts.map +1 -1
- package/dist/actions/delete-accounting-contact-by-id.mjs +1 -1
- package/dist/actions/delete-accounting-contact-by-id.mjs.map +1 -1
- package/dist/actions/delete-check-account-by-id.cjs +1 -1
- package/dist/actions/delete-check-account-by-id.cjs.map +1 -1
- package/dist/actions/delete-check-account-by-id.d.cts +11 -3
- package/dist/actions/delete-check-account-by-id.d.cts.map +1 -1
- package/dist/actions/delete-check-account-by-id.d.mts +11 -3
- package/dist/actions/delete-check-account-by-id.d.mts.map +1 -1
- package/dist/actions/delete-check-account-by-id.mjs +1 -1
- package/dist/actions/delete-check-account-by-id.mjs.map +1 -1
- package/dist/actions/delete-check-account-transaction-by-id.cjs +1 -1
- package/dist/actions/delete-check-account-transaction-by-id.cjs.map +1 -1
- package/dist/actions/delete-check-account-transaction-by-id.d.cts +9 -3
- package/dist/actions/delete-check-account-transaction-by-id.d.cts.map +1 -1
- package/dist/actions/delete-check-account-transaction-by-id.d.mts +9 -3
- package/dist/actions/delete-check-account-transaction-by-id.d.mts.map +1 -1
- package/dist/actions/delete-check-account-transaction-by-id.mjs +1 -1
- package/dist/actions/delete-check-account-transaction-by-id.mjs.map +1 -1
- package/dist/actions/delete-communication-way-by-id.cjs +1 -1
- package/dist/actions/delete-communication-way-by-id.cjs.map +1 -1
- package/dist/actions/delete-communication-way-by-id.d.cts +11 -3
- package/dist/actions/delete-communication-way-by-id.d.cts.map +1 -1
- package/dist/actions/delete-communication-way-by-id.d.mts +11 -3
- package/dist/actions/delete-communication-way-by-id.d.mts.map +1 -1
- package/dist/actions/delete-communication-way-by-id.mjs +1 -1
- package/dist/actions/delete-communication-way-by-id.mjs.map +1 -1
- package/dist/actions/delete-contact-address-by-id.cjs +1 -1
- package/dist/actions/delete-contact-address-by-id.cjs.map +1 -1
- package/dist/actions/delete-contact-address-by-id.d.cts +9 -3
- package/dist/actions/delete-contact-address-by-id.d.cts.map +1 -1
- package/dist/actions/delete-contact-address-by-id.d.mts +9 -3
- package/dist/actions/delete-contact-address-by-id.d.mts.map +1 -1
- package/dist/actions/delete-contact-address-by-id.mjs +1 -1
- package/dist/actions/delete-contact-address-by-id.mjs.map +1 -1
- package/dist/actions/delete-contact-custom-field-by-id.cjs +1 -1
- package/dist/actions/delete-contact-custom-field-by-id.cjs.map +1 -1
- package/dist/actions/delete-contact-custom-field-by-id.d.cts +9 -3
- package/dist/actions/delete-contact-custom-field-by-id.d.cts.map +1 -1
- package/dist/actions/delete-contact-custom-field-by-id.d.mts +9 -3
- package/dist/actions/delete-contact-custom-field-by-id.d.mts.map +1 -1
- package/dist/actions/delete-contact-custom-field-by-id.mjs +1 -1
- package/dist/actions/delete-contact-custom-field-by-id.mjs.map +1 -1
- package/dist/actions/delete-contact-custom-field-setting-by-id.cjs +1 -1
- package/dist/actions/delete-contact-custom-field-setting-by-id.cjs.map +1 -1
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.cts +9 -3
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.cts.map +1 -1
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.mts +9 -3
- package/dist/actions/delete-contact-custom-field-setting-by-id.d.mts.map +1 -1
- package/dist/actions/delete-contact-custom-field-setting-by-id.mjs +1 -1
- package/dist/actions/delete-contact-custom-field-setting-by-id.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +1 -1
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +11 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +11 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +1 -1
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-credit-note-by-id.cjs +1 -1
- package/dist/actions/delete-credit-note-by-id.cjs.map +1 -1
- package/dist/actions/delete-credit-note-by-id.d.cts +11 -3
- package/dist/actions/delete-credit-note-by-id.d.cts.map +1 -1
- package/dist/actions/delete-credit-note-by-id.d.mts +11 -3
- package/dist/actions/delete-credit-note-by-id.d.mts.map +1 -1
- package/dist/actions/delete-credit-note-by-id.mjs +1 -1
- package/dist/actions/delete-credit-note-by-id.mjs.map +1 -1
- package/dist/actions/delete-order-by-id.cjs +1 -1
- package/dist/actions/delete-order-by-id.cjs.map +1 -1
- package/dist/actions/delete-order-by-id.d.cts +11 -3
- package/dist/actions/delete-order-by-id.d.cts.map +1 -1
- package/dist/actions/delete-order-by-id.d.mts +11 -3
- package/dist/actions/delete-order-by-id.d.mts.map +1 -1
- package/dist/actions/delete-order-by-id.mjs +1 -1
- package/dist/actions/delete-order-by-id.mjs.map +1 -1
- package/dist/actions/delete-order-pos-by-id.cjs +1 -1
- package/dist/actions/delete-order-pos-by-id.cjs.map +1 -1
- package/dist/actions/delete-order-pos-by-id.d.cts +11 -3
- package/dist/actions/delete-order-pos-by-id.d.cts.map +1 -1
- package/dist/actions/delete-order-pos-by-id.d.mts +11 -3
- package/dist/actions/delete-order-pos-by-id.d.mts.map +1 -1
- package/dist/actions/delete-order-pos-by-id.mjs +1 -1
- package/dist/actions/delete-order-pos-by-id.mjs.map +1 -1
- package/dist/actions/delete-payment-method.cjs +1 -1
- package/dist/actions/delete-payment-method.cjs.map +1 -1
- package/dist/actions/delete-payment-method.d.cts +11 -3
- package/dist/actions/delete-payment-method.d.cts.map +1 -1
- package/dist/actions/delete-payment-method.d.mts +11 -3
- package/dist/actions/delete-payment-method.d.mts.map +1 -1
- package/dist/actions/delete-payment-method.mjs +1 -1
- package/dist/actions/delete-payment-method.mjs.map +1 -1
- package/dist/actions/delete-private-transaction-rule-by-id.cjs +1 -1
- package/dist/actions/delete-private-transaction-rule-by-id.cjs.map +1 -1
- package/dist/actions/delete-private-transaction-rule-by-id.d.cts +9 -3
- package/dist/actions/delete-private-transaction-rule-by-id.d.cts.map +1 -1
- package/dist/actions/delete-private-transaction-rule-by-id.d.mts +9 -3
- package/dist/actions/delete-private-transaction-rule-by-id.d.mts.map +1 -1
- package/dist/actions/delete-private-transaction-rule-by-id.mjs +1 -1
- package/dist/actions/delete-private-transaction-rule-by-id.mjs.map +1 -1
- package/dist/actions/delete-tag-by-id.cjs +1 -1
- package/dist/actions/delete-tag-by-id.cjs.map +1 -1
- package/dist/actions/delete-tag-by-id.d.cts +11 -3
- package/dist/actions/delete-tag-by-id.d.cts.map +1 -1
- package/dist/actions/delete-tag-by-id.d.mts +11 -3
- package/dist/actions/delete-tag-by-id.d.mts.map +1 -1
- package/dist/actions/delete-tag-by-id.mjs +1 -1
- package/dist/actions/delete-tag-by-id.mjs.map +1 -1
- package/dist/actions/enshrine-check-account-transaction.cjs.map +1 -1
- package/dist/actions/enshrine-check-account-transaction.d.cts +9 -3
- package/dist/actions/enshrine-check-account-transaction.d.cts.map +1 -1
- package/dist/actions/enshrine-check-account-transaction.d.mts +9 -3
- package/dist/actions/enshrine-check-account-transaction.d.mts.map +1 -1
- package/dist/actions/enshrine-check-account-transaction.mjs.map +1 -1
- package/dist/actions/export-credit-note-csv.cjs.map +1 -1
- package/dist/actions/export-credit-note-csv.d.cts +13 -3
- package/dist/actions/export-credit-note-csv.d.cts.map +1 -1
- package/dist/actions/export-credit-note-csv.d.mts +13 -3
- package/dist/actions/export-credit-note-csv.d.mts.map +1 -1
- package/dist/actions/export-credit-note-csv.mjs.map +1 -1
- package/dist/actions/fetch-dictionary-entries-by-type.cjs +4 -4
- package/dist/actions/fetch-dictionary-entries-by-type.cjs.map +1 -1
- package/dist/actions/fetch-dictionary-entries-by-type.d.cts +33 -3
- package/dist/actions/fetch-dictionary-entries-by-type.d.cts.map +1 -1
- package/dist/actions/fetch-dictionary-entries-by-type.d.mts +33 -3
- package/dist/actions/fetch-dictionary-entries-by-type.d.mts.map +1 -1
- package/dist/actions/fetch-dictionary-entries-by-type.mjs +4 -4
- package/dist/actions/fetch-dictionary-entries-by-type.mjs.map +1 -1
- package/dist/actions/find-contacts-by-custom-field-value.cjs +4 -4
- package/dist/actions/find-contacts-by-custom-field-value.cjs.map +1 -1
- package/dist/actions/find-contacts-by-custom-field-value.d.cts +57 -3
- package/dist/actions/find-contacts-by-custom-field-value.d.cts.map +1 -1
- package/dist/actions/find-contacts-by-custom-field-value.d.mts +57 -3
- package/dist/actions/find-contacts-by-custom-field-value.d.mts.map +1 -1
- package/dist/actions/find-contacts-by-custom-field-value.mjs +4 -4
- package/dist/actions/find-contacts-by-custom-field-value.mjs.map +1 -1
- package/dist/actions/generate-progress-download-hash.cjs.map +1 -1
- package/dist/actions/generate-progress-download-hash.d.cts +11 -3
- package/dist/actions/generate-progress-download-hash.d.cts.map +1 -1
- package/dist/actions/generate-progress-download-hash.d.mts +11 -3
- package/dist/actions/generate-progress-download-hash.d.mts.map +1 -1
- package/dist/actions/generate-progress-download-hash.mjs.map +1 -1
- package/dist/actions/get-account-invoices.cjs.map +1 -1
- package/dist/actions/get-account-invoices.d.cts +5 -3
- package/dist/actions/get-account-invoices.d.cts.map +1 -1
- package/dist/actions/get-account-invoices.d.mts +5 -3
- package/dist/actions/get-account-invoices.d.mts.map +1 -1
- package/dist/actions/get-account-invoices.mjs.map +1 -1
- package/dist/actions/get-accounting-contact-by-id.cjs.map +1 -1
- package/dist/actions/get-accounting-contact-by-id.d.cts +22 -3
- package/dist/actions/get-accounting-contact-by-id.d.cts.map +1 -1
- package/dist/actions/get-accounting-contact-by-id.d.mts +22 -3
- package/dist/actions/get-accounting-contact-by-id.d.mts.map +1 -1
- package/dist/actions/get-accounting-contact-by-id.mjs.map +1 -1
- package/dist/actions/get-accounting-contacts.cjs.map +1 -1
- package/dist/actions/get-accounting-contacts.d.cts +26 -3
- package/dist/actions/get-accounting-contacts.d.cts.map +1 -1
- package/dist/actions/get-accounting-contacts.d.mts +26 -3
- package/dist/actions/get-accounting-contacts.d.mts.map +1 -1
- package/dist/actions/get-accounting-contacts.mjs.map +1 -1
- package/dist/actions/get-check-account-balance-at-date.cjs +1 -1
- package/dist/actions/get-check-account-balance-at-date.cjs.map +1 -1
- package/dist/actions/get-check-account-balance-at-date.d.cts +11 -3
- package/dist/actions/get-check-account-balance-at-date.d.cts.map +1 -1
- package/dist/actions/get-check-account-balance-at-date.d.mts +11 -3
- package/dist/actions/get-check-account-balance-at-date.d.mts.map +1 -1
- package/dist/actions/get-check-account-balance-at-date.mjs +1 -1
- package/dist/actions/get-check-account-balance-at-date.mjs.map +1 -1
- package/dist/actions/get-check-account-by-id.cjs.map +1 -1
- package/dist/actions/get-check-account-by-id.d.cts +33 -3
- package/dist/actions/get-check-account-by-id.d.cts.map +1 -1
- package/dist/actions/get-check-account-by-id.d.mts +33 -3
- package/dist/actions/get-check-account-by-id.d.mts.map +1 -1
- package/dist/actions/get-check-account-by-id.mjs.map +1 -1
- package/dist/actions/get-check-account-transaction-by-id.cjs.map +1 -1
- package/dist/actions/get-check-account-transaction-by-id.d.cts +42 -3
- package/dist/actions/get-check-account-transaction-by-id.d.cts.map +1 -1
- package/dist/actions/get-check-account-transaction-by-id.d.mts +42 -3
- package/dist/actions/get-check-account-transaction-by-id.d.mts.map +1 -1
- package/dist/actions/get-check-account-transaction-by-id.mjs.map +1 -1
- package/dist/actions/get-check-account-transactions.cjs +5 -5
- package/dist/actions/get-check-account-transactions.cjs.map +1 -1
- package/dist/actions/get-check-account-transactions.d.cts +52 -3
- package/dist/actions/get-check-account-transactions.d.cts.map +1 -1
- package/dist/actions/get-check-account-transactions.d.mts +52 -3
- package/dist/actions/get-check-account-transactions.d.mts.map +1 -1
- package/dist/actions/get-check-account-transactions.mjs +5 -5
- package/dist/actions/get-check-account-transactions.mjs.map +1 -1
- package/dist/actions/get-check-accounts.cjs +9 -9
- package/dist/actions/get-check-accounts.cjs.map +1 -1
- package/dist/actions/get-check-accounts.d.cts +43 -3
- package/dist/actions/get-check-accounts.d.cts.map +1 -1
- package/dist/actions/get-check-accounts.d.mts +43 -3
- package/dist/actions/get-check-accounts.d.mts.map +1 -1
- package/dist/actions/get-check-accounts.mjs +9 -9
- package/dist/actions/get-check-accounts.mjs.map +1 -1
- package/dist/actions/get-communication-way-keys.cjs +1 -1
- package/dist/actions/get-communication-way-keys.cjs.map +1 -1
- package/dist/actions/get-communication-way-keys.d.cts +12 -3
- package/dist/actions/get-communication-way-keys.d.cts.map +1 -1
- package/dist/actions/get-communication-way-keys.d.mts +12 -3
- package/dist/actions/get-communication-way-keys.d.mts.map +1 -1
- package/dist/actions/get-communication-way-keys.mjs +1 -1
- package/dist/actions/get-communication-way-keys.mjs.map +1 -1
- package/dist/actions/get-communication-ways.cjs.map +1 -1
- package/dist/actions/get-communication-ways.d.cts +43 -3
- package/dist/actions/get-communication-ways.d.cts.map +1 -1
- package/dist/actions/get-communication-ways.d.mts +43 -3
- package/dist/actions/get-communication-ways.d.mts.map +1 -1
- package/dist/actions/get-communication-ways.mjs.map +1 -1
- package/dist/actions/get-communicationway-by-id.cjs.map +1 -1
- package/dist/actions/get-communicationway-by-id.d.cts +27 -3
- package/dist/actions/get-communicationway-by-id.d.cts.map +1 -1
- package/dist/actions/get-communicationway-by-id.d.mts +27 -3
- package/dist/actions/get-communicationway-by-id.d.mts.map +1 -1
- package/dist/actions/get-communicationway-by-id.mjs.map +1 -1
- package/dist/actions/get-contact-address-by-id.cjs.map +1 -1
- package/dist/actions/get-contact-address-by-id.d.cts +37 -3
- package/dist/actions/get-contact-address-by-id.d.cts.map +1 -1
- package/dist/actions/get-contact-address-by-id.d.mts +37 -3
- package/dist/actions/get-contact-address-by-id.d.mts.map +1 -1
- package/dist/actions/get-contact-address-by-id.mjs.map +1 -1
- package/dist/actions/get-contact-addresses.cjs +3 -3
- package/dist/actions/get-contact-addresses.cjs.map +1 -1
- package/dist/actions/get-contact-addresses.d.cts +41 -3
- package/dist/actions/get-contact-addresses.d.cts.map +1 -1
- package/dist/actions/get-contact-addresses.d.mts +41 -3
- package/dist/actions/get-contact-addresses.d.mts.map +1 -1
- package/dist/actions/get-contact-addresses.mjs +3 -3
- package/dist/actions/get-contact-addresses.mjs.map +1 -1
- package/dist/actions/get-contact-by-id.cjs +2 -2
- package/dist/actions/get-contact-by-id.cjs.map +1 -1
- package/dist/actions/get-contact-by-id.d.cts +27 -3
- package/dist/actions/get-contact-by-id.d.cts.map +1 -1
- package/dist/actions/get-contact-by-id.d.mts +27 -3
- package/dist/actions/get-contact-by-id.d.mts.map +1 -1
- package/dist/actions/get-contact-by-id.mjs +2 -2
- package/dist/actions/get-contact-by-id.mjs.map +1 -1
- package/dist/actions/get-contact-custom-field-by-id.cjs +4 -4
- package/dist/actions/get-contact-custom-field-by-id.cjs.map +1 -1
- package/dist/actions/get-contact-custom-field-by-id.d.cts +27 -3
- package/dist/actions/get-contact-custom-field-by-id.d.cts.map +1 -1
- package/dist/actions/get-contact-custom-field-by-id.d.mts +27 -3
- package/dist/actions/get-contact-custom-field-by-id.d.mts.map +1 -1
- package/dist/actions/get-contact-custom-field-by-id.mjs +4 -4
- package/dist/actions/get-contact-custom-field-by-id.mjs.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-by-id.cjs +1 -1
- package/dist/actions/get-contact-custom-field-setting-by-id.cjs.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-by-id.d.cts +21 -3
- package/dist/actions/get-contact-custom-field-setting-by-id.d.cts.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-by-id.d.mts +21 -3
- package/dist/actions/get-contact-custom-field-setting-by-id.d.mts.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-by-id.mjs +1 -1
- package/dist/actions/get-contact-custom-field-setting-by-id.mjs.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-reference-count.cjs +1 -1
- package/dist/actions/get-contact-custom-field-setting-reference-count.cjs.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.cts +9 -3
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.cts.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.mts +9 -3
- package/dist/actions/get-contact-custom-field-setting-reference-count.d.mts.map +1 -1
- package/dist/actions/get-contact-custom-field-setting-reference-count.mjs +1 -1
- package/dist/actions/get-contact-custom-field-setting-reference-count.mjs.map +1 -1
- package/dist/actions/get-contact-custom-field-settings.cjs +1 -1
- package/dist/actions/get-contact-custom-field-settings.cjs.map +1 -1
- package/dist/actions/get-contact-custom-field-settings.d.cts +28 -3
- package/dist/actions/get-contact-custom-field-settings.d.cts.map +1 -1
- package/dist/actions/get-contact-custom-field-settings.d.mts +28 -3
- package/dist/actions/get-contact-custom-field-settings.d.mts.map +1 -1
- package/dist/actions/get-contact-custom-field-settings.mjs +1 -1
- package/dist/actions/get-contact-custom-field-settings.mjs.map +1 -1
- package/dist/actions/get-contact-custom-fields.cjs +4 -4
- package/dist/actions/get-contact-custom-fields.cjs.map +1 -1
- package/dist/actions/get-contact-custom-fields.d.cts +34 -3
- package/dist/actions/get-contact-custom-fields.d.cts.map +1 -1
- package/dist/actions/get-contact-custom-fields.d.mts +34 -3
- package/dist/actions/get-contact-custom-fields.d.mts.map +1 -1
- package/dist/actions/get-contact-custom-fields.mjs +4 -4
- package/dist/actions/get-contact-custom-fields.mjs.map +1 -1
- package/dist/actions/get-contact-tabs-item-count.cjs.map +1 -1
- package/dist/actions/get-contact-tabs-item-count.d.cts +17 -3
- package/dist/actions/get-contact-tabs-item-count.d.cts.map +1 -1
- package/dist/actions/get-contact-tabs-item-count.d.mts +17 -3
- package/dist/actions/get-contact-tabs-item-count.d.mts.map +1 -1
- package/dist/actions/get-contact-tabs-item-count.mjs.map +1 -1
- package/dist/actions/get-contacts.cjs +4 -4
- package/dist/actions/get-contacts.cjs.map +1 -1
- package/dist/actions/get-contacts.d.cts +92 -3
- package/dist/actions/get-contacts.d.cts.map +1 -1
- package/dist/actions/get-contacts.d.mts +92 -3
- package/dist/actions/get-contacts.d.mts.map +1 -1
- package/dist/actions/get-contacts.mjs +4 -4
- package/dist/actions/get-contacts.mjs.map +1 -1
- package/dist/actions/get-credit-note-positions.cjs.map +1 -1
- package/dist/actions/get-credit-note-positions.d.cts +44 -3
- package/dist/actions/get-credit-note-positions.d.cts.map +1 -1
- package/dist/actions/get-credit-note-positions.d.mts +44 -3
- package/dist/actions/get-credit-note-positions.d.mts.map +1 -1
- package/dist/actions/get-credit-note-positions.mjs.map +1 -1
- package/dist/actions/get-credit-notes.cjs +1 -1
- package/dist/actions/get-credit-notes.cjs.map +1 -1
- package/dist/actions/get-credit-notes.d.cts +67 -3
- package/dist/actions/get-credit-notes.d.cts.map +1 -1
- package/dist/actions/get-credit-notes.d.mts +67 -3
- package/dist/actions/get-credit-notes.d.mts.map +1 -1
- package/dist/actions/get-credit-notes.mjs +1 -1
- package/dist/actions/get-credit-notes.mjs.map +1 -1
- package/dist/actions/get-export-invoicecsv.cjs.map +1 -1
- package/dist/actions/get-export-invoicecsv.d.cts +18 -3
- package/dist/actions/get-export-invoicecsv.d.cts.map +1 -1
- package/dist/actions/get-export-invoicecsv.d.mts +18 -3
- package/dist/actions/get-export-invoicecsv.d.mts.map +1 -1
- package/dist/actions/get-export-invoicecsv.mjs.map +1 -1
- package/dist/actions/get-export-transactions-csv.cjs.map +1 -1
- package/dist/actions/get-export-transactions-csv.d.cts +18 -3
- package/dist/actions/get-export-transactions-csv.d.cts.map +1 -1
- package/dist/actions/get-export-transactions-csv.d.mts +18 -3
- package/dist/actions/get-export-transactions-csv.d.mts.map +1 -1
- package/dist/actions/get-export-transactions-csv.mjs.map +1 -1
- package/dist/actions/get-invoice-is-partially-paid.cjs +1 -1
- package/dist/actions/get-invoice-is-partially-paid.cjs.map +1 -1
- package/dist/actions/get-invoice-is-partially-paid.d.cts +9 -3
- package/dist/actions/get-invoice-is-partially-paid.d.cts.map +1 -1
- package/dist/actions/get-invoice-is-partially-paid.d.mts +9 -3
- package/dist/actions/get-invoice-is-partially-paid.d.mts.map +1 -1
- package/dist/actions/get-invoice-is-partially-paid.mjs +1 -1
- package/dist/actions/get-invoice-is-partially-paid.mjs.map +1 -1
- package/dist/actions/get-invoice-positions.cjs +8 -8
- package/dist/actions/get-invoice-positions.cjs.map +1 -1
- package/dist/actions/get-invoice-positions.d.cts +50 -3
- package/dist/actions/get-invoice-positions.d.cts.map +1 -1
- package/dist/actions/get-invoice-positions.d.mts +50 -3
- package/dist/actions/get-invoice-positions.d.mts.map +1 -1
- package/dist/actions/get-invoice-positions.mjs +8 -8
- package/dist/actions/get-invoice-positions.mjs.map +1 -1
- package/dist/actions/get-invoice-poss.cjs.map +1 -1
- package/dist/actions/get-invoice-poss.d.cts +52 -3
- package/dist/actions/get-invoice-poss.d.cts.map +1 -1
- package/dist/actions/get-invoice-poss.d.mts +52 -3
- package/dist/actions/get-invoice-poss.d.mts.map +1 -1
- package/dist/actions/get-invoice-poss.mjs.map +1 -1
- package/dist/actions/get-invoices.cjs +13 -13
- package/dist/actions/get-invoices.cjs.map +1 -1
- package/dist/actions/get-invoices.d.cts +61 -3
- package/dist/actions/get-invoices.d.cts.map +1 -1
- package/dist/actions/get-invoices.d.mts +61 -3
- package/dist/actions/get-invoices.d.mts.map +1 -1
- package/dist/actions/get-invoices.mjs +13 -13
- package/dist/actions/get-invoices.mjs.map +1 -1
- package/dist/actions/get-letterpapers-with-thumb.cjs +2 -2
- package/dist/actions/get-letterpapers-with-thumb.cjs.map +1 -1
- package/dist/actions/get-letterpapers-with-thumb.d.cts +13 -3
- package/dist/actions/get-letterpapers-with-thumb.d.cts.map +1 -1
- package/dist/actions/get-letterpapers-with-thumb.d.mts +13 -3
- package/dist/actions/get-letterpapers-with-thumb.d.mts.map +1 -1
- package/dist/actions/get-letterpapers-with-thumb.mjs +2 -2
- package/dist/actions/get-letterpapers-with-thumb.mjs.map +1 -1
- package/dist/actions/get-next-customer-number.cjs +1 -1
- package/dist/actions/get-next-customer-number.cjs.map +1 -1
- package/dist/actions/get-next-customer-number.d.cts +5 -3
- package/dist/actions/get-next-customer-number.d.cts.map +1 -1
- package/dist/actions/get-next-customer-number.d.mts +5 -3
- package/dist/actions/get-next-customer-number.d.mts.map +1 -1
- package/dist/actions/get-next-customer-number.mjs +1 -1
- package/dist/actions/get-next-customer-number.mjs.map +1 -1
- package/dist/actions/get-order-by-id.cjs.map +1 -1
- package/dist/actions/get-order-by-id.d.cts +74 -3
- package/dist/actions/get-order-by-id.d.cts.map +1 -1
- package/dist/actions/get-order-by-id.d.mts +74 -3
- package/dist/actions/get-order-by-id.d.mts.map +1 -1
- package/dist/actions/get-order-by-id.mjs.map +1 -1
- package/dist/actions/get-order-discounts.cjs.map +1 -1
- package/dist/actions/get-order-discounts.d.cts +29 -3
- package/dist/actions/get-order-discounts.d.cts.map +1 -1
- package/dist/actions/get-order-discounts.d.mts +29 -3
- package/dist/actions/get-order-discounts.d.mts.map +1 -1
- package/dist/actions/get-order-discounts.mjs.map +1 -1
- package/dist/actions/get-order-pos-by-id.cjs.map +1 -1
- package/dist/actions/get-order-pos-by-id.d.cts +42 -3
- package/dist/actions/get-order-pos-by-id.d.cts.map +1 -1
- package/dist/actions/get-order-pos-by-id.d.mts +42 -3
- package/dist/actions/get-order-pos-by-id.d.mts.map +1 -1
- package/dist/actions/get-order-pos-by-id.mjs.map +1 -1
- package/dist/actions/get-order-positions.cjs.map +1 -1
- package/dist/actions/get-order-positions.d.cts +44 -3
- package/dist/actions/get-order-positions.d.cts.map +1 -1
- package/dist/actions/get-order-positions.d.mts +44 -3
- package/dist/actions/get-order-positions.d.mts.map +1 -1
- package/dist/actions/get-order-positions.mjs.map +1 -1
- package/dist/actions/get-orders.cjs +2 -2
- package/dist/actions/get-orders.cjs.map +1 -1
- package/dist/actions/get-orders.d.cts +48 -3
- package/dist/actions/get-orders.d.cts.map +1 -1
- package/dist/actions/get-orders.d.mts +48 -3
- package/dist/actions/get-orders.d.mts.map +1 -1
- package/dist/actions/get-orders.mjs +2 -2
- package/dist/actions/get-orders.mjs.map +1 -1
- package/dist/actions/get-part-by-id.cjs +5 -5
- package/dist/actions/get-part-by-id.cjs.map +1 -1
- package/dist/actions/get-part-by-id.d.cts +36 -3
- package/dist/actions/get-part-by-id.d.cts.map +1 -1
- package/dist/actions/get-part-by-id.d.mts +36 -3
- package/dist/actions/get-part-by-id.d.mts.map +1 -1
- package/dist/actions/get-part-by-id.mjs +5 -5
- package/dist/actions/get-part-by-id.mjs.map +1 -1
- package/dist/actions/get-part-contact-prices.cjs +1 -1
- package/dist/actions/get-part-contact-prices.cjs.map +1 -1
- package/dist/actions/get-part-contact-prices.d.cts +35 -3
- package/dist/actions/get-part-contact-prices.d.cts.map +1 -1
- package/dist/actions/get-part-contact-prices.d.mts +35 -3
- package/dist/actions/get-part-contact-prices.d.mts.map +1 -1
- package/dist/actions/get-part-contact-prices.mjs +1 -1
- package/dist/actions/get-part-contact-prices.mjs.map +1 -1
- package/dist/actions/get-part-stock.cjs +1 -1
- package/dist/actions/get-part-stock.cjs.map +1 -1
- package/dist/actions/get-part-stock.d.cts +9 -3
- package/dist/actions/get-part-stock.d.cts.map +1 -1
- package/dist/actions/get-part-stock.d.mts +9 -3
- package/dist/actions/get-part-stock.d.mts.map +1 -1
- package/dist/actions/get-part-stock.mjs +1 -1
- package/dist/actions/get-part-stock.mjs.map +1 -1
- package/dist/actions/get-part-unities.cjs +1 -1
- package/dist/actions/get-part-unities.cjs.map +1 -1
- package/dist/actions/get-part-unities.d.cts +27 -3
- package/dist/actions/get-part-unities.d.cts.map +1 -1
- package/dist/actions/get-part-unities.d.mts +27 -3
- package/dist/actions/get-part-unities.d.mts.map +1 -1
- package/dist/actions/get-part-unities.mjs +1 -1
- package/dist/actions/get-part-unities.mjs.map +1 -1
- package/dist/actions/get-parts.cjs +1 -1
- package/dist/actions/get-parts.cjs.map +1 -1
- package/dist/actions/get-parts.d.cts +28 -3
- package/dist/actions/get-parts.d.cts.map +1 -1
- package/dist/actions/get-parts.d.mts +28 -3
- package/dist/actions/get-parts.d.mts.map +1 -1
- package/dist/actions/get-parts.mjs +1 -1
- package/dist/actions/get-parts.mjs.map +1 -1
- package/dist/actions/get-payment-methods.cjs +4 -4
- package/dist/actions/get-payment-methods.cjs.map +1 -1
- package/dist/actions/get-payment-methods.d.cts +27 -3
- package/dist/actions/get-payment-methods.d.cts.map +1 -1
- package/dist/actions/get-payment-methods.d.mts +27 -3
- package/dist/actions/get-payment-methods.d.mts.map +1 -1
- package/dist/actions/get-payment-methods.mjs +4 -4
- package/dist/actions/get-payment-methods.mjs.map +1 -1
- package/dist/actions/get-places.cjs +1 -1
- package/dist/actions/get-places.cjs.map +1 -1
- package/dist/actions/get-places.d.cts +27 -3
- package/dist/actions/get-places.d.cts.map +1 -1
- package/dist/actions/get-places.d.mts +27 -3
- package/dist/actions/get-places.d.mts.map +1 -1
- package/dist/actions/get-places.mjs +1 -1
- package/dist/actions/get-places.mjs.map +1 -1
- package/dist/actions/get-private-transaction-rules.cjs +6 -6
- package/dist/actions/get-private-transaction-rules.cjs.map +1 -1
- package/dist/actions/get-private-transaction-rules.d.cts +24 -3
- package/dist/actions/get-private-transaction-rules.d.cts.map +1 -1
- package/dist/actions/get-private-transaction-rules.d.mts +24 -3
- package/dist/actions/get-private-transaction-rules.d.mts.map +1 -1
- package/dist/actions/get-private-transaction-rules.mjs +6 -6
- package/dist/actions/get-private-transaction-rules.mjs.map +1 -1
- package/dist/actions/get-progress.cjs.map +1 -1
- package/dist/actions/get-progress.d.cts +19 -3
- package/dist/actions/get-progress.d.cts.map +1 -1
- package/dist/actions/get-progress.d.mts +19 -3
- package/dist/actions/get-progress.d.mts.map +1 -1
- package/dist/actions/get-progress.mjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-account-number.cjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-account-number.d.cts +16 -3
- package/dist/actions/get-receipt-guidance-for-account-number.d.cts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-account-number.d.mts +16 -3
- package/dist/actions/get-receipt-guidance-for-account-number.d.mts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-account-number.mjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-all-accounts.cjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.cts +12 -3
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.cts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.mts +12 -3
- package/dist/actions/get-receipt-guidance-for-all-accounts.d.mts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-all-accounts.mjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-expense.cjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-expense.d.cts +15 -3
- package/dist/actions/get-receipt-guidance-for-expense.d.cts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-expense.d.mts +15 -3
- package/dist/actions/get-receipt-guidance-for-expense.d.mts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-expense.mjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-revenue.cjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-revenue.d.cts +12 -3
- package/dist/actions/get-receipt-guidance-for-revenue.d.cts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-revenue.d.mts +12 -3
- package/dist/actions/get-receipt-guidance-for-revenue.d.mts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-revenue.mjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-tax-rule.cjs.map +1 -1
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.cts +20 -3
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.cts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.mts +20 -3
- package/dist/actions/get-receipt-guidance-for-tax-rule.d.mts.map +1 -1
- package/dist/actions/get-receipt-guidance-for-tax-rule.mjs.map +1 -1
- package/dist/actions/get-report-invoicelist.cjs.map +1 -1
- package/dist/actions/get-report-invoicelist.d.cts +22 -3
- package/dist/actions/get-report-invoicelist.d.cts.map +1 -1
- package/dist/actions/get-report-invoicelist.d.mts +22 -3
- package/dist/actions/get-report-invoicelist.d.mts.map +1 -1
- package/dist/actions/get-report-invoicelist.mjs.map +1 -1
- package/dist/actions/get-report-orderlist.cjs +1 -1
- package/dist/actions/get-report-orderlist.cjs.map +1 -1
- package/dist/actions/get-report-orderlist.d.cts +22 -3
- package/dist/actions/get-report-orderlist.d.cts.map +1 -1
- package/dist/actions/get-report-orderlist.d.mts +22 -3
- package/dist/actions/get-report-orderlist.d.mts.map +1 -1
- package/dist/actions/get-report-orderlist.mjs +1 -1
- package/dist/actions/get-report-orderlist.mjs.map +1 -1
- package/dist/actions/get-sev-client-config.cjs +3 -3
- package/dist/actions/get-sev-client-config.cjs.map +1 -1
- package/dist/actions/get-sev-client-config.d.cts +79 -3
- package/dist/actions/get-sev-client-config.d.cts.map +1 -1
- package/dist/actions/get-sev-client-config.d.mts +79 -3
- package/dist/actions/get-sev-client-config.d.mts.map +1 -1
- package/dist/actions/get-sev-client-config.mjs +3 -3
- package/dist/actions/get-sev-client-config.mjs.map +1 -1
- package/dist/actions/get-tag-by-id.cjs +2 -2
- package/dist/actions/get-tag-by-id.cjs.map +1 -1
- package/dist/actions/get-tag-by-id.d.cts +19 -3
- package/dist/actions/get-tag-by-id.d.cts.map +1 -1
- package/dist/actions/get-tag-by-id.d.mts +19 -3
- package/dist/actions/get-tag-by-id.d.mts.map +1 -1
- package/dist/actions/get-tag-by-id.mjs +2 -2
- package/dist/actions/get-tag-by-id.mjs.map +1 -1
- package/dist/actions/get-tag-relations.cjs.map +1 -1
- package/dist/actions/get-tag-relations.d.cts +32 -3
- package/dist/actions/get-tag-relations.d.cts.map +1 -1
- package/dist/actions/get-tag-relations.d.mts +32 -3
- package/dist/actions/get-tag-relations.d.mts.map +1 -1
- package/dist/actions/get-tag-relations.mjs.map +1 -1
- package/dist/actions/get-tags.cjs +2 -2
- package/dist/actions/get-tags.cjs.map +1 -1
- package/dist/actions/get-tags.d.cts +21 -3
- package/dist/actions/get-tags.d.cts.map +1 -1
- package/dist/actions/get-tags.d.mts +21 -3
- package/dist/actions/get-tags.d.mts.map +1 -1
- package/dist/actions/get-tags.mjs +2 -2
- package/dist/actions/get-tags.mjs.map +1 -1
- package/dist/actions/get-tax-rules.cjs +4 -4
- package/dist/actions/get-tax-rules.cjs.map +1 -1
- package/dist/actions/get-tax-rules.d.cts +35 -3
- package/dist/actions/get-tax-rules.d.cts.map +1 -1
- package/dist/actions/get-tax-rules.d.mts +35 -3
- package/dist/actions/get-tax-rules.d.mts.map +1 -1
- package/dist/actions/get-tax-rules.mjs +4 -4
- package/dist/actions/get-tax-rules.mjs.map +1 -1
- package/dist/actions/get-tools-bookkeeping-system-version.cjs.map +1 -1
- package/dist/actions/get-tools-bookkeeping-system-version.d.cts +10 -3
- package/dist/actions/get-tools-bookkeeping-system-version.d.cts.map +1 -1
- package/dist/actions/get-tools-bookkeeping-system-version.d.mts +10 -3
- package/dist/actions/get-tools-bookkeeping-system-version.d.mts.map +1 -1
- package/dist/actions/get-tools-bookkeeping-system-version.mjs.map +1 -1
- package/dist/actions/render-invoice.cjs +2 -2
- package/dist/actions/render-invoice.cjs.map +1 -1
- package/dist/actions/render-invoice.d.cts +20 -3
- package/dist/actions/render-invoice.d.cts.map +1 -1
- package/dist/actions/render-invoice.d.mts +20 -3
- package/dist/actions/render-invoice.d.mts.map +1 -1
- package/dist/actions/render-invoice.mjs +2 -2
- package/dist/actions/render-invoice.mjs.map +1 -1
- package/dist/actions/reset-credit-note-to-open.cjs.map +1 -1
- package/dist/actions/reset-credit-note-to-open.d.cts +46 -3
- package/dist/actions/reset-credit-note-to-open.d.cts.map +1 -1
- package/dist/actions/reset-credit-note-to-open.d.mts +46 -3
- package/dist/actions/reset-credit-note-to-open.d.mts.map +1 -1
- package/dist/actions/reset-credit-note-to-open.mjs.map +1 -1
- package/dist/actions/save-invoice.cjs +51 -51
- package/dist/actions/save-invoice.cjs.map +1 -1
- package/dist/actions/save-invoice.d.cts +338 -3
- package/dist/actions/save-invoice.d.cts.map +1 -1
- package/dist/actions/save-invoice.d.mts +338 -3
- package/dist/actions/save-invoice.d.mts.map +1 -1
- package/dist/actions/save-invoice.mjs +51 -51
- package/dist/actions/save-invoice.mjs.map +1 -1
- package/dist/actions/send-credit-note-by-with-render.cjs.map +1 -1
- package/dist/actions/send-credit-note-by-with-render.d.cts +20 -3
- package/dist/actions/send-credit-note-by-with-render.d.cts.map +1 -1
- package/dist/actions/send-credit-note-by-with-render.d.mts +20 -3
- package/dist/actions/send-credit-note-by-with-render.d.mts.map +1 -1
- package/dist/actions/send-credit-note-by-with-render.mjs.map +1 -1
- package/dist/actions/send-credit-note-by.cjs +14 -14
- package/dist/actions/send-credit-note-by.cjs.map +1 -1
- package/dist/actions/send-credit-note-by.d.cts +74 -3
- package/dist/actions/send-credit-note-by.d.cts.map +1 -1
- package/dist/actions/send-credit-note-by.d.mts +74 -3
- package/dist/actions/send-credit-note-by.d.mts.map +1 -1
- package/dist/actions/send-credit-note-by.mjs +14 -14
- package/dist/actions/send-credit-note-by.mjs.map +1 -1
- package/dist/actions/send-invoice-by.cjs.map +1 -1
- package/dist/actions/send-invoice-by.d.cts +106 -3
- package/dist/actions/send-invoice-by.d.cts.map +1 -1
- package/dist/actions/send-invoice-by.d.mts +106 -3
- package/dist/actions/send-invoice-by.d.mts.map +1 -1
- package/dist/actions/send-invoice-by.mjs.map +1 -1
- package/dist/actions/send-order-by.cjs.map +1 -1
- package/dist/actions/send-order-by.d.cts +81 -3
- package/dist/actions/send-order-by.d.cts.map +1 -1
- package/dist/actions/send-order-by.d.mts +81 -3
- package/dist/actions/send-order-by.d.mts.map +1 -1
- package/dist/actions/send-order-by.mjs.map +1 -1
- package/dist/actions/update-accounting-contact-by-id.cjs +4 -4
- package/dist/actions/update-accounting-contact-by-id.cjs.map +1 -1
- package/dist/actions/update-accounting-contact-by-id.d.cts +34 -3
- package/dist/actions/update-accounting-contact-by-id.d.cts.map +1 -1
- package/dist/actions/update-accounting-contact-by-id.d.mts +34 -3
- package/dist/actions/update-accounting-contact-by-id.d.mts.map +1 -1
- package/dist/actions/update-accounting-contact-by-id.mjs +4 -4
- package/dist/actions/update-accounting-contact-by-id.mjs.map +1 -1
- package/dist/actions/update-check-account-transaction-by-id.cjs +13 -13
- package/dist/actions/update-check-account-transaction-by-id.cjs.map +1 -1
- package/dist/actions/update-check-account-transaction-by-id.d.cts +82 -3
- package/dist/actions/update-check-account-transaction-by-id.d.cts.map +1 -1
- package/dist/actions/update-check-account-transaction-by-id.d.mts +82 -3
- package/dist/actions/update-check-account-transaction-by-id.d.mts.map +1 -1
- package/dist/actions/update-check-account-transaction-by-id.mjs +13 -13
- package/dist/actions/update-check-account-transaction-by-id.mjs.map +1 -1
- package/dist/actions/update-check-account.cjs +10 -10
- package/dist/actions/update-check-account.cjs.map +1 -1
- package/dist/actions/update-check-account.d.cts +65 -3
- package/dist/actions/update-check-account.d.cts.map +1 -1
- package/dist/actions/update-check-account.d.mts +65 -3
- package/dist/actions/update-check-account.d.mts.map +1 -1
- package/dist/actions/update-check-account.mjs +10 -10
- package/dist/actions/update-check-account.mjs.map +1 -1
- package/dist/actions/update-communication-way-by-id.cjs +5 -5
- package/dist/actions/update-communication-way-by-id.cjs.map +1 -1
- package/dist/actions/update-communication-way-by-id.d.cts +59 -3
- package/dist/actions/update-communication-way-by-id.d.cts.map +1 -1
- package/dist/actions/update-communication-way-by-id.d.mts +59 -3
- package/dist/actions/update-communication-way-by-id.d.mts.map +1 -1
- package/dist/actions/update-communication-way-by-id.mjs +5 -5
- package/dist/actions/update-communication-way-by-id.mjs.map +1 -1
- package/dist/actions/update-contact-address-by-id.cjs +12 -12
- package/dist/actions/update-contact-address-by-id.cjs.map +1 -1
- package/dist/actions/update-contact-address-by-id.d.cts +73 -3
- package/dist/actions/update-contact-address-by-id.d.cts.map +1 -1
- package/dist/actions/update-contact-address-by-id.d.mts +73 -3
- package/dist/actions/update-contact-address-by-id.d.mts.map +1 -1
- package/dist/actions/update-contact-address-by-id.mjs +12 -12
- package/dist/actions/update-contact-address-by-id.mjs.map +1 -1
- package/dist/actions/update-contact-custom-field-by-id.cjs.map +1 -1
- package/dist/actions/update-contact-custom-field-by-id.d.cts +51 -3
- package/dist/actions/update-contact-custom-field-by-id.d.cts.map +1 -1
- package/dist/actions/update-contact-custom-field-by-id.d.mts +51 -3
- package/dist/actions/update-contact-custom-field-by-id.d.mts.map +1 -1
- package/dist/actions/update-contact-custom-field-by-id.mjs.map +1 -1
- package/dist/actions/update-contact-custom-field-setting-by-id.cjs +2 -2
- package/dist/actions/update-contact-custom-field-setting-by-id.cjs.map +1 -1
- package/dist/actions/update-contact-custom-field-setting-by-id.d.cts +25 -3
- package/dist/actions/update-contact-custom-field-setting-by-id.d.cts.map +1 -1
- package/dist/actions/update-contact-custom-field-setting-by-id.d.mts +25 -3
- package/dist/actions/update-contact-custom-field-setting-by-id.d.mts.map +1 -1
- package/dist/actions/update-contact-custom-field-setting-by-id.mjs +2 -2
- package/dist/actions/update-contact-custom-field-setting-by-id.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +4 -4
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +107 -3
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +107 -3
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +4 -4
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-invoice-parameter.cjs.map +1 -1
- package/dist/actions/update-invoice-parameter.d.cts +27 -3
- package/dist/actions/update-invoice-parameter.d.cts.map +1 -1
- package/dist/actions/update-invoice-parameter.d.mts +27 -3
- package/dist/actions/update-invoice-parameter.d.mts.map +1 -1
- package/dist/actions/update-invoice-parameter.mjs.map +1 -1
- package/dist/actions/update-order-by-id.cjs +39 -39
- package/dist/actions/update-order-by-id.cjs.map +1 -1
- package/dist/actions/update-order-by-id.d.cts +186 -3
- package/dist/actions/update-order-by-id.d.cts.map +1 -1
- package/dist/actions/update-order-by-id.d.mts +186 -3
- package/dist/actions/update-order-by-id.d.mts.map +1 -1
- package/dist/actions/update-order-by-id.mjs +39 -39
- package/dist/actions/update-order-by-id.mjs.map +1 -1
- package/dist/actions/update-order-template.cjs.map +1 -1
- package/dist/actions/update-order-template.d.cts +27 -3
- package/dist/actions/update-order-template.d.cts.map +1 -1
- package/dist/actions/update-order-template.d.mts +27 -3
- package/dist/actions/update-order-template.d.mts.map +1 -1
- package/dist/actions/update-order-template.mjs.map +1 -1
- package/dist/actions/update-part-by-id.cjs +15 -15
- package/dist/actions/update-part-by-id.cjs.map +1 -1
- package/dist/actions/update-part-by-id.d.cts +79 -3
- package/dist/actions/update-part-by-id.d.cts.map +1 -1
- package/dist/actions/update-part-by-id.d.mts +79 -3
- package/dist/actions/update-part-by-id.d.mts.map +1 -1
- package/dist/actions/update-part-by-id.mjs +15 -15
- package/dist/actions/update-part-by-id.mjs.map +1 -1
- package/dist/actions/update-sev-client-export-config.cjs.map +1 -1
- package/dist/actions/update-sev-client-export-config.d.cts +15 -3
- package/dist/actions/update-sev-client-export-config.d.cts.map +1 -1
- package/dist/actions/update-sev-client-export-config.d.mts +15 -3
- package/dist/actions/update-sev-client-export-config.d.mts.map +1 -1
- package/dist/actions/update-sev-client-export-config.mjs.map +1 -1
- package/dist/actions/update-tag-by-id.cjs +1 -1
- package/dist/actions/update-tag-by-id.cjs.map +1 -1
- package/dist/actions/update-tag-by-id.d.cts +19 -3
- package/dist/actions/update-tag-by-id.d.cts.map +1 -1
- package/dist/actions/update-tag-by-id.d.mts +19 -3
- package/dist/actions/update-tag-by-id.d.mts.map +1 -1
- package/dist/actions/update-tag-by-id.mjs +1 -1
- package/dist/actions/update-tag-by-id.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-address.mjs","names":[],"sources":["../../src/actions/create-contact-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactAddressInput
|
|
1
|
+
{"version":3,"file":"create-contact-address.mjs","names":[],"sources":["../../src/actions/create-contact-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactAddressInput = z.object({\n zip: z.string().describe(\"Zip code\").optional(),\n city: z.string().describe(\"City name\").optional(),\n name: z.string().describe(\"Name in address\").optional(),\n name2: z.string().describe(\"Second name in address\").optional(),\n name3: z.string().describe(\"Third name in address\").optional(),\n name4: z.string().describe(\"Fourth name in address\").optional(),\n street: z.string().describe(\"Street name\").optional(),\n contact: z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\"),\n objectName: z.string().default(\"Contact\").describe(\"Must be 'Contact' to reference a contact object\").optional(),\n}).describe(\"The contact to which this contact address belongs\"),\n country: z.object({\n id: z.number().int().describe(\"Unique identifier of the country\"),\n objectName: z.string().default(\"StaticCountry\").describe(\"Must be 'StaticCountry' to reference a country object\").optional(),\n}).describe(\"Country of the contact address. For all countries, send a GET to /StaticCountry\"),\n category: z.object({\n id: z.number().int().describe(\"Unique identifier of the category\"),\n objectName: z.string().default(\"Category\").describe(\"Must be 'Category' to reference a category object\").optional(),\n}).describe(\"Category of the contact address. For all categories, send a GET to /Category?objectType=ContactAddress\"),\n}).describe(\"Request model for creating a new contact address in SevDesk.\");\nconst SevdeskCreateContactAddress_ContactReferenceSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\").nullable(),\n objectName: z.string().default(\"Contact\").describe(\"Must be 'Contact' to reference a contact object\").nullable().optional(),\n}).describe(\"Reference to a contact in SevDesk\");\nconst SevdeskCreateContactAddress_StaticCountryReferenceSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the country\").nullable(),\n objectName: z.string().default(\"StaticCountry\").describe(\"Must be 'StaticCountry' to reference a country object\").nullable().optional(),\n}).describe(\"Reference to a country in SevDesk\");\nconst SevdeskCreateContactAddress_CategoryReferenceSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the category\").nullable(),\n objectName: z.string().default(\"Category\").describe(\"Must be 'Category' to reference a category object\").nullable().optional(),\n}).describe(\"Reference to a category in SevDesk\");\nconst SevdeskCreateContactAddress_SevClientReferenceSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the client\").nullable(),\n objectName: z.string().describe(\"Model name, which is 'SevClient'\").nullable(),\n}).describe(\"Reference to a SevClient\");\nexport const SevdeskCreateContactAddressOutput = z.object({\n id: z.number().int().describe(\"The contact address id\").nullable(),\n zip: z.string().describe(\"Zip code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Name in address\").nullable().optional(),\n name2: z.string().describe(\"Second name in address\").nullable().optional(),\n name3: z.string().describe(\"Third name in address\").nullable().optional(),\n name4: z.string().describe(\"Fourth name in address\").nullable().optional(),\n create: z.string().describe(\"Date of contact address creation\").nullable(),\n street: z.string().describe(\"Street name\").nullable().optional(),\n update: z.string().describe(\"Date of last contact address update\").nullable(),\n contact: SevdeskCreateContactAddress_ContactReferenceSchema.nullable(),\n country: SevdeskCreateContactAddress_StaticCountryReferenceSchema.nullable(),\n category: SevdeskCreateContactAddress_CategoryReferenceSchema.nullable().optional(),\n sevClient: SevdeskCreateContactAddress_SevClientReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"The contact address object name\").nullable(),\n}).describe(\"Response model for a created contact address in SevDesk.\");\n\nexport const sevdeskCreateContactAddress = action(\"SEVDESK_CREATE_CONTACT_ADDRESS\", {\n slug: \"sevdesk-create-contact-address\",\n name: \"Create Contact Address\",\n description: \"Tool to create a new contact address in SevDesk. Use when you need to add a new address for an existing contact with street, city, postal code, and country information.\",\n input: SevdeskCreateContactAddressInput,\n output: SevdeskCreateContactAddressOutput,\n});\n"],"mappings":"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"}
|
|
@@ -7,17 +7,17 @@ const SevdeskCreateContactCustomFieldSettingInput = zod.z.object({
|
|
|
7
7
|
description: zod.z.string().describe("Description of the contact custom field to explain its purpose or usage").optional()
|
|
8
8
|
}).describe("Request model for creating a new contact custom field setting in sevDesk.");
|
|
9
9
|
const SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema = zod.z.object({
|
|
10
|
-
id: zod.z.string().describe("SevClient ID"),
|
|
11
|
-
objectName: zod.z.string().describe("Object type (SevClient)")
|
|
10
|
+
id: zod.z.string().describe("SevClient ID").nullable(),
|
|
11
|
+
objectName: zod.z.string().describe("Object type (SevClient)").nullable()
|
|
12
12
|
}).describe("Reference to a SevClient for custom field settings.");
|
|
13
13
|
const SevdeskCreateContactCustomFieldSetting_ContactCustomFieldSettingObjectSchema = zod.z.object({
|
|
14
|
-
id: zod.z.string().describe("Unique identifier for the contact custom field setting"),
|
|
15
|
-
name: zod.z.string().describe("Name of the contact custom field"),
|
|
16
|
-
create: zod.z.string().describe("ISO 8601 timestamp when the custom field setting was created"),
|
|
17
|
-
update: zod.z.string().describe("ISO 8601 timestamp when the custom field setting was last updated"),
|
|
14
|
+
id: zod.z.string().describe("Unique identifier for the contact custom field setting").nullable(),
|
|
15
|
+
name: zod.z.string().describe("Name of the contact custom field").nullable(),
|
|
16
|
+
create: zod.z.string().describe("ISO 8601 timestamp when the custom field setting was created").nullable(),
|
|
17
|
+
update: zod.z.string().describe("ISO 8601 timestamp when the custom field setting was last updated").nullable(),
|
|
18
18
|
sevClient: SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema.nullable().optional(),
|
|
19
19
|
identifier: zod.z.string().describe("Unique identifier string for the custom field").nullable().optional(),
|
|
20
|
-
objectName: zod.z.string().describe("Object type (ContactCustomFieldSetting)"),
|
|
20
|
+
objectName: zod.z.string().describe("Object type (ContactCustomFieldSetting)").nullable(),
|
|
21
21
|
description: zod.z.string().describe("Description of the contact custom field").nullable().optional(),
|
|
22
22
|
placeholder: zod.z.string().describe("Placeholder text for the custom field (auto-generated uppercase identifier)").nullable().optional(),
|
|
23
23
|
additionalInformation: zod.z.string().describe("Additional information about the custom field setting").nullable().optional()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field-setting.cjs","names":["z","action"],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldSettingInput
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field-setting.cjs","names":["z","action"],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldSettingInput = z.object({\n name: z.string().describe(\"Name of the contact custom field (e.g., 'Customer ID', 'Referral Source', 'Industry')\"),\n objectName: z.string().describe(\"Internal object name which should be 'ContactCustomFieldSetting'. This is typically set automatically by the API.\").optional(),\n description: z.string().describe(\"Description of the contact custom field to explain its purpose or usage\").optional(),\n}).describe(\"Request model for creating a new contact custom field setting in sevDesk.\");\nconst SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema = z.object({\n id: z.string().describe(\"SevClient ID\").nullable(),\n objectName: z.string().describe(\"Object type (SevClient)\").nullable(),\n}).describe(\"Reference to a SevClient for custom field settings.\");\nconst SevdeskCreateContactCustomFieldSetting_ContactCustomFieldSettingObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact custom field setting\").nullable(),\n name: z.string().describe(\"Name of the contact custom field\").nullable(),\n create: z.string().describe(\"ISO 8601 timestamp when the custom field setting was created\").nullable(),\n update: z.string().describe(\"ISO 8601 timestamp when the custom field setting was last updated\").nullable(),\n sevClient: SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema.nullable().optional(),\n identifier: z.string().describe(\"Unique identifier string for the custom field\").nullable().optional(),\n objectName: z.string().describe(\"Object type (ContactCustomFieldSetting)\").nullable(),\n description: z.string().describe(\"Description of the contact custom field\").nullable().optional(),\n placeholder: z.string().describe(\"Placeholder text for the custom field (auto-generated uppercase identifier)\").nullable().optional(),\n additionalInformation: z.string().describe(\"Additional information about the custom field setting\").nullable().optional(),\n}).describe(\"Created contact custom field setting object with all its properties.\");\nexport const SevdeskCreateContactCustomFieldSettingOutput = z.object({\n objects: SevdeskCreateContactCustomFieldSetting_ContactCustomFieldSettingObjectSchema.nullable(),\n}).describe(\"Response schema for the CREATE_CONTACT_CUSTOM_FIELD_SETTING action.\");\n\nexport const sevdeskCreateContactCustomFieldSetting = action(\"SEVDESK_CREATE_CONTACT_CUSTOM_FIELD_SETTING\", {\n slug: \"sevdesk-create-contact-custom-field-setting\",\n name: \"Create Contact Custom Field Setting\",\n description: \"Creates a new contact custom field setting in sevDesk for tracking additional contact information. Use this tool when you need to add custom fields to contacts to store information beyond the standard fields provided by sevDesk (e.g., customer type, lead source, industry classification, or other custom attributes). Once created, these custom fields can be used when managing contacts.\",\n input: SevdeskCreateContactCustomFieldSettingInput,\n output: SevdeskCreateContactCustomFieldSettingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC9J,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,kEAAkEA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;AACtE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,+EAA+EA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACrG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,WAAW,gEAAgE,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,+CAA+CA,IAAAA,EAAE,OAAO,EACnE,SAAS,6EAA6E,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEjF,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-contact-custom-field-setting.d.ts
|
|
4
|
-
declare const SevdeskCreateContactCustomFieldSettingInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SevdeskCreateContactCustomFieldSettingInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
objectName: z.ZodOptional<z.ZodString>;
|
|
7
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const SevdeskCreateContactCustomFieldSettingOutput: z.ZodObject<{
|
|
10
|
+
objects: z.ZodNullable<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodString>;
|
|
12
|
+
name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
create: z.ZodNullable<z.ZodString>;
|
|
14
|
+
update: z.ZodNullable<z.ZodString>;
|
|
15
|
+
sevClient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
16
|
+
id: z.ZodNullable<z.ZodString>;
|
|
17
|
+
objectName: z.ZodNullable<z.ZodString>;
|
|
18
|
+
}, z.core.$strip>>>;
|
|
19
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
objectName: z.ZodNullable<z.ZodString>;
|
|
21
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
additionalInformation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
}, z.core.$strip>>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
declare const sevdeskCreateContactCustomFieldSetting: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
|
+
name: string;
|
|
28
|
+
objectName?: string | undefined;
|
|
29
|
+
description?: string | undefined;
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
31
|
//#endregion
|
|
8
32
|
export { sevdeskCreateContactCustomFieldSetting };
|
|
9
33
|
//# sourceMappingURL=create-contact-custom-field-setting.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field-setting.d.cts","names":[],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"mappings":";;;cAIa,2CAAA,
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field-setting.d.cts","names":[],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;cAqB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-contact-custom-field-setting.d.ts
|
|
4
|
-
declare const SevdeskCreateContactCustomFieldSettingInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SevdeskCreateContactCustomFieldSettingInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
objectName: z.ZodOptional<z.ZodString>;
|
|
7
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const SevdeskCreateContactCustomFieldSettingOutput: z.ZodObject<{
|
|
10
|
+
objects: z.ZodNullable<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodString>;
|
|
12
|
+
name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
create: z.ZodNullable<z.ZodString>;
|
|
14
|
+
update: z.ZodNullable<z.ZodString>;
|
|
15
|
+
sevClient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
16
|
+
id: z.ZodNullable<z.ZodString>;
|
|
17
|
+
objectName: z.ZodNullable<z.ZodString>;
|
|
18
|
+
}, z.core.$strip>>>;
|
|
19
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
objectName: z.ZodNullable<z.ZodString>;
|
|
21
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
additionalInformation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
}, z.core.$strip>>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
declare const sevdeskCreateContactCustomFieldSetting: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
|
+
name: string;
|
|
28
|
+
objectName?: string | undefined;
|
|
29
|
+
description?: string | undefined;
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
31
|
//#endregion
|
|
8
32
|
export { sevdeskCreateContactCustomFieldSetting };
|
|
9
33
|
//# sourceMappingURL=create-contact-custom-field-setting.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field-setting.d.mts","names":[],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"mappings":";;;cAIa,2CAAA,
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field-setting.d.mts","names":[],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;cAqB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -7,17 +7,17 @@ const SevdeskCreateContactCustomFieldSettingInput = z.object({
|
|
|
7
7
|
description: z.string().describe("Description of the contact custom field to explain its purpose or usage").optional()
|
|
8
8
|
}).describe("Request model for creating a new contact custom field setting in sevDesk.");
|
|
9
9
|
const SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema = z.object({
|
|
10
|
-
id: z.string().describe("SevClient ID"),
|
|
11
|
-
objectName: z.string().describe("Object type (SevClient)")
|
|
10
|
+
id: z.string().describe("SevClient ID").nullable(),
|
|
11
|
+
objectName: z.string().describe("Object type (SevClient)").nullable()
|
|
12
12
|
}).describe("Reference to a SevClient for custom field settings.");
|
|
13
13
|
const SevdeskCreateContactCustomFieldSetting_ContactCustomFieldSettingObjectSchema = z.object({
|
|
14
|
-
id: z.string().describe("Unique identifier for the contact custom field setting"),
|
|
15
|
-
name: z.string().describe("Name of the contact custom field"),
|
|
16
|
-
create: z.string().describe("ISO 8601 timestamp when the custom field setting was created"),
|
|
17
|
-
update: z.string().describe("ISO 8601 timestamp when the custom field setting was last updated"),
|
|
14
|
+
id: z.string().describe("Unique identifier for the contact custom field setting").nullable(),
|
|
15
|
+
name: z.string().describe("Name of the contact custom field").nullable(),
|
|
16
|
+
create: z.string().describe("ISO 8601 timestamp when the custom field setting was created").nullable(),
|
|
17
|
+
update: z.string().describe("ISO 8601 timestamp when the custom field setting was last updated").nullable(),
|
|
18
18
|
sevClient: SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema.nullable().optional(),
|
|
19
19
|
identifier: z.string().describe("Unique identifier string for the custom field").nullable().optional(),
|
|
20
|
-
objectName: z.string().describe("Object type (ContactCustomFieldSetting)"),
|
|
20
|
+
objectName: z.string().describe("Object type (ContactCustomFieldSetting)").nullable(),
|
|
21
21
|
description: z.string().describe("Description of the contact custom field").nullable().optional(),
|
|
22
22
|
placeholder: z.string().describe("Placeholder text for the custom field (auto-generated uppercase identifier)").nullable().optional(),
|
|
23
23
|
additionalInformation: z.string().describe("Additional information about the custom field setting").nullable().optional()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field-setting.mjs","names":[],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldSettingInput
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field-setting.mjs","names":[],"sources":["../../src/actions/create-contact-custom-field-setting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldSettingInput = z.object({\n name: z.string().describe(\"Name of the contact custom field (e.g., 'Customer ID', 'Referral Source', 'Industry')\"),\n objectName: z.string().describe(\"Internal object name which should be 'ContactCustomFieldSetting'. This is typically set automatically by the API.\").optional(),\n description: z.string().describe(\"Description of the contact custom field to explain its purpose or usage\").optional(),\n}).describe(\"Request model for creating a new contact custom field setting in sevDesk.\");\nconst SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema = z.object({\n id: z.string().describe(\"SevClient ID\").nullable(),\n objectName: z.string().describe(\"Object type (SevClient)\").nullable(),\n}).describe(\"Reference to a SevClient for custom field settings.\");\nconst SevdeskCreateContactCustomFieldSetting_ContactCustomFieldSettingObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact custom field setting\").nullable(),\n name: z.string().describe(\"Name of the contact custom field\").nullable(),\n create: z.string().describe(\"ISO 8601 timestamp when the custom field setting was created\").nullable(),\n update: z.string().describe(\"ISO 8601 timestamp when the custom field setting was last updated\").nullable(),\n sevClient: SevdeskCreateContactCustomFieldSetting_SevClientReferenceSchema.nullable().optional(),\n identifier: z.string().describe(\"Unique identifier string for the custom field\").nullable().optional(),\n objectName: z.string().describe(\"Object type (ContactCustomFieldSetting)\").nullable(),\n description: z.string().describe(\"Description of the contact custom field\").nullable().optional(),\n placeholder: z.string().describe(\"Placeholder text for the custom field (auto-generated uppercase identifier)\").nullable().optional(),\n additionalInformation: z.string().describe(\"Additional information about the custom field setting\").nullable().optional(),\n}).describe(\"Created contact custom field setting object with all its properties.\");\nexport const SevdeskCreateContactCustomFieldSettingOutput = z.object({\n objects: SevdeskCreateContactCustomFieldSetting_ContactCustomFieldSettingObjectSchema.nullable(),\n}).describe(\"Response schema for the CREATE_CONTACT_CUSTOM_FIELD_SETTING action.\");\n\nexport const sevdeskCreateContactCustomFieldSetting = action(\"SEVDESK_CREATE_CONTACT_CUSTOM_FIELD_SETTING\", {\n slug: \"sevdesk-create-contact-custom-field-setting\",\n name: \"Create Contact Custom Field Setting\",\n description: \"Creates a new contact custom field setting in sevDesk for tracking additional contact information. Use this tool when you need to add custom fields to contacts to store information beyond the standard fields provided by sevDesk (e.g., customer type, lead source, industry classification, or other custom attributes). Once created, these custom fields can be used when managing contacts.\",\n input: SevdeskCreateContactCustomFieldSettingInput,\n output: SevdeskCreateContactCustomFieldSettingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8C,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CACjH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC9J,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,kEAAkE,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACjD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;AACtE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,+EAA+E,EAAE,OAAO;CAC5F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACrG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,WAAW,gEAAgE,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAKlF,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,6EAA6E,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,qEAOF;AACV,CAAC"}
|
|
@@ -13,11 +13,11 @@ const SevdeskCreateContactCustomFieldInput = zod.z.object({
|
|
|
13
13
|
}).describe("Reference to the custom field setting that defines the field type and metadata")
|
|
14
14
|
}).describe("Request model for creating a new contact custom field in SevDesk.");
|
|
15
15
|
const SevdeskCreateContactCustomField_ContactReferenceSchema = zod.z.object({
|
|
16
|
-
id: zod.z.string().describe("Unique identifier of the contact"),
|
|
16
|
+
id: zod.z.string().describe("Unique identifier of the contact").nullable(),
|
|
17
17
|
objectName: zod.z.string().default("Contact").describe("Model name, which is 'Contact'").nullable().optional()
|
|
18
18
|
}).describe("Reference to a contact in SevDesk");
|
|
19
19
|
const SevdeskCreateContactCustomField_SevClientReferenceSchema = zod.z.object({
|
|
20
|
-
id: zod.z.string().describe("Unique identifier of the client"),
|
|
20
|
+
id: zod.z.string().describe("Unique identifier of the client").nullable(),
|
|
21
21
|
objectName: zod.z.string().default("SevClient").describe("Model name, which is 'SevClient'").nullable().optional()
|
|
22
22
|
}).describe("Reference to a SevClient");
|
|
23
23
|
const SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema = zod.z.object({
|
|
@@ -31,13 +31,13 @@ const SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema = z
|
|
|
31
31
|
description: zod.z.string().describe("Description of the custom field setting").nullable().optional()
|
|
32
32
|
}).describe("Detailed information about a contact custom field setting");
|
|
33
33
|
const SevdeskCreateContactCustomFieldOutput = zod.z.object({
|
|
34
|
-
id: zod.z.string().describe("Unique identifier of the created contact field"),
|
|
35
|
-
value: zod.z.string().describe("The value of the contact field"),
|
|
36
|
-
create: zod.z.string().describe("ISO 8601 timestamp when the contact field was created"),
|
|
37
|
-
update: zod.z.string().describe("ISO 8601 timestamp when the contact field was last updated"),
|
|
34
|
+
id: zod.z.string().describe("Unique identifier of the created contact field").nullable(),
|
|
35
|
+
value: zod.z.string().describe("The value of the contact field").nullable(),
|
|
36
|
+
create: zod.z.string().describe("ISO 8601 timestamp when the contact field was created").nullable(),
|
|
37
|
+
update: zod.z.string().describe("ISO 8601 timestamp when the contact field was last updated").nullable(),
|
|
38
38
|
contact: SevdeskCreateContactCustomField_ContactReferenceSchema.nullable(),
|
|
39
39
|
sevClient: SevdeskCreateContactCustomField_SevClientReferenceSchema.nullable().optional(),
|
|
40
|
-
objectName: zod.z.string().describe("Internal object name which is 'ContactCustomField'"),
|
|
40
|
+
objectName: zod.z.string().describe("Internal object name which is 'ContactCustomField'").nullable(),
|
|
41
41
|
contactCustomFieldSetting: SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema.nullable()
|
|
42
42
|
}).describe("Response model for a created contact custom field in SevDesk.");
|
|
43
43
|
const sevdeskCreateContactCustomField = require_action.action("SEVDESK_CREATE_CONTACT_CUSTOM_FIELD", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/create-contact-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldInput
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/create-contact-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldInput = z.object({\n value: z.string().describe(\"The value to set for this custom field\"),\n contact: z.object({\n id: z.string().describe(\"Unique identifier of the contact\"),\n objectName: z.string().default(\"Contact\").describe(\"Model name, which is 'Contact'\").optional(),\n}).describe(\"Reference to the contact for which to create the custom field\"),\n contactCustomFieldSetting: z.object({\n id: z.string().describe(\"Unique identifier of the contact custom field setting\"),\n objectName: z.string().default(\"ContactCustomFieldSetting\").describe(\"Model name, which is 'ContactCustomFieldSetting'\").optional(),\n}).describe(\"Reference to the custom field setting that defines the field type and metadata\"),\n}).describe(\"Request model for creating a new contact custom field in SevDesk.\");\nconst SevdeskCreateContactCustomField_ContactReferenceSchema = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable(),\n objectName: z.string().default(\"Contact\").describe(\"Model name, which is 'Contact'\").nullable().optional(),\n}).describe(\"Reference to a contact in SevDesk\");\nconst SevdeskCreateContactCustomField_SevClientReferenceSchema = z.object({\n id: z.string().describe(\"Unique identifier of the client\").nullable(),\n objectName: z.string().default(\"SevClient\").describe(\"Model name, which is 'SevClient'\").nullable().optional(),\n}).describe(\"Reference to a SevClient\");\nconst SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema = z.object({\n id: z.string().describe(\"Unique identifier\").nullable().optional(),\n name: z.string().describe(\"Name of the custom field setting\").nullable().optional(),\n create: z.string().describe(\"Creation timestamp\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n sevClient: z.record(z.string(), z.unknown()).describe(\"SevClient reference object\").nullable().optional(),\n identifier: z.string().describe(\"Identifier for the custom field setting\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n description: z.string().describe(\"Description of the custom field setting\").nullable().optional(),\n}).describe(\"Detailed information about a contact custom field setting\");\nexport const SevdeskCreateContactCustomFieldOutput = z.object({\n id: z.string().describe(\"Unique identifier of the created contact field\").nullable(),\n value: z.string().describe(\"The value of the contact field\").nullable(),\n create: z.string().describe(\"ISO 8601 timestamp when the contact field was created\").nullable(),\n update: z.string().describe(\"ISO 8601 timestamp when the contact field was last updated\").nullable(),\n contact: SevdeskCreateContactCustomField_ContactReferenceSchema.nullable(),\n sevClient: SevdeskCreateContactCustomField_SevClientReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"Internal object name which is 'ContactCustomField'\").nullable(),\n contactCustomFieldSetting: SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema.nullable(),\n}).describe(\"Response model for a created contact custom field in SevDesk.\");\n\nexport const sevdeskCreateContactCustomField = action(\"SEVDESK_CREATE_CONTACT_CUSTOM_FIELD\", {\n slug: \"sevdesk-create-contact-custom-field\",\n name: \"Create Contact Custom Field\",\n description: \"Tool to create a custom field for a contact in sevDesk. Use when you need to add custom field values to a contact. Requires references to both the contact and the custom field setting that defines the field type.\",\n input: SevdeskCreateContactCustomFieldInput,\n output: SevdeskCreateContactCustomFieldOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,53 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-contact-custom-field.d.ts
|
|
4
|
-
declare const SevdeskCreateContactCustomFieldInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SevdeskCreateContactCustomFieldInput: z.ZodObject<{
|
|
5
|
+
value: z.ZodString;
|
|
6
|
+
contact: z.ZodObject<{
|
|
7
|
+
id: z.ZodString;
|
|
8
|
+
objectName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
contactCustomFieldSetting: z.ZodObject<{
|
|
11
|
+
id: z.ZodString;
|
|
12
|
+
objectName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
declare const SevdeskCreateContactCustomFieldOutput: z.ZodObject<{
|
|
16
|
+
id: z.ZodNullable<z.ZodString>;
|
|
17
|
+
value: z.ZodNullable<z.ZodString>;
|
|
18
|
+
create: z.ZodNullable<z.ZodString>;
|
|
19
|
+
update: z.ZodNullable<z.ZodString>;
|
|
20
|
+
contact: z.ZodNullable<z.ZodObject<{
|
|
21
|
+
id: z.ZodNullable<z.ZodString>;
|
|
22
|
+
objectName: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
23
|
+
}, z.core.$strip>>;
|
|
24
|
+
sevClient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25
|
+
id: z.ZodNullable<z.ZodString>;
|
|
26
|
+
objectName: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
27
|
+
}, z.core.$strip>>>;
|
|
28
|
+
objectName: z.ZodNullable<z.ZodString>;
|
|
29
|
+
contactCustomFieldSetting: z.ZodNullable<z.ZodObject<{
|
|
30
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
create: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
update: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
sevClient: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
35
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
objectName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
}, z.core.$strip>>;
|
|
39
|
+
}, z.core.$strip>;
|
|
40
|
+
declare const sevdeskCreateContactCustomField: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
41
|
+
value: string;
|
|
42
|
+
contact: {
|
|
43
|
+
id: string;
|
|
44
|
+
objectName?: string | undefined;
|
|
45
|
+
};
|
|
46
|
+
contactCustomFieldSetting: {
|
|
47
|
+
id: string;
|
|
48
|
+
objectName?: string | undefined;
|
|
49
|
+
};
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
51
|
//#endregion
|
|
8
52
|
export { sevdeskCreateContactCustomField };
|
|
9
53
|
//# sourceMappingURL=create-contact-custom-field.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field.d.cts","names":[],"sources":["../../src/actions/create-contact-custom-field.ts"],"mappings":";;;cAIa,oCAAA,
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field.d.cts","names":[],"sources":["../../src/actions/create-contact-custom-field.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cA6BpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAWrC,+BAAA,gCAA+B,wBAAA"}
|
|
@@ -1,9 +1,53 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-contact-custom-field.d.ts
|
|
4
|
-
declare const SevdeskCreateContactCustomFieldInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SevdeskCreateContactCustomFieldInput: z.ZodObject<{
|
|
5
|
+
value: z.ZodString;
|
|
6
|
+
contact: z.ZodObject<{
|
|
7
|
+
id: z.ZodString;
|
|
8
|
+
objectName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
contactCustomFieldSetting: z.ZodObject<{
|
|
11
|
+
id: z.ZodString;
|
|
12
|
+
objectName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
declare const SevdeskCreateContactCustomFieldOutput: z.ZodObject<{
|
|
16
|
+
id: z.ZodNullable<z.ZodString>;
|
|
17
|
+
value: z.ZodNullable<z.ZodString>;
|
|
18
|
+
create: z.ZodNullable<z.ZodString>;
|
|
19
|
+
update: z.ZodNullable<z.ZodString>;
|
|
20
|
+
contact: z.ZodNullable<z.ZodObject<{
|
|
21
|
+
id: z.ZodNullable<z.ZodString>;
|
|
22
|
+
objectName: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
23
|
+
}, z.core.$strip>>;
|
|
24
|
+
sevClient: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25
|
+
id: z.ZodNullable<z.ZodString>;
|
|
26
|
+
objectName: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
27
|
+
}, z.core.$strip>>>;
|
|
28
|
+
objectName: z.ZodNullable<z.ZodString>;
|
|
29
|
+
contactCustomFieldSetting: z.ZodNullable<z.ZodObject<{
|
|
30
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
create: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
update: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
sevClient: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
35
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
objectName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
}, z.core.$strip>>;
|
|
39
|
+
}, z.core.$strip>;
|
|
40
|
+
declare const sevdeskCreateContactCustomField: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
41
|
+
value: string;
|
|
42
|
+
contact: {
|
|
43
|
+
id: string;
|
|
44
|
+
objectName?: string | undefined;
|
|
45
|
+
};
|
|
46
|
+
contactCustomFieldSetting: {
|
|
47
|
+
id: string;
|
|
48
|
+
objectName?: string | undefined;
|
|
49
|
+
};
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
51
|
//#endregion
|
|
8
52
|
export { sevdeskCreateContactCustomField };
|
|
9
53
|
//# sourceMappingURL=create-contact-custom-field.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field.d.mts","names":[],"sources":["../../src/actions/create-contact-custom-field.ts"],"mappings":";;;cAIa,oCAAA,
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field.d.mts","names":[],"sources":["../../src/actions/create-contact-custom-field.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cA6BpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAWrC,+BAAA,gCAA+B,wBAAA"}
|
|
@@ -13,11 +13,11 @@ const SevdeskCreateContactCustomFieldInput = z.object({
|
|
|
13
13
|
}).describe("Reference to the custom field setting that defines the field type and metadata")
|
|
14
14
|
}).describe("Request model for creating a new contact custom field in SevDesk.");
|
|
15
15
|
const SevdeskCreateContactCustomField_ContactReferenceSchema = z.object({
|
|
16
|
-
id: z.string().describe("Unique identifier of the contact"),
|
|
16
|
+
id: z.string().describe("Unique identifier of the contact").nullable(),
|
|
17
17
|
objectName: z.string().default("Contact").describe("Model name, which is 'Contact'").nullable().optional()
|
|
18
18
|
}).describe("Reference to a contact in SevDesk");
|
|
19
19
|
const SevdeskCreateContactCustomField_SevClientReferenceSchema = z.object({
|
|
20
|
-
id: z.string().describe("Unique identifier of the client"),
|
|
20
|
+
id: z.string().describe("Unique identifier of the client").nullable(),
|
|
21
21
|
objectName: z.string().default("SevClient").describe("Model name, which is 'SevClient'").nullable().optional()
|
|
22
22
|
}).describe("Reference to a SevClient");
|
|
23
23
|
const SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema = z.object({
|
|
@@ -36,13 +36,13 @@ const sevdeskCreateContactCustomField = action("SEVDESK_CREATE_CONTACT_CUSTOM_FI
|
|
|
36
36
|
description: "Tool to create a custom field for a contact in sevDesk. Use when you need to add custom field values to a contact. Requires references to both the contact and the custom field setting that defines the field type.",
|
|
37
37
|
input: SevdeskCreateContactCustomFieldInput,
|
|
38
38
|
output: z.object({
|
|
39
|
-
id: z.string().describe("Unique identifier of the created contact field"),
|
|
40
|
-
value: z.string().describe("The value of the contact field"),
|
|
41
|
-
create: z.string().describe("ISO 8601 timestamp when the contact field was created"),
|
|
42
|
-
update: z.string().describe("ISO 8601 timestamp when the contact field was last updated"),
|
|
39
|
+
id: z.string().describe("Unique identifier of the created contact field").nullable(),
|
|
40
|
+
value: z.string().describe("The value of the contact field").nullable(),
|
|
41
|
+
create: z.string().describe("ISO 8601 timestamp when the contact field was created").nullable(),
|
|
42
|
+
update: z.string().describe("ISO 8601 timestamp when the contact field was last updated").nullable(),
|
|
43
43
|
contact: SevdeskCreateContactCustomField_ContactReferenceSchema.nullable(),
|
|
44
44
|
sevClient: SevdeskCreateContactCustomField_SevClientReferenceSchema.nullable().optional(),
|
|
45
|
-
objectName: z.string().describe("Internal object name which is 'ContactCustomField'"),
|
|
45
|
+
objectName: z.string().describe("Internal object name which is 'ContactCustomField'").nullable(),
|
|
46
46
|
contactCustomFieldSetting: SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema.nullable()
|
|
47
47
|
}).describe("Response model for a created contact custom field in SevDesk.")
|
|
48
48
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-custom-field.mjs","names":[],"sources":["../../src/actions/create-contact-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldInput
|
|
1
|
+
{"version":3,"file":"create-contact-custom-field.mjs","names":[],"sources":["../../src/actions/create-contact-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactCustomFieldInput = z.object({\n value: z.string().describe(\"The value to set for this custom field\"),\n contact: z.object({\n id: z.string().describe(\"Unique identifier of the contact\"),\n objectName: z.string().default(\"Contact\").describe(\"Model name, which is 'Contact'\").optional(),\n}).describe(\"Reference to the contact for which to create the custom field\"),\n contactCustomFieldSetting: z.object({\n id: z.string().describe(\"Unique identifier of the contact custom field setting\"),\n objectName: z.string().default(\"ContactCustomFieldSetting\").describe(\"Model name, which is 'ContactCustomFieldSetting'\").optional(),\n}).describe(\"Reference to the custom field setting that defines the field type and metadata\"),\n}).describe(\"Request model for creating a new contact custom field in SevDesk.\");\nconst SevdeskCreateContactCustomField_ContactReferenceSchema = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable(),\n objectName: z.string().default(\"Contact\").describe(\"Model name, which is 'Contact'\").nullable().optional(),\n}).describe(\"Reference to a contact in SevDesk\");\nconst SevdeskCreateContactCustomField_SevClientReferenceSchema = z.object({\n id: z.string().describe(\"Unique identifier of the client\").nullable(),\n objectName: z.string().default(\"SevClient\").describe(\"Model name, which is 'SevClient'\").nullable().optional(),\n}).describe(\"Reference to a SevClient\");\nconst SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema = z.object({\n id: z.string().describe(\"Unique identifier\").nullable().optional(),\n name: z.string().describe(\"Name of the custom field setting\").nullable().optional(),\n create: z.string().describe(\"Creation timestamp\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n sevClient: z.record(z.string(), z.unknown()).describe(\"SevClient reference object\").nullable().optional(),\n identifier: z.string().describe(\"Identifier for the custom field setting\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n description: z.string().describe(\"Description of the custom field setting\").nullable().optional(),\n}).describe(\"Detailed information about a contact custom field setting\");\nexport const SevdeskCreateContactCustomFieldOutput = z.object({\n id: z.string().describe(\"Unique identifier of the created contact field\").nullable(),\n value: z.string().describe(\"The value of the contact field\").nullable(),\n create: z.string().describe(\"ISO 8601 timestamp when the contact field was created\").nullable(),\n update: z.string().describe(\"ISO 8601 timestamp when the contact field was last updated\").nullable(),\n contact: SevdeskCreateContactCustomField_ContactReferenceSchema.nullable(),\n sevClient: SevdeskCreateContactCustomField_SevClientReferenceSchema.nullable().optional(),\n objectName: z.string().describe(\"Internal object name which is 'ContactCustomField'\").nullable(),\n contactCustomFieldSetting: SevdeskCreateContactCustomField_ContactCustomFieldSettingDetailsSchema.nullable(),\n}).describe(\"Response model for a created contact custom field in SevDesk.\");\n\nexport const sevdeskCreateContactCustomField = action(\"SEVDESK_CREATE_CONTACT_CUSTOM_FIELD\", {\n slug: \"sevdesk-create-contact-custom-field\",\n name: \"Create Contact Custom Field\",\n description: \"Tool to create a custom field for a contact in sevDesk. Use when you need to add custom field values to a contact. Requires references to both the contact and the custom field setting that defines the field type.\",\n input: SevdeskCreateContactCustomFieldInput,\n output: SevdeskCreateContactCustomFieldOutput,\n});\n"],"mappings":"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"}
|
|
@@ -44,20 +44,20 @@ const SevdeskCreateContactInput = zod.z.object({
|
|
|
44
44
|
customerNumber: zod.z.string().describe("Customer reference code").optional()
|
|
45
45
|
}).describe("Request model for creating a new contact in SevDesk.");
|
|
46
46
|
const SevdeskCreateContact_CreateContactCategorySchema = zod.z.object({
|
|
47
|
-
id: zod.z.string().describe("UUID of the contact category"),
|
|
47
|
+
id: zod.z.string().describe("UUID of the contact category").nullable(),
|
|
48
48
|
objectName: zod.z.string().default("Category").describe("Must be 'Category' to reference a category object").nullable().optional()
|
|
49
49
|
}).describe("Identifier for a contact category in SevDesk");
|
|
50
50
|
const SevdeskCreateContactOutput = zod.z.object({
|
|
51
|
-
id: zod.z.string().describe("UUID of the created contact"),
|
|
51
|
+
id: zod.z.string().describe("UUID of the created contact").nullable(),
|
|
52
52
|
fax: zod.z.string().describe("Fax number").nullable().optional(),
|
|
53
53
|
name: zod.z.string().describe("Company name").nullable().optional(),
|
|
54
54
|
email: zod.z.string().describe("Email address").nullable().optional(),
|
|
55
55
|
phone: zod.z.string().describe("Telephone number").nullable().optional(),
|
|
56
|
-
create: zod.z.string().describe("Creation timestamp"),
|
|
56
|
+
create: zod.z.string().describe("Creation timestamp").nullable(),
|
|
57
57
|
gender: zod.z.string().describe("Gender (m/w/d)").nullable().optional(),
|
|
58
58
|
mobile: zod.z.string().describe("Mobile number").nullable().optional(),
|
|
59
59
|
status: zod.z.string().describe("Status code").nullable().optional(),
|
|
60
|
-
update: zod.z.string().describe("Last update timestamp"),
|
|
60
|
+
update: zod.z.string().describe("Last update timestamp").nullable(),
|
|
61
61
|
birthday: zod.z.string().describe("Birth date").nullable().optional(),
|
|
62
62
|
category: SevdeskCreateContact_CreateContactCategorySchema.nullable().optional(),
|
|
63
63
|
surename: zod.z.string().describe("Last name (deprecated field)").nullable().optional(),
|
|
@@ -66,7 +66,7 @@ const SevdeskCreateContactOutput = zod.z.object({
|
|
|
66
66
|
taxOffice: zod.z.string().describe("Tax office").nullable().optional(),
|
|
67
67
|
vatNumber: zod.z.string().describe("VAT number").nullable().optional(),
|
|
68
68
|
familyname: zod.z.string().describe("Family name/last name").nullable().optional(),
|
|
69
|
-
objectName: zod.z.string().describe("Object type, should be 'Contact'"),
|
|
69
|
+
objectName: zod.z.string().describe("Object type, should be 'Contact'").nullable(),
|
|
70
70
|
description: zod.z.string().describe("Free-text notes").nullable().optional(),
|
|
71
71
|
academicTitle: zod.z.string().describe("Academic title").nullable().optional(),
|
|
72
72
|
customerNumber: zod.z.string().describe("Customer reference code").nullable().optional()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact.cjs","names":["z","action"],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactInput
|
|
1
|
+
{"version":3,"file":"create-contact.cjs","names":["z","action"],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskCreateContactInput = z.object({\n fax: z.string().describe(\"Fax number\").optional(),\n name: z.string().describe(\"Company name, required if type=COMPANY\").optional(),\n type: z.enum([\"PERSON\", \"COMPANY\"]).describe(\"Contact type: PERSON or COMPANY\"),\n email: z.string().describe(\"Email address\").optional(),\n phone: z.string().describe(\"Telephone number\").optional(),\n gender: z.enum([\"m\", \"w\", \"d\"]).describe(\"Gender: m=male, w=female, d=diverse\").optional(),\n mobile: z.string().describe(\"Mobile phone number\").optional(),\n address: z.object({\n zip: z.string().describe(\"Postal code\").optional(),\n city: z.string().describe(\"City\").optional(),\n street: z.string().describe(\"Street name\").optional(),\n country: z.object({\n id: z.string().describe(\"UUID of the country\"),\n objectName: z.string().default(\"Country\").describe(\"Must be 'Country' to reference a country object\").optional(),\n}).describe(\"Identifier for a country in SevDesk\").optional(),\n}).describe(\"Postal address for the contact\").optional(),\n revenue: z.number().describe(\"Annual revenue as numeric value\").optional(),\n birthday: z.string().describe(\"Birth date in YYYY-MM-DD format\").optional(),\n category: z.object({\n id: z.string().describe(\"UUID of the contact category\"),\n objectName: z.string().default(\"Category\").describe(\"Must be 'Category' to reference a category object\").optional(),\n}).describe(\"Category reference for grouping contacts. Common values: id=3 for 'Customer', id=2 for 'Supplier'\"),\n surename: z.string().describe(\"Deprecated: Use 'familyname' instead. This field is kept for backward compatibility.\").optional(),\n firstname: z.string().describe(\"First name of the person\").optional(),\n taxNumber: z.string().describe(\"Tax number\").optional(),\n taxOffice: z.string().describe(\"Tax office\").optional(),\n vatNumber: z.string().describe(\"VAT number\").optional(),\n familyname: z.string().describe(\"Last name/family name, required if type=PERSON\").optional(),\n bankDetails: z.object({\n bic: z.string().describe(\"BIC/SWIFT code\").optional(),\n iban: z.string().describe(\"IBAN number\").optional(),\n bankName: z.string().describe(\"Name of the bank\").optional(),\n}).describe(\"Bank account details for the contact\").optional(),\n description: z.string().describe(\"Free-text notes\").optional(),\n academicTitle: z.string().describe(\"Academic title (e.g., Dr.)\").optional(),\n customerNumber: z.string().describe(\"Customer reference code\").optional(),\n}).describe(\"Request model for creating a new contact in SevDesk.\");\nconst SevdeskCreateContact_CreateContactCategorySchema = z.object({\n id: z.string().describe(\"UUID of the contact category\").nullable(),\n objectName: z.string().default(\"Category\").describe(\"Must be 'Category' to reference a category object\").nullable().optional(),\n}).describe(\"Identifier for a contact category in SevDesk\");\nexport const SevdeskCreateContactOutput = z.object({\n id: z.string().describe(\"UUID of the created contact\").nullable(),\n fax: z.string().describe(\"Fax number\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n phone: z.string().describe(\"Telephone number\").nullable().optional(),\n create: z.string().describe(\"Creation timestamp\").nullable(),\n gender: z.string().describe(\"Gender (m/w/d)\").nullable().optional(),\n mobile: z.string().describe(\"Mobile number\").nullable().optional(),\n status: z.string().describe(\"Status code\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable(),\n birthday: z.string().describe(\"Birth date\").nullable().optional(),\n category: SevdeskCreateContact_CreateContactCategorySchema.nullable().optional(),\n surename: z.string().describe(\"Last name (deprecated field)\").nullable().optional(),\n firstname: z.string().describe(\"First name\").nullable().optional(),\n taxNumber: z.string().describe(\"Tax number\").nullable().optional(),\n taxOffice: z.string().describe(\"Tax office\").nullable().optional(),\n vatNumber: z.string().describe(\"VAT number\").nullable().optional(),\n familyname: z.string().describe(\"Family name/last name\").nullable().optional(),\n objectName: z.string().describe(\"Object type, should be 'Contact'\").nullable(),\n description: z.string().describe(\"Free-text notes\").nullable().optional(),\n academicTitle: z.string().describe(\"Academic title\").nullable().optional(),\n customerNumber: z.string().describe(\"Customer reference code\").nullable().optional(),\n}).describe(\"Response model for a created contact in SevDesk.\");\n\nexport const sevdeskCreateContact = action(\"SEVDESK_CREATE_CONTACT\", {\n slug: \"sevdesk-create-contact\",\n name: \"Create Contact\",\n description: \"Creates a new contact (person or company) in SevDesk accounting system. Required fields: - type: Must be 'PERSON' or 'COMPANY' - familyname: Required for PERSON type (last name) - name: Required for COMPANY type (company name) - category: Contact category reference (e.g., id=3 for Customer, id=2 for Supplier) Automatically generates customerNumber if not provided. Supports optional fields like email, phone, address, bank details, tax information, and more.\",\n input: SevdeskCreateContactInput,\n output: SevdeskCreateContactOutput,\n});\n"],"mappings":"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"}
|