mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (97860)
This commit is contained in:
parent
443e743a33
commit
93e2bb78d2
2 changed files with 152 additions and 0 deletions
|
@ -25343,6 +25343,10 @@
|
|||
"features"
|
||||
]
|
||||
},
|
||||
"NameplatePalette": {
|
||||
"type": "string",
|
||||
"oneOf": []
|
||||
},
|
||||
"NewMemberActionResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -29909,6 +29913,21 @@
|
|||
"asset"
|
||||
]
|
||||
},
|
||||
"UserCollectiblesResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"nameplate": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserNameplateResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"UserCommunicationDisabledAction": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -30012,6 +30031,43 @@
|
|||
"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": {
|
||||
"type": "integer",
|
||||
"oneOf": [
|
||||
|
@ -30094,6 +30150,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -30213,6 +30279,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
@ -25428,6 +25428,10 @@
|
|||
"features"
|
||||
]
|
||||
},
|
||||
"NameplatePalette": {
|
||||
"type": "string",
|
||||
"oneOf": []
|
||||
},
|
||||
"NewMemberActionResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -30342,6 +30346,21 @@
|
|||
"asset"
|
||||
]
|
||||
},
|
||||
"UserCollectiblesResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"nameplate": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserNameplateResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"UserCommunicationDisabledAction": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -30445,6 +30464,43 @@
|
|||
"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": {
|
||||
"type": "integer",
|
||||
"oneOf": [
|
||||
|
@ -30527,6 +30583,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -30646,6 +30712,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue