@sniipwebmaster/user-service-client-grpcweb 25.10.13607 → 25.10.13640

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.
@@ -52375,7 +52375,9 @@ proto.sniipuserservice.MfaSecretStatus = {
52375
52375
  */
52376
52376
  proto.sniipuserservice.OtpSource = {
52377
52377
  AUTHENTICATOR: 0,
52378
- RECOVERY_CODE: 1
52378
+ RECOVERY_CODE: 1,
52379
+ EMAIL: 2,
52380
+ SMS: 3
52379
52381
  };
52380
52382
 
52381
52383
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb",
3
- "version": "25.10.13607",
3
+ "version": "25.10.13640",
4
4
  "description": "user-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",