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.

19 changes: 10 additions & 9 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,23 +293,24 @@ components:
file_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "033"
id:
format: int32
type: integer
x-stream-index: "001"
image_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "034"
name:
type: string
x-stream-index: "001"
region:
type: string
x-stream-index: "003"
shard:
x-stream-index: "002"
placement:
type: string
x-stream-index: "004"
required:
- id
- name
- organization
- region
- shard
- placement
- push_notifications
- webhook_url
- moderation_webhook_url
Expand Down Expand Up @@ -4647,7 +4648,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -12007,7 +12008,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.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.

27 changes: 14 additions & 13 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ components:
guest_user_creation_disabled:
type: boolean
x-stream-index: "046"
id:
format: int32
type: integer
x-stream-index: "001"
image_moderation_enabled:
type: boolean
x-stream-index: "019"
Expand Down Expand Up @@ -359,13 +363,16 @@ components:
x-stream-index: "017"
name:
type: string
x-stream-index: "001"
x-stream-index: "002"
organization:
type: string
x-stream-index: "002"
x-stream-index: "003"
permission_version:
type: string
x-stream-index: "015"
placement:
type: string
x-stream-index: "004"
policies:
additionalProperties:
items:
Expand All @@ -376,9 +383,6 @@ components:
push_notifications:
$ref: '#/components/schemas/PushNotificationFields'
x-stream-index: "005"
region:
type: string
x-stream-index: "003"
reminders_interval:
format: int32
type: integer
Expand All @@ -387,9 +391,6 @@ components:
format: date-time
type: string
x-stream-index: "035"
shard:
type: string
x-stream-index: "004"
sns_key:
type: string
x-stream-index: "031"
Expand Down Expand Up @@ -434,10 +435,10 @@ components:
type: string
x-stream-index: "006"
required:
- id
- name
- organization
- region
- shard
- placement
- push_notifications
- webhook_url
- moderation_webhook_url
Expand Down Expand Up @@ -605,7 +606,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -7778,7 +7779,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 @@ -16601,7 +16602,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.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.

17 changes: 9 additions & 8 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2110,23 +2110,24 @@ components:
file_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "033"
id:
format: int32
type: integer
x-stream-index: "001"
image_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "034"
name:
type: string
x-stream-index: "001"
region:
type: string
x-stream-index: "003"
shard:
x-stream-index: "002"
placement:
type: string
x-stream-index: "004"
required:
- id
- name
- organization
- region
- shard
- placement
- push_notifications
- webhook_url
- moderation_webhook_url
Expand Down Expand Up @@ -26727,7 +26728,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.10.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 @@ -6163,7 +6163,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.10.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
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 @@ -7415,7 +7415,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.10.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2293,6 +2293,10 @@ components:
guest_user_creation_disabled:
type: boolean
x-stream-index: "046"
id:
format: int32
type: integer
x-stream-index: "001"
image_moderation_enabled:
type: boolean
x-stream-index: "019"
Expand Down Expand Up @@ -2331,13 +2335,16 @@ components:
x-stream-index: "017"
name:
type: string
x-stream-index: "001"
x-stream-index: "002"
organization:
type: string
x-stream-index: "002"
x-stream-index: "003"
permission_version:
type: string
x-stream-index: "015"
placement:
type: string
x-stream-index: "004"
policies:
additionalProperties:
items:
Expand All @@ -2348,9 +2355,6 @@ components:
push_notifications:
$ref: '#/components/schemas/PushNotificationFields'
x-stream-index: "005"
region:
type: string
x-stream-index: "003"
reminders_interval:
format: int32
type: integer
Expand All @@ -2359,9 +2363,6 @@ components:
format: date-time
type: number
x-stream-index: "035"
shard:
type: string
x-stream-index: "004"
sns_key:
type: string
x-stream-index: "031"
Expand Down Expand Up @@ -2406,10 +2407,10 @@ components:
type: string
x-stream-index: "006"
required:
- id
- name
- organization
- region
- shard
- placement
- push_notifications
- webhook_url
- moderation_webhook_url
Expand Down Expand Up @@ -10282,18 +10283,17 @@ components:
nullable: true
properties:
activity_processors:
description: Configuration for activity processors (max 10)
description: Configuration for activity processors
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
maximum: 10
title: Activity Processors
type: array
x-stream-index: "007"
activity_selectors:
description: Configuration for activity selectors (max 10)
description: Configuration for activity selectors
items:
$ref: '#/components/schemas/ActivitySelectorConfig'
maximum: 10
title: Activity Selectors
type: array
x-stream-index: "008"
Expand Down Expand Up @@ -15544,18 +15544,17 @@ components:
nullable: true
properties:
activity_processors:
description: Configuration for activity processors (max 10)
description: Configuration for activity processors
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
maximum: 10
title: Activity Processors
type: array
x-stream-index: "007"
activity_selectors:
description: Configuration for activity selectors (max 10)
description: Configuration for activity selectors
items:
$ref: '#/components/schemas/ActivitySelectorConfig'
maximum: 10
title: Activity Selectors
type: array
x-stream-index: "008"
Expand Down Expand Up @@ -18295,7 +18294,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 @@ -30389,18 +30388,17 @@ components:
nullable: true
properties:
activity_processors:
description: Configuration for activity processors (max 10)
description: Configuration for activity processors
items:
$ref: '#/components/schemas/ActivityProcessorConfig'
maximum: 10
title: Activity Processors
type: array
x-stream-index: "006"
activity_selectors:
description: Configuration for activity selectors (max 10)
description: Configuration for activity selectors
items:
$ref: '#/components/schemas/ActivitySelectorConfig'
maximum: 10
title: Activity Selectors
type: array
x-stream-index: "007"
Expand Down Expand Up @@ -33536,7 +33534,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.10.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.

17 changes: 9 additions & 8 deletions openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,23 +491,24 @@ components:
file_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "033"
id:
format: int32
type: integer
x-stream-index: "001"
image_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "034"
name:
type: string
x-stream-index: "001"
region:
type: string
x-stream-index: "003"
shard:
x-stream-index: "002"
placement:
type: string
x-stream-index: "004"
required:
- id
- name
- organization
- region
- shard
- placement
- push_notifications
- webhook_url
- moderation_webhook_url
Expand Down Expand Up @@ -14969,7 +14970,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.9.0
version: v198.10.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

Loading