Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15536,7 +15536,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -20820,7 +20820,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,14 @@ components:
- duration
title: Activity Feedback Response
type: object
ActivityFilterConfig:
properties:
exclude_owner_activities:
type: boolean
x-stream-index: "001"
required:
- exclude_owner_activities
type: object
ActivityMarkEvent:
description: Emitted when activities are marked as read, seen, or watched.
nullable: true
Expand Down Expand Up @@ -12015,6 +12023,9 @@ components:
x-stream-ws-base-event-name: VideoEvent
FeedGroup:
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
x-stream-index: "018"
activity_processors:
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
Expand Down Expand Up @@ -36089,7 +36100,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -4758,7 +4758,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v1/moderation/chat_message_tasks:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8198,7 +8198,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_logs:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

41 changes: 39 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,16 @@ components:
- duration
title: Activity Feedback Response
type: object
ActivityFilterConfig:
properties:
exclude_owner_activities:
description: When true, activities authored by the feed owner are excluded
from feed reads
title: Exclude Owner Activities
type: boolean
x-stream-index: "001"
title: Activity Filter Configuration
type: object
ActivityMarkEvent:
description: Emitted when activities are marked as read, seen, or watched.
nullable: true
Expand Down Expand Up @@ -3300,7 +3310,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -12654,6 +12664,13 @@ components:
CreateFeedGroupRequest:
nullable: true
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
description: Activity filter configuration. Controls which activities are
included in feed reads. Not supported on the notification, story, or stories
built-in groups — those requests are rejected with 400.
title: Activity Filter
x-stream-index: "002.010"
activity_processors:
description: Configuration for activity processors
items:
Expand Down Expand Up @@ -15884,6 +15901,9 @@ components:
x-stream-ws-base-event-name: VideoEvent
FeedGroup:
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
x-stream-index: "018"
activity_processors:
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
Expand Down Expand Up @@ -16054,6 +16074,13 @@ components:
x-stream-ws-base-event-name: VideoEvent
FeedGroupResponse:
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
description: Activity filter configuration. Controls which activities are
included in feed reads. Not supported on the notification, story, or stories
built-in groups — those requests are rejected with 400.
title: Activity Filter
x-stream-index: "014"
activity_processors:
description: Configuration for activity processors
items:
Expand Down Expand Up @@ -19704,6 +19731,9 @@ components:
GetOrCreateFeedGroupRequest:
nullable: true
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
x-stream-index: "002.010"
activity_processors:
description: Configuration for activity processors
items:
Expand Down Expand Up @@ -40926,6 +40956,13 @@ components:
UpdateFeedGroupRequest:
nullable: true
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
description: Activity filter configuration. Controls which activities are
included in feed reads. Not supported on the notification, story, or stories
built-in groups — those requests are rejected with 400.
title: Activity Filter
x-stream-index: "002.010"
activity_processors:
description: Configuration for activity processors
items:
Expand Down Expand Up @@ -45089,7 +45126,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0a4b0bda6d00ebda785dfe4c44f2b5663a08fbf13151b449845f53919f02c979 ./v2/chat-clientside-api.json
7e8902f6c8b7de556ceb1072ef8170ef357a1edfd4c1b41f6b8642531d7d062a ./v2/chat-clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19733,7 +19733,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
47c486453e7c2471905329f54fab70b991c79d52a42ac7ce00158a8876744ccc ./v2/chat-clientside-api.yaml
1f80cc4992cb0613a5e3a6ba816669430f39524342074fd27b06e371587a47e7 ./v2/chat-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4d84c344413ef6abf79f7f7ce1b31405e12d19d855936a657a2670f8ac0091b7 ./v2/chat-serverside-api.json
2bfa9457459750653e21ea94791a4c07c794f893b0dd2ccd52a9620ce36540f0 ./v2/chat-serverside-api.json
4 changes: 2 additions & 2 deletions openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -26579,7 +26579,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0f31405fa8dab95f92fe304180df050201d02124b7f96fad69e184c0a16d641d ./v2/chat-serverside-api.yaml
4f0757ee127fd073d228fb30f5195d329b59dfe23629961ff5b20e8d454718bf ./v2/chat-serverside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78cd87793b854851678657b9dd11bad0bbb21fef4da75c6b2a1d710592e062ec ./v2/clientside-api.json
c8286379034776299cda8044f33c5a1f35e8d537d7bf6b7646a22b9fac31ba67 ./v2/clientside-api.json
13 changes: 12 additions & 1 deletion openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,14 @@ components:
- duration
title: Activity Feedback Response
type: object
ActivityFilterConfig:
properties:
exclude_owner_activities:
type: boolean
x-stream-index: "001"
required:
- exclude_owner_activities
type: object
ActivityMarkEvent:
description: Emitted when activities are marked as read, seen, or watched.
nullable: true
Expand Down Expand Up @@ -12015,6 +12023,9 @@ components:
x-stream-ws-base-event-name: VideoEvent
FeedGroup:
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
x-stream-index: "018"
activity_processors:
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
Expand Down Expand Up @@ -36089,7 +36100,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a886ada6f765825faee66bc067600440d679dba355340a80ab20877d90c7647e ./v2/clientside-api.yaml
869c58d3ae299bde4e8597bd5d78ea7afca0043683e92df6fd0b5877ccb725af ./v2/clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
893b546e631dcf59f40fb44b3d008c360da74ba729b9babaaf072ed32e15b6f9 ./v2/feeds-clientside-api.json
630f6108ddb8c496576da9ed7c708eaaa35196157b6ae9f4b76340d2977610db ./v2/feeds-clientside-api.json
13 changes: 12 additions & 1 deletion openapi/v2/feeds-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,14 @@ components:
- duration
title: Activity Feedback Response
type: object
ActivityFilterConfig:
properties:
exclude_owner_activities:
type: boolean
x-stream-index: "001"
required:
- exclude_owner_activities
type: object
ActivityMarkEvent:
description: Emitted when activities are marked as read, seen, or watched.
nullable: true
Expand Down Expand Up @@ -6981,6 +6989,9 @@ components:
x-stream-ws-base-event-name: VideoEvent
FeedGroup:
properties:
activity_filter:
$ref: '#/components/schemas/ActivityFilterConfig'
x-stream-index: "018"
activity_processors:
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
Expand Down Expand Up @@ -17999,7 +18010,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.7.1
version: v226.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f50fe7b33fb15d0f8896a31b5cd6ba8ba35b8f44a1351af981f2821a12edb10e ./v2/feeds-clientside-api.yaml
8532d67e2ca2f215bae23c8a7ec2c402c51fc23bdd25bd80d8c58016989eb1e8 ./v2/feeds-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/feeds-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/feeds-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dc87cf075aaba447e4d2f59e306e366e06472b9549c9de8086f159c71c13166b ./v2/feeds-serverside-api.json
6227cb8483917dd01c025275f9e3e8dca0ec30d41a77ec3dc2d595e4ae39e7e8 ./v2/feeds-serverside-api.json
Loading
Loading