Built motion from commit (unavailable).|2.5.7
[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 _0x10af=['update','remove','emit','exports','events','ChatWebsite','setMaxListeners','save'];(function(_0x47bba9,_0x592e4e){var _0x31cc0a=function(_0x3cbc8c){while(--_0x3cbc8c){_0x47bba9['push'](_0x47bba9['shift']());}};_0x31cc0a(++_0x592e4e);}(_0x10af,0xfc));var _0xf10a=function(_0x1477ef,_0x54a5d6){_0x1477ef=_0x1477ef-0x0;var _0x164acd=_0x10af[_0x1477ef];return _0x164acd;};'use strict';var EventEmitter=require(_0xf10a('0x0'));var ChatWebsite=require('../../mysqldb')['db'][_0xf10a('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xf10a('0x2')](0x0);var events={'afterCreate':_0xf10a('0x3'),'afterUpdate':_0xf10a('0x4'),'afterDestroy':_0xf10a('0x5')};function emitEvent(_0x53a66f){return function(_0xbffc71,_0x13b338,_0x56e7a6){ChatWebsiteEvents[_0xf10a('0x6')](_0x53a66f+':'+_0xbffc71['id'],_0xbffc71);ChatWebsiteEvents[_0xf10a('0x6')](_0x53a66f,_0xbffc71);_0x56e7a6(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite['hook'](e,emitEvent(event));}}module[_0xf10a('0x7')]=ChatWebsiteEvents;