main - Automated spec update (127383)
made at remote:2025-07-02T21:11:27 taken at now:2025-07-02T22:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									8ee0f0b078
								
							
						
					
					
						commit
						b73a962817
					
				
					 2 changed files with 84 additions and 2 deletions
				
			
		|  | @ -21257,6 +21257,32 @@ | ||||||
|           "stickers" |           "stickers" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "GuildRoleColorsResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "primary_color": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "format": "int32" | ||||||
|  |           }, | ||||||
|  |           "secondary_color": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "format": "int32" | ||||||
|  |           }, | ||||||
|  |           "tertiary_color": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "format": "int32" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "GuildRoleResponse": { |       "GuildRoleResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -21283,6 +21309,16 @@ | ||||||
|             "type": "integer", |             "type": "integer", | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "colors": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/GuildRoleColorsResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "hoist": { |           "hoist": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  | @ -21313,6 +21349,10 @@ | ||||||
|                 "$ref": "#/components/schemas/GuildRoleTagsResponse" |                 "$ref": "#/components/schemas/GuildRoleTagsResponse" | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|  |           }, | ||||||
|  |           "flags": { | ||||||
|  |             "type": "integer", | ||||||
|  |             "format": "int32" | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|  | @ -21323,7 +21363,8 @@ | ||||||
|           "color", |           "color", | ||||||
|           "hoist", |           "hoist", | ||||||
|           "managed", |           "managed", | ||||||
|           "mentionable" |           "mentionable", | ||||||
|  |           "flags" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "GuildRoleTagsResponse": { |       "GuildRoleTagsResponse": { | ||||||
|  |  | ||||||
|  | @ -21328,6 +21328,32 @@ | ||||||
|           "stickers" |           "stickers" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "GuildRoleColorsResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "primary_color": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "format": "int32" | ||||||
|  |           }, | ||||||
|  |           "secondary_color": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "format": "int32" | ||||||
|  |           }, | ||||||
|  |           "tertiary_color": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "format": "int32" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "GuildRoleResponse": { |       "GuildRoleResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -21354,6 +21380,16 @@ | ||||||
|             "type": "integer", |             "type": "integer", | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "colors": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/GuildRoleColorsResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "hoist": { |           "hoist": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  | @ -21384,6 +21420,10 @@ | ||||||
|                 "$ref": "#/components/schemas/GuildRoleTagsResponse" |                 "$ref": "#/components/schemas/GuildRoleTagsResponse" | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|  |           }, | ||||||
|  |           "flags": { | ||||||
|  |             "type": "integer", | ||||||
|  |             "format": "int32" | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|  | @ -21394,7 +21434,8 @@ | ||||||
|           "color", |           "color", | ||||||
|           "hoist", |           "hoist", | ||||||
|           "managed", |           "managed", | ||||||
|           "mentionable" |           "mentionable", | ||||||
|  |           "flags" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "GuildRoleTagsResponse": { |       "GuildRoleTagsResponse": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue