@webex/cc-task 1.28.0-ccwidgets.80 → 1.28.0-ccwidgets.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +114 -114
- package/dist/types/helper.d.ts +2 -0
- package/package.json +3 -3
package/dist/types/helper.d.ts
CHANGED
|
@@ -55,6 +55,8 @@ export declare const useCallControl: (props: useCallControlProps) => {
|
|
|
55
55
|
endConsult: boolean;
|
|
56
56
|
recordingIndicator: boolean;
|
|
57
57
|
};
|
|
58
|
+
secondsUntilAutoWrapup: number;
|
|
59
|
+
cancelAutoWrapup: () => void;
|
|
58
60
|
};
|
|
59
61
|
export declare const useOutdialCall: (props: useOutdialCallProps) => {
|
|
60
62
|
startOutdial: (destination: string) => void;
|
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.
|
|
4
|
+
"version": "1.28.0-ccwidgets.82",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"test:styles": "eslint"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@webex/cc-components": "1.28.0-ccwidgets.
|
|
24
|
-
"@webex/cc-store": "1.28.0-ccwidgets.
|
|
23
|
+
"@webex/cc-components": "1.28.0-ccwidgets.82",
|
|
24
|
+
"@webex/cc-store": "1.28.0-ccwidgets.82",
|
|
25
25
|
"mobx-react-lite": "^4.1.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|