ysyt-react-agent-lib 1.0.87 → 1.0.89

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.d.ts CHANGED
@@ -4,5 +4,6 @@ export { getCustomerInfo as YsytGetCustomerInfo } from './es/YsytBarPhone/global
4
4
  export { setAgentInitState as YsytSetAgentInitState } from './es/YsytBarPhone/globalPhoneMethods';
5
5
  export { setAgentDevice as YsytSetAgentDevice } from './es/YsytBarPhone/globalPhoneMethods';
6
6
  export { agentLogout as YsytAgentLogout } from './es/YsytBarPhone/globalPhoneMethods';
7
+ export { previewMakeCall as YsytPreviewMakeCall } from './es/YsytBarPhone/globalPhoneMethods';
7
8
  export * from './types';
8
9
  export default YsytBarPhone;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-DNR7o4l1.js");exports.YsytAgentLogout=e.agentLogout;exports.YsytGetCustomerInfo=e.getCustomerInfo;exports.YsytMakeCall=e.makeCall;exports.YsytSetAgentDevice=e.setAgentDevice;exports.YsytSetAgentInitState=e.setAgentInitState;exports.default=e.YsytBarPhone;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-l5UuDXsv.js");exports.YsytAgentLogout=e.agentLogout;exports.YsytGetCustomerInfo=e.getCustomerInfo;exports.YsytMakeCall=e.makeCall;exports.YsytPreviewMakeCall=e.previewMakeCall;exports.YsytSetAgentDevice=e.setAgentDevice;exports.YsytSetAgentInitState=e.setAgentInitState;exports.default=e.YsytBarPhone;
@@ -1,9 +1,10 @@
1
- import { ak as e, ah as s, ag as o, aj as g, ai as n, af as y } from "./index-B6DwoFT6.mjs";
1
+ import { ak as e, ah as s, ag as l, al as o, aj as y, ai as Y, af as g } from "./index-WXmJIMGe.mjs";
2
2
  export {
3
3
  e as YsytAgentLogout,
4
4
  s as YsytGetCustomerInfo,
5
- o as YsytMakeCall,
6
- g as YsytSetAgentDevice,
7
- n as YsytSetAgentInitState,
8
- y as default
5
+ l as YsytMakeCall,
6
+ o as YsytPreviewMakeCall,
7
+ y as YsytSetAgentDevice,
8
+ Y as YsytSetAgentInitState,
9
+ g as default
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ysyt-react-agent-lib",
3
- "version": "1.0.87",
3
+ "version": "1.0.89",
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.0.145"
32
+ "ysyt-agent-sdk": "1.0.146"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18.2.0",