Built motion from commit 9d1906d1.|2.5.40
[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 _0x975f=['exports','events','../../mysqldb','save','update','emit','hasOwnProperty','hook'];(function(_0x48ea21,_0x358b64){var _0x3b79ba=function(_0x5bd6c0){while(--_0x5bd6c0){_0x48ea21['push'](_0x48ea21['shift']());}};_0x3b79ba(++_0x358b64);}(_0x975f,0x109));var _0xf975=function(_0x2b8077,_0x453634){_0x2b8077=_0x2b8077-0x0;var _0x308091=_0x975f[_0x2b8077];return _0x308091;};'use strict';var EventEmitter=require(_0xf975('0x0'));var ChatWebsite=require(_0xf975('0x1'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xf975('0x2'),'afterUpdate':_0xf975('0x3'),'afterDestroy':'remove'};function emitEvent(_0xc42ebe){return function(_0x2d047c,_0x26c58b,_0x83fa1e){ChatWebsiteEvents['emit'](_0xc42ebe+':'+_0x2d047c['id'],_0x2d047c);ChatWebsiteEvents[_0xf975('0x4')](_0xc42ebe,_0x2d047c);_0x83fa1e(null);};}for(var e in events){if(events[_0xf975('0x5')](e)){var event=events[e];ChatWebsite[_0xf975('0x6')](e,emitEvent(event));}}module[_0xf975('0x7')]=ChatWebsiteEvents;