@keystrokehq/simla_com 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-customer-interaction-favorite.cjs +20 -0
- package/dist/actions/add-customer-interaction-favorite.cjs.map +1 -0
- package/dist/actions/add-customer-interaction-favorite.d.cts +9 -0
- package/dist/actions/add-customer-interaction-favorite.d.cts.map +1 -0
- package/dist/actions/add-customer-interaction-favorite.d.mts +9 -0
- package/dist/actions/add-customer-interaction-favorite.d.mts.map +1 -0
- package/dist/actions/add-customer-interaction-favorite.mjs +17 -0
- package/dist/actions/add-customer-interaction-favorite.mjs.map +1 -0
- package/dist/actions/combine-customers-corporate.cjs +19 -0
- package/dist/actions/combine-customers-corporate.cjs.map +1 -0
- package/dist/actions/combine-customers-corporate.d.cts +9 -0
- package/dist/actions/combine-customers-corporate.d.cts.map +1 -0
- package/dist/actions/combine-customers-corporate.d.mts +9 -0
- package/dist/actions/combine-customers-corporate.d.mts.map +1 -0
- package/dist/actions/combine-customers-corporate.mjs +16 -0
- package/dist/actions/combine-customers-corporate.mjs.map +1 -0
- package/dist/actions/combine-customers.cjs +19 -0
- package/dist/actions/combine-customers.cjs.map +1 -0
- package/dist/actions/combine-customers.d.cts +9 -0
- package/dist/actions/combine-customers.d.cts.map +1 -0
- package/dist/actions/combine-customers.d.mts +9 -0
- package/dist/actions/combine-customers.d.mts.map +1 -0
- package/dist/actions/combine-customers.mjs +16 -0
- package/dist/actions/combine-customers.mjs.map +1 -0
- package/dist/actions/combine-orders.cjs +24 -0
- package/dist/actions/combine-orders.cjs.map +1 -0
- package/dist/actions/combine-orders.d.cts +9 -0
- package/dist/actions/combine-orders.d.cts.map +1 -0
- package/dist/actions/combine-orders.d.mts +9 -0
- package/dist/actions/combine-orders.d.mts.map +1 -0
- package/dist/actions/combine-orders.mjs +21 -0
- package/dist/actions/combine-orders.mjs.map +1 -0
- package/dist/actions/create-cost.cjs +41 -0
- package/dist/actions/create-cost.cjs.map +1 -0
- package/dist/actions/create-cost.d.cts +9 -0
- package/dist/actions/create-cost.d.cts.map +1 -0
- package/dist/actions/create-cost.d.mts +9 -0
- package/dist/actions/create-cost.d.mts.map +1 -0
- package/dist/actions/create-cost.mjs +40 -0
- package/dist/actions/create-cost.mjs.map +1 -0
- package/dist/actions/create-custom-field.cjs +58 -0
- package/dist/actions/create-custom-field.cjs.map +1 -0
- package/dist/actions/create-custom-field.d.cts +9 -0
- package/dist/actions/create-custom-field.d.cts.map +1 -0
- package/dist/actions/create-custom-field.d.mts +9 -0
- package/dist/actions/create-custom-field.d.mts.map +1 -0
- package/dist/actions/create-custom-field.mjs +55 -0
- package/dist/actions/create-custom-field.mjs.map +1 -0
- package/dist/actions/create-custom-fields-dictionaries.cjs +29 -0
- package/dist/actions/create-custom-fields-dictionaries.cjs.map +1 -0
- package/dist/actions/create-custom-fields-dictionaries.d.cts +9 -0
- package/dist/actions/create-custom-fields-dictionaries.d.cts.map +1 -0
- package/dist/actions/create-custom-fields-dictionaries.d.mts +9 -0
- package/dist/actions/create-custom-fields-dictionaries.d.mts.map +1 -0
- package/dist/actions/create-custom-fields-dictionaries.mjs +26 -0
- package/dist/actions/create-custom-fields-dictionaries.mjs.map +1 -0
- package/dist/actions/create-customer-corporate.cjs +45 -0
- package/dist/actions/create-customer-corporate.cjs.map +1 -0
- package/dist/actions/create-customer-corporate.d.cts +9 -0
- package/dist/actions/create-customer-corporate.d.cts.map +1 -0
- package/dist/actions/create-customer-corporate.d.mts +9 -0
- package/dist/actions/create-customer-corporate.d.mts.map +1 -0
- package/dist/actions/create-customer-corporate.mjs +42 -0
- package/dist/actions/create-customer-corporate.mjs.map +1 -0
- package/dist/actions/create-customer-interaction-cart-set.cjs +28 -0
- package/dist/actions/create-customer-interaction-cart-set.cjs.map +1 -0
- package/dist/actions/create-customer-interaction-cart-set.d.cts +9 -0
- package/dist/actions/create-customer-interaction-cart-set.d.cts.map +1 -0
- package/dist/actions/create-customer-interaction-cart-set.d.mts +9 -0
- package/dist/actions/create-customer-interaction-cart-set.d.mts.map +1 -0
- package/dist/actions/create-customer-interaction-cart-set.mjs +25 -0
- package/dist/actions/create-customer-interaction-cart-set.mjs.map +1 -0
- package/dist/actions/create-customer.cjs +47 -0
- package/dist/actions/create-customer.cjs.map +1 -0
- package/dist/actions/create-customer.d.cts +9 -0
- package/dist/actions/create-customer.d.cts.map +1 -0
- package/dist/actions/create-customer.d.mts +9 -0
- package/dist/actions/create-customer.d.mts.map +1 -0
- package/dist/actions/create-customer.mjs +44 -0
- package/dist/actions/create-customer.mjs.map +1 -0
- package/dist/actions/create-customers-corporate-addresses.cjs +43 -0
- package/dist/actions/create-customers-corporate-addresses.cjs.map +1 -0
- package/dist/actions/create-customers-corporate-addresses.d.cts +9 -0
- package/dist/actions/create-customers-corporate-addresses.d.cts.map +1 -0
- package/dist/actions/create-customers-corporate-addresses.d.mts +9 -0
- package/dist/actions/create-customers-corporate-addresses.d.mts.map +1 -0
- package/dist/actions/create-customers-corporate-addresses.mjs +40 -0
- package/dist/actions/create-customers-corporate-addresses.mjs.map +1 -0
- package/dist/actions/create-customers-corporate-companies.cjs +25 -0
- package/dist/actions/create-customers-corporate-companies.cjs.map +1 -0
- package/dist/actions/create-customers-corporate-companies.d.cts +9 -0
- package/dist/actions/create-customers-corporate-companies.d.cts.map +1 -0
- package/dist/actions/create-customers-corporate-companies.d.mts +9 -0
- package/dist/actions/create-customers-corporate-companies.d.mts.map +1 -0
- package/dist/actions/create-customers-corporate-companies.mjs +22 -0
- package/dist/actions/create-customers-corporate-companies.mjs.map +1 -0
- package/dist/actions/create-customers-corporate-contacts.cjs +28 -0
- package/dist/actions/create-customers-corporate-contacts.cjs.map +1 -0
- package/dist/actions/create-customers-corporate-contacts.d.cts +9 -0
- package/dist/actions/create-customers-corporate-contacts.d.cts.map +1 -0
- package/dist/actions/create-customers-corporate-contacts.d.mts +9 -0
- package/dist/actions/create-customers-corporate-contacts.d.mts.map +1 -0
- package/dist/actions/create-customers-corporate-contacts.mjs +25 -0
- package/dist/actions/create-customers-corporate-contacts.mjs.map +1 -0
- package/dist/actions/create-customers-corporate-notes.cjs +44 -0
- package/dist/actions/create-customers-corporate-notes.cjs.map +1 -0
- package/dist/actions/create-customers-corporate-notes.d.cts +9 -0
- package/dist/actions/create-customers-corporate-notes.d.cts.map +1 -0
- package/dist/actions/create-customers-corporate-notes.d.mts +9 -0
- package/dist/actions/create-customers-corporate-notes.d.mts.map +1 -0
- package/dist/actions/create-customers-corporate-notes.mjs +43 -0
- package/dist/actions/create-customers-corporate-notes.mjs.map +1 -0
- package/dist/actions/create-customers-notes.cjs +31 -0
- package/dist/actions/create-customers-notes.cjs.map +1 -0
- package/dist/actions/create-customers-notes.d.cts +9 -0
- package/dist/actions/create-customers-notes.d.cts.map +1 -0
- package/dist/actions/create-customers-notes.d.mts +9 -0
- package/dist/actions/create-customers-notes.d.mts.map +1 -0
- package/dist/actions/create-customers-notes.mjs +28 -0
- package/dist/actions/create-customers-notes.mjs.map +1 -0
- package/dist/actions/create-loyalty-calculate.cjs +54 -0
- package/dist/actions/create-loyalty-calculate.cjs.map +1 -0
- package/dist/actions/create-loyalty-calculate.d.cts +9 -0
- package/dist/actions/create-loyalty-calculate.d.cts.map +1 -0
- package/dist/actions/create-loyalty-calculate.d.mts +9 -0
- package/dist/actions/create-loyalty-calculate.d.mts.map +1 -0
- package/dist/actions/create-loyalty-calculate.mjs +53 -0
- package/dist/actions/create-loyalty-calculate.mjs.map +1 -0
- package/dist/actions/create-order.cjs +83 -0
- package/dist/actions/create-order.cjs.map +1 -0
- package/dist/actions/create-order.d.cts +9 -0
- package/dist/actions/create-order.d.cts.map +1 -0
- package/dist/actions/create-order.d.mts +9 -0
- package/dist/actions/create-order.d.mts.map +1 -0
- package/dist/actions/create-order.mjs +82 -0
- package/dist/actions/create-order.mjs.map +1 -0
- package/dist/actions/create-orders-link.cjs +26 -0
- package/dist/actions/create-orders-link.cjs.map +1 -0
- package/dist/actions/create-orders-link.d.cts +9 -0
- package/dist/actions/create-orders-link.d.cts.map +1 -0
- package/dist/actions/create-orders-link.d.mts +9 -0
- package/dist/actions/create-orders-link.d.mts.map +1 -0
- package/dist/actions/create-orders-link.mjs +23 -0
- package/dist/actions/create-orders-link.mjs.map +1 -0
- package/dist/actions/create-orders-packs.cjs +29 -0
- package/dist/actions/create-orders-packs.cjs.map +1 -0
- package/dist/actions/create-orders-packs.d.cts +9 -0
- package/dist/actions/create-orders-packs.d.cts.map +1 -0
- package/dist/actions/create-orders-packs.d.mts +9 -0
- package/dist/actions/create-orders-packs.d.mts.map +1 -0
- package/dist/actions/create-orders-packs.mjs +26 -0
- package/dist/actions/create-orders-packs.mjs.map +1 -0
- package/dist/actions/create-orders-payments-create.cjs +41 -0
- package/dist/actions/create-orders-payments-create.cjs.map +1 -0
- package/dist/actions/create-orders-payments-create.d.cts +9 -0
- package/dist/actions/create-orders-payments-create.d.cts.map +1 -0
- package/dist/actions/create-orders-payments-create.d.mts +9 -0
- package/dist/actions/create-orders-payments-create.d.mts.map +1 -0
- package/dist/actions/create-orders-payments-create.mjs +40 -0
- package/dist/actions/create-orders-payments-create.mjs.map +1 -0
- package/dist/actions/create-reference-courier.cjs +27 -0
- package/dist/actions/create-reference-courier.cjs.map +1 -0
- package/dist/actions/create-reference-courier.d.cts +9 -0
- package/dist/actions/create-reference-courier.d.cts.map +1 -0
- package/dist/actions/create-reference-courier.d.mts +9 -0
- package/dist/actions/create-reference-courier.d.mts.map +1 -0
- package/dist/actions/create-reference-courier.mjs +24 -0
- package/dist/actions/create-reference-courier.mjs.map +1 -0
- package/dist/actions/create-reference-currencies.cjs +28 -0
- package/dist/actions/create-reference-currencies.cjs.map +1 -0
- package/dist/actions/create-reference-currencies.d.cts +9 -0
- package/dist/actions/create-reference-currencies.d.cts.map +1 -0
- package/dist/actions/create-reference-currencies.d.mts +9 -0
- package/dist/actions/create-reference-currencies.d.mts.map +1 -0
- package/dist/actions/create-reference-currencies.mjs +25 -0
- package/dist/actions/create-reference-currencies.mjs.map +1 -0
- package/dist/actions/create-store-inventories-upload.cjs +33 -0
- package/dist/actions/create-store-inventories-upload.cjs.map +1 -0
- package/dist/actions/create-store-inventories-upload.d.cts +9 -0
- package/dist/actions/create-store-inventories-upload.d.cts.map +1 -0
- package/dist/actions/create-store-inventories-upload.d.mts +9 -0
- package/dist/actions/create-store-inventories-upload.d.mts.map +1 -0
- package/dist/actions/create-store-inventories-upload.mjs +30 -0
- package/dist/actions/create-store-inventories-upload.mjs.map +1 -0
- package/dist/actions/create-store-product-groups.cjs +24 -0
- package/dist/actions/create-store-product-groups.cjs.map +1 -0
- package/dist/actions/create-store-product-groups.d.cts +9 -0
- package/dist/actions/create-store-product-groups.d.cts.map +1 -0
- package/dist/actions/create-store-product-groups.d.mts +9 -0
- package/dist/actions/create-store-product-groups.d.mts.map +1 -0
- package/dist/actions/create-store-product-groups.mjs +21 -0
- package/dist/actions/create-store-product-groups.mjs.map +1 -0
- package/dist/actions/create-store-products-batch-create.cjs +30 -0
- package/dist/actions/create-store-products-batch-create.cjs.map +1 -0
- package/dist/actions/create-store-products-batch-create.d.cts +9 -0
- package/dist/actions/create-store-products-batch-create.d.cts.map +1 -0
- package/dist/actions/create-store-products-batch-create.d.mts +9 -0
- package/dist/actions/create-store-products-batch-create.d.mts.map +1 -0
- package/dist/actions/create-store-products-batch-create.mjs +27 -0
- package/dist/actions/create-store-products-batch-create.mjs.map +1 -0
- package/dist/actions/create-task.cjs +52 -0
- package/dist/actions/create-task.cjs.map +1 -0
- package/dist/actions/create-task.d.cts +9 -0
- package/dist/actions/create-task.d.cts.map +1 -0
- package/dist/actions/create-task.d.mts +9 -0
- package/dist/actions/create-task.d.mts.map +1 -0
- package/dist/actions/create-task.mjs +51 -0
- package/dist/actions/create-task.mjs.map +1 -0
- package/dist/actions/create-web-analytics-visits-upload.cjs +31 -0
- package/dist/actions/create-web-analytics-visits-upload.cjs.map +1 -0
- package/dist/actions/create-web-analytics-visits-upload.d.cts +9 -0
- package/dist/actions/create-web-analytics-visits-upload.d.cts.map +1 -0
- package/dist/actions/create-web-analytics-visits-upload.d.mts +9 -0
- package/dist/actions/create-web-analytics-visits-upload.d.mts.map +1 -0
- package/dist/actions/create-web-analytics-visits-upload.mjs +28 -0
- package/dist/actions/create-web-analytics-visits-upload.mjs.map +1 -0
- package/dist/actions/delete-cost.cjs +16 -0
- package/dist/actions/delete-cost.cjs.map +1 -0
- package/dist/actions/delete-cost.d.cts +9 -0
- package/dist/actions/delete-cost.d.cts.map +1 -0
- package/dist/actions/delete-cost.d.mts +9 -0
- package/dist/actions/delete-cost.d.mts.map +1 -0
- package/dist/actions/delete-cost.mjs +13 -0
- package/dist/actions/delete-cost.mjs.map +1 -0
- package/dist/actions/delete-customers-corporate-note.cjs +16 -0
- package/dist/actions/delete-customers-corporate-note.cjs.map +1 -0
- package/dist/actions/delete-customers-corporate-note.d.cts +9 -0
- package/dist/actions/delete-customers-corporate-note.d.cts.map +1 -0
- package/dist/actions/delete-customers-corporate-note.d.mts +9 -0
- package/dist/actions/delete-customers-corporate-note.d.mts.map +1 -0
- package/dist/actions/delete-customers-corporate-note.mjs +13 -0
- package/dist/actions/delete-customers-corporate-note.mjs.map +1 -0
- package/dist/actions/delete-customers-note.cjs +19 -0
- package/dist/actions/delete-customers-note.cjs.map +1 -0
- package/dist/actions/delete-customers-note.d.cts +9 -0
- package/dist/actions/delete-customers-note.d.cts.map +1 -0
- package/dist/actions/delete-customers-note.d.mts +9 -0
- package/dist/actions/delete-customers-note.d.mts.map +1 -0
- package/dist/actions/delete-customers-note.mjs +16 -0
- package/dist/actions/delete-customers-note.mjs.map +1 -0
- package/dist/actions/delete-order-payment.cjs +16 -0
- package/dist/actions/delete-order-payment.cjs.map +1 -0
- package/dist/actions/delete-order-payment.d.cts +9 -0
- package/dist/actions/delete-order-payment.d.cts.map +1 -0
- package/dist/actions/delete-order-payment.d.mts +9 -0
- package/dist/actions/delete-order-payment.d.mts.map +1 -0
- package/dist/actions/delete-order-payment.mjs +13 -0
- package/dist/actions/delete-order-payment.mjs.map +1 -0
- package/dist/actions/edit-cost.cjs +72 -0
- package/dist/actions/edit-cost.cjs.map +1 -0
- package/dist/actions/edit-cost.d.cts +9 -0
- package/dist/actions/edit-cost.d.cts.map +1 -0
- package/dist/actions/edit-cost.d.mts +9 -0
- package/dist/actions/edit-cost.d.mts.map +1 -0
- package/dist/actions/edit-cost.mjs +71 -0
- package/dist/actions/edit-cost.mjs.map +1 -0
- package/dist/actions/edit-custom-field.cjs +46 -0
- package/dist/actions/edit-custom-field.cjs.map +1 -0
- package/dist/actions/edit-custom-field.d.cts +9 -0
- package/dist/actions/edit-custom-field.d.cts.map +1 -0
- package/dist/actions/edit-custom-field.d.mts +9 -0
- package/dist/actions/edit-custom-field.d.mts.map +1 -0
- package/dist/actions/edit-custom-field.mjs +43 -0
- package/dist/actions/edit-custom-field.mjs.map +1 -0
- package/dist/actions/edit-custom-fields-dictionary.cjs +29 -0
- package/dist/actions/edit-custom-fields-dictionary.cjs.map +1 -0
- package/dist/actions/edit-custom-fields-dictionary.d.cts +9 -0
- package/dist/actions/edit-custom-fields-dictionary.d.cts.map +1 -0
- package/dist/actions/edit-custom-fields-dictionary.d.mts +9 -0
- package/dist/actions/edit-custom-fields-dictionary.d.mts.map +1 -0
- package/dist/actions/edit-custom-fields-dictionary.mjs +26 -0
- package/dist/actions/edit-custom-fields-dictionary.mjs.map +1 -0
- package/dist/actions/edit-customer-corporate.cjs +33 -0
- package/dist/actions/edit-customer-corporate.cjs.map +1 -0
- package/dist/actions/edit-customer-corporate.d.cts +9 -0
- package/dist/actions/edit-customer-corporate.d.cts.map +1 -0
- package/dist/actions/edit-customer-corporate.d.mts +9 -0
- package/dist/actions/edit-customer-corporate.d.mts.map +1 -0
- package/dist/actions/edit-customer-corporate.mjs +30 -0
- package/dist/actions/edit-customer-corporate.mjs.map +1 -0
- package/dist/actions/edit-customer.cjs +45 -0
- package/dist/actions/edit-customer.cjs.map +1 -0
- package/dist/actions/edit-customer.d.cts +9 -0
- package/dist/actions/edit-customer.d.cts.map +1 -0
- package/dist/actions/edit-customer.d.mts +9 -0
- package/dist/actions/edit-customer.d.mts.map +1 -0
- package/dist/actions/edit-customer.mjs +42 -0
- package/dist/actions/edit-customer.mjs.map +1 -0
- package/dist/actions/edit-customers-corporate-address.cjs +38 -0
- package/dist/actions/edit-customers-corporate-address.cjs.map +1 -0
- package/dist/actions/edit-customers-corporate-address.d.cts +9 -0
- package/dist/actions/edit-customers-corporate-address.d.cts.map +1 -0
- package/dist/actions/edit-customers-corporate-address.d.mts +9 -0
- package/dist/actions/edit-customers-corporate-address.d.mts.map +1 -0
- package/dist/actions/edit-customers-corporate-address.mjs +35 -0
- package/dist/actions/edit-customers-corporate-address.mjs.map +1 -0
- package/dist/actions/edit-customers-corporate-company.cjs +32 -0
- package/dist/actions/edit-customers-corporate-company.cjs.map +1 -0
- package/dist/actions/edit-customers-corporate-company.d.cts +9 -0
- package/dist/actions/edit-customers-corporate-company.d.cts.map +1 -0
- package/dist/actions/edit-customers-corporate-company.d.mts +9 -0
- package/dist/actions/edit-customers-corporate-company.d.mts.map +1 -0
- package/dist/actions/edit-customers-corporate-company.mjs +29 -0
- package/dist/actions/edit-customers-corporate-company.mjs.map +1 -0
- package/dist/actions/edit-customers-corporate-contacts.cjs +26 -0
- package/dist/actions/edit-customers-corporate-contacts.cjs.map +1 -0
- package/dist/actions/edit-customers-corporate-contacts.d.cts +9 -0
- package/dist/actions/edit-customers-corporate-contacts.d.cts.map +1 -0
- package/dist/actions/edit-customers-corporate-contacts.d.mts +9 -0
- package/dist/actions/edit-customers-corporate-contacts.d.mts.map +1 -0
- package/dist/actions/edit-customers-corporate-contacts.mjs +23 -0
- package/dist/actions/edit-customers-corporate-contacts.mjs.map +1 -0
- package/dist/actions/edit-delivery-generic-setting.cjs +100 -0
- package/dist/actions/edit-delivery-generic-setting.cjs.map +1 -0
- package/dist/actions/edit-delivery-generic-setting.d.cts +9 -0
- package/dist/actions/edit-delivery-generic-setting.d.cts.map +1 -0
- package/dist/actions/edit-delivery-generic-setting.d.mts +9 -0
- package/dist/actions/edit-delivery-generic-setting.d.mts.map +1 -0
- package/dist/actions/edit-delivery-generic-setting.mjs +97 -0
- package/dist/actions/edit-delivery-generic-setting.mjs.map +1 -0
- package/dist/actions/edit-file.cjs +36 -0
- package/dist/actions/edit-file.cjs.map +1 -0
- package/dist/actions/edit-file.d.cts +9 -0
- package/dist/actions/edit-file.d.cts.map +1 -0
- package/dist/actions/edit-file.d.mts +9 -0
- package/dist/actions/edit-file.d.mts.map +1 -0
- package/dist/actions/edit-file.mjs +35 -0
- package/dist/actions/edit-file.mjs.map +1 -0
- package/dist/actions/edit-integration-module.cjs +29 -0
- package/dist/actions/edit-integration-module.cjs.map +1 -0
- package/dist/actions/edit-integration-module.d.cts +9 -0
- package/dist/actions/edit-integration-module.d.cts.map +1 -0
- package/dist/actions/edit-integration-module.d.mts +9 -0
- package/dist/actions/edit-integration-module.d.mts.map +1 -0
- package/dist/actions/edit-integration-module.mjs +26 -0
- package/dist/actions/edit-integration-module.mjs.map +1 -0
- package/dist/actions/edit-order.cjs +71 -0
- package/dist/actions/edit-order.cjs.map +1 -0
- package/dist/actions/edit-order.d.cts +9 -0
- package/dist/actions/edit-order.d.cts.map +1 -0
- package/dist/actions/edit-order.d.mts +9 -0
- package/dist/actions/edit-order.d.mts.map +1 -0
- package/dist/actions/edit-order.mjs +70 -0
- package/dist/actions/edit-order.mjs.map +1 -0
- package/dist/actions/edit-orders-payment.cjs +27 -0
- package/dist/actions/edit-orders-payment.cjs.map +1 -0
- package/dist/actions/edit-orders-payment.d.cts +9 -0
- package/dist/actions/edit-orders-payment.d.cts.map +1 -0
- package/dist/actions/edit-orders-payment.d.mts +9 -0
- package/dist/actions/edit-orders-payment.d.mts.map +1 -0
- package/dist/actions/edit-orders-payment.mjs +24 -0
- package/dist/actions/edit-orders-payment.mjs.map +1 -0
- package/dist/actions/edit-reference-cost-group.cjs +28 -0
- package/dist/actions/edit-reference-cost-group.cjs.map +1 -0
- package/dist/actions/edit-reference-cost-group.d.cts +9 -0
- package/dist/actions/edit-reference-cost-group.d.cts.map +1 -0
- package/dist/actions/edit-reference-cost-group.d.mts +9 -0
- package/dist/actions/edit-reference-cost-group.d.mts.map +1 -0
- package/dist/actions/edit-reference-cost-group.mjs +25 -0
- package/dist/actions/edit-reference-cost-group.mjs.map +1 -0
- package/dist/actions/edit-reference-cost-item.cjs +43 -0
- package/dist/actions/edit-reference-cost-item.cjs.map +1 -0
- package/dist/actions/edit-reference-cost-item.d.cts +9 -0
- package/dist/actions/edit-reference-cost-item.d.cts.map +1 -0
- package/dist/actions/edit-reference-cost-item.d.mts +9 -0
- package/dist/actions/edit-reference-cost-item.d.mts.map +1 -0
- package/dist/actions/edit-reference-cost-item.mjs +42 -0
- package/dist/actions/edit-reference-cost-item.mjs.map +1 -0
- package/dist/actions/edit-reference-courier.cjs +31 -0
- package/dist/actions/edit-reference-courier.cjs.map +1 -0
- package/dist/actions/edit-reference-courier.d.cts +9 -0
- package/dist/actions/edit-reference-courier.d.cts.map +1 -0
- package/dist/actions/edit-reference-courier.d.mts +9 -0
- package/dist/actions/edit-reference-courier.d.mts.map +1 -0
- package/dist/actions/edit-reference-courier.mjs +28 -0
- package/dist/actions/edit-reference-courier.mjs.map +1 -0
- package/dist/actions/edit-reference-currency.cjs +31 -0
- package/dist/actions/edit-reference-currency.cjs.map +1 -0
- package/dist/actions/edit-reference-currency.d.cts +9 -0
- package/dist/actions/edit-reference-currency.d.cts.map +1 -0
- package/dist/actions/edit-reference-currency.d.mts +9 -0
- package/dist/actions/edit-reference-currency.d.mts.map +1 -0
- package/dist/actions/edit-reference-currency.mjs +28 -0
- package/dist/actions/edit-reference-currency.mjs.map +1 -0
- package/dist/actions/edit-reference-delivery-service.cjs +27 -0
- package/dist/actions/edit-reference-delivery-service.cjs.map +1 -0
- package/dist/actions/edit-reference-delivery-service.d.cts +9 -0
- package/dist/actions/edit-reference-delivery-service.d.cts.map +1 -0
- package/dist/actions/edit-reference-delivery-service.d.mts +9 -0
- package/dist/actions/edit-reference-delivery-service.d.mts.map +1 -0
- package/dist/actions/edit-reference-delivery-service.mjs +24 -0
- package/dist/actions/edit-reference-delivery-service.mjs.map +1 -0
- package/dist/actions/edit-reference-delivery-types.cjs +40 -0
- package/dist/actions/edit-reference-delivery-types.cjs.map +1 -0
- package/dist/actions/edit-reference-delivery-types.d.cts +9 -0
- package/dist/actions/edit-reference-delivery-types.d.cts.map +1 -0
- package/dist/actions/edit-reference-delivery-types.d.mts +9 -0
- package/dist/actions/edit-reference-delivery-types.d.mts.map +1 -0
- package/dist/actions/edit-reference-delivery-types.mjs +37 -0
- package/dist/actions/edit-reference-delivery-types.mjs.map +1 -0
- package/dist/actions/edit-reference-order-method.cjs +38 -0
- package/dist/actions/edit-reference-order-method.cjs.map +1 -0
- package/dist/actions/edit-reference-order-method.d.cts +9 -0
- package/dist/actions/edit-reference-order-method.d.cts.map +1 -0
- package/dist/actions/edit-reference-order-method.d.mts +9 -0
- package/dist/actions/edit-reference-order-method.d.mts.map +1 -0
- package/dist/actions/edit-reference-order-method.mjs +37 -0
- package/dist/actions/edit-reference-order-method.mjs.map +1 -0
- package/dist/actions/edit-reference-order-type.cjs +29 -0
- package/dist/actions/edit-reference-order-type.cjs.map +1 -0
- package/dist/actions/edit-reference-order-type.d.cts +9 -0
- package/dist/actions/edit-reference-order-type.d.cts.map +1 -0
- package/dist/actions/edit-reference-order-type.d.mts +9 -0
- package/dist/actions/edit-reference-order-type.d.mts.map +1 -0
- package/dist/actions/edit-reference-order-type.mjs +26 -0
- package/dist/actions/edit-reference-order-type.mjs.map +1 -0
- package/dist/actions/edit-reference-payment-status.cjs +33 -0
- package/dist/actions/edit-reference-payment-status.cjs.map +1 -0
- package/dist/actions/edit-reference-payment-status.d.cts +9 -0
- package/dist/actions/edit-reference-payment-status.d.cts.map +1 -0
- package/dist/actions/edit-reference-payment-status.d.mts +9 -0
- package/dist/actions/edit-reference-payment-status.d.mts.map +1 -0
- package/dist/actions/edit-reference-payment-status.mjs +30 -0
- package/dist/actions/edit-reference-payment-status.mjs.map +1 -0
- package/dist/actions/edit-reference-payment-type.cjs +32 -0
- package/dist/actions/edit-reference-payment-type.cjs.map +1 -0
- package/dist/actions/edit-reference-payment-type.d.cts +9 -0
- package/dist/actions/edit-reference-payment-type.d.cts.map +1 -0
- package/dist/actions/edit-reference-payment-type.d.mts +9 -0
- package/dist/actions/edit-reference-payment-type.d.mts.map +1 -0
- package/dist/actions/edit-reference-payment-type.mjs +29 -0
- package/dist/actions/edit-reference-payment-type.mjs.map +1 -0
- package/dist/actions/edit-reference-price-type.cjs +30 -0
- package/dist/actions/edit-reference-price-type.cjs.map +1 -0
- package/dist/actions/edit-reference-price-type.d.cts +9 -0
- package/dist/actions/edit-reference-price-type.d.cts.map +1 -0
- package/dist/actions/edit-reference-price-type.d.mts +9 -0
- package/dist/actions/edit-reference-price-type.d.mts.map +1 -0
- package/dist/actions/edit-reference-price-type.mjs +27 -0
- package/dist/actions/edit-reference-price-type.mjs.map +1 -0
- package/dist/actions/edit-reference-product-status.cjs +30 -0
- package/dist/actions/edit-reference-product-status.cjs.map +1 -0
- package/dist/actions/edit-reference-product-status.d.cts +9 -0
- package/dist/actions/edit-reference-product-status.d.cts.map +1 -0
- package/dist/actions/edit-reference-product-status.d.mts +9 -0
- package/dist/actions/edit-reference-product-status.d.mts.map +1 -0
- package/dist/actions/edit-reference-product-status.mjs +27 -0
- package/dist/actions/edit-reference-product-status.mjs.map +1 -0
- package/dist/actions/edit-reference-statuses.cjs +29 -0
- package/dist/actions/edit-reference-statuses.cjs.map +1 -0
- package/dist/actions/edit-reference-statuses.d.cts +9 -0
- package/dist/actions/edit-reference-statuses.d.cts.map +1 -0
- package/dist/actions/edit-reference-statuses.d.mts +9 -0
- package/dist/actions/edit-reference-statuses.d.mts.map +1 -0
- package/dist/actions/edit-reference-statuses.mjs +26 -0
- package/dist/actions/edit-reference-statuses.mjs.map +1 -0
- package/dist/actions/edit-reference-stores.cjs +57 -0
- package/dist/actions/edit-reference-stores.cjs.map +1 -0
- package/dist/actions/edit-reference-stores.d.cts +9 -0
- package/dist/actions/edit-reference-stores.d.cts.map +1 -0
- package/dist/actions/edit-reference-stores.d.mts +9 -0
- package/dist/actions/edit-reference-stores.d.mts.map +1 -0
- package/dist/actions/edit-reference-stores.mjs +54 -0
- package/dist/actions/edit-reference-stores.mjs.map +1 -0
- package/dist/actions/edit-reference-subscription.cjs +40 -0
- package/dist/actions/edit-reference-subscription.cjs.map +1 -0
- package/dist/actions/edit-reference-subscription.d.cts +9 -0
- package/dist/actions/edit-reference-subscription.d.cts.map +1 -0
- package/dist/actions/edit-reference-subscription.d.mts +9 -0
- package/dist/actions/edit-reference-subscription.d.mts.map +1 -0
- package/dist/actions/edit-reference-subscription.mjs +39 -0
- package/dist/actions/edit-reference-subscription.mjs.map +1 -0
- package/dist/actions/edit-reference-unit.cjs +27 -0
- package/dist/actions/edit-reference-unit.cjs.map +1 -0
- package/dist/actions/edit-reference-unit.d.cts +9 -0
- package/dist/actions/edit-reference-unit.d.cts.map +1 -0
- package/dist/actions/edit-reference-unit.d.mts +9 -0
- package/dist/actions/edit-reference-unit.d.mts.map +1 -0
- package/dist/actions/edit-reference-unit.mjs +24 -0
- package/dist/actions/edit-reference-unit.mjs.map +1 -0
- package/dist/actions/edit-store-product-group.cjs +28 -0
- package/dist/actions/edit-store-product-group.cjs.map +1 -0
- package/dist/actions/edit-store-product-group.d.cts +9 -0
- package/dist/actions/edit-store-product-group.d.cts.map +1 -0
- package/dist/actions/edit-store-product-group.d.mts +9 -0
- package/dist/actions/edit-store-product-group.d.mts.map +1 -0
- package/dist/actions/edit-store-product-group.mjs +25 -0
- package/dist/actions/edit-store-product-group.mjs.map +1 -0
- package/dist/actions/edit-store-products-batch.cjs +31 -0
- package/dist/actions/edit-store-products-batch.cjs.map +1 -0
- package/dist/actions/edit-store-products-batch.d.cts +9 -0
- package/dist/actions/edit-store-products-batch.d.cts.map +1 -0
- package/dist/actions/edit-store-products-batch.d.mts +9 -0
- package/dist/actions/edit-store-products-batch.d.mts.map +1 -0
- package/dist/actions/edit-store-products-batch.mjs +30 -0
- package/dist/actions/edit-store-products-batch.mjs.map +1 -0
- package/dist/actions/edit-store-setting.cjs +23 -0
- package/dist/actions/edit-store-setting.cjs.map +1 -0
- package/dist/actions/edit-store-setting.d.cts +9 -0
- package/dist/actions/edit-store-setting.d.cts.map +1 -0
- package/dist/actions/edit-store-setting.d.mts +9 -0
- package/dist/actions/edit-store-setting.d.mts.map +1 -0
- package/dist/actions/edit-store-setting.mjs +20 -0
- package/dist/actions/edit-store-setting.mjs.map +1 -0
- package/dist/actions/edit-task.cjs +39 -0
- package/dist/actions/edit-task.cjs.map +1 -0
- package/dist/actions/edit-task.d.cts +9 -0
- package/dist/actions/edit-task.d.cts.map +1 -0
- package/dist/actions/edit-task.d.mts +9 -0
- package/dist/actions/edit-task.d.mts.map +1 -0
- package/dist/actions/edit-task.mjs +38 -0
- package/dist/actions/edit-task.mjs.map +1 -0
- package/dist/actions/edit-telephony-setting.cjs +40 -0
- package/dist/actions/edit-telephony-setting.cjs.map +1 -0
- package/dist/actions/edit-telephony-setting.d.cts +9 -0
- package/dist/actions/edit-telephony-setting.d.cts.map +1 -0
- package/dist/actions/edit-telephony-setting.d.mts +9 -0
- package/dist/actions/edit-telephony-setting.d.mts.map +1 -0
- package/dist/actions/edit-telephony-setting.mjs +39 -0
- package/dist/actions/edit-telephony-setting.mjs.map +1 -0
- package/dist/actions/fix-customers-corporate-external-ids.cjs +19 -0
- package/dist/actions/fix-customers-corporate-external-ids.cjs.map +1 -0
- package/dist/actions/fix-customers-corporate-external-ids.d.cts +9 -0
- package/dist/actions/fix-customers-corporate-external-ids.d.cts.map +1 -0
- package/dist/actions/fix-customers-corporate-external-ids.d.mts +9 -0
- package/dist/actions/fix-customers-corporate-external-ids.d.mts.map +1 -0
- package/dist/actions/fix-customers-corporate-external-ids.mjs +16 -0
- package/dist/actions/fix-customers-corporate-external-ids.mjs.map +1 -0
- package/dist/actions/fix-customers-external-ids.cjs +19 -0
- package/dist/actions/fix-customers-external-ids.cjs.map +1 -0
- package/dist/actions/fix-customers-external-ids.d.cts +9 -0
- package/dist/actions/fix-customers-external-ids.d.cts.map +1 -0
- package/dist/actions/fix-customers-external-ids.d.mts +9 -0
- package/dist/actions/fix-customers-external-ids.d.mts.map +1 -0
- package/dist/actions/fix-customers-external-ids.mjs +16 -0
- package/dist/actions/fix-customers-external-ids.mjs.map +1 -0
- package/dist/actions/fix-orders-external-ids.cjs +19 -0
- package/dist/actions/fix-orders-external-ids.cjs.map +1 -0
- package/dist/actions/fix-orders-external-ids.d.cts +9 -0
- package/dist/actions/fix-orders-external-ids.d.cts.map +1 -0
- package/dist/actions/fix-orders-external-ids.d.mts +9 -0
- package/dist/actions/fix-orders-external-ids.d.mts.map +1 -0
- package/dist/actions/fix-orders-external-ids.mjs +16 -0
- package/dist/actions/fix-orders-external-ids.mjs.map +1 -0
- package/dist/actions/get-api-credentials.cjs +22 -0
- package/dist/actions/get-api-credentials.cjs.map +1 -0
- package/dist/actions/get-api-credentials.d.cts +9 -0
- package/dist/actions/get-api-credentials.d.cts.map +1 -0
- package/dist/actions/get-api-credentials.d.mts +9 -0
- package/dist/actions/get-api-credentials.d.mts.map +1 -0
- package/dist/actions/get-api-credentials.mjs +19 -0
- package/dist/actions/get-api-credentials.mjs.map +1 -0
- package/dist/actions/get-api-versions.cjs +21 -0
- package/dist/actions/get-api-versions.cjs.map +1 -0
- package/dist/actions/get-api-versions.d.cts +9 -0
- package/dist/actions/get-api-versions.d.cts.map +1 -0
- package/dist/actions/get-api-versions.d.mts +9 -0
- package/dist/actions/get-api-versions.d.mts.map +1 -0
- package/dist/actions/get-api-versions.mjs +18 -0
- package/dist/actions/get-api-versions.mjs.map +1 -0
- package/dist/actions/get-cost.cjs +47 -0
- package/dist/actions/get-cost.cjs.map +1 -0
- package/dist/actions/get-cost.d.cts +9 -0
- package/dist/actions/get-cost.d.cts.map +1 -0
- package/dist/actions/get-cost.d.mts +9 -0
- package/dist/actions/get-cost.d.mts.map +1 -0
- package/dist/actions/get-cost.mjs +46 -0
- package/dist/actions/get-cost.mjs.map +1 -0
- package/dist/actions/get-custom-field.cjs +56 -0
- package/dist/actions/get-custom-field.cjs.map +1 -0
- package/dist/actions/get-custom-field.d.cts +9 -0
- package/dist/actions/get-custom-field.d.cts.map +1 -0
- package/dist/actions/get-custom-field.d.mts +9 -0
- package/dist/actions/get-custom-field.d.mts.map +1 -0
- package/dist/actions/get-custom-field.mjs +55 -0
- package/dist/actions/get-custom-field.mjs.map +1 -0
- package/dist/actions/get-custom-fields-dictionaries.cjs +43 -0
- package/dist/actions/get-custom-fields-dictionaries.cjs.map +1 -0
- package/dist/actions/get-custom-fields-dictionaries.d.cts +9 -0
- package/dist/actions/get-custom-fields-dictionaries.d.cts.map +1 -0
- package/dist/actions/get-custom-fields-dictionaries.d.mts +9 -0
- package/dist/actions/get-custom-fields-dictionaries.d.mts.map +1 -0
- package/dist/actions/get-custom-fields-dictionaries.mjs +42 -0
- package/dist/actions/get-custom-fields-dictionaries.mjs.map +1 -0
- package/dist/actions/get-custom-fields-dictionary.cjs +30 -0
- package/dist/actions/get-custom-fields-dictionary.cjs.map +1 -0
- package/dist/actions/get-custom-fields-dictionary.d.cts +9 -0
- package/dist/actions/get-custom-fields-dictionary.d.cts.map +1 -0
- package/dist/actions/get-custom-fields-dictionary.d.mts +9 -0
- package/dist/actions/get-custom-fields-dictionary.d.mts.map +1 -0
- package/dist/actions/get-custom-fields-dictionary.mjs +29 -0
- package/dist/actions/get-custom-fields-dictionary.mjs.map +1 -0
- package/dist/actions/get-custom-fields.cjs +46 -0
- package/dist/actions/get-custom-fields.cjs.map +1 -0
- package/dist/actions/get-custom-fields.d.cts +9 -0
- package/dist/actions/get-custom-fields.d.cts.map +1 -0
- package/dist/actions/get-custom-fields.d.mts +9 -0
- package/dist/actions/get-custom-fields.d.mts.map +1 -0
- package/dist/actions/get-custom-fields.mjs +45 -0
- package/dist/actions/get-custom-fields.mjs.map +1 -0
- package/dist/actions/get-customer-corporate.cjs +36 -0
- package/dist/actions/get-customer-corporate.cjs.map +1 -0
- package/dist/actions/get-customer-corporate.d.cts +9 -0
- package/dist/actions/get-customer-corporate.d.cts.map +1 -0
- package/dist/actions/get-customer-corporate.d.mts +9 -0
- package/dist/actions/get-customer-corporate.d.mts.map +1 -0
- package/dist/actions/get-customer-corporate.mjs +35 -0
- package/dist/actions/get-customer-corporate.mjs.map +1 -0
- package/dist/actions/get-customer-interaction-favorites.cjs +23 -0
- package/dist/actions/get-customer-interaction-favorites.cjs.map +1 -0
- package/dist/actions/get-customer-interaction-favorites.d.cts +9 -0
- package/dist/actions/get-customer-interaction-favorites.d.cts.map +1 -0
- package/dist/actions/get-customer-interaction-favorites.d.mts +9 -0
- package/dist/actions/get-customer-interaction-favorites.d.mts.map +1 -0
- package/dist/actions/get-customer-interaction-favorites.mjs +20 -0
- package/dist/actions/get-customer-interaction-favorites.mjs.map +1 -0
- package/dist/actions/get-customer.cjs +82 -0
- package/dist/actions/get-customer.cjs.map +1 -0
- package/dist/actions/get-customer.d.cts +9 -0
- package/dist/actions/get-customer.d.cts.map +1 -0
- package/dist/actions/get-customer.d.mts +9 -0
- package/dist/actions/get-customer.d.mts.map +1 -0
- package/dist/actions/get-customer.mjs +81 -0
- package/dist/actions/get-customer.mjs.map +1 -0
- package/dist/actions/get-customers-corporate-companies.cjs +36 -0
- package/dist/actions/get-customers-corporate-companies.cjs.map +1 -0
- package/dist/actions/get-customers-corporate-companies.d.cts +9 -0
- package/dist/actions/get-customers-corporate-companies.d.cts.map +1 -0
- package/dist/actions/get-customers-corporate-companies.d.mts +9 -0
- package/dist/actions/get-customers-corporate-companies.d.mts.map +1 -0
- package/dist/actions/get-customers-corporate-companies.mjs +35 -0
- package/dist/actions/get-customers-corporate-companies.mjs.map +1 -0
- package/dist/actions/get-customers-corporate-history.cjs +58 -0
- package/dist/actions/get-customers-corporate-history.cjs.map +1 -0
- package/dist/actions/get-customers-corporate-history.d.cts +9 -0
- package/dist/actions/get-customers-corporate-history.d.cts.map +1 -0
- package/dist/actions/get-customers-corporate-history.d.mts +9 -0
- package/dist/actions/get-customers-corporate-history.d.mts.map +1 -0
- package/dist/actions/get-customers-corporate-history.mjs +57 -0
- package/dist/actions/get-customers-corporate-history.mjs.map +1 -0
- package/dist/actions/get-customers-corporate-notes.cjs +51 -0
- package/dist/actions/get-customers-corporate-notes.cjs.map +1 -0
- package/dist/actions/get-customers-corporate-notes.d.cts +9 -0
- package/dist/actions/get-customers-corporate-notes.d.cts.map +1 -0
- package/dist/actions/get-customers-corporate-notes.d.mts +9 -0
- package/dist/actions/get-customers-corporate-notes.d.mts.map +1 -0
- package/dist/actions/get-customers-corporate-notes.mjs +50 -0
- package/dist/actions/get-customers-corporate-notes.mjs.map +1 -0
- package/dist/actions/get-customers-corporate.cjs +36 -0
- package/dist/actions/get-customers-corporate.cjs.map +1 -0
- package/dist/actions/get-customers-corporate.d.cts +9 -0
- package/dist/actions/get-customers-corporate.d.cts.map +1 -0
- package/dist/actions/get-customers-corporate.d.mts +9 -0
- package/dist/actions/get-customers-corporate.d.mts.map +1 -0
- package/dist/actions/get-customers-corporate.mjs +35 -0
- package/dist/actions/get-customers-corporate.mjs.map +1 -0
- package/dist/actions/get-customers-history.cjs +57 -0
- package/dist/actions/get-customers-history.cjs.map +1 -0
- package/dist/actions/get-customers-history.d.cts +9 -0
- package/dist/actions/get-customers-history.d.cts.map +1 -0
- package/dist/actions/get-customers-history.d.mts +9 -0
- package/dist/actions/get-customers-history.d.mts.map +1 -0
- package/dist/actions/get-customers-history.mjs +56 -0
- package/dist/actions/get-customers-history.mjs.map +1 -0
- package/dist/actions/get-customers-notes.cjs +51 -0
- package/dist/actions/get-customers-notes.cjs.map +1 -0
- package/dist/actions/get-customers-notes.d.cts +9 -0
- package/dist/actions/get-customers-notes.d.cts.map +1 -0
- package/dist/actions/get-customers-notes.d.mts +9 -0
- package/dist/actions/get-customers-notes.d.mts.map +1 -0
- package/dist/actions/get-customers-notes.mjs +50 -0
- package/dist/actions/get-customers-notes.mjs.map +1 -0
- package/dist/actions/get-customers.cjs +62 -0
- package/dist/actions/get-customers.cjs.map +1 -0
- package/dist/actions/get-customers.d.cts +9 -0
- package/dist/actions/get-customers.d.cts.map +1 -0
- package/dist/actions/get-customers.d.mts +9 -0
- package/dist/actions/get-customers.d.mts.map +1 -0
- package/dist/actions/get-customers.mjs +61 -0
- package/dist/actions/get-customers.mjs.map +1 -0
- package/dist/actions/get-delivery-generic-setting.cjs +21 -0
- package/dist/actions/get-delivery-generic-setting.cjs.map +1 -0
- package/dist/actions/get-delivery-generic-setting.d.cts +9 -0
- package/dist/actions/get-delivery-generic-setting.d.cts.map +1 -0
- package/dist/actions/get-delivery-generic-setting.d.mts +9 -0
- package/dist/actions/get-delivery-generic-setting.d.mts.map +1 -0
- package/dist/actions/get-delivery-generic-setting.mjs +18 -0
- package/dist/actions/get-delivery-generic-setting.mjs.map +1 -0
- package/dist/actions/get-delivery-shipments.cjs +50 -0
- package/dist/actions/get-delivery-shipments.cjs.map +1 -0
- package/dist/actions/get-delivery-shipments.d.cts +9 -0
- package/dist/actions/get-delivery-shipments.d.cts.map +1 -0
- package/dist/actions/get-delivery-shipments.d.mts +9 -0
- package/dist/actions/get-delivery-shipments.d.mts.map +1 -0
- package/dist/actions/get-delivery-shipments.mjs +49 -0
- package/dist/actions/get-delivery-shipments.mjs.map +1 -0
- package/dist/actions/get-files.cjs +44 -0
- package/dist/actions/get-files.cjs.map +1 -0
- package/dist/actions/get-files.d.cts +9 -0
- package/dist/actions/get-files.d.cts.map +1 -0
- package/dist/actions/get-files.d.mts +9 -0
- package/dist/actions/get-files.d.mts.map +1 -0
- package/dist/actions/get-files.mjs +43 -0
- package/dist/actions/get-files.mjs.map +1 -0
- package/dist/actions/get-loyalty-accounts.cjs +73 -0
- package/dist/actions/get-loyalty-accounts.cjs.map +1 -0
- package/dist/actions/get-loyalty-accounts.d.cts +9 -0
- package/dist/actions/get-loyalty-accounts.d.cts.map +1 -0
- package/dist/actions/get-loyalty-accounts.d.mts +9 -0
- package/dist/actions/get-loyalty-accounts.d.mts.map +1 -0
- package/dist/actions/get-loyalty-accounts.mjs +72 -0
- package/dist/actions/get-loyalty-accounts.mjs.map +1 -0
- package/dist/actions/get-loyalty-bonus-operations.cjs +35 -0
- package/dist/actions/get-loyalty-bonus-operations.cjs.map +1 -0
- package/dist/actions/get-loyalty-bonus-operations.d.cts +9 -0
- package/dist/actions/get-loyalty-bonus-operations.d.cts.map +1 -0
- package/dist/actions/get-loyalty-bonus-operations.d.mts +9 -0
- package/dist/actions/get-loyalty-bonus-operations.d.mts.map +1 -0
- package/dist/actions/get-loyalty-bonus-operations.mjs +34 -0
- package/dist/actions/get-loyalty-bonus-operations.mjs.map +1 -0
- package/dist/actions/get-loyalty-loyalties.cjs +38 -0
- package/dist/actions/get-loyalty-loyalties.cjs.map +1 -0
- package/dist/actions/get-loyalty-loyalties.d.cts +9 -0
- package/dist/actions/get-loyalty-loyalties.d.cts.map +1 -0
- package/dist/actions/get-loyalty-loyalties.d.mts +9 -0
- package/dist/actions/get-loyalty-loyalties.d.mts.map +1 -0
- package/dist/actions/get-loyalty-loyalties.mjs +37 -0
- package/dist/actions/get-loyalty-loyalties.mjs.map +1 -0
- package/dist/actions/get-order.cjs +50 -0
- package/dist/actions/get-order.cjs.map +1 -0
- package/dist/actions/get-order.d.cts +9 -0
- package/dist/actions/get-order.d.cts.map +1 -0
- package/dist/actions/get-order.d.mts +9 -0
- package/dist/actions/get-order.d.mts.map +1 -0
- package/dist/actions/get-order.mjs +49 -0
- package/dist/actions/get-order.mjs.map +1 -0
- package/dist/actions/get-orders-history.cjs +91 -0
- package/dist/actions/get-orders-history.cjs.map +1 -0
- package/dist/actions/get-orders-history.d.cts +9 -0
- package/dist/actions/get-orders-history.d.cts.map +1 -0
- package/dist/actions/get-orders-history.d.mts +9 -0
- package/dist/actions/get-orders-history.d.mts.map +1 -0
- package/dist/actions/get-orders-history.mjs +90 -0
- package/dist/actions/get-orders-history.mjs.map +1 -0
- package/dist/actions/get-orders-packs-history.cjs +42 -0
- package/dist/actions/get-orders-packs-history.cjs.map +1 -0
- package/dist/actions/get-orders-packs-history.d.cts +9 -0
- package/dist/actions/get-orders-packs-history.d.cts.map +1 -0
- package/dist/actions/get-orders-packs-history.d.mts +9 -0
- package/dist/actions/get-orders-packs-history.d.mts.map +1 -0
- package/dist/actions/get-orders-packs-history.mjs +41 -0
- package/dist/actions/get-orders-packs-history.mjs.map +1 -0
- package/dist/actions/get-orders.cjs +77 -0
- package/dist/actions/get-orders.cjs.map +1 -0
- package/dist/actions/get-orders.d.cts +9 -0
- package/dist/actions/get-orders.d.cts.map +1 -0
- package/dist/actions/get-orders.d.mts +9 -0
- package/dist/actions/get-orders.d.mts.map +1 -0
- package/dist/actions/get-orders.mjs +76 -0
- package/dist/actions/get-orders.mjs.map +1 -0
- package/dist/actions/get-products.cjs +52 -0
- package/dist/actions/get-products.cjs.map +1 -0
- package/dist/actions/get-products.d.cts +9 -0
- package/dist/actions/get-products.d.cts.map +1 -0
- package/dist/actions/get-products.d.mts +9 -0
- package/dist/actions/get-products.d.mts.map +1 -0
- package/dist/actions/get-products.mjs +51 -0
- package/dist/actions/get-products.mjs.map +1 -0
- package/dist/actions/get-reference-cost-groups.cjs +28 -0
- package/dist/actions/get-reference-cost-groups.cjs.map +1 -0
- package/dist/actions/get-reference-cost-groups.d.cts +9 -0
- package/dist/actions/get-reference-cost-groups.d.cts.map +1 -0
- package/dist/actions/get-reference-cost-groups.d.mts +9 -0
- package/dist/actions/get-reference-cost-groups.d.mts.map +1 -0
- package/dist/actions/get-reference-cost-groups.mjs +27 -0
- package/dist/actions/get-reference-cost-groups.mjs.map +1 -0
- package/dist/actions/get-reference-cost-items.cjs +31 -0
- package/dist/actions/get-reference-cost-items.cjs.map +1 -0
- package/dist/actions/get-reference-cost-items.d.cts +9 -0
- package/dist/actions/get-reference-cost-items.d.cts.map +1 -0
- package/dist/actions/get-reference-cost-items.d.mts +9 -0
- package/dist/actions/get-reference-cost-items.d.mts.map +1 -0
- package/dist/actions/get-reference-cost-items.mjs +30 -0
- package/dist/actions/get-reference-cost-items.mjs.map +1 -0
- package/dist/actions/get-reference-countries.cjs +19 -0
- package/dist/actions/get-reference-countries.cjs.map +1 -0
- package/dist/actions/get-reference-countries.d.cts +9 -0
- package/dist/actions/get-reference-countries.d.cts.map +1 -0
- package/dist/actions/get-reference-countries.d.mts +9 -0
- package/dist/actions/get-reference-countries.d.mts.map +1 -0
- package/dist/actions/get-reference-countries.mjs +16 -0
- package/dist/actions/get-reference-countries.mjs.map +1 -0
- package/dist/actions/get-reference-couriers.cjs +34 -0
- package/dist/actions/get-reference-couriers.cjs.map +1 -0
- package/dist/actions/get-reference-couriers.d.cts +9 -0
- package/dist/actions/get-reference-couriers.d.cts.map +1 -0
- package/dist/actions/get-reference-couriers.d.mts +9 -0
- package/dist/actions/get-reference-couriers.d.mts.map +1 -0
- package/dist/actions/get-reference-couriers.mjs +33 -0
- package/dist/actions/get-reference-couriers.mjs.map +1 -0
- package/dist/actions/get-reference-currencies.cjs +27 -0
- package/dist/actions/get-reference-currencies.cjs.map +1 -0
- package/dist/actions/get-reference-currencies.d.cts +9 -0
- package/dist/actions/get-reference-currencies.d.cts.map +1 -0
- package/dist/actions/get-reference-currencies.d.mts +9 -0
- package/dist/actions/get-reference-currencies.d.mts.map +1 -0
- package/dist/actions/get-reference-currencies.mjs +26 -0
- package/dist/actions/get-reference-currencies.mjs.map +1 -0
- package/dist/actions/get-reference-delivery-services.cjs +21 -0
- package/dist/actions/get-reference-delivery-services.cjs.map +1 -0
- package/dist/actions/get-reference-delivery-services.d.cts +9 -0
- package/dist/actions/get-reference-delivery-services.d.cts.map +1 -0
- package/dist/actions/get-reference-delivery-services.d.mts +9 -0
- package/dist/actions/get-reference-delivery-services.d.mts.map +1 -0
- package/dist/actions/get-reference-delivery-services.mjs +18 -0
- package/dist/actions/get-reference-delivery-services.mjs.map +1 -0
- package/dist/actions/get-reference-delivery-types.cjs +21 -0
- package/dist/actions/get-reference-delivery-types.cjs.map +1 -0
- package/dist/actions/get-reference-delivery-types.d.cts +9 -0
- package/dist/actions/get-reference-delivery-types.d.cts.map +1 -0
- package/dist/actions/get-reference-delivery-types.d.mts +9 -0
- package/dist/actions/get-reference-delivery-types.d.mts.map +1 -0
- package/dist/actions/get-reference-delivery-types.mjs +18 -0
- package/dist/actions/get-reference-delivery-types.mjs.map +1 -0
- package/dist/actions/get-reference-legal-entities.cjs +41 -0
- package/dist/actions/get-reference-legal-entities.cjs.map +1 -0
- package/dist/actions/get-reference-legal-entities.d.cts +9 -0
- package/dist/actions/get-reference-legal-entities.d.cts.map +1 -0
- package/dist/actions/get-reference-legal-entities.d.mts +9 -0
- package/dist/actions/get-reference-legal-entities.d.mts.map +1 -0
- package/dist/actions/get-reference-legal-entities.mjs +40 -0
- package/dist/actions/get-reference-legal-entities.mjs.map +1 -0
- package/dist/actions/get-reference-mg-channels.cjs +27 -0
- package/dist/actions/get-reference-mg-channels.cjs.map +1 -0
- package/dist/actions/get-reference-mg-channels.d.cts +9 -0
- package/dist/actions/get-reference-mg-channels.d.cts.map +1 -0
- package/dist/actions/get-reference-mg-channels.d.mts +9 -0
- package/dist/actions/get-reference-mg-channels.d.mts.map +1 -0
- package/dist/actions/get-reference-mg-channels.mjs +26 -0
- package/dist/actions/get-reference-mg-channels.mjs.map +1 -0
- package/dist/actions/get-reference-order-methods.cjs +21 -0
- package/dist/actions/get-reference-order-methods.cjs.map +1 -0
- package/dist/actions/get-reference-order-methods.d.cts +9 -0
- package/dist/actions/get-reference-order-methods.d.cts.map +1 -0
- package/dist/actions/get-reference-order-methods.d.mts +9 -0
- package/dist/actions/get-reference-order-methods.d.mts.map +1 -0
- package/dist/actions/get-reference-order-methods.mjs +18 -0
- package/dist/actions/get-reference-order-methods.mjs.map +1 -0
- package/dist/actions/get-reference-order-types.cjs +21 -0
- package/dist/actions/get-reference-order-types.cjs.map +1 -0
- package/dist/actions/get-reference-order-types.d.cts +9 -0
- package/dist/actions/get-reference-order-types.d.cts.map +1 -0
- package/dist/actions/get-reference-order-types.d.mts +9 -0
- package/dist/actions/get-reference-order-types.d.mts.map +1 -0
- package/dist/actions/get-reference-order-types.mjs +18 -0
- package/dist/actions/get-reference-order-types.mjs.map +1 -0
- package/dist/actions/get-reference-payment-statuses.cjs +21 -0
- package/dist/actions/get-reference-payment-statuses.cjs.map +1 -0
- package/dist/actions/get-reference-payment-statuses.d.cts +9 -0
- package/dist/actions/get-reference-payment-statuses.d.cts.map +1 -0
- package/dist/actions/get-reference-payment-statuses.d.mts +9 -0
- package/dist/actions/get-reference-payment-statuses.d.mts.map +1 -0
- package/dist/actions/get-reference-payment-statuses.mjs +18 -0
- package/dist/actions/get-reference-payment-statuses.mjs.map +1 -0
- package/dist/actions/get-reference-payment-types.cjs +21 -0
- package/dist/actions/get-reference-payment-types.cjs.map +1 -0
- package/dist/actions/get-reference-payment-types.d.cts +9 -0
- package/dist/actions/get-reference-payment-types.d.cts.map +1 -0
- package/dist/actions/get-reference-payment-types.d.mts +9 -0
- package/dist/actions/get-reference-payment-types.d.mts.map +1 -0
- package/dist/actions/get-reference-payment-types.mjs +18 -0
- package/dist/actions/get-reference-payment-types.mjs.map +1 -0
- package/dist/actions/get-reference-price-types.cjs +33 -0
- package/dist/actions/get-reference-price-types.cjs.map +1 -0
- package/dist/actions/get-reference-price-types.d.cts +9 -0
- package/dist/actions/get-reference-price-types.d.cts.map +1 -0
- package/dist/actions/get-reference-price-types.d.mts +9 -0
- package/dist/actions/get-reference-price-types.d.mts.map +1 -0
- package/dist/actions/get-reference-price-types.mjs +32 -0
- package/dist/actions/get-reference-price-types.mjs.map +1 -0
- package/dist/actions/get-reference-product-statuses.cjs +21 -0
- package/dist/actions/get-reference-product-statuses.cjs.map +1 -0
- package/dist/actions/get-reference-product-statuses.d.cts +9 -0
- package/dist/actions/get-reference-product-statuses.d.cts.map +1 -0
- package/dist/actions/get-reference-product-statuses.d.mts +9 -0
- package/dist/actions/get-reference-product-statuses.d.mts.map +1 -0
- package/dist/actions/get-reference-product-statuses.mjs +18 -0
- package/dist/actions/get-reference-product-statuses.mjs.map +1 -0
- package/dist/actions/get-reference-status-groups.cjs +21 -0
- package/dist/actions/get-reference-status-groups.cjs.map +1 -0
- package/dist/actions/get-reference-status-groups.d.cts +9 -0
- package/dist/actions/get-reference-status-groups.d.cts.map +1 -0
- package/dist/actions/get-reference-status-groups.d.mts +9 -0
- package/dist/actions/get-reference-status-groups.d.mts.map +1 -0
- package/dist/actions/get-reference-status-groups.mjs +18 -0
- package/dist/actions/get-reference-status-groups.mjs.map +1 -0
- package/dist/actions/get-reference-statuses.cjs +21 -0
- package/dist/actions/get-reference-statuses.cjs.map +1 -0
- package/dist/actions/get-reference-statuses.d.cts +9 -0
- package/dist/actions/get-reference-statuses.d.cts.map +1 -0
- package/dist/actions/get-reference-statuses.d.mts +9 -0
- package/dist/actions/get-reference-statuses.d.mts.map +1 -0
- package/dist/actions/get-reference-statuses.mjs +18 -0
- package/dist/actions/get-reference-statuses.mjs.map +1 -0
- package/dist/actions/get-reference-subscriptions.cjs +30 -0
- package/dist/actions/get-reference-subscriptions.cjs.map +1 -0
- package/dist/actions/get-reference-subscriptions.d.cts +9 -0
- package/dist/actions/get-reference-subscriptions.d.cts.map +1 -0
- package/dist/actions/get-reference-subscriptions.d.mts +9 -0
- package/dist/actions/get-reference-subscriptions.d.mts.map +1 -0
- package/dist/actions/get-reference-subscriptions.mjs +29 -0
- package/dist/actions/get-reference-subscriptions.mjs.map +1 -0
- package/dist/actions/get-reference-units.cjs +21 -0
- package/dist/actions/get-reference-units.cjs.map +1 -0
- package/dist/actions/get-reference-units.d.cts +9 -0
- package/dist/actions/get-reference-units.d.cts.map +1 -0
- package/dist/actions/get-reference-units.d.mts +9 -0
- package/dist/actions/get-reference-units.d.mts.map +1 -0
- package/dist/actions/get-reference-units.mjs +18 -0
- package/dist/actions/get-reference-units.mjs.map +1 -0
- package/dist/actions/get-segments.cjs +39 -0
- package/dist/actions/get-segments.cjs.map +1 -0
- package/dist/actions/get-segments.d.cts +9 -0
- package/dist/actions/get-segments.d.cts.map +1 -0
- package/dist/actions/get-segments.d.mts +9 -0
- package/dist/actions/get-segments.d.mts.map +1 -0
- package/dist/actions/get-segments.mjs +38 -0
- package/dist/actions/get-segments.mjs.map +1 -0
- package/dist/actions/get-settings.cjs +21 -0
- package/dist/actions/get-settings.cjs.map +1 -0
- package/dist/actions/get-settings.d.cts +9 -0
- package/dist/actions/get-settings.d.cts.map +1 -0
- package/dist/actions/get-settings.d.mts +9 -0
- package/dist/actions/get-settings.d.mts.map +1 -0
- package/dist/actions/get-settings.mjs +18 -0
- package/dist/actions/get-settings.mjs.map +1 -0
- package/dist/actions/get-sites.cjs +21 -0
- package/dist/actions/get-sites.cjs.map +1 -0
- package/dist/actions/get-sites.d.cts +9 -0
- package/dist/actions/get-sites.d.cts.map +1 -0
- package/dist/actions/get-sites.d.mts +9 -0
- package/dist/actions/get-sites.d.mts.map +1 -0
- package/dist/actions/get-sites.mjs +18 -0
- package/dist/actions/get-sites.mjs.map +1 -0
- package/dist/actions/get-statistic-update.cjs +20 -0
- package/dist/actions/get-statistic-update.cjs.map +1 -0
- package/dist/actions/get-statistic-update.d.cts +9 -0
- package/dist/actions/get-statistic-update.d.cts.map +1 -0
- package/dist/actions/get-statistic-update.d.mts +9 -0
- package/dist/actions/get-statistic-update.d.mts.map +1 -0
- package/dist/actions/get-statistic-update.mjs +17 -0
- package/dist/actions/get-statistic-update.mjs.map +1 -0
- package/dist/actions/get-store-inventories.cjs +62 -0
- package/dist/actions/get-store-inventories.cjs.map +1 -0
- package/dist/actions/get-store-inventories.d.cts +9 -0
- package/dist/actions/get-store-inventories.d.cts.map +1 -0
- package/dist/actions/get-store-inventories.d.mts +9 -0
- package/dist/actions/get-store-inventories.d.mts.map +1 -0
- package/dist/actions/get-store-inventories.mjs +61 -0
- package/dist/actions/get-store-inventories.mjs.map +1 -0
- package/dist/actions/get-store-offers.cjs +48 -0
- package/dist/actions/get-store-offers.cjs.map +1 -0
- package/dist/actions/get-store-offers.d.cts +9 -0
- package/dist/actions/get-store-offers.d.cts.map +1 -0
- package/dist/actions/get-store-offers.d.mts +9 -0
- package/dist/actions/get-store-offers.d.mts.map +1 -0
- package/dist/actions/get-store-offers.mjs +47 -0
- package/dist/actions/get-store-offers.mjs.map +1 -0
- package/dist/actions/get-store-products-properties-values.cjs +38 -0
- package/dist/actions/get-store-products-properties-values.cjs.map +1 -0
- package/dist/actions/get-store-products-properties-values.d.cts +9 -0
- package/dist/actions/get-store-products-properties-values.d.cts.map +1 -0
- package/dist/actions/get-store-products-properties-values.d.mts +9 -0
- package/dist/actions/get-store-products-properties-values.d.mts.map +1 -0
- package/dist/actions/get-store-products-properties-values.mjs +37 -0
- package/dist/actions/get-store-products-properties-values.mjs.map +1 -0
- package/dist/actions/get-store-products-properties.cjs +35 -0
- package/dist/actions/get-store-products-properties.cjs.map +1 -0
- package/dist/actions/get-store-products-properties.d.cts +9 -0
- package/dist/actions/get-store-products-properties.d.cts.map +1 -0
- package/dist/actions/get-store-products-properties.d.mts +9 -0
- package/dist/actions/get-store-products-properties.d.mts.map +1 -0
- package/dist/actions/get-store-products-properties.mjs +34 -0
- package/dist/actions/get-store-products-properties.mjs.map +1 -0
- package/dist/actions/get-stores.cjs +41 -0
- package/dist/actions/get-stores.cjs.map +1 -0
- package/dist/actions/get-stores.d.cts +9 -0
- package/dist/actions/get-stores.d.cts.map +1 -0
- package/dist/actions/get-stores.d.mts +9 -0
- package/dist/actions/get-stores.d.mts.map +1 -0
- package/dist/actions/get-stores.mjs +40 -0
- package/dist/actions/get-stores.mjs.map +1 -0
- package/dist/actions/get-task.cjs +37 -0
- package/dist/actions/get-task.cjs.map +1 -0
- package/dist/actions/get-task.d.cts +9 -0
- package/dist/actions/get-task.d.cts.map +1 -0
- package/dist/actions/get-task.d.mts +9 -0
- package/dist/actions/get-task.d.mts.map +1 -0
- package/dist/actions/get-task.mjs +36 -0
- package/dist/actions/get-task.mjs.map +1 -0
- package/dist/actions/get-tasks-comments.cjs +35 -0
- package/dist/actions/get-tasks-comments.cjs.map +1 -0
- package/dist/actions/get-tasks-comments.d.cts +9 -0
- package/dist/actions/get-tasks-comments.d.cts.map +1 -0
- package/dist/actions/get-tasks-comments.d.mts +9 -0
- package/dist/actions/get-tasks-comments.d.mts.map +1 -0
- package/dist/actions/get-tasks-comments.mjs +34 -0
- package/dist/actions/get-tasks-comments.mjs.map +1 -0
- package/dist/actions/get-tasks-history.cjs +49 -0
- package/dist/actions/get-tasks-history.cjs.map +1 -0
- package/dist/actions/get-tasks-history.d.cts +9 -0
- package/dist/actions/get-tasks-history.d.cts.map +1 -0
- package/dist/actions/get-tasks-history.d.mts +9 -0
- package/dist/actions/get-tasks-history.d.mts.map +1 -0
- package/dist/actions/get-tasks-history.mjs +48 -0
- package/dist/actions/get-tasks-history.mjs.map +1 -0
- package/dist/actions/get-tasks.cjs +48 -0
- package/dist/actions/get-tasks.cjs.map +1 -0
- package/dist/actions/get-tasks.d.cts +9 -0
- package/dist/actions/get-tasks.d.cts.map +1 -0
- package/dist/actions/get-tasks.d.mts +9 -0
- package/dist/actions/get-tasks.d.mts.map +1 -0
- package/dist/actions/get-tasks.mjs +47 -0
- package/dist/actions/get-tasks.mjs.map +1 -0
- package/dist/actions/get-telephony-setting.cjs +19 -0
- package/dist/actions/get-telephony-setting.cjs.map +1 -0
- package/dist/actions/get-telephony-setting.d.cts +9 -0
- package/dist/actions/get-telephony-setting.d.cts.map +1 -0
- package/dist/actions/get-telephony-setting.d.mts +9 -0
- package/dist/actions/get-telephony-setting.d.mts.map +1 -0
- package/dist/actions/get-telephony-setting.mjs +16 -0
- package/dist/actions/get-telephony-setting.mjs.map +1 -0
- package/dist/actions/get-user-groups.cjs +46 -0
- package/dist/actions/get-user-groups.cjs.map +1 -0
- package/dist/actions/get-user-groups.d.cts +9 -0
- package/dist/actions/get-user-groups.d.cts.map +1 -0
- package/dist/actions/get-user-groups.d.mts +9 -0
- package/dist/actions/get-user-groups.d.mts.map +1 -0
- package/dist/actions/get-user-groups.mjs +45 -0
- package/dist/actions/get-user-groups.mjs.map +1 -0
- package/dist/actions/get-user.cjs +37 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +36 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/get-users.cjs +45 -0
- package/dist/actions/get-users.cjs.map +1 -0
- package/dist/actions/get-users.d.cts +9 -0
- package/dist/actions/get-users.d.cts.map +1 -0
- package/dist/actions/get-users.d.mts +9 -0
- package/dist/actions/get-users.d.mts.map +1 -0
- package/dist/actions/get-users.mjs +44 -0
- package/dist/actions/get-users.mjs.map +1 -0
- package/dist/actions/index.cjs +283 -0
- package/dist/actions/index.d.cts +142 -0
- package/dist/actions/index.d.mts +142 -0
- package/dist/actions/index.mjs +142 -0
- package/dist/actions/update-customer-subscriptions.cjs +22 -0
- package/dist/actions/update-customer-subscriptions.cjs.map +1 -0
- package/dist/actions/update-customer-subscriptions.d.cts +9 -0
- package/dist/actions/update-customer-subscriptions.d.cts.map +1 -0
- package/dist/actions/update-customer-subscriptions.d.mts +9 -0
- package/dist/actions/update-customer-subscriptions.d.mts.map +1 -0
- package/dist/actions/update-customer-subscriptions.mjs +19 -0
- package/dist/actions/update-customer-subscriptions.mjs.map +1 -0
- package/dist/actions/update-user-status.cjs +24 -0
- package/dist/actions/update-user-status.cjs.map +1 -0
- package/dist/actions/update-user-status.d.cts +9 -0
- package/dist/actions/update-user-status.d.cts.map +1 -0
- package/dist/actions/update-user-status.d.mts +9 -0
- package/dist/actions/update-user-status.d.mts.map +1 -0
- package/dist/actions/update-user-status.mjs +21 -0
- package/dist/actions/update-user-status.mjs.map +1 -0
- package/dist/actions/upload-costs.cjs +41 -0
- package/dist/actions/upload-costs.cjs.map +1 -0
- package/dist/actions/upload-costs.d.cts +9 -0
- package/dist/actions/upload-costs.d.cts.map +1 -0
- package/dist/actions/upload-costs.d.mts +9 -0
- package/dist/actions/upload-costs.d.mts.map +1 -0
- package/dist/actions/upload-costs.mjs +38 -0
- package/dist/actions/upload-costs.mjs.map +1 -0
- package/dist/actions/upload-customers-corporate.cjs +112 -0
- package/dist/actions/upload-customers-corporate.cjs.map +1 -0
- package/dist/actions/upload-customers-corporate.d.cts +9 -0
- package/dist/actions/upload-customers-corporate.d.cts.map +1 -0
- package/dist/actions/upload-customers-corporate.d.mts +9 -0
- package/dist/actions/upload-customers-corporate.d.mts.map +1 -0
- package/dist/actions/upload-customers-corporate.mjs +111 -0
- package/dist/actions/upload-customers-corporate.mjs.map +1 -0
- package/dist/actions/upload-customers.cjs +60 -0
- package/dist/actions/upload-customers.cjs.map +1 -0
- package/dist/actions/upload-customers.d.cts +9 -0
- package/dist/actions/upload-customers.d.cts.map +1 -0
- package/dist/actions/upload-customers.d.mts +9 -0
- package/dist/actions/upload-customers.d.mts.map +1 -0
- package/dist/actions/upload-customers.mjs +59 -0
- package/dist/actions/upload-customers.mjs.map +1 -0
- package/dist/actions/upload-orders.cjs +74 -0
- package/dist/actions/upload-orders.cjs.map +1 -0
- package/dist/actions/upload-orders.d.cts +9 -0
- package/dist/actions/upload-orders.d.cts.map +1 -0
- package/dist/actions/upload-orders.d.mts +9 -0
- package/dist/actions/upload-orders.d.mts.map +1 -0
- package/dist/actions/upload-orders.mjs +73 -0
- package/dist/actions/upload-orders.mjs.map +1 -0
- package/dist/actions/upload-store-prices.cjs +28 -0
- package/dist/actions/upload-store-prices.cjs.map +1 -0
- package/dist/actions/upload-store-prices.d.cts +9 -0
- package/dist/actions/upload-store-prices.d.cts.map +1 -0
- package/dist/actions/upload-store-prices.d.mts +9 -0
- package/dist/actions/upload-store-prices.d.mts.map +1 -0
- package/dist/actions/upload-store-prices.mjs +25 -0
- package/dist/actions/upload-store-prices.mjs.map +1 -0
- package/dist/actions/upload-web-analytics-client-ids.cjs +35 -0
- package/dist/actions/upload-web-analytics-client-ids.cjs.map +1 -0
- package/dist/actions/upload-web-analytics-client-ids.d.cts +9 -0
- package/dist/actions/upload-web-analytics-client-ids.d.cts.map +1 -0
- package/dist/actions/upload-web-analytics-client-ids.d.mts +9 -0
- package/dist/actions/upload-web-analytics-client-ids.d.mts.map +1 -0
- package/dist/actions/upload-web-analytics-client-ids.mjs +32 -0
- package/dist/actions/upload-web-analytics-client-ids.mjs.map +1 -0
- package/dist/actions/upload-web-analytics-sources.cjs +29 -0
- package/dist/actions/upload-web-analytics-sources.cjs.map +1 -0
- package/dist/actions/upload-web-analytics-sources.d.cts +9 -0
- package/dist/actions/upload-web-analytics-sources.d.cts.map +1 -0
- package/dist/actions/upload-web-analytics-sources.d.mts +9 -0
- package/dist/actions/upload-web-analytics-sources.d.mts.map +1 -0
- package/dist/actions/upload-web-analytics-sources.mjs +26 -0
- package/dist/actions/upload-web-analytics-sources.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +288 -0
- package/dist/index.d.cts +144 -0
- package/dist/index.d.mts +144 -0
- package/dist/index.mjs +145 -0
- package/package.json +49 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/edit-integration-module.ts
|
|
4
|
+
const SimlaComEditIntegrationModuleInput = zod.z.object({
|
|
5
|
+
code: zod.z.string().describe("Code identifier of the integration module to edit"),
|
|
6
|
+
integrationModule: zod.z.object({
|
|
7
|
+
code: zod.z.string().describe("Unique code identifier for the integration module"),
|
|
8
|
+
logo: zod.z.string().describe("Logo URL for the integration module displayed in marketplace").optional(),
|
|
9
|
+
name: zod.z.string().describe("Display name of the integration module"),
|
|
10
|
+
baseUrl: zod.z.string().describe("Base URL endpoint for the integration service"),
|
|
11
|
+
clientId: zod.z.string().describe("Client ID used for user identification and authentication")
|
|
12
|
+
}).describe("Integration module configuration data to update")
|
|
13
|
+
}).describe("Request model for editing an integration module");
|
|
14
|
+
const SimlaComEditIntegrationModuleOutput = zod.z.object({
|
|
15
|
+
errors: zod.z.object({}).describe("Detailed error information if the operation failed").nullable().optional(),
|
|
16
|
+
success: zod.z.boolean().describe("Indicates whether the operation was successful"),
|
|
17
|
+
errorMsg: zod.z.string().describe("Error message if the operation failed").nullable().optional()
|
|
18
|
+
}).describe("Response model after editing an integration module");
|
|
19
|
+
const simlaComEditIntegrationModule = require_action.action("SIMLA_COM_EDIT_INTEGRATION_MODULE", {
|
|
20
|
+
slug: "simla_com-edit-integration-module",
|
|
21
|
+
name: "Edit Integration Module",
|
|
22
|
+
description: "Tool to create or edit an integration module configuration. Use when you need to register or update an integration module with its base URL, client ID, and display settings.",
|
|
23
|
+
input: SimlaComEditIntegrationModuleInput,
|
|
24
|
+
output: SimlaComEditIntegrationModuleOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.simlaComEditIntegrationModule = simlaComEditIntegrationModule;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=edit-integration-module.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-integration-module.cjs","names":["z","action"],"sources":["../../src/actions/edit-integration-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditIntegrationModuleInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Code identifier of the integration module to edit\"),\n integrationModule: z.object({\n code: z.string().describe(\"Unique code identifier for the integration module\"),\n logo: z.string().describe(\"Logo URL for the integration module displayed in marketplace\").optional(),\n name: z.string().describe(\"Display name of the integration module\"),\n baseUrl: z.string().describe(\"Base URL endpoint for the integration service\"),\n clientId: z.string().describe(\"Client ID used for user identification and authentication\"),\n}).describe(\"Integration module configuration data to update\"),\n}).describe(\"Request model for editing an integration module\");\nexport const SimlaComEditIntegrationModuleOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed error information if the operation failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\"),\n errorMsg: z.string().describe(\"Error message if the operation failed\").nullable().optional(),\n}).describe(\"Response model after editing an integration module\");\n\nexport const simlaComEditIntegrationModule = action(\"SIMLA_COM_EDIT_INTEGRATION_MODULE\", {\n slug: \"simla_com-edit-integration-module\",\n name: \"Edit Integration Module\",\n description: \"Tool to create or edit an integration module configuration. Use when you need to register or update an integration module with its base URL, client ID, and display settings.\",\n input: SimlaComEditIntegrationModuleInput,\n output: SimlaComEditIntegrationModuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC7E,mBAAmBA,IAAAA,EAAE,OAAO;EAC5B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACnG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-integration-module.d.ts
|
|
4
|
+
declare const SimlaComEditIntegrationModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditIntegrationModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditIntegrationModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditIntegrationModule };
|
|
9
|
+
//# sourceMappingURL=edit-integration-module.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-integration-module.d.cts","names":[],"sources":["../../src/actions/edit-integration-module.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UASW;AAAA,cACjD,mCAAA,EAAqC,CAAA,CAAE,UAIa;AAAA,cAEpD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-integration-module.d.ts
|
|
4
|
+
declare const SimlaComEditIntegrationModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditIntegrationModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditIntegrationModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditIntegrationModule };
|
|
9
|
+
//# sourceMappingURL=edit-integration-module.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-integration-module.d.mts","names":[],"sources":["../../src/actions/edit-integration-module.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UASW;AAAA,cACjD,mCAAA,EAAqC,CAAA,CAAE,UAIa;AAAA,cAEpD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simlaComEditIntegrationModule = action("SIMLA_COM_EDIT_INTEGRATION_MODULE", {
|
|
4
|
+
slug: "simla_com-edit-integration-module",
|
|
5
|
+
name: "Edit Integration Module",
|
|
6
|
+
description: "Tool to create or edit an integration module configuration. Use when you need to register or update an integration module with its base URL, client ID, and display settings.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
code: z.string().describe("Code identifier of the integration module to edit"),
|
|
9
|
+
integrationModule: z.object({
|
|
10
|
+
code: z.string().describe("Unique code identifier for the integration module"),
|
|
11
|
+
logo: z.string().describe("Logo URL for the integration module displayed in marketplace").optional(),
|
|
12
|
+
name: z.string().describe("Display name of the integration module"),
|
|
13
|
+
baseUrl: z.string().describe("Base URL endpoint for the integration service"),
|
|
14
|
+
clientId: z.string().describe("Client ID used for user identification and authentication")
|
|
15
|
+
}).describe("Integration module configuration data to update")
|
|
16
|
+
}).describe("Request model for editing an integration module"),
|
|
17
|
+
output: z.object({
|
|
18
|
+
errors: z.object({}).describe("Detailed error information if the operation failed").nullable().optional(),
|
|
19
|
+
success: z.boolean().describe("Indicates whether the operation was successful"),
|
|
20
|
+
errorMsg: z.string().describe("Error message if the operation failed").nullable().optional()
|
|
21
|
+
}).describe("Response model after editing an integration module")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { simlaComEditIntegrationModule };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=edit-integration-module.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-integration-module.mjs","names":[],"sources":["../../src/actions/edit-integration-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditIntegrationModuleInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Code identifier of the integration module to edit\"),\n integrationModule: z.object({\n code: z.string().describe(\"Unique code identifier for the integration module\"),\n logo: z.string().describe(\"Logo URL for the integration module displayed in marketplace\").optional(),\n name: z.string().describe(\"Display name of the integration module\"),\n baseUrl: z.string().describe(\"Base URL endpoint for the integration service\"),\n clientId: z.string().describe(\"Client ID used for user identification and authentication\"),\n}).describe(\"Integration module configuration data to update\"),\n}).describe(\"Request model for editing an integration module\");\nexport const SimlaComEditIntegrationModuleOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed error information if the operation failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\"),\n errorMsg: z.string().describe(\"Error message if the operation failed\").nullable().optional(),\n}).describe(\"Response model after editing an integration module\");\n\nexport const simlaComEditIntegrationModule = action(\"SIMLA_COM_EDIT_INTEGRATION_MODULE\", {\n slug: \"simla_com-edit-integration-module\",\n name: \"Edit Integration Module\",\n description: \"Tool to create or edit an integration module configuration. Use when you need to register or update an integration module with its base URL, client ID, and display settings.\",\n input: SimlaComEditIntegrationModuleInput,\n output: SimlaComEditIntegrationModuleOutput,\n});\n"],"mappings":";;AAoBA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB8D,EAAE,OAAO;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC7E,mBAAmB,EAAE,OAAO;GAC5B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;GAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;GACnG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;GAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;GAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,CAAC,CAAC,CAAC,SAAS,iDAAiD;CAC7D,CAAC,CAAC,CAAC,SAAS,iDAWH;CACP,QAX+D,EAAE,OAAO;EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;EAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/edit-order.ts
|
|
4
|
+
const SimlaComEditOrderInput = zod.z.object({
|
|
5
|
+
site: zod.z.string().describe("Code of the site where the order belongs").optional(),
|
|
6
|
+
order: zod.z.object({
|
|
7
|
+
email: zod.z.string().describe("Customer email address").optional(),
|
|
8
|
+
items: zod.z.array(zod.z.object({
|
|
9
|
+
offer: zod.z.object({ id: zod.z.number().int().describe("Offer ID") }).describe("Offer details for the item"),
|
|
10
|
+
quantity: zod.z.number().describe("Quantity of the product, must be greater than 0").optional(),
|
|
11
|
+
productName: zod.z.string().describe("Product name").optional()
|
|
12
|
+
}).describe("Item in the order to update")).describe("List of items to include in the order").optional(),
|
|
13
|
+
phone: zod.z.string().describe("Customer phone number in international format").optional(),
|
|
14
|
+
status: zod.z.string().describe("Order status").optional(),
|
|
15
|
+
delivery: zod.z.object({ address: zod.z.object({ text: zod.z.string().describe("Full delivery address text").optional() }).describe("Delivery address details").optional() }).describe("Delivery information for the order").optional(),
|
|
16
|
+
lastName: zod.z.string().describe("Customer last name").optional(),
|
|
17
|
+
firstName: zod.z.string().describe("Customer first name").optional(),
|
|
18
|
+
orderType: zod.z.string().describe("Type of the order").optional(),
|
|
19
|
+
patronymic: zod.z.string().describe("Customer patronymic (middle name)").optional(),
|
|
20
|
+
orderMethod: zod.z.string().describe("Method by which the order was placed").optional(),
|
|
21
|
+
customFields: zod.z.object({}).describe("Custom key-value fields for the order").optional(),
|
|
22
|
+
customerComment: zod.z.string().describe("Comment left by the customer").optional()
|
|
23
|
+
}).describe("Order object with fields to update"),
|
|
24
|
+
externalId: zod.z.string().describe("External ID of the order to edit")
|
|
25
|
+
}).describe("Request model for editing an order by external ID");
|
|
26
|
+
const SimlaComEditOrder_OfferSchema = zod.z.object({ id: zod.z.number().int().describe("Offer ID") }).describe("Offer details for an order item");
|
|
27
|
+
const SimlaComEditOrder_OrderItemSchema = zod.z.object({
|
|
28
|
+
offer: SimlaComEditOrder_OfferSchema.nullable(),
|
|
29
|
+
quantity: zod.z.number().describe("Quantity of the product, must be greater than 0").nullable().optional(),
|
|
30
|
+
productName: zod.z.string().describe("Product name").nullable().optional()
|
|
31
|
+
}).describe("Item in the order to update");
|
|
32
|
+
const SimlaComEditOrder_AddressSchema = zod.z.object({ text: zod.z.string().describe("Full delivery address text").nullable().optional() }).describe("Delivery address details");
|
|
33
|
+
const SimlaComEditOrder_DeliverySchema = zod.z.object({ address: SimlaComEditOrder_AddressSchema.nullable().optional() }).describe("Delivery information for the order");
|
|
34
|
+
const SimlaComEditOrder_OrderResultSchema = zod.z.object({
|
|
35
|
+
id: zod.z.number().int().describe("Internal order ID"),
|
|
36
|
+
email: zod.z.string().describe("Customer email address").nullable().optional(),
|
|
37
|
+
items: zod.z.array(SimlaComEditOrder_OrderItemSchema).describe("List of items to include in the order").nullable().optional(),
|
|
38
|
+
phone: zod.z.string().describe("Customer phone number in international format").nullable().optional(),
|
|
39
|
+
number: zod.z.string().describe("Order number").nullable().optional(),
|
|
40
|
+
status: zod.z.string().describe("Order status").nullable().optional(),
|
|
41
|
+
delivery: SimlaComEditOrder_DeliverySchema.nullable().optional(),
|
|
42
|
+
lastName: zod.z.string().describe("Customer last name").nullable().optional(),
|
|
43
|
+
firstName: zod.z.string().describe("Customer first name").nullable().optional(),
|
|
44
|
+
orderType: zod.z.string().describe("Type of the order").nullable().optional(),
|
|
45
|
+
externalId: zod.z.string().describe("External order ID"),
|
|
46
|
+
patronymic: zod.z.string().describe("Customer patronymic (middle name)").nullable().optional(),
|
|
47
|
+
orderMethod: zod.z.string().describe("Method by which the order was placed").nullable().optional(),
|
|
48
|
+
customFields: zod.z.object({}).describe("Custom key-value fields for the order").nullable().optional(),
|
|
49
|
+
customerComment: zod.z.string().describe("Comment left by the customer").nullable().optional()
|
|
50
|
+
}).describe("Represents the updated order data in the response");
|
|
51
|
+
const SimlaComEditOrder_ErrorItemSchema = zod.z.object({
|
|
52
|
+
code: zod.z.string().describe("Error code identifier").nullable().optional(),
|
|
53
|
+
message: zod.z.string().describe("Error message description").nullable().optional()
|
|
54
|
+
}).describe("Error item returned by the API");
|
|
55
|
+
const SimlaComEditOrderOutput = zod.z.object({
|
|
56
|
+
order: SimlaComEditOrder_OrderResultSchema.nullable().optional(),
|
|
57
|
+
errors: zod.z.array(SimlaComEditOrder_ErrorItemSchema).describe("List of validation errors if any").nullable().optional(),
|
|
58
|
+
success: zod.z.boolean().describe("Indicates whether the update was successful"),
|
|
59
|
+
errorMsg: zod.z.string().describe("Error message if the update failed").nullable().optional()
|
|
60
|
+
}).describe("Response model after editing an order");
|
|
61
|
+
const simlaComEditOrder = require_action.action("SIMLA_COM_EDIT_ORDER", {
|
|
62
|
+
slug: "simla_com-edit-order",
|
|
63
|
+
name: "Edit Order",
|
|
64
|
+
description: "Tool to edit an existing order by external ID. Use when you need to update order details by external ID.",
|
|
65
|
+
input: SimlaComEditOrderInput,
|
|
66
|
+
output: SimlaComEditOrderOutput
|
|
67
|
+
});
|
|
68
|
+
//#endregion
|
|
69
|
+
exports.simlaComEditOrder = simlaComEditOrder;
|
|
70
|
+
|
|
71
|
+
//# sourceMappingURL=edit-order.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-order.cjs","names":["z","action"],"sources":["../../src/actions/edit-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditOrderInput: z.ZodTypeAny = z.object({\n site: z.string().describe(\"Code of the site where the order belongs\").optional(),\n order: z.object({\n email: z.string().describe(\"Customer email address\").optional(),\n items: z.array(z.object({\n offer: z.object({\n id: z.number().int().describe(\"Offer ID\"),\n}).describe(\"Offer details for the item\"),\n quantity: z.number().describe(\"Quantity of the product, must be greater than 0\").optional(),\n productName: z.string().describe(\"Product name\").optional(),\n}).describe(\"Item in the order to update\")).describe(\"List of items to include in the order\").optional(),\n phone: z.string().describe(\"Customer phone number in international format\").optional(),\n status: z.string().describe(\"Order status\").optional(),\n delivery: z.object({\n address: z.object({\n text: z.string().describe(\"Full delivery address text\").optional(),\n}).describe(\"Delivery address details\").optional(),\n}).describe(\"Delivery information for the order\").optional(),\n lastName: z.string().describe(\"Customer last name\").optional(),\n firstName: z.string().describe(\"Customer first name\").optional(),\n orderType: z.string().describe(\"Type of the order\").optional(),\n patronymic: z.string().describe(\"Customer patronymic (middle name)\").optional(),\n orderMethod: z.string().describe(\"Method by which the order was placed\").optional(),\n customFields: z.object({}).describe(\"Custom key-value fields for the order\").optional(),\n customerComment: z.string().describe(\"Comment left by the customer\").optional(),\n}).describe(\"Order object with fields to update\"),\n externalId: z.string().describe(\"External ID of the order to edit\"),\n}).describe(\"Request model for editing an order by external ID\");\nconst SimlaComEditOrder_OfferSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Offer ID\"),\n}).describe(\"Offer details for an order item\");\nconst SimlaComEditOrder_OrderItemSchema: z.ZodTypeAny = z.object({\n offer: SimlaComEditOrder_OfferSchema.nullable(),\n quantity: z.number().describe(\"Quantity of the product, must be greater than 0\").nullable().optional(),\n productName: z.string().describe(\"Product name\").nullable().optional(),\n}).describe(\"Item in the order to update\");\nconst SimlaComEditOrder_AddressSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Full delivery address text\").nullable().optional(),\n}).describe(\"Delivery address details\");\nconst SimlaComEditOrder_DeliverySchema: z.ZodTypeAny = z.object({\n address: SimlaComEditOrder_AddressSchema.nullable().optional(),\n}).describe(\"Delivery information for the order\");\nconst SimlaComEditOrder_OrderResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Internal order ID\"),\n email: z.string().describe(\"Customer email address\").nullable().optional(),\n items: z.array(SimlaComEditOrder_OrderItemSchema).describe(\"List of items to include in the order\").nullable().optional(),\n phone: z.string().describe(\"Customer phone number in international format\").nullable().optional(),\n number: z.string().describe(\"Order number\").nullable().optional(),\n status: z.string().describe(\"Order status\").nullable().optional(),\n delivery: SimlaComEditOrder_DeliverySchema.nullable().optional(),\n lastName: z.string().describe(\"Customer last name\").nullable().optional(),\n firstName: z.string().describe(\"Customer first name\").nullable().optional(),\n orderType: z.string().describe(\"Type of the order\").nullable().optional(),\n externalId: z.string().describe(\"External order ID\"),\n patronymic: z.string().describe(\"Customer patronymic (middle name)\").nullable().optional(),\n orderMethod: z.string().describe(\"Method by which the order was placed\").nullable().optional(),\n customFields: z.object({}).describe(\"Custom key-value fields for the order\").nullable().optional(),\n customerComment: z.string().describe(\"Comment left by the customer\").nullable().optional(),\n}).describe(\"Represents the updated order data in the response\");\nconst SimlaComEditOrder_ErrorItemSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Error code identifier\").nullable().optional(),\n message: z.string().describe(\"Error message description\").nullable().optional(),\n}).describe(\"Error item returned by the API\");\nexport const SimlaComEditOrderOutput: z.ZodTypeAny = z.object({\n order: SimlaComEditOrder_OrderResultSchema.nullable().optional(),\n errors: z.array(SimlaComEditOrder_ErrorItemSchema).describe(\"List of validation errors if any\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n errorMsg: z.string().describe(\"Error message if the update failed\").nullable().optional(),\n}).describe(\"Response model after editing an order\");\n\nexport const simlaComEditOrder = action(\"SIMLA_COM_EDIT_ORDER\", {\n slug: \"simla_com-edit-order\",\n name: \"Edit Order\",\n description: \"Tool to edit an existing order by external ID. Use when you need to update order details by external ID.\",\n input: SimlaComEditOrderInput,\n output: SimlaComEditOrderOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-order.d.ts
|
|
4
|
+
declare const SimlaComEditOrderInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditOrderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditOrder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditOrder };
|
|
9
|
+
//# sourceMappingURL=edit-order.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-order.d.cts","names":[],"sources":["../../src/actions/edit-order.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UA2ByB;AAAA,cAoCnD,uBAAA,EAAyB,CAAA,CAAE,UAKY;AAAA,cAEvC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-order.d.ts
|
|
4
|
+
declare const SimlaComEditOrderInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditOrderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditOrder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditOrder };
|
|
9
|
+
//# sourceMappingURL=edit-order.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-order.d.mts","names":[],"sources":["../../src/actions/edit-order.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UA2ByB;AAAA,cAoCnD,uBAAA,EAAyB,CAAA,CAAE,UAKY;AAAA,cAEvC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/edit-order.ts
|
|
4
|
+
const SimlaComEditOrderInput = z.object({
|
|
5
|
+
site: z.string().describe("Code of the site where the order belongs").optional(),
|
|
6
|
+
order: z.object({
|
|
7
|
+
email: z.string().describe("Customer email address").optional(),
|
|
8
|
+
items: z.array(z.object({
|
|
9
|
+
offer: z.object({ id: z.number().int().describe("Offer ID") }).describe("Offer details for the item"),
|
|
10
|
+
quantity: z.number().describe("Quantity of the product, must be greater than 0").optional(),
|
|
11
|
+
productName: z.string().describe("Product name").optional()
|
|
12
|
+
}).describe("Item in the order to update")).describe("List of items to include in the order").optional(),
|
|
13
|
+
phone: z.string().describe("Customer phone number in international format").optional(),
|
|
14
|
+
status: z.string().describe("Order status").optional(),
|
|
15
|
+
delivery: z.object({ address: z.object({ text: z.string().describe("Full delivery address text").optional() }).describe("Delivery address details").optional() }).describe("Delivery information for the order").optional(),
|
|
16
|
+
lastName: z.string().describe("Customer last name").optional(),
|
|
17
|
+
firstName: z.string().describe("Customer first name").optional(),
|
|
18
|
+
orderType: z.string().describe("Type of the order").optional(),
|
|
19
|
+
patronymic: z.string().describe("Customer patronymic (middle name)").optional(),
|
|
20
|
+
orderMethod: z.string().describe("Method by which the order was placed").optional(),
|
|
21
|
+
customFields: z.object({}).describe("Custom key-value fields for the order").optional(),
|
|
22
|
+
customerComment: z.string().describe("Comment left by the customer").optional()
|
|
23
|
+
}).describe("Order object with fields to update"),
|
|
24
|
+
externalId: z.string().describe("External ID of the order to edit")
|
|
25
|
+
}).describe("Request model for editing an order by external ID");
|
|
26
|
+
const SimlaComEditOrder_OfferSchema = z.object({ id: z.number().int().describe("Offer ID") }).describe("Offer details for an order item");
|
|
27
|
+
const SimlaComEditOrder_OrderItemSchema = z.object({
|
|
28
|
+
offer: SimlaComEditOrder_OfferSchema.nullable(),
|
|
29
|
+
quantity: z.number().describe("Quantity of the product, must be greater than 0").nullable().optional(),
|
|
30
|
+
productName: z.string().describe("Product name").nullable().optional()
|
|
31
|
+
}).describe("Item in the order to update");
|
|
32
|
+
const SimlaComEditOrder_AddressSchema = z.object({ text: z.string().describe("Full delivery address text").nullable().optional() }).describe("Delivery address details");
|
|
33
|
+
const SimlaComEditOrder_DeliverySchema = z.object({ address: SimlaComEditOrder_AddressSchema.nullable().optional() }).describe("Delivery information for the order");
|
|
34
|
+
const SimlaComEditOrder_OrderResultSchema = z.object({
|
|
35
|
+
id: z.number().int().describe("Internal order ID"),
|
|
36
|
+
email: z.string().describe("Customer email address").nullable().optional(),
|
|
37
|
+
items: z.array(SimlaComEditOrder_OrderItemSchema).describe("List of items to include in the order").nullable().optional(),
|
|
38
|
+
phone: z.string().describe("Customer phone number in international format").nullable().optional(),
|
|
39
|
+
number: z.string().describe("Order number").nullable().optional(),
|
|
40
|
+
status: z.string().describe("Order status").nullable().optional(),
|
|
41
|
+
delivery: SimlaComEditOrder_DeliverySchema.nullable().optional(),
|
|
42
|
+
lastName: z.string().describe("Customer last name").nullable().optional(),
|
|
43
|
+
firstName: z.string().describe("Customer first name").nullable().optional(),
|
|
44
|
+
orderType: z.string().describe("Type of the order").nullable().optional(),
|
|
45
|
+
externalId: z.string().describe("External order ID"),
|
|
46
|
+
patronymic: z.string().describe("Customer patronymic (middle name)").nullable().optional(),
|
|
47
|
+
orderMethod: z.string().describe("Method by which the order was placed").nullable().optional(),
|
|
48
|
+
customFields: z.object({}).describe("Custom key-value fields for the order").nullable().optional(),
|
|
49
|
+
customerComment: z.string().describe("Comment left by the customer").nullable().optional()
|
|
50
|
+
}).describe("Represents the updated order data in the response");
|
|
51
|
+
const SimlaComEditOrder_ErrorItemSchema = z.object({
|
|
52
|
+
code: z.string().describe("Error code identifier").nullable().optional(),
|
|
53
|
+
message: z.string().describe("Error message description").nullable().optional()
|
|
54
|
+
}).describe("Error item returned by the API");
|
|
55
|
+
const simlaComEditOrder = action("SIMLA_COM_EDIT_ORDER", {
|
|
56
|
+
slug: "simla_com-edit-order",
|
|
57
|
+
name: "Edit Order",
|
|
58
|
+
description: "Tool to edit an existing order by external ID. Use when you need to update order details by external ID.",
|
|
59
|
+
input: SimlaComEditOrderInput,
|
|
60
|
+
output: z.object({
|
|
61
|
+
order: SimlaComEditOrder_OrderResultSchema.nullable().optional(),
|
|
62
|
+
errors: z.array(SimlaComEditOrder_ErrorItemSchema).describe("List of validation errors if any").nullable().optional(),
|
|
63
|
+
success: z.boolean().describe("Indicates whether the update was successful"),
|
|
64
|
+
errorMsg: z.string().describe("Error message if the update failed").nullable().optional()
|
|
65
|
+
}).describe("Response model after editing an order")
|
|
66
|
+
});
|
|
67
|
+
//#endregion
|
|
68
|
+
export { simlaComEditOrder };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=edit-order.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-order.mjs","names":[],"sources":["../../src/actions/edit-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditOrderInput: z.ZodTypeAny = z.object({\n site: z.string().describe(\"Code of the site where the order belongs\").optional(),\n order: z.object({\n email: z.string().describe(\"Customer email address\").optional(),\n items: z.array(z.object({\n offer: z.object({\n id: z.number().int().describe(\"Offer ID\"),\n}).describe(\"Offer details for the item\"),\n quantity: z.number().describe(\"Quantity of the product, must be greater than 0\").optional(),\n productName: z.string().describe(\"Product name\").optional(),\n}).describe(\"Item in the order to update\")).describe(\"List of items to include in the order\").optional(),\n phone: z.string().describe(\"Customer phone number in international format\").optional(),\n status: z.string().describe(\"Order status\").optional(),\n delivery: z.object({\n address: z.object({\n text: z.string().describe(\"Full delivery address text\").optional(),\n}).describe(\"Delivery address details\").optional(),\n}).describe(\"Delivery information for the order\").optional(),\n lastName: z.string().describe(\"Customer last name\").optional(),\n firstName: z.string().describe(\"Customer first name\").optional(),\n orderType: z.string().describe(\"Type of the order\").optional(),\n patronymic: z.string().describe(\"Customer patronymic (middle name)\").optional(),\n orderMethod: z.string().describe(\"Method by which the order was placed\").optional(),\n customFields: z.object({}).describe(\"Custom key-value fields for the order\").optional(),\n customerComment: z.string().describe(\"Comment left by the customer\").optional(),\n}).describe(\"Order object with fields to update\"),\n externalId: z.string().describe(\"External ID of the order to edit\"),\n}).describe(\"Request model for editing an order by external ID\");\nconst SimlaComEditOrder_OfferSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Offer ID\"),\n}).describe(\"Offer details for an order item\");\nconst SimlaComEditOrder_OrderItemSchema: z.ZodTypeAny = z.object({\n offer: SimlaComEditOrder_OfferSchema.nullable(),\n quantity: z.number().describe(\"Quantity of the product, must be greater than 0\").nullable().optional(),\n productName: z.string().describe(\"Product name\").nullable().optional(),\n}).describe(\"Item in the order to update\");\nconst SimlaComEditOrder_AddressSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Full delivery address text\").nullable().optional(),\n}).describe(\"Delivery address details\");\nconst SimlaComEditOrder_DeliverySchema: z.ZodTypeAny = z.object({\n address: SimlaComEditOrder_AddressSchema.nullable().optional(),\n}).describe(\"Delivery information for the order\");\nconst SimlaComEditOrder_OrderResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Internal order ID\"),\n email: z.string().describe(\"Customer email address\").nullable().optional(),\n items: z.array(SimlaComEditOrder_OrderItemSchema).describe(\"List of items to include in the order\").nullable().optional(),\n phone: z.string().describe(\"Customer phone number in international format\").nullable().optional(),\n number: z.string().describe(\"Order number\").nullable().optional(),\n status: z.string().describe(\"Order status\").nullable().optional(),\n delivery: SimlaComEditOrder_DeliverySchema.nullable().optional(),\n lastName: z.string().describe(\"Customer last name\").nullable().optional(),\n firstName: z.string().describe(\"Customer first name\").nullable().optional(),\n orderType: z.string().describe(\"Type of the order\").nullable().optional(),\n externalId: z.string().describe(\"External order ID\"),\n patronymic: z.string().describe(\"Customer patronymic (middle name)\").nullable().optional(),\n orderMethod: z.string().describe(\"Method by which the order was placed\").nullable().optional(),\n customFields: z.object({}).describe(\"Custom key-value fields for the order\").nullable().optional(),\n customerComment: z.string().describe(\"Comment left by the customer\").nullable().optional(),\n}).describe(\"Represents the updated order data in the response\");\nconst SimlaComEditOrder_ErrorItemSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Error code identifier\").nullable().optional(),\n message: z.string().describe(\"Error message description\").nullable().optional(),\n}).describe(\"Error item returned by the API\");\nexport const SimlaComEditOrderOutput: z.ZodTypeAny = z.object({\n order: SimlaComEditOrder_OrderResultSchema.nullable().optional(),\n errors: z.array(SimlaComEditOrder_ErrorItemSchema).describe(\"List of validation errors if any\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n errorMsg: z.string().describe(\"Error message if the update failed\").nullable().optional(),\n}).describe(\"Response model after editing an order\");\n\nexport const simlaComEditOrder = action(\"SIMLA_COM_EDIT_ORDER\", {\n slug: \"simla_com-edit-order\",\n name: \"Edit Order\",\n description: \"Tool to edit an existing order by external ID. Use when you need to update order details by external ID.\",\n input: SimlaComEditOrderInput,\n output: SimlaComEditOrderOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/edit-orders-payment.ts
|
|
4
|
+
const SimlaComEditOrdersPaymentInput = zod.z.object({
|
|
5
|
+
id: zod.z.number().int().describe("Payment ID to edit"),
|
|
6
|
+
payment: zod.z.object({
|
|
7
|
+
type: zod.z.string().describe("Payment type code (must match existing payment types in system)").optional(),
|
|
8
|
+
amount: zod.z.number().describe("Payment amount, must be greater than 0").optional(),
|
|
9
|
+
status: zod.z.string().describe("Payment status (e.g., 'paid', 'not-paid', 'cancel')").optional(),
|
|
10
|
+
comment: zod.z.string().describe("Optional comment for the payment").optional()
|
|
11
|
+
}).describe("Payment object with fields to update")
|
|
12
|
+
}).describe("Request model for editing an order payment");
|
|
13
|
+
const SimlaComEditOrdersPaymentOutput = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("The ID of the edited payment").nullable().optional(),
|
|
15
|
+
success: zod.z.boolean().describe("Indicates whether the update was successful")
|
|
16
|
+
}).describe("Response model after editing an order payment");
|
|
17
|
+
const simlaComEditOrdersPayment = require_action.action("SIMLA_COM_EDIT_ORDERS_PAYMENT", {
|
|
18
|
+
slug: "simla_com-edit-orders-payment",
|
|
19
|
+
name: "Edit Orders Payment",
|
|
20
|
+
description: "Tool to edit an existing order payment. Use when you need to update payment details such as amount, status, or type.",
|
|
21
|
+
input: SimlaComEditOrdersPaymentInput,
|
|
22
|
+
output: SimlaComEditOrdersPaymentOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.simlaComEditOrdersPayment = simlaComEditOrdersPayment;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=edit-orders-payment.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-orders-payment.cjs","names":["z","action"],"sources":["../../src/actions/edit-orders-payment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditOrdersPaymentInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Payment ID to edit\"),\n payment: z.object({\n type: z.string().describe(\"Payment type code (must match existing payment types in system)\").optional(),\n amount: z.number().describe(\"Payment amount, must be greater than 0\").optional(),\n status: z.string().describe(\"Payment status (e.g., 'paid', 'not-paid', 'cancel')\").optional(),\n comment: z.string().describe(\"Optional comment for the payment\").optional(),\n}).describe(\"Payment object with fields to update\"),\n}).describe(\"Request model for editing an order payment\");\nexport const SimlaComEditOrdersPaymentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the edited payment\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n}).describe(\"Response model after editing an order payment\");\n\nexport const simlaComEditOrdersPayment = action(\"SIMLA_COM_EDIT_ORDERS_PAYMENT\", {\n slug: \"simla_com-edit-orders-payment\",\n name: \"Edit Orders Payment\",\n description: \"Tool to edit an existing order payment. Use when you need to update payment details such as amount, status, or type.\",\n input: SimlaComEditOrdersPaymentInput,\n output: SimlaComEditOrdersPaymentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;CAClD,SAASA,IAAAA,EAAE,OAAO;EAClB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EACtG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;AAC7E,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-orders-payment.d.ts
|
|
4
|
+
declare const SimlaComEditOrdersPaymentInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditOrdersPaymentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditOrdersPayment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditOrdersPayment };
|
|
9
|
+
//# sourceMappingURL=edit-orders-payment.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-orders-payment.d.cts","names":[],"sources":["../../src/actions/edit-orders-payment.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAQU;AAAA,cAC5C,+BAAA,EAAiC,CAAA,CAAE,UAGY;AAAA,cAE/C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-orders-payment.d.ts
|
|
4
|
+
declare const SimlaComEditOrdersPaymentInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditOrdersPaymentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditOrdersPayment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditOrdersPayment };
|
|
9
|
+
//# sourceMappingURL=edit-orders-payment.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-orders-payment.d.mts","names":[],"sources":["../../src/actions/edit-orders-payment.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAQU;AAAA,cAC5C,+BAAA,EAAiC,CAAA,CAAE,UAGY;AAAA,cAE/C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simlaComEditOrdersPayment = action("SIMLA_COM_EDIT_ORDERS_PAYMENT", {
|
|
4
|
+
slug: "simla_com-edit-orders-payment",
|
|
5
|
+
name: "Edit Orders Payment",
|
|
6
|
+
description: "Tool to edit an existing order payment. Use when you need to update payment details such as amount, status, or type.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.number().int().describe("Payment ID to edit"),
|
|
9
|
+
payment: z.object({
|
|
10
|
+
type: z.string().describe("Payment type code (must match existing payment types in system)").optional(),
|
|
11
|
+
amount: z.number().describe("Payment amount, must be greater than 0").optional(),
|
|
12
|
+
status: z.string().describe("Payment status (e.g., 'paid', 'not-paid', 'cancel')").optional(),
|
|
13
|
+
comment: z.string().describe("Optional comment for the payment").optional()
|
|
14
|
+
}).describe("Payment object with fields to update")
|
|
15
|
+
}).describe("Request model for editing an order payment"),
|
|
16
|
+
output: z.object({
|
|
17
|
+
id: z.number().int().describe("The ID of the edited payment").nullable().optional(),
|
|
18
|
+
success: z.boolean().describe("Indicates whether the update was successful")
|
|
19
|
+
}).describe("Response model after editing an order payment")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { simlaComEditOrdersPayment };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=edit-orders-payment.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-orders-payment.mjs","names":[],"sources":["../../src/actions/edit-orders-payment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditOrdersPaymentInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Payment ID to edit\"),\n payment: z.object({\n type: z.string().describe(\"Payment type code (must match existing payment types in system)\").optional(),\n amount: z.number().describe(\"Payment amount, must be greater than 0\").optional(),\n status: z.string().describe(\"Payment status (e.g., 'paid', 'not-paid', 'cancel')\").optional(),\n comment: z.string().describe(\"Optional comment for the payment\").optional(),\n}).describe(\"Payment object with fields to update\"),\n}).describe(\"Request model for editing an order payment\");\nexport const SimlaComEditOrdersPaymentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the edited payment\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n}).describe(\"Response model after editing an order payment\");\n\nexport const simlaComEditOrdersPayment = action(\"SIMLA_COM_EDIT_ORDERS_PAYMENT\", {\n slug: \"simla_com-edit-orders-payment\",\n name: \"Edit Orders Payment\",\n description: \"Tool to edit an existing order payment. Use when you need to update payment details such as amount, status, or type.\",\n input: SimlaComEditOrdersPaymentInput,\n output: SimlaComEditOrdersPaymentOutput,\n});\n"],"mappings":";;AAkBA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;EAClD,SAAS,EAAE,OAAO;GAClB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;GACtG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;GAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;GAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,CAAC,CAAC,CAAC,SAAS,sCAAsC;CAClD,CAAC,CAAC,CAAC,SAAS,4CAUH;CACP,QAV2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CAC7E,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/edit-reference-cost-group.ts
|
|
4
|
+
const SimlaComEditReferenceCostGroupInput = zod.z.object({
|
|
5
|
+
code: zod.z.string().describe("The cost group code (symbolic identifier) to edit"),
|
|
6
|
+
costGroup: zod.z.object({
|
|
7
|
+
name: zod.z.string().describe("Name of the cost group").optional(),
|
|
8
|
+
color: zod.z.string().describe("Color code in hex format (e.g., '#bc6b01')").optional(),
|
|
9
|
+
active: zod.z.boolean().describe("Whether the cost group is active").optional(),
|
|
10
|
+
ordering: zod.z.number().int().describe("Display ordering for the cost group").optional()
|
|
11
|
+
}).describe("Cost group object with fields to update (at least one field should be provided)")
|
|
12
|
+
}).describe("Request model for editing a cost group");
|
|
13
|
+
const SimlaComEditReferenceCostGroupOutput = zod.z.object({
|
|
14
|
+
errors: zod.z.object({}).describe("Detailed error information if the request failed").nullable().optional(),
|
|
15
|
+
success: zod.z.boolean().describe("Indicates whether the update was successful"),
|
|
16
|
+
errorMsg: zod.z.string().describe("Error message if the update failed").nullable().optional()
|
|
17
|
+
}).describe("Response model after editing a cost group");
|
|
18
|
+
const simlaComEditReferenceCostGroup = require_action.action("SIMLA_COM_EDIT_REFERENCE_COST_GROUP", {
|
|
19
|
+
slug: "simla_com-edit-reference-cost-group",
|
|
20
|
+
name: "Edit Reference Cost Group",
|
|
21
|
+
description: "Tool to edit an existing cost group by code. Use when you need to update cost group properties such as name, color, active status, or display ordering.",
|
|
22
|
+
input: SimlaComEditReferenceCostGroupInput,
|
|
23
|
+
output: SimlaComEditReferenceCostGroupOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.simlaComEditReferenceCostGroup = simlaComEditReferenceCostGroup;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=edit-reference-cost-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-reference-cost-group.cjs","names":["z","action"],"sources":["../../src/actions/edit-reference-cost-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditReferenceCostGroupInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"The cost group code (symbolic identifier) to edit\"),\n costGroup: z.object({\n name: z.string().describe(\"Name of the cost group\").optional(),\n color: z.string().describe(\"Color code in hex format (e.g., '#bc6b01')\").optional(),\n active: z.boolean().describe(\"Whether the cost group is active\").optional(),\n ordering: z.number().int().describe(\"Display ordering for the cost group\").optional(),\n}).describe(\"Cost group object with fields to update (at least one field should be provided)\"),\n}).describe(\"Request model for editing a cost group\");\nexport const SimlaComEditReferenceCostGroupOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed error information if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n errorMsg: z.string().describe(\"Error message if the update failed\").nullable().optional(),\n}).describe(\"Response model after editing a cost group\");\n\nexport const simlaComEditReferenceCostGroup = action(\"SIMLA_COM_EDIT_REFERENCE_COST_GROUP\", {\n slug: \"simla_com-edit-reference-cost-group\",\n name: \"Edit Reference Cost Group\",\n description: \"Tool to edit an existing cost group by code. Use when you need to update cost group properties such as name, color, active status, or display ordering.\",\n input: SimlaComEditReferenceCostGroupInput,\n output: SimlaComEditReferenceCostGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC7E,WAAWA,IAAAA,EAAE,OAAO;EACpB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EAClF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,iCAAiCC,eAAAA,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-reference-cost-group.d.ts
|
|
4
|
+
declare const SimlaComEditReferenceCostGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditReferenceCostGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditReferenceCostGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditReferenceCostGroup };
|
|
9
|
+
//# sourceMappingURL=edit-reference-cost-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-reference-cost-group.d.cts","names":[],"sources":["../../src/actions/edit-reference-cost-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAQC;AAAA,cACxC,oCAAA,EAAsC,CAAA,CAAE,UAIG;AAAA,cAE3C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/edit-reference-cost-group.d.ts
|
|
4
|
+
declare const SimlaComEditReferenceCostGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComEditReferenceCostGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComEditReferenceCostGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComEditReferenceCostGroup };
|
|
9
|
+
//# sourceMappingURL=edit-reference-cost-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-reference-cost-group.d.mts","names":[],"sources":["../../src/actions/edit-reference-cost-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAQC;AAAA,cACxC,oCAAA,EAAsC,CAAA,CAAE,UAIG;AAAA,cAE3C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simlaComEditReferenceCostGroup = action("SIMLA_COM_EDIT_REFERENCE_COST_GROUP", {
|
|
4
|
+
slug: "simla_com-edit-reference-cost-group",
|
|
5
|
+
name: "Edit Reference Cost Group",
|
|
6
|
+
description: "Tool to edit an existing cost group by code. Use when you need to update cost group properties such as name, color, active status, or display ordering.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
code: z.string().describe("The cost group code (symbolic identifier) to edit"),
|
|
9
|
+
costGroup: z.object({
|
|
10
|
+
name: z.string().describe("Name of the cost group").optional(),
|
|
11
|
+
color: z.string().describe("Color code in hex format (e.g., '#bc6b01')").optional(),
|
|
12
|
+
active: z.boolean().describe("Whether the cost group is active").optional(),
|
|
13
|
+
ordering: z.number().int().describe("Display ordering for the cost group").optional()
|
|
14
|
+
}).describe("Cost group object with fields to update (at least one field should be provided)")
|
|
15
|
+
}).describe("Request model for editing a cost group"),
|
|
16
|
+
output: z.object({
|
|
17
|
+
errors: z.object({}).describe("Detailed error information if the request failed").nullable().optional(),
|
|
18
|
+
success: z.boolean().describe("Indicates whether the update was successful"),
|
|
19
|
+
errorMsg: z.string().describe("Error message if the update failed").nullable().optional()
|
|
20
|
+
}).describe("Response model after editing a cost group")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { simlaComEditReferenceCostGroup };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=edit-reference-cost-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-reference-cost-group.mjs","names":[],"sources":["../../src/actions/edit-reference-cost-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditReferenceCostGroupInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"The cost group code (symbolic identifier) to edit\"),\n costGroup: z.object({\n name: z.string().describe(\"Name of the cost group\").optional(),\n color: z.string().describe(\"Color code in hex format (e.g., '#bc6b01')\").optional(),\n active: z.boolean().describe(\"Whether the cost group is active\").optional(),\n ordering: z.number().int().describe(\"Display ordering for the cost group\").optional(),\n}).describe(\"Cost group object with fields to update (at least one field should be provided)\"),\n}).describe(\"Request model for editing a cost group\");\nexport const SimlaComEditReferenceCostGroupOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed error information if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n errorMsg: z.string().describe(\"Error message if the update failed\").nullable().optional(),\n}).describe(\"Response model after editing a cost group\");\n\nexport const simlaComEditReferenceCostGroup = action(\"SIMLA_COM_EDIT_REFERENCE_COST_GROUP\", {\n slug: \"simla_com-edit-reference-cost-group\",\n name: \"Edit Reference Cost Group\",\n description: \"Tool to edit an existing cost group by code. Use when you need to update cost group properties such as name, color, active status, or display ordering.\",\n input: SimlaComEditReferenceCostGroupInput,\n output: SimlaComEditReferenceCostGroupOutput,\n});\n"],"mappings":";;AAmBA,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB+D,EAAE,OAAO;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC7E,WAAW,EAAE,OAAO;GACpB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;GAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;GAClF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;GAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACtF,CAAC,CAAC,CAAC,SAAS,iFAAiF;CAC7F,CAAC,CAAC,CAAC,SAAS,wCAWH;CACP,QAXgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/edit-reference-cost-item.ts
|
|
4
|
+
const SimlaComEditReferenceCostItemInput = zod.z.object({
|
|
5
|
+
code: zod.z.string().describe("Symbolic code of the cost item to edit. Must match an existing cost item code in the system."),
|
|
6
|
+
costItem: zod.z.object({
|
|
7
|
+
code: zod.z.string().describe("Symbolic code of the cost item (alphanumeric, dashes allowed)").optional(),
|
|
8
|
+
name: zod.z.string().describe("Name of the cost item").optional(),
|
|
9
|
+
type: zod.z.string().describe("Type of the cost item: 'var' for variable costs or 'const' for constant costs").optional(),
|
|
10
|
+
group: zod.z.string().describe("Cost group code (e.g., product-cost, delivery, administrative, commission, assembling, attraction)").optional(),
|
|
11
|
+
active: zod.z.boolean().describe("Whether the cost item is active").optional(),
|
|
12
|
+
ordering: zod.z.number().int().describe("Display order (sorting position for UI display)").optional(),
|
|
13
|
+
appliesToUsers: zod.z.boolean().describe("Whether the cost item applies to users").optional(),
|
|
14
|
+
appliesToOrders: zod.z.boolean().describe("Whether the cost item applies to orders").optional()
|
|
15
|
+
}).describe("Cost item fields to update (at least one field should be provided)")
|
|
16
|
+
}).describe("Request model for editing a cost item");
|
|
17
|
+
const SimlaComEditReferenceCostItem_CostItemDetailSchema = zod.z.object({
|
|
18
|
+
code: zod.z.string().describe("Unique code identifier for the cost item").nullable().optional(),
|
|
19
|
+
name: zod.z.string().describe("Human-readable name of the cost item").nullable().optional(),
|
|
20
|
+
type: zod.z.string().describe("Type of cost: var (variable) or const (constant)").nullable().optional(),
|
|
21
|
+
group: zod.z.string().describe("Cost group this item belongs to").nullable().optional(),
|
|
22
|
+
active: zod.z.boolean().describe("Whether the cost item is active").nullable().optional(),
|
|
23
|
+
ordering: zod.z.number().int().describe("Display order number").nullable().optional(),
|
|
24
|
+
appliesToUsers: zod.z.boolean().describe("Whether this cost item applies to users").nullable().optional(),
|
|
25
|
+
appliesToOrders: zod.z.boolean().describe("Whether this cost item applies to orders").nullable().optional()
|
|
26
|
+
}).describe("Detailed information about a cost item");
|
|
27
|
+
const SimlaComEditReferenceCostItemOutput = zod.z.object({
|
|
28
|
+
errors: zod.z.object({}).describe("Detailed error information if the request failed").nullable().optional(),
|
|
29
|
+
success: zod.z.boolean().describe("Indicates whether the update was successful"),
|
|
30
|
+
costItem: SimlaComEditReferenceCostItem_CostItemDetailSchema.nullable().optional(),
|
|
31
|
+
errorMsg: zod.z.string().describe("Error message if the update failed").nullable().optional()
|
|
32
|
+
}).describe("Response model after editing a cost item");
|
|
33
|
+
const simlaComEditReferenceCostItem = require_action.action("SIMLA_COM_EDIT_REFERENCE_COST_ITEM", {
|
|
34
|
+
slug: "simla_com-edit-reference-cost-item",
|
|
35
|
+
name: "Edit Reference Cost Item",
|
|
36
|
+
description: "Tool to edit an existing cost item reference by code. Use when you need to update cost item properties such as name, group, type, or activation status in the system's cost item directory.",
|
|
37
|
+
input: SimlaComEditReferenceCostItemInput,
|
|
38
|
+
output: SimlaComEditReferenceCostItemOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.simlaComEditReferenceCostItem = simlaComEditReferenceCostItem;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=edit-reference-cost-item.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-reference-cost-item.cjs","names":["z","action"],"sources":["../../src/actions/edit-reference-cost-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComEditReferenceCostItemInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code of the cost item to edit. Must match an existing cost item code in the system.\"),\n costItem: z.object({\n code: z.string().describe(\"Symbolic code of the cost item (alphanumeric, dashes allowed)\").optional(),\n name: z.string().describe(\"Name of the cost item\").optional(),\n type: z.string().describe(\"Type of the cost item: 'var' for variable costs or 'const' for constant costs\").optional(),\n group: z.string().describe(\"Cost group code (e.g., product-cost, delivery, administrative, commission, assembling, attraction)\").optional(),\n active: z.boolean().describe(\"Whether the cost item is active\").optional(),\n ordering: z.number().int().describe(\"Display order (sorting position for UI display)\").optional(),\n appliesToUsers: z.boolean().describe(\"Whether the cost item applies to users\").optional(),\n appliesToOrders: z.boolean().describe(\"Whether the cost item applies to orders\").optional(),\n}).describe(\"Cost item fields to update (at least one field should be provided)\"),\n}).describe(\"Request model for editing a cost item\");\nconst SimlaComEditReferenceCostItem_CostItemDetailSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Unique code identifier for the cost item\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the cost item\").nullable().optional(),\n type: z.string().describe(\"Type of cost: var (variable) or const (constant)\").nullable().optional(),\n group: z.string().describe(\"Cost group this item belongs to\").nullable().optional(),\n active: z.boolean().describe(\"Whether the cost item is active\").nullable().optional(),\n ordering: z.number().int().describe(\"Display order number\").nullable().optional(),\n appliesToUsers: z.boolean().describe(\"Whether this cost item applies to users\").nullable().optional(),\n appliesToOrders: z.boolean().describe(\"Whether this cost item applies to orders\").nullable().optional(),\n}).describe(\"Detailed information about a cost item\");\nexport const SimlaComEditReferenceCostItemOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed error information if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the update was successful\"),\n costItem: SimlaComEditReferenceCostItem_CostItemDetailSchema.nullable().optional(),\n errorMsg: z.string().describe(\"Error message if the update failed\").nullable().optional(),\n}).describe(\"Response model after editing a cost item\");\n\nexport const simlaComEditReferenceCostItem = action(\"SIMLA_COM_EDIT_REFERENCE_COST_ITEM\", {\n slug: \"simla_com-edit-reference-cost-item\",\n name: \"Edit Reference Cost Item\",\n description: \"Tool to edit an existing cost item reference by code. Use when you need to update cost item properties such as name, group, type, or activation status in the system's cost item directory.\",\n input: SimlaComEditReferenceCostItemInput,\n output: SimlaComEditReferenceCostItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F;CACxH,UAAUA,IAAAA,EAAE,OAAO;EACnB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EACpH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;EAC1I,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAChG,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACxF,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CAC3E,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,gCAAgCC,eAAAA,OAAO,sCAAsC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|