Skip to content

Commit 9beb504

Browse files
committed
chore: update OpenAPI specs to v226.18.1
1 parent e0d8c84 commit 9beb504

58 files changed

Lines changed: 113 additions & 191 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.18.0
15701+
version: v226.18.1
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.bulk_image_moderation.error
600+
default: export.users.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.18.0
20978+
version: v226.18.1
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.18.0
36280+
version: v226.18.1
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.18.0
6526+
version: v226.18.1
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: 52 additions & 130 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.bulk_image_moderation.error
410+
default: export.moderation_logs.error
411411
type: string
412412
x-stream-index: "003.002"
413413
required:
@@ -1449,60 +1449,38 @@ components:
14491449
enabled:
14501450
type: boolean
14511451
x-stream-index: "001"
1452-
required:
1453-
- enabled
14541452
type: object
14551453
DeviceResponse:
1456-
description: Response for Device
1457-
nullable: true
14581454
properties:
14591455
created_at:
1460-
description: Date/time of creation
1461-
format: date-time
1462-
title: Created at
1463-
type: string
1464-
x-stream-index: "004"
1456+
$ref: '#/components/schemas/Timestamp'
1457+
x-stream-index: "001"
14651458
disabled:
1466-
description: Whether device is disabled or not
1467-
title: Disabled
14681459
type: boolean
14691460
x-stream-index: "005"
14701461
disabled_reason:
1471-
description: Reason explaining why device had been disabled
1472-
title: Reason
14731462
type: string
14741463
x-stream-index: "006"
14751464
id:
1476-
description: Device ID
1477-
title: ID
14781465
type: string
1479-
x-stream-index: "003"
1466+
x-stream-index: "002"
14801467
push_provider:
1481-
description: Push provider
1482-
title: PushProvider
14831468
type: string
1484-
x-stream-index: "001"
1469+
x-stream-index: "003"
14851470
push_provider_name:
1486-
description: Push provider name
1487-
title: PushProviderName
14881471
type: string
1489-
x-stream-index: "002"
1472+
x-stream-index: "007"
14901473
user_id:
1491-
description: User ID
1492-
title: UserID
14931474
type: string
1494-
x-stream-index: "008"
1475+
x-stream-index: "004"
14951476
voip:
1496-
description: When true the token is for Apple VoIP push notifications
1497-
title: Voip
14981477
type: boolean
1499-
x-stream-index: "007"
1478+
x-stream-index: "008"
15001479
required:
1501-
- push_provider
1502-
- id
15031480
- created_at
1481+
- id
1482+
- push_provider
15041483
- user_id
1505-
title: DeviceResponse
15061484
type: object
15071485
DraftPayloadResponse:
15081486
properties:
@@ -3469,22 +3447,21 @@ components:
34693447
properties:
34703448
delivery_receipts:
34713449
$ref: '#/components/schemas/DeliveryReceiptsResponse'
3472-
x-stream-index: "003"
3450+
x-stream-index: "001"
34733451
read_receipts:
34743452
$ref: '#/components/schemas/ReadReceiptsResponse'
34753453
x-stream-index: "002"
34763454
typing_indicators:
34773455
$ref: '#/components/schemas/TypingIndicatorsResponse'
3478-
x-stream-index: "001"
3456+
x-stream-index: "003"
34793457
type: object
34803458
PushNotificationSettingsResponse:
34813459
properties:
34823460
disabled:
34833461
type: boolean
34843462
x-stream-index: "001"
34853463
disabled_until:
3486-
format: date-time
3487-
type: string
3464+
$ref: '#/components/schemas/Timestamp'
34883465
x-stream-index: "002"
34893466
type: object
34903467
RTMPIngress:
@@ -3671,8 +3648,6 @@ components:
36713648
enabled:
36723649
type: boolean
36733650
x-stream-index: "001"
3674-
required:
3675-
- enabled
36763651
type: object
36773652
RecordSettingsResponse:
36783653
properties:
@@ -4521,8 +4496,6 @@ components:
45214496
enabled:
45224497
type: boolean
45234498
x-stream-index: "001"
4524-
required:
4525-
- enabled
45264499
type: object
45274500
UpdateTaskRequest:
45284501
nullable: true
@@ -4587,153 +4560,102 @@ components:
45874560
- id
45884561
type: object
45894562
UserResponse:
4590-
description: User response object
45914563
properties:
45924564
avg_response_time:
45934565
format: int32
45944566
type: integer
4595-
x-stream-index: "001.018"
4567+
x-stream-index: "013"
45964568
ban_expires:
4597-
description: Date when ban expires
4598-
format: date-time
4599-
title: Ban expires
4600-
type: string
4601-
x-stream-index: "004"
4569+
$ref: '#/components/schemas/Timestamp'
4570+
x-stream-index: "014"
46024571
banned:
4603-
description: Whether a user is banned or not
4604-
title: Banned
46054572
type: boolean
4606-
x-stream-index: "001.012"
4573+
x-stream-index: "001"
46074574
blocked_user_ids:
46084575
items:
46094576
type: string
46104577
type: array
4611-
x-stream-index: "001.017"
4612-
bypass_moderation:
4613-
type: boolean
4614-
x-stream-index: "003"
4578+
x-stream-index: "010"
46154579
created_at:
4616-
description: Date/time of creation
4617-
format: date-time
4618-
title: Created at
4619-
type: string
4620-
x-stream-index: "001.009"
4580+
$ref: '#/components/schemas/Timestamp'
4581+
x-stream-index: "002"
46214582
custom:
46224583
additionalProperties: {}
4623-
description: Custom data for this object
4624-
title: Custom data
46254584
type: object
4626-
x-stream-index: "001.004"
4585+
x-stream-index: "012"
46274586
deactivated_at:
4628-
description: Date of deactivation
4629-
format: date-time
4630-
title: Deactivated at
4631-
type: string
4632-
x-stream-index: "001.016"
4587+
$ref: '#/components/schemas/Timestamp'
4588+
x-stream-index: "015"
46334589
deleted_at:
4634-
description: Date/time of deletion
4635-
format: date-time
4636-
title: Deleted at
4637-
type: string
4638-
x-stream-index: "001.011"
4590+
$ref: '#/components/schemas/Timestamp'
4591+
x-stream-index: "016"
46394592
devices:
4640-
description: List of devices user is using
46414593
items:
46424594
$ref: '#/components/schemas/DeviceResponse'
4643-
title: Devices
46444595
type: array
4645-
x-stream-index: "007"
4596+
x-stream-index: "021"
46464597
id:
4647-
description: Unique user identifier
4648-
title: ID
46494598
type: string
4650-
x-stream-index: "001.001"
4599+
x-stream-index: "003"
46514600
image:
4652-
title: Image
46534601
type: string
4654-
x-stream-index: "001.003"
4602+
x-stream-index: "017"
46554603
invisible:
46564604
type: boolean
4657-
x-stream-index: "008"
4605+
x-stream-index: "004"
46584606
language:
4659-
description: Preferred language of a user
4660-
title: Language
46614607
type: string
4662-
x-stream-index: "001.005"
4608+
x-stream-index: "005"
46634609
last_active:
4664-
description: Date of last activity
4665-
format: date-time
4666-
title: Last active
4667-
type: string
4668-
x-stream-index: "001.014"
4610+
$ref: '#/components/schemas/Timestamp'
4611+
x-stream-index: "018"
46694612
name:
4670-
description: Optional name of user
4671-
title: Name
46724613
type: string
4673-
x-stream-index: "001.002"
4614+
x-stream-index: "019"
46744615
online:
4675-
description: Whether a user online or not
4676-
title: Online
46774616
type: boolean
4678-
x-stream-index: "001.013"
4617+
x-stream-index: "006"
46794618
privacy_settings:
46804619
$ref: '#/components/schemas/PrivacySettingsResponse'
4681-
description: User privacy settings
4682-
title: Privacy settings
4683-
x-stream-index: "006"
4620+
x-stream-index: "022"
46844621
push_notifications:
46854622
$ref: '#/components/schemas/PushNotificationSettingsResponse'
4686-
description: User push notification settings
4687-
title: Push notifications
4688-
x-stream-index: "005"
4623+
x-stream-index: "023"
46894624
revoke_tokens_issued_before:
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"
4625+
$ref: '#/components/schemas/Timestamp'
4626+
x-stream-index: "020"
46954627
role:
4696-
description: Determines the set of user permissions
4697-
title: Role
46984628
type: string
4699-
x-stream-index: "001.006"
4629+
x-stream-index: "007"
47004630
shadow_banned:
4701-
description: Whether a user is shadow banned
4702-
title: Shadow banned
47034631
type: boolean
4704-
x-stream-index: "002"
4632+
x-stream-index: "008"
47054633
teams:
4706-
description: List of teams user is a part of
47074634
items:
47084635
type: string
4709-
title: Teams
47104636
type: array
4711-
x-stream-index: "001.007"
4637+
x-stream-index: "011"
47124638
teams_role:
47134639
additionalProperties:
47144640
type: string
47154641
type: object
4716-
x-stream-index: "001.008"
4642+
x-stream-index: "024"
47174643
updated_at:
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"
4644+
$ref: '#/components/schemas/Timestamp'
4645+
x-stream-index: "009"
47234646
required:
4647+
- banned
4648+
- created_at
47244649
- id
4725-
- custom
4650+
- invisible
47264651
- language
4652+
- online
47274653
- role
4728-
- teams
4729-
- created_at
4654+
- shadow_banned
47304655
- updated_at
4731-
- banned
4732-
- online
47334656
- blocked_user_ids
4734-
- shadow_banned
4735-
- invisible
4736-
title: UserResponse
4657+
- teams
4658+
- custom
47374659
type: object
47384660
VideoSettingsResponse:
47394661
properties:
@@ -4843,7 +4765,7 @@ components:
48434765
type: apiKey
48444766
info:
48454767
title: Stream API
4846-
version: v226.18.0
4768+
version: v226.18.1
48474769
openapi: 3.0.3
48484770
paths:
48494771
/api/v1/moderation/chat_message_tasks:

0 commit comments

Comments
 (0)