From e169da8bff157f958a4b4c9b211bc599b8df18f1 Mon Sep 17 00:00:00 2001 From: Stoat CI Date: Tue, 25 Aug 2026 02:29:57 +0000 Subject: [PATCH] chore: build library from latest spec [skip ci] --- src/schema.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schema.ts b/src/schema.ts index 62bca51..0dc8889 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -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; }