mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.392.1
This commit is contained in:
@@ -60,19 +60,19 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("updatedAt")]
|
||||
public int? UpdatedAt { get; set; }
|
||||
public long? UpdatedAt { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("createdAt")]
|
||||
public int? CreatedAt { get; set; }
|
||||
public long? CreatedAt { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("scannedAt")]
|
||||
public int? ScannedAt { get; set; }
|
||||
public long? ScannedAt { get; set; }
|
||||
|
||||
[JsonProperty("content")]
|
||||
public bool? Content { get; set; }
|
||||
|
||||
@@ -136,10 +136,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public int Id { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Unix epoch datetime the account joined Plex
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("joinedAt")]
|
||||
public int JoinedAt { get; set; } = default!;
|
||||
public long JoinedAt { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// The account locale
|
||||
@@ -182,10 +182,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public bool? Protected { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Unix epoch datetime the authtoken expires
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("rememberExpiresAt")]
|
||||
public int RememberExpiresAt { get; set; } = default!;
|
||||
public long RememberExpiresAt { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// If the account is a Plex Home managed user
|
||||
|
||||
@@ -23,10 +23,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public string? Mode { get; set; }
|
||||
|
||||
[JsonProperty("renewsAt", NullValueHandling = NullValueHandling.Include)]
|
||||
public int? RenewsAt { get; set; }
|
||||
public long? RenewsAt { get; set; }
|
||||
|
||||
[JsonProperty("endsAt", NullValueHandling = NullValueHandling.Include)]
|
||||
public int? EndsAt { get; set; }
|
||||
public long? EndsAt { get; set; }
|
||||
|
||||
[JsonProperty("canceled")]
|
||||
public bool? Canceled { get; set; } = false;
|
||||
|
||||
@@ -25,5 +25,8 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
|
||||
[SpeakeasyMetadata("form:name=rememberMe")]
|
||||
public bool? RememberMe { get; set; } = false;
|
||||
|
||||
[SpeakeasyMetadata("form:name=verificationCode")]
|
||||
public string? VerificationCode { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -136,10 +136,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public int Id { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Unix epoch datetime the account joined Plex
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("joinedAt")]
|
||||
public int JoinedAt { get; set; } = default!;
|
||||
public long JoinedAt { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// The account locale
|
||||
@@ -182,10 +182,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public bool? Protected { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Unix epoch datetime the authtoken expires
|
||||
/// Unix epoch datetime
|
||||
/// </summary>
|
||||
[JsonProperty("rememberExpiresAt")]
|
||||
public int RememberExpiresAt { get; set; } = default!;
|
||||
public long RememberExpiresAt { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// If the account is a Plex Home managed user
|
||||
|
||||
Reference in New Issue
Block a user