@pksep/zod-shared 0.0.523 → 0.0.525

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.
@@ -13,7 +13,6 @@ exports.metalloworkingTableConfig = [
13
13
  enum_1.tablesEnumConfig.orderedByProduction,
14
14
  enum_1.tablesEnumConfig.ordered,
15
15
  enum_1.tablesEnumConfig.dateByUrgency,
16
- enum_1.tablesEnumConfig.dateShipment,
17
16
  enum_1.tablesEnumConfig.workpieceParameters,
18
17
  enum_1.tablesEnumConfig.material,
19
18
  enum_1.tablesEnumConfig.operationsLength,
@@ -56,7 +55,6 @@ exports.onlineBoardProductionTableConfig = [
56
55
  enum_1.tablesEnumConfig.calculatedCreateTime,
57
56
  enum_1.tablesEnumConfig.warehouseReadinessDate,
58
57
  enum_1.tablesEnumConfig.calculateNeedsTime,
59
- enum_1.tablesEnumConfig.dateShipment,
60
58
  enum_1.tablesEnumConfig.deficitByCurrentProductionTask,
61
59
  enum_1.tablesEnumConfig.deficitByProductionTask,
62
60
  enum_1.tablesEnumConfig.ordered,
@@ -79,7 +77,6 @@ exports.onlineBoardTableConfig = [
79
77
  enum_1.tablesEnumConfig.startTime,
80
78
  enum_1.tablesEnumConfig.calculatedCreateTime,
81
79
  enum_1.tablesEnumConfig.calculateNeedsTime,
82
- enum_1.tablesEnumConfig.dateShipment,
83
80
  enum_1.tablesEnumConfig.deficitByProductionTask,
84
81
  enum_1.tablesEnumConfig.ordered,
85
82
  enum_1.tablesEnumConfig.readyToComplect,
@@ -101,7 +98,6 @@ exports.assembleTableConfig = [
101
98
  enum_1.tablesEnumConfig.calculatedCreateTime,
102
99
  enum_1.tablesEnumConfig.calculateNeedsTime,
103
100
  enum_1.tablesEnumConfig.dateByUrgency,
104
- enum_1.tablesEnumConfig.dateShipment,
105
101
  enum_1.tablesEnumConfig.operationsLength,
106
102
  enum_1.tablesEnumConfig.readyInProcent,
107
103
  enum_1.tablesEnumConfig.readyToComplect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pksep/zod-shared",
3
- "version": "0.0.523",
3
+ "version": "0.0.525",
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",