facebook / facebook-nodejs-business-sdk

Node.js SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
489 stars 226 forks source link

delete and update have wrong returns #244

Closed FlyingHelix closed 11 months ago

FlyingHelix commented 1 year ago

Which SDK version are you using?

15.0.2

What's the issue?

delete and update both return { success: boolean }, but for delete it says AbstractObject and for update it says the specific type called upon in their definitions.

stcheng commented 1 year ago

@FlyingHelix could you specify which function and which endpoint you are referring to?