Built motion from commit (unavailable).|2.3.4
[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 _0x236d=['setMaxListeners','update','remove','emit','hasOwnProperty','hook','events','../../mysqldb'];(function(_0x31cb5f,_0x2df766){var _0x586042=function(_0x53c807){while(--_0x53c807){_0x31cb5f['push'](_0x31cb5f['shift']());}};_0x586042(++_0x2df766);}(_0x236d,0x7e));var _0xd236=function(_0x321bb2,_0x202794){_0x321bb2=_0x321bb2-0x0;var _0x9c12ed=_0x236d[_0x321bb2];return _0x9c12ed;};'use strict';var EventEmitter=require(_0xd236('0x0'));var ChatWebsite=require(_0xd236('0x1'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xd236('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0xd236('0x3'),'afterDestroy':_0xd236('0x4')};function emitEvent(_0x22533a){return function(_0x17ebae,_0x52cdc5,_0x56bc88){ChatWebsiteEvents[_0xd236('0x5')](_0x22533a+':'+_0x17ebae['id'],_0x17ebae);ChatWebsiteEvents[_0xd236('0x5')](_0x22533a,_0x17ebae);_0x56bc88(null);};}for(var e in events){if(events[_0xd236('0x6')](e)){var event=events[e];ChatWebsite[_0xd236('0x7')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;