@pksep/zod-shared 0.0.528 → 0.0.530
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action/dto/actions-by-param.dto.d.ts +2 -2
- package/dist/action/schemas/actions.schema.d.ts +18 -18
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +90 -81
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +75 -68
- package/dist/assemble/schemas/assemble.schema.d.ts +69 -62
- package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +13 -13
- package/dist/buyer/schemas/buyer.schema.d.ts +1 -1
- package/dist/cbed/dto/cbed-pagination.dto.d.ts +1 -1
- package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
- package/dist/cbed/dto/up-create-cbed.dto.d.ts +6 -6
- package/dist/cbed/schemas/cbed-material.schema.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +21 -21
- package/dist/company/dto/companies-pagination.dto.d.ts +3 -0
- package/dist/company/dto/companies-pagination.dto.js +1 -0
- package/dist/company/dto/create-company.dto.d.ts +10 -10
- package/dist/company/dto/update-company.dto.d.ts +10 -10
- package/dist/company/schemas/companies.schema.d.ts +4 -4
- package/dist/contact/dto/create-contact.dto.d.ts +6 -6
- package/dist/contact/dto/update-contact.dto.d.ts +6 -6
- package/dist/contact/schemas/contact.schema.d.ts +3 -3
- package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
- package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
- package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
- package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
- package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
- package/dist/detal/dto/update-detal.dto.d.ts +9 -9
- package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
- package/dist/detal/schemas/detal.schema.d.ts +200 -200
- package/dist/document/schemas/documentsSchema.d.ts +4 -4
- package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
- package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
- package/dist/equipment/schemas/equipment.schema.d.ts +98 -93
- package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
- package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
- package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
- package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
- package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
- package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
- package/dist/marks/dto/create-mark.dto.d.ts +8 -8
- package/dist/marks/dto/update-mark.dto.d.ts +2 -2
- package/dist/marks/schemas/marks.schema.d.ts +8 -8
- package/dist/marks/type/type.d.ts +2 -2
- package/dist/material/dto/create-material.dto.d.ts +20 -20
- package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
- package/dist/material/schemas/material.schema.d.ts +26 -26
- package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
- package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
- package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
- package/dist/moving/schemas/moving.schema.d.ts +463 -456
- package/dist/operations/dto/create-type-operation.dto.d.ts +4 -0
- package/dist/operations/dto/create-type-operation.dto.js +5 -1
- package/dist/operations/dto/update-type-operation.dto.d.ts +4 -0
- package/dist/operations/dto/update-type-operation.dto.js +5 -1
- package/dist/operations/enums/enums.d.ts +7 -0
- package/dist/operations/enums/enums.js +21 -1
- package/dist/operations/index.d.ts +2 -0
- package/dist/operations/index.js +2 -0
- package/dist/operations/interfaces/interface.d.ts +5 -0
- package/dist/operations/schemas/operation.schema.d.ts +21 -17
- package/dist/operations/schemas/operation.schema.js +4 -0
- package/dist/operations/schemas/type-operation.schema.d.ts +4 -0
- package/dist/operations/schemas/type-operation.schema.js +2 -0
- package/dist/product/dto/up-create-product.dto.d.ts +7 -7
- package/dist/product/schemas/product-deficit.schema.d.ts +20 -20
- package/dist/product/schemas/product-material.schema.d.ts +2 -2
- package/dist/product/schemas/product-specification.schema.d.ts +2 -2
- package/dist/product/schemas/product.schema.d.ts +17 -17
- package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +2 -2
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +4 -0
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +3 -1
- package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +4 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.js +2 -0
- package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
- package/dist/production-tasks/interfaces/production-tasks.d.ts +2 -0
- package/dist/production-tasks/interfaces/workload-by-entity.d.ts +19 -0
- package/dist/production-tasks/schemas/operation-positions.schema.d.ts +7 -4
- package/dist/production-tasks/schemas/operation-positions.schema.js +1 -0
- package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
- package/dist/provider/dto/create-provider.dto.d.ts +4 -4
- package/dist/provider/schemas/provider.schema.d.ts +1 -1
- package/dist/rack/dto/get-all-racks.dto.d.ts +3 -0
- package/dist/rack/dto/get-all-racks.dto.js +2 -1
- package/dist/role/schemas/role.schema.d.ts +455 -448
- package/dist/sclad/schemas/remain.schema.d.ts +2 -2
- package/dist/sclad/schemas/remains.schema.d.ts +6 -6
- package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
- package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
- package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
- package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
- package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
- package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
- package/dist/specification/schema/attributes.schema.d.ts +472 -472
- package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
- package/dist/tech-process/schemas/tech-process.schema.d.ts +31 -26
- package/dist/thread/dto/add-thread.dto.d.ts +8 -8
- package/dist/user/dto/create-user.dto.d.ts +5 -5
- package/dist/user/dto/get-one-user.dto.d.ts +2 -2
- package/dist/user/schemas/user.schema.d.ts +267 -262
- package/dist/utils/enums.d.ts +2 -1
- package/dist/utils/enums.js +2 -1
- package/dist/utils/methods.d.ts +13 -0
- package/dist/utils/methods.js +106 -26
- package/dist/utils/types/types.d.ts +1 -0
- package/dist/waybill/dto/create-waybill-product.dto.d.ts +8 -2
- package/dist/waybill/dto/create-waybill-product.dto.js +15 -1
- package/dist/waybill/dto/create-waybill.dto.d.ts +16 -6
- package/dist/waybill/dto/create-waybill.dto.js +1 -1
- package/dist/waybill/interface/interface.d.ts +1 -0
- package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
- package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
- package/package.json +1 -1
- package/dist/issue/dto/up-create-issue.dto.d.ts +0 -49
- package/dist/issue/dto/up-create-issue.dto.js +0 -21
- package/dist/issue/index.d.ts +0 -5
- package/dist/issue/index.js +0 -21
- package/dist/issue/interfaces/interface.d.ts +0 -4
- package/dist/issue/schemas/issue-user-controller.schema.d.ts +0 -15
- package/dist/issue/schemas/issue-user-controller.schema.js +0 -9
- package/dist/issue/schemas/issue-user.schema.d.ts +0 -15
- package/dist/issue/schemas/issue-user.schema.js +0 -9
- package/dist/issue/schemas/issue.schema.d.ts +0 -51
- package/dist/issue/schemas/issue.schema.js +0 -21
- package/dist/library/dto/create-chapter.dto.d.ts +0 -12
- package/dist/library/dto/create-chapter.dto.js +0 -8
- package/dist/library/dto/create-link.dto.d.ts +0 -30
- package/dist/library/dto/create-link.dto.js +0 -14
- package/dist/library/index.d.ts +0 -5
- package/dist/library/index.js +0 -21
- package/dist/library/interfaces/interface.d.ts +0 -3
- package/dist/library/interfaces/interface.js +0 -2
- package/dist/library/schemas/links-user.schema.d.ts +0 -15
- package/dist/library/schemas/links-user.schema.js +0 -9
- package/dist/library/schemas/links.schema.d.ts +0 -30
- package/dist/library/schemas/links.schema.js +0 -14
- package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -13
- package/dist/production-tasks/dto/update-marks.dto.js +0 -8
- package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +0 -306
- package/dist/tech-process/schemas/tech-process-with-options.schema.js +0 -8
- package/dist/utils/interface/mat.interface.d.ts +0 -10
- package/dist/utils/interface/mat.interface.js +0 -2
- /package/dist/{issue/interfaces/interface.js → production-tasks/interfaces/workload-by-entity.js} +0 -0
|
@@ -58,10 +58,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
58
58
|
ban?: boolean | undefined;
|
|
59
59
|
description?: string | null | undefined;
|
|
60
60
|
contacts?: string | null | undefined;
|
|
61
|
+
attention?: boolean | undefined;
|
|
61
62
|
inn?: string | null | undefined;
|
|
62
63
|
cpp?: string | null | undefined;
|
|
63
64
|
rekvisit?: string | null | undefined;
|
|
64
|
-
attention?: boolean | undefined;
|
|
65
65
|
purchasesId?: number | undefined;
|
|
66
66
|
}>>;
|
|
67
67
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -118,10 +118,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
118
118
|
ban?: boolean | undefined;
|
|
119
119
|
description?: string | null | undefined;
|
|
120
120
|
contacts?: string | null | undefined;
|
|
121
|
+
attention?: boolean | undefined;
|
|
121
122
|
inn?: string | null | undefined;
|
|
122
123
|
cpp?: string | null | undefined;
|
|
123
124
|
rekvisit?: string | null | undefined;
|
|
124
|
-
attention?: boolean | undefined;
|
|
125
125
|
purchasesId?: number | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
company_id?: number | undefined;
|
|
@@ -156,6 +156,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
156
156
|
instrumentOsnID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
157
157
|
eqList: z.ZodDefault<z.ZodString>;
|
|
158
158
|
eqID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
159
|
+
workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../..").WorkStartCalcType>>;
|
|
159
160
|
tOperationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
160
161
|
tech_process_id: z.ZodNumber;
|
|
161
162
|
marks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -191,15 +192,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
191
192
|
status: import("../..").MarkStatusEnums;
|
|
192
193
|
ban: boolean;
|
|
193
194
|
id: number;
|
|
195
|
+
assemble_id: number;
|
|
196
|
+
user_id: number;
|
|
197
|
+
metaloworking_id: number;
|
|
198
|
+
production_task_id: number | null;
|
|
194
199
|
date_build: string;
|
|
195
200
|
kol: number;
|
|
196
|
-
user_id: number;
|
|
197
201
|
oper_id: number;
|
|
198
|
-
assemble_id: number;
|
|
199
|
-
metaloworking_id: number;
|
|
200
202
|
brak: boolean;
|
|
201
203
|
execution_time: number;
|
|
202
|
-
production_task_id: number | null;
|
|
203
204
|
quantity_shipped: number;
|
|
204
205
|
description?: string | undefined;
|
|
205
206
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -212,15 +213,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
212
213
|
status: import("../..").MarkStatusEnums;
|
|
213
214
|
ban: boolean;
|
|
214
215
|
id: number;
|
|
216
|
+
assemble_id: number;
|
|
217
|
+
user_id: number;
|
|
218
|
+
metaloworking_id: number;
|
|
219
|
+
production_task_id: number | null;
|
|
215
220
|
date_build: string;
|
|
216
221
|
kol: number;
|
|
217
|
-
user_id: number;
|
|
218
222
|
oper_id: number;
|
|
219
|
-
assemble_id: number;
|
|
220
|
-
metaloworking_id: number;
|
|
221
223
|
brak: boolean;
|
|
222
224
|
execution_time: number;
|
|
223
|
-
production_task_id: number | null;
|
|
224
225
|
quantity_shipped: number;
|
|
225
226
|
description?: string | undefined;
|
|
226
227
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -238,6 +239,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
238
239
|
preTime: number;
|
|
239
240
|
helperTime: number;
|
|
240
241
|
mainTime: number;
|
|
242
|
+
workStartCalcType: import("../..").WorkStartCalcType;
|
|
243
|
+
tech_process_id: number;
|
|
241
244
|
generalCountTime: string;
|
|
242
245
|
instrumentList: string;
|
|
243
246
|
instrumentMerList: string;
|
|
@@ -249,21 +252,20 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
249
252
|
eqID: number | null;
|
|
250
253
|
idx: number;
|
|
251
254
|
tOperationId: number | null;
|
|
252
|
-
tech_process_id: number;
|
|
253
255
|
id?: number | undefined;
|
|
254
256
|
marks?: {
|
|
255
257
|
status: import("../..").MarkStatusEnums;
|
|
256
258
|
ban: boolean;
|
|
257
259
|
id: number;
|
|
260
|
+
assemble_id: number;
|
|
261
|
+
user_id: number;
|
|
262
|
+
metaloworking_id: number;
|
|
263
|
+
production_task_id: number | null;
|
|
258
264
|
date_build: string;
|
|
259
265
|
kol: number;
|
|
260
|
-
user_id: number;
|
|
261
266
|
oper_id: number;
|
|
262
|
-
assemble_id: number;
|
|
263
|
-
metaloworking_id: number;
|
|
264
267
|
brak: boolean;
|
|
265
268
|
execution_time: number;
|
|
266
|
-
production_task_id: number | null;
|
|
267
269
|
quantity_shipped: number;
|
|
268
270
|
description?: string | undefined;
|
|
269
271
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -284,15 +286,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
284
286
|
status: import("../..").MarkStatusEnums;
|
|
285
287
|
ban: boolean;
|
|
286
288
|
id: number;
|
|
289
|
+
assemble_id: number;
|
|
290
|
+
user_id: number;
|
|
291
|
+
metaloworking_id: number;
|
|
292
|
+
production_task_id: number | null;
|
|
287
293
|
date_build: string;
|
|
288
294
|
kol: number;
|
|
289
|
-
user_id: number;
|
|
290
295
|
oper_id: number;
|
|
291
|
-
assemble_id: number;
|
|
292
|
-
metaloworking_id: number;
|
|
293
296
|
brak: boolean;
|
|
294
297
|
execution_time: number;
|
|
295
|
-
production_task_id: number | null;
|
|
296
298
|
quantity_shipped: number;
|
|
297
299
|
description?: string | undefined;
|
|
298
300
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -305,6 +307,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
305
307
|
preTime?: number | undefined;
|
|
306
308
|
helperTime?: number | undefined;
|
|
307
309
|
mainTime?: number | undefined;
|
|
310
|
+
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
308
311
|
generalCountTime?: string | undefined;
|
|
309
312
|
instrumentList?: string | undefined;
|
|
310
313
|
instrumentMerList?: string | undefined;
|
|
@@ -333,6 +336,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
333
336
|
preTime: number;
|
|
334
337
|
helperTime: number;
|
|
335
338
|
mainTime: number;
|
|
339
|
+
workStartCalcType: import("../..").WorkStartCalcType;
|
|
340
|
+
tech_process_id: number;
|
|
336
341
|
generalCountTime: string;
|
|
337
342
|
instrumentList: string;
|
|
338
343
|
instrumentMerList: string;
|
|
@@ -344,21 +349,20 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
344
349
|
eqID: number | null;
|
|
345
350
|
idx: number;
|
|
346
351
|
tOperationId: number | null;
|
|
347
|
-
tech_process_id: number;
|
|
348
352
|
id?: number | undefined;
|
|
349
353
|
marks?: {
|
|
350
354
|
status: import("../..").MarkStatusEnums;
|
|
351
355
|
ban: boolean;
|
|
352
356
|
id: number;
|
|
357
|
+
assemble_id: number;
|
|
358
|
+
user_id: number;
|
|
359
|
+
metaloworking_id: number;
|
|
360
|
+
production_task_id: number | null;
|
|
353
361
|
date_build: string;
|
|
354
362
|
kol: number;
|
|
355
|
-
user_id: number;
|
|
356
363
|
oper_id: number;
|
|
357
|
-
assemble_id: number;
|
|
358
|
-
metaloworking_id: number;
|
|
359
364
|
brak: boolean;
|
|
360
365
|
execution_time: number;
|
|
361
|
-
production_task_id: number | null;
|
|
362
366
|
quantity_shipped: number;
|
|
363
367
|
description?: string | undefined;
|
|
364
368
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -388,15 +392,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
388
392
|
status: import("../..").MarkStatusEnums;
|
|
389
393
|
ban: boolean;
|
|
390
394
|
id: number;
|
|
395
|
+
assemble_id: number;
|
|
396
|
+
user_id: number;
|
|
397
|
+
metaloworking_id: number;
|
|
398
|
+
production_task_id: number | null;
|
|
391
399
|
date_build: string;
|
|
392
400
|
kol: number;
|
|
393
|
-
user_id: number;
|
|
394
401
|
oper_id: number;
|
|
395
|
-
assemble_id: number;
|
|
396
|
-
metaloworking_id: number;
|
|
397
402
|
brak: boolean;
|
|
398
403
|
execution_time: number;
|
|
399
|
-
production_task_id: number | null;
|
|
400
404
|
quantity_shipped: number;
|
|
401
405
|
description?: string | undefined;
|
|
402
406
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -409,6 +413,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
409
413
|
preTime?: number | undefined;
|
|
410
414
|
helperTime?: number | undefined;
|
|
411
415
|
mainTime?: number | undefined;
|
|
416
|
+
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
412
417
|
generalCountTime?: string | undefined;
|
|
413
418
|
instrumentList?: string | undefined;
|
|
414
419
|
instrumentMerList?: string | undefined;
|
|
@@ -467,10 +472,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
467
472
|
type?: string | undefined;
|
|
468
473
|
description?: string | undefined;
|
|
469
474
|
id?: number | null | undefined;
|
|
470
|
-
width?: number | null | undefined;
|
|
471
|
-
height?: number | null | undefined;
|
|
472
475
|
external_id?: number | null | undefined;
|
|
473
476
|
original_name?: string | undefined;
|
|
477
|
+
width?: number | null | undefined;
|
|
478
|
+
height?: number | null | undefined;
|
|
474
479
|
size?: number | null | undefined;
|
|
475
480
|
hash?: string | undefined;
|
|
476
481
|
}, {
|
|
@@ -481,10 +486,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
481
486
|
ban?: boolean | undefined;
|
|
482
487
|
description?: string | undefined;
|
|
483
488
|
id?: number | null | undefined;
|
|
484
|
-
width?: number | null | undefined;
|
|
485
|
-
height?: number | null | undefined;
|
|
486
489
|
external_id?: number | null | undefined;
|
|
487
490
|
original_name?: string | undefined;
|
|
491
|
+
width?: number | null | undefined;
|
|
492
|
+
height?: number | null | undefined;
|
|
488
493
|
size?: number | null | undefined;
|
|
489
494
|
version?: number | undefined;
|
|
490
495
|
ava?: boolean | undefined;
|
|
@@ -533,10 +538,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
533
538
|
ban?: boolean | undefined;
|
|
534
539
|
description?: string | null | undefined;
|
|
535
540
|
contacts?: string | null | undefined;
|
|
541
|
+
attention?: boolean | undefined;
|
|
536
542
|
inn?: string | null | undefined;
|
|
537
543
|
cpp?: string | null | undefined;
|
|
538
544
|
rekvisit?: string | null | undefined;
|
|
539
|
-
attention?: boolean | undefined;
|
|
540
545
|
purchasesId?: number | undefined;
|
|
541
546
|
}>>;
|
|
542
547
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -593,10 +598,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
593
598
|
ban?: boolean | undefined;
|
|
594
599
|
description?: string | null | undefined;
|
|
595
600
|
contacts?: string | null | undefined;
|
|
601
|
+
attention?: boolean | undefined;
|
|
596
602
|
inn?: string | null | undefined;
|
|
597
603
|
cpp?: string | null | undefined;
|
|
598
604
|
rekvisit?: string | null | undefined;
|
|
599
|
-
attention?: boolean | undefined;
|
|
600
605
|
purchasesId?: number | undefined;
|
|
601
606
|
} | undefined;
|
|
602
607
|
company_id?: number | undefined;
|
|
@@ -631,10 +636,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
631
636
|
type?: string | undefined;
|
|
632
637
|
description?: string | undefined;
|
|
633
638
|
id?: number | null | undefined;
|
|
634
|
-
width?: number | null | undefined;
|
|
635
|
-
height?: number | null | undefined;
|
|
636
639
|
external_id?: number | null | undefined;
|
|
637
640
|
original_name?: string | undefined;
|
|
641
|
+
width?: number | null | undefined;
|
|
642
|
+
height?: number | null | undefined;
|
|
638
643
|
size?: number | null | undefined;
|
|
639
644
|
hash?: string | undefined;
|
|
640
645
|
}[] | undefined;
|
|
@@ -669,8 +674,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
669
674
|
company_id?: number | undefined;
|
|
670
675
|
parent_id?: number | null | undefined;
|
|
671
676
|
}[] | undefined;
|
|
672
|
-
createdAt?: string | Date | undefined;
|
|
673
677
|
mark_id?: number | null | undefined;
|
|
678
|
+
createdAt?: string | Date | undefined;
|
|
674
679
|
date_to_work?: string | undefined;
|
|
675
680
|
}, {
|
|
676
681
|
status: import("../../utils").StatusAssembleKit;
|
|
@@ -690,10 +695,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
690
695
|
ban?: boolean | undefined;
|
|
691
696
|
description?: string | undefined;
|
|
692
697
|
id?: number | null | undefined;
|
|
693
|
-
width?: number | null | undefined;
|
|
694
|
-
height?: number | null | undefined;
|
|
695
698
|
external_id?: number | null | undefined;
|
|
696
699
|
original_name?: string | undefined;
|
|
700
|
+
width?: number | null | undefined;
|
|
701
|
+
height?: number | null | undefined;
|
|
697
702
|
size?: number | null | undefined;
|
|
698
703
|
version?: number | undefined;
|
|
699
704
|
ava?: boolean | undefined;
|
|
@@ -720,10 +725,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
720
725
|
ban?: boolean | undefined;
|
|
721
726
|
description?: string | null | undefined;
|
|
722
727
|
contacts?: string | null | undefined;
|
|
728
|
+
attention?: boolean | undefined;
|
|
723
729
|
inn?: string | null | undefined;
|
|
724
730
|
cpp?: string | null | undefined;
|
|
725
731
|
rekvisit?: string | null | undefined;
|
|
726
|
-
attention?: boolean | undefined;
|
|
727
732
|
purchasesId?: number | undefined;
|
|
728
733
|
} | undefined;
|
|
729
734
|
company_id?: number | undefined;
|
|
@@ -731,8 +736,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
731
736
|
is_custom_product?: boolean | undefined;
|
|
732
737
|
parent_id?: number | null | undefined;
|
|
733
738
|
}[] | undefined;
|
|
734
|
-
createdAt?: string | Date | undefined;
|
|
735
739
|
mark_id?: number | null | undefined;
|
|
740
|
+
createdAt?: string | Date | undefined;
|
|
736
741
|
date_to_work?: string | undefined;
|
|
737
742
|
kolvo_collected?: number | undefined;
|
|
738
743
|
kolvo_submitted?: number | undefined;
|
|
@@ -775,16 +780,16 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
775
780
|
name: string;
|
|
776
781
|
type_сoming: import("../../utils").WaybilTypeComingEnums;
|
|
777
782
|
id?: number | null | undefined;
|
|
778
|
-
company_id?: number | undefined;
|
|
779
783
|
createdAt?: string | Date | undefined;
|
|
784
|
+
company_id?: number | undefined;
|
|
780
785
|
}, {
|
|
781
786
|
name: string;
|
|
782
787
|
type_сoming: import("../../utils").WaybilTypeComingEnums;
|
|
783
788
|
ban?: boolean | undefined;
|
|
784
789
|
description?: string | undefined;
|
|
785
790
|
id?: number | null | undefined;
|
|
786
|
-
company_id?: number | undefined;
|
|
787
791
|
createdAt?: string | Date | undefined;
|
|
792
|
+
company_id?: number | undefined;
|
|
788
793
|
}>, "many">>>>;
|
|
789
794
|
}, "strip", z.ZodTypeAny, {
|
|
790
795
|
status: StatusScladWorking;
|
|
@@ -812,6 +817,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
812
817
|
preTime: number;
|
|
813
818
|
helperTime: number;
|
|
814
819
|
mainTime: number;
|
|
820
|
+
workStartCalcType: import("../..").WorkStartCalcType;
|
|
821
|
+
tech_process_id: number;
|
|
815
822
|
generalCountTime: string;
|
|
816
823
|
instrumentList: string;
|
|
817
824
|
instrumentMerList: string;
|
|
@@ -823,21 +830,20 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
823
830
|
eqID: number | null;
|
|
824
831
|
idx: number;
|
|
825
832
|
tOperationId: number | null;
|
|
826
|
-
tech_process_id: number;
|
|
827
833
|
id?: number | undefined;
|
|
828
834
|
marks?: {
|
|
829
835
|
status: import("../..").MarkStatusEnums;
|
|
830
836
|
ban: boolean;
|
|
831
837
|
id: number;
|
|
838
|
+
assemble_id: number;
|
|
839
|
+
user_id: number;
|
|
840
|
+
metaloworking_id: number;
|
|
841
|
+
production_task_id: number | null;
|
|
832
842
|
date_build: string;
|
|
833
843
|
kol: number;
|
|
834
|
-
user_id: number;
|
|
835
844
|
oper_id: number;
|
|
836
|
-
assemble_id: number;
|
|
837
|
-
metaloworking_id: number;
|
|
838
845
|
brak: boolean;
|
|
839
846
|
execution_time: number;
|
|
840
|
-
production_task_id: number | null;
|
|
841
847
|
quantity_shipped: number;
|
|
842
848
|
description?: string | undefined;
|
|
843
849
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -919,10 +925,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
919
925
|
type?: string | undefined;
|
|
920
926
|
description?: string | undefined;
|
|
921
927
|
id?: number | null | undefined;
|
|
922
|
-
width?: number | null | undefined;
|
|
923
|
-
height?: number | null | undefined;
|
|
924
928
|
external_id?: number | null | undefined;
|
|
925
929
|
original_name?: string | undefined;
|
|
930
|
+
width?: number | null | undefined;
|
|
931
|
+
height?: number | null | undefined;
|
|
926
932
|
size?: number | null | undefined;
|
|
927
933
|
hash?: string | undefined;
|
|
928
934
|
}[] | undefined;
|
|
@@ -957,8 +963,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
957
963
|
company_id?: number | undefined;
|
|
958
964
|
parent_id?: number | null | undefined;
|
|
959
965
|
}[] | undefined;
|
|
960
|
-
createdAt?: string | Date | undefined;
|
|
961
966
|
mark_id?: number | null | undefined;
|
|
967
|
+
createdAt?: string | Date | undefined;
|
|
962
968
|
date_to_work?: string | undefined;
|
|
963
969
|
}[] | null | undefined;
|
|
964
970
|
waybills?: {
|
|
@@ -967,8 +973,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
967
973
|
name: string;
|
|
968
974
|
type_сoming: import("../../utils").WaybilTypeComingEnums;
|
|
969
975
|
id?: number | null | undefined;
|
|
970
|
-
company_id?: number | undefined;
|
|
971
976
|
createdAt?: string | Date | undefined;
|
|
977
|
+
company_id?: number | undefined;
|
|
972
978
|
}[] | null | undefined;
|
|
973
979
|
}, {
|
|
974
980
|
status: StatusScladWorking;
|
|
@@ -997,15 +1003,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
997
1003
|
status: import("../..").MarkStatusEnums;
|
|
998
1004
|
ban: boolean;
|
|
999
1005
|
id: number;
|
|
1006
|
+
assemble_id: number;
|
|
1007
|
+
user_id: number;
|
|
1008
|
+
metaloworking_id: number;
|
|
1009
|
+
production_task_id: number | null;
|
|
1000
1010
|
date_build: string;
|
|
1001
1011
|
kol: number;
|
|
1002
|
-
user_id: number;
|
|
1003
1012
|
oper_id: number;
|
|
1004
|
-
assemble_id: number;
|
|
1005
|
-
metaloworking_id: number;
|
|
1006
1013
|
brak: boolean;
|
|
1007
1014
|
execution_time: number;
|
|
1008
|
-
production_task_id: number | null;
|
|
1009
1015
|
quantity_shipped: number;
|
|
1010
1016
|
description?: string | undefined;
|
|
1011
1017
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -1018,6 +1024,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1018
1024
|
preTime?: number | undefined;
|
|
1019
1025
|
helperTime?: number | undefined;
|
|
1020
1026
|
mainTime?: number | undefined;
|
|
1027
|
+
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
1021
1028
|
generalCountTime?: string | undefined;
|
|
1022
1029
|
instrumentList?: string | undefined;
|
|
1023
1030
|
instrumentMerList?: string | undefined;
|
|
@@ -1051,10 +1058,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1051
1058
|
ban?: boolean | undefined;
|
|
1052
1059
|
description?: string | null | undefined;
|
|
1053
1060
|
contacts?: string | null | undefined;
|
|
1061
|
+
attention?: boolean | undefined;
|
|
1054
1062
|
inn?: string | null | undefined;
|
|
1055
1063
|
cpp?: string | null | undefined;
|
|
1056
1064
|
rekvisit?: string | null | undefined;
|
|
1057
|
-
attention?: boolean | undefined;
|
|
1058
1065
|
purchasesId?: number | undefined;
|
|
1059
1066
|
} | undefined;
|
|
1060
1067
|
company_id?: number | undefined;
|
|
@@ -1096,10 +1103,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1096
1103
|
ban?: boolean | undefined;
|
|
1097
1104
|
description?: string | undefined;
|
|
1098
1105
|
id?: number | null | undefined;
|
|
1099
|
-
width?: number | null | undefined;
|
|
1100
|
-
height?: number | null | undefined;
|
|
1101
1106
|
external_id?: number | null | undefined;
|
|
1102
1107
|
original_name?: string | undefined;
|
|
1108
|
+
width?: number | null | undefined;
|
|
1109
|
+
height?: number | null | undefined;
|
|
1103
1110
|
size?: number | null | undefined;
|
|
1104
1111
|
version?: number | undefined;
|
|
1105
1112
|
ava?: boolean | undefined;
|
|
@@ -1126,10 +1133,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1126
1133
|
ban?: boolean | undefined;
|
|
1127
1134
|
description?: string | null | undefined;
|
|
1128
1135
|
contacts?: string | null | undefined;
|
|
1136
|
+
attention?: boolean | undefined;
|
|
1129
1137
|
inn?: string | null | undefined;
|
|
1130
1138
|
cpp?: string | null | undefined;
|
|
1131
1139
|
rekvisit?: string | null | undefined;
|
|
1132
|
-
attention?: boolean | undefined;
|
|
1133
1140
|
purchasesId?: number | undefined;
|
|
1134
1141
|
} | undefined;
|
|
1135
1142
|
company_id?: number | undefined;
|
|
@@ -1137,8 +1144,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1137
1144
|
is_custom_product?: boolean | undefined;
|
|
1138
1145
|
parent_id?: number | null | undefined;
|
|
1139
1146
|
}[] | undefined;
|
|
1140
|
-
createdAt?: string | Date | undefined;
|
|
1141
1147
|
mark_id?: number | null | undefined;
|
|
1148
|
+
createdAt?: string | Date | undefined;
|
|
1142
1149
|
date_to_work?: string | undefined;
|
|
1143
1150
|
kolvo_collected?: number | undefined;
|
|
1144
1151
|
kolvo_submitted?: number | undefined;
|
|
@@ -1151,8 +1158,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1151
1158
|
ban?: boolean | undefined;
|
|
1152
1159
|
description?: string | undefined;
|
|
1153
1160
|
id?: number | null | undefined;
|
|
1154
|
-
company_id?: number | undefined;
|
|
1155
1161
|
createdAt?: string | Date | undefined;
|
|
1162
|
+
company_id?: number | undefined;
|
|
1156
1163
|
}[] | null | undefined;
|
|
1157
1164
|
}>;
|
|
1158
1165
|
export type ModelAssemble = z.infer<typeof AssembleSchema> & {
|
|
@@ -46,10 +46,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
46
46
|
type?: string | undefined;
|
|
47
47
|
description?: string | undefined;
|
|
48
48
|
id?: number | null | undefined;
|
|
49
|
-
width?: number | null | undefined;
|
|
50
|
-
height?: number | null | undefined;
|
|
51
49
|
external_id?: number | null | undefined;
|
|
52
50
|
original_name?: string | undefined;
|
|
51
|
+
width?: number | null | undefined;
|
|
52
|
+
height?: number | null | undefined;
|
|
53
53
|
size?: number | null | undefined;
|
|
54
54
|
hash?: string | undefined;
|
|
55
55
|
}, {
|
|
@@ -60,10 +60,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
60
60
|
ban?: boolean | undefined;
|
|
61
61
|
description?: string | undefined;
|
|
62
62
|
id?: number | null | undefined;
|
|
63
|
-
width?: number | null | undefined;
|
|
64
|
-
height?: number | null | undefined;
|
|
65
63
|
external_id?: number | null | undefined;
|
|
66
64
|
original_name?: string | undefined;
|
|
65
|
+
width?: number | null | undefined;
|
|
66
|
+
height?: number | null | undefined;
|
|
67
67
|
size?: number | null | undefined;
|
|
68
68
|
version?: number | undefined;
|
|
69
69
|
ava?: boolean | undefined;
|
|
@@ -112,10 +112,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
112
112
|
ban?: boolean | undefined;
|
|
113
113
|
description?: string | null | undefined;
|
|
114
114
|
contacts?: string | null | undefined;
|
|
115
|
+
attention?: boolean | undefined;
|
|
115
116
|
inn?: string | null | undefined;
|
|
116
117
|
cpp?: string | null | undefined;
|
|
117
118
|
rekvisit?: string | null | undefined;
|
|
118
|
-
attention?: boolean | undefined;
|
|
119
119
|
purchasesId?: number | undefined;
|
|
120
120
|
}>>;
|
|
121
121
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -172,10 +172,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
172
172
|
ban?: boolean | undefined;
|
|
173
173
|
description?: string | null | undefined;
|
|
174
174
|
contacts?: string | null | undefined;
|
|
175
|
+
attention?: boolean | undefined;
|
|
175
176
|
inn?: string | null | undefined;
|
|
176
177
|
cpp?: string | null | undefined;
|
|
177
178
|
rekvisit?: string | null | undefined;
|
|
178
|
-
attention?: boolean | undefined;
|
|
179
179
|
purchasesId?: number | undefined;
|
|
180
180
|
} | undefined;
|
|
181
181
|
company_id?: number | undefined;
|
|
@@ -210,10 +210,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
210
210
|
type?: string | undefined;
|
|
211
211
|
description?: string | undefined;
|
|
212
212
|
id?: number | null | undefined;
|
|
213
|
-
width?: number | null | undefined;
|
|
214
|
-
height?: number | null | undefined;
|
|
215
213
|
external_id?: number | null | undefined;
|
|
216
214
|
original_name?: string | undefined;
|
|
215
|
+
width?: number | null | undefined;
|
|
216
|
+
height?: number | null | undefined;
|
|
217
217
|
size?: number | null | undefined;
|
|
218
218
|
hash?: string | undefined;
|
|
219
219
|
}[] | undefined;
|
|
@@ -248,8 +248,8 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
248
248
|
company_id?: number | undefined;
|
|
249
249
|
parent_id?: number | null | undefined;
|
|
250
250
|
}[] | undefined;
|
|
251
|
-
createdAt?: string | Date | undefined;
|
|
252
251
|
mark_id?: number | null | undefined;
|
|
252
|
+
createdAt?: string | Date | undefined;
|
|
253
253
|
date_to_work?: string | undefined;
|
|
254
254
|
}, {
|
|
255
255
|
status: StatusAssembleKit;
|
|
@@ -269,10 +269,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
269
269
|
ban?: boolean | undefined;
|
|
270
270
|
description?: string | undefined;
|
|
271
271
|
id?: number | null | undefined;
|
|
272
|
-
width?: number | null | undefined;
|
|
273
|
-
height?: number | null | undefined;
|
|
274
272
|
external_id?: number | null | undefined;
|
|
275
273
|
original_name?: string | undefined;
|
|
274
|
+
width?: number | null | undefined;
|
|
275
|
+
height?: number | null | undefined;
|
|
276
276
|
size?: number | null | undefined;
|
|
277
277
|
version?: number | undefined;
|
|
278
278
|
ava?: boolean | undefined;
|
|
@@ -299,10 +299,10 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
299
299
|
ban?: boolean | undefined;
|
|
300
300
|
description?: string | null | undefined;
|
|
301
301
|
contacts?: string | null | undefined;
|
|
302
|
+
attention?: boolean | undefined;
|
|
302
303
|
inn?: string | null | undefined;
|
|
303
304
|
cpp?: string | null | undefined;
|
|
304
305
|
rekvisit?: string | null | undefined;
|
|
305
|
-
attention?: boolean | undefined;
|
|
306
306
|
purchasesId?: number | undefined;
|
|
307
307
|
} | undefined;
|
|
308
308
|
company_id?: number | undefined;
|
|
@@ -310,8 +310,8 @@ export declare const AssembleKitSchema: z.ZodObject<{
|
|
|
310
310
|
is_custom_product?: boolean | undefined;
|
|
311
311
|
parent_id?: number | null | undefined;
|
|
312
312
|
}[] | undefined;
|
|
313
|
-
createdAt?: string | Date | undefined;
|
|
314
313
|
mark_id?: number | null | undefined;
|
|
314
|
+
createdAt?: string | Date | undefined;
|
|
315
315
|
date_to_work?: string | undefined;
|
|
316
316
|
kolvo_collected?: number | undefined;
|
|
317
317
|
kolvo_submitted?: number | undefined;
|
|
@@ -27,10 +27,10 @@ export declare const BuyerSchema: z.ZodObject<{
|
|
|
27
27
|
ban?: boolean | undefined;
|
|
28
28
|
description?: string | null | undefined;
|
|
29
29
|
contacts?: string | null | undefined;
|
|
30
|
+
attention?: boolean | undefined;
|
|
30
31
|
inn?: string | null | undefined;
|
|
31
32
|
cpp?: string | null | undefined;
|
|
32
33
|
rekvisit?: string | null | undefined;
|
|
33
|
-
attention?: boolean | undefined;
|
|
34
34
|
purchasesId?: number | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
export type ModelBuyer = z.infer<typeof BuyerSchema>;
|
|
@@ -14,10 +14,10 @@ export declare const CbedPaginationDtoZod: z.ZodObject<{
|
|
|
14
14
|
enableIsDiscontinuedView: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
page: number;
|
|
17
|
+
listCbed: EntityCommonSpecificationArray;
|
|
17
18
|
searchString: string;
|
|
18
19
|
isSortedByAttention: boolean | null;
|
|
19
20
|
isSortedByDate: boolean | null;
|
|
20
|
-
listCbed: EntityCommonSpecificationArray;
|
|
21
21
|
isSortedByOwn: boolean | null;
|
|
22
22
|
isSortedByOperations: boolean | null;
|
|
23
23
|
isDiscontinued: boolean | null;
|
|
@@ -8,12 +8,12 @@ export declare const GetOneCbedDtoZod: z.ZodObject<{
|
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
id: number;
|
|
10
10
|
isExtension: boolean;
|
|
11
|
-
modelsInclude?: ModuleInclude[] | undefined;
|
|
12
11
|
attributes?: string[] | undefined;
|
|
12
|
+
modelsInclude?: ModuleInclude[] | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
id: number;
|
|
15
|
-
modelsInclude?: unknown;
|
|
16
15
|
attributes?: unknown;
|
|
16
|
+
modelsInclude?: unknown;
|
|
17
17
|
isExtension?: boolean | undefined;
|
|
18
18
|
}>;
|
|
19
19
|
export type GetOneCbedDtoZodType = z.infer<typeof GetOneCbedDtoZod>;
|
|
@@ -21,15 +21,15 @@ export declare const UpCreateCbedDtoZod: z.ZodObject<{
|
|
|
21
21
|
designation: string;
|
|
22
22
|
description: string;
|
|
23
23
|
name: string;
|
|
24
|
-
attention: boolean;
|
|
25
|
-
materialList: EntityCommonSpecification[];
|
|
26
|
-
fileBase: string;
|
|
27
24
|
parametrs: any[];
|
|
28
25
|
characteristic: any[];
|
|
26
|
+
materialList: EntityCommonSpecification[];
|
|
29
27
|
listPokDet: EntityCommonSpecification[];
|
|
30
28
|
listCbed: EntityCommonSpecification[];
|
|
31
29
|
listDetal: EntityCommonSpecification[];
|
|
30
|
+
attention: boolean;
|
|
32
31
|
discontinued: boolean;
|
|
32
|
+
fileBase: string;
|
|
33
33
|
techProcessID: string;
|
|
34
34
|
id?: number | null | undefined;
|
|
35
35
|
docs?: string | null | undefined;
|
|
@@ -39,17 +39,17 @@ export declare const UpCreateCbedDtoZod: z.ZodObject<{
|
|
|
39
39
|
description: string;
|
|
40
40
|
name: string;
|
|
41
41
|
attention: string;
|
|
42
|
-
fileBase: string;
|
|
43
42
|
discontinued: string;
|
|
43
|
+
fileBase: string;
|
|
44
44
|
techProcessID: string;
|
|
45
45
|
id?: string | null | undefined;
|
|
46
|
-
docs?: string | null | undefined;
|
|
47
|
-
materialList?: unknown;
|
|
48
46
|
parametrs?: unknown;
|
|
49
47
|
characteristic?: unknown;
|
|
48
|
+
materialList?: unknown;
|
|
50
49
|
listPokDet?: unknown;
|
|
51
50
|
listCbed?: unknown;
|
|
52
51
|
listDetal?: unknown;
|
|
52
|
+
docs?: string | null | undefined;
|
|
53
53
|
responsible?: string | null | undefined;
|
|
54
54
|
}>;
|
|
55
55
|
export type UpCreateCbedDtoZodType = z.infer<typeof UpCreateCbedDtoZod>;
|
|
@@ -5,11 +5,11 @@ export declare const CbedMaterialSchema: z.ZodObject<{
|
|
|
5
5
|
materialId: z.ZodNumber;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
id: number;
|
|
8
|
-
materialId: number;
|
|
9
8
|
cbed_id: number;
|
|
9
|
+
materialId: number;
|
|
10
10
|
}, {
|
|
11
11
|
id: number;
|
|
12
|
-
materialId: number;
|
|
13
12
|
cbed_id: number;
|
|
13
|
+
materialId: number;
|
|
14
14
|
}>;
|
|
15
15
|
export type ModelCbedMaterial = z.infer<typeof CbedMaterialSchema>;
|