@juhuu/sdk-ts 1.2.135 → 1.2.136

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
@@ -2767,6 +2767,7 @@ declare namespace JUHUU {
2767
2767
  statusArray?: DeviceStatus[];
2768
2768
  propertyId?: string;
2769
2769
  deviceTemplateId?: string;
2770
+ acceptTerms?: boolean;
2770
2771
  };
2771
2772
  type Options = {
2772
2773
  limit?: number;
package/dist/index.d.ts CHANGED
@@ -2767,6 +2767,7 @@ declare namespace JUHUU {
2767
2767
  statusArray?: DeviceStatus[];
2768
2768
  propertyId?: string;
2769
2769
  deviceTemplateId?: string;
2770
+ acceptTerms?: boolean;
2770
2771
  };
2771
2772
  type Options = {
2772
2773
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.135",
3
+ "version": "1.2.136",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",