fix: expose getIdToken in typescript-client

This commit is contained in:
Ruben Fiszel
2024-01-17 11:01:51 +01:00
parent e1dc4af5d5
commit 6568c9f93a
+1 -1
View File
@@ -11,4 +11,4 @@ npx --yes openapi-typescript-codegen --input "${script_dirpath}/../backend/windm
cp "${script_dirpath}/client.ts" "${script_dirpath}/src/"
cp "${script_dirpath}/s3Types.ts" "${script_dirpath}/src/"
echo 'export type { S3Object, DenoS3LightClientSettings } from "./s3Types";' >> "${script_dirpath}/src/index.ts"
echo 'export { setClient, getVariable, setVariable, getResource, setResource, getResumeUrls, setState, getState, denoS3LightClientSettings } from "./client";' >> "${script_dirpath}/src/index.ts"
echo 'export { setClient, getVariable, setVariable, getResource, setResource, getResumeUrls, setState, getState, getIdToken, denoS3LightClientSettings } from "./client";' >> "${script_dirpath}/src/index.ts"