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.

14 changes: 10 additions & 4 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2991,6 +2991,7 @@ components:
title: Thread
x-stream-index: "001"
required:
- thread
- duration
type: object
GuestRequest:
Expand Down Expand Up @@ -4080,7 +4081,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 @@ -6652,7 +6653,7 @@ components:
Custom:
type: object
writeOnly: true
x-stream-index: "009"
x-stream-index: "010"
app_pk:
format: int32
readOnly: true
Expand All @@ -6667,6 +6668,10 @@ components:
title: Created at
type: string
x-stream-index: "007"
last_read_at:
format: date-time
type: string
x-stream-index: "009"
left_thread_at:
description: Left Thread At is the time when the user left the thread
format: date-time
Expand All @@ -6692,6 +6697,7 @@ components:
- app_pk
- channel_cid
- created_at
- last_read_at
- Custom
title: ThreadParticipant
type: object
Expand Down Expand Up @@ -6861,7 +6867,6 @@ components:
title: Thread
type: object
ThreadStateResponse:
nullable: true
properties:
channel:
$ref: '#/components/schemas/ChannelResponse'
Expand Down Expand Up @@ -7571,6 +7576,7 @@ components:
title: Thread
x-stream-index: "001"
required:
- thread
- duration
type: object
UpdateUserPartialRequest:
Expand Down Expand Up @@ -8491,7 +8497,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.9.0
version: v100.10.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.

12 changes: 9 additions & 3 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4237,6 +4237,7 @@ components:
title: Thread
x-stream-index: "001"
required:
- thread
- duration
type: object
GuestRequest:
Expand Down Expand Up @@ -7721,7 +7722,7 @@ components:
Custom:
type: object
writeOnly: true
x-stream-index: "009"
x-stream-index: "010"
app_pk:
format: int32
readOnly: true
Expand All @@ -7736,6 +7737,10 @@ components:
title: Created at
type: string
x-stream-index: "007"
last_read_at:
format: date-time
type: string
x-stream-index: "009"
left_thread_at:
description: Left Thread At is the time when the user left the thread
format: date-time
Expand All @@ -7761,6 +7766,7 @@ components:
- app_pk
- channel_cid
- created_at
- last_read_at
- Custom
title: ThreadParticipant
type: object
Expand Down Expand Up @@ -7930,7 +7936,6 @@ components:
title: Thread
type: object
ThreadStateResponse:
nullable: true
properties:
channel:
$ref: '#/components/schemas/ChannelResponse'
Expand Down Expand Up @@ -9131,6 +9136,7 @@ components:
title: Thread
x-stream-index: "001"
required:
- thread
- duration
type: object
UpdateUserPartialRequest:
Expand Down Expand Up @@ -9807,7 +9813,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.9.0
version: v100.10.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