@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
|
@@ -57,10 +57,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
57
57
|
ban?: boolean | undefined;
|
|
58
58
|
description?: string | null | undefined;
|
|
59
59
|
contacts?: string | null | undefined;
|
|
60
|
-
attention?: boolean | undefined;
|
|
61
60
|
inn?: string | null | undefined;
|
|
62
61
|
cpp?: string | null | undefined;
|
|
63
62
|
rekvisit?: string | null | undefined;
|
|
63
|
+
attention?: boolean | undefined;
|
|
64
64
|
purchasesId?: number | undefined;
|
|
65
65
|
}>>;
|
|
66
66
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -117,10 +117,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
117
117
|
ban?: boolean | undefined;
|
|
118
118
|
description?: string | null | undefined;
|
|
119
119
|
contacts?: string | null | undefined;
|
|
120
|
-
attention?: boolean | undefined;
|
|
121
120
|
inn?: string | null | undefined;
|
|
122
121
|
cpp?: string | null | undefined;
|
|
123
122
|
rekvisit?: string | null | undefined;
|
|
123
|
+
attention?: boolean | undefined;
|
|
124
124
|
purchasesId?: number | undefined;
|
|
125
125
|
} | undefined;
|
|
126
126
|
company_id?: number | undefined;
|
|
@@ -155,7 +155,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
155
155
|
instrumentOsnID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
156
156
|
eqList: z.ZodDefault<z.ZodString>;
|
|
157
157
|
eqID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
158
|
-
workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../..").WorkStartCalcType>>;
|
|
159
158
|
tOperationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
160
159
|
tech_process_id: z.ZodNumber;
|
|
161
160
|
marks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -191,15 +190,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
191
190
|
status: import("../..").MarkStatusEnums;
|
|
192
191
|
ban: boolean;
|
|
193
192
|
id: number;
|
|
194
|
-
assemble_id: number;
|
|
195
|
-
user_id: number;
|
|
196
|
-
metaloworking_id: number;
|
|
197
|
-
production_task_id: number | null;
|
|
198
193
|
date_build: string;
|
|
199
194
|
kol: number;
|
|
195
|
+
user_id: number;
|
|
200
196
|
oper_id: number;
|
|
197
|
+
assemble_id: number;
|
|
198
|
+
metaloworking_id: number;
|
|
201
199
|
brak: boolean;
|
|
202
200
|
execution_time: number;
|
|
201
|
+
production_task_id: number | null;
|
|
203
202
|
quantity_shipped: number;
|
|
204
203
|
description?: string | undefined;
|
|
205
204
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -212,15 +211,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
212
211
|
status: import("../..").MarkStatusEnums;
|
|
213
212
|
ban: boolean;
|
|
214
213
|
id: number;
|
|
215
|
-
assemble_id: number;
|
|
216
|
-
user_id: number;
|
|
217
|
-
metaloworking_id: number;
|
|
218
|
-
production_task_id: number | null;
|
|
219
214
|
date_build: string;
|
|
220
215
|
kol: number;
|
|
216
|
+
user_id: number;
|
|
221
217
|
oper_id: number;
|
|
218
|
+
assemble_id: number;
|
|
219
|
+
metaloworking_id: number;
|
|
222
220
|
brak: boolean;
|
|
223
221
|
execution_time: number;
|
|
222
|
+
production_task_id: number | null;
|
|
224
223
|
quantity_shipped: number;
|
|
225
224
|
description?: string | undefined;
|
|
226
225
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -238,8 +237,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
238
237
|
preTime: number;
|
|
239
238
|
helperTime: number;
|
|
240
239
|
mainTime: number;
|
|
241
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
242
|
-
tech_process_id: number;
|
|
243
240
|
generalCountTime: string;
|
|
244
241
|
instrumentList: string;
|
|
245
242
|
instrumentMerList: string;
|
|
@@ -251,20 +248,21 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
251
248
|
eqID: number | null;
|
|
252
249
|
idx: number;
|
|
253
250
|
tOperationId: number | null;
|
|
251
|
+
tech_process_id: number;
|
|
254
252
|
id?: number | undefined;
|
|
255
253
|
marks?: {
|
|
256
254
|
status: import("../..").MarkStatusEnums;
|
|
257
255
|
ban: boolean;
|
|
258
256
|
id: number;
|
|
259
|
-
assemble_id: number;
|
|
260
|
-
user_id: number;
|
|
261
|
-
metaloworking_id: number;
|
|
262
|
-
production_task_id: number | null;
|
|
263
257
|
date_build: string;
|
|
264
258
|
kol: number;
|
|
259
|
+
user_id: number;
|
|
265
260
|
oper_id: number;
|
|
261
|
+
assemble_id: number;
|
|
262
|
+
metaloworking_id: number;
|
|
266
263
|
brak: boolean;
|
|
267
264
|
execution_time: number;
|
|
265
|
+
production_task_id: number | null;
|
|
268
266
|
quantity_shipped: number;
|
|
269
267
|
description?: string | undefined;
|
|
270
268
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -285,15 +283,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
285
283
|
status: import("../..").MarkStatusEnums;
|
|
286
284
|
ban: boolean;
|
|
287
285
|
id: number;
|
|
288
|
-
assemble_id: number;
|
|
289
|
-
user_id: number;
|
|
290
|
-
metaloworking_id: number;
|
|
291
|
-
production_task_id: number | null;
|
|
292
286
|
date_build: string;
|
|
293
287
|
kol: number;
|
|
288
|
+
user_id: number;
|
|
294
289
|
oper_id: number;
|
|
290
|
+
assemble_id: number;
|
|
291
|
+
metaloworking_id: number;
|
|
295
292
|
brak: boolean;
|
|
296
293
|
execution_time: number;
|
|
294
|
+
production_task_id: number | null;
|
|
297
295
|
quantity_shipped: number;
|
|
298
296
|
description?: string | undefined;
|
|
299
297
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -306,7 +304,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
306
304
|
preTime?: number | undefined;
|
|
307
305
|
helperTime?: number | undefined;
|
|
308
306
|
mainTime?: number | undefined;
|
|
309
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
310
307
|
generalCountTime?: string | undefined;
|
|
311
308
|
instrumentList?: string | undefined;
|
|
312
309
|
instrumentMerList?: string | undefined;
|
|
@@ -335,8 +332,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
335
332
|
preTime: number;
|
|
336
333
|
helperTime: number;
|
|
337
334
|
mainTime: number;
|
|
338
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
339
|
-
tech_process_id: number;
|
|
340
335
|
generalCountTime: string;
|
|
341
336
|
instrumentList: string;
|
|
342
337
|
instrumentMerList: string;
|
|
@@ -348,20 +343,21 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
348
343
|
eqID: number | null;
|
|
349
344
|
idx: number;
|
|
350
345
|
tOperationId: number | null;
|
|
346
|
+
tech_process_id: number;
|
|
351
347
|
id?: number | undefined;
|
|
352
348
|
marks?: {
|
|
353
349
|
status: import("../..").MarkStatusEnums;
|
|
354
350
|
ban: boolean;
|
|
355
351
|
id: number;
|
|
356
|
-
assemble_id: number;
|
|
357
|
-
user_id: number;
|
|
358
|
-
metaloworking_id: number;
|
|
359
|
-
production_task_id: number | null;
|
|
360
352
|
date_build: string;
|
|
361
353
|
kol: number;
|
|
354
|
+
user_id: number;
|
|
362
355
|
oper_id: number;
|
|
356
|
+
assemble_id: number;
|
|
357
|
+
metaloworking_id: number;
|
|
363
358
|
brak: boolean;
|
|
364
359
|
execution_time: number;
|
|
360
|
+
production_task_id: number | null;
|
|
365
361
|
quantity_shipped: number;
|
|
366
362
|
description?: string | undefined;
|
|
367
363
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -391,15 +387,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
391
387
|
status: import("../..").MarkStatusEnums;
|
|
392
388
|
ban: boolean;
|
|
393
389
|
id: number;
|
|
394
|
-
assemble_id: number;
|
|
395
|
-
user_id: number;
|
|
396
|
-
metaloworking_id: number;
|
|
397
|
-
production_task_id: number | null;
|
|
398
390
|
date_build: string;
|
|
399
391
|
kol: number;
|
|
392
|
+
user_id: number;
|
|
400
393
|
oper_id: number;
|
|
394
|
+
assemble_id: number;
|
|
395
|
+
metaloworking_id: number;
|
|
401
396
|
brak: boolean;
|
|
402
397
|
execution_time: number;
|
|
398
|
+
production_task_id: number | null;
|
|
403
399
|
quantity_shipped: number;
|
|
404
400
|
description?: string | undefined;
|
|
405
401
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -412,7 +408,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
412
408
|
preTime?: number | undefined;
|
|
413
409
|
helperTime?: number | undefined;
|
|
414
410
|
mainTime?: number | undefined;
|
|
415
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
416
411
|
generalCountTime?: string | undefined;
|
|
417
412
|
instrumentList?: string | undefined;
|
|
418
413
|
instrumentMerList?: string | undefined;
|
|
@@ -471,10 +466,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
471
466
|
type?: string | undefined;
|
|
472
467
|
description?: string | undefined;
|
|
473
468
|
id?: number | null | undefined;
|
|
474
|
-
external_id?: number | null | undefined;
|
|
475
|
-
original_name?: string | undefined;
|
|
476
469
|
width?: number | null | undefined;
|
|
477
470
|
height?: number | null | undefined;
|
|
471
|
+
external_id?: number | null | undefined;
|
|
472
|
+
original_name?: string | undefined;
|
|
478
473
|
size?: number | null | undefined;
|
|
479
474
|
hash?: string | undefined;
|
|
480
475
|
}, {
|
|
@@ -485,10 +480,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
485
480
|
ban?: boolean | undefined;
|
|
486
481
|
description?: string | undefined;
|
|
487
482
|
id?: number | null | undefined;
|
|
488
|
-
external_id?: number | null | undefined;
|
|
489
|
-
original_name?: string | undefined;
|
|
490
483
|
width?: number | null | undefined;
|
|
491
484
|
height?: number | null | undefined;
|
|
485
|
+
external_id?: number | null | undefined;
|
|
486
|
+
original_name?: string | undefined;
|
|
492
487
|
size?: number | null | undefined;
|
|
493
488
|
version?: number | undefined;
|
|
494
489
|
ava?: boolean | undefined;
|
|
@@ -537,10 +532,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
537
532
|
ban?: boolean | undefined;
|
|
538
533
|
description?: string | null | undefined;
|
|
539
534
|
contacts?: string | null | undefined;
|
|
540
|
-
attention?: boolean | undefined;
|
|
541
535
|
inn?: string | null | undefined;
|
|
542
536
|
cpp?: string | null | undefined;
|
|
543
537
|
rekvisit?: string | null | undefined;
|
|
538
|
+
attention?: boolean | undefined;
|
|
544
539
|
purchasesId?: number | undefined;
|
|
545
540
|
}>>;
|
|
546
541
|
status: z.ZodDefault<z.ZodString>;
|
|
@@ -597,10 +592,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
597
592
|
ban?: boolean | undefined;
|
|
598
593
|
description?: string | null | undefined;
|
|
599
594
|
contacts?: string | null | undefined;
|
|
600
|
-
attention?: boolean | undefined;
|
|
601
595
|
inn?: string | null | undefined;
|
|
602
596
|
cpp?: string | null | undefined;
|
|
603
597
|
rekvisit?: string | null | undefined;
|
|
598
|
+
attention?: boolean | undefined;
|
|
604
599
|
purchasesId?: number | undefined;
|
|
605
600
|
} | undefined;
|
|
606
601
|
company_id?: number | undefined;
|
|
@@ -635,10 +630,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
635
630
|
type?: string | undefined;
|
|
636
631
|
description?: string | undefined;
|
|
637
632
|
id?: number | null | undefined;
|
|
638
|
-
external_id?: number | null | undefined;
|
|
639
|
-
original_name?: string | undefined;
|
|
640
633
|
width?: number | null | undefined;
|
|
641
634
|
height?: number | null | undefined;
|
|
635
|
+
external_id?: number | null | undefined;
|
|
636
|
+
original_name?: string | undefined;
|
|
642
637
|
size?: number | null | undefined;
|
|
643
638
|
hash?: string | undefined;
|
|
644
639
|
}[] | undefined;
|
|
@@ -673,8 +668,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
673
668
|
company_id?: number | undefined;
|
|
674
669
|
parent_id?: number | null | undefined;
|
|
675
670
|
}[] | undefined;
|
|
676
|
-
mark_id?: number | null | undefined;
|
|
677
671
|
createdAt?: string | Date | undefined;
|
|
672
|
+
mark_id?: number | null | undefined;
|
|
678
673
|
date_to_work?: string | undefined;
|
|
679
674
|
}, {
|
|
680
675
|
status: import("../..").StatusAssembleKit;
|
|
@@ -694,10 +689,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
694
689
|
ban?: boolean | undefined;
|
|
695
690
|
description?: string | undefined;
|
|
696
691
|
id?: number | null | undefined;
|
|
697
|
-
external_id?: number | null | undefined;
|
|
698
|
-
original_name?: string | undefined;
|
|
699
692
|
width?: number | null | undefined;
|
|
700
693
|
height?: number | null | undefined;
|
|
694
|
+
external_id?: number | null | undefined;
|
|
695
|
+
original_name?: string | undefined;
|
|
701
696
|
size?: number | null | undefined;
|
|
702
697
|
version?: number | undefined;
|
|
703
698
|
ava?: boolean | undefined;
|
|
@@ -724,10 +719,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
724
719
|
ban?: boolean | undefined;
|
|
725
720
|
description?: string | null | undefined;
|
|
726
721
|
contacts?: string | null | undefined;
|
|
727
|
-
attention?: boolean | undefined;
|
|
728
722
|
inn?: string | null | undefined;
|
|
729
723
|
cpp?: string | null | undefined;
|
|
730
724
|
rekvisit?: string | null | undefined;
|
|
725
|
+
attention?: boolean | undefined;
|
|
731
726
|
purchasesId?: number | undefined;
|
|
732
727
|
} | undefined;
|
|
733
728
|
company_id?: number | undefined;
|
|
@@ -735,8 +730,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
735
730
|
is_custom_product?: boolean | undefined;
|
|
736
731
|
parent_id?: number | null | undefined;
|
|
737
732
|
}[] | undefined;
|
|
738
|
-
mark_id?: number | null | undefined;
|
|
739
733
|
createdAt?: string | Date | undefined;
|
|
734
|
+
mark_id?: number | null | undefined;
|
|
740
735
|
date_to_work?: string | undefined;
|
|
741
736
|
kolvo_collected?: number | undefined;
|
|
742
737
|
kolvo_submitted?: number | undefined;
|
|
@@ -779,16 +774,16 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
779
774
|
name: string;
|
|
780
775
|
type_сoming: import("../..").WaybilTypeComingEnums;
|
|
781
776
|
id?: number | null | undefined;
|
|
782
|
-
createdAt?: string | Date | undefined;
|
|
783
777
|
company_id?: number | undefined;
|
|
778
|
+
createdAt?: string | Date | undefined;
|
|
784
779
|
}, {
|
|
785
780
|
name: string;
|
|
786
781
|
type_сoming: import("../..").WaybilTypeComingEnums;
|
|
787
782
|
ban?: boolean | undefined;
|
|
788
783
|
description?: string | undefined;
|
|
789
784
|
id?: number | null | undefined;
|
|
790
|
-
createdAt?: string | Date | undefined;
|
|
791
785
|
company_id?: number | undefined;
|
|
786
|
+
createdAt?: string | Date | undefined;
|
|
792
787
|
}>, "many">>>>;
|
|
793
788
|
}, "strip", z.ZodTypeAny, {
|
|
794
789
|
status: import("../..").StatusScladWorking;
|
|
@@ -816,8 +811,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
816
811
|
preTime: number;
|
|
817
812
|
helperTime: number;
|
|
818
813
|
mainTime: number;
|
|
819
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
820
|
-
tech_process_id: number;
|
|
821
814
|
generalCountTime: string;
|
|
822
815
|
instrumentList: string;
|
|
823
816
|
instrumentMerList: string;
|
|
@@ -829,20 +822,21 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
829
822
|
eqID: number | null;
|
|
830
823
|
idx: number;
|
|
831
824
|
tOperationId: number | null;
|
|
825
|
+
tech_process_id: number;
|
|
832
826
|
id?: number | undefined;
|
|
833
827
|
marks?: {
|
|
834
828
|
status: import("../..").MarkStatusEnums;
|
|
835
829
|
ban: boolean;
|
|
836
830
|
id: number;
|
|
837
|
-
assemble_id: number;
|
|
838
|
-
user_id: number;
|
|
839
|
-
metaloworking_id: number;
|
|
840
|
-
production_task_id: number | null;
|
|
841
831
|
date_build: string;
|
|
842
832
|
kol: number;
|
|
833
|
+
user_id: number;
|
|
843
834
|
oper_id: number;
|
|
835
|
+
assemble_id: number;
|
|
836
|
+
metaloworking_id: number;
|
|
844
837
|
brak: boolean;
|
|
845
838
|
execution_time: number;
|
|
839
|
+
production_task_id: number | null;
|
|
846
840
|
quantity_shipped: number;
|
|
847
841
|
description?: string | undefined;
|
|
848
842
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -924,10 +918,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
924
918
|
type?: string | undefined;
|
|
925
919
|
description?: string | undefined;
|
|
926
920
|
id?: number | null | undefined;
|
|
927
|
-
external_id?: number | null | undefined;
|
|
928
|
-
original_name?: string | undefined;
|
|
929
921
|
width?: number | null | undefined;
|
|
930
922
|
height?: number | null | undefined;
|
|
923
|
+
external_id?: number | null | undefined;
|
|
924
|
+
original_name?: string | undefined;
|
|
931
925
|
size?: number | null | undefined;
|
|
932
926
|
hash?: string | undefined;
|
|
933
927
|
}[] | undefined;
|
|
@@ -962,8 +956,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
962
956
|
company_id?: number | undefined;
|
|
963
957
|
parent_id?: number | null | undefined;
|
|
964
958
|
}[] | undefined;
|
|
965
|
-
mark_id?: number | null | undefined;
|
|
966
959
|
createdAt?: string | Date | undefined;
|
|
960
|
+
mark_id?: number | null | undefined;
|
|
967
961
|
date_to_work?: string | undefined;
|
|
968
962
|
}[] | null | undefined;
|
|
969
963
|
waybills?: {
|
|
@@ -972,8 +966,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
972
966
|
name: string;
|
|
973
967
|
type_сoming: import("../..").WaybilTypeComingEnums;
|
|
974
968
|
id?: number | null | undefined;
|
|
975
|
-
createdAt?: string | Date | undefined;
|
|
976
969
|
company_id?: number | undefined;
|
|
970
|
+
createdAt?: string | Date | undefined;
|
|
977
971
|
}[] | null | undefined;
|
|
978
972
|
}, {
|
|
979
973
|
status: import("../..").StatusScladWorking;
|
|
@@ -1002,15 +996,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1002
996
|
status: import("../..").MarkStatusEnums;
|
|
1003
997
|
ban: boolean;
|
|
1004
998
|
id: number;
|
|
1005
|
-
assemble_id: number;
|
|
1006
|
-
user_id: number;
|
|
1007
|
-
metaloworking_id: number;
|
|
1008
|
-
production_task_id: number | null;
|
|
1009
999
|
date_build: string;
|
|
1010
1000
|
kol: number;
|
|
1001
|
+
user_id: number;
|
|
1011
1002
|
oper_id: number;
|
|
1003
|
+
assemble_id: number;
|
|
1004
|
+
metaloworking_id: number;
|
|
1012
1005
|
brak: boolean;
|
|
1013
1006
|
execution_time: number;
|
|
1007
|
+
production_task_id: number | null;
|
|
1014
1008
|
quantity_shipped: number;
|
|
1015
1009
|
description?: string | undefined;
|
|
1016
1010
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -1023,7 +1017,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1023
1017
|
preTime?: number | undefined;
|
|
1024
1018
|
helperTime?: number | undefined;
|
|
1025
1019
|
mainTime?: number | undefined;
|
|
1026
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
1027
1020
|
generalCountTime?: string | undefined;
|
|
1028
1021
|
instrumentList?: string | undefined;
|
|
1029
1022
|
instrumentMerList?: string | undefined;
|
|
@@ -1057,10 +1050,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1057
1050
|
ban?: boolean | undefined;
|
|
1058
1051
|
description?: string | null | undefined;
|
|
1059
1052
|
contacts?: string | null | undefined;
|
|
1060
|
-
attention?: boolean | undefined;
|
|
1061
1053
|
inn?: string | null | undefined;
|
|
1062
1054
|
cpp?: string | null | undefined;
|
|
1063
1055
|
rekvisit?: string | null | undefined;
|
|
1056
|
+
attention?: boolean | undefined;
|
|
1064
1057
|
purchasesId?: number | undefined;
|
|
1065
1058
|
} | undefined;
|
|
1066
1059
|
company_id?: number | undefined;
|
|
@@ -1102,10 +1095,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1102
1095
|
ban?: boolean | undefined;
|
|
1103
1096
|
description?: string | undefined;
|
|
1104
1097
|
id?: number | null | undefined;
|
|
1105
|
-
external_id?: number | null | undefined;
|
|
1106
|
-
original_name?: string | undefined;
|
|
1107
1098
|
width?: number | null | undefined;
|
|
1108
1099
|
height?: number | null | undefined;
|
|
1100
|
+
external_id?: number | null | undefined;
|
|
1101
|
+
original_name?: string | undefined;
|
|
1109
1102
|
size?: number | null | undefined;
|
|
1110
1103
|
version?: number | undefined;
|
|
1111
1104
|
ava?: boolean | undefined;
|
|
@@ -1132,10 +1125,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1132
1125
|
ban?: boolean | undefined;
|
|
1133
1126
|
description?: string | null | undefined;
|
|
1134
1127
|
contacts?: string | null | undefined;
|
|
1135
|
-
attention?: boolean | undefined;
|
|
1136
1128
|
inn?: string | null | undefined;
|
|
1137
1129
|
cpp?: string | null | undefined;
|
|
1138
1130
|
rekvisit?: string | null | undefined;
|
|
1131
|
+
attention?: boolean | undefined;
|
|
1139
1132
|
purchasesId?: number | undefined;
|
|
1140
1133
|
} | undefined;
|
|
1141
1134
|
company_id?: number | undefined;
|
|
@@ -1143,8 +1136,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1143
1136
|
is_custom_product?: boolean | undefined;
|
|
1144
1137
|
parent_id?: number | null | undefined;
|
|
1145
1138
|
}[] | undefined;
|
|
1146
|
-
mark_id?: number | null | undefined;
|
|
1147
1139
|
createdAt?: string | Date | undefined;
|
|
1140
|
+
mark_id?: number | null | undefined;
|
|
1148
1141
|
date_to_work?: string | undefined;
|
|
1149
1142
|
kolvo_collected?: number | undefined;
|
|
1150
1143
|
kolvo_submitted?: number | undefined;
|
|
@@ -1157,8 +1150,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1157
1150
|
ban?: boolean | undefined;
|
|
1158
1151
|
description?: string | undefined;
|
|
1159
1152
|
id?: number | null | undefined;
|
|
1160
|
-
createdAt?: string | Date | undefined;
|
|
1161
1153
|
company_id?: number | undefined;
|
|
1154
|
+
createdAt?: string | Date | undefined;
|
|
1162
1155
|
}[] | null | undefined;
|
|
1163
1156
|
}>, "many">;
|
|
1164
1157
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1189,8 +1182,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1189
1182
|
preTime: number;
|
|
1190
1183
|
helperTime: number;
|
|
1191
1184
|
mainTime: number;
|
|
1192
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
1193
|
-
tech_process_id: number;
|
|
1194
1185
|
generalCountTime: string;
|
|
1195
1186
|
instrumentList: string;
|
|
1196
1187
|
instrumentMerList: string;
|
|
@@ -1202,20 +1193,21 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1202
1193
|
eqID: number | null;
|
|
1203
1194
|
idx: number;
|
|
1204
1195
|
tOperationId: number | null;
|
|
1196
|
+
tech_process_id: number;
|
|
1205
1197
|
id?: number | undefined;
|
|
1206
1198
|
marks?: {
|
|
1207
1199
|
status: import("../..").MarkStatusEnums;
|
|
1208
1200
|
ban: boolean;
|
|
1209
1201
|
id: number;
|
|
1210
|
-
assemble_id: number;
|
|
1211
|
-
user_id: number;
|
|
1212
|
-
metaloworking_id: number;
|
|
1213
|
-
production_task_id: number | null;
|
|
1214
1202
|
date_build: string;
|
|
1215
1203
|
kol: number;
|
|
1204
|
+
user_id: number;
|
|
1216
1205
|
oper_id: number;
|
|
1206
|
+
assemble_id: number;
|
|
1207
|
+
metaloworking_id: number;
|
|
1217
1208
|
brak: boolean;
|
|
1218
1209
|
execution_time: number;
|
|
1210
|
+
production_task_id: number | null;
|
|
1219
1211
|
quantity_shipped: number;
|
|
1220
1212
|
description?: string | undefined;
|
|
1221
1213
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -1297,10 +1289,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1297
1289
|
type?: string | undefined;
|
|
1298
1290
|
description?: string | undefined;
|
|
1299
1291
|
id?: number | null | undefined;
|
|
1300
|
-
external_id?: number | null | undefined;
|
|
1301
|
-
original_name?: string | undefined;
|
|
1302
1292
|
width?: number | null | undefined;
|
|
1303
1293
|
height?: number | null | undefined;
|
|
1294
|
+
external_id?: number | null | undefined;
|
|
1295
|
+
original_name?: string | undefined;
|
|
1304
1296
|
size?: number | null | undefined;
|
|
1305
1297
|
hash?: string | undefined;
|
|
1306
1298
|
}[] | undefined;
|
|
@@ -1335,8 +1327,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1335
1327
|
company_id?: number | undefined;
|
|
1336
1328
|
parent_id?: number | null | undefined;
|
|
1337
1329
|
}[] | undefined;
|
|
1338
|
-
mark_id?: number | null | undefined;
|
|
1339
1330
|
createdAt?: string | Date | undefined;
|
|
1331
|
+
mark_id?: number | null | undefined;
|
|
1340
1332
|
date_to_work?: string | undefined;
|
|
1341
1333
|
}[] | null | undefined;
|
|
1342
1334
|
waybills?: {
|
|
@@ -1345,8 +1337,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1345
1337
|
name: string;
|
|
1346
1338
|
type_сoming: import("../..").WaybilTypeComingEnums;
|
|
1347
1339
|
id?: number | null | undefined;
|
|
1348
|
-
createdAt?: string | Date | undefined;
|
|
1349
1340
|
company_id?: number | undefined;
|
|
1341
|
+
createdAt?: string | Date | undefined;
|
|
1350
1342
|
}[] | null | undefined;
|
|
1351
1343
|
}[];
|
|
1352
1344
|
}, {
|
|
@@ -1377,15 +1369,15 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1377
1369
|
status: import("../..").MarkStatusEnums;
|
|
1378
1370
|
ban: boolean;
|
|
1379
1371
|
id: number;
|
|
1380
|
-
assemble_id: number;
|
|
1381
|
-
user_id: number;
|
|
1382
|
-
metaloworking_id: number;
|
|
1383
|
-
production_task_id: number | null;
|
|
1384
1372
|
date_build: string;
|
|
1385
1373
|
kol: number;
|
|
1374
|
+
user_id: number;
|
|
1386
1375
|
oper_id: number;
|
|
1376
|
+
assemble_id: number;
|
|
1377
|
+
metaloworking_id: number;
|
|
1387
1378
|
brak: boolean;
|
|
1388
1379
|
execution_time: number;
|
|
1380
|
+
production_task_id: number | null;
|
|
1389
1381
|
quantity_shipped: number;
|
|
1390
1382
|
description?: string | undefined;
|
|
1391
1383
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -1398,7 +1390,6 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1398
1390
|
preTime?: number | undefined;
|
|
1399
1391
|
helperTime?: number | undefined;
|
|
1400
1392
|
mainTime?: number | undefined;
|
|
1401
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
1402
1393
|
generalCountTime?: string | undefined;
|
|
1403
1394
|
instrumentList?: string | undefined;
|
|
1404
1395
|
instrumentMerList?: string | undefined;
|
|
@@ -1432,10 +1423,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1432
1423
|
ban?: boolean | undefined;
|
|
1433
1424
|
description?: string | null | undefined;
|
|
1434
1425
|
contacts?: string | null | undefined;
|
|
1435
|
-
attention?: boolean | undefined;
|
|
1436
1426
|
inn?: string | null | undefined;
|
|
1437
1427
|
cpp?: string | null | undefined;
|
|
1438
1428
|
rekvisit?: string | null | undefined;
|
|
1429
|
+
attention?: boolean | undefined;
|
|
1439
1430
|
purchasesId?: number | undefined;
|
|
1440
1431
|
} | undefined;
|
|
1441
1432
|
company_id?: number | undefined;
|
|
@@ -1477,10 +1468,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1477
1468
|
ban?: boolean | undefined;
|
|
1478
1469
|
description?: string | undefined;
|
|
1479
1470
|
id?: number | null | undefined;
|
|
1480
|
-
external_id?: number | null | undefined;
|
|
1481
|
-
original_name?: string | undefined;
|
|
1482
1471
|
width?: number | null | undefined;
|
|
1483
1472
|
height?: number | null | undefined;
|
|
1473
|
+
external_id?: number | null | undefined;
|
|
1474
|
+
original_name?: string | undefined;
|
|
1484
1475
|
size?: number | null | undefined;
|
|
1485
1476
|
version?: number | undefined;
|
|
1486
1477
|
ava?: boolean | undefined;
|
|
@@ -1507,10 +1498,10 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1507
1498
|
ban?: boolean | undefined;
|
|
1508
1499
|
description?: string | null | undefined;
|
|
1509
1500
|
contacts?: string | null | undefined;
|
|
1510
|
-
attention?: boolean | undefined;
|
|
1511
1501
|
inn?: string | null | undefined;
|
|
1512
1502
|
cpp?: string | null | undefined;
|
|
1513
1503
|
rekvisit?: string | null | undefined;
|
|
1504
|
+
attention?: boolean | undefined;
|
|
1514
1505
|
purchasesId?: number | undefined;
|
|
1515
1506
|
} | undefined;
|
|
1516
1507
|
company_id?: number | undefined;
|
|
@@ -1518,8 +1509,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1518
1509
|
is_custom_product?: boolean | undefined;
|
|
1519
1510
|
parent_id?: number | null | undefined;
|
|
1520
1511
|
}[] | undefined;
|
|
1521
|
-
mark_id?: number | null | undefined;
|
|
1522
1512
|
createdAt?: string | Date | undefined;
|
|
1513
|
+
mark_id?: number | null | undefined;
|
|
1523
1514
|
date_to_work?: string | undefined;
|
|
1524
1515
|
kolvo_collected?: number | undefined;
|
|
1525
1516
|
kolvo_submitted?: number | undefined;
|
|
@@ -1532,8 +1523,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
|
|
|
1532
1523
|
ban?: boolean | undefined;
|
|
1533
1524
|
description?: string | undefined;
|
|
1534
1525
|
id?: number | null | undefined;
|
|
1535
|
-
createdAt?: string | Date | undefined;
|
|
1536
1526
|
company_id?: number | undefined;
|
|
1527
|
+
createdAt?: string | Date | undefined;
|
|
1537
1528
|
}[] | null | undefined;
|
|
1538
1529
|
}[];
|
|
1539
1530
|
operationId?: number | null | undefined;
|