You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[generator] Consider the Nullable property on action and function import parameters and return types correctly.
For parameters, this is uncritical because the type is extended from T to T | null if the property is nullable.
For return types, the same extension could lead to compile errors after client regeneration because the is broadened including null.
New Functionality
[core] Support additional headers and query parameters, that are set on destinations.
[core] Support authentication type OAuth2Password.
[core] Support DestinationOptions on OpenAPI request builders.