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,