ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2

This commit is contained in:
speakeasybot
2024-09-21 00:08:20 +00:00
parent b1a46864c8
commit 62f64fc047
61 changed files with 1610 additions and 1086 deletions

View File

@@ -45,7 +45,7 @@ extension Operations {
public let homeSize: Int
/// The Plex account ID
public let id: Int
/// Unix epoch datetime
/// Unix epoch datetime in seconds
public let joinedAt: Int
/// The account locale
public let locale: String
@@ -58,7 +58,7 @@ extension Operations {
public let profile: Operations.UserProfile
/// If the account has a Plex Home PIN enabled
public let protected: Bool
/// Unix epoch datetime
/// Unix epoch datetime in seconds
public let rememberExpiresAt: Int
/// If the account is a Plex Home managed user
public let restricted: Bool
@@ -107,13 +107,13 @@ extension Operations {
/// - Parameter homeAdmin: If the account is the Plex Home admin
/// - Parameter homeSize: The number of accounts in the Plex Home
/// - Parameter id: The Plex account ID
/// - Parameter joinedAt: Unix epoch datetime
/// - Parameter joinedAt: Unix epoch datetime in seconds
/// - Parameter locale: The account locale
/// - Parameter mailingListActive: If you are subscribed to the Plex newsletter
/// - Parameter mailingListStatus: Your current mailing list status
/// - Parameter maxHomeSize: The maximum number of accounts allowed in the Plex Home
/// - Parameter protected: If the account has a Plex Home PIN enabled
/// - Parameter rememberExpiresAt: Unix epoch datetime
/// - Parameter rememberExpiresAt: Unix epoch datetime in seconds
/// - Parameter restricted: If the account is a Plex Home managed user
/// - Parameter scrobbleTypes: Unknown
/// - Parameter subscription: If the accounts Plex Pass subscription is active