chore: build library from latest spec [skip ci]

This commit is contained in:
Stoat CI
2026-08-25 02:29:57 +00:00
parent 5a724c6ec8
commit e169da8bff
+4
View File
@@ -684,6 +684,7 @@ export interface components {
| {
/** @enum {string} */
type: "ContactSupport";
locale: string;
msg: string;
}
| {
@@ -1549,6 +1550,9 @@ export interface components {
DiscoverRequestType: "Bot" | "Server";
DiscoverRequestStatus:
| ("Pending" | "UnderReview")
| {
Removed: string | null;
}
| {
Denied: string | null;
}