@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
|
@@ -79,6 +79,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
79
79
|
ban: z.ZodDefault<z.ZodBoolean>;
|
|
80
80
|
min_remaining: z.ZodDefault<z.ZodNumber>;
|
|
81
81
|
remainder_after_coming: z.ZodDefault<z.ZodNumber>;
|
|
82
|
+
task_relative_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
task_relative_type: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").IzdType>>>;
|
|
82
84
|
quantity: z.ZodDefault<z.ZodNumber>;
|
|
83
85
|
deficit: z.ZodDefault<z.ZodNumber>;
|
|
84
86
|
shipments_kolvo: z.ZodDefault<z.ZodNumber>;
|
|
@@ -116,21 +118,23 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
116
118
|
shipments_kolvo: number;
|
|
117
119
|
min_remaining: number;
|
|
118
120
|
responsibleId: number | null;
|
|
119
|
-
|
|
120
|
-
shipments_deficit: number;
|
|
121
|
+
remainder_after_coming: number;
|
|
121
122
|
deficit: number;
|
|
123
|
+
shipments_deficit: number;
|
|
124
|
+
production_ordered: number;
|
|
125
|
+
deficit_by_sclad: number;
|
|
122
126
|
ava_path: string | null;
|
|
123
127
|
parametrs: import("../..").CbedParametrsField | null;
|
|
124
128
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
129
|
+
in_kit: number;
|
|
125
130
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
126
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
127
131
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
132
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
133
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
134
|
+
task_relative_id?: number | null | undefined;
|
|
135
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
131
136
|
discontinued?: boolean | undefined;
|
|
132
137
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
133
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
134
138
|
}, {
|
|
135
139
|
designation: string | null;
|
|
136
140
|
description: string | null;
|
|
@@ -143,23 +147,25 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
143
147
|
parametrs: import("../..").CbedParametrsField | null;
|
|
144
148
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
145
149
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
146
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
147
150
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
151
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
148
152
|
ban?: boolean | undefined;
|
|
149
153
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
150
154
|
attention?: boolean | undefined;
|
|
151
155
|
quantity?: number | undefined;
|
|
152
156
|
shipments_kolvo?: number | undefined;
|
|
153
157
|
min_remaining?: number | undefined;
|
|
154
|
-
|
|
155
|
-
shipments_deficit?: number | undefined;
|
|
158
|
+
remainder_after_coming?: number | undefined;
|
|
156
159
|
deficit?: number | undefined;
|
|
160
|
+
shipments_deficit?: number | undefined;
|
|
161
|
+
production_ordered?: number | undefined;
|
|
162
|
+
deficit_by_sclad?: number | undefined;
|
|
163
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
157
164
|
in_kit?: number | undefined;
|
|
165
|
+
task_relative_id?: number | null | undefined;
|
|
166
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
158
167
|
discontinued?: boolean | undefined;
|
|
159
168
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
160
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
161
|
-
remainder_after_coming?: number | undefined;
|
|
162
|
-
deficit_by_sclad?: number | undefined;
|
|
163
169
|
}>, "many">;
|
|
164
170
|
products: z.ZodArray<z.ZodObject<{
|
|
165
171
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -199,49 +205,49 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
199
205
|
shipments_kolvo: number;
|
|
200
206
|
min_remaining: number;
|
|
201
207
|
responsibleId: number | null;
|
|
202
|
-
production_ordered: number;
|
|
203
|
-
shipments_deficit: number;
|
|
204
208
|
deficit: number;
|
|
205
|
-
|
|
209
|
+
shipments_deficit: number;
|
|
210
|
+
production_ordered: number;
|
|
206
211
|
ava_path: string | null;
|
|
207
212
|
parametrs: import("../..").CbedVariableField[];
|
|
208
213
|
characteristic: import("../..").CbedVariableField[];
|
|
214
|
+
in_kit: number;
|
|
209
215
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
210
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
211
216
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
212
|
-
|
|
217
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
218
|
+
articl: string | null;
|
|
213
219
|
is_custom: boolean;
|
|
214
220
|
id?: number | null | undefined;
|
|
221
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
215
222
|
discontinued?: boolean | undefined;
|
|
216
223
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
217
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
218
224
|
}, {
|
|
219
225
|
designation: string | null;
|
|
220
226
|
description: string | null;
|
|
221
227
|
name: string;
|
|
222
228
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
223
229
|
responsibleId: number | null;
|
|
224
|
-
articl: string | null;
|
|
225
230
|
ava_path: string | null;
|
|
226
231
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
227
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
228
232
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
233
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
234
|
+
articl: string | null;
|
|
229
235
|
ban?: boolean | undefined;
|
|
230
236
|
id?: number | null | undefined;
|
|
231
237
|
attention?: boolean | undefined;
|
|
232
238
|
quantity?: number | undefined;
|
|
233
239
|
shipments_kolvo?: number | undefined;
|
|
234
240
|
min_remaining?: number | undefined;
|
|
235
|
-
production_ordered?: number | undefined;
|
|
236
|
-
shipments_deficit?: number | undefined;
|
|
237
241
|
deficit?: number | undefined;
|
|
242
|
+
shipments_deficit?: number | undefined;
|
|
243
|
+
production_ordered?: number | undefined;
|
|
244
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
238
245
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
239
246
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
240
247
|
in_kit?: number | undefined;
|
|
241
|
-
is_custom?: boolean | undefined;
|
|
242
248
|
discontinued?: boolean | undefined;
|
|
243
249
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
244
|
-
|
|
250
|
+
is_custom?: boolean | undefined;
|
|
245
251
|
}>, "many">;
|
|
246
252
|
actions: z.ZodArray<z.ZodObject<{
|
|
247
253
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -384,49 +390,49 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
384
390
|
shipments_kolvo: number;
|
|
385
391
|
min_remaining: number;
|
|
386
392
|
responsibleId: number | null;
|
|
387
|
-
production_ordered: number;
|
|
388
|
-
shipments_deficit: number;
|
|
389
393
|
deficit: number;
|
|
390
|
-
|
|
394
|
+
shipments_deficit: number;
|
|
395
|
+
production_ordered: number;
|
|
391
396
|
ava_path: string | null;
|
|
392
397
|
parametrs: import("../..").CbedVariableField[];
|
|
393
398
|
characteristic: import("../..").CbedVariableField[];
|
|
399
|
+
in_kit: number;
|
|
394
400
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
395
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
396
401
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
397
|
-
|
|
402
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
403
|
+
articl: string | null;
|
|
398
404
|
is_custom: boolean;
|
|
399
405
|
id?: number | null | undefined;
|
|
406
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
400
407
|
discontinued?: boolean | undefined;
|
|
401
408
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
402
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
403
409
|
}, {
|
|
404
410
|
designation: string | null;
|
|
405
411
|
description: string | null;
|
|
406
412
|
name: string;
|
|
407
413
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
408
414
|
responsibleId: number | null;
|
|
409
|
-
articl: string | null;
|
|
410
415
|
ava_path: string | null;
|
|
411
416
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
412
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
413
417
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
418
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
419
|
+
articl: string | null;
|
|
414
420
|
ban?: boolean | undefined;
|
|
415
421
|
id?: number | null | undefined;
|
|
416
422
|
attention?: boolean | undefined;
|
|
417
423
|
quantity?: number | undefined;
|
|
418
424
|
shipments_kolvo?: number | undefined;
|
|
419
425
|
min_remaining?: number | undefined;
|
|
420
|
-
production_ordered?: number | undefined;
|
|
421
|
-
shipments_deficit?: number | undefined;
|
|
422
426
|
deficit?: number | undefined;
|
|
427
|
+
shipments_deficit?: number | undefined;
|
|
428
|
+
production_ordered?: number | undefined;
|
|
429
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
423
430
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
424
431
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
425
432
|
in_kit?: number | undefined;
|
|
426
|
-
is_custom?: boolean | undefined;
|
|
427
433
|
discontinued?: boolean | undefined;
|
|
428
434
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
429
|
-
|
|
435
|
+
is_custom?: boolean | undefined;
|
|
430
436
|
}>, "many">;
|
|
431
437
|
responsibleForDocuments: z.ZodArray<z.ZodObject<{
|
|
432
438
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -569,22 +575,22 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
569
575
|
shipments_kolvo: number;
|
|
570
576
|
min_remaining: number;
|
|
571
577
|
responsibleId: number | null;
|
|
572
|
-
production_ordered: number;
|
|
573
|
-
shipments_deficit: number;
|
|
574
578
|
deficit: number;
|
|
575
|
-
|
|
579
|
+
shipments_deficit: number;
|
|
580
|
+
production_ordered: number;
|
|
576
581
|
ava_path: string | null;
|
|
577
582
|
parametrs: import("../..").CbedVariableField[];
|
|
578
583
|
characteristic: import("../..").CbedVariableField[];
|
|
584
|
+
in_kit: number;
|
|
579
585
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
580
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
581
586
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
582
|
-
|
|
587
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
588
|
+
articl: string | null;
|
|
583
589
|
is_custom: boolean;
|
|
584
590
|
id?: number | null | undefined;
|
|
591
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
585
592
|
discontinued?: boolean | undefined;
|
|
586
593
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
587
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
588
594
|
}[];
|
|
589
595
|
remote_work: boolean;
|
|
590
596
|
tabel: string;
|
|
@@ -611,21 +617,23 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
611
617
|
shipments_kolvo: number;
|
|
612
618
|
min_remaining: number;
|
|
613
619
|
responsibleId: number | null;
|
|
614
|
-
|
|
615
|
-
shipments_deficit: number;
|
|
620
|
+
remainder_after_coming: number;
|
|
616
621
|
deficit: number;
|
|
622
|
+
shipments_deficit: number;
|
|
623
|
+
production_ordered: number;
|
|
624
|
+
deficit_by_sclad: number;
|
|
617
625
|
ava_path: string | null;
|
|
618
626
|
parametrs: import("../..").CbedParametrsField | null;
|
|
619
627
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
628
|
+
in_kit: number;
|
|
620
629
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
621
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
622
630
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
631
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
632
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
633
|
+
task_relative_id?: number | null | undefined;
|
|
634
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
626
635
|
discontinued?: boolean | undefined;
|
|
627
636
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
628
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
629
637
|
}[];
|
|
630
638
|
responsibleForProduct: {
|
|
631
639
|
ban: boolean;
|
|
@@ -638,22 +646,22 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
638
646
|
shipments_kolvo: number;
|
|
639
647
|
min_remaining: number;
|
|
640
648
|
responsibleId: number | null;
|
|
641
|
-
production_ordered: number;
|
|
642
|
-
shipments_deficit: number;
|
|
643
649
|
deficit: number;
|
|
644
|
-
|
|
650
|
+
shipments_deficit: number;
|
|
651
|
+
production_ordered: number;
|
|
645
652
|
ava_path: string | null;
|
|
646
653
|
parametrs: import("../..").CbedVariableField[];
|
|
647
654
|
characteristic: import("../..").CbedVariableField[];
|
|
655
|
+
in_kit: number;
|
|
648
656
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
649
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
650
657
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
651
|
-
|
|
658
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
659
|
+
articl: string | null;
|
|
652
660
|
is_custom: boolean;
|
|
653
661
|
id?: number | null | undefined;
|
|
662
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
654
663
|
discontinued?: boolean | undefined;
|
|
655
664
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
656
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
657
665
|
}[];
|
|
658
666
|
responsibleForDocuments: {
|
|
659
667
|
path: string;
|
|
@@ -741,27 +749,27 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
741
749
|
name: string;
|
|
742
750
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
743
751
|
responsibleId: number | null;
|
|
744
|
-
articl: string | null;
|
|
745
752
|
ava_path: string | null;
|
|
746
753
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
747
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
748
754
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
755
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
756
|
+
articl: string | null;
|
|
749
757
|
ban?: boolean | undefined;
|
|
750
758
|
id?: number | null | undefined;
|
|
751
759
|
attention?: boolean | undefined;
|
|
752
760
|
quantity?: number | undefined;
|
|
753
761
|
shipments_kolvo?: number | undefined;
|
|
754
762
|
min_remaining?: number | undefined;
|
|
755
|
-
production_ordered?: number | undefined;
|
|
756
|
-
shipments_deficit?: number | undefined;
|
|
757
763
|
deficit?: number | undefined;
|
|
764
|
+
shipments_deficit?: number | undefined;
|
|
765
|
+
production_ordered?: number | undefined;
|
|
766
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
758
767
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
759
768
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
760
769
|
in_kit?: number | undefined;
|
|
761
|
-
is_custom?: boolean | undefined;
|
|
762
770
|
discontinued?: boolean | undefined;
|
|
763
771
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
764
|
-
|
|
772
|
+
is_custom?: boolean | undefined;
|
|
765
773
|
}[];
|
|
766
774
|
tabel: string;
|
|
767
775
|
dateWork: string | null;
|
|
@@ -785,23 +793,25 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
785
793
|
parametrs: import("../..").CbedParametrsField | null;
|
|
786
794
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
787
795
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
788
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
789
796
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
797
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
790
798
|
ban?: boolean | undefined;
|
|
791
799
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
792
800
|
attention?: boolean | undefined;
|
|
793
801
|
quantity?: number | undefined;
|
|
794
802
|
shipments_kolvo?: number | undefined;
|
|
795
803
|
min_remaining?: number | undefined;
|
|
796
|
-
|
|
797
|
-
shipments_deficit?: number | undefined;
|
|
804
|
+
remainder_after_coming?: number | undefined;
|
|
798
805
|
deficit?: number | undefined;
|
|
806
|
+
shipments_deficit?: number | undefined;
|
|
807
|
+
production_ordered?: number | undefined;
|
|
808
|
+
deficit_by_sclad?: number | undefined;
|
|
809
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
799
810
|
in_kit?: number | undefined;
|
|
811
|
+
task_relative_id?: number | null | undefined;
|
|
812
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
800
813
|
discontinued?: boolean | undefined;
|
|
801
814
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
802
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
803
|
-
remainder_after_coming?: number | undefined;
|
|
804
|
-
deficit_by_sclad?: number | undefined;
|
|
805
815
|
}[];
|
|
806
816
|
responsibleForProduct: {
|
|
807
817
|
designation: string | null;
|
|
@@ -809,27 +819,27 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
809
819
|
name: string;
|
|
810
820
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
811
821
|
responsibleId: number | null;
|
|
812
|
-
articl: string | null;
|
|
813
822
|
ava_path: string | null;
|
|
814
823
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
815
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
816
824
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
825
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
826
|
+
articl: string | null;
|
|
817
827
|
ban?: boolean | undefined;
|
|
818
828
|
id?: number | null | undefined;
|
|
819
829
|
attention?: boolean | undefined;
|
|
820
830
|
quantity?: number | undefined;
|
|
821
831
|
shipments_kolvo?: number | undefined;
|
|
822
832
|
min_remaining?: number | undefined;
|
|
823
|
-
production_ordered?: number | undefined;
|
|
824
|
-
shipments_deficit?: number | undefined;
|
|
825
833
|
deficit?: number | undefined;
|
|
834
|
+
shipments_deficit?: number | undefined;
|
|
835
|
+
production_ordered?: number | undefined;
|
|
836
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
826
837
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
827
838
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
828
839
|
in_kit?: number | undefined;
|
|
829
|
-
is_custom?: boolean | undefined;
|
|
830
840
|
discontinued?: boolean | undefined;
|
|
831
841
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
832
|
-
|
|
842
|
+
is_custom?: boolean | undefined;
|
|
833
843
|
}[];
|
|
834
844
|
responsibleForDocuments: {
|
|
835
845
|
path: string;
|
|
@@ -945,22 +955,22 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
945
955
|
shipments_kolvo: number;
|
|
946
956
|
min_remaining: number;
|
|
947
957
|
responsibleId: number | null;
|
|
948
|
-
production_ordered: number;
|
|
949
|
-
shipments_deficit: number;
|
|
950
958
|
deficit: number;
|
|
951
|
-
|
|
959
|
+
shipments_deficit: number;
|
|
960
|
+
production_ordered: number;
|
|
952
961
|
ava_path: string | null;
|
|
953
962
|
parametrs: import("../..").CbedVariableField[];
|
|
954
963
|
characteristic: import("../..").CbedVariableField[];
|
|
964
|
+
in_kit: number;
|
|
955
965
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
956
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
957
966
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
958
|
-
|
|
967
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
968
|
+
articl: string | null;
|
|
959
969
|
is_custom: boolean;
|
|
960
970
|
id?: number | null | undefined;
|
|
971
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
961
972
|
discontinued?: boolean | undefined;
|
|
962
973
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
963
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
964
974
|
}[];
|
|
965
975
|
remote_work: boolean;
|
|
966
976
|
tabel: string;
|
|
@@ -987,21 +997,23 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
987
997
|
shipments_kolvo: number;
|
|
988
998
|
min_remaining: number;
|
|
989
999
|
responsibleId: number | null;
|
|
990
|
-
|
|
991
|
-
shipments_deficit: number;
|
|
1000
|
+
remainder_after_coming: number;
|
|
992
1001
|
deficit: number;
|
|
1002
|
+
shipments_deficit: number;
|
|
1003
|
+
production_ordered: number;
|
|
1004
|
+
deficit_by_sclad: number;
|
|
993
1005
|
ava_path: string | null;
|
|
994
1006
|
parametrs: import("../..").CbedParametrsField | null;
|
|
995
1007
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1008
|
+
in_kit: number;
|
|
996
1009
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
997
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
998
1010
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1011
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1012
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1013
|
+
task_relative_id?: number | null | undefined;
|
|
1014
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1002
1015
|
discontinued?: boolean | undefined;
|
|
1003
1016
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1004
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1005
1017
|
}[];
|
|
1006
1018
|
responsibleForProduct: {
|
|
1007
1019
|
ban: boolean;
|
|
@@ -1014,22 +1026,22 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1014
1026
|
shipments_kolvo: number;
|
|
1015
1027
|
min_remaining: number;
|
|
1016
1028
|
responsibleId: number | null;
|
|
1017
|
-
production_ordered: number;
|
|
1018
|
-
shipments_deficit: number;
|
|
1019
1029
|
deficit: number;
|
|
1020
|
-
|
|
1030
|
+
shipments_deficit: number;
|
|
1031
|
+
production_ordered: number;
|
|
1021
1032
|
ava_path: string | null;
|
|
1022
1033
|
parametrs: import("../..").CbedVariableField[];
|
|
1023
1034
|
characteristic: import("../..").CbedVariableField[];
|
|
1035
|
+
in_kit: number;
|
|
1024
1036
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1025
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1026
1037
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1027
|
-
|
|
1038
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1039
|
+
articl: string | null;
|
|
1028
1040
|
is_custom: boolean;
|
|
1029
1041
|
id?: number | null | undefined;
|
|
1042
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1030
1043
|
discontinued?: boolean | undefined;
|
|
1031
1044
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1032
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1033
1045
|
}[];
|
|
1034
1046
|
responsibleForDocuments: {
|
|
1035
1047
|
path: string;
|
|
@@ -1122,27 +1134,27 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1122
1134
|
name: string;
|
|
1123
1135
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1124
1136
|
responsibleId: number | null;
|
|
1125
|
-
articl: string | null;
|
|
1126
1137
|
ava_path: string | null;
|
|
1127
1138
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1128
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1129
1139
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1140
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1141
|
+
articl: string | null;
|
|
1130
1142
|
ban?: boolean | undefined;
|
|
1131
1143
|
id?: number | null | undefined;
|
|
1132
1144
|
attention?: boolean | undefined;
|
|
1133
1145
|
quantity?: number | undefined;
|
|
1134
1146
|
shipments_kolvo?: number | undefined;
|
|
1135
1147
|
min_remaining?: number | undefined;
|
|
1136
|
-
production_ordered?: number | undefined;
|
|
1137
|
-
shipments_deficit?: number | undefined;
|
|
1138
1148
|
deficit?: number | undefined;
|
|
1149
|
+
shipments_deficit?: number | undefined;
|
|
1150
|
+
production_ordered?: number | undefined;
|
|
1151
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1139
1152
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1140
1153
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1141
1154
|
in_kit?: number | undefined;
|
|
1142
|
-
is_custom?: boolean | undefined;
|
|
1143
1155
|
discontinued?: boolean | undefined;
|
|
1144
1156
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1145
|
-
|
|
1157
|
+
is_custom?: boolean | undefined;
|
|
1146
1158
|
}[];
|
|
1147
1159
|
tabel: string;
|
|
1148
1160
|
dateWork: string | null;
|
|
@@ -1166,23 +1178,25 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1166
1178
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1167
1179
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1168
1180
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1169
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1170
1181
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1182
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1171
1183
|
ban?: boolean | undefined;
|
|
1172
1184
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
1173
1185
|
attention?: boolean | undefined;
|
|
1174
1186
|
quantity?: number | undefined;
|
|
1175
1187
|
shipments_kolvo?: number | undefined;
|
|
1176
1188
|
min_remaining?: number | undefined;
|
|
1177
|
-
|
|
1178
|
-
shipments_deficit?: number | undefined;
|
|
1189
|
+
remainder_after_coming?: number | undefined;
|
|
1179
1190
|
deficit?: number | undefined;
|
|
1191
|
+
shipments_deficit?: number | undefined;
|
|
1192
|
+
production_ordered?: number | undefined;
|
|
1193
|
+
deficit_by_sclad?: number | undefined;
|
|
1194
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1180
1195
|
in_kit?: number | undefined;
|
|
1196
|
+
task_relative_id?: number | null | undefined;
|
|
1197
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1181
1198
|
discontinued?: boolean | undefined;
|
|
1182
1199
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1183
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1184
|
-
remainder_after_coming?: number | undefined;
|
|
1185
|
-
deficit_by_sclad?: number | undefined;
|
|
1186
1200
|
}[];
|
|
1187
1201
|
responsibleForProduct: {
|
|
1188
1202
|
designation: string | null;
|
|
@@ -1190,27 +1204,27 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1190
1204
|
name: string;
|
|
1191
1205
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1192
1206
|
responsibleId: number | null;
|
|
1193
|
-
articl: string | null;
|
|
1194
1207
|
ava_path: string | null;
|
|
1195
1208
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1196
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1197
1209
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1210
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1211
|
+
articl: string | null;
|
|
1198
1212
|
ban?: boolean | undefined;
|
|
1199
1213
|
id?: number | null | undefined;
|
|
1200
1214
|
attention?: boolean | undefined;
|
|
1201
1215
|
quantity?: number | undefined;
|
|
1202
1216
|
shipments_kolvo?: number | undefined;
|
|
1203
1217
|
min_remaining?: number | undefined;
|
|
1204
|
-
production_ordered?: number | undefined;
|
|
1205
|
-
shipments_deficit?: number | undefined;
|
|
1206
1218
|
deficit?: number | undefined;
|
|
1219
|
+
shipments_deficit?: number | undefined;
|
|
1220
|
+
production_ordered?: number | undefined;
|
|
1221
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1207
1222
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1208
1223
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1209
1224
|
in_kit?: number | undefined;
|
|
1210
|
-
is_custom?: boolean | undefined;
|
|
1211
1225
|
discontinued?: boolean | undefined;
|
|
1212
1226
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1213
|
-
|
|
1227
|
+
is_custom?: boolean | undefined;
|
|
1214
1228
|
}[];
|
|
1215
1229
|
responsibleForDocuments: {
|
|
1216
1230
|
path: string;
|
|
@@ -105,14 +105,14 @@ declare const RemainsSchema: z.ZodObject<{
|
|
|
105
105
|
quantity?: number | undefined;
|
|
106
106
|
units?: number | undefined;
|
|
107
107
|
}[] | undefined;
|
|
108
|
-
|
|
108
|
+
listCbed?: {
|
|
109
109
|
designation?: string | undefined;
|
|
110
110
|
id?: number | null | undefined;
|
|
111
111
|
name?: string | undefined;
|
|
112
112
|
quantity?: number | undefined;
|
|
113
113
|
units?: number | undefined;
|
|
114
114
|
}[] | undefined;
|
|
115
|
-
|
|
115
|
+
listDetal?: {
|
|
116
116
|
designation?: string | undefined;
|
|
117
117
|
id?: number | null | undefined;
|
|
118
118
|
name?: string | undefined;
|
|
@@ -142,14 +142,14 @@ declare const RemainsSchema: z.ZodObject<{
|
|
|
142
142
|
quantity?: number | undefined;
|
|
143
143
|
units?: number | undefined;
|
|
144
144
|
}[] | undefined;
|
|
145
|
-
|
|
145
|
+
listCbed?: {
|
|
146
146
|
designation?: string | undefined;
|
|
147
147
|
id?: number | null | undefined;
|
|
148
148
|
name?: string | undefined;
|
|
149
149
|
quantity?: number | undefined;
|
|
150
150
|
units?: number | undefined;
|
|
151
151
|
}[] | undefined;
|
|
152
|
-
|
|
152
|
+
listDetal?: {
|
|
153
153
|
designation?: string | undefined;
|
|
154
154
|
id?: number | null | undefined;
|
|
155
155
|
name?: string | undefined;
|
|
@@ -3,14 +3,17 @@ import { IzdType } from '../../utils';
|
|
|
3
3
|
export declare const EntityFilteringByShipmentSchema: z.ZodObject<{
|
|
4
4
|
entityIds: z.ZodArray<z.ZodNumber, "many">;
|
|
5
5
|
shipmentIds: z.ZodArray<z.ZodNumber, "many">;
|
|
6
|
+
recursiveObject: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodAny>>>;
|
|
6
7
|
entityType: z.ZodNativeEnum<typeof IzdType>;
|
|
7
8
|
}, "strip", z.ZodTypeAny, {
|
|
8
9
|
shipmentIds: number[];
|
|
9
10
|
entityType: IzdType;
|
|
10
11
|
entityIds: number[];
|
|
12
|
+
recursiveObject?: any;
|
|
11
13
|
}, {
|
|
12
14
|
shipmentIds: number[];
|
|
13
15
|
entityType: IzdType;
|
|
14
16
|
entityIds: number[];
|
|
17
|
+
recursiveObject?: any;
|
|
15
18
|
}>;
|
|
16
19
|
export type EntityFilteringByShipmentDto = z.infer<typeof EntityFilteringByShipmentSchema>;
|
|
@@ -6,5 +6,6 @@ const utils_1 = require("../../utils");
|
|
|
6
6
|
exports.EntityFilteringByShipmentSchema = zod_1.z.object({
|
|
7
7
|
entityIds: zod_1.z.array(zod_1.z.number()),
|
|
8
8
|
shipmentIds: zod_1.z.array(zod_1.z.number()),
|
|
9
|
+
recursiveObject: zod_1.z.any().nullish().default({}),
|
|
9
10
|
entityType: zod_1.z.nativeEnum(utils_1.IzdType)
|
|
10
11
|
});
|