microsoft/kiota v1.31.0
microsoft/kiota
Captured source
source ↗published Apr 10, 2026seen 1dcaptured 13hhttp 200method plain
v1.31.0
Repository: microsoft/kiota
Tag: v1.31.0
Published: 2026-04-10T19:19:23Z
Prerelease: no
Release notes:
Added
Changed
- Fixed a bug where OpenAPI schemas with
formatbut withouttypekeyword would generateUntypedNodeinstead of proper types. #7315 - Fixed a bug where discriminator mappings for oneOf types with allOf-inherited schemas would incorrectly use schema names as keys instead of resolving the base type discriminator mappings. #7339
- Fixed TypeScript enum imports to use
import typefor type aliases to supportverbatimModuleSyntax. #7332