Firstly, thanks for your work on this project! ๐
Today I used patch-package to patch chargebee-typescript@2.7.1 for the project I'm working on.
The method contacts_for_customer for the endpoint Customers returns a list (as per your API doc) but the typing says it's a Result instead of a ListResult.
Hi! ๐
Firstly, thanks for your work on this project! ๐
Today I used patch-package to patch
chargebee-typescript@2.7.1
for the project I'm working on.The method
contacts_for_customer
for the endpointCustomers
returns a list (as per your API doc) but the typing says it's aResult
instead of aListResult
.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.