monday-sdk-js icon indicating copy to clipboard operation
monday-sdk-js copied to clipboard

[Bug] SDK is missing types for monetization methods

Open yuhgto opened this issue 1 year ago • 0 comments

Describe the bug The SDK doesn't have types for monday.execute('openPlanSelection'). Not a blocker, the most recent version of SDK has a fallback to allow for any string method.

Steps to reproduce

  1. Embed the SDK in typescript app
  2. Call 'monday.execute('openPlanSelection')
  3. Autocomplete does not work (but you don't receive an error)

Expected behavior The monetization methods should be supported: https://developer.monday.com/apps/docs/api-reference#sdk-methods

yuhgto avatar Jun 28 '23 04:06 yuhgto