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.

9 changes: 6 additions & 3 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 @@ -12117,7 +12120,7 @@ components:
type: apiKey
info:
title: Stream API
version: v205.3.0
version: v205.12.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.

166 changes: 157 additions & 9 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.moderation_logs.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -1677,6 +1677,130 @@ components:
- custom
- auto_translation_language
type: object
ChannelBatchUpdatedCompletedEvent:
nullable: true
properties:
batch_created_at:
format: date-time
type: string
x-stream-index: "002.006"
created_at:
format: date-time
type: string
x-stream-index: "001.003"
custom:
additionalProperties: {}
type: object
x-stream-index: "001.007"
failed_channels:
items:
$ref: '#/components/schemas/FailedChannelUpdates'
type: array
x-stream-index: "002.004"
finished_at:
format: date-time
type: string
x-stream-index: "002.007"
operation:
type: string
x-stream-index: "002.001"
received_at:
format: date-time
type: string
x-stream-index: "001.004"
status:
type: string
x-stream-index: "002.002"
success_channels_count:
format: int32
type: integer
x-stream-index: "002.005"
task_id:
type: string
x-stream-index: "002.003"
type:
default: channel_batch_update.completed
type: string
x-stream-index: "001.002"
required:
- type
- created_at
- custom
- operation
- status
- task_id
- failed_channels
- success_channels_count
- batch_created_at
- finished_at
title: ChannelBatchUpdatedCompletedEvent
type: object
x-stream-event-client-type: true
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
ChannelBatchUpdatedStartedEvent:
nullable: true
properties:
batch_created_at:
format: date-time
type: string
x-stream-index: "002.006"
created_at:
format: date-time
type: string
x-stream-index: "001.003"
custom:
additionalProperties: {}
type: object
x-stream-index: "001.007"
failed_channels:
items:
$ref: '#/components/schemas/FailedChannelUpdates'
type: array
x-stream-index: "002.004"
finished_at:
format: date-time
type: string
x-stream-index: "002.007"
operation:
type: string
x-stream-index: "002.001"
received_at:
format: date-time
type: string
x-stream-index: "001.004"
status:
type: string
x-stream-index: "002.002"
success_channels_count:
format: int32
type: integer
x-stream-index: "002.005"
task_id:
type: string
x-stream-index: "002.003"
type:
default: channel_batch_update.started
type: string
x-stream-index: "001.002"
required:
- type
- created_at
- custom
- operation
- status
- task_id
- failed_channels
- success_channels_count
- batch_created_at
- finished_at
title: ChannelBatchUpdatedStartedEvent
type: object
x-stream-event-client-type: true
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
ChannelConfig:
description: Channel configuration overrides
properties:
Expand Down Expand Up @@ -4943,11 +5067,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 +5089,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 +5131,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 @@ -5213,6 +5340,20 @@ components:
type: object
x-stream-index: "001"
type: object
FailedChannelUpdates:
properties:
cids:
items:
type: string
type: array
x-stream-index: "002"
reason:
type: string
x-stream-index: "001"
required:
- reason
- cids
type: object
FeedsPreferences:
properties:
comment:
Expand All @@ -5221,17 +5362,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 +8091,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 @@ -16638,6 +16782,8 @@ components:
channel.unmuted: '#/components/schemas/ChannelUnmutedEvent'
channel.updated: '#/components/schemas/ChannelUpdatedEvent'
channel.visible: '#/components/schemas/ChannelVisibleEvent'
channel_batch_update.completed: '#/components/schemas/ChannelBatchUpdatedCompletedEvent'
channel_batch_update.started: '#/components/schemas/ChannelBatchUpdatedStartedEvent'
export.bulk_image_moderation.error: '#/components/schemas/AsyncExportErrorEvent'
export.bulk_image_moderation.success: '#/components/schemas/AsyncBulkImageModerationEvent'
export.channels.error: '#/components/schemas/AsyncExportErrorEvent'
Expand Down Expand Up @@ -16693,6 +16839,8 @@ components:
- $ref: '#/components/schemas/AsyncExportUsersEvent'
- $ref: '#/components/schemas/CampaignCompletedEvent'
- $ref: '#/components/schemas/CampaignStartedEvent'
- $ref: '#/components/schemas/ChannelBatchUpdatedCompletedEvent'
- $ref: '#/components/schemas/ChannelBatchUpdatedStartedEvent'
- $ref: '#/components/schemas/ChannelCreatedEvent'
- $ref: '#/components/schemas/ChannelDeletedEvent'
- $ref: '#/components/schemas/ChannelFrozenEvent'
Expand Down Expand Up @@ -16851,7 +16999,7 @@ components:
type: apiKey
info:
title: Stream API
version: v205.3.0
version: v205.12.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.

Loading