@authing/react-ui-components 4.3.4-alpha.9 → 4.3.4
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.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
- package/types/Guard/core/hooks/useMultipleAccounts.d.ts +2 -2
- package/types/Guard/event.d.ts +1 -1
- package/types/Login/hooks/useLoginMultiple.d.ts +1 -1
- package/types/_utils/context.d.ts +1 -1
- package/types/version/version.d.ts +1 -1
package/package.json
CHANGED
|
@@ -249,7 +249,7 @@ declare class MultipleAccount {
|
|
|
249
249
|
setUserInfo: (user: Pick<User & {
|
|
250
250
|
id: string;
|
|
251
251
|
loginAccount?: string | undefined;
|
|
252
|
-
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "
|
|
252
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount">) => void;
|
|
253
253
|
setLoginWayByHttpData: (account: string, data: {
|
|
254
254
|
username?: string | undefined;
|
|
255
255
|
phone?: string | undefined;
|
|
@@ -292,7 +292,7 @@ declare const useMultipleAccounts: ({ appId, finallyConfig, }: {
|
|
|
292
292
|
setUserInfo: (user: Pick<User & {
|
|
293
293
|
id: string;
|
|
294
294
|
loginAccount?: string | undefined;
|
|
295
|
-
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "
|
|
295
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount">) => void;
|
|
296
296
|
setLoginWayByHttpData: (account: string, data: {
|
|
297
297
|
username?: string | undefined;
|
|
298
298
|
phone?: string | undefined;
|
package/types/Guard/event.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare const guardEventsFilter: (props: any, multipleInstance?: {
|
|
|
28
28
|
setUserInfo: (user: Pick<import("./core/hooks/useMultipleAccounts").User & {
|
|
29
29
|
id: string;
|
|
30
30
|
loginAccount?: string | undefined;
|
|
31
|
-
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "
|
|
31
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount">) => void;
|
|
32
32
|
setLoginWayByHttpData: (account: string, data: {
|
|
33
33
|
username?: string | undefined;
|
|
34
34
|
phone?: string | undefined;
|
|
@@ -35,7 +35,7 @@ declare function useLoginMultiple(setLoginWay: React.Dispatch<any>): {
|
|
|
35
35
|
setUserInfo: (user: Pick<import("../../Guard/core/hooks/useMultipleAccounts").User & {
|
|
36
36
|
id: string;
|
|
37
37
|
loginAccount?: string | undefined;
|
|
38
|
-
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "
|
|
38
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount">) => void;
|
|
39
39
|
setLoginWayByHttpData: (account: string, data: {
|
|
40
40
|
username?: string | undefined;
|
|
41
41
|
phone?: string | undefined;
|
|
@@ -117,7 +117,7 @@ export declare const useGuardMultipleInstance: () => {
|
|
|
117
117
|
setUserInfo: (user: Pick<import("../Guard/core/hooks/useMultipleAccounts").User & {
|
|
118
118
|
id: string;
|
|
119
119
|
loginAccount?: string | undefined;
|
|
120
|
-
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "
|
|
120
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount">) => void;
|
|
121
121
|
setLoginWayByHttpData: (account: string, data: {
|
|
122
122
|
username?: string | undefined;
|
|
123
123
|
phone?: string | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.3.4
|
|
1
|
+
declare const _default: "4.3.4";
|
|
2
2
|
export default _default;
|