diff --git a/.quixos-subtree-source.json b/.quixos-subtree-source.json index 93579c6..cf4c205 100644 --- a/.quixos-subtree-source.json +++ b/.quixos-subtree-source.json @@ -1,7 +1,7 @@ { "version": 1, "sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git", - "sourceCommit": "18c19a5b893e6196a357de9a3c52636b3ce9e33e", + "sourceCommit": "ee693da2ca152011d8bddf205cd5d44488335ea1", "sourcePath": "quixos-instance/packages/camino-package-runtime", "exportName": "camino-package-runtime", "mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/camino-package-runtime.git" diff --git a/src/codegen-ts-runtime.ts b/src/codegen-ts-runtime.ts index cf09c8a..96f525f 100644 --- a/src/codegen-ts-runtime.ts +++ b/src/codegen-ts-runtime.ts @@ -612,6 +612,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,