@frontegg/redux-store 5.73.0 → 5.75.0

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.
@@ -193,7 +193,7 @@ export interface ISignUpCompletePayload {
193
193
  socialProvider?: SocialLoginProviders;
194
194
  }
195
195
  export interface IAdminBoxMenuClicked {
196
- email?: string;
197
- tab?: AdminPortalPagesForEvents;
196
+ email: string;
197
+ tab: AdminPortalPagesForEvents;
198
198
  }
199
199
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
3
  "libName": "FronteggReduxStore",
4
- "version": "5.73.0",
4
+ "version": "5.75.0",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "./node/index.js",
7
7
  "module": "./index.js",