11dfd83323ecb7bd51a7a80acc65ed84c75becdc
[motion2.git] / server / api / cmContact / cmContact.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 _0x62f4=['emit','hasOwnProperty','hook','events','../../mysqldb','CmContact','setMaxListeners','save','update','remove'];(function(_0x529b35,_0x35387b){var _0x42bdef=function(_0x328cb0){while(--_0x328cb0){_0x529b35['push'](_0x529b35['shift']());}};_0x42bdef(++_0x35387b);}(_0x62f4,0xcb));var _0x462f=function(_0x41a415,_0x2f527c){_0x41a415=_0x41a415-0x0;var _0x1a883e=_0x62f4[_0x41a415];return _0x1a883e;};'use strict';var EventEmitter=require(_0x462f('0x0'));var CmContact=require(_0x462f('0x1'))['db'][_0x462f('0x2')];var CmContactEvents=new EventEmitter();CmContactEvents[_0x462f('0x3')](0x0);var events={'afterCreate':_0x462f('0x4'),'afterUpdate':_0x462f('0x5'),'afterDestroy':_0x462f('0x6')};function emitEvent(_0x3ef5f4){return function(_0x58f840,_0x5ec7ee,_0x194b68){CmContactEvents[_0x462f('0x7')](_0x3ef5f4+':'+_0x58f840['id'],_0x58f840);CmContactEvents[_0x462f('0x7')](_0x3ef5f4,_0x58f840);_0x194b68(null);};}for(var e in events){if(events[_0x462f('0x8')](e)){var event=events[e];CmContact[_0x462f('0x9')](e,emitEvent(event));}}module['exports']=CmContactEvents;