@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.
- package/lib/index.d.ts +2 -0
- 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;
|