@pksep/zod-shared 0.0.539 → 0.0.541

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.
@@ -161,8 +161,11 @@ export interface IGetDeficitsDetalByProductionTask {
161
161
  detalId: number;
162
162
  isHasIncorrectDate: boolean;
163
163
  productionTaskId: number;
164
+ startTimeDelay?: number;
164
165
  detalProductionTaskId: number;
166
+ childrenCalculateNeedsTime: Date;
165
167
  totalProductionTaskOrdered: number;
168
+ entityStartTime?: Date;
166
169
  createTimeByLastOperation: {
167
170
  mainTime: number;
168
171
  helperTime: number;
@@ -42,5 +42,6 @@ export declare enum tablesEnumConfig {
42
42
  readyToComplect = "readyToComplect",
43
43
  readyInProcent = "readyInProcent",
44
44
  readyToAssembleQuantity = "readyToAssembleQuantity",
45
- deltaTime = "deltaTime"
45
+ deltaTime = "deltaTime",
46
+ childrenCalculateNeedsTime = "childrenCalculateNeedsTime"
46
47
  }
@@ -86,4 +86,6 @@ var tablesEnumConfig;
86
86
  tablesEnumConfig["readyToAssembleQuantity"] = "readyToAssembleQuantity";
87
87
  // Дельта по времени
88
88
  tablesEnumConfig["deltaTime"] = "deltaTime";
89
+ // Готовность к комплектации
90
+ tablesEnumConfig["childrenCalculateNeedsTime"] = "childrenCalculateNeedsTime";
89
91
  })(tablesEnumConfig || (exports.tablesEnumConfig = tablesEnumConfig = {}));
@@ -36,7 +36,9 @@ exports.metalDeficitByAssembleTableConfig = [
36
36
  enum_1.tablesEnumConfig.deficitByProductionTask,
37
37
  enum_1.tablesEnumConfig.orderedByProduction,
38
38
  enum_1.tablesEnumConfig.ordered,
39
+ enum_1.tablesEnumConfig.startTimeDelay,
39
40
  enum_1.tablesEnumConfig.productionDelay,
41
+ enum_1.tablesEnumConfig.childrenCalculateNeedsTime,
40
42
  enum_1.tablesEnumConfig.operationsLength,
41
43
  enum_1.tablesEnumConfig.operationList,
42
44
  enum_1.tablesEnumConfig.totalTimePerItem,
@@ -60,7 +62,9 @@ exports.onlineBoardProductionTableConfig = [
60
62
  enum_1.tablesEnumConfig.deficitByCurrentProductionTask,
61
63
  enum_1.tablesEnumConfig.deficitByProductionTask,
62
64
  enum_1.tablesEnumConfig.ordered,
65
+ enum_1.tablesEnumConfig.startTimeDelay,
63
66
  enum_1.tablesEnumConfig.productionDelay,
67
+ enum_1.tablesEnumConfig.childrenCalculateNeedsTime,
64
68
  enum_1.tablesEnumConfig.readyToComplect,
65
69
  enum_1.tablesEnumConfig.operationsLength,
66
70
  enum_1.tablesEnumConfig.operationList,
@@ -82,7 +86,9 @@ exports.onlineBoardTableConfig = [
82
86
  enum_1.tablesEnumConfig.calculateNeedsTime,
83
87
  enum_1.tablesEnumConfig.deficitByProductionTask,
84
88
  enum_1.tablesEnumConfig.ordered,
89
+ enum_1.tablesEnumConfig.startTimeDelay,
85
90
  enum_1.tablesEnumConfig.productionDelay,
91
+ enum_1.tablesEnumConfig.childrenCalculateNeedsTime,
86
92
  enum_1.tablesEnumConfig.readyToComplect,
87
93
  enum_1.tablesEnumConfig.operationsLength,
88
94
  enum_1.tablesEnumConfig.operationList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pksep/zod-shared",
3
- "version": "0.0.539",
3
+ "version": "0.0.541",
4
4
  "description": "Zod package for erp project. Contains dto, interfaces, schems, types, enum",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",