@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.
- package/dist/action/dto/actions-by-param.dto.d.ts +2 -2
- package/dist/action/schemas/actions.schema.d.ts +18 -18
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +81 -81
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +68 -68
- package/dist/assemble/schemas/assemble.schema.d.ts +62 -62
- package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +13 -13
- package/dist/buyer/schemas/buyer.schema.d.ts +1 -1
- package/dist/cbed/dto/cbed-pagination.dto.d.ts +1 -1
- package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
- package/dist/cbed/dto/up-create-cbed.dto.d.ts +6 -6
- package/dist/cbed/schemas/cbed-material.schema.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +21 -21
- package/dist/company/dto/create-company.dto.d.ts +10 -10
- package/dist/company/dto/update-company.dto.d.ts +10 -10
- package/dist/company/schemas/companies.schema.d.ts +4 -4
- package/dist/contact/dto/create-contact.dto.d.ts +6 -6
- package/dist/contact/dto/update-contact.dto.d.ts +6 -6
- package/dist/contact/schemas/contact.schema.d.ts +3 -3
- package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
- package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
- package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
- package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
- package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
- package/dist/detal/dto/update-detal.dto.d.ts +9 -9
- package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
- package/dist/detal/schemas/detal.schema.d.ts +200 -200
- package/dist/document/schemas/documentsSchema.d.ts +4 -4
- package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
- package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
- package/dist/equipment/schemas/equipment.schema.d.ts +93 -93
- package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
- package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
- package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
- package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
- package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
- package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
- package/dist/marks/dto/create-mark.dto.d.ts +8 -8
- package/dist/marks/dto/update-mark.dto.d.ts +2 -2
- package/dist/marks/schemas/marks.schema.d.ts +8 -8
- package/dist/marks/type/type.d.ts +2 -2
- package/dist/material/dto/create-material.dto.d.ts +20 -20
- package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
- package/dist/material/schemas/material.schema.d.ts +26 -26
- package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
- package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
- package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
- package/dist/moving/schemas/moving.schema.d.ts +453 -453
- package/dist/operations/dto/create-type-operation.dto.d.ts +2 -2
- package/dist/operations/dto/get-type-operation-by-id.dto.d.ts +16 -0
- package/dist/operations/dto/get-type-operation-by-id.dto.js +14 -0
- package/dist/operations/dto/update-type-operation.dto.d.ts +2 -2
- package/dist/operations/enums/enums.d.ts +5 -0
- package/dist/operations/enums/enums.js +7 -1
- package/dist/operations/index.d.ts +1 -0
- package/dist/operations/index.js +1 -0
- package/dist/operations/schemas/operation.schema.d.ts +17 -17
- package/dist/product/dto/up-create-product.dto.d.ts +7 -7
- package/dist/product/schemas/product-deficit.schema.d.ts +20 -20
- package/dist/product/schemas/product-material.schema.d.ts +2 -2
- package/dist/product/schemas/product-specification.schema.d.ts +2 -2
- package/dist/product/schemas/product.schema.d.ts +17 -17
- package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +2 -2
- package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
- package/dist/production-tasks/schemas/operation-positions.schema.d.ts +4 -4
- package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
- package/dist/provider/dto/create-provider.dto.d.ts +4 -4
- package/dist/provider/schemas/provider.schema.d.ts +1 -1
- package/dist/role/schemas/role.schema.d.ts +446 -446
- package/dist/sclad/schemas/remain.schema.d.ts +2 -2
- package/dist/sclad/schemas/remains.schema.d.ts +6 -6
- package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
- package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
- package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
- package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
- package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
- package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
- package/dist/specification/schema/attributes.schema.d.ts +472 -472
- package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
- package/dist/tech-process/schemas/tech-process.schema.d.ts +26 -26
- package/dist/thread/dto/add-thread.dto.d.ts +8 -8
- package/dist/user/dto/create-user.dto.d.ts +5 -5
- package/dist/user/dto/get-one-user.dto.d.ts +2 -2
- package/dist/user/schemas/user.schema.d.ts +261 -261
- package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
- package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -51,10 +51,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
51
51
|
type?: string | undefined;
|
|
52
52
|
description?: string | undefined;
|
|
53
53
|
id?: number | null | undefined;
|
|
54
|
-
width?: number | null | undefined;
|
|
55
|
-
height?: number | null | undefined;
|
|
56
54
|
external_id?: number | null | undefined;
|
|
57
55
|
original_name?: string | undefined;
|
|
56
|
+
width?: number | null | undefined;
|
|
57
|
+
height?: number | null | undefined;
|
|
58
58
|
size?: number | null | undefined;
|
|
59
59
|
hash?: string | undefined;
|
|
60
60
|
}, {
|
|
@@ -65,10 +65,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
65
65
|
ban?: boolean | undefined;
|
|
66
66
|
description?: string | undefined;
|
|
67
67
|
id?: number | null | undefined;
|
|
68
|
-
width?: number | null | undefined;
|
|
69
|
-
height?: number | null | undefined;
|
|
70
68
|
external_id?: number | null | undefined;
|
|
71
69
|
original_name?: string | undefined;
|
|
70
|
+
width?: number | null | undefined;
|
|
71
|
+
height?: number | null | undefined;
|
|
72
72
|
size?: number | null | undefined;
|
|
73
73
|
version?: number | undefined;
|
|
74
74
|
ava?: boolean | undefined;
|
|
@@ -226,19 +226,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
226
226
|
znach: number;
|
|
227
227
|
shortName: string;
|
|
228
228
|
};
|
|
229
|
-
|
|
229
|
+
width: {
|
|
230
230
|
used: boolean;
|
|
231
231
|
edizmId: number;
|
|
232
232
|
znach: number;
|
|
233
233
|
shortName: string;
|
|
234
234
|
};
|
|
235
|
-
|
|
235
|
+
height: {
|
|
236
236
|
used: boolean;
|
|
237
237
|
edizmId: number;
|
|
238
238
|
znach: number;
|
|
239
239
|
shortName: string;
|
|
240
240
|
};
|
|
241
|
-
|
|
241
|
+
density: {
|
|
242
242
|
used: boolean;
|
|
243
243
|
edizmId: number;
|
|
244
244
|
znach: number;
|
|
@@ -275,19 +275,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
275
275
|
znach: number;
|
|
276
276
|
shortName: string;
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
width: {
|
|
279
279
|
used: boolean;
|
|
280
280
|
edizmId: number;
|
|
281
281
|
znach: number;
|
|
282
282
|
shortName: string;
|
|
283
283
|
};
|
|
284
|
-
|
|
284
|
+
height: {
|
|
285
285
|
used: boolean;
|
|
286
286
|
edizmId: number;
|
|
287
287
|
znach: number;
|
|
288
288
|
shortName: string;
|
|
289
289
|
};
|
|
290
|
-
|
|
290
|
+
density: {
|
|
291
291
|
used: boolean;
|
|
292
292
|
edizmId: number;
|
|
293
293
|
znach: number;
|
|
@@ -413,7 +413,14 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
413
413
|
description: string | null;
|
|
414
414
|
id: number;
|
|
415
415
|
name: string;
|
|
416
|
+
min_remaining: number;
|
|
417
|
+
quantity: number;
|
|
418
|
+
deficit: number;
|
|
419
|
+
shipments_kolvo: number;
|
|
420
|
+
deficit_by_sclad: number;
|
|
421
|
+
shipments_deficit: number;
|
|
416
422
|
attention: boolean;
|
|
423
|
+
in_kit: number;
|
|
417
424
|
characteristics: {
|
|
418
425
|
length: {
|
|
419
426
|
used: boolean;
|
|
@@ -421,19 +428,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
421
428
|
znach: number;
|
|
422
429
|
shortName: string;
|
|
423
430
|
};
|
|
424
|
-
|
|
431
|
+
width: {
|
|
425
432
|
used: boolean;
|
|
426
433
|
edizmId: number;
|
|
427
434
|
znach: number;
|
|
428
435
|
shortName: string;
|
|
429
436
|
};
|
|
430
|
-
|
|
437
|
+
height: {
|
|
431
438
|
used: boolean;
|
|
432
439
|
edizmId: number;
|
|
433
440
|
znach: number;
|
|
434
441
|
shortName: string;
|
|
435
442
|
};
|
|
436
|
-
|
|
443
|
+
density: {
|
|
437
444
|
used: boolean;
|
|
438
445
|
edizmId: number;
|
|
439
446
|
znach: number;
|
|
@@ -465,16 +472,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
465
472
|
};
|
|
466
473
|
};
|
|
467
474
|
instance_type: number;
|
|
468
|
-
quantity: number;
|
|
469
475
|
price: number;
|
|
470
|
-
shipments_kolvo: number;
|
|
471
476
|
delivery_ordered: number;
|
|
472
477
|
deliveryTime: number;
|
|
473
|
-
min_remaining: number;
|
|
474
|
-
deficit: number;
|
|
475
|
-
shipments_deficit: number;
|
|
476
|
-
deficit_by_sclad: number;
|
|
477
|
-
in_kit: number;
|
|
478
478
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
479
479
|
actual_shipment_id: number | null;
|
|
480
480
|
typeMaterial: {
|
|
@@ -525,7 +525,12 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
525
525
|
description: string | null;
|
|
526
526
|
id: number;
|
|
527
527
|
name: string;
|
|
528
|
+
min_remaining: number;
|
|
529
|
+
quantity: number;
|
|
530
|
+
deficit: number;
|
|
531
|
+
shipments_kolvo: number;
|
|
528
532
|
attention: boolean;
|
|
533
|
+
in_kit: number;
|
|
529
534
|
characteristics: {
|
|
530
535
|
length: {
|
|
531
536
|
used: boolean;
|
|
@@ -533,19 +538,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
533
538
|
znach: number;
|
|
534
539
|
shortName: string;
|
|
535
540
|
};
|
|
536
|
-
|
|
541
|
+
width: {
|
|
537
542
|
used: boolean;
|
|
538
543
|
edizmId: number;
|
|
539
544
|
znach: number;
|
|
540
545
|
shortName: string;
|
|
541
546
|
};
|
|
542
|
-
|
|
547
|
+
height: {
|
|
543
548
|
used: boolean;
|
|
544
549
|
edizmId: number;
|
|
545
550
|
znach: number;
|
|
546
551
|
shortName: string;
|
|
547
552
|
};
|
|
548
|
-
|
|
553
|
+
density: {
|
|
549
554
|
used: boolean;
|
|
550
555
|
edizmId: number;
|
|
551
556
|
znach: number;
|
|
@@ -577,13 +582,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
577
582
|
};
|
|
578
583
|
};
|
|
579
584
|
instance_type: number;
|
|
580
|
-
quantity: number;
|
|
581
585
|
price: number;
|
|
582
|
-
shipments_kolvo: number;
|
|
583
586
|
deliveryTime: number;
|
|
584
|
-
min_remaining: number;
|
|
585
|
-
deficit: number;
|
|
586
|
-
in_kit: number;
|
|
587
587
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
588
588
|
actual_shipment_id: number | null;
|
|
589
589
|
typeMaterial: {
|
|
@@ -631,9 +631,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
631
631
|
};
|
|
632
632
|
ban?: boolean | undefined;
|
|
633
633
|
shipments?: any;
|
|
634
|
-
delivery_ordered?: number | undefined;
|
|
635
|
-
shipments_deficit?: number | undefined;
|
|
636
634
|
deficit_by_sclad?: number | undefined;
|
|
635
|
+
shipments_deficit?: number | undefined;
|
|
636
|
+
delivery_ordered?: number | undefined;
|
|
637
637
|
}>, "many">>>;
|
|
638
638
|
mat_zag: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
639
639
|
mat_za_obj: z.ZodOptional<z.ZodOptional<z.ZodType<import("../../material").ModelMaterial, z.ZodTypeDef, import("../../material").ModelMaterial>>>;
|
|
@@ -682,63 +682,63 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
682
682
|
description: string | null;
|
|
683
683
|
id: number;
|
|
684
684
|
name: string;
|
|
685
|
-
assemble_id: number | null;
|
|
686
|
-
attention: boolean;
|
|
687
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
688
|
-
quantity: number;
|
|
689
|
-
shipments_kolvo: number;
|
|
690
|
-
min_remaining: number;
|
|
691
|
-
responsibleId: number | null;
|
|
692
685
|
calculate_needs_time: Date | null;
|
|
686
|
+
min_remaining: number;
|
|
693
687
|
remainder_after_coming: number;
|
|
688
|
+
quantity: number;
|
|
694
689
|
deficit: number;
|
|
695
|
-
|
|
690
|
+
shipments_kolvo: number;
|
|
696
691
|
production_ordered: number;
|
|
697
692
|
deficit_by_sclad: number;
|
|
693
|
+
shipments_deficit: number;
|
|
698
694
|
ava_path: string | null;
|
|
699
695
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
700
696
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
701
|
-
|
|
697
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
702
698
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
703
699
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
704
700
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
705
|
-
|
|
701
|
+
attention: boolean;
|
|
702
|
+
in_kit: number;
|
|
703
|
+
responsibleId: number | null;
|
|
704
|
+
assemble_id: number | null;
|
|
706
705
|
task_relative_id?: number | null | undefined;
|
|
707
706
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
708
707
|
discontinued?: boolean | undefined;
|
|
709
708
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
709
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
710
710
|
}, {
|
|
711
711
|
designation: string | null;
|
|
712
712
|
description: string | null;
|
|
713
713
|
id: number;
|
|
714
714
|
name: string;
|
|
715
|
-
assemble_id: number | null;
|
|
716
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
717
|
-
responsibleId: number | null;
|
|
718
715
|
ava_path: string | null;
|
|
719
716
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
720
717
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
718
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
721
719
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
722
720
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
723
721
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
722
|
+
responsibleId: number | null;
|
|
723
|
+
assemble_id: number | null;
|
|
724
724
|
ban?: boolean | undefined;
|
|
725
725
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
726
|
-
attention?: boolean | undefined;
|
|
727
|
-
quantity?: number | undefined;
|
|
728
|
-
shipments_kolvo?: number | undefined;
|
|
729
|
-
min_remaining?: number | undefined;
|
|
730
726
|
calculate_needs_time?: Date | null | undefined;
|
|
727
|
+
min_remaining?: number | undefined;
|
|
731
728
|
remainder_after_coming?: number | undefined;
|
|
729
|
+
task_relative_id?: number | null | undefined;
|
|
730
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
731
|
+
quantity?: number | undefined;
|
|
732
732
|
deficit?: number | undefined;
|
|
733
|
-
|
|
733
|
+
shipments_kolvo?: number | undefined;
|
|
734
734
|
production_ordered?: number | undefined;
|
|
735
735
|
deficit_by_sclad?: number | undefined;
|
|
736
|
-
|
|
736
|
+
shipments_deficit?: number | undefined;
|
|
737
|
+
attention?: boolean | undefined;
|
|
737
738
|
in_kit?: number | undefined;
|
|
738
|
-
task_relative_id?: number | null | undefined;
|
|
739
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
740
739
|
discontinued?: boolean | undefined;
|
|
741
740
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
741
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
742
742
|
}>, "many">>>;
|
|
743
743
|
products: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
744
744
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -773,56 +773,56 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
773
773
|
designation: string | null;
|
|
774
774
|
description: string | null;
|
|
775
775
|
name: string;
|
|
776
|
-
attention: boolean;
|
|
777
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
778
|
-
quantity: number;
|
|
779
|
-
shipments_kolvo: number;
|
|
780
|
-
min_remaining: number;
|
|
781
|
-
responsibleId: number | null;
|
|
782
776
|
calculate_needs_time: Date | null;
|
|
777
|
+
min_remaining: number;
|
|
778
|
+
quantity: number;
|
|
783
779
|
deficit: number;
|
|
784
|
-
|
|
780
|
+
shipments_kolvo: number;
|
|
785
781
|
production_ordered: number;
|
|
782
|
+
shipments_deficit: number;
|
|
786
783
|
ava_path: string | null;
|
|
787
784
|
parametrs: import("../../cbed").CbedVariableField[];
|
|
788
785
|
characteristic: import("../../cbed").CbedVariableField[];
|
|
789
|
-
|
|
786
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
790
787
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
791
788
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
792
789
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
790
|
+
attention: boolean;
|
|
791
|
+
in_kit: number;
|
|
792
|
+
responsibleId: number | null;
|
|
793
793
|
articl: string | null;
|
|
794
794
|
is_custom: boolean;
|
|
795
795
|
id?: number | null | undefined;
|
|
796
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
797
796
|
discontinued?: boolean | undefined;
|
|
798
797
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
798
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
799
799
|
}, {
|
|
800
800
|
designation: string | null;
|
|
801
801
|
description: string | null;
|
|
802
802
|
name: string;
|
|
803
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
804
|
-
responsibleId: number | null;
|
|
805
803
|
ava_path: string | null;
|
|
804
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
806
805
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
807
806
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
808
807
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
808
|
+
responsibleId: number | null;
|
|
809
809
|
articl: string | null;
|
|
810
810
|
ban?: boolean | undefined;
|
|
811
811
|
id?: number | null | undefined;
|
|
812
|
-
attention?: boolean | undefined;
|
|
813
|
-
quantity?: number | undefined;
|
|
814
|
-
shipments_kolvo?: number | undefined;
|
|
815
|
-
min_remaining?: number | undefined;
|
|
816
812
|
calculate_needs_time?: Date | null | undefined;
|
|
813
|
+
min_remaining?: number | undefined;
|
|
814
|
+
quantity?: number | undefined;
|
|
817
815
|
deficit?: number | undefined;
|
|
818
|
-
|
|
816
|
+
shipments_kolvo?: number | undefined;
|
|
819
817
|
production_ordered?: number | undefined;
|
|
820
|
-
|
|
818
|
+
shipments_deficit?: number | undefined;
|
|
821
819
|
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
822
820
|
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
821
|
+
attention?: boolean | undefined;
|
|
823
822
|
in_kit?: number | undefined;
|
|
824
823
|
discontinued?: boolean | undefined;
|
|
825
824
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
825
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
826
826
|
is_custom?: boolean | undefined;
|
|
827
827
|
}>, "many">>>;
|
|
828
828
|
metaloworking: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -892,8 +892,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
892
892
|
warehouse_readiness_date: Date | null;
|
|
893
893
|
description?: string | undefined;
|
|
894
894
|
id?: number | null | undefined;
|
|
895
|
-
cbed_id?: number | null | undefined;
|
|
896
895
|
detal_id?: number | null | undefined;
|
|
896
|
+
cbed_id?: number | null | undefined;
|
|
897
897
|
product_id?: number | null | undefined;
|
|
898
898
|
}, {
|
|
899
899
|
type: import("../..").IzdType;
|
|
@@ -904,8 +904,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
904
904
|
ban?: boolean | undefined;
|
|
905
905
|
description?: string | undefined;
|
|
906
906
|
id?: number | null | undefined;
|
|
907
|
-
cbed_id?: number | null | undefined;
|
|
908
907
|
detal_id?: number | null | undefined;
|
|
908
|
+
cbed_id?: number | null | undefined;
|
|
909
909
|
product_id?: number | null | undefined;
|
|
910
910
|
count_create?: number | undefined;
|
|
911
911
|
}>, "many">>>;
|
|
@@ -951,10 +951,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
951
951
|
ban?: boolean | undefined;
|
|
952
952
|
description?: string | null | undefined;
|
|
953
953
|
contacts?: string | null | undefined;
|
|
954
|
+
attention?: boolean | undefined;
|
|
954
955
|
inn?: string | null | undefined;
|
|
955
956
|
cpp?: string | null | undefined;
|
|
956
957
|
rekvisit?: string | null | undefined;
|
|
957
|
-
attention?: boolean | undefined;
|
|
958
958
|
purchasesId?: number | undefined;
|
|
959
959
|
}>>;
|
|
960
960
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -1011,10 +1011,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1011
1011
|
ban?: boolean | undefined;
|
|
1012
1012
|
description?: string | null | undefined;
|
|
1013
1013
|
contacts?: string | null | undefined;
|
|
1014
|
+
attention?: boolean | undefined;
|
|
1014
1015
|
inn?: string | null | undefined;
|
|
1015
1016
|
cpp?: string | null | undefined;
|
|
1016
1017
|
rekvisit?: string | null | undefined;
|
|
1017
|
-
attention?: boolean | undefined;
|
|
1018
1018
|
purchasesId?: number | undefined;
|
|
1019
1019
|
} | undefined;
|
|
1020
1020
|
company_id?: number | undefined;
|
|
@@ -1032,31 +1032,31 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1032
1032
|
description: string | null;
|
|
1033
1033
|
id: number;
|
|
1034
1034
|
name: string;
|
|
1035
|
-
assemble_id: number | null;
|
|
1036
|
-
attention: boolean;
|
|
1037
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1038
|
-
quantity: number;
|
|
1039
|
-
shipments_kolvo: number;
|
|
1040
|
-
min_remaining: number;
|
|
1041
|
-
responsibleId: number | null;
|
|
1042
1035
|
calculate_needs_time: Date | null;
|
|
1036
|
+
min_remaining: number;
|
|
1043
1037
|
remainder_after_coming: number;
|
|
1038
|
+
quantity: number;
|
|
1044
1039
|
deficit: number;
|
|
1045
|
-
|
|
1040
|
+
shipments_kolvo: number;
|
|
1046
1041
|
production_ordered: number;
|
|
1047
1042
|
deficit_by_sclad: number;
|
|
1043
|
+
shipments_deficit: number;
|
|
1048
1044
|
ava_path: string | null;
|
|
1049
1045
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
1050
1046
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
1051
|
-
|
|
1047
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1052
1048
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1053
1049
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1054
1050
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1055
|
-
|
|
1051
|
+
attention: boolean;
|
|
1052
|
+
in_kit: number;
|
|
1053
|
+
responsibleId: number | null;
|
|
1054
|
+
assemble_id: number | null;
|
|
1056
1055
|
task_relative_id?: number | null | undefined;
|
|
1057
1056
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1058
1057
|
discontinued?: boolean | undefined;
|
|
1059
1058
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1059
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1060
1060
|
}[] | undefined;
|
|
1061
1061
|
metaloworking?: {
|
|
1062
1062
|
status: string;
|
|
@@ -1084,10 +1084,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1084
1084
|
type?: string | undefined;
|
|
1085
1085
|
description?: string | undefined;
|
|
1086
1086
|
id?: number | null | undefined;
|
|
1087
|
-
width?: number | null | undefined;
|
|
1088
|
-
height?: number | null | undefined;
|
|
1089
1087
|
external_id?: number | null | undefined;
|
|
1090
1088
|
original_name?: string | undefined;
|
|
1089
|
+
width?: number | null | undefined;
|
|
1090
|
+
height?: number | null | undefined;
|
|
1091
1091
|
size?: number | null | undefined;
|
|
1092
1092
|
hash?: string | undefined;
|
|
1093
1093
|
}[] | undefined;
|
|
@@ -1122,31 +1122,70 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1122
1122
|
company_id?: number | undefined;
|
|
1123
1123
|
parent_id?: number | null | undefined;
|
|
1124
1124
|
}[] | undefined;
|
|
1125
|
-
attention?: boolean | undefined;
|
|
1126
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1127
|
-
quantity?: number | undefined;
|
|
1128
|
-
shipments_kolvo?: number | undefined;
|
|
1129
|
-
min_remaining?: number | undefined;
|
|
1130
|
-
responsibleId?: number | undefined;
|
|
1131
1125
|
calculate_needs_time?: Date | null | undefined;
|
|
1126
|
+
min_remaining?: number | undefined;
|
|
1132
1127
|
remainder_after_coming?: number | undefined;
|
|
1128
|
+
task_relative_id?: number | null | undefined;
|
|
1129
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1130
|
+
quantity?: number | undefined;
|
|
1133
1131
|
deficit?: number | undefined;
|
|
1134
|
-
|
|
1132
|
+
shipments_kolvo?: number | undefined;
|
|
1135
1133
|
production_ordered?: number | undefined;
|
|
1136
1134
|
deficit_by_sclad?: number | undefined;
|
|
1135
|
+
shipments_deficit?: number | undefined;
|
|
1137
1136
|
ava_path?: string | null | undefined;
|
|
1138
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1139
1137
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
1140
1138
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
1141
|
-
|
|
1139
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1140
|
+
attention?: boolean | undefined;
|
|
1142
1141
|
in_kit?: number | undefined;
|
|
1142
|
+
responsibleId?: number | undefined;
|
|
1143
|
+
discontinued?: boolean | undefined;
|
|
1144
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1145
|
+
products?: {
|
|
1146
|
+
ban: boolean;
|
|
1147
|
+
designation: string | null;
|
|
1148
|
+
description: string | null;
|
|
1149
|
+
name: string;
|
|
1150
|
+
calculate_needs_time: Date | null;
|
|
1151
|
+
min_remaining: number;
|
|
1152
|
+
quantity: number;
|
|
1153
|
+
deficit: number;
|
|
1154
|
+
shipments_kolvo: number;
|
|
1155
|
+
production_ordered: number;
|
|
1156
|
+
shipments_deficit: number;
|
|
1157
|
+
ava_path: string | null;
|
|
1158
|
+
parametrs: import("../../cbed").CbedVariableField[];
|
|
1159
|
+
characteristic: import("../../cbed").CbedVariableField[];
|
|
1160
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1161
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1162
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1163
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1164
|
+
attention: boolean;
|
|
1165
|
+
in_kit: number;
|
|
1166
|
+
responsibleId: number | null;
|
|
1167
|
+
articl: string | null;
|
|
1168
|
+
is_custom: boolean;
|
|
1169
|
+
id?: number | null | undefined;
|
|
1170
|
+
discontinued?: boolean | undefined;
|
|
1171
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1172
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1173
|
+
}[] | undefined;
|
|
1174
|
+
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
1143
1175
|
actual_shipment_id?: number | null | undefined;
|
|
1144
1176
|
materials?: {
|
|
1145
1177
|
ban: boolean;
|
|
1146
1178
|
description: string | null;
|
|
1147
1179
|
id: number;
|
|
1148
1180
|
name: string;
|
|
1181
|
+
min_remaining: number;
|
|
1182
|
+
quantity: number;
|
|
1183
|
+
deficit: number;
|
|
1184
|
+
shipments_kolvo: number;
|
|
1185
|
+
deficit_by_sclad: number;
|
|
1186
|
+
shipments_deficit: number;
|
|
1149
1187
|
attention: boolean;
|
|
1188
|
+
in_kit: number;
|
|
1150
1189
|
characteristics: {
|
|
1151
1190
|
length: {
|
|
1152
1191
|
used: boolean;
|
|
@@ -1154,19 +1193,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1154
1193
|
znach: number;
|
|
1155
1194
|
shortName: string;
|
|
1156
1195
|
};
|
|
1157
|
-
|
|
1196
|
+
width: {
|
|
1158
1197
|
used: boolean;
|
|
1159
1198
|
edizmId: number;
|
|
1160
1199
|
znach: number;
|
|
1161
1200
|
shortName: string;
|
|
1162
1201
|
};
|
|
1163
|
-
|
|
1202
|
+
height: {
|
|
1164
1203
|
used: boolean;
|
|
1165
1204
|
edizmId: number;
|
|
1166
1205
|
znach: number;
|
|
1167
1206
|
shortName: string;
|
|
1168
1207
|
};
|
|
1169
|
-
|
|
1208
|
+
density: {
|
|
1170
1209
|
used: boolean;
|
|
1171
1210
|
edizmId: number;
|
|
1172
1211
|
znach: number;
|
|
@@ -1198,16 +1237,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1198
1237
|
};
|
|
1199
1238
|
};
|
|
1200
1239
|
instance_type: number;
|
|
1201
|
-
quantity: number;
|
|
1202
1240
|
price: number;
|
|
1203
|
-
shipments_kolvo: number;
|
|
1204
1241
|
delivery_ordered: number;
|
|
1205
1242
|
deliveryTime: number;
|
|
1206
|
-
min_remaining: number;
|
|
1207
|
-
deficit: number;
|
|
1208
|
-
shipments_deficit: number;
|
|
1209
|
-
deficit_by_sclad: number;
|
|
1210
|
-
in_kit: number;
|
|
1211
1243
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
1212
1244
|
actual_shipment_id: number | null;
|
|
1213
1245
|
typeMaterial: {
|
|
@@ -1259,39 +1291,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1259
1291
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
1260
1292
|
mat_zag_zam?: number | null | undefined;
|
|
1261
1293
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1262
|
-
|
|
1263
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1264
|
-
discontinued?: boolean | undefined;
|
|
1265
|
-
products?: {
|
|
1266
|
-
ban: boolean;
|
|
1267
|
-
designation: string | null;
|
|
1268
|
-
description: string | null;
|
|
1269
|
-
name: string;
|
|
1270
|
-
attention: boolean;
|
|
1271
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1272
|
-
quantity: number;
|
|
1273
|
-
shipments_kolvo: number;
|
|
1274
|
-
min_remaining: number;
|
|
1275
|
-
responsibleId: number | null;
|
|
1276
|
-
calculate_needs_time: Date | null;
|
|
1277
|
-
deficit: number;
|
|
1278
|
-
shipments_deficit: number;
|
|
1279
|
-
production_ordered: number;
|
|
1280
|
-
ava_path: string | null;
|
|
1281
|
-
parametrs: import("../../cbed").CbedVariableField[];
|
|
1282
|
-
characteristic: import("../../cbed").CbedVariableField[];
|
|
1283
|
-
in_kit: number;
|
|
1284
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1285
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1286
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1287
|
-
articl: string | null;
|
|
1288
|
-
is_custom: boolean;
|
|
1289
|
-
id?: number | null | undefined;
|
|
1290
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1291
|
-
discontinued?: boolean | undefined;
|
|
1292
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1293
|
-
}[] | undefined;
|
|
1294
|
-
sebestoim?: {
|
|
1294
|
+
sebestoim?: {
|
|
1295
1295
|
name: string;
|
|
1296
1296
|
id?: number | null | undefined;
|
|
1297
1297
|
detalId?: number | null | undefined;
|
|
@@ -1308,8 +1308,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1308
1308
|
warehouse_readiness_date: Date | null;
|
|
1309
1309
|
description?: string | undefined;
|
|
1310
1310
|
id?: number | null | undefined;
|
|
1311
|
-
cbed_id?: number | null | undefined;
|
|
1312
1311
|
detal_id?: number | null | undefined;
|
|
1312
|
+
cbed_id?: number | null | undefined;
|
|
1313
1313
|
product_id?: number | null | undefined;
|
|
1314
1314
|
}[] | undefined;
|
|
1315
1315
|
}, {
|
|
@@ -1319,33 +1319,33 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1319
1319
|
description: string | null;
|
|
1320
1320
|
id: number;
|
|
1321
1321
|
name: string;
|
|
1322
|
-
assemble_id: number | null;
|
|
1323
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1324
|
-
responsibleId: number | null;
|
|
1325
1322
|
ava_path: string | null;
|
|
1326
1323
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
1327
1324
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
1325
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1328
1326
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1329
1327
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1330
1328
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1329
|
+
responsibleId: number | null;
|
|
1330
|
+
assemble_id: number | null;
|
|
1331
1331
|
ban?: boolean | undefined;
|
|
1332
1332
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
1333
|
-
attention?: boolean | undefined;
|
|
1334
|
-
quantity?: number | undefined;
|
|
1335
|
-
shipments_kolvo?: number | undefined;
|
|
1336
|
-
min_remaining?: number | undefined;
|
|
1337
1333
|
calculate_needs_time?: Date | null | undefined;
|
|
1334
|
+
min_remaining?: number | undefined;
|
|
1338
1335
|
remainder_after_coming?: number | undefined;
|
|
1336
|
+
task_relative_id?: number | null | undefined;
|
|
1337
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1338
|
+
quantity?: number | undefined;
|
|
1339
1339
|
deficit?: number | undefined;
|
|
1340
|
-
|
|
1340
|
+
shipments_kolvo?: number | undefined;
|
|
1341
1341
|
production_ordered?: number | undefined;
|
|
1342
1342
|
deficit_by_sclad?: number | undefined;
|
|
1343
|
-
|
|
1343
|
+
shipments_deficit?: number | undefined;
|
|
1344
|
+
attention?: boolean | undefined;
|
|
1344
1345
|
in_kit?: number | undefined;
|
|
1345
|
-
task_relative_id?: number | null | undefined;
|
|
1346
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1347
1346
|
discontinued?: boolean | undefined;
|
|
1348
1347
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1348
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1349
1349
|
}[] | undefined;
|
|
1350
1350
|
metaloworking?: {
|
|
1351
1351
|
status: string;
|
|
@@ -1370,10 +1370,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1370
1370
|
ban?: boolean | undefined;
|
|
1371
1371
|
description?: string | undefined;
|
|
1372
1372
|
id?: number | null | undefined;
|
|
1373
|
-
width?: number | null | undefined;
|
|
1374
|
-
height?: number | null | undefined;
|
|
1375
1373
|
external_id?: number | null | undefined;
|
|
1376
1374
|
original_name?: string | undefined;
|
|
1375
|
+
width?: number | null | undefined;
|
|
1376
|
+
height?: number | null | undefined;
|
|
1377
1377
|
size?: number | null | undefined;
|
|
1378
1378
|
version?: number | undefined;
|
|
1379
1379
|
ava?: boolean | undefined;
|
|
@@ -1400,10 +1400,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1400
1400
|
ban?: boolean | undefined;
|
|
1401
1401
|
description?: string | null | undefined;
|
|
1402
1402
|
contacts?: string | null | undefined;
|
|
1403
|
+
attention?: boolean | undefined;
|
|
1403
1404
|
inn?: string | null | undefined;
|
|
1404
1405
|
cpp?: string | null | undefined;
|
|
1405
1406
|
rekvisit?: string | null | undefined;
|
|
1406
|
-
attention?: boolean | undefined;
|
|
1407
1407
|
purchasesId?: number | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
1409
|
company_id?: number | undefined;
|
|
@@ -1411,30 +1411,67 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1411
1411
|
is_custom_product?: boolean | undefined;
|
|
1412
1412
|
parent_id?: number | null | undefined;
|
|
1413
1413
|
}[] | undefined;
|
|
1414
|
-
attention?: boolean | undefined;
|
|
1415
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1416
|
-
quantity?: number | undefined;
|
|
1417
|
-
shipments_kolvo?: number | undefined;
|
|
1418
|
-
min_remaining?: number | undefined;
|
|
1419
|
-
responsibleId?: number | undefined;
|
|
1420
1414
|
calculate_needs_time?: Date | null | undefined;
|
|
1415
|
+
min_remaining?: number | undefined;
|
|
1421
1416
|
remainder_after_coming?: number | undefined;
|
|
1417
|
+
task_relative_id?: number | null | undefined;
|
|
1418
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1419
|
+
quantity?: number | undefined;
|
|
1422
1420
|
deficit?: number | undefined;
|
|
1423
|
-
|
|
1421
|
+
shipments_kolvo?: number | undefined;
|
|
1424
1422
|
production_ordered?: number | undefined;
|
|
1425
1423
|
deficit_by_sclad?: number | undefined;
|
|
1424
|
+
shipments_deficit?: number | undefined;
|
|
1426
1425
|
ava_path?: string | null | undefined;
|
|
1427
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1428
1426
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
1429
1427
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
1430
|
-
|
|
1428
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1429
|
+
attention?: boolean | undefined;
|
|
1431
1430
|
in_kit?: number | undefined;
|
|
1431
|
+
responsibleId?: number | undefined;
|
|
1432
|
+
discontinued?: boolean | undefined;
|
|
1433
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1434
|
+
products?: {
|
|
1435
|
+
designation: string | null;
|
|
1436
|
+
description: string | null;
|
|
1437
|
+
name: string;
|
|
1438
|
+
ava_path: string | null;
|
|
1439
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1440
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1441
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1442
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1443
|
+
responsibleId: number | null;
|
|
1444
|
+
articl: string | null;
|
|
1445
|
+
ban?: boolean | undefined;
|
|
1446
|
+
id?: number | null | undefined;
|
|
1447
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1448
|
+
min_remaining?: number | undefined;
|
|
1449
|
+
quantity?: number | undefined;
|
|
1450
|
+
deficit?: number | undefined;
|
|
1451
|
+
shipments_kolvo?: number | undefined;
|
|
1452
|
+
production_ordered?: number | undefined;
|
|
1453
|
+
shipments_deficit?: number | undefined;
|
|
1454
|
+
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1455
|
+
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1456
|
+
attention?: boolean | undefined;
|
|
1457
|
+
in_kit?: number | undefined;
|
|
1458
|
+
discontinued?: boolean | undefined;
|
|
1459
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1460
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1461
|
+
is_custom?: boolean | undefined;
|
|
1462
|
+
}[] | undefined;
|
|
1463
|
+
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
1432
1464
|
actual_shipment_id?: number | null | undefined;
|
|
1433
1465
|
materials?: {
|
|
1434
1466
|
description: string | null;
|
|
1435
1467
|
id: number;
|
|
1436
1468
|
name: string;
|
|
1469
|
+
min_remaining: number;
|
|
1470
|
+
quantity: number;
|
|
1471
|
+
deficit: number;
|
|
1472
|
+
shipments_kolvo: number;
|
|
1437
1473
|
attention: boolean;
|
|
1474
|
+
in_kit: number;
|
|
1438
1475
|
characteristics: {
|
|
1439
1476
|
length: {
|
|
1440
1477
|
used: boolean;
|
|
@@ -1442,19 +1479,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1442
1479
|
znach: number;
|
|
1443
1480
|
shortName: string;
|
|
1444
1481
|
};
|
|
1445
|
-
|
|
1482
|
+
width: {
|
|
1446
1483
|
used: boolean;
|
|
1447
1484
|
edizmId: number;
|
|
1448
1485
|
znach: number;
|
|
1449
1486
|
shortName: string;
|
|
1450
1487
|
};
|
|
1451
|
-
|
|
1488
|
+
height: {
|
|
1452
1489
|
used: boolean;
|
|
1453
1490
|
edizmId: number;
|
|
1454
1491
|
znach: number;
|
|
1455
1492
|
shortName: string;
|
|
1456
1493
|
};
|
|
1457
|
-
|
|
1494
|
+
density: {
|
|
1458
1495
|
used: boolean;
|
|
1459
1496
|
edizmId: number;
|
|
1460
1497
|
znach: number;
|
|
@@ -1486,13 +1523,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1486
1523
|
};
|
|
1487
1524
|
};
|
|
1488
1525
|
instance_type: number;
|
|
1489
|
-
quantity: number;
|
|
1490
1526
|
price: number;
|
|
1491
|
-
shipments_kolvo: number;
|
|
1492
1527
|
deliveryTime: number;
|
|
1493
|
-
min_remaining: number;
|
|
1494
|
-
deficit: number;
|
|
1495
|
-
in_kit: number;
|
|
1496
1528
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
1497
1529
|
actual_shipment_id: number | null;
|
|
1498
1530
|
typeMaterial: {
|
|
@@ -1540,46 +1572,14 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1540
1572
|
};
|
|
1541
1573
|
ban?: boolean | undefined;
|
|
1542
1574
|
shipments?: any;
|
|
1543
|
-
delivery_ordered?: number | undefined;
|
|
1544
|
-
shipments_deficit?: number | undefined;
|
|
1545
1575
|
deficit_by_sclad?: number | undefined;
|
|
1576
|
+
shipments_deficit?: number | undefined;
|
|
1577
|
+
delivery_ordered?: number | undefined;
|
|
1546
1578
|
}[] | undefined;
|
|
1547
1579
|
mat_zag?: number | null | undefined;
|
|
1548
1580
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
1549
1581
|
mat_zag_zam?: number | null | undefined;
|
|
1550
1582
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1551
|
-
task_relative_id?: number | null | undefined;
|
|
1552
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1553
|
-
discontinued?: boolean | undefined;
|
|
1554
|
-
products?: {
|
|
1555
|
-
designation: string | null;
|
|
1556
|
-
description: string | null;
|
|
1557
|
-
name: string;
|
|
1558
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1559
|
-
responsibleId: number | null;
|
|
1560
|
-
ava_path: string | null;
|
|
1561
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1562
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1563
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1564
|
-
articl: string | null;
|
|
1565
|
-
ban?: boolean | undefined;
|
|
1566
|
-
id?: number | null | undefined;
|
|
1567
|
-
attention?: boolean | undefined;
|
|
1568
|
-
quantity?: number | undefined;
|
|
1569
|
-
shipments_kolvo?: number | undefined;
|
|
1570
|
-
min_remaining?: number | undefined;
|
|
1571
|
-
calculate_needs_time?: Date | null | undefined;
|
|
1572
|
-
deficit?: number | undefined;
|
|
1573
|
-
shipments_deficit?: number | undefined;
|
|
1574
|
-
production_ordered?: number | undefined;
|
|
1575
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1576
|
-
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1577
|
-
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1578
|
-
in_kit?: number | undefined;
|
|
1579
|
-
discontinued?: boolean | undefined;
|
|
1580
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1581
|
-
is_custom?: boolean | undefined;
|
|
1582
|
-
}[] | undefined;
|
|
1583
1583
|
sebestoim?: {
|
|
1584
1584
|
name: string;
|
|
1585
1585
|
id?: number | null | undefined;
|
|
@@ -1596,8 +1596,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1596
1596
|
ban?: boolean | undefined;
|
|
1597
1597
|
description?: string | undefined;
|
|
1598
1598
|
id?: number | null | undefined;
|
|
1599
|
-
cbed_id?: number | null | undefined;
|
|
1600
1599
|
detal_id?: number | null | undefined;
|
|
1600
|
+
cbed_id?: number | null | undefined;
|
|
1601
1601
|
product_id?: number | null | undefined;
|
|
1602
1602
|
count_create?: number | undefined;
|
|
1603
1603
|
}[] | undefined;
|
|
@@ -1641,31 +1641,31 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1641
1641
|
description?: string | null | undefined;
|
|
1642
1642
|
id?: number | undefined;
|
|
1643
1643
|
name?: string | undefined;
|
|
1644
|
-
assemble_id?: number | null | undefined;
|
|
1645
|
-
attention?: boolean | undefined;
|
|
1646
|
-
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1647
|
-
quantity?: number | undefined;
|
|
1648
|
-
shipments_kolvo?: number | undefined;
|
|
1649
|
-
min_remaining?: number | undefined;
|
|
1650
|
-
responsibleId?: number | null | undefined;
|
|
1651
1644
|
calculate_needs_time?: Date | null | undefined;
|
|
1645
|
+
min_remaining?: number | undefined;
|
|
1652
1646
|
remainder_after_coming?: number | undefined;
|
|
1647
|
+
task_relative_id?: number | null | undefined;
|
|
1648
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1649
|
+
quantity?: number | undefined;
|
|
1653
1650
|
deficit?: number | undefined;
|
|
1654
|
-
|
|
1651
|
+
shipments_kolvo?: number | undefined;
|
|
1655
1652
|
production_ordered?: number | undefined;
|
|
1656
1653
|
deficit_by_sclad?: number | undefined;
|
|
1654
|
+
shipments_deficit?: number | undefined;
|
|
1657
1655
|
ava_path?: string | null | undefined;
|
|
1658
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1659
1656
|
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
1660
1657
|
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
1661
|
-
|
|
1662
|
-
task_relative_id?: number | null | undefined;
|
|
1663
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1658
|
+
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1664
1659
|
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1665
1660
|
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1666
1661
|
listDetal?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1662
|
+
attention?: boolean | undefined;
|
|
1663
|
+
in_kit?: number | undefined;
|
|
1664
|
+
responsibleId?: number | null | undefined;
|
|
1665
|
+
assemble_id?: number | null | undefined;
|
|
1667
1666
|
discontinued?: boolean | undefined;
|
|
1668
1667
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1668
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1669
1669
|
}, {
|
|
1670
1670
|
ban?: boolean | undefined;
|
|
1671
1671
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
@@ -1673,31 +1673,31 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1673
1673
|
description?: string | null | undefined;
|
|
1674
1674
|
id?: number | undefined;
|
|
1675
1675
|
name?: string | undefined;
|
|
1676
|
-
assemble_id?: number | null | undefined;
|
|
1677
|
-
attention?: boolean | undefined;
|
|
1678
|
-
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1679
|
-
quantity?: number | undefined;
|
|
1680
|
-
shipments_kolvo?: number | undefined;
|
|
1681
|
-
min_remaining?: number | undefined;
|
|
1682
|
-
responsibleId?: number | null | undefined;
|
|
1683
1676
|
calculate_needs_time?: Date | null | undefined;
|
|
1677
|
+
min_remaining?: number | undefined;
|
|
1684
1678
|
remainder_after_coming?: number | undefined;
|
|
1679
|
+
task_relative_id?: number | null | undefined;
|
|
1680
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1681
|
+
quantity?: number | undefined;
|
|
1685
1682
|
deficit?: number | undefined;
|
|
1686
|
-
|
|
1683
|
+
shipments_kolvo?: number | undefined;
|
|
1687
1684
|
production_ordered?: number | undefined;
|
|
1688
1685
|
deficit_by_sclad?: number | undefined;
|
|
1686
|
+
shipments_deficit?: number | undefined;
|
|
1689
1687
|
ava_path?: string | null | undefined;
|
|
1690
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1691
1688
|
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
1692
1689
|
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
1693
|
-
|
|
1694
|
-
task_relative_id?: number | null | undefined;
|
|
1695
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1690
|
+
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1696
1691
|
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1697
1692
|
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1698
1693
|
listDetal?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1694
|
+
attention?: boolean | undefined;
|
|
1695
|
+
in_kit?: number | undefined;
|
|
1696
|
+
responsibleId?: number | null | undefined;
|
|
1697
|
+
assemble_id?: number | null | undefined;
|
|
1699
1698
|
discontinued?: boolean | undefined;
|
|
1700
1699
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1700
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1701
1701
|
}>, "many">;
|
|
1702
1702
|
materials: z.ZodArray<z.ZodObject<{
|
|
1703
1703
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1850,19 +1850,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1850
1850
|
znach: number;
|
|
1851
1851
|
shortName: string;
|
|
1852
1852
|
};
|
|
1853
|
-
|
|
1853
|
+
width: {
|
|
1854
1854
|
used: boolean;
|
|
1855
1855
|
edizmId: number;
|
|
1856
1856
|
znach: number;
|
|
1857
1857
|
shortName: string;
|
|
1858
1858
|
};
|
|
1859
|
-
|
|
1859
|
+
height: {
|
|
1860
1860
|
used: boolean;
|
|
1861
1861
|
edizmId: number;
|
|
1862
1862
|
znach: number;
|
|
1863
1863
|
shortName: string;
|
|
1864
1864
|
};
|
|
1865
|
-
|
|
1865
|
+
density: {
|
|
1866
1866
|
used: boolean;
|
|
1867
1867
|
edizmId: number;
|
|
1868
1868
|
znach: number;
|
|
@@ -1899,19 +1899,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1899
1899
|
znach: number;
|
|
1900
1900
|
shortName: string;
|
|
1901
1901
|
};
|
|
1902
|
-
|
|
1902
|
+
width: {
|
|
1903
1903
|
used: boolean;
|
|
1904
1904
|
edizmId: number;
|
|
1905
1905
|
znach: number;
|
|
1906
1906
|
shortName: string;
|
|
1907
1907
|
};
|
|
1908
|
-
|
|
1908
|
+
height: {
|
|
1909
1909
|
used: boolean;
|
|
1910
1910
|
edizmId: number;
|
|
1911
1911
|
znach: number;
|
|
1912
1912
|
shortName: string;
|
|
1913
1913
|
};
|
|
1914
|
-
|
|
1914
|
+
density: {
|
|
1915
1915
|
used: boolean;
|
|
1916
1916
|
edizmId: number;
|
|
1917
1917
|
znach: number;
|
|
@@ -2038,7 +2038,14 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2038
2038
|
id?: number | undefined;
|
|
2039
2039
|
name?: string | undefined;
|
|
2040
2040
|
shipments?: any;
|
|
2041
|
+
min_remaining?: number | undefined;
|
|
2042
|
+
quantity?: number | undefined;
|
|
2043
|
+
deficit?: number | undefined;
|
|
2044
|
+
shipments_kolvo?: number | undefined;
|
|
2045
|
+
deficit_by_sclad?: number | undefined;
|
|
2046
|
+
shipments_deficit?: number | undefined;
|
|
2041
2047
|
attention?: boolean | undefined;
|
|
2048
|
+
in_kit?: number | undefined;
|
|
2042
2049
|
characteristics?: {
|
|
2043
2050
|
length: {
|
|
2044
2051
|
used: boolean;
|
|
@@ -2046,19 +2053,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2046
2053
|
znach: number;
|
|
2047
2054
|
shortName: string;
|
|
2048
2055
|
};
|
|
2049
|
-
|
|
2056
|
+
width: {
|
|
2050
2057
|
used: boolean;
|
|
2051
2058
|
edizmId: number;
|
|
2052
2059
|
znach: number;
|
|
2053
2060
|
shortName: string;
|
|
2054
2061
|
};
|
|
2055
|
-
|
|
2062
|
+
height: {
|
|
2056
2063
|
used: boolean;
|
|
2057
2064
|
edizmId: number;
|
|
2058
2065
|
znach: number;
|
|
2059
2066
|
shortName: string;
|
|
2060
2067
|
};
|
|
2061
|
-
|
|
2068
|
+
density: {
|
|
2062
2069
|
used: boolean;
|
|
2063
2070
|
edizmId: number;
|
|
2064
2071
|
znach: number;
|
|
@@ -2090,16 +2097,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2090
2097
|
};
|
|
2091
2098
|
} | undefined;
|
|
2092
2099
|
instance_type?: number | undefined;
|
|
2093
|
-
quantity?: number | undefined;
|
|
2094
2100
|
price?: number | undefined;
|
|
2095
|
-
shipments_kolvo?: number | undefined;
|
|
2096
2101
|
delivery_ordered?: number | undefined;
|
|
2097
2102
|
deliveryTime?: number | undefined;
|
|
2098
|
-
min_remaining?: number | undefined;
|
|
2099
|
-
deficit?: number | undefined;
|
|
2100
|
-
shipments_deficit?: number | undefined;
|
|
2101
|
-
deficit_by_sclad?: number | undefined;
|
|
2102
|
-
in_kit?: number | undefined;
|
|
2103
2103
|
units_measurement?: import("../../material").IUnitsMeasurement[] | undefined;
|
|
2104
2104
|
actual_shipment_id?: number | null | undefined;
|
|
2105
2105
|
typeMaterial?: {
|
|
@@ -2151,7 +2151,14 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2151
2151
|
id?: number | undefined;
|
|
2152
2152
|
name?: string | undefined;
|
|
2153
2153
|
shipments?: any;
|
|
2154
|
+
min_remaining?: number | undefined;
|
|
2155
|
+
quantity?: number | undefined;
|
|
2156
|
+
deficit?: number | undefined;
|
|
2157
|
+
shipments_kolvo?: number | undefined;
|
|
2158
|
+
deficit_by_sclad?: number | undefined;
|
|
2159
|
+
shipments_deficit?: number | undefined;
|
|
2154
2160
|
attention?: boolean | undefined;
|
|
2161
|
+
in_kit?: number | undefined;
|
|
2155
2162
|
characteristics?: {
|
|
2156
2163
|
length: {
|
|
2157
2164
|
used: boolean;
|
|
@@ -2159,19 +2166,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2159
2166
|
znach: number;
|
|
2160
2167
|
shortName: string;
|
|
2161
2168
|
};
|
|
2162
|
-
|
|
2169
|
+
width: {
|
|
2163
2170
|
used: boolean;
|
|
2164
2171
|
edizmId: number;
|
|
2165
2172
|
znach: number;
|
|
2166
2173
|
shortName: string;
|
|
2167
2174
|
};
|
|
2168
|
-
|
|
2175
|
+
height: {
|
|
2169
2176
|
used: boolean;
|
|
2170
2177
|
edizmId: number;
|
|
2171
2178
|
znach: number;
|
|
2172
2179
|
shortName: string;
|
|
2173
2180
|
};
|
|
2174
|
-
|
|
2181
|
+
density: {
|
|
2175
2182
|
used: boolean;
|
|
2176
2183
|
edizmId: number;
|
|
2177
2184
|
znach: number;
|
|
@@ -2203,16 +2210,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2203
2210
|
};
|
|
2204
2211
|
} | undefined;
|
|
2205
2212
|
instance_type?: number | undefined;
|
|
2206
|
-
quantity?: number | undefined;
|
|
2207
2213
|
price?: number | undefined;
|
|
2208
|
-
shipments_kolvo?: number | undefined;
|
|
2209
2214
|
delivery_ordered?: number | undefined;
|
|
2210
2215
|
deliveryTime?: number | undefined;
|
|
2211
|
-
min_remaining?: number | undefined;
|
|
2212
|
-
deficit?: number | undefined;
|
|
2213
|
-
shipments_deficit?: number | undefined;
|
|
2214
|
-
deficit_by_sclad?: number | undefined;
|
|
2215
|
-
in_kit?: number | undefined;
|
|
2216
2216
|
units_measurement?: import("../../material").IUnitsMeasurement[] | undefined;
|
|
2217
2217
|
actual_shipment_id?: number | null | undefined;
|
|
2218
2218
|
typeMaterial?: {
|
|
@@ -2260,13 +2260,53 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2260
2260
|
} | undefined;
|
|
2261
2261
|
}>, "many">;
|
|
2262
2262
|
}, "strip", z.ZodTypeAny, {
|
|
2263
|
-
|
|
2263
|
+
cbeds: {
|
|
2264
2264
|
ban?: boolean | undefined;
|
|
2265
|
+
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
2266
|
+
designation?: string | null | undefined;
|
|
2265
2267
|
description?: string | null | undefined;
|
|
2266
2268
|
id?: number | undefined;
|
|
2267
2269
|
name?: string | undefined;
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
+
calculate_needs_time?: Date | null | undefined;
|
|
2271
|
+
min_remaining?: number | undefined;
|
|
2272
|
+
remainder_after_coming?: number | undefined;
|
|
2273
|
+
task_relative_id?: number | null | undefined;
|
|
2274
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2275
|
+
quantity?: number | undefined;
|
|
2276
|
+
deficit?: number | undefined;
|
|
2277
|
+
shipments_kolvo?: number | undefined;
|
|
2278
|
+
production_ordered?: number | undefined;
|
|
2279
|
+
deficit_by_sclad?: number | undefined;
|
|
2280
|
+
shipments_deficit?: number | undefined;
|
|
2281
|
+
ava_path?: string | null | undefined;
|
|
2282
|
+
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
2283
|
+
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
2284
|
+
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2285
|
+
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2286
|
+
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2287
|
+
listDetal?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2288
|
+
attention?: boolean | undefined;
|
|
2289
|
+
in_kit?: number | undefined;
|
|
2290
|
+
responsibleId?: number | null | undefined;
|
|
2291
|
+
assemble_id?: number | null | undefined;
|
|
2292
|
+
discontinued?: boolean | undefined;
|
|
2293
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2294
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2295
|
+
}[];
|
|
2296
|
+
materials: {
|
|
2297
|
+
ban?: boolean | undefined;
|
|
2298
|
+
description?: string | null | undefined;
|
|
2299
|
+
id?: number | undefined;
|
|
2300
|
+
name?: string | undefined;
|
|
2301
|
+
shipments?: any;
|
|
2302
|
+
min_remaining?: number | undefined;
|
|
2303
|
+
quantity?: number | undefined;
|
|
2304
|
+
deficit?: number | undefined;
|
|
2305
|
+
shipments_kolvo?: number | undefined;
|
|
2306
|
+
deficit_by_sclad?: number | undefined;
|
|
2307
|
+
shipments_deficit?: number | undefined;
|
|
2308
|
+
attention?: boolean | undefined;
|
|
2309
|
+
in_kit?: number | undefined;
|
|
2270
2310
|
characteristics?: {
|
|
2271
2311
|
length: {
|
|
2272
2312
|
used: boolean;
|
|
@@ -2274,19 +2314,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2274
2314
|
znach: number;
|
|
2275
2315
|
shortName: string;
|
|
2276
2316
|
};
|
|
2277
|
-
|
|
2317
|
+
width: {
|
|
2278
2318
|
used: boolean;
|
|
2279
2319
|
edizmId: number;
|
|
2280
2320
|
znach: number;
|
|
2281
2321
|
shortName: string;
|
|
2282
2322
|
};
|
|
2283
|
-
|
|
2323
|
+
height: {
|
|
2284
2324
|
used: boolean;
|
|
2285
2325
|
edizmId: number;
|
|
2286
2326
|
znach: number;
|
|
2287
2327
|
shortName: string;
|
|
2288
2328
|
};
|
|
2289
|
-
|
|
2329
|
+
density: {
|
|
2290
2330
|
used: boolean;
|
|
2291
2331
|
edizmId: number;
|
|
2292
2332
|
znach: number;
|
|
@@ -2318,16 +2358,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2318
2358
|
};
|
|
2319
2359
|
} | undefined;
|
|
2320
2360
|
instance_type?: number | undefined;
|
|
2321
|
-
quantity?: number | undefined;
|
|
2322
2361
|
price?: number | undefined;
|
|
2323
|
-
shipments_kolvo?: number | undefined;
|
|
2324
2362
|
delivery_ordered?: number | undefined;
|
|
2325
2363
|
deliveryTime?: number | undefined;
|
|
2326
|
-
min_remaining?: number | undefined;
|
|
2327
|
-
deficit?: number | undefined;
|
|
2328
|
-
shipments_deficit?: number | undefined;
|
|
2329
|
-
deficit_by_sclad?: number | undefined;
|
|
2330
|
-
in_kit?: number | undefined;
|
|
2331
2364
|
units_measurement?: import("../../material").IUnitsMeasurement[] | undefined;
|
|
2332
2365
|
actual_shipment_id?: number | null | undefined;
|
|
2333
2366
|
typeMaterial?: {
|
|
@@ -2374,39 +2407,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2374
2407
|
instance_type: number;
|
|
2375
2408
|
} | undefined;
|
|
2376
2409
|
}[];
|
|
2377
|
-
cbeds: {
|
|
2378
|
-
ban?: boolean | undefined;
|
|
2379
|
-
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
2380
|
-
designation?: string | null | undefined;
|
|
2381
|
-
description?: string | null | undefined;
|
|
2382
|
-
id?: number | undefined;
|
|
2383
|
-
name?: string | undefined;
|
|
2384
|
-
assemble_id?: number | null | undefined;
|
|
2385
|
-
attention?: boolean | undefined;
|
|
2386
|
-
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2387
|
-
quantity?: number | undefined;
|
|
2388
|
-
shipments_kolvo?: number | undefined;
|
|
2389
|
-
min_remaining?: number | undefined;
|
|
2390
|
-
responsibleId?: number | null | undefined;
|
|
2391
|
-
calculate_needs_time?: Date | null | undefined;
|
|
2392
|
-
remainder_after_coming?: number | undefined;
|
|
2393
|
-
deficit?: number | undefined;
|
|
2394
|
-
shipments_deficit?: number | undefined;
|
|
2395
|
-
production_ordered?: number | undefined;
|
|
2396
|
-
deficit_by_sclad?: number | undefined;
|
|
2397
|
-
ava_path?: string | null | undefined;
|
|
2398
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2399
|
-
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
2400
|
-
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
2401
|
-
in_kit?: number | undefined;
|
|
2402
|
-
task_relative_id?: number | null | undefined;
|
|
2403
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2404
|
-
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2405
|
-
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2406
|
-
listDetal?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2407
|
-
discontinued?: boolean | undefined;
|
|
2408
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2409
|
-
}[];
|
|
2410
2410
|
detals: {
|
|
2411
2411
|
ban?: boolean | undefined;
|
|
2412
2412
|
cbed?: {
|
|
@@ -2416,31 +2416,31 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2416
2416
|
description: string | null;
|
|
2417
2417
|
id: number;
|
|
2418
2418
|
name: string;
|
|
2419
|
-
assemble_id: number | null;
|
|
2420
|
-
attention: boolean;
|
|
2421
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
2422
|
-
quantity: number;
|
|
2423
|
-
shipments_kolvo: number;
|
|
2424
|
-
min_remaining: number;
|
|
2425
|
-
responsibleId: number | null;
|
|
2426
2419
|
calculate_needs_time: Date | null;
|
|
2420
|
+
min_remaining: number;
|
|
2427
2421
|
remainder_after_coming: number;
|
|
2422
|
+
quantity: number;
|
|
2428
2423
|
deficit: number;
|
|
2429
|
-
|
|
2424
|
+
shipments_kolvo: number;
|
|
2430
2425
|
production_ordered: number;
|
|
2431
2426
|
deficit_by_sclad: number;
|
|
2427
|
+
shipments_deficit: number;
|
|
2432
2428
|
ava_path: string | null;
|
|
2433
2429
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
2434
2430
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
2435
|
-
|
|
2431
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
2436
2432
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
2437
2433
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
2438
2434
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
2439
|
-
|
|
2435
|
+
attention: boolean;
|
|
2436
|
+
in_kit: number;
|
|
2437
|
+
responsibleId: number | null;
|
|
2438
|
+
assemble_id: number | null;
|
|
2440
2439
|
task_relative_id?: number | null | undefined;
|
|
2441
2440
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2442
2441
|
discontinued?: boolean | undefined;
|
|
2443
2442
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2443
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2444
2444
|
}[] | undefined;
|
|
2445
2445
|
metaloworking?: {
|
|
2446
2446
|
status: string;
|
|
@@ -2468,10 +2468,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2468
2468
|
type?: string | undefined;
|
|
2469
2469
|
description?: string | undefined;
|
|
2470
2470
|
id?: number | null | undefined;
|
|
2471
|
-
width?: number | null | undefined;
|
|
2472
|
-
height?: number | null | undefined;
|
|
2473
2471
|
external_id?: number | null | undefined;
|
|
2474
2472
|
original_name?: string | undefined;
|
|
2473
|
+
width?: number | null | undefined;
|
|
2474
|
+
height?: number | null | undefined;
|
|
2475
2475
|
size?: number | null | undefined;
|
|
2476
2476
|
hash?: string | undefined;
|
|
2477
2477
|
}[] | undefined;
|
|
@@ -2506,31 +2506,70 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2506
2506
|
company_id?: number | undefined;
|
|
2507
2507
|
parent_id?: number | null | undefined;
|
|
2508
2508
|
}[] | undefined;
|
|
2509
|
-
attention?: boolean | undefined;
|
|
2510
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2511
|
-
quantity?: number | undefined;
|
|
2512
|
-
shipments_kolvo?: number | undefined;
|
|
2513
|
-
min_remaining?: number | undefined;
|
|
2514
|
-
responsibleId?: number | undefined;
|
|
2515
2509
|
calculate_needs_time?: Date | null | undefined;
|
|
2510
|
+
min_remaining?: number | undefined;
|
|
2516
2511
|
remainder_after_coming?: number | undefined;
|
|
2512
|
+
task_relative_id?: number | null | undefined;
|
|
2513
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2514
|
+
quantity?: number | undefined;
|
|
2517
2515
|
deficit?: number | undefined;
|
|
2518
|
-
|
|
2516
|
+
shipments_kolvo?: number | undefined;
|
|
2519
2517
|
production_ordered?: number | undefined;
|
|
2520
2518
|
deficit_by_sclad?: number | undefined;
|
|
2519
|
+
shipments_deficit?: number | undefined;
|
|
2521
2520
|
ava_path?: string | null | undefined;
|
|
2522
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2523
2521
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
2524
2522
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
2525
|
-
|
|
2523
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2524
|
+
attention?: boolean | undefined;
|
|
2526
2525
|
in_kit?: number | undefined;
|
|
2526
|
+
responsibleId?: number | undefined;
|
|
2527
|
+
discontinued?: boolean | undefined;
|
|
2528
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2529
|
+
products?: {
|
|
2530
|
+
ban: boolean;
|
|
2531
|
+
designation: string | null;
|
|
2532
|
+
description: string | null;
|
|
2533
|
+
name: string;
|
|
2534
|
+
calculate_needs_time: Date | null;
|
|
2535
|
+
min_remaining: number;
|
|
2536
|
+
quantity: number;
|
|
2537
|
+
deficit: number;
|
|
2538
|
+
shipments_kolvo: number;
|
|
2539
|
+
production_ordered: number;
|
|
2540
|
+
shipments_deficit: number;
|
|
2541
|
+
ava_path: string | null;
|
|
2542
|
+
parametrs: import("../../cbed").CbedVariableField[];
|
|
2543
|
+
characteristic: import("../../cbed").CbedVariableField[];
|
|
2544
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
2545
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
2546
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
2547
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
2548
|
+
attention: boolean;
|
|
2549
|
+
in_kit: number;
|
|
2550
|
+
responsibleId: number | null;
|
|
2551
|
+
articl: string | null;
|
|
2552
|
+
is_custom: boolean;
|
|
2553
|
+
id?: number | null | undefined;
|
|
2554
|
+
discontinued?: boolean | undefined;
|
|
2555
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2556
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2557
|
+
}[] | undefined;
|
|
2558
|
+
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
2527
2559
|
actual_shipment_id?: number | null | undefined;
|
|
2528
2560
|
materials?: {
|
|
2529
2561
|
ban: boolean;
|
|
2530
2562
|
description: string | null;
|
|
2531
2563
|
id: number;
|
|
2532
2564
|
name: string;
|
|
2565
|
+
min_remaining: number;
|
|
2566
|
+
quantity: number;
|
|
2567
|
+
deficit: number;
|
|
2568
|
+
shipments_kolvo: number;
|
|
2569
|
+
deficit_by_sclad: number;
|
|
2570
|
+
shipments_deficit: number;
|
|
2533
2571
|
attention: boolean;
|
|
2572
|
+
in_kit: number;
|
|
2534
2573
|
characteristics: {
|
|
2535
2574
|
length: {
|
|
2536
2575
|
used: boolean;
|
|
@@ -2538,19 +2577,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2538
2577
|
znach: number;
|
|
2539
2578
|
shortName: string;
|
|
2540
2579
|
};
|
|
2541
|
-
|
|
2580
|
+
width: {
|
|
2542
2581
|
used: boolean;
|
|
2543
2582
|
edizmId: number;
|
|
2544
2583
|
znach: number;
|
|
2545
2584
|
shortName: string;
|
|
2546
2585
|
};
|
|
2547
|
-
|
|
2586
|
+
height: {
|
|
2548
2587
|
used: boolean;
|
|
2549
2588
|
edizmId: number;
|
|
2550
2589
|
znach: number;
|
|
2551
2590
|
shortName: string;
|
|
2552
2591
|
};
|
|
2553
|
-
|
|
2592
|
+
density: {
|
|
2554
2593
|
used: boolean;
|
|
2555
2594
|
edizmId: number;
|
|
2556
2595
|
znach: number;
|
|
@@ -2582,16 +2621,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2582
2621
|
};
|
|
2583
2622
|
};
|
|
2584
2623
|
instance_type: number;
|
|
2585
|
-
quantity: number;
|
|
2586
2624
|
price: number;
|
|
2587
|
-
shipments_kolvo: number;
|
|
2588
2625
|
delivery_ordered: number;
|
|
2589
2626
|
deliveryTime: number;
|
|
2590
|
-
min_remaining: number;
|
|
2591
|
-
deficit: number;
|
|
2592
|
-
shipments_deficit: number;
|
|
2593
|
-
deficit_by_sclad: number;
|
|
2594
|
-
in_kit: number;
|
|
2595
2627
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
2596
2628
|
actual_shipment_id: number | null;
|
|
2597
2629
|
typeMaterial: {
|
|
@@ -2643,38 +2675,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2643
2675
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
2644
2676
|
mat_zag_zam?: number | null | undefined;
|
|
2645
2677
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
2646
|
-
task_relative_id?: number | null | undefined;
|
|
2647
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2648
|
-
discontinued?: boolean | undefined;
|
|
2649
|
-
products?: {
|
|
2650
|
-
ban: boolean;
|
|
2651
|
-
designation: string | null;
|
|
2652
|
-
description: string | null;
|
|
2653
|
-
name: string;
|
|
2654
|
-
attention: boolean;
|
|
2655
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
2656
|
-
quantity: number;
|
|
2657
|
-
shipments_kolvo: number;
|
|
2658
|
-
min_remaining: number;
|
|
2659
|
-
responsibleId: number | null;
|
|
2660
|
-
calculate_needs_time: Date | null;
|
|
2661
|
-
deficit: number;
|
|
2662
|
-
shipments_deficit: number;
|
|
2663
|
-
production_ordered: number;
|
|
2664
|
-
ava_path: string | null;
|
|
2665
|
-
parametrs: import("../../cbed").CbedVariableField[];
|
|
2666
|
-
characteristic: import("../../cbed").CbedVariableField[];
|
|
2667
|
-
in_kit: number;
|
|
2668
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
2669
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
2670
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
2671
|
-
articl: string | null;
|
|
2672
|
-
is_custom: boolean;
|
|
2673
|
-
id?: number | null | undefined;
|
|
2674
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2675
|
-
discontinued?: boolean | undefined;
|
|
2676
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2677
|
-
}[] | undefined;
|
|
2678
2678
|
sebestoim?: {
|
|
2679
2679
|
name: string;
|
|
2680
2680
|
id?: number | null | undefined;
|
|
@@ -2692,19 +2692,59 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2692
2692
|
warehouse_readiness_date: Date | null;
|
|
2693
2693
|
description?: string | undefined;
|
|
2694
2694
|
id?: number | null | undefined;
|
|
2695
|
-
cbed_id?: number | null | undefined;
|
|
2696
2695
|
detal_id?: number | null | undefined;
|
|
2696
|
+
cbed_id?: number | null | undefined;
|
|
2697
2697
|
product_id?: number | null | undefined;
|
|
2698
2698
|
}[] | undefined;
|
|
2699
2699
|
}[];
|
|
2700
2700
|
}, {
|
|
2701
|
+
cbeds: {
|
|
2702
|
+
ban?: boolean | undefined;
|
|
2703
|
+
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
2704
|
+
designation?: string | null | undefined;
|
|
2705
|
+
description?: string | null | undefined;
|
|
2706
|
+
id?: number | undefined;
|
|
2707
|
+
name?: string | undefined;
|
|
2708
|
+
calculate_needs_time?: Date | null | undefined;
|
|
2709
|
+
min_remaining?: number | undefined;
|
|
2710
|
+
remainder_after_coming?: number | undefined;
|
|
2711
|
+
task_relative_id?: number | null | undefined;
|
|
2712
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2713
|
+
quantity?: number | undefined;
|
|
2714
|
+
deficit?: number | undefined;
|
|
2715
|
+
shipments_kolvo?: number | undefined;
|
|
2716
|
+
production_ordered?: number | undefined;
|
|
2717
|
+
deficit_by_sclad?: number | undefined;
|
|
2718
|
+
shipments_deficit?: number | undefined;
|
|
2719
|
+
ava_path?: string | null | undefined;
|
|
2720
|
+
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
2721
|
+
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
2722
|
+
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2723
|
+
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2724
|
+
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2725
|
+
listDetal?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2726
|
+
attention?: boolean | undefined;
|
|
2727
|
+
in_kit?: number | undefined;
|
|
2728
|
+
responsibleId?: number | null | undefined;
|
|
2729
|
+
assemble_id?: number | null | undefined;
|
|
2730
|
+
discontinued?: boolean | undefined;
|
|
2731
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2732
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2733
|
+
}[];
|
|
2701
2734
|
materials: {
|
|
2702
2735
|
ban?: boolean | undefined;
|
|
2703
2736
|
description?: string | null | undefined;
|
|
2704
2737
|
id?: number | undefined;
|
|
2705
2738
|
name?: string | undefined;
|
|
2706
2739
|
shipments?: any;
|
|
2740
|
+
min_remaining?: number | undefined;
|
|
2741
|
+
quantity?: number | undefined;
|
|
2742
|
+
deficit?: number | undefined;
|
|
2743
|
+
shipments_kolvo?: number | undefined;
|
|
2744
|
+
deficit_by_sclad?: number | undefined;
|
|
2745
|
+
shipments_deficit?: number | undefined;
|
|
2707
2746
|
attention?: boolean | undefined;
|
|
2747
|
+
in_kit?: number | undefined;
|
|
2708
2748
|
characteristics?: {
|
|
2709
2749
|
length: {
|
|
2710
2750
|
used: boolean;
|
|
@@ -2712,19 +2752,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2712
2752
|
znach: number;
|
|
2713
2753
|
shortName: string;
|
|
2714
2754
|
};
|
|
2715
|
-
|
|
2755
|
+
width: {
|
|
2716
2756
|
used: boolean;
|
|
2717
2757
|
edizmId: number;
|
|
2718
2758
|
znach: number;
|
|
2719
2759
|
shortName: string;
|
|
2720
2760
|
};
|
|
2721
|
-
|
|
2761
|
+
height: {
|
|
2722
2762
|
used: boolean;
|
|
2723
2763
|
edizmId: number;
|
|
2724
2764
|
znach: number;
|
|
2725
2765
|
shortName: string;
|
|
2726
2766
|
};
|
|
2727
|
-
|
|
2767
|
+
density: {
|
|
2728
2768
|
used: boolean;
|
|
2729
2769
|
edizmId: number;
|
|
2730
2770
|
znach: number;
|
|
@@ -2756,16 +2796,9 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2756
2796
|
};
|
|
2757
2797
|
} | undefined;
|
|
2758
2798
|
instance_type?: number | undefined;
|
|
2759
|
-
quantity?: number | undefined;
|
|
2760
2799
|
price?: number | undefined;
|
|
2761
|
-
shipments_kolvo?: number | undefined;
|
|
2762
2800
|
delivery_ordered?: number | undefined;
|
|
2763
2801
|
deliveryTime?: number | undefined;
|
|
2764
|
-
min_remaining?: number | undefined;
|
|
2765
|
-
deficit?: number | undefined;
|
|
2766
|
-
shipments_deficit?: number | undefined;
|
|
2767
|
-
deficit_by_sclad?: number | undefined;
|
|
2768
|
-
in_kit?: number | undefined;
|
|
2769
2802
|
units_measurement?: import("../../material").IUnitsMeasurement[] | undefined;
|
|
2770
2803
|
actual_shipment_id?: number | null | undefined;
|
|
2771
2804
|
typeMaterial?: {
|
|
@@ -2812,39 +2845,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2812
2845
|
instance_type: number;
|
|
2813
2846
|
} | undefined;
|
|
2814
2847
|
}[];
|
|
2815
|
-
cbeds: {
|
|
2816
|
-
ban?: boolean | undefined;
|
|
2817
|
-
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
2818
|
-
designation?: string | null | undefined;
|
|
2819
|
-
description?: string | null | undefined;
|
|
2820
|
-
id?: number | undefined;
|
|
2821
|
-
name?: string | undefined;
|
|
2822
|
-
assemble_id?: number | null | undefined;
|
|
2823
|
-
attention?: boolean | undefined;
|
|
2824
|
-
materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2825
|
-
quantity?: number | undefined;
|
|
2826
|
-
shipments_kolvo?: number | undefined;
|
|
2827
|
-
min_remaining?: number | undefined;
|
|
2828
|
-
responsibleId?: number | null | undefined;
|
|
2829
|
-
calculate_needs_time?: Date | null | undefined;
|
|
2830
|
-
remainder_after_coming?: number | undefined;
|
|
2831
|
-
deficit?: number | undefined;
|
|
2832
|
-
shipments_deficit?: number | undefined;
|
|
2833
|
-
production_ordered?: number | undefined;
|
|
2834
|
-
deficit_by_sclad?: number | undefined;
|
|
2835
|
-
ava_path?: string | null | undefined;
|
|
2836
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2837
|
-
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
2838
|
-
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
2839
|
-
in_kit?: number | undefined;
|
|
2840
|
-
task_relative_id?: number | null | undefined;
|
|
2841
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2842
|
-
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2843
|
-
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2844
|
-
listDetal?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
2845
|
-
discontinued?: boolean | undefined;
|
|
2846
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2847
|
-
}[];
|
|
2848
2848
|
detals: {
|
|
2849
2849
|
ban?: boolean | undefined;
|
|
2850
2850
|
cbed?: {
|
|
@@ -2852,33 +2852,33 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2852
2852
|
description: string | null;
|
|
2853
2853
|
id: number;
|
|
2854
2854
|
name: string;
|
|
2855
|
-
assemble_id: number | null;
|
|
2856
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
2857
|
-
responsibleId: number | null;
|
|
2858
2855
|
ava_path: string | null;
|
|
2859
2856
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
2860
2857
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
2858
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
2861
2859
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
2862
2860
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
2863
2861
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
2862
|
+
responsibleId: number | null;
|
|
2863
|
+
assemble_id: number | null;
|
|
2864
2864
|
ban?: boolean | undefined;
|
|
2865
2865
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
2866
|
-
attention?: boolean | undefined;
|
|
2867
|
-
quantity?: number | undefined;
|
|
2868
|
-
shipments_kolvo?: number | undefined;
|
|
2869
|
-
min_remaining?: number | undefined;
|
|
2870
2866
|
calculate_needs_time?: Date | null | undefined;
|
|
2867
|
+
min_remaining?: number | undefined;
|
|
2871
2868
|
remainder_after_coming?: number | undefined;
|
|
2869
|
+
task_relative_id?: number | null | undefined;
|
|
2870
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2871
|
+
quantity?: number | undefined;
|
|
2872
2872
|
deficit?: number | undefined;
|
|
2873
|
-
|
|
2873
|
+
shipments_kolvo?: number | undefined;
|
|
2874
2874
|
production_ordered?: number | undefined;
|
|
2875
2875
|
deficit_by_sclad?: number | undefined;
|
|
2876
|
-
|
|
2876
|
+
shipments_deficit?: number | undefined;
|
|
2877
|
+
attention?: boolean | undefined;
|
|
2877
2878
|
in_kit?: number | undefined;
|
|
2878
|
-
task_relative_id?: number | null | undefined;
|
|
2879
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2880
2879
|
discontinued?: boolean | undefined;
|
|
2881
2880
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2881
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2882
2882
|
}[] | undefined;
|
|
2883
2883
|
metaloworking?: {
|
|
2884
2884
|
status: string;
|
|
@@ -2903,10 +2903,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2903
2903
|
ban?: boolean | undefined;
|
|
2904
2904
|
description?: string | undefined;
|
|
2905
2905
|
id?: number | null | undefined;
|
|
2906
|
-
width?: number | null | undefined;
|
|
2907
|
-
height?: number | null | undefined;
|
|
2908
2906
|
external_id?: number | null | undefined;
|
|
2909
2907
|
original_name?: string | undefined;
|
|
2908
|
+
width?: number | null | undefined;
|
|
2909
|
+
height?: number | null | undefined;
|
|
2910
2910
|
size?: number | null | undefined;
|
|
2911
2911
|
version?: number | undefined;
|
|
2912
2912
|
ava?: boolean | undefined;
|
|
@@ -2933,10 +2933,10 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2933
2933
|
ban?: boolean | undefined;
|
|
2934
2934
|
description?: string | null | undefined;
|
|
2935
2935
|
contacts?: string | null | undefined;
|
|
2936
|
+
attention?: boolean | undefined;
|
|
2936
2937
|
inn?: string | null | undefined;
|
|
2937
2938
|
cpp?: string | null | undefined;
|
|
2938
2939
|
rekvisit?: string | null | undefined;
|
|
2939
|
-
attention?: boolean | undefined;
|
|
2940
2940
|
purchasesId?: number | undefined;
|
|
2941
2941
|
} | undefined;
|
|
2942
2942
|
company_id?: number | undefined;
|
|
@@ -2944,30 +2944,67 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2944
2944
|
is_custom_product?: boolean | undefined;
|
|
2945
2945
|
parent_id?: number | null | undefined;
|
|
2946
2946
|
}[] | undefined;
|
|
2947
|
-
attention?: boolean | undefined;
|
|
2948
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2949
|
-
quantity?: number | undefined;
|
|
2950
|
-
shipments_kolvo?: number | undefined;
|
|
2951
|
-
min_remaining?: number | undefined;
|
|
2952
|
-
responsibleId?: number | undefined;
|
|
2953
2947
|
calculate_needs_time?: Date | null | undefined;
|
|
2948
|
+
min_remaining?: number | undefined;
|
|
2954
2949
|
remainder_after_coming?: number | undefined;
|
|
2950
|
+
task_relative_id?: number | null | undefined;
|
|
2951
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2952
|
+
quantity?: number | undefined;
|
|
2955
2953
|
deficit?: number | undefined;
|
|
2956
|
-
|
|
2954
|
+
shipments_kolvo?: number | undefined;
|
|
2957
2955
|
production_ordered?: number | undefined;
|
|
2958
2956
|
deficit_by_sclad?: number | undefined;
|
|
2957
|
+
shipments_deficit?: number | undefined;
|
|
2959
2958
|
ava_path?: string | null | undefined;
|
|
2960
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2961
2959
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
2962
2960
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
2963
|
-
|
|
2961
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2962
|
+
attention?: boolean | undefined;
|
|
2964
2963
|
in_kit?: number | undefined;
|
|
2964
|
+
responsibleId?: number | undefined;
|
|
2965
|
+
discontinued?: boolean | undefined;
|
|
2966
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2967
|
+
products?: {
|
|
2968
|
+
designation: string | null;
|
|
2969
|
+
description: string | null;
|
|
2970
|
+
name: string;
|
|
2971
|
+
ava_path: string | null;
|
|
2972
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
2973
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
2974
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
2975
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
2976
|
+
responsibleId: number | null;
|
|
2977
|
+
articl: string | null;
|
|
2978
|
+
ban?: boolean | undefined;
|
|
2979
|
+
id?: number | null | undefined;
|
|
2980
|
+
calculate_needs_time?: Date | null | undefined;
|
|
2981
|
+
min_remaining?: number | undefined;
|
|
2982
|
+
quantity?: number | undefined;
|
|
2983
|
+
deficit?: number | undefined;
|
|
2984
|
+
shipments_kolvo?: number | undefined;
|
|
2985
|
+
production_ordered?: number | undefined;
|
|
2986
|
+
shipments_deficit?: number | undefined;
|
|
2987
|
+
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
2988
|
+
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
2989
|
+
attention?: boolean | undefined;
|
|
2990
|
+
in_kit?: number | undefined;
|
|
2991
|
+
discontinued?: boolean | undefined;
|
|
2992
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
2993
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2994
|
+
is_custom?: boolean | undefined;
|
|
2995
|
+
}[] | undefined;
|
|
2996
|
+
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
2965
2997
|
actual_shipment_id?: number | null | undefined;
|
|
2966
2998
|
materials?: {
|
|
2967
2999
|
description: string | null;
|
|
2968
3000
|
id: number;
|
|
2969
3001
|
name: string;
|
|
3002
|
+
min_remaining: number;
|
|
3003
|
+
quantity: number;
|
|
3004
|
+
deficit: number;
|
|
3005
|
+
shipments_kolvo: number;
|
|
2970
3006
|
attention: boolean;
|
|
3007
|
+
in_kit: number;
|
|
2971
3008
|
characteristics: {
|
|
2972
3009
|
length: {
|
|
2973
3010
|
used: boolean;
|
|
@@ -2975,19 +3012,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2975
3012
|
znach: number;
|
|
2976
3013
|
shortName: string;
|
|
2977
3014
|
};
|
|
2978
|
-
|
|
3015
|
+
width: {
|
|
2979
3016
|
used: boolean;
|
|
2980
3017
|
edizmId: number;
|
|
2981
3018
|
znach: number;
|
|
2982
3019
|
shortName: string;
|
|
2983
3020
|
};
|
|
2984
|
-
|
|
3021
|
+
height: {
|
|
2985
3022
|
used: boolean;
|
|
2986
3023
|
edizmId: number;
|
|
2987
3024
|
znach: number;
|
|
2988
3025
|
shortName: string;
|
|
2989
3026
|
};
|
|
2990
|
-
|
|
3027
|
+
density: {
|
|
2991
3028
|
used: boolean;
|
|
2992
3029
|
edizmId: number;
|
|
2993
3030
|
znach: number;
|
|
@@ -3019,13 +3056,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
3019
3056
|
};
|
|
3020
3057
|
};
|
|
3021
3058
|
instance_type: number;
|
|
3022
|
-
quantity: number;
|
|
3023
3059
|
price: number;
|
|
3024
|
-
shipments_kolvo: number;
|
|
3025
3060
|
deliveryTime: number;
|
|
3026
|
-
min_remaining: number;
|
|
3027
|
-
deficit: number;
|
|
3028
|
-
in_kit: number;
|
|
3029
3061
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
3030
3062
|
actual_shipment_id: number | null;
|
|
3031
3063
|
typeMaterial: {
|
|
@@ -3073,46 +3105,14 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
3073
3105
|
};
|
|
3074
3106
|
ban?: boolean | undefined;
|
|
3075
3107
|
shipments?: any;
|
|
3076
|
-
delivery_ordered?: number | undefined;
|
|
3077
|
-
shipments_deficit?: number | undefined;
|
|
3078
3108
|
deficit_by_sclad?: number | undefined;
|
|
3109
|
+
shipments_deficit?: number | undefined;
|
|
3110
|
+
delivery_ordered?: number | undefined;
|
|
3079
3111
|
}[] | undefined;
|
|
3080
3112
|
mat_zag?: number | null | undefined;
|
|
3081
3113
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
3082
3114
|
mat_zag_zam?: number | null | undefined;
|
|
3083
3115
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
3084
|
-
task_relative_id?: number | null | undefined;
|
|
3085
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
3086
|
-
discontinued?: boolean | undefined;
|
|
3087
|
-
products?: {
|
|
3088
|
-
designation: string | null;
|
|
3089
|
-
description: string | null;
|
|
3090
|
-
name: string;
|
|
3091
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
3092
|
-
responsibleId: number | null;
|
|
3093
|
-
ava_path: string | null;
|
|
3094
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
3095
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
3096
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
3097
|
-
articl: string | null;
|
|
3098
|
-
ban?: boolean | undefined;
|
|
3099
|
-
id?: number | null | undefined;
|
|
3100
|
-
attention?: boolean | undefined;
|
|
3101
|
-
quantity?: number | undefined;
|
|
3102
|
-
shipments_kolvo?: number | undefined;
|
|
3103
|
-
min_remaining?: number | undefined;
|
|
3104
|
-
calculate_needs_time?: Date | null | undefined;
|
|
3105
|
-
deficit?: number | undefined;
|
|
3106
|
-
shipments_deficit?: number | undefined;
|
|
3107
|
-
production_ordered?: number | undefined;
|
|
3108
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
3109
|
-
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
3110
|
-
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
3111
|
-
in_kit?: number | undefined;
|
|
3112
|
-
discontinued?: boolean | undefined;
|
|
3113
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
3114
|
-
is_custom?: boolean | undefined;
|
|
3115
|
-
}[] | undefined;
|
|
3116
3116
|
sebestoim?: {
|
|
3117
3117
|
name: string;
|
|
3118
3118
|
id?: number | null | undefined;
|
|
@@ -3129,8 +3129,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
3129
3129
|
ban?: boolean | undefined;
|
|
3130
3130
|
description?: string | undefined;
|
|
3131
3131
|
id?: number | null | undefined;
|
|
3132
|
-
cbed_id?: number | null | undefined;
|
|
3133
3132
|
detal_id?: number | null | undefined;
|
|
3133
|
+
cbed_id?: number | null | undefined;
|
|
3134
3134
|
product_id?: number | null | undefined;
|
|
3135
3135
|
count_create?: number | undefined;
|
|
3136
3136
|
}[] | undefined;
|