@frontegg/redux-store 7.98.0-alpha.0 → 7.98.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.
- package/auth/index.d.ts +1 -1
- package/auth/index.js +1 -1
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/auth/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ import { buildApiTokensActions } from './ApiTokensState';
|
|
|
10
10
|
import { buildApplicationsActions } from './ApplicationsState';
|
|
11
11
|
import { buildCustomLoginActions } from './CustomLoginState';
|
|
12
12
|
import { buildForgotPasswordActions, FORGOT_PASSWORD_ERROR_KEYS } from './ForgotPasswordState';
|
|
13
|
-
export { FORGOT_PASSWORD_ERROR_KEYS };
|
|
14
13
|
import { buildPasswordRotationActions } from './PasswordRotationState';
|
|
15
14
|
import { buildGroupsActions } from './GroupsState';
|
|
16
15
|
import { buildGroupsDialogsActions } from './GroupsDialogsState';
|
|
@@ -76,6 +75,7 @@ export * from './TenantsState/interfaces';
|
|
|
76
75
|
export * from './UsernamesState/interfaces';
|
|
77
76
|
export * from './UsersEmailsPolicyState/interfaces';
|
|
78
77
|
export * from './interfaces';
|
|
78
|
+
export { FORGOT_PASSWORD_ERROR_KEYS };
|
|
79
79
|
export declare const createAuthState: (_overrideState?: DeepPartial<AuthState>) => AuthState;
|
|
80
80
|
export declare const buildAuthActions: (store: FronteggState, api: RestApi, actions: FronteggActions, snapshotAuthState: AuthState) => [AuthActions, AuthStateActions];
|
|
81
81
|
export type AcceptInvitationActions = ReturnType<typeof buildAcceptInvitationActions>;
|
package/auth/index.js
CHANGED
|
@@ -11,7 +11,6 @@ import { buildApiTokensActions, createApiTokensState } from './ApiTokensState';
|
|
|
11
11
|
import { buildApplicationsActions, createApplicationsState } from './ApplicationsState';
|
|
12
12
|
import { buildCustomLoginActions, createCustomLoginState } from './CustomLoginState';
|
|
13
13
|
import { buildForgotPasswordActions, createForgotPasswordState, FORGOT_PASSWORD_ERROR_KEYS } from './ForgotPasswordState';
|
|
14
|
-
export { FORGOT_PASSWORD_ERROR_KEYS };
|
|
15
14
|
import { buildPasswordRotationActions, createPasswordRotationState } from './PasswordRotationState';
|
|
16
15
|
import { buildGroupsActions, createGroupsState } from './GroupsState';
|
|
17
16
|
import { buildGroupsDialogsActions, createGroupsDialogsState } from './GroupsDialogsState';
|
|
@@ -80,6 +79,7 @@ export * from './TenantsState/interfaces';
|
|
|
80
79
|
export * from './UsernamesState/interfaces';
|
|
81
80
|
export * from './UsersEmailsPolicyState/interfaces';
|
|
82
81
|
export * from './interfaces';
|
|
82
|
+
export { FORGOT_PASSWORD_ERROR_KEYS };
|
|
83
83
|
export const createAuthState = _overrideState => {
|
|
84
84
|
const _ref = _overrideState != null ? _overrideState : {},
|
|
85
85
|
{
|
package/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/redux-store",
|
|
3
|
-
"version": "7.98.0
|
|
3
|
+
"version": "7.98.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Frontegg LTD",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
9
|
"@frontegg/entitlements-javascript-commons": "1.1.2",
|
|
10
|
-
"@frontegg/rest-api": "7.98.0
|
|
10
|
+
"@frontegg/rest-api": "7.98.0",
|
|
11
11
|
"fast-deep-equal": "3.1.3",
|
|
12
12
|
"get-value": "^3.0.1",
|
|
13
13
|
"proxy-compare": "^3.0.0",
|