mcp-aiven 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19124,7 +19124,7 @@ export interface components {
19124
19124
  * @description Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. Deprecated in Kafka 4.0+: this configuration is removed and any supplied value will be ignored; for services upgraded to 4.0+, the returned value may be 'None'.
19125
19125
  * @enum {string}
19126
19126
  */
19127
- message_format_version?: "0.8.0" | "0.8.1" | "0.8.2" | "0.9.0" | "0.10.0" | "0.10.0-IV0" | "0.10.0-IV1" | "0.10.1" | "0.10.1-IV0" | "0.10.1-IV1" | "0.10.1-IV2" | "0.10.2" | "0.10.2-IV0" | "0.11.0" | "0.11.0-IV0" | "0.11.0-IV1" | "0.11.0-IV2" | "1.0" | "1.0-IV0" | "1.1" | "1.1-IV0" | "2.0" | "2.0-IV0" | "2.0-IV1" | "2.1" | "2.1-IV0" | "2.1-IV1" | "2.1-IV2" | "2.2" | "2.2-IV0" | "2.2-IV1" | "2.3" | "2.3-IV0" | "2.3-IV1" | "2.4" | "2.4-IV0" | "2.4-IV1" | "2.5" | "2.5-IV0" | "2.6" | "2.6-IV0" | "2.7" | "2.7-IV0" | "2.7-IV1" | "2.7-IV2" | "2.8" | "2.8-IV0" | "2.8-IV1" | "3.0" | "3.0-IV0" | "3.0-IV1" | "3.1" | "3.1-IV0" | "3.2" | "3.2-IV0" | "3.3" | "3.3-IV0" | "3.3-IV1" | "3.3-IV2" | "3.3-IV3" | "3.4" | "3.4-IV0" | "3.5" | "3.5-IV0" | "3.5-IV1" | "3.5-IV2" | "3.6" | "3.6-IV0" | "3.6-IV1" | "3.6-IV2" | "3.7" | "3.7-IV0" | "3.7-IV1" | "3.7-IV2" | "3.7-IV3" | "3.7-IV4" | "3.8" | "3.8-IV0" | "3.9" | "3.9-IV0" | "3.9-IV1" | "4.0" | "4.0-IV0" | "4.1" | "4.1-IV0";
19127
+ message_format_version?: "0.8.0" | "0.8.1" | "0.8.2" | "0.9.0" | "0.10.0" | "0.10.0-IV0" | "0.10.0-IV1" | "0.10.1" | "0.10.1-IV0" | "0.10.1-IV1" | "0.10.1-IV2" | "0.10.2" | "0.10.2-IV0" | "0.11.0" | "0.11.0-IV0" | "0.11.0-IV1" | "0.11.0-IV2" | "1.0" | "1.0-IV0" | "1.1" | "1.1-IV0" | "2.0" | "2.0-IV0" | "2.0-IV1" | "2.1" | "2.1-IV0" | "2.1-IV1" | "2.1-IV2" | "2.2" | "2.2-IV0" | "2.2-IV1" | "2.3" | "2.3-IV0" | "2.3-IV1" | "2.4" | "2.4-IV0" | "2.4-IV1" | "2.5" | "2.5-IV0" | "2.6" | "2.6-IV0" | "2.7" | "2.7-IV0" | "2.7-IV1" | "2.7-IV2" | "2.8" | "2.8-IV0" | "2.8-IV1" | "3.0" | "3.0-IV0" | "3.0-IV1" | "3.1" | "3.1-IV0" | "3.2" | "3.2-IV0" | "3.3" | "3.3-IV0" | "3.3-IV1" | "3.3-IV2" | "3.3-IV3" | "3.4" | "3.4-IV0" | "3.5" | "3.5-IV0" | "3.5-IV1" | "3.5-IV2" | "3.6" | "3.6-IV0" | "3.6-IV1" | "3.6-IV2" | "3.7" | "3.7-IV0" | "3.7-IV1" | "3.7-IV2" | "3.7-IV3" | "3.7-IV4" | "3.8" | "3.8-IV0" | "3.9" | "3.9-IV0" | "3.9-IV1" | "4.0" | "4.0-IV0" | "4.1" | "4.1-IV0" | "4.2" | "4.2-IV0";
19128
19128
  /**
19129
19129
  * message.timestamp.after.max.ms
19130
19130
  * @description The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp.
@@ -19637,7 +19637,7 @@ export interface components {
19637
19637
  * @description Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. Deprecated in Kafka 4.0+: this configuration is removed and any supplied value will be ignored; for services upgraded to 4.0+, the returned value may be 'None'.
19638
19638
  * @enum {string}
19639
19639
  */
19640
- value: "0.8.0" | "0.8.1" | "0.8.2" | "0.9.0" | "0.10.0" | "0.10.0-IV0" | "0.10.0-IV1" | "0.10.1" | "0.10.1-IV0" | "0.10.1-IV1" | "0.10.1-IV2" | "0.10.2" | "0.10.2-IV0" | "0.11.0" | "0.11.0-IV0" | "0.11.0-IV1" | "0.11.0-IV2" | "1.0" | "1.0-IV0" | "1.1" | "1.1-IV0" | "2.0" | "2.0-IV0" | "2.0-IV1" | "2.1" | "2.1-IV0" | "2.1-IV1" | "2.1-IV2" | "2.2" | "2.2-IV0" | "2.2-IV1" | "2.3" | "2.3-IV0" | "2.3-IV1" | "2.4" | "2.4-IV0" | "2.4-IV1" | "2.5" | "2.5-IV0" | "2.6" | "2.6-IV0" | "2.7" | "2.7-IV0" | "2.7-IV1" | "2.7-IV2" | "2.8" | "2.8-IV0" | "2.8-IV1" | "3.0" | "3.0-IV0" | "3.0-IV1" | "3.1" | "3.1-IV0" | "3.2" | "3.2-IV0" | "3.3" | "3.3-IV0" | "3.3-IV1" | "3.3-IV2" | "3.3-IV3" | "3.4" | "3.4-IV0" | "3.5" | "3.5-IV0" | "3.5-IV1" | "3.5-IV2" | "3.6" | "3.6-IV0" | "3.6-IV1" | "3.6-IV2" | "3.7" | "3.7-IV0" | "3.7-IV1" | "3.7-IV2" | "3.7-IV3" | "3.7-IV4" | "3.8" | "3.8-IV0" | "3.9" | "3.9-IV0" | "3.9-IV1" | "4.0" | "4.0-IV0" | "4.1" | "4.1-IV0" | "None";
19640
+ value: "0.8.0" | "0.8.1" | "0.8.2" | "0.9.0" | "0.10.0" | "0.10.0-IV0" | "0.10.0-IV1" | "0.10.1" | "0.10.1-IV0" | "0.10.1-IV1" | "0.10.1-IV2" | "0.10.2" | "0.10.2-IV0" | "0.11.0" | "0.11.0-IV0" | "0.11.0-IV1" | "0.11.0-IV2" | "1.0" | "1.0-IV0" | "1.1" | "1.1-IV0" | "2.0" | "2.0-IV0" | "2.0-IV1" | "2.1" | "2.1-IV0" | "2.1-IV1" | "2.1-IV2" | "2.2" | "2.2-IV0" | "2.2-IV1" | "2.3" | "2.3-IV0" | "2.3-IV1" | "2.4" | "2.4-IV0" | "2.4-IV1" | "2.5" | "2.5-IV0" | "2.6" | "2.6-IV0" | "2.7" | "2.7-IV0" | "2.7-IV1" | "2.7-IV2" | "2.8" | "2.8-IV0" | "2.8-IV1" | "3.0" | "3.0-IV0" | "3.0-IV1" | "3.1" | "3.1-IV0" | "3.2" | "3.2-IV0" | "3.3" | "3.3-IV0" | "3.3-IV1" | "3.3-IV2" | "3.3-IV3" | "3.4" | "3.4-IV0" | "3.5" | "3.5-IV0" | "3.5-IV1" | "3.5-IV2" | "3.6" | "3.6-IV0" | "3.6-IV1" | "3.6-IV2" | "3.7" | "3.7-IV0" | "3.7-IV1" | "3.7-IV2" | "3.7-IV3" | "3.7-IV4" | "3.8" | "3.8-IV0" | "3.9" | "3.9-IV0" | "3.9-IV1" | "4.0" | "4.0-IV0" | "4.1" | "4.1-IV0" | "4.2" | "4.2-IV0" | "None";
19641
19641
  };
19642
19642
  /** @description message.timestamp.after.max.ms value, source and synonyms */
19643
19643
  message_timestamp_after_max_ms?: {
@@ -20334,7 +20334,7 @@ export interface components {
20334
20334
  * @description Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. Deprecated in Kafka 4.0+: this configuration is removed and any supplied value will be ignored; for services upgraded to 4.0+, the returned value may be 'None'.
20335
20335
  * @enum {string}
20336
20336
  */
20337
- message_format_version?: "0.8.0" | "0.8.1" | "0.8.2" | "0.9.0" | "0.10.0" | "0.10.0-IV0" | "0.10.0-IV1" | "0.10.1" | "0.10.1-IV0" | "0.10.1-IV1" | "0.10.1-IV2" | "0.10.2" | "0.10.2-IV0" | "0.11.0" | "0.11.0-IV0" | "0.11.0-IV1" | "0.11.0-IV2" | "1.0" | "1.0-IV0" | "1.1" | "1.1-IV0" | "2.0" | "2.0-IV0" | "2.0-IV1" | "2.1" | "2.1-IV0" | "2.1-IV1" | "2.1-IV2" | "2.2" | "2.2-IV0" | "2.2-IV1" | "2.3" | "2.3-IV0" | "2.3-IV1" | "2.4" | "2.4-IV0" | "2.4-IV1" | "2.5" | "2.5-IV0" | "2.6" | "2.6-IV0" | "2.7" | "2.7-IV0" | "2.7-IV1" | "2.7-IV2" | "2.8" | "2.8-IV0" | "2.8-IV1" | "3.0" | "3.0-IV0" | "3.0-IV1" | "3.1" | "3.1-IV0" | "3.2" | "3.2-IV0" | "3.3" | "3.3-IV0" | "3.3-IV1" | "3.3-IV2" | "3.3-IV3" | "3.4" | "3.4-IV0" | "3.5" | "3.5-IV0" | "3.5-IV1" | "3.5-IV2" | "3.6" | "3.6-IV0" | "3.6-IV1" | "3.6-IV2" | "3.7" | "3.7-IV0" | "3.7-IV1" | "3.7-IV2" | "3.7-IV3" | "3.7-IV4" | "3.8" | "3.8-IV0" | "3.9" | "3.9-IV0" | "3.9-IV1" | "4.0" | "4.0-IV0" | "4.1" | "4.1-IV0";
20337
+ message_format_version?: "0.8.0" | "0.8.1" | "0.8.2" | "0.9.0" | "0.10.0" | "0.10.0-IV0" | "0.10.0-IV1" | "0.10.1" | "0.10.1-IV0" | "0.10.1-IV1" | "0.10.1-IV2" | "0.10.2" | "0.10.2-IV0" | "0.11.0" | "0.11.0-IV0" | "0.11.0-IV1" | "0.11.0-IV2" | "1.0" | "1.0-IV0" | "1.1" | "1.1-IV0" | "2.0" | "2.0-IV0" | "2.0-IV1" | "2.1" | "2.1-IV0" | "2.1-IV1" | "2.1-IV2" | "2.2" | "2.2-IV0" | "2.2-IV1" | "2.3" | "2.3-IV0" | "2.3-IV1" | "2.4" | "2.4-IV0" | "2.4-IV1" | "2.5" | "2.5-IV0" | "2.6" | "2.6-IV0" | "2.7" | "2.7-IV0" | "2.7-IV1" | "2.7-IV2" | "2.8" | "2.8-IV0" | "2.8-IV1" | "3.0" | "3.0-IV0" | "3.0-IV1" | "3.1" | "3.1-IV0" | "3.2" | "3.2-IV0" | "3.3" | "3.3-IV0" | "3.3-IV1" | "3.3-IV2" | "3.3-IV3" | "3.4" | "3.4-IV0" | "3.5" | "3.5-IV0" | "3.5-IV1" | "3.5-IV2" | "3.6" | "3.6-IV0" | "3.6-IV1" | "3.6-IV2" | "3.7" | "3.7-IV0" | "3.7-IV1" | "3.7-IV2" | "3.7-IV3" | "3.7-IV4" | "3.8" | "3.8-IV0" | "3.9" | "3.9-IV0" | "3.9-IV1" | "4.0" | "4.0-IV0" | "4.1" | "4.1-IV0" | "4.2" | "4.2-IV0";
20338
20338
  /**
20339
20339
  * message.timestamp.after.max.ms
20340
20340
  * @description The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp.
@@ -31458,6 +31458,10 @@ export interface components {
31458
31458
  ticket_id: string;
31459
31459
  /** @description Upgrade step ID */
31460
31460
  step_id: "550e8400-e29b-41d4-a716-446655440000";
31461
+ /** @description Pagination cursor */
31462
+ upgradepipelinesteplist_cursor: string;
31463
+ /** @description Limit results to this number */
31464
+ upgradepipelinesteplist_limit: number;
31461
31465
  /** @description ID of the organization's user */
31462
31466
  member_user_id: string;
31463
31467
  /** @description Include application users in the response. Defaults to true. */
@@ -49278,7 +49282,12 @@ export interface operations {
49278
49282
  };
49279
49283
  UpgradePipelineStepList: {
49280
49284
  parameters: {
49281
- query?: never;
49285
+ query?: {
49286
+ /** @description Pagination cursor */
49287
+ cursor?: components["parameters"]["upgradepipelinesteplist_cursor"];
49288
+ /** @description Limit results to this number */
49289
+ limit?: components["parameters"]["upgradepipelinesteplist_limit"];
49290
+ };
49282
49291
  header?: never;
49283
49292
  path: {
49284
49293
  /** @description ID of an organization */