5a361edc73825a94272ea06bbd6408539029b28f
[motion2.git] / server / api / chatInternalMessage / chatInternalMessage.events.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xd30a=['update','remove','emit','hook','exports','events','ChatInternalMessage','setMaxListeners'];(function(_0x161165,_0x40e238){var _0x245aed=function(_0x186c00){while(--_0x186c00){_0x161165['push'](_0x161165['shift']());}};_0x245aed(++_0x40e238);}(_0xd30a,0x19d));var _0xad30=function(_0x4bb66f,_0x3cd682){_0x4bb66f=_0x4bb66f-0x0;var _0xf2772f=_0xd30a[_0x4bb66f];return _0xf2772f;};'use strict';var EventEmitter=require(_0xad30('0x0'));var ChatInternalMessage=require('../../mysqldb')['db'][_0xad30('0x1')];var ChatInternalMessageEvents=new EventEmitter();ChatInternalMessageEvents[_0xad30('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0xad30('0x3'),'afterDestroy':_0xad30('0x4')};function emitEvent(_0xd50b07){return function(_0x2d33da,_0x21c67b,_0x1cd806){ChatInternalMessageEvents[_0xad30('0x5')](_0xd50b07+':'+_0x2d33da['id'],_0x2d33da);ChatInternalMessageEvents[_0xad30('0x5')](_0xd50b07,_0x2d33da);_0x1cd806(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatInternalMessage[_0xad30('0x6')](e,emitEvent(event));}}module[_0xad30('0x7')]=ChatInternalMessageEvents;