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.399.2
This commit is contained in:
@@ -58,7 +58,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// The postal code of the location.
|
||||
/// </summary>
|
||||
[JsonProperty("postal_code")]
|
||||
public long PostalCode { get; set; } = default!;
|
||||
public string PostalCode { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if the country has privacy restrictions.
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// The postal code of the location.
|
||||
/// </summary>
|
||||
[JsonProperty("postal_code")]
|
||||
public long PostalCode { get; set; } = default!;
|
||||
public string PostalCode { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if the country has privacy restrictions.
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public DateTime ExpiresAt { get; set; } = default!;
|
||||
|
||||
[JsonProperty("authToken")]
|
||||
public object? AuthToken { get; set; } = null;
|
||||
public string? AuthToken { get; set; } = null;
|
||||
|
||||
[JsonProperty("newRegistration")]
|
||||
public object? NewRegistration { get; set; } = null;
|
||||
|
||||
@@ -36,9 +36,18 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Client-Identifier")]
|
||||
public string? XPlexClientIdentifier { get; set; }
|
||||
public string? ClientID { get; set; }
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Product")]
|
||||
public string? XPlexProduct { get; set; }
|
||||
public string? ClientName { get; set; }
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Device")]
|
||||
public string? DeviceName { get; set; }
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Version")]
|
||||
public string? ClientVersion { get; set; }
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Platform")]
|
||||
public string? ClientPlatform { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Client-Identifier")]
|
||||
public string? XPlexClientIdentifier { get; set; }
|
||||
public string? ClientID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Include Https entries in the results
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public DateTime ExpiresAt { get; set; } = default!;
|
||||
|
||||
[JsonProperty("authToken")]
|
||||
public object? AuthToken { get; set; } = null;
|
||||
public string? AuthToken { get; set; } = null;
|
||||
|
||||
[JsonProperty("newRegistration")]
|
||||
public object? NewRegistration { get; set; } = null;
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// The postal code of the location.
|
||||
/// </summary>
|
||||
[JsonProperty("postal_code")]
|
||||
public long PostalCode { get; set; } = default!;
|
||||
public string PostalCode { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if the country has privacy restrictions.
|
||||
|
||||
@@ -30,6 +30,6 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Client-Identifier")]
|
||||
public string? XPlexClientIdentifier { get; set; }
|
||||
public string? ClientID { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Client-Identifier")]
|
||||
public string? XPlexClientIdentifier { get; set; }
|
||||
public string? ClientID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Login credentials
|
||||
|
||||
Reference in New Issue
Block a user