@pksep/zod-shared 0.0.527 → 0.0.528
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action/dto/actions-by-param.dto.d.ts +2 -2
- package/dist/action/schemas/actions.schema.d.ts +23 -18
- package/dist/action/schemas/actions.schema.js +2 -1
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +81 -90
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +68 -75
- package/dist/assemble/schemas/assemble.schema.d.ts +62 -69
- package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +13 -13
- package/dist/buyer/schemas/buyer.schema.d.ts +1 -1
- package/dist/cbed/dto/cbed-pagination.dto.d.ts +1 -1
- package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
- package/dist/cbed/dto/up-create-cbed.dto.d.ts +6 -6
- package/dist/cbed/schemas/cbed-material.schema.d.ts +2 -2
- package/dist/cbed/schemas/cbed.schema.d.ts +21 -21
- package/dist/company/dto/create-company.dto.d.ts +10 -10
- package/dist/company/dto/update-company.dto.d.ts +10 -10
- package/dist/company/schemas/companies.schema.d.ts +4 -4
- package/dist/contact/dto/create-contact.dto.d.ts +6 -6
- package/dist/contact/dto/update-contact.dto.d.ts +6 -6
- package/dist/contact/schemas/contact.schema.d.ts +3 -3
- package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
- package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
- package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
- package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
- package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
- package/dist/detal/dto/update-detal.dto.d.ts +9 -9
- package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
- package/dist/detal/schemas/detal.schema.d.ts +200 -200
- package/dist/document/schemas/documentsSchema.d.ts +4 -4
- package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
- package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
- package/dist/equipment/schemas/equipment.schema.d.ts +98 -98
- package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
- package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
- package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
- package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
- package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
- package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
- package/dist/marks/dto/create-mark.dto.d.ts +8 -8
- package/dist/marks/dto/update-mark.dto.d.ts +2 -2
- package/dist/marks/schemas/marks.schema.d.ts +8 -8
- package/dist/marks/type/type.d.ts +2 -2
- package/dist/material/dto/create-material.dto.d.ts +20 -20
- package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
- package/dist/material/schemas/material.schema.d.ts +26 -26
- package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
- package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
- package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
- package/dist/moving/schemas/moving.schema.d.ts +462 -462
- package/dist/operations/dto/create-type-operation.dto.d.ts +0 -4
- package/dist/operations/dto/create-type-operation.dto.js +1 -5
- package/dist/operations/dto/update-type-operation.dto.d.ts +0 -4
- package/dist/operations/dto/update-type-operation.dto.js +1 -5
- package/dist/operations/index.d.ts +0 -2
- package/dist/operations/index.js +0 -2
- package/dist/operations/interfaces/interface.d.ts +0 -5
- package/dist/operations/schemas/operation.schema.d.ts +17 -21
- package/dist/operations/schemas/operation.schema.js +0 -4
- package/dist/operations/schemas/type-operation.schema.d.ts +0 -4
- package/dist/operations/schemas/type-operation.schema.js +0 -2
- package/dist/product/dto/up-create-product.dto.d.ts +7 -7
- package/dist/product/schemas/product-deficit.schema.d.ts +20 -20
- package/dist/product/schemas/product-material.schema.d.ts +2 -2
- package/dist/product/schemas/product-specification.schema.d.ts +2 -2
- package/dist/product/schemas/product.schema.d.ts +17 -17
- package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +2 -2
- package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
- package/dist/production-tasks/interfaces/production-tasks.d.ts +0 -1
- package/dist/production-tasks/schemas/operation-positions.schema.d.ts +4 -4
- package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
- package/dist/provider/dto/create-provider.dto.d.ts +4 -4
- package/dist/provider/schemas/provider.schema.d.ts +1 -1
- package/dist/role/schemas/role.schema.d.ts +451 -451
- package/dist/sclad/schemas/remain.schema.d.ts +2 -2
- package/dist/sclad/schemas/remains.schema.d.ts +6 -6
- package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
- package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
- package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
- package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
- package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
- package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
- package/dist/specification/schema/attributes.schema.d.ts +482 -482
- package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
- package/dist/tech-process/schemas/tech-process.schema.d.ts +26 -31
- package/dist/thread/dto/add-thread.dto.d.ts +8 -8
- package/dist/user/dto/create-user.dto.d.ts +5 -5
- package/dist/user/dto/get-one-user.dto.d.ts +2 -2
- package/dist/user/schemas/user.schema.d.ts +264 -264
- package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
- package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -27,8 +27,8 @@ export declare const StockOrderItemSchema: z.ZodObject<{
|
|
|
27
27
|
warehouse_readiness_date: Date | null;
|
|
28
28
|
description?: string | undefined;
|
|
29
29
|
id?: number | null | undefined;
|
|
30
|
-
detal_id?: number | null | undefined;
|
|
31
30
|
cbed_id?: number | null | undefined;
|
|
31
|
+
detal_id?: number | null | undefined;
|
|
32
32
|
product_id?: number | null | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
type: IzdType;
|
|
@@ -39,8 +39,8 @@ export declare const StockOrderItemSchema: z.ZodObject<{
|
|
|
39
39
|
ban?: boolean | undefined;
|
|
40
40
|
description?: string | undefined;
|
|
41
41
|
id?: number | null | undefined;
|
|
42
|
-
detal_id?: number | null | undefined;
|
|
43
42
|
cbed_id?: number | null | undefined;
|
|
43
|
+
detal_id?: number | null | undefined;
|
|
44
44
|
product_id?: number | null | undefined;
|
|
45
45
|
count_create?: number | undefined;
|
|
46
46
|
}>;
|
|
@@ -29,7 +29,6 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
29
29
|
instrumentOsnID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
30
30
|
eqList: z.ZodDefault<z.ZodString>;
|
|
31
31
|
eqID: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
-
workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../../operations").WorkStartCalcType>>;
|
|
33
32
|
tOperationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
34
33
|
tech_process_id: z.ZodNumber;
|
|
35
34
|
marks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -65,15 +64,15 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
65
64
|
status: import("../..").MarkStatusEnums;
|
|
66
65
|
ban: boolean;
|
|
67
66
|
id: number;
|
|
68
|
-
assemble_id: number;
|
|
69
|
-
user_id: number;
|
|
70
|
-
metaloworking_id: number;
|
|
71
|
-
production_task_id: number | null;
|
|
72
67
|
date_build: string;
|
|
73
68
|
kol: number;
|
|
69
|
+
user_id: number;
|
|
74
70
|
oper_id: number;
|
|
71
|
+
assemble_id: number;
|
|
72
|
+
metaloworking_id: number;
|
|
75
73
|
brak: boolean;
|
|
76
74
|
execution_time: number;
|
|
75
|
+
production_task_id: number | null;
|
|
77
76
|
quantity_shipped: number;
|
|
78
77
|
description?: string | undefined;
|
|
79
78
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -86,15 +85,15 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
86
85
|
status: import("../..").MarkStatusEnums;
|
|
87
86
|
ban: boolean;
|
|
88
87
|
id: number;
|
|
89
|
-
assemble_id: number;
|
|
90
|
-
user_id: number;
|
|
91
|
-
metaloworking_id: number;
|
|
92
|
-
production_task_id: number | null;
|
|
93
88
|
date_build: string;
|
|
94
89
|
kol: number;
|
|
90
|
+
user_id: number;
|
|
95
91
|
oper_id: number;
|
|
92
|
+
assemble_id: number;
|
|
93
|
+
metaloworking_id: number;
|
|
96
94
|
brak: boolean;
|
|
97
95
|
execution_time: number;
|
|
96
|
+
production_task_id: number | null;
|
|
98
97
|
quantity_shipped: number;
|
|
99
98
|
description?: string | undefined;
|
|
100
99
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -112,8 +111,6 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
112
111
|
preTime: number;
|
|
113
112
|
helperTime: number;
|
|
114
113
|
mainTime: number;
|
|
115
|
-
workStartCalcType: import("../../operations").WorkStartCalcType;
|
|
116
|
-
tech_process_id: number;
|
|
117
114
|
generalCountTime: string;
|
|
118
115
|
instrumentList: string;
|
|
119
116
|
instrumentMerList: string;
|
|
@@ -125,20 +122,21 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
125
122
|
eqID: number | null;
|
|
126
123
|
idx: number;
|
|
127
124
|
tOperationId: number | null;
|
|
125
|
+
tech_process_id: number;
|
|
128
126
|
id?: number | undefined;
|
|
129
127
|
marks?: {
|
|
130
128
|
status: import("../..").MarkStatusEnums;
|
|
131
129
|
ban: boolean;
|
|
132
130
|
id: number;
|
|
133
|
-
assemble_id: number;
|
|
134
|
-
user_id: number;
|
|
135
|
-
metaloworking_id: number;
|
|
136
|
-
production_task_id: number | null;
|
|
137
131
|
date_build: string;
|
|
138
132
|
kol: number;
|
|
133
|
+
user_id: number;
|
|
139
134
|
oper_id: number;
|
|
135
|
+
assemble_id: number;
|
|
136
|
+
metaloworking_id: number;
|
|
140
137
|
brak: boolean;
|
|
141
138
|
execution_time: number;
|
|
139
|
+
production_task_id: number | null;
|
|
142
140
|
quantity_shipped: number;
|
|
143
141
|
description?: string | undefined;
|
|
144
142
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -159,15 +157,15 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
159
157
|
status: import("../..").MarkStatusEnums;
|
|
160
158
|
ban: boolean;
|
|
161
159
|
id: number;
|
|
162
|
-
assemble_id: number;
|
|
163
|
-
user_id: number;
|
|
164
|
-
metaloworking_id: number;
|
|
165
|
-
production_task_id: number | null;
|
|
166
160
|
date_build: string;
|
|
167
161
|
kol: number;
|
|
162
|
+
user_id: number;
|
|
168
163
|
oper_id: number;
|
|
164
|
+
assemble_id: number;
|
|
165
|
+
metaloworking_id: number;
|
|
169
166
|
brak: boolean;
|
|
170
167
|
execution_time: number;
|
|
168
|
+
production_task_id: number | null;
|
|
171
169
|
quantity_shipped: number;
|
|
172
170
|
description?: string | undefined;
|
|
173
171
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -180,7 +178,6 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
180
178
|
preTime?: number | undefined;
|
|
181
179
|
helperTime?: number | undefined;
|
|
182
180
|
mainTime?: number | undefined;
|
|
183
|
-
workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
|
|
184
181
|
generalCountTime?: string | undefined;
|
|
185
182
|
instrumentList?: string | undefined;
|
|
186
183
|
instrumentMerList?: string | undefined;
|
|
@@ -209,8 +206,6 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
209
206
|
preTime: number;
|
|
210
207
|
helperTime: number;
|
|
211
208
|
mainTime: number;
|
|
212
|
-
workStartCalcType: import("../../operations").WorkStartCalcType;
|
|
213
|
-
tech_process_id: number;
|
|
214
209
|
generalCountTime: string;
|
|
215
210
|
instrumentList: string;
|
|
216
211
|
instrumentMerList: string;
|
|
@@ -222,20 +217,21 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
222
217
|
eqID: number | null;
|
|
223
218
|
idx: number;
|
|
224
219
|
tOperationId: number | null;
|
|
220
|
+
tech_process_id: number;
|
|
225
221
|
id?: number | undefined;
|
|
226
222
|
marks?: {
|
|
227
223
|
status: import("../..").MarkStatusEnums;
|
|
228
224
|
ban: boolean;
|
|
229
225
|
id: number;
|
|
230
|
-
assemble_id: number;
|
|
231
|
-
user_id: number;
|
|
232
|
-
metaloworking_id: number;
|
|
233
|
-
production_task_id: number | null;
|
|
234
226
|
date_build: string;
|
|
235
227
|
kol: number;
|
|
228
|
+
user_id: number;
|
|
236
229
|
oper_id: number;
|
|
230
|
+
assemble_id: number;
|
|
231
|
+
metaloworking_id: number;
|
|
237
232
|
brak: boolean;
|
|
238
233
|
execution_time: number;
|
|
234
|
+
production_task_id: number | null;
|
|
239
235
|
quantity_shipped: number;
|
|
240
236
|
description?: string | undefined;
|
|
241
237
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -265,15 +261,15 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
265
261
|
status: import("../..").MarkStatusEnums;
|
|
266
262
|
ban: boolean;
|
|
267
263
|
id: number;
|
|
268
|
-
assemble_id: number;
|
|
269
|
-
user_id: number;
|
|
270
|
-
metaloworking_id: number;
|
|
271
|
-
production_task_id: number | null;
|
|
272
264
|
date_build: string;
|
|
273
265
|
kol: number;
|
|
266
|
+
user_id: number;
|
|
274
267
|
oper_id: number;
|
|
268
|
+
assemble_id: number;
|
|
269
|
+
metaloworking_id: number;
|
|
275
270
|
brak: boolean;
|
|
276
271
|
execution_time: number;
|
|
272
|
+
production_task_id: number | null;
|
|
277
273
|
quantity_shipped: number;
|
|
278
274
|
description?: string | undefined;
|
|
279
275
|
assemble_kit_id?: number | null | undefined;
|
|
@@ -286,7 +282,6 @@ export declare const TechProcessSchema: z.ZodObject<{
|
|
|
286
282
|
preTime?: number | undefined;
|
|
287
283
|
helperTime?: number | undefined;
|
|
288
284
|
mainTime?: number | undefined;
|
|
289
|
-
workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
|
|
290
285
|
generalCountTime?: string | undefined;
|
|
291
286
|
instrumentList?: string | undefined;
|
|
292
287
|
instrumentMerList?: string | undefined;
|
|
@@ -34,10 +34,10 @@ export declare const AddCommentDtoSchema: z.ZodObject<{
|
|
|
34
34
|
type?: string | undefined;
|
|
35
35
|
description?: string | undefined;
|
|
36
36
|
id?: number | null | undefined;
|
|
37
|
-
external_id?: number | null | undefined;
|
|
38
|
-
original_name?: string | undefined;
|
|
39
37
|
width?: number | null | undefined;
|
|
40
38
|
height?: number | null | undefined;
|
|
39
|
+
external_id?: number | null | undefined;
|
|
40
|
+
original_name?: string | undefined;
|
|
41
41
|
size?: number | null | undefined;
|
|
42
42
|
hash?: string | undefined;
|
|
43
43
|
}, {
|
|
@@ -48,10 +48,10 @@ export declare const AddCommentDtoSchema: z.ZodObject<{
|
|
|
48
48
|
ban?: boolean | undefined;
|
|
49
49
|
description?: string | undefined;
|
|
50
50
|
id?: number | null | undefined;
|
|
51
|
-
external_id?: number | null | undefined;
|
|
52
|
-
original_name?: string | undefined;
|
|
53
51
|
width?: number | null | undefined;
|
|
54
52
|
height?: number | null | undefined;
|
|
53
|
+
external_id?: number | null | undefined;
|
|
54
|
+
original_name?: string | undefined;
|
|
55
55
|
size?: number | null | undefined;
|
|
56
56
|
version?: number | undefined;
|
|
57
57
|
ava?: boolean | undefined;
|
|
@@ -73,10 +73,10 @@ export declare const AddCommentDtoSchema: z.ZodObject<{
|
|
|
73
73
|
type?: string | undefined;
|
|
74
74
|
description?: string | undefined;
|
|
75
75
|
id?: number | null | undefined;
|
|
76
|
-
external_id?: number | null | undefined;
|
|
77
|
-
original_name?: string | undefined;
|
|
78
76
|
width?: number | null | undefined;
|
|
79
77
|
height?: number | null | undefined;
|
|
78
|
+
external_id?: number | null | undefined;
|
|
79
|
+
original_name?: string | undefined;
|
|
80
80
|
size?: number | null | undefined;
|
|
81
81
|
hash?: string | undefined;
|
|
82
82
|
}[] | null | undefined;
|
|
@@ -94,10 +94,10 @@ export declare const AddCommentDtoSchema: z.ZodObject<{
|
|
|
94
94
|
ban?: boolean | undefined;
|
|
95
95
|
description?: string | undefined;
|
|
96
96
|
id?: number | null | undefined;
|
|
97
|
-
external_id?: number | null | undefined;
|
|
98
|
-
original_name?: string | undefined;
|
|
99
97
|
width?: number | null | undefined;
|
|
100
98
|
height?: number | null | undefined;
|
|
99
|
+
external_id?: number | null | undefined;
|
|
100
|
+
original_name?: string | undefined;
|
|
101
101
|
size?: number | null | undefined;
|
|
102
102
|
version?: number | undefined;
|
|
103
103
|
ava?: boolean | undefined;
|
|
@@ -29,8 +29,6 @@ export declare const UpCreateUserDtoSchema: z.ZodObject<{
|
|
|
29
29
|
login: string;
|
|
30
30
|
roles: number | null;
|
|
31
31
|
initial: string;
|
|
32
|
-
tabel: string;
|
|
33
|
-
dateWork: string;
|
|
34
32
|
requisites: {
|
|
35
33
|
value: string;
|
|
36
34
|
title: {
|
|
@@ -38,34 +36,36 @@ export declare const UpCreateUserDtoSchema: z.ZodObject<{
|
|
|
38
36
|
value?: string | undefined;
|
|
39
37
|
};
|
|
40
38
|
}[];
|
|
39
|
+
tabel: string;
|
|
40
|
+
dateWork: string;
|
|
41
41
|
birthday: string;
|
|
42
42
|
haracteristic: string;
|
|
43
43
|
primetch: string;
|
|
44
44
|
documentIds: number[];
|
|
45
45
|
remoteWork: boolean;
|
|
46
|
+
docs?: string | undefined;
|
|
46
47
|
dateUnWork?: string | undefined;
|
|
47
48
|
password?: string | undefined;
|
|
48
49
|
subdivision?: string | null | undefined;
|
|
49
|
-
docs?: string | undefined;
|
|
50
50
|
newPassword?: string | null | undefined;
|
|
51
51
|
imageId?: string | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
login: string;
|
|
54
54
|
roles: string | null;
|
|
55
55
|
initial: string;
|
|
56
|
+
requisites: string;
|
|
56
57
|
tabel: string;
|
|
57
58
|
dateWork: string;
|
|
58
|
-
requisites: string;
|
|
59
59
|
birthday: string;
|
|
60
60
|
haracteristic: string;
|
|
61
61
|
primetch: string;
|
|
62
62
|
documentIds: string;
|
|
63
63
|
remoteWork: string;
|
|
64
64
|
id?: string | undefined;
|
|
65
|
+
docs?: string | undefined;
|
|
65
66
|
dateUnWork?: string | undefined;
|
|
66
67
|
password?: string | undefined;
|
|
67
68
|
subdivision?: string | null | undefined;
|
|
68
|
-
docs?: string | undefined;
|
|
69
69
|
newPassword?: string | null | undefined;
|
|
70
70
|
imageId?: string | undefined;
|
|
71
71
|
}>;
|
|
@@ -2,10 +2,10 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const UserIncludeSchema: z.ZodEnum<["role", "documents", "avatars", "detals", "cbeds", "products", "equipments", "actions", "actionsUser", "responsibleForProduct", "responsibleForDocuments", "typeOperations", "tableConfigs"]>;
|
|
3
3
|
export declare const GetOneUserDtoSchema: z.ZodObject<{
|
|
4
4
|
id: z.ZodNumber;
|
|
5
|
-
includes: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["role", "documents", "avatars", "detals", "cbeds", "products", "equipments", "actions", "actionsUser", "responsibleForProduct", "responsibleForDocuments", "typeOperations", "tableConfigs"]>, "many">>>, ("role" | "documents" | "
|
|
5
|
+
includes: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["role", "documents", "avatars", "detals", "cbeds", "products", "equipments", "actions", "actionsUser", "responsibleForProduct", "responsibleForDocuments", "typeOperations", "tableConfigs"]>, "many">>>, ("role" | "documents" | "equipments" | "actions" | "products" | "cbeds" | "responsibleForProduct" | "responsibleForDocuments" | "typeOperations" | "detals" | "avatars" | "actionsUser" | "tableConfigs")[], unknown>;
|
|
6
6
|
attributes: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>, string[], unknown>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
includes: ("role" | "documents" | "
|
|
8
|
+
includes: ("role" | "documents" | "equipments" | "actions" | "products" | "cbeds" | "responsibleForProduct" | "responsibleForDocuments" | "typeOperations" | "detals" | "avatars" | "actionsUser" | "tableConfigs")[];
|
|
9
9
|
id: number;
|
|
10
10
|
attributes: string[];
|
|
11
11
|
}, {
|