mcp-aiven 1.2.0 → 1.3.3

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.
@@ -313,7 +313,10 @@ export interface paths {
313
313
  };
314
314
  get?: never;
315
315
  put?: never;
316
- /** Confirm account team invite */
316
+ /**
317
+ * Confirm account team invite
318
+ * @deprecated
319
+ */
317
320
  post: operations["AccountTeamMemberVerifyInvite"];
318
321
  delete?: never;
319
322
  options?: never;
@@ -8952,7 +8955,7 @@ export interface components {
8952
8955
  city: string;
8953
8956
  /** @description Country Code */
8954
8957
  country_code: string;
8955
- /** @description Name of a company */
8958
+ /** @description Name */
8956
8959
  name: string;
8957
8960
  /** @description State */
8958
8961
  state?: string;
@@ -9053,7 +9056,7 @@ export interface components {
9053
9056
  city?: string;
9054
9057
  /** @description Country Code */
9055
9058
  country_code?: string;
9056
- /** @description Name of a company */
9059
+ /** @description Name */
9057
9060
  name?: string;
9058
9061
  /** @description State */
9059
9062
  state?: string;
@@ -14884,6 +14887,11 @@ export interface components {
14884
14887
  /** @description Principal */
14885
14888
  principal: string;
14886
14889
  };
14890
+ /** @description CMKAccessorsAzure */
14891
+ azure: {
14892
+ /** @description Application ID */
14893
+ app_id: string;
14894
+ };
14887
14895
  /** @description CMKAccessorsGCP */
14888
14896
  gcp: {
14889
14897
  /** @description Access Group */
@@ -14909,7 +14917,7 @@ export interface components {
14909
14917
  * @description CMK provider
14910
14918
  * @enum {string}
14911
14919
  */
14912
- provider: "aws" | "gcp" | "oci";
14920
+ provider: "aws" | "azure" | "gcp" | "oci";
14913
14921
  /** @description Resource name */
14914
14922
  resource: string;
14915
14923
  };
@@ -14930,7 +14938,7 @@ export interface components {
14930
14938
  * @description CMK provider
14931
14939
  * @enum {string}
14932
14940
  */
14933
- provider: "aws" | "gcp" | "oci";
14941
+ provider: "aws" | "azure" | "gcp" | "oci";
14934
14942
  /** @description Resource name */
14935
14943
  resource: string;
14936
14944
  /**