Automated spec update (47841)
This commit is contained in:
parent
cead3963e2
commit
48cff491cd
|
@ -12696,6 +12696,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21521,6 +21531,28 @@
|
|||
"proxy_url"
|
||||
]
|
||||
},
|
||||
"MessageCallResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ended_timestamp": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"format": "date-time"
|
||||
},
|
||||
"participants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"participants"
|
||||
]
|
||||
},
|
||||
"MessageComponentActionRowResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -22907,6 +22939,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
@ -12895,6 +12895,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21851,6 +21861,28 @@
|
|||
"proxy_url"
|
||||
]
|
||||
},
|
||||
"MessageCallResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ended_timestamp": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"format": "date-time"
|
||||
},
|
||||
"participants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"participants"
|
||||
]
|
||||
},
|
||||
"MessageComponentActionRowResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -23298,6 +23330,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue