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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15536,7 +15536,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20820,7 +20820,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.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.

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

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

180 changes: 129 additions & 51 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1442,38 +1442,60 @@ components:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
DeviceResponse:
description: Response for Device
nullable: true
properties:
created_at:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "001"
description: Date/time of creation
format: date-time
title: Created at
type: string
x-stream-index: "004"
disabled:
description: Whether device is disabled or not
title: Disabled
type: boolean
x-stream-index: "005"
disabled_reason:
description: Reason explaining why device had been disabled
title: Reason
type: string
x-stream-index: "006"
id:
description: Device ID
title: ID
type: string
x-stream-index: "002"
x-stream-index: "003"
push_provider:
description: Push provider
title: PushProvider
type: string
x-stream-index: "003"
x-stream-index: "001"
push_provider_name:
description: Push provider name
title: PushProviderName
type: string
x-stream-index: "007"
x-stream-index: "002"
user_id:
description: User ID
title: UserID
type: string
x-stream-index: "004"
x-stream-index: "008"
voip:
description: When true the token is for Apple VoIP push notifications
title: Voip
type: boolean
x-stream-index: "008"
x-stream-index: "007"
required:
- created_at
- id
- push_provider
- id
- created_at
- user_id
title: DeviceResponse
type: object
DraftPayloadResponse:
properties:
Expand Down Expand Up @@ -3440,21 +3462,22 @@ components:
properties:
delivery_receipts:
$ref: '#/components/schemas/DeliveryReceiptsResponse'
x-stream-index: "001"
x-stream-index: "003"
read_receipts:
$ref: '#/components/schemas/ReadReceiptsResponse'
x-stream-index: "002"
typing_indicators:
$ref: '#/components/schemas/TypingIndicatorsResponse'
x-stream-index: "003"
x-stream-index: "001"
type: object
PushNotificationSettingsResponse:
properties:
disabled:
type: boolean
x-stream-index: "001"
disabled_until:
$ref: '#/components/schemas/Timestamp'
format: date-time
type: string
x-stream-index: "002"
type: object
RTMPIngress:
Expand Down Expand Up @@ -3641,6 +3664,8 @@ components:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
RecordSettingsResponse:
properties:
Expand Down Expand Up @@ -4489,6 +4514,8 @@ components:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
UpdateTaskRequest:
nullable: true
Expand Down Expand Up @@ -4553,102 +4580,153 @@ components:
- id
type: object
UserResponse:
description: User response object
properties:
avg_response_time:
format: int32
type: integer
x-stream-index: "013"
x-stream-index: "001.018"
ban_expires:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "014"
description: Date when ban expires
format: date-time
title: Ban expires
type: string
x-stream-index: "004"
banned:
description: Whether a user is banned or not
title: Banned
type: boolean
x-stream-index: "001"
x-stream-index: "001.012"
blocked_user_ids:
items:
type: string
type: array
x-stream-index: "010"
x-stream-index: "001.017"
bypass_moderation:
type: boolean
x-stream-index: "003"
created_at:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "002"
description: Date/time of creation
format: date-time
title: Created at
type: string
x-stream-index: "001.009"
custom:
additionalProperties: {}
description: Custom data for this object
title: Custom data
type: object
x-stream-index: "012"
x-stream-index: "001.004"
deactivated_at:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "015"
description: Date of deactivation
format: date-time
title: Deactivated at
type: string
x-stream-index: "001.016"
deleted_at:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "016"
description: Date/time of deletion
format: date-time
title: Deleted at
type: string
x-stream-index: "001.011"
devices:
description: List of devices user is using
items:
$ref: '#/components/schemas/DeviceResponse'
title: Devices
type: array
x-stream-index: "021"
x-stream-index: "007"
id:
description: Unique user identifier
title: ID
type: string
x-stream-index: "003"
x-stream-index: "001.001"
image:
title: Image
type: string
x-stream-index: "017"
x-stream-index: "001.003"
invisible:
type: boolean
x-stream-index: "004"
x-stream-index: "008"
language:
description: Preferred language of a user
title: Language
type: string
x-stream-index: "005"
x-stream-index: "001.005"
last_active:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "018"
description: Date of last activity
format: date-time
title: Last active
type: string
x-stream-index: "001.014"
name:
description: Optional name of user
title: Name
type: string
x-stream-index: "019"
x-stream-index: "001.002"
online:
description: Whether a user online or not
title: Online
type: boolean
x-stream-index: "006"
x-stream-index: "001.013"
privacy_settings:
$ref: '#/components/schemas/PrivacySettingsResponse'
x-stream-index: "022"
description: User privacy settings
title: Privacy settings
x-stream-index: "006"
push_notifications:
$ref: '#/components/schemas/PushNotificationSettingsResponse'
x-stream-index: "023"
description: User push notification settings
title: Push notifications
x-stream-index: "005"
revoke_tokens_issued_before:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "020"
description: Revocation date for tokens
format: date-time
title: Revoke tokens issued before
type: string
x-stream-index: "001.015"
role:
description: Determines the set of user permissions
title: Role
type: string
x-stream-index: "007"
x-stream-index: "001.006"
shadow_banned:
description: Whether a user is shadow banned
title: Shadow banned
type: boolean
x-stream-index: "008"
x-stream-index: "002"
teams:
description: List of teams user is a part of
items:
type: string
title: Teams
type: array
x-stream-index: "011"
x-stream-index: "001.007"
teams_role:
additionalProperties:
type: string
type: object
x-stream-index: "024"
x-stream-index: "001.008"
updated_at:
$ref: '#/components/schemas/Timestamp'
x-stream-index: "009"
description: Date/time of the last update
format: date-time
title: Updated at
type: string
x-stream-index: "001.010"
required:
- banned
- created_at
- id
- invisible
- custom
- language
- online
- role
- shadow_banned
- teams
- created_at
- updated_at
- banned
- online
- blocked_user_ids
- teams
- custom
- shadow_banned
- invisible
title: UserResponse
type: object
VideoSettingsResponse:
properties:
Expand Down Expand Up @@ -4758,7 +4836,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.0
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 @@ -8198,7 +8198,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_logs:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3300,7 +3300,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -45086,7 +45086,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.0
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 @@
aad7b7c070d5db2497ddeacfd908fbdc881a8179d567e2753a3a9797813d73b9 ./v2/chat-clientside-api.json
985c1a1edf525d8613ba269a1b25963b8360ae4b8a43c75fc60770445aae4037 ./v2/chat-clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19733,7 +19733,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.5.0
version: v226.6.0
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 @@
8bd2767eb74179a698ebf06921c629d4154c7d711bab23512414effeea91f1a8 ./v2/chat-clientside-api.yaml
9ec79856abf865878d925665b8fe46da6ac7b4a2c6c3176e75364da76d10d46e ./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 @@
350da628509e4bb3d93e488cd40409d39bddb6368c4e8097e4fb5940e2888332 ./v2/chat-serverside-api.json
17db9939ff211b93bd489a84a918564adb9ebf6de72c7d591c53e21d37a2c285 ./v2/chat-serverside-api.json
Loading
Loading