Skip to content

JS SDK - v0.5.5

Compare
Choose a tag to compare
@abhishekpatil4 abhishekpatil4 released this 22 Jan 09:38
· 42 commits to master since this release
2fc3c20

New Features

  • Introduced support for enabling and disabling connected accounts via SDK
  • Added reInitiateConnection() method for connection management
  • Implemented appUniqueKeys as a potential replacement for appName

Toolset Enhancements

  • Method Updates:
  • Deprecating .getTriggerInfo, the replacement is .get() in Triggers for better consistency
  • Updated integration deletion to accept object parameters instead of string IDs
  • Modified integrations .getRequiredParams() to accept object parameters instead of strings

Breaking Changes

  • Connections:
    • Removed .create() method entirely - use .initiate() instead for creating new connections
  • Integrations:
    • Changed parameter type for deletion from string to object
    • Updated .getRequiredParams() to require object parameter instead of string
  • Triggers:
    • Deprecating .getTriggerInfo, the replacement is .get()