Built motion from commit da617fac.|2.6.6
[motion2.git] / server / services / ami / model / servicenowAccount.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 _0xfe5c=['password','remoteUri','serverUrl','name','username'];(function(_0x5b476d,_0x35716e){var _0xe589fe=function(_0x17fe8e){while(--_0x17fe8e){_0x5b476d['push'](_0x5b476d['shift']());}};_0xe589fe(++_0x35716e);}(_0xfe5c,0xa8));var _0xcfe5=function(_0x4b82c4,_0x56abbc){_0x4b82c4=_0x4b82c4-0x0;var _0x2db142=_0xfe5c[_0x4b82c4];return _0x2db142;};'use strict';function ServicenowAccount(_0x8041e9){this['id']=_0x8041e9['id']||0x0;this[_0xcfe5('0x0')]=_0x8041e9['name']||'';this['username']=_0x8041e9[_0xcfe5('0x1')]||'';this['password']=_0x8041e9[_0xcfe5('0x2')]||'';this[_0xcfe5('0x3')]=_0x8041e9['remoteUri']||'';this[_0xcfe5('0x4')]=_0x8041e9['serverUrl']||'';this['Configurations']=_0x8041e9['Configurations']||{};}module['exports']=ServicenowAccount;