New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.25.0 to 0.26.0

2

dist/generated/api.d.ts

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

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

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

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

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

@@ -18,3 +18,7 @@ *

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -21,0 +25,0 @@ if (k2 === undefined) k2 = k;

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

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

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

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

@@ -118,10 +117,2 @@ /**

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
*/
getServiceStatus: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
/**
*

@@ -234,10 +225,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
*/
getServiceStatus(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceStatus>>;
/**
*

@@ -350,10 +333,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
*/
getServiceStatus(options?: any): AxiosPromise<ServiceStatus>;
/**
*

@@ -476,11 +451,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
* @memberof DefaultApiInterface
*/
getServiceStatus(options?: AxiosRequestConfig): AxiosPromise<ServiceStatus>;
/**
*

@@ -606,11 +572,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
* @memberof DefaultApi
*/
getServiceStatus(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceStatus, any>>;
/**
*

@@ -617,0 +574,0 @@ * @summary Returns the version metadata

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

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

@@ -389,31 +389,2 @@ *

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
*/
getServiceStatus: (options = {}) => __awaiter(this, void 0, void 0, function* () {
const localVarPath = `/api/kafkas_mgmt/v1/status`;
// 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,
};
}),
/**
*

@@ -621,15 +592,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
*/
getServiceStatus(options) {
return __awaiter(this, void 0, void 0, function* () {
const localVarAxiosArgs = yield localVarAxiosParamCreator.getServiceStatus(options);
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
});
},
/**
*

@@ -774,12 +732,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
*/
getServiceStatus(options) {
return localVarFp.getServiceStatus(options).then((request) => request(axios, basePath));
},
/**
*

@@ -927,13 +875,2 @@ * @summary Returns the version metadata

/**
* [DEPRECATED] The service capacity status is now reported per cloud provider region and Kafka instance type in the /api/kafkas_mgmt/v1/cloud_providers/{id}/regions endpoint. Please use this endpoint instead.
* @summary Returns the status of resources, such as whether maximum service capacity has been reached
* @param {*} [options] Override http request option.
* @deprecated
* @throws {RequiredError}
* @memberof DefaultApi
*/
getServiceStatus(options) {
return (0, exports.DefaultApiFp)(this.configuration).getServiceStatus(options).then((request) => request(this.axios, this.basePath));
}
/**
*

@@ -940,0 +877,0 @@ * @summary Returns the version metadata

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

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

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

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

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

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

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

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

@@ -51,6 +51,7 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
getServiceAccounts: (clientId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
/**

@@ -97,6 +98,7 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceAccountList>>;
getServiceAccounts(clientId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceAccountList>>;
/**

@@ -143,6 +145,7 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts(options?: any): AxiosPromise<ServiceAccountList>;
getServiceAccounts(clientId?: string, options?: any): AxiosPromise<ServiceAccountList>;
/**

@@ -193,2 +196,3 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.

@@ -198,3 +202,3 @@ * @throws {RequiredError}

*/
getServiceAccounts(options?: AxiosRequestConfig): AxiosPromise<ServiceAccountList>;
getServiceAccounts(clientId?: string, options?: AxiosRequestConfig): AxiosPromise<ServiceAccountList>;
/**

@@ -247,2 +251,3 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.

@@ -252,3 +257,3 @@ * @throws {RequiredError}

*/
getServiceAccounts(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<import("../model").ServiceAccountListAllOf, any>>;
getServiceAccounts(clientId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<import("../model").ServiceAccountListAllOf, any>>;
/**

@@ -255,0 +260,0 @@ *

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

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

@@ -139,6 +139,7 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts: (options = {}) => __awaiter(this, void 0, void 0, function* () {
getServiceAccounts: (clientId, options = {}) => __awaiter(this, void 0, void 0, function* () {
const localVarPath = `/api/kafkas_mgmt/v1/service_accounts`;

@@ -157,2 +158,5 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs.

yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
if (clientId !== undefined) {
localVarQueryParameter['client_id'] = clientId;
}
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);

@@ -250,8 +254,9 @@ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts(options) {
getServiceAccounts(clientId, options) {
return __awaiter(this, void 0, void 0, function* () {
const localVarAxiosArgs = yield localVarAxiosParamCreator.getServiceAccounts(options);
const localVarAxiosArgs = yield localVarAxiosParamCreator.getServiceAccounts(clientId, options);
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);

@@ -316,7 +321,8 @@ });

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts(options) {
return localVarFp.getServiceAccounts(options).then((request) => request(axios, basePath));
getServiceAccounts(clientId, options) {
return localVarFp.getServiceAccounts(clientId, options).then((request) => request(axios, basePath));
},

@@ -379,2 +385,3 @@ /**

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.

@@ -384,4 +391,4 @@ * @throws {RequiredError}

*/
getServiceAccounts(options) {
return (0, exports.SecurityApiFp)(this.configuration).getServiceAccounts(options).then((request) => request(this.axios, this.basePath));
getServiceAccounts(clientId, options) {
return (0, exports.SecurityApiFp)(this.configuration).getServiceAccounts(clientId, options).then((request) => request(this.axios, this.basePath));
}

@@ -388,0 +395,0 @@ /**

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -18,3 +18,7 @@ *

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -21,0 +25,0 @@ if (k2 === undefined) k2 = k;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

export * from './service-account-request';
export * from './service-status';
export * from './service-status-kafkas';
export * from './values';
export * from './version-metadata';
export * from './version-metadata-all-of';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -45,6 +49,4 @@ if (k2 === undefined) k2 = k;

__exportStar(require("./service-account-request"), exports);
__exportStar(require("./service-status"), exports);
__exportStar(require("./service-status-kafkas"), 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.2.0
* The version of the OpenAPI document: 1.3.0
*

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

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

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

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

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

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

@@ -97,2 +97,8 @@ *

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -13,2 +13,3 @@ *

*/
import { ObjectReference } from './object-reference';
/**

@@ -44,2 +45,8 @@ *

'total': number;
/**
*
* @type {Array<ObjectReference>}
* @memberof List
*/
'items': Array<ObjectReference>;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -53,2 +53,3 @@ *

* @memberof ServiceAccountAllOf
* @deprecated
*/

@@ -61,3 +62,9 @@ 'owner'?: string;

*/
'created_by'?: string;
/**
*
* @type {string}
* @memberof ServiceAccountAllOf
*/
'created_at'?: string;
}

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

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

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

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

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

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

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

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

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

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

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

@@ -41,5 +41,12 @@ *

* @memberof ServiceAccountListItemAllOf
* @deprecated
*/
'owner'?: string;
/**
* service account created by the user
* @type {string}
* @memberof ServiceAccountListItemAllOf
*/
'created_by'?: string;
/**
* service account creation timestamp

@@ -46,0 +53,0 @@ * @type {string}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

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

@@ -27,8 +27,8 @@ "author": "Red Hat Developers",

"dependencies": {
"axios": "0.25.0"
"axios": "0.26.0"
},
"devDependencies": {
"@types/node": "16.11.22",
"typescript": "4.5.5"
"@types/node": "16.11.26",
"typescript": "4.6.2"
}
}

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

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

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

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

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

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

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

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

@@ -155,6 +155,7 @@ *

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
getServiceAccounts: async (clientId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/api/kafkas_mgmt/v1/service_accounts`;

@@ -176,3 +177,7 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs.

if (clientId !== undefined) {
localVarQueryParameter['client_id'] = clientId;
}

@@ -272,7 +277,8 @@ setSearchParams(localVarUrlObj, localVarQueryParameter);

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
async getServiceAccounts(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceAccountList>> {
const localVarAxiosArgs = await localVarAxiosParamCreator.getServiceAccounts(options);
async getServiceAccounts(clientId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceAccountList>> {
const localVarAxiosArgs = await localVarAxiosParamCreator.getServiceAccounts(clientId, options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);

@@ -334,7 +340,8 @@ },

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getServiceAccounts(options?: any): AxiosPromise<ServiceAccountList> {
return localVarFp.getServiceAccounts(options).then((request) => request(axios, basePath));
getServiceAccounts(clientId?: string, options?: any): AxiosPromise<ServiceAccountList> {
return localVarFp.getServiceAccounts(clientId, options).then((request) => request(axios, basePath));
},

@@ -393,2 +400,3 @@ /**

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.

@@ -398,3 +406,3 @@ * @throws {RequiredError}

*/
getServiceAccounts(options?: AxiosRequestConfig): AxiosPromise<ServiceAccountList>;
getServiceAccounts(clientId?: string, options?: AxiosRequestConfig): AxiosPromise<ServiceAccountList>;

@@ -459,2 +467,3 @@ /**

* @summary Returns a list of service accounts
* @param {string} [clientId] client_id of the service account to be retrieved
* @param {*} [options] Override http request option.

@@ -464,4 +473,4 @@ * @throws {RequiredError}

*/
public getServiceAccounts(options?: AxiosRequestConfig) {
return SecurityApiFp(this.configuration).getServiceAccounts(options).then((request) => request(this.axios, this.basePath));
public getServiceAccounts(clientId?: string, options?: AxiosRequestConfig) {
return SecurityApiFp(this.configuration).getServiceAccounts(clientId, options).then((request) => request(this.axios, this.basePath));
}

@@ -468,0 +477,0 @@

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

export * from './service-account-request';
export * from './service-status';
export * from './service-status-kafkas';
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.2.0
* The version of the OpenAPI document: 1.3.0
*

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

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

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

@@ -102,3 +102,9 @@ *

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -17,2 +17,3 @@ *

import { ObjectReference } from './object-reference';

@@ -49,3 +50,9 @@ /**

'total': number;
/**
*
* @type {Array<ObjectReference>}
* @memberof List
*/
'items': Array<ObjectReference>;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -58,2 +58,3 @@ *

* @memberof ServiceAccountAllOf
* @deprecated
*/

@@ -66,4 +67,10 @@ 'owner'?: string;

*/
'created_by'?: string;
/**
*
* @type {string}
* @memberof ServiceAccountAllOf
*/
'created_at'?: string;
}

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

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

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

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

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

@@ -46,5 +46,12 @@ *

* @memberof ServiceAccountListItemAllOf
* @deprecated
*/
'owner'?: string;
/**
* service account created by the user
* @type {string}
* @memberof ServiceAccountListItemAllOf
*/
'created_by'?: string;
/**
* service account creation timestamp

@@ -51,0 +58,0 @@ * @type {string}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*
* The version of the OpenAPI document: 1.2.0
* The version of the OpenAPI document: 1.3.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