@pksep/zod-shared 0.0.505 → 0.0.507
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/assemble/dto/assembly-paginate.dto.d.ts +8 -13
- package/dist/assemble/dto/assembly-paginate.dto.js +2 -4
- package/dist/assemble/dto/create-assemble-kit.dto.d.ts +2 -2
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +9 -9
- package/dist/assemble/dto/get-assemble-operation-pagination.dto.d.ts +8 -28
- package/dist/assemble/dto/get-assemble-operation-pagination.dto.js +2 -13
- package/dist/assemble/dto/get-assemble-pagination-sclad.dto.d.ts +7 -31
- package/dist/assemble/dto/get-assemble-pagination-sclad.dto.js +2 -15
- package/dist/assemble/dto/get-assemble-pagination.dto.d.ts +11 -28
- package/dist/assemble/dto/get-assemble-pagination.dto.js +3 -13
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +12 -12
- package/dist/assemble/schemas/assemble.schema.d.ts +6 -6
- package/dist/cbed/dto/up-create-cbed.dto.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +20 -14
- package/dist/cbed/schemas/cbed.schema.js +2 -0
- package/dist/company/dto/companies-pagination.dto.d.ts +4 -4
- package/dist/company/dto/create-company.dto.d.ts +2 -2
- package/dist/company/dto/update-company.dto.d.ts +2 -2
- package/dist/detal/dto/update-detal.dto.d.ts +2 -2
- package/dist/detal/schemas/detal-deficit.schema.d.ts +85 -277
- package/dist/detal/schemas/detal.schema.d.ts +92 -283
- package/dist/detal/schemas/detal.schema.js +2 -0
- package/dist/equipment/dto/create-equipment.dto.d.ts +3 -3
- package/dist/equipment/dto/create-equipment.dto.js +1 -1
- package/dist/equipment/dto/get-instruments-pagination.dto.d.ts +8 -5
- package/dist/equipment/dto/get-instruments-pagination.dto.js +6 -5
- package/dist/equipment/dto/update-equipment.dto.d.ts +3 -3
- package/dist/equipment/dto/update-equipment.dto.js +1 -1
- package/dist/issue/dto/up-create-issue.dto.d.ts +49 -0
- package/dist/issue/dto/up-create-issue.dto.js +21 -0
- package/dist/issue/index.d.ts +5 -0
- package/dist/issue/index.js +21 -0
- package/dist/issue/interfaces/interface.d.ts +4 -0
- package/dist/issue/interfaces/interface.js +2 -0
- package/dist/issue/schemas/issue-user-controller.schema.d.ts +15 -0
- package/dist/issue/schemas/issue-user-controller.schema.js +9 -0
- package/dist/issue/schemas/issue-user.schema.d.ts +15 -0
- package/dist/issue/schemas/issue-user.schema.js +9 -0
- package/dist/issue/schemas/issue.schema.d.ts +51 -0
- package/dist/issue/schemas/issue.schema.js +21 -0
- package/dist/library/dto/create-chapter.dto.d.ts +12 -0
- package/dist/library/dto/create-chapter.dto.js +8 -0
- package/dist/library/dto/create-link.dto.d.ts +30 -0
- package/dist/library/dto/create-link.dto.js +14 -0
- package/dist/library/index.d.ts +5 -0
- package/dist/library/index.js +21 -0
- package/dist/library/interfaces/interface.d.ts +3 -0
- package/dist/library/interfaces/interface.js +2 -0
- package/dist/library/schemas/links-user.schema.d.ts +15 -0
- package/dist/library/schemas/links-user.schema.js +9 -0
- package/dist/library/schemas/links.schema.d.ts +30 -0
- package/dist/library/schemas/links.schema.js +14 -0
- package/dist/material/schemas/material.schema.d.ts +2 -2
- package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.d.ts +8 -25
- package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.js +2 -6
- package/dist/metaloworking/dto/get-metallworking-pagination.dto.d.ts +7 -25
- package/dist/metaloworking/dto/get-metallworking-pagination.dto.js +3 -9
- package/dist/movement-object/schemas/get-one-object-history.schema.d.ts +6 -27
- package/dist/movement-object/schemas/get-one-object-history.schema.js +1 -7
- package/dist/moving/schemas/moving.schema.d.ts +125 -111
- package/dist/operations/dto/create-type-operation.dto.d.ts +3 -0
- package/dist/operations/dto/create-type-operation.dto.js +1 -0
- package/dist/operations/dto/update-create-operation.dto.d.ts +3 -0
- package/dist/operations/dto/update-create-operation.dto.js +1 -0
- package/dist/operations/dto/update-type-operation.dto.d.ts +3 -0
- package/dist/operations/dto/update-type-operation.dto.js +1 -0
- package/dist/operations/index.d.ts +1 -0
- package/dist/operations/index.js +1 -0
- package/dist/operations/schemas/type-oper-equipment.schema.d.ts +15 -0
- package/dist/operations/schemas/type-oper-equipment.schema.js +9 -0
- package/dist/product/dto/up-create-product.dto.d.ts +5 -5
- package/dist/product/schemas/product-deficit.schema.d.ts +12 -12
- package/dist/product/schemas/product.schema.d.ts +12 -12
- package/dist/production-tasks/dto/get-by-users.dto.d.ts +3 -4
- package/dist/production-tasks/dto/get-by-users.dto.js +1 -2
- package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.d.ts +5 -2
- package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.js +1 -0
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +18 -0
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +7 -0
- package/dist/production-tasks/dto/get-production-task-by-operation.dto.d.ts +40 -0
- package/dist/production-tasks/dto/get-production-task-by-operation.dto.js +19 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +18 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.js +8 -1
- package/dist/production-tasks/dto/get-production-task.dto.d.ts +3 -4
- package/dist/production-tasks/dto/get-production-task.dto.js +1 -2
- package/dist/production-tasks/dto/get-taks-by-toperation.dto.d.ts +3 -0
- package/dist/production-tasks/dto/get-taks-by-toperation.dto.js +4 -0
- package/dist/production-tasks/dto/online-board-working.dto.d.ts +4 -4
- package/dist/production-tasks/dto/plan-production-task.dto.d.ts +10 -3
- package/dist/production-tasks/dto/plan-production-task.dto.js +5 -0
- package/dist/production-tasks/dto/set-start-time-detal.dto.d.ts +12 -0
- package/dist/production-tasks/dto/set-start-time-detal.dto.js +8 -0
- package/dist/production-tasks/dto/update-marks.dto.d.ts +13 -0
- package/dist/production-tasks/dto/update-marks.dto.js +8 -0
- package/dist/production-tasks/enums/production-tasks.d.ts +5 -1
- package/dist/production-tasks/enums/production-tasks.js +7 -2
- package/dist/production-tasks/index.d.ts +3 -1
- package/dist/production-tasks/index.js +3 -1
- package/dist/production-tasks/interfaces/production-tasks.d.ts +127 -1
- package/dist/production-tasks/methods/methods.d.ts +2 -0
- package/dist/production-tasks/methods/methods.js +36 -4
- package/dist/production-tasks/schemas/operation-positions.schema.d.ts +6 -0
- package/dist/production-tasks/schemas/operation-positions.schema.js +2 -0
- package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +0 -4
- package/dist/production-tasks/schemas/production-operation-pos.schema.js +0 -4
- package/dist/production-tasks/schemas/production-taks-start-time-detal.schema.d.ts +16 -0
- package/dist/production-tasks/schemas/production-taks-start-time-detal.schema.js +8 -0
- package/dist/production-tasks/schemas/production-task.schema.d.ts +3 -4
- package/dist/production-tasks/schemas/production-task.schema.js +1 -4
- package/dist/role/schemas/role.schema.d.ts +125 -111
- package/dist/sclad/schemas/remains.schema.d.ts +4 -4
- package/dist/shipments/dto/entity-filtering-by-shipment.dto.d.ts +3 -0
- package/dist/shipments/dto/entity-filtering-by-shipment.dto.js +1 -0
- package/dist/specification/schema/attributes.schema.d.ts +184 -462
- package/dist/tech-process/index.d.ts +1 -0
- package/dist/tech-process/index.js +1 -0
- package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +306 -0
- package/dist/tech-process/schemas/tech-process-with-options.schema.js +8 -0
- package/dist/tech-process/schemas/tech-process.schema.d.ts +8 -1
- package/dist/user/schemas/user.schema.d.ts +84 -74
- package/dist/utils/default-value/default-value.d.ts +7 -0
- package/dist/utils/default-value/default-value.js +11 -1
- package/dist/utils/interface/mat.interface.d.ts +10 -0
- package/dist/utils/interface/mat.interface.js +2 -0
- package/dist/utils/methods.d.ts +1 -1
- package/dist/utils/methods.js +2 -4
- package/dist/utils/operation.d.ts +1 -0
- package/dist/utils/operation.js +8 -1
- package/package.json +1 -1
|
@@ -83,6 +83,8 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
83
83
|
ban: z.ZodDefault<z.ZodBoolean>;
|
|
84
84
|
min_remaining: z.ZodDefault<z.ZodNumber>;
|
|
85
85
|
remainder_after_coming: z.ZodDefault<z.ZodNumber>;
|
|
86
|
+
task_relative_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
87
|
+
task_relative_type: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").IzdType>>>;
|
|
86
88
|
quantity: z.ZodDefault<z.ZodNumber>;
|
|
87
89
|
deficit: z.ZodDefault<z.ZodNumber>;
|
|
88
90
|
shipments_kolvo: z.ZodDefault<z.ZodNumber>;
|
|
@@ -120,21 +122,23 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
120
122
|
shipments_kolvo: number;
|
|
121
123
|
min_remaining: number;
|
|
122
124
|
responsibleId: number | null;
|
|
123
|
-
|
|
124
|
-
shipments_deficit: number;
|
|
125
|
+
remainder_after_coming: number;
|
|
125
126
|
deficit: number;
|
|
127
|
+
shipments_deficit: number;
|
|
128
|
+
production_ordered: number;
|
|
129
|
+
deficit_by_sclad: number;
|
|
126
130
|
ava_path: string | null;
|
|
127
131
|
parametrs: import("../..").CbedParametrsField | null;
|
|
128
132
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
133
|
+
in_kit: number;
|
|
129
134
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
130
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
131
135
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
136
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
137
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
138
|
+
task_relative_id?: number | null | undefined;
|
|
139
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
135
140
|
discontinued?: boolean | undefined;
|
|
136
141
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
137
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
138
142
|
}, {
|
|
139
143
|
designation: string | null;
|
|
140
144
|
description: string | null;
|
|
@@ -147,23 +151,25 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
147
151
|
parametrs: import("../..").CbedParametrsField | null;
|
|
148
152
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
149
153
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
150
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
151
154
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
155
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
152
156
|
ban?: boolean | undefined;
|
|
153
157
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
154
158
|
attention?: boolean | undefined;
|
|
155
159
|
quantity?: number | undefined;
|
|
156
160
|
shipments_kolvo?: number | undefined;
|
|
157
161
|
min_remaining?: number | undefined;
|
|
158
|
-
|
|
159
|
-
shipments_deficit?: number | undefined;
|
|
162
|
+
remainder_after_coming?: number | undefined;
|
|
160
163
|
deficit?: number | undefined;
|
|
164
|
+
shipments_deficit?: number | undefined;
|
|
165
|
+
production_ordered?: number | undefined;
|
|
166
|
+
deficit_by_sclad?: number | undefined;
|
|
167
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
161
168
|
in_kit?: number | undefined;
|
|
169
|
+
task_relative_id?: number | null | undefined;
|
|
170
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
162
171
|
discontinued?: boolean | undefined;
|
|
163
172
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
164
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
165
|
-
remainder_after_coming?: number | undefined;
|
|
166
|
-
deficit_by_sclad?: number | undefined;
|
|
167
173
|
}>, "many">;
|
|
168
174
|
products: z.ZodArray<z.ZodObject<{
|
|
169
175
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -203,49 +209,49 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
203
209
|
shipments_kolvo: number;
|
|
204
210
|
min_remaining: number;
|
|
205
211
|
responsibleId: number | null;
|
|
206
|
-
production_ordered: number;
|
|
207
|
-
shipments_deficit: number;
|
|
208
212
|
deficit: number;
|
|
209
|
-
|
|
213
|
+
shipments_deficit: number;
|
|
214
|
+
production_ordered: number;
|
|
210
215
|
ava_path: string | null;
|
|
211
216
|
parametrs: import("../..").CbedVariableField[];
|
|
212
217
|
characteristic: import("../..").CbedVariableField[];
|
|
218
|
+
in_kit: number;
|
|
213
219
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
214
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
215
220
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
216
|
-
|
|
221
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
222
|
+
articl: string | null;
|
|
217
223
|
is_custom: boolean;
|
|
218
224
|
id?: number | null | undefined;
|
|
225
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
219
226
|
discontinued?: boolean | undefined;
|
|
220
227
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
221
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
222
228
|
}, {
|
|
223
229
|
designation: string | null;
|
|
224
230
|
description: string | null;
|
|
225
231
|
name: string;
|
|
226
232
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
227
233
|
responsibleId: number | null;
|
|
228
|
-
articl: string | null;
|
|
229
234
|
ava_path: string | null;
|
|
230
235
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
231
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
232
236
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
237
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
238
|
+
articl: string | null;
|
|
233
239
|
ban?: boolean | undefined;
|
|
234
240
|
id?: number | null | undefined;
|
|
235
241
|
attention?: boolean | undefined;
|
|
236
242
|
quantity?: number | undefined;
|
|
237
243
|
shipments_kolvo?: number | undefined;
|
|
238
244
|
min_remaining?: number | undefined;
|
|
239
|
-
production_ordered?: number | undefined;
|
|
240
|
-
shipments_deficit?: number | undefined;
|
|
241
245
|
deficit?: number | undefined;
|
|
246
|
+
shipments_deficit?: number | undefined;
|
|
247
|
+
production_ordered?: number | undefined;
|
|
248
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
242
249
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
243
250
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
244
251
|
in_kit?: number | undefined;
|
|
245
|
-
is_custom?: boolean | undefined;
|
|
246
252
|
discontinued?: boolean | undefined;
|
|
247
253
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
248
|
-
|
|
254
|
+
is_custom?: boolean | undefined;
|
|
249
255
|
}>, "many">;
|
|
250
256
|
actions: z.ZodArray<z.ZodObject<{
|
|
251
257
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -388,49 +394,49 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
388
394
|
shipments_kolvo: number;
|
|
389
395
|
min_remaining: number;
|
|
390
396
|
responsibleId: number | null;
|
|
391
|
-
production_ordered: number;
|
|
392
|
-
shipments_deficit: number;
|
|
393
397
|
deficit: number;
|
|
394
|
-
|
|
398
|
+
shipments_deficit: number;
|
|
399
|
+
production_ordered: number;
|
|
395
400
|
ava_path: string | null;
|
|
396
401
|
parametrs: import("../..").CbedVariableField[];
|
|
397
402
|
characteristic: import("../..").CbedVariableField[];
|
|
403
|
+
in_kit: number;
|
|
398
404
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
399
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
400
405
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
401
|
-
|
|
406
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
407
|
+
articl: string | null;
|
|
402
408
|
is_custom: boolean;
|
|
403
409
|
id?: number | null | undefined;
|
|
410
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
404
411
|
discontinued?: boolean | undefined;
|
|
405
412
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
406
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
407
413
|
}, {
|
|
408
414
|
designation: string | null;
|
|
409
415
|
description: string | null;
|
|
410
416
|
name: string;
|
|
411
417
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
412
418
|
responsibleId: number | null;
|
|
413
|
-
articl: string | null;
|
|
414
419
|
ava_path: string | null;
|
|
415
420
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
416
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
417
421
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
422
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
423
|
+
articl: string | null;
|
|
418
424
|
ban?: boolean | undefined;
|
|
419
425
|
id?: number | null | undefined;
|
|
420
426
|
attention?: boolean | undefined;
|
|
421
427
|
quantity?: number | undefined;
|
|
422
428
|
shipments_kolvo?: number | undefined;
|
|
423
429
|
min_remaining?: number | undefined;
|
|
424
|
-
production_ordered?: number | undefined;
|
|
425
|
-
shipments_deficit?: number | undefined;
|
|
426
430
|
deficit?: number | undefined;
|
|
431
|
+
shipments_deficit?: number | undefined;
|
|
432
|
+
production_ordered?: number | undefined;
|
|
433
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
427
434
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
428
435
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
429
436
|
in_kit?: number | undefined;
|
|
430
|
-
is_custom?: boolean | undefined;
|
|
431
437
|
discontinued?: boolean | undefined;
|
|
432
438
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
433
|
-
|
|
439
|
+
is_custom?: boolean | undefined;
|
|
434
440
|
}>, "many">;
|
|
435
441
|
responsibleForDocuments: z.ZodArray<z.ZodObject<{
|
|
436
442
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -573,22 +579,22 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
573
579
|
shipments_kolvo: number;
|
|
574
580
|
min_remaining: number;
|
|
575
581
|
responsibleId: number | null;
|
|
576
|
-
production_ordered: number;
|
|
577
|
-
shipments_deficit: number;
|
|
578
582
|
deficit: number;
|
|
579
|
-
|
|
583
|
+
shipments_deficit: number;
|
|
584
|
+
production_ordered: number;
|
|
580
585
|
ava_path: string | null;
|
|
581
586
|
parametrs: import("../..").CbedVariableField[];
|
|
582
587
|
characteristic: import("../..").CbedVariableField[];
|
|
588
|
+
in_kit: number;
|
|
583
589
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
584
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
585
590
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
586
|
-
|
|
591
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
592
|
+
articl: string | null;
|
|
587
593
|
is_custom: boolean;
|
|
588
594
|
id?: number | null | undefined;
|
|
595
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
589
596
|
discontinued?: boolean | undefined;
|
|
590
597
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
591
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
592
598
|
}[];
|
|
593
599
|
remote_work: boolean;
|
|
594
600
|
tabel: string;
|
|
@@ -615,21 +621,23 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
615
621
|
shipments_kolvo: number;
|
|
616
622
|
min_remaining: number;
|
|
617
623
|
responsibleId: number | null;
|
|
618
|
-
|
|
619
|
-
shipments_deficit: number;
|
|
624
|
+
remainder_after_coming: number;
|
|
620
625
|
deficit: number;
|
|
626
|
+
shipments_deficit: number;
|
|
627
|
+
production_ordered: number;
|
|
628
|
+
deficit_by_sclad: number;
|
|
621
629
|
ava_path: string | null;
|
|
622
630
|
parametrs: import("../..").CbedParametrsField | null;
|
|
623
631
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
632
|
+
in_kit: number;
|
|
624
633
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
625
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
626
634
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
635
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
636
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
637
|
+
task_relative_id?: number | null | undefined;
|
|
638
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
630
639
|
discontinued?: boolean | undefined;
|
|
631
640
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
632
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
633
641
|
}[];
|
|
634
642
|
responsibleForProduct: {
|
|
635
643
|
ban: boolean;
|
|
@@ -642,22 +650,22 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
642
650
|
shipments_kolvo: number;
|
|
643
651
|
min_remaining: number;
|
|
644
652
|
responsibleId: number | null;
|
|
645
|
-
production_ordered: number;
|
|
646
|
-
shipments_deficit: number;
|
|
647
653
|
deficit: number;
|
|
648
|
-
|
|
654
|
+
shipments_deficit: number;
|
|
655
|
+
production_ordered: number;
|
|
649
656
|
ava_path: string | null;
|
|
650
657
|
parametrs: import("../..").CbedVariableField[];
|
|
651
658
|
characteristic: import("../..").CbedVariableField[];
|
|
659
|
+
in_kit: number;
|
|
652
660
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
653
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
654
661
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
655
|
-
|
|
662
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
663
|
+
articl: string | null;
|
|
656
664
|
is_custom: boolean;
|
|
657
665
|
id?: number | null | undefined;
|
|
666
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
658
667
|
discontinued?: boolean | undefined;
|
|
659
668
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
660
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
661
669
|
}[];
|
|
662
670
|
responsibleForDocuments: {
|
|
663
671
|
path: string;
|
|
@@ -745,27 +753,27 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
745
753
|
name: string;
|
|
746
754
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
747
755
|
responsibleId: number | null;
|
|
748
|
-
articl: string | null;
|
|
749
756
|
ava_path: string | null;
|
|
750
757
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
751
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
752
758
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
759
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
760
|
+
articl: string | null;
|
|
753
761
|
ban?: boolean | undefined;
|
|
754
762
|
id?: number | null | undefined;
|
|
755
763
|
attention?: boolean | undefined;
|
|
756
764
|
quantity?: number | undefined;
|
|
757
765
|
shipments_kolvo?: number | undefined;
|
|
758
766
|
min_remaining?: number | undefined;
|
|
759
|
-
production_ordered?: number | undefined;
|
|
760
|
-
shipments_deficit?: number | undefined;
|
|
761
767
|
deficit?: number | undefined;
|
|
768
|
+
shipments_deficit?: number | undefined;
|
|
769
|
+
production_ordered?: number | undefined;
|
|
770
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
762
771
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
763
772
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
764
773
|
in_kit?: number | undefined;
|
|
765
|
-
is_custom?: boolean | undefined;
|
|
766
774
|
discontinued?: boolean | undefined;
|
|
767
775
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
768
|
-
|
|
776
|
+
is_custom?: boolean | undefined;
|
|
769
777
|
}[];
|
|
770
778
|
tabel: string;
|
|
771
779
|
dateWork: string | null;
|
|
@@ -789,23 +797,25 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
789
797
|
parametrs: import("../..").CbedParametrsField | null;
|
|
790
798
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
791
799
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
792
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
793
800
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
801
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
794
802
|
ban?: boolean | undefined;
|
|
795
803
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
796
804
|
attention?: boolean | undefined;
|
|
797
805
|
quantity?: number | undefined;
|
|
798
806
|
shipments_kolvo?: number | undefined;
|
|
799
807
|
min_remaining?: number | undefined;
|
|
800
|
-
|
|
801
|
-
shipments_deficit?: number | undefined;
|
|
808
|
+
remainder_after_coming?: number | undefined;
|
|
802
809
|
deficit?: number | undefined;
|
|
810
|
+
shipments_deficit?: number | undefined;
|
|
811
|
+
production_ordered?: number | undefined;
|
|
812
|
+
deficit_by_sclad?: number | undefined;
|
|
813
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
803
814
|
in_kit?: number | undefined;
|
|
815
|
+
task_relative_id?: number | null | undefined;
|
|
816
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
804
817
|
discontinued?: boolean | undefined;
|
|
805
818
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
806
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
807
|
-
remainder_after_coming?: number | undefined;
|
|
808
|
-
deficit_by_sclad?: number | undefined;
|
|
809
819
|
}[];
|
|
810
820
|
responsibleForProduct: {
|
|
811
821
|
designation: string | null;
|
|
@@ -813,27 +823,27 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
813
823
|
name: string;
|
|
814
824
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
815
825
|
responsibleId: number | null;
|
|
816
|
-
articl: string | null;
|
|
817
826
|
ava_path: string | null;
|
|
818
827
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
819
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
820
828
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
829
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
830
|
+
articl: string | null;
|
|
821
831
|
ban?: boolean | undefined;
|
|
822
832
|
id?: number | null | undefined;
|
|
823
833
|
attention?: boolean | undefined;
|
|
824
834
|
quantity?: number | undefined;
|
|
825
835
|
shipments_kolvo?: number | undefined;
|
|
826
836
|
min_remaining?: number | undefined;
|
|
827
|
-
production_ordered?: number | undefined;
|
|
828
|
-
shipments_deficit?: number | undefined;
|
|
829
837
|
deficit?: number | undefined;
|
|
838
|
+
shipments_deficit?: number | undefined;
|
|
839
|
+
production_ordered?: number | undefined;
|
|
840
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
830
841
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
831
842
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
832
843
|
in_kit?: number | undefined;
|
|
833
|
-
is_custom?: boolean | undefined;
|
|
834
844
|
discontinued?: boolean | undefined;
|
|
835
845
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
836
|
-
|
|
846
|
+
is_custom?: boolean | undefined;
|
|
837
847
|
}[];
|
|
838
848
|
responsibleForDocuments: {
|
|
839
849
|
path: string;
|
|
@@ -1002,22 +1012,22 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1002
1012
|
shipments_kolvo: number;
|
|
1003
1013
|
min_remaining: number;
|
|
1004
1014
|
responsibleId: number | null;
|
|
1005
|
-
production_ordered: number;
|
|
1006
|
-
shipments_deficit: number;
|
|
1007
1015
|
deficit: number;
|
|
1008
|
-
|
|
1016
|
+
shipments_deficit: number;
|
|
1017
|
+
production_ordered: number;
|
|
1009
1018
|
ava_path: string | null;
|
|
1010
1019
|
parametrs: import("../..").CbedVariableField[];
|
|
1011
1020
|
characteristic: import("../..").CbedVariableField[];
|
|
1021
|
+
in_kit: number;
|
|
1012
1022
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1013
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1014
1023
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1015
|
-
|
|
1024
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1025
|
+
articl: string | null;
|
|
1016
1026
|
is_custom: boolean;
|
|
1017
1027
|
id?: number | null | undefined;
|
|
1028
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1018
1029
|
discontinued?: boolean | undefined;
|
|
1019
1030
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1020
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1021
1031
|
}[];
|
|
1022
1032
|
remote_work: boolean;
|
|
1023
1033
|
tabel: string;
|
|
@@ -1044,21 +1054,23 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1044
1054
|
shipments_kolvo: number;
|
|
1045
1055
|
min_remaining: number;
|
|
1046
1056
|
responsibleId: number | null;
|
|
1047
|
-
|
|
1048
|
-
shipments_deficit: number;
|
|
1057
|
+
remainder_after_coming: number;
|
|
1049
1058
|
deficit: number;
|
|
1059
|
+
shipments_deficit: number;
|
|
1060
|
+
production_ordered: number;
|
|
1061
|
+
deficit_by_sclad: number;
|
|
1050
1062
|
ava_path: string | null;
|
|
1051
1063
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1052
1064
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1065
|
+
in_kit: number;
|
|
1053
1066
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1054
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1055
1067
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1068
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1069
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1070
|
+
task_relative_id?: number | null | undefined;
|
|
1071
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1059
1072
|
discontinued?: boolean | undefined;
|
|
1060
1073
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1061
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1062
1074
|
}[];
|
|
1063
1075
|
responsibleForProduct: {
|
|
1064
1076
|
ban: boolean;
|
|
@@ -1071,22 +1083,22 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1071
1083
|
shipments_kolvo: number;
|
|
1072
1084
|
min_remaining: number;
|
|
1073
1085
|
responsibleId: number | null;
|
|
1074
|
-
production_ordered: number;
|
|
1075
|
-
shipments_deficit: number;
|
|
1076
1086
|
deficit: number;
|
|
1077
|
-
|
|
1087
|
+
shipments_deficit: number;
|
|
1088
|
+
production_ordered: number;
|
|
1078
1089
|
ava_path: string | null;
|
|
1079
1090
|
parametrs: import("../..").CbedVariableField[];
|
|
1080
1091
|
characteristic: import("../..").CbedVariableField[];
|
|
1092
|
+
in_kit: number;
|
|
1081
1093
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1082
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1083
1094
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1084
|
-
|
|
1095
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1096
|
+
articl: string | null;
|
|
1085
1097
|
is_custom: boolean;
|
|
1086
1098
|
id?: number | null | undefined;
|
|
1099
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1087
1100
|
discontinued?: boolean | undefined;
|
|
1088
1101
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1089
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1090
1102
|
}[];
|
|
1091
1103
|
responsibleForDocuments: {
|
|
1092
1104
|
path: string;
|
|
@@ -1197,27 +1209,27 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1197
1209
|
name: string;
|
|
1198
1210
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1199
1211
|
responsibleId: number | null;
|
|
1200
|
-
articl: string | null;
|
|
1201
1212
|
ava_path: string | null;
|
|
1202
1213
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1203
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1204
1214
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1215
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1216
|
+
articl: string | null;
|
|
1205
1217
|
ban?: boolean | undefined;
|
|
1206
1218
|
id?: number | null | undefined;
|
|
1207
1219
|
attention?: boolean | undefined;
|
|
1208
1220
|
quantity?: number | undefined;
|
|
1209
1221
|
shipments_kolvo?: number | undefined;
|
|
1210
1222
|
min_remaining?: number | undefined;
|
|
1211
|
-
production_ordered?: number | undefined;
|
|
1212
|
-
shipments_deficit?: number | undefined;
|
|
1213
1223
|
deficit?: number | undefined;
|
|
1224
|
+
shipments_deficit?: number | undefined;
|
|
1225
|
+
production_ordered?: number | undefined;
|
|
1226
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1214
1227
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1215
1228
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1216
1229
|
in_kit?: number | undefined;
|
|
1217
|
-
is_custom?: boolean | undefined;
|
|
1218
1230
|
discontinued?: boolean | undefined;
|
|
1219
1231
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1220
|
-
|
|
1232
|
+
is_custom?: boolean | undefined;
|
|
1221
1233
|
}[];
|
|
1222
1234
|
tabel: string;
|
|
1223
1235
|
dateWork: string | null;
|
|
@@ -1241,23 +1253,25 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1241
1253
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1242
1254
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1243
1255
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1244
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1245
1256
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1257
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1246
1258
|
ban?: boolean | undefined;
|
|
1247
1259
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
1248
1260
|
attention?: boolean | undefined;
|
|
1249
1261
|
quantity?: number | undefined;
|
|
1250
1262
|
shipments_kolvo?: number | undefined;
|
|
1251
1263
|
min_remaining?: number | undefined;
|
|
1252
|
-
|
|
1253
|
-
shipments_deficit?: number | undefined;
|
|
1264
|
+
remainder_after_coming?: number | undefined;
|
|
1254
1265
|
deficit?: number | undefined;
|
|
1266
|
+
shipments_deficit?: number | undefined;
|
|
1267
|
+
production_ordered?: number | undefined;
|
|
1268
|
+
deficit_by_sclad?: number | undefined;
|
|
1269
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1255
1270
|
in_kit?: number | undefined;
|
|
1271
|
+
task_relative_id?: number | null | undefined;
|
|
1272
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1256
1273
|
discontinued?: boolean | undefined;
|
|
1257
1274
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1258
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1259
|
-
remainder_after_coming?: number | undefined;
|
|
1260
|
-
deficit_by_sclad?: number | undefined;
|
|
1261
1275
|
}[];
|
|
1262
1276
|
responsibleForProduct: {
|
|
1263
1277
|
designation: string | null;
|
|
@@ -1265,27 +1279,27 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1265
1279
|
name: string;
|
|
1266
1280
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1267
1281
|
responsibleId: number | null;
|
|
1268
|
-
articl: string | null;
|
|
1269
1282
|
ava_path: string | null;
|
|
1270
1283
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1271
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1272
1284
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1285
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1286
|
+
articl: string | null;
|
|
1273
1287
|
ban?: boolean | undefined;
|
|
1274
1288
|
id?: number | null | undefined;
|
|
1275
1289
|
attention?: boolean | undefined;
|
|
1276
1290
|
quantity?: number | undefined;
|
|
1277
1291
|
shipments_kolvo?: number | undefined;
|
|
1278
1292
|
min_remaining?: number | undefined;
|
|
1279
|
-
production_ordered?: number | undefined;
|
|
1280
|
-
shipments_deficit?: number | undefined;
|
|
1281
1293
|
deficit?: number | undefined;
|
|
1294
|
+
shipments_deficit?: number | undefined;
|
|
1295
|
+
production_ordered?: number | undefined;
|
|
1296
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1282
1297
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1283
1298
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1284
1299
|
in_kit?: number | undefined;
|
|
1285
|
-
is_custom?: boolean | undefined;
|
|
1286
1300
|
discontinued?: boolean | undefined;
|
|
1287
1301
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1288
|
-
|
|
1302
|
+
is_custom?: boolean | undefined;
|
|
1289
1303
|
}[];
|
|
1290
1304
|
responsibleForDocuments: {
|
|
1291
1305
|
path: string;
|
|
@@ -8,6 +8,7 @@ export declare const CreateTypeOperationSchema: z.ZodObject<{
|
|
|
8
8
|
square: z.ZodBoolean;
|
|
9
9
|
list: z.ZodBoolean;
|
|
10
10
|
users: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11
|
+
equipmentIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>;
|
|
11
12
|
metaloworking: z.ZodBoolean;
|
|
12
13
|
assembly: z.ZodBoolean;
|
|
13
14
|
sclad: z.ZodBoolean;
|
|
@@ -22,6 +23,7 @@ export declare const CreateTypeOperationSchema: z.ZodObject<{
|
|
|
22
23
|
cpu: boolean;
|
|
23
24
|
square: boolean;
|
|
24
25
|
list: boolean;
|
|
26
|
+
equipmentIds: number[] | null;
|
|
25
27
|
assembly: boolean;
|
|
26
28
|
sclad: boolean;
|
|
27
29
|
preTimeMinute: number;
|
|
@@ -41,5 +43,6 @@ export declare const CreateTypeOperationSchema: z.ZodObject<{
|
|
|
41
43
|
preTimeMinute: number;
|
|
42
44
|
helperTimeMinute: number;
|
|
43
45
|
users?: number[] | null | undefined;
|
|
46
|
+
equipmentIds?: number[] | null | undefined;
|
|
44
47
|
}>;
|
|
45
48
|
export type CreateTypeOperationDto = z.infer<typeof CreateTypeOperationSchema>;
|
|
@@ -11,6 +11,7 @@ exports.CreateTypeOperationSchema = zod_1.z.object({
|
|
|
11
11
|
square: zod_1.z.boolean(),
|
|
12
12
|
list: zod_1.z.boolean(),
|
|
13
13
|
users: zod_1.z.number().array().nullable().optional(),
|
|
14
|
+
equipmentIds: zod_1.z.array(zod_1.z.number()).nullish().default([]),
|
|
14
15
|
metaloworking: zod_1.z.boolean(),
|
|
15
16
|
assembly: zod_1.z.boolean(),
|
|
16
17
|
sclad: zod_1.z.boolean(),
|
|
@@ -6,6 +6,7 @@ export declare const UpCreateOperationSchema: z.ZodObject<{
|
|
|
6
6
|
mainTime: z.ZodString;
|
|
7
7
|
generalCountTime: z.ZodString;
|
|
8
8
|
description: z.ZodString;
|
|
9
|
+
techProcessId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
10
|
docs: z.ZodAny;
|
|
10
11
|
instrumentList: z.ZodNullable<z.ZodString>;
|
|
11
12
|
instrumentMerList: z.ZodNullable<z.ZodString>;
|
|
@@ -25,6 +26,7 @@ export declare const UpCreateOperationSchema: z.ZodObject<{
|
|
|
25
26
|
eqList: string | null;
|
|
26
27
|
id?: string | undefined;
|
|
27
28
|
docs?: any;
|
|
29
|
+
techProcessId?: string | null | undefined;
|
|
28
30
|
}, {
|
|
29
31
|
description: string;
|
|
30
32
|
name: string;
|
|
@@ -38,5 +40,6 @@ export declare const UpCreateOperationSchema: z.ZodObject<{
|
|
|
38
40
|
eqList: string | null;
|
|
39
41
|
id?: string | undefined;
|
|
40
42
|
docs?: any;
|
|
43
|
+
techProcessId?: string | null | undefined;
|
|
41
44
|
}>;
|
|
42
45
|
export type UpCreateOperationDto = z.infer<typeof UpCreateOperationSchema>;
|
|
@@ -9,6 +9,7 @@ exports.UpCreateOperationSchema = zod_1.z.object({
|
|
|
9
9
|
mainTime: zod_1.z.string(),
|
|
10
10
|
generalCountTime: zod_1.z.string(),
|
|
11
11
|
description: zod_1.z.string(),
|
|
12
|
+
techProcessId: zod_1.z.string().nullish(),
|
|
12
13
|
docs: zod_1.z.any(),
|
|
13
14
|
instrumentList: zod_1.z.string().nullable(),
|
|
14
15
|
instrumentMerList: zod_1.z.string().nullable(),
|
|
@@ -9,6 +9,7 @@ export declare const UpdateTypeOperationSchema: z.ZodObject<{
|
|
|
9
9
|
square: z.ZodBoolean;
|
|
10
10
|
list: z.ZodBoolean;
|
|
11
11
|
users: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
|
12
|
+
equipmentIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>;
|
|
12
13
|
metaloworking: z.ZodBoolean;
|
|
13
14
|
assembly: z.ZodBoolean;
|
|
14
15
|
sclad: z.ZodBoolean;
|
|
@@ -24,6 +25,7 @@ export declare const UpdateTypeOperationSchema: z.ZodObject<{
|
|
|
24
25
|
cpu: boolean;
|
|
25
26
|
square: boolean;
|
|
26
27
|
list: boolean;
|
|
28
|
+
equipmentIds: number[] | null;
|
|
27
29
|
assembly: boolean;
|
|
28
30
|
sclad: boolean;
|
|
29
31
|
preTimeMinute: number;
|
|
@@ -44,5 +46,6 @@ export declare const UpdateTypeOperationSchema: z.ZodObject<{
|
|
|
44
46
|
preTimeMinute: number;
|
|
45
47
|
helperTimeMinute: number;
|
|
46
48
|
users?: any;
|
|
49
|
+
equipmentIds?: number[] | null | undefined;
|
|
47
50
|
}>;
|
|
48
51
|
export type UpdateTypeOperationDto = z.infer<typeof UpdateTypeOperationSchema>;
|