@pksep/zod-shared 0.0.490 → 0.0.492

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.
Files changed (92) hide show
  1. package/dist/action/schemas/actions.schema.d.ts +6 -6
  2. package/dist/assemble/dto/create-assemble-kit.dto.d.ts +2 -2
  3. package/dist/assemble/dto/create-assemble.dto.d.ts +2 -2
  4. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +66 -66
  5. package/dist/assemble/interfaces/interfaces.d.ts +1 -1
  6. package/dist/assemble/schemas/assemble-coming.schema.d.ts +52 -52
  7. package/dist/assemble/schemas/assemble.schema.d.ts +52 -52
  8. package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +2 -2
  9. package/dist/cbed/dto/up-create-cbed.dto.d.ts +1 -1
  10. package/dist/cbed/schemas/cbed.schema.d.ts +2 -2
  11. package/dist/company/dto/companies-pagination.dto.d.ts +4 -4
  12. package/dist/company/dto/create-company.dto.d.ts +2 -2
  13. package/dist/company/dto/update-company.dto.d.ts +2 -2
  14. package/dist/detal/dto/update-detal.dto.d.ts +10 -10
  15. package/dist/detal/dto/update-detal.dto.js +3 -3
  16. package/dist/detal/schemas/detal-deficit.schema.d.ts +28 -28
  17. package/dist/detal/schemas/detal.schema.d.ts +28 -28
  18. package/dist/equipment/schemas/equipment.schema.d.ts +48 -48
  19. package/dist/instrument/dto/get-instruments-pagination.dto.d.ts +3 -3
  20. package/dist/instrument/dto/get-instruments-pagination.dto.js +1 -1
  21. package/dist/instrument/dto/update-instrument.dto.d.ts +3 -3
  22. package/dist/instrument/dto/update-instrument.dto.js +1 -1
  23. package/dist/inventary/dto/create-inventary.dto.d.ts +2 -2
  24. package/dist/inventary/dto/create-pt-inventary.dto.d.ts +3 -3
  25. package/dist/inventary/dto/create-pt-inventary.dto.js +1 -1
  26. package/dist/marks/dto/change-mark-quantity.dto.d.ts +45 -45
  27. package/dist/marks/dto/create-mark.dto.d.ts +27 -27
  28. package/dist/marks/dto/create-mark.dto.js +9 -9
  29. package/dist/marks/dto/update-mark.dto.d.ts +15 -15
  30. package/dist/marks/dto/update-mark.dto.js +5 -5
  31. package/dist/marks/schemas/marks.schema.d.ts +12 -12
  32. package/dist/material/dto/create-material.dto.d.ts +6 -6
  33. package/dist/material/dto/create-material.dto.js +2 -2
  34. package/dist/material/dto/create-subtype-material.dto.d.ts +3 -3
  35. package/dist/material/dto/create-subtype-material.dto.js +1 -1
  36. package/dist/material/dto/set-actual-shipment.dto.d.ts +18 -0
  37. package/dist/material/dto/set-actual-shipment.dto.js +10 -0
  38. package/dist/material/dto/up-create-type-material.dto.d.ts +3 -3
  39. package/dist/material/dto/up-create-type-material.dto.js +1 -1
  40. package/dist/metaloworking/dto/create-metaloworking.dto.d.ts +2 -2
  41. package/dist/movement-object/dto/create-moving.dto.d.ts +15 -15
  42. package/dist/movement-object/dto/create-moving.dto.js +5 -5
  43. package/dist/moving/schemas/moving.schema.d.ts +24 -24
  44. package/dist/operations/dto/up-create-tech-process.dto.d.ts +6 -6
  45. package/dist/operations/dto/up-create-tech-process.dto.js +2 -2
  46. package/dist/operations/schemas/operation.schema.d.ts +24 -24
  47. package/dist/operations/schemas/operation.schema.js +4 -4
  48. package/dist/product/dto/up-create-product.dto.d.ts +4 -4
  49. package/dist/product/dto/up-create-product.dto.js +1 -1
  50. package/dist/production-tasks/dto/change-due-date.dto.d.ts +2 -2
  51. package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +15 -43
  52. package/dist/production-tasks/dto/create-operation-pos.dto.js +1 -2
  53. package/dist/production-tasks/dto/create-production-task.dto.d.ts +24 -31
  54. package/dist/production-tasks/dto/create-production-task.dto.js +4 -9
  55. package/dist/production-tasks/dto/update-marks.dto.d.ts +3 -31
  56. package/dist/production-tasks/dto/update-marks.dto.js +2 -3
  57. package/dist/production-tasks/dto/update.dto.d.ts +2 -2
  58. package/dist/production-tasks/enums/production-tasks.d.ts +3 -3
  59. package/dist/production-tasks/enums/production-tasks.js +3 -3
  60. package/dist/production-tasks/index.d.ts +1 -1
  61. package/dist/production-tasks/index.js +1 -1
  62. package/dist/production-tasks/interfaces/production-tasks.d.ts +15 -16
  63. package/dist/production-tasks/methods/methods.d.ts +6 -2
  64. package/dist/production-tasks/methods/methods.js +40 -4
  65. package/dist/production-tasks/schemas/operation-positions.schema.d.ts +48 -0
  66. package/dist/production-tasks/schemas/operation-positions.schema.js +17 -0
  67. package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +15 -86
  68. package/dist/production-tasks/schemas/production-operation-pos.schema.js +8 -15
  69. package/dist/provider/dto/create-provider.dto.d.ts +3 -3
  70. package/dist/provider/dto/create-provider.dto.js +1 -1
  71. package/dist/role/schemas/role.schema.d.ts +24 -24
  72. package/dist/shipments/dto/sh-check.dto.d.ts +2 -2
  73. package/dist/shipments/dto/sh-complit-update.dto.d.ts +3 -3
  74. package/dist/shipments/dto/sh-complit-update.dto.js +1 -1
  75. package/dist/specification/schema/attributes.schema.d.ts +46 -46
  76. package/dist/stock-order/dto/create-stock-order.dto.d.ts +15 -15
  77. package/dist/stock-order/type/type.d.ts +9 -9
  78. package/dist/stock-order/type/type.js +3 -3
  79. package/dist/tech-process/dto/up-create-tech-process.dto.d.ts +6 -6
  80. package/dist/tech-process/dto/up-create-tech-process.dto.js +2 -2
  81. package/dist/tech-process/schemas/tech-process.schema.d.ts +36 -36
  82. package/dist/user/schemas/user.schema.d.ts +16 -16
  83. package/dist/utils/index.d.ts +0 -1
  84. package/dist/utils/index.js +0 -1
  85. package/dist/utils/methods.d.ts +0 -2
  86. package/dist/utils/methods.js +0 -2
  87. package/dist/waybill/dto/create-waybill-product.dto.d.ts +2 -2
  88. package/dist/waybill/dto/create-waybill.dto.d.ts +4 -4
  89. package/dist/waybill/schemas/waybill-product.schema.d.ts +2 -2
  90. package/package.json +1 -1
  91. package/dist/utils/methods/snake-conversion.d.ts +0 -19
  92. package/dist/utils/methods/snake-conversion.js +0 -51
@@ -9,15 +9,15 @@ export declare const UpCreateDetalDtoZod: z.ZodObject<{
9
9
  description: z.ZodString;
10
10
  parametrs: z.ZodEffects<z.ZodType<detalParametrsField, z.ZodTypeDef, detalParametrsField>, detalParametrsField, unknown>;
11
11
  characteristic: z.ZodAny;
12
- matZag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
13
- matZagZam: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
12
+ mat_zag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
13
+ mat_zag_zam: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
14
14
  materialList: z.ZodEffects<z.ZodType<EntityCommonSpecificationArray, z.ZodTypeDef, EntityCommonSpecificationArray>, EntityCommonSpecificationArray, unknown>;
15
15
  docs: z.ZodAny;
16
16
  techProcessID: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
17
17
  fileBase: z.ZodOptional<z.ZodString>;
18
18
  attention: z.ZodEffects<z.ZodBoolean, boolean, unknown>;
19
19
  discontinued: z.ZodEffects<z.ZodBoolean, boolean, unknown>;
20
- workpieceCharacterization: z.ZodEffects<z.ZodType<DetalWorkpieceCharacteristics, z.ZodTypeDef, DetalWorkpieceCharacteristics>, DetalWorkpieceCharacteristics, unknown>;
20
+ workpiece_characterization: z.ZodEffects<z.ZodType<DetalWorkpieceCharacteristics, z.ZodTypeDef, DetalWorkpieceCharacteristics>, DetalWorkpieceCharacteristics, unknown>;
21
21
  }, "strip", z.ZodTypeAny, {
22
22
  designation: string;
23
23
  description: string;
@@ -26,14 +26,14 @@ export declare const UpCreateDetalDtoZod: z.ZodObject<{
26
26
  materialList: EntityCommonSpecificationArray;
27
27
  parametrs: detalParametrsField;
28
28
  discontinued: boolean;
29
+ workpiece_characterization: DetalWorkpieceCharacteristics;
29
30
  responsible: string;
30
- workpieceCharacterization: DetalWorkpieceCharacteristics;
31
31
  id?: number | null | undefined;
32
32
  docs?: any;
33
33
  fileBase?: string | undefined;
34
34
  characteristic?: any;
35
- matZag?: number | null | undefined;
36
- matZagZam?: number | null | undefined;
35
+ mat_zag?: number | null | undefined;
36
+ mat_zag_zam?: number | null | undefined;
37
37
  techProcessID?: number | null | undefined;
38
38
  }, {
39
39
  designation: string;
@@ -43,14 +43,14 @@ export declare const UpCreateDetalDtoZod: z.ZodObject<{
43
43
  id?: unknown;
44
44
  docs?: any;
45
45
  attention?: unknown;
46
- fileBase?: string | undefined;
47
46
  materialList?: unknown;
47
+ fileBase?: string | undefined;
48
48
  parametrs?: unknown;
49
49
  characteristic?: any;
50
50
  discontinued?: unknown;
51
- matZag?: unknown;
52
- matZagZam?: unknown;
51
+ workpiece_characterization?: unknown;
52
+ mat_zag?: unknown;
53
+ mat_zag_zam?: unknown;
53
54
  techProcessID?: unknown;
54
- workpieceCharacterization?: unknown;
55
55
  }>;
56
56
  export type UpCreateDetalDtoType = z.infer<typeof UpCreateDetalDtoZod>;
@@ -12,8 +12,8 @@ exports.UpCreateDetalDtoZod = zod_1.z.object({
12
12
  description: zod_1.z.string(),
13
13
  parametrs: zod_1.z.preprocess(val => (0, utils_1.parseParamsOrBody)(val, default_values_1.defailtParametrsValue), zod_1.z.custom()),
14
14
  characteristic: zod_1.z.any(),
15
- matZag: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional()),
16
- matZagZam: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional()),
15
+ mat_zag: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional()),
16
+ mat_zag_zam: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional()),
17
17
  materialList: zod_1.z.preprocess(value => {
18
18
  if (typeof value === 'string') {
19
19
  return (0, utils_1.parseParamsOrBody)({ value }, null);
@@ -25,7 +25,7 @@ exports.UpCreateDetalDtoZod = zod_1.z.object({
25
25
  fileBase: zod_1.z.string().optional(),
26
26
  attention: zod_1.z.preprocess(val => (typeof val === 'string' ? val === 'true' : val), zod_1.z.boolean()),
27
27
  discontinued: zod_1.z.preprocess(val => (typeof val === 'string' ? val === 'true' : val), zod_1.z.boolean()),
28
- workpieceCharacterization: zod_1.z.preprocess(value => {
28
+ workpiece_characterization: zod_1.z.preprocess(value => {
29
29
  if (typeof value === 'string') {
30
30
  return (0, utils_1.parseParamsOrBody)({ value }, null);
31
31
  }
@@ -647,23 +647,23 @@ export declare const DetalDeficitSchema: z.ZodObject<{
647
647
  status: import("../..").MarkStatusEnums;
648
648
  ban: boolean;
649
649
  id: number;
650
+ date_build: string;
650
651
  kol: number;
651
- brak: boolean;
652
652
  user_id: number;
653
+ oper_id: number;
654
+ assemble_id: number;
653
655
  metaloworking_id: number;
656
+ brak: boolean;
657
+ execution_time: number;
654
658
  production_task_id: number | null;
655
- date_build: string;
656
659
  quantity_shipped: number;
657
- execution_time: number;
658
- assemble_id: number;
659
- oper_id: number;
660
660
  description?: string | undefined;
661
+ assemble_kit_id?: number | null | undefined;
661
662
  operation_execution_time?: {
662
663
  preTime: number;
663
664
  helperTime: number;
664
665
  mainTime: number;
665
666
  } | undefined;
666
- assemble_kit_id?: number | null | undefined;
667
667
  }[] | undefined;
668
668
  }[] | undefined;
669
669
  }, z.ZodTypeDef, {
@@ -699,23 +699,23 @@ export declare const DetalDeficitSchema: z.ZodObject<{
699
699
  status: import("../..").MarkStatusEnums;
700
700
  ban: boolean;
701
701
  id: number;
702
+ date_build: string;
702
703
  kol: number;
703
- brak: boolean;
704
704
  user_id: number;
705
+ oper_id: number;
706
+ assemble_id: number;
705
707
  metaloworking_id: number;
708
+ brak: boolean;
709
+ execution_time: number;
706
710
  production_task_id: number | null;
707
- date_build: string;
708
711
  quantity_shipped: number;
709
- execution_time: number;
710
- assemble_id: number;
711
- oper_id: number;
712
712
  description?: string | undefined;
713
+ assemble_kit_id?: number | null | undefined;
713
714
  operation_execution_time?: {
714
715
  preTime: number;
715
716
  helperTime: number;
716
717
  mainTime: number;
717
718
  } | undefined;
718
- assemble_kit_id?: number | null | undefined;
719
719
  }[] | undefined;
720
720
  }[] | undefined;
721
721
  }>>;
@@ -755,6 +755,7 @@ export declare const DetalDeficitSchema: z.ZodObject<{
755
755
  description: string | null;
756
756
  id: number;
757
757
  name: string;
758
+ assemble_id: number | null;
758
759
  attention: boolean;
759
760
  in_kit: number;
760
761
  quantity: number;
@@ -763,7 +764,6 @@ export declare const DetalDeficitSchema: z.ZodObject<{
763
764
  deficit: number;
764
765
  deficit_by_sclad: number;
765
766
  materialList: import("../..").EntityCommonSpecificationArray | null;
766
- assemble_id: number | null;
767
767
  production_ordered: number;
768
768
  ava_path: string | null;
769
769
  parametrs: import("../..").CbedParametrsField | null;
@@ -781,8 +781,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
781
781
  description: string | null;
782
782
  id: number;
783
783
  name: string;
784
- materialList: import("../..").EntityCommonSpecificationArray | null;
785
784
  assemble_id: number | null;
785
+ materialList: import("../..").EntityCommonSpecificationArray | null;
786
786
  ava_path: string | null;
787
787
  parametrs: import("../..").CbedParametrsField | null;
788
788
  characteristic: import("../..").CbedCharacteristicField | null;
@@ -1258,6 +1258,7 @@ export declare const DetalDeficitSchema: z.ZodObject<{
1258
1258
  description: string | null;
1259
1259
  id: number;
1260
1260
  name: string;
1261
+ assemble_id: number | null;
1261
1262
  attention: boolean;
1262
1263
  in_kit: number;
1263
1264
  quantity: number;
@@ -1266,7 +1267,6 @@ export declare const DetalDeficitSchema: z.ZodObject<{
1266
1267
  deficit: number;
1267
1268
  deficit_by_sclad: number;
1268
1269
  materialList: import("../..").EntityCommonSpecificationArray | null;
1269
- assemble_id: number | null;
1270
1270
  production_ordered: number;
1271
1271
  ava_path: string | null;
1272
1272
  parametrs: import("../..").CbedParametrsField | null;
@@ -1489,23 +1489,23 @@ export declare const DetalDeficitSchema: z.ZodObject<{
1489
1489
  status: import("../..").MarkStatusEnums;
1490
1490
  ban: boolean;
1491
1491
  id: number;
1492
+ date_build: string;
1492
1493
  kol: number;
1493
- brak: boolean;
1494
1494
  user_id: number;
1495
+ oper_id: number;
1496
+ assemble_id: number;
1495
1497
  metaloworking_id: number;
1498
+ brak: boolean;
1499
+ execution_time: number;
1496
1500
  production_task_id: number | null;
1497
- date_build: string;
1498
1501
  quantity_shipped: number;
1499
- execution_time: number;
1500
- assemble_id: number;
1501
- oper_id: number;
1502
1502
  description?: string | undefined;
1503
+ assemble_kit_id?: number | null | undefined;
1503
1504
  operation_execution_time?: {
1504
1505
  preTime: number;
1505
1506
  helperTime: number;
1506
1507
  mainTime: number;
1507
1508
  } | undefined;
1508
- assemble_kit_id?: number | null | undefined;
1509
1509
  }[] | undefined;
1510
1510
  }[] | undefined;
1511
1511
  } | undefined;
@@ -1602,8 +1602,8 @@ export declare const DetalDeficitSchema: z.ZodObject<{
1602
1602
  description: string | null;
1603
1603
  id: number;
1604
1604
  name: string;
1605
- materialList: import("../..").EntityCommonSpecificationArray | null;
1606
1605
  assemble_id: number | null;
1606
+ materialList: import("../..").EntityCommonSpecificationArray | null;
1607
1607
  ava_path: string | null;
1608
1608
  parametrs: import("../..").CbedParametrsField | null;
1609
1609
  characteristic: import("../..").CbedCharacteristicField | null;
@@ -1845,23 +1845,23 @@ export declare const DetalDeficitSchema: z.ZodObject<{
1845
1845
  status: import("../..").MarkStatusEnums;
1846
1846
  ban: boolean;
1847
1847
  id: number;
1848
+ date_build: string;
1848
1849
  kol: number;
1849
- brak: boolean;
1850
1850
  user_id: number;
1851
+ oper_id: number;
1852
+ assemble_id: number;
1851
1853
  metaloworking_id: number;
1854
+ brak: boolean;
1855
+ execution_time: number;
1852
1856
  production_task_id: number | null;
1853
- date_build: string;
1854
1857
  quantity_shipped: number;
1855
- execution_time: number;
1856
- assemble_id: number;
1857
- oper_id: number;
1858
1858
  description?: string | undefined;
1859
+ assemble_kit_id?: number | null | undefined;
1859
1860
  operation_execution_time?: {
1860
1861
  preTime: number;
1861
1862
  helperTime: number;
1862
1863
  mainTime: number;
1863
1864
  } | undefined;
1864
- assemble_kit_id?: number | null | undefined;
1865
1865
  }[] | undefined;
1866
1866
  }[] | undefined;
1867
1867
  } | undefined;
@@ -652,23 +652,23 @@ export declare const DetalSchema: z.ZodObject<{
652
652
  status: import("../..").MarkStatusEnums;
653
653
  ban: boolean;
654
654
  id: number;
655
+ date_build: string;
655
656
  kol: number;
656
- brak: boolean;
657
657
  user_id: number;
658
+ oper_id: number;
659
+ assemble_id: number;
658
660
  metaloworking_id: number;
661
+ brak: boolean;
662
+ execution_time: number;
659
663
  production_task_id: number | null;
660
- date_build: string;
661
664
  quantity_shipped: number;
662
- execution_time: number;
663
- assemble_id: number;
664
- oper_id: number;
665
665
  description?: string | undefined;
666
+ assemble_kit_id?: number | null | undefined;
666
667
  operation_execution_time?: {
667
668
  preTime: number;
668
669
  helperTime: number;
669
670
  mainTime: number;
670
671
  } | undefined;
671
- assemble_kit_id?: number | null | undefined;
672
672
  }[] | undefined;
673
673
  }[] | undefined;
674
674
  }, z.ZodTypeDef, {
@@ -704,23 +704,23 @@ export declare const DetalSchema: z.ZodObject<{
704
704
  status: import("../..").MarkStatusEnums;
705
705
  ban: boolean;
706
706
  id: number;
707
+ date_build: string;
707
708
  kol: number;
708
- brak: boolean;
709
709
  user_id: number;
710
+ oper_id: number;
711
+ assemble_id: number;
710
712
  metaloworking_id: number;
713
+ brak: boolean;
714
+ execution_time: number;
711
715
  production_task_id: number | null;
712
- date_build: string;
713
716
  quantity_shipped: number;
714
- execution_time: number;
715
- assemble_id: number;
716
- oper_id: number;
717
717
  description?: string | undefined;
718
+ assemble_kit_id?: number | null | undefined;
718
719
  operation_execution_time?: {
719
720
  preTime: number;
720
721
  helperTime: number;
721
722
  mainTime: number;
722
723
  } | undefined;
723
- assemble_kit_id?: number | null | undefined;
724
724
  }[] | undefined;
725
725
  }[] | undefined;
726
726
  }>>;
@@ -760,6 +760,7 @@ export declare const DetalSchema: z.ZodObject<{
760
760
  description: string | null;
761
761
  id: number;
762
762
  name: string;
763
+ assemble_id: number | null;
763
764
  attention: boolean;
764
765
  in_kit: number;
765
766
  quantity: number;
@@ -768,7 +769,6 @@ export declare const DetalSchema: z.ZodObject<{
768
769
  deficit: number;
769
770
  deficit_by_sclad: number;
770
771
  materialList: EntityCommonSpecificationArray | null;
771
- assemble_id: number | null;
772
772
  production_ordered: number;
773
773
  ava_path: string | null;
774
774
  parametrs: import("../../cbed").CbedParametrsField | null;
@@ -786,8 +786,8 @@ export declare const DetalSchema: z.ZodObject<{
786
786
  description: string | null;
787
787
  id: number;
788
788
  name: string;
789
- materialList: EntityCommonSpecificationArray | null;
790
789
  assemble_id: number | null;
790
+ materialList: EntityCommonSpecificationArray | null;
791
791
  ava_path: string | null;
792
792
  parametrs: import("../../cbed").CbedParametrsField | null;
793
793
  characteristic: import("../../cbed").CbedCharacteristicField | null;
@@ -1112,6 +1112,7 @@ export declare const DetalSchema: z.ZodObject<{
1112
1112
  description: string | null;
1113
1113
  id: number;
1114
1114
  name: string;
1115
+ assemble_id: number | null;
1115
1116
  attention: boolean;
1116
1117
  in_kit: number;
1117
1118
  quantity: number;
@@ -1120,7 +1121,6 @@ export declare const DetalSchema: z.ZodObject<{
1120
1121
  deficit: number;
1121
1122
  deficit_by_sclad: number;
1122
1123
  materialList: EntityCommonSpecificationArray | null;
1123
- assemble_id: number | null;
1124
1124
  production_ordered: number;
1125
1125
  ava_path: string | null;
1126
1126
  parametrs: import("../../cbed").CbedParametrsField | null;
@@ -1343,23 +1343,23 @@ export declare const DetalSchema: z.ZodObject<{
1343
1343
  status: import("../..").MarkStatusEnums;
1344
1344
  ban: boolean;
1345
1345
  id: number;
1346
+ date_build: string;
1346
1347
  kol: number;
1347
- brak: boolean;
1348
1348
  user_id: number;
1349
+ oper_id: number;
1350
+ assemble_id: number;
1349
1351
  metaloworking_id: number;
1352
+ brak: boolean;
1353
+ execution_time: number;
1350
1354
  production_task_id: number | null;
1351
- date_build: string;
1352
1355
  quantity_shipped: number;
1353
- execution_time: number;
1354
- assemble_id: number;
1355
- oper_id: number;
1356
1356
  description?: string | undefined;
1357
+ assemble_kit_id?: number | null | undefined;
1357
1358
  operation_execution_time?: {
1358
1359
  preTime: number;
1359
1360
  helperTime: number;
1360
1361
  mainTime: number;
1361
1362
  } | undefined;
1362
- assemble_kit_id?: number | null | undefined;
1363
1363
  }[] | undefined;
1364
1364
  }[] | undefined;
1365
1365
  } | undefined;
@@ -1423,8 +1423,8 @@ export declare const DetalSchema: z.ZodObject<{
1423
1423
  description: string | null;
1424
1424
  id: number;
1425
1425
  name: string;
1426
- materialList: EntityCommonSpecificationArray | null;
1427
1426
  assemble_id: number | null;
1427
+ materialList: EntityCommonSpecificationArray | null;
1428
1428
  ava_path: string | null;
1429
1429
  parametrs: import("../../cbed").CbedParametrsField | null;
1430
1430
  characteristic: import("../../cbed").CbedCharacteristicField | null;
@@ -1666,23 +1666,23 @@ export declare const DetalSchema: z.ZodObject<{
1666
1666
  status: import("../..").MarkStatusEnums;
1667
1667
  ban: boolean;
1668
1668
  id: number;
1669
+ date_build: string;
1669
1670
  kol: number;
1670
- brak: boolean;
1671
1671
  user_id: number;
1672
+ oper_id: number;
1673
+ assemble_id: number;
1672
1674
  metaloworking_id: number;
1675
+ brak: boolean;
1676
+ execution_time: number;
1673
1677
  production_task_id: number | null;
1674
- date_build: string;
1675
1678
  quantity_shipped: number;
1676
- execution_time: number;
1677
- assemble_id: number;
1678
- oper_id: number;
1679
1679
  description?: string | undefined;
1680
+ assemble_kit_id?: number | null | undefined;
1680
1681
  operation_execution_time?: {
1681
1682
  preTime: number;
1682
1683
  helperTime: number;
1683
1684
  mainTime: number;
1684
1685
  } | undefined;
1685
- assemble_kit_id?: number | null | undefined;
1686
1686
  }[] | undefined;
1687
1687
  }[] | undefined;
1688
1688
  } | undefined;