From 0553a39b9c374730e851cc9ea1951a060451ca8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Mon, 19 Feb 2024 12:26:43 +0900 Subject: [PATCH] update build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/openapi-3.0.yaml | 23 ++++++++++++++++++- .../compatible_discriminator/openapi-3.0.yaml | 23 ++++++++++++++++++- dist/docs/openapi-3.0.yaml | 23 ++++++++++++++++++- 3 files changed, 66 insertions(+), 3 deletions(-) diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index 2418ac0..6383149 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -564,6 +564,10 @@ components: items: $ref: '#/components/schemas/Symbol' type: array + timestamps: + items: + $ref: '#/components/schemas/Timestamp' + type: array urls: items: $ref: '#/components/schemas/Url' @@ -1793,6 +1797,20 @@ components: $ref: '#/components/schemas/Timeline' required: - timeline + Timestamp: + properties: + indices: + items: + type: integer + type: array + seconds: + type: integer + text: + type: string + required: + - indices + - seconds + - text TopicContext: properties: description: @@ -2159,10 +2177,11 @@ components: limited_actions: enum: - limited_replies - - community_tweet_non_member_public_community - non_compliant - dynamic_product_ad - stale_tweet + - community_tweet_non_member_public_community + - community_tweet_non_member_closed_community type: string place: additionalProperties: true @@ -2790,6 +2809,8 @@ components: properties: __typename: $ref: '#/components/schemas/TypeName' + message: + type: string reason: type: string required: diff --git a/dist/compatible_discriminator/openapi-3.0.yaml b/dist/compatible_discriminator/openapi-3.0.yaml index d9a08f2..9a4a884 100644 --- a/dist/compatible_discriminator/openapi-3.0.yaml +++ b/dist/compatible_discriminator/openapi-3.0.yaml @@ -564,6 +564,10 @@ components: items: $ref: '#/components/schemas/Symbol' type: array + timestamps: + items: + $ref: '#/components/schemas/Timestamp' + type: array urls: items: $ref: '#/components/schemas/Url' @@ -1793,6 +1797,20 @@ components: $ref: '#/components/schemas/Timeline' required: - timeline + Timestamp: + properties: + indices: + items: + type: integer + type: array + seconds: + type: integer + text: + type: string + required: + - indices + - seconds + - text TopicContext: properties: description: @@ -2159,10 +2177,11 @@ components: limited_actions: enum: - limited_replies - - community_tweet_non_member_public_community - non_compliant - dynamic_product_ad - stale_tweet + - community_tweet_non_member_public_community + - community_tweet_non_member_closed_community type: string place: additionalProperties: true @@ -2790,6 +2809,8 @@ components: properties: __typename: $ref: '#/components/schemas/TypeName' + message: + type: string reason: type: string required: diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index 42705b5..e03eeaa 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -564,6 +564,10 @@ components: items: $ref: '#/components/schemas/Symbol' type: array + timestamps: + items: + $ref: '#/components/schemas/Timestamp' + type: array urls: items: $ref: '#/components/schemas/Url' @@ -1793,6 +1797,20 @@ components: $ref: '#/components/schemas/Timeline' required: - timeline + Timestamp: + properties: + indices: + items: + type: integer + type: array + seconds: + type: integer + text: + type: string + required: + - indices + - seconds + - text TopicContext: properties: description: @@ -2159,10 +2177,11 @@ components: limited_actions: enum: - limited_replies - - community_tweet_non_member_public_community - non_compliant - dynamic_product_ad - stale_tweet + - community_tweet_non_member_public_community + - community_tweet_non_member_closed_community type: string place: additionalProperties: true @@ -2790,6 +2809,8 @@ components: properties: __typename: $ref: '#/components/schemas/TypeName' + message: + type: string reason: type: string required: