@smartico/public-api 0.0.109 → 0.0.110
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 +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +2 -0
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/WSAPI/WSAPI.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -1005,6 +1005,12 @@ var WSAPI = /*#__PURE__*/function () {
|
|
|
1005
1005
|
on(exports.ClassId.CLIENT_ENGAGEMENT_EVENT_NEW, function () {
|
|
1006
1006
|
return _this.updateInboxMessages();
|
|
1007
1007
|
});
|
|
1008
|
+
on(exports.ClassId.LOGOUT_RESPONSE, function () {
|
|
1009
|
+
return OCache.clear(ECacheContext.WSAPI);
|
|
1010
|
+
});
|
|
1011
|
+
on(exports.ClassId.IDENTIFY_RESPONSE, function () {
|
|
1012
|
+
return OCache.clear(ECacheContext.WSAPI);
|
|
1013
|
+
});
|
|
1008
1014
|
}
|
|
1009
1015
|
/** Returns information about current user */
|
|
1010
1016
|
var _proto = WSAPI.prototype;
|