Skip to content

Commit 835dad4

Browse files
fix(kafka-mgmt/v1): update for kafka-mgmt/v1 SDK (#575)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 1f8cc1a commit 835dad4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+55
-53
lines changed

.openapi/kas-fleet-manager.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0 # need this as first line to allow some IDEs to know this is an o
22
# All endpoints defined here will be discoverable by all users. If there is a need to keep some endpoints "private", add them to the "managed-services-api-private.yaml" file
33
info:
44
title: Kafka Management API
5-
version: 1.12.0
5+
version: 1.13.0
66
description: Kafka Management API is a REST API to manage Kafka instances
77
license:
88
name: 'Apache 2.0'
@@ -1240,8 +1240,9 @@ components:
12401240
description: 'Quota consumed by this Kafka instance size.'
12411241
type: integer
12421242
quota_type:
1243-
description: 'Quota type used by this Kafka instance size.'
1243+
description: 'Quota type used by this Kafka instance size. This is now deprecated, please refer to supported_billing_models at instance-type level instead.'
12441244
type: string
1245+
deprecated: true
12451246
capacity_consumed:
12461247
description: 'Data plane cluster capacity consumed by this Kafka instance size.'
12471248
type: integer

packages/kafka-management-sdk/src/generated/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/api/default-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/api/errors-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/api/security-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-management-sdk/src/generated/model/cloud-provider-list-all-of.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kafka Management API
55
* Kafka Management API is a REST API to manage Kafka instances
66
*
7-
* The version of the OpenAPI document: 1.12.0
7+
* The version of the OpenAPI document: 1.13.0
88
* Contact: rhosak-support@redhat.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)