Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add typings on AccountLinkCreateParams.type field #817

Conversation

cyrilgandon
Copy link

Fixing #816

@remi-stripe
Copy link
Contributor

@cyrilgandon Thanks for opening a PR to fix this!

For a bit of context, our Typescript definitions are generated automatically for the openapi spec representing our API. Today, that field is a string which is why it's not typed as an enum.

We can't merge your PR just yet, because if we do, it will be reverted back to a string next time we release a change. We're working on changing the code internally to be a real enum. Once that's done, we'll be able to merge your change!

@remi-stripe
Copy link
Contributor

Flagging that the other PR was merged (automatically generated from our own openapi spec) and was just released as 8.23.0

@cyrilgandon cyrilgandon deleted the cgandon/feat/typings-create-account-link branch February 28, 2020 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants