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 @@ -12142,7 +12142,7 @@ components:
type: apiKey
info:
title: Stream API
version: v213.21.0
version: v213.23.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 @@ -606,7 +606,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -17257,7 +17257,7 @@ components:
type: apiKey
info:
title: Stream API
version: v213.21.0
version: v213.23.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.

82 changes: 75 additions & 7 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10357,61 +10357,117 @@ components:
- user_id
type: object
EnrichmentOptions:
description: Options to skip specific enrichments to improve performance. Default
is false (enrichments are included). Setting a field to true skips that enrichment.
properties:
enrich_own_followings:
description: 'Default: false. When true, includes fetching and enriching
own_followings (follows where activity author''s feeds follow current
user''s feeds).'
title: Enrich Own Followings
type: boolean
x-stream-index: "016"
skip_activity:
description: 'Default: false. When true, skips all activity enrichments.'
title: Skip Activity
type: boolean
x-stream-index: "001"
skip_activity_collections:
description: 'Default: false. When true, skips enriching collections on
activities.'
title: Skip Activity Collections
type: boolean
x-stream-index: "008"
skip_activity_comments:
description: 'Default: false. When true, skips enriching comments on activities.'
title: Skip Activity Comments
type: boolean
x-stream-index: "005"
skip_activity_current_feed:
description: 'Default: false. When true, skips enriching current_feed on
activities. Note: CurrentFeed is still computed for permission checks,
but enrichment is skipped.'
title: Skip Activity Current Feed
type: boolean
x-stream-index: "010"
skip_activity_mentioned_users:
description: 'Default: false. When true, skips enriching mentioned users
on activities.'
title: Skip Activity Mentioned Users
type: boolean
x-stream-index: "006"
skip_activity_own_bookmarks:
description: 'Default: false. When true, skips enriching own bookmarks on
activities.'
title: Skip Activity Own Bookmarks
type: boolean
x-stream-index: "004"
skip_activity_parents:
description: 'Default: false. When true, skips enriching parent activities.'
title: Skip Activity Parents
type: boolean
x-stream-index: "002"
skip_activity_poll:
description: 'Default: false. When true, skips enriching poll data on activities.'
title: Skip Activity Poll
type: boolean
x-stream-index: "007"
skip_activity_reactions:
description: 'Default: false. When true, skips fetching and enriching latest
and own reactions on activities. Note: If reactions are already denormalized
in the database, they will still be included.'
title: Skip Activity Reactions
type: boolean
x-stream-index: "003"
skip_activity_refresh_image_urls:
description: 'Default: false. When true, skips refreshing image URLs on
activities.'
title: Skip Activity Refresh Image URLs
type: boolean
x-stream-index: "009"
skip_all:
description: 'Default: false. When true, skips all enrichments.'
title: Skip All
type: boolean
x-stream-index: "018"
skip_feed_member_user:
description: 'Default: false. When true, skips enriching user data on feed
members.'
title: Skip Feed Member User
type: boolean
x-stream-index: "012"
skip_followers:
description: 'Default: false. When true, skips fetching and enriching followers.
Note: If followers_pagination is explicitly provided, followers will be
fetched regardless of this setting.'
title: Skip Followers
type: boolean
x-stream-index: "013"
skip_following:
description: 'Default: false. When true, skips fetching and enriching following.
Note: If following_pagination is explicitly provided, following will be
fetched regardless of this setting.'
title: Skip Following
type: boolean
x-stream-index: "014"
skip_own_capabilities:
description: 'Default: false. When true, skips computing and including capabilities
for feeds.'
title: Skip Own Capabilities
type: boolean
x-stream-index: "017"
skip_own_follows:
description: 'Default: false. When true, skips fetching and enriching own_follows
(follows where user''s feeds follow target feeds).'
title: Skip Own Follows
type: boolean
x-stream-index: "015"
skip_pins:
description: 'Default: false. When true, skips enriching pinned activities.'
title: Skip Pins
type: boolean
x-stream-index: "011"
title: Enrichment Options
type: object
EntityCreatorResponse:
properties:
Expand Down Expand Up @@ -22660,13 +22716,13 @@ components:
x-stream-index: "009"
image_content_params:
$ref: '#/components/schemas/ImageContentParameters'
x-stream-index: "011"
x-stream-index: "012"
image_rule_params:
$ref: '#/components/schemas/ImageRuleParameters'
x-stream-index: "004"
text_content_params:
$ref: '#/components/schemas/TextContentParameters'
x-stream-index: "010"
x-stream-index: "011"
text_rule_params:
$ref: '#/components/schemas/TextRuleParameters'
x-stream-index: "003"
Expand All @@ -22675,22 +22731,25 @@ components:
x-stream-index: "001"
user_created_within_params:
$ref: '#/components/schemas/UserCreatedWithinParameters'
x-stream-index: "013"
x-stream-index: "014"
user_custom_property_params:
$ref: '#/components/schemas/UserCustomPropertyParameters'
x-stream-index: "014"
x-stream-index: "015"
user_flag_count_rule_params:
$ref: '#/components/schemas/FlagCountRuleParameters'
x-stream-index: "008"
user_identical_content_count_params:
$ref: '#/components/schemas/UserIdenticalContentCountParameters'
x-stream-index: "015"
x-stream-index: "010"
user_role_params:
$ref: '#/components/schemas/UserRoleParameters'
x-stream-index: "016"
user_rule_params:
$ref: '#/components/schemas/UserRuleParameters'
x-stream-index: "006"
video_content_params:
$ref: '#/components/schemas/VideoContentParameters'
x-stream-index: "012"
x-stream-index: "013"
video_rule_params:
$ref: '#/components/schemas/VideoRuleParameters'
x-stream-index: "005"
Expand Down Expand Up @@ -28162,6 +28221,15 @@ components:
- online
- blocked_user_ids
type: object
UserRoleParameters:
properties:
operator:
type: string
x-stream-index: "001"
role:
type: string
x-stream-index: "002"
type: object
UserRuleParameters:
properties:
max_age:
Expand Down Expand Up @@ -29159,7 +29227,7 @@ components:
type: apiKey
info:
title: Stream API
version: v213.21.0
version: v213.23.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.

26 changes: 19 additions & 7 deletions openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6459,13 +6459,13 @@ components:
x-stream-index: "009"
image_content_params:
$ref: '#/components/schemas/ImageContentParameters'
x-stream-index: "011"
x-stream-index: "012"
image_rule_params:
$ref: '#/components/schemas/ImageRuleParameters'
x-stream-index: "004"
text_content_params:
$ref: '#/components/schemas/TextContentParameters'
x-stream-index: "010"
x-stream-index: "011"
text_rule_params:
$ref: '#/components/schemas/TextRuleParameters'
x-stream-index: "003"
Expand All @@ -6474,22 +6474,25 @@ components:
x-stream-index: "001"
user_created_within_params:
$ref: '#/components/schemas/UserCreatedWithinParameters'
x-stream-index: "013"
x-stream-index: "014"
user_custom_property_params:
$ref: '#/components/schemas/UserCustomPropertyParameters'
x-stream-index: "014"
x-stream-index: "015"
user_flag_count_rule_params:
$ref: '#/components/schemas/FlagCountRuleParameters'
x-stream-index: "008"
user_identical_content_count_params:
$ref: '#/components/schemas/UserIdenticalContentCountParameters'
x-stream-index: "015"
x-stream-index: "010"
user_role_params:
$ref: '#/components/schemas/UserRoleParameters'
x-stream-index: "016"
user_rule_params:
$ref: '#/components/schemas/UserRuleParameters'
x-stream-index: "006"
video_content_params:
$ref: '#/components/schemas/VideoContentParameters'
x-stream-index: "012"
x-stream-index: "013"
video_rule_params:
$ref: '#/components/schemas/VideoRuleParameters'
x-stream-index: "005"
Expand Down Expand Up @@ -7486,6 +7489,15 @@ components:
- invisible
title: UserResponse
type: object
UserRoleParameters:
properties:
operator:
type: string
x-stream-index: "001"
role:
type: string
x-stream-index: "002"
type: object
UserRuleParameters:
properties:
max_age:
Expand Down Expand Up @@ -7754,7 +7766,7 @@ components:
type: apiKey
info:
title: Stream API
version: v213.21.0
version: v213.23.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

26 changes: 19 additions & 7 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7600,13 +7600,13 @@ components:
x-stream-index: "009"
image_content_params:
$ref: '#/components/schemas/ImageContentParameters'
x-stream-index: "011"
x-stream-index: "012"
image_rule_params:
$ref: '#/components/schemas/ImageRuleParameters'
x-stream-index: "004"
text_content_params:
$ref: '#/components/schemas/TextContentParameters'
x-stream-index: "010"
x-stream-index: "011"
text_rule_params:
$ref: '#/components/schemas/TextRuleParameters'
x-stream-index: "003"
Expand All @@ -7615,22 +7615,25 @@ components:
x-stream-index: "001"
user_created_within_params:
$ref: '#/components/schemas/UserCreatedWithinParameters'
x-stream-index: "013"
x-stream-index: "014"
user_custom_property_params:
$ref: '#/components/schemas/UserCustomPropertyParameters'
x-stream-index: "014"
x-stream-index: "015"
user_flag_count_rule_params:
$ref: '#/components/schemas/FlagCountRuleParameters'
x-stream-index: "008"
user_identical_content_count_params:
$ref: '#/components/schemas/UserIdenticalContentCountParameters'
x-stream-index: "015"
x-stream-index: "010"
user_role_params:
$ref: '#/components/schemas/UserRoleParameters'
x-stream-index: "016"
user_rule_params:
$ref: '#/components/schemas/UserRuleParameters'
x-stream-index: "006"
video_content_params:
$ref: '#/components/schemas/VideoContentParameters'
x-stream-index: "012"
x-stream-index: "013"
video_rule_params:
$ref: '#/components/schemas/VideoRuleParameters'
x-stream-index: "005"
Expand Down Expand Up @@ -8878,6 +8881,15 @@ components:
- invisible
title: UserResponse
type: object
UserRoleParameters:
properties:
operator:
type: string
x-stream-index: "001"
role:
type: string
x-stream-index: "002"
type: object
UserRuleParameters:
properties:
max_age:
Expand Down Expand Up @@ -9132,7 +9144,7 @@ components:
type: apiKey
info:
title: Stream API
version: v213.21.0
version: v213.23.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

Loading