diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.Me.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.Me.g.cs
index eb0ebde..c54d075 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.Models.Me.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.Me.g.cs
@@ -21,6 +21,13 @@ public sealed partial class Me
[global::System.Text.Json.Serialization.JsonPropertyName("email")]
public string? Email { get; set; }
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("email_verified")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required bool EmailVerified { get; set; }
+
///
/// Name that is used to identifythe account on the website
///
diff --git a/src/libs/DeepInfra/openapi.yaml b/src/libs/DeepInfra/openapi.yaml
index d216428..132c15f 100644
--- a/src/libs/DeepInfra/openapi.yaml
+++ b/src/libs/DeepInfra/openapi.yaml
@@ -3212,6 +3212,7 @@ components:
title: Me
required:
- uid
+ - email_verified
- display_name
- provider
- is_admin
@@ -3227,6 +3228,9 @@ components:
email:
title: Email
type: string
+ email_verified:
+ title: Email Verified
+ type: boolean
display_name:
title: Display Name
type: string