Skip to content

Commit 6a69bd9

Browse files
chore: update OpenAPI specs to v226.9.2 (#1818)
Co-authored-by: GH Action CI Stream <ci@stream.io>
1 parent ad4ac5a commit 6a69bd9

58 files changed

Lines changed: 530 additions & 114 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9140,6 +9140,20 @@ components:
91409140
operators:
91419141
- $eq
91429142
type: boolean
9143+
name:
9144+
operators:
9145+
- $autocomplete
9146+
- $eq
9147+
- $exists
9148+
- $gt
9149+
- $gte
9150+
- $in
9151+
- $lt
9152+
- $lte
9153+
- $ne
9154+
- $nin
9155+
- $q
9156+
type: string
91439157
pinned:
91449158
operators:
91459159
- $eq
@@ -10130,6 +10144,14 @@ components:
1013010144
operators:
1013110145
- $autocomplete
1013210146
- $eq
10147+
- $exists
10148+
- $gt
10149+
- $gte
10150+
- $in
10151+
- $lt
10152+
- $lte
10153+
- $ne
10154+
- $nin
1013310155
type: string
1013410156
role:
1013510157
operators:
@@ -11244,6 +11266,20 @@ components:
1124411266
operators:
1124511267
- $eq
1124611268
type: boolean
11269+
name:
11270+
operators:
11271+
- $autocomplete
11272+
- $eq
11273+
- $exists
11274+
- $gt
11275+
- $gte
11276+
- $in
11277+
- $lt
11278+
- $lte
11279+
- $ne
11280+
- $nin
11281+
- $q
11282+
type: string
1124711283
pinned:
1124811284
operators:
1124911285
- $eq
@@ -15536,7 +15572,7 @@ components:
1553615572
type: apiKey
1553715573
info:
1553815574
title: Stream API
15539-
version: v226.9.1
15575+
version: v226.9.2
1554015576
openapi: 3.0.3
1554115577
paths:
1554215578
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ components:
597597
type: string
598598
x-stream-index: "002.001"
599599
type:
600-
default: export.bulk_image_moderation.error
600+
default: export.channels.error
601601
type: string
602602
x-stream-index: "003.002"
603603
required:
@@ -10541,6 +10541,9 @@ components:
1054110541
flag_user_on_flagged_content:
1054210542
type: boolean
1054310543
x-stream-index: "002"
10544+
include_attachment_payload:
10545+
type: boolean
10546+
x-stream-index: "011"
1054410547
keyframe_classifications_map:
1054510548
additionalProperties:
1054610549
additionalProperties:
@@ -12594,6 +12597,20 @@ components:
1259412597
operators:
1259512598
- $eq
1259612599
type: boolean
12600+
name:
12601+
operators:
12602+
- $autocomplete
12603+
- $eq
12604+
- $exists
12605+
- $gt
12606+
- $gte
12607+
- $in
12608+
- $lt
12609+
- $lte
12610+
- $ne
12611+
- $nin
12612+
- $q
12613+
type: string
1259712614
pinned:
1259812615
operators:
1259912616
- $eq
@@ -13856,6 +13873,14 @@ components:
1385613873
operators:
1385713874
- $autocomplete
1385813875
- $eq
13876+
- $exists
13877+
- $gt
13878+
- $gte
13879+
- $in
13880+
- $lt
13881+
- $lte
13882+
- $ne
13883+
- $nin
1385913884
type: string
1386013885
role:
1386113886
operators:
@@ -15288,6 +15313,20 @@ components:
1528815313
operators:
1528915314
- $eq
1529015315
type: boolean
15316+
name:
15317+
operators:
15318+
- $autocomplete
15319+
- $eq
15320+
- $exists
15321+
- $gt
15322+
- $gte
15323+
- $in
15324+
- $lt
15325+
- $lte
15326+
- $ne
15327+
- $nin
15328+
- $q
15329+
type: string
1529115330
pinned:
1529215331
operators:
1529315332
- $eq
@@ -20820,7 +20859,7 @@ components:
2082020859
type: apiKey
2082120860
info:
2082220861
title: Stream API
20823-
version: v226.9.1
20862+
version: v226.9.2
2082420863
openapi: 3.0.3
2082520864
paths:
2082620865
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24083,6 +24083,20 @@ components:
2408324083
operators:
2408424084
- $eq
2408524085
type: boolean
24086+
name:
24087+
operators:
24088+
- $autocomplete
24089+
- $eq
24090+
- $exists
24091+
- $gt
24092+
- $gte
24093+
- $in
24094+
- $lt
24095+
- $lte
24096+
- $ne
24097+
- $nin
24098+
- $q
24099+
type: string
2408624100
pinned:
2408724101
operators:
2408824102
- $eq
@@ -25748,6 +25762,14 @@ components:
2574825762
operators:
2574925763
- $autocomplete
2575025764
- $eq
25765+
- $exists
25766+
- $gt
25767+
- $gte
25768+
- $in
25769+
- $lt
25770+
- $lte
25771+
- $ne
25772+
- $nin
2575125773
type: string
2575225774
role:
2575325775
operators:
@@ -28465,6 +28487,20 @@ components:
2846528487
operators:
2846628488
- $eq
2846728489
type: boolean
28490+
name:
28491+
operators:
28492+
- $autocomplete
28493+
- $eq
28494+
- $exists
28495+
- $gt
28496+
- $gte
28497+
- $in
28498+
- $lt
28499+
- $lte
28500+
- $ne
28501+
- $nin
28502+
- $q
28503+
type: string
2846828504
pinned:
2846928505
operators:
2847028506
- $eq
@@ -36100,7 +36136,7 @@ components:
3610036136
type: apiKey
3610136137
info:
3610236138
title: Stream API
36103-
version: v226.9.1
36139+
version: v226.9.2
3610436140
openapi: 3.0.3
3610536141
paths:
3610636142
/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
@@ -6516,7 +6516,7 @@ components:
65166516
type: apiKey
65176517
info:
65186518
title: Stream API
6519-
version: v226.9.1
6519+
version: v226.9.2
65206520
openapi: 3.0.3
65216521
paths:
65226522
/api/v2/moderation/appeal:

openapi/moderation-openapi.json

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

0 commit comments

Comments
 (0)