f6d2ea9797970df185d8293a1928a1389872f64d
[motion2.git] / server / api / smsQueue / smsQueue.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 _0x4f3f=['exports','define','SmsQueue','util','../../config/logger','moment','request-promise','path','rimraf','../../config/environment'];(function(_0x4339a5,_0x12c73f){var _0x5873f5=function(_0x1f0099){while(--_0x1f0099){_0x4339a5['push'](_0x4339a5['shift']());}};_0x5873f5(++_0x12c73f);}(_0x4f3f,0xcb));var _0xf4f3=function(_0x11293a,_0x25abb9){_0x11293a=_0x11293a-0x0;var _0x4dc411=_0x4f3f[_0x11293a];return _0x4dc411;};'use strict';var _=require('lodash');var util=require(_0xf4f3('0x0'));var logger=require(_0xf4f3('0x1'))('api');var moment=require(_0xf4f3('0x2'));var BPromise=require('bluebird');var rp=require(_0xf4f3('0x3'));var fs=require('fs');var path=require(_0xf4f3('0x4'));var rimraf=require(_0xf4f3('0x5'));var config=require(_0xf4f3('0x6'));var attributes=require('./smsQueue.attributes');module[_0xf4f3('0x7')]=function(_0x1744ec,_0x45ae72){return _0x1744ec[_0xf4f3('0x8')](_0xf4f3('0x9'),attributes,{'tableName':'sms_queues','paranoid':![],'indexes':[],'timestamps':!![]});};