mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-08-26 12:35:48 -04:00
chore: generate OpenAPI specification
This commit is contained in:
@@ -7048,6 +7048,7 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"locale",
|
||||
"msg",
|
||||
"type"
|
||||
],
|
||||
@@ -7058,6 +7059,9 @@
|
||||
"ContactSupport"
|
||||
]
|
||||
},
|
||||
"locale": {
|
||||
"type": "string"
|
||||
},
|
||||
"msg": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9718,6 +9722,19 @@
|
||||
"UnderReview"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"Removed"
|
||||
],
|
||||
"properties": {
|
||||
"Removed": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user