@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
@@ -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<{
@@ -308,28 +308,26 @@ export declare const UserSchema: z.ZodObject<{
308
308
  action: import("../..").IActionText[];
309
309
  type_object: string;
310
310
  id?: number | null | undefined;
311
- user_id?: number | null | undefined;
312
- metaloworking_id?: number | null | undefined;
313
- production_task_id?: number | null | undefined;
314
- cbed_id?: number | null | undefined;
315
- buyer_id?: number | null | undefined;
316
- provider_id?: number | null | undefined;
317
- inventary_id?: number | null | undefined;
318
311
  responsible_id?: number | null | undefined;
319
- tech_process_id?: number | null | undefined;
320
- createdAt?: string | Date | undefined;
321
312
  equipment_id?: number | null | undefined;
313
+ user_id?: number | null | undefined;
322
314
  movement_object_id?: number | null | undefined;
323
315
  deliveries_id?: number | null | undefined;
316
+ provider_id?: number | null | undefined;
324
317
  shcomplit_id?: number | null | undefined;
325
318
  waybill_id?: number | null | undefined;
326
319
  document_id?: number | null | undefined;
327
320
  material_id?: number | null | undefined;
328
321
  instrument_id?: number | null | undefined;
329
322
  detal_id?: number | null | undefined;
323
+ cbed_id?: number | null | undefined;
330
324
  rack_id?: number | null | undefined;
331
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;
332
329
  shipment_id?: number | null | undefined;
330
+ metaloworking_id?: number | null | undefined;
333
331
  ass_id?: number | null | undefined;
334
332
  assembly_kit_id?: number | null | undefined;
335
333
  stock_order_id?: number | null | undefined;
@@ -338,33 +336,33 @@ export declare const UserSchema: z.ZodObject<{
338
336
  mark_id?: number | null | undefined;
339
337
  role_id?: number | null | undefined;
340
338
  parent_action_idL?: number | null | undefined;
339
+ production_task_id?: number | null | undefined;
340
+ createdAt?: string | Date | undefined;
341
341
  }, {
342
342
  action: import("../..").IActionText[];
343
343
  type_object: string;
344
344
  ban?: boolean | undefined;
345
345
  id?: number | null | undefined;
346
- user_id?: number | null | undefined;
347
- metaloworking_id?: number | null | undefined;
348
- production_task_id?: number | null | undefined;
349
- cbed_id?: number | null | undefined;
350
- buyer_id?: number | null | undefined;
351
- provider_id?: number | null | undefined;
352
- inventary_id?: number | null | undefined;
353
346
  responsible_id?: number | null | undefined;
354
- tech_process_id?: number | null | undefined;
355
- createdAt?: string | Date | undefined;
356
347
  equipment_id?: number | null | undefined;
348
+ user_id?: number | null | undefined;
357
349
  movement_object_id?: number | null | undefined;
358
350
  deliveries_id?: number | null | undefined;
351
+ provider_id?: number | null | undefined;
359
352
  shcomplit_id?: number | null | undefined;
360
353
  waybill_id?: number | null | undefined;
361
354
  document_id?: number | null | undefined;
362
355
  material_id?: number | null | undefined;
363
356
  instrument_id?: number | null | undefined;
364
357
  detal_id?: number | null | undefined;
358
+ cbed_id?: number | null | undefined;
365
359
  rack_id?: number | null | undefined;
366
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;
367
364
  shipment_id?: number | null | undefined;
365
+ metaloworking_id?: number | null | undefined;
368
366
  ass_id?: number | null | undefined;
369
367
  assembly_kit_id?: number | null | undefined;
370
368
  stock_order_id?: number | null | undefined;
@@ -373,6 +371,8 @@ export declare const UserSchema: z.ZodObject<{
373
371
  mark_id?: number | null | undefined;
374
372
  role_id?: number | null | undefined;
375
373
  parent_action_idL?: number | null | undefined;
374
+ production_task_id?: number | null | undefined;
375
+ createdAt?: string | Date | undefined;
376
376
  }>, "many">;
377
377
  responsibleForProduct: z.ZodArray<z.ZodObject<{
378
378
  id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -407,56 +407,56 @@ export declare const UserSchema: z.ZodObject<{
407
407
  designation: string | null;
408
408
  description: string | null;
409
409
  name: string;
410
- attention: boolean;
411
- materialList: import("../..").EntityCommonSpecificationArray;
412
- quantity: number;
413
- shipments_kolvo: number;
414
- min_remaining: number;
415
- responsibleId: number | null;
416
410
  calculate_needs_time: Date | null;
411
+ min_remaining: number;
412
+ quantity: number;
417
413
  deficit: number;
418
- shipments_deficit: number;
414
+ shipments_kolvo: number;
419
415
  production_ordered: number;
416
+ shipments_deficit: number;
420
417
  ava_path: string | null;
421
418
  parametrs: import("../../cbed").CbedVariableField[];
422
419
  characteristic: import("../../cbed").CbedVariableField[];
423
- in_kit: number;
420
+ materialList: import("../..").EntityCommonSpecificationArray;
424
421
  listPokDet: import("../..").EntityCommonSpecificationArray;
425
422
  listCbed: import("../..").EntityCommonSpecificationArray;
426
423
  listDetal: import("../..").EntityCommonSpecificationArray;
424
+ attention: boolean;
425
+ in_kit: number;
426
+ responsibleId: number | null;
427
427
  articl: string | null;
428
428
  is_custom: boolean;
429
429
  id?: number | null | undefined;
430
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
431
430
  discontinued?: boolean | undefined;
432
431
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
432
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
433
433
  }, {
434
434
  designation: string | null;
435
435
  description: string | null;
436
436
  name: string;
437
- materialList: import("../..").EntityCommonSpecificationArray;
438
- responsibleId: number | null;
439
437
  ava_path: string | null;
438
+ materialList: import("../..").EntityCommonSpecificationArray;
440
439
  listPokDet: import("../..").EntityCommonSpecificationArray;
441
440
  listCbed: import("../..").EntityCommonSpecificationArray;
442
441
  listDetal: import("../..").EntityCommonSpecificationArray;
442
+ responsibleId: number | null;
443
443
  articl: string | null;
444
444
  ban?: boolean | undefined;
445
445
  id?: number | null | undefined;
446
- attention?: boolean | undefined;
447
- quantity?: number | undefined;
448
- shipments_kolvo?: number | undefined;
449
- min_remaining?: number | undefined;
450
446
  calculate_needs_time?: Date | null | undefined;
447
+ min_remaining?: number | undefined;
448
+ quantity?: number | undefined;
451
449
  deficit?: number | undefined;
452
- shipments_deficit?: number | undefined;
450
+ shipments_kolvo?: number | undefined;
453
451
  production_ordered?: number | undefined;
454
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
452
+ shipments_deficit?: number | undefined;
455
453
  parametrs?: import("../../cbed").CbedVariableField[] | undefined;
456
454
  characteristic?: import("../../cbed").CbedVariableField[] | undefined;
455
+ attention?: boolean | undefined;
457
456
  in_kit?: number | undefined;
458
457
  discontinued?: boolean | undefined;
459
458
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
459
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
460
460
  is_custom?: boolean | undefined;
461
461
  }>, "many">;
462
462
  responsibleForDocuments: z.ZodArray<z.ZodObject<{
@@ -487,10 +487,10 @@ export declare const UserSchema: z.ZodObject<{
487
487
  type?: string | undefined;
488
488
  description?: string | undefined;
489
489
  id?: number | null | undefined;
490
- width?: number | null | undefined;
491
- height?: number | null | undefined;
492
490
  external_id?: number | null | undefined;
493
491
  original_name?: string | undefined;
492
+ width?: number | null | undefined;
493
+ height?: number | null | undefined;
494
494
  size?: number | null | undefined;
495
495
  hash?: string | undefined;
496
496
  }, {
@@ -501,10 +501,10 @@ export declare const UserSchema: z.ZodObject<{
501
501
  ban?: boolean | undefined;
502
502
  description?: string | undefined;
503
503
  id?: number | null | undefined;
504
- width?: number | null | undefined;
505
- height?: number | null | undefined;
506
504
  external_id?: number | null | undefined;
507
505
  original_name?: string | undefined;
506
+ width?: number | null | undefined;
507
+ height?: number | null | undefined;
508
508
  size?: number | null | undefined;
509
509
  version?: number | undefined;
510
510
  ava?: boolean | undefined;
@@ -520,6 +520,7 @@ export declare const UserSchema: z.ZodObject<{
520
520
  cpu: z.ZodDefault<z.ZodBoolean>;
521
521
  square: z.ZodDefault<z.ZodBoolean>;
522
522
  list: z.ZodDefault<z.ZodBoolean>;
523
+ workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../../operations").WorkStartCalcType>>;
523
524
  countWorking: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
524
525
  }, "strip", z.ZodTypeAny, {
525
526
  name: string;
@@ -529,6 +530,7 @@ export declare const UserSchema: z.ZodObject<{
529
530
  cpu: boolean;
530
531
  square: boolean;
531
532
  list: boolean;
533
+ workStartCalcType: import("../../operations").WorkStartCalcType;
532
534
  id?: number | undefined;
533
535
  countWorking?: number | undefined;
534
536
  }, {
@@ -540,6 +542,7 @@ export declare const UserSchema: z.ZodObject<{
540
542
  cpu?: boolean | undefined;
541
543
  square?: boolean | undefined;
542
544
  list?: boolean | undefined;
545
+ workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
543
546
  countWorking?: number | undefined;
544
547
  }>, "many">;
545
548
  subdivision: z.ZodOptional<z.ZodNativeEnum<typeof import("../enums").EnumSubdivision>>;
@@ -558,51 +561,19 @@ export declare const UserSchema: z.ZodObject<{
558
561
  type?: string | undefined;
559
562
  description?: string | undefined;
560
563
  id?: number | null | undefined;
561
- width?: number | null | undefined;
562
- height?: number | null | undefined;
563
564
  external_id?: number | null | undefined;
564
565
  original_name?: string | undefined;
566
+ width?: number | null | undefined;
567
+ height?: number | null | undefined;
565
568
  size?: number | null | undefined;
566
569
  hash?: string | undefined;
567
570
  }[];
568
571
  login: string | null;
569
572
  initial: string;
570
- actions: {
571
- ban: boolean;
572
- action: import("../..").IActionText[];
573
- type_object: string;
574
- id?: number | null | undefined;
575
- user_id?: number | null | undefined;
576
- metaloworking_id?: number | null | undefined;
577
- production_task_id?: number | null | undefined;
578
- cbed_id?: number | null | undefined;
579
- buyer_id?: number | null | undefined;
580
- provider_id?: number | null | undefined;
581
- inventary_id?: number | null | undefined;
582
- responsible_id?: number | null | undefined;
583
- tech_process_id?: number | null | undefined;
584
- createdAt?: string | Date | undefined;
585
- equipment_id?: number | null | undefined;
586
- movement_object_id?: number | null | undefined;
587
- deliveries_id?: number | null | undefined;
588
- shcomplit_id?: number | null | undefined;
589
- waybill_id?: number | null | undefined;
590
- document_id?: number | null | undefined;
591
- material_id?: number | null | undefined;
592
- instrument_id?: number | null | undefined;
593
- detal_id?: number | null | undefined;
594
- rack_id?: number | null | undefined;
595
- product_id?: number | null | undefined;
596
- shipment_id?: number | null | undefined;
597
- ass_id?: number | null | undefined;
598
- assembly_kit_id?: number | null | undefined;
599
- stock_order_id?: number | null | undefined;
600
- stock_order_item_id?: number | null | undefined;
601
- operation_id?: number | null | undefined;
602
- mark_id?: number | null | undefined;
603
- role_id?: number | null | undefined;
604
- parent_action_idL?: number | null | undefined;
605
- }[];
573
+ remote_work: boolean;
574
+ tabel: string;
575
+ dateWork: string | null;
576
+ dateUnWork: string | null;
606
577
  requisites: {
607
578
  value: string;
608
579
  title: {
@@ -610,39 +581,6 @@ export declare const UserSchema: z.ZodObject<{
610
581
  value?: string | undefined;
611
582
  };
612
583
  }[];
613
- products: {
614
- ban: boolean;
615
- designation: string | null;
616
- description: string | null;
617
- name: string;
618
- attention: boolean;
619
- materialList: import("../..").EntityCommonSpecificationArray;
620
- quantity: number;
621
- shipments_kolvo: number;
622
- min_remaining: number;
623
- responsibleId: number | null;
624
- calculate_needs_time: Date | null;
625
- deficit: number;
626
- shipments_deficit: number;
627
- production_ordered: number;
628
- ava_path: string | null;
629
- parametrs: import("../../cbed").CbedVariableField[];
630
- characteristic: import("../../cbed").CbedVariableField[];
631
- in_kit: number;
632
- listPokDet: import("../..").EntityCommonSpecificationArray;
633
- listCbed: import("../..").EntityCommonSpecificationArray;
634
- listDetal: import("../..").EntityCommonSpecificationArray;
635
- articl: string | null;
636
- is_custom: boolean;
637
- id?: number | null | undefined;
638
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
639
- discontinued?: boolean | undefined;
640
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
641
- }[];
642
- remote_work: boolean;
643
- tabel: string;
644
- dateWork: string | null;
645
- dateUnWork: string | null;
646
584
  birthday: string | null;
647
585
  haracteristic: string | null;
648
586
  primetch: string | null;
@@ -657,60 +595,125 @@ export declare const UserSchema: z.ZodObject<{
657
595
  description: string | null;
658
596
  id: number;
659
597
  name: string;
660
- assemble_id: number | null;
661
- attention: boolean;
662
- materialList: import("../..").EntityCommonSpecificationArray | null;
663
- quantity: number;
664
- shipments_kolvo: number;
665
- min_remaining: number;
666
- responsibleId: number | null;
667
598
  calculate_needs_time: Date | null;
599
+ min_remaining: number;
668
600
  remainder_after_coming: number;
601
+ quantity: number;
669
602
  deficit: number;
670
- shipments_deficit: number;
603
+ shipments_kolvo: number;
671
604
  production_ordered: number;
672
605
  deficit_by_sclad: number;
606
+ shipments_deficit: number;
673
607
  ava_path: string | null;
674
608
  parametrs: import("../../cbed").CbedParametrsField | null;
675
609
  characteristic: import("../../cbed").CbedCharacteristicField | null;
676
- in_kit: number;
610
+ materialList: import("../..").EntityCommonSpecificationArray | null;
677
611
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
678
612
  listCbed: import("../..").EntityCommonSpecificationArray | null;
679
613
  listDetal: import("../..").EntityCommonSpecificationArray | null;
680
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
681
- task_relative_id?: number | null | undefined;
682
- 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;
683
620
  discontinued?: boolean | undefined;
684
621
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
622
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
685
623
  }[];
686
- responsibleForProduct: {
624
+ products: {
687
625
  ban: boolean;
688
626
  designation: string | null;
689
627
  description: string | null;
690
628
  name: string;
691
- attention: boolean;
692
- materialList: import("../..").EntityCommonSpecificationArray;
629
+ calculate_needs_time: Date | null;
630
+ min_remaining: number;
693
631
  quantity: number;
632
+ deficit: number;
694
633
  shipments_kolvo: number;
695
- 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;
696
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;
697
694
  calculate_needs_time: Date | null;
695
+ min_remaining: number;
696
+ quantity: number;
698
697
  deficit: number;
699
- shipments_deficit: number;
698
+ shipments_kolvo: number;
700
699
  production_ordered: number;
700
+ shipments_deficit: number;
701
701
  ava_path: string | null;
702
702
  parametrs: import("../../cbed").CbedVariableField[];
703
703
  characteristic: import("../../cbed").CbedVariableField[];
704
- in_kit: number;
704
+ materialList: import("../..").EntityCommonSpecificationArray;
705
705
  listPokDet: import("../..").EntityCommonSpecificationArray;
706
706
  listCbed: import("../..").EntityCommonSpecificationArray;
707
707
  listDetal: import("../..").EntityCommonSpecificationArray;
708
+ attention: boolean;
709
+ in_kit: number;
710
+ responsibleId: number | null;
708
711
  articl: string | null;
709
712
  is_custom: boolean;
710
713
  id?: number | null | undefined;
711
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
712
714
  discontinued?: boolean | undefined;
713
715
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
716
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
714
717
  }[];
715
718
  responsibleForDocuments: {
716
719
  path: string;
@@ -723,10 +726,10 @@ export declare const UserSchema: z.ZodObject<{
723
726
  type?: string | undefined;
724
727
  description?: string | undefined;
725
728
  id?: number | null | undefined;
726
- width?: number | null | undefined;
727
- height?: number | null | undefined;
728
729
  external_id?: number | null | undefined;
729
730
  original_name?: string | undefined;
731
+ width?: number | null | undefined;
732
+ height?: number | null | undefined;
730
733
  size?: number | null | undefined;
731
734
  hash?: string | undefined;
732
735
  }[];
@@ -738,6 +741,7 @@ export declare const UserSchema: z.ZodObject<{
738
741
  cpu: boolean;
739
742
  square: boolean;
740
743
  list: boolean;
744
+ workStartCalcType: import("../../operations").WorkStartCalcType;
741
745
  id?: number | undefined;
742
746
  countWorking?: number | undefined;
743
747
  }[];
@@ -755,10 +759,10 @@ export declare const UserSchema: z.ZodObject<{
755
759
  ban?: boolean | undefined;
756
760
  description?: string | undefined;
757
761
  id?: number | null | undefined;
758
- width?: number | null | undefined;
759
- height?: number | null | undefined;
760
762
  external_id?: number | null | undefined;
761
763
  original_name?: string | undefined;
764
+ width?: number | null | undefined;
765
+ height?: number | null | undefined;
762
766
  size?: number | null | undefined;
763
767
  version?: number | undefined;
764
768
  ava?: boolean | undefined;
@@ -767,71 +771,6 @@ export declare const UserSchema: z.ZodObject<{
767
771
  }[];
768
772
  login: string | null;
769
773
  initial: string;
770
- actions: {
771
- action: import("../..").IActionText[];
772
- type_object: string;
773
- ban?: boolean | undefined;
774
- id?: number | null | undefined;
775
- user_id?: number | null | undefined;
776
- metaloworking_id?: number | null | undefined;
777
- production_task_id?: number | null | undefined;
778
- cbed_id?: number | null | undefined;
779
- buyer_id?: number | null | undefined;
780
- provider_id?: number | null | undefined;
781
- inventary_id?: number | null | undefined;
782
- responsible_id?: number | null | undefined;
783
- tech_process_id?: number | null | undefined;
784
- createdAt?: string | Date | undefined;
785
- equipment_id?: number | null | undefined;
786
- movement_object_id?: number | null | undefined;
787
- deliveries_id?: number | null | undefined;
788
- shcomplit_id?: number | null | undefined;
789
- waybill_id?: number | null | undefined;
790
- document_id?: number | null | undefined;
791
- material_id?: number | null | undefined;
792
- instrument_id?: number | null | undefined;
793
- detal_id?: number | null | undefined;
794
- rack_id?: number | null | undefined;
795
- product_id?: number | null | undefined;
796
- shipment_id?: number | null | undefined;
797
- ass_id?: number | null | undefined;
798
- assembly_kit_id?: number | null | undefined;
799
- stock_order_id?: number | null | undefined;
800
- stock_order_item_id?: number | null | undefined;
801
- operation_id?: number | null | undefined;
802
- mark_id?: number | null | undefined;
803
- role_id?: number | null | undefined;
804
- parent_action_idL?: number | null | undefined;
805
- }[];
806
- products: {
807
- designation: string | null;
808
- description: string | null;
809
- name: string;
810
- materialList: import("../..").EntityCommonSpecificationArray;
811
- responsibleId: number | null;
812
- ava_path: string | null;
813
- listPokDet: import("../..").EntityCommonSpecificationArray;
814
- listCbed: import("../..").EntityCommonSpecificationArray;
815
- listDetal: import("../..").EntityCommonSpecificationArray;
816
- articl: string | null;
817
- ban?: boolean | undefined;
818
- id?: number | null | undefined;
819
- attention?: boolean | undefined;
820
- quantity?: number | undefined;
821
- shipments_kolvo?: number | undefined;
822
- min_remaining?: number | undefined;
823
- calculate_needs_time?: Date | null | undefined;
824
- deficit?: number | undefined;
825
- shipments_deficit?: number | undefined;
826
- production_ordered?: number | undefined;
827
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
828
- parametrs?: import("../../cbed").CbedVariableField[] | undefined;
829
- characteristic?: import("../../cbed").CbedVariableField[] | undefined;
830
- in_kit?: number | undefined;
831
- discontinued?: boolean | undefined;
832
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
833
- is_custom?: boolean | undefined;
834
- }[];
835
774
  tabel: string;
836
775
  dateWork: string | null;
837
776
  dateUnWork: string | null;
@@ -847,61 +786,126 @@ export declare const UserSchema: z.ZodObject<{
847
786
  description: string | null;
848
787
  id: number;
849
788
  name: string;
850
- assemble_id: number | null;
851
- materialList: import("../..").EntityCommonSpecificationArray | null;
852
- responsibleId: number | null;
853
789
  ava_path: string | null;
854
790
  parametrs: import("../../cbed").CbedParametrsField | null;
855
791
  characteristic: import("../../cbed").CbedCharacteristicField | null;
792
+ materialList: import("../..").EntityCommonSpecificationArray | null;
856
793
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
857
794
  listCbed: import("../..").EntityCommonSpecificationArray | null;
858
795
  listDetal: import("../..").EntityCommonSpecificationArray | null;
796
+ responsibleId: number | null;
797
+ assemble_id: number | null;
859
798
  ban?: boolean | undefined;
860
799
  cbed?: import("../../cbed").CbedRelativeType[] | undefined;
861
- attention?: boolean | undefined;
862
- quantity?: number | undefined;
863
- shipments_kolvo?: number | undefined;
864
- min_remaining?: number | undefined;
865
800
  calculate_needs_time?: Date | null | undefined;
801
+ min_remaining?: number | undefined;
866
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;
867
806
  deficit?: number | undefined;
868
- shipments_deficit?: number | undefined;
807
+ shipments_kolvo?: number | undefined;
869
808
  production_ordered?: number | undefined;
870
809
  deficit_by_sclad?: number | undefined;
871
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
810
+ shipments_deficit?: number | undefined;
811
+ attention?: boolean | undefined;
872
812
  in_kit?: number | undefined;
873
- task_relative_id?: number | null | undefined;
874
- task_relative_type?: import("../..").IzdType | null | undefined;
875
813
  discontinued?: boolean | undefined;
876
814
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
815
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
877
816
  }[];
878
- responsibleForProduct: {
817
+ products: {
879
818
  designation: string | null;
880
819
  description: string | null;
881
820
  name: string;
882
- materialList: import("../..").EntityCommonSpecificationArray;
883
- responsibleId: number | null;
884
821
  ava_path: string | null;
822
+ materialList: import("../..").EntityCommonSpecificationArray;
885
823
  listPokDet: import("../..").EntityCommonSpecificationArray;
886
824
  listCbed: import("../..").EntityCommonSpecificationArray;
887
825
  listDetal: import("../..").EntityCommonSpecificationArray;
826
+ responsibleId: number | null;
888
827
  articl: string | null;
889
828
  ban?: boolean | undefined;
890
829
  id?: number | null | undefined;
891
- attention?: boolean | undefined;
830
+ calculate_needs_time?: Date | null | undefined;
831
+ min_remaining?: number | undefined;
892
832
  quantity?: number | undefined;
833
+ deficit?: number | undefined;
893
834
  shipments_kolvo?: number | undefined;
894
- 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;
895
895
  calculate_needs_time?: Date | null | undefined;
896
+ min_remaining?: number | undefined;
897
+ quantity?: number | undefined;
896
898
  deficit?: number | undefined;
897
- shipments_deficit?: number | undefined;
899
+ shipments_kolvo?: number | undefined;
898
900
  production_ordered?: number | undefined;
899
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
901
+ shipments_deficit?: number | undefined;
900
902
  parametrs?: import("../../cbed").CbedVariableField[] | undefined;
901
903
  characteristic?: import("../../cbed").CbedVariableField[] | undefined;
904
+ attention?: boolean | undefined;
902
905
  in_kit?: number | undefined;
903
906
  discontinued?: boolean | undefined;
904
907
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
908
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
905
909
  is_custom?: boolean | undefined;
906
910
  }[];
907
911
  responsibleForDocuments: {
@@ -912,10 +916,10 @@ export declare const UserSchema: z.ZodObject<{
912
916
  ban?: boolean | undefined;
913
917
  description?: string | undefined;
914
918
  id?: number | null | undefined;
915
- width?: number | null | undefined;
916
- height?: number | null | undefined;
917
919
  external_id?: number | null | undefined;
918
920
  original_name?: string | undefined;
921
+ width?: number | null | undefined;
922
+ height?: number | null | undefined;
919
923
  size?: number | null | undefined;
920
924
  version?: number | undefined;
921
925
  ava?: boolean | undefined;
@@ -931,10 +935,12 @@ export declare const UserSchema: z.ZodObject<{
931
935
  cpu?: boolean | undefined;
932
936
  square?: boolean | undefined;
933
937
  list?: boolean | undefined;
938
+ workStartCalcType?: import("../../operations").WorkStartCalcType | undefined;
934
939
  countWorking?: number | undefined;
935
940
  }[];
936
941
  ban?: boolean | undefined;
937
942
  role?: any;
943
+ remote_work?: boolean | undefined;
938
944
  requisites?: {
939
945
  value: string;
940
946
  title: {
@@ -942,7 +948,6 @@ export declare const UserSchema: z.ZodObject<{
942
948
  value?: string | undefined;
943
949
  };
944
950
  }[] | undefined;
945
- remote_work?: boolean | undefined;
946
951
  image?: string | null | undefined;
947
952
  subdivision?: import("../enums").EnumSubdivision | undefined;
948
953
  }>;