1
Fork 0
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:
ふぁ 2024-06-06 11:52:47 +09:00
parent 138c983060
commit f0e37687a4
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 289 additions and 40 deletions

View file

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