ysyt-react-agent-lib 1.1.13 → 1.1.15
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/{ConsultModel-L5Qk0Vrk.js → ConsultModel-BSY_Mpff.js} +1 -1
- package/dist/{ConsultModel-CKHgbNMc.mjs → ConsultModel-JYK6qOxZ.mjs} +2 -2
- package/dist/{TransferModel-IfyX0BjW.js → TransferModel-DgH1P2z-.js} +1 -1
- package/dist/{TransferModel-CTkUKqkX.mjs → TransferModel-aG80Bqqq.mjs} +2 -2
- package/dist/es/YsytBarPhone/globalPhoneMethods.d.ts +2 -1
- package/dist/{index-YrI2Zwz3.js → index-BiCRkBrp.js} +114 -114
- package/dist/{index-DeWKXDM3.mjs → index-C4GMmMoj.mjs} +1 -1
- package/dist/{index-BvRxKlaq.js → index-CMRA99jv.js} +1 -1
- package/dist/{index-DPeM4X1v.mjs → index-CrBEPwlm.mjs} +5879 -5806
- package/dist/index.d.ts +1 -0
- package/dist/ysyt-react-agent-lib.cjs.js +1 -1
- package/dist/ysyt-react-agent-lib.es.js +11 -10
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -9,5 +9,6 @@ export { listenCall as YsytListenCall } from './es/YsytBarPhone/globalPhoneMetho
|
|
|
9
9
|
export { startEarSpeak as YsytStartEarSpeak } from './es/YsytBarPhone/globalPhoneMethods';
|
|
10
10
|
export { stopEarSpeak as YsytStopEarSpeak } from './es/YsytBarPhone/globalPhoneMethods';
|
|
11
11
|
export { callForceInsert as YsytCallForceInsert } from './es/YsytBarPhone/globalPhoneMethods';
|
|
12
|
+
export { callForceSplit as YsytCallForceSplit } from './es/YsytBarPhone/globalPhoneMethods';
|
|
12
13
|
export * from './types';
|
|
13
14
|
export default YsytBarPhone;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-BiCRkBrp.js");exports.YsytAgentLogout=e.agentLogout;exports.YsytCallForceInsert=e.callForceInsert;exports.YsytCallForceSplit=e.callForceSplit;exports.YsytGetCustomerInfo=e.getCustomerInfo;exports.YsytListenCall=e.listenCall;exports.YsytMakeCall=e.makeCall;exports.YsytPreviewMakeCall=e.previewMakeCall;exports.YsytSetAgentDevice=e.setAgentDevice;exports.YsytSetAgentInitState=e.setAgentInitState;exports.YsytStartEarSpeak=e.startEarSpeak;exports.YsytStopEarSpeak=e.stopEarSpeak;exports.default=e.YsytBarPhone;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { ak as s, ap as e,
|
|
1
|
+
import { ak as s, ap as e, aq as l, ah as y, am as Y, ag as o, al as r, aj as n, ai as S, an as i, ao as p, af as C } from "./index-CrBEPwlm.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as YsytAgentLogout,
|
|
4
4
|
e as YsytCallForceInsert,
|
|
5
|
-
l as
|
|
6
|
-
y as
|
|
7
|
-
Y as
|
|
8
|
-
o as
|
|
9
|
-
r as
|
|
10
|
-
n as
|
|
11
|
-
S as
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
l as YsytCallForceSplit,
|
|
6
|
+
y as YsytGetCustomerInfo,
|
|
7
|
+
Y as YsytListenCall,
|
|
8
|
+
o as YsytMakeCall,
|
|
9
|
+
r as YsytPreviewMakeCall,
|
|
10
|
+
n as YsytSetAgentDevice,
|
|
11
|
+
S as YsytSetAgentInitState,
|
|
12
|
+
i as YsytStartEarSpeak,
|
|
13
|
+
p as YsytStopEarSpeak,
|
|
14
|
+
C as default
|
|
14
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ysyt-react-agent-lib",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/ysyt-react-agent-lib.cjs.js",
|
|
6
6
|
"module": "dist/ysyt-react-agent-lib.es.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"antd": "5.24.0",
|
|
31
31
|
"styled-components": "^6.1.13",
|
|
32
|
-
"ysyt-agent-sdk": "1.1.
|
|
32
|
+
"ysyt-agent-sdk": "1.1.15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^18.2.0",
|