Skip to content

Commit db877b7

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

36 files changed

+1086
-584
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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3.0
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
@@ -588,7 +588,7 @@ components:
588588
type: string
589589
x-stream-index: "002.001"
590590
type:
591-
default: export.users.error
591+
default: export.moderation_logs.error
592592
type: string
593593
x-stream-index: "003.002"
594594
required:
@@ -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.3.0
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: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,6 +3603,10 @@ components:
36033603
title: The end time of the closed caption.
36043604
type: number
36053605
x-stream-index: "003"
3606+
service:
3607+
title: The service that generated the closed caption. By default stream
3608+
type: string
3609+
x-stream-index: "006"
36063610
speaker_id:
36073611
title: The speaker ID of the closed caption.
36083612
type: string
@@ -3618,7 +3622,7 @@ components:
36183622
x-stream-index: "001"
36193623
user:
36203624
$ref: '#/components/schemas/UserResponse'
3621-
title: The full user for the closed caption.
3625+
title: The user who spoke the closed caption.
36223626
x-stream-index: "005"
36233627
required:
36243628
- text
@@ -14633,7 +14637,7 @@ components:
1463314637
type: array
1463414638
x-stream-index: "001.002"
1463514639
type:
14636-
default: message.new
14640+
default: notification.thread_message_new
1463714641
type: string
1463814642
x-stream-index: "004.001"
1463914643
user:
@@ -16667,6 +16671,7 @@ components:
1666716671
- remove-call-member
1666816672
- screenshare
1666916673
- send-audio
16674+
- send-closed-captions-call
1667016675
- send-video
1667116676
- start-broadcast-call
1667216677
- start-closed-captions-call
@@ -23276,6 +23281,8 @@ components:
2327623281
- channel_cid
2327723282
- parent_message_id
2327823283
- created_by_user_id
23284+
- participant_count
23285+
- active_participant_count
2327923286
- created_at
2328023287
- updated_at
2328123288
- title
@@ -23391,6 +23398,8 @@ components:
2339123398
- channel_cid
2339223399
- parent_message_id
2339323400
- created_by_user_id
23401+
- participant_count
23402+
- active_participant_count
2339423403
- created_at
2339523404
- updated_at
2339623405
- title
@@ -25837,7 +25846,7 @@ components:
2583725846
channel_custom:
2583825847
additionalProperties: {}
2583925848
type: object
25840-
x-stream-index: 001.001.005
25849+
x-stream-index: 001.001.006
2584125850
channel_id:
2584225851
description: The ID of the channel where the target user's messages were
2584325852
deleted
@@ -25848,6 +25857,10 @@ components:
2584825857
format: int32
2584925858
type: integer
2585025859
x-stream-index: 001.001.004
25860+
channel_message_count:
25861+
format: int64
25862+
type: integer
25863+
x-stream-index: 001.001.005
2585125864
channel_type:
2585225865
description: The type of the channel where the target user's messages were
2585325866
deleted
@@ -27371,7 +27384,7 @@ components:
2737127384
type: apiKey
2737227385
info:
2737327386
title: Stream API
27374-
version: v191.1.0
27387+
version: v191.3.0
2737527388
openapi: 3.0.3
2737627389
paths:
2737727390
/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.3.0
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)