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