@frontegg/rest-api 3.0.102 → 3.0.103

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
@@ -129,7 +129,7 @@ export const urls = {
129
129
  }
130
130
  },
131
131
  subTenants: {
132
- v1: '/tenants/resources/sub-tenants/resources/v1'
132
+ v1: '/tenants/resources/sub-tenants/v1'
133
133
  }
134
134
  },
135
135
  integrations: {
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.102
1
+ /** @license Frontegg v3.0.103
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
@@ -135,7 +135,7 @@ const urls = {
135
135
  }
136
136
  },
137
137
  subTenants: {
138
- v1: '/tenants/resources/sub-tenants/resources/v1'
138
+ v1: '/tenants/resources/sub-tenants/v1'
139
139
  }
140
140
  },
141
141
  integrations: {
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.102
1
+ /** @license Frontegg v3.0.103
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.102",
3
+ "version": "3.0.103",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {