@frontegg/rest-api
Advanced tools
Comparing version 3.2.1 to 3.2.2-alpha.11551682009
@@ -505,2 +505,6 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
if (params.codeVerifierPkce) { | ||
queryParams.code_verifier_pkce = params.codeVerifierPkce; | ||
} | ||
if (params.state) { | ||
@@ -507,0 +511,0 @@ queryParams.state = params.state; |
@@ -195,2 +195,3 @@ import { UserEntitlementsContext as UserEntitlementsResponseV2 } from "@frontegg/entitlements-javascript-commons"; | ||
codeVerifier?: string; | ||
codeVerifierPkce?: string; | ||
metadata?: string; | ||
@@ -197,0 +198,0 @@ invitationToken?: string; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.2.1 | ||
/** @license Frontegg v3.2.2-alpha.11551682009 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -588,2 +588,6 @@ "use strict"; | ||
if (params.codeVerifierPkce) { | ||
queryParams.code_verifier_pkce = params.codeVerifierPkce; | ||
} | ||
if (params.state) { | ||
@@ -590,0 +594,0 @@ queryParams.state = params.state; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.2.1 | ||
/** @license Frontegg v3.2.2-alpha.11551682009 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.2.1", | ||
"version": "3.2.2-alpha.11551682009", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
484328
12462
2