diff --git a/biome.json b/biome.json index 75c6bab4..2fc44548 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", "files": { "includes": [ "**", diff --git a/convex/_generated/api.d.ts b/convex/_generated/api.d.ts index 82f0d8cc..22e52871 100644 --- a/convex/_generated/api.d.ts +++ b/convex/_generated/api.d.ts @@ -12,12 +12,16 @@ import type * as auth from "../auth.js"; import type * as comments from "../comments.js"; import type * as downloads from "../downloads.js"; import type * as http from "../http.js"; +import type * as httpApi from "../httpApi.js"; import type * as lib_access from "../lib/access.js"; +import type * as lib_apiTokenAuth from "../lib/apiTokenAuth.js"; import type * as lib_embeddings from "../lib/embeddings.js"; import type * as lib_skills from "../lib/skills.js"; +import type * as lib_tokens from "../lib/tokens.js"; import type * as search from "../search.js"; import type * as skills from "../skills.js"; import type * as stars from "../stars.js"; +import type * as tokens from "../tokens.js"; import type * as uploads from "../uploads.js"; import type * as users from "../users.js"; @@ -32,12 +36,16 @@ declare const fullApi: ApiFromModules<{ comments: typeof comments; downloads: typeof downloads; http: typeof http; + httpApi: typeof httpApi; "lib/access": typeof lib_access; + "lib/apiTokenAuth": typeof lib_apiTokenAuth; "lib/embeddings": typeof lib_embeddings; "lib/skills": typeof lib_skills; + "lib/tokens": typeof lib_tokens; search: typeof search; skills: typeof skills; stars: typeof stars; + tokens: typeof tokens; uploads: typeof uploads; users: typeof users; }>;