diff --git a/dist/dart/schemas/content.yaml b/dist/dart/schemas/content.yaml index 25f3156..c8a13c9 100644 --- a/dist/dart/schemas/content.yaml +++ b/dist/dart/schemas/content.yaml @@ -134,7 +134,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/dart/schemas/tweet.yaml b/dist/dart/schemas/tweet.yaml index eff5faf..5a72d66 100644 --- a/dist/dart/schemas/tweet.yaml +++ b/dist/dart/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/dist/docs/schemas/content.yaml b/dist/docs/schemas/content.yaml index 25f3156..c8a13c9 100644 --- a/dist/docs/schemas/content.yaml +++ b/dist/docs/schemas/content.yaml @@ -134,7 +134,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/docs/schemas/tweet.yaml b/dist/docs/schemas/tweet.yaml index eff5faf..5a72d66 100644 --- a/dist/docs/schemas/tweet.yaml +++ b/dist/docs/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/dist/test/schemas/content.yaml b/dist/test/schemas/content.yaml index 25f3156..c8a13c9 100644 --- a/dist/test/schemas/content.yaml +++ b/dist/test/schemas/content.yaml @@ -134,7 +134,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/test/schemas/tweet.yaml b/dist/test/schemas/tweet.yaml index eff5faf..5a72d66 100644 --- a/dist/test/schemas/tweet.yaml +++ b/dist/test/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/dist/typescript/schemas/content.yaml b/dist/typescript/schemas/content.yaml index 8d54d57..be098e6 100644 --- a/dist/typescript/schemas/content.yaml +++ b/dist/typescript/schemas/content.yaml @@ -122,7 +122,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/typescript/schemas/tweet.yaml b/dist/typescript/schemas/tweet.yaml index 63aa7f6..aa2c1a2 100644 --- a/dist/typescript/schemas/tweet.yaml +++ b/dist/typescript/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index b227e6a..766a83f 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -46,7 +46,7 @@ components: - "__typename" - "entryType" - "displayType" - - "items" + # - "items" - "clientEventInfo" properties: __typename: diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 0dbfb38..63e2908 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -170,7 +170,7 @@ components: - "symbols" - "user_mentions" - "urls" - - "media" + # - "media" properties: hashtags: type: array