@frontegg/vue 4.11.9 → 4.12.0-alpha.30259594126

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.
@@ -346,7 +346,9 @@ export declare const mapTeamActions: <K extends "getInvitationLink" | "createInv
346
346
  export declare const mapTenantsActions: <K extends "setTenantsState" | "resetTenantsState" | "switchTenant" | "loadTenants" | "loadSubTenants" | "loadSubTenantsTree">(action: K) => {
347
347
  setTenantsState: (state: Partial<import("@frontegg/redux-store").TenantsState>) => void;
348
348
  resetTenantsState: () => void;
349
- switchTenant: (payload: import("@frontegg/redux-store").WithCallback<import("@frontegg/rest-api").ISwitchTenant, boolean>) => Promise<void>;
349
+ switchTenant: (payload: import("@frontegg/redux-store").WithCallback<import("@frontegg/rest-api").ISwitchTenant & {
350
+ keepLoginState?: boolean | undefined;
351
+ }, boolean>) => Promise<void>;
350
352
  loadTenants: (payload?: {
351
353
  callback?: import("@frontegg/redux-store").CallbackMethod<import("@frontegg/rest-api").ITenantsResponse[]> | undefined;
352
354
  } | undefined) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/vue",
3
- "version": "4.11.9",
3
+ "version": "4.12.0-alpha.30259594126",
4
4
  "description": "",
5
5
  "main": "dist/index.ssr.js",
6
6
  "browser": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "build:unpkg": "cross-env NODE_ENV=production rollup --config rollup.config.js --format iife"
23
23
  },
24
24
  "dependencies": {
25
- "@frontegg/js": "7.119.0",
25
+ "@frontegg/js": "7.121.0",
26
26
  "get-value": "^3.0.1",
27
27
  "set-value": "^4.0.1"
28
28
  },
@@ -62,4 +62,4 @@
62
62
  "engines": {
63
63
  "node": ">=12"
64
64
  }
65
- }
65
+ }