Skip to content

Missing TypeScript definitions for dynamic endpoints (NestJS) #2

Description

@francescobianco

The autogenerated types don’t include dynamic parameters for endpoints like getCompanyById(id).
When using TypeScript in NestJS, the SDK requires casting to any for most calls.
Proposed fix: Extend OpenAPI schema generation to emit .d.ts with inferred types from the YAML spec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions