@inceptionbg/main 2.0.235 → 2.0.236

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/dist/index.d.ts CHANGED
@@ -1351,6 +1351,7 @@ declare const logout: (options?: {
1351
1351
  nextUrl?: boolean;
1352
1352
  clearData?: boolean;
1353
1353
  redirectUrl?: string;
1354
+ skipSsoLogout?: boolean;
1354
1355
  }) => void;
1355
1356
  declare const getUser: () => Promise<IUser>;
1356
1357