@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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
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 =
|
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 =
|
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 = {
|