@dssp/dkpi 1.0.0-alpha.85 → 1.0.0-alpha.86

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/dkpi",
3
- "version": "1.0.0-alpha.85",
3
+ "version": "1.0.0-alpha.86",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -107,5 +107,5 @@
107
107
  "devDependencies": {
108
108
  "@things-factory/builder": "^10.0.0-beta"
109
109
  },
110
- "gitHead": "bfe738d1a31fc9e58bb355695ec580fb819b8c37"
110
+ "gitHead": "6fa634b7745011bfd8a1c782703eaa59f987ee27"
111
111
  }
package/schema.graphql CHANGED
@@ -12814,7 +12814,7 @@ type Query {
12814
12814
  ): ProjectReportList!
12815
12815
 
12816
12816
  """
12817
- To fetch KpiValues by project group with X prefix kpi names (latest version only)
12817
+ To fetch KpiValues by project group with X prefix kpi names (latest valueDate only)
12818
12818
  """
12819
12819
  projectXKpiValues(projectId: String!): [KpiValue!]!
12820
12820