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