@pksep/zod-shared 0.0.525 → 0.0.527

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