Skip to content

@himenon/openapi-typescript-code-generator@1.1.0

Latest
Compare
Choose a tag to compare

What's Changed

  • feat: Fallback to an alternate string if operationId is undefined. by @Himenon in #139

New Features

It now works with the following schema as well.

  /undefined/operation/:id:
    get:
      # operationId: getUndefinedOperation
      responses:
        200:
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    description: Undefined operation response

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/openapi-typescript-code-generator@1.0.13...@himenon/openapi-typescript-code-generator@1.1.0