@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
@@ -19,7 +19,7 @@ exports.ShComplitUpdateSchema = zod_1.z.object({
19
19
  }),
20
20
  company_id: zod_1.z.string(),
21
21
  numberComplit: zod_1.z.string(),
22
- dateShipmentsFakt: zod_1.z.string(),
22
+ date_shipments_fakt: zod_1.z.string(),
23
23
  shippedShipments: zod_1.z
24
24
  .string()
25
25
  .nullish()
@@ -648,23 +648,23 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
648
648
  status: import("../..").MarkStatusEnums;
649
649
  ban: boolean;
650
650
  id: number;
651
+ date_build: string;
651
652
  kol: number;
652
- brak: boolean;
653
653
  user_id: number;
654
+ oper_id: number;
655
+ assemble_id: number;
654
656
  metaloworking_id: number;
657
+ brak: boolean;
658
+ execution_time: number;
655
659
  production_task_id: number | null;
656
- date_build: string;
657
660
  quantity_shipped: number;
658
- execution_time: number;
659
- assemble_id: number;
660
- oper_id: number;
661
661
  description?: string | undefined;
662
+ assemble_kit_id?: number | null | undefined;
662
663
  operation_execution_time?: {
663
664
  preTime: number;
664
665
  helperTime: number;
665
666
  mainTime: number;
666
667
  } | undefined;
667
- assemble_kit_id?: number | null | undefined;
668
668
  }[] | undefined;
669
669
  }[] | undefined;
670
670
  }, z.ZodTypeDef, {
@@ -700,23 +700,23 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
700
700
  status: import("../..").MarkStatusEnums;
701
701
  ban: boolean;
702
702
  id: number;
703
+ date_build: string;
703
704
  kol: number;
704
- brak: boolean;
705
705
  user_id: number;
706
+ oper_id: number;
707
+ assemble_id: number;
706
708
  metaloworking_id: number;
709
+ brak: boolean;
710
+ execution_time: number;
707
711
  production_task_id: number | null;
708
- date_build: string;
709
712
  quantity_shipped: number;
710
- execution_time: number;
711
- assemble_id: number;
712
- oper_id: number;
713
713
  description?: string | undefined;
714
+ assemble_kit_id?: number | null | undefined;
714
715
  operation_execution_time?: {
715
716
  preTime: number;
716
717
  helperTime: number;
717
718
  mainTime: number;
718
719
  } | undefined;
719
- assemble_kit_id?: number | null | undefined;
720
720
  }[] | undefined;
721
721
  }[] | undefined;
722
722
  }>>>;
@@ -756,6 +756,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
756
756
  description: string | null;
757
757
  id: number;
758
758
  name: string;
759
+ assemble_id: number | null;
759
760
  attention: boolean;
760
761
  in_kit: number;
761
762
  quantity: number;
@@ -764,7 +765,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
764
765
  deficit: number;
765
766
  deficit_by_sclad: number;
766
767
  materialList: import("../..").EntityCommonSpecificationArray | null;
767
- assemble_id: number | null;
768
768
  production_ordered: number;
769
769
  ava_path: string | null;
770
770
  parametrs: import("../../cbed").CbedParametrsField | null;
@@ -782,8 +782,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
782
782
  description: string | null;
783
783
  id: number;
784
784
  name: string;
785
- materialList: import("../..").EntityCommonSpecificationArray | null;
786
785
  assemble_id: number | null;
786
+ materialList: import("../..").EntityCommonSpecificationArray | null;
787
787
  ava_path: string | null;
788
788
  parametrs: import("../../cbed").CbedParametrsField | null;
789
789
  characteristic: import("../../cbed").CbedCharacteristicField | null;
@@ -1092,6 +1092,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1092
1092
  description: string | null;
1093
1093
  id: number;
1094
1094
  name: string;
1095
+ assemble_id: number | null;
1095
1096
  attention: boolean;
1096
1097
  in_kit: number;
1097
1098
  quantity: number;
@@ -1100,7 +1101,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1100
1101
  deficit: number;
1101
1102
  deficit_by_sclad: number;
1102
1103
  materialList: import("../..").EntityCommonSpecificationArray | null;
1103
- assemble_id: number | null;
1104
1104
  production_ordered: number;
1105
1105
  ava_path: string | null;
1106
1106
  parametrs: import("../../cbed").CbedParametrsField | null;
@@ -1339,23 +1339,23 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1339
1339
  status: import("../..").MarkStatusEnums;
1340
1340
  ban: boolean;
1341
1341
  id: number;
1342
+ date_build: string;
1342
1343
  kol: number;
1343
- brak: boolean;
1344
1344
  user_id: number;
1345
+ oper_id: number;
1346
+ assemble_id: number;
1345
1347
  metaloworking_id: number;
1348
+ brak: boolean;
1349
+ execution_time: number;
1346
1350
  production_task_id: number | null;
1347
- date_build: string;
1348
1351
  quantity_shipped: number;
1349
- execution_time: number;
1350
- assemble_id: number;
1351
- oper_id: number;
1352
1352
  description?: string | undefined;
1353
+ assemble_kit_id?: number | null | undefined;
1353
1354
  operation_execution_time?: {
1354
1355
  preTime: number;
1355
1356
  helperTime: number;
1356
1357
  mainTime: number;
1357
1358
  } | undefined;
1358
- assemble_kit_id?: number | null | undefined;
1359
1359
  }[] | undefined;
1360
1360
  }[] | undefined;
1361
1361
  } | undefined;
@@ -1413,8 +1413,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1413
1413
  description: string | null;
1414
1414
  id: number;
1415
1415
  name: string;
1416
- materialList: import("../..").EntityCommonSpecificationArray | null;
1417
1416
  assemble_id: number | null;
1417
+ materialList: import("../..").EntityCommonSpecificationArray | null;
1418
1418
  ava_path: string | null;
1419
1419
  parametrs: import("../../cbed").CbedParametrsField | null;
1420
1420
  characteristic: import("../../cbed").CbedCharacteristicField | null;
@@ -1662,23 +1662,23 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1662
1662
  status: import("../..").MarkStatusEnums;
1663
1663
  ban: boolean;
1664
1664
  id: number;
1665
+ date_build: string;
1665
1666
  kol: number;
1666
- brak: boolean;
1667
1667
  user_id: number;
1668
+ oper_id: number;
1669
+ assemble_id: number;
1668
1670
  metaloworking_id: number;
1671
+ brak: boolean;
1672
+ execution_time: number;
1669
1673
  production_task_id: number | null;
1670
- date_build: string;
1671
1674
  quantity_shipped: number;
1672
- execution_time: number;
1673
- assemble_id: number;
1674
- oper_id: number;
1675
1675
  description?: string | undefined;
1676
+ assemble_kit_id?: number | null | undefined;
1676
1677
  operation_execution_time?: {
1677
1678
  preTime: number;
1678
1679
  helperTime: number;
1679
1680
  mainTime: number;
1680
1681
  } | undefined;
1681
- assemble_kit_id?: number | null | undefined;
1682
1682
  }[] | undefined;
1683
1683
  }[] | undefined;
1684
1684
  } | undefined;
@@ -1765,6 +1765,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1765
1765
  description?: string | null | undefined;
1766
1766
  id?: number | undefined;
1767
1767
  name?: string | undefined;
1768
+ assemble_id?: number | null | undefined;
1768
1769
  attention?: boolean | undefined;
1769
1770
  in_kit?: number | undefined;
1770
1771
  quantity?: number | undefined;
@@ -1773,7 +1774,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1773
1774
  deficit?: number | undefined;
1774
1775
  deficit_by_sclad?: number | undefined;
1775
1776
  materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
1776
- assemble_id?: number | null | undefined;
1777
1777
  production_ordered?: number | undefined;
1778
1778
  ava_path?: string | null | undefined;
1779
1779
  parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
@@ -1793,6 +1793,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1793
1793
  description?: string | null | undefined;
1794
1794
  id?: number | undefined;
1795
1795
  name?: string | undefined;
1796
+ assemble_id?: number | null | undefined;
1796
1797
  attention?: boolean | undefined;
1797
1798
  in_kit?: number | undefined;
1798
1799
  quantity?: number | undefined;
@@ -1801,7 +1802,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
1801
1802
  deficit?: number | undefined;
1802
1803
  deficit_by_sclad?: number | undefined;
1803
1804
  materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
1804
- assemble_id?: number | null | undefined;
1805
1805
  production_ordered?: number | undefined;
1806
1806
  ava_path?: string | null | undefined;
1807
1807
  parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
@@ -2489,6 +2489,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2489
2489
  description?: string | null | undefined;
2490
2490
  id?: number | undefined;
2491
2491
  name?: string | undefined;
2492
+ assemble_id?: number | null | undefined;
2492
2493
  attention?: boolean | undefined;
2493
2494
  in_kit?: number | undefined;
2494
2495
  quantity?: number | undefined;
@@ -2497,7 +2498,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2497
2498
  deficit?: number | undefined;
2498
2499
  deficit_by_sclad?: number | undefined;
2499
2500
  materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
2500
- assemble_id?: number | null | undefined;
2501
2501
  production_ordered?: number | undefined;
2502
2502
  ava_path?: string | null | undefined;
2503
2503
  parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
@@ -2520,6 +2520,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2520
2520
  description: string | null;
2521
2521
  id: number;
2522
2522
  name: string;
2523
+ assemble_id: number | null;
2523
2524
  attention: boolean;
2524
2525
  in_kit: number;
2525
2526
  quantity: number;
@@ -2528,7 +2529,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2528
2529
  deficit: number;
2529
2530
  deficit_by_sclad: number;
2530
2531
  materialList: import("../..").EntityCommonSpecificationArray | null;
2531
- assemble_id: number | null;
2532
2532
  production_ordered: number;
2533
2533
  ava_path: string | null;
2534
2534
  parametrs: import("../../cbed").CbedParametrsField | null;
@@ -2767,23 +2767,23 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2767
2767
  status: import("../..").MarkStatusEnums;
2768
2768
  ban: boolean;
2769
2769
  id: number;
2770
+ date_build: string;
2770
2771
  kol: number;
2771
- brak: boolean;
2772
2772
  user_id: number;
2773
+ oper_id: number;
2774
+ assemble_id: number;
2773
2775
  metaloworking_id: number;
2776
+ brak: boolean;
2777
+ execution_time: number;
2774
2778
  production_task_id: number | null;
2775
- date_build: string;
2776
2779
  quantity_shipped: number;
2777
- execution_time: number;
2778
- assemble_id: number;
2779
- oper_id: number;
2780
2780
  description?: string | undefined;
2781
+ assemble_kit_id?: number | null | undefined;
2781
2782
  operation_execution_time?: {
2782
2783
  preTime: number;
2783
2784
  helperTime: number;
2784
2785
  mainTime: number;
2785
2786
  } | undefined;
2786
- assemble_kit_id?: number | null | undefined;
2787
2787
  }[] | undefined;
2788
2788
  }[] | undefined;
2789
2789
  } | undefined;
@@ -2955,6 +2955,7 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2955
2955
  description?: string | null | undefined;
2956
2956
  id?: number | undefined;
2957
2957
  name?: string | undefined;
2958
+ assemble_id?: number | null | undefined;
2958
2959
  attention?: boolean | undefined;
2959
2960
  in_kit?: number | undefined;
2960
2961
  quantity?: number | undefined;
@@ -2963,7 +2964,6 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2963
2964
  deficit?: number | undefined;
2964
2965
  deficit_by_sclad?: number | undefined;
2965
2966
  materialList?: import("../..").EntityCommonSpecificationArray | null | undefined;
2966
- assemble_id?: number | null | undefined;
2967
2967
  production_ordered?: number | undefined;
2968
2968
  ava_path?: string | null | undefined;
2969
2969
  parametrs?: import("../../cbed").CbedParametrsField | null | undefined;
@@ -2984,8 +2984,8 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
2984
2984
  description: string | null;
2985
2985
  id: number;
2986
2986
  name: string;
2987
- materialList: import("../..").EntityCommonSpecificationArray | null;
2988
2987
  assemble_id: number | null;
2988
+ materialList: import("../..").EntityCommonSpecificationArray | null;
2989
2989
  ava_path: string | null;
2990
2990
  parametrs: import("../../cbed").CbedParametrsField | null;
2991
2991
  characteristic: import("../../cbed").CbedCharacteristicField | null;
@@ -3233,23 +3233,23 @@ export declare const SpecificationAttributesSchema: z.ZodObject<{
3233
3233
  status: import("../..").MarkStatusEnums;
3234
3234
  ban: boolean;
3235
3235
  id: number;
3236
+ date_build: string;
3236
3237
  kol: number;
3237
- brak: boolean;
3238
3238
  user_id: number;
3239
+ oper_id: number;
3240
+ assemble_id: number;
3239
3241
  metaloworking_id: number;
3242
+ brak: boolean;
3243
+ execution_time: number;
3240
3244
  production_task_id: number | null;
3241
- date_build: string;
3242
3245
  quantity_shipped: number;
3243
- execution_time: number;
3244
- assemble_id: number;
3245
- oper_id: number;
3246
3246
  description?: string | undefined;
3247
+ assemble_kit_id?: number | null | undefined;
3247
3248
  operation_execution_time?: {
3248
3249
  preTime: number;
3249
3250
  helperTime: number;
3250
3251
  mainTime: number;
3251
3252
  } | undefined;
3252
- assemble_kit_id?: number | null | undefined;
3253
3253
  }[] | undefined;
3254
3254
  }[] | undefined;
3255
3255
  } | undefined;
@@ -1,47 +1,47 @@
1
1
  import { z } from 'zod';
2
2
  export declare const CreateStockOrderDtoZod: z.ZodObject<{
3
3
  workersData: z.ZodObject<{
4
- dateOrder: z.ZodAny;
4
+ date_order: z.ZodAny;
5
5
  description: z.ZodString;
6
6
  type: z.ZodNativeEnum<typeof import("../..").IzdType>;
7
7
  }, "strip", z.ZodTypeAny, {
8
8
  type: import("../..").IzdType;
9
9
  description: string;
10
- dateOrder?: any;
10
+ date_order?: any;
11
11
  }, {
12
12
  type: import("../..").IzdType;
13
13
  description: string;
14
- dateOrder?: any;
14
+ date_order?: any;
15
15
  }>;
16
16
  workersComplect: z.ZodArray<z.ZodObject<{
17
- myKolvo: z.ZodNullable<z.ZodNumber>;
18
- objectId: z.ZodNumber;
17
+ my_kolvo: z.ZodNullable<z.ZodNumber>;
18
+ object_id: z.ZodNumber;
19
19
  }, "strip", z.ZodTypeAny, {
20
- myKolvo: number | null;
21
- objectId: number;
20
+ my_kolvo: number | null;
21
+ object_id: number;
22
22
  }, {
23
- myKolvo: number | null;
24
- objectId: number;
23
+ my_kolvo: number | null;
24
+ object_id: number;
25
25
  }>, "many">;
26
26
  }, "strip", z.ZodTypeAny, {
27
27
  workersData: {
28
28
  type: import("../..").IzdType;
29
29
  description: string;
30
- dateOrder?: any;
30
+ date_order?: any;
31
31
  };
32
32
  workersComplect: {
33
- myKolvo: number | null;
34
- objectId: number;
33
+ my_kolvo: number | null;
34
+ object_id: number;
35
35
  }[];
36
36
  }, {
37
37
  workersData: {
38
38
  type: import("../..").IzdType;
39
39
  description: string;
40
- dateOrder?: any;
40
+ date_order?: any;
41
41
  };
42
42
  workersComplect: {
43
- myKolvo: number | null;
44
- objectId: number;
43
+ my_kolvo: number | null;
44
+ object_id: number;
45
45
  }[];
46
46
  }>;
47
47
  export type CreateStockOrderDtoZodType = z.infer<typeof CreateStockOrderDtoZod>;
@@ -1,27 +1,27 @@
1
1
  import { z } from 'zod';
2
2
  import { IzdType } from '../../utils';
3
3
  export declare const StockOrderComplectZod: z.ZodObject<{
4
- myKolvo: z.ZodNullable<z.ZodNumber>;
5
- objectId: z.ZodNumber;
4
+ my_kolvo: z.ZodNullable<z.ZodNumber>;
5
+ object_id: z.ZodNumber;
6
6
  }, "strip", z.ZodTypeAny, {
7
- myKolvo: number | null;
8
- objectId: number;
7
+ my_kolvo: number | null;
8
+ object_id: number;
9
9
  }, {
10
- myKolvo: number | null;
11
- objectId: number;
10
+ my_kolvo: number | null;
11
+ object_id: number;
12
12
  }>;
13
13
  export declare const StockOrderDataZod: z.ZodObject<{
14
- dateOrder: z.ZodAny;
14
+ date_order: z.ZodAny;
15
15
  description: z.ZodString;
16
16
  type: z.ZodNativeEnum<typeof IzdType>;
17
17
  }, "strip", z.ZodTypeAny, {
18
18
  type: IzdType;
19
19
  description: string;
20
- dateOrder?: any;
20
+ date_order?: any;
21
21
  }, {
22
22
  type: IzdType;
23
23
  description: string;
24
- dateOrder?: any;
24
+ date_order?: any;
25
25
  }>;
26
26
  export type StockOrderDataZodType = z.infer<typeof StockOrderDataZod>;
27
27
  export type StockOrderComplectZodType = z.infer<typeof StockOrderComplectZod>;
@@ -4,11 +4,11 @@ exports.StockOrderDataZod = exports.StockOrderComplectZod = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const utils_1 = require("../../utils");
6
6
  exports.StockOrderComplectZod = zod_1.z.object({
7
- myKolvo: zod_1.z.number().nullable(),
8
- objectId: zod_1.z.number().int().positive()
7
+ my_kolvo: zod_1.z.number().nullable(),
8
+ object_id: zod_1.z.number().int().positive()
9
9
  });
10
10
  exports.StockOrderDataZod = zod_1.z.object({
11
- dateOrder: zod_1.z.any(),
11
+ date_order: zod_1.z.any(),
12
12
  description: zod_1.z.string(),
13
13
  type: zod_1.z.nativeEnum(utils_1.IzdType)
14
14
  });
@@ -5,21 +5,21 @@ export declare const UpCreateTechProcessDtoZod: z.ZodObject<{
5
5
  description: z.ZodString;
6
6
  docs: z.ZodAny;
7
7
  id: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
8
- izdType: z.ZodType<ActionEntityTypes, z.ZodTypeDef, ActionEntityTypes>;
9
- izdId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
8
+ izd_type: z.ZodType<ActionEntityTypes, z.ZodTypeDef, ActionEntityTypes>;
9
+ izd_id: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number | null | undefined, unknown>;
10
10
  }, "strip", z.ZodTypeAny, {
11
11
  description: string;
12
12
  operationList: string;
13
- izdType: ActionEntityTypes;
13
+ izd_type: ActionEntityTypes;
14
14
  id?: number | null | undefined;
15
15
  docs?: any;
16
- izdId?: number | null | undefined;
16
+ izd_id?: number | null | undefined;
17
17
  }, {
18
18
  description: string;
19
19
  operationList: string;
20
- izdType: ActionEntityTypes;
20
+ izd_type: ActionEntityTypes;
21
21
  id?: unknown;
22
22
  docs?: any;
23
- izdId?: unknown;
23
+ izd_id?: unknown;
24
24
  }>;
25
25
  export type UpCreateTechProcessDtoZodType = z.infer<typeof UpCreateTechProcessDtoZod>;
@@ -7,6 +7,6 @@ exports.UpCreateTechProcessDtoZod = zod_1.z.object({
7
7
  description: zod_1.z.string(),
8
8
  docs: zod_1.z.any(),
9
9
  id: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional()),
10
- izdType: zod_1.z.custom(),
11
- izdId: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional())
10
+ izd_type: zod_1.z.custom(),
11
+ izd_id: zod_1.z.preprocess(val => typeof val === 'string' && parseInt(val, 10) ? parseInt(val, 10) : null, zod_1.z.number().nullable().optional())
12
12
  });
@@ -61,44 +61,44 @@ export declare const TechProcessSchema: z.ZodObject<{
61
61
  status: import("../..").MarkStatusEnums;
62
62
  ban: boolean;
63
63
  id: number;
64
+ date_build: string;
64
65
  kol: number;
65
- brak: boolean;
66
66
  user_id: number;
67
+ oper_id: number;
68
+ assemble_id: number;
67
69
  metaloworking_id: number;
70
+ brak: boolean;
71
+ execution_time: number;
68
72
  production_task_id: number | null;
69
- date_build: string;
70
73
  quantity_shipped: number;
71
- execution_time: number;
72
- assemble_id: number;
73
- oper_id: number;
74
74
  description?: string | undefined;
75
+ assemble_kit_id?: number | null | undefined;
75
76
  operation_execution_time?: {
76
77
  preTime: number;
77
78
  helperTime: number;
78
79
  mainTime: number;
79
80
  } | undefined;
80
- assemble_kit_id?: number | null | undefined;
81
81
  }, {
82
82
  status: import("../..").MarkStatusEnums;
83
83
  ban: boolean;
84
84
  id: number;
85
+ date_build: string;
85
86
  kol: number;
86
- brak: boolean;
87
87
  user_id: number;
88
+ oper_id: number;
89
+ assemble_id: number;
88
90
  metaloworking_id: number;
91
+ brak: boolean;
92
+ execution_time: number;
89
93
  production_task_id: number | null;
90
- date_build: string;
91
94
  quantity_shipped: number;
92
- execution_time: number;
93
- assemble_id: number;
94
- oper_id: number;
95
95
  description?: string | undefined;
96
+ assemble_kit_id?: number | null | undefined;
96
97
  operation_execution_time?: {
97
98
  preTime: number;
98
99
  helperTime: number;
99
100
  mainTime: number;
100
101
  } | undefined;
101
- assemble_kit_id?: number | null | undefined;
102
102
  }>, "many">>;
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  ban: boolean;
@@ -125,23 +125,23 @@ export declare const TechProcessSchema: z.ZodObject<{
125
125
  status: import("../..").MarkStatusEnums;
126
126
  ban: boolean;
127
127
  id: number;
128
+ date_build: string;
128
129
  kol: number;
129
- brak: boolean;
130
130
  user_id: number;
131
+ oper_id: number;
132
+ assemble_id: number;
131
133
  metaloworking_id: number;
134
+ brak: boolean;
135
+ execution_time: number;
132
136
  production_task_id: number | null;
133
- date_build: string;
134
137
  quantity_shipped: number;
135
- execution_time: number;
136
- assemble_id: number;
137
- oper_id: number;
138
138
  description?: string | undefined;
139
+ assemble_kit_id?: number | null | undefined;
139
140
  operation_execution_time?: {
140
141
  preTime: number;
141
142
  helperTime: number;
142
143
  mainTime: number;
143
144
  } | undefined;
144
- assemble_kit_id?: number | null | undefined;
145
145
  }[] | undefined;
146
146
  }, {
147
147
  name: number;
@@ -154,23 +154,23 @@ export declare const TechProcessSchema: z.ZodObject<{
154
154
  status: import("../..").MarkStatusEnums;
155
155
  ban: boolean;
156
156
  id: number;
157
+ date_build: string;
157
158
  kol: number;
158
- brak: boolean;
159
159
  user_id: number;
160
+ oper_id: number;
161
+ assemble_id: number;
160
162
  metaloworking_id: number;
163
+ brak: boolean;
164
+ execution_time: number;
161
165
  production_task_id: number | null;
162
- date_build: string;
163
166
  quantity_shipped: number;
164
- execution_time: number;
165
- assemble_id: number;
166
- oper_id: number;
167
167
  description?: string | undefined;
168
+ assemble_kit_id?: number | null | undefined;
168
169
  operation_execution_time?: {
169
170
  preTime: number;
170
171
  helperTime: number;
171
172
  mainTime: number;
172
173
  } | undefined;
173
- assemble_kit_id?: number | null | undefined;
174
174
  }[] | undefined;
175
175
  preTime?: number | undefined;
176
176
  helperTime?: number | undefined;
@@ -220,23 +220,23 @@ export declare const TechProcessSchema: z.ZodObject<{
220
220
  status: import("../..").MarkStatusEnums;
221
221
  ban: boolean;
222
222
  id: number;
223
+ date_build: string;
223
224
  kol: number;
224
- brak: boolean;
225
225
  user_id: number;
226
+ oper_id: number;
227
+ assemble_id: number;
226
228
  metaloworking_id: number;
229
+ brak: boolean;
230
+ execution_time: number;
227
231
  production_task_id: number | null;
228
- date_build: string;
229
232
  quantity_shipped: number;
230
- execution_time: number;
231
- assemble_id: number;
232
- oper_id: number;
233
233
  description?: string | undefined;
234
+ assemble_kit_id?: number | null | undefined;
234
235
  operation_execution_time?: {
235
236
  preTime: number;
236
237
  helperTime: number;
237
238
  mainTime: number;
238
239
  } | undefined;
239
- assemble_kit_id?: number | null | undefined;
240
240
  }[] | undefined;
241
241
  }[] | undefined;
242
242
  }, {
@@ -258,23 +258,23 @@ export declare const TechProcessSchema: z.ZodObject<{
258
258
  status: import("../..").MarkStatusEnums;
259
259
  ban: boolean;
260
260
  id: number;
261
+ date_build: string;
261
262
  kol: number;
262
- brak: boolean;
263
263
  user_id: number;
264
+ oper_id: number;
265
+ assemble_id: number;
264
266
  metaloworking_id: number;
267
+ brak: boolean;
268
+ execution_time: number;
265
269
  production_task_id: number | null;
266
- date_build: string;
267
270
  quantity_shipped: number;
268
- execution_time: number;
269
- assemble_id: number;
270
- oper_id: number;
271
271
  description?: string | undefined;
272
+ assemble_kit_id?: number | null | undefined;
272
273
  operation_execution_time?: {
273
274
  preTime: number;
274
275
  helperTime: number;
275
276
  mainTime: number;
276
277
  } | undefined;
277
- assemble_kit_id?: number | null | undefined;
278
278
  }[] | undefined;
279
279
  preTime?: number | undefined;
280
280
  helperTime?: number | undefined;