Compare commits

..

No commits in common. "a2a057250980942eeeded0c0d30bc7e71f826363" and "25b647aa8cd47c03933f8af06b5d3fad600f81e9" have entirely different histories.

2 changed files with 51 additions and 33 deletions

View file

@ -868,13 +868,15 @@
"maxLength": 32 "maxLength": 32
}, },
"image": { "image": {
"type": "string", "type": [
"string",
"null"
],
"contentEncoding": "base64" "contentEncoding": "base64"
} }
}, },
"required": [ "required": [
"name", "name"
"image"
] ]
} }
} }
@ -6818,7 +6820,10 @@
"maxLength": 32 "maxLength": 32
}, },
"image": { "image": {
"type": "string", "type": [
"string",
"null"
],
"contentEncoding": "base64" "contentEncoding": "base64"
}, },
"roles": { "roles": {
@ -6841,8 +6846,7 @@
} }
}, },
"required": [ "required": [
"name", "name"
"image"
] ]
} }
} }
@ -19260,6 +19264,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -19362,9 +19369,6 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"poll": { "poll": {
"$ref": "#/components/schemas/PollResponse" "$ref": "#/components/schemas/PollResponse"
}, },
@ -29615,6 +29619,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -29717,9 +29724,6 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"poll": { "poll": {
"$ref": "#/components/schemas/PollResponse" "$ref": "#/components/schemas/PollResponse"
}, },
@ -30186,6 +30190,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -33267,13 +33274,15 @@
"maxLength": 32 "maxLength": 32
}, },
"sound": { "sound": {
"type": "string", "type": [
"string",
"null"
],
"contentEncoding": "base64" "contentEncoding": "base64"
} }
}, },
"required": [ "required": [
"name", "name"
"sound"
] ]
}, },
"SoundboardPatchRequestPartial": { "SoundboardPatchRequestPartial": {

View file

@ -868,13 +868,15 @@
"maxLength": 32 "maxLength": 32
}, },
"image": { "image": {
"type": "string", "type": [
"string",
"null"
],
"contentEncoding": "base64" "contentEncoding": "base64"
} }
}, },
"required": [ "required": [
"name", "name"
"image"
] ]
} }
} }
@ -6818,7 +6820,10 @@
"maxLength": 32 "maxLength": 32
}, },
"image": { "image": {
"type": "string", "type": [
"string",
"null"
],
"contentEncoding": "base64" "contentEncoding": "base64"
}, },
"roles": { "roles": {
@ -6841,8 +6846,7 @@
} }
}, },
"required": [ "required": [
"name", "name"
"image"
] ]
} }
} }
@ -19629,6 +19633,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -19731,9 +19738,6 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"poll": { "poll": {
"$ref": "#/components/schemas/PollResponse" "$ref": "#/components/schemas/PollResponse"
}, },
@ -30201,6 +30205,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -30303,9 +30310,6 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"poll": { "poll": {
"$ref": "#/components/schemas/PollResponse" "$ref": "#/components/schemas/PollResponse"
}, },
@ -30772,6 +30776,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -34032,6 +34039,9 @@
] ]
} }
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"stickers": { "stickers": {
"type": "array", "type": "array",
"items": { "items": {
@ -34134,9 +34144,6 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"resolved": {
"$ref": "#/components/schemas/ResolvedObjectsResponse"
},
"poll": { "poll": {
"$ref": "#/components/schemas/PollResponse" "$ref": "#/components/schemas/PollResponse"
}, },
@ -34549,13 +34556,15 @@
"maxLength": 32 "maxLength": 32
}, },
"sound": { "sound": {
"type": "string", "type": [
"string",
"null"
],
"contentEncoding": "base64" "contentEncoding": "base64"
} }
}, },
"required": [ "required": [
"name", "name"
"sound"
] ]
}, },
"SoundboardPatchRequestPartial": { "SoundboardPatchRequestPartial": {