@qualisero/openapi-endpoint 0.20.0 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +0 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -709,8 +709,6 @@ function generateApiSchemasContent(openApiSpec) {
|
|
|
709
709
|
return `// Auto-generated from OpenAPI specification
|
|
710
710
|
// Do not edit this file manually
|
|
711
711
|
|
|
712
|
-
import type { components } from './openapi-types.js'
|
|
713
|
-
|
|
714
712
|
// No schemas found in the OpenAPI specification
|
|
715
713
|
`;
|
|
716
714
|
}
|