main - remote-2023-09-05T22:08:03 now-2023-09-05T22:10:02
This commit is contained in:
		
							parent
							
								
									1a40cc5d52
								
							
						
					
					
						commit
						c6fa82d47c
					
				
					 2 changed files with 122 additions and 466 deletions
				
			
		|  | @ -131,10 +131,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -142,10 +139,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -153,10 +147,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 200 |               "maximum": 200 | ||||||
|             } |             } | ||||||
|  | @ -165,10 +156,7 @@ | ||||||
|             "name": "with_counts", |             "name": "with_counts", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -415,12 +403,7 @@ | ||||||
|           "content": { |           "content": { | ||||||
|             "application/json": { |             "application/json": { | ||||||
|               "schema": { |               "schema": { | ||||||
|                 "anyOf": [ |                 "$ref": "#/components/schemas/BotAccountPatchRequest" | ||||||
|                   { |  | ||||||
|                     "$ref": "#/components/schemas/BotAccountPatchRequestPartial" |  | ||||||
|                   } |  | ||||||
|                 ], |  | ||||||
|                 "x-discord-union": "oneOf" |  | ||||||
|               } |               } | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -627,10 +610,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -638,10 +618,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 2, |               "minimum": 2, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -913,10 +890,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "date-time" |               "format": "date-time" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -924,10 +898,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 2, |               "minimum": 2, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -974,10 +945,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "date-time" |               "format": "date-time" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -985,10 +953,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 2, |               "minimum": 2, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -1485,10 +1450,7 @@ | ||||||
|             "name": "with_localizations", |             "name": "with_localizations", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -2025,10 +1987,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -2036,10 +1995,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -2252,10 +2208,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -2289,10 +2242,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -2319,10 +2269,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -2447,20 +2394,14 @@ | ||||||
|             "name": "with_member", |             "name": "with_member", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -2469,10 +2410,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -2480,10 +2418,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -3308,10 +3243,7 @@ | ||||||
|             "name": "with_localizations", |             "name": "with_localizations", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -3794,10 +3726,7 @@ | ||||||
|             "name": "with_member", |             "name": "with_member", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -3874,20 +3803,14 @@ | ||||||
|             "name": "with_member", |             "name": "with_member", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -3896,10 +3819,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -4341,10 +4261,7 @@ | ||||||
|             "name": "around", |             "name": "around", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -4352,10 +4269,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -4363,10 +4277,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -4374,10 +4285,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -4965,10 +4873,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5002,10 +4907,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5032,10 +4934,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5160,20 +5059,14 @@ | ||||||
|             "name": "wait", |             "name": "wait", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5232,20 +5125,14 @@ | ||||||
|             "name": "wait", |             "name": "wait", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5450,10 +5337,7 @@ | ||||||
|             "name": "with_user_count", |             "name": "with_user_count", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -5578,10 +5462,7 @@ | ||||||
|             "name": "with_user_count", |             "name": "with_user_count", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -6059,10 +5940,7 @@ | ||||||
|             "name": "user_id", |             "name": "user_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -6070,20 +5948,14 @@ | ||||||
|             "name": "action_type", |             "name": "action_type", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer" | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -6091,10 +5963,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -6102,10 +5971,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -6152,15 +6018,8 @@ | ||||||
|             "name": "style", |             "name": "style", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "oneOf": [ |  | ||||||
|                 { |  | ||||||
|                   "type": "null" |  | ||||||
|                 }, |  | ||||||
|                 { |  | ||||||
|               "$ref": "#/components/schemas/WidgetImageStyles" |               "$ref": "#/components/schemas/WidgetImageStyles" | ||||||
|             } |             } | ||||||
|               ] |  | ||||||
|             } |  | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|         "responses": { |         "responses": { | ||||||
|  | @ -7064,10 +6923,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 1000 |               "maximum": 1000 | ||||||
|             } |             } | ||||||
|  | @ -7076,10 +6932,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 0 |               "minimum": 0 | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -8122,10 +7975,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 1000 |               "maximum": 1000 | ||||||
|             } |             } | ||||||
|  | @ -8134,10 +7984,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -8145,10 +7992,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -8461,20 +8305,14 @@ | ||||||
|             "name": "wait", |             "name": "wait", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -8954,20 +8792,14 @@ | ||||||
|             "name": "with_counts", |             "name": "with_counts", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "guild_scheduled_event_id", |             "name": "guild_scheduled_event_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -9059,10 +8891,7 @@ | ||||||
|             "name": "with_counts", |             "name": "with_counts", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -11016,11 +10845,7 @@ | ||||||
|               "null" |               "null" | ||||||
|             ], |             ], | ||||||
|             "items": { |             "items": { | ||||||
|               "oneOf": [ |  | ||||||
|                 { |  | ||||||
|               "$ref": "#/components/schemas/ApplicationCommandSubcommandOption" |               "$ref": "#/components/schemas/ApplicationCommandSubcommandOption" | ||||||
|                 } |  | ||||||
|               ] |  | ||||||
|             }, |             }, | ||||||
|             "maxItems": 25 |             "maxItems": 25 | ||||||
|           } |           } | ||||||
|  | @ -13108,7 +12933,7 @@ | ||||||
|           "metadata" |           "metadata" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "BotAccountPatchRequestPartial": { |       "BotAccountPatchRequest": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|           "username": { |           "username": { | ||||||
|  | @ -13123,7 +12948,10 @@ | ||||||
|             ], |             ], | ||||||
|             "contentEncoding": "base64" |             "contentEncoding": "base64" | ||||||
|           } |           } | ||||||
|         } |         }, | ||||||
|  |         "required": [ | ||||||
|  |           "username" | ||||||
|  |         ] | ||||||
|       }, |       }, | ||||||
|       "Button": { |       "Button": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|  |  | ||||||
|  | @ -131,10 +131,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -142,10 +139,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -153,10 +147,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 200 |               "maximum": 200 | ||||||
|             } |             } | ||||||
|  | @ -165,10 +156,7 @@ | ||||||
|             "name": "with_counts", |             "name": "with_counts", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -415,12 +403,7 @@ | ||||||
|           "content": { |           "content": { | ||||||
|             "application/json": { |             "application/json": { | ||||||
|               "schema": { |               "schema": { | ||||||
|                 "anyOf": [ |                 "$ref": "#/components/schemas/BotAccountPatchRequest" | ||||||
|                   { |  | ||||||
|                     "$ref": "#/components/schemas/BotAccountPatchRequestPartial" |  | ||||||
|                   } |  | ||||||
|                 ], |  | ||||||
|                 "x-discord-union": "oneOf" |  | ||||||
|               } |               } | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -627,10 +610,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -638,10 +618,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 2, |               "minimum": 2, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -913,10 +890,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "date-time" |               "format": "date-time" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -924,10 +898,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 2, |               "minimum": 2, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -974,10 +945,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "date-time" |               "format": "date-time" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -985,10 +953,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 2, |               "minimum": 2, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -1485,10 +1450,7 @@ | ||||||
|             "name": "with_localizations", |             "name": "with_localizations", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -2025,10 +1987,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -2036,10 +1995,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -2252,10 +2208,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -2289,10 +2242,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -2319,10 +2269,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -2447,20 +2394,14 @@ | ||||||
|             "name": "with_member", |             "name": "with_member", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -2469,10 +2410,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -2480,10 +2418,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -3308,10 +3243,7 @@ | ||||||
|             "name": "with_localizations", |             "name": "with_localizations", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -3794,10 +3726,7 @@ | ||||||
|             "name": "with_member", |             "name": "with_member", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -3874,20 +3803,14 @@ | ||||||
|             "name": "with_member", |             "name": "with_member", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -3896,10 +3819,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -4341,10 +4261,7 @@ | ||||||
|             "name": "around", |             "name": "around", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -4352,10 +4269,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -4363,10 +4277,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -4374,10 +4285,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -4965,10 +4873,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5002,10 +4907,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5032,10 +4934,7 @@ | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5160,20 +5059,14 @@ | ||||||
|             "name": "wait", |             "name": "wait", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5232,20 +5125,14 @@ | ||||||
|             "name": "wait", |             "name": "wait", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -5450,10 +5337,7 @@ | ||||||
|             "name": "with_user_count", |             "name": "with_user_count", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -5578,10 +5462,7 @@ | ||||||
|             "name": "with_user_count", |             "name": "with_user_count", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -6059,10 +5940,7 @@ | ||||||
|             "name": "user_id", |             "name": "user_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -6070,20 +5948,14 @@ | ||||||
|             "name": "action_type", |             "name": "action_type", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer" | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -6091,10 +5963,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -6102,10 +5971,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 100 |               "maximum": 100 | ||||||
|             } |             } | ||||||
|  | @ -6152,15 +6018,8 @@ | ||||||
|             "name": "style", |             "name": "style", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "oneOf": [ |  | ||||||
|                 { |  | ||||||
|                   "type": "null" |  | ||||||
|                 }, |  | ||||||
|                 { |  | ||||||
|               "$ref": "#/components/schemas/WidgetImageStyles" |               "$ref": "#/components/schemas/WidgetImageStyles" | ||||||
|             } |             } | ||||||
|               ] |  | ||||||
|             } |  | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|         "responses": { |         "responses": { | ||||||
|  | @ -7064,10 +6923,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 1000 |               "maximum": 1000 | ||||||
|             } |             } | ||||||
|  | @ -7076,10 +6932,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 0 |               "minimum": 0 | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -8122,10 +7975,7 @@ | ||||||
|             "name": "limit", |             "name": "limit", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "integer", | ||||||
|                 "integer", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "minimum": 1, |               "minimum": 1, | ||||||
|               "maximum": 1000 |               "maximum": 1000 | ||||||
|             } |             } | ||||||
|  | @ -8134,10 +7984,7 @@ | ||||||
|             "name": "before", |             "name": "before", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|  | @ -8145,10 +7992,7 @@ | ||||||
|             "name": "after", |             "name": "after", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -8461,20 +8305,14 @@ | ||||||
|             "name": "wait", |             "name": "wait", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "thread_id", |             "name": "thread_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -8954,20 +8792,14 @@ | ||||||
|             "name": "with_counts", |             "name": "with_counts", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             "name": "guild_scheduled_event_id", |             "name": "guild_scheduled_event_id", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "string", | ||||||
|                 "string", |  | ||||||
|                 "null" |  | ||||||
|               ], |  | ||||||
|               "format": "snowflake" |               "format": "snowflake" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|  | @ -9059,10 +8891,7 @@ | ||||||
|             "name": "with_counts", |             "name": "with_counts", | ||||||
|             "in": "query", |             "in": "query", | ||||||
|             "schema": { |             "schema": { | ||||||
|               "type": [ |               "type": "boolean" | ||||||
|                 "boolean", |  | ||||||
|                 "null" |  | ||||||
|               ] |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|  | @ -11016,11 +10845,7 @@ | ||||||
|               "null" |               "null" | ||||||
|             ], |             ], | ||||||
|             "items": { |             "items": { | ||||||
|               "oneOf": [ |  | ||||||
|                 { |  | ||||||
|               "$ref": "#/components/schemas/ApplicationCommandSubcommandOption" |               "$ref": "#/components/schemas/ApplicationCommandSubcommandOption" | ||||||
|                 } |  | ||||||
|               ] |  | ||||||
|             }, |             }, | ||||||
|             "maxItems": 25 |             "maxItems": 25 | ||||||
|           } |           } | ||||||
|  | @ -13108,7 +12933,7 @@ | ||||||
|           "metadata" |           "metadata" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "BotAccountPatchRequestPartial": { |       "BotAccountPatchRequest": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|           "username": { |           "username": { | ||||||
|  | @ -13123,7 +12948,10 @@ | ||||||
|             ], |             ], | ||||||
|             "contentEncoding": "base64" |             "contentEncoding": "base64" | ||||||
|           } |           } | ||||||
|         } |         }, | ||||||
|  |         "required": [ | ||||||
|  |           "username" | ||||||
|  |         ] | ||||||
|       }, |       }, | ||||||
|       "Button": { |       "Button": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue