Built motion from commit (unavailable).|2.5.10
[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 _0x98d5=['setMaxListeners','save','update','remove','emit','hook','events'];(function(_0x11106b,_0x2e4eb3){var _0x2b7f22=function(_0x5e5863){while(--_0x5e5863){_0x11106b['push'](_0x11106b['shift']());}};_0x2b7f22(++_0x2e4eb3);}(_0x98d5,0xfb));var _0x598d=function(_0x46ebdd,_0x2070c1){_0x46ebdd=_0x46ebdd-0x0;var _0x3b922f=_0x98d5[_0x46ebdd];return _0x3b922f;};'use strict';var EventEmitter=require(_0x598d('0x0'));var ChatWebsite=require('../../mysqldb')['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x598d('0x1')](0x0);var events={'afterCreate':_0x598d('0x2'),'afterUpdate':_0x598d('0x3'),'afterDestroy':_0x598d('0x4')};function emitEvent(_0x418321){return function(_0x3890f3,_0x2a3fe3,_0x1a8745){ChatWebsiteEvents['emit'](_0x418321+':'+_0x3890f3['id'],_0x3890f3);ChatWebsiteEvents[_0x598d('0x5')](_0x418321,_0x3890f3);_0x1a8745(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite[_0x598d('0x6')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;