@pksep/zod-shared 0.0.502 → 0.0.503

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 (69) hide show
  1. package/dist/action/schemas/actions.schema.d.ts +2 -2
  2. package/dist/assemble/dto/assemble-coming.dto.d.ts +4 -4
  3. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +45 -45
  4. package/dist/assemble/dto/get-assemble-operation-pagination.dto.d.ts +4 -4
  5. package/dist/assemble/dto/get-assemble-pagination-sclad.dto.d.ts +6 -6
  6. package/dist/assemble/dto/get-assemble-pagination.dto.d.ts +4 -4
  7. package/dist/assemble/schemas/assemble-coming.schema.d.ts +32 -32
  8. package/dist/assemble/schemas/assemble.schema.d.ts +32 -32
  9. package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +10 -10
  10. package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
  11. package/dist/cbed/schemas/cbed.schema.d.ts +11 -11
  12. package/dist/company/dto/create-company.dto.d.ts +2 -2
  13. package/dist/company/dto/update-company.dto.d.ts +2 -2
  14. package/dist/contact/dto/contact-pagination.dto.d.ts +1 -1
  15. package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
  16. package/dist/detal/dto/get-deficit.dto.d.ts +2 -2
  17. package/dist/detal/dto/get-detal-deficit-dto.d.ts +2 -2
  18. package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
  19. package/dist/detal/dto/set-actual-shipment.dto.d.ts +1 -1
  20. package/dist/detal/schemas/detal-deficit.schema.d.ts +104 -104
  21. package/dist/detal/schemas/detal.schema.d.ts +94 -94
  22. package/dist/equipment/dto/create-equipment.dto.d.ts +4 -4
  23. package/dist/equipment/dto/update-equipment.dto.d.ts +4 -4
  24. package/dist/equipment/schemas/equipment.schema.d.ts +26 -26
  25. package/dist/instrument/dto/create-name-instrument.dto.d.ts +5 -5
  26. package/dist/instrument/dto/update-name-instrument.dto.d.ts +4 -4
  27. package/dist/instrument/schemas/node-pt-t-instrument.schema.d.ts +2 -2
  28. package/dist/instrument/schemas/pt-instrument.schema.d.ts +2 -2
  29. package/dist/inventary/dto/create-inventary.dto.d.ts +4 -4
  30. package/dist/marks/type/type.d.ts +2 -2
  31. package/dist/material/dto/create-material.dto.d.ts +5 -5
  32. package/dist/material/dto/get-deficit.dto.d.ts +6 -6
  33. package/dist/material/dto/get-material-provider.dto.d.ts +2 -2
  34. package/dist/material/dto/set-actual-shipment.dto.d.ts +1 -1
  35. package/dist/material/schemas/material.schema.d.ts +11 -9
  36. package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.d.ts +4 -4
  37. package/dist/metaloworking/dto/get-metallworking-pagination.dto.d.ts +6 -6
  38. package/dist/metaloworking/dto/metaloworking-coming.dto.d.ts +4 -4
  39. package/dist/moving/schemas/moving.schema.d.ts +93 -93
  40. package/dist/operations/schemas/operation.schema.d.ts +1 -1
  41. package/dist/product/schemas/product-deficit.schema.d.ts +19 -19
  42. package/dist/product/schemas/product.schema.d.ts +9 -9
  43. package/dist/production-tasks/index.d.ts +0 -1
  44. package/dist/production-tasks/index.js +0 -1
  45. package/dist/production-tasks/interfaces/production-tasks.d.ts +1 -10
  46. package/dist/production-tasks/schemas/operation-positions.schema.d.ts +2 -2
  47. package/dist/provider/dto/create-provider.dto.d.ts +1 -1
  48. package/dist/rack/dto/update-cell.dto.d.ts +5 -5
  49. package/dist/role/schemas/role.schema.d.ts +93 -93
  50. package/dist/sclad/dto/need-by-parent.dto.d.ts +2 -2
  51. package/dist/sclad/schemas/remain.schema.d.ts +4 -4
  52. package/dist/sclad/schemas/remains.schema.d.ts +6 -6
  53. package/dist/settings/schemas/sebestoim.schema.d.ts +2 -2
  54. package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
  55. package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
  56. package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
  57. package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
  58. package/dist/shipments/schemas/shipments.schema.d.ts +5 -5
  59. package/dist/specification/dto/specification-attributes.dto.d.ts +3 -3
  60. package/dist/specification/schema/attributes.schema.d.ts +192 -192
  61. package/dist/tech-process/schemas/tech-process.schema.d.ts +4 -4
  62. package/dist/user/schemas/user.schema.d.ts +62 -62
  63. package/dist/waybill/dto/create-waybill-product.dto.d.ts +4 -4
  64. package/dist/waybill/dto/create-waybill.dto.d.ts +8 -8
  65. package/package.json +1 -1
  66. package/dist/production-tasks/dto/get-production-task-operation.dto.d.ts +0 -20
  67. package/dist/production-tasks/dto/get-production-task-operation.dto.js +0 -12
  68. package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -37
  69. package/dist/production-tasks/dto/update-marks.dto.js +0 -9
@@ -114,22 +114,22 @@ export declare const MovingSchema: z.ZodObject<{
114
114
  name: string;
115
115
  assemble_id: number | null;
116
116
  attention: boolean;
117
- in_kit: number;
117
+ materialList: import("../..").EntityCommonSpecificationArray | null;
118
118
  quantity: number;
119
- min_remaining: number;
120
119
  shipments_kolvo: number;
121
- deficit: number;
122
- deficit_by_sclad: number;
123
- materialList: import("../..").EntityCommonSpecificationArray | null;
120
+ min_remaining: number;
121
+ responsibleId: number | null;
124
122
  production_ordered: number;
123
+ deficit: number;
125
124
  ava_path: string | null;
126
125
  parametrs: import("../..").CbedParametrsField | null;
127
126
  characteristic: import("../..").CbedCharacteristicField | null;
128
127
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
129
128
  listDetal: import("../..").EntityCommonSpecificationArray | null;
130
129
  listCbed: import("../..").EntityCommonSpecificationArray | null;
131
- responsibleId: number | null;
130
+ in_kit: number;
132
131
  remainder_after_coming: number;
132
+ deficit_by_sclad: number;
133
133
  discontinued?: boolean | undefined;
134
134
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
135
135
  production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
@@ -140,27 +140,27 @@ export declare const MovingSchema: z.ZodObject<{
140
140
  name: string;
141
141
  assemble_id: number | null;
142
142
  materialList: import("../..").EntityCommonSpecificationArray | null;
143
+ responsibleId: number | null;
143
144
  ava_path: string | null;
144
145
  parametrs: import("../..").CbedParametrsField | null;
145
146
  characteristic: import("../..").CbedCharacteristicField | null;
146
147
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
147
148
  listDetal: import("../..").EntityCommonSpecificationArray | null;
148
149
  listCbed: import("../..").EntityCommonSpecificationArray | null;
149
- responsibleId: number | null;
150
150
  ban?: boolean | undefined;
151
151
  cbed?: import("../..").CbedRelativeType[] | undefined;
152
152
  attention?: boolean | undefined;
153
- in_kit?: number | undefined;
154
153
  quantity?: number | undefined;
155
- min_remaining?: number | undefined;
156
154
  shipments_kolvo?: number | undefined;
157
- deficit?: number | undefined;
158
- deficit_by_sclad?: number | undefined;
155
+ min_remaining?: number | undefined;
159
156
  production_ordered?: number | undefined;
157
+ deficit?: number | undefined;
158
+ in_kit?: number | undefined;
160
159
  discontinued?: boolean | undefined;
161
160
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
162
161
  production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
163
162
  remainder_after_coming?: number | undefined;
163
+ deficit_by_sclad?: number | undefined;
164
164
  }>, "many">;
165
165
  products: z.ZodArray<z.ZodObject<{
166
166
  id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -194,13 +194,13 @@ export declare const MovingSchema: z.ZodObject<{
194
194
  description: string | null;
195
195
  name: string;
196
196
  attention: boolean;
197
- in_kit: number;
197
+ materialList: import("../..").EntityCommonSpecificationArray;
198
198
  quantity: number;
199
- min_remaining: number;
200
199
  shipments_kolvo: number;
201
- deficit: number;
202
- materialList: import("../..").EntityCommonSpecificationArray;
200
+ min_remaining: number;
201
+ responsibleId: number | null;
203
202
  production_ordered: number;
203
+ deficit: number;
204
204
  articl: string | null;
205
205
  ava_path: string | null;
206
206
  parametrs: import("../..").CbedVariableField[];
@@ -208,8 +208,8 @@ export declare const MovingSchema: z.ZodObject<{
208
208
  listPokDet: import("../..").EntityCommonSpecificationArray;
209
209
  listDetal: import("../..").EntityCommonSpecificationArray;
210
210
  listCbed: import("../..").EntityCommonSpecificationArray;
211
+ in_kit: number;
211
212
  is_custom: boolean;
212
- responsibleId: number | null;
213
213
  id?: number | null | undefined;
214
214
  discontinued?: boolean | undefined;
215
215
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -219,23 +219,23 @@ export declare const MovingSchema: z.ZodObject<{
219
219
  description: string | null;
220
220
  name: string;
221
221
  materialList: import("../..").EntityCommonSpecificationArray;
222
+ responsibleId: number | null;
222
223
  articl: string | null;
223
224
  ava_path: string | null;
224
225
  listPokDet: import("../..").EntityCommonSpecificationArray;
225
226
  listDetal: import("../..").EntityCommonSpecificationArray;
226
227
  listCbed: import("../..").EntityCommonSpecificationArray;
227
- responsibleId: number | null;
228
228
  ban?: boolean | undefined;
229
229
  id?: number | null | undefined;
230
230
  attention?: boolean | undefined;
231
- in_kit?: number | undefined;
232
231
  quantity?: number | undefined;
233
- min_remaining?: number | undefined;
234
232
  shipments_kolvo?: number | undefined;
235
- deficit?: number | undefined;
233
+ min_remaining?: number | undefined;
236
234
  production_ordered?: number | undefined;
235
+ deficit?: number | undefined;
237
236
  parametrs?: import("../..").CbedVariableField[] | undefined;
238
237
  characteristic?: import("../..").CbedVariableField[] | undefined;
238
+ in_kit?: number | undefined;
239
239
  is_custom?: boolean | undefined;
240
240
  discontinued?: boolean | undefined;
241
241
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -288,6 +288,7 @@ export declare const MovingSchema: z.ZodObject<{
288
288
  provider_id?: number | null | undefined;
289
289
  inventary_id?: number | null | undefined;
290
290
  responsible_id?: number | null | undefined;
291
+ tech_process_id?: number | null | undefined;
291
292
  equipment_id?: number | null | undefined;
292
293
  movement_object_id?: number | null | undefined;
293
294
  deliveries_id?: number | null | undefined;
@@ -299,7 +300,6 @@ export declare const MovingSchema: z.ZodObject<{
299
300
  detal_id?: number | null | undefined;
300
301
  rack_id?: number | null | undefined;
301
302
  product_id?: number | null | undefined;
302
- tech_process_id?: number | null | undefined;
303
303
  shipment_id?: number | null | undefined;
304
304
  ass_id?: number | null | undefined;
305
305
  assembly_kit_id?: number | null | undefined;
@@ -322,6 +322,7 @@ export declare const MovingSchema: z.ZodObject<{
322
322
  provider_id?: number | null | undefined;
323
323
  inventary_id?: number | null | undefined;
324
324
  responsible_id?: number | null | undefined;
325
+ tech_process_id?: number | null | undefined;
325
326
  equipment_id?: number | null | undefined;
326
327
  movement_object_id?: number | null | undefined;
327
328
  deliveries_id?: number | null | undefined;
@@ -333,7 +334,6 @@ export declare const MovingSchema: z.ZodObject<{
333
334
  detal_id?: number | null | undefined;
334
335
  rack_id?: number | null | undefined;
335
336
  product_id?: number | null | undefined;
336
- tech_process_id?: number | null | undefined;
337
337
  shipment_id?: number | null | undefined;
338
338
  ass_id?: number | null | undefined;
339
339
  assembly_kit_id?: number | null | undefined;
@@ -376,13 +376,13 @@ export declare const MovingSchema: z.ZodObject<{
376
376
  description: string | null;
377
377
  name: string;
378
378
  attention: boolean;
379
- in_kit: number;
379
+ materialList: import("../..").EntityCommonSpecificationArray;
380
380
  quantity: number;
381
- min_remaining: number;
382
381
  shipments_kolvo: number;
383
- deficit: number;
384
- materialList: import("../..").EntityCommonSpecificationArray;
382
+ min_remaining: number;
383
+ responsibleId: number | null;
385
384
  production_ordered: number;
385
+ deficit: number;
386
386
  articl: string | null;
387
387
  ava_path: string | null;
388
388
  parametrs: import("../..").CbedVariableField[];
@@ -390,8 +390,8 @@ export declare const MovingSchema: z.ZodObject<{
390
390
  listPokDet: import("../..").EntityCommonSpecificationArray;
391
391
  listDetal: import("../..").EntityCommonSpecificationArray;
392
392
  listCbed: import("../..").EntityCommonSpecificationArray;
393
+ in_kit: number;
393
394
  is_custom: boolean;
394
- responsibleId: number | null;
395
395
  id?: number | null | undefined;
396
396
  discontinued?: boolean | undefined;
397
397
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -401,23 +401,23 @@ export declare const MovingSchema: z.ZodObject<{
401
401
  description: string | null;
402
402
  name: string;
403
403
  materialList: import("../..").EntityCommonSpecificationArray;
404
+ responsibleId: number | null;
404
405
  articl: string | null;
405
406
  ava_path: string | null;
406
407
  listPokDet: import("../..").EntityCommonSpecificationArray;
407
408
  listDetal: import("../..").EntityCommonSpecificationArray;
408
409
  listCbed: import("../..").EntityCommonSpecificationArray;
409
- responsibleId: number | null;
410
410
  ban?: boolean | undefined;
411
411
  id?: number | null | undefined;
412
412
  attention?: boolean | undefined;
413
- in_kit?: number | undefined;
414
413
  quantity?: number | undefined;
415
- min_remaining?: number | undefined;
416
414
  shipments_kolvo?: number | undefined;
417
- deficit?: number | undefined;
415
+ min_remaining?: number | undefined;
418
416
  production_ordered?: number | undefined;
417
+ deficit?: number | undefined;
419
418
  parametrs?: import("../..").CbedVariableField[] | undefined;
420
419
  characteristic?: import("../..").CbedVariableField[] | undefined;
420
+ in_kit?: number | undefined;
421
421
  is_custom?: boolean | undefined;
422
422
  discontinued?: boolean | undefined;
423
423
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -524,6 +524,7 @@ export declare const MovingSchema: z.ZodObject<{
524
524
  provider_id?: number | null | undefined;
525
525
  inventary_id?: number | null | undefined;
526
526
  responsible_id?: number | null | undefined;
527
+ tech_process_id?: number | null | undefined;
527
528
  equipment_id?: number | null | undefined;
528
529
  movement_object_id?: number | null | undefined;
529
530
  deliveries_id?: number | null | undefined;
@@ -535,7 +536,6 @@ export declare const MovingSchema: z.ZodObject<{
535
536
  detal_id?: number | null | undefined;
536
537
  rack_id?: number | null | undefined;
537
538
  product_id?: number | null | undefined;
538
- tech_process_id?: number | null | undefined;
539
539
  shipment_id?: number | null | undefined;
540
540
  ass_id?: number | null | undefined;
541
541
  assembly_kit_id?: number | null | undefined;
@@ -559,13 +559,13 @@ export declare const MovingSchema: z.ZodObject<{
559
559
  description: string | null;
560
560
  name: string;
561
561
  attention: boolean;
562
- in_kit: number;
562
+ materialList: import("../..").EntityCommonSpecificationArray;
563
563
  quantity: number;
564
- min_remaining: number;
565
564
  shipments_kolvo: number;
566
- deficit: number;
567
- materialList: import("../..").EntityCommonSpecificationArray;
565
+ min_remaining: number;
566
+ responsibleId: number | null;
568
567
  production_ordered: number;
568
+ deficit: number;
569
569
  articl: string | null;
570
570
  ava_path: string | null;
571
571
  parametrs: import("../..").CbedVariableField[];
@@ -573,8 +573,8 @@ export declare const MovingSchema: z.ZodObject<{
573
573
  listPokDet: import("../..").EntityCommonSpecificationArray;
574
574
  listDetal: import("../..").EntityCommonSpecificationArray;
575
575
  listCbed: import("../..").EntityCommonSpecificationArray;
576
+ in_kit: number;
576
577
  is_custom: boolean;
577
- responsibleId: number | null;
578
578
  id?: number | null | undefined;
579
579
  discontinued?: boolean | undefined;
580
580
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -600,22 +600,22 @@ export declare const MovingSchema: z.ZodObject<{
600
600
  name: string;
601
601
  assemble_id: number | null;
602
602
  attention: boolean;
603
- in_kit: number;
603
+ materialList: import("../..").EntityCommonSpecificationArray | null;
604
604
  quantity: number;
605
- min_remaining: number;
606
605
  shipments_kolvo: number;
607
- deficit: number;
608
- deficit_by_sclad: number;
609
- materialList: import("../..").EntityCommonSpecificationArray | null;
606
+ min_remaining: number;
607
+ responsibleId: number | null;
610
608
  production_ordered: number;
609
+ deficit: number;
611
610
  ava_path: string | null;
612
611
  parametrs: import("../..").CbedParametrsField | null;
613
612
  characteristic: import("../..").CbedCharacteristicField | null;
614
613
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
615
614
  listDetal: import("../..").EntityCommonSpecificationArray | null;
616
615
  listCbed: import("../..").EntityCommonSpecificationArray | null;
617
- responsibleId: number | null;
616
+ in_kit: number;
618
617
  remainder_after_coming: number;
618
+ deficit_by_sclad: number;
619
619
  discontinued?: boolean | undefined;
620
620
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
621
621
  production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
@@ -626,13 +626,13 @@ export declare const MovingSchema: z.ZodObject<{
626
626
  description: string | null;
627
627
  name: string;
628
628
  attention: boolean;
629
- in_kit: number;
629
+ materialList: import("../..").EntityCommonSpecificationArray;
630
630
  quantity: number;
631
- min_remaining: number;
632
631
  shipments_kolvo: number;
633
- deficit: number;
634
- materialList: import("../..").EntityCommonSpecificationArray;
632
+ min_remaining: number;
633
+ responsibleId: number | null;
635
634
  production_ordered: number;
635
+ deficit: number;
636
636
  articl: string | null;
637
637
  ava_path: string | null;
638
638
  parametrs: import("../..").CbedVariableField[];
@@ -640,8 +640,8 @@ export declare const MovingSchema: z.ZodObject<{
640
640
  listPokDet: import("../..").EntityCommonSpecificationArray;
641
641
  listDetal: import("../..").EntityCommonSpecificationArray;
642
642
  listCbed: import("../..").EntityCommonSpecificationArray;
643
+ in_kit: number;
643
644
  is_custom: boolean;
644
- responsibleId: number | null;
645
645
  id?: number | null | undefined;
646
646
  discontinued?: boolean | undefined;
647
647
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -705,6 +705,7 @@ export declare const MovingSchema: z.ZodObject<{
705
705
  provider_id?: number | null | undefined;
706
706
  inventary_id?: number | null | undefined;
707
707
  responsible_id?: number | null | undefined;
708
+ tech_process_id?: number | null | undefined;
708
709
  equipment_id?: number | null | undefined;
709
710
  movement_object_id?: number | null | undefined;
710
711
  deliveries_id?: number | null | undefined;
@@ -716,7 +717,6 @@ export declare const MovingSchema: z.ZodObject<{
716
717
  detal_id?: number | null | undefined;
717
718
  rack_id?: number | null | undefined;
718
719
  product_id?: number | null | undefined;
719
- tech_process_id?: number | null | undefined;
720
720
  shipment_id?: number | null | undefined;
721
721
  ass_id?: number | null | undefined;
722
722
  assembly_kit_id?: number | null | undefined;
@@ -732,23 +732,23 @@ export declare const MovingSchema: z.ZodObject<{
732
732
  description: string | null;
733
733
  name: string;
734
734
  materialList: import("../..").EntityCommonSpecificationArray;
735
+ responsibleId: number | null;
735
736
  articl: string | null;
736
737
  ava_path: string | null;
737
738
  listPokDet: import("../..").EntityCommonSpecificationArray;
738
739
  listDetal: import("../..").EntityCommonSpecificationArray;
739
740
  listCbed: import("../..").EntityCommonSpecificationArray;
740
- responsibleId: number | null;
741
741
  ban?: boolean | undefined;
742
742
  id?: number | null | undefined;
743
743
  attention?: boolean | undefined;
744
- in_kit?: number | undefined;
745
744
  quantity?: number | undefined;
746
- min_remaining?: number | undefined;
747
745
  shipments_kolvo?: number | undefined;
748
- deficit?: number | undefined;
746
+ min_remaining?: number | undefined;
749
747
  production_ordered?: number | undefined;
748
+ deficit?: number | undefined;
750
749
  parametrs?: import("../..").CbedVariableField[] | undefined;
751
750
  characteristic?: import("../..").CbedVariableField[] | undefined;
751
+ in_kit?: number | undefined;
752
752
  is_custom?: boolean | undefined;
753
753
  discontinued?: boolean | undefined;
754
754
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -771,50 +771,50 @@ export declare const MovingSchema: z.ZodObject<{
771
771
  name: string;
772
772
  assemble_id: number | null;
773
773
  materialList: import("../..").EntityCommonSpecificationArray | null;
774
+ responsibleId: number | null;
774
775
  ava_path: string | null;
775
776
  parametrs: import("../..").CbedParametrsField | null;
776
777
  characteristic: import("../..").CbedCharacteristicField | null;
777
778
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
778
779
  listDetal: import("../..").EntityCommonSpecificationArray | null;
779
780
  listCbed: import("../..").EntityCommonSpecificationArray | null;
780
- responsibleId: number | null;
781
781
  ban?: boolean | undefined;
782
782
  cbed?: import("../..").CbedRelativeType[] | undefined;
783
783
  attention?: boolean | undefined;
784
- in_kit?: number | undefined;
785
784
  quantity?: number | undefined;
786
- min_remaining?: number | undefined;
787
785
  shipments_kolvo?: number | undefined;
788
- deficit?: number | undefined;
789
- deficit_by_sclad?: number | undefined;
786
+ min_remaining?: number | undefined;
790
787
  production_ordered?: number | undefined;
788
+ deficit?: number | undefined;
789
+ in_kit?: number | undefined;
791
790
  discontinued?: boolean | undefined;
792
791
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
793
792
  production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
794
793
  remainder_after_coming?: number | undefined;
794
+ deficit_by_sclad?: number | undefined;
795
795
  }[];
796
796
  responsibleForProduct: {
797
797
  designation: string | null;
798
798
  description: string | null;
799
799
  name: string;
800
800
  materialList: import("../..").EntityCommonSpecificationArray;
801
+ responsibleId: number | null;
801
802
  articl: string | null;
802
803
  ava_path: string | null;
803
804
  listPokDet: import("../..").EntityCommonSpecificationArray;
804
805
  listDetal: import("../..").EntityCommonSpecificationArray;
805
806
  listCbed: import("../..").EntityCommonSpecificationArray;
806
- responsibleId: number | null;
807
807
  ban?: boolean | undefined;
808
808
  id?: number | null | undefined;
809
809
  attention?: boolean | undefined;
810
- in_kit?: number | undefined;
811
810
  quantity?: number | undefined;
812
- min_remaining?: number | undefined;
813
811
  shipments_kolvo?: number | undefined;
814
- deficit?: number | undefined;
812
+ min_remaining?: number | undefined;
815
813
  production_ordered?: number | undefined;
814
+ deficit?: number | undefined;
816
815
  parametrs?: import("../..").CbedVariableField[] | undefined;
817
816
  characteristic?: import("../..").CbedVariableField[] | undefined;
817
+ in_kit?: number | undefined;
818
818
  is_custom?: boolean | undefined;
819
819
  discontinued?: boolean | undefined;
820
820
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -947,6 +947,7 @@ export declare const MovingSchema: z.ZodObject<{
947
947
  provider_id?: number | null | undefined;
948
948
  inventary_id?: number | null | undefined;
949
949
  responsible_id?: number | null | undefined;
950
+ tech_process_id?: number | null | undefined;
950
951
  equipment_id?: number | null | undefined;
951
952
  movement_object_id?: number | null | undefined;
952
953
  deliveries_id?: number | null | undefined;
@@ -958,7 +959,6 @@ export declare const MovingSchema: z.ZodObject<{
958
959
  detal_id?: number | null | undefined;
959
960
  rack_id?: number | null | undefined;
960
961
  product_id?: number | null | undefined;
961
- tech_process_id?: number | null | undefined;
962
962
  shipment_id?: number | null | undefined;
963
963
  ass_id?: number | null | undefined;
964
964
  assembly_kit_id?: number | null | undefined;
@@ -982,13 +982,13 @@ export declare const MovingSchema: z.ZodObject<{
982
982
  description: string | null;
983
983
  name: string;
984
984
  attention: boolean;
985
- in_kit: number;
985
+ materialList: import("../..").EntityCommonSpecificationArray;
986
986
  quantity: number;
987
- min_remaining: number;
988
987
  shipments_kolvo: number;
989
- deficit: number;
990
- materialList: import("../..").EntityCommonSpecificationArray;
988
+ min_remaining: number;
989
+ responsibleId: number | null;
991
990
  production_ordered: number;
991
+ deficit: number;
992
992
  articl: string | null;
993
993
  ava_path: string | null;
994
994
  parametrs: import("../..").CbedVariableField[];
@@ -996,8 +996,8 @@ export declare const MovingSchema: z.ZodObject<{
996
996
  listPokDet: import("../..").EntityCommonSpecificationArray;
997
997
  listDetal: import("../..").EntityCommonSpecificationArray;
998
998
  listCbed: import("../..").EntityCommonSpecificationArray;
999
+ in_kit: number;
999
1000
  is_custom: boolean;
1000
- responsibleId: number | null;
1001
1001
  id?: number | null | undefined;
1002
1002
  discontinued?: boolean | undefined;
1003
1003
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -1023,22 +1023,22 @@ export declare const MovingSchema: z.ZodObject<{
1023
1023
  name: string;
1024
1024
  assemble_id: number | null;
1025
1025
  attention: boolean;
1026
- in_kit: number;
1026
+ materialList: import("../..").EntityCommonSpecificationArray | null;
1027
1027
  quantity: number;
1028
- min_remaining: number;
1029
1028
  shipments_kolvo: number;
1030
- deficit: number;
1031
- deficit_by_sclad: number;
1032
- materialList: import("../..").EntityCommonSpecificationArray | null;
1029
+ min_remaining: number;
1030
+ responsibleId: number | null;
1033
1031
  production_ordered: number;
1032
+ deficit: number;
1034
1033
  ava_path: string | null;
1035
1034
  parametrs: import("../..").CbedParametrsField | null;
1036
1035
  characteristic: import("../..").CbedCharacteristicField | null;
1037
1036
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
1038
1037
  listDetal: import("../..").EntityCommonSpecificationArray | null;
1039
1038
  listCbed: import("../..").EntityCommonSpecificationArray | null;
1040
- responsibleId: number | null;
1039
+ in_kit: number;
1041
1040
  remainder_after_coming: number;
1041
+ deficit_by_sclad: number;
1042
1042
  discontinued?: boolean | undefined;
1043
1043
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1044
1044
  production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
@@ -1049,13 +1049,13 @@ export declare const MovingSchema: z.ZodObject<{
1049
1049
  description: string | null;
1050
1050
  name: string;
1051
1051
  attention: boolean;
1052
- in_kit: number;
1052
+ materialList: import("../..").EntityCommonSpecificationArray;
1053
1053
  quantity: number;
1054
- min_remaining: number;
1055
1054
  shipments_kolvo: number;
1056
- deficit: number;
1057
- materialList: import("../..").EntityCommonSpecificationArray;
1055
+ min_remaining: number;
1056
+ responsibleId: number | null;
1058
1057
  production_ordered: number;
1058
+ deficit: number;
1059
1059
  articl: string | null;
1060
1060
  ava_path: string | null;
1061
1061
  parametrs: import("../..").CbedVariableField[];
@@ -1063,8 +1063,8 @@ export declare const MovingSchema: z.ZodObject<{
1063
1063
  listPokDet: import("../..").EntityCommonSpecificationArray;
1064
1064
  listDetal: import("../..").EntityCommonSpecificationArray;
1065
1065
  listCbed: import("../..").EntityCommonSpecificationArray;
1066
+ in_kit: number;
1066
1067
  is_custom: boolean;
1067
- responsibleId: number | null;
1068
1068
  id?: number | null | undefined;
1069
1069
  discontinued?: boolean | undefined;
1070
1070
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -1151,6 +1151,7 @@ export declare const MovingSchema: z.ZodObject<{
1151
1151
  provider_id?: number | null | undefined;
1152
1152
  inventary_id?: number | null | undefined;
1153
1153
  responsible_id?: number | null | undefined;
1154
+ tech_process_id?: number | null | undefined;
1154
1155
  equipment_id?: number | null | undefined;
1155
1156
  movement_object_id?: number | null | undefined;
1156
1157
  deliveries_id?: number | null | undefined;
@@ -1162,7 +1163,6 @@ export declare const MovingSchema: z.ZodObject<{
1162
1163
  detal_id?: number | null | undefined;
1163
1164
  rack_id?: number | null | undefined;
1164
1165
  product_id?: number | null | undefined;
1165
- tech_process_id?: number | null | undefined;
1166
1166
  shipment_id?: number | null | undefined;
1167
1167
  ass_id?: number | null | undefined;
1168
1168
  assembly_kit_id?: number | null | undefined;
@@ -1178,23 +1178,23 @@ export declare const MovingSchema: z.ZodObject<{
1178
1178
  description: string | null;
1179
1179
  name: string;
1180
1180
  materialList: import("../..").EntityCommonSpecificationArray;
1181
+ responsibleId: number | null;
1181
1182
  articl: string | null;
1182
1183
  ava_path: string | null;
1183
1184
  listPokDet: import("../..").EntityCommonSpecificationArray;
1184
1185
  listDetal: import("../..").EntityCommonSpecificationArray;
1185
1186
  listCbed: import("../..").EntityCommonSpecificationArray;
1186
- responsibleId: number | null;
1187
1187
  ban?: boolean | undefined;
1188
1188
  id?: number | null | undefined;
1189
1189
  attention?: boolean | undefined;
1190
- in_kit?: number | undefined;
1191
1190
  quantity?: number | undefined;
1192
- min_remaining?: number | undefined;
1193
1191
  shipments_kolvo?: number | undefined;
1194
- deficit?: number | undefined;
1192
+ min_remaining?: number | undefined;
1195
1193
  production_ordered?: number | undefined;
1194
+ deficit?: number | undefined;
1196
1195
  parametrs?: import("../..").CbedVariableField[] | undefined;
1197
1196
  characteristic?: import("../..").CbedVariableField[] | undefined;
1197
+ in_kit?: number | undefined;
1198
1198
  is_custom?: boolean | undefined;
1199
1199
  discontinued?: boolean | undefined;
1200
1200
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -1217,50 +1217,50 @@ export declare const MovingSchema: z.ZodObject<{
1217
1217
  name: string;
1218
1218
  assemble_id: number | null;
1219
1219
  materialList: import("../..").EntityCommonSpecificationArray | null;
1220
+ responsibleId: number | null;
1220
1221
  ava_path: string | null;
1221
1222
  parametrs: import("../..").CbedParametrsField | null;
1222
1223
  characteristic: import("../..").CbedCharacteristicField | null;
1223
1224
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
1224
1225
  listDetal: import("../..").EntityCommonSpecificationArray | null;
1225
1226
  listCbed: import("../..").EntityCommonSpecificationArray | null;
1226
- responsibleId: number | null;
1227
1227
  ban?: boolean | undefined;
1228
1228
  cbed?: import("../..").CbedRelativeType[] | undefined;
1229
1229
  attention?: boolean | undefined;
1230
- in_kit?: number | undefined;
1231
1230
  quantity?: number | undefined;
1232
- min_remaining?: number | undefined;
1233
1231
  shipments_kolvo?: number | undefined;
1234
- deficit?: number | undefined;
1235
- deficit_by_sclad?: number | undefined;
1232
+ min_remaining?: number | undefined;
1236
1233
  production_ordered?: number | undefined;
1234
+ deficit?: number | undefined;
1235
+ in_kit?: number | undefined;
1237
1236
  discontinued?: boolean | undefined;
1238
1237
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1239
1238
  production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1240
1239
  remainder_after_coming?: number | undefined;
1240
+ deficit_by_sclad?: number | undefined;
1241
1241
  }[];
1242
1242
  responsibleForProduct: {
1243
1243
  designation: string | null;
1244
1244
  description: string | null;
1245
1245
  name: string;
1246
1246
  materialList: import("../..").EntityCommonSpecificationArray;
1247
+ responsibleId: number | null;
1247
1248
  articl: string | null;
1248
1249
  ava_path: string | null;
1249
1250
  listPokDet: import("../..").EntityCommonSpecificationArray;
1250
1251
  listDetal: import("../..").EntityCommonSpecificationArray;
1251
1252
  listCbed: import("../..").EntityCommonSpecificationArray;
1252
- responsibleId: number | null;
1253
1253
  ban?: boolean | undefined;
1254
1254
  id?: number | null | undefined;
1255
1255
  attention?: boolean | undefined;
1256
- in_kit?: number | undefined;
1257
1256
  quantity?: number | undefined;
1258
- min_remaining?: number | undefined;
1259
1257
  shipments_kolvo?: number | undefined;
1260
- deficit?: number | undefined;
1258
+ min_remaining?: number | undefined;
1261
1259
  production_ordered?: number | undefined;
1260
+ deficit?: number | undefined;
1262
1261
  parametrs?: import("../..").CbedVariableField[] | undefined;
1263
1262
  characteristic?: import("../..").CbedVariableField[] | undefined;
1263
+ in_kit?: number | undefined;
1264
1264
  is_custom?: boolean | undefined;
1265
1265
  discontinued?: boolean | undefined;
1266
1266
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
@@ -114,9 +114,9 @@ export declare const OperationSchema: z.ZodObject<{
114
114
  instrumentMerID: number | null;
115
115
  instrumentOsnID: number | null;
116
116
  eqID: number | null;
117
- tech_process_id: number;
118
117
  idx: number;
119
118
  tOperationId: number | null;
119
+ tech_process_id: number;
120
120
  id?: number | undefined;
121
121
  marks?: {
122
122
  status: import("../../marks").MarkStatusEnums;