22d46d165779d7ab85b024284c6227771ff0548b
[motion2.git] / server / api / chatInternalMessage / chatInternalMessage.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 _0x2e29=['ChatInternalMessage','lodash','../../config/logger','rimraf','../../config/environment','./chatInternalMessage.attributes','define'];(function(_0x58fd96,_0x29c830){var _0x42feab=function(_0x3456d6){while(--_0x3456d6){_0x58fd96['push'](_0x58fd96['shift']());}};_0x42feab(++_0x29c830);}(_0x2e29,0x10b));var _0x92e2=function(_0x1d24eb,_0x12295b){_0x1d24eb=_0x1d24eb-0x0;var _0x1dc576=_0x2e29[_0x1d24eb];return _0x1dc576;};'use strict';var _=require(_0x92e2('0x0'));var util=require('util');var logger=require(_0x92e2('0x1'))('api');var moment=require('moment');var BPromise=require('bluebird');var rp=require('request-promise');var fs=require('fs');var path=require('path');var rimraf=require(_0x92e2('0x2'));var config=require(_0x92e2('0x3'));var attributes=require(_0x92e2('0x4'));module['exports']=function(_0x548d91,_0x508970){return _0x548d91[_0x92e2('0x5')](_0x92e2('0x6'),attributes,{'tableName':'chat_internal_messages','paranoid':![],'indexes':[],'timestamps':!![],'charset':'utf8mb4','collate':'utf8mb4_unicode_ci'});};