#
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
es
andumd
output file as well as packagedtypes
directory (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 tofalse
enableComponent
- 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 parameterorigin
changed 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 thedisabled
flag tofalse
on a componentdisableComponent
- sets thedisabled
flag totrue
on a componentaddComponentOption
- adds a row in aselect
componentselectComponentOption
- set theselected
flag totrue
on a row in aselect
componentdeselectComponentOption
- set theselected
flag tofalse
on a row in aselect
componentresetInCallComponentOptions
- resets/empties the options in any setselect
component(s)
#
Changed:
- Typing changes for component options
#
Removed:
updateInCallComponentOptions
#
1.0.7-beta.1 (2024-01-25)
#
Added:
getInteractionById
method- 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:
onCallDialling
event