main - Automated spec update (47841)
made at remote:2024-05-15T15:17:13 taken at now:2024-05-15T16:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									a8ea74db5e
								
							
						
					
					
						commit
						7ce389755c
					
				
					 2 changed files with 84 additions and 0 deletions
				
			
		|  | @ -12696,6 +12696,16 @@ | ||||||
|           "tts": { |           "tts": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  |           "call": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/MessageCallResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "activity": { |           "activity": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  | @ -21521,6 +21531,28 @@ | ||||||
|           "proxy_url" |           "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": { |       "MessageComponentActionRowResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -22907,6 +22939,16 @@ | ||||||
|           "tts": { |           "tts": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  |           "call": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/MessageCallResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "activity": { |           "activity": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  |  | ||||||
|  | @ -12895,6 +12895,16 @@ | ||||||
|           "tts": { |           "tts": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  |           "call": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/MessageCallResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "activity": { |           "activity": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  | @ -21851,6 +21861,28 @@ | ||||||
|           "proxy_url" |           "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": { |       "MessageComponentActionRowResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -23298,6 +23330,16 @@ | ||||||
|           "tts": { |           "tts": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  |           "call": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/MessageCallResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "activity": { |           "activity": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue