@authing/react-ui-components 4.4.4-ey.0 → 4.4.4-ey.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.4.4-ey.0",
3
+ "version": "4.4.4-ey.2",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const WeComQrcodeNew: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const EyLoginWithWeComQrcodeNew: (props: any) => JSX.Element;
@@ -55,6 +55,7 @@ export interface EyGuardInviteIdentityBindInitData extends Partial<EyGuardInvite
55
55
  isDefault: boolean;
56
56
  title: string;
57
57
  };
58
+ isNew: boolean;
58
59
  socialConnections: any[];
59
60
  }
60
61
  export interface EyGuardProtocolInitData {
@@ -11,7 +11,8 @@ export declare enum LoginMethods {
11
11
  AD = "ad",
12
12
  WechatMpQrcode = "wechatmp-qrcode",
13
13
  AuthingOtpPush = "authing-otp-push",
14
- WechatworkCorpQrconnect = "wechatwork-service-provider-qrconnect"
14
+ WechatworkCorpQrconnect = "wechatwork-service-provider-qrconnect",
15
+ WechatworkCorpQrconnectNew = "wechatwork-service-provider-qrconnect-v2"
15
16
  }
16
17
  export declare enum OIDCConnectionMode {
17
18
  FRONT_CHANNEL = "FRONT_CHANNEL",
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.4-ey.0";
1
+ declare const _default: "4.4.4-ey.2";
2
2
  export default _default;