Compare commits

..

No commits in common. "c21a1572d3181717afd45c13ea7efb7fa5c2748e" and "d7a01b1e552dcc5e01866aed8397a5377bf2a016" have entirely different histories.

2 changed files with 12 additions and 114 deletions

View File

@ -13061,15 +13061,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"type": "string",
"enum": [
"channel"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -20865,16 +20857,7 @@
"array", "array",
"null" "null"
], ],
"items": { "items": {},
"oneOf": [
{
"$ref": "#/components/schemas/RoleSelectDefaultValue"
},
{
"$ref": "#/components/schemas/UserSelectDefaultValue"
}
]
},
"maxItems": 25 "maxItems": 25
} }
}, },
@ -24108,12 +24091,7 @@
}, },
"PurchaseType": { "PurchaseType": {
"type": "integer", "type": "integer",
"oneOf": [ "oneOf": [],
{
"title": "GUILD_PRODUCT",
"const": 0
}
],
"format": "int32" "format": "int32"
}, },
"QuarantineUserAction": { "QuarantineUserAction": {
@ -24696,15 +24674,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"type": "string",
"enum": [
"role"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -25007,20 +24977,7 @@
}, },
"SnowflakeSelectDefaultValueTypes": { "SnowflakeSelectDefaultValueTypes": {
"type": "string", "type": "string",
"oneOf": [ "oneOf": []
{
"title": "USER",
"const": "user"
},
{
"title": "ROLE",
"const": "role"
},
{
"title": "CHANNEL",
"const": "channel"
}
]
}, },
"SnowflakeType": { "SnowflakeType": {
"type": "string", "type": "string",
@ -26913,15 +26870,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"type": "string",
"enum": [
"user"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"

View File

@ -13304,15 +13304,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"type": "string",
"enum": [
"channel"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -21193,16 +21185,7 @@
"array", "array",
"null" "null"
], ],
"items": { "items": {},
"oneOf": [
{
"$ref": "#/components/schemas/RoleSelectDefaultValue"
},
{
"$ref": "#/components/schemas/UserSelectDefaultValue"
}
]
},
"maxItems": 25 "maxItems": 25
} }
}, },
@ -24572,12 +24555,7 @@
}, },
"PurchaseType": { "PurchaseType": {
"type": "integer", "type": "integer",
"oneOf": [ "oneOf": [],
{
"title": "GUILD_PRODUCT",
"const": 0
}
],
"format": "int32" "format": "int32"
}, },
"QuarantineUserAction": { "QuarantineUserAction": {
@ -25453,15 +25431,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"type": "string",
"enum": [
"role"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -25788,20 +25758,7 @@
}, },
"SnowflakeSelectDefaultValueTypes": { "SnowflakeSelectDefaultValueTypes": {
"type": "string", "type": "string",
"oneOf": [ "oneOf": []
{
"title": "USER",
"const": "user"
},
{
"title": "ROLE",
"const": "role"
},
{
"title": "CHANNEL",
"const": "channel"
}
]
}, },
"SnowflakeType": { "SnowflakeType": {
"type": "string", "type": "string",
@ -27725,15 +27682,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"type": "string",
"enum": [
"user"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"