@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,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-store-products-properties.ts
|
|
4
|
+
const SimlaComGetStoreProductsPropertiesInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Page number for pagination (default: 1)").optional(),
|
|
6
|
+
limit: z.number().int().describe("Number of items per page (default: 20)").optional()
|
|
7
|
+
}).describe("Request model for retrieving a list of product properties with optional pagination");
|
|
8
|
+
const SimlaComGetStoreProductsProperties_PaginationSchema = z.object({
|
|
9
|
+
limit: z.number().int().describe("Number of items per page"),
|
|
10
|
+
totalCount: z.number().int().describe("Total number of properties available"),
|
|
11
|
+
currentPage: z.number().int().describe("Current page number"),
|
|
12
|
+
totalPageCount: z.number().int().describe("Total number of pages available")
|
|
13
|
+
}).describe("Pagination information for list responses");
|
|
14
|
+
const SimlaComGetStoreProductsProperties_ProductPropertySchema = z.object({
|
|
15
|
+
code: z.string().describe("Unique code of the product property").nullable().optional(),
|
|
16
|
+
name: z.string().describe("Name of the product property").nullable().optional()
|
|
17
|
+
}).passthrough().describe("Representation of a product property");
|
|
18
|
+
const simlaComGetStoreProductsProperties = action("SIMLA_COM_GET_STORE_PRODUCTS_PROPERTIES", {
|
|
19
|
+
slug: "simla_com-get-store-products-properties",
|
|
20
|
+
name: "Get Store Products Properties",
|
|
21
|
+
description: "Tool to retrieve a list of product properties from the store. Use when you need to fetch product property definitions with pagination support.",
|
|
22
|
+
input: SimlaComGetStoreProductsPropertiesInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
25
|
+
success: z.boolean().describe("Indicates if the request was successful"),
|
|
26
|
+
errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
|
|
27
|
+
pagination: SimlaComGetStoreProductsProperties_PaginationSchema.nullable().optional(),
|
|
28
|
+
properties: z.array(SimlaComGetStoreProductsProperties_ProductPropertySchema).describe("List of product property objects").nullable().optional()
|
|
29
|
+
}).passthrough().describe("Response model for a list of product properties")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { simlaComGetStoreProductsProperties };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=get-store-products-properties.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-store-products-properties.mjs","names":[],"sources":["../../src/actions/get-store-products-properties.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetStoreProductsPropertiesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (default: 1)\").optional(),\n limit: z.number().int().describe(\"Number of items per page (default: 20)\").optional(),\n}).describe(\"Request model for retrieving a list of product properties with optional pagination\");\nconst SimlaComGetStoreProductsProperties_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items per page\"),\n totalCount: z.number().int().describe(\"Total number of properties available\"),\n currentPage: z.number().int().describe(\"Current page number\"),\n totalPageCount: z.number().int().describe(\"Total number of pages available\"),\n}).describe(\"Pagination information for list responses\");\nconst SimlaComGetStoreProductsProperties_ProductPropertySchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Unique code of the product property\").nullable().optional(),\n name: z.string().describe(\"Name of the product property\").nullable().optional(),\n}).passthrough().describe(\"Representation of a product property\");\nexport const SimlaComGetStoreProductsPropertiesOutput: z.ZodTypeAny = z.object({\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n pagination: SimlaComGetStoreProductsProperties_PaginationSchema.nullable().optional(),\n properties: z.array(SimlaComGetStoreProductsProperties_ProductPropertySchema).describe(\"List of product property objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of product properties\");\n\nexport const simlaComGetStoreProductsProperties = action(\"SIMLA_COM_GET_STORE_PRODUCTS_PROPERTIES\", {\n slug: \"simla_com-get-store-products-properties\",\n name: \"Get Store Products Properties\",\n description: \"Tool to retrieve a list of product properties from the store. Use when you need to fetch product property definitions with pagination support.\",\n input: SimlaComGetStoreProductsPropertiesInput,\n output: SimlaComGetStoreProductsPropertiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAM,sDAAoE,EAAE,OAAO;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CAC5D,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AAC7E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,2DAAyE,EAAE,OAAO;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAShE,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAboE,EAAE,OAAO;EAC7E,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,oDAAoD,SAAS,CAAC,CAAC,SAAS;EACpF,YAAY,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-stores.ts
|
|
4
|
+
const SimlaComGetStoresInput = zod.z.object({}).describe("Request model for retrieving a list of warehouses/stores. This is a reference endpoint that returns all stores without parameters.");
|
|
5
|
+
const SimlaComGetStores_AddressSchema = zod.z.object({ countryIso: zod.z.string().describe("Country ISO code (e.g., 'US')").nullable().optional() }).passthrough().describe("Store address details");
|
|
6
|
+
const SimlaComGetStores_WorkTimeSchema = zod.z.object({
|
|
7
|
+
fr: zod.z.array(zod.z.string()).describe("Friday working hours").nullable().optional(),
|
|
8
|
+
mo: zod.z.array(zod.z.string()).describe("Monday working hours").nullable().optional(),
|
|
9
|
+
sa: zod.z.array(zod.z.string()).describe("Saturday working hours").nullable().optional(),
|
|
10
|
+
su: zod.z.array(zod.z.string()).describe("Sunday working hours").nullable().optional(),
|
|
11
|
+
th: zod.z.array(zod.z.string()).describe("Thursday working hours").nullable().optional(),
|
|
12
|
+
tu: zod.z.array(zod.z.string()).describe("Tuesday working hours").nullable().optional(),
|
|
13
|
+
we: zod.z.array(zod.z.string()).describe("Wednesday working hours").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Store working hours schedule");
|
|
15
|
+
const SimlaComGetStores_StoreSchema = zod.z.object({
|
|
16
|
+
code: zod.z.string().describe("Symbolic code (unique identifier) for the store").nullable().optional(),
|
|
17
|
+
name: zod.z.string().describe("Name of the store").nullable().optional(),
|
|
18
|
+
type: zod.z.string().describe("Type of store (e.g., warehouse, retail)").nullable().optional(),
|
|
19
|
+
active: zod.z.boolean().describe("Whether the store is active").nullable().optional(),
|
|
20
|
+
address: SimlaComGetStores_AddressSchema.nullable().optional(),
|
|
21
|
+
ordering: zod.z.string().describe("Display ordering for the store").nullable().optional(),
|
|
22
|
+
workTime: SimlaComGetStores_WorkTimeSchema.nullable().optional(),
|
|
23
|
+
inventoryType: zod.z.string().describe("Inventory type for the store").nullable().optional()
|
|
24
|
+
}).passthrough().describe("Representation of a warehouse/store in the system");
|
|
25
|
+
const SimlaComGetStoresOutput = zod.z.object({
|
|
26
|
+
errors: zod.z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
|
|
27
|
+
stores: zod.z.array(SimlaComGetStores_StoreSchema).describe("List of store/warehouse objects").nullable().optional(),
|
|
28
|
+
success: zod.z.boolean().describe("Indicates if the request was successful"),
|
|
29
|
+
errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional()
|
|
30
|
+
}).passthrough().describe("Response model for a list of warehouses/stores");
|
|
31
|
+
const simlaComGetStores = require_action.action("SIMLA_COM_GET_STORES", {
|
|
32
|
+
slug: "simla_com-get-stores",
|
|
33
|
+
name: "Get Stores",
|
|
34
|
+
description: "Tool to retrieve a list of all warehouses/stores in the system. Use when you need to discover available stores for inventory management or order fulfillment.",
|
|
35
|
+
input: SimlaComGetStoresInput,
|
|
36
|
+
output: SimlaComGetStoresOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.simlaComGetStores = simlaComGetStores;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=get-stores.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stores.cjs","names":["z","action"],"sources":["../../src/actions/get-stores.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetStoresInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving a list of warehouses/stores. This is a reference endpoint that returns all stores without parameters.\");\nconst SimlaComGetStores_AddressSchema: z.ZodTypeAny = z.object({\n countryIso: z.string().describe(\"Country ISO code (e.g., 'US')\").nullable().optional(),\n}).passthrough().describe(\"Store address details\");\nconst SimlaComGetStores_WorkTimeSchema: z.ZodTypeAny = z.object({\n fr: z.array(z.string()).describe(\"Friday working hours\").nullable().optional(),\n mo: z.array(z.string()).describe(\"Monday working hours\").nullable().optional(),\n sa: z.array(z.string()).describe(\"Saturday working hours\").nullable().optional(),\n su: z.array(z.string()).describe(\"Sunday working hours\").nullable().optional(),\n th: z.array(z.string()).describe(\"Thursday working hours\").nullable().optional(),\n tu: z.array(z.string()).describe(\"Tuesday working hours\").nullable().optional(),\n we: z.array(z.string()).describe(\"Wednesday working hours\").nullable().optional(),\n}).passthrough().describe(\"Store working hours schedule\");\nconst SimlaComGetStores_StoreSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code (unique identifier) for the store\").nullable().optional(),\n name: z.string().describe(\"Name of the store\").nullable().optional(),\n type: z.string().describe(\"Type of store (e.g., warehouse, retail)\").nullable().optional(),\n active: z.boolean().describe(\"Whether the store is active\").nullable().optional(),\n address: SimlaComGetStores_AddressSchema.nullable().optional(),\n ordering: z.string().describe(\"Display ordering for the store\").nullable().optional(),\n workTime: SimlaComGetStores_WorkTimeSchema.nullable().optional(),\n inventoryType: z.string().describe(\"Inventory type for the store\").nullable().optional(),\n}).passthrough().describe(\"Representation of a warehouse/store in the system\");\nexport const SimlaComGetStoresOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed errors if the request failed\").nullable().optional(),\n stores: z.array(SimlaComGetStores_StoreSchema).describe(\"List of store/warehouse objects\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of warehouses/stores\");\n\nexport const simlaComGetStores = action(\"SIMLA_COM_GET_STORES\", {\n slug: \"simla_com-get-stores\",\n name: \"Get Stores\",\n description: \"Tool to retrieve a list of all warehouses/stores in the system. Use when you need to discover available stores for inventory management or order fulfillment.\",\n input: SimlaComGetStoresInput,\n output: SimlaComGetStoresOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-stores.d.ts
|
|
4
|
+
declare const SimlaComGetStoresInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetStoresOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetStores: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetStores };
|
|
9
|
+
//# sourceMappingURL=get-stores.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stores.d.cts","names":[],"sources":["../../src/actions/get-stores.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAAwK;AAAA,cAuBlM,uBAAA,EAAyB,CAAA,CAAE,UAKmC;AAAA,cAE9D,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-stores.d.ts
|
|
4
|
+
declare const SimlaComGetStoresInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetStoresOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetStores: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetStores };
|
|
9
|
+
//# sourceMappingURL=get-stores.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stores.d.mts","names":[],"sources":["../../src/actions/get-stores.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAAwK;AAAA,cAuBlM,uBAAA,EAAyB,CAAA,CAAE,UAKmC;AAAA,cAE9D,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-stores.ts
|
|
4
|
+
const SimlaComGetStoresInput = z.object({}).describe("Request model for retrieving a list of warehouses/stores. This is a reference endpoint that returns all stores without parameters.");
|
|
5
|
+
const SimlaComGetStores_AddressSchema = z.object({ countryIso: z.string().describe("Country ISO code (e.g., 'US')").nullable().optional() }).passthrough().describe("Store address details");
|
|
6
|
+
const SimlaComGetStores_WorkTimeSchema = z.object({
|
|
7
|
+
fr: z.array(z.string()).describe("Friday working hours").nullable().optional(),
|
|
8
|
+
mo: z.array(z.string()).describe("Monday working hours").nullable().optional(),
|
|
9
|
+
sa: z.array(z.string()).describe("Saturday working hours").nullable().optional(),
|
|
10
|
+
su: z.array(z.string()).describe("Sunday working hours").nullable().optional(),
|
|
11
|
+
th: z.array(z.string()).describe("Thursday working hours").nullable().optional(),
|
|
12
|
+
tu: z.array(z.string()).describe("Tuesday working hours").nullable().optional(),
|
|
13
|
+
we: z.array(z.string()).describe("Wednesday working hours").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Store working hours schedule");
|
|
15
|
+
const SimlaComGetStores_StoreSchema = z.object({
|
|
16
|
+
code: z.string().describe("Symbolic code (unique identifier) for the store").nullable().optional(),
|
|
17
|
+
name: z.string().describe("Name of the store").nullable().optional(),
|
|
18
|
+
type: z.string().describe("Type of store (e.g., warehouse, retail)").nullable().optional(),
|
|
19
|
+
active: z.boolean().describe("Whether the store is active").nullable().optional(),
|
|
20
|
+
address: SimlaComGetStores_AddressSchema.nullable().optional(),
|
|
21
|
+
ordering: z.string().describe("Display ordering for the store").nullable().optional(),
|
|
22
|
+
workTime: SimlaComGetStores_WorkTimeSchema.nullable().optional(),
|
|
23
|
+
inventoryType: z.string().describe("Inventory type for the store").nullable().optional()
|
|
24
|
+
}).passthrough().describe("Representation of a warehouse/store in the system");
|
|
25
|
+
const simlaComGetStores = action("SIMLA_COM_GET_STORES", {
|
|
26
|
+
slug: "simla_com-get-stores",
|
|
27
|
+
name: "Get Stores",
|
|
28
|
+
description: "Tool to retrieve a list of all warehouses/stores in the system. Use when you need to discover available stores for inventory management or order fulfillment.",
|
|
29
|
+
input: SimlaComGetStoresInput,
|
|
30
|
+
output: z.object({
|
|
31
|
+
errors: z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
|
|
32
|
+
stores: z.array(SimlaComGetStores_StoreSchema).describe("List of store/warehouse objects").nullable().optional(),
|
|
33
|
+
success: z.boolean().describe("Indicates if the request was successful"),
|
|
34
|
+
errorMsg: z.string().describe("Error message if the request failed").nullable().optional()
|
|
35
|
+
}).passthrough().describe("Response model for a list of warehouses/stores")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { simlaComGetStores };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=get-stores.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stores.mjs","names":[],"sources":["../../src/actions/get-stores.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetStoresInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving a list of warehouses/stores. This is a reference endpoint that returns all stores without parameters.\");\nconst SimlaComGetStores_AddressSchema: z.ZodTypeAny = z.object({\n countryIso: z.string().describe(\"Country ISO code (e.g., 'US')\").nullable().optional(),\n}).passthrough().describe(\"Store address details\");\nconst SimlaComGetStores_WorkTimeSchema: z.ZodTypeAny = z.object({\n fr: z.array(z.string()).describe(\"Friday working hours\").nullable().optional(),\n mo: z.array(z.string()).describe(\"Monday working hours\").nullable().optional(),\n sa: z.array(z.string()).describe(\"Saturday working hours\").nullable().optional(),\n su: z.array(z.string()).describe(\"Sunday working hours\").nullable().optional(),\n th: z.array(z.string()).describe(\"Thursday working hours\").nullable().optional(),\n tu: z.array(z.string()).describe(\"Tuesday working hours\").nullable().optional(),\n we: z.array(z.string()).describe(\"Wednesday working hours\").nullable().optional(),\n}).passthrough().describe(\"Store working hours schedule\");\nconst SimlaComGetStores_StoreSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code (unique identifier) for the store\").nullable().optional(),\n name: z.string().describe(\"Name of the store\").nullable().optional(),\n type: z.string().describe(\"Type of store (e.g., warehouse, retail)\").nullable().optional(),\n active: z.boolean().describe(\"Whether the store is active\").nullable().optional(),\n address: SimlaComGetStores_AddressSchema.nullable().optional(),\n ordering: z.string().describe(\"Display ordering for the store\").nullable().optional(),\n workTime: SimlaComGetStores_WorkTimeSchema.nullable().optional(),\n inventoryType: z.string().describe(\"Inventory type for the store\").nullable().optional(),\n}).passthrough().describe(\"Representation of a warehouse/store in the system\");\nexport const SimlaComGetStoresOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).describe(\"Detailed errors if the request failed\").nullable().optional(),\n stores: z.array(SimlaComGetStores_StoreSchema).describe(\"List of store/warehouse objects\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of warehouses/stores\");\n\nexport const simlaComGetStores = action(\"SIMLA_COM_GET_STORES\", {\n slug: \"simla_com-get-stores\",\n name: \"Get Stores\",\n description: \"Tool to retrieve a list of all warehouses/stores in the system. Use when you need to discover available stores for inventory management or order fulfillment.\",\n input: SimlaComGetStoresInput,\n output: SimlaComGetStoresOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oIAAoI;AAC9M,MAAM,kCAAgD,EAAE,OAAO,EAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uBAAuB;AACjD,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAM,gCAA8C,EAAE,OAAO;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAAS,gCAAgC,SAAS,CAAC,CAAC,SAAS;CAC7D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAU,iCAAiC,SAAS,CAAC,CAAC,SAAS;CAC/D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAQ7E,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZmD,EAAE,OAAO;EAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,QAAQ,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-task.ts
|
|
4
|
+
const SimlaComGetTaskInput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the task to retrieve. Must be a positive integer representing an existing task ID.") }).describe("Request model for retrieving a specific task by ID");
|
|
5
|
+
const SimlaComGetTask_TaskDetailSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Task ID"),
|
|
7
|
+
text: zod.z.string().describe("Task description/text").nullable().optional(),
|
|
8
|
+
order: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Related order object").nullable().optional(),
|
|
9
|
+
orderId: zod.z.number().int().describe("Related order ID").nullable().optional(),
|
|
10
|
+
complete: zod.z.boolean().describe("Whether the task is marked as complete").nullable().optional(),
|
|
11
|
+
customer: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Related customer object").nullable().optional(),
|
|
12
|
+
datetime: zod.z.string().describe("Task deadline/due date in 'YYYY-MM-DD HH:MM' format").nullable().optional(),
|
|
13
|
+
createdAt: zod.z.string().describe("Task creation timestamp in 'YYYY-MM-DD HH:MM:SS' format").nullable().optional(),
|
|
14
|
+
performer: zod.z.union([zod.z.number().int(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
15
|
+
updatedAt: zod.z.string().describe("Last update timestamp in 'YYYY-MM-DD HH:MM:SS' format").nullable().optional(),
|
|
16
|
+
commentary: zod.z.string().describe("Additional commentary or notes about the task").nullable().optional(),
|
|
17
|
+
customerId: zod.z.number().int().describe("Related customer ID").nullable().optional(),
|
|
18
|
+
performerId: zod.z.number().int().describe("ID of the user assigned to perform the task").nullable().optional(),
|
|
19
|
+
performerType: zod.z.string().describe("Type of performer (e.g., 'user', 'group')").nullable().optional()
|
|
20
|
+
}).passthrough().describe("Detailed information about a task");
|
|
21
|
+
const SimlaComGetTaskOutput = zod.z.object({
|
|
22
|
+
task: SimlaComGetTask_TaskDetailSchema.nullable().optional(),
|
|
23
|
+
errors: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
24
|
+
success: zod.z.boolean().describe("Indicates if the request was successful"),
|
|
25
|
+
errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional()
|
|
26
|
+
}).passthrough().describe("Response model for retrieving a task");
|
|
27
|
+
const simlaComGetTask = require_action.action("SIMLA_COM_GET_TASK", {
|
|
28
|
+
slug: "simla_com-get-task",
|
|
29
|
+
name: "Get Task",
|
|
30
|
+
description: "Retrieves detailed information about a specific task by its ID. Use this to view task details including description, deadline, completion status, assigned performer, and related entities (orders, customers) before editing, completing, or analyzing tasks.",
|
|
31
|
+
input: SimlaComGetTaskInput,
|
|
32
|
+
output: SimlaComGetTaskOutput
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.simlaComGetTask = simlaComGetTask;
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=get-task.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-task.cjs","names":["z","action"],"sources":["../../src/actions/get-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetTaskInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the task to retrieve. Must be a positive integer representing an existing task ID.\"),\n}).describe(\"Request model for retrieving a specific task by ID\");\nconst SimlaComGetTask_TaskDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Task ID\"),\n text: z.string().describe(\"Task description/text\").nullable().optional(),\n order: z.record(z.string(), z.unknown()).describe(\"Related order object\").nullable().optional(),\n orderId: z.number().int().describe(\"Related order ID\").nullable().optional(),\n complete: z.boolean().describe(\"Whether the task is marked as complete\").nullable().optional(),\n customer: z.record(z.string(), z.unknown()).describe(\"Related customer object\").nullable().optional(),\n datetime: z.string().describe(\"Task deadline/due date in 'YYYY-MM-DD HH:MM' format\").nullable().optional(),\n createdAt: z.string().describe(\"Task creation timestamp in 'YYYY-MM-DD HH:MM:SS' format\").nullable().optional(),\n performer: z.union([z.number().int(), z.record(z.string(), z.unknown())]).nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp in 'YYYY-MM-DD HH:MM:SS' format\").nullable().optional(),\n commentary: z.string().describe(\"Additional commentary or notes about the task\").nullable().optional(),\n customerId: z.number().int().describe(\"Related customer ID\").nullable().optional(),\n performerId: z.number().int().describe(\"ID of the user assigned to perform the task\").nullable().optional(),\n performerType: z.string().describe(\"Type of performer (e.g., 'user', 'group')\").nullable().optional(),\n}).passthrough().describe(\"Detailed information about a task\");\nexport const SimlaComGetTaskOutput: z.ZodTypeAny = z.object({\n task: SimlaComGetTask_TaskDetailSchema.nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving a task\");\n\nexport const simlaComGetTask = action(\"SIMLA_COM_GET_TASK\", {\n slug: \"simla_com-get-task\",\n name: \"Get Task\",\n description: \"Retrieves detailed information about a specific task by its ID. Use this to view task details including description, deadline, completion status, assigned performer, and related entities (orders, customers) before editing, completing, or analyzing tasks.\",\n input: SimlaComGetTaskInput,\n output: SimlaComGetTaskOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-task.d.ts
|
|
4
|
+
declare const SimlaComGetTaskInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetTaskOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetTask };
|
|
9
|
+
//# sourceMappingURL=get-task.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-task.d.cts","names":[],"sources":["../../src/actions/get-task.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAE4B;AAAA,cAiBpD,qBAAA,EAAuB,CAAA,CAAE,UAK2B;AAAA,cAEpD,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-task.d.ts
|
|
4
|
+
declare const SimlaComGetTaskInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetTaskOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetTask };
|
|
9
|
+
//# sourceMappingURL=get-task.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-task.d.mts","names":[],"sources":["../../src/actions/get-task.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAE4B;AAAA,cAiBpD,qBAAA,EAAuB,CAAA,CAAE,UAK2B;AAAA,cAEpD,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-task.ts
|
|
4
|
+
const SimlaComGetTaskInput = z.object({ id: z.number().int().describe("Unique identifier of the task to retrieve. Must be a positive integer representing an existing task ID.") }).describe("Request model for retrieving a specific task by ID");
|
|
5
|
+
const SimlaComGetTask_TaskDetailSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Task ID"),
|
|
7
|
+
text: z.string().describe("Task description/text").nullable().optional(),
|
|
8
|
+
order: z.record(z.string(), z.unknown()).describe("Related order object").nullable().optional(),
|
|
9
|
+
orderId: z.number().int().describe("Related order ID").nullable().optional(),
|
|
10
|
+
complete: z.boolean().describe("Whether the task is marked as complete").nullable().optional(),
|
|
11
|
+
customer: z.record(z.string(), z.unknown()).describe("Related customer object").nullable().optional(),
|
|
12
|
+
datetime: z.string().describe("Task deadline/due date in 'YYYY-MM-DD HH:MM' format").nullable().optional(),
|
|
13
|
+
createdAt: z.string().describe("Task creation timestamp in 'YYYY-MM-DD HH:MM:SS' format").nullable().optional(),
|
|
14
|
+
performer: z.union([z.number().int(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
15
|
+
updatedAt: z.string().describe("Last update timestamp in 'YYYY-MM-DD HH:MM:SS' format").nullable().optional(),
|
|
16
|
+
commentary: z.string().describe("Additional commentary or notes about the task").nullable().optional(),
|
|
17
|
+
customerId: z.number().int().describe("Related customer ID").nullable().optional(),
|
|
18
|
+
performerId: z.number().int().describe("ID of the user assigned to perform the task").nullable().optional(),
|
|
19
|
+
performerType: z.string().describe("Type of performer (e.g., 'user', 'group')").nullable().optional()
|
|
20
|
+
}).passthrough().describe("Detailed information about a task");
|
|
21
|
+
const simlaComGetTask = action("SIMLA_COM_GET_TASK", {
|
|
22
|
+
slug: "simla_com-get-task",
|
|
23
|
+
name: "Get Task",
|
|
24
|
+
description: "Retrieves detailed information about a specific task by its ID. Use this to view task details including description, deadline, completion status, assigned performer, and related entities (orders, customers) before editing, completing, or analyzing tasks.",
|
|
25
|
+
input: SimlaComGetTaskInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
task: SimlaComGetTask_TaskDetailSchema.nullable().optional(),
|
|
28
|
+
errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
29
|
+
success: z.boolean().describe("Indicates if the request was successful"),
|
|
30
|
+
errorMsg: z.string().describe("Error message if the request failed").nullable().optional()
|
|
31
|
+
}).passthrough().describe("Response model for retrieving a task")
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { simlaComGetTask };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=get-task.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-task.mjs","names":[],"sources":["../../src/actions/get-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetTaskInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the task to retrieve. Must be a positive integer representing an existing task ID.\"),\n}).describe(\"Request model for retrieving a specific task by ID\");\nconst SimlaComGetTask_TaskDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Task ID\"),\n text: z.string().describe(\"Task description/text\").nullable().optional(),\n order: z.record(z.string(), z.unknown()).describe(\"Related order object\").nullable().optional(),\n orderId: z.number().int().describe(\"Related order ID\").nullable().optional(),\n complete: z.boolean().describe(\"Whether the task is marked as complete\").nullable().optional(),\n customer: z.record(z.string(), z.unknown()).describe(\"Related customer object\").nullable().optional(),\n datetime: z.string().describe(\"Task deadline/due date in 'YYYY-MM-DD HH:MM' format\").nullable().optional(),\n createdAt: z.string().describe(\"Task creation timestamp in 'YYYY-MM-DD HH:MM:SS' format\").nullable().optional(),\n performer: z.union([z.number().int(), z.record(z.string(), z.unknown())]).nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp in 'YYYY-MM-DD HH:MM:SS' format\").nullable().optional(),\n commentary: z.string().describe(\"Additional commentary or notes about the task\").nullable().optional(),\n customerId: z.number().int().describe(\"Related customer ID\").nullable().optional(),\n performerId: z.number().int().describe(\"ID of the user assigned to perform the task\").nullable().optional(),\n performerType: z.string().describe(\"Type of performer (e.g., 'user', 'group')\").nullable().optional(),\n}).passthrough().describe(\"Detailed information about a task\");\nexport const SimlaComGetTaskOutput: z.ZodTypeAny = z.object({\n task: SimlaComGetTask_TaskDetailSchema.nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving a task\");\n\nexport const simlaComGetTask = action(\"SIMLA_COM_GET_TASK\", {\n slug: \"simla_com-get-task\",\n name: \"Get Task\",\n description: \"Retrieves detailed information about a specific task by its ID. Use this to view task details including description, deadline, completion status, assigned performer, and related entities (orders, customers) before editing, completing, or analyzing tasks.\",\n input: SimlaComGetTaskInput,\n output: SimlaComGetTaskOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO,EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yGAAyG,EACzI,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,SAAS;CACvC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,WAAW,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAQ7D,MAAa,kBAAkB,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZiD,EAAE,OAAO;EAC1D,MAAM,iCAAiC,SAAS,CAAC,CAAC,SAAS;EAC3D,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-tasks-comments.ts
|
|
4
|
+
const SimlaComGetTasksCommentsInput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the task to retrieve comments for. Must be a positive integer representing an existing task ID.") }).describe("Request model for retrieving comments on a specific task");
|
|
5
|
+
const SimlaComGetTasksComments_TaskCommentSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Comment ID").nullable().optional(),
|
|
7
|
+
text: zod.z.string().describe("Comment text content").nullable().optional(),
|
|
8
|
+
user: zod.z.record(zod.z.string(), zod.z.unknown()).describe("User object who created the comment").nullable().optional(),
|
|
9
|
+
userId: zod.z.number().int().describe("ID of the user who created the comment").nullable().optional(),
|
|
10
|
+
createdAt: zod.z.string().describe("Date and time of comment creation").nullable().optional()
|
|
11
|
+
}).passthrough().describe("Task comment details");
|
|
12
|
+
const SimlaComGetTasksComments_PaginationSchema = zod.z.object({
|
|
13
|
+
limit: zod.z.number().int().describe("Number of items per page"),
|
|
14
|
+
totalCount: zod.z.number().int().describe("Total number of comments available"),
|
|
15
|
+
currentPage: zod.z.number().int().describe("Current page number returned"),
|
|
16
|
+
totalPageCount: zod.z.number().int().describe("Total number of pages")
|
|
17
|
+
}).describe("Pagination details for list responses");
|
|
18
|
+
const SimlaComGetTasksCommentsOutput = zod.z.object({
|
|
19
|
+
errors: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
20
|
+
success: zod.z.boolean().describe("Indicates if the request was successful"),
|
|
21
|
+
comments: zod.z.array(SimlaComGetTasksComments_TaskCommentSchema).describe("List of comment objects for the task").nullable().optional(),
|
|
22
|
+
errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional(),
|
|
23
|
+
pagination: SimlaComGetTasksComments_PaginationSchema.nullable().optional()
|
|
24
|
+
}).passthrough().describe("Response model for retrieving task comments");
|
|
25
|
+
const simlaComGetTasksComments = require_action.action("SIMLA_COM_GET_TASKS_COMMENTS", {
|
|
26
|
+
slug: "simla_com-get-tasks-comments",
|
|
27
|
+
name: "Get Tasks Comments",
|
|
28
|
+
description: "Tool to retrieve comments on a specific task by task ID. Use when you need to view all comments associated with a task for context, collaboration, or audit purposes.",
|
|
29
|
+
input: SimlaComGetTasksCommentsInput,
|
|
30
|
+
output: SimlaComGetTasksCommentsOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.simlaComGetTasksComments = simlaComGetTasksComments;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=get-tasks-comments.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-comments.cjs","names":["z","action"],"sources":["../../src/actions/get-tasks-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetTasksCommentsInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the task to retrieve comments for. Must be a positive integer representing an existing task ID.\"),\n}).describe(\"Request model for retrieving comments on a specific task\");\nconst SimlaComGetTasksComments_TaskCommentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Comment ID\").nullable().optional(),\n text: z.string().describe(\"Comment text content\").nullable().optional(),\n user: z.record(z.string(), z.unknown()).describe(\"User object who created the comment\").nullable().optional(),\n userId: z.number().int().describe(\"ID of the user who created the comment\").nullable().optional(),\n createdAt: z.string().describe(\"Date and time of comment creation\").nullable().optional(),\n}).passthrough().describe(\"Task comment details\");\nconst SimlaComGetTasksComments_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items per page\"),\n totalCount: z.number().int().describe(\"Total number of comments available\"),\n currentPage: z.number().int().describe(\"Current page number returned\"),\n totalPageCount: z.number().int().describe(\"Total number of pages\"),\n}).describe(\"Pagination details for list responses\");\nexport const SimlaComGetTasksCommentsOutput: z.ZodTypeAny = z.object({\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n comments: z.array(SimlaComGetTasksComments_TaskCommentSchema).describe(\"List of comment objects for the task\").nullable().optional(),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n pagination: SimlaComGetTasksComments_PaginationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving task comments\");\n\nexport const simlaComGetTasksComments = action(\"SIMLA_COM_GET_TASKS_COMMENTS\", {\n slug: \"simla_com-get-tasks-comments\",\n name: \"Get Tasks Comments\",\n description: \"Tool to retrieve comments on a specific task by task ID. Use when you need to view all comments associated with a task for context, collaboration, or audit purposes.\",\n input: SimlaComGetTasksCommentsInput,\n output: SimlaComGetTasksCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sHAAsH,EACtJ,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sBAAsB;AAChD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACrE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;AACnE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,UAAUA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAEvE,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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/get-tasks-comments.d.ts
|
|
4
|
+
declare const SimlaComGetTasksCommentsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetTasksCommentsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetTasksComments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetTasksComments };
|
|
9
|
+
//# sourceMappingURL=get-tasks-comments.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-comments.d.cts","names":[],"sources":["../../src/actions/get-tasks-comments.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEyB;AAAA,cAc1D,8BAAA,EAAgC,CAAA,CAAE,UAMyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-tasks-comments.d.ts
|
|
4
|
+
declare const SimlaComGetTasksCommentsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetTasksCommentsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetTasksComments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetTasksComments };
|
|
9
|
+
//# sourceMappingURL=get-tasks-comments.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-comments.d.mts","names":[],"sources":["../../src/actions/get-tasks-comments.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEyB;AAAA,cAc1D,8BAAA,EAAgC,CAAA,CAAE,UAMyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-tasks-comments.ts
|
|
4
|
+
const SimlaComGetTasksCommentsInput = z.object({ id: z.number().int().describe("Unique identifier of the task to retrieve comments for. Must be a positive integer representing an existing task ID.") }).describe("Request model for retrieving comments on a specific task");
|
|
5
|
+
const SimlaComGetTasksComments_TaskCommentSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Comment ID").nullable().optional(),
|
|
7
|
+
text: z.string().describe("Comment text content").nullable().optional(),
|
|
8
|
+
user: z.record(z.string(), z.unknown()).describe("User object who created the comment").nullable().optional(),
|
|
9
|
+
userId: z.number().int().describe("ID of the user who created the comment").nullable().optional(),
|
|
10
|
+
createdAt: z.string().describe("Date and time of comment creation").nullable().optional()
|
|
11
|
+
}).passthrough().describe("Task comment details");
|
|
12
|
+
const SimlaComGetTasksComments_PaginationSchema = z.object({
|
|
13
|
+
limit: z.number().int().describe("Number of items per page"),
|
|
14
|
+
totalCount: z.number().int().describe("Total number of comments available"),
|
|
15
|
+
currentPage: z.number().int().describe("Current page number returned"),
|
|
16
|
+
totalPageCount: z.number().int().describe("Total number of pages")
|
|
17
|
+
}).describe("Pagination details for list responses");
|
|
18
|
+
const simlaComGetTasksComments = action("SIMLA_COM_GET_TASKS_COMMENTS", {
|
|
19
|
+
slug: "simla_com-get-tasks-comments",
|
|
20
|
+
name: "Get Tasks Comments",
|
|
21
|
+
description: "Tool to retrieve comments on a specific task by task ID. Use when you need to view all comments associated with a task for context, collaboration, or audit purposes.",
|
|
22
|
+
input: SimlaComGetTasksCommentsInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
25
|
+
success: z.boolean().describe("Indicates if the request was successful"),
|
|
26
|
+
comments: z.array(SimlaComGetTasksComments_TaskCommentSchema).describe("List of comment objects for the task").nullable().optional(),
|
|
27
|
+
errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
|
|
28
|
+
pagination: SimlaComGetTasksComments_PaginationSchema.nullable().optional()
|
|
29
|
+
}).passthrough().describe("Response model for retrieving task comments")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { simlaComGetTasksComments };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=get-tasks-comments.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-comments.mjs","names":[],"sources":["../../src/actions/get-tasks-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetTasksCommentsInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the task to retrieve comments for. Must be a positive integer representing an existing task ID.\"),\n}).describe(\"Request model for retrieving comments on a specific task\");\nconst SimlaComGetTasksComments_TaskCommentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Comment ID\").nullable().optional(),\n text: z.string().describe(\"Comment text content\").nullable().optional(),\n user: z.record(z.string(), z.unknown()).describe(\"User object who created the comment\").nullable().optional(),\n userId: z.number().int().describe(\"ID of the user who created the comment\").nullable().optional(),\n createdAt: z.string().describe(\"Date and time of comment creation\").nullable().optional(),\n}).passthrough().describe(\"Task comment details\");\nconst SimlaComGetTasksComments_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items per page\"),\n totalCount: z.number().int().describe(\"Total number of comments available\"),\n currentPage: z.number().int().describe(\"Current page number returned\"),\n totalPageCount: z.number().int().describe(\"Total number of pages\"),\n}).describe(\"Pagination details for list responses\");\nexport const SimlaComGetTasksCommentsOutput: z.ZodTypeAny = z.object({\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n comments: z.array(SimlaComGetTasksComments_TaskCommentSchema).describe(\"List of comment objects for the task\").nullable().optional(),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n pagination: SimlaComGetTasksComments_PaginationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving task comments\");\n\nexport const simlaComGetTasksComments = action(\"SIMLA_COM_GET_TASKS_COMMENTS\", {\n slug: \"simla_com-get-tasks-comments\",\n name: \"Get Tasks Comments\",\n description: \"Tool to retrieve comments on a specific task by task ID. Use when you need to view all comments associated with a task for context, collaboration, or audit purposes.\",\n input: SimlaComGetTasksCommentsInput,\n output: SimlaComGetTasksCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sHAAsH,EACtJ,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sBAAsB;AAChD,MAAM,4CAA0D,EAAE,OAAO;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACrE,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;AACnE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AASnD,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb0D,EAAE,OAAO;EACnE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,UAAU,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-tasks-history.ts
|
|
4
|
+
const SimlaComGetTasksHistoryInput = zod.z.object({ sinceId: zod.z.number().int().describe("Return history records with ID greater than specified value. Used for incremental synchronization.").optional() }).describe("Request parameters for retrieving task change history");
|
|
5
|
+
const SimlaComGetTasksHistory_TaskInfoSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Task ID").nullable().optional(),
|
|
7
|
+
text: zod.z.string().describe("Task description").nullable().optional(),
|
|
8
|
+
status: zod.z.string().describe("Task status").nullable().optional(),
|
|
9
|
+
orderId: zod.z.number().int().describe("Associated order ID").nullable().optional(),
|
|
10
|
+
externalId: zod.z.string().describe("External task ID").nullable().optional(),
|
|
11
|
+
responsibleUserId: zod.z.number().int().describe("ID of responsible user").nullable().optional()
|
|
12
|
+
}).describe("Task information in history record");
|
|
13
|
+
const SimlaComGetTasksHistory_ApiKeyInfoSchema = zod.z.object({ current: zod.z.boolean().describe("Whether this is the current API key").nullable().optional() }).describe("API key information if source is 'api'");
|
|
14
|
+
const SimlaComGetTasksHistory_HistoryRecordSchema = zod.z.object({
|
|
15
|
+
id: zod.z.number().int().describe("History record ID (use this value in sinceId for next call)"),
|
|
16
|
+
task: SimlaComGetTasksHistory_TaskInfoSchema.nullable().optional(),
|
|
17
|
+
field: zod.z.string().describe("The field that was changed").nullable().optional(),
|
|
18
|
+
apiKey: SimlaComGetTasksHistory_ApiKeyInfoSchema.nullable().optional(),
|
|
19
|
+
source: zod.z.string().describe("Source of the change (api, code, user, rule, combine, split)").nullable().optional(),
|
|
20
|
+
created: zod.z.boolean().describe("Whether this was a creation event").nullable().optional(),
|
|
21
|
+
newValue: zod.z.unknown().describe("New value of the field").nullable().optional(),
|
|
22
|
+
oldValue: zod.z.unknown().describe("Previous value of the field").nullable().optional(),
|
|
23
|
+
createdAt: zod.z.string().describe("When the history record was created")
|
|
24
|
+
}).describe("Individual history record representing a task change event");
|
|
25
|
+
const SimlaComGetTasksHistory_PaginationSchema = zod.z.object({
|
|
26
|
+
limit: zod.z.number().int().describe("Number of records per page"),
|
|
27
|
+
totalCount: zod.z.number().int().describe("Total number of history records"),
|
|
28
|
+
currentPage: zod.z.number().int().describe("Current page number"),
|
|
29
|
+
totalPageCount: zod.z.number().int().describe("Total number of pages")
|
|
30
|
+
}).describe("Pagination details for history list responses");
|
|
31
|
+
const SimlaComGetTasksHistoryOutput = zod.z.object({
|
|
32
|
+
errors: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
33
|
+
history: zod.z.array(SimlaComGetTasksHistory_HistoryRecordSchema).describe("Array of task history records").nullable().optional(),
|
|
34
|
+
success: zod.z.boolean().describe("Indicates if the request was successful"),
|
|
35
|
+
errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional(),
|
|
36
|
+
pagination: SimlaComGetTasksHistory_PaginationSchema.nullable().optional(),
|
|
37
|
+
generatedAt: zod.z.string().describe("Timestamp when the response was generated").nullable().optional()
|
|
38
|
+
}).passthrough().describe("Response model for GetTasksHistory action");
|
|
39
|
+
const simlaComGetTasksHistory = require_action.action("SIMLA_COM_GET_TASKS_HISTORY", {
|
|
40
|
+
slug: "simla_com-get-tasks-history",
|
|
41
|
+
name: "Get Tasks History",
|
|
42
|
+
description: "Tool to retrieve task change history. Use when you need to track changes to tasks over time. Use sinceId for incremental synchronization.",
|
|
43
|
+
input: SimlaComGetTasksHistoryInput,
|
|
44
|
+
output: SimlaComGetTasksHistoryOutput
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
exports.simlaComGetTasksHistory = simlaComGetTasksHistory;
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=get-tasks-history.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-history.cjs","names":["z","action"],"sources":["../../src/actions/get-tasks-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetTasksHistoryInput: z.ZodTypeAny = z.object({\n sinceId: z.number().int().describe(\"Return history records with ID greater than specified value. Used for incremental synchronization.\").optional(),\n}).describe(\"Request parameters for retrieving task change history\");\nconst SimlaComGetTasksHistory_TaskInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Task ID\").nullable().optional(),\n text: z.string().describe(\"Task description\").nullable().optional(),\n status: z.string().describe(\"Task status\").nullable().optional(),\n orderId: z.number().int().describe(\"Associated order ID\").nullable().optional(),\n externalId: z.string().describe(\"External task ID\").nullable().optional(),\n responsibleUserId: z.number().int().describe(\"ID of responsible user\").nullable().optional(),\n}).describe(\"Task information in history record\");\nconst SimlaComGetTasksHistory_ApiKeyInfoSchema: z.ZodTypeAny = z.object({\n current: z.boolean().describe(\"Whether this is the current API key\").nullable().optional(),\n}).describe(\"API key information if source is 'api'\");\nconst SimlaComGetTasksHistory_HistoryRecordSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"History record ID (use this value in sinceId for next call)\"),\n task: SimlaComGetTasksHistory_TaskInfoSchema.nullable().optional(),\n field: z.string().describe(\"The field that was changed\").nullable().optional(),\n apiKey: SimlaComGetTasksHistory_ApiKeyInfoSchema.nullable().optional(),\n source: z.string().describe(\"Source of the change (api, code, user, rule, combine, split)\").nullable().optional(),\n created: z.boolean().describe(\"Whether this was a creation event\").nullable().optional(),\n newValue: z.unknown().describe(\"New value of the field\").nullable().optional(),\n oldValue: z.unknown().describe(\"Previous value of the field\").nullable().optional(),\n createdAt: z.string().describe(\"When the history record was created\"),\n}).describe(\"Individual history record representing a task change event\");\nconst SimlaComGetTasksHistory_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of records per page\"),\n totalCount: z.number().int().describe(\"Total number of history records\"),\n currentPage: z.number().int().describe(\"Current page number\"),\n totalPageCount: z.number().int().describe(\"Total number of pages\"),\n}).describe(\"Pagination details for history list responses\");\nexport const SimlaComGetTasksHistoryOutput: z.ZodTypeAny = z.object({\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n history: z.array(SimlaComGetTasksHistory_HistoryRecordSchema).describe(\"Array of task history records\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n pagination: SimlaComGetTasksHistory_PaginationSchema.nullable().optional(),\n generatedAt: z.string().describe(\"Timestamp when the response was generated\").nullable().optional(),\n}).passthrough().describe(\"Response model for GetTasksHistory action\");\n\nexport const simlaComGetTasksHistory = action(\"SIMLA_COM_GET_TASKS_HISTORY\", {\n slug: \"simla_com-get-tasks-history\",\n name: \"Get Tasks History\",\n description: \"Tool to retrieve task change history. Use when you need to track changes to tasks over time. Use sinceId for incremental synchronization.\",\n input: SimlaComGetTasksHistoryInput,\n output: SimlaComGetTasksHistoryOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-tasks-history.d.ts
|
|
4
|
+
declare const SimlaComGetTasksHistoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetTasksHistoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetTasksHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetTasksHistory };
|
|
9
|
+
//# sourceMappingURL=get-tasks-history.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-history.d.cts","names":[],"sources":["../../src/actions/get-tasks-history.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEuB;AAAA,cA6BvD,6BAAA,EAA+B,CAAA,CAAE,UAOwB;AAAA,cAEzD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-tasks-history.d.ts
|
|
4
|
+
declare const SimlaComGetTasksHistoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimlaComGetTasksHistoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simlaComGetTasksHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simlaComGetTasksHistory };
|
|
9
|
+
//# sourceMappingURL=get-tasks-history.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tasks-history.d.mts","names":[],"sources":["../../src/actions/get-tasks-history.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEuB;AAAA,cA6BvD,6BAAA,EAA+B,CAAA,CAAE,UAOwB;AAAA,cAEzD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-tasks-history.ts
|
|
4
|
+
const SimlaComGetTasksHistoryInput = z.object({ sinceId: z.number().int().describe("Return history records with ID greater than specified value. Used for incremental synchronization.").optional() }).describe("Request parameters for retrieving task change history");
|
|
5
|
+
const SimlaComGetTasksHistory_TaskInfoSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Task ID").nullable().optional(),
|
|
7
|
+
text: z.string().describe("Task description").nullable().optional(),
|
|
8
|
+
status: z.string().describe("Task status").nullable().optional(),
|
|
9
|
+
orderId: z.number().int().describe("Associated order ID").nullable().optional(),
|
|
10
|
+
externalId: z.string().describe("External task ID").nullable().optional(),
|
|
11
|
+
responsibleUserId: z.number().int().describe("ID of responsible user").nullable().optional()
|
|
12
|
+
}).describe("Task information in history record");
|
|
13
|
+
const SimlaComGetTasksHistory_ApiKeyInfoSchema = z.object({ current: z.boolean().describe("Whether this is the current API key").nullable().optional() }).describe("API key information if source is 'api'");
|
|
14
|
+
const SimlaComGetTasksHistory_HistoryRecordSchema = z.object({
|
|
15
|
+
id: z.number().int().describe("History record ID (use this value in sinceId for next call)"),
|
|
16
|
+
task: SimlaComGetTasksHistory_TaskInfoSchema.nullable().optional(),
|
|
17
|
+
field: z.string().describe("The field that was changed").nullable().optional(),
|
|
18
|
+
apiKey: SimlaComGetTasksHistory_ApiKeyInfoSchema.nullable().optional(),
|
|
19
|
+
source: z.string().describe("Source of the change (api, code, user, rule, combine, split)").nullable().optional(),
|
|
20
|
+
created: z.boolean().describe("Whether this was a creation event").nullable().optional(),
|
|
21
|
+
newValue: z.unknown().describe("New value of the field").nullable().optional(),
|
|
22
|
+
oldValue: z.unknown().describe("Previous value of the field").nullable().optional(),
|
|
23
|
+
createdAt: z.string().describe("When the history record was created")
|
|
24
|
+
}).describe("Individual history record representing a task change event");
|
|
25
|
+
const SimlaComGetTasksHistory_PaginationSchema = z.object({
|
|
26
|
+
limit: z.number().int().describe("Number of records per page"),
|
|
27
|
+
totalCount: z.number().int().describe("Total number of history records"),
|
|
28
|
+
currentPage: z.number().int().describe("Current page number"),
|
|
29
|
+
totalPageCount: z.number().int().describe("Total number of pages")
|
|
30
|
+
}).describe("Pagination details for history list responses");
|
|
31
|
+
const simlaComGetTasksHistory = action("SIMLA_COM_GET_TASKS_HISTORY", {
|
|
32
|
+
slug: "simla_com-get-tasks-history",
|
|
33
|
+
name: "Get Tasks History",
|
|
34
|
+
description: "Tool to retrieve task change history. Use when you need to track changes to tasks over time. Use sinceId for incremental synchronization.",
|
|
35
|
+
input: SimlaComGetTasksHistoryInput,
|
|
36
|
+
output: z.object({
|
|
37
|
+
errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
|
|
38
|
+
history: z.array(SimlaComGetTasksHistory_HistoryRecordSchema).describe("Array of task history records").nullable().optional(),
|
|
39
|
+
success: z.boolean().describe("Indicates if the request was successful"),
|
|
40
|
+
errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
|
|
41
|
+
pagination: SimlaComGetTasksHistory_PaginationSchema.nullable().optional(),
|
|
42
|
+
generatedAt: z.string().describe("Timestamp when the response was generated").nullable().optional()
|
|
43
|
+
}).passthrough().describe("Response model for GetTasksHistory action")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { simlaComGetTasksHistory };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=get-tasks-history.mjs.map
|