homey-api 3.14.7 → 3.14.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.
|
@@ -1220,19 +1220,13 @@
|
|
|
1220
1220
|
"type": "string",
|
|
1221
1221
|
"required": true
|
|
1222
1222
|
},
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
"
|
|
1229
|
-
|
|
1230
|
-
"type": "string"
|
|
1231
|
-
},
|
|
1232
|
-
"expiresAt": {
|
|
1233
|
-
"type": "string"
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1223
|
+
"type": {
|
|
1224
|
+
"type": "string",
|
|
1225
|
+
"in": "body"
|
|
1226
|
+
},
|
|
1227
|
+
"expiresAt": {
|
|
1228
|
+
"type": "string",
|
|
1229
|
+
"in": "body"
|
|
1236
1230
|
}
|
|
1237
1231
|
}
|
|
1238
1232
|
},
|
|
@@ -3721,11 +3721,9 @@ export class AthomCloudAPI {
|
|
|
3721
3721
|
updateHomeySelfHostedServerSubscription(opts: {
|
|
3722
3722
|
homeyId: string;
|
|
3723
3723
|
|
|
3724
|
-
|
|
3725
|
-
type: string;
|
|
3724
|
+
type?: string;
|
|
3726
3725
|
|
|
3727
|
-
|
|
3728
|
-
};
|
|
3726
|
+
expiresAt?: string;
|
|
3729
3727
|
}): Promise<any>;
|
|
3730
3728
|
|
|
3731
3729
|
sendFormattedEmail(opts: {
|
|
@@ -4383,11 +4381,9 @@ export class AthomCloudAPI {
|
|
|
4383
4381
|
updateHomeySelfHostedServerSubscription(opts: {
|
|
4384
4382
|
homeyId: string;
|
|
4385
4383
|
|
|
4386
|
-
|
|
4387
|
-
type: string;
|
|
4384
|
+
type?: string;
|
|
4388
4385
|
|
|
4389
|
-
|
|
4390
|
-
};
|
|
4386
|
+
expiresAt?: string;
|
|
4391
4387
|
}): Promise<any>;
|
|
4392
4388
|
|
|
4393
4389
|
sendFormattedEmail(opts: {
|
|
@@ -7323,11 +7319,9 @@ export class AthomCloudAPI {
|
|
|
7323
7319
|
updateHomeySelfHostedServerSubscription(opts: {
|
|
7324
7320
|
homeyId: string;
|
|
7325
7321
|
|
|
7326
|
-
|
|
7327
|
-
type: string;
|
|
7322
|
+
type?: string;
|
|
7328
7323
|
|
|
7329
|
-
|
|
7330
|
-
};
|
|
7324
|
+
expiresAt?: string;
|
|
7331
7325
|
}): Promise<any>;
|
|
7332
7326
|
|
|
7333
7327
|
sendFormattedEmail(opts: {
|
|
@@ -7985,11 +7979,9 @@ export class AthomCloudAPI {
|
|
|
7985
7979
|
updateHomeySelfHostedServerSubscription(opts: {
|
|
7986
7980
|
homeyId: string;
|
|
7987
7981
|
|
|
7988
|
-
|
|
7989
|
-
type: string;
|
|
7982
|
+
type?: string;
|
|
7990
7983
|
|
|
7991
|
-
|
|
7992
|
-
};
|
|
7984
|
+
expiresAt?: string;
|
|
7993
7985
|
}): Promise<any>;
|
|
7994
7986
|
|
|
7995
7987
|
sendFormattedEmail(opts: {
|