diff --git a/src/gen/openapi-types.ts b/src/gen/openapi-types.ts
index 808906a..143ec5b 100644
--- a/src/gen/openapi-types.ts
+++ b/src/gen/openapi-types.ts
@@ -1895,6 +1895,8 @@ export interface components {
       username: components["schemas"]["UserName"];
       /** @description Indicate if this User is a verified Twitter User. */
       verified?: boolean;
+      /** @description Indicates the type of verification for the Twitter account. */
+      verified_type?: "blue" | "business" | "government" | "none";
       withheld?: components["schemas"]["UserWithheld"];
     };
     /** @description User compliance data. */
@@ -2329,6 +2331,7 @@ export interface components {
       | "url"
       | "username"
       | "verified"
+      | "verified_type"
       | "withheld"
     )[];
   };