@juhuu/sdk-ts 1.2.18 → 1.2.19

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
@@ -1763,7 +1763,11 @@ declare namespace JUHUU {
1763
1763
  termId?: string;
1764
1764
  };
1765
1765
  type Options = JUHUU.RequestOptions;
1766
- type Response = JUHUU.Device.Object[];
1766
+ type Response = {
1767
+ deviceArray: JUHUU.Device.Object[];
1768
+ count: number;
1769
+ hasMore: boolean;
1770
+ };
1767
1771
  }
1768
1772
  namespace Realtime {
1769
1773
  type Params = {
package/dist/index.d.ts CHANGED
@@ -1763,7 +1763,11 @@ declare namespace JUHUU {
1763
1763
  termId?: string;
1764
1764
  };
1765
1765
  type Options = JUHUU.RequestOptions;
1766
- type Response = JUHUU.Device.Object[];
1766
+ type Response = {
1767
+ deviceArray: JUHUU.Device.Object[];
1768
+ count: number;
1769
+ hasMore: boolean;
1770
+ };
1767
1771
  }
1768
1772
  namespace Realtime {
1769
1773
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",