@frontegg/redux-store 6.66.0-alpha.4 → 6.66.0-alpha.6

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.
@@ -1,5 +1,5 @@
1
- import { IChangePhoneNumber } from "@frontegg/rest-api";
2
- import { WithCallback } from "../../interfaces";
1
+ import { IChangePhoneNumber } from '@frontegg/rest-api';
2
+ import { WithCallback } from '../../interfaces';
3
3
  export declare enum ResetPhoneNumberStep {
4
4
  ResetPhoneNumber = "ResetPhoneNumber",
5
5
  VerifyResetPhoneNumber = "VerifyResetPhoneNumber",
@@ -16,7 +16,6 @@ export let SSOStateKeys;
16
16
  SSOStateKeys["GET_SSO_AUTHORIZATION_ROLES"] = "GET_SSO_AUTHORIZATION_ROLES";
17
17
  })(SSOStateKeys || (SSOStateKeys = {}));
18
18
 
19
- ;
20
19
  export let SamlVendors;
21
20
 
22
21
  (function (SamlVendors) {
@@ -1,6 +1,6 @@
1
1
  import { SessionsPolicyState } from './interfaces';
2
2
  import { WithCallback } from '../../interfaces';
3
- import { ISessionConfigurations } from "@frontegg/rest-api";
3
+ import { ISessionConfigurations } from '@frontegg/rest-api';
4
4
  declare const sessionsPolicyState: SessionsPolicyState;
5
5
  declare const reducers: {
6
6
  setSessionsPolicyState: {
@@ -1,4 +1,4 @@
1
- import { ISessionConfigurations } from "@frontegg/rest-api";
1
+ import { ISessionConfigurations } from '@frontegg/rest-api';
2
2
  export interface SessionsPolicyState {
3
3
  loading: boolean;
4
4
  saving?: boolean;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.66.0-alpha.4
1
+ /** @license Frontegg v6.66.0-alpha.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -23,7 +23,6 @@ exports.SSOStateKeys = SSOStateKeys;
23
23
  SSOStateKeys["GET_SSO_AUTHORIZATION_ROLES"] = "GET_SSO_AUTHORIZATION_ROLES";
24
24
  })(SSOStateKeys || (exports.SSOStateKeys = SSOStateKeys = {}));
25
25
 
26
- ;
27
26
  let SamlVendors;
28
27
  exports.SamlVendors = SamlVendors;
29
28
 
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.66.0-alpha.4
1
+ /** @license Frontegg v6.66.0-alpha.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "6.66.0-alpha.4",
3
+ "version": "6.66.0-alpha.6",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",
@@ -1,4 +1,4 @@
1
1
  export type { Middleware, Action, AnyAction } from 'redux';
2
- export { getDefaultMiddleware, combineReducers, configureStore, bindActionCreators, createSelector, createSlice } from '@reduxjs/toolkit';
3
- export type { PayloadAction, Reducer, Dispatch, } from '@reduxjs/toolkit';
4
- export type { EnhancedStore, } from './redux-types';
2
+ export { getDefaultMiddleware, combineReducers, configureStore, bindActionCreators, createSelector, createSlice, } from '@reduxjs/toolkit';
3
+ export type { PayloadAction, Reducer, Dispatch } from '@reduxjs/toolkit';
4
+ export type { EnhancedStore } from './redux-types';