homey-api 1.5.2 → 1.5.3

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.
@@ -165,6 +165,11 @@
165
165
  "method": "get",
166
166
  "parameters": {}
167
167
  },
168
+ "getAllLiveAppIDs": {
169
+ "path": "/app/ids",
170
+ "method": "get",
171
+ "parameters": {}
172
+ },
168
173
  "getReviewApps": {
169
174
  "path": "/app/review",
170
175
  "method": "get",
@@ -315,6 +315,11 @@
315
315
 
316
316
  getMyApps(
317
317
 
318
+ ):
319
+ Promise<any>;
320
+
321
+ getAllLiveAppIDs(
322
+
318
323
  ):
319
324
  Promise<any>;
320
325
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Homey API",
5
5
  "main": "src/index.js",
6
6
  "types": "assets/types/homey-api.d.ts",