isdata-customer-sdk 0.1.59 → 0.1.60
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.common.js
CHANGED
|
@@ -31043,7 +31043,7 @@ const getIMHanlder = customerHanlder => {
|
|
|
31043
31043
|
// return genTestUserSig(data);
|
|
31044
31044
|
},
|
|
31045
31045
|
getChatClient: async () => {
|
|
31046
|
-
return
|
|
31046
|
+
return window.imClient;
|
|
31047
31047
|
},
|
|
31048
31048
|
getAIRobotInfos: async (user_id, groupID) => {
|
|
31049
31049
|
return getAIRobotInfos(user_id, groupID);
|