@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.
package/dist/index.js CHANGED
@@ -959,7 +959,7 @@ class ExternalProvidersService extends Service {
959
959
  * @response `200` OK
960
960
  */
961
961
  yandexLogin() {
962
- return this.http.get(`/account/external/login/yandex`).then(() => { });
962
+ return this.http.createUrl(`/account/external/login/yandex`);
963
963
  }
964
964
  /**
965
965
  * No description
@@ -1085,7 +1085,7 @@ class ExternalProvidersService extends Service {
1085
1085
  * @response `200` OK
1086
1086
  */
1087
1087
  bindYandex() {
1088
- return this.http.get(`/account/external/bind/yandex`).then(() => { });
1088
+ return this.http.createUrl(`/account/external/bind/yandex`);
1089
1089
  }
1090
1090
  /**
1091
1091
  * No description