Built motion from commit 3a7e82ea.|2.6.29
[motion2.git] / server / api / squareProject / squareProject.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 _0x32a9=['SquareProject','setMaxListeners','save','emit','hasOwnProperty','hook','exports','events'];(function(_0x4acfd2,_0x5b9374){var _0x12afbe=function(_0x5bc178){while(--_0x5bc178){_0x4acfd2['push'](_0x4acfd2['shift']());}};_0x12afbe(++_0x5b9374);}(_0x32a9,0x16f));var _0x932a=function(_0x2064e5,_0x4f6fa2){_0x2064e5=_0x2064e5-0x0;var _0x21a233=_0x32a9[_0x2064e5];return _0x21a233;};'use strict';var EventEmitter=require(_0x932a('0x0'));var SquareProject=require('../../mysqldb')['db'][_0x932a('0x1')];var SquareProjectEvents=new EventEmitter();SquareProjectEvents[_0x932a('0x2')](0x0);var events={'afterCreate':_0x932a('0x3'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x30453b){return function(_0x16ae74,_0x1e63a2,_0x338c7c){SquareProjectEvents[_0x932a('0x4')](_0x30453b+':'+_0x16ae74['id'],_0x16ae74);SquareProjectEvents[_0x932a('0x4')](_0x30453b,_0x16ae74);_0x338c7c(null);};}for(var e in events){if(events[_0x932a('0x5')](e)){var event=events[e];SquareProject[_0x932a('0x6')](e,emitEvent(event));}}module[_0x932a('0x7')]=SquareProjectEvents;