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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11740,7 +11740,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
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.

6 changes: 3 additions & 3 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.channels.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -7663,7 +7663,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 @@ -16363,7 +16363,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
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.

30 changes: 29 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4177,8 +4177,17 @@ components:
$ref: '#/components/schemas/RTMPIngress'
title: RTMP
x-stream-index: "001"
srt:
$ref: '#/components/schemas/SRTIngress'
x-stream-index: "003"
whip:
$ref: '#/components/schemas/WHIPIngress'
title: WHIP
x-stream-index: "002"
required:
- rtmp
- whip
- srt
title: CallIngressResponse
type: object
CallLiveStartedEvent:
Expand Down Expand Up @@ -21637,6 +21646,14 @@ components:
- url
- ws_endpoint
type: object
SRTIngress:
properties:
address:
type: string
x-stream-index: "001"
required:
- address
type: object
STTEgressConfig:
properties:
closed_captions_enabled:
Expand Down Expand Up @@ -26807,6 +26824,17 @@ components:
type: string
x-stream-index: "001"
type: object
WHIPIngress:
properties:
address:
description: URL for a new whip input, every time a new link is created
title: Address
type: string
x-stream-index: "001"
required:
- address
title: WHIPIngress
type: object
WSAuthMessage:
description: Websocket auth message
nullable: true
Expand Down Expand Up @@ -27370,7 +27398,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
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.

30 changes: 29 additions & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,17 @@ components:
$ref: '#/components/schemas/RTMPIngress'
title: RTMP
x-stream-index: "001"
srt:
$ref: '#/components/schemas/SRTIngress'
x-stream-index: "003"
whip:
$ref: '#/components/schemas/WHIPIngress'
title: WHIP
x-stream-index: "002"
required:
- rtmp
- whip
- srt
title: CallIngressResponse
type: object
CallMember:
Expand Down Expand Up @@ -6402,6 +6411,14 @@ components:
- process_start_time
- last_seen
type: object
SRTIngress:
properties:
address:
type: string
x-stream-index: "001"
required:
- address
type: object
STTEgressConfig:
properties:
closed_captions_enabled:
Expand Down Expand Up @@ -7584,6 +7601,17 @@ components:
- camera_default_on
- camera_facing
type: object
WHIPIngress:
properties:
address:
description: URL for a new whip input, every time a new link is created
title: Address
type: string
x-stream-index: "001"
required:
- address
title: WHIPIngress
type: object
WSEvent:
description: The discriminator object for all websocket events, it maps events'
payload to the final type
Expand Down Expand Up @@ -7638,7 +7666,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
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.

30 changes: 29 additions & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,17 @@ components:
$ref: '#/components/schemas/RTMPIngress'
title: RTMP
x-stream-index: "001"
srt:
$ref: '#/components/schemas/SRTIngress'
x-stream-index: "003"
whip:
$ref: '#/components/schemas/WHIPIngress'
title: WHIP
x-stream-index: "002"
required:
- rtmp
- whip
- srt
title: CallIngressResponse
type: object
CallMember:
Expand Down Expand Up @@ -7424,6 +7433,14 @@ components:
- process_start_time
- last_seen
type: object
SRTIngress:
properties:
address:
type: string
x-stream-index: "001"
required:
- address
type: object
STTEgressConfig:
properties:
closed_captions_enabled:
Expand Down Expand Up @@ -8833,6 +8850,17 @@ components:
- camera_default_on
- camera_facing
type: object
WHIPIngress:
properties:
address:
description: URL for a new whip input, every time a new link is created
title: Address
type: string
x-stream-index: "001"
required:
- address
title: WHIPIngress
type: object
WebhookEvent:
description: The discriminator object for all webhook events, it maps events'
payload to the final type
Expand Down Expand Up @@ -8901,7 +8929,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

34 changes: 31 additions & 3 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -4668,8 +4668,17 @@ components:
$ref: '#/components/schemas/RTMPIngress'
title: RTMP
x-stream-index: "001"
srt:
$ref: '#/components/schemas/SRTIngress'
x-stream-index: "003"
whip:
$ref: '#/components/schemas/WHIPIngress'
title: WHIP
x-stream-index: "002"
required:
- rtmp
- whip
- srt
title: CallIngressResponse
type: object
CallLiveStartedEvent:
Expand Down Expand Up @@ -18565,7 +18574,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 @@ -26184,6 +26193,14 @@ components:
- process_start_time
- last_seen
type: object
SRTIngress:
properties:
address:
type: string
x-stream-index: "001"
required:
- address
type: object
STTEgressConfig:
properties:
closed_captions_enabled:
Expand Down Expand Up @@ -32869,6 +32886,17 @@ components:
type: string
x-stream-index: "001"
type: object
WHIPIngress:
properties:
address:
description: URL for a new whip input, every time a new link is created
title: Address
type: string
x-stream-index: "001"
required:
- address
title: WHIPIngress
type: object
WSEvent:
description: Represents an BaseEvent that happened in Stream Chat
properties:
Expand Down Expand Up @@ -33380,7 +33408,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

30 changes: 29 additions & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1591,8 +1591,17 @@ components:
$ref: '#/components/schemas/RTMPIngress'
title: RTMP
x-stream-index: "001"
srt:
$ref: '#/components/schemas/SRTIngress'
x-stream-index: "003"
whip:
$ref: '#/components/schemas/WHIPIngress'
title: WHIP
x-stream-index: "002"
required:
- rtmp
- whip
- srt
title: CallIngressResponse
type: object
CallMember:
Expand Down Expand Up @@ -12336,6 +12345,14 @@ components:
- process_start_time
- last_seen
type: object
SRTIngress:
properties:
address:
type: string
x-stream-index: "001"
required:
- address
type: object
STTEgressConfig:
properties:
closed_captions_enabled:
Expand Down Expand Up @@ -15996,6 +16013,17 @@ components:
type: string
x-stream-index: "001"
type: object
WHIPIngress:
properties:
address:
description: URL for a new whip input, every time a new link is created
title: Address
type: string
x-stream-index: "001"
required:
- address
title: WHIPIngress
type: object
WSAuthMessage:
description: Websocket auth message
nullable: true
Expand Down Expand Up @@ -16293,7 +16321,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v193.12.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

Loading