@pksep/zod-shared 0.0.528 → 0.0.530

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) 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/companies-pagination.dto.d.ts +3 -0
  14. package/dist/company/dto/companies-pagination.dto.js +1 -0
  15. package/dist/company/dto/create-company.dto.d.ts +10 -10
  16. package/dist/company/dto/update-company.dto.d.ts +10 -10
  17. package/dist/company/schemas/companies.schema.d.ts +4 -4
  18. package/dist/contact/dto/create-contact.dto.d.ts +6 -6
  19. package/dist/contact/dto/update-contact.dto.d.ts +6 -6
  20. package/dist/contact/schemas/contact.schema.d.ts +3 -3
  21. package/dist/deliveries/dto/create-deliveries.dto.d.ts +3 -3
  22. package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +2 -2
  23. package/dist/deliveries/schemas/deliveries.schema.d.ts +4 -4
  24. package/dist/detal/dto/detal-pagination.dto.d.ts +2 -2
  25. package/dist/detal/dto/get-one-detal-dto.d.ts +1 -1
  26. package/dist/detal/dto/update-detal.dto.d.ts +9 -9
  27. package/dist/detal/schemas/detal-deficit.schema.d.ts +203 -203
  28. package/dist/detal/schemas/detal.schema.d.ts +200 -200
  29. package/dist/document/schemas/documentsSchema.d.ts +4 -4
  30. package/dist/equipment/dto/create-equipment.dto.d.ts +1 -1
  31. package/dist/equipment/dto/update-equipment.dto.d.ts +1 -1
  32. package/dist/equipment/schemas/equipment.schema.d.ts +98 -93
  33. package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +2 -2
  34. package/dist/expenditure/schema/expenditure.schema.d.ts +2 -2
  35. package/dist/instrument/dto/create-name-instrument.dto.d.ts +1 -1
  36. package/dist/instrument/dto/update-name-instrument.dto.d.ts +2 -2
  37. package/dist/inventary/dto/create-inventary.dto.d.ts +1 -1
  38. package/dist/marks/dto/change-mark-quantity.dto.d.ts +16 -16
  39. package/dist/marks/dto/create-mark.dto.d.ts +8 -8
  40. package/dist/marks/dto/update-mark.dto.d.ts +2 -2
  41. package/dist/marks/schemas/marks.schema.d.ts +8 -8
  42. package/dist/marks/type/type.d.ts +2 -2
  43. package/dist/material/dto/create-material.dto.d.ts +20 -20
  44. package/dist/material/schemas/material-characteristics.schema.d.ts +6 -6
  45. package/dist/material/schemas/material.schema.d.ts +26 -26
  46. package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +4 -4
  47. package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +2 -2
  48. package/dist/movement-error/schemas/movement-error.schema.d.ts +2 -2
  49. package/dist/moving/schemas/moving.schema.d.ts +463 -456
  50. package/dist/operations/dto/create-type-operation.dto.d.ts +4 -0
  51. package/dist/operations/dto/create-type-operation.dto.js +5 -1
  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 +7 -0
  55. package/dist/operations/enums/enums.js +21 -1
  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/get-production-task-by-equipment.dto.d.ts +4 -0
  70. package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +3 -1
  71. package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +4 -0
  72. package/dist/production-tasks/dto/get-production-task-by-user.dto.js +2 -0
  73. package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
  74. package/dist/production-tasks/interfaces/production-tasks.d.ts +2 -0
  75. package/dist/production-tasks/interfaces/workload-by-entity.d.ts +19 -0
  76. package/dist/production-tasks/schemas/operation-positions.schema.d.ts +7 -4
  77. package/dist/production-tasks/schemas/operation-positions.schema.js +1 -0
  78. package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +4 -4
  79. package/dist/provider/dto/create-provider.dto.d.ts +4 -4
  80. package/dist/provider/schemas/provider.schema.d.ts +1 -1
  81. package/dist/rack/dto/get-all-racks.dto.d.ts +3 -0
  82. package/dist/rack/dto/get-all-racks.dto.js +2 -1
  83. package/dist/role/schemas/role.schema.d.ts +455 -448
  84. package/dist/sclad/schemas/remain.schema.d.ts +2 -2
  85. package/dist/sclad/schemas/remains.schema.d.ts +6 -6
  86. package/dist/shipments/dto/get-attributes.dto.d.ts +2 -2
  87. package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +1 -1
  88. package/dist/shipments/dto/shipments-paginate.dto.d.ts +2 -2
  89. package/dist/shipments/schemas/sh-complit.schema.d.ts +2 -2
  90. package/dist/shipments/schemas/shipments.schema.d.ts +2 -2
  91. package/dist/specification/dto/specification-attributes.dto.d.ts +1 -1
  92. package/dist/specification/schema/attributes.schema.d.ts +472 -472
  93. package/dist/stock-order/schemas/stock-order-item.schema.d.ts +2 -2
  94. package/dist/tech-process/schemas/tech-process.schema.d.ts +31 -26
  95. package/dist/thread/dto/add-thread.dto.d.ts +8 -8
  96. package/dist/user/dto/create-user.dto.d.ts +5 -5
  97. package/dist/user/dto/get-one-user.dto.d.ts +2 -2
  98. package/dist/user/schemas/user.schema.d.ts +267 -262
  99. package/dist/utils/enums.d.ts +2 -1
  100. package/dist/utils/enums.js +2 -1
  101. package/dist/utils/methods.d.ts +13 -0
  102. package/dist/utils/methods.js +106 -26
  103. package/dist/utils/types/types.d.ts +1 -0
  104. package/dist/waybill/dto/create-waybill-product.dto.d.ts +8 -2
  105. package/dist/waybill/dto/create-waybill-product.dto.js +15 -1
  106. package/dist/waybill/dto/create-waybill.dto.d.ts +16 -6
  107. package/dist/waybill/dto/create-waybill.dto.js +1 -1
  108. package/dist/waybill/interface/interface.d.ts +1 -0
  109. package/dist/waybill/schemas/waybill-product.schema.d.ts +8 -8
  110. package/dist/waybill/schemas/waybill.schema.d.ts +2 -2
  111. package/package.json +1 -1
  112. package/dist/issue/dto/up-create-issue.dto.d.ts +0 -49
  113. package/dist/issue/dto/up-create-issue.dto.js +0 -21
  114. package/dist/issue/index.d.ts +0 -5
  115. package/dist/issue/index.js +0 -21
  116. package/dist/issue/interfaces/interface.d.ts +0 -4
  117. package/dist/issue/schemas/issue-user-controller.schema.d.ts +0 -15
  118. package/dist/issue/schemas/issue-user-controller.schema.js +0 -9
  119. package/dist/issue/schemas/issue-user.schema.d.ts +0 -15
  120. package/dist/issue/schemas/issue-user.schema.js +0 -9
  121. package/dist/issue/schemas/issue.schema.d.ts +0 -51
  122. package/dist/issue/schemas/issue.schema.js +0 -21
  123. package/dist/library/dto/create-chapter.dto.d.ts +0 -12
  124. package/dist/library/dto/create-chapter.dto.js +0 -8
  125. package/dist/library/dto/create-link.dto.d.ts +0 -30
  126. package/dist/library/dto/create-link.dto.js +0 -14
  127. package/dist/library/index.d.ts +0 -5
  128. package/dist/library/index.js +0 -21
  129. package/dist/library/interfaces/interface.d.ts +0 -3
  130. package/dist/library/interfaces/interface.js +0 -2
  131. package/dist/library/schemas/links-user.schema.d.ts +0 -15
  132. package/dist/library/schemas/links-user.schema.js +0 -9
  133. package/dist/library/schemas/links.schema.d.ts +0 -30
  134. package/dist/library/schemas/links.schema.js +0 -14
  135. package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -13
  136. package/dist/production-tasks/dto/update-marks.dto.js +0 -8
  137. package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +0 -306
  138. package/dist/tech-process/schemas/tech-process-with-options.schema.js +0 -8
  139. package/dist/utils/interface/mat.interface.d.ts +0 -10
  140. package/dist/utils/interface/mat.interface.js +0 -2
  141. /package/dist/{issue/interfaces/interface.js → production-tasks/interfaces/workload-by-entity.js} +0 -0
@@ -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<{
@@ -311,28 +311,26 @@ export declare const RoleSchema: z.ZodObject<{
311
311
  action: import("../..").IActionText[];
312
312
  type_object: string;
313
313
  id?: number | null | undefined;
314
- user_id?: number | null | undefined;
315
- metaloworking_id?: number | null | undefined;
316
- production_task_id?: number | null | undefined;
317
- cbed_id?: number | null | undefined;
318
- buyer_id?: number | null | undefined;
319
- provider_id?: number | null | undefined;
320
- inventary_id?: number | null | undefined;
321
314
  responsible_id?: number | null | undefined;
322
- tech_process_id?: number | null | undefined;
323
- createdAt?: string | Date | undefined;
324
315
  equipment_id?: number | null | undefined;
316
+ user_id?: number | null | undefined;
325
317
  movement_object_id?: number | null | undefined;
326
318
  deliveries_id?: number | null | undefined;
319
+ provider_id?: number | null | undefined;
327
320
  shcomplit_id?: number | null | undefined;
328
321
  waybill_id?: number | null | undefined;
329
322
  document_id?: number | null | undefined;
330
323
  material_id?: number | null | undefined;
331
324
  instrument_id?: number | null | undefined;
332
325
  detal_id?: number | null | undefined;
326
+ cbed_id?: number | null | undefined;
333
327
  rack_id?: number | null | undefined;
334
328
  product_id?: number | null | undefined;
329
+ tech_process_id?: number | null | undefined;
330
+ buyer_id?: number | null | undefined;
331
+ inventary_id?: number | null | undefined;
335
332
  shipment_id?: number | null | undefined;
333
+ metaloworking_id?: number | null | undefined;
336
334
  ass_id?: number | null | undefined;
337
335
  assembly_kit_id?: number | null | undefined;
338
336
  stock_order_id?: number | null | undefined;
@@ -341,34 +339,34 @@ export declare const RoleSchema: z.ZodObject<{
341
339
  mark_id?: number | null | undefined;
342
340
  role_id?: number | null | undefined;
343
341
  parent_action_idL?: number | null | undefined;
342
+ production_task_id?: number | null | undefined;
343
+ createdAt?: string | Date | undefined;
344
344
  revision_id?: number | null | undefined;
345
345
  }, {
346
346
  action: import("../..").IActionText[];
347
347
  type_object: string;
348
348
  ban?: boolean | undefined;
349
349
  id?: number | null | undefined;
350
- user_id?: number | null | undefined;
351
- metaloworking_id?: number | null | undefined;
352
- production_task_id?: number | null | undefined;
353
- cbed_id?: number | null | undefined;
354
- buyer_id?: number | null | undefined;
355
- provider_id?: number | null | undefined;
356
- inventary_id?: number | null | undefined;
357
350
  responsible_id?: number | null | undefined;
358
- tech_process_id?: number | null | undefined;
359
- createdAt?: string | Date | undefined;
360
351
  equipment_id?: number | null | undefined;
352
+ user_id?: number | null | undefined;
361
353
  movement_object_id?: number | null | undefined;
362
354
  deliveries_id?: number | null | undefined;
355
+ provider_id?: number | null | undefined;
363
356
  shcomplit_id?: number | null | undefined;
364
357
  waybill_id?: number | null | undefined;
365
358
  document_id?: number | null | undefined;
366
359
  material_id?: number | null | undefined;
367
360
  instrument_id?: number | null | undefined;
368
361
  detal_id?: number | null | undefined;
362
+ cbed_id?: number | null | undefined;
369
363
  rack_id?: number | null | undefined;
370
364
  product_id?: number | null | undefined;
365
+ tech_process_id?: number | null | undefined;
366
+ buyer_id?: number | null | undefined;
367
+ inventary_id?: number | null | undefined;
371
368
  shipment_id?: number | null | undefined;
369
+ metaloworking_id?: number | null | undefined;
372
370
  ass_id?: number | null | undefined;
373
371
  assembly_kit_id?: number | null | undefined;
374
372
  stock_order_id?: number | null | undefined;
@@ -377,6 +375,8 @@ export declare const RoleSchema: z.ZodObject<{
377
375
  mark_id?: number | null | undefined;
378
376
  role_id?: number | null | undefined;
379
377
  parent_action_idL?: number | null | undefined;
378
+ production_task_id?: number | null | undefined;
379
+ createdAt?: string | Date | undefined;
380
380
  revision_id?: number | null | undefined;
381
381
  }>, "many">;
382
382
  responsibleForProduct: z.ZodArray<z.ZodObject<{
@@ -412,56 +412,56 @@ export declare const RoleSchema: z.ZodObject<{
412
412
  designation: string | null;
413
413
  description: string | null;
414
414
  name: string;
415
- attention: boolean;
416
- materialList: import("../..").EntityCommonSpecificationArray;
417
- quantity: number;
418
- shipments_kolvo: number;
419
- min_remaining: number;
420
- responsibleId: number | null;
421
415
  calculate_needs_time: Date | null;
416
+ min_remaining: number;
417
+ quantity: number;
422
418
  deficit: number;
423
- shipments_deficit: number;
419
+ shipments_kolvo: number;
424
420
  production_ordered: number;
421
+ shipments_deficit: number;
425
422
  ava_path: string | null;
426
423
  parametrs: import("../..").CbedVariableField[];
427
424
  characteristic: import("../..").CbedVariableField[];
428
- in_kit: number;
425
+ materialList: import("../..").EntityCommonSpecificationArray;
429
426
  listPokDet: import("../..").EntityCommonSpecificationArray;
430
427
  listCbed: import("../..").EntityCommonSpecificationArray;
431
428
  listDetal: import("../..").EntityCommonSpecificationArray;
429
+ attention: boolean;
430
+ in_kit: number;
431
+ responsibleId: number | null;
432
432
  articl: string | null;
433
433
  is_custom: boolean;
434
434
  id?: number | null | undefined;
435
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
436
435
  discontinued?: boolean | undefined;
437
436
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
437
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
438
438
  }, {
439
439
  designation: string | null;
440
440
  description: string | null;
441
441
  name: string;
442
- materialList: import("../..").EntityCommonSpecificationArray;
443
- responsibleId: number | null;
444
442
  ava_path: string | null;
443
+ materialList: import("../..").EntityCommonSpecificationArray;
445
444
  listPokDet: import("../..").EntityCommonSpecificationArray;
446
445
  listCbed: import("../..").EntityCommonSpecificationArray;
447
446
  listDetal: import("../..").EntityCommonSpecificationArray;
447
+ responsibleId: number | null;
448
448
  articl: string | null;
449
449
  ban?: boolean | undefined;
450
450
  id?: number | null | undefined;
451
- attention?: boolean | undefined;
452
- quantity?: number | undefined;
453
- shipments_kolvo?: number | undefined;
454
- min_remaining?: number | undefined;
455
451
  calculate_needs_time?: Date | null | undefined;
452
+ min_remaining?: number | undefined;
453
+ quantity?: number | undefined;
456
454
  deficit?: number | undefined;
457
- shipments_deficit?: number | undefined;
455
+ shipments_kolvo?: number | undefined;
458
456
  production_ordered?: number | undefined;
459
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
457
+ shipments_deficit?: number | undefined;
460
458
  parametrs?: import("../..").CbedVariableField[] | undefined;
461
459
  characteristic?: import("../..").CbedVariableField[] | undefined;
460
+ attention?: boolean | undefined;
462
461
  in_kit?: number | undefined;
463
462
  discontinued?: boolean | undefined;
464
463
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
464
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
465
465
  is_custom?: boolean | undefined;
466
466
  }>, "many">;
467
467
  responsibleForDocuments: z.ZodArray<z.ZodObject<{
@@ -492,10 +492,10 @@ export declare const RoleSchema: z.ZodObject<{
492
492
  type?: string | undefined;
493
493
  description?: string | undefined;
494
494
  id?: number | null | undefined;
495
- width?: number | null | undefined;
496
- height?: number | null | undefined;
497
495
  external_id?: number | null | undefined;
498
496
  original_name?: string | undefined;
497
+ width?: number | null | undefined;
498
+ height?: number | null | undefined;
499
499
  size?: number | null | undefined;
500
500
  hash?: string | undefined;
501
501
  }, {
@@ -506,10 +506,10 @@ export declare const RoleSchema: z.ZodObject<{
506
506
  ban?: boolean | undefined;
507
507
  description?: string | undefined;
508
508
  id?: number | null | undefined;
509
- width?: number | null | undefined;
510
- height?: number | null | undefined;
511
509
  external_id?: number | null | undefined;
512
510
  original_name?: string | undefined;
511
+ width?: number | null | undefined;
512
+ height?: number | null | undefined;
513
513
  size?: number | null | undefined;
514
514
  version?: number | undefined;
515
515
  ava?: boolean | undefined;
@@ -525,6 +525,7 @@ export declare const RoleSchema: z.ZodObject<{
525
525
  cpu: z.ZodDefault<z.ZodBoolean>;
526
526
  square: z.ZodDefault<z.ZodBoolean>;
527
527
  list: z.ZodDefault<z.ZodBoolean>;
528
+ workStartCalcType: z.ZodDefault<z.ZodNativeEnum<typeof import("../..").WorkStartCalcType>>;
528
529
  countWorking: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
529
530
  }, "strip", z.ZodTypeAny, {
530
531
  name: string;
@@ -534,6 +535,7 @@ export declare const RoleSchema: z.ZodObject<{
534
535
  cpu: boolean;
535
536
  square: boolean;
536
537
  list: boolean;
538
+ workStartCalcType: import("../..").WorkStartCalcType;
537
539
  id?: number | undefined;
538
540
  countWorking?: number | undefined;
539
541
  }, {
@@ -545,6 +547,7 @@ export declare const RoleSchema: z.ZodObject<{
545
547
  cpu?: boolean | undefined;
546
548
  square?: boolean | undefined;
547
549
  list?: boolean | undefined;
550
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
548
551
  countWorking?: number | undefined;
549
552
  }>, "many">;
550
553
  subdivision: z.ZodOptional<z.ZodNativeEnum<typeof import("../../user").EnumSubdivision>>;
@@ -563,52 +566,19 @@ export declare const RoleSchema: z.ZodObject<{
563
566
  type?: string | undefined;
564
567
  description?: string | undefined;
565
568
  id?: number | null | undefined;
566
- width?: number | null | undefined;
567
- height?: number | null | undefined;
568
569
  external_id?: number | null | undefined;
569
570
  original_name?: string | undefined;
571
+ width?: number | null | undefined;
572
+ height?: number | null | undefined;
570
573
  size?: number | null | undefined;
571
574
  hash?: string | undefined;
572
575
  }[];
573
576
  login: string | null;
574
577
  initial: string;
575
- actions: {
576
- ban: boolean;
577
- action: import("../..").IActionText[];
578
- type_object: string;
579
- id?: number | null | undefined;
580
- user_id?: number | null | undefined;
581
- metaloworking_id?: number | null | undefined;
582
- production_task_id?: number | null | undefined;
583
- cbed_id?: number | null | undefined;
584
- buyer_id?: number | null | undefined;
585
- provider_id?: number | null | undefined;
586
- inventary_id?: number | null | undefined;
587
- responsible_id?: number | null | undefined;
588
- tech_process_id?: number | null | undefined;
589
- createdAt?: string | Date | undefined;
590
- equipment_id?: number | null | undefined;
591
- movement_object_id?: number | null | undefined;
592
- deliveries_id?: number | null | undefined;
593
- shcomplit_id?: number | null | undefined;
594
- waybill_id?: number | null | undefined;
595
- document_id?: number | null | undefined;
596
- material_id?: number | null | undefined;
597
- instrument_id?: number | null | undefined;
598
- detal_id?: number | null | undefined;
599
- rack_id?: number | null | undefined;
600
- product_id?: number | null | undefined;
601
- shipment_id?: number | null | undefined;
602
- ass_id?: number | null | undefined;
603
- assembly_kit_id?: number | null | undefined;
604
- stock_order_id?: number | null | undefined;
605
- stock_order_item_id?: number | null | undefined;
606
- operation_id?: number | null | undefined;
607
- mark_id?: number | null | undefined;
608
- role_id?: number | null | undefined;
609
- parent_action_idL?: number | null | undefined;
610
- revision_id?: number | null | undefined;
611
- }[];
578
+ remote_work: boolean;
579
+ tabel: string;
580
+ dateWork: string | null;
581
+ dateUnWork: string | null;
612
582
  requisites: {
613
583
  value: string;
614
584
  title: {
@@ -616,39 +586,6 @@ export declare const RoleSchema: z.ZodObject<{
616
586
  value?: string | undefined;
617
587
  };
618
588
  }[];
619
- products: {
620
- ban: boolean;
621
- designation: string | null;
622
- description: string | null;
623
- name: string;
624
- attention: boolean;
625
- materialList: import("../..").EntityCommonSpecificationArray;
626
- quantity: number;
627
- shipments_kolvo: number;
628
- min_remaining: number;
629
- responsibleId: number | null;
630
- calculate_needs_time: Date | null;
631
- deficit: number;
632
- shipments_deficit: number;
633
- production_ordered: number;
634
- ava_path: string | null;
635
- parametrs: import("../..").CbedVariableField[];
636
- characteristic: import("../..").CbedVariableField[];
637
- in_kit: number;
638
- listPokDet: import("../..").EntityCommonSpecificationArray;
639
- listCbed: import("../..").EntityCommonSpecificationArray;
640
- listDetal: import("../..").EntityCommonSpecificationArray;
641
- articl: string | null;
642
- is_custom: boolean;
643
- id?: number | null | undefined;
644
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
645
- discontinued?: boolean | undefined;
646
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
647
- }[];
648
- remote_work: boolean;
649
- tabel: string;
650
- dateWork: string | null;
651
- dateUnWork: string | null;
652
589
  birthday: string | null;
653
590
  haracteristic: string | null;
654
591
  primetch: string | null;
@@ -663,60 +600,126 @@ export declare const RoleSchema: z.ZodObject<{
663
600
  description: string | null;
664
601
  id: number;
665
602
  name: string;
666
- assemble_id: number | null;
667
- attention: boolean;
668
- materialList: import("../..").EntityCommonSpecificationArray | null;
669
- quantity: number;
670
- shipments_kolvo: number;
671
- min_remaining: number;
672
- responsibleId: number | null;
673
603
  calculate_needs_time: Date | null;
604
+ min_remaining: number;
674
605
  remainder_after_coming: number;
606
+ quantity: number;
675
607
  deficit: number;
676
- shipments_deficit: number;
608
+ shipments_kolvo: number;
677
609
  production_ordered: number;
678
610
  deficit_by_sclad: number;
611
+ shipments_deficit: number;
679
612
  ava_path: string | null;
680
613
  parametrs: import("../..").CbedParametrsField | null;
681
614
  characteristic: import("../..").CbedCharacteristicField | null;
682
- in_kit: number;
615
+ materialList: import("../..").EntityCommonSpecificationArray | null;
683
616
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
684
617
  listCbed: import("../..").EntityCommonSpecificationArray | null;
685
618
  listDetal: import("../..").EntityCommonSpecificationArray | null;
686
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
687
- task_relative_id?: number | null | undefined;
619
+ attention: boolean;
620
+ in_kit: number;
621
+ responsibleId: number | null;
622
+ assemble_id: number | null;
623
+ task_relative_id?: number | null | undefined;
688
624
  task_relative_type?: import("../..").IzdType | null | undefined;
689
625
  discontinued?: boolean | undefined;
690
626
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
627
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
691
628
  }[];
692
- responsibleForProduct: {
629
+ products: {
693
630
  ban: boolean;
694
631
  designation: string | null;
695
632
  description: string | null;
696
633
  name: string;
697
- attention: boolean;
698
- materialList: import("../..").EntityCommonSpecificationArray;
634
+ calculate_needs_time: Date | null;
635
+ min_remaining: number;
699
636
  quantity: number;
637
+ deficit: number;
700
638
  shipments_kolvo: number;
701
- min_remaining: number;
639
+ production_ordered: number;
640
+ shipments_deficit: number;
641
+ ava_path: string | null;
642
+ parametrs: import("../..").CbedVariableField[];
643
+ characteristic: import("../..").CbedVariableField[];
644
+ materialList: import("../..").EntityCommonSpecificationArray;
645
+ listPokDet: import("../..").EntityCommonSpecificationArray;
646
+ listCbed: import("../..").EntityCommonSpecificationArray;
647
+ listDetal: import("../..").EntityCommonSpecificationArray;
648
+ attention: boolean;
649
+ in_kit: number;
702
650
  responsibleId: number | null;
651
+ articl: string | null;
652
+ is_custom: boolean;
653
+ id?: number | null | undefined;
654
+ discontinued?: boolean | undefined;
655
+ production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
656
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
657
+ }[];
658
+ actions: {
659
+ ban: boolean;
660
+ action: import("../..").IActionText[];
661
+ type_object: string;
662
+ id?: number | null | undefined;
663
+ responsible_id?: number | null | undefined;
664
+ equipment_id?: number | null | undefined;
665
+ user_id?: number | null | undefined;
666
+ movement_object_id?: number | null | undefined;
667
+ deliveries_id?: number | null | undefined;
668
+ provider_id?: number | null | undefined;
669
+ shcomplit_id?: number | null | undefined;
670
+ waybill_id?: number | null | undefined;
671
+ document_id?: number | null | undefined;
672
+ material_id?: number | null | undefined;
673
+ instrument_id?: number | null | undefined;
674
+ detal_id?: number | null | undefined;
675
+ cbed_id?: number | null | undefined;
676
+ rack_id?: number | null | undefined;
677
+ product_id?: number | null | undefined;
678
+ tech_process_id?: number | null | undefined;
679
+ buyer_id?: number | null | undefined;
680
+ inventary_id?: number | null | undefined;
681
+ shipment_id?: number | null | undefined;
682
+ metaloworking_id?: number | null | undefined;
683
+ ass_id?: number | null | undefined;
684
+ assembly_kit_id?: number | null | undefined;
685
+ stock_order_id?: number | null | undefined;
686
+ stock_order_item_id?: number | null | undefined;
687
+ operation_id?: number | null | undefined;
688
+ mark_id?: number | null | undefined;
689
+ role_id?: number | null | undefined;
690
+ parent_action_idL?: number | null | undefined;
691
+ production_task_id?: number | null | undefined;
692
+ createdAt?: string | Date | undefined;
693
+ revision_id?: number | null | undefined;
694
+ }[];
695
+ responsibleForProduct: {
696
+ ban: boolean;
697
+ designation: string | null;
698
+ description: string | null;
699
+ name: string;
703
700
  calculate_needs_time: Date | null;
701
+ min_remaining: number;
702
+ quantity: number;
704
703
  deficit: number;
705
- shipments_deficit: number;
704
+ shipments_kolvo: number;
706
705
  production_ordered: number;
706
+ shipments_deficit: number;
707
707
  ava_path: string | null;
708
708
  parametrs: import("../..").CbedVariableField[];
709
709
  characteristic: import("../..").CbedVariableField[];
710
- in_kit: number;
710
+ materialList: import("../..").EntityCommonSpecificationArray;
711
711
  listPokDet: import("../..").EntityCommonSpecificationArray;
712
712
  listCbed: import("../..").EntityCommonSpecificationArray;
713
713
  listDetal: import("../..").EntityCommonSpecificationArray;
714
+ attention: boolean;
715
+ in_kit: number;
716
+ responsibleId: number | null;
714
717
  articl: string | null;
715
718
  is_custom: boolean;
716
719
  id?: number | null | undefined;
717
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
718
720
  discontinued?: boolean | undefined;
719
721
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
722
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
720
723
  }[];
721
724
  responsibleForDocuments: {
722
725
  path: string;
@@ -729,10 +732,10 @@ export declare const RoleSchema: z.ZodObject<{
729
732
  type?: string | undefined;
730
733
  description?: string | undefined;
731
734
  id?: number | null | undefined;
732
- width?: number | null | undefined;
733
- height?: number | null | undefined;
734
735
  external_id?: number | null | undefined;
735
736
  original_name?: string | undefined;
737
+ width?: number | null | undefined;
738
+ height?: number | null | undefined;
736
739
  size?: number | null | undefined;
737
740
  hash?: string | undefined;
738
741
  }[];
@@ -744,6 +747,7 @@ export declare const RoleSchema: z.ZodObject<{
744
747
  cpu: boolean;
745
748
  square: boolean;
746
749
  list: boolean;
750
+ workStartCalcType: import("../..").WorkStartCalcType;
747
751
  id?: number | undefined;
748
752
  countWorking?: number | undefined;
749
753
  }[];
@@ -761,10 +765,10 @@ export declare const RoleSchema: z.ZodObject<{
761
765
  ban?: boolean | undefined;
762
766
  description?: string | undefined;
763
767
  id?: number | null | undefined;
764
- width?: number | null | undefined;
765
- height?: number | null | undefined;
766
768
  external_id?: number | null | undefined;
767
769
  original_name?: string | undefined;
770
+ width?: number | null | undefined;
771
+ height?: number | null | undefined;
768
772
  size?: number | null | undefined;
769
773
  version?: number | undefined;
770
774
  ava?: boolean | undefined;
@@ -773,72 +777,6 @@ export declare const RoleSchema: z.ZodObject<{
773
777
  }[];
774
778
  login: string | null;
775
779
  initial: string;
776
- actions: {
777
- action: import("../..").IActionText[];
778
- type_object: string;
779
- ban?: boolean | undefined;
780
- id?: number | null | undefined;
781
- user_id?: number | null | undefined;
782
- metaloworking_id?: number | null | undefined;
783
- production_task_id?: number | null | undefined;
784
- cbed_id?: number | null | undefined;
785
- buyer_id?: number | null | undefined;
786
- provider_id?: number | null | undefined;
787
- inventary_id?: number | null | undefined;
788
- responsible_id?: number | null | undefined;
789
- tech_process_id?: number | null | undefined;
790
- createdAt?: string | Date | undefined;
791
- equipment_id?: number | null | undefined;
792
- movement_object_id?: number | null | undefined;
793
- deliveries_id?: number | null | undefined;
794
- shcomplit_id?: number | null | undefined;
795
- waybill_id?: number | null | undefined;
796
- document_id?: number | null | undefined;
797
- material_id?: number | null | undefined;
798
- instrument_id?: number | null | undefined;
799
- detal_id?: number | null | undefined;
800
- rack_id?: number | null | undefined;
801
- product_id?: number | null | undefined;
802
- shipment_id?: number | null | undefined;
803
- ass_id?: number | null | undefined;
804
- assembly_kit_id?: number | null | undefined;
805
- stock_order_id?: number | null | undefined;
806
- stock_order_item_id?: number | null | undefined;
807
- operation_id?: number | null | undefined;
808
- mark_id?: number | null | undefined;
809
- role_id?: number | null | undefined;
810
- parent_action_idL?: number | null | undefined;
811
- revision_id?: number | null | undefined;
812
- }[];
813
- products: {
814
- designation: string | null;
815
- description: string | null;
816
- name: string;
817
- materialList: import("../..").EntityCommonSpecificationArray;
818
- responsibleId: number | null;
819
- ava_path: string | null;
820
- listPokDet: import("../..").EntityCommonSpecificationArray;
821
- listCbed: import("../..").EntityCommonSpecificationArray;
822
- listDetal: import("../..").EntityCommonSpecificationArray;
823
- articl: string | null;
824
- ban?: boolean | undefined;
825
- id?: number | null | undefined;
826
- attention?: boolean | undefined;
827
- quantity?: number | undefined;
828
- shipments_kolvo?: number | undefined;
829
- min_remaining?: number | undefined;
830
- calculate_needs_time?: Date | null | undefined;
831
- deficit?: number | undefined;
832
- shipments_deficit?: number | undefined;
833
- production_ordered?: number | undefined;
834
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
835
- parametrs?: import("../..").CbedVariableField[] | undefined;
836
- characteristic?: import("../..").CbedVariableField[] | undefined;
837
- in_kit?: number | undefined;
838
- discontinued?: boolean | undefined;
839
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
840
- is_custom?: boolean | undefined;
841
- }[];
842
780
  tabel: string;
843
781
  dateWork: string | null;
844
782
  dateUnWork: string | null;
@@ -854,61 +792,127 @@ export declare const RoleSchema: z.ZodObject<{
854
792
  description: string | null;
855
793
  id: number;
856
794
  name: string;
857
- assemble_id: number | null;
858
- materialList: import("../..").EntityCommonSpecificationArray | null;
859
- responsibleId: number | null;
860
795
  ava_path: string | null;
861
796
  parametrs: import("../..").CbedParametrsField | null;
862
797
  characteristic: import("../..").CbedCharacteristicField | null;
798
+ materialList: import("../..").EntityCommonSpecificationArray | null;
863
799
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
864
800
  listCbed: import("../..").EntityCommonSpecificationArray | null;
865
801
  listDetal: import("../..").EntityCommonSpecificationArray | null;
802
+ responsibleId: number | null;
803
+ assemble_id: number | null;
866
804
  ban?: boolean | undefined;
867
805
  cbed?: import("../..").CbedRelativeType[] | undefined;
868
- attention?: boolean | undefined;
869
- quantity?: number | undefined;
870
- shipments_kolvo?: number | undefined;
871
- min_remaining?: number | undefined;
872
806
  calculate_needs_time?: Date | null | undefined;
807
+ min_remaining?: number | undefined;
873
808
  remainder_after_coming?: number | undefined;
809
+ task_relative_id?: number | null | undefined;
810
+ task_relative_type?: import("../..").IzdType | null | undefined;
811
+ quantity?: number | undefined;
874
812
  deficit?: number | undefined;
875
- shipments_deficit?: number | undefined;
813
+ shipments_kolvo?: number | undefined;
876
814
  production_ordered?: number | undefined;
877
815
  deficit_by_sclad?: number | undefined;
878
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
816
+ shipments_deficit?: number | undefined;
817
+ attention?: boolean | undefined;
879
818
  in_kit?: number | undefined;
880
- task_relative_id?: number | null | undefined;
881
- task_relative_type?: import("../..").IzdType | null | undefined;
882
819
  discontinued?: boolean | undefined;
883
820
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
821
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
884
822
  }[];
885
- responsibleForProduct: {
823
+ products: {
886
824
  designation: string | null;
887
825
  description: string | null;
888
826
  name: string;
889
- materialList: import("../..").EntityCommonSpecificationArray;
890
- responsibleId: number | null;
891
827
  ava_path: string | null;
828
+ materialList: import("../..").EntityCommonSpecificationArray;
892
829
  listPokDet: import("../..").EntityCommonSpecificationArray;
893
830
  listCbed: import("../..").EntityCommonSpecificationArray;
894
831
  listDetal: import("../..").EntityCommonSpecificationArray;
832
+ responsibleId: number | null;
895
833
  articl: string | null;
896
834
  ban?: boolean | undefined;
897
835
  id?: number | null | undefined;
898
- attention?: boolean | undefined;
836
+ calculate_needs_time?: Date | null | undefined;
837
+ min_remaining?: number | undefined;
899
838
  quantity?: number | undefined;
839
+ deficit?: number | undefined;
900
840
  shipments_kolvo?: number | undefined;
901
- min_remaining?: number | undefined;
841
+ production_ordered?: number | undefined;
842
+ shipments_deficit?: number | undefined;
843
+ parametrs?: import("../..").CbedVariableField[] | undefined;
844
+ characteristic?: import("../..").CbedVariableField[] | undefined;
845
+ attention?: boolean | undefined;
846
+ in_kit?: number | undefined;
847
+ discontinued?: boolean | undefined;
848
+ production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
849
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
850
+ is_custom?: boolean | undefined;
851
+ }[];
852
+ actions: {
853
+ action: import("../..").IActionText[];
854
+ type_object: string;
855
+ ban?: boolean | undefined;
856
+ id?: number | null | undefined;
857
+ responsible_id?: number | null | undefined;
858
+ equipment_id?: number | null | undefined;
859
+ user_id?: number | null | undefined;
860
+ movement_object_id?: number | null | undefined;
861
+ deliveries_id?: number | null | undefined;
862
+ provider_id?: number | null | undefined;
863
+ shcomplit_id?: number | null | undefined;
864
+ waybill_id?: number | null | undefined;
865
+ document_id?: number | null | undefined;
866
+ material_id?: number | null | undefined;
867
+ instrument_id?: number | null | undefined;
868
+ detal_id?: number | null | undefined;
869
+ cbed_id?: number | null | undefined;
870
+ rack_id?: number | null | undefined;
871
+ product_id?: number | null | undefined;
872
+ tech_process_id?: number | null | undefined;
873
+ buyer_id?: number | null | undefined;
874
+ inventary_id?: number | null | undefined;
875
+ shipment_id?: number | null | undefined;
876
+ metaloworking_id?: number | null | undefined;
877
+ ass_id?: number | null | undefined;
878
+ assembly_kit_id?: number | null | undefined;
879
+ stock_order_id?: number | null | undefined;
880
+ stock_order_item_id?: number | null | undefined;
881
+ operation_id?: number | null | undefined;
882
+ mark_id?: number | null | undefined;
883
+ role_id?: number | null | undefined;
884
+ parent_action_idL?: number | null | undefined;
885
+ production_task_id?: number | null | undefined;
886
+ createdAt?: string | Date | undefined;
887
+ revision_id?: number | null | undefined;
888
+ }[];
889
+ responsibleForProduct: {
890
+ designation: string | null;
891
+ description: string | null;
892
+ name: string;
893
+ ava_path: string | null;
894
+ materialList: import("../..").EntityCommonSpecificationArray;
895
+ listPokDet: import("../..").EntityCommonSpecificationArray;
896
+ listCbed: import("../..").EntityCommonSpecificationArray;
897
+ listDetal: import("../..").EntityCommonSpecificationArray;
898
+ responsibleId: number | null;
899
+ articl: string | null;
900
+ ban?: boolean | undefined;
901
+ id?: number | null | undefined;
902
902
  calculate_needs_time?: Date | null | undefined;
903
+ min_remaining?: number | undefined;
904
+ quantity?: number | undefined;
903
905
  deficit?: number | undefined;
904
- shipments_deficit?: number | undefined;
906
+ shipments_kolvo?: number | undefined;
905
907
  production_ordered?: number | undefined;
906
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
908
+ shipments_deficit?: number | undefined;
907
909
  parametrs?: import("../..").CbedVariableField[] | undefined;
908
910
  characteristic?: import("../..").CbedVariableField[] | undefined;
911
+ attention?: boolean | undefined;
909
912
  in_kit?: number | undefined;
910
913
  discontinued?: boolean | undefined;
911
914
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
915
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
912
916
  is_custom?: boolean | undefined;
913
917
  }[];
914
918
  responsibleForDocuments: {
@@ -919,10 +923,10 @@ export declare const RoleSchema: z.ZodObject<{
919
923
  ban?: boolean | undefined;
920
924
  description?: string | undefined;
921
925
  id?: number | null | undefined;
922
- width?: number | null | undefined;
923
- height?: number | null | undefined;
924
926
  external_id?: number | null | undefined;
925
927
  original_name?: string | undefined;
928
+ width?: number | null | undefined;
929
+ height?: number | null | undefined;
926
930
  size?: number | null | undefined;
927
931
  version?: number | undefined;
928
932
  ava?: boolean | undefined;
@@ -938,10 +942,12 @@ export declare const RoleSchema: z.ZodObject<{
938
942
  cpu?: boolean | undefined;
939
943
  square?: boolean | undefined;
940
944
  list?: boolean | undefined;
945
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
941
946
  countWorking?: number | undefined;
942
947
  }[];
943
948
  ban?: boolean | undefined;
944
949
  role?: any;
950
+ remote_work?: boolean | undefined;
945
951
  requisites?: {
946
952
  value: string;
947
953
  title: {
@@ -949,7 +955,6 @@ export declare const RoleSchema: z.ZodObject<{
949
955
  value?: string | undefined;
950
956
  };
951
957
  }[] | undefined;
952
- remote_work?: boolean | undefined;
953
958
  image?: string | null | undefined;
954
959
  subdivision?: import("../../user").EnumSubdivision | undefined;
955
960
  }>, "many">>;
@@ -973,52 +978,19 @@ export declare const RoleSchema: z.ZodObject<{
973
978
  type?: string | undefined;
974
979
  description?: string | undefined;
975
980
  id?: number | null | undefined;
976
- width?: number | null | undefined;
977
- height?: number | null | undefined;
978
981
  external_id?: number | null | undefined;
979
982
  original_name?: string | undefined;
983
+ width?: number | null | undefined;
984
+ height?: number | null | undefined;
980
985
  size?: number | null | undefined;
981
986
  hash?: string | undefined;
982
987
  }[];
983
988
  login: string | null;
984
989
  initial: string;
985
- actions: {
986
- ban: boolean;
987
- action: import("../..").IActionText[];
988
- type_object: string;
989
- id?: number | null | undefined;
990
- user_id?: number | null | undefined;
991
- metaloworking_id?: number | null | undefined;
992
- production_task_id?: number | null | undefined;
993
- cbed_id?: number | null | undefined;
994
- buyer_id?: number | null | undefined;
995
- provider_id?: number | null | undefined;
996
- inventary_id?: number | null | undefined;
997
- responsible_id?: number | null | undefined;
998
- tech_process_id?: number | null | undefined;
999
- createdAt?: string | Date | undefined;
1000
- equipment_id?: number | null | undefined;
1001
- movement_object_id?: number | null | undefined;
1002
- deliveries_id?: number | null | undefined;
1003
- shcomplit_id?: number | null | undefined;
1004
- waybill_id?: number | null | undefined;
1005
- document_id?: number | null | undefined;
1006
- material_id?: number | null | undefined;
1007
- instrument_id?: number | null | undefined;
1008
- detal_id?: number | null | undefined;
1009
- rack_id?: number | null | undefined;
1010
- product_id?: number | null | undefined;
1011
- shipment_id?: number | null | undefined;
1012
- ass_id?: number | null | undefined;
1013
- assembly_kit_id?: number | null | undefined;
1014
- stock_order_id?: number | null | undefined;
1015
- stock_order_item_id?: number | null | undefined;
1016
- operation_id?: number | null | undefined;
1017
- mark_id?: number | null | undefined;
1018
- role_id?: number | null | undefined;
1019
- parent_action_idL?: number | null | undefined;
1020
- revision_id?: number | null | undefined;
1021
- }[];
990
+ remote_work: boolean;
991
+ tabel: string;
992
+ dateWork: string | null;
993
+ dateUnWork: string | null;
1022
994
  requisites: {
1023
995
  value: string;
1024
996
  title: {
@@ -1026,39 +998,6 @@ export declare const RoleSchema: z.ZodObject<{
1026
998
  value?: string | undefined;
1027
999
  };
1028
1000
  }[];
1029
- products: {
1030
- ban: boolean;
1031
- designation: string | null;
1032
- description: string | null;
1033
- name: string;
1034
- attention: boolean;
1035
- materialList: import("../..").EntityCommonSpecificationArray;
1036
- quantity: number;
1037
- shipments_kolvo: number;
1038
- min_remaining: number;
1039
- responsibleId: number | null;
1040
- calculate_needs_time: Date | null;
1041
- deficit: number;
1042
- shipments_deficit: number;
1043
- production_ordered: number;
1044
- ava_path: string | null;
1045
- parametrs: import("../..").CbedVariableField[];
1046
- characteristic: import("../..").CbedVariableField[];
1047
- in_kit: number;
1048
- listPokDet: import("../..").EntityCommonSpecificationArray;
1049
- listCbed: import("../..").EntityCommonSpecificationArray;
1050
- listDetal: import("../..").EntityCommonSpecificationArray;
1051
- articl: string | null;
1052
- is_custom: boolean;
1053
- id?: number | null | undefined;
1054
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1055
- discontinued?: boolean | undefined;
1056
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1057
- }[];
1058
- remote_work: boolean;
1059
- tabel: string;
1060
- dateWork: string | null;
1061
- dateUnWork: string | null;
1062
1001
  birthday: string | null;
1063
1002
  haracteristic: string | null;
1064
1003
  primetch: string | null;
@@ -1073,60 +1012,126 @@ export declare const RoleSchema: z.ZodObject<{
1073
1012
  description: string | null;
1074
1013
  id: number;
1075
1014
  name: string;
1076
- assemble_id: number | null;
1077
- attention: boolean;
1078
- materialList: import("../..").EntityCommonSpecificationArray | null;
1079
- quantity: number;
1080
- shipments_kolvo: number;
1081
- min_remaining: number;
1082
- responsibleId: number | null;
1083
1015
  calculate_needs_time: Date | null;
1016
+ min_remaining: number;
1084
1017
  remainder_after_coming: number;
1018
+ quantity: number;
1085
1019
  deficit: number;
1086
- shipments_deficit: number;
1020
+ shipments_kolvo: number;
1087
1021
  production_ordered: number;
1088
1022
  deficit_by_sclad: number;
1023
+ shipments_deficit: number;
1089
1024
  ava_path: string | null;
1090
1025
  parametrs: import("../..").CbedParametrsField | null;
1091
1026
  characteristic: import("../..").CbedCharacteristicField | null;
1027
+ materialList: import("../..").EntityCommonSpecificationArray | null;
1028
+ listPokDet: import("../..").EntityCommonSpecificationArray | null;
1029
+ listCbed: import("../..").EntityCommonSpecificationArray | null;
1030
+ listDetal: import("../..").EntityCommonSpecificationArray | null;
1031
+ attention: boolean;
1032
+ in_kit: number;
1033
+ responsibleId: number | null;
1034
+ assemble_id: number | null;
1035
+ task_relative_id?: number | null | undefined;
1036
+ task_relative_type?: import("../..").IzdType | null | undefined;
1037
+ discontinued?: boolean | undefined;
1038
+ production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1039
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1040
+ }[];
1041
+ products: {
1042
+ ban: boolean;
1043
+ designation: string | null;
1044
+ description: string | null;
1045
+ name: string;
1046
+ calculate_needs_time: Date | null;
1047
+ min_remaining: number;
1048
+ quantity: number;
1049
+ deficit: number;
1050
+ shipments_kolvo: number;
1051
+ production_ordered: number;
1052
+ shipments_deficit: number;
1053
+ ava_path: string | null;
1054
+ parametrs: import("../..").CbedVariableField[];
1055
+ characteristic: import("../..").CbedVariableField[];
1056
+ materialList: import("../..").EntityCommonSpecificationArray;
1057
+ listPokDet: import("../..").EntityCommonSpecificationArray;
1058
+ listCbed: import("../..").EntityCommonSpecificationArray;
1059
+ listDetal: import("../..").EntityCommonSpecificationArray;
1060
+ attention: boolean;
1092
1061
  in_kit: number;
1093
- listPokDet: import("../..").EntityCommonSpecificationArray | null;
1094
- listCbed: import("../..").EntityCommonSpecificationArray | null;
1095
- listDetal: import("../..").EntityCommonSpecificationArray | null;
1096
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1097
- task_relative_id?: number | null | undefined;
1098
- task_relative_type?: import("../..").IzdType | null | undefined;
1062
+ responsibleId: number | null;
1063
+ articl: string | null;
1064
+ is_custom: boolean;
1065
+ id?: number | null | undefined;
1099
1066
  discontinued?: boolean | undefined;
1100
1067
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1068
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1069
+ }[];
1070
+ actions: {
1071
+ ban: boolean;
1072
+ action: import("../..").IActionText[];
1073
+ type_object: string;
1074
+ id?: number | null | undefined;
1075
+ responsible_id?: number | null | undefined;
1076
+ equipment_id?: number | null | undefined;
1077
+ user_id?: number | null | undefined;
1078
+ movement_object_id?: number | null | undefined;
1079
+ deliveries_id?: number | null | undefined;
1080
+ provider_id?: number | null | undefined;
1081
+ shcomplit_id?: number | null | undefined;
1082
+ waybill_id?: number | null | undefined;
1083
+ document_id?: number | null | undefined;
1084
+ material_id?: number | null | undefined;
1085
+ instrument_id?: number | null | undefined;
1086
+ detal_id?: number | null | undefined;
1087
+ cbed_id?: number | null | undefined;
1088
+ rack_id?: number | null | undefined;
1089
+ product_id?: number | null | undefined;
1090
+ tech_process_id?: number | null | undefined;
1091
+ buyer_id?: number | null | undefined;
1092
+ inventary_id?: number | null | undefined;
1093
+ shipment_id?: number | null | undefined;
1094
+ metaloworking_id?: number | null | undefined;
1095
+ ass_id?: number | null | undefined;
1096
+ assembly_kit_id?: number | null | undefined;
1097
+ stock_order_id?: number | null | undefined;
1098
+ stock_order_item_id?: number | null | undefined;
1099
+ operation_id?: number | null | undefined;
1100
+ mark_id?: number | null | undefined;
1101
+ role_id?: number | null | undefined;
1102
+ parent_action_idL?: number | null | undefined;
1103
+ production_task_id?: number | null | undefined;
1104
+ createdAt?: string | Date | undefined;
1105
+ revision_id?: number | null | undefined;
1101
1106
  }[];
1102
1107
  responsibleForProduct: {
1103
1108
  ban: boolean;
1104
1109
  designation: string | null;
1105
1110
  description: string | null;
1106
1111
  name: string;
1107
- attention: boolean;
1108
- materialList: import("../..").EntityCommonSpecificationArray;
1109
- quantity: number;
1110
- shipments_kolvo: number;
1111
- min_remaining: number;
1112
- responsibleId: number | null;
1113
1112
  calculate_needs_time: Date | null;
1113
+ min_remaining: number;
1114
+ quantity: number;
1114
1115
  deficit: number;
1115
- shipments_deficit: number;
1116
+ shipments_kolvo: number;
1116
1117
  production_ordered: number;
1118
+ shipments_deficit: number;
1117
1119
  ava_path: string | null;
1118
1120
  parametrs: import("../..").CbedVariableField[];
1119
1121
  characteristic: import("../..").CbedVariableField[];
1120
- in_kit: number;
1122
+ materialList: import("../..").EntityCommonSpecificationArray;
1121
1123
  listPokDet: import("../..").EntityCommonSpecificationArray;
1122
1124
  listCbed: import("../..").EntityCommonSpecificationArray;
1123
1125
  listDetal: import("../..").EntityCommonSpecificationArray;
1126
+ attention: boolean;
1127
+ in_kit: number;
1128
+ responsibleId: number | null;
1124
1129
  articl: string | null;
1125
1130
  is_custom: boolean;
1126
1131
  id?: number | null | undefined;
1127
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1128
1132
  discontinued?: boolean | undefined;
1129
1133
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1134
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1130
1135
  }[];
1131
1136
  responsibleForDocuments: {
1132
1137
  path: string;
@@ -1139,10 +1144,10 @@ export declare const RoleSchema: z.ZodObject<{
1139
1144
  type?: string | undefined;
1140
1145
  description?: string | undefined;
1141
1146
  id?: number | null | undefined;
1142
- width?: number | null | undefined;
1143
- height?: number | null | undefined;
1144
1147
  external_id?: number | null | undefined;
1145
1148
  original_name?: string | undefined;
1149
+ width?: number | null | undefined;
1150
+ height?: number | null | undefined;
1146
1151
  size?: number | null | undefined;
1147
1152
  hash?: string | undefined;
1148
1153
  }[];
@@ -1154,6 +1159,7 @@ export declare const RoleSchema: z.ZodObject<{
1154
1159
  cpu: boolean;
1155
1160
  square: boolean;
1156
1161
  list: boolean;
1162
+ workStartCalcType: import("../..").WorkStartCalcType;
1157
1163
  id?: number | undefined;
1158
1164
  countWorking?: number | undefined;
1159
1165
  }[];
@@ -1176,10 +1182,10 @@ export declare const RoleSchema: z.ZodObject<{
1176
1182
  ban?: boolean | undefined;
1177
1183
  description?: string | undefined;
1178
1184
  id?: number | null | undefined;
1179
- width?: number | null | undefined;
1180
- height?: number | null | undefined;
1181
1185
  external_id?: number | null | undefined;
1182
1186
  original_name?: string | undefined;
1187
+ width?: number | null | undefined;
1188
+ height?: number | null | undefined;
1183
1189
  size?: number | null | undefined;
1184
1190
  version?: number | undefined;
1185
1191
  ava?: boolean | undefined;
@@ -1188,72 +1194,6 @@ export declare const RoleSchema: z.ZodObject<{
1188
1194
  }[];
1189
1195
  login: string | null;
1190
1196
  initial: string;
1191
- actions: {
1192
- action: import("../..").IActionText[];
1193
- type_object: string;
1194
- ban?: boolean | undefined;
1195
- id?: number | null | undefined;
1196
- user_id?: number | null | undefined;
1197
- metaloworking_id?: number | null | undefined;
1198
- production_task_id?: number | null | undefined;
1199
- cbed_id?: number | null | undefined;
1200
- buyer_id?: number | null | undefined;
1201
- provider_id?: number | null | undefined;
1202
- inventary_id?: number | null | undefined;
1203
- responsible_id?: number | null | undefined;
1204
- tech_process_id?: number | null | undefined;
1205
- createdAt?: string | Date | undefined;
1206
- equipment_id?: number | null | undefined;
1207
- movement_object_id?: number | null | undefined;
1208
- deliveries_id?: number | null | undefined;
1209
- shcomplit_id?: number | null | undefined;
1210
- waybill_id?: number | null | undefined;
1211
- document_id?: number | null | undefined;
1212
- material_id?: number | null | undefined;
1213
- instrument_id?: number | null | undefined;
1214
- detal_id?: number | null | undefined;
1215
- rack_id?: number | null | undefined;
1216
- product_id?: number | null | undefined;
1217
- shipment_id?: number | null | undefined;
1218
- ass_id?: number | null | undefined;
1219
- assembly_kit_id?: number | null | undefined;
1220
- stock_order_id?: number | null | undefined;
1221
- stock_order_item_id?: number | null | undefined;
1222
- operation_id?: number | null | undefined;
1223
- mark_id?: number | null | undefined;
1224
- role_id?: number | null | undefined;
1225
- parent_action_idL?: number | null | undefined;
1226
- revision_id?: number | null | undefined;
1227
- }[];
1228
- products: {
1229
- designation: string | null;
1230
- description: string | null;
1231
- name: string;
1232
- materialList: import("../..").EntityCommonSpecificationArray;
1233
- responsibleId: number | null;
1234
- ava_path: string | null;
1235
- listPokDet: import("../..").EntityCommonSpecificationArray;
1236
- listCbed: import("../..").EntityCommonSpecificationArray;
1237
- listDetal: import("../..").EntityCommonSpecificationArray;
1238
- articl: string | null;
1239
- ban?: boolean | undefined;
1240
- id?: number | null | undefined;
1241
- attention?: boolean | undefined;
1242
- quantity?: number | undefined;
1243
- shipments_kolvo?: number | undefined;
1244
- min_remaining?: number | undefined;
1245
- calculate_needs_time?: Date | null | undefined;
1246
- deficit?: number | undefined;
1247
- shipments_deficit?: number | undefined;
1248
- production_ordered?: number | undefined;
1249
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1250
- parametrs?: import("../..").CbedVariableField[] | undefined;
1251
- characteristic?: import("../..").CbedVariableField[] | undefined;
1252
- in_kit?: number | undefined;
1253
- discontinued?: boolean | undefined;
1254
- production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1255
- is_custom?: boolean | undefined;
1256
- }[];
1257
1197
  tabel: string;
1258
1198
  dateWork: string | null;
1259
1199
  dateUnWork: string | null;
@@ -1269,61 +1209,127 @@ export declare const RoleSchema: z.ZodObject<{
1269
1209
  description: string | null;
1270
1210
  id: number;
1271
1211
  name: string;
1272
- assemble_id: number | null;
1273
- materialList: import("../..").EntityCommonSpecificationArray | null;
1274
- responsibleId: number | null;
1275
1212
  ava_path: string | null;
1276
1213
  parametrs: import("../..").CbedParametrsField | null;
1277
1214
  characteristic: import("../..").CbedCharacteristicField | null;
1215
+ materialList: import("../..").EntityCommonSpecificationArray | null;
1278
1216
  listPokDet: import("../..").EntityCommonSpecificationArray | null;
1279
1217
  listCbed: import("../..").EntityCommonSpecificationArray | null;
1280
1218
  listDetal: import("../..").EntityCommonSpecificationArray | null;
1219
+ responsibleId: number | null;
1220
+ assemble_id: number | null;
1281
1221
  ban?: boolean | undefined;
1282
1222
  cbed?: import("../..").CbedRelativeType[] | undefined;
1283
- attention?: boolean | undefined;
1284
- quantity?: number | undefined;
1285
- shipments_kolvo?: number | undefined;
1286
- min_remaining?: number | undefined;
1287
1223
  calculate_needs_time?: Date | null | undefined;
1224
+ min_remaining?: number | undefined;
1288
1225
  remainder_after_coming?: number | undefined;
1226
+ task_relative_id?: number | null | undefined;
1227
+ task_relative_type?: import("../..").IzdType | null | undefined;
1228
+ quantity?: number | undefined;
1289
1229
  deficit?: number | undefined;
1290
- shipments_deficit?: number | undefined;
1230
+ shipments_kolvo?: number | undefined;
1291
1231
  production_ordered?: number | undefined;
1292
1232
  deficit_by_sclad?: number | undefined;
1293
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1233
+ shipments_deficit?: number | undefined;
1234
+ attention?: boolean | undefined;
1294
1235
  in_kit?: number | undefined;
1295
- task_relative_id?: number | null | undefined;
1296
- task_relative_type?: import("../..").IzdType | null | undefined;
1297
1236
  discontinued?: boolean | undefined;
1298
1237
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1238
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1299
1239
  }[];
1300
- responsibleForProduct: {
1240
+ products: {
1301
1241
  designation: string | null;
1302
1242
  description: string | null;
1303
1243
  name: string;
1304
- materialList: import("../..").EntityCommonSpecificationArray;
1305
- responsibleId: number | null;
1306
1244
  ava_path: string | null;
1245
+ materialList: import("../..").EntityCommonSpecificationArray;
1307
1246
  listPokDet: import("../..").EntityCommonSpecificationArray;
1308
1247
  listCbed: import("../..").EntityCommonSpecificationArray;
1309
1248
  listDetal: import("../..").EntityCommonSpecificationArray;
1249
+ responsibleId: number | null;
1310
1250
  articl: string | null;
1311
1251
  ban?: boolean | undefined;
1312
1252
  id?: number | null | undefined;
1313
- attention?: boolean | undefined;
1253
+ calculate_needs_time?: Date | null | undefined;
1254
+ min_remaining?: number | undefined;
1314
1255
  quantity?: number | undefined;
1256
+ deficit?: number | undefined;
1315
1257
  shipments_kolvo?: number | undefined;
1316
- min_remaining?: number | undefined;
1258
+ production_ordered?: number | undefined;
1259
+ shipments_deficit?: number | undefined;
1260
+ parametrs?: import("../..").CbedVariableField[] | undefined;
1261
+ characteristic?: import("../..").CbedVariableField[] | undefined;
1262
+ attention?: boolean | undefined;
1263
+ in_kit?: number | undefined;
1264
+ discontinued?: boolean | undefined;
1265
+ production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1266
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1267
+ is_custom?: boolean | undefined;
1268
+ }[];
1269
+ actions: {
1270
+ action: import("../..").IActionText[];
1271
+ type_object: string;
1272
+ ban?: boolean | undefined;
1273
+ id?: number | null | undefined;
1274
+ responsible_id?: number | null | undefined;
1275
+ equipment_id?: number | null | undefined;
1276
+ user_id?: number | null | undefined;
1277
+ movement_object_id?: number | null | undefined;
1278
+ deliveries_id?: number | null | undefined;
1279
+ provider_id?: number | null | undefined;
1280
+ shcomplit_id?: number | null | undefined;
1281
+ waybill_id?: number | null | undefined;
1282
+ document_id?: number | null | undefined;
1283
+ material_id?: number | null | undefined;
1284
+ instrument_id?: number | null | undefined;
1285
+ detal_id?: number | null | undefined;
1286
+ cbed_id?: number | null | undefined;
1287
+ rack_id?: number | null | undefined;
1288
+ product_id?: number | null | undefined;
1289
+ tech_process_id?: number | null | undefined;
1290
+ buyer_id?: number | null | undefined;
1291
+ inventary_id?: number | null | undefined;
1292
+ shipment_id?: number | null | undefined;
1293
+ metaloworking_id?: number | null | undefined;
1294
+ ass_id?: number | null | undefined;
1295
+ assembly_kit_id?: number | null | undefined;
1296
+ stock_order_id?: number | null | undefined;
1297
+ stock_order_item_id?: number | null | undefined;
1298
+ operation_id?: number | null | undefined;
1299
+ mark_id?: number | null | undefined;
1300
+ role_id?: number | null | undefined;
1301
+ parent_action_idL?: number | null | undefined;
1302
+ production_task_id?: number | null | undefined;
1303
+ createdAt?: string | Date | undefined;
1304
+ revision_id?: number | null | undefined;
1305
+ }[];
1306
+ responsibleForProduct: {
1307
+ designation: string | null;
1308
+ description: string | null;
1309
+ name: string;
1310
+ ava_path: string | null;
1311
+ materialList: import("../..").EntityCommonSpecificationArray;
1312
+ listPokDet: import("../..").EntityCommonSpecificationArray;
1313
+ listCbed: import("../..").EntityCommonSpecificationArray;
1314
+ listDetal: import("../..").EntityCommonSpecificationArray;
1315
+ responsibleId: number | null;
1316
+ articl: string | null;
1317
+ ban?: boolean | undefined;
1318
+ id?: number | null | undefined;
1317
1319
  calculate_needs_time?: Date | null | undefined;
1320
+ min_remaining?: number | undefined;
1321
+ quantity?: number | undefined;
1318
1322
  deficit?: number | undefined;
1319
- shipments_deficit?: number | undefined;
1323
+ shipments_kolvo?: number | undefined;
1320
1324
  production_ordered?: number | undefined;
1321
- production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1325
+ shipments_deficit?: number | undefined;
1322
1326
  parametrs?: import("../..").CbedVariableField[] | undefined;
1323
1327
  characteristic?: import("../..").CbedVariableField[] | undefined;
1328
+ attention?: boolean | undefined;
1324
1329
  in_kit?: number | undefined;
1325
1330
  discontinued?: boolean | undefined;
1326
1331
  production_time_assemble?: import("../..").ProductionTimeType | null | undefined;
1332
+ production_time_metalloworking?: import("../..").ProductionTimeType | null | undefined;
1327
1333
  is_custom?: boolean | undefined;
1328
1334
  }[];
1329
1335
  responsibleForDocuments: {
@@ -1334,10 +1340,10 @@ export declare const RoleSchema: z.ZodObject<{
1334
1340
  ban?: boolean | undefined;
1335
1341
  description?: string | undefined;
1336
1342
  id?: number | null | undefined;
1337
- width?: number | null | undefined;
1338
- height?: number | null | undefined;
1339
1343
  external_id?: number | null | undefined;
1340
1344
  original_name?: string | undefined;
1345
+ width?: number | null | undefined;
1346
+ height?: number | null | undefined;
1341
1347
  size?: number | null | undefined;
1342
1348
  version?: number | undefined;
1343
1349
  ava?: boolean | undefined;
@@ -1353,10 +1359,12 @@ export declare const RoleSchema: z.ZodObject<{
1353
1359
  cpu?: boolean | undefined;
1354
1360
  square?: boolean | undefined;
1355
1361
  list?: boolean | undefined;
1362
+ workStartCalcType?: import("../..").WorkStartCalcType | undefined;
1356
1363
  countWorking?: number | undefined;
1357
1364
  }[];
1358
1365
  ban?: boolean | undefined;
1359
1366
  role?: any;
1367
+ remote_work?: boolean | undefined;
1360
1368
  requisites?: {
1361
1369
  value: string;
1362
1370
  title: {
@@ -1364,7 +1372,6 @@ export declare const RoleSchema: z.ZodObject<{
1364
1372
  value?: string | undefined;
1365
1373
  };
1366
1374
  }[] | undefined;
1367
- remote_work?: boolean | undefined;
1368
1375
  image?: string | null | undefined;
1369
1376
  subdivision?: import("../../user").EnumSubdivision | undefined;
1370
1377
  }[] | undefined;