From 9bbe21d8763c33daa542df8c8b164a64152be994 Mon Sep 17 00:00:00 2001 From: Aaron Delasy Date: Thu, 17 Oct 2024 00:22:52 +0300 Subject: [PATCH] Update convex generated files --- convex/_generated/api.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;