@firebase/auth 0.21.6-canary.a8d6499b1 → 0.21.6-canary.bd51cecba

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.
Files changed (42) hide show
  1. package/dist/auth-public.d.ts +1 -3
  2. package/dist/auth.d.ts +1 -12
  3. package/dist/browser-cjs/{index-a031a7c0.js → index-11d0b4fc.js} +2 -2
  4. package/dist/{esm2017/index-33f309f3.js.map → browser-cjs/index-11d0b4fc.js.map} +1 -1
  5. package/dist/browser-cjs/index.js +1 -1
  6. package/dist/browser-cjs/internal.js +1 -1
  7. package/dist/browser-cjs/src/mfa/assertions/totp.d.ts +2 -2
  8. package/dist/cordova/index.js +2 -2
  9. package/dist/cordova/internal.js +2 -2
  10. package/dist/cordova/internal.js.map +1 -1
  11. package/dist/cordova/{popup_redirect-69cff576.js → popup_redirect-c67b47ca.js} +2 -2
  12. package/dist/cordova/{popup_redirect-69cff576.js.map → popup_redirect-c67b47ca.js.map} +1 -1
  13. package/dist/cordova/src/mfa/assertions/totp.d.ts +2 -2
  14. package/dist/esm2017/{index-33f309f3.js → index-46100f51.js} +2 -2
  15. package/dist/{browser-cjs/index-a031a7c0.js.map → esm2017/index-46100f51.js.map} +1 -1
  16. package/dist/esm2017/index.js +1 -1
  17. package/dist/esm2017/internal.js +2 -2
  18. package/dist/esm2017/src/mfa/assertions/totp.d.ts +2 -2
  19. package/dist/esm5/{index-588c4d42.js → index-33b0d9c4.js} +2 -2
  20. package/dist/esm5/{index-588c4d42.js.map → index-33b0d9c4.js.map} +1 -1
  21. package/dist/esm5/index.js +1 -1
  22. package/dist/esm5/internal.js +2 -2
  23. package/dist/esm5/src/mfa/assertions/totp.d.ts +2 -2
  24. package/dist/index.webworker.esm5.js +1 -1
  25. package/dist/node/index.js +1 -1
  26. package/dist/node/internal.js +1 -1
  27. package/dist/node/src/mfa/assertions/totp.d.ts +2 -2
  28. package/dist/node/{totp-4f539e73.js → totp-b6c61543.js} +2 -2
  29. package/dist/node/{totp-4f539e73.js.map → totp-b6c61543.js.map} +1 -1
  30. package/dist/node-esm/index.js +1 -1
  31. package/dist/node-esm/internal.js +2 -2
  32. package/dist/node-esm/src/mfa/assertions/totp.d.ts +2 -2
  33. package/dist/node-esm/{totp-aec70fa2.js → totp-56d2b3c7.js} +2 -2
  34. package/dist/node-esm/{totp-aec70fa2.js.map → totp-56d2b3c7.js.map} +1 -1
  35. package/dist/rn/index.js +1 -1
  36. package/dist/rn/internal.js +1 -1
  37. package/dist/rn/internal.js.map +1 -1
  38. package/dist/rn/{phone-a38a417c.js → phone-6e28655c.js} +2 -2
  39. package/dist/rn/{phone-a38a417c.js.map → phone-6e28655c.js.map} +1 -1
  40. package/dist/rn/src/mfa/assertions/totp.d.ts +2 -2
  41. package/dist/src/mfa/assertions/totp.d.ts +2 -2
  42. package/package.json +6 -6
@@ -1157,8 +1157,6 @@ export declare const FactorId: {
1157
1157
  readonly TOTP: "totp";
1158
1158
  };
1159
1159
 
1160
- /* Excluded from this release type: FactorId_2 */
1161
-
1162
1160
  /**
1163
1161
  * The base class for all Federated providers (OAuth (including OIDC), SAML).
1164
1162
  *
@@ -3223,7 +3221,7 @@ export declare class TotpMultiFactorGenerator {
3223
3221
  /**
3224
3222
  * The identifier of the TOTP second factor: `totp`.
3225
3223
  */
3226
- static FACTOR_ID: FactorId_2;
3224
+ static FACTOR_ID: 'totp';
3227
3225
  }
3228
3226
 
3229
3227
  /**
package/dist/auth.d.ts CHANGED
@@ -1424,17 +1424,6 @@ export declare const FactorId: {
1424
1424
  readonly TOTP: "totp";
1425
1425
  };
1426
1426
 
1427
- /**
1428
- * An enum of factors that may be used for multifactor authentication.
1429
- *
1430
- * @internal
1431
- */
1432
- declare const enum FactorId_2 {
1433
- /** Phone as second factor */
1434
- PHONE = "phone",
1435
- TOTP = "totp"
1436
- }
1437
-
1438
1427
  /**
1439
1428
  * The base class for all Federated providers (OAuth (including OIDC), SAML).
1440
1429
  *
@@ -3683,7 +3672,7 @@ export declare class TotpMultiFactorGenerator {
3683
3672
  /**
3684
3673
  * The identifier of the TOTP second factor: `totp`.
3685
3674
  */
3686
- static FACTOR_ID: FactorId_2;
3675
+ static FACTOR_ID: 'totp';
3687
3676
  }
3688
3677
 
3689
3678
  /**
@@ -9487,7 +9487,7 @@ function _isEmptyString(input) {
9487
9487
  }
9488
9488
 
9489
9489
  var name = "@firebase/auth";
9490
- var version = "0.21.6-canary.a8d6499b1";
9490
+ var version = "0.21.6-canary.bd51cecba";
9491
9491
 
9492
9492
  /**
9493
9493
  * @license
@@ -9816,4 +9816,4 @@ exports.updateProfile = updateProfile;
9816
9816
  exports.useDeviceLanguage = useDeviceLanguage;
9817
9817
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
9818
9818
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
9819
- //# sourceMappingURL=index-a031a7c0.js.map
9819
+ //# sourceMappingURL=index-11d0b4fc.js.map