cmd-control-client-lib 3.0.27 → 3.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("xmlentities")):"function"==typeof define&&define.amd?define(["xmlentities"],n):"object"==typeof exports?exports.cmdControlClientLib=n(require("xmlentities")):t.cmdControlClientLib=n(t.xmlentities)}("undefined"!=typeof self?self:this,(function(t){return(()=>{"use strict";var n={6535:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.VERSION=void 0,n.VERSION="3.0.27"},3735:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumBooleanDigitized=void 0,(e=n.EnumBooleanDigitized||(n.EnumBooleanDigitized={})).FALSE="0",e.TRUE="1"},6229:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumBooleanStringifiedExtended=void 0,(e=n.EnumBooleanStringifiedExtended||(n.EnumBooleanStringifiedExtended={})).TRUE="true",e.TRUTHY="1",e.FALSE="false",e.FALSY="0"},8659:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumBooleanStringified=void 0,(e=n.EnumBooleanStringified||(n.EnumBooleanStringified={})).TRUE="true",e.FALSE="false"},1798:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumChannelFlags=void 0,(e=n.EnumChannelFlags||(n.EnumChannelFlags={})).ARCHIVED="archived",e.REGULAR="regularCustomer",e.ADVERTISED="advertised",e.DELETED="deleted",e.LOCKED="locked",e.UNANSWERED="unanswered",e.PINNED="pinned",e.MUTED="muted",e.BOUGHTMEDIA="boughtMedia",e.FOLLOWME="followMe",e.BANNED="banned",e.BANNEDME="bannedMe",e.TICKET="ticket"},8263:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumCurrency=void 0,(e=n.EnumCurrency||(n.EnumCurrency={})).EURO="EUR",e.US_DOLLAR="USD",e.VOUCHER_CREDIT="VOC"},8058:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumStreamStatusType=void 0,(e=n.EnumStreamStatusType||(n.EnumStreamStatusType={})).AUDIO_DEVICE_ERROR="AUDIO_DEVICE_ERROR",e.AUDIO_DEVICE_FROZEN="AUDIO_DEVICE_FROZEN",e.AUDIO_DEVICE_MUTED="AUDIO_DEVICE_MUTED",e.AUDIO_DEVICE_UNMUTED="AUDIO_DEVICE_UNMUTED",e.BITRATE="BITRATE",e.CPU_OVERLOAD="CPU_OVERLOAD",e.DROPPED_AUDIO_FRAMES="DROPPED_AUDIO_FRAMES",e.DROPPED_VIDEO_FRAMES="DROPPED_VIDEO_FRAMES",e.VIDEO_DEVICE_ERROR="VIDEO_DEVICE_ERROR",e.VIDEO_DEVICE_FROZEN="VIDEO_DEVICE_FROZEN"},1819:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},8354:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},2744:function(t,n,e){var o=this&&this.__createBinding||(Object.create?function(t,n,e,o){void 0===o&&(o=e),Object.defineProperty(t,o,{enumerable:!0,get:function(){return n[e]}})}:function(t,n,e,o){void 0===o&&(o=e),t[o]=n[e]}),_=this&&this.__exportStar||function(t,n){for(var e in t)"default"===e||Object.prototype.hasOwnProperty.call(n,e)||o(n,t,e)};Object.defineProperty(n,"__esModule",{value:!0}),_(e(8659),n),_(e(3735),n),_(e(6229),n),_(e(8058),n),_(e(1798),n),_(e(8263),n),_(e(8354),n),_(e(1819),n),_(e(1368),n),_(e(1827),n)},1368:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},1827:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},8715:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CmdConnection=n.ConnectionConfig=n.EnumInitDataFormat=void 0;var o,_=e(1994),i=e(5473),r=e(6535),s=e(7292),E=e(7292),a=e(117),C=e(4678);function u(){}!function(t){t.LIVE="live",t.MESSENGER="messenger",t.AVS="avs",t.mc="mc"}(o=n.EnumInitDataFormat||(n.EnumInitDataFormat={}));var c=function(){function t(){this.useWS=!0,this.host="",this.wssport="",this.wsspath="",this.https=!0,this.agent=C.CmdClientAgent.WEB,this.version="?",this.logger=void 0,this.webtoken="",this.jsonp=!1,this.connectionRetryInterval=2e3,this.initdata=o.LIVE}return t.prototype.toString=function(){return"[ useWS="+this.useWS+" host="+this.host+" wssport="+this.wssport+" wsspath="+this.wsspath+" agent="+this.agent+" language="+this.language+" version="+this.version+" logger="+this.logger+" commandHandler= "+this.commandHandler+" ]"},t}();n.ConnectionConfig=c;var S=function(){function t(t){for(this._version=r.VERSION,this._closing=!1,this._counter=1,this._reConnectAttemptsCount=0,this._initProcessed=!1,this._noop={active:!1,last:0},this._queue=[],this._sessionID="",this._logPrefix="CMDP.",this._instanceId=Math.ceil(16777216*Math.random()).toString(16);this._instanceId.length<6;)this._instanceId="0"+this._instanceId;this._settings=t,t.logger&&i.setLogger(t.logger),i.logger.log(this._logPrefix+" version="+r.VERSION+" settings: "+t),this._onopen=this._onopen.bind(this),this._onmessage=this._onmessage.bind(this),this._onclose=this._onclose.bind(this),this._onerror=this._onerror.bind(this),this.connect=this.connect.bind(this),window.onunload=this.close.bind(this),this._jumpTable={CMDP_INIT:this._processCmpdInit.bind(this),CMDP_SINIT:this._processCmpdInit.bind(this),CMDP_SLOGIN:this._processCmdpLogin.bind(this),CMDP_LOGIN:this._processCmdpLogin.bind(this),CMDP_NOOP:this._processCmdpNoop.bind(this),CMDC_DSRELOAD:this._processCmdcDsReload.bind(this)}}return t._timeoutByAction=function(t){return this._commandTimeout[t.command.action]||12e4},t._fetchJsonp=function(n,e,o){var _=n+"?action="+e.command.action;for(var r in e.command.params)Object.prototype.hasOwnProperty.call(e.command.params,r)&&(_+="&"+encodeURIComponent(r)+"="+encodeURIComponent(e.command.params[r].toString()));_=_.replace("??","?");var s="_jsonp_"+Date.now()+"_"+Math.ceil(65536*Math.random()).toString(16),a=document.createElement("script"),C=document.querySelectorAll("head")[0],c=function(){e.timeoutId&&(clearTimeout(e.timeoutId),e.timeoutId=void 0),a.remove();try{delete window[s]}catch(t){i.logger.log("send over jsonp",e),window[s]=void 0}};window[s]=function(n){c(),"json"===e.command.params.format?o(Object.assign(e.command,n)):o(Object.assign(e.command,t._parsePlainResponse(n)))},a.src=_+(_.includes("?")?"&":"?")+"callback="+s,a.onerror=function(n){c(),o(Object.assign(e.command,t._getErrorResponse(E.ResultCode.NETWORK_ERROR,n.error)))},C.append(a),e.timeoutId=window.setTimeout((function(){c(),window[s]=u,o(Object.assign(e.command,t._getErrorResponse(E.ResultCode.TIMEOUT,"timeout")))}),this._timeoutByAction(e))},t._parsePlainResponse=function(t){for(var n,e={action:a.ACTION.CMDP_UNDEFINED,params:{},result:new E.RESULT,commands:[],values:{}},o=/\+/g,i=/^CMDC_(\w+)/,r=/(\w+)=(\S+)/g,s=0,C=t.split("\n");s<C.length;s++){var u=C[s];if(n=i.exec(u)){var c=n[1],S={};for(r.lastIndex=0;n=r.exec(u);){var O=n[1],T=_.decode(decodeURIComponent(n[2]));S[O]="text"!==O||"<a+href"===T.slice(0,7)||"CQUERYUSER"===c||u.includes(" from=system")?T.replace(o," "):T}switch(c){case"RESULT":e.result.code=Number.parseInt(S.code,10),e.result.reason=S.reason;break;case"VALUE":for(var O in S)Object.prototype.hasOwnProperty.call(S,O)&&(e.values[O]=S[O]);break;default:e.commands.push({action:E.ACTION["CMDC_"+c],params:S})}}}return e},t._getErrorResponse=function(t,n){return{result:{code:t,reason:n},commands:void 0,values:void 0}},t.prototype.connect=function(){if(this._servletUrl=this._platformUrl?this._platformUrl:(this._settings.https?"https":"http")+"://"+this._settings.host+":"+this._settings.wssport+this._settings.wsspath,this._settings.useWS&&this._openSocket(),!this._initProcessed){var t=Object.assign(new E.CMDP_INIT,{params:{initData:this._settings.initdata}});this._send(t)}},t.prototype.send=function(t){if("CMDP_NOOP"===t.action)throw i.logger.error(this._logPrefix+" dont send the CMDP_NOOP active ",t),new Error("don't send the CMDP_NOOP.");this._send(t)},t.prototype.close=function(){this._closing=!0,this._noop.active=!1,this._socket&&this._socket.close()},t.prototype._send=function(t){t=Object.assign(t,{params:Object.assign(this._getDefaultParams(),t.params)}),i.logger.log(this._logPrefix+"_enqueue",t);var n={callback:this._processReply.bind(this),command:t,timeoutId:0,queued:!0};this._queue.push(n),this._dequeue()},t.prototype._openSocket=function(){var t,n=(this._settings.https?"wss":"ws")+"://"+this._settings.host+":"+this._settings.wssport+this._settings.wsspath;i.logger.log(this._logPrefix+"_openSocket",n);try{t=new WebSocket(n)}catch(t){return i.logger.warn(this._logPrefix+"_openSocket SECURITY_ERR",t),void this._reconnect()}t.onopen=this._onopen,t.onmessage=this._onmessage,t.onerror=this._onerror,t.onclose=this._onclose,this._socket=t},t.prototype._onopen=function(t){i.logger.log(this._logPrefix+"socket.onopen",t),this._dequeue(),this._socket.readyState===WebSocket.OPEN&&(this._reConnectAttemptsCount=0)},t.prototype._onmessage=function(t){i.logger.log(this._logPrefix+"socket.onmessage",t);var n=JSON.parse(t.data);this._processReply(n)},t.prototype._onerror=function(t){var n;(i.logger.warn(this._logPrefix+"socket.onerror",t),this._settings.onError)&&(n=5===this._reConnectAttemptsCount?{isFatal:!0}:{reConnectionTimeout:this._settings.connectionRetryInterval*(this._reConnectAttemptsCount+1)},this._settings.onError(n))},t.prototype._onclose=function(t){i.logger.log(this._logPrefix+"socket.onclose",t),this._closing||this._dsreload||!this._settings.useWS||this._reconnect(),this._dsreload&&(this._dsreload=!1)},t.prototype._getDefaultParams=function(){return{_uniq:(this._counter++).toString(),_iid:this._instanceId,strip:!0,format:s.EnumFormatValues.JSON,agent:this._settings.agent,version:this._settings.version+"/"+this._version,language:this._settings.language,sessionID:this._sessionID,webtoken:this._settings.webtoken}},t.prototype._processReply=function(t){var n=this;i.logger.log(this._logPrefix+"_processReply",t);for(var e,o=t.params._uniq,_=0,r=this._queue.length;_<r;_++)if((e=this._queue[_]).command.params._uniq===o){e.timeoutId&&clearTimeout(e.timeoutId),this._queue.splice(_,1);break}if(e){var s=!0;if(t.result.code===E.ResultCode.NETWORK_ERROR){var a=Number.parseInt(e.command.params._retry.toString()||"0",10);a<10&&(s=!1,setTimeout((function(){i.logger.log(n._logPrefix+".re-enqueue ",e.command),e.command.params._retry=e.command.params._retry?(a+1).toString():"1",n._send(e.command)}),3e3))}s&&(this._processCommand(t),t.commands&&t.commands.length>0&&t.commands.forEach(this._processCommand.bind(this)),this._settings.commandHandler(t)),this._dequeue()}else i.logger.warn(this._logPrefix+"_processReply. Entry not found _uniq="+o,t)},t.prototype._dequeue=function(){if(!this._closing)for(var t=0,n=this._queue.length;t<n;t++){var e=this._queue[t];if(e.queued){this._sendEntry(e);break}}},t.prototype._sendEntry=function(n){var e;if(this._settings.useWS){if((null===(e=this._socket)||void 0===e?void 0:e.readyState)===WebSocket.OPEN){n.queued=!1;var o=JSON.stringify(n.command);this._socket.send(o)}}else this._settings.jsonp&&(n.queued=!1,t._fetchJsonp(this._servletUrl,n,this._processReply.bind(this)))},t.prototype._reconnect=function(){var t=this;if(this._socket=void 0,this._markAllQueueEntriesAsQueued(),this._settings.jsonp)i.logger.warn(this._logPrefix+". fallback to JSONP"),this._settings.useWS=!1,this._dequeue();else if(this._settings.useWS)if(this._reConnectAttemptsCount++,this._reConnectAttemptsCount<=5){var n=this._settings.connectionRetryInterval*this._reConnectAttemptsCount;i.logger.log(this._logPrefix+" retry connect in "+n+" ms"),setTimeout((function(){t._openSocket()}),n)}else this._reConnectAttemptsCount=0,i.logger.log(this._logPrefix+" maximum reconnect attempts count reached")},t.prototype._sendNoop=function(){0===this._noop.last&&(this._noop.last=Date.now()),this._send(new E.CMDP_NOOP)},t.prototype._processCommand=function(t){var n=this._jumpTable[t.action];n&&n(t)},t.prototype._processCmpdInit=function(t){this._initProcessed=!0},t.prototype._processCmdpLogin=function(t){t.result.code===E.ResultCode.OK&&(this._sessionID=t.values.sessionID,this._noop.active||(this._noop.active=!0,this._sendNoop()))},t.prototype._processCmdpNoop=function(t){switch(t.result.code){case E.ResultCode.SESSION_NOT_FOUND:case E.ResultCode.NETWORK_ERROR:this._noop.active=!1,i.logger.warn(this._logPrefix+"NOOP stopped");break;default:this._sendNoop()}},t.prototype._processCmdcDsReload=function(t){i.logger.warn(this._logPrefix+E.ACTION.CMDC_DSRELOAD,t),this._dsreload=!0,this._socket&&this._socket.close(),this._markAllQueueEntriesAsQueued(),this._platformUrl=t.params.PlatformUrl,this._settings.host=t.params.wsshost,this._settings.wssport=t.params.wssport,this._settings.wsspath=t.params.wsspath,this.connect()},t.prototype._markAllQueueEntriesAsQueued=function(){this._queue.forEach((function(t){t.queued||(t.queued=!0)}))},t._commandTimeout={CMDP_CLOGOUT:4e3,CMDP_LOGOUT:4e3,CMDP_NOOP:3e4},t}();n.CmdConnection=S},4268:function(t,n,e){var o=this&&this.__createBinding||(Object.create?function(t,n,e,o){void 0===o&&(o=e),Object.defineProperty(t,o,{enumerable:!0,get:function(){return n[e]}})}:function(t,n,e,o){void 0===o&&(o=e),t[o]=n[e]}),_=this&&this.__exportStar||function(t,n){for(var e in t)"default"===e||Object.prototype.hasOwnProperty.call(n,e)||o(n,t,e)};Object.defineProperty(n,"__esModule",{value:!0}),n.CmdControlSession=n.EnumInitDataFormat=n.CmdConnection=n.ConnectionConfig=n.LogCollector=n.setLogger=void 0,_(e(7292),n),_(e(2744),n);var i=e(5473);Object.defineProperty(n,"setLogger",{enumerable:!0,get:function(){return i.setLogger}}),Object.defineProperty(n,"LogCollector",{enumerable:!0,get:function(){return i.LogCollector}});var r=e(8715);Object.defineProperty(n,"ConnectionConfig",{enumerable:!0,get:function(){return r.ConnectionConfig}}),Object.defineProperty(n,"CmdConnection",{enumerable:!0,get:function(){return r.CmdConnection}}),Object.defineProperty(n,"EnumInitDataFormat",{enumerable:!0,get:function(){return r.EnumInitDataFormat}});var s=e(6963);Object.defineProperty(n,"CmdControlSession",{enumerable:!0,get:function(){return s.CmdControlSession}})},7292:function(t,n,e){var o=this&&this.__createBinding||(Object.create?function(t,n,e,o){void 0===o&&(o=e),Object.defineProperty(t,o,{enumerable:!0,get:function(){return n[e]}})}:function(t,n,e,o){void 0===o&&(o=e),t[o]=n[e]}),_=this&&this.__exportStar||function(t,n){for(var e in t)"default"===e||Object.prototype.hasOwnProperty.call(n,e)||o(n,t,e)};Object.defineProperty(n,"__esModule",{value:!0}),n.EnumFormatValues=n.CmdClientAgent=n.SupportedLanguage=void 0,_(e(6333),n),_(e(117),n),_(e(7839),n),_(e(532),n),_(e(208),n),_(e(849),n),_(e(9926),n),_(e(7840),n),_(e(997),n),_(e(835),n),_(e(7723),n),_(e(8931),n),_(e(5362),n),_(e(3015),n),_(e(8210),n),_(e(8025),n),_(e(2579),n),_(e(1563),n),_(e(8799),n),_(e(8262),n),_(e(3931),n),_(e(8612),n),_(e(7847),n),_(e(5394),n),_(e(835),n),_(e(7291),n),_(e(9710),n),_(e(8167),n),_(e(7173),n),_(e(8270),n),_(e(4737),n),_(e(5160),n),_(e(2596),n),_(e(7385),n),_(e(8431),n),_(e(7414),n),_(e(1364),n),_(e(5114),n),_(e(3931),n);var i=e(4678);Object.defineProperty(n,"SupportedLanguage",{enumerable:!0,get:function(){return i.SupportedLanguage}}),Object.defineProperty(n,"CmdClientAgent",{enumerable:!0,get:function(){return i.CmdClientAgent}}),Object.defineProperty(n,"EnumFormatValues",{enumerable:!0,get:function(){return i.EnumFormatValues}})},6963:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CmdControlSession=void 0;var o=e(7292),_=e(8715),i=function(){function t(t){this._connection=new _.CmdConnection(t),this._connection.connect()}return t.prototype.LoginWithUsernamePassword=function(t,n){var e=Object.assign(new o.CMDP_SLOGIN,{params:{login:t,password:n,msn:!0}});this._connection.send(e)},t.prototype.LoginWithSession=function(t){var n=Object.assign(new o.CMDP_SLOGIN,{params:{foreignSID:t,msn:!0}});this._connection.send(n)},t.prototype.LoginWithWebtoken=function(t){var n=Object.assign(new o.CMDP_SLOGIN,{params:{webtoken:t,msn:!0}});this._connection.send(n)},t.prototype.sendCommand=function(t){this._connection.send(t)},t.prototype.logout=function(t){var n=Object.assign(new o.CMDP_LOGOUT,{params:{code:t}});this._connection.send(n)},t.prototype.close=function(){this._connection.close()},t}();n.CmdControlSession=i},5473:function(t,n){var e=this&&this.__spreadArray||function(t,n){for(var e=0,o=n.length,_=t.length;e<o;e++,_++)t[_]=n[e];return t};Object.defineProperty(n,"__esModule",{value:!0}),n.LogCollector=n.setLogger=n.logger=void 0,n.logger={log:function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e]},warn:function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e]},error:function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e]}},n.setLogger=function(t){n.logger=t};var o=function(){function t(t){this._logs=[],this._logger=t}return t.prototype.clear=function(){this._logs=[]},Object.defineProperty(t.prototype,"logs",{get:function(){return this._logs},enumerable:!1,configurable:!0}),t.prototype.exportToStr=function(n,e){void 0===n&&(n=0),void 0===e&&(e=0);for(var o="",_=this._logs.length,i=0===e?0:Math.max(_-e,0);i<_;i++){var r=this._logs[i];if(!(r.level<n)){var s=r.level>=t.ERROR?"ERROR":r.level>=t.WARN?"WARN":"INFO",E=new Date(r.time);o+=(E.getHours()<10?"0":"")+E.getHours()+(E.getMinutes()<10?":0":":")+E.getMinutes()+(E.getSeconds()<10?":0":":")+E.getSeconds()+(E.getMilliseconds()<100?E.getMilliseconds()<10?".00":".0":".")+E.getMilliseconds()+" "+s+" "+r.message+(r.params?" "+JSON.stringify(r.params):"")+"\n"}}return o},t.prototype.log=function(n){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];this._push(t.LOG,n,e)},t.prototype.warn=function(n){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];this._push(t.WARN,n,e)},t.prototype.error=function(n){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];this._push(t.ERROR,n,e)},t.prototype._push=function(n,o,_){if(this._logs.push({level:n,time:Date.now(),message:o,params:_}),this._logger){var i=n>=t.WARN?this._logger.warn:n>=t.ERROR?this._logger.error:this._logger.log;if(_){var r=e([o],_);try{i.apply(void 0,r)}catch(t){}}else i(o)}},t.LOG=10,t.WARN=20,t.ERROR=30,t}();n.LogCollector=o},7723:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SGETCONTACTINFO_RESPONSE=n.CMDP_SGETCONTACTINFO=n.CMDP_GETCONTACTINFO_RESPONSE=n.CMDP_GETCONTACTINFO=n.CMDP_SETCONTACTINFO_RESPONSE=n.CMDP_SETCONTACTINFO=n.CMDC_CONTACTINFO=void 0;var i=e(117);n.CMDC_CONTACTINFO=function(){this.action=i.ACTION.CMDC_CONTACTINFO};var r=function(){this.action=i.ACTION.CMDP_SETCONTACTINFO};n.CMDP_SETCONTACTINFO=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETCONTACTINFO_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETCONTACTINFO};n.CMDP_GETCONTACTINFO=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETCONTACTINFO_RESPONSE=a;var C=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTINFO,n}return _(n,t),n}(E);n.CMDP_SGETCONTACTINFO=C;var u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTINFO,n}return _(n,t),n}(a);n.CMDP_SGETCONTACTINFO_RESPONSE=u},835:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_GETUSERINFO_RESPONSE=n.CMDP_GETUSERINFO=n.CMDP_SETUSERINFO_RESPONSE=n.CMDP_SETUSERINFO=n.CMDC_USERINFO=void 0;var i=e(117);n.CMDC_USERINFO=function(){this.action=i.ACTION.CMDC_USERINFO};var r=function(){this.action=i.ACTION.CMDP_SETUSERINFO};n.CMDP_SETUSERINFO=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETUSERINFO_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETUSERINFO};n.CMDP_GETUSERINFO=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETUSERINFO_RESPONSE=a},532:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_BACKENDPAYLOAD=n.CMDC_BACKENDPAYLOAD=n.CMDP_QUERYBACKEND_RESPONSE=n.CMDP_QUERYBACKEND=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_QUERYBACKEND};n.CMDP_QUERYBACKEND=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_QUERYBACKEND_RESPONSE=s;n.CMDC_BACKENDPAYLOAD=function(){this.action=i.ACTION.CMDC_BACKENDPAYLOAD};n.CMDP_BACKENDPAYLOAD=function(){this.action=i.ACTION.CMDP_BACKENDPAYLOAD}},208:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_CHANNELSSUMMARY_RESPONSE=n.CMDP_CHANNELSSUMMARY=n.CMDC_CHANNELSUMMARY=n.CMDP_UPDATECHANNEL_RESPONSE=n.CMDP_UPDATECHANNEL=n.updateChannelParamsType=n.EnumUpdateChannelPropertyName=n.CMDP_SCHANNELSEEN_RESPONSE=n.CMDP_CHANNELSEEN_RESPONSE=n.CMDP_SCHANNELSEEN=n.CMDP_CHANNELSEEN=n.CMDP_GETHISTORY_RESPONSE=n.CMDP_GETHISTORY=n.CMDP_SGETCHANNELS_RESPONSE=n.CMDP_SGETCHANNELS=n.CMDP_GETCHANNELS_RESPONSE=n.CMDP_GETCHANNELS=n.EnumProductId=n.EnumChannelFilterValues=n.EnumSortOrder=n.CMDP_SGETCHANNEL_RESPONSE=n.CMDP_SGETCHANNEL=n.CMDP_GETCHANNEL_RESPONSE=n.CMDP_GETCHANNEL=n.CMDP_NEWCHANNEL_RESPONSE=n.CMDP_NEWCHANNEL=n.CMDC_CHANNEL=n.ChannelType=void 0;var i=e(117);n.ChannelType=function(){};n.CMDC_CHANNEL=function(){this.action=i.ACTION.CMDC_CHANNEL};var r=function(){this.action=i.ACTION.CMDP_NEWCHANNEL};n.CMDP_NEWCHANNEL=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_NEWCHANNEL_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETCHANNEL};n.CMDP_GETCHANNEL=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETCHANNEL_RESPONSE=a;var C=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNEL,n}return _(n,t),n}(E);n.CMDP_SGETCHANNEL=C;var u,c,S,O=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNEL,n}return _(n,t),n}(C);n.CMDP_SGETCHANNEL_RESPONSE=O,(S=n.EnumSortOrder||(n.EnumSortOrder={})).ASC="ASC",S.DESC="DESC",(c=n.EnumChannelFilterValues||(n.EnumChannelFilterValues={})).ANY="any",c.ONLY="only",c.EXCLUDE="exclude",(u=n.EnumProductId||(n.EnumProductId={})).Default="1",u.PAGES="2",u.PARTNER="3",u.TV="4";var T=function(){this.action=i.ACTION.CMDP_GETCHANNELS};n.CMDP_GETCHANNELS=T;var l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(T);n.CMDP_GETCHANNELS_RESPONSE=l;var h=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNELS,n}return _(n,t),n}(T);n.CMDP_SGETCHANNELS=h;var P=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNELS,n}return _(n,t),n}(l);n.CMDP_SGETCHANNELS_RESPONSE=P;var D=function(){this.action=i.ACTION.CMDP_GETHISTORY};n.CMDP_GETHISTORY=D;var N=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(D);n.CMDP_GETHISTORY_RESPONSE=N;var p=function(){this.action=i.ACTION.CMDP_CHANNELSEEN};n.CMDP_CHANNELSEEN=p;var M=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SCHANNELSEEN,n}return _(n,t),n}(p);n.CMDP_SCHANNELSEEN=M;var f=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(M);n.CMDP_CHANNELSEEN_RESPONSE=f;var A,d=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SCHANNELSEEN,n}return _(n,t),n}(f);n.CMDP_SCHANNELSEEN_RESPONSE=d,(A=n.EnumUpdateChannelPropertyName||(n.EnumUpdateChannelPropertyName={})).ARCHIVED="archived",A.REGULAR_CUSTOMER="regularCustomer",A.UNANSWERED="unanswered",A.PINNED="pinned",A.MUTED="muted",A.BANNED="banned";n.updateChannelParamsType=function(){};var R=function(){this.action=i.ACTION.CMDP_UPDATECHANNEL};n.CMDP_UPDATECHANNEL=R;var I=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(R);n.CMDP_UPDATECHANNEL_RESPONSE=I;n.CMDC_CHANNELSUMMARY=function(){this.action=i.ACTION.CMDC_CHANNELSSUMMARY};var v=function(){this.action=i.ACTION.CMDP_CHANNELSSUMMARY};n.CMDP_CHANNELSSUMMARY=v;var y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(v);n.CMDP_CHANNELSSUMMARY_RESPONSE=y},849:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SETCHANNELINFO_RESPONSE=n.CMDP_SETCHANNELINFO=n.CMDP_GETCHANNELINFO_RESPONSE=n.CMDP_GETCHANNELINFO=n.CMDC_CHANNELINFO=void 0;var i=e(117);n.CMDC_CHANNELINFO=function(){this.action=i.ACTION.CMDC_CHANNELINFO};var r=function(){this.action=i.ACTION.CMDP_GETCHANNELINFO};n.CMDP_GETCHANNELINFO=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_GETCHANNELINFO_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_SETCHANNELINFO};n.CMDP_SETCHANNELINFO=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SETCHANNELINFO_RESPONSE=a},7840:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},117:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.ACTION=void 0,(e=n.ACTION||(n.ACTION={})).CMDP_INIT="CMDP_INIT",e.CMDP_SINIT="CMDP_SINIT",e.CMDP_LOGIN="CMDP_LOGIN",e.CMDP_SLOGIN="CMDP_SLOGIN",e.CMDP_LOGOUT="CMDP_LOGOUT",e.CMDP_SLOGOUT="CMDP_SLOGOUT",e.CMDC_USERINFO="CMDC_USERINFO",e.CMDP_SETUSERINFO="CMDP_SETUSERINFO",e.CMDP_GETUSERINFO="CMDP_GETUSERINFO",e.CMDC_CONTACTNOTE="CMDC_CONTACTNOTE",e.CMDP_SETCONTACTNOTE="CMDP_SETCONTACTNOTE",e.CMDP_SSETCONTACTNOTE="CMDP_SSETCONTACTNOTE",e.CMDP_GETCONTACTNOTE="CMDP_GETCONTACTNOTE",e.CMDP_SGETCONTACTNOTE="CMDP_SGETCONTACTNOTE",e.CMDC_CONTACTINFO="CMDC_CONTACTINFO",e.CMDP_SETCONTACTINFO="CMDP_SETCONTACTINFO",e.CMDP_SGETCONTACTINFO="CMDP_SGETCONTACTINFO",e.CMDP_GETCONTACTINFO="CMDP_GETCONTACTINFO",e.CMDC_CHANNELINFO="CMDC_CHANNELINFO",e.CMDP_GETCHANNELINFO="CMDP_GETCHANNELINFO",e.CMDP_SETCHANNELINFO="CMDP_SETCHANNELINFO",e.CMDC_CHANNEL="CMDC_CHANNEL",e.CMDP_NEWCHANNEL="CMDP_NEWCHANNEL",e.CMDP_GETCHANNELS="CMDP_GETCHANNELS",e.CMDP_SGETCHANNELS="CMDP_SGETCHANNELS",e.CMDP_GETCHANNEL="CMDP_GETCHANNEL",e.CMDP_SGETCHANNEL="CMDP_SGETCHANNEL",e.CMDP_CHANNELSEEN="CMDP_CHANNELSEEN",e.CMDP_SCHANNELSEEN="CMDP_SCHANNELSEEN",e.CMDP_UPDATECHANNEL="CMDP_UPDATECHANNEL",e.CMDC_CHANNELSSUMMARY="CMDC_CHANNELSSUMMARY",e.CMDP_CHANNELSSUMMARY="CMDP_CHANNELSSUMMARY",e.CMDP_SUPLOADPIC="CMDP_SUPLOADPIC",e.CMDC_CMSG="CMDC_CMSG",e.CMDP_GETHISTORY="CMDP_GETHISTORY",e.CMDP_MSG="CMDP_MSG",e.CMDP_MSGDELETE="CMDP_MSGDELETE",e.CMDC_ONLINESTATE="CMDC_ONLINESTATE",e.CMDP_GETONLINESTATE="CMDP_GETONLINESTATE",e.CMDP_GETONLINESTATES="CMDP_GETONLINESTATES",e.CMDC_VALUE="CMDC_VALUE",e.CMDP_SET_DISCOUNT="CMDP_SET_DISCOUNT",e.CMDP_SQUERY_DISCOUNT="CMDP_SQUERY_DISCOUNT",e.CMDP_QUERYUSER="CMDP_QUERYUSER",e.CMDC_QUERYANSWERED="CMDC_QUERYANSWERED",e.CMDP_SQUERY_FORMAT="CMDP_SQUERY_FORMAT",e.CMDP_STOPLOOPBACK9="CMDP_STOPLOOPBACK9",e.CMDP_STARTLOOPBACK9="CMDP_STARTLOOPBACK9",e.CMDP_STOPBANDWIDTHTEST="CMDP_STOPBANDWIDTHTEST",e.CMDP_STARTBANDWIDTHTEST="CMDP_STARTBANDWIDTHTEST",e.CMDP_STOP_STREAM_PREVIEW="CMDP_STOP_STREAM_PREVIEW",e.CMDP_START_STREAM_PREVIEW="CMDP_START_STREAM_PREVIEW",e.CMDP_UPDATE="CMDP_UPDATE",e.CMDP_SGETCHATS="CMDP_SGETCHATS",e.CMDP_FSK16="CMDP_FSK16",e.CMDP_KICK="CMDP_KICK",e.CMDP_TRACERT_REPLY="CMDP_TRACERT_REPLY",e.CMDP_STOPSEND="CMDP_STOPSEND",e.CMDP_STARTSEND="CMDP_STARTSEND",e.CMDP_SERVICE0900="CMDP_SERVICE0900",e.CMDP_NOOP="CMDP_NOOP",e.CMDP_QUERYBACKEND="CMDP_QUERYBACKEND",e.CMDP_UNDEFINED="CMDP_UNDEFINED",e.CMDC_CINIT="CMDC_CINIT",e.CMDC_FEEDBACK="CMDC_FEEDBACK",e.CMDC_DSRELOAD="CMDC_DSRELOAD",e.CMDC_UPDATE="CMDC_UPDATE",e.CMDC_CEXIT="CMDC_CEXIT",e.CMDC_CSTARTSTREAMPUSH="CMDC_CSTARTSTREAMPUSH",e.CMDC_CSTOPVIDEOPUSH="CMDC_CSTOPVIDEOPUSH",e.CMDC_QUERYUSER="CMDC_QUERYUSER",e.CMDC_CQUERYUSER="CMDC_CQUERYUSER",e.CMDC_UPDATE_CHAT="CMDC_UPDATE_CHAT",e.CMDC_BACKENDPAYLOAD="CMDC_BACKENDPAYLOAD",e.CMDP_BACKENDPAYLOAD="CMDP_BACKENDPAYLOAD",e.CMDP_TOYSTATE="CMDP_TOYSTATE",e.CMDP_TOYACTION="CMDP_TOYACTION",e.CMDC_TOYACTION="CMDC_TOYACTION",e.CMDC_CSTREAMRESTART="CMDC_CSTREAMRESTART",e.CMDP_SUPLOADMEDIA="CMDP_SUPLOADMEDIA",e.CMDC_CSTOPAUDIOPUSH="CMDC_CSTOPAUDIOPUSH",e.CMDC_CSTARTAUDIOPUSH="CMDC_CSTARTAUDIOPUSH",e.CMDP_CSTOPTEXT="CMDP_CSTOPTEXT",e.CMDC_CSTARTVIDEOPULL="CMDC_CSTARTVIDEOPULL",e.CMDC_CSTARTVOYEUR="CMDC_CSTARTVOYEUR",e.CMDC_CSTOPVIDEOPULL="CMDC_CSTOPVIDEOPULL",e.CMDC_CSTOPVOYEUR="CMDC_CSTOPVOYEUR",e.CMDP_SUPDATE="CMDP_SUPDATE",e.CMDC_CSHOWADMIN="CMDC_CSHOWADMIN",e.CMDC_CSTOPSTREAMPUSH="CMDC_CSTOPSTREAMPUSH",e.CMDP_SSTATUS="CMDP_SSTATUS",e.CMDC_CSTARTTEXT="CMDC_CSTARTTEXT",e.CMDC_CSTARTVIDEOPUSH="CMDC_CSTARTVIDEOPUSH",e.CMDC_SLOGOUT="CMDC_SLOGOUT",e.CMDP_SDEVICESTATUS="CMDP_SDEVICESTATUS",e.CMDC_STREAMSTATE="CMDC_STREAMSTATE",e.CMDP_GETONLINESUMMARY="CMDP_GETONLINESUMMARY",e.CMDP_SMEDIAGETPRICES="CMDP_SMEDIAGETPRICES",e.CMDP_SMEDIAPURCHASE="CMDP_SMEDIAPURCHASE",e.CMDP_OPEN_LOBBY="CMDP_OPEN_LOBBY",e.CMDP_CLOSE_LOBBY="CMDP_CLOSE_LOBBY",e.CMDP_SMEDIAOFFERCREATE="CMDP_SMEDIAOFFERCREATE",e.CMDP_SINFORMMEDIAPURCHASED="CMDP_SINFORMMEDIAPURCHASED",e.CMDP_SETEXPOTOKEN="CMDP_SETEXPOTOKEN",e.CMDP_SGETCHATHISTORY="CMDP_SGETCHATHISTORY",e.CMDP_SETSETTINGS="CMDP_SETSETTINGS",e.CMDP_GETSETTINGS="CMDP_GETSETTINGS",e.CMDC_MEDIAPURCHASED="CMDC_MEDIAPURCHASED",e.CMDP_SGETMEDIAINFO="CMDP_SGETMEDIAINFO",e.CMDP_SFORWARDMEDIA="CMDP_SFORWARDMEDIA",e.CMDP_SIGNUP="CMDP_SIGNUP",e.CMDP_RESETPASSWORD="CMDP_RESETPASSWORD",e.CMDP_SQUERYSTARTSINGLEC2C="CMDP_SQUERYSTARTSINGLEC2C",e.CMDP_SOPENMEDIAOFFER="CMDP_SOPENMEDIAOFFER",e.CMDP_SCLOSEMEDIAOFFER="CMDP_SCLOSEMEDIAOFFER"},4678:(t,n)=>{var e,o,_;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumFormatValues=n.CmdClientAgent=n.SupportedLanguage=void 0,(_=n.SupportedLanguage||(n.SupportedLanguage={})).DE="de",_.EN="en",_.ES="es",(o=n.CmdClientAgent||(n.CmdClientAgent={})).WEB="we",o.MC="mc",(e=n.EnumFormatValues||(n.EnumFormatValues={})).JSON="json",e.PLAIN="plain"},6333:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.RESULT=void 0;n.RESULT=function(){}},7839:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.ResultCode=void 0,(e=n.ResultCode||(n.ResultCode={}))[e.OK=2e3]="OK",e[e.WRONG_USER_NAME_OR_PASSWORD=4002]="WRONG_USER_NAME_OR_PASSWORD",e[e.ACCESS_DENIED=4003]="ACCESS_DENIED",e[e.SESSION_NOT_FOUND=4004]="SESSION_NOT_FOUND",e[e.LOGIN_FAILED=4006]="LOGIN_FAILED",e[e.LOGIN_DOUBLE=4007]="LOGIN_DOUBLE",e[e.SESSION_ERROR=4008]="SESSION_ERROR",e[e.PROFIL_NOT_COMPLETE=4009]="PROFIL_NOT_COMPLETE",e[e.TOO_MANY_SESSIONS=4010]="TOO_MANY_SESSIONS",e[e.TOO_MANY_SESSIONS2=4011]="TOO_MANY_SESSIONS2",e[e.TOO_MANY_SESSIONS3=4012]="TOO_MANY_SESSIONS3",e[e.VERSION_NOT_SUPPORTED=4013]="VERSION_NOT_SUPPORTED",e[e.MAIL_NOT_VERYFIED=4014]="MAIL_NOT_VERYFIED",e[e.AUDIO_NOT_AVAILABLE=4015]="AUDIO_NOT_AVAILABLE",e[e.SINGLE_NOT_STARTED=4016]="SINGLE_NOT_STARTED",e[e.CHAT_NOT_CLOSED=4020]="CHAT_NOT_CLOSED",e[e.CHAT_NOT_FOUND=4104]="CHAT_NOT_FOUND",e[e.NOT_ENOUGH_MONEY=4141]="NOT_ENOUGH_MONEY",e[e.CANT_UPDATE_CHAT=4150]="CANT_UPDATE_CHAT",e[e.CANT_UPDATE_CHAT2=4151]="CANT_UPDATE_CHAT2",e[e.INVALID_PARAMETER=5001]="INVALID_PARAMETER",e[e.FEATURE_NOT_AVAILABLE=5002]="FEATURE_NOT_AVAILABLE",e[e.UNEXPECTED=5004]="UNEXPECTED",e[e.NOT_IMPLEMENTED=5005]="NOT_IMPLEMENTED",e[e.NO_CONNECTION=5096]="NO_CONNECTION",e[e.SCRIPT_ERROR=5097]="SCRIPT_ERROR",e[e.TIMEOUT=5098]="TIMEOUT",e[e.NETWORK_ERROR=5099]="NETWORK_ERROR",e[e.B2B_INTERFACE_ERROR=6e3]="B2B_INTERFACE_ERROR",e[e.UNKNOWN_ERROR=6001]="UNKNOWN_ERROR",e[e.INVALID_WEB_TOKEN=6002]="INVALID_WEB_TOKEN",e[e.NO_CREDIT_VIDEOCHAT=6106]="NO_CREDIT_VIDEOCHAT",e[e.MODEL_IS_OFFLINE=6403]="MODEL_IS_OFFLINE",e[e.SOFT_CHAT=6601]="SOFT_CHAT",e[e.PREVIEW_LIMIT_EXCEEDED=6401]="PREVIEW_LIMIT_EXCEEDED",e[e.MODEL_IS_IN_PRIVATE_CHAT=6906]="MODEL_IS_IN_PRIVATE_CHAT"},997:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_DSRELOAD=void 0;var o=e(117);n.CMDC_DSRELOAD=function(){this.action=o.ACTION.CMDC_DSRELOAD}},9926:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SGETCONTACTNOTE_RESPONSE=n.CMDP_SGETCONTACTNOTE=n.CMDP_SSETCONTACTNOTE_RESPONSE=n.CMDP_SSETCONTACTNOTE=n.CMDP_GETCONTACTNOTE_RESPONSE=n.CMDP_GETCONTACTNOTE=n.CMDP_SETCONTACTNOTE_RESPONSE=n.CMDP_SETCONTACTNOTE=n.CMDC_CONTACTNOTE=void 0;var i=e(7292);n.CMDC_CONTACTNOTE=function(){this.action=i.ACTION.CMDC_CONTACTNOTE};var r=function(){this.action=i.ACTION.CMDP_SETCONTACTNOTE};n.CMDP_SETCONTACTNOTE=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETCONTACTNOTE_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETCONTACTNOTE};n.CMDP_GETCONTACTNOTE=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETCONTACTNOTE_RESPONSE=a;var C=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SSETCONTACTNOTE,n}return _(n,t),n}(r);n.CMDP_SSETCONTACTNOTE=C;var u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SSETCONTACTNOTE,n}return _(n,t),n}(s);n.CMDP_SSETCONTACTNOTE_RESPONSE=u;var c=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTNOTE,n}return _(n,t),n}(E);n.CMDP_SGETCONTACTNOTE=c;var S=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTNOTE,n}return _(n,t),n}(a);n.CMDP_SGETCONTACTNOTE_RESPONSE=S},3015:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},8931:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SINIT_RESPONSE=n.CMDP_SINIT=n.CMDP_INIT_RESPONSE=n.CMDP_INIT=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_INIT};n.CMDP_INIT=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_INIT_RESPONSE=s;var E=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SINIT,n}return _(n,t),n}(r);n.CMDP_SINIT=E;var a=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SINIT,n}return _(n,t),n}(s);n.CMDP_SINIT_RESPONSE=a},7173:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SDEVICESTATUS_RESPONSE=n.CMDP_SDEVICESTATUS=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SDEVICESTATUS};n.CMDP_SDEVICESTATUS=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SDEVICESTATUS_RESPONSE=s},7291:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_UPDATE_CHAT=n.CMDP_SET_DISCOUNT_RESPONSE=n.CMDP_SET_DISCOUNT=n.CMDP_SQUERY_DISCOUNT_RESPONSE=n.CMDP_SQUERY_DISCOUNT=n.CMDC_QUERYANSWERED=n.CMDP_QUERYUSER_RESPONSE=n.CMDP_QUERYUSER=n.CMDC_QUERYUSER=n.QueryUserKeyEnum=n.CMDP_SQUERY_FORMAT_RESPONSE=n.CMDP_SQUERY_FORMAT=n.CMDP_STOPLOOPBACK9_RESPONSE=n.CMDP_STOPLOOPBACK9=n.CMDP_STARTLOOPBACK9_RESPONSE=n.CMDP_STARTLOOPBACK9=n.CMDP_STOPBANDWIDTHTEST_RESPONSE=n.CMDP_STOPBANDWIDTHTEST=n.CMDP_STARTBANDWIDTHTEST_RESPONSE=n.CMDP_STARTBANDWIDTHTEST=n.CMDP_STOP_STREAM_PREVIEW_RESPONSE=n.CMDP_STOP_STREAM_PREVIEW=n.CMDP_START_STREAM_PREVIEW_RESPONSE=n.CMDP_START_STREAM_PREVIEW=n.CMDC_CINIT=n.SChatInfo=n.ChatFlags=n.CMDP_SGETCHATHISTORY_RESPONSE=n.CMDP_SGETCHATHISTORY=n.CMDP_SGETCHATS_RESPONSE=n.CMDP_SGETCHATS=n.CMDP_FSK16=n.CMDP_KICK_RESPONSE=n.CMDP_KICK=n.CMDP_TRACERT_REPLY_RESPONSE=n.CMDP_TRACERT_REPLY=n.CMDP_SSTATUS_RESPONSE=n.CMDP_SSTATUS=n.CMDP_STOPSEND_RESPONSE=n.CMDP_STOPSEND=n.CMDP_STARTSEND_RESPONSE=n.CMDP_STARTSEND=void 0;var i=e(117),r=e(2744),s=function(){this.action=i.ACTION.CMDP_STARTSEND};n.CMDP_STARTSEND=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_STARTSEND_RESPONSE=E;var a=function(){this.action=i.ACTION.CMDP_STOPSEND};n.CMDP_STOPSEND=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_STOPSEND_RESPONSE=C;var u=function(){this.action=i.ACTION.CMDP_SSTATUS};n.CMDP_SSTATUS=u;var c=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(u);n.CMDP_SSTATUS_RESPONSE=c;var S=function(){this.action=i.ACTION.CMDP_TRACERT_REPLY};n.CMDP_TRACERT_REPLY=S;var O=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(S);n.CMDP_TRACERT_REPLY_RESPONSE=O;var T=function(){this.action=i.ACTION.CMDP_KICK};n.CMDP_KICK=T;var l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(T);n.CMDP_KICK_RESPONSE=l;n.CMDP_FSK16=function(){};var h=function(){this.action=i.ACTION.CMDP_SGETCHATS};n.CMDP_SGETCHATS=h;var P=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(h);n.CMDP_SGETCHATS_RESPONSE=P;var D=function(){this.action=i.ACTION.CMDP_SGETCHATHISTORY};n.CMDP_SGETCHATHISTORY=D;var N,p=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(D);n.CMDP_SGETCHATHISTORY_RESPONSE=p,(N=n.ChatFlags||(n.ChatFlags={}))._FREE_="_FREE_",N.VOYEUR="VOYEUR",N.CAM2CAM="CAM2CAM",N.SINGLE="SINGLE",N.DISCOUNT="DISCOUNT",N.TEXT="TEXT",N.FSK16="FSK16",N.VOYEUR2S="VOYEUR2S",N.RECORD="RECORD",N.FREE="FREE",N.HASUPLPICS="HASUPLPICS",N.PREVIEW="PREVIEW",N.FSKACK="FSKACK",N.VOYSHOWN="VOYSHOWN",N.PARTY="PARTY",N.FREECHAT="FREECHAT",N.TOY="TOY",N.CONVERSION="CONVERSION",N.TESTCHAT="TESTCHAT",N.SECONDARY="SECONDARY",N.AUDIO="AUDIO",N.CONVERTED="CONVERTED",N.TIP="TIP",N.GUESTCHAT="GUESTCHAT",N.MOBILE="MOBILE",N.FLATRATE="FLATRATE";n.SChatInfo=function(){this.admin=r.EnumBooleanDigitized.FALSE,this.canBan=r.EnumBooleanDigitized.FALSE,this.canDiscount=r.EnumBooleanDigitized.FALSE,this.isPublicText=r.EnumBooleanDigitized.FALSE,this.isLobby=r.EnumBooleanDigitized.FALSE};n.CMDC_CINIT=function(){this.action=i.ACTION.CMDC_CINIT};var M=function(){this.action=i.ACTION.CMDP_START_STREAM_PREVIEW};n.CMDP_START_STREAM_PREVIEW=M;var f=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(M);n.CMDP_START_STREAM_PREVIEW_RESPONSE=f;var A=function(){this.action=i.ACTION.CMDP_STOP_STREAM_PREVIEW};n.CMDP_STOP_STREAM_PREVIEW=A;var d=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(A);n.CMDP_STOP_STREAM_PREVIEW_RESPONSE=d;var R=function(){this.action=i.ACTION.CMDP_STARTBANDWIDTHTEST};n.CMDP_STARTBANDWIDTHTEST=R;var I=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(R);n.CMDP_STARTBANDWIDTHTEST_RESPONSE=I;var v=function(){this.action=i.ACTION.CMDP_STOPBANDWIDTHTEST};n.CMDP_STOPBANDWIDTHTEST=v;var y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(v);n.CMDP_STOPBANDWIDTHTEST_RESPONSE=y;var g=function(){this.action=i.ACTION.CMDP_STARTLOOPBACK9};n.CMDP_STARTLOOPBACK9=g;var m=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(g);n.CMDP_STARTLOOPBACK9_RESPONSE=m;var L=function(){this.action=i.ACTION.CMDP_STOPLOOPBACK9};n.CMDP_STOPLOOPBACK9=L;var U=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(L);n.CMDP_STOPLOOPBACK9_RESPONSE=U;var b=function(){this.action=i.ACTION.CMDP_SQUERY_FORMAT};n.CMDP_SQUERY_FORMAT=b;var G,F=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(b);n.CMDP_SQUERY_FORMAT_RESPONSE=F,(G=n.QueryUserKeyEnum||(n.QueryUserKeyEnum={})).FSK="fsk",G.SINGLE="single",G.SINGLEC2C="singleC2C";n.CMDC_QUERYUSER=function(){this.action=i.ACTION.CMDC_QUERYUSER};var H=function(){this.action=i.ACTION.CMDP_QUERYUSER};n.CMDP_QUERYUSER=H;var w=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(H);n.CMDP_QUERYUSER_RESPONSE=w;n.CMDC_QUERYANSWERED=function(){this.action=i.ACTION.CMDC_QUERYANSWERED};var j=function(){this.action=i.ACTION.CMDP_SQUERY_DISCOUNT};n.CMDP_SQUERY_DISCOUNT=j;var Y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(j);n.CMDP_SQUERY_DISCOUNT_RESPONSE=Y;var B=function(){this.action=i.ACTION.CMDP_SET_DISCOUNT};n.CMDP_SET_DISCOUNT=B;var x=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(B);n.CMDP_SET_DISCOUNT_RESPONSE=x;n.CMDC_UPDATE_CHAT=function(){this.action=i.ACTION.CMDC_UPDATE_CHAT}},8167:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SLOGIN_RESPONSE=n.CMDP_SLOGIN=void 0;var i=e(5362),r=e(7292),s=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=r.ACTION.CMDP_SLOGIN,n}return _(n,t),n}(i.CMDP_LOGIN);n.CMDP_SLOGIN=s;var E=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=r.ACTION.CMDP_SLOGIN,n}return _(n,t),n}(i.CMDP_LOGIN_RESPONSE);n.CMDP_SLOGIN_RESPONSE=E},2596:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_GETONLINESUMMARY_RESPONSE=n.CMDP_GETONLINESUMMARY=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_GETONLINESUMMARY};n.CMDP_GETONLINESUMMARY=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_GETONLINESUMMARY_RESPONSE=s},4737:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumProductLinks=void 0,(e=n.EnumProductLinks||(n.EnumProductLinks={})).CHAT_MOTTO="chatMotto",e.CHAT_SETTINGS="chatSettings",e.HELP="help",e.HELP_TOY="helpToy",e.MESSAGING="messaging",e.PICTURE_TOOL="picturePool",e.PROFILE="profile",e.PASSWORD_RESET="passwordReset",e.SERVICE0900="service0900"},5160:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_STREAMSTATE=n.EnumStreamQuality=void 0;var o,_=e(117);(o=n.EnumStreamQuality||(n.EnumStreamQuality={})).NONE="NONE",o.EXCELLENT="EXCELLENT",o.GOOD="GOOD",o.BAD="BAD";n.CMDC_STREAMSTATE=function(){this.action=_.ACTION.CMDC_STREAMSTATE}},8270:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SUPDATE_RESPONSE=n.CMDP_SUPDATE=n.EnumService0900Operation=n.EnumService0900State=void 0;var i,r,s=e(117);(r=n.EnumService0900State||(n.EnumService0900State={})).ACTIVE="active",r.INACTIVE="inactive",(i=n.EnumService0900Operation||(n.EnumService0900Operation={})).ENABLE="turnOn",i.DISABLE="turnOff";var E=function(){this.action=s.ACTION.CMDP_SUPDATE};n.CMDP_SUPDATE=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SUPDATE_RESPONSE=a},7385:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SETSETTINGS_RESPONSE=n.CMDP_SETSETTINGS=n.CMDP_GETSETTINGS_RESPONSE=n.CMDP_GETSETTINGS=n.EnumPushNotificationFilter=void 0;var i,r=e(7292);(i=n.EnumPushNotificationFilter||(n.EnumPushNotificationFilter={})).ALL="all",i.REGULAR="regular",i.NONE="none";var s=function(){this.action=r.ACTION.CMDP_SETSETTINGS};n.CMDP_GETSETTINGS=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_GETSETTINGS_RESPONSE=E;var a=function(){this.action=r.ACTION.CMDP_SETSETTINGS};n.CMDP_SETSETTINGS=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_SETSETTINGS_RESPONSE=C},1563:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_CLOSE_LOBBY_RESPONSE=n.CMDP_CLOSE_LOBBY=n.CMDP_OPEN_LOBBY_RESPONSE=n.CMDP_OPEN_LOBBY=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_OPEN_LOBBY};n.CMDP_OPEN_LOBBY=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_OPEN_LOBBY_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_CLOSE_LOBBY};n.CMDP_CLOSE_LOBBY=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_CLOSE_LOBBY_RESPONSE=a},5362:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_LOGIN_RESPONSE=n.CMDP_LOGIN=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_LOGIN};n.CMDP_LOGIN=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_LOGIN_RESPONSE=s},8210:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SLOGOUT_RESPONSE=n.CMDP_SLOGOUT=n.CMDP_LOGOUT_RESPONSE=n.CMDP_LOGOUT=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_LOGOUT};n.CMDP_LOGOUT=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_LOGOUT_RESPONSE=s;var E=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SLOGOUT,n}return _(n,t),n}(r);n.CMDP_SLOGOUT=E;var a=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SLOGOUT,n}return _(n,t),n}(s);n.CMDP_SLOGOUT_RESPONSE=a},3931:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SMEDIAOFFERCREATE_PRESPONSE=n.CMDP_SMEDIAOFFERCREATE=n.CMDP_SGETPRICESMEDIA_PRESPONSE=n.CMDP_SMEDIAGETPRICES=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SMEDIAGETPRICES};n.CMDP_SMEDIAGETPRICES=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SGETPRICESMEDIA_PRESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_SMEDIAOFFERCREATE};n.CMDP_SMEDIAOFFERCREATE=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SMEDIAOFFERCREATE_PRESPONSE=a},5114:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SCLOSEMEDIAOFFER_PRESPONSE=n.CMDP_SCLOSEMEDIAOFFER=n.CMDP_SOPENMEDIAOFFER_PRESPONSE=n.CMDP_SOPENMEDIAOFFER=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SOPENMEDIAOFFER};n.CMDP_SOPENMEDIAOFFER=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SOPENMEDIAOFFER_PRESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_SCLOSEMEDIAOFFER};n.CMDP_SCLOSEMEDIAOFFER=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SCLOSEMEDIAOFFER_PRESPONSE=a},7847:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_MEDIAPURCHASED=n.CMDP_SINFORMMEDIAPURCHASED_RESPONSE=n.CMDP_SINFORMMEDIAPURCHASED=n.CMDP_SMEDIAPURCHASE_PRESPONSE=n.CMDP_SMEDIAPURCHASE=void 0;var i=e(7292),r=e(8025),s=function(){this.action=i.ACTION.CMDP_SMEDIAPURCHASE};n.CMDP_SMEDIAPURCHASE=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_SMEDIAPURCHASE_PRESPONSE=E;var a=function(){this.action=i.ACTION.CMDP_SINFORMMEDIAPURCHASED};n.CMDP_SINFORMMEDIAPURCHASED=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_SINFORMMEDIAPURCHASED_RESPONSE=C;var u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDC_MEDIAPURCHASED,n}return _(n,t),n}(r.CMDC_CMSG);n.CMDC_MEDIAPURCHASED=u},8612:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SFORWARDMEDIA_RESPONSE=n.CMDP_SFORWARDMEDIA=n.CMDP_SGETMEDIAINFO_RESPONSE=n.CMDP_SGETMEDIAINFO=n.CMDP_SUPLOADMEDIA_RESPONSE=n.CMDP_SUPLOADMEDIA=n.UploadStep=void 0;var i,r=e(117);(i=n.UploadStep||(n.UploadStep={})).earlyreject="earlyreject",i.lateaccept="lateaccept",i.informuploaded="informuploaded",i.transcoded="transcoded",i.error="error";var s=function(){this.action=r.ACTION.CMDP_SUPLOADMEDIA};n.CMDP_SUPLOADMEDIA=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_SUPLOADMEDIA_RESPONSE=E;var a=function(){this.action=r.ACTION.CMDP_SUPLOADMEDIA};n.CMDP_SGETMEDIAINFO=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_SGETMEDIAINFO_RESPONSE=C;var u=function(){this.action=r.ACTION.CMDP_SFORWARDMEDIA};n.CMDP_SFORWARDMEDIA=u;var c=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(u);n.CMDP_SFORWARDMEDIA_RESPONSE=c},8025:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_MSGDELETE_RESPONSE=n.CMDP_MSGDELETE=n.CMDP_MSG_RESPONSE=n.CMDP_MSG=n.CMDC_CMSG=n.EnumMessageStyle=n.EnumTicketType=n.EnumMediaState=n.EnumMediaType=n.EnumMessageDirection=n.EnumMessageType=n.EnumMessageFlagValue=n.MessageFlags=void 0;var i,r,s,E,a,C,u,c=e(117);(u=n.MessageFlags||(n.MessageFlags={}))[u.canDeleted=0]="canDeleted",u[u.isDeleted=1]="isDeleted",(C=n.EnumMessageFlagValue||(n.EnumMessageFlagValue={})).NO="0",C.YES="1",(a=n.EnumMessageType||(n.EnumMessageType={})).MAIL="mail",a.CHAT="chat",a.MESSENGER="msn",a.SYSTEM="sys",(E=n.EnumMessageDirection||(n.EnumMessageDirection={})).IN="in",E.OUT="out",(s=n.EnumMediaType||(n.EnumMediaType={})).BITMAP="Bitmap",s.AUDIO="Audio",s.VIDEO="Video",s.TICKET="Ticket",(r=n.EnumMediaState||(n.EnumMediaState={})).OK="ok",r.TRANSCODING="transcode",r.ERROR="error",(n.EnumTicketType||(n.EnumTicketType={})).SingleC2C="singleC2C",(i=n.EnumMessageStyle||(n.EnumMessageStyle={})).GUEST="g",i.SYSTEM="s",i.INFO="info",i.WARN="warn",i.ERROR="error",i.INFO_HIGHLIGHT="InfoHighlight";n.CMDC_CMSG=function(){this.action=c.ACTION.CMDC_CMSG};var S=function(){this.action=c.ACTION.CMDP_MSG};n.CMDP_MSG=S;var O=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(S);n.CMDP_MSG_RESPONSE=O;var T=function(){this.action=c.ACTION.CMDP_MSGDELETE};n.CMDP_MSGDELETE=T;var l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(T);n.CMDP_MSGDELETE_RESPONSE=l},8431:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SETEXPOTOKEN_RESPONSE=n.CMDP_SETEXPOTOKEN=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SETEXPOTOKEN};n.CMDP_SETEXPOTOKEN=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETEXPOTOKEN_RESPONSE=s},7414:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_RESETPASSWORD_RESPONSE=n.CMDP_RESETPASSWORD=n.CMDP_SIGNUP_RESPONSE=n.CMDP_SIGNUP=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_SIGNUP};n.CMDP_SIGNUP=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SIGNUP_RESPONSE=s;n.CMDP_RESETPASSWORD=function(){this.action=i.ACTION.CMDP_RESETPASSWORD};var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_RESETPASSWORD_RESPONSE=E},2579:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_NOOP_RESPONSE=n.CMDP_NOOP=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_NOOP};n.CMDP_NOOP=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_NOOP_RESPONSE=s},8799:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_GETONLINESTATES_RESPONSE=n.CMDP_GETONLINESTATES=n.CMDP_GETONLINESTATE_RESPONSE=n.CMDP_GETONLINESTATE=n.CMDC_ONLINESTATE=void 0;var i=e(117);n.CMDC_ONLINESTATE=function(){this.action=i.ACTION.CMDC_ONLINESTATE};var r=function(){this.action=i.ACTION.CMDP_GETONLINESTATE};n.CMDP_GETONLINESTATE=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_GETONLINESTATE_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETONLINESTATES};n.CMDP_GETONLINESTATES=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETONLINESTATES_RESPONSE=a},8262:(t,n)=>{var e,o,_,i;Object.defineProperty(n,"__esModule",{value:!0}),n.InfoWizard=n.SessionFlag=n.EnumFsk=n.EnumSetTp=void 0,(i=n.EnumSetTp||(n.EnumSetTp={})).OFFLINE="0",i.ONLINE="1",i.GOING_ONLINE="2",(_=n.EnumFsk||(n.EnumFsk={})).SIXTEEN="16",_.EIGHTEEN="18",(o=n.SessionFlag||(n.SessionFlag={})).MASTER="MASTER",o.B2B="B2B",o.FSK16="FSK16",o.FSK18="FSK18",o.BLOCKFSK16="BLOCKFSK16",o.FSKMASK="FSKMASK",o.JWT="JWT",o.MSN="MSN",o.SHARED="SHARED",o.ADMIN="ADMIN",o.HASFSK18CHAT="HASFSK18CHAT",o.WEBCAMAVS="WEBCAMAVS",o.FREEMODE="FREEMODE",o.PARTYMODE="PARTYMODE",o.BBS24="BBS24",o.LOBBY_OPENED="LOBBY_OPENED",(e=n.InfoWizard||(n.InfoWizard={})).FIRSTTIME="FIRSTTIME",e.CONTENTSELL="CONTENTSELL"},1364:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SQUERYSTARTSINGLEC2C_RESPONSE=n.CMDP_SQUERYSTARTSINGLEC2C=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SQUERYSTARTSINGLEC2C};n.CMDP_SQUERYSTARTSINGLEC2C=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SQUERYSTARTSINGLEC2C_RESPONSE=s},9710:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.SystemMessageKey=void 0,(e=n.SystemMessageKey||(n.SystemMessageKey={})).bonusCodeRedemption="bonusCodeRedemption",e.g_chat_auto_charged="g_chat_auto_charged",e.g_chat_host_micro_off="g_chat_host_micro_off",e.g_chat_host_micro_on="g_chat_host_micro_on",e.g_discount_client="g_discount_client",e.g_discount_client_once="g_discount_client_once",e.g_single_not_started="g_single_not_started",e.g_single_rejected="g_single_rejected",e.g_single_started="g_single_started",e.g_video_cancel="g_video_cancel",e.g_video_delayed="g_video_delayed",e.g_video_delerror="g_video_delerror",e.h_chat_admin_start="h_chat_admin_start",e.h_chat_admin_stop="h_chat_admin_stop",e.h_chat_audio_start="h_chat_audio_start",e.h_chat_ban_failed="h_chat_ban_failed",e.h_chat_ban_ok="h_chat_ban_ok",e.h_chat_button_yes_close="h_chat_button_yes_close",e.h_chat_cam2cam_running="h_chat_cam2cam_running",e.h_chat_cam2cam_start="h_chat_cam2cam_start",e.h_chat_cam2cam_stop="h_chat_cam2cam_stop",e.h_chat_category_from="h_chat_category_from",e.h_chat_client_software="h_chat_client_software",e.h_chat_conversion_info_has_top_up="h_chat_conversion_info_has_top_up",e.h_chat_conversion_info_no_top_up="h_chat_conversion_info_no_top_up",e.h_chat_conversion_start="h_chat_conversion_start",e.h_chat_duration="h_chat_duration",e.h_chat_free_mode_converted="h_chat_free_mode_converted",e.h_chat_freeuserconv="h_chat_freeuserconv",e.h_chat_fsk_attention="h_chat_fsk_attention",e.h_chat_fsk_denied="h_chat_fsk_denied",e.h_chat_fsk_text_warn="h_chat_fsk_text_warn",e.h_chat_guest_mobile="h_chat_guest_mobile",e.h_chat_guest_sound_off="h_chat_guest_sound_off",e.h_chat_guest_sound_on="h_chat_guest_sound_on",e.h_chat_guest_visit="h_chat_guest_visit",e.h_chat_guest_visit_first="h_chat_guest_visit_first",e.h_chat_info_about="h_chat_info_about",e.h_chat_kicked="h_chat_kicked",e.h_chat_lovense_not_available="h_chat_lovense_not_available",e.h_chat_no_history="h_chat_no_history",e.h_chat_not_visitx_guest="h_chat_not_visitx_guest",e.h_chat_note_caption="h_chat_note_caption",e.h_chat_note_create="h_chat_note_create",e.h_chat_note_edit="h_chat_note_edit",e.h_chat_note_not_available="h_chat_note_not_available",e.h_chat_party_mode_converted="h_chat_party_mode_converted",e.h_chat_paused_4107="h_chat_paused_4107",e.h_chat_please_micro_on="h_chat_please_micro_on",e.h_chat_preview_start="h_chat_preview_start",e.h_chat_preview_stop="h_chat_preview_stop",e.h_chat_pseudo_user="h_chat_pseudo_user",e.h_chat_quest_voyeur_shown="h_chat_quest_voyeur_shown",e.h_chat_quest_voyeur_start="h_chat_quest_voyeur_start",e.h_chat_rectuited_guest="h_chat_rectuited_guest",e.h_chat_single_available="h_chat_single_available",e.h_chat_single_not_available="h_chat_single_not_available",e.h_chat_single_running="h_chat_single_running",e.h_chat_stop="h_chat_stop",e.h_chat_stop_guest_error="h_chat_stop_guest_error",e.h_chat_test_chat="h_chat_test_chat",e.h_chat_text_chat_goal_video="h_chat_text_chat_goal_video",e.h_chat_text_muted="h_chat_text_muted",e.h_chat_text_start="h_chat_text_start",e.h_chat_text_to_video="h_chat_text_to_video",e.h_chat_text_unmuted="h_chat_text_unmuted",e.h_chat_tip="h_chat_tip",e.h_chat_url_blocked="h_chat_url_blocked",e.h_chat_userisnovip="h_chat_userisnovip",e.h_chat_userisvip="h_chat_userisvip",e.h_chat_video_start="h_chat_video_start",e.h_chat_video_start_voyeur="h_chat_video_start_voyeur",e.h_chat_voyer2single_video_disabled="h_chat_voyer2single_video_disabled",e.h_chat_voyeur2single="h_chat_voyeur2single",e.h_chat_voyeur2single_off="h_chat_voyeur2single_off",e.h_chat_voyeur2single_video_audio_warn="h_chat_voyeur2single_video_audio_warn",e.h_chat_voyeur2single_video_warn="h_chat_voyeur2single_video_warn",e.h_chat_voyeur_shown="h_chat_voyeur_shown",e.h_chat_voyuer="h_chat_voyuer",e.h_chat_voyuer_shown="h_chat_voyuer_shown",e.h_discount_available="h_discount_available",e.h_discount_current="h_discount_current",e.h_discount_invalid="h_discount_invalid",e.h_discount_not_available="h_discount_not_available",e.h_discount_set_ok="h_discount_set_ok",e.h_discount_setforinfo="h_discount_setforinfo",e.h_error_video_send_failed="h_error_video_send_failed",e.h_instant_start="h_instant_start",e.h_instant_stop="h_instant_stop",e.h_media_audio_error="h_media_audio_error",e.h_media_audio_informuploaded="h_media_audio_informuploaded",e.h_media_bitmap_error="h_media_bitmap_error",e.h_media_video_error="h_media_video_error",e.h_media_video_informuploaded="h_media_video_informuploaded",e.h_session_appear_offline="h_session_appear_offline",e.h_session_audio_device_error="h_session_audio_device_error",e.h_session_audio_device_frozen="h_session_audio_device_frozen",e.h_session_audio_loudness_ok="h_session_audio_loudness_ok",e.h_session_audio_no_loudness="h_session_audio_no_loudness",e.h_session_audio_off="h_session_audio_off",e.h_session_audio_on="h_session_audio_on",e.h_session_button_cancel="h_session_button_cancel",e.h_session_button_no="h_session_button_no",e.h_session_button_yes="h_session_button_yes",e.h_session_cpu_overload="h_session_cpu_overload",e.h_session_error="h_session_error",e.h_session_free_mode_off="h_session_free_mode_off",e.h_session_free_mode_on="h_session_free_mode_on",e.h_session_fsk_mixed_profile="h_session_fsk_mixed_profile",e.h_session_livepreview_off="h_session_livepreview_off",e.h_session_livepreview_on="h_session_livepreview_on",e.h_session_mixed_profile_auto_off="h_session_mixed_profile_auto_off",e.h_session_mixed_profile_no="h_session_mixed_profile_no",e.h_session_mixed_profile_not_available="h_session_mixed_profile_not_available",e.h_session_mixed_profile_off="h_session_mixed_profile_off",e.h_session_mixed_profile_on="h_session_mixed_profile_on",e.h_session_mixed_profile_reminder="h_session_mixed_profile_reminder",e.h_session_no_video_allowed="h_session_no_video_allowed",e.h_session_offline="h_session_offline",e.h_session_offline_title="h_session_offline_title",e.h_session_old_ssw="h_session_old_ssw",e.h_session_online="h_session_online",e.h_session_online_today="h_session_online_today",e.h_session_party_mode_off="h_session_party_mode_off",e.h_session_party_mode_on="h_session_party_mode_on",e.h_session_preview_picture_missed="h_session_preview_picture_missed",e.h_session_preview_picture_upload="h_session_preview_picture_upload",e.h_session_service0900state_turnoff="h_session_service0900state_turnoff",e.h_session_service0900state_turnon="h_session_service0900state_turnon",e.h_session_stream_not_found="h_session_stream_not_found",e.h_session_stream_restart="h_session_stream_restart",e.h_session_stream_wait="h_session_stream_wait",e.h_session_toy_start="h_session_toy_start",e.h_session_toy_stop="h_session_toy_stop",e.h_session_user_locked="h_session_user_locked",e.h_session_video_device_error="h_session_video_device_error",e.h_session_video_device_frozen="h_session_video_device_frozen",e.h_single_error="h_single_error",e.h_single_init_failed="h_single_init_failed",e.h_single_init_ok="h_single_init_ok",e.h_single_not_available="h_single_not_available",e.h_single_query="h_single_query",e.h_single_rejected="h_single_rejected",e.h_single_request_90s="h_single_request_90s",e.h_single_started="h_single_started",e.h_single_timeout="h_single_timeout",e.h_video_cancel="h_video_cancel",e.h_video_delayed="h_video_delayed",e.h_video_reconnect="h_video_reconnect",e.h_vcall_code="h_vcall_code",e.h_session_media_purchased="h_session_media_purchased",e.h_media_bitmap_purchased="h_media_bitmap_purchased",e.h_media_video_purchased="h_media_video_purchased",e.h_media_audio_purchased="h_media_audio_purchased"},5394:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_UPDATE=void 0;var o=e(117);n.CMDC_UPDATE=function(){this.action=o.ACTION.CMDC_UPDATE}},1994:n=>{n.exports=t}},e={};return function t(o){var _=e[o];if(void 0!==_)return _.exports;var i=e[o]={exports:{}};return n[o].call(i.exports,i,i.exports,t),i.exports}(4268)})()}));
1
+ !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("xmlentities")):"function"==typeof define&&define.amd?define(["xmlentities"],n):"object"==typeof exports?exports.cmdControlClientLib=n(require("xmlentities")):t.cmdControlClientLib=n(t.xmlentities)}("undefined"!=typeof self?self:this,(function(t){return(()=>{"use strict";var n={6535:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.VERSION=void 0,n.VERSION="3.0.28"},3735:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumBooleanDigitized=void 0,(e=n.EnumBooleanDigitized||(n.EnumBooleanDigitized={})).FALSE="0",e.TRUE="1"},6229:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumBooleanStringifiedExtended=void 0,(e=n.EnumBooleanStringifiedExtended||(n.EnumBooleanStringifiedExtended={})).TRUE="true",e.TRUTHY="1",e.FALSE="false",e.FALSY="0"},8659:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumBooleanStringified=void 0,(e=n.EnumBooleanStringified||(n.EnumBooleanStringified={})).TRUE="true",e.FALSE="false"},1798:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumChannelFlags=void 0,(e=n.EnumChannelFlags||(n.EnumChannelFlags={})).ARCHIVED="archived",e.REGULAR="regularCustomer",e.ADVERTISED="advertised",e.DELETED="deleted",e.LOCKED="locked",e.UNANSWERED="unanswered",e.PINNED="pinned",e.MUTED="muted",e.BOUGHTMEDIA="boughtMedia",e.FOLLOWME="followMe",e.BANNED="banned",e.BANNEDME="bannedMe",e.TICKET="ticket"},8263:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumCurrency=void 0,(e=n.EnumCurrency||(n.EnumCurrency={})).EURO="EUR",e.US_DOLLAR="USD",e.VOUCHER_CREDIT="VOC"},8058:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumStreamStatusType=void 0,(e=n.EnumStreamStatusType||(n.EnumStreamStatusType={})).AUDIO_DEVICE_ERROR="AUDIO_DEVICE_ERROR",e.AUDIO_DEVICE_FROZEN="AUDIO_DEVICE_FROZEN",e.AUDIO_DEVICE_MUTED="AUDIO_DEVICE_MUTED",e.AUDIO_DEVICE_UNMUTED="AUDIO_DEVICE_UNMUTED",e.BITRATE="BITRATE",e.CPU_OVERLOAD="CPU_OVERLOAD",e.DROPPED_AUDIO_FRAMES="DROPPED_AUDIO_FRAMES",e.DROPPED_VIDEO_FRAMES="DROPPED_VIDEO_FRAMES",e.VIDEO_DEVICE_ERROR="VIDEO_DEVICE_ERROR",e.VIDEO_DEVICE_FROZEN="VIDEO_DEVICE_FROZEN"},1819:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},8354:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},2744:function(t,n,e){var o=this&&this.__createBinding||(Object.create?function(t,n,e,o){void 0===o&&(o=e),Object.defineProperty(t,o,{enumerable:!0,get:function(){return n[e]}})}:function(t,n,e,o){void 0===o&&(o=e),t[o]=n[e]}),_=this&&this.__exportStar||function(t,n){for(var e in t)"default"===e||Object.prototype.hasOwnProperty.call(n,e)||o(n,t,e)};Object.defineProperty(n,"__esModule",{value:!0}),_(e(8659),n),_(e(3735),n),_(e(6229),n),_(e(8058),n),_(e(1798),n),_(e(8263),n),_(e(8354),n),_(e(1819),n),_(e(1368),n),_(e(1827),n)},1368:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},1827:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},8715:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CmdConnection=n.ConnectionConfig=n.EnumInitDataFormat=void 0;var o,_=e(1994),i=e(5473),r=e(6535),s=e(7292),E=e(7292),a=e(117),C=e(4678);function u(){}!function(t){t.LIVE="live",t.MESSENGER="messenger",t.AVS="avs",t.mc="mc"}(o=n.EnumInitDataFormat||(n.EnumInitDataFormat={}));var c=function(){function t(){this.useWS=!0,this.host="",this.wssport="",this.wsspath="",this.https=!0,this.agent=C.CmdClientAgent.WEB,this.version="?",this.logger=void 0,this.webtoken="",this.jsonp=!1,this.connectionRetryInterval=2e3,this.initdata=o.LIVE}return t.prototype.toString=function(){return"[ useWS="+this.useWS+" host="+this.host+" wssport="+this.wssport+" wsspath="+this.wsspath+" agent="+this.agent+" language="+this.language+" version="+this.version+" logger="+this.logger+" commandHandler= "+this.commandHandler+" ]"},t}();n.ConnectionConfig=c;var S=function(){function t(t){for(this._version=r.VERSION,this._closing=!1,this._counter=1,this._reConnectAttemptsCount=0,this._initProcessed=!1,this._noop={active:!1,last:0},this._queue=[],this._sessionID="",this._logPrefix="CMDP.",this._instanceId=Math.ceil(16777216*Math.random()).toString(16);this._instanceId.length<6;)this._instanceId="0"+this._instanceId;this._settings=t,t.logger&&i.setLogger(t.logger),i.logger.log(this._logPrefix+" version="+r.VERSION+" settings: "+t),this._onopen=this._onopen.bind(this),this._onmessage=this._onmessage.bind(this),this._onclose=this._onclose.bind(this),this._onerror=this._onerror.bind(this),this.connect=this.connect.bind(this),window.onunload=this.close.bind(this),this._jumpTable={CMDP_INIT:this._processCmpdInit.bind(this),CMDP_SINIT:this._processCmpdInit.bind(this),CMDP_SLOGIN:this._processCmdpLogin.bind(this),CMDP_LOGIN:this._processCmdpLogin.bind(this),CMDP_NOOP:this._processCmdpNoop.bind(this),CMDC_DSRELOAD:this._processCmdcDsReload.bind(this)}}return t._timeoutByAction=function(t){return this._commandTimeout[t.command.action]||12e4},t._fetchJsonp=function(n,e,o){var _=n+"?action="+e.command.action;for(var r in e.command.params)Object.prototype.hasOwnProperty.call(e.command.params,r)&&(_+="&"+encodeURIComponent(r)+"="+encodeURIComponent(e.command.params[r].toString()));_=_.replace("??","?");var s="_jsonp_"+Date.now()+"_"+Math.ceil(65536*Math.random()).toString(16),a=document.createElement("script"),C=document.querySelectorAll("head")[0],c=function(){e.timeoutId&&(clearTimeout(e.timeoutId),e.timeoutId=void 0),a.remove();try{delete window[s]}catch(t){i.logger.log("send over jsonp",e),window[s]=void 0}};window[s]=function(n){c(),"json"===e.command.params.format?o(Object.assign(e.command,n)):o(Object.assign(e.command,t._parsePlainResponse(n)))},a.src=_+(_.includes("?")?"&":"?")+"callback="+s,a.onerror=function(n){c(),o(Object.assign(e.command,t._getErrorResponse(E.ResultCode.NETWORK_ERROR,n.error)))},C.append(a),e.timeoutId=window.setTimeout((function(){c(),window[s]=u,o(Object.assign(e.command,t._getErrorResponse(E.ResultCode.TIMEOUT,"timeout")))}),this._timeoutByAction(e))},t._parsePlainResponse=function(t){for(var n,e={action:a.ACTION.CMDP_UNDEFINED,params:{},result:new E.RESULT,commands:[],values:{}},o=/\+/g,i=/^CMDC_(\w+)/,r=/(\w+)=(\S+)/g,s=0,C=t.split("\n");s<C.length;s++){var u=C[s];if(n=i.exec(u)){var c=n[1],S={};for(r.lastIndex=0;n=r.exec(u);){var O=n[1],T=_.decode(decodeURIComponent(n[2]));S[O]="text"!==O||"<a+href"===T.slice(0,7)||"CQUERYUSER"===c||u.includes(" from=system")?T.replace(o," "):T}switch(c){case"RESULT":e.result.code=Number.parseInt(S.code,10),e.result.reason=S.reason;break;case"VALUE":for(var O in S)Object.prototype.hasOwnProperty.call(S,O)&&(e.values[O]=S[O]);break;default:e.commands.push({action:E.ACTION["CMDC_"+c],params:S})}}}return e},t._getErrorResponse=function(t,n){return{result:{code:t,reason:n},commands:void 0,values:void 0}},t.prototype.connect=function(){if(this._servletUrl=this._platformUrl?this._platformUrl:(this._settings.https?"https":"http")+"://"+this._settings.host+":"+this._settings.wssport+this._settings.wsspath,this._settings.useWS&&this._openSocket(),!this._initProcessed){var t=Object.assign(new E.CMDP_INIT,{params:{initData:this._settings.initdata}});this._send(t)}},t.prototype.send=function(t){if("CMDP_NOOP"===t.action)throw i.logger.error(this._logPrefix+" dont send the CMDP_NOOP active ",t),new Error("don't send the CMDP_NOOP.");this._send(t)},t.prototype.close=function(){this._closing=!0,this._noop.active=!1,this._socket&&this._socket.close()},t.prototype._send=function(t){t=Object.assign(t,{params:Object.assign(this._getDefaultParams(),t.params)}),i.logger.log(this._logPrefix+"_enqueue",t);var n={callback:this._processReply.bind(this),command:t,timeoutId:0,queued:!0};this._queue.push(n),this._dequeue()},t.prototype._openSocket=function(){var t,n=(this._settings.https?"wss":"ws")+"://"+this._settings.host+":"+this._settings.wssport+this._settings.wsspath;i.logger.log(this._logPrefix+"_openSocket",n);try{t=new WebSocket(n)}catch(t){return i.logger.warn(this._logPrefix+"_openSocket SECURITY_ERR",t),void this._reconnect()}t.onopen=this._onopen,t.onmessage=this._onmessage,t.onerror=this._onerror,t.onclose=this._onclose,this._socket=t},t.prototype._onopen=function(t){i.logger.log(this._logPrefix+"socket.onopen",t),this._dequeue(),this._socket.readyState===WebSocket.OPEN&&(this._reConnectAttemptsCount=0)},t.prototype._onmessage=function(t){i.logger.log(this._logPrefix+"socket.onmessage",t);var n=JSON.parse(t.data);this._processReply(n)},t.prototype._onerror=function(t){var n;(i.logger.warn(this._logPrefix+"socket.onerror",t),this._settings.onError)&&(n=5===this._reConnectAttemptsCount?{isFatal:!0}:{reConnectionTimeout:this._settings.connectionRetryInterval*(this._reConnectAttemptsCount+1)},this._settings.onError(n))},t.prototype._onclose=function(t){i.logger.log(this._logPrefix+"socket.onclose",t),this._closing||this._dsreload||!this._settings.useWS||this._reconnect(),this._dsreload&&(this._dsreload=!1)},t.prototype._getDefaultParams=function(){return{_uniq:(this._counter++).toString(),_iid:this._instanceId,strip:!0,format:s.EnumFormatValues.JSON,agent:this._settings.agent,version:this._settings.version+"/"+this._version,language:this._settings.language,sessionID:this._sessionID,webtoken:this._settings.webtoken}},t.prototype._processReply=function(t){var n=this;i.logger.log(this._logPrefix+"_processReply",t);for(var e,o=t.params._uniq,_=0,r=this._queue.length;_<r;_++)if((e=this._queue[_]).command.params._uniq===o){e.timeoutId&&clearTimeout(e.timeoutId),this._queue.splice(_,1);break}if(e){var s=!0;if(t.result.code===E.ResultCode.NETWORK_ERROR){var a=Number.parseInt(e.command.params._retry.toString()||"0",10);a<10&&(s=!1,setTimeout((function(){i.logger.log(n._logPrefix+".re-enqueue ",e.command),e.command.params._retry=e.command.params._retry?(a+1).toString():"1",n._send(e.command)}),3e3))}s&&(this._processCommand(t),t.commands&&t.commands.length>0&&t.commands.forEach(this._processCommand.bind(this)),this._settings.commandHandler(t)),this._dequeue()}else i.logger.warn(this._logPrefix+"_processReply. Entry not found _uniq="+o,t)},t.prototype._dequeue=function(){if(!this._closing)for(var t=0,n=this._queue.length;t<n;t++){var e=this._queue[t];if(e.queued){this._sendEntry(e);break}}},t.prototype._sendEntry=function(n){var e;if(this._settings.useWS){if((null===(e=this._socket)||void 0===e?void 0:e.readyState)===WebSocket.OPEN){n.queued=!1;var o=JSON.stringify(n.command);this._socket.send(o)}}else this._settings.jsonp&&(n.queued=!1,t._fetchJsonp(this._servletUrl,n,this._processReply.bind(this)))},t.prototype._reconnect=function(){var t=this;if(this._socket=void 0,this._markAllQueueEntriesAsQueued(),this._settings.jsonp)i.logger.warn(this._logPrefix+". fallback to JSONP"),this._settings.useWS=!1,this._dequeue();else if(this._settings.useWS)if(this._reConnectAttemptsCount++,this._reConnectAttemptsCount<=5){var n=this._settings.connectionRetryInterval*this._reConnectAttemptsCount;i.logger.log(this._logPrefix+" retry connect in "+n+" ms"),setTimeout((function(){t._openSocket()}),n)}else this._reConnectAttemptsCount=0,i.logger.log(this._logPrefix+" maximum reconnect attempts count reached")},t.prototype._sendNoop=function(){0===this._noop.last&&(this._noop.last=Date.now()),this._send(new E.CMDP_NOOP)},t.prototype._processCommand=function(t){var n=this._jumpTable[t.action];n&&n(t)},t.prototype._processCmpdInit=function(t){this._initProcessed=!0},t.prototype._processCmdpLogin=function(t){t.result.code===E.ResultCode.OK&&(this._sessionID=t.values.sessionID,this._noop.active||(this._noop.active=!0,this._sendNoop()))},t.prototype._processCmdpNoop=function(t){switch(t.result.code){case E.ResultCode.SESSION_NOT_FOUND:case E.ResultCode.NETWORK_ERROR:this._noop.active=!1,i.logger.warn(this._logPrefix+"NOOP stopped");break;default:this._sendNoop()}},t.prototype._processCmdcDsReload=function(t){i.logger.warn(this._logPrefix+E.ACTION.CMDC_DSRELOAD,t),this._dsreload=!0,this._socket&&this._socket.close(),this._markAllQueueEntriesAsQueued(),this._platformUrl=t.params.PlatformUrl,this._settings.host=t.params.wsshost,this._settings.wssport=t.params.wssport,this._settings.wsspath=t.params.wsspath,this.connect()},t.prototype._markAllQueueEntriesAsQueued=function(){this._queue.forEach((function(t){t.queued||(t.queued=!0)}))},t._commandTimeout={CMDP_CLOGOUT:4e3,CMDP_LOGOUT:4e3,CMDP_NOOP:3e4},t}();n.CmdConnection=S},4268:function(t,n,e){var o=this&&this.__createBinding||(Object.create?function(t,n,e,o){void 0===o&&(o=e),Object.defineProperty(t,o,{enumerable:!0,get:function(){return n[e]}})}:function(t,n,e,o){void 0===o&&(o=e),t[o]=n[e]}),_=this&&this.__exportStar||function(t,n){for(var e in t)"default"===e||Object.prototype.hasOwnProperty.call(n,e)||o(n,t,e)};Object.defineProperty(n,"__esModule",{value:!0}),n.CmdControlSession=n.EnumInitDataFormat=n.CmdConnection=n.ConnectionConfig=n.LogCollector=n.setLogger=void 0,_(e(7292),n),_(e(2744),n);var i=e(5473);Object.defineProperty(n,"setLogger",{enumerable:!0,get:function(){return i.setLogger}}),Object.defineProperty(n,"LogCollector",{enumerable:!0,get:function(){return i.LogCollector}});var r=e(8715);Object.defineProperty(n,"ConnectionConfig",{enumerable:!0,get:function(){return r.ConnectionConfig}}),Object.defineProperty(n,"CmdConnection",{enumerable:!0,get:function(){return r.CmdConnection}}),Object.defineProperty(n,"EnumInitDataFormat",{enumerable:!0,get:function(){return r.EnumInitDataFormat}});var s=e(6963);Object.defineProperty(n,"CmdControlSession",{enumerable:!0,get:function(){return s.CmdControlSession}})},7292:function(t,n,e){var o=this&&this.__createBinding||(Object.create?function(t,n,e,o){void 0===o&&(o=e),Object.defineProperty(t,o,{enumerable:!0,get:function(){return n[e]}})}:function(t,n,e,o){void 0===o&&(o=e),t[o]=n[e]}),_=this&&this.__exportStar||function(t,n){for(var e in t)"default"===e||Object.prototype.hasOwnProperty.call(n,e)||o(n,t,e)};Object.defineProperty(n,"__esModule",{value:!0}),n.EnumFormatValues=n.CmdClientAgent=n.SupportedLanguage=void 0,_(e(6333),n),_(e(117),n),_(e(7839),n),_(e(532),n),_(e(208),n),_(e(849),n),_(e(9926),n),_(e(7840),n),_(e(997),n),_(e(835),n),_(e(7723),n),_(e(8931),n),_(e(5362),n),_(e(3015),n),_(e(8210),n),_(e(8025),n),_(e(2579),n),_(e(1563),n),_(e(8799),n),_(e(8262),n),_(e(3931),n),_(e(8612),n),_(e(7847),n),_(e(5394),n),_(e(835),n),_(e(7291),n),_(e(9710),n),_(e(8167),n),_(e(7173),n),_(e(8270),n),_(e(4737),n),_(e(5160),n),_(e(2596),n),_(e(7385),n),_(e(8431),n),_(e(7414),n),_(e(1364),n),_(e(5114),n),_(e(3931),n);var i=e(4678);Object.defineProperty(n,"SupportedLanguage",{enumerable:!0,get:function(){return i.SupportedLanguage}}),Object.defineProperty(n,"CmdClientAgent",{enumerable:!0,get:function(){return i.CmdClientAgent}}),Object.defineProperty(n,"EnumFormatValues",{enumerable:!0,get:function(){return i.EnumFormatValues}})},6963:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CmdControlSession=void 0;var o=e(7292),_=e(8715),i=function(){function t(t){this._connection=new _.CmdConnection(t),this._connection.connect()}return t.prototype.LoginWithUsernamePassword=function(t,n){var e=Object.assign(new o.CMDP_SLOGIN,{params:{login:t,password:n,msn:!0}});this._connection.send(e)},t.prototype.LoginWithSession=function(t){var n=Object.assign(new o.CMDP_SLOGIN,{params:{foreignSID:t,msn:!0}});this._connection.send(n)},t.prototype.LoginWithWebtoken=function(t){var n=Object.assign(new o.CMDP_SLOGIN,{params:{webtoken:t,msn:!0}});this._connection.send(n)},t.prototype.sendCommand=function(t){this._connection.send(t)},t.prototype.logout=function(t){var n=Object.assign(new o.CMDP_LOGOUT,{params:{code:t}});this._connection.send(n)},t.prototype.close=function(){this._connection.close()},t}();n.CmdControlSession=i},5473:function(t,n){var e=this&&this.__spreadArray||function(t,n){for(var e=0,o=n.length,_=t.length;e<o;e++,_++)t[_]=n[e];return t};Object.defineProperty(n,"__esModule",{value:!0}),n.LogCollector=n.setLogger=n.logger=void 0,n.logger={log:function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e]},warn:function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e]},error:function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e]}},n.setLogger=function(t){n.logger=t};var o=function(){function t(t){this._logs=[],this._logger=t}return t.prototype.clear=function(){this._logs=[]},Object.defineProperty(t.prototype,"logs",{get:function(){return this._logs},enumerable:!1,configurable:!0}),t.prototype.exportToStr=function(n,e){void 0===n&&(n=0),void 0===e&&(e=0);for(var o="",_=this._logs.length,i=0===e?0:Math.max(_-e,0);i<_;i++){var r=this._logs[i];if(!(r.level<n)){var s=r.level>=t.ERROR?"ERROR":r.level>=t.WARN?"WARN":"INFO",E=new Date(r.time);o+=(E.getHours()<10?"0":"")+E.getHours()+(E.getMinutes()<10?":0":":")+E.getMinutes()+(E.getSeconds()<10?":0":":")+E.getSeconds()+(E.getMilliseconds()<100?E.getMilliseconds()<10?".00":".0":".")+E.getMilliseconds()+" "+s+" "+r.message+(r.params?" "+JSON.stringify(r.params):"")+"\n"}}return o},t.prototype.log=function(n){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];this._push(t.LOG,n,e)},t.prototype.warn=function(n){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];this._push(t.WARN,n,e)},t.prototype.error=function(n){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];this._push(t.ERROR,n,e)},t.prototype._push=function(n,o,_){if(this._logs.push({level:n,time:Date.now(),message:o,params:_}),this._logger){var i=n>=t.WARN?this._logger.warn:n>=t.ERROR?this._logger.error:this._logger.log;if(_){var r=e([o],_);try{i.apply(void 0,r)}catch(t){}}else i(o)}},t.LOG=10,t.WARN=20,t.ERROR=30,t}();n.LogCollector=o},7723:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SGETCONTACTINFO_RESPONSE=n.CMDP_SGETCONTACTINFO=n.CMDP_GETCONTACTINFO_RESPONSE=n.CMDP_GETCONTACTINFO=n.CMDP_SETCONTACTINFO_RESPONSE=n.CMDP_SETCONTACTINFO=n.CMDC_CONTACTINFO=void 0;var i=e(117);n.CMDC_CONTACTINFO=function(){this.action=i.ACTION.CMDC_CONTACTINFO};var r=function(){this.action=i.ACTION.CMDP_SETCONTACTINFO};n.CMDP_SETCONTACTINFO=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETCONTACTINFO_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETCONTACTINFO};n.CMDP_GETCONTACTINFO=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETCONTACTINFO_RESPONSE=a;var C=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTINFO,n}return _(n,t),n}(E);n.CMDP_SGETCONTACTINFO=C;var u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTINFO,n}return _(n,t),n}(a);n.CMDP_SGETCONTACTINFO_RESPONSE=u},835:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_GETUSERINFO_RESPONSE=n.CMDP_GETUSERINFO=n.CMDP_SETUSERINFO_RESPONSE=n.CMDP_SETUSERINFO=n.CMDC_USERINFO=void 0;var i=e(117);n.CMDC_USERINFO=function(){this.action=i.ACTION.CMDC_USERINFO};var r=function(){this.action=i.ACTION.CMDP_SETUSERINFO};n.CMDP_SETUSERINFO=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETUSERINFO_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETUSERINFO};n.CMDP_GETUSERINFO=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETUSERINFO_RESPONSE=a},532:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_BACKENDPAYLOAD=n.CMDC_BACKENDPAYLOAD=n.CMDP_QUERYBACKEND_RESPONSE=n.CMDP_QUERYBACKEND=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_QUERYBACKEND};n.CMDP_QUERYBACKEND=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_QUERYBACKEND_RESPONSE=s;n.CMDC_BACKENDPAYLOAD=function(){this.action=i.ACTION.CMDC_BACKENDPAYLOAD};n.CMDP_BACKENDPAYLOAD=function(){this.action=i.ACTION.CMDP_BACKENDPAYLOAD}},208:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_CHANNELSSUMMARY_RESPONSE=n.CMDP_CHANNELSSUMMARY=n.CMDC_CHANNELSUMMARY=n.CMDP_UPDATECHANNEL_RESPONSE=n.CMDP_UPDATECHANNEL=n.updateChannelParamsType=n.EnumUpdateChannelPropertyName=n.CMDP_SCHANNELSEEN_RESPONSE=n.CMDP_CHANNELSEEN_RESPONSE=n.CMDP_SCHANNELSEEN=n.CMDP_CHANNELSEEN=n.CMDP_GETHISTORY_RESPONSE=n.CMDP_GETHISTORY=n.CMDP_SGETCHANNELS_RESPONSE=n.CMDP_SGETCHANNELS=n.CMDP_GETCHANNELS_RESPONSE=n.CMDP_GETCHANNELS=n.EnumProductId=n.EnumChannelFilterValues=n.EnumSortOrder=n.CMDP_SGETCHANNEL_RESPONSE=n.CMDP_SGETCHANNEL=n.CMDP_GETCHANNEL_RESPONSE=n.CMDP_GETCHANNEL=n.CMDP_NEWCHANNEL_RESPONSE=n.CMDP_NEWCHANNEL=n.CMDC_CHANNEL=n.ChannelType=void 0;var i=e(117);n.ChannelType=function(){};n.CMDC_CHANNEL=function(){this.action=i.ACTION.CMDC_CHANNEL};var r=function(){this.action=i.ACTION.CMDP_NEWCHANNEL};n.CMDP_NEWCHANNEL=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_NEWCHANNEL_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETCHANNEL};n.CMDP_GETCHANNEL=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETCHANNEL_RESPONSE=a;var C=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNEL,n}return _(n,t),n}(E);n.CMDP_SGETCHANNEL=C;var u,c,S,O=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNEL,n}return _(n,t),n}(C);n.CMDP_SGETCHANNEL_RESPONSE=O,(S=n.EnumSortOrder||(n.EnumSortOrder={})).ASC="ASC",S.DESC="DESC",(c=n.EnumChannelFilterValues||(n.EnumChannelFilterValues={})).ANY="any",c.ONLY="only",c.EXCLUDE="exclude",(u=n.EnumProductId||(n.EnumProductId={})).Default="1",u.PAGES="2",u.PARTNER="3",u.TV="4";var T=function(){this.action=i.ACTION.CMDP_GETCHANNELS};n.CMDP_GETCHANNELS=T;var l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(T);n.CMDP_GETCHANNELS_RESPONSE=l;var h=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNELS,n}return _(n,t),n}(T);n.CMDP_SGETCHANNELS=h;var P=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCHANNELS,n}return _(n,t),n}(l);n.CMDP_SGETCHANNELS_RESPONSE=P;var D=function(){this.action=i.ACTION.CMDP_GETHISTORY};n.CMDP_GETHISTORY=D;var N=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(D);n.CMDP_GETHISTORY_RESPONSE=N;var p=function(){this.action=i.ACTION.CMDP_CHANNELSEEN};n.CMDP_CHANNELSEEN=p;var M=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SCHANNELSEEN,n}return _(n,t),n}(p);n.CMDP_SCHANNELSEEN=M;var f=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(M);n.CMDP_CHANNELSEEN_RESPONSE=f;var A,d=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SCHANNELSEEN,n}return _(n,t),n}(f);n.CMDP_SCHANNELSEEN_RESPONSE=d,(A=n.EnumUpdateChannelPropertyName||(n.EnumUpdateChannelPropertyName={})).ARCHIVED="archived",A.REGULAR_CUSTOMER="regularCustomer",A.UNANSWERED="unanswered",A.PINNED="pinned",A.MUTED="muted",A.BANNED="banned";n.updateChannelParamsType=function(){};var R=function(){this.action=i.ACTION.CMDP_UPDATECHANNEL};n.CMDP_UPDATECHANNEL=R;var I=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(R);n.CMDP_UPDATECHANNEL_RESPONSE=I;n.CMDC_CHANNELSUMMARY=function(){this.action=i.ACTION.CMDC_CHANNELSSUMMARY};var v=function(){this.action=i.ACTION.CMDP_CHANNELSSUMMARY};n.CMDP_CHANNELSSUMMARY=v;var y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(v);n.CMDP_CHANNELSSUMMARY_RESPONSE=y},849:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SETCHANNELINFO_RESPONSE=n.CMDP_SETCHANNELINFO=n.CMDP_GETCHANNELINFO_RESPONSE=n.CMDP_GETCHANNELINFO=n.CMDC_CHANNELINFO=void 0;var i=e(117);n.CMDC_CHANNELINFO=function(){this.action=i.ACTION.CMDC_CHANNELINFO};var r=function(){this.action=i.ACTION.CMDP_GETCHANNELINFO};n.CMDP_GETCHANNELINFO=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_GETCHANNELINFO_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_SETCHANNELINFO};n.CMDP_SETCHANNELINFO=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SETCHANNELINFO_RESPONSE=a},7840:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},117:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.ACTION=void 0,(e=n.ACTION||(n.ACTION={})).CMDP_INIT="CMDP_INIT",e.CMDP_SINIT="CMDP_SINIT",e.CMDP_LOGIN="CMDP_LOGIN",e.CMDP_SLOGIN="CMDP_SLOGIN",e.CMDP_LOGOUT="CMDP_LOGOUT",e.CMDP_SLOGOUT="CMDP_SLOGOUT",e.CMDC_USERINFO="CMDC_USERINFO",e.CMDP_SETUSERINFO="CMDP_SETUSERINFO",e.CMDP_GETUSERINFO="CMDP_GETUSERINFO",e.CMDC_CONTACTNOTE="CMDC_CONTACTNOTE",e.CMDP_SETCONTACTNOTE="CMDP_SETCONTACTNOTE",e.CMDP_SSETCONTACTNOTE="CMDP_SSETCONTACTNOTE",e.CMDP_GETCONTACTNOTE="CMDP_GETCONTACTNOTE",e.CMDP_SGETCONTACTNOTE="CMDP_SGETCONTACTNOTE",e.CMDC_CONTACTINFO="CMDC_CONTACTINFO",e.CMDP_SETCONTACTINFO="CMDP_SETCONTACTINFO",e.CMDP_SGETCONTACTINFO="CMDP_SGETCONTACTINFO",e.CMDP_GETCONTACTINFO="CMDP_GETCONTACTINFO",e.CMDC_CHANNELINFO="CMDC_CHANNELINFO",e.CMDP_GETCHANNELINFO="CMDP_GETCHANNELINFO",e.CMDP_SETCHANNELINFO="CMDP_SETCHANNELINFO",e.CMDC_CHANNEL="CMDC_CHANNEL",e.CMDP_NEWCHANNEL="CMDP_NEWCHANNEL",e.CMDP_GETCHANNELS="CMDP_GETCHANNELS",e.CMDP_SGETCHANNELS="CMDP_SGETCHANNELS",e.CMDP_GETCHANNEL="CMDP_GETCHANNEL",e.CMDP_SGETCHANNEL="CMDP_SGETCHANNEL",e.CMDP_CHANNELSEEN="CMDP_CHANNELSEEN",e.CMDP_SCHANNELSEEN="CMDP_SCHANNELSEEN",e.CMDP_UPDATECHANNEL="CMDP_UPDATECHANNEL",e.CMDC_CHANNELSSUMMARY="CMDC_CHANNELSSUMMARY",e.CMDP_CHANNELSSUMMARY="CMDP_CHANNELSSUMMARY",e.CMDP_SUPLOADPIC="CMDP_SUPLOADPIC",e.CMDC_CMSG="CMDC_CMSG",e.CMDP_GETHISTORY="CMDP_GETHISTORY",e.CMDP_MSG="CMDP_MSG",e.CMDP_MSGDELETE="CMDP_MSGDELETE",e.CMDC_ONLINESTATE="CMDC_ONLINESTATE",e.CMDP_GETONLINESTATE="CMDP_GETONLINESTATE",e.CMDP_GETONLINESTATES="CMDP_GETONLINESTATES",e.CMDC_VALUE="CMDC_VALUE",e.CMDP_SET_DISCOUNT="CMDP_SET_DISCOUNT",e.CMDP_SQUERY_DISCOUNT="CMDP_SQUERY_DISCOUNT",e.CMDP_QUERYUSER="CMDP_QUERYUSER",e.CMDC_QUERYANSWERED="CMDC_QUERYANSWERED",e.CMDP_SQUERY_FORMAT="CMDP_SQUERY_FORMAT",e.CMDP_STOPLOOPBACK9="CMDP_STOPLOOPBACK9",e.CMDP_STARTLOOPBACK9="CMDP_STARTLOOPBACK9",e.CMDP_STOPBANDWIDTHTEST="CMDP_STOPBANDWIDTHTEST",e.CMDP_STARTBANDWIDTHTEST="CMDP_STARTBANDWIDTHTEST",e.CMDP_STOP_STREAM_PREVIEW="CMDP_STOP_STREAM_PREVIEW",e.CMDP_START_STREAM_PREVIEW="CMDP_START_STREAM_PREVIEW",e.CMDP_UPDATE="CMDP_UPDATE",e.CMDP_SGETCHATS="CMDP_SGETCHATS",e.CMDP_FSK16="CMDP_FSK16",e.CMDP_KICK="CMDP_KICK",e.CMDP_TRACERT_REPLY="CMDP_TRACERT_REPLY",e.CMDP_STOPSEND="CMDP_STOPSEND",e.CMDP_STARTSEND="CMDP_STARTSEND",e.CMDP_SERVICE0900="CMDP_SERVICE0900",e.CMDP_NOOP="CMDP_NOOP",e.CMDP_QUERYBACKEND="CMDP_QUERYBACKEND",e.CMDP_UNDEFINED="CMDP_UNDEFINED",e.CMDC_CINIT="CMDC_CINIT",e.CMDC_FEEDBACK="CMDC_FEEDBACK",e.CMDC_DSRELOAD="CMDC_DSRELOAD",e.CMDC_UPDATE="CMDC_UPDATE",e.CMDC_CEXIT="CMDC_CEXIT",e.CMDC_CSTARTSTREAMPUSH="CMDC_CSTARTSTREAMPUSH",e.CMDC_CSTOPVIDEOPUSH="CMDC_CSTOPVIDEOPUSH",e.CMDC_QUERYUSER="CMDC_QUERYUSER",e.CMDC_CQUERYUSER="CMDC_CQUERYUSER",e.CMDC_UPDATE_CHAT="CMDC_UPDATE_CHAT",e.CMDC_BACKENDPAYLOAD="CMDC_BACKENDPAYLOAD",e.CMDP_BACKENDPAYLOAD="CMDP_BACKENDPAYLOAD",e.CMDP_TOYSTATE="CMDP_TOYSTATE",e.CMDP_TOYACTION="CMDP_TOYACTION",e.CMDC_TOYACTION="CMDC_TOYACTION",e.CMDC_CSTREAMRESTART="CMDC_CSTREAMRESTART",e.CMDP_SUPLOADMEDIA="CMDP_SUPLOADMEDIA",e.CMDC_CSTOPAUDIOPUSH="CMDC_CSTOPAUDIOPUSH",e.CMDC_CSTARTAUDIOPUSH="CMDC_CSTARTAUDIOPUSH",e.CMDP_CSTOPTEXT="CMDP_CSTOPTEXT",e.CMDC_CSTARTVIDEOPULL="CMDC_CSTARTVIDEOPULL",e.CMDC_CSTARTVOYEUR="CMDC_CSTARTVOYEUR",e.CMDC_CSTOPVIDEOPULL="CMDC_CSTOPVIDEOPULL",e.CMDC_CSTOPVOYEUR="CMDC_CSTOPVOYEUR",e.CMDP_SUPDATE="CMDP_SUPDATE",e.CMDC_CSHOWADMIN="CMDC_CSHOWADMIN",e.CMDC_CSTOPSTREAMPUSH="CMDC_CSTOPSTREAMPUSH",e.CMDP_SSTATUS="CMDP_SSTATUS",e.CMDC_CSTARTTEXT="CMDC_CSTARTTEXT",e.CMDC_CSTARTVIDEOPUSH="CMDC_CSTARTVIDEOPUSH",e.CMDC_SLOGOUT="CMDC_SLOGOUT",e.CMDP_SDEVICESTATUS="CMDP_SDEVICESTATUS",e.CMDC_STREAMSTATE="CMDC_STREAMSTATE",e.CMDP_GETONLINESUMMARY="CMDP_GETONLINESUMMARY",e.CMDP_SMEDIAGETPRICES="CMDP_SMEDIAGETPRICES",e.CMDP_SMEDIAPURCHASE="CMDP_SMEDIAPURCHASE",e.CMDP_OPEN_LOBBY="CMDP_OPEN_LOBBY",e.CMDP_CLOSE_LOBBY="CMDP_CLOSE_LOBBY",e.CMDP_SMEDIAOFFERCREATE="CMDP_SMEDIAOFFERCREATE",e.CMDP_SINFORMMEDIAPURCHASED="CMDP_SINFORMMEDIAPURCHASED",e.CMDP_SETEXPOTOKEN="CMDP_SETEXPOTOKEN",e.CMDP_SGETCHATHISTORY="CMDP_SGETCHATHISTORY",e.CMDP_SETSETTINGS="CMDP_SETSETTINGS",e.CMDP_GETSETTINGS="CMDP_GETSETTINGS",e.CMDC_MEDIAPURCHASED="CMDC_MEDIAPURCHASED",e.CMDP_SGETMEDIAINFO="CMDP_SGETMEDIAINFO",e.CMDP_SFORWARDMEDIA="CMDP_SFORWARDMEDIA",e.CMDP_SIGNUP="CMDP_SIGNUP",e.CMDP_RESETPASSWORD="CMDP_RESETPASSWORD",e.CMDP_SQUERYSTARTSINGLEC2C="CMDP_SQUERYSTARTSINGLEC2C",e.CMDP_SOPENMEDIAOFFER="CMDP_SOPENMEDIAOFFER",e.CMDP_SCLOSEMEDIAOFFER="CMDP_SCLOSEMEDIAOFFER"},4678:(t,n)=>{var e,o,_;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumFormatValues=n.CmdClientAgent=n.SupportedLanguage=void 0,(_=n.SupportedLanguage||(n.SupportedLanguage={})).DE="de",_.EN="en",_.ES="es",(o=n.CmdClientAgent||(n.CmdClientAgent={})).WEB="we",o.MC="mc",(e=n.EnumFormatValues||(n.EnumFormatValues={})).JSON="json",e.PLAIN="plain"},6333:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.RESULT=void 0;n.RESULT=function(){}},7839:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.ResultCode=void 0,(e=n.ResultCode||(n.ResultCode={}))[e.OK=2e3]="OK",e[e.WRONG_USER_NAME_OR_PASSWORD=4002]="WRONG_USER_NAME_OR_PASSWORD",e[e.ACCESS_DENIED=4003]="ACCESS_DENIED",e[e.SESSION_NOT_FOUND=4004]="SESSION_NOT_FOUND",e[e.LOGIN_FAILED=4006]="LOGIN_FAILED",e[e.LOGIN_DOUBLE=4007]="LOGIN_DOUBLE",e[e.SESSION_ERROR=4008]="SESSION_ERROR",e[e.PROFIL_NOT_COMPLETE=4009]="PROFIL_NOT_COMPLETE",e[e.TOO_MANY_SESSIONS=4010]="TOO_MANY_SESSIONS",e[e.TOO_MANY_SESSIONS2=4011]="TOO_MANY_SESSIONS2",e[e.TOO_MANY_SESSIONS3=4012]="TOO_MANY_SESSIONS3",e[e.VERSION_NOT_SUPPORTED=4013]="VERSION_NOT_SUPPORTED",e[e.MAIL_NOT_VERYFIED=4014]="MAIL_NOT_VERYFIED",e[e.AUDIO_NOT_AVAILABLE=4015]="AUDIO_NOT_AVAILABLE",e[e.SINGLE_NOT_STARTED=4016]="SINGLE_NOT_STARTED",e[e.CHAT_NOT_CLOSED=4020]="CHAT_NOT_CLOSED",e[e.CHAT_NOT_FOUND=4104]="CHAT_NOT_FOUND",e[e.NOT_ENOUGH_MONEY=4141]="NOT_ENOUGH_MONEY",e[e.CANT_UPDATE_CHAT=4150]="CANT_UPDATE_CHAT",e[e.CANT_UPDATE_CHAT2=4151]="CANT_UPDATE_CHAT2",e[e.INVALID_PARAMETER=5001]="INVALID_PARAMETER",e[e.FEATURE_NOT_AVAILABLE=5002]="FEATURE_NOT_AVAILABLE",e[e.UNEXPECTED=5004]="UNEXPECTED",e[e.NOT_IMPLEMENTED=5005]="NOT_IMPLEMENTED",e[e.NO_CONNECTION=5096]="NO_CONNECTION",e[e.SCRIPT_ERROR=5097]="SCRIPT_ERROR",e[e.TIMEOUT=5098]="TIMEOUT",e[e.NETWORK_ERROR=5099]="NETWORK_ERROR",e[e.B2B_INTERFACE_ERROR=6e3]="B2B_INTERFACE_ERROR",e[e.UNKNOWN_ERROR=6001]="UNKNOWN_ERROR",e[e.INVALID_WEB_TOKEN=6002]="INVALID_WEB_TOKEN",e[e.NO_CREDIT_VIDEOCHAT=6106]="NO_CREDIT_VIDEOCHAT",e[e.MODEL_IS_OFFLINE=6403]="MODEL_IS_OFFLINE",e[e.SOFT_CHAT=6601]="SOFT_CHAT",e[e.PREVIEW_LIMIT_EXCEEDED=6401]="PREVIEW_LIMIT_EXCEEDED",e[e.MODEL_IS_IN_PRIVATE_CHAT=6906]="MODEL_IS_IN_PRIVATE_CHAT"},997:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_DSRELOAD=void 0;var o=e(117);n.CMDC_DSRELOAD=function(){this.action=o.ACTION.CMDC_DSRELOAD}},9926:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SGETCONTACTNOTE_RESPONSE=n.CMDP_SGETCONTACTNOTE=n.CMDP_SSETCONTACTNOTE_RESPONSE=n.CMDP_SSETCONTACTNOTE=n.CMDP_GETCONTACTNOTE_RESPONSE=n.CMDP_GETCONTACTNOTE=n.CMDP_SETCONTACTNOTE_RESPONSE=n.CMDP_SETCONTACTNOTE=n.CMDC_CONTACTNOTE=void 0;var i=e(7292);n.CMDC_CONTACTNOTE=function(){this.action=i.ACTION.CMDC_CONTACTNOTE};var r=function(){this.action=i.ACTION.CMDP_SETCONTACTNOTE};n.CMDP_SETCONTACTNOTE=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETCONTACTNOTE_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETCONTACTNOTE};n.CMDP_GETCONTACTNOTE=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETCONTACTNOTE_RESPONSE=a;var C=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SSETCONTACTNOTE,n}return _(n,t),n}(r);n.CMDP_SSETCONTACTNOTE=C;var u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SSETCONTACTNOTE,n}return _(n,t),n}(s);n.CMDP_SSETCONTACTNOTE_RESPONSE=u;var c=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTNOTE,n}return _(n,t),n}(E);n.CMDP_SGETCONTACTNOTE=c;var S=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SGETCONTACTNOTE,n}return _(n,t),n}(a);n.CMDP_SGETCONTACTNOTE_RESPONSE=S},3015:(t,n)=>{Object.defineProperty(n,"__esModule",{value:!0})},8931:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SINIT_RESPONSE=n.CMDP_SINIT=n.CMDP_INIT_RESPONSE=n.CMDP_INIT=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_INIT};n.CMDP_INIT=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_INIT_RESPONSE=s;var E=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SINIT,n}return _(n,t),n}(r);n.CMDP_SINIT=E;var a=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SINIT,n}return _(n,t),n}(s);n.CMDP_SINIT_RESPONSE=a},7173:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SDEVICESTATUS_RESPONSE=n.CMDP_SDEVICESTATUS=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SDEVICESTATUS};n.CMDP_SDEVICESTATUS=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SDEVICESTATUS_RESPONSE=s},7291:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_UPDATE_CHAT=n.CMDP_SET_DISCOUNT_RESPONSE=n.CMDP_SET_DISCOUNT=n.CMDP_SQUERY_DISCOUNT_RESPONSE=n.CMDP_SQUERY_DISCOUNT=n.CMDC_QUERYANSWERED=n.CMDP_QUERYUSER_RESPONSE=n.CMDP_QUERYUSER=n.CMDC_QUERYUSER=n.QueryUserKeyEnum=n.CMDP_SQUERY_FORMAT_RESPONSE=n.CMDP_SQUERY_FORMAT=n.CMDP_STOPLOOPBACK9_RESPONSE=n.CMDP_STOPLOOPBACK9=n.CMDP_STARTLOOPBACK9_RESPONSE=n.CMDP_STARTLOOPBACK9=n.CMDP_STOPBANDWIDTHTEST_RESPONSE=n.CMDP_STOPBANDWIDTHTEST=n.CMDP_STARTBANDWIDTHTEST_RESPONSE=n.CMDP_STARTBANDWIDTHTEST=n.CMDP_STOP_STREAM_PREVIEW_RESPONSE=n.CMDP_STOP_STREAM_PREVIEW=n.CMDP_START_STREAM_PREVIEW_RESPONSE=n.CMDP_START_STREAM_PREVIEW=n.CMDC_CINIT=n.SChatInfo=n.ChatFlags=n.CMDP_SGETCHATHISTORY_RESPONSE=n.CMDP_SGETCHATHISTORY=n.CMDP_SGETCHATS_RESPONSE=n.CMDP_SGETCHATS=n.CMDP_FSK16=n.CMDP_KICK_RESPONSE=n.CMDP_KICK=n.CMDP_TRACERT_REPLY_RESPONSE=n.CMDP_TRACERT_REPLY=n.CMDP_SSTATUS_RESPONSE=n.CMDP_SSTATUS=n.CMDP_STOPSEND_RESPONSE=n.CMDP_STOPSEND=n.CMDP_STARTSEND_RESPONSE=n.CMDP_STARTSEND=void 0;var i=e(117),r=e(2744),s=function(){this.action=i.ACTION.CMDP_STARTSEND};n.CMDP_STARTSEND=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_STARTSEND_RESPONSE=E;var a=function(){this.action=i.ACTION.CMDP_STOPSEND};n.CMDP_STOPSEND=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_STOPSEND_RESPONSE=C;var u=function(){this.action=i.ACTION.CMDP_SSTATUS};n.CMDP_SSTATUS=u;var c=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(u);n.CMDP_SSTATUS_RESPONSE=c;var S=function(){this.action=i.ACTION.CMDP_TRACERT_REPLY};n.CMDP_TRACERT_REPLY=S;var O=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(S);n.CMDP_TRACERT_REPLY_RESPONSE=O;var T=function(){this.action=i.ACTION.CMDP_KICK};n.CMDP_KICK=T;var l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(T);n.CMDP_KICK_RESPONSE=l;n.CMDP_FSK16=function(){};var h=function(){this.action=i.ACTION.CMDP_SGETCHATS};n.CMDP_SGETCHATS=h;var P=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(h);n.CMDP_SGETCHATS_RESPONSE=P;var D=function(){this.action=i.ACTION.CMDP_SGETCHATHISTORY};n.CMDP_SGETCHATHISTORY=D;var N,p=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(D);n.CMDP_SGETCHATHISTORY_RESPONSE=p,(N=n.ChatFlags||(n.ChatFlags={}))._FREE_="_FREE_",N.VOYEUR="VOYEUR",N.CAM2CAM="CAM2CAM",N.SINGLE="SINGLE",N.DISCOUNT="DISCOUNT",N.TEXT="TEXT",N.FSK16="FSK16",N.VOYEUR2S="VOYEUR2S",N.RECORD="RECORD",N.FREE="FREE",N.HASUPLPICS="HASUPLPICS",N.PREVIEW="PREVIEW",N.FSKACK="FSKACK",N.VOYSHOWN="VOYSHOWN",N.PARTY="PARTY",N.FREECHAT="FREECHAT",N.TOY="TOY",N.CONVERSION="CONVERSION",N.TESTCHAT="TESTCHAT",N.SECONDARY="SECONDARY",N.AUDIO="AUDIO",N.CONVERTED="CONVERTED",N.TIP="TIP",N.GUESTCHAT="GUESTCHAT",N.MOBILE="MOBILE",N.FLATRATE="FLATRATE";n.SChatInfo=function(){this.admin=r.EnumBooleanDigitized.FALSE,this.canBan=r.EnumBooleanDigitized.FALSE,this.canDiscount=r.EnumBooleanDigitized.FALSE,this.isPublicText=r.EnumBooleanDigitized.FALSE,this.isLobby=r.EnumBooleanDigitized.FALSE};n.CMDC_CINIT=function(){this.action=i.ACTION.CMDC_CINIT};var M=function(){this.action=i.ACTION.CMDP_START_STREAM_PREVIEW};n.CMDP_START_STREAM_PREVIEW=M;var f=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(M);n.CMDP_START_STREAM_PREVIEW_RESPONSE=f;var A=function(){this.action=i.ACTION.CMDP_STOP_STREAM_PREVIEW};n.CMDP_STOP_STREAM_PREVIEW=A;var d=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(A);n.CMDP_STOP_STREAM_PREVIEW_RESPONSE=d;var R=function(){this.action=i.ACTION.CMDP_STARTBANDWIDTHTEST};n.CMDP_STARTBANDWIDTHTEST=R;var I=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(R);n.CMDP_STARTBANDWIDTHTEST_RESPONSE=I;var v=function(){this.action=i.ACTION.CMDP_STOPBANDWIDTHTEST};n.CMDP_STOPBANDWIDTHTEST=v;var y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(v);n.CMDP_STOPBANDWIDTHTEST_RESPONSE=y;var g=function(){this.action=i.ACTION.CMDP_STARTLOOPBACK9};n.CMDP_STARTLOOPBACK9=g;var m=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(g);n.CMDP_STARTLOOPBACK9_RESPONSE=m;var L=function(){this.action=i.ACTION.CMDP_STOPLOOPBACK9};n.CMDP_STOPLOOPBACK9=L;var U=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(L);n.CMDP_STOPLOOPBACK9_RESPONSE=U;var b=function(){this.action=i.ACTION.CMDP_SQUERY_FORMAT};n.CMDP_SQUERY_FORMAT=b;var G,F=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(b);n.CMDP_SQUERY_FORMAT_RESPONSE=F,(G=n.QueryUserKeyEnum||(n.QueryUserKeyEnum={})).FSK="fsk",G.SINGLE="single",G.SINGLEC2C="singleC2C";n.CMDC_QUERYUSER=function(){this.action=i.ACTION.CMDC_QUERYUSER};var H=function(){this.action=i.ACTION.CMDP_QUERYUSER};n.CMDP_QUERYUSER=H;var w=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(H);n.CMDP_QUERYUSER_RESPONSE=w;n.CMDC_QUERYANSWERED=function(){this.action=i.ACTION.CMDC_QUERYANSWERED};var j=function(){this.action=i.ACTION.CMDP_SQUERY_DISCOUNT};n.CMDP_SQUERY_DISCOUNT=j;var Y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(j);n.CMDP_SQUERY_DISCOUNT_RESPONSE=Y;var B=function(){this.action=i.ACTION.CMDP_SET_DISCOUNT};n.CMDP_SET_DISCOUNT=B;var x=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(B);n.CMDP_SET_DISCOUNT_RESPONSE=x;n.CMDC_UPDATE_CHAT=function(){this.action=i.ACTION.CMDC_UPDATE_CHAT}},8167:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SLOGIN_RESPONSE=n.CMDP_SLOGIN=void 0;var i=e(5362),r=e(7292),s=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=r.ACTION.CMDP_SLOGIN,n}return _(n,t),n}(i.CMDP_LOGIN);n.CMDP_SLOGIN=s;var E=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=r.ACTION.CMDP_SLOGIN,n}return _(n,t),n}(i.CMDP_LOGIN_RESPONSE);n.CMDP_SLOGIN_RESPONSE=E},2596:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_GETONLINESUMMARY_RESPONSE=n.CMDP_GETONLINESUMMARY=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_GETONLINESUMMARY};n.CMDP_GETONLINESUMMARY=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_GETONLINESUMMARY_RESPONSE=s},4737:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.EnumProductLinks=void 0,(e=n.EnumProductLinks||(n.EnumProductLinks={})).CHAT_MOTTO="chatMotto",e.CHAT_SETTINGS="chatSettings",e.HELP="help",e.HELP_TOY="helpToy",e.MESSAGING="messaging",e.PICTURE_TOOL="picturePool",e.PROFILE="profile",e.PASSWORD_RESET="passwordReset",e.SERVICE0900="service0900"},5160:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_STREAMSTATE=n.EnumStreamQuality=void 0;var o,_=e(117);(o=n.EnumStreamQuality||(n.EnumStreamQuality={})).NONE="NONE",o.EXCELLENT="EXCELLENT",o.GOOD="GOOD",o.BAD="BAD";n.CMDC_STREAMSTATE=function(){this.action=_.ACTION.CMDC_STREAMSTATE}},8270:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SUPDATE_RESPONSE=n.CMDP_SUPDATE=n.EnumService0900Operation=n.EnumService0900State=void 0;var i,r,s=e(117);(r=n.EnumService0900State||(n.EnumService0900State={})).ACTIVE="active",r.INACTIVE="inactive",(i=n.EnumService0900Operation||(n.EnumService0900Operation={})).ENABLE="turnOn",i.DISABLE="turnOff";var E=function(){this.action=s.ACTION.CMDP_SUPDATE};n.CMDP_SUPDATE=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SUPDATE_RESPONSE=a},7385:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SETSETTINGS_RESPONSE=n.CMDP_SETSETTINGS=n.CMDP_GETSETTINGS_RESPONSE=n.CMDP_GETSETTINGS=n.EnumPushNotificationFilter=void 0;var i,r=e(7292);(i=n.EnumPushNotificationFilter||(n.EnumPushNotificationFilter={})).ALL="all",i.REGULAR="regular",i.NONE="none";var s=function(){this.action=r.ACTION.CMDP_SETSETTINGS};n.CMDP_GETSETTINGS=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_GETSETTINGS_RESPONSE=E;var a=function(){this.action=r.ACTION.CMDP_SETSETTINGS};n.CMDP_SETSETTINGS=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_SETSETTINGS_RESPONSE=C},1563:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_CLOSE_LOBBY_RESPONSE=n.CMDP_CLOSE_LOBBY=n.CMDP_OPEN_LOBBY_RESPONSE=n.CMDP_OPEN_LOBBY=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_OPEN_LOBBY};n.CMDP_OPEN_LOBBY=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_OPEN_LOBBY_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_CLOSE_LOBBY};n.CMDP_CLOSE_LOBBY=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_CLOSE_LOBBY_RESPONSE=a},5362:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_LOGIN_RESPONSE=n.CMDP_LOGIN=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_LOGIN};n.CMDP_LOGIN=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_LOGIN_RESPONSE=s},8210:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SLOGOUT_RESPONSE=n.CMDP_SLOGOUT=n.CMDP_LOGOUT_RESPONSE=n.CMDP_LOGOUT=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_LOGOUT};n.CMDP_LOGOUT=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_LOGOUT_RESPONSE=s;var E=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SLOGOUT,n}return _(n,t),n}(r);n.CMDP_SLOGOUT=E;var a=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDP_SLOGOUT,n}return _(n,t),n}(s);n.CMDP_SLOGOUT_RESPONSE=a},3931:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SMEDIAOFFERCREATE_PRESPONSE=n.CMDP_SMEDIAOFFERCREATE=n.CMDP_SGETPRICESMEDIA_PRESPONSE=n.CMDP_SMEDIAGETPRICES=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SMEDIAGETPRICES};n.CMDP_SMEDIAGETPRICES=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SGETPRICESMEDIA_PRESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_SMEDIAOFFERCREATE};n.CMDP_SMEDIAOFFERCREATE=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SMEDIAOFFERCREATE_PRESPONSE=a},5114:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SCLOSEMEDIAOFFER_PRESPONSE=n.CMDP_SCLOSEMEDIAOFFER=n.CMDP_SOPENMEDIAOFFER_PRESPONSE=n.CMDP_SOPENMEDIAOFFER=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SOPENMEDIAOFFER};n.CMDP_SOPENMEDIAOFFER=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SOPENMEDIAOFFER_PRESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_SCLOSEMEDIAOFFER};n.CMDP_SCLOSEMEDIAOFFER=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_SCLOSEMEDIAOFFER_PRESPONSE=a},7847:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_MEDIAPURCHASED=n.CMDP_SINFORMMEDIAPURCHASED_RESPONSE=n.CMDP_SINFORMMEDIAPURCHASED=n.CMDP_SMEDIAPURCHASE_PRESPONSE=n.CMDP_SMEDIAPURCHASE=void 0;var i=e(7292),r=e(8025),s=function(){this.action=i.ACTION.CMDP_SMEDIAPURCHASE};n.CMDP_SMEDIAPURCHASE=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_SMEDIAPURCHASE_PRESPONSE=E;var a=function(){this.action=i.ACTION.CMDP_SINFORMMEDIAPURCHASED};n.CMDP_SINFORMMEDIAPURCHASED=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_SINFORMMEDIAPURCHASED_RESPONSE=C;var u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.action=i.ACTION.CMDC_MEDIAPURCHASED,n}return _(n,t),n}(r.CMDC_CMSG);n.CMDC_MEDIAPURCHASED=u},8612:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SFORWARDMEDIA_RESPONSE=n.CMDP_SFORWARDMEDIA=n.CMDP_SGETMEDIAINFO_RESPONSE=n.CMDP_SGETMEDIAINFO=n.CMDP_SUPLOADMEDIA_RESPONSE=n.CMDP_SUPLOADMEDIA=n.UploadStep=void 0;var i,r=e(117);(i=n.UploadStep||(n.UploadStep={})).earlyreject="earlyreject",i.lateaccept="lateaccept",i.informuploaded="informuploaded",i.transcoded="transcoded",i.error="error";var s=function(){this.action=r.ACTION.CMDP_SUPLOADMEDIA};n.CMDP_SUPLOADMEDIA=s;var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(s);n.CMDP_SUPLOADMEDIA_RESPONSE=E;var a=function(){this.action=r.ACTION.CMDP_SUPLOADMEDIA};n.CMDP_SGETMEDIAINFO=a;var C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(a);n.CMDP_SGETMEDIAINFO_RESPONSE=C;var u=function(){this.action=r.ACTION.CMDP_SFORWARDMEDIA};n.CMDP_SFORWARDMEDIA=u;var c=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(u);n.CMDP_SFORWARDMEDIA_RESPONSE=c},8025:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_MSGDELETE_RESPONSE=n.CMDP_MSGDELETE=n.CMDP_MSG_RESPONSE=n.CMDP_MSG=n.CMDC_CMSG=n.EnumMessageStyle=n.EnumTicketType=n.EnumMediaState=n.EnumMediaType=n.EnumMessageDirection=n.EnumMessageType=n.EnumMessageFlagValue=n.MessageFlags=void 0;var i,r,s,E,a,C,u,c=e(117);(u=n.MessageFlags||(n.MessageFlags={}))[u.canDeleted=0]="canDeleted",u[u.isDeleted=1]="isDeleted",(C=n.EnumMessageFlagValue||(n.EnumMessageFlagValue={})).NO="0",C.YES="1",(a=n.EnumMessageType||(n.EnumMessageType={})).MAIL="mail",a.CHAT="chat",a.MESSENGER="msn",a.SYSTEM="sys",(E=n.EnumMessageDirection||(n.EnumMessageDirection={})).IN="in",E.OUT="out",(s=n.EnumMediaType||(n.EnumMediaType={})).BITMAP="Bitmap",s.AUDIO="Audio",s.VIDEO="Video",s.TICKET="Ticket",(r=n.EnumMediaState||(n.EnumMediaState={})).OK="ok",r.TRANSCODING="transcode",r.ERROR="error",(n.EnumTicketType||(n.EnumTicketType={})).SingleC2C="singleC2C",(i=n.EnumMessageStyle||(n.EnumMessageStyle={})).GUEST="g",i.SYSTEM="s",i.INFO="info",i.WARN="warn",i.ERROR="error",i.INFO_HIGHLIGHT="InfoHighlight";n.CMDC_CMSG=function(){this.action=c.ACTION.CMDC_CMSG};var S=function(){this.action=c.ACTION.CMDP_MSG};n.CMDP_MSG=S;var O=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(S);n.CMDP_MSG_RESPONSE=O;var T=function(){this.action=c.ACTION.CMDP_MSGDELETE};n.CMDP_MSGDELETE=T;var l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(T);n.CMDP_MSGDELETE_RESPONSE=l},8431:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SETEXPOTOKEN_RESPONSE=n.CMDP_SETEXPOTOKEN=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SETEXPOTOKEN};n.CMDP_SETEXPOTOKEN=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SETEXPOTOKEN_RESPONSE=s},7414:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_RESETPASSWORD_RESPONSE=n.CMDP_RESETPASSWORD=n.CMDP_SIGNUP_RESPONSE=n.CMDP_SIGNUP=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_SIGNUP};n.CMDP_SIGNUP=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SIGNUP_RESPONSE=s;n.CMDP_RESETPASSWORD=function(){this.action=i.ACTION.CMDP_RESETPASSWORD};var E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_RESETPASSWORD_RESPONSE=E},2579:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_NOOP_RESPONSE=n.CMDP_NOOP=void 0;var i=e(117),r=function(){this.action=i.ACTION.CMDP_NOOP};n.CMDP_NOOP=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_NOOP_RESPONSE=s},8799:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_GETONLINESTATES_RESPONSE=n.CMDP_GETONLINESTATES=n.CMDP_GETONLINESTATE_RESPONSE=n.CMDP_GETONLINESTATE=n.CMDC_ONLINESTATE=void 0;var i=e(117);n.CMDC_ONLINESTATE=function(){this.action=i.ACTION.CMDC_ONLINESTATE};var r=function(){this.action=i.ACTION.CMDP_GETONLINESTATE};n.CMDP_GETONLINESTATE=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_GETONLINESTATE_RESPONSE=s;var E=function(){this.action=i.ACTION.CMDP_GETONLINESTATES};n.CMDP_GETONLINESTATES=E;var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(E);n.CMDP_GETONLINESTATES_RESPONSE=a},8262:(t,n)=>{var e,o,_,i;Object.defineProperty(n,"__esModule",{value:!0}),n.InfoWizard=n.SessionFlag=n.EnumFsk=n.EnumSetTp=void 0,(i=n.EnumSetTp||(n.EnumSetTp={})).OFFLINE="0",i.ONLINE="1",i.GOING_ONLINE="2",(_=n.EnumFsk||(n.EnumFsk={})).SIXTEEN="16",_.EIGHTEEN="18",(o=n.SessionFlag||(n.SessionFlag={})).MASTER="MASTER",o.B2B="B2B",o.FSK16="FSK16",o.FSK18="FSK18",o.BLOCKFSK16="BLOCKFSK16",o.FSKMASK="FSKMASK",o.JWT="JWT",o.MSN="MSN",o.SHARED="SHARED",o.ADMIN="ADMIN",o.HASFSK18CHAT="HASFSK18CHAT",o.WEBCAMAVS="WEBCAMAVS",o.FREEMODE="FREEMODE",o.PARTYMODE="PARTYMODE",o.BBS24="BBS24",o.LOBBY_OPENED="LOBBY_OPENED",(e=n.InfoWizard||(n.InfoWizard={})).FIRSTTIME="FIRST_TIME",e.CONTENTSELL="CONTENT_SELL"},1364:function(t,n,e){var o,_=this&&this.__extends||(o=function(t,n){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},o(t,n)},function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)});Object.defineProperty(n,"__esModule",{value:!0}),n.CMDP_SQUERYSTARTSINGLEC2C_RESPONSE=n.CMDP_SQUERYSTARTSINGLEC2C=void 0;var i=e(7292),r=function(){this.action=i.ACTION.CMDP_SQUERYSTARTSINGLEC2C};n.CMDP_SQUERYSTARTSINGLEC2C=r;var s=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return _(n,t),n}(r);n.CMDP_SQUERYSTARTSINGLEC2C_RESPONSE=s},9710:(t,n)=>{var e;Object.defineProperty(n,"__esModule",{value:!0}),n.SystemMessageKey=void 0,(e=n.SystemMessageKey||(n.SystemMessageKey={})).bonusCodeRedemption="bonusCodeRedemption",e.g_chat_auto_charged="g_chat_auto_charged",e.g_chat_host_micro_off="g_chat_host_micro_off",e.g_chat_host_micro_on="g_chat_host_micro_on",e.g_discount_client="g_discount_client",e.g_discount_client_once="g_discount_client_once",e.g_single_not_started="g_single_not_started",e.g_single_rejected="g_single_rejected",e.g_single_started="g_single_started",e.g_video_cancel="g_video_cancel",e.g_video_delayed="g_video_delayed",e.g_video_delerror="g_video_delerror",e.h_chat_admin_start="h_chat_admin_start",e.h_chat_admin_stop="h_chat_admin_stop",e.h_chat_audio_start="h_chat_audio_start",e.h_chat_ban_failed="h_chat_ban_failed",e.h_chat_ban_ok="h_chat_ban_ok",e.h_chat_button_yes_close="h_chat_button_yes_close",e.h_chat_cam2cam_running="h_chat_cam2cam_running",e.h_chat_cam2cam_start="h_chat_cam2cam_start",e.h_chat_cam2cam_stop="h_chat_cam2cam_stop",e.h_chat_category_from="h_chat_category_from",e.h_chat_client_software="h_chat_client_software",e.h_chat_conversion_info_has_top_up="h_chat_conversion_info_has_top_up",e.h_chat_conversion_info_no_top_up="h_chat_conversion_info_no_top_up",e.h_chat_conversion_start="h_chat_conversion_start",e.h_chat_duration="h_chat_duration",e.h_chat_free_mode_converted="h_chat_free_mode_converted",e.h_chat_freeuserconv="h_chat_freeuserconv",e.h_chat_fsk_attention="h_chat_fsk_attention",e.h_chat_fsk_denied="h_chat_fsk_denied",e.h_chat_fsk_text_warn="h_chat_fsk_text_warn",e.h_chat_guest_mobile="h_chat_guest_mobile",e.h_chat_guest_sound_off="h_chat_guest_sound_off",e.h_chat_guest_sound_on="h_chat_guest_sound_on",e.h_chat_guest_visit="h_chat_guest_visit",e.h_chat_guest_visit_first="h_chat_guest_visit_first",e.h_chat_info_about="h_chat_info_about",e.h_chat_kicked="h_chat_kicked",e.h_chat_lovense_not_available="h_chat_lovense_not_available",e.h_chat_no_history="h_chat_no_history",e.h_chat_not_visitx_guest="h_chat_not_visitx_guest",e.h_chat_note_caption="h_chat_note_caption",e.h_chat_note_create="h_chat_note_create",e.h_chat_note_edit="h_chat_note_edit",e.h_chat_note_not_available="h_chat_note_not_available",e.h_chat_party_mode_converted="h_chat_party_mode_converted",e.h_chat_paused_4107="h_chat_paused_4107",e.h_chat_please_micro_on="h_chat_please_micro_on",e.h_chat_preview_start="h_chat_preview_start",e.h_chat_preview_stop="h_chat_preview_stop",e.h_chat_pseudo_user="h_chat_pseudo_user",e.h_chat_quest_voyeur_shown="h_chat_quest_voyeur_shown",e.h_chat_quest_voyeur_start="h_chat_quest_voyeur_start",e.h_chat_rectuited_guest="h_chat_rectuited_guest",e.h_chat_single_available="h_chat_single_available",e.h_chat_single_not_available="h_chat_single_not_available",e.h_chat_single_running="h_chat_single_running",e.h_chat_stop="h_chat_stop",e.h_chat_stop_guest_error="h_chat_stop_guest_error",e.h_chat_test_chat="h_chat_test_chat",e.h_chat_text_chat_goal_video="h_chat_text_chat_goal_video",e.h_chat_text_muted="h_chat_text_muted",e.h_chat_text_start="h_chat_text_start",e.h_chat_text_to_video="h_chat_text_to_video",e.h_chat_text_unmuted="h_chat_text_unmuted",e.h_chat_tip="h_chat_tip",e.h_chat_url_blocked="h_chat_url_blocked",e.h_chat_userisnovip="h_chat_userisnovip",e.h_chat_userisvip="h_chat_userisvip",e.h_chat_video_start="h_chat_video_start",e.h_chat_video_start_voyeur="h_chat_video_start_voyeur",e.h_chat_voyer2single_video_disabled="h_chat_voyer2single_video_disabled",e.h_chat_voyeur2single="h_chat_voyeur2single",e.h_chat_voyeur2single_off="h_chat_voyeur2single_off",e.h_chat_voyeur2single_video_audio_warn="h_chat_voyeur2single_video_audio_warn",e.h_chat_voyeur2single_video_warn="h_chat_voyeur2single_video_warn",e.h_chat_voyeur_shown="h_chat_voyeur_shown",e.h_chat_voyuer="h_chat_voyuer",e.h_chat_voyuer_shown="h_chat_voyuer_shown",e.h_discount_available="h_discount_available",e.h_discount_current="h_discount_current",e.h_discount_invalid="h_discount_invalid",e.h_discount_not_available="h_discount_not_available",e.h_discount_set_ok="h_discount_set_ok",e.h_discount_setforinfo="h_discount_setforinfo",e.h_error_video_send_failed="h_error_video_send_failed",e.h_instant_start="h_instant_start",e.h_instant_stop="h_instant_stop",e.h_media_audio_error="h_media_audio_error",e.h_media_audio_informuploaded="h_media_audio_informuploaded",e.h_media_bitmap_error="h_media_bitmap_error",e.h_media_video_error="h_media_video_error",e.h_media_video_informuploaded="h_media_video_informuploaded",e.h_session_appear_offline="h_session_appear_offline",e.h_session_audio_device_error="h_session_audio_device_error",e.h_session_audio_device_frozen="h_session_audio_device_frozen",e.h_session_audio_loudness_ok="h_session_audio_loudness_ok",e.h_session_audio_no_loudness="h_session_audio_no_loudness",e.h_session_audio_off="h_session_audio_off",e.h_session_audio_on="h_session_audio_on",e.h_session_button_cancel="h_session_button_cancel",e.h_session_button_no="h_session_button_no",e.h_session_button_yes="h_session_button_yes",e.h_session_cpu_overload="h_session_cpu_overload",e.h_session_error="h_session_error",e.h_session_free_mode_off="h_session_free_mode_off",e.h_session_free_mode_on="h_session_free_mode_on",e.h_session_fsk_mixed_profile="h_session_fsk_mixed_profile",e.h_session_livepreview_off="h_session_livepreview_off",e.h_session_livepreview_on="h_session_livepreview_on",e.h_session_mixed_profile_auto_off="h_session_mixed_profile_auto_off",e.h_session_mixed_profile_no="h_session_mixed_profile_no",e.h_session_mixed_profile_not_available="h_session_mixed_profile_not_available",e.h_session_mixed_profile_off="h_session_mixed_profile_off",e.h_session_mixed_profile_on="h_session_mixed_profile_on",e.h_session_mixed_profile_reminder="h_session_mixed_profile_reminder",e.h_session_no_video_allowed="h_session_no_video_allowed",e.h_session_offline="h_session_offline",e.h_session_offline_title="h_session_offline_title",e.h_session_old_ssw="h_session_old_ssw",e.h_session_online="h_session_online",e.h_session_online_today="h_session_online_today",e.h_session_party_mode_off="h_session_party_mode_off",e.h_session_party_mode_on="h_session_party_mode_on",e.h_session_preview_picture_missed="h_session_preview_picture_missed",e.h_session_preview_picture_upload="h_session_preview_picture_upload",e.h_session_service0900state_turnoff="h_session_service0900state_turnoff",e.h_session_service0900state_turnon="h_session_service0900state_turnon",e.h_session_stream_not_found="h_session_stream_not_found",e.h_session_stream_restart="h_session_stream_restart",e.h_session_stream_wait="h_session_stream_wait",e.h_session_toy_start="h_session_toy_start",e.h_session_toy_stop="h_session_toy_stop",e.h_session_user_locked="h_session_user_locked",e.h_session_video_device_error="h_session_video_device_error",e.h_session_video_device_frozen="h_session_video_device_frozen",e.h_single_error="h_single_error",e.h_single_init_failed="h_single_init_failed",e.h_single_init_ok="h_single_init_ok",e.h_single_not_available="h_single_not_available",e.h_single_query="h_single_query",e.h_single_rejected="h_single_rejected",e.h_single_request_90s="h_single_request_90s",e.h_single_started="h_single_started",e.h_single_timeout="h_single_timeout",e.h_video_cancel="h_video_cancel",e.h_video_delayed="h_video_delayed",e.h_video_reconnect="h_video_reconnect",e.h_vcall_code="h_vcall_code",e.h_session_media_purchased="h_session_media_purchased",e.h_media_bitmap_purchased="h_media_bitmap_purchased",e.h_media_video_purchased="h_media_video_purchased",e.h_media_audio_purchased="h_media_audio_purchased"},5394:(t,n,e)=>{Object.defineProperty(n,"__esModule",{value:!0}),n.CMDC_UPDATE=void 0;var o=e(117);n.CMDC_UPDATE=function(){this.action=o.ACTION.CMDC_UPDATE}},1994:n=>{n.exports=t}},e={};return function t(o){var _=e[o];if(void 0!==_)return _.exports;var i=e[o]={exports:{}};return n[o].call(i.exports,i,i.exports,t),i.exports}(4268)})()}));
2
2
  //# sourceMappingURL=cmd-control-client-lib.js.map