Skip to content

Commit

Permalink
Update video openapi Spec (#678)
Browse files Browse the repository at this point in the history
Co-authored-by: GH Action CI Stream <ci@stream.io>
  • Loading branch information
stream-ci-bot and stream-ci-zz authored Jul 18, 2024
1 parent 4780d75 commit cca2c04
Show file tree
Hide file tree
Showing 14 changed files with 431 additions and 147 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.

140 changes: 104 additions & 36 deletions openapi/chat-openapi-clientside.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

132 changes: 99 additions & 33 deletions openapi/chat-openapi.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

136 changes: 102 additions & 34 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

130 changes: 98 additions & 32 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

22 changes: 19 additions & 3 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5167,10 +5167,10 @@ components:
PrivacySettingsResponse:
properties:
read_receipts:
$ref: '#/components/schemas/ReadReceipts'
$ref: '#/components/schemas/ReadReceiptsResponse'
x-stream-index: "002"
typing_indicators:
$ref: '#/components/schemas/TypingIndicators'
$ref: '#/components/schemas/TypingIndicatorsResponse'
x-stream-index: "001"
type: object
PublishedTrackInfo:
Expand Down Expand Up @@ -5503,6 +5503,14 @@ components:
type: boolean
x-stream-index: "001"
type: object
ReadReceiptsResponse:
properties:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
RecordSettingsRequest:
properties:
audio_only:
Expand Down Expand Up @@ -6164,6 +6172,14 @@ components:
type: boolean
x-stream-index: "001"
type: object
TypingIndicatorsResponse:
properties:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
UnblockUserRequest:
nullable: true
properties:
Expand Down Expand Up @@ -7666,7 +7682,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.8.2
version: v126.1.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.8.2
version: v126.1.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit cca2c04

Please sign in to comment.