Built motion from commit (unavailable).|2.4.3
[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 _0xeb34=['lodash','util','moment','bluebird','request-promise','path','../../config/environment','./schedule.attributes','define','tools_schedules'];(function(_0x105dda,_0x3169c8){var _0xef0dc9=function(_0x641d35){while(--_0x641d35){_0x105dda['push'](_0x105dda['shift']());}};_0xef0dc9(++_0x3169c8);}(_0xeb34,0x168));var _0x4eb3=function(_0x2a56ad,_0x2b94bf){_0x2a56ad=_0x2a56ad-0x0;var _0x425175=_0xeb34[_0x2a56ad];return _0x425175;};'use strict';var _=require(_0x4eb3('0x0'));var util=require(_0x4eb3('0x1'));var logger=require('../../config/logger')('api');var moment=require(_0x4eb3('0x2'));var BPromise=require(_0x4eb3('0x3'));var rp=require(_0x4eb3('0x4'));var fs=require('fs');var path=require(_0x4eb3('0x5'));var rimraf=require('rimraf');var config=require(_0x4eb3('0x6'));var attributes=require(_0x4eb3('0x7'));module['exports']=function(_0x5f1116,_0x5ea949){return _0x5f1116[_0x4eb3('0x8')]('Schedule',attributes,{'tableName':_0x4eb3('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};