#
Change Log
#
1.0.8 (2024-06-20)
#
(Requires IpSCAPE CTI v8.19.0 or later)
#
Added:
- Nothing Added
#
Changed:
- Removed union type and changed signature for IVR data items
type IvrDataObject = {
key: string;
title: string;
type: string;
value: string | number;
};
#
Removed:
- Nothing removed
#
1.0.7 (2024-06-11)
#
(Requires IpSCAPE CTI v8.19.0 or later)
#
Added:
- Nothing Added
#
Changed:
- Build output changed: build package includes
esandumdoutput file as well as packagedtypesdirectory (see package.json file for details)
#
Removed:
- Nothing removed
#
1.0.7-beta.4 (2024-02-19)
Update was focussed on improving the reliability of controlling/syncing inCallComponents
#
Added:
Components- Dynamic UI components - support for select/drop-downs- methods
addComponentOption- add an option into a selectselectComponentOption- make an option selecteddeselectComponentOption- change selected option tofalseenableComponent- enables the component for user interactiondisableComponent- disables the componentresetInCallComponentOptions- clears/empties all options from the select
- events
onComponentChanged- fires when an agent interacts with the UI component
- methods
#
Changed:
onCallHangup- response object parameteroriginchanged tohangupOrigin
#
Removed:
- Nothing removed
#
1.0.7-beta.3 (2024-02-15)
Update to package JSON file to fix typo in exports
#
Added:
- Nothing added
#
Changed:
package.json- fixed typo in exports
#
Removed:
- Nothing removed
#
1.0.7-beta.2 (2024-02-14)
Update was focussed on improving the reliability of controlling/syncing inCallComponents
#
Added:
enableComponent- sets thedisabledflag tofalseon a componentdisableComponent- sets thedisabledflag totrueon a componentaddComponentOption- adds a row in aselectcomponentselectComponentOption- set theselectedflag totrueon a row in aselectcomponentdeselectComponentOption- set theselectedflag tofalseon a row in aselectcomponentresetInCallComponentOptions- resets/empties the options in any setselectcomponent(s)
#
Changed:
- Typing changes for component options
#
Removed:
updateInCallComponentOptions
#
1.0.7-beta.1 (2024-01-25)
#
Added:
getInteractionByIdmethod- Additional events
onInteractionOpen- fires when an interaction is opened in the UIonInteractionClosed- the interaction no longer has focusonPreviewAllocated- the preview lead has been presented to the agent
#
Changed:
- Typing changes
#
Removed:
onCallDiallingevent