Built motion from commit f7863d46.|2.5.41
[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 _0x010a=['events','../../mysqldb','SquareProject','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook'];(function(_0x2279fd,_0x555b21){var _0x5f53ae=function(_0x4614b8){while(--_0x4614b8){_0x2279fd['push'](_0x2279fd['shift']());}};_0x5f53ae(++_0x555b21);}(_0x010a,0x136));var _0xa010=function(_0x49a134,_0x1bc32f){_0x49a134=_0x49a134-0x0;var _0x4eb02c=_0x010a[_0x49a134];return _0x4eb02c;};'use strict';var EventEmitter=require(_0xa010('0x0'));var SquareProject=require(_0xa010('0x1'))['db'][_0xa010('0x2')];var SquareProjectEvents=new EventEmitter();SquareProjectEvents[_0xa010('0x3')](0x0);var events={'afterCreate':_0xa010('0x4'),'afterUpdate':_0xa010('0x5'),'afterDestroy':_0xa010('0x6')};function emitEvent(_0x4e37dc){return function(_0xc13472,_0x1039c3,_0x4be918){SquareProjectEvents[_0xa010('0x7')](_0x4e37dc+':'+_0xc13472['id'],_0xc13472);SquareProjectEvents[_0xa010('0x7')](_0x4e37dc,_0xc13472);_0x4be918(null);};}for(var e in events){if(events[_0xa010('0x8')](e)){var event=events[e];SquareProject[_0xa010('0x9')](e,emitEvent(event));}}module['exports']=SquareProjectEvents;