@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
|
@@ -62,10 +62,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
62
62
|
type?: string | undefined;
|
|
63
63
|
description?: string | undefined;
|
|
64
64
|
id?: number | null | undefined;
|
|
65
|
-
external_id?: number | null | undefined;
|
|
66
|
-
original_name?: string | undefined;
|
|
67
65
|
width?: number | null | undefined;
|
|
68
66
|
height?: number | null | undefined;
|
|
67
|
+
external_id?: number | null | undefined;
|
|
68
|
+
original_name?: string | undefined;
|
|
69
69
|
size?: number | null | undefined;
|
|
70
70
|
hash?: string | undefined;
|
|
71
71
|
}, {
|
|
@@ -76,10 +76,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
76
76
|
ban?: boolean | undefined;
|
|
77
77
|
description?: string | undefined;
|
|
78
78
|
id?: number | null | undefined;
|
|
79
|
-
external_id?: number | null | undefined;
|
|
80
|
-
original_name?: string | undefined;
|
|
81
79
|
width?: number | null | undefined;
|
|
82
80
|
height?: number | null | undefined;
|
|
81
|
+
external_id?: number | null | undefined;
|
|
82
|
+
original_name?: string | undefined;
|
|
83
83
|
size?: number | null | undefined;
|
|
84
84
|
version?: number | undefined;
|
|
85
85
|
ava?: boolean | undefined;
|
|
@@ -125,63 +125,63 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
125
125
|
description: string | null;
|
|
126
126
|
id: number;
|
|
127
127
|
name: string;
|
|
128
|
-
|
|
128
|
+
assemble_id: number | null;
|
|
129
|
+
attention: boolean;
|
|
130
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
131
|
+
quantity: number;
|
|
132
|
+
shipments_kolvo: number;
|
|
129
133
|
min_remaining: number;
|
|
134
|
+
responsibleId: number | null;
|
|
135
|
+
calculate_needs_time: Date | null;
|
|
130
136
|
remainder_after_coming: number;
|
|
131
|
-
quantity: number;
|
|
132
137
|
deficit: number;
|
|
133
|
-
|
|
138
|
+
shipments_deficit: number;
|
|
134
139
|
production_ordered: number;
|
|
135
140
|
deficit_by_sclad: number;
|
|
136
|
-
shipments_deficit: number;
|
|
137
141
|
ava_path: string | null;
|
|
138
142
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
139
143
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
140
|
-
|
|
144
|
+
in_kit: number;
|
|
141
145
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
142
146
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
143
147
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
144
|
-
|
|
145
|
-
in_kit: number;
|
|
146
|
-
responsibleId: number | null;
|
|
147
|
-
assemble_id: number | null;
|
|
148
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
148
149
|
task_relative_id?: number | null | undefined;
|
|
149
150
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
150
151
|
discontinued?: boolean | undefined;
|
|
151
152
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
152
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
153
153
|
}, {
|
|
154
154
|
designation: string | null;
|
|
155
155
|
description: string | null;
|
|
156
156
|
id: number;
|
|
157
157
|
name: string;
|
|
158
|
+
assemble_id: number | null;
|
|
159
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
160
|
+
responsibleId: number | null;
|
|
158
161
|
ava_path: string | null;
|
|
159
162
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
160
163
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
161
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
162
164
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
163
165
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
164
166
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
165
|
-
responsibleId: number | null;
|
|
166
|
-
assemble_id: number | null;
|
|
167
167
|
ban?: boolean | undefined;
|
|
168
168
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
169
|
-
|
|
169
|
+
attention?: boolean | undefined;
|
|
170
|
+
quantity?: number | undefined;
|
|
171
|
+
shipments_kolvo?: number | undefined;
|
|
170
172
|
min_remaining?: number | undefined;
|
|
173
|
+
calculate_needs_time?: Date | null | undefined;
|
|
171
174
|
remainder_after_coming?: number | undefined;
|
|
172
|
-
task_relative_id?: number | null | undefined;
|
|
173
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
174
|
-
quantity?: number | undefined;
|
|
175
175
|
deficit?: number | undefined;
|
|
176
|
-
|
|
176
|
+
shipments_deficit?: number | undefined;
|
|
177
177
|
production_ordered?: number | undefined;
|
|
178
178
|
deficit_by_sclad?: number | undefined;
|
|
179
|
-
|
|
180
|
-
attention?: boolean | undefined;
|
|
179
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
181
180
|
in_kit?: number | undefined;
|
|
181
|
+
task_relative_id?: number | null | undefined;
|
|
182
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
182
183
|
discontinued?: boolean | undefined;
|
|
183
184
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
184
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
185
185
|
}>, "many">;
|
|
186
186
|
products: z.ZodArray<z.ZodObject<{
|
|
187
187
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -216,56 +216,56 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
216
216
|
designation: string | null;
|
|
217
217
|
description: string | null;
|
|
218
218
|
name: string;
|
|
219
|
-
|
|
220
|
-
|
|
219
|
+
attention: boolean;
|
|
220
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
221
221
|
quantity: number;
|
|
222
|
-
deficit: number;
|
|
223
222
|
shipments_kolvo: number;
|
|
224
|
-
|
|
223
|
+
min_remaining: number;
|
|
224
|
+
responsibleId: number | null;
|
|
225
|
+
calculate_needs_time: Date | null;
|
|
226
|
+
deficit: number;
|
|
225
227
|
shipments_deficit: number;
|
|
228
|
+
production_ordered: number;
|
|
226
229
|
ava_path: string | null;
|
|
227
230
|
parametrs: import("../../cbed").CbedVariableField[];
|
|
228
231
|
characteristic: import("../../cbed").CbedVariableField[];
|
|
229
|
-
|
|
232
|
+
in_kit: number;
|
|
230
233
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
231
234
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
232
235
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
233
|
-
attention: boolean;
|
|
234
|
-
in_kit: number;
|
|
235
|
-
responsibleId: number | null;
|
|
236
236
|
articl: string | null;
|
|
237
237
|
is_custom: boolean;
|
|
238
238
|
id?: number | null | undefined;
|
|
239
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
239
240
|
discontinued?: boolean | undefined;
|
|
240
241
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
241
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
242
242
|
}, {
|
|
243
243
|
designation: string | null;
|
|
244
244
|
description: string | null;
|
|
245
245
|
name: string;
|
|
246
|
-
ava_path: string | null;
|
|
247
246
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
247
|
+
responsibleId: number | null;
|
|
248
|
+
ava_path: string | null;
|
|
248
249
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
249
250
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
250
251
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
251
|
-
responsibleId: number | null;
|
|
252
252
|
articl: string | null;
|
|
253
253
|
ban?: boolean | undefined;
|
|
254
254
|
id?: number | null | undefined;
|
|
255
|
-
|
|
256
|
-
min_remaining?: number | undefined;
|
|
255
|
+
attention?: boolean | undefined;
|
|
257
256
|
quantity?: number | undefined;
|
|
258
|
-
deficit?: number | undefined;
|
|
259
257
|
shipments_kolvo?: number | undefined;
|
|
260
|
-
|
|
258
|
+
min_remaining?: number | undefined;
|
|
259
|
+
calculate_needs_time?: Date | null | undefined;
|
|
260
|
+
deficit?: number | undefined;
|
|
261
261
|
shipments_deficit?: number | undefined;
|
|
262
|
+
production_ordered?: number | undefined;
|
|
263
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
262
264
|
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
263
265
|
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
264
|
-
attention?: boolean | undefined;
|
|
265
266
|
in_kit?: number | undefined;
|
|
266
267
|
discontinued?: boolean | undefined;
|
|
267
268
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
268
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
269
269
|
is_custom?: boolean | undefined;
|
|
270
270
|
}>, "many">;
|
|
271
271
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -303,31 +303,34 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
303
303
|
parent_action_idL: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
304
304
|
production_task_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
305
305
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
306
|
+
revision_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
306
307
|
}, "strip", z.ZodTypeAny, {
|
|
307
308
|
ban: boolean;
|
|
308
309
|
action: import("../..").IActionText[];
|
|
309
310
|
type_object: string;
|
|
310
311
|
id?: number | null | undefined;
|
|
312
|
+
user_id?: number | null | undefined;
|
|
313
|
+
metaloworking_id?: number | null | undefined;
|
|
314
|
+
production_task_id?: number | null | undefined;
|
|
315
|
+
cbed_id?: number | null | undefined;
|
|
316
|
+
buyer_id?: number | null | undefined;
|
|
317
|
+
provider_id?: number | null | undefined;
|
|
318
|
+
inventary_id?: number | null | undefined;
|
|
311
319
|
responsible_id?: number | null | undefined;
|
|
320
|
+
tech_process_id?: number | null | undefined;
|
|
321
|
+
createdAt?: string | Date | undefined;
|
|
312
322
|
equipment_id?: number | null | undefined;
|
|
313
|
-
user_id?: number | null | undefined;
|
|
314
323
|
movement_object_id?: number | null | undefined;
|
|
315
324
|
deliveries_id?: number | null | undefined;
|
|
316
|
-
provider_id?: number | null | undefined;
|
|
317
325
|
shcomplit_id?: number | null | undefined;
|
|
318
326
|
waybill_id?: number | null | undefined;
|
|
319
327
|
document_id?: number | null | undefined;
|
|
320
328
|
material_id?: number | null | undefined;
|
|
321
329
|
instrument_id?: number | null | undefined;
|
|
322
330
|
detal_id?: number | null | undefined;
|
|
323
|
-
cbed_id?: number | null | undefined;
|
|
324
331
|
rack_id?: number | null | undefined;
|
|
325
332
|
product_id?: number | null | undefined;
|
|
326
|
-
tech_process_id?: number | null | undefined;
|
|
327
|
-
buyer_id?: number | null | undefined;
|
|
328
|
-
inventary_id?: number | null | undefined;
|
|
329
333
|
shipment_id?: number | null | undefined;
|
|
330
|
-
metaloworking_id?: number | null | undefined;
|
|
331
334
|
ass_id?: number | null | undefined;
|
|
332
335
|
assembly_kit_id?: number | null | undefined;
|
|
333
336
|
stock_order_id?: number | null | undefined;
|
|
@@ -336,33 +339,34 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
336
339
|
mark_id?: number | null | undefined;
|
|
337
340
|
role_id?: number | null | undefined;
|
|
338
341
|
parent_action_idL?: number | null | undefined;
|
|
339
|
-
|
|
340
|
-
createdAt?: string | Date | undefined;
|
|
342
|
+
revision_id?: number | null | undefined;
|
|
341
343
|
}, {
|
|
342
344
|
action: import("../..").IActionText[];
|
|
343
345
|
type_object: string;
|
|
344
346
|
ban?: boolean | undefined;
|
|
345
347
|
id?: number | null | undefined;
|
|
348
|
+
user_id?: number | null | undefined;
|
|
349
|
+
metaloworking_id?: number | null | undefined;
|
|
350
|
+
production_task_id?: number | null | undefined;
|
|
351
|
+
cbed_id?: number | null | undefined;
|
|
352
|
+
buyer_id?: number | null | undefined;
|
|
353
|
+
provider_id?: number | null | undefined;
|
|
354
|
+
inventary_id?: number | null | undefined;
|
|
346
355
|
responsible_id?: number | null | undefined;
|
|
356
|
+
tech_process_id?: number | null | undefined;
|
|
357
|
+
createdAt?: string | Date | undefined;
|
|
347
358
|
equipment_id?: number | null | undefined;
|
|
348
|
-
user_id?: number | null | undefined;
|
|
349
359
|
movement_object_id?: number | null | undefined;
|
|
350
360
|
deliveries_id?: number | null | undefined;
|
|
351
|
-
provider_id?: number | null | undefined;
|
|
352
361
|
shcomplit_id?: number | null | undefined;
|
|
353
362
|
waybill_id?: number | null | undefined;
|
|
354
363
|
document_id?: number | null | undefined;
|
|
355
364
|
material_id?: number | null | undefined;
|
|
356
365
|
instrument_id?: number | null | undefined;
|
|
357
366
|
detal_id?: number | null | undefined;
|
|
358
|
-
cbed_id?: number | null | undefined;
|
|
359
367
|
rack_id?: number | null | undefined;
|
|
360
368
|
product_id?: number | null | undefined;
|
|
361
|
-
tech_process_id?: number | null | undefined;
|
|
362
|
-
buyer_id?: number | null | undefined;
|
|
363
|
-
inventary_id?: number | null | undefined;
|
|
364
369
|
shipment_id?: number | null | undefined;
|
|
365
|
-
metaloworking_id?: number | null | undefined;
|
|
366
370
|
ass_id?: number | null | undefined;
|
|
367
371
|
assembly_kit_id?: number | null | undefined;
|
|
368
372
|
stock_order_id?: number | null | undefined;
|
|
@@ -371,8 +375,7 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
371
375
|
mark_id?: number | null | undefined;
|
|
372
376
|
role_id?: number | null | undefined;
|
|
373
377
|
parent_action_idL?: number | null | undefined;
|
|
374
|
-
|
|
375
|
-
createdAt?: string | Date | undefined;
|
|
378
|
+
revision_id?: number | null | undefined;
|
|
376
379
|
}>, "many">;
|
|
377
380
|
responsibleForProduct: z.ZodArray<z.ZodObject<{
|
|
378
381
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -407,56 +410,56 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
407
410
|
designation: string | null;
|
|
408
411
|
description: string | null;
|
|
409
412
|
name: string;
|
|
410
|
-
|
|
411
|
-
|
|
413
|
+
attention: boolean;
|
|
414
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
412
415
|
quantity: number;
|
|
413
|
-
deficit: number;
|
|
414
416
|
shipments_kolvo: number;
|
|
415
|
-
|
|
417
|
+
min_remaining: number;
|
|
418
|
+
responsibleId: number | null;
|
|
419
|
+
calculate_needs_time: Date | null;
|
|
420
|
+
deficit: number;
|
|
416
421
|
shipments_deficit: number;
|
|
422
|
+
production_ordered: number;
|
|
417
423
|
ava_path: string | null;
|
|
418
424
|
parametrs: import("../../cbed").CbedVariableField[];
|
|
419
425
|
characteristic: import("../../cbed").CbedVariableField[];
|
|
420
|
-
|
|
426
|
+
in_kit: number;
|
|
421
427
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
422
428
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
423
429
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
424
|
-
attention: boolean;
|
|
425
|
-
in_kit: number;
|
|
426
|
-
responsibleId: number | null;
|
|
427
430
|
articl: string | null;
|
|
428
431
|
is_custom: boolean;
|
|
429
432
|
id?: number | null | undefined;
|
|
433
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
430
434
|
discontinued?: boolean | undefined;
|
|
431
435
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
432
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
433
436
|
}, {
|
|
434
437
|
designation: string | null;
|
|
435
438
|
description: string | null;
|
|
436
439
|
name: string;
|
|
437
|
-
ava_path: string | null;
|
|
438
440
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
441
|
+
responsibleId: number | null;
|
|
442
|
+
ava_path: string | null;
|
|
439
443
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
440
444
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
441
445
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
442
|
-
responsibleId: number | null;
|
|
443
446
|
articl: string | null;
|
|
444
447
|
ban?: boolean | undefined;
|
|
445
448
|
id?: number | null | undefined;
|
|
446
|
-
|
|
447
|
-
min_remaining?: number | undefined;
|
|
449
|
+
attention?: boolean | undefined;
|
|
448
450
|
quantity?: number | undefined;
|
|
449
|
-
deficit?: number | undefined;
|
|
450
451
|
shipments_kolvo?: number | undefined;
|
|
451
|
-
|
|
452
|
+
min_remaining?: number | undefined;
|
|
453
|
+
calculate_needs_time?: Date | null | undefined;
|
|
454
|
+
deficit?: number | undefined;
|
|
452
455
|
shipments_deficit?: number | undefined;
|
|
456
|
+
production_ordered?: number | undefined;
|
|
457
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
453
458
|
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
454
459
|
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
455
|
-
attention?: boolean | undefined;
|
|
456
460
|
in_kit?: number | undefined;
|
|
457
461
|
discontinued?: boolean | undefined;
|
|
458
462
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
459
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
460
463
|
is_custom?: boolean | undefined;
|
|
461
464
|
}>, "many">;
|
|
462
465
|
responsibleForDocuments: z.ZodArray<z.ZodObject<{
|
|
@@ -487,10 +490,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
487
490
|
type?: string | undefined;
|
|
488
491
|
description?: string | undefined;
|
|
489
492
|
id?: number | null | undefined;
|
|
490
|
-
external_id?: number | null | undefined;
|
|
491
|
-
original_name?: string | undefined;
|
|
492
493
|
width?: number | null | undefined;
|
|
493
494
|
height?: number | null | undefined;
|
|
495
|
+
external_id?: number | null | undefined;
|
|
496
|
+
original_name?: string | undefined;
|
|
494
497
|
size?: number | null | undefined;
|
|
495
498
|
hash?: string | undefined;
|
|
496
499
|
}, {
|
|
@@ -501,10 +504,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
501
504
|
ban?: boolean | undefined;
|
|
502
505
|
description?: string | undefined;
|
|
503
506
|
id?: number | null | undefined;
|
|
504
|
-
external_id?: number | null | undefined;
|
|
505
|
-
original_name?: string | undefined;
|
|
506
507
|
width?: number | null | undefined;
|
|
507
508
|
height?: number | null | undefined;
|
|
509
|
+
external_id?: number | null | undefined;
|
|
510
|
+
original_name?: string | undefined;
|
|
508
511
|
size?: number | null | undefined;
|
|
509
512
|
version?: number | undefined;
|
|
510
513
|
ava?: boolean | undefined;
|
|
@@ -520,7 +523,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
520
523
|
cpu: z.ZodDefault<z.ZodBoolean>;
|
|
521
524
|
square: z.ZodDefault<z.ZodBoolean>;
|
|
522
525
|
list: z.ZodDefault<z.ZodBoolean>;
|
|
523
|
-
workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../../operations").WorkStartCalcType>>;
|
|
524
526
|
countWorking: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
525
527
|
}, "strip", z.ZodTypeAny, {
|
|
526
528
|
name: string;
|
|
@@ -530,7 +532,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
530
532
|
cpu: boolean;
|
|
531
533
|
square: boolean;
|
|
532
534
|
list: boolean;
|
|
533
|
-
workStartCalcType: import("../../operations").WorkStartCalcType;
|
|
534
535
|
id?: number | undefined;
|
|
535
536
|
countWorking?: number | undefined;
|
|
536
537
|
}, {
|
|
@@ -542,7 +543,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
542
543
|
cpu?: boolean | undefined;
|
|
543
544
|
square?: boolean | undefined;
|
|
544
545
|
list?: boolean | undefined;
|
|
545
|
-
workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
|
|
546
546
|
countWorking?: number | undefined;
|
|
547
547
|
}>, "many">;
|
|
548
548
|
subdivision: z.ZodOptional<z.ZodNativeEnum<typeof import("../enums").EnumSubdivision>>;
|
|
@@ -561,19 +561,52 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
561
561
|
type?: string | undefined;
|
|
562
562
|
description?: string | undefined;
|
|
563
563
|
id?: number | null | undefined;
|
|
564
|
-
external_id?: number | null | undefined;
|
|
565
|
-
original_name?: string | undefined;
|
|
566
564
|
width?: number | null | undefined;
|
|
567
565
|
height?: number | null | undefined;
|
|
566
|
+
external_id?: number | null | undefined;
|
|
567
|
+
original_name?: string | undefined;
|
|
568
568
|
size?: number | null | undefined;
|
|
569
569
|
hash?: string | undefined;
|
|
570
570
|
}[];
|
|
571
571
|
login: string | null;
|
|
572
572
|
initial: string;
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
573
|
+
actions: {
|
|
574
|
+
ban: boolean;
|
|
575
|
+
action: import("../..").IActionText[];
|
|
576
|
+
type_object: string;
|
|
577
|
+
id?: number | null | undefined;
|
|
578
|
+
user_id?: number | null | undefined;
|
|
579
|
+
metaloworking_id?: number | null | undefined;
|
|
580
|
+
production_task_id?: number | null | undefined;
|
|
581
|
+
cbed_id?: number | null | undefined;
|
|
582
|
+
buyer_id?: number | null | undefined;
|
|
583
|
+
provider_id?: number | null | undefined;
|
|
584
|
+
inventary_id?: number | null | undefined;
|
|
585
|
+
responsible_id?: number | null | undefined;
|
|
586
|
+
tech_process_id?: number | null | undefined;
|
|
587
|
+
createdAt?: string | Date | undefined;
|
|
588
|
+
equipment_id?: number | null | undefined;
|
|
589
|
+
movement_object_id?: number | null | undefined;
|
|
590
|
+
deliveries_id?: number | null | undefined;
|
|
591
|
+
shcomplit_id?: number | null | undefined;
|
|
592
|
+
waybill_id?: number | null | undefined;
|
|
593
|
+
document_id?: number | null | undefined;
|
|
594
|
+
material_id?: number | null | undefined;
|
|
595
|
+
instrument_id?: number | null | undefined;
|
|
596
|
+
detal_id?: number | null | undefined;
|
|
597
|
+
rack_id?: number | null | undefined;
|
|
598
|
+
product_id?: number | null | undefined;
|
|
599
|
+
shipment_id?: number | null | undefined;
|
|
600
|
+
ass_id?: number | null | undefined;
|
|
601
|
+
assembly_kit_id?: number | null | undefined;
|
|
602
|
+
stock_order_id?: number | null | undefined;
|
|
603
|
+
stock_order_item_id?: number | null | undefined;
|
|
604
|
+
operation_id?: number | null | undefined;
|
|
605
|
+
mark_id?: number | null | undefined;
|
|
606
|
+
role_id?: number | null | undefined;
|
|
607
|
+
parent_action_idL?: number | null | undefined;
|
|
608
|
+
revision_id?: number | null | undefined;
|
|
609
|
+
}[];
|
|
577
610
|
requisites: {
|
|
578
611
|
value: string;
|
|
579
612
|
title: {
|
|
@@ -581,6 +614,39 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
581
614
|
value?: string | undefined;
|
|
582
615
|
};
|
|
583
616
|
}[];
|
|
617
|
+
products: {
|
|
618
|
+
ban: boolean;
|
|
619
|
+
designation: string | null;
|
|
620
|
+
description: string | null;
|
|
621
|
+
name: string;
|
|
622
|
+
attention: boolean;
|
|
623
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
624
|
+
quantity: number;
|
|
625
|
+
shipments_kolvo: number;
|
|
626
|
+
min_remaining: number;
|
|
627
|
+
responsibleId: number | null;
|
|
628
|
+
calculate_needs_time: Date | null;
|
|
629
|
+
deficit: number;
|
|
630
|
+
shipments_deficit: number;
|
|
631
|
+
production_ordered: number;
|
|
632
|
+
ava_path: string | null;
|
|
633
|
+
parametrs: import("../../cbed").CbedVariableField[];
|
|
634
|
+
characteristic: import("../../cbed").CbedVariableField[];
|
|
635
|
+
in_kit: number;
|
|
636
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
637
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
638
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
639
|
+
articl: string | null;
|
|
640
|
+
is_custom: boolean;
|
|
641
|
+
id?: number | null | undefined;
|
|
642
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
643
|
+
discontinued?: boolean | undefined;
|
|
644
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
645
|
+
}[];
|
|
646
|
+
remote_work: boolean;
|
|
647
|
+
tabel: string;
|
|
648
|
+
dateWork: string | null;
|
|
649
|
+
dateUnWork: string | null;
|
|
584
650
|
birthday: string | null;
|
|
585
651
|
haracteristic: string | null;
|
|
586
652
|
primetch: string | null;
|
|
@@ -595,125 +661,60 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
595
661
|
description: string | null;
|
|
596
662
|
id: number;
|
|
597
663
|
name: string;
|
|
598
|
-
|
|
664
|
+
assemble_id: number | null;
|
|
665
|
+
attention: boolean;
|
|
666
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
667
|
+
quantity: number;
|
|
668
|
+
shipments_kolvo: number;
|
|
599
669
|
min_remaining: number;
|
|
670
|
+
responsibleId: number | null;
|
|
671
|
+
calculate_needs_time: Date | null;
|
|
600
672
|
remainder_after_coming: number;
|
|
601
|
-
quantity: number;
|
|
602
673
|
deficit: number;
|
|
603
|
-
|
|
674
|
+
shipments_deficit: number;
|
|
604
675
|
production_ordered: number;
|
|
605
676
|
deficit_by_sclad: number;
|
|
606
|
-
shipments_deficit: number;
|
|
607
677
|
ava_path: string | null;
|
|
608
678
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
609
679
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
610
|
-
|
|
680
|
+
in_kit: number;
|
|
611
681
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
612
682
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
613
683
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
614
|
-
|
|
615
|
-
in_kit: number;
|
|
616
|
-
responsibleId: number | null;
|
|
617
|
-
assemble_id: number | null;
|
|
684
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
618
685
|
task_relative_id?: number | null | undefined;
|
|
619
686
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
620
687
|
discontinued?: boolean | undefined;
|
|
621
688
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
622
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
623
689
|
}[];
|
|
624
|
-
|
|
690
|
+
responsibleForProduct: {
|
|
625
691
|
ban: boolean;
|
|
626
692
|
designation: string | null;
|
|
627
693
|
description: string | null;
|
|
628
694
|
name: string;
|
|
629
|
-
|
|
630
|
-
|
|
695
|
+
attention: boolean;
|
|
696
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
631
697
|
quantity: number;
|
|
632
|
-
deficit: number;
|
|
633
698
|
shipments_kolvo: number;
|
|
634
|
-
|
|
635
|
-
shipments_deficit: number;
|
|
636
|
-
ava_path: string | null;
|
|
637
|
-
parametrs: import("../../cbed").CbedVariableField[];
|
|
638
|
-
characteristic: import("../../cbed").CbedVariableField[];
|
|
639
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
640
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
641
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
642
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
643
|
-
attention: boolean;
|
|
644
|
-
in_kit: number;
|
|
699
|
+
min_remaining: number;
|
|
645
700
|
responsibleId: number | null;
|
|
646
|
-
articl: string | null;
|
|
647
|
-
is_custom: boolean;
|
|
648
|
-
id?: number | null | undefined;
|
|
649
|
-
discontinued?: boolean | undefined;
|
|
650
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
651
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
652
|
-
}[];
|
|
653
|
-
actions: {
|
|
654
|
-
ban: boolean;
|
|
655
|
-
action: import("../..").IActionText[];
|
|
656
|
-
type_object: string;
|
|
657
|
-
id?: number | null | undefined;
|
|
658
|
-
responsible_id?: number | null | undefined;
|
|
659
|
-
equipment_id?: number | null | undefined;
|
|
660
|
-
user_id?: number | null | undefined;
|
|
661
|
-
movement_object_id?: number | null | undefined;
|
|
662
|
-
deliveries_id?: number | null | undefined;
|
|
663
|
-
provider_id?: number | null | undefined;
|
|
664
|
-
shcomplit_id?: number | null | undefined;
|
|
665
|
-
waybill_id?: number | null | undefined;
|
|
666
|
-
document_id?: number | null | undefined;
|
|
667
|
-
material_id?: number | null | undefined;
|
|
668
|
-
instrument_id?: number | null | undefined;
|
|
669
|
-
detal_id?: number | null | undefined;
|
|
670
|
-
cbed_id?: number | null | undefined;
|
|
671
|
-
rack_id?: number | null | undefined;
|
|
672
|
-
product_id?: number | null | undefined;
|
|
673
|
-
tech_process_id?: number | null | undefined;
|
|
674
|
-
buyer_id?: number | null | undefined;
|
|
675
|
-
inventary_id?: number | null | undefined;
|
|
676
|
-
shipment_id?: number | null | undefined;
|
|
677
|
-
metaloworking_id?: number | null | undefined;
|
|
678
|
-
ass_id?: number | null | undefined;
|
|
679
|
-
assembly_kit_id?: number | null | undefined;
|
|
680
|
-
stock_order_id?: number | null | undefined;
|
|
681
|
-
stock_order_item_id?: number | null | undefined;
|
|
682
|
-
operation_id?: number | null | undefined;
|
|
683
|
-
mark_id?: number | null | undefined;
|
|
684
|
-
role_id?: number | null | undefined;
|
|
685
|
-
parent_action_idL?: number | null | undefined;
|
|
686
|
-
production_task_id?: number | null | undefined;
|
|
687
|
-
createdAt?: string | Date | undefined;
|
|
688
|
-
}[];
|
|
689
|
-
responsibleForProduct: {
|
|
690
|
-
ban: boolean;
|
|
691
|
-
designation: string | null;
|
|
692
|
-
description: string | null;
|
|
693
|
-
name: string;
|
|
694
701
|
calculate_needs_time: Date | null;
|
|
695
|
-
min_remaining: number;
|
|
696
|
-
quantity: number;
|
|
697
702
|
deficit: number;
|
|
698
|
-
shipments_kolvo: number;
|
|
699
|
-
production_ordered: number;
|
|
700
703
|
shipments_deficit: number;
|
|
704
|
+
production_ordered: number;
|
|
701
705
|
ava_path: string | null;
|
|
702
706
|
parametrs: import("../../cbed").CbedVariableField[];
|
|
703
707
|
characteristic: import("../../cbed").CbedVariableField[];
|
|
704
|
-
|
|
708
|
+
in_kit: number;
|
|
705
709
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
706
710
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
707
711
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
708
|
-
attention: boolean;
|
|
709
|
-
in_kit: number;
|
|
710
|
-
responsibleId: number | null;
|
|
711
712
|
articl: string | null;
|
|
712
713
|
is_custom: boolean;
|
|
713
714
|
id?: number | null | undefined;
|
|
715
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
714
716
|
discontinued?: boolean | undefined;
|
|
715
717
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
716
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
717
718
|
}[];
|
|
718
719
|
responsibleForDocuments: {
|
|
719
720
|
path: string;
|
|
@@ -726,10 +727,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
726
727
|
type?: string | undefined;
|
|
727
728
|
description?: string | undefined;
|
|
728
729
|
id?: number | null | undefined;
|
|
729
|
-
external_id?: number | null | undefined;
|
|
730
|
-
original_name?: string | undefined;
|
|
731
730
|
width?: number | null | undefined;
|
|
732
731
|
height?: number | null | undefined;
|
|
732
|
+
external_id?: number | null | undefined;
|
|
733
|
+
original_name?: string | undefined;
|
|
733
734
|
size?: number | null | undefined;
|
|
734
735
|
hash?: string | undefined;
|
|
735
736
|
}[];
|
|
@@ -741,7 +742,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
741
742
|
cpu: boolean;
|
|
742
743
|
square: boolean;
|
|
743
744
|
list: boolean;
|
|
744
|
-
workStartCalcType: import("../../operations").WorkStartCalcType;
|
|
745
745
|
id?: number | undefined;
|
|
746
746
|
countWorking?: number | undefined;
|
|
747
747
|
}[];
|
|
@@ -759,10 +759,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
759
759
|
ban?: boolean | undefined;
|
|
760
760
|
description?: string | undefined;
|
|
761
761
|
id?: number | null | undefined;
|
|
762
|
-
external_id?: number | null | undefined;
|
|
763
|
-
original_name?: string | undefined;
|
|
764
762
|
width?: number | null | undefined;
|
|
765
763
|
height?: number | null | undefined;
|
|
764
|
+
external_id?: number | null | undefined;
|
|
765
|
+
original_name?: string | undefined;
|
|
766
766
|
size?: number | null | undefined;
|
|
767
767
|
version?: number | undefined;
|
|
768
768
|
ava?: boolean | undefined;
|
|
@@ -771,6 +771,72 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
771
771
|
}[];
|
|
772
772
|
login: string | null;
|
|
773
773
|
initial: string;
|
|
774
|
+
actions: {
|
|
775
|
+
action: import("../..").IActionText[];
|
|
776
|
+
type_object: string;
|
|
777
|
+
ban?: boolean | undefined;
|
|
778
|
+
id?: number | null | undefined;
|
|
779
|
+
user_id?: number | null | undefined;
|
|
780
|
+
metaloworking_id?: number | null | undefined;
|
|
781
|
+
production_task_id?: number | null | undefined;
|
|
782
|
+
cbed_id?: number | null | undefined;
|
|
783
|
+
buyer_id?: number | null | undefined;
|
|
784
|
+
provider_id?: number | null | undefined;
|
|
785
|
+
inventary_id?: number | null | undefined;
|
|
786
|
+
responsible_id?: number | null | undefined;
|
|
787
|
+
tech_process_id?: number | null | undefined;
|
|
788
|
+
createdAt?: string | Date | undefined;
|
|
789
|
+
equipment_id?: number | null | undefined;
|
|
790
|
+
movement_object_id?: number | null | undefined;
|
|
791
|
+
deliveries_id?: number | null | undefined;
|
|
792
|
+
shcomplit_id?: number | null | undefined;
|
|
793
|
+
waybill_id?: number | null | undefined;
|
|
794
|
+
document_id?: number | null | undefined;
|
|
795
|
+
material_id?: number | null | undefined;
|
|
796
|
+
instrument_id?: number | null | undefined;
|
|
797
|
+
detal_id?: number | null | undefined;
|
|
798
|
+
rack_id?: number | null | undefined;
|
|
799
|
+
product_id?: number | null | undefined;
|
|
800
|
+
shipment_id?: number | null | undefined;
|
|
801
|
+
ass_id?: number | null | undefined;
|
|
802
|
+
assembly_kit_id?: number | null | undefined;
|
|
803
|
+
stock_order_id?: number | null | undefined;
|
|
804
|
+
stock_order_item_id?: number | null | undefined;
|
|
805
|
+
operation_id?: number | null | undefined;
|
|
806
|
+
mark_id?: number | null | undefined;
|
|
807
|
+
role_id?: number | null | undefined;
|
|
808
|
+
parent_action_idL?: number | null | undefined;
|
|
809
|
+
revision_id?: number | null | undefined;
|
|
810
|
+
}[];
|
|
811
|
+
products: {
|
|
812
|
+
designation: string | null;
|
|
813
|
+
description: string | null;
|
|
814
|
+
name: string;
|
|
815
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
816
|
+
responsibleId: number | null;
|
|
817
|
+
ava_path: string | null;
|
|
818
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
819
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
820
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
821
|
+
articl: string | null;
|
|
822
|
+
ban?: boolean | undefined;
|
|
823
|
+
id?: number | null | undefined;
|
|
824
|
+
attention?: boolean | undefined;
|
|
825
|
+
quantity?: number | undefined;
|
|
826
|
+
shipments_kolvo?: number | undefined;
|
|
827
|
+
min_remaining?: number | undefined;
|
|
828
|
+
calculate_needs_time?: Date | null | undefined;
|
|
829
|
+
deficit?: number | undefined;
|
|
830
|
+
shipments_deficit?: number | undefined;
|
|
831
|
+
production_ordered?: number | undefined;
|
|
832
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
833
|
+
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
834
|
+
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
835
|
+
in_kit?: number | undefined;
|
|
836
|
+
discontinued?: boolean | undefined;
|
|
837
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
838
|
+
is_custom?: boolean | undefined;
|
|
839
|
+
}[];
|
|
774
840
|
tabel: string;
|
|
775
841
|
dateWork: string | null;
|
|
776
842
|
dateUnWork: string | null;
|
|
@@ -786,126 +852,61 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
786
852
|
description: string | null;
|
|
787
853
|
id: number;
|
|
788
854
|
name: string;
|
|
855
|
+
assemble_id: number | null;
|
|
856
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
857
|
+
responsibleId: number | null;
|
|
789
858
|
ava_path: string | null;
|
|
790
859
|
parametrs: import("../../cbed").CbedParametrsField | null;
|
|
791
860
|
characteristic: import("../../cbed").CbedCharacteristicField | null;
|
|
792
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
793
861
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
794
862
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
795
863
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
796
|
-
responsibleId: number | null;
|
|
797
|
-
assemble_id: number | null;
|
|
798
864
|
ban?: boolean | undefined;
|
|
799
865
|
cbed?: import("../../cbed").CbedRelativeType[] | undefined;
|
|
800
|
-
|
|
866
|
+
attention?: boolean | undefined;
|
|
867
|
+
quantity?: number | undefined;
|
|
868
|
+
shipments_kolvo?: number | undefined;
|
|
801
869
|
min_remaining?: number | undefined;
|
|
870
|
+
calculate_needs_time?: Date | null | undefined;
|
|
802
871
|
remainder_after_coming?: number | undefined;
|
|
803
|
-
task_relative_id?: number | null | undefined;
|
|
804
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
805
|
-
quantity?: number | undefined;
|
|
806
872
|
deficit?: number | undefined;
|
|
807
|
-
|
|
873
|
+
shipments_deficit?: number | undefined;
|
|
808
874
|
production_ordered?: number | undefined;
|
|
809
875
|
deficit_by_sclad?: number | undefined;
|
|
810
|
-
shipments_deficit?: number | undefined;
|
|
811
|
-
attention?: boolean | undefined;
|
|
812
|
-
in_kit?: number | undefined;
|
|
813
|
-
discontinued?: boolean | undefined;
|
|
814
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
815
876
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
816
|
-
}[];
|
|
817
|
-
products: {
|
|
818
|
-
designation: string | null;
|
|
819
|
-
description: string | null;
|
|
820
|
-
name: string;
|
|
821
|
-
ava_path: string | null;
|
|
822
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
823
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
824
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
825
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
826
|
-
responsibleId: number | null;
|
|
827
|
-
articl: string | null;
|
|
828
|
-
ban?: boolean | undefined;
|
|
829
|
-
id?: number | null | undefined;
|
|
830
|
-
calculate_needs_time?: Date | null | undefined;
|
|
831
|
-
min_remaining?: number | undefined;
|
|
832
|
-
quantity?: number | undefined;
|
|
833
|
-
deficit?: number | undefined;
|
|
834
|
-
shipments_kolvo?: number | undefined;
|
|
835
|
-
production_ordered?: number | undefined;
|
|
836
|
-
shipments_deficit?: number | undefined;
|
|
837
|
-
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
838
|
-
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
839
|
-
attention?: boolean | undefined;
|
|
840
877
|
in_kit?: number | undefined;
|
|
878
|
+
task_relative_id?: number | null | undefined;
|
|
879
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
841
880
|
discontinued?: boolean | undefined;
|
|
842
881
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
843
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
844
|
-
is_custom?: boolean | undefined;
|
|
845
|
-
}[];
|
|
846
|
-
actions: {
|
|
847
|
-
action: import("../..").IActionText[];
|
|
848
|
-
type_object: string;
|
|
849
|
-
ban?: boolean | undefined;
|
|
850
|
-
id?: number | null | undefined;
|
|
851
|
-
responsible_id?: number | null | undefined;
|
|
852
|
-
equipment_id?: number | null | undefined;
|
|
853
|
-
user_id?: number | null | undefined;
|
|
854
|
-
movement_object_id?: number | null | undefined;
|
|
855
|
-
deliveries_id?: number | null | undefined;
|
|
856
|
-
provider_id?: number | null | undefined;
|
|
857
|
-
shcomplit_id?: number | null | undefined;
|
|
858
|
-
waybill_id?: number | null | undefined;
|
|
859
|
-
document_id?: number | null | undefined;
|
|
860
|
-
material_id?: number | null | undefined;
|
|
861
|
-
instrument_id?: number | null | undefined;
|
|
862
|
-
detal_id?: number | null | undefined;
|
|
863
|
-
cbed_id?: number | null | undefined;
|
|
864
|
-
rack_id?: number | null | undefined;
|
|
865
|
-
product_id?: number | null | undefined;
|
|
866
|
-
tech_process_id?: number | null | undefined;
|
|
867
|
-
buyer_id?: number | null | undefined;
|
|
868
|
-
inventary_id?: number | null | undefined;
|
|
869
|
-
shipment_id?: number | null | undefined;
|
|
870
|
-
metaloworking_id?: number | null | undefined;
|
|
871
|
-
ass_id?: number | null | undefined;
|
|
872
|
-
assembly_kit_id?: number | null | undefined;
|
|
873
|
-
stock_order_id?: number | null | undefined;
|
|
874
|
-
stock_order_item_id?: number | null | undefined;
|
|
875
|
-
operation_id?: number | null | undefined;
|
|
876
|
-
mark_id?: number | null | undefined;
|
|
877
|
-
role_id?: number | null | undefined;
|
|
878
|
-
parent_action_idL?: number | null | undefined;
|
|
879
|
-
production_task_id?: number | null | undefined;
|
|
880
|
-
createdAt?: string | Date | undefined;
|
|
881
882
|
}[];
|
|
882
883
|
responsibleForProduct: {
|
|
883
884
|
designation: string | null;
|
|
884
885
|
description: string | null;
|
|
885
886
|
name: string;
|
|
886
|
-
ava_path: string | null;
|
|
887
887
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
888
|
+
responsibleId: number | null;
|
|
889
|
+
ava_path: string | null;
|
|
888
890
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
889
891
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
890
892
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
891
|
-
responsibleId: number | null;
|
|
892
893
|
articl: string | null;
|
|
893
894
|
ban?: boolean | undefined;
|
|
894
895
|
id?: number | null | undefined;
|
|
895
|
-
|
|
896
|
-
min_remaining?: number | undefined;
|
|
896
|
+
attention?: boolean | undefined;
|
|
897
897
|
quantity?: number | undefined;
|
|
898
|
-
deficit?: number | undefined;
|
|
899
898
|
shipments_kolvo?: number | undefined;
|
|
900
|
-
|
|
899
|
+
min_remaining?: number | undefined;
|
|
900
|
+
calculate_needs_time?: Date | null | undefined;
|
|
901
|
+
deficit?: number | undefined;
|
|
901
902
|
shipments_deficit?: number | undefined;
|
|
903
|
+
production_ordered?: number | undefined;
|
|
904
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
902
905
|
parametrs?: import("../../cbed").CbedVariableField[] | undefined;
|
|
903
906
|
characteristic?: import("../../cbed").CbedVariableField[] | undefined;
|
|
904
|
-
attention?: boolean | undefined;
|
|
905
907
|
in_kit?: number | undefined;
|
|
906
908
|
discontinued?: boolean | undefined;
|
|
907
909
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
908
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
909
910
|
is_custom?: boolean | undefined;
|
|
910
911
|
}[];
|
|
911
912
|
responsibleForDocuments: {
|
|
@@ -916,10 +917,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
916
917
|
ban?: boolean | undefined;
|
|
917
918
|
description?: string | undefined;
|
|
918
919
|
id?: number | null | undefined;
|
|
919
|
-
external_id?: number | null | undefined;
|
|
920
|
-
original_name?: string | undefined;
|
|
921
920
|
width?: number | null | undefined;
|
|
922
921
|
height?: number | null | undefined;
|
|
922
|
+
external_id?: number | null | undefined;
|
|
923
|
+
original_name?: string | undefined;
|
|
923
924
|
size?: number | null | undefined;
|
|
924
925
|
version?: number | undefined;
|
|
925
926
|
ava?: boolean | undefined;
|
|
@@ -935,12 +936,10 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
935
936
|
cpu?: boolean | undefined;
|
|
936
937
|
square?: boolean | undefined;
|
|
937
938
|
list?: boolean | undefined;
|
|
938
|
-
workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
|
|
939
939
|
countWorking?: number | undefined;
|
|
940
940
|
}[];
|
|
941
941
|
ban?: boolean | undefined;
|
|
942
942
|
role?: any;
|
|
943
|
-
remote_work?: boolean | undefined;
|
|
944
943
|
requisites?: {
|
|
945
944
|
value: string;
|
|
946
945
|
title: {
|
|
@@ -948,6 +947,7 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
948
947
|
value?: string | undefined;
|
|
949
948
|
};
|
|
950
949
|
}[] | undefined;
|
|
950
|
+
remote_work?: boolean | undefined;
|
|
951
951
|
image?: string | null | undefined;
|
|
952
952
|
subdivision?: import("../enums").EnumSubdivision | undefined;
|
|
953
953
|
}>;
|