homey-api 3.10.0 → 3.10.1
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.
|
@@ -608,15 +608,9 @@
|
|
|
608
608
|
"path": "/user/me/newsletter",
|
|
609
609
|
"method": "post",
|
|
610
610
|
"parameters": {
|
|
611
|
-
"
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
"unpack": true,
|
|
615
|
-
"properties": {
|
|
616
|
-
"language": {
|
|
617
|
-
"type": "string"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
611
|
+
"language": {
|
|
612
|
+
"type": "string",
|
|
613
|
+
"in": "body"
|
|
620
614
|
}
|
|
621
615
|
}
|
|
622
616
|
},
|
|
@@ -1580,9 +1580,7 @@ export class AthomCloudAPI {
|
|
|
1580
1580
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
1581
1581
|
|
|
1582
1582
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
1583
|
-
|
|
1584
|
-
language: string;
|
|
1585
|
-
};
|
|
1583
|
+
language?: string;
|
|
1586
1584
|
}): Promise<any>;
|
|
1587
1585
|
|
|
1588
1586
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -1612,9 +1610,7 @@ export class AthomCloudAPI {
|
|
|
1612
1610
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
1613
1611
|
|
|
1614
1612
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
1615
|
-
|
|
1616
|
-
language: string;
|
|
1617
|
-
};
|
|
1613
|
+
language?: string;
|
|
1618
1614
|
}): Promise<any>;
|
|
1619
1615
|
|
|
1620
1616
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -1764,9 +1760,7 @@ export class AthomCloudAPI {
|
|
|
1764
1760
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
1765
1761
|
|
|
1766
1762
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
1767
|
-
|
|
1768
|
-
language: string;
|
|
1769
|
-
};
|
|
1763
|
+
language?: string;
|
|
1770
1764
|
}): Promise<any>;
|
|
1771
1765
|
|
|
1772
1766
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -1796,9 +1790,7 @@ export class AthomCloudAPI {
|
|
|
1796
1790
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
1797
1791
|
|
|
1798
1792
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
1799
|
-
|
|
1800
|
-
language: string;
|
|
1801
|
-
};
|
|
1793
|
+
language?: string;
|
|
1802
1794
|
}): Promise<any>;
|
|
1803
1795
|
|
|
1804
1796
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -2757,9 +2757,7 @@ export class AthomCloudAPI {
|
|
|
2757
2757
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
2758
2758
|
|
|
2759
2759
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
2760
|
-
|
|
2761
|
-
language: string;
|
|
2762
|
-
};
|
|
2760
|
+
language?: string;
|
|
2763
2761
|
}): Promise<any>;
|
|
2764
2762
|
|
|
2765
2763
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -3343,9 +3341,7 @@ export class AthomCloudAPI {
|
|
|
3343
3341
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
3344
3342
|
|
|
3345
3343
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
3346
|
-
|
|
3347
|
-
language: string;
|
|
3348
|
-
};
|
|
3344
|
+
language?: string;
|
|
3349
3345
|
}): Promise<any>;
|
|
3350
3346
|
|
|
3351
3347
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -6129,9 +6125,7 @@ export class AthomCloudAPI {
|
|
|
6129
6125
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
6130
6126
|
|
|
6131
6127
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
6132
|
-
|
|
6133
|
-
language: string;
|
|
6134
|
-
};
|
|
6128
|
+
language?: string;
|
|
6135
6129
|
}): Promise<any>;
|
|
6136
6130
|
|
|
6137
6131
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|
|
@@ -6715,9 +6709,7 @@ export class AthomCloudAPI {
|
|
|
6715
6709
|
getAuthenticatedUserNewsletterStatus(): Promise<any>;
|
|
6716
6710
|
|
|
6717
6711
|
subscribeAuthenticatedUserToNewsletter(opts: {
|
|
6718
|
-
|
|
6719
|
-
language: string;
|
|
6720
|
-
};
|
|
6712
|
+
language?: string;
|
|
6721
6713
|
}): Promise<any>;
|
|
6722
6714
|
|
|
6723
6715
|
unsubscribeAuthenticatedUserFromNewsletter(): Promise<any>;
|