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.

40 changes: 32 additions & 8 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 @@ -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.5.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.

43 changes: 34 additions & 9 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down 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 @@ -13981,6 +14000,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 +16596,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.1.0
version: v198.5.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.

41 changes: 33 additions & 8 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2360,6 +2360,7 @@ components:
- mic_default_on
- speaker_default_on
- default_device
- hifi_audio_enabled
type: object
AutomodDetails:
properties:
Expand Down Expand Up @@ -2715,6 +2716,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 @@ -2745,6 +2752,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 @@ -6628,14 +6637,17 @@ components:
archived_at:
format: date-time
type: number
x-stream-index: "006"
x-stream-index: "007"
ban_expires:
format: date-time
type: number
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 @@ -6645,12 +6657,13 @@ components:
pinned_at:
format: date-time
type: number
x-stream-index: "005"
x-stream-index: "006"
required:
- hidden
- pinned
- archived
- banned
- blocked
type: object
ChannelMemberResponse:
properties:
Expand Down Expand Up @@ -8122,15 +8135,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 @@ -8141,15 +8160,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 @@ -23536,6 +23555,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 @@ -26605,7 +26630,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.1.0
version: v198.5.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.

Loading