Skip to content

Commit a2cb87a

Browse files
committed
Update video openapi Spec
1 parent 499da34 commit a2cb87a

36 files changed

+480
-142
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: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,12 @@ components:
613613
id:
614614
type: string
615615
x-stream-index: "003"
616+
is_leet_check_enabled:
617+
type: boolean
618+
x-stream-index: "008"
619+
is_plural_check_enabled:
620+
type: boolean
621+
x-stream-index: "009"
616622
name:
617623
description: Block list name
618624
title: Name
@@ -643,6 +649,8 @@ components:
643649
- name
644650
- type
645651
- words
652+
- is_leet_check_enabled
653+
- is_plural_check_enabled
646654
title: Block list
647655
type: object
648656
x-stream-docs-page-id: block_lists
@@ -1547,14 +1555,17 @@ components:
15471555
archived_at:
15481556
format: date-time
15491557
type: string
1550-
x-stream-index: "006"
1558+
x-stream-index: "007"
15511559
ban_expires:
15521560
format: date-time
15531561
type: string
1554-
x-stream-index: "007"
1562+
x-stream-index: "008"
15551563
banned:
15561564
type: boolean
15571565
x-stream-index: "004"
1566+
blocked:
1567+
type: boolean
1568+
x-stream-index: "005"
15581569
hidden:
15591570
type: boolean
15601571
x-stream-index: "001"
@@ -1564,12 +1575,13 @@ components:
15641575
pinned_at:
15651576
format: date-time
15661577
type: string
1567-
x-stream-index: "005"
1578+
x-stream-index: "006"
15681579
required:
15691580
- hidden
15701581
- pinned
15711582
- archived
15721583
- banned
1584+
- blocked
15731585
type: object
15741586
ChannelMemberResponse:
15751587
properties:
@@ -2270,15 +2282,21 @@ components:
22702282
description: Block list contains restricted words
22712283
nullable: true
22722284
properties:
2285+
is_leet_check_enabled:
2286+
type: boolean
2287+
x-stream-index: "001"
2288+
is_plural_check_enabled:
2289+
type: boolean
2290+
x-stream-index: "002"
22732291
name:
22742292
description: Block list name
22752293
maxLength: 255
22762294
title: Name
22772295
type: string
2278-
x-stream-index: "001"
2296+
x-stream-index: "003"
22792297
team:
22802298
type: string
2281-
x-stream-index: "004"
2299+
x-stream-index: "006"
22822300
type:
22832301
description: Block list type.
22842302
enum:
@@ -2289,15 +2307,15 @@ components:
22892307
- word
22902308
title: Type
22912309
type: string
2292-
x-stream-index: "003"
2310+
x-stream-index: "005"
22932311
words:
22942312
description: List of words to block
22952313
items:
22962314
type: string
22972315
minimum: 1
22982316
title: Words
22992317
type: array
2300-
x-stream-index: "002"
2318+
x-stream-index: "004"
23012319
required:
23022320
- name
23032321
- words
@@ -4629,7 +4647,7 @@ components:
46294647
type: array
46304648
x-stream-index: "001.002"
46314649
type:
4632-
default: message.new
4650+
default: notification.thread_message_new
46334651
type: string
46344652
x-stream-index: "004.001"
46354653
user:
@@ -10078,6 +10096,12 @@ components:
1007810096
UpdateBlockListRequest:
1007910097
nullable: true
1008010098
properties:
10099+
is_leet_check_enabled:
10100+
type: boolean
10101+
x-stream-index: "005"
10102+
is_plural_check_enabled:
10103+
type: boolean
10104+
x-stream-index: "006"
1008110105
team:
1008210106
type: string
1008310107
x-stream-index: "002"
@@ -11983,7 +12007,7 @@ components:
1198312007
type: apiKey
1198412008
info:
1198512009
title: Stream API
11986-
version: v198.1.0
12010+
version: v198.5.1
1198712011
openapi: 3.0.3
1198812012
paths:
1198912013
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ components:
860860
- mic_default_on
861861
- speaker_default_on
862862
- default_device
863+
- hifi_audio_enabled
863864
type: object
864865
AutomodDetails:
865866
properties:
@@ -1044,6 +1045,12 @@ components:
10441045
id:
10451046
type: string
10461047
x-stream-index: "003"
1048+
is_leet_check_enabled:
1049+
type: boolean
1050+
x-stream-index: "008"
1051+
is_plural_check_enabled:
1052+
type: boolean
1053+
x-stream-index: "009"
10471054
name:
10481055
description: Block list name
10491056
title: Name
@@ -1074,6 +1081,8 @@ components:
10741081
- name
10751082
- type
10761083
- words
1084+
- is_leet_check_enabled
1085+
- is_plural_check_enabled
10771086
title: Block list
10781087
type: object
10791088
x-stream-docs-page-id: block_lists
@@ -2331,14 +2340,17 @@ components:
23312340
archived_at:
23322341
format: date-time
23332342
type: string
2334-
x-stream-index: "006"
2343+
x-stream-index: "007"
23352344
ban_expires:
23362345
format: date-time
23372346
type: string
2338-
x-stream-index: "007"
2347+
x-stream-index: "008"
23392348
banned:
23402349
type: boolean
23412350
x-stream-index: "004"
2351+
blocked:
2352+
type: boolean
2353+
x-stream-index: "005"
23422354
hidden:
23432355
type: boolean
23442356
x-stream-index: "001"
@@ -2348,12 +2360,13 @@ components:
23482360
pinned_at:
23492361
format: date-time
23502362
type: string
2351-
x-stream-index: "005"
2363+
x-stream-index: "006"
23522364
required:
23532365
- hidden
23542366
- pinned
23552367
- archived
23562368
- banned
2369+
- blocked
23572370
type: object
23582371
ChannelMemberResponse:
23592372
properties:
@@ -3494,15 +3507,21 @@ components:
34943507
description: Block list contains restricted words
34953508
nullable: true
34963509
properties:
3510+
is_leet_check_enabled:
3511+
type: boolean
3512+
x-stream-index: "001"
3513+
is_plural_check_enabled:
3514+
type: boolean
3515+
x-stream-index: "002"
34973516
name:
34983517
description: Block list name
34993518
maxLength: 255
35003519
title: Name
35013520
type: string
3502-
x-stream-index: "001"
3521+
x-stream-index: "003"
35033522
team:
35043523
type: string
3505-
x-stream-index: "004"
3524+
x-stream-index: "006"
35063525
type:
35073526
description: Block list type.
35083527
enum:
@@ -3513,15 +3532,15 @@ components:
35133532
- word
35143533
title: Type
35153534
type: string
3516-
x-stream-index: "003"
3535+
x-stream-index: "005"
35173536
words:
35183537
description: List of words to block
35193538
items:
35203539
type: string
35213540
minimum: 1
35223541
title: Words
35233542
type: array
3524-
x-stream-index: "002"
3543+
x-stream-index: "004"
35253544
required:
35263545
- name
35273546
- words
@@ -13981,6 +14000,12 @@ components:
1398114000
UpdateBlockListRequest:
1398214001
nullable: true
1398314002
properties:
14003+
is_leet_check_enabled:
14004+
type: boolean
14005+
x-stream-index: "005"
14006+
is_plural_check_enabled:
14007+
type: boolean
14008+
x-stream-index: "006"
1398414009
team:
1398514010
type: string
1398614011
x-stream-index: "002"
@@ -16571,7 +16596,7 @@ components:
1657116596
type: apiKey
1657216597
info:
1657316598
title: Stream API
16574-
version: v198.1.0
16599+
version: v198.5.1
1657516600
openapi: 3.0.3
1657616601
paths:
1657716602
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,7 @@ components:
23602360
- mic_default_on
23612361
- speaker_default_on
23622362
- default_device
2363+
- hifi_audio_enabled
23632364
type: object
23642365
AutomodDetails:
23652366
properties:
@@ -2715,6 +2716,12 @@ components:
27152716
id:
27162717
type: string
27172718
x-stream-index: "003"
2719+
is_leet_check_enabled:
2720+
type: boolean
2721+
x-stream-index: "008"
2722+
is_plural_check_enabled:
2723+
type: boolean
2724+
x-stream-index: "009"
27182725
name:
27192726
description: Block list name
27202727
title: Name
@@ -2745,6 +2752,8 @@ components:
27452752
- name
27462753
- type
27472754
- words
2755+
- is_leet_check_enabled
2756+
- is_plural_check_enabled
27482757
title: Block list
27492758
type: object
27502759
x-stream-docs-page-id: block_lists
@@ -6628,14 +6637,17 @@ components:
66286637
archived_at:
66296638
format: date-time
66306639
type: number
6631-
x-stream-index: "006"
6640+
x-stream-index: "007"
66326641
ban_expires:
66336642
format: date-time
66346643
type: number
6635-
x-stream-index: "007"
6644+
x-stream-index: "008"
66366645
banned:
66376646
type: boolean
66386647
x-stream-index: "004"
6648+
blocked:
6649+
type: boolean
6650+
x-stream-index: "005"
66396651
hidden:
66406652
type: boolean
66416653
x-stream-index: "001"
@@ -6645,12 +6657,13 @@ components:
66456657
pinned_at:
66466658
format: date-time
66476659
type: number
6648-
x-stream-index: "005"
6660+
x-stream-index: "006"
66496661
required:
66506662
- hidden
66516663
- pinned
66526664
- archived
66536665
- banned
6666+
- blocked
66546667
type: object
66556668
ChannelMemberResponse:
66566669
properties:
@@ -8122,15 +8135,21 @@ components:
81228135
description: Block list contains restricted words
81238136
nullable: true
81248137
properties:
8138+
is_leet_check_enabled:
8139+
type: boolean
8140+
x-stream-index: "001"
8141+
is_plural_check_enabled:
8142+
type: boolean
8143+
x-stream-index: "002"
81258144
name:
81268145
description: Block list name
81278146
maxLength: 255
81288147
title: Name
81298148
type: string
8130-
x-stream-index: "001"
8149+
x-stream-index: "003"
81318150
team:
81328151
type: string
8133-
x-stream-index: "004"
8152+
x-stream-index: "006"
81348153
type:
81358154
description: Block list type.
81368155
enum:
@@ -8141,15 +8160,15 @@ components:
81418160
- word
81428161
title: Type
81438162
type: string
8144-
x-stream-index: "003"
8163+
x-stream-index: "005"
81458164
words:
81468165
description: List of words to block
81478166
items:
81488167
type: string
81498168
minimum: 1
81508169
title: Words
81518170
type: array
8152-
x-stream-index: "002"
8171+
x-stream-index: "004"
81538172
required:
81548173
- name
81558174
- words
@@ -23536,6 +23555,12 @@ components:
2353623555
UpdateBlockListRequest:
2353723556
nullable: true
2353823557
properties:
23558+
is_leet_check_enabled:
23559+
type: boolean
23560+
x-stream-index: "005"
23561+
is_plural_check_enabled:
23562+
type: boolean
23563+
x-stream-index: "006"
2353923564
team:
2354023565
type: string
2354123566
x-stream-index: "002"
@@ -26605,7 +26630,7 @@ components:
2660526630
type: apiKey
2660626631
info:
2660726632
title: Stream API
26608-
version: v198.1.0
26633+
version: v198.5.1
2660926634
openapi: 3.0.3
2661026635
paths:
2661126636
/api/v2/app:

openapi/moderation-clientside-api.json

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

0 commit comments

Comments
 (0)