@pksep/zod-shared 0.0.539 → 0.0.540

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.
@@ -154,7 +154,6 @@ export declare enum ModuleInclude {
154
154
  document = "document",
155
155
  material = "material",
156
156
  shipments = "shipments",
157
- stock_order = "stock_order",
158
157
  techProcess = "techProcess",
159
158
  mat_za_obj = "mat_za_obj",
160
159
  user = "user",
@@ -180,7 +180,6 @@ var ModuleInclude;
180
180
  ModuleInclude["document"] = "document";
181
181
  ModuleInclude["material"] = "material";
182
182
  ModuleInclude["shipments"] = "shipments";
183
- ModuleInclude["stock_order"] = "stock_order";
184
183
  ModuleInclude["techProcess"] = "techProcess";
185
184
  ModuleInclude["mat_za_obj"] = "mat_za_obj";
186
185
  ModuleInclude["user"] = "user";
@@ -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.540",
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",