@pksep/zod-shared 0.0.527 → 0.0.528
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 +23 -18
- package/dist/action/schemas/actions.schema.js +2 -1
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +81 -90
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +68 -75
- package/dist/assemble/schemas/assemble.schema.d.ts +62 -69
- 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 +98 -98
- 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 +462 -462
- package/dist/operations/dto/create-type-operation.dto.d.ts +0 -4
- package/dist/operations/dto/create-type-operation.dto.js +1 -5
- package/dist/operations/dto/update-type-operation.dto.d.ts +0 -4
- package/dist/operations/dto/update-type-operation.dto.js +1 -5
- package/dist/operations/index.d.ts +0 -2
- package/dist/operations/index.js +0 -2
- package/dist/operations/interfaces/interface.d.ts +0 -5
- package/dist/operations/schemas/operation.schema.d.ts +17 -21
- package/dist/operations/schemas/operation.schema.js +0 -4
- package/dist/operations/schemas/type-operation.schema.d.ts +0 -4
- package/dist/operations/schemas/type-operation.schema.js +0 -2
- 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/interfaces/production-tasks.d.ts +0 -1
- 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 +451 -451
- 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 +482 -482
- package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
- package/dist/tech-process/schemas/tech-process.schema.d.ts +26 -31
- 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 +264 -264
- 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
|
-
external_id?: number | null | undefined;
|
|
55
|
-
original_name?: string | undefined;
|
|
56
54
|
width?: number | null | undefined;
|
|
57
55
|
height?: number | null | undefined;
|
|
56
|
+
external_id?: number | null | undefined;
|
|
57
|
+
original_name?: string | 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
|
-
external_id?: number | null | undefined;
|
|
69
|
-
original_name?: string | undefined;
|
|
70
68
|
width?: number | null | undefined;
|
|
71
69
|
height?: number | null | undefined;
|
|
70
|
+
external_id?: number | null | undefined;
|
|
71
|
+
original_name?: string | 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
|
+
density: {
|
|
230
230
|
used: boolean;
|
|
231
231
|
edizmId: number;
|
|
232
232
|
znach: number;
|
|
233
233
|
shortName: string;
|
|
234
234
|
};
|
|
235
|
-
|
|
235
|
+
width: {
|
|
236
236
|
used: boolean;
|
|
237
237
|
edizmId: number;
|
|
238
238
|
znach: number;
|
|
239
239
|
shortName: string;
|
|
240
240
|
};
|
|
241
|
-
|
|
241
|
+
height: {
|
|
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
|
+
density: {
|
|
279
279
|
used: boolean;
|
|
280
280
|
edizmId: number;
|
|
281
281
|
znach: number;
|
|
282
282
|
shortName: string;
|
|
283
283
|
};
|
|
284
|
-
|
|
284
|
+
width: {
|
|
285
285
|
used: boolean;
|
|
286
286
|
edizmId: number;
|
|
287
287
|
znach: number;
|
|
288
288
|
shortName: string;
|
|
289
289
|
};
|
|
290
|
-
|
|
290
|
+
height: {
|
|
291
291
|
used: boolean;
|
|
292
292
|
edizmId: number;
|
|
293
293
|
znach: number;
|
|
@@ -413,14 +413,7 @@ 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;
|
|
422
416
|
attention: boolean;
|
|
423
|
-
in_kit: number;
|
|
424
417
|
characteristics: {
|
|
425
418
|
length: {
|
|
426
419
|
used: boolean;
|
|
@@ -428,19 +421,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
428
421
|
znach: number;
|
|
429
422
|
shortName: string;
|
|
430
423
|
};
|
|
431
|
-
|
|
424
|
+
density: {
|
|
432
425
|
used: boolean;
|
|
433
426
|
edizmId: number;
|
|
434
427
|
znach: number;
|
|
435
428
|
shortName: string;
|
|
436
429
|
};
|
|
437
|
-
|
|
430
|
+
width: {
|
|
438
431
|
used: boolean;
|
|
439
432
|
edizmId: number;
|
|
440
433
|
znach: number;
|
|
441
434
|
shortName: string;
|
|
442
435
|
};
|
|
443
|
-
|
|
436
|
+
height: {
|
|
444
437
|
used: boolean;
|
|
445
438
|
edizmId: number;
|
|
446
439
|
znach: number;
|
|
@@ -472,9 +465,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
472
465
|
};
|
|
473
466
|
};
|
|
474
467
|
instance_type: number;
|
|
468
|
+
quantity: number;
|
|
475
469
|
price: number;
|
|
470
|
+
shipments_kolvo: number;
|
|
476
471
|
delivery_ordered: number;
|
|
477
472
|
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,12 +525,7 @@ 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;
|
|
532
528
|
attention: boolean;
|
|
533
|
-
in_kit: number;
|
|
534
529
|
characteristics: {
|
|
535
530
|
length: {
|
|
536
531
|
used: boolean;
|
|
@@ -538,19 +533,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
538
533
|
znach: number;
|
|
539
534
|
shortName: string;
|
|
540
535
|
};
|
|
541
|
-
|
|
536
|
+
density: {
|
|
542
537
|
used: boolean;
|
|
543
538
|
edizmId: number;
|
|
544
539
|
znach: number;
|
|
545
540
|
shortName: string;
|
|
546
541
|
};
|
|
547
|
-
|
|
542
|
+
width: {
|
|
548
543
|
used: boolean;
|
|
549
544
|
edizmId: number;
|
|
550
545
|
znach: number;
|
|
551
546
|
shortName: string;
|
|
552
547
|
};
|
|
553
|
-
|
|
548
|
+
height: {
|
|
554
549
|
used: boolean;
|
|
555
550
|
edizmId: number;
|
|
556
551
|
znach: number;
|
|
@@ -582,8 +577,13 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
582
577
|
};
|
|
583
578
|
};
|
|
584
579
|
instance_type: number;
|
|
580
|
+
quantity: number;
|
|
585
581
|
price: number;
|
|
582
|
+
shipments_kolvo: number;
|
|
586
583
|
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
|
-
deficit_by_sclad?: number | undefined;
|
|
635
|
-
shipments_deficit?: number | undefined;
|
|
636
634
|
delivery_ordered?: number | undefined;
|
|
635
|
+
shipments_deficit?: number | undefined;
|
|
636
|
+
deficit_by_sclad?: 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
|
-
|
|
685
|
+
assemble_id: number | null;
|
|
686
|
+
attention: boolean;
|
|
687
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
688
|
+
quantity: number;
|
|
689
|
+
shipments_kolvo: number;
|
|
686
690
|
min_remaining: number;
|
|
691
|
+
responsibleId: number | null;
|
|
692
|
+
calculate_needs_time: Date | null;
|
|
687
693
|
remainder_after_coming: number;
|
|
688
|
-
quantity: number;
|
|
689
694
|
deficit: number;
|
|
690
|
-
|
|
695
|
+
shipments_deficit: number;
|
|
691
696
|
production_ordered: number;
|
|
692
697
|
deficit_by_sclad: number;
|
|
693
|
-
shipments_deficit: number;
|
|
694
698
|
ava_path: string | null;
|
|
695
699
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
696
700
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
697
|
-
|
|
701
|
+
in_kit: number;
|
|
698
702
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
699
703
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
700
704
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
701
|
-
|
|
702
|
-
in_kit: number;
|
|
703
|
-
responsibleId: number | null;
|
|
704
|
-
assemble_id: number | null;
|
|
705
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
705
706
|
task_relative_id?: number | null | undefined;
|
|
706
707
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
707
708
|
discontinued?: boolean | undefined;
|
|
708
709
|
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;
|
|
715
718
|
ava_path: string | null;
|
|
716
719
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
717
720
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
718
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
719
721
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
720
722
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
721
723
|
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
|
-
|
|
726
|
+
attention?: boolean | undefined;
|
|
727
|
+
quantity?: number | undefined;
|
|
728
|
+
shipments_kolvo?: number | undefined;
|
|
727
729
|
min_remaining?: number | undefined;
|
|
730
|
+
calculate_needs_time?: Date | null | undefined;
|
|
728
731
|
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_deficit?: number | undefined;
|
|
734
734
|
production_ordered?: number | undefined;
|
|
735
735
|
deficit_by_sclad?: number | undefined;
|
|
736
|
-
|
|
737
|
-
attention?: boolean | undefined;
|
|
736
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
738
737
|
in_kit?: number | undefined;
|
|
738
|
+
task_relative_id?: number | null | undefined;
|
|
739
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
739
740
|
discontinued?: boolean | undefined;
|
|
740
741
|
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
|
-
|
|
777
|
-
|
|
776
|
+
attention: boolean;
|
|
777
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
778
778
|
quantity: number;
|
|
779
|
-
deficit: number;
|
|
780
779
|
shipments_kolvo: number;
|
|
781
|
-
|
|
780
|
+
min_remaining: number;
|
|
781
|
+
responsibleId: number | null;
|
|
782
|
+
calculate_needs_time: Date | null;
|
|
783
|
+
deficit: number;
|
|
782
784
|
shipments_deficit: number;
|
|
785
|
+
production_ordered: number;
|
|
783
786
|
ava_path: string | null;
|
|
784
787
|
parametrs: import("../../cbed").CbedVariableField[];
|
|
785
788
|
characteristic: import("../../cbed").CbedVariableField[];
|
|
786
|
-
|
|
789
|
+
in_kit: number;
|
|
787
790
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
788
791
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
789
792
|
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;
|
|
796
797
|
discontinued?: boolean | undefined;
|
|
797
798
|
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
|
-
ava_path: string | null;
|
|
804
803
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
804
|
+
responsibleId: number | null;
|
|
805
|
+
ava_path: string | null;
|
|
805
806
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
806
807
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
807
808
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
808
|
-
responsibleId: number | null;
|
|
809
809
|
articl: string | null;
|
|
810
810
|
ban?: boolean | undefined;
|
|
811
811
|
id?: number | null | undefined;
|
|
812
|
-
|
|
813
|
-
min_remaining?: number | undefined;
|
|
812
|
+
attention?: boolean | undefined;
|
|
814
813
|
quantity?: number | undefined;
|
|
815
|
-
deficit?: number | undefined;
|
|
816
814
|
shipments_kolvo?: number | undefined;
|
|
817
|
-
|
|
815
|
+
min_remaining?: number | undefined;
|
|
816
|
+
calculate_needs_time?: Date | null | undefined;
|
|
817
|
+
deficit?: number | undefined;
|
|
818
818
|
shipments_deficit?: number | undefined;
|
|
819
|
+
production_ordered?: number | undefined;
|
|
820
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
819
821
|
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
820
822
|
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
821
|
-
attention?: boolean | undefined;
|
|
822
823
|
in_kit?: number | undefined;
|
|
823
824
|
discontinued?: boolean | undefined;
|
|
824
825
|
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
|
-
detal_id?: number | null | undefined;
|
|
896
895
|
cbed_id?: number | null | undefined;
|
|
896
|
+
detal_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
|
-
detal_id?: number | null | undefined;
|
|
908
907
|
cbed_id?: number | null | undefined;
|
|
908
|
+
detal_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;
|
|
955
954
|
inn?: string | null | undefined;
|
|
956
955
|
cpp?: string | null | undefined;
|
|
957
956
|
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;
|
|
1015
1014
|
inn?: string | null | undefined;
|
|
1016
1015
|
cpp?: string | null | undefined;
|
|
1017
1016
|
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
|
-
|
|
1035
|
+
assemble_id: number | null;
|
|
1036
|
+
attention: boolean;
|
|
1037
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1038
|
+
quantity: number;
|
|
1039
|
+
shipments_kolvo: number;
|
|
1036
1040
|
min_remaining: number;
|
|
1041
|
+
responsibleId: number | null;
|
|
1042
|
+
calculate_needs_time: Date | null;
|
|
1037
1043
|
remainder_after_coming: number;
|
|
1038
|
-
quantity: number;
|
|
1039
1044
|
deficit: number;
|
|
1040
|
-
|
|
1045
|
+
shipments_deficit: number;
|
|
1041
1046
|
production_ordered: number;
|
|
1042
1047
|
deficit_by_sclad: number;
|
|
1043
|
-
shipments_deficit: number;
|
|
1044
1048
|
ava_path: string | null;
|
|
1045
1049
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
1046
1050
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
1047
|
-
|
|
1051
|
+
in_kit: number;
|
|
1048
1052
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1049
1053
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1050
1054
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1051
|
-
|
|
1052
|
-
in_kit: number;
|
|
1053
|
-
responsibleId: number | null;
|
|
1054
|
-
assemble_id: number | null;
|
|
1055
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1055
1056
|
task_relative_id?: number | null | undefined;
|
|
1056
1057
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1057
1058
|
discontinued?: boolean | undefined;
|
|
1058
1059
|
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
|
-
external_id?: number | null | undefined;
|
|
1088
|
-
original_name?: string | undefined;
|
|
1089
1087
|
width?: number | null | undefined;
|
|
1090
1088
|
height?: number | null | undefined;
|
|
1089
|
+
external_id?: number | null | undefined;
|
|
1090
|
+
original_name?: string | undefined;
|
|
1091
1091
|
size?: number | null | undefined;
|
|
1092
1092
|
hash?: string | undefined;
|
|
1093
1093
|
}[] | undefined;
|
|
@@ -1122,70 +1122,31 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1122
1122
|
company_id?: number | undefined;
|
|
1123
1123
|
parent_id?: number | null | undefined;
|
|
1124
1124
|
}[] | undefined;
|
|
1125
|
-
|
|
1125
|
+
attention?: boolean | undefined;
|
|
1126
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1127
|
+
quantity?: number | undefined;
|
|
1128
|
+
shipments_kolvo?: number | undefined;
|
|
1126
1129
|
min_remaining?: number | undefined;
|
|
1130
|
+
responsibleId?: number | undefined;
|
|
1131
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1127
1132
|
remainder_after_coming?: number | undefined;
|
|
1128
|
-
task_relative_id?: number | null | undefined;
|
|
1129
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1130
|
-
quantity?: number | undefined;
|
|
1131
1133
|
deficit?: number | undefined;
|
|
1132
|
-
|
|
1134
|
+
shipments_deficit?: number | undefined;
|
|
1133
1135
|
production_ordered?: number | undefined;
|
|
1134
1136
|
deficit_by_sclad?: number | undefined;
|
|
1135
|
-
shipments_deficit?: number | undefined;
|
|
1136
1137
|
ava_path?: string | null | undefined;
|
|
1138
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1137
1139
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
1138
1140
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
1139
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1140
|
-
attention?: boolean | undefined;
|
|
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
1141
|
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
1142
|
+
in_kit?: number | undefined;
|
|
1175
1143
|
actual_shipment_id?: number | null | undefined;
|
|
1176
1144
|
materials?: {
|
|
1177
1145
|
ban: boolean;
|
|
1178
1146
|
description: string | null;
|
|
1179
1147
|
id: number;
|
|
1180
1148
|
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;
|
|
1187
1149
|
attention: boolean;
|
|
1188
|
-
in_kit: number;
|
|
1189
1150
|
characteristics: {
|
|
1190
1151
|
length: {
|
|
1191
1152
|
used: boolean;
|
|
@@ -1193,19 +1154,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1193
1154
|
znach: number;
|
|
1194
1155
|
shortName: string;
|
|
1195
1156
|
};
|
|
1196
|
-
|
|
1157
|
+
density: {
|
|
1197
1158
|
used: boolean;
|
|
1198
1159
|
edizmId: number;
|
|
1199
1160
|
znach: number;
|
|
1200
1161
|
shortName: string;
|
|
1201
1162
|
};
|
|
1202
|
-
|
|
1163
|
+
width: {
|
|
1203
1164
|
used: boolean;
|
|
1204
1165
|
edizmId: number;
|
|
1205
1166
|
znach: number;
|
|
1206
1167
|
shortName: string;
|
|
1207
1168
|
};
|
|
1208
|
-
|
|
1169
|
+
height: {
|
|
1209
1170
|
used: boolean;
|
|
1210
1171
|
edizmId: number;
|
|
1211
1172
|
znach: number;
|
|
@@ -1237,9 +1198,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1237
1198
|
};
|
|
1238
1199
|
};
|
|
1239
1200
|
instance_type: number;
|
|
1201
|
+
quantity: number;
|
|
1240
1202
|
price: number;
|
|
1203
|
+
shipments_kolvo: number;
|
|
1241
1204
|
delivery_ordered: number;
|
|
1242
1205
|
deliveryTime: number;
|
|
1206
|
+
min_remaining: number;
|
|
1207
|
+
deficit: number;
|
|
1208
|
+
shipments_deficit: number;
|
|
1209
|
+
deficit_by_sclad: number;
|
|
1210
|
+
in_kit: number;
|
|
1243
1211
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
1244
1212
|
actual_shipment_id: number | null;
|
|
1245
1213
|
typeMaterial: {
|
|
@@ -1291,25 +1259,57 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1291
1259
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
1292
1260
|
mat_zag_zam?: number | null | undefined;
|
|
1293
1261
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
cbedId?: number | null | undefined;
|
|
1299
|
-
productId?: number | null | undefined;
|
|
1300
|
-
} | undefined;
|
|
1301
|
-
stock_orders_items?: {
|
|
1302
|
-
type: import("../..").IzdType;
|
|
1262
|
+
task_relative_id?: number | null | undefined;
|
|
1263
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1264
|
+
discontinued?: boolean | undefined;
|
|
1265
|
+
products?: {
|
|
1303
1266
|
ban: boolean;
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
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?: {
|
|
1295
|
+
name: string;
|
|
1296
|
+
id?: number | null | undefined;
|
|
1297
|
+
detalId?: number | null | undefined;
|
|
1298
|
+
cbedId?: number | null | undefined;
|
|
1299
|
+
productId?: number | null | undefined;
|
|
1300
|
+
} | undefined;
|
|
1301
|
+
stock_orders_items?: {
|
|
1302
|
+
type: import("../..").IzdType;
|
|
1303
|
+
ban: boolean;
|
|
1304
|
+
stock_order_id: number;
|
|
1305
|
+
count_shipments: number;
|
|
1306
|
+
count_create: number;
|
|
1307
|
+
closing_date: Date | null;
|
|
1308
|
+
warehouse_readiness_date: Date | null;
|
|
1309
1309
|
description?: string | undefined;
|
|
1310
1310
|
id?: number | null | undefined;
|
|
1311
|
-
detal_id?: number | null | undefined;
|
|
1312
1311
|
cbed_id?: number | null | undefined;
|
|
1312
|
+
detal_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;
|
|
1322
1325
|
ava_path: string | null;
|
|
1323
1326
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
1324
1327
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
1325
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1326
1328
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1327
1329
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1328
1330
|
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
|
-
|
|
1333
|
+
attention?: boolean | undefined;
|
|
1334
|
+
quantity?: number | undefined;
|
|
1335
|
+
shipments_kolvo?: number | undefined;
|
|
1334
1336
|
min_remaining?: number | undefined;
|
|
1337
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1335
1338
|
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_deficit?: number | undefined;
|
|
1341
1341
|
production_ordered?: number | undefined;
|
|
1342
1342
|
deficit_by_sclad?: number | undefined;
|
|
1343
|
-
|
|
1344
|
-
attention?: boolean | undefined;
|
|
1343
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1345
1344
|
in_kit?: number | undefined;
|
|
1345
|
+
task_relative_id?: number | null | undefined;
|
|
1346
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1346
1347
|
discontinued?: boolean | undefined;
|
|
1347
1348
|
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
|
-
external_id?: number | null | undefined;
|
|
1374
|
-
original_name?: string | undefined;
|
|
1375
1373
|
width?: number | null | undefined;
|
|
1376
1374
|
height?: number | null | undefined;
|
|
1375
|
+
external_id?: number | null | undefined;
|
|
1376
|
+
original_name?: string | 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;
|
|
1404
1403
|
inn?: string | null | undefined;
|
|
1405
1404
|
cpp?: string | null | undefined;
|
|
1406
1405
|
rekvisit?: string | null | undefined;
|
|
1406
|
+
attention?: boolean | undefined;
|
|
1407
1407
|
purchasesId?: number | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
1409
|
company_id?: number | undefined;
|
|
@@ -1411,67 +1411,30 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1411
1411
|
is_custom_product?: boolean | undefined;
|
|
1412
1412
|
parent_id?: number | null | undefined;
|
|
1413
1413
|
}[] | undefined;
|
|
1414
|
-
|
|
1414
|
+
attention?: boolean | undefined;
|
|
1415
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1416
|
+
quantity?: number | undefined;
|
|
1417
|
+
shipments_kolvo?: number | undefined;
|
|
1415
1418
|
min_remaining?: number | undefined;
|
|
1419
|
+
responsibleId?: number | undefined;
|
|
1420
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1416
1421
|
remainder_after_coming?: number | undefined;
|
|
1417
|
-
task_relative_id?: number | null | undefined;
|
|
1418
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1419
|
-
quantity?: number | undefined;
|
|
1420
1422
|
deficit?: number | undefined;
|
|
1421
|
-
|
|
1423
|
+
shipments_deficit?: number | undefined;
|
|
1422
1424
|
production_ordered?: number | undefined;
|
|
1423
1425
|
deficit_by_sclad?: number | undefined;
|
|
1424
|
-
shipments_deficit?: number | undefined;
|
|
1425
1426
|
ava_path?: string | null | undefined;
|
|
1427
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1426
1428
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
1427
1429
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
1428
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1429
|
-
attention?: boolean | undefined;
|
|
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
1430
|
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
1431
|
+
in_kit?: number | undefined;
|
|
1464
1432
|
actual_shipment_id?: number | null | undefined;
|
|
1465
1433
|
materials?: {
|
|
1466
1434
|
description: string | null;
|
|
1467
1435
|
id: number;
|
|
1468
1436
|
name: string;
|
|
1469
|
-
min_remaining: number;
|
|
1470
|
-
quantity: number;
|
|
1471
|
-
deficit: number;
|
|
1472
|
-
shipments_kolvo: number;
|
|
1473
1437
|
attention: boolean;
|
|
1474
|
-
in_kit: number;
|
|
1475
1438
|
characteristics: {
|
|
1476
1439
|
length: {
|
|
1477
1440
|
used: boolean;
|
|
@@ -1479,19 +1442,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1479
1442
|
znach: number;
|
|
1480
1443
|
shortName: string;
|
|
1481
1444
|
};
|
|
1482
|
-
|
|
1445
|
+
density: {
|
|
1483
1446
|
used: boolean;
|
|
1484
1447
|
edizmId: number;
|
|
1485
1448
|
znach: number;
|
|
1486
1449
|
shortName: string;
|
|
1487
1450
|
};
|
|
1488
|
-
|
|
1451
|
+
width: {
|
|
1489
1452
|
used: boolean;
|
|
1490
1453
|
edizmId: number;
|
|
1491
1454
|
znach: number;
|
|
1492
1455
|
shortName: string;
|
|
1493
1456
|
};
|
|
1494
|
-
|
|
1457
|
+
height: {
|
|
1495
1458
|
used: boolean;
|
|
1496
1459
|
edizmId: number;
|
|
1497
1460
|
znach: number;
|
|
@@ -1523,8 +1486,13 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1523
1486
|
};
|
|
1524
1487
|
};
|
|
1525
1488
|
instance_type: number;
|
|
1489
|
+
quantity: number;
|
|
1526
1490
|
price: number;
|
|
1491
|
+
shipments_kolvo: number;
|
|
1527
1492
|
deliveryTime: number;
|
|
1493
|
+
min_remaining: number;
|
|
1494
|
+
deficit: number;
|
|
1495
|
+
in_kit: number;
|
|
1528
1496
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
1529
1497
|
actual_shipment_id: number | null;
|
|
1530
1498
|
typeMaterial: {
|
|
@@ -1572,14 +1540,46 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
1572
1540
|
};
|
|
1573
1541
|
ban?: boolean | undefined;
|
|
1574
1542
|
shipments?: any;
|
|
1575
|
-
deficit_by_sclad?: number | undefined;
|
|
1576
|
-
shipments_deficit?: number | undefined;
|
|
1577
1543
|
delivery_ordered?: number | undefined;
|
|
1544
|
+
shipments_deficit?: number | undefined;
|
|
1545
|
+
deficit_by_sclad?: number | undefined;
|
|
1578
1546
|
}[] | undefined;
|
|
1579
1547
|
mat_zag?: number | null | undefined;
|
|
1580
1548
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
1581
1549
|
mat_zag_zam?: number | null | undefined;
|
|
1582
1550
|
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
|
-
detal_id?: number | null | undefined;
|
|
1600
1599
|
cbed_id?: number | null | undefined;
|
|
1600
|
+
detal_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
|
-
|
|
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;
|
|
1645
1649
|
min_remaining?: number | undefined;
|
|
1650
|
+
responsibleId?: number | null | undefined;
|
|
1651
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1646
1652
|
remainder_after_coming?: number | undefined;
|
|
1647
|
-
task_relative_id?: number | null | undefined;
|
|
1648
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1649
|
-
quantity?: number | undefined;
|
|
1650
1653
|
deficit?: number | undefined;
|
|
1651
|
-
|
|
1654
|
+
shipments_deficit?: number | undefined;
|
|
1652
1655
|
production_ordered?: number | undefined;
|
|
1653
1656
|
deficit_by_sclad?: number | undefined;
|
|
1654
|
-
shipments_deficit?: number | undefined;
|
|
1655
1657
|
ava_path?: string | null | undefined;
|
|
1658
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1656
1659
|
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
1657
1660
|
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
1658
|
-
|
|
1661
|
+
in_kit?: number | undefined;
|
|
1662
|
+
task_relative_id?: number | null | undefined;
|
|
1663
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1659
1664
|
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1660
1665
|
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1661
1666
|
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;
|
|
1666
1667
|
discontinued?: boolean | undefined;
|
|
1667
1668
|
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
|
-
|
|
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;
|
|
1677
1681
|
min_remaining?: number | undefined;
|
|
1682
|
+
responsibleId?: number | null | undefined;
|
|
1683
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1678
1684
|
remainder_after_coming?: number | undefined;
|
|
1679
|
-
task_relative_id?: number | null | undefined;
|
|
1680
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1681
|
-
quantity?: number | undefined;
|
|
1682
1685
|
deficit?: number | undefined;
|
|
1683
|
-
|
|
1686
|
+
shipments_deficit?: number | undefined;
|
|
1684
1687
|
production_ordered?: number | undefined;
|
|
1685
1688
|
deficit_by_sclad?: number | undefined;
|
|
1686
|
-
shipments_deficit?: number | undefined;
|
|
1687
1689
|
ava_path?: string | null | undefined;
|
|
1690
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1688
1691
|
parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
|
|
1689
1692
|
characteristic?: import("../../cbed").CbedCharacteristicField | null | undefined;
|
|
1690
|
-
|
|
1693
|
+
in_kit?: number | undefined;
|
|
1694
|
+
task_relative_id?: number | null | undefined;
|
|
1695
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1691
1696
|
listPokDet?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1692
1697
|
listCbed?: import("../..").EntityCommonSpecificationArray | null | undefined;
|
|
1693
1698
|
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;
|
|
1698
1699
|
discontinued?: boolean | undefined;
|
|
1699
1700
|
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
|
+
density: {
|
|
1854
1854
|
used: boolean;
|
|
1855
1855
|
edizmId: number;
|
|
1856
1856
|
znach: number;
|
|
1857
1857
|
shortName: string;
|
|
1858
1858
|
};
|
|
1859
|
-
|
|
1859
|
+
width: {
|
|
1860
1860
|
used: boolean;
|
|
1861
1861
|
edizmId: number;
|
|
1862
1862
|
znach: number;
|
|
1863
1863
|
shortName: string;
|
|
1864
1864
|
};
|
|
1865
|
-
|
|
1865
|
+
height: {
|
|
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
|
+
density: {
|
|
1903
1903
|
used: boolean;
|
|
1904
1904
|
edizmId: number;
|
|
1905
1905
|
znach: number;
|
|
1906
1906
|
shortName: string;
|
|
1907
1907
|
};
|
|
1908
|
-
|
|
1908
|
+
width: {
|
|
1909
1909
|
used: boolean;
|
|
1910
1910
|
edizmId: number;
|
|
1911
1911
|
znach: number;
|
|
1912
1912
|
shortName: string;
|
|
1913
1913
|
};
|
|
1914
|
-
|
|
1914
|
+
height: {
|
|
1915
1915
|
used: boolean;
|
|
1916
1916
|
edizmId: number;
|
|
1917
1917
|
znach: number;
|
|
@@ -2038,14 +2038,7 @@ 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;
|
|
2047
2041
|
attention?: boolean | undefined;
|
|
2048
|
-
in_kit?: number | undefined;
|
|
2049
2042
|
characteristics?: {
|
|
2050
2043
|
length: {
|
|
2051
2044
|
used: boolean;
|
|
@@ -2053,19 +2046,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2053
2046
|
znach: number;
|
|
2054
2047
|
shortName: string;
|
|
2055
2048
|
};
|
|
2056
|
-
|
|
2049
|
+
density: {
|
|
2057
2050
|
used: boolean;
|
|
2058
2051
|
edizmId: number;
|
|
2059
2052
|
znach: number;
|
|
2060
2053
|
shortName: string;
|
|
2061
2054
|
};
|
|
2062
|
-
|
|
2055
|
+
width: {
|
|
2063
2056
|
used: boolean;
|
|
2064
2057
|
edizmId: number;
|
|
2065
2058
|
znach: number;
|
|
2066
2059
|
shortName: string;
|
|
2067
2060
|
};
|
|
2068
|
-
|
|
2061
|
+
height: {
|
|
2069
2062
|
used: boolean;
|
|
2070
2063
|
edizmId: number;
|
|
2071
2064
|
znach: number;
|
|
@@ -2097,9 +2090,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2097
2090
|
};
|
|
2098
2091
|
} | undefined;
|
|
2099
2092
|
instance_type?: number | undefined;
|
|
2093
|
+
quantity?: number | undefined;
|
|
2100
2094
|
price?: number | undefined;
|
|
2095
|
+
shipments_kolvo?: number | undefined;
|
|
2101
2096
|
delivery_ordered?: number | undefined;
|
|
2102
2097
|
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,14 +2151,7 @@ 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;
|
|
2160
2154
|
attention?: boolean | undefined;
|
|
2161
|
-
in_kit?: number | undefined;
|
|
2162
2155
|
characteristics?: {
|
|
2163
2156
|
length: {
|
|
2164
2157
|
used: boolean;
|
|
@@ -2166,19 +2159,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2166
2159
|
znach: number;
|
|
2167
2160
|
shortName: string;
|
|
2168
2161
|
};
|
|
2169
|
-
|
|
2162
|
+
density: {
|
|
2170
2163
|
used: boolean;
|
|
2171
2164
|
edizmId: number;
|
|
2172
2165
|
znach: number;
|
|
2173
2166
|
shortName: string;
|
|
2174
2167
|
};
|
|
2175
|
-
|
|
2168
|
+
width: {
|
|
2176
2169
|
used: boolean;
|
|
2177
2170
|
edizmId: number;
|
|
2178
2171
|
znach: number;
|
|
2179
2172
|
shortName: string;
|
|
2180
2173
|
};
|
|
2181
|
-
|
|
2174
|
+
height: {
|
|
2182
2175
|
used: boolean;
|
|
2183
2176
|
edizmId: number;
|
|
2184
2177
|
znach: number;
|
|
@@ -2210,9 +2203,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2210
2203
|
};
|
|
2211
2204
|
} | undefined;
|
|
2212
2205
|
instance_type?: number | undefined;
|
|
2206
|
+
quantity?: number | undefined;
|
|
2213
2207
|
price?: number | undefined;
|
|
2208
|
+
shipments_kolvo?: number | undefined;
|
|
2214
2209
|
delivery_ordered?: number | undefined;
|
|
2215
2210
|
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,53 +2260,13 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2260
2260
|
} | undefined;
|
|
2261
2261
|
}>, "many">;
|
|
2262
2262
|
}, "strip", z.ZodTypeAny, {
|
|
2263
|
-
cbeds: {
|
|
2264
|
-
ban?: boolean | undefined;
|
|
2265
|
-
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
2266
|
-
designation?: string | null | undefined;
|
|
2267
|
-
description?: string | null | undefined;
|
|
2268
|
-
id?: number | undefined;
|
|
2269
|
-
name?: string | undefined;
|
|
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
2263
|
materials: {
|
|
2297
2264
|
ban?: boolean | undefined;
|
|
2298
2265
|
description?: string | null | undefined;
|
|
2299
2266
|
id?: number | undefined;
|
|
2300
2267
|
name?: string | undefined;
|
|
2301
2268
|
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
2269
|
attention?: boolean | undefined;
|
|
2309
|
-
in_kit?: number | undefined;
|
|
2310
2270
|
characteristics?: {
|
|
2311
2271
|
length: {
|
|
2312
2272
|
used: boolean;
|
|
@@ -2314,19 +2274,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2314
2274
|
znach: number;
|
|
2315
2275
|
shortName: string;
|
|
2316
2276
|
};
|
|
2317
|
-
|
|
2277
|
+
density: {
|
|
2318
2278
|
used: boolean;
|
|
2319
2279
|
edizmId: number;
|
|
2320
2280
|
znach: number;
|
|
2321
2281
|
shortName: string;
|
|
2322
2282
|
};
|
|
2323
|
-
|
|
2283
|
+
width: {
|
|
2324
2284
|
used: boolean;
|
|
2325
2285
|
edizmId: number;
|
|
2326
2286
|
znach: number;
|
|
2327
2287
|
shortName: string;
|
|
2328
2288
|
};
|
|
2329
|
-
|
|
2289
|
+
height: {
|
|
2330
2290
|
used: boolean;
|
|
2331
2291
|
edizmId: number;
|
|
2332
2292
|
znach: number;
|
|
@@ -2358,9 +2318,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2358
2318
|
};
|
|
2359
2319
|
} | undefined;
|
|
2360
2320
|
instance_type?: number | undefined;
|
|
2321
|
+
quantity?: number | undefined;
|
|
2361
2322
|
price?: number | undefined;
|
|
2323
|
+
shipments_kolvo?: number | undefined;
|
|
2362
2324
|
delivery_ordered?: number | undefined;
|
|
2363
2325
|
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;
|
|
2364
2331
|
units_measurement?: import("../../material").IUnitsMeasurement[] | undefined;
|
|
2365
2332
|
actual_shipment_id?: number | null | undefined;
|
|
2366
2333
|
typeMaterial?: {
|
|
@@ -2407,6 +2374,39 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2407
2374
|
instance_type: number;
|
|
2408
2375
|
} | undefined;
|
|
2409
2376
|
}[];
|
|
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
|
-
|
|
2419
|
+
assemble_id: number | null;
|
|
2420
|
+
attention: boolean;
|
|
2421
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
2422
|
+
quantity: number;
|
|
2423
|
+
shipments_kolvo: number;
|
|
2420
2424
|
min_remaining: number;
|
|
2425
|
+
responsibleId: number | null;
|
|
2426
|
+
calculate_needs_time: Date | null;
|
|
2421
2427
|
remainder_after_coming: number;
|
|
2422
|
-
quantity: number;
|
|
2423
2428
|
deficit: number;
|
|
2424
|
-
|
|
2429
|
+
shipments_deficit: number;
|
|
2425
2430
|
production_ordered: number;
|
|
2426
2431
|
deficit_by_sclad: number;
|
|
2427
|
-
shipments_deficit: number;
|
|
2428
2432
|
ava_path: string | null;
|
|
2429
2433
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
2430
2434
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
2431
|
-
|
|
2435
|
+
in_kit: number;
|
|
2432
2436
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
2433
2437
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
2434
2438
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
2435
|
-
|
|
2436
|
-
in_kit: number;
|
|
2437
|
-
responsibleId: number | null;
|
|
2438
|
-
assemble_id: number | null;
|
|
2439
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2439
2440
|
task_relative_id?: number | null | undefined;
|
|
2440
2441
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2441
2442
|
discontinued?: boolean | undefined;
|
|
2442
2443
|
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
|
-
external_id?: number | null | undefined;
|
|
2472
|
-
original_name?: string | undefined;
|
|
2473
2471
|
width?: number | null | undefined;
|
|
2474
2472
|
height?: number | null | undefined;
|
|
2473
|
+
external_id?: number | null | undefined;
|
|
2474
|
+
original_name?: string | undefined;
|
|
2475
2475
|
size?: number | null | undefined;
|
|
2476
2476
|
hash?: string | undefined;
|
|
2477
2477
|
}[] | undefined;
|
|
@@ -2506,70 +2506,31 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2506
2506
|
company_id?: number | undefined;
|
|
2507
2507
|
parent_id?: number | null | undefined;
|
|
2508
2508
|
}[] | undefined;
|
|
2509
|
-
|
|
2509
|
+
attention?: boolean | undefined;
|
|
2510
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2511
|
+
quantity?: number | undefined;
|
|
2512
|
+
shipments_kolvo?: number | undefined;
|
|
2510
2513
|
min_remaining?: number | undefined;
|
|
2514
|
+
responsibleId?: number | undefined;
|
|
2515
|
+
calculate_needs_time?: Date | null | undefined;
|
|
2511
2516
|
remainder_after_coming?: number | undefined;
|
|
2512
|
-
task_relative_id?: number | null | undefined;
|
|
2513
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2514
|
-
quantity?: number | undefined;
|
|
2515
2517
|
deficit?: number | undefined;
|
|
2516
|
-
|
|
2518
|
+
shipments_deficit?: number | undefined;
|
|
2517
2519
|
production_ordered?: number | undefined;
|
|
2518
2520
|
deficit_by_sclad?: number | undefined;
|
|
2519
|
-
shipments_deficit?: number | undefined;
|
|
2520
2521
|
ava_path?: string | null | undefined;
|
|
2522
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2521
2523
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
2522
2524
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
2523
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2524
|
-
attention?: boolean | undefined;
|
|
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
2525
|
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
2526
|
+
in_kit?: number | undefined;
|
|
2559
2527
|
actual_shipment_id?: number | null | undefined;
|
|
2560
2528
|
materials?: {
|
|
2561
2529
|
ban: boolean;
|
|
2562
2530
|
description: string | null;
|
|
2563
2531
|
id: number;
|
|
2564
2532
|
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;
|
|
2571
2533
|
attention: boolean;
|
|
2572
|
-
in_kit: number;
|
|
2573
2534
|
characteristics: {
|
|
2574
2535
|
length: {
|
|
2575
2536
|
used: boolean;
|
|
@@ -2577,19 +2538,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2577
2538
|
znach: number;
|
|
2578
2539
|
shortName: string;
|
|
2579
2540
|
};
|
|
2580
|
-
|
|
2541
|
+
density: {
|
|
2581
2542
|
used: boolean;
|
|
2582
2543
|
edizmId: number;
|
|
2583
2544
|
znach: number;
|
|
2584
2545
|
shortName: string;
|
|
2585
2546
|
};
|
|
2586
|
-
|
|
2547
|
+
width: {
|
|
2587
2548
|
used: boolean;
|
|
2588
2549
|
edizmId: number;
|
|
2589
2550
|
znach: number;
|
|
2590
2551
|
shortName: string;
|
|
2591
2552
|
};
|
|
2592
|
-
|
|
2553
|
+
height: {
|
|
2593
2554
|
used: boolean;
|
|
2594
2555
|
edizmId: number;
|
|
2595
2556
|
znach: number;
|
|
@@ -2621,9 +2582,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2621
2582
|
};
|
|
2622
2583
|
};
|
|
2623
2584
|
instance_type: number;
|
|
2585
|
+
quantity: number;
|
|
2624
2586
|
price: number;
|
|
2587
|
+
shipments_kolvo: number;
|
|
2625
2588
|
delivery_ordered: number;
|
|
2626
2589
|
deliveryTime: number;
|
|
2590
|
+
min_remaining: number;
|
|
2591
|
+
deficit: number;
|
|
2592
|
+
shipments_deficit: number;
|
|
2593
|
+
deficit_by_sclad: number;
|
|
2594
|
+
in_kit: number;
|
|
2627
2595
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
2628
2596
|
actual_shipment_id: number | null;
|
|
2629
2597
|
typeMaterial: {
|
|
@@ -2675,6 +2643,38 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2675
2643
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
2676
2644
|
mat_zag_zam?: number | null | undefined;
|
|
2677
2645
|
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,59 +2692,19 @@ 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
|
-
detal_id?: number | null | undefined;
|
|
2696
2695
|
cbed_id?: number | null | undefined;
|
|
2696
|
+
detal_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
|
-
}[];
|
|
2734
2701
|
materials: {
|
|
2735
2702
|
ban?: boolean | undefined;
|
|
2736
2703
|
description?: string | null | undefined;
|
|
2737
2704
|
id?: number | undefined;
|
|
2738
2705
|
name?: string | undefined;
|
|
2739
2706
|
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;
|
|
2746
2707
|
attention?: boolean | undefined;
|
|
2747
|
-
in_kit?: number | undefined;
|
|
2748
2708
|
characteristics?: {
|
|
2749
2709
|
length: {
|
|
2750
2710
|
used: boolean;
|
|
@@ -2752,19 +2712,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2752
2712
|
znach: number;
|
|
2753
2713
|
shortName: string;
|
|
2754
2714
|
};
|
|
2755
|
-
|
|
2715
|
+
density: {
|
|
2756
2716
|
used: boolean;
|
|
2757
2717
|
edizmId: number;
|
|
2758
2718
|
znach: number;
|
|
2759
2719
|
shortName: string;
|
|
2760
2720
|
};
|
|
2761
|
-
|
|
2721
|
+
width: {
|
|
2762
2722
|
used: boolean;
|
|
2763
2723
|
edizmId: number;
|
|
2764
2724
|
znach: number;
|
|
2765
2725
|
shortName: string;
|
|
2766
2726
|
};
|
|
2767
|
-
|
|
2727
|
+
height: {
|
|
2768
2728
|
used: boolean;
|
|
2769
2729
|
edizmId: number;
|
|
2770
2730
|
znach: number;
|
|
@@ -2796,9 +2756,16 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2796
2756
|
};
|
|
2797
2757
|
} | undefined;
|
|
2798
2758
|
instance_type?: number | undefined;
|
|
2759
|
+
quantity?: number | undefined;
|
|
2799
2760
|
price?: number | undefined;
|
|
2761
|
+
shipments_kolvo?: number | undefined;
|
|
2800
2762
|
delivery_ordered?: number | undefined;
|
|
2801
2763
|
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;
|
|
2802
2769
|
units_measurement?: import("../../material").IUnitsMeasurement[] | undefined;
|
|
2803
2770
|
actual_shipment_id?: number | null | undefined;
|
|
2804
2771
|
typeMaterial?: {
|
|
@@ -2845,6 +2812,39 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2845
2812
|
instance_type: number;
|
|
2846
2813
|
} | undefined;
|
|
2847
2814
|
}[];
|
|
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;
|
|
2855
2858
|
ava_path: string | null;
|
|
2856
2859
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
2857
2860
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
2858
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
2859
2861
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
2860
2862
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
2861
2863
|
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
|
-
|
|
2866
|
+
attention?: boolean | undefined;
|
|
2867
|
+
quantity?: number | undefined;
|
|
2868
|
+
shipments_kolvo?: number | undefined;
|
|
2867
2869
|
min_remaining?: number | undefined;
|
|
2870
|
+
calculate_needs_time?: Date | null | undefined;
|
|
2868
2871
|
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_deficit?: number | undefined;
|
|
2874
2874
|
production_ordered?: number | undefined;
|
|
2875
2875
|
deficit_by_sclad?: number | undefined;
|
|
2876
|
-
|
|
2877
|
-
attention?: boolean | undefined;
|
|
2876
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2878
2877
|
in_kit?: number | undefined;
|
|
2878
|
+
task_relative_id?: number | null | undefined;
|
|
2879
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2879
2880
|
discontinued?: boolean | undefined;
|
|
2880
2881
|
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
|
-
external_id?: number | null | undefined;
|
|
2907
|
-
original_name?: string | undefined;
|
|
2908
2906
|
width?: number | null | undefined;
|
|
2909
2907
|
height?: number | null | undefined;
|
|
2908
|
+
external_id?: number | null | undefined;
|
|
2909
|
+
original_name?: string | 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;
|
|
2937
2936
|
inn?: string | null | undefined;
|
|
2938
2937
|
cpp?: string | null | undefined;
|
|
2939
2938
|
rekvisit?: string | null | undefined;
|
|
2939
|
+
attention?: boolean | undefined;
|
|
2940
2940
|
purchasesId?: number | undefined;
|
|
2941
2941
|
} | undefined;
|
|
2942
2942
|
company_id?: number | undefined;
|
|
@@ -2944,67 +2944,30 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
2944
2944
|
is_custom_product?: boolean | undefined;
|
|
2945
2945
|
parent_id?: number | null | undefined;
|
|
2946
2946
|
}[] | undefined;
|
|
2947
|
-
|
|
2947
|
+
attention?: boolean | undefined;
|
|
2948
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2949
|
+
quantity?: number | undefined;
|
|
2950
|
+
shipments_kolvo?: number | undefined;
|
|
2948
2951
|
min_remaining?: number | undefined;
|
|
2952
|
+
responsibleId?: number | undefined;
|
|
2953
|
+
calculate_needs_time?: Date | null | undefined;
|
|
2949
2954
|
remainder_after_coming?: number | undefined;
|
|
2950
|
-
task_relative_id?: number | null | undefined;
|
|
2951
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
2952
|
-
quantity?: number | undefined;
|
|
2953
2955
|
deficit?: number | undefined;
|
|
2954
|
-
|
|
2956
|
+
shipments_deficit?: number | undefined;
|
|
2955
2957
|
production_ordered?: number | undefined;
|
|
2956
2958
|
deficit_by_sclad?: number | undefined;
|
|
2957
|
-
shipments_deficit?: number | undefined;
|
|
2958
2959
|
ava_path?: string | null | undefined;
|
|
2960
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
2959
2961
|
parametrs?: import("../../detal").detalParametrsField | null | undefined;
|
|
2960
2962
|
characteristic?: import("../../detal").detalCharacteristicField | null | undefined;
|
|
2961
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
2962
|
-
attention?: boolean | undefined;
|
|
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
2963
|
workpiece_characterization?: import("../..").DetalWorkpieceCharacteristics | null | undefined;
|
|
2964
|
+
in_kit?: number | undefined;
|
|
2997
2965
|
actual_shipment_id?: number | null | undefined;
|
|
2998
2966
|
materials?: {
|
|
2999
2967
|
description: string | null;
|
|
3000
2968
|
id: number;
|
|
3001
2969
|
name: string;
|
|
3002
|
-
min_remaining: number;
|
|
3003
|
-
quantity: number;
|
|
3004
|
-
deficit: number;
|
|
3005
|
-
shipments_kolvo: number;
|
|
3006
2970
|
attention: boolean;
|
|
3007
|
-
in_kit: number;
|
|
3008
2971
|
characteristics: {
|
|
3009
2972
|
length: {
|
|
3010
2973
|
used: boolean;
|
|
@@ -3012,19 +2975,19 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
3012
2975
|
znach: number;
|
|
3013
2976
|
shortName: string;
|
|
3014
2977
|
};
|
|
3015
|
-
|
|
2978
|
+
density: {
|
|
3016
2979
|
used: boolean;
|
|
3017
2980
|
edizmId: number;
|
|
3018
2981
|
znach: number;
|
|
3019
2982
|
shortName: string;
|
|
3020
2983
|
};
|
|
3021
|
-
|
|
2984
|
+
width: {
|
|
3022
2985
|
used: boolean;
|
|
3023
2986
|
edizmId: number;
|
|
3024
2987
|
znach: number;
|
|
3025
2988
|
shortName: string;
|
|
3026
2989
|
};
|
|
3027
|
-
|
|
2990
|
+
height: {
|
|
3028
2991
|
used: boolean;
|
|
3029
2992
|
edizmId: number;
|
|
3030
2993
|
znach: number;
|
|
@@ -3056,8 +3019,13 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
3056
3019
|
};
|
|
3057
3020
|
};
|
|
3058
3021
|
instance_type: number;
|
|
3022
|
+
quantity: number;
|
|
3059
3023
|
price: number;
|
|
3024
|
+
shipments_kolvo: number;
|
|
3060
3025
|
deliveryTime: number;
|
|
3026
|
+
min_remaining: number;
|
|
3027
|
+
deficit: number;
|
|
3028
|
+
in_kit: number;
|
|
3061
3029
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
3062
3030
|
actual_shipment_id: number | null;
|
|
3063
3031
|
typeMaterial: {
|
|
@@ -3105,14 +3073,46 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
|
|
|
3105
3073
|
};
|
|
3106
3074
|
ban?: boolean | undefined;
|
|
3107
3075
|
shipments?: any;
|
|
3108
|
-
deficit_by_sclad?: number | undefined;
|
|
3109
|
-
shipments_deficit?: number | undefined;
|
|
3110
3076
|
delivery_ordered?: number | undefined;
|
|
3077
|
+
shipments_deficit?: number | undefined;
|
|
3078
|
+
deficit_by_sclad?: number | undefined;
|
|
3111
3079
|
}[] | undefined;
|
|
3112
3080
|
mat_zag?: number | null | undefined;
|
|
3113
3081
|
mat_za_obj?: import("../../material").ModelMaterial | undefined;
|
|
3114
3082
|
mat_zag_zam?: number | null | undefined;
|
|
3115
3083
|
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
|
-
detal_id?: number | null | undefined;
|
|
3133
3132
|
cbed_id?: number | null | undefined;
|
|
3133
|
+
detal_id?: number | null | undefined;
|
|
3134
3134
|
product_id?: number | null | undefined;
|
|
3135
3135
|
count_create?: number | undefined;
|
|
3136
3136
|
}[] | undefined;
|