@webex/cc-task 1.28.0-next.5 → 1.28.0-next.6
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 +1 -1
- package/dist/types/task.types.d.ts +2 -1
- package/package.json +3 -3
|
@@ -9,8 +9,9 @@ export type useOutdialCallProps = Pick<OutdialCallProps, 'cc' | 'logger'>;
|
|
|
9
9
|
export interface OutdialProps {
|
|
10
10
|
/**
|
|
11
11
|
* Flag to determine if the address book is enabled.
|
|
12
|
+
* Defaults to true if not provided.
|
|
12
13
|
*/
|
|
13
|
-
isAddressBookEnabled
|
|
14
|
+
isAddressBookEnabled?: boolean;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* Helper interface for device type checks
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@webex/cc-task",
|
|
3
3
|
"description": "Webex Contact Center Widgets: Task",
|
|
4
4
|
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
|
|
5
|
-
"version": "1.28.0-next.
|
|
5
|
+
"version": "1.28.0-next.6",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
8
8
|
"publishConfig": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"deploy:npm": "yarn npm publish"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@webex/cc-components": "1.28.0-next.
|
|
26
|
+
"@webex/cc-components": "1.28.0-next.6",
|
|
27
27
|
"@webex/cc-store": "1.28.0-next.3",
|
|
28
28
|
"mobx-react-lite": "^4.1.0",
|
|
29
29
|
"react-error-boundary": "^6.0.0"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@testing-library/react": "16.0.1",
|
|
40
40
|
"@types/jest": "29.5.14",
|
|
41
41
|
"@types/react-test-renderer": "18",
|
|
42
|
-
"@webex/test-fixtures": "0.0.0-next.
|
|
42
|
+
"@webex/test-fixtures": "0.0.0-next.0",
|
|
43
43
|
"babel-jest": "29.7.0",
|
|
44
44
|
"babel-loader": "9.2.1",
|
|
45
45
|
"eslint": "^9.20.1",
|