Closed ihmpavel closed 3 months ago
Hi @ihmpavel , thanks for reporting this and sorry for the trouble. We’ve reverted the change which caused this issue for now. Please try v2.35.0
and let us know if you still face any issue.
Hi @cb-alish, with 2.35.0
everything works now!
Thanks
After upgrading from
2.33.0
to2.34.0
return types are broken.Working
2.33.0
:Not working
2.34.0
- same code. Issue:One liner:
After looking into the changes made https://github.com/chargebee/chargebee-typescript/commit/8a4e9fa1a886565705650ac72120aa0842a73dc0#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R23-L27 it looks like the problem is changing
@types/q
fromdevDependencies
todependencies
.