mondaycom / monday-sdk-js

Node.js and JavaScript SDK for developing over the monday.com platform
https://monday.com
MIT License
87 stars 39 forks source link

[Bug] storage.instance.deleteItem is missing TS types #84

Closed eidermaen closed 1 year ago

eidermaen commented 1 year ago

Describe the bug When using the sdk with typescript, the type for storage.instance.deleteItem is missing

Steps to reproduce

  1. Embed the SDK in an app using TS
  2. Try to call monday.storage.instance.deleteItem(...)
  3. TS is complaining that method is not available grafik
  4. There is no type added for the method in the corresponding types file: grafik

Expected behavior Method should be available

Context and environment Used sdk on client side