@pksep/zod-shared 0.0.554 → 0.0.556
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/enums/enums.d.ts +10 -0
- package/dist/action/enums/enums.js +10 -0
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +24 -24
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +18 -18
- package/dist/assemble/schemas/assemble.schema.d.ts +18 -18
- package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +6 -6
- package/dist/buyer/schemas/buyer.schema.d.ts +2 -2
- package/dist/buyer/schemas/purchases.schema.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +2 -2
- package/dist/company/schemas/companies.schema.d.ts +2 -2
- package/dist/detal/default-values/default-values.d.ts +4 -0
- package/dist/detal/default-values/default-values.js +4 -0
- package/dist/detal/schemas/detal-deficit.schema.d.ts +198 -28
- package/dist/detal/schemas/detal.schema.d.ts +192 -22
- package/dist/document/dto/update-document.dto.d.ts +2 -2
- package/dist/edizm/schemas/edizm.schema.d.ts +2 -2
- package/dist/edizm/schemas/type-edizm.schema.d.ts +6 -6
- package/dist/equipment/dto/udate-equipment-type.dto.d.ts +2 -2
- package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
- package/dist/equipment/schemas/equipment-pt.schema.d.ts +2 -2
- package/dist/equipment/schemas/equipment.schema.d.ts +6 -6
- package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +4 -4
- package/dist/expenditure/schema/expenditure-position.schema.d.ts +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/instrument/dto/update-instrument.dto.d.ts +2 -2
- package/dist/instrument/dto/update-pt.dto.d.ts +2 -2
- package/dist/instrument/schemas/pt-instrument.schema.d.ts +2 -2
- package/dist/inventary/dto/update-inventary.dto.d.ts +2 -2
- package/dist/material/dto/create-material.dto.d.ts +136 -0
- package/dist/material/dto/create-material.dto.js +16 -0
- package/dist/material/dto/up-create-type-material.dto.d.ts +4 -0
- package/dist/material/dto/up-create-type-material.dto.js +6 -1
- package/dist/material/enum/enum.d.ts +10 -0
- package/dist/material/enum/enum.js +12 -1
- package/dist/material/index.d.ts +1 -0
- package/dist/material/index.js +1 -0
- package/dist/material/interfaces/interface.d.ts +5 -0
- package/dist/material/schemas/material-characteristics.schema.d.ts +56 -0
- package/dist/material/schemas/material-characteristics.schema.js +3 -1
- package/dist/material/schemas/material-shipments-response.schema.d.ts +130 -6
- package/dist/material/schemas/material.schema.d.ts +130 -6
- package/dist/material/schemas/subtype-material.schema.d.ts +2 -2
- package/dist/material/schemas/subtype-material.schema.js +1 -1
- package/dist/material/schemas/type-material.schema.d.ts +118 -2
- package/dist/material/schemas/type-material.schema.js +9 -2
- package/dist/material/utils/workpiece-mass.js +13 -6
- package/dist/material/workpiece-mass.d.ts +45 -0
- package/dist/material/workpiece-mass.js +400 -0
- package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
- package/dist/moving/schemas/moving.schema.d.ts +6 -6
- package/dist/operations/dto/get-type-operation-by-id.dto.d.ts +3 -3
- package/dist/operations/dto/update-type-operation.dto.d.ts +2 -2
- package/dist/product/schemas/product-deficit.schema.d.ts +6 -6
- package/dist/production-tasks/index.d.ts +1 -0
- package/dist/production-tasks/index.js +1 -0
- package/dist/production-tasks/interfaces/production-tasks.d.ts +8 -3
- package/dist/production-tasks/schemas/orders-summary-by-entity.schema.d.ts +349 -0
- package/dist/production-tasks/schemas/orders-summary-by-entity.schema.js +83 -0
- package/dist/role/dto/update-role.dto.d.ts +2 -2
- package/dist/role/schemas/role.schema.d.ts +8 -8
- package/dist/sclad/schemas/remain.schema.d.ts +2 -2
- package/dist/sclad/schemas/remains.schema.d.ts +16 -16
- package/dist/settings/dto/update-edizm.dto.d.ts +2 -2
- package/dist/shipments/dto/shipments-list-pagination-response.dto.d.ts +18 -18
- package/dist/shipments/dto/up-create-shipments.dto.d.ts +4 -4
- package/dist/shipments/schemas/shipment-list-item.schema.d.ts +12 -12
- package/dist/shipments/schemas/shipments.schema.d.ts +4 -4
- package/dist/shipments/types/increment-shipments-kolvo.type.d.ts +12 -12
- package/dist/shipments/types/types.d.ts +1 -0
- package/dist/shipments/types/update-shipments-by-product.type.d.ts +12 -12
- package/dist/specification/schema/attributes.schema.d.ts +432 -46
- package/dist/tech-process/schemas/tech-process.schema.d.ts +2 -2
- package/dist/user/schemas/user.schema.d.ts +4 -4
- package/dist/utils/interface/status-flags.interface.d.ts +4 -0
- package/dist/utils/methods.js +4 -2
- package/dist/utils/schemas/schema.d.ts +2 -2
- package/dist/utils/types.d.ts +6 -0
- package/package.json +1 -1
- package/dist/issue/dto/up-create-issue.dto.d.ts +0 -49
- package/dist/issue/dto/up-create-issue.dto.js +0 -21
- package/dist/issue/index.d.ts +0 -5
- package/dist/issue/index.js +0 -21
- package/dist/issue/interfaces/interface.d.ts +0 -4
- package/dist/issue/schemas/issue-user-controller.schema.d.ts +0 -15
- package/dist/issue/schemas/issue-user-controller.schema.js +0 -9
- package/dist/issue/schemas/issue-user.schema.d.ts +0 -15
- package/dist/issue/schemas/issue-user.schema.js +0 -9
- package/dist/issue/schemas/issue.schema.d.ts +0 -51
- package/dist/issue/schemas/issue.schema.js +0 -21
- package/dist/library/dto/create-chapter.dto.d.ts +0 -12
- package/dist/library/dto/create-chapter.dto.js +0 -8
- package/dist/library/dto/create-link.dto.d.ts +0 -30
- package/dist/library/dto/create-link.dto.js +0 -14
- package/dist/library/index.d.ts +0 -5
- package/dist/library/index.js +0 -21
- package/dist/library/interfaces/interface.d.ts +0 -3
- package/dist/library/interfaces/interface.js +0 -2
- package/dist/library/schemas/links-user.schema.d.ts +0 -15
- package/dist/library/schemas/links-user.schema.js +0 -9
- package/dist/library/schemas/links.schema.d.ts +0 -30
- package/dist/library/schemas/links.schema.js +0 -14
- package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -13
- package/dist/production-tasks/dto/update-marks.dto.js +0 -8
- package/dist/production-tasks/dto/update-responsible.dto.d.ts +0 -12
- package/dist/production-tasks/dto/update-responsible.dto.js +0 -8
- package/dist/production-tasks/dto/update-status.dto.d.ts +0 -13
- package/dist/production-tasks/dto/update-status.dto.js +0 -9
- package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +0 -306
- package/dist/tech-process/schemas/tech-process-with-options.schema.js +0 -8
- package/dist/utils/interface/mat.interface.d.ts +0 -10
- package/dist/utils/interface/mat.interface.js +0 -2
- /package/dist/{issue/interfaces/interface.js → utils/interface/status-flags.interface.js} +0 -0
|
@@ -56,8 +56,8 @@ export declare const ProductDeficitSchema: z.ZodObject<{
|
|
|
56
56
|
purchasesId: z.ZodOptional<z.ZodNumber>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
ban: boolean;
|
|
59
|
-
id: number;
|
|
60
59
|
name: string;
|
|
60
|
+
id: number;
|
|
61
61
|
attention: boolean;
|
|
62
62
|
description?: string | null | undefined;
|
|
63
63
|
contacts?: string | null | undefined;
|
|
@@ -66,8 +66,8 @@ export declare const ProductDeficitSchema: z.ZodObject<{
|
|
|
66
66
|
rekvisit?: string | null | undefined;
|
|
67
67
|
purchasesId?: number | undefined;
|
|
68
68
|
}, {
|
|
69
|
-
id: number;
|
|
70
69
|
name: string;
|
|
70
|
+
id: number;
|
|
71
71
|
ban?: boolean | undefined;
|
|
72
72
|
description?: string | null | undefined;
|
|
73
73
|
contacts?: string | null | undefined;
|
|
@@ -99,8 +99,8 @@ export declare const ProductDeficitSchema: z.ZodObject<{
|
|
|
99
99
|
product?: any;
|
|
100
100
|
buyer?: {
|
|
101
101
|
ban: boolean;
|
|
102
|
-
id: number;
|
|
103
102
|
name: string;
|
|
103
|
+
id: number;
|
|
104
104
|
attention: boolean;
|
|
105
105
|
description?: string | null | undefined;
|
|
106
106
|
contacts?: string | null | undefined;
|
|
@@ -127,8 +127,8 @@ export declare const ProductDeficitSchema: z.ZodObject<{
|
|
|
127
127
|
ban?: boolean | undefined;
|
|
128
128
|
product?: any;
|
|
129
129
|
buyer?: {
|
|
130
|
-
id: number;
|
|
131
130
|
name: string;
|
|
131
|
+
id: number;
|
|
132
132
|
ban?: boolean | undefined;
|
|
133
133
|
description?: string | null | undefined;
|
|
134
134
|
contacts?: string | null | undefined;
|
|
@@ -166,8 +166,8 @@ export declare const ProductDeficitSchema: z.ZodObject<{
|
|
|
166
166
|
product?: any;
|
|
167
167
|
buyer?: {
|
|
168
168
|
ban: boolean;
|
|
169
|
-
id: number;
|
|
170
169
|
name: string;
|
|
170
|
+
id: number;
|
|
171
171
|
attention: boolean;
|
|
172
172
|
description?: string | null | undefined;
|
|
173
173
|
contacts?: string | null | undefined;
|
|
@@ -224,8 +224,8 @@ export declare const ProductDeficitSchema: z.ZodObject<{
|
|
|
224
224
|
ban?: boolean | undefined;
|
|
225
225
|
product?: any;
|
|
226
226
|
buyer?: {
|
|
227
|
-
id: number;
|
|
228
227
|
name: string;
|
|
228
|
+
id: number;
|
|
229
229
|
ban?: boolean | undefined;
|
|
230
230
|
description?: string | null | undefined;
|
|
231
231
|
contacts?: string | null | undefined;
|
|
@@ -25,6 +25,7 @@ export * from './dto/set-start-time.dto';
|
|
|
25
25
|
export * from './dto/workload-by-entity.dto';
|
|
26
26
|
export * from './dto/get-deficits-detal-by-production-task.dto';
|
|
27
27
|
export * from './schemas/production-operation-pos.schema';
|
|
28
|
+
export * from './schemas/orders-summary-by-entity.schema';
|
|
28
29
|
export * from './dto/create-operation-pos.dto';
|
|
29
30
|
export * from './methods/methods';
|
|
30
31
|
export * from './default-data/default-data';
|
|
@@ -41,6 +41,7 @@ __exportStar(require("./dto/set-start-time.dto"), exports);
|
|
|
41
41
|
__exportStar(require("./dto/workload-by-entity.dto"), exports);
|
|
42
42
|
__exportStar(require("./dto/get-deficits-detal-by-production-task.dto"), exports);
|
|
43
43
|
__exportStar(require("./schemas/production-operation-pos.schema"), exports);
|
|
44
|
+
__exportStar(require("./schemas/orders-summary-by-entity.schema"), exports);
|
|
44
45
|
__exportStar(require("./dto/create-operation-pos.dto"), exports);
|
|
45
46
|
__exportStar(require("./methods/methods"), exports);
|
|
46
47
|
__exportStar(require("./default-data/default-data"), exports);
|
|
@@ -190,13 +190,18 @@ export interface IGetDeficitsDetalByProductionTask {
|
|
|
190
190
|
detalTechProcess: ModelTechProcess;
|
|
191
191
|
productionTimeMetalloworking: ProductionTimeType;
|
|
192
192
|
detalQuantity: number;
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
193
|
+
productionTime: number;
|
|
194
|
+
productionTimeCurrent: number;
|
|
195
|
+
productionTimeRemaining: number;
|
|
196
196
|
shipmentByProductionTask: number;
|
|
197
197
|
deficitByDetal: number;
|
|
198
198
|
relativesIds: IRelativeIds;
|
|
199
199
|
}
|
|
200
|
+
export interface IDeficitsDetalProductionTime {
|
|
201
|
+
productionTime: number;
|
|
202
|
+
productionTimeCurrent: number;
|
|
203
|
+
productionTimeRemaining: number;
|
|
204
|
+
}
|
|
200
205
|
export interface IGetActualTaskRelative {
|
|
201
206
|
entityId: number;
|
|
202
207
|
entityType: Neo4jEntityTypes;
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const OrdersSummaryProductionTaskZod: z.ZodObject<{
|
|
3
|
+
productionTaskId: z.ZodNumber;
|
|
4
|
+
quantity: z.ZodNumber;
|
|
5
|
+
planReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
6
|
+
requiredReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
quantity: number;
|
|
9
|
+
productionTaskId: number;
|
|
10
|
+
planReadyDate: string | Date | null;
|
|
11
|
+
requiredReadyDate: string | Date | null;
|
|
12
|
+
}, {
|
|
13
|
+
quantity: number;
|
|
14
|
+
productionTaskId: number;
|
|
15
|
+
planReadyDate: string | Date | null;
|
|
16
|
+
requiredReadyDate: string | Date | null;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const OrdersSummaryShipmentZod: z.ZodObject<{
|
|
19
|
+
shipmentId: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
parentPTNumber: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
parentPTQuantity: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
parentPTNeed: z.ZodNullable<z.ZodNumber>;
|
|
23
|
+
parentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
24
|
+
parentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
25
|
+
shipmentNumber: z.ZodNullable<z.ZodString>;
|
|
26
|
+
shipmentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
27
|
+
shipmentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
28
|
+
quantity: z.ZodNumber;
|
|
29
|
+
requiredReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
quantity: number;
|
|
32
|
+
shipmentId: number | null;
|
|
33
|
+
requiredReadyDate: string | Date | null;
|
|
34
|
+
parentPTNumber: number | null;
|
|
35
|
+
parentPTQuantity: number | null;
|
|
36
|
+
parentPTNeed: number | null;
|
|
37
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
38
|
+
parentReadinessDate: string | Date | null;
|
|
39
|
+
shipmentNumber: string | null;
|
|
40
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
41
|
+
shipmentReadinessDate: string | Date | null;
|
|
42
|
+
}, {
|
|
43
|
+
quantity: number;
|
|
44
|
+
shipmentId: number | null;
|
|
45
|
+
requiredReadyDate: string | Date | null;
|
|
46
|
+
parentPTNumber: number | null;
|
|
47
|
+
parentPTQuantity: number | null;
|
|
48
|
+
parentPTNeed: number | null;
|
|
49
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
50
|
+
parentReadinessDate: string | Date | null;
|
|
51
|
+
shipmentNumber: string | null;
|
|
52
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
53
|
+
shipmentReadinessDate: string | Date | null;
|
|
54
|
+
}>;
|
|
55
|
+
export declare const OrdersSummaryStockOrderZod: z.ZodObject<{
|
|
56
|
+
stockOrderItemId: z.ZodNumber;
|
|
57
|
+
stockOrderId: z.ZodNullable<z.ZodNumber>;
|
|
58
|
+
stockOrderNumber: z.ZodNullable<z.ZodString>;
|
|
59
|
+
quantity: z.ZodNumber;
|
|
60
|
+
warehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
61
|
+
remainingQuantity: z.ZodNumber;
|
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
quantity: number;
|
|
64
|
+
warehouseReadinessDate: string | Date | null;
|
|
65
|
+
stockOrderNumber: string | null;
|
|
66
|
+
stockOrderItemId: number;
|
|
67
|
+
stockOrderId: number | null;
|
|
68
|
+
remainingQuantity: number;
|
|
69
|
+
}, {
|
|
70
|
+
quantity: number;
|
|
71
|
+
warehouseReadinessDate: string | Date | null;
|
|
72
|
+
stockOrderNumber: string | null;
|
|
73
|
+
stockOrderItemId: number;
|
|
74
|
+
stockOrderId: number | null;
|
|
75
|
+
remainingQuantity: number;
|
|
76
|
+
}>;
|
|
77
|
+
export declare const OrdersSummaryDemandRowZod: z.ZodObject<{
|
|
78
|
+
productionTaskId: z.ZodNullable<z.ZodNumber>;
|
|
79
|
+
quantityByProductionTask: z.ZodNumber;
|
|
80
|
+
planReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
81
|
+
shipmentId: z.ZodNullable<z.ZodNumber>;
|
|
82
|
+
parentPTNumber: z.ZodNullable<z.ZodNumber>;
|
|
83
|
+
parentPTQuantity: z.ZodNullable<z.ZodNumber>;
|
|
84
|
+
parentPTNeed: z.ZodNullable<z.ZodNumber>;
|
|
85
|
+
parentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
86
|
+
parentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
87
|
+
shipmentNumber: z.ZodNullable<z.ZodString>;
|
|
88
|
+
shipmentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
89
|
+
shipmentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
90
|
+
quantityByShipment: z.ZodNullable<z.ZodNumber>;
|
|
91
|
+
shipmentNeed: z.ZodNullable<z.ZodNumber>;
|
|
92
|
+
demandQuantity: z.ZodNumber;
|
|
93
|
+
requiredReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
94
|
+
}, "strip", z.ZodTypeAny, {
|
|
95
|
+
shipmentId: number | null;
|
|
96
|
+
productionTaskId: number | null;
|
|
97
|
+
planReadyDate: string | Date | null;
|
|
98
|
+
requiredReadyDate: string | Date | null;
|
|
99
|
+
parentPTNumber: number | null;
|
|
100
|
+
parentPTQuantity: number | null;
|
|
101
|
+
parentPTNeed: number | null;
|
|
102
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
103
|
+
parentReadinessDate: string | Date | null;
|
|
104
|
+
shipmentNumber: string | null;
|
|
105
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
106
|
+
shipmentReadinessDate: string | Date | null;
|
|
107
|
+
quantityByProductionTask: number;
|
|
108
|
+
quantityByShipment: number | null;
|
|
109
|
+
shipmentNeed: number | null;
|
|
110
|
+
demandQuantity: number;
|
|
111
|
+
}, {
|
|
112
|
+
shipmentId: number | null;
|
|
113
|
+
productionTaskId: number | null;
|
|
114
|
+
planReadyDate: string | Date | null;
|
|
115
|
+
requiredReadyDate: string | Date | null;
|
|
116
|
+
parentPTNumber: number | null;
|
|
117
|
+
parentPTQuantity: number | null;
|
|
118
|
+
parentPTNeed: number | null;
|
|
119
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
120
|
+
parentReadinessDate: string | Date | null;
|
|
121
|
+
shipmentNumber: string | null;
|
|
122
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
123
|
+
shipmentReadinessDate: string | Date | null;
|
|
124
|
+
quantityByProductionTask: number;
|
|
125
|
+
quantityByShipment: number | null;
|
|
126
|
+
shipmentNeed: number | null;
|
|
127
|
+
demandQuantity: number;
|
|
128
|
+
}>;
|
|
129
|
+
export declare const OrdersSummaryByEntityRowZod: z.ZodObject<{
|
|
130
|
+
productionTaskId: z.ZodNullable<z.ZodNumber>;
|
|
131
|
+
quantityByProductionTask: z.ZodNumber;
|
|
132
|
+
planReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
133
|
+
positionNumber: z.ZodNullable<z.ZodNumber>;
|
|
134
|
+
shipmentId: z.ZodNullable<z.ZodNumber>;
|
|
135
|
+
parentPTNumber: z.ZodNullable<z.ZodNumber>;
|
|
136
|
+
parentPTQuantity: z.ZodNullable<z.ZodNumber>;
|
|
137
|
+
parentPTNeed: z.ZodNullable<z.ZodNumber>;
|
|
138
|
+
parentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
139
|
+
parentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
140
|
+
shipmentNumber: z.ZodNullable<z.ZodString>;
|
|
141
|
+
shipmentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
142
|
+
shipmentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
143
|
+
quantityByShipment: z.ZodNullable<z.ZodNumber>;
|
|
144
|
+
shipmentNeed: z.ZodNullable<z.ZodNumber>;
|
|
145
|
+
stockOrderItemId: z.ZodNullable<z.ZodNumber>;
|
|
146
|
+
stockOrderId: z.ZodNullable<z.ZodNumber>;
|
|
147
|
+
stockOrderNumber: z.ZodNullable<z.ZodString>;
|
|
148
|
+
quantityByStockOrder: z.ZodNumber;
|
|
149
|
+
stockOrderNeed: z.ZodNumber;
|
|
150
|
+
warehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
151
|
+
deficitWithPlannedIncoming: z.ZodNumber;
|
|
152
|
+
deficit: z.ZodNumber;
|
|
153
|
+
}, "strip", z.ZodTypeAny, {
|
|
154
|
+
deficit: number;
|
|
155
|
+
warehouseReadinessDate: string | Date | null;
|
|
156
|
+
stockOrderNumber: string | null;
|
|
157
|
+
shipmentId: number | null;
|
|
158
|
+
productionTaskId: number | null;
|
|
159
|
+
planReadyDate: string | Date | null;
|
|
160
|
+
parentPTNumber: number | null;
|
|
161
|
+
parentPTQuantity: number | null;
|
|
162
|
+
parentPTNeed: number | null;
|
|
163
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
164
|
+
parentReadinessDate: string | Date | null;
|
|
165
|
+
shipmentNumber: string | null;
|
|
166
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
167
|
+
shipmentReadinessDate: string | Date | null;
|
|
168
|
+
stockOrderItemId: number | null;
|
|
169
|
+
stockOrderId: number | null;
|
|
170
|
+
quantityByProductionTask: number;
|
|
171
|
+
quantityByShipment: number | null;
|
|
172
|
+
shipmentNeed: number | null;
|
|
173
|
+
positionNumber: number | null;
|
|
174
|
+
quantityByStockOrder: number;
|
|
175
|
+
stockOrderNeed: number;
|
|
176
|
+
deficitWithPlannedIncoming: number;
|
|
177
|
+
}, {
|
|
178
|
+
deficit: number;
|
|
179
|
+
warehouseReadinessDate: string | Date | null;
|
|
180
|
+
stockOrderNumber: string | null;
|
|
181
|
+
shipmentId: number | null;
|
|
182
|
+
productionTaskId: number | null;
|
|
183
|
+
planReadyDate: string | Date | null;
|
|
184
|
+
parentPTNumber: number | null;
|
|
185
|
+
parentPTQuantity: number | null;
|
|
186
|
+
parentPTNeed: number | null;
|
|
187
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
188
|
+
parentReadinessDate: string | Date | null;
|
|
189
|
+
shipmentNumber: string | null;
|
|
190
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
191
|
+
shipmentReadinessDate: string | Date | null;
|
|
192
|
+
stockOrderItemId: number | null;
|
|
193
|
+
stockOrderId: number | null;
|
|
194
|
+
quantityByProductionTask: number;
|
|
195
|
+
quantityByShipment: number | null;
|
|
196
|
+
shipmentNeed: number | null;
|
|
197
|
+
positionNumber: number | null;
|
|
198
|
+
quantityByStockOrder: number;
|
|
199
|
+
stockOrderNeed: number;
|
|
200
|
+
deficitWithPlannedIncoming: number;
|
|
201
|
+
}>;
|
|
202
|
+
export declare const OrdersSummaryByEntityResponseZod: z.ZodObject<{
|
|
203
|
+
rows: z.ZodArray<z.ZodObject<{
|
|
204
|
+
productionTaskId: z.ZodNullable<z.ZodNumber>;
|
|
205
|
+
quantityByProductionTask: z.ZodNumber;
|
|
206
|
+
planReadyDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
207
|
+
positionNumber: z.ZodNullable<z.ZodNumber>;
|
|
208
|
+
shipmentId: z.ZodNullable<z.ZodNumber>;
|
|
209
|
+
parentPTNumber: z.ZodNullable<z.ZodNumber>;
|
|
210
|
+
parentPTQuantity: z.ZodNullable<z.ZodNumber>;
|
|
211
|
+
parentPTNeed: z.ZodNullable<z.ZodNumber>;
|
|
212
|
+
parentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
213
|
+
parentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
214
|
+
shipmentNumber: z.ZodNullable<z.ZodString>;
|
|
215
|
+
shipmentWarehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
216
|
+
shipmentReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
217
|
+
quantityByShipment: z.ZodNullable<z.ZodNumber>;
|
|
218
|
+
shipmentNeed: z.ZodNullable<z.ZodNumber>;
|
|
219
|
+
stockOrderItemId: z.ZodNullable<z.ZodNumber>;
|
|
220
|
+
stockOrderId: z.ZodNullable<z.ZodNumber>;
|
|
221
|
+
stockOrderNumber: z.ZodNullable<z.ZodString>;
|
|
222
|
+
quantityByStockOrder: z.ZodNumber;
|
|
223
|
+
stockOrderNeed: z.ZodNumber;
|
|
224
|
+
warehouseReadinessDate: z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
225
|
+
deficitWithPlannedIncoming: z.ZodNumber;
|
|
226
|
+
deficit: z.ZodNumber;
|
|
227
|
+
}, "strip", z.ZodTypeAny, {
|
|
228
|
+
deficit: number;
|
|
229
|
+
warehouseReadinessDate: string | Date | null;
|
|
230
|
+
stockOrderNumber: string | null;
|
|
231
|
+
shipmentId: number | null;
|
|
232
|
+
productionTaskId: number | null;
|
|
233
|
+
planReadyDate: string | Date | null;
|
|
234
|
+
parentPTNumber: number | null;
|
|
235
|
+
parentPTQuantity: number | null;
|
|
236
|
+
parentPTNeed: number | null;
|
|
237
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
238
|
+
parentReadinessDate: string | Date | null;
|
|
239
|
+
shipmentNumber: string | null;
|
|
240
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
241
|
+
shipmentReadinessDate: string | Date | null;
|
|
242
|
+
stockOrderItemId: number | null;
|
|
243
|
+
stockOrderId: number | null;
|
|
244
|
+
quantityByProductionTask: number;
|
|
245
|
+
quantityByShipment: number | null;
|
|
246
|
+
shipmentNeed: number | null;
|
|
247
|
+
positionNumber: number | null;
|
|
248
|
+
quantityByStockOrder: number;
|
|
249
|
+
stockOrderNeed: number;
|
|
250
|
+
deficitWithPlannedIncoming: number;
|
|
251
|
+
}, {
|
|
252
|
+
deficit: number;
|
|
253
|
+
warehouseReadinessDate: string | Date | null;
|
|
254
|
+
stockOrderNumber: string | null;
|
|
255
|
+
shipmentId: number | null;
|
|
256
|
+
productionTaskId: number | null;
|
|
257
|
+
planReadyDate: string | Date | null;
|
|
258
|
+
parentPTNumber: number | null;
|
|
259
|
+
parentPTQuantity: number | null;
|
|
260
|
+
parentPTNeed: number | null;
|
|
261
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
262
|
+
parentReadinessDate: string | Date | null;
|
|
263
|
+
shipmentNumber: string | null;
|
|
264
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
265
|
+
shipmentReadinessDate: string | Date | null;
|
|
266
|
+
stockOrderItemId: number | null;
|
|
267
|
+
stockOrderId: number | null;
|
|
268
|
+
quantityByProductionTask: number;
|
|
269
|
+
quantityByShipment: number | null;
|
|
270
|
+
shipmentNeed: number | null;
|
|
271
|
+
positionNumber: number | null;
|
|
272
|
+
quantityByStockOrder: number;
|
|
273
|
+
stockOrderNeed: number;
|
|
274
|
+
deficitWithPlannedIncoming: number;
|
|
275
|
+
}>, "many">;
|
|
276
|
+
totalOrderNeed: z.ZodNumber;
|
|
277
|
+
totalQuantityByStockOrder: z.ZodNumber;
|
|
278
|
+
totalStockOrderNeed: z.ZodNumber;
|
|
279
|
+
totalDeficitWithPlannedIncoming: z.ZodNumber;
|
|
280
|
+
totalDeficit: z.ZodNumber;
|
|
281
|
+
}, "strip", z.ZodTypeAny, {
|
|
282
|
+
rows: {
|
|
283
|
+
deficit: number;
|
|
284
|
+
warehouseReadinessDate: string | Date | null;
|
|
285
|
+
stockOrderNumber: string | null;
|
|
286
|
+
shipmentId: number | null;
|
|
287
|
+
productionTaskId: number | null;
|
|
288
|
+
planReadyDate: string | Date | null;
|
|
289
|
+
parentPTNumber: number | null;
|
|
290
|
+
parentPTQuantity: number | null;
|
|
291
|
+
parentPTNeed: number | null;
|
|
292
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
293
|
+
parentReadinessDate: string | Date | null;
|
|
294
|
+
shipmentNumber: string | null;
|
|
295
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
296
|
+
shipmentReadinessDate: string | Date | null;
|
|
297
|
+
stockOrderItemId: number | null;
|
|
298
|
+
stockOrderId: number | null;
|
|
299
|
+
quantityByProductionTask: number;
|
|
300
|
+
quantityByShipment: number | null;
|
|
301
|
+
shipmentNeed: number | null;
|
|
302
|
+
positionNumber: number | null;
|
|
303
|
+
quantityByStockOrder: number;
|
|
304
|
+
stockOrderNeed: number;
|
|
305
|
+
deficitWithPlannedIncoming: number;
|
|
306
|
+
}[];
|
|
307
|
+
totalOrderNeed: number;
|
|
308
|
+
totalQuantityByStockOrder: number;
|
|
309
|
+
totalStockOrderNeed: number;
|
|
310
|
+
totalDeficitWithPlannedIncoming: number;
|
|
311
|
+
totalDeficit: number;
|
|
312
|
+
}, {
|
|
313
|
+
rows: {
|
|
314
|
+
deficit: number;
|
|
315
|
+
warehouseReadinessDate: string | Date | null;
|
|
316
|
+
stockOrderNumber: string | null;
|
|
317
|
+
shipmentId: number | null;
|
|
318
|
+
productionTaskId: number | null;
|
|
319
|
+
planReadyDate: string | Date | null;
|
|
320
|
+
parentPTNumber: number | null;
|
|
321
|
+
parentPTQuantity: number | null;
|
|
322
|
+
parentPTNeed: number | null;
|
|
323
|
+
parentWarehouseReadinessDate: string | Date | null;
|
|
324
|
+
parentReadinessDate: string | Date | null;
|
|
325
|
+
shipmentNumber: string | null;
|
|
326
|
+
shipmentWarehouseReadinessDate: string | Date | null;
|
|
327
|
+
shipmentReadinessDate: string | Date | null;
|
|
328
|
+
stockOrderItemId: number | null;
|
|
329
|
+
stockOrderId: number | null;
|
|
330
|
+
quantityByProductionTask: number;
|
|
331
|
+
quantityByShipment: number | null;
|
|
332
|
+
shipmentNeed: number | null;
|
|
333
|
+
positionNumber: number | null;
|
|
334
|
+
quantityByStockOrder: number;
|
|
335
|
+
stockOrderNeed: number;
|
|
336
|
+
deficitWithPlannedIncoming: number;
|
|
337
|
+
}[];
|
|
338
|
+
totalOrderNeed: number;
|
|
339
|
+
totalQuantityByStockOrder: number;
|
|
340
|
+
totalStockOrderNeed: number;
|
|
341
|
+
totalDeficitWithPlannedIncoming: number;
|
|
342
|
+
totalDeficit: number;
|
|
343
|
+
}>;
|
|
344
|
+
export type OrdersSummaryProductionTaskZodType = z.infer<typeof OrdersSummaryProductionTaskZod>;
|
|
345
|
+
export type OrdersSummaryShipmentZodType = z.infer<typeof OrdersSummaryShipmentZod>;
|
|
346
|
+
export type OrdersSummaryStockOrderZodType = z.infer<typeof OrdersSummaryStockOrderZod>;
|
|
347
|
+
export type OrdersSummaryDemandRowZodType = z.infer<typeof OrdersSummaryDemandRowZod>;
|
|
348
|
+
export type OrdersSummaryByEntityRowZodType = z.infer<typeof OrdersSummaryByEntityRowZod>;
|
|
349
|
+
export type OrdersSummaryByEntityResponseZodType = z.infer<typeof OrdersSummaryByEntityResponseZod>;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrdersSummaryByEntityResponseZod = exports.OrdersSummaryByEntityRowZod = exports.OrdersSummaryDemandRowZod = exports.OrdersSummaryStockOrderZod = exports.OrdersSummaryShipmentZod = exports.OrdersSummaryProductionTaskZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const OrdersSummaryDateZod = zod_1.z.union([zod_1.z.date(), zod_1.z.string()]).nullable();
|
|
6
|
+
exports.OrdersSummaryProductionTaskZod = zod_1.z.object({
|
|
7
|
+
productionTaskId: zod_1.z.number(),
|
|
8
|
+
quantity: zod_1.z.number(),
|
|
9
|
+
planReadyDate: OrdersSummaryDateZod,
|
|
10
|
+
requiredReadyDate: OrdersSummaryDateZod
|
|
11
|
+
});
|
|
12
|
+
exports.OrdersSummaryShipmentZod = zod_1.z.object({
|
|
13
|
+
shipmentId: zod_1.z.number().nullable(),
|
|
14
|
+
parentPTNumber: zod_1.z.number().nullable(),
|
|
15
|
+
parentPTQuantity: zod_1.z.number().nullable(),
|
|
16
|
+
parentPTNeed: zod_1.z.number().nullable(),
|
|
17
|
+
parentWarehouseReadinessDate: OrdersSummaryDateZod,
|
|
18
|
+
parentReadinessDate: OrdersSummaryDateZod,
|
|
19
|
+
shipmentNumber: zod_1.z.string().nullable(),
|
|
20
|
+
shipmentWarehouseReadinessDate: OrdersSummaryDateZod,
|
|
21
|
+
shipmentReadinessDate: OrdersSummaryDateZod,
|
|
22
|
+
quantity: zod_1.z.number(),
|
|
23
|
+
requiredReadyDate: OrdersSummaryDateZod
|
|
24
|
+
});
|
|
25
|
+
exports.OrdersSummaryStockOrderZod = zod_1.z.object({
|
|
26
|
+
stockOrderItemId: zod_1.z.number(),
|
|
27
|
+
stockOrderId: zod_1.z.number().nullable(),
|
|
28
|
+
stockOrderNumber: zod_1.z.string().nullable(),
|
|
29
|
+
quantity: zod_1.z.number(),
|
|
30
|
+
warehouseReadinessDate: OrdersSummaryDateZod,
|
|
31
|
+
remainingQuantity: zod_1.z.number()
|
|
32
|
+
});
|
|
33
|
+
exports.OrdersSummaryDemandRowZod = zod_1.z.object({
|
|
34
|
+
productionTaskId: zod_1.z.number().nullable(),
|
|
35
|
+
quantityByProductionTask: zod_1.z.number(),
|
|
36
|
+
planReadyDate: OrdersSummaryDateZod,
|
|
37
|
+
shipmentId: zod_1.z.number().nullable(),
|
|
38
|
+
parentPTNumber: zod_1.z.number().nullable(),
|
|
39
|
+
parentPTQuantity: zod_1.z.number().nullable(),
|
|
40
|
+
parentPTNeed: zod_1.z.number().nullable(),
|
|
41
|
+
parentWarehouseReadinessDate: OrdersSummaryDateZod,
|
|
42
|
+
parentReadinessDate: OrdersSummaryDateZod,
|
|
43
|
+
shipmentNumber: zod_1.z.string().nullable(),
|
|
44
|
+
shipmentWarehouseReadinessDate: OrdersSummaryDateZod,
|
|
45
|
+
shipmentReadinessDate: OrdersSummaryDateZod,
|
|
46
|
+
quantityByShipment: zod_1.z.number().nullable(),
|
|
47
|
+
shipmentNeed: zod_1.z.number().nullable(),
|
|
48
|
+
demandQuantity: zod_1.z.number(),
|
|
49
|
+
requiredReadyDate: OrdersSummaryDateZod
|
|
50
|
+
});
|
|
51
|
+
exports.OrdersSummaryByEntityRowZod = zod_1.z.object({
|
|
52
|
+
productionTaskId: zod_1.z.number().nullable(),
|
|
53
|
+
quantityByProductionTask: zod_1.z.number(),
|
|
54
|
+
planReadyDate: OrdersSummaryDateZod,
|
|
55
|
+
positionNumber: zod_1.z.number().nullable(),
|
|
56
|
+
shipmentId: zod_1.z.number().nullable(),
|
|
57
|
+
parentPTNumber: zod_1.z.number().nullable(),
|
|
58
|
+
parentPTQuantity: zod_1.z.number().nullable(),
|
|
59
|
+
parentPTNeed: zod_1.z.number().nullable(),
|
|
60
|
+
parentWarehouseReadinessDate: OrdersSummaryDateZod,
|
|
61
|
+
parentReadinessDate: OrdersSummaryDateZod,
|
|
62
|
+
shipmentNumber: zod_1.z.string().nullable(),
|
|
63
|
+
shipmentWarehouseReadinessDate: OrdersSummaryDateZod,
|
|
64
|
+
shipmentReadinessDate: OrdersSummaryDateZod,
|
|
65
|
+
quantityByShipment: zod_1.z.number().nullable(),
|
|
66
|
+
shipmentNeed: zod_1.z.number().nullable(),
|
|
67
|
+
stockOrderItemId: zod_1.z.number().nullable(),
|
|
68
|
+
stockOrderId: zod_1.z.number().nullable(),
|
|
69
|
+
stockOrderNumber: zod_1.z.string().nullable(),
|
|
70
|
+
quantityByStockOrder: zod_1.z.number(),
|
|
71
|
+
stockOrderNeed: zod_1.z.number(),
|
|
72
|
+
warehouseReadinessDate: OrdersSummaryDateZod,
|
|
73
|
+
deficitWithPlannedIncoming: zod_1.z.number(),
|
|
74
|
+
deficit: zod_1.z.number()
|
|
75
|
+
});
|
|
76
|
+
exports.OrdersSummaryByEntityResponseZod = zod_1.z.object({
|
|
77
|
+
rows: zod_1.z.array(exports.OrdersSummaryByEntityRowZod),
|
|
78
|
+
totalOrderNeed: zod_1.z.number(),
|
|
79
|
+
totalQuantityByStockOrder: zod_1.z.number(),
|
|
80
|
+
totalStockOrderNeed: zod_1.z.number(),
|
|
81
|
+
totalDeficitWithPlannedIncoming: zod_1.z.number(),
|
|
82
|
+
totalDeficit: zod_1.z.number()
|
|
83
|
+
});
|
|
@@ -4,12 +4,12 @@ export declare const UpdateRoleDtoZod: z.ZodObject<{
|
|
|
4
4
|
name: z.ZodString;
|
|
5
5
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
id: number;
|
|
8
7
|
name: string;
|
|
8
|
+
id: number;
|
|
9
9
|
description?: string | null | undefined;
|
|
10
10
|
}, {
|
|
11
|
-
id: number;
|
|
12
11
|
name: string;
|
|
12
|
+
id: number;
|
|
13
13
|
description?: string | null | undefined;
|
|
14
14
|
}>;
|
|
15
15
|
export type UpdateRoleDtoZodType = z.infer<typeof UpdateRoleDtoZod>;
|
|
@@ -127,8 +127,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
127
127
|
cbed: import("../..").CbedRelativeType[];
|
|
128
128
|
designation: string | null;
|
|
129
129
|
description: string | null;
|
|
130
|
-
id: number;
|
|
131
130
|
name: string;
|
|
131
|
+
id: number;
|
|
132
132
|
calculate_needs_time: Date | null;
|
|
133
133
|
entity_children_need_time: Date | null;
|
|
134
134
|
min_remaining: number;
|
|
@@ -158,8 +158,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
158
158
|
}, {
|
|
159
159
|
designation: string | null;
|
|
160
160
|
description: string | null;
|
|
161
|
-
id: number;
|
|
162
161
|
name: string;
|
|
162
|
+
id: number;
|
|
163
163
|
ava_path: string | null;
|
|
164
164
|
parametrs: import("../..").CbedParametrsField | null;
|
|
165
165
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
@@ -602,8 +602,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
602
602
|
cbed: import("../..").CbedRelativeType[];
|
|
603
603
|
designation: string | null;
|
|
604
604
|
description: string | null;
|
|
605
|
-
id: number;
|
|
606
605
|
name: string;
|
|
606
|
+
id: number;
|
|
607
607
|
calculate_needs_time: Date | null;
|
|
608
608
|
entity_children_need_time: Date | null;
|
|
609
609
|
min_remaining: number;
|
|
@@ -796,8 +796,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
796
796
|
cbeds: {
|
|
797
797
|
designation: string | null;
|
|
798
798
|
description: string | null;
|
|
799
|
-
id: number;
|
|
800
799
|
name: string;
|
|
800
|
+
id: number;
|
|
801
801
|
ava_path: string | null;
|
|
802
802
|
parametrs: import("../..").CbedParametrsField | null;
|
|
803
803
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
@@ -969,8 +969,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
969
969
|
}, "strip", z.ZodTypeAny, {
|
|
970
970
|
ban: boolean;
|
|
971
971
|
description: string;
|
|
972
|
-
id: number;
|
|
973
972
|
name: string;
|
|
973
|
+
id: number;
|
|
974
974
|
user?: {
|
|
975
975
|
banReason: string | null;
|
|
976
976
|
ban: boolean;
|
|
@@ -1018,8 +1018,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1018
1018
|
cbed: import("../..").CbedRelativeType[];
|
|
1019
1019
|
designation: string | null;
|
|
1020
1020
|
description: string | null;
|
|
1021
|
-
id: number;
|
|
1022
1021
|
name: string;
|
|
1022
|
+
id: number;
|
|
1023
1023
|
calculate_needs_time: Date | null;
|
|
1024
1024
|
entity_children_need_time: Date | null;
|
|
1025
1025
|
min_remaining: number;
|
|
@@ -1178,8 +1178,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1178
1178
|
subdivision?: import("../../user").EnumSubdivision | undefined;
|
|
1179
1179
|
}[] | undefined;
|
|
1180
1180
|
}, {
|
|
1181
|
-
id: number;
|
|
1182
1181
|
name: string;
|
|
1182
|
+
id: number;
|
|
1183
1183
|
ban?: boolean | undefined;
|
|
1184
1184
|
user?: {
|
|
1185
1185
|
banReason: string | null;
|
|
@@ -1217,8 +1217,8 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1217
1217
|
cbeds: {
|
|
1218
1218
|
designation: string | null;
|
|
1219
1219
|
description: string | null;
|
|
1220
|
-
id: number;
|
|
1221
1220
|
name: string;
|
|
1221
|
+
id: number;
|
|
1222
1222
|
ava_path: string | null;
|
|
1223
1223
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1224
1224
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
@@ -18,8 +18,8 @@ export declare const RemainSchema: z.ZodObject<{
|
|
|
18
18
|
ban: boolean;
|
|
19
19
|
designation: string;
|
|
20
20
|
description: string;
|
|
21
|
-
id: number;
|
|
22
21
|
name: string;
|
|
22
|
+
id: number;
|
|
23
23
|
createdAt: string | Date;
|
|
24
24
|
quantity: number;
|
|
25
25
|
attetion: boolean;
|
|
@@ -33,8 +33,8 @@ export declare const RemainSchema: z.ZodObject<{
|
|
|
33
33
|
ban: boolean;
|
|
34
34
|
designation: string;
|
|
35
35
|
description: string;
|
|
36
|
-
id: number;
|
|
37
36
|
name: string;
|
|
37
|
+
id: number;
|
|
38
38
|
createdAt: string | Date;
|
|
39
39
|
quantity: number;
|
|
40
40
|
attetion: boolean;
|