Built motion from commit 4d4d9a88.|2.6.26
[motion2.git] / server / api / tag / tag.attributes.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 _0x9c02=['STRING','sequelize','exports'];(function(_0x39c376,_0x5e3c44){var _0x3ae3da=function(_0x30f12b){while(--_0x30f12b){_0x39c376['push'](_0x39c376['shift']());}};_0x3ae3da(++_0x5e3c44);}(_0x9c02,0x196));var _0x29c0=function(_0x56ff10,_0x324418){_0x56ff10=_0x56ff10-0x0;var _0xadcfc7=_0x9c02[_0x56ff10];return _0xadcfc7;};'use strict';var Sequelize=require(_0x29c0('0x0'));module[_0x29c0('0x1')]={'name':{'type':Sequelize[_0x29c0('0x2')],'unique':'name','allowNull':![],'validate':{'is':/[A-Za-z0-9._\\+*!-]+/,'notEmpty':!![]}},'color':{'type':Sequelize['STRING'],'defaultValue':'#0091EA'},'description':{'type':Sequelize['STRING']}};