Closed LaurentVandenbosch closed 5 months ago
Hi @LaurentVandenbosch Thank you for using kiota and for reaching out. Can you try with version 1.15 and tell us if you are still seeing the issue please?
Hello @baywet ,
The issue is still present with 1.15. I have to use 1.12 to not have this issue, because it doesnt use UntypedNode.
Authored https://github.com/microsoft/kiota/pull/4927 to resolve.
What are you generating using Kiota, clients or plugins?
API Client/SDK
In what context or format are you using Kiota?
Nuget tool
Client library/SDK language
TypeScript
Describe the bug
When I generate my typescript client with Kiota.Builder 1.14 (indirectly through FastEndpoints.ClientGen.Kiota), the resulting typescript files are missing the imports of UntypedNode and createUntypedNodeFromDiscriminatorValue from @microsoft/kiota-abstractions.
Here is an example of a file
Expected behavior
The import should include UntypedNode and createUntypedNodeFromDiscriminatorValue
How to reproduce
Difficult to say which condition causes this
Open API description file
No response
Kiota Version
1.14
Latest Kiota version known to work for scenario above?(Not required)
No response
Known Workarounds
No response
Configuration
No response
Debug output
Click to expand log
```Other information
No response