@evergis/api 4.1.23 → 4.1.24

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.
@@ -52,7 +52,7 @@ export declare class ExternalProvidersService extends Service {
52
52
  * @secure
53
53
  * @response `200` OK
54
54
  */
55
- yandexLogin(): Promise<void>;
55
+ yandexLogin(): string;
56
56
  /**
57
57
  * No description
58
58
  *
@@ -160,7 +160,7 @@ export declare class ExternalProvidersService extends Service {
160
160
  * @secure
161
161
  * @response `200` OK
162
162
  */
163
- bindYandex(): Promise<void>;
163
+ bindYandex(): string;
164
164
  /**
165
165
  * No description
166
166
  *
package/dist/api.esm.js CHANGED
@@ -958,7 +958,7 @@ class ExternalProvidersService extends Service {
958
958
  * @response `200` OK
959
959
  */
960
960
  yandexLogin() {
961
- return this.http.get(`/account/external/login/yandex`).then(() => { });
961
+ return this.http.createUrl(`/account/external/login/yandex`);
962
962
  }
963
963
  /**
964
964
  * No description
@@ -1084,7 +1084,7 @@ class ExternalProvidersService extends Service {
1084
1084
  * @response `200` OK
1085
1085
  */
1086
1086
  bindYandex() {
1087
- return this.http.get(`/account/external/bind/yandex`).then(() => { });
1087
+ return this.http.createUrl(`/account/external/bind/yandex`);
1088
1088
  }
1089
1089
  /**
1090
1090
  * No description