@authing/react-ui-components 3.1.28-rc.3 → 3.1.29
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 +2 -3
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -521,7 +521,6 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
|
|
|
521
521
|
websocket: string;
|
|
522
522
|
welcomeMessage: any;
|
|
523
523
|
skipComplateFileds: boolean;
|
|
524
|
-
selfUnlockStrategy: 'captcha' | 'password-captcha';
|
|
525
524
|
}
|
|
526
525
|
export const fetchAppConfig: (appId: string) => Promise<import("@authing/react-ui-components/components/_utils/http").AuthingResponse<ApplicationConfig>>;
|
|
527
526
|
|
|
@@ -3210,7 +3209,7 @@ declare module '@authing/react-ui-components/components/_utils/http' {
|
|
|
3210
3209
|
import { AxiosRequestConfig } from 'axios';
|
|
3211
3210
|
export const requestClient: {
|
|
3212
3211
|
(input: RequestInfo, init?: RequestInit | undefined): Promise<any>;
|
|
3213
|
-
get<T>(path: string, query?: Record<string, any>, init?: AxiosRequestConfig | undefined): Promise<AuthingResponse<T>>;
|
|
3212
|
+
get<T>(path: string, query?: Record<string, any>, init?: AxiosRequestConfig<any> | undefined): Promise<AuthingResponse<T>>;
|
|
3214
3213
|
post<T_1>(path: string, data: any, config?: {
|
|
3215
3214
|
headers: any;
|
|
3216
3215
|
} | undefined): Promise<AuthingResponse<T_1>>;
|
|
@@ -3534,7 +3533,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3534
3533
|
|
|
3535
3534
|
}
|
|
3536
3535
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3537
|
-
const _default: "3.1.
|
|
3536
|
+
const _default: "3.1.29";
|
|
3538
3537
|
export default _default;
|
|
3539
3538
|
|
|
3540
3539
|
}
|