@pksep/zod-shared 0.0.506 → 0.0.507
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.
- package/dist/assemble/dto/create-assemble-kit.dto.d.ts +2 -2
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +2 -2
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +7 -7
- package/dist/assemble/schemas/assemble.schema.d.ts +1 -1
- package/dist/cbed/dto/up-create-cbed.dto.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +20 -14
- package/dist/cbed/schemas/cbed.schema.js +2 -0
- package/dist/detal/dto/update-detal.dto.d.ts +2 -2
- package/dist/detal/schemas/detal-deficit.schema.d.ts +85 -277
- package/dist/detal/schemas/detal.schema.d.ts +92 -283
- package/dist/detal/schemas/detal.schema.js +2 -0
- package/dist/equipment/dto/create-equipment.dto.js +1 -1
- package/dist/equipment/dto/update-equipment.dto.js +1 -9
- package/dist/material/schemas/material.schema.d.ts +2 -2
- package/dist/moving/schemas/moving.schema.d.ts +125 -111
- package/dist/operations/dto/update-create-operation.dto.d.ts +3 -0
- package/dist/operations/dto/update-create-operation.dto.js +1 -0
- package/dist/product/dto/up-create-product.dto.d.ts +5 -5
- package/dist/product/schemas/product-deficit.schema.d.ts +12 -12
- package/dist/product/schemas/product.schema.d.ts +12 -12
- package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.d.ts +2 -2
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +18 -0
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +7 -0
- package/dist/production-tasks/dto/get-production-task-by-operation.dto.d.ts +21 -0
- package/dist/production-tasks/dto/get-production-task-by-operation.dto.js +8 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +18 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.js +8 -1
- package/dist/production-tasks/dto/get-taks-by-toperation.dto.d.ts +3 -0
- package/dist/production-tasks/dto/get-taks-by-toperation.dto.js +4 -0
- package/dist/production-tasks/dto/plan-production-task.dto.d.ts +6 -0
- package/dist/production-tasks/dto/plan-production-task.dto.js +2 -0
- package/dist/production-tasks/dto/set-start-time-detal.dto.d.ts +3 -3
- package/dist/production-tasks/dto/set-start-time-detal.dto.js +1 -1
- package/dist/production-tasks/interfaces/production-tasks.d.ts +96 -1
- package/dist/production-tasks/methods/methods.d.ts +2 -0
- package/dist/production-tasks/methods/methods.js +36 -4
- package/dist/production-tasks/schemas/operation-positions.schema.d.ts +3 -0
- package/dist/production-tasks/schemas/operation-positions.schema.js +1 -0
- package/dist/production-tasks/schemas/production-taks-start-time-detal.schema.d.ts +3 -3
- package/dist/production-tasks/schemas/production-taks-start-time-detal.schema.js +1 -1
- package/dist/role/schemas/role.schema.d.ts +125 -111
- package/dist/sclad/schemas/remains.schema.d.ts +4 -4
- package/dist/specification/schema/attributes.schema.d.ts +184 -462
- package/dist/tech-process/index.d.ts +1 -0
- package/dist/tech-process/index.js +1 -0
- package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +306 -0
- package/dist/tech-process/schemas/tech-process-with-options.schema.js +8 -0
- package/dist/tech-process/schemas/tech-process.schema.d.ts +8 -1
- package/dist/user/schemas/user.schema.d.ts +84 -74
- package/dist/utils/methods.d.ts +1 -1
- package/dist/utils/methods.js +2 -4
- package/dist/utils/operation.d.ts +1 -0
- package/dist/utils/operation.js +8 -1
- package/package.json +1 -1
|
@@ -454,10 +454,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
454
454
|
delivery_ordered: number;
|
|
455
455
|
deliveryTime: number;
|
|
456
456
|
min_remaining: number;
|
|
457
|
-
shipments_deficit: number;
|
|
458
457
|
deficit: number;
|
|
459
|
-
|
|
458
|
+
shipments_deficit: number;
|
|
460
459
|
deficit_by_sclad: number;
|
|
460
|
+
in_kit: number;
|
|
461
461
|
units_measurement: import("../..").IUnitsMeasurement[];
|
|
462
462
|
actual_shipment_id: number | null;
|
|
463
463
|
typeMaterial: {
|
|
@@ -621,112 +621,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
621
621
|
mat_zag: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
622
622
|
mat_za_obj: z.ZodOptional<z.ZodType<import("../..").ModelMaterial, z.ZodTypeDef, import("../..").ModelMaterial>>;
|
|
623
623
|
mat_zag_zam: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
624
|
-
techProcesses: z.ZodOptional<z.ZodType<
|
|
625
|
-
ban: boolean;
|
|
626
|
-
description: string;
|
|
627
|
-
id?: number | null | undefined;
|
|
628
|
-
name?: number | undefined;
|
|
629
|
-
detalId?: number | null | undefined;
|
|
630
|
-
cbedId?: number | null | undefined;
|
|
631
|
-
productId?: number | null | undefined;
|
|
632
|
-
operations?: {
|
|
633
|
-
ban: boolean;
|
|
634
|
-
description: string;
|
|
635
|
-
name: number;
|
|
636
|
-
full_name: string;
|
|
637
|
-
preTime: number;
|
|
638
|
-
helperTime: number;
|
|
639
|
-
mainTime: number;
|
|
640
|
-
generalCountTime: string;
|
|
641
|
-
instrumentList: string;
|
|
642
|
-
instrumentMerList: string;
|
|
643
|
-
instrumentOsnList: string;
|
|
644
|
-
eqList: string;
|
|
645
|
-
instrumentID: number | null;
|
|
646
|
-
instrumentMerID: number | null;
|
|
647
|
-
instrumentOsnID: number | null;
|
|
648
|
-
eqID: number | null;
|
|
649
|
-
idx: number;
|
|
650
|
-
tOperationId: number | null;
|
|
651
|
-
tech_process_id: number;
|
|
652
|
-
id?: number | undefined;
|
|
653
|
-
marks?: {
|
|
654
|
-
status: import("../..").MarkStatusEnums;
|
|
655
|
-
ban: boolean;
|
|
656
|
-
id: number;
|
|
657
|
-
date_build: string;
|
|
658
|
-
kol: number;
|
|
659
|
-
user_id: number;
|
|
660
|
-
oper_id: number;
|
|
661
|
-
assemble_id: number;
|
|
662
|
-
metaloworking_id: number;
|
|
663
|
-
brak: boolean;
|
|
664
|
-
execution_time: number;
|
|
665
|
-
production_task_id: number | null;
|
|
666
|
-
quantity_shipped: number;
|
|
667
|
-
description?: string | undefined;
|
|
668
|
-
assemble_kit_id?: number | null | undefined;
|
|
669
|
-
operation_execution_time?: {
|
|
670
|
-
preTime: number;
|
|
671
|
-
helperTime: number;
|
|
672
|
-
mainTime: number;
|
|
673
|
-
} | undefined;
|
|
674
|
-
}[] | undefined;
|
|
675
|
-
}[] | undefined;
|
|
676
|
-
}, z.ZodTypeDef, {
|
|
677
|
-
ban: boolean;
|
|
678
|
-
description: string;
|
|
679
|
-
id?: number | null | undefined;
|
|
680
|
-
name?: number | undefined;
|
|
681
|
-
detalId?: number | null | undefined;
|
|
682
|
-
cbedId?: number | null | undefined;
|
|
683
|
-
productId?: number | null | undefined;
|
|
684
|
-
operations?: {
|
|
685
|
-
ban: boolean;
|
|
686
|
-
description: string;
|
|
687
|
-
name: number;
|
|
688
|
-
full_name: string;
|
|
689
|
-
preTime: number;
|
|
690
|
-
helperTime: number;
|
|
691
|
-
mainTime: number;
|
|
692
|
-
generalCountTime: string;
|
|
693
|
-
instrumentList: string;
|
|
694
|
-
instrumentMerList: string;
|
|
695
|
-
instrumentOsnList: string;
|
|
696
|
-
eqList: string;
|
|
697
|
-
instrumentID: number | null;
|
|
698
|
-
instrumentMerID: number | null;
|
|
699
|
-
instrumentOsnID: number | null;
|
|
700
|
-
eqID: number | null;
|
|
701
|
-
idx: number;
|
|
702
|
-
tOperationId: number | null;
|
|
703
|
-
tech_process_id: number;
|
|
704
|
-
id?: number | undefined;
|
|
705
|
-
marks?: {
|
|
706
|
-
status: import("../..").MarkStatusEnums;
|
|
707
|
-
ban: boolean;
|
|
708
|
-
id: number;
|
|
709
|
-
date_build: string;
|
|
710
|
-
kol: number;
|
|
711
|
-
user_id: number;
|
|
712
|
-
oper_id: number;
|
|
713
|
-
assemble_id: number;
|
|
714
|
-
metaloworking_id: number;
|
|
715
|
-
brak: boolean;
|
|
716
|
-
execution_time: number;
|
|
717
|
-
production_task_id: number | null;
|
|
718
|
-
quantity_shipped: number;
|
|
719
|
-
description?: string | undefined;
|
|
720
|
-
assemble_kit_id?: number | null | undefined;
|
|
721
|
-
operation_execution_time?: {
|
|
722
|
-
preTime: number;
|
|
723
|
-
helperTime: number;
|
|
724
|
-
mainTime: number;
|
|
725
|
-
} | undefined;
|
|
726
|
-
}[] | undefined;
|
|
727
|
-
}[] | undefined;
|
|
728
|
-
}>>;
|
|
624
|
+
techProcesses: z.ZodOptional<z.ZodType<import("../..").ModelTechProcess, z.ZodTypeDef, import("../..").ModelTechProcess>>;
|
|
729
625
|
responsibleId: z.ZodNumber;
|
|
626
|
+
task_relative_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
627
|
+
task_relative_type: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").IzdType>>>;
|
|
730
628
|
actual_shipment_id: z.ZodNullable<z.ZodNumber>;
|
|
731
629
|
cbed: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
732
630
|
id: z.ZodNumber;
|
|
@@ -734,6 +632,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
734
632
|
ban: z.ZodDefault<z.ZodBoolean>;
|
|
735
633
|
min_remaining: z.ZodDefault<z.ZodNumber>;
|
|
736
634
|
remainder_after_coming: z.ZodDefault<z.ZodNumber>;
|
|
635
|
+
task_relative_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
636
|
+
task_relative_type: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").IzdType>>>;
|
|
737
637
|
quantity: z.ZodDefault<z.ZodNumber>;
|
|
738
638
|
deficit: z.ZodDefault<z.ZodNumber>;
|
|
739
639
|
shipments_kolvo: z.ZodDefault<z.ZodNumber>;
|
|
@@ -771,21 +671,23 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
771
671
|
shipments_kolvo: number;
|
|
772
672
|
min_remaining: number;
|
|
773
673
|
responsibleId: number | null;
|
|
774
|
-
|
|
775
|
-
shipments_deficit: number;
|
|
674
|
+
remainder_after_coming: number;
|
|
776
675
|
deficit: number;
|
|
676
|
+
shipments_deficit: number;
|
|
677
|
+
production_ordered: number;
|
|
678
|
+
deficit_by_sclad: number;
|
|
777
679
|
ava_path: string | null;
|
|
778
680
|
parametrs: import("../..").CbedParametrsField | null;
|
|
779
681
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
682
|
+
in_kit: number;
|
|
780
683
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
781
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
782
684
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
685
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
686
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
687
|
+
task_relative_id?: number | null | undefined;
|
|
688
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
786
689
|
discontinued?: boolean | undefined;
|
|
787
690
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
788
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
789
691
|
}, {
|
|
790
692
|
designation: string | null;
|
|
791
693
|
description: string | null;
|
|
@@ -798,23 +700,25 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
798
700
|
parametrs: import("../..").CbedParametrsField | null;
|
|
799
701
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
800
702
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
801
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
802
703
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
704
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
803
705
|
ban?: boolean | undefined;
|
|
804
706
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
805
707
|
attention?: boolean | undefined;
|
|
806
708
|
quantity?: number | undefined;
|
|
807
709
|
shipments_kolvo?: number | undefined;
|
|
808
710
|
min_remaining?: number | undefined;
|
|
809
|
-
|
|
810
|
-
shipments_deficit?: number | undefined;
|
|
711
|
+
remainder_after_coming?: number | undefined;
|
|
811
712
|
deficit?: number | undefined;
|
|
713
|
+
shipments_deficit?: number | undefined;
|
|
714
|
+
production_ordered?: number | undefined;
|
|
715
|
+
deficit_by_sclad?: number | undefined;
|
|
716
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
812
717
|
in_kit?: number | undefined;
|
|
718
|
+
task_relative_id?: number | null | undefined;
|
|
719
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
813
720
|
discontinued?: boolean | undefined;
|
|
814
721
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
815
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
816
|
-
remainder_after_coming?: number | undefined;
|
|
817
|
-
deficit_by_sclad?: number | undefined;
|
|
818
722
|
}>, "many">>;
|
|
819
723
|
products: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
820
724
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -854,49 +758,49 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
854
758
|
shipments_kolvo: number;
|
|
855
759
|
min_remaining: number;
|
|
856
760
|
responsibleId: number | null;
|
|
857
|
-
production_ordered: number;
|
|
858
|
-
shipments_deficit: number;
|
|
859
761
|
deficit: number;
|
|
860
|
-
|
|
762
|
+
shipments_deficit: number;
|
|
763
|
+
production_ordered: number;
|
|
861
764
|
ava_path: string | null;
|
|
862
765
|
parametrs: import("../..").CbedVariableField[];
|
|
863
766
|
characteristic: import("../..").CbedVariableField[];
|
|
767
|
+
in_kit: number;
|
|
864
768
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
865
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
866
769
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
867
|
-
|
|
770
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
771
|
+
articl: string | null;
|
|
868
772
|
is_custom: boolean;
|
|
869
773
|
id?: number | null | undefined;
|
|
774
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
870
775
|
discontinued?: boolean | undefined;
|
|
871
776
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
872
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
873
777
|
}, {
|
|
874
778
|
designation: string | null;
|
|
875
779
|
description: string | null;
|
|
876
780
|
name: string;
|
|
877
781
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
878
782
|
responsibleId: number | null;
|
|
879
|
-
articl: string | null;
|
|
880
783
|
ava_path: string | null;
|
|
881
784
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
882
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
883
785
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
786
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
787
|
+
articl: string | null;
|
|
884
788
|
ban?: boolean | undefined;
|
|
885
789
|
id?: number | null | undefined;
|
|
886
790
|
attention?: boolean | undefined;
|
|
887
791
|
quantity?: number | undefined;
|
|
888
792
|
shipments_kolvo?: number | undefined;
|
|
889
793
|
min_remaining?: number | undefined;
|
|
890
|
-
production_ordered?: number | undefined;
|
|
891
|
-
shipments_deficit?: number | undefined;
|
|
892
794
|
deficit?: number | undefined;
|
|
795
|
+
shipments_deficit?: number | undefined;
|
|
796
|
+
production_ordered?: number | undefined;
|
|
797
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
893
798
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
894
799
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
895
800
|
in_kit?: number | undefined;
|
|
896
|
-
is_custom?: boolean | undefined;
|
|
897
801
|
discontinued?: boolean | undefined;
|
|
898
802
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
899
|
-
|
|
803
|
+
is_custom?: boolean | undefined;
|
|
900
804
|
}>, "many">>;
|
|
901
805
|
metaloworking: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
902
806
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1256,15 +1160,15 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1256
1160
|
shipments_kolvo: number;
|
|
1257
1161
|
min_remaining: number;
|
|
1258
1162
|
responsibleId: number;
|
|
1259
|
-
|
|
1260
|
-
shipments_deficit: number;
|
|
1163
|
+
remainder_after_coming: number;
|
|
1261
1164
|
deficit: number;
|
|
1165
|
+
shipments_deficit: number;
|
|
1166
|
+
production_ordered: number;
|
|
1167
|
+
deficit_by_sclad: number;
|
|
1262
1168
|
parametrs: import("..").detalParametrsField | null;
|
|
1263
1169
|
characteristic: import("..").detalCharacteristicField | null;
|
|
1264
|
-
in_kit: number;
|
|
1265
|
-
remainder_after_coming: number;
|
|
1266
|
-
deficit_by_sclad: number;
|
|
1267
1170
|
workpiece_characterization: import("../..").DetalWorkpieceCharacteristics | null;
|
|
1171
|
+
in_kit: number;
|
|
1268
1172
|
actual_shipment_id: number | null;
|
|
1269
1173
|
myQuantity: number;
|
|
1270
1174
|
cbed?: {
|
|
@@ -1281,21 +1185,23 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1281
1185
|
shipments_kolvo: number;
|
|
1282
1186
|
min_remaining: number;
|
|
1283
1187
|
responsibleId: number | null;
|
|
1284
|
-
|
|
1285
|
-
shipments_deficit: number;
|
|
1188
|
+
remainder_after_coming: number;
|
|
1286
1189
|
deficit: number;
|
|
1190
|
+
shipments_deficit: number;
|
|
1191
|
+
production_ordered: number;
|
|
1192
|
+
deficit_by_sclad: number;
|
|
1287
1193
|
ava_path: string | null;
|
|
1288
1194
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1289
1195
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1196
|
+
in_kit: number;
|
|
1290
1197
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1291
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1292
1198
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1199
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1200
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1201
|
+
task_relative_id?: number | null | undefined;
|
|
1202
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1296
1203
|
discontinued?: boolean | undefined;
|
|
1297
1204
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1298
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1299
1205
|
}[] | undefined;
|
|
1300
1206
|
metaloworking?: {
|
|
1301
1207
|
status: string;
|
|
@@ -1356,7 +1262,6 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1356
1262
|
parent_id?: number | null | undefined;
|
|
1357
1263
|
}[] | undefined;
|
|
1358
1264
|
ava_path?: string | null | undefined;
|
|
1359
|
-
discontinued?: boolean | undefined;
|
|
1360
1265
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1361
1266
|
materials?: {
|
|
1362
1267
|
ban: boolean;
|
|
@@ -1421,10 +1326,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1421
1326
|
delivery_ordered: number;
|
|
1422
1327
|
deliveryTime: number;
|
|
1423
1328
|
min_remaining: number;
|
|
1424
|
-
shipments_deficit: number;
|
|
1425
1329
|
deficit: number;
|
|
1426
|
-
|
|
1330
|
+
shipments_deficit: number;
|
|
1427
1331
|
deficit_by_sclad: number;
|
|
1332
|
+
in_kit: number;
|
|
1428
1333
|
units_measurement: import("../..").IUnitsMeasurement[];
|
|
1429
1334
|
actual_shipment_id: number | null;
|
|
1430
1335
|
typeMaterial: {
|
|
@@ -1475,59 +1380,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1475
1380
|
mat_zag?: number | null | undefined;
|
|
1476
1381
|
mat_za_obj?: import("../..").ModelMaterial | undefined;
|
|
1477
1382
|
mat_zag_zam?: number | null | undefined;
|
|
1478
|
-
techProcesses?:
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
name?: number | undefined;
|
|
1483
|
-
detalId?: number | null | undefined;
|
|
1484
|
-
cbedId?: number | null | undefined;
|
|
1485
|
-
productId?: number | null | undefined;
|
|
1486
|
-
operations?: {
|
|
1487
|
-
ban: boolean;
|
|
1488
|
-
description: string;
|
|
1489
|
-
name: number;
|
|
1490
|
-
full_name: string;
|
|
1491
|
-
preTime: number;
|
|
1492
|
-
helperTime: number;
|
|
1493
|
-
mainTime: number;
|
|
1494
|
-
generalCountTime: string;
|
|
1495
|
-
instrumentList: string;
|
|
1496
|
-
instrumentMerList: string;
|
|
1497
|
-
instrumentOsnList: string;
|
|
1498
|
-
eqList: string;
|
|
1499
|
-
instrumentID: number | null;
|
|
1500
|
-
instrumentMerID: number | null;
|
|
1501
|
-
instrumentOsnID: number | null;
|
|
1502
|
-
eqID: number | null;
|
|
1503
|
-
idx: number;
|
|
1504
|
-
tOperationId: number | null;
|
|
1505
|
-
tech_process_id: number;
|
|
1506
|
-
id?: number | undefined;
|
|
1507
|
-
marks?: {
|
|
1508
|
-
status: import("../..").MarkStatusEnums;
|
|
1509
|
-
ban: boolean;
|
|
1510
|
-
id: number;
|
|
1511
|
-
date_build: string;
|
|
1512
|
-
kol: number;
|
|
1513
|
-
user_id: number;
|
|
1514
|
-
oper_id: number;
|
|
1515
|
-
assemble_id: number;
|
|
1516
|
-
metaloworking_id: number;
|
|
1517
|
-
brak: boolean;
|
|
1518
|
-
execution_time: number;
|
|
1519
|
-
production_task_id: number | null;
|
|
1520
|
-
quantity_shipped: number;
|
|
1521
|
-
description?: string | undefined;
|
|
1522
|
-
assemble_kit_id?: number | null | undefined;
|
|
1523
|
-
operation_execution_time?: {
|
|
1524
|
-
preTime: number;
|
|
1525
|
-
helperTime: number;
|
|
1526
|
-
mainTime: number;
|
|
1527
|
-
} | undefined;
|
|
1528
|
-
}[] | undefined;
|
|
1529
|
-
}[] | undefined;
|
|
1530
|
-
} | undefined;
|
|
1383
|
+
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1384
|
+
task_relative_id?: number | null | undefined;
|
|
1385
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1386
|
+
discontinued?: boolean | undefined;
|
|
1531
1387
|
products?: {
|
|
1532
1388
|
ban: boolean;
|
|
1533
1389
|
designation: string | null;
|
|
@@ -1539,22 +1395,22 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1539
1395
|
shipments_kolvo: number;
|
|
1540
1396
|
min_remaining: number;
|
|
1541
1397
|
responsibleId: number | null;
|
|
1542
|
-
production_ordered: number;
|
|
1543
|
-
shipments_deficit: number;
|
|
1544
1398
|
deficit: number;
|
|
1545
|
-
|
|
1399
|
+
shipments_deficit: number;
|
|
1400
|
+
production_ordered: number;
|
|
1546
1401
|
ava_path: string | null;
|
|
1547
1402
|
parametrs: import("../..").CbedVariableField[];
|
|
1548
1403
|
characteristic: import("../..").CbedVariableField[];
|
|
1404
|
+
in_kit: number;
|
|
1549
1405
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1550
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1551
1406
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1552
|
-
|
|
1407
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1408
|
+
articl: string | null;
|
|
1553
1409
|
is_custom: boolean;
|
|
1554
1410
|
id?: number | null | undefined;
|
|
1411
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1555
1412
|
discontinued?: boolean | undefined;
|
|
1556
1413
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1557
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1558
1414
|
}[] | undefined;
|
|
1559
1415
|
sebestoim?: {
|
|
1560
1416
|
name: string;
|
|
@@ -1630,23 +1486,25 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1630
1486
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1631
1487
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1632
1488
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1633
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1634
1489
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1490
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1635
1491
|
ban?: boolean | undefined;
|
|
1636
1492
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
1637
1493
|
attention?: boolean | undefined;
|
|
1638
1494
|
quantity?: number | undefined;
|
|
1639
1495
|
shipments_kolvo?: number | undefined;
|
|
1640
1496
|
min_remaining?: number | undefined;
|
|
1641
|
-
|
|
1642
|
-
shipments_deficit?: number | undefined;
|
|
1497
|
+
remainder_after_coming?: number | undefined;
|
|
1643
1498
|
deficit?: number | undefined;
|
|
1499
|
+
shipments_deficit?: number | undefined;
|
|
1500
|
+
production_ordered?: number | undefined;
|
|
1501
|
+
deficit_by_sclad?: number | undefined;
|
|
1502
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1644
1503
|
in_kit?: number | undefined;
|
|
1504
|
+
task_relative_id?: number | null | undefined;
|
|
1505
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1645
1506
|
discontinued?: boolean | undefined;
|
|
1646
1507
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1647
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1648
|
-
remainder_after_coming?: number | undefined;
|
|
1649
|
-
deficit_by_sclad?: number | undefined;
|
|
1650
1508
|
}[] | undefined;
|
|
1651
1509
|
metaloworking?: {
|
|
1652
1510
|
status: string;
|
|
@@ -1711,15 +1569,14 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1711
1569
|
quantity?: number | undefined;
|
|
1712
1570
|
shipments_kolvo?: number | undefined;
|
|
1713
1571
|
min_remaining?: number | undefined;
|
|
1714
|
-
|
|
1715
|
-
shipments_deficit?: number | undefined;
|
|
1572
|
+
remainder_after_coming?: number | undefined;
|
|
1716
1573
|
deficit?: number | undefined;
|
|
1574
|
+
shipments_deficit?: number | undefined;
|
|
1575
|
+
production_ordered?: number | undefined;
|
|
1576
|
+
deficit_by_sclad?: number | undefined;
|
|
1717
1577
|
ava_path?: string | null | undefined;
|
|
1718
|
-
in_kit?: number | undefined;
|
|
1719
|
-
discontinued?: boolean | undefined;
|
|
1720
1578
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1721
|
-
|
|
1722
|
-
deficit_by_sclad?: number | undefined;
|
|
1579
|
+
in_kit?: number | undefined;
|
|
1723
1580
|
materials?: {
|
|
1724
1581
|
description: string | null;
|
|
1725
1582
|
id: number;
|
|
@@ -1837,86 +1694,37 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1837
1694
|
mat_zag?: number | null | undefined;
|
|
1838
1695
|
mat_za_obj?: import("../..").ModelMaterial | undefined;
|
|
1839
1696
|
mat_zag_zam?: number | null | undefined;
|
|
1840
|
-
techProcesses?:
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
name?: number | undefined;
|
|
1845
|
-
detalId?: number | null | undefined;
|
|
1846
|
-
cbedId?: number | null | undefined;
|
|
1847
|
-
productId?: number | null | undefined;
|
|
1848
|
-
operations?: {
|
|
1849
|
-
ban: boolean;
|
|
1850
|
-
description: string;
|
|
1851
|
-
name: number;
|
|
1852
|
-
full_name: string;
|
|
1853
|
-
preTime: number;
|
|
1854
|
-
helperTime: number;
|
|
1855
|
-
mainTime: number;
|
|
1856
|
-
generalCountTime: string;
|
|
1857
|
-
instrumentList: string;
|
|
1858
|
-
instrumentMerList: string;
|
|
1859
|
-
instrumentOsnList: string;
|
|
1860
|
-
eqList: string;
|
|
1861
|
-
instrumentID: number | null;
|
|
1862
|
-
instrumentMerID: number | null;
|
|
1863
|
-
instrumentOsnID: number | null;
|
|
1864
|
-
eqID: number | null;
|
|
1865
|
-
idx: number;
|
|
1866
|
-
tOperationId: number | null;
|
|
1867
|
-
tech_process_id: number;
|
|
1868
|
-
id?: number | undefined;
|
|
1869
|
-
marks?: {
|
|
1870
|
-
status: import("../..").MarkStatusEnums;
|
|
1871
|
-
ban: boolean;
|
|
1872
|
-
id: number;
|
|
1873
|
-
date_build: string;
|
|
1874
|
-
kol: number;
|
|
1875
|
-
user_id: number;
|
|
1876
|
-
oper_id: number;
|
|
1877
|
-
assemble_id: number;
|
|
1878
|
-
metaloworking_id: number;
|
|
1879
|
-
brak: boolean;
|
|
1880
|
-
execution_time: number;
|
|
1881
|
-
production_task_id: number | null;
|
|
1882
|
-
quantity_shipped: number;
|
|
1883
|
-
description?: string | undefined;
|
|
1884
|
-
assemble_kit_id?: number | null | undefined;
|
|
1885
|
-
operation_execution_time?: {
|
|
1886
|
-
preTime: number;
|
|
1887
|
-
helperTime: number;
|
|
1888
|
-
mainTime: number;
|
|
1889
|
-
} | undefined;
|
|
1890
|
-
}[] | undefined;
|
|
1891
|
-
}[] | undefined;
|
|
1892
|
-
} | undefined;
|
|
1697
|
+
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1698
|
+
task_relative_id?: number | null | undefined;
|
|
1699
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1700
|
+
discontinued?: boolean | undefined;
|
|
1893
1701
|
products?: {
|
|
1894
1702
|
designation: string | null;
|
|
1895
1703
|
description: string | null;
|
|
1896
1704
|
name: string;
|
|
1897
1705
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1898
1706
|
responsibleId: number | null;
|
|
1899
|
-
articl: string | null;
|
|
1900
1707
|
ava_path: string | null;
|
|
1901
1708
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1902
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1903
1709
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1710
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1711
|
+
articl: string | null;
|
|
1904
1712
|
ban?: boolean | undefined;
|
|
1905
1713
|
id?: number | null | undefined;
|
|
1906
1714
|
attention?: boolean | undefined;
|
|
1907
1715
|
quantity?: number | undefined;
|
|
1908
1716
|
shipments_kolvo?: number | undefined;
|
|
1909
1717
|
min_remaining?: number | undefined;
|
|
1910
|
-
production_ordered?: number | undefined;
|
|
1911
|
-
shipments_deficit?: number | undefined;
|
|
1912
1718
|
deficit?: number | undefined;
|
|
1719
|
+
shipments_deficit?: number | undefined;
|
|
1720
|
+
production_ordered?: number | undefined;
|
|
1721
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1913
1722
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1914
1723
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1915
1724
|
in_kit?: number | undefined;
|
|
1916
|
-
is_custom?: boolean | undefined;
|
|
1917
1725
|
discontinued?: boolean | undefined;
|
|
1918
1726
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1919
|
-
|
|
1727
|
+
is_custom?: boolean | undefined;
|
|
1920
1728
|
}[] | undefined;
|
|
1921
1729
|
sebestoim?: {
|
|
1922
1730
|
name: string;
|