hendt / ebay-api

eBay Node API in TypeScript for Node and Browser with RESTful and Traditional APIs. This library aims to implement all available eBay apis.
https://hendt.gitbook.io/ebay-api
MIT License
141 stars 38 forks source link

EBayError typing broken since v9 #173

Open nodegin opened 1 week ago

nodegin commented 1 week ago

Describe the bug Was using 8.7.1 which works fine, after upgrading to 9.0.2 the EBayError typing changed:

2024-06-27 21 01 30

Changing to this fix the typing, but it seems to be wrong

2024-06-27 21 02 00 2024-06-27 21 03 02

Code

Output

expected data

It should work as before

Would you like to work on this issue?

dantio commented 1 week ago

@nodegin release 9.0.3 with type fix on status. Thank you for reporting.