@pksep/zod-shared 0.0.560 → 0.0.562

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 (108) hide show
  1. package/dist/ai-mcp/index.d.ts +2 -0
  2. package/dist/{library → ai-mcp}/index.js +2 -5
  3. package/dist/ai-mcp/interfaces/ai-mcp.interface.d.ts +358 -0
  4. package/dist/ai-mcp/schemas/ai-mcp-entity-editor.schema.d.ts +130 -0
  5. package/dist/ai-mcp/schemas/ai-mcp-entity-editor.schema.js +118 -0
  6. package/dist/ai-mcp/schemas/ai-mcp-specification.schema.d.ts +123 -0
  7. package/dist/ai-mcp/schemas/ai-mcp-specification.schema.js +110 -0
  8. package/dist/ai-mcp/schemas/ai-mcp.schema.d.ts +384 -0
  9. package/dist/ai-mcp/schemas/ai-mcp.schema.js +210 -0
  10. package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +28 -0
  11. package/dist/assemble/dto/set-date-shipment.dto.d.ts +2 -2
  12. package/dist/assemble/interfaces/interfaces.d.ts +8 -0
  13. package/dist/assemble/schemas/assemble-coming.schema.d.ts +20 -0
  14. package/dist/assemble/schemas/assemble.schema.d.ts +20 -0
  15. package/dist/cbed/dto/up-create-cbed.dto.d.ts +3 -0
  16. package/dist/cbed/dto/up-create-cbed.dto.js +1 -0
  17. package/dist/deliveries/dto/create-deliveries.dto.d.ts +6 -6
  18. package/dist/detal/dto/archive-detal.dto.d.ts +17 -0
  19. package/dist/detal/dto/archive-detal.dto.js +10 -0
  20. package/dist/detal/dto/update-detal.dto.d.ts +342 -17
  21. package/dist/detal/dto/update-detal.dto.js +88 -27
  22. package/dist/detal/index.d.ts +1 -0
  23. package/dist/detal/index.js +1 -0
  24. package/dist/document/dto/entity-document-command.dto.d.ts +184 -0
  25. package/dist/document/dto/entity-document-command.dto.js +59 -0
  26. package/dist/document/index.d.ts +2 -0
  27. package/dist/document/index.js +2 -0
  28. package/dist/document/interfaces/entity-document.interface.d.ts +30 -0
  29. package/dist/excel-export/excel-export.dto.d.ts +2968 -0
  30. package/dist/excel-export/excel-export.dto.js +391 -0
  31. package/dist/excel-export/index.d.ts +1 -0
  32. package/dist/{issue → excel-export}/index.js +1 -5
  33. package/dist/index.d.ts +2 -0
  34. package/dist/index.js +2 -0
  35. package/dist/marks/type/type.d.ts +4 -4
  36. package/dist/material/dto/create-material.dto.d.ts +3 -0
  37. package/dist/material/dto/create-material.dto.js +2 -1
  38. package/dist/product/dto/up-create-product.dto.d.ts +3 -0
  39. package/dist/product/dto/up-create-product.dto.js +1 -0
  40. package/dist/production-tasks/dto/change-due-date.dto.d.ts +2 -2
  41. package/dist/production-tasks/dto/get-production-task-display-numbers.dto.d.ts +20 -0
  42. package/dist/production-tasks/dto/get-production-task-display-numbers.dto.js +11 -0
  43. package/dist/production-tasks/dto/plan-production-task.dto.d.ts +34 -0
  44. package/dist/production-tasks/dto/plan-production-task.dto.js +21 -2
  45. package/dist/production-tasks/dto/split-production-task.dto.d.ts +203 -0
  46. package/dist/production-tasks/dto/split-production-task.dto.js +71 -0
  47. package/dist/production-tasks/dto/update.dto.d.ts +2 -2
  48. package/dist/production-tasks/dto/workload-by-entity.dto.d.ts +2 -2
  49. package/dist/production-tasks/enums/production-tasks.d.ts +10 -0
  50. package/dist/production-tasks/enums/production-tasks.js +12 -1
  51. package/dist/production-tasks/index.d.ts +3 -0
  52. package/dist/production-tasks/index.js +3 -0
  53. package/dist/production-tasks/interfaces/production-tasks.d.ts +4 -0
  54. package/dist/production-tasks/methods/methods.d.ts +9 -0
  55. package/dist/production-tasks/methods/methods.js +16 -1
  56. package/dist/production-tasks/schemas/orders-summary-by-entity.schema.d.ts +55 -8
  57. package/dist/production-tasks/schemas/orders-summary-by-entity.schema.js +9 -0
  58. package/dist/production-tasks/schemas/production-task-subtask.schema.d.ts +81 -0
  59. package/dist/production-tasks/schemas/production-task.schema.d.ts +14 -0
  60. package/dist/production-tasks/schemas/production-task.schema.js +4 -0
  61. package/dist/specification/dto/mutate-specification.dto.d.ts +58 -0
  62. package/dist/specification/dto/mutate-specification.dto.js +65 -0
  63. package/dist/specification/index.d.ts +1 -0
  64. package/dist/specification/index.js +1 -0
  65. package/dist/specification/interface/interface.d.ts +17 -0
  66. package/dist/utils/methods/sequelize.d.ts +2 -0
  67. package/dist/utils/methods/sequelize.js +4 -1
  68. package/dist/utils/methods.js +30 -10
  69. package/dist/utils/tables-config/enum.d.ts +5 -0
  70. package/dist/utils/tables-config/enum.js +10 -0
  71. package/dist/utils/types/types.d.ts +10 -1
  72. package/dist/utils/validation/transform.d.ts +2 -0
  73. package/dist/utils/validation/transform.js +25 -1
  74. package/package.json +1 -1
  75. package/dist/issue/dto/up-create-issue.dto.d.ts +0 -49
  76. package/dist/issue/dto/up-create-issue.dto.js +0 -21
  77. package/dist/issue/index.d.ts +0 -5
  78. package/dist/issue/interfaces/interface.d.ts +0 -4
  79. package/dist/issue/schemas/issue-user-controller.schema.d.ts +0 -15
  80. package/dist/issue/schemas/issue-user-controller.schema.js +0 -9
  81. package/dist/issue/schemas/issue-user.schema.d.ts +0 -15
  82. package/dist/issue/schemas/issue-user.schema.js +0 -9
  83. package/dist/issue/schemas/issue.schema.d.ts +0 -51
  84. package/dist/issue/schemas/issue.schema.js +0 -21
  85. package/dist/library/dto/create-chapter.dto.d.ts +0 -12
  86. package/dist/library/dto/create-chapter.dto.js +0 -8
  87. package/dist/library/dto/create-link.dto.d.ts +0 -30
  88. package/dist/library/dto/create-link.dto.js +0 -14
  89. package/dist/library/index.d.ts +0 -5
  90. package/dist/library/interfaces/interface.d.ts +0 -3
  91. package/dist/library/schemas/links-user.schema.d.ts +0 -15
  92. package/dist/library/schemas/links-user.schema.js +0 -9
  93. package/dist/library/schemas/links.schema.d.ts +0 -30
  94. package/dist/library/schemas/links.schema.js +0 -14
  95. package/dist/production-tasks/dto/update-marks.dto.d.ts +0 -13
  96. package/dist/production-tasks/dto/update-marks.dto.js +0 -8
  97. package/dist/production-tasks/dto/update-responsible.dto.d.ts +0 -12
  98. package/dist/production-tasks/dto/update-responsible.dto.js +0 -8
  99. package/dist/production-tasks/dto/update-status.dto.d.ts +0 -13
  100. package/dist/production-tasks/dto/update-status.dto.js +0 -9
  101. package/dist/shipments/dto/change-date-urgency.dto.d.ts +0 -12
  102. package/dist/shipments/dto/change-date-urgency.dto.js +0 -8
  103. package/dist/tech-process/schemas/tech-process-with-options.schema.d.ts +0 -306
  104. package/dist/tech-process/schemas/tech-process-with-options.schema.js +0 -8
  105. package/dist/utils/interface/mat.interface.d.ts +0 -10
  106. /package/dist/{issue/interfaces/interface.js → ai-mcp/interfaces/ai-mcp.interface.js} +0 -0
  107. /package/dist/{library/interfaces/interface.js → document/interfaces/entity-document.interface.js} +0 -0
  108. /package/dist/{utils/interface/mat.interface.js → production-tasks/schemas/production-task-subtask.schema.js} +0 -0
@@ -0,0 +1,2968 @@
1
+ import { z } from 'zod';
2
+ export declare enum ExcelExportReportType {
3
+ assemblyList = "assembly.list",
4
+ assemblyOperationList = "assembly.operation-list",
5
+ operationPath = "production.operation-path",
6
+ assemblyStockOrderList = "assembly.stock-order-list",
7
+ metalloworkingList = "metalloworking.list",
8
+ productDeficitList = "warehouse.product-deficit-list",
9
+ cbedDeficitList = "warehouse.cbed-deficit-list",
10
+ detalDeficitList = "warehouse.detal-deficit-list",
11
+ materialDeficitList = "warehouse.material-deficit-list"
12
+ }
13
+ export declare enum OperationPathExcelExportSourceType {
14
+ assembly = "assembly",
15
+ metalworking = "metalworking"
16
+ }
17
+ export declare enum ExcelExportStatus {
18
+ queued = "queued",
19
+ processing = "processing",
20
+ completed = "completed",
21
+ failed = "failed"
22
+ }
23
+ export declare const ExcelExportColumnDefinitionSchema: z.ZodObject<{
24
+ header: z.ZodString;
25
+ width: z.ZodNumber;
26
+ }, "strip", z.ZodTypeAny, {
27
+ width: number;
28
+ header: string;
29
+ }, {
30
+ width: number;
31
+ header: string;
32
+ }>;
33
+ export type ExcelExportColumnDefinition = z.infer<typeof ExcelExportColumnDefinitionSchema>;
34
+ export declare const AssemblyExcelExportColumnDefinitions: {
35
+ readonly number: {
36
+ readonly header: "№";
37
+ readonly width: 8;
38
+ };
39
+ readonly image: {
40
+ readonly header: "Изображение";
41
+ readonly width: 20;
42
+ };
43
+ readonly type: {
44
+ readonly header: "Тип";
45
+ readonly width: 10;
46
+ };
47
+ readonly designation: {
48
+ readonly header: "Обозначение";
49
+ readonly width: 24;
50
+ };
51
+ readonly name: {
52
+ readonly header: "Наименование";
53
+ readonly width: 40;
54
+ };
55
+ readonly ordered: {
56
+ readonly header: "Заказано на складе";
57
+ readonly width: 20;
58
+ };
59
+ readonly startTime: {
60
+ readonly header: "Начало работ";
61
+ readonly width: 21;
62
+ };
63
+ readonly calculateNeedsTime: {
64
+ readonly header: "Требуемое время готовности";
65
+ readonly width: 25;
66
+ };
67
+ readonly calculatedCreateTime: {
68
+ readonly header: "Расчётная дата изготовления";
69
+ readonly width: 26;
70
+ };
71
+ readonly startTimeDelay: {
72
+ readonly header: "Просрочка начала работ, ч";
73
+ readonly width: 24;
74
+ };
75
+ readonly productionDelay: {
76
+ readonly header: "Просрочка изготовления, ч";
77
+ readonly width: 25;
78
+ };
79
+ readonly complectataionReadiness: {
80
+ readonly header: "Готовность к комплектации";
81
+ readonly width: 25;
82
+ };
83
+ readonly readinessToComplectation: {
84
+ readonly header: "Готово к комплектации";
85
+ readonly width: 23;
86
+ };
87
+ readonly completionToBuild: {
88
+ readonly header: "Готовность к сборке";
89
+ readonly width: 25;
90
+ };
91
+ readonly timeComplete: {
92
+ readonly header: "Время на сборку, ч/мин";
93
+ readonly width: 24;
94
+ };
95
+ };
96
+ export declare const MetalloworkingExcelExportColumnDefinitions: {
97
+ readonly number: {
98
+ readonly header: "№";
99
+ readonly width: 8;
100
+ };
101
+ readonly image: {
102
+ readonly header: "Изображение";
103
+ readonly width: 20;
104
+ };
105
+ readonly designation: {
106
+ readonly header: "Обозначение";
107
+ readonly width: 24;
108
+ };
109
+ readonly name: {
110
+ readonly header: "Наименование";
111
+ readonly width: 40;
112
+ };
113
+ readonly calculatedCreateTime: {
114
+ readonly header: "Требуемое время готовности";
115
+ readonly width: 25;
116
+ };
117
+ readonly calculateNeedsTime: {
118
+ readonly header: "Расчётная дата изготовления";
119
+ readonly width: 26;
120
+ };
121
+ readonly orderedByProduction: {
122
+ readonly header: "Заказано по ПЗ";
123
+ readonly width: 18;
124
+ };
125
+ readonly ordered: {
126
+ readonly header: "Заказано на складе";
127
+ readonly width: 20;
128
+ };
129
+ readonly productionDelay: {
130
+ readonly header: "Просрочка изготовления, ч";
131
+ readonly width: 25;
132
+ };
133
+ readonly workpieceParameters: {
134
+ readonly header: "Параметры заготовки";
135
+ readonly width: 28;
136
+ };
137
+ readonly material: {
138
+ readonly header: "Материал";
139
+ readonly width: 35;
140
+ };
141
+ readonly timeToProduction: {
142
+ readonly header: "Время на изготовление, ч/мин";
143
+ readonly width: 26;
144
+ };
145
+ readonly waste: {
146
+ readonly header: "Отходы (стружка), кг";
147
+ readonly width: 22;
148
+ };
149
+ };
150
+ export declare const AssemblyOperationExcelExportColumnDefinitions: {
151
+ readonly number: {
152
+ readonly header: "№";
153
+ readonly width: 8;
154
+ };
155
+ readonly image: {
156
+ readonly header: "Изображение";
157
+ readonly width: 20;
158
+ };
159
+ readonly type: {
160
+ readonly header: "Тип";
161
+ readonly width: 10;
162
+ };
163
+ readonly designation: {
164
+ readonly header: "Обозначение";
165
+ readonly width: 24;
166
+ };
167
+ readonly name: {
168
+ readonly header: "Наименование";
169
+ readonly width: 40;
170
+ };
171
+ readonly count: {
172
+ readonly header: "Заказано на складе";
173
+ readonly width: 20;
174
+ };
175
+ readonly status: {
176
+ readonly header: "Статус";
177
+ readonly width: 18;
178
+ };
179
+ readonly maked: {
180
+ readonly header: "Сделано, шт";
181
+ readonly width: 16;
182
+ };
183
+ readonly remainder: {
184
+ readonly header: "Осталось, шт";
185
+ readonly width: 16;
186
+ };
187
+ readonly preTime: {
188
+ readonly header: "Норма времени: подготовительное, ч/мин";
189
+ readonly width: 28;
190
+ };
191
+ readonly auxTime: {
192
+ readonly header: "Норма времени: вспомогательное, ч/мин";
193
+ readonly width: 28;
194
+ };
195
+ readonly mainTime: {
196
+ readonly header: "Норма времени: основное, ч/мин";
197
+ readonly width: 25;
198
+ };
199
+ readonly dateExecution: {
200
+ readonly header: "Дата исполнения";
201
+ readonly width: 20;
202
+ };
203
+ readonly countOfComplete: {
204
+ readonly header: "Кол-во сделано";
205
+ readonly width: 18;
206
+ };
207
+ readonly executor: {
208
+ readonly header: "Исполнитель";
209
+ readonly width: 24;
210
+ };
211
+ };
212
+ export declare const OperationPathExcelExportColumnDefinitions: {
213
+ readonly number: {
214
+ readonly header: "№";
215
+ readonly width: 8;
216
+ };
217
+ readonly operation: {
218
+ readonly header: "Операции";
219
+ readonly width: 40;
220
+ };
221
+ readonly startTime: {
222
+ readonly header: "Начало работ по операции";
223
+ readonly width: 23;
224
+ };
225
+ readonly requiredTime: {
226
+ readonly header: "Дата требуемой готовности на операцию";
227
+ readonly width: 28;
228
+ };
229
+ readonly calculatedTime: {
230
+ readonly header: "Расчётная дата изготовления на операцию";
231
+ readonly width: 30;
232
+ };
233
+ readonly unitTime: {
234
+ readonly header: "Норма вр. на 1 шт, ч/мин";
235
+ readonly width: 23;
236
+ };
237
+ readonly totalTime: {
238
+ readonly header: "Норма вр. итого, ч/мин";
239
+ readonly width: 23;
240
+ };
241
+ readonly remainingTime: {
242
+ readonly header: "Осталось в нормо ч/мин";
243
+ readonly width: 23;
244
+ };
245
+ readonly completionPercent: {
246
+ readonly header: "Готовность в %";
247
+ readonly width: 18;
248
+ };
249
+ readonly maked: {
250
+ readonly header: "Сделано, шт";
251
+ readonly width: 16;
252
+ };
253
+ readonly remainder: {
254
+ readonly header: "Осталось сделать, шт";
255
+ readonly width: 20;
256
+ };
257
+ readonly dateExecution: {
258
+ readonly header: "Дата исполнения";
259
+ readonly width: 20;
260
+ };
261
+ readonly countOfComplete: {
262
+ readonly header: "Кол-во сделано, шт";
263
+ readonly width: 20;
264
+ };
265
+ readonly executor: {
266
+ readonly header: "Исполнитель";
267
+ readonly width: 24;
268
+ };
269
+ };
270
+ export declare const AssemblyStockOrderExcelExportColumnDefinitions: {
271
+ readonly number: {
272
+ readonly header: "№";
273
+ readonly width: 8;
274
+ };
275
+ readonly image: {
276
+ readonly header: "Изображение";
277
+ readonly width: 20;
278
+ };
279
+ readonly type: {
280
+ readonly header: "Тип";
281
+ readonly width: 10;
282
+ };
283
+ readonly designation: {
284
+ readonly header: "Обозначение";
285
+ readonly width: 24;
286
+ };
287
+ readonly name: {
288
+ readonly header: "Наименование";
289
+ readonly width: 40;
290
+ };
291
+ readonly startTime: {
292
+ readonly header: "Начало работ";
293
+ readonly width: 21;
294
+ };
295
+ readonly orderedByPz: {
296
+ readonly header: "Заказано по ПЗ";
297
+ readonly width: 18;
298
+ };
299
+ readonly ordered: {
300
+ readonly header: "Заказано на складе";
301
+ readonly width: 20;
302
+ };
303
+ readonly calculateNeedsTime: {
304
+ readonly header: "Расчётная дата изготовления";
305
+ readonly width: 26;
306
+ };
307
+ readonly warehouseReadyDate: {
308
+ readonly header: "Дата плановой готовности склада";
309
+ readonly width: 28;
310
+ };
311
+ readonly complectataionReadiness: {
312
+ readonly header: "Готовность к комплектации";
313
+ readonly width: 25;
314
+ };
315
+ readonly calculatedCreateTime: {
316
+ readonly header: "Требуемое время готовности";
317
+ readonly width: 25;
318
+ };
319
+ readonly startTimeDelay: {
320
+ readonly header: "Просрочка начала работ, ч";
321
+ readonly width: 24;
322
+ };
323
+ readonly productionDelay: {
324
+ readonly header: "Просрочка изготовления, ч";
325
+ readonly width: 25;
326
+ };
327
+ readonly orderDemand: {
328
+ readonly header: "Потребность по заказам склада или покупателя";
329
+ readonly width: 31;
330
+ };
331
+ readonly deficit: {
332
+ readonly header: "Дефицит";
333
+ readonly width: 16;
334
+ };
335
+ readonly countOfSclad: {
336
+ readonly header: "Кол-во";
337
+ readonly width: 14;
338
+ };
339
+ };
340
+ export declare const ProductDeficitExcelExportColumnDefinitions: {
341
+ readonly number: {
342
+ readonly header: "№";
343
+ readonly width: 8;
344
+ };
345
+ readonly designation: {
346
+ readonly header: "Обозначение";
347
+ readonly width: 24;
348
+ };
349
+ readonly article: {
350
+ readonly header: "Артикул";
351
+ readonly width: 20;
352
+ };
353
+ readonly name: {
354
+ readonly header: "Наименование";
355
+ readonly width: 40;
356
+ };
357
+ readonly warehouseReadinessDate: {
358
+ readonly header: "Дата плановой готовности склада";
359
+ readonly width: 28;
360
+ };
361
+ readonly shipmentDate: {
362
+ readonly header: "Дата плановой отгрузки";
363
+ readonly width: 23;
364
+ };
365
+ readonly deficit: {
366
+ readonly header: "Общий дефицит";
367
+ readonly width: 18;
368
+ };
369
+ readonly orderDemand: {
370
+ readonly header: "Потребность по заказам покупателя";
371
+ readonly width: 30;
372
+ };
373
+ readonly remaining: {
374
+ readonly header: "Кол-во";
375
+ readonly width: 14;
376
+ };
377
+ readonly status: {
378
+ readonly header: "Статус";
379
+ readonly width: 18;
380
+ };
381
+ readonly minRemaining: {
382
+ readonly header: "Мин. остаток";
383
+ readonly width: 16;
384
+ };
385
+ readonly recommendedRemaining: {
386
+ readonly header: "Рек. остаток";
387
+ readonly width: 16;
388
+ };
389
+ readonly timeNorm: {
390
+ readonly header: "Норма времени на одну единицу, ч/мин";
391
+ readonly width: 29;
392
+ };
393
+ readonly ownQuantity: {
394
+ readonly header: "Кол-во (по ум.=рекомендуемому кол-ву)";
395
+ readonly width: 31;
396
+ };
397
+ readonly ordered: {
398
+ readonly header: "Заказано на складе";
399
+ readonly width: 20;
400
+ };
401
+ readonly realRemaining: {
402
+ readonly header: "Реальный остаток с учетом планируемых отгрузок и планируемого производства";
403
+ readonly width: 35;
404
+ };
405
+ };
406
+ export declare const CbedDeficitExcelExportColumnDefinitions: {
407
+ readonly number: {
408
+ readonly header: "№";
409
+ readonly width: 8;
410
+ };
411
+ readonly designation: {
412
+ readonly header: "Обозначение";
413
+ readonly width: 24;
414
+ };
415
+ readonly name: {
416
+ readonly header: "Наименование";
417
+ readonly width: 40;
418
+ };
419
+ readonly warehouseReadinessDate: {
420
+ readonly header: "Дата плановой готовности склада";
421
+ readonly width: 28;
422
+ };
423
+ readonly deficit: {
424
+ readonly header: "Общий дефицит";
425
+ readonly width: 18;
426
+ };
427
+ readonly orderDemand: {
428
+ readonly header: "Потребность по заказам";
429
+ readonly width: 24;
430
+ };
431
+ readonly remaining: {
432
+ readonly header: "Кол-во";
433
+ readonly width: 14;
434
+ };
435
+ readonly status: {
436
+ readonly header: "Статус";
437
+ readonly width: 18;
438
+ };
439
+ readonly minRemaining: {
440
+ readonly header: "Мин. остаток";
441
+ readonly width: 16;
442
+ };
443
+ readonly recommendedRemaining: {
444
+ readonly header: "Рек. остаток";
445
+ readonly width: 16;
446
+ };
447
+ readonly timeNorm: {
448
+ readonly header: "Норма времени на одну единицу, ч/мин";
449
+ readonly width: 29;
450
+ };
451
+ readonly ownQuantity: {
452
+ readonly header: "Кол-во (по ум.=рекомендуемому кол-ву)";
453
+ readonly width: 31;
454
+ };
455
+ readonly ordered: {
456
+ readonly header: "Заказано на складе";
457
+ readonly width: 20;
458
+ };
459
+ readonly realRemaining: {
460
+ readonly header: "Реальный остаток с учетом планируемых отгрузок и планируемого производства";
461
+ readonly width: 35;
462
+ };
463
+ };
464
+ export declare const DetalDeficitExcelExportColumnDefinitions: {
465
+ readonly number: {
466
+ readonly header: "№";
467
+ readonly width: 8;
468
+ };
469
+ readonly designation: {
470
+ readonly header: "Обозначение";
471
+ readonly width: 24;
472
+ };
473
+ readonly name: {
474
+ readonly header: "Наименование";
475
+ readonly width: 40;
476
+ };
477
+ readonly warehouseReadinessDate: {
478
+ readonly header: "Дата плановой готовности склада";
479
+ readonly width: 28;
480
+ };
481
+ readonly deficit: {
482
+ readonly header: "Общий дефицит";
483
+ readonly width: 18;
484
+ };
485
+ readonly orderDemand: {
486
+ readonly header: "Потребность по заказам склада";
487
+ readonly width: 28;
488
+ };
489
+ readonly remaining: {
490
+ readonly header: "Кол-во";
491
+ readonly width: 14;
492
+ };
493
+ readonly status: {
494
+ readonly header: "Статус";
495
+ readonly width: 18;
496
+ };
497
+ readonly minRemaining: {
498
+ readonly header: "Мин. остаток";
499
+ readonly width: 16;
500
+ };
501
+ readonly recommendedRemaining: {
502
+ readonly header: "Рек. остаток";
503
+ readonly width: 16;
504
+ };
505
+ readonly cnc: {
506
+ readonly header: "ЧПУ";
507
+ readonly width: 12;
508
+ };
509
+ readonly timeNorm: {
510
+ readonly header: "Норма времени на одну единицу, ч/мин";
511
+ readonly width: 29;
512
+ };
513
+ readonly ownQuantity: {
514
+ readonly header: "Кол-во (по ум.=рекомендуемому кол-ву)";
515
+ readonly width: 31;
516
+ };
517
+ readonly ordered: {
518
+ readonly header: "Заказано на складе";
519
+ readonly width: 20;
520
+ };
521
+ readonly deficitWithProduction: {
522
+ readonly header: "Дефицит с учетом производства";
523
+ readonly width: 27;
524
+ };
525
+ readonly realRemaining: {
526
+ readonly header: "Реальный остаток с учетом планируемых отгрузок и планируемого производства";
527
+ readonly width: 35;
528
+ };
529
+ };
530
+ export declare const MaterialDeficitExcelExportColumnDefinitions: {
531
+ readonly number: {
532
+ readonly header: "№";
533
+ readonly width: 8;
534
+ };
535
+ readonly name: {
536
+ readonly header: "Наименование";
537
+ readonly width: 40;
538
+ };
539
+ readonly plannedDeliveryDate: {
540
+ readonly header: "Планируемая дата прихода";
541
+ readonly width: 24;
542
+ };
543
+ readonly shipmentDate: {
544
+ readonly header: "Дата плановой отгрузки";
545
+ readonly width: 23;
546
+ };
547
+ readonly inKit: {
548
+ readonly header: "В наборах";
549
+ readonly width: 14;
550
+ };
551
+ readonly measurement: {
552
+ readonly header: "ЕИ";
553
+ readonly width: 12;
554
+ };
555
+ readonly deficit: {
556
+ readonly header: "Общий дефицит";
557
+ readonly width: 18;
558
+ };
559
+ readonly orderDemand: {
560
+ readonly header: "Потребность по ЗС";
561
+ readonly width: 21;
562
+ };
563
+ readonly remaining: {
564
+ readonly header: "Остаток";
565
+ readonly width: 15;
566
+ };
567
+ readonly status: {
568
+ readonly header: "Статус";
569
+ readonly width: 18;
570
+ };
571
+ readonly minRemaining: {
572
+ readonly header: "Мин. остаток";
573
+ readonly width: 16;
574
+ };
575
+ readonly recommendedRemaining: {
576
+ readonly header: "Рек. остаток";
577
+ readonly width: 16;
578
+ };
579
+ readonly ownQuantity: {
580
+ readonly header: "Кол-во (по ум.=рекомендуемому кол-ву)";
581
+ readonly width: 31;
582
+ };
583
+ readonly ordered: {
584
+ readonly header: "Заказано";
585
+ readonly width: 16;
586
+ };
587
+ readonly deficitWithIncoming: {
588
+ readonly header: "Дефицит с учетом прихода";
589
+ readonly width: 25;
590
+ };
591
+ readonly realRemaining: {
592
+ readonly header: "Реальный остаток с учетом планируемых отгрузок и планируемого производства";
593
+ readonly width: 35;
594
+ };
595
+ };
596
+ export declare const AssemblyExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete", ...("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]]>;
597
+ export declare const MetalloworkingExcelExportColumnSchema: z.ZodEnum<["number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste", ...("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]]>;
598
+ export declare const AssemblyOperationExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>;
599
+ export declare const OperationPathExcelExportColumnSchema: z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>;
600
+ export declare const AssemblyStockOrderExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>;
601
+ export declare const ProductDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>;
602
+ export declare const CbedDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>;
603
+ export declare const DetalDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]]>;
604
+ export declare const MaterialDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>;
605
+ export declare const CreateAssemblyExcelExportDtoZod: z.ZodObject<{
606
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyList>;
607
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete", ...("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[], ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]>;
608
+ filters: z.ZodObject<Omit<{
609
+ page: z.ZodNumber;
610
+ searchString: z.ZodString;
611
+ isBan: z.ZodBoolean;
612
+ responsibleUserId: z.ZodNullable<z.ZodNumber>;
613
+ notOrderedByProductionTask: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
614
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
615
+ type: z.ZodDefault<z.ZodNativeEnum<typeof import("..").AssembleIzdEnum>>;
616
+ sortReadines: z.ZodDefault<z.ZodNativeEnum<typeof import("..").SortReadinesEnum>>;
617
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
618
+ onlyCanComplect: z.ZodBoolean;
619
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
620
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
621
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
622
+ }, "strip", z.ZodTypeAny, {
623
+ sortDesc: boolean;
624
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
625
+ }, {
626
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
627
+ sortDesc?: boolean | undefined;
628
+ }>, "many">>>;
629
+ }, "page">, "strip", z.ZodTypeAny, {
630
+ type: import("..").AssembleIzdEnum;
631
+ sort: {
632
+ sortDesc: boolean;
633
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
634
+ }[];
635
+ searchString: string;
636
+ responsibleUserId: number | null;
637
+ isBan: boolean;
638
+ sortReadines: import("..").SortReadinesEnum;
639
+ onlyCanComplect: boolean;
640
+ byParents?: import("..").IFiltersByParents | null | undefined;
641
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
642
+ notOrderedByProductionTask?: boolean | null | undefined;
643
+ }, {
644
+ searchString: string;
645
+ responsibleUserId: number | null;
646
+ isBan: boolean;
647
+ onlyCanComplect: boolean;
648
+ type?: import("..").AssembleIzdEnum | undefined;
649
+ sort?: {
650
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
651
+ sortDesc?: boolean | undefined;
652
+ }[] | undefined;
653
+ byParents?: import("..").IFiltersByParents | null | undefined;
654
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
655
+ notOrderedByProductionTask?: boolean | null | undefined;
656
+ sortReadines?: import("..").SortReadinesEnum | undefined;
657
+ }>;
658
+ }, "strip", z.ZodTypeAny, {
659
+ filters: {
660
+ type: import("..").AssembleIzdEnum;
661
+ sort: {
662
+ sortDesc: boolean;
663
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
664
+ }[];
665
+ searchString: string;
666
+ responsibleUserId: number | null;
667
+ isBan: boolean;
668
+ sortReadines: import("..").SortReadinesEnum;
669
+ onlyCanComplect: boolean;
670
+ byParents?: import("..").IFiltersByParents | null | undefined;
671
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
672
+ notOrderedByProductionTask?: boolean | null | undefined;
673
+ };
674
+ reportType: ExcelExportReportType.assemblyList;
675
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
676
+ }, {
677
+ filters: {
678
+ searchString: string;
679
+ responsibleUserId: number | null;
680
+ isBan: boolean;
681
+ onlyCanComplect: boolean;
682
+ type?: import("..").AssembleIzdEnum | undefined;
683
+ sort?: {
684
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
685
+ sortDesc?: boolean | undefined;
686
+ }[] | undefined;
687
+ byParents?: import("..").IFiltersByParents | null | undefined;
688
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
689
+ notOrderedByProductionTask?: boolean | null | undefined;
690
+ sortReadines?: import("..").SortReadinesEnum | undefined;
691
+ };
692
+ reportType: ExcelExportReportType.assemblyList;
693
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
694
+ }>;
695
+ export declare const CreateMetalloworkingExcelExportDtoZod: z.ZodObject<{
696
+ reportType: z.ZodLiteral<ExcelExportReportType.metalloworkingList>;
697
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste", ...("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]]>, "many">, ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[], ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]>;
698
+ filters: z.ZodObject<Omit<{
699
+ page: z.ZodNumber;
700
+ responsibleUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
701
+ metalloworkingID: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
702
+ searchString: z.ZodString;
703
+ isBan: z.ZodBoolean;
704
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
705
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
706
+ childrenByProductionTaskIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
707
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
708
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
709
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
710
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
711
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
712
+ }, "strip", z.ZodTypeAny, {
713
+ sortDesc: boolean;
714
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
715
+ }, {
716
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
717
+ sortDesc?: boolean | undefined;
718
+ }>, "many">>>;
719
+ }, "page">, "strip", z.ZodTypeAny, {
720
+ sort: {
721
+ sortDesc: boolean;
722
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
723
+ }[];
724
+ searchString: string;
725
+ isBan: boolean;
726
+ isDiscontinued: boolean | null;
727
+ responsibleUserId?: number | null | undefined;
728
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
729
+ byParents?: import("..").IFiltersByParents | null | undefined;
730
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
731
+ childrenByProductionTaskIds?: number[] | null | undefined;
732
+ metalloworkingID?: number | null | undefined;
733
+ }, {
734
+ searchString: string;
735
+ isBan: boolean;
736
+ sort?: {
737
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
738
+ sortDesc?: boolean | undefined;
739
+ }[] | undefined;
740
+ responsibleUserId?: number | null | undefined;
741
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
742
+ isDiscontinued?: boolean | null | undefined;
743
+ byParents?: import("..").IFiltersByParents | null | undefined;
744
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
745
+ childrenByProductionTaskIds?: number[] | null | undefined;
746
+ metalloworkingID?: number | null | undefined;
747
+ }>;
748
+ }, "strip", z.ZodTypeAny, {
749
+ filters: {
750
+ sort: {
751
+ sortDesc: boolean;
752
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
753
+ }[];
754
+ searchString: string;
755
+ isBan: boolean;
756
+ isDiscontinued: boolean | null;
757
+ responsibleUserId?: number | null | undefined;
758
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
759
+ byParents?: import("..").IFiltersByParents | null | undefined;
760
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
761
+ childrenByProductionTaskIds?: number[] | null | undefined;
762
+ metalloworkingID?: number | null | undefined;
763
+ };
764
+ reportType: ExcelExportReportType.metalloworkingList;
765
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
766
+ }, {
767
+ filters: {
768
+ searchString: string;
769
+ isBan: boolean;
770
+ sort?: {
771
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
772
+ sortDesc?: boolean | undefined;
773
+ }[] | undefined;
774
+ responsibleUserId?: number | null | undefined;
775
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
776
+ isDiscontinued?: boolean | null | undefined;
777
+ byParents?: import("..").IFiltersByParents | null | undefined;
778
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
779
+ childrenByProductionTaskIds?: number[] | null | undefined;
780
+ metalloworkingID?: number | null | undefined;
781
+ };
782
+ reportType: ExcelExportReportType.metalloworkingList;
783
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
784
+ }>;
785
+ export declare const CreateAssemblyOperationExcelExportDtoZod: z.ZodObject<{
786
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyOperationList>;
787
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>, "many">, ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[], ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]>;
788
+ filters: z.ZodObject<Omit<{
789
+ page: z.ZodNumber;
790
+ operationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
791
+ searchString: z.ZodString;
792
+ status: z.ZodNativeEnum<typeof import("..").AssembleStatus>;
793
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
794
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
795
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
796
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
797
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
798
+ }, "strip", z.ZodTypeAny, {
799
+ sortDesc: boolean;
800
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
801
+ }, {
802
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
803
+ sortDesc?: boolean | undefined;
804
+ }>, "many">>>;
805
+ }, "page">, "strip", z.ZodTypeAny, {
806
+ sort: {
807
+ sortDesc: boolean;
808
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
809
+ }[];
810
+ status: import("..").AssembleStatus;
811
+ operationId: number | null;
812
+ searchString: string;
813
+ byParents?: import("..").IFiltersByParents | null | undefined;
814
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
815
+ }, {
816
+ status: import("..").AssembleStatus;
817
+ searchString: string;
818
+ sort?: {
819
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
820
+ sortDesc?: boolean | undefined;
821
+ }[] | undefined;
822
+ operationId?: number | null | undefined;
823
+ byParents?: import("..").IFiltersByParents | null | undefined;
824
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
825
+ }>;
826
+ }, "strip", z.ZodTypeAny, {
827
+ filters: {
828
+ sort: {
829
+ sortDesc: boolean;
830
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
831
+ }[];
832
+ status: import("..").AssembleStatus;
833
+ operationId: number | null;
834
+ searchString: string;
835
+ byParents?: import("..").IFiltersByParents | null | undefined;
836
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
837
+ };
838
+ reportType: ExcelExportReportType.assemblyOperationList;
839
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
840
+ }, {
841
+ filters: {
842
+ status: import("..").AssembleStatus;
843
+ searchString: string;
844
+ sort?: {
845
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
846
+ sortDesc?: boolean | undefined;
847
+ }[] | undefined;
848
+ operationId?: number | null | undefined;
849
+ byParents?: import("..").IFiltersByParents | null | undefined;
850
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
851
+ };
852
+ reportType: ExcelExportReportType.assemblyOperationList;
853
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
854
+ }>;
855
+ export declare const CreateOperationPathExcelExportDtoZod: z.ZodObject<{
856
+ reportType: z.ZodLiteral<ExcelExportReportType.operationPath>;
857
+ columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>, "many">, ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[], ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]>>;
858
+ filters: z.ZodObject<{
859
+ sourceType: z.ZodNativeEnum<typeof OperationPathExcelExportSourceType>;
860
+ sourceId: z.ZodNumber;
861
+ }, "strip", z.ZodTypeAny, {
862
+ sourceType: OperationPathExcelExportSourceType;
863
+ sourceId: number;
864
+ }, {
865
+ sourceType: OperationPathExcelExportSourceType;
866
+ sourceId: number;
867
+ }>;
868
+ }, "strip", z.ZodTypeAny, {
869
+ filters: {
870
+ sourceType: OperationPathExcelExportSourceType;
871
+ sourceId: number;
872
+ };
873
+ reportType: ExcelExportReportType.operationPath;
874
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
875
+ }, {
876
+ filters: {
877
+ sourceType: OperationPathExcelExportSourceType;
878
+ sourceId: number;
879
+ };
880
+ reportType: ExcelExportReportType.operationPath;
881
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
882
+ }>;
883
+ export declare const CreateAssemblyStockOrderExcelExportDtoZod: z.ZodObject<{
884
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyStockOrderList>;
885
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[], ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]>;
886
+ filters: z.ZodObject<Omit<{
887
+ page: z.ZodNumber;
888
+ searchString: z.ZodString;
889
+ responsibleUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
890
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
891
+ type: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").AssembleIzdEnum>>>>;
892
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
893
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
894
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
895
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
896
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
897
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
898
+ }, "strip", z.ZodTypeAny, {
899
+ sortDesc: boolean;
900
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
901
+ }, {
902
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
903
+ sortDesc?: boolean | undefined;
904
+ }>, "many">>>;
905
+ }, "page">, "strip", z.ZodTypeAny, {
906
+ type: import("..").AssembleIzdEnum | null;
907
+ sort: {
908
+ sortDesc: boolean;
909
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
910
+ }[];
911
+ searchString: string;
912
+ isDiscontinued: boolean | null;
913
+ responsibleUserId?: number | null | undefined;
914
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
915
+ byParents?: import("..").IFiltersByParents | null | undefined;
916
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
917
+ }, {
918
+ searchString: string;
919
+ type?: import("..").AssembleIzdEnum | null | undefined;
920
+ sort?: {
921
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
922
+ sortDesc?: boolean | undefined;
923
+ }[] | undefined;
924
+ responsibleUserId?: number | null | undefined;
925
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
926
+ isDiscontinued?: boolean | null | undefined;
927
+ byParents?: import("..").IFiltersByParents | null | undefined;
928
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
929
+ }>;
930
+ }, "strip", z.ZodTypeAny, {
931
+ filters: {
932
+ type: import("..").AssembleIzdEnum | null;
933
+ sort: {
934
+ sortDesc: boolean;
935
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
936
+ }[];
937
+ searchString: string;
938
+ isDiscontinued: boolean | null;
939
+ responsibleUserId?: number | null | undefined;
940
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
941
+ byParents?: import("..").IFiltersByParents | null | undefined;
942
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
943
+ };
944
+ reportType: ExcelExportReportType.assemblyStockOrderList;
945
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
946
+ }, {
947
+ filters: {
948
+ searchString: string;
949
+ type?: import("..").AssembleIzdEnum | null | undefined;
950
+ sort?: {
951
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
952
+ sortDesc?: boolean | undefined;
953
+ }[] | undefined;
954
+ responsibleUserId?: number | null | undefined;
955
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
956
+ isDiscontinued?: boolean | null | undefined;
957
+ byParents?: import("..").IFiltersByParents | null | undefined;
958
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
959
+ };
960
+ reportType: ExcelExportReportType.assemblyStockOrderList;
961
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
962
+ }>;
963
+ export declare const CreateProductDeficitExcelExportDtoZod: z.ZodObject<{
964
+ reportType: z.ZodLiteral<ExcelExportReportType.productDeficitList>;
965
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
966
+ filters: z.ZodObject<Omit<{
967
+ productIds: z.ZodArray<z.ZodNumber, "many">;
968
+ statusWorking: z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>;
969
+ searchString: z.ZodString;
970
+ shipmentIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
971
+ page: z.ZodOptional<z.ZodNumber>;
972
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
973
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
974
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
975
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
976
+ }, "strip", z.ZodTypeAny, {
977
+ sortDesc: boolean;
978
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
979
+ }, {
980
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
981
+ sortDesc?: boolean | undefined;
982
+ }>, "many">>>;
983
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
984
+ }, "page">, "strip", z.ZodTypeAny, {
985
+ sort: {
986
+ sortDesc: boolean;
987
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
988
+ }[];
989
+ searchString: string;
990
+ isDiscontinued: boolean | null;
991
+ statusWorking: import("..").statusWorkingsDeficit;
992
+ productIds: number[];
993
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
994
+ shipmentIds?: number[] | null | undefined;
995
+ }, {
996
+ searchString: string;
997
+ statusWorking: import("..").statusWorkingsDeficit;
998
+ productIds: number[];
999
+ sort?: {
1000
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1001
+ sortDesc?: boolean | undefined;
1002
+ }[] | undefined;
1003
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1004
+ isDiscontinued?: boolean | null | undefined;
1005
+ shipmentIds?: number[] | null | undefined;
1006
+ }>;
1007
+ }, "strip", z.ZodTypeAny, {
1008
+ filters: {
1009
+ sort: {
1010
+ sortDesc: boolean;
1011
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1012
+ }[];
1013
+ searchString: string;
1014
+ isDiscontinued: boolean | null;
1015
+ statusWorking: import("..").statusWorkingsDeficit;
1016
+ productIds: number[];
1017
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1018
+ shipmentIds?: number[] | null | undefined;
1019
+ };
1020
+ reportType: ExcelExportReportType.productDeficitList;
1021
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1022
+ }, {
1023
+ filters: {
1024
+ searchString: string;
1025
+ statusWorking: import("..").statusWorkingsDeficit;
1026
+ productIds: number[];
1027
+ sort?: {
1028
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1029
+ sortDesc?: boolean | undefined;
1030
+ }[] | undefined;
1031
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1032
+ isDiscontinued?: boolean | null | undefined;
1033
+ shipmentIds?: number[] | null | undefined;
1034
+ };
1035
+ reportType: ExcelExportReportType.productDeficitList;
1036
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1037
+ }>;
1038
+ export declare const CreateCbedDeficitExcelExportDtoZod: z.ZodObject<{
1039
+ reportType: z.ZodLiteral<ExcelExportReportType.cbedDeficitList>;
1040
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
1041
+ filters: z.ZodObject<Omit<{
1042
+ cbedIds: z.ZodArray<z.ZodNumber, "many">;
1043
+ page: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1044
+ statusWorking: z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>;
1045
+ searchString: z.ZodString;
1046
+ shipmentIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1047
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
1048
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1049
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1050
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1051
+ }, "strip", z.ZodTypeAny, {
1052
+ sortDesc: boolean;
1053
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1054
+ }, {
1055
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1056
+ sortDesc?: boolean | undefined;
1057
+ }>, "many">>>;
1058
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1059
+ }, "page">, "strip", z.ZodTypeAny, {
1060
+ sort: {
1061
+ sortDesc: boolean;
1062
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1063
+ }[];
1064
+ searchString: string;
1065
+ isDiscontinued: boolean | null;
1066
+ statusWorking: import("..").statusWorkingsDeficit;
1067
+ cbedIds: number[];
1068
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1069
+ shipmentIds?: number[] | null | undefined;
1070
+ }, {
1071
+ searchString: string;
1072
+ statusWorking: import("..").statusWorkingsDeficit;
1073
+ cbedIds: number[];
1074
+ sort?: {
1075
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1076
+ sortDesc?: boolean | undefined;
1077
+ }[] | undefined;
1078
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1079
+ isDiscontinued?: boolean | null | undefined;
1080
+ shipmentIds?: number[] | null | undefined;
1081
+ }>;
1082
+ }, "strip", z.ZodTypeAny, {
1083
+ filters: {
1084
+ sort: {
1085
+ sortDesc: boolean;
1086
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1087
+ }[];
1088
+ searchString: string;
1089
+ isDiscontinued: boolean | null;
1090
+ statusWorking: import("..").statusWorkingsDeficit;
1091
+ cbedIds: number[];
1092
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1093
+ shipmentIds?: number[] | null | undefined;
1094
+ };
1095
+ reportType: ExcelExportReportType.cbedDeficitList;
1096
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1097
+ }, {
1098
+ filters: {
1099
+ searchString: string;
1100
+ statusWorking: import("..").statusWorkingsDeficit;
1101
+ cbedIds: number[];
1102
+ sort?: {
1103
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1104
+ sortDesc?: boolean | undefined;
1105
+ }[] | undefined;
1106
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1107
+ isDiscontinued?: boolean | null | undefined;
1108
+ shipmentIds?: number[] | null | undefined;
1109
+ };
1110
+ reportType: ExcelExportReportType.cbedDeficitList;
1111
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1112
+ }>;
1113
+ export declare const CreateDetalDeficitExcelExportDtoZod: z.ZodObject<{
1114
+ reportType: z.ZodLiteral<ExcelExportReportType.detalDeficitList>;
1115
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]>;
1116
+ filters: z.ZodObject<Omit<{
1117
+ detalIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1118
+ statusWorking: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>>>;
1119
+ searchString: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1120
+ shipmentIds: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>;
1121
+ page: z.ZodNumber;
1122
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1123
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1124
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1125
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1126
+ }, "strip", z.ZodTypeAny, {
1127
+ sortDesc: boolean;
1128
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1129
+ }, {
1130
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1131
+ sortDesc?: boolean | undefined;
1132
+ }>, "many">>>;
1133
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1134
+ }, "page">, "strip", z.ZodTypeAny, {
1135
+ sort: {
1136
+ sortDesc: boolean;
1137
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1138
+ }[];
1139
+ searchString: string;
1140
+ isDiscontinued: boolean;
1141
+ detalIds: number[];
1142
+ statusWorking: import("..").statusWorkingsDeficit;
1143
+ shipmentIds: number[] | null;
1144
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1145
+ }, {
1146
+ sort?: {
1147
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1148
+ sortDesc?: boolean | undefined;
1149
+ }[] | undefined;
1150
+ searchString?: string | undefined;
1151
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1152
+ isDiscontinued?: boolean | undefined;
1153
+ detalIds?: number[] | undefined;
1154
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1155
+ shipmentIds?: number[] | null | undefined;
1156
+ }>;
1157
+ }, "strip", z.ZodTypeAny, {
1158
+ filters: {
1159
+ sort: {
1160
+ sortDesc: boolean;
1161
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1162
+ }[];
1163
+ searchString: string;
1164
+ isDiscontinued: boolean;
1165
+ detalIds: number[];
1166
+ statusWorking: import("..").statusWorkingsDeficit;
1167
+ shipmentIds: number[] | null;
1168
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1169
+ };
1170
+ reportType: ExcelExportReportType.detalDeficitList;
1171
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
1172
+ }, {
1173
+ filters: {
1174
+ sort?: {
1175
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1176
+ sortDesc?: boolean | undefined;
1177
+ }[] | undefined;
1178
+ searchString?: string | undefined;
1179
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1180
+ isDiscontinued?: boolean | undefined;
1181
+ detalIds?: number[] | undefined;
1182
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1183
+ shipmentIds?: number[] | null | undefined;
1184
+ };
1185
+ reportType: ExcelExportReportType.detalDeficitList;
1186
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
1187
+ }>;
1188
+ export declare const CreateMaterialDeficitExcelExportDtoZod: z.ZodObject<{
1189
+ reportType: z.ZodLiteral<ExcelExportReportType.materialDeficitList>;
1190
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>, "many">, ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[], ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]>;
1191
+ filters: z.ZodObject<Omit<{
1192
+ materialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1193
+ typeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1194
+ subTypeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1195
+ statusWorking: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>>>;
1196
+ searchString: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1197
+ shipmentIds: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>;
1198
+ page: z.ZodNumber;
1199
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1200
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../material").MaterialDeficitSortField>>>;
1201
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1202
+ }, "strip", z.ZodTypeAny, {
1203
+ sortDesc: boolean;
1204
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1205
+ }, {
1206
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1207
+ sortDesc?: boolean | undefined;
1208
+ }>, "many">>>;
1209
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1210
+ }, "page">, "strip", z.ZodTypeAny, {
1211
+ sort: {
1212
+ sortDesc: boolean;
1213
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1214
+ }[];
1215
+ searchString: string;
1216
+ statusWorking: import("..").statusWorkingsDeficit;
1217
+ shipmentIds: number[] | null;
1218
+ materialIds: number[];
1219
+ typeMaterialIds: number[];
1220
+ subTypeMaterialIds: number[];
1221
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1222
+ }, {
1223
+ sort?: {
1224
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1225
+ sortDesc?: boolean | undefined;
1226
+ }[] | undefined;
1227
+ searchString?: string | undefined;
1228
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1229
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1230
+ shipmentIds?: number[] | null | undefined;
1231
+ materialIds?: number[] | undefined;
1232
+ typeMaterialIds?: number[] | undefined;
1233
+ subTypeMaterialIds?: number[] | undefined;
1234
+ }>;
1235
+ }, "strip", z.ZodTypeAny, {
1236
+ filters: {
1237
+ sort: {
1238
+ sortDesc: boolean;
1239
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1240
+ }[];
1241
+ searchString: string;
1242
+ statusWorking: import("..").statusWorkingsDeficit;
1243
+ shipmentIds: number[] | null;
1244
+ materialIds: number[];
1245
+ typeMaterialIds: number[];
1246
+ subTypeMaterialIds: number[];
1247
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1248
+ };
1249
+ reportType: ExcelExportReportType.materialDeficitList;
1250
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
1251
+ }, {
1252
+ filters: {
1253
+ sort?: {
1254
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1255
+ sortDesc?: boolean | undefined;
1256
+ }[] | undefined;
1257
+ searchString?: string | undefined;
1258
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1259
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1260
+ shipmentIds?: number[] | null | undefined;
1261
+ materialIds?: number[] | undefined;
1262
+ typeMaterialIds?: number[] | undefined;
1263
+ subTypeMaterialIds?: number[] | undefined;
1264
+ };
1265
+ reportType: ExcelExportReportType.materialDeficitList;
1266
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
1267
+ }>;
1268
+ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"reportType", [z.ZodObject<{
1269
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyList>;
1270
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete", ...("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[], ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]>;
1271
+ filters: z.ZodObject<Omit<{
1272
+ page: z.ZodNumber;
1273
+ searchString: z.ZodString;
1274
+ isBan: z.ZodBoolean;
1275
+ responsibleUserId: z.ZodNullable<z.ZodNumber>;
1276
+ notOrderedByProductionTask: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1277
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
1278
+ type: z.ZodDefault<z.ZodNativeEnum<typeof import("..").AssembleIzdEnum>>;
1279
+ sortReadines: z.ZodDefault<z.ZodNativeEnum<typeof import("..").SortReadinesEnum>>;
1280
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
1281
+ onlyCanComplect: z.ZodBoolean;
1282
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1283
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1284
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1285
+ }, "strip", z.ZodTypeAny, {
1286
+ sortDesc: boolean;
1287
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1288
+ }, {
1289
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1290
+ sortDesc?: boolean | undefined;
1291
+ }>, "many">>>;
1292
+ }, "page">, "strip", z.ZodTypeAny, {
1293
+ type: import("..").AssembleIzdEnum;
1294
+ sort: {
1295
+ sortDesc: boolean;
1296
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1297
+ }[];
1298
+ searchString: string;
1299
+ responsibleUserId: number | null;
1300
+ isBan: boolean;
1301
+ sortReadines: import("..").SortReadinesEnum;
1302
+ onlyCanComplect: boolean;
1303
+ byParents?: import("..").IFiltersByParents | null | undefined;
1304
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1305
+ notOrderedByProductionTask?: boolean | null | undefined;
1306
+ }, {
1307
+ searchString: string;
1308
+ responsibleUserId: number | null;
1309
+ isBan: boolean;
1310
+ onlyCanComplect: boolean;
1311
+ type?: import("..").AssembleIzdEnum | undefined;
1312
+ sort?: {
1313
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1314
+ sortDesc?: boolean | undefined;
1315
+ }[] | undefined;
1316
+ byParents?: import("..").IFiltersByParents | null | undefined;
1317
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1318
+ notOrderedByProductionTask?: boolean | null | undefined;
1319
+ sortReadines?: import("..").SortReadinesEnum | undefined;
1320
+ }>;
1321
+ }, "strip", z.ZodTypeAny, {
1322
+ filters: {
1323
+ type: import("..").AssembleIzdEnum;
1324
+ sort: {
1325
+ sortDesc: boolean;
1326
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1327
+ }[];
1328
+ searchString: string;
1329
+ responsibleUserId: number | null;
1330
+ isBan: boolean;
1331
+ sortReadines: import("..").SortReadinesEnum;
1332
+ onlyCanComplect: boolean;
1333
+ byParents?: import("..").IFiltersByParents | null | undefined;
1334
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1335
+ notOrderedByProductionTask?: boolean | null | undefined;
1336
+ };
1337
+ reportType: ExcelExportReportType.assemblyList;
1338
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
1339
+ }, {
1340
+ filters: {
1341
+ searchString: string;
1342
+ responsibleUserId: number | null;
1343
+ isBan: boolean;
1344
+ onlyCanComplect: boolean;
1345
+ type?: import("..").AssembleIzdEnum | undefined;
1346
+ sort?: {
1347
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1348
+ sortDesc?: boolean | undefined;
1349
+ }[] | undefined;
1350
+ byParents?: import("..").IFiltersByParents | null | undefined;
1351
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1352
+ notOrderedByProductionTask?: boolean | null | undefined;
1353
+ sortReadines?: import("..").SortReadinesEnum | undefined;
1354
+ };
1355
+ reportType: ExcelExportReportType.assemblyList;
1356
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
1357
+ }>, z.ZodObject<{
1358
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyOperationList>;
1359
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>, "many">, ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[], ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]>;
1360
+ filters: z.ZodObject<Omit<{
1361
+ page: z.ZodNumber;
1362
+ operationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
1363
+ searchString: z.ZodString;
1364
+ status: z.ZodNativeEnum<typeof import("..").AssembleStatus>;
1365
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
1366
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
1367
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1368
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1369
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1370
+ }, "strip", z.ZodTypeAny, {
1371
+ sortDesc: boolean;
1372
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1373
+ }, {
1374
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1375
+ sortDesc?: boolean | undefined;
1376
+ }>, "many">>>;
1377
+ }, "page">, "strip", z.ZodTypeAny, {
1378
+ sort: {
1379
+ sortDesc: boolean;
1380
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1381
+ }[];
1382
+ status: import("..").AssembleStatus;
1383
+ operationId: number | null;
1384
+ searchString: string;
1385
+ byParents?: import("..").IFiltersByParents | null | undefined;
1386
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1387
+ }, {
1388
+ status: import("..").AssembleStatus;
1389
+ searchString: string;
1390
+ sort?: {
1391
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1392
+ sortDesc?: boolean | undefined;
1393
+ }[] | undefined;
1394
+ operationId?: number | null | undefined;
1395
+ byParents?: import("..").IFiltersByParents | null | undefined;
1396
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1397
+ }>;
1398
+ }, "strip", z.ZodTypeAny, {
1399
+ filters: {
1400
+ sort: {
1401
+ sortDesc: boolean;
1402
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1403
+ }[];
1404
+ status: import("..").AssembleStatus;
1405
+ operationId: number | null;
1406
+ searchString: string;
1407
+ byParents?: import("..").IFiltersByParents | null | undefined;
1408
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1409
+ };
1410
+ reportType: ExcelExportReportType.assemblyOperationList;
1411
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
1412
+ }, {
1413
+ filters: {
1414
+ status: import("..").AssembleStatus;
1415
+ searchString: string;
1416
+ sort?: {
1417
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1418
+ sortDesc?: boolean | undefined;
1419
+ }[] | undefined;
1420
+ operationId?: number | null | undefined;
1421
+ byParents?: import("..").IFiltersByParents | null | undefined;
1422
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1423
+ };
1424
+ reportType: ExcelExportReportType.assemblyOperationList;
1425
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
1426
+ }>, z.ZodObject<{
1427
+ reportType: z.ZodLiteral<ExcelExportReportType.operationPath>;
1428
+ columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>, "many">, ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[], ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]>>;
1429
+ filters: z.ZodObject<{
1430
+ sourceType: z.ZodNativeEnum<typeof OperationPathExcelExportSourceType>;
1431
+ sourceId: z.ZodNumber;
1432
+ }, "strip", z.ZodTypeAny, {
1433
+ sourceType: OperationPathExcelExportSourceType;
1434
+ sourceId: number;
1435
+ }, {
1436
+ sourceType: OperationPathExcelExportSourceType;
1437
+ sourceId: number;
1438
+ }>;
1439
+ }, "strip", z.ZodTypeAny, {
1440
+ filters: {
1441
+ sourceType: OperationPathExcelExportSourceType;
1442
+ sourceId: number;
1443
+ };
1444
+ reportType: ExcelExportReportType.operationPath;
1445
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
1446
+ }, {
1447
+ filters: {
1448
+ sourceType: OperationPathExcelExportSourceType;
1449
+ sourceId: number;
1450
+ };
1451
+ reportType: ExcelExportReportType.operationPath;
1452
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
1453
+ }>, z.ZodObject<{
1454
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyStockOrderList>;
1455
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[], ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]>;
1456
+ filters: z.ZodObject<Omit<{
1457
+ page: z.ZodNumber;
1458
+ searchString: z.ZodString;
1459
+ responsibleUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1460
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
1461
+ type: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").AssembleIzdEnum>>>>;
1462
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
1463
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
1464
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1465
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1466
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1467
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1468
+ }, "strip", z.ZodTypeAny, {
1469
+ sortDesc: boolean;
1470
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1471
+ }, {
1472
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1473
+ sortDesc?: boolean | undefined;
1474
+ }>, "many">>>;
1475
+ }, "page">, "strip", z.ZodTypeAny, {
1476
+ type: import("..").AssembleIzdEnum | null;
1477
+ sort: {
1478
+ sortDesc: boolean;
1479
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1480
+ }[];
1481
+ searchString: string;
1482
+ isDiscontinued: boolean | null;
1483
+ responsibleUserId?: number | null | undefined;
1484
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1485
+ byParents?: import("..").IFiltersByParents | null | undefined;
1486
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1487
+ }, {
1488
+ searchString: string;
1489
+ type?: import("..").AssembleIzdEnum | null | undefined;
1490
+ sort?: {
1491
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1492
+ sortDesc?: boolean | undefined;
1493
+ }[] | undefined;
1494
+ responsibleUserId?: number | null | undefined;
1495
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1496
+ isDiscontinued?: boolean | null | undefined;
1497
+ byParents?: import("..").IFiltersByParents | null | undefined;
1498
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1499
+ }>;
1500
+ }, "strip", z.ZodTypeAny, {
1501
+ filters: {
1502
+ type: import("..").AssembleIzdEnum | null;
1503
+ sort: {
1504
+ sortDesc: boolean;
1505
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1506
+ }[];
1507
+ searchString: string;
1508
+ isDiscontinued: boolean | null;
1509
+ responsibleUserId?: number | null | undefined;
1510
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1511
+ byParents?: import("..").IFiltersByParents | null | undefined;
1512
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1513
+ };
1514
+ reportType: ExcelExportReportType.assemblyStockOrderList;
1515
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
1516
+ }, {
1517
+ filters: {
1518
+ searchString: string;
1519
+ type?: import("..").AssembleIzdEnum | null | undefined;
1520
+ sort?: {
1521
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1522
+ sortDesc?: boolean | undefined;
1523
+ }[] | undefined;
1524
+ responsibleUserId?: number | null | undefined;
1525
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1526
+ isDiscontinued?: boolean | null | undefined;
1527
+ byParents?: import("..").IFiltersByParents | null | undefined;
1528
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1529
+ };
1530
+ reportType: ExcelExportReportType.assemblyStockOrderList;
1531
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
1532
+ }>, z.ZodObject<{
1533
+ reportType: z.ZodLiteral<ExcelExportReportType.metalloworkingList>;
1534
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste", ...("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]]>, "many">, ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[], ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]>;
1535
+ filters: z.ZodObject<Omit<{
1536
+ page: z.ZodNumber;
1537
+ responsibleUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1538
+ metalloworkingID: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1539
+ searchString: z.ZodString;
1540
+ isBan: z.ZodBoolean;
1541
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
1542
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
1543
+ childrenByProductionTaskIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1544
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
1545
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1546
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1547
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1548
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1549
+ }, "strip", z.ZodTypeAny, {
1550
+ sortDesc: boolean;
1551
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1552
+ }, {
1553
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1554
+ sortDesc?: boolean | undefined;
1555
+ }>, "many">>>;
1556
+ }, "page">, "strip", z.ZodTypeAny, {
1557
+ sort: {
1558
+ sortDesc: boolean;
1559
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1560
+ }[];
1561
+ searchString: string;
1562
+ isBan: boolean;
1563
+ isDiscontinued: boolean | null;
1564
+ responsibleUserId?: number | null | undefined;
1565
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1566
+ byParents?: import("..").IFiltersByParents | null | undefined;
1567
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1568
+ childrenByProductionTaskIds?: number[] | null | undefined;
1569
+ metalloworkingID?: number | null | undefined;
1570
+ }, {
1571
+ searchString: string;
1572
+ isBan: boolean;
1573
+ sort?: {
1574
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1575
+ sortDesc?: boolean | undefined;
1576
+ }[] | undefined;
1577
+ responsibleUserId?: number | null | undefined;
1578
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1579
+ isDiscontinued?: boolean | null | undefined;
1580
+ byParents?: import("..").IFiltersByParents | null | undefined;
1581
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1582
+ childrenByProductionTaskIds?: number[] | null | undefined;
1583
+ metalloworkingID?: number | null | undefined;
1584
+ }>;
1585
+ }, "strip", z.ZodTypeAny, {
1586
+ filters: {
1587
+ sort: {
1588
+ sortDesc: boolean;
1589
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1590
+ }[];
1591
+ searchString: string;
1592
+ isBan: boolean;
1593
+ isDiscontinued: boolean | null;
1594
+ responsibleUserId?: number | null | undefined;
1595
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1596
+ byParents?: import("..").IFiltersByParents | null | undefined;
1597
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1598
+ childrenByProductionTaskIds?: number[] | null | undefined;
1599
+ metalloworkingID?: number | null | undefined;
1600
+ };
1601
+ reportType: ExcelExportReportType.metalloworkingList;
1602
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
1603
+ }, {
1604
+ filters: {
1605
+ searchString: string;
1606
+ isBan: boolean;
1607
+ sort?: {
1608
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1609
+ sortDesc?: boolean | undefined;
1610
+ }[] | undefined;
1611
+ responsibleUserId?: number | null | undefined;
1612
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1613
+ isDiscontinued?: boolean | null | undefined;
1614
+ byParents?: import("..").IFiltersByParents | null | undefined;
1615
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
1616
+ childrenByProductionTaskIds?: number[] | null | undefined;
1617
+ metalloworkingID?: number | null | undefined;
1618
+ };
1619
+ reportType: ExcelExportReportType.metalloworkingList;
1620
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
1621
+ }>, z.ZodObject<{
1622
+ reportType: z.ZodLiteral<ExcelExportReportType.productDeficitList>;
1623
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
1624
+ filters: z.ZodObject<Omit<{
1625
+ productIds: z.ZodArray<z.ZodNumber, "many">;
1626
+ statusWorking: z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>;
1627
+ searchString: z.ZodString;
1628
+ shipmentIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1629
+ page: z.ZodOptional<z.ZodNumber>;
1630
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
1631
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1632
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1633
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1634
+ }, "strip", z.ZodTypeAny, {
1635
+ sortDesc: boolean;
1636
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1637
+ }, {
1638
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1639
+ sortDesc?: boolean | undefined;
1640
+ }>, "many">>>;
1641
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1642
+ }, "page">, "strip", z.ZodTypeAny, {
1643
+ sort: {
1644
+ sortDesc: boolean;
1645
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1646
+ }[];
1647
+ searchString: string;
1648
+ isDiscontinued: boolean | null;
1649
+ statusWorking: import("..").statusWorkingsDeficit;
1650
+ productIds: number[];
1651
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1652
+ shipmentIds?: number[] | null | undefined;
1653
+ }, {
1654
+ searchString: string;
1655
+ statusWorking: import("..").statusWorkingsDeficit;
1656
+ productIds: number[];
1657
+ sort?: {
1658
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1659
+ sortDesc?: boolean | undefined;
1660
+ }[] | undefined;
1661
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1662
+ isDiscontinued?: boolean | null | undefined;
1663
+ shipmentIds?: number[] | null | undefined;
1664
+ }>;
1665
+ }, "strip", z.ZodTypeAny, {
1666
+ filters: {
1667
+ sort: {
1668
+ sortDesc: boolean;
1669
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1670
+ }[];
1671
+ searchString: string;
1672
+ isDiscontinued: boolean | null;
1673
+ statusWorking: import("..").statusWorkingsDeficit;
1674
+ productIds: number[];
1675
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1676
+ shipmentIds?: number[] | null | undefined;
1677
+ };
1678
+ reportType: ExcelExportReportType.productDeficitList;
1679
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1680
+ }, {
1681
+ filters: {
1682
+ searchString: string;
1683
+ statusWorking: import("..").statusWorkingsDeficit;
1684
+ productIds: number[];
1685
+ sort?: {
1686
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1687
+ sortDesc?: boolean | undefined;
1688
+ }[] | undefined;
1689
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1690
+ isDiscontinued?: boolean | null | undefined;
1691
+ shipmentIds?: number[] | null | undefined;
1692
+ };
1693
+ reportType: ExcelExportReportType.productDeficitList;
1694
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1695
+ }>, z.ZodObject<{
1696
+ reportType: z.ZodLiteral<ExcelExportReportType.cbedDeficitList>;
1697
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
1698
+ filters: z.ZodObject<Omit<{
1699
+ cbedIds: z.ZodArray<z.ZodNumber, "many">;
1700
+ page: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1701
+ statusWorking: z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>;
1702
+ searchString: z.ZodString;
1703
+ shipmentIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1704
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
1705
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1706
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1707
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1708
+ }, "strip", z.ZodTypeAny, {
1709
+ sortDesc: boolean;
1710
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1711
+ }, {
1712
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1713
+ sortDesc?: boolean | undefined;
1714
+ }>, "many">>>;
1715
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1716
+ }, "page">, "strip", z.ZodTypeAny, {
1717
+ sort: {
1718
+ sortDesc: boolean;
1719
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1720
+ }[];
1721
+ searchString: string;
1722
+ isDiscontinued: boolean | null;
1723
+ statusWorking: import("..").statusWorkingsDeficit;
1724
+ cbedIds: number[];
1725
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1726
+ shipmentIds?: number[] | null | undefined;
1727
+ }, {
1728
+ searchString: string;
1729
+ statusWorking: import("..").statusWorkingsDeficit;
1730
+ cbedIds: number[];
1731
+ sort?: {
1732
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1733
+ sortDesc?: boolean | undefined;
1734
+ }[] | undefined;
1735
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1736
+ isDiscontinued?: boolean | null | undefined;
1737
+ shipmentIds?: number[] | null | undefined;
1738
+ }>;
1739
+ }, "strip", z.ZodTypeAny, {
1740
+ filters: {
1741
+ sort: {
1742
+ sortDesc: boolean;
1743
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1744
+ }[];
1745
+ searchString: string;
1746
+ isDiscontinued: boolean | null;
1747
+ statusWorking: import("..").statusWorkingsDeficit;
1748
+ cbedIds: number[];
1749
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1750
+ shipmentIds?: number[] | null | undefined;
1751
+ };
1752
+ reportType: ExcelExportReportType.cbedDeficitList;
1753
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1754
+ }, {
1755
+ filters: {
1756
+ searchString: string;
1757
+ statusWorking: import("..").statusWorkingsDeficit;
1758
+ cbedIds: number[];
1759
+ sort?: {
1760
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1761
+ sortDesc?: boolean | undefined;
1762
+ }[] | undefined;
1763
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1764
+ isDiscontinued?: boolean | null | undefined;
1765
+ shipmentIds?: number[] | null | undefined;
1766
+ };
1767
+ reportType: ExcelExportReportType.cbedDeficitList;
1768
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
1769
+ }>, z.ZodObject<{
1770
+ reportType: z.ZodLiteral<ExcelExportReportType.detalDeficitList>;
1771
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]>;
1772
+ filters: z.ZodObject<Omit<{
1773
+ detalIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1774
+ statusWorking: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>>>;
1775
+ searchString: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1776
+ shipmentIds: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>;
1777
+ page: z.ZodNumber;
1778
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1779
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1780
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1781
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1782
+ }, "strip", z.ZodTypeAny, {
1783
+ sortDesc: boolean;
1784
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1785
+ }, {
1786
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1787
+ sortDesc?: boolean | undefined;
1788
+ }>, "many">>>;
1789
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1790
+ }, "page">, "strip", z.ZodTypeAny, {
1791
+ sort: {
1792
+ sortDesc: boolean;
1793
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1794
+ }[];
1795
+ searchString: string;
1796
+ isDiscontinued: boolean;
1797
+ detalIds: number[];
1798
+ statusWorking: import("..").statusWorkingsDeficit;
1799
+ shipmentIds: number[] | null;
1800
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1801
+ }, {
1802
+ sort?: {
1803
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1804
+ sortDesc?: boolean | undefined;
1805
+ }[] | undefined;
1806
+ searchString?: string | undefined;
1807
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1808
+ isDiscontinued?: boolean | undefined;
1809
+ detalIds?: number[] | undefined;
1810
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1811
+ shipmentIds?: number[] | null | undefined;
1812
+ }>;
1813
+ }, "strip", z.ZodTypeAny, {
1814
+ filters: {
1815
+ sort: {
1816
+ sortDesc: boolean;
1817
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1818
+ }[];
1819
+ searchString: string;
1820
+ isDiscontinued: boolean;
1821
+ detalIds: number[];
1822
+ statusWorking: import("..").statusWorkingsDeficit;
1823
+ shipmentIds: number[] | null;
1824
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1825
+ };
1826
+ reportType: ExcelExportReportType.detalDeficitList;
1827
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
1828
+ }, {
1829
+ filters: {
1830
+ sort?: {
1831
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
1832
+ sortDesc?: boolean | undefined;
1833
+ }[] | undefined;
1834
+ searchString?: string | undefined;
1835
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1836
+ isDiscontinued?: boolean | undefined;
1837
+ detalIds?: number[] | undefined;
1838
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1839
+ shipmentIds?: number[] | null | undefined;
1840
+ };
1841
+ reportType: ExcelExportReportType.detalDeficitList;
1842
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
1843
+ }>, z.ZodObject<{
1844
+ reportType: z.ZodLiteral<ExcelExportReportType.materialDeficitList>;
1845
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>, "many">, ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[], ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]>;
1846
+ filters: z.ZodObject<Omit<{
1847
+ materialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1848
+ typeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1849
+ subTypeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1850
+ statusWorking: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>>>;
1851
+ searchString: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1852
+ shipmentIds: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>;
1853
+ page: z.ZodNumber;
1854
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1855
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../material").MaterialDeficitSortField>>>;
1856
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1857
+ }, "strip", z.ZodTypeAny, {
1858
+ sortDesc: boolean;
1859
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1860
+ }, {
1861
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1862
+ sortDesc?: boolean | undefined;
1863
+ }>, "many">>>;
1864
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
1865
+ }, "page">, "strip", z.ZodTypeAny, {
1866
+ sort: {
1867
+ sortDesc: boolean;
1868
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1869
+ }[];
1870
+ searchString: string;
1871
+ statusWorking: import("..").statusWorkingsDeficit;
1872
+ shipmentIds: number[] | null;
1873
+ materialIds: number[];
1874
+ typeMaterialIds: number[];
1875
+ subTypeMaterialIds: number[];
1876
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1877
+ }, {
1878
+ sort?: {
1879
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1880
+ sortDesc?: boolean | undefined;
1881
+ }[] | undefined;
1882
+ searchString?: string | undefined;
1883
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1884
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1885
+ shipmentIds?: number[] | null | undefined;
1886
+ materialIds?: number[] | undefined;
1887
+ typeMaterialIds?: number[] | undefined;
1888
+ subTypeMaterialIds?: number[] | undefined;
1889
+ }>;
1890
+ }, "strip", z.ZodTypeAny, {
1891
+ filters: {
1892
+ sort: {
1893
+ sortDesc: boolean;
1894
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1895
+ }[];
1896
+ searchString: string;
1897
+ statusWorking: import("..").statusWorkingsDeficit;
1898
+ shipmentIds: number[] | null;
1899
+ materialIds: number[];
1900
+ typeMaterialIds: number[];
1901
+ subTypeMaterialIds: number[];
1902
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1903
+ };
1904
+ reportType: ExcelExportReportType.materialDeficitList;
1905
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
1906
+ }, {
1907
+ filters: {
1908
+ sort?: {
1909
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
1910
+ sortDesc?: boolean | undefined;
1911
+ }[] | undefined;
1912
+ searchString?: string | undefined;
1913
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
1914
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
1915
+ shipmentIds?: number[] | null | undefined;
1916
+ materialIds?: number[] | undefined;
1917
+ typeMaterialIds?: number[] | undefined;
1918
+ subTypeMaterialIds?: number[] | undefined;
1919
+ };
1920
+ reportType: ExcelExportReportType.materialDeficitList;
1921
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
1922
+ }>]>;
1923
+ export declare const CreateExcelExportDtoZod: z.ZodEffects<z.ZodObject<{
1924
+ reportType: z.ZodNativeEnum<typeof ExcelExportReportType>;
1925
+ columns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1926
+ filters: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
1927
+ }, "strip", z.ZodTypeAny, {
1928
+ filters: {} & {
1929
+ [k: string]: unknown;
1930
+ };
1931
+ reportType: ExcelExportReportType;
1932
+ columns?: string[] | undefined;
1933
+ }, {
1934
+ filters: {} & {
1935
+ [k: string]: unknown;
1936
+ };
1937
+ reportType: ExcelExportReportType;
1938
+ columns?: string[] | undefined;
1939
+ }>, {
1940
+ filters: {} & {
1941
+ [k: string]: unknown;
1942
+ };
1943
+ reportType: ExcelExportReportType;
1944
+ columns?: string[] | undefined;
1945
+ }, {
1946
+ filters: {} & {
1947
+ [k: string]: unknown;
1948
+ };
1949
+ reportType: ExcelExportReportType;
1950
+ columns?: string[] | undefined;
1951
+ }>;
1952
+ export declare const ExcelExportCreatedSchema: z.ZodObject<{
1953
+ id: z.ZodString;
1954
+ status: z.ZodLiteral<ExcelExportStatus.queued>;
1955
+ }, "strip", z.ZodTypeAny, {
1956
+ status: ExcelExportStatus.queued;
1957
+ id: string;
1958
+ }, {
1959
+ status: ExcelExportStatus.queued;
1960
+ id: string;
1961
+ }>;
1962
+ export declare const ExcelExportStatusSchema: z.ZodObject<{
1963
+ id: z.ZodString;
1964
+ status: z.ZodNativeEnum<typeof ExcelExportStatus>;
1965
+ rowCount: z.ZodOptional<z.ZodNumber>;
1966
+ error: z.ZodOptional<z.ZodString>;
1967
+ }, "strip", z.ZodTypeAny, {
1968
+ status: ExcelExportStatus;
1969
+ id: string;
1970
+ error?: string | undefined;
1971
+ rowCount?: number | undefined;
1972
+ }, {
1973
+ status: ExcelExportStatus;
1974
+ id: string;
1975
+ error?: string | undefined;
1976
+ rowCount?: number | undefined;
1977
+ }>;
1978
+ export declare const ExcelExportJobDataSchema: z.ZodObject<{
1979
+ userId: z.ZodNumber;
1980
+ request: z.ZodDiscriminatedUnion<"reportType", [z.ZodObject<{
1981
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyList>;
1982
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete", ...("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[], ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]>;
1983
+ filters: z.ZodObject<Omit<{
1984
+ page: z.ZodNumber;
1985
+ searchString: z.ZodString;
1986
+ isBan: z.ZodBoolean;
1987
+ responsibleUserId: z.ZodNullable<z.ZodNumber>;
1988
+ notOrderedByProductionTask: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1989
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
1990
+ type: z.ZodDefault<z.ZodNativeEnum<typeof import("..").AssembleIzdEnum>>;
1991
+ sortReadines: z.ZodDefault<z.ZodNativeEnum<typeof import("..").SortReadinesEnum>>;
1992
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
1993
+ onlyCanComplect: z.ZodBoolean;
1994
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1995
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
1996
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1997
+ }, "strip", z.ZodTypeAny, {
1998
+ sortDesc: boolean;
1999
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2000
+ }, {
2001
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2002
+ sortDesc?: boolean | undefined;
2003
+ }>, "many">>>;
2004
+ }, "page">, "strip", z.ZodTypeAny, {
2005
+ type: import("..").AssembleIzdEnum;
2006
+ sort: {
2007
+ sortDesc: boolean;
2008
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2009
+ }[];
2010
+ searchString: string;
2011
+ responsibleUserId: number | null;
2012
+ isBan: boolean;
2013
+ sortReadines: import("..").SortReadinesEnum;
2014
+ onlyCanComplect: boolean;
2015
+ byParents?: import("..").IFiltersByParents | null | undefined;
2016
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2017
+ notOrderedByProductionTask?: boolean | null | undefined;
2018
+ }, {
2019
+ searchString: string;
2020
+ responsibleUserId: number | null;
2021
+ isBan: boolean;
2022
+ onlyCanComplect: boolean;
2023
+ type?: import("..").AssembleIzdEnum | undefined;
2024
+ sort?: {
2025
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2026
+ sortDesc?: boolean | undefined;
2027
+ }[] | undefined;
2028
+ byParents?: import("..").IFiltersByParents | null | undefined;
2029
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2030
+ notOrderedByProductionTask?: boolean | null | undefined;
2031
+ sortReadines?: import("..").SortReadinesEnum | undefined;
2032
+ }>;
2033
+ }, "strip", z.ZodTypeAny, {
2034
+ filters: {
2035
+ type: import("..").AssembleIzdEnum;
2036
+ sort: {
2037
+ sortDesc: boolean;
2038
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2039
+ }[];
2040
+ searchString: string;
2041
+ responsibleUserId: number | null;
2042
+ isBan: boolean;
2043
+ sortReadines: import("..").SortReadinesEnum;
2044
+ onlyCanComplect: boolean;
2045
+ byParents?: import("..").IFiltersByParents | null | undefined;
2046
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2047
+ notOrderedByProductionTask?: boolean | null | undefined;
2048
+ };
2049
+ reportType: ExcelExportReportType.assemblyList;
2050
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
2051
+ }, {
2052
+ filters: {
2053
+ searchString: string;
2054
+ responsibleUserId: number | null;
2055
+ isBan: boolean;
2056
+ onlyCanComplect: boolean;
2057
+ type?: import("..").AssembleIzdEnum | undefined;
2058
+ sort?: {
2059
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2060
+ sortDesc?: boolean | undefined;
2061
+ }[] | undefined;
2062
+ byParents?: import("..").IFiltersByParents | null | undefined;
2063
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2064
+ notOrderedByProductionTask?: boolean | null | undefined;
2065
+ sortReadines?: import("..").SortReadinesEnum | undefined;
2066
+ };
2067
+ reportType: ExcelExportReportType.assemblyList;
2068
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
2069
+ }>, z.ZodObject<{
2070
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyOperationList>;
2071
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>, "many">, ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[], ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]>;
2072
+ filters: z.ZodObject<Omit<{
2073
+ page: z.ZodNumber;
2074
+ operationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
2075
+ searchString: z.ZodString;
2076
+ status: z.ZodNativeEnum<typeof import("..").AssembleStatus>;
2077
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
2078
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
2079
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2080
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
2081
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2082
+ }, "strip", z.ZodTypeAny, {
2083
+ sortDesc: boolean;
2084
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2085
+ }, {
2086
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2087
+ sortDesc?: boolean | undefined;
2088
+ }>, "many">>>;
2089
+ }, "page">, "strip", z.ZodTypeAny, {
2090
+ sort: {
2091
+ sortDesc: boolean;
2092
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2093
+ }[];
2094
+ status: import("..").AssembleStatus;
2095
+ operationId: number | null;
2096
+ searchString: string;
2097
+ byParents?: import("..").IFiltersByParents | null | undefined;
2098
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2099
+ }, {
2100
+ status: import("..").AssembleStatus;
2101
+ searchString: string;
2102
+ sort?: {
2103
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2104
+ sortDesc?: boolean | undefined;
2105
+ }[] | undefined;
2106
+ operationId?: number | null | undefined;
2107
+ byParents?: import("..").IFiltersByParents | null | undefined;
2108
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2109
+ }>;
2110
+ }, "strip", z.ZodTypeAny, {
2111
+ filters: {
2112
+ sort: {
2113
+ sortDesc: boolean;
2114
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2115
+ }[];
2116
+ status: import("..").AssembleStatus;
2117
+ operationId: number | null;
2118
+ searchString: string;
2119
+ byParents?: import("..").IFiltersByParents | null | undefined;
2120
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2121
+ };
2122
+ reportType: ExcelExportReportType.assemblyOperationList;
2123
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
2124
+ }, {
2125
+ filters: {
2126
+ status: import("..").AssembleStatus;
2127
+ searchString: string;
2128
+ sort?: {
2129
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2130
+ sortDesc?: boolean | undefined;
2131
+ }[] | undefined;
2132
+ operationId?: number | null | undefined;
2133
+ byParents?: import("..").IFiltersByParents | null | undefined;
2134
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2135
+ };
2136
+ reportType: ExcelExportReportType.assemblyOperationList;
2137
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
2138
+ }>, z.ZodObject<{
2139
+ reportType: z.ZodLiteral<ExcelExportReportType.operationPath>;
2140
+ columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>, "many">, ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[], ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[]>>;
2141
+ filters: z.ZodObject<{
2142
+ sourceType: z.ZodNativeEnum<typeof OperationPathExcelExportSourceType>;
2143
+ sourceId: z.ZodNumber;
2144
+ }, "strip", z.ZodTypeAny, {
2145
+ sourceType: OperationPathExcelExportSourceType;
2146
+ sourceId: number;
2147
+ }, {
2148
+ sourceType: OperationPathExcelExportSourceType;
2149
+ sourceId: number;
2150
+ }>;
2151
+ }, "strip", z.ZodTypeAny, {
2152
+ filters: {
2153
+ sourceType: OperationPathExcelExportSourceType;
2154
+ sourceId: number;
2155
+ };
2156
+ reportType: ExcelExportReportType.operationPath;
2157
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
2158
+ }, {
2159
+ filters: {
2160
+ sourceType: OperationPathExcelExportSourceType;
2161
+ sourceId: number;
2162
+ };
2163
+ reportType: ExcelExportReportType.operationPath;
2164
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
2165
+ }>, z.ZodObject<{
2166
+ reportType: z.ZodLiteral<ExcelExportReportType.assemblyStockOrderList>;
2167
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[], ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]>;
2168
+ filters: z.ZodObject<Omit<{
2169
+ page: z.ZodNumber;
2170
+ searchString: z.ZodString;
2171
+ responsibleUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2172
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
2173
+ type: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").AssembleIzdEnum>>>>;
2174
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
2175
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
2176
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
2177
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2178
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
2179
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2180
+ }, "strip", z.ZodTypeAny, {
2181
+ sortDesc: boolean;
2182
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2183
+ }, {
2184
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2185
+ sortDesc?: boolean | undefined;
2186
+ }>, "many">>>;
2187
+ }, "page">, "strip", z.ZodTypeAny, {
2188
+ type: import("..").AssembleIzdEnum | null;
2189
+ sort: {
2190
+ sortDesc: boolean;
2191
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2192
+ }[];
2193
+ searchString: string;
2194
+ isDiscontinued: boolean | null;
2195
+ responsibleUserId?: number | null | undefined;
2196
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2197
+ byParents?: import("..").IFiltersByParents | null | undefined;
2198
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2199
+ }, {
2200
+ searchString: string;
2201
+ type?: import("..").AssembleIzdEnum | null | undefined;
2202
+ sort?: {
2203
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2204
+ sortDesc?: boolean | undefined;
2205
+ }[] | undefined;
2206
+ responsibleUserId?: number | null | undefined;
2207
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2208
+ isDiscontinued?: boolean | null | undefined;
2209
+ byParents?: import("..").IFiltersByParents | null | undefined;
2210
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2211
+ }>;
2212
+ }, "strip", z.ZodTypeAny, {
2213
+ filters: {
2214
+ type: import("..").AssembleIzdEnum | null;
2215
+ sort: {
2216
+ sortDesc: boolean;
2217
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2218
+ }[];
2219
+ searchString: string;
2220
+ isDiscontinued: boolean | null;
2221
+ responsibleUserId?: number | null | undefined;
2222
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2223
+ byParents?: import("..").IFiltersByParents | null | undefined;
2224
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2225
+ };
2226
+ reportType: ExcelExportReportType.assemblyStockOrderList;
2227
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
2228
+ }, {
2229
+ filters: {
2230
+ searchString: string;
2231
+ type?: import("..").AssembleIzdEnum | null | undefined;
2232
+ sort?: {
2233
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2234
+ sortDesc?: boolean | undefined;
2235
+ }[] | undefined;
2236
+ responsibleUserId?: number | null | undefined;
2237
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2238
+ isDiscontinued?: boolean | null | undefined;
2239
+ byParents?: import("..").IFiltersByParents | null | undefined;
2240
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2241
+ };
2242
+ reportType: ExcelExportReportType.assemblyStockOrderList;
2243
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
2244
+ }>, z.ZodObject<{
2245
+ reportType: z.ZodLiteral<ExcelExportReportType.metalloworkingList>;
2246
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste", ...("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]]>, "many">, ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[], ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[]>;
2247
+ filters: z.ZodObject<Omit<{
2248
+ page: z.ZodNumber;
2249
+ responsibleUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2250
+ metalloworkingID: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2251
+ searchString: z.ZodString;
2252
+ isBan: z.ZodBoolean;
2253
+ byParents: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByParents, z.ZodTypeDef, import("..").IFiltersByParents>>>;
2254
+ byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<import("..").IFiltersByByOrder, z.ZodTypeDef, import("..").IFiltersByByOrder>>>;
2255
+ childrenByProductionTaskIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
2256
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
2257
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
2258
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2259
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
2260
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2261
+ }, "strip", z.ZodTypeAny, {
2262
+ sortDesc: boolean;
2263
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2264
+ }, {
2265
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2266
+ sortDesc?: boolean | undefined;
2267
+ }>, "many">>>;
2268
+ }, "page">, "strip", z.ZodTypeAny, {
2269
+ sort: {
2270
+ sortDesc: boolean;
2271
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2272
+ }[];
2273
+ searchString: string;
2274
+ isBan: boolean;
2275
+ isDiscontinued: boolean | null;
2276
+ responsibleUserId?: number | null | undefined;
2277
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2278
+ byParents?: import("..").IFiltersByParents | null | undefined;
2279
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2280
+ childrenByProductionTaskIds?: number[] | null | undefined;
2281
+ metalloworkingID?: number | null | undefined;
2282
+ }, {
2283
+ searchString: string;
2284
+ isBan: boolean;
2285
+ sort?: {
2286
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2287
+ sortDesc?: boolean | undefined;
2288
+ }[] | undefined;
2289
+ responsibleUserId?: number | null | undefined;
2290
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2291
+ isDiscontinued?: boolean | null | undefined;
2292
+ byParents?: import("..").IFiltersByParents | null | undefined;
2293
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2294
+ childrenByProductionTaskIds?: number[] | null | undefined;
2295
+ metalloworkingID?: number | null | undefined;
2296
+ }>;
2297
+ }, "strip", z.ZodTypeAny, {
2298
+ filters: {
2299
+ sort: {
2300
+ sortDesc: boolean;
2301
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2302
+ }[];
2303
+ searchString: string;
2304
+ isBan: boolean;
2305
+ isDiscontinued: boolean | null;
2306
+ responsibleUserId?: number | null | undefined;
2307
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2308
+ byParents?: import("..").IFiltersByParents | null | undefined;
2309
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2310
+ childrenByProductionTaskIds?: number[] | null | undefined;
2311
+ metalloworkingID?: number | null | undefined;
2312
+ };
2313
+ reportType: ExcelExportReportType.metalloworkingList;
2314
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
2315
+ }, {
2316
+ filters: {
2317
+ searchString: string;
2318
+ isBan: boolean;
2319
+ sort?: {
2320
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2321
+ sortDesc?: boolean | undefined;
2322
+ }[] | undefined;
2323
+ responsibleUserId?: number | null | undefined;
2324
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2325
+ isDiscontinued?: boolean | null | undefined;
2326
+ byParents?: import("..").IFiltersByParents | null | undefined;
2327
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2328
+ childrenByProductionTaskIds?: number[] | null | undefined;
2329
+ metalloworkingID?: number | null | undefined;
2330
+ };
2331
+ reportType: ExcelExportReportType.metalloworkingList;
2332
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
2333
+ }>, z.ZodObject<{
2334
+ reportType: z.ZodLiteral<ExcelExportReportType.productDeficitList>;
2335
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
2336
+ filters: z.ZodObject<Omit<{
2337
+ productIds: z.ZodArray<z.ZodNumber, "many">;
2338
+ statusWorking: z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>;
2339
+ searchString: z.ZodString;
2340
+ shipmentIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
2341
+ page: z.ZodOptional<z.ZodNumber>;
2342
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
2343
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2344
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
2345
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2346
+ }, "strip", z.ZodTypeAny, {
2347
+ sortDesc: boolean;
2348
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2349
+ }, {
2350
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2351
+ sortDesc?: boolean | undefined;
2352
+ }>, "many">>>;
2353
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
2354
+ }, "page">, "strip", z.ZodTypeAny, {
2355
+ sort: {
2356
+ sortDesc: boolean;
2357
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2358
+ }[];
2359
+ searchString: string;
2360
+ isDiscontinued: boolean | null;
2361
+ statusWorking: import("..").statusWorkingsDeficit;
2362
+ productIds: number[];
2363
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2364
+ shipmentIds?: number[] | null | undefined;
2365
+ }, {
2366
+ searchString: string;
2367
+ statusWorking: import("..").statusWorkingsDeficit;
2368
+ productIds: number[];
2369
+ sort?: {
2370
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2371
+ sortDesc?: boolean | undefined;
2372
+ }[] | undefined;
2373
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2374
+ isDiscontinued?: boolean | null | undefined;
2375
+ shipmentIds?: number[] | null | undefined;
2376
+ }>;
2377
+ }, "strip", z.ZodTypeAny, {
2378
+ filters: {
2379
+ sort: {
2380
+ sortDesc: boolean;
2381
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2382
+ }[];
2383
+ searchString: string;
2384
+ isDiscontinued: boolean | null;
2385
+ statusWorking: import("..").statusWorkingsDeficit;
2386
+ productIds: number[];
2387
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2388
+ shipmentIds?: number[] | null | undefined;
2389
+ };
2390
+ reportType: ExcelExportReportType.productDeficitList;
2391
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2392
+ }, {
2393
+ filters: {
2394
+ searchString: string;
2395
+ statusWorking: import("..").statusWorkingsDeficit;
2396
+ productIds: number[];
2397
+ sort?: {
2398
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2399
+ sortDesc?: boolean | undefined;
2400
+ }[] | undefined;
2401
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2402
+ isDiscontinued?: boolean | null | undefined;
2403
+ shipmentIds?: number[] | null | undefined;
2404
+ };
2405
+ reportType: ExcelExportReportType.productDeficitList;
2406
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2407
+ }>, z.ZodObject<{
2408
+ reportType: z.ZodLiteral<ExcelExportReportType.cbedDeficitList>;
2409
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
2410
+ filters: z.ZodObject<Omit<{
2411
+ cbedIds: z.ZodArray<z.ZodNumber, "many">;
2412
+ page: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2413
+ statusWorking: z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>;
2414
+ searchString: z.ZodString;
2415
+ shipmentIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
2416
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
2417
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2418
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
2419
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2420
+ }, "strip", z.ZodTypeAny, {
2421
+ sortDesc: boolean;
2422
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2423
+ }, {
2424
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2425
+ sortDesc?: boolean | undefined;
2426
+ }>, "many">>>;
2427
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
2428
+ }, "page">, "strip", z.ZodTypeAny, {
2429
+ sort: {
2430
+ sortDesc: boolean;
2431
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2432
+ }[];
2433
+ searchString: string;
2434
+ isDiscontinued: boolean | null;
2435
+ statusWorking: import("..").statusWorkingsDeficit;
2436
+ cbedIds: number[];
2437
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2438
+ shipmentIds?: number[] | null | undefined;
2439
+ }, {
2440
+ searchString: string;
2441
+ statusWorking: import("..").statusWorkingsDeficit;
2442
+ cbedIds: number[];
2443
+ sort?: {
2444
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2445
+ sortDesc?: boolean | undefined;
2446
+ }[] | undefined;
2447
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2448
+ isDiscontinued?: boolean | null | undefined;
2449
+ shipmentIds?: number[] | null | undefined;
2450
+ }>;
2451
+ }, "strip", z.ZodTypeAny, {
2452
+ filters: {
2453
+ sort: {
2454
+ sortDesc: boolean;
2455
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2456
+ }[];
2457
+ searchString: string;
2458
+ isDiscontinued: boolean | null;
2459
+ statusWorking: import("..").statusWorkingsDeficit;
2460
+ cbedIds: number[];
2461
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2462
+ shipmentIds?: number[] | null | undefined;
2463
+ };
2464
+ reportType: ExcelExportReportType.cbedDeficitList;
2465
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2466
+ }, {
2467
+ filters: {
2468
+ searchString: string;
2469
+ statusWorking: import("..").statusWorkingsDeficit;
2470
+ cbedIds: number[];
2471
+ sort?: {
2472
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2473
+ sortDesc?: boolean | undefined;
2474
+ }[] | undefined;
2475
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2476
+ isDiscontinued?: boolean | null | undefined;
2477
+ shipmentIds?: number[] | null | undefined;
2478
+ };
2479
+ reportType: ExcelExportReportType.cbedDeficitList;
2480
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2481
+ }>, z.ZodObject<{
2482
+ reportType: z.ZodLiteral<ExcelExportReportType.detalDeficitList>;
2483
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]>;
2484
+ filters: z.ZodObject<Omit<{
2485
+ detalIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
2486
+ statusWorking: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>>>;
2487
+ searchString: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2488
+ shipmentIds: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>;
2489
+ page: z.ZodNumber;
2490
+ isDiscontinued: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2491
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2492
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("..").ProductionPlanSortField>>>;
2493
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2494
+ }, "strip", z.ZodTypeAny, {
2495
+ sortDesc: boolean;
2496
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2497
+ }, {
2498
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2499
+ sortDesc?: boolean | undefined;
2500
+ }>, "many">>>;
2501
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
2502
+ }, "page">, "strip", z.ZodTypeAny, {
2503
+ sort: {
2504
+ sortDesc: boolean;
2505
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2506
+ }[];
2507
+ searchString: string;
2508
+ isDiscontinued: boolean;
2509
+ detalIds: number[];
2510
+ statusWorking: import("..").statusWorkingsDeficit;
2511
+ shipmentIds: number[] | null;
2512
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2513
+ }, {
2514
+ sort?: {
2515
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2516
+ sortDesc?: boolean | undefined;
2517
+ }[] | undefined;
2518
+ searchString?: string | undefined;
2519
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2520
+ isDiscontinued?: boolean | undefined;
2521
+ detalIds?: number[] | undefined;
2522
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
2523
+ shipmentIds?: number[] | null | undefined;
2524
+ }>;
2525
+ }, "strip", z.ZodTypeAny, {
2526
+ filters: {
2527
+ sort: {
2528
+ sortDesc: boolean;
2529
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2530
+ }[];
2531
+ searchString: string;
2532
+ isDiscontinued: boolean;
2533
+ detalIds: number[];
2534
+ statusWorking: import("..").statusWorkingsDeficit;
2535
+ shipmentIds: number[] | null;
2536
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2537
+ };
2538
+ reportType: ExcelExportReportType.detalDeficitList;
2539
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
2540
+ }, {
2541
+ filters: {
2542
+ sort?: {
2543
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2544
+ sortDesc?: boolean | undefined;
2545
+ }[] | undefined;
2546
+ searchString?: string | undefined;
2547
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2548
+ isDiscontinued?: boolean | undefined;
2549
+ detalIds?: number[] | undefined;
2550
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
2551
+ shipmentIds?: number[] | null | undefined;
2552
+ };
2553
+ reportType: ExcelExportReportType.detalDeficitList;
2554
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
2555
+ }>, z.ZodObject<{
2556
+ reportType: z.ZodLiteral<ExcelExportReportType.materialDeficitList>;
2557
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>, "many">, ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[], ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]>;
2558
+ filters: z.ZodObject<Omit<{
2559
+ materialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
2560
+ typeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
2561
+ subTypeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
2562
+ statusWorking: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof import("..").statusWorkingsDeficit>>>;
2563
+ searchString: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2564
+ shipmentIds: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>;
2565
+ page: z.ZodNumber;
2566
+ sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2567
+ sortField: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../material").MaterialDeficitSortField>>>;
2568
+ sortDesc: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2569
+ }, "strip", z.ZodTypeAny, {
2570
+ sortDesc: boolean;
2571
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2572
+ }, {
2573
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2574
+ sortDesc?: boolean | undefined;
2575
+ }>, "many">>>;
2576
+ warehouseReadinessDateFilter: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WarehouseReadinessDateFilterEnum>>;
2577
+ }, "page">, "strip", z.ZodTypeAny, {
2578
+ sort: {
2579
+ sortDesc: boolean;
2580
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2581
+ }[];
2582
+ searchString: string;
2583
+ statusWorking: import("..").statusWorkingsDeficit;
2584
+ shipmentIds: number[] | null;
2585
+ materialIds: number[];
2586
+ typeMaterialIds: number[];
2587
+ subTypeMaterialIds: number[];
2588
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2589
+ }, {
2590
+ sort?: {
2591
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2592
+ sortDesc?: boolean | undefined;
2593
+ }[] | undefined;
2594
+ searchString?: string | undefined;
2595
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2596
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
2597
+ shipmentIds?: number[] | null | undefined;
2598
+ materialIds?: number[] | undefined;
2599
+ typeMaterialIds?: number[] | undefined;
2600
+ subTypeMaterialIds?: number[] | undefined;
2601
+ }>;
2602
+ }, "strip", z.ZodTypeAny, {
2603
+ filters: {
2604
+ sort: {
2605
+ sortDesc: boolean;
2606
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2607
+ }[];
2608
+ searchString: string;
2609
+ statusWorking: import("..").statusWorkingsDeficit;
2610
+ shipmentIds: number[] | null;
2611
+ materialIds: number[];
2612
+ typeMaterialIds: number[];
2613
+ subTypeMaterialIds: number[];
2614
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2615
+ };
2616
+ reportType: ExcelExportReportType.materialDeficitList;
2617
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
2618
+ }, {
2619
+ filters: {
2620
+ sort?: {
2621
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2622
+ sortDesc?: boolean | undefined;
2623
+ }[] | undefined;
2624
+ searchString?: string | undefined;
2625
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2626
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
2627
+ shipmentIds?: number[] | null | undefined;
2628
+ materialIds?: number[] | undefined;
2629
+ typeMaterialIds?: number[] | undefined;
2630
+ subTypeMaterialIds?: number[] | undefined;
2631
+ };
2632
+ reportType: ExcelExportReportType.materialDeficitList;
2633
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
2634
+ }>]>;
2635
+ }, "strip", z.ZodTypeAny, {
2636
+ userId: number;
2637
+ request: {
2638
+ filters: {
2639
+ type: import("..").AssembleIzdEnum;
2640
+ sort: {
2641
+ sortDesc: boolean;
2642
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2643
+ }[];
2644
+ searchString: string;
2645
+ responsibleUserId: number | null;
2646
+ isBan: boolean;
2647
+ sortReadines: import("..").SortReadinesEnum;
2648
+ onlyCanComplect: boolean;
2649
+ byParents?: import("..").IFiltersByParents | null | undefined;
2650
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2651
+ notOrderedByProductionTask?: boolean | null | undefined;
2652
+ };
2653
+ reportType: ExcelExportReportType.assemblyList;
2654
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
2655
+ } | {
2656
+ filters: {
2657
+ sort: {
2658
+ sortDesc: boolean;
2659
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2660
+ }[];
2661
+ searchString: string;
2662
+ isBan: boolean;
2663
+ isDiscontinued: boolean | null;
2664
+ responsibleUserId?: number | null | undefined;
2665
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2666
+ byParents?: import("..").IFiltersByParents | null | undefined;
2667
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2668
+ childrenByProductionTaskIds?: number[] | null | undefined;
2669
+ metalloworkingID?: number | null | undefined;
2670
+ };
2671
+ reportType: ExcelExportReportType.metalloworkingList;
2672
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
2673
+ } | {
2674
+ filters: {
2675
+ sort: {
2676
+ sortDesc: boolean;
2677
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2678
+ }[];
2679
+ status: import("..").AssembleStatus;
2680
+ operationId: number | null;
2681
+ searchString: string;
2682
+ byParents?: import("..").IFiltersByParents | null | undefined;
2683
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2684
+ };
2685
+ reportType: ExcelExportReportType.assemblyOperationList;
2686
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
2687
+ } | {
2688
+ filters: {
2689
+ sourceType: OperationPathExcelExportSourceType;
2690
+ sourceId: number;
2691
+ };
2692
+ reportType: ExcelExportReportType.operationPath;
2693
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
2694
+ } | {
2695
+ filters: {
2696
+ type: import("..").AssembleIzdEnum | null;
2697
+ sort: {
2698
+ sortDesc: boolean;
2699
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2700
+ }[];
2701
+ searchString: string;
2702
+ isDiscontinued: boolean | null;
2703
+ responsibleUserId?: number | null | undefined;
2704
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2705
+ byParents?: import("..").IFiltersByParents | null | undefined;
2706
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2707
+ };
2708
+ reportType: ExcelExportReportType.assemblyStockOrderList;
2709
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
2710
+ } | {
2711
+ filters: {
2712
+ sort: {
2713
+ sortDesc: boolean;
2714
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2715
+ }[];
2716
+ searchString: string;
2717
+ isDiscontinued: boolean | null;
2718
+ statusWorking: import("..").statusWorkingsDeficit;
2719
+ productIds: number[];
2720
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2721
+ shipmentIds?: number[] | null | undefined;
2722
+ };
2723
+ reportType: ExcelExportReportType.productDeficitList;
2724
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2725
+ } | {
2726
+ filters: {
2727
+ sort: {
2728
+ sortDesc: boolean;
2729
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2730
+ }[];
2731
+ searchString: string;
2732
+ isDiscontinued: boolean | null;
2733
+ statusWorking: import("..").statusWorkingsDeficit;
2734
+ cbedIds: number[];
2735
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2736
+ shipmentIds?: number[] | null | undefined;
2737
+ };
2738
+ reportType: ExcelExportReportType.cbedDeficitList;
2739
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2740
+ } | {
2741
+ filters: {
2742
+ sort: {
2743
+ sortDesc: boolean;
2744
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2745
+ }[];
2746
+ searchString: string;
2747
+ isDiscontinued: boolean;
2748
+ detalIds: number[];
2749
+ statusWorking: import("..").statusWorkingsDeficit;
2750
+ shipmentIds: number[] | null;
2751
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2752
+ };
2753
+ reportType: ExcelExportReportType.detalDeficitList;
2754
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
2755
+ } | {
2756
+ filters: {
2757
+ sort: {
2758
+ sortDesc: boolean;
2759
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2760
+ }[];
2761
+ searchString: string;
2762
+ statusWorking: import("..").statusWorkingsDeficit;
2763
+ shipmentIds: number[] | null;
2764
+ materialIds: number[];
2765
+ typeMaterialIds: number[];
2766
+ subTypeMaterialIds: number[];
2767
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2768
+ };
2769
+ reportType: ExcelExportReportType.materialDeficitList;
2770
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
2771
+ };
2772
+ }, {
2773
+ userId: number;
2774
+ request: {
2775
+ filters: {
2776
+ searchString: string;
2777
+ responsibleUserId: number | null;
2778
+ isBan: boolean;
2779
+ onlyCanComplect: boolean;
2780
+ type?: import("..").AssembleIzdEnum | undefined;
2781
+ sort?: {
2782
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2783
+ sortDesc?: boolean | undefined;
2784
+ }[] | undefined;
2785
+ byParents?: import("..").IFiltersByParents | null | undefined;
2786
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2787
+ notOrderedByProductionTask?: boolean | null | undefined;
2788
+ sortReadines?: import("..").SortReadinesEnum | undefined;
2789
+ };
2790
+ reportType: ExcelExportReportType.assemblyList;
2791
+ columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
2792
+ } | {
2793
+ filters: {
2794
+ searchString: string;
2795
+ isBan: boolean;
2796
+ sort?: {
2797
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2798
+ sortDesc?: boolean | undefined;
2799
+ }[] | undefined;
2800
+ responsibleUserId?: number | null | undefined;
2801
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2802
+ isDiscontinued?: boolean | null | undefined;
2803
+ byParents?: import("..").IFiltersByParents | null | undefined;
2804
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2805
+ childrenByProductionTaskIds?: number[] | null | undefined;
2806
+ metalloworkingID?: number | null | undefined;
2807
+ };
2808
+ reportType: ExcelExportReportType.metalloworkingList;
2809
+ columns: ("number" | "material" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "productionDelay" | "workpieceParameters" | "timeToProduction" | "waste")[];
2810
+ } | {
2811
+ filters: {
2812
+ status: import("..").AssembleStatus;
2813
+ searchString: string;
2814
+ sort?: {
2815
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2816
+ sortDesc?: boolean | undefined;
2817
+ }[] | undefined;
2818
+ operationId?: number | null | undefined;
2819
+ byParents?: import("..").IFiltersByParents | null | undefined;
2820
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2821
+ };
2822
+ reportType: ExcelExportReportType.assemblyOperationList;
2823
+ columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "maked" | "remainder" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
2824
+ } | {
2825
+ filters: {
2826
+ sourceType: OperationPathExcelExportSourceType;
2827
+ sourceId: number;
2828
+ };
2829
+ reportType: ExcelExportReportType.operationPath;
2830
+ columns?: ("number" | "operation" | "startTime" | "totalTime" | "maked" | "remainder" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "calculatedTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
2831
+ } | {
2832
+ filters: {
2833
+ searchString: string;
2834
+ type?: import("..").AssembleIzdEnum | null | undefined;
2835
+ sort?: {
2836
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2837
+ sortDesc?: boolean | undefined;
2838
+ }[] | undefined;
2839
+ responsibleUserId?: number | null | undefined;
2840
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2841
+ isDiscontinued?: boolean | null | undefined;
2842
+ byParents?: import("..").IFiltersByParents | null | undefined;
2843
+ byOrder?: import("..").IFiltersByByOrder | null | undefined;
2844
+ };
2845
+ reportType: ExcelExportReportType.assemblyStockOrderList;
2846
+ columns: ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[];
2847
+ } | {
2848
+ filters: {
2849
+ searchString: string;
2850
+ statusWorking: import("..").statusWorkingsDeficit;
2851
+ productIds: number[];
2852
+ sort?: {
2853
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2854
+ sortDesc?: boolean | undefined;
2855
+ }[] | undefined;
2856
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2857
+ isDiscontinued?: boolean | null | undefined;
2858
+ shipmentIds?: number[] | null | undefined;
2859
+ };
2860
+ reportType: ExcelExportReportType.productDeficitList;
2861
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2862
+ } | {
2863
+ filters: {
2864
+ searchString: string;
2865
+ statusWorking: import("..").statusWorkingsDeficit;
2866
+ cbedIds: number[];
2867
+ sort?: {
2868
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2869
+ sortDesc?: boolean | undefined;
2870
+ }[] | undefined;
2871
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2872
+ isDiscontinued?: boolean | null | undefined;
2873
+ shipmentIds?: number[] | null | undefined;
2874
+ };
2875
+ reportType: ExcelExportReportType.cbedDeficitList;
2876
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
2877
+ } | {
2878
+ filters: {
2879
+ sort?: {
2880
+ sortField?: import("..").ProductionPlanSortField | null | undefined;
2881
+ sortDesc?: boolean | undefined;
2882
+ }[] | undefined;
2883
+ searchString?: string | undefined;
2884
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2885
+ isDiscontinued?: boolean | undefined;
2886
+ detalIds?: number[] | undefined;
2887
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
2888
+ shipmentIds?: number[] | null | undefined;
2889
+ };
2890
+ reportType: ExcelExportReportType.detalDeficitList;
2891
+ columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "orderDemand" | "remaining" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
2892
+ } | {
2893
+ filters: {
2894
+ sort?: {
2895
+ sortField?: import("../material").MaterialDeficitSortField | null | undefined;
2896
+ sortDesc?: boolean | undefined;
2897
+ }[] | undefined;
2898
+ searchString?: string | undefined;
2899
+ warehouseReadinessDateFilter?: import("..").WarehouseReadinessDateFilterEnum | undefined;
2900
+ statusWorking?: import("..").statusWorkingsDeficit | undefined;
2901
+ shipmentIds?: number[] | null | undefined;
2902
+ materialIds?: number[] | undefined;
2903
+ typeMaterialIds?: number[] | undefined;
2904
+ subTypeMaterialIds?: number[] | undefined;
2905
+ };
2906
+ reportType: ExcelExportReportType.materialDeficitList;
2907
+ columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "orderDemand" | "shipmentDate" | "remaining" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
2908
+ };
2909
+ }>;
2910
+ export declare const ExcelExportResultSchema: z.ZodObject<{
2911
+ objectName: z.ZodString;
2912
+ fileName: z.ZodString;
2913
+ contentType: z.ZodString;
2914
+ rowCount: z.ZodNumber;
2915
+ }, "strip", z.ZodTypeAny, {
2916
+ rowCount: number;
2917
+ objectName: string;
2918
+ fileName: string;
2919
+ contentType: string;
2920
+ }, {
2921
+ rowCount: number;
2922
+ objectName: string;
2923
+ fileName: string;
2924
+ contentType: string;
2925
+ }>;
2926
+ export type AssemblyExcelExportColumn = z.infer<typeof AssemblyExcelExportColumnSchema>;
2927
+ export type MetalloworkingExcelExportColumn = z.infer<typeof MetalloworkingExcelExportColumnSchema>;
2928
+ export type AssemblyOperationExcelExportColumn = z.infer<typeof AssemblyOperationExcelExportColumnSchema>;
2929
+ export type OperationPathExcelExportColumn = z.infer<typeof OperationPathExcelExportColumnSchema>;
2930
+ export type AssemblyStockOrderExcelExportColumn = z.infer<typeof AssemblyStockOrderExcelExportColumnSchema>;
2931
+ export type ProductDeficitExcelExportColumn = z.infer<typeof ProductDeficitExcelExportColumnSchema>;
2932
+ export type CbedDeficitExcelExportColumn = z.infer<typeof CbedDeficitExcelExportColumnSchema>;
2933
+ export type DetalDeficitExcelExportColumn = z.infer<typeof DetalDeficitExcelExportColumnSchema>;
2934
+ export type MaterialDeficitExcelExportColumn = z.infer<typeof MaterialDeficitExcelExportColumnSchema>;
2935
+ export type CreateExcelExportDtoZodType = z.infer<typeof CreateExcelExportRequestSchema>;
2936
+ export type CreateAssemblyExcelExportDtoZodType = z.infer<typeof CreateAssemblyExcelExportDtoZod>;
2937
+ export type CreateMetalloworkingExcelExportDtoZodType = z.infer<typeof CreateMetalloworkingExcelExportDtoZod>;
2938
+ export type CreateAssemblyOperationExcelExportDtoZodType = z.infer<typeof CreateAssemblyOperationExcelExportDtoZod>;
2939
+ export type CreateOperationPathExcelExportDtoZodType = z.infer<typeof CreateOperationPathExcelExportDtoZod>;
2940
+ export type CreateAssemblyStockOrderExcelExportDtoZodType = z.infer<typeof CreateAssemblyStockOrderExcelExportDtoZod>;
2941
+ export type CreateProductDeficitExcelExportDtoZodType = z.infer<typeof CreateProductDeficitExcelExportDtoZod>;
2942
+ export type CreateCbedDeficitExcelExportDtoZodType = z.infer<typeof CreateCbedDeficitExcelExportDtoZod>;
2943
+ export type CreateDetalDeficitExcelExportDtoZodType = z.infer<typeof CreateDetalDeficitExcelExportDtoZod>;
2944
+ export type CreateMaterialDeficitExcelExportDtoZodType = z.infer<typeof CreateMaterialDeficitExcelExportDtoZod>;
2945
+ export type ExcelExportCreated = z.infer<typeof ExcelExportCreatedSchema>;
2946
+ export type ExcelExportStatusType = z.infer<typeof ExcelExportStatusSchema>;
2947
+ export type ExcelExportJobData = z.infer<typeof ExcelExportJobDataSchema>;
2948
+ export type ExcelExportResult = z.infer<typeof ExcelExportResultSchema>;
2949
+ export type ExcelExportColumnValue = string | number;
2950
+ export type ExcelExportColumnValueResolver<TItem> = (item: TItem, rowNumber: number) => ExcelExportColumnValue;
2951
+ export type ExcelExportColumnValueResolvers<TColumn extends string, TItem> = Record<TColumn, ExcelExportColumnValueResolver<TItem>>;
2952
+ export interface ExcelExportPage<TItem> {
2953
+ count: number;
2954
+ rows: TItem[];
2955
+ sourceRowCount?: number;
2956
+ }
2957
+ export interface TableExcelExportOptions<TColumn extends string, TItem> {
2958
+ jobId: string;
2959
+ worksheetName: string;
2960
+ fileNamePrefix: string;
2961
+ logContext: string;
2962
+ columns: TColumn[];
2963
+ columnDefinitions: Readonly<Record<TColumn, ExcelExportColumnDefinition>>;
2964
+ columnValueResolvers: Readonly<ExcelExportColumnValueResolvers<TColumn, TItem>>;
2965
+ imageColumn?: TColumn;
2966
+ getPage: (page: number) => Promise<ExcelExportPage<TItem>>;
2967
+ getImageObjectName?: (item: TItem) => string;
2968
+ }