Built motion from commit (unavailable).|2.5.8
[motion2.git] / server / api / voiceQueue / voiceQueue.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 _0x18fb=['bluebird','request-promise','path','rimraf','../../config/environment','./voiceQueue.attributes','define','VoiceQueue','util','api','moment'];(function(_0x1b580c,_0x1646bf){var _0x24c62c=function(_0x27e486){while(--_0x27e486){_0x1b580c['push'](_0x1b580c['shift']());}};_0x24c62c(++_0x1646bf);}(_0x18fb,0x1c0));var _0xb18f=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0x18fb[_0x14add3];return _0x4a174f;};'use strict';var _=require('lodash');var util=require(_0xb18f('0x0'));var logger=require('../../config/logger')(_0xb18f('0x1'));var moment=require(_0xb18f('0x2'));var BPromise=require(_0xb18f('0x3'));var rp=require(_0xb18f('0x4'));var fs=require('fs');var path=require(_0xb18f('0x5'));var rimraf=require(_0xb18f('0x6'));var config=require(_0xb18f('0x7'));var attributes=require(_0xb18f('0x8'));module['exports']=function(_0x271cfa,_0x96d4c2){return _0x271cfa[_0xb18f('0x9')](_0xb18f('0xa'),attributes,{'tableName':'voice_queues','paranoid':![],'indexes':[],'timestamps':!![]});};