Built motion from commit (unavailable).|2.5.6
[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 _0x0a9a=['emit','hasOwnProperty','hook','../../mysqldb','setMaxListeners','save','update','remove'];(function(_0x168e6e,_0x4288b2){var _0x10777e=function(_0x416c0a){while(--_0x416c0a){_0x168e6e['push'](_0x168e6e['shift']());}};_0x10777e(++_0x4288b2);}(_0x0a9a,0x183));var _0xa0a9=function(_0xd65300,_0x32e5d5){_0xd65300=_0xd65300-0x0;var _0x5fc4fa=_0x0a9a[_0xd65300];return _0x5fc4fa;};'use strict';var EventEmitter=require('events');var ChatWebsite=require(_0xa0a9('0x0'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xa0a9('0x1')](0x0);var events={'afterCreate':_0xa0a9('0x2'),'afterUpdate':_0xa0a9('0x3'),'afterDestroy':_0xa0a9('0x4')};function emitEvent(_0x4ba993){return function(_0x317a94,_0x360be5,_0x50ea50){ChatWebsiteEvents[_0xa0a9('0x5')](_0x4ba993+':'+_0x317a94['id'],_0x317a94);ChatWebsiteEvents[_0xa0a9('0x5')](_0x4ba993,_0x317a94);_0x50ea50(null);};}for(var e in events){if(events[_0xa0a9('0x6')](e)){var event=events[e];ChatWebsite[_0xa0a9('0x7')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;