Built motion from commit (unavailable).|2.4.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 _0x1247=['hook','exports','events','../../mysqldb','save','update','remove','emit','hasOwnProperty'];(function(_0x2a9104,_0x1d805d){var _0x15fb8e=function(_0x4c80dc){while(--_0x4c80dc){_0x2a9104['push'](_0x2a9104['shift']());}};_0x15fb8e(++_0x1d805d);}(_0x1247,0xb6));var _0x7124=function(_0x1147ab,_0x10e72b){_0x1147ab=_0x1147ab-0x0;var _0x55cb5a=_0x1247[_0x1147ab];return _0x55cb5a;};'use strict';var EventEmitter=require(_0x7124('0x0'));var ChatWebsite=require(_0x7124('0x1'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x7124('0x2'),'afterUpdate':_0x7124('0x3'),'afterDestroy':_0x7124('0x4')};function emitEvent(_0x5ebbfa){return function(_0x3bdce3,_0x3ab32e,_0x2dd15c){ChatWebsiteEvents[_0x7124('0x5')](_0x5ebbfa+':'+_0x3bdce3['id'],_0x3bdce3);ChatWebsiteEvents[_0x7124('0x5')](_0x5ebbfa,_0x3bdce3);_0x2dd15c(null);};}for(var e in events){if(events[_0x7124('0x6')](e)){var event=events[e];ChatWebsite[_0x7124('0x7')](e,emitEvent(event));}}module[_0x7124('0x8')]=ChatWebsiteEvents;