@frontegg/rest-api 3.0.50 → 3.0.51

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
@@ -186,6 +186,6 @@ export const urls = {
186
186
  },
187
187
  directory: {
188
188
  v1: '/directory/resources/v1/configurations/scim2',
189
- temp: '/resources/scim/temp'
189
+ temp: '/directory/resources/scim/temp'
190
190
  }
191
191
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.50
1
+ /** @license Frontegg v3.0.51
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
@@ -192,7 +192,7 @@ const urls = {
192
192
  },
193
193
  directory: {
194
194
  v1: '/directory/resources/v1/configurations/scim2',
195
- temp: '/resources/scim/temp'
195
+ temp: '/directory/resources/scim/temp'
196
196
  }
197
197
  };
198
198
  exports.urls = urls;
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.50
1
+ /** @license Frontegg v3.0.51
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.50",
3
+ "version": "3.0.51",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {