last round of generator testing to make sure everything is dialed in for the new agent ui (#221)

This commit is contained in:
Michael Quigley 2024-11-20 11:14:52 -05:00
parent 5a9ed02205
commit 786a4e7f20
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
.openapi-generator-ignore
apis/AgentApi.ts
apis/index.ts
index.ts

View File

@ -46,7 +46,7 @@ echo "...generating web console js client"
openapi -s specs/zrok.yml -o ui/src/api -l js
echo "...generating agent console js client"
openapi-generator-cli generate -i agent/agentGrpc/agent.swagger.json -o agent/agentUiTs/src/api -g typescript-fetch
openapi-generator-cli generate -i agent/agentGrpc/agent.swagger.json -o agent/agentUi/src/api -g typescript-fetch
echo "...generating ts client"
openapi-generator-cli generate -i specs/zrok.yml -o sdk/nodejs/sdk/src/zrok/api -g typescript-node