43698a559fd68f5199a04d424e0f673c87996170
[motion2.git] / server / api / chatWebsite / chatWebsite.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 _0xb3ea=['remove','emit','hook','events','../../mysqldb','ChatWebsite','save'];(function(_0x3b380d,_0x4bf247){var _0x54502b=function(_0x35d207){while(--_0x35d207){_0x3b380d['push'](_0x3b380d['shift']());}};_0x54502b(++_0x4bf247);}(_0xb3ea,0x10d));var _0xab3e=function(_0x108f72,_0x1637c4){_0x108f72=_0x108f72-0x0;var _0x262cd7=_0xb3ea[_0x108f72];return _0x262cd7;};'use strict';var EventEmitter=require(_0xab3e('0x0'));var ChatWebsite=require(_0xab3e('0x1'))['db'][_0xab3e('0x2')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xab3e('0x3'),'afterUpdate':'update','afterDestroy':_0xab3e('0x4')};function emitEvent(_0x5d862a){return function(_0x30e8e6,_0x196c45,_0x1f0c0f){ChatWebsiteEvents[_0xab3e('0x5')](_0x5d862a+':'+_0x30e8e6['id'],_0x30e8e6);ChatWebsiteEvents[_0xab3e('0x5')](_0x5d862a,_0x30e8e6);_0x1f0c0f(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite[_0xab3e('0x6')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;