@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
|
@@ -68,10 +68,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
68
68
|
type?: string | undefined;
|
|
69
69
|
description?: string | undefined;
|
|
70
70
|
id?: number | null | undefined;
|
|
71
|
-
external_id?: number | null | undefined;
|
|
72
|
-
original_name?: string | undefined;
|
|
73
71
|
width?: number | null | undefined;
|
|
74
72
|
height?: number | null | undefined;
|
|
73
|
+
external_id?: number | null | undefined;
|
|
74
|
+
original_name?: string | undefined;
|
|
75
75
|
size?: number | null | undefined;
|
|
76
76
|
hash?: string | undefined;
|
|
77
77
|
}, {
|
|
@@ -82,10 +82,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
82
82
|
ban?: boolean | undefined;
|
|
83
83
|
description?: string | undefined;
|
|
84
84
|
id?: number | null | undefined;
|
|
85
|
-
external_id?: number | null | undefined;
|
|
86
|
-
original_name?: string | undefined;
|
|
87
85
|
width?: number | null | undefined;
|
|
88
86
|
height?: number | null | undefined;
|
|
87
|
+
external_id?: number | null | undefined;
|
|
88
|
+
original_name?: string | undefined;
|
|
89
89
|
size?: number | null | undefined;
|
|
90
90
|
version?: number | undefined;
|
|
91
91
|
ava?: boolean | undefined;
|
|
@@ -131,63 +131,63 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
131
131
|
description: string | null;
|
|
132
132
|
id: number;
|
|
133
133
|
name: string;
|
|
134
|
-
|
|
134
|
+
assemble_id: number | null;
|
|
135
|
+
attention: boolean;
|
|
136
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
137
|
+
quantity: number;
|
|
138
|
+
shipments_kolvo: number;
|
|
135
139
|
min_remaining: number;
|
|
140
|
+
responsibleId: number | null;
|
|
141
|
+
calculate_needs_time: Date | null;
|
|
136
142
|
remainder_after_coming: number;
|
|
137
|
-
quantity: number;
|
|
138
143
|
deficit: number;
|
|
139
|
-
|
|
144
|
+
shipments_deficit: number;
|
|
140
145
|
production_ordered: number;
|
|
141
146
|
deficit_by_sclad: number;
|
|
142
|
-
shipments_deficit: number;
|
|
143
147
|
ava_path: string | null;
|
|
144
148
|
parametrs: import("../..").CbedParametrsField | null;
|
|
145
149
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
146
|
-
|
|
150
|
+
in_kit: number;
|
|
147
151
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
148
152
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
149
153
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
150
|
-
|
|
151
|
-
in_kit: number;
|
|
152
|
-
responsibleId: number | null;
|
|
153
|
-
assemble_id: number | null;
|
|
154
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
154
155
|
task_relative_id?: number | null | undefined;
|
|
155
156
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
156
157
|
discontinued?: boolean | undefined;
|
|
157
158
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
158
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
159
159
|
}, {
|
|
160
160
|
designation: string | null;
|
|
161
161
|
description: string | null;
|
|
162
162
|
id: number;
|
|
163
163
|
name: string;
|
|
164
|
+
assemble_id: number | null;
|
|
165
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
166
|
+
responsibleId: number | null;
|
|
164
167
|
ava_path: string | null;
|
|
165
168
|
parametrs: import("../..").CbedParametrsField | null;
|
|
166
169
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
167
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
168
170
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
169
171
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
170
172
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
171
|
-
responsibleId: number | null;
|
|
172
|
-
assemble_id: number | null;
|
|
173
173
|
ban?: boolean | undefined;
|
|
174
174
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
175
|
-
|
|
175
|
+
attention?: boolean | undefined;
|
|
176
|
+
quantity?: number | undefined;
|
|
177
|
+
shipments_kolvo?: number | undefined;
|
|
176
178
|
min_remaining?: number | undefined;
|
|
179
|
+
calculate_needs_time?: Date | null | undefined;
|
|
177
180
|
remainder_after_coming?: number | undefined;
|
|
178
|
-
task_relative_id?: number | null | undefined;
|
|
179
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
180
|
-
quantity?: number | undefined;
|
|
181
181
|
deficit?: number | undefined;
|
|
182
|
-
|
|
182
|
+
shipments_deficit?: number | undefined;
|
|
183
183
|
production_ordered?: number | undefined;
|
|
184
184
|
deficit_by_sclad?: number | undefined;
|
|
185
|
-
|
|
186
|
-
attention?: boolean | undefined;
|
|
185
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
187
186
|
in_kit?: number | undefined;
|
|
187
|
+
task_relative_id?: number | null | undefined;
|
|
188
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
188
189
|
discontinued?: boolean | undefined;
|
|
189
190
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
190
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
191
191
|
}>, "many">;
|
|
192
192
|
products: z.ZodArray<z.ZodObject<{
|
|
193
193
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -222,56 +222,56 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
222
222
|
designation: string | null;
|
|
223
223
|
description: string | null;
|
|
224
224
|
name: string;
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
attention: boolean;
|
|
226
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
227
227
|
quantity: number;
|
|
228
|
-
deficit: number;
|
|
229
228
|
shipments_kolvo: number;
|
|
230
|
-
|
|
229
|
+
min_remaining: number;
|
|
230
|
+
responsibleId: number | null;
|
|
231
|
+
calculate_needs_time: Date | null;
|
|
232
|
+
deficit: number;
|
|
231
233
|
shipments_deficit: number;
|
|
234
|
+
production_ordered: number;
|
|
232
235
|
ava_path: string | null;
|
|
233
236
|
parametrs: import("../..").CbedVariableField[];
|
|
234
237
|
characteristic: import("../..").CbedVariableField[];
|
|
235
|
-
|
|
238
|
+
in_kit: number;
|
|
236
239
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
237
240
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
238
241
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
239
|
-
attention: boolean;
|
|
240
|
-
in_kit: number;
|
|
241
|
-
responsibleId: number | null;
|
|
242
242
|
articl: string | null;
|
|
243
243
|
is_custom: boolean;
|
|
244
244
|
id?: number | null | undefined;
|
|
245
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
245
246
|
discontinued?: boolean | undefined;
|
|
246
247
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
247
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
248
248
|
}, {
|
|
249
249
|
designation: string | null;
|
|
250
250
|
description: string | null;
|
|
251
251
|
name: string;
|
|
252
|
-
ava_path: string | null;
|
|
253
252
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
253
|
+
responsibleId: number | null;
|
|
254
|
+
ava_path: string | null;
|
|
254
255
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
255
256
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
256
257
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
257
|
-
responsibleId: number | null;
|
|
258
258
|
articl: string | null;
|
|
259
259
|
ban?: boolean | undefined;
|
|
260
260
|
id?: number | null | undefined;
|
|
261
|
-
|
|
262
|
-
min_remaining?: number | undefined;
|
|
261
|
+
attention?: boolean | undefined;
|
|
263
262
|
quantity?: number | undefined;
|
|
264
|
-
deficit?: number | undefined;
|
|
265
263
|
shipments_kolvo?: number | undefined;
|
|
266
|
-
|
|
264
|
+
min_remaining?: number | undefined;
|
|
265
|
+
calculate_needs_time?: Date | null | undefined;
|
|
266
|
+
deficit?: number | undefined;
|
|
267
267
|
shipments_deficit?: number | undefined;
|
|
268
|
+
production_ordered?: number | undefined;
|
|
269
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
268
270
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
269
271
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
270
|
-
attention?: boolean | undefined;
|
|
271
272
|
in_kit?: number | undefined;
|
|
272
273
|
discontinued?: boolean | undefined;
|
|
273
274
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
274
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
275
275
|
is_custom?: boolean | undefined;
|
|
276
276
|
}>, "many">;
|
|
277
277
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -309,31 +309,34 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
309
309
|
parent_action_idL: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
310
310
|
production_task_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
311
311
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
|
|
312
|
+
revision_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
312
313
|
}, "strip", z.ZodTypeAny, {
|
|
313
314
|
ban: boolean;
|
|
314
315
|
action: import("../..").IActionText[];
|
|
315
316
|
type_object: string;
|
|
316
317
|
id?: number | null | undefined;
|
|
318
|
+
user_id?: number | null | undefined;
|
|
319
|
+
metaloworking_id?: number | null | undefined;
|
|
320
|
+
production_task_id?: number | null | undefined;
|
|
321
|
+
cbed_id?: number | null | undefined;
|
|
322
|
+
buyer_id?: number | null | undefined;
|
|
323
|
+
provider_id?: number | null | undefined;
|
|
324
|
+
inventary_id?: number | null | undefined;
|
|
317
325
|
responsible_id?: number | null | undefined;
|
|
326
|
+
tech_process_id?: number | null | undefined;
|
|
327
|
+
createdAt?: string | Date | undefined;
|
|
318
328
|
equipment_id?: number | null | undefined;
|
|
319
|
-
user_id?: number | null | undefined;
|
|
320
329
|
movement_object_id?: number | null | undefined;
|
|
321
330
|
deliveries_id?: number | null | undefined;
|
|
322
|
-
provider_id?: number | null | undefined;
|
|
323
331
|
shcomplit_id?: number | null | undefined;
|
|
324
332
|
waybill_id?: number | null | undefined;
|
|
325
333
|
document_id?: number | null | undefined;
|
|
326
334
|
material_id?: number | null | undefined;
|
|
327
335
|
instrument_id?: number | null | undefined;
|
|
328
336
|
detal_id?: number | null | undefined;
|
|
329
|
-
cbed_id?: number | null | undefined;
|
|
330
337
|
rack_id?: number | null | undefined;
|
|
331
338
|
product_id?: number | null | undefined;
|
|
332
|
-
tech_process_id?: number | null | undefined;
|
|
333
|
-
buyer_id?: number | null | undefined;
|
|
334
|
-
inventary_id?: number | null | undefined;
|
|
335
339
|
shipment_id?: number | null | undefined;
|
|
336
|
-
metaloworking_id?: number | null | undefined;
|
|
337
340
|
ass_id?: number | null | undefined;
|
|
338
341
|
assembly_kit_id?: number | null | undefined;
|
|
339
342
|
stock_order_id?: number | null | undefined;
|
|
@@ -342,33 +345,34 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
342
345
|
mark_id?: number | null | undefined;
|
|
343
346
|
role_id?: number | null | undefined;
|
|
344
347
|
parent_action_idL?: number | null | undefined;
|
|
345
|
-
|
|
346
|
-
createdAt?: string | Date | undefined;
|
|
348
|
+
revision_id?: number | null | undefined;
|
|
347
349
|
}, {
|
|
348
350
|
action: import("../..").IActionText[];
|
|
349
351
|
type_object: string;
|
|
350
352
|
ban?: boolean | undefined;
|
|
351
353
|
id?: number | null | undefined;
|
|
354
|
+
user_id?: number | null | undefined;
|
|
355
|
+
metaloworking_id?: number | null | undefined;
|
|
356
|
+
production_task_id?: number | null | undefined;
|
|
357
|
+
cbed_id?: number | null | undefined;
|
|
358
|
+
buyer_id?: number | null | undefined;
|
|
359
|
+
provider_id?: number | null | undefined;
|
|
360
|
+
inventary_id?: number | null | undefined;
|
|
352
361
|
responsible_id?: number | null | undefined;
|
|
362
|
+
tech_process_id?: number | null | undefined;
|
|
363
|
+
createdAt?: string | Date | undefined;
|
|
353
364
|
equipment_id?: number | null | undefined;
|
|
354
|
-
user_id?: number | null | undefined;
|
|
355
365
|
movement_object_id?: number | null | undefined;
|
|
356
366
|
deliveries_id?: number | null | undefined;
|
|
357
|
-
provider_id?: number | null | undefined;
|
|
358
367
|
shcomplit_id?: number | null | undefined;
|
|
359
368
|
waybill_id?: number | null | undefined;
|
|
360
369
|
document_id?: number | null | undefined;
|
|
361
370
|
material_id?: number | null | undefined;
|
|
362
371
|
instrument_id?: number | null | undefined;
|
|
363
372
|
detal_id?: number | null | undefined;
|
|
364
|
-
cbed_id?: number | null | undefined;
|
|
365
373
|
rack_id?: number | null | undefined;
|
|
366
374
|
product_id?: number | null | undefined;
|
|
367
|
-
tech_process_id?: number | null | undefined;
|
|
368
|
-
buyer_id?: number | null | undefined;
|
|
369
|
-
inventary_id?: number | null | undefined;
|
|
370
375
|
shipment_id?: number | null | undefined;
|
|
371
|
-
metaloworking_id?: number | null | undefined;
|
|
372
376
|
ass_id?: number | null | undefined;
|
|
373
377
|
assembly_kit_id?: number | null | undefined;
|
|
374
378
|
stock_order_id?: number | null | undefined;
|
|
@@ -377,8 +381,7 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
377
381
|
mark_id?: number | null | undefined;
|
|
378
382
|
role_id?: number | null | undefined;
|
|
379
383
|
parent_action_idL?: number | null | undefined;
|
|
380
|
-
|
|
381
|
-
createdAt?: string | Date | undefined;
|
|
384
|
+
revision_id?: number | null | undefined;
|
|
382
385
|
}>, "many">;
|
|
383
386
|
responsibleForProduct: z.ZodArray<z.ZodObject<{
|
|
384
387
|
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -413,56 +416,56 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
413
416
|
designation: string | null;
|
|
414
417
|
description: string | null;
|
|
415
418
|
name: string;
|
|
416
|
-
|
|
417
|
-
|
|
419
|
+
attention: boolean;
|
|
420
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
418
421
|
quantity: number;
|
|
419
|
-
deficit: number;
|
|
420
422
|
shipments_kolvo: number;
|
|
421
|
-
|
|
423
|
+
min_remaining: number;
|
|
424
|
+
responsibleId: number | null;
|
|
425
|
+
calculate_needs_time: Date | null;
|
|
426
|
+
deficit: number;
|
|
422
427
|
shipments_deficit: number;
|
|
428
|
+
production_ordered: number;
|
|
423
429
|
ava_path: string | null;
|
|
424
430
|
parametrs: import("../..").CbedVariableField[];
|
|
425
431
|
characteristic: import("../..").CbedVariableField[];
|
|
426
|
-
|
|
432
|
+
in_kit: number;
|
|
427
433
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
428
434
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
429
435
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
430
|
-
attention: boolean;
|
|
431
|
-
in_kit: number;
|
|
432
|
-
responsibleId: number | null;
|
|
433
436
|
articl: string | null;
|
|
434
437
|
is_custom: boolean;
|
|
435
438
|
id?: number | null | undefined;
|
|
439
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
436
440
|
discontinued?: boolean | undefined;
|
|
437
441
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
438
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
439
442
|
}, {
|
|
440
443
|
designation: string | null;
|
|
441
444
|
description: string | null;
|
|
442
445
|
name: string;
|
|
443
|
-
ava_path: string | null;
|
|
444
446
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
447
|
+
responsibleId: number | null;
|
|
448
|
+
ava_path: string | null;
|
|
445
449
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
446
450
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
447
451
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
448
|
-
responsibleId: number | null;
|
|
449
452
|
articl: string | null;
|
|
450
453
|
ban?: boolean | undefined;
|
|
451
454
|
id?: number | null | undefined;
|
|
452
|
-
|
|
453
|
-
min_remaining?: number | undefined;
|
|
455
|
+
attention?: boolean | undefined;
|
|
454
456
|
quantity?: number | undefined;
|
|
455
|
-
deficit?: number | undefined;
|
|
456
457
|
shipments_kolvo?: number | undefined;
|
|
457
|
-
|
|
458
|
+
min_remaining?: number | undefined;
|
|
459
|
+
calculate_needs_time?: Date | null | undefined;
|
|
460
|
+
deficit?: number | undefined;
|
|
458
461
|
shipments_deficit?: number | undefined;
|
|
462
|
+
production_ordered?: number | undefined;
|
|
463
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
459
464
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
460
465
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
461
|
-
attention?: boolean | undefined;
|
|
462
466
|
in_kit?: number | undefined;
|
|
463
467
|
discontinued?: boolean | undefined;
|
|
464
468
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
465
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
466
469
|
is_custom?: boolean | undefined;
|
|
467
470
|
}>, "many">;
|
|
468
471
|
responsibleForDocuments: z.ZodArray<z.ZodObject<{
|
|
@@ -493,10 +496,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
493
496
|
type?: string | undefined;
|
|
494
497
|
description?: string | undefined;
|
|
495
498
|
id?: number | null | undefined;
|
|
496
|
-
external_id?: number | null | undefined;
|
|
497
|
-
original_name?: string | undefined;
|
|
498
499
|
width?: number | null | undefined;
|
|
499
500
|
height?: number | null | undefined;
|
|
501
|
+
external_id?: number | null | undefined;
|
|
502
|
+
original_name?: string | undefined;
|
|
500
503
|
size?: number | null | undefined;
|
|
501
504
|
hash?: string | undefined;
|
|
502
505
|
}, {
|
|
@@ -507,10 +510,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
507
510
|
ban?: boolean | undefined;
|
|
508
511
|
description?: string | undefined;
|
|
509
512
|
id?: number | null | undefined;
|
|
510
|
-
external_id?: number | null | undefined;
|
|
511
|
-
original_name?: string | undefined;
|
|
512
513
|
width?: number | null | undefined;
|
|
513
514
|
height?: number | null | undefined;
|
|
515
|
+
external_id?: number | null | undefined;
|
|
516
|
+
original_name?: string | undefined;
|
|
514
517
|
size?: number | null | undefined;
|
|
515
518
|
version?: number | undefined;
|
|
516
519
|
ava?: boolean | undefined;
|
|
@@ -526,7 +529,6 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
526
529
|
cpu: z.ZodDefault<z.ZodBoolean>;
|
|
527
530
|
square: z.ZodDefault<z.ZodBoolean>;
|
|
528
531
|
list: z.ZodDefault<z.ZodBoolean>;
|
|
529
|
-
workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../..").WorkStartCalcType>>;
|
|
530
532
|
countWorking: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
531
533
|
}, "strip", z.ZodTypeAny, {
|
|
532
534
|
name: string;
|
|
@@ -536,7 +538,6 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
536
538
|
cpu: boolean;
|
|
537
539
|
square: boolean;
|
|
538
540
|
list: boolean;
|
|
539
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
540
541
|
id?: number | undefined;
|
|
541
542
|
countWorking?: number | undefined;
|
|
542
543
|
}, {
|
|
@@ -548,7 +549,6 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
548
549
|
cpu?: boolean | undefined;
|
|
549
550
|
square?: boolean | undefined;
|
|
550
551
|
list?: boolean | undefined;
|
|
551
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
552
552
|
countWorking?: number | undefined;
|
|
553
553
|
}>, "many">;
|
|
554
554
|
subdivision: z.ZodOptional<z.ZodNativeEnum<typeof import("../../user").EnumSubdivision>>;
|
|
@@ -567,19 +567,52 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
567
567
|
type?: string | undefined;
|
|
568
568
|
description?: string | undefined;
|
|
569
569
|
id?: number | null | undefined;
|
|
570
|
-
external_id?: number | null | undefined;
|
|
571
|
-
original_name?: string | undefined;
|
|
572
570
|
width?: number | null | undefined;
|
|
573
571
|
height?: number | null | undefined;
|
|
572
|
+
external_id?: number | null | undefined;
|
|
573
|
+
original_name?: string | undefined;
|
|
574
574
|
size?: number | null | undefined;
|
|
575
575
|
hash?: string | undefined;
|
|
576
576
|
}[];
|
|
577
577
|
login: string | null;
|
|
578
578
|
initial: string;
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
579
|
+
actions: {
|
|
580
|
+
ban: boolean;
|
|
581
|
+
action: import("../..").IActionText[];
|
|
582
|
+
type_object: string;
|
|
583
|
+
id?: number | null | undefined;
|
|
584
|
+
user_id?: number | null | undefined;
|
|
585
|
+
metaloworking_id?: number | null | undefined;
|
|
586
|
+
production_task_id?: number | null | undefined;
|
|
587
|
+
cbed_id?: number | null | undefined;
|
|
588
|
+
buyer_id?: number | null | undefined;
|
|
589
|
+
provider_id?: number | null | undefined;
|
|
590
|
+
inventary_id?: number | null | undefined;
|
|
591
|
+
responsible_id?: number | null | undefined;
|
|
592
|
+
tech_process_id?: number | null | undefined;
|
|
593
|
+
createdAt?: string | Date | undefined;
|
|
594
|
+
equipment_id?: number | null | undefined;
|
|
595
|
+
movement_object_id?: number | null | undefined;
|
|
596
|
+
deliveries_id?: number | null | undefined;
|
|
597
|
+
shcomplit_id?: number | null | undefined;
|
|
598
|
+
waybill_id?: number | null | undefined;
|
|
599
|
+
document_id?: number | null | undefined;
|
|
600
|
+
material_id?: number | null | undefined;
|
|
601
|
+
instrument_id?: number | null | undefined;
|
|
602
|
+
detal_id?: number | null | undefined;
|
|
603
|
+
rack_id?: number | null | undefined;
|
|
604
|
+
product_id?: number | null | undefined;
|
|
605
|
+
shipment_id?: number | null | undefined;
|
|
606
|
+
ass_id?: number | null | undefined;
|
|
607
|
+
assembly_kit_id?: number | null | undefined;
|
|
608
|
+
stock_order_id?: number | null | undefined;
|
|
609
|
+
stock_order_item_id?: number | null | undefined;
|
|
610
|
+
operation_id?: number | null | undefined;
|
|
611
|
+
mark_id?: number | null | undefined;
|
|
612
|
+
role_id?: number | null | undefined;
|
|
613
|
+
parent_action_idL?: number | null | undefined;
|
|
614
|
+
revision_id?: number | null | undefined;
|
|
615
|
+
}[];
|
|
583
616
|
requisites: {
|
|
584
617
|
value: string;
|
|
585
618
|
title: {
|
|
@@ -587,6 +620,39 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
587
620
|
value?: string | undefined;
|
|
588
621
|
};
|
|
589
622
|
}[];
|
|
623
|
+
products: {
|
|
624
|
+
ban: boolean;
|
|
625
|
+
designation: string | null;
|
|
626
|
+
description: string | null;
|
|
627
|
+
name: string;
|
|
628
|
+
attention: boolean;
|
|
629
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
630
|
+
quantity: number;
|
|
631
|
+
shipments_kolvo: number;
|
|
632
|
+
min_remaining: number;
|
|
633
|
+
responsibleId: number | null;
|
|
634
|
+
calculate_needs_time: Date | null;
|
|
635
|
+
deficit: number;
|
|
636
|
+
shipments_deficit: number;
|
|
637
|
+
production_ordered: number;
|
|
638
|
+
ava_path: string | null;
|
|
639
|
+
parametrs: import("../..").CbedVariableField[];
|
|
640
|
+
characteristic: import("../..").CbedVariableField[];
|
|
641
|
+
in_kit: number;
|
|
642
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
643
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
644
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
645
|
+
articl: string | null;
|
|
646
|
+
is_custom: boolean;
|
|
647
|
+
id?: number | null | undefined;
|
|
648
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
649
|
+
discontinued?: boolean | undefined;
|
|
650
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
651
|
+
}[];
|
|
652
|
+
remote_work: boolean;
|
|
653
|
+
tabel: string;
|
|
654
|
+
dateWork: string | null;
|
|
655
|
+
dateUnWork: string | null;
|
|
590
656
|
birthday: string | null;
|
|
591
657
|
haracteristic: string | null;
|
|
592
658
|
primetch: string | null;
|
|
@@ -601,125 +667,60 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
601
667
|
description: string | null;
|
|
602
668
|
id: number;
|
|
603
669
|
name: string;
|
|
604
|
-
|
|
670
|
+
assemble_id: number | null;
|
|
671
|
+
attention: boolean;
|
|
672
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
673
|
+
quantity: number;
|
|
674
|
+
shipments_kolvo: number;
|
|
605
675
|
min_remaining: number;
|
|
676
|
+
responsibleId: number | null;
|
|
677
|
+
calculate_needs_time: Date | null;
|
|
606
678
|
remainder_after_coming: number;
|
|
607
|
-
quantity: number;
|
|
608
679
|
deficit: number;
|
|
609
|
-
|
|
680
|
+
shipments_deficit: number;
|
|
610
681
|
production_ordered: number;
|
|
611
682
|
deficit_by_sclad: number;
|
|
612
|
-
shipments_deficit: number;
|
|
613
683
|
ava_path: string | null;
|
|
614
684
|
parametrs: import("../..").CbedParametrsField | null;
|
|
615
685
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
616
|
-
|
|
686
|
+
in_kit: number;
|
|
617
687
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
618
688
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
619
689
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
620
|
-
|
|
621
|
-
in_kit: number;
|
|
622
|
-
responsibleId: number | null;
|
|
623
|
-
assemble_id: number | null;
|
|
690
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
624
691
|
task_relative_id?: number | null | undefined;
|
|
625
692
|
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
626
693
|
discontinued?: boolean | undefined;
|
|
627
694
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
628
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
629
695
|
}[];
|
|
630
|
-
|
|
696
|
+
responsibleForProduct: {
|
|
631
697
|
ban: boolean;
|
|
632
698
|
designation: string | null;
|
|
633
699
|
description: string | null;
|
|
634
700
|
name: string;
|
|
635
|
-
|
|
636
|
-
|
|
701
|
+
attention: boolean;
|
|
702
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
637
703
|
quantity: number;
|
|
638
|
-
deficit: number;
|
|
639
704
|
shipments_kolvo: number;
|
|
640
|
-
|
|
641
|
-
shipments_deficit: number;
|
|
642
|
-
ava_path: string | null;
|
|
643
|
-
parametrs: import("../..").CbedVariableField[];
|
|
644
|
-
characteristic: import("../..").CbedVariableField[];
|
|
645
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
646
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
647
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
648
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
649
|
-
attention: boolean;
|
|
650
|
-
in_kit: number;
|
|
705
|
+
min_remaining: number;
|
|
651
706
|
responsibleId: number | null;
|
|
652
|
-
articl: string | null;
|
|
653
|
-
is_custom: boolean;
|
|
654
|
-
id?: number | null | undefined;
|
|
655
|
-
discontinued?: boolean | undefined;
|
|
656
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
657
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
658
|
-
}[];
|
|
659
|
-
actions: {
|
|
660
|
-
ban: boolean;
|
|
661
|
-
action: import("../..").IActionText[];
|
|
662
|
-
type_object: string;
|
|
663
|
-
id?: number | null | undefined;
|
|
664
|
-
responsible_id?: number | null | undefined;
|
|
665
|
-
equipment_id?: number | null | undefined;
|
|
666
|
-
user_id?: number | null | undefined;
|
|
667
|
-
movement_object_id?: number | null | undefined;
|
|
668
|
-
deliveries_id?: number | null | undefined;
|
|
669
|
-
provider_id?: number | null | undefined;
|
|
670
|
-
shcomplit_id?: number | null | undefined;
|
|
671
|
-
waybill_id?: number | null | undefined;
|
|
672
|
-
document_id?: number | null | undefined;
|
|
673
|
-
material_id?: number | null | undefined;
|
|
674
|
-
instrument_id?: number | null | undefined;
|
|
675
|
-
detal_id?: number | null | undefined;
|
|
676
|
-
cbed_id?: number | null | undefined;
|
|
677
|
-
rack_id?: number | null | undefined;
|
|
678
|
-
product_id?: number | null | undefined;
|
|
679
|
-
tech_process_id?: number | null | undefined;
|
|
680
|
-
buyer_id?: number | null | undefined;
|
|
681
|
-
inventary_id?: number | null | undefined;
|
|
682
|
-
shipment_id?: number | null | undefined;
|
|
683
|
-
metaloworking_id?: number | null | undefined;
|
|
684
|
-
ass_id?: number | null | undefined;
|
|
685
|
-
assembly_kit_id?: number | null | undefined;
|
|
686
|
-
stock_order_id?: number | null | undefined;
|
|
687
|
-
stock_order_item_id?: number | null | undefined;
|
|
688
|
-
operation_id?: number | null | undefined;
|
|
689
|
-
mark_id?: number | null | undefined;
|
|
690
|
-
role_id?: number | null | undefined;
|
|
691
|
-
parent_action_idL?: number | null | undefined;
|
|
692
|
-
production_task_id?: number | null | undefined;
|
|
693
|
-
createdAt?: string | Date | undefined;
|
|
694
|
-
}[];
|
|
695
|
-
responsibleForProduct: {
|
|
696
|
-
ban: boolean;
|
|
697
|
-
designation: string | null;
|
|
698
|
-
description: string | null;
|
|
699
|
-
name: string;
|
|
700
707
|
calculate_needs_time: Date | null;
|
|
701
|
-
min_remaining: number;
|
|
702
|
-
quantity: number;
|
|
703
708
|
deficit: number;
|
|
704
|
-
shipments_kolvo: number;
|
|
705
|
-
production_ordered: number;
|
|
706
709
|
shipments_deficit: number;
|
|
710
|
+
production_ordered: number;
|
|
707
711
|
ava_path: string | null;
|
|
708
712
|
parametrs: import("../..").CbedVariableField[];
|
|
709
713
|
characteristic: import("../..").CbedVariableField[];
|
|
710
|
-
|
|
714
|
+
in_kit: number;
|
|
711
715
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
712
716
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
713
717
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
714
|
-
attention: boolean;
|
|
715
|
-
in_kit: number;
|
|
716
|
-
responsibleId: number | null;
|
|
717
718
|
articl: string | null;
|
|
718
719
|
is_custom: boolean;
|
|
719
720
|
id?: number | null | undefined;
|
|
721
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
720
722
|
discontinued?: boolean | undefined;
|
|
721
723
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
722
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
723
724
|
}[];
|
|
724
725
|
responsibleForDocuments: {
|
|
725
726
|
path: string;
|
|
@@ -732,10 +733,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
732
733
|
type?: string | undefined;
|
|
733
734
|
description?: string | undefined;
|
|
734
735
|
id?: number | null | undefined;
|
|
735
|
-
external_id?: number | null | undefined;
|
|
736
|
-
original_name?: string | undefined;
|
|
737
736
|
width?: number | null | undefined;
|
|
738
737
|
height?: number | null | undefined;
|
|
738
|
+
external_id?: number | null | undefined;
|
|
739
|
+
original_name?: string | undefined;
|
|
739
740
|
size?: number | null | undefined;
|
|
740
741
|
hash?: string | undefined;
|
|
741
742
|
}[];
|
|
@@ -747,7 +748,6 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
747
748
|
cpu: boolean;
|
|
748
749
|
square: boolean;
|
|
749
750
|
list: boolean;
|
|
750
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
751
751
|
id?: number | undefined;
|
|
752
752
|
countWorking?: number | undefined;
|
|
753
753
|
}[];
|
|
@@ -765,10 +765,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
765
765
|
ban?: boolean | undefined;
|
|
766
766
|
description?: string | undefined;
|
|
767
767
|
id?: number | null | undefined;
|
|
768
|
-
external_id?: number | null | undefined;
|
|
769
|
-
original_name?: string | undefined;
|
|
770
768
|
width?: number | null | undefined;
|
|
771
769
|
height?: number | null | undefined;
|
|
770
|
+
external_id?: number | null | undefined;
|
|
771
|
+
original_name?: string | undefined;
|
|
772
772
|
size?: number | null | undefined;
|
|
773
773
|
version?: number | undefined;
|
|
774
774
|
ava?: boolean | undefined;
|
|
@@ -777,6 +777,72 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
777
777
|
}[];
|
|
778
778
|
login: string | null;
|
|
779
779
|
initial: string;
|
|
780
|
+
actions: {
|
|
781
|
+
action: import("../..").IActionText[];
|
|
782
|
+
type_object: string;
|
|
783
|
+
ban?: boolean | undefined;
|
|
784
|
+
id?: number | null | undefined;
|
|
785
|
+
user_id?: number | null | undefined;
|
|
786
|
+
metaloworking_id?: number | null | undefined;
|
|
787
|
+
production_task_id?: number | null | undefined;
|
|
788
|
+
cbed_id?: number | null | undefined;
|
|
789
|
+
buyer_id?: number | null | undefined;
|
|
790
|
+
provider_id?: number | null | undefined;
|
|
791
|
+
inventary_id?: number | null | undefined;
|
|
792
|
+
responsible_id?: number | null | undefined;
|
|
793
|
+
tech_process_id?: number | null | undefined;
|
|
794
|
+
createdAt?: string | Date | undefined;
|
|
795
|
+
equipment_id?: number | null | undefined;
|
|
796
|
+
movement_object_id?: number | null | undefined;
|
|
797
|
+
deliveries_id?: number | null | undefined;
|
|
798
|
+
shcomplit_id?: number | null | undefined;
|
|
799
|
+
waybill_id?: number | null | undefined;
|
|
800
|
+
document_id?: number | null | undefined;
|
|
801
|
+
material_id?: number | null | undefined;
|
|
802
|
+
instrument_id?: number | null | undefined;
|
|
803
|
+
detal_id?: number | null | undefined;
|
|
804
|
+
rack_id?: number | null | undefined;
|
|
805
|
+
product_id?: number | null | undefined;
|
|
806
|
+
shipment_id?: number | null | undefined;
|
|
807
|
+
ass_id?: number | null | undefined;
|
|
808
|
+
assembly_kit_id?: number | null | undefined;
|
|
809
|
+
stock_order_id?: number | null | undefined;
|
|
810
|
+
stock_order_item_id?: number | null | undefined;
|
|
811
|
+
operation_id?: number | null | undefined;
|
|
812
|
+
mark_id?: number | null | undefined;
|
|
813
|
+
role_id?: number | null | undefined;
|
|
814
|
+
parent_action_idL?: number | null | undefined;
|
|
815
|
+
revision_id?: number | null | undefined;
|
|
816
|
+
}[];
|
|
817
|
+
products: {
|
|
818
|
+
designation: string | null;
|
|
819
|
+
description: string | null;
|
|
820
|
+
name: string;
|
|
821
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
822
|
+
responsibleId: number | null;
|
|
823
|
+
ava_path: string | null;
|
|
824
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
825
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
826
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
827
|
+
articl: string | null;
|
|
828
|
+
ban?: boolean | undefined;
|
|
829
|
+
id?: number | null | undefined;
|
|
830
|
+
attention?: boolean | undefined;
|
|
831
|
+
quantity?: number | undefined;
|
|
832
|
+
shipments_kolvo?: number | undefined;
|
|
833
|
+
min_remaining?: number | undefined;
|
|
834
|
+
calculate_needs_time?: Date | null | undefined;
|
|
835
|
+
deficit?: number | undefined;
|
|
836
|
+
shipments_deficit?: number | undefined;
|
|
837
|
+
production_ordered?: number | undefined;
|
|
838
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
839
|
+
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
840
|
+
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
841
|
+
in_kit?: number | undefined;
|
|
842
|
+
discontinued?: boolean | undefined;
|
|
843
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
844
|
+
is_custom?: boolean | undefined;
|
|
845
|
+
}[];
|
|
780
846
|
tabel: string;
|
|
781
847
|
dateWork: string | null;
|
|
782
848
|
dateUnWork: string | null;
|
|
@@ -792,126 +858,61 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
792
858
|
description: string | null;
|
|
793
859
|
id: number;
|
|
794
860
|
name: string;
|
|
861
|
+
assemble_id: number | null;
|
|
862
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
863
|
+
responsibleId: number | null;
|
|
795
864
|
ava_path: string | null;
|
|
796
865
|
parametrs: import("../..").CbedParametrsField | null;
|
|
797
866
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
798
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
799
867
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
800
868
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
801
869
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
802
|
-
responsibleId: number | null;
|
|
803
|
-
assemble_id: number | null;
|
|
804
870
|
ban?: boolean | undefined;
|
|
805
871
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
806
|
-
|
|
872
|
+
attention?: boolean | undefined;
|
|
873
|
+
quantity?: number | undefined;
|
|
874
|
+
shipments_kolvo?: number | undefined;
|
|
807
875
|
min_remaining?: number | undefined;
|
|
876
|
+
calculate_needs_time?: Date | null | undefined;
|
|
808
877
|
remainder_after_coming?: number | undefined;
|
|
809
|
-
task_relative_id?: number | null | undefined;
|
|
810
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
811
|
-
quantity?: number | undefined;
|
|
812
878
|
deficit?: number | undefined;
|
|
813
|
-
|
|
879
|
+
shipments_deficit?: number | undefined;
|
|
814
880
|
production_ordered?: number | undefined;
|
|
815
881
|
deficit_by_sclad?: number | undefined;
|
|
816
|
-
shipments_deficit?: number | undefined;
|
|
817
|
-
attention?: boolean | undefined;
|
|
818
|
-
in_kit?: number | undefined;
|
|
819
|
-
discontinued?: boolean | undefined;
|
|
820
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
821
882
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
822
|
-
}[];
|
|
823
|
-
products: {
|
|
824
|
-
designation: string | null;
|
|
825
|
-
description: string | null;
|
|
826
|
-
name: string;
|
|
827
|
-
ava_path: string | null;
|
|
828
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
829
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
830
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
831
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
832
|
-
responsibleId: number | null;
|
|
833
|
-
articl: string | null;
|
|
834
|
-
ban?: boolean | undefined;
|
|
835
|
-
id?: number | null | undefined;
|
|
836
|
-
calculate_needs_time?: Date | null | undefined;
|
|
837
|
-
min_remaining?: number | undefined;
|
|
838
|
-
quantity?: number | undefined;
|
|
839
|
-
deficit?: number | undefined;
|
|
840
|
-
shipments_kolvo?: number | undefined;
|
|
841
|
-
production_ordered?: number | undefined;
|
|
842
|
-
shipments_deficit?: number | undefined;
|
|
843
|
-
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
844
|
-
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
845
|
-
attention?: boolean | undefined;
|
|
846
883
|
in_kit?: number | undefined;
|
|
884
|
+
task_relative_id?: number | null | undefined;
|
|
885
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
847
886
|
discontinued?: boolean | undefined;
|
|
848
887
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
849
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
850
|
-
is_custom?: boolean | undefined;
|
|
851
|
-
}[];
|
|
852
|
-
actions: {
|
|
853
|
-
action: import("../..").IActionText[];
|
|
854
|
-
type_object: string;
|
|
855
|
-
ban?: boolean | undefined;
|
|
856
|
-
id?: number | null | undefined;
|
|
857
|
-
responsible_id?: number | null | undefined;
|
|
858
|
-
equipment_id?: number | null | undefined;
|
|
859
|
-
user_id?: number | null | undefined;
|
|
860
|
-
movement_object_id?: number | null | undefined;
|
|
861
|
-
deliveries_id?: number | null | undefined;
|
|
862
|
-
provider_id?: number | null | undefined;
|
|
863
|
-
shcomplit_id?: number | null | undefined;
|
|
864
|
-
waybill_id?: number | null | undefined;
|
|
865
|
-
document_id?: number | null | undefined;
|
|
866
|
-
material_id?: number | null | undefined;
|
|
867
|
-
instrument_id?: number | null | undefined;
|
|
868
|
-
detal_id?: number | null | undefined;
|
|
869
|
-
cbed_id?: number | null | undefined;
|
|
870
|
-
rack_id?: number | null | undefined;
|
|
871
|
-
product_id?: number | null | undefined;
|
|
872
|
-
tech_process_id?: number | null | undefined;
|
|
873
|
-
buyer_id?: number | null | undefined;
|
|
874
|
-
inventary_id?: number | null | undefined;
|
|
875
|
-
shipment_id?: number | null | undefined;
|
|
876
|
-
metaloworking_id?: number | null | undefined;
|
|
877
|
-
ass_id?: number | null | undefined;
|
|
878
|
-
assembly_kit_id?: number | null | undefined;
|
|
879
|
-
stock_order_id?: number | null | undefined;
|
|
880
|
-
stock_order_item_id?: number | null | undefined;
|
|
881
|
-
operation_id?: number | null | undefined;
|
|
882
|
-
mark_id?: number | null | undefined;
|
|
883
|
-
role_id?: number | null | undefined;
|
|
884
|
-
parent_action_idL?: number | null | undefined;
|
|
885
|
-
production_task_id?: number | null | undefined;
|
|
886
|
-
createdAt?: string | Date | undefined;
|
|
887
888
|
}[];
|
|
888
889
|
responsibleForProduct: {
|
|
889
890
|
designation: string | null;
|
|
890
891
|
description: string | null;
|
|
891
892
|
name: string;
|
|
892
|
-
ava_path: string | null;
|
|
893
893
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
894
|
+
responsibleId: number | null;
|
|
895
|
+
ava_path: string | null;
|
|
894
896
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
895
897
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
896
898
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
897
|
-
responsibleId: number | null;
|
|
898
899
|
articl: string | null;
|
|
899
900
|
ban?: boolean | undefined;
|
|
900
901
|
id?: number | null | undefined;
|
|
901
|
-
|
|
902
|
-
min_remaining?: number | undefined;
|
|
902
|
+
attention?: boolean | undefined;
|
|
903
903
|
quantity?: number | undefined;
|
|
904
|
-
deficit?: number | undefined;
|
|
905
904
|
shipments_kolvo?: number | undefined;
|
|
906
|
-
|
|
905
|
+
min_remaining?: number | undefined;
|
|
906
|
+
calculate_needs_time?: Date | null | undefined;
|
|
907
|
+
deficit?: number | undefined;
|
|
907
908
|
shipments_deficit?: number | undefined;
|
|
909
|
+
production_ordered?: number | undefined;
|
|
910
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
908
911
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
909
912
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
910
|
-
attention?: boolean | undefined;
|
|
911
913
|
in_kit?: number | undefined;
|
|
912
914
|
discontinued?: boolean | undefined;
|
|
913
915
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
914
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
915
916
|
is_custom?: boolean | undefined;
|
|
916
917
|
}[];
|
|
917
918
|
responsibleForDocuments: {
|
|
@@ -922,10 +923,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
922
923
|
ban?: boolean | undefined;
|
|
923
924
|
description?: string | undefined;
|
|
924
925
|
id?: number | null | undefined;
|
|
925
|
-
external_id?: number | null | undefined;
|
|
926
|
-
original_name?: string | undefined;
|
|
927
926
|
width?: number | null | undefined;
|
|
928
927
|
height?: number | null | undefined;
|
|
928
|
+
external_id?: number | null | undefined;
|
|
929
|
+
original_name?: string | undefined;
|
|
929
930
|
size?: number | null | undefined;
|
|
930
931
|
version?: number | undefined;
|
|
931
932
|
ava?: boolean | undefined;
|
|
@@ -941,12 +942,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
941
942
|
cpu?: boolean | undefined;
|
|
942
943
|
square?: boolean | undefined;
|
|
943
944
|
list?: boolean | undefined;
|
|
944
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
945
945
|
countWorking?: number | undefined;
|
|
946
946
|
}[];
|
|
947
947
|
ban?: boolean | undefined;
|
|
948
948
|
role?: any;
|
|
949
|
-
remote_work?: boolean | undefined;
|
|
950
949
|
requisites?: {
|
|
951
950
|
value: string;
|
|
952
951
|
title: {
|
|
@@ -954,6 +953,7 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
954
953
|
value?: string | undefined;
|
|
955
954
|
};
|
|
956
955
|
}[] | undefined;
|
|
956
|
+
remote_work?: boolean | undefined;
|
|
957
957
|
image?: string | null | undefined;
|
|
958
958
|
subdivision?: import("../../user").EnumSubdivision | undefined;
|
|
959
959
|
}>, "many">>;
|
|
@@ -985,10 +985,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
985
985
|
type?: string | undefined;
|
|
986
986
|
description?: string | undefined;
|
|
987
987
|
id?: number | null | undefined;
|
|
988
|
-
external_id?: number | null | undefined;
|
|
989
|
-
original_name?: string | undefined;
|
|
990
988
|
width?: number | null | undefined;
|
|
991
989
|
height?: number | null | undefined;
|
|
990
|
+
external_id?: number | null | undefined;
|
|
991
|
+
original_name?: string | undefined;
|
|
992
992
|
size?: number | null | undefined;
|
|
993
993
|
hash?: string | undefined;
|
|
994
994
|
}, {
|
|
@@ -999,10 +999,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
999
999
|
ban?: boolean | undefined;
|
|
1000
1000
|
description?: string | undefined;
|
|
1001
1001
|
id?: number | null | undefined;
|
|
1002
|
-
external_id?: number | null | undefined;
|
|
1003
|
-
original_name?: string | undefined;
|
|
1004
1002
|
width?: number | null | undefined;
|
|
1005
1003
|
height?: number | null | undefined;
|
|
1004
|
+
external_id?: number | null | undefined;
|
|
1005
|
+
original_name?: string | undefined;
|
|
1006
1006
|
size?: number | null | undefined;
|
|
1007
1007
|
version?: number | undefined;
|
|
1008
1008
|
ava?: boolean | undefined;
|
|
@@ -1028,10 +1028,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1028
1028
|
type?: string | undefined;
|
|
1029
1029
|
description?: string | undefined;
|
|
1030
1030
|
id?: number | null | undefined;
|
|
1031
|
-
external_id?: number | null | undefined;
|
|
1032
|
-
original_name?: string | undefined;
|
|
1033
1031
|
width?: number | null | undefined;
|
|
1034
1032
|
height?: number | null | undefined;
|
|
1033
|
+
external_id?: number | null | undefined;
|
|
1034
|
+
original_name?: string | undefined;
|
|
1035
1035
|
size?: number | null | undefined;
|
|
1036
1036
|
hash?: string | undefined;
|
|
1037
1037
|
}[] | undefined;
|
|
@@ -1050,19 +1050,52 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1050
1050
|
type?: string | undefined;
|
|
1051
1051
|
description?: string | undefined;
|
|
1052
1052
|
id?: number | null | undefined;
|
|
1053
|
-
external_id?: number | null | undefined;
|
|
1054
|
-
original_name?: string | undefined;
|
|
1055
1053
|
width?: number | null | undefined;
|
|
1056
1054
|
height?: number | null | undefined;
|
|
1055
|
+
external_id?: number | null | undefined;
|
|
1056
|
+
original_name?: string | undefined;
|
|
1057
1057
|
size?: number | null | undefined;
|
|
1058
1058
|
hash?: string | undefined;
|
|
1059
1059
|
}[];
|
|
1060
1060
|
login: string | null;
|
|
1061
1061
|
initial: string;
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1062
|
+
actions: {
|
|
1063
|
+
ban: boolean;
|
|
1064
|
+
action: import("../..").IActionText[];
|
|
1065
|
+
type_object: string;
|
|
1066
|
+
id?: number | null | undefined;
|
|
1067
|
+
user_id?: number | null | undefined;
|
|
1068
|
+
metaloworking_id?: number | null | undefined;
|
|
1069
|
+
production_task_id?: number | null | undefined;
|
|
1070
|
+
cbed_id?: number | null | undefined;
|
|
1071
|
+
buyer_id?: number | null | undefined;
|
|
1072
|
+
provider_id?: number | null | undefined;
|
|
1073
|
+
inventary_id?: number | null | undefined;
|
|
1074
|
+
responsible_id?: number | null | undefined;
|
|
1075
|
+
tech_process_id?: number | null | undefined;
|
|
1076
|
+
createdAt?: string | Date | undefined;
|
|
1077
|
+
equipment_id?: number | null | undefined;
|
|
1078
|
+
movement_object_id?: number | null | undefined;
|
|
1079
|
+
deliveries_id?: number | null | undefined;
|
|
1080
|
+
shcomplit_id?: number | null | undefined;
|
|
1081
|
+
waybill_id?: number | null | undefined;
|
|
1082
|
+
document_id?: number | null | undefined;
|
|
1083
|
+
material_id?: number | null | undefined;
|
|
1084
|
+
instrument_id?: number | null | undefined;
|
|
1085
|
+
detal_id?: number | null | undefined;
|
|
1086
|
+
rack_id?: number | null | undefined;
|
|
1087
|
+
product_id?: number | null | undefined;
|
|
1088
|
+
shipment_id?: number | null | undefined;
|
|
1089
|
+
ass_id?: number | null | undefined;
|
|
1090
|
+
assembly_kit_id?: number | null | undefined;
|
|
1091
|
+
stock_order_id?: number | null | undefined;
|
|
1092
|
+
stock_order_item_id?: number | null | undefined;
|
|
1093
|
+
operation_id?: number | null | undefined;
|
|
1094
|
+
mark_id?: number | null | undefined;
|
|
1095
|
+
role_id?: number | null | undefined;
|
|
1096
|
+
parent_action_idL?: number | null | undefined;
|
|
1097
|
+
revision_id?: number | null | undefined;
|
|
1098
|
+
}[];
|
|
1066
1099
|
requisites: {
|
|
1067
1100
|
value: string;
|
|
1068
1101
|
title: {
|
|
@@ -1070,139 +1103,107 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1070
1103
|
value?: string | undefined;
|
|
1071
1104
|
};
|
|
1072
1105
|
}[];
|
|
1073
|
-
|
|
1074
|
-
haracteristic: string | null;
|
|
1075
|
-
primetch: string | null;
|
|
1076
|
-
password: string;
|
|
1077
|
-
session_id: number | null;
|
|
1078
|
-
last_online: number | null;
|
|
1079
|
-
rolesId: number;
|
|
1080
|
-
cbeds: {
|
|
1106
|
+
products: {
|
|
1081
1107
|
ban: boolean;
|
|
1082
|
-
cbed: import("../..").CbedRelativeType[];
|
|
1083
1108
|
designation: string | null;
|
|
1084
1109
|
description: string | null;
|
|
1085
|
-
id: number;
|
|
1086
1110
|
name: string;
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
remainder_after_coming: number;
|
|
1111
|
+
attention: boolean;
|
|
1112
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1090
1113
|
quantity: number;
|
|
1091
|
-
deficit: number;
|
|
1092
1114
|
shipments_kolvo: number;
|
|
1093
|
-
|
|
1094
|
-
|
|
1115
|
+
min_remaining: number;
|
|
1116
|
+
responsibleId: number | null;
|
|
1117
|
+
calculate_needs_time: Date | null;
|
|
1118
|
+
deficit: number;
|
|
1095
1119
|
shipments_deficit: number;
|
|
1120
|
+
production_ordered: number;
|
|
1096
1121
|
ava_path: string | null;
|
|
1097
|
-
parametrs: import("../..").
|
|
1098
|
-
characteristic: import("../..").
|
|
1099
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1100
|
-
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1101
|
-
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1102
|
-
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1103
|
-
attention: boolean;
|
|
1122
|
+
parametrs: import("../..").CbedVariableField[];
|
|
1123
|
+
characteristic: import("../..").CbedVariableField[];
|
|
1104
1124
|
in_kit: number;
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1125
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1126
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1127
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1128
|
+
articl: string | null;
|
|
1129
|
+
is_custom: boolean;
|
|
1130
|
+
id?: number | null | undefined;
|
|
1131
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1109
1132
|
discontinued?: boolean | undefined;
|
|
1110
1133
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1111
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1112
1134
|
}[];
|
|
1113
|
-
|
|
1135
|
+
remote_work: boolean;
|
|
1136
|
+
tabel: string;
|
|
1137
|
+
dateWork: string | null;
|
|
1138
|
+
dateUnWork: string | null;
|
|
1139
|
+
birthday: string | null;
|
|
1140
|
+
haracteristic: string | null;
|
|
1141
|
+
primetch: string | null;
|
|
1142
|
+
password: string;
|
|
1143
|
+
session_id: number | null;
|
|
1144
|
+
last_online: number | null;
|
|
1145
|
+
rolesId: number;
|
|
1146
|
+
cbeds: {
|
|
1114
1147
|
ban: boolean;
|
|
1148
|
+
cbed: import("../..").CbedRelativeType[];
|
|
1115
1149
|
designation: string | null;
|
|
1116
1150
|
description: string | null;
|
|
1151
|
+
id: number;
|
|
1117
1152
|
name: string;
|
|
1118
|
-
|
|
1119
|
-
|
|
1153
|
+
assemble_id: number | null;
|
|
1154
|
+
attention: boolean;
|
|
1155
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1120
1156
|
quantity: number;
|
|
1121
|
-
deficit: number;
|
|
1122
1157
|
shipments_kolvo: number;
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1158
|
+
min_remaining: number;
|
|
1159
|
+
responsibleId: number | null;
|
|
1160
|
+
calculate_needs_time: Date | null;
|
|
1161
|
+
remainder_after_coming: number;
|
|
1162
|
+
deficit: number;
|
|
1163
|
+
shipments_deficit: number;
|
|
1164
|
+
production_ordered: number;
|
|
1165
|
+
deficit_by_sclad: number;
|
|
1166
|
+
ava_path: string | null;
|
|
1167
|
+
parametrs: import("../..").CbedParametrsField | null;
|
|
1168
|
+
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1133
1169
|
in_kit: number;
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1170
|
+
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1171
|
+
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1172
|
+
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1173
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1174
|
+
task_relative_id?: number | null | undefined;
|
|
1175
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1138
1176
|
discontinued?: boolean | undefined;
|
|
1139
1177
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1140
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1141
|
-
}[];
|
|
1142
|
-
actions: {
|
|
1143
|
-
ban: boolean;
|
|
1144
|
-
action: import("../..").IActionText[];
|
|
1145
|
-
type_object: string;
|
|
1146
|
-
id?: number | null | undefined;
|
|
1147
|
-
responsible_id?: number | null | undefined;
|
|
1148
|
-
equipment_id?: number | null | undefined;
|
|
1149
|
-
user_id?: number | null | undefined;
|
|
1150
|
-
movement_object_id?: number | null | undefined;
|
|
1151
|
-
deliveries_id?: number | null | undefined;
|
|
1152
|
-
provider_id?: number | null | undefined;
|
|
1153
|
-
shcomplit_id?: number | null | undefined;
|
|
1154
|
-
waybill_id?: number | null | undefined;
|
|
1155
|
-
document_id?: number | null | undefined;
|
|
1156
|
-
material_id?: number | null | undefined;
|
|
1157
|
-
instrument_id?: number | null | undefined;
|
|
1158
|
-
detal_id?: number | null | undefined;
|
|
1159
|
-
cbed_id?: number | null | undefined;
|
|
1160
|
-
rack_id?: number | null | undefined;
|
|
1161
|
-
product_id?: number | null | undefined;
|
|
1162
|
-
tech_process_id?: number | null | undefined;
|
|
1163
|
-
buyer_id?: number | null | undefined;
|
|
1164
|
-
inventary_id?: number | null | undefined;
|
|
1165
|
-
shipment_id?: number | null | undefined;
|
|
1166
|
-
metaloworking_id?: number | null | undefined;
|
|
1167
|
-
ass_id?: number | null | undefined;
|
|
1168
|
-
assembly_kit_id?: number | null | undefined;
|
|
1169
|
-
stock_order_id?: number | null | undefined;
|
|
1170
|
-
stock_order_item_id?: number | null | undefined;
|
|
1171
|
-
operation_id?: number | null | undefined;
|
|
1172
|
-
mark_id?: number | null | undefined;
|
|
1173
|
-
role_id?: number | null | undefined;
|
|
1174
|
-
parent_action_idL?: number | null | undefined;
|
|
1175
|
-
production_task_id?: number | null | undefined;
|
|
1176
|
-
createdAt?: string | Date | undefined;
|
|
1177
1178
|
}[];
|
|
1178
1179
|
responsibleForProduct: {
|
|
1179
1180
|
ban: boolean;
|
|
1180
1181
|
designation: string | null;
|
|
1181
1182
|
description: string | null;
|
|
1182
1183
|
name: string;
|
|
1183
|
-
|
|
1184
|
-
|
|
1184
|
+
attention: boolean;
|
|
1185
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1185
1186
|
quantity: number;
|
|
1186
|
-
deficit: number;
|
|
1187
1187
|
shipments_kolvo: number;
|
|
1188
|
-
|
|
1188
|
+
min_remaining: number;
|
|
1189
|
+
responsibleId: number | null;
|
|
1190
|
+
calculate_needs_time: Date | null;
|
|
1191
|
+
deficit: number;
|
|
1189
1192
|
shipments_deficit: number;
|
|
1193
|
+
production_ordered: number;
|
|
1190
1194
|
ava_path: string | null;
|
|
1191
1195
|
parametrs: import("../..").CbedVariableField[];
|
|
1192
1196
|
characteristic: import("../..").CbedVariableField[];
|
|
1193
|
-
|
|
1197
|
+
in_kit: number;
|
|
1194
1198
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1195
1199
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1196
1200
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1197
|
-
attention: boolean;
|
|
1198
|
-
in_kit: number;
|
|
1199
|
-
responsibleId: number | null;
|
|
1200
1201
|
articl: string | null;
|
|
1201
1202
|
is_custom: boolean;
|
|
1202
1203
|
id?: number | null | undefined;
|
|
1204
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1203
1205
|
discontinued?: boolean | undefined;
|
|
1204
1206
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1205
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1206
1207
|
}[];
|
|
1207
1208
|
responsibleForDocuments: {
|
|
1208
1209
|
path: string;
|
|
@@ -1215,10 +1216,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1215
1216
|
type?: string | undefined;
|
|
1216
1217
|
description?: string | undefined;
|
|
1217
1218
|
id?: number | null | undefined;
|
|
1218
|
-
external_id?: number | null | undefined;
|
|
1219
|
-
original_name?: string | undefined;
|
|
1220
1219
|
width?: number | null | undefined;
|
|
1221
1220
|
height?: number | null | undefined;
|
|
1221
|
+
external_id?: number | null | undefined;
|
|
1222
|
+
original_name?: string | undefined;
|
|
1222
1223
|
size?: number | null | undefined;
|
|
1223
1224
|
hash?: string | undefined;
|
|
1224
1225
|
}[];
|
|
@@ -1230,7 +1231,6 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1230
1231
|
cpu: boolean;
|
|
1231
1232
|
square: boolean;
|
|
1232
1233
|
list: boolean;
|
|
1233
|
-
workStartCalcType: import("../..").WorkStartCalcType;
|
|
1234
1234
|
id?: number | undefined;
|
|
1235
1235
|
countWorking?: number | undefined;
|
|
1236
1236
|
}[];
|
|
@@ -1255,10 +1255,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1255
1255
|
ban?: boolean | undefined;
|
|
1256
1256
|
description?: string | undefined;
|
|
1257
1257
|
id?: number | null | undefined;
|
|
1258
|
-
external_id?: number | null | undefined;
|
|
1259
|
-
original_name?: string | undefined;
|
|
1260
1258
|
width?: number | null | undefined;
|
|
1261
1259
|
height?: number | null | undefined;
|
|
1260
|
+
external_id?: number | null | undefined;
|
|
1261
|
+
original_name?: string | undefined;
|
|
1262
1262
|
size?: number | null | undefined;
|
|
1263
1263
|
version?: number | undefined;
|
|
1264
1264
|
ava?: boolean | undefined;
|
|
@@ -1276,10 +1276,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1276
1276
|
ban?: boolean | undefined;
|
|
1277
1277
|
description?: string | undefined;
|
|
1278
1278
|
id?: number | null | undefined;
|
|
1279
|
-
external_id?: number | null | undefined;
|
|
1280
|
-
original_name?: string | undefined;
|
|
1281
1279
|
width?: number | null | undefined;
|
|
1282
1280
|
height?: number | null | undefined;
|
|
1281
|
+
external_id?: number | null | undefined;
|
|
1282
|
+
original_name?: string | undefined;
|
|
1283
1283
|
size?: number | null | undefined;
|
|
1284
1284
|
version?: number | undefined;
|
|
1285
1285
|
ava?: boolean | undefined;
|
|
@@ -1288,6 +1288,72 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1288
1288
|
}[];
|
|
1289
1289
|
login: string | null;
|
|
1290
1290
|
initial: string;
|
|
1291
|
+
actions: {
|
|
1292
|
+
action: import("../..").IActionText[];
|
|
1293
|
+
type_object: string;
|
|
1294
|
+
ban?: boolean | undefined;
|
|
1295
|
+
id?: number | null | undefined;
|
|
1296
|
+
user_id?: number | null | undefined;
|
|
1297
|
+
metaloworking_id?: number | null | undefined;
|
|
1298
|
+
production_task_id?: number | null | undefined;
|
|
1299
|
+
cbed_id?: number | null | undefined;
|
|
1300
|
+
buyer_id?: number | null | undefined;
|
|
1301
|
+
provider_id?: number | null | undefined;
|
|
1302
|
+
inventary_id?: number | null | undefined;
|
|
1303
|
+
responsible_id?: number | null | undefined;
|
|
1304
|
+
tech_process_id?: number | null | undefined;
|
|
1305
|
+
createdAt?: string | Date | undefined;
|
|
1306
|
+
equipment_id?: number | null | undefined;
|
|
1307
|
+
movement_object_id?: number | null | undefined;
|
|
1308
|
+
deliveries_id?: number | null | undefined;
|
|
1309
|
+
shcomplit_id?: number | null | undefined;
|
|
1310
|
+
waybill_id?: number | null | undefined;
|
|
1311
|
+
document_id?: number | null | undefined;
|
|
1312
|
+
material_id?: number | null | undefined;
|
|
1313
|
+
instrument_id?: number | null | undefined;
|
|
1314
|
+
detal_id?: number | null | undefined;
|
|
1315
|
+
rack_id?: number | null | undefined;
|
|
1316
|
+
product_id?: number | null | undefined;
|
|
1317
|
+
shipment_id?: number | null | undefined;
|
|
1318
|
+
ass_id?: number | null | undefined;
|
|
1319
|
+
assembly_kit_id?: number | null | undefined;
|
|
1320
|
+
stock_order_id?: number | null | undefined;
|
|
1321
|
+
stock_order_item_id?: number | null | undefined;
|
|
1322
|
+
operation_id?: number | null | undefined;
|
|
1323
|
+
mark_id?: number | null | undefined;
|
|
1324
|
+
role_id?: number | null | undefined;
|
|
1325
|
+
parent_action_idL?: number | null | undefined;
|
|
1326
|
+
revision_id?: number | null | undefined;
|
|
1327
|
+
}[];
|
|
1328
|
+
products: {
|
|
1329
|
+
designation: string | null;
|
|
1330
|
+
description: string | null;
|
|
1331
|
+
name: string;
|
|
1332
|
+
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1333
|
+
responsibleId: number | null;
|
|
1334
|
+
ava_path: string | null;
|
|
1335
|
+
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1336
|
+
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1337
|
+
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1338
|
+
articl: string | null;
|
|
1339
|
+
ban?: boolean | undefined;
|
|
1340
|
+
id?: number | null | undefined;
|
|
1341
|
+
attention?: boolean | undefined;
|
|
1342
|
+
quantity?: number | undefined;
|
|
1343
|
+
shipments_kolvo?: number | undefined;
|
|
1344
|
+
min_remaining?: number | undefined;
|
|
1345
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1346
|
+
deficit?: number | undefined;
|
|
1347
|
+
shipments_deficit?: number | undefined;
|
|
1348
|
+
production_ordered?: number | undefined;
|
|
1349
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1350
|
+
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1351
|
+
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1352
|
+
in_kit?: number | undefined;
|
|
1353
|
+
discontinued?: boolean | undefined;
|
|
1354
|
+
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1355
|
+
is_custom?: boolean | undefined;
|
|
1356
|
+
}[];
|
|
1291
1357
|
tabel: string;
|
|
1292
1358
|
dateWork: string | null;
|
|
1293
1359
|
dateUnWork: string | null;
|
|
@@ -1303,126 +1369,61 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1303
1369
|
description: string | null;
|
|
1304
1370
|
id: number;
|
|
1305
1371
|
name: string;
|
|
1372
|
+
assemble_id: number | null;
|
|
1373
|
+
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1374
|
+
responsibleId: number | null;
|
|
1306
1375
|
ava_path: string | null;
|
|
1307
1376
|
parametrs: import("../..").CbedParametrsField | null;
|
|
1308
1377
|
characteristic: import("../..").CbedCharacteristicField | null;
|
|
1309
|
-
materialList: import("../..").EntityCommonSpecificationArray | null;
|
|
1310
1378
|
listPokDet: import("../..").EntityCommonSpecificationArray | null;
|
|
1311
1379
|
listCbed: import("../..").EntityCommonSpecificationArray | null;
|
|
1312
1380
|
listDetal: import("../..").EntityCommonSpecificationArray | null;
|
|
1313
|
-
responsibleId: number | null;
|
|
1314
|
-
assemble_id: number | null;
|
|
1315
1381
|
ban?: boolean | undefined;
|
|
1316
1382
|
cbed?: import("../..").CbedRelativeType[] | undefined;
|
|
1317
|
-
|
|
1383
|
+
attention?: boolean | undefined;
|
|
1384
|
+
quantity?: number | undefined;
|
|
1385
|
+
shipments_kolvo?: number | undefined;
|
|
1318
1386
|
min_remaining?: number | undefined;
|
|
1387
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1319
1388
|
remainder_after_coming?: number | undefined;
|
|
1320
|
-
task_relative_id?: number | null | undefined;
|
|
1321
|
-
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1322
|
-
quantity?: number | undefined;
|
|
1323
1389
|
deficit?: number | undefined;
|
|
1324
|
-
|
|
1390
|
+
shipments_deficit?: number | undefined;
|
|
1325
1391
|
production_ordered?: number | undefined;
|
|
1326
1392
|
deficit_by_sclad?: number | undefined;
|
|
1327
|
-
shipments_deficit?: number | undefined;
|
|
1328
|
-
attention?: boolean | undefined;
|
|
1329
|
-
in_kit?: number | undefined;
|
|
1330
|
-
discontinued?: boolean | undefined;
|
|
1331
|
-
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1332
1393
|
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1333
|
-
}[];
|
|
1334
|
-
products: {
|
|
1335
|
-
designation: string | null;
|
|
1336
|
-
description: string | null;
|
|
1337
|
-
name: string;
|
|
1338
|
-
ava_path: string | null;
|
|
1339
|
-
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1340
|
-
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1341
|
-
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1342
|
-
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1343
|
-
responsibleId: number | null;
|
|
1344
|
-
articl: string | null;
|
|
1345
|
-
ban?: boolean | undefined;
|
|
1346
|
-
id?: number | null | undefined;
|
|
1347
|
-
calculate_needs_time?: Date | null | undefined;
|
|
1348
|
-
min_remaining?: number | undefined;
|
|
1349
|
-
quantity?: number | undefined;
|
|
1350
|
-
deficit?: number | undefined;
|
|
1351
|
-
shipments_kolvo?: number | undefined;
|
|
1352
|
-
production_ordered?: number | undefined;
|
|
1353
|
-
shipments_deficit?: number | undefined;
|
|
1354
|
-
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1355
|
-
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1356
|
-
attention?: boolean | undefined;
|
|
1357
1394
|
in_kit?: number | undefined;
|
|
1395
|
+
task_relative_id?: number | null | undefined;
|
|
1396
|
+
task_relative_type?: import("../..").IzdType | null | undefined;
|
|
1358
1397
|
discontinued?: boolean | undefined;
|
|
1359
1398
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1360
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1361
|
-
is_custom?: boolean | undefined;
|
|
1362
|
-
}[];
|
|
1363
|
-
actions: {
|
|
1364
|
-
action: import("../..").IActionText[];
|
|
1365
|
-
type_object: string;
|
|
1366
|
-
ban?: boolean | undefined;
|
|
1367
|
-
id?: number | null | undefined;
|
|
1368
|
-
responsible_id?: number | null | undefined;
|
|
1369
|
-
equipment_id?: number | null | undefined;
|
|
1370
|
-
user_id?: number | null | undefined;
|
|
1371
|
-
movement_object_id?: number | null | undefined;
|
|
1372
|
-
deliveries_id?: number | null | undefined;
|
|
1373
|
-
provider_id?: number | null | undefined;
|
|
1374
|
-
shcomplit_id?: number | null | undefined;
|
|
1375
|
-
waybill_id?: number | null | undefined;
|
|
1376
|
-
document_id?: number | null | undefined;
|
|
1377
|
-
material_id?: number | null | undefined;
|
|
1378
|
-
instrument_id?: number | null | undefined;
|
|
1379
|
-
detal_id?: number | null | undefined;
|
|
1380
|
-
cbed_id?: number | null | undefined;
|
|
1381
|
-
rack_id?: number | null | undefined;
|
|
1382
|
-
product_id?: number | null | undefined;
|
|
1383
|
-
tech_process_id?: number | null | undefined;
|
|
1384
|
-
buyer_id?: number | null | undefined;
|
|
1385
|
-
inventary_id?: number | null | undefined;
|
|
1386
|
-
shipment_id?: number | null | undefined;
|
|
1387
|
-
metaloworking_id?: number | null | undefined;
|
|
1388
|
-
ass_id?: number | null | undefined;
|
|
1389
|
-
assembly_kit_id?: number | null | undefined;
|
|
1390
|
-
stock_order_id?: number | null | undefined;
|
|
1391
|
-
stock_order_item_id?: number | null | undefined;
|
|
1392
|
-
operation_id?: number | null | undefined;
|
|
1393
|
-
mark_id?: number | null | undefined;
|
|
1394
|
-
role_id?: number | null | undefined;
|
|
1395
|
-
parent_action_idL?: number | null | undefined;
|
|
1396
|
-
production_task_id?: number | null | undefined;
|
|
1397
|
-
createdAt?: string | Date | undefined;
|
|
1398
1399
|
}[];
|
|
1399
1400
|
responsibleForProduct: {
|
|
1400
1401
|
designation: string | null;
|
|
1401
1402
|
description: string | null;
|
|
1402
1403
|
name: string;
|
|
1403
|
-
ava_path: string | null;
|
|
1404
1404
|
materialList: import("../..").EntityCommonSpecificationArray;
|
|
1405
|
+
responsibleId: number | null;
|
|
1406
|
+
ava_path: string | null;
|
|
1405
1407
|
listPokDet: import("../..").EntityCommonSpecificationArray;
|
|
1406
1408
|
listCbed: import("../..").EntityCommonSpecificationArray;
|
|
1407
1409
|
listDetal: import("../..").EntityCommonSpecificationArray;
|
|
1408
|
-
responsibleId: number | null;
|
|
1409
1410
|
articl: string | null;
|
|
1410
1411
|
ban?: boolean | undefined;
|
|
1411
1412
|
id?: number | null | undefined;
|
|
1412
|
-
|
|
1413
|
-
min_remaining?: number | undefined;
|
|
1413
|
+
attention?: boolean | undefined;
|
|
1414
1414
|
quantity?: number | undefined;
|
|
1415
|
-
deficit?: number | undefined;
|
|
1416
1415
|
shipments_kolvo?: number | undefined;
|
|
1417
|
-
|
|
1416
|
+
min_remaining?: number | undefined;
|
|
1417
|
+
calculate_needs_time?: Date | null | undefined;
|
|
1418
|
+
deficit?: number | undefined;
|
|
1418
1419
|
shipments_deficit?: number | undefined;
|
|
1420
|
+
production_ordered?: number | undefined;
|
|
1421
|
+
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1419
1422
|
parametrs?: import("../..").CbedVariableField[] | undefined;
|
|
1420
1423
|
characteristic?: import("../..").CbedVariableField[] | undefined;
|
|
1421
|
-
attention?: boolean | undefined;
|
|
1422
1424
|
in_kit?: number | undefined;
|
|
1423
1425
|
discontinued?: boolean | undefined;
|
|
1424
1426
|
production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
|
|
1425
|
-
production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
|
|
1426
1427
|
is_custom?: boolean | undefined;
|
|
1427
1428
|
}[];
|
|
1428
1429
|
responsibleForDocuments: {
|
|
@@ -1433,10 +1434,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1433
1434
|
ban?: boolean | undefined;
|
|
1434
1435
|
description?: string | undefined;
|
|
1435
1436
|
id?: number | null | undefined;
|
|
1436
|
-
external_id?: number | null | undefined;
|
|
1437
|
-
original_name?: string | undefined;
|
|
1438
1437
|
width?: number | null | undefined;
|
|
1439
1438
|
height?: number | null | undefined;
|
|
1439
|
+
external_id?: number | null | undefined;
|
|
1440
|
+
original_name?: string | undefined;
|
|
1440
1441
|
size?: number | null | undefined;
|
|
1441
1442
|
version?: number | undefined;
|
|
1442
1443
|
ava?: boolean | undefined;
|
|
@@ -1452,12 +1453,10 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1452
1453
|
cpu?: boolean | undefined;
|
|
1453
1454
|
square?: boolean | undefined;
|
|
1454
1455
|
list?: boolean | undefined;
|
|
1455
|
-
workStartCalcType?: import("../..").WorkStartCalcType | undefined;
|
|
1456
1456
|
countWorking?: number | undefined;
|
|
1457
1457
|
}[];
|
|
1458
1458
|
ban?: boolean | undefined;
|
|
1459
1459
|
role?: any;
|
|
1460
|
-
remote_work?: boolean | undefined;
|
|
1461
1460
|
requisites?: {
|
|
1462
1461
|
value: string;
|
|
1463
1462
|
title: {
|
|
@@ -1465,6 +1464,7 @@ export declare const MovingSchema: z.ZodObject<{
|
|
|
1465
1464
|
value?: string | undefined;
|
|
1466
1465
|
};
|
|
1467
1466
|
}[] | undefined;
|
|
1467
|
+
remote_work?: boolean | undefined;
|
|
1468
1468
|
image?: string | null | undefined;
|
|
1469
1469
|
subdivision?: import("../../user").EnumSubdivision | undefined;
|
|
1470
1470
|
}[] | undefined;
|