Skip to content

Commit 81a4638

Browse files
chore: update OpenAPI specs to v226.8.0 (#1815)
Co-authored-by: GH Action CI Stream <ci@stream.io>
1 parent 686d954 commit 81a4638

58 files changed

Lines changed: 208 additions & 64 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
@@ -15536,7 +15536,7 @@ components:
1553615536
type: apiKey
1553715537
info:
1553815538
title: Stream API
15539-
version: v226.7.1
15539+
version: v226.8.0
1554015540
openapi: 3.0.3
1554115541
paths:
1554215542
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 2 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:
@@ -20820,7 +20820,7 @@ components:
2082020820
type: apiKey
2082120821
info:
2082220822
title: Stream API
20823-
version: v226.7.1
20823+
version: v226.8.0
2082420824
openapi: 3.0.3
2082520825
paths:
2082620826
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,14 @@ components:
785785
- duration
786786
title: Activity Feedback Response
787787
type: object
788+
ActivityFilterConfig:
789+
properties:
790+
exclude_owner_activities:
791+
type: boolean
792+
x-stream-index: "001"
793+
required:
794+
- exclude_owner_activities
795+
type: object
788796
ActivityMarkEvent:
789797
description: Emitted when activities are marked as read, seen, or watched.
790798
nullable: true
@@ -12015,6 +12023,9 @@ components:
1201512023
x-stream-ws-base-event-name: VideoEvent
1201612024
FeedGroup:
1201712025
properties:
12026+
activity_filter:
12027+
$ref: '#/components/schemas/ActivityFilterConfig'
12028+
x-stream-index: "018"
1201812029
activity_processors:
1201912030
items:
1202012031
$ref: '#/components/schemas/ActivityProcessorConfig'
@@ -36089,7 +36100,7 @@ components:
3608936100
type: apiKey
3609036101
info:
3609136102
title: Stream API
36092-
version: v226.7.1
36103+
version: v226.8.0
3609336104
openapi: 3.0.3
3609436105
paths:
3609536106
/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.7.1
6519+
version: v226.8.0
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.

openapi/moderation-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ components:
400400
type: string
401401
x-stream-index: "002.001"
402402
type:
403-
default: export.moderation_logs.error
403+
default: export.bulk_image_moderation.error
404404
type: string
405405
x-stream-index: "003.002"
406406
required:
@@ -4758,7 +4758,7 @@ components:
47584758
type: apiKey
47594759
info:
47604760
title: Stream API
4761-
version: v226.7.1
4761+
version: v226.8.0
47624762
openapi: 3.0.3
47634763
paths:
47644764
/api/v1/moderation/chat_message_tasks:

0 commit comments

Comments
 (0)