Built motion from commit eddce310.|2.6.12
[motion2.git] / server / api / sound / sound.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 _0x4bde=['STRING','name','FLOAT','BIGINT','INTEGER'];(function(_0x28d984,_0xc128a){var _0x13ad90=function(_0x131a5b){while(--_0x131a5b){_0x28d984['push'](_0x28d984['shift']());}};_0x13ad90(++_0xc128a);}(_0x4bde,0x14a));var _0xe4bd=function(_0x3b4144,_0x477c1f){_0x3b4144=_0x3b4144-0x0;var _0x3cabf7=_0x4bde[_0x3b4144];return _0x3cabf7;};'use strict';var Sequelize=require('sequelize');module['exports']={'name':{'type':Sequelize[_0xe4bd('0x0')],'unique':_0xe4bd('0x1'),'allowNull':![]},'save_name':{'type':Sequelize[_0xe4bd('0x0')]},'display_name':{'type':Sequelize[_0xe4bd('0x0')],'defaultValue':''},'description':{'type':Sequelize['STRING']},'original_format':{'type':Sequelize[_0xe4bd('0x0')]},'original_duration':{'type':Sequelize[_0xe4bd('0x2')]},'original_sampleCount':{'type':Sequelize[_0xe4bd('0x3')]},'original_channelCount':{'type':Sequelize[_0xe4bd('0x4')]},'original_bitRate':{'type':Sequelize[_0xe4bd('0x3')]},'original_sampleRate':{'type':Sequelize[_0xe4bd('0x4')]},'converted_format':{'type':Sequelize[_0xe4bd('0x0')]},'converted_duration':{'type':Sequelize[_0xe4bd('0x2')]},'converted_sampleCount':{'type':Sequelize['BIGINT']},'converted_channelCount':{'type':Sequelize[_0xe4bd('0x4')]},'converted_bitRate':{'type':Sequelize[_0xe4bd('0x3')]},'converted_sampleRate':{'type':Sequelize['INTEGER']}};