main - Automated spec update (97860)
made at remote:2025-03-05T20:00:48 taken at now:2025-03-05T20:10:03 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									5c840a20c3
								
							
						
					
					
						commit
						f380940936
					
				
					 2 changed files with 152 additions and 0 deletions
				
			
		|  | @ -25343,6 +25343,10 @@ | ||||||
|           "features" |           "features" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "NameplatePalette": { | ||||||
|  |         "type": "string", | ||||||
|  |         "oneOf": [] | ||||||
|  |       }, | ||||||
|       "NewMemberActionResponse": { |       "NewMemberActionResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -29909,6 +29913,21 @@ | ||||||
|           "asset" |           "asset" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "UserCollectiblesResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "nameplate": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/UserNameplateResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UserCommunicationDisabledAction": { |       "UserCommunicationDisabledAction": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -30012,6 +30031,43 @@ | ||||||
|           "enabled" |           "enabled" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "UserNameplateResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "sku_id": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|  |           "asset": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|  |           "label": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|  |           "palette": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/NameplatePalette" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UserNotificationSettings": { |       "UserNotificationSettings": { | ||||||
|         "type": "integer", |         "type": "integer", | ||||||
|         "oneOf": [ |         "oneOf": [ | ||||||
|  | @ -30094,6 +30150,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "collectibles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/UserCollectiblesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "clan": { |           "clan": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  | @ -30213,6 +30279,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "collectibles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/UserCollectiblesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "clan": { |           "clan": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  |  | ||||||
|  | @ -25428,6 +25428,10 @@ | ||||||
|           "features" |           "features" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "NameplatePalette": { | ||||||
|  |         "type": "string", | ||||||
|  |         "oneOf": [] | ||||||
|  |       }, | ||||||
|       "NewMemberActionResponse": { |       "NewMemberActionResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -30342,6 +30346,21 @@ | ||||||
|           "asset" |           "asset" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "UserCollectiblesResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "nameplate": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/UserNameplateResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UserCommunicationDisabledAction": { |       "UserCommunicationDisabledAction": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -30445,6 +30464,43 @@ | ||||||
|           "enabled" |           "enabled" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "UserNameplateResponse": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "sku_id": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|  |           "asset": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|  |           "label": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|  |           "palette": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/NameplatePalette" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UserNotificationSettings": { |       "UserNotificationSettings": { | ||||||
|         "type": "integer", |         "type": "integer", | ||||||
|         "oneOf": [ |         "oneOf": [ | ||||||
|  | @ -30527,6 +30583,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "collectibles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/UserCollectiblesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "clan": { |           "clan": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  | @ -30646,6 +30712,16 @@ | ||||||
|               } |               } | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|  |           "collectibles": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/UserCollectiblesResponse" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           }, | ||||||
|           "clan": { |           "clan": { | ||||||
|             "oneOf": [ |             "oneOf": [ | ||||||
|               { |               { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue