@authing/guard-shim-react18 4.5.46 → 4.5.47-alpha.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.
@@ -42,3 +42,4 @@ export interface GuardLoginInitData {
42
42
  export declare const getDefaultLoginConfig: () => LoginConfig;
43
43
  export declare const baseLoginPathMapping: Partial<Record<Protocol, string | null>>;
44
44
  export declare const loginUrlFieldMapping: Partial<Record<Protocol, string>>;
45
+ export type ValidateStatus = undefined | 'validating';
@@ -411,6 +411,10 @@ export interface ApplicationConfig {
411
411
  desc: I18nLang;
412
412
  };
413
413
  noticePwdCustomLogo?: string;
414
+ /**
415
+ * 开启延迟校验用户是否存在功能
416
+ */
417
+ closeCheckSendUser?: boolean;
414
418
  resetPwdLinkCustomLogo?: string;
415
419
  resetPwdLinkTipsConfig?: {
416
420
  title: I18nLang;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/guard-shim-react18",
3
- "version": "4.5.46",
3
+ "version": "4.5.47-alpha.2",
4
4
  "description": "Guard shim for react 18, only be used to internal",
5
5
  "types": "dist/typings/src/index.d.ts",
6
6
  "module": "dist/guard.min.js",