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.

3,165 changes: 2,557 additions & 608 deletions openapi/chat-openapi-clientside.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

2,398 changes: 1,865 additions & 533 deletions openapi/chat-openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

3,343 changes: 2,706 additions & 637 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

39 changes: 29 additions & 10 deletions openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4893,6 +4893,7 @@ components:
x-stream-event-client-type: true
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-throttle-group: critical
x-stream-ws-base-event-name: VideoEvent
ModerationFlagResponse:
nullable: true
Expand Down Expand Up @@ -4960,32 +4961,47 @@ components:
- updated_at
type: object
ModerationFlaggedEvent:
description: This event is sent when content is flagged for moderation
nullable: true
properties:
content_type:
description: The type of content that was flagged
title: ContentType
type: string
x-stream-index: "002"
created_at:
format: date-time
type: number
x-stream-index: "004.002"
item:
type: string
x-stream-index: "001"
x-stream-index: "001.003"
custom:
additionalProperties: {}
type: object
x-stream-index: "001.007"
object_id:
description: The ID of the flagged content
title: ObjectID
type: string
x-stream-index: "002"
x-stream-index: "003"
received_at:
format: date-time
type: number
x-stream-index: "001.004"
type:
default: moderation.flagged
type: string
x-stream-index: "004.001"
user:
$ref: '#/components/schemas/User'
x-stream-index: "003.001"
x-stream-index: "001.002"
required:
- type
- created_at
- custom
- content_type
- object_id
title: ModerationFlaggedEvent
type: object
x-stream-event-client-type: true
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-throttle-group: critical
x-stream-ws-base-event-name: VideoEvent
ModerationMarkReviewedEvent:
description: This event is sent when a moderation item is marked as reviewed
Expand Down Expand Up @@ -5027,6 +5043,7 @@ components:
x-stream-event-client-type: true
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-throttle-group: critical
x-stream-ws-base-event-name: VideoEvent
ModerationPayload:
properties:
Expand Down Expand Up @@ -7805,10 +7822,12 @@ components:
discriminator:
mapping:
moderation.custom_action: '#/components/schemas/ModerationCustomActionEvent'
moderation.flagged: '#/components/schemas/ModerationFlaggedEvent'
moderation.mark_reviewed: '#/components/schemas/ModerationMarkReviewedEvent'
propertyName: type
oneOf:
- $ref: '#/components/schemas/ModerationCustomActionEvent'
- $ref: '#/components/schemas/ModerationFlaggedEvent'
- $ref: '#/components/schemas/ModerationMarkReviewedEvent'
WSEvent:
description: The discriminator object for all websocket events, it maps events'
Expand Down Expand Up @@ -7864,7 +7883,7 @@ components:
type: apiKey
info:
title: Stream API
version: v219.14.0
version: v219.17.1
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.

37 changes: 25 additions & 12 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,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 @@ -4093,7 +4093,6 @@ components:
x-stream-index: "001"
required:
- data_types
- config_key
type: object
FeedsPreferences:
properties:
Expand Down Expand Up @@ -5682,27 +5681,41 @@ components:
- updated_at
type: object
ModerationFlaggedEvent:
description: This event is sent when content is flagged for moderation
nullable: true
properties:
content_type:
description: The type of content that was flagged
title: ContentType
type: string
x-stream-index: "002"
created_at:
format: date-time
type: number
x-stream-index: "004.002"
item:
type: string
x-stream-index: "001"
x-stream-index: "001.003"
custom:
additionalProperties: {}
type: object
x-stream-index: "001.007"
object_id:
description: The ID of the flagged content
title: ObjectID
type: string
x-stream-index: "002"
x-stream-index: "003"
received_at:
format: date-time
type: number
x-stream-index: "001.004"
type:
default: moderation.flagged
type: string
x-stream-index: "004.001"
user:
$ref: '#/components/schemas/User'
x-stream-index: "003.001"
x-stream-index: "001.002"
required:
- type
- created_at
- custom
- content_type
- object_id
title: ModerationFlaggedEvent
type: object
x-stream-event-client-type: true
Expand Down Expand Up @@ -9242,7 +9255,7 @@ components:
type: apiKey
info:
title: Stream API
version: v219.14.0
version: v219.17.1
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