@floristcloud/api-lib 1.2.0 → 1.2.1

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 (641) hide show
  1. package/commands/index.ts +7 -1
  2. package/commands/session/get-active-sessions.query.ts +11 -2
  3. package/package.json +1 -1
  4. package/schemas/index.ts +0 -1
  5. package/build/commands/action-log/create-action-log.command.js +0 -15
  6. package/build/commands/action-log/get-action-log-list-for-client.query.js +0 -34
  7. package/build/commands/action-log/get-action-log-list.query.js +0 -35
  8. package/build/commands/action-log/index.js +0 -19
  9. package/build/commands/auth/index.js +0 -24
  10. package/build/commands/auth/login-user.command.js +0 -22
  11. package/build/commands/auth/mobile-login-user.command.js +0 -22
  12. package/build/commands/auth/register-user.command.js +0 -21
  13. package/build/commands/auth/reset-password-by-admin.command.js +0 -15
  14. package/build/commands/auth/reset-password-by-security-code.command.js +0 -24
  15. package/build/commands/auth/reset-password-by-token.command.js +0 -26
  16. package/build/commands/auth/reset-password-by-user.command.js +0 -15
  17. package/build/commands/auth/restore-password-by-security-code.command.js +0 -16
  18. package/build/commands/bank-payment/apply-bank-payment-event.command.js +0 -18
  19. package/build/commands/bank-payment/get-bank-payment-list.query.js +0 -38
  20. package/build/commands/bank-payment/get-bank-payment-match-suggestions.query.js +0 -12
  21. package/build/commands/bank-payment/index.js +0 -20
  22. package/build/commands/bank-payment/update-bank-payment-status.query.js +0 -19
  23. package/build/commands/bank-payment-rule/create-bank-payment-rule.command.js +0 -22
  24. package/build/commands/bank-payment-rule/delete-bank-payment-rule.command.js +0 -14
  25. package/build/commands/bank-payment-rule/get-bank-payment-rule-list.query.js +0 -18
  26. package/build/commands/bank-payment-rule/get-bank-payment-rule.query.js +0 -13
  27. package/build/commands/bank-payment-rule/index.js +0 -21
  28. package/build/commands/bank-payment-rule/update-bank-payment-rule.command.js +0 -22
  29. package/build/commands/branch/create-branch.command.js +0 -23
  30. package/build/commands/branch/delete-branch.command.js +0 -19
  31. package/build/commands/branch/get-branch-list-all-by-client-uuid.query.js +0 -15
  32. package/build/commands/branch/get-branch-list.query.js +0 -18
  33. package/build/commands/branch/get-branch.query.js +0 -15
  34. package/build/commands/branch/index.js +0 -22
  35. package/build/commands/branch/update-branch.command.js +0 -23
  36. package/build/commands/category/create-category.command.js +0 -21
  37. package/build/commands/category/delete-category.command.js +0 -19
  38. package/build/commands/category/get-category-by-uuid.query.js +0 -17
  39. package/build/commands/category/get-category-list.query.js +0 -30
  40. package/build/commands/category/index.js +0 -22
  41. package/build/commands/category/update-category-command.js +0 -23
  42. package/build/commands/category/webshop/get-category-list-for-client.query.js +0 -13
  43. package/build/commands/category-alias/create-category-alias.command.js +0 -17
  44. package/build/commands/category-alias/delete-category-alias.command.js +0 -19
  45. package/build/commands/category-alias/get-category-alias-by-uuid.query.js +0 -17
  46. package/build/commands/category-alias/get-category-alias-list-by-category-uuid.query.js +0 -21
  47. package/build/commands/category-alias/get-category-alias-list.query.js +0 -23
  48. package/build/commands/category-alias/index.js +0 -17
  49. package/build/commands/category-alias/update-category-alias.command.js +0 -18
  50. package/build/commands/category-template/create-category-template.command.js +0 -20
  51. package/build/commands/category-template/get-category-template-by-uuid.query.js +0 -13
  52. package/build/commands/category-template/get-category-template-list.query.js +0 -13
  53. package/build/commands/category-template/index.js +0 -20
  54. package/build/commands/category-template/update-category-template.command.js +0 -20
  55. package/build/commands/client/attach-user-to-client.command.js +0 -17
  56. package/build/commands/client/create-client.command.js +0 -36
  57. package/build/commands/client/delete-client.command.js +0 -19
  58. package/build/commands/client/detach-user-from-client.command.js +0 -15
  59. package/build/commands/client/get-client-calculate.query.js +0 -17
  60. package/build/commands/client/get-client-debt-list.query.js +0 -25
  61. package/build/commands/client/get-client-filters-values.query.js +0 -17
  62. package/build/commands/client/get-client-list.query.js +0 -31
  63. package/build/commands/client/get-client.query.js +0 -15
  64. package/build/commands/client/import-client.command.js +0 -22
  65. package/build/commands/client/index.js +0 -36
  66. package/build/commands/client/marking/create-client-marking.command.js +0 -17
  67. package/build/commands/client/marking/delete-client-marking.command.js +0 -15
  68. package/build/commands/client/marking/get-client-marking-by-client-list.command.js +0 -16
  69. package/build/commands/client/marking/update-client-marking.command.js +0 -17
  70. package/build/commands/client/profile/create-client-individual-profile.command.js +0 -20
  71. package/build/commands/client/profile/create-client-legal-profile.command.js +0 -19
  72. package/build/commands/client/profile/delete-client-individual-profile.command.js +0 -17
  73. package/build/commands/client/profile/delete-client-legal-profile.command.js +0 -17
  74. package/build/commands/client/profile/get-client-individual-profile.query.js +0 -17
  75. package/build/commands/client/profile/index.js +0 -23
  76. package/build/commands/client/profile/update-client-individual-profile.command.js +0 -20
  77. package/build/commands/client/profile/update-client-legal-profile.command.js +0 -19
  78. package/build/commands/client/set-balance-calculate-client.command.js +0 -13
  79. package/build/commands/client/update-client.command.js +0 -38
  80. package/build/commands/client/webshop/register-client-webshop.command.js +0 -23
  81. package/build/commands/client/webshop/update-client-for-client.command.js +0 -21
  82. package/build/commands/client-payment-identifier/create-client-payment-identifier.command.js +0 -22
  83. package/build/commands/client-payment-identifier/delete-client-payment-identifier.command.js +0 -14
  84. package/build/commands/client-payment-identifier/get-client-payment-identifier-list.query.js +0 -27
  85. package/build/commands/client-payment-identifier/index.js +0 -19
  86. package/build/commands/company/createCompany.command.js +0 -20
  87. package/build/commands/company/createCompanyWithUser.command.js +0 -27
  88. package/build/commands/company/deleteCompany.command.js +0 -19
  89. package/build/commands/company/getCompany.query.js +0 -17
  90. package/build/commands/company/getCompanyList.query.js +0 -18
  91. package/build/commands/company/index.js +0 -22
  92. package/build/commands/company/updateCompany.command.js +0 -17
  93. package/build/commands/consignment/create-consignment.command.js +0 -25
  94. package/build/commands/consignment/delete-consignment.command.js +0 -18
  95. package/build/commands/consignment/execute-consignment-product-update.command.js +0 -53
  96. package/build/commands/consignment/export-consignment.command.js +0 -30
  97. package/build/commands/consignment/get-access-clients-consignment.query.js +0 -13
  98. package/build/commands/consignment/get-client-uuids-consignment.query.js +0 -14
  99. package/build/commands/consignment/get-consignment-filters-values.query.js +0 -16
  100. package/build/commands/consignment/get-consignment-list.query.js +0 -42
  101. package/build/commands/consignment/get-consignment.query.js +0 -15
  102. package/build/commands/consignment/import-consignment.command.js +0 -38
  103. package/build/commands/consignment/import-packing-consignment.command.js +0 -26
  104. package/build/commands/consignment/index.js +0 -30
  105. package/build/commands/consignment/update-consignment.command.js +0 -25
  106. package/build/commands/consignment/upsert-access-clients-consignment.command.js +0 -23
  107. package/build/commands/consignment/validate-consignment-distribution.query.js +0 -15
  108. package/build/commands/consignment-import-schema/create-consignment-import-scheme.command.js +0 -17
  109. package/build/commands/consignment-import-schema/get-all-consignment-import-schema.query.js +0 -15
  110. package/build/commands/consignment-import-schema/get-cosignment-import-schema.query.js +0 -15
  111. package/build/commands/consignment-import-schema/index.js +0 -18
  112. package/build/commands/consignment-import-schema/update-consignment-import-schema.command.js +0 -14
  113. package/build/commands/delivery-route/attach-order-list-to-delivery-route.command.js +0 -16
  114. package/build/commands/delivery-route/create-delivery-route.command.js +0 -14
  115. package/build/commands/delivery-route/delete-delivery-route.command.js +0 -14
  116. package/build/commands/delivery-route/detach-order-list-to-delivery-route.command.js +0 -17
  117. package/build/commands/delivery-route/get-delivery-route-list.query.js +0 -25
  118. package/build/commands/delivery-route/get-delivery-route.query.js +0 -15
  119. package/build/commands/delivery-route/index.js +0 -23
  120. package/build/commands/delivery-route/update-delivery-route.command.js +0 -14
  121. package/build/commands/discount-rules/create-discount-rules.command.js +0 -17
  122. package/build/commands/discount-rules/delete-discount-rules.command.js +0 -13
  123. package/build/commands/discount-rules/get-discount-rules-all.query.js +0 -20
  124. package/build/commands/discount-rules/get-discount-rules-extended.query.js +0 -13
  125. package/build/commands/discount-rules/get-discount-rules-list.query.js +0 -18
  126. package/build/commands/discount-rules/get-discount-rules.query.js +0 -13
  127. package/build/commands/discount-rules/index.js +0 -25
  128. package/build/commands/discount-rules/split-quantity-discount-rules-for-client.query.js +0 -15
  129. package/build/commands/discount-rules/split-quantity-discount-rules.query.js +0 -15
  130. package/build/commands/discount-rules/update-discount-rules.command.js +0 -17
  131. package/build/commands/distribution/create-distribution.command.js +0 -15
  132. package/build/commands/distribution/index.js +0 -19
  133. package/build/commands/distribution/update-is-packed-distribution.command.js +0 -17
  134. package/build/commands/distribution/validate-distribution-by-product.query.js +0 -15
  135. package/build/commands/domain/create-domain.command.js +0 -14
  136. package/build/commands/domain/delete-domain.command.js +0 -13
  137. package/build/commands/domain/get-domain-by-uuid.query.js +0 -13
  138. package/build/commands/domain/get-domain-list.query.js +0 -18
  139. package/build/commands/domain/index.js +0 -21
  140. package/build/commands/domain/update-domain.command.js +0 -14
  141. package/build/commands/employee-schedule/create-employee-schedule.command.js +0 -14
  142. package/build/commands/employee-schedule/delete-employee-schedule.command.js +0 -13
  143. package/build/commands/employee-schedule/get-employee-schedule-extended-list.query.js +0 -19
  144. package/build/commands/employee-schedule/get-employee-schedule-list.query.js +0 -38
  145. package/build/commands/employee-schedule/index.js +0 -21
  146. package/build/commands/employee-schedule/update-employee-schedule.command.js +0 -14
  147. package/build/commands/file/deleteFile.command.js +0 -17
  148. package/build/commands/file/index.js +0 -18
  149. package/build/commands/file/uploadFile.command.js +0 -8
  150. package/build/commands/index.js +0 -65
  151. package/build/commands/integration/index.js +0 -18
  152. package/build/commands/integration/telegram/generate-telegram-link.command.js +0 -17
  153. package/build/commands/integration/telegram/get-telegram-link-status.command.js +0 -19
  154. package/build/commands/integration/telegram/index.js +0 -19
  155. package/build/commands/integration/telegram/unlink-telegram.command.js +0 -14
  156. package/build/commands/integration/telegram-staff/generate-telegram-staff-link.command.js +0 -17
  157. package/build/commands/integration/telegram-staff/get-telegram-staff-link-status.command.js +0 -19
  158. package/build/commands/integration/telegram-staff/index.js +0 -19
  159. package/build/commands/integration/telegram-staff/unlink-telegram-staff.command.js +0 -16
  160. package/build/commands/message/get-clients-messages-context-with-unread.query.js +0 -23
  161. package/build/commands/message/get-context-unread-count.query.js +0 -21
  162. package/build/commands/message/get-contexts-with-unread.query.js +0 -22
  163. package/build/commands/message/index.js +0 -22
  164. package/build/commands/message/list-context-messages.query.js +0 -23
  165. package/build/commands/message/mark-context-read.command.js +0 -21
  166. package/build/commands/message/send-context-message.command.js +0 -22
  167. package/build/commands/money-account/create-money-account.command.js +0 -18
  168. package/build/commands/money-account/delete-money-account.command.js +0 -14
  169. package/build/commands/money-account/get-money-account-by-criteria.query.js +0 -15
  170. package/build/commands/money-account/get-money-account-list.query.js +0 -21
  171. package/build/commands/money-account/get-money-account.query.js +0 -13
  172. package/build/commands/money-account/index.js +0 -22
  173. package/build/commands/money-account/update-money-account.command.js +0 -19
  174. package/build/commands/notification/index.js +0 -17
  175. package/build/commands/notification/send-staff-notification-s2s.command.js +0 -21
  176. package/build/commands/order/apply-order-discount.command.js +0 -18
  177. package/build/commands/order/copy-order.command.js +0 -13
  178. package/build/commands/order/create-order.command.js +0 -26
  179. package/build/commands/order/delete-order.command.js +0 -14
  180. package/build/commands/order/export-order-invoice.command.js +0 -12
  181. package/build/commands/order/get-order-list.query.js +0 -49
  182. package/build/commands/order/get-order.query.js +0 -15
  183. package/build/commands/order/group/deletet-group-order.command.js +0 -18
  184. package/build/commands/order/group/get-group-order-invoice-info.query.js +0 -27
  185. package/build/commands/order/group/merge-orders.command.js +0 -26
  186. package/build/commands/order/group/send-group-order-invoice.command.js +0 -21
  187. package/build/commands/order/group/split-group-order.command.js +0 -17
  188. package/build/commands/order/group/update-group-order-status.command.js +0 -20
  189. package/build/commands/order/group/update-group-order-tag.command.js +0 -19
  190. package/build/commands/order/group/update-group-order-type.command.js +0 -20
  191. package/build/commands/order/index.js +0 -41
  192. package/build/commands/order/send-order-invoice.command.js +0 -26
  193. package/build/commands/order/update-order.command.js +0 -30
  194. package/build/commands/order/webshop/create-cart.command.js +0 -15
  195. package/build/commands/order/webshop/get-order-for-client.query.js +0 -15
  196. package/build/commands/order/webshop/get-order-list-for-client.query.js +0 -53
  197. package/build/commands/order/webshop/get-order-sales-by-month.query.js +0 -16
  198. package/build/commands/order/webshop/update-cart.command.js +0 -27
  199. package/build/commands/order/zeroing-receipt-delivery-order.command.js +0 -13
  200. package/build/commands/order-delivery/create-order-delivery.command.js +0 -21
  201. package/build/commands/order-delivery/delete-order-delivery.command.js +0 -16
  202. package/build/commands/order-delivery/index.js +0 -19
  203. package/build/commands/order-delivery/update-order-delivery.command.js +0 -25
  204. package/build/commands/order-product/create-order-product.command.js +0 -22
  205. package/build/commands/order-product/delete-order-product.command.js +0 -16
  206. package/build/commands/order-product/get-order-product-list-all.query.js +0 -15
  207. package/build/commands/order-product/get-order-product-list-for-distribute.query.js +0 -18
  208. package/build/commands/order-product/get-order-product-list.query.js +0 -19
  209. package/build/commands/order-product/get-order-product.query.js +0 -15
  210. package/build/commands/order-product/group/delete-group-order-product.command.js +0 -18
  211. package/build/commands/order-product/group/update-group-order-product-order.command.js +0 -24
  212. package/build/commands/order-product/group/update-group-order-product-tag.command.js +0 -19
  213. package/build/commands/order-product/group/verify-group-order-product.command.js +0 -19
  214. package/build/commands/order-product/group/zeroing-receipt-order-product.command.js +0 -17
  215. package/build/commands/order-product/index.js +0 -35
  216. package/build/commands/order-product/update-order-product.command.js +0 -23
  217. package/build/commands/order-product/verify-order-product.command.js +0 -15
  218. package/build/commands/order-product/webshop/create-order-product-for-client.command.js +0 -18
  219. package/build/commands/order-product/webshop/get-active-stepper-positions-order.query.js +0 -14
  220. package/build/commands/order-product/webshop/get-order-product-for-client-list.query.js +0 -15
  221. package/build/commands/order-product/webshop/set-order-product-quantity-webshop.command.js +0 -14
  222. package/build/commands/order-product/webshop/update-order-product-for-client.command.js +0 -19
  223. package/build/commands/package/create-package.command.js +0 -14
  224. package/build/commands/package/delete-package.command.js +0 -16
  225. package/build/commands/package/get-package-by-uuid.query.js +0 -12
  226. package/build/commands/package/get-package-filters-values.query.js +0 -27
  227. package/build/commands/package/get-package-list.query.js +0 -21
  228. package/build/commands/package/index.js +0 -23
  229. package/build/commands/package/reorder-packages.command.js +0 -21
  230. package/build/commands/package/update-package.command.js +0 -14
  231. package/build/commands/package/validate-product-package.query.js +0 -15
  232. package/build/commands/pre-order/create-order-from-pre-order.command.js +0 -20
  233. package/build/commands/pre-order/create-pre-order.command.js +0 -14
  234. package/build/commands/pre-order/delete-pre-order.command.js +0 -13
  235. package/build/commands/pre-order/export-pre-order.command.js +0 -12
  236. package/build/commands/pre-order/get-pre-order-by-pre-order-collection-uuid.command.js +0 -12
  237. package/build/commands/pre-order/get-pre-order-list.query.js +0 -26
  238. package/build/commands/pre-order/get-pre-order.query.js +0 -12
  239. package/build/commands/pre-order/get-standing-order-import-template.command.js +0 -13
  240. package/build/commands/pre-order/group/analyze-copy-pre-orders.command.js +0 -23
  241. package/build/commands/pre-order/group/analyze-create-orders-from-pre-orders.command.js +0 -41
  242. package/build/commands/pre-order/group/analyze-create-pre-orders-from-standing-orders.command.js +0 -38
  243. package/build/commands/pre-order/group/group-copy-pre-orders-to-collection.command.js +0 -40
  244. package/build/commands/pre-order/group/group-create-orders-from-pre-orders.command.js +0 -39
  245. package/build/commands/pre-order/group/group-create-pre-orders-from-standing-orders.command.js +0 -36
  246. package/build/commands/pre-order/group/group-delete-pre-order.command.js +0 -18
  247. package/build/commands/pre-order/group/group-update-pre-order.command.js +0 -20
  248. package/build/commands/pre-order/group/index.js +0 -26
  249. package/build/commands/pre-order/group/merge-pre-orders.command.js +0 -33
  250. package/build/commands/pre-order/import-standing-order.command.js +0 -24
  251. package/build/commands/pre-order/index.js +0 -29
  252. package/build/commands/pre-order/update-pre-order.command.js +0 -14
  253. package/build/commands/pre-order/webshop/checkout-pre-order-webshop.command.js +0 -20
  254. package/build/commands/pre-order/webshop/create-pre-order-webshop.command.js +0 -14
  255. package/build/commands/pre-order/webshop/delete-pre-order-webshop.command.js +0 -13
  256. package/build/commands/pre-order/webshop/get-pre-order-list-webshop.command.js +0 -19
  257. package/build/commands/pre-order/webshop/index.js +0 -21
  258. package/build/commands/pre-order/webshop/update-pre-order-webshop.command.js +0 -14
  259. package/build/commands/pre-order-collection/copy-pre-order-collection.command.js +0 -13
  260. package/build/commands/pre-order-collection/create-pre-order-collection.command.js +0 -14
  261. package/build/commands/pre-order-collection/delete-pre-order-collection.command.js +0 -14
  262. package/build/commands/pre-order-collection/get-pre-order-collection-all.query.js +0 -13
  263. package/build/commands/pre-order-collection/get-pre-order-collection-list.query.js +0 -23
  264. package/build/commands/pre-order-collection/get-pre-order-collection.query.js +0 -13
  265. package/build/commands/pre-order-collection/index.js +0 -24
  266. package/build/commands/pre-order-collection/match-images-for-collection.command.js +0 -20
  267. package/build/commands/pre-order-collection/update-pre-order-collection.command.js +0 -14
  268. package/build/commands/pre-order-collection/webshop/get-pre-order-collection-list-with-categories.query.js +0 -13
  269. package/build/commands/pre-order-collection-item/create-group-pre-order-collection-item.command.js +0 -16
  270. package/build/commands/pre-order-collection-item/create-pre-order-collection-item.command.js +0 -14
  271. package/build/commands/pre-order-collection-item/delete-group-pre-order-collection-item.command.js +0 -19
  272. package/build/commands/pre-order-collection-item/delete-pre-order-collection-item.command.js +0 -14
  273. package/build/commands/pre-order-collection-item/execute-pre-order-collection-item-update.command.js +0 -50
  274. package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-horizontal.query.js +0 -16
  275. package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-vertical.query.js +0 -19
  276. package/build/commands/pre-order-collection-item/get-active-pre-order-collection-item-list.query.js +0 -19
  277. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-extended-with-clients-pre-order-product-list.query.js +0 -22
  278. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values-for-client.query.js +0 -26
  279. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values.query.js +0 -24
  280. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-for-client.query.js +0 -24
  281. package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list.query.js +0 -24
  282. package/build/commands/pre-order-collection-item/get-pre-order-collection-item.query.js +0 -13
  283. package/build/commands/pre-order-collection-item/index.js +0 -42
  284. package/build/commands/pre-order-collection-item/move-pre-order-collection-items-analyze.command.js +0 -51
  285. package/build/commands/pre-order-collection-item/move-pre-order-collection-items-execute.command.js +0 -16
  286. package/build/commands/pre-order-collection-item/multiplicity-option/create-pre-order-collection-item-multiplicity-option.command.js +0 -20
  287. package/build/commands/pre-order-collection-item/multiplicity-option/delete-pre-order-collection-item-multiplicity-option.command.js +0 -14
  288. package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-option-titles.query.js +0 -14
  289. package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-options.query.js +0 -15
  290. package/build/commands/pre-order-collection-item/multiplicity-option/reorder-pre-order-collection-item-multiplicity-options.command.js +0 -21
  291. package/build/commands/pre-order-collection-item/multiplicity-option/update-pre-order-collection-item-multiplicity-option.command.js +0 -22
  292. package/build/commands/pre-order-collection-item/update-group-pre-order-collection-item.command.js +0 -20
  293. package/build/commands/pre-order-collection-item/update-pre-order-collection-item-product-maching.command.js +0 -18
  294. package/build/commands/pre-order-collection-item/update-pre-order-collection-item.command.js +0 -14
  295. package/build/commands/pre-order-product/create-manually-pre-order-product-for-standing-order.command.js +0 -22
  296. package/build/commands/pre-order-product/create-manually-pre-order-product.command.js +0 -23
  297. package/build/commands/pre-order-product/create-pre-order-product-webshop.command.js +0 -14
  298. package/build/commands/pre-order-product/create-pre-order-product.command.js +0 -14
  299. package/build/commands/pre-order-product/delete-many-pre-order-product-by-pre-order-collection-item.command.js +0 -14
  300. package/build/commands/pre-order-product/delete-pre-order-product-webshop.command.js +0 -14
  301. package/build/commands/pre-order-product/delete-pre-order-product.command.js +0 -13
  302. package/build/commands/pre-order-product/get-active-stepper-positions.query.js +0 -17
  303. package/build/commands/pre-order-product/get-pre-order-product-extended-list.query.js +0 -18
  304. package/build/commands/pre-order-product/get-pre-order-product-list.query.js +0 -18
  305. package/build/commands/pre-order-product/get-pre-order-product.query.js +0 -13
  306. package/build/commands/pre-order-product/get-pre-order-products-by-pre-order-list.command.js +0 -17
  307. package/build/commands/pre-order-product/get-pre-order-products-by-pre-order.command.js +0 -13
  308. package/build/commands/pre-order-product/group/move-group-pre-order-product.command.js +0 -20
  309. package/build/commands/pre-order-product/index.js +0 -34
  310. package/build/commands/pre-order-product/purchase-many-pre-order-product-by-pre-order-collection-item.command.js +0 -18
  311. package/build/commands/pre-order-product/set-pre-order-product-quantity-webshop.command.js +0 -14
  312. package/build/commands/pre-order-product/update-pre-order-product-webshop.command.js +0 -14
  313. package/build/commands/pre-order-product/update-pre-order-product.command.js +0 -14
  314. package/build/commands/product/create-product.command.js +0 -43
  315. package/build/commands/product/delete-product.command.js +0 -16
  316. package/build/commands/product/generate-product-qr.query.js +0 -27
  317. package/build/commands/product/get-all-product-by-consignment.query.js +0 -15
  318. package/build/commands/product/get-product-list-filters-values.query.js +0 -38
  319. package/build/commands/product/get-product-list.query.js +0 -26
  320. package/build/commands/product/get-product-quantity-calculate.query.js +0 -25
  321. package/build/commands/product/get-product.query.js +0 -15
  322. package/build/commands/product/get-products-unique.query.js +0 -22
  323. package/build/commands/product/group/delete-group-product.command.js +0 -25
  324. package/build/commands/product/group/index.js +0 -23
  325. package/build/commands/product/group/update-group-product-category.command.js +0 -19
  326. package/build/commands/product/group/update-group-product-consignment.command.js +0 -19
  327. package/build/commands/product/group/update-group-product-is-open-by-consignment.command.js +0 -18
  328. package/build/commands/product/group/update-group-product-is-open.command.js +0 -19
  329. package/build/commands/product/group/update-group-product-prices.command.js +0 -24
  330. package/build/commands/product/group/update-group-product-update-batch.command.js +0 -44
  331. package/build/commands/product/index.js +0 -39
  332. package/build/commands/product/match-images-for-products.command.js +0 -20
  333. package/build/commands/product/multiplicity-option/create-product-multiplicity-option.command.js +0 -20
  334. package/build/commands/product/multiplicity-option/delete-product-multiplicity-option.command.js +0 -14
  335. package/build/commands/product/multiplicity-option/get-product-multiplicity-option-titles.query.js +0 -14
  336. package/build/commands/product/multiplicity-option/get-product-multiplicity-options.query.js +0 -15
  337. package/build/commands/product/multiplicity-option/reorder-product-multiplicity-options.command.js +0 -21
  338. package/build/commands/product/multiplicity-option/update-product-multiplicity-option.command.js +0 -22
  339. package/build/commands/product/update-product.command.js +0 -43
  340. package/build/commands/product/webshop/get-client-product-list-filters-values.query.js +0 -31
  341. package/build/commands/product/webshop/get-product-delivery-dates.query.js +0 -16
  342. package/build/commands/product/webshop/get-product-for-client.query.js +0 -15
  343. package/build/commands/product/webshop/get-product-list-for-client.query.js +0 -29
  344. package/build/commands/product-configuration/create-product-configuration.command.js +0 -14
  345. package/build/commands/product-configuration/delete-product-configuration.command.js +0 -15
  346. package/build/commands/product-configuration/find-product-configuration-by-attributes.query.js +0 -24
  347. package/build/commands/product-configuration/get-product-configuration-list.query.js +0 -28
  348. package/build/commands/product-configuration/get-product-configuration.query.js +0 -15
  349. package/build/commands/product-configuration/index.js +0 -22
  350. package/build/commands/product-configuration/update-product-configuration.command.js +0 -14
  351. package/build/commands/product-image/alias/create-product-image-alias.command.js +0 -17
  352. package/build/commands/product-image/alias/delete-product-image-alias.command.js +0 -15
  353. package/build/commands/product-image/alias/update-product-image-alias.command.js +0 -17
  354. package/build/commands/product-image/create-product-image.command.js +0 -23
  355. package/build/commands/product-image/delete-product-image.command.js +0 -13
  356. package/build/commands/product-image/get-product-image-filter-values.query.js +0 -24
  357. package/build/commands/product-image/get-product-image-list.query.js +0 -29
  358. package/build/commands/product-image/get-product-image.query.js +0 -13
  359. package/build/commands/product-image/group/delete-group-product-image.command.js +0 -18
  360. package/build/commands/product-image/group/update-group-product-image.command.js +0 -20
  361. package/build/commands/product-image/index.js +0 -28
  362. package/build/commands/product-image/sync-product-image.command.js +0 -14
  363. package/build/commands/product-image/update-product-image.command.js +0 -23
  364. package/build/commands/product-image-template/create-product-image-template.command.js +0 -15
  365. package/build/commands/product-image-template/delete-group-product-image-template.command.js +0 -17
  366. package/build/commands/product-image-template/delete-product-image-template.command.js +0 -13
  367. package/build/commands/product-image-template/get-product-image-template-list.query.js +0 -20
  368. package/build/commands/product-image-template/get-product-image-template.query.js +0 -13
  369. package/build/commands/product-image-template/index.js +0 -23
  370. package/build/commands/product-image-template/start-parsing-product-image-template.command.js +0 -14
  371. package/build/commands/product-image-template/update-product-image-template.command.js +0 -15
  372. package/build/commands/product-in-package/create-product-in-package.command.js +0 -15
  373. package/build/commands/product-in-package/delete-from-orders-by-package.command.js +0 -16
  374. package/build/commands/product-in-package/delete-product-in-package.command.js +0 -14
  375. package/build/commands/product-in-package/get-product-in-package-by-uuid.query.js +0 -13
  376. package/build/commands/product-in-package/index.js +0 -21
  377. package/build/commands/product-in-package/update-product-in-package.command.js +0 -15
  378. package/build/commands/report/export-client-statement.query.js +0 -31
  379. package/build/commands/report/export-inventory-movement.query.js +0 -52
  380. package/build/commands/report/export-inventory-stock.query.js +0 -32
  381. package/build/commands/report/export-inventory-turnover.query.js +0 -56
  382. package/build/commands/report/export-sales-by-client.query.js +0 -39
  383. package/build/commands/report/export-sales-revenue.query.js +0 -36
  384. package/build/commands/report/get-report-by-client-weeks.query.js +0 -31
  385. package/build/commands/report/get-report-for-period.query.js +0 -44
  386. package/build/commands/report/get-report-group-by-client.query.js +0 -46
  387. package/build/commands/report/get-report-group-by-position.query.js +0 -68
  388. package/build/commands/report/index.js +0 -26
  389. package/build/commands/session/create-ws-ticket.command.js +0 -11
  390. package/build/commands/session/get-active-sessions.query.js +0 -12
  391. package/build/commands/session/index.js +0 -15
  392. package/build/commands/session/session-logout.command.js +0 -11
  393. package/build/commands/session/session-revoke-all.command.js +0 -11
  394. package/build/commands/session/validate-session-s2s.query.js +0 -25
  395. package/build/commands/session/validate-ws-ticket-s2s.query.js +0 -12
  396. package/build/commands/settings/get-settings-for-admin.query.js +0 -13
  397. package/build/commands/settings/get-settings.query.js +0 -13
  398. package/build/commands/settings/index.js +0 -19
  399. package/build/commands/settings/update-settings.command.js +0 -14
  400. package/build/commands/transaction/apply-prepayment-transaction.command.js +0 -17
  401. package/build/commands/transaction/create-transaction.command.js +0 -24
  402. package/build/commands/transaction/delete-transaction.command.js +0 -16
  403. package/build/commands/transaction/export-transactions.command.js +0 -36
  404. package/build/commands/transaction/generate-check-transaction.command.js +0 -18
  405. package/build/commands/transaction/generate-pre-payment-check.command.js +0 -18
  406. package/build/commands/transaction/get-sum-transaction-by-money-account.query.js +0 -32
  407. package/build/commands/transaction/get-transaction-list.query.js +0 -38
  408. package/build/commands/transaction/get-transaction-summary.query.js +0 -39
  409. package/build/commands/transaction/get-transaction.query.js +0 -15
  410. package/build/commands/transaction/index.js +0 -28
  411. package/build/commands/transaction/update-transaction.command.js +0 -19
  412. package/build/commands/transaction/webshop/get-transaction-list-for-client.query.js +0 -37
  413. package/build/commands/type/create-type.command.js +0 -18
  414. package/build/commands/type/delete-type.command.js +0 -17
  415. package/build/commands/type/get-type-by-criteria.query.js +0 -15
  416. package/build/commands/type/get-type-by-uuid.query.js +0 -17
  417. package/build/commands/type/get-type-list.query.js +0 -24
  418. package/build/commands/type/index.js +0 -24
  419. package/build/commands/type/update-type-rank-many.command.js +0 -22
  420. package/build/commands/type/update-type-rank.command.js +0 -19
  421. package/build/commands/type/update-type.command.js +0 -18
  422. package/build/commands/user/attachUserToCompany.command.js +0 -13
  423. package/build/commands/user/create-user-global.command.js +0 -28
  424. package/build/commands/user/createUser.command.js +0 -14
  425. package/build/commands/user/createUserByClientId.command.js +0 -29
  426. package/build/commands/user/createUserForCompany.command.js +0 -27
  427. package/build/commands/user/generate-and-send-password-by-admin.command.js +0 -16
  428. package/build/commands/user/get-user-list-s2s.query.js +0 -13
  429. package/build/commands/user/get-user-list.query.js +0 -26
  430. package/build/commands/user/getUser.command.js +0 -14
  431. package/build/commands/user/index.js +0 -27
  432. package/build/commands/user/update-password-by-user.command.js +0 -15
  433. package/build/commands/user/update-user.command.js +0 -19
  434. package/build/commands/user/updateRole.command.js +0 -18
  435. package/build/commands/work-session/close-work-session-for-employee.command.js +0 -13
  436. package/build/commands/work-session/create-many-work-session.command.js +0 -17
  437. package/build/commands/work-session/create-work-session-for-employee.command.js +0 -14
  438. package/build/commands/work-session/delete-work-session.command.js +0 -13
  439. package/build/commands/work-session/export-overtime.query.js +0 -26
  440. package/build/commands/work-session/get-work-session-extended-list.query.js +0 -21
  441. package/build/commands/work-session/index.js +0 -23
  442. package/build/commands/work-session/update-work-session.command.js +0 -14
  443. package/build/commands/wrire-off-archive/create-wrire-off-archive.command.js +0 -20
  444. package/build/commands/wrire-off-archive/get-write-off-archive-files.command.js +0 -22
  445. package/build/commands/wrire-off-archive/index.js +0 -19
  446. package/build/commands/wrire-off-archive/info-wrire-off-archive.command.js +0 -20
  447. package/build/commands/write-off/create-write-off-from-order.command.js +0 -21
  448. package/build/commands/write-off/create-write-off-from-pending.command.js +0 -30
  449. package/build/commands/write-off/create-write-off-images.command.js +0 -17
  450. package/build/commands/write-off/create-write-off.command.js +0 -20
  451. package/build/commands/write-off/delete-write-off-image.command.js +0 -15
  452. package/build/commands/write-off/delete-write-off.command.js +0 -16
  453. package/build/commands/write-off/get-write-off-list.query.js +0 -27
  454. package/build/commands/write-off/get-write-off-reason-list.query.js +0 -16
  455. package/build/commands/write-off/get-write-off-sum-by-order.query.js +0 -14
  456. package/build/commands/write-off/get-write-off.query.js +0 -13
  457. package/build/commands/write-off/index.js +0 -29
  458. package/build/commands/write-off/update-write-off-price.command.js +0 -18
  459. package/build/commands/write-off/update-write-off-status.command.js +0 -29
  460. package/build/commands/write-off/webshop/create-write-off-from-order-for-client.command.js +0 -20
  461. package/build/commands/write-off/webshop/get-write-off-list-by-order.query.js +0 -15
  462. package/build/commands/write-off/webshop/index.js +0 -18
  463. package/build/constant/error-i18n-key.js +0 -21
  464. package/build/constant/error.js +0 -915
  465. package/build/constant/index.js +0 -19
  466. package/build/constant/verbose.js +0 -22
  467. package/build/enum/action-log-type.enum.js +0 -18
  468. package/build/enum/bank-payment-event-status.enum.js +0 -9
  469. package/build/enum/bank-payment-rule-match-type.enum.js +0 -10
  470. package/build/enum/bank-provider.enum.js +0 -7
  471. package/build/enum/category-status.enum.js +0 -8
  472. package/build/enum/chat-has-manager-mode.enum.js +0 -9
  473. package/build/enum/chat-no-manager-mode.enum.js +0 -8
  474. package/build/enum/client-import-entity-property.enum.js +0 -37
  475. package/build/enum/client-legal-type.enum.js +0 -8
  476. package/build/enum/client-statement-type.enum.js +0 -9
  477. package/build/enum/client-status.enum.js +0 -9
  478. package/build/enum/client-type.enum.js +0 -8
  479. package/build/enum/companyStatus.enum.js +0 -9
  480. package/build/enum/consignment-access-client-status.enum.js +0 -8
  481. package/build/enum/consignment-distribution-validation-status.enum.js +0 -8
  482. package/build/enum/consignment-distribution-validation-type.enum.js +0 -8
  483. package/build/enum/consignment-import-errors.enum.js +0 -9
  484. package/build/enum/consignment-import-schema-relation-entity-property.enum.js +0 -38
  485. package/build/enum/consignment-status.enum.js +0 -9
  486. package/build/enum/consignment-write-off-archives-status.enum.js +0 -9
  487. package/build/enum/context-message-context-type.enum.js +0 -9
  488. package/build/enum/country-code.enum.js +0 -264
  489. package/build/enum/delivery-route-status.enum.js +0 -9
  490. package/build/enum/discount-price-routing.enum.js +0 -10
  491. package/build/enum/discount-rules-apply-type.enum.js +0 -8
  492. package/build/enum/discount-rules-mode-type.enum.js +0 -8
  493. package/build/enum/discount-rules-status.enum.js +0 -8
  494. package/build/enum/discount-rules-type.enum.js +0 -11
  495. package/build/enum/file-expire-prefix.enum.js +0 -8
  496. package/build/enum/image-type.enum.js +0 -8
  497. package/build/enum/import-error-code.enum.js +0 -11
  498. package/build/enum/index.js +0 -82
  499. package/build/enum/inventory-movement-type.enum.js +0 -10
  500. package/build/enum/language.enum.js +0 -8
  501. package/build/enum/match-confidence.enum.js +0 -9
  502. package/build/enum/menu-items-url.enum.js +0 -15
  503. package/build/enum/money-account-status.enum.js +0 -8
  504. package/build/enum/notification-channel.enum.js +0 -15
  505. package/build/enum/notification-status.enum.js +0 -10
  506. package/build/enum/notification-type.enum.js +0 -12
  507. package/build/enum/order-active-status-list.js +0 -13
  508. package/build/enum/order-balance-status-list.js +0 -11
  509. package/build/enum/order-by.enum.js +0 -8
  510. package/build/enum/order-delivery-status.enum.js +0 -8
  511. package/build/enum/order-distribute-status-list.js +0 -10
  512. package/build/enum/order-restricted-status-list.js +0 -5
  513. package/build/enum/order-status.enum.js +0 -17
  514. package/build/enum/order-type.enum.js +0 -8
  515. package/build/enum/order-webshop-available-status-list.js +0 -15
  516. package/build/enum/package-status.enum.js +0 -9
  517. package/build/enum/package-type.enum.js +0 -36
  518. package/build/enum/parse-status.enum.js +0 -9
  519. package/build/enum/position-report-type.enum.js +0 -8
  520. package/build/enum/pre-order-aggregation-mode.enum.js +0 -9
  521. package/build/enum/pre-order-collection-item-import-entity-property.enum.js +0 -29
  522. package/build/enum/pre-order-collection-status.enum.js +0 -8
  523. package/build/enum/pre-order-collection-type.enum.js +0 -8
  524. package/build/enum/pre-order-status.enum.js +0 -12
  525. package/build/enum/product-image-created-from.enum.js +0 -8
  526. package/build/enum/product-image-order.enum.js +0 -8
  527. package/build/enum/product-in-package-status.enum.js +0 -8
  528. package/build/enum/report-period-type.enum.js +0 -9
  529. package/build/enum/sales-unit.enum.js +0 -9
  530. package/build/enum/security-code-status.enum.js +0 -11
  531. package/build/enum/session-platform.enum.js +0 -8
  532. package/build/enum/transaction-type-groups.js +0 -16
  533. package/build/enum/transaction-type.enum.js +0 -10
  534. package/build/enum/user-type.enum.js +0 -8
  535. package/build/enum/userRole.enum.js +0 -17
  536. package/build/enum/userStatus.enum.js +0 -9
  537. package/build/enum/webshop-main-display-mode.enum.js +0 -8
  538. package/build/enum/webshop-mode.enum.js +0 -8
  539. package/build/enum/write-off-status.enum.js +0 -9
  540. package/build/helpers/date.helper.js +0 -15
  541. package/build/helpers/index.js +0 -17
  542. package/build/index.js +0 -22
  543. package/build/schemas/action-log/action-log-payload.schema.js +0 -29
  544. package/build/schemas/action-log/action-log.schema.js +0 -105
  545. package/build/schemas/action-log/index.js +0 -30
  546. package/build/schemas/action-log/order-create-action-log.schema.js +0 -8
  547. package/build/schemas/action-log/order-delete-action-log-payload.schema.js +0 -8
  548. package/build/schemas/action-log/order-info.schema.js +0 -14
  549. package/build/schemas/action-log/order-product-delete-action-log.schema.js +0 -8
  550. package/build/schemas/action-log/order-product-info.schema.js +0 -16
  551. package/build/schemas/action-log/order-product-update-action-log.schema.js +0 -10
  552. package/build/schemas/action-log/order-update-action-log.schema.js +0 -9
  553. package/build/schemas/action-log/pre-order-create-action-log.schema.js +0 -8
  554. package/build/schemas/action-log/pre-order-delete-action-log.schema.js +0 -8
  555. package/build/schemas/action-log/pre-order-info.schema.js +0 -11
  556. package/build/schemas/action-log/pre-order-product-delete-action-log.schema.js +0 -8
  557. package/build/schemas/action-log/pre-order-product-info.schema.js +0 -13
  558. package/build/schemas/action-log/pre-order-product-update-action-log.schema.js +0 -11
  559. package/build/schemas/action-log/transaction-add-action-log.schema.js +0 -8
  560. package/build/schemas/action-log/transaction-delete-action-log.schema.js +0 -8
  561. package/build/schemas/action-log/transaction-info.schema.js +0 -13
  562. package/build/schemas/bank-payment/bank-payment.schema.js +0 -26
  563. package/build/schemas/bank-payment/get-bank-payment-match-suggestions.schema.js +0 -18
  564. package/build/schemas/bank-payment/index.js +0 -17
  565. package/build/schemas/bank-payment-rule/bank-payment-rule.schema.js +0 -19
  566. package/build/schemas/branch/branch-list.schema.js +0 -9
  567. package/build/schemas/branch/branch.schema.js +0 -17
  568. package/build/schemas/category/category.schema.js +0 -20
  569. package/build/schemas/category-alias/category-alias.schema.js +0 -17
  570. package/build/schemas/category-template/category-template.schema.js +0 -19
  571. package/build/schemas/category-template/index.js +0 -17
  572. package/build/schemas/client/client-debt.schema.js +0 -22
  573. package/build/schemas/client/client-individual-profile.schema.js +0 -13
  574. package/build/schemas/client/client-legal-profile.schema.js +0 -25
  575. package/build/schemas/client/client-marking.schema.js +0 -8
  576. package/build/schemas/client/client.schema.js +0 -53
  577. package/build/schemas/client/index.js +0 -21
  578. package/build/schemas/client-payment-identifier/client-payment-identifier.schema.js +0 -20
  579. package/build/schemas/company/company.schema.js +0 -14
  580. package/build/schemas/company/companyList.schema.js +0 -9
  581. package/build/schemas/consignment/consignment-distribution-validation.schema.js +0 -20
  582. package/build/schemas/consignment/consignment-list.schema.js +0 -9
  583. package/build/schemas/consignment/consignment.schema.js +0 -55
  584. package/build/schemas/consignment-import-schema/consignment-import-schema.scheme.js +0 -32
  585. package/build/schemas/consignment-import-schema/index.js +0 -17
  586. package/build/schemas/consignment-import-schema-relation/consignment-import-schema-relation.schema.js +0 -12
  587. package/build/schemas/delete-data-response.schema.js +0 -7
  588. package/build/schemas/delivery-route/delivery-route.schema.js +0 -49
  589. package/build/schemas/discount-rules/discount-rules.schema.js +0 -108
  590. package/build/schemas/distribution/distribution.schema.js +0 -24
  591. package/build/schemas/distribution/validate-distribution-by-product.schema.js +0 -9
  592. package/build/schemas/domain/domain.schema.js +0 -23
  593. package/build/schemas/employee-schedule/employee-schedule.schema.js +0 -42
  594. package/build/schemas/error-message.schema.js +0 -10
  595. package/build/schemas/file/file.schema.js +0 -7
  596. package/build/schemas/file/index.js +0 -17
  597. package/build/schemas/index.js +0 -77
  598. package/build/schemas/message/client-inbox-item.schema.js +0 -15
  599. package/build/schemas/message/context-inbox.schema.js +0 -22
  600. package/build/schemas/message/context-message-list.schema.js +0 -12
  601. package/build/schemas/message/context-message.schema.js +0 -18
  602. package/build/schemas/message/index.js +0 -20
  603. package/build/schemas/messenger-profile/index.js +0 -17
  604. package/build/schemas/messenger-profile/user-messenger-profile.schema.js +0 -18
  605. package/build/schemas/money-account/money-account.schema.js +0 -16
  606. package/build/schemas/order/order.schema.js +0 -62
  607. package/build/schemas/order-delivery/order-delivery.schema.js +0 -14
  608. package/build/schemas/order-product/order-product-list.schema.js +0 -13
  609. package/build/schemas/order-product/order-product-multiplicity-optiom.schema.js +0 -10
  610. package/build/schemas/order-product/order-product.schema.js +0 -70
  611. package/build/schemas/package/package.schema.js +0 -93
  612. package/build/schemas/package/validate-package.schema.js +0 -9
  613. package/build/schemas/pre-order/pre-order-copy.schema.js +0 -21
  614. package/build/schemas/pre-order/pre-order.schema.js +0 -49
  615. package/build/schemas/pre-order-collection/pre-order-collection.schema.js +0 -53
  616. package/build/schemas/pre-order-collection-item/pre-order-collection-item-multiplicity-option.schema.js +0 -11
  617. package/build/schemas/pre-order-collection-item/pre-order-collection-item.schema.js +0 -132
  618. package/build/schemas/pre-order-product/pre-order-product.schema.js +0 -126
  619. package/build/schemas/product/product-list.schema.js +0 -13
  620. package/build/schemas/product/product-multiplicity-option.schema.js +0 -11
  621. package/build/schemas/product/product.schema.js +0 -107
  622. package/build/schemas/product-configuration/product-configuration.schema.js +0 -34
  623. package/build/schemas/product-image/product-image-alias.schema.js +0 -8
  624. package/build/schemas/product-image/product-image.schema.js +0 -32
  625. package/build/schemas/product-image-template/product-image-template.schema.js +0 -21
  626. package/build/schemas/product-in-package/product-in-package.schema.js +0 -30
  627. package/build/schemas/report/client-by-weeks.schema.js +0 -14
  628. package/build/schemas/report/client-statement.schema.js +0 -13
  629. package/build/schemas/session/session.schema.js +0 -13
  630. package/build/schemas/settings/settings.schema.js +0 -224
  631. package/build/schemas/transaction/transaction-list.schema.js +0 -13
  632. package/build/schemas/transaction/transaction.schema.js +0 -31
  633. package/build/schemas/type/type.schema.js +0 -17
  634. package/build/schemas/type/typeList.schema.js +0 -9
  635. package/build/schemas/user/user.schema.js +0 -30
  636. package/build/schemas/work-session/work-session.schema.js +0 -41
  637. package/build/schemas/write-off/write-off-image.schema.js +0 -11
  638. package/build/schemas/write-off/write-off-list.schema.js +0 -9
  639. package/build/schemas/write-off/write-off.schema.js +0 -31
  640. package/build/types/client-import-data.type.js +0 -3
  641. package/build/types/index.js +0 -17
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateUserForCompanyCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const enum_1 = require("../../enum");
7
- const UserRoles = zod_1.z.nativeEnum(enum_1.UserRoleEnum);
8
- const AllowedRoles = UserRoles.refine(role => role !== enum_1.UserRoleEnum.BUYER, {
9
- message: 'Allowed roles are: Admin, Manager, Employee',
10
- });
11
- const CreateUserForCompanyRequestSchema = schemas_1.UserSchema.pick({
12
- email: true,
13
- phone: true,
14
- name: true,
15
- }).merge(zod_1.z.object({
16
- roles: zod_1.z.array(AllowedRoles),
17
- password: zod_1.z.string(),
18
- }));
19
- const CreateUserForCompanyResponseSchema = zod_1.z.object({
20
- message: zod_1.z.string().optional(),
21
- data: schemas_1.UserSchema,
22
- });
23
- var CreateUserForCompanyCommand;
24
- (function (CreateUserForCompanyCommand) {
25
- CreateUserForCompanyCommand.RequestSchema = CreateUserForCompanyRequestSchema;
26
- CreateUserForCompanyCommand.ResponseSchema = CreateUserForCompanyResponseSchema;
27
- })(CreateUserForCompanyCommand || (exports.CreateUserForCompanyCommand = CreateUserForCompanyCommand = {}));
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenerateAndSendPasswordByAdminContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const notification_channel_enum_1 = require("../../enum/notification-channel.enum");
6
- const GenerateAndSendPasswordByAdminRequestSchema = zod_1.z.object({
7
- channel: zod_1.z.enum([notification_channel_enum_1.NotificationChannelEnum.EMAIL, notification_channel_enum_1.NotificationChannelEnum.TELEGRAM_BOT]),
8
- });
9
- const GenerateAndSendPasswordByAdminResponseSchema = zod_1.z.object({
10
- message: zod_1.z.string().optional(),
11
- });
12
- var GenerateAndSendPasswordByAdminContractCommand;
13
- (function (GenerateAndSendPasswordByAdminContractCommand) {
14
- GenerateAndSendPasswordByAdminContractCommand.RequestSchema = GenerateAndSendPasswordByAdminRequestSchema;
15
- GenerateAndSendPasswordByAdminContractCommand.ResponseSchema = GenerateAndSendPasswordByAdminResponseSchema;
16
- })(GenerateAndSendPasswordByAdminContractCommand || (exports.GenerateAndSendPasswordByAdminContractCommand = GenerateAndSendPasswordByAdminContractCommand = {}));
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUserListS2SContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const get_user_list_query_1 = require("./get-user-list.query");
6
- const GetUserListS2SRequestSchema = get_user_list_query_1.GetUserListContractQuery.RequestSchema.extend({
7
- companyUUID: zod_1.z.string().uuid(),
8
- });
9
- var GetUserListS2SContractQuery;
10
- (function (GetUserListS2SContractQuery) {
11
- GetUserListS2SContractQuery.RequestSchema = GetUserListS2SRequestSchema;
12
- GetUserListS2SContractQuery.ResponseSchema = get_user_list_query_1.GetUserListContractQuery.ResponseSchema;
13
- })(GetUserListS2SContractQuery || (exports.GetUserListS2SContractQuery = GetUserListS2SContractQuery = {}));
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUserListContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const order_by_enum_1 = require("../../enum/order-by.enum");
6
- const schemas_1 = require("../../schemas");
7
- const enum_1 = require("../../enum");
8
- const GetUserListRequestSchema = zod_1.z.object({
9
- page: zod_1.z.coerce.number().optional().default(1),
10
- count: zod_1.z.coerce.number().optional().default(10),
11
- searchQuery: zod_1.z.string().optional().nullable().default(null),
12
- orderBy: zod_1.z.nativeEnum(order_by_enum_1.OrderByEnum).default(order_by_enum_1.OrderByEnum.ASC),
13
- roles: zod_1.z.array(zod_1.z.nativeEnum(enum_1.UserRoleEnum)).optional().nullable().default(null),
14
- });
15
- const GetUserListResponseSchema = zod_1.z.object({
16
- message: zod_1.z.string().optional(),
17
- data: zod_1.z.object({
18
- items: zod_1.z.array(schemas_1.UserSchema),
19
- total: zod_1.z.number(),
20
- }),
21
- });
22
- var GetUserListContractQuery;
23
- (function (GetUserListContractQuery) {
24
- GetUserListContractQuery.RequestSchema = GetUserListRequestSchema;
25
- GetUserListContractQuery.ResponseSchema = GetUserListResponseSchema;
26
- })(GetUserListContractQuery || (exports.GetUserListContractQuery = GetUserListContractQuery = {}));
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUserCommand = void 0;
4
- const schemas_1 = require("../../schemas");
5
- const zod_1 = require("zod");
6
- const GetUserRequestSchema = zod_1.z.object({
7
- data: zod_1.z.object({
8
- user: schemas_1.UserSchema.omit({ passwordHash: true, restoreTokenHash: true }),
9
- }),
10
- });
11
- var GetUserCommand;
12
- (function (GetUserCommand) {
13
- GetUserCommand.ResponseSchema = GetUserRequestSchema;
14
- })(GetUserCommand || (exports.GetUserCommand = GetUserCommand = {}));
@@ -1,27 +0,0 @@
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("./createUser.command"), exports);
18
- __exportStar(require("./attachUserToCompany.command"), exports);
19
- __exportStar(require("./createUserByClientId.command"), exports);
20
- __exportStar(require("./updateRole.command"), exports);
21
- __exportStar(require("./getUser.command"), exports);
22
- __exportStar(require("./createUserForCompany.command"), exports);
23
- __exportStar(require("./get-user-list.query"), exports);
24
- __exportStar(require("./get-user-list-s2s.query"), exports);
25
- __exportStar(require("./update-password-by-user.command"), exports);
26
- __exportStar(require("./update-user.command"), exports);
27
- __exportStar(require("./generate-and-send-password-by-admin.command"), exports);
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePasswordByUserContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const UpdatePasswordByUserRequestSchema = zod_1.z.object({
6
- password: zod_1.z.string(),
7
- });
8
- const UpdatePasswordByUserResponseSchema = zod_1.z.object({
9
- message: zod_1.z.string(),
10
- });
11
- var UpdatePasswordByUserContractCommand;
12
- (function (UpdatePasswordByUserContractCommand) {
13
- UpdatePasswordByUserContractCommand.RequestSchema = UpdatePasswordByUserRequestSchema;
14
- UpdatePasswordByUserContractCommand.ResponseSchema = UpdatePasswordByUserResponseSchema;
15
- })(UpdatePasswordByUserContractCommand || (exports.UpdatePasswordByUserContractCommand = UpdatePasswordByUserContractCommand = {}));
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateUserContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const UpdateUserRequestSchema = zod_1.z.object({
7
- email: zod_1.z.email().toLowerCase().nullable().optional(),
8
- name: zod_1.z.string().optional(),
9
- phone: zod_1.z.string().nullable().optional(),
10
- });
11
- const UpdateUserResponseSchema = zod_1.z.object({
12
- message: zod_1.z.string().optional(),
13
- data: schemas_1.UserSchema,
14
- });
15
- var UpdateUserContractCommand;
16
- (function (UpdateUserContractCommand) {
17
- UpdateUserContractCommand.RequestSchema = UpdateUserRequestSchema;
18
- UpdateUserContractCommand.ResponseSchema = UpdateUserResponseSchema;
19
- })(UpdateUserContractCommand || (exports.UpdateUserContractCommand = UpdateUserContractCommand = {}));
@@ -1,18 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRoleCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const UpdateRoleRequestSchema = schemas_1.UserSchema.pick({
7
- uuid: true,
8
- roles: true,
9
- });
10
- const UpdateRoleResponseSchema = zod_1.z.object({
11
- message: zod_1.z.string().optional(),
12
- data: schemas_1.UserSchema,
13
- });
14
- var UpdateRoleCommand;
15
- (function (UpdateRoleCommand) {
16
- UpdateRoleCommand.RequestSchema = UpdateRoleRequestSchema;
17
- UpdateRoleCommand.ResponseSchema = UpdateRoleResponseSchema;
18
- })(UpdateRoleCommand || (exports.UpdateRoleCommand = UpdateRoleCommand = {}));
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloseWorkSessionForEmployeeContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const CloseWorkSessionForEmployeeResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: schemas_1.WorkSessionSchema,
9
- });
10
- var CloseWorkSessionForEmployeeContractCommand;
11
- (function (CloseWorkSessionForEmployeeContractCommand) {
12
- CloseWorkSessionForEmployeeContractCommand.ResponseSchema = CloseWorkSessionForEmployeeResponseSchema;
13
- })(CloseWorkSessionForEmployeeContractCommand || (exports.CloseWorkSessionForEmployeeContractCommand = CloseWorkSessionForEmployeeContractCommand = {}));
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateManyWorkSessionContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const CreateManyWorkSessionRequestSchema = zod_1.z.object({
7
- data: zod_1.z.array(schemas_1.CreateWorkSessionSchema),
8
- });
9
- const CreateManyWorkSessionResponseSchema = zod_1.z.object({
10
- message: zod_1.z.string().optional(),
11
- data: zod_1.z.array(schemas_1.WorkSessionSchema),
12
- });
13
- var CreateManyWorkSessionContractCommand;
14
- (function (CreateManyWorkSessionContractCommand) {
15
- CreateManyWorkSessionContractCommand.RequestSchema = CreateManyWorkSessionRequestSchema;
16
- CreateManyWorkSessionContractCommand.ResponseSchema = CreateManyWorkSessionResponseSchema;
17
- })(CreateManyWorkSessionContractCommand || (exports.CreateManyWorkSessionContractCommand = CreateManyWorkSessionContractCommand = {}));
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkSessionForEmployeeContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const CreateWorkSessionForEmployeeResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: schemas_1.WorkSessionSchema,
9
- });
10
- var CreateWorkSessionForEmployeeContractCommand;
11
- (function (CreateWorkSessionForEmployeeContractCommand) {
12
- CreateWorkSessionForEmployeeContractCommand.RequestSchema = schemas_1.CreateWorkSessionForEmployeeSchema;
13
- CreateWorkSessionForEmployeeContractCommand.ResponseSchema = CreateWorkSessionForEmployeeResponseSchema;
14
- })(CreateWorkSessionForEmployeeContractCommand || (exports.CreateWorkSessionForEmployeeContractCommand = CreateWorkSessionForEmployeeContractCommand = {}));
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkSessionContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const DeleteWorkSessionResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: schemas_1.DeleteDataResponseSchema,
9
- });
10
- var DeleteWorkSessionContractCommand;
11
- (function (DeleteWorkSessionContractCommand) {
12
- DeleteWorkSessionContractCommand.ResponseSchema = DeleteWorkSessionResponseSchema;
13
- })(DeleteWorkSessionContractCommand || (exports.DeleteWorkSessionContractCommand = DeleteWorkSessionContractCommand = {}));
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportOvertimeContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const date_helper_1 = require("../../helpers/date.helper");
6
- const ExportOvertimeRequestSchema = zod_1.z
7
- .object({
8
- startDate: zod_1.z.coerce.date(),
9
- endDate: zod_1.z.coerce.date(),
10
- userUUIDs: zod_1.z.array(zod_1.z.string().uuid()).optional(),
11
- })
12
- .refine(value => (0, date_helper_1.dateRangeCheck)(value.startDate, value.endDate), {
13
- message: 'End date must be greater than start date',
14
- path: ['endDate', 'startDate'],
15
- });
16
- const ExportOvertimeResponseSchema = zod_1.z.object({
17
- data: zod_1.z.object({
18
- fileUrl: zod_1.z.string(),
19
- fileKey: zod_1.z.string(),
20
- }),
21
- });
22
- var ExportOvertimeContractQuery;
23
- (function (ExportOvertimeContractQuery) {
24
- ExportOvertimeContractQuery.RequestSchema = ExportOvertimeRequestSchema;
25
- ExportOvertimeContractQuery.ResponseSchema = ExportOvertimeResponseSchema;
26
- })(ExportOvertimeContractQuery || (exports.ExportOvertimeContractQuery = ExportOvertimeContractQuery = {}));
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkSessionExtendedListContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const GetWorkSessionExtendedListRequestSchema = zod_1.z.object({
7
- page: zod_1.z.coerce.number().optional().default(1),
8
- count: zod_1.z.coerce.number().optional().default(10),
9
- fromDate: zod_1.z.coerce.date().optional(),
10
- toDate: zod_1.z.coerce.date().optional(),
11
- userUUID: zod_1.z.string().optional(),
12
- });
13
- const GetWorkSessionExtendedListResponseSchema = zod_1.z.object({
14
- message: zod_1.z.string().optional(),
15
- data: schemas_1.WorkSessionExtendedListSchema,
16
- });
17
- var GetWorkSessionExtendedListContractQuery;
18
- (function (GetWorkSessionExtendedListContractQuery) {
19
- GetWorkSessionExtendedListContractQuery.RequestSchema = GetWorkSessionExtendedListRequestSchema;
20
- GetWorkSessionExtendedListContractQuery.ResponseSchema = GetWorkSessionExtendedListResponseSchema;
21
- })(GetWorkSessionExtendedListContractQuery || (exports.GetWorkSessionExtendedListContractQuery = GetWorkSessionExtendedListContractQuery = {}));
@@ -1,23 +0,0 @@
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-many-work-session.command"), exports);
18
- __exportStar(require("./update-work-session.command"), exports);
19
- __exportStar(require("./delete-work-session.command"), exports);
20
- __exportStar(require("./create-work-session-for-employee.command"), exports);
21
- __exportStar(require("./get-work-session-extended-list.query"), exports);
22
- __exportStar(require("./close-work-session-for-employee.command"), exports);
23
- __exportStar(require("./export-overtime.query"), exports);
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWorkSessionContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const UpdateWorkSessionResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: schemas_1.WorkSessionSchema,
9
- });
10
- var UpdateWorkSessionContractCommand;
11
- (function (UpdateWorkSessionContractCommand) {
12
- UpdateWorkSessionContractCommand.RequestSchema = schemas_1.UpdateWorkSessionSchema;
13
- UpdateWorkSessionContractCommand.ResponseSchema = UpdateWorkSessionResponseSchema;
14
- })(UpdateWorkSessionContractCommand || (exports.UpdateWorkSessionContractCommand = UpdateWorkSessionContractCommand = {}));
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWriteOffArchiveContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const enum_1 = require("../../enum");
6
- const CreateWriteOffArchiveRequestSchema = zod_1.z.object({});
7
- const CreateWriteOffArchiveResponseSchema = zod_1.z.object({
8
- message: zod_1.z.string().optional(),
9
- data: zod_1.z
10
- .object({
11
- status: zod_1.z.nativeEnum(enum_1.ConsignmentWriteOffArchivesStatusEnum),
12
- url: zod_1.z.string().nullable().optional(),
13
- })
14
- .nullable(),
15
- });
16
- var CreateWriteOffArchiveContractCommand;
17
- (function (CreateWriteOffArchiveContractCommand) {
18
- CreateWriteOffArchiveContractCommand.RequestSchema = CreateWriteOffArchiveRequestSchema;
19
- CreateWriteOffArchiveContractCommand.ResponseSchema = CreateWriteOffArchiveResponseSchema;
20
- })(CreateWriteOffArchiveContractCommand || (exports.CreateWriteOffArchiveContractCommand = CreateWriteOffArchiveContractCommand = {}));
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWriteOffArchiveFilesContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const ArchiveFileItemSchema = zod_1.z.object({
6
- file_key: zod_1.z.string(),
7
- grower: zod_1.z.string(),
8
- name: zod_1.z.string(),
9
- size: zod_1.z.string(),
10
- });
11
- const GetWriteOffArchiveFilesResponseSchema = zod_1.z.object({
12
- message: zod_1.z.string().optional(),
13
- data: zod_1.z
14
- .object({
15
- files: zod_1.z.array(ArchiveFileItemSchema),
16
- })
17
- .nullable(),
18
- });
19
- var GetWriteOffArchiveFilesContractQuery;
20
- (function (GetWriteOffArchiveFilesContractQuery) {
21
- GetWriteOffArchiveFilesContractQuery.ResponseSchema = GetWriteOffArchiveFilesResponseSchema;
22
- })(GetWriteOffArchiveFilesContractQuery || (exports.GetWriteOffArchiveFilesContractQuery = GetWriteOffArchiveFilesContractQuery = {}));
@@ -1,19 +0,0 @@
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-wrire-off-archive.command"), exports);
18
- __exportStar(require("./info-wrire-off-archive.command"), exports);
19
- __exportStar(require("./get-write-off-archive-files.command"), exports);
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InfoWriteOffArchiveContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const enum_1 = require("../../enum");
6
- const InfoWriteOffArchiveRequestSchema = zod_1.z.object({});
7
- const InfoWriteOffArchiveResponseSchema = zod_1.z.object({
8
- message: zod_1.z.string().optional(),
9
- data: zod_1.z
10
- .object({
11
- status: zod_1.z.nativeEnum(enum_1.ConsignmentWriteOffArchivesStatusEnum),
12
- url: zod_1.z.string().nullable().optional(),
13
- })
14
- .nullable(),
15
- });
16
- var InfoWriteOffArchiveContractCommand;
17
- (function (InfoWriteOffArchiveContractCommand) {
18
- InfoWriteOffArchiveContractCommand.RequestSchema = InfoWriteOffArchiveRequestSchema;
19
- InfoWriteOffArchiveContractCommand.ResponseSchema = InfoWriteOffArchiveResponseSchema;
20
- })(InfoWriteOffArchiveContractCommand || (exports.InfoWriteOffArchiveContractCommand = InfoWriteOffArchiveContractCommand = {}));
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWriteOffFromOrderContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const CreateWriteOffFromOrderRequestSchema = zod_1.z.object({
7
- quantity: zod_1.z.number().min(1),
8
- reason: zod_1.z.string(),
9
- comment: zod_1.z.string().nullable(),
10
- productUUID: zod_1.z.string(),
11
- orderProductUUID: zod_1.z.string(),
12
- });
13
- const CreateWriteOffFromOrderResponseSchema = zod_1.z.object({
14
- message: zod_1.z.string().optional(),
15
- data: schemas_1.WriteOffSchema.nullable(),
16
- });
17
- var CreateWriteOffFromOrderContractCommand;
18
- (function (CreateWriteOffFromOrderContractCommand) {
19
- CreateWriteOffFromOrderContractCommand.RequestSchema = CreateWriteOffFromOrderRequestSchema;
20
- CreateWriteOffFromOrderContractCommand.ResponseSchema = CreateWriteOffFromOrderResponseSchema;
21
- })(CreateWriteOffFromOrderContractCommand || (exports.CreateWriteOffFromOrderContractCommand = CreateWriteOffFromOrderContractCommand = {}));
@@ -1,30 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWriteOffFromPendingContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const enum_1 = require("../../enum");
7
- const CreateWriteOffFromPendingRequestSchema = zod_1.z
8
- .object({
9
- quantity: zod_1.z.number().min(1),
10
- status: zod_1.z.union([zod_1.z.literal(enum_1.WriteOffStatusEnum.APPROVED), zod_1.z.literal(enum_1.WriteOffStatusEnum.REJECTED)]),
11
- rejectionReason: zod_1.z.string().optional(),
12
- })
13
- .refine(data => {
14
- if (data.status === enum_1.WriteOffStatusEnum.REJECTED) {
15
- return data.rejectionReason && data.rejectionReason.trim().length > 0;
16
- }
17
- return true;
18
- }, {
19
- message: 'rejectionReason is required when status is REJECTED',
20
- path: ['rejectionReason'],
21
- });
22
- const CreateWriteOffFromPendingResponseSchema = zod_1.z.object({
23
- message: zod_1.z.string().optional(),
24
- data: schemas_1.WriteOffSchema.nullable(),
25
- });
26
- var CreateWriteOffFromPendingContractCommand;
27
- (function (CreateWriteOffFromPendingContractCommand) {
28
- CreateWriteOffFromPendingContractCommand.RequestSchema = CreateWriteOffFromPendingRequestSchema;
29
- CreateWriteOffFromPendingContractCommand.ResponseSchema = CreateWriteOffFromPendingResponseSchema;
30
- })(CreateWriteOffFromPendingContractCommand || (exports.CreateWriteOffFromPendingContractCommand = CreateWriteOffFromPendingContractCommand = {}));
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWriteOffImagesContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const write_off_image_schema_1 = require("../../schemas/write-off/write-off-image.schema");
6
- const CreateWriteOffImagesRequestSchema = zod_1.z.object({
7
- urls: zod_1.z.array(zod_1.z.string()).min(1),
8
- });
9
- const CreateWriteOffImagesResponseSchema = zod_1.z.object({
10
- message: zod_1.z.string().optional(),
11
- data: zod_1.z.array(write_off_image_schema_1.WriteOffImageSchema).nullable(),
12
- });
13
- var CreateWriteOffImagesContractCommand;
14
- (function (CreateWriteOffImagesContractCommand) {
15
- CreateWriteOffImagesContractCommand.RequestSchema = CreateWriteOffImagesRequestSchema;
16
- CreateWriteOffImagesContractCommand.ResponseSchema = CreateWriteOffImagesResponseSchema;
17
- })(CreateWriteOffImagesContractCommand || (exports.CreateWriteOffImagesContractCommand = CreateWriteOffImagesContractCommand = {}));
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWriteOffContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const CreateWriteOffRequestSchema = zod_1.z.object({
7
- quantity: zod_1.z.number().min(1),
8
- reason: zod_1.z.string(),
9
- comment: zod_1.z.string().nullable(),
10
- productUUID: zod_1.z.string(),
11
- });
12
- const CreateWriteOffResponseSchema = zod_1.z.object({
13
- message: zod_1.z.string().optional(),
14
- data: schemas_1.WriteOffSchema.nullable(),
15
- });
16
- var CreateWriteOffContractCommand;
17
- (function (CreateWriteOffContractCommand) {
18
- CreateWriteOffContractCommand.RequestSchema = CreateWriteOffRequestSchema;
19
- CreateWriteOffContractCommand.ResponseSchema = CreateWriteOffResponseSchema;
20
- })(CreateWriteOffContractCommand || (exports.CreateWriteOffContractCommand = CreateWriteOffContractCommand = {}));
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWriteOffImageContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const DeleteWriteOffImageRequestSchema = zod_1.z.object({});
7
- const DeleteWriteOffImageResponseSchema = zod_1.z.object({
8
- message: zod_1.z.string().optional(),
9
- data: schemas_1.DeleteDataResponseSchema,
10
- });
11
- var DeleteWriteOffImageContractCommand;
12
- (function (DeleteWriteOffImageContractCommand) {
13
- DeleteWriteOffImageContractCommand.RequestSchema = DeleteWriteOffImageRequestSchema;
14
- DeleteWriteOffImageContractCommand.ResponseSchema = DeleteWriteOffImageResponseSchema;
15
- })(DeleteWriteOffImageContractCommand || (exports.DeleteWriteOffImageContractCommand = DeleteWriteOffImageContractCommand = {}));
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWriteOffContractCommand = void 0;
4
- const zod_1 = require("zod");
5
- const DeleteWriteOffRequestSchema = zod_1.z.object({});
6
- const DeleteWriteOffResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: zod_1.z.object({
9
- success: zod_1.z.boolean(),
10
- }),
11
- });
12
- var DeleteWriteOffContractCommand;
13
- (function (DeleteWriteOffContractCommand) {
14
- DeleteWriteOffContractCommand.RequestSchema = DeleteWriteOffRequestSchema;
15
- DeleteWriteOffContractCommand.ResponseSchema = DeleteWriteOffResponseSchema;
16
- })(DeleteWriteOffContractCommand || (exports.DeleteWriteOffContractCommand = DeleteWriteOffContractCommand = {}));
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWriteOffListContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const enum_1 = require("../../enum");
7
- const GetWriteOffListRequestSchema = zod_1.z.object({
8
- productUUID: zod_1.z.string().optional(),
9
- categoryUUID: zod_1.z.string().optional(),
10
- consignmentUUID: zod_1.z.string().optional(),
11
- orderUUID: zod_1.z.string().optional(),
12
- clientUUID: zod_1.z.string().optional(),
13
- searchQuery: zod_1.z.string().optional(),
14
- responsibleUserUUID: zod_1.z.string().optional(),
15
- status: zod_1.z.nativeEnum(enum_1.WriteOffStatusEnum).optional(),
16
- page: zod_1.z.coerce.number().optional().default(1),
17
- count: zod_1.z.coerce.number().optional().default(10),
18
- });
19
- const GetWriteOffListResponseSchema = zod_1.z.object({
20
- message: zod_1.z.string().optional(),
21
- data: schemas_1.WriteOffListSchema,
22
- });
23
- var GetWriteOffListContractQuery;
24
- (function (GetWriteOffListContractQuery) {
25
- GetWriteOffListContractQuery.RequestSchema = GetWriteOffListRequestSchema;
26
- GetWriteOffListContractQuery.ResponseSchema = GetWriteOffListResponseSchema;
27
- })(GetWriteOffListContractQuery || (exports.GetWriteOffListContractQuery = GetWriteOffListContractQuery = {}));
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWriteOffReasonListContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const GetWriteOffReasonListRequestSchema = zod_1.z.object({
6
- searchQuery: zod_1.z.string().optional(),
7
- });
8
- const GetWriteOffReasonListResponseSchema = zod_1.z.object({
9
- message: zod_1.z.string().optional(),
10
- data: zod_1.z.array(zod_1.z.string()),
11
- });
12
- var GetWriteOffReasonListContractQuery;
13
- (function (GetWriteOffReasonListContractQuery) {
14
- GetWriteOffReasonListContractQuery.RequestSchema = GetWriteOffReasonListRequestSchema;
15
- GetWriteOffReasonListContractQuery.ResponseSchema = GetWriteOffReasonListResponseSchema;
16
- })(GetWriteOffReasonListContractQuery || (exports.GetWriteOffReasonListContractQuery = GetWriteOffReasonListContractQuery = {}));
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWriteOffSumByOrderContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const GetWriteOffSumByOrderRequestSchema = zod_1.z.object({});
6
- const GetWriteOffSumByOrderResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: zod_1.z.number(),
9
- });
10
- var GetWriteOffSumByOrderContractQuery;
11
- (function (GetWriteOffSumByOrderContractQuery) {
12
- GetWriteOffSumByOrderContractQuery.RequestSchema = GetWriteOffSumByOrderRequestSchema;
13
- GetWriteOffSumByOrderContractQuery.ResponseSchema = GetWriteOffSumByOrderResponseSchema;
14
- })(GetWriteOffSumByOrderContractQuery || (exports.GetWriteOffSumByOrderContractQuery = GetWriteOffSumByOrderContractQuery = {}));
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWriteOffContractQuery = void 0;
4
- const zod_1 = require("zod");
5
- const schemas_1 = require("../../schemas");
6
- const GetWriteOffResponseSchema = zod_1.z.object({
7
- message: zod_1.z.string().optional(),
8
- data: schemas_1.WriteOffSchema,
9
- });
10
- var GetWriteOffContractQuery;
11
- (function (GetWriteOffContractQuery) {
12
- GetWriteOffContractQuery.ResponseSchema = GetWriteOffResponseSchema;
13
- })(GetWriteOffContractQuery || (exports.GetWriteOffContractQuery = GetWriteOffContractQuery = {}));