From 8fc40a11487cee96d1c5ed20d8f4a6099e99c802 Mon Sep 17 00:00:00 2001 From: Red Hat Application Services CI <84090353+app-services-ci@users.noreply.github.com> Date: Fri, 18 Mar 2022 14:41:25 +0000 Subject: [PATCH] chore(all): re-generate OpenAPI client(s) (#322) Co-authored-by: app-services-ci --- packages/kafka-instance-sdk/src/generated/api.ts | 2 +- .../kafka-instance-sdk/src/generated/api/acls-api.ts | 10 +++++----- .../src/generated/api/groups-api.ts | 10 +++++----- .../src/generated/api/records-api.ts | 6 +++--- .../src/generated/api/topics-api.ts | 12 ++++++------ packages/kafka-instance-sdk/src/generated/base.ts | 2 +- packages/kafka-instance-sdk/src/generated/common.ts | 2 +- .../src/generated/configuration.ts | 2 +- packages/kafka-instance-sdk/src/generated/index.ts | 2 +- .../src/generated/model/acl-binding-list-page.ts | 2 +- .../src/generated/model/acl-binding-order-key.ts | 2 +- .../src/generated/model/acl-binding.ts | 2 +- .../src/generated/model/acl-operation-filter.ts | 2 +- .../src/generated/model/acl-operation.ts | 2 +- .../src/generated/model/acl-pattern-type-filter.ts | 2 +- .../src/generated/model/acl-pattern-type.ts | 2 +- .../generated/model/acl-permission-type-filter.ts | 2 +- .../src/generated/model/acl-permission-type.ts | 2 +- .../src/generated/model/acl-resource-type-filter.ts | 2 +- .../src/generated/model/acl-resource-type.ts | 2 +- .../src/generated/model/config-entry.ts | 2 +- .../model/consumer-group-description-order-key.ts | 2 +- .../src/generated/model/consumer-group-list.ts | 2 +- .../src/generated/model/consumer-group-metrics.ts | 2 +- .../src/generated/model/consumer-group-order-key.ts | 2 +- .../model/consumer-group-reset-offset-parameters.ts | 2 +- .../model/consumer-group-reset-offset-result-item.ts | 2 +- .../model/consumer-group-reset-offset-result.ts | 2 +- .../src/generated/model/consumer-group-state.ts | 2 +- .../src/generated/model/consumer-group.ts | 2 +- .../src/generated/model/consumer.ts | 2 +- .../src/generated/model/model-error.ts | 2 +- .../src/generated/model/new-topic-input.ts | 2 +- .../kafka-instance-sdk/src/generated/model/node.ts | 2 +- .../src/generated/model/offset-type.ts | 2 +- .../src/generated/model/partition.ts | 2 +- .../src/generated/model/record-included-property.ts | 2 +- .../src/generated/model/record-list.ts | 2 +- .../kafka-instance-sdk/src/generated/model/record.ts | 2 +- .../src/generated/model/sort-direction.ts | 2 +- .../src/generated/model/topic-order-key.ts | 2 +- .../src/generated/model/topic-settings.ts | 2 +- .../kafka-instance-sdk/src/generated/model/topic.ts | 2 +- .../src/generated/model/topics-list.ts | 2 +- .../src/generated/model/topics-to-reset-offset.ts | 2 +- 45 files changed, 60 insertions(+), 60 deletions(-) diff --git a/packages/kafka-instance-sdk/src/generated/api.ts b/packages/kafka-instance-sdk/src/generated/api.ts index ce8b438c..dbccc1f0 100644 --- a/packages/kafka-instance-sdk/src/generated/api.ts +++ b/packages/kafka-instance-sdk/src/generated/api.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/api/acls-api.ts b/packages/kafka-instance-sdk/src/generated/api/acls-api.ts index cb5404a7..7243cf9f 100644 --- a/packages/kafka-instance-sdk/src/generated/api/acls-api.ts +++ b/packages/kafka-instance-sdk/src/generated/api/acls-api.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ export const AclsApiAxiosParamCreator = function (configuration?: Configuration) createAcl: async (aclBinding: AclBinding, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'aclBinding' is not null or undefined assertParamExists('createAcl', 'aclBinding', aclBinding) - const localVarPath = `/rest/acls`; + const localVarPath = `/api/v1/acls`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -95,7 +95,7 @@ export const AclsApiAxiosParamCreator = function (configuration?: Configuration) * @throws {RequiredError} */ deleteAcls: async (resourceType?: AclResourceTypeFilter, resourceName?: string, patternType?: AclPatternTypeFilter, principal?: string, operation?: AclOperationFilter, permission?: AclPermissionTypeFilter, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/rest/acls`; + const localVarPath = `/api/v1/acls`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -153,7 +153,7 @@ export const AclsApiAxiosParamCreator = function (configuration?: Configuration) * @throws {RequiredError} */ getAclResourceOperations: async (options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/rest/acls/resource-operations`; + const localVarPath = `/api/v1/acls/resource-operations`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -197,7 +197,7 @@ export const AclsApiAxiosParamCreator = function (configuration?: Configuration) * @throws {RequiredError} */ getAcls: async (resourceType?: AclResourceTypeFilter, resourceName?: string, patternType?: AclPatternTypeFilter, principal?: string, operation?: AclOperationFilter, permission?: AclPermissionTypeFilter, page?: number, size?: number, order?: SortDirection, orderKey?: AclBindingOrderKey, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/rest/acls`; + const localVarPath = `/api/v1/acls`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; diff --git a/packages/kafka-instance-sdk/src/generated/api/groups-api.ts b/packages/kafka-instance-sdk/src/generated/api/groups-api.ts index e635d509..ada67539 100644 --- a/packages/kafka-instance-sdk/src/generated/api/groups-api.ts +++ b/packages/kafka-instance-sdk/src/generated/api/groups-api.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio deleteConsumerGroupById: async (consumerGroupId: string, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'consumerGroupId' is not null or undefined assertParamExists('deleteConsumerGroupById', 'consumerGroupId', consumerGroupId) - const localVarPath = `/rest/consumer-groups/{consumerGroupId}` + const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}` .replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -92,7 +92,7 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio getConsumerGroupById: async (consumerGroupId: string, order?: SortDirection, orderKey?: ConsumerGroupDescriptionOrderKey, partitionFilter?: number, topic?: string, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'consumerGroupId' is not null or undefined assertParamExists('getConsumerGroupById', 'consumerGroupId', consumerGroupId) - const localVarPath = `/rest/consumer-groups/{consumerGroupId}` + const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}` .replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -151,7 +151,7 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio * @throws {RequiredError} */ getConsumerGroups: async (offset?: number, limit?: number, size?: number, page?: number, topic?: string, groupIdFilter?: string, order?: SortDirection, orderKey?: ConsumerGroupOrderKey, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/rest/consumer-groups`; + const localVarPath = `/api/v1/consumer-groups`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -223,7 +223,7 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio assertParamExists('resetConsumerGroupOffset', 'consumerGroupId', consumerGroupId) // verify required parameter 'consumerGroupResetOffsetParameters' is not null or undefined assertParamExists('resetConsumerGroupOffset', 'consumerGroupResetOffsetParameters', consumerGroupResetOffsetParameters) - const localVarPath = `/rest/consumer-groups/{consumerGroupId}/reset-offset` + const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}/reset-offset` .replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); diff --git a/packages/kafka-instance-sdk/src/generated/api/records-api.ts b/packages/kafka-instance-sdk/src/generated/api/records-api.ts index 56f53c41..127d3693 100644 --- a/packages/kafka-instance-sdk/src/generated/api/records-api.ts +++ b/packages/kafka-instance-sdk/src/generated/api/records-api.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -47,7 +47,7 @@ export const RecordsApiAxiosParamCreator = function (configuration?: Configurati consumeRecords: async (topicName: string, include?: Array, limit?: number, offset?: number, partition?: number, timestamp?: any, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'topicName' is not null or undefined assertParamExists('consumeRecords', 'topicName', topicName) - const localVarPath = `/rest/topics/{topicName}/records` + const localVarPath = `/api/v1/topics/{topicName}/records` .replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -108,7 +108,7 @@ export const RecordsApiAxiosParamCreator = function (configuration?: Configurati assertParamExists('produceRecord', 'topicName', topicName) // verify required parameter 'record' is not null or undefined assertParamExists('produceRecord', 'record', record) - const localVarPath = `/rest/topics/{topicName}/records` + const localVarPath = `/api/v1/topics/{topicName}/records` .replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); diff --git a/packages/kafka-instance-sdk/src/generated/api/topics-api.ts b/packages/kafka-instance-sdk/src/generated/api/topics-api.ts index 207a79a5..fbeabc4a 100644 --- a/packages/kafka-instance-sdk/src/generated/api/topics-api.ts +++ b/packages/kafka-instance-sdk/src/generated/api/topics-api.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -48,7 +48,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio createTopic: async (newTopicInput: NewTopicInput, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'newTopicInput' is not null or undefined assertParamExists('createTopic', 'newTopicInput', newTopicInput) - const localVarPath = `/rest/topics`; + const localVarPath = `/api/v1/topics`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -88,7 +88,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio deleteTopic: async (topicName: string, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'topicName' is not null or undefined assertParamExists('deleteTopic', 'topicName', topicName) - const localVarPath = `/rest/topics/{topicName}` + const localVarPath = `/api/v1/topics/{topicName}` .replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -126,7 +126,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio getTopic: async (topicName: string, options: AxiosRequestConfig = {}): Promise => { // verify required parameter 'topicName' is not null or undefined assertParamExists('getTopic', 'topicName', topicName) - const localVarPath = `/rest/topics/{topicName}` + const localVarPath = `/api/v1/topics/{topicName}` .replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -168,7 +168,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio * @throws {RequiredError} */ getTopics: async (offset?: number, limit?: number, size?: number, filter?: string, page?: number, order?: SortDirection, orderKey?: TopicOrderKey, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/rest/topics`; + const localVarPath = `/api/v1/topics`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); let baseOptions; @@ -236,7 +236,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio assertParamExists('updateTopic', 'topicName', topicName) // verify required parameter 'topicSettings' is not null or undefined assertParamExists('updateTopic', 'topicSettings', topicSettings) - const localVarPath = `/rest/topics/{topicName}` + const localVarPath = `/api/v1/topics/{topicName}` .replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); diff --git a/packages/kafka-instance-sdk/src/generated/base.ts b/packages/kafka-instance-sdk/src/generated/base.ts index f01cabca..d9fedad0 100644 --- a/packages/kafka-instance-sdk/src/generated/base.ts +++ b/packages/kafka-instance-sdk/src/generated/base.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/common.ts b/packages/kafka-instance-sdk/src/generated/common.ts index 638533ba..d77e919e 100644 --- a/packages/kafka-instance-sdk/src/generated/common.ts +++ b/packages/kafka-instance-sdk/src/generated/common.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/configuration.ts b/packages/kafka-instance-sdk/src/generated/configuration.ts index b6348061..f0f1d75a 100644 --- a/packages/kafka-instance-sdk/src/generated/configuration.ts +++ b/packages/kafka-instance-sdk/src/generated/configuration.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/index.ts b/packages/kafka-instance-sdk/src/generated/index.ts index 37e2977c..8b80753d 100644 --- a/packages/kafka-instance-sdk/src/generated/index.ts +++ b/packages/kafka-instance-sdk/src/generated/index.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-binding-list-page.ts b/packages/kafka-instance-sdk/src/generated/model/acl-binding-list-page.ts index 5c035a43..8a6b8175 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-binding-list-page.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-binding-list-page.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-binding-order-key.ts b/packages/kafka-instance-sdk/src/generated/model/acl-binding-order-key.ts index 7de4b448..586210f9 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-binding-order-key.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-binding-order-key.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-binding.ts b/packages/kafka-instance-sdk/src/generated/model/acl-binding.ts index 8213f543..ee8fe76b 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-binding.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-binding.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-operation-filter.ts b/packages/kafka-instance-sdk/src/generated/model/acl-operation-filter.ts index 9be7bde1..47d5de8f 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-operation-filter.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-operation-filter.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-operation.ts b/packages/kafka-instance-sdk/src/generated/model/acl-operation.ts index daa5b6bc..0b435f54 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-operation.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-operation.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type-filter.ts b/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type-filter.ts index ffb8707c..0c9cbdb7 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type-filter.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type-filter.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type.ts b/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type.ts index 54abb057..031680d4 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-pattern-type.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-permission-type-filter.ts b/packages/kafka-instance-sdk/src/generated/model/acl-permission-type-filter.ts index 9b00f798..4a965ef2 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-permission-type-filter.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-permission-type-filter.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-permission-type.ts b/packages/kafka-instance-sdk/src/generated/model/acl-permission-type.ts index d6735181..a7b27663 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-permission-type.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-permission-type.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-resource-type-filter.ts b/packages/kafka-instance-sdk/src/generated/model/acl-resource-type-filter.ts index d9786b05..3666b708 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-resource-type-filter.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-resource-type-filter.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/acl-resource-type.ts b/packages/kafka-instance-sdk/src/generated/model/acl-resource-type.ts index ffa1ab16..f22a4080 100644 --- a/packages/kafka-instance-sdk/src/generated/model/acl-resource-type.ts +++ b/packages/kafka-instance-sdk/src/generated/model/acl-resource-type.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/config-entry.ts b/packages/kafka-instance-sdk/src/generated/model/config-entry.ts index 029a3543..efefcdae 100644 --- a/packages/kafka-instance-sdk/src/generated/model/config-entry.ts +++ b/packages/kafka-instance-sdk/src/generated/model/config-entry.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-description-order-key.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-description-order-key.ts index 697b179d..0b3e0efe 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-description-order-key.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-description-order-key.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-list.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-list.ts index 1a99783b..66b1d0f1 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-list.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-list.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-metrics.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-metrics.ts index 36c141a1..88d02ff9 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-metrics.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-metrics.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-order-key.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-order-key.ts index 427291aa..c41cc737 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-order-key.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-order-key.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-parameters.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-parameters.ts index 7fcc1dd3..71171ef1 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-parameters.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-parameters.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result-item.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result-item.ts index cda08582..b4216654 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result-item.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result-item.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result.ts index 1af9734e..245bdce7 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-reset-offset-result.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group-state.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group-state.ts index 22d1e8b1..6672bb85 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group-state.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group-state.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer-group.ts b/packages/kafka-instance-sdk/src/generated/model/consumer-group.ts index 502079ad..0b084ff2 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer-group.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer-group.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/consumer.ts b/packages/kafka-instance-sdk/src/generated/model/consumer.ts index f5e3e923..176dc4d6 100644 --- a/packages/kafka-instance-sdk/src/generated/model/consumer.ts +++ b/packages/kafka-instance-sdk/src/generated/model/consumer.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/model-error.ts b/packages/kafka-instance-sdk/src/generated/model/model-error.ts index 88af2c44..a7a5ee4b 100644 --- a/packages/kafka-instance-sdk/src/generated/model/model-error.ts +++ b/packages/kafka-instance-sdk/src/generated/model/model-error.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/new-topic-input.ts b/packages/kafka-instance-sdk/src/generated/model/new-topic-input.ts index d6accd2c..a599f8af 100644 --- a/packages/kafka-instance-sdk/src/generated/model/new-topic-input.ts +++ b/packages/kafka-instance-sdk/src/generated/model/new-topic-input.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/node.ts b/packages/kafka-instance-sdk/src/generated/model/node.ts index 52b8f520..63f2b744 100644 --- a/packages/kafka-instance-sdk/src/generated/model/node.ts +++ b/packages/kafka-instance-sdk/src/generated/model/node.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/offset-type.ts b/packages/kafka-instance-sdk/src/generated/model/offset-type.ts index 340b75b2..c8f39516 100644 --- a/packages/kafka-instance-sdk/src/generated/model/offset-type.ts +++ b/packages/kafka-instance-sdk/src/generated/model/offset-type.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/partition.ts b/packages/kafka-instance-sdk/src/generated/model/partition.ts index bba45988..464b1e4b 100644 --- a/packages/kafka-instance-sdk/src/generated/model/partition.ts +++ b/packages/kafka-instance-sdk/src/generated/model/partition.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/record-included-property.ts b/packages/kafka-instance-sdk/src/generated/model/record-included-property.ts index f4949011..b8247ea4 100644 --- a/packages/kafka-instance-sdk/src/generated/model/record-included-property.ts +++ b/packages/kafka-instance-sdk/src/generated/model/record-included-property.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/record-list.ts b/packages/kafka-instance-sdk/src/generated/model/record-list.ts index 5256e986..23d18a67 100644 --- a/packages/kafka-instance-sdk/src/generated/model/record-list.ts +++ b/packages/kafka-instance-sdk/src/generated/model/record-list.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/record.ts b/packages/kafka-instance-sdk/src/generated/model/record.ts index 49a5db98..aba5d9f9 100644 --- a/packages/kafka-instance-sdk/src/generated/model/record.ts +++ b/packages/kafka-instance-sdk/src/generated/model/record.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/sort-direction.ts b/packages/kafka-instance-sdk/src/generated/model/sort-direction.ts index fe278929..9f4f595c 100644 --- a/packages/kafka-instance-sdk/src/generated/model/sort-direction.ts +++ b/packages/kafka-instance-sdk/src/generated/model/sort-direction.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/topic-order-key.ts b/packages/kafka-instance-sdk/src/generated/model/topic-order-key.ts index 86dcf06c..f4228b10 100644 --- a/packages/kafka-instance-sdk/src/generated/model/topic-order-key.ts +++ b/packages/kafka-instance-sdk/src/generated/model/topic-order-key.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/topic-settings.ts b/packages/kafka-instance-sdk/src/generated/model/topic-settings.ts index c25c11d7..134cf57e 100644 --- a/packages/kafka-instance-sdk/src/generated/model/topic-settings.ts +++ b/packages/kafka-instance-sdk/src/generated/model/topic-settings.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/topic.ts b/packages/kafka-instance-sdk/src/generated/model/topic.ts index 5e167d07..b3f809ab 100644 --- a/packages/kafka-instance-sdk/src/generated/model/topic.ts +++ b/packages/kafka-instance-sdk/src/generated/model/topic.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/topics-list.ts b/packages/kafka-instance-sdk/src/generated/model/topics-list.ts index 0d08fd0a..0589880e 100644 --- a/packages/kafka-instance-sdk/src/generated/model/topics-list.ts +++ b/packages/kafka-instance-sdk/src/generated/model/topics-list.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/kafka-instance-sdk/src/generated/model/topics-to-reset-offset.ts b/packages/kafka-instance-sdk/src/generated/model/topics-to-reset-offset.ts index 498619dc..42ec6a45 100644 --- a/packages/kafka-instance-sdk/src/generated/model/topics-to-reset-offset.ts +++ b/packages/kafka-instance-sdk/src/generated/model/topics-to-reset-offset.ts @@ -4,7 +4,7 @@ * Kafka Admin REST API * An API to provide REST endpoints for query Kafka for admin operations * - * The version of the OpenAPI document: 0.7.1-SNAPSHOT + * The version of the OpenAPI document: 0.8.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).