Skip to content

Commit

Permalink
Update video openapi Spec (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: GH Action CI Stream <[email protected]>
  • Loading branch information
stream-ci-bot and stream-ci-zz authored Nov 6, 2023
1 parent 5e9d712 commit 8411eb7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
49 changes: 31 additions & 18 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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)'
Expand All @@ -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"
Expand All @@ -1713,6 +1719,7 @@ components:
- banned
- shadow_banned
- channel_role
- notifications_muted
title: Channel member
type: object
ChannelMemberRequest:
Expand All @@ -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
Expand All @@ -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)'
Expand All @@ -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"
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}:
Expand Down

0 comments on commit 8411eb7

Please sign in to comment.