Mangopay / mangopay2-nodejs-sdk

Node.js SDK for MANGOPAY
https://www.npmjs.com/package/mangopay2-nodejs-sdk
MIT License
51 stars 38 forks source link

Property 'UserId' does not exist on type 'UboDeclarationData' #330

Open jgabriele opened 2 years ago

jgabriele commented 2 years ago

When I am in a context of a UBODeclaration webhook and fetch the UBODeclaration from the RessourceId, it says that is has no UserId property:

image

But if I log the object, it does have (which is good, as it is my only way to link it to the user who did the declaration)

image

Could you please update the TS types?

fredericdelordm commented 2 years ago

Hello @jgabriele, we are looking into it