@sniipwebmaster/user-service-client-grpcweb-ts 25.10.13607 → 25.10.13629

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.
@@ -6441,6 +6441,8 @@ export enum MfaSecretStatus {
6441
6441
  export enum OtpSource {
6442
6442
  AUTHENTICATOR = 0,
6443
6443
  RECOVERY_CODE = 1,
6444
+ EMAIL = 2,
6445
+ SMS = 3,
6444
6446
  }
6445
6447
  export enum AppAccountType {
6446
6448
  ACCOUNT_TYPE_UNSPECIFIED = 0,
@@ -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-ts",
3
- "version": "25.10.13607",
3
+ "version": "25.10.13629",
4
4
  "description": "user-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",