Built motion from commit (unavailable).|2.5.1
[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 _0x2bbe=['define','../../config/logger','moment','bluebird','request-promise','path','rimraf','../../config/environment','./chatQueue.attributes','exports'];(function(_0x17e597,_0x2843bd){var _0x329bf4=function(_0x1d5892){while(--_0x1d5892){_0x17e597['push'](_0x17e597['shift']());}};_0x329bf4(++_0x2843bd);}(_0x2bbe,0xa1));var _0xe2bb=function(_0x573fbd,_0x4278f6){_0x573fbd=_0x573fbd-0x0;var _0x5477a6=_0x2bbe[_0x573fbd];return _0x5477a6;};'use strict';var _=require('lodash');var util=require('util');var logger=require(_0xe2bb('0x0'))('api');var moment=require(_0xe2bb('0x1'));var BPromise=require(_0xe2bb('0x2'));var rp=require(_0xe2bb('0x3'));var fs=require('fs');var path=require(_0xe2bb('0x4'));var rimraf=require(_0xe2bb('0x5'));var config=require(_0xe2bb('0x6'));var attributes=require(_0xe2bb('0x7'));module[_0xe2bb('0x8')]=function(_0x232892,_0x2897ef){return _0x232892[_0xe2bb('0x9')]('ChatQueue',attributes,{'tableName':'chat_queues','paranoid':![],'indexes':[],'timestamps':!![]});};