@pksep/zod-shared 0.0.526 → 0.0.527
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 +81 -81
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +68 -68
- package/dist/assemble/schemas/assemble.schema.d.ts +62 -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/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 +93 -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 +453 -453
- package/dist/operations/dto/create-type-operation.dto.d.ts +2 -2
- package/dist/operations/dto/get-type-operation-by-id.dto.d.ts +16 -0
- package/dist/operations/dto/get-type-operation-by-id.dto.js +14 -0
- package/dist/operations/dto/update-type-operation.dto.d.ts +2 -2
- package/dist/operations/enums/enums.d.ts +5 -0
- package/dist/operations/enums/enums.js +7 -1
- package/dist/operations/index.d.ts +1 -0
- package/dist/operations/index.js +1 -0
- package/dist/operations/schemas/operation.schema.d.ts +17 -17
- 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/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 +446 -446
- 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 +26 -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 +261 -261
- 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;
|
|
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;
|
|
@@ -192,15 +192,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
192
192
|
status: import("../..").MarkStatusEnums;
|
|
193
193
|
ban: boolean;
|
|
194
194
|
id: number;
|
|
195
|
+
assemble_id: number;
|
|
196
|
+
user_id: number;
|
|
197
|
+
metaloworking_id: number;
|
|
198
|
+
production_task_id: number | null;
|
|
195
199
|
date_build: string;
|
|
196
200
|
kol: number;
|
|
197
|
-
user_id: number;
|
|
198
201
|
oper_id: number;
|
|
199
|
-
assemble_id: number;
|
|
200
|
-
metaloworking_id: number;
|
|
201
202
|
brak: boolean;
|
|
202
203
|
execution_time: number;
|
|
203
|
-
production_task_id: number | null;
|
|
204
204
|
quantity_shipped: number;
|
|
205
205
|
description?: string | undefined;
|
|
206
206
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -213,15 +213,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
213
213
|
status: import("../..").MarkStatusEnums;
|
|
214
214
|
ban: boolean;
|
|
215
215
|
id: number;
|
|
216
|
+
assemble_id: number;
|
|
217
|
+
user_id: number;
|
|
218
|
+
metaloworking_id: number;
|
|
219
|
+
production_task_id: number | null;
|
|
216
220
|
date_build: string;
|
|
217
221
|
kol: number;
|
|
218
|
-
user_id: number;
|
|
219
222
|
oper_id: number;
|
|
220
|
-
assemble_id: number;
|
|
221
|
-
metaloworking_id: number;
|
|
222
223
|
brak: boolean;
|
|
223
224
|
execution_time: number;
|
|
224
|
-
production_task_id: number | null;
|
|
225
225
|
quantity_shipped: number;
|
|
226
226
|
description?: string | undefined;
|
|
227
227
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -240,6 +240,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
240
240
|
helperTime: number;
|
|
241
241
|
mainTime: number;
|
|
242
242
|
workStartCalcType: import("../..").WorkStartCalcType;
|
|
243
|
+
tech_process_id: number;
|
|
243
244
|
generalCountTime: string;
|
|
244
245
|
instrumentList: string;
|
|
245
246
|
instrumentMerList: string;
|
|
@@ -251,21 +252,20 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
251
252
|
eqID: number | null;
|
|
252
253
|
idx: number;
|
|
253
254
|
tOperationId: number | null;
|
|
254
|
-
tech_process_id: number;
|
|
255
255
|
id?: number | undefined;
|
|
256
256
|
marks?: {
|
|
257
257
|
status: import("../..").MarkStatusEnums;
|
|
258
258
|
ban: boolean;
|
|
259
259
|
id: number;
|
|
260
|
+
assemble_id: number;
|
|
261
|
+
user_id: number;
|
|
262
|
+
metaloworking_id: number;
|
|
263
|
+
production_task_id: number | null;
|
|
260
264
|
date_build: string;
|
|
261
265
|
kol: number;
|
|
262
|
-
user_id: number;
|
|
263
266
|
oper_id: number;
|
|
264
|
-
assemble_id: number;
|
|
265
|
-
metaloworking_id: number;
|
|
266
267
|
brak: boolean;
|
|
267
268
|
execution_time: number;
|
|
268
|
-
production_task_id: number | null;
|
|
269
269
|
quantity_shipped: number;
|
|
270
270
|
description?: string | undefined;
|
|
271
271
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -286,15 +286,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
286
286
|
status: import("../..").MarkStatusEnums;
|
|
287
287
|
ban: boolean;
|
|
288
288
|
id: number;
|
|
289
|
+
assemble_id: number;
|
|
290
|
+
user_id: number;
|
|
291
|
+
metaloworking_id: number;
|
|
292
|
+
production_task_id: number | null;
|
|
289
293
|
date_build: string;
|
|
290
294
|
kol: number;
|
|
291
|
-
user_id: number;
|
|
292
295
|
oper_id: number;
|
|
293
|
-
assemble_id: number;
|
|
294
|
-
metaloworking_id: number;
|
|
295
296
|
brak: boolean;
|
|
296
297
|
execution_time: number;
|
|
297
|
-
production_task_id: number | null;
|
|
298
298
|
quantity_shipped: number;
|
|
299
299
|
description?: string | undefined;
|
|
300
300
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -337,6 +337,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
337
337
|
helperTime: number;
|
|
338
338
|
mainTime: number;
|
|
339
339
|
workStartCalcType: import("../..").WorkStartCalcType;
|
|
340
|
+
tech_process_id: number;
|
|
340
341
|
generalCountTime: string;
|
|
341
342
|
instrumentList: string;
|
|
342
343
|
instrumentMerList: string;
|
|
@@ -348,21 +349,20 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
348
349
|
eqID: number | null;
|
|
349
350
|
idx: number;
|
|
350
351
|
tOperationId: number | null;
|
|
351
|
-
tech_process_id: number;
|
|
352
352
|
id?: number | undefined;
|
|
353
353
|
marks?: {
|
|
354
354
|
status: import("../..").MarkStatusEnums;
|
|
355
355
|
ban: boolean;
|
|
356
356
|
id: number;
|
|
357
|
+
assemble_id: number;
|
|
358
|
+
user_id: number;
|
|
359
|
+
metaloworking_id: number;
|
|
360
|
+
production_task_id: number | null;
|
|
357
361
|
date_build: string;
|
|
358
362
|
kol: number;
|
|
359
|
-
user_id: number;
|
|
360
363
|
oper_id: number;
|
|
361
|
-
assemble_id: number;
|
|
362
|
-
metaloworking_id: number;
|
|
363
364
|
brak: boolean;
|
|
364
365
|
execution_time: number;
|
|
365
|
-
production_task_id: number | null;
|
|
366
366
|
quantity_shipped: number;
|
|
367
367
|
description?: string | undefined;
|
|
368
368
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -392,15 +392,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
392
392
|
status: import("../..").MarkStatusEnums;
|
|
393
393
|
ban: boolean;
|
|
394
394
|
id: number;
|
|
395
|
+
assemble_id: number;
|
|
396
|
+
user_id: number;
|
|
397
|
+
metaloworking_id: number;
|
|
398
|
+
production_task_id: number | null;
|
|
395
399
|
date_build: string;
|
|
396
400
|
kol: number;
|
|
397
|
-
user_id: number;
|
|
398
401
|
oper_id: number;
|
|
399
|
-
assemble_id: number;
|
|
400
|
-
metaloworking_id: number;
|
|
401
402
|
brak: boolean;
|
|
402
403
|
execution_time: number;
|
|
403
|
-
production_task_id: number | null;
|
|
404
404
|
quantity_shipped: number;
|
|
405
405
|
description?: string | undefined;
|
|
406
406
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -472,10 +472,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
472
472
|
type?: string | undefined;
|
|
473
473
|
description?: string | undefined;
|
|
474
474
|
id?: number | null | undefined;
|
|
475
|
-
width?: number | null | undefined;
|
|
476
|
-
height?: number | null | undefined;
|
|
477
475
|
external_id?: number | null | undefined;
|
|
478
476
|
original_name?: string | undefined;
|
|
477
|
+
width?: number | null | undefined;
|
|
478
|
+
height?: number | null | undefined;
|
|
479
479
|
size?: number | null | undefined;
|
|
480
480
|
hash?: string | undefined;
|
|
481
481
|
}, {
|
|
@@ -486,10 +486,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
486
486
|
ban?: boolean | undefined;
|
|
487
487
|
description?: string | undefined;
|
|
488
488
|
id?: number | null | undefined;
|
|
489
|
-
width?: number | null | undefined;
|
|
490
|
-
height?: number | null | undefined;
|
|
491
489
|
external_id?: number | null | undefined;
|
|
492
490
|
original_name?: string | undefined;
|
|
491
|
+
width?: number | null | undefined;
|
|
492
|
+
height?: number | null | undefined;
|
|
493
493
|
size?: number | null | undefined;
|
|
494
494
|
version?: number | undefined;
|
|
495
495
|
ava?: boolean | undefined;
|
|
@@ -538,10 +538,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
538
538
|
ban?: boolean | undefined;
|
|
539
539
|
description?: string | null | undefined;
|
|
540
540
|
contacts?: string | null | undefined;
|
|
541
|
+
attention?: boolean | undefined;
|
|
541
542
|
inn?: string | null | undefined;
|
|
542
543
|
cpp?: string | null | undefined;
|
|
543
544
|
rekvisit?: string | null | undefined;
|
|
544
|
-
attention?: boolean | undefined;
|
|
545
545
|
purchasesId?: number | undefined;
|
|
546
546
|
}>>;
|
|
547
547
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -598,10 +598,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
598
598
|
ban?: boolean | undefined;
|
|
599
599
|
description?: string | null | undefined;
|
|
600
600
|
contacts?: string | null | undefined;
|
|
601
|
+
attention?: boolean | undefined;
|
|
601
602
|
inn?: string | null | undefined;
|
|
602
603
|
cpp?: string | null | undefined;
|
|
603
604
|
rekvisit?: string | null | undefined;
|
|
604
|
-
attention?: boolean | undefined;
|
|
605
605
|
purchasesId?: number | undefined;
|
|
606
606
|
} | undefined;
|
|
607
607
|
company_id?: number | undefined;
|
|
@@ -636,10 +636,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
636
636
|
type?: string | undefined;
|
|
637
637
|
description?: string | undefined;
|
|
638
638
|
id?: number | null | undefined;
|
|
639
|
-
width?: number | null | undefined;
|
|
640
|
-
height?: number | null | undefined;
|
|
641
639
|
external_id?: number | null | undefined;
|
|
642
640
|
original_name?: string | undefined;
|
|
641
|
+
width?: number | null | undefined;
|
|
642
|
+
height?: number | null | undefined;
|
|
643
643
|
size?: number | null | undefined;
|
|
644
644
|
hash?: string | undefined;
|
|
645
645
|
}[] | undefined;
|
|
@@ -674,8 +674,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
674
674
|
company_id?: number | undefined;
|
|
675
675
|
parent_id?: number | null | undefined;
|
|
676
676
|
}[] | undefined;
|
|
677
|
-
createdAt?: string | Date | undefined;
|
|
678
677
|
mark_id?: number | null | undefined;
|
|
678
|
+
createdAt?: string | Date | undefined;
|
|
679
679
|
date_to_work?: string | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
status: import("../../utils").StatusAssembleKit;
|
|
@@ -695,10 +695,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
695
695
|
ban?: boolean | undefined;
|
|
696
696
|
description?: string | undefined;
|
|
697
697
|
id?: number | null | undefined;
|
|
698
|
-
width?: number | null | undefined;
|
|
699
|
-
height?: number | null | undefined;
|
|
700
698
|
external_id?: number | null | undefined;
|
|
701
699
|
original_name?: string | undefined;
|
|
700
|
+
width?: number | null | undefined;
|
|
701
|
+
height?: number | null | undefined;
|
|
702
702
|
size?: number | null | undefined;
|
|
703
703
|
version?: number | undefined;
|
|
704
704
|
ava?: boolean | undefined;
|
|
@@ -725,10 +725,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
725
725
|
ban?: boolean | undefined;
|
|
726
726
|
description?: string | null | undefined;
|
|
727
727
|
contacts?: string | null | undefined;
|
|
728
|
+
attention?: boolean | undefined;
|
|
728
729
|
inn?: string | null | undefined;
|
|
729
730
|
cpp?: string | null | undefined;
|
|
730
731
|
rekvisit?: string | null | undefined;
|
|
731
|
-
attention?: boolean | undefined;
|
|
732
732
|
purchasesId?: number | undefined;
|
|
733
733
|
} | undefined;
|
|
734
734
|
company_id?: number | undefined;
|
|
@@ -736,8 +736,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
736
736
|
is_custom_product?: boolean | undefined;
|
|
737
737
|
parent_id?: number | null | undefined;
|
|
738
738
|
}[] | undefined;
|
|
739
|
-
createdAt?: string | Date | undefined;
|
|
740
739
|
mark_id?: number | null | undefined;
|
|
740
|
+
createdAt?: string | Date | undefined;
|
|
741
741
|
date_to_work?: string | undefined;
|
|
742
742
|
kolvo_collected?: number | undefined;
|
|
743
743
|
kolvo_submitted?: number | undefined;
|
|
@@ -780,16 +780,16 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
780
780
|
name: string;
|
|
781
781
|
type_сoming: import("../../utils").WaybilTypeComingEnums;
|
|
782
782
|
id?: number | null | undefined;
|
|
783
|
-
company_id?: number | undefined;
|
|
784
783
|
createdAt?: string | Date | undefined;
|
|
784
|
+
company_id?: number | undefined;
|
|
785
785
|
}, {
|
|
786
786
|
name: string;
|
|
787
787
|
type_сoming: import("../../utils").WaybilTypeComingEnums;
|
|
788
788
|
ban?: boolean | undefined;
|
|
789
789
|
description?: string | undefined;
|
|
790
790
|
id?: number | null | undefined;
|
|
791
|
-
company_id?: number | undefined;
|
|
792
791
|
createdAt?: string | Date | undefined;
|
|
792
|
+
company_id?: number | undefined;
|
|
793
793
|
}>, "many">>>>;
|
|
794
794
|
}, "strip", z.ZodTypeAny, {
|
|
795
795
|
status: StatusScladWorking;
|
|
@@ -818,6 +818,7 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
818
818
|
helperTime: number;
|
|
819
819
|
mainTime: number;
|
|
820
820
|
workStartCalcType: import("../..").WorkStartCalcType;
|
|
821
|
+
tech_process_id: number;
|
|
821
822
|
generalCountTime: string;
|
|
822
823
|
instrumentList: string;
|
|
823
824
|
instrumentMerList: string;
|
|
@@ -829,21 +830,20 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
829
830
|
eqID: number | null;
|
|
830
831
|
idx: number;
|
|
831
832
|
tOperationId: number | null;
|
|
832
|
-
tech_process_id: number;
|
|
833
833
|
id?: number | undefined;
|
|
834
834
|
marks?: {
|
|
835
835
|
status: import("../..").MarkStatusEnums;
|
|
836
836
|
ban: boolean;
|
|
837
837
|
id: number;
|
|
838
|
+
assemble_id: number;
|
|
839
|
+
user_id: number;
|
|
840
|
+
metaloworking_id: number;
|
|
841
|
+
production_task_id: number | null;
|
|
838
842
|
date_build: string;
|
|
839
843
|
kol: number;
|
|
840
|
-
user_id: number;
|
|
841
844
|
oper_id: number;
|
|
842
|
-
assemble_id: number;
|
|
843
|
-
metaloworking_id: number;
|
|
844
845
|
brak: boolean;
|
|
845
846
|
execution_time: number;
|
|
846
|
-
production_task_id: number | null;
|
|
847
847
|
quantity_shipped: number;
|
|
848
848
|
description?: string | undefined;
|
|
849
849
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -925,10 +925,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
925
925
|
type?: string | undefined;
|
|
926
926
|
description?: string | undefined;
|
|
927
927
|
id?: number | null | undefined;
|
|
928
|
-
width?: number | null | undefined;
|
|
929
|
-
height?: number | null | undefined;
|
|
930
928
|
external_id?: number | null | undefined;
|
|
931
929
|
original_name?: string | undefined;
|
|
930
|
+
width?: number | null | undefined;
|
|
931
|
+
height?: number | null | undefined;
|
|
932
932
|
size?: number | null | undefined;
|
|
933
933
|
hash?: string | undefined;
|
|
934
934
|
}[] | undefined;
|
|
@@ -963,8 +963,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
963
963
|
company_id?: number | undefined;
|
|
964
964
|
parent_id?: number | null | undefined;
|
|
965
965
|
}[] | undefined;
|
|
966
|
-
createdAt?: string | Date | undefined;
|
|
967
966
|
mark_id?: number | null | undefined;
|
|
967
|
+
createdAt?: string | Date | undefined;
|
|
968
968
|
date_to_work?: string | undefined;
|
|
969
969
|
}[] | null | undefined;
|
|
970
970
|
waybills?: {
|
|
@@ -973,8 +973,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
973
973
|
name: string;
|
|
974
974
|
type_сoming: import("../../utils").WaybilTypeComingEnums;
|
|
975
975
|
id?: number | null | undefined;
|
|
976
|
-
company_id?: number | undefined;
|
|
977
976
|
createdAt?: string | Date | undefined;
|
|
977
|
+
company_id?: number | undefined;
|
|
978
978
|
}[] | null | undefined;
|
|
979
979
|
}, {
|
|
980
980
|
status: StatusScladWorking;
|
|
@@ -1003,15 +1003,15 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1003
1003
|
status: import("../..").MarkStatusEnums;
|
|
1004
1004
|
ban: boolean;
|
|
1005
1005
|
id: number;
|
|
1006
|
+
assemble_id: number;
|
|
1007
|
+
user_id: number;
|
|
1008
|
+
metaloworking_id: number;
|
|
1009
|
+
production_task_id: number | null;
|
|
1006
1010
|
date_build: string;
|
|
1007
1011
|
kol: number;
|
|
1008
|
-
user_id: number;
|
|
1009
1012
|
oper_id: number;
|
|
1010
|
-
assemble_id: number;
|
|
1011
|
-
metaloworking_id: number;
|
|
1012
1013
|
brak: boolean;
|
|
1013
1014
|
execution_time: number;
|
|
1014
|
-
production_task_id: number | null;
|
|
1015
1015
|
quantity_shipped: number;
|
|
1016
1016
|
description?: string | undefined;
|
|
1017
1017
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -1058,10 +1058,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1058
1058
|
ban?: boolean | undefined;
|
|
1059
1059
|
description?: string | null | undefined;
|
|
1060
1060
|
contacts?: string | null | undefined;
|
|
1061
|
+
attention?: boolean | undefined;
|
|
1061
1062
|
inn?: string | null | undefined;
|
|
1062
1063
|
cpp?: string | null | undefined;
|
|
1063
1064
|
rekvisit?: string | null | undefined;
|
|
1064
|
-
attention?: boolean | undefined;
|
|
1065
1065
|
purchasesId?: number | undefined;
|
|
1066
1066
|
} | undefined;
|
|
1067
1067
|
company_id?: number | undefined;
|
|
@@ -1103,10 +1103,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1103
1103
|
ban?: boolean | undefined;
|
|
1104
1104
|
description?: string | undefined;
|
|
1105
1105
|
id?: number | null | undefined;
|
|
1106
|
-
width?: number | null | undefined;
|
|
1107
|
-
height?: number | null | undefined;
|
|
1108
1106
|
external_id?: number | null | undefined;
|
|
1109
1107
|
original_name?: string | undefined;
|
|
1108
|
+
width?: number | null | undefined;
|
|
1109
|
+
height?: number | null | undefined;
|
|
1110
1110
|
size?: number | null | undefined;
|
|
1111
1111
|
version?: number | undefined;
|
|
1112
1112
|
ava?: boolean | undefined;
|
|
@@ -1133,10 +1133,10 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1133
1133
|
ban?: boolean | undefined;
|
|
1134
1134
|
description?: string | null | undefined;
|
|
1135
1135
|
contacts?: string | null | undefined;
|
|
1136
|
+
attention?: boolean | undefined;
|
|
1136
1137
|
inn?: string | null | undefined;
|
|
1137
1138
|
cpp?: string | null | undefined;
|
|
1138
1139
|
rekvisit?: string | null | undefined;
|
|
1139
|
-
attention?: boolean | undefined;
|
|
1140
1140
|
purchasesId?: number | undefined;
|
|
1141
1141
|
} | undefined;
|
|
1142
1142
|
company_id?: number | undefined;
|
|
@@ -1144,8 +1144,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1144
1144
|
is_custom_product?: boolean | undefined;
|
|
1145
1145
|
parent_id?: number | null | undefined;
|
|
1146
1146
|
}[] | undefined;
|
|
1147
|
-
createdAt?: string | Date | undefined;
|
|
1148
1147
|
mark_id?: number | null | undefined;
|
|
1148
|
+
createdAt?: string | Date | undefined;
|
|
1149
1149
|
date_to_work?: string | undefined;
|
|
1150
1150
|
kolvo_collected?: number | undefined;
|
|
1151
1151
|
kolvo_submitted?: number | undefined;
|
|
@@ -1158,8 +1158,8 @@ export declare const AssembleSchema: z.ZodObject<{
|
|
|
1158
1158
|
ban?: boolean | undefined;
|
|
1159
1159
|
description?: string | undefined;
|
|
1160
1160
|
id?: number | null | undefined;
|
|
1161
|
-
company_id?: number | undefined;
|
|
1162
1161
|
createdAt?: string | Date | undefined;
|
|
1162
|
+
company_id?: number | undefined;
|
|
1163
1163
|
}[] | null | undefined;
|
|
1164
1164
|
}>;
|
|
1165
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>;
|