@evergis/api 4.1.22 → 4.1.23

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
@@ -3009,7 +3009,7 @@ class Api extends EventEmitter {
3009
3009
  }
3010
3010
  }
3011
3011
  isAcceptedNetwork(network) {
3012
- return ["vk", "google", "facebook"].includes(network);
3012
+ return ["vk", "google", "facebook", "yandex"].includes(network);
3013
3013
  }
3014
3014
  async socAuthLogin(network) {
3015
3015
  if (!this.isAcceptedNetwork(network))