refined-memory-71626
12/09/2022, 3:42 PMcode
method for the verification
flow. It seems the the TS client (and potentially other clients based on the OpenAPI spec) may not type the verification body correctly?
at https://github.com/ory/sdk/blob/master/clients/kratos/typescript/api.ts#L3126
should we instead have the following?
export type UpdateVerificationFlowBody = UpdateVerificationFlowWithLinkMethod | UpdateVerificationFlowWithCodeMethodBody;
Would be the following in the spec
Thanks for any pointers :)refined-memory-71626
12/11/2022, 10:13 AMrefined-memory-71626
12/11/2022, 10:31 AM