From c75f13eeb3226b503e28b27a9b4fe8c4e2e67b57 Mon Sep 17 00:00:00 2001 From: Stoat CI Date: Tue, 25 Aug 2026 01:00:20 +0000 Subject: [PATCH] chore: build library from latest spec [skip ci] --- src/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.ts b/src/schema.ts index 9478412..62bca51 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -1541,7 +1541,7 @@ export interface components { /** @description The type of request. */ type: components["schemas"]["DiscoverRequestType"]; /** @description The ID of the bot/server */ - request_id: string; + id: string; /** @description status of the request */ status: components["schemas"]["DiscoverRequestStatus"]; };