Bug Report Checklist
Description
As of a couple of hours ago for the latest dockerhub image the generate typescript client gets various build errors of the form:
Property '...Config' does not exist on type 'DefaultApi'. Did you mean '...Opts'
openapi-generator version
Dockerhub latest https://hub.docker.com/layers/openapitools/openapi-generator-cli/latest
Steps to reproduce
Apologies, haven't distilled exact steps yet, will work on it. But seems to be fairly ubiquitous, probably reproducible in most uses of the typescript-fetch generator. Will check as soon as possible.
Related issues/PRs
Maybe the recent merge of #21709 ?
Looks like the mismatch between Config and Opts might have been introduced by a renaming in response to PR comments here: #21709 (comment)
Not sure though, just a guess based on the timing and the nature of the change.
Bug Report Checklist
Description
As of a couple of hours ago for the latest dockerhub image the generate typescript client gets various build errors of the form:
openapi-generator version
Dockerhub latest https://hub.docker.com/layers/openapitools/openapi-generator-cli/latest
Steps to reproduce
Apologies, haven't distilled exact steps yet, will work on it. But seems to be fairly ubiquitous, probably reproducible in most uses of the typescript-fetch generator. Will check as soon as possible.
Related issues/PRs
Maybe the recent merge of #21709 ?
Looks like the mismatch between
ConfigandOptsmight have been introduced by a renaming in response to PR comments here: #21709 (comment)Not sure though, just a guess based on the timing and the nature of the change.