Built motion from commit 1efd3d96.|2.6.31
[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 _0x4989=['exports','events','setMaxListeners','save','update','remove','emit','hook'];(function(_0x31c480,_0x13f64a){var _0x3687ce=function(_0x46fbc0){while(--_0x46fbc0){_0x31c480['push'](_0x31c480['shift']());}};_0x3687ce(++_0x13f64a);}(_0x4989,0x79));var _0x9498=function(_0x1e744a,_0xa8fdb1){_0x1e744a=_0x1e744a-0x0;var _0x1ac4d0=_0x4989[_0x1e744a];return _0x1ac4d0;};'use strict';var EventEmitter=require(_0x9498('0x0'));var ChatWebsite=require('../../mysqldb')['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x9498('0x1')](0x0);var events={'afterCreate':_0x9498('0x2'),'afterUpdate':_0x9498('0x3'),'afterDestroy':_0x9498('0x4')};function emitEvent(_0x5953c0){return function(_0x55fabb,_0x84ed1b,_0x47922b){ChatWebsiteEvents[_0x9498('0x5')](_0x5953c0+':'+_0x55fabb['id'],_0x55fabb);ChatWebsiteEvents[_0x9498('0x5')](_0x5953c0,_0x55fabb);_0x47922b(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite[_0x9498('0x6')](e,emitEvent(event));}}module[_0x9498('0x7')]=ChatWebsiteEvents;