@firebase/auth 0.23.0-canary.68b79e1a0 → 0.23.0-canary.6d4d18786

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 (40) hide show
  1. package/dist/auth-public.d.ts +5 -5
  2. package/dist/auth.d.ts +5 -5
  3. package/dist/browser-cjs/{index-d6a0212d.js → index-6fbac204.js} +2 -2
  4. package/dist/browser-cjs/{index-d6a0212d.js.map → index-6fbac204.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/model/public_types.d.ts +5 -5
  8. package/dist/cordova/index.js +2 -2
  9. package/dist/cordova/internal.js +2 -2
  10. package/dist/cordova/{popup_redirect-1b7244a0.js → popup_redirect-a72052fc.js} +2 -2
  11. package/dist/cordova/{popup_redirect-1b7244a0.js.map → popup_redirect-a72052fc.js.map} +1 -1
  12. package/dist/cordova/src/model/public_types.d.ts +5 -5
  13. package/dist/esm2017/{index-47a14456.js → index-61f42f32.js} +2 -2
  14. package/dist/esm2017/{index-47a14456.js.map → index-61f42f32.js.map} +1 -1
  15. package/dist/esm2017/index.js +1 -1
  16. package/dist/esm2017/internal.js +2 -2
  17. package/dist/esm2017/src/model/public_types.d.ts +5 -5
  18. package/dist/esm5/{index-a514546d.js → index-8e54bca5.js} +2 -2
  19. package/dist/esm5/{index-a514546d.js.map → index-8e54bca5.js.map} +1 -1
  20. package/dist/esm5/index.js +1 -1
  21. package/dist/esm5/internal.js +2 -2
  22. package/dist/esm5/src/model/public_types.d.ts +5 -5
  23. package/dist/index.webworker.esm5.js +1 -1
  24. package/dist/node/index.js +1 -1
  25. package/dist/node/internal.js +1 -1
  26. package/dist/node/src/model/public_types.d.ts +5 -5
  27. package/dist/node/{totp-e43170cf.js → totp-fab9bca0.js} +2 -2
  28. package/dist/node/{totp-e43170cf.js.map → totp-fab9bca0.js.map} +1 -1
  29. package/dist/node-esm/index.js +1 -1
  30. package/dist/node-esm/internal.js +2 -2
  31. package/dist/node-esm/src/model/public_types.d.ts +5 -5
  32. package/dist/node-esm/{totp-7bedff1f.js → totp-432032b4.js} +2 -2
  33. package/dist/node-esm/{totp-7bedff1f.js.map → totp-432032b4.js.map} +1 -1
  34. package/dist/rn/index.js +1 -1
  35. package/dist/rn/internal.js +1 -1
  36. package/dist/rn/{phone-b943a4f2.js → phone-c4454c03.js} +2 -2
  37. package/dist/rn/{phone-b943a4f2.js.map → phone-c4454c03.js.map} +1 -1
  38. package/dist/rn/src/model/public_types.d.ts +5 -5
  39. package/dist/src/model/public_types.d.ts +5 -5
  40. package/package.json +6 -6
@@ -50,7 +50,7 @@ export declare interface ActionCodeInfo {
50
50
  /**
51
51
  * The type of operation that generated the action code.
52
52
  */
53
- operation: typeof ActionCodeOperation[keyof typeof ActionCodeOperation];
53
+ operation: (typeof ActionCodeOperation)[keyof typeof ActionCodeOperation];
54
54
  }
55
55
 
56
56
  /**
@@ -1725,7 +1725,7 @@ export declare function multiFactor(user: User): MultiFactorUser;
1725
1725
  */
1726
1726
  export declare interface MultiFactorAssertion {
1727
1727
  /** The identifier of the second factor. */
1728
- readonly factorId: typeof FactorId[keyof typeof FactorId];
1728
+ readonly factorId: (typeof FactorId)[keyof typeof FactorId];
1729
1729
  }
1730
1730
 
1731
1731
  /**
@@ -1765,7 +1765,7 @@ export declare interface MultiFactorError extends AuthError {
1765
1765
  /**
1766
1766
  * The type of operation (sign-in, linking, or re-authentication) that raised the error.
1767
1767
  */
1768
- readonly operationType: typeof OperationType[keyof typeof OperationType];
1768
+ readonly operationType: (typeof OperationType)[keyof typeof OperationType];
1769
1769
  };
1770
1770
  }
1771
1771
 
@@ -1782,7 +1782,7 @@ export declare interface MultiFactorInfo {
1782
1782
  /** The enrollment date of the second factor formatted as a UTC string. */
1783
1783
  readonly enrollmentTime: string;
1784
1784
  /** The identifier of the second factor. */
1785
- readonly factorId: typeof FactorId[keyof typeof FactorId];
1785
+ readonly factorId: (typeof FactorId)[keyof typeof FactorId];
1786
1786
  }
1787
1787
 
1788
1788
  /**
@@ -3625,7 +3625,7 @@ export declare interface UserCredential {
3625
3625
  /**
3626
3626
  * The type of operation which was used to authenticate the user (such as sign-in or link).
3627
3627
  */
3628
- operationType: typeof OperationType[keyof typeof OperationType];
3628
+ operationType: (typeof OperationType)[keyof typeof OperationType];
3629
3629
  }
3630
3630
 
3631
3631
  /* Excluded from this release type: UserCredentialInternal */
package/dist/auth.d.ts CHANGED
@@ -50,7 +50,7 @@ export declare interface ActionCodeInfo {
50
50
  /**
51
51
  * The type of operation that generated the action code.
52
52
  */
53
- operation: typeof ActionCodeOperation[keyof typeof ActionCodeOperation];
53
+ operation: (typeof ActionCodeOperation)[keyof typeof ActionCodeOperation];
54
54
  }
55
55
 
56
56
  /**
@@ -2060,7 +2060,7 @@ export declare function multiFactor(user: User): MultiFactorUser;
2060
2060
  */
2061
2061
  export declare interface MultiFactorAssertion {
2062
2062
  /** The identifier of the second factor. */
2063
- readonly factorId: typeof FactorId[keyof typeof FactorId];
2063
+ readonly factorId: (typeof FactorId)[keyof typeof FactorId];
2064
2064
  }
2065
2065
 
2066
2066
  /**
@@ -2100,7 +2100,7 @@ export declare interface MultiFactorError extends AuthError {
2100
2100
  /**
2101
2101
  * The type of operation (sign-in, linking, or re-authentication) that raised the error.
2102
2102
  */
2103
- readonly operationType: typeof OperationType[keyof typeof OperationType];
2103
+ readonly operationType: (typeof OperationType)[keyof typeof OperationType];
2104
2104
  };
2105
2105
  }
2106
2106
 
@@ -2117,7 +2117,7 @@ export declare interface MultiFactorInfo {
2117
2117
  /** The enrollment date of the second factor formatted as a UTC string. */
2118
2118
  readonly enrollmentTime: string;
2119
2119
  /** The identifier of the second factor. */
2120
- readonly factorId: typeof FactorId[keyof typeof FactorId];
2120
+ readonly factorId: (typeof FactorId)[keyof typeof FactorId];
2121
2121
  }
2122
2122
 
2123
2123
  /**
@@ -4091,7 +4091,7 @@ export declare interface UserCredential {
4091
4091
  /**
4092
4092
  * The type of operation which was used to authenticate the user (such as sign-in or link).
4093
4093
  */
4094
- operationType: typeof OperationType[keyof typeof OperationType];
4094
+ operationType: (typeof OperationType)[keyof typeof OperationType];
4095
4095
  }
4096
4096
 
4097
4097
  /**
@@ -9870,7 +9870,7 @@ function _isEmptyString(input) {
9870
9870
  }
9871
9871
 
9872
9872
  var name = "@firebase/auth";
9873
- var version = "0.23.0-canary.68b79e1a0";
9873
+ var version = "0.23.0-canary.6d4d18786";
9874
9874
 
9875
9875
  /**
9876
9876
  * @license
@@ -10199,4 +10199,4 @@ exports.updateProfile = updateProfile;
10199
10199
  exports.useDeviceLanguage = useDeviceLanguage;
10200
10200
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
10201
10201
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
10202
- //# sourceMappingURL=index-d6a0212d.js.map
10202
+ //# sourceMappingURL=index-6fbac204.js.map