@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
|
@@ -50,10 +50,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
50
50
|
type?: string | undefined;
|
|
51
51
|
description?: string | undefined;
|
|
52
52
|
id?: number | null | undefined;
|
|
53
|
-
external_id?: number | null | undefined;
|
|
54
|
-
original_name?: string | undefined;
|
|
55
53
|
width?: number | null | undefined;
|
|
56
54
|
height?: number | null | undefined;
|
|
55
|
+
external_id?: number | null | undefined;
|
|
56
|
+
original_name?: string | undefined;
|
|
57
57
|
size?: number | null | undefined;
|
|
58
58
|
hash?: string | undefined;
|
|
59
59
|
}, {
|
|
@@ -64,10 +64,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
64
64
|
ban?: boolean | undefined;
|
|
65
65
|
description?: string | undefined;
|
|
66
66
|
id?: number | null | undefined;
|
|
67
|
-
external_id?: number | null | undefined;
|
|
68
|
-
original_name?: string | undefined;
|
|
69
67
|
width?: number | null | undefined;
|
|
70
68
|
height?: number | null | undefined;
|
|
69
|
+
external_id?: number | null | undefined;
|
|
70
|
+
original_name?: string | undefined;
|
|
71
71
|
size?: number | null | undefined;
|
|
72
72
|
version?: number | undefined;
|
|
73
73
|
ava?: boolean | undefined;
|
|
@@ -225,19 +225,19 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
225
225
|
znach: number;
|
|
226
226
|
shortName: string;
|
|
227
227
|
};
|
|
228
|
-
|
|
228
|
+
density: {
|
|
229
229
|
used: boolean;
|
|
230
230
|
edizmId: number;
|
|
231
231
|
znach: number;
|
|
232
232
|
shortName: string;
|
|
233
233
|
};
|
|
234
|
-
|
|
234
|
+
width: {
|
|
235
235
|
used: boolean;
|
|
236
236
|
edizmId: number;
|
|
237
237
|
znach: number;
|
|
238
238
|
shortName: string;
|
|
239
239
|
};
|
|
240
|
-
|
|
240
|
+
height: {
|
|
241
241
|
used: boolean;
|
|
242
242
|
edizmId: number;
|
|
243
243
|
znach: number;
|
|
@@ -274,19 +274,19 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
274
274
|
znach: number;
|
|
275
275
|
shortName: string;
|
|
276
276
|
};
|
|
277
|
-
|
|
277
|
+
density: {
|
|
278
278
|
used: boolean;
|
|
279
279
|
edizmId: number;
|
|
280
280
|
znach: number;
|
|
281
281
|
shortName: string;
|
|
282
282
|
};
|
|
283
|
-
|
|
283
|
+
width: {
|
|
284
284
|
used: boolean;
|
|
285
285
|
edizmId: number;
|
|
286
286
|
znach: number;
|
|
287
287
|
shortName: string;
|
|
288
288
|
};
|
|
289
|
-
|
|
289
|
+
height: {
|
|
290
290
|
used: boolean;
|
|
291
291
|
edizmId: number;
|
|
292
292
|
znach: number;
|
|
@@ -412,14 +412,7 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
412
412
|
description: string | null;
|
|
413
413
|
id: number;
|
|
414
414
|
name: string;
|
|
415
|
-
min_remaining: number;
|
|
416
|
-
quantity: number;
|
|
417
|
-
deficit: number;
|
|
418
|
-
shipments_kolvo: number;
|
|
419
|
-
deficit_by_sclad: number;
|
|
420
|
-
shipments_deficit: number;
|
|
421
415
|
attention: boolean;
|
|
422
|
-
in_kit: number;
|
|
423
416
|
characteristics: {
|
|
424
417
|
length: {
|
|
425
418
|
used: boolean;
|
|
@@ -427,19 +420,19 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
427
420
|
znach: number;
|
|
428
421
|
shortName: string;
|
|
429
422
|
};
|
|
430
|
-
|
|
423
|
+
density: {
|
|
431
424
|
used: boolean;
|
|
432
425
|
edizmId: number;
|
|
433
426
|
znach: number;
|
|
434
427
|
shortName: string;
|
|
435
428
|
};
|
|
436
|
-
|
|
429
|
+
width: {
|
|
437
430
|
used: boolean;
|
|
438
431
|
edizmId: number;
|
|
439
432
|
znach: number;
|
|
440
433
|
shortName: string;
|
|
441
434
|
};
|
|
442
|
-
|
|
435
|
+
height: {
|
|
443
436
|
used: boolean;
|
|
444
437
|
edizmId: number;
|
|
445
438
|
znach: number;
|
|
@@ -471,9 +464,16 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
471
464
|
};
|
|
472
465
|
};
|
|
473
466
|
instance_type: number;
|
|
467
|
+
quantity: number;
|
|
474
468
|
price: number;
|
|
469
|
+
shipments_kolvo: number;
|
|
475
470
|
delivery_ordered: number;
|
|
476
471
|
deliveryTime: number;
|
|
472
|
+
min_remaining: number;
|
|
473
|
+
deficit: number;
|
|
474
|
+
shipments_deficit: number;
|
|
475
|
+
deficit_by_sclad: number;
|
|
476
|
+
in_kit: number;
|
|
477
477
|
units_measurement: import("../..").IUnitsMeasurement[];
|
|
478
478
|
actual_shipment_id: number | null;
|
|
479
479
|
typeMaterial: {
|
|
@@ -524,12 +524,7 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
524
524
|
description: string | null;
|
|
525
525
|
id: number;
|
|
526
526
|
name: string;
|
|
527
|
-
min_remaining: number;
|
|
528
|
-
quantity: number;
|
|
529
|
-
deficit: number;
|
|
530
|
-
shipments_kolvo: number;
|
|
531
527
|
attention: boolean;
|
|
532
|
-
in_kit: number;
|
|
533
528
|
characteristics: {
|
|
534
529
|
length: {
|
|
535
530
|
used: boolean;
|
|
@@ -537,19 +532,19 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
537
532
|
znach: number;
|
|
538
533
|
shortName: string;
|
|
539
534
|
};
|
|
540
|
-
|
|
535
|
+
density: {
|
|
541
536
|
used: boolean;
|
|
542
537
|
edizmId: number;
|
|
543
538
|
znach: number;
|
|
544
539
|
shortName: string;
|
|
545
540
|
};
|
|
546
|
-
|
|
541
|
+
width: {
|
|
547
542
|
used: boolean;
|
|
548
543
|
edizmId: number;
|
|
549
544
|
znach: number;
|
|
550
545
|
shortName: string;
|
|
551
546
|
};
|
|
552
|
-
|
|
547
|
+
height: {
|
|
553
548
|
used: boolean;
|
|
554
549
|
edizmId: number;
|
|
555
550
|
znach: number;
|
|
@@ -581,8 +576,13 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
581
576
|
};
|
|
582
577
|
};
|
|
583
578
|
instance_type: number;
|
|
579
|
+
quantity: number;
|
|
584
580
|
price: number;
|
|
581
|
+
shipments_kolvo: number;
|
|
585
582
|
deliveryTime: number;
|
|
583
|
+
min_remaining: number;
|
|
584
|
+
deficit: number;
|
|
585
|
+
in_kit: number;
|
|
586
586
|
units_measurement: import("../..").IUnitsMeasurement[];
|
|
587
587
|
actual_shipment_id: number | null;
|
|
588
588
|
typeMaterial: {
|
|
@@ -630,9 +630,9 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
630
630
|
};
|
|
631
631
|
ban?: boolean | undefined;
|
|
632
632
|
shipments?: any;
|
|
633
|
-
deficit_by_sclad?: number | undefined;
|
|
634
|
-
shipments_deficit?: number | undefined;
|
|
635
633
|
delivery_ordered?: number | undefined;
|
|
634
|
+
shipments_deficit?: number | undefined;
|
|
635
|
+
deficit_by_sclad?: number | undefined;
|
|
636
636
|
}>, "many">>;
|
|
637
637
|
mat_zag: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
638
638
|
mat_za_obj: z.ZodOptional<z.ZodType<import("../..").ModelMaterial, z.ZodTypeDef, import("../..").ModelMaterial>>;
|
|
@@ -681,63 +681,63 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
681
681
|
description: string | null;
|
|
682
682
|
id: number;
|
|
683
683
|
name: string;
|
|
684
|
-
|
|
684
|
+
assemble_id: number | null;
|
|
685
|
+
attention: boolean;
|
|
686
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
687
|
+
quantity: number;
|
|
688
|
+
shipments_kolvo: number;
|
|
685
689
|
min_remaining: number;
|
|
690
|
+
responsibleId: number | null;
|
|
691
|
+
calculate_needs_time: Date | null;
|
|
686
692
|
remainder_after_coming: number;
|
|
687
|
-
quantity: number;
|
|
688
693
|
deficit: number;
|
|
689
|
-
|
|
694
|
+
shipments_deficit: number;
|
|
690
695
|
production_ordered: number;
|
|
691
696
|
deficit_by_sclad: number;
|
|
692
|
-
shipments_deficit: number;
|
|
693
697
|
ava_path: string | null;
|
|
694
698
|
parametrs: import("../..").CbedParametrsField | null;
|
|
695
699
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
696
|
-
|
|
700
|
+
in_kit: number;
|
|
697
701
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
698
702
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
699
703
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
700
|
-
|
|
701
|
-
in_kit: number;
|
|
702
|
-
responsibleId: number | null;
|
|
703
|
-
assemble_id: number | null;
|
|
704
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
704
705
|
task_relative_id?: number | null | undefined;
|
|
705
706
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
706
707
|
discontinued?: boolean | undefined;
|
|
707
708
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
708
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
709
709
|
}, {
|
|
710
710
|
designation: string | null;
|
|
711
711
|
description: string | null;
|
|
712
712
|
id: number;
|
|
713
713
|
name: string;
|
|
714
|
+
assemble_id: number | null;
|
|
715
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
716
|
+
responsibleId: number | null;
|
|
714
717
|
ava_path: string | null;
|
|
715
718
|
parametrs: import("../..").CbedParametrsField | null;
|
|
716
719
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
717
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
718
720
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
719
721
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
720
722
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
721
|
-
responsibleId: number | null;
|
|
722
|
-
assemble_id: number | null;
|
|
723
723
|
ban?: boolean | undefined;
|
|
724
724
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
725
|
-
|
|
725
|
+
attention?: boolean | undefined;
|
|
726
|
+
quantity?: number | undefined;
|
|
727
|
+
shipments_kolvo?: number | undefined;
|
|
726
728
|
min_remaining?: number | undefined;
|
|
729
|
+
calculate_needs_time?: Date | null | undefined;
|
|
727
730
|
remainder_after_coming?: number | undefined;
|
|
728
|
-
task_relative_id?: number | null | undefined;
|
|
729
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
730
|
-
quantity?: number | undefined;
|
|
731
731
|
deficit?: number | undefined;
|
|
732
|
-
|
|
732
|
+
shipments_deficit?: number | undefined;
|
|
733
733
|
production_ordered?: number | undefined;
|
|
734
734
|
deficit_by_sclad?: number | undefined;
|
|
735
|
-
|
|
736
|
-
attention?: boolean | undefined;
|
|
735
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
737
736
|
in_kit?: number | undefined;
|
|
737
|
+
task_relative_id?: number | null | undefined;
|
|
738
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
738
739
|
discontinued?: boolean | undefined;
|
|
739
740
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
740
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
741
741
|
}>, "many">>;
|
|
742
742
|
products: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
743
743
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -772,56 +772,56 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
772
772
|
designation: string | null;
|
|
773
773
|
description: string | null;
|
|
774
774
|
name: string;
|
|
775
|
-
|
|
776
|
-
|
|
775
|
+
attention: boolean;
|
|
776
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
777
777
|
quantity: number;
|
|
778
|
-
deficit: number;
|
|
779
778
|
shipments_kolvo: number;
|
|
780
|
-
|
|
779
|
+
min_remaining: number;
|
|
780
|
+
responsibleId: number | null;
|
|
781
|
+
calculate_needs_time: Date | null;
|
|
782
|
+
deficit: number;
|
|
781
783
|
shipments_deficit: number;
|
|
784
|
+
production_ordered: number;
|
|
782
785
|
ava_path: string | null;
|
|
783
786
|
parametrs: import("../..").CbedVariableField[];
|
|
784
787
|
characteristic: import("../..").CbedVariableField[];
|
|
785
|
-
|
|
788
|
+
in_kit: number;
|
|
786
789
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
787
790
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
788
791
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
789
|
-
attention: boolean;
|
|
790
|
-
in_kit: number;
|
|
791
|
-
responsibleId: number | null;
|
|
792
792
|
articl: string | null;
|
|
793
793
|
is_custom: boolean;
|
|
794
794
|
id?: number | null | undefined;
|
|
795
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
795
796
|
discontinued?: boolean | undefined;
|
|
796
797
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
797
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
798
798
|
}, {
|
|
799
799
|
designation: string | null;
|
|
800
800
|
description: string | null;
|
|
801
801
|
name: string;
|
|
802
|
-
ava_path: string | null;
|
|
803
802
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
803
|
+
responsibleId: number | null;
|
|
804
|
+
ava_path: string | null;
|
|
804
805
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
805
806
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
806
807
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
807
|
-
responsibleId: number | null;
|
|
808
808
|
articl: string | null;
|
|
809
809
|
ban?: boolean | undefined;
|
|
810
810
|
id?: number | null | undefined;
|
|
811
|
-
|
|
812
|
-
min_remaining?: number | undefined;
|
|
811
|
+
attention?: boolean | undefined;
|
|
813
812
|
quantity?: number | undefined;
|
|
814
|
-
deficit?: number | undefined;
|
|
815
813
|
shipments_kolvo?: number | undefined;
|
|
816
|
-
|
|
814
|
+
min_remaining?: number | undefined;
|
|
815
|
+
calculate_needs_time?: Date | null | undefined;
|
|
816
|
+
deficit?: number | undefined;
|
|
817
817
|
shipments_deficit?: number | undefined;
|
|
818
|
+
production_ordered?: number | undefined;
|
|
819
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
818
820
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
819
821
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
820
|
-
attention?: boolean | undefined;
|
|
821
822
|
in_kit?: number | undefined;
|
|
822
823
|
discontinued?: boolean | undefined;
|
|
823
824
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
824
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
825
825
|
is_custom?: boolean | undefined;
|
|
826
826
|
}>, "many">>;
|
|
827
827
|
metaloworking: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -891,8 +891,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
891
891
|
warehouse_readiness_date: Date | null;
|
|
892
892
|
description?: string | undefined;
|
|
893
893
|
id?: number | null | undefined;
|
|
894
|
-
detal_id?: number | null | undefined;
|
|
895
894
|
cbed_id?: number | null | undefined;
|
|
895
|
+
detal_id?: number | null | undefined;
|
|
896
896
|
product_id?: number | null | undefined;
|
|
897
897
|
}, {
|
|
898
898
|
type: import("../..").IzdType;
|
|
@@ -903,8 +903,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
903
903
|
ban?: boolean | undefined;
|
|
904
904
|
description?: string | undefined;
|
|
905
905
|
id?: number | null | undefined;
|
|
906
|
-
detal_id?: number | null | undefined;
|
|
907
906
|
cbed_id?: number | null | undefined;
|
|
907
|
+
detal_id?: number | null | undefined;
|
|
908
908
|
product_id?: number | null | undefined;
|
|
909
909
|
count_create?: number | undefined;
|
|
910
910
|
}>, "many">>;
|
|
@@ -950,10 +950,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
950
950
|
ban?: boolean | undefined;
|
|
951
951
|
description?: string | null | undefined;
|
|
952
952
|
contacts?: string | null | undefined;
|
|
953
|
-
attention?: boolean | undefined;
|
|
954
953
|
inn?: string | null | undefined;
|
|
955
954
|
cpp?: string | null | undefined;
|
|
956
955
|
rekvisit?: string | null | undefined;
|
|
956
|
+
attention?: boolean | undefined;
|
|
957
957
|
purchasesId?: number | undefined;
|
|
958
958
|
}>>;
|
|
959
959
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -1010,10 +1010,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1010
1010
|
ban?: boolean | undefined;
|
|
1011
1011
|
description?: string | null | undefined;
|
|
1012
1012
|
contacts?: string | null | undefined;
|
|
1013
|
-
attention?: boolean | undefined;
|
|
1014
1013
|
inn?: string | null | undefined;
|
|
1015
1014
|
cpp?: string | null | undefined;
|
|
1016
1015
|
rekvisit?: string | null | undefined;
|
|
1016
|
+
attention?: boolean | undefined;
|
|
1017
1017
|
purchasesId?: number | undefined;
|
|
1018
1018
|
} | undefined;
|
|
1019
1019
|
company_id?: number | undefined;
|
|
@@ -1066,10 +1066,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1066
1066
|
ban?: boolean | undefined;
|
|
1067
1067
|
description?: string | null | undefined;
|
|
1068
1068
|
contacts?: string | null | undefined;
|
|
1069
|
-
attention?: boolean | undefined;
|
|
1070
1069
|
inn?: string | null | undefined;
|
|
1071
1070
|
cpp?: string | null | undefined;
|
|
1072
1071
|
rekvisit?: string | null | undefined;
|
|
1072
|
+
attention?: boolean | undefined;
|
|
1073
1073
|
purchasesId?: number | undefined;
|
|
1074
1074
|
}>>;
|
|
1075
1075
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -1126,10 +1126,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1126
1126
|
ban?: boolean | undefined;
|
|
1127
1127
|
description?: string | null | undefined;
|
|
1128
1128
|
contacts?: string | null | undefined;
|
|
1129
|
-
attention?: boolean | undefined;
|
|
1130
1129
|
inn?: string | null | undefined;
|
|
1131
1130
|
cpp?: string | null | undefined;
|
|
1132
1131
|
rekvisit?: string | null | undefined;
|
|
1132
|
+
attention?: boolean | undefined;
|
|
1133
1133
|
purchasesId?: number | undefined;
|
|
1134
1134
|
} | undefined;
|
|
1135
1135
|
company_id?: number | undefined;
|
|
@@ -1172,22 +1172,22 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1172
1172
|
};
|
|
1173
1173
|
id: number;
|
|
1174
1174
|
name: string;
|
|
1175
|
-
|
|
1175
|
+
attention: boolean;
|
|
1176
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1177
|
+
quantity: number;
|
|
1178
|
+
shipments_kolvo: number;
|
|
1176
1179
|
min_remaining: number;
|
|
1180
|
+
responsibleId: number;
|
|
1181
|
+
calculate_needs_time: Date | null;
|
|
1177
1182
|
remainder_after_coming: number;
|
|
1178
|
-
quantity: number;
|
|
1179
1183
|
deficit: number;
|
|
1180
|
-
|
|
1184
|
+
shipments_deficit: number;
|
|
1181
1185
|
production_ordered: number;
|
|
1182
1186
|
deficit_by_sclad: number;
|
|
1183
|
-
shipments_deficit: number;
|
|
1184
1187
|
parametrs: import("..").detalParametrsField | null;
|
|
1185
1188
|
characteristic: import("..").detalCharacteristicField | null;
|
|
1186
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1187
|
-
attention: boolean;
|
|
1188
|
-
in_kit: number;
|
|
1189
|
-
responsibleId: number;
|
|
1190
1189
|
workpiece_characterization: import("../..").DetalWorkpieceCharacteristics | null;
|
|
1190
|
+
in_kit: number;
|
|
1191
1191
|
actual_shipment_id: number | null;
|
|
1192
1192
|
myQuantity: number;
|
|
1193
1193
|
cbed?: {
|
|
@@ -1197,31 +1197,31 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1197
1197
|
description: string | null;
|
|
1198
1198
|
id: number;
|
|
1199
1199
|
name: string;
|
|
1200
|
-
|
|
1200
|
+
assemble_id: number | null;
|
|
1201
|
+
attention: boolean;
|
|
1202
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1203
|
+
quantity: number;
|
|
1204
|
+
shipments_kolvo: number;
|
|
1201
1205
|
min_remaining: number;
|
|
1206
|
+
responsibleId: number | null;
|
|
1207
|
+
calculate_needs_time: Date | null;
|
|
1202
1208
|
remainder_after_coming: number;
|
|
1203
|
-
quantity: number;
|
|
1204
1209
|
deficit: number;
|
|
1205
|
-
|
|
1210
|
+
shipments_deficit: number;
|
|
1206
1211
|
production_ordered: number;
|
|
1207
1212
|
deficit_by_sclad: number;
|
|
1208
|
-
shipments_deficit: number;
|
|
1209
1213
|
ava_path: string | null;
|
|
1210
1214
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1211
1215
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1212
|
-
|
|
1216
|
+
in_kit: number;
|
|
1213
1217
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1214
1218
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1215
1219
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1216
|
-
|
|
1217
|
-
in_kit: number;
|
|
1218
|
-
responsibleId: number | null;
|
|
1219
|
-
assemble_id: number | null;
|
|
1220
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1220
1221
|
task_relative_id?: number | null | undefined;
|
|
1221
1222
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1222
1223
|
discontinued?: boolean | undefined;
|
|
1223
1224
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1224
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1225
1225
|
}[] | undefined;
|
|
1226
1226
|
metaloworking?: {
|
|
1227
1227
|
status: string;
|
|
@@ -1247,10 +1247,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1247
1247
|
type?: string | undefined;
|
|
1248
1248
|
description?: string | undefined;
|
|
1249
1249
|
id?: number | null | undefined;
|
|
1250
|
-
external_id?: number | null | undefined;
|
|
1251
|
-
original_name?: string | undefined;
|
|
1252
1250
|
width?: number | null | undefined;
|
|
1253
1251
|
height?: number | null | undefined;
|
|
1252
|
+
external_id?: number | null | undefined;
|
|
1253
|
+
original_name?: string | undefined;
|
|
1254
1254
|
size?: number | null | undefined;
|
|
1255
1255
|
hash?: string | undefined;
|
|
1256
1256
|
}[] | undefined;
|
|
@@ -1285,53 +1285,14 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1285
1285
|
company_id?: number | undefined;
|
|
1286
1286
|
parent_id?: number | null | undefined;
|
|
1287
1287
|
}[] | undefined;
|
|
1288
|
-
task_relative_id?: number | null | undefined;
|
|
1289
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1290
1288
|
ava_path?: string | null | undefined;
|
|
1291
|
-
discontinued?: boolean | undefined;
|
|
1292
1289
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1293
|
-
products?: {
|
|
1294
|
-
ban: boolean;
|
|
1295
|
-
designation: string | null;
|
|
1296
|
-
description: string | null;
|
|
1297
|
-
name: string;
|
|
1298
|
-
calculate_needs_time: Date | null;
|
|
1299
|
-
min_remaining: number;
|
|
1300
|
-
quantity: number;
|
|
1301
|
-
deficit: number;
|
|
1302
|
-
shipments_kolvo: number;
|
|
1303
|
-
production_ordered: number;
|
|
1304
|
-
shipments_deficit: number;
|
|
1305
|
-
ava_path: string | null;
|
|
1306
|
-
parametrs: import("../..").CbedVariableField[];
|
|
1307
|
-
characteristic: import("../..").CbedVariableField[];
|
|
1308
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1309
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1310
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1311
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1312
|
-
attention: boolean;
|
|
1313
|
-
in_kit: number;
|
|
1314
|
-
responsibleId: number | null;
|
|
1315
|
-
articl: string | null;
|
|
1316
|
-
is_custom: boolean;
|
|
1317
|
-
id?: number | null | undefined;
|
|
1318
|
-
discontinued?: boolean | undefined;
|
|
1319
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1320
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1290
|
materials?: {
|
|
1323
1291
|
ban: boolean;
|
|
1324
1292
|
description: string | null;
|
|
1325
1293
|
id: number;
|
|
1326
1294
|
name: string;
|
|
1327
|
-
min_remaining: number;
|
|
1328
|
-
quantity: number;
|
|
1329
|
-
deficit: number;
|
|
1330
|
-
shipments_kolvo: number;
|
|
1331
|
-
deficit_by_sclad: number;
|
|
1332
|
-
shipments_deficit: number;
|
|
1333
1295
|
attention: boolean;
|
|
1334
|
-
in_kit: number;
|
|
1335
1296
|
characteristics: {
|
|
1336
1297
|
length: {
|
|
1337
1298
|
used: boolean;
|
|
@@ -1339,19 +1300,19 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1339
1300
|
znach: number;
|
|
1340
1301
|
shortName: string;
|
|
1341
1302
|
};
|
|
1342
|
-
|
|
1303
|
+
density: {
|
|
1343
1304
|
used: boolean;
|
|
1344
1305
|
edizmId: number;
|
|
1345
1306
|
znach: number;
|
|
1346
1307
|
shortName: string;
|
|
1347
1308
|
};
|
|
1348
|
-
|
|
1309
|
+
width: {
|
|
1349
1310
|
used: boolean;
|
|
1350
1311
|
edizmId: number;
|
|
1351
1312
|
znach: number;
|
|
1352
1313
|
shortName: string;
|
|
1353
1314
|
};
|
|
1354
|
-
|
|
1315
|
+
height: {
|
|
1355
1316
|
used: boolean;
|
|
1356
1317
|
edizmId: number;
|
|
1357
1318
|
znach: number;
|
|
@@ -1383,9 +1344,16 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1383
1344
|
};
|
|
1384
1345
|
};
|
|
1385
1346
|
instance_type: number;
|
|
1347
|
+
quantity: number;
|
|
1386
1348
|
price: number;
|
|
1349
|
+
shipments_kolvo: number;
|
|
1387
1350
|
delivery_ordered: number;
|
|
1388
1351
|
deliveryTime: number;
|
|
1352
|
+
min_remaining: number;
|
|
1353
|
+
deficit: number;
|
|
1354
|
+
shipments_deficit: number;
|
|
1355
|
+
deficit_by_sclad: number;
|
|
1356
|
+
in_kit: number;
|
|
1389
1357
|
units_measurement: import("../..").IUnitsMeasurement[];
|
|
1390
1358
|
actual_shipment_id: number | null;
|
|
1391
1359
|
typeMaterial: {
|
|
@@ -1437,6 +1405,38 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1437
1405
|
mat_za_obj?: import("../..").ModelMaterial | undefined;
|
|
1438
1406
|
mat_zag_zam?: number | null | undefined;
|
|
1439
1407
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1408
|
+
task_relative_id?: number | null | undefined;
|
|
1409
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1410
|
+
discontinued?: boolean | undefined;
|
|
1411
|
+
products?: {
|
|
1412
|
+
ban: boolean;
|
|
1413
|
+
designation: string | null;
|
|
1414
|
+
description: string | null;
|
|
1415
|
+
name: string;
|
|
1416
|
+
attention: boolean;
|
|
1417
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1418
|
+
quantity: number;
|
|
1419
|
+
shipments_kolvo: number;
|
|
1420
|
+
min_remaining: number;
|
|
1421
|
+
responsibleId: number | null;
|
|
1422
|
+
calculate_needs_time: Date | null;
|
|
1423
|
+
deficit: number;
|
|
1424
|
+
shipments_deficit: number;
|
|
1425
|
+
production_ordered: number;
|
|
1426
|
+
ava_path: string | null;
|
|
1427
|
+
parametrs: import("../..").CbedVariableField[];
|
|
1428
|
+
characteristic: import("../..").CbedVariableField[];
|
|
1429
|
+
in_kit: number;
|
|
1430
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1431
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1432
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1433
|
+
articl: string | null;
|
|
1434
|
+
is_custom: boolean;
|
|
1435
|
+
id?: number | null | undefined;
|
|
1436
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1437
|
+
discontinued?: boolean | undefined;
|
|
1438
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1439
|
+
}[] | undefined;
|
|
1440
1440
|
sebestoim?: {
|
|
1441
1441
|
name: string;
|
|
1442
1442
|
id?: number | null | undefined;
|
|
@@ -1454,8 +1454,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1454
1454
|
warehouse_readiness_date: Date | null;
|
|
1455
1455
|
description?: string | undefined;
|
|
1456
1456
|
id?: number | null | undefined;
|
|
1457
|
-
detal_id?: number | null | undefined;
|
|
1458
1457
|
cbed_id?: number | null | undefined;
|
|
1458
|
+
detal_id?: number | null | undefined;
|
|
1459
1459
|
product_id?: number | null | undefined;
|
|
1460
1460
|
}[] | undefined;
|
|
1461
1461
|
}, {
|
|
@@ -1479,10 +1479,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1479
1479
|
ban?: boolean | undefined;
|
|
1480
1480
|
description?: string | null | undefined;
|
|
1481
1481
|
contacts?: string | null | undefined;
|
|
1482
|
-
attention?: boolean | undefined;
|
|
1483
1482
|
inn?: string | null | undefined;
|
|
1484
1483
|
cpp?: string | null | undefined;
|
|
1485
1484
|
rekvisit?: string | null | undefined;
|
|
1485
|
+
attention?: boolean | undefined;
|
|
1486
1486
|
purchasesId?: number | undefined;
|
|
1487
1487
|
} | undefined;
|
|
1488
1488
|
company_id?: number | undefined;
|
|
@@ -1492,9 +1492,9 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1492
1492
|
};
|
|
1493
1493
|
id: number;
|
|
1494
1494
|
name: string;
|
|
1495
|
+
responsibleId: number;
|
|
1495
1496
|
parametrs: import("..").detalParametrsField | null;
|
|
1496
1497
|
characteristic: import("..").detalCharacteristicField | null;
|
|
1497
|
-
responsibleId: number;
|
|
1498
1498
|
workpiece_characterization: import("../..").DetalWorkpieceCharacteristics | null;
|
|
1499
1499
|
actual_shipment_id: number | null;
|
|
1500
1500
|
myQuantity: number;
|
|
@@ -1504,33 +1504,33 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1504
1504
|
description: string | null;
|
|
1505
1505
|
id: number;
|
|
1506
1506
|
name: string;
|
|
1507
|
+
assemble_id: number | null;
|
|
1508
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1509
|
+
responsibleId: number | null;
|
|
1507
1510
|
ava_path: string | null;
|
|
1508
1511
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1509
1512
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1510
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1511
1513
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1512
1514
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1513
1515
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1514
|
-
responsibleId: number | null;
|
|
1515
|
-
assemble_id: number | null;
|
|
1516
1516
|
ban?: boolean | undefined;
|
|
1517
1517
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
1518
|
-
|
|
1518
|
+
attention?: boolean | undefined;
|
|
1519
|
+
quantity?: number | undefined;
|
|
1520
|
+
shipments_kolvo?: number | undefined;
|
|
1519
1521
|
min_remaining?: number | undefined;
|
|
1522
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1520
1523
|
remainder_after_coming?: number | undefined;
|
|
1521
|
-
task_relative_id?: number | null | undefined;
|
|
1522
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1523
|
-
quantity?: number | undefined;
|
|
1524
1524
|
deficit?: number | undefined;
|
|
1525
|
-
|
|
1525
|
+
shipments_deficit?: number | undefined;
|
|
1526
1526
|
production_ordered?: number | undefined;
|
|
1527
1527
|
deficit_by_sclad?: number | undefined;
|
|
1528
|
-
|
|
1529
|
-
attention?: boolean | undefined;
|
|
1528
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1530
1529
|
in_kit?: number | undefined;
|
|
1530
|
+
task_relative_id?: number | null | undefined;
|
|
1531
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1531
1532
|
discontinued?: boolean | undefined;
|
|
1532
1533
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1533
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1534
1534
|
}[] | undefined;
|
|
1535
1535
|
metaloworking?: {
|
|
1536
1536
|
status: string;
|
|
@@ -1553,10 +1553,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1553
1553
|
ban?: boolean | undefined;
|
|
1554
1554
|
description?: string | undefined;
|
|
1555
1555
|
id?: number | null | undefined;
|
|
1556
|
-
external_id?: number | null | undefined;
|
|
1557
|
-
original_name?: string | undefined;
|
|
1558
1556
|
width?: number | null | undefined;
|
|
1559
1557
|
height?: number | null | undefined;
|
|
1558
|
+
external_id?: number | null | undefined;
|
|
1559
|
+
original_name?: string | undefined;
|
|
1560
1560
|
size?: number | null | undefined;
|
|
1561
1561
|
version?: number | undefined;
|
|
1562
1562
|
ava?: boolean | undefined;
|
|
@@ -1583,10 +1583,10 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1583
1583
|
ban?: boolean | undefined;
|
|
1584
1584
|
description?: string | null | undefined;
|
|
1585
1585
|
contacts?: string | null | undefined;
|
|
1586
|
-
attention?: boolean | undefined;
|
|
1587
1586
|
inn?: string | null | undefined;
|
|
1588
1587
|
cpp?: string | null | undefined;
|
|
1589
1588
|
rekvisit?: string | null | undefined;
|
|
1589
|
+
attention?: boolean | undefined;
|
|
1590
1590
|
purchasesId?: number | undefined;
|
|
1591
1591
|
} | undefined;
|
|
1592
1592
|
company_id?: number | undefined;
|
|
@@ -1594,62 +1594,25 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1594
1594
|
is_custom_product?: boolean | undefined;
|
|
1595
1595
|
parent_id?: number | null | undefined;
|
|
1596
1596
|
}[] | undefined;
|
|
1597
|
-
|
|
1597
|
+
attention?: boolean | undefined;
|
|
1598
|
+
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1599
|
+
quantity?: number | undefined;
|
|
1600
|
+
shipments_kolvo?: number | undefined;
|
|
1598
1601
|
min_remaining?: number | undefined;
|
|
1602
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1599
1603
|
remainder_after_coming?: number | undefined;
|
|
1600
|
-
task_relative_id?: number | null | undefined;
|
|
1601
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1602
|
-
quantity?: number | undefined;
|
|
1603
1604
|
deficit?: number | undefined;
|
|
1604
|
-
|
|
1605
|
+
shipments_deficit?: number | undefined;
|
|
1605
1606
|
production_ordered?: number | undefined;
|
|
1606
1607
|
deficit_by_sclad?: number | undefined;
|
|
1607
|
-
shipments_deficit?: number | undefined;
|
|
1608
1608
|
ava_path?: string | null | undefined;
|
|
1609
|
-
materialList?: import("../..").EntityCommonSpecificationArray | undefined;
|
|
1610
|
-
attention?: boolean | undefined;
|
|
1611
|
-
in_kit?: number | undefined;
|
|
1612
|
-
discontinued?: boolean | undefined;
|
|
1613
1609
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1614
|
-
|
|
1615
|
-
designation: string | null;
|
|
1616
|
-
description: string | null;
|
|
1617
|
-
name: string;
|
|
1618
|
-
ava_path: string | null;
|
|
1619
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1620
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1621
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1622
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1623
|
-
responsibleId: number | null;
|
|
1624
|
-
articl: string | null;
|
|
1625
|
-
ban?: boolean | undefined;
|
|
1626
|
-
id?: number | null | undefined;
|
|
1627
|
-
calculate_needs_time?: Date | null | undefined;
|
|
1628
|
-
min_remaining?: number | undefined;
|
|
1629
|
-
quantity?: number | undefined;
|
|
1630
|
-
deficit?: number | undefined;
|
|
1631
|
-
shipments_kolvo?: number | undefined;
|
|
1632
|
-
production_ordered?: number | undefined;
|
|
1633
|
-
shipments_deficit?: number | undefined;
|
|
1634
|
-
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1635
|
-
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1636
|
-
attention?: boolean | undefined;
|
|
1637
|
-
in_kit?: number | undefined;
|
|
1638
|
-
discontinued?: boolean | undefined;
|
|
1639
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1640
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1641
|
-
is_custom?: boolean | undefined;
|
|
1642
|
-
}[] | undefined;
|
|
1610
|
+
in_kit?: number | undefined;
|
|
1643
1611
|
materials?: {
|
|
1644
1612
|
description: string | null;
|
|
1645
1613
|
id: number;
|
|
1646
1614
|
name: string;
|
|
1647
|
-
min_remaining: number;
|
|
1648
|
-
quantity: number;
|
|
1649
|
-
deficit: number;
|
|
1650
|
-
shipments_kolvo: number;
|
|
1651
1615
|
attention: boolean;
|
|
1652
|
-
in_kit: number;
|
|
1653
1616
|
characteristics: {
|
|
1654
1617
|
length: {
|
|
1655
1618
|
used: boolean;
|
|
@@ -1657,19 +1620,19 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1657
1620
|
znach: number;
|
|
1658
1621
|
shortName: string;
|
|
1659
1622
|
};
|
|
1660
|
-
|
|
1623
|
+
density: {
|
|
1661
1624
|
used: boolean;
|
|
1662
1625
|
edizmId: number;
|
|
1663
1626
|
znach: number;
|
|
1664
1627
|
shortName: string;
|
|
1665
1628
|
};
|
|
1666
|
-
|
|
1629
|
+
width: {
|
|
1667
1630
|
used: boolean;
|
|
1668
1631
|
edizmId: number;
|
|
1669
1632
|
znach: number;
|
|
1670
1633
|
shortName: string;
|
|
1671
1634
|
};
|
|
1672
|
-
|
|
1635
|
+
height: {
|
|
1673
1636
|
used: boolean;
|
|
1674
1637
|
edizmId: number;
|
|
1675
1638
|
znach: number;
|
|
@@ -1701,8 +1664,13 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1701
1664
|
};
|
|
1702
1665
|
};
|
|
1703
1666
|
instance_type: number;
|
|
1667
|
+
quantity: number;
|
|
1704
1668
|
price: number;
|
|
1669
|
+
shipments_kolvo: number;
|
|
1705
1670
|
deliveryTime: number;
|
|
1671
|
+
min_remaining: number;
|
|
1672
|
+
deficit: number;
|
|
1673
|
+
in_kit: number;
|
|
1706
1674
|
units_measurement: import("../..").IUnitsMeasurement[];
|
|
1707
1675
|
actual_shipment_id: number | null;
|
|
1708
1676
|
typeMaterial: {
|
|
@@ -1750,14 +1718,46 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1750
1718
|
};
|
|
1751
1719
|
ban?: boolean | undefined;
|
|
1752
1720
|
shipments?: any;
|
|
1753
|
-
deficit_by_sclad?: number | undefined;
|
|
1754
|
-
shipments_deficit?: number | undefined;
|
|
1755
1721
|
delivery_ordered?: number | undefined;
|
|
1722
|
+
shipments_deficit?: number | undefined;
|
|
1723
|
+
deficit_by_sclad?: number | undefined;
|
|
1756
1724
|
}[] | undefined;
|
|
1757
1725
|
mat_zag?: number | null | undefined;
|
|
1758
1726
|
mat_za_obj?: import("../..").ModelMaterial | undefined;
|
|
1759
1727
|
mat_zag_zam?: number | null | undefined;
|
|
1760
1728
|
techProcesses?: import("../..").ModelTechProcess | undefined;
|
|
1729
|
+
task_relative_id?: number | null | undefined;
|
|
1730
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1731
|
+
discontinued?: boolean | undefined;
|
|
1732
|
+
products?: {
|
|
1733
|
+
designation: string | null;
|
|
1734
|
+
description: string | null;
|
|
1735
|
+
name: string;
|
|
1736
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1737
|
+
responsibleId: number | null;
|
|
1738
|
+
ava_path: string | null;
|
|
1739
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1740
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1741
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1742
|
+
articl: string | null;
|
|
1743
|
+
ban?: boolean | undefined;
|
|
1744
|
+
id?: number | null | undefined;
|
|
1745
|
+
attention?: boolean | undefined;
|
|
1746
|
+
quantity?: number | undefined;
|
|
1747
|
+
shipments_kolvo?: number | undefined;
|
|
1748
|
+
min_remaining?: number | undefined;
|
|
1749
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1750
|
+
deficit?: number | undefined;
|
|
1751
|
+
shipments_deficit?: number | undefined;
|
|
1752
|
+
production_ordered?: number | undefined;
|
|
1753
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1754
|
+
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1755
|
+
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1756
|
+
in_kit?: number | undefined;
|
|
1757
|
+
discontinued?: boolean | undefined;
|
|
1758
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1759
|
+
is_custom?: boolean | undefined;
|
|
1760
|
+
}[] | undefined;
|
|
1761
1761
|
sebestoim?: {
|
|
1762
1762
|
name: string;
|
|
1763
1763
|
id?: number | null | undefined;
|
|
@@ -1774,8 +1774,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
|
|
|
1774
1774
|
ban?: boolean | undefined;
|
|
1775
1775
|
description?: string | undefined;
|
|
1776
1776
|
id?: number | null | undefined;
|
|
1777
|
-
detal_id?: number | null | undefined;
|
|
1778
1777
|
cbed_id?: number | null | undefined;
|
|
1778
|
+
detal_id?: number | null | undefined;
|
|
1779
1779
|
product_id?: number | null | undefined;
|
|
1780
1780
|
count_create?: number | undefined;
|
|
1781
1781
|
}[] | undefined;
|