From 01f962ab7c9ab73caeabd776eac5ea0a9f23ace9 Mon Sep 17 00:00:00 2001 From: GH Action CI Stream Date: Mon, 6 Nov 2023 11:00:21 +0000 Subject: [PATCH] Update video openapi Spec --- openapi/chat-openapi.yaml | 49 +++++++++++++++++---------- openapi/video-openapi-clientside.yaml | 2 +- openapi/video-openapi.yaml | 2 +- 3 files changed, 33 insertions(+), 20 deletions(-) diff --git a/openapi/chat-openapi.yaml b/openapi/chat-openapi.yaml index f4e32a73..1e9367fc 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: @@ -1635,27 +1635,27 @@ components: format: date-time title: Ban expires type: string - x-stream-index: "015" + x-stream-index: "016" banned: description: Whether member is banned this channel or not title: Banned type: boolean - x-stream-index: "014" + x-stream-index: "015" channel_role: description: Role of the member in the channel title: Channel Role type: string - x-stream-index: "019" + x-stream-index: "020" created_at: description: Date/time of creation format: date-time title: Created at type: string - x-stream-index: "010" + x-stream-index: "011" deleted_at: format: date-time type: string - x-stream-index: "012" + x-stream-index: "013" invite_accepted_at: description: Date when invite was accepted format: date-time @@ -1678,6 +1678,9 @@ components: title: Is moderator type: boolean x-stream-index: "006" + notifications_muted: + type: boolean + x-stream-index: "021" role: description: 'Permission level of the member in the channel (DEPRECATED: use channel_role instead)' @@ -1688,18 +1691,21 @@ components: - owner title: Role type: string - x-stream-index: "018" + x-stream-index: "019" shadow_banned: description: Whether member is shadow banned in this channel or not title: Shadow banned type: boolean - x-stream-index: "017" + x-stream-index: "018" + status: + type: string + x-stream-index: "010" updated_at: description: Date/time of the last update format: date-time title: Updated at type: string - x-stream-index: "011" + x-stream-index: "012" user: $ref: '#/components/schemas/UserObject' x-stream-index: "005" @@ -1713,6 +1719,7 @@ components: - banned - shadow_banned - channel_role + - notifications_muted title: Channel member type: object ChannelMemberRequest: @@ -1723,27 +1730,27 @@ components: format: date-time title: Ban expires type: string - x-stream-index: "015" + x-stream-index: "016" banned: description: Whether member is banned this channel or not title: Banned type: boolean - x-stream-index: "014" + x-stream-index: "015" channel_role: description: Role of the member in the channel title: Channel Role type: string - x-stream-index: "019" + x-stream-index: "020" created_at: description: Date/time of creation format: date-time title: Created at type: string - x-stream-index: "010" + x-stream-index: "011" deleted_at: format: date-time type: string - x-stream-index: "012" + x-stream-index: "013" invite_accepted_at: description: Date when invite was accepted format: date-time @@ -1766,6 +1773,9 @@ components: title: Is moderator type: boolean x-stream-index: "006" + notifications_muted: + type: boolean + x-stream-index: "021" role: description: 'Permission level of the member in the channel (DEPRECATED: use channel_role instead)' @@ -1776,18 +1786,21 @@ components: - owner title: Role type: string - x-stream-index: "018" + x-stream-index: "019" shadow_banned: description: Whether member is shadow banned in this channel or not title: Shadow banned type: boolean - x-stream-index: "017" + x-stream-index: "018" + status: + type: string + x-stream-index: "010" updated_at: description: Date/time of the last update format: date-time title: Updated at type: string - x-stream-index: "011" + x-stream-index: "012" user: $ref: '#/components/schemas/UserObjectRequest' x-stream-index: "005" @@ -11757,7 +11770,7 @@ externalDocs: url: https://getstream.io/chat/docs/ info: title: Stream Chat API - version: v89.15.1 + version: v90.0.0 openapi: 3.0.3 paths: /app: diff --git a/openapi/video-openapi-clientside.yaml b/openapi/video-openapi-clientside.yaml index b4561ef2..99fb2f5b 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: v89.15.1 + version: v90.0.0 openapi: 3.0.3 paths: /call/{type}/{id}: diff --git a/openapi/video-openapi.yaml b/openapi/video-openapi.yaml index 3cd5d56e..b25a922c 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: v89.15.1 + version: v90.0.0 openapi: 3.0.3 paths: /call/{type}/{id}: