ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.2

This commit is contained in:
speakeasybot
2024-09-19 00:22:17 +00:00
parent 548ce2564d
commit 5883791d10
60 changed files with 1036 additions and 345 deletions

View File

@@ -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;