Skip to content

Commit 52e1879

Browse files
committed
chore: update OpenAPI specs to v226.28.0
1 parent 65acacc commit 52e1879

58 files changed

Lines changed: 642 additions & 228 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15699,7 +15699,7 @@ components:
1569915699
type: apiKey
1570015700
info:
1570115701
title: Stream API
15702-
version: v226.27.0
15702+
version: v226.28.0
1570315703
openapi: 3.0.3
1570415704
paths:
1570515705
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ components:
601601
type: string
602602
x-stream-index: "002.001"
603603
type:
604-
default: export.moderation_logs.error
604+
default: export.bulk_image_moderation.error
605605
type: string
606606
x-stream-index: "003.002"
607607
required:
@@ -5756,6 +5756,9 @@ components:
57565756
type: object
57575757
ErrorResult:
57585758
properties:
5759+
description:
5760+
type: string
5761+
x-stream-index: "002"
57595762
stacktrace:
57605763
type: string
57615764
x-stream-index: "003"
@@ -21159,7 +21162,7 @@ components:
2115921162
type: apiKey
2116021163
info:
2116121164
title: Stream API
21162-
version: v226.27.0
21165+
version: v226.28.0
2116321166
openapi: 3.0.3
2116421167
paths:
2116521168
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 48 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,6 +3582,17 @@ components:
35823582
- blocked_user_id
35833583
- created_at
35843584
type: object
3585+
BodyguardProfileSummary:
3586+
properties:
3587+
display_name:
3588+
type: string
3589+
x-stream-index: "002"
3590+
name:
3591+
type: string
3592+
x-stream-index: "001"
3593+
required:
3594+
- name
3595+
type: object
35853596
BodyguardRule:
35863597
properties:
35873598
action:
@@ -8073,6 +8084,16 @@ components:
80738084
- notifications_muted
80748085
title: Channel member
80758086
type: object
8087+
ChannelMessageCountRuleParameters:
8088+
properties:
8089+
operator:
8090+
type: string
8091+
x-stream-index: "002"
8092+
threshold:
8093+
format: int32
8094+
type: integer
8095+
x-stream-index: "001"
8096+
type: object
80768097
ChannelMute:
80778098
nullable: true
80788099
properties:
@@ -10017,6 +10038,15 @@ components:
1001710038
description: Configuration for toxicity detection
1001810039
title: Automod Toxicity Config
1001910040
x-stream-index: "004"
10041+
available_bodyguard_profiles:
10042+
description: Names of Bodyguard credential profiles registered on this app.
10043+
The dashboard uses this list to render the profile picker on the AI Text
10044+
section.
10045+
items:
10046+
$ref: '#/components/schemas/BodyguardProfileSummary'
10047+
title: Available Bodyguard Profiles
10048+
type: array
10049+
x-stream-index: "019"
1002010050
block_list_config:
1002110051
$ref: '#/components/schemas/BlockListConfig'
1002210052
description: Configuration for block list filtering
@@ -28210,16 +28240,19 @@ components:
2821028240
properties:
2821128241
call_custom_property_params:
2821228242
$ref: '#/components/schemas/CallCustomPropertyParameters'
28213-
x-stream-index: "020"
28243+
x-stream-index: "021"
2821428244
call_type_rule_params:
2821528245
$ref: '#/components/schemas/CallTypeRuleParameters'
28216-
x-stream-index: "019"
28246+
x-stream-index: "020"
2821728247
call_violation_count_params:
2821828248
$ref: '#/components/schemas/CallViolationCountParameters'
28219-
x-stream-index: "021"
28249+
x-stream-index: "022"
28250+
channel_message_count_rule_params:
28251+
$ref: '#/components/schemas/ChannelMessageCountRuleParameters'
28252+
x-stream-index: "008"
2822028253
closed_caption_rule_params:
2822128254
$ref: '#/components/schemas/ClosedCaptionRuleParameters'
28222-
x-stream-index: "018"
28255+
x-stream-index: "019"
2822328256
confidence:
2822428257
format: float
2822528258
type: number
@@ -28229,19 +28262,19 @@ components:
2822928262
x-stream-index: "007"
2823028263
content_flag_count_rule_params:
2823128264
$ref: '#/components/schemas/FlagCountRuleParameters'
28232-
x-stream-index: "009"
28265+
x-stream-index: "010"
2823328266
image_content_params:
2823428267
$ref: '#/components/schemas/ImageContentParameters'
28235-
x-stream-index: "012"
28268+
x-stream-index: "013"
2823628269
image_rule_params:
2823728270
$ref: '#/components/schemas/ImageRuleParameters'
2823828271
x-stream-index: "004"
2823928272
keyframe_rule_params:
2824028273
$ref: '#/components/schemas/KeyframeRuleParameters'
28241-
x-stream-index: "017"
28274+
x-stream-index: "018"
2824228275
text_content_params:
2824328276
$ref: '#/components/schemas/TextContentParameters'
28244-
x-stream-index: "011"
28277+
x-stream-index: "012"
2824528278
text_rule_params:
2824628279
$ref: '#/components/schemas/TextRuleParameters'
2824728280
x-stream-index: "003"
@@ -28250,25 +28283,25 @@ components:
2825028283
x-stream-index: "001"
2825128284
user_created_within_params:
2825228285
$ref: '#/components/schemas/UserCreatedWithinParameters'
28253-
x-stream-index: "014"
28286+
x-stream-index: "015"
2825428287
user_custom_property_params:
2825528288
$ref: '#/components/schemas/UserCustomPropertyParameters'
28256-
x-stream-index: "015"
28289+
x-stream-index: "016"
2825728290
user_flag_count_rule_params:
2825828291
$ref: '#/components/schemas/FlagCountRuleParameters'
28259-
x-stream-index: "008"
28292+
x-stream-index: "009"
2826028293
user_identical_content_count_params:
2826128294
$ref: '#/components/schemas/UserIdenticalContentCountParameters'
28262-
x-stream-index: "010"
28295+
x-stream-index: "011"
2826328296
user_role_params:
2826428297
$ref: '#/components/schemas/UserRoleParameters'
28265-
x-stream-index: "016"
28298+
x-stream-index: "017"
2826628299
user_rule_params:
2826728300
$ref: '#/components/schemas/UserRuleParameters'
2826828301
x-stream-index: "006"
2826928302
video_content_params:
2827028303
$ref: '#/components/schemas/VideoContentParameters'
28271-
x-stream-index: "013"
28304+
x-stream-index: "014"
2827228305
video_rule_params:
2827328306
$ref: '#/components/schemas/VideoRuleParameters'
2827428307
x-stream-index: "005"
@@ -36716,7 +36749,7 @@ components:
3671636749
type: apiKey
3671736750
info:
3671836751
title: Stream API
36719-
version: v226.27.0
36752+
version: v226.28.0
3672036753
openapi: 3.0.3
3672136754
paths:
3672236755
/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: 48 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,17 @@ components:
867867
- team
868868
- action
869869
type: object
870+
BodyguardProfileSummary:
871+
properties:
872+
display_name:
873+
type: string
874+
x-stream-index: "002"
875+
name:
876+
type: string
877+
x-stream-index: "001"
878+
required:
879+
- name
880+
type: object
870881
BodyguardRule:
871882
properties:
872883
action:
@@ -1398,6 +1409,16 @@ components:
13981409
- notifications_muted
13991410
title: Channel member
14001411
type: object
1412+
ChannelMessageCountRuleParameters:
1413+
properties:
1414+
operator:
1415+
type: string
1416+
x-stream-index: "002"
1417+
threshold:
1418+
format: int32
1419+
type: integer
1420+
x-stream-index: "001"
1421+
type: object
14011422
ChannelMute:
14021423
nullable: true
14031424
properties:
@@ -1977,6 +1998,15 @@ components:
19771998
description: Configuration for toxicity detection
19781999
title: Automod Toxicity Config
19792000
x-stream-index: "004"
2001+
available_bodyguard_profiles:
2002+
description: Names of Bodyguard credential profiles registered on this app.
2003+
The dashboard uses this list to render the profile picker on the AI Text
2004+
section.
2005+
items:
2006+
$ref: '#/components/schemas/BodyguardProfileSummary'
2007+
title: Available Bodyguard Profiles
2008+
type: array
2009+
x-stream-index: "019"
19802010
block_list_config:
19812011
$ref: '#/components/schemas/BlockListConfig'
19822012
description: Configuration for block list filtering
@@ -5210,16 +5240,19 @@ components:
52105240
properties:
52115241
call_custom_property_params:
52125242
$ref: '#/components/schemas/CallCustomPropertyParameters'
5213-
x-stream-index: "020"
5243+
x-stream-index: "021"
52145244
call_type_rule_params:
52155245
$ref: '#/components/schemas/CallTypeRuleParameters'
5216-
x-stream-index: "019"
5246+
x-stream-index: "020"
52175247
call_violation_count_params:
52185248
$ref: '#/components/schemas/CallViolationCountParameters'
5219-
x-stream-index: "021"
5249+
x-stream-index: "022"
5250+
channel_message_count_rule_params:
5251+
$ref: '#/components/schemas/ChannelMessageCountRuleParameters'
5252+
x-stream-index: "008"
52205253
closed_caption_rule_params:
52215254
$ref: '#/components/schemas/ClosedCaptionRuleParameters'
5222-
x-stream-index: "018"
5255+
x-stream-index: "019"
52235256
confidence:
52245257
format: float
52255258
type: number
@@ -5229,19 +5262,19 @@ components:
52295262
x-stream-index: "007"
52305263
content_flag_count_rule_params:
52315264
$ref: '#/components/schemas/FlagCountRuleParameters'
5232-
x-stream-index: "009"
5265+
x-stream-index: "010"
52335266
image_content_params:
52345267
$ref: '#/components/schemas/ImageContentParameters'
5235-
x-stream-index: "012"
5268+
x-stream-index: "013"
52365269
image_rule_params:
52375270
$ref: '#/components/schemas/ImageRuleParameters'
52385271
x-stream-index: "004"
52395272
keyframe_rule_params:
52405273
$ref: '#/components/schemas/KeyframeRuleParameters'
5241-
x-stream-index: "017"
5274+
x-stream-index: "018"
52425275
text_content_params:
52435276
$ref: '#/components/schemas/TextContentParameters'
5244-
x-stream-index: "011"
5277+
x-stream-index: "012"
52455278
text_rule_params:
52465279
$ref: '#/components/schemas/TextRuleParameters'
52475280
x-stream-index: "003"
@@ -5250,25 +5283,25 @@ components:
52505283
x-stream-index: "001"
52515284
user_created_within_params:
52525285
$ref: '#/components/schemas/UserCreatedWithinParameters'
5253-
x-stream-index: "014"
5286+
x-stream-index: "015"
52545287
user_custom_property_params:
52555288
$ref: '#/components/schemas/UserCustomPropertyParameters'
5256-
x-stream-index: "015"
5289+
x-stream-index: "016"
52575290
user_flag_count_rule_params:
52585291
$ref: '#/components/schemas/FlagCountRuleParameters'
5259-
x-stream-index: "008"
5292+
x-stream-index: "009"
52605293
user_identical_content_count_params:
52615294
$ref: '#/components/schemas/UserIdenticalContentCountParameters'
5262-
x-stream-index: "010"
5295+
x-stream-index: "011"
52635296
user_role_params:
52645297
$ref: '#/components/schemas/UserRoleParameters'
5265-
x-stream-index: "016"
5298+
x-stream-index: "017"
52665299
user_rule_params:
52675300
$ref: '#/components/schemas/UserRuleParameters'
52685301
x-stream-index: "006"
52695302
video_content_params:
52705303
$ref: '#/components/schemas/VideoContentParameters'
5271-
x-stream-index: "013"
5304+
x-stream-index: "014"
52725305
video_rule_params:
52735306
$ref: '#/components/schemas/VideoRuleParameters'
52745307
x-stream-index: "005"
@@ -6364,7 +6397,7 @@ components:
63646397
type: apiKey
63656398
info:
63666399
title: Stream API
6367-
version: v226.27.0
6400+
version: v226.28.0
63686401
openapi: 3.0.3
63696402
paths:
63706403
/api/v2/moderation/action_config:

openapi/moderation-openapi.json

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

openapi/moderation-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@ components:
45704570
type: apiKey
45714571
info:
45724572
title: Stream API
4573-
version: v226.27.0
4573+
version: v226.28.0
45744574
openapi: 3.0.3
45754575
paths:
45764576
/api/v1/moderation/chat_message_tasks:

0 commit comments

Comments
 (0)