Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rhoas/kafka-management-sdk

Package Overview
Dependencies
Maintainers
5
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhoas/kafka-management-sdk - npm Package Compare versions

Comparing version 0.31.0-alpha1 to 0.31.0

dist/generated/model/sso-provider-all-of.d.ts

2

dist/errors.d.ts

@@ -87,2 +87,4 @@ /**

ERROR_113: string;
/** Max limit for the service account creation has reached*/
ERROR_115: string;
/** Insufficient quota*/

@@ -89,0 +91,0 @@ ERROR_120: string;

@@ -90,2 +90,4 @@ "use strict";

ERROR_113: "KAFKAS-MGMT-113",
/** Max limit for the service account creation has reached*/
ERROR_115: "KAFKAS-MGMT-115",
/** Insufficient quota*/

@@ -92,0 +94,0 @@ ERROR_120: "KAFKAS-MGMT-120",

2

dist/generated/api.d.ts

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -24,3 +24,2 @@ *

import { MetricsRangeQueryList } from '../model';
import { SupportedKafkaInstanceTypesList } from '../model';
import { VersionMetadata } from '../model';

@@ -64,3 +63,3 @@ /**

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -81,11 +80,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getInstanceTypesByCloudProviderAndRegion: (cloudProvider: string, cloudRegion: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
/**
*
* @summary Returns a Kafka request by ID

@@ -182,3 +172,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -199,11 +189,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider: string, cloudRegion: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SupportedKafkaInstanceTypesList>>;
/**
*
* @summary Returns a Kafka request by ID

@@ -300,3 +281,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -317,11 +298,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider: string, cloudRegion: string, options?: any): AxiosPromise<SupportedKafkaInstanceTypesList>;
/**
*
* @summary Returns a Kafka request by ID

@@ -422,3 +394,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -441,12 +413,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof DefaultApiInterface
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider: string, cloudRegion: string, options?: AxiosRequestConfig): AxiosPromise<SupportedKafkaInstanceTypesList>;
/**
*
* @summary Returns a Kafka request by ID

@@ -554,3 +516,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -573,12 +535,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof DefaultApi
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider: string, cloudRegion: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<import("../model").SupportedKafkaInstanceTypesListAllOf, any>>;
/**
*
* @summary Returns a Kafka request by ID

@@ -585,0 +537,0 @@ * @param {string} id The ID of record

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -154,3 +154,3 @@ *

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -231,38 +231,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getInstanceTypesByCloudProviderAndRegion: (cloudProvider, cloudRegion, options = {}) => __awaiter(this, void 0, void 0, function* () {
// verify required parameter 'cloudProvider' is not null or undefined
(0, common_1.assertParamExists)('getInstanceTypesByCloudProviderAndRegion', 'cloudProvider', cloudProvider);
// verify required parameter 'cloudRegion' is not null or undefined
(0, common_1.assertParamExists)('getInstanceTypesByCloudProviderAndRegion', 'cloudRegion', cloudRegion);
const localVarPath = `/api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region}`
.replace(`{${"cloud_provider"}}`, encodeURIComponent(String(cloudProvider)))
.replace(`{${"cloud_region"}}`, encodeURIComponent(String(cloudRegion)));
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
const localVarHeaderParameter = {};
const localVarQueryParameter = {};
// authentication Bearer required
// http bearer authentication required
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
return {
url: (0, common_1.toPathString)(localVarUrlObj),
options: localVarRequestOptions,
};
}),
/**
*
* @summary Returns a Kafka request by ID

@@ -545,3 +509,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -572,16 +536,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider, cloudRegion, options) {
return __awaiter(this, void 0, void 0, function* () {
const localVarAxiosArgs = yield localVarAxiosParamCreator.getInstanceTypesByCloudProviderAndRegion(cloudProvider, cloudRegion, options);
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
});
},
/**
*
* @summary Returns a Kafka request by ID

@@ -718,3 +668,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -739,13 +689,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider, cloudRegion, options) {
return localVarFp.getInstanceTypesByCloudProviderAndRegion(cloudProvider, cloudRegion, options).then((request) => request(axios, basePath));
},
/**
*
* @summary Returns a Kafka request by ID

@@ -867,3 +806,3 @@ * @param {string} id The ID of record

* @param {string} [size] Number of items in each page
* @param {string} [instanceType] The Kafka instance type to filter the results by
* @param {string} [instanceType] The Kafka instance type to filter the results by DEPRECATION NOTICE - instance_type will be deprecated
* @param {*} [options] Override http request option.

@@ -890,14 +829,2 @@ * @throws {RequiredError}

*
* @summary Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
* @param {string} cloudProvider ID of the supported cloud provider
* @param {string} cloudRegion Name of the supported cloud provider region
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof DefaultApi
*/
getInstanceTypesByCloudProviderAndRegion(cloudProvider, cloudRegion, options) {
return (0, exports.DefaultApiFp)(this.configuration).getInstanceTypesByCloudProviderAndRegion(cloudProvider, cloudRegion, options).then((request) => request(this.axios, this.basePath));
}
/**
*
* @summary Returns a Kafka request by ID

@@ -904,0 +831,0 @@ * @param {string} id The ID of record

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -19,2 +19,3 @@ *

import { ServiceAccountRequest } from '../model';
import { SsoProvider } from '../model';
/**

@@ -59,2 +60,9 @@ * SecurityApi - axios parameter creator

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
/**
*
* @summary Resets the credentials for a service account by ID

@@ -106,2 +114,9 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SsoProvider>>;
/**
*
* @summary Resets the credentials for a service account by ID

@@ -153,2 +168,9 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders(options?: any): AxiosPromise<SsoProvider>;
/**
*
* @summary Resets the credentials for a service account by ID

@@ -205,2 +227,10 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SecurityApiInterface
*/
getSsoProviders(options?: AxiosRequestConfig): AxiosPromise<SsoProvider>;
/**
*
* @summary Resets the credentials for a service account by ID

@@ -259,2 +289,10 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SecurityApi
*/
getSsoProviders(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SsoProvider, any>>;
/**
*
* @summary Resets the credentials for a service account by ID

@@ -261,0 +299,0 @@ * @param {string} id The ID of record

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -170,2 +170,30 @@ *

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders: (options = {}) => __awaiter(this, void 0, void 0, function* () {
const localVarPath = `/api/kafkas_mgmt/v1/sso_providers`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
const localVarHeaderParameter = {};
const localVarQueryParameter = {};
// authentication Bearer required
// http bearer authentication required
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
return {
url: (0, common_1.toPathString)(localVarUrlObj),
options: localVarRequestOptions,
};
}),
/**
*
* @summary Resets the credentials for a service account by ID

@@ -265,2 +293,14 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders(options) {
return __awaiter(this, void 0, void 0, function* () {
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSsoProviders(options);
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
});
},
/**
*
* @summary Resets the credentials for a service account by ID

@@ -329,2 +369,11 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders(options) {
return localVarFp.getSsoProviders(options).then((request) => request(axios, basePath));
},
/**
*
* @summary Resets the credentials for a service account by ID

@@ -394,2 +443,12 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SecurityApi
*/
getSsoProviders(options) {
return (0, exports.SecurityApiFp)(this.configuration).getSsoProviders(options).then((request) => request(this.axios, this.basePath));
}
/**
*
* @summary Resets the credentials for a service account by ID

@@ -396,0 +455,0 @@ * @param {string} id The ID of record

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -45,5 +45,6 @@ *

/**
* The Kafka instance types supported by this region.
* The Kafka instance types supported by this region. DEPRECATION NOTICE - instance_type will be deprecated
* @type {Array<string>}
* @memberof CloudRegion
* @deprecated
*/

@@ -50,0 +51,0 @@ 'supported_instance_types': Array<string>;

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -33,9 +33,6 @@ export * from './cloud-provider';

export * from './service-account-request';
export * from './supported-kafka-instance-type';
export * from './supported-kafka-instance-types-list';
export * from './supported-kafka-instance-types-list-all-of';
export * from './supported-kafka-size';
export * from './supported-kafka-size-bytes-value-item';
export * from './sso-provider';
export * from './sso-provider-all-of';
export * from './values';
export * from './version-metadata';
export * from './version-metadata-all-of';

@@ -49,9 +49,6 @@ "use strict";

__exportStar(require("./service-account-request"), exports);
__exportStar(require("./supported-kafka-instance-type"), exports);
__exportStar(require("./supported-kafka-instance-types-list"), exports);
__exportStar(require("./supported-kafka-instance-types-list-all-of"), exports);
__exportStar(require("./supported-kafka-size"), exports);
__exportStar(require("./supported-kafka-size-bytes-value-item"), exports);
__exportStar(require("./sso-provider"), exports);
__exportStar(require("./sso-provider-all-of"), exports);
__exportStar(require("./values"), exports);
__exportStar(require("./version-metadata"), exports);
__exportStar(require("./version-metadata-all-of"), exports);

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -93,8 +93,2 @@ *

*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'instance_type_name'?: string;
/**
*
* @type {boolean}

@@ -115,39 +109,3 @@ * @memberof KafkaRequestAllOf

*/
'size_id'?: string;
/**
*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'ingress_throughput_per_sec'?: string;
/**
*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'egress_throughput_per_sec'?: string;
/**
*
* @type {number}
* @memberof KafkaRequestAllOf
*/
'total_max_connections'?: number;
/**
*
* @type {number}
* @memberof KafkaRequestAllOf
*/
'max_partitions'?: number;
/**
*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'max_data_retention_period'?: string;
/**
*
* @type {number}
* @memberof KafkaRequestAllOf
*/
'max_connection_attempts_per_sec'?: number;
'browser_url'?: string;
}

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -49,8 +49,2 @@ *

'reauthentication_enabled'?: boolean | null;
/**
* kafka plan in a format of <instance_type>.<size_id>
* @type {string}
* @memberof KafkaRequestPayload
*/
'plan'?: string;
}

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -24,3 +24,3 @@ *

*/
'instance_type': string;
'instance_type'?: string;
/**

@@ -30,11 +30,4 @@ * flag indicating whether the capacity for the instance type in the region is reached

* @memberof RegionCapacityListItem
* @deprecated
*/
'max_capacity_reached': boolean;
/**
* list of available Kafka instance sizes that can be created in this region when taking account current capacity and regional limits
* @type {Array<string>}
* @memberof RegionCapacityListItem
*/
'available_sizes': Array<string>;
}

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -11,0 +11,0 @@ *

{
"name": "@rhoas/kafka-management-sdk",
"version": "0.31.0-alpha1",
"version": "0.31.0",
"description": "RHOAS Kafka Management SDK",

@@ -30,5 +30,5 @@ "author": "Red Hat Developers",

"devDependencies": {
"@types/node": "16.11.26",
"typescript": "4.6.2"
"@types/node": "16.11.27",
"typescript": "4.6.3"
}
}

@@ -124,2 +124,5 @@

/** Max limit for the service account creation has reached*/
ERROR_115 : "KAFKAS-MGMT-115",
/** Insufficient quota*/

@@ -126,0 +129,0 @@ ERROR_120 : "KAFKAS-MGMT-120",

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -30,2 +30,4 @@ *

import { ServiceAccountRequest } from '../model';
// @ts-ignore
import { SsoProvider } from '../model';
/**

@@ -194,2 +196,36 @@ * SecurityApi - axios parameter creator

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/api/kafkas_mgmt/v1/sso_providers`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
// authentication Bearer required
// http bearer authentication required
await setBearerAuthToObject(localVarHeaderParameter, configuration)
setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
return {
url: toPathString(localVarUrlObj),
options: localVarRequestOptions,
};
},
/**
*
* @summary Resets the credentials for a service account by ID

@@ -287,2 +323,12 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
async getSsoProviders(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SsoProvider>> {
const localVarAxiosArgs = await localVarAxiosParamCreator.getSsoProviders(options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
/**
*
* @summary Resets the credentials for a service account by ID

@@ -349,2 +395,11 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getSsoProviders(options?: any): AxiosPromise<SsoProvider> {
return localVarFp.getSsoProviders(options).then((request) => request(axios, basePath));
},
/**
*
* @summary Resets the credentials for a service account by ID

@@ -409,2 +464,11 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SecurityApiInterface
*/
getSsoProviders(options?: AxiosRequestConfig): AxiosPromise<SsoProvider>;
/**
*
* @summary Resets the credentials for a service account by ID

@@ -477,2 +541,13 @@ * @param {string} id The ID of record

*
* @summary Return sso provider info
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SecurityApi
*/
public getSsoProviders(options?: AxiosRequestConfig) {
return SecurityApiFp(this.configuration).getSsoProviders(options).then((request) => request(this.axios, this.basePath));
}
/**
*
* @summary Resets the credentials for a service account by ID

@@ -479,0 +554,0 @@ * @param {string} id The ID of record

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -50,5 +50,6 @@ *

/**
* The Kafka instance types supported by this region.
* The Kafka instance types supported by this region. DEPRECATION NOTICE - instance_type will be deprecated
* @type {Array<string>}
* @memberof CloudRegion
* @deprecated
*/

@@ -55,0 +56,0 @@ 'supported_instance_types': Array<string>;

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -33,9 +33,6 @@ export * from './cloud-provider';

export * from './service-account-request';
export * from './supported-kafka-instance-type';
export * from './supported-kafka-instance-types-list';
export * from './supported-kafka-instance-types-list-all-of';
export * from './supported-kafka-size';
export * from './supported-kafka-size-bytes-value-item';
export * from './sso-provider';
export * from './sso-provider-all-of';
export * from './values';
export * from './version-metadata';
export * from './version-metadata-all-of';

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -98,8 +98,2 @@ *

*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'instance_type_name'?: string;
/**
*
* @type {boolean}

@@ -120,40 +114,4 @@ * @memberof KafkaRequestAllOf

*/
'size_id'?: string;
/**
*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'ingress_throughput_per_sec'?: string;
/**
*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'egress_throughput_per_sec'?: string;
/**
*
* @type {number}
* @memberof KafkaRequestAllOf
*/
'total_max_connections'?: number;
/**
*
* @type {number}
* @memberof KafkaRequestAllOf
*/
'max_partitions'?: number;
/**
*
* @type {string}
* @memberof KafkaRequestAllOf
*/
'max_data_retention_period'?: string;
/**
*
* @type {number}
* @memberof KafkaRequestAllOf
*/
'max_connection_attempts_per_sec'?: number;
'browser_url'?: string;
}

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -54,9 +54,3 @@ *

'reauthentication_enabled'?: boolean | null;
/**
* kafka plan in a format of <instance_type>.<size_id>
* @type {string}
* @memberof KafkaRequestPayload
*/
'plan'?: string;
}

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -29,3 +29,3 @@ *

*/
'instance_type': string;
'instance_type'?: string;
/**

@@ -35,12 +35,5 @@ * flag indicating whether the capacity for the instance type in the region is reached

* @memberof RegionCapacityListItem
* @deprecated
*/
'max_capacity_reached': boolean;
/**
* list of available Kafka instance sizes that can be created in this region when taking account current capacity and regional limits
* @type {Array<string>}
* @memberof RegionCapacityListItem
*/
'available_sizes': Array<string>;
}

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 1.3.0
* The version of the OpenAPI document: 1.4.0
*

@@ -10,0 +10,0 @@ *

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc