BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

Missing type declaration of IAddOnResponseRowAddOn in addOn contentDialog #118

Open simcen opened 1 year ago

simcen commented 1 year ago

Line https://github.com/BEE-Plugin/Bee-plugin-official/blob/8a0a7d71120940322977b3d6bcb484c8acdc54a0/src/types/bee.ts#L1630 has an incorrect declaration and is marked as todo. This prevents me from impementing a custom addon contentDialog with row type.

According to https://docs.beefree.io/addon-development/#custom-addon-row, value should be a simplified row JSON schema object.