@wxcc-desktop/sdk 2.0.12 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +2 -10
- package/dist/index.js.LICENSE.txt +1 -0
- package/dist/types/jsapi/actions-jsapi.d.ts +3 -3
- package/dist/types/jsapi/agent-contact-jsapi.d.ts +10 -7
- package/dist/types/jsapi/agent-state-info-jsapi.d.ts +1 -1
- package/dist/types/jsapi/common/js-api-utils.d.ts +18 -0
- package/dist/types/jsapi/i18n-jsapi.d.ts +2 -2
- package/dist/types/jsapi/post-interaction-jsapi.d.ts +2 -2
- package/dist/types/jsapi/shortcut-key-jsapi.d.ts +2 -2
- package/dist/types/jsapi/validationUtils.d.ts +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -280,6 +280,7 @@ await Desktop.agentContact.vteamTransferV2({ ... });
|
|
|
280
280
|
await Desktop.agentContact.blindTransferV2({ ... });
|
|
281
281
|
await Desktop.agentContact.consultTransferV2({ ... });
|
|
282
282
|
await Desktop.agentContact.buddyAgentsV2({ ... });
|
|
283
|
+
await Desktop.agentContact.dropConferenceParticipant({ ... });
|
|
283
284
|
|
|
284
285
|
// List of available agent-contact aqm notifs events:
|
|
285
286
|
Desktop.agentContact.addEventListener("eAgentContact", msg => console.log(msg));
|