### SDK for Node.JS 2.9.0 - STS Version - LTS BETA - March 2022
3-Release SDK Breaking Changes
- Warning: The LTS active version of Node.js migrated to version 14.x. This version of SDK Node.js is only compliant with this LTS version up to 14.x.
Consequently, you need to update your Node.js version to 14.x in order to use this release of the SDK Node.js.
API Breaking Changes
- None
API Changes
- Rename
InvitationsService::sendInvitationsParBulktoInvitationsService::sendInvitationsByBulk
Others Changes
- Add
ImsService::sendMessageToJidAcknowledgedmethod to Send an Acknowledged reply to an urgent message (one to one, or bubble) - Add
ImsService::sendMessageToJidIgnoredmethod to Send an Ignored reply to an urgent message (one to one, or bubble) - Add
ContactsService::searchInAlldirectoriesThis API allows to search for resources matching given keywords. - Add
ContactsService::searchInPhonebookThis API allows to search for resources matching given keywords.The search is done on name and phone number. - Add
ContactsService::searchUserByPhonenumberThis API allows to search user being associated to the requested number. - Add
ContactsService::searchUsersThis API allows to search users. - Add
AdminService::deleteLdapConnectorConfigThis API can be used to delete a ldap connector config. - Add
ContactsService::createPersonalDirectoryEntryThis API allows connected user to Create a personal directory entry. - Add
ContactsService::getListPersonalDirectoryEntriesDataThis API allows connected users to get an entry of his personal directory. - Add
ContactsService::updatePersonalDirectoryEntryThis API allows the connected user to update an entry of his personnal directory. - Add
ContactsService::deletePersonalDirectoryEntryThis API allows connected user to delete an entry from his personal directory. - Fix logs when a restart of the SDK is done.
- Fix default typescript export.
- Fix documentation of
InvitationsService::sendInvitationsByBulkandInvitationsService::sendInvitationByEmail - Add
InvitationsService::sendInvitationByCriteriaThis API allows logged in user to invite another user by criteria. - Add
InvitationsService::searchInvitationsReceivedFromServerThis API is to retrieve the invites received from others Rainbow users from server. - Add
InvitationsService::searchInvitationsSentFromServerThis API is to retrieve the invites sent to others Rainbow users from server. - Add
ContactsService::getCompanyInfosThis API allows user to get a company data. - Add an automatic start of monitoring on server when the company of the connected user has the
isMonitorableproperty setted to true.