@sedni/cloud_common 1.0.3 → 1.0.4

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.
@@ -6,6 +6,8 @@ const { EventCategories } = require("../../types/event.types");
6
6
  */
7
7
  const ChannelDocs = require("./Channel.json");
8
8
  const ChannelDataBucketDocs = require("./ChannelDataBucket.json");
9
+ const ChannelWithDataDocs = require("./ChannelWithData.json");
10
+ const DataPointDocs = require("./DataPoint.json");
9
11
  const EventDocs = require("./Event.json");
10
12
  const HistoryDocs = require("./History.json");
11
13
  const UnitDocs = require("./Unit.json");
@@ -20,6 +22,8 @@ EventDocs.components.schemas.Event.properties.event_category.enum = Object.value
20
22
  const Docs = {
21
23
  ChannelDocs,
22
24
  ChannelDataBucketDocs,
25
+ ChannelWithDataDocs,
26
+ DataPointDocs,
23
27
  EventDocs,
24
28
  HistoryDocs,
25
29
  UnitDocs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sedni/cloud_common",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Common package for all types, resources and tools of Diamar Cloud",
5
5
  "main": "index.js",
6
6
  "scripts": {