From 8fc1060b6540d808b485d832902f0a22b2540bc1 Mon Sep 17 00:00:00 2001 From: "Timothy J. Aveni" Date: Sat, 18 Jul 2026 12:11:20 -0700 Subject: [PATCH] Publish browser method runtime declaration --- dist/codegen-ts-runtime.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/codegen-ts-runtime.js b/dist/codegen-ts-runtime.js index 131cb25..0e90402 100755 --- a/dist/codegen-ts-runtime.js +++ b/dist/codegen-ts-runtime.js @@ -470,6 +470,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami forObject: ForObject; } & RenderProps & ReactComponentHostProps) => any; + export const callObjectMethod: ( + object: ObjectRef, + methodName: string, + input?: Record, + ) => Promise; + export const h: (...args: any[]) => any; export const useLiveField: ( field: LiveFieldProp,