@floristcloud/api-lib 1.2.1 → 1.2.4

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 (645) hide show
  1. package/build/commands/action-log/create-action-log.command.js +15 -0
  2. package/build/commands/action-log/get-action-log-list-for-client.query.js +34 -0
  3. package/build/commands/action-log/get-action-log-list.query.js +35 -0
  4. package/build/commands/action-log/index.js +19 -0
  5. package/build/commands/auth/get-available-channels.command.js +17 -0
  6. package/build/commands/auth/index.js +26 -0
  7. package/build/commands/auth/list-mobile-buyer-tenants-by-phone.command.js +20 -0
  8. package/build/commands/auth/login-user.command.js +22 -0
  9. package/build/commands/auth/mobile-login-user.command.js +22 -0
  10. package/build/commands/auth/register-user.command.js +21 -0
  11. package/build/commands/auth/reset-password-by-admin.command.js +15 -0
  12. package/build/commands/auth/reset-password-by-security-code.command.js +24 -0
  13. package/build/commands/auth/reset-password-by-token.command.js +26 -0
  14. package/build/commands/auth/reset-password-by-user.command.js +15 -0
  15. package/build/commands/auth/restore-password-by-security-code.command.js +18 -0
  16. package/build/commands/bank-payment/apply-bank-payment-event.command.js +18 -0
  17. package/build/commands/bank-payment/get-bank-payment-list.query.js +38 -0
  18. package/build/commands/bank-payment/get-bank-payment-match-suggestions.query.js +12 -0
  19. package/build/commands/bank-payment/index.js +20 -0
  20. package/build/commands/bank-payment/update-bank-payment-status.query.js +19 -0
  21. package/build/commands/bank-payment-rule/create-bank-payment-rule.command.js +22 -0
  22. package/build/commands/bank-payment-rule/delete-bank-payment-rule.command.js +14 -0
  23. package/build/commands/bank-payment-rule/get-bank-payment-rule-list.query.js +18 -0
  24. package/build/commands/bank-payment-rule/get-bank-payment-rule.query.js +13 -0
  25. package/build/commands/bank-payment-rule/index.js +21 -0
  26. package/build/commands/bank-payment-rule/update-bank-payment-rule.command.js +22 -0
  27. package/build/commands/branch/create-branch.command.js +23 -0
  28. package/build/commands/branch/delete-branch.command.js +19 -0
  29. package/build/commands/branch/get-branch-list-all-by-client-uuid.query.js +15 -0
  30. package/build/commands/branch/get-branch-list.query.js +18 -0
  31. package/build/commands/branch/get-branch.query.js +15 -0
  32. package/build/commands/branch/index.js +22 -0
  33. package/build/commands/branch/update-branch.command.js +23 -0
  34. package/build/commands/category/create-category.command.js +21 -0
  35. package/build/commands/category/delete-category.command.js +19 -0
  36. package/build/commands/category/get-category-by-uuid.query.js +17 -0
  37. package/build/commands/category/get-category-list.query.js +30 -0
  38. package/build/commands/category/index.js +22 -0
  39. package/build/commands/category/update-category-command.js +23 -0
  40. package/build/commands/category/webshop/get-category-list-for-client.query.js +13 -0
  41. package/build/commands/category-alias/create-category-alias.command.js +17 -0
  42. package/build/commands/category-alias/delete-category-alias.command.js +19 -0
  43. package/build/commands/category-alias/get-category-alias-by-uuid.query.js +17 -0
  44. package/build/commands/category-alias/get-category-alias-list-by-category-uuid.query.js +21 -0
  45. package/build/commands/category-alias/get-category-alias-list.query.js +23 -0
  46. package/build/commands/category-alias/index.js +17 -0
  47. package/build/commands/category-alias/update-category-alias.command.js +18 -0
  48. package/build/commands/category-template/create-category-template.command.js +20 -0
  49. package/build/commands/category-template/get-category-template-by-uuid.query.js +13 -0
  50. package/build/commands/category-template/get-category-template-list.query.js +13 -0
  51. package/build/commands/category-template/index.js +20 -0
  52. package/build/commands/category-template/update-category-template.command.js +20 -0
  53. package/build/commands/client/attach-user-to-client.command.js +17 -0
  54. package/build/commands/client/create-client.command.js +36 -0
  55. package/build/commands/client/delete-client.command.js +19 -0
  56. package/build/commands/client/detach-user-from-client.command.js +15 -0
  57. package/build/commands/client/get-client-calculate.query.js +17 -0
  58. package/build/commands/client/get-client-debt-list.query.js +25 -0
  59. package/build/commands/client/get-client-filters-values.query.js +17 -0
  60. package/build/commands/client/get-client-list.query.js +31 -0
  61. package/build/commands/client/get-client.query.js +15 -0
  62. package/build/commands/client/import-client.command.js +22 -0
  63. package/build/commands/client/index.js +36 -0
  64. package/build/commands/client/marking/create-client-marking.command.js +17 -0
  65. package/build/commands/client/marking/delete-client-marking.command.js +15 -0
  66. package/build/commands/client/marking/get-client-marking-by-client-list.command.js +16 -0
  67. package/build/commands/client/marking/update-client-marking.command.js +17 -0
  68. package/build/commands/client/profile/create-client-individual-profile.command.js +20 -0
  69. package/build/commands/client/profile/create-client-legal-profile.command.js +19 -0
  70. package/build/commands/client/profile/delete-client-individual-profile.command.js +17 -0
  71. package/build/commands/client/profile/delete-client-legal-profile.command.js +17 -0
  72. package/build/commands/client/profile/get-client-individual-profile.query.js +17 -0
  73. package/build/commands/client/profile/index.js +23 -0
  74. package/build/commands/client/profile/update-client-individual-profile.command.js +20 -0
  75. package/build/commands/client/profile/update-client-legal-profile.command.js +19 -0
  76. package/build/commands/client/set-balance-calculate-client.command.js +13 -0
  77. package/build/commands/client/update-client.command.js +38 -0
  78. package/build/commands/client/webshop/register-client-webshop.command.js +23 -0
  79. package/build/commands/client/webshop/update-client-for-client.command.js +21 -0
  80. package/build/commands/client-payment-identifier/create-client-payment-identifier.command.js +22 -0
  81. package/build/commands/client-payment-identifier/delete-client-payment-identifier.command.js +14 -0
  82. package/build/commands/client-payment-identifier/get-client-payment-identifier-list.query.js +27 -0
  83. package/build/commands/client-payment-identifier/index.js +19 -0
  84. package/build/commands/company/createCompany.command.js +20 -0
  85. package/build/commands/company/createCompanyWithUser.command.js +27 -0
  86. package/build/commands/company/deleteCompany.command.js +19 -0
  87. package/build/commands/company/getCompany.query.js +17 -0
  88. package/build/commands/company/getCompanyList.query.js +18 -0
  89. package/build/commands/company/index.js +22 -0
  90. package/build/commands/company/updateCompany.command.js +17 -0
  91. package/build/commands/consignment/create-consignment.command.js +25 -0
  92. package/build/commands/consignment/delete-consignment.command.js +18 -0
  93. package/build/commands/consignment/execute-consignment-product-update.command.js +53 -0
  94. package/build/commands/consignment/export-consignment.command.js +30 -0
  95. package/build/commands/consignment/get-access-clients-consignment.query.js +13 -0
  96. package/build/commands/consignment/get-client-uuids-consignment.query.js +14 -0
  97. package/build/commands/consignment/get-consignment-filters-values.query.js +16 -0
  98. package/build/commands/consignment/get-consignment-list.query.js +42 -0
  99. package/build/commands/consignment/get-consignment.query.js +15 -0
  100. package/build/commands/consignment/import-consignment.command.js +38 -0
  101. package/build/commands/consignment/import-packing-consignment.command.js +26 -0
  102. package/build/commands/consignment/index.js +30 -0
  103. package/build/commands/consignment/update-consignment.command.js +25 -0
  104. package/build/commands/consignment/upsert-access-clients-consignment.command.js +23 -0
  105. package/build/commands/consignment/validate-consignment-distribution.query.js +15 -0
  106. package/build/commands/consignment-import-schema/create-consignment-import-scheme.command.js +17 -0
  107. package/build/commands/consignment-import-schema/get-all-consignment-import-schema.query.js +15 -0
  108. package/build/commands/consignment-import-schema/get-cosignment-import-schema.query.js +15 -0
  109. package/build/commands/consignment-import-schema/index.js +18 -0
  110. package/build/commands/consignment-import-schema/update-consignment-import-schema.command.js +14 -0
  111. package/build/commands/delivery-route/attach-order-list-to-delivery-route.command.js +16 -0
  112. package/build/commands/delivery-route/create-delivery-route.command.js +14 -0
  113. package/build/commands/delivery-route/delete-delivery-route.command.js +14 -0
  114. package/build/commands/delivery-route/detach-order-list-to-delivery-route.command.js +17 -0
  115. package/build/commands/delivery-route/get-delivery-route-list.query.js +25 -0
  116. package/build/commands/delivery-route/get-delivery-route.query.js +15 -0
  117. package/build/commands/delivery-route/index.js +23 -0
  118. package/build/commands/delivery-route/update-delivery-route.command.js +14 -0
  119. package/build/commands/discount-rules/create-discount-rules.command.js +17 -0
  120. package/build/commands/discount-rules/delete-discount-rules.command.js +13 -0
  121. package/build/commands/discount-rules/get-discount-rules-all.query.js +20 -0
  122. package/build/commands/discount-rules/get-discount-rules-extended.query.js +13 -0
  123. package/build/commands/discount-rules/get-discount-rules-list.query.js +18 -0
  124. package/build/commands/discount-rules/get-discount-rules.query.js +13 -0
  125. package/build/commands/discount-rules/index.js +25 -0
  126. package/build/commands/discount-rules/split-quantity-discount-rules-for-client.query.js +15 -0
  127. package/build/commands/discount-rules/split-quantity-discount-rules.query.js +15 -0
  128. package/build/commands/discount-rules/update-discount-rules.command.js +17 -0
  129. package/build/commands/distribution/create-distribution.command.js +15 -0
  130. package/build/commands/distribution/index.js +19 -0
  131. package/build/commands/distribution/update-is-packed-distribution.command.js +17 -0
  132. package/build/commands/distribution/validate-distribution-by-product.query.js +15 -0
  133. package/build/commands/domain/create-domain.command.js +14 -0
  134. package/build/commands/domain/delete-domain.command.js +13 -0
  135. package/build/commands/domain/get-domain-by-uuid.query.js +13 -0
  136. package/build/commands/domain/get-domain-list.query.js +18 -0
  137. package/build/commands/domain/index.js +21 -0
  138. package/build/commands/domain/update-domain.command.js +14 -0
  139. package/build/commands/employee-schedule/create-employee-schedule.command.js +14 -0
  140. package/build/commands/employee-schedule/delete-employee-schedule.command.js +13 -0
  141. package/build/commands/employee-schedule/get-employee-schedule-extended-list.query.js +19 -0
  142. package/build/commands/employee-schedule/get-employee-schedule-list.query.js +38 -0
  143. package/build/commands/employee-schedule/index.js +21 -0
  144. package/build/commands/employee-schedule/update-employee-schedule.command.js +14 -0
  145. package/build/commands/file/deleteFile.command.js +17 -0
  146. package/build/commands/file/index.js +18 -0
  147. package/build/commands/file/uploadFile.command.js +8 -0
  148. package/build/commands/index.js +78 -0
  149. package/build/commands/integration/index.js +18 -0
  150. package/build/commands/integration/telegram/generate-telegram-link.command.js +17 -0
  151. package/build/commands/integration/telegram/get-telegram-link-status.command.js +19 -0
  152. package/build/commands/integration/telegram/index.js +19 -0
  153. package/build/commands/integration/telegram/unlink-telegram.command.js +14 -0
  154. package/build/commands/integration/telegram-staff/generate-telegram-staff-link.command.js +17 -0
  155. package/build/commands/integration/telegram-staff/get-telegram-staff-link-status.command.js +19 -0
  156. package/build/commands/integration/telegram-staff/index.js +19 -0
  157. package/build/commands/integration/telegram-staff/unlink-telegram-staff.command.js +16 -0
  158. package/build/commands/message/get-clients-messages-context-with-unread.query.js +23 -0
  159. package/build/commands/message/get-context-unread-count.query.js +21 -0
  160. package/build/commands/message/get-contexts-with-unread.query.js +22 -0
  161. package/build/commands/message/index.js +22 -0
  162. package/build/commands/message/list-context-messages.query.js +23 -0
  163. package/build/commands/message/mark-context-read.command.js +21 -0
  164. package/build/commands/message/send-context-message.command.js +22 -0
  165. package/build/commands/money-account/create-money-account.command.js +18 -0
  166. package/build/commands/money-account/delete-money-account.command.js +14 -0
  167. package/build/commands/money-account/get-money-account-by-criteria.query.js +15 -0
  168. package/build/commands/money-account/get-money-account-list.query.js +21 -0
  169. package/build/commands/money-account/get-money-account.query.js +13 -0
  170. package/build/commands/money-account/index.js +22 -0
  171. package/build/commands/money-account/update-money-account.command.js +19 -0
  172. package/build/commands/notification/index.js +17 -0
  173. package/build/commands/notification/send-staff-notification-s2s.command.js +21 -0
  174. package/build/commands/order/apply-order-discount.command.js +18 -0
  175. package/build/commands/order/copy-order.command.js +13 -0
  176. package/build/commands/order/create-order.command.js +26 -0
  177. package/build/commands/order/delete-order.command.js +14 -0
  178. package/build/commands/order/export-order-invoice.command.js +12 -0
  179. package/build/commands/order/get-order-list.query.js +49 -0
  180. package/build/commands/order/get-order.query.js +15 -0
  181. package/build/commands/order/group/deletet-group-order.command.js +18 -0
  182. package/build/commands/order/group/get-group-order-invoice-info.query.js +27 -0
  183. package/build/commands/order/group/merge-orders.command.js +26 -0
  184. package/build/commands/order/group/send-group-order-invoice.command.js +21 -0
  185. package/build/commands/order/group/split-group-order.command.js +17 -0
  186. package/build/commands/order/group/update-group-order-status.command.js +20 -0
  187. package/build/commands/order/group/update-group-order-tag.command.js +19 -0
  188. package/build/commands/order/group/update-group-order-type.command.js +20 -0
  189. package/build/commands/order/index.js +41 -0
  190. package/build/commands/order/send-order-invoice.command.js +26 -0
  191. package/build/commands/order/update-order.command.js +30 -0
  192. package/build/commands/order/webshop/create-cart.command.js +15 -0
  193. package/build/commands/order/webshop/get-order-for-client.query.js +15 -0
  194. package/build/commands/order/webshop/get-order-list-for-client.query.js +53 -0
  195. package/build/commands/order/webshop/get-order-sales-by-month.query.js +16 -0
  196. package/build/commands/order/webshop/update-cart.command.js +27 -0
  197. package/build/commands/order/zeroing-receipt-delivery-order.command.js +13 -0
  198. package/build/commands/order-delivery/create-order-delivery.command.js +21 -0
  199. package/build/commands/order-delivery/delete-order-delivery.command.js +16 -0
  200. package/build/commands/order-delivery/index.js +19 -0
  201. package/build/commands/order-delivery/update-order-delivery.command.js +25 -0
  202. package/build/commands/order-product/create-order-product.command.js +22 -0
  203. package/build/commands/order-product/delete-order-product.command.js +16 -0
  204. package/build/commands/order-product/get-order-product-list-all.query.js +15 -0
  205. package/build/commands/order-product/get-order-product-list-for-distribute.query.js +18 -0
  206. package/build/commands/order-product/get-order-product-list.query.js +19 -0
  207. package/build/commands/order-product/get-order-product.query.js +15 -0
  208. package/build/commands/order-product/group/delete-group-order-product.command.js +18 -0
  209. package/build/commands/order-product/group/update-group-order-product-order.command.js +24 -0
  210. package/build/commands/order-product/group/update-group-order-product-tag.command.js +19 -0
  211. package/build/commands/order-product/group/verify-group-order-product.command.js +19 -0
  212. package/build/commands/order-product/group/zeroing-receipt-order-product.command.js +17 -0
  213. package/build/commands/order-product/index.js +35 -0
  214. package/build/commands/order-product/update-order-product.command.js +23 -0
  215. package/build/commands/order-product/verify-order-product.command.js +15 -0
  216. package/build/commands/order-product/webshop/create-order-product-for-client.command.js +18 -0
  217. package/build/commands/order-product/webshop/get-active-stepper-positions-order.query.js +14 -0
  218. package/build/commands/order-product/webshop/get-order-product-for-client-list.query.js +15 -0
  219. package/build/commands/order-product/webshop/set-order-product-quantity-webshop.command.js +14 -0
  220. package/build/commands/order-product/webshop/update-order-product-for-client.command.js +19 -0
  221. package/build/commands/package/create-package.command.js +14 -0
  222. package/build/commands/package/delete-package.command.js +16 -0
  223. package/build/commands/package/get-package-by-uuid.query.js +12 -0
  224. package/build/commands/package/get-package-filters-values.query.js +27 -0
  225. package/build/commands/package/get-package-list.query.js +21 -0
  226. package/build/commands/package/index.js +23 -0
  227. package/build/commands/package/reorder-packages.command.js +21 -0
  228. package/build/commands/package/update-package.command.js +14 -0
  229. package/build/commands/package/validate-product-package.query.js +15 -0
  230. package/build/commands/pre-order/create-order-from-pre-order.command.js +20 -0
  231. package/build/commands/pre-order/create-pre-order.command.js +14 -0
  232. package/build/commands/pre-order/delete-pre-order.command.js +13 -0
  233. package/build/commands/pre-order/export-pre-order.command.js +12 -0
  234. package/build/commands/pre-order/get-pre-order-by-pre-order-collection-uuid.command.js +12 -0
  235. package/build/commands/pre-order/get-pre-order-list.query.js +26 -0
  236. package/build/commands/pre-order/get-pre-order.query.js +12 -0
  237. package/build/commands/pre-order/get-standing-order-import-template.command.js +13 -0
  238. package/build/commands/pre-order/group/analyze-copy-pre-orders.command.js +23 -0
  239. package/build/commands/pre-order/group/analyze-create-orders-from-pre-orders.command.js +41 -0
  240. package/build/commands/pre-order/group/analyze-create-pre-orders-from-standing-orders.command.js +38 -0
  241. package/build/commands/pre-order/group/group-copy-pre-orders-to-collection.command.js +40 -0
  242. package/build/commands/pre-order/group/group-create-orders-from-pre-orders.command.js +39 -0
  243. package/build/commands/pre-order/group/group-create-pre-orders-from-standing-orders.command.js +36 -0
  244. package/build/commands/pre-order/group/group-delete-pre-order.command.js +18 -0
  245. package/build/commands/pre-order/group/group-update-pre-order.command.js +20 -0
  246. package/build/commands/pre-order/group/index.js +26 -0
  247. package/build/commands/pre-order/group/merge-pre-orders.command.js +33 -0
  248. package/build/commands/pre-order/import-standing-order.command.js +24 -0
  249. package/build/commands/pre-order/index.js +29 -0
  250. package/build/commands/pre-order/update-pre-order.command.js +14 -0
  251. package/build/commands/pre-order/webshop/checkout-pre-order-webshop.command.js +20 -0
  252. package/build/commands/pre-order/webshop/create-pre-order-webshop.command.js +14 -0
  253. package/build/commands/pre-order/webshop/delete-pre-order-webshop.command.js +13 -0
  254. package/build/commands/pre-order/webshop/get-pre-order-list-webshop.command.js +19 -0
  255. package/build/commands/pre-order/webshop/index.js +21 -0
  256. package/build/commands/pre-order/webshop/update-pre-order-webshop.command.js +14 -0
  257. package/build/commands/pre-order-collection/copy-pre-order-collection.command.js +13 -0
  258. package/build/commands/pre-order-collection/create-pre-order-collection.command.js +14 -0
  259. package/build/commands/pre-order-collection/delete-pre-order-collection.command.js +14 -0
  260. package/build/commands/pre-order-collection/get-pre-order-collection-all.query.js +13 -0
  261. package/build/commands/pre-order-collection/get-pre-order-collection-list.query.js +23 -0
  262. package/build/commands/pre-order-collection/get-pre-order-collection.query.js +13 -0
  263. package/build/commands/pre-order-collection/index.js +24 -0
  264. package/build/commands/pre-order-collection/match-images-for-collection.command.js +20 -0
  265. package/build/commands/pre-order-collection/update-pre-order-collection.command.js +14 -0
  266. package/build/commands/pre-order-collection/webshop/get-pre-order-collection-list-with-categories.query.js +13 -0
  267. package/build/commands/pre-order-collection-item/create-group-pre-order-collection-item.command.js +16 -0
  268. package/build/commands/pre-order-collection-item/create-pre-order-collection-item.command.js +14 -0
  269. package/build/commands/pre-order-collection-item/delete-group-pre-order-collection-item.command.js +19 -0
  270. package/build/commands/pre-order-collection-item/delete-pre-order-collection-item.command.js +14 -0
  271. package/build/commands/pre-order-collection-item/execute-pre-order-collection-item-update.command.js +50 -0
  272. package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-horizontal.query.js +16 -0
  273. package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-vertical.query.js +19 -0
  274. package/build/commands/pre-order-collection-item/get-active-pre-order-collection-item-list.query.js +19 -0
  275. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-extended-with-clients-pre-order-product-list.query.js +22 -0
  276. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values-for-client.query.js +26 -0
  277. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values.query.js +24 -0
  278. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-for-client.query.js +24 -0
  279. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list.query.js +24 -0
  280. package/build/commands/pre-order-collection-item/get-pre-order-collection-item.query.js +13 -0
  281. package/build/commands/pre-order-collection-item/index.js +42 -0
  282. package/build/commands/pre-order-collection-item/move-pre-order-collection-items-analyze.command.js +51 -0
  283. package/build/commands/pre-order-collection-item/move-pre-order-collection-items-execute.command.js +16 -0
  284. package/build/commands/pre-order-collection-item/multiplicity-option/create-pre-order-collection-item-multiplicity-option.command.js +20 -0
  285. package/build/commands/pre-order-collection-item/multiplicity-option/delete-pre-order-collection-item-multiplicity-option.command.js +14 -0
  286. package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-option-titles.query.js +14 -0
  287. package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-options.query.js +15 -0
  288. package/build/commands/pre-order-collection-item/multiplicity-option/reorder-pre-order-collection-item-multiplicity-options.command.js +21 -0
  289. package/build/commands/pre-order-collection-item/multiplicity-option/update-pre-order-collection-item-multiplicity-option.command.js +22 -0
  290. package/build/commands/pre-order-collection-item/update-group-pre-order-collection-item.command.js +20 -0
  291. package/build/commands/pre-order-collection-item/update-pre-order-collection-item-product-maching.command.js +18 -0
  292. package/build/commands/pre-order-collection-item/update-pre-order-collection-item.command.js +14 -0
  293. package/build/commands/pre-order-product/create-manually-pre-order-product-for-standing-order.command.js +22 -0
  294. package/build/commands/pre-order-product/create-manually-pre-order-product.command.js +23 -0
  295. package/build/commands/pre-order-product/create-pre-order-product-webshop.command.js +14 -0
  296. package/build/commands/pre-order-product/create-pre-order-product.command.js +14 -0
  297. package/build/commands/pre-order-product/delete-many-pre-order-product-by-pre-order-collection-item.command.js +14 -0
  298. package/build/commands/pre-order-product/delete-pre-order-product-webshop.command.js +14 -0
  299. package/build/commands/pre-order-product/delete-pre-order-product.command.js +13 -0
  300. package/build/commands/pre-order-product/get-active-stepper-positions.query.js +17 -0
  301. package/build/commands/pre-order-product/get-pre-order-product-extended-list.query.js +18 -0
  302. package/build/commands/pre-order-product/get-pre-order-product-list.query.js +18 -0
  303. package/build/commands/pre-order-product/get-pre-order-product.query.js +13 -0
  304. package/build/commands/pre-order-product/get-pre-order-products-by-pre-order-list.command.js +17 -0
  305. package/build/commands/pre-order-product/get-pre-order-products-by-pre-order.command.js +13 -0
  306. package/build/commands/pre-order-product/group/move-group-pre-order-product.command.js +20 -0
  307. package/build/commands/pre-order-product/index.js +34 -0
  308. package/build/commands/pre-order-product/purchase-many-pre-order-product-by-pre-order-collection-item.command.js +18 -0
  309. package/build/commands/pre-order-product/set-pre-order-product-quantity-webshop.command.js +14 -0
  310. package/build/commands/pre-order-product/update-pre-order-product-webshop.command.js +14 -0
  311. package/build/commands/pre-order-product/update-pre-order-product.command.js +14 -0
  312. package/build/commands/product/create-product.command.js +43 -0
  313. package/build/commands/product/delete-product.command.js +16 -0
  314. package/build/commands/product/generate-product-qr.query.js +27 -0
  315. package/build/commands/product/get-all-product-by-consignment.query.js +15 -0
  316. package/build/commands/product/get-product-list-filters-values.query.js +38 -0
  317. package/build/commands/product/get-product-list.query.js +26 -0
  318. package/build/commands/product/get-product-quantity-calculate.query.js +25 -0
  319. package/build/commands/product/get-product.query.js +15 -0
  320. package/build/commands/product/get-products-unique.query.js +22 -0
  321. package/build/commands/product/group/delete-group-product.command.js +25 -0
  322. package/build/commands/product/group/index.js +23 -0
  323. package/build/commands/product/group/update-group-product-category.command.js +19 -0
  324. package/build/commands/product/group/update-group-product-consignment.command.js +19 -0
  325. package/build/commands/product/group/update-group-product-is-open-by-consignment.command.js +18 -0
  326. package/build/commands/product/group/update-group-product-is-open.command.js +19 -0
  327. package/build/commands/product/group/update-group-product-prices.command.js +24 -0
  328. package/build/commands/product/group/update-group-product-update-batch.command.js +44 -0
  329. package/build/commands/product/index.js +39 -0
  330. package/build/commands/product/match-images-for-products.command.js +20 -0
  331. package/build/commands/product/multiplicity-option/create-product-multiplicity-option.command.js +20 -0
  332. package/build/commands/product/multiplicity-option/delete-product-multiplicity-option.command.js +14 -0
  333. package/build/commands/product/multiplicity-option/get-product-multiplicity-option-titles.query.js +14 -0
  334. package/build/commands/product/multiplicity-option/get-product-multiplicity-options.query.js +15 -0
  335. package/build/commands/product/multiplicity-option/reorder-product-multiplicity-options.command.js +21 -0
  336. package/build/commands/product/multiplicity-option/update-product-multiplicity-option.command.js +22 -0
  337. package/build/commands/product/update-product.command.js +43 -0
  338. package/build/commands/product/webshop/get-client-product-list-filters-values.query.js +31 -0
  339. package/build/commands/product/webshop/get-product-delivery-dates.query.js +16 -0
  340. package/build/commands/product/webshop/get-product-for-client.query.js +15 -0
  341. package/build/commands/product/webshop/get-product-list-for-client.query.js +29 -0
  342. package/build/commands/product-configuration/create-product-configuration.command.js +14 -0
  343. package/build/commands/product-configuration/delete-product-configuration.command.js +15 -0
  344. package/build/commands/product-configuration/find-product-configuration-by-attributes.query.js +24 -0
  345. package/build/commands/product-configuration/get-product-configuration-list.query.js +28 -0
  346. package/build/commands/product-configuration/get-product-configuration.query.js +15 -0
  347. package/build/commands/product-configuration/index.js +22 -0
  348. package/build/commands/product-configuration/update-product-configuration.command.js +14 -0
  349. package/build/commands/product-image/alias/create-product-image-alias.command.js +17 -0
  350. package/build/commands/product-image/alias/delete-product-image-alias.command.js +15 -0
  351. package/build/commands/product-image/alias/update-product-image-alias.command.js +17 -0
  352. package/build/commands/product-image/create-product-image.command.js +23 -0
  353. package/build/commands/product-image/delete-product-image.command.js +13 -0
  354. package/build/commands/product-image/get-product-image-filter-values.query.js +24 -0
  355. package/build/commands/product-image/get-product-image-list.query.js +29 -0
  356. package/build/commands/product-image/get-product-image.query.js +13 -0
  357. package/build/commands/product-image/group/delete-group-product-image.command.js +18 -0
  358. package/build/commands/product-image/group/update-group-product-image.command.js +20 -0
  359. package/build/commands/product-image/index.js +28 -0
  360. package/build/commands/product-image/sync-product-image.command.js +14 -0
  361. package/build/commands/product-image/update-product-image.command.js +23 -0
  362. package/build/commands/product-image-template/create-product-image-template.command.js +15 -0
  363. package/build/commands/product-image-template/delete-group-product-image-template.command.js +17 -0
  364. package/build/commands/product-image-template/delete-product-image-template.command.js +13 -0
  365. package/build/commands/product-image-template/get-product-image-template-list.query.js +20 -0
  366. package/build/commands/product-image-template/get-product-image-template.query.js +13 -0
  367. package/build/commands/product-image-template/index.js +23 -0
  368. package/build/commands/product-image-template/start-parsing-product-image-template.command.js +14 -0
  369. package/build/commands/product-image-template/update-product-image-template.command.js +15 -0
  370. package/build/commands/product-in-package/create-product-in-package.command.js +15 -0
  371. package/build/commands/product-in-package/delete-from-orders-by-package.command.js +16 -0
  372. package/build/commands/product-in-package/delete-product-in-package.command.js +14 -0
  373. package/build/commands/product-in-package/get-product-in-package-by-uuid.query.js +13 -0
  374. package/build/commands/product-in-package/index.js +21 -0
  375. package/build/commands/product-in-package/update-product-in-package.command.js +15 -0
  376. package/build/commands/report/export-client-statement.query.js +31 -0
  377. package/build/commands/report/export-inventory-movement.query.js +52 -0
  378. package/build/commands/report/export-inventory-stock.query.js +32 -0
  379. package/build/commands/report/export-inventory-turnover.query.js +56 -0
  380. package/build/commands/report/export-sales-by-client.query.js +39 -0
  381. package/build/commands/report/export-sales-revenue.query.js +36 -0
  382. package/build/commands/report/get-report-by-client-weeks.query.js +31 -0
  383. package/build/commands/report/get-report-for-period.query.js +44 -0
  384. package/build/commands/report/get-report-group-by-client.query.js +46 -0
  385. package/build/commands/report/get-report-group-by-position.query.js +68 -0
  386. package/build/commands/report/index.js +26 -0
  387. package/build/commands/session/create-ws-ticket.command.js +11 -0
  388. package/build/commands/session/get-active-sessions.query.js +20 -0
  389. package/build/commands/session/index.js +15 -0
  390. package/build/commands/session/session-logout.command.js +11 -0
  391. package/build/commands/session/session-revoke-all.command.js +11 -0
  392. package/build/commands/session/validate-session-s2s.query.js +25 -0
  393. package/build/commands/session/validate-ws-ticket-s2s.query.js +12 -0
  394. package/build/commands/settings/get-settings-for-admin.query.js +13 -0
  395. package/build/commands/settings/get-settings.query.js +13 -0
  396. package/build/commands/settings/index.js +19 -0
  397. package/build/commands/settings/update-settings.command.js +14 -0
  398. package/build/commands/transaction/apply-prepayment-transaction.command.js +17 -0
  399. package/build/commands/transaction/create-transaction.command.js +24 -0
  400. package/build/commands/transaction/delete-transaction.command.js +16 -0
  401. package/build/commands/transaction/export-transactions.command.js +36 -0
  402. package/build/commands/transaction/generate-check-transaction.command.js +18 -0
  403. package/build/commands/transaction/generate-pre-payment-check.command.js +18 -0
  404. package/build/commands/transaction/get-sum-transaction-by-money-account.query.js +32 -0
  405. package/build/commands/transaction/get-transaction-list.query.js +38 -0
  406. package/build/commands/transaction/get-transaction-summary.query.js +39 -0
  407. package/build/commands/transaction/get-transaction.query.js +15 -0
  408. package/build/commands/transaction/index.js +28 -0
  409. package/build/commands/transaction/update-transaction.command.js +19 -0
  410. package/build/commands/transaction/webshop/get-transaction-list-for-client.query.js +37 -0
  411. package/build/commands/type/create-type.command.js +18 -0
  412. package/build/commands/type/delete-type.command.js +17 -0
  413. package/build/commands/type/get-type-by-criteria.query.js +15 -0
  414. package/build/commands/type/get-type-by-uuid.query.js +17 -0
  415. package/build/commands/type/get-type-list.query.js +24 -0
  416. package/build/commands/type/index.js +24 -0
  417. package/build/commands/type/update-type-rank-many.command.js +22 -0
  418. package/build/commands/type/update-type-rank.command.js +19 -0
  419. package/build/commands/type/update-type.command.js +18 -0
  420. package/build/commands/user/attachUserToCompany.command.js +13 -0
  421. package/build/commands/user/create-user-global.command.js +28 -0
  422. package/build/commands/user/createUser.command.js +14 -0
  423. package/build/commands/user/createUserByClientId.command.js +29 -0
  424. package/build/commands/user/createUserForCompany.command.js +27 -0
  425. package/build/commands/user/generate-and-send-password-by-admin.command.js +16 -0
  426. package/build/commands/user/get-user-list-s2s.query.js +13 -0
  427. package/build/commands/user/get-user-list.query.js +26 -0
  428. package/build/commands/user/getUser.command.js +14 -0
  429. package/build/commands/user/index.js +27 -0
  430. package/build/commands/user/update-password-by-user.command.js +15 -0
  431. package/build/commands/user/update-user.command.js +19 -0
  432. package/build/commands/user/updateRole.command.js +18 -0
  433. package/build/commands/work-session/close-work-session-for-employee.command.js +13 -0
  434. package/build/commands/work-session/create-many-work-session.command.js +17 -0
  435. package/build/commands/work-session/create-work-session-for-employee.command.js +14 -0
  436. package/build/commands/work-session/delete-work-session.command.js +13 -0
  437. package/build/commands/work-session/export-overtime.query.js +26 -0
  438. package/build/commands/work-session/get-work-session-extended-list.query.js +21 -0
  439. package/build/commands/work-session/index.js +23 -0
  440. package/build/commands/work-session/update-work-session.command.js +14 -0
  441. package/build/commands/wrire-off-archive/create-wrire-off-archive.command.js +20 -0
  442. package/build/commands/wrire-off-archive/get-write-off-archive-files.command.js +22 -0
  443. package/build/commands/wrire-off-archive/index.js +19 -0
  444. package/build/commands/wrire-off-archive/info-wrire-off-archive.command.js +20 -0
  445. package/build/commands/write-off/create-write-off-from-order.command.js +21 -0
  446. package/build/commands/write-off/create-write-off-from-pending.command.js +30 -0
  447. package/build/commands/write-off/create-write-off-images.command.js +17 -0
  448. package/build/commands/write-off/create-write-off.command.js +20 -0
  449. package/build/commands/write-off/delete-write-off-image.command.js +15 -0
  450. package/build/commands/write-off/delete-write-off.command.js +16 -0
  451. package/build/commands/write-off/get-write-off-list.query.js +27 -0
  452. package/build/commands/write-off/get-write-off-reason-list.query.js +16 -0
  453. package/build/commands/write-off/get-write-off-sum-by-order.query.js +14 -0
  454. package/build/commands/write-off/get-write-off.query.js +13 -0
  455. package/build/commands/write-off/index.js +29 -0
  456. package/build/commands/write-off/update-write-off-price.command.js +18 -0
  457. package/build/commands/write-off/update-write-off-status.command.js +29 -0
  458. package/build/commands/write-off/webshop/create-write-off-from-order-for-client.command.js +20 -0
  459. package/build/commands/write-off/webshop/get-write-off-list-by-order.query.js +15 -0
  460. package/build/commands/write-off/webshop/index.js +18 -0
  461. package/build/constant/error-i18n-key.js +21 -0
  462. package/build/constant/error.js +915 -0
  463. package/build/constant/index.js +19 -0
  464. package/build/constant/verbose.js +22 -0
  465. package/build/enum/action-log-type.enum.js +18 -0
  466. package/build/enum/bank-payment-event-status.enum.js +9 -0
  467. package/build/enum/bank-payment-rule-match-type.enum.js +10 -0
  468. package/build/enum/bank-provider.enum.js +7 -0
  469. package/build/enum/category-status.enum.js +8 -0
  470. package/build/enum/chat-has-manager-mode.enum.js +9 -0
  471. package/build/enum/chat-no-manager-mode.enum.js +8 -0
  472. package/build/enum/client-import-entity-property.enum.js +37 -0
  473. package/build/enum/client-legal-type.enum.js +8 -0
  474. package/build/enum/client-statement-type.enum.js +9 -0
  475. package/build/enum/client-status.enum.js +9 -0
  476. package/build/enum/client-type.enum.js +8 -0
  477. package/build/enum/companyStatus.enum.js +9 -0
  478. package/build/enum/consignment-access-client-status.enum.js +8 -0
  479. package/build/enum/consignment-distribution-validation-status.enum.js +8 -0
  480. package/build/enum/consignment-distribution-validation-type.enum.js +8 -0
  481. package/build/enum/consignment-import-errors.enum.js +9 -0
  482. package/build/enum/consignment-import-schema-relation-entity-property.enum.js +38 -0
  483. package/build/enum/consignment-status.enum.js +9 -0
  484. package/build/enum/consignment-write-off-archives-status.enum.js +9 -0
  485. package/build/enum/context-message-context-type.enum.js +9 -0
  486. package/build/enum/country-code.enum.js +264 -0
  487. package/build/enum/delivery-route-status.enum.js +9 -0
  488. package/build/enum/discount-price-routing.enum.js +10 -0
  489. package/build/enum/discount-rules-apply-type.enum.js +8 -0
  490. package/build/enum/discount-rules-mode-type.enum.js +8 -0
  491. package/build/enum/discount-rules-status.enum.js +8 -0
  492. package/build/enum/discount-rules-type.enum.js +11 -0
  493. package/build/enum/file-expire-prefix.enum.js +8 -0
  494. package/build/enum/image-type.enum.js +8 -0
  495. package/build/enum/import-error-code.enum.js +11 -0
  496. package/build/enum/index.js +82 -0
  497. package/build/enum/inventory-movement-type.enum.js +10 -0
  498. package/build/enum/language.enum.js +8 -0
  499. package/build/enum/match-confidence.enum.js +9 -0
  500. package/build/enum/menu-items-url.enum.js +15 -0
  501. package/build/enum/money-account-status.enum.js +8 -0
  502. package/build/enum/notification-channel.enum.js +17 -0
  503. package/build/enum/notification-status.enum.js +10 -0
  504. package/build/enum/notification-type.enum.js +12 -0
  505. package/build/enum/order-active-status-list.js +13 -0
  506. package/build/enum/order-balance-status-list.js +11 -0
  507. package/build/enum/order-by.enum.js +8 -0
  508. package/build/enum/order-delivery-status.enum.js +8 -0
  509. package/build/enum/order-distribute-status-list.js +10 -0
  510. package/build/enum/order-restricted-status-list.js +5 -0
  511. package/build/enum/order-status.enum.js +17 -0
  512. package/build/enum/order-type.enum.js +8 -0
  513. package/build/enum/order-webshop-available-status-list.js +15 -0
  514. package/build/enum/package-status.enum.js +9 -0
  515. package/build/enum/package-type.enum.js +36 -0
  516. package/build/enum/parse-status.enum.js +9 -0
  517. package/build/enum/position-report-type.enum.js +8 -0
  518. package/build/enum/pre-order-aggregation-mode.enum.js +9 -0
  519. package/build/enum/pre-order-collection-item-import-entity-property.enum.js +29 -0
  520. package/build/enum/pre-order-collection-status.enum.js +8 -0
  521. package/build/enum/pre-order-collection-type.enum.js +8 -0
  522. package/build/enum/pre-order-status.enum.js +12 -0
  523. package/build/enum/product-image-created-from.enum.js +8 -0
  524. package/build/enum/product-image-order.enum.js +8 -0
  525. package/build/enum/product-in-package-status.enum.js +8 -0
  526. package/build/enum/report-period-type.enum.js +9 -0
  527. package/build/enum/sales-unit.enum.js +9 -0
  528. package/build/enum/security-code-status.enum.js +11 -0
  529. package/build/enum/session-platform.enum.js +8 -0
  530. package/build/enum/transaction-type-groups.js +16 -0
  531. package/build/enum/transaction-type.enum.js +10 -0
  532. package/build/enum/user-type.enum.js +8 -0
  533. package/build/enum/userRole.enum.js +17 -0
  534. package/build/enum/userStatus.enum.js +9 -0
  535. package/build/enum/webshop-main-display-mode.enum.js +8 -0
  536. package/build/enum/webshop-mode.enum.js +8 -0
  537. package/build/enum/write-off-status.enum.js +9 -0
  538. package/build/helpers/date.helper.js +15 -0
  539. package/build/helpers/index.js +17 -0
  540. package/build/index.js +22 -0
  541. package/build/schemas/action-log/action-log-payload.schema.js +29 -0
  542. package/build/schemas/action-log/action-log.schema.js +105 -0
  543. package/build/schemas/action-log/index.js +30 -0
  544. package/build/schemas/action-log/order-create-action-log.schema.js +8 -0
  545. package/build/schemas/action-log/order-delete-action-log-payload.schema.js +8 -0
  546. package/build/schemas/action-log/order-info.schema.js +14 -0
  547. package/build/schemas/action-log/order-product-delete-action-log.schema.js +8 -0
  548. package/build/schemas/action-log/order-product-info.schema.js +16 -0
  549. package/build/schemas/action-log/order-product-update-action-log.schema.js +10 -0
  550. package/build/schemas/action-log/order-update-action-log.schema.js +9 -0
  551. package/build/schemas/action-log/pre-order-create-action-log.schema.js +8 -0
  552. package/build/schemas/action-log/pre-order-delete-action-log.schema.js +8 -0
  553. package/build/schemas/action-log/pre-order-info.schema.js +11 -0
  554. package/build/schemas/action-log/pre-order-product-delete-action-log.schema.js +8 -0
  555. package/build/schemas/action-log/pre-order-product-info.schema.js +13 -0
  556. package/build/schemas/action-log/pre-order-product-update-action-log.schema.js +11 -0
  557. package/build/schemas/action-log/transaction-add-action-log.schema.js +8 -0
  558. package/build/schemas/action-log/transaction-delete-action-log.schema.js +8 -0
  559. package/build/schemas/action-log/transaction-info.schema.js +13 -0
  560. package/build/schemas/bank-payment/bank-payment.schema.js +26 -0
  561. package/build/schemas/bank-payment/get-bank-payment-match-suggestions.schema.js +18 -0
  562. package/build/schemas/bank-payment/index.js +17 -0
  563. package/build/schemas/bank-payment-rule/bank-payment-rule.schema.js +19 -0
  564. package/build/schemas/branch/branch-list.schema.js +9 -0
  565. package/build/schemas/branch/branch.schema.js +17 -0
  566. package/build/schemas/category/category.schema.js +20 -0
  567. package/build/schemas/category-alias/category-alias.schema.js +17 -0
  568. package/build/schemas/category-template/category-template.schema.js +19 -0
  569. package/build/schemas/category-template/index.js +17 -0
  570. package/build/schemas/client/client-debt.schema.js +22 -0
  571. package/build/schemas/client/client-individual-profile.schema.js +13 -0
  572. package/build/schemas/client/client-legal-profile.schema.js +25 -0
  573. package/build/schemas/client/client-marking.schema.js +8 -0
  574. package/build/schemas/client/client.schema.js +53 -0
  575. package/build/schemas/client/index.js +21 -0
  576. package/build/schemas/client-payment-identifier/client-payment-identifier.schema.js +20 -0
  577. package/build/schemas/company/company.schema.js +14 -0
  578. package/build/schemas/company/companyList.schema.js +9 -0
  579. package/build/schemas/consignment/consignment-distribution-validation.schema.js +20 -0
  580. package/build/schemas/consignment/consignment-list.schema.js +9 -0
  581. package/build/schemas/consignment/consignment.schema.js +55 -0
  582. package/build/schemas/consignment-import-schema/consignment-import-schema.scheme.js +32 -0
  583. package/build/schemas/consignment-import-schema/index.js +17 -0
  584. package/build/schemas/consignment-import-schema-relation/consignment-import-schema-relation.schema.js +12 -0
  585. package/build/schemas/delete-data-response.schema.js +7 -0
  586. package/build/schemas/delivery-route/delivery-route.schema.js +49 -0
  587. package/build/schemas/discount-rules/discount-rules.schema.js +108 -0
  588. package/build/schemas/distribution/distribution.schema.js +24 -0
  589. package/build/schemas/distribution/validate-distribution-by-product.schema.js +9 -0
  590. package/build/schemas/domain/domain.schema.js +23 -0
  591. package/build/schemas/employee-schedule/employee-schedule.schema.js +42 -0
  592. package/build/schemas/error-message.schema.js +10 -0
  593. package/build/schemas/file/file.schema.js +7 -0
  594. package/build/schemas/file/index.js +17 -0
  595. package/build/schemas/index.js +76 -0
  596. package/build/schemas/message/client-inbox-item.schema.js +15 -0
  597. package/build/schemas/message/context-inbox.schema.js +22 -0
  598. package/build/schemas/message/context-message-list.schema.js +12 -0
  599. package/build/schemas/message/context-message.schema.js +18 -0
  600. package/build/schemas/message/index.js +20 -0
  601. package/build/schemas/messenger-profile/index.js +17 -0
  602. package/build/schemas/messenger-profile/user-messenger-profile.schema.js +18 -0
  603. package/build/schemas/money-account/money-account.schema.js +16 -0
  604. package/build/schemas/order/order.schema.js +62 -0
  605. package/build/schemas/order-delivery/order-delivery.schema.js +14 -0
  606. package/build/schemas/order-product/order-product-list.schema.js +13 -0
  607. package/build/schemas/order-product/order-product-multiplicity-optiom.schema.js +10 -0
  608. package/build/schemas/order-product/order-product.schema.js +70 -0
  609. package/build/schemas/package/package.schema.js +93 -0
  610. package/build/schemas/package/validate-package.schema.js +9 -0
  611. package/build/schemas/pre-order/pre-order-copy.schema.js +21 -0
  612. package/build/schemas/pre-order/pre-order.schema.js +49 -0
  613. package/build/schemas/pre-order-collection/pre-order-collection.schema.js +53 -0
  614. package/build/schemas/pre-order-collection-item/pre-order-collection-item-multiplicity-option.schema.js +11 -0
  615. package/build/schemas/pre-order-collection-item/pre-order-collection-item.schema.js +132 -0
  616. package/build/schemas/pre-order-product/pre-order-product.schema.js +126 -0
  617. package/build/schemas/product/product-list.schema.js +13 -0
  618. package/build/schemas/product/product-multiplicity-option.schema.js +11 -0
  619. package/build/schemas/product/product.schema.js +107 -0
  620. package/build/schemas/product-configuration/product-configuration.schema.js +34 -0
  621. package/build/schemas/product-image/product-image-alias.schema.js +8 -0
  622. package/build/schemas/product-image/product-image.schema.js +32 -0
  623. package/build/schemas/product-image-template/product-image-template.schema.js +21 -0
  624. package/build/schemas/product-in-package/product-in-package.schema.js +30 -0
  625. package/build/schemas/report/client-by-weeks.schema.js +14 -0
  626. package/build/schemas/report/client-statement.schema.js +13 -0
  627. package/build/schemas/session/session.schema.js +13 -0
  628. package/build/schemas/settings/settings.schema.js +224 -0
  629. package/build/schemas/transaction/transaction-list.schema.js +13 -0
  630. package/build/schemas/transaction/transaction.schema.js +31 -0
  631. package/build/schemas/type/type.schema.js +17 -0
  632. package/build/schemas/type/typeList.schema.js +9 -0
  633. package/build/schemas/user/user.schema.js +30 -0
  634. package/build/schemas/work-session/work-session.schema.js +41 -0
  635. package/build/schemas/write-off/write-off-image.schema.js +11 -0
  636. package/build/schemas/write-off/write-off-list.schema.js +9 -0
  637. package/build/schemas/write-off/write-off.schema.js +31 -0
  638. package/build/types/client-import-data.type.js +3 -0
  639. package/build/types/index.js +17 -0
  640. package/commands/auth/get-available-channels.command.ts +19 -0
  641. package/commands/auth/index.ts +2 -0
  642. package/commands/auth/list-mobile-buyer-tenants-by-phone.command.ts +23 -0
  643. package/commands/auth/restore-password-by-security-code.command.ts +2 -0
  644. package/enum/notification-channel.enum.ts +2 -0
  645. package/package.json +3 -5
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPreOrderByPreOrderCollectionUuidContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const GetPreOrderResponseSchema = zod_1.z.object({
7
+ data: schemas_1.PreOrderSchema,
8
+ });
9
+ var GetPreOrderByPreOrderCollectionUuidContractCommand;
10
+ (function (GetPreOrderByPreOrderCollectionUuidContractCommand) {
11
+ GetPreOrderByPreOrderCollectionUuidContractCommand.ResponseSchema = GetPreOrderResponseSchema;
12
+ })(GetPreOrderByPreOrderCollectionUuidContractCommand || (exports.GetPreOrderByPreOrderCollectionUuidContractCommand = GetPreOrderByPreOrderCollectionUuidContractCommand = {}));
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPreOrderListContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const enum_1 = require("../../enum");
7
+ const GetPreOrderListRequestSchema = zod_1.z.object({
8
+ page: zod_1.z.string().transform(val => Number(val) || 1),
9
+ count: zod_1.z.coerce.number().optional().default(10),
10
+ searchQuery: zod_1.z.string().optional(),
11
+ clientUUID: zod_1.z.string().optional(),
12
+ preOrderCollectionUUID: zod_1.z.string().optional(),
13
+ status: zod_1.z.nativeEnum(enum_1.PreOrderStatusEnum).array().optional(),
14
+ createdAtFrom: zod_1.z.coerce.date().optional(),
15
+ createdAtTo: zod_1.z.coerce.date().optional(),
16
+ responsibleUserUUID: zod_1.z.string().optional(),
17
+ group: zod_1.z.string().optional(),
18
+ });
19
+ const GetPreOrderListResponseSchema = zod_1.z.object({
20
+ data: schemas_1.PreOrderListSchema,
21
+ });
22
+ var GetPreOrderListContractCommand;
23
+ (function (GetPreOrderListContractCommand) {
24
+ GetPreOrderListContractCommand.RequestSchema = GetPreOrderListRequestSchema;
25
+ GetPreOrderListContractCommand.ResponseSchema = GetPreOrderListResponseSchema;
26
+ })(GetPreOrderListContractCommand || (exports.GetPreOrderListContractCommand = GetPreOrderListContractCommand = {}));
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPreOrderContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const GetPreOrdertResponseSchema = zod_1.z.object({
7
+ data: schemas_1.PreOrderExtendedSchema,
8
+ });
9
+ var GetPreOrderContractCommand;
10
+ (function (GetPreOrderContractCommand) {
11
+ GetPreOrderContractCommand.ResponseSchema = GetPreOrdertResponseSchema;
12
+ })(GetPreOrderContractCommand || (exports.GetPreOrderContractCommand = GetPreOrderContractCommand = {}));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetStandingOrderImportTemplateContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const GetStandingOrderImportTemplateResponseSchema = zod_1.z.object({
6
+ data: zod_1.z.object({
7
+ url: zod_1.z.string().url(),
8
+ }),
9
+ });
10
+ var GetStandingOrderImportTemplateContractCommand;
11
+ (function (GetStandingOrderImportTemplateContractCommand) {
12
+ GetStandingOrderImportTemplateContractCommand.ResponseSchema = GetStandingOrderImportTemplateResponseSchema;
13
+ })(GetStandingOrderImportTemplateContractCommand || (exports.GetStandingOrderImportTemplateContractCommand = GetStandingOrderImportTemplateContractCommand = {}));
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalyzeCopyPreOrdersContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const AnalyzeCopyPreOrdersRequestSchema = zod_1.z.object({
7
+ preOrderUUIDList: zod_1.z.array(zod_1.z.uuid()),
8
+ targetPreOrderCollectionUUID: zod_1.z.uuid(),
9
+ matchingConfig: schemas_1.MatchingConfigSchema.optional().nullable(),
10
+ });
11
+ const AnalyzeCopyPreOrdersResponseSchema = zod_1.z.object({
12
+ message: zod_1.z.string().optional(),
13
+ data: zod_1.z.object({
14
+ analyses: zod_1.z.array(schemas_1.CopyAnalysisSchema),
15
+ errorList: zod_1.z.array(zod_1.z.string()).optional(),
16
+ }),
17
+ });
18
+ var AnalyzeCopyPreOrdersContractCommand;
19
+ (function (AnalyzeCopyPreOrdersContractCommand) {
20
+ AnalyzeCopyPreOrdersContractCommand.RequestSchema = AnalyzeCopyPreOrdersRequestSchema;
21
+ AnalyzeCopyPreOrdersContractCommand.ResponseSchema = AnalyzeCopyPreOrdersResponseSchema;
22
+ AnalyzeCopyPreOrdersContractCommand.AnalysisSchema = schemas_1.CopyAnalysisSchema;
23
+ })(AnalyzeCopyPreOrdersContractCommand || (exports.AnalyzeCopyPreOrdersContractCommand = AnalyzeCopyPreOrdersContractCommand = {}));
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalyzeCreateOrdersFromPreOrdersContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const AnalyzeCreateOrdersFromPreOrdersRequestSchema = zod_1.z.object({
7
+ preOrderUUIDs: zod_1.z.uuid().array(),
8
+ consignmentUUIDs: zod_1.z.uuid().array(),
9
+ matchingConfig: schemas_1.MatchingConfigSchema.optional().nullable(),
10
+ isProportionalAllocation: zod_1.z.coerce.boolean().optional(),
11
+ });
12
+ const AnalyzeCreateOrdersFromPreOrdersResponseSchema = zod_1.z.object({
13
+ message: zod_1.z.string().optional(),
14
+ data: zod_1.z.object({
15
+ analyses: zod_1.z.array(zod_1.z.object({
16
+ preOrder: schemas_1.PreOrderWithClientSchema,
17
+ mappings: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
18
+ item: schemas_1.PreOrderProductExtendedSchema,
19
+ matches: zod_1.z.array(zod_1.z.object({
20
+ product: schemas_1.ProductExtendedForAdminSchema,
21
+ quantity: zod_1.z.number(),
22
+ remainingBalance: zod_1.z.number(),
23
+ })),
24
+ warnings: zod_1.z.array(zod_1.z.string()),
25
+ remainingQuantity: zod_1.z.number(),
26
+ })),
27
+ warnings: zod_1.z.array(zod_1.z.string()),
28
+ })),
29
+ errorList: zod_1.z
30
+ .array(zod_1.z.object({
31
+ code: zod_1.z.string(),
32
+ message: zod_1.z.string(),
33
+ }))
34
+ .optional(),
35
+ }),
36
+ });
37
+ var AnalyzeCreateOrdersFromPreOrdersContractCommand;
38
+ (function (AnalyzeCreateOrdersFromPreOrdersContractCommand) {
39
+ AnalyzeCreateOrdersFromPreOrdersContractCommand.RequestSchema = AnalyzeCreateOrdersFromPreOrdersRequestSchema;
40
+ AnalyzeCreateOrdersFromPreOrdersContractCommand.ResponseSchema = AnalyzeCreateOrdersFromPreOrdersResponseSchema;
41
+ })(AnalyzeCreateOrdersFromPreOrdersContractCommand || (exports.AnalyzeCreateOrdersFromPreOrdersContractCommand = AnalyzeCreateOrdersFromPreOrdersContractCommand = {}));
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalyzeCreatePreOrdersFromStandingOrdersContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const AnalyzeCreatePreOrdersFromStandingOrdersRequestSchema = zod_1.z.object({
7
+ standingOrderUUIDs: zod_1.z.uuid().array(),
8
+ preOrderCollectionUUIDs: zod_1.z.uuid().array(),
9
+ matchingConfig: schemas_1.MatchingConfigSchema.optional().nullable(),
10
+ });
11
+ const AnalyzeCreatePreOrdersFromStandingOrdersResponseSchema = zod_1.z.object({
12
+ message: zod_1.z.string().optional(),
13
+ data: zod_1.z.object({
14
+ analyses: zod_1.z.array(zod_1.z.object({
15
+ standingOrder: schemas_1.PreOrderWithClientSchema,
16
+ mappings: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
17
+ standingOrderProduct: schemas_1.PreOrderProductExtendedSchema,
18
+ matches: zod_1.z.array(zod_1.z.object({
19
+ collectionItem: schemas_1.PreOrderCollectionItemSchema,
20
+ quantity: zod_1.z.number(),
21
+ })),
22
+ remainingQuantity: zod_1.z.number(),
23
+ })),
24
+ warnings: zod_1.z.record(zod_1.z.string(), zod_1.z.array(zod_1.z.string())),
25
+ })),
26
+ errorList: zod_1.z
27
+ .array(zod_1.z.object({
28
+ code: zod_1.z.string(),
29
+ message: zod_1.z.string(),
30
+ }))
31
+ .optional(),
32
+ }),
33
+ });
34
+ var AnalyzeCreatePreOrdersFromStandingOrdersContractCommand;
35
+ (function (AnalyzeCreatePreOrdersFromStandingOrdersContractCommand) {
36
+ AnalyzeCreatePreOrdersFromStandingOrdersContractCommand.RequestSchema = AnalyzeCreatePreOrdersFromStandingOrdersRequestSchema;
37
+ AnalyzeCreatePreOrdersFromStandingOrdersContractCommand.ResponseSchema = AnalyzeCreatePreOrdersFromStandingOrdersResponseSchema;
38
+ })(AnalyzeCreatePreOrdersFromStandingOrdersContractCommand || (exports.AnalyzeCreatePreOrdersFromStandingOrdersContractCommand = AnalyzeCreatePreOrdersFromStandingOrdersContractCommand = {}));
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GroupCopyPreOrdersToCollectionContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const pre_order_product_schema_1 = require("../../../schemas/pre-order-product/pre-order-product.schema");
6
+ const GroupCopyPreOrdersToCollectionRequestSchema = zod_1.z.object({
7
+ preOrderUUIDList: zod_1.z.array(zod_1.z.uuid()),
8
+ targetPreOrderCollectionUUID: zod_1.z.uuid(),
9
+ matchingConfig: pre_order_product_schema_1.MatchingConfigSchema.optional().nullable(),
10
+ });
11
+ const GroupCopyPreOrdersToCollectionResponseSchema = zod_1.z.object({
12
+ message: zod_1.z.string().optional(),
13
+ data: zod_1.z.object({
14
+ created: zod_1.z.array(zod_1.z.object({
15
+ sourcePreOrder: zod_1.z.object({
16
+ uuid: zod_1.z.string(),
17
+ preOrderNum: zod_1.z.number(),
18
+ clientName: zod_1.z.string(),
19
+ }),
20
+ targetPreOrder: zod_1.z.object({
21
+ uuid: zod_1.z.string(),
22
+ preOrderNum: zod_1.z.number(),
23
+ }),
24
+ warnings: zod_1.z.array(zod_1.z.string()),
25
+ })),
26
+ failed: zod_1.z.array(zod_1.z.object({
27
+ sourcePreOrder: zod_1.z.object({
28
+ uuid: zod_1.z.string(),
29
+ preOrderNum: zod_1.z.number(),
30
+ clientName: zod_1.z.string(),
31
+ }),
32
+ error: zod_1.z.array(zod_1.z.string()),
33
+ })),
34
+ }),
35
+ });
36
+ var GroupCopyPreOrdersToCollectionContractCommand;
37
+ (function (GroupCopyPreOrdersToCollectionContractCommand) {
38
+ GroupCopyPreOrdersToCollectionContractCommand.RequestSchema = GroupCopyPreOrdersToCollectionRequestSchema;
39
+ GroupCopyPreOrdersToCollectionContractCommand.ResponseSchema = GroupCopyPreOrdersToCollectionResponseSchema;
40
+ })(GroupCopyPreOrdersToCollectionContractCommand || (exports.GroupCopyPreOrdersToCollectionContractCommand = GroupCopyPreOrdersToCollectionContractCommand = {}));
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GroupCreateOrdersFromPreOrdersContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const GroupCreateOrdersFromPreOrdersRequestSchema = zod_1.z.object({
7
+ preOrderUUIDs: zod_1.z.uuid().array(),
8
+ consignmentUUIDs: zod_1.z.uuid().array(),
9
+ matchingConfig: schemas_1.MatchingConfigSchema.optional().nullable(),
10
+ isProportionalAllocation: zod_1.z.coerce.boolean().optional(),
11
+ orderProductTag: zod_1.z.string().nullable().optional(),
12
+ });
13
+ const GroupCreateOrdersFromPreOrdersResponseSchema = zod_1.z.object({
14
+ message: zod_1.z.string().optional(),
15
+ data: zod_1.z.object({
16
+ created: zod_1.z
17
+ .object({
18
+ preOrderUUID: zod_1.z.uuid(),
19
+ orders: schemas_1.OrderSchema.extend({
20
+ warnings: zod_1.z.string().array(),
21
+ }).array(),
22
+ })
23
+ .array(),
24
+ failed: zod_1.z
25
+ .object({
26
+ preOrderUUID: zod_1.z.uuid(),
27
+ error: zod_1.z.object({
28
+ code: zod_1.z.string(),
29
+ message: zod_1.z.string(),
30
+ }),
31
+ })
32
+ .array(),
33
+ }),
34
+ });
35
+ var GroupCreateOrdersFromPreOrdersContractCommand;
36
+ (function (GroupCreateOrdersFromPreOrdersContractCommand) {
37
+ GroupCreateOrdersFromPreOrdersContractCommand.RequestSchema = GroupCreateOrdersFromPreOrdersRequestSchema;
38
+ GroupCreateOrdersFromPreOrdersContractCommand.ResponseSchema = GroupCreateOrdersFromPreOrdersResponseSchema;
39
+ })(GroupCreateOrdersFromPreOrdersContractCommand || (exports.GroupCreateOrdersFromPreOrdersContractCommand = GroupCreateOrdersFromPreOrdersContractCommand = {}));
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GroupCreatePreOrdersFromStandingOrdersContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const GroupCreatePreOrdersFromStandingOrdersRequestSchema = zod_1.z.object({
7
+ standingOrderUUIDs: zod_1.z.uuid().array(),
8
+ preOrderCollectionUUIDs: zod_1.z.uuid().array(),
9
+ matchingConfig: schemas_1.MatchingConfigSchema.optional().nullable(),
10
+ });
11
+ const GroupCreatePreOrdersFromStandingOrdersResponseSchema = zod_1.z.object({
12
+ message: zod_1.z.string().optional(),
13
+ data: zod_1.z.object({
14
+ created: zod_1.z
15
+ .object({
16
+ standingOrderUUID: zod_1.z.uuid(),
17
+ preOrders: schemas_1.PreOrderSchema.array(),
18
+ warnings: zod_1.z.string().array(),
19
+ })
20
+ .array(),
21
+ failed: zod_1.z
22
+ .object({
23
+ standingOrderUUID: zod_1.z.uuid(),
24
+ error: zod_1.z.object({
25
+ code: zod_1.z.string(),
26
+ message: zod_1.z.string(),
27
+ }),
28
+ })
29
+ .array(),
30
+ }),
31
+ });
32
+ var GroupCreatePreOrdersFromStandingOrdersContractCommand;
33
+ (function (GroupCreatePreOrdersFromStandingOrdersContractCommand) {
34
+ GroupCreatePreOrdersFromStandingOrdersContractCommand.RequestSchema = GroupCreatePreOrdersFromStandingOrdersRequestSchema;
35
+ GroupCreatePreOrdersFromStandingOrdersContractCommand.ResponseSchema = GroupCreatePreOrdersFromStandingOrdersResponseSchema;
36
+ })(GroupCreatePreOrdersFromStandingOrdersContractCommand || (exports.GroupCreatePreOrdersFromStandingOrdersContractCommand = GroupCreatePreOrdersFromStandingOrdersContractCommand = {}));
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GroupDeletePreOrderContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const GroupDeletePreOrderRequestSchema = zod_1.z.object({
6
+ uuids: zod_1.z.array(zod_1.z.string()),
7
+ });
8
+ const GroupDeletePreOrderResponseSchema = zod_1.z.object({
9
+ message: zod_1.z.string().optional(),
10
+ data: zod_1.z.object({
11
+ success: zod_1.z.boolean(),
12
+ }),
13
+ });
14
+ var GroupDeletePreOrderContractCommand;
15
+ (function (GroupDeletePreOrderContractCommand) {
16
+ GroupDeletePreOrderContractCommand.RequestSchema = GroupDeletePreOrderRequestSchema;
17
+ GroupDeletePreOrderContractCommand.ResponseSchema = GroupDeletePreOrderResponseSchema;
18
+ })(GroupDeletePreOrderContractCommand || (exports.GroupDeletePreOrderContractCommand = GroupDeletePreOrderContractCommand = {}));
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GroupUpdatePreOrderContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const GroupUpdatePreOrderRequestSchema = zod_1.z.object({
7
+ uuids: zod_1.z.array(zod_1.z.string()),
8
+ data: schemas_1.UpdatePreOrderSchema,
9
+ });
10
+ const GroupUpdatePreOrderResponseSchema = zod_1.z.object({
11
+ message: zod_1.z.string().optional(),
12
+ data: zod_1.z.object({
13
+ success: zod_1.z.boolean(),
14
+ }),
15
+ });
16
+ var GroupUpdatePreOrderContractCommand;
17
+ (function (GroupUpdatePreOrderContractCommand) {
18
+ GroupUpdatePreOrderContractCommand.RequestSchema = GroupUpdatePreOrderRequestSchema;
19
+ GroupUpdatePreOrderContractCommand.ResponseSchema = GroupUpdatePreOrderResponseSchema;
20
+ })(GroupUpdatePreOrderContractCommand || (exports.GroupUpdatePreOrderContractCommand = GroupUpdatePreOrderContractCommand = {}));
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./group-create-pre-orders-from-standing-orders.command"), exports);
18
+ __exportStar(require("./group-delete-pre-order.command"), exports);
19
+ __exportStar(require("./group-update-pre-order.command"), exports);
20
+ __exportStar(require("./analyze-create-pre-orders-from-standing-orders.command"), exports);
21
+ __exportStar(require("./analyze-create-pre-orders-from-standing-orders.command"), exports);
22
+ __exportStar(require("./analyze-create-orders-from-pre-orders.command"), exports);
23
+ __exportStar(require("./group-create-orders-from-pre-orders.command"), exports);
24
+ __exportStar(require("./analyze-copy-pre-orders.command"), exports);
25
+ __exportStar(require("./group-copy-pre-orders-to-collection.command"), exports);
26
+ __exportStar(require("./merge-pre-orders.command"), exports);
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MergePreOrdersContractCommand = exports.MergePreOrdersGroupAnalysisResponseSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const MergePreOrdersRequestSchema = zod_1.z.object({
7
+ preOrderUUIDList: zod_1.z.array(zod_1.z.string().uuid()).min(2),
8
+ });
9
+ exports.MergePreOrdersGroupAnalysisResponseSchema = zod_1.z.object({
10
+ clientUUID: zod_1.z.string(),
11
+ branchUUID: zod_1.z.string().nullable(),
12
+ isPossible: zod_1.z.boolean(),
13
+ targetPreOrderUUID: zod_1.z.string().nullable(),
14
+ sourcePreOrdersUUIDs: zod_1.z.array(zod_1.z.string()),
15
+ errors: zod_1.z.array(schemas_1.ErrorMessageSchema),
16
+ warnings: zod_1.z.array(schemas_1.ErrorMessageSchema),
17
+ mergeInfo: zod_1.z
18
+ .object({
19
+ willMergeTags: zod_1.z.boolean(),
20
+ willMergeComments: zod_1.z.boolean(),
21
+ totalProducts: zod_1.z.number(),
22
+ })
23
+ .optional(),
24
+ });
25
+ const MergePreOrdersResponseSchema = zod_1.z.object({
26
+ message: zod_1.z.string().optional(),
27
+ data: zod_1.z.array(exports.MergePreOrdersGroupAnalysisResponseSchema),
28
+ });
29
+ var MergePreOrdersContractCommand;
30
+ (function (MergePreOrdersContractCommand) {
31
+ MergePreOrdersContractCommand.RequestSchema = MergePreOrdersRequestSchema;
32
+ MergePreOrdersContractCommand.ResponseSchema = MergePreOrdersResponseSchema;
33
+ })(MergePreOrdersContractCommand || (exports.MergePreOrdersContractCommand = MergePreOrdersContractCommand = {}));
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ImportStandingOrderContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const ImportRowErrorSchema = zod_1.z.object({
6
+ row: zod_1.z.number(),
7
+ column: zod_1.z.string(),
8
+ message: zod_1.z.string(),
9
+ code: zod_1.z.string(),
10
+ i18nKey: zod_1.z.string().optional(),
11
+ i18nParams: zod_1.z.record(zod_1.z.string(), zod_1.z.union([zod_1.z.string(), zod_1.z.number(), zod_1.z.null()])).optional(),
12
+ });
13
+ const ImportStandingOrderResponseSchema = zod_1.z.object({
14
+ message: zod_1.z.string().optional(),
15
+ data: zod_1.z.object({
16
+ success: zod_1.z.boolean(),
17
+ errors: zod_1.z.array(ImportRowErrorSchema),
18
+ warnings: zod_1.z.array(ImportRowErrorSchema),
19
+ }),
20
+ });
21
+ var ImportStandingOrderContractCommand;
22
+ (function (ImportStandingOrderContractCommand) {
23
+ ImportStandingOrderContractCommand.ResponseSchema = ImportStandingOrderResponseSchema;
24
+ })(ImportStandingOrderContractCommand || (exports.ImportStandingOrderContractCommand = ImportStandingOrderContractCommand = {}));
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./create-pre-order.command"), exports);
18
+ __exportStar(require("./update-pre-order.command"), exports);
19
+ __exportStar(require("./get-pre-order-list.query"), exports);
20
+ __exportStar(require("./get-pre-order.query"), exports);
21
+ __exportStar(require("./delete-pre-order.command"), exports);
22
+ __exportStar(require("./group"), exports);
23
+ __exportStar(require("./webshop"), exports);
24
+ __exportStar(require("./webshop/update-pre-order-webshop.command"), exports);
25
+ __exportStar(require("./get-pre-order-by-pre-order-collection-uuid.command"), exports);
26
+ __exportStar(require("./create-order-from-pre-order.command"), exports);
27
+ __exportStar(require("./import-standing-order.command"), exports);
28
+ __exportStar(require("./get-standing-order-import-template.command"), exports);
29
+ __exportStar(require("./export-pre-order.command"), exports);
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePreOrderContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const UpdatePreOrderResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.PreOrderSchema,
9
+ });
10
+ var UpdatePreOrderContractCommand;
11
+ (function (UpdatePreOrderContractCommand) {
12
+ UpdatePreOrderContractCommand.RequestSchema = schemas_1.UpdatePreOrderSchema;
13
+ UpdatePreOrderContractCommand.ResponseSchema = UpdatePreOrderResponseSchema;
14
+ })(UpdatePreOrderContractCommand || (exports.UpdatePreOrderContractCommand = UpdatePreOrderContractCommand = {}));
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CheckoutPreOrderWebshopContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const CheckoutPreOrderWebshopRequestSchema = zod_1.z
7
+ .object({
8
+ comment: zod_1.z.string().nullable().optional(),
9
+ branchUUID: zod_1.z.string().nullable().optional(),
10
+ })
11
+ .default({});
12
+ const CheckoutPreOrderWebshopResponseSchema = zod_1.z.object({
13
+ message: zod_1.z.string().optional(),
14
+ data: schemas_1.PreOrderSchema,
15
+ });
16
+ var CheckoutPreOrderWebshopContractCommand;
17
+ (function (CheckoutPreOrderWebshopContractCommand) {
18
+ CheckoutPreOrderWebshopContractCommand.RequestSchema = CheckoutPreOrderWebshopRequestSchema;
19
+ CheckoutPreOrderWebshopContractCommand.ResponseSchema = CheckoutPreOrderWebshopResponseSchema;
20
+ })(CheckoutPreOrderWebshopContractCommand || (exports.CheckoutPreOrderWebshopContractCommand = CheckoutPreOrderWebshopContractCommand = {}));
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePreOrderWebshopContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const CreatePreOrderWebshopResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.PreOrderSchema,
9
+ });
10
+ var CreatePreOrderWebshopContractCommand;
11
+ (function (CreatePreOrderWebshopContractCommand) {
12
+ CreatePreOrderWebshopContractCommand.RequestSchema = schemas_1.CreatePreOrderWebshopSchema;
13
+ CreatePreOrderWebshopContractCommand.ResponseSchema = CreatePreOrderWebshopResponseSchema;
14
+ })(CreatePreOrderWebshopContractCommand || (exports.CreatePreOrderWebshopContractCommand = CreatePreOrderWebshopContractCommand = {}));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePreOrderWebshopContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const DeletePreOrderWebshopResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.DeleteDataResponseSchema,
9
+ });
10
+ var DeletePreOrderWebshopContractCommand;
11
+ (function (DeletePreOrderWebshopContractCommand) {
12
+ DeletePreOrderWebshopContractCommand.ResponseSchema = DeletePreOrderWebshopResponseSchema;
13
+ })(DeletePreOrderWebshopContractCommand || (exports.DeletePreOrderWebshopContractCommand = DeletePreOrderWebshopContractCommand = {}));
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPreOrderListWebshopContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const enum_1 = require("../../../enum");
6
+ const schemas_1 = require("../../../schemas");
7
+ const GetPreOrderListWebshopRequestSchema = zod_1.z.object({
8
+ page: zod_1.z.coerce.number().optional().default(1),
9
+ count: zod_1.z.coerce.number().optional().default(10),
10
+ statuses: zod_1.z.array(zod_1.z.nativeEnum(enum_1.PreOrderStatusEnum)).optional(),
11
+ });
12
+ const GetPreOrderListResponseSchema = zod_1.z.object({
13
+ data: schemas_1.PreOrderListSchema,
14
+ });
15
+ var GetPreOrderListWebshopContractCommand;
16
+ (function (GetPreOrderListWebshopContractCommand) {
17
+ GetPreOrderListWebshopContractCommand.RequestSchema = GetPreOrderListWebshopRequestSchema;
18
+ GetPreOrderListWebshopContractCommand.ResponseSchema = GetPreOrderListResponseSchema;
19
+ })(GetPreOrderListWebshopContractCommand || (exports.GetPreOrderListWebshopContractCommand = GetPreOrderListWebshopContractCommand = {}));
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./update-pre-order-webshop.command"), exports);
18
+ __exportStar(require("./create-pre-order-webshop.command"), exports);
19
+ __exportStar(require("./get-pre-order-list-webshop.command"), exports);
20
+ __exportStar(require("./delete-pre-order-webshop.command"), exports);
21
+ __exportStar(require("./checkout-pre-order-webshop.command"), exports);
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePreOrderWebshopContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../../schemas");
6
+ const UpdatePreOrderWebshopResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.PreOrderSchema,
9
+ });
10
+ var UpdatePreOrderWebshopContractCommand;
11
+ (function (UpdatePreOrderWebshopContractCommand) {
12
+ UpdatePreOrderWebshopContractCommand.RequestSchema = schemas_1.UpdatePreOrderWebshopSchema;
13
+ UpdatePreOrderWebshopContractCommand.ResponseSchema = UpdatePreOrderWebshopResponseSchema;
14
+ })(UpdatePreOrderWebshopContractCommand || (exports.UpdatePreOrderWebshopContractCommand = UpdatePreOrderWebshopContractCommand = {}));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopyPreOrderCollectionContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const CopyPreOrderCollectionResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.PreOrderCollectionSchema,
9
+ });
10
+ var CopyPreOrderCollectionContractCommand;
11
+ (function (CopyPreOrderCollectionContractCommand) {
12
+ CopyPreOrderCollectionContractCommand.ResponseSchema = CopyPreOrderCollectionResponseSchema;
13
+ })(CopyPreOrderCollectionContractCommand || (exports.CopyPreOrderCollectionContractCommand = CopyPreOrderCollectionContractCommand = {}));
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePreOrderCollectionContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const CreatePreOrderCollectionResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.PreOrderCollectionSchema,
9
+ });
10
+ var CreatePreOrderCollectionContractCommand;
11
+ (function (CreatePreOrderCollectionContractCommand) {
12
+ CreatePreOrderCollectionContractCommand.RequestSchema = schemas_1.CreatePreOrderCollectionSchema;
13
+ CreatePreOrderCollectionContractCommand.ResponseSchema = CreatePreOrderCollectionResponseSchema;
14
+ })(CreatePreOrderCollectionContractCommand || (exports.CreatePreOrderCollectionContractCommand = CreatePreOrderCollectionContractCommand = {}));
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePreOrderCollectionContractCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const DeletePreOrderCollectionResponseSchema = zod_1.z.object({
6
+ message: zod_1.z.string().optional(),
7
+ data: zod_1.z.object({
8
+ success: zod_1.z.boolean(),
9
+ }),
10
+ });
11
+ var DeletePreOrderCollectionContractCommand;
12
+ (function (DeletePreOrderCollectionContractCommand) {
13
+ DeletePreOrderCollectionContractCommand.ResponseSchema = DeletePreOrderCollectionResponseSchema;
14
+ })(DeletePreOrderCollectionContractCommand || (exports.DeletePreOrderCollectionContractCommand = DeletePreOrderCollectionContractCommand = {}));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPreOrderCollectionAllContractQuery = void 0;
4
+ const zod_1 = require("zod");
5
+ const schemas_1 = require("../../schemas");
6
+ const GetPreOrderCollectionAllResponseSchema = zod_1.z.object({
7
+ message: zod_1.z.string().optional(),
8
+ data: schemas_1.PreOrderCollectionSchema.array(),
9
+ });
10
+ var GetPreOrderCollectionAllContractQuery;
11
+ (function (GetPreOrderCollectionAllContractQuery) {
12
+ GetPreOrderCollectionAllContractQuery.ResponseSchema = GetPreOrderCollectionAllResponseSchema;
13
+ })(GetPreOrderCollectionAllContractQuery || (exports.GetPreOrderCollectionAllContractQuery = GetPreOrderCollectionAllContractQuery = {}));