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.

72 changes: 58 additions & 14 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -726,26 +726,26 @@ components:
items:
$ref: '#/components/schemas/SharedLocation'
type: array
x-stream-index: "034"
x-stream-index: "035"
auto_translation_enabled:
type: boolean
x-stream-index: "029"
x-stream-index: "030"
auto_translation_language:
type: string
x-stream-index: "030"
x-stream-index: "031"
cid:
type: string
x-stream-index: "003"
config:
$ref: '#/components/schemas/ChannelConfig'
x-stream-index: "026"
x-stream-index: "027"
config_overrides:
$ref: '#/components/schemas/ConfigOverrides'
x-stream-index: "027"
x-stream-index: "028"
cooldown:
format: int32
type: integer
x-stream-index: "031"
x-stream-index: "032"
created_at:
format: date-time
type: string
Expand Down Expand Up @@ -774,10 +774,10 @@ components:
items:
$ref: '#/components/schemas/ChannelMember'
type: array
x-stream-index: "022"
x-stream-index: "023"
last_campaigns:
type: string
x-stream-index: "032"
x-stream-index: "033"
last_message_at:
format: date-time
type: string
Expand All @@ -791,17 +791,22 @@ components:
$ref: '#/components/schemas/ChannelMember'
type: array
x-stream-index: "020"
members_lookup:
additionalProperties:
$ref: '#/components/schemas/ChannelMemberLookup'
type: object
x-stream-index: "022"
message_count:
format: int64
type: integer
x-stream-index: "035"
x-stream-index: "036"
message_count_updated_at:
format: date-time
type: string
x-stream-index: "036"
x-stream-index: "037"
team:
type: string
x-stream-index: "028"
x-stream-index: "029"
truncated_by:
$ref: '#/components/schemas/User'
x-stream-index: "015"
Expand Down Expand Up @@ -1523,6 +1528,39 @@ components:
- notifications_muted
title: Channel member
type: object
ChannelMemberLookup:
nullable: true
properties:
archived:
type: boolean
x-stream-index: "003"
archived_at:
format: date-time
type: string
x-stream-index: "006"
ban_expires:
format: date-time
type: string
x-stream-index: "007"
banned:
type: boolean
x-stream-index: "004"
hidden:
type: boolean
x-stream-index: "001"
pinned:
type: boolean
x-stream-index: "002"
pinned_at:
format: date-time
type: string
x-stream-index: "005"
required:
- hidden
- pinned
- archived
- banned
type: object
ChannelMemberResponse:
properties:
channel_role:
Expand Down Expand Up @@ -3004,13 +3042,16 @@ components:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "003.001"
x-stream-index: "004.001"
file:
description: URL to the uploaded asset. Should be used to put to `asset_url`
attachment field
title: File
type: string
x-stream-index: "001"
moderation_action:
type: string
x-stream-index: "003"
thumb_url:
description: URL of the file thumbnail for supported file formats. Should
be put to `thumb_url` attachment field
Expand Down Expand Up @@ -3720,10 +3761,13 @@ components:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: 001.003.001
x-stream-index: 001.004.001
file:
type: string
x-stream-index: "001.001"
moderation_action:
type: string
x-stream-index: "001.003"
thumb_url:
type: string
x-stream-index: "001.002"
Expand Down Expand Up @@ -11740,7 +11784,7 @@ components:
type: apiKey
info:
title: Stream API
version: v193.9.0
version: v194.8.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.

Loading