From f3c96fe0cc3f36d4b777662dc14c8b38c2dd83af Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 29 Aug 2023 15:26:23 +0200 Subject: [PATCH] fix: add setState, getState to client --- typescript-client/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-client/build.sh b/typescript-client/build.sh index 5d576f8b50..e0cb10e06d 100755 --- a/typescript-client/build.sh +++ b/typescript-client/build.sh @@ -6,4 +6,4 @@ npx --yes openapi-typescript-codegen --input ../backend/windmill-api/openapi.yam && sed -i '213 i \\ request.referrerPolicy = \"no-referrer\"\n' src/core/request.ts cp client.ts src/ -echo 'export { setClient, getVariable, setVariable, getResource, setResource, getResumeUrls } from "./client";' >> src/index.ts \ No newline at end of file +echo 'export { setClient, getVariable, setVariable, getResource, setResource, getResumeUrls, setState, getState } from "./client";' >> src/index.ts \ No newline at end of file