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
|
@@ -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: {
|