@rhoas/kafka-management-sdk
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -12,2 +12,3 @@ /** | ||
*/ | ||
import { RegionCapacityListItem } from './region-capacity-list-item'; | ||
/** | ||
@@ -49,2 +50,8 @@ * Description of a region of a cloud provider. | ||
supported_instance_types: Array<string>; | ||
/** | ||
* Indicates whether there is capacity left per instance type | ||
* @type {Array<RegionCapacityListItem>} | ||
* @memberof CloudRegion | ||
*/ | ||
capacity: Array<RegionCapacityListItem>; | ||
} |
@@ -25,2 +25,3 @@ export * from './cloud-provider'; | ||
export * from './range-query'; | ||
export * from './region-capacity-list-item'; | ||
export * from './service-account'; | ||
@@ -27,0 +28,0 @@ export * from './service-account-all-of'; |
@@ -37,2 +37,3 @@ "use strict"; | ||
__exportStar(require("./range-query"), exports); | ||
__exportStar(require("./region-capacity-list-item"), exports); | ||
__exportStar(require("./service-account"), exports); | ||
@@ -39,0 +40,0 @@ __exportStar(require("./service-account-all-of"), exports); |
{ | ||
"name": "@rhoas/kafka-management-sdk", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "RHOAS Kafka Management SDK", | ||
@@ -5,0 +5,0 @@ "author": "Red Hat Developers", |
@@ -16,2 +16,3 @@ /* tslint:disable */ | ||
import { RegionCapacityListItem } from './region-capacity-list-item'; | ||
@@ -54,4 +55,10 @@ /** | ||
supported_instance_types: Array<string>; | ||
/** | ||
* Indicates whether there is capacity left per instance type | ||
* @type {Array<RegionCapacityListItem>} | ||
* @memberof CloudRegion | ||
*/ | ||
capacity: Array<RegionCapacityListItem>; | ||
} | ||
@@ -25,2 +25,3 @@ export * from './cloud-provider'; | ||
export * from './range-query'; | ||
export * from './region-capacity-list-item'; | ||
export * from './service-account'; | ||
@@ -27,0 +28,0 @@ export * from './service-account-all-of'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
349832
150
8599