mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update model
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
138c983060
commit
f0e37687a4
5 changed files with 289 additions and 40 deletions
|
|
@ -39,6 +39,7 @@ components:
|
|||
- "super_followed_by"
|
||||
- "super_following"
|
||||
- "profile_image_shape"
|
||||
- "tipjar_settings"
|
||||
|
||||
properties:
|
||||
__typename:
|
||||
|
|
@ -92,6 +93,8 @@ components:
|
|||
$ref: "#/components/schemas/UserVerificationInfo"
|
||||
is_profile_translatable:
|
||||
type: boolean
|
||||
tipjar_settings:
|
||||
$ref: "#/components/schemas/UserTipJarSettings"
|
||||
|
||||
UserProfessional:
|
||||
required:
|
||||
|
|
@ -194,6 +197,23 @@ components:
|
|||
type: string
|
||||
enum: ["ExternalUrl"]
|
||||
|
||||
UserTipJarSettings:
|
||||
properties:
|
||||
is_enabled:
|
||||
type: boolean
|
||||
patreon_handle:
|
||||
type: string
|
||||
bitcoin_handle:
|
||||
type: string
|
||||
ethereum_handle:
|
||||
type: string
|
||||
cash_app_handle:
|
||||
type: string
|
||||
venmo_handle:
|
||||
type: string
|
||||
gofundme_handle:
|
||||
type: string # uri
|
||||
|
||||
UserLegacy:
|
||||
required:
|
||||
- "blocked_by"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue