ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
137 stars 85 forks source link

[Dart ory_kratos_client] UiNodeAttributes incorrect discriminatorFieldName #275

Open denis-lncd opened 1 year ago

denis-lncd commented 1 year ago

Preflight checklist

Describe the bug

Incorrect discriminatorFieldName value in UiNodeAttributes class image which should be: image

It results in UnsupportedError: "Couldn't deserialize oneOf for the discriminator value: ${discValue}"

Reproducing the bug

1) Start a registration flow, 2) Attempt to deserialize response

Relevant log output

No response

Relevant configuration

No response

Version

0.13.1

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

No response