@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
|
@@ -56,10 +56,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
56
56
|
type?: string | undefined;
|
|
57
57
|
description?: string | undefined;
|
|
58
58
|
id?: number | null | undefined;
|
|
59
|
-
external_id?: number | null | undefined;
|
|
60
|
-
original_name?: string | undefined;
|
|
61
59
|
width?: number | null | undefined;
|
|
62
60
|
height?: number | null | undefined;
|
|
61
|
+
external_id?: number | null | undefined;
|
|
62
|
+
original_name?: string | undefined;
|
|
63
63
|
size?: number | null | undefined;
|
|
64
64
|
hash?: string | undefined;
|
|
65
65
|
}, {
|
|
@@ -70,10 +70,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
70
70
|
ban?: boolean | undefined;
|
|
71
71
|
description?: string | undefined;
|
|
72
72
|
id?: number | null | undefined;
|
|
73
|
-
external_id?: number | null | undefined;
|
|
74
|
-
original_name?: string | undefined;
|
|
75
73
|
width?: number | null | undefined;
|
|
76
74
|
height?: number | null | undefined;
|
|
75
|
+
external_id?: number | null | undefined;
|
|
76
|
+
original_name?: string | undefined;
|
|
77
77
|
size?: number | null | undefined;
|
|
78
78
|
version?: number | undefined;
|
|
79
79
|
ava?: boolean | undefined;
|
|
@@ -231,19 +231,19 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
231
231
|
znach: number;
|
|
232
232
|
shortName: string;
|
|
233
233
|
};
|
|
234
|
-
|
|
234
|
+
density: {
|
|
235
235
|
used: boolean;
|
|
236
236
|
edizmId: number;
|
|
237
237
|
znach: number;
|
|
238
238
|
shortName: string;
|
|
239
239
|
};
|
|
240
|
-
|
|
240
|
+
width: {
|
|
241
241
|
used: boolean;
|
|
242
242
|
edizmId: number;
|
|
243
243
|
znach: number;
|
|
244
244
|
shortName: string;
|
|
245
245
|
};
|
|
246
|
-
|
|
246
|
+
height: {
|
|
247
247
|
used: boolean;
|
|
248
248
|
edizmId: number;
|
|
249
249
|
znach: number;
|
|
@@ -280,19 +280,19 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
280
280
|
znach: number;
|
|
281
281
|
shortName: string;
|
|
282
282
|
};
|
|
283
|
-
|
|
283
|
+
density: {
|
|
284
284
|
used: boolean;
|
|
285
285
|
edizmId: number;
|
|
286
286
|
znach: number;
|
|
287
287
|
shortName: string;
|
|
288
288
|
};
|
|
289
|
-
|
|
289
|
+
width: {
|
|
290
290
|
used: boolean;
|
|
291
291
|
edizmId: number;
|
|
292
292
|
znach: number;
|
|
293
293
|
shortName: string;
|
|
294
294
|
};
|
|
295
|
-
|
|
295
|
+
height: {
|
|
296
296
|
used: boolean;
|
|
297
297
|
edizmId: number;
|
|
298
298
|
znach: number;
|
|
@@ -418,14 +418,7 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
418
418
|
description: string | null;
|
|
419
419
|
id: number;
|
|
420
420
|
name: string;
|
|
421
|
-
min_remaining: number;
|
|
422
|
-
quantity: number;
|
|
423
|
-
deficit: number;
|
|
424
|
-
shipments_kolvo: number;
|
|
425
|
-
deficit_by_sclad: number;
|
|
426
|
-
shipments_deficit: number;
|
|
427
421
|
attention: boolean;
|
|
428
|
-
in_kit: number;
|
|
429
422
|
characteristics: {
|
|
430
423
|
length: {
|
|
431
424
|
used: boolean;
|
|
@@ -433,19 +426,19 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
433
426
|
znach: number;
|
|
434
427
|
shortName: string;
|
|
435
428
|
};
|
|
436
|
-
|
|
429
|
+
density: {
|
|
437
430
|
used: boolean;
|
|
438
431
|
edizmId: number;
|
|
439
432
|
znach: number;
|
|
440
433
|
shortName: string;
|
|
441
434
|
};
|
|
442
|
-
|
|
435
|
+
width: {
|
|
443
436
|
used: boolean;
|
|
444
437
|
edizmId: number;
|
|
445
438
|
znach: number;
|
|
446
439
|
shortName: string;
|
|
447
440
|
};
|
|
448
|
-
|
|
441
|
+
height: {
|
|
449
442
|
used: boolean;
|
|
450
443
|
edizmId: number;
|
|
451
444
|
znach: number;
|
|
@@ -477,9 +470,16 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
477
470
|
};
|
|
478
471
|
};
|
|
479
472
|
instance_type: number;
|
|
473
|
+
quantity: number;
|
|
480
474
|
price: number;
|
|
475
|
+
shipments_kolvo: number;
|
|
481
476
|
delivery_ordered: number;
|
|
482
477
|
deliveryTime: number;
|
|
478
|
+
min_remaining: number;
|
|
479
|
+
deficit: number;
|
|
480
|
+
shipments_deficit: number;
|
|
481
|
+
deficit_by_sclad: number;
|
|
482
|
+
in_kit: number;
|
|
483
483
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
484
484
|
actual_shipment_id: number | null;
|
|
485
485
|
typeMaterial: {
|
|
@@ -530,12 +530,7 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
530
530
|
description: string | null;
|
|
531
531
|
id: number;
|
|
532
532
|
name: string;
|
|
533
|
-
min_remaining: number;
|
|
534
|
-
quantity: number;
|
|
535
|
-
deficit: number;
|
|
536
|
-
shipments_kolvo: number;
|
|
537
533
|
attention: boolean;
|
|
538
|
-
in_kit: number;
|
|
539
534
|
characteristics: {
|
|
540
535
|
length: {
|
|
541
536
|
used: boolean;
|
|
@@ -543,19 +538,19 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
543
538
|
znach: number;
|
|
544
539
|
shortName: string;
|
|
545
540
|
};
|
|
546
|
-
|
|
541
|
+
density: {
|
|
547
542
|
used: boolean;
|
|
548
543
|
edizmId: number;
|
|
549
544
|
znach: number;
|
|
550
545
|
shortName: string;
|
|
551
546
|
};
|
|
552
|
-
|
|
547
|
+
width: {
|
|
553
548
|
used: boolean;
|
|
554
549
|
edizmId: number;
|
|
555
550
|
znach: number;
|
|
556
551
|
shortName: string;
|
|
557
552
|
};
|
|
558
|
-
|
|
553
|
+
height: {
|
|
559
554
|
used: boolean;
|
|
560
555
|
edizmId: number;
|
|
561
556
|
znach: number;
|
|
@@ -587,8 +582,13 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
587
582
|
};
|
|
588
583
|
};
|
|
589
584
|
instance_type: number;
|
|
585
|
+
quantity: number;
|
|
590
586
|
price: number;
|
|
587
|
+
shipments_kolvo: number;
|
|
591
588
|
deliveryTime: number;
|
|
589
|
+
min_remaining: number;
|
|
590
|
+
deficit: number;
|
|
591
|
+
in_kit: number;
|
|
592
592
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
593
593
|
actual_shipment_id: number | null;
|
|
594
594
|
typeMaterial: {
|
|
@@ -636,9 +636,9 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
636
636
|
};
|
|
637
637
|
ban?: boolean | undefined;
|
|
638
638
|
shipments?: any;
|
|
639
|
-
deficit_by_sclad?: number | undefined;
|
|
640
|
-
shipments_deficit?: number | undefined;
|
|
641
639
|
delivery_ordered?: number | undefined;
|
|
640
|
+
shipments_deficit?: number | undefined;
|
|
641
|
+
deficit_by_sclad?: number | undefined;
|
|
642
642
|
}>, "many">>;
|
|
643
643
|
mat_zag: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
644
644
|
mat_za_obj: z.ZodOptional<z.ZodType<ModelMaterial, z.ZodTypeDef, ModelMaterial>>;
|
|
@@ -687,63 +687,63 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
687
687
|
description: string | null;
|
|
688
688
|
id: number;
|
|
689
689
|
name: string;
|
|
690
|
-
|
|
690
|
+
assemble_id: number | null;
|
|
691
|
+
attention: boolean;
|
|
692
|
+
materialList: EntityCommonSpecificationArray | null;
|
|
693
|
+
quantity: number;
|
|
694
|
+
shipments_kolvo: number;
|
|
691
695
|
min_remaining: number;
|
|
696
|
+
responsibleId: number | null;
|
|
697
|
+
calculate_needs_time: Date | null;
|
|
692
698
|
remainder_after_coming: number;
|
|
693
|
-
quantity: number;
|
|
694
699
|
deficit: number;
|
|
695
|
-
|
|
700
|
+
shipments_deficit: number;
|
|
696
701
|
production_ordered: number;
|
|
697
702
|
deficit_by_sclad: number;
|
|
698
|
-
shipments_deficit: number;
|
|
699
703
|
ava_path: string | null;
|
|
700
704
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
701
705
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
702
|
-
|
|
706
|
+
in_kit: number;
|
|
703
707
|
listPokDet: EntityCommonSpecificationArray | null;
|
|
704
708
|
listCbed: EntityCommonSpecificationArray | null;
|
|
705
709
|
listDetal: EntityCommonSpecificationArray | null;
|
|
706
|
-
|
|
707
|
-
in_kit: number;
|
|
708
|
-
responsibleId: number | null;
|
|
709
|
-
assemble_id: number | null;
|
|
710
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
710
711
|
task_relative_id?: number | null | undefined;
|
|
711
712
|
task_relative_type?: IzdType | null | undefined;
|
|
712
713
|
discontinued?: boolean | undefined;
|
|
713
714
|
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
714
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
715
715
|
}, {
|
|
716
716
|
designation: string | null;
|
|
717
717
|
description: string | null;
|
|
718
718
|
id: number;
|
|
719
719
|
name: string;
|
|
720
|
+
assemble_id: number | null;
|
|
721
|
+
materialList: EntityCommonSpecificationArray | null;
|
|
722
|
+
responsibleId: number | null;
|
|
720
723
|
ava_path: string | null;
|
|
721
724
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
722
725
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
723
|
-
materialList: EntityCommonSpecificationArray | null;
|
|
724
726
|
listPokDet: EntityCommonSpecificationArray | null;
|
|
725
727
|
listCbed: EntityCommonSpecificationArray | null;
|
|
726
728
|
listDetal: EntityCommonSpecificationArray | null;
|
|
727
|
-
responsibleId: number | null;
|
|
728
|
-
assemble_id: number | null;
|
|
729
729
|
ban?: boolean | undefined;
|
|
730
730
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
731
|
-
|
|
731
|
+
attention?: boolean | undefined;
|
|
732
|
+
quantity?: number | undefined;
|
|
733
|
+
shipments_kolvo?: number | undefined;
|
|
732
734
|
min_remaining?: number | undefined;
|
|
735
|
+
calculate_needs_time?: Date | null | undefined;
|
|
733
736
|
remainder_after_coming?: number | undefined;
|
|
734
|
-
task_relative_id?: number | null | undefined;
|
|
735
|
-
task_relative_type?: IzdType | null | undefined;
|
|
736
|
-
quantity?: number | undefined;
|
|
737
737
|
deficit?: number | undefined;
|
|
738
|
-
|
|
738
|
+
shipments_deficit?: number | undefined;
|
|
739
739
|
production_ordered?: number | undefined;
|
|
740
740
|
deficit_by_sclad?: number | undefined;
|
|
741
|
-
|
|
742
|
-
attention?: boolean | undefined;
|
|
741
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
743
742
|
in_kit?: number | undefined;
|
|
743
|
+
task_relative_id?: number | null | undefined;
|
|
744
|
+
task_relative_type?: IzdType | null | undefined;
|
|
744
745
|
discontinued?: boolean | undefined;
|
|
745
746
|
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
746
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
747
747
|
}>, "many">>;
|
|
748
748
|
products: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
749
749
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -778,56 +778,56 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
778
778
|
designation: string | null;
|
|
779
779
|
description: string | null;
|
|
780
780
|
name: string;
|
|
781
|
-
|
|
782
|
-
|
|
781
|
+
attention: boolean;
|
|
782
|
+
materialList: EntityCommonSpecificationArray;
|
|
783
783
|
quantity: number;
|
|
784
|
-
deficit: number;
|
|
785
784
|
shipments_kolvo: number;
|
|
786
|
-
|
|
785
|
+
min_remaining: number;
|
|
786
|
+
responsibleId: number | null;
|
|
787
|
+
calculate_needs_time: Date | null;
|
|
788
|
+
deficit: number;
|
|
787
789
|
shipments_deficit: number;
|
|
790
|
+
production_ordered: number;
|
|
788
791
|
ava_path: string | null;
|
|
789
792
|
parametrs: import("../../cbed").CbedVariableField[];
|
|
790
793
|
characteristic: import("../../cbed").CbedVariableField[];
|
|
791
|
-
|
|
794
|
+
in_kit: number;
|
|
792
795
|
listPokDet: EntityCommonSpecificationArray;
|
|
793
796
|
listCbed: EntityCommonSpecificationArray;
|
|
794
797
|
listDetal: EntityCommonSpecificationArray;
|
|
795
|
-
attention: boolean;
|
|
796
|
-
in_kit: number;
|
|
797
|
-
responsibleId: number | null;
|
|
798
798
|
articl: string | null;
|
|
799
799
|
is_custom: boolean;
|
|
800
800
|
id?: number | null | undefined;
|
|
801
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
801
802
|
discontinued?: boolean | undefined;
|
|
802
803
|
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
803
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
804
804
|
}, {
|
|
805
805
|
designation: string | null;
|
|
806
806
|
description: string | null;
|
|
807
807
|
name: string;
|
|
808
|
-
ava_path: string | null;
|
|
809
808
|
materialList: EntityCommonSpecificationArray;
|
|
809
|
+
responsibleId: number | null;
|
|
810
|
+
ava_path: string | null;
|
|
810
811
|
listPokDet: EntityCommonSpecificationArray;
|
|
811
812
|
listCbed: EntityCommonSpecificationArray;
|
|
812
813
|
listDetal: EntityCommonSpecificationArray;
|
|
813
|
-
responsibleId: number | null;
|
|
814
814
|
articl: string | null;
|
|
815
815
|
ban?: boolean | undefined;
|
|
816
816
|
id?: number | null | undefined;
|
|
817
|
-
|
|
818
|
-
min_remaining?: number | undefined;
|
|
817
|
+
attention?: boolean | undefined;
|
|
819
818
|
quantity?: number | undefined;
|
|
820
|
-
deficit?: number | undefined;
|
|
821
819
|
shipments_kolvo?: number | undefined;
|
|
822
|
-
|
|
820
|
+
min_remaining?: number | undefined;
|
|
821
|
+
calculate_needs_time?: Date | null | undefined;
|
|
822
|
+
deficit?: number | undefined;
|
|
823
823
|
shipments_deficit?: number | undefined;
|
|
824
|
+
production_ordered?: number | undefined;
|
|
825
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
824
826
|
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
825
827
|
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
826
|
-
attention?: boolean | undefined;
|
|
827
828
|
in_kit?: number | undefined;
|
|
828
829
|
discontinued?: boolean | undefined;
|
|
829
830
|
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
830
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
831
831
|
is_custom?: boolean | undefined;
|
|
832
832
|
}>, "many">>;
|
|
833
833
|
metaloworking: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -897,8 +897,8 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
897
897
|
warehouse_readiness_date: Date | null;
|
|
898
898
|
description?: string | undefined;
|
|
899
899
|
id?: number | null | undefined;
|
|
900
|
-
detal_id?: number | null | undefined;
|
|
901
900
|
cbed_id?: number | null | undefined;
|
|
901
|
+
detal_id?: number | null | undefined;
|
|
902
902
|
product_id?: number | null | undefined;
|
|
903
903
|
}, {
|
|
904
904
|
type: IzdType;
|
|
@@ -909,8 +909,8 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
909
909
|
ban?: boolean | undefined;
|
|
910
910
|
description?: string | undefined;
|
|
911
911
|
id?: number | null | undefined;
|
|
912
|
-
detal_id?: number | null | undefined;
|
|
913
912
|
cbed_id?: number | null | undefined;
|
|
913
|
+
detal_id?: number | null | undefined;
|
|
914
914
|
product_id?: number | null | undefined;
|
|
915
915
|
count_create?: number | undefined;
|
|
916
916
|
}>, "many">>;
|
|
@@ -956,10 +956,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
956
956
|
ban?: boolean | undefined;
|
|
957
957
|
description?: string | null | undefined;
|
|
958
958
|
contacts?: string | null | undefined;
|
|
959
|
-
attention?: boolean | undefined;
|
|
960
959
|
inn?: string | null | undefined;
|
|
961
960
|
cpp?: string | null | undefined;
|
|
962
961
|
rekvisit?: string | null | undefined;
|
|
962
|
+
attention?: boolean | undefined;
|
|
963
963
|
purchasesId?: number | undefined;
|
|
964
964
|
}>>;
|
|
965
965
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -1016,10 +1016,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1016
1016
|
ban?: boolean | undefined;
|
|
1017
1017
|
description?: string | null | undefined;
|
|
1018
1018
|
contacts?: string | null | undefined;
|
|
1019
|
-
attention?: boolean | undefined;
|
|
1020
1019
|
inn?: string | null | undefined;
|
|
1021
1020
|
cpp?: string | null | undefined;
|
|
1022
1021
|
rekvisit?: string | null | undefined;
|
|
1022
|
+
attention?: boolean | undefined;
|
|
1023
1023
|
purchasesId?: number | undefined;
|
|
1024
1024
|
} | undefined;
|
|
1025
1025
|
company_id?: number | undefined;
|
|
@@ -1032,22 +1032,22 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1032
1032
|
ban: boolean;
|
|
1033
1033
|
id: number;
|
|
1034
1034
|
name: string;
|
|
1035
|
-
|
|
1035
|
+
attention: boolean;
|
|
1036
|
+
materialList: EntityCommonSpecificationArray;
|
|
1037
|
+
quantity: number;
|
|
1038
|
+
shipments_kolvo: number;
|
|
1036
1039
|
min_remaining: number;
|
|
1040
|
+
responsibleId: number;
|
|
1041
|
+
calculate_needs_time: Date | null;
|
|
1037
1042
|
remainder_after_coming: number;
|
|
1038
|
-
quantity: number;
|
|
1039
1043
|
deficit: number;
|
|
1040
|
-
|
|
1044
|
+
shipments_deficit: number;
|
|
1041
1045
|
production_ordered: number;
|
|
1042
1046
|
deficit_by_sclad: number;
|
|
1043
|
-
shipments_deficit: number;
|
|
1044
1047
|
parametrs: detalParametrsField | null;
|
|
1045
1048
|
characteristic: detalCharacteristicField | null;
|
|
1046
|
-
materialList: EntityCommonSpecificationArray;
|
|
1047
|
-
attention: boolean;
|
|
1048
|
-
in_kit: number;
|
|
1049
|
-
responsibleId: number;
|
|
1050
1049
|
workpiece_characterization: DetalWorkpieceCharacteristics | null;
|
|
1050
|
+
in_kit: number;
|
|
1051
1051
|
actual_shipment_id: number | null;
|
|
1052
1052
|
cbed?: {
|
|
1053
1053
|
ban: boolean;
|
|
@@ -1056,31 +1056,31 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1056
1056
|
description: string | null;
|
|
1057
1057
|
id: number;
|
|
1058
1058
|
name: string;
|
|
1059
|
-
|
|
1059
|
+
assemble_id: number | null;
|
|
1060
|
+
attention: boolean;
|
|
1061
|
+
materialList: EntityCommonSpecificationArray | null;
|
|
1062
|
+
quantity: number;
|
|
1063
|
+
shipments_kolvo: number;
|
|
1060
1064
|
min_remaining: number;
|
|
1065
|
+
responsibleId: number | null;
|
|
1066
|
+
calculate_needs_time: Date | null;
|
|
1061
1067
|
remainder_after_coming: number;
|
|
1062
|
-
quantity: number;
|
|
1063
1068
|
deficit: number;
|
|
1064
|
-
|
|
1069
|
+
shipments_deficit: number;
|
|
1065
1070
|
production_ordered: number;
|
|
1066
1071
|
deficit_by_sclad: number;
|
|
1067
|
-
shipments_deficit: number;
|
|
1068
1072
|
ava_path: string | null;
|
|
1069
1073
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
1070
1074
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
1071
|
-
|
|
1075
|
+
in_kit: number;
|
|
1072
1076
|
listPokDet: EntityCommonSpecificationArray | null;
|
|
1073
1077
|
listCbed: EntityCommonSpecificationArray | null;
|
|
1074
1078
|
listDetal: EntityCommonSpecificationArray | null;
|
|
1075
|
-
|
|
1076
|
-
in_kit: number;
|
|
1077
|
-
responsibleId: number | null;
|
|
1078
|
-
assemble_id: number | null;
|
|
1079
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1079
1080
|
task_relative_id?: number | null | undefined;
|
|
1080
1081
|
task_relative_type?: IzdType | null | undefined;
|
|
1081
1082
|
discontinued?: boolean | undefined;
|
|
1082
1083
|
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
1083
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1084
1084
|
}[] | undefined;
|
|
1085
1085
|
metaloworking?: {
|
|
1086
1086
|
status: string;
|
|
@@ -1106,10 +1106,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1106
1106
|
type?: string | undefined;
|
|
1107
1107
|
description?: string | undefined;
|
|
1108
1108
|
id?: number | null | undefined;
|
|
1109
|
-
external_id?: number | null | undefined;
|
|
1110
|
-
original_name?: string | undefined;
|
|
1111
1109
|
width?: number | null | undefined;
|
|
1112
1110
|
height?: number | null | undefined;
|
|
1111
|
+
external_id?: number | null | undefined;
|
|
1112
|
+
original_name?: string | undefined;
|
|
1113
1113
|
size?: number | null | undefined;
|
|
1114
1114
|
hash?: string | undefined;
|
|
1115
1115
|
}[] | undefined;
|
|
@@ -1144,53 +1144,14 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1144
1144
|
company_id?: number | undefined;
|
|
1145
1145
|
parent_id?: number | null | undefined;
|
|
1146
1146
|
}[] | undefined;
|
|
1147
|
-
task_relative_id?: number | null | undefined;
|
|
1148
|
-
task_relative_type?: IzdType | null | undefined;
|
|
1149
1147
|
ava_path?: string | null | undefined;
|
|
1150
|
-
discontinued?: boolean | undefined;
|
|
1151
1148
|
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1152
|
-
products?: {
|
|
1153
|
-
ban: boolean;
|
|
1154
|
-
designation: string | null;
|
|
1155
|
-
description: string | null;
|
|
1156
|
-
name: string;
|
|
1157
|
-
calculate_needs_time: Date | null;
|
|
1158
|
-
min_remaining: number;
|
|
1159
|
-
quantity: number;
|
|
1160
|
-
deficit: number;
|
|
1161
|
-
shipments_kolvo: number;
|
|
1162
|
-
production_ordered: number;
|
|
1163
|
-
shipments_deficit: number;
|
|
1164
|
-
ava_path: string | null;
|
|
1165
|
-
parametrs: import("../../cbed").CbedVariableField[];
|
|
1166
|
-
characteristic: import("../../cbed").CbedVariableField[];
|
|
1167
|
-
materialList: EntityCommonSpecificationArray;
|
|
1168
|
-
listPokDet: EntityCommonSpecificationArray;
|
|
1169
|
-
listCbed: EntityCommonSpecificationArray;
|
|
1170
|
-
listDetal: EntityCommonSpecificationArray;
|
|
1171
|
-
attention: boolean;
|
|
1172
|
-
in_kit: number;
|
|
1173
|
-
responsibleId: number | null;
|
|
1174
|
-
articl: string | null;
|
|
1175
|
-
is_custom: boolean;
|
|
1176
|
-
id?: number | null | undefined;
|
|
1177
|
-
discontinued?: boolean | undefined;
|
|
1178
|
-
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
1179
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1180
|
-
}[] | undefined;
|
|
1181
1149
|
materials?: {
|
|
1182
1150
|
ban: boolean;
|
|
1183
1151
|
description: string | null;
|
|
1184
1152
|
id: number;
|
|
1185
1153
|
name: string;
|
|
1186
|
-
min_remaining: number;
|
|
1187
|
-
quantity: number;
|
|
1188
|
-
deficit: number;
|
|
1189
|
-
shipments_kolvo: number;
|
|
1190
|
-
deficit_by_sclad: number;
|
|
1191
|
-
shipments_deficit: number;
|
|
1192
1154
|
attention: boolean;
|
|
1193
|
-
in_kit: number;
|
|
1194
1155
|
characteristics: {
|
|
1195
1156
|
length: {
|
|
1196
1157
|
used: boolean;
|
|
@@ -1198,19 +1159,19 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1198
1159
|
znach: number;
|
|
1199
1160
|
shortName: string;
|
|
1200
1161
|
};
|
|
1201
|
-
|
|
1162
|
+
density: {
|
|
1202
1163
|
used: boolean;
|
|
1203
1164
|
edizmId: number;
|
|
1204
1165
|
znach: number;
|
|
1205
1166
|
shortName: string;
|
|
1206
1167
|
};
|
|
1207
|
-
|
|
1168
|
+
width: {
|
|
1208
1169
|
used: boolean;
|
|
1209
1170
|
edizmId: number;
|
|
1210
1171
|
znach: number;
|
|
1211
1172
|
shortName: string;
|
|
1212
1173
|
};
|
|
1213
|
-
|
|
1174
|
+
height: {
|
|
1214
1175
|
used: boolean;
|
|
1215
1176
|
edizmId: number;
|
|
1216
1177
|
znach: number;
|
|
@@ -1242,9 +1203,16 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1242
1203
|
};
|
|
1243
1204
|
};
|
|
1244
1205
|
instance_type: number;
|
|
1206
|
+
quantity: number;
|
|
1245
1207
|
price: number;
|
|
1208
|
+
shipments_kolvo: number;
|
|
1246
1209
|
delivery_ordered: number;
|
|
1247
1210
|
deliveryTime: number;
|
|
1211
|
+
min_remaining: number;
|
|
1212
|
+
deficit: number;
|
|
1213
|
+
shipments_deficit: number;
|
|
1214
|
+
deficit_by_sclad: number;
|
|
1215
|
+
in_kit: number;
|
|
1248
1216
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
1249
1217
|
actual_shipment_id: number | null;
|
|
1250
1218
|
typeMaterial: {
|
|
@@ -1296,6 +1264,38 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1296
1264
|
mat_za_obj?: ModelMaterial | undefined;
|
|
1297
1265
|
mat_zag_zam?: number | null | undefined;
|
|
1298
1266
|
techProcesses?: ModelTechProcess | undefined;
|
|
1267
|
+
task_relative_id?: number | null | undefined;
|
|
1268
|
+
task_relative_type?: IzdType | null | undefined;
|
|
1269
|
+
discontinued?: boolean | undefined;
|
|
1270
|
+
products?: {
|
|
1271
|
+
ban: boolean;
|
|
1272
|
+
designation: string | null;
|
|
1273
|
+
description: string | null;
|
|
1274
|
+
name: string;
|
|
1275
|
+
attention: boolean;
|
|
1276
|
+
materialList: EntityCommonSpecificationArray;
|
|
1277
|
+
quantity: number;
|
|
1278
|
+
shipments_kolvo: number;
|
|
1279
|
+
min_remaining: number;
|
|
1280
|
+
responsibleId: number | null;
|
|
1281
|
+
calculate_needs_time: Date | null;
|
|
1282
|
+
deficit: number;
|
|
1283
|
+
shipments_deficit: number;
|
|
1284
|
+
production_ordered: number;
|
|
1285
|
+
ava_path: string | null;
|
|
1286
|
+
parametrs: import("../../cbed").CbedVariableField[];
|
|
1287
|
+
characteristic: import("../../cbed").CbedVariableField[];
|
|
1288
|
+
in_kit: number;
|
|
1289
|
+
listPokDet: EntityCommonSpecificationArray;
|
|
1290
|
+
listCbed: EntityCommonSpecificationArray;
|
|
1291
|
+
listDetal: EntityCommonSpecificationArray;
|
|
1292
|
+
articl: string | null;
|
|
1293
|
+
is_custom: boolean;
|
|
1294
|
+
id?: number | null | undefined;
|
|
1295
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1296
|
+
discontinued?: boolean | undefined;
|
|
1297
|
+
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
1298
|
+
}[] | undefined;
|
|
1299
1299
|
sebestoim?: {
|
|
1300
1300
|
name: string;
|
|
1301
1301
|
id?: number | null | undefined;
|
|
@@ -1313,16 +1313,16 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1313
1313
|
warehouse_readiness_date: Date | null;
|
|
1314
1314
|
description?: string | undefined;
|
|
1315
1315
|
id?: number | null | undefined;
|
|
1316
|
-
detal_id?: number | null | undefined;
|
|
1317
1316
|
cbed_id?: number | null | undefined;
|
|
1317
|
+
detal_id?: number | null | undefined;
|
|
1318
1318
|
product_id?: number | null | undefined;
|
|
1319
1319
|
}[] | undefined;
|
|
1320
1320
|
}, {
|
|
1321
1321
|
id: number;
|
|
1322
1322
|
name: string;
|
|
1323
|
+
responsibleId: number;
|
|
1323
1324
|
parametrs: detalParametrsField | null;
|
|
1324
1325
|
characteristic: detalCharacteristicField | null;
|
|
1325
|
-
responsibleId: number;
|
|
1326
1326
|
workpiece_characterization: DetalWorkpieceCharacteristics | null;
|
|
1327
1327
|
actual_shipment_id: number | null;
|
|
1328
1328
|
ban?: boolean | undefined;
|
|
@@ -1331,33 +1331,33 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1331
1331
|
description: string | null;
|
|
1332
1332
|
id: number;
|
|
1333
1333
|
name: string;
|
|
1334
|
+
assemble_id: number | null;
|
|
1335
|
+
materialList: EntityCommonSpecificationArray | null;
|
|
1336
|
+
responsibleId: number | null;
|
|
1334
1337
|
ava_path: string | null;
|
|
1335
1338
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
1336
1339
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
1337
|
-
materialList: EntityCommonSpecificationArray | null;
|
|
1338
1340
|
listPokDet: EntityCommonSpecificationArray | null;
|
|
1339
1341
|
listCbed: EntityCommonSpecificationArray | null;
|
|
1340
1342
|
listDetal: EntityCommonSpecificationArray | null;
|
|
1341
|
-
responsibleId: number | null;
|
|
1342
|
-
assemble_id: number | null;
|
|
1343
1343
|
ban?: boolean | undefined;
|
|
1344
1344
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
1345
|
-
|
|
1345
|
+
attention?: boolean | undefined;
|
|
1346
|
+
quantity?: number | undefined;
|
|
1347
|
+
shipments_kolvo?: number | undefined;
|
|
1346
1348
|
min_remaining?: number | undefined;
|
|
1349
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1347
1350
|
remainder_after_coming?: number | undefined;
|
|
1348
|
-
task_relative_id?: number | null | undefined;
|
|
1349
|
-
task_relative_type?: IzdType | null | undefined;
|
|
1350
|
-
quantity?: number | undefined;
|
|
1351
1351
|
deficit?: number | undefined;
|
|
1352
|
-
|
|
1352
|
+
shipments_deficit?: number | undefined;
|
|
1353
1353
|
production_ordered?: number | undefined;
|
|
1354
1354
|
deficit_by_sclad?: number | undefined;
|
|
1355
|
-
|
|
1356
|
-
attention?: boolean | undefined;
|
|
1355
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1357
1356
|
in_kit?: number | undefined;
|
|
1357
|
+
task_relative_id?: number | null | undefined;
|
|
1358
|
+
task_relative_type?: IzdType | null | undefined;
|
|
1358
1359
|
discontinued?: boolean | undefined;
|
|
1359
1360
|
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
1360
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1361
1361
|
}[] | undefined;
|
|
1362
1362
|
metaloworking?: {
|
|
1363
1363
|
status: string;
|
|
@@ -1380,10 +1380,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1380
1380
|
ban?: boolean | undefined;
|
|
1381
1381
|
description?: string | undefined;
|
|
1382
1382
|
id?: number | null | undefined;
|
|
1383
|
-
external_id?: number | null | undefined;
|
|
1384
|
-
original_name?: string | undefined;
|
|
1385
1383
|
width?: number | null | undefined;
|
|
1386
1384
|
height?: number | null | undefined;
|
|
1385
|
+
external_id?: number | null | undefined;
|
|
1386
|
+
original_name?: string | undefined;
|
|
1387
1387
|
size?: number | null | undefined;
|
|
1388
1388
|
version?: number | undefined;
|
|
1389
1389
|
ava?: boolean | undefined;
|
|
@@ -1410,10 +1410,10 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1410
1410
|
ban?: boolean | undefined;
|
|
1411
1411
|
description?: string | null | undefined;
|
|
1412
1412
|
contacts?: string | null | undefined;
|
|
1413
|
-
attention?: boolean | undefined;
|
|
1414
1413
|
inn?: string | null | undefined;
|
|
1415
1414
|
cpp?: string | null | undefined;
|
|
1416
1415
|
rekvisit?: string | null | undefined;
|
|
1416
|
+
attention?: boolean | undefined;
|
|
1417
1417
|
purchasesId?: number | undefined;
|
|
1418
1418
|
} | undefined;
|
|
1419
1419
|
company_id?: number | undefined;
|
|
@@ -1421,62 +1421,25 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1421
1421
|
is_custom_product?: boolean | undefined;
|
|
1422
1422
|
parent_id?: number | null | undefined;
|
|
1423
1423
|
}[] | undefined;
|
|
1424
|
-
|
|
1424
|
+
attention?: boolean | undefined;
|
|
1425
|
+
materialList?: EntityCommonSpecificationArray | undefined;
|
|
1426
|
+
quantity?: number | undefined;
|
|
1427
|
+
shipments_kolvo?: number | undefined;
|
|
1425
1428
|
min_remaining?: number | undefined;
|
|
1429
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1426
1430
|
remainder_after_coming?: number | undefined;
|
|
1427
|
-
task_relative_id?: number | null | undefined;
|
|
1428
|
-
task_relative_type?: IzdType | null | undefined;
|
|
1429
|
-
quantity?: number | undefined;
|
|
1430
1431
|
deficit?: number | undefined;
|
|
1431
|
-
|
|
1432
|
+
shipments_deficit?: number | undefined;
|
|
1432
1433
|
production_ordered?: number | undefined;
|
|
1433
1434
|
deficit_by_sclad?: number | undefined;
|
|
1434
|
-
shipments_deficit?: number | undefined;
|
|
1435
1435
|
ava_path?: string | null | undefined;
|
|
1436
|
-
materialList?: EntityCommonSpecificationArray | undefined;
|
|
1437
|
-
attention?: boolean | undefined;
|
|
1438
|
-
in_kit?: number | undefined;
|
|
1439
|
-
discontinued?: boolean | undefined;
|
|
1440
1436
|
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1441
|
-
|
|
1442
|
-
designation: string | null;
|
|
1443
|
-
description: string | null;
|
|
1444
|
-
name: string;
|
|
1445
|
-
ava_path: string | null;
|
|
1446
|
-
materialList: EntityCommonSpecificationArray;
|
|
1447
|
-
listPokDet: EntityCommonSpecificationArray;
|
|
1448
|
-
listCbed: EntityCommonSpecificationArray;
|
|
1449
|
-
listDetal: EntityCommonSpecificationArray;
|
|
1450
|
-
responsibleId: number | null;
|
|
1451
|
-
articl: string | null;
|
|
1452
|
-
ban?: boolean | undefined;
|
|
1453
|
-
id?: number | null | undefined;
|
|
1454
|
-
calculate_needs_time?: Date | null | undefined;
|
|
1455
|
-
min_remaining?: number | undefined;
|
|
1456
|
-
quantity?: number | undefined;
|
|
1457
|
-
deficit?: number | undefined;
|
|
1458
|
-
shipments_kolvo?: number | undefined;
|
|
1459
|
-
production_ordered?: number | undefined;
|
|
1460
|
-
shipments_deficit?: number | undefined;
|
|
1461
|
-
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1462
|
-
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1463
|
-
attention?: boolean | undefined;
|
|
1464
|
-
in_kit?: number | undefined;
|
|
1465
|
-
discontinued?: boolean | undefined;
|
|
1466
|
-
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
1467
|
-
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1468
|
-
is_custom?: boolean | undefined;
|
|
1469
|
-
}[] | undefined;
|
|
1437
|
+
in_kit?: number | undefined;
|
|
1470
1438
|
materials?: {
|
|
1471
1439
|
description: string | null;
|
|
1472
1440
|
id: number;
|
|
1473
1441
|
name: string;
|
|
1474
|
-
min_remaining: number;
|
|
1475
|
-
quantity: number;
|
|
1476
|
-
deficit: number;
|
|
1477
|
-
shipments_kolvo: number;
|
|
1478
1442
|
attention: boolean;
|
|
1479
|
-
in_kit: number;
|
|
1480
1443
|
characteristics: {
|
|
1481
1444
|
length: {
|
|
1482
1445
|
used: boolean;
|
|
@@ -1484,19 +1447,19 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1484
1447
|
znach: number;
|
|
1485
1448
|
shortName: string;
|
|
1486
1449
|
};
|
|
1487
|
-
|
|
1450
|
+
density: {
|
|
1488
1451
|
used: boolean;
|
|
1489
1452
|
edizmId: number;
|
|
1490
1453
|
znach: number;
|
|
1491
1454
|
shortName: string;
|
|
1492
1455
|
};
|
|
1493
|
-
|
|
1456
|
+
width: {
|
|
1494
1457
|
used: boolean;
|
|
1495
1458
|
edizmId: number;
|
|
1496
1459
|
znach: number;
|
|
1497
1460
|
shortName: string;
|
|
1498
1461
|
};
|
|
1499
|
-
|
|
1462
|
+
height: {
|
|
1500
1463
|
used: boolean;
|
|
1501
1464
|
edizmId: number;
|
|
1502
1465
|
znach: number;
|
|
@@ -1528,8 +1491,13 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1528
1491
|
};
|
|
1529
1492
|
};
|
|
1530
1493
|
instance_type: number;
|
|
1494
|
+
quantity: number;
|
|
1531
1495
|
price: number;
|
|
1496
|
+
shipments_kolvo: number;
|
|
1532
1497
|
deliveryTime: number;
|
|
1498
|
+
min_remaining: number;
|
|
1499
|
+
deficit: number;
|
|
1500
|
+
in_kit: number;
|
|
1533
1501
|
units_measurement: import("../../material").IUnitsMeasurement[];
|
|
1534
1502
|
actual_shipment_id: number | null;
|
|
1535
1503
|
typeMaterial: {
|
|
@@ -1577,14 +1545,46 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1577
1545
|
};
|
|
1578
1546
|
ban?: boolean | undefined;
|
|
1579
1547
|
shipments?: any;
|
|
1580
|
-
deficit_by_sclad?: number | undefined;
|
|
1581
|
-
shipments_deficit?: number | undefined;
|
|
1582
1548
|
delivery_ordered?: number | undefined;
|
|
1549
|
+
shipments_deficit?: number | undefined;
|
|
1550
|
+
deficit_by_sclad?: number | undefined;
|
|
1583
1551
|
}[] | undefined;
|
|
1584
1552
|
mat_zag?: number | null | undefined;
|
|
1585
1553
|
mat_za_obj?: ModelMaterial | undefined;
|
|
1586
1554
|
mat_zag_zam?: number | null | undefined;
|
|
1587
1555
|
techProcesses?: ModelTechProcess | undefined;
|
|
1556
|
+
task_relative_id?: number | null | undefined;
|
|
1557
|
+
task_relative_type?: IzdType | null | undefined;
|
|
1558
|
+
discontinued?: boolean | undefined;
|
|
1559
|
+
products?: {
|
|
1560
|
+
designation: string | null;
|
|
1561
|
+
description: string | null;
|
|
1562
|
+
name: string;
|
|
1563
|
+
materialList: EntityCommonSpecificationArray;
|
|
1564
|
+
responsibleId: number | null;
|
|
1565
|
+
ava_path: string | null;
|
|
1566
|
+
listPokDet: EntityCommonSpecificationArray;
|
|
1567
|
+
listCbed: EntityCommonSpecificationArray;
|
|
1568
|
+
listDetal: EntityCommonSpecificationArray;
|
|
1569
|
+
articl: string | null;
|
|
1570
|
+
ban?: boolean | undefined;
|
|
1571
|
+
id?: number | null | undefined;
|
|
1572
|
+
attention?: boolean | undefined;
|
|
1573
|
+
quantity?: number | undefined;
|
|
1574
|
+
shipments_kolvo?: number | undefined;
|
|
1575
|
+
min_remaining?: number | undefined;
|
|
1576
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1577
|
+
deficit?: number | undefined;
|
|
1578
|
+
shipments_deficit?: number | undefined;
|
|
1579
|
+
production_ordered?: number | undefined;
|
|
1580
|
+
production_time_metalloworking?: ProductionTimeType | null | undefined;
|
|
1581
|
+
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1582
|
+
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
1583
|
+
in_kit?: number | undefined;
|
|
1584
|
+
discontinued?: boolean | undefined;
|
|
1585
|
+
production_time_assemble?: ProductionTimeType | null | undefined;
|
|
1586
|
+
is_custom?: boolean | undefined;
|
|
1587
|
+
}[] | undefined;
|
|
1588
1588
|
sebestoim?: {
|
|
1589
1589
|
name: string;
|
|
1590
1590
|
id?: number | null | undefined;
|
|
@@ -1601,8 +1601,8 @@ export declare const DetalSchema: z.ZodObject<{
|
|
|
1601
1601
|
ban?: boolean | undefined;
|
|
1602
1602
|
description?: string | undefined;
|
|
1603
1603
|
id?: number | null | undefined;
|
|
1604
|
-
detal_id?: number | null | undefined;
|
|
1605
1604
|
cbed_id?: number | null | undefined;
|
|
1605
|
+
detal_id?: number | null | undefined;
|
|
1606
1606
|
product_id?: number | null | undefined;
|
|
1607
1607
|
count_create?: number | undefined;
|
|
1608
1608
|
}[] | undefined;
|