Skip to content

Commit a9224e4

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

36 files changed

+467
-151
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.4.0
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: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ components:
605605
type: string
606606
x-stream-index: "002.001"
607607
type:
608-
default: export.bulk_image_moderation.error
608+
default: export.channels.error
609609
type: string
610610
x-stream-index: "003.002"
611611
required:
@@ -1044,6 +1044,12 @@ components:
10441044
id:
10451045
type: string
10461046
x-stream-index: "003"
1047+
is_leet_check_enabled:
1048+
type: boolean
1049+
x-stream-index: "008"
1050+
is_plural_check_enabled:
1051+
type: boolean
1052+
x-stream-index: "009"
10471053
name:
10481054
description: Block list name
10491055
title: Name
@@ -1074,6 +1080,8 @@ components:
10741080
- name
10751081
- type
10761082
- words
1083+
- is_leet_check_enabled
1084+
- is_plural_check_enabled
10771085
title: Block list
10781086
type: object
10791087
x-stream-docs-page-id: block_lists
@@ -2331,14 +2339,17 @@ components:
23312339
archived_at:
23322340
format: date-time
23332341
type: string
2334-
x-stream-index: "006"
2342+
x-stream-index: "007"
23352343
ban_expires:
23362344
format: date-time
23372345
type: string
2338-
x-stream-index: "007"
2346+
x-stream-index: "008"
23392347
banned:
23402348
type: boolean
23412349
x-stream-index: "004"
2350+
blocked:
2351+
type: boolean
2352+
x-stream-index: "005"
23422353
hidden:
23432354
type: boolean
23442355
x-stream-index: "001"
@@ -2348,12 +2359,13 @@ components:
23482359
pinned_at:
23492360
format: date-time
23502361
type: string
2351-
x-stream-index: "005"
2362+
x-stream-index: "006"
23522363
required:
23532364
- hidden
23542365
- pinned
23552366
- archived
23562367
- banned
2368+
- blocked
23572369
type: object
23582370
ChannelMemberResponse:
23592371
properties:
@@ -3494,15 +3506,21 @@ components:
34943506
description: Block list contains restricted words
34953507
nullable: true
34963508
properties:
3509+
is_leet_check_enabled:
3510+
type: boolean
3511+
x-stream-index: "001"
3512+
is_plural_check_enabled:
3513+
type: boolean
3514+
x-stream-index: "002"
34973515
name:
34983516
description: Block list name
34993517
maxLength: 255
35003518
title: Name
35013519
type: string
3502-
x-stream-index: "001"
3520+
x-stream-index: "003"
35033521
team:
35043522
type: string
3505-
x-stream-index: "004"
3523+
x-stream-index: "006"
35063524
type:
35073525
description: Block list type.
35083526
enum:
@@ -3513,15 +3531,15 @@ components:
35133531
- word
35143532
title: Type
35153533
type: string
3516-
x-stream-index: "003"
3534+
x-stream-index: "005"
35173535
words:
35183536
description: List of words to block
35193537
items:
35203538
type: string
35213539
minimum: 1
35223540
title: Words
35233541
type: array
3524-
x-stream-index: "002"
3542+
x-stream-index: "004"
35253543
required:
35263544
- name
35273545
- words
@@ -7754,7 +7772,7 @@ components:
77547772
type: array
77557773
x-stream-index: "001.002"
77567774
type:
7757-
default: message.new
7775+
default: notification.thread_message_new
77587776
type: string
77597777
x-stream-index: "004.001"
77607778
user:
@@ -13981,6 +13999,12 @@ components:
1398113999
UpdateBlockListRequest:
1398214000
nullable: true
1398314001
properties:
14002+
is_leet_check_enabled:
14003+
type: boolean
14004+
x-stream-index: "005"
14005+
is_plural_check_enabled:
14006+
type: boolean
14007+
x-stream-index: "006"
1398414008
team:
1398514009
type: string
1398614010
x-stream-index: "002"
@@ -16571,7 +16595,7 @@ components:
1657116595
type: apiKey
1657216596
info:
1657316597
title: Stream API
16574-
version: v198.1.0
16598+
version: v198.4.0
1657516599
openapi: 3.0.3
1657616600
paths:
1657716601
/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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,6 +2715,12 @@ components:
27152715
id:
27162716
type: string
27172717
x-stream-index: "003"
2718+
is_leet_check_enabled:
2719+
type: boolean
2720+
x-stream-index: "008"
2721+
is_plural_check_enabled:
2722+
type: boolean
2723+
x-stream-index: "009"
27182724
name:
27192725
description: Block list name
27202726
title: Name
@@ -2745,6 +2751,8 @@ components:
27452751
- name
27462752
- type
27472753
- words
2754+
- is_leet_check_enabled
2755+
- is_plural_check_enabled
27482756
title: Block list
27492757
type: object
27502758
x-stream-docs-page-id: block_lists
@@ -6628,14 +6636,17 @@ components:
66286636
archived_at:
66296637
format: date-time
66306638
type: number
6631-
x-stream-index: "006"
6639+
x-stream-index: "007"
66326640
ban_expires:
66336641
format: date-time
66346642
type: number
6635-
x-stream-index: "007"
6643+
x-stream-index: "008"
66366644
banned:
66376645
type: boolean
66386646
x-stream-index: "004"
6647+
blocked:
6648+
type: boolean
6649+
x-stream-index: "005"
66396650
hidden:
66406651
type: boolean
66416652
x-stream-index: "001"
@@ -6645,12 +6656,13 @@ components:
66456656
pinned_at:
66466657
format: date-time
66476658
type: number
6648-
x-stream-index: "005"
6659+
x-stream-index: "006"
66496660
required:
66506661
- hidden
66516662
- pinned
66526663
- archived
66536664
- banned
6665+
- blocked
66546666
type: object
66556667
ChannelMemberResponse:
66566668
properties:
@@ -8122,15 +8134,21 @@ components:
81228134
description: Block list contains restricted words
81238135
nullable: true
81248136
properties:
8137+
is_leet_check_enabled:
8138+
type: boolean
8139+
x-stream-index: "001"
8140+
is_plural_check_enabled:
8141+
type: boolean
8142+
x-stream-index: "002"
81258143
name:
81268144
description: Block list name
81278145
maxLength: 255
81288146
title: Name
81298147
type: string
8130-
x-stream-index: "001"
8148+
x-stream-index: "003"
81318149
team:
81328150
type: string
8133-
x-stream-index: "004"
8151+
x-stream-index: "006"
81348152
type:
81358153
description: Block list type.
81368154
enum:
@@ -8141,15 +8159,15 @@ components:
81418159
- word
81428160
title: Type
81438161
type: string
8144-
x-stream-index: "003"
8162+
x-stream-index: "005"
81458163
words:
81468164
description: List of words to block
81478165
items:
81488166
type: string
81498167
minimum: 1
81508168
title: Words
81518169
type: array
8152-
x-stream-index: "002"
8170+
x-stream-index: "004"
81538171
required:
81548172
- name
81558173
- words
@@ -13769,7 +13787,7 @@ components:
1376913787
type: array
1377013788
x-stream-index: "001.002"
1377113789
type:
13772-
default: notification.thread_message_new
13790+
default: message.new
1377313791
type: string
1377413792
x-stream-index: "004.001"
1377513793
user:
@@ -23536,6 +23554,12 @@ components:
2353623554
UpdateBlockListRequest:
2353723555
nullable: true
2353823556
properties:
23557+
is_leet_check_enabled:
23558+
type: boolean
23559+
x-stream-index: "005"
23560+
is_plural_check_enabled:
23561+
type: boolean
23562+
x-stream-index: "006"
2353923563
team:
2354023564
type: string
2354123565
x-stream-index: "002"
@@ -26605,7 +26629,7 @@ components:
2660526629
type: apiKey
2660626630
info:
2660726631
title: Stream API
26608-
version: v198.1.0
26632+
version: v198.4.0
2660926633
openapi: 3.0.3
2661026634
paths:
2661126635
/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)