Built motion from commit (unavailable).|2.5.23
[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 _0x1f62=['chat_queues','util','api','bluebird','path','rimraf','./chatQueue.attributes','exports','define','ChatQueue'];(function(_0x2fdf82,_0x322e7c){var _0x2382f5=function(_0x4d6951){while(--_0x4d6951){_0x2fdf82['push'](_0x2fdf82['shift']());}};_0x2382f5(++_0x322e7c);}(_0x1f62,0x1e1));var _0x21f6=function(_0x54fe4e,_0x153ebc){_0x54fe4e=_0x54fe4e-0x0;var _0x21ceae=_0x1f62[_0x54fe4e];return _0x21ceae;};'use strict';var _=require('lodash');var util=require(_0x21f6('0x0'));var logger=require('../../config/logger')(_0x21f6('0x1'));var moment=require('moment');var BPromise=require(_0x21f6('0x2'));var rp=require('request-promise');var fs=require('fs');var path=require(_0x21f6('0x3'));var rimraf=require(_0x21f6('0x4'));var config=require('../../config/environment');var attributes=require(_0x21f6('0x5'));module[_0x21f6('0x6')]=function(_0x184135,_0xb74006){return _0x184135[_0x21f6('0x7')](_0x21f6('0x8'),attributes,{'tableName':_0x21f6('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};