Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / schedule / schedule.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 _0x9d24=['bluebird','request-promise','path','rimraf','../../config/environment','./schedule.attributes','define','tools_schedules','util','../../config/logger','api'];(function(_0x3d5351,_0x27bc80){var _0x1db4db=function(_0x3f572b){while(--_0x3f572b){_0x3d5351['push'](_0x3d5351['shift']());}};_0x1db4db(++_0x27bc80);}(_0x9d24,0x11b));var _0x49d2=function(_0x264b65,_0x509dd5){_0x264b65=_0x264b65-0x0;var _0xcd8a8e=_0x9d24[_0x264b65];return _0xcd8a8e;};'use strict';var _=require('lodash');var util=require(_0x49d2('0x0'));var logger=require(_0x49d2('0x1'))(_0x49d2('0x2'));var moment=require('moment');var BPromise=require(_0x49d2('0x3'));var rp=require(_0x49d2('0x4'));var fs=require('fs');var path=require(_0x49d2('0x5'));var rimraf=require(_0x49d2('0x6'));var config=require(_0x49d2('0x7'));var attributes=require(_0x49d2('0x8'));module['exports']=function(_0x3f6fa5,_0x46ef0a){return _0x3f6fa5[_0x49d2('0x9')]('Schedule',attributes,{'tableName':_0x49d2('0xa'),'paranoid':![],'indexes':[],'timestamps':!![]});};