Closed HaruMiyaGi closed 6 months ago
@HaruMiyaGi The types are generated automatically from our openapi spec and should already be up to date. You can see they are defined in the code here as expected. You are either using external/third-party types (like DefinitelyTyped) or using an older version I would say.
@HaruMiyaGi The types are generated automatically from our openapi spec and should already be up to date. You can see they are defined in the code here as expected. You are either using external/third-party types (like DefinitelyTyped) or using an older version I would say.
yes, did an rm -rf ./node_modules/
and a fresh install, this fixed it. thank you!
Describe the bug
I use inbuilt types from the Stripe library, the interface for Product still has the old 'features' instead of the new 'marketing_features' which been introduced in v15.
To Reproduce
throws a type error.
Expected behavior
works correctly
Code snippets
No response
OS
Win10
Node version
v20.9.0
Library version
latest
API version
2022-08-01
Additional context
No response