diff --git a/convex/_generated/api.d.ts b/convex/_generated/api.d.ts index 29ab2df..0f936df 100644 --- a/convex/_generated/api.d.ts +++ b/convex/_generated/api.d.ts @@ -17,6 +17,7 @@ import type { } from "convex/server"; import type * as auth from "../auth.js"; import type * as constants from "../constants.js"; +import type * as cron from "../cron.js"; import type * as games from "../games.js"; import type * as http from "../http.js"; import type * as init from "../init.js"; @@ -38,6 +39,7 @@ import type * as users from "../users.js"; declare const fullApi: ApiFromModules<{ auth: typeof auth; constants: typeof constants; + cron: typeof cron; games: typeof games; http: typeof http; init: typeof init;