homey-api 3.14.21 → 3.14.22

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/LICENSE ADDED
@@ -0,0 +1,3 @@
1
+ - Package may be used freely with Homey products
2
+ - Source code is proprietary to Athom B.V.
3
+ - No warranty provided
@@ -1274,6 +1274,10 @@
1274
1274
  "expiresAt": {
1275
1275
  "type": "string",
1276
1276
  "in": "body"
1277
+ },
1278
+ "shopifyContractId": {
1279
+ "type": "string",
1280
+ "in": "body"
1277
1281
  }
1278
1282
  }
1279
1283
  },
@@ -3758,6 +3758,8 @@ export class AthomCloudAPI {
3758
3758
  type?: string;
3759
3759
 
3760
3760
  expiresAt?: string;
3761
+
3762
+ shopifyContractId?: string;
3761
3763
  }): Promise<any>;
3762
3764
 
3763
3765
  transferHomeySelfHostedServerLifetimeLicense(opts: {
@@ -4448,6 +4450,8 @@ export class AthomCloudAPI {
4448
4450
  type?: string;
4449
4451
 
4450
4452
  expiresAt?: string;
4453
+
4454
+ shopifyContractId?: string;
4451
4455
  }): Promise<any>;
4452
4456
 
4453
4457
  transferHomeySelfHostedServerLifetimeLicense(opts: {
@@ -7432,6 +7436,8 @@ export class AthomCloudAPI {
7432
7436
  type?: string;
7433
7437
 
7434
7438
  expiresAt?: string;
7439
+
7440
+ shopifyContractId?: string;
7435
7441
  }): Promise<any>;
7436
7442
 
7437
7443
  transferHomeySelfHostedServerLifetimeLicense(opts: {
@@ -8122,6 +8128,8 @@ export class AthomCloudAPI {
8122
8128
  type?: string;
8123
8129
 
8124
8130
  expiresAt?: string;
8131
+
8132
+ shopifyContractId?: string;
8125
8133
  }): Promise<any>;
8126
8134
 
8127
8135
  transferHomeySelfHostedServerLifetimeLicense(opts: {
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "3.14.21",
3
+ "version": "3.14.22",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
+ "license": "SEE LICENSE",
6
7
  "files": [
7
8
  "/lib",
8
9
  "/assets/specifications",