@frontegg/rest-api
Advanced tools
Comparing version 3.1.25 to 3.1.26
@@ -364,3 +364,6 @@ import { ITenantsResponse, IUserProfile, UserEntitlementsResponse } from ".."; | ||
} | ||
export declare type IPasswordlessPreLogin = IEmailPasswordlessPreLogin | IUserIDPasswordlessPreLogin; | ||
export interface IPhoneNumberPasswordlessPreLogin extends IBasePasswordlessPreLogin { | ||
phoneNumber: string; | ||
} | ||
export declare type IPasswordlessPreLogin = IEmailPasswordlessPreLogin | IUserIDPasswordlessPreLogin | IPhoneNumberPasswordlessPreLogin; | ||
export interface IPasswordlessPostLogin { | ||
@@ -367,0 +370,0 @@ token: string; |
export * from "./secutiry-poilicy/interfaces"; | ||
; | ||
export let SecondaryAuthStrategy; | ||
@@ -30,2 +29,2 @@ | ||
export const LOAD_AUTHORIZATION_FF = 'admin_portal_should_load_authorization'; | ||
export const LOAD_AUTHORIZATION_FF = "admin_portal_should_load_authorization"; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.25 | ||
/** @license Frontegg v3.1.26 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -27,3 +27,2 @@ "use strict"; | ||
}); | ||
; | ||
let SecondaryAuthStrategy; | ||
@@ -59,3 +58,3 @@ exports.SecondaryAuthStrategy = SecondaryAuthStrategy; | ||
const LOAD_AUTHORIZATION_FF = 'admin_portal_should_load_authorization'; | ||
const LOAD_AUTHORIZATION_FF = "admin_portal_should_load_authorization"; | ||
exports.LOAD_AUTHORIZATION_FF = LOAD_AUTHORIZATION_FF; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.25 | ||
/** @license Frontegg v3.1.26 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.25", | ||
"version": "3.1.26", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
393573
10757