main - remote-2023-08-24T23:42:53 now-2023-08-25T00:10:02
This commit is contained in:
parent
6aa19323d9
commit
52cdaf0535
2 changed files with 16 additions and 6 deletions
|
@ -6534,9 +6534,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ThreadResponse"
|
"$ref": "#/components/schemas/ThreadResponse"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -12092,6 +12089,14 @@
|
||||||
{
|
{
|
||||||
"title": "HOME_SETTINGS_UPDATE",
|
"title": "HOME_SETTINGS_UPDATE",
|
||||||
"const": 191
|
"const": 191
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_CREATE",
|
||||||
|
"const": 192
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_DELETE",
|
||||||
|
"const": 193
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|
|
@ -6534,9 +6534,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ThreadResponse"
|
"$ref": "#/components/schemas/ThreadResponse"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -12092,6 +12089,14 @@
|
||||||
{
|
{
|
||||||
"title": "HOME_SETTINGS_UPDATE",
|
"title": "HOME_SETTINGS_UPDATE",
|
||||||
"const": 191
|
"const": 191
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_CREATE",
|
||||||
|
"const": 192
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_DELETE",
|
||||||
|
"const": 193
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|
Loading…
Reference in a new issue