@authing/react-ui-components 4.4.3-ey.49 → 4.4.3-ey.50

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.4.3-ey.49",
3
+ "version": "4.4.3-ey.50",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -93,6 +93,10 @@ export interface CompleteInfoRequest {
93
93
  name: string;
94
94
  value: string;
95
95
  code?: string;
96
+ /**
97
+ * 国际手机区号
98
+ */
99
+ phoneCountryCode?: string;
96
100
  }[];
97
101
  }
98
102
  export declare enum OmitCompleteInfo {
@@ -13,6 +13,7 @@ export declare const fieldValuesToRegisterProfile: (extendsFields: ApplicationCo
13
13
  name: string;
14
14
  value: string;
15
15
  code?: string | undefined;
16
+ phoneCountryCode?: string | undefined;
16
17
  }[] | undefined) => {
17
18
  registerProfile: Record<string, any>;
18
19
  udf: {
@@ -60,6 +60,7 @@ export interface EyGuardInviteIdentityBindInitData extends Partial<EyGuardInvite
60
60
  export interface EyGuardProtocolInitData {
61
61
  onAcceptHandle: () => void;
62
62
  onRejectHandle: () => void;
63
+ mode: 'Guard' | 'Portal';
63
64
  }
64
65
  export interface EyLoginProps {
65
66
  onBeforeLogin?: (loginInfo: any) => void;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.3-ey.49";
1
+ declare const _default: "4.4.3-ey.50";
2
2
  export default _default;