Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Releases: LivePersonInc/node-agent-sdk

Version 1.4.11

19 Jul 19:49
Compare
Choose a tag to compare
  • Minor fix for account specific csds entry undefined error, should only affect internal QA accounts

Version 1.4.9

10 May 22:20
Compare
Choose a tag to compare
  • Added '.ams.ms.token.GenerateDownloadToken' to request list, generateDownloadToken() is now available as a function on AgentSDK

  • updated all dependencies to the latest versions

Version 1.4.8

31 Mar 19:18
Compare
Choose a tag to compare

"refreshSessionToken" boolean attribute can be specified to prevent the refresh session process from starting. Most users will not need this.

Usage:
new AgentSDK({refreshSessionToken:false});

Version 1.4.7

02 Feb 18:38
Compare
Choose a tag to compare
  • Allow wsDomainType to be passed in via conf and override WS domain retrieved from CSDS.

  • readme now has information on agentRequestConversation

  • Feature/Close Conversation bot added to examples

Version 1.4.6

18 Dec 03:30
Compare
Choose a tag to compare

Change Type: Internal (customers just need to upgrade version)

Summary: Integrating error codes and LivePerson's service name to SDKError for informational purposes

Impact: No impact

Version 1.4.5

11 Sep 17:18
Compare
Choose a tag to compare

Changes to improve SDK performance

Change Type: Internal (customers just need to upgrade version)

Impact: Reduction in network latency while connecting to LivePerson Messaging service

Version 1.4.4

02 Sep 21:49
Compare
Choose a tag to compare

In notifications, conversationDetails will now have "brandId" attribute

Version 1.4.1

03 Aug 19:07
Compare
Choose a tag to compare
  • Refactored RefreshSession function to be more resilient to auth issues
  • Exposed public functions connect, getBearerToken, refrehSession, startPeriodicRefreshSession
  • More comprehensive unit tests coverage on AgentSDK.js, 74 % to 88 %
  • Updated README.md on the above changes on public functions

Version 1.4.0

05 May 19:32
1906ef2
Compare
Choose a tag to compare

Added AgentSurveyClient for submitting agent surveys, see readme for documentation and AgentSurveyBot for working example.

Version 1.3.2

06 Nov 22:45
11b5ac8
Compare
Choose a tag to compare

Certain types of dialogs would cause an error to be emitted. These have now been anticipated.