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 Jul 26, 2024
1 parent 701853c commit 6a55d00
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 18 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.

4 changes: 2 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4322,7 +4322,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 @@ -10419,7 +10419,7 @@ components:
type: apiKey
info:
title: Stream API
version: v126.7.0
version: v127.0.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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11461,7 +11461,7 @@ components:
type: apiKey
info:
title: Stream API
version: v126.7.0
version: v127.0.0
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.

4 changes: 2 additions & 2 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7040,7 +7040,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 @@ -14794,7 +14794,7 @@ components:
type: apiKey
info:
title: Stream API
version: v126.7.0
version: v127.0.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14121,7 +14121,7 @@ components:
type: apiKey
info:
title: Stream API
version: v126.7.0
version: v127.0.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
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 @@ -5171,10 +5171,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 @@ -5509,6 +5509,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 @@ -6171,6 +6179,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 @@ -7673,7 +7689,7 @@ components:
type: apiKey
info:
title: Stream API
version: v126.7.0
version: v127.0.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 @@ -3522,7 +3522,7 @@ components:
type: apiKey
info:
title: Stream API
version: v126.7.0
version: v127.0.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 6a55d00

Please sign in to comment.