Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/libs/DeepInfra/Generated/DeepInfra.Models.Me.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,18 @@ public sealed partial class Me
[global::System.Text.Json.Serialization.JsonPropertyName("google_linked")]
public bool? GoogleLinked { get; set; }

/// <summary>
/// Default Value: false
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("mfa_enabled")]
public bool? MfaEnabled { get; set; }

/// <summary>
/// Default Value: false
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("mfa_available")]
public bool? MfaAvailable { get; set; }

/// <summary>
/// Frontend should route the user into the post-signup account-details form<br/>
/// Default Value: false
Expand Down Expand Up @@ -264,6 +276,12 @@ public sealed partial class Me
/// Whether a Google account is linked<br/>
/// Default Value: false
/// </param>
/// <param name="mfaEnabled">
/// Default Value: false
/// </param>
/// <param name="mfaAvailable">
/// Default Value: false
/// </param>
/// <param name="showSignupForm">
/// Frontend should route the user into the post-signup account-details form<br/>
/// Default Value: false
Expand Down Expand Up @@ -299,6 +317,8 @@ public Me(
bool? isTeamUpgradeEnabled,
global::DeepInfra.MeVercelConnection? vercelConnection,
bool? googleLinked,
bool? mfaEnabled,
bool? mfaAvailable,
bool? showSignupForm,
global::DeepInfra.Checklist? checklist)
{
Expand Down Expand Up @@ -328,6 +348,8 @@ public Me(
this.IsTeamUpgradeEnabled = isTeamUpgradeEnabled;
this.VercelConnection = vercelConnection;
this.GoogleLinked = googleLinked;
this.MfaEnabled = mfaEnabled;
this.MfaAvailable = mfaAvailable;
this.ShowSignupForm = showSignupForm;
this.Checklist = checklist;
}
Expand Down
2 changes: 1 addition & 1 deletion src/libs/DeepInfra/openapi.json

Large diffs are not rendered by default.