mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
chore: generate OpenAPI specification
This commit is contained in:
+20
-1
@@ -13,7 +13,7 @@
|
||||
"name": "AGPLv3",
|
||||
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
|
||||
},
|
||||
"version": "0.6.2"
|
||||
"version": "0.6.3"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
@@ -7161,6 +7161,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"type"
|
||||
],
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"DiscriminatorChangeRatelimited"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -11443,6 +11457,7 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"_id",
|
||||
"discriminator",
|
||||
"username"
|
||||
],
|
||||
"properties": {
|
||||
@@ -11454,6 +11469,10 @@
|
||||
"description": "Username of the banned user",
|
||||
"type": "string"
|
||||
},
|
||||
"discriminator": {
|
||||
"description": "Discriminator of the banned user",
|
||||
"type": "string"
|
||||
},
|
||||
"avatar": {
|
||||
"description": "Avatar of the banned user",
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user