@authing/guard-shim-react 4.5.34 → 4.5.35

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.
@@ -0,0 +1 @@
1
+ export declare const GuardResetPassword: () => JSX.Element;
@@ -32,7 +32,8 @@ export declare enum GuardModuleType {
32
32
  INVITE_COMPLETE = "inviteComplete",
33
33
  INVITE_EXPIRE = "inviteExpire",
34
34
  INVITE_PAGE_EXPIRE = "invitePageExpire",
35
- INVITE_SUCCESS = "inviteSuccess"
35
+ INVITE_SUCCESS = "inviteSuccess",
36
+ RESET_PASSWORD = "resetPassword"
36
37
  }
37
38
  export interface GuardModuleAction {
38
39
  action: string;
@@ -13,6 +13,8 @@ export declare enum LoginMethods {
13
13
  WechatMpQrcode = "wechatmp-qrcode",
14
14
  AuthingOtpPush = "authing-otp-push",
15
15
  WechatworkCorpQrconnect = "wechatwork-corp-qrconnect",
16
+ WECHATWORKQRCONNECTOFAUTHINGAGENCY = "wechatwork-authing-agency-qrcode",
17
+ WECHATWORKAGENCYQRCONNECT = "wechatwork-agency-qrcode",
16
18
  DingTalkQrcode = "dingtalk-qrcode",
17
19
  Passkey = "passkey",
18
20
  ZJZWFWQrcode = "zjzwfw-qrcode"
@@ -35,6 +37,8 @@ export declare enum SocialConnectionProvider {
35
37
  WECHATWORK_ADDRESS_BOOK = "wechatwork:addressbook",
36
38
  WECHATWORK_CORP_QRCONNECT = "wechatwork:corp:qrconnect",
37
39
  WECHATWORK_SERVICEPROVIDER_QRCONNECT = "wechatwork:service-provider:qrconnect",
40
+ WECHATWORK_QRCONNECT_OF_AUTHING_AGENCY = "wechatwork:qrconnect:of:authing:agency",
41
+ WECHATWORK_AGENCY_QRCONNECT = "wechatwork:agency:qrconnect",
38
42
  DINGTALK = "dingtalk",
39
43
  WEIBO = "weibo",
40
44
  APPLE = "apple",
@@ -121,6 +125,7 @@ export interface QrCodeItem {
121
125
  id: string;
122
126
  title: string;
123
127
  isDefault?: boolean;
128
+ type?: LoginMethods;
124
129
  QRConfig?: {
125
130
  corpId: string;
126
131
  agentId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/guard-shim-react",
3
- "version": "4.5.34",
3
+ "version": "4.5.35",
4
4
  "description": "Guard shim for react 16 / 17, only be used to internal",
5
5
  "types": "dist/typings/src/index.d.ts",
6
6
  "module": "dist/guard.min.js",