Skip to content

Commit

Permalink
Merge pull request #4710 from navikt/feature/heyapi
Browse files Browse the repository at this point in the history
upgrade hey-api
  • Loading branch information
sondrele authored Dec 2, 2024
2 parents 7535aa8 + e2d3360 commit b5ba0c6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 38 deletions.
4 changes: 2 additions & 2 deletions frontend/api-client/openapi-ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export default defineConfig({
plugins: [
"@hey-api/schemas",
{
name: "@hey-api/services",
name: "@hey-api/sdk",
asClass: true,
},
{
name: "@hey-api/types",
name: "@hey-api/typescript",
enums: "typescript",
},
],
Expand Down
2 changes: 1 addition & 1 deletion frontend/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "openapi-ts --useOptions --input ../../mulighetsrommet-api/src/main/resources/web/openapi.yaml --output ./build"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.56.3",
"@hey-api/openapi-ts": "0.58.0",
"typescript": "5.7.2"
}
}
58 changes: 23 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5ba0c6

Please sign in to comment.