ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.148.0

This commit is contained in:
speakeasybot
2024-01-22 17:16:35 +00:00
parent 0c390dec3b
commit 6812a51128
285 changed files with 5715 additions and 930 deletions

View File

@@ -28,7 +28,7 @@ namespace PlexAPI.Models.Requests
public double? Progress { get; set; }
[JsonProperty("size")]
public double? Size { get; set; }
public int? Size { get; set; }
[JsonProperty("speed")]
public double? Speed { get; set; }
@@ -37,7 +37,10 @@ namespace PlexAPI.Models.Requests
public bool? Error { get; set; }
[JsonProperty("duration")]
public double? Duration { get; set; }
public int? Duration { get; set; }
[JsonProperty("remaining")]
public int? Remaining { get; set; }
[JsonProperty("context")]
public string? Context { get; set; }
@@ -54,6 +57,9 @@ namespace PlexAPI.Models.Requests
[JsonProperty("audioDecision")]
public string? AudioDecision { get; set; }
[JsonProperty("subtitleDecision")]
public string? SubtitleDecision { get; set; }
[JsonProperty("protocol")]
public string? Protocol { get; set; }
@@ -67,7 +73,7 @@ namespace PlexAPI.Models.Requests
public string? AudioCodec { get; set; }
[JsonProperty("audioChannels")]
public double? AudioChannels { get; set; }
public int? AudioChannels { get; set; }
[JsonProperty("transcodeHwRequested")]
public bool? TranscodeHwRequested { get; set; }