@frontegg/rest-api 3.1.74 → 3.1.75

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.74
1
+ /** @license Frontegg v3.1.75
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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.74
1
+ /** @license Frontegg v3.1.75
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.74",
3
+ "version": "3.1.75",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
@@ -1,4 +1,5 @@
1
1
  import { PaginationOrderEnum } from "../interfaces";
2
+ import { SubAccountAccessTypeEnum } from "../sub-tenants/interfaces";
2
3
  export declare enum TenantSortByEnum {
3
4
  createdAt = "createdAt",
4
5
  name = "name",
@@ -102,6 +103,7 @@ export interface SearchSubTenantsResponse {
102
103
  createdAt: Date;
103
104
  metadata: SearchSubTenantMetadata;
104
105
  isReseller?: boolean;
106
+ subAccountAccessType?: SubAccountAccessTypeEnum;
105
107
  }
106
108
  export interface GetHierarchyMetadataParams {
107
109
  _tenantIds: string[];