@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.
Files changed (1162) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-customer-interaction-favorite.cjs +20 -0
  7. package/dist/actions/add-customer-interaction-favorite.cjs.map +1 -0
  8. package/dist/actions/add-customer-interaction-favorite.d.cts +9 -0
  9. package/dist/actions/add-customer-interaction-favorite.d.cts.map +1 -0
  10. package/dist/actions/add-customer-interaction-favorite.d.mts +9 -0
  11. package/dist/actions/add-customer-interaction-favorite.d.mts.map +1 -0
  12. package/dist/actions/add-customer-interaction-favorite.mjs +17 -0
  13. package/dist/actions/add-customer-interaction-favorite.mjs.map +1 -0
  14. package/dist/actions/combine-customers-corporate.cjs +19 -0
  15. package/dist/actions/combine-customers-corporate.cjs.map +1 -0
  16. package/dist/actions/combine-customers-corporate.d.cts +9 -0
  17. package/dist/actions/combine-customers-corporate.d.cts.map +1 -0
  18. package/dist/actions/combine-customers-corporate.d.mts +9 -0
  19. package/dist/actions/combine-customers-corporate.d.mts.map +1 -0
  20. package/dist/actions/combine-customers-corporate.mjs +16 -0
  21. package/dist/actions/combine-customers-corporate.mjs.map +1 -0
  22. package/dist/actions/combine-customers.cjs +19 -0
  23. package/dist/actions/combine-customers.cjs.map +1 -0
  24. package/dist/actions/combine-customers.d.cts +9 -0
  25. package/dist/actions/combine-customers.d.cts.map +1 -0
  26. package/dist/actions/combine-customers.d.mts +9 -0
  27. package/dist/actions/combine-customers.d.mts.map +1 -0
  28. package/dist/actions/combine-customers.mjs +16 -0
  29. package/dist/actions/combine-customers.mjs.map +1 -0
  30. package/dist/actions/combine-orders.cjs +24 -0
  31. package/dist/actions/combine-orders.cjs.map +1 -0
  32. package/dist/actions/combine-orders.d.cts +9 -0
  33. package/dist/actions/combine-orders.d.cts.map +1 -0
  34. package/dist/actions/combine-orders.d.mts +9 -0
  35. package/dist/actions/combine-orders.d.mts.map +1 -0
  36. package/dist/actions/combine-orders.mjs +21 -0
  37. package/dist/actions/combine-orders.mjs.map +1 -0
  38. package/dist/actions/create-cost.cjs +41 -0
  39. package/dist/actions/create-cost.cjs.map +1 -0
  40. package/dist/actions/create-cost.d.cts +9 -0
  41. package/dist/actions/create-cost.d.cts.map +1 -0
  42. package/dist/actions/create-cost.d.mts +9 -0
  43. package/dist/actions/create-cost.d.mts.map +1 -0
  44. package/dist/actions/create-cost.mjs +40 -0
  45. package/dist/actions/create-cost.mjs.map +1 -0
  46. package/dist/actions/create-custom-field.cjs +58 -0
  47. package/dist/actions/create-custom-field.cjs.map +1 -0
  48. package/dist/actions/create-custom-field.d.cts +9 -0
  49. package/dist/actions/create-custom-field.d.cts.map +1 -0
  50. package/dist/actions/create-custom-field.d.mts +9 -0
  51. package/dist/actions/create-custom-field.d.mts.map +1 -0
  52. package/dist/actions/create-custom-field.mjs +55 -0
  53. package/dist/actions/create-custom-field.mjs.map +1 -0
  54. package/dist/actions/create-custom-fields-dictionaries.cjs +29 -0
  55. package/dist/actions/create-custom-fields-dictionaries.cjs.map +1 -0
  56. package/dist/actions/create-custom-fields-dictionaries.d.cts +9 -0
  57. package/dist/actions/create-custom-fields-dictionaries.d.cts.map +1 -0
  58. package/dist/actions/create-custom-fields-dictionaries.d.mts +9 -0
  59. package/dist/actions/create-custom-fields-dictionaries.d.mts.map +1 -0
  60. package/dist/actions/create-custom-fields-dictionaries.mjs +26 -0
  61. package/dist/actions/create-custom-fields-dictionaries.mjs.map +1 -0
  62. package/dist/actions/create-customer-corporate.cjs +45 -0
  63. package/dist/actions/create-customer-corporate.cjs.map +1 -0
  64. package/dist/actions/create-customer-corporate.d.cts +9 -0
  65. package/dist/actions/create-customer-corporate.d.cts.map +1 -0
  66. package/dist/actions/create-customer-corporate.d.mts +9 -0
  67. package/dist/actions/create-customer-corporate.d.mts.map +1 -0
  68. package/dist/actions/create-customer-corporate.mjs +42 -0
  69. package/dist/actions/create-customer-corporate.mjs.map +1 -0
  70. package/dist/actions/create-customer-interaction-cart-set.cjs +28 -0
  71. package/dist/actions/create-customer-interaction-cart-set.cjs.map +1 -0
  72. package/dist/actions/create-customer-interaction-cart-set.d.cts +9 -0
  73. package/dist/actions/create-customer-interaction-cart-set.d.cts.map +1 -0
  74. package/dist/actions/create-customer-interaction-cart-set.d.mts +9 -0
  75. package/dist/actions/create-customer-interaction-cart-set.d.mts.map +1 -0
  76. package/dist/actions/create-customer-interaction-cart-set.mjs +25 -0
  77. package/dist/actions/create-customer-interaction-cart-set.mjs.map +1 -0
  78. package/dist/actions/create-customer.cjs +47 -0
  79. package/dist/actions/create-customer.cjs.map +1 -0
  80. package/dist/actions/create-customer.d.cts +9 -0
  81. package/dist/actions/create-customer.d.cts.map +1 -0
  82. package/dist/actions/create-customer.d.mts +9 -0
  83. package/dist/actions/create-customer.d.mts.map +1 -0
  84. package/dist/actions/create-customer.mjs +44 -0
  85. package/dist/actions/create-customer.mjs.map +1 -0
  86. package/dist/actions/create-customers-corporate-addresses.cjs +43 -0
  87. package/dist/actions/create-customers-corporate-addresses.cjs.map +1 -0
  88. package/dist/actions/create-customers-corporate-addresses.d.cts +9 -0
  89. package/dist/actions/create-customers-corporate-addresses.d.cts.map +1 -0
  90. package/dist/actions/create-customers-corporate-addresses.d.mts +9 -0
  91. package/dist/actions/create-customers-corporate-addresses.d.mts.map +1 -0
  92. package/dist/actions/create-customers-corporate-addresses.mjs +40 -0
  93. package/dist/actions/create-customers-corporate-addresses.mjs.map +1 -0
  94. package/dist/actions/create-customers-corporate-companies.cjs +25 -0
  95. package/dist/actions/create-customers-corporate-companies.cjs.map +1 -0
  96. package/dist/actions/create-customers-corporate-companies.d.cts +9 -0
  97. package/dist/actions/create-customers-corporate-companies.d.cts.map +1 -0
  98. package/dist/actions/create-customers-corporate-companies.d.mts +9 -0
  99. package/dist/actions/create-customers-corporate-companies.d.mts.map +1 -0
  100. package/dist/actions/create-customers-corporate-companies.mjs +22 -0
  101. package/dist/actions/create-customers-corporate-companies.mjs.map +1 -0
  102. package/dist/actions/create-customers-corporate-contacts.cjs +28 -0
  103. package/dist/actions/create-customers-corporate-contacts.cjs.map +1 -0
  104. package/dist/actions/create-customers-corporate-contacts.d.cts +9 -0
  105. package/dist/actions/create-customers-corporate-contacts.d.cts.map +1 -0
  106. package/dist/actions/create-customers-corporate-contacts.d.mts +9 -0
  107. package/dist/actions/create-customers-corporate-contacts.d.mts.map +1 -0
  108. package/dist/actions/create-customers-corporate-contacts.mjs +25 -0
  109. package/dist/actions/create-customers-corporate-contacts.mjs.map +1 -0
  110. package/dist/actions/create-customers-corporate-notes.cjs +44 -0
  111. package/dist/actions/create-customers-corporate-notes.cjs.map +1 -0
  112. package/dist/actions/create-customers-corporate-notes.d.cts +9 -0
  113. package/dist/actions/create-customers-corporate-notes.d.cts.map +1 -0
  114. package/dist/actions/create-customers-corporate-notes.d.mts +9 -0
  115. package/dist/actions/create-customers-corporate-notes.d.mts.map +1 -0
  116. package/dist/actions/create-customers-corporate-notes.mjs +43 -0
  117. package/dist/actions/create-customers-corporate-notes.mjs.map +1 -0
  118. package/dist/actions/create-customers-notes.cjs +31 -0
  119. package/dist/actions/create-customers-notes.cjs.map +1 -0
  120. package/dist/actions/create-customers-notes.d.cts +9 -0
  121. package/dist/actions/create-customers-notes.d.cts.map +1 -0
  122. package/dist/actions/create-customers-notes.d.mts +9 -0
  123. package/dist/actions/create-customers-notes.d.mts.map +1 -0
  124. package/dist/actions/create-customers-notes.mjs +28 -0
  125. package/dist/actions/create-customers-notes.mjs.map +1 -0
  126. package/dist/actions/create-loyalty-calculate.cjs +54 -0
  127. package/dist/actions/create-loyalty-calculate.cjs.map +1 -0
  128. package/dist/actions/create-loyalty-calculate.d.cts +9 -0
  129. package/dist/actions/create-loyalty-calculate.d.cts.map +1 -0
  130. package/dist/actions/create-loyalty-calculate.d.mts +9 -0
  131. package/dist/actions/create-loyalty-calculate.d.mts.map +1 -0
  132. package/dist/actions/create-loyalty-calculate.mjs +53 -0
  133. package/dist/actions/create-loyalty-calculate.mjs.map +1 -0
  134. package/dist/actions/create-order.cjs +83 -0
  135. package/dist/actions/create-order.cjs.map +1 -0
  136. package/dist/actions/create-order.d.cts +9 -0
  137. package/dist/actions/create-order.d.cts.map +1 -0
  138. package/dist/actions/create-order.d.mts +9 -0
  139. package/dist/actions/create-order.d.mts.map +1 -0
  140. package/dist/actions/create-order.mjs +82 -0
  141. package/dist/actions/create-order.mjs.map +1 -0
  142. package/dist/actions/create-orders-link.cjs +26 -0
  143. package/dist/actions/create-orders-link.cjs.map +1 -0
  144. package/dist/actions/create-orders-link.d.cts +9 -0
  145. package/dist/actions/create-orders-link.d.cts.map +1 -0
  146. package/dist/actions/create-orders-link.d.mts +9 -0
  147. package/dist/actions/create-orders-link.d.mts.map +1 -0
  148. package/dist/actions/create-orders-link.mjs +23 -0
  149. package/dist/actions/create-orders-link.mjs.map +1 -0
  150. package/dist/actions/create-orders-packs.cjs +29 -0
  151. package/dist/actions/create-orders-packs.cjs.map +1 -0
  152. package/dist/actions/create-orders-packs.d.cts +9 -0
  153. package/dist/actions/create-orders-packs.d.cts.map +1 -0
  154. package/dist/actions/create-orders-packs.d.mts +9 -0
  155. package/dist/actions/create-orders-packs.d.mts.map +1 -0
  156. package/dist/actions/create-orders-packs.mjs +26 -0
  157. package/dist/actions/create-orders-packs.mjs.map +1 -0
  158. package/dist/actions/create-orders-payments-create.cjs +41 -0
  159. package/dist/actions/create-orders-payments-create.cjs.map +1 -0
  160. package/dist/actions/create-orders-payments-create.d.cts +9 -0
  161. package/dist/actions/create-orders-payments-create.d.cts.map +1 -0
  162. package/dist/actions/create-orders-payments-create.d.mts +9 -0
  163. package/dist/actions/create-orders-payments-create.d.mts.map +1 -0
  164. package/dist/actions/create-orders-payments-create.mjs +40 -0
  165. package/dist/actions/create-orders-payments-create.mjs.map +1 -0
  166. package/dist/actions/create-reference-courier.cjs +27 -0
  167. package/dist/actions/create-reference-courier.cjs.map +1 -0
  168. package/dist/actions/create-reference-courier.d.cts +9 -0
  169. package/dist/actions/create-reference-courier.d.cts.map +1 -0
  170. package/dist/actions/create-reference-courier.d.mts +9 -0
  171. package/dist/actions/create-reference-courier.d.mts.map +1 -0
  172. package/dist/actions/create-reference-courier.mjs +24 -0
  173. package/dist/actions/create-reference-courier.mjs.map +1 -0
  174. package/dist/actions/create-reference-currencies.cjs +28 -0
  175. package/dist/actions/create-reference-currencies.cjs.map +1 -0
  176. package/dist/actions/create-reference-currencies.d.cts +9 -0
  177. package/dist/actions/create-reference-currencies.d.cts.map +1 -0
  178. package/dist/actions/create-reference-currencies.d.mts +9 -0
  179. package/dist/actions/create-reference-currencies.d.mts.map +1 -0
  180. package/dist/actions/create-reference-currencies.mjs +25 -0
  181. package/dist/actions/create-reference-currencies.mjs.map +1 -0
  182. package/dist/actions/create-store-inventories-upload.cjs +33 -0
  183. package/dist/actions/create-store-inventories-upload.cjs.map +1 -0
  184. package/dist/actions/create-store-inventories-upload.d.cts +9 -0
  185. package/dist/actions/create-store-inventories-upload.d.cts.map +1 -0
  186. package/dist/actions/create-store-inventories-upload.d.mts +9 -0
  187. package/dist/actions/create-store-inventories-upload.d.mts.map +1 -0
  188. package/dist/actions/create-store-inventories-upload.mjs +30 -0
  189. package/dist/actions/create-store-inventories-upload.mjs.map +1 -0
  190. package/dist/actions/create-store-product-groups.cjs +24 -0
  191. package/dist/actions/create-store-product-groups.cjs.map +1 -0
  192. package/dist/actions/create-store-product-groups.d.cts +9 -0
  193. package/dist/actions/create-store-product-groups.d.cts.map +1 -0
  194. package/dist/actions/create-store-product-groups.d.mts +9 -0
  195. package/dist/actions/create-store-product-groups.d.mts.map +1 -0
  196. package/dist/actions/create-store-product-groups.mjs +21 -0
  197. package/dist/actions/create-store-product-groups.mjs.map +1 -0
  198. package/dist/actions/create-store-products-batch-create.cjs +30 -0
  199. package/dist/actions/create-store-products-batch-create.cjs.map +1 -0
  200. package/dist/actions/create-store-products-batch-create.d.cts +9 -0
  201. package/dist/actions/create-store-products-batch-create.d.cts.map +1 -0
  202. package/dist/actions/create-store-products-batch-create.d.mts +9 -0
  203. package/dist/actions/create-store-products-batch-create.d.mts.map +1 -0
  204. package/dist/actions/create-store-products-batch-create.mjs +27 -0
  205. package/dist/actions/create-store-products-batch-create.mjs.map +1 -0
  206. package/dist/actions/create-task.cjs +52 -0
  207. package/dist/actions/create-task.cjs.map +1 -0
  208. package/dist/actions/create-task.d.cts +9 -0
  209. package/dist/actions/create-task.d.cts.map +1 -0
  210. package/dist/actions/create-task.d.mts +9 -0
  211. package/dist/actions/create-task.d.mts.map +1 -0
  212. package/dist/actions/create-task.mjs +51 -0
  213. package/dist/actions/create-task.mjs.map +1 -0
  214. package/dist/actions/create-web-analytics-visits-upload.cjs +31 -0
  215. package/dist/actions/create-web-analytics-visits-upload.cjs.map +1 -0
  216. package/dist/actions/create-web-analytics-visits-upload.d.cts +9 -0
  217. package/dist/actions/create-web-analytics-visits-upload.d.cts.map +1 -0
  218. package/dist/actions/create-web-analytics-visits-upload.d.mts +9 -0
  219. package/dist/actions/create-web-analytics-visits-upload.d.mts.map +1 -0
  220. package/dist/actions/create-web-analytics-visits-upload.mjs +28 -0
  221. package/dist/actions/create-web-analytics-visits-upload.mjs.map +1 -0
  222. package/dist/actions/delete-cost.cjs +16 -0
  223. package/dist/actions/delete-cost.cjs.map +1 -0
  224. package/dist/actions/delete-cost.d.cts +9 -0
  225. package/dist/actions/delete-cost.d.cts.map +1 -0
  226. package/dist/actions/delete-cost.d.mts +9 -0
  227. package/dist/actions/delete-cost.d.mts.map +1 -0
  228. package/dist/actions/delete-cost.mjs +13 -0
  229. package/dist/actions/delete-cost.mjs.map +1 -0
  230. package/dist/actions/delete-customers-corporate-note.cjs +16 -0
  231. package/dist/actions/delete-customers-corporate-note.cjs.map +1 -0
  232. package/dist/actions/delete-customers-corporate-note.d.cts +9 -0
  233. package/dist/actions/delete-customers-corporate-note.d.cts.map +1 -0
  234. package/dist/actions/delete-customers-corporate-note.d.mts +9 -0
  235. package/dist/actions/delete-customers-corporate-note.d.mts.map +1 -0
  236. package/dist/actions/delete-customers-corporate-note.mjs +13 -0
  237. package/dist/actions/delete-customers-corporate-note.mjs.map +1 -0
  238. package/dist/actions/delete-customers-note.cjs +19 -0
  239. package/dist/actions/delete-customers-note.cjs.map +1 -0
  240. package/dist/actions/delete-customers-note.d.cts +9 -0
  241. package/dist/actions/delete-customers-note.d.cts.map +1 -0
  242. package/dist/actions/delete-customers-note.d.mts +9 -0
  243. package/dist/actions/delete-customers-note.d.mts.map +1 -0
  244. package/dist/actions/delete-customers-note.mjs +16 -0
  245. package/dist/actions/delete-customers-note.mjs.map +1 -0
  246. package/dist/actions/delete-order-payment.cjs +16 -0
  247. package/dist/actions/delete-order-payment.cjs.map +1 -0
  248. package/dist/actions/delete-order-payment.d.cts +9 -0
  249. package/dist/actions/delete-order-payment.d.cts.map +1 -0
  250. package/dist/actions/delete-order-payment.d.mts +9 -0
  251. package/dist/actions/delete-order-payment.d.mts.map +1 -0
  252. package/dist/actions/delete-order-payment.mjs +13 -0
  253. package/dist/actions/delete-order-payment.mjs.map +1 -0
  254. package/dist/actions/edit-cost.cjs +72 -0
  255. package/dist/actions/edit-cost.cjs.map +1 -0
  256. package/dist/actions/edit-cost.d.cts +9 -0
  257. package/dist/actions/edit-cost.d.cts.map +1 -0
  258. package/dist/actions/edit-cost.d.mts +9 -0
  259. package/dist/actions/edit-cost.d.mts.map +1 -0
  260. package/dist/actions/edit-cost.mjs +71 -0
  261. package/dist/actions/edit-cost.mjs.map +1 -0
  262. package/dist/actions/edit-custom-field.cjs +46 -0
  263. package/dist/actions/edit-custom-field.cjs.map +1 -0
  264. package/dist/actions/edit-custom-field.d.cts +9 -0
  265. package/dist/actions/edit-custom-field.d.cts.map +1 -0
  266. package/dist/actions/edit-custom-field.d.mts +9 -0
  267. package/dist/actions/edit-custom-field.d.mts.map +1 -0
  268. package/dist/actions/edit-custom-field.mjs +43 -0
  269. package/dist/actions/edit-custom-field.mjs.map +1 -0
  270. package/dist/actions/edit-custom-fields-dictionary.cjs +29 -0
  271. package/dist/actions/edit-custom-fields-dictionary.cjs.map +1 -0
  272. package/dist/actions/edit-custom-fields-dictionary.d.cts +9 -0
  273. package/dist/actions/edit-custom-fields-dictionary.d.cts.map +1 -0
  274. package/dist/actions/edit-custom-fields-dictionary.d.mts +9 -0
  275. package/dist/actions/edit-custom-fields-dictionary.d.mts.map +1 -0
  276. package/dist/actions/edit-custom-fields-dictionary.mjs +26 -0
  277. package/dist/actions/edit-custom-fields-dictionary.mjs.map +1 -0
  278. package/dist/actions/edit-customer-corporate.cjs +33 -0
  279. package/dist/actions/edit-customer-corporate.cjs.map +1 -0
  280. package/dist/actions/edit-customer-corporate.d.cts +9 -0
  281. package/dist/actions/edit-customer-corporate.d.cts.map +1 -0
  282. package/dist/actions/edit-customer-corporate.d.mts +9 -0
  283. package/dist/actions/edit-customer-corporate.d.mts.map +1 -0
  284. package/dist/actions/edit-customer-corporate.mjs +30 -0
  285. package/dist/actions/edit-customer-corporate.mjs.map +1 -0
  286. package/dist/actions/edit-customer.cjs +45 -0
  287. package/dist/actions/edit-customer.cjs.map +1 -0
  288. package/dist/actions/edit-customer.d.cts +9 -0
  289. package/dist/actions/edit-customer.d.cts.map +1 -0
  290. package/dist/actions/edit-customer.d.mts +9 -0
  291. package/dist/actions/edit-customer.d.mts.map +1 -0
  292. package/dist/actions/edit-customer.mjs +42 -0
  293. package/dist/actions/edit-customer.mjs.map +1 -0
  294. package/dist/actions/edit-customers-corporate-address.cjs +38 -0
  295. package/dist/actions/edit-customers-corporate-address.cjs.map +1 -0
  296. package/dist/actions/edit-customers-corporate-address.d.cts +9 -0
  297. package/dist/actions/edit-customers-corporate-address.d.cts.map +1 -0
  298. package/dist/actions/edit-customers-corporate-address.d.mts +9 -0
  299. package/dist/actions/edit-customers-corporate-address.d.mts.map +1 -0
  300. package/dist/actions/edit-customers-corporate-address.mjs +35 -0
  301. package/dist/actions/edit-customers-corporate-address.mjs.map +1 -0
  302. package/dist/actions/edit-customers-corporate-company.cjs +32 -0
  303. package/dist/actions/edit-customers-corporate-company.cjs.map +1 -0
  304. package/dist/actions/edit-customers-corporate-company.d.cts +9 -0
  305. package/dist/actions/edit-customers-corporate-company.d.cts.map +1 -0
  306. package/dist/actions/edit-customers-corporate-company.d.mts +9 -0
  307. package/dist/actions/edit-customers-corporate-company.d.mts.map +1 -0
  308. package/dist/actions/edit-customers-corporate-company.mjs +29 -0
  309. package/dist/actions/edit-customers-corporate-company.mjs.map +1 -0
  310. package/dist/actions/edit-customers-corporate-contacts.cjs +26 -0
  311. package/dist/actions/edit-customers-corporate-contacts.cjs.map +1 -0
  312. package/dist/actions/edit-customers-corporate-contacts.d.cts +9 -0
  313. package/dist/actions/edit-customers-corporate-contacts.d.cts.map +1 -0
  314. package/dist/actions/edit-customers-corporate-contacts.d.mts +9 -0
  315. package/dist/actions/edit-customers-corporate-contacts.d.mts.map +1 -0
  316. package/dist/actions/edit-customers-corporate-contacts.mjs +23 -0
  317. package/dist/actions/edit-customers-corporate-contacts.mjs.map +1 -0
  318. package/dist/actions/edit-delivery-generic-setting.cjs +100 -0
  319. package/dist/actions/edit-delivery-generic-setting.cjs.map +1 -0
  320. package/dist/actions/edit-delivery-generic-setting.d.cts +9 -0
  321. package/dist/actions/edit-delivery-generic-setting.d.cts.map +1 -0
  322. package/dist/actions/edit-delivery-generic-setting.d.mts +9 -0
  323. package/dist/actions/edit-delivery-generic-setting.d.mts.map +1 -0
  324. package/dist/actions/edit-delivery-generic-setting.mjs +97 -0
  325. package/dist/actions/edit-delivery-generic-setting.mjs.map +1 -0
  326. package/dist/actions/edit-file.cjs +36 -0
  327. package/dist/actions/edit-file.cjs.map +1 -0
  328. package/dist/actions/edit-file.d.cts +9 -0
  329. package/dist/actions/edit-file.d.cts.map +1 -0
  330. package/dist/actions/edit-file.d.mts +9 -0
  331. package/dist/actions/edit-file.d.mts.map +1 -0
  332. package/dist/actions/edit-file.mjs +35 -0
  333. package/dist/actions/edit-file.mjs.map +1 -0
  334. package/dist/actions/edit-integration-module.cjs +29 -0
  335. package/dist/actions/edit-integration-module.cjs.map +1 -0
  336. package/dist/actions/edit-integration-module.d.cts +9 -0
  337. package/dist/actions/edit-integration-module.d.cts.map +1 -0
  338. package/dist/actions/edit-integration-module.d.mts +9 -0
  339. package/dist/actions/edit-integration-module.d.mts.map +1 -0
  340. package/dist/actions/edit-integration-module.mjs +26 -0
  341. package/dist/actions/edit-integration-module.mjs.map +1 -0
  342. package/dist/actions/edit-order.cjs +71 -0
  343. package/dist/actions/edit-order.cjs.map +1 -0
  344. package/dist/actions/edit-order.d.cts +9 -0
  345. package/dist/actions/edit-order.d.cts.map +1 -0
  346. package/dist/actions/edit-order.d.mts +9 -0
  347. package/dist/actions/edit-order.d.mts.map +1 -0
  348. package/dist/actions/edit-order.mjs +70 -0
  349. package/dist/actions/edit-order.mjs.map +1 -0
  350. package/dist/actions/edit-orders-payment.cjs +27 -0
  351. package/dist/actions/edit-orders-payment.cjs.map +1 -0
  352. package/dist/actions/edit-orders-payment.d.cts +9 -0
  353. package/dist/actions/edit-orders-payment.d.cts.map +1 -0
  354. package/dist/actions/edit-orders-payment.d.mts +9 -0
  355. package/dist/actions/edit-orders-payment.d.mts.map +1 -0
  356. package/dist/actions/edit-orders-payment.mjs +24 -0
  357. package/dist/actions/edit-orders-payment.mjs.map +1 -0
  358. package/dist/actions/edit-reference-cost-group.cjs +28 -0
  359. package/dist/actions/edit-reference-cost-group.cjs.map +1 -0
  360. package/dist/actions/edit-reference-cost-group.d.cts +9 -0
  361. package/dist/actions/edit-reference-cost-group.d.cts.map +1 -0
  362. package/dist/actions/edit-reference-cost-group.d.mts +9 -0
  363. package/dist/actions/edit-reference-cost-group.d.mts.map +1 -0
  364. package/dist/actions/edit-reference-cost-group.mjs +25 -0
  365. package/dist/actions/edit-reference-cost-group.mjs.map +1 -0
  366. package/dist/actions/edit-reference-cost-item.cjs +43 -0
  367. package/dist/actions/edit-reference-cost-item.cjs.map +1 -0
  368. package/dist/actions/edit-reference-cost-item.d.cts +9 -0
  369. package/dist/actions/edit-reference-cost-item.d.cts.map +1 -0
  370. package/dist/actions/edit-reference-cost-item.d.mts +9 -0
  371. package/dist/actions/edit-reference-cost-item.d.mts.map +1 -0
  372. package/dist/actions/edit-reference-cost-item.mjs +42 -0
  373. package/dist/actions/edit-reference-cost-item.mjs.map +1 -0
  374. package/dist/actions/edit-reference-courier.cjs +31 -0
  375. package/dist/actions/edit-reference-courier.cjs.map +1 -0
  376. package/dist/actions/edit-reference-courier.d.cts +9 -0
  377. package/dist/actions/edit-reference-courier.d.cts.map +1 -0
  378. package/dist/actions/edit-reference-courier.d.mts +9 -0
  379. package/dist/actions/edit-reference-courier.d.mts.map +1 -0
  380. package/dist/actions/edit-reference-courier.mjs +28 -0
  381. package/dist/actions/edit-reference-courier.mjs.map +1 -0
  382. package/dist/actions/edit-reference-currency.cjs +31 -0
  383. package/dist/actions/edit-reference-currency.cjs.map +1 -0
  384. package/dist/actions/edit-reference-currency.d.cts +9 -0
  385. package/dist/actions/edit-reference-currency.d.cts.map +1 -0
  386. package/dist/actions/edit-reference-currency.d.mts +9 -0
  387. package/dist/actions/edit-reference-currency.d.mts.map +1 -0
  388. package/dist/actions/edit-reference-currency.mjs +28 -0
  389. package/dist/actions/edit-reference-currency.mjs.map +1 -0
  390. package/dist/actions/edit-reference-delivery-service.cjs +27 -0
  391. package/dist/actions/edit-reference-delivery-service.cjs.map +1 -0
  392. package/dist/actions/edit-reference-delivery-service.d.cts +9 -0
  393. package/dist/actions/edit-reference-delivery-service.d.cts.map +1 -0
  394. package/dist/actions/edit-reference-delivery-service.d.mts +9 -0
  395. package/dist/actions/edit-reference-delivery-service.d.mts.map +1 -0
  396. package/dist/actions/edit-reference-delivery-service.mjs +24 -0
  397. package/dist/actions/edit-reference-delivery-service.mjs.map +1 -0
  398. package/dist/actions/edit-reference-delivery-types.cjs +40 -0
  399. package/dist/actions/edit-reference-delivery-types.cjs.map +1 -0
  400. package/dist/actions/edit-reference-delivery-types.d.cts +9 -0
  401. package/dist/actions/edit-reference-delivery-types.d.cts.map +1 -0
  402. package/dist/actions/edit-reference-delivery-types.d.mts +9 -0
  403. package/dist/actions/edit-reference-delivery-types.d.mts.map +1 -0
  404. package/dist/actions/edit-reference-delivery-types.mjs +37 -0
  405. package/dist/actions/edit-reference-delivery-types.mjs.map +1 -0
  406. package/dist/actions/edit-reference-order-method.cjs +38 -0
  407. package/dist/actions/edit-reference-order-method.cjs.map +1 -0
  408. package/dist/actions/edit-reference-order-method.d.cts +9 -0
  409. package/dist/actions/edit-reference-order-method.d.cts.map +1 -0
  410. package/dist/actions/edit-reference-order-method.d.mts +9 -0
  411. package/dist/actions/edit-reference-order-method.d.mts.map +1 -0
  412. package/dist/actions/edit-reference-order-method.mjs +37 -0
  413. package/dist/actions/edit-reference-order-method.mjs.map +1 -0
  414. package/dist/actions/edit-reference-order-type.cjs +29 -0
  415. package/dist/actions/edit-reference-order-type.cjs.map +1 -0
  416. package/dist/actions/edit-reference-order-type.d.cts +9 -0
  417. package/dist/actions/edit-reference-order-type.d.cts.map +1 -0
  418. package/dist/actions/edit-reference-order-type.d.mts +9 -0
  419. package/dist/actions/edit-reference-order-type.d.mts.map +1 -0
  420. package/dist/actions/edit-reference-order-type.mjs +26 -0
  421. package/dist/actions/edit-reference-order-type.mjs.map +1 -0
  422. package/dist/actions/edit-reference-payment-status.cjs +33 -0
  423. package/dist/actions/edit-reference-payment-status.cjs.map +1 -0
  424. package/dist/actions/edit-reference-payment-status.d.cts +9 -0
  425. package/dist/actions/edit-reference-payment-status.d.cts.map +1 -0
  426. package/dist/actions/edit-reference-payment-status.d.mts +9 -0
  427. package/dist/actions/edit-reference-payment-status.d.mts.map +1 -0
  428. package/dist/actions/edit-reference-payment-status.mjs +30 -0
  429. package/dist/actions/edit-reference-payment-status.mjs.map +1 -0
  430. package/dist/actions/edit-reference-payment-type.cjs +32 -0
  431. package/dist/actions/edit-reference-payment-type.cjs.map +1 -0
  432. package/dist/actions/edit-reference-payment-type.d.cts +9 -0
  433. package/dist/actions/edit-reference-payment-type.d.cts.map +1 -0
  434. package/dist/actions/edit-reference-payment-type.d.mts +9 -0
  435. package/dist/actions/edit-reference-payment-type.d.mts.map +1 -0
  436. package/dist/actions/edit-reference-payment-type.mjs +29 -0
  437. package/dist/actions/edit-reference-payment-type.mjs.map +1 -0
  438. package/dist/actions/edit-reference-price-type.cjs +30 -0
  439. package/dist/actions/edit-reference-price-type.cjs.map +1 -0
  440. package/dist/actions/edit-reference-price-type.d.cts +9 -0
  441. package/dist/actions/edit-reference-price-type.d.cts.map +1 -0
  442. package/dist/actions/edit-reference-price-type.d.mts +9 -0
  443. package/dist/actions/edit-reference-price-type.d.mts.map +1 -0
  444. package/dist/actions/edit-reference-price-type.mjs +27 -0
  445. package/dist/actions/edit-reference-price-type.mjs.map +1 -0
  446. package/dist/actions/edit-reference-product-status.cjs +30 -0
  447. package/dist/actions/edit-reference-product-status.cjs.map +1 -0
  448. package/dist/actions/edit-reference-product-status.d.cts +9 -0
  449. package/dist/actions/edit-reference-product-status.d.cts.map +1 -0
  450. package/dist/actions/edit-reference-product-status.d.mts +9 -0
  451. package/dist/actions/edit-reference-product-status.d.mts.map +1 -0
  452. package/dist/actions/edit-reference-product-status.mjs +27 -0
  453. package/dist/actions/edit-reference-product-status.mjs.map +1 -0
  454. package/dist/actions/edit-reference-statuses.cjs +29 -0
  455. package/dist/actions/edit-reference-statuses.cjs.map +1 -0
  456. package/dist/actions/edit-reference-statuses.d.cts +9 -0
  457. package/dist/actions/edit-reference-statuses.d.cts.map +1 -0
  458. package/dist/actions/edit-reference-statuses.d.mts +9 -0
  459. package/dist/actions/edit-reference-statuses.d.mts.map +1 -0
  460. package/dist/actions/edit-reference-statuses.mjs +26 -0
  461. package/dist/actions/edit-reference-statuses.mjs.map +1 -0
  462. package/dist/actions/edit-reference-stores.cjs +57 -0
  463. package/dist/actions/edit-reference-stores.cjs.map +1 -0
  464. package/dist/actions/edit-reference-stores.d.cts +9 -0
  465. package/dist/actions/edit-reference-stores.d.cts.map +1 -0
  466. package/dist/actions/edit-reference-stores.d.mts +9 -0
  467. package/dist/actions/edit-reference-stores.d.mts.map +1 -0
  468. package/dist/actions/edit-reference-stores.mjs +54 -0
  469. package/dist/actions/edit-reference-stores.mjs.map +1 -0
  470. package/dist/actions/edit-reference-subscription.cjs +40 -0
  471. package/dist/actions/edit-reference-subscription.cjs.map +1 -0
  472. package/dist/actions/edit-reference-subscription.d.cts +9 -0
  473. package/dist/actions/edit-reference-subscription.d.cts.map +1 -0
  474. package/dist/actions/edit-reference-subscription.d.mts +9 -0
  475. package/dist/actions/edit-reference-subscription.d.mts.map +1 -0
  476. package/dist/actions/edit-reference-subscription.mjs +39 -0
  477. package/dist/actions/edit-reference-subscription.mjs.map +1 -0
  478. package/dist/actions/edit-reference-unit.cjs +27 -0
  479. package/dist/actions/edit-reference-unit.cjs.map +1 -0
  480. package/dist/actions/edit-reference-unit.d.cts +9 -0
  481. package/dist/actions/edit-reference-unit.d.cts.map +1 -0
  482. package/dist/actions/edit-reference-unit.d.mts +9 -0
  483. package/dist/actions/edit-reference-unit.d.mts.map +1 -0
  484. package/dist/actions/edit-reference-unit.mjs +24 -0
  485. package/dist/actions/edit-reference-unit.mjs.map +1 -0
  486. package/dist/actions/edit-store-product-group.cjs +28 -0
  487. package/dist/actions/edit-store-product-group.cjs.map +1 -0
  488. package/dist/actions/edit-store-product-group.d.cts +9 -0
  489. package/dist/actions/edit-store-product-group.d.cts.map +1 -0
  490. package/dist/actions/edit-store-product-group.d.mts +9 -0
  491. package/dist/actions/edit-store-product-group.d.mts.map +1 -0
  492. package/dist/actions/edit-store-product-group.mjs +25 -0
  493. package/dist/actions/edit-store-product-group.mjs.map +1 -0
  494. package/dist/actions/edit-store-products-batch.cjs +31 -0
  495. package/dist/actions/edit-store-products-batch.cjs.map +1 -0
  496. package/dist/actions/edit-store-products-batch.d.cts +9 -0
  497. package/dist/actions/edit-store-products-batch.d.cts.map +1 -0
  498. package/dist/actions/edit-store-products-batch.d.mts +9 -0
  499. package/dist/actions/edit-store-products-batch.d.mts.map +1 -0
  500. package/dist/actions/edit-store-products-batch.mjs +30 -0
  501. package/dist/actions/edit-store-products-batch.mjs.map +1 -0
  502. package/dist/actions/edit-store-setting.cjs +23 -0
  503. package/dist/actions/edit-store-setting.cjs.map +1 -0
  504. package/dist/actions/edit-store-setting.d.cts +9 -0
  505. package/dist/actions/edit-store-setting.d.cts.map +1 -0
  506. package/dist/actions/edit-store-setting.d.mts +9 -0
  507. package/dist/actions/edit-store-setting.d.mts.map +1 -0
  508. package/dist/actions/edit-store-setting.mjs +20 -0
  509. package/dist/actions/edit-store-setting.mjs.map +1 -0
  510. package/dist/actions/edit-task.cjs +39 -0
  511. package/dist/actions/edit-task.cjs.map +1 -0
  512. package/dist/actions/edit-task.d.cts +9 -0
  513. package/dist/actions/edit-task.d.cts.map +1 -0
  514. package/dist/actions/edit-task.d.mts +9 -0
  515. package/dist/actions/edit-task.d.mts.map +1 -0
  516. package/dist/actions/edit-task.mjs +38 -0
  517. package/dist/actions/edit-task.mjs.map +1 -0
  518. package/dist/actions/edit-telephony-setting.cjs +40 -0
  519. package/dist/actions/edit-telephony-setting.cjs.map +1 -0
  520. package/dist/actions/edit-telephony-setting.d.cts +9 -0
  521. package/dist/actions/edit-telephony-setting.d.cts.map +1 -0
  522. package/dist/actions/edit-telephony-setting.d.mts +9 -0
  523. package/dist/actions/edit-telephony-setting.d.mts.map +1 -0
  524. package/dist/actions/edit-telephony-setting.mjs +39 -0
  525. package/dist/actions/edit-telephony-setting.mjs.map +1 -0
  526. package/dist/actions/fix-customers-corporate-external-ids.cjs +19 -0
  527. package/dist/actions/fix-customers-corporate-external-ids.cjs.map +1 -0
  528. package/dist/actions/fix-customers-corporate-external-ids.d.cts +9 -0
  529. package/dist/actions/fix-customers-corporate-external-ids.d.cts.map +1 -0
  530. package/dist/actions/fix-customers-corporate-external-ids.d.mts +9 -0
  531. package/dist/actions/fix-customers-corporate-external-ids.d.mts.map +1 -0
  532. package/dist/actions/fix-customers-corporate-external-ids.mjs +16 -0
  533. package/dist/actions/fix-customers-corporate-external-ids.mjs.map +1 -0
  534. package/dist/actions/fix-customers-external-ids.cjs +19 -0
  535. package/dist/actions/fix-customers-external-ids.cjs.map +1 -0
  536. package/dist/actions/fix-customers-external-ids.d.cts +9 -0
  537. package/dist/actions/fix-customers-external-ids.d.cts.map +1 -0
  538. package/dist/actions/fix-customers-external-ids.d.mts +9 -0
  539. package/dist/actions/fix-customers-external-ids.d.mts.map +1 -0
  540. package/dist/actions/fix-customers-external-ids.mjs +16 -0
  541. package/dist/actions/fix-customers-external-ids.mjs.map +1 -0
  542. package/dist/actions/fix-orders-external-ids.cjs +19 -0
  543. package/dist/actions/fix-orders-external-ids.cjs.map +1 -0
  544. package/dist/actions/fix-orders-external-ids.d.cts +9 -0
  545. package/dist/actions/fix-orders-external-ids.d.cts.map +1 -0
  546. package/dist/actions/fix-orders-external-ids.d.mts +9 -0
  547. package/dist/actions/fix-orders-external-ids.d.mts.map +1 -0
  548. package/dist/actions/fix-orders-external-ids.mjs +16 -0
  549. package/dist/actions/fix-orders-external-ids.mjs.map +1 -0
  550. package/dist/actions/get-api-credentials.cjs +22 -0
  551. package/dist/actions/get-api-credentials.cjs.map +1 -0
  552. package/dist/actions/get-api-credentials.d.cts +9 -0
  553. package/dist/actions/get-api-credentials.d.cts.map +1 -0
  554. package/dist/actions/get-api-credentials.d.mts +9 -0
  555. package/dist/actions/get-api-credentials.d.mts.map +1 -0
  556. package/dist/actions/get-api-credentials.mjs +19 -0
  557. package/dist/actions/get-api-credentials.mjs.map +1 -0
  558. package/dist/actions/get-api-versions.cjs +21 -0
  559. package/dist/actions/get-api-versions.cjs.map +1 -0
  560. package/dist/actions/get-api-versions.d.cts +9 -0
  561. package/dist/actions/get-api-versions.d.cts.map +1 -0
  562. package/dist/actions/get-api-versions.d.mts +9 -0
  563. package/dist/actions/get-api-versions.d.mts.map +1 -0
  564. package/dist/actions/get-api-versions.mjs +18 -0
  565. package/dist/actions/get-api-versions.mjs.map +1 -0
  566. package/dist/actions/get-cost.cjs +47 -0
  567. package/dist/actions/get-cost.cjs.map +1 -0
  568. package/dist/actions/get-cost.d.cts +9 -0
  569. package/dist/actions/get-cost.d.cts.map +1 -0
  570. package/dist/actions/get-cost.d.mts +9 -0
  571. package/dist/actions/get-cost.d.mts.map +1 -0
  572. package/dist/actions/get-cost.mjs +46 -0
  573. package/dist/actions/get-cost.mjs.map +1 -0
  574. package/dist/actions/get-custom-field.cjs +56 -0
  575. package/dist/actions/get-custom-field.cjs.map +1 -0
  576. package/dist/actions/get-custom-field.d.cts +9 -0
  577. package/dist/actions/get-custom-field.d.cts.map +1 -0
  578. package/dist/actions/get-custom-field.d.mts +9 -0
  579. package/dist/actions/get-custom-field.d.mts.map +1 -0
  580. package/dist/actions/get-custom-field.mjs +55 -0
  581. package/dist/actions/get-custom-field.mjs.map +1 -0
  582. package/dist/actions/get-custom-fields-dictionaries.cjs +43 -0
  583. package/dist/actions/get-custom-fields-dictionaries.cjs.map +1 -0
  584. package/dist/actions/get-custom-fields-dictionaries.d.cts +9 -0
  585. package/dist/actions/get-custom-fields-dictionaries.d.cts.map +1 -0
  586. package/dist/actions/get-custom-fields-dictionaries.d.mts +9 -0
  587. package/dist/actions/get-custom-fields-dictionaries.d.mts.map +1 -0
  588. package/dist/actions/get-custom-fields-dictionaries.mjs +42 -0
  589. package/dist/actions/get-custom-fields-dictionaries.mjs.map +1 -0
  590. package/dist/actions/get-custom-fields-dictionary.cjs +30 -0
  591. package/dist/actions/get-custom-fields-dictionary.cjs.map +1 -0
  592. package/dist/actions/get-custom-fields-dictionary.d.cts +9 -0
  593. package/dist/actions/get-custom-fields-dictionary.d.cts.map +1 -0
  594. package/dist/actions/get-custom-fields-dictionary.d.mts +9 -0
  595. package/dist/actions/get-custom-fields-dictionary.d.mts.map +1 -0
  596. package/dist/actions/get-custom-fields-dictionary.mjs +29 -0
  597. package/dist/actions/get-custom-fields-dictionary.mjs.map +1 -0
  598. package/dist/actions/get-custom-fields.cjs +46 -0
  599. package/dist/actions/get-custom-fields.cjs.map +1 -0
  600. package/dist/actions/get-custom-fields.d.cts +9 -0
  601. package/dist/actions/get-custom-fields.d.cts.map +1 -0
  602. package/dist/actions/get-custom-fields.d.mts +9 -0
  603. package/dist/actions/get-custom-fields.d.mts.map +1 -0
  604. package/dist/actions/get-custom-fields.mjs +45 -0
  605. package/dist/actions/get-custom-fields.mjs.map +1 -0
  606. package/dist/actions/get-customer-corporate.cjs +36 -0
  607. package/dist/actions/get-customer-corporate.cjs.map +1 -0
  608. package/dist/actions/get-customer-corporate.d.cts +9 -0
  609. package/dist/actions/get-customer-corporate.d.cts.map +1 -0
  610. package/dist/actions/get-customer-corporate.d.mts +9 -0
  611. package/dist/actions/get-customer-corporate.d.mts.map +1 -0
  612. package/dist/actions/get-customer-corporate.mjs +35 -0
  613. package/dist/actions/get-customer-corporate.mjs.map +1 -0
  614. package/dist/actions/get-customer-interaction-favorites.cjs +23 -0
  615. package/dist/actions/get-customer-interaction-favorites.cjs.map +1 -0
  616. package/dist/actions/get-customer-interaction-favorites.d.cts +9 -0
  617. package/dist/actions/get-customer-interaction-favorites.d.cts.map +1 -0
  618. package/dist/actions/get-customer-interaction-favorites.d.mts +9 -0
  619. package/dist/actions/get-customer-interaction-favorites.d.mts.map +1 -0
  620. package/dist/actions/get-customer-interaction-favorites.mjs +20 -0
  621. package/dist/actions/get-customer-interaction-favorites.mjs.map +1 -0
  622. package/dist/actions/get-customer.cjs +82 -0
  623. package/dist/actions/get-customer.cjs.map +1 -0
  624. package/dist/actions/get-customer.d.cts +9 -0
  625. package/dist/actions/get-customer.d.cts.map +1 -0
  626. package/dist/actions/get-customer.d.mts +9 -0
  627. package/dist/actions/get-customer.d.mts.map +1 -0
  628. package/dist/actions/get-customer.mjs +81 -0
  629. package/dist/actions/get-customer.mjs.map +1 -0
  630. package/dist/actions/get-customers-corporate-companies.cjs +36 -0
  631. package/dist/actions/get-customers-corporate-companies.cjs.map +1 -0
  632. package/dist/actions/get-customers-corporate-companies.d.cts +9 -0
  633. package/dist/actions/get-customers-corporate-companies.d.cts.map +1 -0
  634. package/dist/actions/get-customers-corporate-companies.d.mts +9 -0
  635. package/dist/actions/get-customers-corporate-companies.d.mts.map +1 -0
  636. package/dist/actions/get-customers-corporate-companies.mjs +35 -0
  637. package/dist/actions/get-customers-corporate-companies.mjs.map +1 -0
  638. package/dist/actions/get-customers-corporate-history.cjs +58 -0
  639. package/dist/actions/get-customers-corporate-history.cjs.map +1 -0
  640. package/dist/actions/get-customers-corporate-history.d.cts +9 -0
  641. package/dist/actions/get-customers-corporate-history.d.cts.map +1 -0
  642. package/dist/actions/get-customers-corporate-history.d.mts +9 -0
  643. package/dist/actions/get-customers-corporate-history.d.mts.map +1 -0
  644. package/dist/actions/get-customers-corporate-history.mjs +57 -0
  645. package/dist/actions/get-customers-corporate-history.mjs.map +1 -0
  646. package/dist/actions/get-customers-corporate-notes.cjs +51 -0
  647. package/dist/actions/get-customers-corporate-notes.cjs.map +1 -0
  648. package/dist/actions/get-customers-corporate-notes.d.cts +9 -0
  649. package/dist/actions/get-customers-corporate-notes.d.cts.map +1 -0
  650. package/dist/actions/get-customers-corporate-notes.d.mts +9 -0
  651. package/dist/actions/get-customers-corporate-notes.d.mts.map +1 -0
  652. package/dist/actions/get-customers-corporate-notes.mjs +50 -0
  653. package/dist/actions/get-customers-corporate-notes.mjs.map +1 -0
  654. package/dist/actions/get-customers-corporate.cjs +36 -0
  655. package/dist/actions/get-customers-corporate.cjs.map +1 -0
  656. package/dist/actions/get-customers-corporate.d.cts +9 -0
  657. package/dist/actions/get-customers-corporate.d.cts.map +1 -0
  658. package/dist/actions/get-customers-corporate.d.mts +9 -0
  659. package/dist/actions/get-customers-corporate.d.mts.map +1 -0
  660. package/dist/actions/get-customers-corporate.mjs +35 -0
  661. package/dist/actions/get-customers-corporate.mjs.map +1 -0
  662. package/dist/actions/get-customers-history.cjs +57 -0
  663. package/dist/actions/get-customers-history.cjs.map +1 -0
  664. package/dist/actions/get-customers-history.d.cts +9 -0
  665. package/dist/actions/get-customers-history.d.cts.map +1 -0
  666. package/dist/actions/get-customers-history.d.mts +9 -0
  667. package/dist/actions/get-customers-history.d.mts.map +1 -0
  668. package/dist/actions/get-customers-history.mjs +56 -0
  669. package/dist/actions/get-customers-history.mjs.map +1 -0
  670. package/dist/actions/get-customers-notes.cjs +51 -0
  671. package/dist/actions/get-customers-notes.cjs.map +1 -0
  672. package/dist/actions/get-customers-notes.d.cts +9 -0
  673. package/dist/actions/get-customers-notes.d.cts.map +1 -0
  674. package/dist/actions/get-customers-notes.d.mts +9 -0
  675. package/dist/actions/get-customers-notes.d.mts.map +1 -0
  676. package/dist/actions/get-customers-notes.mjs +50 -0
  677. package/dist/actions/get-customers-notes.mjs.map +1 -0
  678. package/dist/actions/get-customers.cjs +62 -0
  679. package/dist/actions/get-customers.cjs.map +1 -0
  680. package/dist/actions/get-customers.d.cts +9 -0
  681. package/dist/actions/get-customers.d.cts.map +1 -0
  682. package/dist/actions/get-customers.d.mts +9 -0
  683. package/dist/actions/get-customers.d.mts.map +1 -0
  684. package/dist/actions/get-customers.mjs +61 -0
  685. package/dist/actions/get-customers.mjs.map +1 -0
  686. package/dist/actions/get-delivery-generic-setting.cjs +21 -0
  687. package/dist/actions/get-delivery-generic-setting.cjs.map +1 -0
  688. package/dist/actions/get-delivery-generic-setting.d.cts +9 -0
  689. package/dist/actions/get-delivery-generic-setting.d.cts.map +1 -0
  690. package/dist/actions/get-delivery-generic-setting.d.mts +9 -0
  691. package/dist/actions/get-delivery-generic-setting.d.mts.map +1 -0
  692. package/dist/actions/get-delivery-generic-setting.mjs +18 -0
  693. package/dist/actions/get-delivery-generic-setting.mjs.map +1 -0
  694. package/dist/actions/get-delivery-shipments.cjs +50 -0
  695. package/dist/actions/get-delivery-shipments.cjs.map +1 -0
  696. package/dist/actions/get-delivery-shipments.d.cts +9 -0
  697. package/dist/actions/get-delivery-shipments.d.cts.map +1 -0
  698. package/dist/actions/get-delivery-shipments.d.mts +9 -0
  699. package/dist/actions/get-delivery-shipments.d.mts.map +1 -0
  700. package/dist/actions/get-delivery-shipments.mjs +49 -0
  701. package/dist/actions/get-delivery-shipments.mjs.map +1 -0
  702. package/dist/actions/get-files.cjs +44 -0
  703. package/dist/actions/get-files.cjs.map +1 -0
  704. package/dist/actions/get-files.d.cts +9 -0
  705. package/dist/actions/get-files.d.cts.map +1 -0
  706. package/dist/actions/get-files.d.mts +9 -0
  707. package/dist/actions/get-files.d.mts.map +1 -0
  708. package/dist/actions/get-files.mjs +43 -0
  709. package/dist/actions/get-files.mjs.map +1 -0
  710. package/dist/actions/get-loyalty-accounts.cjs +73 -0
  711. package/dist/actions/get-loyalty-accounts.cjs.map +1 -0
  712. package/dist/actions/get-loyalty-accounts.d.cts +9 -0
  713. package/dist/actions/get-loyalty-accounts.d.cts.map +1 -0
  714. package/dist/actions/get-loyalty-accounts.d.mts +9 -0
  715. package/dist/actions/get-loyalty-accounts.d.mts.map +1 -0
  716. package/dist/actions/get-loyalty-accounts.mjs +72 -0
  717. package/dist/actions/get-loyalty-accounts.mjs.map +1 -0
  718. package/dist/actions/get-loyalty-bonus-operations.cjs +35 -0
  719. package/dist/actions/get-loyalty-bonus-operations.cjs.map +1 -0
  720. package/dist/actions/get-loyalty-bonus-operations.d.cts +9 -0
  721. package/dist/actions/get-loyalty-bonus-operations.d.cts.map +1 -0
  722. package/dist/actions/get-loyalty-bonus-operations.d.mts +9 -0
  723. package/dist/actions/get-loyalty-bonus-operations.d.mts.map +1 -0
  724. package/dist/actions/get-loyalty-bonus-operations.mjs +34 -0
  725. package/dist/actions/get-loyalty-bonus-operations.mjs.map +1 -0
  726. package/dist/actions/get-loyalty-loyalties.cjs +38 -0
  727. package/dist/actions/get-loyalty-loyalties.cjs.map +1 -0
  728. package/dist/actions/get-loyalty-loyalties.d.cts +9 -0
  729. package/dist/actions/get-loyalty-loyalties.d.cts.map +1 -0
  730. package/dist/actions/get-loyalty-loyalties.d.mts +9 -0
  731. package/dist/actions/get-loyalty-loyalties.d.mts.map +1 -0
  732. package/dist/actions/get-loyalty-loyalties.mjs +37 -0
  733. package/dist/actions/get-loyalty-loyalties.mjs.map +1 -0
  734. package/dist/actions/get-order.cjs +50 -0
  735. package/dist/actions/get-order.cjs.map +1 -0
  736. package/dist/actions/get-order.d.cts +9 -0
  737. package/dist/actions/get-order.d.cts.map +1 -0
  738. package/dist/actions/get-order.d.mts +9 -0
  739. package/dist/actions/get-order.d.mts.map +1 -0
  740. package/dist/actions/get-order.mjs +49 -0
  741. package/dist/actions/get-order.mjs.map +1 -0
  742. package/dist/actions/get-orders-history.cjs +91 -0
  743. package/dist/actions/get-orders-history.cjs.map +1 -0
  744. package/dist/actions/get-orders-history.d.cts +9 -0
  745. package/dist/actions/get-orders-history.d.cts.map +1 -0
  746. package/dist/actions/get-orders-history.d.mts +9 -0
  747. package/dist/actions/get-orders-history.d.mts.map +1 -0
  748. package/dist/actions/get-orders-history.mjs +90 -0
  749. package/dist/actions/get-orders-history.mjs.map +1 -0
  750. package/dist/actions/get-orders-packs-history.cjs +42 -0
  751. package/dist/actions/get-orders-packs-history.cjs.map +1 -0
  752. package/dist/actions/get-orders-packs-history.d.cts +9 -0
  753. package/dist/actions/get-orders-packs-history.d.cts.map +1 -0
  754. package/dist/actions/get-orders-packs-history.d.mts +9 -0
  755. package/dist/actions/get-orders-packs-history.d.mts.map +1 -0
  756. package/dist/actions/get-orders-packs-history.mjs +41 -0
  757. package/dist/actions/get-orders-packs-history.mjs.map +1 -0
  758. package/dist/actions/get-orders.cjs +77 -0
  759. package/dist/actions/get-orders.cjs.map +1 -0
  760. package/dist/actions/get-orders.d.cts +9 -0
  761. package/dist/actions/get-orders.d.cts.map +1 -0
  762. package/dist/actions/get-orders.d.mts +9 -0
  763. package/dist/actions/get-orders.d.mts.map +1 -0
  764. package/dist/actions/get-orders.mjs +76 -0
  765. package/dist/actions/get-orders.mjs.map +1 -0
  766. package/dist/actions/get-products.cjs +52 -0
  767. package/dist/actions/get-products.cjs.map +1 -0
  768. package/dist/actions/get-products.d.cts +9 -0
  769. package/dist/actions/get-products.d.cts.map +1 -0
  770. package/dist/actions/get-products.d.mts +9 -0
  771. package/dist/actions/get-products.d.mts.map +1 -0
  772. package/dist/actions/get-products.mjs +51 -0
  773. package/dist/actions/get-products.mjs.map +1 -0
  774. package/dist/actions/get-reference-cost-groups.cjs +28 -0
  775. package/dist/actions/get-reference-cost-groups.cjs.map +1 -0
  776. package/dist/actions/get-reference-cost-groups.d.cts +9 -0
  777. package/dist/actions/get-reference-cost-groups.d.cts.map +1 -0
  778. package/dist/actions/get-reference-cost-groups.d.mts +9 -0
  779. package/dist/actions/get-reference-cost-groups.d.mts.map +1 -0
  780. package/dist/actions/get-reference-cost-groups.mjs +27 -0
  781. package/dist/actions/get-reference-cost-groups.mjs.map +1 -0
  782. package/dist/actions/get-reference-cost-items.cjs +31 -0
  783. package/dist/actions/get-reference-cost-items.cjs.map +1 -0
  784. package/dist/actions/get-reference-cost-items.d.cts +9 -0
  785. package/dist/actions/get-reference-cost-items.d.cts.map +1 -0
  786. package/dist/actions/get-reference-cost-items.d.mts +9 -0
  787. package/dist/actions/get-reference-cost-items.d.mts.map +1 -0
  788. package/dist/actions/get-reference-cost-items.mjs +30 -0
  789. package/dist/actions/get-reference-cost-items.mjs.map +1 -0
  790. package/dist/actions/get-reference-countries.cjs +19 -0
  791. package/dist/actions/get-reference-countries.cjs.map +1 -0
  792. package/dist/actions/get-reference-countries.d.cts +9 -0
  793. package/dist/actions/get-reference-countries.d.cts.map +1 -0
  794. package/dist/actions/get-reference-countries.d.mts +9 -0
  795. package/dist/actions/get-reference-countries.d.mts.map +1 -0
  796. package/dist/actions/get-reference-countries.mjs +16 -0
  797. package/dist/actions/get-reference-countries.mjs.map +1 -0
  798. package/dist/actions/get-reference-couriers.cjs +34 -0
  799. package/dist/actions/get-reference-couriers.cjs.map +1 -0
  800. package/dist/actions/get-reference-couriers.d.cts +9 -0
  801. package/dist/actions/get-reference-couriers.d.cts.map +1 -0
  802. package/dist/actions/get-reference-couriers.d.mts +9 -0
  803. package/dist/actions/get-reference-couriers.d.mts.map +1 -0
  804. package/dist/actions/get-reference-couriers.mjs +33 -0
  805. package/dist/actions/get-reference-couriers.mjs.map +1 -0
  806. package/dist/actions/get-reference-currencies.cjs +27 -0
  807. package/dist/actions/get-reference-currencies.cjs.map +1 -0
  808. package/dist/actions/get-reference-currencies.d.cts +9 -0
  809. package/dist/actions/get-reference-currencies.d.cts.map +1 -0
  810. package/dist/actions/get-reference-currencies.d.mts +9 -0
  811. package/dist/actions/get-reference-currencies.d.mts.map +1 -0
  812. package/dist/actions/get-reference-currencies.mjs +26 -0
  813. package/dist/actions/get-reference-currencies.mjs.map +1 -0
  814. package/dist/actions/get-reference-delivery-services.cjs +21 -0
  815. package/dist/actions/get-reference-delivery-services.cjs.map +1 -0
  816. package/dist/actions/get-reference-delivery-services.d.cts +9 -0
  817. package/dist/actions/get-reference-delivery-services.d.cts.map +1 -0
  818. package/dist/actions/get-reference-delivery-services.d.mts +9 -0
  819. package/dist/actions/get-reference-delivery-services.d.mts.map +1 -0
  820. package/dist/actions/get-reference-delivery-services.mjs +18 -0
  821. package/dist/actions/get-reference-delivery-services.mjs.map +1 -0
  822. package/dist/actions/get-reference-delivery-types.cjs +21 -0
  823. package/dist/actions/get-reference-delivery-types.cjs.map +1 -0
  824. package/dist/actions/get-reference-delivery-types.d.cts +9 -0
  825. package/dist/actions/get-reference-delivery-types.d.cts.map +1 -0
  826. package/dist/actions/get-reference-delivery-types.d.mts +9 -0
  827. package/dist/actions/get-reference-delivery-types.d.mts.map +1 -0
  828. package/dist/actions/get-reference-delivery-types.mjs +18 -0
  829. package/dist/actions/get-reference-delivery-types.mjs.map +1 -0
  830. package/dist/actions/get-reference-legal-entities.cjs +41 -0
  831. package/dist/actions/get-reference-legal-entities.cjs.map +1 -0
  832. package/dist/actions/get-reference-legal-entities.d.cts +9 -0
  833. package/dist/actions/get-reference-legal-entities.d.cts.map +1 -0
  834. package/dist/actions/get-reference-legal-entities.d.mts +9 -0
  835. package/dist/actions/get-reference-legal-entities.d.mts.map +1 -0
  836. package/dist/actions/get-reference-legal-entities.mjs +40 -0
  837. package/dist/actions/get-reference-legal-entities.mjs.map +1 -0
  838. package/dist/actions/get-reference-mg-channels.cjs +27 -0
  839. package/dist/actions/get-reference-mg-channels.cjs.map +1 -0
  840. package/dist/actions/get-reference-mg-channels.d.cts +9 -0
  841. package/dist/actions/get-reference-mg-channels.d.cts.map +1 -0
  842. package/dist/actions/get-reference-mg-channels.d.mts +9 -0
  843. package/dist/actions/get-reference-mg-channels.d.mts.map +1 -0
  844. package/dist/actions/get-reference-mg-channels.mjs +26 -0
  845. package/dist/actions/get-reference-mg-channels.mjs.map +1 -0
  846. package/dist/actions/get-reference-order-methods.cjs +21 -0
  847. package/dist/actions/get-reference-order-methods.cjs.map +1 -0
  848. package/dist/actions/get-reference-order-methods.d.cts +9 -0
  849. package/dist/actions/get-reference-order-methods.d.cts.map +1 -0
  850. package/dist/actions/get-reference-order-methods.d.mts +9 -0
  851. package/dist/actions/get-reference-order-methods.d.mts.map +1 -0
  852. package/dist/actions/get-reference-order-methods.mjs +18 -0
  853. package/dist/actions/get-reference-order-methods.mjs.map +1 -0
  854. package/dist/actions/get-reference-order-types.cjs +21 -0
  855. package/dist/actions/get-reference-order-types.cjs.map +1 -0
  856. package/dist/actions/get-reference-order-types.d.cts +9 -0
  857. package/dist/actions/get-reference-order-types.d.cts.map +1 -0
  858. package/dist/actions/get-reference-order-types.d.mts +9 -0
  859. package/dist/actions/get-reference-order-types.d.mts.map +1 -0
  860. package/dist/actions/get-reference-order-types.mjs +18 -0
  861. package/dist/actions/get-reference-order-types.mjs.map +1 -0
  862. package/dist/actions/get-reference-payment-statuses.cjs +21 -0
  863. package/dist/actions/get-reference-payment-statuses.cjs.map +1 -0
  864. package/dist/actions/get-reference-payment-statuses.d.cts +9 -0
  865. package/dist/actions/get-reference-payment-statuses.d.cts.map +1 -0
  866. package/dist/actions/get-reference-payment-statuses.d.mts +9 -0
  867. package/dist/actions/get-reference-payment-statuses.d.mts.map +1 -0
  868. package/dist/actions/get-reference-payment-statuses.mjs +18 -0
  869. package/dist/actions/get-reference-payment-statuses.mjs.map +1 -0
  870. package/dist/actions/get-reference-payment-types.cjs +21 -0
  871. package/dist/actions/get-reference-payment-types.cjs.map +1 -0
  872. package/dist/actions/get-reference-payment-types.d.cts +9 -0
  873. package/dist/actions/get-reference-payment-types.d.cts.map +1 -0
  874. package/dist/actions/get-reference-payment-types.d.mts +9 -0
  875. package/dist/actions/get-reference-payment-types.d.mts.map +1 -0
  876. package/dist/actions/get-reference-payment-types.mjs +18 -0
  877. package/dist/actions/get-reference-payment-types.mjs.map +1 -0
  878. package/dist/actions/get-reference-price-types.cjs +33 -0
  879. package/dist/actions/get-reference-price-types.cjs.map +1 -0
  880. package/dist/actions/get-reference-price-types.d.cts +9 -0
  881. package/dist/actions/get-reference-price-types.d.cts.map +1 -0
  882. package/dist/actions/get-reference-price-types.d.mts +9 -0
  883. package/dist/actions/get-reference-price-types.d.mts.map +1 -0
  884. package/dist/actions/get-reference-price-types.mjs +32 -0
  885. package/dist/actions/get-reference-price-types.mjs.map +1 -0
  886. package/dist/actions/get-reference-product-statuses.cjs +21 -0
  887. package/dist/actions/get-reference-product-statuses.cjs.map +1 -0
  888. package/dist/actions/get-reference-product-statuses.d.cts +9 -0
  889. package/dist/actions/get-reference-product-statuses.d.cts.map +1 -0
  890. package/dist/actions/get-reference-product-statuses.d.mts +9 -0
  891. package/dist/actions/get-reference-product-statuses.d.mts.map +1 -0
  892. package/dist/actions/get-reference-product-statuses.mjs +18 -0
  893. package/dist/actions/get-reference-product-statuses.mjs.map +1 -0
  894. package/dist/actions/get-reference-status-groups.cjs +21 -0
  895. package/dist/actions/get-reference-status-groups.cjs.map +1 -0
  896. package/dist/actions/get-reference-status-groups.d.cts +9 -0
  897. package/dist/actions/get-reference-status-groups.d.cts.map +1 -0
  898. package/dist/actions/get-reference-status-groups.d.mts +9 -0
  899. package/dist/actions/get-reference-status-groups.d.mts.map +1 -0
  900. package/dist/actions/get-reference-status-groups.mjs +18 -0
  901. package/dist/actions/get-reference-status-groups.mjs.map +1 -0
  902. package/dist/actions/get-reference-statuses.cjs +21 -0
  903. package/dist/actions/get-reference-statuses.cjs.map +1 -0
  904. package/dist/actions/get-reference-statuses.d.cts +9 -0
  905. package/dist/actions/get-reference-statuses.d.cts.map +1 -0
  906. package/dist/actions/get-reference-statuses.d.mts +9 -0
  907. package/dist/actions/get-reference-statuses.d.mts.map +1 -0
  908. package/dist/actions/get-reference-statuses.mjs +18 -0
  909. package/dist/actions/get-reference-statuses.mjs.map +1 -0
  910. package/dist/actions/get-reference-subscriptions.cjs +30 -0
  911. package/dist/actions/get-reference-subscriptions.cjs.map +1 -0
  912. package/dist/actions/get-reference-subscriptions.d.cts +9 -0
  913. package/dist/actions/get-reference-subscriptions.d.cts.map +1 -0
  914. package/dist/actions/get-reference-subscriptions.d.mts +9 -0
  915. package/dist/actions/get-reference-subscriptions.d.mts.map +1 -0
  916. package/dist/actions/get-reference-subscriptions.mjs +29 -0
  917. package/dist/actions/get-reference-subscriptions.mjs.map +1 -0
  918. package/dist/actions/get-reference-units.cjs +21 -0
  919. package/dist/actions/get-reference-units.cjs.map +1 -0
  920. package/dist/actions/get-reference-units.d.cts +9 -0
  921. package/dist/actions/get-reference-units.d.cts.map +1 -0
  922. package/dist/actions/get-reference-units.d.mts +9 -0
  923. package/dist/actions/get-reference-units.d.mts.map +1 -0
  924. package/dist/actions/get-reference-units.mjs +18 -0
  925. package/dist/actions/get-reference-units.mjs.map +1 -0
  926. package/dist/actions/get-segments.cjs +39 -0
  927. package/dist/actions/get-segments.cjs.map +1 -0
  928. package/dist/actions/get-segments.d.cts +9 -0
  929. package/dist/actions/get-segments.d.cts.map +1 -0
  930. package/dist/actions/get-segments.d.mts +9 -0
  931. package/dist/actions/get-segments.d.mts.map +1 -0
  932. package/dist/actions/get-segments.mjs +38 -0
  933. package/dist/actions/get-segments.mjs.map +1 -0
  934. package/dist/actions/get-settings.cjs +21 -0
  935. package/dist/actions/get-settings.cjs.map +1 -0
  936. package/dist/actions/get-settings.d.cts +9 -0
  937. package/dist/actions/get-settings.d.cts.map +1 -0
  938. package/dist/actions/get-settings.d.mts +9 -0
  939. package/dist/actions/get-settings.d.mts.map +1 -0
  940. package/dist/actions/get-settings.mjs +18 -0
  941. package/dist/actions/get-settings.mjs.map +1 -0
  942. package/dist/actions/get-sites.cjs +21 -0
  943. package/dist/actions/get-sites.cjs.map +1 -0
  944. package/dist/actions/get-sites.d.cts +9 -0
  945. package/dist/actions/get-sites.d.cts.map +1 -0
  946. package/dist/actions/get-sites.d.mts +9 -0
  947. package/dist/actions/get-sites.d.mts.map +1 -0
  948. package/dist/actions/get-sites.mjs +18 -0
  949. package/dist/actions/get-sites.mjs.map +1 -0
  950. package/dist/actions/get-statistic-update.cjs +20 -0
  951. package/dist/actions/get-statistic-update.cjs.map +1 -0
  952. package/dist/actions/get-statistic-update.d.cts +9 -0
  953. package/dist/actions/get-statistic-update.d.cts.map +1 -0
  954. package/dist/actions/get-statistic-update.d.mts +9 -0
  955. package/dist/actions/get-statistic-update.d.mts.map +1 -0
  956. package/dist/actions/get-statistic-update.mjs +17 -0
  957. package/dist/actions/get-statistic-update.mjs.map +1 -0
  958. package/dist/actions/get-store-inventories.cjs +62 -0
  959. package/dist/actions/get-store-inventories.cjs.map +1 -0
  960. package/dist/actions/get-store-inventories.d.cts +9 -0
  961. package/dist/actions/get-store-inventories.d.cts.map +1 -0
  962. package/dist/actions/get-store-inventories.d.mts +9 -0
  963. package/dist/actions/get-store-inventories.d.mts.map +1 -0
  964. package/dist/actions/get-store-inventories.mjs +61 -0
  965. package/dist/actions/get-store-inventories.mjs.map +1 -0
  966. package/dist/actions/get-store-offers.cjs +48 -0
  967. package/dist/actions/get-store-offers.cjs.map +1 -0
  968. package/dist/actions/get-store-offers.d.cts +9 -0
  969. package/dist/actions/get-store-offers.d.cts.map +1 -0
  970. package/dist/actions/get-store-offers.d.mts +9 -0
  971. package/dist/actions/get-store-offers.d.mts.map +1 -0
  972. package/dist/actions/get-store-offers.mjs +47 -0
  973. package/dist/actions/get-store-offers.mjs.map +1 -0
  974. package/dist/actions/get-store-products-properties-values.cjs +38 -0
  975. package/dist/actions/get-store-products-properties-values.cjs.map +1 -0
  976. package/dist/actions/get-store-products-properties-values.d.cts +9 -0
  977. package/dist/actions/get-store-products-properties-values.d.cts.map +1 -0
  978. package/dist/actions/get-store-products-properties-values.d.mts +9 -0
  979. package/dist/actions/get-store-products-properties-values.d.mts.map +1 -0
  980. package/dist/actions/get-store-products-properties-values.mjs +37 -0
  981. package/dist/actions/get-store-products-properties-values.mjs.map +1 -0
  982. package/dist/actions/get-store-products-properties.cjs +35 -0
  983. package/dist/actions/get-store-products-properties.cjs.map +1 -0
  984. package/dist/actions/get-store-products-properties.d.cts +9 -0
  985. package/dist/actions/get-store-products-properties.d.cts.map +1 -0
  986. package/dist/actions/get-store-products-properties.d.mts +9 -0
  987. package/dist/actions/get-store-products-properties.d.mts.map +1 -0
  988. package/dist/actions/get-store-products-properties.mjs +34 -0
  989. package/dist/actions/get-store-products-properties.mjs.map +1 -0
  990. package/dist/actions/get-stores.cjs +41 -0
  991. package/dist/actions/get-stores.cjs.map +1 -0
  992. package/dist/actions/get-stores.d.cts +9 -0
  993. package/dist/actions/get-stores.d.cts.map +1 -0
  994. package/dist/actions/get-stores.d.mts +9 -0
  995. package/dist/actions/get-stores.d.mts.map +1 -0
  996. package/dist/actions/get-stores.mjs +40 -0
  997. package/dist/actions/get-stores.mjs.map +1 -0
  998. package/dist/actions/get-task.cjs +37 -0
  999. package/dist/actions/get-task.cjs.map +1 -0
  1000. package/dist/actions/get-task.d.cts +9 -0
  1001. package/dist/actions/get-task.d.cts.map +1 -0
  1002. package/dist/actions/get-task.d.mts +9 -0
  1003. package/dist/actions/get-task.d.mts.map +1 -0
  1004. package/dist/actions/get-task.mjs +36 -0
  1005. package/dist/actions/get-task.mjs.map +1 -0
  1006. package/dist/actions/get-tasks-comments.cjs +35 -0
  1007. package/dist/actions/get-tasks-comments.cjs.map +1 -0
  1008. package/dist/actions/get-tasks-comments.d.cts +9 -0
  1009. package/dist/actions/get-tasks-comments.d.cts.map +1 -0
  1010. package/dist/actions/get-tasks-comments.d.mts +9 -0
  1011. package/dist/actions/get-tasks-comments.d.mts.map +1 -0
  1012. package/dist/actions/get-tasks-comments.mjs +34 -0
  1013. package/dist/actions/get-tasks-comments.mjs.map +1 -0
  1014. package/dist/actions/get-tasks-history.cjs +49 -0
  1015. package/dist/actions/get-tasks-history.cjs.map +1 -0
  1016. package/dist/actions/get-tasks-history.d.cts +9 -0
  1017. package/dist/actions/get-tasks-history.d.cts.map +1 -0
  1018. package/dist/actions/get-tasks-history.d.mts +9 -0
  1019. package/dist/actions/get-tasks-history.d.mts.map +1 -0
  1020. package/dist/actions/get-tasks-history.mjs +48 -0
  1021. package/dist/actions/get-tasks-history.mjs.map +1 -0
  1022. package/dist/actions/get-tasks.cjs +48 -0
  1023. package/dist/actions/get-tasks.cjs.map +1 -0
  1024. package/dist/actions/get-tasks.d.cts +9 -0
  1025. package/dist/actions/get-tasks.d.cts.map +1 -0
  1026. package/dist/actions/get-tasks.d.mts +9 -0
  1027. package/dist/actions/get-tasks.d.mts.map +1 -0
  1028. package/dist/actions/get-tasks.mjs +47 -0
  1029. package/dist/actions/get-tasks.mjs.map +1 -0
  1030. package/dist/actions/get-telephony-setting.cjs +19 -0
  1031. package/dist/actions/get-telephony-setting.cjs.map +1 -0
  1032. package/dist/actions/get-telephony-setting.d.cts +9 -0
  1033. package/dist/actions/get-telephony-setting.d.cts.map +1 -0
  1034. package/dist/actions/get-telephony-setting.d.mts +9 -0
  1035. package/dist/actions/get-telephony-setting.d.mts.map +1 -0
  1036. package/dist/actions/get-telephony-setting.mjs +16 -0
  1037. package/dist/actions/get-telephony-setting.mjs.map +1 -0
  1038. package/dist/actions/get-user-groups.cjs +46 -0
  1039. package/dist/actions/get-user-groups.cjs.map +1 -0
  1040. package/dist/actions/get-user-groups.d.cts +9 -0
  1041. package/dist/actions/get-user-groups.d.cts.map +1 -0
  1042. package/dist/actions/get-user-groups.d.mts +9 -0
  1043. package/dist/actions/get-user-groups.d.mts.map +1 -0
  1044. package/dist/actions/get-user-groups.mjs +45 -0
  1045. package/dist/actions/get-user-groups.mjs.map +1 -0
  1046. package/dist/actions/get-user.cjs +37 -0
  1047. package/dist/actions/get-user.cjs.map +1 -0
  1048. package/dist/actions/get-user.d.cts +9 -0
  1049. package/dist/actions/get-user.d.cts.map +1 -0
  1050. package/dist/actions/get-user.d.mts +9 -0
  1051. package/dist/actions/get-user.d.mts.map +1 -0
  1052. package/dist/actions/get-user.mjs +36 -0
  1053. package/dist/actions/get-user.mjs.map +1 -0
  1054. package/dist/actions/get-users.cjs +45 -0
  1055. package/dist/actions/get-users.cjs.map +1 -0
  1056. package/dist/actions/get-users.d.cts +9 -0
  1057. package/dist/actions/get-users.d.cts.map +1 -0
  1058. package/dist/actions/get-users.d.mts +9 -0
  1059. package/dist/actions/get-users.d.mts.map +1 -0
  1060. package/dist/actions/get-users.mjs +44 -0
  1061. package/dist/actions/get-users.mjs.map +1 -0
  1062. package/dist/actions/index.cjs +283 -0
  1063. package/dist/actions/index.d.cts +142 -0
  1064. package/dist/actions/index.d.mts +142 -0
  1065. package/dist/actions/index.mjs +142 -0
  1066. package/dist/actions/update-customer-subscriptions.cjs +22 -0
  1067. package/dist/actions/update-customer-subscriptions.cjs.map +1 -0
  1068. package/dist/actions/update-customer-subscriptions.d.cts +9 -0
  1069. package/dist/actions/update-customer-subscriptions.d.cts.map +1 -0
  1070. package/dist/actions/update-customer-subscriptions.d.mts +9 -0
  1071. package/dist/actions/update-customer-subscriptions.d.mts.map +1 -0
  1072. package/dist/actions/update-customer-subscriptions.mjs +19 -0
  1073. package/dist/actions/update-customer-subscriptions.mjs.map +1 -0
  1074. package/dist/actions/update-user-status.cjs +24 -0
  1075. package/dist/actions/update-user-status.cjs.map +1 -0
  1076. package/dist/actions/update-user-status.d.cts +9 -0
  1077. package/dist/actions/update-user-status.d.cts.map +1 -0
  1078. package/dist/actions/update-user-status.d.mts +9 -0
  1079. package/dist/actions/update-user-status.d.mts.map +1 -0
  1080. package/dist/actions/update-user-status.mjs +21 -0
  1081. package/dist/actions/update-user-status.mjs.map +1 -0
  1082. package/dist/actions/upload-costs.cjs +41 -0
  1083. package/dist/actions/upload-costs.cjs.map +1 -0
  1084. package/dist/actions/upload-costs.d.cts +9 -0
  1085. package/dist/actions/upload-costs.d.cts.map +1 -0
  1086. package/dist/actions/upload-costs.d.mts +9 -0
  1087. package/dist/actions/upload-costs.d.mts.map +1 -0
  1088. package/dist/actions/upload-costs.mjs +38 -0
  1089. package/dist/actions/upload-costs.mjs.map +1 -0
  1090. package/dist/actions/upload-customers-corporate.cjs +112 -0
  1091. package/dist/actions/upload-customers-corporate.cjs.map +1 -0
  1092. package/dist/actions/upload-customers-corporate.d.cts +9 -0
  1093. package/dist/actions/upload-customers-corporate.d.cts.map +1 -0
  1094. package/dist/actions/upload-customers-corporate.d.mts +9 -0
  1095. package/dist/actions/upload-customers-corporate.d.mts.map +1 -0
  1096. package/dist/actions/upload-customers-corporate.mjs +111 -0
  1097. package/dist/actions/upload-customers-corporate.mjs.map +1 -0
  1098. package/dist/actions/upload-customers.cjs +60 -0
  1099. package/dist/actions/upload-customers.cjs.map +1 -0
  1100. package/dist/actions/upload-customers.d.cts +9 -0
  1101. package/dist/actions/upload-customers.d.cts.map +1 -0
  1102. package/dist/actions/upload-customers.d.mts +9 -0
  1103. package/dist/actions/upload-customers.d.mts.map +1 -0
  1104. package/dist/actions/upload-customers.mjs +59 -0
  1105. package/dist/actions/upload-customers.mjs.map +1 -0
  1106. package/dist/actions/upload-orders.cjs +74 -0
  1107. package/dist/actions/upload-orders.cjs.map +1 -0
  1108. package/dist/actions/upload-orders.d.cts +9 -0
  1109. package/dist/actions/upload-orders.d.cts.map +1 -0
  1110. package/dist/actions/upload-orders.d.mts +9 -0
  1111. package/dist/actions/upload-orders.d.mts.map +1 -0
  1112. package/dist/actions/upload-orders.mjs +73 -0
  1113. package/dist/actions/upload-orders.mjs.map +1 -0
  1114. package/dist/actions/upload-store-prices.cjs +28 -0
  1115. package/dist/actions/upload-store-prices.cjs.map +1 -0
  1116. package/dist/actions/upload-store-prices.d.cts +9 -0
  1117. package/dist/actions/upload-store-prices.d.cts.map +1 -0
  1118. package/dist/actions/upload-store-prices.d.mts +9 -0
  1119. package/dist/actions/upload-store-prices.d.mts.map +1 -0
  1120. package/dist/actions/upload-store-prices.mjs +25 -0
  1121. package/dist/actions/upload-store-prices.mjs.map +1 -0
  1122. package/dist/actions/upload-web-analytics-client-ids.cjs +35 -0
  1123. package/dist/actions/upload-web-analytics-client-ids.cjs.map +1 -0
  1124. package/dist/actions/upload-web-analytics-client-ids.d.cts +9 -0
  1125. package/dist/actions/upload-web-analytics-client-ids.d.cts.map +1 -0
  1126. package/dist/actions/upload-web-analytics-client-ids.d.mts +9 -0
  1127. package/dist/actions/upload-web-analytics-client-ids.d.mts.map +1 -0
  1128. package/dist/actions/upload-web-analytics-client-ids.mjs +32 -0
  1129. package/dist/actions/upload-web-analytics-client-ids.mjs.map +1 -0
  1130. package/dist/actions/upload-web-analytics-sources.cjs +29 -0
  1131. package/dist/actions/upload-web-analytics-sources.cjs.map +1 -0
  1132. package/dist/actions/upload-web-analytics-sources.d.cts +9 -0
  1133. package/dist/actions/upload-web-analytics-sources.d.cts.map +1 -0
  1134. package/dist/actions/upload-web-analytics-sources.d.mts +9 -0
  1135. package/dist/actions/upload-web-analytics-sources.d.mts.map +1 -0
  1136. package/dist/actions/upload-web-analytics-sources.mjs +26 -0
  1137. package/dist/actions/upload-web-analytics-sources.mjs.map +1 -0
  1138. package/dist/app.cjs +9 -0
  1139. package/dist/app.cjs.map +1 -0
  1140. package/dist/app.d.cts +5 -0
  1141. package/dist/app.d.cts.map +1 -0
  1142. package/dist/app.d.mts +5 -0
  1143. package/dist/app.d.mts.map +1 -0
  1144. package/dist/app.mjs +10 -0
  1145. package/dist/app.mjs.map +1 -0
  1146. package/dist/catalog.cjs +15 -0
  1147. package/dist/catalog.cjs.map +1 -0
  1148. package/dist/catalog.d.cts +14 -0
  1149. package/dist/catalog.d.cts.map +1 -0
  1150. package/dist/catalog.d.mts +14 -0
  1151. package/dist/catalog.d.mts.map +1 -0
  1152. package/dist/catalog.mjs +15 -0
  1153. package/dist/catalog.mjs.map +1 -0
  1154. package/dist/execute.cjs +18 -0
  1155. package/dist/execute.cjs.map +1 -0
  1156. package/dist/execute.mjs +18 -0
  1157. package/dist/execute.mjs.map +1 -0
  1158. package/dist/index.cjs +288 -0
  1159. package/dist/index.d.cts +144 -0
  1160. package/dist/index.d.mts +144 -0
  1161. package/dist/index.mjs +145 -0
  1162. package/package.json +49 -0
@@ -0,0 +1,51 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-products.ts
4
+ const SimlaComGetProductsInput = z.object({
5
+ ids: z.array(z.number().int()).describe("Filter by a list of product IDs").optional(),
6
+ name: z.string().describe("Filter by product name").optional(),
7
+ page: z.number().int().describe("Page number to retrieve (default: 1)").optional(),
8
+ limit: z.number().int().describe("Number of products to return per page (max: 250)").optional(),
9
+ active: z.boolean().describe("Filter active products").optional(),
10
+ quantity: z.number().int().describe("Filter by available quantity").optional(),
11
+ max_price: z.number().describe("Filter products by maximum price").optional(),
12
+ min_price: z.number().describe("Filter products by minimum price").optional(),
13
+ external_id: z.string().describe("Filter by external product ID").optional(),
14
+ created_at_to: z.string().describe("ISO8601 datetime; only products created before this timestamp").optional(),
15
+ updated_at_to: z.string().describe("ISO8601 datetime; only products updated before this timestamp").optional(),
16
+ created_at_from: z.string().describe("ISO8601 datetime; only products created after this timestamp").optional(),
17
+ updated_at_from: z.string().describe("ISO8601 datetime; only products updated after this timestamp").optional()
18
+ }).describe("Request model for retrieving a list of store products with optional filters");
19
+ const SimlaComGetProducts_ProductSchema = z.object({
20
+ id: z.number().int().describe("Unique identifier of the product"),
21
+ name: z.string().describe("Product name"),
22
+ price: z.number().describe("Product price"),
23
+ xmlId: z.string().describe("External product ID").nullable().optional(),
24
+ active: z.boolean().describe("Indicates if the product is active"),
25
+ quantity: z.number().int().describe("Available stock quantity"),
26
+ createdAt: z.string().describe("Creation datetime in ISO8601 format"),
27
+ updatedAt: z.string().describe("Last updated datetime in ISO8601 format")
28
+ }).describe("Representation of a store product");
29
+ const SimlaComGetProducts_PaginationSchema = z.object({
30
+ page: z.number().int().describe("Current page number returned"),
31
+ limit: z.number().int().describe("Number of items per page"),
32
+ totalCount: z.number().int().describe("Total number of products available"),
33
+ totalPageCount: z.number().int().describe("Total number of pages available")
34
+ }).describe("Pagination information for list responses");
35
+ const simlaComGetProducts = action("SIMLA_COM_GET_PRODUCTS", {
36
+ slug: "simla_com-get-products",
37
+ name: "Get Products",
38
+ description: "Tool to retrieve a list of products. Use when you need to list products with optional filters.",
39
+ input: SimlaComGetProductsInput,
40
+ output: z.object({
41
+ errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
42
+ success: z.boolean().describe("Indicates if the request was successful"),
43
+ errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
44
+ products: z.array(SimlaComGetProducts_ProductSchema).describe("List of product objects").nullable().optional(),
45
+ pagination: SimlaComGetProducts_PaginationSchema.nullable().optional()
46
+ }).passthrough().describe("Response model for a list of store products")
47
+ });
48
+ //#endregion
49
+ export { simlaComGetProducts };
50
+
51
+ //# sourceMappingURL=get-products.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-products.mjs","names":[],"sources":["../../src/actions/get-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetProductsInput: z.ZodTypeAny = z.object({\n ids: z.array(z.number().int()).describe(\"Filter by a list of product IDs\").optional(),\n name: z.string().describe(\"Filter by product name\").optional(),\n page: z.number().int().describe(\"Page number to retrieve (default: 1)\").optional(),\n limit: z.number().int().describe(\"Number of products to return per page (max: 250)\").optional(),\n active: z.boolean().describe(\"Filter active products\").optional(),\n quantity: z.number().int().describe(\"Filter by available quantity\").optional(),\n max_price: z.number().describe(\"Filter products by maximum price\").optional(),\n min_price: z.number().describe(\"Filter products by minimum price\").optional(),\n external_id: z.string().describe(\"Filter by external product ID\").optional(),\n created_at_to: z.string().describe(\"ISO8601 datetime; only products created before this timestamp\").optional(),\n updated_at_to: z.string().describe(\"ISO8601 datetime; only products updated before this timestamp\").optional(),\n created_at_from: z.string().describe(\"ISO8601 datetime; only products created after this timestamp\").optional(),\n updated_at_from: z.string().describe(\"ISO8601 datetime; only products updated after this timestamp\").optional(),\n}).describe(\"Request model for retrieving a list of store products with optional filters\");\nconst SimlaComGetProducts_ProductSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the product\"),\n name: z.string().describe(\"Product name\"),\n price: z.number().describe(\"Product price\"),\n xmlId: z.string().describe(\"External product ID\").nullable().optional(),\n active: z.boolean().describe(\"Indicates if the product is active\"),\n quantity: z.number().int().describe(\"Available stock quantity\"),\n createdAt: z.string().describe(\"Creation datetime in ISO8601 format\"),\n updatedAt: z.string().describe(\"Last updated datetime in ISO8601 format\"),\n}).describe(\"Representation of a store product\");\nconst SimlaComGetProducts_PaginationSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number returned\"),\n limit: z.number().int().describe(\"Number of items per page\"),\n totalCount: z.number().int().describe(\"Total number of products available\"),\n totalPageCount: z.number().int().describe(\"Total number of pages available\"),\n}).describe(\"Pagination information for list responses\");\nexport const SimlaComGetProductsOutput: 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 products: z.array(SimlaComGetProducts_ProductSchema).describe(\"List of product objects\").nullable().optional(),\n pagination: SimlaComGetProducts_PaginationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for a list of store products\");\n\nexport const simlaComGetProducts = action(\"SIMLA_COM_GET_PRODUCTS\", {\n slug: \"simla_com-get-products\",\n name: \"Get Products\",\n description: \"Tool to retrieve a list of products. Use when you need to list products with optional filters.\",\n input: SimlaComGetProductsInput,\n output: SimlaComGetProductsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC9F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC7G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC7G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC1C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC1E,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC1E,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AAC7E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AASvD,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbqD,EAAE,OAAO;EAC9D,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,UAAU,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,YAAY,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACvE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAOhB;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-reference-cost-groups.ts
4
+ const SimlaComGetReferenceCostGroupsInput = zod.z.object({}).describe("Request model for retrieving the list of cost groups. This is a reference endpoint that returns all cost groups without pagination.");
5
+ const SimlaComGetReferenceCostGroups_CostGroupSchema = zod.z.object({
6
+ code: zod.z.string().describe("Symbolic code (unique identifier) for the cost group"),
7
+ name: zod.z.string().describe("Name of the cost group"),
8
+ color: zod.z.string().describe("Color code associated with the cost group").nullable().optional(),
9
+ active: zod.z.boolean().describe("Whether the cost group is active"),
10
+ ordering: zod.z.number().int().describe("Display ordering for the cost group").nullable().optional()
11
+ }).passthrough().describe("Representation of a cost group in the system");
12
+ const SimlaComGetReferenceCostGroupsOutput = zod.z.object({
13
+ errors: zod.z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
14
+ success: zod.z.boolean().describe("Indicates if the request was successful"),
15
+ errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional(),
16
+ costGroups: zod.z.array(SimlaComGetReferenceCostGroups_CostGroupSchema).describe("List of cost groups").nullable().optional()
17
+ }).passthrough().describe("Response model for a list of cost groups");
18
+ const simlaComGetReferenceCostGroups = require_action.action("SIMLA_COM_GET_REFERENCE_COST_GROUPS", {
19
+ slug: "simla_com-get-reference-cost-groups",
20
+ name: "Get Reference Cost Groups",
21
+ description: "Tool to retrieve a list of all cost groups configured in the system. Use when you need to discover available cost groups for organizing expenses or costs.",
22
+ input: SimlaComGetReferenceCostGroupsInput,
23
+ output: SimlaComGetReferenceCostGroupsOutput
24
+ });
25
+ //#endregion
26
+ exports.simlaComGetReferenceCostGroups = simlaComGetReferenceCostGroups;
27
+
28
+ //# sourceMappingURL=get-reference-cost-groups.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-groups.cjs","names":["z","action"],"sources":["../../src/actions/get-reference-cost-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCostGroupsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of cost groups. This is a reference endpoint that returns all cost groups without pagination.\");\nconst SimlaComGetReferenceCostGroups_CostGroupSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code (unique identifier) for the cost group\"),\n name: z.string().describe(\"Name of the cost group\"),\n color: z.string().describe(\"Color code associated with the cost group\").nullable().optional(),\n active: z.boolean().describe(\"Whether the cost group is active\"),\n ordering: z.number().int().describe(\"Display ordering for the cost group\").nullable().optional(),\n}).passthrough().describe(\"Representation of a cost group in the system\");\nexport const SimlaComGetReferenceCostGroupsOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).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 costGroups: z.array(SimlaComGetReferenceCostGroups_CostGroupSchema).describe(\"List of cost groups\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of cost groups\");\n\nexport const simlaComGetReferenceCostGroups = action(\"SIMLA_COM_GET_REFERENCE_COST_GROUPS\", {\n slug: \"simla_com-get-reference-cost-groups\",\n name: \"Get Reference Cost Groups\",\n description: \"Tool to retrieve a list of all cost groups configured in the system. Use when you need to discover available cost groups for organizing expenses or costs.\",\n input: SimlaComGetReferenceCostGroupsInput,\n output: SimlaComGetReferenceCostGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qIAAqI;AAC5N,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC;CAC/D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,iCAAiCC,eAAAA,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-cost-groups.d.ts
4
+ declare const SimlaComGetReferenceCostGroupsInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCostGroupsOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCostGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCostGroups };
9
+ //# sourceMappingURL=get-reference-cost-groups.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-groups.d.cts","names":[],"sources":["../../src/actions/get-reference-cost-groups.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAyK;AAAA,cAQhN,oCAAA,EAAsC,CAAA,CAAE,UAKgB;AAAA,cAExD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-cost-groups.d.ts
4
+ declare const SimlaComGetReferenceCostGroupsInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCostGroupsOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCostGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCostGroups };
9
+ //# sourceMappingURL=get-reference-cost-groups.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-groups.d.mts","names":[],"sources":["../../src/actions/get-reference-cost-groups.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAyK;AAAA,cAQhN,oCAAA,EAAsC,CAAA,CAAE,UAKgB;AAAA,cAExD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-reference-cost-groups.ts
4
+ const SimlaComGetReferenceCostGroupsInput = z.object({}).describe("Request model for retrieving the list of cost groups. This is a reference endpoint that returns all cost groups without pagination.");
5
+ const SimlaComGetReferenceCostGroups_CostGroupSchema = z.object({
6
+ code: z.string().describe("Symbolic code (unique identifier) for the cost group"),
7
+ name: z.string().describe("Name of the cost group"),
8
+ color: z.string().describe("Color code associated with the cost group").nullable().optional(),
9
+ active: z.boolean().describe("Whether the cost group is active"),
10
+ ordering: z.number().int().describe("Display ordering for the cost group").nullable().optional()
11
+ }).passthrough().describe("Representation of a cost group in the system");
12
+ const simlaComGetReferenceCostGroups = action("SIMLA_COM_GET_REFERENCE_COST_GROUPS", {
13
+ slug: "simla_com-get-reference-cost-groups",
14
+ name: "Get Reference Cost Groups",
15
+ description: "Tool to retrieve a list of all cost groups configured in the system. Use when you need to discover available cost groups for organizing expenses or costs.",
16
+ input: SimlaComGetReferenceCostGroupsInput,
17
+ output: z.object({
18
+ errors: z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
19
+ success: z.boolean().describe("Indicates if the request was successful"),
20
+ errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
21
+ costGroups: z.array(SimlaComGetReferenceCostGroups_CostGroupSchema).describe("List of cost groups").nullable().optional()
22
+ }).passthrough().describe("Response model for a list of cost groups")
23
+ });
24
+ //#endregion
25
+ export { simlaComGetReferenceCostGroups };
26
+
27
+ //# sourceMappingURL=get-reference-cost-groups.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-groups.mjs","names":[],"sources":["../../src/actions/get-reference-cost-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCostGroupsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of cost groups. This is a reference endpoint that returns all cost groups without pagination.\");\nconst SimlaComGetReferenceCostGroups_CostGroupSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code (unique identifier) for the cost group\"),\n name: z.string().describe(\"Name of the cost group\"),\n color: z.string().describe(\"Color code associated with the cost group\").nullable().optional(),\n active: z.boolean().describe(\"Whether the cost group is active\"),\n ordering: z.number().int().describe(\"Display ordering for the cost group\").nullable().optional(),\n}).passthrough().describe(\"Representation of a cost group in the system\");\nexport const SimlaComGetReferenceCostGroupsOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).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 costGroups: z.array(SimlaComGetReferenceCostGroups_CostGroupSchema).describe(\"List of cost groups\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of cost groups\");\n\nexport const simlaComGetReferenceCostGroups = action(\"SIMLA_COM_GET_REFERENCE_COST_GROUPS\", {\n slug: \"simla_com-get-reference-cost-groups\",\n name: \"Get Reference Cost Groups\",\n description: \"Tool to retrieve a list of all cost groups configured in the system. Use when you need to discover available cost groups for organizing expenses or costs.\",\n input: SimlaComGetReferenceCostGroupsInput,\n output: SimlaComGetReferenceCostGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qIAAqI;AAC5N,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC;CAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAQxE,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-reference-cost-items.ts
4
+ const SimlaComGetReferenceCostItemsInput = zod.z.object({}).describe("Request model for retrieving a list of cost items. This is a reference endpoint that returns all cost items without pagination.");
5
+ const SimlaComGetReferenceCostItems_CostItemSchema = zod.z.object({
6
+ code: zod.z.string().describe("Unique code identifier for the cost item"),
7
+ name: zod.z.string().describe("Human-readable name of the cost item"),
8
+ type: zod.z.string().describe("Type of cost: var (variable) or const (constant)").nullable().optional(),
9
+ group: zod.z.string().describe("Cost group this item belongs to (e.g., product-cost, delivery, administrative, commission, assembling, attraction)").nullable().optional(),
10
+ active: zod.z.boolean().describe("Whether the cost item is active").nullable().optional(),
11
+ ordering: zod.z.number().int().describe("Display order number").nullable().optional(),
12
+ appliesToUsers: zod.z.boolean().describe("Whether this cost item applies to users").nullable().optional(),
13
+ appliesToOrders: zod.z.boolean().describe("Whether this cost item applies to orders").nullable().optional()
14
+ }).passthrough().describe("Representation of a cost item in the system");
15
+ const SimlaComGetReferenceCostItemsOutput = zod.z.object({
16
+ errors: zod.z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
17
+ success: zod.z.boolean().describe("Indicates if the request was successful"),
18
+ errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional(),
19
+ costItems: zod.z.array(SimlaComGetReferenceCostItems_CostItemSchema).describe("List of cost item objects").nullable().optional()
20
+ }).passthrough().describe("Response model for a list of cost items");
21
+ const simlaComGetReferenceCostItems = require_action.action("SIMLA_COM_GET_REFERENCE_COST_ITEMS", {
22
+ slug: "simla_com-get-reference-cost-items",
23
+ name: "Get Reference Cost Items",
24
+ description: "Tool to retrieve a list of all cost items configured in the system. Use when you need to discover available cost item codes for order or operation cost tracking.",
25
+ input: SimlaComGetReferenceCostItemsInput,
26
+ output: SimlaComGetReferenceCostItemsOutput
27
+ });
28
+ //#endregion
29
+ exports.simlaComGetReferenceCostItems = simlaComGetReferenceCostItems;
30
+
31
+ //# sourceMappingURL=get-reference-cost-items.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-items.cjs","names":["z","action"],"sources":["../../src/actions/get-reference-cost-items.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCostItemsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving a list of cost items. This is a reference endpoint that returns all cost items without pagination.\");\nconst SimlaComGetReferenceCostItems_CostItemSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Unique code identifier for the cost item\"),\n name: z.string().describe(\"Human-readable name of the cost item\"),\n type: z.string().describe(\"Type of cost: var (variable) or const (constant)\").nullable().optional(),\n group: z.string().describe(\"Cost group this item belongs to (e.g., product-cost, delivery, administrative, commission, assembling, attraction)\").nullable().optional(),\n active: z.boolean().describe(\"Whether the cost item is active\").nullable().optional(),\n ordering: z.number().int().describe(\"Display order number\").nullable().optional(),\n appliesToUsers: z.boolean().describe(\"Whether this cost item applies to users\").nullable().optional(),\n appliesToOrders: z.boolean().describe(\"Whether this cost item applies to orders\").nullable().optional(),\n}).passthrough().describe(\"Representation of a cost item in the system\");\nexport const SimlaComGetReferenceCostItemsOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).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 costItems: z.array(SimlaComGetReferenceCostItems_CostItemSchema).describe(\"List of cost item objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of cost items\");\n\nexport const simlaComGetReferenceCostItems = action(\"SIMLA_COM_GET_REFERENCE_COST_ITEMS\", {\n slug: \"simla_com-get-reference-cost-items\",\n name: \"Get Reference Cost Items\",\n description: \"Tool to retrieve a list of all cost items configured in the system. Use when you need to discover available cost item codes for order or operation cost tracking.\",\n input: SimlaComGetReferenceCostItemsInput,\n output: SimlaComGetReferenceCostItemsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iIAAiI;AACvN,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AACvE,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AAEnE,MAAa,gCAAgCC,eAAAA,OAAO,sCAAsC;CACxF,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-reference-cost-items.d.ts
4
+ declare const SimlaComGetReferenceCostItemsInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCostItemsOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCostItems: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCostItems };
9
+ //# sourceMappingURL=get-reference-cost-items.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-items.d.cts","names":[],"sources":["../../src/actions/get-reference-cost-items.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAqK;AAAA,cAW3M,mCAAA,EAAqC,CAAA,CAAE,UAKgB;AAAA,cAEvD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-cost-items.d.ts
4
+ declare const SimlaComGetReferenceCostItemsInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCostItemsOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCostItems: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCostItems };
9
+ //# sourceMappingURL=get-reference-cost-items.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-items.d.mts","names":[],"sources":["../../src/actions/get-reference-cost-items.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAqK;AAAA,cAW3M,mCAAA,EAAqC,CAAA,CAAE,UAKgB;AAAA,cAEvD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-reference-cost-items.ts
4
+ const SimlaComGetReferenceCostItemsInput = z.object({}).describe("Request model for retrieving a list of cost items. This is a reference endpoint that returns all cost items without pagination.");
5
+ const SimlaComGetReferenceCostItems_CostItemSchema = z.object({
6
+ code: z.string().describe("Unique code identifier for the cost item"),
7
+ name: z.string().describe("Human-readable name of the cost item"),
8
+ type: z.string().describe("Type of cost: var (variable) or const (constant)").nullable().optional(),
9
+ group: z.string().describe("Cost group this item belongs to (e.g., product-cost, delivery, administrative, commission, assembling, attraction)").nullable().optional(),
10
+ active: z.boolean().describe("Whether the cost item is active").nullable().optional(),
11
+ ordering: z.number().int().describe("Display order number").nullable().optional(),
12
+ appliesToUsers: z.boolean().describe("Whether this cost item applies to users").nullable().optional(),
13
+ appliesToOrders: z.boolean().describe("Whether this cost item applies to orders").nullable().optional()
14
+ }).passthrough().describe("Representation of a cost item in the system");
15
+ const simlaComGetReferenceCostItems = action("SIMLA_COM_GET_REFERENCE_COST_ITEMS", {
16
+ slug: "simla_com-get-reference-cost-items",
17
+ name: "Get Reference Cost Items",
18
+ description: "Tool to retrieve a list of all cost items configured in the system. Use when you need to discover available cost item codes for order or operation cost tracking.",
19
+ input: SimlaComGetReferenceCostItemsInput,
20
+ output: z.object({
21
+ errors: z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
22
+ success: z.boolean().describe("Indicates if the request was successful"),
23
+ errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
24
+ costItems: z.array(SimlaComGetReferenceCostItems_CostItemSchema).describe("List of cost item objects").nullable().optional()
25
+ }).passthrough().describe("Response model for a list of cost items")
26
+ });
27
+ //#endregion
28
+ export { simlaComGetReferenceCostItems };
29
+
30
+ //# sourceMappingURL=get-reference-cost-items.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-cost-items.mjs","names":[],"sources":["../../src/actions/get-reference-cost-items.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCostItemsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving a list of cost items. This is a reference endpoint that returns all cost items without pagination.\");\nconst SimlaComGetReferenceCostItems_CostItemSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Unique code identifier for the cost item\"),\n name: z.string().describe(\"Human-readable name of the cost item\"),\n type: z.string().describe(\"Type of cost: var (variable) or const (constant)\").nullable().optional(),\n group: z.string().describe(\"Cost group this item belongs to (e.g., product-cost, delivery, administrative, commission, assembling, attraction)\").nullable().optional(),\n active: z.boolean().describe(\"Whether the cost item is active\").nullable().optional(),\n ordering: z.number().int().describe(\"Display order number\").nullable().optional(),\n appliesToUsers: z.boolean().describe(\"Whether this cost item applies to users\").nullable().optional(),\n appliesToOrders: z.boolean().describe(\"Whether this cost item applies to orders\").nullable().optional(),\n}).passthrough().describe(\"Representation of a cost item in the system\");\nexport const SimlaComGetReferenceCostItemsOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).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 costItems: z.array(SimlaComGetReferenceCostItems_CostItemSchema).describe(\"List of cost item objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for a list of cost items\");\n\nexport const simlaComGetReferenceCostItems = action(\"SIMLA_COM_GET_REFERENCE_COST_ITEMS\", {\n slug: \"simla_com-get-reference-cost-items\",\n name: \"Get Reference Cost Items\",\n description: \"Tool to retrieve a list of all cost items configured in the system. Use when you need to discover available cost item codes for order or operation cost tracking.\",\n input: SimlaComGetReferenceCostItemsInput,\n output: SimlaComGetReferenceCostItemsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iIAAiI;AACvN,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAQvE,MAAa,gCAAgC,OAAO,sCAAsC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ+D,EAAE,OAAO;EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAOhB;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-reference-countries.ts
4
+ const SimlaComGetReferenceCountriesInput = zod.z.object({}).describe("Request model for retrieving the list of available country codes. This is a reference endpoint that returns all countries without parameters.");
5
+ const SimlaComGetReferenceCountriesOutput = zod.z.object({
6
+ success: zod.z.boolean().describe("Indicates if the request was successful"),
7
+ countriesIso: zod.z.array(zod.z.string()).describe("List of ISO country codes available in the system")
8
+ }).passthrough().describe("Response model for a list of available country codes");
9
+ const simlaComGetReferenceCountries = require_action.action("SIMLA_COM_GET_REFERENCE_COUNTRIES", {
10
+ slug: "simla_com-get-reference-countries",
11
+ name: "Get Reference Countries",
12
+ description: "Tool to retrieve a list of all available country ISO codes in the system. Use when you need to discover available countries for order or customer creation.",
13
+ input: SimlaComGetReferenceCountriesInput,
14
+ output: SimlaComGetReferenceCountriesOutput
15
+ });
16
+ //#endregion
17
+ exports.simlaComGetReferenceCountries = simlaComGetReferenceCountries;
18
+
19
+ //# sourceMappingURL=get-reference-countries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-countries.cjs","names":["z","action"],"sources":["../../src/actions/get-reference-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCountriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of available country codes. This is a reference endpoint that returns all countries without parameters.\");\nexport const SimlaComGetReferenceCountriesOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n countriesIso: z.array(z.string()).describe(\"List of ISO country codes available in the system\"),\n}).passthrough().describe(\"Response model for a list of available country codes\");\n\nexport const simlaComGetReferenceCountries = action(\"SIMLA_COM_GET_REFERENCE_COUNTRIES\", {\n slug: \"simla_com-get-reference-countries\",\n name: \"Get Reference Countries\",\n description: \"Tool to retrieve a list of all available country ISO codes in the system. Use when you need to discover available countries for order or customer creation.\",\n input: SimlaComGetReferenceCountriesInput,\n output: SimlaComGetReferenceCountriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+IAA+I;AACrO,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAAsD;AAEhF,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-countries.d.ts
4
+ declare const SimlaComGetReferenceCountriesInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCountriesOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCountries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCountries };
9
+ //# sourceMappingURL=get-reference-countries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-countries.d.cts","names":[],"sources":["../../src/actions/get-reference-countries.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAmL;AAAA,cACzN,mCAAA,EAAqC,CAAA,CAAE,UAG6B;AAAA,cAEpE,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-countries.d.ts
4
+ declare const SimlaComGetReferenceCountriesInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCountriesOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCountries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCountries };
9
+ //# sourceMappingURL=get-reference-countries.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-countries.d.mts","names":[],"sources":["../../src/actions/get-reference-countries.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAmL;AAAA,cACzN,mCAAA,EAAqC,CAAA,CAAE,UAG6B;AAAA,cAEpE,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simlaComGetReferenceCountries = action("SIMLA_COM_GET_REFERENCE_COUNTRIES", {
4
+ slug: "simla_com-get-reference-countries",
5
+ name: "Get Reference Countries",
6
+ description: "Tool to retrieve a list of all available country ISO codes in the system. Use when you need to discover available countries for order or customer creation.",
7
+ input: z.object({}).describe("Request model for retrieving the list of available country codes. This is a reference endpoint that returns all countries without parameters."),
8
+ output: z.object({
9
+ success: z.boolean().describe("Indicates if the request was successful"),
10
+ countriesIso: z.array(z.string()).describe("List of ISO country codes available in the system")
11
+ }).passthrough().describe("Response model for a list of available country codes")
12
+ });
13
+ //#endregion
14
+ export { simlaComGetReferenceCountries };
15
+
16
+ //# sourceMappingURL=get-reference-countries.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-countries.mjs","names":[],"sources":["../../src/actions/get-reference-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCountriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of available country codes. This is a reference endpoint that returns all countries without parameters.\");\nexport const SimlaComGetReferenceCountriesOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n countriesIso: z.array(z.string()).describe(\"List of ISO country codes available in the system\"),\n}).passthrough().describe(\"Response model for a list of available country codes\");\n\nexport const simlaComGetReferenceCountries = action(\"SIMLA_COM_GET_REFERENCE_COUNTRIES\", {\n slug: \"simla_com-get-reference-countries\",\n name: \"Get Reference Countries\",\n description: \"Tool to retrieve a list of all available country ISO codes in the system. Use when you need to discover available countries for order or customer creation.\",\n input: SimlaComGetReferenceCountriesInput,\n output: SimlaComGetReferenceCountriesOutput,\n});\n"],"mappings":";;AAUA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV8D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+IAU7E;CACP,QAV+D,EAAE,OAAO;EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD;CAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAOhB;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-reference-couriers.ts
4
+ const SimlaComGetReferenceCouriersInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination").optional(),
6
+ limit: zod.z.number().int().describe("Number of couriers per page (items to return)").optional()
7
+ }).describe("Request parameters for retrieving list of couriers with optional pagination");
8
+ const SimlaComGetReferenceCouriers_CourierSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique ID for the courier").nullable().optional(),
10
+ email: zod.z.string().describe("Email address of the courier").nullable().optional(),
11
+ phone: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Phone information").nullable().optional(),
12
+ active: zod.z.boolean().describe("Whether the courier is active or not").nullable().optional(),
13
+ lastName: zod.z.string().describe("Last name of the courier").nullable().optional(),
14
+ firstName: zod.z.string().describe("First name of the courier").nullable().optional(),
15
+ patronymic: zod.z.string().describe("Patronymic name of the courier").nullable().optional(),
16
+ description: zod.z.string().describe("Description of the courier").nullable().optional()
17
+ }).passthrough().describe("Courier object representation");
18
+ const SimlaComGetReferenceCouriersOutput = 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
+ couriers: zod.z.array(SimlaComGetReferenceCouriers_CourierSchema).describe("List of courier objects").nullable().optional(),
22
+ errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional()
23
+ }).passthrough().describe("Response model for the list of couriers");
24
+ const simlaComGetReferenceCouriers = require_action.action("SIMLA_COM_GET_REFERENCE_COURIERS", {
25
+ slug: "simla_com-get-reference-couriers",
26
+ name: "Get Reference Couriers",
27
+ description: "Tool to retrieve the list of available couriers. Use when you need to fetch courier information or get courier codes for deliveries.",
28
+ input: SimlaComGetReferenceCouriersInput,
29
+ output: SimlaComGetReferenceCouriersOutput
30
+ });
31
+ //#endregion
32
+ exports.simlaComGetReferenceCouriers = simlaComGetReferenceCouriers;
33
+
34
+ //# sourceMappingURL=get-reference-couriers.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-couriers.cjs","names":["z","action"],"sources":["../../src/actions/get-reference-couriers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCouriersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination\").optional(),\n limit: z.number().int().describe(\"Number of couriers per page (items to return)\").optional(),\n}).describe(\"Request parameters for retrieving list of couriers with optional pagination\");\nconst SimlaComGetReferenceCouriers_CourierSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID for the courier\").nullable().optional(),\n email: z.string().describe(\"Email address of the courier\").nullable().optional(),\n phone: z.record(z.string(), z.unknown()).describe(\"Phone information\").nullable().optional(),\n active: z.boolean().describe(\"Whether the courier is active or not\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the courier\").nullable().optional(),\n firstName: z.string().describe(\"First name of the courier\").nullable().optional(),\n patronymic: z.string().describe(\"Patronymic name of the courier\").nullable().optional(),\n description: z.string().describe(\"Description of the courier\").nullable().optional(),\n}).passthrough().describe(\"Courier object representation\");\nexport const SimlaComGetReferenceCouriersOutput: 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 couriers: z.array(SimlaComGetReferenceCouriers_CourierSchema).describe(\"List of courier objects\").nullable().optional(),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).passthrough().describe(\"Response model for the list of couriers\");\n\nexport const simlaComGetReferenceCouriers = action(\"SIMLA_COM_GET_REFERENCE_COURIERS\", {\n slug: \"simla_com-get-reference-couriers\",\n name: \"Get Reference Couriers\",\n description: \"Tool to retrieve the list of available couriers. Use when you need to fetch courier information or get courier codes for deliveries.\",\n input: SimlaComGetReferenceCouriersInput,\n output: SimlaComGetReferenceCouriersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B;AACzD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,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,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AAEnE,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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-reference-couriers.d.ts
4
+ declare const SimlaComGetReferenceCouriersInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCouriersOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCouriers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCouriers };
9
+ //# sourceMappingURL=get-reference-couriers.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-couriers.d.cts","names":[],"sources":["../../src/actions/get-reference-couriers.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGwC;AAAA,cAW7E,kCAAA,EAAoC,CAAA,CAAE,UAKiB;AAAA,cAEvD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-couriers.d.ts
4
+ declare const SimlaComGetReferenceCouriersInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCouriersOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCouriers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCouriers };
9
+ //# sourceMappingURL=get-reference-couriers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-couriers.d.mts","names":[],"sources":["../../src/actions/get-reference-couriers.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGwC;AAAA,cAW7E,kCAAA,EAAoC,CAAA,CAAE,UAKiB;AAAA,cAEvD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-reference-couriers.ts
4
+ const SimlaComGetReferenceCouriersInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination").optional(),
6
+ limit: z.number().int().describe("Number of couriers per page (items to return)").optional()
7
+ }).describe("Request parameters for retrieving list of couriers with optional pagination");
8
+ const SimlaComGetReferenceCouriers_CourierSchema = z.object({
9
+ id: z.number().int().describe("Unique ID for the courier").nullable().optional(),
10
+ email: z.string().describe("Email address of the courier").nullable().optional(),
11
+ phone: z.record(z.string(), z.unknown()).describe("Phone information").nullable().optional(),
12
+ active: z.boolean().describe("Whether the courier is active or not").nullable().optional(),
13
+ lastName: z.string().describe("Last name of the courier").nullable().optional(),
14
+ firstName: z.string().describe("First name of the courier").nullable().optional(),
15
+ patronymic: z.string().describe("Patronymic name of the courier").nullable().optional(),
16
+ description: z.string().describe("Description of the courier").nullable().optional()
17
+ }).passthrough().describe("Courier object representation");
18
+ const simlaComGetReferenceCouriers = action("SIMLA_COM_GET_REFERENCE_COURIERS", {
19
+ slug: "simla_com-get-reference-couriers",
20
+ name: "Get Reference Couriers",
21
+ description: "Tool to retrieve the list of available couriers. Use when you need to fetch courier information or get courier codes for deliveries.",
22
+ input: SimlaComGetReferenceCouriersInput,
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
+ couriers: z.array(SimlaComGetReferenceCouriers_CourierSchema).describe("List of courier objects").nullable().optional(),
27
+ errorMsg: z.string().describe("Error message if the request failed").nullable().optional()
28
+ }).passthrough().describe("Response model for the list of couriers")
29
+ });
30
+ //#endregion
31
+ export { simlaComGetReferenceCouriers };
32
+
33
+ //# sourceMappingURL=get-reference-couriers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-couriers.mjs","names":[],"sources":["../../src/actions/get-reference-couriers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCouriersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination\").optional(),\n limit: z.number().int().describe(\"Number of couriers per page (items to return)\").optional(),\n}).describe(\"Request parameters for retrieving list of couriers with optional pagination\");\nconst SimlaComGetReferenceCouriers_CourierSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID for the courier\").nullable().optional(),\n email: z.string().describe(\"Email address of the courier\").nullable().optional(),\n phone: z.record(z.string(), z.unknown()).describe(\"Phone information\").nullable().optional(),\n active: z.boolean().describe(\"Whether the courier is active or not\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the courier\").nullable().optional(),\n firstName: z.string().describe(\"First name of the courier\").nullable().optional(),\n patronymic: z.string().describe(\"Patronymic name of the courier\").nullable().optional(),\n description: z.string().describe(\"Description of the courier\").nullable().optional(),\n}).passthrough().describe(\"Courier object representation\");\nexport const SimlaComGetReferenceCouriersOutput: 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 couriers: z.array(SimlaComGetReferenceCouriers_CourierSchema).describe(\"List of courier objects\").nullable().optional(),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).passthrough().describe(\"Response model for the list of couriers\");\n\nexport const simlaComGetReferenceCouriers = action(\"SIMLA_COM_GET_REFERENCE_COURIERS\", {\n slug: \"simla_com-get-reference-couriers\",\n name: \"Get Reference Couriers\",\n description: \"Tool to retrieve the list of available couriers. Use when you need to fetch courier information or get courier codes for deliveries.\",\n input: SimlaComGetReferenceCouriersInput,\n output: SimlaComGetReferenceCouriersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B;AAQzD,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ8D,EAAE,OAAO;EACvE,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,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAOhB;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-reference-currencies.ts
4
+ const SimlaComGetReferenceCurrenciesInput = zod.z.object({}).describe("Request model for retrieving the list of currencies. This is a reference endpoint that returns all currencies without parameters.");
5
+ const SimlaComGetReferenceCurrencies_CurrencySchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the currency"),
7
+ code: zod.z.string().describe("Currency code (e.g., USD, EUR, RUB)"),
8
+ isBase: zod.z.boolean().describe("Indicates if this is the base currency for the system"),
9
+ isAutoConvert: zod.z.boolean().describe("Indicates if automatic currency conversion is enabled")
10
+ }).passthrough().describe("Representation of a currency in the system");
11
+ const SimlaComGetReferenceCurrenciesOutput = zod.z.object({
12
+ errors: zod.z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
13
+ success: zod.z.boolean().describe("Indicates if the request was successful"),
14
+ errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional(),
15
+ currencies: zod.z.array(SimlaComGetReferenceCurrencies_CurrencySchema).describe("List of currencies available in the system").nullable().optional()
16
+ }).passthrough().describe("Response model for the list of currencies");
17
+ const simlaComGetReferenceCurrencies = require_action.action("SIMLA_COM_GET_REFERENCE_CURRENCIES", {
18
+ slug: "simla_com-get-reference-currencies",
19
+ name: "Get Reference Currencies",
20
+ description: "Tool to retrieve the list of all configured currencies in the system. Use when you need to discover available currencies for order creation or financial operations.",
21
+ input: SimlaComGetReferenceCurrenciesInput,
22
+ output: SimlaComGetReferenceCurrenciesOutput
23
+ });
24
+ //#endregion
25
+ exports.simlaComGetReferenceCurrencies = simlaComGetReferenceCurrencies;
26
+
27
+ //# sourceMappingURL=get-reference-currencies.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-currencies.cjs","names":["z","action"],"sources":["../../src/actions/get-reference-currencies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComGetReferenceCurrenciesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving the list of currencies. This is a reference endpoint that returns all currencies without parameters.\");\nconst SimlaComGetReferenceCurrencies_CurrencySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the currency\"),\n code: z.string().describe(\"Currency code (e.g., USD, EUR, RUB)\"),\n isBase: z.boolean().describe(\"Indicates if this is the base currency for the system\"),\n isAutoConvert: z.boolean().describe(\"Indicates if automatic currency conversion is enabled\"),\n}).passthrough().describe(\"Representation of a currency in the system\");\nexport const SimlaComGetReferenceCurrenciesOutput: z.ZodTypeAny = z.object({\n errors: z.object({}).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 currencies: z.array(SimlaComGetReferenceCurrencies_CurrencySchema).describe(\"List of currencies available in the system\").nullable().optional(),\n}).passthrough().describe(\"Response model for the list of currencies\");\n\nexport const simlaComGetReferenceCurrencies = action(\"SIMLA_COM_GET_REFERENCE_CURRENCIES\", {\n slug: \"simla_com-get-reference-currencies\",\n name: \"Get Reference Currencies\",\n description: \"Tool to retrieve the list of all configured currencies in the system. Use when you need to discover available currencies for order creation or financial operations.\",\n input: SimlaComGetReferenceCurrenciesInput,\n output: SimlaComGetReferenceCurrenciesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mIAAmI;AAC1N,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;CACpF,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;AAC7F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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-reference-currencies.d.ts
4
+ declare const SimlaComGetReferenceCurrenciesInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCurrenciesOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCurrencies };
9
+ //# sourceMappingURL=get-reference-currencies.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-currencies.d.cts","names":[],"sources":["../../src/actions/get-reference-currencies.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAuK;AAAA,cAO9M,oCAAA,EAAsC,CAAA,CAAE,UAKiB;AAAA,cAEzD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-currencies.d.ts
4
+ declare const SimlaComGetReferenceCurrenciesInput: z.ZodTypeAny;
5
+ declare const SimlaComGetReferenceCurrenciesOutput: z.ZodTypeAny;
6
+ declare const simlaComGetReferenceCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComGetReferenceCurrencies };
9
+ //# sourceMappingURL=get-reference-currencies.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-currencies.d.mts","names":[],"sources":["../../src/actions/get-reference-currencies.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAuK;AAAA,cAO9M,oCAAA,EAAsC,CAAA,CAAE,UAKiB;AAAA,cAEzD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-reference-currencies.ts
4
+ const SimlaComGetReferenceCurrenciesInput = z.object({}).describe("Request model for retrieving the list of currencies. This is a reference endpoint that returns all currencies without parameters.");
5
+ const SimlaComGetReferenceCurrencies_CurrencySchema = z.object({
6
+ id: z.number().int().describe("Unique identifier of the currency"),
7
+ code: z.string().describe("Currency code (e.g., USD, EUR, RUB)"),
8
+ isBase: z.boolean().describe("Indicates if this is the base currency for the system"),
9
+ isAutoConvert: z.boolean().describe("Indicates if automatic currency conversion is enabled")
10
+ }).passthrough().describe("Representation of a currency in the system");
11
+ const simlaComGetReferenceCurrencies = action("SIMLA_COM_GET_REFERENCE_CURRENCIES", {
12
+ slug: "simla_com-get-reference-currencies",
13
+ name: "Get Reference Currencies",
14
+ description: "Tool to retrieve the list of all configured currencies in the system. Use when you need to discover available currencies for order creation or financial operations.",
15
+ input: SimlaComGetReferenceCurrenciesInput,
16
+ output: z.object({
17
+ errors: z.object({}).describe("Detailed errors if the request failed").nullable().optional(),
18
+ success: z.boolean().describe("Indicates if the request was successful"),
19
+ errorMsg: z.string().describe("Error message if the request failed").nullable().optional(),
20
+ currencies: z.array(SimlaComGetReferenceCurrencies_CurrencySchema).describe("List of currencies available in the system").nullable().optional()
21
+ }).passthrough().describe("Response model for the list of currencies")
22
+ });
23
+ //#endregion
24
+ export { simlaComGetReferenceCurrencies };
25
+
26
+ //# sourceMappingURL=get-reference-currencies.mjs.map