Built motion from commit 19a84241.|2.5.34
[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 _0x8101=['setMaxListeners','save','remove','hasOwnProperty','hook','../../mysqldb','SquareProject'];(function(_0x28d391,_0x1357b3){var _0x3c8bf0=function(_0x55bac9){while(--_0x55bac9){_0x28d391['push'](_0x28d391['shift']());}};_0x3c8bf0(++_0x1357b3);}(_0x8101,0xa6));var _0x1810=function(_0x22f5ea,_0x3a6a30){_0x22f5ea=_0x22f5ea-0x0;var _0xe5955=_0x8101[_0x22f5ea];return _0xe5955;};'use strict';var EventEmitter=require('events');var SquareProject=require(_0x1810('0x0'))['db'][_0x1810('0x1')];var SquareProjectEvents=new EventEmitter();SquareProjectEvents[_0x1810('0x2')](0x0);var events={'afterCreate':_0x1810('0x3'),'afterUpdate':'update','afterDestroy':_0x1810('0x4')};function emitEvent(_0x27d6b5){return function(_0x233978,_0x5807c5,_0x421940){SquareProjectEvents['emit'](_0x27d6b5+':'+_0x233978['id'],_0x233978);SquareProjectEvents['emit'](_0x27d6b5,_0x233978);_0x421940(null);};}for(var e in events){if(events[_0x1810('0x5')](e)){var event=events[e];SquareProject[_0x1810('0x6')](e,emitEvent(event));}}module['exports']=SquareProjectEvents;