@things-factory/operato-dataset 9.0.20 → 9.0.22

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 (2) hide show
  1. package/package.json +3 -3
  2. package/schema.graphql +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "9.0.20",
3
+ "version": "9.0.22",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -82,7 +82,7 @@
82
82
  "@things-factory/integration-influxdb": "^9.0.20",
83
83
  "@things-factory/integration-msgraph": "^9.0.20",
84
84
  "@things-factory/integration-ui": "^9.0.20",
85
- "@things-factory/kpi": "^9.0.20",
85
+ "@things-factory/kpi": "^9.0.22",
86
86
  "@things-factory/lite-menu": "^9.0.20",
87
87
  "@things-factory/lock-client": "^9.0.20",
88
88
  "@things-factory/more-base": "^9.0.20",
@@ -104,5 +104,5 @@
104
104
  "devDependencies": {
105
105
  "@things-factory/builder": "^9.0.20"
106
106
  },
107
- "gitHead": "d66d7047d01d82c6c676f8f02ecf1233fe55eaab"
107
+ "gitHead": "d5983b2d3f2b6889787342021e38ea383b49f170"
108
108
  }
package/schema.graphql CHANGED
@@ -3752,6 +3752,11 @@ type KpiMetric {
3752
3752
  """Aggregation period type for this metric."""
3753
3753
  periodType: KpiMetricPeriodType!
3754
3754
 
3755
+ """
3756
+ Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
3757
+ """
3758
+ schedule: String
3759
+
3755
3760
  """Schedule ID for the registered cron job."""
3756
3761
  scheduleId: String
3757
3762