@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,58 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-custom-field.ts
4
+ const SimlaComCreateCustomFieldInput = zod.z.object({
5
+ code: zod.z.string().describe("Symbolic code for the field (lowercase letters, numbers, underscores, must start with letter). Automatically generated if omitted.").optional(),
6
+ name: zod.z.string().describe("Display name of the custom field."),
7
+ type: zod.z.enum([
8
+ "string",
9
+ "text",
10
+ "integer",
11
+ "numeric",
12
+ "boolean",
13
+ "dictionary",
14
+ "date",
15
+ "datetime",
16
+ "email",
17
+ "multiselect_dictionary"
18
+ ]).describe("Data type of the custom field."),
19
+ entity: zod.z.enum([
20
+ "order",
21
+ "customer",
22
+ "loyalty_account"
23
+ ]).describe("The entity to which the custom field will be added."),
24
+ inList: zod.z.boolean().default(true).describe("Whether the field is shown in list views.").optional(),
25
+ inFilter: zod.z.boolean().default(true).describe("Whether the field is available in filtering UI.").optional(),
26
+ ordering: zod.z.number().int().describe("Display order of the field (defaults to 50).").optional(),
27
+ required: zod.z.boolean().default(false).describe("Whether this field is mandatory.").optional(),
28
+ viewMode: zod.z.enum([
29
+ "editable",
30
+ "not_editable",
31
+ "miss"
32
+ ]).describe("Form visibility mode (defaults to editable).").optional(),
33
+ dictionary: zod.z.string().describe("Related directory code (required if type is dictionary or multiselect_dictionary).").optional(),
34
+ displayArea: zod.z.string().describe("UI area where the field is displayed. Depends on entity type.").optional(),
35
+ inGroupActions: zod.z.boolean().default(false).describe("Whether the field can be used in bulk actions.").optional(),
36
+ viewModeMobile: zod.z.enum([
37
+ "editable",
38
+ "not_editable",
39
+ "miss"
40
+ ]).describe("Mobile app visibility mode (defaults to editable).").optional()
41
+ }).describe("Request parameters for creating a custom field in Simla.");
42
+ const SimlaComCreateCustomFieldOutput = zod.z.object({
43
+ code: zod.z.string().describe("Symbolic code of the created custom field (present on success).").nullable().optional(),
44
+ errors: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Detailed errors if the request failed.").nullable().optional(),
45
+ success: zod.z.boolean().describe("Indicates whether the request was successful."),
46
+ errorMsg: zod.z.string().describe("Error message if the request failed.").nullable().optional()
47
+ }).describe("Response schema after creating a custom field in Simla.");
48
+ const simlaComCreateCustomField = require_action.action("SIMLA_COM_CREATE_CUSTOM_FIELD", {
49
+ slug: "simla_com-create-custom-field",
50
+ name: "Create Custom Field",
51
+ description: "Tool to create a custom field for a specified entity in Simla. Use when you need to extend orders, customers, corporate customers, or companies with custom metadata fields.",
52
+ input: SimlaComCreateCustomFieldInput,
53
+ output: SimlaComCreateCustomFieldOutput
54
+ });
55
+ //#endregion
56
+ exports.simlaComCreateCustomField = simlaComCreateCustomField;
57
+
58
+ //# sourceMappingURL=create-custom-field.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/create-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomFieldInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code for the field (lowercase letters, numbers, underscores, must start with letter). Automatically generated if omitted.\").optional(),\n name: z.string().describe(\"Display name of the custom field.\"),\n type: z.enum([\"string\", \"text\", \"integer\", \"numeric\", \"boolean\", \"dictionary\", \"date\", \"datetime\", \"email\", \"multiselect_dictionary\"]).describe(\"Data type of the custom field.\"),\n entity: z.enum([\"order\", \"customer\", \"loyalty_account\"]).describe(\"The entity to which the custom field will be added.\"),\n inList: z.boolean().default(true).describe(\"Whether the field is shown in list views.\").optional(),\n inFilter: z.boolean().default(true).describe(\"Whether the field is available in filtering UI.\").optional(),\n ordering: z.number().int().describe(\"Display order of the field (defaults to 50).\").optional(),\n required: z.boolean().default(false).describe(\"Whether this field is mandatory.\").optional(),\n viewMode: z.enum([\"editable\", \"not_editable\", \"miss\"]).describe(\"Form visibility mode (defaults to editable).\").optional(),\n dictionary: z.string().describe(\"Related directory code (required if type is dictionary or multiselect_dictionary).\").optional(),\n displayArea: z.string().describe(\"UI area where the field is displayed. Depends on entity type.\").optional(),\n inGroupActions: z.boolean().default(false).describe(\"Whether the field can be used in bulk actions.\").optional(),\n viewModeMobile: z.enum([\"editable\", \"not_editable\", \"miss\"]).describe(\"Mobile app visibility mode (defaults to editable).\").optional(),\n}).describe(\"Request parameters for creating a custom field in Simla.\");\nexport const SimlaComCreateCustomFieldOutput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code of the created custom field (present on success).\").nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the request was successful.\"),\n errorMsg: z.string().describe(\"Error message if the request failed.\").nullable().optional(),\n}).describe(\"Response schema after creating a custom field in Simla.\");\n\nexport const simlaComCreateCustomField = action(\"SIMLA_COM_CREATE_CUSTOM_FIELD\", {\n slug: \"simla_com-create-custom-field\",\n name: \"Create Custom Field\",\n description: \"Tool to create a custom field for a specified entity in Simla. Use when you need to extend orders, customers, corporate customers, or companies with custom metadata fields.\",\n input: SimlaComCreateCustomFieldInput,\n output: SimlaComCreateCustomFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;CACzK,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAQ;EAAW;EAAW;EAAW;EAAc;EAAQ;EAAY;EAAS;CAAwB,CAAC,CAAC,CAAC,SAAS,gCAAgC;CAChL,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAY;CAAiB,CAAC,CAAC,CAAC,SAAS,qDAAqD;CACvH,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAgB;CAAM,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAC/H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC3G,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC/G,gBAAgBA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAgB;CAAM,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC7E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-custom-field.d.ts
4
+ declare const SimlaComCreateCustomFieldInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomFieldOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomField };
9
+ //# sourceMappingURL=create-custom-field.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-field.d.cts","names":[],"sources":["../../src/actions/create-custom-field.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAcwB;AAAA,cAC1D,+BAAA,EAAiC,CAAA,CAAE,UAKsB;AAAA,cAEzD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-custom-field.d.ts
4
+ declare const SimlaComCreateCustomFieldInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomFieldOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomField };
9
+ //# sourceMappingURL=create-custom-field.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-field.d.mts","names":[],"sources":["../../src/actions/create-custom-field.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAcwB;AAAA,cAC1D,+BAAA,EAAiC,CAAA,CAAE,UAKsB;AAAA,cAEzD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,55 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simlaComCreateCustomField = action("SIMLA_COM_CREATE_CUSTOM_FIELD", {
4
+ slug: "simla_com-create-custom-field",
5
+ name: "Create Custom Field",
6
+ description: "Tool to create a custom field for a specified entity in Simla. Use when you need to extend orders, customers, corporate customers, or companies with custom metadata fields.",
7
+ input: z.object({
8
+ code: z.string().describe("Symbolic code for the field (lowercase letters, numbers, underscores, must start with letter). Automatically generated if omitted.").optional(),
9
+ name: z.string().describe("Display name of the custom field."),
10
+ type: z.enum([
11
+ "string",
12
+ "text",
13
+ "integer",
14
+ "numeric",
15
+ "boolean",
16
+ "dictionary",
17
+ "date",
18
+ "datetime",
19
+ "email",
20
+ "multiselect_dictionary"
21
+ ]).describe("Data type of the custom field."),
22
+ entity: z.enum([
23
+ "order",
24
+ "customer",
25
+ "loyalty_account"
26
+ ]).describe("The entity to which the custom field will be added."),
27
+ inList: z.boolean().default(true).describe("Whether the field is shown in list views.").optional(),
28
+ inFilter: z.boolean().default(true).describe("Whether the field is available in filtering UI.").optional(),
29
+ ordering: z.number().int().describe("Display order of the field (defaults to 50).").optional(),
30
+ required: z.boolean().default(false).describe("Whether this field is mandatory.").optional(),
31
+ viewMode: z.enum([
32
+ "editable",
33
+ "not_editable",
34
+ "miss"
35
+ ]).describe("Form visibility mode (defaults to editable).").optional(),
36
+ dictionary: z.string().describe("Related directory code (required if type is dictionary or multiselect_dictionary).").optional(),
37
+ displayArea: z.string().describe("UI area where the field is displayed. Depends on entity type.").optional(),
38
+ inGroupActions: z.boolean().default(false).describe("Whether the field can be used in bulk actions.").optional(),
39
+ viewModeMobile: z.enum([
40
+ "editable",
41
+ "not_editable",
42
+ "miss"
43
+ ]).describe("Mobile app visibility mode (defaults to editable).").optional()
44
+ }).describe("Request parameters for creating a custom field in Simla."),
45
+ output: z.object({
46
+ code: z.string().describe("Symbolic code of the created custom field (present on success).").nullable().optional(),
47
+ errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed.").nullable().optional(),
48
+ success: z.boolean().describe("Indicates whether the request was successful."),
49
+ errorMsg: z.string().describe("Error message if the request failed.").nullable().optional()
50
+ }).describe("Response schema after creating a custom field in Simla.")
51
+ });
52
+ //#endregion
53
+ export { simlaComCreateCustomField };
54
+
55
+ //# sourceMappingURL=create-custom-field.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-field.mjs","names":[],"sources":["../../src/actions/create-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomFieldInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code for the field (lowercase letters, numbers, underscores, must start with letter). Automatically generated if omitted.\").optional(),\n name: z.string().describe(\"Display name of the custom field.\"),\n type: z.enum([\"string\", \"text\", \"integer\", \"numeric\", \"boolean\", \"dictionary\", \"date\", \"datetime\", \"email\", \"multiselect_dictionary\"]).describe(\"Data type of the custom field.\"),\n entity: z.enum([\"order\", \"customer\", \"loyalty_account\"]).describe(\"The entity to which the custom field will be added.\"),\n inList: z.boolean().default(true).describe(\"Whether the field is shown in list views.\").optional(),\n inFilter: z.boolean().default(true).describe(\"Whether the field is available in filtering UI.\").optional(),\n ordering: z.number().int().describe(\"Display order of the field (defaults to 50).\").optional(),\n required: z.boolean().default(false).describe(\"Whether this field is mandatory.\").optional(),\n viewMode: z.enum([\"editable\", \"not_editable\", \"miss\"]).describe(\"Form visibility mode (defaults to editable).\").optional(),\n dictionary: z.string().describe(\"Related directory code (required if type is dictionary or multiselect_dictionary).\").optional(),\n displayArea: z.string().describe(\"UI area where the field is displayed. Depends on entity type.\").optional(),\n inGroupActions: z.boolean().default(false).describe(\"Whether the field can be used in bulk actions.\").optional(),\n viewModeMobile: z.enum([\"editable\", \"not_editable\", \"miss\"]).describe(\"Mobile app visibility mode (defaults to editable).\").optional(),\n}).describe(\"Request parameters for creating a custom field in Simla.\");\nexport const SimlaComCreateCustomFieldOutput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code of the created custom field (present on success).\").nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the request was successful.\"),\n errorMsg: z.string().describe(\"Error message if the request failed.\").nullable().optional(),\n}).describe(\"Response schema after creating a custom field in Simla.\");\n\nexport const simlaComCreateCustomField = action(\"SIMLA_COM_CREATE_CUSTOM_FIELD\", {\n slug: \"simla_com-create-custom-field\",\n name: \"Create Custom Field\",\n description: \"Tool to create a custom field for a specified entity in Simla. Use when you need to extend orders, customers, corporate customers, or companies with custom metadata fields.\",\n input: SimlaComCreateCustomFieldInput,\n output: SimlaComCreateCustomFieldOutput,\n});\n"],"mappings":";;AA0BA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1B0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;EACzK,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC7D,MAAM,EAAE,KAAK;GAAC;GAAU;GAAQ;GAAW;GAAW;GAAW;GAAc;GAAQ;GAAY;GAAS;EAAwB,CAAC,CAAC,CAAC,SAAS,gCAAgC;EAChL,QAAQ,EAAE,KAAK;GAAC;GAAS;GAAY;EAAiB,CAAC,CAAC,CAAC,SAAS,qDAAqD;EACvH,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACjG,UAAU,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC3F,UAAU,EAAE,KAAK;GAAC;GAAY;GAAgB;EAAM,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;EAC/H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EAC3G,gBAAgB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EAC/G,gBAAgB,EAAE,KAAK;GAAC;GAAY;GAAgB;EAAM,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACvI,CAAC,CAAC,CAAC,SAAS,0DAYH;CACP,QAZ2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-custom-fields-dictionaries.ts
4
+ const SimlaComCreateCustomFieldsDictionariesInput = zod.z.object({
5
+ code: zod.z.string().describe("Symbolic code for the dictionary (only at creation), must match pattern ^[a-z][\\w_-]+$").optional(),
6
+ name: zod.z.string().describe("Name of the custom dictionary"),
7
+ elements: zod.z.array(zod.z.object({
8
+ code: zod.z.string().describe("Symbolic code for the element (only at creation)").optional(),
9
+ name: zod.z.string().describe("Name of the dictionary element"),
10
+ ordering: zod.z.number().int().describe("Sort order of the element (defaults to 50 if not specified)").optional()
11
+ }).describe("Element within a custom dictionary")).describe("List of dictionary elements (at least one element is required)")
12
+ }).describe("Request parameters for creating a custom fields dictionary in Simla.");
13
+ const SimlaComCreateCustomFieldsDictionariesOutput = zod.z.object({
14
+ code: zod.z.string().describe("Symbolic code of the created custom dictionary (present on success)").nullable().optional(),
15
+ errors: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
16
+ success: zod.z.boolean().describe("Indicates whether the request was successful"),
17
+ errorMsg: zod.z.string().describe("Error message if the request failed").nullable().optional()
18
+ }).describe("Response schema after creating a custom fields dictionary in Simla.");
19
+ const simlaComCreateCustomFieldsDictionaries = require_action.action("SIMLA_COM_CREATE_CUSTOM_FIELDS_DICTIONARIES", {
20
+ slug: "simla_com-create-custom-fields-dictionaries",
21
+ name: "Create Custom Fields Dictionary",
22
+ description: "Tool to create a custom fields dictionary with elements. Use when you need to create a new directory for dictionary-type or multiselect_dictionary-type custom fields.",
23
+ input: SimlaComCreateCustomFieldsDictionariesInput,
24
+ output: SimlaComCreateCustomFieldsDictionariesOutput
25
+ });
26
+ //#endregion
27
+ exports.simlaComCreateCustomFieldsDictionaries = simlaComCreateCustomFieldsDictionaries;
28
+
29
+ //# sourceMappingURL=create-custom-fields-dictionaries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-fields-dictionaries.cjs","names":["z","action"],"sources":["../../src/actions/create-custom-fields-dictionaries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomFieldsDictionariesInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code for the dictionary (only at creation), must match pattern ^[a-z][\\\\w_-]+$\").optional(),\n name: z.string().describe(\"Name of the custom dictionary\"),\n elements: z.array(z.object({\n code: z.string().describe(\"Symbolic code for the element (only at creation)\").optional(),\n name: z.string().describe(\"Name of the dictionary element\"),\n ordering: z.number().int().describe(\"Sort order of the element (defaults to 50 if not specified)\").optional(),\n}).describe(\"Element within a custom dictionary\")).describe(\"List of dictionary elements (at least one element is required)\"),\n}).describe(\"Request parameters for creating a custom fields dictionary in Simla.\");\nexport const SimlaComCreateCustomFieldsDictionariesOutput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code of the created custom dictionary (present on success)\").nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).describe(\"Response schema after creating a custom fields dictionary in Simla.\");\n\nexport const simlaComCreateCustomFieldsDictionaries = action(\"SIMLA_COM_CREATE_CUSTOM_FIELDS_DICTIONARIES\", {\n slug: \"simla_com-create-custom-fields-dictionaries\",\n name: \"Create Custom Fields Dictionary\",\n description: \"Tool to create a custom fields dictionary with elements. Use when you need to create a new directory for dictionary-type or multiselect_dictionary-type custom fields.\",\n input: SimlaComCreateCustomFieldsDictionariesInput,\n output: SimlaComCreateCustomFieldsDictionariesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CAC9H,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC1D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CAC9G,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5H,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,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,8CAA8C;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEjF,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,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/create-custom-fields-dictionaries.d.ts
4
+ declare const SimlaComCreateCustomFieldsDictionariesInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomFieldsDictionariesOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomFieldsDictionaries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomFieldsDictionaries };
9
+ //# sourceMappingURL=create-custom-fields-dictionaries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-fields-dictionaries.d.cts","names":[],"sources":["../../src/actions/create-custom-fields-dictionaries.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAQuB;AAAA,cACtE,4CAAA,EAA8C,CAAA,CAAE,UAKqB;AAAA,cAErE,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-custom-fields-dictionaries.d.ts
4
+ declare const SimlaComCreateCustomFieldsDictionariesInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomFieldsDictionariesOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomFieldsDictionaries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomFieldsDictionaries };
9
+ //# sourceMappingURL=create-custom-fields-dictionaries.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-fields-dictionaries.d.mts","names":[],"sources":["../../src/actions/create-custom-fields-dictionaries.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAQuB;AAAA,cACtE,4CAAA,EAA8C,CAAA,CAAE,UAKqB;AAAA,cAErE,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simlaComCreateCustomFieldsDictionaries = action("SIMLA_COM_CREATE_CUSTOM_FIELDS_DICTIONARIES", {
4
+ slug: "simla_com-create-custom-fields-dictionaries",
5
+ name: "Create Custom Fields Dictionary",
6
+ description: "Tool to create a custom fields dictionary with elements. Use when you need to create a new directory for dictionary-type or multiselect_dictionary-type custom fields.",
7
+ input: z.object({
8
+ code: z.string().describe("Symbolic code for the dictionary (only at creation), must match pattern ^[a-z][\\w_-]+$").optional(),
9
+ name: z.string().describe("Name of the custom dictionary"),
10
+ elements: z.array(z.object({
11
+ code: z.string().describe("Symbolic code for the element (only at creation)").optional(),
12
+ name: z.string().describe("Name of the dictionary element"),
13
+ ordering: z.number().int().describe("Sort order of the element (defaults to 50 if not specified)").optional()
14
+ }).describe("Element within a custom dictionary")).describe("List of dictionary elements (at least one element is required)")
15
+ }).describe("Request parameters for creating a custom fields dictionary in Simla."),
16
+ output: z.object({
17
+ code: z.string().describe("Symbolic code of the created custom dictionary (present on success)").nullable().optional(),
18
+ errors: z.record(z.string(), z.unknown()).describe("Detailed errors if the request failed").nullable().optional(),
19
+ success: z.boolean().describe("Indicates whether the request was successful"),
20
+ errorMsg: z.string().describe("Error message if the request failed").nullable().optional()
21
+ }).describe("Response schema after creating a custom fields dictionary in Simla.")
22
+ });
23
+ //#endregion
24
+ export { simlaComCreateCustomFieldsDictionaries };
25
+
26
+ //# sourceMappingURL=create-custom-fields-dictionaries.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-custom-fields-dictionaries.mjs","names":[],"sources":["../../src/actions/create-custom-fields-dictionaries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomFieldsDictionariesInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code for the dictionary (only at creation), must match pattern ^[a-z][\\\\w_-]+$\").optional(),\n name: z.string().describe(\"Name of the custom dictionary\"),\n elements: z.array(z.object({\n code: z.string().describe(\"Symbolic code for the element (only at creation)\").optional(),\n name: z.string().describe(\"Name of the dictionary element\"),\n ordering: z.number().int().describe(\"Sort order of the element (defaults to 50 if not specified)\").optional(),\n}).describe(\"Element within a custom dictionary\")).describe(\"List of dictionary elements (at least one element is required)\"),\n}).describe(\"Request parameters for creating a custom fields dictionary in Simla.\");\nexport const SimlaComCreateCustomFieldsDictionariesOutput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Symbolic code of the created custom dictionary (present on success)\").nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Detailed errors if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the request was successful\"),\n errorMsg: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n}).describe(\"Response schema after creating a custom fields dictionary in Simla.\");\n\nexport const simlaComCreateCustomFieldsDictionaries = action(\"SIMLA_COM_CREATE_CUSTOM_FIELDS_DICTIONARIES\", {\n slug: \"simla_com-create-custom-fields-dictionaries\",\n name: \"Create Custom Fields Dictionary\",\n description: \"Tool to create a custom fields dictionary with elements. Use when you need to create a new directory for dictionary-type or multiselect_dictionary-type custom fields.\",\n input: SimlaComCreateCustomFieldsDictionariesInput,\n output: SimlaComCreateCustomFieldsDictionariesOutput,\n});\n"],"mappings":";;AAoBA,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBuE,EAAE,OAAO;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;EAC9H,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,UAAU,EAAE,MAAM,EAAE,OAAO;GAC3B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;GACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;GAC1D,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EAC9G,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,CAAC,SAAS,gEAAgE;CAC5H,CAAC,CAAC,CAAC,SAAS,sEAYH;CACP,QAZwE,EAAE,OAAO;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,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,8CAA8C;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,SAAS,qEAOF;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-customer-corporate.ts
4
+ const SimlaComCreateCustomerCorporateInput = zod.z.object({ customerCorporate: zod.z.object({
5
+ bad: zod.z.boolean().describe("Indicates if customer is marked as problematic").optional(),
6
+ vip: zod.z.boolean().describe("Indicates if customer is marked as VIP").optional(),
7
+ site: zod.z.string().describe("Store code from which the customer originated").optional(),
8
+ tags: zod.z.array(zod.z.string()).describe("List of tags associated with the corporate customer").optional(),
9
+ nickName: zod.z.string().describe("Nickname or display name of the corporate customer (company name)").optional(),
10
+ addresses: zod.z.array(zod.z.object({
11
+ city: zod.z.string().describe("City").optional(),
12
+ flat: zod.z.string().describe("Apartment or suite number").optional(),
13
+ block: zod.z.string().describe("Block or section").optional(),
14
+ floor: zod.z.string().describe("Floor number").optional(),
15
+ house: zod.z.string().describe("House number").optional(),
16
+ index: zod.z.string().describe("Postal code").optional(),
17
+ metro: zod.z.string().describe("Nearest metro station").optional(),
18
+ notes: zod.z.string().describe("Additional notes").optional(),
19
+ region: zod.z.string().describe("Region or state").optional(),
20
+ street: zod.z.string().describe("Street name").optional(),
21
+ housing: zod.z.string().describe("Housing information").optional(),
22
+ building: zod.z.string().describe("Building number").optional(),
23
+ countryIso: zod.z.string().describe("Country ISO code - must be a valid code accepted by the API (e.g., 'US', 'GB', 'DE'). Note: Not all ISO codes may be supported.").optional(),
24
+ intercomCode: zod.z.string().describe("Intercom code").optional()
25
+ }).describe("Address details for a corporate customer")).describe("List of addresses associated with the corporate customer").optional(),
26
+ externalId: zod.z.string().describe("External identifier for the corporate customer").optional(),
27
+ customFields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields associated with the corporate customer").optional(),
28
+ personalDiscount: zod.z.number().describe("Personal discount percentage for this corporate customer").optional()
29
+ }).describe("The corporate customer object to create") }).describe("Request model for creating a corporate customer");
30
+ const SimlaComCreateCustomerCorporateOutput = zod.z.object({
31
+ id: zod.z.number().int().describe("Internal ID of the created corporate customer"),
32
+ success: zod.z.boolean().describe("Indicates if the request was successful"),
33
+ externalId: zod.z.string().describe("External identifier of the created corporate customer").nullable().optional()
34
+ }).describe("Response model after creating a corporate customer");
35
+ const simlaComCreateCustomerCorporate = require_action.action("SIMLA_COM_CREATE_CUSTOMER_CORPORATE", {
36
+ slug: "simla_com-create-customer-corporate",
37
+ name: "Create Corporate Customer",
38
+ description: "Creates a new corporate customer in Simla.com. Use when you need to add a new business or organization as a customer. At least one field (typically nickName or externalId) should be provided. Returns the corporate customer ID upon successful creation.",
39
+ input: SimlaComCreateCustomerCorporateInput,
40
+ output: SimlaComCreateCustomerCorporateOutput
41
+ });
42
+ //#endregion
43
+ exports.simlaComCreateCustomerCorporate = simlaComCreateCustomerCorporate;
44
+
45
+ //# sourceMappingURL=create-customer-corporate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-corporate.cjs","names":["z","action"],"sources":["../../src/actions/create-customer-corporate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomerCorporateInput: z.ZodTypeAny = z.object({\n customerCorporate: z.object({\n bad: z.boolean().describe(\"Indicates if customer is marked as problematic\").optional(),\n vip: z.boolean().describe(\"Indicates if customer is marked as VIP\").optional(),\n site: z.string().describe(\"Store code from which the customer originated\").optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the corporate customer\").optional(),\n nickName: z.string().describe(\"Nickname or display name of the corporate customer (company name)\").optional(),\n addresses: z.array(z.object({\n city: z.string().describe(\"City\").optional(),\n flat: z.string().describe(\"Apartment or suite number\").optional(),\n block: z.string().describe(\"Block or section\").optional(),\n floor: z.string().describe(\"Floor number\").optional(),\n house: z.string().describe(\"House number\").optional(),\n index: z.string().describe(\"Postal code\").optional(),\n metro: z.string().describe(\"Nearest metro station\").optional(),\n notes: z.string().describe(\"Additional notes\").optional(),\n region: z.string().describe(\"Region or state\").optional(),\n street: z.string().describe(\"Street name\").optional(),\n housing: z.string().describe(\"Housing information\").optional(),\n building: z.string().describe(\"Building number\").optional(),\n countryIso: z.string().describe(\"Country ISO code - must be a valid code accepted by the API (e.g., 'US', 'GB', 'DE'). Note: Not all ISO codes may be supported.\").optional(),\n intercomCode: z.string().describe(\"Intercom code\").optional(),\n}).describe(\"Address details for a corporate customer\")).describe(\"List of addresses associated with the corporate customer\").optional(),\n externalId: z.string().describe(\"External identifier for the corporate customer\").optional(),\n customFields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the corporate customer\").optional(),\n personalDiscount: z.number().describe(\"Personal discount percentage for this corporate customer\").optional(),\n}).describe(\"The corporate customer object to create\"),\n}).describe(\"Request model for creating a corporate customer\");\nexport const SimlaComCreateCustomerCorporateOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Internal ID of the created corporate customer\"),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n externalId: z.string().describe(\"External identifier of the created corporate customer\").nullable().optional(),\n}).describe(\"Response model after creating a corporate customer\");\n\nexport const simlaComCreateCustomerCorporate = action(\"SIMLA_COM_CREATE_CUSTOMER_CORPORATE\", {\n slug: \"simla_com-create-customer-corporate\",\n name: \"Create Corporate Customer\",\n description: \"Creates a new corporate customer in Simla.com. Use when you need to add a new business or organization as a customer. At least one field (typically nickName or externalId) should be provided. Returns the corporate customer ID upon successful creation.\",\n input: SimlaComCreateCustomerCorporateInput,\n output: SimlaComCreateCustomerCorporateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,mBAAmBA,IAAAA,EAAE,OAAO;CAC5B,KAAKA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACnG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC5G,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC5B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS;EAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;EACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;EACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;EACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;EAC1D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;EAC5K,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CAC9D,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACrI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,cAAcA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC1H,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,yCAAyC,EACrD,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAC7E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,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/create-customer-corporate.d.ts
4
+ declare const SimlaComCreateCustomerCorporateInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomerCorporateOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomerCorporate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomerCorporate };
9
+ //# sourceMappingURL=create-customer-corporate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-corporate.d.cts","names":[],"sources":["../../src/actions/create-customer-corporate.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UA2BS;AAAA,cACjD,qCAAA,EAAuC,CAAA,CAAE,UAIW;AAAA,cAEpD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-customer-corporate.d.ts
4
+ declare const SimlaComCreateCustomerCorporateInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomerCorporateOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomerCorporate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomerCorporate };
9
+ //# sourceMappingURL=create-customer-corporate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-corporate.d.mts","names":[],"sources":["../../src/actions/create-customer-corporate.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UA2BS;AAAA,cACjD,qCAAA,EAAuC,CAAA,CAAE,UAIW;AAAA,cAEpD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,42 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simlaComCreateCustomerCorporate = action("SIMLA_COM_CREATE_CUSTOMER_CORPORATE", {
4
+ slug: "simla_com-create-customer-corporate",
5
+ name: "Create Corporate Customer",
6
+ description: "Creates a new corporate customer in Simla.com. Use when you need to add a new business or organization as a customer. At least one field (typically nickName or externalId) should be provided. Returns the corporate customer ID upon successful creation.",
7
+ input: z.object({ customerCorporate: z.object({
8
+ bad: z.boolean().describe("Indicates if customer is marked as problematic").optional(),
9
+ vip: z.boolean().describe("Indicates if customer is marked as VIP").optional(),
10
+ site: z.string().describe("Store code from which the customer originated").optional(),
11
+ tags: z.array(z.string()).describe("List of tags associated with the corporate customer").optional(),
12
+ nickName: z.string().describe("Nickname or display name of the corporate customer (company name)").optional(),
13
+ addresses: z.array(z.object({
14
+ city: z.string().describe("City").optional(),
15
+ flat: z.string().describe("Apartment or suite number").optional(),
16
+ block: z.string().describe("Block or section").optional(),
17
+ floor: z.string().describe("Floor number").optional(),
18
+ house: z.string().describe("House number").optional(),
19
+ index: z.string().describe("Postal code").optional(),
20
+ metro: z.string().describe("Nearest metro station").optional(),
21
+ notes: z.string().describe("Additional notes").optional(),
22
+ region: z.string().describe("Region or state").optional(),
23
+ street: z.string().describe("Street name").optional(),
24
+ housing: z.string().describe("Housing information").optional(),
25
+ building: z.string().describe("Building number").optional(),
26
+ countryIso: z.string().describe("Country ISO code - must be a valid code accepted by the API (e.g., 'US', 'GB', 'DE'). Note: Not all ISO codes may be supported.").optional(),
27
+ intercomCode: z.string().describe("Intercom code").optional()
28
+ }).describe("Address details for a corporate customer")).describe("List of addresses associated with the corporate customer").optional(),
29
+ externalId: z.string().describe("External identifier for the corporate customer").optional(),
30
+ customFields: z.record(z.string(), z.unknown()).describe("Custom fields associated with the corporate customer").optional(),
31
+ personalDiscount: z.number().describe("Personal discount percentage for this corporate customer").optional()
32
+ }).describe("The corporate customer object to create") }).describe("Request model for creating a corporate customer"),
33
+ output: z.object({
34
+ id: z.number().int().describe("Internal ID of the created corporate customer"),
35
+ success: z.boolean().describe("Indicates if the request was successful"),
36
+ externalId: z.string().describe("External identifier of the created corporate customer").nullable().optional()
37
+ }).describe("Response model after creating a corporate customer")
38
+ });
39
+ //#endregion
40
+ export { simlaComCreateCustomerCorporate };
41
+
42
+ //# sourceMappingURL=create-customer-corporate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-corporate.mjs","names":[],"sources":["../../src/actions/create-customer-corporate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomerCorporateInput: z.ZodTypeAny = z.object({\n customerCorporate: z.object({\n bad: z.boolean().describe(\"Indicates if customer is marked as problematic\").optional(),\n vip: z.boolean().describe(\"Indicates if customer is marked as VIP\").optional(),\n site: z.string().describe(\"Store code from which the customer originated\").optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the corporate customer\").optional(),\n nickName: z.string().describe(\"Nickname or display name of the corporate customer (company name)\").optional(),\n addresses: z.array(z.object({\n city: z.string().describe(\"City\").optional(),\n flat: z.string().describe(\"Apartment or suite number\").optional(),\n block: z.string().describe(\"Block or section\").optional(),\n floor: z.string().describe(\"Floor number\").optional(),\n house: z.string().describe(\"House number\").optional(),\n index: z.string().describe(\"Postal code\").optional(),\n metro: z.string().describe(\"Nearest metro station\").optional(),\n notes: z.string().describe(\"Additional notes\").optional(),\n region: z.string().describe(\"Region or state\").optional(),\n street: z.string().describe(\"Street name\").optional(),\n housing: z.string().describe(\"Housing information\").optional(),\n building: z.string().describe(\"Building number\").optional(),\n countryIso: z.string().describe(\"Country ISO code - must be a valid code accepted by the API (e.g., 'US', 'GB', 'DE'). Note: Not all ISO codes may be supported.\").optional(),\n intercomCode: z.string().describe(\"Intercom code\").optional(),\n}).describe(\"Address details for a corporate customer\")).describe(\"List of addresses associated with the corporate customer\").optional(),\n externalId: z.string().describe(\"External identifier for the corporate customer\").optional(),\n customFields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the corporate customer\").optional(),\n personalDiscount: z.number().describe(\"Personal discount percentage for this corporate customer\").optional(),\n}).describe(\"The corporate customer object to create\"),\n}).describe(\"Request model for creating a corporate customer\");\nexport const SimlaComCreateCustomerCorporateOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Internal ID of the created corporate customer\"),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n externalId: z.string().describe(\"External identifier of the created corporate customer\").nullable().optional(),\n}).describe(\"Response model after creating a corporate customer\");\n\nexport const simlaComCreateCustomerCorporate = action(\"SIMLA_COM_CREATE_CUSTOMER_CORPORATE\", {\n slug: \"simla_com-create-customer-corporate\",\n name: \"Create Corporate Customer\",\n description: \"Creates a new corporate customer in Simla.com. Use when you need to add a new business or organization as a customer. At least one field (typically nickName or externalId) should be provided. Returns the corporate customer ID upon successful creation.\",\n input: SimlaComCreateCustomerCorporateInput,\n output: SimlaComCreateCustomerCorporateOutput,\n});\n"],"mappings":";;AAsCA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtCgE,EAAE,OAAO,EACzE,mBAAmB,EAAE,OAAO;EAC5B,KAAK,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EACrF,KAAK,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACpF,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACnG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EAC5G,WAAW,EAAE,MAAM,EAAE,OAAO;GAC5B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS;GAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;GAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;GACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;GACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;GACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;GACnD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;GAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;GACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;GACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;GACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;GAC7D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;GAC1D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;GAC5K,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;EAC9D,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACrI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EAC3F,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EAC1H,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,yCAAyC,EACrD,CAAC,CAAC,CAAC,SAAS,iDAWH;CACP,QAXiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;EAC7E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-customer-interaction-cart-set.ts
4
+ const SimlaComCreateCustomerInteractionCartSetInput = zod.z.object({
5
+ cart: zod.z.object({
6
+ items: zod.z.array(zod.z.object({
7
+ offer: zod.z.object({ externalId: zod.z.string().describe("External product/offer identifier from your system") }).describe("Product offer identifier for this cart item"),
8
+ quantity: zod.z.number().describe("Item quantity, must be greater than 0 (supports decimals like 1.5)")
9
+ }).describe("Item to include in the shopping cart")).describe("List of items in the shopping cart (at least one item required)"),
10
+ customer: zod.z.object({ externalId: zod.z.string().describe("External customer identifier from your system") }).describe("Customer information associated with this cart")
11
+ }).describe("Shopping cart data including customer and items"),
12
+ site: zod.z.string().describe("Site code identifier where the cart belongs")
13
+ }).describe("Request model for creating or overwriting cart data");
14
+ const SimlaComCreateCustomerInteractionCartSetOutput = zod.z.object({
15
+ success: zod.z.boolean().describe("Indicates if the cart operation was successful"),
16
+ errorMsg: zod.z.string().describe("Error message if operation failed").nullable().optional()
17
+ }).describe("Response model for cart set operation");
18
+ const simlaComCreateCustomerInteractionCartSet = require_action.action("SIMLA_COM_CREATE_CUSTOMER_INTERACTION_CART_SET", {
19
+ slug: "simla_com-create-customer-interaction-cart-set",
20
+ name: "Create Customer Interaction Cart Set",
21
+ description: "Tool to create or overwrite shopping cart data for a customer. Use when you need to set cart contents for customer interaction tracking. This overwrites any existing cart data for the specified customer.",
22
+ input: SimlaComCreateCustomerInteractionCartSetInput,
23
+ output: SimlaComCreateCustomerInteractionCartSetOutput
24
+ });
25
+ //#endregion
26
+ exports.simlaComCreateCustomerInteractionCartSet = simlaComCreateCustomerInteractionCartSet;
27
+
28
+ //# sourceMappingURL=create-customer-interaction-cart-set.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-interaction-cart-set.cjs","names":["z","action"],"sources":["../../src/actions/create-customer-interaction-cart-set.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomerInteractionCartSetInput: z.ZodTypeAny = z.object({\n cart: z.object({\n items: z.array(z.object({\n offer: z.object({\n externalId: z.string().describe(\"External product/offer identifier from your system\"),\n}).describe(\"Product offer identifier for this cart item\"),\n quantity: z.number().describe(\"Item quantity, must be greater than 0 (supports decimals like 1.5)\"),\n}).describe(\"Item to include in the shopping cart\")).describe(\"List of items in the shopping cart (at least one item required)\"),\n customer: z.object({\n externalId: z.string().describe(\"External customer identifier from your system\"),\n}).describe(\"Customer information associated with this cart\"),\n}).describe(\"Shopping cart data including customer and items\"),\n site: z.string().describe(\"Site code identifier where the cart belongs\"),\n}).describe(\"Request model for creating or overwriting cart data\");\nexport const SimlaComCreateCustomerInteractionCartSetOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the cart operation was successful\"),\n errorMsg: z.string().describe(\"Error message if operation failed\").nullable().optional(),\n}).describe(\"Response model for cart set operation\");\n\nexport const simlaComCreateCustomerInteractionCartSet = action(\"SIMLA_COM_CREATE_CUSTOMER_INTERACTION_CART_SET\", {\n slug: \"simla_com-create-customer-interaction-cart-set\",\n name: \"Create Customer Interaction Cart Set\",\n description: \"Tool to create or overwrite shopping cart data for a customer. Use when you need to set cart contents for customer interaction tracking. This overwrites any existing cart data for the specified customer.\",\n input: SimlaComCreateCustomerInteractionCartSetInput,\n output: SimlaComCreateCustomerInteractionCartSetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,OAAO;EACf,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;GACxB,OAAOA,IAAAA,EAAE,OAAO,EAChB,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;GACvD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACpG,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,SAAS,iEAAiE;EAC7H,UAAUA,IAAAA,EAAE,OAAO,EACnB,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACjF,CAAC,CAAC,CAAC,SAAS,gDAAgD;CAC5D,CAAC,CAAC,CAAC,SAAS,iDAAiD;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AACzE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,2CAA2CC,eAAAA,OAAO,kDAAkD;CAC/G,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/create-customer-interaction-cart-set.d.ts
4
+ declare const SimlaComCreateCustomerInteractionCartSetInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomerInteractionCartSetOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomerInteractionCartSet: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomerInteractionCartSet };
9
+ //# sourceMappingURL=create-customer-interaction-cart-set.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-interaction-cart-set.d.cts","names":[],"sources":["../../src/actions/create-customer-interaction-cart-set.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAaI;AAAA,cACrD,8CAAA,EAAgD,CAAA,CAAE,UAGX;AAAA,cAEvC,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-customer-interaction-cart-set.d.ts
4
+ declare const SimlaComCreateCustomerInteractionCartSetInput: z.ZodTypeAny;
5
+ declare const SimlaComCreateCustomerInteractionCartSetOutput: z.ZodTypeAny;
6
+ declare const simlaComCreateCustomerInteractionCartSet: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simlaComCreateCustomerInteractionCartSet };
9
+ //# sourceMappingURL=create-customer-interaction-cart-set.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-interaction-cart-set.d.mts","names":[],"sources":["../../src/actions/create-customer-interaction-cart-set.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAaI;AAAA,cACrD,8CAAA,EAAgD,CAAA,CAAE,UAGX;AAAA,cAEvC,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simlaComCreateCustomerInteractionCartSet = action("SIMLA_COM_CREATE_CUSTOMER_INTERACTION_CART_SET", {
4
+ slug: "simla_com-create-customer-interaction-cart-set",
5
+ name: "Create Customer Interaction Cart Set",
6
+ description: "Tool to create or overwrite shopping cart data for a customer. Use when you need to set cart contents for customer interaction tracking. This overwrites any existing cart data for the specified customer.",
7
+ input: z.object({
8
+ cart: z.object({
9
+ items: z.array(z.object({
10
+ offer: z.object({ externalId: z.string().describe("External product/offer identifier from your system") }).describe("Product offer identifier for this cart item"),
11
+ quantity: z.number().describe("Item quantity, must be greater than 0 (supports decimals like 1.5)")
12
+ }).describe("Item to include in the shopping cart")).describe("List of items in the shopping cart (at least one item required)"),
13
+ customer: z.object({ externalId: z.string().describe("External customer identifier from your system") }).describe("Customer information associated with this cart")
14
+ }).describe("Shopping cart data including customer and items"),
15
+ site: z.string().describe("Site code identifier where the cart belongs")
16
+ }).describe("Request model for creating or overwriting cart data"),
17
+ output: z.object({
18
+ success: z.boolean().describe("Indicates if the cart operation was successful"),
19
+ errorMsg: z.string().describe("Error message if operation failed").nullable().optional()
20
+ }).describe("Response model for cart set operation")
21
+ });
22
+ //#endregion
23
+ export { simlaComCreateCustomerInteractionCartSet };
24
+
25
+ //# sourceMappingURL=create-customer-interaction-cart-set.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer-interaction-cart-set.mjs","names":[],"sources":["../../src/actions/create-customer-interaction-cart-set.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomerInteractionCartSetInput: z.ZodTypeAny = z.object({\n cart: z.object({\n items: z.array(z.object({\n offer: z.object({\n externalId: z.string().describe(\"External product/offer identifier from your system\"),\n}).describe(\"Product offer identifier for this cart item\"),\n quantity: z.number().describe(\"Item quantity, must be greater than 0 (supports decimals like 1.5)\"),\n}).describe(\"Item to include in the shopping cart\")).describe(\"List of items in the shopping cart (at least one item required)\"),\n customer: z.object({\n externalId: z.string().describe(\"External customer identifier from your system\"),\n}).describe(\"Customer information associated with this cart\"),\n}).describe(\"Shopping cart data including customer and items\"),\n site: z.string().describe(\"Site code identifier where the cart belongs\"),\n}).describe(\"Request model for creating or overwriting cart data\");\nexport const SimlaComCreateCustomerInteractionCartSetOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the cart operation was successful\"),\n errorMsg: z.string().describe(\"Error message if operation failed\").nullable().optional(),\n}).describe(\"Response model for cart set operation\");\n\nexport const simlaComCreateCustomerInteractionCartSet = action(\"SIMLA_COM_CREATE_CUSTOMER_INTERACTION_CART_SET\", {\n slug: \"simla_com-create-customer-interaction-cart-set\",\n name: \"Create Customer Interaction Cart Set\",\n description: \"Tool to create or overwrite shopping cart data for a customer. Use when you need to set cart contents for customer interaction tracking. This overwrites any existing cart data for the specified customer.\",\n input: SimlaComCreateCustomerInteractionCartSetInput,\n output: SimlaComCreateCustomerInteractionCartSetOutput,\n});\n"],"mappings":";;AAuBA,MAAa,2CAA2C,OAAO,kDAAkD;CAC/G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvByE,EAAE,OAAO;EAClF,MAAM,EAAE,OAAO;GACf,OAAO,EAAE,MAAM,EAAE,OAAO;IACxB,OAAO,EAAE,OAAO,EAChB,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;IACvD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;GACpG,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,SAAS,iEAAiE;GAC7H,UAAU,EAAE,OAAO,EACnB,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACjF,CAAC,CAAC,CAAC,SAAS,gDAAgD;EAC5D,CAAC,CAAC,CAAC,SAAS,iDAAiD;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACzE,CAAC,CAAC,CAAC,SAAS,qDAUH;CACP,QAV0E,EAAE,OAAO;EACnF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;EAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,47 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-customer.ts
4
+ const SimlaComCreateCustomerInput = zod.z.object({ customer: zod.z.object({
5
+ sex: zod.z.enum(["male", "female"]).describe("Customer's gender; 'male' or 'female'").optional(),
6
+ email: zod.z.string().describe("Customer's email address").optional(),
7
+ phone: zod.z.string().describe("Customer's phone number").optional(),
8
+ address: zod.z.object({
9
+ city: zod.z.string().describe("City").optional(),
10
+ flat: zod.z.string().describe("Apartment or suite number").optional(),
11
+ block: zod.z.string().describe("Block or section").optional(),
12
+ floor: zod.z.string().describe("Floor number").optional(),
13
+ house: zod.z.string().describe("House number").optional(),
14
+ index: zod.z.string().describe("Postal code").optional(),
15
+ metro: zod.z.string().describe("Nearest metro station").optional(),
16
+ notes: zod.z.string().describe("Additional notes").optional(),
17
+ region: zod.z.string().describe("Region or state").optional(),
18
+ street: zod.z.string().describe("Street name").optional(),
19
+ housing: zod.z.string().describe("Housing information").optional(),
20
+ building: zod.z.string().describe("Building number").optional(),
21
+ countryIso: zod.z.string().describe("Country ISO code - must be a valid code accepted by the API (e.g., 'US', 'GB', 'DE'). Note: Not all ISO codes may be supported.").optional(),
22
+ intercomCode: zod.z.string().describe("Intercom code").optional()
23
+ }).describe("Customer's address details").optional(),
24
+ birthday: zod.z.string().describe("Customer's date of birth in 'Y-m-d' format").optional(),
25
+ lastName: zod.z.string().describe("Customer's last name").optional(),
26
+ firstName: zod.z.string().describe("Customer's first name").optional(),
27
+ externalId: zod.z.string().describe("External identifier for the customer").optional(),
28
+ customFields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields associated with the customer").optional()
29
+ }).describe("The customer object to create") });
30
+ const SimlaComCreateCustomerOutput = zod.z.object({
31
+ id: zod.z.number().int().describe("Unique identifier of the created customer"),
32
+ error: zod.z.unknown().describe("Error information if the request failed").nullable().optional(),
33
+ success: zod.z.boolean().describe("Indicates if the request was successful"),
34
+ externalId: zod.z.string().describe("External identifier of the created customer, if provided").nullable().optional(),
35
+ successfull: zod.z.boolean().describe("Legacy success indicator (note: API has typo in field name)").nullable().optional()
36
+ });
37
+ const simlaComCreateCustomer = require_action.action("SIMLA_COM_CREATE_CUSTOMER", {
38
+ slug: "simla_com-create-customer",
39
+ name: "Create Customer",
40
+ description: "Creates a new customer in Simla.com. All customer fields are optional - provide at least one field (e.g., firstName, email, or phone) to create a customer. Returns the customer ID upon successful creation.",
41
+ input: SimlaComCreateCustomerInput,
42
+ output: SimlaComCreateCustomerOutput
43
+ });
44
+ //#endregion
45
+ exports.simlaComCreateCustomer = simlaComCreateCustomer;
46
+
47
+ //# sourceMappingURL=create-customer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-customer.cjs","names":["z","action"],"sources":["../../src/actions/create-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimlaComCreateCustomerInput: z.ZodTypeAny = z.object({\n customer: z.object({\n sex: z.enum([\"male\", \"female\"]).describe(\"Customer's gender; 'male' or 'female'\").optional(),\n email: z.string().describe(\"Customer's email address\").optional(),\n phone: z.string().describe(\"Customer's phone number\").optional(),\n address: z.object({\n city: z.string().describe(\"City\").optional(),\n flat: z.string().describe(\"Apartment or suite number\").optional(),\n block: z.string().describe(\"Block or section\").optional(),\n floor: z.string().describe(\"Floor number\").optional(),\n house: z.string().describe(\"House number\").optional(),\n index: z.string().describe(\"Postal code\").optional(),\n metro: z.string().describe(\"Nearest metro station\").optional(),\n notes: z.string().describe(\"Additional notes\").optional(),\n region: z.string().describe(\"Region or state\").optional(),\n street: z.string().describe(\"Street name\").optional(),\n housing: z.string().describe(\"Housing information\").optional(),\n building: z.string().describe(\"Building number\").optional(),\n countryIso: z.string().describe(\"Country ISO code - must be a valid code accepted by the API (e.g., 'US', 'GB', 'DE'). Note: Not all ISO codes may be supported.\").optional(),\n intercomCode: z.string().describe(\"Intercom code\").optional(),\n}).describe(\"Customer's address details\").optional(),\n birthday: z.string().describe(\"Customer's date of birth in 'Y-m-d' format\").optional(),\n lastName: z.string().describe(\"Customer's last name\").optional(),\n firstName: z.string().describe(\"Customer's first name\").optional(),\n externalId: z.string().describe(\"External identifier for the customer\").optional(),\n customFields: z.record(z.string(), z.unknown()).describe(\"Custom fields associated with the customer\").optional(),\n}).describe(\"The customer object to create\"),\n});\nexport const SimlaComCreateCustomerOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created customer\"),\n error: z.unknown().describe(\"Error information if the request failed\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n externalId: z.string().describe(\"External identifier of the created customer, if provided\").nullable().optional(),\n successfull: z.boolean().describe(\"Legacy success indicator (note: API has typo in field name)\").nullable().optional(),\n});\n\nexport const simlaComCreateCustomer = action(\"SIMLA_COM_CREATE_CUSTOMER\", {\n slug: \"simla_com-create-customer\",\n name: \"Create Customer\",\n description: \"Creates a new customer in Simla.com. All customer fields are optional - provide at least one field (e.g., firstName, email, or phone) to create a customer. Returns the customer ID upon successful creation.\",\n input: SimlaComCreateCustomerInput,\n output: SimlaComCreateCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,UAAUA,IAAAA,EAAE,OAAO;CACnB,KAAKA,IAAAA,EAAE,KAAK,CAAC,QAAQ,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,SAASA,IAAAA,EAAE,OAAO;EAClB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS;EAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;EACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;EACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;EACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;EAC1D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;EAC5K,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CAC9D,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,+BAA+B,EAC3C,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACzE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}