@webex/cc-task 1.28.0-ccwidgets.31 → 1.28.0-ccwidgets.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,10 @@ export interface ControlProps {
101
101
  /**
102
102
  * Function to handle wrapping up the task.
103
103
  */
104
- onWrapUp?: () => void;
104
+ onWrapUp?: ({ task, wrapUpReason }: {
105
+ task: ITask;
106
+ wrapUpReason: string;
107
+ }) => void;
105
108
  /**
106
109
  * Logger instance for logging purposes.
107
110
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webex/cc-task",
3
3
  "description": "Webex Contact Center Widgets: Task",
4
- "version": "1.28.0-ccwidgets.31",
4
+ "version": "1.28.0-ccwidgets.33",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "test:styles": "eslint"
21
21
  },
22
22
  "dependencies": {
23
- "@webex/cc-store": "1.28.0-ccwidgets.31",
23
+ "@webex/cc-store": "1.28.0-ccwidgets.33",
24
24
  "mobx-react-lite": "^4.1.0"
25
25
  },
26
26
  "devDependencies": {