diff --git a/openapi/chat-openapi.yaml b/openapi/chat-openapi.yaml index ec8395ab..1664a3d0 100644 --- a/openapi/chat-openapi.yaml +++ b/openapi/chat-openapi.yaml @@ -197,7 +197,7 @@ components: type: string x-stream-index: "001.002" type: - default: any + default: custom type: string x-stream-index: "001.001" required: @@ -740,6 +740,11 @@ components: title: Name type: string x-stream-index: "006" + type: + description: Block list type. + title: Type + type: string + x-stream-index: "007" updated_at: description: Date/time of the last update format: date-time @@ -752,9 +757,10 @@ components: type: string title: Words type: array - x-stream-index: "007" + x-stream-index: "008" required: - name + - type - words title: Block list type: object @@ -3145,6 +3151,11 @@ components: title: Name type: string x-stream-index: "001" + type: + description: Block list type. + title: Type + type: string + x-stream-index: "003" words: description: List of words to block items: @@ -11812,7 +11823,7 @@ externalDocs: url: https://getstream.io/chat/docs/ info: title: Stream Chat API - version: v92.7.0 + version: v92.8.0 openapi: 3.0.3 paths: /app: diff --git a/openapi/video-openapi-clientside.yaml b/openapi/video-openapi-clientside.yaml index 52aa2eb8..a44eef90 100644 --- a/openapi/video-openapi-clientside.yaml +++ b/openapi/video-openapi-clientside.yaml @@ -3447,7 +3447,7 @@ externalDocs: url: https://getstream.io/video/docs/ info: title: Stream Video API - version: v92.7.0 + version: v92.8.0 openapi: 3.0.3 paths: /call/{type}/{id}: diff --git a/openapi/video-openapi.yaml b/openapi/video-openapi.yaml index d4c50eec..f2f87d1f 100644 --- a/openapi/video-openapi.yaml +++ b/openapi/video-openapi.yaml @@ -3622,7 +3622,7 @@ externalDocs: url: https://getstream.io/video/docs/ info: title: Stream Video API - version: v92.7.0 + version: v92.8.0 openapi: 3.0.3 paths: /call/{type}/{id}: