@smapiot/piral-cloud-node 0.14.3 → 0.14.4-pre.20230309.1
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 +5 -0
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -227,6 +227,7 @@ declare module "@smapiot/piral-cloud-node" {
|
|
|
227
227
|
hash: string;
|
|
228
228
|
tag: string;
|
|
229
229
|
selected: boolean;
|
|
230
|
+
priority: number;
|
|
230
231
|
schema: PiletType;
|
|
231
232
|
configRefs: Array<string>;
|
|
232
233
|
canSetTag: boolean;
|
|
@@ -299,6 +300,7 @@ declare module "@smapiot/piral-cloud-node" {
|
|
|
299
300
|
selected?: boolean;
|
|
300
301
|
enabled?: boolean;
|
|
301
302
|
bundled?: boolean;
|
|
303
|
+
priority?: number;
|
|
302
304
|
tag?: string;
|
|
303
305
|
configRefs?: Array<string>;
|
|
304
306
|
}
|
|
@@ -462,6 +464,9 @@ declare module "@smapiot/piral-cloud-node" {
|
|
|
462
464
|
export interface GroupDetailsDTO extends GroupDTO {
|
|
463
465
|
changed: string;
|
|
464
466
|
created: string;
|
|
467
|
+
owner: string;
|
|
468
|
+
admin: boolean;
|
|
469
|
+
referencedBy: Array<string>;
|
|
465
470
|
members: Array<{
|
|
466
471
|
id: string;
|
|
467
472
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smapiot/piral-cloud-node",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.4-pre.20230309.1",
|
|
4
4
|
"description": "Piral Cloud: Node-usable API Client for the Piral Feed Service.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "smapiot",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"node"
|
|
41
41
|
],
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@piral/feed-client": "^0.14.
|
|
43
|
+
"@piral/feed-client": "^0.14.4",
|
|
44
44
|
"dets": "^0.12.0",
|
|
45
45
|
"esbuild": "^0.14.51",
|
|
46
46
|
"node-fetch": "^3.2.10"
|