@frontegg/rest-api
Advanced tools
Comparing version 3.1.18 to 3.1.19
@@ -516,2 +516,3 @@ import { ITenantsResponse, IUserProfile, UserEntitlementsResponse } from ".."; | ||
SmsCode = "SmsCode", | ||
SmsCodeV2 = "SmsCodeV2", | ||
Passkeys = "Passkeys" | ||
@@ -518,0 +519,0 @@ } |
@@ -9,2 +9,3 @@ export * from "./secutiry-poilicy/interfaces"; | ||
SecondaryAuthStrategy["SmsCode"] = "SmsCode"; | ||
SecondaryAuthStrategy["SmsCodeV2"] = "SmsCodeV2"; | ||
SecondaryAuthStrategy["Passkeys"] = "Passkeys"; | ||
@@ -11,0 +12,0 @@ })(SecondaryAuthStrategy || (SecondaryAuthStrategy = {})); |
@@ -118,2 +118,5 @@ export declare const urls: { | ||
}; | ||
phoneNumbers: { | ||
v1: string; | ||
}; | ||
}; | ||
@@ -120,0 +123,0 @@ team: { |
@@ -117,2 +117,5 @@ export const urls = { | ||
} | ||
}, | ||
phoneNumbers: { | ||
v1: '/identity/resources/phoneNumbers/v1' | ||
} | ||
@@ -119,0 +122,0 @@ }, |
@@ -25,2 +25,3 @@ import * as auth from "./auth"; | ||
import * as securityCenter from "./security-center"; | ||
import * as userPhoneNumbers from "./user-phone-numbers"; | ||
import { ContextHolder, FronteggContext } from "./ContextHolder"; | ||
@@ -52,2 +53,3 @@ export * from "./interfaces"; | ||
export * from "./security-center/interfaces"; | ||
export * from "./user-phone-numbers/interfaces"; | ||
declare const api: { | ||
@@ -74,2 +76,3 @@ auth: typeof auth; | ||
securityCenter: typeof securityCenter; | ||
userPhoneNumbers: typeof userPhoneNumbers; | ||
}; | ||
@@ -108,2 +111,3 @@ export { fetch, ContextHolder, FronteggContext, api, FronteggApiError, AuthStrategyEnum, SocialLoginProviders, ISubscriptionCancellationPolicy, ISubscriptionStatus, PaymentMethodType, ProviderType, MachineToMachineAuthStrategy, }; | ||
securityCenter: typeof securityCenter; | ||
userPhoneNumbers: typeof userPhoneNumbers; | ||
}; | ||
@@ -110,0 +114,0 @@ FronteggApiError: typeof FronteggApiError; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.18 | ||
/** @license Frontegg v3.1.19 | ||
* | ||
@@ -30,2 +30,3 @@ * This source code is licensed under the MIT license found in the | ||
import * as securityCenter from "./security-center"; | ||
import * as userPhoneNumbers from "./user-phone-numbers"; | ||
import { ContextHolder, FronteggContext } from "./ContextHolder"; | ||
@@ -57,2 +58,3 @@ export * from "./interfaces"; | ||
export * from "./security-center/interfaces"; | ||
export * from "./user-phone-numbers/interfaces"; | ||
const api = { | ||
@@ -78,3 +80,4 @@ auth, | ||
entitlements, | ||
securityCenter | ||
securityCenter, | ||
userPhoneNumbers | ||
}; | ||
@@ -81,0 +84,0 @@ export { fetch, ContextHolder, FronteggContext, api, FronteggApiError, AuthStrategyEnum, SocialLoginProviders, ISubscriptionCancellationPolicy, ISubscriptionStatus, PaymentMethodType, ProviderType, MachineToMachineAuthStrategy }; |
@@ -35,2 +35,3 @@ "use strict"; | ||
SecondaryAuthStrategy["SmsCode"] = "SmsCode"; | ||
SecondaryAuthStrategy["SmsCodeV2"] = "SmsCodeV2"; | ||
SecondaryAuthStrategy["Passkeys"] = "Passkeys"; | ||
@@ -37,0 +38,0 @@ })(SecondaryAuthStrategy || (exports.SecondaryAuthStrategy = SecondaryAuthStrategy = {})); |
@@ -123,2 +123,5 @@ "use strict"; | ||
} | ||
}, | ||
phoneNumbers: { | ||
v1: '/identity/resources/phoneNumbers/v1' | ||
} | ||
@@ -125,0 +128,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.18 | ||
/** @license Frontegg v3.1.19 | ||
* | ||
@@ -133,2 +133,4 @@ * This source code is licensed under the MIT license found in the | ||
var userPhoneNumbers = _interopRequireWildcard(require("./user-phone-numbers")); | ||
var _ContextHolder = require("./ContextHolder"); | ||
@@ -486,2 +488,16 @@ | ||
var _interfaces22 = require("./user-phone-numbers/interfaces"); | ||
Object.keys(_interfaces22).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _interfaces22[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _interfaces22[key]; | ||
} | ||
}); | ||
}); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -511,3 +527,4 @@ | ||
entitlements, | ||
securityCenter | ||
securityCenter, | ||
userPhoneNumbers | ||
}; | ||
@@ -514,0 +531,0 @@ exports.api = api; |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.18", | ||
"version": "3.1.19", | ||
"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
393491
227
10756