From 2d89c0620f9676c565c3a49bb3e59b8b96012594 Mon Sep 17 00:00:00 2001 From: Matthias Meister Date: Tue, 7 Apr 2026 09:22:46 +0200 Subject: [PATCH] chore(convex): refresh generated api types --- convex/_generated/api.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/convex/_generated/api.d.ts b/convex/_generated/api.d.ts index 613d3c0..fd12472 100644 --- a/convex/_generated/api.d.ts +++ b/convex/_generated/api.d.ts @@ -9,6 +9,9 @@ */ import type * as ai from "../ai.js"; +import type * as ai_errors from "../ai_errors.js"; +import type * as ai_node_data from "../ai_node_data.js"; +import type * as ai_retry from "../ai_retry.js"; import type * as ai_utils from "../ai_utils.js"; import type * as auth from "../auth.js"; import type * as batch_validation_utils from "../batch_validation_utils.js"; @@ -37,6 +40,9 @@ import type { declare const fullApi: ApiFromModules<{ ai: typeof ai; + ai_errors: typeof ai_errors; + ai_node_data: typeof ai_node_data; + ai_retry: typeof ai_retry; ai_utils: typeof ai_utils; auth: typeof auth; batch_validation_utils: typeof batch_validation_utils;