@smapiot/piral-cloud-node 0.13.3-pre.20230130.1 → 0.13.3

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/lib/index.d.ts +2 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -283,6 +283,7 @@ declare module "@smapiot/piral-cloud-node" {
283
283
  selected?: boolean;
284
284
  enabled?: boolean;
285
285
  bundled?: boolean;
286
+ configRefs?: Array<string>;
286
287
  }
287
288
 
288
289
  export interface FeedUpdateDetails {
@@ -665,6 +666,7 @@ declare module "@smapiot/piral-cloud-node" {
665
666
  tag: string;
666
667
  selected: boolean;
667
668
  schema: PiletType;
669
+ configRefs: Array<string>;
668
670
  canSetTag: boolean;
669
671
  canBundle: boolean;
670
672
  canDelete: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/piral-cloud-node",
3
- "version": "0.13.3-pre.20230130.1",
3
+ "version": "0.13.3",
4
4
  "description": "Piral Cloud: Node-usable API Client for the Piral Feed Service.",
5
5
  "author": {
6
6
  "name": "smapiot",