@frontegg/rest-api 3.1.7 → 3.1.8

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
@@ -245,10 +245,10 @@ export const urls = {
245
245
  },
246
246
  securityCenter: {
247
247
  recommendations: {
248
- v1: '/security-center/resources/v1/security-center'
248
+ v1: '/security-center/resources/recommendations/v1'
249
249
  },
250
250
  insights: {
251
- v1: '/security-center/resources/v1/insights'
251
+ v1: '/security-center/resources/insights/v1'
252
252
  }
253
253
  }
254
254
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.7
1
+ /** @license Frontegg v3.1.8
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
@@ -251,10 +251,10 @@ const urls = {
251
251
  },
252
252
  securityCenter: {
253
253
  recommendations: {
254
- v1: '/security-center/resources/v1/security-center'
254
+ v1: '/security-center/resources/recommendations/v1'
255
255
  },
256
256
  insights: {
257
- v1: '/security-center/resources/v1/insights'
257
+ v1: '/security-center/resources/insights/v1'
258
258
  }
259
259
  }
260
260
  };
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.7
1
+ /** @license Frontegg v3.1.8
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.7",
3
+ "version": "3.1.8",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {