@pksep/zod-shared 0.0.528 → 0.0.529

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.
Files changed (98) hide show
  1. package/dist/action/dto/actions-by-param.dto.d.ts +2 -2
  2. package/dist/action/schemas/actions.schema.d.ts +18 -23
  3. package/dist/action/schemas/actions.schema.js +1 -2
  4. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +90 -81
  5. package/dist/assemble/schemas/assemble-coming.schema.d.ts +75 -68
  6. package/dist/assemble/schemas/assemble.schema.d.ts +69 -62
  7. package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +13 -13
  8. package/dist/buyer/schemas/buyer.schema.d.ts +1 -1
  9. package/dist/cbed/dto/cbed-pagination.dto.d.ts +1 -1
  10. package/dist/cbed/dto/get-one-cbed-dto.d.ts +2 -2
  11. package/dist/cbed/dto/up-create-cbed.dto.d.ts +6 -6
  12. package/dist/cbed/schemas/cbed-material.schema.d.ts +2 -2
  13. package/dist/cbed/schemas/cbed.schema.d.ts +21 -21
  14. package/dist/company/dto/create-company.dto.d.ts +10 -10
  15. package/dist/company/dto/update-company.dto.d.ts +10 -10
  16. package/dist/company/schemas/companies.schema.d.ts +4 -4
  17. package/dist/contact/dto/create-contact.dto.d.ts +6 -6
  18. package/dist/contact/dto/update-contact.dto.d.ts +6 -6
  19. package/dist/contact/schemas/contact.schema.d.ts +3 -3
  20. package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
  21. package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
  22. package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
  23. package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
  24. package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
  25. package/dist/detal/dto/update-detal.dto.d.ts +9 -9
  26. package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
  27. package/dist/detal/schemas/detal.schema.d.ts +200 -200
  28. package/dist/document/schemas/documentsSchema.d.ts +4 -4
  29. package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
  30. package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
  31. package/dist/equipment/schemas/equipment.schema.d.ts +98 -98
  32. package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
  33. package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
  34. package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
  35. package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
  36. package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
  37. package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
  38. package/dist/marks/dto/create-mark.dto.d.ts +8 -8
  39. package/dist/marks/dto/update-mark.dto.d.ts +2 -2
  40. package/dist/marks/schemas/marks.schema.d.ts +8 -8
  41. package/dist/marks/type/type.d.ts +2 -2
  42. package/dist/material/dto/create-material.dto.d.ts +20 -20
  43. package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
  44. package/dist/material/schemas/material.schema.d.ts +26 -26
  45. package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
  46. package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
  47. package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
  48. package/dist/moving/schemas/moving.schema.d.ts +460 -460
  49. package/dist/operations/dto/create-type-operation.dto.d.ts +4 -0
  50. package/dist/operations/dto/create-type-operation.dto.js +5 -1
  51. package/dist/operations/dto/update-type-operation.dto.d.ts +4 -0
  52. package/dist/operations/dto/update-type-operation.dto.js +5 -1
  53. package/dist/operations/enums/enums.d.ts +7 -0
  54. package/dist/operations/enums/enums.js +21 -1
  55. package/dist/operations/index.d.ts +2 -0
  56. package/dist/operations/index.js +2 -0
  57. package/dist/operations/interfaces/interface.d.ts +5 -0
  58. package/dist/operations/schemas/operation.schema.d.ts +21 -17
  59. package/dist/operations/schemas/operation.schema.js +4 -0
  60. package/dist/operations/schemas/type-operation.schema.d.ts +4 -0
  61. package/dist/operations/schemas/type-operation.schema.js +2 -0
  62. package/dist/product/dto/up-create-product.dto.d.ts +7 -7
  63. package/dist/product/schemas/product-deficit.schema.d.ts +20 -20
  64. package/dist/product/schemas/product-material.schema.d.ts +2 -2
  65. package/dist/product/schemas/product-specification.schema.d.ts +2 -2
  66. package/dist/product/schemas/product.schema.d.ts +17 -17
  67. package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +2 -2
  68. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +4 -0
  69. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +3 -1
  70. package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +4 -0
  71. package/dist/production-tasks/dto/get-production-task-by-user.dto.js +2 -0
  72. package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
  73. package/dist/production-tasks/interfaces/production-tasks.d.ts +1 -0
  74. package/dist/production-tasks/schemas/operation-positions.schema.d.ts +4 -4
  75. package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
  76. package/dist/provider/dto/create-provider.dto.d.ts +4 -4
  77. package/dist/provider/schemas/provider.schema.d.ts +1 -1
  78. package/dist/role/schemas/role.schema.d.ts +453 -453
  79. package/dist/sclad/schemas/remain.schema.d.ts +2 -2
  80. package/dist/sclad/schemas/remains.schema.d.ts +6 -6
  81. package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
  82. package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
  83. package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
  84. package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
  85. package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
  86. package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
  87. package/dist/specification/schema/attributes.schema.d.ts +472 -472
  88. package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
  89. package/dist/tech-process/schemas/tech-process.schema.d.ts +31 -26
  90. package/dist/thread/dto/add-thread.dto.d.ts +8 -8
  91. package/dist/user/dto/create-user.dto.d.ts +5 -5
  92. package/dist/user/dto/get-one-user.dto.d.ts +2 -2
  93. package/dist/user/schemas/user.schema.d.ts +266 -266
  94. package/dist/utils/enums.d.ts +1 -1
  95. package/dist/utils/enums.js +1 -1
  96. package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
  97. package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
  98. package/package.json +1 -1
@@ -62,10 +62,10 @@ export declare const UserSchema: z.ZodObject<{
62
62
  type?: string | undefined;
63
63
  description?: string | undefined;
64
64
  id?: number | null | undefined;
65
- 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
- shipments_deficit: number;
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
- in_kit: number;
140
+ materialList: import("../..").EntityCommonSpecificationArray | null;
145
141
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
146
142
  listCbed: import("../..").EntityCommonSpecificationArray | null;
147
143
  listDetal: import("../..").EntityCommonSpecificationArray | null;
148
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
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
- shipments_deficit?: number | undefined;
176
+ shipments_kolvo?: number | undefined;
177
177
  production_ordered?: number | undefined;
178
178
  deficit_by_sclad?: number | undefined;
179
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
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
- shipments_deficit: number;
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
- in_kit: number;
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
- shipments_deficit?: number | undefined;
259
+ shipments_kolvo?: number | undefined;
262
260
  production_ordered?: number | undefined;
263
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
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<{
@@ -303,34 +303,31 @@ export declare const UserSchema: z.ZodObject<{
303
303
  parent_action_idL: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
304
304
  production_task_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
305
305
  createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
306
- revision_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
307
306
  }, "strip", z.ZodTypeAny, {
308
307
  ban: boolean;
309
308
  action: import("../..").IActionText[];
310
309
  type_object: string;
311
310
  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
311
  responsible_id?: number | null | undefined;
320
- tech_process_id?: number | null | undefined;
321
- createdAt?: string | Date | undefined;
322
312
  equipment_id?: number | null | undefined;
313
+ user_id?: number | null | undefined;
323
314
  movement_object_id?: number | null | undefined;
324
315
  deliveries_id?: number | null | undefined;
316
+ provider_id?: number | null | undefined;
325
317
  shcomplit_id?: number | null | undefined;
326
318
  waybill_id?: number | null | undefined;
327
319
  document_id?: number | null | undefined;
328
320
  material_id?: number | null | undefined;
329
321
  instrument_id?: number | null | undefined;
330
322
  detal_id?: number | null | undefined;
323
+ cbed_id?: number | null | undefined;
331
324
  rack_id?: number | null | undefined;
332
325
  product_id?: number | null | undefined;
326
+ tech_process_id?: number | null | undefined;
327
+ buyer_id?: number | null | undefined;
328
+ inventary_id?: number | null | undefined;
333
329
  shipment_id?: number | null | undefined;
330
+ metaloworking_id?: number | null | undefined;
334
331
  ass_id?: number | null | undefined;
335
332
  assembly_kit_id?: number | null | undefined;
336
333
  stock_order_id?: number | null | undefined;
@@ -339,34 +336,33 @@ export declare const UserSchema: z.ZodObject<{
339
336
  mark_id?: number | null | undefined;
340
337
  role_id?: number | null | undefined;
341
338
  parent_action_idL?: number | null | undefined;
342
- revision_id?: number | null | undefined;
339
+ production_task_id?: number | null | undefined;
340
+ createdAt?: string | Date | undefined;
343
341
  }, {
344
342
  action: import("../..").IActionText[];
345
343
  type_object: string;
346
344
  ban?: boolean | undefined;
347
345
  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
346
  responsible_id?: number | null | undefined;
356
- tech_process_id?: number | null | undefined;
357
- createdAt?: string | Date | undefined;
358
347
  equipment_id?: number | null | undefined;
348
+ user_id?: number | null | undefined;
359
349
  movement_object_id?: number | null | undefined;
360
350
  deliveries_id?: number | null | undefined;
351
+ provider_id?: number | null | undefined;
361
352
  shcomplit_id?: number | null | undefined;
362
353
  waybill_id?: number | null | undefined;
363
354
  document_id?: number | null | undefined;
364
355
  material_id?: number | null | undefined;
365
356
  instrument_id?: number | null | undefined;
366
357
  detal_id?: number | null | undefined;
358
+ cbed_id?: number | null | undefined;
367
359
  rack_id?: number | null | undefined;
368
360
  product_id?: number | null | undefined;
361
+ tech_process_id?: number | null | undefined;
362
+ buyer_id?: number | null | undefined;
363
+ inventary_id?: number | null | undefined;
369
364
  shipment_id?: number | null | undefined;
365
+ metaloworking_id?: number | null | undefined;
370
366
  ass_id?: number | null | undefined;
371
367
  assembly_kit_id?: number | null | undefined;
372
368
  stock_order_id?: number | null | undefined;
@@ -375,7 +371,8 @@ export declare const UserSchema: z.ZodObject<{
375
371
  mark_id?: number | null | undefined;
376
372
  role_id?: number | null | undefined;
377
373
  parent_action_idL?: number | null | undefined;
378
- revision_id?: number | null | undefined;
374
+ production_task_id?: number | null | undefined;
375
+ createdAt?: string | Date | undefined;
379
376
  }>, "many">;
380
377
  responsibleForProduct: z.ZodArray<z.ZodObject<{
381
378
  id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -410,56 +407,56 @@ export declare const UserSchema: z.ZodObject<{
410
407
  designation: string | null;
411
408
  description: string | null;
412
409
  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
410
  calculate_needs_time: Date | null;
411
+ min_remaining: number;
412
+ quantity: number;
420
413
  deficit: number;
421
- shipments_deficit: number;
414
+ shipments_kolvo: number;
422
415
  production_ordered: number;
416
+ shipments_deficit: number;
423
417
  ava_path: string | null;
424
418
  parametrs: import("../../cbed").CbedVariableField[];
425
419
  characteristic: import("../../cbed").CbedVariableField[];
426
- in_kit: number;
420
+ materialList: import("../..").EntityCommonSpecificationArray;
427
421
  listPokDet: import("../..").EntityCommonSpecificationArray;
428
422
  listCbed: import("../..").EntityCommonSpecificationArray;
429
423
  listDetal: import("../..").EntityCommonSpecificationArray;
424
+ attention: boolean;
425
+ in_kit: number;
426
+ responsibleId: number | null;
430
427
  articl: string | null;
431
428
  is_custom: boolean;
432
429
  id?: number | null | undefined;
433
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
434
430
  discontinued?: boolean | undefined;
435
431
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
432
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
436
433
  }, {
437
434
  designation: string | null;
438
435
  description: string | null;
439
436
  name: string;
440
- materialList: import("../..").EntityCommonSpecificationArray;
441
- responsibleId: number | null;
442
437
  ava_path: string | null;
438
+ materialList: import("../..").EntityCommonSpecificationArray;
443
439
  listPokDet: import("../..").EntityCommonSpecificationArray;
444
440
  listCbed: import("../..").EntityCommonSpecificationArray;
445
441
  listDetal: import("../..").EntityCommonSpecificationArray;
442
+ responsibleId: number | null;
446
443
  articl: string | null;
447
444
  ban?: boolean | undefined;
448
445
  id?: number | null | undefined;
449
- attention?: boolean | undefined;
450
- quantity?: number | undefined;
451
- shipments_kolvo?: number | undefined;
452
- min_remaining?: number | undefined;
453
446
  calculate_needs_time?: Date | null | undefined;
447
+ min_remaining?: number | undefined;
448
+ quantity?: number | undefined;
454
449
  deficit?: number | undefined;
455
- shipments_deficit?: number | undefined;
450
+ shipments_kolvo?: number | undefined;
456
451
  production_ordered?: number | undefined;
457
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
452
+ shipments_deficit?: number | undefined;
458
453
  parametrs?: import("../../cbed").CbedVariableField[] | undefined;
459
454
  characteristic?: import("../../cbed").CbedVariableField[] | undefined;
455
+ attention?: boolean | undefined;
460
456
  in_kit?: number | undefined;
461
457
  discontinued?: boolean | undefined;
462
458
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
459
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
463
460
  is_custom?: boolean | undefined;
464
461
  }>, "many">;
465
462
  responsibleForDocuments: z.ZodArray<z.ZodObject<{
@@ -490,10 +487,10 @@ export declare const UserSchema: z.ZodObject<{
490
487
  type?: string | undefined;
491
488
  description?: string | undefined;
492
489
  id?: number | null | undefined;
493
- width?: number | null | undefined;
494
- height?: number | null | undefined;
495
490
  external_id?: number | null | undefined;
496
491
  original_name?: string | undefined;
492
+ width?: number | null | undefined;
493
+ height?: number | null | undefined;
497
494
  size?: number | null | undefined;
498
495
  hash?: string | undefined;
499
496
  }, {
@@ -504,10 +501,10 @@ export declare const UserSchema: z.ZodObject<{
504
501
  ban?: boolean | undefined;
505
502
  description?: string | undefined;
506
503
  id?: number | null | undefined;
507
- width?: number | null | undefined;
508
- height?: number | null | undefined;
509
504
  external_id?: number | null | undefined;
510
505
  original_name?: string | undefined;
506
+ width?: number | null | undefined;
507
+ height?: number | null | undefined;
511
508
  size?: number | null | undefined;
512
509
  version?: number | undefined;
513
510
  ava?: boolean | undefined;
@@ -523,6 +520,7 @@ export declare const UserSchema: z.ZodObject<{
523
520
  cpu: z.ZodDefault<z.ZodBoolean>;
524
521
  square: z.ZodDefault<z.ZodBoolean>;
525
522
  list: z.ZodDefault<z.ZodBoolean>;
523
+ workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../../operations").WorkStartCalcType>>;
526
524
  countWorking: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
527
525
  }, "strip", z.ZodTypeAny, {
528
526
  name: string;
@@ -532,6 +530,7 @@ export declare const UserSchema: z.ZodObject<{
532
530
  cpu: boolean;
533
531
  square: boolean;
534
532
  list: boolean;
533
+ workStartCalcType: import("../../operations").WorkStartCalcType;
535
534
  id?: number | undefined;
536
535
  countWorking?: number | undefined;
537
536
  }, {
@@ -543,6 +542,7 @@ export declare const UserSchema: z.ZodObject<{
543
542
  cpu?: boolean | undefined;
544
543
  square?: boolean | undefined;
545
544
  list?: boolean | undefined;
545
+ workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
546
546
  countWorking?: number | undefined;
547
547
  }>, "many">;
548
548
  subdivision: z.ZodOptional<z.ZodNativeEnum<typeof import("../enums").EnumSubdivision>>;
@@ -561,52 +561,19 @@ export declare const UserSchema: z.ZodObject<{
561
561
  type?: string | undefined;
562
562
  description?: string | undefined;
563
563
  id?: number | null | undefined;
564
- width?: number | null | undefined;
565
- height?: number | null | undefined;
566
564
  external_id?: number | null | undefined;
567
565
  original_name?: string | undefined;
566
+ width?: number | null | undefined;
567
+ height?: number | null | undefined;
568
568
  size?: number | null | undefined;
569
569
  hash?: string | undefined;
570
570
  }[];
571
571
  login: string | null;
572
572
  initial: string;
573
- actions: {
574
- ban: boolean;
575
- action: import("../..").IActionText[];
576
- type_object: string;
577
- id?: number | null | undefined;
578
- user_id?: number | null | undefined;
579
- metaloworking_id?: number | null | undefined;
580
- production_task_id?: number | null | undefined;
581
- cbed_id?: number | null | undefined;
582
- buyer_id?: number | null | undefined;
583
- provider_id?: number | null | undefined;
584
- inventary_id?: number | null | undefined;
585
- responsible_id?: number | null | undefined;
586
- tech_process_id?: number | null | undefined;
587
- createdAt?: string | Date | undefined;
588
- equipment_id?: number | null | undefined;
589
- movement_object_id?: number | null | undefined;
590
- deliveries_id?: number | null | undefined;
591
- shcomplit_id?: number | null | undefined;
592
- waybill_id?: number | null | undefined;
593
- document_id?: number | null | undefined;
594
- material_id?: number | null | undefined;
595
- instrument_id?: number | null | undefined;
596
- detal_id?: number | null | undefined;
597
- rack_id?: number | null | undefined;
598
- product_id?: number | null | undefined;
599
- shipment_id?: number | null | undefined;
600
- ass_id?: number | null | undefined;
601
- assembly_kit_id?: number | null | undefined;
602
- stock_order_id?: number | null | undefined;
603
- stock_order_item_id?: number | null | undefined;
604
- operation_id?: number | null | undefined;
605
- mark_id?: number | null | undefined;
606
- role_id?: number | null | undefined;
607
- parent_action_idL?: number | null | undefined;
608
- revision_id?: number | null | undefined;
609
- }[];
573
+ remote_work: boolean;
574
+ tabel: string;
575
+ dateWork: string | null;
576
+ dateUnWork: string | null;
610
577
  requisites: {
611
578
  value: string;
612
579
  title: {
@@ -614,39 +581,6 @@ export declare const UserSchema: z.ZodObject<{
614
581
  value?: string | undefined;
615
582
  };
616
583
  }[];
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
584
  birthday: string | null;
651
585
  haracteristic: string | null;
652
586
  primetch: string | null;
@@ -661,60 +595,125 @@ export declare const UserSchema: z.ZodObject<{
661
595
  description: string | null;
662
596
  id: number;
663
597
  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
598
  calculate_needs_time: Date | null;
599
+ min_remaining: number;
672
600
  remainder_after_coming: number;
601
+ quantity: number;
673
602
  deficit: number;
674
- shipments_deficit: number;
603
+ shipments_kolvo: number;
675
604
  production_ordered: number;
676
605
  deficit_by_sclad: number;
606
+ shipments_deficit: number;
677
607
  ava_path: string | null;
678
608
  parametrs: import("../../cbed").CbedParametrsField | null;
679
609
  characteristic: import("../../cbed").CbedCharacteristicField | null;
680
- in_kit: number;
610
+ materialList: import("../..").EntityCommonSpecificationArray | null;
681
611
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
682
612
  listCbed: import("../..").EntityCommonSpecificationArray | null;
683
613
  listDetal: import("../..").EntityCommonSpecificationArray | null;
684
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
685
- task_relative_id?: number | null | undefined;
686
- task_relative_type?: import("../..").IzdType | null | undefined;
614
+ attention: boolean;
615
+ in_kit: number;
616
+ responsibleId: number | null;
617
+ assemble_id: number | null;
618
+ task_relative_id?: number | null | undefined;
619
+ task_relative_type?: import("../..").IzdType | null | undefined;
687
620
  discontinued?: boolean | undefined;
688
621
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
622
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
689
623
  }[];
690
- responsibleForProduct: {
624
+ products: {
691
625
  ban: boolean;
692
626
  designation: string | null;
693
627
  description: string | null;
694
628
  name: string;
695
- attention: boolean;
696
- materialList: import("../..").EntityCommonSpecificationArray;
629
+ calculate_needs_time: Date | null;
630
+ min_remaining: number;
697
631
  quantity: number;
632
+ deficit: number;
698
633
  shipments_kolvo: number;
699
- min_remaining: number;
634
+ production_ordered: number;
635
+ shipments_deficit: number;
636
+ ava_path: string | null;
637
+ parametrs: import("../../cbed").CbedVariableField[];
638
+ characteristic: import("../../cbed").CbedVariableField[];
639
+ materialList: import("../..").EntityCommonSpecificationArray;
640
+ listPokDet: import("../..").EntityCommonSpecificationArray;
641
+ listCbed: import("../..").EntityCommonSpecificationArray;
642
+ listDetal: import("../..").EntityCommonSpecificationArray;
643
+ attention: boolean;
644
+ in_kit: number;
700
645
  responsibleId: number | null;
646
+ articl: string | null;
647
+ is_custom: boolean;
648
+ id?: number | null | undefined;
649
+ discontinued?: boolean | undefined;
650
+ production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
651
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
652
+ }[];
653
+ actions: {
654
+ ban: boolean;
655
+ action: import("../..").IActionText[];
656
+ type_object: string;
657
+ id?: number | null | undefined;
658
+ responsible_id?: number | null | undefined;
659
+ equipment_id?: number | null | undefined;
660
+ user_id?: number | null | undefined;
661
+ movement_object_id?: number | null | undefined;
662
+ deliveries_id?: number | null | undefined;
663
+ provider_id?: number | null | undefined;
664
+ shcomplit_id?: number | null | undefined;
665
+ waybill_id?: number | null | undefined;
666
+ document_id?: number | null | undefined;
667
+ material_id?: number | null | undefined;
668
+ instrument_id?: number | null | undefined;
669
+ detal_id?: number | null | undefined;
670
+ cbed_id?: number | null | undefined;
671
+ rack_id?: number | null | undefined;
672
+ product_id?: number | null | undefined;
673
+ tech_process_id?: number | null | undefined;
674
+ buyer_id?: number | null | undefined;
675
+ inventary_id?: number | null | undefined;
676
+ shipment_id?: number | null | undefined;
677
+ metaloworking_id?: number | null | undefined;
678
+ ass_id?: number | null | undefined;
679
+ assembly_kit_id?: number | null | undefined;
680
+ stock_order_id?: number | null | undefined;
681
+ stock_order_item_id?: number | null | undefined;
682
+ operation_id?: number | null | undefined;
683
+ mark_id?: number | null | undefined;
684
+ role_id?: number | null | undefined;
685
+ parent_action_idL?: number | null | undefined;
686
+ production_task_id?: number | null | undefined;
687
+ createdAt?: string | Date | undefined;
688
+ }[];
689
+ responsibleForProduct: {
690
+ ban: boolean;
691
+ designation: string | null;
692
+ description: string | null;
693
+ name: string;
701
694
  calculate_needs_time: Date | null;
695
+ min_remaining: number;
696
+ quantity: number;
702
697
  deficit: number;
703
- shipments_deficit: number;
698
+ shipments_kolvo: number;
704
699
  production_ordered: number;
700
+ shipments_deficit: number;
705
701
  ava_path: string | null;
706
702
  parametrs: import("../../cbed").CbedVariableField[];
707
703
  characteristic: import("../../cbed").CbedVariableField[];
708
- in_kit: number;
704
+ materialList: import("../..").EntityCommonSpecificationArray;
709
705
  listPokDet: import("../..").EntityCommonSpecificationArray;
710
706
  listCbed: import("../..").EntityCommonSpecificationArray;
711
707
  listDetal: import("../..").EntityCommonSpecificationArray;
708
+ attention: boolean;
709
+ in_kit: number;
710
+ responsibleId: number | null;
712
711
  articl: string | null;
713
712
  is_custom: boolean;
714
713
  id?: number | null | undefined;
715
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
716
714
  discontinued?: boolean | undefined;
717
715
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
716
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
718
717
  }[];
719
718
  responsibleForDocuments: {
720
719
  path: string;
@@ -727,10 +726,10 @@ export declare const UserSchema: z.ZodObject<{
727
726
  type?: string | undefined;
728
727
  description?: string | undefined;
729
728
  id?: number | null | undefined;
730
- width?: number | null | undefined;
731
- height?: number | null | undefined;
732
729
  external_id?: number | null | undefined;
733
730
  original_name?: string | undefined;
731
+ width?: number | null | undefined;
732
+ height?: number | null | undefined;
734
733
  size?: number | null | undefined;
735
734
  hash?: string | undefined;
736
735
  }[];
@@ -742,6 +741,7 @@ export declare const UserSchema: z.ZodObject<{
742
741
  cpu: boolean;
743
742
  square: boolean;
744
743
  list: boolean;
744
+ workStartCalcType: import("../../operations").WorkStartCalcType;
745
745
  id?: number | undefined;
746
746
  countWorking?: number | undefined;
747
747
  }[];
@@ -759,10 +759,10 @@ export declare const UserSchema: z.ZodObject<{
759
759
  ban?: boolean | undefined;
760
760
  description?: string | undefined;
761
761
  id?: number | null | undefined;
762
- width?: number | null | undefined;
763
- height?: number | null | undefined;
764
762
  external_id?: number | null | undefined;
765
763
  original_name?: string | undefined;
764
+ width?: number | null | undefined;
765
+ height?: number | null | undefined;
766
766
  size?: number | null | undefined;
767
767
  version?: number | undefined;
768
768
  ava?: boolean | undefined;
@@ -771,72 +771,6 @@ export declare const UserSchema: z.ZodObject<{
771
771
  }[];
772
772
  login: string | null;
773
773
  initial: string;
774
- actions: {
775
- action: import("../..").IActionText[];
776
- type_object: string;
777
- ban?: boolean | undefined;
778
- id?: number | null | undefined;
779
- user_id?: number | null | undefined;
780
- metaloworking_id?: number | null | undefined;
781
- production_task_id?: number | null | undefined;
782
- cbed_id?: number | null | undefined;
783
- buyer_id?: number | null | undefined;
784
- provider_id?: number | null | undefined;
785
- inventary_id?: number | null | undefined;
786
- responsible_id?: number | null | undefined;
787
- tech_process_id?: number | null | undefined;
788
- createdAt?: string | Date | undefined;
789
- equipment_id?: number | null | undefined;
790
- movement_object_id?: number | null | undefined;
791
- deliveries_id?: number | null | undefined;
792
- shcomplit_id?: number | null | undefined;
793
- waybill_id?: number | null | undefined;
794
- document_id?: number | null | undefined;
795
- material_id?: number | null | undefined;
796
- instrument_id?: number | null | undefined;
797
- detal_id?: number | null | undefined;
798
- rack_id?: number | null | undefined;
799
- product_id?: number | null | undefined;
800
- shipment_id?: number | null | undefined;
801
- ass_id?: number | null | undefined;
802
- assembly_kit_id?: number | null | undefined;
803
- stock_order_id?: number | null | undefined;
804
- stock_order_item_id?: number | null | undefined;
805
- operation_id?: number | null | undefined;
806
- mark_id?: number | null | undefined;
807
- role_id?: number | null | undefined;
808
- parent_action_idL?: number | null | undefined;
809
- revision_id?: number | null | undefined;
810
- }[];
811
- products: {
812
- designation: string | null;
813
- description: string | null;
814
- name: string;
815
- materialList: import("../..").EntityCommonSpecificationArray;
816
- responsibleId: number | null;
817
- ava_path: string | null;
818
- listPokDet: import("../..").EntityCommonSpecificationArray;
819
- listCbed: import("../..").EntityCommonSpecificationArray;
820
- listDetal: import("../..").EntityCommonSpecificationArray;
821
- articl: string | null;
822
- ban?: boolean | undefined;
823
- id?: number | null | undefined;
824
- attention?: boolean | undefined;
825
- quantity?: number | undefined;
826
- shipments_kolvo?: number | undefined;
827
- min_remaining?: number | undefined;
828
- calculate_needs_time?: Date | null | undefined;
829
- deficit?: number | undefined;
830
- shipments_deficit?: number | undefined;
831
- production_ordered?: number | undefined;
832
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
833
- parametrs?: import("../../cbed").CbedVariableField[] | undefined;
834
- characteristic?: import("../../cbed").CbedVariableField[] | undefined;
835
- in_kit?: number | undefined;
836
- discontinued?: boolean | undefined;
837
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
838
- is_custom?: boolean | undefined;
839
- }[];
840
774
  tabel: string;
841
775
  dateWork: string | null;
842
776
  dateUnWork: string | null;
@@ -852,61 +786,126 @@ export declare const UserSchema: z.ZodObject<{
852
786
  description: string | null;
853
787
  id: number;
854
788
  name: string;
855
- assemble_id: number | null;
856
- materialList: import("../..").EntityCommonSpecificationArray | null;
857
- responsibleId: number | null;
858
789
  ava_path: string | null;
859
790
  parametrs: import("../../cbed").CbedParametrsField | null;
860
791
  characteristic: import("../../cbed").CbedCharacteristicField | null;
792
+ materialList: import("../..").EntityCommonSpecificationArray | null;
861
793
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
862
794
  listCbed: import("../..").EntityCommonSpecificationArray | null;
863
795
  listDetal: import("../..").EntityCommonSpecificationArray | null;
796
+ responsibleId: number | null;
797
+ assemble_id: number | null;
864
798
  ban?: boolean | undefined;
865
799
  cbed?: import("../../cbed").CbedRelativeType[] | undefined;
866
- attention?: boolean | undefined;
867
- quantity?: number | undefined;
868
- shipments_kolvo?: number | undefined;
869
- min_remaining?: number | undefined;
870
800
  calculate_needs_time?: Date | null | undefined;
801
+ min_remaining?: number | undefined;
871
802
  remainder_after_coming?: number | undefined;
803
+ task_relative_id?: number | null | undefined;
804
+ task_relative_type?: import("../..").IzdType | null | undefined;
805
+ quantity?: number | undefined;
872
806
  deficit?: number | undefined;
873
- shipments_deficit?: number | undefined;
807
+ shipments_kolvo?: number | undefined;
874
808
  production_ordered?: number | undefined;
875
809
  deficit_by_sclad?: number | undefined;
876
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
810
+ shipments_deficit?: number | undefined;
811
+ attention?: boolean | undefined;
877
812
  in_kit?: number | undefined;
878
- task_relative_id?: number | null | undefined;
879
- task_relative_type?: import("../..").IzdType | null | undefined;
880
813
  discontinued?: boolean | undefined;
881
814
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
815
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
882
816
  }[];
883
- responsibleForProduct: {
817
+ products: {
884
818
  designation: string | null;
885
819
  description: string | null;
886
820
  name: string;
887
- materialList: import("../..").EntityCommonSpecificationArray;
888
- responsibleId: number | null;
889
821
  ava_path: string | null;
822
+ materialList: import("../..").EntityCommonSpecificationArray;
890
823
  listPokDet: import("../..").EntityCommonSpecificationArray;
891
824
  listCbed: import("../..").EntityCommonSpecificationArray;
892
825
  listDetal: import("../..").EntityCommonSpecificationArray;
826
+ responsibleId: number | null;
893
827
  articl: string | null;
894
828
  ban?: boolean | undefined;
895
829
  id?: number | null | undefined;
896
- attention?: boolean | undefined;
830
+ calculate_needs_time?: Date | null | undefined;
831
+ min_remaining?: number | undefined;
897
832
  quantity?: number | undefined;
833
+ deficit?: number | undefined;
898
834
  shipments_kolvo?: number | undefined;
899
- min_remaining?: number | undefined;
835
+ production_ordered?: number | undefined;
836
+ shipments_deficit?: number | undefined;
837
+ parametrs?: import("../../cbed").CbedVariableField[] | undefined;
838
+ characteristic?: import("../../cbed").CbedVariableField[] | undefined;
839
+ attention?: boolean | undefined;
840
+ in_kit?: number | undefined;
841
+ discontinued?: boolean | undefined;
842
+ production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
843
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
844
+ is_custom?: boolean | undefined;
845
+ }[];
846
+ actions: {
847
+ action: import("../..").IActionText[];
848
+ type_object: string;
849
+ ban?: boolean | undefined;
850
+ id?: number | null | undefined;
851
+ responsible_id?: number | null | undefined;
852
+ equipment_id?: number | null | undefined;
853
+ user_id?: number | null | undefined;
854
+ movement_object_id?: number | null | undefined;
855
+ deliveries_id?: number | null | undefined;
856
+ provider_id?: number | null | undefined;
857
+ shcomplit_id?: number | null | undefined;
858
+ waybill_id?: number | null | undefined;
859
+ document_id?: number | null | undefined;
860
+ material_id?: number | null | undefined;
861
+ instrument_id?: number | null | undefined;
862
+ detal_id?: number | null | undefined;
863
+ cbed_id?: number | null | undefined;
864
+ rack_id?: number | null | undefined;
865
+ product_id?: number | null | undefined;
866
+ tech_process_id?: number | null | undefined;
867
+ buyer_id?: number | null | undefined;
868
+ inventary_id?: number | null | undefined;
869
+ shipment_id?: number | null | undefined;
870
+ metaloworking_id?: number | null | undefined;
871
+ ass_id?: number | null | undefined;
872
+ assembly_kit_id?: number | null | undefined;
873
+ stock_order_id?: number | null | undefined;
874
+ stock_order_item_id?: number | null | undefined;
875
+ operation_id?: number | null | undefined;
876
+ mark_id?: number | null | undefined;
877
+ role_id?: number | null | undefined;
878
+ parent_action_idL?: number | null | undefined;
879
+ production_task_id?: number | null | undefined;
880
+ createdAt?: string | Date | undefined;
881
+ }[];
882
+ responsibleForProduct: {
883
+ designation: string | null;
884
+ description: string | null;
885
+ name: string;
886
+ ava_path: string | null;
887
+ materialList: import("../..").EntityCommonSpecificationArray;
888
+ listPokDet: import("../..").EntityCommonSpecificationArray;
889
+ listCbed: import("../..").EntityCommonSpecificationArray;
890
+ listDetal: import("../..").EntityCommonSpecificationArray;
891
+ responsibleId: number | null;
892
+ articl: string | null;
893
+ ban?: boolean | undefined;
894
+ id?: number | null | undefined;
900
895
  calculate_needs_time?: Date | null | undefined;
896
+ min_remaining?: number | undefined;
897
+ quantity?: number | undefined;
901
898
  deficit?: number | undefined;
902
- shipments_deficit?: number | undefined;
899
+ shipments_kolvo?: number | undefined;
903
900
  production_ordered?: number | undefined;
904
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
901
+ shipments_deficit?: number | undefined;
905
902
  parametrs?: import("../../cbed").CbedVariableField[] | undefined;
906
903
  characteristic?: import("../../cbed").CbedVariableField[] | undefined;
904
+ attention?: boolean | undefined;
907
905
  in_kit?: number | undefined;
908
906
  discontinued?: boolean | undefined;
909
907
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
908
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
910
909
  is_custom?: boolean | undefined;
911
910
  }[];
912
911
  responsibleForDocuments: {
@@ -917,10 +916,10 @@ export declare const UserSchema: z.ZodObject<{
917
916
  ban?: boolean | undefined;
918
917
  description?: string | undefined;
919
918
  id?: number | null | undefined;
920
- width?: number | null | undefined;
921
- height?: number | null | undefined;
922
919
  external_id?: number | null | undefined;
923
920
  original_name?: string | undefined;
921
+ width?: number | null | undefined;
922
+ height?: number | null | undefined;
924
923
  size?: number | null | undefined;
925
924
  version?: number | undefined;
926
925
  ava?: boolean | undefined;
@@ -936,10 +935,12 @@ export declare const UserSchema: z.ZodObject<{
936
935
  cpu?: boolean | undefined;
937
936
  square?: boolean | undefined;
938
937
  list?: boolean | undefined;
938
+ workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
939
939
  countWorking?: number | undefined;
940
940
  }[];
941
941
  ban?: boolean | undefined;
942
942
  role?: any;
943
+ remote_work?: boolean | undefined;
943
944
  requisites?: {
944
945
  value: string;
945
946
  title: {
@@ -947,7 +948,6 @@ export declare const UserSchema: z.ZodObject<{
947
948
  value?: string | undefined;
948
949
  };
949
950
  }[] | undefined;
950
- remote_work?: boolean | undefined;
951
951
  image?: string | null | undefined;
952
952
  subdivision?: import("../enums").EnumSubdivision | undefined;
953
953
  }>;