Automated spec update (10288)

This commit is contained in:
Nelly (automation bot) 2023-10-27 01:16:40 +00:00
parent b7e2147f31
commit d9c07caf30
2 changed files with 122 additions and 0 deletions

View File

@ -12447,6 +12447,16 @@
}
]
},
"purchase_notification": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PurchaseNotificationResponse"
}
]
},
"position": {
"type": [
"integer",
@ -17389,6 +17399,21 @@
"stickers"
]
},
"GuildProductPurchaseResponse": {
"type": "object",
"properties": {
"listing_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"product_name": {
"type": "string"
}
},
"required": [
"listing_id",
"product_name"
]
},
"GuildPruneResponse": {
"type": "object",
"properties": {
@ -22308,6 +22333,16 @@
}
]
},
"purchase_notification": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PurchaseNotificationResponse"
}
]
},
"position": {
"type": [
"integer",
@ -23776,6 +23811,32 @@
"deaf"
]
},
"PurchaseNotificationResponse": {
"type": "object",
"properties": {
"type": {
"$ref": "#/components/schemas/PurchaseType"
},
"guild_product_purchase": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GuildProductPurchaseResponse"
}
]
}
},
"required": [
"type"
]
},
"PurchaseType": {
"type": "integer",
"oneOf": [],
"format": "int32"
},
"QuarantineUserAction": {
"type": "object",
"properties": {

View File

@ -12447,6 +12447,16 @@
}
]
},
"purchase_notification": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PurchaseNotificationResponse"
}
]
},
"position": {
"type": [
"integer",
@ -17442,6 +17452,21 @@
"stickers"
]
},
"GuildProductPurchaseResponse": {
"type": "object",
"properties": {
"listing_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"product_name": {
"type": "string"
}
},
"required": [
"listing_id",
"product_name"
]
},
"GuildPruneResponse": {
"type": "object",
"properties": {
@ -22375,6 +22400,16 @@
}
]
},
"purchase_notification": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PurchaseNotificationResponse"
}
]
},
"position": {
"type": [
"integer",
@ -23843,6 +23878,32 @@
"deaf"
]
},
"PurchaseNotificationResponse": {
"type": "object",
"properties": {
"type": {
"$ref": "#/components/schemas/PurchaseType"
},
"guild_product_purchase": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GuildProductPurchaseResponse"
}
]
}
},
"required": [
"type"
]
},
"PurchaseType": {
"type": "integer",
"oneOf": [],
"format": "int32"
},
"QuarantineUserAction": {
"type": "object",
"properties": {