@juhuu/sdk-ts 1.3.43 → 1.3.44

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/dist/index.d.mts CHANGED
@@ -7514,6 +7514,7 @@ declare namespace JUHUU {
7514
7514
  permissionArray: DevicePermission[];
7515
7515
  proximityStrategyArray: ProximityStrategy[];
7516
7516
  mountFlowId: string | null;
7517
+ starred: boolean;
7517
7518
  };
7518
7519
  namespace Create {
7519
7520
  type Params = {
@@ -7526,7 +7527,6 @@ declare namespace JUHUU {
7526
7527
  permissionArray?: DevicePermission[];
7527
7528
  proximityStrategyArray?: ProximityStrategy[];
7528
7529
  mountFlowId?: string | null;
7529
- starred: boolean;
7530
7530
  };
7531
7531
  type Options = JUHUU.RequestOptions;
7532
7532
  type Response = {
package/dist/index.d.ts CHANGED
@@ -7514,6 +7514,7 @@ declare namespace JUHUU {
7514
7514
  permissionArray: DevicePermission[];
7515
7515
  proximityStrategyArray: ProximityStrategy[];
7516
7516
  mountFlowId: string | null;
7517
+ starred: boolean;
7517
7518
  };
7518
7519
  namespace Create {
7519
7520
  type Params = {
@@ -7526,7 +7527,6 @@ declare namespace JUHUU {
7526
7527
  permissionArray?: DevicePermission[];
7527
7528
  proximityStrategyArray?: ProximityStrategy[];
7528
7529
  mountFlowId?: string | null;
7529
- starred: boolean;
7530
7530
  };
7531
7531
  type Options = JUHUU.RequestOptions;
7532
7532
  type Response = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.43",
6
+ "version": "1.3.44",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",