@sniipwebmaster/user-service-client-grpcweb-ts 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
|
/**
|