homey-api 1.5.7 → 1.5.8

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.
@@ -444,6 +444,25 @@
444
444
 
445
445
 
446
446
 
447
+ opts: {
448
+
449
+
450
+ appId: string,
451
+
452
+
453
+ },
454
+
455
+
456
+
457
+
458
+ ):
459
+ Promise<any>;
460
+
461
+ getAppDriversStats(
462
+
463
+
464
+
465
+
447
466
  opts: {
448
467
 
449
468
 
@@ -2758,6 +2777,11 @@
2758
2777
 
2759
2778
  getAppInstallsStatistics(
2760
2779
 
2780
+ ):
2781
+ Promise<any>;
2782
+
2783
+ getAppDriversStatistics(
2784
+
2761
2785
  ):
2762
2786
  Promise<any>;
2763
2787
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Homey API",
5
5
  "main": "src/index.js",
6
6
  "types": "assets/types/homey-api.d.ts",