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.

42 changes: 33 additions & 9 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,12 @@ components:
id:
type: string
x-stream-index: "003"
is_leet_check_enabled:
type: boolean
x-stream-index: "008"
is_plural_check_enabled:
type: boolean
x-stream-index: "009"
name:
description: Block list name
title: Name
Expand Down Expand Up @@ -643,6 +649,8 @@ components:
- name
- type
- words
- is_leet_check_enabled
- is_plural_check_enabled
title: Block list
type: object
x-stream-docs-page-id: block_lists
Expand Down Expand Up @@ -1547,14 +1555,17 @@ components:
archived_at:
format: date-time
type: string
x-stream-index: "006"
x-stream-index: "007"
ban_expires:
format: date-time
type: string
x-stream-index: "007"
x-stream-index: "008"
banned:
type: boolean
x-stream-index: "004"
blocked:
type: boolean
x-stream-index: "005"
hidden:
type: boolean
x-stream-index: "001"
Expand All @@ -1564,12 +1575,13 @@ components:
pinned_at:
format: date-time
type: string
x-stream-index: "005"
x-stream-index: "006"
required:
- hidden
- pinned
- archived
- banned
- blocked
type: object
ChannelMemberResponse:
properties:
Expand Down Expand Up @@ -2270,15 +2282,21 @@ components:
description: Block list contains restricted words
nullable: true
properties:
is_leet_check_enabled:
type: boolean
x-stream-index: "001"
is_plural_check_enabled:
type: boolean
x-stream-index: "002"
name:
description: Block list name
maxLength: 255
title: Name
type: string
x-stream-index: "001"
x-stream-index: "003"
team:
type: string
x-stream-index: "004"
x-stream-index: "006"
type:
description: Block list type.
enum:
Expand All @@ -2289,15 +2307,15 @@ components:
- word
title: Type
type: string
x-stream-index: "003"
x-stream-index: "005"
words:
description: List of words to block
items:
type: string
minimum: 1
title: Words
type: array
x-stream-index: "002"
x-stream-index: "004"
required:
- name
- words
Expand Down Expand Up @@ -4629,7 +4647,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 @@ -10078,6 +10096,12 @@ components:
UpdateBlockListRequest:
nullable: true
properties:
is_leet_check_enabled:
type: boolean
x-stream-index: "005"
is_plural_check_enabled:
type: boolean
x-stream-index: "006"
team:
type: string
x-stream-index: "002"
Expand Down Expand Up @@ -11983,7 +12007,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.1.0
version: v198.7.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.

72 changes: 51 additions & 21 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ components:
- mic_default_on
- speaker_default_on
- default_device
- hifi_audio_enabled
type: object
AutomodDetails:
properties:
Expand Down Expand Up @@ -1044,6 +1045,12 @@ components:
id:
type: string
x-stream-index: "003"
is_leet_check_enabled:
type: boolean
x-stream-index: "008"
is_plural_check_enabled:
type: boolean
x-stream-index: "009"
name:
description: Block list name
title: Name
Expand Down Expand Up @@ -1074,6 +1081,8 @@ components:
- name
- type
- words
- is_leet_check_enabled
- is_plural_check_enabled
title: Block list
type: object
x-stream-docs-page-id: block_lists
Expand Down Expand Up @@ -2331,14 +2340,17 @@ components:
archived_at:
format: date-time
type: string
x-stream-index: "006"
x-stream-index: "007"
ban_expires:
format: date-time
type: string
x-stream-index: "007"
x-stream-index: "008"
banned:
type: boolean
x-stream-index: "004"
blocked:
type: boolean
x-stream-index: "005"
hidden:
type: boolean
x-stream-index: "001"
Expand All @@ -2348,12 +2360,13 @@ components:
pinned_at:
format: date-time
type: string
x-stream-index: "005"
x-stream-index: "006"
required:
- hidden
- pinned
- archived
- banned
- blocked
type: object
ChannelMemberResponse:
properties:
Expand Down Expand Up @@ -3494,15 +3507,21 @@ components:
description: Block list contains restricted words
nullable: true
properties:
is_leet_check_enabled:
type: boolean
x-stream-index: "001"
is_plural_check_enabled:
type: boolean
x-stream-index: "002"
name:
description: Block list name
maxLength: 255
title: Name
type: string
x-stream-index: "001"
x-stream-index: "003"
team:
type: string
x-stream-index: "004"
x-stream-index: "006"
type:
description: Block list type.
enum:
Expand All @@ -3513,15 +3532,15 @@ components:
- word
title: Type
type: string
x-stream-index: "003"
x-stream-index: "005"
words:
description: List of words to block
items:
type: string
minimum: 1
title: Words
type: array
x-stream-index: "002"
x-stream-index: "004"
required:
- name
- words
Expand Down Expand Up @@ -3555,20 +3574,20 @@ components:
- AI
title: Automod
type: string
x-stream-index: "019"
x-stream-index: "020"
automod_behavior:
description: Automod behavior
enum:
- flag
- block
title: Automod behavior
type: string
x-stream-index: "020"
x-stream-index: "021"
blocklist:
description: Blocklist
title: Blocklist
type: string
x-stream-index: "024"
x-stream-index: "025"
blocklist_behavior:
description: Blocklist behavior
enum:
Expand All @@ -3577,26 +3596,31 @@ components:
- shadow_block
title: Blocklist behavior
type: string
x-stream-index: "025"
x-stream-index: "026"
blocklists:
description: Blocklists
items:
$ref: '#/components/schemas/BlockListOptions'
title: Blocklists
type: array
x-stream-index: "026"
x-stream-index: "027"
commands:
description: List of commands that channel supports
items:
type: string
title: Commands
type: array
x-stream-index: "021"
x-stream-index: "022"
connect_events:
description: Connect events
title: Connect events
type: boolean
x-stream-index: "004"
count_messages:
description: Count messages in channel.
title: Count messages
type: boolean
x-stream-index: "017"
custom_events:
description: Custom events
title: Custom events
Expand All @@ -3610,7 +3634,7 @@ components:
description: List of grants for the channel type
title: Grants
type: object
x-stream-index: "023"
x-stream-index: "024"
mark_messages_pending:
description: Mark messages pending
title: Mark messages pending
Expand All @@ -3621,15 +3645,15 @@ components:
format: int32
title: Max message length
type: integer
x-stream-index: "018"
x-stream-index: "019"
message_retention:
description: Message retention
enum:
- infinite
- numeric
title: Message retention
type: string
x-stream-index: "017"
x-stream-index: "018"
mutes:
description: Mutes
title: Mutes
Expand All @@ -3646,22 +3670,22 @@ components:
minimum: 10
title: Partition size
type: integer
x-stream-index: "027"
x-stream-index: "028"
partition_ttl:
description: Partition TTL
example: 24h
format: duration
nullable: true
title: Partition TTL
type: string
x-stream-index: "028"
x-stream-index: "029"
permissions:
description: List of permissions for the channel type
items:
$ref: '#/components/schemas/PolicyRequest'
title: Permissions
type: array
x-stream-index: "022"
x-stream-index: "023"
polls:
description: Polls
title: Polls
Expand Down Expand Up @@ -3699,7 +3723,7 @@ components:
x-stream-index: "016"
skip_last_msg_update_for_system_msgs:
type: boolean
x-stream-index: "029"
x-stream-index: "030"
typing_events:
description: Typing events
title: Typing events
Expand Down Expand Up @@ -13981,6 +14005,12 @@ components:
UpdateBlockListRequest:
nullable: true
properties:
is_leet_check_enabled:
type: boolean
x-stream-index: "005"
is_plural_check_enabled:
type: boolean
x-stream-index: "006"
team:
type: string
x-stream-index: "002"
Expand Down Expand Up @@ -16571,7 +16601,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.1.0
version: v198.7.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