@pksep/zod-shared 0.0.551 → 0.0.552

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 (71) hide show
  1. package/dist/action/enums/enums.d.ts +0 -10
  2. package/dist/action/enums/enums.js +0 -10
  3. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +24 -24
  4. package/dist/assemble/interfaces/interfaces.d.ts +36 -6
  5. package/dist/assemble/schemas/assemble-coming.schema.d.ts +18 -18
  6. package/dist/assemble/schemas/assemble.schema.d.ts +18 -18
  7. package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +6 -6
  8. package/dist/buyer/schemas/buyer.schema.d.ts +2 -2
  9. package/dist/buyer/schemas/purchases.schema.d.ts +2 -2
  10. package/dist/cbed/schemas/cbed.schema.d.ts +2 -2
  11. package/dist/company/schemas/companies.schema.d.ts +2 -2
  12. package/dist/detal/default-values/default-values.d.ts +0 -4
  13. package/dist/detal/default-values/default-values.js +0 -4
  14. package/dist/detal/schemas/detal-deficit.schema.d.ts +28 -198
  15. package/dist/detal/schemas/detal.schema.d.ts +22 -192
  16. package/dist/document/dto/update-document.dto.d.ts +2 -2
  17. package/dist/edizm/schemas/edizm.schema.d.ts +2 -2
  18. package/dist/edizm/schemas/type-edizm.schema.d.ts +6 -6
  19. package/dist/equipment/dto/udate-equipment-type.dto.d.ts +2 -2
  20. package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
  21. package/dist/equipment/schemas/equipment-pt.schema.d.ts +2 -2
  22. package/dist/equipment/schemas/equipment.schema.d.ts +6 -6
  23. package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +4 -4
  24. package/dist/expenditure/schema/expenditure-position.schema.d.ts +2 -2
  25. package/dist/instrument/dto/update-instrument.dto.d.ts +2 -2
  26. package/dist/instrument/dto/update-pt.dto.d.ts +2 -2
  27. package/dist/instrument/schemas/pt-instrument.schema.d.ts +2 -2
  28. package/dist/inventary/dto/update-inventary.dto.d.ts +2 -2
  29. package/dist/material/dto/create-material.dto.d.ts +0 -136
  30. package/dist/material/dto/create-material.dto.js +0 -16
  31. package/dist/material/dto/up-create-type-material.dto.d.ts +0 -4
  32. package/dist/material/dto/up-create-type-material.dto.js +1 -6
  33. package/dist/material/enum/enum.d.ts +0 -10
  34. package/dist/material/enum/enum.js +1 -12
  35. package/dist/material/index.d.ts +0 -1
  36. package/dist/material/index.js +0 -1
  37. package/dist/material/interfaces/interface.d.ts +0 -5
  38. package/dist/material/schemas/material-characteristics.schema.d.ts +0 -56
  39. package/dist/material/schemas/material-characteristics.schema.js +1 -3
  40. package/dist/material/schemas/material-shipments-response.schema.d.ts +6 -130
  41. package/dist/material/schemas/material.schema.d.ts +6 -130
  42. package/dist/material/schemas/subtype-material.schema.d.ts +2 -2
  43. package/dist/material/schemas/subtype-material.schema.js +1 -1
  44. package/dist/material/schemas/type-material.schema.d.ts +2 -118
  45. package/dist/material/schemas/type-material.schema.js +2 -9
  46. package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
  47. package/dist/moving/schemas/moving.schema.d.ts +6 -6
  48. package/dist/operations/dto/get-type-operation-by-id.dto.d.ts +3 -3
  49. package/dist/operations/dto/update-type-operation.dto.d.ts +2 -2
  50. package/dist/product/schemas/product-deficit.schema.d.ts +6 -6
  51. package/dist/production-tasks/index.d.ts +1 -0
  52. package/dist/production-tasks/index.js +1 -0
  53. package/dist/production-tasks/schemas/orders-summary-by-entity.schema.d.ts +232 -0
  54. package/dist/production-tasks/schemas/orders-summary-by-entity.schema.js +64 -0
  55. package/dist/role/dto/update-role.dto.d.ts +2 -2
  56. package/dist/role/schemas/role.schema.d.ts +8 -8
  57. package/dist/sclad/schemas/remain.schema.d.ts +2 -2
  58. package/dist/sclad/schemas/remains.schema.d.ts +16 -16
  59. package/dist/settings/dto/update-edizm.dto.d.ts +2 -2
  60. package/dist/shipments/dto/shipments-list-pagination-response.dto.d.ts +18 -18
  61. package/dist/shipments/dto/up-create-shipments.dto.d.ts +4 -4
  62. package/dist/shipments/schemas/shipment-list-item.schema.d.ts +12 -12
  63. package/dist/shipments/schemas/shipments.schema.d.ts +4 -4
  64. package/dist/shipments/types/increment-shipments-kolvo.type.d.ts +12 -12
  65. package/dist/shipments/types/update-shipments-by-product.type.d.ts +12 -12
  66. package/dist/specification/schema/attributes.schema.d.ts +46 -432
  67. package/dist/tech-process/schemas/tech-process.schema.d.ts +2 -2
  68. package/dist/user/schemas/user.schema.d.ts +4 -4
  69. package/dist/utils/schemas/schema.d.ts +2 -2
  70. package/dist/utils/types.d.ts +0 -6
  71. package/package.json +1 -1
@@ -2,8 +2,6 @@ export declare enum ActionEntityTypes {
2
2
  production_operation_positions = "production_operation_positions",
3
3
  product = "product",
4
4
  cbed = "cbed",
5
- type_material = "type_material",
6
- subtype_material = "subtype_material",
7
5
  movement_error = "movement_error",
8
6
  rack = "rack",
9
7
  tools = "tools",
@@ -58,14 +56,6 @@ export declare const ActionEntityTypesDB: {
58
56
  readonly name: "cbed";
59
57
  readonly attributes: readonly ["designation"];
60
58
  };
61
- readonly type_material: {
62
- readonly name: "type_material";
63
- readonly attributes: readonly ["name"];
64
- };
65
- readonly subtype_material: {
66
- readonly name: "subtype_material";
67
- readonly attributes: readonly ["name"];
68
- };
69
59
  readonly rack: {
70
60
  readonly name: "rack";
71
61
  readonly attributes: readonly ["id"];
@@ -6,8 +6,6 @@ var ActionEntityTypes;
6
6
  ActionEntityTypes["production_operation_positions"] = "production_operation_positions";
7
7
  ActionEntityTypes["product"] = "product";
8
8
  ActionEntityTypes["cbed"] = "cbed";
9
- ActionEntityTypes["type_material"] = "type_material";
10
- ActionEntityTypes["subtype_material"] = "subtype_material";
11
9
  ActionEntityTypes["movement_error"] = "movement_error";
12
10
  ActionEntityTypes["rack"] = "rack";
13
11
  ActionEntityTypes["tools"] = "tools";
@@ -56,14 +54,6 @@ exports.ActionEntityTypesDB = {
56
54
  attributes: ['description']
57
55
  },
58
56
  [ActionEntityTypes.cbed]: { name: 'cbed', attributes: ['designation'] },
59
- [ActionEntityTypes.type_material]: {
60
- name: 'type_material',
61
- attributes: ['name']
62
- },
63
- [ActionEntityTypes.subtype_material]: {
64
- name: 'subtype_material',
65
- attributes: ['name']
66
- },
67
57
  [ActionEntityTypes.rack]: { name: 'rack', attributes: ['id'] },
68
58
  [ActionEntityTypes.shcomplit]: {
69
59
  name: 'sh_complit',
@@ -43,8 +43,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
43
43
  purchasesId: z.ZodOptional<z.ZodNumber>;
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  ban: boolean;
46
- name: string;
47
46
  id: number;
47
+ name: string;
48
48
  attention: boolean;
49
49
  description?: string | null | undefined;
50
50
  contacts?: string | null | undefined;
@@ -53,8 +53,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
53
53
  rekvisit?: string | null | undefined;
54
54
  purchasesId?: number | undefined;
55
55
  }, {
56
- name: string;
57
56
  id: number;
57
+ name: string;
58
58
  ban?: boolean | undefined;
59
59
  description?: string | null | undefined;
60
60
  contacts?: string | null | undefined;
@@ -86,8 +86,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
86
86
  product?: any;
87
87
  buyer?: {
88
88
  ban: boolean;
89
- name: string;
90
89
  id: number;
90
+ name: string;
91
91
  attention: boolean;
92
92
  description?: string | null | undefined;
93
93
  contacts?: string | null | undefined;
@@ -114,8 +114,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
114
114
  ban?: boolean | undefined;
115
115
  product?: any;
116
116
  buyer?: {
117
- name: string;
118
117
  id: number;
118
+ name: string;
119
119
  ban?: boolean | undefined;
120
120
  description?: string | null | undefined;
121
121
  contacts?: string | null | undefined;
@@ -325,8 +325,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
325
325
  }, "strip", z.ZodTypeAny, {
326
326
  ban: boolean;
327
327
  description: string;
328
- name?: number | undefined;
329
328
  id?: number | null | undefined;
329
+ name?: number | undefined;
330
330
  detalId?: number | null | undefined;
331
331
  cbedId?: number | null | undefined;
332
332
  productId?: number | null | undefined;
@@ -378,8 +378,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
378
378
  }, {
379
379
  ban?: boolean | undefined;
380
380
  description?: string | undefined;
381
- name?: number | undefined;
382
381
  id?: number | null | undefined;
382
+ name?: number | undefined;
383
383
  detalId?: number | null | undefined;
384
384
  cbedId?: number | null | undefined;
385
385
  productId?: number | null | undefined;
@@ -526,8 +526,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
526
526
  purchasesId: z.ZodOptional<z.ZodNumber>;
527
527
  }, "strip", z.ZodTypeAny, {
528
528
  ban: boolean;
529
- name: string;
530
529
  id: number;
530
+ name: string;
531
531
  attention: boolean;
532
532
  description?: string | null | undefined;
533
533
  contacts?: string | null | undefined;
@@ -536,8 +536,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
536
536
  rekvisit?: string | null | undefined;
537
537
  purchasesId?: number | undefined;
538
538
  }, {
539
- name: string;
540
539
  id: number;
540
+ name: string;
541
541
  ban?: boolean | undefined;
542
542
  description?: string | null | undefined;
543
543
  contacts?: string | null | undefined;
@@ -569,8 +569,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
569
569
  product?: any;
570
570
  buyer?: {
571
571
  ban: boolean;
572
- name: string;
573
572
  id: number;
573
+ name: string;
574
574
  attention: boolean;
575
575
  description?: string | null | undefined;
576
576
  contacts?: string | null | undefined;
@@ -597,8 +597,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
597
597
  ban?: boolean | undefined;
598
598
  product?: any;
599
599
  buyer?: {
600
- name: string;
601
600
  id: number;
601
+ name: string;
602
602
  ban?: boolean | undefined;
603
603
  description?: string | null | undefined;
604
604
  contacts?: string | null | undefined;
@@ -666,8 +666,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
666
666
  product?: any;
667
667
  buyer?: {
668
668
  ban: boolean;
669
- name: string;
670
669
  id: number;
670
+ name: string;
671
671
  attention: boolean;
672
672
  description?: string | null | undefined;
673
673
  contacts?: string | null | undefined;
@@ -726,8 +726,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
726
726
  ban?: boolean | undefined;
727
727
  product?: any;
728
728
  buyer?: {
729
- name: string;
730
729
  id: number;
730
+ name: string;
731
731
  ban?: boolean | undefined;
732
732
  description?: string | null | undefined;
733
733
  contacts?: string | null | undefined;
@@ -817,8 +817,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
817
817
  tech_process?: {
818
818
  ban: boolean;
819
819
  description: string;
820
- name?: number | undefined;
821
820
  id?: number | null | undefined;
821
+ name?: number | undefined;
822
822
  detalId?: number | null | undefined;
823
823
  cbedId?: number | null | undefined;
824
824
  productId?: number | null | undefined;
@@ -886,8 +886,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
886
886
  product?: any;
887
887
  buyer?: {
888
888
  ban: boolean;
889
- name: string;
890
889
  id: number;
890
+ name: string;
891
891
  attention: boolean;
892
892
  description?: string | null | undefined;
893
893
  contacts?: string | null | undefined;
@@ -964,8 +964,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
964
964
  product?: any;
965
965
  buyer?: {
966
966
  ban: boolean;
967
- name: string;
968
967
  id: number;
968
+ name: string;
969
969
  attention: boolean;
970
970
  description?: string | null | undefined;
971
971
  contacts?: string | null | undefined;
@@ -1004,8 +1004,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1004
1004
  tech_process?: {
1005
1005
  ban?: boolean | undefined;
1006
1006
  description?: string | undefined;
1007
- name?: number | undefined;
1008
1007
  id?: number | null | undefined;
1008
+ name?: number | undefined;
1009
1009
  detalId?: number | null | undefined;
1010
1010
  cbedId?: number | null | undefined;
1011
1011
  productId?: number | null | undefined;
@@ -1070,8 +1070,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1070
1070
  ban?: boolean | undefined;
1071
1071
  product?: any;
1072
1072
  buyer?: {
1073
- name: string;
1074
1073
  id: number;
1074
+ name: string;
1075
1075
  ban?: boolean | undefined;
1076
1076
  description?: string | null | undefined;
1077
1077
  contacts?: string | null | undefined;
@@ -1146,8 +1146,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1146
1146
  ban?: boolean | undefined;
1147
1147
  product?: any;
1148
1148
  buyer?: {
1149
- name: string;
1150
1149
  id: number;
1150
+ name: string;
1151
1151
  ban?: boolean | undefined;
1152
1152
  description?: string | null | undefined;
1153
1153
  contacts?: string | null | undefined;
@@ -1198,8 +1198,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1198
1198
  tech_process?: {
1199
1199
  ban: boolean;
1200
1200
  description: string;
1201
- name?: number | undefined;
1202
1201
  id?: number | null | undefined;
1202
+ name?: number | undefined;
1203
1203
  detalId?: number | null | undefined;
1204
1204
  cbedId?: number | null | undefined;
1205
1205
  productId?: number | null | undefined;
@@ -1267,8 +1267,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1267
1267
  product?: any;
1268
1268
  buyer?: {
1269
1269
  ban: boolean;
1270
- name: string;
1271
1270
  id: number;
1271
+ name: string;
1272
1272
  attention: boolean;
1273
1273
  description?: string | null | undefined;
1274
1274
  contacts?: string | null | undefined;
@@ -1345,8 +1345,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1345
1345
  product?: any;
1346
1346
  buyer?: {
1347
1347
  ban: boolean;
1348
- name: string;
1349
1348
  id: number;
1349
+ name: string;
1350
1350
  attention: boolean;
1351
1351
  description?: string | null | undefined;
1352
1352
  contacts?: string | null | undefined;
@@ -1387,8 +1387,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1387
1387
  tech_process?: {
1388
1388
  ban?: boolean | undefined;
1389
1389
  description?: string | undefined;
1390
- name?: number | undefined;
1391
1390
  id?: number | null | undefined;
1391
+ name?: number | undefined;
1392
1392
  detalId?: number | null | undefined;
1393
1393
  cbedId?: number | null | undefined;
1394
1394
  productId?: number | null | undefined;
@@ -1453,8 +1453,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1453
1453
  ban?: boolean | undefined;
1454
1454
  product?: any;
1455
1455
  buyer?: {
1456
- name: string;
1457
1456
  id: number;
1457
+ name: string;
1458
1458
  ban?: boolean | undefined;
1459
1459
  description?: string | null | undefined;
1460
1460
  contacts?: string | null | undefined;
@@ -1529,8 +1529,8 @@ export declare const GetAssembleByOperationCountDtoZod: z.ZodObject<{
1529
1529
  ban?: boolean | undefined;
1530
1530
  product?: any;
1531
1531
  buyer?: {
1532
- name: string;
1533
1532
  id: number;
1533
+ name: string;
1534
1534
  ban?: boolean | undefined;
1535
1535
  description?: string | null | undefined;
1536
1536
  contacts?: string | null | undefined;
@@ -1,15 +1,45 @@
1
1
  import { ActionEntityTypes } from '../../action';
2
2
  import { ModelCbed } from '../../cbed';
3
3
  import { ModelDetal } from '../../detal';
4
- import { ModelMaterial } from '../../material';
5
4
  import { ModelProduct } from '../../product';
6
- import { InstansMaterial, IzdType, MovementObjectBase } from '../../utils';
5
+ import { InstansMaterial, IzdType, MovementObjectBase, StockOrderType } from '../../utils';
7
6
  import { IKitSelected } from '../../waybill';
7
+ export interface IDeepDeficitItem {
8
+ parentDesignation: string;
9
+ parentName: string;
10
+ relativeDescription: string;
11
+ parendId: number;
12
+ parentType: IzdType | null;
13
+ childId: number;
14
+ childDesignation: string;
15
+ childName: string;
16
+ description: string;
17
+ needsBySpecification: number;
18
+ needsTotal: number;
19
+ complectationDeficit: number;
20
+ parentCollected: number;
21
+ productionEntityType: StockOrderType | null;
22
+ deficitBySclad: number;
23
+ totalDeficit: number;
24
+ quantity: number;
25
+ collected: number;
26
+ productionOrdered: number;
27
+ productionEntityID?: number | null;
28
+ percentCreated: number;
29
+ inKit: number;
30
+ attention: boolean;
31
+ discontinued: boolean;
32
+ relativeAttention: boolean;
33
+ relativeDiscontinued: boolean;
34
+ isOrderedByStockOrder: boolean;
35
+ freeQuantity: number;
36
+ status: string;
37
+ }
8
38
  export interface IDeepDeficitResponce {
9
- cbs: ModelCbed[];
10
- dets: ModelDetal[];
11
- pds: ModelMaterial[];
12
- mats: ModelMaterial[];
39
+ cbeds: IDeepDeficitItem[];
40
+ detals: IDeepDeficitItem[];
41
+ pokDets: IDeepDeficitItem[];
42
+ materials: IDeepDeficitItem[];
13
43
  }
14
44
  export interface IReturnDeepDeficitResponce {
15
45
  parent_type: ActionEntityTypes;
@@ -44,8 +44,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
44
44
  purchasesId: z.ZodOptional<z.ZodNumber>;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  ban: boolean;
47
- name: string;
48
47
  id: number;
48
+ name: string;
49
49
  attention: boolean;
50
50
  description?: string | null | undefined;
51
51
  contacts?: string | null | undefined;
@@ -54,8 +54,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
54
54
  rekvisit?: string | null | undefined;
55
55
  purchasesId?: number | undefined;
56
56
  }, {
57
- name: string;
58
57
  id: number;
58
+ name: string;
59
59
  ban?: boolean | undefined;
60
60
  description?: string | null | undefined;
61
61
  contacts?: string | null | undefined;
@@ -87,8 +87,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
87
87
  product?: any;
88
88
  buyer?: {
89
89
  ban: boolean;
90
- name: string;
91
90
  id: number;
91
+ name: string;
92
92
  attention: boolean;
93
93
  description?: string | null | undefined;
94
94
  contacts?: string | null | undefined;
@@ -115,8 +115,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
115
115
  ban?: boolean | undefined;
116
116
  product?: any;
117
117
  buyer?: {
118
- name: string;
119
118
  id: number;
119
+ name: string;
120
120
  ban?: boolean | undefined;
121
121
  description?: string | null | undefined;
122
122
  contacts?: string | null | undefined;
@@ -326,8 +326,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
326
326
  }, "strip", z.ZodTypeAny, {
327
327
  ban: boolean;
328
328
  description: string;
329
- name?: number | undefined;
330
329
  id?: number | null | undefined;
330
+ name?: number | undefined;
331
331
  detalId?: number | null | undefined;
332
332
  cbedId?: number | null | undefined;
333
333
  productId?: number | null | undefined;
@@ -379,8 +379,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
379
379
  }, {
380
380
  ban?: boolean | undefined;
381
381
  description?: string | undefined;
382
- name?: number | undefined;
383
382
  id?: number | null | undefined;
383
+ name?: number | undefined;
384
384
  detalId?: number | null | undefined;
385
385
  cbedId?: number | null | undefined;
386
386
  productId?: number | null | undefined;
@@ -526,8 +526,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
526
526
  purchasesId: z.ZodOptional<z.ZodNumber>;
527
527
  }, "strip", z.ZodTypeAny, {
528
528
  ban: boolean;
529
- name: string;
530
529
  id: number;
530
+ name: string;
531
531
  attention: boolean;
532
532
  description?: string | null | undefined;
533
533
  contacts?: string | null | undefined;
@@ -536,8 +536,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
536
536
  rekvisit?: string | null | undefined;
537
537
  purchasesId?: number | undefined;
538
538
  }, {
539
- name: string;
540
539
  id: number;
540
+ name: string;
541
541
  ban?: boolean | undefined;
542
542
  description?: string | null | undefined;
543
543
  contacts?: string | null | undefined;
@@ -569,8 +569,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
569
569
  product?: any;
570
570
  buyer?: {
571
571
  ban: boolean;
572
- name: string;
573
572
  id: number;
573
+ name: string;
574
574
  attention: boolean;
575
575
  description?: string | null | undefined;
576
576
  contacts?: string | null | undefined;
@@ -597,8 +597,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
597
597
  ban?: boolean | undefined;
598
598
  product?: any;
599
599
  buyer?: {
600
- name: string;
601
600
  id: number;
601
+ name: string;
602
602
  ban?: boolean | undefined;
603
603
  description?: string | null | undefined;
604
604
  contacts?: string | null | undefined;
@@ -666,8 +666,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
666
666
  product?: any;
667
667
  buyer?: {
668
668
  ban: boolean;
669
- name: string;
670
669
  id: number;
670
+ name: string;
671
671
  attention: boolean;
672
672
  description?: string | null | undefined;
673
673
  contacts?: string | null | undefined;
@@ -726,8 +726,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
726
726
  ban?: boolean | undefined;
727
727
  product?: any;
728
728
  buyer?: {
729
- name: string;
730
729
  id: number;
730
+ name: string;
731
731
  ban?: boolean | undefined;
732
732
  description?: string | null | undefined;
733
733
  contacts?: string | null | undefined;
@@ -841,8 +841,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
841
841
  tech_process?: {
842
842
  ban: boolean;
843
843
  description: string;
844
- name?: number | undefined;
845
844
  id?: number | null | undefined;
845
+ name?: number | undefined;
846
846
  detalId?: number | null | undefined;
847
847
  cbedId?: number | null | undefined;
848
848
  productId?: number | null | undefined;
@@ -910,8 +910,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
910
910
  product?: any;
911
911
  buyer?: {
912
912
  ban: boolean;
913
- name: string;
914
913
  id: number;
914
+ name: string;
915
915
  attention: boolean;
916
916
  description?: string | null | undefined;
917
917
  contacts?: string | null | undefined;
@@ -992,8 +992,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
992
992
  product?: any;
993
993
  buyer?: {
994
994
  ban: boolean;
995
- name: string;
996
995
  id: number;
996
+ name: string;
997
997
  attention: boolean;
998
998
  description?: string | null | undefined;
999
999
  contacts?: string | null | undefined;
@@ -1039,8 +1039,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
1039
1039
  tech_process?: {
1040
1040
  ban?: boolean | undefined;
1041
1041
  description?: string | undefined;
1042
- name?: number | undefined;
1043
1042
  id?: number | null | undefined;
1043
+ name?: number | undefined;
1044
1044
  detalId?: number | null | undefined;
1045
1045
  cbedId?: number | null | undefined;
1046
1046
  productId?: number | null | undefined;
@@ -1105,8 +1105,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
1105
1105
  ban?: boolean | undefined;
1106
1106
  product?: any;
1107
1107
  buyer?: {
1108
- name: string;
1109
1108
  id: number;
1109
+ name: string;
1110
1110
  ban?: boolean | undefined;
1111
1111
  description?: string | null | undefined;
1112
1112
  contacts?: string | null | undefined;
@@ -1185,8 +1185,8 @@ export declare const AssembleComingSchema: z.ZodObject<{
1185
1185
  ban?: boolean | undefined;
1186
1186
  product?: any;
1187
1187
  buyer?: {
1188
- name: string;
1189
1188
  id: number;
1189
+ name: string;
1190
1190
  ban?: boolean | undefined;
1191
1191
  description?: string | null | undefined;
1192
1192
  contacts?: string | null | undefined;
@@ -44,8 +44,8 @@ export declare const AssembleSchema: z.ZodObject<{
44
44
  purchasesId: z.ZodOptional<z.ZodNumber>;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  ban: boolean;
47
- name: string;
48
47
  id: number;
48
+ name: string;
49
49
  attention: boolean;
50
50
  description?: string | null | undefined;
51
51
  contacts?: string | null | undefined;
@@ -54,8 +54,8 @@ export declare const AssembleSchema: z.ZodObject<{
54
54
  rekvisit?: string | null | undefined;
55
55
  purchasesId?: number | undefined;
56
56
  }, {
57
- name: string;
58
57
  id: number;
58
+ name: string;
59
59
  ban?: boolean | undefined;
60
60
  description?: string | null | undefined;
61
61
  contacts?: string | null | undefined;
@@ -87,8 +87,8 @@ export declare const AssembleSchema: z.ZodObject<{
87
87
  product?: any;
88
88
  buyer?: {
89
89
  ban: boolean;
90
- name: string;
91
90
  id: number;
91
+ name: string;
92
92
  attention: boolean;
93
93
  description?: string | null | undefined;
94
94
  contacts?: string | null | undefined;
@@ -115,8 +115,8 @@ export declare const AssembleSchema: z.ZodObject<{
115
115
  ban?: boolean | undefined;
116
116
  product?: any;
117
117
  buyer?: {
118
- name: string;
119
118
  id: number;
119
+ name: string;
120
120
  ban?: boolean | undefined;
121
121
  description?: string | null | undefined;
122
122
  contacts?: string | null | undefined;
@@ -326,8 +326,8 @@ export declare const AssembleSchema: z.ZodObject<{
326
326
  }, "strip", z.ZodTypeAny, {
327
327
  ban: boolean;
328
328
  description: string;
329
- name?: number | undefined;
330
329
  id?: number | null | undefined;
330
+ name?: number | undefined;
331
331
  detalId?: number | null | undefined;
332
332
  cbedId?: number | null | undefined;
333
333
  productId?: number | null | undefined;
@@ -379,8 +379,8 @@ export declare const AssembleSchema: z.ZodObject<{
379
379
  }, {
380
380
  ban?: boolean | undefined;
381
381
  description?: string | undefined;
382
- name?: number | undefined;
383
382
  id?: number | null | undefined;
383
+ name?: number | undefined;
384
384
  detalId?: number | null | undefined;
385
385
  cbedId?: number | null | undefined;
386
386
  productId?: number | null | undefined;
@@ -527,8 +527,8 @@ export declare const AssembleSchema: z.ZodObject<{
527
527
  purchasesId: z.ZodOptional<z.ZodNumber>;
528
528
  }, "strip", z.ZodTypeAny, {
529
529
  ban: boolean;
530
- name: string;
531
530
  id: number;
531
+ name: string;
532
532
  attention: boolean;
533
533
  description?: string | null | undefined;
534
534
  contacts?: string | null | undefined;
@@ -537,8 +537,8 @@ export declare const AssembleSchema: z.ZodObject<{
537
537
  rekvisit?: string | null | undefined;
538
538
  purchasesId?: number | undefined;
539
539
  }, {
540
- name: string;
541
540
  id: number;
541
+ name: string;
542
542
  ban?: boolean | undefined;
543
543
  description?: string | null | undefined;
544
544
  contacts?: string | null | undefined;
@@ -570,8 +570,8 @@ export declare const AssembleSchema: z.ZodObject<{
570
570
  product?: any;
571
571
  buyer?: {
572
572
  ban: boolean;
573
- name: string;
574
573
  id: number;
574
+ name: string;
575
575
  attention: boolean;
576
576
  description?: string | null | undefined;
577
577
  contacts?: string | null | undefined;
@@ -598,8 +598,8 @@ export declare const AssembleSchema: z.ZodObject<{
598
598
  ban?: boolean | undefined;
599
599
  product?: any;
600
600
  buyer?: {
601
- name: string;
602
601
  id: number;
602
+ name: string;
603
603
  ban?: boolean | undefined;
604
604
  description?: string | null | undefined;
605
605
  contacts?: string | null | undefined;
@@ -667,8 +667,8 @@ export declare const AssembleSchema: z.ZodObject<{
667
667
  product?: any;
668
668
  buyer?: {
669
669
  ban: boolean;
670
- name: string;
671
670
  id: number;
671
+ name: string;
672
672
  attention: boolean;
673
673
  description?: string | null | undefined;
674
674
  contacts?: string | null | undefined;
@@ -727,8 +727,8 @@ export declare const AssembleSchema: z.ZodObject<{
727
727
  ban?: boolean | undefined;
728
728
  product?: any;
729
729
  buyer?: {
730
- name: string;
731
730
  id: number;
731
+ name: string;
732
732
  ban?: boolean | undefined;
733
733
  description?: string | null | undefined;
734
734
  contacts?: string | null | undefined;
@@ -818,8 +818,8 @@ export declare const AssembleSchema: z.ZodObject<{
818
818
  tech_process?: {
819
819
  ban: boolean;
820
820
  description: string;
821
- name?: number | undefined;
822
821
  id?: number | null | undefined;
822
+ name?: number | undefined;
823
823
  detalId?: number | null | undefined;
824
824
  cbedId?: number | null | undefined;
825
825
  productId?: number | null | undefined;
@@ -887,8 +887,8 @@ export declare const AssembleSchema: z.ZodObject<{
887
887
  product?: any;
888
888
  buyer?: {
889
889
  ban: boolean;
890
- name: string;
891
890
  id: number;
891
+ name: string;
892
892
  attention: boolean;
893
893
  description?: string | null | undefined;
894
894
  contacts?: string | null | undefined;
@@ -965,8 +965,8 @@ export declare const AssembleSchema: z.ZodObject<{
965
965
  product?: any;
966
966
  buyer?: {
967
967
  ban: boolean;
968
- name: string;
969
968
  id: number;
969
+ name: string;
970
970
  attention: boolean;
971
971
  description?: string | null | undefined;
972
972
  contacts?: string | null | undefined;
@@ -1005,8 +1005,8 @@ export declare const AssembleSchema: z.ZodObject<{
1005
1005
  tech_process?: {
1006
1006
  ban?: boolean | undefined;
1007
1007
  description?: string | undefined;
1008
- name?: number | undefined;
1009
1008
  id?: number | null | undefined;
1009
+ name?: number | undefined;
1010
1010
  detalId?: number | null | undefined;
1011
1011
  cbedId?: number | null | undefined;
1012
1012
  productId?: number | null | undefined;
@@ -1071,8 +1071,8 @@ export declare const AssembleSchema: z.ZodObject<{
1071
1071
  ban?: boolean | undefined;
1072
1072
  product?: any;
1073
1073
  buyer?: {
1074
- name: string;
1075
1074
  id: number;
1075
+ name: string;
1076
1076
  ban?: boolean | undefined;
1077
1077
  description?: string | null | undefined;
1078
1078
  contacts?: string | null | undefined;
@@ -1147,8 +1147,8 @@ export declare const AssembleSchema: z.ZodObject<{
1147
1147
  ban?: boolean | undefined;
1148
1148
  product?: any;
1149
1149
  buyer?: {
1150
- name: string;
1151
1150
  id: number;
1151
+ name: string;
1152
1152
  ban?: boolean | undefined;
1153
1153
  description?: string | null | undefined;
1154
1154
  contacts?: string | null | undefined;