Closed zoeyzuo-se closed 1 year ago
Hey @zoeyzuo-se, This is expected, composed types serialization hasn't been implemented yet in TypeScript. But this is being worked on right now #1812 and the hope is that it'll be available with the next minor version of kiota. Closing as duplicated.
Hi @baywet
Thanks for the reply. May I ask is there an ETA for the next minor version?
Early September
Hi I'm using VSCode extension to generate Typescript SDK from an OpenAPI Spec file but having the following error. I believe it's related to the schema contains
allOf
oroneOf
in it. I tried different scenarios that when the schema hierarchy doesn't contain one of them then the generator works fine without any error.Error message
OpenAPI Spec file
Steps to reproduce:
> Kiota OpenAPI Explorer
and choose this filekiota generate -l typescript -d gh-issue.yml -c Client -o ./client
Note
The error doesn't show up when generating the SDK in Python.
Any help would be appreciated. :)