gocardless-nodejs
gocardless-nodejs copied to clipboard
Everything is now optional by default in v3.0.0
Moving to V3, everything is optional by default: https://github.com/gocardless/gocardless-nodejs/compare/v2.4.0...v3.0.0#files_bucket
Is there a reason for that? I feel like status
, amount
, currency
perhaps? Can a big rework of typing be done so it 100% represents your documentation? For typescript developers, this is unfortunately hardly usable.
It's also gonna take me a long time to fix those in small bunch of PR like those : https://github.com/gocardless/gocardless-nodejs/pull/114 and you guys probably have the best knowledge to know what is required or not 💪
Thank you!