@pksep/zod-shared 0.0.528 → 0.0.530

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 (141) hide show
  1. package/dist/action/dto/actions-by-param.dto.d.ts +2 -2
  2. package/dist/action/schemas/actions.schema.d.ts +18 -18
  3. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +90 -81
  4. package/dist/assemble/schemas/assemble-coming.schema.d.ts +75 -68
  5. package/dist/assemble/schemas/assemble.schema.d.ts +69 -62
  6. package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +13 -13
  7. package/dist/buyer/schemas/buyer.schema.d.ts +1 -1
  8. package/dist/cbed/dto/cbed-pagination.dto.d.ts +1 -1
  9. package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
  10. package/dist/cbed/dto/up-create-cbed.dto.d.ts +6 -6
  11. package/dist/cbed/schemas/cbed-material.schema.d.ts +2 -2
  12. package/dist/cbed/schemas/cbed.schema.d.ts +21 -21
  13. package/dist/company/dto/companies-pagination.dto.d.ts +3 -0
  14. package/dist/company/dto/companies-pagination.dto.js +1 -0
  15. package/dist/company/dto/create-company.dto.d.ts +10 -10
  16. package/dist/company/dto/update-company.dto.d.ts +10 -10
  17. package/dist/company/schemas/companies.schema.d.ts +4 -4
  18. package/dist/contact/dto/create-contact.dto.d.ts +6 -6
  19. package/dist/contact/dto/update-contact.dto.d.ts +6 -6
  20. package/dist/contact/schemas/contact.schema.d.ts +3 -3
  21. package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
  22. package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
  23. package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
  24. package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
  25. package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
  26. package/dist/detal/dto/update-detal.dto.d.ts +9 -9
  27. package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
  28. package/dist/detal/schemas/detal.schema.d.ts +200 -200
  29. package/dist/document/schemas/documentsSchema.d.ts +4 -4
  30. package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
  31. package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
  32. package/dist/equipment/schemas/equipment.schema.d.ts +98 -93
  33. package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
  34. package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
  35. package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
  36. package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
  37. package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
  38. package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
  39. package/dist/marks/dto/create-mark.dto.d.ts +8 -8
  40. package/dist/marks/dto/update-mark.dto.d.ts +2 -2
  41. package/dist/marks/schemas/marks.schema.d.ts +8 -8
  42. package/dist/marks/type/type.d.ts +2 -2
  43. package/dist/material/dto/create-material.dto.d.ts +20 -20
  44. package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
  45. package/dist/material/schemas/material.schema.d.ts +26 -26
  46. package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
  47. package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
  48. package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
  49. package/dist/moving/schemas/moving.schema.d.ts +463 -456
  50. package/dist/operations/dto/create-type-operation.dto.d.ts +4 -0
  51. package/dist/operations/dto/create-type-operation.dto.js +5 -1
  52. package/dist/operations/dto/update-type-operation.dto.d.ts +4 -0
  53. package/dist/operations/dto/update-type-operation.dto.js +5 -1
  54. package/dist/operations/enums/enums.d.ts +7 -0
  55. package/dist/operations/enums/enums.js +21 -1
  56. package/dist/operations/index.d.ts +2 -0
  57. package/dist/operations/index.js +2 -0
  58. package/dist/operations/interfaces/interface.d.ts +5 -0
  59. package/dist/operations/schemas/operation.schema.d.ts +21 -17
  60. package/dist/operations/schemas/operation.schema.js +4 -0
  61. package/dist/operations/schemas/type-operation.schema.d.ts +4 -0
  62. package/dist/operations/schemas/type-operation.schema.js +2 -0
  63. package/dist/product/dto/up-create-product.dto.d.ts +7 -7
  64. package/dist/product/schemas/product-deficit.schema.d.ts +20 -20
  65. package/dist/product/schemas/product-material.schema.d.ts +2 -2
  66. package/dist/product/schemas/product-specification.schema.d.ts +2 -2
  67. package/dist/product/schemas/product.schema.d.ts +17 -17
  68. package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +2 -2
  69. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +4 -0
  70. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +3 -1
  71. package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +4 -0
  72. package/dist/production-tasks/dto/get-production-task-by-user.dto.js +2 -0
  73. package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
  74. package/dist/production-tasks/interfaces/production-tasks.d.ts +2 -0
  75. package/dist/production-tasks/interfaces/workload-by-entity.d.ts +19 -0
  76. package/dist/production-tasks/schemas/operation-positions.schema.d.ts +7 -4
  77. package/dist/production-tasks/schemas/operation-positions.schema.js +1 -0
  78. package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
  79. package/dist/provider/dto/create-provider.dto.d.ts +4 -4
  80. package/dist/provider/schemas/provider.schema.d.ts +1 -1
  81. package/dist/rack/dto/get-all-racks.dto.d.ts +3 -0
  82. package/dist/rack/dto/get-all-racks.dto.js +2 -1
  83. package/dist/role/schemas/role.schema.d.ts +455 -448
  84. package/dist/sclad/schemas/remain.schema.d.ts +2 -2
  85. package/dist/sclad/schemas/remains.schema.d.ts +6 -6
  86. package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
  87. package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
  88. package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
  89. package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
  90. package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
  91. package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
  92. package/dist/specification/schema/attributes.schema.d.ts +472 -472
  93. package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
  94. package/dist/tech-process/schemas/tech-process.schema.d.ts +31 -26
  95. package/dist/thread/dto/add-thread.dto.d.ts +8 -8
  96. package/dist/user/dto/create-user.dto.d.ts +5 -5
  97. package/dist/user/dto/get-one-user.dto.d.ts +2 -2
  98. package/dist/user/schemas/user.schema.d.ts +267 -262
  99. package/dist/utils/enums.d.ts +2 -1
  100. package/dist/utils/enums.js +2 -1
  101. package/dist/utils/methods.d.ts +13 -0
  102. package/dist/utils/methods.js +106 -26
  103. package/dist/utils/types/types.d.ts +1 -0
  104. package/dist/waybill/dto/create-waybill-product.dto.d.ts +8 -2
  105. package/dist/waybill/dto/create-waybill-product.dto.js +15 -1
  106. package/dist/waybill/dto/create-waybill.dto.d.ts +16 -6
  107. package/dist/waybill/dto/create-waybill.dto.js +1 -1
  108. package/dist/waybill/interface/interface.d.ts +1 -0
  109. package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
  110. package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
  111. package/package.json +1 -1
  112. package/dist/issue/dto/up-create-issue.dto.d.ts +0 -49
  113. package/dist/issue/dto/up-create-issue.dto.js +0 -21
  114. package/dist/issue/index.d.ts +0 -5
  115. package/dist/issue/index.js +0 -21
  116. package/dist/issue/interfaces/interface.d.ts +0 -4
  117. package/dist/issue/schemas/issue-user-controller.schema.d.ts +0 -15
  118. package/dist/issue/schemas/issue-user-controller.schema.js +0 -9
  119. package/dist/issue/schemas/issue-user.schema.d.ts +0 -15
  120. package/dist/issue/schemas/issue-user.schema.js +0 -9
  121. package/dist/issue/schemas/issue.schema.d.ts +0 -51
  122. package/dist/issue/schemas/issue.schema.js +0 -21
  123. package/dist/library/dto/create-chapter.dto.d.ts +0 -12
  124. package/dist/library/dto/create-chapter.dto.js +0 -8
  125. package/dist/library/dto/create-link.dto.d.ts +0 -30
  126. package/dist/library/dto/create-link.dto.js +0 -14
  127. package/dist/library/index.d.ts +0 -5
  128. package/dist/library/index.js +0 -21
  129. package/dist/library/interfaces/interface.d.ts +0 -3
  130. package/dist/library/interfaces/interface.js +0 -2
  131. package/dist/library/schemas/links-user.schema.d.ts +0 -15
  132. package/dist/library/schemas/links-user.schema.js +0 -9
  133. package/dist/library/schemas/links.schema.d.ts +0 -30
  134. package/dist/library/schemas/links.schema.js +0 -14
  135. package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -13
  136. package/dist/production-tasks/dto/update-marks.dto.js +0 -8
  137. package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +0 -306
  138. package/dist/tech-process/schemas/tech-process-with-options.schema.js +0 -8
  139. package/dist/utils/interface/mat.interface.d.ts +0 -10
  140. package/dist/utils/interface/mat.interface.js +0 -2
  141. /package/dist/{issue/interfaces/interface.js → production-tasks/interfaces/workload-by-entity.js} +0 -0
@@ -57,10 +57,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
57
57
  ban?: boolean | undefined;
58
58
  description?: string | null | undefined;
59
59
  contacts?: string | null | undefined;
60
+ attention?: boolean | undefined;
60
61
  inn?: string | null | undefined;
61
62
  cpp?: string | null | undefined;
62
63
  rekvisit?: string | null | undefined;
63
- attention?: boolean | undefined;
64
64
  purchasesId?: number | undefined;
65
65
  }>>;
66
66
  status: z.ZodDefault<z.ZodString>;
@@ -117,10 +117,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
117
117
  ban?: boolean | undefined;
118
118
  description?: string | null | undefined;
119
119
  contacts?: string | null | undefined;
120
+ attention?: boolean | undefined;
120
121
  inn?: string | null | undefined;
121
122
  cpp?: string | null | undefined;
122
123
  rekvisit?: string | null | undefined;
123
- attention?: boolean | undefined;
124
124
  purchasesId?: number | undefined;
125
125
  } | undefined;
126
126
  company_id?: number | undefined;
@@ -155,6 +155,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
155
155
  instrumentOsnID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
156
156
  eqList: z.ZodDefault<z.ZodString>;
157
157
  eqID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
158
+ workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../..").WorkStartCalcType>>;
158
159
  tOperationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
159
160
  tech_process_id: z.ZodNumber;
160
161
  marks: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -190,15 +191,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
190
191
  status: import("../..").MarkStatusEnums;
191
192
  ban: boolean;
192
193
  id: number;
194
+ assemble_id: number;
195
+ user_id: number;
196
+ metaloworking_id: number;
197
+ production_task_id: number | null;
193
198
  date_build: string;
194
199
  kol: number;
195
- user_id: number;
196
200
  oper_id: number;
197
- assemble_id: number;
198
- metaloworking_id: number;
199
201
  brak: boolean;
200
202
  execution_time: number;
201
- production_task_id: number | null;
202
203
  quantity_shipped: number;
203
204
  description?: string | undefined;
204
205
  assemble_kit_id?: number | null | undefined;
@@ -211,15 +212,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
211
212
  status: import("../..").MarkStatusEnums;
212
213
  ban: boolean;
213
214
  id: number;
215
+ assemble_id: number;
216
+ user_id: number;
217
+ metaloworking_id: number;
218
+ production_task_id: number | null;
214
219
  date_build: string;
215
220
  kol: number;
216
- user_id: number;
217
221
  oper_id: number;
218
- assemble_id: number;
219
- metaloworking_id: number;
220
222
  brak: boolean;
221
223
  execution_time: number;
222
- production_task_id: number | null;
223
224
  quantity_shipped: number;
224
225
  description?: string | undefined;
225
226
  assemble_kit_id?: number | null | undefined;
@@ -237,6 +238,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
237
238
  preTime: number;
238
239
  helperTime: number;
239
240
  mainTime: number;
241
+ workStartCalcType: import("../..").WorkStartCalcType;
242
+ tech_process_id: number;
240
243
  generalCountTime: string;
241
244
  instrumentList: string;
242
245
  instrumentMerList: string;
@@ -248,21 +251,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
248
251
  eqID: number | null;
249
252
  idx: number;
250
253
  tOperationId: number | null;
251
- tech_process_id: number;
252
254
  id?: number | undefined;
253
255
  marks?: {
254
256
  status: import("../..").MarkStatusEnums;
255
257
  ban: boolean;
256
258
  id: number;
259
+ assemble_id: number;
260
+ user_id: number;
261
+ metaloworking_id: number;
262
+ production_task_id: number | null;
257
263
  date_build: string;
258
264
  kol: number;
259
- user_id: number;
260
265
  oper_id: number;
261
- assemble_id: number;
262
- metaloworking_id: number;
263
266
  brak: boolean;
264
267
  execution_time: number;
265
- production_task_id: number | null;
266
268
  quantity_shipped: number;
267
269
  description?: string | undefined;
268
270
  assemble_kit_id?: number | null | undefined;
@@ -283,15 +285,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
283
285
  status: import("../..").MarkStatusEnums;
284
286
  ban: boolean;
285
287
  id: number;
288
+ assemble_id: number;
289
+ user_id: number;
290
+ metaloworking_id: number;
291
+ production_task_id: number | null;
286
292
  date_build: string;
287
293
  kol: number;
288
- user_id: number;
289
294
  oper_id: number;
290
- assemble_id: number;
291
- metaloworking_id: number;
292
295
  brak: boolean;
293
296
  execution_time: number;
294
- production_task_id: number | null;
295
297
  quantity_shipped: number;
296
298
  description?: string | undefined;
297
299
  assemble_kit_id?: number | null | undefined;
@@ -304,6 +306,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
304
306
  preTime?: number | undefined;
305
307
  helperTime?: number | undefined;
306
308
  mainTime?: number | undefined;
309
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
307
310
  generalCountTime?: string | undefined;
308
311
  instrumentList?: string | undefined;
309
312
  instrumentMerList?: string | undefined;
@@ -332,6 +335,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
332
335
  preTime: number;
333
336
  helperTime: number;
334
337
  mainTime: number;
338
+ workStartCalcType: import("../..").WorkStartCalcType;
339
+ tech_process_id: number;
335
340
  generalCountTime: string;
336
341
  instrumentList: string;
337
342
  instrumentMerList: string;
@@ -343,21 +348,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
343
348
  eqID: number | null;
344
349
  idx: number;
345
350
  tOperationId: number | null;
346
- tech_process_id: number;
347
351
  id?: number | undefined;
348
352
  marks?: {
349
353
  status: import("../..").MarkStatusEnums;
350
354
  ban: boolean;
351
355
  id: number;
356
+ assemble_id: number;
357
+ user_id: number;
358
+ metaloworking_id: number;
359
+ production_task_id: number | null;
352
360
  date_build: string;
353
361
  kol: number;
354
- user_id: number;
355
362
  oper_id: number;
356
- assemble_id: number;
357
- metaloworking_id: number;
358
363
  brak: boolean;
359
364
  execution_time: number;
360
- production_task_id: number | null;
361
365
  quantity_shipped: number;
362
366
  description?: string | undefined;
363
367
  assemble_kit_id?: number | null | undefined;
@@ -387,15 +391,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
387
391
  status: import("../..").MarkStatusEnums;
388
392
  ban: boolean;
389
393
  id: number;
394
+ assemble_id: number;
395
+ user_id: number;
396
+ metaloworking_id: number;
397
+ production_task_id: number | null;
390
398
  date_build: string;
391
399
  kol: number;
392
- user_id: number;
393
400
  oper_id: number;
394
- assemble_id: number;
395
- metaloworking_id: number;
396
401
  brak: boolean;
397
402
  execution_time: number;
398
- production_task_id: number | null;
399
403
  quantity_shipped: number;
400
404
  description?: string | undefined;
401
405
  assemble_kit_id?: number | null | undefined;
@@ -408,6 +412,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
408
412
  preTime?: number | undefined;
409
413
  helperTime?: number | undefined;
410
414
  mainTime?: number | undefined;
415
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
411
416
  generalCountTime?: string | undefined;
412
417
  instrumentList?: string | undefined;
413
418
  instrumentMerList?: string | undefined;
@@ -466,10 +471,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
466
471
  type?: string | undefined;
467
472
  description?: string | undefined;
468
473
  id?: number | null | undefined;
469
- width?: number | null | undefined;
470
- height?: number | null | undefined;
471
474
  external_id?: number | null | undefined;
472
475
  original_name?: string | undefined;
476
+ width?: number | null | undefined;
477
+ height?: number | null | undefined;
473
478
  size?: number | null | undefined;
474
479
  hash?: string | undefined;
475
480
  }, {
@@ -480,10 +485,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
480
485
  ban?: boolean | undefined;
481
486
  description?: string | undefined;
482
487
  id?: number | null | undefined;
483
- width?: number | null | undefined;
484
- height?: number | null | undefined;
485
488
  external_id?: number | null | undefined;
486
489
  original_name?: string | undefined;
490
+ width?: number | null | undefined;
491
+ height?: number | null | undefined;
487
492
  size?: number | null | undefined;
488
493
  version?: number | undefined;
489
494
  ava?: boolean | undefined;
@@ -532,10 +537,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
532
537
  ban?: boolean | undefined;
533
538
  description?: string | null | undefined;
534
539
  contacts?: string | null | undefined;
540
+ attention?: boolean | undefined;
535
541
  inn?: string | null | undefined;
536
542
  cpp?: string | null | undefined;
537
543
  rekvisit?: string | null | undefined;
538
- attention?: boolean | undefined;
539
544
  purchasesId?: number | undefined;
540
545
  }>>;
541
546
  status: z.ZodDefault<z.ZodString>;
@@ -592,10 +597,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
592
597
  ban?: boolean | undefined;
593
598
  description?: string | null | undefined;
594
599
  contacts?: string | null | undefined;
600
+ attention?: boolean | undefined;
595
601
  inn?: string | null | undefined;
596
602
  cpp?: string | null | undefined;
597
603
  rekvisit?: string | null | undefined;
598
- attention?: boolean | undefined;
599
604
  purchasesId?: number | undefined;
600
605
  } | undefined;
601
606
  company_id?: number | undefined;
@@ -630,10 +635,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
630
635
  type?: string | undefined;
631
636
  description?: string | undefined;
632
637
  id?: number | null | undefined;
633
- width?: number | null | undefined;
634
- height?: number | null | undefined;
635
638
  external_id?: number | null | undefined;
636
639
  original_name?: string | undefined;
640
+ width?: number | null | undefined;
641
+ height?: number | null | undefined;
637
642
  size?: number | null | undefined;
638
643
  hash?: string | undefined;
639
644
  }[] | undefined;
@@ -668,8 +673,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
668
673
  company_id?: number | undefined;
669
674
  parent_id?: number | null | undefined;
670
675
  }[] | undefined;
671
- createdAt?: string | Date | undefined;
672
676
  mark_id?: number | null | undefined;
677
+ createdAt?: string | Date | undefined;
673
678
  date_to_work?: string | undefined;
674
679
  }, {
675
680
  status: import("../..").StatusAssembleKit;
@@ -689,10 +694,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
689
694
  ban?: boolean | undefined;
690
695
  description?: string | undefined;
691
696
  id?: number | null | undefined;
692
- width?: number | null | undefined;
693
- height?: number | null | undefined;
694
697
  external_id?: number | null | undefined;
695
698
  original_name?: string | undefined;
699
+ width?: number | null | undefined;
700
+ height?: number | null | undefined;
696
701
  size?: number | null | undefined;
697
702
  version?: number | undefined;
698
703
  ava?: boolean | undefined;
@@ -719,10 +724,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
719
724
  ban?: boolean | undefined;
720
725
  description?: string | null | undefined;
721
726
  contacts?: string | null | undefined;
727
+ attention?: boolean | undefined;
722
728
  inn?: string | null | undefined;
723
729
  cpp?: string | null | undefined;
724
730
  rekvisit?: string | null | undefined;
725
- attention?: boolean | undefined;
726
731
  purchasesId?: number | undefined;
727
732
  } | undefined;
728
733
  company_id?: number | undefined;
@@ -730,8 +735,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
730
735
  is_custom_product?: boolean | undefined;
731
736
  parent_id?: number | null | undefined;
732
737
  }[] | undefined;
733
- createdAt?: string | Date | undefined;
734
738
  mark_id?: number | null | undefined;
739
+ createdAt?: string | Date | undefined;
735
740
  date_to_work?: string | undefined;
736
741
  kolvo_collected?: number | undefined;
737
742
  kolvo_submitted?: number | undefined;
@@ -774,16 +779,16 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
774
779
  name: string;
775
780
  type_сoming: import("../..").WaybilTypeComingEnums;
776
781
  id?: number | null | undefined;
777
- company_id?: number | undefined;
778
782
  createdAt?: string | Date | undefined;
783
+ company_id?: number | undefined;
779
784
  }, {
780
785
  name: string;
781
786
  type_сoming: import("../..").WaybilTypeComingEnums;
782
787
  ban?: boolean | undefined;
783
788
  description?: string | undefined;
784
789
  id?: number | null | undefined;
785
- company_id?: number | undefined;
786
790
  createdAt?: string | Date | undefined;
791
+ company_id?: number | undefined;
787
792
  }>, "many">>>>;
788
793
  }, "strip", z.ZodTypeAny, {
789
794
  status: import("../..").StatusScladWorking;
@@ -811,6 +816,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
811
816
  preTime: number;
812
817
  helperTime: number;
813
818
  mainTime: number;
819
+ workStartCalcType: import("../..").WorkStartCalcType;
820
+ tech_process_id: number;
814
821
  generalCountTime: string;
815
822
  instrumentList: string;
816
823
  instrumentMerList: string;
@@ -822,21 +829,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
822
829
  eqID: number | null;
823
830
  idx: number;
824
831
  tOperationId: number | null;
825
- tech_process_id: number;
826
832
  id?: number | undefined;
827
833
  marks?: {
828
834
  status: import("../..").MarkStatusEnums;
829
835
  ban: boolean;
830
836
  id: number;
837
+ assemble_id: number;
838
+ user_id: number;
839
+ metaloworking_id: number;
840
+ production_task_id: number | null;
831
841
  date_build: string;
832
842
  kol: number;
833
- user_id: number;
834
843
  oper_id: number;
835
- assemble_id: number;
836
- metaloworking_id: number;
837
844
  brak: boolean;
838
845
  execution_time: number;
839
- production_task_id: number | null;
840
846
  quantity_shipped: number;
841
847
  description?: string | undefined;
842
848
  assemble_kit_id?: number | null | undefined;
@@ -918,10 +924,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
918
924
  type?: string | undefined;
919
925
  description?: string | undefined;
920
926
  id?: number | null | undefined;
921
- width?: number | null | undefined;
922
- height?: number | null | undefined;
923
927
  external_id?: number | null | undefined;
924
928
  original_name?: string | undefined;
929
+ width?: number | null | undefined;
930
+ height?: number | null | undefined;
925
931
  size?: number | null | undefined;
926
932
  hash?: string | undefined;
927
933
  }[] | undefined;
@@ -956,8 +962,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
956
962
  company_id?: number | undefined;
957
963
  parent_id?: number | null | undefined;
958
964
  }[] | undefined;
959
- createdAt?: string | Date | undefined;
960
965
  mark_id?: number | null | undefined;
966
+ createdAt?: string | Date | undefined;
961
967
  date_to_work?: string | undefined;
962
968
  }[] | null | undefined;
963
969
  waybills?: {
@@ -966,8 +972,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
966
972
  name: string;
967
973
  type_сoming: import("../..").WaybilTypeComingEnums;
968
974
  id?: number | null | undefined;
969
- company_id?: number | undefined;
970
975
  createdAt?: string | Date | undefined;
976
+ company_id?: number | undefined;
971
977
  }[] | null | undefined;
972
978
  }, {
973
979
  status: import("../..").StatusScladWorking;
@@ -996,15 +1002,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
996
1002
  status: import("../..").MarkStatusEnums;
997
1003
  ban: boolean;
998
1004
  id: number;
1005
+ assemble_id: number;
1006
+ user_id: number;
1007
+ metaloworking_id: number;
1008
+ production_task_id: number | null;
999
1009
  date_build: string;
1000
1010
  kol: number;
1001
- user_id: number;
1002
1011
  oper_id: number;
1003
- assemble_id: number;
1004
- metaloworking_id: number;
1005
1012
  brak: boolean;
1006
1013
  execution_time: number;
1007
- production_task_id: number | null;
1008
1014
  quantity_shipped: number;
1009
1015
  description?: string | undefined;
1010
1016
  assemble_kit_id?: number | null | undefined;
@@ -1017,6 +1023,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1017
1023
  preTime?: number | undefined;
1018
1024
  helperTime?: number | undefined;
1019
1025
  mainTime?: number | undefined;
1026
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
1020
1027
  generalCountTime?: string | undefined;
1021
1028
  instrumentList?: string | undefined;
1022
1029
  instrumentMerList?: string | undefined;
@@ -1050,10 +1057,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1050
1057
  ban?: boolean | undefined;
1051
1058
  description?: string | null | undefined;
1052
1059
  contacts?: string | null | undefined;
1060
+ attention?: boolean | undefined;
1053
1061
  inn?: string | null | undefined;
1054
1062
  cpp?: string | null | undefined;
1055
1063
  rekvisit?: string | null | undefined;
1056
- attention?: boolean | undefined;
1057
1064
  purchasesId?: number | undefined;
1058
1065
  } | undefined;
1059
1066
  company_id?: number | undefined;
@@ -1095,10 +1102,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1095
1102
  ban?: boolean | undefined;
1096
1103
  description?: string | undefined;
1097
1104
  id?: number | null | undefined;
1098
- width?: number | null | undefined;
1099
- height?: number | null | undefined;
1100
1105
  external_id?: number | null | undefined;
1101
1106
  original_name?: string | undefined;
1107
+ width?: number | null | undefined;
1108
+ height?: number | null | undefined;
1102
1109
  size?: number | null | undefined;
1103
1110
  version?: number | undefined;
1104
1111
  ava?: boolean | undefined;
@@ -1125,10 +1132,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1125
1132
  ban?: boolean | undefined;
1126
1133
  description?: string | null | undefined;
1127
1134
  contacts?: string | null | undefined;
1135
+ attention?: boolean | undefined;
1128
1136
  inn?: string | null | undefined;
1129
1137
  cpp?: string | null | undefined;
1130
1138
  rekvisit?: string | null | undefined;
1131
- attention?: boolean | undefined;
1132
1139
  purchasesId?: number | undefined;
1133
1140
  } | undefined;
1134
1141
  company_id?: number | undefined;
@@ -1136,8 +1143,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1136
1143
  is_custom_product?: boolean | undefined;
1137
1144
  parent_id?: number | null | undefined;
1138
1145
  }[] | undefined;
1139
- createdAt?: string | Date | undefined;
1140
1146
  mark_id?: number | null | undefined;
1147
+ createdAt?: string | Date | undefined;
1141
1148
  date_to_work?: string | undefined;
1142
1149
  kolvo_collected?: number | undefined;
1143
1150
  kolvo_submitted?: number | undefined;
@@ -1150,8 +1157,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1150
1157
  ban?: boolean | undefined;
1151
1158
  description?: string | undefined;
1152
1159
  id?: number | null | undefined;
1153
- company_id?: number | undefined;
1154
1160
  createdAt?: string | Date | undefined;
1161
+ company_id?: number | undefined;
1155
1162
  }[] | null | undefined;
1156
1163
  }>, "many">;
1157
1164
  }, "strip", z.ZodTypeAny, {
@@ -1182,6 +1189,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1182
1189
  preTime: number;
1183
1190
  helperTime: number;
1184
1191
  mainTime: number;
1192
+ workStartCalcType: import("../..").WorkStartCalcType;
1193
+ tech_process_id: number;
1185
1194
  generalCountTime: string;
1186
1195
  instrumentList: string;
1187
1196
  instrumentMerList: string;
@@ -1193,21 +1202,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1193
1202
  eqID: number | null;
1194
1203
  idx: number;
1195
1204
  tOperationId: number | null;
1196
- tech_process_id: number;
1197
1205
  id?: number | undefined;
1198
1206
  marks?: {
1199
1207
  status: import("../..").MarkStatusEnums;
1200
1208
  ban: boolean;
1201
1209
  id: number;
1210
+ assemble_id: number;
1211
+ user_id: number;
1212
+ metaloworking_id: number;
1213
+ production_task_id: number | null;
1202
1214
  date_build: string;
1203
1215
  kol: number;
1204
- user_id: number;
1205
1216
  oper_id: number;
1206
- assemble_id: number;
1207
- metaloworking_id: number;
1208
1217
  brak: boolean;
1209
1218
  execution_time: number;
1210
- production_task_id: number | null;
1211
1219
  quantity_shipped: number;
1212
1220
  description?: string | undefined;
1213
1221
  assemble_kit_id?: number | null | undefined;
@@ -1289,10 +1297,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1289
1297
  type?: string | undefined;
1290
1298
  description?: string | undefined;
1291
1299
  id?: number | null | undefined;
1292
- width?: number | null | undefined;
1293
- height?: number | null | undefined;
1294
1300
  external_id?: number | null | undefined;
1295
1301
  original_name?: string | undefined;
1302
+ width?: number | null | undefined;
1303
+ height?: number | null | undefined;
1296
1304
  size?: number | null | undefined;
1297
1305
  hash?: string | undefined;
1298
1306
  }[] | undefined;
@@ -1327,8 +1335,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1327
1335
  company_id?: number | undefined;
1328
1336
  parent_id?: number | null | undefined;
1329
1337
  }[] | undefined;
1330
- createdAt?: string | Date | undefined;
1331
1338
  mark_id?: number | null | undefined;
1339
+ createdAt?: string | Date | undefined;
1332
1340
  date_to_work?: string | undefined;
1333
1341
  }[] | null | undefined;
1334
1342
  waybills?: {
@@ -1337,8 +1345,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1337
1345
  name: string;
1338
1346
  type_сoming: import("../..").WaybilTypeComingEnums;
1339
1347
  id?: number | null | undefined;
1340
- company_id?: number | undefined;
1341
1348
  createdAt?: string | Date | undefined;
1349
+ company_id?: number | undefined;
1342
1350
  }[] | null | undefined;
1343
1351
  }[];
1344
1352
  }, {
@@ -1369,15 +1377,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1369
1377
  status: import("../..").MarkStatusEnums;
1370
1378
  ban: boolean;
1371
1379
  id: number;
1380
+ assemble_id: number;
1381
+ user_id: number;
1382
+ metaloworking_id: number;
1383
+ production_task_id: number | null;
1372
1384
  date_build: string;
1373
1385
  kol: number;
1374
- user_id: number;
1375
1386
  oper_id: number;
1376
- assemble_id: number;
1377
- metaloworking_id: number;
1378
1387
  brak: boolean;
1379
1388
  execution_time: number;
1380
- production_task_id: number | null;
1381
1389
  quantity_shipped: number;
1382
1390
  description?: string | undefined;
1383
1391
  assemble_kit_id?: number | null | undefined;
@@ -1390,6 +1398,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1390
1398
  preTime?: number | undefined;
1391
1399
  helperTime?: number | undefined;
1392
1400
  mainTime?: number | undefined;
1401
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
1393
1402
  generalCountTime?: string | undefined;
1394
1403
  instrumentList?: string | undefined;
1395
1404
  instrumentMerList?: string | undefined;
@@ -1423,10 +1432,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1423
1432
  ban?: boolean | undefined;
1424
1433
  description?: string | null | undefined;
1425
1434
  contacts?: string | null | undefined;
1435
+ attention?: boolean | undefined;
1426
1436
  inn?: string | null | undefined;
1427
1437
  cpp?: string | null | undefined;
1428
1438
  rekvisit?: string | null | undefined;
1429
- attention?: boolean | undefined;
1430
1439
  purchasesId?: number | undefined;
1431
1440
  } | undefined;
1432
1441
  company_id?: number | undefined;
@@ -1468,10 +1477,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1468
1477
  ban?: boolean | undefined;
1469
1478
  description?: string | undefined;
1470
1479
  id?: number | null | undefined;
1471
- width?: number | null | undefined;
1472
- height?: number | null | undefined;
1473
1480
  external_id?: number | null | undefined;
1474
1481
  original_name?: string | undefined;
1482
+ width?: number | null | undefined;
1483
+ height?: number | null | undefined;
1475
1484
  size?: number | null | undefined;
1476
1485
  version?: number | undefined;
1477
1486
  ava?: boolean | undefined;
@@ -1498,10 +1507,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1498
1507
  ban?: boolean | undefined;
1499
1508
  description?: string | null | undefined;
1500
1509
  contacts?: string | null | undefined;
1510
+ attention?: boolean | undefined;
1501
1511
  inn?: string | null | undefined;
1502
1512
  cpp?: string | null | undefined;
1503
1513
  rekvisit?: string | null | undefined;
1504
- attention?: boolean | undefined;
1505
1514
  purchasesId?: number | undefined;
1506
1515
  } | undefined;
1507
1516
  company_id?: number | undefined;
@@ -1509,8 +1518,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1509
1518
  is_custom_product?: boolean | undefined;
1510
1519
  parent_id?: number | null | undefined;
1511
1520
  }[] | undefined;
1512
- createdAt?: string | Date | undefined;
1513
1521
  mark_id?: number | null | undefined;
1522
+ createdAt?: string | Date | undefined;
1514
1523
  date_to_work?: string | undefined;
1515
1524
  kolvo_collected?: number | undefined;
1516
1525
  kolvo_submitted?: number | undefined;
@@ -1523,8 +1532,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1523
1532
  ban?: boolean | undefined;
1524
1533
  description?: string | undefined;
1525
1534
  id?: number | null | undefined;
1526
- company_id?: number | undefined;
1527
1535
  createdAt?: string | Date | undefined;
1536
+ company_id?: number | undefined;
1528
1537
  }[] | null | undefined;
1529
1538
  }[];
1530
1539
  operationId?: number | null | undefined;