@webex/cc-station-login 1.28.0-next.21 → 1.28.0-next.23
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IStationLoginProps } from '@webex/cc-components';
|
|
2
2
|
export type UseStationLoginProps = Pick<IStationLoginProps, 'cc' | 'onLogin' | 'onLogout' | 'logger' | 'deviceType' | 'dialNumber' | 'onSaveStart' | 'onSaveEnd' | 'teamId' | 'isAgentLoggedIn' | 'onCCSignOut' | 'doStationLogout'>;
|
|
3
|
-
export type StationLoginProps = Pick<IStationLoginProps, 'profileMode'> & Partial<Pick<IStationLoginProps, 'onLogin' | 'onLogout' | 'onCCSignOut' | 'onSaveStart' | 'onSaveEnd' | 'teamId' | 'doStationLogout' | 'hideDesktopLogin'>>;
|
|
3
|
+
export type StationLoginProps = Pick<IStationLoginProps, 'profileMode'> & Partial<Pick<IStationLoginProps, 'onLogin' | 'onLogout' | 'onCCSignOut' | 'onSaveStart' | 'onSaveEnd' | 'teamId' | 'doStationLogout' | 'hideDesktopLogin' | 'allowInternationalDn'>>;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@webex/cc-station-login",
|
|
3
3
|
"description": "Webex Contact Center Widgets: Station Login",
|
|
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.23",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
8
8
|
"publishConfig": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"deploy:npm": "yarn npm publish"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@webex/cc-components": "1.28.0-next.
|
|
27
|
-
"@webex/cc-store": "1.28.0-next.
|
|
26
|
+
"@webex/cc-components": "1.28.0-next.23",
|
|
27
|
+
"@webex/cc-store": "1.28.0-next.13",
|
|
28
28
|
"mobx-react-lite": "^4.1.0",
|
|
29
29
|
"react-error-boundary": "^6.0.0"
|
|
30
30
|
},
|