Compare commits
2 Commits
d7a01b1e55
...
c21a1572d3
Author | SHA1 | Date |
---|---|---|
Nelly (automation bot) | c21a1572d3 | |
Nelly (automation bot) | b67077a0a8 |
|
@ -13061,7 +13061,15 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"channel"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
@ -20857,7 +20865,16 @@
|
|||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {},
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/RoleSelectDefaultValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserSelectDefaultValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxItems": 25
|
||||
}
|
||||
},
|
||||
|
@ -24091,7 +24108,12 @@
|
|||
},
|
||||
"PurchaseType": {
|
||||
"type": "integer",
|
||||
"oneOf": [],
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_PRODUCT",
|
||||
"const": 0
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"QuarantineUserAction": {
|
||||
|
@ -24674,7 +24696,15 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"role"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
@ -24977,7 +25007,20 @@
|
|||
},
|
||||
"SnowflakeSelectDefaultValueTypes": {
|
||||
"type": "string",
|
||||
"oneOf": []
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "USER",
|
||||
"const": "user"
|
||||
},
|
||||
{
|
||||
"title": "ROLE",
|
||||
"const": "role"
|
||||
},
|
||||
{
|
||||
"title": "CHANNEL",
|
||||
"const": "channel"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SnowflakeType": {
|
||||
"type": "string",
|
||||
|
@ -26870,7 +26913,15 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"user"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
|
@ -13304,7 +13304,15 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"channel"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
@ -21185,7 +21193,16 @@
|
|||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {},
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/RoleSelectDefaultValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserSelectDefaultValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxItems": 25
|
||||
}
|
||||
},
|
||||
|
@ -24555,7 +24572,12 @@
|
|||
},
|
||||
"PurchaseType": {
|
||||
"type": "integer",
|
||||
"oneOf": [],
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_PRODUCT",
|
||||
"const": 0
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"QuarantineUserAction": {
|
||||
|
@ -25431,7 +25453,15 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"role"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
@ -25758,7 +25788,20 @@
|
|||
},
|
||||
"SnowflakeSelectDefaultValueTypes": {
|
||||
"type": "string",
|
||||
"oneOf": []
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "USER",
|
||||
"const": "user"
|
||||
},
|
||||
{
|
||||
"title": "ROLE",
|
||||
"const": "role"
|
||||
},
|
||||
{
|
||||
"title": "CHANNEL",
|
||||
"const": "channel"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SnowflakeType": {
|
||||
"type": "string",
|
||||
|
@ -27682,7 +27725,15 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"user"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
Loading…
Reference in New Issue