@frontegg/rest-api 3.0.115 → 3.0.116

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/constants.js CHANGED
@@ -228,7 +228,7 @@ export const urls = {
228
228
  temp: '/directory/resources/scim/temp'
229
229
  },
230
230
  entitlements: {
231
- v1: '/entitlements/check/v1'
231
+ v1: '/entitlements/api/v1/user-entitlements'
232
232
  }
233
233
  };
234
234
  export const GENERIC_ERROR_MESSAGE = `We're facing some difficulties, Please try again`;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.115
1
+ /** @license Frontegg v3.0.116
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/node/constants.js CHANGED
@@ -234,7 +234,7 @@ const urls = {
234
234
  temp: '/directory/resources/scim/temp'
235
235
  },
236
236
  entitlements: {
237
- v1: '/entitlements/check/v1'
237
+ v1: '/entitlements/api/v1/user-entitlements'
238
238
  }
239
239
  };
240
240
  exports.urls = urls;
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.115
1
+ /** @license Frontegg v3.0.116
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.0.115",
3
+ "version": "3.0.116",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {