bdb152d8094d97b902d5affd833c462cf501b01f
[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 _0x30de=['exports','define','ChatQueue','lodash','../../config/logger','api','bluebird','request-promise','path','../../config/environment','./chatQueue.attributes'];(function(_0xaffe9a,_0x13bf53){var _0x4e01bf=function(_0x58ea84){while(--_0x58ea84){_0xaffe9a['push'](_0xaffe9a['shift']());}};_0x4e01bf(++_0x13bf53);}(_0x30de,0x158));var _0xe30d=function(_0x29ad3b,_0x1a729a){_0x29ad3b=_0x29ad3b-0x0;var _0x97be17=_0x30de[_0x29ad3b];return _0x97be17;};'use strict';var _=require(_0xe30d('0x0'));var util=require('util');var logger=require(_0xe30d('0x1'))(_0xe30d('0x2'));var moment=require('moment');var BPromise=require(_0xe30d('0x3'));var rp=require(_0xe30d('0x4'));var fs=require('fs');var path=require(_0xe30d('0x5'));var rimraf=require('rimraf');var config=require(_0xe30d('0x6'));var attributes=require(_0xe30d('0x7'));module[_0xe30d('0x8')]=function(_0x14d5b8,_0x2fa123){return _0x14d5b8[_0xe30d('0x9')](_0xe30d('0xa'),attributes,{'tableName':'chat_queues','paranoid':![],'indexes':[],'timestamps':!![]});};