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