@frontegg/rest-api 3.1.43 → 3.1.44

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/auth/index.js CHANGED
@@ -749,5 +749,5 @@ export async function getMeAndEntitlements() {
749
749
  });
750
750
  }
751
751
  export async function generateStepupSession(body) {
752
- return Post(`${urls.identity.auth.v1}/user/step-up`, body);
752
+ return Post(`${urls.identity.auth.v1}/user/step-up/generate`, body);
753
753
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.43
1
+ /** @license Frontegg v3.1.44
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1269,5 +1269,5 @@ async function getMeAndEntitlements() {
1269
1269
  }
1270
1270
 
1271
1271
  async function generateStepupSession(body) {
1272
- return (0, _fetch.Post)(`${_constants.urls.identity.auth.v1}/user/step-up`, body);
1272
+ return (0, _fetch.Post)(`${_constants.urls.identity.auth.v1}/user/step-up/generate`, body);
1273
1273
  }
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.43
1
+ /** @license Frontegg v3.1.44
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
- "version": "3.1.43",
3
+ "version": "3.1.44",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {