update changesets

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-10-19 11:08:51 -04:00
parent a9d4c7bc1a
commit bc47b1709a
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Add new OpenAPI generated code paths to the ESLint ignored list.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/repo-tools': minor
---
`backstage-repo-tools package schema openapi generate --server` now generates complete TS interfaces for all request/response objects in your OpenAPI schema.
`backstage-repo-tools package schema openapi generate --server` now generates complete TS interfaces for all request/response objects in your OpenAPI schema. This fixes an edge case around recursive schemas and standardizes both the generated client and server to have similar generated types.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-openapi-utils': minor
---
Adds support for auto generated static server types.
Adds a new `createValidatedOpenApiRouterFromGeneratedEndpointMap` function that uses the new static server generation in `backstage-cli package schema openapi generate --server` to create a typed express router.