From dd4446c9013b945c2924258516f0224421283bce Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Fri, 22 Aug 2025 13:36:49 +0530 Subject: [PATCH 1/2] fix(contact-center): update the sdk package from plugin-cc to contact-center --- packages/contact-center/CHANGELOG.md | 344 ++++------ .../StationLogin/station-login.types.ts | 4 +- .../station-login/src/helper.ts | 2 +- .../station-login/tests/helper.ts | 2 +- packages/contact-center/store/package.json | 2 +- packages/contact-center/store/src/store.ts | 2 +- .../contact-center/store/src/store.types.ts | 6 +- packages/contact-center/store/tests/store.ts | 4 +- .../store/tests/storeEventsWrapper.ts | 2 +- .../task/src/Utils/task-util.ts | 2 +- packages/contact-center/task/src/helper.ts | 2 +- .../test-fixtures/src/fixtures.ts | 2 +- .../cc/samples-cc-react-app/src/App.tsx | 267 ++++---- yarn.lock | 594 +++++++++--------- 14 files changed, 565 insertions(+), 670 deletions(-) diff --git a/packages/contact-center/CHANGELOG.md b/packages/contact-center/CHANGELOG.md index cb7477976..364557c81 100644 --- a/packages/contact-center/CHANGELOG.md +++ b/packages/contact-center/CHANGELOG.md @@ -1,761 +1,653 @@ # [1.28.0-ccwidgets.106](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.105...v1.28.0-ccwidgets.106) (2025-08-13) - ### Bug Fixes -* **agent-invite-failed-events:** show-agent-invite-failed-reasons ([#514](https://github.com/webex/widgets/issues/514)) ([50626dc](https://github.com/webex/widgets/commit/50626dcede1fb19ac6c3bd3a8a9c3a29b5124122)) +- **agent-invite-failed-events:** show-agent-invite-failed-reasons ([#514](https://github.com/webex/widgets/issues/514)) ([50626dc](https://github.com/webex/widgets/commit/50626dcede1fb19ac6c3bd3a8a9c3a29b5124122)) # [1.28.0-ccwidgets.105](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.104...v1.28.0-ccwidgets.105) (2025-08-11) - ### Bug Fixes -* **cc-widgets:** E2e tests config updated with new dedicated chat url ([#513](https://github.com/webex/widgets/issues/513)) ([9504d2b](https://github.com/webex/widgets/commit/9504d2b5229082cac0333ae2b7a91b8dc8a42be2)) +- **cc-widgets:** E2e tests config updated with new dedicated chat url ([#513](https://github.com/webex/widgets/issues/513)) ([9504d2b](https://github.com/webex/widgets/commit/9504d2b5229082cac0333ae2b7a91b8dc8a42be2)) # [1.28.0-ccwidgets.104](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.103...v1.28.0-ccwidgets.104) (2025-08-08) - ### Bug Fixes -* **cc-widgets:** Incoming Transfer showing Call control fix ([#510](https://github.com/webex/widgets/issues/510)) ([25b3025](https://github.com/webex/widgets/commit/25b302592cc0bbf9feb6134cbce0c34088b44761)) +- **cc-widgets:** Incoming Transfer showing Call control fix ([#510](https://github.com/webex/widgets/issues/510)) ([25b3025](https://github.com/webex/widgets/commit/25b302592cc0bbf9feb6134cbce0c34088b44761)) # [1.28.0-ccwidgets.103](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.102...v1.28.0-ccwidgets.103) (2025-08-06) - ### Bug Fixes -* **user-state:** fix-rona-state ([#511](https://github.com/webex/widgets/issues/511)) ([0022bd5](https://github.com/webex/widgets/commit/0022bd5c26b1d9bbc7bc8491b6c7d9013448e6e0)) +- **user-state:** fix-rona-state ([#511](https://github.com/webex/widgets/issues/511)) ([0022bd5](https://github.com/webex/widgets/commit/0022bd5c26b1d9bbc7bc8491b6c7d9013448e6e0)) # [1.28.0-ccwidgets.102](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.101...v1.28.0-ccwidgets.102) (2025-08-06) - ### Bug Fixes -* **cc-widgets:** multi-stage consult flows ([#507](https://github.com/webex/widgets/issues/507)) ([5bb48ac](https://github.com/webex/widgets/commit/5bb48acbc2398604bc7250024dcf7c2ce2adbea6)) +- **cc-widgets:** multi-stage consult flows ([#507](https://github.com/webex/widgets/issues/507)) ([5bb48ac](https://github.com/webex/widgets/commit/5bb48acbc2398604bc7250024dcf7c2ce2adbea6)) # [1.28.0-ccwidgets.101](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.100...v1.28.0-ccwidgets.101) (2025-08-04) - ### Bug Fixes -* **cc-widgets:** Transfer issue fix ([#509](https://github.com/webex/widgets/issues/509)) ([038e6fc](https://github.com/webex/widgets/commit/038e6fcc8f81f3a55628c74689961a6281273ce3)) +- **cc-widgets:** Transfer issue fix ([#509](https://github.com/webex/widgets/issues/509)) ([038e6fc](https://github.com/webex/widgets/commit/038e6fcc8f81f3a55628c74689961a6281273ce3)) # [1.28.0-ccwidgets.100](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.99...v1.28.0-ccwidgets.100) (2025-08-01) - ### Bug Fixes -* **auto-wrapup-timer:** added-uts-for-auto-wrapup-timer ([#505](https://github.com/webex/widgets/issues/505)) ([83de01b](https://github.com/webex/widgets/commit/83de01b0fbde77a5dfe40c6ef2f36c647e4076f3)) +- **auto-wrapup-timer:** added-uts-for-auto-wrapup-timer ([#505](https://github.com/webex/widgets/issues/505)) ([83de01b](https://github.com/webex/widgets/commit/83de01b0fbde77a5dfe40c6ef2f36c647e4076f3)) # [1.28.0-ccwidgets.99](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.98...v1.28.0-ccwidgets.99) (2025-07-31) - ### Bug Fixes -* **task-controls:** add-uts-for-task-controls ([#502](https://github.com/webex/widgets/issues/502)) ([2a4595b](https://github.com/webex/widgets/commit/2a4595b0d561fe1dbbdd0b0d49cec59c6332c281)) +- **task-controls:** add-uts-for-task-controls ([#502](https://github.com/webex/widgets/issues/502)) ([2a4595b](https://github.com/webex/widgets/commit/2a4595b0d561fe1dbbdd0b0d49cec59c6332c281)) # [1.28.0-ccwidgets.98](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.97...v1.28.0-ccwidgets.98) (2025-07-29) - ### Bug Fixes -* **incoming-task:** add-uts-for-incoming-task ([#499](https://github.com/webex/widgets/issues/499)) ([b9e6c7c](https://github.com/webex/widgets/commit/b9e6c7c1c9126d8d014e0b1aa1bca3f81c697ac6)) +- **incoming-task:** add-uts-for-incoming-task ([#499](https://github.com/webex/widgets/issues/499)) ([b9e6c7c](https://github.com/webex/widgets/commit/b9e6c7c1c9126d8d014e0b1aa1bca3f81c697ac6)) # [1.28.0-ccwidgets.97](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.96...v1.28.0-ccwidgets.97) (2025-07-28) - ### Bug Fixes -* **widgets:** fixed-consult-transfer-popover-transient-issue ([#506](https://github.com/webex/widgets/issues/506)) ([ae646bd](https://github.com/webex/widgets/commit/ae646bde44ee4fbc5383cfc456c22d2f91b47d20)) +- **widgets:** fixed-consult-transfer-popover-transient-issue ([#506](https://github.com/webex/widgets/issues/506)) ([ae646bd](https://github.com/webex/widgets/commit/ae646bde44ee4fbc5383cfc456c22d2f91b47d20)) # [1.28.0-ccwidgets.96](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.95...v1.28.0-ccwidgets.96) (2025-07-24) - ### Features -* **cc-widgets:** UI Automation for Basic Task Controls ([#497](https://github.com/webex/widgets/issues/497)) ([6aa1c90](https://github.com/webex/widgets/commit/6aa1c906340aa03ff6f2d43f8e57d3064e327c9e)) +- **cc-widgets:** UI Automation for Basic Task Controls ([#497](https://github.com/webex/widgets/issues/497)) ([6aa1c90](https://github.com/webex/widgets/commit/6aa1c906340aa03ff6f2d43f8e57d3064e327c9e)) # [1.28.0-ccwidgets.95](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.94...v1.28.0-ccwidgets.95) (2025-07-24) - ### Bug Fixes -* **playwright:** add-logic-to-read-agent2-token ([#504](https://github.com/webex/widgets/issues/504)) ([82866fa](https://github.com/webex/widgets/commit/82866fa77f54113370d7499d19418c310a53aa71)) +- **playwright:** add-logic-to-read-agent2-token ([#504](https://github.com/webex/widgets/issues/504)) ([82866fa](https://github.com/webex/widgets/commit/82866fa77f54113370d7499d19418c310a53aa71)) # [1.28.0-ccwidgets.94](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.93...v1.28.0-ccwidgets.94) (2025-07-16) - ### Bug Fixes -* **tooling:** add type checking in ccwidgets ([#444](https://github.com/webex/widgets/issues/444)) ([cdc58e6](https://github.com/webex/widgets/commit/cdc58e610a9356b872d9093bb6a89c89cdc73d07)) +- **tooling:** add type checking in ccwidgets ([#444](https://github.com/webex/widgets/issues/444)) ([cdc58e6](https://github.com/webex/widgets/commit/cdc58e610a9356b872d9093bb6a89c89cdc73d07)) # [1.28.0-ccwidgets.93](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.92...v1.28.0-ccwidgets.93) (2025-07-16) - ### Bug Fixes -* **contact-center:** created callbacks.md ([#501](https://github.com/webex/widgets/issues/501)) ([6336212](https://github.com/webex/widgets/commit/63362129a0f9c81e6850688cbcf87684a62a53da)) +- **contact-center:** created callbacks.md ([#501](https://github.com/webex/widgets/issues/501)) ([6336212](https://github.com/webex/widgets/commit/63362129a0f9c81e6850688cbcf87684a62a53da)) # [1.28.0-ccwidgets.92](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.91...v1.28.0-ccwidgets.92) (2025-07-15) - ### Bug Fixes -* **call-control:** implement-mute-unmute-actions ([#492](https://github.com/webex/widgets/issues/492)) ([ba70164](https://github.com/webex/widgets/commit/ba701648d8341e72a0dbaae2070ddeb0459cb588)) +- **call-control:** implement-mute-unmute-actions ([#492](https://github.com/webex/widgets/issues/492)) ([ba70164](https://github.com/webex/widgets/commit/ba701648d8341e72a0dbaae2070ddeb0459cb588)) # [1.28.0-ccwidgets.91](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.90...v1.28.0-ccwidgets.91) (2025-07-14) - ### Features -* **cc-widgets:** UI Automation for Incoming Task ([#485](https://github.com/webex/widgets/issues/485)) ([64134db](https://github.com/webex/widgets/commit/64134db1018f262620f488b739ea48ecab0890e4)) +- **cc-widgets:** UI Automation for Incoming Task ([#485](https://github.com/webex/widgets/issues/485)) ([64134db](https://github.com/webex/widgets/commit/64134db1018f262620f488b739ea48ecab0890e4)) # [1.28.0-ccwidgets.90](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.89...v1.28.0-ccwidgets.90) (2025-07-11) - ### Bug Fixes -* **cc-widgets:** update the workflow for pull request by increasing the timeout for e2e_test_cc_widgets ([#495](https://github.com/webex/widgets/issues/495)) ([094b9b1](https://github.com/webex/widgets/commit/094b9b19f2a8a1f753c3b38dd4175e3f2e4ffa14)) +- **cc-widgets:** update the workflow for pull request by increasing the timeout for e2e_test_cc_widgets ([#495](https://github.com/webex/widgets/issues/495)) ([094b9b1](https://github.com/webex/widgets/commit/094b9b19f2a8a1f753c3b38dd4175e3f2e4ffa14)) # [1.28.0-ccwidgets.89](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.88...v1.28.0-ccwidgets.89) (2025-07-11) - ### Bug Fixes -* **cc-components:** Add unit and snapshot testing for user state ([#478](https://github.com/webex/widgets/issues/478)) ([f9efbf0](https://github.com/webex/widgets/commit/f9efbf02180c12c08a3be520abc20e87aa67e2ae)) -* **cc-widgets:** add email credentials to the workflow ([#493](https://github.com/webex/widgets/issues/493)) ([49b017a](https://github.com/webex/widgets/commit/49b017abd5895f407771a4a10d736085cf29f1d1)) +- **cc-components:** Add unit and snapshot testing for user state ([#478](https://github.com/webex/widgets/issues/478)) ([f9efbf0](https://github.com/webex/widgets/commit/f9efbf02180c12c08a3be520abc20e87aa67e2ae)) +- **cc-widgets:** add email credentials to the workflow ([#493](https://github.com/webex/widgets/issues/493)) ([49b017a](https://github.com/webex/widgets/commit/49b017abd5895f407771a4a10d736085cf29f1d1)) # [1.28.0-ccwidgets.88](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.87...v1.28.0-ccwidgets.88) (2025-07-07) - ### Features -* **cc-widgets:** integ env ([#488](https://github.com/webex/widgets/issues/488)) ([aeefbd5](https://github.com/webex/widgets/commit/aeefbd5939a86db6a0e62fe402844e518216f94a)) +- **cc-widgets:** integ env ([#488](https://github.com/webex/widgets/issues/488)) ([aeefbd5](https://github.com/webex/widgets/commit/aeefbd5939a86db6a0e62fe402844e518216f94a)) # [1.28.0-ccwidgets.87](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.86...v1.28.0-ccwidgets.87) (2025-07-07) - ### Features -* **cc-widgets:** UI Automation for Station Login Tests ([#484](https://github.com/webex/widgets/issues/484)) ([7480fcd](https://github.com/webex/widgets/commit/7480fcdb67f2c13607fdbafc6dde3aef97c95bc0)) +- **cc-widgets:** UI Automation for Station Login Tests ([#484](https://github.com/webex/widgets/issues/484)) ([7480fcd](https://github.com/webex/widgets/commit/7480fcdb67f2c13607fdbafc6dde3aef97c95bc0)) # [1.28.0-ccwidgets.86](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.85...v1.28.0-ccwidgets.86) (2025-07-04) - ### Bug Fixes -* **cc-samples:** refresh page onCCSignout ([#489](https://github.com/webex/widgets/issues/489)) ([22e4ee4](https://github.com/webex/widgets/commit/22e4ee44621228e7f5c1a82ae9bd2b8fee079390)) +- **cc-samples:** refresh page onCCSignout ([#489](https://github.com/webex/widgets/issues/489)) ([22e4ee4](https://github.com/webex/widgets/commit/22e4ee44621228e7f5c1a82ae9bd2b8fee079390)) # [1.28.0-ccwidgets.85](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.84...v1.28.0-ccwidgets.85) (2025-07-03) - ### Bug Fixes -* **cc-samples:** add loader on init and expand CAD ([#487](https://github.com/webex/widgets/issues/487)) ([c319657](https://github.com/webex/widgets/commit/c3196576a2e5538a0ef19c3acda12a3b8b1c4d4d)) +- **cc-samples:** add loader on init and expand CAD ([#487](https://github.com/webex/widgets/issues/487)) ([c319657](https://github.com/webex/widgets/commit/c3196576a2e5538a0ef19c3acda12a3b8b1c4d4d)) # [1.28.0-ccwidgets.84](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.83...v1.28.0-ccwidgets.84) (2025-07-03) - ### Bug Fixes -* **incoming-task:** fix-incoming-task-overflow-issue ([#482](https://github.com/webex/widgets/issues/482)) ([af70bee](https://github.com/webex/widgets/commit/af70bee48a63d1bc10549e6ba51801d3acf70964)) +- **incoming-task:** fix-incoming-task-overflow-issue ([#482](https://github.com/webex/widgets/issues/482)) ([af70bee](https://github.com/webex/widgets/commit/af70bee48a63d1bc10549e6ba51801d3acf70964)) # [1.28.0-ccwidgets.83](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.82...v1.28.0-ccwidgets.83) (2025-07-01) - ### Features -* **cc-widgets:** UI Automation for State Change ([#476](https://github.com/webex/widgets/issues/476)) ([999cb53](https://github.com/webex/widgets/commit/999cb533c83c3e5e8f7045fa89f1b5629e94a041)) +- **cc-widgets:** UI Automation for State Change ([#476](https://github.com/webex/widgets/issues/476)) ([999cb53](https://github.com/webex/widgets/commit/999cb533c83c3e5e8f7045fa89f1b5629e94a041)) # [1.28.0-ccwidgets.82](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.81...v1.28.0-ccwidgets.82) (2025-07-01) - ### Features -* **cc-widgets:** autoWrapup implemented ([#472](https://github.com/webex/widgets/issues/472)) ([07c4ef1](https://github.com/webex/widgets/commit/07c4ef18dbe4ddab8b813bb4ef36902903e5b586)) +- **cc-widgets:** autoWrapup implemented ([#472](https://github.com/webex/widgets/issues/472)) ([07c4ef1](https://github.com/webex/widgets/commit/07c4ef18dbe4ddab8b813bb4ef36902903e5b586)) # [1.28.0-ccwidgets.81](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.80...v1.28.0-ccwidgets.81) (2025-06-30) - ### Bug Fixes -* **cc-widgets:** update the workflow for pull request by adding and modifying the required env variables ([#481](https://github.com/webex/widgets/issues/481)) ([fd71837](https://github.com/webex/widgets/commit/fd718375eab379a439f281ed73559637180b6532)) +- **cc-widgets:** update the workflow for pull request by adding and modifying the required env variables ([#481](https://github.com/webex/widgets/issues/481)) ([fd71837](https://github.com/webex/widgets/commit/fd718375eab379a439f281ed73559637180b6532)) # [1.28.0-ccwidgets.80](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.79...v1.28.0-ccwidgets.80) (2025-06-26) - ### Bug Fixes -* **call-control:** implement-holdtimer-fix ([#479](https://github.com/webex/widgets/issues/479)) ([c53bf3b](https://github.com/webex/widgets/commit/c53bf3bc4c2b3e63bd818335a2e53de783ec8dd5)) +- **call-control:** implement-holdtimer-fix ([#479](https://github.com/webex/widgets/issues/479)) ([c53bf3b](https://github.com/webex/widgets/commit/c53bf3bc4c2b3e63bd818335a2e53de783ec8dd5)) # [1.28.0-ccwidgets.79](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.78...v1.28.0-ccwidgets.79) (2025-06-26) - ### Bug Fixes -* **cc-widgets:** update the workflow for pull request by adding the required env variables ([#480](https://github.com/webex/widgets/issues/480)) ([247ca45](https://github.com/webex/widgets/commit/247ca45b8d60c8c52c318a0528cfb32c80bc6c1d)) +- **cc-widgets:** update the workflow for pull request by adding the required env variables ([#480](https://github.com/webex/widgets/issues/480)) ([247ca45](https://github.com/webex/widgets/commit/247ca45b8d60c8c52c318a0528cfb32c80bc6c1d)) # [1.28.0-ccwidgets.78](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.77...v1.28.0-ccwidgets.78) (2025-06-24) - ### Bug Fixes -* set a valid default device type on initial login ([#475](https://github.com/webex/widgets/issues/475)) ([063f1ac](https://github.com/webex/widgets/commit/063f1acdf4944b885216bee6d60f65fbe24f9b91)) +- set a valid default device type on initial login ([#475](https://github.com/webex/widgets/issues/475)) ([063f1ac](https://github.com/webex/widgets/commit/063f1acdf4944b885216bee6d60f65fbe24f9b91)) # [1.28.0-ccwidgets.77](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.76...v1.28.0-ccwidgets.77) (2025-06-24) - ### Bug Fixes -* **station-login:** doStationLogout prop to logout on signout confirm ([#473](https://github.com/webex/widgets/issues/473)) ([a38cc5b](https://github.com/webex/widgets/commit/a38cc5b80fdc1833b1f3672bcc674c6b5b8e3ce1)) +- **station-login:** doStationLogout prop to logout on signout confirm ([#473](https://github.com/webex/widgets/issues/473)) ([a38cc5b](https://github.com/webex/widgets/commit/a38cc5b80fdc1833b1f3672bcc674c6b5b8e3ce1)) # [1.28.0-ccwidgets.76](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.75...v1.28.0-ccwidgets.76) (2025-06-23) - ### Bug Fixes -* **call-control:** address-bug-fixes ([#474](https://github.com/webex/widgets/issues/474)) ([14f961c](https://github.com/webex/widgets/commit/14f961c22156a03101db87fa9e84010a10faf056)) +- **call-control:** address-bug-fixes ([#474](https://github.com/webex/widgets/issues/474)) ([14f961c](https://github.com/webex/widgets/commit/14f961c22156a03101db87fa9e84010a10faf056)) # [1.28.0-ccwidgets.75](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.74...v1.28.0-ccwidgets.75) (2025-06-20) - ### Bug Fixes -* **store:** incorporate task hydrate fix from SDK ([#477](https://github.com/webex/widgets/issues/477)) ([8f20022](https://github.com/webex/widgets/commit/8f2002277914afed79dbadf37de7d793210f7d71)) +- **store:** incorporate task hydrate fix from SDK ([#477](https://github.com/webex/widgets/issues/477)) ([8f20022](https://github.com/webex/widgets/commit/8f2002277914afed79dbadf37de7d793210f7d71)) # [1.28.0-ccwidgets.74](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.73...v1.28.0-ccwidgets.74) (2025-06-20) - ### Bug Fixes -* **cc-widgets:** Resolved RONA popup issue and add close button ([#470](https://github.com/webex/widgets/issues/470)) ([1071ca1](https://github.com/webex/widgets/commit/1071ca13195cb01cf1aa2ab6d7c3c1f7282e2b2d)) +- **cc-widgets:** Resolved RONA popup issue and add close button ([#470](https://github.com/webex/widgets/issues/470)) ([1071ca1](https://github.com/webex/widgets/commit/1071ca13195cb01cf1aa2ab6d7c3c1f7282e2b2d)) # [1.28.0-ccwidgets.73](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.72...v1.28.0-ccwidgets.73) (2025-06-16) - ### Bug Fixes -* **cc-widgets:** use customer name for social channel ([#469](https://github.com/webex/widgets/issues/469)) ([472d743](https://github.com/webex/widgets/commit/472d743ffbb54381fb58224b589e5e0791b23ef3)) +- **cc-widgets:** use customer name for social channel ([#469](https://github.com/webex/widgets/issues/469)) ([472d743](https://github.com/webex/widgets/commit/472d743ffbb54381fb58224b589e5e0791b23ef3)) # [1.28.0-ccwidgets.72](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.71...v1.28.0-ccwidgets.72) (2025-06-16) - ### Bug Fixes -* **ui-testing:** add unit and snapshot testing for station-login ([#468](https://github.com/webex/widgets/issues/468)) ([b4baecb](https://github.com/webex/widgets/commit/b4baecbbe0384fe56c3cc01aa677cdc29cb0fba5)) +- **ui-testing:** add unit and snapshot testing for station-login ([#468](https://github.com/webex/widgets/issues/468)) ([b4baecb](https://github.com/webex/widgets/commit/b4baecbbe0384fe56c3cc01aa677cdc29cb0fba5)) # [1.28.0-ccwidgets.71](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.70...v1.28.0-ccwidgets.71) (2025-06-13) - ### Bug Fixes -* **cc-task:** add required callbacks ([#471](https://github.com/webex/widgets/issues/471)) ([f78ed67](https://github.com/webex/widgets/commit/f78ed6784b321549d1eca3a3f746ea5bb47ed245)) +- **cc-task:** add required callbacks ([#471](https://github.com/webex/widgets/issues/471)) ([f78ed67](https://github.com/webex/widgets/commit/f78ed6784b321549d1eca3a3f746ea5bb47ed245)) # [1.28.0-ccwidgets.70](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.69...v1.28.0-ccwidgets.70) (2025-06-10) - ### Bug Fixes -* **cc-widgets:** resolves type error ([#465](https://github.com/webex/widgets/issues/465)) ([b9309bd](https://github.com/webex/widgets/commit/b9309bdbadb6e111ed99ae5b7e16eb99a1538892)) +- **cc-widgets:** resolves type error ([#465](https://github.com/webex/widgets/issues/465)) ([b9309bd](https://github.com/webex/widgets/commit/b9309bdbadb6e111ed99ae5b7e16eb99a1538892)) # [1.28.0-ccwidgets.69](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.68...v1.28.0-ccwidgets.69) (2025-06-06) - ### Bug Fixes -* **agent-profile:** agent-save-interaction-preferences ([#467](https://github.com/webex/widgets/issues/467)) ([9458501](https://github.com/webex/widgets/commit/94585011c7ac1f9b6c343814c3a9c3fb7841e46f)) +- **agent-profile:** agent-save-interaction-preferences ([#467](https://github.com/webex/widgets/issues/467)) ([9458501](https://github.com/webex/widgets/commit/94585011c7ac1f9b6c343814c3a9c3fb7841e46f)) # [1.28.0-ccwidgets.68](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.67...v1.28.0-ccwidgets.68) (2025-06-05) - ### Features -* **cc-widgets:** added-advanced-logs ([#464](https://github.com/webex/widgets/issues/464)) ([3c0bd2b](https://github.com/webex/widgets/commit/3c0bd2bdbae2ec357e9332f45eb63f79398d37d9)) +- **cc-widgets:** added-advanced-logs ([#464](https://github.com/webex/widgets/issues/464)) ([3c0bd2b](https://github.com/webex/widgets/commit/3c0bd2bdbae2ec357e9332f45eb63f79398d37d9)) # [1.28.0-ccwidgets.67](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.66...v1.28.0-ccwidgets.67) (2025-06-03) - ### Bug Fixes -* **cc-task:** TaskList onTaskSelected callback ([#466](https://github.com/webex/widgets/issues/466)) ([5d7038f](https://github.com/webex/widgets/commit/5d7038fcfd79b2b71d372ac49b29904c48e106d5)) +- **cc-task:** TaskList onTaskSelected callback ([#466](https://github.com/webex/widgets/issues/466)) ([5d7038f](https://github.com/webex/widgets/commit/5d7038fcfd79b2b71d372ac49b29904c48e106d5)) # [1.28.0-ccwidgets.66](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.65...v1.28.0-ccwidgets.66) (2025-06-02) - ### Bug Fixes -* **tooling:** use secrets while running tests ([#463](https://github.com/webex/widgets/issues/463)) ([227bafd](https://github.com/webex/widgets/commit/227bafd8e340ef15a36532d408ef65e6298294ea)) +- **tooling:** use secrets while running tests ([#463](https://github.com/webex/widgets/issues/463)) ([227bafd](https://github.com/webex/widgets/commit/227bafd8e340ef15a36532d408ef65e6298294ea)) # [1.28.0-ccwidgets.65](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.64...v1.28.0-ccwidgets.65) (2025-06-01) - ### Bug Fixes -* **samples:** add an unlisted URL for chat client ([#462](https://github.com/webex/widgets/issues/462)) ([3def454](https://github.com/webex/widgets/commit/3def454f541d490d22d6ba10e2c696117cb0951e)) +- **samples:** add an unlisted URL for chat client ([#462](https://github.com/webex/widgets/issues/462)) ([3def454](https://github.com/webex/widgets/commit/3def454f541d490d22d6ba10e2c696117cb0951e)) # [1.28.0-ccwidgets.64](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.63...v1.28.0-ccwidgets.64) (2025-05-30) - ### Bug Fixes -* **station-logout:** implement-station-logout-with-sample-toggles ([#461](https://github.com/webex/widgets/issues/461)) ([de47b18](https://github.com/webex/widgets/commit/de47b18c0f37739e7de26ba6f3c70f932d1715f7)) +- **station-logout:** implement-station-logout-with-sample-toggles ([#461](https://github.com/webex/widgets/issues/461)) ([de47b18](https://github.com/webex/widgets/commit/de47b18c0f37739e7de26ba6f3c70f932d1715f7)) # [1.28.0-ccwidgets.63](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.62...v1.28.0-ccwidgets.63) (2025-05-30) - ### Bug Fixes -* **station-login:** fix-station-login-bugs ([#459](https://github.com/webex/widgets/issues/459)) ([a203779](https://github.com/webex/widgets/commit/a203779ed81005b216d5658d9033f7d30e115797)) +- **station-login:** fix-station-login-bugs ([#459](https://github.com/webex/widgets/issues/459)) ([a203779](https://github.com/webex/widgets/commit/a203779ed81005b216d5658d9033f7d30e115797)) # [1.28.0-ccwidgets.62](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.61...v1.28.0-ccwidgets.62) (2025-05-26) - ### Bug Fixes -* **tooling:** fix jest setup for UI testing ([#460](https://github.com/webex/widgets/issues/460)) ([7c4a021](https://github.com/webex/widgets/commit/7c4a02197835b09886b5c566651aa10f38f34cb5)) +- **tooling:** fix jest setup for UI testing ([#460](https://github.com/webex/widgets/issues/460)) ([7c4a021](https://github.com/webex/widgets/commit/7c4a02197835b09886b5c566651aa10f38f34cb5)) # [1.28.0-ccwidgets.61](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.60...v1.28.0-ccwidgets.61) (2025-05-26) - ### Bug Fixes -* **tooling:** add-playwright-tests ([#420](https://github.com/webex/widgets/issues/420)) ([fa52889](https://github.com/webex/widgets/commit/fa5288982c45fba258c715a8a27d501fd8be650c)) +- **tooling:** add-playwright-tests ([#420](https://github.com/webex/widgets/issues/420)) ([fa52889](https://github.com/webex/widgets/commit/fa5288982c45fba258c715a8a27d501fd8be650c)) # [1.28.0-ccwidgets.60](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.59...v1.28.0-ccwidgets.60) (2025-05-23) - ### Bug Fixes -* **contact-center:** fix bugs listed in CAI-6468 ([#458](https://github.com/webex/widgets/issues/458)) ([0873b44](https://github.com/webex/widgets/commit/0873b44919220bc00124ff708811247ba1da05dd)) +- **contact-center:** fix bugs listed in CAI-6468 ([#458](https://github.com/webex/widgets/issues/458)) ([0873b44](https://github.com/webex/widgets/commit/0873b44919220bc00124ff708811247ba1da05dd)) # [1.28.0-ccwidgets.59](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.58...v1.28.0-ccwidgets.59) (2025-05-22) - ### Features -* **cc-widgets:** Digital channels support ([#456](https://github.com/webex/widgets/issues/456)) ([6da537a](https://github.com/webex/widgets/commit/6da537ae7c63453622d9ac64b477d99e62534e62)) +- **cc-widgets:** Digital channels support ([#456](https://github.com/webex/widgets/issues/456)) ([6da537a](https://github.com/webex/widgets/commit/6da537ae7c63453622d9ac64b477d99e62534e62)) # [1.28.0-ccwidgets.58](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.57...v1.28.0-ccwidgets.58) (2025-05-19) - ### Bug Fixes -* **contact-center:** upgrade SDK version to use @webex/plugin-cc instead of webex ([#457](https://github.com/webex/widgets/issues/457)) ([930f070](https://github.com/webex/widgets/commit/930f0704985c9e2ddbcecc23c083b59be57f1daa)) +- **contact-center:** upgrade SDK version to use @webex/contact-center instead of webex ([#457](https://github.com/webex/widgets/issues/457)) ([930f070](https://github.com/webex/widgets/commit/930f0704985c9e2ddbcecc23c083b59be57f1daa)) # [1.28.0-ccwidgets.57](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.56...v1.28.0-ccwidgets.57) (2025-05-19) - ### Bug Fixes -* **store:** add agent profile in store ([#455](https://github.com/webex/widgets/issues/455)) ([ed10730](https://github.com/webex/widgets/commit/ed10730519d2627fdb8062f25c0de9d565b29abb)) +- **store:** add agent profile in store ([#455](https://github.com/webex/widgets/issues/455)) ([ed10730](https://github.com/webex/widgets/commit/ed10730519d2627fdb8062f25c0de9d565b29abb)) # [1.28.0-ccwidgets.56](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.55...v1.28.0-ccwidgets.56) (2025-05-19) - ### Bug Fixes -* **task-list:** resolved-ui-gaps-in-task-list-component ([#452](https://github.com/webex/widgets/issues/452)) ([67cbc5c](https://github.com/webex/widgets/commit/67cbc5cd1b081370d516f9371f7d9368d8bd3ecf)) +- **task-list:** resolved-ui-gaps-in-task-list-component ([#452](https://github.com/webex/widgets/issues/452)) ([67cbc5c](https://github.com/webex/widgets/commit/67cbc5cd1b081370d516f9371f7d9368d8bd3ecf)) # [1.28.0-ccwidgets.55](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.54...v1.28.0-ccwidgets.55) (2025-05-13) - ### Bug Fixes -* **samples:** add oauth login to react and wc samples ([#453](https://github.com/webex/widgets/issues/453)) ([08ca036](https://github.com/webex/widgets/commit/08ca036746d6c6ded1ffdd5fe0df63af4a270439)) +- **samples:** add oauth login to react and wc samples ([#453](https://github.com/webex/widgets/issues/453)) ([08ca036](https://github.com/webex/widgets/commit/08ca036746d6c6ded1ffdd5fe0df63af4a270439)) # [1.28.0-ccwidgets.54](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.53...v1.28.0-ccwidgets.54) (2025-05-09) - ### Features -* **station-login:** Add Validation to Station Login to Match Diverging Figma ([#449](https://github.com/webex/widgets/issues/449)) ([c256fe7](https://github.com/webex/widgets/commit/c256fe7dd21300081c73d244c2141c9960ccaa52)) +- **station-login:** Add Validation to Station Login to Match Diverging Figma ([#449](https://github.com/webex/widgets/issues/449)) ([c256fe7](https://github.com/webex/widgets/commit/c256fe7dd21300081c73d244c2141c9960ccaa52)) # [1.28.0-ccwidgets.53](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.52...v1.28.0-ccwidgets.53) (2025-05-08) - ### Bug Fixes -* **incoming-task:** support multiple incoming task widgets ([#446](https://github.com/webex/widgets/issues/446)) ([1720ebb](https://github.com/webex/widgets/commit/1720ebb6d77f885ae2c391d92e5f1305328d0114)) +- **incoming-task:** support multiple incoming task widgets ([#446](https://github.com/webex/widgets/issues/446)) ([1720ebb](https://github.com/webex/widgets/commit/1720ebb6d77f885ae2c391d92e5f1305328d0114)) # [1.28.0-ccwidgets.52](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.51...v1.28.0-ccwidgets.52) (2025-05-08) - ### Bug Fixes -* **user-state:** resolved-ui-gaps-in-user-state-dropdown-component ([#445](https://github.com/webex/widgets/issues/445)) ([e98226f](https://github.com/webex/widgets/commit/e98226f2eab16b39274bf2ce0d384055046591a2)) +- **user-state:** resolved-ui-gaps-in-user-state-dropdown-component ([#445](https://github.com/webex/widgets/issues/445)) ([e98226f](https://github.com/webex/widgets/commit/e98226f2eab16b39274bf2ce0d384055046591a2)) # [1.28.0-ccwidgets.51](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.50...v1.28.0-ccwidgets.51) (2025-05-07) - ### Features -* **cc-task:** task list to support multiple tasks and digital tasks ([#441](https://github.com/webex/widgets/issues/441)) ([a9f7596](https://github.com/webex/widgets/commit/a9f7596adc05aa31122b6bcbdc3a900c9cb0bbcc)) +- **cc-task:** task list to support multiple tasks and digital tasks ([#441](https://github.com/webex/widgets/issues/441)) ([a9f7596](https://github.com/webex/widgets/commit/a9f7596adc05aa31122b6bcbdc3a900c9cb0bbcc)) # [1.28.0-ccwidgets.50](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.49...v1.28.0-ccwidgets.50) (2025-04-30) - ### Bug Fixes -* **widgets:** fixed-wrapup-issue ([#442](https://github.com/webex/widgets/issues/442)) ([0eab5c3](https://github.com/webex/widgets/commit/0eab5c33e56b420b3a4ee2f9ebd2b92044af721e)) +- **widgets:** fixed-wrapup-issue ([#442](https://github.com/webex/widgets/issues/442)) ([0eab5c3](https://github.com/webex/widgets/commit/0eab5c33e56b420b3a4ee2f9ebd2b92044af721e)) # [1.28.0-ccwidgets.49](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.48...v1.28.0-ccwidgets.49) (2025-04-28) - ### Bug Fixes -* **profile:** upgrading sdk version to latest to pull multimedia profile changes ([#440](https://github.com/webex/widgets/issues/440)) ([66043c0](https://github.com/webex/widgets/commit/66043c0729a06b5125536867fde034f281aca91e)) +- **profile:** upgrading sdk version to latest to pull multimedia profile changes ([#440](https://github.com/webex/widgets/issues/440)) ([66043c0](https://github.com/webex/widgets/commit/66043c0729a06b5125536867fde034f281aca91e)) # [1.28.0-ccwidgets.48](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.47...v1.28.0-ccwidgets.48) (2025-04-28) - ### Features -* **station-login:** Update Station Login UI to Match Figma ([#433](https://github.com/webex/widgets/issues/433)) ([da133f4](https://github.com/webex/widgets/commit/da133f49136233f8994900b85ac135f78ffba2c5)) +- **station-login:** Update Station Login UI to Match Figma ([#433](https://github.com/webex/widgets/issues/433)) ([da133f4](https://github.com/webex/widgets/commit/da133f49136233f8994900b85ac135f78ffba2c5)) # [1.28.0-ccwidgets.47](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.46...v1.28.0-ccwidgets.47) (2025-04-25) - ### Bug Fixes -* **cc-components:** move consult control into cad wrapper component ([#435](https://github.com/webex/widgets/issues/435)) ([71214d9](https://github.com/webex/widgets/commit/71214d98b32ba1943b6dcbe027a054da48b7a857)) +- **cc-components:** move consult control into cad wrapper component ([#435](https://github.com/webex/widgets/issues/435)) ([71214d9](https://github.com/webex/widgets/commit/71214d98b32ba1943b6dcbe027a054da48b7a857)) # [1.28.0-ccwidgets.46](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.45...v1.28.0-ccwidgets.46) (2025-04-24) - ### Features -* **widgets:** added-consult-to-queue ([#434](https://github.com/webex/widgets/issues/434)) ([9bd3a5c](https://github.com/webex/widgets/commit/9bd3a5cebc49144dee3a56ed147b53e31431de44)) +- **widgets:** added-consult-to-queue ([#434](https://github.com/webex/widgets/issues/434)) ([9bd3a5c](https://github.com/webex/widgets/commit/9bd3a5cebc49144dee3a56ed147b53e31431de44)) # [1.28.0-ccwidgets.45](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.44...v1.28.0-ccwidgets.45) (2025-04-24) - ### Bug Fixes -* **task:** accept browser calls on login ([#436](https://github.com/webex/widgets/issues/436)) ([a4035ac](https://github.com/webex/widgets/commit/a4035aca1c837c80391b8daed861a94d98a502ce)) +- **task:** accept browser calls on login ([#436](https://github.com/webex/widgets/issues/436)) ([a4035ac](https://github.com/webex/widgets/commit/a4035aca1c837c80391b8daed861a94d98a502ce)) # [1.28.0-ccwidgets.44](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.43...v1.28.0-ccwidgets.44) (2025-04-16) - ### Bug Fixes -* **call-control:** add cad wrapper widget ([#432](https://github.com/webex/widgets/issues/432)) ([a0b0556](https://github.com/webex/widgets/commit/a0b0556b5550cce93006c34d3d95680985796331)) +- **call-control:** add cad wrapper widget ([#432](https://github.com/webex/widgets/issues/432)) ([a0b0556](https://github.com/webex/widgets/commit/a0b0556b5550cce93006c34d3d95680985796331)) # [1.28.0-ccwidgets.43](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.42...v1.28.0-ccwidgets.43) (2025-04-16) - ### Features -* **cc-widgets:** CC SDK version update to get upload logs ([#430](https://github.com/webex/widgets/issues/430)) ([d899474](https://github.com/webex/widgets/commit/d8994743555d829fc27e003ed7ae6960f46f3713)) +- **cc-widgets:** CC SDK version update to get upload logs ([#430](https://github.com/webex/widgets/issues/430)) ([d899474](https://github.com/webex/widgets/commit/d8994743555d829fc27e003ed7ae6960f46f3713)) # [1.28.0-ccwidgets.42](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.41...v1.28.0-ccwidgets.42) (2025-04-16) - ### Bug Fixes -* **tooling:** upgrade setup node and cache in github action to version 4 ([#431](https://github.com/webex/widgets/issues/431)) ([233a1ef](https://github.com/webex/widgets/commit/233a1ef703d90edcd1dfa09118fc95c7ac0ec008)) +- **tooling:** upgrade setup node and cache in github action to version 4 ([#431](https://github.com/webex/widgets/issues/431)) ([233a1ef](https://github.com/webex/widgets/commit/233a1ef703d90edcd1dfa09118fc95c7ac0ec008)) # [1.28.0-ccwidgets.41](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.40...v1.28.0-ccwidgets.41) (2025-04-15) - ### Features -* **task-controls:** added-consult-flow ([#424](https://github.com/webex/widgets/issues/424)) ([0e3da1b](https://github.com/webex/widgets/commit/0e3da1b2933850929a393eff70faf209d9ac1b33)) +- **task-controls:** added-consult-flow ([#424](https://github.com/webex/widgets/issues/424)) ([0e3da1b](https://github.com/webex/widgets/commit/0e3da1b2933850929a393eff70faf209d9ac1b33)) # [1.28.0-ccwidgets.40](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.39...v1.28.0-ccwidgets.40) (2025-04-14) - ### Bug Fixes -* **contact-center:** latest sdk version update ([#426](https://github.com/webex/widgets/issues/426)) ([9960f88](https://github.com/webex/widgets/commit/9960f880645f7717a04a4d47d07dc97a826ed3e3)) +- **contact-center:** latest sdk version update ([#426](https://github.com/webex/widgets/issues/426)) ([9960f88](https://github.com/webex/widgets/commit/9960f880645f7717a04a4d47d07dc97a826ed3e3)) # [1.28.0-ccwidgets.39](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.38...v1.28.0-ccwidgets.39) (2025-04-02) - ### Features -* **widgets:** added-transfer-functionality ([#423](https://github.com/webex/widgets/issues/423)) ([b7974a3](https://github.com/webex/widgets/commit/b7974a324e7e4d8c3a8a41c24d10b9c91b3effa0)) +- **widgets:** added-transfer-functionality ([#423](https://github.com/webex/widgets/issues/423)) ([b7974a3](https://github.com/webex/widgets/commit/b7974a324e7e4d8c3a8a41c24d10b9c91b3effa0)) # [1.28.0-ccwidgets.38](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.37...v1.28.0-ccwidgets.38) (2025-03-27) - ### Bug Fixes -* **cc-components:** move station-login, cc-task presentational to cc-components ([#421](https://github.com/webex/widgets/issues/421)) ([ec20de8](https://github.com/webex/widgets/commit/ec20de86eb914bd2b1bfe86f178a968dee834959)) +- **cc-components:** move station-login, cc-task presentational to cc-components ([#421](https://github.com/webex/widgets/issues/421)) ([ec20de8](https://github.com/webex/widgets/commit/ec20de86eb914bd2b1bfe86f178a968dee834959)) # [1.28.0-ccwidgets.37](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.36...v1.28.0-ccwidgets.37) (2025-03-25) - ### Bug Fixes -* **cc-widgets:** Pause resume record issue fix ([#409](https://github.com/webex/widgets/issues/409)) ([11c9b5e](https://github.com/webex/widgets/commit/11c9b5ecf2745eaf44762afb018c70add4b0014b)) +- **cc-widgets:** Pause resume record issue fix ([#409](https://github.com/webex/widgets/issues/409)) ([11c9b5e](https://github.com/webex/widgets/commit/11c9b5ecf2745eaf44762afb018c70add4b0014b)) # [1.28.0-ccwidgets.36](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.35...v1.28.0-ccwidgets.36) (2025-03-25) - ### Features -* **cc-task:** added agent outdial feature ([#399](https://github.com/webex/widgets/issues/399)) ([cded569](https://github.com/webex/widgets/commit/cded56903e258763df082749702490bd6fc8380c)) +- **cc-task:** added agent outdial feature ([#399](https://github.com/webex/widgets/issues/399)) ([cded569](https://github.com/webex/widgets/commit/cded56903e258763df082749702490bd6fc8380c)) # [1.28.0-ccwidgets.35](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.34...v1.28.0-ccwidgets.35) (2025-03-21) - ### Bug Fixes -* **tooling:** add exec step to releaserc ([#418](https://github.com/webex/widgets/issues/418)) ([c8226c6](https://github.com/webex/widgets/commit/c8226c67ba49ac408eefa4d4772a7be970e2fd03)) +- **tooling:** add exec step to releaserc ([#418](https://github.com/webex/widgets/issues/418)) ([c8226c6](https://github.com/webex/widgets/commit/c8226c67ba49ac408eefa4d4772a7be970e2fd03)) # [1.28.0-ccwidgets.34](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.33...v1.28.0-ccwidgets.34) (2025-03-21) - ### Bug Fixes -* **samples:** test fix to publish new widgets using gh actions ([#414](https://github.com/webex/widgets/issues/414)) ([c076470](https://github.com/webex/widgets/commit/c076470345b782d83787d5c0cbe1cf6eecd2e4e5)) -* **tooling:** add-gh-token ([#415](https://github.com/webex/widgets/issues/415)) ([55a29a4](https://github.com/webex/widgets/commit/55a29a400fd325ffa9159b1b134d63db9af04f2e)) -* **tooling:** semantic exec and publish new tag and release ([#417](https://github.com/webex/widgets/issues/417)) ([d681c58](https://github.com/webex/widgets/commit/d681c587e28e58b777ad1f4f9cab50084078bc36)) -* **tooling:** test-commit-for-deploy ([#416](https://github.com/webex/widgets/issues/416)) ([c4ee139](https://github.com/webex/widgets/commit/c4ee139ceb210cdfee1dcb45b09a8f554b4e63fb)) +- **samples:** test fix to publish new widgets using gh actions ([#414](https://github.com/webex/widgets/issues/414)) ([c076470](https://github.com/webex/widgets/commit/c076470345b782d83787d5c0cbe1cf6eecd2e4e5)) +- **tooling:** add-gh-token ([#415](https://github.com/webex/widgets/issues/415)) ([55a29a4](https://github.com/webex/widgets/commit/55a29a400fd325ffa9159b1b134d63db9af04f2e)) +- **tooling:** semantic exec and publish new tag and release ([#417](https://github.com/webex/widgets/issues/417)) ([d681c58](https://github.com/webex/widgets/commit/d681c587e28e58b777ad1f4f9cab50084078bc36)) +- **tooling:** test-commit-for-deploy ([#416](https://github.com/webex/widgets/issues/416)) ([c4ee139](https://github.com/webex/widgets/commit/c4ee139ceb210cdfee1dcb45b09a8f554b4e63fb)) # [1.28.0-ccwidgets.33](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.32...v1.28.0-ccwidgets.33) (2025-03-11) - ### Bug Fixes -* **user-state:** custom status on hydration ([#410](https://github.com/webex/widgets/issues/410)) ([9bcc7ab](https://github.com/webex/widgets/commit/9bcc7abf765d2d055cbd9ef41c019f2bc0b09d27)) +- **user-state:** custom status on hydration ([#410](https://github.com/webex/widgets/issues/410)) ([9bcc7ab](https://github.com/webex/widgets/commit/9bcc7abf765d2d055cbd9ef41c019f2bc0b09d27)) # [1.28.0-ccwidgets.32](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.31...v1.28.0-ccwidgets.32) (2025-03-11) - ### Bug Fixes -* **cc-task:** onWrapUp with task object and reason for wrapup ([#408](https://github.com/webex/widgets/issues/408)) ([e3cae29](https://github.com/webex/widgets/commit/e3cae29b84d8d0843cbc4d182f32264f1507bf88)) +- **cc-task:** onWrapUp with task object and reason for wrapup ([#408](https://github.com/webex/widgets/issues/408)) ([e3cae29](https://github.com/webex/widgets/commit/e3cae29b84d8d0843cbc4d182f32264f1507bf88)) # [1.28.0-ccwidgets.31](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.30...v1.28.0-ccwidgets.31) (2025-03-07) - ### Features -* **cc-widgets:** Style station login component ([#404](https://github.com/webex/widgets/issues/404)) ([cfb6cf4](https://github.com/webex/widgets/commit/cfb6cf40ece1c69ad7dfc5f3980c6ba075d0568b)) +- **cc-widgets:** Style station login component ([#404](https://github.com/webex/widgets/issues/404)) ([cfb6cf4](https://github.com/webex/widgets/commit/cfb6cf40ece1c69ad7dfc5f3980c6ba075d0568b)) # [1.28.0-ccwidgets.30](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.29...v1.28.0-ccwidgets.30) (2025-03-06) - ### Bug Fixes -* **cc-store:** sync-callbacks ([#407](https://github.com/webex/widgets/issues/407)) ([b5f729c](https://github.com/webex/widgets/commit/b5f729cf6f6726afb2cb9603d402c3ea28ce9538)) +- **cc-store:** sync-callbacks ([#407](https://github.com/webex/widgets/issues/407)) ([b5f729c](https://github.com/webex/widgets/commit/b5f729cf6f6726afb2cb9603d402c3ea28ce9538)) # [1.28.0-ccwidgets.29](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.28...v1.28.0-ccwidgets.29) (2025-03-06) - ### Features -* **cc-widgets:** added new UI for call controls ([#405](https://github.com/webex/widgets/issues/405)) ([e48f48d](https://github.com/webex/widgets/commit/e48f48d85d2318b5bc62c995aad8d0dd6fc8631a)) +- **cc-widgets:** added new UI for call controls ([#405](https://github.com/webex/widgets/issues/405)) ([e48f48d](https://github.com/webex/widgets/commit/e48f48d85d2318b5bc62c995aad8d0dd6fc8631a)) # [1.28.0-ccwidgets.28](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.27...v1.28.0-ccwidgets.28) (2025-03-06) - ### Bug Fixes -* **cc-task:** update colors for Task Item ([#406](https://github.com/webex/widgets/issues/406)) ([08cb2aa](https://github.com/webex/widgets/commit/08cb2aaef165de51c907740e6d6e3fd26f5629bd)) +- **cc-task:** update colors for Task Item ([#406](https://github.com/webex/widgets/issues/406)) ([08cb2aa](https://github.com/webex/widgets/commit/08cb2aaef165de51c907740e6d6e3fd26f5629bd)) # [1.28.0-ccwidgets.27](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.26...v1.28.0-ccwidgets.27) (2025-03-04) - ### Features -* **cc-user-state:** custom user states & setting idle code ([#397](https://github.com/webex/widgets/issues/397)) ([4fcecd0](https://github.com/webex/widgets/commit/4fcecd061556abc4f3a42cec98d99c810f8b8325)) +- **cc-user-state:** custom user states & setting idle code ([#397](https://github.com/webex/widgets/issues/397)) ([4fcecd0](https://github.com/webex/widgets/commit/4fcecd061556abc4f3a42cec98d99c810f8b8325)) # [1.28.0-ccwidgets.26](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.25...v1.28.0-ccwidgets.26) (2025-03-03) - ### Features -* **cc-widgets:** added new incomingtask and task ui based on figma design ([#402](https://github.com/webex/widgets/issues/402)) ([e69896a](https://github.com/webex/widgets/commit/e69896a5255be191424d52f4d6a4f2ada2c9df11)) +- **cc-widgets:** added new incomingtask and task ui based on figma design ([#402](https://github.com/webex/widgets/issues/402)) ([e69896a](https://github.com/webex/widgets/commit/e69896a5255be191424d52f4d6a4f2ada2c9df11)) # [1.28.0-ccwidgets.25](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.24...v1.28.0-ccwidgets.25) (2025-03-03) - ### Features -* **cc-widgets:** updated user state with new UI as per new figma ([#403](https://github.com/webex/widgets/issues/403)) ([43ae0c7](https://github.com/webex/widgets/commit/43ae0c7fc316c16744fd3eae3c52f91ab4ffccab)) +- **cc-widgets:** updated user state with new UI as per new figma ([#403](https://github.com/webex/widgets/issues/403)) ([43ae0c7](https://github.com/webex/widgets/commit/43ae0c7fc316c16744fd3eae3c52f91ab4ffccab)) # [1.28.0-ccwidgets.24](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.23...v1.28.0-ccwidgets.24) (2025-02-28) - ### Bug Fixes -* **tooling:** add-mdc-icons ([#400](https://github.com/webex/widgets/issues/400)) ([ec389f5](https://github.com/webex/widgets/commit/ec389f5ed1184794c24d252fa744b2436a32c5de)) +- **tooling:** add-mdc-icons ([#400](https://github.com/webex/widgets/issues/400)) ([ec389f5](https://github.com/webex/widgets/commit/ec389f5ed1184794c24d252fa744b2436a32c5de)) # [1.28.0-ccwidgets.23](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.22...v1.28.0-ccwidgets.23) (2025-02-27) - ### Bug Fixes -* **tooling:** add-momentum-ui-react-collaboration ([#396](https://github.com/webex/widgets/issues/396)) ([1abe243](https://github.com/webex/widgets/commit/1abe243d84e6dde14915f1702369d23c23f4343e)) -* **tooling:** remove-version-command-in-publish ([#398](https://github.com/webex/widgets/issues/398)) ([1618b81](https://github.com/webex/widgets/commit/1618b8199393fa6240c7662cc9939461add0f69b)) +- **tooling:** add-momentum-ui-react-collaboration ([#396](https://github.com/webex/widgets/issues/396)) ([1abe243](https://github.com/webex/widgets/commit/1abe243d84e6dde14915f1702369d23c23f4343e)) +- **tooling:** remove-version-command-in-publish ([#398](https://github.com/webex/widgets/issues/398)) ([1618b81](https://github.com/webex/widgets/commit/1618b8199393fa6240c7662cc9939461add0f69b)) # [1.28.0-ccwidgets.22](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.21...v1.28.0-ccwidgets.22) (2025-02-24) - ### Bug Fixes -* **tooling:** Implement-HMR-in-react-samples-app ([#392](https://github.com/webex/widgets/issues/392)) ([cc5b705](https://github.com/webex/widgets/commit/cc5b70581745b7d08d7937441b3f2b5fd78c4643)) +- **tooling:** Implement-HMR-in-react-samples-app ([#392](https://github.com/webex/widgets/issues/392)) ([cc5b705](https://github.com/webex/widgets/commit/cc5b70581745b7d08d7937441b3f2b5fd78c4643)) # [1.28.0-ccwidgets.21](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.20...v1.28.0-ccwidgets.21) (2025-02-24) - ### Bug Fixes -* **tooling:** add-eslint-prettier-precommit-checks-cc-widgets ([#395](https://github.com/webex/widgets/issues/395)) ([669a15b](https://github.com/webex/widgets/commit/669a15beaee36d1324b869443f30e3b12469584b)) +- **tooling:** add-eslint-prettier-precommit-checks-cc-widgets ([#395](https://github.com/webex/widgets/issues/395)) ([669a15b](https://github.com/webex/widgets/commit/669a15beaee36d1324b869443f30e3b12469584b)) # [1.28.0-ccwidgets.20](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.19...v1.28.0-ccwidgets.20) (2025-02-21) - ### Features -* **widgets:** added-agent-rona-popup ([#389](https://github.com/webex/widgets/issues/389)) ([9c52c53](https://github.com/webex/widgets/commit/9c52c531d691c982cdbea237c2726b4a3b3d0c07)) +- **widgets:** added-agent-rona-popup ([#389](https://github.com/webex/widgets/issues/389)) ([9c52c53](https://github.com/webex/widgets/commit/9c52c531d691c982cdbea237c2726b4a3b3d0c07)) # [1.28.0-ccwidgets.19](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.18...v1.28.0-ccwidgets.19) (2025-02-20) - ### Bug Fixes -* **store:** minor-fixes-after-storeEventsWrapper ([#390](https://github.com/webex/widgets/issues/390)) ([8738ab2](https://github.com/webex/widgets/commit/8738ab20921bd7f0b8c9cdc742deabadd791ab90)) +- **store:** minor-fixes-after-storeEventsWrapper ([#390](https://github.com/webex/widgets/issues/390)) ([8738ab2](https://github.com/webex/widgets/commit/8738ab20921bd7f0b8c9cdc742deabadd791ab90)) # [1.28.0-ccwidgets.18](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.17...v1.28.0-ccwidgets.18) (2025-02-17) - ### Bug Fixes -* **store:** direct-all-events-through-store ([#369](https://github.com/webex/widgets/issues/369)) ([8bbcae1](https://github.com/webex/widgets/commit/8bbcae1c5ba6fda8aea9d81aa0064e77d7e63ca3)) +- **store:** direct-all-events-through-store ([#369](https://github.com/webex/widgets/issues/369)) ([8bbcae1](https://github.com/webex/widgets/commit/8bbcae1c5ba6fda8aea9d81aa0064e77d7e63ca3)) # [1.28.0-ccwidgets.17](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.16...v1.28.0-ccwidgets.17) (2025-02-13) - ### Features -* **cc-widgets:** Agent Multi-Login configurable, login button toggle ([#385](https://github.com/webex/widgets/issues/385)) ([9d04209](https://github.com/webex/widgets/commit/9d0420992e50762259eb4c618e33b110333f2e5d)) +- **cc-widgets:** Agent Multi-Login configurable, login button toggle ([#385](https://github.com/webex/widgets/issues/385)) ([9d04209](https://github.com/webex/widgets/commit/9d0420992e50762259eb4c618e33b110333f2e5d)) # [1.28.0-ccwidgets.16](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.15...v1.28.0-ccwidgets.16) (2025-02-10) - ### Bug Fixes -* **tooling:** webpack-prod-build-for-npm ([#383](https://github.com/webex/widgets/issues/383)) ([648b6b3](https://github.com/webex/widgets/commit/648b6b305033734250f987f6906f8907aa13d5f3)) +- **tooling:** webpack-prod-build-for-npm ([#383](https://github.com/webex/widgets/issues/383)) ([648b6b3](https://github.com/webex/widgets/commit/648b6b305033734250f987f6906f8907aa13d5f3)) # [1.28.0-ccwidgets.15](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.14...v1.28.0-ccwidgets.15) (2025-02-07) - ### Features -* **cc-user-state:** retain agent state timer on relogin or multiLogin ([#371](https://github.com/webex/widgets/issues/371)) ([9dba8db](https://github.com/webex/widgets/commit/9dba8db0eb3d685349b4ebdb8150981373681cbe)) +- **cc-user-state:** retain agent state timer on relogin or multiLogin ([#371](https://github.com/webex/widgets/issues/371)) ([9dba8db](https://github.com/webex/widgets/commit/9dba8db0eb3d685349b4ebdb8150981373681cbe)) # [1.28.0-ccwidgets.14](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.13...v1.28.0-ccwidgets.14) (2025-02-06) - ### Bug Fixes -* **cc-components:** replace momentum-ui with momentum-design lib ([#378](https://github.com/webex/widgets/issues/378)) ([b98d76c](https://github.com/webex/widgets/commit/b98d76c5eca903cd21482a4c52e24bbff4dfe0e2)) - +- **cc-components:** replace momentum-ui with momentum-design lib ([#378](https://github.com/webex/widgets/issues/378)) ([b98d76c](https://github.com/webex/widgets/commit/b98d76c5eca903cd21482a4c52e24bbff4dfe0e2)) ### Features -* **cc-components:** setup and move user state sample ui comp ([#359](https://github.com/webex/widgets/issues/359)) ([16a44d0](https://github.com/webex/widgets/commit/16a44d0492df9c0ca674ab2784121f0035e45456)) -* **cc-widgets:** added Agent-Multi-Login-Alert Feature ([#364](https://github.com/webex/widgets/issues/364)) ([f7d75ca](https://github.com/webex/widgets/commit/f7d75ca13794a36a3691147f5feb5f3d253af357)) +- **cc-components:** setup and move user state sample ui comp ([#359](https://github.com/webex/widgets/issues/359)) ([16a44d0](https://github.com/webex/widgets/commit/16a44d0492df9c0ca674ab2784121f0035e45456)) +- **cc-widgets:** added Agent-Multi-Login-Alert Feature ([#364](https://github.com/webex/widgets/issues/364)) ([f7d75ca](https://github.com/webex/widgets/commit/f7d75ca13794a36a3691147f5feb5f3d253af357)) # [1.28.0-ccwidgets.13](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.12...v1.28.0-ccwidgets.13) (2025-01-30) - ### Bug Fixes -* **samples:** change samples index html hrefs ([#367](https://github.com/webex/widgets/issues/367)) ([ff126ab](https://github.com/webex/widgets/commit/ff126ab690d60d158bfbf796862f5c48a407e5f2)) +- **samples:** change samples index html hrefs ([#367](https://github.com/webex/widgets/issues/367)) ([ff126ab](https://github.com/webex/widgets/commit/ff126ab690d60d158bfbf796862f5c48a407e5f2)) # [1.28.0-ccwidgets.12](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.11...v1.28.0-ccwidgets.12) (2025-01-29) - ### Bug Fixes -* **call-control:** add-call-control-widget ([#362](https://github.com/webex/widgets/issues/362)) ([a677f5e](https://github.com/webex/widgets/commit/a677f5ef1590b424a424bfd8f268a3d4e47c91bf)) +- **call-control:** add-call-control-widget ([#362](https://github.com/webex/widgets/issues/362)) ([a677f5e](https://github.com/webex/widgets/commit/a677f5ef1590b424a424bfd8f268a3d4e47c91bf)) # [1.28.0-ccwidgets.11](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.10...v1.28.0-ccwidgets.11) (2025-01-21) - ### Features -* **widgets:** added-relogin-logic ([#357](https://github.com/webex/widgets/issues/357)) ([94dd415](https://github.com/webex/widgets/commit/94dd4156b87ddcfe86a5958923c343292d06aa97)) +- **widgets:** added-relogin-logic ([#357](https://github.com/webex/widgets/issues/357)) ([94dd415](https://github.com/webex/widgets/commit/94dd4156b87ddcfe86a5958923c343292d06aa97)) # [1.28.0-ccwidgets.10](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.9...v1.28.0-ccwidgets.10) (2025-01-17) - ### Bug Fixes -* rename agent state to user state ([#361](https://github.com/webex/widgets/issues/361)) ([fe409db](https://github.com/webex/widgets/commit/fe409db054fe8e2519675a05fcd2371f7be353ef)) +- rename agent state to user state ([#361](https://github.com/webex/widgets/issues/361)) ([fe409db](https://github.com/webex/widgets/commit/fe409db054fe8e2519675a05fcd2371f7be353ef)) # [1.28.0-ccwidgets.9](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.8...v1.28.0-ccwidgets.9) (2025-01-13) - ### Features -* **cc-store:** add logger from sdk ([#354](https://github.com/webex/widgets/issues/354)) ([a62494b](https://github.com/webex/widgets/commit/a62494b01d625b65d0fecbd3a07636689d8bac0b)) +- **cc-store:** add logger from sdk ([#354](https://github.com/webex/widgets/issues/354)) ([a62494b](https://github.com/webex/widgets/commit/a62494b01d625b65d0fecbd3a07636689d8bac0b)) # [1.28.0-ccwidgets.8](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.7...v1.28.0-ccwidgets.8) (2025-01-10) - ### Bug Fixes -* **bundling:** fixed the multiple React instance and useRef errors ([#355](https://github.com/webex/widgets/issues/355)) ([473cd4f](https://github.com/webex/widgets/commit/473cd4ff6b4be79724021076594f28838fe6bcd1)) -* cleanup and using mobx-react-lite ([#356](https://github.com/webex/widgets/issues/356)) ([0b304c4](https://github.com/webex/widgets/commit/0b304c451f6bc503278907bce3405ccd5cd5125f)) +- **bundling:** fixed the multiple React instance and useRef errors ([#355](https://github.com/webex/widgets/issues/355)) ([473cd4f](https://github.com/webex/widgets/commit/473cd4ff6b4be79724021076594f28838fe6bcd1)) +- cleanup and using mobx-react-lite ([#356](https://github.com/webex/widgets/issues/356)) ([0b304c4](https://github.com/webex/widgets/commit/0b304c451f6bc503278907bce3405ccd5cd5125f)) # [1.28.0-ccwidgets.7](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.6...v1.28.0-ccwidgets.7) (2025-01-08) - ### Features -* **widgets:** shifted-timer-to-worker ([#352](https://github.com/webex/widgets/issues/352)) ([c06fe9c](https://github.com/webex/widgets/commit/c06fe9c208914d86281950e9a8373ce778d8f0f2)) +- **widgets:** shifted-timer-to-worker ([#352](https://github.com/webex/widgets/issues/352)) ([c06fe9c](https://github.com/webex/widgets/commit/c06fe9c208914d86281950e9a8373ce778d8f0f2)) # [1.28.0-ccwidgets.6](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.5...v1.28.0-ccwidgets.6) (2025-01-08) - ### Features -* taskList and IncomingTask widgets added ([#348](https://github.com/webex/widgets/issues/348)) ([ce3a619](https://github.com/webex/widgets/commit/ce3a619dbbb1e2e5321a94a7ce2798f6217326b9)) +- taskList and IncomingTask widgets added ([#348](https://github.com/webex/widgets/issues/348)) ([ce3a619](https://github.com/webex/widgets/commit/ce3a619dbbb1e2e5321a94a7ce2798f6217326b9)) # [1.28.0-ccwidgets.5](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.4...v1.28.0-ccwidgets.5) (2024-12-23) - ### Bug Fixes -* **user-state:** receive agent stateChange event ([#350](https://github.com/webex/widgets/issues/350)) ([21d6ce7](https://github.com/webex/widgets/commit/21d6ce7c6517a865bc6e4e49a5f977dc587b0e45)) +- **user-state:** receive agent stateChange event ([#350](https://github.com/webex/widgets/issues/350)) ([21d6ce7](https://github.com/webex/widgets/commit/21d6ce7c6517a865bc6e4e49a5f977dc587b0e45)) # [1.28.0-ccwidgets.4](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.3...v1.28.0-ccwidgets.4) (2024-12-17) - ### Bug Fixes -* **cc-widgets:** ship-all-widgets-together ([#345](https://github.com/webex/widgets/issues/345)) ([83d5a37](https://github.com/webex/widgets/commit/83d5a37ac3e4a1ab0254d9e28448268e90ce987c)) +- **cc-widgets:** ship-all-widgets-together ([#345](https://github.com/webex/widgets/issues/345)) ([83d5a37](https://github.com/webex/widgets/commit/83d5a37ac3e4a1ab0254d9e28448268e90ce987c)) # [1.28.0-ccwidgets.3](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.2...v1.28.0-ccwidgets.3) (2024-12-16) - ### Features -* **user-state:** load and change state, client timer ([#347](https://github.com/webex/widgets/issues/347)) ([f1ccaeb](https://github.com/webex/widgets/commit/f1ccaebca9520f9354c6be4b25b262605a77519f)) +- **user-state:** load and change state, client timer ([#347](https://github.com/webex/widgets/issues/347)) ([f1ccaeb](https://github.com/webex/widgets/commit/f1ccaebca9520f9354c6be4b25b262605a77519f)) # [1.28.0-ccwidgets.2](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.1...v1.28.0-ccwidgets.2) (2024-11-26) - ### Bug Fixes -* **cc-store:** receive webex on init, add store types ([#341](https://github.com/webex/widgets/issues/341)) ([9648969](https://github.com/webex/widgets/commit/9648969c69f6e9265316152236400fd558344ea8)) +- **cc-store:** receive webex on init, add store types ([#341](https://github.com/webex/widgets/issues/341)) ([9648969](https://github.com/webex/widgets/commit/9648969c69f6e9265316152236400fd558344ea8)) # [1.28.0-ccwidgets.1](https://github.com/webex/widgets/compare/v1.27.5...v1.28.0-ccwidgets.1) (2024-11-21) - ### Bug Fixes -* convert npm to yarn ([#234](https://github.com/webex/widgets/issues/234)) ([432ed3c](https://github.com/webex/widgets/commit/432ed3cc1b2521f69cd9383cd0dbefad8f0a2eee)) -* **release:** add-publish-step-in-tooling ([#334](https://github.com/webex/widgets/issues/334)) ([ca32235](https://github.com/webex/widgets/commit/ca32235ed4b4f74ac1aa3eecf951b4b779ea3e57)) - +- convert npm to yarn ([#234](https://github.com/webex/widgets/issues/234)) ([432ed3c](https://github.com/webex/widgets/commit/432ed3cc1b2521f69cd9383cd0dbefad8f0a2eee)) +- **release:** add-publish-step-in-tooling ([#334](https://github.com/webex/widgets/issues/334)) ([ca32235](https://github.com/webex/widgets/commit/ca32235ed4b4f74ac1aa3eecf951b4b779ea3e57)) ### Features -* **release:** add new branch to circleci ([18f7bec](https://github.com/webex/widgets/commit/18f7becab770059fb9e008a6f5a85d3b21db0f67)) -* **release:** publish pipeline for wxcc widgets ([#324](https://github.com/webex/widgets/issues/324)) ([864fb52](https://github.com/webex/widgets/commit/864fb5252927234d61aad32b1ba12f361c9385b5)) -* **widget-cc-station-login:** Spark 575845 login widget ([#239](https://github.com/webex/widgets/issues/239)) ([66b8a20](https://github.com/webex/widgets/commit/66b8a201fdf33363fde70713bb8363e5f5babef3)) +- **release:** add new branch to circleci ([18f7bec](https://github.com/webex/widgets/commit/18f7becab770059fb9e008a6f5a85d3b21db0f67)) +- **release:** publish pipeline for wxcc widgets ([#324](https://github.com/webex/widgets/issues/324)) ([864fb52](https://github.com/webex/widgets/commit/864fb5252927234d61aad32b1ba12f361c9385b5)) +- **widget-cc-station-login:** Spark 575845 login widget ([#239](https://github.com/webex/widgets/issues/239)) ([66b8a20](https://github.com/webex/widgets/commit/66b8a201fdf33363fde70713bb8363e5f5babef3)) diff --git a/packages/contact-center/cc-components/src/components/StationLogin/station-login.types.ts b/packages/contact-center/cc-components/src/components/StationLogin/station-login.types.ts index 96aab0aae..a6c020845 100644 --- a/packages/contact-center/cc-components/src/components/StationLogin/station-login.types.ts +++ b/packages/contact-center/cc-components/src/components/StationLogin/station-login.types.ts @@ -1,8 +1,8 @@ -import {StationLoginSuccessResponse, LogoutSuccess} from '@webex/plugin-cc'; +import {StationLoginSuccessResponse, LogoutSuccess} from '@webex/contact-center'; import {IContactCenter, ILogger} from '@webex/cc-store'; // eslint-disable-next-line @typescript-eslint/ban-ts-comment //@ts-ignore To be fixed in SDK - https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6762 -import {Team} from '@webex/plugin-cc/dist/types/types'; +import {Team} from '@webex/contact-center/dist/types/types'; /** * Interface representing the properties for the Station Login component. */ diff --git a/packages/contact-center/station-login/src/helper.ts b/packages/contact-center/station-login/src/helper.ts index 806fe8fcc..fd9603a37 100644 --- a/packages/contact-center/station-login/src/helper.ts +++ b/packages/contact-center/station-login/src/helper.ts @@ -1,5 +1,5 @@ import {useEffect, useState} from 'react'; -import {LogoutSuccess, AgentProfileUpdate, LoginOption, StationLoginSuccessResponse} from '@webex/plugin-cc'; +import {LogoutSuccess, AgentProfileUpdate, LoginOption, StationLoginSuccessResponse} from '@webex/contact-center'; import {UseStationLoginProps} from './station-login/station-login.types'; import store, {CC_EVENTS} from '@webex/cc-store'; // we need to import as we are losing the context of this in store import {LoginOptionsState} from '@webex/cc-components'; diff --git a/packages/contact-center/station-login/tests/helper.ts b/packages/contact-center/station-login/tests/helper.ts index f0f30c491..57836f7f9 100644 --- a/packages/contact-center/station-login/tests/helper.ts +++ b/packages/contact-center/station-login/tests/helper.ts @@ -2,7 +2,7 @@ import {renderHook, act, waitFor} from '@testing-library/react'; import {useStationLogin} from '../src/helper'; import store, {CC_EVENTS} from '@webex/cc-store'; import {mockCC} from '@webex/test-fixtures'; -import {LogoutSuccess, StationLoginSuccessResponse} from '@webex/plugin-cc'; +import {LogoutSuccess, StationLoginSuccessResponse} from '@webex/contact-center'; jest.mock('@webex/cc-store', () => { let isAgentLoggedIn = false; diff --git a/packages/contact-center/store/package.json b/packages/contact-center/store/package.json index 882af9414..238902002 100644 --- a/packages/contact-center/store/package.json +++ b/packages/contact-center/store/package.json @@ -22,7 +22,7 @@ "test:styles": "eslint" }, "dependencies": { - "@webex/plugin-cc": "3.8.1-next.29", + "@webex/contact-center": "3.8.1-next.34", "mobx": "6.13.5", "typescript": "5.6.3" }, diff --git a/packages/contact-center/store/src/store.ts b/packages/contact-center/store/src/store.ts index e30b78c00..a0b07714c 100644 --- a/packages/contact-center/store/src/store.ts +++ b/packages/contact-center/store/src/store.ts @@ -1,5 +1,5 @@ import {makeAutoObservable, observable} from 'mobx'; -import Webex, {ITask} from '@webex/plugin-cc'; +import Webex, {ITask} from '@webex/contact-center'; import { IContactCenter, Profile, diff --git a/packages/contact-center/store/src/store.types.ts b/packages/contact-center/store/src/store.types.ts index bca5792e3..45083c69b 100644 --- a/packages/contact-center/store/src/store.types.ts +++ b/packages/contact-center/store/src/store.types.ts @@ -8,8 +8,8 @@ import { BuddyAgentsResponse, StateChange, Logout, -} from '@webex/plugin-cc'; -import {DestinationType} from 'node_modules/@webex/plugin-cc/dist/types/services/task/types'; +} from '@webex/contact-center'; +import {DestinationType} from 'node_modules/@webex/contact-center/dist/types/services/task/types'; import { AgentProfileUpdate, LogContext, @@ -18,7 +18,7 @@ import { StationLogoutResponse, Team, UpdateDeviceTypeResponse, -} from 'node_modules/@webex/plugin-cc/dist/types/types'; +} from 'node_modules/@webex/contact-center/dist/types/types'; // To be fixed in SDK - https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6762 interface IContactCenter { diff --git a/packages/contact-center/store/tests/store.ts b/packages/contact-center/store/tests/store.ts index cf771f912..75305497e 100644 --- a/packages/contact-center/store/tests/store.ts +++ b/packages/contact-center/store/tests/store.ts @@ -1,5 +1,5 @@ import {makeAutoObservable} from 'mobx'; -import Webex from '@webex/plugin-cc'; +import Webex from '@webex/contact-center'; import store from '../src/store'; // Adjust the import path as necessary import {IStore} from '../src/store.types'; import {mockProfile} from '@webex/test-fixtures'; @@ -13,7 +13,7 @@ jest.mock('mobx', () => ({ observable: {ref: jest.fn()}, })); -jest.mock('@webex/plugin-cc', () => ({ +jest.mock('@webex/contact-center', () => ({ init: jest.fn(() => ({ once: jest.fn((event, callback) => { if (event === 'ready' && mockShouldCallback) { diff --git a/packages/contact-center/store/tests/storeEventsWrapper.ts b/packages/contact-center/store/tests/storeEventsWrapper.ts index 468137999..79d6c862f 100644 --- a/packages/contact-center/store/tests/storeEventsWrapper.ts +++ b/packages/contact-center/store/tests/storeEventsWrapper.ts @@ -24,7 +24,7 @@ console.log = jest.fn(); import {CC_EVENTS, TASK_EVENTS} from '../src/store.types'; import storeWrapper from '../src/storeEventsWrapper'; -import {ITask} from '@webex/plugin-cc'; +import {ITask} from '@webex/contact-center'; import {mockCC, mockTask as mockTaskFixture} from '@webex/test-fixtures'; jest.mock('../src/store', () => ({ diff --git a/packages/contact-center/task/src/Utils/task-util.ts b/packages/contact-center/task/src/Utils/task-util.ts index 568dd354c..7883fc931 100644 --- a/packages/contact-center/task/src/Utils/task-util.ts +++ b/packages/contact-center/task/src/Utils/task-util.ts @@ -1,4 +1,4 @@ -import {ITask} from '@webex/plugin-cc'; +import {ITask} from '@webex/contact-center'; /** * This function determines the visibility of various controls based on the task's data. diff --git a/packages/contact-center/task/src/helper.ts b/packages/contact-center/task/src/helper.ts index 73e8ed83a..6d985d17b 100644 --- a/packages/contact-center/task/src/helper.ts +++ b/packages/contact-center/task/src/helper.ts @@ -1,5 +1,5 @@ import {useEffect, useCallback, useState, useRef, useMemo} from 'react'; -import {ITask} from '@webex/plugin-cc'; +import {ITask} from '@webex/contact-center'; import {useCallControlProps, UseTaskListProps, UseTaskProps, Participant, useOutdialCallProps} from './task.types'; import store, {TASK_EVENTS, BuddyDetails, DestinationType, ContactServiceQueue} from '@webex/cc-store'; import {findHoldTimestamp, getControlsVisibility} from './Utils/task-util'; diff --git a/packages/contact-center/test-fixtures/src/fixtures.ts b/packages/contact-center/test-fixtures/src/fixtures.ts index 62e8102cc..4404fa420 100644 --- a/packages/contact-center/test-fixtures/src/fixtures.ts +++ b/packages/contact-center/test-fixtures/src/fixtures.ts @@ -1,4 +1,4 @@ -import {ITask, Profile, TaskData, TaskResponse} from '@webex/plugin-cc'; +import {ITask, Profile, TaskData, TaskResponse} from '@webex/contact-center'; import {IContactCenter} from '@webex/cc-store'; const mockProfile: Profile = { diff --git a/widgets-samples/cc/samples-cc-react-app/src/App.tsx b/widgets-samples/cc/samples-cc-react-app/src/App.tsx index 39fc34a8c..1f3d9e0fe 100644 --- a/widgets-samples/cc/samples-cc-react-app/src/App.tsx +++ b/widgets-samples/cc/samples-cc-react-app/src/App.tsx @@ -9,10 +9,19 @@ import { store, OutdialCall, } from '@webex/cc-widgets'; -import {StationLogoutResponse} from '@webex/plugin-cc'; +import {StationLogoutResponse} from '@webex/contact-center'; import {ERROR_TRIGGERING_IDLE_CODES} from '@webex/cc-store'; import Webex from 'webex'; -import {ThemeProvider, IconProvider, Icon, Button, Checkbox, Text, Select, Option} from '@momentum-design/components/dist/react'; +import { + ThemeProvider, + IconProvider, + Icon, + Button, + Checkbox, + Text, + Select, + Option, +} from '@momentum-design/components/dist/react'; import {PopoverNext} from '@momentum-ui/react-collaboration'; import './App.scss'; import {observer} from 'mobx-react-lite'; @@ -67,18 +76,18 @@ function App() { }); const handleSaveStart = () => { - setShowLoader(true); - setToast(null); -}; + setShowLoader(true); + setToast(null); + }; -const handleSaveEnd = (isComplete: boolean) => { - setShowLoader(false); - if (isComplete) { - setToast({type: 'success'}); - } else { - setToast({type: 'error'}); - } -}; + const handleSaveEnd = (isComplete: boolean) => { + setShowLoader(false); + if (isComplete) { + setToast({type: 'success'}); + } else { + setToast({type: 'error'}); + } + }; const onIncomingTaskCB = ({task}) => { console.log('Incoming task:', task); @@ -89,28 +98,22 @@ const handleSaveEnd = (isComplete: boolean) => { useEffect(() => { if (window.location.hash) { const urlParams = new URLSearchParams(window.location.hash.replace('#', '?')); - + const accessToken = urlParams.get('access_token'); - + if (accessToken) { window.localStorage.setItem('accessToken', accessToken); setAccessToken(accessToken); // Clear the hash from the URL to remove the token from browser history - window.history.replaceState( - {}, - document.title, - window.location.pathname + window.location.search - ); + window.history.replaceState({}, document.title, window.location.pathname + window.location.search); } - } - else { + } else { const storedAccessToken = window.localStorage.getItem('accessToken'); if (storedAccessToken) { setAccessToken(storedAccessToken); } } - } - , []); + }, []); const webexConfig = { fedramp: false, @@ -158,7 +161,7 @@ const handleSaveEnd = (isComplete: boolean) => { console.log('onTaskAccepted invoked for task:', task); }; -const onTaskDeclined = (task,reason) => { + const onTaskDeclined = (task, reason) => { console.log('onTaskDeclined invoked for task:', task); setRejectedReason(reason); setShowRejectedPopup(true); @@ -166,7 +169,9 @@ const onTaskDeclined = (task,reason) => { const onTaskSelected = ({task, isClicked}) => { console.log('onTaskSelected invoked for task:', task, 'isClicked:', isClicked); - console.log(`onTaskSelected invoked for task with title : ${task?.data?.interaction?.callAssociatedDetails?.ani}, and mediaType : ${task?.data?.mediaType}`); + console.log( + `onTaskSelected invoked for task with title : ${task?.data?.interaction?.callAssociatedDetails?.ani}, and mediaType : ${task?.data?.mediaType}` + ); }; const onHoldResume = ({isHeld, task}) => { @@ -184,12 +189,12 @@ const onTaskDeclined = (task,reason) => { const onWrapUp = (params) => { console.log('onWrapup invoked', params); //the below log is used by e2e tests - if (params && params.wrapUpReason) console.log(`onWrapup invoked with reason : ${params.wrapUpReason}`); + if (params && params.wrapUpReason) console.log(`onWrapup invoked with reason : ${params.wrapUpReason}`); }; -const onToggleMute = ({isMuted, task}) => { - console.log('onToggleMute invoked', {isMuted, task}); -}; + const onToggleMute = ({isMuted, task}) => { + console.log('onToggleMute invoked', {isMuted, task}); + }; const enableDisableMultiLogin = () => { if (isMultiLoginEnabled) { @@ -242,7 +247,7 @@ const onToggleMute = ({isMuted, task}) => { lastStateChangeReason: newState, }) .then((response) => { - if('data'in response){ + if ('data' in response) { store.setCurrentState(response.data.auxCodeId); store.setLastStateChangeTimestamp(response.data.lastStateChangeTimestamp); store.setLastIdleCodeChangeTimestamp(response.data.lastIdleCodeChangeTimestamp); @@ -275,30 +280,17 @@ const onToggleMute = ({isMuted, task}) => { } // Reference: https://developer.webex-cx.com/documentation/integrations - const ccMandatoryScopes = [ - "cjp:config_read", - "cjp:config_write", - "cjp:config", - "cjp:user", - ]; + const ccMandatoryScopes = ['cjp:config_read', 'cjp:config_write', 'cjp:config', 'cjp:user']; - const webRTCCallingScopes = [ - "spark:webrtc_calling", - "spark:calls_read", - "spark:calls_write", - "spark:xsi" - ]; + const webRTCCallingScopes = ['spark:webrtc_calling', 'spark:calls_read', 'spark:calls_write', 'spark:xsi']; const additionalScopes = [ - "spark:kms", // to avoid token downscope to only spark:kms error on SDK init + 'spark:kms', // to avoid token downscope to only spark:kms error on SDK init ]; const requestedScopes = Array.from( - new Set( - ccMandatoryScopes - .concat(webRTCCallingScopes) - .concat(additionalScopes)) - ).join(' '); + new Set(ccMandatoryScopes.concat(webRTCCallingScopes).concat(additionalScopes)) + ).join(' '); const webexConfig = { config: { @@ -328,7 +320,7 @@ const onToggleMute = ({isMuted, task}) => { // Store accessToken changes in local storage useEffect(() => { - if(accessToken.trim() !== '') { + if (accessToken.trim() !== '') { window.localStorage.setItem('accessToken', accessToken); } }, [accessToken]); @@ -357,21 +349,22 @@ const onToggleMute = ({isMuted, task}) => { }; }, []); - const onStateChange = (status) => { - console.log('onStateChange invoked', status); - //adding a log to be used for automation - console.log('onStateChange invoked with state name:', status?.name); - if (!status || !status.name) return; - if (!Object.values(ERROR_TRIGGERING_IDLE_CODES).includes(status.name)) { - setShowRejectedPopup(false); - setRejectedReason(''); - } -}; + const onStateChange = (status) => { + console.log('onStateChange invoked', status); + //adding a log to be used for automation + console.log('onStateChange invoked with state name:', status?.name); + if (!status || !status.name) return; + if (!Object.values(ERROR_TRIGGERING_IDLE_CODES).includes(status.name)) { + setShowRejectedPopup(false); + setRejectedReason(''); + } + }; - const stationLogout = () => { - store.cc.stationLogout({logoutReason: 'User requested logout'}) + const stationLogout = () => { + store.cc + .stationLogout({logoutReason: 'User requested logout'}) .then((res: StationLogoutResponse) => { - if('data' in res) console.log('Agent logged out successfully', res.data); + if ('data' in res) console.log('Agent logged out successfully', res.data); }) .catch((error: Error) => { console.log('Agent logout failed', error); @@ -395,38 +388,34 @@ const onToggleMute = ({isMuted, task}) => {

Contact Center Widgets in a React app

- {showLoader && ( -
-
-
- )} + {showLoader && ( +
+
+
+ )} - {toast && toast.type === 'success' && ( -
- -
-
- Interaction preferences changes -
-
- Your interaction preference is updated -
-
-
)}
@@ -438,31 +427,27 @@ const onToggleMute = ({isMuted, task}) => { value={loginType} onChange={(e: CustomEvent) => { const selectedType = e.detail.value; - if(selectedType !== 'token' && selectedType !== 'oauth') return; + if (selectedType !== 'token' && selectedType !== 'oauth') return; setLoginType(selectedType); }} > - - + + - -
+ +
{loginType === 'token' && (
Your access token: - setAccessToken(e.target.value)} - /> + setAccessToken(e.target.value)} />
)} {loginType === 'oauth' && ( - )} @@ -470,9 +455,9 @@ const onToggleMute = ({isMuted, task}) => {
-
-
-
+
+
+
 Select Widgets to Show  @@ -517,8 +502,8 @@ const onToggleMute = ({isMuted, task}) => {
- -
+ +
 Sample App Toggles and Operations  @@ -566,13 +551,19 @@ const onToggleMute = ({isMuted, task}) => { }} /> {store.isAgentLoggedIn && ( - )}
-
+
 SDK Toggles  @@ -599,8 +590,8 @@ const onToggleMute = ({isMuted, task}) => { style={{color: 'var(--mds-color-theme-text-error-normal)', marginBottom: '10px'}} > Note: The "Enable Multi Login" option must be set before initializing the - SDK. Changes to this setting after SDK initialization will not take effect. Please ensure you - configure this option before clicking the "Init Widgets" button. + SDK. Changes to this setting after SDK initialization will not take effect. Please ensure + you configure this option before clicking the "Init Widgets" button.
@@ -709,7 +700,13 @@ const onToggleMute = ({isMuted, task}) => {
Station Login
- +
@@ -721,10 +718,7 @@ const onToggleMute = ({isMuted, task}) => {
Station Login (Profile Mode)
- +
@@ -747,7 +741,13 @@ const onToggleMute = ({isMuted, task}) => {
Call Control - +
@@ -812,7 +812,11 @@ const onToggleMute = ({isMuted, task}) => {
Task List - +
@@ -850,11 +854,16 @@ const onToggleMute = ({isMuted, task}) => { Idle -
- -
+
+ +
)} diff --git a/yarn.lock b/yarn.lock index ea4331817..6a1f2702c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2375,10 +2375,10 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.27.6": - version: 7.28.2 - resolution: "@babel/runtime@npm:7.28.2" - checksum: 10c0/c20afe253629d53a405a610b12a62ac74d341a2c1e0fb202bbef0c118f6b5c84f94bf16039f58fd0483dd256901259930a43976845bdeb180cab1f882c21b6e0 +"@babel/runtime@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/runtime@npm:7.28.3" + checksum: 10c0/b360f82c2c5114f2a062d4d143d7b4ec690094764853937110585a9497977aed66c102166d0e404766c274e02a50ffb8f6d77fef7251ecf3f607f0e03e6397bc languageName: node linkType: hard @@ -9374,21 +9374,21 @@ __metadata: languageName: node linkType: hard -"@webex/calling@npm:3.8.1-next.20": - version: 3.8.1-next.20 - resolution: "@webex/calling@npm:3.8.1-next.20" +"@webex/calling@npm:3.8.1-next.22": + version: 3.8.1-next.22 + resolution: "@webex/calling@npm:3.8.1-next.22" dependencies: "@types/platform": "npm:1.3.4" "@webex/internal-media-core": "npm:2.18.5" - "@webex/internal-plugin-metrics": "npm:3.8.1-next.10" - "@webex/media-helpers": "npm:3.8.1-next.14" + "@webex/internal-plugin-metrics": "npm:3.8.1-next.11" + "@webex/media-helpers": "npm:3.8.1-next.16" async-mutex: "npm:0.4.0" buffer: "npm:6.0.3" jest-html-reporters: "npm:3.0.11" platform: "npm:1.3.6" uuid: "npm:8.3.2" xstate: "npm:4.30.6" - checksum: 10c0/521bcf54f232973dbc7d6dd481623dd9efa276164577d3f4a62cf306bcdd9091852b62464738c3a7772f0a0dcfb529397b8dec7eb575326ebdeba9f6f50e8685 + checksum: 10c0/94f22d8b22fe3d389aaf5a4f7ac26b237fa23180a70c11ae6042147154ec1937e1c90414fcaab898b35f24cb58691691c4db3359a8392b426eb66f28a5a3510a languageName: node linkType: hard @@ -9499,7 +9499,7 @@ __metadata: "@testing-library/react": "npm:16.0.1" "@types/jest": "npm:29.5.14" "@types/react-test-renderer": "npm:18" - "@webex/plugin-cc": "npm:3.8.1-next.29" + "@webex/contact-center": "npm:3.8.1-next.34" "@webex/test-fixtures": "workspace:*" babel-jest: "npm:29.7.0" babel-loader: "npm:9.2.1" @@ -9714,10 +9714,10 @@ __metadata: languageName: node linkType: hard -"@webex/common-timers@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/common-timers@npm:3.8.1-next.10" - checksum: 10c0/5aa738a8048b5dfe65bf15a442e35415e8d4b83cec4589a9ab81c31f39ecad512988fedc824c895e913de1cea16289d5fe01f67e7e1747c0e239a5d3780290e2 +"@webex/common-timers@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/common-timers@npm:3.8.1-next.11" + checksum: 10c0/3c16c9be0be42a92dc2b99e2b7f85fd615afab6f055a6780861dd4ffd1cec9bbe4877304c2851541728a127ac6ff941debfb1fc28d27a246723a347cd8e0d96a languageName: node linkType: hard @@ -9784,9 +9784,9 @@ __metadata: languageName: node linkType: hard -"@webex/common@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/common@npm:3.8.1-next.10" +"@webex/common@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/common@npm:3.8.1-next.11" dependencies: backoff: "npm:^2.5.0" bowser: "npm:^2.11.0" @@ -9795,7 +9795,7 @@ __metadata: lodash: "npm:^4.17.21" safe-buffer: "npm:^5.2.0" urlsafe-base64: "npm:^1.0.0" - checksum: 10c0/fab5f3c7ce38103ae495b8170dc450b52553c110bf2e39a7ed290ce5d768d2c0d6c1be9012c6e691b502f93040a33e11c48e4ec7567dcc2bf996cc2c2ed15b99 + checksum: 10c0/fb252882a38fc8ac7716154096d5e498298f85cf8a98c32148e29599f6bc98ac758c3e91bac6c082f6fe7ded413d356aaf28c2081acdc883017da7037f9774b3 languageName: node linkType: hard @@ -9835,6 +9835,24 @@ __metadata: languageName: node linkType: hard +"@webex/contact-center@npm:3.8.1-next.34": + version: 3.8.1-next.34 + resolution: "@webex/contact-center@npm:3.8.1-next.34" + dependencies: + "@types/platform": "npm:1.3.4" + "@webex/calling": "npm:3.8.1-next.22" + "@webex/internal-plugin-mercury": "npm:3.8.1-next.11" + "@webex/internal-plugin-metrics": "npm:3.8.1-next.11" + "@webex/internal-plugin-support": "npm:3.8.1-next.13" + "@webex/plugin-authorization": "npm:3.8.1-next.11" + "@webex/plugin-logger": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" + jest-html-reporters: "npm:3.0.11" + lodash: "npm:^4.17.21" + checksum: 10c0/fd258bde6e12fe18c3169d492c74ba3b8b2e845fda60891fffb9fe138f5cb5dd2176cc5f4a72396f07b2a44a8fac658728bee8a448a627c117a4843b7413d7b1 + languageName: node + linkType: hard + "@webex/event-dictionary-ts@npm:^1.0.1753": version: 1.0.1757 resolution: "@webex/event-dictionary-ts@npm:1.0.1757" @@ -9849,15 +9867,15 @@ __metadata: linkType: hard "@webex/event-dictionary-ts@npm:^1.0.1819": - version: 1.0.1838 - resolution: "@webex/event-dictionary-ts@npm:1.0.1838" + version: 1.0.1896 + resolution: "@webex/event-dictionary-ts@npm:1.0.1896" dependencies: amf-client-js: "npm:^5.2.6" json-schema-to-typescript: "npm:^12.0.0" minimist: "npm:^1.2.8" shelljs: "npm:^0.8.5" webapi-parser: "npm:^0.5.0" - checksum: 10c0/7a0cac58c0abbc937ddee6ffc0b5cfbc14c554101acfab8ff329e262662b01684e4d601da5fea27cca0af3be671bd692e1fcd8543688bdf3ed65ac6c864c8308 + checksum: 10c0/cfa5bd5854376e15fac4324a222d028b2221b223a69b91aaf120f6044301302f410ad2cc6a07961d001f89d9b598d9778ad8daf449c226a8cb873d0d51da6dd4 languageName: node linkType: hard @@ -9888,12 +9906,12 @@ __metadata: languageName: node linkType: hard -"@webex/helper-html@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/helper-html@npm:3.8.1-next.10" +"@webex/helper-html@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/helper-html@npm:3.8.1-next.11" dependencies: lodash: "npm:^4.17.21" - checksum: 10c0/7fa10cd32e4fba0e2040e7b5d188468a2ec61b217dc577edcdd1c0f5f0f5651e31f810c7b12903d6b56f3ec004d910c4c2b1f0ba07f0e8e15fe26297c5e451b9 + checksum: 10c0/39f149d80680669db78b4dfb276a555abb7cf0a565a1ce1dcee1c28a48634faa55d810e2ed153a6bf81fd341ba378cdc1539501df19e94d104b6cffc9cf6b025 languageName: node linkType: hard @@ -9948,20 +9966,20 @@ __metadata: languageName: node linkType: hard -"@webex/helper-image@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/helper-image@npm:3.8.1-next.10" +"@webex/helper-image@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/helper-image@npm:3.8.1-next.11" dependencies: - "@webex/http-core": "npm:3.8.1-next.10" - "@webex/test-helper-chai": "npm:3.8.1-next.10" - "@webex/test-helper-file": "npm:3.8.1-next.10" - "@webex/test-helper-mocha": "npm:3.8.1-next.10" + "@webex/http-core": "npm:3.8.1-next.11" + "@webex/test-helper-chai": "npm:3.8.1-next.11" + "@webex/test-helper-file": "npm:3.8.1-next.11" + "@webex/test-helper-mocha": "npm:3.8.1-next.11" exifr: "npm:^5.0.3" gm: "npm:^1.23.1" lodash: "npm:^4.17.21" mime: "npm:^2.4.4" safe-buffer: "npm:^5.2.0" - checksum: 10c0/b70b1c36cdf25a5cd7a8f124b242de95bda78e20dbc77a922f1a61f3980cda37fb76fe256d7f49cf6ddd39ce5c50f0523f562d6add577105033d3c06c85883df + checksum: 10c0/4760fb14f5130ffb07ef5833837cadab0b2a6e38def3ba508e921c9cabdf82aa5aa7d849aae7c98484c5d244e71a2953cda12f6716d4c4fa8e926904b6f39965 languageName: node linkType: hard @@ -10048,14 +10066,11 @@ __metadata: languageName: node linkType: hard -"@webex/http-core@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/http-core@npm:3.8.1-next.10" +"@webex/http-core@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/http-core@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/test-helper-test-users": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" file-type: "npm:^16.0.1" global: "npm:^4.4.0" is-function: "npm:^1.0.1" @@ -10065,7 +10080,7 @@ __metadata: request: "npm:^2.88.0" safe-buffer: "npm:^5.2.0" xtend: "npm:^4.0.2" - checksum: 10c0/630e1c42f168f83abab586c0cb9b72777c7c52b251b9bfbdd8d9a1492d928c549d30c5cfa1f54f1905965cde1fde6d12fcf16e3e33a0a1a38a539b07aac70b80 + checksum: 10c0/bf26cf17b753e3ca73af48ae22a40629e8acc48d5fb00547f66c231448b8ebec451261904b2cc0c69a8e12a3c9bc6b4f13ceec7e3e952d2724b2f7b67b6d7296 languageName: node linkType: hard @@ -10222,21 +10237,21 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-conversation@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-conversation@npm:3.8.1-next.10" +"@webex/internal-plugin-conversation@npm:3.8.1-next.13": + version: 3.8.1-next.13 + resolution: "@webex/internal-plugin-conversation@npm:3.8.1-next.13" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/helper-html": "npm:3.8.1-next.10" - "@webex/helper-image": "npm:3.8.1-next.10" - "@webex/internal-plugin-encryption": "npm:3.8.1-next.10" - "@webex/internal-plugin-user": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/helper-html": "npm:3.8.1-next.11" + "@webex/helper-image": "npm:3.8.1-next.11" + "@webex/internal-plugin-encryption": "npm:3.8.1-next.12" + "@webex/internal-plugin-user": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" crypto-js: "npm:^4.1.1" lodash: "npm:^4.17.21" node-scr: "npm:^0.3.0" uuid: "npm:^3.3.2" - checksum: 10c0/5a631494246565fc6e52710297a0cae1bb8a01819b0d10c447a8e5109e8abcdcf1c03908c10261f2042b0f8b07208824d510b94d5cb33364ace876ee444df4eb + checksum: 10c0/dcaa6df9e2973b8f49d8f1e704c99b14f6beb593d88c967ee20108a83ee3da65dca94f23d88eede2c211dd1053c2fcb451cd65c19feea8c3eb2fbe3e8c687e5f languageName: node linkType: hard @@ -10289,20 +10304,20 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-device@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-device@npm:3.8.1-next.10" +"@webex/internal-plugin-device@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/internal-plugin-device@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/common-timers": "npm:3.8.1-next.10" - "@webex/http-core": "npm:3.8.1-next.10" - "@webex/internal-plugin-metrics": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/common-timers": "npm:3.8.1-next.11" + "@webex/http-core": "npm:3.8.1-next.11" + "@webex/internal-plugin-metrics": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" ampersand-collection: "npm:^2.0.2" ampersand-state: "npm:^5.0.3" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/0ca843d953e32b784587e05e57160650a3780fcad79625948b6aef8184e7a2c3ee82ffee5f4370017fed9525c03cfa96a46351470ec49764ffc18723ac85a937 + checksum: 10c0/1cee19fe7a93dd831446e9877ff6e43f3ca29b3deb76030c330a5407e143417d5a3162cfdbf014f7e493905c42296423eef20ade8feac3c2b4ee0a937785691a languageName: node linkType: hard @@ -10384,17 +10399,17 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-encryption@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-encryption@npm:3.8.1-next.10" +"@webex/internal-plugin-encryption@npm:3.8.1-next.12": + version: 3.8.1-next.12 + resolution: "@webex/internal-plugin-encryption@npm:3.8.1-next.12" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/common-timers": "npm:3.8.1-next.10" - "@webex/http-core": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/internal-plugin-mercury": "npm:3.8.1-next.10" - "@webex/test-helper-file": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/common-timers": "npm:3.8.1-next.11" + "@webex/http-core": "npm:3.8.1-next.11" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/internal-plugin-mercury": "npm:3.8.1-next.11" + "@webex/test-helper-file": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" asn1js: "npm:^2.0.26" debug: "npm:^4.3.4" isomorphic-webcrypto: "npm:^2.3.8" @@ -10406,7 +10421,7 @@ __metadata: safe-buffer: "npm:^5.2.0" uuid: "npm:^3.3.2" valid-url: "npm:^1.0.9" - checksum: 10c0/8f9d321a941895f4bbfae3a5ed5075acb5ad5d82d5f84a88011f4ba5eda22d042837e0865c88c383c0a3da7a7b33e0147c8c5ff565ce4f40a8ae32874cd312ba + checksum: 10c0/55e1c0ab188634a59ce824e0a696faaf18d645b172d051c75f1bb03acf4472719b33aa8c2c382cda9115625f675fd6276a2784dd59d7002c20235469ed2a042f languageName: node linkType: hard @@ -10445,14 +10460,14 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-feature@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-feature@npm:3.8.1-next.10" +"@webex/internal-plugin-feature@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/internal-plugin-feature@npm:3.8.1-next.11" dependencies: - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" lodash: "npm:^4.17.21" - checksum: 10c0/251ca017cf6e226c0e889cd8850fc4fc08a30c85cc007173f3911f0723358c4b20314aad96981b588a23bd758e4604ef5b7aae3df904913ea23c06fadec37621 + checksum: 10c0/546fb7ea1292747fd32c8cfeae89efb4980ad22675237774f08776039463800e7752c2dcf5c78258586f9548ec96620081757ce3d76af0b4a0a839975f9d5e06 languageName: node linkType: hard @@ -10630,27 +10645,27 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-mercury@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-mercury@npm:3.8.1-next.10" +"@webex/internal-plugin-mercury@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/internal-plugin-mercury@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/common-timers": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/internal-plugin-feature": "npm:3.8.1-next.10" - "@webex/internal-plugin-metrics": "npm:3.8.1-next.10" - "@webex/test-helper-chai": "npm:3.8.1-next.10" - "@webex/test-helper-mocha": "npm:3.8.1-next.10" - "@webex/test-helper-mock-web-socket": "npm:3.8.1-next.10" - "@webex/test-helper-mock-webex": "npm:3.8.1-next.10" - "@webex/test-helper-refresh-callback": "npm:3.8.1-next.10" - "@webex/test-helper-test-users": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/common-timers": "npm:3.8.1-next.11" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/internal-plugin-feature": "npm:3.8.1-next.11" + "@webex/internal-plugin-metrics": "npm:3.8.1-next.11" + "@webex/test-helper-chai": "npm:3.8.1-next.11" + "@webex/test-helper-mocha": "npm:3.8.1-next.11" + "@webex/test-helper-mock-web-socket": "npm:3.8.1-next.11" + "@webex/test-helper-mock-webex": "npm:3.8.1-next.11" + "@webex/test-helper-refresh-callback": "npm:3.8.1-next.11" + "@webex/test-helper-test-users": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" backoff: "npm:^2.5.0" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" ws: "npm:^8.17.1" - checksum: 10c0/e92a3b48ce05ae32ce55e120b917062766b14346e2b3ce9bd3c6eb316b109e65b70516a473fb9553cf7f6d1921ec6f92cc335c2b629328c1ac5ce8e4c44507be + checksum: 10c0/5707a5a78a6dea9afbdf6818995f85b4acab436218bbc9a16f122c24f7dbf7e9f1f033886426bddfa976c6e57a50cb1419d75985a805ea236e2a9faaf2a4f7da languageName: node linkType: hard @@ -10698,21 +10713,20 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-metrics@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-metrics@npm:3.8.1-next.10" +"@webex/internal-plugin-metrics@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/internal-plugin-metrics@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/common-timers": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/common-timers": "npm:3.8.1-next.11" "@webex/event-dictionary-ts": "npm:^1.0.1819" - "@webex/internal-plugin-metrics": "npm:3.8.1-next.10" - "@webex/test-helper-chai": "npm:3.8.1-next.10" - "@webex/test-helper-mock-webex": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/test-helper-chai": "npm:3.8.1-next.11" + "@webex/test-helper-mock-webex": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" ip-anonymize: "npm:^0.1.0" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/677ef3f85994f8cd1251ec143dca4745ea349ad1950716e750eb6412a92d6d143f5726b9d4f78962219f931ee8f527993f0176f7d95f88ad390d9b4839d745ae + checksum: 10c0/e0d1c68dc8eabbc61da901ca9b51984a1d0f5f667d529c65389d18775d4a4f490f5a30c2c24fbe90f5cdb101538ddc15f80730b818a1f3626efb88903f24e393 languageName: node linkType: hard @@ -10809,18 +10823,18 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-search@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-search@npm:3.8.1-next.10" +"@webex/internal-plugin-search@npm:3.8.1-next.13": + version: 3.8.1-next.13 + resolution: "@webex/internal-plugin-search@npm:3.8.1-next.13" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/internal-plugin-conversation": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/internal-plugin-encryption": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/internal-plugin-conversation": "npm:3.8.1-next.13" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/internal-plugin-encryption": "npm:3.8.1-next.12" + "@webex/webex-core": "npm:3.8.1-next.11" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/91f4aaf15616a76b4a10139efd8bec7db4fb6910a9352a591fcaa579971940dc8171bc1c2121e97d6b95f14fbf4f752a36a20861fb16617dd856747af409b6af + checksum: 10c0/f50d33ca1c04d7db9e148760f962152eaf9b403f93142610f5e1128674472311fb9a4ce4f9997b427e319601ed716a463d47a89b9c0ef10b41a937ea881851df languageName: node linkType: hard @@ -10875,20 +10889,20 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-support@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-support@npm:3.8.1-next.10" +"@webex/internal-plugin-support@npm:3.8.1-next.13": + version: 3.8.1-next.13 + resolution: "@webex/internal-plugin-support@npm:3.8.1-next.13" dependencies: - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/internal-plugin-search": "npm:3.8.1-next.10" - "@webex/test-helper-chai": "npm:3.8.1-next.10" - "@webex/test-helper-file": "npm:3.8.1-next.10" - "@webex/test-helper-mock-webex": "npm:3.8.1-next.10" - "@webex/test-helper-test-users": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/internal-plugin-search": "npm:3.8.1-next.13" + "@webex/test-helper-chai": "npm:3.8.1-next.11" + "@webex/test-helper-file": "npm:3.8.1-next.11" + "@webex/test-helper-mock-webex": "npm:3.8.1-next.11" + "@webex/test-helper-test-users": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/a021c5b2d80fae5f22d8cf9ca6723f8271611741426b72b171c180beb3ad44408c07a12f3fda51be2f5750812b368dade1dbb1b75f3e00231358ba14dc2978b0 + checksum: 10c0/f93b1c216f2ce8d5a837fae83687c73c6136d02f361537b6d8ca207229f6f594158a6791fc4ad0465e5cf91e152209365d8796226d87e5680c6cf50dbed3d0ee languageName: node linkType: hard @@ -10940,19 +10954,19 @@ __metadata: languageName: node linkType: hard -"@webex/internal-plugin-user@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/internal-plugin-user@npm:3.8.1-next.10" +"@webex/internal-plugin-user@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/internal-plugin-user@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/test-helper-chai": "npm:3.8.1-next.10" - "@webex/test-helper-mock-webex": "npm:3.8.1-next.10" - "@webex/test-helper-test-users": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/test-helper-chai": "npm:3.8.1-next.11" + "@webex/test-helper-mock-webex": "npm:3.8.1-next.11" + "@webex/test-helper-test-users": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/b051786096a9942847b4b6c09202fa9d35661344015defb872b744d55055d9aae2853ec44fcf982557e6629282e34fac714381782162020831914ee4e9308e41 + checksum: 10c0/1e9432d750c6a3e12b8e5f4e6a4989840c9d8d5da662ff2386d0707626ddec737038a23ac85c991350e672a21ea1be035f96e12a8502e3d9cb607854a8522c7d languageName: node linkType: hard @@ -11028,14 +11042,14 @@ __metadata: languageName: node linkType: hard -"@webex/media-helpers@npm:3.8.1-next.14": - version: 3.8.1-next.14 - resolution: "@webex/media-helpers@npm:3.8.1-next.14" +"@webex/media-helpers@npm:3.8.1-next.16": + version: 3.8.1-next.16 + resolution: "@webex/media-helpers@npm:3.8.1-next.16" dependencies: "@webex/internal-media-core": "npm:2.18.5" "@webex/ts-events": "npm:^1.1.0" "@webex/web-media-effects": "npm:2.27.1" - checksum: 10c0/a046c1637764c5b32cea2553fe283ea3171a5ec8d410ae6850d6b2760d1f56e21700fb6e47a911f2578f63bf7a27f36053d8d8c6f65c75d3728777f6eb770325 + checksum: 10c0/4077dbbd2689cc9383377335b7b8fb528537d150e41c56131cb1d5d1cfa1b56bebcb6c69887a1ea16cf7fefa70fd575570b95779e8d4c98bfb14589acae69c33 languageName: node linkType: hard @@ -11147,20 +11161,20 @@ __metadata: languageName: node linkType: hard -"@webex/plugin-authorization-browser@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/plugin-authorization-browser@npm:3.8.1-next.10" +"@webex/plugin-authorization-browser@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/plugin-authorization-browser@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/plugin-authorization-node": "npm:3.8.1-next.10" - "@webex/storage-adapter-local-storage": "npm:3.8.1-next.10" - "@webex/storage-adapter-spec": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/plugin-authorization-node": "npm:3.8.1-next.11" + "@webex/storage-adapter-local-storage": "npm:3.8.1-next.11" + "@webex/storage-adapter-spec": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" jsonwebtoken: "npm:^9.0.2" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/8bba122a35e3a7ce14c17b6406b7f5e35efb6855986ed9ab1cf5b5453bc0bd8c7485debf999887eebc05ef7aaf3277ecb847bb7dbf65b82aab22c72539219797 + checksum: 10c0/727958f9efd3a25ecbc881c8cb4c27f7fc09017b3b58a7dc31fc6e86a144ec4150d88dbe32c85099d2bb88a7980e8e9d7ca1fdf77ffe0f4e6fb0ac1b58f1fc91 languageName: node linkType: hard @@ -11203,16 +11217,16 @@ __metadata: languageName: node linkType: hard -"@webex/plugin-authorization-node@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/plugin-authorization-node@npm:3.8.1-next.10" +"@webex/plugin-authorization-node@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/plugin-authorization-node@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/internal-plugin-device": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" jsonwebtoken: "npm:^9.0.0" uuid: "npm:^3.3.2" - checksum: 10c0/78acfed2bfd911fb43e31952c4cf440260a7b2cc2c04ec15226be6366e226a94902dd6b829b8b7b0dd7758b12da1c5c1df2f1da752549cbc4ca2a05dda4dbcf2 + checksum: 10c0/2fd79d9ca67f30a236b90aef14ce7cbb0e9a12ff0e43f56a4207bc629d4f40f5909ddf6b5cf1420613d19fbd04fbc393be04383b14b0753c62f1aa19a2686f46 languageName: node linkType: hard @@ -11246,13 +11260,13 @@ __metadata: languageName: node linkType: hard -"@webex/plugin-authorization@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/plugin-authorization@npm:3.8.1-next.10" +"@webex/plugin-authorization@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/plugin-authorization@npm:3.8.1-next.11" dependencies: - "@webex/plugin-authorization-browser": "npm:3.8.1-next.10" - "@webex/plugin-authorization-node": "npm:3.8.1-next.10" - checksum: 10c0/77eeca53ccf6d6f487dbcc2210581272185df50a590759432d7cac799c462da5cb2139e52d7e8168cf895dadec2dac45b5163ae53c4250030fec673df2ef70c4 + "@webex/plugin-authorization-browser": "npm:3.8.1-next.11" + "@webex/plugin-authorization-node": "npm:3.8.1-next.11" + checksum: 10c0/d2383d50e48c4ffc8eb00bede229dcc8e3d93a47a3fc9fd814cbf16c7e23e60ed09906e217902240c994b750115b347ae91d7e03d9a14d942d36a97ad69ee9a0 languageName: node linkType: hard @@ -11274,24 +11288,6 @@ __metadata: languageName: node linkType: hard -"@webex/plugin-cc@npm:3.8.1-next.29": - version: 3.8.1-next.29 - resolution: "@webex/plugin-cc@npm:3.8.1-next.29" - dependencies: - "@types/platform": "npm:1.3.4" - "@webex/calling": "npm:3.8.1-next.20" - "@webex/internal-plugin-mercury": "npm:3.8.1-next.10" - "@webex/internal-plugin-metrics": "npm:3.8.1-next.10" - "@webex/internal-plugin-support": "npm:3.8.1-next.10" - "@webex/plugin-authorization": "npm:3.8.1-next.10" - "@webex/plugin-logger": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" - jest-html-reporters: "npm:3.0.11" - lodash: "npm:^4.17.21" - checksum: 10c0/09027eb4d1b8b3fe63e0c2aace07978c27972b495558649952b39ae1d41952b76063da80bbc7b6eead62cc16f3685957cd115d537348a0301353a35dc619a1e7 - languageName: node - linkType: hard - "@webex/plugin-device-manager@npm:2.60.2": version: 2.60.2 resolution: "@webex/plugin-device-manager@npm:2.60.2" @@ -11398,17 +11394,17 @@ __metadata: languageName: node linkType: hard -"@webex/plugin-logger@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/plugin-logger@npm:3.8.1-next.10" +"@webex/plugin-logger@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/plugin-logger@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/test-helper-chai": "npm:3.8.1-next.10" - "@webex/test-helper-mocha": "npm:3.8.1-next.10" - "@webex/test-helper-mock-webex": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/test-helper-chai": "npm:3.8.1-next.11" + "@webex/test-helper-mocha": "npm:3.8.1-next.11" + "@webex/test-helper-mock-webex": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" lodash: "npm:^4.17.21" - checksum: 10c0/2c0fc6d7f03690b24af8d5cabfdf7ee788b037c92b4851dcd702ddddf14633efaaa1dacc2fdd620c837be3c9b37701e4c01f41bbc27f00c901ed0a07f6709359 + checksum: 10c0/50a6bcfaa74c33d9dce2e1d2dca816e32ad00b72427ea549f573912acbc72844d0ecee15a9e093d6a3631420aa408752aef2ca775917aef820ef0a2ba589c67d languageName: node linkType: hard @@ -11888,14 +11884,14 @@ __metadata: languageName: node linkType: hard -"@webex/storage-adapter-local-storage@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/storage-adapter-local-storage@npm:3.8.1-next.10" +"@webex/storage-adapter-local-storage@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/storage-adapter-local-storage@npm:3.8.1-next.11" dependencies: - "@webex/storage-adapter-spec": "npm:3.8.1-next.10" - "@webex/test-helper-mocha": "npm:3.8.1-next.10" - "@webex/webex-core": "npm:3.8.1-next.10" - checksum: 10c0/fe81d9d21120c4f009233e6f3ff57ee7dbeb0e4d6fc3033177fad9b2cd5d8981c3b68e48e1919c336dd908314321758cfff111389a2138aeac01bceb76f47098 + "@webex/storage-adapter-spec": "npm:3.8.1-next.11" + "@webex/test-helper-mocha": "npm:3.8.1-next.11" + "@webex/webex-core": "npm:3.8.1-next.11" + checksum: 10c0/b21ab3740f9fa5a1cb81cbe27e0bc47cb986490be6d339ca53ee259e2841d0d90546574ab7381c1b1f550d1384494ffeba8fdfe3244f8a46257151ba1cfb20c6 languageName: node linkType: hard @@ -11926,12 +11922,12 @@ __metadata: languageName: node linkType: hard -"@webex/storage-adapter-spec@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/storage-adapter-spec@npm:3.8.1-next.10" +"@webex/storage-adapter-spec@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/storage-adapter-spec@npm:3.8.1-next.11" dependencies: - "@webex/test-helper-chai": "npm:3.8.1-next.10" - checksum: 10c0/3dcf93e939d20513d7ab31411288cb3ab2edba341190c6955671ab93c68c1cc033e4577db95c81748e3e68a2426cda02d77b96cca4f947120e70ea01c0050a93 + "@webex/test-helper-chai": "npm:3.8.1-next.11" + checksum: 10c0/cb93fbc68a12994e1d3baeb1ce99939ea8b8a4d2836902f95d9a9ffc8c294e6beacba543d30bfaa485cd7ae2a208a41aa2f852b97035de9f5b1a8cf18aec24d0 languageName: node linkType: hard @@ -11999,14 +11995,14 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-chai@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-chai@npm:3.8.1-next.10" +"@webex/test-helper-chai@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-chai@npm:3.8.1-next.11" dependencies: - "@webex/test-helper-file": "npm:3.8.1-next.10" + "@webex/test-helper-file": "npm:3.8.1-next.11" check-error: "npm:^1.0.2" lodash: "npm:^4.17.21" - checksum: 10c0/13e46e9db401264262b0d735c2f1ec023b7df2e02e91a46d42471333e8fa99e4cb3fc67c39cb1d5990e3626cbfca291385765623a61f9b4472c7fe30d5b7e444 + checksum: 10c0/be00ed3dae5cf4adbb6874d462284fa4c38be1a7fe1c1581e70bf6f6327b6da88b4324bab9f3b9c02db4cfa4828993128cd87134a9b4d2acb877e13eb232a8c5 languageName: node linkType: hard @@ -12049,16 +12045,16 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-file@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-file@npm:3.8.1-next.10" +"@webex/test-helper-file@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-file@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/test-helper-make-local-url": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/test-helper-make-local-url": "npm:3.8.1-next.11" es6-promise: "npm:^4.2.8" file-type: "npm:^16.0.1" xhr: "npm:^2.5.0" - checksum: 10c0/5f0edce3827ccfe0fff1d45f8b887d0f28079ebdfb72603c8063ab356f8fab6b6fbcb6a73540544508bf61aa82dd0d84a13d8073a7d7e1248e5976ba01ac71b4 + checksum: 10c0/3655a2cc13d45e8fd88daea35ff118982489bc2b2f556baea236edb5d9b61cf9432808a33214cb6e34947b1d00d010565b09d95987f686f9d38a7d769c211a18 languageName: node linkType: hard @@ -12083,10 +12079,10 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-make-local-url@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-make-local-url@npm:3.8.1-next.10" - checksum: 10c0/04fb51f80810573c3c3f451a5d6be98187f7c2ef887f9822af73dfcc732f4ca65d03b8cd62d61ad106fc67d014fbd829c675449f8e632bb7b0cf6d5a1d7765ae +"@webex/test-helper-make-local-url@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-make-local-url@npm:3.8.1-next.11" + checksum: 10c0/5fae39496a0626f974558a0b610e9746a022530f604009bc0d20bc5737840a0b6cf176f0b9fc3d2e01f9a0ab1202d1ca00a3c32ea25672ceea1809e007cee561 languageName: node linkType: hard @@ -12117,12 +12113,12 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-mocha@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-mocha@npm:3.8.1-next.10" +"@webex/test-helper-mocha@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-mocha@npm:3.8.1-next.11" dependencies: bowser: "npm:^2.11.0" - checksum: 10c0/80bf2df0139465ea3af69513f2a20343551ee4bcb7f57d35db0321b8037538e3911992b73d2ecf5fb0f6072fd459bbfc23f6c9a2d3d136db582dff6763285092 + checksum: 10c0/143f9bea1834651dd93db9afb338c938bf824dd79a1baf910f9a8e4544fb0e09aa29e5d751ae73f43d727a6caa4ef79f2a45a5c42238eafde159bd2ff011c6c8 languageName: node linkType: hard @@ -12147,10 +12143,10 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-mock-web-socket@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-mock-web-socket@npm:3.8.1-next.10" - checksum: 10c0/fe95c9d81cf8d264215feec64d1f2071a3c912d5140fe2a63ccc3c51d7466441e31109d181145a95da5091a1933ea068e0cad04ddaa9ae9c640f1078fcca21d8 +"@webex/test-helper-mock-web-socket@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-mock-web-socket@npm:3.8.1-next.11" + checksum: 10c0/ef9ff5ee472d0b9b6f65344163bd743c5443c2840de4404fa91e598634e49b377cfcd7a11d27951f04eb9cbfa871a03fe86a38645bc230102ac221815e341d3d languageName: node linkType: hard @@ -12187,14 +12183,14 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-mock-webex@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-mock-webex@npm:3.8.1-next.10" +"@webex/test-helper-mock-webex@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-mock-webex@npm:3.8.1-next.11" dependencies: ampersand-state: "npm:^5.0.3" es6-promise: "npm:^4.2.8" lodash: "npm:^4.17.21" - checksum: 10c0/9250af9a6e3f95380252a1f9192a13f61e54563232bb1871678d7a1286fbde322ea152b5157b70195f2e901c2c633e5150b5f9d3535ea89ce7218f2fee2f0c37 + checksum: 10c0/1faa3a525b6be39996fd9968a16080b062a76ce70fbbefa38dead3a87da80fb145bfc7de46d2c33b5c358a78a536c4976ee485c44f8fba6779a473b40971950b languageName: node linkType: hard @@ -12219,10 +12215,10 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-refresh-callback@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-refresh-callback@npm:3.8.1-next.10" - checksum: 10c0/d08bdbbcf458a30e2da4d859eb9094b276af93c63c68361943b8e2fc4500b016e1408388fd6102947b2e3a70d179e4aa637a44726ff5530247e7a42bd8a0e7b8 +"@webex/test-helper-refresh-callback@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-refresh-callback@npm:3.8.1-next.11" + checksum: 10c0/547fd793245f611b3234e193776ef8406e10044092f0ec9e51f22017afcb46fb8c9dc1461909c5446b8c2c7fc46e6aff518eb6a1ba65f39c01129facfcbe1551 languageName: node linkType: hard @@ -12253,12 +12249,12 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-retry@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-retry@npm:3.8.1-next.10" +"@webex/test-helper-retry@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-retry@npm:3.8.1-next.11" dependencies: es6-promise: "npm:^4.2.8" - checksum: 10c0/31d1c0083829365af8f3aaba4c47837537f038a520cfed3452c1df4237525550538c0dca1399f54fdb70974eb7d391e13f2dc86f25921267eed07f023661b5e9 + checksum: 10c0/2616218e342b2f0866677e54745fab9af956675f8a969e9d9f312fb1463fff5a6b29e22f29cd525f25fb6ed33373644725109b28153d10866c9921f36595be09 languageName: node linkType: hard @@ -12307,18 +12303,18 @@ __metadata: languageName: node linkType: hard -"@webex/test-helper-test-users@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-helper-test-users@npm:3.8.1-next.10" +"@webex/test-helper-test-users@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-helper-test-users@npm:3.8.1-next.11" dependencies: "@ciscospark/test-users-legacy": "npm:^1.0.2" - "@webex/test-helper-retry": "npm:3.8.1-next.10" - "@webex/test-users": "npm:3.8.1-next.10" + "@webex/test-helper-retry": "npm:3.8.1-next.11" + "@webex/test-users": "npm:3.8.1-next.11" lodash: "npm:^4.17.21" dependenciesMeta: "@ciscospark/test-users-legacy": optional: true - checksum: 10c0/55a9b7616f60ae4a395eda467e32ca5d6c0feda42f1bf36e221537137c57e3bc336a16436ea57334fca2aa8613c00df81756790cb251749f875579d7fb881847 + checksum: 10c0/a8beb4711ddbd0da6954e8fe8d60ae1cddf2dcf6b8a29f6a2736a7c49205c35da2d998dfe965a6a28664312dd3ae72bc29d41aa0b733ad4c8dcdce51e2a3a49a languageName: node linkType: hard @@ -12364,17 +12360,17 @@ __metadata: languageName: node linkType: hard -"@webex/test-users@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/test-users@npm:3.8.1-next.10" +"@webex/test-users@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/test-users@npm:3.8.1-next.11" dependencies: - "@webex/http-core": "npm:3.8.1-next.10" - "@webex/test-helper-mocha": "npm:3.8.1-next.10" + "@webex/http-core": "npm:3.8.1-next.11" + "@webex/test-helper-mocha": "npm:3.8.1-next.11" btoa: "npm:^1.2.1" lodash: "npm:^4.17.21" node-random-name: "npm:^1.0.1" uuid: "npm:^3.3.2" - checksum: 10c0/e559665132976d99533e3f9755bd73a84e6628f7e7cb961c56455ce99e9e5cbe1355e1dde64c6992fe434b34c45c96f57d21636cf3c259ea416c76724970334a + checksum: 10c0/e2794bc7a45d7270b5c437f422c432db67d07685486ebfdb6b6857f5690180ac3f0745168e78d0061d41cada7f5e55bd19203e739a780d58859ccd755b474a9e languageName: node linkType: hard @@ -12606,16 +12602,14 @@ __metadata: languageName: node linkType: hard -"@webex/webex-core@npm:3.8.1-next.10": - version: 3.8.1-next.10 - resolution: "@webex/webex-core@npm:3.8.1-next.10" +"@webex/webex-core@npm:3.8.1-next.11": + version: 3.8.1-next.11 + resolution: "@webex/webex-core@npm:3.8.1-next.11" dependencies: - "@webex/common": "npm:3.8.1-next.10" - "@webex/common-timers": "npm:3.8.1-next.10" - "@webex/http-core": "npm:3.8.1-next.10" - "@webex/internal-plugin-device": "npm:3.8.1-next.10" - "@webex/plugin-logger": "npm:3.8.1-next.10" - "@webex/storage-adapter-spec": "npm:3.8.1-next.10" + "@webex/common": "npm:3.8.1-next.11" + "@webex/common-timers": "npm:3.8.1-next.11" + "@webex/http-core": "npm:3.8.1-next.11" + "@webex/storage-adapter-spec": "npm:3.8.1-next.11" ampersand-collection: "npm:^2.0.2" ampersand-events: "npm:^2.0.2" ampersand-state: "npm:^5.0.3" @@ -12624,7 +12618,7 @@ __metadata: jsonwebtoken: "npm:^9.0.0" lodash: "npm:^4.17.21" uuid: "npm:^3.3.2" - checksum: 10c0/22df513d6874a8ca7f24b03b5617bc290ea186cebfe200d0da8e4aa143d9f2611745437d85b3d439d66333100ac0feebdcf913ae0bab048061c3ed7b10f73200 + checksum: 10c0/f9eb3cf12fb024167c3e948644ab71fbfdaf443b4082c75c68110a8c58a2386dcbec7e657595ff9ac94082b89820bb01b2e61451dfe970947b4a59bcaaf52bf0 languageName: node linkType: hard @@ -14512,15 +14506,15 @@ __metadata: languageName: node linkType: hard -"broker-factory@npm:^3.1.8": - version: 3.1.8 - resolution: "broker-factory@npm:3.1.8" +"broker-factory@npm:^3.1.9": + version: 3.1.9 + resolution: "broker-factory@npm:3.1.9" dependencies: - "@babel/runtime": "npm:^7.27.6" - fast-unique-numbers: "npm:^9.0.22" + "@babel/runtime": "npm:^7.28.3" + fast-unique-numbers: "npm:^9.0.23" tslib: "npm:^2.8.1" - worker-factory: "npm:^7.0.44" - checksum: 10c0/d803bd12b686827ff8b90bf0088b8c855d91f6ff078f5415e3c7dd4cce76c3d6abb6ee640f3e7189e3dd60ce79f316ef97d069fdd2feea6386a379660bcaa715 + worker-factory: "npm:^7.0.45" + checksum: 10c0/d45e4a8b97d0d2565d4e74927ae86807e25b35408d2c7f45a8e5d0c1aa464592439569c63916b9efc033cd1466ac0a8e1f455e3293e4e3945961182dfe669aef languageName: node linkType: hard @@ -19532,13 +19526,13 @@ __metadata: languageName: node linkType: hard -"fast-unique-numbers@npm:^9.0.22": - version: 9.0.22 - resolution: "fast-unique-numbers@npm:9.0.22" +"fast-unique-numbers@npm:^9.0.23": + version: 9.0.23 + resolution: "fast-unique-numbers@npm:9.0.23" dependencies: - "@babel/runtime": "npm:^7.27.6" + "@babel/runtime": "npm:^7.28.3" tslib: "npm:^2.8.1" - checksum: 10c0/e75f24da6946b22ea85d85e7d1f656da86fc85c9d6d17744d44629c185000280f88cb3f5fea5eea5a8c55dc3efcfb36fb7ac4c449bd3f97bfab33e4c0185c1a5 + checksum: 10c0/e42f930d71200539738bfe8ba9f5cc7b3ac278493cb101541668d47f59f4b15375932e7396eb027b7b1717a97aeb1798a773890a516b9b55698bd54f8f9063c8 languageName: node linkType: hard @@ -36035,14 +36029,14 @@ __metadata: languageName: node linkType: hard -"worker-factory@npm:^7.0.44": - version: 7.0.44 - resolution: "worker-factory@npm:7.0.44" +"worker-factory@npm:^7.0.45": + version: 7.0.45 + resolution: "worker-factory@npm:7.0.45" dependencies: - "@babel/runtime": "npm:^7.27.6" - fast-unique-numbers: "npm:^9.0.22" + "@babel/runtime": "npm:^7.28.3" + fast-unique-numbers: "npm:^9.0.23" tslib: "npm:^2.8.1" - checksum: 10c0/fca3404a02e1a9bccf29ba275eed200b98cbf35fd767ed559da172b48badda68621d74b74d1625008e6fe78f5d5baf764be4a74cc459d18a1099262d017770a8 + checksum: 10c0/65624d9b75fe9dd6e6ea0ec04193f02bb6eff96e9a97b646df905898fbf23911d376cd1afd6be57879d191afad86914a05d16d57bd9afb1a77c434c101441580 languageName: node linkType: hard @@ -36055,6 +36049,19 @@ __metadata: languageName: node linkType: hard +"worker-timers-broker@npm:^8.0.10": + version: 8.0.10 + resolution: "worker-timers-broker@npm:8.0.10" + dependencies: + "@babel/runtime": "npm:^7.28.3" + broker-factory: "npm:^3.1.9" + fast-unique-numbers: "npm:^9.0.23" + tslib: "npm:^2.8.1" + worker-timers-worker: "npm:^9.0.10" + checksum: 10c0/44871f2ef070581a7b690784fc9095f0ccd704b8df9e31c1177037fe06a1dc84391d64c3363c8757182213a96a16b9c3587a4f49c5e88aa4cab7162019c9cd33 + languageName: node + linkType: hard + "worker-timers-broker@npm:^8.0.6": version: 8.0.6 resolution: "worker-timers-broker@npm:8.0.6" @@ -36068,16 +36075,14 @@ __metadata: languageName: node linkType: hard -"worker-timers-broker@npm:^8.0.9": - version: 8.0.9 - resolution: "worker-timers-broker@npm:8.0.9" +"worker-timers-worker@npm:^9.0.10": + version: 9.0.10 + resolution: "worker-timers-worker@npm:9.0.10" dependencies: - "@babel/runtime": "npm:^7.27.6" - broker-factory: "npm:^3.1.8" - fast-unique-numbers: "npm:^9.0.22" + "@babel/runtime": "npm:^7.28.3" tslib: "npm:^2.8.1" - worker-timers-worker: "npm:^9.0.9" - checksum: 10c0/c3b9cc7c078ec628c8aa432fab1f1c2df01dadd4ca9b847a82ce82ab3deec8070aaf62bea7b82e491f9c8e3686b89d08c9ce4bd4a5ee51b043b77798b34935c7 + worker-factory: "npm:^7.0.45" + checksum: 10c0/fa6d95cf9f460c620051b544aaff3678217c9c5548a8ced21dd5f99afd879e90e94a3fc4d8255b0b80e989cbaaf958ffa5204e10a9b234081e412d16a11bb295 languageName: node linkType: hard @@ -36092,17 +36097,6 @@ __metadata: languageName: node linkType: hard -"worker-timers-worker@npm:^9.0.9": - version: 9.0.9 - resolution: "worker-timers-worker@npm:9.0.9" - dependencies: - "@babel/runtime": "npm:^7.27.6" - tslib: "npm:^2.8.1" - worker-factory: "npm:^7.0.44" - checksum: 10c0/df23a1a1e0bda4cf12317be10436cc7b42baa511d3b14aa5952b0c3a77bdd355192ebac55d4b8074a895532d68a26fedc3f0e2cd7c7d98d3366d8368317c208b - languageName: node - linkType: hard - "worker-timers@npm:^8.0.2": version: 8.0.20 resolution: "worker-timers@npm:8.0.20" @@ -36116,14 +36110,14 @@ __metadata: linkType: hard "worker-timers@npm:^8.0.21": - version: 8.0.23 - resolution: "worker-timers@npm:8.0.23" + version: 8.0.24 + resolution: "worker-timers@npm:8.0.24" dependencies: - "@babel/runtime": "npm:^7.27.6" + "@babel/runtime": "npm:^7.28.3" tslib: "npm:^2.8.1" - worker-timers-broker: "npm:^8.0.9" - worker-timers-worker: "npm:^9.0.9" - checksum: 10c0/aa33dfb2b27ac9478adb815e5cce0006cbac2927ae60c87b12892b36ed0103dfcbe077821ecf6ce50ecbe31a27d797dbdee404985c4082747852306544c1b2c4 + worker-timers-broker: "npm:^8.0.10" + worker-timers-worker: "npm:^9.0.10" + checksum: 10c0/30f74c04dc538aad34b62a067858602e39e482ff80d36c53c0a992ec3483eacf9097c81fa91c1ab8f6bb5dd104a7aef2a1648dadaf342529d4b0a6fb8ee65f59 languageName: node linkType: hard From 6c91dd074479592860de8b5ebf1abb96935aea65 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Fri, 22 Aug 2025 16:51:21 +0530 Subject: [PATCH 2/2] fix(contact-center): revert the contact-center CHANGELOG.md file --- packages/contact-center/CHANGELOG.md | 344 ++++++++++++++++++--------- 1 file changed, 226 insertions(+), 118 deletions(-) diff --git a/packages/contact-center/CHANGELOG.md b/packages/contact-center/CHANGELOG.md index 364557c81..cb7477976 100644 --- a/packages/contact-center/CHANGELOG.md +++ b/packages/contact-center/CHANGELOG.md @@ -1,653 +1,761 @@ # [1.28.0-ccwidgets.106](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.105...v1.28.0-ccwidgets.106) (2025-08-13) + ### Bug Fixes -- **agent-invite-failed-events:** show-agent-invite-failed-reasons ([#514](https://github.com/webex/widgets/issues/514)) ([50626dc](https://github.com/webex/widgets/commit/50626dcede1fb19ac6c3bd3a8a9c3a29b5124122)) +* **agent-invite-failed-events:** show-agent-invite-failed-reasons ([#514](https://github.com/webex/widgets/issues/514)) ([50626dc](https://github.com/webex/widgets/commit/50626dcede1fb19ac6c3bd3a8a9c3a29b5124122)) # [1.28.0-ccwidgets.105](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.104...v1.28.0-ccwidgets.105) (2025-08-11) + ### Bug Fixes -- **cc-widgets:** E2e tests config updated with new dedicated chat url ([#513](https://github.com/webex/widgets/issues/513)) ([9504d2b](https://github.com/webex/widgets/commit/9504d2b5229082cac0333ae2b7a91b8dc8a42be2)) +* **cc-widgets:** E2e tests config updated with new dedicated chat url ([#513](https://github.com/webex/widgets/issues/513)) ([9504d2b](https://github.com/webex/widgets/commit/9504d2b5229082cac0333ae2b7a91b8dc8a42be2)) # [1.28.0-ccwidgets.104](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.103...v1.28.0-ccwidgets.104) (2025-08-08) + ### Bug Fixes -- **cc-widgets:** Incoming Transfer showing Call control fix ([#510](https://github.com/webex/widgets/issues/510)) ([25b3025](https://github.com/webex/widgets/commit/25b302592cc0bbf9feb6134cbce0c34088b44761)) +* **cc-widgets:** Incoming Transfer showing Call control fix ([#510](https://github.com/webex/widgets/issues/510)) ([25b3025](https://github.com/webex/widgets/commit/25b302592cc0bbf9feb6134cbce0c34088b44761)) # [1.28.0-ccwidgets.103](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.102...v1.28.0-ccwidgets.103) (2025-08-06) + ### Bug Fixes -- **user-state:** fix-rona-state ([#511](https://github.com/webex/widgets/issues/511)) ([0022bd5](https://github.com/webex/widgets/commit/0022bd5c26b1d9bbc7bc8491b6c7d9013448e6e0)) +* **user-state:** fix-rona-state ([#511](https://github.com/webex/widgets/issues/511)) ([0022bd5](https://github.com/webex/widgets/commit/0022bd5c26b1d9bbc7bc8491b6c7d9013448e6e0)) # [1.28.0-ccwidgets.102](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.101...v1.28.0-ccwidgets.102) (2025-08-06) + ### Bug Fixes -- **cc-widgets:** multi-stage consult flows ([#507](https://github.com/webex/widgets/issues/507)) ([5bb48ac](https://github.com/webex/widgets/commit/5bb48acbc2398604bc7250024dcf7c2ce2adbea6)) +* **cc-widgets:** multi-stage consult flows ([#507](https://github.com/webex/widgets/issues/507)) ([5bb48ac](https://github.com/webex/widgets/commit/5bb48acbc2398604bc7250024dcf7c2ce2adbea6)) # [1.28.0-ccwidgets.101](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.100...v1.28.0-ccwidgets.101) (2025-08-04) + ### Bug Fixes -- **cc-widgets:** Transfer issue fix ([#509](https://github.com/webex/widgets/issues/509)) ([038e6fc](https://github.com/webex/widgets/commit/038e6fcc8f81f3a55628c74689961a6281273ce3)) +* **cc-widgets:** Transfer issue fix ([#509](https://github.com/webex/widgets/issues/509)) ([038e6fc](https://github.com/webex/widgets/commit/038e6fcc8f81f3a55628c74689961a6281273ce3)) # [1.28.0-ccwidgets.100](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.99...v1.28.0-ccwidgets.100) (2025-08-01) + ### Bug Fixes -- **auto-wrapup-timer:** added-uts-for-auto-wrapup-timer ([#505](https://github.com/webex/widgets/issues/505)) ([83de01b](https://github.com/webex/widgets/commit/83de01b0fbde77a5dfe40c6ef2f36c647e4076f3)) +* **auto-wrapup-timer:** added-uts-for-auto-wrapup-timer ([#505](https://github.com/webex/widgets/issues/505)) ([83de01b](https://github.com/webex/widgets/commit/83de01b0fbde77a5dfe40c6ef2f36c647e4076f3)) # [1.28.0-ccwidgets.99](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.98...v1.28.0-ccwidgets.99) (2025-07-31) + ### Bug Fixes -- **task-controls:** add-uts-for-task-controls ([#502](https://github.com/webex/widgets/issues/502)) ([2a4595b](https://github.com/webex/widgets/commit/2a4595b0d561fe1dbbdd0b0d49cec59c6332c281)) +* **task-controls:** add-uts-for-task-controls ([#502](https://github.com/webex/widgets/issues/502)) ([2a4595b](https://github.com/webex/widgets/commit/2a4595b0d561fe1dbbdd0b0d49cec59c6332c281)) # [1.28.0-ccwidgets.98](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.97...v1.28.0-ccwidgets.98) (2025-07-29) + ### Bug Fixes -- **incoming-task:** add-uts-for-incoming-task ([#499](https://github.com/webex/widgets/issues/499)) ([b9e6c7c](https://github.com/webex/widgets/commit/b9e6c7c1c9126d8d014e0b1aa1bca3f81c697ac6)) +* **incoming-task:** add-uts-for-incoming-task ([#499](https://github.com/webex/widgets/issues/499)) ([b9e6c7c](https://github.com/webex/widgets/commit/b9e6c7c1c9126d8d014e0b1aa1bca3f81c697ac6)) # [1.28.0-ccwidgets.97](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.96...v1.28.0-ccwidgets.97) (2025-07-28) + ### Bug Fixes -- **widgets:** fixed-consult-transfer-popover-transient-issue ([#506](https://github.com/webex/widgets/issues/506)) ([ae646bd](https://github.com/webex/widgets/commit/ae646bde44ee4fbc5383cfc456c22d2f91b47d20)) +* **widgets:** fixed-consult-transfer-popover-transient-issue ([#506](https://github.com/webex/widgets/issues/506)) ([ae646bd](https://github.com/webex/widgets/commit/ae646bde44ee4fbc5383cfc456c22d2f91b47d20)) # [1.28.0-ccwidgets.96](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.95...v1.28.0-ccwidgets.96) (2025-07-24) + ### Features -- **cc-widgets:** UI Automation for Basic Task Controls ([#497](https://github.com/webex/widgets/issues/497)) ([6aa1c90](https://github.com/webex/widgets/commit/6aa1c906340aa03ff6f2d43f8e57d3064e327c9e)) +* **cc-widgets:** UI Automation for Basic Task Controls ([#497](https://github.com/webex/widgets/issues/497)) ([6aa1c90](https://github.com/webex/widgets/commit/6aa1c906340aa03ff6f2d43f8e57d3064e327c9e)) # [1.28.0-ccwidgets.95](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.94...v1.28.0-ccwidgets.95) (2025-07-24) + ### Bug Fixes -- **playwright:** add-logic-to-read-agent2-token ([#504](https://github.com/webex/widgets/issues/504)) ([82866fa](https://github.com/webex/widgets/commit/82866fa77f54113370d7499d19418c310a53aa71)) +* **playwright:** add-logic-to-read-agent2-token ([#504](https://github.com/webex/widgets/issues/504)) ([82866fa](https://github.com/webex/widgets/commit/82866fa77f54113370d7499d19418c310a53aa71)) # [1.28.0-ccwidgets.94](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.93...v1.28.0-ccwidgets.94) (2025-07-16) + ### Bug Fixes -- **tooling:** add type checking in ccwidgets ([#444](https://github.com/webex/widgets/issues/444)) ([cdc58e6](https://github.com/webex/widgets/commit/cdc58e610a9356b872d9093bb6a89c89cdc73d07)) +* **tooling:** add type checking in ccwidgets ([#444](https://github.com/webex/widgets/issues/444)) ([cdc58e6](https://github.com/webex/widgets/commit/cdc58e610a9356b872d9093bb6a89c89cdc73d07)) # [1.28.0-ccwidgets.93](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.92...v1.28.0-ccwidgets.93) (2025-07-16) + ### Bug Fixes -- **contact-center:** created callbacks.md ([#501](https://github.com/webex/widgets/issues/501)) ([6336212](https://github.com/webex/widgets/commit/63362129a0f9c81e6850688cbcf87684a62a53da)) +* **contact-center:** created callbacks.md ([#501](https://github.com/webex/widgets/issues/501)) ([6336212](https://github.com/webex/widgets/commit/63362129a0f9c81e6850688cbcf87684a62a53da)) # [1.28.0-ccwidgets.92](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.91...v1.28.0-ccwidgets.92) (2025-07-15) + ### Bug Fixes -- **call-control:** implement-mute-unmute-actions ([#492](https://github.com/webex/widgets/issues/492)) ([ba70164](https://github.com/webex/widgets/commit/ba701648d8341e72a0dbaae2070ddeb0459cb588)) +* **call-control:** implement-mute-unmute-actions ([#492](https://github.com/webex/widgets/issues/492)) ([ba70164](https://github.com/webex/widgets/commit/ba701648d8341e72a0dbaae2070ddeb0459cb588)) # [1.28.0-ccwidgets.91](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.90...v1.28.0-ccwidgets.91) (2025-07-14) + ### Features -- **cc-widgets:** UI Automation for Incoming Task ([#485](https://github.com/webex/widgets/issues/485)) ([64134db](https://github.com/webex/widgets/commit/64134db1018f262620f488b739ea48ecab0890e4)) +* **cc-widgets:** UI Automation for Incoming Task ([#485](https://github.com/webex/widgets/issues/485)) ([64134db](https://github.com/webex/widgets/commit/64134db1018f262620f488b739ea48ecab0890e4)) # [1.28.0-ccwidgets.90](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.89...v1.28.0-ccwidgets.90) (2025-07-11) + ### Bug Fixes -- **cc-widgets:** update the workflow for pull request by increasing the timeout for e2e_test_cc_widgets ([#495](https://github.com/webex/widgets/issues/495)) ([094b9b1](https://github.com/webex/widgets/commit/094b9b19f2a8a1f753c3b38dd4175e3f2e4ffa14)) +* **cc-widgets:** update the workflow for pull request by increasing the timeout for e2e_test_cc_widgets ([#495](https://github.com/webex/widgets/issues/495)) ([094b9b1](https://github.com/webex/widgets/commit/094b9b19f2a8a1f753c3b38dd4175e3f2e4ffa14)) # [1.28.0-ccwidgets.89](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.88...v1.28.0-ccwidgets.89) (2025-07-11) + ### Bug Fixes -- **cc-components:** Add unit and snapshot testing for user state ([#478](https://github.com/webex/widgets/issues/478)) ([f9efbf0](https://github.com/webex/widgets/commit/f9efbf02180c12c08a3be520abc20e87aa67e2ae)) -- **cc-widgets:** add email credentials to the workflow ([#493](https://github.com/webex/widgets/issues/493)) ([49b017a](https://github.com/webex/widgets/commit/49b017abd5895f407771a4a10d736085cf29f1d1)) +* **cc-components:** Add unit and snapshot testing for user state ([#478](https://github.com/webex/widgets/issues/478)) ([f9efbf0](https://github.com/webex/widgets/commit/f9efbf02180c12c08a3be520abc20e87aa67e2ae)) +* **cc-widgets:** add email credentials to the workflow ([#493](https://github.com/webex/widgets/issues/493)) ([49b017a](https://github.com/webex/widgets/commit/49b017abd5895f407771a4a10d736085cf29f1d1)) # [1.28.0-ccwidgets.88](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.87...v1.28.0-ccwidgets.88) (2025-07-07) + ### Features -- **cc-widgets:** integ env ([#488](https://github.com/webex/widgets/issues/488)) ([aeefbd5](https://github.com/webex/widgets/commit/aeefbd5939a86db6a0e62fe402844e518216f94a)) +* **cc-widgets:** integ env ([#488](https://github.com/webex/widgets/issues/488)) ([aeefbd5](https://github.com/webex/widgets/commit/aeefbd5939a86db6a0e62fe402844e518216f94a)) # [1.28.0-ccwidgets.87](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.86...v1.28.0-ccwidgets.87) (2025-07-07) + ### Features -- **cc-widgets:** UI Automation for Station Login Tests ([#484](https://github.com/webex/widgets/issues/484)) ([7480fcd](https://github.com/webex/widgets/commit/7480fcdb67f2c13607fdbafc6dde3aef97c95bc0)) +* **cc-widgets:** UI Automation for Station Login Tests ([#484](https://github.com/webex/widgets/issues/484)) ([7480fcd](https://github.com/webex/widgets/commit/7480fcdb67f2c13607fdbafc6dde3aef97c95bc0)) # [1.28.0-ccwidgets.86](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.85...v1.28.0-ccwidgets.86) (2025-07-04) + ### Bug Fixes -- **cc-samples:** refresh page onCCSignout ([#489](https://github.com/webex/widgets/issues/489)) ([22e4ee4](https://github.com/webex/widgets/commit/22e4ee44621228e7f5c1a82ae9bd2b8fee079390)) +* **cc-samples:** refresh page onCCSignout ([#489](https://github.com/webex/widgets/issues/489)) ([22e4ee4](https://github.com/webex/widgets/commit/22e4ee44621228e7f5c1a82ae9bd2b8fee079390)) # [1.28.0-ccwidgets.85](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.84...v1.28.0-ccwidgets.85) (2025-07-03) + ### Bug Fixes -- **cc-samples:** add loader on init and expand CAD ([#487](https://github.com/webex/widgets/issues/487)) ([c319657](https://github.com/webex/widgets/commit/c3196576a2e5538a0ef19c3acda12a3b8b1c4d4d)) +* **cc-samples:** add loader on init and expand CAD ([#487](https://github.com/webex/widgets/issues/487)) ([c319657](https://github.com/webex/widgets/commit/c3196576a2e5538a0ef19c3acda12a3b8b1c4d4d)) # [1.28.0-ccwidgets.84](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.83...v1.28.0-ccwidgets.84) (2025-07-03) + ### Bug Fixes -- **incoming-task:** fix-incoming-task-overflow-issue ([#482](https://github.com/webex/widgets/issues/482)) ([af70bee](https://github.com/webex/widgets/commit/af70bee48a63d1bc10549e6ba51801d3acf70964)) +* **incoming-task:** fix-incoming-task-overflow-issue ([#482](https://github.com/webex/widgets/issues/482)) ([af70bee](https://github.com/webex/widgets/commit/af70bee48a63d1bc10549e6ba51801d3acf70964)) # [1.28.0-ccwidgets.83](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.82...v1.28.0-ccwidgets.83) (2025-07-01) + ### Features -- **cc-widgets:** UI Automation for State Change ([#476](https://github.com/webex/widgets/issues/476)) ([999cb53](https://github.com/webex/widgets/commit/999cb533c83c3e5e8f7045fa89f1b5629e94a041)) +* **cc-widgets:** UI Automation for State Change ([#476](https://github.com/webex/widgets/issues/476)) ([999cb53](https://github.com/webex/widgets/commit/999cb533c83c3e5e8f7045fa89f1b5629e94a041)) # [1.28.0-ccwidgets.82](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.81...v1.28.0-ccwidgets.82) (2025-07-01) + ### Features -- **cc-widgets:** autoWrapup implemented ([#472](https://github.com/webex/widgets/issues/472)) ([07c4ef1](https://github.com/webex/widgets/commit/07c4ef18dbe4ddab8b813bb4ef36902903e5b586)) +* **cc-widgets:** autoWrapup implemented ([#472](https://github.com/webex/widgets/issues/472)) ([07c4ef1](https://github.com/webex/widgets/commit/07c4ef18dbe4ddab8b813bb4ef36902903e5b586)) # [1.28.0-ccwidgets.81](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.80...v1.28.0-ccwidgets.81) (2025-06-30) + ### Bug Fixes -- **cc-widgets:** update the workflow for pull request by adding and modifying the required env variables ([#481](https://github.com/webex/widgets/issues/481)) ([fd71837](https://github.com/webex/widgets/commit/fd718375eab379a439f281ed73559637180b6532)) +* **cc-widgets:** update the workflow for pull request by adding and modifying the required env variables ([#481](https://github.com/webex/widgets/issues/481)) ([fd71837](https://github.com/webex/widgets/commit/fd718375eab379a439f281ed73559637180b6532)) # [1.28.0-ccwidgets.80](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.79...v1.28.0-ccwidgets.80) (2025-06-26) + ### Bug Fixes -- **call-control:** implement-holdtimer-fix ([#479](https://github.com/webex/widgets/issues/479)) ([c53bf3b](https://github.com/webex/widgets/commit/c53bf3bc4c2b3e63bd818335a2e53de783ec8dd5)) +* **call-control:** implement-holdtimer-fix ([#479](https://github.com/webex/widgets/issues/479)) ([c53bf3b](https://github.com/webex/widgets/commit/c53bf3bc4c2b3e63bd818335a2e53de783ec8dd5)) # [1.28.0-ccwidgets.79](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.78...v1.28.0-ccwidgets.79) (2025-06-26) + ### Bug Fixes -- **cc-widgets:** update the workflow for pull request by adding the required env variables ([#480](https://github.com/webex/widgets/issues/480)) ([247ca45](https://github.com/webex/widgets/commit/247ca45b8d60c8c52c318a0528cfb32c80bc6c1d)) +* **cc-widgets:** update the workflow for pull request by adding the required env variables ([#480](https://github.com/webex/widgets/issues/480)) ([247ca45](https://github.com/webex/widgets/commit/247ca45b8d60c8c52c318a0528cfb32c80bc6c1d)) # [1.28.0-ccwidgets.78](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.77...v1.28.0-ccwidgets.78) (2025-06-24) + ### Bug Fixes -- set a valid default device type on initial login ([#475](https://github.com/webex/widgets/issues/475)) ([063f1ac](https://github.com/webex/widgets/commit/063f1acdf4944b885216bee6d60f65fbe24f9b91)) +* set a valid default device type on initial login ([#475](https://github.com/webex/widgets/issues/475)) ([063f1ac](https://github.com/webex/widgets/commit/063f1acdf4944b885216bee6d60f65fbe24f9b91)) # [1.28.0-ccwidgets.77](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.76...v1.28.0-ccwidgets.77) (2025-06-24) + ### Bug Fixes -- **station-login:** doStationLogout prop to logout on signout confirm ([#473](https://github.com/webex/widgets/issues/473)) ([a38cc5b](https://github.com/webex/widgets/commit/a38cc5b80fdc1833b1f3672bcc674c6b5b8e3ce1)) +* **station-login:** doStationLogout prop to logout on signout confirm ([#473](https://github.com/webex/widgets/issues/473)) ([a38cc5b](https://github.com/webex/widgets/commit/a38cc5b80fdc1833b1f3672bcc674c6b5b8e3ce1)) # [1.28.0-ccwidgets.76](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.75...v1.28.0-ccwidgets.76) (2025-06-23) + ### Bug Fixes -- **call-control:** address-bug-fixes ([#474](https://github.com/webex/widgets/issues/474)) ([14f961c](https://github.com/webex/widgets/commit/14f961c22156a03101db87fa9e84010a10faf056)) +* **call-control:** address-bug-fixes ([#474](https://github.com/webex/widgets/issues/474)) ([14f961c](https://github.com/webex/widgets/commit/14f961c22156a03101db87fa9e84010a10faf056)) # [1.28.0-ccwidgets.75](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.74...v1.28.0-ccwidgets.75) (2025-06-20) + ### Bug Fixes -- **store:** incorporate task hydrate fix from SDK ([#477](https://github.com/webex/widgets/issues/477)) ([8f20022](https://github.com/webex/widgets/commit/8f2002277914afed79dbadf37de7d793210f7d71)) +* **store:** incorporate task hydrate fix from SDK ([#477](https://github.com/webex/widgets/issues/477)) ([8f20022](https://github.com/webex/widgets/commit/8f2002277914afed79dbadf37de7d793210f7d71)) # [1.28.0-ccwidgets.74](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.73...v1.28.0-ccwidgets.74) (2025-06-20) + ### Bug Fixes -- **cc-widgets:** Resolved RONA popup issue and add close button ([#470](https://github.com/webex/widgets/issues/470)) ([1071ca1](https://github.com/webex/widgets/commit/1071ca13195cb01cf1aa2ab6d7c3c1f7282e2b2d)) +* **cc-widgets:** Resolved RONA popup issue and add close button ([#470](https://github.com/webex/widgets/issues/470)) ([1071ca1](https://github.com/webex/widgets/commit/1071ca13195cb01cf1aa2ab6d7c3c1f7282e2b2d)) # [1.28.0-ccwidgets.73](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.72...v1.28.0-ccwidgets.73) (2025-06-16) + ### Bug Fixes -- **cc-widgets:** use customer name for social channel ([#469](https://github.com/webex/widgets/issues/469)) ([472d743](https://github.com/webex/widgets/commit/472d743ffbb54381fb58224b589e5e0791b23ef3)) +* **cc-widgets:** use customer name for social channel ([#469](https://github.com/webex/widgets/issues/469)) ([472d743](https://github.com/webex/widgets/commit/472d743ffbb54381fb58224b589e5e0791b23ef3)) # [1.28.0-ccwidgets.72](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.71...v1.28.0-ccwidgets.72) (2025-06-16) + ### Bug Fixes -- **ui-testing:** add unit and snapshot testing for station-login ([#468](https://github.com/webex/widgets/issues/468)) ([b4baecb](https://github.com/webex/widgets/commit/b4baecbbe0384fe56c3cc01aa677cdc29cb0fba5)) +* **ui-testing:** add unit and snapshot testing for station-login ([#468](https://github.com/webex/widgets/issues/468)) ([b4baecb](https://github.com/webex/widgets/commit/b4baecbbe0384fe56c3cc01aa677cdc29cb0fba5)) # [1.28.0-ccwidgets.71](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.70...v1.28.0-ccwidgets.71) (2025-06-13) + ### Bug Fixes -- **cc-task:** add required callbacks ([#471](https://github.com/webex/widgets/issues/471)) ([f78ed67](https://github.com/webex/widgets/commit/f78ed6784b321549d1eca3a3f746ea5bb47ed245)) +* **cc-task:** add required callbacks ([#471](https://github.com/webex/widgets/issues/471)) ([f78ed67](https://github.com/webex/widgets/commit/f78ed6784b321549d1eca3a3f746ea5bb47ed245)) # [1.28.0-ccwidgets.70](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.69...v1.28.0-ccwidgets.70) (2025-06-10) + ### Bug Fixes -- **cc-widgets:** resolves type error ([#465](https://github.com/webex/widgets/issues/465)) ([b9309bd](https://github.com/webex/widgets/commit/b9309bdbadb6e111ed99ae5b7e16eb99a1538892)) +* **cc-widgets:** resolves type error ([#465](https://github.com/webex/widgets/issues/465)) ([b9309bd](https://github.com/webex/widgets/commit/b9309bdbadb6e111ed99ae5b7e16eb99a1538892)) # [1.28.0-ccwidgets.69](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.68...v1.28.0-ccwidgets.69) (2025-06-06) + ### Bug Fixes -- **agent-profile:** agent-save-interaction-preferences ([#467](https://github.com/webex/widgets/issues/467)) ([9458501](https://github.com/webex/widgets/commit/94585011c7ac1f9b6c343814c3a9c3fb7841e46f)) +* **agent-profile:** agent-save-interaction-preferences ([#467](https://github.com/webex/widgets/issues/467)) ([9458501](https://github.com/webex/widgets/commit/94585011c7ac1f9b6c343814c3a9c3fb7841e46f)) # [1.28.0-ccwidgets.68](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.67...v1.28.0-ccwidgets.68) (2025-06-05) + ### Features -- **cc-widgets:** added-advanced-logs ([#464](https://github.com/webex/widgets/issues/464)) ([3c0bd2b](https://github.com/webex/widgets/commit/3c0bd2bdbae2ec357e9332f45eb63f79398d37d9)) +* **cc-widgets:** added-advanced-logs ([#464](https://github.com/webex/widgets/issues/464)) ([3c0bd2b](https://github.com/webex/widgets/commit/3c0bd2bdbae2ec357e9332f45eb63f79398d37d9)) # [1.28.0-ccwidgets.67](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.66...v1.28.0-ccwidgets.67) (2025-06-03) + ### Bug Fixes -- **cc-task:** TaskList onTaskSelected callback ([#466](https://github.com/webex/widgets/issues/466)) ([5d7038f](https://github.com/webex/widgets/commit/5d7038fcfd79b2b71d372ac49b29904c48e106d5)) +* **cc-task:** TaskList onTaskSelected callback ([#466](https://github.com/webex/widgets/issues/466)) ([5d7038f](https://github.com/webex/widgets/commit/5d7038fcfd79b2b71d372ac49b29904c48e106d5)) # [1.28.0-ccwidgets.66](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.65...v1.28.0-ccwidgets.66) (2025-06-02) + ### Bug Fixes -- **tooling:** use secrets while running tests ([#463](https://github.com/webex/widgets/issues/463)) ([227bafd](https://github.com/webex/widgets/commit/227bafd8e340ef15a36532d408ef65e6298294ea)) +* **tooling:** use secrets while running tests ([#463](https://github.com/webex/widgets/issues/463)) ([227bafd](https://github.com/webex/widgets/commit/227bafd8e340ef15a36532d408ef65e6298294ea)) # [1.28.0-ccwidgets.65](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.64...v1.28.0-ccwidgets.65) (2025-06-01) + ### Bug Fixes -- **samples:** add an unlisted URL for chat client ([#462](https://github.com/webex/widgets/issues/462)) ([3def454](https://github.com/webex/widgets/commit/3def454f541d490d22d6ba10e2c696117cb0951e)) +* **samples:** add an unlisted URL for chat client ([#462](https://github.com/webex/widgets/issues/462)) ([3def454](https://github.com/webex/widgets/commit/3def454f541d490d22d6ba10e2c696117cb0951e)) # [1.28.0-ccwidgets.64](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.63...v1.28.0-ccwidgets.64) (2025-05-30) + ### Bug Fixes -- **station-logout:** implement-station-logout-with-sample-toggles ([#461](https://github.com/webex/widgets/issues/461)) ([de47b18](https://github.com/webex/widgets/commit/de47b18c0f37739e7de26ba6f3c70f932d1715f7)) +* **station-logout:** implement-station-logout-with-sample-toggles ([#461](https://github.com/webex/widgets/issues/461)) ([de47b18](https://github.com/webex/widgets/commit/de47b18c0f37739e7de26ba6f3c70f932d1715f7)) # [1.28.0-ccwidgets.63](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.62...v1.28.0-ccwidgets.63) (2025-05-30) + ### Bug Fixes -- **station-login:** fix-station-login-bugs ([#459](https://github.com/webex/widgets/issues/459)) ([a203779](https://github.com/webex/widgets/commit/a203779ed81005b216d5658d9033f7d30e115797)) +* **station-login:** fix-station-login-bugs ([#459](https://github.com/webex/widgets/issues/459)) ([a203779](https://github.com/webex/widgets/commit/a203779ed81005b216d5658d9033f7d30e115797)) # [1.28.0-ccwidgets.62](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.61...v1.28.0-ccwidgets.62) (2025-05-26) + ### Bug Fixes -- **tooling:** fix jest setup for UI testing ([#460](https://github.com/webex/widgets/issues/460)) ([7c4a021](https://github.com/webex/widgets/commit/7c4a02197835b09886b5c566651aa10f38f34cb5)) +* **tooling:** fix jest setup for UI testing ([#460](https://github.com/webex/widgets/issues/460)) ([7c4a021](https://github.com/webex/widgets/commit/7c4a02197835b09886b5c566651aa10f38f34cb5)) # [1.28.0-ccwidgets.61](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.60...v1.28.0-ccwidgets.61) (2025-05-26) + ### Bug Fixes -- **tooling:** add-playwright-tests ([#420](https://github.com/webex/widgets/issues/420)) ([fa52889](https://github.com/webex/widgets/commit/fa5288982c45fba258c715a8a27d501fd8be650c)) +* **tooling:** add-playwright-tests ([#420](https://github.com/webex/widgets/issues/420)) ([fa52889](https://github.com/webex/widgets/commit/fa5288982c45fba258c715a8a27d501fd8be650c)) # [1.28.0-ccwidgets.60](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.59...v1.28.0-ccwidgets.60) (2025-05-23) + ### Bug Fixes -- **contact-center:** fix bugs listed in CAI-6468 ([#458](https://github.com/webex/widgets/issues/458)) ([0873b44](https://github.com/webex/widgets/commit/0873b44919220bc00124ff708811247ba1da05dd)) +* **contact-center:** fix bugs listed in CAI-6468 ([#458](https://github.com/webex/widgets/issues/458)) ([0873b44](https://github.com/webex/widgets/commit/0873b44919220bc00124ff708811247ba1da05dd)) # [1.28.0-ccwidgets.59](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.58...v1.28.0-ccwidgets.59) (2025-05-22) + ### Features -- **cc-widgets:** Digital channels support ([#456](https://github.com/webex/widgets/issues/456)) ([6da537a](https://github.com/webex/widgets/commit/6da537ae7c63453622d9ac64b477d99e62534e62)) +* **cc-widgets:** Digital channels support ([#456](https://github.com/webex/widgets/issues/456)) ([6da537a](https://github.com/webex/widgets/commit/6da537ae7c63453622d9ac64b477d99e62534e62)) # [1.28.0-ccwidgets.58](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.57...v1.28.0-ccwidgets.58) (2025-05-19) + ### Bug Fixes -- **contact-center:** upgrade SDK version to use @webex/contact-center instead of webex ([#457](https://github.com/webex/widgets/issues/457)) ([930f070](https://github.com/webex/widgets/commit/930f0704985c9e2ddbcecc23c083b59be57f1daa)) +* **contact-center:** upgrade SDK version to use @webex/plugin-cc instead of webex ([#457](https://github.com/webex/widgets/issues/457)) ([930f070](https://github.com/webex/widgets/commit/930f0704985c9e2ddbcecc23c083b59be57f1daa)) # [1.28.0-ccwidgets.57](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.56...v1.28.0-ccwidgets.57) (2025-05-19) + ### Bug Fixes -- **store:** add agent profile in store ([#455](https://github.com/webex/widgets/issues/455)) ([ed10730](https://github.com/webex/widgets/commit/ed10730519d2627fdb8062f25c0de9d565b29abb)) +* **store:** add agent profile in store ([#455](https://github.com/webex/widgets/issues/455)) ([ed10730](https://github.com/webex/widgets/commit/ed10730519d2627fdb8062f25c0de9d565b29abb)) # [1.28.0-ccwidgets.56](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.55...v1.28.0-ccwidgets.56) (2025-05-19) + ### Bug Fixes -- **task-list:** resolved-ui-gaps-in-task-list-component ([#452](https://github.com/webex/widgets/issues/452)) ([67cbc5c](https://github.com/webex/widgets/commit/67cbc5cd1b081370d516f9371f7d9368d8bd3ecf)) +* **task-list:** resolved-ui-gaps-in-task-list-component ([#452](https://github.com/webex/widgets/issues/452)) ([67cbc5c](https://github.com/webex/widgets/commit/67cbc5cd1b081370d516f9371f7d9368d8bd3ecf)) # [1.28.0-ccwidgets.55](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.54...v1.28.0-ccwidgets.55) (2025-05-13) + ### Bug Fixes -- **samples:** add oauth login to react and wc samples ([#453](https://github.com/webex/widgets/issues/453)) ([08ca036](https://github.com/webex/widgets/commit/08ca036746d6c6ded1ffdd5fe0df63af4a270439)) +* **samples:** add oauth login to react and wc samples ([#453](https://github.com/webex/widgets/issues/453)) ([08ca036](https://github.com/webex/widgets/commit/08ca036746d6c6ded1ffdd5fe0df63af4a270439)) # [1.28.0-ccwidgets.54](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.53...v1.28.0-ccwidgets.54) (2025-05-09) + ### Features -- **station-login:** Add Validation to Station Login to Match Diverging Figma ([#449](https://github.com/webex/widgets/issues/449)) ([c256fe7](https://github.com/webex/widgets/commit/c256fe7dd21300081c73d244c2141c9960ccaa52)) +* **station-login:** Add Validation to Station Login to Match Diverging Figma ([#449](https://github.com/webex/widgets/issues/449)) ([c256fe7](https://github.com/webex/widgets/commit/c256fe7dd21300081c73d244c2141c9960ccaa52)) # [1.28.0-ccwidgets.53](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.52...v1.28.0-ccwidgets.53) (2025-05-08) + ### Bug Fixes -- **incoming-task:** support multiple incoming task widgets ([#446](https://github.com/webex/widgets/issues/446)) ([1720ebb](https://github.com/webex/widgets/commit/1720ebb6d77f885ae2c391d92e5f1305328d0114)) +* **incoming-task:** support multiple incoming task widgets ([#446](https://github.com/webex/widgets/issues/446)) ([1720ebb](https://github.com/webex/widgets/commit/1720ebb6d77f885ae2c391d92e5f1305328d0114)) # [1.28.0-ccwidgets.52](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.51...v1.28.0-ccwidgets.52) (2025-05-08) + ### Bug Fixes -- **user-state:** resolved-ui-gaps-in-user-state-dropdown-component ([#445](https://github.com/webex/widgets/issues/445)) ([e98226f](https://github.com/webex/widgets/commit/e98226f2eab16b39274bf2ce0d384055046591a2)) +* **user-state:** resolved-ui-gaps-in-user-state-dropdown-component ([#445](https://github.com/webex/widgets/issues/445)) ([e98226f](https://github.com/webex/widgets/commit/e98226f2eab16b39274bf2ce0d384055046591a2)) # [1.28.0-ccwidgets.51](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.50...v1.28.0-ccwidgets.51) (2025-05-07) + ### Features -- **cc-task:** task list to support multiple tasks and digital tasks ([#441](https://github.com/webex/widgets/issues/441)) ([a9f7596](https://github.com/webex/widgets/commit/a9f7596adc05aa31122b6bcbdc3a900c9cb0bbcc)) +* **cc-task:** task list to support multiple tasks and digital tasks ([#441](https://github.com/webex/widgets/issues/441)) ([a9f7596](https://github.com/webex/widgets/commit/a9f7596adc05aa31122b6bcbdc3a900c9cb0bbcc)) # [1.28.0-ccwidgets.50](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.49...v1.28.0-ccwidgets.50) (2025-04-30) + ### Bug Fixes -- **widgets:** fixed-wrapup-issue ([#442](https://github.com/webex/widgets/issues/442)) ([0eab5c3](https://github.com/webex/widgets/commit/0eab5c33e56b420b3a4ee2f9ebd2b92044af721e)) +* **widgets:** fixed-wrapup-issue ([#442](https://github.com/webex/widgets/issues/442)) ([0eab5c3](https://github.com/webex/widgets/commit/0eab5c33e56b420b3a4ee2f9ebd2b92044af721e)) # [1.28.0-ccwidgets.49](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.48...v1.28.0-ccwidgets.49) (2025-04-28) + ### Bug Fixes -- **profile:** upgrading sdk version to latest to pull multimedia profile changes ([#440](https://github.com/webex/widgets/issues/440)) ([66043c0](https://github.com/webex/widgets/commit/66043c0729a06b5125536867fde034f281aca91e)) +* **profile:** upgrading sdk version to latest to pull multimedia profile changes ([#440](https://github.com/webex/widgets/issues/440)) ([66043c0](https://github.com/webex/widgets/commit/66043c0729a06b5125536867fde034f281aca91e)) # [1.28.0-ccwidgets.48](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.47...v1.28.0-ccwidgets.48) (2025-04-28) + ### Features -- **station-login:** Update Station Login UI to Match Figma ([#433](https://github.com/webex/widgets/issues/433)) ([da133f4](https://github.com/webex/widgets/commit/da133f49136233f8994900b85ac135f78ffba2c5)) +* **station-login:** Update Station Login UI to Match Figma ([#433](https://github.com/webex/widgets/issues/433)) ([da133f4](https://github.com/webex/widgets/commit/da133f49136233f8994900b85ac135f78ffba2c5)) # [1.28.0-ccwidgets.47](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.46...v1.28.0-ccwidgets.47) (2025-04-25) + ### Bug Fixes -- **cc-components:** move consult control into cad wrapper component ([#435](https://github.com/webex/widgets/issues/435)) ([71214d9](https://github.com/webex/widgets/commit/71214d98b32ba1943b6dcbe027a054da48b7a857)) +* **cc-components:** move consult control into cad wrapper component ([#435](https://github.com/webex/widgets/issues/435)) ([71214d9](https://github.com/webex/widgets/commit/71214d98b32ba1943b6dcbe027a054da48b7a857)) # [1.28.0-ccwidgets.46](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.45...v1.28.0-ccwidgets.46) (2025-04-24) + ### Features -- **widgets:** added-consult-to-queue ([#434](https://github.com/webex/widgets/issues/434)) ([9bd3a5c](https://github.com/webex/widgets/commit/9bd3a5cebc49144dee3a56ed147b53e31431de44)) +* **widgets:** added-consult-to-queue ([#434](https://github.com/webex/widgets/issues/434)) ([9bd3a5c](https://github.com/webex/widgets/commit/9bd3a5cebc49144dee3a56ed147b53e31431de44)) # [1.28.0-ccwidgets.45](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.44...v1.28.0-ccwidgets.45) (2025-04-24) + ### Bug Fixes -- **task:** accept browser calls on login ([#436](https://github.com/webex/widgets/issues/436)) ([a4035ac](https://github.com/webex/widgets/commit/a4035aca1c837c80391b8daed861a94d98a502ce)) +* **task:** accept browser calls on login ([#436](https://github.com/webex/widgets/issues/436)) ([a4035ac](https://github.com/webex/widgets/commit/a4035aca1c837c80391b8daed861a94d98a502ce)) # [1.28.0-ccwidgets.44](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.43...v1.28.0-ccwidgets.44) (2025-04-16) + ### Bug Fixes -- **call-control:** add cad wrapper widget ([#432](https://github.com/webex/widgets/issues/432)) ([a0b0556](https://github.com/webex/widgets/commit/a0b0556b5550cce93006c34d3d95680985796331)) +* **call-control:** add cad wrapper widget ([#432](https://github.com/webex/widgets/issues/432)) ([a0b0556](https://github.com/webex/widgets/commit/a0b0556b5550cce93006c34d3d95680985796331)) # [1.28.0-ccwidgets.43](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.42...v1.28.0-ccwidgets.43) (2025-04-16) + ### Features -- **cc-widgets:** CC SDK version update to get upload logs ([#430](https://github.com/webex/widgets/issues/430)) ([d899474](https://github.com/webex/widgets/commit/d8994743555d829fc27e003ed7ae6960f46f3713)) +* **cc-widgets:** CC SDK version update to get upload logs ([#430](https://github.com/webex/widgets/issues/430)) ([d899474](https://github.com/webex/widgets/commit/d8994743555d829fc27e003ed7ae6960f46f3713)) # [1.28.0-ccwidgets.42](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.41...v1.28.0-ccwidgets.42) (2025-04-16) + ### Bug Fixes -- **tooling:** upgrade setup node and cache in github action to version 4 ([#431](https://github.com/webex/widgets/issues/431)) ([233a1ef](https://github.com/webex/widgets/commit/233a1ef703d90edcd1dfa09118fc95c7ac0ec008)) +* **tooling:** upgrade setup node and cache in github action to version 4 ([#431](https://github.com/webex/widgets/issues/431)) ([233a1ef](https://github.com/webex/widgets/commit/233a1ef703d90edcd1dfa09118fc95c7ac0ec008)) # [1.28.0-ccwidgets.41](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.40...v1.28.0-ccwidgets.41) (2025-04-15) + ### Features -- **task-controls:** added-consult-flow ([#424](https://github.com/webex/widgets/issues/424)) ([0e3da1b](https://github.com/webex/widgets/commit/0e3da1b2933850929a393eff70faf209d9ac1b33)) +* **task-controls:** added-consult-flow ([#424](https://github.com/webex/widgets/issues/424)) ([0e3da1b](https://github.com/webex/widgets/commit/0e3da1b2933850929a393eff70faf209d9ac1b33)) # [1.28.0-ccwidgets.40](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.39...v1.28.0-ccwidgets.40) (2025-04-14) + ### Bug Fixes -- **contact-center:** latest sdk version update ([#426](https://github.com/webex/widgets/issues/426)) ([9960f88](https://github.com/webex/widgets/commit/9960f880645f7717a04a4d47d07dc97a826ed3e3)) +* **contact-center:** latest sdk version update ([#426](https://github.com/webex/widgets/issues/426)) ([9960f88](https://github.com/webex/widgets/commit/9960f880645f7717a04a4d47d07dc97a826ed3e3)) # [1.28.0-ccwidgets.39](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.38...v1.28.0-ccwidgets.39) (2025-04-02) + ### Features -- **widgets:** added-transfer-functionality ([#423](https://github.com/webex/widgets/issues/423)) ([b7974a3](https://github.com/webex/widgets/commit/b7974a324e7e4d8c3a8a41c24d10b9c91b3effa0)) +* **widgets:** added-transfer-functionality ([#423](https://github.com/webex/widgets/issues/423)) ([b7974a3](https://github.com/webex/widgets/commit/b7974a324e7e4d8c3a8a41c24d10b9c91b3effa0)) # [1.28.0-ccwidgets.38](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.37...v1.28.0-ccwidgets.38) (2025-03-27) + ### Bug Fixes -- **cc-components:** move station-login, cc-task presentational to cc-components ([#421](https://github.com/webex/widgets/issues/421)) ([ec20de8](https://github.com/webex/widgets/commit/ec20de86eb914bd2b1bfe86f178a968dee834959)) +* **cc-components:** move station-login, cc-task presentational to cc-components ([#421](https://github.com/webex/widgets/issues/421)) ([ec20de8](https://github.com/webex/widgets/commit/ec20de86eb914bd2b1bfe86f178a968dee834959)) # [1.28.0-ccwidgets.37](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.36...v1.28.0-ccwidgets.37) (2025-03-25) + ### Bug Fixes -- **cc-widgets:** Pause resume record issue fix ([#409](https://github.com/webex/widgets/issues/409)) ([11c9b5e](https://github.com/webex/widgets/commit/11c9b5ecf2745eaf44762afb018c70add4b0014b)) +* **cc-widgets:** Pause resume record issue fix ([#409](https://github.com/webex/widgets/issues/409)) ([11c9b5e](https://github.com/webex/widgets/commit/11c9b5ecf2745eaf44762afb018c70add4b0014b)) # [1.28.0-ccwidgets.36](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.35...v1.28.0-ccwidgets.36) (2025-03-25) + ### Features -- **cc-task:** added agent outdial feature ([#399](https://github.com/webex/widgets/issues/399)) ([cded569](https://github.com/webex/widgets/commit/cded56903e258763df082749702490bd6fc8380c)) +* **cc-task:** added agent outdial feature ([#399](https://github.com/webex/widgets/issues/399)) ([cded569](https://github.com/webex/widgets/commit/cded56903e258763df082749702490bd6fc8380c)) # [1.28.0-ccwidgets.35](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.34...v1.28.0-ccwidgets.35) (2025-03-21) + ### Bug Fixes -- **tooling:** add exec step to releaserc ([#418](https://github.com/webex/widgets/issues/418)) ([c8226c6](https://github.com/webex/widgets/commit/c8226c67ba49ac408eefa4d4772a7be970e2fd03)) +* **tooling:** add exec step to releaserc ([#418](https://github.com/webex/widgets/issues/418)) ([c8226c6](https://github.com/webex/widgets/commit/c8226c67ba49ac408eefa4d4772a7be970e2fd03)) # [1.28.0-ccwidgets.34](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.33...v1.28.0-ccwidgets.34) (2025-03-21) + ### Bug Fixes -- **samples:** test fix to publish new widgets using gh actions ([#414](https://github.com/webex/widgets/issues/414)) ([c076470](https://github.com/webex/widgets/commit/c076470345b782d83787d5c0cbe1cf6eecd2e4e5)) -- **tooling:** add-gh-token ([#415](https://github.com/webex/widgets/issues/415)) ([55a29a4](https://github.com/webex/widgets/commit/55a29a400fd325ffa9159b1b134d63db9af04f2e)) -- **tooling:** semantic exec and publish new tag and release ([#417](https://github.com/webex/widgets/issues/417)) ([d681c58](https://github.com/webex/widgets/commit/d681c587e28e58b777ad1f4f9cab50084078bc36)) -- **tooling:** test-commit-for-deploy ([#416](https://github.com/webex/widgets/issues/416)) ([c4ee139](https://github.com/webex/widgets/commit/c4ee139ceb210cdfee1dcb45b09a8f554b4e63fb)) +* **samples:** test fix to publish new widgets using gh actions ([#414](https://github.com/webex/widgets/issues/414)) ([c076470](https://github.com/webex/widgets/commit/c076470345b782d83787d5c0cbe1cf6eecd2e4e5)) +* **tooling:** add-gh-token ([#415](https://github.com/webex/widgets/issues/415)) ([55a29a4](https://github.com/webex/widgets/commit/55a29a400fd325ffa9159b1b134d63db9af04f2e)) +* **tooling:** semantic exec and publish new tag and release ([#417](https://github.com/webex/widgets/issues/417)) ([d681c58](https://github.com/webex/widgets/commit/d681c587e28e58b777ad1f4f9cab50084078bc36)) +* **tooling:** test-commit-for-deploy ([#416](https://github.com/webex/widgets/issues/416)) ([c4ee139](https://github.com/webex/widgets/commit/c4ee139ceb210cdfee1dcb45b09a8f554b4e63fb)) # [1.28.0-ccwidgets.33](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.32...v1.28.0-ccwidgets.33) (2025-03-11) + ### Bug Fixes -- **user-state:** custom status on hydration ([#410](https://github.com/webex/widgets/issues/410)) ([9bcc7ab](https://github.com/webex/widgets/commit/9bcc7abf765d2d055cbd9ef41c019f2bc0b09d27)) +* **user-state:** custom status on hydration ([#410](https://github.com/webex/widgets/issues/410)) ([9bcc7ab](https://github.com/webex/widgets/commit/9bcc7abf765d2d055cbd9ef41c019f2bc0b09d27)) # [1.28.0-ccwidgets.32](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.31...v1.28.0-ccwidgets.32) (2025-03-11) + ### Bug Fixes -- **cc-task:** onWrapUp with task object and reason for wrapup ([#408](https://github.com/webex/widgets/issues/408)) ([e3cae29](https://github.com/webex/widgets/commit/e3cae29b84d8d0843cbc4d182f32264f1507bf88)) +* **cc-task:** onWrapUp with task object and reason for wrapup ([#408](https://github.com/webex/widgets/issues/408)) ([e3cae29](https://github.com/webex/widgets/commit/e3cae29b84d8d0843cbc4d182f32264f1507bf88)) # [1.28.0-ccwidgets.31](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.30...v1.28.0-ccwidgets.31) (2025-03-07) + ### Features -- **cc-widgets:** Style station login component ([#404](https://github.com/webex/widgets/issues/404)) ([cfb6cf4](https://github.com/webex/widgets/commit/cfb6cf40ece1c69ad7dfc5f3980c6ba075d0568b)) +* **cc-widgets:** Style station login component ([#404](https://github.com/webex/widgets/issues/404)) ([cfb6cf4](https://github.com/webex/widgets/commit/cfb6cf40ece1c69ad7dfc5f3980c6ba075d0568b)) # [1.28.0-ccwidgets.30](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.29...v1.28.0-ccwidgets.30) (2025-03-06) + ### Bug Fixes -- **cc-store:** sync-callbacks ([#407](https://github.com/webex/widgets/issues/407)) ([b5f729c](https://github.com/webex/widgets/commit/b5f729cf6f6726afb2cb9603d402c3ea28ce9538)) +* **cc-store:** sync-callbacks ([#407](https://github.com/webex/widgets/issues/407)) ([b5f729c](https://github.com/webex/widgets/commit/b5f729cf6f6726afb2cb9603d402c3ea28ce9538)) # [1.28.0-ccwidgets.29](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.28...v1.28.0-ccwidgets.29) (2025-03-06) + ### Features -- **cc-widgets:** added new UI for call controls ([#405](https://github.com/webex/widgets/issues/405)) ([e48f48d](https://github.com/webex/widgets/commit/e48f48d85d2318b5bc62c995aad8d0dd6fc8631a)) +* **cc-widgets:** added new UI for call controls ([#405](https://github.com/webex/widgets/issues/405)) ([e48f48d](https://github.com/webex/widgets/commit/e48f48d85d2318b5bc62c995aad8d0dd6fc8631a)) # [1.28.0-ccwidgets.28](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.27...v1.28.0-ccwidgets.28) (2025-03-06) + ### Bug Fixes -- **cc-task:** update colors for Task Item ([#406](https://github.com/webex/widgets/issues/406)) ([08cb2aa](https://github.com/webex/widgets/commit/08cb2aaef165de51c907740e6d6e3fd26f5629bd)) +* **cc-task:** update colors for Task Item ([#406](https://github.com/webex/widgets/issues/406)) ([08cb2aa](https://github.com/webex/widgets/commit/08cb2aaef165de51c907740e6d6e3fd26f5629bd)) # [1.28.0-ccwidgets.27](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.26...v1.28.0-ccwidgets.27) (2025-03-04) + ### Features -- **cc-user-state:** custom user states & setting idle code ([#397](https://github.com/webex/widgets/issues/397)) ([4fcecd0](https://github.com/webex/widgets/commit/4fcecd061556abc4f3a42cec98d99c810f8b8325)) +* **cc-user-state:** custom user states & setting idle code ([#397](https://github.com/webex/widgets/issues/397)) ([4fcecd0](https://github.com/webex/widgets/commit/4fcecd061556abc4f3a42cec98d99c810f8b8325)) # [1.28.0-ccwidgets.26](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.25...v1.28.0-ccwidgets.26) (2025-03-03) + ### Features -- **cc-widgets:** added new incomingtask and task ui based on figma design ([#402](https://github.com/webex/widgets/issues/402)) ([e69896a](https://github.com/webex/widgets/commit/e69896a5255be191424d52f4d6a4f2ada2c9df11)) +* **cc-widgets:** added new incomingtask and task ui based on figma design ([#402](https://github.com/webex/widgets/issues/402)) ([e69896a](https://github.com/webex/widgets/commit/e69896a5255be191424d52f4d6a4f2ada2c9df11)) # [1.28.0-ccwidgets.25](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.24...v1.28.0-ccwidgets.25) (2025-03-03) + ### Features -- **cc-widgets:** updated user state with new UI as per new figma ([#403](https://github.com/webex/widgets/issues/403)) ([43ae0c7](https://github.com/webex/widgets/commit/43ae0c7fc316c16744fd3eae3c52f91ab4ffccab)) +* **cc-widgets:** updated user state with new UI as per new figma ([#403](https://github.com/webex/widgets/issues/403)) ([43ae0c7](https://github.com/webex/widgets/commit/43ae0c7fc316c16744fd3eae3c52f91ab4ffccab)) # [1.28.0-ccwidgets.24](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.23...v1.28.0-ccwidgets.24) (2025-02-28) + ### Bug Fixes -- **tooling:** add-mdc-icons ([#400](https://github.com/webex/widgets/issues/400)) ([ec389f5](https://github.com/webex/widgets/commit/ec389f5ed1184794c24d252fa744b2436a32c5de)) +* **tooling:** add-mdc-icons ([#400](https://github.com/webex/widgets/issues/400)) ([ec389f5](https://github.com/webex/widgets/commit/ec389f5ed1184794c24d252fa744b2436a32c5de)) # [1.28.0-ccwidgets.23](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.22...v1.28.0-ccwidgets.23) (2025-02-27) + ### Bug Fixes -- **tooling:** add-momentum-ui-react-collaboration ([#396](https://github.com/webex/widgets/issues/396)) ([1abe243](https://github.com/webex/widgets/commit/1abe243d84e6dde14915f1702369d23c23f4343e)) -- **tooling:** remove-version-command-in-publish ([#398](https://github.com/webex/widgets/issues/398)) ([1618b81](https://github.com/webex/widgets/commit/1618b8199393fa6240c7662cc9939461add0f69b)) +* **tooling:** add-momentum-ui-react-collaboration ([#396](https://github.com/webex/widgets/issues/396)) ([1abe243](https://github.com/webex/widgets/commit/1abe243d84e6dde14915f1702369d23c23f4343e)) +* **tooling:** remove-version-command-in-publish ([#398](https://github.com/webex/widgets/issues/398)) ([1618b81](https://github.com/webex/widgets/commit/1618b8199393fa6240c7662cc9939461add0f69b)) # [1.28.0-ccwidgets.22](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.21...v1.28.0-ccwidgets.22) (2025-02-24) + ### Bug Fixes -- **tooling:** Implement-HMR-in-react-samples-app ([#392](https://github.com/webex/widgets/issues/392)) ([cc5b705](https://github.com/webex/widgets/commit/cc5b70581745b7d08d7937441b3f2b5fd78c4643)) +* **tooling:** Implement-HMR-in-react-samples-app ([#392](https://github.com/webex/widgets/issues/392)) ([cc5b705](https://github.com/webex/widgets/commit/cc5b70581745b7d08d7937441b3f2b5fd78c4643)) # [1.28.0-ccwidgets.21](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.20...v1.28.0-ccwidgets.21) (2025-02-24) + ### Bug Fixes -- **tooling:** add-eslint-prettier-precommit-checks-cc-widgets ([#395](https://github.com/webex/widgets/issues/395)) ([669a15b](https://github.com/webex/widgets/commit/669a15beaee36d1324b869443f30e3b12469584b)) +* **tooling:** add-eslint-prettier-precommit-checks-cc-widgets ([#395](https://github.com/webex/widgets/issues/395)) ([669a15b](https://github.com/webex/widgets/commit/669a15beaee36d1324b869443f30e3b12469584b)) # [1.28.0-ccwidgets.20](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.19...v1.28.0-ccwidgets.20) (2025-02-21) + ### Features -- **widgets:** added-agent-rona-popup ([#389](https://github.com/webex/widgets/issues/389)) ([9c52c53](https://github.com/webex/widgets/commit/9c52c531d691c982cdbea237c2726b4a3b3d0c07)) +* **widgets:** added-agent-rona-popup ([#389](https://github.com/webex/widgets/issues/389)) ([9c52c53](https://github.com/webex/widgets/commit/9c52c531d691c982cdbea237c2726b4a3b3d0c07)) # [1.28.0-ccwidgets.19](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.18...v1.28.0-ccwidgets.19) (2025-02-20) + ### Bug Fixes -- **store:** minor-fixes-after-storeEventsWrapper ([#390](https://github.com/webex/widgets/issues/390)) ([8738ab2](https://github.com/webex/widgets/commit/8738ab20921bd7f0b8c9cdc742deabadd791ab90)) +* **store:** minor-fixes-after-storeEventsWrapper ([#390](https://github.com/webex/widgets/issues/390)) ([8738ab2](https://github.com/webex/widgets/commit/8738ab20921bd7f0b8c9cdc742deabadd791ab90)) # [1.28.0-ccwidgets.18](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.17...v1.28.0-ccwidgets.18) (2025-02-17) + ### Bug Fixes -- **store:** direct-all-events-through-store ([#369](https://github.com/webex/widgets/issues/369)) ([8bbcae1](https://github.com/webex/widgets/commit/8bbcae1c5ba6fda8aea9d81aa0064e77d7e63ca3)) +* **store:** direct-all-events-through-store ([#369](https://github.com/webex/widgets/issues/369)) ([8bbcae1](https://github.com/webex/widgets/commit/8bbcae1c5ba6fda8aea9d81aa0064e77d7e63ca3)) # [1.28.0-ccwidgets.17](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.16...v1.28.0-ccwidgets.17) (2025-02-13) + ### Features -- **cc-widgets:** Agent Multi-Login configurable, login button toggle ([#385](https://github.com/webex/widgets/issues/385)) ([9d04209](https://github.com/webex/widgets/commit/9d0420992e50762259eb4c618e33b110333f2e5d)) +* **cc-widgets:** Agent Multi-Login configurable, login button toggle ([#385](https://github.com/webex/widgets/issues/385)) ([9d04209](https://github.com/webex/widgets/commit/9d0420992e50762259eb4c618e33b110333f2e5d)) # [1.28.0-ccwidgets.16](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.15...v1.28.0-ccwidgets.16) (2025-02-10) + ### Bug Fixes -- **tooling:** webpack-prod-build-for-npm ([#383](https://github.com/webex/widgets/issues/383)) ([648b6b3](https://github.com/webex/widgets/commit/648b6b305033734250f987f6906f8907aa13d5f3)) +* **tooling:** webpack-prod-build-for-npm ([#383](https://github.com/webex/widgets/issues/383)) ([648b6b3](https://github.com/webex/widgets/commit/648b6b305033734250f987f6906f8907aa13d5f3)) # [1.28.0-ccwidgets.15](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.14...v1.28.0-ccwidgets.15) (2025-02-07) + ### Features -- **cc-user-state:** retain agent state timer on relogin or multiLogin ([#371](https://github.com/webex/widgets/issues/371)) ([9dba8db](https://github.com/webex/widgets/commit/9dba8db0eb3d685349b4ebdb8150981373681cbe)) +* **cc-user-state:** retain agent state timer on relogin or multiLogin ([#371](https://github.com/webex/widgets/issues/371)) ([9dba8db](https://github.com/webex/widgets/commit/9dba8db0eb3d685349b4ebdb8150981373681cbe)) # [1.28.0-ccwidgets.14](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.13...v1.28.0-ccwidgets.14) (2025-02-06) + ### Bug Fixes -- **cc-components:** replace momentum-ui with momentum-design lib ([#378](https://github.com/webex/widgets/issues/378)) ([b98d76c](https://github.com/webex/widgets/commit/b98d76c5eca903cd21482a4c52e24bbff4dfe0e2)) +* **cc-components:** replace momentum-ui with momentum-design lib ([#378](https://github.com/webex/widgets/issues/378)) ([b98d76c](https://github.com/webex/widgets/commit/b98d76c5eca903cd21482a4c52e24bbff4dfe0e2)) + ### Features -- **cc-components:** setup and move user state sample ui comp ([#359](https://github.com/webex/widgets/issues/359)) ([16a44d0](https://github.com/webex/widgets/commit/16a44d0492df9c0ca674ab2784121f0035e45456)) -- **cc-widgets:** added Agent-Multi-Login-Alert Feature ([#364](https://github.com/webex/widgets/issues/364)) ([f7d75ca](https://github.com/webex/widgets/commit/f7d75ca13794a36a3691147f5feb5f3d253af357)) +* **cc-components:** setup and move user state sample ui comp ([#359](https://github.com/webex/widgets/issues/359)) ([16a44d0](https://github.com/webex/widgets/commit/16a44d0492df9c0ca674ab2784121f0035e45456)) +* **cc-widgets:** added Agent-Multi-Login-Alert Feature ([#364](https://github.com/webex/widgets/issues/364)) ([f7d75ca](https://github.com/webex/widgets/commit/f7d75ca13794a36a3691147f5feb5f3d253af357)) # [1.28.0-ccwidgets.13](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.12...v1.28.0-ccwidgets.13) (2025-01-30) + ### Bug Fixes -- **samples:** change samples index html hrefs ([#367](https://github.com/webex/widgets/issues/367)) ([ff126ab](https://github.com/webex/widgets/commit/ff126ab690d60d158bfbf796862f5c48a407e5f2)) +* **samples:** change samples index html hrefs ([#367](https://github.com/webex/widgets/issues/367)) ([ff126ab](https://github.com/webex/widgets/commit/ff126ab690d60d158bfbf796862f5c48a407e5f2)) # [1.28.0-ccwidgets.12](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.11...v1.28.0-ccwidgets.12) (2025-01-29) + ### Bug Fixes -- **call-control:** add-call-control-widget ([#362](https://github.com/webex/widgets/issues/362)) ([a677f5e](https://github.com/webex/widgets/commit/a677f5ef1590b424a424bfd8f268a3d4e47c91bf)) +* **call-control:** add-call-control-widget ([#362](https://github.com/webex/widgets/issues/362)) ([a677f5e](https://github.com/webex/widgets/commit/a677f5ef1590b424a424bfd8f268a3d4e47c91bf)) # [1.28.0-ccwidgets.11](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.10...v1.28.0-ccwidgets.11) (2025-01-21) + ### Features -- **widgets:** added-relogin-logic ([#357](https://github.com/webex/widgets/issues/357)) ([94dd415](https://github.com/webex/widgets/commit/94dd4156b87ddcfe86a5958923c343292d06aa97)) +* **widgets:** added-relogin-logic ([#357](https://github.com/webex/widgets/issues/357)) ([94dd415](https://github.com/webex/widgets/commit/94dd4156b87ddcfe86a5958923c343292d06aa97)) # [1.28.0-ccwidgets.10](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.9...v1.28.0-ccwidgets.10) (2025-01-17) + ### Bug Fixes -- rename agent state to user state ([#361](https://github.com/webex/widgets/issues/361)) ([fe409db](https://github.com/webex/widgets/commit/fe409db054fe8e2519675a05fcd2371f7be353ef)) +* rename agent state to user state ([#361](https://github.com/webex/widgets/issues/361)) ([fe409db](https://github.com/webex/widgets/commit/fe409db054fe8e2519675a05fcd2371f7be353ef)) # [1.28.0-ccwidgets.9](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.8...v1.28.0-ccwidgets.9) (2025-01-13) + ### Features -- **cc-store:** add logger from sdk ([#354](https://github.com/webex/widgets/issues/354)) ([a62494b](https://github.com/webex/widgets/commit/a62494b01d625b65d0fecbd3a07636689d8bac0b)) +* **cc-store:** add logger from sdk ([#354](https://github.com/webex/widgets/issues/354)) ([a62494b](https://github.com/webex/widgets/commit/a62494b01d625b65d0fecbd3a07636689d8bac0b)) # [1.28.0-ccwidgets.8](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.7...v1.28.0-ccwidgets.8) (2025-01-10) + ### Bug Fixes -- **bundling:** fixed the multiple React instance and useRef errors ([#355](https://github.com/webex/widgets/issues/355)) ([473cd4f](https://github.com/webex/widgets/commit/473cd4ff6b4be79724021076594f28838fe6bcd1)) -- cleanup and using mobx-react-lite ([#356](https://github.com/webex/widgets/issues/356)) ([0b304c4](https://github.com/webex/widgets/commit/0b304c451f6bc503278907bce3405ccd5cd5125f)) +* **bundling:** fixed the multiple React instance and useRef errors ([#355](https://github.com/webex/widgets/issues/355)) ([473cd4f](https://github.com/webex/widgets/commit/473cd4ff6b4be79724021076594f28838fe6bcd1)) +* cleanup and using mobx-react-lite ([#356](https://github.com/webex/widgets/issues/356)) ([0b304c4](https://github.com/webex/widgets/commit/0b304c451f6bc503278907bce3405ccd5cd5125f)) # [1.28.0-ccwidgets.7](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.6...v1.28.0-ccwidgets.7) (2025-01-08) + ### Features -- **widgets:** shifted-timer-to-worker ([#352](https://github.com/webex/widgets/issues/352)) ([c06fe9c](https://github.com/webex/widgets/commit/c06fe9c208914d86281950e9a8373ce778d8f0f2)) +* **widgets:** shifted-timer-to-worker ([#352](https://github.com/webex/widgets/issues/352)) ([c06fe9c](https://github.com/webex/widgets/commit/c06fe9c208914d86281950e9a8373ce778d8f0f2)) # [1.28.0-ccwidgets.6](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.5...v1.28.0-ccwidgets.6) (2025-01-08) + ### Features -- taskList and IncomingTask widgets added ([#348](https://github.com/webex/widgets/issues/348)) ([ce3a619](https://github.com/webex/widgets/commit/ce3a619dbbb1e2e5321a94a7ce2798f6217326b9)) +* taskList and IncomingTask widgets added ([#348](https://github.com/webex/widgets/issues/348)) ([ce3a619](https://github.com/webex/widgets/commit/ce3a619dbbb1e2e5321a94a7ce2798f6217326b9)) # [1.28.0-ccwidgets.5](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.4...v1.28.0-ccwidgets.5) (2024-12-23) + ### Bug Fixes -- **user-state:** receive agent stateChange event ([#350](https://github.com/webex/widgets/issues/350)) ([21d6ce7](https://github.com/webex/widgets/commit/21d6ce7c6517a865bc6e4e49a5f977dc587b0e45)) +* **user-state:** receive agent stateChange event ([#350](https://github.com/webex/widgets/issues/350)) ([21d6ce7](https://github.com/webex/widgets/commit/21d6ce7c6517a865bc6e4e49a5f977dc587b0e45)) # [1.28.0-ccwidgets.4](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.3...v1.28.0-ccwidgets.4) (2024-12-17) + ### Bug Fixes -- **cc-widgets:** ship-all-widgets-together ([#345](https://github.com/webex/widgets/issues/345)) ([83d5a37](https://github.com/webex/widgets/commit/83d5a37ac3e4a1ab0254d9e28448268e90ce987c)) +* **cc-widgets:** ship-all-widgets-together ([#345](https://github.com/webex/widgets/issues/345)) ([83d5a37](https://github.com/webex/widgets/commit/83d5a37ac3e4a1ab0254d9e28448268e90ce987c)) # [1.28.0-ccwidgets.3](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.2...v1.28.0-ccwidgets.3) (2024-12-16) + ### Features -- **user-state:** load and change state, client timer ([#347](https://github.com/webex/widgets/issues/347)) ([f1ccaeb](https://github.com/webex/widgets/commit/f1ccaebca9520f9354c6be4b25b262605a77519f)) +* **user-state:** load and change state, client timer ([#347](https://github.com/webex/widgets/issues/347)) ([f1ccaeb](https://github.com/webex/widgets/commit/f1ccaebca9520f9354c6be4b25b262605a77519f)) # [1.28.0-ccwidgets.2](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.1...v1.28.0-ccwidgets.2) (2024-11-26) + ### Bug Fixes -- **cc-store:** receive webex on init, add store types ([#341](https://github.com/webex/widgets/issues/341)) ([9648969](https://github.com/webex/widgets/commit/9648969c69f6e9265316152236400fd558344ea8)) +* **cc-store:** receive webex on init, add store types ([#341](https://github.com/webex/widgets/issues/341)) ([9648969](https://github.com/webex/widgets/commit/9648969c69f6e9265316152236400fd558344ea8)) # [1.28.0-ccwidgets.1](https://github.com/webex/widgets/compare/v1.27.5...v1.28.0-ccwidgets.1) (2024-11-21) + ### Bug Fixes -- convert npm to yarn ([#234](https://github.com/webex/widgets/issues/234)) ([432ed3c](https://github.com/webex/widgets/commit/432ed3cc1b2521f69cd9383cd0dbefad8f0a2eee)) -- **release:** add-publish-step-in-tooling ([#334](https://github.com/webex/widgets/issues/334)) ([ca32235](https://github.com/webex/widgets/commit/ca32235ed4b4f74ac1aa3eecf951b4b779ea3e57)) +* convert npm to yarn ([#234](https://github.com/webex/widgets/issues/234)) ([432ed3c](https://github.com/webex/widgets/commit/432ed3cc1b2521f69cd9383cd0dbefad8f0a2eee)) +* **release:** add-publish-step-in-tooling ([#334](https://github.com/webex/widgets/issues/334)) ([ca32235](https://github.com/webex/widgets/commit/ca32235ed4b4f74ac1aa3eecf951b4b779ea3e57)) + ### Features -- **release:** add new branch to circleci ([18f7bec](https://github.com/webex/widgets/commit/18f7becab770059fb9e008a6f5a85d3b21db0f67)) -- **release:** publish pipeline for wxcc widgets ([#324](https://github.com/webex/widgets/issues/324)) ([864fb52](https://github.com/webex/widgets/commit/864fb5252927234d61aad32b1ba12f361c9385b5)) -- **widget-cc-station-login:** Spark 575845 login widget ([#239](https://github.com/webex/widgets/issues/239)) ([66b8a20](https://github.com/webex/widgets/commit/66b8a201fdf33363fde70713bb8363e5f5babef3)) +* **release:** add new branch to circleci ([18f7bec](https://github.com/webex/widgets/commit/18f7becab770059fb9e008a6f5a85d3b21db0f67)) +* **release:** publish pipeline for wxcc widgets ([#324](https://github.com/webex/widgets/issues/324)) ([864fb52](https://github.com/webex/widgets/commit/864fb5252927234d61aad32b1ba12f361c9385b5)) +* **widget-cc-station-login:** Spark 575845 login widget ([#239](https://github.com/webex/widgets/issues/239)) ([66b8a20](https://github.com/webex/widgets/commit/66b8a201fdf33363fde70713bb8363e5f5babef3))