@juhuu/sdk-ts 1.2.234 → 1.2.235

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
@@ -3744,7 +3744,7 @@ declare namespace JUHUU {
3744
3744
  deviceId?: string;
3745
3745
  };
3746
3746
  type Options = {
3747
- expand: Array<"property">;
3747
+ expand?: Array<"property">;
3748
3748
  } & JUHUU.RequestOptions;
3749
3749
  type Response = {
3750
3750
  parameter: JUHUU.Parameter.Object;
package/dist/index.d.ts CHANGED
@@ -3744,7 +3744,7 @@ declare namespace JUHUU {
3744
3744
  deviceId?: string;
3745
3745
  };
3746
3746
  type Options = {
3747
- expand: Array<"property">;
3747
+ expand?: Array<"property">;
3748
3748
  } & JUHUU.RequestOptions;
3749
3749
  type Response = {
3750
3750
  parameter: JUHUU.Parameter.Object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.234",
3
+ "version": "1.2.235",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",