@pksep/zod-shared 0.0.526 → 0.0.527

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 (86) 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 +81 -81
  4. package/dist/assemble/schemas/assemble-coming.schema.d.ts +68 -68
  5. package/dist/assemble/schemas/assemble.schema.d.ts +62 -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/create-company.dto.d.ts +10 -10
  14. package/dist/company/dto/update-company.dto.d.ts +10 -10
  15. package/dist/company/schemas/companies.schema.d.ts +4 -4
  16. package/dist/contact/dto/create-contact.dto.d.ts +6 -6
  17. package/dist/contact/dto/update-contact.dto.d.ts +6 -6
  18. package/dist/contact/schemas/contact.schema.d.ts +3 -3
  19. package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
  20. package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
  21. package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
  22. package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
  23. package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
  24. package/dist/detal/dto/update-detal.dto.d.ts +9 -9
  25. package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
  26. package/dist/detal/schemas/detal.schema.d.ts +200 -200
  27. package/dist/document/schemas/documentsSchema.d.ts +4 -4
  28. package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
  29. package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
  30. package/dist/equipment/schemas/equipment.schema.d.ts +93 -93
  31. package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
  32. package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
  33. package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
  34. package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
  35. package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
  36. package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
  37. package/dist/marks/dto/create-mark.dto.d.ts +8 -8
  38. package/dist/marks/dto/update-mark.dto.d.ts +2 -2
  39. package/dist/marks/schemas/marks.schema.d.ts +8 -8
  40. package/dist/marks/type/type.d.ts +2 -2
  41. package/dist/material/dto/create-material.dto.d.ts +20 -20
  42. package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
  43. package/dist/material/schemas/material.schema.d.ts +26 -26
  44. package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
  45. package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
  46. package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
  47. package/dist/moving/schemas/moving.schema.d.ts +453 -453
  48. package/dist/operations/dto/create-type-operation.dto.d.ts +2 -2
  49. package/dist/operations/dto/get-type-operation-by-id.dto.d.ts +16 -0
  50. package/dist/operations/dto/get-type-operation-by-id.dto.js +14 -0
  51. package/dist/operations/dto/update-type-operation.dto.d.ts +2 -2
  52. package/dist/operations/enums/enums.d.ts +5 -0
  53. package/dist/operations/enums/enums.js +7 -1
  54. package/dist/operations/index.d.ts +1 -0
  55. package/dist/operations/index.js +1 -0
  56. package/dist/operations/schemas/operation.schema.d.ts +17 -17
  57. package/dist/product/dto/up-create-product.dto.d.ts +7 -7
  58. package/dist/product/schemas/product-deficit.schema.d.ts +20 -20
  59. package/dist/product/schemas/product-material.schema.d.ts +2 -2
  60. package/dist/product/schemas/product-specification.schema.d.ts +2 -2
  61. package/dist/product/schemas/product.schema.d.ts +17 -17
  62. package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +2 -2
  63. package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
  64. package/dist/production-tasks/schemas/operation-positions.schema.d.ts +4 -4
  65. package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
  66. package/dist/provider/dto/create-provider.dto.d.ts +4 -4
  67. package/dist/provider/schemas/provider.schema.d.ts +1 -1
  68. package/dist/role/schemas/role.schema.d.ts +446 -446
  69. package/dist/sclad/schemas/remain.schema.d.ts +2 -2
  70. package/dist/sclad/schemas/remains.schema.d.ts +6 -6
  71. package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
  72. package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
  73. package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
  74. package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
  75. package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
  76. package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
  77. package/dist/specification/schema/attributes.schema.d.ts +472 -472
  78. package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
  79. package/dist/tech-process/schemas/tech-process.schema.d.ts +26 -26
  80. package/dist/thread/dto/add-thread.dto.d.ts +8 -8
  81. package/dist/user/dto/create-user.dto.d.ts +5 -5
  82. package/dist/user/dto/get-one-user.dto.d.ts +2 -2
  83. package/dist/user/schemas/user.schema.d.ts +261 -261
  84. package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
  85. package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
  86. package/package.json +1 -1
@@ -21,9 +21,9 @@ export declare const ActionsByParamDtoZod: z.ZodObject<{
21
21
  }, "strip", z.ZodTypeAny, {
22
22
  typeObject: ActionEntityTypes | null;
23
23
  relativeActionType: ActionEntityTypes | null;
24
+ responsibleId?: number[] | undefined;
24
25
  operationId?: number | null | undefined;
25
26
  searchString?: string | undefined;
26
- responsibleId?: number[] | undefined;
27
27
  offset?: number | undefined;
28
28
  idObject?: number | null | undefined;
29
29
  rangeDate?: {
@@ -31,9 +31,9 @@ export declare const ActionsByParamDtoZod: z.ZodObject<{
31
31
  end?: any;
32
32
  } | null | undefined;
33
33
  }, {
34
+ responsibleId?: number[] | undefined;
34
35
  operationId?: number | null | undefined;
35
36
  searchString?: string | undefined;
36
- responsibleId?: number[] | undefined;
37
37
  offset?: number | undefined;
38
38
  typeObject?: ActionEntityTypes | null | undefined;
39
39
  idObject?: number | null | undefined;
@@ -63,28 +63,26 @@ export declare const ActionsSchema: z.ZodObject<{
63
63
  action: IActionText[];
64
64
  type_object: string;
65
65
  id?: number | null | undefined;
66
- user_id?: number | null | undefined;
67
- metaloworking_id?: number | null | undefined;
68
- production_task_id?: number | null | undefined;
69
- cbed_id?: number | null | undefined;
70
- buyer_id?: number | null | undefined;
71
- provider_id?: number | null | undefined;
72
- inventary_id?: number | null | undefined;
73
66
  responsible_id?: number | null | undefined;
74
- tech_process_id?: number | null | undefined;
75
- createdAt?: string | Date | undefined;
76
67
  equipment_id?: number | null | undefined;
68
+ user_id?: number | null | undefined;
77
69
  movement_object_id?: number | null | undefined;
78
70
  deliveries_id?: number | null | undefined;
71
+ provider_id?: number | null | undefined;
79
72
  shcomplit_id?: number | null | undefined;
80
73
  waybill_id?: number | null | undefined;
81
74
  document_id?: number | null | undefined;
82
75
  material_id?: number | null | undefined;
83
76
  instrument_id?: number | null | undefined;
84
77
  detal_id?: number | null | undefined;
78
+ cbed_id?: number | null | undefined;
85
79
  rack_id?: number | null | undefined;
86
80
  product_id?: number | null | undefined;
81
+ tech_process_id?: number | null | undefined;
82
+ buyer_id?: number | null | undefined;
83
+ inventary_id?: number | null | undefined;
87
84
  shipment_id?: number | null | undefined;
85
+ metaloworking_id?: number | null | undefined;
88
86
  ass_id?: number | null | undefined;
89
87
  assembly_kit_id?: number | null | undefined;
90
88
  stock_order_id?: number | null | undefined;
@@ -93,33 +91,33 @@ export declare const ActionsSchema: z.ZodObject<{
93
91
  mark_id?: number | null | undefined;
94
92
  role_id?: number | null | undefined;
95
93
  parent_action_idL?: number | null | undefined;
94
+ production_task_id?: number | null | undefined;
95
+ createdAt?: string | Date | undefined;
96
96
  }, {
97
97
  action: IActionText[];
98
98
  type_object: string;
99
99
  ban?: boolean | undefined;
100
100
  id?: number | null | undefined;
101
- user_id?: number | null | undefined;
102
- metaloworking_id?: number | null | undefined;
103
- production_task_id?: number | null | undefined;
104
- cbed_id?: number | null | undefined;
105
- buyer_id?: number | null | undefined;
106
- provider_id?: number | null | undefined;
107
- inventary_id?: number | null | undefined;
108
101
  responsible_id?: number | null | undefined;
109
- tech_process_id?: number | null | undefined;
110
- createdAt?: string | Date | undefined;
111
102
  equipment_id?: number | null | undefined;
103
+ user_id?: number | null | undefined;
112
104
  movement_object_id?: number | null | undefined;
113
105
  deliveries_id?: number | null | undefined;
106
+ provider_id?: number | null | undefined;
114
107
  shcomplit_id?: number | null | undefined;
115
108
  waybill_id?: number | null | undefined;
116
109
  document_id?: number | null | undefined;
117
110
  material_id?: number | null | undefined;
118
111
  instrument_id?: number | null | undefined;
119
112
  detal_id?: number | null | undefined;
113
+ cbed_id?: number | null | undefined;
120
114
  rack_id?: number | null | undefined;
121
115
  product_id?: number | null | undefined;
116
+ tech_process_id?: number | null | undefined;
117
+ buyer_id?: number | null | undefined;
118
+ inventary_id?: number | null | undefined;
122
119
  shipment_id?: number | null | undefined;
120
+ metaloworking_id?: number | null | undefined;
123
121
  ass_id?: number | null | undefined;
124
122
  assembly_kit_id?: number | null | undefined;
125
123
  stock_order_id?: number | null | undefined;
@@ -128,6 +126,8 @@ export declare const ActionsSchema: z.ZodObject<{
128
126
  mark_id?: number | null | undefined;
129
127
  role_id?: number | null | undefined;
130
128
  parent_action_idL?: number | null | undefined;
129
+ production_task_id?: number | null | undefined;
130
+ createdAt?: string | Date | undefined;
131
131
  }>;
132
132
  export type ModelActions = z.infer<typeof ActionsSchema> & {
133
133
  child_actions?: ModelActions[];
@@ -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;
@@ -191,15 +191,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
191
191
  status: import("../..").MarkStatusEnums;
192
192
  ban: boolean;
193
193
  id: number;
194
+ assemble_id: number;
195
+ user_id: number;
196
+ metaloworking_id: number;
197
+ production_task_id: number | null;
194
198
  date_build: string;
195
199
  kol: number;
196
- user_id: number;
197
200
  oper_id: number;
198
- assemble_id: number;
199
- metaloworking_id: number;
200
201
  brak: boolean;
201
202
  execution_time: number;
202
- production_task_id: number | null;
203
203
  quantity_shipped: number;
204
204
  description?: string | undefined;
205
205
  assemble_kit_id?: number | null | undefined;
@@ -212,15 +212,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
212
212
  status: import("../..").MarkStatusEnums;
213
213
  ban: boolean;
214
214
  id: number;
215
+ assemble_id: number;
216
+ user_id: number;
217
+ metaloworking_id: number;
218
+ production_task_id: number | null;
215
219
  date_build: string;
216
220
  kol: number;
217
- user_id: number;
218
221
  oper_id: number;
219
- assemble_id: number;
220
- metaloworking_id: number;
221
222
  brak: boolean;
222
223
  execution_time: number;
223
- production_task_id: number | null;
224
224
  quantity_shipped: number;
225
225
  description?: string | undefined;
226
226
  assemble_kit_id?: number | null | undefined;
@@ -239,6 +239,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
239
239
  helperTime: number;
240
240
  mainTime: number;
241
241
  workStartCalcType: import("../..").WorkStartCalcType;
242
+ tech_process_id: number;
242
243
  generalCountTime: string;
243
244
  instrumentList: string;
244
245
  instrumentMerList: string;
@@ -250,21 +251,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
250
251
  eqID: number | null;
251
252
  idx: number;
252
253
  tOperationId: number | null;
253
- tech_process_id: number;
254
254
  id?: number | undefined;
255
255
  marks?: {
256
256
  status: import("../..").MarkStatusEnums;
257
257
  ban: boolean;
258
258
  id: number;
259
+ assemble_id: number;
260
+ user_id: number;
261
+ metaloworking_id: number;
262
+ production_task_id: number | null;
259
263
  date_build: string;
260
264
  kol: number;
261
- user_id: number;
262
265
  oper_id: number;
263
- assemble_id: number;
264
- metaloworking_id: number;
265
266
  brak: boolean;
266
267
  execution_time: number;
267
- production_task_id: number | null;
268
268
  quantity_shipped: number;
269
269
  description?: string | undefined;
270
270
  assemble_kit_id?: number | null | undefined;
@@ -285,15 +285,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
285
285
  status: import("../..").MarkStatusEnums;
286
286
  ban: boolean;
287
287
  id: number;
288
+ assemble_id: number;
289
+ user_id: number;
290
+ metaloworking_id: number;
291
+ production_task_id: number | null;
288
292
  date_build: string;
289
293
  kol: number;
290
- user_id: number;
291
294
  oper_id: number;
292
- assemble_id: number;
293
- metaloworking_id: number;
294
295
  brak: boolean;
295
296
  execution_time: number;
296
- production_task_id: number | null;
297
297
  quantity_shipped: number;
298
298
  description?: string | undefined;
299
299
  assemble_kit_id?: number | null | undefined;
@@ -336,6 +336,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
336
336
  helperTime: number;
337
337
  mainTime: number;
338
338
  workStartCalcType: import("../..").WorkStartCalcType;
339
+ tech_process_id: number;
339
340
  generalCountTime: string;
340
341
  instrumentList: string;
341
342
  instrumentMerList: string;
@@ -347,21 +348,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
347
348
  eqID: number | null;
348
349
  idx: number;
349
350
  tOperationId: number | null;
350
- tech_process_id: number;
351
351
  id?: number | undefined;
352
352
  marks?: {
353
353
  status: import("../..").MarkStatusEnums;
354
354
  ban: boolean;
355
355
  id: number;
356
+ assemble_id: number;
357
+ user_id: number;
358
+ metaloworking_id: number;
359
+ production_task_id: number | null;
356
360
  date_build: string;
357
361
  kol: number;
358
- user_id: number;
359
362
  oper_id: number;
360
- assemble_id: number;
361
- metaloworking_id: number;
362
363
  brak: boolean;
363
364
  execution_time: number;
364
- production_task_id: number | null;
365
365
  quantity_shipped: number;
366
366
  description?: string | undefined;
367
367
  assemble_kit_id?: number | null | undefined;
@@ -391,15 +391,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
391
391
  status: import("../..").MarkStatusEnums;
392
392
  ban: boolean;
393
393
  id: number;
394
+ assemble_id: number;
395
+ user_id: number;
396
+ metaloworking_id: number;
397
+ production_task_id: number | null;
394
398
  date_build: string;
395
399
  kol: number;
396
- user_id: number;
397
400
  oper_id: number;
398
- assemble_id: number;
399
- metaloworking_id: number;
400
401
  brak: boolean;
401
402
  execution_time: number;
402
- production_task_id: number | null;
403
403
  quantity_shipped: number;
404
404
  description?: string | undefined;
405
405
  assemble_kit_id?: number | null | undefined;
@@ -471,10 +471,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
471
471
  type?: string | undefined;
472
472
  description?: string | undefined;
473
473
  id?: number | null | undefined;
474
- width?: number | null | undefined;
475
- height?: number | null | undefined;
476
474
  external_id?: number | null | undefined;
477
475
  original_name?: string | undefined;
476
+ width?: number | null | undefined;
477
+ height?: number | null | undefined;
478
478
  size?: number | null | undefined;
479
479
  hash?: string | undefined;
480
480
  }, {
@@ -485,10 +485,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
485
485
  ban?: boolean | undefined;
486
486
  description?: string | undefined;
487
487
  id?: number | null | undefined;
488
- width?: number | null | undefined;
489
- height?: number | null | undefined;
490
488
  external_id?: number | null | undefined;
491
489
  original_name?: string | undefined;
490
+ width?: number | null | undefined;
491
+ height?: number | null | undefined;
492
492
  size?: number | null | undefined;
493
493
  version?: number | undefined;
494
494
  ava?: boolean | undefined;
@@ -537,10 +537,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
537
537
  ban?: boolean | undefined;
538
538
  description?: string | null | undefined;
539
539
  contacts?: string | null | undefined;
540
+ attention?: boolean | undefined;
540
541
  inn?: string | null | undefined;
541
542
  cpp?: string | null | undefined;
542
543
  rekvisit?: string | null | undefined;
543
- attention?: boolean | undefined;
544
544
  purchasesId?: number | undefined;
545
545
  }>>;
546
546
  status: z.ZodDefault<z.ZodString>;
@@ -597,10 +597,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
597
597
  ban?: boolean | undefined;
598
598
  description?: string | null | undefined;
599
599
  contacts?: string | null | undefined;
600
+ attention?: boolean | undefined;
600
601
  inn?: string | null | undefined;
601
602
  cpp?: string | null | undefined;
602
603
  rekvisit?: string | null | undefined;
603
- attention?: boolean | undefined;
604
604
  purchasesId?: number | undefined;
605
605
  } | undefined;
606
606
  company_id?: number | undefined;
@@ -635,10 +635,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
635
635
  type?: string | undefined;
636
636
  description?: string | undefined;
637
637
  id?: number | null | undefined;
638
- width?: number | null | undefined;
639
- height?: number | null | undefined;
640
638
  external_id?: number | null | undefined;
641
639
  original_name?: string | undefined;
640
+ width?: number | null | undefined;
641
+ height?: number | null | undefined;
642
642
  size?: number | null | undefined;
643
643
  hash?: string | undefined;
644
644
  }[] | undefined;
@@ -673,8 +673,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
673
673
  company_id?: number | undefined;
674
674
  parent_id?: number | null | undefined;
675
675
  }[] | undefined;
676
- createdAt?: string | Date | undefined;
677
676
  mark_id?: number | null | undefined;
677
+ createdAt?: string | Date | undefined;
678
678
  date_to_work?: string | undefined;
679
679
  }, {
680
680
  status: import("../..").StatusAssembleKit;
@@ -694,10 +694,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
694
694
  ban?: boolean | undefined;
695
695
  description?: string | undefined;
696
696
  id?: number | null | undefined;
697
- width?: number | null | undefined;
698
- height?: number | null | undefined;
699
697
  external_id?: number | null | undefined;
700
698
  original_name?: string | undefined;
699
+ width?: number | null | undefined;
700
+ height?: number | null | undefined;
701
701
  size?: number | null | undefined;
702
702
  version?: number | undefined;
703
703
  ava?: boolean | undefined;
@@ -724,10 +724,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
724
724
  ban?: boolean | undefined;
725
725
  description?: string | null | undefined;
726
726
  contacts?: string | null | undefined;
727
+ attention?: boolean | undefined;
727
728
  inn?: string | null | undefined;
728
729
  cpp?: string | null | undefined;
729
730
  rekvisit?: string | null | undefined;
730
- attention?: boolean | undefined;
731
731
  purchasesId?: number | undefined;
732
732
  } | undefined;
733
733
  company_id?: number | undefined;
@@ -735,8 +735,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
735
735
  is_custom_product?: boolean | undefined;
736
736
  parent_id?: number | null | undefined;
737
737
  }[] | undefined;
738
- createdAt?: string | Date | undefined;
739
738
  mark_id?: number | null | undefined;
739
+ createdAt?: string | Date | undefined;
740
740
  date_to_work?: string | undefined;
741
741
  kolvo_collected?: number | undefined;
742
742
  kolvo_submitted?: number | undefined;
@@ -779,16 +779,16 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
779
779
  name: string;
780
780
  type_сoming: import("../..").WaybilTypeComingEnums;
781
781
  id?: number | null | undefined;
782
- company_id?: number | undefined;
783
782
  createdAt?: string | Date | undefined;
783
+ company_id?: number | undefined;
784
784
  }, {
785
785
  name: string;
786
786
  type_сoming: import("../..").WaybilTypeComingEnums;
787
787
  ban?: boolean | undefined;
788
788
  description?: string | undefined;
789
789
  id?: number | null | undefined;
790
- company_id?: number | undefined;
791
790
  createdAt?: string | Date | undefined;
791
+ company_id?: number | undefined;
792
792
  }>, "many">>>>;
793
793
  }, "strip", z.ZodTypeAny, {
794
794
  status: import("../..").StatusScladWorking;
@@ -817,6 +817,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
817
817
  helperTime: number;
818
818
  mainTime: number;
819
819
  workStartCalcType: import("../..").WorkStartCalcType;
820
+ tech_process_id: number;
820
821
  generalCountTime: string;
821
822
  instrumentList: string;
822
823
  instrumentMerList: string;
@@ -828,21 +829,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
828
829
  eqID: number | null;
829
830
  idx: number;
830
831
  tOperationId: number | null;
831
- tech_process_id: number;
832
832
  id?: number | undefined;
833
833
  marks?: {
834
834
  status: import("../..").MarkStatusEnums;
835
835
  ban: boolean;
836
836
  id: number;
837
+ assemble_id: number;
838
+ user_id: number;
839
+ metaloworking_id: number;
840
+ production_task_id: number | null;
837
841
  date_build: string;
838
842
  kol: number;
839
- user_id: number;
840
843
  oper_id: number;
841
- assemble_id: number;
842
- metaloworking_id: number;
843
844
  brak: boolean;
844
845
  execution_time: number;
845
- production_task_id: number | null;
846
846
  quantity_shipped: number;
847
847
  description?: string | undefined;
848
848
  assemble_kit_id?: number | null | undefined;
@@ -924,10 +924,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
924
924
  type?: string | undefined;
925
925
  description?: string | undefined;
926
926
  id?: number | null | undefined;
927
- width?: number | null | undefined;
928
- height?: number | null | undefined;
929
927
  external_id?: number | null | undefined;
930
928
  original_name?: string | undefined;
929
+ width?: number | null | undefined;
930
+ height?: number | null | undefined;
931
931
  size?: number | null | undefined;
932
932
  hash?: string | undefined;
933
933
  }[] | undefined;
@@ -962,8 +962,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
962
962
  company_id?: number | undefined;
963
963
  parent_id?: number | null | undefined;
964
964
  }[] | undefined;
965
- createdAt?: string | Date | undefined;
966
965
  mark_id?: number | null | undefined;
966
+ createdAt?: string | Date | undefined;
967
967
  date_to_work?: string | undefined;
968
968
  }[] | null | undefined;
969
969
  waybills?: {
@@ -972,8 +972,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
972
972
  name: string;
973
973
  type_сoming: import("../..").WaybilTypeComingEnums;
974
974
  id?: number | null | undefined;
975
- company_id?: number | undefined;
976
975
  createdAt?: string | Date | undefined;
976
+ company_id?: number | undefined;
977
977
  }[] | null | undefined;
978
978
  }, {
979
979
  status: import("../..").StatusScladWorking;
@@ -1002,15 +1002,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1002
1002
  status: import("../..").MarkStatusEnums;
1003
1003
  ban: boolean;
1004
1004
  id: number;
1005
+ assemble_id: number;
1006
+ user_id: number;
1007
+ metaloworking_id: number;
1008
+ production_task_id: number | null;
1005
1009
  date_build: string;
1006
1010
  kol: number;
1007
- user_id: number;
1008
1011
  oper_id: number;
1009
- assemble_id: number;
1010
- metaloworking_id: number;
1011
1012
  brak: boolean;
1012
1013
  execution_time: number;
1013
- production_task_id: number | null;
1014
1014
  quantity_shipped: number;
1015
1015
  description?: string | undefined;
1016
1016
  assemble_kit_id?: number | null | undefined;
@@ -1057,10 +1057,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1057
1057
  ban?: boolean | undefined;
1058
1058
  description?: string | null | undefined;
1059
1059
  contacts?: string | null | undefined;
1060
+ attention?: boolean | undefined;
1060
1061
  inn?: string | null | undefined;
1061
1062
  cpp?: string | null | undefined;
1062
1063
  rekvisit?: string | null | undefined;
1063
- attention?: boolean | undefined;
1064
1064
  purchasesId?: number | undefined;
1065
1065
  } | undefined;
1066
1066
  company_id?: number | undefined;
@@ -1102,10 +1102,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1102
1102
  ban?: boolean | undefined;
1103
1103
  description?: string | undefined;
1104
1104
  id?: number | null | undefined;
1105
- width?: number | null | undefined;
1106
- height?: number | null | undefined;
1107
1105
  external_id?: number | null | undefined;
1108
1106
  original_name?: string | undefined;
1107
+ width?: number | null | undefined;
1108
+ height?: number | null | undefined;
1109
1109
  size?: number | null | undefined;
1110
1110
  version?: number | undefined;
1111
1111
  ava?: boolean | undefined;
@@ -1132,10 +1132,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1132
1132
  ban?: boolean | undefined;
1133
1133
  description?: string | null | undefined;
1134
1134
  contacts?: string | null | undefined;
1135
+ attention?: boolean | undefined;
1135
1136
  inn?: string | null | undefined;
1136
1137
  cpp?: string | null | undefined;
1137
1138
  rekvisit?: string | null | undefined;
1138
- attention?: boolean | undefined;
1139
1139
  purchasesId?: number | undefined;
1140
1140
  } | undefined;
1141
1141
  company_id?: number | undefined;
@@ -1143,8 +1143,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1143
1143
  is_custom_product?: boolean | undefined;
1144
1144
  parent_id?: number | null | undefined;
1145
1145
  }[] | undefined;
1146
- createdAt?: string | Date | undefined;
1147
1146
  mark_id?: number | null | undefined;
1147
+ createdAt?: string | Date | undefined;
1148
1148
  date_to_work?: string | undefined;
1149
1149
  kolvo_collected?: number | undefined;
1150
1150
  kolvo_submitted?: number | undefined;
@@ -1157,8 +1157,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1157
1157
  ban?: boolean | undefined;
1158
1158
  description?: string | undefined;
1159
1159
  id?: number | null | undefined;
1160
- company_id?: number | undefined;
1161
1160
  createdAt?: string | Date | undefined;
1161
+ company_id?: number | undefined;
1162
1162
  }[] | null | undefined;
1163
1163
  }>, "many">;
1164
1164
  }, "strip", z.ZodTypeAny, {
@@ -1190,6 +1190,7 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1190
1190
  helperTime: number;
1191
1191
  mainTime: number;
1192
1192
  workStartCalcType: import("../..").WorkStartCalcType;
1193
+ tech_process_id: number;
1193
1194
  generalCountTime: string;
1194
1195
  instrumentList: string;
1195
1196
  instrumentMerList: string;
@@ -1201,21 +1202,20 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1201
1202
  eqID: number | null;
1202
1203
  idx: number;
1203
1204
  tOperationId: number | null;
1204
- tech_process_id: number;
1205
1205
  id?: number | undefined;
1206
1206
  marks?: {
1207
1207
  status: import("../..").MarkStatusEnums;
1208
1208
  ban: boolean;
1209
1209
  id: number;
1210
+ assemble_id: number;
1211
+ user_id: number;
1212
+ metaloworking_id: number;
1213
+ production_task_id: number | null;
1210
1214
  date_build: string;
1211
1215
  kol: number;
1212
- user_id: number;
1213
1216
  oper_id: number;
1214
- assemble_id: number;
1215
- metaloworking_id: number;
1216
1217
  brak: boolean;
1217
1218
  execution_time: number;
1218
- production_task_id: number | null;
1219
1219
  quantity_shipped: number;
1220
1220
  description?: string | undefined;
1221
1221
  assemble_kit_id?: number | null | undefined;
@@ -1297,10 +1297,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1297
1297
  type?: string | undefined;
1298
1298
  description?: string | undefined;
1299
1299
  id?: number | null | undefined;
1300
- width?: number | null | undefined;
1301
- height?: number | null | undefined;
1302
1300
  external_id?: number | null | undefined;
1303
1301
  original_name?: string | undefined;
1302
+ width?: number | null | undefined;
1303
+ height?: number | null | undefined;
1304
1304
  size?: number | null | undefined;
1305
1305
  hash?: string | undefined;
1306
1306
  }[] | undefined;
@@ -1335,8 +1335,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1335
1335
  company_id?: number | undefined;
1336
1336
  parent_id?: number | null | undefined;
1337
1337
  }[] | undefined;
1338
- createdAt?: string | Date | undefined;
1339
1338
  mark_id?: number | null | undefined;
1339
+ createdAt?: string | Date | undefined;
1340
1340
  date_to_work?: string | undefined;
1341
1341
  }[] | null | undefined;
1342
1342
  waybills?: {
@@ -1345,8 +1345,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1345
1345
  name: string;
1346
1346
  type_сoming: import("../..").WaybilTypeComingEnums;
1347
1347
  id?: number | null | undefined;
1348
- company_id?: number | undefined;
1349
1348
  createdAt?: string | Date | undefined;
1349
+ company_id?: number | undefined;
1350
1350
  }[] | null | undefined;
1351
1351
  }[];
1352
1352
  }, {
@@ -1377,15 +1377,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1377
1377
  status: import("../..").MarkStatusEnums;
1378
1378
  ban: boolean;
1379
1379
  id: number;
1380
+ assemble_id: number;
1381
+ user_id: number;
1382
+ metaloworking_id: number;
1383
+ production_task_id: number | null;
1380
1384
  date_build: string;
1381
1385
  kol: number;
1382
- user_id: number;
1383
1386
  oper_id: number;
1384
- assemble_id: number;
1385
- metaloworking_id: number;
1386
1387
  brak: boolean;
1387
1388
  execution_time: number;
1388
- production_task_id: number | null;
1389
1389
  quantity_shipped: number;
1390
1390
  description?: string | undefined;
1391
1391
  assemble_kit_id?: number | null | undefined;
@@ -1432,10 +1432,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1432
1432
  ban?: boolean | undefined;
1433
1433
  description?: string | null | undefined;
1434
1434
  contacts?: string | null | undefined;
1435
+ attention?: boolean | undefined;
1435
1436
  inn?: string | null | undefined;
1436
1437
  cpp?: string | null | undefined;
1437
1438
  rekvisit?: string | null | undefined;
1438
- attention?: boolean | undefined;
1439
1439
  purchasesId?: number | undefined;
1440
1440
  } | undefined;
1441
1441
  company_id?: number | undefined;
@@ -1477,10 +1477,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1477
1477
  ban?: boolean | undefined;
1478
1478
  description?: string | undefined;
1479
1479
  id?: number | null | undefined;
1480
- width?: number | null | undefined;
1481
- height?: number | null | undefined;
1482
1480
  external_id?: number | null | undefined;
1483
1481
  original_name?: string | undefined;
1482
+ width?: number | null | undefined;
1483
+ height?: number | null | undefined;
1484
1484
  size?: number | null | undefined;
1485
1485
  version?: number | undefined;
1486
1486
  ava?: boolean | undefined;
@@ -1507,10 +1507,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1507
1507
  ban?: boolean | undefined;
1508
1508
  description?: string | null | undefined;
1509
1509
  contacts?: string | null | undefined;
1510
+ attention?: boolean | undefined;
1510
1511
  inn?: string | null | undefined;
1511
1512
  cpp?: string | null | undefined;
1512
1513
  rekvisit?: string | null | undefined;
1513
- attention?: boolean | undefined;
1514
1514
  purchasesId?: number | undefined;
1515
1515
  } | undefined;
1516
1516
  company_id?: number | undefined;
@@ -1518,8 +1518,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1518
1518
  is_custom_product?: boolean | undefined;
1519
1519
  parent_id?: number | null | undefined;
1520
1520
  }[] | undefined;
1521
- createdAt?: string | Date | undefined;
1522
1521
  mark_id?: number | null | undefined;
1522
+ createdAt?: string | Date | undefined;
1523
1523
  date_to_work?: string | undefined;
1524
1524
  kolvo_collected?: number | undefined;
1525
1525
  kolvo_submitted?: number | undefined;
@@ -1532,8 +1532,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1532
1532
  ban?: boolean | undefined;
1533
1533
  description?: string | undefined;
1534
1534
  id?: number | null | undefined;
1535
- company_id?: number | undefined;
1536
1535
  createdAt?: string | Date | undefined;
1536
+ company_id?: number | undefined;
1537
1537
  }[] | null | undefined;
1538
1538
  }[];
1539
1539
  operationId?: number | null | undefined;