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 Oct 8, 2024
1 parent 57563dd commit 6376273
Show file tree
Hide file tree
Showing 14 changed files with 889 additions and 986 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.

300 changes: 61 additions & 239 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.

373 changes: 52 additions & 321 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.

727 changes: 481 additions & 246 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.

393 changes: 256 additions & 137 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.

50 changes: 21 additions & 29 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,25 +104,28 @@ components:
custom:
additionalProperties: {}
type: object
x-stream-index: "009"
x-stream-index: "010"
id:
type: string
x-stream-index: "002"
reason:
type: string
x-stream-index: "008"
reporter_type:
type: string
x-stream-index: "009"
review_queue_item:
$ref: '#/components/schemas/ReviewQueueItem'
x-stream-index: "013"
x-stream-index: "014"
review_queue_item_id:
type: string
x-stream-index: "011"
x-stream-index: "012"
target_user:
$ref: '#/components/schemas/UserObject'
x-stream-index: "012"
x-stream-index: "013"
target_user_id:
type: string
x-stream-index: "010"
x-stream-index: "011"
type:
type: string
x-stream-index: "005"
Expand All @@ -134,6 +137,7 @@ components:
- created_at
- type
- reason
- reporter_type
- custom
- target_user_id
- review_queue_item_id
Expand Down Expand Up @@ -633,17 +637,20 @@ components:
additional:
additionalProperties: {}
type: object
x-stream-index: "007"
x-stream-index: "008"
component:
type: string
x-stream-index: "006"
x-stream-index: "007"
description:
type: string
x-stream-index: "004"
end_timestamp:
format: int32
type: integer
x-stream-index: "002"
internal:
type: boolean
x-stream-index: "006"
severity:
format: int32
type: integer
Expand All @@ -661,6 +668,7 @@ components:
- severity
- description
- type
- internal
type: object
CallHLSBroadcastingFailedEvent:
description: This event is sent when HLS broadcasting has failed
Expand Down Expand Up @@ -5218,10 +5226,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 @@ -5290,7 +5298,7 @@ components:
x-stream-index: "001.002"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -5346,7 +5354,7 @@ components:
x-stream-index: "001"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -5395,7 +5403,7 @@ components:
x-stream-index: "003"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "006.001"
Expand Down Expand Up @@ -5635,14 +5643,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 @@ -6351,14 +6351,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 @@ -7858,7 +7850,7 @@ components:
type: apiKey
info:
title: Stream API
version: v131.4.0
version: v133.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.

16 changes: 10 additions & 6 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,20 @@ components:
additional:
additionalProperties: {}
type: object
x-stream-index: "007"
x-stream-index: "008"
component:
type: string
x-stream-index: "006"
x-stream-index: "007"
description:
type: string
x-stream-index: "004"
end_timestamp:
format: int32
type: integer
x-stream-index: "002"
internal:
type: boolean
x-stream-index: "006"
severity:
format: int32
type: integer
Expand All @@ -272,6 +275,7 @@ components:
- severity
- description
- type
- internal
type: object
CallIngressResponse:
properties:
Expand Down Expand Up @@ -2145,7 +2149,7 @@ components:
x-stream-index: "001.002"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -2201,7 +2205,7 @@ components:
x-stream-index: "001"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -2250,7 +2254,7 @@ components:
x-stream-index: "003"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "006.001"
Expand Down Expand Up @@ -3747,7 +3751,7 @@ components:
type: apiKey
info:
title: Stream API
version: v131.4.0
version: v133.0.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 6376273

Please sign in to comment.