mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-09-05 15:12:39 -04:00
Compare commits
No commits in common. "976faf177d21062f258b116bbbb41b50be24fc0f" and "8bfaeb99af56de481f2af518ed27b1223245b693" have entirely different histories.
976faf177d
...
8bfaeb99af
2 changed files with 0 additions and 1239 deletions
|
@ -19345,16 +19345,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -19709,16 +19699,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interaction_metadata": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21829,62 +21809,6 @@
|
|||
"total_message_sent"
|
||||
]
|
||||
},
|
||||
"CustomClientThemeResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"base_mix": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"colors",
|
||||
"gradient_angle",
|
||||
"base_mix"
|
||||
]
|
||||
},
|
||||
"CustomClientThemeShareRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 6,
|
||||
"maxLength": 6
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 5
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 360,
|
||||
"format": "int32"
|
||||
},
|
||||
"base_mix": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 100,
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"colors",
|
||||
"gradient_angle",
|
||||
"base_mix"
|
||||
]
|
||||
},
|
||||
"DefaultKeywordListTriggerMetadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -29680,16 +29604,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -30705,16 +30619,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interaction_metadata": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -33826,16 +33730,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue