fcc92b672a9e212e793549f0c1305fe67f593d71
[motion2.git] / server / api / chatQueue / chatQueue.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 _0x605a=['../../config/environment','define','ChatQueue','chat_queues','api','moment','bluebird','request-promise','path','rimraf'];(function(_0x3e5086,_0x48f4a2){var _0xfeb102=function(_0x5a945f){while(--_0x5a945f){_0x3e5086['push'](_0x3e5086['shift']());}};_0xfeb102(++_0x48f4a2);}(_0x605a,0xa4));var _0xa605=function(_0x2792e1,_0x1e328a){_0x2792e1=_0x2792e1-0x0;var _0x3ebec5=_0x605a[_0x2792e1];return _0x3ebec5;};'use strict';var _=require('lodash');var util=require('util');var logger=require('../../config/logger')(_0xa605('0x0'));var moment=require(_0xa605('0x1'));var BPromise=require(_0xa605('0x2'));var rp=require(_0xa605('0x3'));var fs=require('fs');var path=require(_0xa605('0x4'));var rimraf=require(_0xa605('0x5'));var config=require(_0xa605('0x6'));var attributes=require('./chatQueue.attributes');module['exports']=function(_0x5c6f89,_0x3c29fa){return _0x5c6f89[_0xa605('0x7')](_0xa605('0x8'),attributes,{'tableName':_0xa605('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};