Built motion from commit bab6f49e.|2.6.17
[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 _0x7d6a=['bluebird','path','rimraf','../../config/environment','exports','define','tools_schedules','lodash','util','../../config/logger','moment'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x7d6a,0x13b));var _0xa7d6=function(_0xfefb20,_0x472cab){_0xfefb20=_0xfefb20-0x0;var _0x1db42f=_0x7d6a[_0xfefb20];return _0x1db42f;};'use strict';var _=require(_0xa7d6('0x0'));var util=require(_0xa7d6('0x1'));var logger=require(_0xa7d6('0x2'))('api');var moment=require(_0xa7d6('0x3'));var BPromise=require(_0xa7d6('0x4'));var rp=require('request-promise');var fs=require('fs');var path=require(_0xa7d6('0x5'));var rimraf=require(_0xa7d6('0x6'));var config=require(_0xa7d6('0x7'));var attributes=require('./schedule.attributes');module[_0xa7d6('0x8')]=function(_0x549c46,_0x41e3b0){return _0x549c46[_0xa7d6('0x9')]('Schedule',attributes,{'tableName':_0xa7d6('0xa'),'paranoid':![],'indexes':[],'timestamps':!![]});};