Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / userVoiceQueue / userVoiceQueue.model.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 _0x016f=['../../config/logger','api','moment','request-promise','path','rimraf','../../config/environment','define','user_has_voice_queues','lodash','util'];(function(_0x6e3595,_0x5004ea){var _0x412449=function(_0x13beb6){while(--_0x13beb6){_0x6e3595['push'](_0x6e3595['shift']());}};_0x412449(++_0x5004ea);}(_0x016f,0x18a));var _0xf016=function(_0x5ddb1c,_0x5ea4df){_0x5ddb1c=_0x5ddb1c-0x0;var _0x354adc=_0x016f[_0x5ddb1c];return _0x354adc;};'use strict';var _=require(_0xf016('0x0'));var util=require(_0xf016('0x1'));var logger=require(_0xf016('0x2'))(_0xf016('0x3'));var moment=require(_0xf016('0x4'));var BPromise=require('bluebird');var rp=require(_0xf016('0x5'));var fs=require('fs');var path=require(_0xf016('0x6'));var rimraf=require(_0xf016('0x7'));var config=require(_0xf016('0x8'));var attributes=require('./userVoiceQueue.attributes');module['exports']=function(_0x15e186,_0x177dc8){return _0x15e186[_0xf016('0x9')]('UserVoiceQueue',attributes,{'tableName':_0xf016('0xa'),'paranoid':![],'indexes':[],'timestamps':!![]});};