Built motion from commit bab6f49e.|2.6.17
[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 _0x1159=['events','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook','exports'];(function(_0x3249c3,_0x425450){var _0x54a40a=function(_0x1bf04a){while(--_0x1bf04a){_0x3249c3['push'](_0x3249c3['shift']());}};_0x54a40a(++_0x425450);}(_0x1159,0xf3));var _0x9115=function(_0x4130a2,_0x40b8ac){_0x4130a2=_0x4130a2-0x0;var _0x42d021=_0x1159[_0x4130a2];return _0x42d021;};'use strict';var EventEmitter=require(_0x9115('0x0'));var ChatWebsite=require('../../mysqldb')['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x9115('0x1')](0x0);var events={'afterCreate':_0x9115('0x2'),'afterUpdate':_0x9115('0x3'),'afterDestroy':_0x9115('0x4')};function emitEvent(_0x4554f6){return function(_0x4661fc,_0xe754b3,_0x45234e){ChatWebsiteEvents['emit'](_0x4554f6+':'+_0x4661fc['id'],_0x4661fc);ChatWebsiteEvents[_0x9115('0x5')](_0x4554f6,_0x4661fc);_0x45234e(null);};}for(var e in events){if(events[_0x9115('0x6')](e)){var event=events[e];ChatWebsite[_0x9115('0x7')](e,emitEvent(event));}}module[_0x9115('0x8')]=ChatWebsiteEvents;