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.

31 changes: 30 additions & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4169,6 +4169,11 @@ components:
message:
$ref: '#/components/schemas/MessageWithChannelResponse'
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -8537,6 +8542,11 @@ components:
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "003"
metadata:
additionalProperties:
type: string
type: object
x-stream-index: "004"
user:
$ref: '#/components/schemas/UserResponse'
x-stream-index: "001"
Expand Down Expand Up @@ -12564,6 +12574,13 @@ components:
description: Message response
title: Message
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
description: Pending message metadata
title: Pending message metadata
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -13924,6 +13941,13 @@ components:
description: Updated message
title: Message
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
description: Pending message metadata
title: PendingMessageMetadata
type: object
x-stream-index: "002"
required:
- duration
type: object
Expand Down Expand Up @@ -13958,6 +13982,11 @@ components:
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -16269,7 +16298,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
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 @@ -632,7 +632,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.review_queue.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -23264,7 +23264,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
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.

40 changes: 32 additions & 8 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,14 +1015,9 @@ components:
additionalProperties: {}
type: object
x-stream-index: "002"
min_text_length:
format: int32
type: integer
openai_key:
type: string
x-stream-index: "003"
min_word_count:
format: int32
type: integer
x-stream-index: "004"
type:
type: string
x-stream-index: "001"
Expand Down Expand Up @@ -17254,6 +17249,11 @@ components:
message:
$ref: '#/components/schemas/MessageWithChannelResponse'
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -24674,6 +24674,11 @@ components:
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "003"
metadata:
additionalProperties:
type: string
type: object
x-stream-index: "004"
user:
$ref: '#/components/schemas/UserResponse'
x-stream-index: "001"
Expand Down Expand Up @@ -34010,6 +34015,13 @@ components:
description: Message response
title: Message
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
description: Pending message metadata
title: Pending message metadata
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -38045,6 +38057,13 @@ components:
description: Updated message
title: Message
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
description: Pending message metadata
title: PendingMessageMetadata
type: object
x-stream-index: "002"
required:
- duration
type: object
Expand Down Expand Up @@ -38079,6 +38098,11 @@ components:
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -41439,7 +41463,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
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.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8541,7 +8541,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
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.

5 changes: 3 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 @@ -6118,7 +6119,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
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.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12028,7 +12028,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
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.

24 changes: 2 additions & 22 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,26 +1044,6 @@ components:
ActivityProcessorConfig:
nullable: true
properties:
min_text_length:
description: Minimum number of characters the activity text must have before
this processor runs. 0 (the default) disables the check. Only applies
to text_interest_tags.
format: int32
minimum: 0
title: Min Text Length
type: integer
x-stream-index: "002"
min_word_count:
description: Minimum number of words the activity text must have before
this processor runs. 0 (the default) disables the check. Only applies
to text_interest_tags. Words are whitespace-separated, so scripts written
without word spacing (Chinese, Japanese, Thai) always count as 1 word
regardless of length — use min_text_length for those.
format: int32
minimum: 0
title: Min Word Count
type: integer
x-stream-index: "003"
type:
description: Type of activity processor (required)
title: Type
Expand Down Expand Up @@ -3794,7 +3774,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 @@ -54339,7 +54319,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50759cac0f2177a436c98d99ee422a977b9f4dc47b175adf309d750974fbc12e ./v2/chat-clientside-api.json
e0f095d6fe5d8167272fb52a12f600d538f80a36cb8304e1218ded77677a89cc ./v2/chat-clientside-api.json
31 changes: 30 additions & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7286,6 +7286,11 @@ components:
message:
$ref: '#/components/schemas/MessageWithChannelResponse'
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -12439,6 +12444,11 @@ components:
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "003"
metadata:
additionalProperties:
type: string
type: object
x-stream-index: "004"
user:
$ref: '#/components/schemas/UserResponse'
x-stream-index: "001"
Expand Down Expand Up @@ -17644,6 +17654,13 @@ components:
description: Message response
title: Message
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
description: Pending message metadata
title: Pending message metadata
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -19275,6 +19292,13 @@ components:
description: Updated message
title: Message
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
description: Pending message metadata
title: PendingMessageMetadata
type: object
x-stream-index: "002"
required:
- duration
type: object
Expand Down Expand Up @@ -19309,6 +19333,11 @@ components:
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
pending_message_metadata:
additionalProperties:
type: string
type: object
x-stream-index: "002"
required:
- message
- duration
Expand Down Expand Up @@ -22050,7 +22079,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b43a60877dc5ea1f958930fd241b3d1e239fc6dd91fdbd034932e0f30db54db2 ./v2/chat-clientside-api.yaml
5c5a75ab925ae43871a854297449ad02999a9d5a02bfa2607d226456cd3df184 ./v2/chat-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
485497c77079d96108fdc5b8b95565cf64b3a08b7c1d5fc1f0f2cb914d55e5ce ./v2/chat-serverside-api.json
085b3c6cb2c1ece3bf9ba89b3d4ae1ec97a3cca4a53cf8ad69e5e31bd84c89aa ./v2/chat-serverside-api.json
4 changes: 2 additions & 2 deletions openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -32397,7 +32397,7 @@ components:
type: apiKey
info:
title: Stream API
version: v236.2.0
version: v236.0.3
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73dc5f7f03ab65a9b1164de8fe12c748d9cc9fc2d45be693ff060885eae9c17c ./v2/chat-serverside-api.yaml
c84ed7204bd1ca129ca36cf646102e02d74869a0a2fd9da91fef9d121e3b4b98 ./v2/chat-serverside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e6afb5d247a890e86f1e46c960001b3ecd58c97186af3684041735cd68b6fde ./v2/clientside-api.json
2c79d09e23bb847945f737cdc38fe863214399c2a95b225eb136ebddd15202c3 ./v2/clientside-api.json
Loading
Loading