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

@rhoas/kafka-instance-sdk

Package Overview
Dependencies
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.34.2-alpha1 to 0.34.2

dist/generated/api/errors-api.d.ts

3

dist/generated/api.d.ts

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -14,4 +14,5 @@ *

export * from './api/acls-api';
export * from './api/errors-api';
export * from './api/groups-api';
export * from './api/records-api';
export * from './api/topics-api';

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -32,4 +32,5 @@ *

__exportStar(require("./api/acls-api"), exports);
__exportStar(require("./api/errors-api"), exports);
__exportStar(require("./api/groups-api"), exports);
__exportStar(require("./api/records-api"), exports);
__exportStar(require("./api/topics-api"), exports);

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,33 +13,8 @@ *

*/
import { AclBinding } from './acl-binding';
import { ACLBindingList } from './aclbinding-list';
import { List } from './list';
/**
* A page of ACL binding entries
* @type AclBindingListPage
* @export
* @interface AclBindingListPage
*/
export interface AclBindingListPage {
/**
*
* @type {Array<AclBinding>}
* @memberof AclBindingListPage
*/
'items': Array<AclBinding>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof AclBindingListPage
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof AclBindingListPage
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof AclBindingListPage
*/
'page'?: number;
}
export declare type AclBindingListPage = ACLBindingList & List;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,48 +13,8 @@ *

*/
import { AclOperation } from './acl-operation';
import { AclPatternType } from './acl-pattern-type';
import { AclPermissionType } from './acl-permission-type';
import { AclResourceType } from './acl-resource-type';
import { ACLBinding } from './aclbinding';
import { ObjectReference } from './object-reference';
/**
* Represents a binding between a resource pattern and an access control entry
* @type AclBinding
* @export
* @interface AclBinding
*/
export interface AclBinding {
/**
*
* @type {AclResourceType}
* @memberof AclBinding
*/
'resourceType': AclResourceType;
/**
*
* @type {string}
* @memberof AclBinding
*/
'resourceName': string;
/**
*
* @type {AclPatternType}
* @memberof AclBinding
*/
'patternType': AclPatternType;
/**
* Identifies the user or service account to which an ACL entry is bound. The literal prefix value of `User:` is required. May be used to specify all users with value `User:*`.
* @type {string}
* @memberof AclBinding
*/
'principal': string;
/**
*
* @type {AclOperation}
* @memberof AclBinding
*/
'operation': AclOperation;
/**
*
* @type {AclPermissionType}
* @memberof AclBinding
*/
'permission': AclPermissionType;
}
export declare type AclBinding = ACLBinding & ObjectReference;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -25,42 +25,3 @@ *

*/
'items': Array<ConsumerGroup>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof ConsumerGroupList
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupList
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupList
*/
'page'?: number;
/**
* Offset of the first record returned, zero-based
* @type {number}
* @memberof ConsumerGroupList
* @deprecated
*/
'offset'?: number;
/**
* Maximum number of records to return, from request
* @type {number}
* @memberof ConsumerGroupList
* @deprecated
*/
'limit'?: number;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof ConsumerGroupList
* @deprecated
*/
'count'?: number;
'items'?: Array<ConsumerGroup>;
}

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,33 +13,8 @@ *

*/
import { ConsumerGroupResetOffsetResultItem } from './consumer-group-reset-offset-result-item';
import { List } from './list';
import { RootTypeForConsumerGroupResetOffsetResult } from './root-type-for-consumer-group-reset-offset-result';
/**
*
* @type ConsumerGroupResetOffsetResult
* @export
* @interface ConsumerGroupResetOffsetResult
*/
export interface ConsumerGroupResetOffsetResult {
/**
*
* @type {Array<ConsumerGroupResetOffsetResultItem>}
* @memberof ConsumerGroupResetOffsetResult
*/
'items': Array<ConsumerGroupResetOffsetResultItem>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof ConsumerGroupResetOffsetResult
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupResetOffsetResult
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupResetOffsetResult
*/
'page'?: number;
}
export declare type ConsumerGroupResetOffsetResult = List & RootTypeForConsumerGroupResetOffsetResult;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,35 +13,8 @@ *

*/
import { Consumer } from './consumer';
import { ConsumerGroupMetrics } from './consumer-group-metrics';
import { ConsumerGroupState } from './consumer-group-state';
import { ConsumerGroupAllOf } from './consumer-group-all-of';
import { ObjectReference } from './object-reference';
/**
* A group of Kafka consumers
* @type ConsumerGroup
* @export
* @interface ConsumerGroup
*/
export interface ConsumerGroup {
/**
* Unique identifier for the consumer group
* @type {string}
* @memberof ConsumerGroup
*/
'groupId': string;
/**
*
* @type {ConsumerGroupState}
* @memberof ConsumerGroup
*/
'state'?: ConsumerGroupState;
/**
* The list of consumers associated with this consumer group
* @type {Array<Consumer>}
* @memberof ConsumerGroup
*/
'consumers': Array<Consumer>;
/**
*
* @type {ConsumerGroupMetrics}
* @memberof ConsumerGroup
*/
'metrics'?: ConsumerGroupMetrics;
}
export declare type ConsumerGroup = ConsumerGroupAllOf & ObjectReference;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

@@ -0,1 +1,3 @@

export * from './aclbinding';
export * from './aclbinding-list';
export * from './acl-binding';

@@ -15,2 +17,3 @@ export * from './acl-binding-list-page';

export * from './consumer-group';
export * from './consumer-group-all-of';
export * from './consumer-group-description-order-key';

@@ -24,12 +27,22 @@ export * from './consumer-group-list';

export * from './consumer-group-state';
export * from './error-all-of';
export * from './error-list';
export * from './list';
export * from './list-deprecated';
export * from './list-deprecated-all-of';
export * from './model-error';
export * from './new-topic-input';
export * from './node';
export * from './object-reference';
export * from './offset-type';
export * from './partition';
export * from './record';
export * from './record1';
export * from './record-included-property';
export * from './record-list';
export * from './root-type-for-consumer-group-reset-offset-result';
export * from './sort-direction';
export * from './topic';
export * from './topic1';
export * from './topic-list';
export * from './topic-order-key';

@@ -36,0 +49,0 @@ export * from './topic-settings';

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./aclbinding"), exports);
__exportStar(require("./aclbinding-list"), exports);
__exportStar(require("./acl-binding"), exports);

@@ -32,2 +34,3 @@ __exportStar(require("./acl-binding-list-page"), exports);

__exportStar(require("./consumer-group"), exports);
__exportStar(require("./consumer-group-all-of"), exports);
__exportStar(require("./consumer-group-description-order-key"), exports);

@@ -41,12 +44,22 @@ __exportStar(require("./consumer-group-list"), exports);

__exportStar(require("./consumer-group-state"), exports);
__exportStar(require("./error-all-of"), exports);
__exportStar(require("./error-list"), exports);
__exportStar(require("./list"), exports);
__exportStar(require("./list-deprecated"), exports);
__exportStar(require("./list-deprecated-all-of"), exports);
__exportStar(require("./model-error"), exports);
__exportStar(require("./new-topic-input"), exports);
__exportStar(require("./node"), exports);
__exportStar(require("./object-reference"), exports);
__exportStar(require("./offset-type"), exports);
__exportStar(require("./partition"), exports);
__exportStar(require("./record"), exports);
__exportStar(require("./record1"), exports);
__exportStar(require("./record-included-property"), exports);
__exportStar(require("./record-list"), exports);
__exportStar(require("./root-type-for-consumer-group-reset-offset-result"), exports);
__exportStar(require("./sort-direction"), exports);
__exportStar(require("./topic"), exports);
__exportStar(require("./topic1"), exports);
__exportStar(require("./topic-list"), exports);
__exportStar(require("./topic-order-key"), exports);

@@ -53,0 +66,0 @@ __exportStar(require("./topic-settings"), exports);

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,27 +13,8 @@ *

*/
import { ErrorAllOf } from './error-all-of';
import { ObjectReference } from './object-reference';
/**
* General error response
* @type ModelError
* @export
* @interface ModelError
*/
export interface ModelError {
/**
*
* @type {number}
* @memberof ModelError
*/
'code'?: number;
/**
*
* @type {string}
* @memberof ModelError
*/
'error_message'?: string;
/**
*
* @type {string}
* @memberof ModelError
* @deprecated
*/
'class'?: string;
}
export declare type ModelError = ErrorAllOf & ObjectReference;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -21,25 +21,25 @@ *

/**
* Total number of records returned in this request. This value does not indicate the total number of records in the topic.
* @type {number}
*
* @type {Array<Record>}
* @memberof RecordList
*/
'total': number;
'items'?: Array<Record>;
/**
* Not used
* @type {number}
* Total number of records returned in this request. This value does not indicate the total number of records in the topic.
* @type {any}
* @memberof RecordList
*/
'size'?: number;
'total'?: any;
/**
* Not used
* @type {number}
* @type {any}
* @memberof RecordList
*/
'page'?: number;
'size'?: any;
/**
*
* @type {Array<Record>}
* Not used
* @type {any}
* @memberof RecordList
*/
'items': Array<Record>;
'page'?: any;
}

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,52 +13,8 @@ *

*/
import { ObjectReference } from './object-reference';
import { Record1 } from './record1';
/**
* An individual record consumed from a topic or produced to a topic
* @type Record
* @export
* @interface Record
*/
export interface Record {
/**
* The record\'s partition within the topic
* @type {number}
* @memberof Record
*/
'partition'?: number;
/**
* The record\'s offset within the topic partition
* @type {number}
* @memberof Record
*/
'offset'?: number;
/**
* Timestamp associated with the record. The type is indicated by `timestampType`. When producing a record, this value will be used as the record\'s `CREATE_TIME`.
* @type {string}
* @memberof Record
*/
'timestamp'?: string;
/**
* Type of timestamp associated with the record
* @type {string}
* @memberof Record
*/
'timestampType'?: string;
/**
* Record headers, key/value pairs
* @type {{ [key: string]: string; }}
* @memberof Record
*/
'headers'?: {
[key: string]: string;
};
/**
* Record key
* @type {string}
* @memberof Record
*/
'key'?: string;
/**
* Record value
* @type {string}
* @memberof Record
*/
'value': string;
}
export declare type Record = ObjectReference & Record1;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,34 +13,8 @@ *

*/
import { ConfigEntry } from './config-entry';
import { Partition } from './partition';
import { ObjectReference } from './object-reference';
import { Topic1 } from './topic1';
/**
* Kafka Topic (A feed where records are stored and published)
* @type Topic
* @export
* @interface Topic
*/
export interface Topic {
/**
* The name of the topic.
* @type {string}
* @memberof Topic
*/
'name'?: string;
/**
*
* @type {boolean}
* @memberof Topic
*/
'isInternal'?: boolean;
/**
* Partitions for this topic.
* @type {Array<Partition>}
* @memberof Topic
*/
'partitions'?: Array<Partition>;
/**
* Topic configuration entry.
* @type {Array<ConfigEntry>}
* @memberof Topic
*/
'config'?: Array<ConfigEntry>;
}
export declare type Topic = ObjectReference & Topic1;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -13,54 +13,8 @@ *

*/
import { Topic } from './topic';
import { ListDeprecated } from './list-deprecated';
import { TopicList } from './topic-list';
/**
* A list of topics.
* @type TopicsList
* @export
* @interface TopicsList
*/
export interface TopicsList {
/**
*
* @type {Array<Topic>}
* @memberof TopicsList
*/
'items': Array<Topic>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof TopicsList
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof TopicsList
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof TopicsList
*/
'page'?: number;
/**
* Offset of the first record returned, zero-based
* @type {number}
* @memberof TopicsList
* @deprecated
*/
'offset'?: number;
/**
* Maximum number of records to return, from request
* @type {number}
* @memberof TopicsList
* @deprecated
*/
'limit'?: number;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof TopicsList
* @deprecated
*/
'count'?: number;
}
export declare type TopicsList = ListDeprecated & TopicList;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

{
"name": "@rhoas/kafka-instance-sdk",
"version": "0.34.2-alpha1",
"version": "0.34.2",
"description": "RHOAS Kafka Instance Adminstration SDK",

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

"devDependencies": {
"@types/node": "16.11.38",
"typescript": "4.7.2"
"@types/node": "16.11.39",
"typescript": "4.7.3"
}
}

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

export * from './api/acls-api';
export * from './api/errors-api';
export * from './api/groups-api';

@@ -21,0 +22,0 @@ export * from './api/records-api';

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -17,35 +17,12 @@ *

import { ACLBindingList } from './aclbinding-list';
import { AclBinding } from './acl-binding';
import { List } from './list';
/**
* A page of ACL binding entries
* @type AclBindingListPage
* @export
* @interface AclBindingListPage
*/
export interface AclBindingListPage {
/**
*
* @type {Array<AclBinding>}
* @memberof AclBindingListPage
*/
'items': Array<AclBinding>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof AclBindingListPage
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof AclBindingListPage
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof AclBindingListPage
*/
'page'?: number;
}
export type AclBindingListPage = ACLBindingList & List;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

import { ACLBinding } from './aclbinding';
import { AclOperation } from './acl-operation';

@@ -22,46 +23,10 @@ import { AclPatternType } from './acl-pattern-type';

import { AclResourceType } from './acl-resource-type';
import { ObjectReference } from './object-reference';
/**
* Represents a binding between a resource pattern and an access control entry
* @type AclBinding
* @export
* @interface AclBinding
*/
export interface AclBinding {
/**
*
* @type {AclResourceType}
* @memberof AclBinding
*/
'resourceType': AclResourceType;
/**
*
* @type {string}
* @memberof AclBinding
*/
'resourceName': string;
/**
*
* @type {AclPatternType}
* @memberof AclBinding
*/
'patternType': AclPatternType;
/**
* Identifies the user or service account to which an ACL entry is bound. The literal prefix value of `User:` is required. May be used to specify all users with value `User:*`.
* @type {string}
* @memberof AclBinding
*/
'principal': string;
/**
*
* @type {AclOperation}
* @memberof AclBinding
*/
'operation': AclOperation;
/**
*
* @type {AclPermissionType}
* @memberof AclBinding
*/
'permission': AclPermissionType;
}
export type AclBinding = ACLBinding & ObjectReference;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -30,43 +30,4 @@ *

*/
'items': Array<ConsumerGroup>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof ConsumerGroupList
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupList
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupList
*/
'page'?: number;
/**
* Offset of the first record returned, zero-based
* @type {number}
* @memberof ConsumerGroupList
* @deprecated
*/
'offset'?: number;
/**
* Maximum number of records to return, from request
* @type {number}
* @memberof ConsumerGroupList
* @deprecated
*/
'limit'?: number;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof ConsumerGroupList
* @deprecated
*/
'count'?: number;
'items'?: Array<ConsumerGroup>;
}

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -18,34 +18,11 @@ *

import { ConsumerGroupResetOffsetResultItem } from './consumer-group-reset-offset-result-item';
import { List } from './list';
import { RootTypeForConsumerGroupResetOffsetResult } from './root-type-for-consumer-group-reset-offset-result';
/**
*
* @type ConsumerGroupResetOffsetResult
* @export
* @interface ConsumerGroupResetOffsetResult
*/
export interface ConsumerGroupResetOffsetResult {
/**
*
* @type {Array<ConsumerGroupResetOffsetResultItem>}
* @memberof ConsumerGroupResetOffsetResult
*/
'items': Array<ConsumerGroupResetOffsetResultItem>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof ConsumerGroupResetOffsetResult
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupResetOffsetResult
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof ConsumerGroupResetOffsetResult
*/
'page'?: number;
}
export type ConsumerGroupResetOffsetResult = List & RootTypeForConsumerGroupResetOffsetResult;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -18,36 +18,13 @@ *

import { Consumer } from './consumer';
import { ConsumerGroupAllOf } from './consumer-group-all-of';
import { ConsumerGroupMetrics } from './consumer-group-metrics';
import { ConsumerGroupState } from './consumer-group-state';
import { ObjectReference } from './object-reference';
/**
* A group of Kafka consumers
* @type ConsumerGroup
* @export
* @interface ConsumerGroup
*/
export interface ConsumerGroup {
/**
* Unique identifier for the consumer group
* @type {string}
* @memberof ConsumerGroup
*/
'groupId': string;
/**
*
* @type {ConsumerGroupState}
* @memberof ConsumerGroup
*/
'state'?: ConsumerGroupState;
/**
* The list of consumers associated with this consumer group
* @type {Array<Consumer>}
* @memberof ConsumerGroup
*/
'consumers': Array<Consumer>;
/**
*
* @type {ConsumerGroupMetrics}
* @memberof ConsumerGroup
*/
'metrics'?: ConsumerGroupMetrics;
}
export type ConsumerGroup = ConsumerGroupAllOf & ObjectReference;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

@@ -0,1 +1,3 @@

export * from './aclbinding';
export * from './aclbinding-list';
export * from './acl-binding';

@@ -15,2 +17,3 @@ export * from './acl-binding-list-page';

export * from './consumer-group';
export * from './consumer-group-all-of';
export * from './consumer-group-description-order-key';

@@ -24,12 +27,22 @@ export * from './consumer-group-list';

export * from './consumer-group-state';
export * from './error-all-of';
export * from './error-list';
export * from './list';
export * from './list-deprecated';
export * from './list-deprecated-all-of';
export * from './model-error';
export * from './new-topic-input';
export * from './node';
export * from './object-reference';
export * from './offset-type';
export * from './partition';
export * from './record';
export * from './record1';
export * from './record-included-property';
export * from './record-list';
export * from './root-type-for-consumer-group-reset-offset-result';
export * from './sort-direction';
export * from './topic';
export * from './topic1';
export * from './topic-list';
export * from './topic-order-key';

@@ -36,0 +49,0 @@ export * from './topic-settings';

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -17,29 +17,11 @@ *

import { ErrorAllOf } from './error-all-of';
import { ObjectReference } from './object-reference';
/**
* General error response
* @type ModelError
* @export
* @interface ModelError
*/
export interface ModelError {
/**
*
* @type {number}
* @memberof ModelError
*/
'code'?: number;
/**
*
* @type {string}
* @memberof ModelError
*/
'error_message'?: string;
/**
*
* @type {string}
* @memberof ModelError
* @deprecated
*/
'class'?: string;
}
export type ModelError = ErrorAllOf & ObjectReference;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -26,26 +26,26 @@ *

/**
* Total number of records returned in this request. This value does not indicate the total number of records in the topic.
* @type {number}
*
* @type {Array<Record>}
* @memberof RecordList
*/
'total': number;
'items'?: Array<Record>;
/**
* Not used
* @type {number}
* Total number of records returned in this request. This value does not indicate the total number of records in the topic.
* @type {any}
* @memberof RecordList
*/
'size'?: number;
'total'?: any;
/**
* Not used
* @type {number}
* @type {any}
* @memberof RecordList
*/
'page'?: number;
'size'?: any;
/**
*
* @type {Array<Record>}
* Not used
* @type {any}
* @memberof RecordList
*/
'items': Array<Record>;
'page'?: any;
}

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -17,52 +17,11 @@ *

import { ObjectReference } from './object-reference';
import { Record1 } from './record1';
/**
* An individual record consumed from a topic or produced to a topic
* @type Record
* @export
* @interface Record
*/
export interface Record {
/**
* The record\'s partition within the topic
* @type {number}
* @memberof Record
*/
'partition'?: number;
/**
* The record\'s offset within the topic partition
* @type {number}
* @memberof Record
*/
'offset'?: number;
/**
* Timestamp associated with the record. The type is indicated by `timestampType`. When producing a record, this value will be used as the record\'s `CREATE_TIME`.
* @type {string}
* @memberof Record
*/
'timestamp'?: string;
/**
* Type of timestamp associated with the record
* @type {string}
* @memberof Record
*/
'timestampType'?: string;
/**
* Record headers, key/value pairs
* @type {{ [key: string]: string; }}
* @memberof Record
*/
'headers'?: { [key: string]: string; };
/**
* Record key
* @type {string}
* @memberof Record
*/
'key'?: string;
/**
* Record value
* @type {string}
* @memberof Record
*/
'value': string;
}
export type Record = ObjectReference & Record1;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -18,35 +18,12 @@ *

import { ConfigEntry } from './config-entry';
import { ObjectReference } from './object-reference';
import { Partition } from './partition';
import { Topic1 } from './topic1';
/**
* Kafka Topic (A feed where records are stored and published)
* @type Topic
* @export
* @interface Topic
*/
export interface Topic {
/**
* The name of the topic.
* @type {string}
* @memberof Topic
*/
'name'?: string;
/**
*
* @type {boolean}
* @memberof Topic
*/
'isInternal'?: boolean;
/**
* Partitions for this topic.
* @type {Array<Partition>}
* @memberof Topic
*/
'partitions'?: Array<Partition>;
/**
* Topic configuration entry.
* @type {Array<ConfigEntry>}
* @memberof Topic
*/
'config'?: Array<ConfigEntry>;
}
export type Topic = ObjectReference & Topic1;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

@@ -17,56 +17,12 @@ *

import { ListDeprecated } from './list-deprecated';
import { Topic } from './topic';
import { TopicList } from './topic-list';
/**
* A list of topics.
* @type TopicsList
* @export
* @interface TopicsList
*/
export interface TopicsList {
/**
*
* @type {Array<Topic>}
* @memberof TopicsList
*/
'items': Array<Topic>;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof TopicsList
*/
'total': number;
/**
* Number of entries per page (returned for fetch requests)
* @type {number}
* @memberof TopicsList
*/
'size'?: number;
/**
* Current page number (returned for fetch requests)
* @type {number}
* @memberof TopicsList
*/
'page'?: number;
/**
* Offset of the first record returned, zero-based
* @type {number}
* @memberof TopicsList
* @deprecated
*/
'offset'?: number;
/**
* Maximum number of records to return, from request
* @type {number}
* @memberof TopicsList
* @deprecated
*/
'limit'?: number;
/**
* Total number of entries in the full result set
* @type {number}
* @memberof TopicsList
* @deprecated
*/
'count'?: number;
}
export type TopicsList = ListDeprecated & TopicList;

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

*
* The version of the OpenAPI document: 0.10.0
* The version of the OpenAPI document: 0.11.0
*

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

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