@webex/contact-center 3.8.1-next.33 → 3.8.1-next.35
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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +5 -1
- package/dist/webex.js +1 -1
- package/package.json +10 -10
- package/src/index.ts +3 -1
- package/umd/contact-center.min.js +2 -2
- package/umd/contact-center.min.js.map +1 -1
package/dist/index.js
CHANGED
|
@@ -73,13 +73,16 @@ var _types = require("./services/task/types");
|
|
|
73
73
|
var _types2 = require("./services/agent/types");
|
|
74
74
|
var _types3 = require("./services/config/types");
|
|
75
75
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
76
|
-
/**
|
|
76
|
+
/**
|
|
77
|
+
* @module ContactCenterModule
|
|
78
|
+
* /
|
|
77
79
|
|
|
78
80
|
// Core exports
|
|
79
81
|
/**
|
|
80
82
|
* ContactCenter is the main plugin class for Webex Contact Center integration
|
|
81
83
|
* @category Core
|
|
82
84
|
*/
|
|
85
|
+
|
|
83
86
|
// Service exports
|
|
84
87
|
/**
|
|
85
88
|
* Task class represents a contact center task that can be managed by an agent
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_webexCore","require","_config","_interopRequireDefault","_cc","_task","_agent","_types","_types2","_types3","obj","__esModule","default","registerPlugin","ContactCenter","config","_default","exports"],"sources":["index.ts"],"sourcesContent":["import {registerPlugin} from '@webex/webex-core';\nimport config from './config';\nimport ContactCenter from './cc';\n\n
|
|
1
|
+
{"version":3,"names":["_webexCore","require","_config","_interopRequireDefault","_cc","_task","_agent","_types","_types2","_types3","obj","__esModule","default","registerPlugin","ContactCenter","config","_default","exports"],"sources":["index.ts"],"sourcesContent":["import {registerPlugin} from '@webex/webex-core';\nimport config from './config';\nimport ContactCenter from './cc';\n\n/**\n * @module ContactCenterModule\n * /\n\n// Core exports\n/**\n * ContactCenter is the main plugin class for Webex Contact Center integration\n * @category Core\n */\nexport {default as ContactCenter} from './cc';\n\n// Service exports\n/**\n * Task class represents a contact center task that can be managed by an agent\n * @category Services\n */\nexport {default as Task} from './services/task';\n\n/**\n * Agent routing service for Contact Center operations\n * @category Services\n */\nexport {default as routingAgent} from './services/agent';\n\n// Enums\n/**\n * Task Events for Contact Center operations\n * @enum {string}\n * @category Enums\n */\nexport {TASK_EVENTS} from './services/task/types';\nexport type {TASK_EVENTS as TaskEvents} from './services/task/types';\n\n/**\n * Agent Events for Contact Center operations\n * @enum {string}\n * @category Enums\n */\nexport {AGENT_EVENTS} from './services/agent/types';\nexport type {AGENT_EVENTS as AgentEvents} from './services/agent/types';\n\n/**\n * Contact Center Task Events\n * @enum {string}\n * @category Enums\n */\nexport {CC_TASK_EVENTS} from './services/config/types';\n\n/**\n * Contact Center Agent Events\n * @enum {string}\n * @category Enums\n */\nexport {CC_AGENT_EVENTS} from './services/config/types';\n\n/**\n * Combined Contact Center Events\n * @enum {string}\n * @category Enums\n */\nexport {CC_EVENTS} from './services/config/types';\nexport type {CC_EVENTS as ContactCenterEvents} from './services/config/types';\n\n// Interfaces\n/** Main types and interfaces for Contact Center functionality */\nexport type {\n /** Interface for Contact Center plugin */\n IContactCenter,\n /** Configuration options for Contact Center plugin */\n CCPluginConfig,\n /** WebexSDK interface */\n WebexSDK,\n} from './types';\n\n// Types\n/** Agent related types */\nexport type {\n /** Login options for agents */\n LoginOption,\n /** Agent login information */\n AgentLogin,\n /** Agent device update information */\n AgentProfileUpdate,\n /** Station login response */\n StationLoginResponse,\n /** Station logout response */\n StationLogoutResponse,\n /** Buddy agents response */\n BuddyAgentsResponse,\n /** Buddy agents information */\n BuddyAgents,\n /** Subscribe request parameters */\n SubscribeRequest,\n /** Upload logs response */\n UploadLogsResponse,\n /** Update device type response */\n UpdateDeviceTypeResponse,\n /** Generic error interface */\n GenericError,\n /** Set state response */\n SetStateResponse,\n} from './types';\n\n/** Task related types */\nexport type {\n AgentContact,\n /** Task interface */\n ITask,\n TaskData,\n /** Task response */\n TaskResponse,\n ConsultPayload,\n ConsultEndPayload,\n ConsultTransferPayLoad,\n /** Dialer payload */\n DialerPayload,\n TransferPayLoad,\n ResumeRecordingPayload,\n WrapupPayLoad,\n} from './services/task/types';\n\n/** Agent related types */\nexport type {\n /** State change interface */\n StateChange,\n /** Logout interface */\n Logout,\n /** State change success response */\n StateChangeSuccess,\n /** Station login success response */\n StationLoginSuccess,\n /** Extended station login success response with notification tracking */\n StationLoginSuccessResponse,\n /** Device type update success response */\n DeviceTypeUpdateSuccess,\n /** Agent login success response */\n LogoutSuccess,\n /** Agent relogin success response */\n ReloginSuccess,\n /** Agent state type */\n AgentState,\n /** User station login parameters */\n UserStationLogin,\n /** Device type for agent login */\n DeviceType,\n /** Buddy agent details */\n BuddyDetails,\n /** Buddy agents success response */\n BuddyAgentsSuccess,\n} from './services/agent/types';\n\n/** Config related types */\nexport type {\n /** Profile interface */\n Profile,\n /** Contact service queue interface */\n ContactServiceQueue,\n /** Response type from getUserUsingCI method */\n AgentResponse,\n /** Response from getDesktopProfileById */\n DesktopProfileResponse,\n /** Response from getMultimediaProfileById */\n MultimediaProfileResponse,\n /** Response from getListOfTeams */\n ListTeamsResponse,\n /** Response from getListOfAuxCodes */\n ListAuxCodesResponse,\n /** Response from getSiteInfo */\n SiteInfo,\n /** Response from getOrgInfo */\n OrgInfo,\n /** Response from getOrganizationSetting */\n OrgSettings,\n /** Response from getTenantData */\n TenantData,\n /** Response from getURLMapping */\n URLMapping,\n /** Response from getDialPlanData */\n DialPlanEntity,\n /** Auxiliary code information */\n AuxCode,\n /** Team information */\n TeamList,\n /** Wrap-up reason information */\n WrapUpReason,\n /** WebSocket event data */\n WebSocketEvent,\n /** Wrap-up configuration data */\n WrapupData,\n /** Base entity type */\n Entity,\n /** Dial plan configuration */\n DialPlan,\n /** Auxiliary code type (IDLE_CODE or WRAP_UP_CODE) */\n AuxCodeType,\n} from './services/config/types';\n\n// Constants\n/**\n * Idle code constant\n * @constant {string}\n * @category Enums\n */\nexport {IDLE_CODE} from './services/config/types';\n\n/**\n * Wrap up code constant\n * @constant {string}\n * @category Enums\n */\nexport {WRAP_UP_CODE} from './services/config/types';\n\nregisterPlugin('cc', ContactCenter, {\n config,\n});\n\n/** The Contact Center plugin default export */\nexport default ContactCenter;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,GAAA,GAAAD,sBAAA,CAAAF,OAAA;AAkBA,IAAAI,KAAA,GAAAF,sBAAA,CAAAF,OAAA;AAMA,IAAAK,MAAA,GAAAH,sBAAA,CAAAF,OAAA;AAQA,IAAAM,MAAA,GAAAN,OAAA;AAQA,IAAAO,OAAA,GAAAP,OAAA;AAQA,IAAAQ,OAAA,GAAAR,OAAA;AAAuD,SAAAE,uBAAAO,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AA9CvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AACA;AAIA;AACA;AACA;AACA;AACA;AAIA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AAIA;AACA;AAUA;AACA;AA4BA;AAkBA;AA8BA;AA8CA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AAGA,IAAAG,yBAAc,EAAC,IAAI,EAAEC,WAAa,EAAE;EAClCC,MAAM,EAANA;AACF,CAAC,CAAC;;AAEF;AAAA,IAAAC,QAAA,GAAAC,OAAA,CAAAL,OAAA,GACeE,WAAa"}
|
package/dist/types/index.d.ts
CHANGED
package/dist/webex.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/contact-center",
|
|
3
|
-
"version": "3.8.1-next.33",
|
|
4
3
|
"description": "This package provides a set of APIs to perform various operations for the Agent flow within Webex Contact Center",
|
|
5
4
|
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
|
|
6
5
|
"contributors": [
|
|
@@ -46,13 +45,13 @@
|
|
|
46
45
|
},
|
|
47
46
|
"dependencies": {
|
|
48
47
|
"@types/platform": "1.3.4",
|
|
49
|
-
"@webex/calling": "
|
|
50
|
-
"@webex/internal-plugin-mercury": "
|
|
51
|
-
"@webex/internal-plugin-metrics": "
|
|
52
|
-
"@webex/internal-plugin-support": "
|
|
53
|
-
"@webex/plugin-authorization": "
|
|
54
|
-
"@webex/plugin-logger": "
|
|
55
|
-
"@webex/webex-core": "
|
|
48
|
+
"@webex/calling": "3.8.1-next.23",
|
|
49
|
+
"@webex/internal-plugin-mercury": "3.8.1-next.12",
|
|
50
|
+
"@webex/internal-plugin-metrics": "3.8.1-next.12",
|
|
51
|
+
"@webex/internal-plugin-support": "3.8.1-next.14",
|
|
52
|
+
"@webex/plugin-authorization": "3.8.1-next.12",
|
|
53
|
+
"@webex/plugin-logger": "3.8.1-next.12",
|
|
54
|
+
"@webex/webex-core": "3.8.1-next.12",
|
|
56
55
|
"jest-html-reporters": "3.0.11",
|
|
57
56
|
"lodash": "^4.17.21"
|
|
58
57
|
},
|
|
@@ -65,7 +64,7 @@
|
|
|
65
64
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
66
65
|
"@webex/jest-config-legacy": "0.0.0",
|
|
67
66
|
"@webex/legacy-tools": "0.0.0",
|
|
68
|
-
"@webex/test-helper-mock-webex": "
|
|
67
|
+
"@webex/test-helper-mock-webex": "3.8.1-next.11",
|
|
69
68
|
"eslint": "^8.24.0",
|
|
70
69
|
"eslint-config-airbnb-base": "15.0.0",
|
|
71
70
|
"eslint-config-prettier": "8.3.0",
|
|
@@ -79,5 +78,6 @@
|
|
|
79
78
|
"prettier": "2.5.1",
|
|
80
79
|
"typedoc": "^0.25.0",
|
|
81
80
|
"typescript": "4.9.5"
|
|
82
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"version": "3.8.1-next.35"
|
|
83
83
|
}
|