Skip to content

v1.0.0

Compare
Choose a tag to compare
@asein-sinch asein-sinch released this 19 Apr 16:23
· 4 commits to main since this release
1ef01f8

What's New

We are pleased to announce the first major release of the Node.js SDK for the Sinch APIs. If you haven't followed the previous development versions, here is a brief summary of what is supported:

What's changed since v0.0.5

Conversation API

  • [Feature][Breaking TS] Refactor OmniMessage interface to OmniMessageOverride to highlight its override nature
  • [Feature][Breaking TS] Refactor the section array elements interface of a "List Message": the new interfaces are now called ChoiceItemWrapper and ProductItemWrapper and contain a ChoiceItem and a ProductItem in their respective properties choice and product
  • [Feature] Add helpers to build ChoiceItemWrapper and ProductItemWrapper objects.

Verification API

  • [Feature] Update SDK from the latest specification
    • Add smsOptions and calloutOptions to the respective Start Verification operations
    • Provide dedicated response interfaces for Report Verification operations dissociated from Verification Status responses

Full Changelog: v0.0.5...v1.0.0