@pksep/zod-shared 0.0.490

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 (863) hide show
  1. package/dist/action/dto/action-guard.dto.d.ts +15 -0
  2. package/dist/action/dto/action-guard.dto.js +9 -0
  3. package/dist/action/dto/actions-by-param.dto.d.ts +43 -0
  4. package/dist/action/dto/actions-by-param.dto.js +20 -0
  5. package/dist/action/enums/enums.d.ts +183 -0
  6. package/dist/action/enums/enums.js +130 -0
  7. package/dist/action/index.d.ts +7 -0
  8. package/dist/action/index.js +23 -0
  9. package/dist/action/interfaces/interface.d.ts +19 -0
  10. package/dist/action/interfaces/interface.js +2 -0
  11. package/dist/action/schemas/actions-chain.schema.d.ts +19 -0
  12. package/dist/action/schemas/actions-chain.schema.js +9 -0
  13. package/dist/action/schemas/actions.schema.d.ts +158 -0
  14. package/dist/action/schemas/actions.schema.js +39 -0
  15. package/dist/action/types/types.d.ts +4 -0
  16. package/dist/action/types/types.js +2 -0
  17. package/dist/assemble/dto/assemble-coming.dto.d.ts +35 -0
  18. package/dist/assemble/dto/assemble-coming.dto.js +22 -0
  19. package/dist/assemble/dto/assemble-db-request.dto.d.ts +66 -0
  20. package/dist/assemble/dto/assemble-db-request.dto.js +25 -0
  21. package/dist/assemble/dto/assemble-deep-deficit.dto.d.ts +16 -0
  22. package/dist/assemble/dto/assemble-deep-deficit.dto.js +10 -0
  23. package/dist/assemble/dto/assembly-paginate.dto.d.ts +31 -0
  24. package/dist/assemble/dto/assembly-paginate.dto.js +16 -0
  25. package/dist/assemble/dto/create-assemble-kit.dto.d.ts +24 -0
  26. package/dist/assemble/dto/create-assemble-kit.dto.js +12 -0
  27. package/dist/assemble/dto/create-assemble.dto.d.ts +24 -0
  28. package/dist/assemble/dto/create-assemble.dto.js +12 -0
  29. package/dist/assemble/dto/delete-actual-shipment.dto.d.ts +15 -0
  30. package/dist/assemble/dto/delete-actual-shipment.dto.js +9 -0
  31. package/dist/assemble/dto/delete-assemble.dto.d.ts +21 -0
  32. package/dist/assemble/dto/delete-assemble.dto.js +11 -0
  33. package/dist/assemble/dto/delete-shipment.dto.d.ts +12 -0
  34. package/dist/assemble/dto/delete-shipment.dto.js +8 -0
  35. package/dist/assemble/dto/get-assemble-by-id.dto.d.ts +18 -0
  36. package/dist/assemble/dto/get-assemble-by-id.dto.js +10 -0
  37. package/dist/assemble/dto/get-assemble-by-izd.dto.d.ts +18 -0
  38. package/dist/assemble/dto/get-assemble-by-izd.dto.js +11 -0
  39. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +1503 -0
  40. package/dist/assemble/dto/get-assemble-operation-count.dto.js +9 -0
  41. package/dist/assemble/dto/get-assemble-operation-pagination.dto.d.ts +46 -0
  42. package/dist/assemble/dto/get-assemble-operation-pagination.dto.js +24 -0
  43. package/dist/assemble/dto/get-assemble-pagination-sclad.dto.d.ts +46 -0
  44. package/dist/assemble/dto/get-assemble-pagination-sclad.dto.js +24 -0
  45. package/dist/assemble/dto/get-assemble-pagination.dto.d.ts +55 -0
  46. package/dist/assemble/dto/get-assemble-pagination.dto.js +27 -0
  47. package/dist/assemble/dto/set-date-shipment.dto.d.ts +21 -0
  48. package/dist/assemble/dto/set-date-shipment.dto.js +11 -0
  49. package/dist/assemble/dto/update-assemble.dto.d.ts +15 -0
  50. package/dist/assemble/dto/update-assemble.dto.js +9 -0
  51. package/dist/assemble/enum/enum.d.ts +4 -0
  52. package/dist/assemble/enum/enum.js +8 -0
  53. package/dist/assemble/index.d.ts +21 -0
  54. package/dist/assemble/index.js +37 -0
  55. package/dist/assemble/interfaces/interfaces.d.ts +102 -0
  56. package/dist/assemble/interfaces/interfaces.js +2 -0
  57. package/dist/assemble/schemas/assemble-coming.schema.d.ts +1176 -0
  58. package/dist/assemble/schemas/assemble-coming.schema.js +21 -0
  59. package/dist/assemble/schemas/assemble.schema.d.ts +1138 -0
  60. package/dist/assemble/schemas/assemble.schema.js +32 -0
  61. package/dist/assemble-kit/dto/assemble-kit-paginate.dto.d.ts +46 -0
  62. package/dist/assemble-kit/dto/assemble-kit-paginate.dto.js +27 -0
  63. package/dist/assemble-kit/dto/update-assemble-kit.dto.d.ts +24 -0
  64. package/dist/assemble-kit/dto/update-assemble-kit.dto.js +16 -0
  65. package/dist/assemble-kit/index.d.ts +4 -0
  66. package/dist/assemble-kit/index.js +20 -0
  67. package/dist/assemble-kit/interfaces/interface.d.ts +4 -0
  68. package/dist/assemble-kit/interfaces/interface.js +2 -0
  69. package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +306 -0
  70. package/dist/assemble-kit/schemas/assemble-kit.schema.js +27 -0
  71. package/dist/avatar/index.d.ts +2 -0
  72. package/dist/avatar/index.js +18 -0
  73. package/dist/avatar/interfaces/interface.d.ts +6 -0
  74. package/dist/avatar/interfaces/interface.js +2 -0
  75. package/dist/avatar/schemas/avatarsSchema.d.ts +25 -0
  76. package/dist/avatar/schemas/avatarsSchema.js +12 -0
  77. package/dist/buyer/index.d.ts +4 -0
  78. package/dist/buyer/index.js +20 -0
  79. package/dist/buyer/interfaces/interface.d.ts +6 -0
  80. package/dist/buyer/interfaces/interface.js +2 -0
  81. package/dist/buyer/schemas/buyer-cbed.schema.d.ts +15 -0
  82. package/dist/buyer/schemas/buyer-cbed.schema.js +9 -0
  83. package/dist/buyer/schemas/buyer.schema.d.ts +36 -0
  84. package/dist/buyer/schemas/buyer.schema.js +16 -0
  85. package/dist/buyer/schemas/purchases.schema.d.ts +33 -0
  86. package/dist/buyer/schemas/purchases.schema.js +15 -0
  87. package/dist/cbed/dto/cbed-pagination.dto.d.ts +40 -0
  88. package/dist/cbed/dto/cbed-pagination.dto.js +20 -0
  89. package/dist/cbed/dto/check-designatiom.dto.d.ts +9 -0
  90. package/dist/cbed/dto/check-designatiom.dto.js +7 -0
  91. package/dist/cbed/dto/get-archive.dto.d.ts +9 -0
  92. package/dist/cbed/dto/get-archive.dto.js +7 -0
  93. package/dist/cbed/dto/get-deficit.dto.d.ts +25 -0
  94. package/dist/cbed/dto/get-deficit.dto.js +13 -0
  95. package/dist/cbed/dto/get-include.dto.d.ts +9 -0
  96. package/dist/cbed/dto/get-include.dto.js +7 -0
  97. package/dist/cbed/dto/get-one-cbed-dto.d.ts +16 -0
  98. package/dist/cbed/dto/get-one-cbed-dto.js +24 -0
  99. package/dist/cbed/dto/get-remains-cbed.dto.d.ts +16 -0
  100. package/dist/cbed/dto/get-remains-cbed.dto.js +9 -0
  101. package/dist/cbed/dto/recursive-childrens.dto.d.ts +45 -0
  102. package/dist/cbed/dto/recursive-childrens.dto.js +19 -0
  103. package/dist/cbed/dto/set-actual-shipment.dto.d.ts +18 -0
  104. package/dist/cbed/dto/set-actual-shipment.dto.js +10 -0
  105. package/dist/cbed/dto/up-create-cbed.dto.d.ts +55 -0
  106. package/dist/cbed/dto/up-create-cbed.dto.js +61 -0
  107. package/dist/cbed/index.d.ts +16 -0
  108. package/dist/cbed/index.js +32 -0
  109. package/dist/cbed/interfaces/interface.d.ts +3 -0
  110. package/dist/cbed/interfaces/interface.js +2 -0
  111. package/dist/cbed/schemas/cbed-detals.schema.d.ts +15 -0
  112. package/dist/cbed/schemas/cbed-detals.schema.js +9 -0
  113. package/dist/cbed/schemas/cbed-material.schema.d.ts +15 -0
  114. package/dist/cbed/schemas/cbed-material.schema.js +9 -0
  115. package/dist/cbed/schemas/cbed.schema.d.ts +115 -0
  116. package/dist/cbed/schemas/cbed.schema.js +40 -0
  117. package/dist/cbed/types/cbed-types.d.ts +9 -0
  118. package/dist/cbed/types/cbed-types.js +2 -0
  119. package/dist/cbed/types/cbed.d.ts +5 -0
  120. package/dist/cbed/types/cbed.js +2 -0
  121. package/dist/company/default-value/model.d.ts +7 -0
  122. package/dist/company/default-value/model.js +26 -0
  123. package/dist/company/dto/companies-pagination.dto.d.ts +52 -0
  124. package/dist/company/dto/companies-pagination.dto.js +21 -0
  125. package/dist/company/dto/create-company.dto.d.ts +72 -0
  126. package/dist/company/dto/create-company.dto.js +21 -0
  127. package/dist/company/dto/get-include.dto.d.ts +12 -0
  128. package/dist/company/dto/get-include.dto.js +8 -0
  129. package/dist/company/dto/update-company.dto.d.ts +75 -0
  130. package/dist/company/dto/update-company.dto.js +22 -0
  131. package/dist/company/enums/enums.d.ts +14 -0
  132. package/dist/company/enums/enums.js +19 -0
  133. package/dist/company/index.d.ts +9 -0
  134. package/dist/company/index.js +25 -0
  135. package/dist/company/interfaces/interface.d.ts +60 -0
  136. package/dist/company/interfaces/interface.js +12 -0
  137. package/dist/company/schemas/companies.schema.d.ts +78 -0
  138. package/dist/company/schemas/companies.schema.js +19 -0
  139. package/dist/company/type/type.d.ts +5 -0
  140. package/dist/company/type/type.js +2 -0
  141. package/dist/contact/default-value/model.d.ts +7 -0
  142. package/dist/contact/default-value/model.js +26 -0
  143. package/dist/contact/dto/contact-pagination.dto.d.ts +27 -0
  144. package/dist/contact/dto/contact-pagination.dto.js +14 -0
  145. package/dist/contact/dto/create-contact.dto.d.ts +48 -0
  146. package/dist/contact/dto/create-contact.dto.js +12 -0
  147. package/dist/contact/dto/get-include.dto.d.ts +12 -0
  148. package/dist/contact/dto/get-include.dto.js +8 -0
  149. package/dist/contact/dto/update-contact.dto.d.ts +51 -0
  150. package/dist/contact/dto/update-contact.dto.js +13 -0
  151. package/dist/contact/index.d.ts +7 -0
  152. package/dist/contact/index.js +23 -0
  153. package/dist/contact/interfaces/interface.d.ts +42 -0
  154. package/dist/contact/interfaces/interface.js +12 -0
  155. package/dist/contact/schemas/contact.schema.d.ts +51 -0
  156. package/dist/contact/schemas/contact.schema.js +16 -0
  157. package/dist/deficit/dto/create-deficite.dto.d.ts +15 -0
  158. package/dist/deficit/dto/create-deficite.dto.js +9 -0
  159. package/dist/deficit/dto/deficit-material.dto.d.ts +9 -0
  160. package/dist/deficit/dto/deficit-material.dto.js +7 -0
  161. package/dist/deficit/index.d.ts +4 -0
  162. package/dist/deficit/index.js +20 -0
  163. package/dist/deficit/interfaces/interface.d.ts +9 -0
  164. package/dist/deficit/interfaces/interface.js +2 -0
  165. package/dist/deficit/schemas/deficit.schema.d.ts +15 -0
  166. package/dist/deficit/schemas/deficit.schema.js +9 -0
  167. package/dist/deliveries/dto/all-delivery-pagination.dto.d.ts +19 -0
  168. package/dist/deliveries/dto/all-delivery-pagination.dto.js +11 -0
  169. package/dist/deliveries/dto/create-deliveries.dto.d.ts +104 -0
  170. package/dist/deliveries/dto/create-deliveries.dto.js +25 -0
  171. package/dist/deliveries/index.d.ts +8 -0
  172. package/dist/deliveries/index.js +24 -0
  173. package/dist/deliveries/schemas/deliveries-equipments.schema.d.ts +15 -0
  174. package/dist/deliveries/schemas/deliveries-equipments.schema.js +9 -0
  175. package/dist/deliveries/schemas/deliveries-instrument.schema.d.ts +15 -0
  176. package/dist/deliveries/schemas/deliveries-instrument.schema.js +9 -0
  177. package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +15 -0
  178. package/dist/deliveries/schemas/deliveries-inventary.schema.js +9 -0
  179. package/dist/deliveries/schemas/deliveries-material.schema.d.ts +15 -0
  180. package/dist/deliveries/schemas/deliveries-material.schema.js +9 -0
  181. package/dist/deliveries/schemas/deliveries-position.schema.d.ts +32 -0
  182. package/dist/deliveries/schemas/deliveries-position.schema.js +15 -0
  183. package/dist/deliveries/schemas/deliveries.schema.d.ts +64 -0
  184. package/dist/deliveries/schemas/deliveries.schema.js +21 -0
  185. package/dist/detal/default-values/default-values.d.ts +58 -0
  186. package/dist/detal/default-values/default-values.js +63 -0
  187. package/dist/detal/dto/add-file-to-detal.dto.d.ts +22 -0
  188. package/dist/detal/dto/add-file-to-detal.dto.js +9 -0
  189. package/dist/detal/dto/detal-pagination.dto.d.ts +34 -0
  190. package/dist/detal/dto/detal-pagination.dto.js +16 -0
  191. package/dist/detal/dto/get-archive.dto.d.ts +9 -0
  192. package/dist/detal/dto/get-archive.dto.js +7 -0
  193. package/dist/detal/dto/get-deficit.dto.d.ts +25 -0
  194. package/dist/detal/dto/get-deficit.dto.js +16 -0
  195. package/dist/detal/dto/get-detal-deficit-dto.d.ts +25 -0
  196. package/dist/detal/dto/get-detal-deficit-dto.js +13 -0
  197. package/dist/detal/dto/get-include-detal.dto.d.ts +9 -0
  198. package/dist/detal/dto/get-include-detal.dto.js +7 -0
  199. package/dist/detal/dto/get-one-detal-dto.d.ts +16 -0
  200. package/dist/detal/dto/get-one-detal-dto.js +17 -0
  201. package/dist/detal/dto/get-remains-detal.dto.d.ts +16 -0
  202. package/dist/detal/dto/get-remains-detal.dto.js +9 -0
  203. package/dist/detal/dto/set-actual-shipment.dto.d.ts +18 -0
  204. package/dist/detal/dto/set-actual-shipment.dto.js +10 -0
  205. package/dist/detal/dto/update-detal.dto.d.ts +56 -0
  206. package/dist/detal/dto/update-detal.dto.js +34 -0
  207. package/dist/detal/index.d.ts +16 -0
  208. package/dist/detal/index.js +32 -0
  209. package/dist/detal/interfaces/interface.d.ts +8 -0
  210. package/dist/detal/interfaces/interface.js +3 -0
  211. package/dist/detal/schemas/detal-deficit.schema.d.ts +1916 -0
  212. package/dist/detal/schemas/detal-deficit.schema.js +10 -0
  213. package/dist/detal/schemas/detal-material.schema.d.ts +15 -0
  214. package/dist/detal/schemas/detal-material.schema.js +9 -0
  215. package/dist/detal/schemas/detal.schema.d.ts +1740 -0
  216. package/dist/detal/schemas/detal.schema.js +53 -0
  217. package/dist/detal/types/detal.d.ts +15 -0
  218. package/dist/detal/types/detal.js +2 -0
  219. package/dist/document/dto/attach-document-to-entity.dto.d.ts +16 -0
  220. package/dist/document/dto/attach-document-to-entity.dto.js +10 -0
  221. package/dist/document/dto/change-type.dto.d.ts +12 -0
  222. package/dist/document/dto/change-type.dto.js +8 -0
  223. package/dist/document/dto/check-name-exist.d.ts +9 -0
  224. package/dist/document/dto/check-name-exist.js +7 -0
  225. package/dist/document/dto/create-arr-documents.dto.d.ts +9 -0
  226. package/dist/document/dto/create-arr-documents.dto.js +7 -0
  227. package/dist/document/dto/create-documents.dto.d.ts +24 -0
  228. package/dist/document/dto/create-documents.dto.js +12 -0
  229. package/dist/document/dto/query-pagination.dto.d.ts +16 -0
  230. package/dist/document/dto/query-pagination.dto.js +12 -0
  231. package/dist/document/dto/unpin-document.dto.d.ts +16 -0
  232. package/dist/document/dto/unpin-document.dto.js +10 -0
  233. package/dist/document/dto/update-document.dto.d.ts +27 -0
  234. package/dist/document/dto/update-document.dto.js +13 -0
  235. package/dist/document/index.d.ts +10 -0
  236. package/dist/document/index.js +26 -0
  237. package/dist/document/interfaces/interface.d.ts +13 -0
  238. package/dist/document/interfaces/interface.js +2 -0
  239. package/dist/document/schemas/documentsSchema.d.ts +79 -0
  240. package/dist/document/schemas/documentsSchema.js +17 -0
  241. package/dist/edizm/enum/enum.d.ts +15 -0
  242. package/dist/edizm/enum/enum.js +18 -0
  243. package/dist/edizm/index.d.ts +5 -0
  244. package/dist/edizm/index.js +21 -0
  245. package/dist/edizm/interfaces/interface.d.ts +8 -0
  246. package/dist/edizm/interfaces/interface.js +2 -0
  247. package/dist/edizm/schemas/edizm.schema.d.ts +18 -0
  248. package/dist/edizm/schemas/edizm.schema.js +9 -0
  249. package/dist/edizm/schemas/type-edizm.schema.d.ts +35 -0
  250. package/dist/edizm/schemas/type-edizm.schema.js +10 -0
  251. package/dist/edizm/schemas/unit-type-edizm.schema.d.ts +15 -0
  252. package/dist/edizm/schemas/unit-type-edizm.schema.js +9 -0
  253. package/dist/equipment/dto/check-name-unique.dto.d.ts +13 -0
  254. package/dist/equipment/dto/check-name-unique.dto.js +9 -0
  255. package/dist/equipment/dto/create-equipment.dto.d.ts +45 -0
  256. package/dist/equipment/dto/create-equipment.dto.js +20 -0
  257. package/dist/equipment/dto/create-equpment-type.dto.d.ts +12 -0
  258. package/dist/equipment/dto/create-equpment-type.dto.js +8 -0
  259. package/dist/equipment/dto/get-archive.dto.d.ts +9 -0
  260. package/dist/equipment/dto/get-archive.dto.js +7 -0
  261. package/dist/equipment/dto/get-instruments-pagination.dto.d.ts +27 -0
  262. package/dist/equipment/dto/get-instruments-pagination.dto.js +13 -0
  263. package/dist/equipment/dto/udate-equipment-type.dto.d.ts +12 -0
  264. package/dist/equipment/dto/udate-equipment-type.dto.js +8 -0
  265. package/dist/equipment/dto/update-equipment.dto.d.ts +48 -0
  266. package/dist/equipment/dto/update-equipment.dto.js +23 -0
  267. package/dist/equipment/index.d.ts +12 -0
  268. package/dist/equipment/index.js +28 -0
  269. package/dist/equipment/interfaces/interface.d.ts +9 -0
  270. package/dist/equipment/interfaces/interface.js +2 -0
  271. package/dist/equipment/schemas/equipment-pt.schema.d.ts +17 -0
  272. package/dist/equipment/schemas/equipment-pt.schema.js +8 -0
  273. package/dist/equipment/schemas/equipment.schema.d.ts +713 -0
  274. package/dist/equipment/schemas/equipment.schema.js +37 -0
  275. package/dist/equipment/schemas/euipment-type.schema.d.ts +3 -0
  276. package/dist/equipment/schemas/euipment-type.schema.js +12 -0
  277. package/dist/equipment/schemas/node_tpt_equipment.schema.d.ts +15 -0
  278. package/dist/equipment/schemas/node_tpt_equipment.schema.js +9 -0
  279. package/dist/expenditure/dto/get-expenditure.dto.d.ts +34 -0
  280. package/dist/expenditure/dto/get-expenditure.dto.js +12 -0
  281. package/dist/expenditure/dto/index.d.ts +1 -0
  282. package/dist/expenditure/dto/index.js +17 -0
  283. package/dist/expenditure/enum/enum.d.ts +4 -0
  284. package/dist/expenditure/enum/enum.js +8 -0
  285. package/dist/expenditure/index.d.ts +5 -0
  286. package/dist/expenditure/index.js +21 -0
  287. package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +68 -0
  288. package/dist/expenditure/schema/expenditure-consumption.schema.js +10 -0
  289. package/dist/expenditure/schema/expenditure-position.schema.d.ts +25 -0
  290. package/dist/expenditure/schema/expenditure-position.schema.js +13 -0
  291. package/dist/expenditure/schema/expenditure.schema.d.ts +26 -0
  292. package/dist/expenditure/schema/expenditure.schema.js +11 -0
  293. package/dist/index.d.ts +40 -0
  294. package/dist/index.js +56 -0
  295. package/dist/instrument/dto/check-name-unique.dto.d.ts +13 -0
  296. package/dist/instrument/dto/check-name-unique.dto.js +9 -0
  297. package/dist/instrument/dto/create-instrument.dto.d.ts +13 -0
  298. package/dist/instrument/dto/create-instrument.dto.js +9 -0
  299. package/dist/instrument/dto/create-name-instrument.dto.d.ts +42 -0
  300. package/dist/instrument/dto/create-name-instrument.dto.js +19 -0
  301. package/dist/instrument/dto/create-pt-instrument.dto.d.ts +12 -0
  302. package/dist/instrument/dto/create-pt-instrument.dto.js +8 -0
  303. package/dist/instrument/dto/get-instruments-pagination.dto.d.ts +31 -0
  304. package/dist/instrument/dto/get-instruments-pagination.dto.js +15 -0
  305. package/dist/instrument/dto/update-instrument.dto.d.ts +16 -0
  306. package/dist/instrument/dto/update-instrument.dto.js +10 -0
  307. package/dist/instrument/dto/update-name-instrument.dto.d.ts +45 -0
  308. package/dist/instrument/dto/update-name-instrument.dto.js +20 -0
  309. package/dist/instrument/dto/update-pt.dto.d.ts +12 -0
  310. package/dist/instrument/dto/update-pt.dto.js +8 -0
  311. package/dist/instrument/index.d.ts +15 -0
  312. package/dist/instrument/index.js +31 -0
  313. package/dist/instrument/interfaces/interface.d.ts +12 -0
  314. package/dist/instrument/interfaces/interface.js +2 -0
  315. package/dist/instrument/schemas/instrument-equipment.schema.d.ts +18 -0
  316. package/dist/instrument/schemas/instrument-equipment.schema.js +11 -0
  317. package/dist/instrument/schemas/instrument-operation.schema.d.ts +18 -0
  318. package/dist/instrument/schemas/instrument-operation.schema.js +11 -0
  319. package/dist/instrument/schemas/instrument.schema.d.ts +3 -0
  320. package/dist/instrument/schemas/instrument.schema.js +14 -0
  321. package/dist/instrument/schemas/name-instrument.schema.d.ts +3 -0
  322. package/dist/instrument/schemas/name-instrument.schema.js +39 -0
  323. package/dist/instrument/schemas/node-pt-t-instrument.schema.d.ts +15 -0
  324. package/dist/instrument/schemas/node-pt-t-instrument.schema.js +9 -0
  325. package/dist/instrument/schemas/pt-instrument.schema.d.ts +18 -0
  326. package/dist/instrument/schemas/pt-instrument.schema.js +12 -0
  327. package/dist/inventary/dto/check-name-unique.dto.d.ts +13 -0
  328. package/dist/inventary/dto/check-name-unique.dto.js +9 -0
  329. package/dist/inventary/dto/create-inventary.dto.d.ts +48 -0
  330. package/dist/inventary/dto/create-inventary.dto.js +35 -0
  331. package/dist/inventary/dto/create-pt-inventary.dto.d.ts +12 -0
  332. package/dist/inventary/dto/create-pt-inventary.dto.js +8 -0
  333. package/dist/inventary/dto/get-inventary-pagination.dto.d.ts +27 -0
  334. package/dist/inventary/dto/get-inventary-pagination.dto.js +13 -0
  335. package/dist/inventary/dto/update-inventary.dto.d.ts +12 -0
  336. package/dist/inventary/dto/update-inventary.dto.js +8 -0
  337. package/dist/inventary/index.d.ts +8 -0
  338. package/dist/inventary/index.js +24 -0
  339. package/dist/inventary/schemas/inventary-pt.schema.d.ts +3 -0
  340. package/dist/inventary/schemas/inventary-pt.schema.js +12 -0
  341. package/dist/inventary/schemas/inventary-type.schema.d.ts +3 -0
  342. package/dist/inventary/schemas/inventary-type.schema.js +12 -0
  343. package/dist/inventary/schemas/inventary.schema.d.ts +3 -0
  344. package/dist/inventary/schemas/inventary.schema.js +32 -0
  345. package/dist/marks/dto/change-mark-quantity.dto.d.ts +86 -0
  346. package/dist/marks/dto/change-mark-quantity.dto.js +12 -0
  347. package/dist/marks/dto/create-mark.dto.d.ts +42 -0
  348. package/dist/marks/dto/create-mark.dto.js +18 -0
  349. package/dist/marks/dto/cut-marks.dto.d.ts +22 -0
  350. package/dist/marks/dto/cut-marks.dto.js +12 -0
  351. package/dist/marks/dto/get-mark-for-modal.dto.d.ts +19 -0
  352. package/dist/marks/dto/get-mark-for-modal.dto.js +11 -0
  353. package/dist/marks/dto/get-result-work.dto.d.ts +36 -0
  354. package/dist/marks/dto/get-result-work.dto.js +14 -0
  355. package/dist/marks/dto/update-mark.dto.d.ts +33 -0
  356. package/dist/marks/dto/update-mark.dto.js +21 -0
  357. package/dist/marks/enums/enum.d.ts +6 -0
  358. package/dist/marks/enums/enum.js +10 -0
  359. package/dist/marks/index.d.ts +10 -0
  360. package/dist/marks/index.js +26 -0
  361. package/dist/marks/interfaces/interface.d.ts +7 -0
  362. package/dist/marks/interfaces/interface.js +2 -0
  363. package/dist/marks/schemas/marks.schema.d.ts +88 -0
  364. package/dist/marks/schemas/marks.schema.js +29 -0
  365. package/dist/marks/type/type.d.ts +50 -0
  366. package/dist/marks/type/type.js +26 -0
  367. package/dist/material/dto/check-name-unique.dto.d.ts +13 -0
  368. package/dist/material/dto/check-name-unique.dto.js +9 -0
  369. package/dist/material/dto/create-material.dto.d.ts +599 -0
  370. package/dist/material/dto/create-material.dto.js +86 -0
  371. package/dist/material/dto/create-subtype-material.dto.d.ts +22 -0
  372. package/dist/material/dto/create-subtype-material.dto.js +12 -0
  373. package/dist/material/dto/get-material-paginate.dto.d.ts +27 -0
  374. package/dist/material/dto/get-material-paginate.dto.js +13 -0
  375. package/dist/material/dto/get-material-provider.dto.d.ts +21 -0
  376. package/dist/material/dto/get-material-provider.dto.js +11 -0
  377. package/dist/material/dto/get-one-material.dto.d.ts +12 -0
  378. package/dist/material/dto/get-one-material.dto.js +16 -0
  379. package/dist/material/dto/includes-material.dto.d.ts +12 -0
  380. package/dist/material/dto/includes-material.dto.js +8 -0
  381. package/dist/material/dto/material-include.dto.d.ts +12 -0
  382. package/dist/material/dto/material-include.dto.js +8 -0
  383. package/dist/material/dto/up-create-type-material.dto.d.ts +19 -0
  384. package/dist/material/dto/up-create-type-material.dto.js +11 -0
  385. package/dist/material/enum/enum.d.ts +4 -0
  386. package/dist/material/enum/enum.js +8 -0
  387. package/dist/material/index.d.ts +16 -0
  388. package/dist/material/index.js +32 -0
  389. package/dist/material/interfaces/interface.d.ts +22 -0
  390. package/dist/material/interfaces/interface.js +2 -0
  391. package/dist/material/schemas/mat-pod-mat.schema.d.ts +15 -0
  392. package/dist/material/schemas/mat-pod-mat.schema.js +9 -0
  393. package/dist/material/schemas/material-characteristics.schema.d.ts +230 -0
  394. package/dist/material/schemas/material-characteristics.schema.js +20 -0
  395. package/dist/material/schemas/material.schema.d.ts +560 -0
  396. package/dist/material/schemas/material.schema.js +26 -0
  397. package/dist/material/schemas/subtype-material.schema.d.ts +21 -0
  398. package/dist/material/schemas/subtype-material.schema.js +11 -0
  399. package/dist/material/schemas/type-material.schema.d.ts +423 -0
  400. package/dist/material/schemas/type-material.schema.js +26 -0
  401. package/dist/metaloworking/dto/create-metaloworking.dto.d.ts +21 -0
  402. package/dist/metaloworking/dto/create-metaloworking.dto.js +11 -0
  403. package/dist/metaloworking/dto/delete-metalloworking.dto.d.ts +21 -0
  404. package/dist/metaloworking/dto/delete-metalloworking.dto.js +11 -0
  405. package/dist/metaloworking/dto/delete-shipment.dto.d.ts +12 -0
  406. package/dist/metaloworking/dto/delete-shipment.dto.js +8 -0
  407. package/dist/metaloworking/dto/get-metallworking-operation-count.dto.d.ts +62 -0
  408. package/dist/metaloworking/dto/get-metallworking-operation-count.dto.js +9 -0
  409. package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.d.ts +43 -0
  410. package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.js +17 -0
  411. package/dist/metaloworking/dto/get-metallworking-pagination.dto.d.ts +46 -0
  412. package/dist/metaloworking/dto/get-metallworking-pagination.dto.js +19 -0
  413. package/dist/metaloworking/dto/get-result-work.dto.d.ts +16 -0
  414. package/dist/metaloworking/dto/get-result-work.dto.js +9 -0
  415. package/dist/metaloworking/dto/metaloworking-coming.dto.d.ts +35 -0
  416. package/dist/metaloworking/dto/metaloworking-coming.dto.js +18 -0
  417. package/dist/metaloworking/dto/set-date-shipment.dto.d.ts +18 -0
  418. package/dist/metaloworking/dto/set-date-shipment.dto.js +10 -0
  419. package/dist/metaloworking/dto/update-metalloworking.dto.d.ts +15 -0
  420. package/dist/metaloworking/dto/update-metalloworking.dto.js +9 -0
  421. package/dist/metaloworking/index.d.ts +13 -0
  422. package/dist/metaloworking/index.js +29 -0
  423. package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +67 -0
  424. package/dist/metaloworking/schemas/metaloworking-by-operation.schema.js +22 -0
  425. package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +68 -0
  426. package/dist/metaloworking/schemas/metaloworking-coming.schema.js +18 -0
  427. package/dist/metaloworking/schemas/metaloworking.schema.d.ts +42 -0
  428. package/dist/metaloworking/schemas/metaloworking.schema.js +15 -0
  429. package/dist/methods/methods.d.ts +1 -0
  430. package/dist/methods/methods.js +16 -0
  431. package/dist/movement-error/index.d.ts +1 -0
  432. package/dist/movement-error/index.js +17 -0
  433. package/dist/movement-error/schemas/movement-error.schema.d.ts +35 -0
  434. package/dist/movement-error/schemas/movement-error.schema.js +13 -0
  435. package/dist/movement-object/dto/create-moving.dto.d.ts +27 -0
  436. package/dist/movement-object/dto/create-moving.dto.js +14 -0
  437. package/dist/movement-object/index.d.ts +2 -0
  438. package/dist/movement-object/index.js +18 -0
  439. package/dist/movement-object/schemas/get-one-object-history.schema.d.ts +66 -0
  440. package/dist/movement-object/schemas/get-one-object-history.schema.js +25 -0
  441. package/dist/moving/index.d.ts +2 -0
  442. package/dist/moving/index.js +18 -0
  443. package/dist/moving/interfaces/interface.d.ts +3 -0
  444. package/dist/moving/interfaces/interface.js +2 -0
  445. package/dist/moving/schemas/moving.schema.d.ts +1308 -0
  446. package/dist/moving/schemas/moving.schema.js +18 -0
  447. package/dist/operations/dto/check-name-unique.dto.d.ts +9 -0
  448. package/dist/operations/dto/check-name-unique.dto.js +7 -0
  449. package/dist/operations/dto/create-type-operation.dto.d.ts +45 -0
  450. package/dist/operations/dto/create-type-operation.dto.js +19 -0
  451. package/dist/operations/dto/up-create-tech-process.dto.d.ts +27 -0
  452. package/dist/operations/dto/up-create-tech-process.dto.js +13 -0
  453. package/dist/operations/dto/update-create-operation.dto.d.ts +42 -0
  454. package/dist/operations/dto/update-create-operation.dto.js +18 -0
  455. package/dist/operations/dto/update-operation-tech.dto.d.ts +21 -0
  456. package/dist/operations/dto/update-operation-tech.dto.js +11 -0
  457. package/dist/operations/dto/update-type-operation.dto.d.ts +48 -0
  458. package/dist/operations/dto/update-type-operation.dto.js +20 -0
  459. package/dist/operations/index.d.ts +12 -0
  460. package/dist/operations/index.js +28 -0
  461. package/dist/operations/interfaces/interface.d.ts +57 -0
  462. package/dist/operations/interfaces/interface.js +13 -0
  463. package/dist/operations/schemas/operation-equipment.schema.d.ts +15 -0
  464. package/dist/operations/schemas/operation-equipment.schema.js +9 -0
  465. package/dist/operations/schemas/operation-material.schema.d.ts +15 -0
  466. package/dist/operations/schemas/operation-material.schema.js +9 -0
  467. package/dist/operations/schemas/operation.schema.d.ts +193 -0
  468. package/dist/operations/schemas/operation.schema.js +28 -0
  469. package/dist/operations/schemas/type-operation.schema.d.ts +36 -0
  470. package/dist/operations/schemas/type-operation.schema.js +15 -0
  471. package/dist/operations/schemas/type_oper_user.schema.d.ts +15 -0
  472. package/dist/operations/schemas/type_oper_user.schema.js +9 -0
  473. package/dist/product/dto/get-deficit.dto.d.ts +25 -0
  474. package/dist/product/dto/get-deficit.dto.js +13 -0
  475. package/dist/product/dto/get-include.dto.d.ts +9 -0
  476. package/dist/product/dto/get-include.dto.js +7 -0
  477. package/dist/product/dto/get-one-producct.dto.d.ts +13 -0
  478. package/dist/product/dto/get-one-producct.dto.js +9 -0
  479. package/dist/product/dto/get-remains-product.dto.d.ts +12 -0
  480. package/dist/product/dto/get-remains-product.dto.js +8 -0
  481. package/dist/product/dto/product-pagination.dto.d.ts +30 -0
  482. package/dist/product/dto/product-pagination.dto.js +14 -0
  483. package/dist/product/dto/recursive-childrens.dto.d.ts +51 -0
  484. package/dist/product/dto/recursive-childrens.dto.js +21 -0
  485. package/dist/product/dto/up-create-product.dto.d.ts +62 -0
  486. package/dist/product/dto/up-create-product.dto.js +25 -0
  487. package/dist/product/index.d.ts +16 -0
  488. package/dist/product/index.js +32 -0
  489. package/dist/product/interfaces/interface.d.ts +11 -0
  490. package/dist/product/interfaces/interface.js +2 -0
  491. package/dist/product/schemas/product-cbed.schema.d.ts +16 -0
  492. package/dist/product/schemas/product-cbed.schema.js +8 -0
  493. package/dist/product/schemas/product-deficit.schema.d.ts +265 -0
  494. package/dist/product/schemas/product-deficit.schema.js +10 -0
  495. package/dist/product/schemas/product-detal.schema.d.ts +16 -0
  496. package/dist/product/schemas/product-detal.schema.js +8 -0
  497. package/dist/product/schemas/product-material.schema.d.ts +16 -0
  498. package/dist/product/schemas/product-material.schema.js +8 -0
  499. package/dist/product/schemas/product-specification.schema.d.ts +19 -0
  500. package/dist/product/schemas/product-specification.schema.js +10 -0
  501. package/dist/product/schemas/product.schema.d.ts +106 -0
  502. package/dist/product/schemas/product.schema.js +38 -0
  503. package/dist/product/type/type.d.ts +12 -0
  504. package/dist/product/type/type.js +2 -0
  505. package/dist/product/types/product-types.d.ts +12 -0
  506. package/dist/product/types/product-types.js +2 -0
  507. package/dist/production-tasks/default-data/default-data.d.ts +2 -0
  508. package/dist/production-tasks/default-data/default-data.js +7 -0
  509. package/dist/production-tasks/dto/change-due-date.dto.d.ts +12 -0
  510. package/dist/production-tasks/dto/change-due-date.dto.js +8 -0
  511. package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +82 -0
  512. package/dist/production-tasks/dto/create-operation-pos.dto.js +18 -0
  513. package/dist/production-tasks/dto/create-production-task.dto.d.ts +83 -0
  514. package/dist/production-tasks/dto/create-production-task.dto.js +23 -0
  515. package/dist/production-tasks/dto/cut-production-task.dto.d.ts +22 -0
  516. package/dist/production-tasks/dto/cut-production-task.dto.js +12 -0
  517. package/dist/production-tasks/dto/get-by-users.dto.d.ts +16 -0
  518. package/dist/production-tasks/dto/get-by-users.dto.js +10 -0
  519. package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.d.ts +49 -0
  520. package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.js +21 -0
  521. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +15 -0
  522. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +9 -0
  523. package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +15 -0
  524. package/dist/production-tasks/dto/get-production-task-by-user.dto.js +9 -0
  525. package/dist/production-tasks/dto/get-production-task.dto.d.ts +26 -0
  526. package/dist/production-tasks/dto/get-production-task.dto.js +14 -0
  527. package/dist/production-tasks/dto/get-result-works.dto.d.ts +13 -0
  528. package/dist/production-tasks/dto/get-result-works.dto.js +8 -0
  529. package/dist/production-tasks/dto/get-taks-by-entity.dto.d.ts +13 -0
  530. package/dist/production-tasks/dto/get-taks-by-entity.dto.js +9 -0
  531. package/dist/production-tasks/dto/get-taks-by-toperation.dto.d.ts +16 -0
  532. package/dist/production-tasks/dto/get-taks-by-toperation.dto.js +13 -0
  533. package/dist/production-tasks/dto/get-toperations.dto.d.ts +13 -0
  534. package/dist/production-tasks/dto/get-toperations.dto.js +19 -0
  535. package/dist/production-tasks/dto/online-board-working.dto.d.ts +59 -0
  536. package/dist/production-tasks/dto/online-board-working.dto.js +28 -0
  537. package/dist/production-tasks/dto/percent-created.dto.d.ts +13 -0
  538. package/dist/production-tasks/dto/percent-created.dto.js +9 -0
  539. package/dist/production-tasks/dto/plan-production-task.dto.d.ts +56 -0
  540. package/dist/production-tasks/dto/plan-production-task.dto.js +30 -0
  541. package/dist/production-tasks/dto/set-start-time.dto.d.ts +12 -0
  542. package/dist/production-tasks/dto/set-start-time.dto.js +8 -0
  543. package/dist/production-tasks/dto/update-marks.dto.d.ts +37 -0
  544. package/dist/production-tasks/dto/update-marks.dto.js +9 -0
  545. package/dist/production-tasks/dto/update-position.dto.d.ts +21 -0
  546. package/dist/production-tasks/dto/update-position.dto.js +11 -0
  547. package/dist/production-tasks/dto/update-responsible.dto.d.ts +12 -0
  548. package/dist/production-tasks/dto/update-responsible.dto.js +8 -0
  549. package/dist/production-tasks/dto/update-status.dto.d.ts +13 -0
  550. package/dist/production-tasks/dto/update-status.dto.js +9 -0
  551. package/dist/production-tasks/dto/update.dto.d.ts +15 -0
  552. package/dist/production-tasks/dto/update.dto.js +9 -0
  553. package/dist/production-tasks/enums/production-tasks.d.ts +9 -0
  554. package/dist/production-tasks/enums/production-tasks.js +14 -0
  555. package/dist/production-tasks/index.d.ts +32 -0
  556. package/dist/production-tasks/index.js +48 -0
  557. package/dist/production-tasks/interfaces/online-board.d.ts +38 -0
  558. package/dist/production-tasks/interfaces/online-board.js +2 -0
  559. package/dist/production-tasks/interfaces/production-tasks.d.ts +146 -0
  560. package/dist/production-tasks/interfaces/production-tasks.js +2 -0
  561. package/dist/production-tasks/methods/methods.d.ts +3 -0
  562. package/dist/production-tasks/methods/methods.js +19 -0
  563. package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +142 -0
  564. package/dist/production-tasks/schemas/production-operation-pos.schema.js +35 -0
  565. package/dist/production-tasks/schemas/production-taks-assembly.schema.d.ts +16 -0
  566. package/dist/production-tasks/schemas/production-taks-assembly.schema.js +8 -0
  567. package/dist/production-tasks/schemas/production-taks-metalloworkig.schema.d.ts +16 -0
  568. package/dist/production-tasks/schemas/production-taks-metalloworkig.schema.js +8 -0
  569. package/dist/production-tasks/schemas/production-taks-start-time.schema.d.ts +16 -0
  570. package/dist/production-tasks/schemas/production-taks-start-time.schema.js +8 -0
  571. package/dist/production-tasks/schemas/production-task.schema.d.ts +36 -0
  572. package/dist/production-tasks/schemas/production-task.schema.js +16 -0
  573. package/dist/provider/dto/create-provider.dto.d.ts +46 -0
  574. package/dist/provider/dto/create-provider.dto.js +20 -0
  575. package/dist/provider/dto/provider-pagination.dto.d.ts +21 -0
  576. package/dist/provider/dto/provider-pagination.dto.js +11 -0
  577. package/dist/provider/index.d.ts +6 -0
  578. package/dist/provider/index.js +22 -0
  579. package/dist/provider/interfaces/interface.d.ts +3 -0
  580. package/dist/provider/interfaces/interface.js +2 -0
  581. package/dist/provider/schemas/provider.schema.d.ts +33 -0
  582. package/dist/provider/schemas/provider.schema.js +15 -0
  583. package/dist/provider/schemas/providers-equipment.schema.d.ts +16 -0
  584. package/dist/provider/schemas/providers-equipment.schema.js +8 -0
  585. package/dist/provider/schemas/providers-inventary.schema.d.ts +16 -0
  586. package/dist/provider/schemas/providers-inventary.schema.js +8 -0
  587. package/dist/rack/dto/create-rack.dto.d.ts +180 -0
  588. package/dist/rack/dto/create-rack.dto.js +16 -0
  589. package/dist/rack/dto/get-all-racks.dto.d.ts +9 -0
  590. package/dist/rack/dto/get-all-racks.dto.js +7 -0
  591. package/dist/rack/dto/update-cell.dto.d.ts +51 -0
  592. package/dist/rack/dto/update-cell.dto.js +35 -0
  593. package/dist/rack/dto/update-rack.dto.d.ts +183 -0
  594. package/dist/rack/dto/update-rack.dto.js +17 -0
  595. package/dist/rack/index.d.ts +7 -0
  596. package/dist/rack/index.js +23 -0
  597. package/dist/rack/interfaces/interface.d.ts +392 -0
  598. package/dist/rack/interfaces/interface.js +24 -0
  599. package/dist/rack/schemas/rack.schema.d.ts +186 -0
  600. package/dist/rack/schemas/rack.schema.js +12 -0
  601. package/dist/rack/types/types.d.ts +6 -0
  602. package/dist/rack/types/types.js +2 -0
  603. package/dist/role/default-value/index.d.ts +2 -0
  604. package/dist/role/default-value/index.js +417 -0
  605. package/dist/role/dto/check-name-unique.dto.d.ts +9 -0
  606. package/dist/role/dto/check-name-unique.dto.js +7 -0
  607. package/dist/role/dto/create-role.dto.d.ts +12 -0
  608. package/dist/role/dto/create-role.dto.js +12 -0
  609. package/dist/role/dto/update-assets.dto.d.ts +13 -0
  610. package/dist/role/dto/update-assets.dto.js +16 -0
  611. package/dist/role/dto/update-role.dto.d.ts +15 -0
  612. package/dist/role/dto/update-role.dto.js +9 -0
  613. package/dist/role/index.d.ts +8 -0
  614. package/dist/role/index.js +24 -0
  615. package/dist/role/interfaces/interface.d.ts +4 -0
  616. package/dist/role/interfaces/interface.js +2 -0
  617. package/dist/role/schemas/role.schema.d.ts +1233 -0
  618. package/dist/role/schemas/role.schema.js +12 -0
  619. package/dist/role/types/role.d.ts +44 -0
  620. package/dist/role/types/role.js +2 -0
  621. package/dist/sclad/dto/get-one-stock-order.dto.d.ts +15 -0
  622. package/dist/sclad/dto/get-one-stock-order.dto.js +13 -0
  623. package/dist/sclad/dto/get-remains.dto.d.ts +19 -0
  624. package/dist/sclad/dto/get-remains.dto.js +11 -0
  625. package/dist/sclad/dto/get-revision-history.dto.d.ts +19 -0
  626. package/dist/sclad/dto/get-revision-history.dto.js +11 -0
  627. package/dist/sclad/dto/need-by-parent.dto.d.ts +19 -0
  628. package/dist/sclad/dto/need-by-parent.dto.js +11 -0
  629. package/dist/sclad/dto/revision-update.dto.d.ts +19 -0
  630. package/dist/sclad/dto/revision-update.dto.js +11 -0
  631. package/dist/sclad/index.d.ts +9 -0
  632. package/dist/sclad/index.js +25 -0
  633. package/dist/sclad/interfaces/interface.d.ts +8 -0
  634. package/dist/sclad/interfaces/interface.js +2 -0
  635. package/dist/sclad/schemas/remain.schema.d.ts +48 -0
  636. package/dist/sclad/schemas/remain.schema.js +20 -0
  637. package/dist/sclad/schemas/remains.schema.d.ts +163 -0
  638. package/dist/sclad/schemas/remains.schema.js +24 -0
  639. package/dist/sclad/schemas/revision.schema.d.ts +58 -0
  640. package/dist/sclad/schemas/revision.schema.js +22 -0
  641. package/dist/settings/dto/create-edizm.dto.d.ts +15 -0
  642. package/dist/settings/dto/create-edizm.dto.js +9 -0
  643. package/dist/settings/dto/create-type-edizm.dto.d.ts +9 -0
  644. package/dist/settings/dto/create-type-edizm.dto.js +7 -0
  645. package/dist/settings/dto/delete-edizm.dto.d.ts +9 -0
  646. package/dist/settings/dto/delete-edizm.dto.js +7 -0
  647. package/dist/settings/dto/update-edizm.dto.d.ts +15 -0
  648. package/dist/settings/dto/update-edizm.dto.js +9 -0
  649. package/dist/settings/index.d.ts +8 -0
  650. package/dist/settings/index.js +24 -0
  651. package/dist/settings/interfaces/interface.d.ts +8 -0
  652. package/dist/settings/interfaces/interface.js +2 -0
  653. package/dist/settings/schemas/inaction.schema.d.ts +13 -0
  654. package/dist/settings/schemas/inaction.schema.js +7 -0
  655. package/dist/settings/schemas/norm-hours.schema.d.ts +13 -0
  656. package/dist/settings/schemas/norm-hours.schema.js +7 -0
  657. package/dist/settings/schemas/sebestoim.schema.d.ts +21 -0
  658. package/dist/settings/schemas/sebestoim.schema.js +11 -0
  659. package/dist/shipments/dto/change-date-urgency.dto.d.ts +12 -0
  660. package/dist/shipments/dto/change-date-urgency.dto.js +8 -0
  661. package/dist/shipments/dto/entity-filtering-by-shipment.dto.d.ts +16 -0
  662. package/dist/shipments/dto/entity-filtering-by-shipment.dto.js +10 -0
  663. package/dist/shipments/dto/format-list-shipment.dto.d.ts +28 -0
  664. package/dist/shipments/dto/format-list-shipment.dto.js +14 -0
  665. package/dist/shipments/dto/get-attributes.dto.d.ts +12 -0
  666. package/dist/shipments/dto/get-attributes.dto.js +8 -0
  667. package/dist/shipments/dto/sh-check-pagination.dto.d.ts +30 -0
  668. package/dist/shipments/dto/sh-check-pagination.dto.js +10 -0
  669. package/dist/shipments/dto/sh-check.dto.d.ts +48 -0
  670. package/dist/shipments/dto/sh-check.dto.js +20 -0
  671. package/dist/shipments/dto/sh-complit-update.dto.d.ts +28 -0
  672. package/dist/shipments/dto/sh-complit-update.dto.js +29 -0
  673. package/dist/shipments/dto/shipments-list-pagination-response.dto.d.ts +239 -0
  674. package/dist/shipments/dto/shipments-list-pagination-response.dto.js +6 -0
  675. package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +18 -0
  676. package/dist/shipments/dto/shipments-list-pagination.dto.js +16 -0
  677. package/dist/shipments/dto/shipments-paginate.dto.d.ts +40 -0
  678. package/dist/shipments/dto/shipments-paginate.dto.js +19 -0
  679. package/dist/shipments/dto/up-create-shipments.dto.d.ts +12 -0
  680. package/dist/shipments/dto/up-create-shipments.dto.js +8 -0
  681. package/dist/shipments/index.d.ts +23 -0
  682. package/dist/shipments/index.js +39 -0
  683. package/dist/shipments/interface/interface.d.ts +12 -0
  684. package/dist/shipments/interface/interface.js +2 -0
  685. package/dist/shipments/schemas/sh-complit-user.schema.d.ts +15 -0
  686. package/dist/shipments/schemas/sh-complit-user.schema.js +9 -0
  687. package/dist/shipments/schemas/sh-complit.schema.d.ts +89 -0
  688. package/dist/shipments/schemas/sh-complit.schema.js +24 -0
  689. package/dist/shipments/schemas/shipment-list-item.schema.d.ts +164 -0
  690. package/dist/shipments/schemas/shipment-list-item.schema.js +44 -0
  691. package/dist/shipments/schemas/shipments-cbed.schema.d.ts +15 -0
  692. package/dist/shipments/schemas/shipments-cbed.schema.js +9 -0
  693. package/dist/shipments/schemas/shipments-detal.schema.d.ts +15 -0
  694. package/dist/shipments/schemas/shipments-detal.schema.js +9 -0
  695. package/dist/shipments/schemas/shipments-material.schema.d.ts +15 -0
  696. package/dist/shipments/schemas/shipments-material.schema.js +9 -0
  697. package/dist/shipments/schemas/shipments-sh-complit.schema.d.ts +15 -0
  698. package/dist/shipments/schemas/shipments-sh-complit.schema.js +9 -0
  699. package/dist/shipments/schemas/shipments.schema.d.ts +144 -0
  700. package/dist/shipments/schemas/shipments.schema.js +27 -0
  701. package/dist/shipments/schemas/shipped-shipments.schema.d.ts +18 -0
  702. package/dist/shipments/schemas/shipped-shipments.schema.js +10 -0
  703. package/dist/shipments/types/increment-shipments-kolvo.type.d.ts +132 -0
  704. package/dist/shipments/types/increment-shipments-kolvo.type.js +14 -0
  705. package/dist/shipments/types/types.d.ts +16 -0
  706. package/dist/shipments/types/types.js +14 -0
  707. package/dist/shipments/types/update-shipments-by-product.type.d.ts +126 -0
  708. package/dist/shipments/types/update-shipments-by-product.type.js +12 -0
  709. package/dist/specification/dto/specification-attributes.dto.d.ts +18 -0
  710. package/dist/specification/dto/specification-attributes.dto.js +10 -0
  711. package/dist/specification/index.d.ts +4 -0
  712. package/dist/specification/index.js +20 -0
  713. package/dist/specification/interface/interface.d.ts +11 -0
  714. package/dist/specification/interface/interface.js +2 -0
  715. package/dist/specification/schema/attributes.schema.d.ts +3305 -0
  716. package/dist/specification/schema/attributes.schema.js +12 -0
  717. package/dist/specification/type/type.d.ts +6 -0
  718. package/dist/specification/type/type.js +2 -0
  719. package/dist/stock-order/dto/all-stock-orders-pagination.dto.d.ts +28 -0
  720. package/dist/stock-order/dto/all-stock-orders-pagination.dto.js +14 -0
  721. package/dist/stock-order/dto/create-stock-order.dto.d.ts +47 -0
  722. package/dist/stock-order/dto/create-stock-order.dto.js +9 -0
  723. package/dist/stock-order/dto/get-sotck-order-pagination.dto.d.ts +19 -0
  724. package/dist/stock-order/dto/get-sotck-order-pagination.dto.js +11 -0
  725. package/dist/stock-order/dto/get-stock-order-pagination.dto.d.ts +30 -0
  726. package/dist/stock-order/dto/get-stock-order-pagination.dto.js +10 -0
  727. package/dist/stock-order/dto/update-stock-order-item.dto.d.ts +15 -0
  728. package/dist/stock-order/dto/update-stock-order-item.dto.js +9 -0
  729. package/dist/stock-order/dto/update-stock-order.dto.d.ts +9 -0
  730. package/dist/stock-order/dto/update-stock-order.dto.js +7 -0
  731. package/dist/stock-order/enums/enums.d.ts +5 -0
  732. package/dist/stock-order/enums/enums.js +9 -0
  733. package/dist/stock-order/index.d.ts +10 -0
  734. package/dist/stock-order/index.js +26 -0
  735. package/dist/stock-order/schemas/stock-order-item.schema.d.ts +49 -0
  736. package/dist/stock-order/schemas/stock-order-item.schema.js +18 -0
  737. package/dist/stock-order/schemas/stock-order.schema.d.ts +32 -0
  738. package/dist/stock-order/schemas/stock-order.schema.js +13 -0
  739. package/dist/stock-order/type/type.d.ts +27 -0
  740. package/dist/stock-order/type/type.js +14 -0
  741. package/dist/supply/index.d.ts +1 -0
  742. package/dist/supply/index.js +17 -0
  743. package/dist/supply/schemas/supply.schema.d.ts +20 -0
  744. package/dist/supply/schemas/supply.schema.js +9 -0
  745. package/dist/tech-process/dto/up-create-tech-process.dto.d.ts +25 -0
  746. package/dist/tech-process/dto/up-create-tech-process.dto.js +12 -0
  747. package/dist/tech-process/index.d.ts +2 -0
  748. package/dist/tech-process/index.js +18 -0
  749. package/dist/tech-process/schemas/tech-process.schema.d.ts +295 -0
  750. package/dist/tech-process/schemas/tech-process.schema.js +15 -0
  751. package/dist/thread/dto/add-thread.dto.d.ts +22 -0
  752. package/dist/thread/dto/add-thread.dto.js +12 -0
  753. package/dist/thread/dto/thread-entity.dto.d.ts +13 -0
  754. package/dist/thread/dto/thread-entity.dto.js +9 -0
  755. package/dist/thread/dto/thread-pagination.dto.d.ts +19 -0
  756. package/dist/thread/dto/thread-pagination.dto.js +11 -0
  757. package/dist/thread/dto/update-thread.dto.d.ts +9 -0
  758. package/dist/thread/dto/update-thread.dto.js +7 -0
  759. package/dist/thread/index.d.ts +6 -0
  760. package/dist/thread/index.js +22 -0
  761. package/dist/thread/schemas/thread-entity.schema.d.ts +19 -0
  762. package/dist/thread/schemas/thread-entity.schema.js +11 -0
  763. package/dist/thread/schemas/thread.schema.d.ts +3 -0
  764. package/dist/thread/schemas/thread.schema.js +12 -0
  765. package/dist/user/default-value/model.d.ts +7 -0
  766. package/dist/user/default-value/model.js +26 -0
  767. package/dist/user/dto/add-role.dto.d.ts +12 -0
  768. package/dist/user/dto/add-role.dto.js +18 -0
  769. package/dist/user/dto/auth-user.dto.d.ts +15 -0
  770. package/dist/user/dto/auth-user.dto.js +9 -0
  771. package/dist/user/dto/ban-user.dto.d.ts +12 -0
  772. package/dist/user/dto/ban-user.dto.js +18 -0
  773. package/dist/user/dto/create-user.dto.d.ts +72 -0
  774. package/dist/user/dto/create-user.dto.js +80 -0
  775. package/dist/user/dto/get-users.dto.d.ts +24 -0
  776. package/dist/user/dto/get-users.dto.js +44 -0
  777. package/dist/user/dto/tabel-unique.dto.d.ts +9 -0
  778. package/dist/user/dto/tabel-unique.dto.js +7 -0
  779. package/dist/user/enums.d.ts +7 -0
  780. package/dist/user/enums.js +11 -0
  781. package/dist/user/index.d.ts +10 -0
  782. package/dist/user/index.js +26 -0
  783. package/dist/user/interfaces/create-user.interface.d.ts +45 -0
  784. package/dist/user/interfaces/create-user.interface.js +18 -0
  785. package/dist/user/schemas/user.schema.d.ts +858 -0
  786. package/dist/user/schemas/user.schema.js +42 -0
  787. package/dist/utils/date.methods.d.ts +68 -0
  788. package/dist/utils/date.methods.js +141 -0
  789. package/dist/utils/default-value/default-value.d.ts +12 -0
  790. package/dist/utils/default-value/default-value.js +25 -0
  791. package/dist/utils/edizm.d.ts +40 -0
  792. package/dist/utils/edizm.js +125 -0
  793. package/dist/utils/enums.d.ts +332 -0
  794. package/dist/utils/enums.js +396 -0
  795. package/dist/utils/index.d.ts +27 -0
  796. package/dist/utils/index.js +43 -0
  797. package/dist/utils/interface/parent-type.interface.d.ts +7 -0
  798. package/dist/utils/interface/parent-type.interface.js +2 -0
  799. package/dist/utils/interface/response.d.ts +4 -0
  800. package/dist/utils/interface/response.js +2 -0
  801. package/dist/utils/interfaces.d.ts +3 -0
  802. package/dist/utils/interfaces.js +2 -0
  803. package/dist/utils/methods/compression.d.ts +12 -0
  804. package/dist/utils/methods/compression.js +54 -0
  805. package/dist/utils/methods/documents.d.ts +6 -0
  806. package/dist/utils/methods/documents.js +12 -0
  807. package/dist/utils/methods/operations.d.ts +28 -0
  808. package/dist/utils/methods/operations.js +97 -0
  809. package/dist/utils/methods/quantity.d.ts +6 -0
  810. package/dist/utils/methods/quantity.js +24 -0
  811. package/dist/utils/methods/sequelize.d.ts +19 -0
  812. package/dist/utils/methods/sequelize.js +23 -0
  813. package/dist/utils/methods/shipments.d.ts +23 -0
  814. package/dist/utils/methods/shipments.js +51 -0
  815. package/dist/utils/methods/snake-conversion.d.ts +19 -0
  816. package/dist/utils/methods/snake-conversion.js +51 -0
  817. package/dist/utils/methods/utils.d.ts +15 -0
  818. package/dist/utils/methods/utils.js +18 -0
  819. package/dist/utils/methods.d.ts +362 -0
  820. package/dist/utils/methods.js +1286 -0
  821. package/dist/utils/moving.d.ts +11 -0
  822. package/dist/utils/moving.js +30 -0
  823. package/dist/utils/operation.d.ts +64 -0
  824. package/dist/utils/operation.js +223 -0
  825. package/dist/utils/operations/opeartion.d.ts +15 -0
  826. package/dist/utils/operations/opeartion.js +32 -0
  827. package/dist/utils/promise-pool.d.ts +5 -0
  828. package/dist/utils/promise-pool.js +44 -0
  829. package/dist/utils/schemas/schema.d.ts +33 -0
  830. package/dist/utils/schemas/schema.js +16 -0
  831. package/dist/utils/templatesD3/block-templates.d.ts +32 -0
  832. package/dist/utils/templatesD3/block-templates.js +85 -0
  833. package/dist/utils/types/types.d.ts +114 -0
  834. package/dist/utils/types/types.js +2 -0
  835. package/dist/utils/types.d.ts +173 -0
  836. package/dist/utils/types.js +26 -0
  837. package/dist/utils/validation/transform.d.ts +7 -0
  838. package/dist/utils/validation/transform.js +19 -0
  839. package/dist/utils/workings.d.ts +49 -0
  840. package/dist/utils/workings.js +193 -0
  841. package/dist/utils/ws.d.ts +10 -0
  842. package/dist/utils/ws.js +21 -0
  843. package/dist/waybill/dto/create-waybill-product.dto.d.ts +66 -0
  844. package/dist/waybill/dto/create-waybill-product.dto.js +27 -0
  845. package/dist/waybill/dto/create-waybill.dto.d.ts +128 -0
  846. package/dist/waybill/dto/create-waybill.dto.js +15 -0
  847. package/dist/waybill/dto/update-waybill.dto.d.ts +19 -0
  848. package/dist/waybill/dto/update-waybill.dto.js +11 -0
  849. package/dist/waybill/enum/enum.d.ts +10 -0
  850. package/dist/waybill/enum/enum.js +14 -0
  851. package/dist/waybill/index.d.ts +9 -0
  852. package/dist/waybill/index.js +25 -0
  853. package/dist/waybill/interface/interface.d.ts +31 -0
  854. package/dist/waybill/interface/interface.js +2 -0
  855. package/dist/waybill/schemas/waybill-assembly.schema.d.ts +16 -0
  856. package/dist/waybill/schemas/waybill-assembly.schema.js +8 -0
  857. package/dist/waybill/schemas/waybill-metalloworking.schema.d.ts +16 -0
  858. package/dist/waybill/schemas/waybill-metalloworking.schema.js +8 -0
  859. package/dist/waybill/schemas/waybill-product.schema.d.ts +98 -0
  860. package/dist/waybill/schemas/waybill-product.schema.js +29 -0
  861. package/dist/waybill/schemas/waybill.schema.d.ts +39 -0
  862. package/dist/waybill/schemas/waybill.schema.js +14 -0
  863. package/package.json +38 -0
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateProductionOperationPosZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ const production_operation_pos_schema_1 = require("../schemas/production-operation-pos.schema");
7
+ exports.CreateProductionOperationPosZod = zod_1.z.object({
8
+ type: zod_1.z.nativeEnum(utils_1.StockOrderType),
9
+ production_task_id: zod_1.z.number(),
10
+ id: zod_1.z.number().nullish(),
11
+ ass_id: zod_1.z.number().nullish(),
12
+ metall_id: zod_1.z.number().nullish(),
13
+ idx: zod_1.z.number(),
14
+ quantity: zod_1.z.number(),
15
+ operation_positions: zod_1.z.array(production_operation_pos_schema_1.OperationPositionSchema),
16
+ user_filter: zod_1.z.array(production_operation_pos_schema_1.UserProdactionTaskFilterSchema).optional(),
17
+ responsible_user_id: zod_1.z.number().nullish().optional()
18
+ });
@@ -0,0 +1,83 @@
1
+ import { z } from 'zod';
2
+ import { IDescriptionFilters } from '../interfaces/production-tasks';
3
+ import { StockOrderType } from '../../utils';
4
+ export declare const CreateProductionTaskDtoZod: z.ZodObject<{
5
+ dueDate: z.ZodString;
6
+ typeWork: z.ZodType<StockOrderType, z.ZodTypeDef, StockOrderType>;
7
+ detailsFilters: z.ZodType<IDescriptionFilters, z.ZodTypeDef, IDescriptionFilters>;
8
+ productionOperationPos: z.ZodArray<z.ZodObject<{
9
+ id: z.ZodNumber;
10
+ idx: z.ZodNumber;
11
+ quantity: z.ZodNumber;
12
+ operationPositions: z.ZodArray<z.ZodObject<{
13
+ id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ employeeIds: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
15
+ equipmentIds: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
16
+ tOperationId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
+ }, "strip", z.ZodTypeAny, {
18
+ employeeIds: number[] | null;
19
+ equipmentIds: number[] | null;
20
+ id?: number | null | undefined;
21
+ tOperationId?: number | null | undefined;
22
+ }, {
23
+ id?: number | null | undefined;
24
+ tOperationId?: number | null | undefined;
25
+ employeeIds?: number[] | null | undefined;
26
+ equipmentIds?: number[] | null | undefined;
27
+ }>, "many">;
28
+ }, "strip", z.ZodTypeAny, {
29
+ id: number;
30
+ quantity: number;
31
+ idx: number;
32
+ operationPositions: {
33
+ employeeIds: number[] | null;
34
+ equipmentIds: number[] | null;
35
+ id?: number | null | undefined;
36
+ tOperationId?: number | null | undefined;
37
+ }[];
38
+ }, {
39
+ id: number;
40
+ quantity: number;
41
+ idx: number;
42
+ operationPositions: {
43
+ id?: number | null | undefined;
44
+ tOperationId?: number | null | undefined;
45
+ employeeIds?: number[] | null | undefined;
46
+ equipmentIds?: number[] | null | undefined;
47
+ }[];
48
+ }>, "many">;
49
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ }, "strip", z.ZodTypeAny, {
51
+ dueDate: string;
52
+ typeWork: StockOrderType;
53
+ detailsFilters: IDescriptionFilters;
54
+ productionOperationPos: {
55
+ id: number;
56
+ quantity: number;
57
+ idx: number;
58
+ operationPositions: {
59
+ employeeIds: number[] | null;
60
+ equipmentIds: number[] | null;
61
+ id?: number | null | undefined;
62
+ tOperationId?: number | null | undefined;
63
+ }[];
64
+ }[];
65
+ description?: string | null | undefined;
66
+ }, {
67
+ dueDate: string;
68
+ typeWork: StockOrderType;
69
+ detailsFilters: IDescriptionFilters;
70
+ productionOperationPos: {
71
+ id: number;
72
+ quantity: number;
73
+ idx: number;
74
+ operationPositions: {
75
+ id?: number | null | undefined;
76
+ tOperationId?: number | null | undefined;
77
+ employeeIds?: number[] | null | undefined;
78
+ equipmentIds?: number[] | null | undefined;
79
+ }[];
80
+ }[];
81
+ description?: string | null | undefined;
82
+ }>;
83
+ export type CreateProductionTaskDtoZodType = z.infer<typeof CreateProductionTaskDtoZod>;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateProductionTaskDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const OperationPositionSchema = zod_1.z.object({
6
+ id: zod_1.z.number().nullable().optional(),
7
+ employeeIds: zod_1.z.array(zod_1.z.number()).nullable().default([]),
8
+ equipmentIds: zod_1.z.array(zod_1.z.number()).nullable().default([]),
9
+ tOperationId: zod_1.z.number().nullable().optional()
10
+ });
11
+ const CreateProductionOperationPosSchema = zod_1.z.object({
12
+ id: zod_1.z.number(),
13
+ idx: zod_1.z.number(),
14
+ quantity: zod_1.z.number(),
15
+ operationPositions: zod_1.z.array(OperationPositionSchema)
16
+ });
17
+ exports.CreateProductionTaskDtoZod = zod_1.z.object({
18
+ dueDate: zod_1.z.string(),
19
+ typeWork: zod_1.z.custom(),
20
+ detailsFilters: zod_1.z.custom(),
21
+ productionOperationPos: zod_1.z.array(CreateProductionOperationPosSchema),
22
+ description: zod_1.z.string().nullable().optional()
23
+ });
@@ -0,0 +1,22 @@
1
+ import { z } from 'zod';
2
+ import { StockOrderType } from '../../utils';
3
+ export declare const CutProductionTasksByChildDtoZod: z.ZodObject<{
4
+ entityId: z.ZodNumber;
5
+ entityType: z.ZodNativeEnum<typeof StockOrderType>;
6
+ userId: z.ZodOptional<z.ZodNumber>;
7
+ relativeActionId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
8
+ transaction: z.ZodAny;
9
+ }, "strip", z.ZodTypeAny, {
10
+ entityId: number;
11
+ entityType: StockOrderType;
12
+ userId?: number | undefined;
13
+ transaction?: any;
14
+ relativeActionId?: number | null | undefined;
15
+ }, {
16
+ entityId: number;
17
+ entityType: StockOrderType;
18
+ userId?: number | undefined;
19
+ transaction?: any;
20
+ relativeActionId?: number | null | undefined;
21
+ }>;
22
+ export type CutProductionTasksByChildDtoZodType = z.infer<typeof CutProductionTasksByChildDtoZod>;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CutProductionTasksByChildDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ exports.CutProductionTasksByChildDtoZod = zod_1.z.object({
7
+ entityId: zod_1.z.number(),
8
+ entityType: zod_1.z.nativeEnum(utils_1.StockOrderType),
9
+ userId: zod_1.z.number().optional(),
10
+ relativeActionId: zod_1.z.number().optional().nullable(),
11
+ transaction: zod_1.z.any()
12
+ });
@@ -0,0 +1,16 @@
1
+ import { z } from 'zod';
2
+ import { StatusProductionTaskEnum } from '../enums/production-tasks';
3
+ export declare const ProductionTaskByUsersDtoZod: z.ZodObject<{
4
+ page: z.ZodDefault<z.ZodNumber>;
5
+ status: z.ZodOptional<z.ZodNativeEnum<typeof StatusProductionTaskEnum>>;
6
+ responsibleUserIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ page: number;
9
+ responsibleUserIds: number[];
10
+ status?: StatusProductionTaskEnum | undefined;
11
+ }, {
12
+ status?: StatusProductionTaskEnum | undefined;
13
+ page?: number | undefined;
14
+ responsibleUserIds?: number[] | undefined;
15
+ }>;
16
+ export type ProductionTaskByUsersDtoZodType = z.infer<typeof ProductionTaskByUsersDtoZod>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductionTaskByUsersDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const production_tasks_1 = require("../enums/production-tasks");
6
+ exports.ProductionTaskByUsersDtoZod = zod_1.z.object({
7
+ page: zod_1.z.number().default(1),
8
+ status: zod_1.z.nativeEnum(production_tasks_1.StatusProductionTaskEnum).optional(),
9
+ responsibleUserIds: zod_1.z.array(zod_1.z.number()).optional().default([])
10
+ });
@@ -0,0 +1,49 @@
1
+ import { z } from 'zod';
2
+ import { IFiltersByByOrder, IFiltersByParents } from '../interfaces/online-board';
3
+ export declare const GetDeficitsDetalByProductionTaskDtoZod: z.ZodObject<{
4
+ page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5
+ typeOperationIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>;
6
+ range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ start: z.ZodAny;
8
+ end: z.ZodAny;
9
+ }, "strip", z.ZodTypeAny, {
10
+ start?: any;
11
+ end?: any;
12
+ }, {
13
+ start?: any;
14
+ end?: any;
15
+ }>>>;
16
+ assembleIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>;
17
+ employeIds: z.ZodDefault<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>>;
18
+ searchString: z.ZodOptional<z.ZodString>;
19
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByParents, z.ZodTypeDef, IFiltersByParents>>>;
20
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByByOrder, z.ZodTypeDef, IFiltersByByOrder>>>;
21
+ childrenByProductionTaskIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
22
+ }, "strip", z.ZodTypeAny, {
23
+ typeOperationIds: number[] | null;
24
+ employeIds: number[] | null;
25
+ assembleIds: number[] | null;
26
+ page?: number | null | undefined;
27
+ searchString?: string | undefined;
28
+ range?: {
29
+ start?: any;
30
+ end?: any;
31
+ } | null | undefined;
32
+ byParents?: IFiltersByParents | null | undefined;
33
+ byOrder?: IFiltersByByOrder | null | undefined;
34
+ childrenByProductionTaskIds?: number[] | null | undefined;
35
+ }, {
36
+ page?: number | null | undefined;
37
+ searchString?: string | undefined;
38
+ range?: {
39
+ start?: any;
40
+ end?: any;
41
+ } | null | undefined;
42
+ typeOperationIds?: number[] | null | undefined;
43
+ employeIds?: number[] | null | undefined;
44
+ byParents?: IFiltersByParents | null | undefined;
45
+ byOrder?: IFiltersByByOrder | null | undefined;
46
+ childrenByProductionTaskIds?: number[] | null | undefined;
47
+ assembleIds?: number[] | null | undefined;
48
+ }>;
49
+ export type GetDeficitsDetalByProductionTaskDtoZodType = z.infer<typeof GetDeficitsDetalByProductionTaskDtoZod>;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetDeficitsDetalByProductionTaskDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.GetDeficitsDetalByProductionTaskDtoZod = zod_1.z.object({
6
+ page: zod_1.z.number().int().nullable().optional(),
7
+ typeOperationIds: zod_1.z.array(zod_1.z.number()).nullish().default([]),
8
+ range: zod_1.z
9
+ .object({
10
+ start: zod_1.z.any(),
11
+ end: zod_1.z.any()
12
+ })
13
+ .nullable()
14
+ .optional(),
15
+ assembleIds: zod_1.z.array(zod_1.z.number()).nullish().default([]),
16
+ employeIds: zod_1.z.array(zod_1.z.number()).nullish().optional().default([]),
17
+ searchString: zod_1.z.string().optional(),
18
+ byParents: zod_1.z.custom().nullable().optional(),
19
+ byOrder: zod_1.z.custom().nullable().optional(),
20
+ childrenByProductionTaskIds: zod_1.z.array(zod_1.z.number()).nullable().optional()
21
+ });
@@ -0,0 +1,15 @@
1
+ import { z } from 'zod';
2
+ export declare const GetProductionTaskByEquipmentDtoZod: z.ZodObject<{
3
+ equipmentId: z.ZodNumber;
4
+ taskId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5
+ onlyTOperation: z.ZodOptional<z.ZodNumber>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ equipmentId: number;
8
+ taskId?: number | null | undefined;
9
+ onlyTOperation?: number | undefined;
10
+ }, {
11
+ equipmentId: number;
12
+ taskId?: number | null | undefined;
13
+ onlyTOperation?: number | undefined;
14
+ }>;
15
+ export type GetProductionTaskByEquipmentDtoZodType = z.infer<typeof GetProductionTaskByEquipmentDtoZod>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetProductionTaskByEquipmentDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.GetProductionTaskByEquipmentDtoZod = zod_1.z.object({
6
+ equipmentId: zod_1.z.number().int(),
7
+ taskId: zod_1.z.number().int().nullish(),
8
+ onlyTOperation: zod_1.z.number().int().optional()
9
+ });
@@ -0,0 +1,15 @@
1
+ import { z } from 'zod';
2
+ export declare const GetProductionTaskByUserDtoZod: z.ZodObject<{
3
+ userId: z.ZodNumber;
4
+ taskId: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodNumber>>>;
5
+ onlyTOperation: z.ZodOptional<z.ZodNumber>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ userId: number;
8
+ taskId?: number | null | undefined;
9
+ onlyTOperation?: number | undefined;
10
+ }, {
11
+ userId: number;
12
+ taskId?: number | null | undefined;
13
+ onlyTOperation?: number | undefined;
14
+ }>;
15
+ export type GetProductionTaskByUserDtoZodType = z.infer<typeof GetProductionTaskByUserDtoZod>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetProductionTaskByUserDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.GetProductionTaskByUserDtoZod = zod_1.z.object({
6
+ userId: zod_1.z.number().int(),
7
+ taskId: zod_1.z.number().int().nullable().default(null).optional(),
8
+ onlyTOperation: zod_1.z.number().int().optional()
9
+ });
@@ -0,0 +1,26 @@
1
+ import { z } from 'zod';
2
+ import { StatusProductionTaskEnum } from '../enums/production-tasks';
3
+ import { StockOrderType } from '../../utils';
4
+ export declare const GetProductionTaskDtoZod: z.ZodObject<{
5
+ page: z.ZodDefault<z.ZodNumber>;
6
+ status: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof StatusProductionTaskEnum>>>;
7
+ responsibleUserIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
8
+ responsibleEquipmentIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
9
+ productionOperationType: z.ZodOptional<z.ZodNativeEnum<typeof StockOrderType>>;
10
+ searchValue: z.ZodOptional<z.ZodString>;
11
+ }, "strip", z.ZodTypeAny, {
12
+ page: number;
13
+ responsibleUserIds: number[];
14
+ responsibleEquipmentIds: number[];
15
+ status?: StatusProductionTaskEnum | null | undefined;
16
+ productionOperationType?: StockOrderType | undefined;
17
+ searchValue?: string | undefined;
18
+ }, {
19
+ status?: StatusProductionTaskEnum | null | undefined;
20
+ page?: number | undefined;
21
+ responsibleUserIds?: number[] | undefined;
22
+ responsibleEquipmentIds?: number[] | undefined;
23
+ productionOperationType?: StockOrderType | undefined;
24
+ searchValue?: string | undefined;
25
+ }>;
26
+ export type GetProductionTaskDtoZodType = z.infer<typeof GetProductionTaskDtoZod>;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetProductionTaskDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const production_tasks_1 = require("../enums/production-tasks");
6
+ const utils_1 = require("../../utils");
7
+ exports.GetProductionTaskDtoZod = zod_1.z.object({
8
+ page: zod_1.z.number().default(1),
9
+ status: zod_1.z.nativeEnum(production_tasks_1.StatusProductionTaskEnum).optional().nullable(),
10
+ responsibleUserIds: zod_1.z.array(zod_1.z.number()).optional().default([]),
11
+ responsibleEquipmentIds: zod_1.z.array(zod_1.z.number()).optional().default([]),
12
+ productionOperationType: zod_1.z.nativeEnum(utils_1.StockOrderType).optional(),
13
+ searchValue: zod_1.z.string().optional()
14
+ });
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ import { DateRangeType } from '../../utils';
3
+ export declare const GetResultWorksDtoZod: z.ZodObject<{
4
+ dateRange: z.ZodNullable<z.ZodOptional<z.ZodType<DateRangeType, z.ZodTypeDef, DateRangeType>>>;
5
+ subdivisonType: z.ZodOptional<z.ZodString>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ dateRange?: DateRangeType | null | undefined;
8
+ subdivisonType?: string | undefined;
9
+ }, {
10
+ dateRange?: DateRangeType | null | undefined;
11
+ subdivisonType?: string | undefined;
12
+ }>;
13
+ export type GetResultWorksDtoZodType = z.infer<typeof GetResultWorksDtoZod>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetResultWorksDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.GetResultWorksDtoZod = zod_1.z.object({
6
+ dateRange: zod_1.z.custom().optional().nullable(),
7
+ subdivisonType: zod_1.z.string().optional()
8
+ });
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ import { EntityTypes } from '../../utils';
3
+ export declare const ProductionTaskByEntityDtoZod: z.ZodObject<{
4
+ entityType: z.ZodNativeEnum<typeof EntityTypes>;
5
+ entityId: z.ZodNumber;
6
+ }, "strip", z.ZodTypeAny, {
7
+ entityId: number;
8
+ entityType: EntityTypes;
9
+ }, {
10
+ entityId: number;
11
+ entityType: EntityTypes;
12
+ }>;
13
+ export type ProductionTaskByEntityDtoZodType = z.infer<typeof ProductionTaskByEntityDtoZod>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductionTaskByEntityDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ exports.ProductionTaskByEntityDtoZod = zod_1.z.object({
7
+ entityType: zod_1.z.nativeEnum(utils_1.EntityTypes),
8
+ entityId: zod_1.z.number().int()
9
+ });
@@ -0,0 +1,16 @@
1
+ import { z } from 'zod';
2
+ import { StockOrderType } from '../../utils';
3
+ export declare const ProductionTaskByTypeOperationDtoZod: z.ZodObject<{
4
+ productionTaskIds: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>, number[], number[] | undefined>;
5
+ productionOperationType: z.ZodNativeEnum<typeof StockOrderType>;
6
+ tOperationId: z.ZodNumber;
7
+ }, "strip", z.ZodTypeAny, {
8
+ tOperationId: number;
9
+ productionOperationType: StockOrderType;
10
+ productionTaskIds: number[];
11
+ }, {
12
+ tOperationId: number;
13
+ productionOperationType: StockOrderType;
14
+ productionTaskIds?: number[] | undefined;
15
+ }>;
16
+ export type ProductionTaskByTypeOperationDtoZodType = z.infer<typeof ProductionTaskByTypeOperationDtoZod>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductionTaskByTypeOperationDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ exports.ProductionTaskByTypeOperationDtoZod = zod_1.z.object({
7
+ productionTaskIds: zod_1.z
8
+ .array(zod_1.z.number().int())
9
+ .optional()
10
+ .transform(val => val !== null && val !== void 0 ? val : []),
11
+ productionOperationType: zod_1.z.nativeEnum(utils_1.StockOrderType),
12
+ tOperationId: zod_1.z.number().int()
13
+ });
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ import { StockOrderType } from '../../utils';
3
+ export declare const GetTOperationsListDtoZod: z.ZodObject<{
4
+ productionTaskIds: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>, number[] | undefined, unknown>, number[], unknown>;
5
+ productionOperationType: z.ZodNativeEnum<typeof StockOrderType>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ productionOperationType: StockOrderType;
8
+ productionTaskIds: number[];
9
+ }, {
10
+ productionOperationType: StockOrderType;
11
+ productionTaskIds?: unknown;
12
+ }>;
13
+ export type GetTOperationsListDtoZodType = z.infer<typeof GetTOperationsListDtoZod>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetTOperationsListDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ exports.GetTOperationsListDtoZod = zod_1.z.object({
7
+ productionTaskIds: zod_1.z
8
+ .preprocess(value => {
9
+ if (value === undefined || value === '')
10
+ return [];
11
+ if (typeof value === 'string') {
12
+ const ids = value.split(',').map(v => v.trim());
13
+ return ids.filter(v => v !== '').map(v => Number(v));
14
+ }
15
+ return value;
16
+ }, zod_1.z.array(zod_1.z.number().int()).optional())
17
+ .transform(val => val !== null && val !== void 0 ? val : []),
18
+ productionOperationType: zod_1.z.nativeEnum(utils_1.StockOrderType)
19
+ });
@@ -0,0 +1,59 @@
1
+ import { z } from 'zod';
2
+ import { StockOrderType } from '../../utils';
3
+ import { IFiltersByByOrder, IFiltersByParents, IFiltersByUserProductionTask } from '../interfaces/online-board';
4
+ export declare const OnlineBoardWorkingDtoZod: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6
+ workingType: z.ZodNativeEnum<typeof StockOrderType>;
7
+ range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8
+ start: z.ZodAny;
9
+ end: z.ZodAny;
10
+ }, "strip", z.ZodTypeAny, {
11
+ start?: any;
12
+ end?: any;
13
+ }, {
14
+ start?: any;
15
+ end?: any;
16
+ }>>>;
17
+ typeOperationIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
18
+ employeIds: z.ZodDefault<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>>;
19
+ searchStr: z.ZodOptional<z.ZodString>;
20
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByParents, z.ZodTypeDef, IFiltersByParents>>>;
21
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByByOrder, z.ZodTypeDef, IFiltersByByOrder>>>;
22
+ userByProductioinTask: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByUserProductionTask, z.ZodTypeDef, IFiltersByUserProductionTask>>>;
23
+ childrenByProductionTaskIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
24
+ isComplect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
25
+ productionIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>>;
26
+ }, "strip", z.ZodTypeAny, {
27
+ workingType: StockOrderType;
28
+ employeIds: number[] | null;
29
+ isComplect: boolean;
30
+ productionIds: number[] | null;
31
+ page?: number | null | undefined;
32
+ range?: {
33
+ start?: any;
34
+ end?: any;
35
+ } | null | undefined;
36
+ typeOperationIds?: number[] | null | undefined;
37
+ searchStr?: string | undefined;
38
+ byParents?: IFiltersByParents | null | undefined;
39
+ byOrder?: IFiltersByByOrder | null | undefined;
40
+ userByProductioinTask?: IFiltersByUserProductionTask | null | undefined;
41
+ childrenByProductionTaskIds?: number[] | null | undefined;
42
+ }, {
43
+ workingType: StockOrderType;
44
+ page?: number | null | undefined;
45
+ range?: {
46
+ start?: any;
47
+ end?: any;
48
+ } | null | undefined;
49
+ typeOperationIds?: number[] | null | undefined;
50
+ employeIds?: number[] | null | undefined;
51
+ searchStr?: string | undefined;
52
+ byParents?: IFiltersByParents | null | undefined;
53
+ byOrder?: IFiltersByByOrder | null | undefined;
54
+ userByProductioinTask?: IFiltersByUserProductionTask | null | undefined;
55
+ childrenByProductionTaskIds?: number[] | null | undefined;
56
+ isComplect?: boolean | undefined;
57
+ productionIds?: number[] | null | undefined;
58
+ }>;
59
+ export type OnlineBoardWorkingDtoZodType = z.infer<typeof OnlineBoardWorkingDtoZod>;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OnlineBoardWorkingDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ exports.OnlineBoardWorkingDtoZod = zod_1.z.object({
7
+ page: zod_1.z.number().int().nullable().optional(),
8
+ workingType: zod_1.z.nativeEnum(utils_1.StockOrderType),
9
+ range: zod_1.z
10
+ .object({
11
+ start: zod_1.z.any(),
12
+ end: zod_1.z.any()
13
+ })
14
+ .nullable()
15
+ .optional(),
16
+ typeOperationIds: zod_1.z.array(zod_1.z.number()).nullish(),
17
+ employeIds: zod_1.z.array(zod_1.z.number()).nullish().optional().default([]),
18
+ searchStr: zod_1.z.string().optional(),
19
+ byParents: zod_1.z.custom().nullable().optional(),
20
+ byOrder: zod_1.z.custom().nullable().optional(),
21
+ userByProductioinTask: zod_1.z
22
+ .custom()
23
+ .nullable()
24
+ .optional(),
25
+ childrenByProductionTaskIds: zod_1.z.array(zod_1.z.number()).nullable().optional(),
26
+ isComplect: zod_1.z.boolean().optional().default(false),
27
+ productionIds: zod_1.z.array(zod_1.z.number()).optional().nullish().default([])
28
+ });
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ import { IzdType } from '../../utils';
3
+ export declare const GetPercentCreatedByProductionTasksDtoZod: z.ZodObject<{
4
+ id: z.ZodNumber;
5
+ productionType: z.ZodNativeEnum<typeof IzdType>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ id: number;
8
+ productionType: IzdType;
9
+ }, {
10
+ id: number;
11
+ productionType: IzdType;
12
+ }>;
13
+ export type GetPercentCreatedByProductionTasksDtoZodType = z.infer<typeof GetPercentCreatedByProductionTasksDtoZod>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPercentCreatedByProductionTasksDtoZod = void 0;
4
+ const zod_1 = require("zod");
5
+ const utils_1 = require("../../utils");
6
+ exports.GetPercentCreatedByProductionTasksDtoZod = zod_1.z.object({
7
+ id: zod_1.z.number().describe('Идентификатор сущности'),
8
+ productionType: zod_1.z.nativeEnum(utils_1.IzdType).describe('тип сущности')
9
+ });
@@ -0,0 +1,56 @@
1
+ import { z } from 'zod';
2
+ import { SortReadinesEnum, StockOrderType } from '../../utils';
3
+ import { IFiltersByByOrder, IFiltersByParents } from '../interfaces/online-board';
4
+ export declare const PlanForProductionTaskDtoZod: z.ZodObject<{
5
+ workingType: z.ZodNativeEnum<typeof StockOrderType>;
6
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByParents, z.ZodTypeDef, IFiltersByParents>>>;
7
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByByOrder, z.ZodTypeDef, IFiltersByByOrder>>>;
8
+ onlyDeficit: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
9
+ searchStr: z.ZodOptional<z.ZodString>;
10
+ typeOperationIds: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>, number[] | undefined, unknown>, number[], unknown>;
11
+ childrenByProductionTaskIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
12
+ range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13
+ start: z.ZodNullable<z.ZodString>;
14
+ end: z.ZodNullable<z.ZodString>;
15
+ }, "strip", z.ZodTypeAny, {
16
+ start: string | null;
17
+ end: string | null;
18
+ }, {
19
+ start: string | null;
20
+ end: string | null;
21
+ }>>>;
22
+ page: z.ZodNumber;
23
+ excludeIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
24
+ sortReadiness: z.ZodDefault<z.ZodNativeEnum<typeof SortReadinesEnum>>;
25
+ }, "strip", z.ZodTypeAny, {
26
+ page: number;
27
+ workingType: StockOrderType;
28
+ typeOperationIds: number[];
29
+ onlyDeficit: boolean;
30
+ excludeIds: number[];
31
+ sortReadiness: SortReadinesEnum;
32
+ range?: {
33
+ start: string | null;
34
+ end: string | null;
35
+ } | null | undefined;
36
+ searchStr?: string | undefined;
37
+ byParents?: IFiltersByParents | null | undefined;
38
+ byOrder?: IFiltersByByOrder | null | undefined;
39
+ childrenByProductionTaskIds?: number[] | null | undefined;
40
+ }, {
41
+ page: number;
42
+ workingType: StockOrderType;
43
+ range?: {
44
+ start: string | null;
45
+ end: string | null;
46
+ } | null | undefined;
47
+ typeOperationIds?: unknown;
48
+ searchStr?: string | undefined;
49
+ byParents?: IFiltersByParents | null | undefined;
50
+ byOrder?: IFiltersByByOrder | null | undefined;
51
+ childrenByProductionTaskIds?: number[] | null | undefined;
52
+ onlyDeficit?: boolean | undefined;
53
+ excludeIds?: number[] | undefined;
54
+ sortReadiness?: SortReadinesEnum | undefined;
55
+ }>;
56
+ export type PlanForProductionTaskDtoZodType = z.infer<typeof PlanForProductionTaskDtoZod>;