@authing/react-ui-components 4.0.9-alpha.0 → 4.0.9-rc.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.0.9-alpha.0",
3
+ "version": "4.0.9-rc.1",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -18,8 +18,7 @@ export declare const enum GuardModuleType {
18
18
  SUBMIT_SUCCESS = "submitSuccess",
19
19
  IDENTITY_BINDING_ASK = "identityBindingAsk",
20
20
  IDENTITY_BINDING = "identityBinding",
21
- SELF_UNLOCK = "selfUnlock",
22
- ACCOUNT_TYPE_SELECTION = "account_type_selection"
21
+ SELF_UNLOCK = "selfUnlock"
23
22
  }
24
23
  export interface GuardModuleAction {
25
24
  action: string;
@@ -16,7 +16,6 @@ export declare const enum ApiCode {
16
16
  FIRST_LOGIN_PASSWORD = 1639,
17
17
  FORCED_PASSWORD_RESET = 2058,
18
18
  UNSAFE_PASSWORD_TIP = 2061,
19
- UNSAFE_PASSWORD_RESET = 2071,
20
- ACCOUNT_TYPE_SELECTION = 2923
19
+ UNSAFE_PASSWORD_RESET = 2071
21
20
  }
22
21
  export declare const ChangeModuleApiCodeMapping: Record<string, GuardModuleType>;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.9-alpha.0";
1
+ declare const _default: "4.0.9-rc.1";
2
2
  export default _default;