chore: build library from latest spec [skip ci]

This commit is contained in:
Stoat CI
2026-08-25 01:00:20 +00:00
parent 4844ad7341
commit c75f13eeb3
+1 -1
View File
@@ -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"];
};