Skip to content

Commit 790ac32

Browse files
committed
Update video openapi Spec
1 parent 66d32b0 commit 790ac32

36 files changed

+1155
-463
lines changed

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,7 +4603,7 @@ components:
46034603
type: array
46044604
x-stream-index: "001.002"
46054605
type:
4606-
default: notification.thread_message_new
4606+
default: message.new
46074607
type: string
46084608
x-stream-index: "004.001"
46094609
user:
@@ -9490,6 +9490,8 @@ components:
94909490
- channel_cid
94919491
- parent_message_id
94929492
- created_by_user_id
9493+
- participant_count
9494+
- active_participant_count
94939495
- created_at
94949496
- updated_at
94959497
- title
@@ -9605,6 +9607,8 @@ components:
96059607
- channel_cid
96069608
- parent_message_id
96079609
- created_by_user_id
9610+
- participant_count
9611+
- active_participant_count
96089612
- created_at
96099613
- updated_at
96109614
- title
@@ -10858,7 +10862,7 @@ components:
1085810862
channel_custom:
1085910863
additionalProperties: {}
1086010864
type: object
10861-
x-stream-index: 001.001.005
10865+
x-stream-index: 001.001.006
1086210866
channel_id:
1086310867
description: The ID of the channel where the target user's messages were
1086410868
deleted
@@ -10869,6 +10873,10 @@ components:
1086910873
format: int32
1087010874
type: integer
1087110875
x-stream-index: 001.001.004
10876+
channel_message_count:
10877+
format: int64
10878+
type: integer
10879+
x-stream-index: 001.001.005
1087210880
channel_type:
1087310881
description: The type of the channel where the target user's messages were
1087410882
deleted
@@ -11830,7 +11838,7 @@ components:
1183011838
type: apiKey
1183111839
info:
1183211840
title: Stream API
11833-
version: v191.1.0
11841+
version: v191.6.1
1183411842
openapi: 3.0.3
1183511843
paths:
1183611844
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7779,7 +7779,7 @@ components:
77797779
type: array
77807780
x-stream-index: "001.002"
77817781
type:
7782-
default: notification.thread_message_new
7782+
default: message.new
77837783
type: string
77847784
x-stream-index: "004.001"
77857785
user:
@@ -13136,6 +13136,8 @@ components:
1313613136
- channel_cid
1313713137
- parent_message_id
1313813138
- created_by_user_id
13139+
- participant_count
13140+
- active_participant_count
1313913141
- created_at
1314013142
- updated_at
1314113143
- title
@@ -13251,6 +13253,8 @@ components:
1325113253
- channel_cid
1325213254
- parent_message_id
1325313255
- created_by_user_id
13256+
- participant_count
13257+
- active_participant_count
1325413258
- created_at
1325513259
- updated_at
1325613260
- title
@@ -15379,7 +15383,7 @@ components:
1537915383
channel_custom:
1538015384
additionalProperties: {}
1538115385
type: object
15382-
x-stream-index: 001.001.005
15386+
x-stream-index: 001.001.006
1538315387
channel_id:
1538415388
description: The ID of the channel where the target user's messages were
1538515389
deleted
@@ -15390,6 +15394,10 @@ components:
1539015394
format: int32
1539115395
type: integer
1539215396
x-stream-index: 001.001.004
15397+
channel_message_count:
15398+
format: int64
15399+
type: integer
15400+
x-stream-index: 001.001.005
1539315401
channel_type:
1539415402
description: The type of the channel where the target user's messages were
1539515403
deleted
@@ -16438,7 +16446,7 @@ components:
1643816446
type: apiKey
1643916447
info:
1644016448
title: Stream API
16441-
version: v191.1.0
16449+
version: v191.6.1
1644216450
openapi: 3.0.3
1644316451
paths:
1644416452
/app:

openapi/clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/clientside-api.yaml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,6 +3603,18 @@ components:
36033603
title: The end time of the closed caption.
36043604
type: number
36053605
x-stream-index: "003"
3606+
id:
3607+
title: The ID of the closed caption.
3608+
type: string
3609+
x-stream-index: "009"
3610+
language:
3611+
title: The language of the closed caption.
3612+
type: string
3613+
x-stream-index: "007"
3614+
service:
3615+
title: The service that generated the closed caption. By default stream
3616+
type: string
3617+
x-stream-index: "006"
36063618
speaker_id:
36073619
title: The speaker ID of the closed caption.
36083620
type: string
@@ -3616,16 +3628,23 @@ components:
36163628
title: The text of the closed caption.
36173629
type: string
36183630
x-stream-index: "001"
3631+
translated:
3632+
title: Whether the closed caption is translated.
3633+
type: boolean
3634+
x-stream-index: "008"
36193635
user:
36203636
$ref: '#/components/schemas/UserResponse'
3621-
title: The full user for the closed caption.
3637+
title: The user who spoke the closed caption.
36223638
x-stream-index: "005"
36233639
required:
36243640
- text
36253641
- start_time
36263642
- end_time
36273643
- speaker_id
36283644
- user
3645+
- language
3646+
- translated
3647+
- id
36293648
title: CallClosedCaption
36303649
type: object
36313650
CallClosedCaptionsFailedEvent:
@@ -14633,7 +14652,7 @@ components:
1463314652
type: array
1463414653
x-stream-index: "001.002"
1463514654
type:
14636-
default: message.new
14655+
default: notification.thread_message_new
1463714656
type: string
1463814657
x-stream-index: "004.001"
1463914658
user:
@@ -16667,6 +16686,7 @@ components:
1666716686
- remove-call-member
1666816687
- screenshare
1666916688
- send-audio
16689+
- send-closed-captions-call
1667016690
- send-video
1667116691
- start-broadcast-call
1667216692
- start-closed-captions-call
@@ -23276,6 +23296,8 @@ components:
2327623296
- channel_cid
2327723297
- parent_message_id
2327823298
- created_by_user_id
23299+
- participant_count
23300+
- active_participant_count
2327923301
- created_at
2328023302
- updated_at
2328123303
- title
@@ -23391,6 +23413,8 @@ components:
2339123413
- channel_cid
2339223414
- parent_message_id
2339323415
- created_by_user_id
23416+
- participant_count
23417+
- active_participant_count
2339423418
- created_at
2339523419
- updated_at
2339623420
- title
@@ -25837,7 +25861,7 @@ components:
2583725861
channel_custom:
2583825862
additionalProperties: {}
2583925863
type: object
25840-
x-stream-index: 001.001.005
25864+
x-stream-index: 001.001.006
2584125865
channel_id:
2584225866
description: The ID of the channel where the target user's messages were
2584325867
deleted
@@ -25848,6 +25872,10 @@ components:
2584825872
format: int32
2584925873
type: integer
2585025874
x-stream-index: 001.001.004
25875+
channel_message_count:
25876+
format: int64
25877+
type: integer
25878+
x-stream-index: 001.001.005
2585125879
channel_type:
2585225880
description: The type of the channel where the target user's messages were
2585325881
deleted
@@ -27371,7 +27399,7 @@ components:
2737127399
type: apiKey
2737227400
info:
2737327401
title: Stream API
27374-
version: v191.1.0
27402+
version: v191.6.1
2737527403
openapi: 3.0.3
2737627404
paths:
2737727405
/api/v2/app:

openapi/moderation-clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7593,7 +7593,7 @@ components:
75937593
type: apiKey
75947594
info:
75957595
title: Stream API
7596-
version: v191.1.0
7596+
version: v191.6.1
75977597
openapi: 3.0.3
75987598
paths:
75997599
/api/v2/moderation/ban:

openapi/moderation-serverside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)