Skip to content

Commit 316a942

Browse files
chore: update OpenAPI specs to v226.6.0 (#1812)
Co-authored-by: GH Action CI Stream <ci@stream.io>
1 parent 1767ea6 commit 316a942

58 files changed

Lines changed: 189 additions & 111 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
@@ -15536,7 +15536,7 @@ components:
1553615536
type: apiKey
1553715537
info:
1553815538
title: Stream API
15539-
version: v226.5.0
15539+
version: v226.6.0
1554015540
openapi: 3.0.3
1554115541
paths:
1554215542
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20820,7 +20820,7 @@ components:
2082020820
type: apiKey
2082120821
info:
2082220822
title: Stream API
20823-
version: v226.5.0
20823+
version: v226.6.0
2082420824
openapi: 3.0.3
2082520825
paths:
2082620826
/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
@@ -36086,7 +36086,7 @@ components:
3608636086
type: apiKey
3608736087
info:
3608836088
title: Stream API
36089-
version: v226.5.0
36089+
version: v226.6.0
3609036090
openapi: 3.0.3
3609136091
paths:
3609236092
/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
@@ -6516,7 +6516,7 @@ components:
65166516
type: apiKey
65176517
info:
65186518
title: Stream API
6519-
version: v226.5.0
6519+
version: v226.6.0
65206520
openapi: 3.0.3
65216521
paths:
65226522
/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: 129 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,38 +1442,60 @@ components:
14421442
enabled:
14431443
type: boolean
14441444
x-stream-index: "001"
1445+
required:
1446+
- enabled
14451447
type: object
14461448
DeviceResponse:
1449+
description: Response for Device
1450+
nullable: true
14471451
properties:
14481452
created_at:
1449-
$ref: '#/components/schemas/Timestamp'
1450-
x-stream-index: "001"
1453+
description: Date/time of creation
1454+
format: date-time
1455+
title: Created at
1456+
type: string
1457+
x-stream-index: "004"
14511458
disabled:
1459+
description: Whether device is disabled or not
1460+
title: Disabled
14521461
type: boolean
14531462
x-stream-index: "005"
14541463
disabled_reason:
1464+
description: Reason explaining why device had been disabled
1465+
title: Reason
14551466
type: string
14561467
x-stream-index: "006"
14571468
id:
1469+
description: Device ID
1470+
title: ID
14581471
type: string
1459-
x-stream-index: "002"
1472+
x-stream-index: "003"
14601473
push_provider:
1474+
description: Push provider
1475+
title: PushProvider
14611476
type: string
1462-
x-stream-index: "003"
1477+
x-stream-index: "001"
14631478
push_provider_name:
1479+
description: Push provider name
1480+
title: PushProviderName
14641481
type: string
1465-
x-stream-index: "007"
1482+
x-stream-index: "002"
14661483
user_id:
1484+
description: User ID
1485+
title: UserID
14671486
type: string
1468-
x-stream-index: "004"
1487+
x-stream-index: "008"
14691488
voip:
1489+
description: When true the token is for Apple VoIP push notifications
1490+
title: Voip
14701491
type: boolean
1471-
x-stream-index: "008"
1492+
x-stream-index: "007"
14721493
required:
1473-
- created_at
1474-
- id
14751494
- push_provider
1495+
- id
1496+
- created_at
14761497
- user_id
1498+
title: DeviceResponse
14771499
type: object
14781500
DraftPayloadResponse:
14791501
properties:
@@ -3440,21 +3462,22 @@ components:
34403462
properties:
34413463
delivery_receipts:
34423464
$ref: '#/components/schemas/DeliveryReceiptsResponse'
3443-
x-stream-index: "001"
3465+
x-stream-index: "003"
34443466
read_receipts:
34453467
$ref: '#/components/schemas/ReadReceiptsResponse'
34463468
x-stream-index: "002"
34473469
typing_indicators:
34483470
$ref: '#/components/schemas/TypingIndicatorsResponse'
3449-
x-stream-index: "003"
3471+
x-stream-index: "001"
34503472
type: object
34513473
PushNotificationSettingsResponse:
34523474
properties:
34533475
disabled:
34543476
type: boolean
34553477
x-stream-index: "001"
34563478
disabled_until:
3457-
$ref: '#/components/schemas/Timestamp'
3479+
format: date-time
3480+
type: string
34583481
x-stream-index: "002"
34593482
type: object
34603483
RTMPIngress:
@@ -3641,6 +3664,8 @@ components:
36413664
enabled:
36423665
type: boolean
36433666
x-stream-index: "001"
3667+
required:
3668+
- enabled
36443669
type: object
36453670
RecordSettingsResponse:
36463671
properties:
@@ -4489,6 +4514,8 @@ components:
44894514
enabled:
44904515
type: boolean
44914516
x-stream-index: "001"
4517+
required:
4518+
- enabled
44924519
type: object
44934520
UpdateTaskRequest:
44944521
nullable: true
@@ -4553,102 +4580,153 @@ components:
45534580
- id
45544581
type: object
45554582
UserResponse:
4583+
description: User response object
45564584
properties:
45574585
avg_response_time:
45584586
format: int32
45594587
type: integer
4560-
x-stream-index: "013"
4588+
x-stream-index: "001.018"
45614589
ban_expires:
4562-
$ref: '#/components/schemas/Timestamp'
4563-
x-stream-index: "014"
4590+
description: Date when ban expires
4591+
format: date-time
4592+
title: Ban expires
4593+
type: string
4594+
x-stream-index: "004"
45644595
banned:
4596+
description: Whether a user is banned or not
4597+
title: Banned
45654598
type: boolean
4566-
x-stream-index: "001"
4599+
x-stream-index: "001.012"
45674600
blocked_user_ids:
45684601
items:
45694602
type: string
45704603
type: array
4571-
x-stream-index: "010"
4604+
x-stream-index: "001.017"
4605+
bypass_moderation:
4606+
type: boolean
4607+
x-stream-index: "003"
45724608
created_at:
4573-
$ref: '#/components/schemas/Timestamp'
4574-
x-stream-index: "002"
4609+
description: Date/time of creation
4610+
format: date-time
4611+
title: Created at
4612+
type: string
4613+
x-stream-index: "001.009"
45754614
custom:
45764615
additionalProperties: {}
4616+
description: Custom data for this object
4617+
title: Custom data
45774618
type: object
4578-
x-stream-index: "012"
4619+
x-stream-index: "001.004"
45794620
deactivated_at:
4580-
$ref: '#/components/schemas/Timestamp'
4581-
x-stream-index: "015"
4621+
description: Date of deactivation
4622+
format: date-time
4623+
title: Deactivated at
4624+
type: string
4625+
x-stream-index: "001.016"
45824626
deleted_at:
4583-
$ref: '#/components/schemas/Timestamp'
4584-
x-stream-index: "016"
4627+
description: Date/time of deletion
4628+
format: date-time
4629+
title: Deleted at
4630+
type: string
4631+
x-stream-index: "001.011"
45854632
devices:
4633+
description: List of devices user is using
45864634
items:
45874635
$ref: '#/components/schemas/DeviceResponse'
4636+
title: Devices
45884637
type: array
4589-
x-stream-index: "021"
4638+
x-stream-index: "007"
45904639
id:
4640+
description: Unique user identifier
4641+
title: ID
45914642
type: string
4592-
x-stream-index: "003"
4643+
x-stream-index: "001.001"
45934644
image:
4645+
title: Image
45944646
type: string
4595-
x-stream-index: "017"
4647+
x-stream-index: "001.003"
45964648
invisible:
45974649
type: boolean
4598-
x-stream-index: "004"
4650+
x-stream-index: "008"
45994651
language:
4652+
description: Preferred language of a user
4653+
title: Language
46004654
type: string
4601-
x-stream-index: "005"
4655+
x-stream-index: "001.005"
46024656
last_active:
4603-
$ref: '#/components/schemas/Timestamp'
4604-
x-stream-index: "018"
4657+
description: Date of last activity
4658+
format: date-time
4659+
title: Last active
4660+
type: string
4661+
x-stream-index: "001.014"
46054662
name:
4663+
description: Optional name of user
4664+
title: Name
46064665
type: string
4607-
x-stream-index: "019"
4666+
x-stream-index: "001.002"
46084667
online:
4668+
description: Whether a user online or not
4669+
title: Online
46094670
type: boolean
4610-
x-stream-index: "006"
4671+
x-stream-index: "001.013"
46114672
privacy_settings:
46124673
$ref: '#/components/schemas/PrivacySettingsResponse'
4613-
x-stream-index: "022"
4674+
description: User privacy settings
4675+
title: Privacy settings
4676+
x-stream-index: "006"
46144677
push_notifications:
46154678
$ref: '#/components/schemas/PushNotificationSettingsResponse'
4616-
x-stream-index: "023"
4679+
description: User push notification settings
4680+
title: Push notifications
4681+
x-stream-index: "005"
46174682
revoke_tokens_issued_before:
4618-
$ref: '#/components/schemas/Timestamp'
4619-
x-stream-index: "020"
4683+
description: Revocation date for tokens
4684+
format: date-time
4685+
title: Revoke tokens issued before
4686+
type: string
4687+
x-stream-index: "001.015"
46204688
role:
4689+
description: Determines the set of user permissions
4690+
title: Role
46214691
type: string
4622-
x-stream-index: "007"
4692+
x-stream-index: "001.006"
46234693
shadow_banned:
4694+
description: Whether a user is shadow banned
4695+
title: Shadow banned
46244696
type: boolean
4625-
x-stream-index: "008"
4697+
x-stream-index: "002"
46264698
teams:
4699+
description: List of teams user is a part of
46274700
items:
46284701
type: string
4702+
title: Teams
46294703
type: array
4630-
x-stream-index: "011"
4704+
x-stream-index: "001.007"
46314705
teams_role:
46324706
additionalProperties:
46334707
type: string
46344708
type: object
4635-
x-stream-index: "024"
4709+
x-stream-index: "001.008"
46364710
updated_at:
4637-
$ref: '#/components/schemas/Timestamp'
4638-
x-stream-index: "009"
4711+
description: Date/time of the last update
4712+
format: date-time
4713+
title: Updated at
4714+
type: string
4715+
x-stream-index: "001.010"
46394716
required:
4640-
- banned
4641-
- created_at
46424717
- id
4643-
- invisible
4718+
- custom
46444719
- language
4645-
- online
46464720
- role
4647-
- shadow_banned
4721+
- teams
4722+
- created_at
46484723
- updated_at
4724+
- banned
4725+
- online
46494726
- blocked_user_ids
4650-
- teams
4651-
- custom
4727+
- shadow_banned
4728+
- invisible
4729+
title: UserResponse
46524730
type: object
46534731
VideoSettingsResponse:
46544732
properties:
@@ -4758,7 +4836,7 @@ components:
47584836
type: apiKey
47594837
info:
47604838
title: Stream API
4761-
version: v226.5.0
4839+
version: v226.6.0
47624840
openapi: 3.0.3
47634841
paths:
47644842
/api/v1/moderation/chat_message_tasks:

0 commit comments

Comments
 (0)