@pksep/zod-shared 0.0.502 → 0.0.504
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/schemas/actions.schema.d.ts +2 -2
- package/dist/assemble/dto/assemble-coming.dto.d.ts +4 -4
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +45 -45
- package/dist/assemble/dto/get-assemble-operation-pagination.dto.d.ts +4 -4
- package/dist/assemble/dto/get-assemble-pagination-sclad.dto.d.ts +6 -6
- package/dist/assemble/dto/get-assemble-pagination.dto.d.ts +4 -4
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +32 -32
- package/dist/assemble/schemas/assemble.schema.d.ts +32 -32
- package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +10 -10
- package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +11 -11
- package/dist/company/dto/create-company.dto.d.ts +2 -2
- package/dist/company/dto/update-company.dto.d.ts +2 -2
- package/dist/contact/dto/contact-pagination.dto.d.ts +1 -1
- package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
- package/dist/detal/dto/get-deficit.dto.d.ts +2 -2
- package/dist/detal/dto/get-detal-deficit-dto.d.ts +2 -2
- package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
- package/dist/detal/dto/set-actual-shipment.dto.d.ts +1 -1
- package/dist/detal/schemas/detal-deficit.schema.d.ts +104 -104
- package/dist/detal/schemas/detal.schema.d.ts +94 -94
- package/dist/equipment/dto/create-equipment.dto.d.ts +4 -4
- package/dist/equipment/dto/update-equipment.dto.d.ts +4 -4
- package/dist/equipment/schemas/equipment.schema.d.ts +26 -26
- package/dist/instrument/dto/create-name-instrument.dto.d.ts +5 -5
- package/dist/instrument/dto/update-name-instrument.dto.d.ts +4 -4
- package/dist/instrument/schemas/node-pt-t-instrument.schema.d.ts +2 -2
- package/dist/instrument/schemas/pt-instrument.schema.d.ts +2 -2
- package/dist/inventary/dto/create-inventary.dto.d.ts +4 -4
- package/dist/marks/type/type.d.ts +2 -2
- package/dist/material/dto/create-material.dto.d.ts +5 -5
- package/dist/material/dto/get-deficit.dto.d.ts +6 -6
- package/dist/material/dto/get-material-provider.dto.d.ts +2 -2
- package/dist/material/dto/set-actual-shipment.dto.d.ts +1 -1
- package/dist/material/schemas/material.schema.d.ts +11 -9
- package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.d.ts +4 -4
- package/dist/metaloworking/dto/get-metallworking-pagination.dto.d.ts +6 -6
- package/dist/metaloworking/dto/metaloworking-coming.dto.d.ts +4 -4
- package/dist/moving/schemas/moving.schema.d.ts +93 -93
- package/dist/operations/schemas/operation.schema.d.ts +1 -1
- package/dist/product/schemas/product-deficit.schema.d.ts +19 -19
- package/dist/product/schemas/product.schema.d.ts +9 -9
- package/dist/production-tasks/index.d.ts +0 -1
- package/dist/production-tasks/index.js +0 -1
- package/dist/production-tasks/interfaces/production-tasks.d.ts +1 -10
- package/dist/production-tasks/schemas/operation-positions.schema.d.ts +2 -2
- package/dist/provider/dto/create-provider.dto.d.ts +1 -1
- package/dist/rack/dto/update-cell.dto.d.ts +5 -5
- package/dist/role/schemas/role.schema.d.ts +93 -93
- package/dist/sclad/dto/need-by-parent.dto.d.ts +2 -2
- package/dist/sclad/schemas/remain.schema.d.ts +4 -4
- package/dist/sclad/schemas/remains.schema.d.ts +6 -6
- package/dist/settings/schemas/sebestoim.schema.d.ts +2 -2
- 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 +5 -5
- package/dist/specification/dto/specification-attributes.dto.d.ts +3 -3
- package/dist/specification/schema/attributes.schema.d.ts +192 -192
- package/dist/tech-process/schemas/tech-process.schema.d.ts +4 -4
- package/dist/user/schemas/user.schema.d.ts +62 -62
- package/dist/waybill/dto/create-waybill-product.dto.d.ts +4 -4
- package/dist/waybill/dto/create-waybill.dto.d.ts +8 -8
- package/package.json +1 -1
- package/dist/production-tasks/dto/get-production-task-operation.dto.d.ts +0 -20
- package/dist/production-tasks/dto/get-production-task-operation.dto.js +0 -12
- package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -37
- package/dist/production-tasks/dto/update-marks.dto.js +0 -9
|
@@ -70,6 +70,7 @@ export declare const ActionsSchema: z.ZodObject<{
|
|
|
70
70
|
provider_id?: number | null | undefined;
|
|
71
71
|
inventary_id?: number | null | undefined;
|
|
72
72
|
responsible_id?: number | null | undefined;
|
|
73
|
+
tech_process_id?: number | null | undefined;
|
|
73
74
|
equipment_id?: number | null | undefined;
|
|
74
75
|
movement_object_id?: number | null | undefined;
|
|
75
76
|
deliveries_id?: number | null | undefined;
|
|
@@ -81,7 +82,6 @@ export declare const ActionsSchema: z.ZodObject<{
|
|
|
81
82
|
detal_id?: number | null | undefined;
|
|
82
83
|
rack_id?: number | null | undefined;
|
|
83
84
|
product_id?: number | null | undefined;
|
|
84
|
-
tech_process_id?: number | null | undefined;
|
|
85
85
|
shipment_id?: number | null | undefined;
|
|
86
86
|
ass_id?: number | null | undefined;
|
|
87
87
|
assembly_kit_id?: number | null | undefined;
|
|
@@ -104,6 +104,7 @@ export declare const ActionsSchema: z.ZodObject<{
|
|
|
104
104
|
provider_id?: number | null | undefined;
|
|
105
105
|
inventary_id?: number | null | undefined;
|
|
106
106
|
responsible_id?: number | null | undefined;
|
|
107
|
+
tech_process_id?: number | null | undefined;
|
|
107
108
|
equipment_id?: number | null | undefined;
|
|
108
109
|
movement_object_id?: number | null | undefined;
|
|
109
110
|
deliveries_id?: number | null | undefined;
|
|
@@ -115,7 +116,6 @@ export declare const ActionsSchema: z.ZodObject<{
|
|
|
115
116
|
detal_id?: number | null | undefined;
|
|
116
117
|
rack_id?: number | null | undefined;
|
|
117
118
|
product_id?: number | null | undefined;
|
|
118
|
-
tech_process_id?: number | null | undefined;
|
|
119
119
|
shipment_id?: number | null | undefined;
|
|
120
120
|
ass_id?: number | null | undefined;
|
|
121
121
|
assembly_kit_id?: number | null | undefined;
|
|
@@ -9,27 +9,27 @@ export declare const GetAssembleComingDtoZod: z.ZodObject<{
|
|
|
9
9
|
parentType: z.ZodNullable<z.ZodNativeEnum<typeof ParentTypeEnum>>;
|
|
10
10
|
parentId: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
parentType: ParentTypeEnum | null;
|
|
13
12
|
parentId: number | null;
|
|
14
|
-
}, {
|
|
15
13
|
parentType: ParentTypeEnum | null;
|
|
14
|
+
}, {
|
|
16
15
|
parentId: number | null;
|
|
16
|
+
parentType: ParentTypeEnum | null;
|
|
17
17
|
}>>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
page: number;
|
|
20
20
|
searchString: string;
|
|
21
21
|
filters: EnumAssembleCominFilter;
|
|
22
22
|
parentData: {
|
|
23
|
-
parentType: ParentTypeEnum | null;
|
|
24
23
|
parentId: number | null;
|
|
24
|
+
parentType: ParentTypeEnum | null;
|
|
25
25
|
};
|
|
26
26
|
}, {
|
|
27
27
|
page: number;
|
|
28
28
|
searchString: string;
|
|
29
29
|
filters?: EnumAssembleCominFilter | undefined;
|
|
30
30
|
parentData?: {
|
|
31
|
-
parentType: ParentTypeEnum | null;
|
|
32
31
|
parentId: number | null;
|
|
32
|
+
parentType: ParentTypeEnum | null;
|
|
33
33
|
} | undefined;
|
|
34
34
|
}>;
|
|
35
35
|
export type GetAssembleComingDtoZodType = z.infer<typeof GetAssembleComingDtoZod>;
|
|
@@ -76,12 +76,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
76
76
|
number_order: string;
|
|
77
77
|
kol: number;
|
|
78
78
|
base: string;
|
|
79
|
-
date_order: Date;
|
|
80
79
|
date_shipments: Date;
|
|
80
|
+
productId: number;
|
|
81
|
+
date_order: Date;
|
|
81
82
|
date_by_urgency: Date;
|
|
82
83
|
bron: boolean;
|
|
83
84
|
is_custom_product: boolean;
|
|
84
|
-
productId: number;
|
|
85
85
|
buyerId: number;
|
|
86
86
|
manager_id: number;
|
|
87
87
|
product?: any;
|
|
@@ -105,10 +105,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
105
105
|
number_order: string;
|
|
106
106
|
kol: number;
|
|
107
107
|
base: string;
|
|
108
|
-
date_order: Date;
|
|
109
108
|
date_shipments: Date;
|
|
110
|
-
date_by_urgency: Date;
|
|
111
109
|
productId: number;
|
|
110
|
+
date_order: Date;
|
|
111
|
+
date_by_urgency: Date;
|
|
112
112
|
buyerId: number;
|
|
113
113
|
manager_id: number;
|
|
114
114
|
status?: string | undefined;
|
|
@@ -126,9 +126,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
126
126
|
attention?: boolean | undefined;
|
|
127
127
|
purchasesId?: number | undefined;
|
|
128
128
|
} | undefined;
|
|
129
|
+
company_id?: number | undefined;
|
|
129
130
|
bron?: boolean | undefined;
|
|
130
131
|
is_custom_product?: boolean | undefined;
|
|
131
|
-
company_id?: number | undefined;
|
|
132
132
|
parent_id?: number | null | undefined;
|
|
133
133
|
}>>>>;
|
|
134
134
|
tech_process: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -249,9 +249,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
249
249
|
instrumentMerID: number | null;
|
|
250
250
|
instrumentOsnID: number | null;
|
|
251
251
|
eqID: number | null;
|
|
252
|
-
tech_process_id: number;
|
|
253
252
|
idx: number;
|
|
254
253
|
tOperationId: number | null;
|
|
254
|
+
tech_process_id: number;
|
|
255
255
|
id?: number | undefined;
|
|
256
256
|
marks?: {
|
|
257
257
|
status: import("../..").MarkStatusEnums;
|
|
@@ -325,8 +325,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
325
325
|
id?: number | null | undefined;
|
|
326
326
|
name?: number | undefined;
|
|
327
327
|
detalId?: number | null | undefined;
|
|
328
|
-
productId?: number | null | undefined;
|
|
329
328
|
cbedId?: number | null | undefined;
|
|
329
|
+
productId?: number | null | undefined;
|
|
330
330
|
operations?: {
|
|
331
331
|
ban: boolean;
|
|
332
332
|
description: string;
|
|
@@ -344,9 +344,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
344
344
|
instrumentMerID: number | null;
|
|
345
345
|
instrumentOsnID: number | null;
|
|
346
346
|
eqID: number | null;
|
|
347
|
-
tech_process_id: number;
|
|
348
347
|
idx: number;
|
|
349
348
|
tOperationId: number | null;
|
|
349
|
+
tech_process_id: number;
|
|
350
350
|
id?: number | undefined;
|
|
351
351
|
marks?: {
|
|
352
352
|
status: import("../..").MarkStatusEnums;
|
|
@@ -377,8 +377,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
377
377
|
id?: number | null | undefined;
|
|
378
378
|
name?: number | undefined;
|
|
379
379
|
detalId?: number | null | undefined;
|
|
380
|
-
productId?: number | null | undefined;
|
|
381
380
|
cbedId?: number | null | undefined;
|
|
381
|
+
productId?: number | null | undefined;
|
|
382
382
|
operations?: {
|
|
383
383
|
name: number;
|
|
384
384
|
full_name: string;
|
|
@@ -539,12 +539,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
539
539
|
number_order: string;
|
|
540
540
|
kol: number;
|
|
541
541
|
base: string;
|
|
542
|
-
date_order: Date;
|
|
543
542
|
date_shipments: Date;
|
|
543
|
+
productId: number;
|
|
544
|
+
date_order: Date;
|
|
544
545
|
date_by_urgency: Date;
|
|
545
546
|
bron: boolean;
|
|
546
547
|
is_custom_product: boolean;
|
|
547
|
-
productId: number;
|
|
548
548
|
buyerId: number;
|
|
549
549
|
manager_id: number;
|
|
550
550
|
product?: any;
|
|
@@ -568,10 +568,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
568
568
|
number_order: string;
|
|
569
569
|
kol: number;
|
|
570
570
|
base: string;
|
|
571
|
-
date_order: Date;
|
|
572
571
|
date_shipments: Date;
|
|
573
|
-
date_by_urgency: Date;
|
|
574
572
|
productId: number;
|
|
573
|
+
date_order: Date;
|
|
574
|
+
date_by_urgency: Date;
|
|
575
575
|
buyerId: number;
|
|
576
576
|
manager_id: number;
|
|
577
577
|
status?: string | undefined;
|
|
@@ -589,9 +589,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
589
589
|
attention?: boolean | undefined;
|
|
590
590
|
purchasesId?: number | undefined;
|
|
591
591
|
} | undefined;
|
|
592
|
+
company_id?: number | undefined;
|
|
592
593
|
bron?: boolean | undefined;
|
|
593
594
|
is_custom_product?: boolean | undefined;
|
|
594
|
-
company_id?: number | undefined;
|
|
595
595
|
parent_id?: number | null | undefined;
|
|
596
596
|
}>, "many">>;
|
|
597
597
|
mark_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -631,12 +631,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
631
631
|
number_order: string;
|
|
632
632
|
kol: number;
|
|
633
633
|
base: string;
|
|
634
|
-
date_order: Date;
|
|
635
634
|
date_shipments: Date;
|
|
635
|
+
productId: number;
|
|
636
|
+
date_order: Date;
|
|
636
637
|
date_by_urgency: Date;
|
|
637
638
|
bron: boolean;
|
|
638
639
|
is_custom_product: boolean;
|
|
639
|
-
productId: number;
|
|
640
640
|
buyerId: number;
|
|
641
641
|
manager_id: number;
|
|
642
642
|
product?: any;
|
|
@@ -687,10 +687,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
687
687
|
number_order: string;
|
|
688
688
|
kol: number;
|
|
689
689
|
base: string;
|
|
690
|
-
date_order: Date;
|
|
691
690
|
date_shipments: Date;
|
|
692
|
-
date_by_urgency: Date;
|
|
693
691
|
productId: number;
|
|
692
|
+
date_order: Date;
|
|
693
|
+
date_by_urgency: Date;
|
|
694
694
|
buyerId: number;
|
|
695
695
|
manager_id: number;
|
|
696
696
|
status?: string | undefined;
|
|
@@ -708,9 +708,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
708
708
|
attention?: boolean | undefined;
|
|
709
709
|
purchasesId?: number | undefined;
|
|
710
710
|
} | undefined;
|
|
711
|
+
company_id?: number | undefined;
|
|
711
712
|
bron?: boolean | undefined;
|
|
712
713
|
is_custom_product?: boolean | undefined;
|
|
713
|
-
company_id?: number | undefined;
|
|
714
714
|
parent_id?: number | null | undefined;
|
|
715
715
|
}[] | undefined;
|
|
716
716
|
createdAt?: string | Date | undefined;
|
|
@@ -784,8 +784,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
784
784
|
id?: number | null | undefined;
|
|
785
785
|
name?: number | undefined;
|
|
786
786
|
detalId?: number | null | undefined;
|
|
787
|
-
productId?: number | null | undefined;
|
|
788
787
|
cbedId?: number | null | undefined;
|
|
788
|
+
productId?: number | null | undefined;
|
|
789
789
|
operations?: {
|
|
790
790
|
ban: boolean;
|
|
791
791
|
description: string;
|
|
@@ -803,9 +803,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
803
803
|
instrumentMerID: number | null;
|
|
804
804
|
instrumentOsnID: number | null;
|
|
805
805
|
eqID: number | null;
|
|
806
|
-
tech_process_id: number;
|
|
807
806
|
idx: number;
|
|
808
807
|
tOperationId: number | null;
|
|
808
|
+
tech_process_id: number;
|
|
809
809
|
id?: number | undefined;
|
|
810
810
|
marks?: {
|
|
811
811
|
status: import("../..").MarkStatusEnums;
|
|
@@ -839,12 +839,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
839
839
|
number_order: string;
|
|
840
840
|
kol: number;
|
|
841
841
|
base: string;
|
|
842
|
-
date_order: Date;
|
|
843
842
|
date_shipments: Date;
|
|
843
|
+
productId: number;
|
|
844
|
+
date_order: Date;
|
|
844
845
|
date_by_urgency: Date;
|
|
845
846
|
bron: boolean;
|
|
846
847
|
is_custom_product: boolean;
|
|
847
|
-
productId: number;
|
|
848
848
|
buyerId: number;
|
|
849
849
|
manager_id: number;
|
|
850
850
|
product?: any;
|
|
@@ -912,12 +912,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
912
912
|
number_order: string;
|
|
913
913
|
kol: number;
|
|
914
914
|
base: string;
|
|
915
|
-
date_order: Date;
|
|
916
915
|
date_shipments: Date;
|
|
916
|
+
productId: number;
|
|
917
|
+
date_order: Date;
|
|
917
918
|
date_by_urgency: Date;
|
|
918
919
|
bron: boolean;
|
|
919
920
|
is_custom_product: boolean;
|
|
920
|
-
productId: number;
|
|
921
921
|
buyerId: number;
|
|
922
922
|
manager_id: number;
|
|
923
923
|
product?: any;
|
|
@@ -963,8 +963,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
963
963
|
id?: number | null | undefined;
|
|
964
964
|
name?: number | undefined;
|
|
965
965
|
detalId?: number | null | undefined;
|
|
966
|
-
productId?: number | null | undefined;
|
|
967
966
|
cbedId?: number | null | undefined;
|
|
967
|
+
productId?: number | null | undefined;
|
|
968
968
|
operations?: {
|
|
969
969
|
name: number;
|
|
970
970
|
full_name: string;
|
|
@@ -1016,10 +1016,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1016
1016
|
number_order: string;
|
|
1017
1017
|
kol: number;
|
|
1018
1018
|
base: string;
|
|
1019
|
-
date_order: Date;
|
|
1020
1019
|
date_shipments: Date;
|
|
1021
|
-
date_by_urgency: Date;
|
|
1022
1020
|
productId: number;
|
|
1021
|
+
date_order: Date;
|
|
1022
|
+
date_by_urgency: Date;
|
|
1023
1023
|
buyerId: number;
|
|
1024
1024
|
manager_id: number;
|
|
1025
1025
|
status?: string | undefined;
|
|
@@ -1037,9 +1037,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1037
1037
|
attention?: boolean | undefined;
|
|
1038
1038
|
purchasesId?: number | undefined;
|
|
1039
1039
|
} | undefined;
|
|
1040
|
+
company_id?: number | undefined;
|
|
1040
1041
|
bron?: boolean | undefined;
|
|
1041
1042
|
is_custom_product?: boolean | undefined;
|
|
1042
|
-
company_id?: number | undefined;
|
|
1043
1043
|
parent_id?: number | null | undefined;
|
|
1044
1044
|
} | null | undefined;
|
|
1045
1045
|
production_task?: {
|
|
@@ -1087,10 +1087,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1087
1087
|
number_order: string;
|
|
1088
1088
|
kol: number;
|
|
1089
1089
|
base: string;
|
|
1090
|
-
date_order: Date;
|
|
1091
1090
|
date_shipments: Date;
|
|
1092
|
-
date_by_urgency: Date;
|
|
1093
1091
|
productId: number;
|
|
1092
|
+
date_order: Date;
|
|
1093
|
+
date_by_urgency: Date;
|
|
1094
1094
|
buyerId: number;
|
|
1095
1095
|
manager_id: number;
|
|
1096
1096
|
status?: string | undefined;
|
|
@@ -1108,9 +1108,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1108
1108
|
attention?: boolean | undefined;
|
|
1109
1109
|
purchasesId?: number | undefined;
|
|
1110
1110
|
} | undefined;
|
|
1111
|
+
company_id?: number | undefined;
|
|
1111
1112
|
bron?: boolean | undefined;
|
|
1112
1113
|
is_custom_product?: boolean | undefined;
|
|
1113
|
-
company_id?: number | undefined;
|
|
1114
1114
|
parent_id?: number | null | undefined;
|
|
1115
1115
|
}[] | undefined;
|
|
1116
1116
|
createdAt?: string | Date | undefined;
|
|
@@ -1149,8 +1149,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1149
1149
|
id?: number | null | undefined;
|
|
1150
1150
|
name?: number | undefined;
|
|
1151
1151
|
detalId?: number | null | undefined;
|
|
1152
|
-
productId?: number | null | undefined;
|
|
1153
1152
|
cbedId?: number | null | undefined;
|
|
1153
|
+
productId?: number | null | undefined;
|
|
1154
1154
|
operations?: {
|
|
1155
1155
|
ban: boolean;
|
|
1156
1156
|
description: string;
|
|
@@ -1168,9 +1168,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1168
1168
|
instrumentMerID: number | null;
|
|
1169
1169
|
instrumentOsnID: number | null;
|
|
1170
1170
|
eqID: number | null;
|
|
1171
|
-
tech_process_id: number;
|
|
1172
1171
|
idx: number;
|
|
1173
1172
|
tOperationId: number | null;
|
|
1173
|
+
tech_process_id: number;
|
|
1174
1174
|
id?: number | undefined;
|
|
1175
1175
|
marks?: {
|
|
1176
1176
|
status: import("../..").MarkStatusEnums;
|
|
@@ -1204,12 +1204,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1204
1204
|
number_order: string;
|
|
1205
1205
|
kol: number;
|
|
1206
1206
|
base: string;
|
|
1207
|
-
date_order: Date;
|
|
1208
1207
|
date_shipments: Date;
|
|
1208
|
+
productId: number;
|
|
1209
|
+
date_order: Date;
|
|
1209
1210
|
date_by_urgency: Date;
|
|
1210
1211
|
bron: boolean;
|
|
1211
1212
|
is_custom_product: boolean;
|
|
1212
|
-
productId: number;
|
|
1213
1213
|
buyerId: number;
|
|
1214
1214
|
manager_id: number;
|
|
1215
1215
|
product?: any;
|
|
@@ -1277,12 +1277,12 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1277
1277
|
number_order: string;
|
|
1278
1278
|
kol: number;
|
|
1279
1279
|
base: string;
|
|
1280
|
-
date_order: Date;
|
|
1281
1280
|
date_shipments: Date;
|
|
1281
|
+
productId: number;
|
|
1282
|
+
date_order: Date;
|
|
1282
1283
|
date_by_urgency: Date;
|
|
1283
1284
|
bron: boolean;
|
|
1284
1285
|
is_custom_product: boolean;
|
|
1285
|
-
productId: number;
|
|
1286
1286
|
buyerId: number;
|
|
1287
1287
|
manager_id: number;
|
|
1288
1288
|
product?: any;
|
|
@@ -1330,8 +1330,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1330
1330
|
id?: number | null | undefined;
|
|
1331
1331
|
name?: number | undefined;
|
|
1332
1332
|
detalId?: number | null | undefined;
|
|
1333
|
-
productId?: number | null | undefined;
|
|
1334
1333
|
cbedId?: number | null | undefined;
|
|
1334
|
+
productId?: number | null | undefined;
|
|
1335
1335
|
operations?: {
|
|
1336
1336
|
name: number;
|
|
1337
1337
|
full_name: string;
|
|
@@ -1383,10 +1383,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1383
1383
|
number_order: string;
|
|
1384
1384
|
kol: number;
|
|
1385
1385
|
base: string;
|
|
1386
|
-
date_order: Date;
|
|
1387
1386
|
date_shipments: Date;
|
|
1388
|
-
date_by_urgency: Date;
|
|
1389
1387
|
productId: number;
|
|
1388
|
+
date_order: Date;
|
|
1389
|
+
date_by_urgency: Date;
|
|
1390
1390
|
buyerId: number;
|
|
1391
1391
|
manager_id: number;
|
|
1392
1392
|
status?: string | undefined;
|
|
@@ -1404,9 +1404,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1404
1404
|
attention?: boolean | undefined;
|
|
1405
1405
|
purchasesId?: number | undefined;
|
|
1406
1406
|
} | undefined;
|
|
1407
|
+
company_id?: number | undefined;
|
|
1407
1408
|
bron?: boolean | undefined;
|
|
1408
1409
|
is_custom_product?: boolean | undefined;
|
|
1409
|
-
company_id?: number | undefined;
|
|
1410
1410
|
parent_id?: number | null | undefined;
|
|
1411
1411
|
} | null | undefined;
|
|
1412
1412
|
production_task?: {
|
|
@@ -1454,10 +1454,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1454
1454
|
number_order: string;
|
|
1455
1455
|
kol: number;
|
|
1456
1456
|
base: string;
|
|
1457
|
-
date_order: Date;
|
|
1458
1457
|
date_shipments: Date;
|
|
1459
|
-
date_by_urgency: Date;
|
|
1460
1458
|
productId: number;
|
|
1459
|
+
date_order: Date;
|
|
1460
|
+
date_by_urgency: Date;
|
|
1461
1461
|
buyerId: number;
|
|
1462
1462
|
manager_id: number;
|
|
1463
1463
|
status?: string | undefined;
|
|
@@ -1475,9 +1475,9 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1475
1475
|
attention?: boolean | undefined;
|
|
1476
1476
|
purchasesId?: number | undefined;
|
|
1477
1477
|
} | undefined;
|
|
1478
|
+
company_id?: number | undefined;
|
|
1478
1479
|
bron?: boolean | undefined;
|
|
1479
1480
|
is_custom_product?: boolean | undefined;
|
|
1480
|
-
company_id?: number | undefined;
|
|
1481
1481
|
parent_id?: number | null | undefined;
|
|
1482
1482
|
}[] | undefined;
|
|
1483
1483
|
createdAt?: string | Date | undefined;
|
|
@@ -12,11 +12,11 @@ export declare const GetAssembleByOperationPaginationDtoZod: z.ZodObject<{
|
|
|
12
12
|
parentType: z.ZodNullable<z.ZodType<ParentType, z.ZodTypeDef, ParentType>>;
|
|
13
13
|
parentId: z.ZodNullable<z.ZodNumber>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
parentType: ParentType;
|
|
16
15
|
parentId: number | null;
|
|
17
|
-
}, {
|
|
18
16
|
parentType: ParentType;
|
|
17
|
+
}, {
|
|
19
18
|
parentId: number | null;
|
|
19
|
+
parentType: ParentType;
|
|
20
20
|
}>>>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
22
|
status: AssembleStatus;
|
|
@@ -24,8 +24,8 @@ export declare const GetAssembleByOperationPaginationDtoZod: z.ZodObject<{
|
|
|
24
24
|
operationId: number | null;
|
|
25
25
|
searchString: string;
|
|
26
26
|
parentData: {
|
|
27
|
-
parentType: ParentType;
|
|
28
27
|
parentId: number | null;
|
|
28
|
+
parentType: ParentType;
|
|
29
29
|
} | null;
|
|
30
30
|
cbedIds: number[];
|
|
31
31
|
productIds: number[];
|
|
@@ -39,8 +39,8 @@ export declare const GetAssembleByOperationPaginationDtoZod: z.ZodObject<{
|
|
|
39
39
|
operationId?: number | null | undefined;
|
|
40
40
|
shipmentIds?: number[] | null | undefined;
|
|
41
41
|
parentData?: {
|
|
42
|
-
parentType: ParentType;
|
|
43
42
|
parentId: number | null;
|
|
43
|
+
parentType: ParentType;
|
|
44
44
|
} | null | undefined;
|
|
45
45
|
}>;
|
|
46
46
|
export type GetAssembleByOperationPaginationDtoZodType = z.infer<typeof GetAssembleByOperationPaginationDtoZod>;
|
|
@@ -8,11 +8,11 @@ export declare const GetAssembleScladPaginationDtoZod: z.ZodObject<{
|
|
|
8
8
|
parentType: z.ZodNullable<z.ZodType<ParentType, z.ZodTypeDef, ParentType>>;
|
|
9
9
|
parentId: z.ZodNullable<z.ZodNumber>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
parentType: ParentType;
|
|
12
11
|
parentId: number | null;
|
|
13
|
-
}, {
|
|
14
12
|
parentType: ParentType;
|
|
13
|
+
}, {
|
|
15
14
|
parentId: number | null;
|
|
15
|
+
parentType: ParentType;
|
|
16
16
|
}>>>;
|
|
17
17
|
type: z.ZodDefault<z.ZodNativeEnum<typeof AssembleIzdEnum>>;
|
|
18
18
|
cbedIds: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -23,24 +23,24 @@ export declare const GetAssembleScladPaginationDtoZod: z.ZodObject<{
|
|
|
23
23
|
page: number;
|
|
24
24
|
searchString: string;
|
|
25
25
|
parentData: {
|
|
26
|
-
parentType: ParentType;
|
|
27
26
|
parentId: number | null;
|
|
27
|
+
parentType: ParentType;
|
|
28
28
|
} | null;
|
|
29
29
|
cbedIds: number[];
|
|
30
30
|
productIds: number[];
|
|
31
|
-
shipmentIds?: number[] | null | undefined;
|
|
32
31
|
responsibleUserId?: number | null | undefined;
|
|
32
|
+
shipmentIds?: number[] | null | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
page: number;
|
|
35
35
|
searchString: string;
|
|
36
36
|
cbedIds: number[];
|
|
37
37
|
productIds: number[];
|
|
38
38
|
type?: AssembleIzdEnum | undefined;
|
|
39
|
-
shipmentIds?: number[] | null | undefined;
|
|
40
39
|
responsibleUserId?: number | null | undefined;
|
|
40
|
+
shipmentIds?: number[] | null | undefined;
|
|
41
41
|
parentData?: {
|
|
42
|
-
parentType: ParentType;
|
|
43
42
|
parentId: number | null;
|
|
43
|
+
parentType: ParentType;
|
|
44
44
|
} | null | undefined;
|
|
45
45
|
}>;
|
|
46
46
|
export type GetAssembleScladPaginationDtoZodType = z.infer<typeof GetAssembleScladPaginationDtoZod>;
|
|
@@ -9,11 +9,11 @@ export declare const GetAssemblePaginationDtoZod: z.ZodObject<{
|
|
|
9
9
|
parentType: z.ZodNullable<z.ZodType<ParentType, z.ZodTypeDef, ParentType>>;
|
|
10
10
|
parentId: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
parentType: ParentType;
|
|
13
12
|
parentId: number | null;
|
|
14
|
-
}, {
|
|
15
13
|
parentType: ParentType;
|
|
14
|
+
}, {
|
|
16
15
|
parentId: number | null;
|
|
16
|
+
parentType: ParentType;
|
|
17
17
|
}>>>;
|
|
18
18
|
type: z.ZodDefault<z.ZodNativeEnum<typeof AssembleIzdEnum>>;
|
|
19
19
|
sortReadines: z.ZodDefault<z.ZodNativeEnum<typeof SortReadinesEnum>>;
|
|
@@ -28,8 +28,8 @@ export declare const GetAssemblePaginationDtoZod: z.ZodObject<{
|
|
|
28
28
|
responsibleUserId: number | null;
|
|
29
29
|
isBan: boolean;
|
|
30
30
|
parentData: {
|
|
31
|
-
parentType: ParentType;
|
|
32
31
|
parentId: number | null;
|
|
32
|
+
parentType: ParentType;
|
|
33
33
|
} | null;
|
|
34
34
|
cbedIds: number[];
|
|
35
35
|
productIds: number[];
|
|
@@ -47,8 +47,8 @@ export declare const GetAssemblePaginationDtoZod: z.ZodObject<{
|
|
|
47
47
|
type?: AssembleIzdEnum | undefined;
|
|
48
48
|
shipmentIds?: number[] | null | undefined;
|
|
49
49
|
parentData?: {
|
|
50
|
-
parentType: ParentType;
|
|
51
50
|
parentId: number | null;
|
|
51
|
+
parentType: ParentType;
|
|
52
52
|
} | null | undefined;
|
|
53
53
|
sortReadines?: SortReadinesEnum | undefined;
|
|
54
54
|
}>;
|