@frontegg/types
Advanced tools
Comparing version 5.44.1 to 5.45.0
@@ -1,2 +0,1 @@ | ||
import { RedirectOptions } from '@frontegg/rest-api'; | ||
import { FronteggThemeOptions } from './ThemeOptions'; | ||
@@ -6,6 +5,6 @@ import { FronteggMetadata } from './FronteggMetadata'; | ||
import { FronteggStoreOptions } from './FronteggStoreOptions'; | ||
import { EnhancedStore } from '@reduxjs/toolkit'; | ||
import { LocalizationsOverrides } from './Localizations'; | ||
import { CustomEventsOptions } from '@frontegg/redux-store'; | ||
export interface FronteggAppOptions extends FronteggStoreOptions { | ||
import { PrivateOptions } from './PrivateOptions'; | ||
export interface FronteggAppOptions extends FronteggStoreOptions, PrivateOptions { | ||
withCompanyName?: boolean; | ||
@@ -63,14 +62,2 @@ contextOptions: ContextOptions; | ||
/** | ||
* Option to open admin portal as Preview mode without HTTP requests for demo mode purpose | ||
*/ | ||
previewMode?: boolean; | ||
/** | ||
* Option to display login box as Preview mode without HTTP requests for builder customization mode purpose | ||
*/ | ||
builderMode?: boolean; | ||
/** | ||
* Connect AdminPortal redirects with the wrapper application router | ||
*/ | ||
onRedirectTo?: (path: string, options?: RedirectOptions) => void; | ||
/** | ||
* Base name for LoginBox router | ||
@@ -88,7 +75,2 @@ */ | ||
/** | ||
* Pass Redux store object created by create Frontegg Store to manage actions and state of the frontegg application | ||
* mostly used when building your own components. | ||
*/ | ||
store?: EnhancedStore; | ||
/** | ||
* Option to support tracing from the Frontegg login box | ||
@@ -95,0 +77,0 @@ */ |
{ | ||
"name": "@frontegg/types", | ||
"version": "5.44.1", | ||
"version": "5.45.0", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
210849
65
6149