hendt/ebay-api

listingStartDate not on type EbayOfferDetailsWithId

Closed this issue · 6 comments

Hi there,

As per description; listingStartDate not on type EbayOfferDetailsWithId

https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/createOffer#request.listingStartDate

Cheers,
Col.

@dantio hi there - are you able to look into this?

dantio commented

Thank you for reporting this issue. I have looked into this and already committed changes into master branch. I have found some other missing types and decided to use types directly generated by openai. I have to test it and will release a new version next week after I'm back from vacation. Right now you can use the GitHub repo as npm source. It should solve your issue.

Brilliant - thanks mate! :D

And as a general point - thanks so much for your work on this library!

@dantio are you able to get round to pushing out a new version?

dantio commented

@zenith77 more changes than I expected. The release 8.50 should fix all inconsistent types since they are now generated with openapi-typescript

Thanks Dantio - I look forward to updating!