main - Automated spec update (129181)
made at remote:2025-07-10T18:09:45 taken at now:2025-07-10T18:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									fb26eb2971
								
							
						
					
					
						commit
						5ce1c8d0ce
					
				
					 2 changed files with 238 additions and 0 deletions
				
			
		|  | @ -22446,6 +22446,105 @@ | ||||||
|           "scopes" |           "scopes" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "DisplayNameEffect": { | ||||||
|  |         "type": "integer", | ||||||
|  |         "oneOf": [ | ||||||
|  |           { | ||||||
|  |             "title": "SOLID", | ||||||
|  |             "const": 1 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "GRADIENT", | ||||||
|  |             "const": 2 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "NEON", | ||||||
|  |             "const": 3 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "TOON", | ||||||
|  |             "const": 4 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "POP", | ||||||
|  |             "const": 5 | ||||||
|  |           } | ||||||
|  |         ], | ||||||
|  |         "format": "int32" | ||||||
|  |       }, | ||||||
|  |       "DisplayNameFont": { | ||||||
|  |         "type": "integer", | ||||||
|  |         "oneOf": [ | ||||||
|  |           { | ||||||
|  |             "title": "DEFAULT", | ||||||
|  |             "const": 11 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "BANGERS", | ||||||
|  |             "const": 1 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "BIO_RHYME", | ||||||
|  |             "const": 2 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "CHERRY_BOMB", | ||||||
|  |             "const": 3 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "CHICLE", | ||||||
|  |             "const": 4 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "COMPAGNON", | ||||||
|  |             "const": 5 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "MUSEO_MODERNO", | ||||||
|  |             "const": 6 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "NEO_CASTEL", | ||||||
|  |             "const": 7 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "PIXELIFY", | ||||||
|  |             "const": 8 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "RIBES", | ||||||
|  |             "const": 9 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "SINISTRE", | ||||||
|  |             "const": 10 | ||||||
|  |           } | ||||||
|  |         ], | ||||||
|  |         "format": "int32" | ||||||
|  |       }, | ||||||
|  |       "DisplayNameStylesResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "font_id": { | ||||||
|  |             "$ref": "#/components/schemas/DisplayNameFont" | ||||||
|  |           }, | ||||||
|  |           "effect_id": { | ||||||
|  |             "$ref": "#/components/schemas/DisplayNameEffect" | ||||||
|  |           }, | ||||||
|  |           "colors": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "type": "integer", | ||||||
|  |               "format": "int32" | ||||||
|  |             } | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "required": [ | ||||||
|  |           "font_id", | ||||||
|  |           "effect_id", | ||||||
|  |           "colors" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|       "EmbeddedActivityInstance": { |       "EmbeddedActivityInstance": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -37092,6 +37191,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "display_name_styles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/DisplayNameStylesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "primary_guild": { |           "primary_guild": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  | @ -37250,6 +37359,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "display_name_styles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/DisplayNameStylesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "primary_guild": { |           "primary_guild": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  |  | ||||||
|  | @ -22486,6 +22486,105 @@ | ||||||
|           "scopes" |           "scopes" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "DisplayNameEffect": { | ||||||
|  |         "type": "integer", | ||||||
|  |         "oneOf": [ | ||||||
|  |           { | ||||||
|  |             "title": "SOLID", | ||||||
|  |             "const": 1 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "GRADIENT", | ||||||
|  |             "const": 2 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "NEON", | ||||||
|  |             "const": 3 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "TOON", | ||||||
|  |             "const": 4 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "POP", | ||||||
|  |             "const": 5 | ||||||
|  |           } | ||||||
|  |         ], | ||||||
|  |         "format": "int32" | ||||||
|  |       }, | ||||||
|  |       "DisplayNameFont": { | ||||||
|  |         "type": "integer", | ||||||
|  |         "oneOf": [ | ||||||
|  |           { | ||||||
|  |             "title": "DEFAULT", | ||||||
|  |             "const": 11 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "BANGERS", | ||||||
|  |             "const": 1 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "BIO_RHYME", | ||||||
|  |             "const": 2 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "CHERRY_BOMB", | ||||||
|  |             "const": 3 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "CHICLE", | ||||||
|  |             "const": 4 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "COMPAGNON", | ||||||
|  |             "const": 5 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "MUSEO_MODERNO", | ||||||
|  |             "const": 6 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "NEO_CASTEL", | ||||||
|  |             "const": 7 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "PIXELIFY", | ||||||
|  |             "const": 8 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "RIBES", | ||||||
|  |             "const": 9 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "SINISTRE", | ||||||
|  |             "const": 10 | ||||||
|  |           } | ||||||
|  |         ], | ||||||
|  |         "format": "int32" | ||||||
|  |       }, | ||||||
|  |       "DisplayNameStylesResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "font_id": { | ||||||
|  |             "$ref": "#/components/schemas/DisplayNameFont" | ||||||
|  |           }, | ||||||
|  |           "effect_id": { | ||||||
|  |             "$ref": "#/components/schemas/DisplayNameEffect" | ||||||
|  |           }, | ||||||
|  |           "colors": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "type": "integer", | ||||||
|  |               "format": "int32" | ||||||
|  |             } | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "required": [ | ||||||
|  |           "font_id", | ||||||
|  |           "effect_id", | ||||||
|  |           "colors" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|       "EmbeddedActivityInstance": { |       "EmbeddedActivityInstance": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -37525,6 +37624,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "display_name_styles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/DisplayNameStylesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "primary_guild": { |           "primary_guild": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  | @ -37683,6 +37792,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "display_name_styles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/DisplayNameStylesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "primary_guild": { |           "primary_guild": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue