Built motion from commit (unavailable).|2.5.30
[motion2.git] / server / api / teamVoiceQueue / teamVoiceQueue.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 _0x1b1f=['../../config/logger','api','path','rimraf','../../config/environment','./teamVoiceQueue.attributes','util'];(function(_0x586094,_0x40e039){var _0x4d4457=function(_0x27111c){while(--_0x27111c){_0x586094['push'](_0x586094['shift']());}};_0x4d4457(++_0x40e039);}(_0x1b1f,0x14f));var _0xf1b1=function(_0xb548ed,_0x1fabfd){_0xb548ed=_0xb548ed-0x0;var _0x26d7aa=_0x1b1f[_0xb548ed];return _0x26d7aa;};'use strict';var _=require('lodash');var util=require(_0xf1b1('0x0'));var logger=require(_0xf1b1('0x1'))(_0xf1b1('0x2'));var moment=require('moment');var BPromise=require('bluebird');var rp=require('request-promise');var fs=require('fs');var path=require(_0xf1b1('0x3'));var rimraf=require(_0xf1b1('0x4'));var config=require(_0xf1b1('0x5'));var attributes=require(_0xf1b1('0x6'));module['exports']=function(_0x2e11b7,_0x53a703){return _0x2e11b7['define']('TeamVoiceQueue',attributes,{'tableName':'team_has_voice_queues','paranoid':![],'indexes':[],'timestamps':!![]});};