@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
|
@@ -64,10 +64,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
64
64
|
type?: string | undefined;
|
|
65
65
|
description?: string | undefined;
|
|
66
66
|
id?: number | null | undefined;
|
|
67
|
-
external_id?: number | null | undefined;
|
|
68
|
-
original_name?: string | undefined;
|
|
69
67
|
width?: number | null | undefined;
|
|
70
68
|
height?: number | null | undefined;
|
|
69
|
+
external_id?: number | null | undefined;
|
|
70
|
+
original_name?: string | undefined;
|
|
71
71
|
size?: number | null | undefined;
|
|
72
72
|
hash?: string | undefined;
|
|
73
73
|
}, {
|
|
@@ -78,10 +78,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
78
78
|
ban?: boolean | undefined;
|
|
79
79
|
description?: string | undefined;
|
|
80
80
|
id?: number | null | undefined;
|
|
81
|
-
external_id?: number | null | undefined;
|
|
82
|
-
original_name?: string | undefined;
|
|
83
81
|
width?: number | null | undefined;
|
|
84
82
|
height?: number | null | undefined;
|
|
83
|
+
external_id?: number | null | undefined;
|
|
84
|
+
original_name?: string | undefined;
|
|
85
85
|
size?: number | null | undefined;
|
|
86
86
|
version?: number | undefined;
|
|
87
87
|
ava?: boolean | undefined;
|
|
@@ -127,63 +127,63 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
127
127
|
description: string | null;
|
|
128
128
|
id: number;
|
|
129
129
|
name: string;
|
|
130
|
-
|
|
130
|
+
assemble_id: number | null;
|
|
131
|
+
attention: boolean;
|
|
132
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
133
|
+
quantity: number;
|
|
134
|
+
shipments_kolvo: number;
|
|
131
135
|
min_remaining: number;
|
|
136
|
+
responsibleId: number | null;
|
|
137
|
+
calculate_needs_time: Date | null;
|
|
132
138
|
remainder_after_coming: number;
|
|
133
|
-
quantity: number;
|
|
134
139
|
deficit: number;
|
|
135
|
-
|
|
140
|
+
shipments_deficit: number;
|
|
136
141
|
production_ordered: number;
|
|
137
142
|
deficit_by_sclad: number;
|
|
138
|
-
shipments_deficit: number;
|
|
139
143
|
ava_path: string | null;
|
|
140
144
|
parametrs: import("../..").CbedParametrsField | null;
|
|
141
145
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
142
|
-
|
|
146
|
+
in_kit: number;
|
|
143
147
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
144
148
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
145
149
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
146
|
-
|
|
147
|
-
in_kit: number;
|
|
148
|
-
responsibleId: number | null;
|
|
149
|
-
assemble_id: number | null;
|
|
150
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
150
151
|
task_relative_id?: number | null | undefined;
|
|
151
152
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
152
153
|
discontinued?: boolean | undefined;
|
|
153
154
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
154
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
155
155
|
}, {
|
|
156
156
|
designation: string | null;
|
|
157
157
|
description: string | null;
|
|
158
158
|
id: number;
|
|
159
159
|
name: string;
|
|
160
|
+
assemble_id: number | null;
|
|
161
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
162
|
+
responsibleId: number | null;
|
|
160
163
|
ava_path: string | null;
|
|
161
164
|
parametrs: import("../..").CbedParametrsField | null;
|
|
162
165
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
163
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
164
166
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
165
167
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
166
168
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
167
|
-
responsibleId: number | null;
|
|
168
|
-
assemble_id: number | null;
|
|
169
169
|
ban?: boolean | undefined;
|
|
170
170
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
171
|
-
|
|
171
|
+
attention?: boolean | undefined;
|
|
172
|
+
quantity?: number | undefined;
|
|
173
|
+
shipments_kolvo?: number | undefined;
|
|
172
174
|
min_remaining?: number | undefined;
|
|
175
|
+
calculate_needs_time?: Date | null | undefined;
|
|
173
176
|
remainder_after_coming?: number | undefined;
|
|
174
|
-
task_relative_id?: number | null | undefined;
|
|
175
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
176
|
-
quantity?: number | undefined;
|
|
177
177
|
deficit?: number | undefined;
|
|
178
|
-
|
|
178
|
+
shipments_deficit?: number | undefined;
|
|
179
179
|
production_ordered?: number | undefined;
|
|
180
180
|
deficit_by_sclad?: number | undefined;
|
|
181
|
-
|
|
182
|
-
attention?: boolean | undefined;
|
|
181
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
183
182
|
in_kit?: number | undefined;
|
|
183
|
+
task_relative_id?: number | null | undefined;
|
|
184
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
184
185
|
discontinued?: boolean | undefined;
|
|
185
186
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
186
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
187
187
|
}>, "many">;
|
|
188
188
|
products: z.ZodArray<z.ZodObject<{
|
|
189
189
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -218,56 +218,56 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
218
218
|
designation: string | null;
|
|
219
219
|
description: string | null;
|
|
220
220
|
name: string;
|
|
221
|
-
|
|
222
|
-
|
|
221
|
+
attention: boolean;
|
|
222
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
223
223
|
quantity: number;
|
|
224
|
-
deficit: number;
|
|
225
224
|
shipments_kolvo: number;
|
|
226
|
-
|
|
225
|
+
min_remaining: number;
|
|
226
|
+
responsibleId: number | null;
|
|
227
|
+
calculate_needs_time: Date | null;
|
|
228
|
+
deficit: number;
|
|
227
229
|
shipments_deficit: number;
|
|
230
|
+
production_ordered: number;
|
|
228
231
|
ava_path: string | null;
|
|
229
232
|
parametrs: import("../..").CbedVariableField[];
|
|
230
233
|
characteristic: import("../..").CbedVariableField[];
|
|
231
|
-
|
|
234
|
+
in_kit: number;
|
|
232
235
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
233
236
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
234
237
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
235
|
-
attention: boolean;
|
|
236
|
-
in_kit: number;
|
|
237
|
-
responsibleId: number | null;
|
|
238
238
|
articl: string | null;
|
|
239
239
|
is_custom: boolean;
|
|
240
240
|
id?: number | null | undefined;
|
|
241
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
241
242
|
discontinued?: boolean | undefined;
|
|
242
243
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
243
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
244
244
|
}, {
|
|
245
245
|
designation: string | null;
|
|
246
246
|
description: string | null;
|
|
247
247
|
name: string;
|
|
248
|
-
ava_path: string | null;
|
|
249
248
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
249
|
+
responsibleId: number | null;
|
|
250
|
+
ava_path: string | null;
|
|
250
251
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
251
252
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
252
253
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
253
|
-
responsibleId: number | null;
|
|
254
254
|
articl: string | null;
|
|
255
255
|
ban?: boolean | undefined;
|
|
256
256
|
id?: number | null | undefined;
|
|
257
|
-
|
|
258
|
-
min_remaining?: number | undefined;
|
|
257
|
+
attention?: boolean | undefined;
|
|
259
258
|
quantity?: number | undefined;
|
|
260
|
-
deficit?: number | undefined;
|
|
261
259
|
shipments_kolvo?: number | undefined;
|
|
262
|
-
|
|
260
|
+
min_remaining?: number | undefined;
|
|
261
|
+
calculate_needs_time?: Date | null | undefined;
|
|
262
|
+
deficit?: number | undefined;
|
|
263
263
|
shipments_deficit?: number | undefined;
|
|
264
|
+
production_ordered?: number | undefined;
|
|
265
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
264
266
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
265
267
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
266
|
-
attention?: boolean | undefined;
|
|
267
268
|
in_kit?: number | undefined;
|
|
268
269
|
discontinued?: boolean | undefined;
|
|
269
270
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
270
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
271
271
|
is_custom?: boolean | undefined;
|
|
272
272
|
}>, "many">;
|
|
273
273
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -305,31 +305,34 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
305
305
|
parent_action_idL: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
306
306
|
production_task_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
307
307
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
308
|
+
revision_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
308
309
|
}, "strip", z.ZodTypeAny, {
|
|
309
310
|
ban: boolean;
|
|
310
311
|
action: import("../..").IActionText[];
|
|
311
312
|
type_object: string;
|
|
312
313
|
id?: number | null | undefined;
|
|
314
|
+
user_id?: number | null | undefined;
|
|
315
|
+
metaloworking_id?: number | null | undefined;
|
|
316
|
+
production_task_id?: number | null | undefined;
|
|
317
|
+
cbed_id?: number | null | undefined;
|
|
318
|
+
buyer_id?: number | null | undefined;
|
|
319
|
+
provider_id?: number | null | undefined;
|
|
320
|
+
inventary_id?: number | null | undefined;
|
|
313
321
|
responsible_id?: number | null | undefined;
|
|
322
|
+
tech_process_id?: number | null | undefined;
|
|
323
|
+
createdAt?: string | Date | undefined;
|
|
314
324
|
equipment_id?: number | null | undefined;
|
|
315
|
-
user_id?: number | null | undefined;
|
|
316
325
|
movement_object_id?: number | null | undefined;
|
|
317
326
|
deliveries_id?: number | null | undefined;
|
|
318
|
-
provider_id?: number | null | undefined;
|
|
319
327
|
shcomplit_id?: number | null | undefined;
|
|
320
328
|
waybill_id?: number | null | undefined;
|
|
321
329
|
document_id?: number | null | undefined;
|
|
322
330
|
material_id?: number | null | undefined;
|
|
323
331
|
instrument_id?: number | null | undefined;
|
|
324
332
|
detal_id?: number | null | undefined;
|
|
325
|
-
cbed_id?: number | null | undefined;
|
|
326
333
|
rack_id?: number | null | undefined;
|
|
327
334
|
product_id?: number | null | undefined;
|
|
328
|
-
tech_process_id?: number | null | undefined;
|
|
329
|
-
buyer_id?: number | null | undefined;
|
|
330
|
-
inventary_id?: number | null | undefined;
|
|
331
335
|
shipment_id?: number | null | undefined;
|
|
332
|
-
metaloworking_id?: number | null | undefined;
|
|
333
336
|
ass_id?: number | null | undefined;
|
|
334
337
|
assembly_kit_id?: number | null | undefined;
|
|
335
338
|
stock_order_id?: number | null | undefined;
|
|
@@ -338,33 +341,34 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
338
341
|
mark_id?: number | null | undefined;
|
|
339
342
|
role_id?: number | null | undefined;
|
|
340
343
|
parent_action_idL?: number | null | undefined;
|
|
341
|
-
|
|
342
|
-
createdAt?: string | Date | undefined;
|
|
344
|
+
revision_id?: number | null | undefined;
|
|
343
345
|
}, {
|
|
344
346
|
action: import("../..").IActionText[];
|
|
345
347
|
type_object: string;
|
|
346
348
|
ban?: boolean | undefined;
|
|
347
349
|
id?: number | null | undefined;
|
|
350
|
+
user_id?: number | null | undefined;
|
|
351
|
+
metaloworking_id?: number | null | undefined;
|
|
352
|
+
production_task_id?: number | null | undefined;
|
|
353
|
+
cbed_id?: number | null | undefined;
|
|
354
|
+
buyer_id?: number | null | undefined;
|
|
355
|
+
provider_id?: number | null | undefined;
|
|
356
|
+
inventary_id?: number | null | undefined;
|
|
348
357
|
responsible_id?: number | null | undefined;
|
|
358
|
+
tech_process_id?: number | null | undefined;
|
|
359
|
+
createdAt?: string | Date | undefined;
|
|
349
360
|
equipment_id?: number | null | undefined;
|
|
350
|
-
user_id?: number | null | undefined;
|
|
351
361
|
movement_object_id?: number | null | undefined;
|
|
352
362
|
deliveries_id?: number | null | undefined;
|
|
353
|
-
provider_id?: number | null | undefined;
|
|
354
363
|
shcomplit_id?: number | null | undefined;
|
|
355
364
|
waybill_id?: number | null | undefined;
|
|
356
365
|
document_id?: number | null | undefined;
|
|
357
366
|
material_id?: number | null | undefined;
|
|
358
367
|
instrument_id?: number | null | undefined;
|
|
359
368
|
detal_id?: number | null | undefined;
|
|
360
|
-
cbed_id?: number | null | undefined;
|
|
361
369
|
rack_id?: number | null | undefined;
|
|
362
370
|
product_id?: number | null | undefined;
|
|
363
|
-
tech_process_id?: number | null | undefined;
|
|
364
|
-
buyer_id?: number | null | undefined;
|
|
365
|
-
inventary_id?: number | null | undefined;
|
|
366
371
|
shipment_id?: number | null | undefined;
|
|
367
|
-
metaloworking_id?: number | null | undefined;
|
|
368
372
|
ass_id?: number | null | undefined;
|
|
369
373
|
assembly_kit_id?: number | null | undefined;
|
|
370
374
|
stock_order_id?: number | null | undefined;
|
|
@@ -373,8 +377,7 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
373
377
|
mark_id?: number | null | undefined;
|
|
374
378
|
role_id?: number | null | undefined;
|
|
375
379
|
parent_action_idL?: number | null | undefined;
|
|
376
|
-
|
|
377
|
-
createdAt?: string | Date | undefined;
|
|
380
|
+
revision_id?: number | null | undefined;
|
|
378
381
|
}>, "many">;
|
|
379
382
|
responsibleForProduct: z.ZodArray<z.ZodObject<{
|
|
380
383
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -409,56 +412,56 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
409
412
|
designation: string | null;
|
|
410
413
|
description: string | null;
|
|
411
414
|
name: string;
|
|
412
|
-
|
|
413
|
-
|
|
415
|
+
attention: boolean;
|
|
416
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
414
417
|
quantity: number;
|
|
415
|
-
deficit: number;
|
|
416
418
|
shipments_kolvo: number;
|
|
417
|
-
|
|
419
|
+
min_remaining: number;
|
|
420
|
+
responsibleId: number | null;
|
|
421
|
+
calculate_needs_time: Date | null;
|
|
422
|
+
deficit: number;
|
|
418
423
|
shipments_deficit: number;
|
|
424
|
+
production_ordered: number;
|
|
419
425
|
ava_path: string | null;
|
|
420
426
|
parametrs: import("../..").CbedVariableField[];
|
|
421
427
|
characteristic: import("../..").CbedVariableField[];
|
|
422
|
-
|
|
428
|
+
in_kit: number;
|
|
423
429
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
424
430
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
425
431
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
426
|
-
attention: boolean;
|
|
427
|
-
in_kit: number;
|
|
428
|
-
responsibleId: number | null;
|
|
429
432
|
articl: string | null;
|
|
430
433
|
is_custom: boolean;
|
|
431
434
|
id?: number | null | undefined;
|
|
435
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
432
436
|
discontinued?: boolean | undefined;
|
|
433
437
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
434
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
435
438
|
}, {
|
|
436
439
|
designation: string | null;
|
|
437
440
|
description: string | null;
|
|
438
441
|
name: string;
|
|
439
|
-
ava_path: string | null;
|
|
440
442
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
443
|
+
responsibleId: number | null;
|
|
444
|
+
ava_path: string | null;
|
|
441
445
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
442
446
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
443
447
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
444
|
-
responsibleId: number | null;
|
|
445
448
|
articl: string | null;
|
|
446
449
|
ban?: boolean | undefined;
|
|
447
450
|
id?: number | null | undefined;
|
|
448
|
-
|
|
449
|
-
min_remaining?: number | undefined;
|
|
451
|
+
attention?: boolean | undefined;
|
|
450
452
|
quantity?: number | undefined;
|
|
451
|
-
deficit?: number | undefined;
|
|
452
453
|
shipments_kolvo?: number | undefined;
|
|
453
|
-
|
|
454
|
+
min_remaining?: number | undefined;
|
|
455
|
+
calculate_needs_time?: Date | null | undefined;
|
|
456
|
+
deficit?: number | undefined;
|
|
454
457
|
shipments_deficit?: number | undefined;
|
|
458
|
+
production_ordered?: number | undefined;
|
|
459
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
455
460
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
456
461
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
457
|
-
attention?: boolean | undefined;
|
|
458
462
|
in_kit?: number | undefined;
|
|
459
463
|
discontinued?: boolean | undefined;
|
|
460
464
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
461
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
462
465
|
is_custom?: boolean | undefined;
|
|
463
466
|
}>, "many">;
|
|
464
467
|
responsibleForDocuments: z.ZodArray<z.ZodObject<{
|
|
@@ -489,10 +492,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
489
492
|
type?: string | undefined;
|
|
490
493
|
description?: string | undefined;
|
|
491
494
|
id?: number | null | undefined;
|
|
492
|
-
external_id?: number | null | undefined;
|
|
493
|
-
original_name?: string | undefined;
|
|
494
495
|
width?: number | null | undefined;
|
|
495
496
|
height?: number | null | undefined;
|
|
497
|
+
external_id?: number | null | undefined;
|
|
498
|
+
original_name?: string | undefined;
|
|
496
499
|
size?: number | null | undefined;
|
|
497
500
|
hash?: string | undefined;
|
|
498
501
|
}, {
|
|
@@ -503,10 +506,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
503
506
|
ban?: boolean | undefined;
|
|
504
507
|
description?: string | undefined;
|
|
505
508
|
id?: number | null | undefined;
|
|
506
|
-
external_id?: number | null | undefined;
|
|
507
|
-
original_name?: string | undefined;
|
|
508
509
|
width?: number | null | undefined;
|
|
509
510
|
height?: number | null | undefined;
|
|
511
|
+
external_id?: number | null | undefined;
|
|
512
|
+
original_name?: string | undefined;
|
|
510
513
|
size?: number | null | undefined;
|
|
511
514
|
version?: number | undefined;
|
|
512
515
|
ava?: boolean | undefined;
|
|
@@ -522,7 +525,6 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
522
525
|
cpu: z.ZodDefault<z.ZodBoolean>;
|
|
523
526
|
square: z.ZodDefault<z.ZodBoolean>;
|
|
524
527
|
list: z.ZodDefault<z.ZodBoolean>;
|
|
525
|
-
workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../..").WorkStartCalcType>>;
|
|
526
528
|
countWorking: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
527
529
|
}, "strip", z.ZodTypeAny, {
|
|
528
530
|
name: string;
|
|
@@ -532,7 +534,6 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
532
534
|
cpu: boolean;
|
|
533
535
|
square: boolean;
|
|
534
536
|
list: boolean;
|
|
535
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
536
537
|
id?: number | undefined;
|
|
537
538
|
countWorking?: number | undefined;
|
|
538
539
|
}, {
|
|
@@ -544,7 +545,6 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
544
545
|
cpu?: boolean | undefined;
|
|
545
546
|
square?: boolean | undefined;
|
|
546
547
|
list?: boolean | undefined;
|
|
547
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
548
548
|
countWorking?: number | undefined;
|
|
549
549
|
}>, "many">;
|
|
550
550
|
subdivision: z.ZodOptional<z.ZodNativeEnum<typeof import("../../user").EnumSubdivision>>;
|
|
@@ -563,19 +563,52 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
563
563
|
type?: string | undefined;
|
|
564
564
|
description?: string | undefined;
|
|
565
565
|
id?: number | null | undefined;
|
|
566
|
-
external_id?: number | null | undefined;
|
|
567
|
-
original_name?: string | undefined;
|
|
568
566
|
width?: number | null | undefined;
|
|
569
567
|
height?: number | null | undefined;
|
|
568
|
+
external_id?: number | null | undefined;
|
|
569
|
+
original_name?: string | undefined;
|
|
570
570
|
size?: number | null | undefined;
|
|
571
571
|
hash?: string | undefined;
|
|
572
572
|
}[];
|
|
573
573
|
login: string | null;
|
|
574
574
|
initial: string;
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
575
|
+
actions: {
|
|
576
|
+
ban: boolean;
|
|
577
|
+
action: import("../..").IActionText[];
|
|
578
|
+
type_object: string;
|
|
579
|
+
id?: number | null | undefined;
|
|
580
|
+
user_id?: number | null | undefined;
|
|
581
|
+
metaloworking_id?: number | null | undefined;
|
|
582
|
+
production_task_id?: number | null | undefined;
|
|
583
|
+
cbed_id?: number | null | undefined;
|
|
584
|
+
buyer_id?: number | null | undefined;
|
|
585
|
+
provider_id?: number | null | undefined;
|
|
586
|
+
inventary_id?: number | null | undefined;
|
|
587
|
+
responsible_id?: number | null | undefined;
|
|
588
|
+
tech_process_id?: number | null | undefined;
|
|
589
|
+
createdAt?: string | Date | undefined;
|
|
590
|
+
equipment_id?: number | null | undefined;
|
|
591
|
+
movement_object_id?: number | null | undefined;
|
|
592
|
+
deliveries_id?: number | null | undefined;
|
|
593
|
+
shcomplit_id?: number | null | undefined;
|
|
594
|
+
waybill_id?: number | null | undefined;
|
|
595
|
+
document_id?: number | null | undefined;
|
|
596
|
+
material_id?: number | null | undefined;
|
|
597
|
+
instrument_id?: number | null | undefined;
|
|
598
|
+
detal_id?: number | null | undefined;
|
|
599
|
+
rack_id?: number | null | undefined;
|
|
600
|
+
product_id?: number | null | undefined;
|
|
601
|
+
shipment_id?: number | null | undefined;
|
|
602
|
+
ass_id?: number | null | undefined;
|
|
603
|
+
assembly_kit_id?: number | null | undefined;
|
|
604
|
+
stock_order_id?: number | null | undefined;
|
|
605
|
+
stock_order_item_id?: number | null | undefined;
|
|
606
|
+
operation_id?: number | null | undefined;
|
|
607
|
+
mark_id?: number | null | undefined;
|
|
608
|
+
role_id?: number | null | undefined;
|
|
609
|
+
parent_action_idL?: number | null | undefined;
|
|
610
|
+
revision_id?: number | null | undefined;
|
|
611
|
+
}[];
|
|
579
612
|
requisites: {
|
|
580
613
|
value: string;
|
|
581
614
|
title: {
|
|
@@ -583,6 +616,39 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
583
616
|
value?: string | undefined;
|
|
584
617
|
};
|
|
585
618
|
}[];
|
|
619
|
+
products: {
|
|
620
|
+
ban: boolean;
|
|
621
|
+
designation: string | null;
|
|
622
|
+
description: string | null;
|
|
623
|
+
name: string;
|
|
624
|
+
attention: boolean;
|
|
625
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
626
|
+
quantity: number;
|
|
627
|
+
shipments_kolvo: number;
|
|
628
|
+
min_remaining: number;
|
|
629
|
+
responsibleId: number | null;
|
|
630
|
+
calculate_needs_time: Date | null;
|
|
631
|
+
deficit: number;
|
|
632
|
+
shipments_deficit: number;
|
|
633
|
+
production_ordered: number;
|
|
634
|
+
ava_path: string | null;
|
|
635
|
+
parametrs: import("../..").CbedVariableField[];
|
|
636
|
+
characteristic: import("../..").CbedVariableField[];
|
|
637
|
+
in_kit: number;
|
|
638
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
639
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
640
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
641
|
+
articl: string | null;
|
|
642
|
+
is_custom: boolean;
|
|
643
|
+
id?: number | null | undefined;
|
|
644
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
645
|
+
discontinued?: boolean | undefined;
|
|
646
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
647
|
+
}[];
|
|
648
|
+
remote_work: boolean;
|
|
649
|
+
tabel: string;
|
|
650
|
+
dateWork: string | null;
|
|
651
|
+
dateUnWork: string | null;
|
|
586
652
|
birthday: string | null;
|
|
587
653
|
haracteristic: string | null;
|
|
588
654
|
primetch: string | null;
|
|
@@ -597,125 +663,60 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
597
663
|
description: string | null;
|
|
598
664
|
id: number;
|
|
599
665
|
name: string;
|
|
600
|
-
|
|
666
|
+
assemble_id: number | null;
|
|
667
|
+
attention: boolean;
|
|
668
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
669
|
+
quantity: number;
|
|
670
|
+
shipments_kolvo: number;
|
|
601
671
|
min_remaining: number;
|
|
672
|
+
responsibleId: number | null;
|
|
673
|
+
calculate_needs_time: Date | null;
|
|
602
674
|
remainder_after_coming: number;
|
|
603
|
-
quantity: number;
|
|
604
675
|
deficit: number;
|
|
605
|
-
|
|
676
|
+
shipments_deficit: number;
|
|
606
677
|
production_ordered: number;
|
|
607
678
|
deficit_by_sclad: number;
|
|
608
|
-
shipments_deficit: number;
|
|
609
679
|
ava_path: string | null;
|
|
610
680
|
parametrs: import("../..").CbedParametrsField | null;
|
|
611
681
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
612
|
-
|
|
682
|
+
in_kit: number;
|
|
613
683
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
614
684
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
615
685
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
616
|
-
|
|
617
|
-
in_kit: number;
|
|
618
|
-
responsibleId: number | null;
|
|
619
|
-
assemble_id: number | null;
|
|
686
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
620
687
|
task_relative_id?: number | null | undefined;
|
|
621
688
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
622
689
|
discontinued?: boolean | undefined;
|
|
623
690
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
624
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
625
691
|
}[];
|
|
626
|
-
|
|
692
|
+
responsibleForProduct: {
|
|
627
693
|
ban: boolean;
|
|
628
694
|
designation: string | null;
|
|
629
695
|
description: string | null;
|
|
630
696
|
name: string;
|
|
631
|
-
|
|
632
|
-
|
|
697
|
+
attention: boolean;
|
|
698
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
633
699
|
quantity: number;
|
|
634
|
-
deficit: number;
|
|
635
700
|
shipments_kolvo: number;
|
|
636
|
-
|
|
637
|
-
shipments_deficit: number;
|
|
638
|
-
ava_path: string | null;
|
|
639
|
-
parametrs: import("../..").CbedVariableField[];
|
|
640
|
-
characteristic: import("../..").CbedVariableField[];
|
|
641
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
642
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
643
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
644
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
645
|
-
attention: boolean;
|
|
646
|
-
in_kit: number;
|
|
701
|
+
min_remaining: number;
|
|
647
702
|
responsibleId: number | null;
|
|
648
|
-
articl: string | null;
|
|
649
|
-
is_custom: boolean;
|
|
650
|
-
id?: number | null | undefined;
|
|
651
|
-
discontinued?: boolean | undefined;
|
|
652
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
653
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
654
|
-
}[];
|
|
655
|
-
actions: {
|
|
656
|
-
ban: boolean;
|
|
657
|
-
action: import("../..").IActionText[];
|
|
658
|
-
type_object: string;
|
|
659
|
-
id?: number | null | undefined;
|
|
660
|
-
responsible_id?: number | null | undefined;
|
|
661
|
-
equipment_id?: number | null | undefined;
|
|
662
|
-
user_id?: number | null | undefined;
|
|
663
|
-
movement_object_id?: number | null | undefined;
|
|
664
|
-
deliveries_id?: number | null | undefined;
|
|
665
|
-
provider_id?: number | null | undefined;
|
|
666
|
-
shcomplit_id?: number | null | undefined;
|
|
667
|
-
waybill_id?: number | null | undefined;
|
|
668
|
-
document_id?: number | null | undefined;
|
|
669
|
-
material_id?: number | null | undefined;
|
|
670
|
-
instrument_id?: number | null | undefined;
|
|
671
|
-
detal_id?: number | null | undefined;
|
|
672
|
-
cbed_id?: number | null | undefined;
|
|
673
|
-
rack_id?: number | null | undefined;
|
|
674
|
-
product_id?: number | null | undefined;
|
|
675
|
-
tech_process_id?: number | null | undefined;
|
|
676
|
-
buyer_id?: number | null | undefined;
|
|
677
|
-
inventary_id?: number | null | undefined;
|
|
678
|
-
shipment_id?: number | null | undefined;
|
|
679
|
-
metaloworking_id?: number | null | undefined;
|
|
680
|
-
ass_id?: number | null | undefined;
|
|
681
|
-
assembly_kit_id?: number | null | undefined;
|
|
682
|
-
stock_order_id?: number | null | undefined;
|
|
683
|
-
stock_order_item_id?: number | null | undefined;
|
|
684
|
-
operation_id?: number | null | undefined;
|
|
685
|
-
mark_id?: number | null | undefined;
|
|
686
|
-
role_id?: number | null | undefined;
|
|
687
|
-
parent_action_idL?: number | null | undefined;
|
|
688
|
-
production_task_id?: number | null | undefined;
|
|
689
|
-
createdAt?: string | Date | undefined;
|
|
690
|
-
}[];
|
|
691
|
-
responsibleForProduct: {
|
|
692
|
-
ban: boolean;
|
|
693
|
-
designation: string | null;
|
|
694
|
-
description: string | null;
|
|
695
|
-
name: string;
|
|
696
703
|
calculate_needs_time: Date | null;
|
|
697
|
-
min_remaining: number;
|
|
698
|
-
quantity: number;
|
|
699
704
|
deficit: number;
|
|
700
|
-
shipments_kolvo: number;
|
|
701
|
-
production_ordered: number;
|
|
702
705
|
shipments_deficit: number;
|
|
706
|
+
production_ordered: number;
|
|
703
707
|
ava_path: string | null;
|
|
704
708
|
parametrs: import("../..").CbedVariableField[];
|
|
705
709
|
characteristic: import("../..").CbedVariableField[];
|
|
706
|
-
|
|
710
|
+
in_kit: number;
|
|
707
711
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
708
712
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
709
713
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
710
|
-
attention: boolean;
|
|
711
|
-
in_kit: number;
|
|
712
|
-
responsibleId: number | null;
|
|
713
714
|
articl: string | null;
|
|
714
715
|
is_custom: boolean;
|
|
715
716
|
id?: number | null | undefined;
|
|
717
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
716
718
|
discontinued?: boolean | undefined;
|
|
717
719
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
718
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
719
720
|
}[];
|
|
720
721
|
responsibleForDocuments: {
|
|
721
722
|
path: string;
|
|
@@ -728,10 +729,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
728
729
|
type?: string | undefined;
|
|
729
730
|
description?: string | undefined;
|
|
730
731
|
id?: number | null | undefined;
|
|
731
|
-
external_id?: number | null | undefined;
|
|
732
|
-
original_name?: string | undefined;
|
|
733
732
|
width?: number | null | undefined;
|
|
734
733
|
height?: number | null | undefined;
|
|
734
|
+
external_id?: number | null | undefined;
|
|
735
|
+
original_name?: string | undefined;
|
|
735
736
|
size?: number | null | undefined;
|
|
736
737
|
hash?: string | undefined;
|
|
737
738
|
}[];
|
|
@@ -743,7 +744,6 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
743
744
|
cpu: boolean;
|
|
744
745
|
square: boolean;
|
|
745
746
|
list: boolean;
|
|
746
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
747
747
|
id?: number | undefined;
|
|
748
748
|
countWorking?: number | undefined;
|
|
749
749
|
}[];
|
|
@@ -761,10 +761,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
761
761
|
ban?: boolean | undefined;
|
|
762
762
|
description?: string | undefined;
|
|
763
763
|
id?: number | null | undefined;
|
|
764
|
-
external_id?: number | null | undefined;
|
|
765
|
-
original_name?: string | undefined;
|
|
766
764
|
width?: number | null | undefined;
|
|
767
765
|
height?: number | null | undefined;
|
|
766
|
+
external_id?: number | null | undefined;
|
|
767
|
+
original_name?: string | undefined;
|
|
768
768
|
size?: number | null | undefined;
|
|
769
769
|
version?: number | undefined;
|
|
770
770
|
ava?: boolean | undefined;
|
|
@@ -773,6 +773,72 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
773
773
|
}[];
|
|
774
774
|
login: string | null;
|
|
775
775
|
initial: string;
|
|
776
|
+
actions: {
|
|
777
|
+
action: import("../..").IActionText[];
|
|
778
|
+
type_object: string;
|
|
779
|
+
ban?: boolean | undefined;
|
|
780
|
+
id?: number | null | undefined;
|
|
781
|
+
user_id?: number | null | undefined;
|
|
782
|
+
metaloworking_id?: number | null | undefined;
|
|
783
|
+
production_task_id?: number | null | undefined;
|
|
784
|
+
cbed_id?: number | null | undefined;
|
|
785
|
+
buyer_id?: number | null | undefined;
|
|
786
|
+
provider_id?: number | null | undefined;
|
|
787
|
+
inventary_id?: number | null | undefined;
|
|
788
|
+
responsible_id?: number | null | undefined;
|
|
789
|
+
tech_process_id?: number | null | undefined;
|
|
790
|
+
createdAt?: string | Date | undefined;
|
|
791
|
+
equipment_id?: number | null | undefined;
|
|
792
|
+
movement_object_id?: number | null | undefined;
|
|
793
|
+
deliveries_id?: number | null | undefined;
|
|
794
|
+
shcomplit_id?: number | null | undefined;
|
|
795
|
+
waybill_id?: number | null | undefined;
|
|
796
|
+
document_id?: number | null | undefined;
|
|
797
|
+
material_id?: number | null | undefined;
|
|
798
|
+
instrument_id?: number | null | undefined;
|
|
799
|
+
detal_id?: number | null | undefined;
|
|
800
|
+
rack_id?: number | null | undefined;
|
|
801
|
+
product_id?: number | null | undefined;
|
|
802
|
+
shipment_id?: number | null | undefined;
|
|
803
|
+
ass_id?: number | null | undefined;
|
|
804
|
+
assembly_kit_id?: number | null | undefined;
|
|
805
|
+
stock_order_id?: number | null | undefined;
|
|
806
|
+
stock_order_item_id?: number | null | undefined;
|
|
807
|
+
operation_id?: number | null | undefined;
|
|
808
|
+
mark_id?: number | null | undefined;
|
|
809
|
+
role_id?: number | null | undefined;
|
|
810
|
+
parent_action_idL?: number | null | undefined;
|
|
811
|
+
revision_id?: number | null | undefined;
|
|
812
|
+
}[];
|
|
813
|
+
products: {
|
|
814
|
+
designation: string | null;
|
|
815
|
+
description: string | null;
|
|
816
|
+
name: string;
|
|
817
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
818
|
+
responsibleId: number | null;
|
|
819
|
+
ava_path: string | null;
|
|
820
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
821
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
822
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
823
|
+
articl: string | null;
|
|
824
|
+
ban?: boolean | undefined;
|
|
825
|
+
id?: number | null | undefined;
|
|
826
|
+
attention?: boolean | undefined;
|
|
827
|
+
quantity?: number | undefined;
|
|
828
|
+
shipments_kolvo?: number | undefined;
|
|
829
|
+
min_remaining?: number | undefined;
|
|
830
|
+
calculate_needs_time?: Date | null | undefined;
|
|
831
|
+
deficit?: number | undefined;
|
|
832
|
+
shipments_deficit?: number | undefined;
|
|
833
|
+
production_ordered?: number | undefined;
|
|
834
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
835
|
+
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
836
|
+
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
837
|
+
in_kit?: number | undefined;
|
|
838
|
+
discontinued?: boolean | undefined;
|
|
839
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
840
|
+
is_custom?: boolean | undefined;
|
|
841
|
+
}[];
|
|
776
842
|
tabel: string;
|
|
777
843
|
dateWork: string | null;
|
|
778
844
|
dateUnWork: string | null;
|
|
@@ -788,126 +854,61 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
788
854
|
description: string | null;
|
|
789
855
|
id: number;
|
|
790
856
|
name: string;
|
|
857
|
+
assemble_id: number | null;
|
|
858
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
859
|
+
responsibleId: number | null;
|
|
791
860
|
ava_path: string | null;
|
|
792
861
|
parametrs: import("../..").CbedParametrsField | null;
|
|
793
862
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
794
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
795
863
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
796
864
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
797
865
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
798
|
-
responsibleId: number | null;
|
|
799
|
-
assemble_id: number | null;
|
|
800
866
|
ban?: boolean | undefined;
|
|
801
867
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
802
|
-
|
|
868
|
+
attention?: boolean | undefined;
|
|
869
|
+
quantity?: number | undefined;
|
|
870
|
+
shipments_kolvo?: number | undefined;
|
|
803
871
|
min_remaining?: number | undefined;
|
|
872
|
+
calculate_needs_time?: Date | null | undefined;
|
|
804
873
|
remainder_after_coming?: number | undefined;
|
|
805
|
-
task_relative_id?: number | null | undefined;
|
|
806
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
807
|
-
quantity?: number | undefined;
|
|
808
874
|
deficit?: number | undefined;
|
|
809
|
-
|
|
875
|
+
shipments_deficit?: number | undefined;
|
|
810
876
|
production_ordered?: number | undefined;
|
|
811
877
|
deficit_by_sclad?: number | undefined;
|
|
812
|
-
shipments_deficit?: number | undefined;
|
|
813
|
-
attention?: boolean | undefined;
|
|
814
|
-
in_kit?: number | undefined;
|
|
815
|
-
discontinued?: boolean | undefined;
|
|
816
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
817
878
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
818
|
-
}[];
|
|
819
|
-
products: {
|
|
820
|
-
designation: string | null;
|
|
821
|
-
description: string | null;
|
|
822
|
-
name: string;
|
|
823
|
-
ava_path: string | null;
|
|
824
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
825
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
826
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
827
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
828
|
-
responsibleId: number | null;
|
|
829
|
-
articl: string | null;
|
|
830
|
-
ban?: boolean | undefined;
|
|
831
|
-
id?: number | null | undefined;
|
|
832
|
-
calculate_needs_time?: Date | null | undefined;
|
|
833
|
-
min_remaining?: number | undefined;
|
|
834
|
-
quantity?: number | undefined;
|
|
835
|
-
deficit?: number | undefined;
|
|
836
|
-
shipments_kolvo?: number | undefined;
|
|
837
|
-
production_ordered?: number | undefined;
|
|
838
|
-
shipments_deficit?: number | undefined;
|
|
839
|
-
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
840
|
-
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
841
|
-
attention?: boolean | undefined;
|
|
842
879
|
in_kit?: number | undefined;
|
|
880
|
+
task_relative_id?: number | null | undefined;
|
|
881
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
843
882
|
discontinued?: boolean | undefined;
|
|
844
883
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
845
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
846
|
-
is_custom?: boolean | undefined;
|
|
847
|
-
}[];
|
|
848
|
-
actions: {
|
|
849
|
-
action: import("../..").IActionText[];
|
|
850
|
-
type_object: string;
|
|
851
|
-
ban?: boolean | undefined;
|
|
852
|
-
id?: number | null | undefined;
|
|
853
|
-
responsible_id?: number | null | undefined;
|
|
854
|
-
equipment_id?: number | null | undefined;
|
|
855
|
-
user_id?: number | null | undefined;
|
|
856
|
-
movement_object_id?: number | null | undefined;
|
|
857
|
-
deliveries_id?: number | null | undefined;
|
|
858
|
-
provider_id?: number | null | undefined;
|
|
859
|
-
shcomplit_id?: number | null | undefined;
|
|
860
|
-
waybill_id?: number | null | undefined;
|
|
861
|
-
document_id?: number | null | undefined;
|
|
862
|
-
material_id?: number | null | undefined;
|
|
863
|
-
instrument_id?: number | null | undefined;
|
|
864
|
-
detal_id?: number | null | undefined;
|
|
865
|
-
cbed_id?: number | null | undefined;
|
|
866
|
-
rack_id?: number | null | undefined;
|
|
867
|
-
product_id?: number | null | undefined;
|
|
868
|
-
tech_process_id?: number | null | undefined;
|
|
869
|
-
buyer_id?: number | null | undefined;
|
|
870
|
-
inventary_id?: number | null | undefined;
|
|
871
|
-
shipment_id?: number | null | undefined;
|
|
872
|
-
metaloworking_id?: number | null | undefined;
|
|
873
|
-
ass_id?: number | null | undefined;
|
|
874
|
-
assembly_kit_id?: number | null | undefined;
|
|
875
|
-
stock_order_id?: number | null | undefined;
|
|
876
|
-
stock_order_item_id?: number | null | undefined;
|
|
877
|
-
operation_id?: number | null | undefined;
|
|
878
|
-
mark_id?: number | null | undefined;
|
|
879
|
-
role_id?: number | null | undefined;
|
|
880
|
-
parent_action_idL?: number | null | undefined;
|
|
881
|
-
production_task_id?: number | null | undefined;
|
|
882
|
-
createdAt?: string | Date | undefined;
|
|
883
884
|
}[];
|
|
884
885
|
responsibleForProduct: {
|
|
885
886
|
designation: string | null;
|
|
886
887
|
description: string | null;
|
|
887
888
|
name: string;
|
|
888
|
-
ava_path: string | null;
|
|
889
889
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
890
|
+
responsibleId: number | null;
|
|
891
|
+
ava_path: string | null;
|
|
890
892
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
891
893
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
892
894
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
893
|
-
responsibleId: number | null;
|
|
894
895
|
articl: string | null;
|
|
895
896
|
ban?: boolean | undefined;
|
|
896
897
|
id?: number | null | undefined;
|
|
897
|
-
|
|
898
|
-
min_remaining?: number | undefined;
|
|
898
|
+
attention?: boolean | undefined;
|
|
899
899
|
quantity?: number | undefined;
|
|
900
|
-
deficit?: number | undefined;
|
|
901
900
|
shipments_kolvo?: number | undefined;
|
|
902
|
-
|
|
901
|
+
min_remaining?: number | undefined;
|
|
902
|
+
calculate_needs_time?: Date | null | undefined;
|
|
903
|
+
deficit?: number | undefined;
|
|
903
904
|
shipments_deficit?: number | undefined;
|
|
905
|
+
production_ordered?: number | undefined;
|
|
906
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
904
907
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
905
908
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
906
|
-
attention?: boolean | undefined;
|
|
907
909
|
in_kit?: number | undefined;
|
|
908
910
|
discontinued?: boolean | undefined;
|
|
909
911
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
910
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
911
912
|
is_custom?: boolean | undefined;
|
|
912
913
|
}[];
|
|
913
914
|
responsibleForDocuments: {
|
|
@@ -918,10 +919,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
918
919
|
ban?: boolean | undefined;
|
|
919
920
|
description?: string | undefined;
|
|
920
921
|
id?: number | null | undefined;
|
|
921
|
-
external_id?: number | null | undefined;
|
|
922
|
-
original_name?: string | undefined;
|
|
923
922
|
width?: number | null | undefined;
|
|
924
923
|
height?: number | null | undefined;
|
|
924
|
+
external_id?: number | null | undefined;
|
|
925
|
+
original_name?: string | undefined;
|
|
925
926
|
size?: number | null | undefined;
|
|
926
927
|
version?: number | undefined;
|
|
927
928
|
ava?: boolean | undefined;
|
|
@@ -937,12 +938,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
937
938
|
cpu?: boolean | undefined;
|
|
938
939
|
square?: boolean | undefined;
|
|
939
940
|
list?: boolean | undefined;
|
|
940
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
941
941
|
countWorking?: number | undefined;
|
|
942
942
|
}[];
|
|
943
943
|
ban?: boolean | undefined;
|
|
944
944
|
role?: any;
|
|
945
|
-
remote_work?: boolean | undefined;
|
|
946
945
|
requisites?: {
|
|
947
946
|
value: string;
|
|
948
947
|
title: {
|
|
@@ -950,6 +949,7 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
950
949
|
value?: string | undefined;
|
|
951
950
|
};
|
|
952
951
|
}[] | undefined;
|
|
952
|
+
remote_work?: boolean | undefined;
|
|
953
953
|
image?: string | null | undefined;
|
|
954
954
|
subdivision?: import("../../user").EnumSubdivision | undefined;
|
|
955
955
|
}>, "many">>;
|
|
@@ -973,19 +973,52 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
973
973
|
type?: string | undefined;
|
|
974
974
|
description?: string | undefined;
|
|
975
975
|
id?: number | null | undefined;
|
|
976
|
-
external_id?: number | null | undefined;
|
|
977
|
-
original_name?: string | undefined;
|
|
978
976
|
width?: number | null | undefined;
|
|
979
977
|
height?: number | null | undefined;
|
|
978
|
+
external_id?: number | null | undefined;
|
|
979
|
+
original_name?: string | undefined;
|
|
980
980
|
size?: number | null | undefined;
|
|
981
981
|
hash?: string | undefined;
|
|
982
982
|
}[];
|
|
983
983
|
login: string | null;
|
|
984
984
|
initial: string;
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
985
|
+
actions: {
|
|
986
|
+
ban: boolean;
|
|
987
|
+
action: import("../..").IActionText[];
|
|
988
|
+
type_object: string;
|
|
989
|
+
id?: number | null | undefined;
|
|
990
|
+
user_id?: number | null | undefined;
|
|
991
|
+
metaloworking_id?: number | null | undefined;
|
|
992
|
+
production_task_id?: number | null | undefined;
|
|
993
|
+
cbed_id?: number | null | undefined;
|
|
994
|
+
buyer_id?: number | null | undefined;
|
|
995
|
+
provider_id?: number | null | undefined;
|
|
996
|
+
inventary_id?: number | null | undefined;
|
|
997
|
+
responsible_id?: number | null | undefined;
|
|
998
|
+
tech_process_id?: number | null | undefined;
|
|
999
|
+
createdAt?: string | Date | undefined;
|
|
1000
|
+
equipment_id?: number | null | undefined;
|
|
1001
|
+
movement_object_id?: number | null | undefined;
|
|
1002
|
+
deliveries_id?: number | null | undefined;
|
|
1003
|
+
shcomplit_id?: number | null | undefined;
|
|
1004
|
+
waybill_id?: number | null | undefined;
|
|
1005
|
+
document_id?: number | null | undefined;
|
|
1006
|
+
material_id?: number | null | undefined;
|
|
1007
|
+
instrument_id?: number | null | undefined;
|
|
1008
|
+
detal_id?: number | null | undefined;
|
|
1009
|
+
rack_id?: number | null | undefined;
|
|
1010
|
+
product_id?: number | null | undefined;
|
|
1011
|
+
shipment_id?: number | null | undefined;
|
|
1012
|
+
ass_id?: number | null | undefined;
|
|
1013
|
+
assembly_kit_id?: number | null | undefined;
|
|
1014
|
+
stock_order_id?: number | null | undefined;
|
|
1015
|
+
stock_order_item_id?: number | null | undefined;
|
|
1016
|
+
operation_id?: number | null | undefined;
|
|
1017
|
+
mark_id?: number | null | undefined;
|
|
1018
|
+
role_id?: number | null | undefined;
|
|
1019
|
+
parent_action_idL?: number | null | undefined;
|
|
1020
|
+
revision_id?: number | null | undefined;
|
|
1021
|
+
}[];
|
|
989
1022
|
requisites: {
|
|
990
1023
|
value: string;
|
|
991
1024
|
title: {
|
|
@@ -993,6 +1026,39 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
993
1026
|
value?: string | undefined;
|
|
994
1027
|
};
|
|
995
1028
|
}[];
|
|
1029
|
+
products: {
|
|
1030
|
+
ban: boolean;
|
|
1031
|
+
designation: string | null;
|
|
1032
|
+
description: string | null;
|
|
1033
|
+
name: string;
|
|
1034
|
+
attention: boolean;
|
|
1035
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1036
|
+
quantity: number;
|
|
1037
|
+
shipments_kolvo: number;
|
|
1038
|
+
min_remaining: number;
|
|
1039
|
+
responsibleId: number | null;
|
|
1040
|
+
calculate_needs_time: Date | null;
|
|
1041
|
+
deficit: number;
|
|
1042
|
+
shipments_deficit: number;
|
|
1043
|
+
production_ordered: number;
|
|
1044
|
+
ava_path: string | null;
|
|
1045
|
+
parametrs: import("../..").CbedVariableField[];
|
|
1046
|
+
characteristic: import("../..").CbedVariableField[];
|
|
1047
|
+
in_kit: number;
|
|
1048
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1049
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1050
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1051
|
+
articl: string | null;
|
|
1052
|
+
is_custom: boolean;
|
|
1053
|
+
id?: number | null | undefined;
|
|
1054
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1055
|
+
discontinued?: boolean | undefined;
|
|
1056
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1057
|
+
}[];
|
|
1058
|
+
remote_work: boolean;
|
|
1059
|
+
tabel: string;
|
|
1060
|
+
dateWork: string | null;
|
|
1061
|
+
dateUnWork: string | null;
|
|
996
1062
|
birthday: string | null;
|
|
997
1063
|
haracteristic: string | null;
|
|
998
1064
|
primetch: string | null;
|
|
@@ -1007,125 +1073,60 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1007
1073
|
description: string | null;
|
|
1008
1074
|
id: number;
|
|
1009
1075
|
name: string;
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1076
|
+
assemble_id: number | null;
|
|
1077
|
+
attention: boolean;
|
|
1078
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1013
1079
|
quantity: number;
|
|
1014
|
-
deficit: number;
|
|
1015
1080
|
shipments_kolvo: number;
|
|
1016
|
-
|
|
1017
|
-
deficit_by_sclad: number;
|
|
1018
|
-
shipments_deficit: number;
|
|
1019
|
-
ava_path: string | null;
|
|
1020
|
-
parametrs: import("../..").CbedParametrsField | null;
|
|
1021
|
-
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1022
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1023
|
-
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1024
|
-
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1025
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1026
|
-
attention: boolean;
|
|
1027
|
-
in_kit: number;
|
|
1081
|
+
min_remaining: number;
|
|
1028
1082
|
responsibleId: number | null;
|
|
1029
|
-
assemble_id: number | null;
|
|
1030
|
-
task_relative_id?: number | null | undefined;
|
|
1031
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1032
|
-
discontinued?: boolean | undefined;
|
|
1033
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1034
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1035
|
-
}[];
|
|
1036
|
-
products: {
|
|
1037
|
-
ban: boolean;
|
|
1038
|
-
designation: string | null;
|
|
1039
|
-
description: string | null;
|
|
1040
|
-
name: string;
|
|
1041
1083
|
calculate_needs_time: Date | null;
|
|
1042
|
-
|
|
1043
|
-
quantity: number;
|
|
1084
|
+
remainder_after_coming: number;
|
|
1044
1085
|
deficit: number;
|
|
1045
|
-
shipments_kolvo: number;
|
|
1046
|
-
production_ordered: number;
|
|
1047
1086
|
shipments_deficit: number;
|
|
1087
|
+
production_ordered: number;
|
|
1088
|
+
deficit_by_sclad: number;
|
|
1048
1089
|
ava_path: string | null;
|
|
1049
|
-
parametrs: import("../..").
|
|
1050
|
-
characteristic: import("../..").
|
|
1051
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1052
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1053
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1054
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1055
|
-
attention: boolean;
|
|
1090
|
+
parametrs: import("../..").CbedParametrsField | null;
|
|
1091
|
+
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1056
1092
|
in_kit: number;
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1093
|
+
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1094
|
+
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1095
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1096
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1097
|
+
task_relative_id?: number | null | undefined;
|
|
1098
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1061
1099
|
discontinued?: boolean | undefined;
|
|
1062
1100
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1063
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1064
|
-
}[];
|
|
1065
|
-
actions: {
|
|
1066
|
-
ban: boolean;
|
|
1067
|
-
action: import("../..").IActionText[];
|
|
1068
|
-
type_object: string;
|
|
1069
|
-
id?: number | null | undefined;
|
|
1070
|
-
responsible_id?: number | null | undefined;
|
|
1071
|
-
equipment_id?: number | null | undefined;
|
|
1072
|
-
user_id?: number | null | undefined;
|
|
1073
|
-
movement_object_id?: number | null | undefined;
|
|
1074
|
-
deliveries_id?: number | null | undefined;
|
|
1075
|
-
provider_id?: number | null | undefined;
|
|
1076
|
-
shcomplit_id?: number | null | undefined;
|
|
1077
|
-
waybill_id?: number | null | undefined;
|
|
1078
|
-
document_id?: number | null | undefined;
|
|
1079
|
-
material_id?: number | null | undefined;
|
|
1080
|
-
instrument_id?: number | null | undefined;
|
|
1081
|
-
detal_id?: number | null | undefined;
|
|
1082
|
-
cbed_id?: number | null | undefined;
|
|
1083
|
-
rack_id?: number | null | undefined;
|
|
1084
|
-
product_id?: number | null | undefined;
|
|
1085
|
-
tech_process_id?: number | null | undefined;
|
|
1086
|
-
buyer_id?: number | null | undefined;
|
|
1087
|
-
inventary_id?: number | null | undefined;
|
|
1088
|
-
shipment_id?: number | null | undefined;
|
|
1089
|
-
metaloworking_id?: number | null | undefined;
|
|
1090
|
-
ass_id?: number | null | undefined;
|
|
1091
|
-
assembly_kit_id?: number | null | undefined;
|
|
1092
|
-
stock_order_id?: number | null | undefined;
|
|
1093
|
-
stock_order_item_id?: number | null | undefined;
|
|
1094
|
-
operation_id?: number | null | undefined;
|
|
1095
|
-
mark_id?: number | null | undefined;
|
|
1096
|
-
role_id?: number | null | undefined;
|
|
1097
|
-
parent_action_idL?: number | null | undefined;
|
|
1098
|
-
production_task_id?: number | null | undefined;
|
|
1099
|
-
createdAt?: string | Date | undefined;
|
|
1100
1101
|
}[];
|
|
1101
1102
|
responsibleForProduct: {
|
|
1102
1103
|
ban: boolean;
|
|
1103
1104
|
designation: string | null;
|
|
1104
1105
|
description: string | null;
|
|
1105
1106
|
name: string;
|
|
1106
|
-
|
|
1107
|
-
|
|
1107
|
+
attention: boolean;
|
|
1108
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1108
1109
|
quantity: number;
|
|
1109
|
-
deficit: number;
|
|
1110
1110
|
shipments_kolvo: number;
|
|
1111
|
-
|
|
1111
|
+
min_remaining: number;
|
|
1112
|
+
responsibleId: number | null;
|
|
1113
|
+
calculate_needs_time: Date | null;
|
|
1114
|
+
deficit: number;
|
|
1112
1115
|
shipments_deficit: number;
|
|
1116
|
+
production_ordered: number;
|
|
1113
1117
|
ava_path: string | null;
|
|
1114
1118
|
parametrs: import("../..").CbedVariableField[];
|
|
1115
1119
|
characteristic: import("../..").CbedVariableField[];
|
|
1116
|
-
|
|
1120
|
+
in_kit: number;
|
|
1117
1121
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1118
1122
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1119
1123
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1120
|
-
attention: boolean;
|
|
1121
|
-
in_kit: number;
|
|
1122
|
-
responsibleId: number | null;
|
|
1123
1124
|
articl: string | null;
|
|
1124
1125
|
is_custom: boolean;
|
|
1125
1126
|
id?: number | null | undefined;
|
|
1127
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1126
1128
|
discontinued?: boolean | undefined;
|
|
1127
1129
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1128
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1129
1130
|
}[];
|
|
1130
1131
|
responsibleForDocuments: {
|
|
1131
1132
|
path: string;
|
|
@@ -1138,10 +1139,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1138
1139
|
type?: string | undefined;
|
|
1139
1140
|
description?: string | undefined;
|
|
1140
1141
|
id?: number | null | undefined;
|
|
1141
|
-
external_id?: number | null | undefined;
|
|
1142
|
-
original_name?: string | undefined;
|
|
1143
1142
|
width?: number | null | undefined;
|
|
1144
1143
|
height?: number | null | undefined;
|
|
1144
|
+
external_id?: number | null | undefined;
|
|
1145
|
+
original_name?: string | undefined;
|
|
1145
1146
|
size?: number | null | undefined;
|
|
1146
1147
|
hash?: string | undefined;
|
|
1147
1148
|
}[];
|
|
@@ -1153,7 +1154,6 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1153
1154
|
cpu: boolean;
|
|
1154
1155
|
square: boolean;
|
|
1155
1156
|
list: boolean;
|
|
1156
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
1157
1157
|
id?: number | undefined;
|
|
1158
1158
|
countWorking?: number | undefined;
|
|
1159
1159
|
}[];
|
|
@@ -1176,10 +1176,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1176
1176
|
ban?: boolean | undefined;
|
|
1177
1177
|
description?: string | undefined;
|
|
1178
1178
|
id?: number | null | undefined;
|
|
1179
|
-
external_id?: number | null | undefined;
|
|
1180
|
-
original_name?: string | undefined;
|
|
1181
1179
|
width?: number | null | undefined;
|
|
1182
1180
|
height?: number | null | undefined;
|
|
1181
|
+
external_id?: number | null | undefined;
|
|
1182
|
+
original_name?: string | undefined;
|
|
1183
1183
|
size?: number | null | undefined;
|
|
1184
1184
|
version?: number | undefined;
|
|
1185
1185
|
ava?: boolean | undefined;
|
|
@@ -1188,6 +1188,72 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1188
1188
|
}[];
|
|
1189
1189
|
login: string | null;
|
|
1190
1190
|
initial: string;
|
|
1191
|
+
actions: {
|
|
1192
|
+
action: import("../..").IActionText[];
|
|
1193
|
+
type_object: string;
|
|
1194
|
+
ban?: boolean | undefined;
|
|
1195
|
+
id?: number | null | undefined;
|
|
1196
|
+
user_id?: number | null | undefined;
|
|
1197
|
+
metaloworking_id?: number | null | undefined;
|
|
1198
|
+
production_task_id?: number | null | undefined;
|
|
1199
|
+
cbed_id?: number | null | undefined;
|
|
1200
|
+
buyer_id?: number | null | undefined;
|
|
1201
|
+
provider_id?: number | null | undefined;
|
|
1202
|
+
inventary_id?: number | null | undefined;
|
|
1203
|
+
responsible_id?: number | null | undefined;
|
|
1204
|
+
tech_process_id?: number | null | undefined;
|
|
1205
|
+
createdAt?: string | Date | undefined;
|
|
1206
|
+
equipment_id?: number | null | undefined;
|
|
1207
|
+
movement_object_id?: number | null | undefined;
|
|
1208
|
+
deliveries_id?: number | null | undefined;
|
|
1209
|
+
shcomplit_id?: number | null | undefined;
|
|
1210
|
+
waybill_id?: number | null | undefined;
|
|
1211
|
+
document_id?: number | null | undefined;
|
|
1212
|
+
material_id?: number | null | undefined;
|
|
1213
|
+
instrument_id?: number | null | undefined;
|
|
1214
|
+
detal_id?: number | null | undefined;
|
|
1215
|
+
rack_id?: number | null | undefined;
|
|
1216
|
+
product_id?: number | null | undefined;
|
|
1217
|
+
shipment_id?: number | null | undefined;
|
|
1218
|
+
ass_id?: number | null | undefined;
|
|
1219
|
+
assembly_kit_id?: number | null | undefined;
|
|
1220
|
+
stock_order_id?: number | null | undefined;
|
|
1221
|
+
stock_order_item_id?: number | null | undefined;
|
|
1222
|
+
operation_id?: number | null | undefined;
|
|
1223
|
+
mark_id?: number | null | undefined;
|
|
1224
|
+
role_id?: number | null | undefined;
|
|
1225
|
+
parent_action_idL?: number | null | undefined;
|
|
1226
|
+
revision_id?: number | null | undefined;
|
|
1227
|
+
}[];
|
|
1228
|
+
products: {
|
|
1229
|
+
designation: string | null;
|
|
1230
|
+
description: string | null;
|
|
1231
|
+
name: string;
|
|
1232
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1233
|
+
responsibleId: number | null;
|
|
1234
|
+
ava_path: string | null;
|
|
1235
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1236
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1237
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1238
|
+
articl: string | null;
|
|
1239
|
+
ban?: boolean | undefined;
|
|
1240
|
+
id?: number | null | undefined;
|
|
1241
|
+
attention?: boolean | undefined;
|
|
1242
|
+
quantity?: number | undefined;
|
|
1243
|
+
shipments_kolvo?: number | undefined;
|
|
1244
|
+
min_remaining?: number | undefined;
|
|
1245
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1246
|
+
deficit?: number | undefined;
|
|
1247
|
+
shipments_deficit?: number | undefined;
|
|
1248
|
+
production_ordered?: number | undefined;
|
|
1249
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1250
|
+
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1251
|
+
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1252
|
+
in_kit?: number | undefined;
|
|
1253
|
+
discontinued?: boolean | undefined;
|
|
1254
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1255
|
+
is_custom?: boolean | undefined;
|
|
1256
|
+
}[];
|
|
1191
1257
|
tabel: string;
|
|
1192
1258
|
dateWork: string | null;
|
|
1193
1259
|
dateUnWork: string | null;
|
|
@@ -1203,126 +1269,61 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1203
1269
|
description: string | null;
|
|
1204
1270
|
id: number;
|
|
1205
1271
|
name: string;
|
|
1272
|
+
assemble_id: number | null;
|
|
1273
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1274
|
+
responsibleId: number | null;
|
|
1206
1275
|
ava_path: string | null;
|
|
1207
1276
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1208
1277
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1209
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1210
1278
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1211
1279
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1212
1280
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1213
|
-
responsibleId: number | null;
|
|
1214
|
-
assemble_id: number | null;
|
|
1215
1281
|
ban?: boolean | undefined;
|
|
1216
1282
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
1217
|
-
|
|
1283
|
+
attention?: boolean | undefined;
|
|
1284
|
+
quantity?: number | undefined;
|
|
1285
|
+
shipments_kolvo?: number | undefined;
|
|
1218
1286
|
min_remaining?: number | undefined;
|
|
1287
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1219
1288
|
remainder_after_coming?: number | undefined;
|
|
1220
|
-
task_relative_id?: number | null | undefined;
|
|
1221
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1222
|
-
quantity?: number | undefined;
|
|
1223
1289
|
deficit?: number | undefined;
|
|
1224
|
-
|
|
1290
|
+
shipments_deficit?: number | undefined;
|
|
1225
1291
|
production_ordered?: number | undefined;
|
|
1226
1292
|
deficit_by_sclad?: number | undefined;
|
|
1227
|
-
shipments_deficit?: number | undefined;
|
|
1228
|
-
attention?: boolean | undefined;
|
|
1229
|
-
in_kit?: number | undefined;
|
|
1230
|
-
discontinued?: boolean | undefined;
|
|
1231
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1232
1293
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1233
|
-
}[];
|
|
1234
|
-
products: {
|
|
1235
|
-
designation: string | null;
|
|
1236
|
-
description: string | null;
|
|
1237
|
-
name: string;
|
|
1238
|
-
ava_path: string | null;
|
|
1239
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1240
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1241
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1242
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1243
|
-
responsibleId: number | null;
|
|
1244
|
-
articl: string | null;
|
|
1245
|
-
ban?: boolean | undefined;
|
|
1246
|
-
id?: number | null | undefined;
|
|
1247
|
-
calculate_needs_time?: Date | null | undefined;
|
|
1248
|
-
min_remaining?: number | undefined;
|
|
1249
|
-
quantity?: number | undefined;
|
|
1250
|
-
deficit?: number | undefined;
|
|
1251
|
-
shipments_kolvo?: number | undefined;
|
|
1252
|
-
production_ordered?: number | undefined;
|
|
1253
|
-
shipments_deficit?: number | undefined;
|
|
1254
|
-
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1255
|
-
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1256
|
-
attention?: boolean | undefined;
|
|
1257
1294
|
in_kit?: number | undefined;
|
|
1295
|
+
task_relative_id?: number | null | undefined;
|
|
1296
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1258
1297
|
discontinued?: boolean | undefined;
|
|
1259
1298
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1260
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1261
|
-
is_custom?: boolean | undefined;
|
|
1262
|
-
}[];
|
|
1263
|
-
actions: {
|
|
1264
|
-
action: import("../..").IActionText[];
|
|
1265
|
-
type_object: string;
|
|
1266
|
-
ban?: boolean | undefined;
|
|
1267
|
-
id?: number | null | undefined;
|
|
1268
|
-
responsible_id?: number | null | undefined;
|
|
1269
|
-
equipment_id?: number | null | undefined;
|
|
1270
|
-
user_id?: number | null | undefined;
|
|
1271
|
-
movement_object_id?: number | null | undefined;
|
|
1272
|
-
deliveries_id?: number | null | undefined;
|
|
1273
|
-
provider_id?: number | null | undefined;
|
|
1274
|
-
shcomplit_id?: number | null | undefined;
|
|
1275
|
-
waybill_id?: number | null | undefined;
|
|
1276
|
-
document_id?: number | null | undefined;
|
|
1277
|
-
material_id?: number | null | undefined;
|
|
1278
|
-
instrument_id?: number | null | undefined;
|
|
1279
|
-
detal_id?: number | null | undefined;
|
|
1280
|
-
cbed_id?: number | null | undefined;
|
|
1281
|
-
rack_id?: number | null | undefined;
|
|
1282
|
-
product_id?: number | null | undefined;
|
|
1283
|
-
tech_process_id?: number | null | undefined;
|
|
1284
|
-
buyer_id?: number | null | undefined;
|
|
1285
|
-
inventary_id?: number | null | undefined;
|
|
1286
|
-
shipment_id?: number | null | undefined;
|
|
1287
|
-
metaloworking_id?: number | null | undefined;
|
|
1288
|
-
ass_id?: number | null | undefined;
|
|
1289
|
-
assembly_kit_id?: number | null | undefined;
|
|
1290
|
-
stock_order_id?: number | null | undefined;
|
|
1291
|
-
stock_order_item_id?: number | null | undefined;
|
|
1292
|
-
operation_id?: number | null | undefined;
|
|
1293
|
-
mark_id?: number | null | undefined;
|
|
1294
|
-
role_id?: number | null | undefined;
|
|
1295
|
-
parent_action_idL?: number | null | undefined;
|
|
1296
|
-
production_task_id?: number | null | undefined;
|
|
1297
|
-
createdAt?: string | Date | undefined;
|
|
1298
1299
|
}[];
|
|
1299
1300
|
responsibleForProduct: {
|
|
1300
1301
|
designation: string | null;
|
|
1301
1302
|
description: string | null;
|
|
1302
1303
|
name: string;
|
|
1303
|
-
ava_path: string | null;
|
|
1304
1304
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1305
|
+
responsibleId: number | null;
|
|
1306
|
+
ava_path: string | null;
|
|
1305
1307
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1306
1308
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1307
1309
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1308
|
-
responsibleId: number | null;
|
|
1309
1310
|
articl: string | null;
|
|
1310
1311
|
ban?: boolean | undefined;
|
|
1311
1312
|
id?: number | null | undefined;
|
|
1312
|
-
|
|
1313
|
-
min_remaining?: number | undefined;
|
|
1313
|
+
attention?: boolean | undefined;
|
|
1314
1314
|
quantity?: number | undefined;
|
|
1315
|
-
deficit?: number | undefined;
|
|
1316
1315
|
shipments_kolvo?: number | undefined;
|
|
1317
|
-
|
|
1316
|
+
min_remaining?: number | undefined;
|
|
1317
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1318
|
+
deficit?: number | undefined;
|
|
1318
1319
|
shipments_deficit?: number | undefined;
|
|
1320
|
+
production_ordered?: number | undefined;
|
|
1321
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1319
1322
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1320
1323
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1321
|
-
attention?: boolean | undefined;
|
|
1322
1324
|
in_kit?: number | undefined;
|
|
1323
1325
|
discontinued?: boolean | undefined;
|
|
1324
1326
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1325
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1326
1327
|
is_custom?: boolean | undefined;
|
|
1327
1328
|
}[];
|
|
1328
1329
|
responsibleForDocuments: {
|
|
@@ -1333,10 +1334,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1333
1334
|
ban?: boolean | undefined;
|
|
1334
1335
|
description?: string | undefined;
|
|
1335
1336
|
id?: number | null | undefined;
|
|
1336
|
-
external_id?: number | null | undefined;
|
|
1337
|
-
original_name?: string | undefined;
|
|
1338
1337
|
width?: number | null | undefined;
|
|
1339
1338
|
height?: number | null | undefined;
|
|
1339
|
+
external_id?: number | null | undefined;
|
|
1340
|
+
original_name?: string | undefined;
|
|
1340
1341
|
size?: number | null | undefined;
|
|
1341
1342
|
version?: number | undefined;
|
|
1342
1343
|
ava?: boolean | undefined;
|
|
@@ -1352,12 +1353,10 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1352
1353
|
cpu?: boolean | undefined;
|
|
1353
1354
|
square?: boolean | undefined;
|
|
1354
1355
|
list?: boolean | undefined;
|
|
1355
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
1356
1356
|
countWorking?: number | undefined;
|
|
1357
1357
|
}[];
|
|
1358
1358
|
ban?: boolean | undefined;
|
|
1359
1359
|
role?: any;
|
|
1360
|
-
remote_work?: boolean | undefined;
|
|
1361
1360
|
requisites?: {
|
|
1362
1361
|
value: string;
|
|
1363
1362
|
title: {
|
|
@@ -1365,6 +1364,7 @@ export declare const RoleSchema: z.ZodObject<{
|
|
|
1365
1364
|
value?: string | undefined;
|
|
1366
1365
|
};
|
|
1367
1366
|
}[] | undefined;
|
|
1367
|
+
remote_work?: boolean | undefined;
|
|
1368
1368
|
image?: string | null | undefined;
|
|
1369
1369
|
subdivision?: import("../../user").EnumSubdivision | undefined;
|
|
1370
1370
|
}[] | undefined;
|