ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.392.1

This commit is contained in:
speakeasybot
2024-09-08 17:41:10 +00:00
parent 2d100b8e75
commit 5465f1e74c
460 changed files with 15950 additions and 1531 deletions

View File

@@ -120,7 +120,7 @@ let value: GetUserDetailsUserPlexAccount = {
| `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 the account joined Plex | 1721154902 |
| `joinedAt` | *number* | :heavy_check_mark: | Unix epoch datetime | 1556281940 |
| `locale` | *string* | :heavy_check_mark: | The account locale | |
| `mailingListActive` | *boolean* | :heavy_minus_sign: | If you are subscribed to the Plex newsletter | |
| `mailingListStatus` | [operations.MailingListStatus](../../../sdk/models/operations/mailingliststatus.md) | :heavy_check_mark: | Your current mailing list status | |
@@ -128,7 +128,7 @@ let value: GetUserDetailsUserPlexAccount = {
| ~~`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.UserProfile](../../../sdk/models/operations/userprofile.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 the authtoken expires | 1722364046 |
| `rememberExpiresAt` | *number* | :heavy_check_mark: | Unix epoch datetime | 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 | |

View File

@@ -9,6 +9,7 @@ let value: PostUsersSignInDataRequest = {
requestBody: {
login: "username@email.com",
password: "password123",
verificationCode: "123456",
},
};
```

View File

@@ -10,6 +10,7 @@ import { PostUsersSignInDataRequestBody } from "@lukehagar/plexjs/sdk/models/ope
let value: PostUsersSignInDataRequestBody = {
login: "username@email.com",
password: "password123",
verificationCode: "123456",
};
```
@@ -19,4 +20,5 @@ let value: PostUsersSignInDataRequestBody = {
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `login` | *string* | :heavy_check_mark: | N/A | username@email.com |
| `password` | *string* | :heavy_check_mark: | N/A | password123 |
| `rememberMe` | *boolean* | :heavy_minus_sign: | N/A | |
| `rememberMe` | *boolean* | :heavy_minus_sign: | N/A | |
| `verificationCode` | *string* | :heavy_minus_sign: | N/A | 123456 |

View File

@@ -144,7 +144,7 @@ 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 the account joined Plex | 1721154902 |
| `joinedAt` | *number* | :heavy_check_mark: | Unix epoch datetime | 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 | |
@@ -152,7 +152,7 @@ let value: PostUsersSignInDataUserPlexAccount = {
| ~~`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 the authtoken expires | 1722364046 |
| `rememberExpiresAt` | *number* | :heavy_check_mark: | Unix epoch datetime | 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 | |