Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9490,6 +9490,8 @@ components:
- channel_cid
- parent_message_id
- created_by_user_id
- participant_count
- active_participant_count
- created_at
- updated_at
- title
Expand Down Expand Up @@ -9605,6 +9607,8 @@ components:
- channel_cid
- parent_message_id
- created_by_user_id
- participant_count
- active_participant_count
- created_at
- updated_at
- title
Expand Down Expand Up @@ -10858,7 +10862,7 @@ components:
channel_custom:
additionalProperties: {}
type: object
x-stream-index: 001.001.005
x-stream-index: 001.001.006
channel_id:
description: The ID of the channel where the target user's messages were
deleted
Expand All @@ -10869,6 +10873,10 @@ components:
format: int32
type: integer
x-stream-index: 001.001.004
channel_message_count:
format: int64
type: integer
x-stream-index: 001.001.005
channel_type:
description: The type of the channel where the target user's messages were
deleted
Expand Down Expand Up @@ -11830,7 +11838,7 @@ components:
type: apiKey
info:
title: Stream API
version: v191.1.0
version: v191.6.2
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.

16 changes: 12 additions & 4 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.users.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -7779,7 +7779,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -13136,6 +13136,8 @@ components:
- channel_cid
- parent_message_id
- created_by_user_id
- participant_count
- active_participant_count
- created_at
- updated_at
- title
Expand Down Expand Up @@ -13251,6 +13253,8 @@ components:
- channel_cid
- parent_message_id
- created_by_user_id
- participant_count
- active_participant_count
- created_at
- updated_at
- title
Expand Down Expand Up @@ -15379,7 +15383,7 @@ components:
channel_custom:
additionalProperties: {}
type: object
x-stream-index: 001.001.005
x-stream-index: 001.001.006
channel_id:
description: The ID of the channel where the target user's messages were
deleted
Expand All @@ -15390,6 +15394,10 @@ components:
format: int32
type: integer
x-stream-index: 001.001.004
channel_message_count:
format: int64
type: integer
x-stream-index: 001.001.005
channel_type:
description: The type of the channel where the target user's messages were
deleted
Expand Down Expand Up @@ -16438,7 +16446,7 @@ components:
type: apiKey
info:
title: Stream API
version: v191.1.0
version: v191.6.2
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

34 changes: 31 additions & 3 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3603,6 +3603,18 @@ components:
title: The end time of the closed caption.
type: number
x-stream-index: "003"
id:
title: The ID of the closed caption.
type: string
x-stream-index: "009"
language:
title: The language of the closed caption.
type: string
x-stream-index: "007"
service:
title: The service that generated the closed caption. By default stream
type: string
x-stream-index: "006"
speaker_id:
title: The speaker ID of the closed caption.
type: string
Expand All @@ -3616,16 +3628,23 @@ components:
title: The text of the closed caption.
type: string
x-stream-index: "001"
translated:
title: Whether the closed caption is translated.
type: boolean
x-stream-index: "008"
user:
$ref: '#/components/schemas/UserResponse'
title: The full user for the closed caption.
title: The user who spoke the closed caption.
x-stream-index: "005"
required:
- text
- start_time
- end_time
- speaker_id
- user
- language
- translated
- id
title: CallClosedCaption
type: object
CallClosedCaptionsFailedEvent:
Expand Down Expand Up @@ -16667,6 +16686,7 @@ components:
- remove-call-member
- screenshare
- send-audio
- send-closed-captions-call
- send-video
- start-broadcast-call
- start-closed-captions-call
Expand Down Expand Up @@ -23276,6 +23296,8 @@ components:
- channel_cid
- parent_message_id
- created_by_user_id
- participant_count
- active_participant_count
- created_at
- updated_at
- title
Expand Down Expand Up @@ -23391,6 +23413,8 @@ components:
- channel_cid
- parent_message_id
- created_by_user_id
- participant_count
- active_participant_count
- created_at
- updated_at
- title
Expand Down Expand Up @@ -25837,7 +25861,7 @@ components:
channel_custom:
additionalProperties: {}
type: object
x-stream-index: 001.001.005
x-stream-index: 001.001.006
channel_id:
description: The ID of the channel where the target user's messages were
deleted
Expand All @@ -25848,6 +25872,10 @@ components:
format: int32
type: integer
x-stream-index: 001.001.004
channel_message_count:
format: int64
type: integer
x-stream-index: 001.001.005
channel_type:
description: The type of the channel where the target user's messages were
deleted
Expand Down Expand Up @@ -27371,7 +27399,7 @@ components:
type: apiKey
info:
title: Stream API
version: v191.1.0
version: v191.6.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7593,7 +7593,7 @@ components:
type: apiKey
info:
title: Stream API
version: v191.1.0
version: v191.6.2
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

Loading