mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-01-10 06:39:27 -05:00
Automated spec update (174288)
This commit is contained in:
parent
e9b0a37bf2
commit
a2312c8212
2 changed files with 98 additions and 0 deletions
|
|
@ -21429,6 +21429,16 @@
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 16777215
|
"maximum": 16777215
|
||||||
},
|
},
|
||||||
|
"colors": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/RoleColors"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"hoist": {
|
"hoist": {
|
||||||
"type": [
|
"type": [
|
||||||
"boolean",
|
"boolean",
|
||||||
|
|
@ -32721,6 +32731,35 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RoleColors": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"primary_color": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 16777215
|
||||||
|
},
|
||||||
|
"secondary_color": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 16777215
|
||||||
|
},
|
||||||
|
"tertiary_color": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 16777215
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"RoleSelectComponentForMessageRequest": {
|
"RoleSelectComponentForMessageRequest": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -35827,6 +35866,16 @@
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 16777215
|
"maximum": 16777215
|
||||||
},
|
},
|
||||||
|
"colors": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/RoleColors"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"hoist": {
|
"hoist": {
|
||||||
"type": [
|
"type": [
|
||||||
"boolean",
|
"boolean",
|
||||||
|
|
|
||||||
|
|
@ -21838,6 +21838,16 @@
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 16777215
|
"maximum": 16777215
|
||||||
},
|
},
|
||||||
|
"colors": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/RoleColors"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"hoist": {
|
"hoist": {
|
||||||
"type": [
|
"type": [
|
||||||
"boolean",
|
"boolean",
|
||||||
|
|
@ -33602,6 +33612,35 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RoleColors": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"primary_color": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 16777215
|
||||||
|
},
|
||||||
|
"secondary_color": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 16777215
|
||||||
|
},
|
||||||
|
"tertiary_color": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 16777215
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"RoleSelectComponentForMessageRequest": {
|
"RoleSelectComponentForMessageRequest": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -37163,6 +37202,16 @@
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 16777215
|
"maximum": 16777215
|
||||||
},
|
},
|
||||||
|
"colors": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/RoleColors"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"hoist": {
|
"hoist": {
|
||||||
"type": [
|
"type": [
|
||||||
"boolean",
|
"boolean",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue