mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-09-22 02:29:30 -04:00
Automated spec update (259544)
This commit is contained in:
parent
4e5c3dbe38
commit
8579b8f1aa
2 changed files with 92 additions and 56 deletions
|
|
@ -20494,6 +20494,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -20539,13 +20546,6 @@
|
|||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_participants": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
@ -20567,9 +20567,9 @@
|
|||
"icon",
|
||||
"description",
|
||||
"type",
|
||||
"verify_key",
|
||||
"flags",
|
||||
"flags_new"
|
||||
"flags_new",
|
||||
"verify_key"
|
||||
]
|
||||
},
|
||||
"ApplicationRoleConnectionsMetadataItemRequest": {
|
||||
|
|
@ -21630,6 +21630,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
|
|
@ -21639,7 +21646,9 @@
|
|||
"name",
|
||||
"icon",
|
||||
"description",
|
||||
"type"
|
||||
"type",
|
||||
"flags",
|
||||
"flags_new"
|
||||
]
|
||||
},
|
||||
"BasicGuildMemberResponse": {
|
||||
|
|
@ -29989,6 +29998,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
|
|
@ -29998,7 +30014,9 @@
|
|||
"name",
|
||||
"icon",
|
||||
"description",
|
||||
"type"
|
||||
"type",
|
||||
"flags",
|
||||
"flags_new"
|
||||
]
|
||||
},
|
||||
"IntegrationExpireBehaviorTypes": {
|
||||
|
|
@ -30328,6 +30346,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -30373,13 +30398,6 @@
|
|||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_participants": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
@ -30401,9 +30419,9 @@
|
|||
"icon",
|
||||
"description",
|
||||
"type",
|
||||
"verify_key",
|
||||
"flags",
|
||||
"flags_new"
|
||||
"flags_new",
|
||||
"verify_key"
|
||||
]
|
||||
},
|
||||
"InviteChannelRecipientResponse": {
|
||||
|
|
@ -35319,6 +35337,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -35364,13 +35389,6 @@
|
|||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_participants": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
@ -35483,9 +35501,9 @@
|
|||
"icon",
|
||||
"description",
|
||||
"type",
|
||||
"verify_key",
|
||||
"flags",
|
||||
"flags_new",
|
||||
"verify_key",
|
||||
"redirect_uris",
|
||||
"interactions_endpoint_url",
|
||||
"role_connections_verification_url",
|
||||
|
|
|
|||
|
|
@ -20506,6 +20506,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -20551,13 +20558,6 @@
|
|||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_participants": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
@ -20579,9 +20579,9 @@
|
|||
"icon",
|
||||
"description",
|
||||
"type",
|
||||
"verify_key",
|
||||
"flags",
|
||||
"flags_new"
|
||||
"flags_new",
|
||||
"verify_key"
|
||||
]
|
||||
},
|
||||
"ApplicationRoleConnectionsMetadataItemRequest": {
|
||||
|
|
@ -21642,6 +21642,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
|
|
@ -21651,7 +21658,9 @@
|
|||
"name",
|
||||
"icon",
|
||||
"description",
|
||||
"type"
|
||||
"type",
|
||||
"flags",
|
||||
"flags_new"
|
||||
]
|
||||
},
|
||||
"BasicGuildMemberResponse": {
|
||||
|
|
@ -30008,6 +30017,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
|
|
@ -30017,7 +30033,9 @@
|
|||
"name",
|
||||
"icon",
|
||||
"description",
|
||||
"type"
|
||||
"type",
|
||||
"flags",
|
||||
"flags_new"
|
||||
]
|
||||
},
|
||||
"IntegrationExpireBehaviorTypes": {
|
||||
|
|
@ -30347,6 +30365,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -30392,13 +30417,6 @@
|
|||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_participants": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
@ -30420,9 +30438,9 @@
|
|||
"icon",
|
||||
"description",
|
||||
"type",
|
||||
"verify_key",
|
||||
"flags",
|
||||
"flags_new"
|
||||
"flags_new",
|
||||
"verify_key"
|
||||
]
|
||||
},
|
||||
"InviteChannelRecipientResponse": {
|
||||
|
|
@ -35338,6 +35356,13 @@
|
|||
"primary_sku_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -35383,13 +35408,6 @@
|
|||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"flags": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"flags_new": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_participants": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
@ -35502,9 +35520,9 @@
|
|||
"icon",
|
||||
"description",
|
||||
"type",
|
||||
"verify_key",
|
||||
"flags",
|
||||
"flags_new",
|
||||
"verify_key",
|
||||
"redirect_uris",
|
||||
"interactions_endpoint_url",
|
||||
"role_connections_verification_url",
|
||||
|
|
|
|||
Loading…
Reference in a new issue