homey-api 3.6.3 → 3.6.4

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.
@@ -230,6 +230,10 @@
230
230
  "in": "query",
231
231
  "type": "array"
232
232
  },
233
+ "features": {
234
+ "in": "query",
235
+ "type": "array"
236
+ },
233
237
  "limit": {
234
238
  "in": "query",
235
239
  "type": "number"
@@ -363,6 +363,11 @@
363
363
  }
364
364
  }
365
365
  },
366
+ "restoreSubscriptions": {
367
+ "path": "/subscription/restore",
368
+ "method": "get",
369
+ "parameters": {}
370
+ },
366
371
  "getExpiredSubscriptions": {
367
372
  "path": "/subscription/expired",
368
373
  "method": "post",
@@ -1702,6 +1702,8 @@ export class AthomAppsAPI {
1702
1702
 
1703
1703
  category?: Array<any>;
1704
1704
 
1705
+ features?: Array<any>;
1706
+
1705
1707
  limit?: number;
1706
1708
 
1707
1709
  offset?: number;
@@ -2008,6 +2010,8 @@ export class AthomAppsAPI {
2008
2010
 
2009
2011
  category?: Array<any>;
2010
2012
 
2013
+ features?: Array<any>;
2014
+
2011
2015
  limit?: number;
2012
2016
 
2013
2017
  offset?: number;
@@ -4121,6 +4125,8 @@ export class AthomStoreAPI {
4121
4125
  duration?: string;
4122
4126
  }): Promise<any>;
4123
4127
 
4128
+ restoreSubscriptions(): Promise<any>;
4129
+
4124
4130
  getExpiredSubscriptions(opts: {
4125
4131
  users?: Array<any>;
4126
4132
 
@@ -4347,6 +4353,8 @@ export class AthomStoreAPI {
4347
4353
  duration?: string;
4348
4354
  }): Promise<any>;
4349
4355
 
4356
+ restoreSubscriptions(): Promise<any>;
4357
+
4350
4358
  getExpiredSubscriptions(opts: {
4351
4359
  users?: Array<any>;
4352
4360
 
@@ -4986,6 +4994,8 @@ export class AthomAppsAPI {
4986
4994
 
4987
4995
  category?: Array<any>;
4988
4996
 
4997
+ features?: Array<any>;
4998
+
4989
4999
  limit?: number;
4990
5000
 
4991
5001
  offset?: number;
@@ -5292,6 +5302,8 @@ export class AthomAppsAPI {
5292
5302
 
5293
5303
  category?: Array<any>;
5294
5304
 
5305
+ features?: Array<any>;
5306
+
5295
5307
  limit?: number;
5296
5308
 
5297
5309
  offset?: number;
@@ -7405,6 +7417,8 @@ export class AthomStoreAPI {
7405
7417
  duration?: string;
7406
7418
  }): Promise<any>;
7407
7419
 
7420
+ restoreSubscriptions(): Promise<any>;
7421
+
7408
7422
  getExpiredSubscriptions(opts: {
7409
7423
  users?: Array<any>;
7410
7424
 
@@ -7631,6 +7645,8 @@ export class AthomStoreAPI {
7631
7645
  duration?: string;
7632
7646
  }): Promise<any>;
7633
7647
 
7648
+ restoreSubscriptions(): Promise<any>;
7649
+
7634
7650
  getExpiredSubscriptions(opts: {
7635
7651
  users?: Array<any>;
7636
7652
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [