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.

4 changes: 2 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -11852,7 +11852,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
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.

12 changes: 6 additions & 6 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6575,17 +6575,17 @@ components:
created_at:
format: date-time
type: string
x-stream-index: "007"
x-stream-index: "005"
next_state:
type: string
x-stream-index: "006"
x-stream-index: "007"
prev_state:
type: string
x-stream-index: "005"
x-stream-index: "006"
required:
- created_at
- prev_state
- next_state
- created_at
type: object
IngressAudioEncodingOptions:
properties:
Expand Down Expand Up @@ -7698,7 +7698,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 @@ -16502,7 +16502,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
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.

4 changes: 2 additions & 2 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26328,7 +26328,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -29646,7 +29646,7 @@ paths:
post:
description: |
Adds a reaction to an activity
operationId: AddReaction
operationId: AddActivityReaction
parameters:
- in: path
name: activity_id
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 @@ -6115,7 +6115,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,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 @@ -4035,59 +4035,59 @@ components:
properties:
ai_image_config:
$ref: '#/components/schemas/AIImageConfig'
x-stream-index: "012"
x-stream-index: "013"
ai_image_lite_config:
$ref: '#/components/schemas/BodyguardImageAnalysisConfig'
x-stream-index: "011"
x-stream-index: "012"
ai_text_config:
$ref: '#/components/schemas/AITextConfig'
x-stream-index: "010"
x-stream-index: "011"
ai_video_config:
$ref: '#/components/schemas/AIVideoConfig'
x-stream-index: "013"
x-stream-index: "014"
async:
type: boolean
x-stream-index: "005"
x-stream-index: "006"
automod_platform_circumvention_config:
$ref: '#/components/schemas/AutomodPlatformCircumventionConfig'
x-stream-index: "007"
x-stream-index: "008"
automod_semantic_filters_config:
$ref: '#/components/schemas/AutomodSemanticFiltersConfig'
x-stream-index: "008"
x-stream-index: "009"
automod_toxicity_config:
$ref: '#/components/schemas/AutomodToxicityConfig'
x-stream-index: "006"
x-stream-index: "007"
block_list_config:
$ref: '#/components/schemas/BlockListConfig'
x-stream-index: "009"
x-stream-index: "010"
created_at:
format: date-time
type: number
x-stream-index: "019"
google_vision_config:
$ref: '#/components/schemas/GoogleVisionConfig'
x-stream-index: "014"
x-stream-index: "015"
key:
type: string
x-stream-index: "004"
llm_config:
$ref: '#/components/schemas/LLMConfig'
x-stream-index: "017"
x-stream-index: "018"
supported_video_call_harm_types:
items:
type: string
type: array
x-stream-index: "022"
team:
type: string
x-stream-index: "018"
x-stream-index: "005"
updated_at:
format: date-time
type: number
x-stream-index: "020"
velocity_filter_config:
$ref: '#/components/schemas/VelocityFilterConfig'
x-stream-index: "015"
x-stream-index: "016"
video_call_rule_config:
$ref: '#/components/schemas/VideoCallRuleConfig'
x-stream-index: "021"
Expand Down Expand Up @@ -7367,7 +7367,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

87 changes: 63 additions & 24 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,9 +1517,48 @@ components:
title: Base Activity
type: object
ActivitySelectorConfig:
properties:
CutoffTime:
format: date-time
type: number
writeOnly: true
x-stream-index: "005"
cutoff_time:
description: Time threshold for activity selection (string). Expected RFC3339
format (e.g., 2006-01-02T15:04:05Z07:00)
title: Cutoff Time
type: string
x-stream-index: "004"
filter:
additionalProperties: {}
description: Filter for activity selection
title: Filter
type: object
x-stream-index: "002"
min_popularity:
description: Minimum popularity threshold
format: int32
title: Minimum Popularity
type: integer
x-stream-index: "006"
sort:
description: Sort parameters for activity selection
items:
$ref: '#/components/schemas/SortParam'
title: Sort
type: array
x-stream-index: "003"
type:
description: Type of selector
title: Type
type: string
x-stream-index: "001"
title: Activity Selector Configuration
type: object
ActivitySelectorConfigResponse:
properties:
cutoff_time:
description: Time threshold for activity selection
description: Time threshold for activity selection (timestamp)
format: date-time
title: Cutoff Time
type: number
Expand Down Expand Up @@ -1548,7 +1587,7 @@ components:
title: Type
type: string
x-stream-index: "001"
title: Activity Selector Configuration
title: Activity Selector Configuration Response
type: object
ActivityUnpinnedEvent:
description: Emitted when an activity is unpinned.
Expand Down Expand Up @@ -2513,7 +2552,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -12747,7 +12786,7 @@ components:
activity_selectors:
description: Configuration for activity selectors
items:
$ref: '#/components/schemas/ActivitySelectorConfig'
$ref: '#/components/schemas/ActivitySelectorConfigResponse'
title: Activity Selectors
type: array
x-stream-index: "010"
Expand Down Expand Up @@ -13389,7 +13428,7 @@ components:
activity_selectors:
description: Configured activity selectors
items:
$ref: '#/components/schemas/ActivitySelectorConfig'
$ref: '#/components/schemas/ActivitySelectorConfigResponse'
title: Activity Selectors
type: array
x-stream-index: "002"
Expand Down Expand Up @@ -16289,17 +16328,17 @@ components:
created_at:
format: date-time
type: number
x-stream-index: "007"
x-stream-index: "005"
next_state:
type: string
x-stream-index: "006"
x-stream-index: "007"
prev_state:
type: string
x-stream-index: "005"
x-stream-index: "006"
required:
- created_at
- prev_state
- next_state
- created_at
type: object
IngressAudioEncodingOptions:
properties:
Expand Down Expand Up @@ -19114,59 +19153,59 @@ components:
properties:
ai_image_config:
$ref: '#/components/schemas/AIImageConfig'
x-stream-index: "012"
x-stream-index: "013"
ai_image_lite_config:
$ref: '#/components/schemas/BodyguardImageAnalysisConfig'
x-stream-index: "011"
x-stream-index: "012"
ai_text_config:
$ref: '#/components/schemas/AITextConfig'
x-stream-index: "010"
x-stream-index: "011"
ai_video_config:
$ref: '#/components/schemas/AIVideoConfig'
x-stream-index: "013"
x-stream-index: "014"
async:
type: boolean
x-stream-index: "005"
x-stream-index: "006"
automod_platform_circumvention_config:
$ref: '#/components/schemas/AutomodPlatformCircumventionConfig'
x-stream-index: "007"
x-stream-index: "008"
automod_semantic_filters_config:
$ref: '#/components/schemas/AutomodSemanticFiltersConfig'
x-stream-index: "008"
x-stream-index: "009"
automod_toxicity_config:
$ref: '#/components/schemas/AutomodToxicityConfig'
x-stream-index: "006"
x-stream-index: "007"
block_list_config:
$ref: '#/components/schemas/BlockListConfig'
x-stream-index: "009"
x-stream-index: "010"
created_at:
format: date-time
type: number
x-stream-index: "019"
google_vision_config:
$ref: '#/components/schemas/GoogleVisionConfig'
x-stream-index: "014"
x-stream-index: "015"
key:
type: string
x-stream-index: "004"
llm_config:
$ref: '#/components/schemas/LLMConfig'
x-stream-index: "017"
x-stream-index: "018"
supported_video_call_harm_types:
items:
type: string
type: array
x-stream-index: "022"
team:
type: string
x-stream-index: "018"
x-stream-index: "005"
updated_at:
format: date-time
type: number
x-stream-index: "020"
velocity_filter_config:
$ref: '#/components/schemas/VelocityFilterConfig'
x-stream-index: "015"
x-stream-index: "016"
video_call_rule_config:
$ref: '#/components/schemas/VideoCallRuleConfig'
x-stream-index: "021"
Expand Down Expand Up @@ -33104,7 +33143,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -37685,7 +37724,7 @@ paths:
post:
description: |
Adds a reaction to an activity
operationId: AddReaction
operationId: AddActivityReaction
parameters:
- in: path
name: activity_id
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6034,7 +6034,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -14793,7 +14793,7 @@ components:
type: apiKey
info:
title: Stream API
version: v196.12.3
version: v196.14.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

Loading