Skip to content
Open
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.

11 changes: 7 additions & 4 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3015,17 +3015,20 @@ components:
comment_reaction:
type: string
x-stream-index: "004"
comment_reply:
type: string
x-stream-index: "005"
custom_activity_types:
additionalProperties:
type: string
type: object
x-stream-index: "006"
x-stream-index: "007"
follow:
type: string
x-stream-index: "001"
mention:
type: string
x-stream-index: "005"
x-stream-index: "006"
reaction:
type: string
x-stream-index: "003"
Expand Down Expand Up @@ -4708,7 +4711,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -12117,7 +12120,7 @@ components:
type: apiKey
info:
title: Stream API
version: v205.3.0
version: v205.9.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.

22 changes: 14 additions & 8 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4943,11 +4943,11 @@ components:
properties:
callback:
$ref: '#/components/schemas/AsyncModerationCallbackConfig'
x-stream-index: 019.001.002
x-stream-index: 020.001.002
created_at:
format: date-time
type: string
x-stream-index: "020"
x-stream-index: "021"
enabled:
type: boolean
x-stream-index: "003"
Expand All @@ -4965,6 +4965,9 @@ components:
product:
type: string
x-stream-index: "018"
should_send_custom_events:
type: boolean
x-stream-index: "019"
sns_auth_type:
type: string
x-stream-index: "014"
Expand Down Expand Up @@ -5004,11 +5007,11 @@ components:
timeout_ms:
format: int32
type: integer
x-stream-index: 019.001.001
x-stream-index: 020.001.001
updated_at:
format: date-time
type: string
x-stream-index: "021"
x-stream-index: "022"
webhook_url:
type: string
x-stream-index: "005"
Expand Down Expand Up @@ -5221,17 +5224,20 @@ components:
comment_reaction:
type: string
x-stream-index: "004"
comment_reply:
type: string
x-stream-index: "005"
custom_activity_types:
additionalProperties:
type: string
type: object
x-stream-index: "006"
x-stream-index: "007"
follow:
type: string
x-stream-index: "001"
mention:
type: string
x-stream-index: "005"
x-stream-index: "006"
reaction:
type: string
x-stream-index: "003"
Expand Down Expand Up @@ -7947,7 +7953,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -16851,7 +16857,7 @@ components:
type: apiKey
info:
title: Stream API
version: v205.3.0
version: v205.9.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.

69 changes: 61 additions & 8 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4576,6 +4576,10 @@ components:
title: The filename of the recording.
type: string
x-stream-index: "001"
recording_type:
title: The type of the recording.
type: string
x-stream-index: "006"
session_id:
title: The session ID of the recording.
type: string
Expand All @@ -4595,6 +4599,7 @@ components:
- start_time
- end_time
- session_id
- recording_type
title: CallRecording
type: object
CallRecordingFailedEvent:
Expand Down Expand Up @@ -11170,14 +11175,22 @@ components:
title: Comment Reaction
type: string
x-stream-index: "004"
comment_reply:
description: Push notification preference for replies to comments
enum:
- all
- none
title: Comment Reply
type: string
x-stream-index: "005"
custom_activity_types:
additionalProperties:
type: string
description: Push notification preferences for custom activity types. Map
of activity type to preference (all or none)
title: Custom Activity Types
type: object
x-stream-index: "006"
x-stream-index: "007"
follow:
description: Push notification preference for new followers
enum:
Expand All @@ -11194,7 +11207,7 @@ components:
- none
title: Mention
type: string
x-stream-index: "005"
x-stream-index: "006"
reaction:
description: Push notification preference for reactions on user's activities
or comments
Expand Down Expand Up @@ -11381,6 +11394,13 @@ components:
required:
- llm_labels
type: object
FlagCountRuleParameters:
properties:
threshold:
format: int32
type: integer
x-stream-index: "001"
type: object
FlagDetails:
properties:
Extra:
Expand Down Expand Up @@ -16168,6 +16188,27 @@ components:
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
NotificationComment:
properties:
attachments:
items:
$ref: '#/components/schemas/Attachment'
type: array
x-stream-index: "004"
comment:
type: string
x-stream-index: "003"
id:
type: string
x-stream-index: "001"
user_id:
type: string
x-stream-index: "002"
required:
- id
- user_id
- comment
type: object
NotificationConfig:
properties:
deduplication_window:
Expand Down Expand Up @@ -16704,6 +16745,12 @@ components:
title: Attachments
type: array
x-stream-index: "005"
comment:
$ref: '#/components/schemas/NotificationComment'
description: Information about the comment related to the notification (for
reactions to comments and comments on comments)
title: Comment
x-stream-index: "007"
id:
description: The ID of the target (activity ID or user ID)
title: Target ID
Expand Down Expand Up @@ -21877,15 +21924,18 @@ components:
content_count_rule_params:
$ref: '#/components/schemas/ContentCountRuleParameters'
x-stream-index: "007"
content_flag_count_rule_params:
$ref: '#/components/schemas/FlagCountRuleParameters'
x-stream-index: "009"
image_content_params:
$ref: '#/components/schemas/ImageContentParameters'
x-stream-index: "009"
x-stream-index: "011"
image_rule_params:
$ref: '#/components/schemas/ImageRuleParameters'
x-stream-index: "004"
text_content_params:
$ref: '#/components/schemas/TextContentParameters'
x-stream-index: "008"
x-stream-index: "010"
text_rule_params:
$ref: '#/components/schemas/TextRuleParameters'
x-stream-index: "003"
Expand All @@ -21894,16 +21944,19 @@ components:
x-stream-index: "001"
user_created_within_params:
$ref: '#/components/schemas/UserCreatedWithinParameters'
x-stream-index: "011"
x-stream-index: "013"
user_custom_property_params:
$ref: '#/components/schemas/UserCustomPropertyParameters'
x-stream-index: "012"
x-stream-index: "014"
user_flag_count_rule_params:
$ref: '#/components/schemas/FlagCountRuleParameters'
x-stream-index: "008"
user_rule_params:
$ref: '#/components/schemas/UserRuleParameters'
x-stream-index: "006"
video_content_params:
$ref: '#/components/schemas/VideoContentParameters'
x-stream-index: "010"
x-stream-index: "012"
video_rule_params:
$ref: '#/components/schemas/VideoRuleParameters'
x-stream-index: "005"
Expand Down Expand Up @@ -28186,7 +28239,7 @@ components:
type: apiKey
info:
title: Stream API
version: v205.3.0
version: v205.9.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.

Loading