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.

35 changes: 34 additions & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6262,6 +6262,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -6774,6 +6788,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "001.035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "001.052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -12401,6 +12429,11 @@ components:
mentioned_channel:
type: boolean
x-stream-index: "001.035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
type: object
x-stream-index: "001.052"
mentioned_group_ids:
items:
type: string
Expand Down Expand Up @@ -16288,7 +16321,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.1.3
version: v237.2.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.

42 changes: 41 additions & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ components:
format: int32
type: integer
x-stream-index: "055"
member_custom_on_mentioned_users_enabled:
type: boolean
x-stream-index: "063"
member_custom_on_messages_enabled:
type: boolean
x-stream-index: "062"
Expand Down Expand Up @@ -507,6 +510,7 @@ components:
- moderation_video_call_moderation_enabled
- moderation_audio_call_moderation_enabled
- member_custom_on_messages_enabled
- member_custom_on_mentioned_users_enabled
type: object
AsyncBulkImageModerationEvent:
nullable: true
Expand Down Expand Up @@ -11015,6 +11019,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -11579,6 +11597,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "001.035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "001.052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -17574,6 +17606,11 @@ components:
mentioned_channel:
type: boolean
x-stream-index: "001.035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
type: object
x-stream-index: "001.052"
mentioned_group_ids:
items:
type: string
Expand Down Expand Up @@ -19509,6 +19546,9 @@ components:
format: int32
type: integer
x-stream-index: "001.054"
member_custom_on_mentioned_users_enabled:
type: boolean
x-stream-index: "001.060"
member_custom_on_messages_enabled:
type: boolean
x-stream-index: "001.055"
Expand Down Expand Up @@ -23310,7 +23350,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.1.3
version: v237.2.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.

35 changes: 34 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20902,6 +20902,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -21422,6 +21436,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "001.035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "001.052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -33691,6 +33719,11 @@ components:
mentioned_channel:
type: boolean
x-stream-index: "001.035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
type: object
x-stream-index: "001.052"
mentioned_group_ids:
items:
type: string
Expand Down Expand Up @@ -41447,7 +41480,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.1.3
version: v237.2.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.

16 changes: 15 additions & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4792,6 +4792,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -8546,7 +8560,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.1.3
version: v237.2.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ components:
- type
type: object
ActionLogResponse:
nullable: true
properties:
ai_providers:
items:
Expand Down Expand Up @@ -566,7 +567,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.review_queue.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -3622,6 +3623,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -6123,7 +6138,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.1.3
version: v237.2.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.

18 changes: 16 additions & 2 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,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 @@ -6119,6 +6119,20 @@ components:
title: Mentioned Channel
type: boolean
x-stream-index: "035"
mentioned_channel_members:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberPartialResponse'
description: Channel member data for the users mentioned in the message,
keyed by user id. Only present when the app has member custom on mentioned
users enabled, and only for the first two mentioned users of each message
title: Mentioned members
type: object
x-stream-index: "052"
x-stream-map:
description: Channel member data for that mentioned user, including channel_role
and custom
key: user_id
title: Member object
mentioned_group_ids:
description: List of user group IDs mentioned in the message. Group members
who are also channel members will receive push notifications based on
Expand Down Expand Up @@ -12033,7 +12047,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.1.3
version: v237.2.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

Loading
Loading