Skip to content

Commit

Permalink
Update video openapi Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-zz committed Jun 24, 2024
1 parent 69735c2 commit ba8002a
Show file tree
Hide file tree
Showing 14 changed files with 206 additions and 56 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/video-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

77 changes: 76 additions & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,10 @@ components:
channel_id:
type: string
x-stream-index: "003.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "003.005"
channel_type:
type: string
x-stream-index: "003.003"
Expand All @@ -861,6 +865,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: ChannelDeletedEvent
type: object
x-stream-event-client-type: true
Expand Down Expand Up @@ -944,6 +949,10 @@ components:
channel_id:
type: string
x-stream-index: "003.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "003.005"
channel_type:
type: string
x-stream-index: "003.003"
Expand All @@ -969,6 +978,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
- type
- created_at
title: ChannelHiddenEvent
Expand Down Expand Up @@ -1038,6 +1048,10 @@ components:
channel_id:
type: string
x-stream-index: "002.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "002.005"
channel_type:
type: string
x-stream-index: "002.003"
Expand All @@ -1058,6 +1072,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: ChannelKickedEvent
type: object
x-stream-event-client-type: true
Expand Down Expand Up @@ -1490,6 +1505,10 @@ components:
channel_id:
type: string
x-stream-index: "001.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "001.005"
channel_type:
type: string
x-stream-index: "001.003"
Expand All @@ -1508,6 +1527,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
- type
- created_at
title: ChannelTruncatedEvent
Expand Down Expand Up @@ -1553,6 +1573,10 @@ components:
channel_id:
type: string
x-stream-index: "004.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "004.005"
channel_type:
type: string
x-stream-index: "004.003"
Expand Down Expand Up @@ -1582,6 +1606,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: ChannelUpdatedEvent
type: object
x-stream-event-client-type: true
Expand Down Expand Up @@ -4295,6 +4320,10 @@ components:
channel_id:
type: string
x-stream-index: "003.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "003.005"
channel_type:
type: string
x-stream-index: "003.003"
Expand All @@ -4318,6 +4347,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationAddedToChannelEvent
type: object
x-stream-event-client-type: true
Expand All @@ -4331,6 +4361,10 @@ components:
channel_id:
type: string
x-stream-index: "003.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "003.005"
channel_type:
type: string
x-stream-index: "003.003"
Expand All @@ -4354,6 +4388,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationChannelDeletedEvent
type: object
x-stream-event-client-type: true
Expand Down Expand Up @@ -4389,6 +4424,10 @@ components:
channel_id:
type: string
x-stream-index: "002.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "002.005"
channel_type:
type: string
x-stream-index: "002.003"
Expand All @@ -4409,6 +4448,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationChannelTruncatedEvent
type: object
x-stream-event-client-type: true
Expand All @@ -4422,6 +4462,10 @@ components:
channel_id:
type: string
x-stream-index: "002.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "002.005"
channel_type:
type: string
x-stream-index: "002.003"
Expand All @@ -4448,6 +4492,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationInviteAcceptedEvent
type: object
x-stream-event-client-type: true
Expand All @@ -4461,6 +4506,10 @@ components:
channel_id:
type: string
x-stream-index: "002.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "002.005"
channel_type:
type: string
x-stream-index: "002.003"
Expand All @@ -4487,6 +4536,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationInviteRejectedEvent
type: object
x-stream-event-client-type: true
Expand All @@ -4500,6 +4550,10 @@ components:
channel_id:
type: string
x-stream-index: "002.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "002.005"
channel_type:
type: string
x-stream-index: "002.003"
Expand All @@ -4526,6 +4580,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationInvitedEvent
type: object
x-stream-event-client-type: true
Expand All @@ -4539,6 +4594,10 @@ components:
channel_id:
type: string
x-stream-index: "003.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "003.005"
channel_type:
type: string
x-stream-index: "003.003"
Expand Down Expand Up @@ -4581,6 +4640,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
- unread_count
- total_unread_count
- unread_channels
Expand All @@ -4598,6 +4658,10 @@ components:
channel_id:
type: string
x-stream-index: "003.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "003.005"
channel_type:
type: string
x-stream-index: "003.003"
Expand Down Expand Up @@ -4654,6 +4718,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
- first_unread_message_id
- last_read_at
- unread_messages
Expand Down Expand Up @@ -4696,6 +4761,10 @@ components:
channel_id:
type: string
x-stream-index: "004.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "004.005"
channel_type:
type: string
x-stream-index: "004.003"
Expand Down Expand Up @@ -4723,6 +4792,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationNewMessageEvent
type: object
x-stream-event-client-type: true
Expand All @@ -4736,6 +4806,10 @@ components:
channel_id:
type: string
x-stream-index: "002.002"
channel_member_count:
format: int32
type: integer
x-stream-index: "002.005"
channel_type:
type: string
x-stream-index: "002.003"
Expand All @@ -4762,6 +4836,7 @@ components:
- cid
- channel_id
- channel_type
- channel_member_count
title: NotificationRemovedFromChannelEvent
type: object
x-stream-event-client-type: true
Expand Down Expand Up @@ -8771,7 +8846,7 @@ components:
type: apiKey
info:
title: Stream API
version: v120.1.1
version: v121.1.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

Loading

0 comments on commit ba8002a

Please sign in to comment.