@juhuu/sdk-ts 1.1.6 → 1.1.7

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
@@ -1644,7 +1644,7 @@ declare namespace JUHUU {
1644
1644
  propertyId?: string;
1645
1645
  };
1646
1646
  type Options = JUHUU.RequestOptions;
1647
- type Response = JUHUU.Device.Object[];
1647
+ type Response = JUHUU.DeviceTemplate.Object[];
1648
1648
  }
1649
1649
  }
1650
1650
  }
package/dist/index.d.ts CHANGED
@@ -1644,7 +1644,7 @@ declare namespace JUHUU {
1644
1644
  propertyId?: string;
1645
1645
  };
1646
1646
  type Options = JUHUU.RequestOptions;
1647
- type Response = JUHUU.Device.Object[];
1647
+ type Response = JUHUU.DeviceTemplate.Object[];
1648
1648
  }
1649
1649
  }
1650
1650
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.1.006",
3
+ "version": "1.1.007",
4
4
  "description": "Typescript wrapper for juhuu services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",