ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6

This commit is contained in:
speakeasybot
2024-10-01 00:12:18 +00:00
parent e254f82e06
commit ead0a8773c
395 changed files with 18599 additions and 5928 deletions

View File

@@ -53,12 +53,12 @@ let value: PostUsersSignInDataUserPlexAccount = {
autoSelectAudio: true,
defaultAudioLanguage: "ja",
defaultSubtitleLanguage: "en",
autoSelectSubtitle: PostUsersSignInDataAutoSelectSubtitle.One,
autoSelectSubtitle: PostUsersSignInDataAutoSelectSubtitle.Enable,
defaultSubtitleAccessibility:
PostUsersSignInDataDefaultSubtitleAccessibility.One,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.Zero,
watchedIndicator: PostUsersSignInDataWatchedIndicator.One,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.One,
PostUsersSignInDataDefaultSubtitleAccessibility.Enable,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.Enable,
watchedIndicator: PostUsersSignInDataWatchedIndicator.Enable,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.Enable,
},
protected: false,
rememberExpiresAt: 1722364046,
@@ -104,6 +104,7 @@ let value: PostUsersSignInDataUserPlexAccount = {
twoFactorEnabled: false,
username: "Username",
uuid: "dae343c1f45beb4f",
attributionPartner: null,
pastSubscriptions: [
{
id: "string",
@@ -122,7 +123,7 @@ let value: PostUsersSignInDataUserPlexAccount = {
state: PostUsersSignInDataState.Ended,
billing: {
internalPaymentMethod: {},
paymentMethodId: 565189,
paymentMethodId: 518201,
},
},
],
@@ -155,15 +156,15 @@ let value: PostUsersSignInDataUserPlexAccount = {
| `homeAdmin` | *boolean* | :heavy_minus_sign: | If the account is the Plex Home admin | |
| `homeSize` | *number* | :heavy_check_mark: | The number of accounts in the Plex Home | 1 |
| `id` | *number* | :heavy_check_mark: | The Plex account ID | 13692262 |
| `joinedAt` | *number* | :heavy_check_mark: | Unix epoch datetime | 1556281940 |
| `joinedAt` | *number* | :heavy_check_mark: | Unix epoch datetime in seconds | 1556281940 |
| `locale` | *string* | :heavy_check_mark: | The account locale | |
| `mailingListActive` | *boolean* | :heavy_minus_sign: | If you are subscribed to the Plex newsletter | |
| `mailingListStatus` | [operations.PostUsersSignInDataMailingListStatus](../../../sdk/models/operations/postuserssignindatamailingliststatus.md) | :heavy_check_mark: | Your current mailing list status | |
| `mailingListStatus` | [operations.PostUsersSignInDataMailingListStatus](../../../sdk/models/operations/postuserssignindatamailingliststatus.md) | :heavy_check_mark: | Your current mailing list status (active or unsubscribed) | active |
| `maxHomeSize` | *number* | :heavy_check_mark: | The maximum number of accounts allowed in the Plex Home | 15 |
| ~~`pin`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>[Might be removed] The hashed Plex Home PIN | |
| `profile` | [operations.PostUsersSignInDataUserProfile](../../../sdk/models/operations/postuserssignindatauserprofile.md) | :heavy_check_mark: | N/A | |
| `protected` | *boolean* | :heavy_minus_sign: | If the account has a Plex Home PIN enabled | |
| `rememberExpiresAt` | *number* | :heavy_check_mark: | Unix epoch datetime | 1556281940 |
| `rememberExpiresAt` | *number* | :heavy_check_mark: | Unix epoch datetime in seconds | 1556281940 |
| `restricted` | *boolean* | :heavy_minus_sign: | If the account is a Plex Home managed user | |
| `roles` | *string*[] | :heavy_minus_sign: | [Might be removed] List of account roles. Plexpass membership listed here | |
| `scrobbleTypes` | *string* | :heavy_check_mark: | Unknown | |
@@ -176,5 +177,6 @@ let value: PostUsersSignInDataUserPlexAccount = {
| `twoFactorEnabled` | *boolean* | :heavy_minus_sign: | If two-factor authentication is enabled | |
| `username` | *string* | :heavy_check_mark: | The account username | Username |
| `uuid` | *string* | :heavy_check_mark: | The account UUID | dae343c1f45beb4f |
| `attributionPartner` | *string* | :heavy_check_mark: | N/A | <nil> |
| `pastSubscriptions` | [operations.PastSubscription](../../../sdk/models/operations/pastsubscription.md)[] | :heavy_check_mark: | N/A | |
| `trials` | [operations.Trials](../../../sdk/models/operations/trials.md)[] | :heavy_check_mark: | N/A | |