Skip to content

Commit

Permalink
Update video openapi Spec (#675)
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 16, 2024
1 parent db8f3b6 commit 8a02e9f
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 42 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 @@ -4221,7 +4221,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -10140,7 +10140,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.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.

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

6 changes: 2 additions & 4 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6939,7 +6939,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -13956,11 +13956,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -14515,7 +14513,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.2
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.

4 changes: 1 addition & 3 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13365,11 +13365,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -13662,7 +13660,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.2
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.

24 changes: 3 additions & 21 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/ReadReceiptsResponse'
$ref: '#/components/schemas/ReadReceipts'
x-stream-index: "002"
typing_indicators:
$ref: '#/components/schemas/TypingIndicatorsResponse'
$ref: '#/components/schemas/TypingIndicators'
x-stream-index: "001"
type: object
PublishedTrackInfo:
Expand Down Expand Up @@ -5503,14 +5503,6 @@ 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 @@ -6172,14 +6164,6 @@ 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 @@ -7334,11 +7318,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -7684,7 +7666,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.2
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.

4 changes: 1 addition & 3 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3419,11 +3419,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -3521,7 +3519,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.2
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 8a02e9f

Please sign in to comment.