@authing/react-ui-components 3.1.19-hep.1 → 3.1.19-hep.2

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 CHANGED
@@ -16,6 +16,10 @@ declare module '@authing/react-ui-components/components/AccountMerge/interface'
16
16
  export interface BriefUserInfo {
17
17
  displayName: string;
18
18
  avatar: string;
19
+ phone: string;
20
+ email: string;
21
+ username: string;
22
+ name: string;
19
23
  }
20
24
  export interface GuardAccountMergeInitData {
21
25
  currentUserInfo: BriefUserInfo;
@@ -3510,7 +3514,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3510
3514
 
3511
3515
  }
3512
3516
  declare module '@authing/react-ui-components/components/version/version' {
3513
- const _default: "3.1.19-hep.1";
3517
+ const _default: "3.1.19-hep.2";
3514
3518
  export default _default;
3515
3519
 
3516
3520
  }