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.umd.js
CHANGED
|
@@ -31053,7 +31053,7 @@ const getIMHanlder = customerHanlder => {
|
|
|
31053
31053
|
// return genTestUserSig(data);
|
|
31054
31054
|
},
|
|
31055
31055
|
getChatClient: async () => {
|
|
31056
|
-
return
|
|
31056
|
+
return window.imClient;
|
|
31057
31057
|
},
|
|
31058
31058
|
getAIRobotInfos: async (user_id, groupID) => {
|
|
31059
31059
|
return getAIRobotInfos(user_id, groupID);
|