@authing/react-ui-components 3.1.19-rc.4 → 3.1.19-rc.5
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.
- package/lib/index.d.ts +5 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1208,6 +1208,7 @@ declare module '@authing/react-ui-components/components/ChangePassword/index' {
|
|
|
1208
1208
|
explain: string;
|
|
1209
1209
|
}>;
|
|
1210
1210
|
export const GuardFirstLoginPasswordResetView: React.FC;
|
|
1211
|
+
export const GuardPasswordNotSafeResetView: React.FC;
|
|
1211
1212
|
export const GuardForcedPasswordResetView: React.FC;
|
|
1212
1213
|
export const GuardNoticePasswordResetView: React.FC;
|
|
1213
1214
|
export const GuardRegisterCompletePasswordView: React.FC;
|
|
@@ -1685,6 +1686,7 @@ declare module '@authing/react-ui-components/components/Guard/module' {
|
|
|
1685
1686
|
FORCED_PASSWORD_RESET = "forcedPasswordReset",
|
|
1686
1687
|
NOTICE_PASSWORD_RESET = "noticePasswordReset",
|
|
1687
1688
|
FIRST_LOGIN_PASSWORD = "firstLoginPassword",
|
|
1689
|
+
UNSAFE_PASSWORD_RESET = "unsafePasswordReset",
|
|
1688
1690
|
DOWNLOAD_AT = "downloadAT",
|
|
1689
1691
|
BIND_TOTP = "bindTotp",
|
|
1690
1692
|
ANY_QUESTIONS = "anyQuestions",
|
|
@@ -3359,7 +3361,8 @@ declare module '@authing/react-ui-components/components/_utils/responseManagemen
|
|
|
3359
3361
|
FLOW_END = 1600,
|
|
3360
3362
|
FIRST_LOGIN_PASSWORD = 1639,
|
|
3361
3363
|
FORCED_PASSWORD_RESET = 2058,
|
|
3362
|
-
UNSAFE_PASSWORD_TIP = 2061
|
|
3364
|
+
UNSAFE_PASSWORD_TIP = 2061,
|
|
3365
|
+
UNSAFE_PASSWORD_RESET = 2071
|
|
3363
3366
|
}
|
|
3364
3367
|
export const ChangeModuleApiCodeMapping: Record<string, GuardModuleType>;
|
|
3365
3368
|
|
|
@@ -3464,7 +3467,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3464
3467
|
|
|
3465
3468
|
}
|
|
3466
3469
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3467
|
-
const _default: "3.1.19-rc.
|
|
3470
|
+
const _default: "3.1.19-rc.5";
|
|
3468
3471
|
export default _default;
|
|
3469
3472
|
|
|
3470
3473
|
}
|