Skip to content

Commit 9e58bae

Browse files
committed
chore: update OpenAPI specs to v226.20.0
1 parent 8e9463e commit 9e58bae

58 files changed

Lines changed: 205 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15698,7 +15698,7 @@ components:
1569815698
type: apiKey
1569915699
info:
1570015700
title: Stream API
15701-
version: v226.19.0
15701+
version: v226.20.0
1570215702
openapi: 3.0.3
1570315703
paths:
1570415704
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ components:
597597
type: string
598598
x-stream-index: "002.001"
599599
type:
600-
default: export.users.error
600+
default: export.moderation_logs.error
601601
type: string
602602
x-stream-index: "003.002"
603603
required:
@@ -20975,7 +20975,7 @@ components:
2097520975
type: apiKey
2097620976
info:
2097720977
title: Stream API
20978-
version: v226.19.0
20978+
version: v226.20.0
2097920979
openapi: 3.0.3
2098020980
paths:
2098120981
/app:

openapi/clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36277,7 +36277,7 @@ components:
3627736277
type: apiKey
3627836278
info:
3627936279
title: Stream API
36280-
version: v226.19.0
36280+
version: v226.20.0
3628136281
openapi: 3.0.3
3628236282
paths:
3628336283
/api/v2/app:

openapi/moderation-clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6523,7 +6523,7 @@ components:
65236523
type: apiKey
65246524
info:
65256525
title: Stream API
6526-
version: v226.19.0
6526+
version: v226.20.0
65276527
openapi: 3.0.3
65286528
paths:
65296529
/api/v2/moderation/appeal:

openapi/moderation-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-openapi.yaml

Lines changed: 130 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ components:
407407
type: string
408408
x-stream-index: "002.001"
409409
type:
410-
default: export.moderation_logs.error
410+
default: export.bulk_image_moderation.error
411411
type: string
412412
x-stream-index: "003.002"
413413
required:
@@ -1449,38 +1449,60 @@ components:
14491449
enabled:
14501450
type: boolean
14511451
x-stream-index: "001"
1452+
required:
1453+
- enabled
14521454
type: object
14531455
DeviceResponse:
1456+
description: Response for Device
1457+
nullable: true
14541458
properties:
14551459
created_at:
1456-
$ref: '#/components/schemas/Timestamp'
1457-
x-stream-index: "001"
1460+
description: Date/time of creation
1461+
format: date-time
1462+
title: Created at
1463+
type: string
1464+
x-stream-index: "004"
14581465
disabled:
1466+
description: Whether device is disabled or not
1467+
title: Disabled
14591468
type: boolean
14601469
x-stream-index: "005"
14611470
disabled_reason:
1471+
description: Reason explaining why device had been disabled
1472+
title: Reason
14621473
type: string
14631474
x-stream-index: "006"
14641475
id:
1476+
description: Device ID
1477+
title: ID
14651478
type: string
1466-
x-stream-index: "002"
1479+
x-stream-index: "003"
14671480
push_provider:
1481+
description: Push provider
1482+
title: PushProvider
14681483
type: string
1469-
x-stream-index: "003"
1484+
x-stream-index: "001"
14701485
push_provider_name:
1486+
description: Push provider name
1487+
title: PushProviderName
14711488
type: string
1472-
x-stream-index: "007"
1489+
x-stream-index: "002"
14731490
user_id:
1491+
description: User ID
1492+
title: UserID
14741493
type: string
1475-
x-stream-index: "004"
1494+
x-stream-index: "008"
14761495
voip:
1496+
description: When true the token is for Apple VoIP push notifications
1497+
title: Voip
14771498
type: boolean
1478-
x-stream-index: "008"
1499+
x-stream-index: "007"
14791500
required:
1480-
- created_at
1481-
- id
14821501
- push_provider
1502+
- id
1503+
- created_at
14831504
- user_id
1505+
title: DeviceResponse
14841506
type: object
14851507
DraftPayloadResponse:
14861508
properties:
@@ -3447,21 +3469,22 @@ components:
34473469
properties:
34483470
delivery_receipts:
34493471
$ref: '#/components/schemas/DeliveryReceiptsResponse'
3450-
x-stream-index: "001"
3472+
x-stream-index: "003"
34513473
read_receipts:
34523474
$ref: '#/components/schemas/ReadReceiptsResponse'
34533475
x-stream-index: "002"
34543476
typing_indicators:
34553477
$ref: '#/components/schemas/TypingIndicatorsResponse'
3456-
x-stream-index: "003"
3478+
x-stream-index: "001"
34573479
type: object
34583480
PushNotificationSettingsResponse:
34593481
properties:
34603482
disabled:
34613483
type: boolean
34623484
x-stream-index: "001"
34633485
disabled_until:
3464-
$ref: '#/components/schemas/Timestamp'
3486+
format: date-time
3487+
type: string
34653488
x-stream-index: "002"
34663489
type: object
34673490
RTMPIngress:
@@ -3648,6 +3671,8 @@ components:
36483671
enabled:
36493672
type: boolean
36503673
x-stream-index: "001"
3674+
required:
3675+
- enabled
36513676
type: object
36523677
RecordSettingsResponse:
36533678
properties:
@@ -4496,6 +4521,8 @@ components:
44964521
enabled:
44974522
type: boolean
44984523
x-stream-index: "001"
4524+
required:
4525+
- enabled
44994526
type: object
45004527
UpdateTaskRequest:
45014528
nullable: true
@@ -4560,102 +4587,153 @@ components:
45604587
- id
45614588
type: object
45624589
UserResponse:
4590+
description: User response object
45634591
properties:
45644592
avg_response_time:
45654593
format: int32
45664594
type: integer
4567-
x-stream-index: "013"
4595+
x-stream-index: "001.018"
45684596
ban_expires:
4569-
$ref: '#/components/schemas/Timestamp'
4570-
x-stream-index: "014"
4597+
description: Date when ban expires
4598+
format: date-time
4599+
title: Ban expires
4600+
type: string
4601+
x-stream-index: "004"
45714602
banned:
4603+
description: Whether a user is banned or not
4604+
title: Banned
45724605
type: boolean
4573-
x-stream-index: "001"
4606+
x-stream-index: "001.012"
45744607
blocked_user_ids:
45754608
items:
45764609
type: string
45774610
type: array
4578-
x-stream-index: "010"
4611+
x-stream-index: "001.017"
4612+
bypass_moderation:
4613+
type: boolean
4614+
x-stream-index: "003"
45794615
created_at:
4580-
$ref: '#/components/schemas/Timestamp'
4581-
x-stream-index: "002"
4616+
description: Date/time of creation
4617+
format: date-time
4618+
title: Created at
4619+
type: string
4620+
x-stream-index: "001.009"
45824621
custom:
45834622
additionalProperties: {}
4623+
description: Custom data for this object
4624+
title: Custom data
45844625
type: object
4585-
x-stream-index: "012"
4626+
x-stream-index: "001.004"
45864627
deactivated_at:
4587-
$ref: '#/components/schemas/Timestamp'
4588-
x-stream-index: "015"
4628+
description: Date of deactivation
4629+
format: date-time
4630+
title: Deactivated at
4631+
type: string
4632+
x-stream-index: "001.016"
45894633
deleted_at:
4590-
$ref: '#/components/schemas/Timestamp'
4591-
x-stream-index: "016"
4634+
description: Date/time of deletion
4635+
format: date-time
4636+
title: Deleted at
4637+
type: string
4638+
x-stream-index: "001.011"
45924639
devices:
4640+
description: List of devices user is using
45934641
items:
45944642
$ref: '#/components/schemas/DeviceResponse'
4643+
title: Devices
45954644
type: array
4596-
x-stream-index: "021"
4645+
x-stream-index: "007"
45974646
id:
4647+
description: Unique user identifier
4648+
title: ID
45984649
type: string
4599-
x-stream-index: "003"
4650+
x-stream-index: "001.001"
46004651
image:
4652+
title: Image
46014653
type: string
4602-
x-stream-index: "017"
4654+
x-stream-index: "001.003"
46034655
invisible:
46044656
type: boolean
4605-
x-stream-index: "004"
4657+
x-stream-index: "008"
46064658
language:
4659+
description: Preferred language of a user
4660+
title: Language
46074661
type: string
4608-
x-stream-index: "005"
4662+
x-stream-index: "001.005"
46094663
last_active:
4610-
$ref: '#/components/schemas/Timestamp'
4611-
x-stream-index: "018"
4664+
description: Date of last activity
4665+
format: date-time
4666+
title: Last active
4667+
type: string
4668+
x-stream-index: "001.014"
46124669
name:
4670+
description: Optional name of user
4671+
title: Name
46134672
type: string
4614-
x-stream-index: "019"
4673+
x-stream-index: "001.002"
46154674
online:
4675+
description: Whether a user online or not
4676+
title: Online
46164677
type: boolean
4617-
x-stream-index: "006"
4678+
x-stream-index: "001.013"
46184679
privacy_settings:
46194680
$ref: '#/components/schemas/PrivacySettingsResponse'
4620-
x-stream-index: "022"
4681+
description: User privacy settings
4682+
title: Privacy settings
4683+
x-stream-index: "006"
46214684
push_notifications:
46224685
$ref: '#/components/schemas/PushNotificationSettingsResponse'
4623-
x-stream-index: "023"
4686+
description: User push notification settings
4687+
title: Push notifications
4688+
x-stream-index: "005"
46244689
revoke_tokens_issued_before:
4625-
$ref: '#/components/schemas/Timestamp'
4626-
x-stream-index: "020"
4690+
description: Revocation date for tokens
4691+
format: date-time
4692+
title: Revoke tokens issued before
4693+
type: string
4694+
x-stream-index: "001.015"
46274695
role:
4696+
description: Determines the set of user permissions
4697+
title: Role
46284698
type: string
4629-
x-stream-index: "007"
4699+
x-stream-index: "001.006"
46304700
shadow_banned:
4701+
description: Whether a user is shadow banned
4702+
title: Shadow banned
46314703
type: boolean
4632-
x-stream-index: "008"
4704+
x-stream-index: "002"
46334705
teams:
4706+
description: List of teams user is a part of
46344707
items:
46354708
type: string
4709+
title: Teams
46364710
type: array
4637-
x-stream-index: "011"
4711+
x-stream-index: "001.007"
46384712
teams_role:
46394713
additionalProperties:
46404714
type: string
46414715
type: object
4642-
x-stream-index: "024"
4716+
x-stream-index: "001.008"
46434717
updated_at:
4644-
$ref: '#/components/schemas/Timestamp'
4645-
x-stream-index: "009"
4718+
description: Date/time of the last update
4719+
format: date-time
4720+
title: Updated at
4721+
type: string
4722+
x-stream-index: "001.010"
46464723
required:
4647-
- banned
4648-
- created_at
46494724
- id
4650-
- invisible
4725+
- custom
46514726
- language
4652-
- online
46534727
- role
4654-
- shadow_banned
4728+
- teams
4729+
- created_at
46554730
- updated_at
4731+
- banned
4732+
- online
46564733
- blocked_user_ids
4657-
- teams
4658-
- custom
4734+
- shadow_banned
4735+
- invisible
4736+
title: UserResponse
46594737
type: object
46604738
VideoSettingsResponse:
46614739
properties:
@@ -4765,7 +4843,7 @@ components:
47654843
type: apiKey
47664844
info:
47674845
title: Stream API
4768-
version: v226.19.0
4846+
version: v226.20.0
47694847
openapi: 3.0.3
47704848
paths:
47714849
/api/v1/moderation/chat_message_tasks:

0 commit comments

Comments
 (0)