@zoom/cobrowsesdk 2.10.0 → 2.12.0

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 +1 @@
1
- var e='function _toArray(e){return _arrayWithHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableRest()}function ownKeys(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(o),!0).forEach((function(t){_defineProperty(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ownKeys(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function _wrapNativeSuper(e){var t="function"==typeof Map?new Map:void 0;return _wrapNativeSuper=function(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,o)}function o(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(o,e)},_wrapNativeSuper(e)}function _construct(e,t,o){if(_isNativeReflectConstruct())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return o&&_setPrototypeOf(a,o.prototype),a}function _isNativeFunction(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}function _get(){return _get="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,o){var n=_superPropBase(e,t);if(n){var a=Object.getOwnPropertyDescriptor(n,t);return a.get?a.get.call(arguments.length<3?e:o):a.value}},_get.apply(null,arguments)}function _superPropBase(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=_getPrototypeOf(e)););return e}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var o,n=_getPrototypeOf(e);if(t){var a=_getPrototypeOf(this).constructor;o=Reflect.construct(n,arguments,a)}else o=n.apply(this,arguments);return _possibleConstructorReturn(this,o)}}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn\'t been initialised - super() hasn\'t been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,_toPropertyKey(n.key),n)}}function _createClass(e,t,o){return t&&_defineProperties(e.prototype,t),o&&_defineProperties(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _createForOfIteratorHelper(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,r=!0,s=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return r=e.done,e},e:function(e){s=!0,i=e},f:function(){try{r||null==o.return||o.return()}finally{if(s)throw i}}}}function _regeneratorRuntime(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */_regeneratorRuntime=function(){return t};var e,t={},o=Object.prototype,n=o.hasOwnProperty,a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",r=a.asyncIterator||"@@asyncIterator",s=a.toStringTag||"@@toStringTag";function c(e,t,o,n){return Object.defineProperty(e,t,{value:o,enumerable:!n,configurable:!n,writable:!n})}try{c({},"")}catch(e){c=function(e,t,o){return e[t]=o}}function u(t,o,n,a){var i=o&&o.prototype instanceof d?o:d,r=Object.create(i.prototype);return c(r,"_invoke",function(t,o,n){var a=1;return function(i,r){if(3===a)throw Error("Generator is already running");if(4===a){if("throw"===i)throw r;return{value:e,done:!0}}for(n.method=i,n.arg=r;;){var s=n.delegate;if(s){var c=b(s,n);if(c){if(c===p)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(1===a)throw a=4,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a=3;var u=l(t,o,n);if("normal"===u.type){if(a=n.done?4:2,u.arg===p)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(a=4,n.method="throw",n.arg=u.arg)}}}(t,n,new S(a||[])),!0),r}function l(e,t,o){try{return{type:"normal",arg:e.call(t,o)}}catch(e){return{type:"throw",arg:e}}}t.wrap=u;var p={};function d(){}function h(){}function m(){}var g={};c(g,i,(function(){return this}));var f=Object.getPrototypeOf,v=f&&f(f(T([])));v&&v!==o&&n.call(v,i)&&(g=v);var y=m.prototype=d.prototype=Object.create(g);function k(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function _(e,t){function o(a,i,r,s){var c=l(e[a],e,i);if("throw"!==c.type){var u=c.arg,p=u.value;return p&&"object"==_typeof(p)&&n.call(p,"__await")?t.resolve(p.__await).then((function(e){o("next",e,r,s)}),(function(e){o("throw",e,r,s)})):t.resolve(p).then((function(e){u.value=e,r(u)}),(function(e){return o("throw",e,r,s)}))}s(c.arg)}var a;c(this,"_invoke",(function(e,n){function i(){return new t((function(t,a){o(e,n,t,a)}))}return a=a?a.then(i,i):i()}),!0)}function b(t,o){var n=o.method,a=t.i[n];if(a===e)return o.delegate=null,"throw"===n&&t.i.return&&(o.method="return",o.arg=e,b(t,o),"throw"===o.method)||"return"!==n&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a \'"+n+"\' method")),p;var i=l(a,t.i,o.arg);if("throw"===i.type)return o.method="throw",o.arg=i.arg,o.delegate=null,p;var r=i.arg;return r?r.done?(o[t.r]=r.value,o.next=t.n,"return"!==o.method&&(o.method="next",o.arg=e),o.delegate=null,p):r:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,p)}function E(e){this.tryEntries.push(e)}function w(t){var o=t[4]||{};o.type="normal",o.arg=e,t[4]=o}function S(e){this.tryEntries=[[-1]],e.forEach(E,this),this.reset(!0)}function T(t){if(null!=t){var o=t[i];if(o)return o.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var a=-1,r=function o(){for(;++a<t.length;)if(n.call(t,a))return o.value=t[a],o.done=!1,o;return o.value=e,o.done=!0,o};return r.next=r}}throw new TypeError(_typeof(t)+" is not iterable")}return h.prototype=m,c(y,"constructor",m),c(m,"constructor",h),h.displayName=c(m,s,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,c(e,s,"GeneratorFunction")),e.prototype=Object.create(y),e},t.awrap=function(e){return{__await:e}},k(_.prototype),c(_.prototype,r,(function(){return this})),t.AsyncIterator=_,t.async=function(e,o,n,a,i){void 0===i&&(i=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise);var r=new _(u(e,o,n,a),i);return t.isGeneratorFunction(o)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},k(y),c(y,s,"Generator"),c(y,i,(function(){return this})),c(y,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),o=[];for(var n in t)o.unshift(n);return function e(){for(;o.length;)if((n=o.pop())in t)return e.value=n,e.done=!1,e;return e.done=!0,e}},t.values=T,S.prototype={constructor:S,reset:function(t){if(this.prev=this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(w),!t)for(var o in this)"t"===o.charAt(0)&&n.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0][4];if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var o=this;function n(e){r.type="throw",r.arg=t,o.next=e}for(var a=o.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a],r=i[4],s=this.prev,c=i[1],u=i[2];if(-1===i[0])return n("end"),!1;if(!c&&!u)throw Error("try statement without catch or finally");if(null!=i[0]&&i[0]<=s){if(s<c)return this.method="next",this.arg=e,n(c),!0;if(s<u)return n(u),!1}}},abrupt:function(e,t){for(var o=this.tryEntries.length-1;o>=0;--o){var n=this.tryEntries[o];if(n[0]>-1&&n[0]<=this.prev&&this.prev<n[2]){var a=n;break}}a&&("break"===e||"continue"===e)&&a[0]<=t&&t<=a[2]&&(a=null);var i=a?a[4]:{};return i.type=e,i.arg=t,a?(this.method="next",this.next=a[2],p):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o[2]===e)return this.complete(o[4],o[3]),w(o),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o[0]===e){var n=o[4];if("throw"===n.type){var a=n.arg;w(o)}return a}}throw Error("illegal catch attempt")},delegateYield:function(t,o,n){return this.delegate={i:T(t),r:o,n:n},"next"===this.method&&(this.arg=e),p}},t}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=Array(t);o<t;o++)n[o]=e[o];return n}function _iterableToArrayLimit(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,a,i,r,s=[],c=!0,u=!1;try{if(i=(o=o.call(e)).next,0===t){if(Object(o)!==o)return;c=!1}else for(;!(c=(n=i.call(o)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){u=!0,a=e}finally{try{if(!c&&null!=o.return&&(r=o.return(),Object(r)!==r))return}finally{if(u)throw a}}return s}}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _defineProperty(e,t,o){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}"undefined"==typeof globalThis&&(window.globalThis=window),void 0===globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__&&(globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__=globalThis,console.warn("[GLOBAL-PROTECT] __$ZCB_GLOBAL_PURE_WINDOW$__ is not defined and is assigned to globalThis. Please check if the iframe is loaded. Protection may not work as expected.")),globalThis.__$ZCB_GLOBAL_CACHE$__&&"function"==typeof globalThis.__$ZCB_GLOBAL_CACHE$__.$update?globalThis.__$ZCB_GLOBAL_CACHE$__.$update({Promise:globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__.Promise}):globalThis.__$ZCB_GLOBAL_CACHE$__=function(){var e,t={Promise:globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__.Promise},o=!1;function n(e,t,n){Object.defineProperty(e,t,{get:function(){return n},set:function(e){o?n=e:console.warn("[GLOBAL-PROTECT] Direct modification of __$GLOBAL_CACHE$__ is not allowed. Use __$GLOBAL_CACHE$__.$update() instead.")},enumerable:!0,configurable:!1})}if("function"!=typeof Proxy){e={};for(const o in t)t.hasOwnProperty(o)&&n(e,o,t[o])}else e=new Proxy(t,{set:function(e,t,n,a){return o||"$update"===t?(e[t]=n,!0):(console.warn("[GLOBAL-PROTECT] Direct modification of __$GLOBAL_CACHE$__ is not allowed. Use __$GLOBAL_CACHE$__.$update() instead."),!1)},get:function(e,t,o){return e[t]},deleteProperty:function(e,t){return console.warn("[GLOBAL-PROTECT] Deletion of __$GLOBAL_CACHE$__ properties is not allowed."),!1}});return Object.defineProperty(e,"$update",{value:function(e){if("object"!=typeof e||null===e)throw new Error("[GLOBAL-PROTECT] $update() expects an object with key-value pairs: $update({key1: value1, key2: value2})");o=!0;try{for(const[t,o]of Object.entries(e))this[t]=o}finally{o=!1}},writable:!1,enumerable:!1,configurable:!1}),e}();var ZCBCoChannel=function(e,t,o,n,a,i){"use strict";function r(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(o[n[a]]=e[n[a]])}return o}function s(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(a,i){function r(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}c((n=n.apply(e,t||[])).next())}))}var c,u,l="evt";!function(e){e.USER_ROSTER="msg_user_roster",e.ROOM_ROSTER="msg_room_roster",e.DYNAMIC_FEATURE_CHANGE="msg_dynamic_feature_change",e.SESSION_CLOSED="msg_session_closed",e.SESSION_STARTED="msg_session_started",e.SESSION_PERSISTED="msg_session_persisted",e.ERROR="msg_error",e.SESSION_CONNECTING="msg_session_connecting",e.SESSION_RECONNECTING="msg_session_reconnecting",e.RECORD_APPROVE_REQUEST="msg_record_approve_request",e.START_RECORD_RESPONSE="msg_record_started_response",e.STOP_RECORD_RESPONSE="msg_record_stopped_response",e.PAUSE_RECORD_RESPONSE="msg_record_paused_response",e.RESUME_RECORD_RESPONSE="msg_record_resumed_response",e.SOCKET_OPEN="msg_socket_open",e.RECORD_APPROVE_RESPONSE="msg_record_approve_response",e.USER_BE_HOLD_STATUS_CHANGE="msg_user_be_hold_status_change",e.REMOTE_CONTROL_REQUEST="msg_remote_control_request",e.REMOTE_CONTROL_RESPONSE="msg_remote_control_response",e.REMOTE_CONTROL_GIVE_UP="msg_remote_control_give_up",e.REMOTE_CONTROL_TAKE_BACK="msg_remote_control_take_back",e.REMOTE_CONTROL_REJECT="msg_remote_control_reject",e.REMOTE_CONTROL_CANCEL="msg_remote_control_cancel",e.LEADER_PAGE_VISIBILITY="msg_leader_page_visibility"}(c||(c={})),function(e){e.SESSION_STARTED="session_started",e.SESSION_INITED="session_inited",e.SESSION_PAUSED="session_paused",e.SESSION_RESUMED="session_resumed",e.SESSION_ENDED="session_ended",e.SESSION_LEFT="session_left",e.SESSION_CANCELING="session_canceling",e.SESSION_CONNECTING="session_connecting",e.SESSION_RECONNECTING="session_reconnecting",e.SESSION_PERSISTING="session_persisting",e.PARTICIPANT_CHANGED="participant_changed",e.AGENT_JOINED="agent_joined",e.AGENT_LEFT="agent_left",e.AGENT_DISCONNECTED="agent_disconnected",e.CUSTOMER_JOINED="customer_joined",e.CUSTOMER_LEFT="customer_left",e.CUSTOMER_DISCONNECTED="customer_disconnected",e.SESSION_ERROR="session_error",e.REMOTE_CONTROL_STATUS="remote_control_status",e.REMOTE_CONTROL_REQUEST="remote_control_request",e.REMOTE_CONTROL_RESPONSE="remote_control_response",e.REMOTE_CONTROL_GIVE_UP="remote_control_give_up",e.REMOTE_CONTROL_TAKE_BACK="remote_control_take_back",e.REMOTE_CONTROL_REJECT="remote_control_reject",e.REMOTE_CONTROL_CANCEL="remote_control_cancel",e.REMOTE_ASSIST_REQUESTED="remote_assist_requested",e.REMOTE_ASSIST_CANCELLED="remote_assist_cancelled",e.REMOTE_ASSIST_ACCEPTED="remote_assist_accepted",e.REMOTE_ASSIST_REJECTED="remote_assist_rejected",e.REMOTE_ASSIST_STARTED="remote_assist_started",e.REMOTE_ASSIST_STOPPED="remote_assist_stopped",e.PINCODE_UPDATED="pincode_updated",e.RECORD_STARTED="record_started",e.RECORD_STOPPED="record_stopped",e.RECORD_PAUSED="record_paused",e.RECORD_RESUMED="record_resumed",e.ORIGIN_UPDATED="origin_updated",e.START_REPLAY="start_replay",e.CURRENT_USER_TRANSFER="current_user_transfer",e.CUSTOMER_FOCUS_LOST="customer_focus_lost",e.CUSTOMER_TRANSFERRED="customer_transferred"}(u||(u={}));var p,d,h,m,g,f,v,y,k="_room_session",_="_room_token",b="_room_token_save_time",E="_room_session_pin_code",w="$$_ZCB_SESSION_$$";!function(e){e.COM_DESK="com-desk",e.COM_VIEWER="com-viewer",e.COM_BYOP_DESK="com_byop_desk"}(p||(p={})),function(e){e[e.Normal=0]="Normal",e[e.AgentReconnectFailed=1]="AgentReconnectFailed",e[e.CustomerReconnectFailed=2]="CustomerReconnectFailed",e[e.CustomerEnded=3]="CustomerEnded"}(d||(d={})),function(e){e[e.Voice=1]="Voice",e[e.Chat=2]="Chat",e[e.VideoInbound=3]="VideoInbound",e[e.VideoOutbound=4]="VideoOutbound"}(h||(h={})),function(e){e.tabFollowingWaitTransferringCustomer="tabFollowingWaitTransferringCustomer",e.tabFollowingTransferringFailedCustomer="tabFollowingTransferringFailedCustomer",e.tabFollowingTransferringFailedAgent="tabFollowingTransferringFailedAgent"}(m||(m={})),function(e){e.NOT_CREATED="session_not_created",e.RECOVERABLE="session_recoverable",e.STARTED="session_started",e.CONNECT_FAILED="connect_failed",e.CONNECTING="session_connecting",e.CANCELING="session_canceling",e.RECONNECTING="session_reconnecting",e.CAN_PERSIST="session_can_persist",e.PERSISTING="session_persisting"}(g||(g={})),function(e){e.UNKNOWN="unknown"}(f||(f={})),function(e){e.UNKNOWN="unknown",e.NO_ROOT_DOM="no_root_dom"}(v||(v={})),function(e){e.START="START",e.JOIN="JOIN",e.AUTO="AUTO",e.PERSIST="persist"}(y||(y={}));var S,T,C,R,j,O,I,A,N,D,L,P,z,M;!function(e){e.zcc="zcc",e.common="common"}(S||(S={})),function(e){e[e.NoAction=0]="NoAction",e[e.Accept=1]="Accept",e[e.Decline=2]="Decline",e[e.Leave=3]="Leave"}(T||(T={})),function(e){e[e.END_ROOM=41e3]="END_ROOM",e[e.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",e[e.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",e[e.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",e[e.END_DEACTIVE_ROOM=10001]="END_DEACTIVE_ROOM"}(C||(C={})),function(e){e.END_SESSION="end_session",e.DEACTIVE_SESSION="deactive_session",e.CANCEL_SESSION="cancel_session"}(R||(R={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},C.END_ROOM,R.END_SESSION),C.DESTROY_DEACTIVE_ROOM,R.DEACTIVE_SESSION),C.DESTROY_SLEEP_ROOM,R.DEACTIVE_SESSION),C.END_DEACTIVE_ROOM,R.DEACTIVE_SESSION),C.DESTROY_NO_VALID_OPERATION_ROOM,R.DEACTIVE_SESSION),function(e){e[e.LEAVE_ROOM=4e4]="LEAVE_ROOM",e[e.DISCONNECTED=40001]="DISCONNECTED"}(j||(j={})),function(e){e.LEAVE_SESSION="leave_session",e.DISCONNECT_SESSION="disconnect_session"}(O||(O={})),_defineProperty(_defineProperty({},j.LEAVE_ROOM,O.LEAVE_SESSION),j.DISCONNECTED,O.DISCONNECT_SESSION),function(e){e.CUSTOMER_END_COBROWSE="Customer has left the Cobrowse session.",e.AGENT_END_COBROWSE="Agent has left the Cobrowse session.",e.END_COBROWSE_CC="THE_COBROWSE_SESSION_HAS_BEEN_ENDED",e.CUSTOMER_TRANSFERRED="The session has been transferred to this page."}(I||(I={})),function(e){e[e.DEFAULT=0]="DEFAULT",e[e.CC_UI_SESSION_END=1]="CC_UI_SESSION_END"}(A||(A={})),function(e){e.RECONNECTING_SESSION="Reconnecting Cobrowse session. Please wait....",e.CONNECTING_SESSION="Joining Cobrowse session...",e.UNABLE_JOIN_SESSION_TITLE="Unable to join the Cobrowse session",e.FAILED_RECONNECT_SESSION_TITLE="Failed to reconnect to the Cobrowse session",e.FAILED_RECONNECT_SESSION_CONTENT="The Cobrowse session has ended automatically due to failed reconnection. Please check your network connection and restart the session.",e.ENDED_RECONNECT_SESSION_TITLE="Cobrowse session has ended",e.RECONNECTING_SESSION_CC="RECONNECTING_COBROWSE",e.CONNECTING_SESSION_CC="JOINING_COBROWSE_SESSION",e.UNABLE_JOIN_SESSION_TITLE_CC="UNABLE_JOIN_SESSION_TITLE",e.FAILED_RECONNECT_SESSION_TITLE_CC="FAILED_RECONNECT_SESSION_TITLE",e.FAILED_RECONNECT_SESSION_CONTENT_CC="FAILED_RECONNECT_SESSION_CONTENT",e.ENDED_RECONNECT_SESSION_TITLE_CC="ENDED_RECONNECT_SESSION_TITLE",e.TRANSFER_FAILED_ERROR_TITLE="Failed to transfer to new tab"}(N||(N={})),function(e){e.TRANSFER_FAILED_ERROR_TIPS="Failed to transfer to new tab,Please return to the previous tab and have a try again."}(D||(D={})),function(e){e.RECONNECTING_SESSION="Reconnecting Cobrowse session...",e.CONNECTING_SESSION="Connecting to Cobrowse session...",e.GIVE_CONSUMER_CODE="Give the pairing code to your consumer to join:",e.COBROWSE_PIN_CODE="Cobrowse code",e.COBROWSE_PIN_CODE_TIPS="Please inform the following pin code to your support agent, your agent and you will browse this page together.",e.COBROWSE_PIN_CODE_TIPS_MOBILE="Please give this code to your agent.",e.GIVE_CONSUMER_CODE_CC="GIVE_CONSUMER_CODE",e.COBROWSE_PIN_CODE_ERROR_TITLE="Unable to generate pin code",e.COBROWSE_PIN_CODE_ERROR_TIPS="Unable to generate pin code. Please try again later."}(L||(L={})),function(e){e.WAIT_CONSUMER="WAIT_CONSUMER"}(P||(P={})),function(e){e.SESSION_TIMER="SESSION_TIMER",e.AUTO_END_SESSION="AUTO_END_SESSION",e.RECONNECTING_SESSION_CC="RECONNECTING_COBROWSE",e.CONNECTING_SESSION_CC="CONNECTING_TO_COBROWSE_SESSION",e.CAN_NOT_RECEIVE_INVITE_SESSION_CC="CAN_NOT_RECEIVE_INVITE_SESSION",e.JOIN_WITH_PAIRING_CODE="JOIN_WITH_PAIRING_CODE"}(z||(z={})),function(e){e.Cookies="cookie",e.LocalStorage="localStorage",e.SessionStorage="sessionStorage",e.All="all"}(M||(M={}));var x,F,B,U="/sdkapi/zcb/frame-templates/desk",V="/sdkapi/zcb/frame-templates/viewer";!function(e){e.CustomerFloatingToolbar="customerFloatingToolbar",e.CustomerFloatingToolbarIcon="customerFloatingToolbarIcon",e.CustomerFloatingToolbarText="customerFloatingToolbarText",e.CustomerFloatingToolbarButton="customerFloatingToolbarButton",e.CustomerFloatingToolbarButtonPrefixIcon="customerFloatingToolbarButtonPrefixIcon",e.CustomerScreenBorder="customerScreenBorder",e.CustomerAnnotationToolbarMouseButton="customerAnnotationToolbarMouseButton",e.CustomerAnnotationToolbarVanishingPenButton="customerAnnotationToolbarVanishingPenButton",e.CustomerAnnotationToolbarPenButton="customerAnnotationToolbarPenButton",e.CustomerAnnotationToolbarVanishingRectangleButton="customerAnnotationToolbarVanishingRectangleButton",e.CustomerAnnotationToolbarRectangleButton="customerAnnotationToolbarRectangleButton",e.CustomerAnnotationToolbarEraserButton="customerAnnotationToolbarEraserButton",e.CustomerAnnotationToolbarColorButton="customerAnnotationToolbarColorButton",e.CustomerAnnotationToolbarClearButton="customerAnnotationToolbarClearButton",e.CustomerAnnotationToolbarCloseButton="customerAnnotationToolbarCloseButton",e.CustomerAnnotationToolbarOpenButton="customerAnnotationToolbarOpenButton",e.CustomerJoinSessionDialogOverall="customerJoinSessionDialogOverall",e.CustomerJoinSessionDialogTitle="customerJoinSessionDialogTitle",e.CustomerJoinSessionDialogTitleContent="customerJoinSessionDialogTitleContent",e.CustomerJoinSessionDialogTitleIcon="customerJoinSessionDialogTitleIcon",e.CustomerJoinSessionDialogTopRightCloseButton="customerJoinSessionDialogTopRightCloseButton",e.CustomerJoinSessionDialogLoadingPinCodeIcon="customerJoinSessionDialogLoadingPinCodeIcon",e.CustomerJoinSessionDialogPinCodeTipText="customerJoinSessionDialogPinCodeTipText",e.CustomerJoinSessionDialogPinCodeContent="customerJoinSessionDialogPinCodeContent",e.CustomerJoinSessionDialogFooterContainer="customerJoinSessionDialogFooterContainer",e.CustomerJoinSessionDialogCancelButton="customerJoinSessionDialogCancelButton",e.CustomerEndSessionDialogOverall="customerEndSessionDialogOverall",e.CustomerEndSessionDialogTitleContainer="customerEndSessionDialogTitleContainer",e.CustomerEndSessionDialogContentContainer="customerEndSessionDialogContentContainer",e.CustomerEndSessionDialogFooterContainer="customerEndSessionDialogFooterContainer",e.CustomerEndSessionDialogTitleContent="customerEndSessionDialogTitleContent",e.CustomerEndSessionDialogTitleIcon="customerEndSessionDialogTitleIcon",e.CustomerEndSessionDialogTextContent="customerEndSessionDialogTextContent",e.CustomerEndSessionDialogTopRightCloseButton="customerEndSessionDialogTopRightCloseButton",e.CustomerEndSessionDialogCancelButton="customerEndSessionDialogCancelButton",e.CustomerEndSessionDialogEndSessionButton="customerEndSessionDialogEndSessionButton",e.CustomerReconnectDialogOverall="customerReconnectDialogOverall",e.CustomerReconnectDialogContentContainer="customerReconnectDialogContentContainer",e.CustomerReconnectDialogFooterContainer="customerReconnectDialogFooterContainer",e.CustomerReconnectDialogLoadingIcon="customerReconnectDialogLoadingIcon",e.CustomerReconnectDialogTextContent="customerReconnectDialogTextContent",e.CustomerReconnectDialogCloseButton="customerReconnectDialogCloseButton",e.CustomerReconnectDialogCloseButtonPrefixIcon="customerReconnectDialogCloseButtonPrefixIcon",e.CustomerConnectDialogOverall="customerConnectDialogOverall",e.CustomerConnectDialogContentContainer="customerConnectDialogContentContainer",e.CustomerConnectDialogFooterContainer="customerConnectDialogFooterContainer",e.CustomerConnectDialogLoadingIcon="customerConnectDialogLoadingIcon",e.CustomerConnectDialogTextContent="customerConnectDialogTextContent",e.CustomerConnectDialogCloseButton="customerConnectDialogCloseButton",e.CustomerConnectDialogCloseButtonPrefixIcon="customerConnectDialogCloseButtonPrefixIcon",e.CustomerJoinFailedDialogOverall="customerJoinFailedDialogOverall",e.CustomerJoinFailedDialogTitleContainer="customerJoinFailedDialogTitleContainer",e.CustomerJoinFailedDialogContentContainer="customerJoinFailedDialogContentContainer",e.CustomerJoinFailedDialogFooterContainer="customerJoinFailedDialogFooterContainer",e.CustomerJoinFailedDialogTitleContent="customerJoinFailedDialogTitleContent",e.CustomerJoinFailedDialogTitleIcon="customerJoinFailedDialogTitleIcon",e.CustomerJoinFailedDialogTextContent="customerJoinFailedDialogTextContent",e.CustomerJoinFailedDialogTextSecondaryContent="customerJoinFailedDialogTextSecondaryContent",e.CustomerJoinFailedDialogOkButton="customerJoinFailedDialogOkButton",e.CustomerTransferFailedTitleContent="CustomerTransferFailedTitleContent",e.CustomerTransferFailedTextSecondaryContent="CustomerTransferFailedTextSecondaryContent",e.CustomerTransferFailedOkButton="CustomerTransferFailedOkButton",e.CustomerReconnectFailedDialogOverall="customerReconnectFailedDialogOverall",e.CustomerReconnectFailedDialogTitleContainer="customerReconnectFailedDialogTitleContainer",e.CustomerReconnectFailedDialogContentContainer="customerReconnectFailedDialogContentContainer",e.CustomerReconnectFailedDialogFooterContainer="customerReconnectFailedDialogFooterContainer",e.CustomerReconnectFailedDialogTitleContent="customerReconnectFailedDialogTitleContent",e.CustomerReconnectFailedDialogTitleIcon="customerReconnectFailedDialogTitleIcon",e.CustomerReconnectFailedDialogTextContent="customerReconnectFailedDialogTextContent",e.CustomerReconnectFailedDialogTextSecondaryContent="customerReconnectFailedDialogTextSecondaryContent",e.CustomerReconnectFailedDialogOkButton="customerReconnectFailedDialogOkButton",e.CustomerReconnectTimeoutDialogOverall="customerReconnectTimeoutDialogOverall",e.CustomerReconnectTimeoutDialogTitleContainer="customerReconnectTimeoutDialogTitleContainer",e.CustomerReconnectTimeoutDialogContentContainer="customerReconnectTimeoutDialogContentContainer",e.CustomerReconnectTimeoutDialogFooterContainer="customerReconnectTimeoutDialogFooterContainer",e.CustomerReconnectTimeoutDialogTitleContent="customerReconnectTimeoutDialogTitleContent",e.CustomerReconnectTimeoutDialogTitleIcon="customerReconnectTimeoutDialogTitleIcon",e.CustomerReconnectTimeoutDialogTextContent="customerReconnectTimeoutDialogTextContent",e.CustomerReconnectTimeoutDialogTextSecondaryContent="customerReconnectTimeoutDialogTextSecondaryContent",e.CustomerReconnectTimeoutDialogOkButton="customerReconnectTimeoutDialogOkButton",e.CustomerReconnectTimeoutDialogTopRightCloseButton="customerReconnectTimeoutDialogTopRightCloseButton",e.CustomerDisconnectDialogOverall="customerDisconnectDialogOverall",e.CustomerDisconnectDialogContentContainer="customerDisconnectDialogContentContainer",e.CustomerDisconnectDialogFooterContainer="customerDisconnectDialogFooterContainer",e.CustomerDisconnectDialogLoadingIcon="customerDisconnectDialogLoadingIcon",e.CustomerDisconnectDialogFirstLineTextContent="customerDisconnectDialogFirstLineTextContent",e.CustomerDisconnectDialogSecondLineTextContent="customerDisconnectDialogSecondLineTextContent",e.CustomerDisconnectDialogPinCode="customerDisconnectDialogPinCode",e.CustomerDisconnectDialogEndButton="customerDisconnectDialogCloseButton",e.CustomerDisconnectDialogEndButtonPrefixIcon="customerDisconnectDialogCloseButtonPrefixIcon",e.CustomerToastSuccessPrefixIcon="customerToastSuccessPrefixIcon",e.CustomerToastSuccessWrapper="customerToastSuccessWrapper",e.CustomerToastErrorPrefixIcon="customerToastErrorPrefixIcon",e.CustomerToastErrorWrapper="customerToastErrorWrapper",e.CustomerToastWarningPrefixIcon="customerToastWarningPrefixIcon",e.CustomerToastWarningWrapper="customerToastWarningWrapper",e.CustomerToastDefaultPrefixIcon="customerToastDefaultPrefixIcon",e.CustomerToastDefaultWrapper="customerToastDefaultWrapper",e.CustomerToastInfoPrefixIcon="customerToastInfoPrefixIcon",e.CustomerToastInfoWrapper="customerToastInfoWrapper",e.AgentToolbarVerticalWrapper="agentToolbarVerticalWrapper",e.AgentToolbarHorizontalWrapper="agentToolbarHorizontalWrapper",e.AgentToolbarAllowRotation="agentToolbarAllowRotation",e.AgentToolbarDefaultVertical="agentToolbarDefaultVertical",e.AgentToolbarVerticalNormalBtnsWrapper="agentToolbarVerticalNormalBtnsWrapper",e.AgentToolbarHorizontalNormalBtnsWrapper="agentToolbarHorizontalNormalBtnsWrapper",e.AgentToolbarButtonCommon="agentToolbarButtonCommon",e.AgentToolbarButtonActiveCommon="agentToolbarButtonActiveCommon",e.AgentToolbarTooltipCommon="agentToolbarTooltipCommon",e.AgentToolbarVerticalDivider="agentToolbarVerticalDivider",e.AgentToolbarHorizontalDivider="agentToolbarHorizontalDivider",e.AgentToolbarZoomInButton="agentToolbarZoomInButton",e.AgentToolbarZoomInIcon="agentToolbarZoomInIcon",e.AgentToolbarZoomOutButton="agentToolbarZoomOutButton",e.AgentToolbarZoomOutIcon="agentToolbarZoomOutIcon",e.AgentToolbarZoomMenuButton="agentToolbarZoomMenuButton",e.AgentToolbarZoomMenuIcon="agentToolbarZoomMenuIcon",e.AgentToolbarFullScreenButton="agentToolbarFullScreenButton",e.AgentToolbarFullScreenIcon="agentToolbarFullScreenIcon",e.AgentToolbarExitFullScreenButton="agentToolbarExitFullScreenButton",e.AgentToolbarExitFullScreenIcon="agentToolbarExitFullScreenIcon",e.AgentToolbarVanishingPenButton="agentToolbarVanishingPenButton",e.AgentToolbarVanishingPenIcon="agentToolbarVanishingPenIcon",e.AgentToolbarPenButton="agentToolbarPenButton",e.AgentToolbarPenIcon="agentToolbarPenIcon",e.AgentToolbarEndSessionButton="agentToolbarEndSessionButton",e.AgentToolbarEndSessionIcon="agentToolbarEndSessionIcon",e.AgentToolbarRemoteAssistIcon="agentToolbarRemoteAssistIcon",e.AgentVanishingPenSubMenuVerticalWrapper="agentVanishingPenSubMenuVerticalWrapper",e.AgentVanishingPenSubMenuHorizontalWrapper="agentVanishingPenSubMenuHorizontalWrapper",e.AgentVanishingPenSubMenuButtonCommon="agentVanishingPenSubMenuButtonCommon",e.AgentVanishingPenMenuButtonActiveCommon="agentVanishingPenSubMenuButtonActiveCommon",e.AgentVanishingPenSubMenuMouseButton="agentVanishingPenSubMenuMouseButton",e.AgentVanishingPenSubMenuMouseIcon="agentVanishingPenSubMenuMouseIcon",e.AgentVanishingPenSubMenuVanishingPenButton="agentVanishingPenSubMenuVanishingPenButton",e.AgentVanishingPenSubMenuVanishingPenIcon="agentVanishingPenSubMenuVanishingPenIcon",e.AgentVanishingPenSubMenuVanishingRectangleButton="agentVanishingPenSubMenuVanishingRectangleButton",e.AgentVanishingPenSubMenuVanishingRectangleIcon="agentVanishingPenSubMenuVanishingRectangleIcon",e.AgentVanishingPenSubMenuVanishingColorButton="agentVanishingPenSubMenuVanishingColorButton",e.AgentVanishingPenSubMenuVanishingColorIcon="agentVanishingPenSubMenuVanishingColorIcon",e.AgentPenAnnotationSubMenuVerticalWrapper="agentPenAnnotationSubMenuVerticalWrapper",e.AgentPenAnnotationSubMenuHorizontalWrapper="agentPenAnnotationSubMenuHorizontalWrapper",e.AgentPenAnnotationSubMenuButtonCommon="agentPenAnnotationSubMenuButtonCommon",e.AgentPenAnnotationSubMenuButtonActiveCommon="agentPenAnnotationSubMenuButtonActiveCommon",e.AgentPenAnnotationSubMenuMouseButton="agentPenAnnotationSubMenuMouseButton",e.AgentPenAnnotationSubMenuMouseIcon="agentPenAnnotationSubMenuMouseIcon",e.AgentPenAnnotationSubMenuPenButton="agentPenAnnotationSubMenuPenButton",e.AgentPenAnnotationSubMenuPenIcon="agentPenAnnotationSubMenuPenIcon",e.AgentPenAnnotationSubMenuRectangleButton="agentPenAnnotationSubMenuRectangleButton",e.AgentPenAnnotationSubMenuRectangleIcon="agentPenAnnotationSubMenuRectangleIcon",e.AgentPenAnnotationSubMenuEraserButton="agentPenAnnotationSubMenuEraserButton",e.AgentPenAnnotationSubMenuEraserIcon="agentPenAnnotationSubMenuEraserIcon",e.AgentPenAnnotationSubMenuColorButton="agentPenAnnotationSubMenuColorButton",e.AgentPenAnnotationSubMenuColorIcon="agentPenAnnotationSubMenuColorIcon",e.AgentPenAnnotationSubMenuUndoButton="agentPenAnnotationSubMenuUndoButton",e.AgentPenAnnotationSubMenuUndoIcon="agentPenAnnotationSubMenuUndoIcon",e.AgentPenAnnotationSubMenuRedoButton="agentPenAnnotationSubMenuRedoButton",e.AgentPenAnnotationSubMenuRedoIcon="agentPenAnnotationSubMenuRedoIcon",e.AgentPenAnnotationSubMenuClearButton="agentPenAnnotationSubMenuClearButton",e.AgentPenAnnotationSubMenuClearIcon="agentPenAnnotationSubMenuClearIcon",e.AgentPenSubMenuVerticalWrapper="agentPenSubMenuVerticalWrapper",e.AgentPenSubMenuHorizontalWrapper="agentPenSubMenuHorizontalWrapper",e.AgentPenSubMenuButtonCommon="agentPenSubMenuButtonCommon",e.AgentPenSubMenuButtonActiveCommon="agentPenSubMenuButtonActiveCommon",e.AgentPenSubMenuDrawText="agentPenSubMenuDrawText",e.AgentPenSubMenuLineWidthText="agentPenSubMenuLineWidthText",e.AgentColorSubMenuVerticalWrapper="agentColorSubMenuVerticalWrapper",e.AgentColorSubMenuHorizontalWrapper="agentColorSubMenuHorizontalWrapper",e.AgentColorSubMenuButtonCommon="agentColorSubMenuButtonCommon",e.AgentColorSubMenuActiveButtonCommon="agentColorSubMenuActiveButtonCommon",e.AgentZoomInOutMenuVerticalWrapper="agentZoomInOutMenuVerticalWrapper",e.AgentZoomInOutMenuHorizontalWrapper="agentZoomInOutMenuHorizontalWrapper",e.AgentZoomInOutMenuRoot="agentZoomInOutMenuRoot",e.AgentZoomInOutMenuItem="agentZoomInOutMenuItem",e.AgentZoomInOutMenuItemFitToWindow="agentZoomInOutMenuItemFitToWindow",e.AgentZoomInOutMenuItemActualSize="agentZoomInOutMenuItemActualSize",e.AgentSingleAgentEndSessionDialogOverall="agentSingleAgentEndSessionDialogOverall",e.AgentSingleAgentEndSessionDialogTitleContainer="agentSingleAgentEndSessionDialogTitleContainer",e.AgentSingleAgentEndSessionDialogContentContainer="agentSingleAgentEndSessionDialogContentContainer",e.AgentSingleAgentEndSessionDialogFooterContainer="agentSingleAgentEndSessionDialogFooterContainer",e.AgentSingleAgentEndSessionDialogTitleIcon="agentSingleAgentEndSessionDialogTitleIcon",e.AgentSingleAgentEndSessionDialogTitleContent="agentSingleAgentEndSessionDialogTitleContent",e.AgentSingleAgentEndSessionDialogTextContent="agentSingleAgentEndSessionDialogTextContent",e.AgentSingleAgentEndSessionDialogTopRightCloseButton="agentSingleAgentEndSessionDialogTopRightCloseButton",e.AgentSingleAgentEndSessionDialogCancelButton="agentSingleAgentEndSessionDialogCancelButton",e.AgentSingleAgentEndSessionDialogEndSessionButton="agentSingleAgentEndSessionDialogEndSessionButton",e.AgentMultiAgentsEndSessionDialogOverall="agentMultiAgentsEndSessionDialogOverall",e.AgentMultiAgentsEndSessionDialogTitleContainer="agentMultiAgentsEndSessionDialogTitleContainer",e.AgentMultiAgentsEndSessionDialogContentContainer="agentMultiAgentsEndSessionDialogContentContainer",e.AgentMultiAgentsEndSessionDialogFooterContainer="agentMultiAgentsEndSessionDialogFooterContainer",e.AgentMultiAgentsEndSessionDialogTitleIcon="agentMultiAgentsEndSessionDialogTitleIcon",e.AgentMultiAgentsEndSessionDialogTitleContent="agentMultiAgentsEndSessionDialogTitleContent",e.AgentMultiAgentsEndSessionDialogTextContent="agentMultiAgentsEndSessionDialogTextContent",e.AgentMultiAgentsEndSessionDialogTopRightCloseButton="agentMultiAgentsEndSessionDialogTopRightCloseButton",e.AgentMultiAgentsEndSessionDialogCancelButton="agentMultiAgentsEndSessionDialogCancelButton",e.AgentMultiAgentsEndSessionDialogLeaveSessionButton="agentMultiAgentsEndSessionDialogLeaveSessionButton",e.AgentMultiAgentsEndSessionDialogEndSessionButton="agentMultiAgentsEndSessionDialogEndSessionButton",e.AgentJoinFailedDialogOverall="agentJoinFailedDialogOverall",e.AgentJoinFailedDialogTitleContainer="agentJoinFailedDialogTitleContainer",e.AgentJoinFailedDialogContentContainer="agentJoinFailedDialogContentContainer",e.AgentJoinFailedDialogFooterContainer="agentJoinFailedDialogFooterContainer",e.AgentJoinFailedDialogTitleIcon="agentJoinFailedDialogTitleIcon",e.AgentJoinFailedDialogTitleContent="agentJoinFailedDialogTitleContent",e.AgentJoinFailedDialogTextContent="agentJoinFailedDialogTextContent",e.AgentJoinFailedDialogTopRightCloseButton="agentJoinFailedDialogTopRightCloseButton",e.AgentJoinFailedDialogOkButton="agentJoinFailedDialogOkButton",e.AgentFloatingPinToolbarWrapper="agentFloatingPinToolbarWrapper",e.AgentFloatingPinToolbarPrefixIcon="agentFloatingPinToolbarPrefixIcon",e.AgentFloatingPinToolbarContentText="agentFloatingPinToolbarContentText",e.AgentFloatingPinToolbarCopyIcon="agentFloatingPinToolbarCopyIcon",e.AgentToastSuccessPrefixIcon="agentToastSuccessPrefixIcon",e.AgentToastSuccessWrapper="agentToastSuccessWrapper",e.AgentToastErrorPrefixIcon="agentToastErrorPrefixIcon",e.AgentToastErrorWrapper="agentToastErrorWrapper",e.AgentToastWarningPrefixIcon="agentToastWarningPrefixIcon",e.AgentToastWarningWrapper="agentToastWarningWrapper",e.AgentToastDefaultPrefixIcon="agentToastDefaultPrefixIcon",e.AgentToastDefaultWrapper="agentToastDefaultWrapper",e.AgentToastInfoPrefixIcon="agentToastInfoPrefixIcon",e.AgentToastInfoWrapper="agentToastInfoWrapper"}(x||(x={})),function(e){e.SESSION_PRE_INIT="session_pre_init",e.SESSION_JOINED="session_joined",e.SESSION_LEFT="session_left",e.SESSION_ENDED="session_ended",e.SESSION_ERROR="session_error",e.REMOTE_ASSIST_ACCEPTED="remote_assist_accepted",e.REMOTE_ASSIST_REJECTED="remote_assist_rejected",e.REMOTE_ASSIST_STARTED="remote_assist_started",e.REMOTE_ASSIST_STOPPED="remote_assist_stopped"}(F||(F={})),F.SESSION_PRE_INIT,F.SESSION_JOINED,F.SESSION_LEFT,F.SESSION_ENDED,F.SESSION_ERROR,F.REMOTE_ASSIST_ACCEPTED,F.REMOTE_ASSIST_REJECTED,F.REMOTE_ASSIST_STARTED,F.REMOTE_ASSIST_STOPPED,function(e){e.SEND_SESSION_OPTIONS="send_session_options",e.START_REMOTE_ASSIST="start_remote_assist",e.STOP_REMOTE_ASSIST="stop_remote_assist"}(B||(B={})),B.SEND_SESSION_OPTIONS,B.START_REMOTE_ASSIST,B.STOP_REMOTE_ASSIST;var W;Object.assign(Object.assign({},{createLinearGradient:!0,createRadialGradient:!0,createConicGradient:!0}),{createPattern:!0}),function(e){e[e.REFRESH_PIN_CODE_FAILED=10002]="REFRESH_PIN_CODE_FAILED",e[e.CONNECT_TIMEOUT_FAILED=10012]="CONNECT_TIMEOUT_FAILED",e[e.OTHER_SIDE_RECONNECT_TIMEOUT_FAILED=10013]="OTHER_SIDE_RECONNECT_TIMEOUT_FAILED",e[e.USER_EXIT_BEFORE_SESSION=10022]="USER_EXIT_BEFORE_SESSION"}(W||(W={}));var H,G={PIN_UPDATE_FAILED:"Pincode update failed"},Z={CONNECT_TIMEOUT_FAILED:"Session connect timeout."};_defineProperty(_defineProperty({},W.CONNECT_TIMEOUT_FAILED,Z.CONNECT_TIMEOUT_FAILED),W.REFRESH_PIN_CODE_FAILED,G.PIN_UPDATE_FAILED),function(e){e[e.CANCEL_END_ROOM=1]="CANCEL_END_ROOM",e[e.CANCEL_LEAVE_ROOM=2]="CANCEL_LEAVE_ROOM"}(H||(H={}));var K="Canceled and ended session.",J="Canceled and left session.";_defineProperty(_defineProperty({},H.CANCEL_END_ROOM,K),H.CANCEL_LEAVE_ROOM,J);var Y,q={INVALID_URL:"The website link is invalid.",ACCOUNT_NO_CREDITS:"Free trial account has no available credits."},$={CONNECTING:"A connection is already in progress.",PERSISTING:" A transfer session is still recovering."},X={NOT_FOUND:"Session does not exist or has ended."},Q={LIMIT:"A session is already active."},ee={PIN_NOT_FOUND:"Pincode is not found."},te={PIN_EXPIRED:"Pincode has expired."},oe={PIN_INVALID_LENGTH:"Pincode exceeds the maximum length",PIN_INVALID_CHARACTERS:"Pincode contains invalid characters."},ne={PIN_REQUIRED:"Pincode is required."},ae={PIN_CONFLICT:"Pincode has already been used."},ie={INTERNAL_ERROR:"Session join failed due to an internal error.",SDK_INVALID:"SDK version is invalid.",SESSION_NOT_FOUND:"Session does not exist or has ended.",INVALID_URL:"The website link is invalid.",RECONNECT_FAILED:"Failed to make a connection after multiple attempts.",FAIL_OVER_FAILED:"Failed to reconnect after fail over with multiple attempts."},re={CUSTOMER_LIMIT:"Maximum number of customers in a session reached."},se={AGENT_LIMIT:"Maximum number of agents in a session reached."},ce={DUPLICATE_AGENT:"The agent is already in the session."},ue={NETWORK_REQUEST_FAILED:"Network request to backend failed after multiple attempts."},le={CANCELING:"Operation failed, the session is being canceled."},pe={JWT_INVALID:"JWT token is invalid.",JWT_NO_PERMISSIONS:"JWT token has no permissions.",JWT_EXPIRED:"JWT token has expired.",JWT_ACCESS_ERROR:"JWT token access error.",INTERNAL_ERROR:"Internal token error."},de={SERVICE_ERROR:"Service error occurred.",API_RATE_LIMIT:"API request rate limit, try again later.",SESSION_ERROR:"Session error occurred.",SESSION_ERROR_WITH_RETRY:"Session error occurred, try again later."};!function(e){e[e.WEB_REPORT_REGION_FAILED=40100]="WEB_REPORT_REGION_FAILED",e[e.WEB_REPORT_REGION_NOT_MATCH=40101]="WEB_REPORT_REGION_NOT_MATCH",e[e.WEB_REPORT_USER_JOIN_FAILED=40102]="WEB_REPORT_USER_JOIN_FAILED",e[e.WEB_REPORT_USER_JOIN_EMPTY=40103]="WEB_REPORT_USER_JOIN_EMPTY",e[e.WEB_REPORT_USER_JOIN_EMPTY_USER=40104]="WEB_REPORT_USER_JOIN_EMPTY_USER",e[e.AUTH_CONFLICT=40200]="AUTH_CONFLICT",e[e.AUTH_VERIFY_FAILED=40201]="AUTH_VERIFY_FAILED",e[e.AUTH_DB_QUERY_ERROR=40202]="AUTH_DB_QUERY_ERROR",e[e.ROOM_NOT_EXIST=40210]="ROOM_NOT_EXIST",e[e.ROOM_ADD_USER_FAILED=40211]="ROOM_ADD_USER_FAILED",e[e.SESSION_ALREADY_ENDED=40214]="SESSION_ALREADY_ENDED",e[e.ROOM_DEPRECATED=40216]="ROOM_DEPRECATED",e[e.ROOM_ID_MISSING=40300]="ROOM_ID_MISSING",e[e.AUTH_PAYLOAD_MISSING=40301]="AUTH_PAYLOAD_MISSING",e[e.START_URL_INVALID=40302]="START_URL_INVALID",e[e.META_DATA_INVALID=40402]="META_DATA_INVALID",e[e.WSSGW_INSTANCE_NOT_FOUND=40403]="WSSGW_INSTANCE_NOT_FOUND",e[e.LEADER_CONFLICT=40212]="LEADER_CONFLICT",e[e.REACHED_LEADER_LIMIT=40217]="REACHED_LEADER_LIMIT",e[e.FOLLOWER_CONFLICT=40215]="FOLLOWER_CONFLICT",e[e.REACHED_FOLLOWER_LIMIT=40218]="REACHED_FOLLOWER_LIMIT",e[e.USER_CONFLICT=40213]="USER_CONFLICT",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE=40501]="MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION=40502]="MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION",e[e.LEAVE_ROOM=4e4]="LEAVE_ROOM",e[e.DISCONNECTED=40001]="DISCONNECTED",e[e.END_ROOM=41e3]="END_ROOM",e[e.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",e[e.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",e[e.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",e[e.SAME_LEADER_JOINED=40219]="SAME_LEADER_JOINED"}(Y||(Y={}));var he,me=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(t={},Y.WEB_REPORT_REGION_FAILED,ie.INTERNAL_ERROR),Y.WEB_REPORT_REGION_NOT_MATCH,ie.INTERNAL_ERROR),Y.WEB_REPORT_USER_JOIN_FAILED,ie.INTERNAL_ERROR),Y.WEB_REPORT_USER_JOIN_EMPTY,ie.INTERNAL_ERROR),Y.WEB_REPORT_USER_JOIN_EMPTY_USER,ie.INTERNAL_ERROR),Y.AUTH_CONFLICT,ie.INTERNAL_ERROR),Y.AUTH_VERIFY_FAILED,ie.INTERNAL_ERROR),Y.AUTH_DB_QUERY_ERROR,ie.INTERNAL_ERROR),Y.ROOM_NOT_EXIST,ie.INTERNAL_ERROR),Y.ROOM_ADD_USER_FAILED,ie.INTERNAL_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(t,Y.SESSION_ALREADY_ENDED,ie.SESSION_NOT_FOUND),Y.ROOM_DEPRECATED,ie.INTERNAL_ERROR),Y.ROOM_ID_MISSING,ie.INTERNAL_ERROR),Y.AUTH_PAYLOAD_MISSING,ie.INTERNAL_ERROR),Y.START_URL_INVALID,ie.INTERNAL_ERROR),Y.META_DATA_INVALID,ie.INTERNAL_ERROR),Y.WSSGW_INSTANCE_NOT_FOUND,ie.INTERNAL_ERROR),Y.LEADER_CONFLICT,re.CUSTOMER_LIMIT),Y.REACHED_LEADER_LIMIT,re.CUSTOMER_LIMIT),Y.FOLLOWER_CONFLICT,se.AGENT_LIMIT),_defineProperty(_defineProperty(_defineProperty(_defineProperty(t,Y.REACHED_FOLLOWER_LIMIT,se.AGENT_LIMIT),Y.USER_CONFLICT,ce.DUPLICATE_AGENT),Y.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,de.SESSION_ERROR_WITH_RETRY),Y.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION,de.SESSION_ERROR));!function(e){e[e.ALL_PING_FAILED=10001]="ALL_PING_FAILED",e[e.EMPTY_PING_LIST=10003]="EMPTY_PING_LIST",e[e.SOCKET_RECONNECT_FAILED=10020]="SOCKET_RECONNECT_FAILED",e[e.SOCKET_FAIL_OVER_FAILED=10021]="SOCKET_FAIL_OVER_FAILED",e[e.DUPLICATE_LAUNCH_SESSION=10024]="DUPLICATE_LAUNCH_SESSION",e[e.FRAME_LEVEL_NOT_READY=10025]="FRAME_LEVEL_NOT_READY",e[e.SESSION_CONNECTING=10010]="SESSION_CONNECTING",e[e.SESSION_PERSISTING=10014]="SESSION_PERSISTING",e[e.DUPLICATE_SESSION=10023]="DUPLICATE_SESSION",e[e.SESSION_CANCELING=10027]="SESSION_CANCELING",e[e.UNKNOWN_SERVICE_EXCEPTION=19999]="UNKNOWN_SERVICE_EXCEPTION"}(he||(he={}));var ge,fe,ve=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(o={},he.ALL_PING_FAILED,ie.INTERNAL_ERROR),he.EMPTY_PING_LIST,ie.INTERNAL_ERROR),he.SOCKET_RECONNECT_FAILED,ie.RECONNECT_FAILED),he.SOCKET_FAIL_OVER_FAILED,ie.FAIL_OVER_FAILED),he.FRAME_LEVEL_NOT_READY,ie.INTERNAL_ERROR),he.SESSION_CONNECTING,$.CONNECTING),he.SESSION_PERSISTING,$.PERSISTING),he.DUPLICATE_SESSION,Q.LIMIT),he.DUPLICATE_LAUNCH_SESSION,Q.LIMIT),he.SESSION_CANCELING,le.CANCELING),_defineProperty(o,he.UNKNOWN_SERVICE_EXCEPTION,de.SERVICE_ERROR));!function(e){e[e.Unauthorized=401]="Unauthorized",e[e.Forbidden=403]="Forbidden"}(ge||(ge={})),_defineProperty(_defineProperty({},ge.Unauthorized,pe.JWT_INVALID),ge.Forbidden,pe.JWT_INVALID),function(e){e[e.INVALID_URL=30105]="INVALID_URL",e[e.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_DISABLE=30600]="SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_DISABLE",e[e.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_NO_CREDIT=30601]="SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_NO_CREDIT",e[e.SESSION_NOT_FOUND=30300]="SESSION_NOT_FOUND",e[e.PIN_CODE_NOT_FOUND=30308]="PIN_CODE_NOT_FOUND",e[e.PIN_CODE_EXPIRED=30309]="PIN_CODE_EXPIRED",e[e.PIN_CODE_EXCEEDED_MAX_LENGTH=30307]="PIN_CODE_EXCEEDED_MAX_LENGTH",e[e.PIN_INVALID_CHARACTERS=30311]="PIN_INVALID_CHARACTERS",e[e.PIN_CODE_IS_REQUIRED=30315]="PIN_CODE_IS_REQUIRED",e[e.PIN_CODE_HAS_BEEN_USED=30316]="PIN_CODE_HAS_BEEN_USED",e[e.INVALID_SDK_VERSION=30106]="INVALID_SDK_VERSION",e[e.ERROR_SDK_VERSION=30107]="ERROR_SDK_VERSION",e[e.INACTIVE_SDK_VERSION=30109]="INACTIVE_SDK_VERSION",e[e.SDK_VERSION_NOT_FOUND=30110]="SDK_VERSION_NOT_FOUND",e[e.NETWORK_ERROR=10016]="NETWORK_ERROR",e[e.INVALID_TOKEN=124]="INVALID_TOKEN",e[e.NO_PERMISSION=125]="NO_PERMISSION",e[e.INVALID_EXPIRED=129]="INVALID_EXPIRED",e[e.TOKEN_ACCESS_ERROR=30304]="TOKEN_ACCESS_ERROR",e[e.UNKNOWN=-1]="UNKNOWN",e[e.LOCKED=126]="LOCKED",e[e.PIN_PUSH_FAILED=128]="PIN_PUSH_FAILED",e[e.INVALID_BUSINESS_TYPE=30102]="INVALID_BUSINESS_TYPE",e[e.INVALID_RECORDING_ID=30103]="INVALID_RECORDING_ID",e[e.MISSING_FIELD=30104]="MISSING_FIELD",e[e.SEARCH_ERROR=30200]="SEARCH_ERROR",e[e.INVALID_BUSINESS_TYPE2=30201]="INVALID_BUSINESS_TYPE2",e[e.FILE_SERVER_ERROR=30203]="FILE_SERVER_ERROR",e[e.FILE_SERVICE_ERROR=30204]="FILE_SERVICE_ERROR",e[e.FILE_SERVICE_ERROR2=30205]="FILE_SERVICE_ERROR2",e[e.INVALID_START_TIME=30301]="INVALID_START_TIME",e[e.INVALID_ACTION=30302]="INVALID_ACTION",e[e.INVALID_REGION=30303]="INVALID_REGION",e[e.EXCEEDED_FAILED=30305]="EXCEEDED_FAILED",e[e.INVALID_END_TIME=30306]="INVALID_END_TIME",e[e.PIN_CODE_NOT_READY=30310]="PIN_CODE_NOT_READY",e[e.INVALID_TOTAL_MINUTES=30312]="INVALID_TOTAL_MINUTES",e[e.DUPLICATE_REQUEST=30313]="DUPLICATE_REQUEST",e[e.INVALID_TEMPLATE_TYPE=30314]="INVALID_TEMPLATE_TYPE",e[e.SERVER_ERROR1=30400]="SERVER_ERROR1",e[e.SERVER_ERROR2=30401]="SERVER_ERROR2",e[e.SERVER_ERROR3=30402]="SERVER_ERROR3",e[e.SERVER_ERROR4=30403]="SERVER_ERROR4",e[e.INVALID_SDK_CDN_URL=30108]="INVALID_SDK_CDN_URL"}(fe||(fe={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty({},fe.INVALID_TOKEN,pe.JWT_INVALID),fe.NO_PERMISSION,pe.JWT_NO_PERMISSIONS),fe.INVALID_EXPIRED,pe.JWT_EXPIRED),fe.TOKEN_ACCESS_ERROR,pe.JWT_ACCESS_ERROR);var ye,ke,_e,be,Ee=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n={},fe.INVALID_URL,q.INVALID_URL),fe.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_DISABLE,q.ACCOUNT_NO_CREDITS),fe.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_NO_CREDIT,q.ACCOUNT_NO_CREDITS),fe.SESSION_NOT_FOUND,X.NOT_FOUND),fe.PIN_CODE_NOT_FOUND,ee.PIN_NOT_FOUND),fe.PIN_CODE_EXPIRED,te.PIN_EXPIRED),fe.PIN_CODE_EXCEEDED_MAX_LENGTH,oe.PIN_INVALID_LENGTH),fe.PIN_INVALID_CHARACTERS,oe.PIN_INVALID_CHARACTERS),fe.PIN_CODE_IS_REQUIRED,ne.PIN_REQUIRED),fe.PIN_CODE_HAS_BEEN_USED,ae.PIN_CONFLICT),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.INVALID_SDK_VERSION,ie.SDK_INVALID),fe.ERROR_SDK_VERSION,ie.SDK_INVALID),fe.INACTIVE_SDK_VERSION,ie.SDK_INVALID),fe.SDK_VERSION_NOT_FOUND,ie.SDK_INVALID),fe.NETWORK_ERROR,ue.NETWORK_REQUEST_FAILED),fe.INVALID_TOKEN,pe.INTERNAL_ERROR),fe.NO_PERMISSION,pe.INTERNAL_ERROR),fe.INVALID_EXPIRED,pe.INTERNAL_ERROR),fe.TOKEN_ACCESS_ERROR,pe.INTERNAL_ERROR),fe.UNKNOWN,de.SERVICE_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.LOCKED,de.SERVICE_ERROR),fe.PIN_PUSH_FAILED,de.SERVICE_ERROR),fe.INVALID_BUSINESS_TYPE,de.SERVICE_ERROR),fe.INVALID_RECORDING_ID,de.SERVICE_ERROR),fe.MISSING_FIELD,de.SERVICE_ERROR),fe.SEARCH_ERROR,de.SERVICE_ERROR),fe.INVALID_BUSINESS_TYPE2,de.SERVICE_ERROR),fe.FILE_SERVER_ERROR,de.SERVICE_ERROR),fe.FILE_SERVICE_ERROR,de.SERVICE_ERROR),fe.FILE_SERVICE_ERROR2,de.SERVICE_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.INVALID_START_TIME,de.SERVICE_ERROR),fe.INVALID_ACTION,de.SERVICE_ERROR),fe.INVALID_REGION,de.SERVICE_ERROR),fe.EXCEEDED_FAILED,de.API_RATE_LIMIT),fe.INVALID_END_TIME,de.SERVICE_ERROR),fe.PIN_CODE_NOT_READY,de.SERVICE_ERROR),fe.INVALID_TOTAL_MINUTES,de.SERVICE_ERROR),fe.DUPLICATE_REQUEST,de.SERVICE_ERROR),fe.INVALID_TEMPLATE_TYPE,de.SERVICE_ERROR),fe.SERVER_ERROR1,de.SERVICE_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.SERVER_ERROR2,de.SERVICE_ERROR),fe.SERVER_ERROR3,de.SERVICE_ERROR),fe.SERVER_ERROR4,de.SERVICE_ERROR),fe.INVALID_SDK_CDN_URL,de.SERVICE_ERROR)),we="Record start failed.",Se="Record stop failed.",Te="Record pause failed.",Ce="Record resume failed.";!function(e){e[e.RECORD_START_FAILED=29e3]="RECORD_START_FAILED",e[e.RECORD_STOP_FAILED=29001]="RECORD_STOP_FAILED",e[e.RECORD_PAUSE_FAILED=29002]="RECORD_PAUSE_FAILED",e[e.RECORD_RESUME_FAILED=29003]="RECORD_RESUME_FAILED"}(ye||(ye={})),function(e){e[e.SESSION_START_FAILED=1001]="SESSION_START_FAILED",e[e.SESSION_CONNECTING_IN_PROGRESS=1002]="SESSION_CONNECTING_IN_PROGRESS",e[e.SESSION_NOT_FOUND=1003]="SESSION_NOT_FOUND",e[e.SESSION_COUNT_LIMIT=1004]="SESSION_COUNT_LIMIT",e[e.SESSION_REFRESH_PIN_FAILED=1005]="SESSION_REFRESH_PIN_FAILED",e[e.SESSION_JOIN_PIN_NOT_FOUND=1006]="SESSION_JOIN_PIN_NOT_FOUND",e[e.SESSION_PIN_CODE_EXPIRED=1007]="SESSION_PIN_CODE_EXPIRED",e[e.SESSION_PIN_INVALID_FORMAT=1008]="SESSION_PIN_INVALID_FORMAT",e[e.SESSION_START_PIN_REQUIRED=1009]="SESSION_START_PIN_REQUIRED",e[e.SESSION_START_PIN_CONFLICT=1010]="SESSION_START_PIN_CONFLICT",e[e.SESSION_JOIN_FAILED=1011]="SESSION_JOIN_FAILED",e[e.SESSION_CUSTOMER_COUNT_LIMIT=1012]="SESSION_CUSTOMER_COUNT_LIMIT",e[e.SESSION_AGENT_COUNT_LIMIT=1013]="SESSION_AGENT_COUNT_LIMIT",e[e.SESSION_CUSTOMIZE_OVERRIDE_ERROR=1014]="SESSION_CUSTOMIZE_OVERRIDE_ERROR",e[e.SESSION_DUPLICATE_USER=1015]="SESSION_DUPLICATE_USER",e[e.NETWORK_ERROR=1016]="NETWORK_ERROR",e[e.SESSION_CANCELING_IN_PROGRESS=1017]="SESSION_CANCELING_IN_PROGRESS",e[e.TRANSFER_TO_NEW_TAB_FAILED=1018]="TRANSFER_TO_NEW_TAB_FAILED",e[e.TOKEN_INVALID=2001]="TOKEN_INVALID",e[e.RECORD_ERROR_UNKNOWN=3001]="RECORD_ERROR_UNKNOWN",e[e.RECORD_START_FAILED=3002]="RECORD_START_FAILED",e[e.RECORD_END_FAILED=3003]="RECORD_END_FAILED",e[e.RECORD_PAUSE_FAILED=3004]="RECORD_PAUSE_FAILED",e[e.RECORD_RESUME_FAILED=3005]="RECORD_RESUME_FAILED",e[e.UNDEFINED=9999]="UNDEFINED"}(ke||(ke={})),function(e){e.Enter="Enter",e.Space=" ",e.Escape="Escape",e.Tab="Tab",e.ArrowUp="ArrowUp",e.ArrowDown="ArrowDown",e.ArrowLeft="ArrowLeft",e.ArrowRight="ArrowRight",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Delete="Delete",e.Backspace="Backspace",e.Spacebar="Spacebar"}(_e||(_e={}));var Re=new Uint8Array(16);function je(){if(!be&&!(be="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return be(Re)}for(var Oe=[],Ie=0;Ie<256;++Ie)Oe.push((Ie+256).toString(16).slice(1));var Ae={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Ne(e,t,o){if(Ae.randomUUID&&!t&&!e)return Ae.randomUUID();var n=(e=e||{}).random||(e.rng||je)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){o=o||0;for(var a=0;a<16;++a)t[o+a]=n[a];return t}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Oe[e[t+0]]+Oe[e[t+1]]+Oe[e[t+2]]+Oe[e[t+3]]+"-"+Oe[e[t+4]]+Oe[e[t+5]]+"-"+Oe[e[t+6]]+Oe[e[t+7]]+"-"+Oe[e[t+8]]+Oe[e[t+9]]+"-"+Oe[e[t+10]]+Oe[e[t+11]]+Oe[e[t+12]]+Oe[e[t+13]]+Oe[e[t+14]]+Oe[e[t+15]]}(n)}var De="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Le(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var o=function e(){if(this instanceof e){var o=[null];return o.push.apply(o,arguments),new(Function.bind.apply(t,o))}return t.apply(this,arguments)};o.prototype=t.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),o}var Pe={},ze={get exports(){return Pe},set exports(e){Pe=e}};ze.exports=function(){\n/*! *****************************************************************************\n \t Copyright (c) Microsoft Corporation. All rights reserved.\n \t Licensed under the Apache License, Version 2.0 (the "License"); you may not use\n \t this file except in compliance with the License. You may obtain a copy of the\n \t License at http://www.apache.org/licenses/LICENSE-2.0\n\n \t THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n \t KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\n \t WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\n \t MERCHANTABLITY OR NON-INFRINGEMENT.\n\n \t See the Apache Version 2.0 License for specific language governing permissions\n \t and limitations under the License.\n \t ***************************************************************************** */\nfunction e(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(a,i){function r(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){e.done?a(e.value):new o((function(t){t(e.value)})).then(r,s)}c((n=n.apply(e,t||[])).next())}))}function t(e){var t=new Date,o="";return e&&(o+="".concat(t.getMonth()+1,"/").concat(t.getDate(),"/").concat(t.getFullYear()," ")),"[".concat(o).concat(t.getHours(),":").concat(t.getMinutes(),":").concat(t.getSeconds(),".").concat(t.getMilliseconds(),"]:\\n")}function o(e){return e.map((function(e){return{domain:e.domain,dl:e.dl,dc:e.dc}}))}var n=function(e){var t=e.reduce((function(e,t){var o=t.dl;return e[o]||(e[o]=[]),e[o].push(t),e}),{});return Object.entries(t).map((function(e){var t,o=_slicedToArray(e,2),n=o[0],a=o[1];return[null!==(t=Number(n))&&void 0!==t?t:0,a]})).sort((function(e,t){return e[0]-t[0]})).map((function(e){return _slicedToArray(e,2)[1]}))},a=function(t,o){return e(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var n,a;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,fetch(t.url,o);case 3:if((n=e.sent).ok){e.next=6;break}throw new Error("HTTP error! status: ".concat(n.status));case 6:return e.abrupt("return",n.json().then((function(e){var o=n.headers.get("call-id");return{response:e,server:t,callId:o}})).catch((function(){return{response:{},server:t,callId:""}})));case 9:throw e.prev=9,e.t0=e.catch(0),a="server: ".concat(t.domain,", message: ").concat(e.t0.message),new Error(a);case 13:case"end":return e.stop()}}),e,null,[[0,9]])})))},i=function(e,t,o,n){var i={mode:"cors",cache:"no-cache"};t&&Object.assign(i,{signal:t});var r=new Map;return e.forEach((function(e){r.set(e.url,a(e,i))})),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.any(r.values()).then((function(e){if(o){var t,a=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e){t=e}));return setTimeout((function(){t()}),500),a.then((function(){var t,o=Number.MAX_VALUE,a=null,i=_createForOfIteratorHelper(performance.getEntriesByType("resource"));try{for(i.s();!(t=i.n()).done;){var s=t.value;if(_toConsumableArray(r.keys()).includes(s.name)){if(0===s.connectStart)return e;n("connectStart:".concat(s.connectStart)),s.connectStart<o&&(o=s.connectStart,a=s.name)}}}catch(e){i.e(e)}finally{i.f()}return null===a?e:r.get(a)}))}return e})).catch((function(e){var t="";return e instanceof AggregateError&&e.errors.forEach((function(e){t+="".concat(e.message,"\\n")})),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.reject(t)}))};function r(e,t,o){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(n,a){var i;if(null==o?void 0:o.aborted)return a(new Error("Promise was cancelled"));var r=setTimeout((function(){e().then(n).catch(a).finally((function(){var e;return null===(e=null==o?void 0:o.removeEventListener)||void 0===e?void 0:e.call(o,"abort",s)}))}),t),s=function e(){var t;clearTimeout(r),null===(t=null==o?void 0:o.removeEventListener)||void 0===t||t.call(o,"abort",e),a(new Error("Promise was cancelled"))};null===(i=null==o?void 0:o.addEventListener)||void 0===i||i.call(o,"abort",s)}))}var s=function(){function e(){var t=this;_classCallCheck(this,e),this.serverList=[],this.delayTime=[],this.excludedServer=[],this.log="",this.tryTimes=0,this.tryPingIndex=0,this.MAX_RETRY_TIMES=5,this.abortPingController=[],this.makeAbortSignal=function(e){var o;if("function"==typeof AbortController)return t.abortPingController[e]=new AbortController,null===(o=t.abortPingController[e])||void 0===o?void 0:o.signal}}return _createClass(e,[{key:"setRetryTimes",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:5;this.MAX_RETRY_TIMES=e}},{key:"init",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.serverList=e,this.delayTime=Array.from(new Set(this.serverList.map((function(e){return e.dl})))),this.useHybridStrategy=n,this.excludedServer=[],this.tryTimes=1,this.log="".concat(t(),"initial server list: ").concat(JSON.stringify(o(this.serverList)),"\\n")}},{key:"ping",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this.init(e,t),this.tryPing()}},{key:"retry",value:function(){return this.tryTimes+=1,this.filter(),0===this.serverList.length||this.MAX_RETRY_TIMES>0&&this.tryTimes>this.MAX_RETRY_TIMES?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.reject("no usable RWC any more:\\n".concat(this.log)):this.tryPing()}},{key:"cancelPing",value:function(){var e=this.tryPingIndex-1;e>=0&&this.cancelPingByIndex(e)}},{key:"cancelPingByIndex",value:function(e){var t,o;this.abortPingController[e]&&(null===(o=null===(t=this.abortPingController[e])||void 0===t?void 0:t.abort)||void 0===o||o.call(t),this.abortPingController[e]=void 0)}},{key:"tryPing",value:function(){var e=this,o=this.tryPingIndex++;this.cancelPingByIndex(o-1),this.log+="".concat(t(!0),"Try Times: ").concat(this.tryTimes,"\\n");var a=this.makeAbortSignal(o);return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(s,c){var u=e.delayTime.reduce((function(e,t){return e+t}),0),l=setTimeout((function(){e.log+="ping time out ".concat(u+1e4,"s\\n"),e.serverList=[],e.cancelPingByIndex(o)}),u+1e4),p=n(e.serverList);globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.any(p.map((function(o,n){var s=e.delayTime[n];return r((function(){return e.log+="".concat(t(),"ping[dl=").concat(s,"][groupIndex=").concat(n,"]--\\x3e").concat(JSON.stringify(o.map((function(e){return e.domain}))),"\\n"),i(o,a,e.tryTimes<=1&&e.useHybridStrategy,(function(t){return e.log+=t}))}),s,a)}))).then((function(o){var n=o.response,a=o.server,i=o.callId;e.log+="".concat(t(),"ping resolved: request server:").concat(a.domain,"\\n response:").concat(JSON.stringify(n),"\\n Call-ID:").concat(i,"\\n"),e.lastServer=a,s({response:n,request:a,log:e.log})})).catch((function(o){return o instanceof AggregateError?(e.log+=t(),o.errors.forEach((function(t,o){e.log+="ping failed [groupIndex=".concat(o,"]:\\n").concat(t,"\\n")}))):e.log+="".concat(t(),"ping failed. Errors(unknown): ").concat(o.message,"\\n"),c(e.log)})).finally((function(){clearTimeout(l),e.cancelPingByIndex(o)}))}))}},{key:"filter",value:function(){var e,o=this;this.serverList=this.serverList.filter((function(t){var n,a;return t.domain!==(null===(n=o.lastServer)||void 0===n?void 0:n.domain)&&t.dc!==e||(e||(e=null===(a=o.excludedServer.find((function(e){var t;return e.dc===(null===(t=o.lastServer)||void 0===t?void 0:t.dc)})))||void 0===a?void 0:a.dc),o.lastServer&&o.excludedServer.push(o.lastServer),!1)})),this.log+="".concat(t(),"excludedServer ").concat(JSON.stringify(this.excludedServer.map((function(e){return e.domain}))),"\\n")}},{key:"getLog",value:function(){return this.log}}]),e}(),c=new s;return c}();var Me,xe,Fe,Be,Ue,Ve,We=Pe,He=function(e,t){if(null==t)return e;var o=[],n=[];return e.forEach((function(e){var t;t=e.dcsz_address,new RegExp("chs-prod").test(t)?o.push(e):n.push(e)})),0===o.length||0===n.length?e:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:50;return 100*Math.random()<e}(t)?o:n},Ge=function(e){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a,i,r,s;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=(o=e||{}).endpoints,a=o.auth_token,i=o.trace_id,r=o.traffic_splitting_percent,s=He(n,r),t.abrupt("return",We.ping(s.map((function(e){var t,o,n=e.delay,a=void 0===n?0:n,i=e.dcsz_address,r="https://".concat(i);return{url:(t="/chs/ping/",o=r,new URL(t,o)).href,domain:r,dl:a,dc:i}}))).then((function(e){var t;if(!(null===(t=null==e?void 0:e.request)||void 0===t?void 0:t.dc))throw new Error("No dc avaliable");return{dc:e.request.dc,auth_token:a,trace_id:i}})));case 3:case"end":return t.stop()}}),t)})))};!function(e){e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e[e.RemoteControl=7]="RemoteControl"}(Me||(Me={})),function(e){e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet"}(xe||(xe={})),function(e){e[e.FullSnapshot=-1]="FullSnapshot",e[e.Annotation=16]="Annotation"}(Fe||(Fe={})),function(e){e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel"}(Be||(Be={})),function(e){e[e["2D"]=0]="2D",e[e.WebGL=1]="WebGL",e[e.WebGL2=2]="WebGL2"}(Ue||(Ue={})),function(e){e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment"}(Ve||(Ve={}));var Ze,Ke,Je,Ye="data-zcb-image-binary",qe="data-zcb-style-bg-binary",$e="data-zcb-style-sheet-binary",Xe="data-zcb-style-sheet-svg-binary",Qe="data-zcb-blob-message-md5-id",et="data-zcb-inline-image-size",tt="data-zcb-style-bg-size",ot="data-zcb-binary-produced-in";!function(e){e.CBS="CBS",e.CBS_SUB="CBS_SUB",e.IFRAME_ANOTATION="IFRAME_ANOTATION",e.REMOTE_ASSIST_FLYING_CURSOR="REMOTE_ASSIST_FLYING_CURSOR"}(Ze||(Ze={})),function(e){e.TRANSFERRING="transferring_in",e.SUCCESS="transfer_in_success",e.FAIL="transfer_in_failed",e.CANCEL="transfer_in_cancelled",e.TRANSFER_OUT_SUCCESS="transfer_out_success"}(Ke||(Ke={})),function(e){e.RegisterUser="register-user",e.UnregisterUser="unregister-user",e.Position="position",e.RegisterCustomerCursorDOM="register-customer-dom",e.RegisterOtherAgentCursorDOM="register-other-agent-dom",e.UpdateCursorPositionLocal="update-cursor-position-local"}(Je||(Je={}));var nt=function(){function e(t){_classCallCheck(this,e),this.name=t,this.freeze=!1,this._onClose=null}return _createClass(e,[{key:"start",value:function(){this.freeze=!1}},{key:"stop",value:function(){this.freeze=!0}},{key:"registerHanlder",value:function(e,t){return this._onMessage=e,t&&(this._onClose=t),this}},{key:"onMessage",value:function(e){!this.freeze&&this._onMessage&&this._onMessage(this,e)}},{key:"onClose",value:function(){this._onClose&&this._onClose(this)}}]),e}();function at(e){if("object"===("undefined"==typeof window?"undefined":_typeof(window))){var t=encodeURI(e);return btoa(t)}return Buffer.from(e).toString("base64")}var it=function(e){return at(e)},rt=function(){function e(t){var o=t.requestOrigin,n=t.parentFrameId;_classCallCheck(this,e),this.parentFrameId=n;var a=it(o);n&&(a=n+"--"+a),this.frameId=a}return _createClass(e,[{key:"equal",value:function(e){var t=e.requestOrigin,o=e.parentFrameId;return o===this.parentFrameId&&this.frameId===o+"--"+it(t)}},{key:"isParentFrame",value:function(e){return this.frameId===e}},{key:"isSubFrame",value:function(e){return this.parentFrameId===e}}]),e}(),st=function(){function e(t){_classCallCheck(this,e),this.frames=new Map,this.tabId=t}return _createClass(e,[{key:"getFrame",value:function(e){var t=e.requestOrigin,o=e.parentFrameId,n=null;return this.frames.forEach((function(e){e.equal({requestOrigin:t,parentFrameId:o})&&(n=e)})),n}},{key:"checkAddFrame",value:function(e){var t=this,o=e.requestOrigin,n=e.parentFrameId,a=this.getFrame({requestOrigin:o,parentFrameId:n});if(a)return a;if(this.tabId===n)return this.addFrame({requestOrigin:o,parentFrameId:n});var i=null;return this.frames.forEach((function(e){i||e.isParentFrame(n)&&(i=t.addFrame({requestOrigin:o,parentFrameId:n}))})),i}},{key:"getSubFrames",value:function(e){var t=[];return this.frames.forEach((function(o){o.isSubFrame(e)&&t.push(o)})),t}},{key:"addFrame",value:function(e){var t=e.requestOrigin,o=e.parentFrameId,n=new rt({requestOrigin:t,parentFrameId:o});return this.frames.set(n.frameId,n),n}}]),e}(),ct=function(){function e(){_classCallCheck(this,e),this.tabs=new Map}return _createClass(e,[{key:"makeRequest",value:function(e){var t=e.requestOrigin,o=e.parentFrameId,n="";return o?(this.tabs.forEach((function(e){if(!n){var a=e.checkAddFrame({requestOrigin:t,parentFrameId:o});a&&(n=a.frameId)}})),n):this.tabs.size?(this.tabs.forEach((function(e,t){n||(n=t)})),n):(n=it(t),this.tabs.set(n,new st(n)),n)}},{key:"makeViewerRequest",value:function(e){var t=e.parentFrameId,o="";return this.tabs.forEach((function(e){var n;if(t){if(o)return;var a=e.getSubFrames(t);o=(null===(n=a[0])||void 0===n?void 0:n.frameId)||""}else o=e.tabId})),o}}]),e}(),ut=new(function(){function e(){_classCallCheck(this,e),this.rooms=new Map}return _createClass(e,[{key:"makeRequest",value:function(e){var t=e.roomId,o=e.requestOrigin,n=e.parentFrameId,a=e.isViewer;this.rooms.get(t)||this.rooms.set(t,new ct);var i=this.rooms.get(t);return i?a?i.makeViewerRequest({parentFrameId:n}):i.makeRequest({requestOrigin:o,parentFrameId:n}):""}}]),e}());"undefined"!=typeof global&&(global.cpsRoomManager=ut);var lt=function(e,t){return"".concat(e).concat(t)};!function e(t,o){var n={},a=function(){var a=t[i];"string"==typeof a?n[i]=lt(o,a):"function"==typeof a?n[i]=function(){return lt(o,a.apply(void 0,arguments))}:"object"===_typeof(a)&&(a instanceof RegExp||(n[i]=e(a,o)))};for(var i in t)a();return n}({log:{report:"/report-log"},blob:{uploadBlob:"/upload-blob",getBlobUrl:function(e){return"/cps-blob-".concat(e)},getBlobUrlReg:/cps-blob-([^?#\\/]+)/}},"/co-browsing");var pt,dt,ht,mt={get createSession(){return"/sdkapi/zcb/sessions"},get getSessionStatus(){return"/sdkapi/zcb/sessions"},get refreshZCBToken(){return"/sdkapi/zcb/refresh-tokens"},get joinSession(){return"/sdkapi/zcb/cobrowse-codes/{pinCode}/session"},get reportSessionStatusLog(){return"/sdkapi/zcb/cbs/{appKey}/session-status"}};!function(e){e.LOCAL="local",e.PROD="prod"}(pt||(pt={})),function(e){e.LEADER="1",e.FOLLOWER="2",e.RECORDER="11"}(dt||(dt={})),function(e){e.IMG="IMG",e.SOURCE="SOURCE",e.LINK="LINK",e.A="A",e.AUDIO="AUDIO",e.IFRAME="IFRAME",e.FORM="FORM",e.SCRIPT="SCRIPT",e.STYLE="STYLE"}(ht||(ht={}));var gt,ft;!function(e){e.LEADER="HR",e.FOLLOWER="VR"}(gt||(gt={})),new RegExp("(.+)(HTTPS?)/(.+)/".concat("CPS-SEP-FLAG","/(").concat(gt.FOLLOWER,"|").concat(gt.LEADER,")")),function(e){e[e.TYPE_UNKNOWN=-1]="TYPE_UNKNOWN",e[e.TYPE_TOP=1]="TYPE_TOP",e[e.TYPE_FRAME=2]="TYPE_FRAME",e[e.TYPE_AUX=3]="TYPE_AUX",e[e.TYPE_SCRIPT=4]="TYPE_SCRIPT",e[e.TYPE_MODULE=5]="TYPE_MODULE",e[e.TYPE_LINK=6]="TYPE_LINK",e[e.TYPE_XHR=7]="TYPE_XHR",e[e.TYPE_RESOURCE=8]="TYPE_RESOURCE",e[e.TYPE_WORKER=9]="TYPE_WORKER",e[e.TYPE_WORKER_SCOPE=10]="TYPE_WORKER_SCOPE",e[e.TYPE_REDIRECT=11]="TYPE_REDIRECT",e[e.TYPE_PAWS=12]="TYPE_PAWS",e[e.TYPE_CONTINUATION=13]="TYPE_CONTINUATION"}(ft||(ft={}));var vt,yt,kt,_t,bt,Et,wt="WS_DYNAMIC_FEATURE_CHANGE";!function(e){e.UNKNOW="unknow",e.BROWSER="browser",e.BROWSER_WORKER="worker",e.NODE="node",e.NODE_WORKER="node_worker"}(vt||(vt={})),yt="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,kt="undefined"!=typeof window,_t="function"==typeof importScripts,bt=yt&&!_t,Et=!yt&&!kt,_t?vt.BROWSER_WORKER:kt?vt.BROWSER:Et?vt.NODE:bt?vt.NODE_WORKER:vt.UNKNOW;var St=_createClass((function e(){var t=this;_classCallCheck(this,e),this.promise=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e,o){t.reject=o,t.resolve=e})),this.promise.then((function(e){return t.resolved=!0,e})).catch((function(){t.resolved=!1})).finally((function(){t.finished=!0,t.finishedTimestamp=Date.now()}))}));function Tt(){}function Ct(){Ct.init.call(this)}function Rt(e){return void 0===e._maxListeners?Ct.defaultMaxListeners:e._maxListeners}function jt(e,t,o,n){var a,i,r;if("function"!=typeof o)throw new TypeError(\'"listener" argument must be a function\');if((i=e._events)?(i.newListener&&(e.emit("newListener",t,o.listener?o.listener:o),i=e._events),r=i[t]):(i=e._events=new Tt,e._eventsCount=0),r){if("function"==typeof r?r=i[t]=n?[o,r]:[r,o]:n?r.unshift(o):r.push(o),!r.warned&&(a=Rt(e))&&a>0&&r.length>a){r.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+r.length+" "+t+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=e,s.type=t,s.count=r.length,function(e){"function"==typeof console.warn?console.warn(e):console.log(e)}(s)}}else r=i[t]=o,++e._eventsCount;return e}function Ot(e,t,o){var n=!1;function a(){e.removeListener(t,a),n||(n=!0,o.apply(e,arguments))}return a.listener=o,a}function It(e){var t=this._events;if(t){var o=t[e];if("function"==typeof o)return 1;if(o)return o.length}return 0}function At(e,t){for(var o=new Array(t);t--;)o[t]=e[t];return o}Tt.prototype=Object.create(null),Ct.EventEmitter=Ct,Ct.usingDomains=!1,Ct.prototype.domain=void 0,Ct.prototype._events=void 0,Ct.prototype._maxListeners=void 0,Ct.defaultMaxListeners=10,Ct.init=function(){this.domain=null,Ct.usingDomains&&undefined.active,this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=new Tt,this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},Ct.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError(\'"n" argument must be a positive number\');return this._maxListeners=e,this},Ct.prototype.getMaxListeners=function(){return Rt(this)},Ct.prototype.emit=function(e){var t,o,n,a,i,r,s,c="error"===e;if(r=this._events)c=c&&null==r.error;else if(!c)return!1;if(s=this.domain,c){if(t=arguments[1],!s){if(t instanceof Error)throw t;var u=new Error(\'Uncaught, unspecified "error" event. (\'+t+")");throw u.context=t,u}return t||(t=new Error(\'Uncaught, unspecified "error" event\')),t.domainEmitter=this,t.domain=s,t.domainThrown=!1,s.emit("error",t),!1}if(!(o=r[e]))return!1;var l="function"==typeof o;switch(n=arguments.length){case 1:!function(e,t,o){if(t)e.call(o);else for(var n=e.length,a=At(e,n),i=0;i<n;++i)a[i].call(o)}(o,l,this);break;case 2:!function(e,t,o,n){if(t)e.call(o,n);else for(var a=e.length,i=At(e,a),r=0;r<a;++r)i[r].call(o,n)}(o,l,this,arguments[1]);break;case 3:!function(e,t,o,n,a){if(t)e.call(o,n,a);else for(var i=e.length,r=At(e,i),s=0;s<i;++s)r[s].call(o,n,a)}(o,l,this,arguments[1],arguments[2]);break;case 4:!function(e,t,o,n,a,i){if(t)e.call(o,n,a,i);else for(var r=e.length,s=At(e,r),c=0;c<r;++c)s[c].call(o,n,a,i)}(o,l,this,arguments[1],arguments[2],arguments[3]);break;default:for(a=new Array(n-1),i=1;i<n;i++)a[i-1]=arguments[i];!function(e,t,o,n){if(t)e.apply(o,n);else for(var a=e.length,i=At(e,a),r=0;r<a;++r)i[r].apply(o,n)}(o,l,this,a)}return!0},Ct.prototype.addListener=function(e,t){return jt(this,e,t,!1)},Ct.prototype.on=Ct.prototype.addListener,Ct.prototype.prependListener=function(e,t){return jt(this,e,t,!0)},Ct.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError(\'"listener" argument must be a function\');return this.on(e,Ot(this,e,t)),this},Ct.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError(\'"listener" argument must be a function\');return this.prependListener(e,Ot(this,e,t)),this},Ct.prototype.removeListener=function(e,t){var o,n,a,i,r;if("function"!=typeof t)throw new TypeError(\'"listener" argument must be a function\');if(!(n=this._events))return this;if(!(o=n[e]))return this;if(o===t||o.listener&&o.listener===t)0==--this._eventsCount?this._events=new Tt:(delete n[e],n.removeListener&&this.emit("removeListener",e,o.listener||t));else if("function"!=typeof o){for(a=-1,i=o.length;i-- >0;)if(o[i]===t||o[i].listener&&o[i].listener===t){r=o[i].listener,a=i;break}if(a<0)return this;if(1===o.length){if(o[0]=void 0,0==--this._eventsCount)return this._events=new Tt,this;delete n[e]}else!function(e,t){for(var o=t,n=o+1,a=e.length;n<a;o+=1,n+=1)e[o]=e[n];e.pop()}(o,a);n.removeListener&&this.emit("removeListener",e,r||t)}return this},Ct.prototype.off=function(e,t){return this.removeListener(e,t)},Ct.prototype.removeAllListeners=function(e){var t,o;if(!(o=this._events))return this;if(!o.removeListener)return 0===arguments.length?(this._events=new Tt,this._eventsCount=0):o[e]&&(0==--this._eventsCount?this._events=new Tt:delete o[e]),this;if(0===arguments.length){for(var n,a=Object.keys(o),i=0;i<a.length;++i)"removeListener"!==(n=a[i])&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this._events=new Tt,this._eventsCount=0,this}if("function"==typeof(t=o[e]))this.removeListener(e,t);else if(t)do{this.removeListener(e,t[t.length-1])}while(t[0]);return this},Ct.prototype.listeners=function(e){var t,o,n=this._events;return o=n&&(t=n[e])?"function"==typeof t?[t.listener||t]:function(e){for(var t=new Array(e.length),o=0;o<t.length;++o)t[o]=e[o].listener||e[o];return t}(t):[],o},Ct.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):It.call(e,t)},Ct.prototype.listenerCount=It,Ct.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]};var Nt={},Dt={get exports(){return Nt},set exports(e){Nt=e}};var Lt,Pt={},zt={get exports(){return Pt},set exports(e){Pt=e}},Mt=Le(Object.freeze({__proto__:null,default:{}}));function xt(){return Lt||(Lt=1,function(e,t){var o;e.exports=(o=o||function(e,t){var o;if("undefined"!=typeof window&&window.crypto&&(o=window.crypto),"undefined"!=typeof self&&self.crypto&&(o=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(o=globalThis.crypto),!o&&"undefined"!=typeof window&&window.msCrypto&&(o=window.msCrypto),!o&&void 0!==De&&De.crypto&&(o=De.crypto),!o)try{o=Mt}catch(e){}var n=function(){if(o){if("function"==typeof o.getRandomValues)try{return o.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof o.randomBytes)try{return o.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},a=Object.create||function(){function e(){}return function(t){var o;return e.prototype=t,o=new e,e.prototype=null,o}}(),i={},r=i.lib={},s=r.Base={extend:function(e){var t=a(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=r.WordArray=s.extend({init:function(e,o){e=this.words=e||[],this.sigBytes=o!=t?o:4*e.length},toString:function(e){return(e||l).stringify(this)},concat:function(e){var t=this.words,o=e.words,n=this.sigBytes,a=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<a;i++){var r=o[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=r<<24-(n+i)%4*8}else for(var s=0;s<a;s+=4)t[n+s>>>2]=o[s>>>2];return this.sigBytes+=a,this},clamp:function(){var t=this.words,o=this.sigBytes;t[o>>>2]&=4294967295<<32-o%4*8,t.length=e.ceil(o/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],o=0;o<e;o+=4)t.push(n());return new c.init(t,e)}}),u=i.enc={},l=u.Hex={stringify:function(e){for(var t=e.words,o=e.sigBytes,n=[],a=0;a<o;a++){var i=t[a>>>2]>>>24-a%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,o=[],n=0;n<t;n+=2)o[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(o,t/2)}},p=u.Latin1={stringify:function(e){for(var t=e.words,o=e.sigBytes,n=[],a=0;a<o;a++){var i=t[a>>>2]>>>24-a%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,o=[],n=0;n<t;n++)o[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(o,t)}},d=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(p.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return p.parse(unescape(encodeURIComponent(e)))}},h=r.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=d.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var o,n=this._data,a=n.words,i=n.sigBytes,r=this.blockSize,s=i/(4*r),u=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*r,l=e.min(4*u,i);if(u){for(var p=0;p<u;p+=r)this._doProcessBlock(a,p);o=a.splice(0,u),n.sigBytes-=l}return new c.init(o,l)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});r.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,o){return new e.init(o).finalize(t)}},_createHmacHelper:function(e){return function(t,o){return new m.HMAC.init(e,o).finalize(t)}}});var m=i.algo={};return i}(Math),o)}(zt)),Pt}var Ft,Bt={},Ut={get exports(){return Bt},set exports(e){Bt=e}};function Vt(){return Ft||(Ft=1,function(e,t){var o;e.exports=(o=xt(),function(){var e=o,t=e.lib.WordArray;function n(e,o,n){for(var a=[],i=0,r=0;r<o;r++)if(r%4){var s=n[e.charCodeAt(r-1)]<<r%4*2|n[e.charCodeAt(r)]>>>6-r%4*2;a[i>>>2]|=s<<24-i%4*8,i++}return t.create(a,i)}e.enc.Base64={stringify:function(e){var t=e.words,o=e.sigBytes,n=this._map;e.clamp();for(var a=[],i=0;i<o;i+=3)for(var r=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<o;s++)a.push(n.charAt(r>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;a.length%4;)a.push(c);return a.join("")},parse:function(e){var t=e.length,o=this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var i=0;i<o.length;i++)a[o.charCodeAt(i)]=i}var r=o.charAt(64);if(r){var s=e.indexOf(r);-1!==s&&(t=s)}return n(e,t,a)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),o.enc.Base64)}(Ut)),Bt}var Wt,Ht={},Gt={get exports(){return Ht},set exports(e){Ht=e}};function Zt(){return Wt||(Wt=1,function(e,t){var o;e.exports=(o=xt(),function(e){var t=o,n=t.lib,a=n.WordArray,i=n.Hasher,r=t.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*e.abs(e.sin(t+1))|0}();var c=r.MD5=i.extend({_doReset:function(){this._hash=new a.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var o=0;o<16;o++){var n=t+o,a=e[n];e[n]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}var i=this._hash.words,r=e[t+0],c=e[t+1],h=e[t+2],m=e[t+3],g=e[t+4],f=e[t+5],v=e[t+6],y=e[t+7],k=e[t+8],_=e[t+9],b=e[t+10],E=e[t+11],w=e[t+12],S=e[t+13],T=e[t+14],C=e[t+15],R=i[0],j=i[1],O=i[2],I=i[3];R=u(R,j,O,I,r,7,s[0]),I=u(I,R,j,O,c,12,s[1]),O=u(O,I,R,j,h,17,s[2]),j=u(j,O,I,R,m,22,s[3]),R=u(R,j,O,I,g,7,s[4]),I=u(I,R,j,O,f,12,s[5]),O=u(O,I,R,j,v,17,s[6]),j=u(j,O,I,R,y,22,s[7]),R=u(R,j,O,I,k,7,s[8]),I=u(I,R,j,O,_,12,s[9]),O=u(O,I,R,j,b,17,s[10]),j=u(j,O,I,R,E,22,s[11]),R=u(R,j,O,I,w,7,s[12]),I=u(I,R,j,O,S,12,s[13]),O=u(O,I,R,j,T,17,s[14]),R=l(R,j=u(j,O,I,R,C,22,s[15]),O,I,c,5,s[16]),I=l(I,R,j,O,v,9,s[17]),O=l(O,I,R,j,E,14,s[18]),j=l(j,O,I,R,r,20,s[19]),R=l(R,j,O,I,f,5,s[20]),I=l(I,R,j,O,b,9,s[21]),O=l(O,I,R,j,C,14,s[22]),j=l(j,O,I,R,g,20,s[23]),R=l(R,j,O,I,_,5,s[24]),I=l(I,R,j,O,T,9,s[25]),O=l(O,I,R,j,m,14,s[26]),j=l(j,O,I,R,k,20,s[27]),R=l(R,j,O,I,S,5,s[28]),I=l(I,R,j,O,h,9,s[29]),O=l(O,I,R,j,y,14,s[30]),R=p(R,j=l(j,O,I,R,w,20,s[31]),O,I,f,4,s[32]),I=p(I,R,j,O,k,11,s[33]),O=p(O,I,R,j,E,16,s[34]),j=p(j,O,I,R,T,23,s[35]),R=p(R,j,O,I,c,4,s[36]),I=p(I,R,j,O,g,11,s[37]),O=p(O,I,R,j,y,16,s[38]),j=p(j,O,I,R,b,23,s[39]),R=p(R,j,O,I,S,4,s[40]),I=p(I,R,j,O,r,11,s[41]),O=p(O,I,R,j,m,16,s[42]),j=p(j,O,I,R,v,23,s[43]),R=p(R,j,O,I,_,4,s[44]),I=p(I,R,j,O,w,11,s[45]),O=p(O,I,R,j,C,16,s[46]),R=d(R,j=p(j,O,I,R,h,23,s[47]),O,I,r,6,s[48]),I=d(I,R,j,O,y,10,s[49]),O=d(O,I,R,j,T,15,s[50]),j=d(j,O,I,R,f,21,s[51]),R=d(R,j,O,I,w,6,s[52]),I=d(I,R,j,O,m,10,s[53]),O=d(O,I,R,j,b,15,s[54]),j=d(j,O,I,R,c,21,s[55]),R=d(R,j,O,I,k,6,s[56]),I=d(I,R,j,O,C,10,s[57]),O=d(O,I,R,j,v,15,s[58]),j=d(j,O,I,R,S,21,s[59]),R=d(R,j,O,I,g,6,s[60]),I=d(I,R,j,O,E,10,s[61]),O=d(O,I,R,j,h,15,s[62]),j=d(j,O,I,R,_,21,s[63]),i[0]=i[0]+R|0,i[1]=i[1]+j|0,i[2]=i[2]+O|0,i[3]=i[3]+I|0},_doFinalize:function(){var t=this._data,o=t.words,n=8*this._nDataBytes,a=8*t.sigBytes;o[a>>>5]|=128<<24-a%32;var i=e.floor(n/4294967296),r=n;o[15+(a+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),o[14+(a+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),t.sigBytes=4*(o.length+1),this._process();for(var s=this._hash,c=s.words,u=0;u<4;u++){var l=c[u];c[u]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function u(e,t,o,n,a,i,r){var s=e+(t&o|~t&n)+a+r;return(s<<i|s>>>32-i)+t}function l(e,t,o,n,a,i,r){var s=e+(t&n|o&~n)+a+r;return(s<<i|s>>>32-i)+t}function p(e,t,o,n,a,i,r){var s=e+(t^o^n)+a+r;return(s<<i|s>>>32-i)+t}function d(e,t,o,n,a,i,r){var s=e+(o^(t|~n))+a+r;return(s<<i|s>>>32-i)+t}t.MD5=i._createHelper(c),t.HmacMD5=i._createHmacHelper(c)}(Math),o.MD5)}(Gt)),Ht}var Kt,Jt={},Yt={get exports(){return Jt},set exports(e){Jt=e}},qt={},$t={get exports(){return qt},set exports(e){qt=e}};function Xt(){return Kt||(Kt=1,function(e,t){var o;e.exports=(o=xt(),function(){var e=o,t=e.lib,n=t.WordArray,a=t.Hasher,i=e.algo,r=[],s=i.SHA1=a.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var o=this._hash.words,n=o[0],a=o[1],i=o[2],s=o[3],c=o[4],u=0;u<80;u++){if(u<16)r[u]=0|e[t+u];else{var l=r[u-3]^r[u-8]^r[u-14]^r[u-16];r[u]=l<<1|l>>>31}var p=(n<<5|n>>>27)+c+r[u];p+=u<20?1518500249+(a&i|~a&s):u<40?1859775393+(a^i^s):u<60?(a&i|a&s|i&s)-1894007588:(a^i^s)-899497514,c=s,s=i,i=a<<30|a>>>2,a=n,n=p}o[0]=o[0]+n|0,o[1]=o[1]+a|0,o[2]=o[2]+i|0,o[3]=o[3]+s|0,o[4]=o[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,o=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(o/4294967296),t[15+(n+64>>>9<<4)]=o,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});e.SHA1=a._createHelper(s),e.HmacSHA1=a._createHmacHelper(s)}(),o.SHA1)}($t)),qt}var Qt,eo,to={},oo={get exports(){return to},set exports(e){to=e}};function no(){return eo||(eo=1,function(e,t){var o;e.exports=(o=xt(),Xt(),Qt||(Qt=1,function(e,t){var o;e.exports=(o=xt(),void function(){var e=o,t=e.lib.Base,n=e.enc.Utf8;e.algo.HMAC=t.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var o=e.blockSize,a=4*o;t.sigBytes>a&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),r=this._iKey=t.clone(),s=i.words,c=r.words,u=0;u<o;u++)s[u]^=1549556828,c[u]^=909522486;i.sigBytes=r.sigBytes=a,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,o=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(o))}})}())}(oo)),function(){var e=o,t=e.lib,n=t.Base,a=t.WordArray,i=e.algo,r=i.MD5,s=i.EvpKDF=n.extend({cfg:n.extend({keySize:4,hasher:r,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var o,n=this.cfg,i=n.hasher.create(),r=a.create(),s=r.words,c=n.keySize,u=n.iterations;s.length<c;){o&&i.update(o),o=i.update(e).finalize(t),i.reset();for(var l=1;l<u;l++)o=i.finalize(o),i.reset();r.concat(o)}return r.sigBytes=4*c,r}});e.EvpKDF=function(e,t,o){return s.create(o).compute(e,t)}}(),o.EvpKDF)}(Yt)),Jt}var ao,io={},ro={get exports(){return io},set exports(e){io=e}};!function(e,t){var o;e.exports=(o=xt(),Vt(),Zt(),no(),ao||(ao=1,function(e,t){var o;e.exports=(o=xt(),no(),void(o.lib.Cipher||function(e){var t=o,n=t.lib,a=n.Base,i=n.WordArray,r=n.BufferedBlockAlgorithm,s=t.enc;s.Utf8;var c=s.Base64,u=t.algo.EvpKDF,l=n.Cipher=r.extend({cfg:a.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,o){this.cfg=this.cfg.extend(o),this._xformMode=e,this._key=t,this.reset()},reset:function(){r.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?k:v}return function(t){return{encrypt:function(o,n,a){return e(n).encrypt(t,o,n,a)},decrypt:function(o,n,a){return e(n).decrypt(t,o,n,a)}}}}()});n.StreamCipher=l.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var p=t.mode={},d=n.BlockCipherMode=a.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=p.CBC=function(){var t=d.extend();function o(t,o,n){var a,i=this._iv;i?(a=i,this._iv=e):a=this._prevBlock;for(var r=0;r<n;r++)t[o+r]^=a[r]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,a=n.blockSize;o.call(this,e,t,a),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+a)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,a=n.blockSize,i=e.slice(t,t+a);n.decryptBlock(e,t),o.call(this,e,t,a),this._prevBlock=i}}),t}(),m=(t.pad={}).Pkcs7={pad:function(e,t){for(var o=4*t,n=o-e.sigBytes%o,a=n<<24|n<<16|n<<8|n,r=[],s=0;s<n;s+=4)r.push(a);var c=i.create(r,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=l.extend({cfg:l.cfg.extend({mode:h,padding:m}),reset:function(){var e;l.reset.call(this);var t=this.cfg,o=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,o&&o.words):(this._mode=e.call(n,this,o&&o.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var g=n.CipherParams=a.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),f=(t.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,o=e.salt;return(o?i.create([1398893684,1701076831]).concat(o).concat(t):t).toString(c)},parse:function(e){var t,o=c.parse(e),n=o.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),o.sigBytes-=16),g.create({ciphertext:o,salt:t})}},v=n.SerializableCipher=a.extend({cfg:a.extend({format:f}),encrypt:function(e,t,o,n){n=this.cfg.extend(n);var a=e.createEncryptor(o,n),i=a.finalize(t),r=a.cfg;return g.create({ciphertext:i,key:o,iv:r.iv,algorithm:e,mode:r.mode,padding:r.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,o,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(o,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),y=(t.kdf={}).OpenSSL={execute:function(e,t,o,n,a){if(n||(n=i.random(8)),a)r=u.create({keySize:t+o,hasher:a}).compute(e,n);else var r=u.create({keySize:t+o}).compute(e,n);var s=i.create(r.words.slice(t),4*o);return r.sigBytes=4*t,g.create({key:r,iv:s,salt:n})}},k=n.PasswordBasedCipher=v.extend({cfg:v.cfg.extend({kdf:y}),encrypt:function(e,t,o,n){var a=(n=this.cfg.extend(n)).kdf.execute(o,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=a.iv;var i=v.encrypt.call(this,e,t,a.key,n);return i.mixIn(a),i},decrypt:function(e,t,o,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var a=n.kdf.execute(o,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=a.iv,v.decrypt.call(this,e,t,a.key,n)}})}()))}(ro)),function(){var e=o,t=e.lib.BlockCipher,n=e.algo,a=[],i=[],r=[],s=[],c=[],u=[],l=[],p=[],d=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var o=0,n=0;for(t=0;t<256;t++){var m=n^n<<1^n<<2^n<<3^n<<4;m=m>>>8^255&m^99,a[o]=m,i[m]=o;var g=e[o],f=e[g],v=e[f],y=257*e[m]^16843008*m;r[o]=y<<24|y>>>8,s[o]=y<<16|y>>>16,c[o]=y<<8|y>>>24,u[o]=y,y=16843009*v^65537*f^257*g^16843008*o,l[m]=y<<24|y>>>8,p[m]=y<<16|y>>>16,d[m]=y<<8|y>>>24,h[m]=y,o?(o=g^e[e[e[v^g]]],n^=e[e[n]]):o=n=1}}();var m=[0,1,2,4,8,16,32,64,128,27,54],g=n.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,o=e.sigBytes/4,n=4*((this._nRounds=o+6)+1),i=this._keySchedule=[],r=0;r<n;r++)r<o?i[r]=t[r]:(u=i[r-1],r%o?o>6&&r%o==4&&(u=a[u>>>24]<<24|a[u>>>16&255]<<16|a[u>>>8&255]<<8|a[255&u]):(u=a[(u=u<<8|u>>>24)>>>24]<<24|a[u>>>16&255]<<16|a[u>>>8&255]<<8|a[255&u],u^=m[r/o|0]<<24),i[r]=i[r-o]^u);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(r=n-c,c%4)var u=i[r];else u=i[r-4];s[c]=c<4||r<=4?u:l[a[u>>>24]]^p[a[u>>>16&255]]^d[a[u>>>8&255]]^h[a[255&u]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,r,s,c,u,a)},decryptBlock:function(e,t){var o=e[t+1];e[t+1]=e[t+3],e[t+3]=o,this._doCryptBlock(e,t,this._invKeySchedule,l,p,d,h,i),o=e[t+1],e[t+1]=e[t+3],e[t+3]=o},_doCryptBlock:function(e,t,o,n,a,i,r,s){for(var c=this._nRounds,u=e[t]^o[0],l=e[t+1]^o[1],p=e[t+2]^o[2],d=e[t+3]^o[3],h=4,m=1;m<c;m++){var g=n[u>>>24]^a[l>>>16&255]^i[p>>>8&255]^r[255&d]^o[h++],f=n[l>>>24]^a[p>>>16&255]^i[d>>>8&255]^r[255&u]^o[h++],v=n[p>>>24]^a[d>>>16&255]^i[u>>>8&255]^r[255&l]^o[h++],y=n[d>>>24]^a[u>>>16&255]^i[l>>>8&255]^r[255&p]^o[h++];u=g,l=f,p=v,d=y}g=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[p>>>8&255]<<8|s[255&d])^o[h++],f=(s[l>>>24]<<24|s[p>>>16&255]<<16|s[d>>>8&255]<<8|s[255&u])^o[h++],v=(s[p>>>24]<<24|s[d>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^o[h++],y=(s[d>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&p])^o[h++],e[t]=g,e[t+1]=f,e[t+2]=v,e[t+3]=y},keySize:8});e.AES=t._createHelper(g)}(),o.AES)}(Dt);var so={},co={get exports(){return so},set exports(e){so=e}};!function(e,t){e.exports=xt().enc.Utf8}(co);var uo,lo;!function(e){e[e.PENDING=0]="PENDING",e[e.READY=1]="READY",e[e.CLOSE=2]="CLOSE"}(uo||(uo={})),function(e){e[e.RECORD_NOT_ENABLED=2e4]="RECORD_NOT_ENABLED",e[e.START_RECORD_UNAVAILABLE=20001]="START_RECORD_UNAVAILABLE",e[e.START_RECORD_INVALID_BODY=20002]="START_RECORD_INVALID_BODY",e[e.EXIST_RECORD_CONFLICT=20003]="EXIST_RECORD_CONFLICT",e[e.RECORD_OVERHEAD_CAPACITY=20004]="RECORD_OVERHEAD_CAPACITY",e[e.LEADER_NOT_JOINED=20005]="LEADER_NOT_JOINED",e[e.LEADER_DENIED=20006]="LEADER_DENIED",e[e.RECORD_ABORTED=20007]="RECORD_ABORTED",e[e.END_RECORD_UNAVAILABLE=21e3]="END_RECORD_UNAVAILABLE",e[e.END_RECORD_INVALID_BODY=21001]="END_RECORD_INVALID_BODY",e[e.RECORD_ALREADY_PAUSED=22e3]="RECORD_ALREADY_PAUSED",e[e.RECORD_ALREADY_RESUMED=23e3]="RECORD_ALREADY_RESUMED",e[e.NO_ACTIVE_RECORD=24e3]="NO_ACTIVE_RECORD",e[e.RECORD_IN_START_PROGRESS=24001]="RECORD_IN_START_PROGRESS",e[e.RECORD_IN_STOP_PROGRESS=24002]="RECORD_IN_STOP_PROGRESS",e[e.CHS_JWT_MISSING=25100]="CHS_JWT_MISSING",e[e.CHS_JWT_DECODE_FAILED=25101]="CHS_JWT_DECODE_FAILED",e[e.CHS_JWT_INVALID_PAYLOAD=25102]="CHS_JWT_INVALID_PAYLOAD",e[e.CHS_JWT_ISS_AUD_MISSING=25103]="CHS_JWT_ISS_AUD_MISSING",e[e.CHS_JWT_ISS_AUD_DENIED=25104]="CHS_JWT_ISS_AUD_DENIED",e[e.CHS_JWT_VERIFY_FAILED=25105]="CHS_JWT_VERIFY_FAILED",e[e.SESSION_ID_NOT_MATCH=25200]="SESSION_ID_NOT_MATCH",e[e.AID_IN_JWT_MISSING=25201]="AID_IN_JWT_MISSING",e[e.UID_IN_JWT_MISSING=25202]="UID_IN_JWT_MISSING",e[e.RECORD_ID_MISSING=25203]="RECORD_ID_MISSING",e[e.RECORD_TASK_NOT_EXIST=25204]="RECORD_TASK_NOT_EXIST",e[e.PAGE_CONTEXT_BOOTSTRAP_FAILED=26100]="PAGE_CONTEXT_BOOTSTRAP_FAILED",e[e.PAGE_CONTROLLER_INIT_FAILED=26101]="PAGE_CONTROLLER_INIT_FAILED",e[e.PAGE_LOAD_HTML_FAILED=26102]="PAGE_LOAD_HTML_FAILED",e[e.PAGE_INJECT_INIT_FAILED=26103]="PAGE_INJECT_INIT_FAILED",e[e.PAGE_INJECT_CONTEXT_FAILED=26104]="PAGE_INJECT_CONTEXT_FAILED",e[e.PAGE_START_FAILED=26105]="PAGE_START_FAILED",e[e.PAGE_STOP_FAILED=26106]="PAGE_STOP_FAILED",e[e.RECORDER_INIT_FAILED=26200]="RECORDER_INIT_FAILED",e[e.RECORDER_CDP_SESSION_START_FAILED=26201]="RECORDER_CDP_SESSION_START_FAILED",e[e.RECORDER_CDP_SESSION_STOP_FAILED=26202]="RECORDER_CDP_SESSION_STOP_FAILED",e[e.RECORDER_CDP_SESSION_ALREADY_DESTROYED=26203]="RECORDER_CDP_SESSION_ALREADY_DESTROYED",e[e.DISK_USAGE_FULL=26204]="DISK_USAGE_FULL",e[e.CONNECT_CHS_FAILED=26301]="CONNECT_CHS_FAILED",e[e.CONNECT_CHS_FAILOVER=26302]="CONNECT_CHS_FAILOVER",e[e.CONNECT_CHS_DESTROYED=26303]="CONNECT_CHS_DESTROYED",e[e.CONNECT_CHS_DISCONNECTED=26304]="CONNECT_CHS_DISCONNECTED",e[e.CONNECT_CHS_TIMEOUT=26305]="CONNECT_CHS_TIMEOUT",e[e.UDS_INIT_FAILED=26400]="UDS_INIT_FAILED",e[e.UDS_SUB_PROCESS_INIT_FAILED=26401]="UDS_SUB_PROCESS_INIT_FAILED",e[e.UDS_SUB_PROCESS_INIT_TIMEOUT=26402]="UDS_SUB_PROCESS_INIT_TIMEOUT",e[e.UDS_CLINET_INIT_FAILED=26403]="UDS_CLINET_INIT_FAILED",e[e.UDS_SERVER_INIT_FAILED=26404]="UDS_SERVER_INIT_FAILED",e[e.UDS_SERVER_LISTEN_FAILED=26405]="UDS_SERVER_LISTEN_FAILED",e[e.FILE_INIT_FAILED=26500]="FILE_INIT_FAILED",e[e.FILE_META_INIT_FAILED=26501]="FILE_META_INIT_FAILED",e[e.FILE_META_CLIP_INIT_FAILED=26502]="FILE_META_CLIP_INIT_FAILED",e[e.FILE_META_OPEN_FAILED=26503]="FILE_META_OPEN_FAILED",e[e.FILE_META_LOCK_FAILED=26504]="FILE_META_LOCK_FAILED",e[e.FILE_META_RELEASE_FAILED=26505]="FILE_META_RELEASE_FAILED",e[e.FILE_META_WRITE_FAILED=26506]="FILE_META_WRITE_FAILED",e[e.ZCB_WEB_NOT_AVAILABLE=26600]="ZCB_WEB_NOT_AVAILABLE",e[e.ZCB_CRS_NOT_AVAILABLE=26601]="ZCB_CRS_NOT_AVAILABLE",e[e.REDIS_GET_CLIP_SIZE_FAILED=26700]="REDIS_GET_CLIP_SIZE_FAILED",e[e.REDIS_SET_CLIP_SIZE_FAILED=26701]="REDIS_SET_CLIP_SIZE_FAILED",e[e.REDIS_GET_START_TIME_FAILED=26702]="REDIS_GET_START_TIME_FAILED",e[e.REDIS_SET_START_TIME_FAILED=26703]="REDIS_SET_START_TIME_FAILED",e[e.ASSETS_FETCH_FAILED=26800]="ASSETS_FETCH_FAILED",e[e.ASSETS_WRITE_FAILED=26801]="ASSETS_WRITE_FAILED"}(lo||(lo={})),lo.RECORD_OVERHEAD_CAPACITY,lo.RECORD_OVERHEAD_CAPACITY;var po,ho={};_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.START_RECORD_UNAVAILABLE,"start record api not available"),lo.START_RECORD_INVALID_BODY,"start record response body invalid"),lo.END_RECORD_UNAVAILABLE,"end record api not available"),lo.END_RECORD_INVALID_BODY,"end record response body invalid"),lo.EXIST_RECORD_CONFLICT,"already has an existed recording"),lo.NO_ACTIVE_RECORD,"no existed recording"),lo.RECORD_IN_START_PROGRESS,"recording is in start progress"),lo.RECORD_IN_STOP_PROGRESS,"recording is in stop progress"),lo.RECORD_ALREADY_PAUSED,"recording already paused"),lo.RECORD_ALREADY_RESUMED,"recording already resumed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.RECORD_NOT_ENABLED,"recording not enabled"),lo.RECORD_OVERHEAD_CAPACITY,"recording capacity is overhead"),lo.LEADER_NOT_JOINED,"leader not joined room"),lo.LEADER_DENIED,"leader denied recording"),lo.RECORD_ABORTED,"recording aborted"),lo.CHS_JWT_MISSING,"CHS JWT is empty"),lo.CHS_JWT_DECODE_FAILED,"CHS JWT decode error"),lo.CHS_JWT_INVALID_PAYLOAD,"CHS JWT payload invalid"),lo.CHS_JWT_ISS_AUD_MISSING,"CHS JWT iss or aud empty"),lo.CHS_JWT_ISS_AUD_DENIED,"invalid iss and aud"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.CHS_JWT_VERIFY_FAILED,"token verify failed"),lo.SESSION_ID_NOT_MATCH,"sessionId in header is not match in jwt payload"),lo.AID_IN_JWT_MISSING,"aid in token is required"),lo.UID_IN_JWT_MISSING,"uid in token is required"),lo.RECORD_ID_MISSING,"recordId is empty"),lo.RECORD_TASK_NOT_EXIST,"record task not exist"),lo.PAGE_CONTEXT_BOOTSTRAP_FAILED,"bootstrap playwright failed"),lo.PAGE_CONTROLLER_INIT_FAILED,"PageController init failed"),lo.PAGE_LOAD_HTML_FAILED,"page load html failed"),lo.PAGE_INJECT_INIT_FAILED,"PageInjector init failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.PAGE_INJECT_CONTEXT_FAILED,"injectPageContext failed"),lo.PAGE_START_FAILED,"page start record failed"),lo.PAGE_STOP_FAILED,"page start stop failed"),lo.RECORDER_INIT_FAILED,"PageRecorder init failed"),lo.RECORDER_CDP_SESSION_START_FAILED,"record start cdp session failed"),lo.RECORDER_CDP_SESSION_STOP_FAILED,"record stop cdp session failed"),lo.RECORDER_CDP_SESSION_ALREADY_DESTROYED,"PageRecorder has already been destroyed"),lo.DISK_USAGE_FULL,"Server disk is full"),lo.CONNECT_CHS_FAILED,"CHS is not available"),lo.CONNECT_CHS_FAILOVER,"CHS connection is failover now"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.CONNECT_CHS_DESTROYED,"CHS connection is destroyed by client"),lo.CONNECT_CHS_DISCONNECTED,"CHS connection is disconnected"),lo.CONNECT_CHS_TIMEOUT,"wait for CHS connection timeout"),lo.UDS_INIT_FAILED,"UDSManager init failed"),lo.UDS_SUB_PROCESS_INIT_FAILED,"uds sub process init failed"),lo.UDS_SUB_PROCESS_INIT_TIMEOUT,"uds sub process init timeout"),lo.UDS_CLINET_INIT_FAILED,"UDSClient init failed"),lo.UDS_SERVER_INIT_FAILED,"UDSServer init failed"),lo.UDS_SERVER_LISTEN_FAILED,"UDSServer listen failed"),lo.FILE_INIT_FAILED,"FileManager init failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.FILE_META_INIT_FAILED,"MetaDataManager init failed"),lo.FILE_META_CLIP_INIT_FAILED,"SubClipManager init failed"),lo.FILE_META_OPEN_FAILED,"open metadata failed"),lo.FILE_META_LOCK_FAILED,"metadata lock failed"),lo.FILE_META_RELEASE_FAILED,"metadata release failed"),lo.FILE_META_WRITE_FAILED,"metadata write failed"),lo.ZCB_WEB_NOT_AVAILABLE,"web is not available"),lo.ZCB_CRS_NOT_AVAILABLE,"crs is not available"),lo.REDIS_GET_CLIP_SIZE_FAILED,"get clip size failed"),lo.REDIS_SET_CLIP_SIZE_FAILED,"set clip size failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.REDIS_GET_START_TIME_FAILED,"get record start time failed"),lo.REDIS_SET_START_TIME_FAILED,"set record start time failed"),lo.ASSETS_FETCH_FAILED,"fetch assets from cdn failed"),lo.ASSETS_WRITE_FAILED,"write assets to local disk failed"),function(e){e[e.INIT=0]="INIT",e[e.RUNNING=1]="RUNNING",e[e.PAUSE=2]="PAUSE",e[e.FINISH=3]="FINISH"}(po||(po={}));var mo,go;!function(e){e[e.WS_CONN_KEEPALIVE=0]="WS_CONN_KEEPALIVE",e[e.WS_CONN_VECTOR_DATA=1]="WS_CONN_VECTOR_DATA",e[e.WS_DOC_JSON_JOIN_RES=8194]="WS_DOC_JSON_JOIN_RES"}(mo||(mo={})),function(e){e.CONNECTED="CONNECTED",e.DISCONNECTED="DISCONNECTED",e.END_ROOM="END_ROOM",e.LEAVE_ROOM="LEAVE_ROOM",e.INTERACTION_BINARY="INTERACTION_BINARY",e.INTERACTION="INTERACTION",e.FULL_SNAPSHOT_REQUEST="FULL_SNAPSHOT_REQUEST",e.GET_BINARY="GET_BINARY",e.USER_BE_HOLD_STATUS_CHANGE="USER_BE_HOLD_STATUS_CHANGE",e.USER_ROSTER="USER_ROSTER",e.ROOM_ROSTER="ROOM_ROSTER",e.REMOTE_CONTROL_STATUS="REMOTE_CONTROL_STATUS",e.REMOTE_CONTROL_REQUEST="REMOTE_CONTROL_REQUEST",e.REMOTE_CONTROL_RESPONSE="REMOTE_CONTROL_RESPONSE",e.REMOTE_CONTROL_GIVE_UP="REMOTE_CONTROL_GIVE_UP",e.REMOTE_CONTROL_TAKE_BACK="REMOTE_CONTROL_TAKE_BACK",e.REMOTE_CONTROL_REJECT="REMOTE_CONTROL_REJECT",e.REMOTE_CONTROL_CANCEL="REMOTE_CONTROL_CANCEL",e.START_RECORD="START_RECORD",e.STOP_RECORD="STOP_RECORD",e.PAUSE_RECORD="PAUSE_RECORD",e.RESUME_RECORD="RESUME_RECORD",e.START_RECORD_RESPONSE="START_RECORD_RESPONSE",e.STOP_RECORD_RESPONSE="STOP_RECORD_RESPONSE",e.PAUSE_RECORD_RESPONSE="PAUSE_RECORD_RESPONSE",e.RESUME_RECORD_RESPONSE="RESUME_RECORD_RESPONSE",e.RECORD_APPROVE_REQUEST="RECORD_APPROVE_REQUEST",e.RECORD_APPROVE_RESPONSE="RECORD_APPROVE_RESPONSE",e.ANNOTATION="ANNOTATION",e.FLYING_CURSOR="FLYING_CURSOR",e.LEADER_PAGE_VISIBILITY="LEADER_PAGE_VISIBILITY",e.RTT="RTT",e.NTP="NTP"}(go||(go={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty({},go.ANNOTATION,!0),go.INTERACTION,!0),go.INTERACTION_BINARY,!0),go.FLYING_CURSOR,!0),_defineProperty(_defineProperty({},go.RTT,!0),go.NTP,!0),_defineProperty(_defineProperty({},go.INTERACTION,!0),go.INTERACTION_BINARY,!0);var fo={};_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(fo,go.INTERACTION,!0),go.INTERACTION_BINARY,!0),go.FULL_SNAPSHOT_REQUEST,!0),go.REMOTE_CONTROL_STATUS,!0),go.REMOTE_CONTROL_REQUEST,!0),go.REMOTE_CONTROL_RESPONSE,!0),go.REMOTE_CONTROL_GIVE_UP,!0),go.REMOTE_CONTROL_TAKE_BACK,!0),go.REMOTE_CONTROL_REJECT,!0),go.REMOTE_CONTROL_CANCEL,!0),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(fo,go.START_RECORD,!0),go.RESUME_RECORD,!0),go.PAUSE_RECORD,!0),go.STOP_RECORD,!0),go.ANNOTATION,!0),go.FLYING_CURSOR,!0),go.NTP,!0);var vo={};_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(vo,go.INTERACTION,!0),go.INTERACTION_BINARY,!0),go.FULL_SNAPSHOT_REQUEST,!0),go.USER_ROSTER,!0),go.ROOM_ROSTER,!0),go.REMOTE_CONTROL_STATUS,!0),go.REMOTE_CONTROL_REQUEST,!0),go.REMOTE_CONTROL_RESPONSE,!0),go.REMOTE_CONTROL_GIVE_UP,!0),go.REMOTE_CONTROL_TAKE_BACK,!0),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(vo,go.REMOTE_CONTROL_REJECT,!0),go.REMOTE_CONTROL_CANCEL,!0),go.START_RECORD,!0),go.RESUME_RECORD,!0),go.PAUSE_RECORD,!0),go.STOP_RECORD,!0),go.START_RECORD_RESPONSE,!0),go.STOP_RECORD_RESPONSE,!0),go.PAUSE_RECORD_RESPONSE,!0),go.RESUME_RECORD_RESPONSE,!0),_defineProperty(_defineProperty(_defineProperty(_defineProperty(vo,go.RECORD_APPROVE_REQUEST,!0),go.RECORD_APPROVE_RESPONSE,!0),go.ANNOTATION,!0),go.FLYING_CURSOR,!0);var yo,ko,_o=_defineProperty(_defineProperty(_defineProperty({},go.RECORD_APPROVE_RESPONSE,!0),go.LEAVE_ROOM,!0),go.FLYING_CURSOR,!0),bo=_defineProperty(_defineProperty(_defineProperty(_defineProperty({},Je.RegisterCustomerCursorDOM,!0),Je.UnregisterUser,!0),Je.RegisterOtherAgentCursorDOM,!0),Je.UpdateCursorPositionLocal,!0);!function(e){e[e.IN_PROGRESS=4e4]="IN_PROGRESS",e[e.OPPOSITE_REJECT=40001]="OPPOSITE_REJECT",e[e.LEADER_NOT_FOUND=40002]="LEADER_NOT_FOUND"}(yo||(yo={})),_defineProperty(_defineProperty(_defineProperty({},yo.IN_PROGRESS,"remote control is in progress"),yo.OPPOSITE_REJECT,"the opposite side refuses to be controlled"),yo.LEADER_NOT_FOUND,"leader not exist or has left"),function(e){e[e.LEAVE_ROOM=4e4]="LEAVE_ROOM",e[e.DISCONNECTED=40001]="DISCONNECTED",e[e.WEB_REPORT_REGION_FAILED=40100]="WEB_REPORT_REGION_FAILED",e[e.WEB_REPORT_REGION_NOT_MATCH=40101]="WEB_REPORT_REGION_NOT_MATCH",e[e.WEB_REPORT_USER_JOIN_FAILED=40102]="WEB_REPORT_USER_JOIN_FAILED",e[e.WEB_REPORT_USER_JOIN_EMPTY=40103]="WEB_REPORT_USER_JOIN_EMPTY",e[e.WEB_REPORT_USER_JOIN_EMPTY_USER=40104]="WEB_REPORT_USER_JOIN_EMPTY_USER",e[e.AUTH_CONFLICT=40200]="AUTH_CONFLICT",e[e.AUTH_VERIFY_FAILED=40201]="AUTH_VERIFY_FAILED",e[e.AUTH_DB_QUERY_ERROR=40202]="AUTH_DB_QUERY_ERROR",e[e.AUTH_USER_ID_VERIFY_FAILED=40203]="AUTH_USER_ID_VERIFY_FAILED",e[e.AUTH_USER_ID_NO_EXIST=40204]="AUTH_USER_ID_NO_EXIST",e[e.ROOM_NOT_EXIST=40210]="ROOM_NOT_EXIST",e[e.ROOM_ADD_USER_FAILED=40211]="ROOM_ADD_USER_FAILED",e[e.LEADER_CONFLICT=40212]="LEADER_CONFLICT",e[e.FOLLOWER_CONFLICT=40213]="FOLLOWER_CONFLICT",e[e.SESSION_ALREADY_ENDED=40214]="SESSION_ALREADY_ENDED",e[e.ROOM_DEPRECATED=40216]="ROOM_DEPRECATED",e[e.REACHED_LEADER_LIMIT=40217]="REACHED_LEADER_LIMIT",e[e.REACHED_FOLLOWER_LIMIT=40218]="REACHED_FOLLOWER_LIMIT",e[e.SAME_LEADER_JOINED=40219]="SAME_LEADER_JOINED",e[e.ROOM_ID_MISSING=40300]="ROOM_ID_MISSING",e[e.AUTH_PAYLOAD_MISSING=40301]="AUTH_PAYLOAD_MISSING",e[e.START_URL_INVALID=40302]="START_URL_INVALID",e[e.SERVER_RESTARTED=40400]="SERVER_RESTARTED",e[e.WSSGW_REMOVE_NODE=40401]="WSSGW_REMOVE_NODE",e[e.META_DATA_INVALID=40402]="META_DATA_INVALID",e[e.WSSGW_INSTANCE_NOT_FOUND=40403]="WSSGW_INSTANCE_NOT_FOUND",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE=40501]="MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION=40502]="MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION",e[e.END_ROOM=41e3]="END_ROOM",e[e.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",e[e.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",e[e.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",e[e.NO_OTHER_ACTIVE_USER=42e3]="NO_OTHER_ACTIVE_USER",e[e.RECORD_ALREADY_ENDED=42001]="RECORD_ALREADY_ENDED",e[e.RECORD_START_FAILED=42002]="RECORD_START_FAILED"}(ko||(ko={}));var Eo=[ko.LEAVE_ROOM,ko.WEB_REPORT_USER_JOIN_FAILED,ko.AUTH_CONFLICT,ko.AUTH_VERIFY_FAILED,ko.LEADER_CONFLICT,ko.FOLLOWER_CONFLICT,ko.SESSION_ALREADY_ENDED,ko.ROOM_ID_MISSING,ko.AUTH_PAYLOAD_MISSING,ko.START_URL_INVALID,ko.END_ROOM,ko.DESTROY_DEACTIVE_ROOM,ko.DESTROY_SLEEP_ROOM,ko.DESTROY_NO_VALID_OPERATION_ROOM,ko.NO_OTHER_ACTIVE_USER,ko.RECORD_ALREADY_ENDED,ko.REACHED_LEADER_LIMIT,ko.REACHED_FOLLOWER_LIMIT,ko.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,ko.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION];ko.SESSION_ALREADY_ENDED,ko.END_ROOM,ko.DESTROY_DEACTIVE_ROOM;var wo,So,To=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a={},ko.LEAVE_ROOM,"normal leave"),ko.DISCONNECTED,"user disconnected"),ko.WEB_REPORT_REGION_FAILED,"call web report zone region api failed"),ko.WEB_REPORT_REGION_NOT_MATCH,"report zone region mismatch with session hosting region"),ko.WEB_REPORT_USER_JOIN_EMPTY,"call web user join api return empty response"),ko.WEB_REPORT_USER_JOIN_FAILED,"call web user join api failed"),ko.WEB_REPORT_USER_JOIN_EMPTY_USER,"call web user join api return empty user info"),ko.AUTH_CONFLICT,"auth is already consumed once"),ko.AUTH_VERIFY_FAILED,"auth payload is denyed"),ko.AUTH_DB_QUERY_ERROR,"get auth from redis failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a,ko.AUTH_USER_ID_VERIFY_FAILED,"sub channel user_id verify failed"),ko.AUTH_USER_ID_NO_EXIST,"main channel user_id not exist"),ko.ROOM_NOT_EXIST,"room not exist or create failed"),ko.ROOM_ADD_USER_FAILED,"room add new user failed"),ko.LEADER_CONFLICT,"leader already exist"),ko.FOLLOWER_CONFLICT,"follower already exist"),ko.ROOM_DEPRECATED,"room is deprecated"),ko.SAME_LEADER_JOINED,"leader with the same user_id joined the room"),ko.SESSION_ALREADY_ENDED,"room is already ended"),ko.ROOM_ID_MISSING,"room id is required"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a,ko.AUTH_PAYLOAD_MISSING,"auth payload is required"),ko.START_URL_INVALID,"startUrl is invalid"),ko.SERVER_RESTARTED,"server restarted"),ko.WSSGW_REMOVE_NODE,"wssgw node instance removed"),ko.META_DATA_INVALID,"message meta data invalid"),ko.WSSGW_INSTANCE_NOT_FOUND,"wssgw instance not found"),ko.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,"message size limit exceeded by minute"),ko.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION,"message size limit exceeded by session"),ko.END_ROOM,"The user actively clicked \'end\'."),ko.DESTROY_DEACTIVE_ROOM,"The session ended automatically because there was only 1 user present for 3 minutes."),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a,ko.DESTROY_SLEEP_ROOM,"The session ended automatically due to no user activity in the session for 5 minutes."),ko.DESTROY_NO_VALID_OPERATION_ROOM,"The session ended automatically due to no valid operation messages"),ko.NO_OTHER_ACTIVE_USER,"no other active user in this meeting except record virtual user"),ko.RECORD_ALREADY_ENDED,"record already ended"),ko.RECORD_START_FAILED,"record start failed"),ko.REACHED_LEADER_LIMIT,"the number of leaders has reached the limit"),ko.REACHED_FOLLOWER_LIMIT,"the number of followers has reached the limit"));!function(e){e[e.RECORD_LEGAL_CONSENT=0]="RECORD_LEGAL_CONSENT"}(wo||(wo={})),function(e){e[e.ACTIVE=0]="ACTIVE",e[e.PASSIVE=1]="PASSIVE",e[e.REJECT=2]="REJECT"}(So||(So={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},xe.MouseMove,!0),xe.MouseInteraction,!0),xe.Scroll,!0),xe.ViewportResize,!0),xe.Input,!0),xe.TouchMove,!0),xe.MediaInteraction,!0),xe.Drag,!0),xe.Selection,!0);var Co,Ro=function(){function e(){var t=this;_classCallCheck(this,e),this.iframeMap=new Map,this.readyTabs=[],this._replayBuffer=[],this._messageBuffer=[],window.Core_Frames&&(window.Core_Frames.forEach((function(e,o){t.iframeMap.set(o,e)})),window.Core_Frames.clear()),window.Core_Frames=this.iframeMap}return _createClass(e,[{key:"bindReadyTab",value:function(e,t){return e.sessionId=t,e.locked=!0,this.bindFrame(t,e.tabId||""),e}},{key:"unbindAllReadyTab",value:function(){this.readyTabs.forEach((function(e){e.sessionId="",e.locked=!1})),this.unbindFrame("")}},{key:"unbindReadyTab",value:function(e){var t="";this.readyTabs.forEach((function(o){o.sessionId===e&&(o.sessionId="",o.locked=!1,t=o.tabId||"")})),this.unbindFrame(t)}},{key:"bindFrame",value:function(e,t){this.iframeMap.forEach((function(t,o){o.sessionId=e}))}},{key:"unbindFrame",value:function(e){this.iframeMap.forEach((function(e,t){t.sessionId=""}))}},{key:"getUnlockedReadyTab",value:function(){var e=this.readyTabs.find((function(e){return!e.locked}));return e||(e={sessionId:"",tabId:"",deffer:new St,locked:!1},this.readyTabs.push(e),this.readyTabs.length>1&&console.warn("readyTabs length,".concat(this.readyTabs.length)),e)}},{key:"getReadyTabById",value:function(e){return this.readyTabs.find((function(e){return e.locked}))}},{key:"addFrame",value:function(e,t){var o=this.getReadyTabById(e.tabId||"");o&&(e.sessionId=o.sessionId||""),this.iframeMap.set(e,t),this._checkBuffer(),this._flushMessageBuffer()}},{key:"hasFrame",value:function(e){var t=!1;return this.iframeMap.forEach((function(o){o===e&&(t=!0)})),t}},{key:"updateFrame",value:function(e,t){this.iframeMap.forEach((function(o,n){o===e&&Object.assign(n,t)}))}},{key:"_addOrClearBuffer",value:function(e){e&&(this._replayBuffer.push(e),(this._replayBuffer.length<10||this._replayBuffer.length%10==0)&&console.warn("target iframe is not found or not ready, push to replay buffer, total length: ".concat(this._replayBuffer.length)))}},{key:"_checkBuffer",value:function(){var e=this,t=[];this._replayBuffer.forEach((function(o){e.handleInteractionMessage(o,!0)||t.push(o)})),this._replayBuffer=t}},{key:"_isDataBelongToFrame",value:function(e,t){return this._isSubFrame(t)?this._isSubFrame(e)&&e.frameId===t.frameId:!!this._isTab(t)&&this._isDataBelongToTab(e,t)}},{key:"_isSubFrame",value:function(e){return!!e.frameId}},{key:"_isTab",value:function(e){return e.sessionId&&!e.frameId}},{key:"_isDataBelongToTab",value:function(e,t){return this._isTab(e)&&e.sessionId===t.sessionId}},{key:"handleInteractionMessage",value:function(e,t){var o=this;if(!e.sessionId)return console.error("recv message has no sessionId info"),!1;var n=!1;return this.iframeMap.forEach((function(t,a){(e.event.type===Me.RemoteControl?o._isDataBelongToFrame(a,e):o._isDataBelongToTab(a,e))&&(n=!0,t.postMessage({eventType:go.INTERACTION,data:e},a.origin))})),!!n||(t||this._addOrClearBuffer(e),!1)}},{key:"_flushMessageBuffer",value:function(){var e=this;0!==this._messageBuffer.length&&(this._messageBuffer.forEach((function(t){e.iframeMap.forEach((function(e,o){if("websocket"===t.type){var n=t.message,a=n.eventType,i=n.data;e.postMessage({eventType:a,data:i},o.origin)}else e.postMessage(t.message,o.origin)}))})),this._messageBuffer=[])}},{key:"_sendOrBufferRemoteControlMessage",value:function(e){var t=window.location.origin&&"null"!==window.location.origin?window.location.origin:"*";window.postMessage(e,t),0!==this.iframeMap.size?this.iframeMap.forEach((function(t,o){t.postMessage(e,o.origin)})):this._messageBuffer.push({type:"websocket",message:e})}},{key:"handleRemoteMessage",value:function(e,t){var o=this,n=e.eventType,a=e.data;switch(n){case go.INTERACTION:this.handleInteractionMessage(a);break;case go.FULL_SNAPSHOT_REQUEST:if(!a.sessionId)return void console.error("request full snapshot has no sessionId");var i=!1;Array.from(this.iframeMap).sort((function(e,t){return e[0].level-t[0].level})).forEach((function(e){var r=_slicedToArray(e,2),s=r[0],c=r[1];o._isDataBelongToTab(a,s)&&(i=!0,c.postMessage({eventType:n,data:a,batchNo:t},s.origin))})),i||console.error("request full snapshot iframe is not found or not ready");break;case go.REMOTE_CONTROL_RESPONSE:case go.REMOTE_CONTROL_GIVE_UP:case go.REMOTE_CONTROL_TAKE_BACK:case go.REMOTE_CONTROL_STATUS:this._sendOrBufferRemoteControlMessage({eventType:n,data:a});break;case go.USER_ROSTER:this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:a},t.origin)}));break;case go.ROOM_ROSTER:break;case go.END_ROOM:case go.DISCONNECTED:case go.LEAVE_ROOM:this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:a},t.origin)}));break;case go.FLYING_CURSOR:bo[null==a?void 0:a.type]&&this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:a},t.origin)}));break;case go.NTP:this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:a},t.origin)}))}}},{key:"postMessageToIframes",value:function(e){0!==this.iframeMap.size?this.iframeMap.forEach((function(t,o){t.postMessage(e,o.origin)})):this._messageBuffer.push({type:"postmessage",message:e})}}]),e}();!function(e){e.PING="ping",e.PONG="pong",e.PING_PONG_READY="ping_pong_ready",e.PAGE_READY="PAGE_READY",e.START_RECORD="start_record",e.STOP_RECORD="stop_record",e.UPDATE_PAGE_INFO="update_page_info",e.START_REPLAY="start_replay",e.REQUEST_AGENT_CURSOR_INFO="request_agent_cursor_info",e.POST_BACK_TO_FOLLOWER="post_back_to_follower",e.UPDATE_SESSION_SETTINGS="update_session_settings",e.SCROLL_PAGE="scroll_page"}(Co||(Co={}));var jo,Oo=function(){function e(){_classCallCheck(this,e),window.ZCB_CoBrowseConfigController=this,this.requestNpmModeAgentConfig()}return _createClass(e,[{key:"getCoBrowsingConfig",value:function(e){var t;return e?window.ZMCoBrowsingConfig?window.ZMCoBrowsingConfig[e]:null===(t=this.coBrowsingConfig)||void 0===t?void 0:t[e]:window.ZMCoBrowsingConfig||this.coBrowsingConfig}},{key:"setCoBrowsingConfig",value:function(e){this.coBrowsingConfig=Object.assign(Object.assign({},this.coBrowsingConfig),e)}},{key:"requestNpmModeAgentConfig",value:function(){var e,t,o;(null===(e=window.ZCB_NPM_SDK_AGENT_MAIN)||void 0===e?void 0:e.isInnerFrame(document))&&window.ZCB_CoBrowseConfigController.setCoBrowsingConfig(Object.assign({isViewer:null===(t=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.isViewer,appKey:null===(o=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===o?void 0:o.appKey},window.parent.ZCB_CoBrowseConfigController.coBrowsingConfig))}}],[{key:"create",value:function(){return window.ZCB_CoBrowseConfigController||new e}}]),e}(),Io=Oo.create(),Ao=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).isToppest=null,e._pongList=[],e.WAIT_TIME=3e4,e.PING_INTERVAL=5e3,e._pingIntervalTimers=[],e._timerList=[],e._subFrameInfoTempList=[],e._subFrameWinList=[],e.isRecording=!1,e.coreFrameMessageManager=new Ro,e.isCoreFrame=!1,e.role=gt.FOLLOWER,e._loadListeners=[],e.frameIdName="data-cbs-frame-id",e._toppestIsCoreFrame=!0,e.batchNo=Date.now(),window.ZCB_FrameTracer=_assertThisInitialized(e),e._autoResponsePing(),window.parent===window?(e.setSelfAsToppest(),_possibleConstructorReturn(e)):(e._pingToTopper(),e._answerReady(),e)}return _createClass(o,[{key:"on",value:function(e,t){return _get(_getPrototypeOf(o.prototype),"on",this).call(this,e,t)}},{key:"emit",value:function(e){for(var t,n=arguments.length,a=new Array(n>1?n-1:0),i=1;i<n;i++)a[i-1]=arguments[i];return(t=_get(_getPrototypeOf(o.prototype),"emit",this)).call.apply(t,[this,e].concat(a))}},{key:"isSubFrame",value:function(){return!this.isToppest&&!!this.subFrameId&&this._toppestIsCoreFrame}},{key:"setSelfAsToppest",value:function(){this._toppestWin=window,this._toppestWinOrigin=window.location.origin,this.isToppest=!0,this._logPingPong("Topest iframe: ".concat(window.location.origin))}},{key:"clearPingIntervalTimers",value:function(){var e=this._pingIntervalTimers.length;this._pingIntervalTimers.forEach((function(e){e&&e.timer&&clearInterval(e.timer)})),this._pingIntervalTimers=[],this._logPingPongProcess("Clear all polling PING timers (".concat(e," timers)"))}},{key:"clearAllTimers",value:function(){this._timerList.forEach((function(e){e&&clearTimeout(e)})),this._timerList=[],this._pongList.forEach((function(e){e.finished||e.resolve(!1)})),this.clearPingIntervalTimers()}},{key:"getSafeOrigin",value:function(e){try{return e.location.origin}catch(e){return"cross-origin"}}},{key:"startPingInterval",value:function(e){var t=this,o=0,n=this.getSafeOrigin(e),a=setInterval((function(){o++;var a={type:Co.PING};t._logPingPongProcess("Polling PING #".concat(o," to ").concat(n)),e.postMessage(a,"*")}),this.PING_INTERVAL);this._pingIntervalTimers.push({timer:a,pingCount:o,targetWindow:e}),this._logPingPongProcess("Start polling PING timer #".concat(this._pingIntervalTimers.length," for ").concat(n,", interval:").concat(this.PING_INTERVAL,"ms"))}},{key:"_answerReady",value:function(){var e=this;this.isReady().then((function(t){var o,n;if(!t){var a="".concat(Math.floor(Date.now()%3e5),"-").concat(window.location.hostname);e.subFrameId=a;var i=e._toppestWinLevel+(e._toppestWinLevel!==e._parentWinLevel?"-".concat(e._parentWinLevel):""),r={type:Co.PING_PONG_READY,frameId:a,levelId:i,isToParent:!0,isToToppest:e._toppestWin===e._parentWin};null===(o=e._parentWin)||void 0===o||o.postMessage(r,e._parentWinOrigin),e._toppestWin!==e._parentWin&&(r={type:Co.PING_PONG_READY,frameId:a,levelId:i,isToToppest:!0},null===(n=e._toppestWin)||void 0===n||n.postMessage(r,e._toppestWinOrigin))}}))}},{key:"_logPingPong",value:function(e){console.log("%s","client-core: ".concat(e))}},{key:"_logPingPongProcess",value:function(e){console.log("%s","client-core: ".concat(e))}},{key:"notSelfWinMessage",value:function(e){return e.source!==window}},{key:"getEventSourceOrigin",value:function(e){try{if(e.source&&"location"in e.source){var t=e.source.location.origin;if(t&&"null"!==t)return t}if(e.source&&"origin"in e.source)return e.source.origin}catch(t){return e.origin}return e.origin}},{key:"_autoResponsePing",value:function(){var e=this;window.addEventListener("message",(function(t){var o,n,a,i,s,c;if(t.source){var u=e.getEventSourceOrigin(t);if((null===(o=t.data)||void 0===o?void 0:o.type)===Co.PING&&e.notSelfWinMessage(t)){e._logPingPong("Recv Ping: ".concat(u," ----\\x3e ").concat(window.location.origin)),e._logPingPong("Send Pong: ".concat(window.location.origin," ----\\x3e ").concat(u));var l={type:Co.PONG};t.source.postMessage(l,u),e._subFrameWinList.push({win:t.source,origin:u})}else if((null===(n=t.data)||void 0===n?void 0:n.type)===Co.PING_PONG_READY&&e.notSelfWinMessage(t))t.data.isToParent&&e._addFrameIdAttr(t.source,t.data.frameId,t.data.levelId),t.data.isToToppest&&(e._logPingPong("Ping pong Ready: ".concat(u)),e._addSubFrameId(t.data.frameId,t.source),e.lazyBroadcastMessage(t.source,u));else if((null===(a=t.data)||void 0===a?void 0:a.type)===Co.START_RECORD&&t.source===e._toppestWin&&e.notSelfWinMessage(t))t.data.batchNo&&(e.batchNo=t.data.batchNo),e.handleStartRecord(t.data);else if((null===(i=t.data)||void 0===i?void 0:i.type)===Co.PAGE_READY){e._logPingPong("SUB_PAGE_READY: from=".concat(u));var p=t.data,d=p.frameId,h=p.level;e.coreFrameMessageManager.hasFrame(t.source)||(e.coreFrameMessageManager.addFrame({frameId:d,origin:u,level:h,tabId:"",sessionId:""},t.source),e.lazyBroadcastMessage(t.source,u));var m=(window.ZCB_TrackingIdController||{}).ZCB_ZmTrackingIds,g={type:Co.POST_BACK_TO_FOLLOWER,ZCB_ZmTrackingIds:m,ZCB_ZmDeviceId:window.ZCB_ZmDeviceId};t.source.postMessage(g);var f=e.coreFrameMessageManager.getUnlockedReadyTab();f.deffer.resolve(f)}else if(t.data.type===Co.UPDATE_PAGE_INFO){var v=r(t.data,["type"]);e.coreFrameMessageManager.updateFrame(t.source,v)}else if(t.data.type===Co.START_REPLAY){var y=t.data,k=y.type,_=r(y,["type"]);e.emit(k,_)}else if(t.data.type===Co.SCROLL_PAGE){var b=t.data,E=b.type,w=r(b,["type"]);e.emit(E,w)}else if(t.data.type===Co.REQUEST_AGENT_CURSOR_INFO){var S=t.data,T=S.type,C=S.userId;e.emit(T,C)}else if((null===(s=t.data)||void 0===s?void 0:s.type)===Co.POST_BACK_TO_FOLLOWER)e.emit(t.data.type,t.data);else if((null===(c=t.data)||void 0===c?void 0:c.type)===Co.UPDATE_SESSION_SETTINGS&&t.source===e._toppestWin&&e.notSelfWinMessage(t)){var R=r(t.data,["type"]);e.updateSessionSettings(Object.assign(Object.assign({},R),{subFrame:{win:t.source,origin:u}}))}}}))}},{key:"lazyBroadcastMessage",value:function(e,t){this.updateSessionSettings({sessionSettings:this.sessionSettings,subFrame:{win:e,origin:t}}),this.isRecording&&this.notifyWinStartRecord(e,t)}},{key:"handleStartRecord",value:function(e){e.sessionSettings&&(this.sessionSettings=e.sessionSettings),e.coBrowsingConfig&&(this.coBrowsingConfig=e.coBrowsingConfig,Io.setCoBrowsingConfig(e.coBrowsingConfig)),this._toppestIsCoreFrame=!!e.toppestIsCoreFrame,this._toppestIsCoreFrame||this.updatePageInfoToTop({frameId:""}),this.notifySelfFrameStartRecord(e.sessionId)}},{key:"updatePageInfoToTop",value:function(e){var t;if(!this.isToppest&&this.isCoreFrame){var o=Object.assign({type:Co.UPDATE_PAGE_INFO},e);null===(t=this._toppestWin)||void 0===t||t.postMessage(o,this._toppestWinOrigin)}}},{key:"_addSubFrameId",value:function(e,t){e&&(0===this._loadListeners.length?this._subFrameInfoTempList.push({frameId:e,win:t}):this._loadListeners.forEach((function(o){o(e,t)})))}},{key:"addLoadListener",value:function(e){this.isToppest&&(this._loadListeners.push(e),this._subFrameInfoTempList.length>0&&this._subFrameInfoTempList.forEach((function(t){var o=t.frameId,n=t.win;e(o,n)})))}},{key:"_addFrameIdAttr",value:function(e,t,o){var n=this;document.querySelectorAll("iframe").forEach((function(a){a.contentWindow===e&&(t&&a.setAttribute(n.frameIdName,t),o&&a.setAttribute("data-cbs-frame-level-id",o))}))}},{key:"isReady",value:function(){var e=this;return null!==this.isToppest?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(this.isToppest):this._pongList.length?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.all(this._pongList.map((function(e){return e.promise}))).then((function(t){return e.isToppest=!t.some((function(e){return!0===e})),e.isToppest})):globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(!0)}},{key:"setCurrentAsToppest",value:function(){this._pingIntervalTimers.length>0&&(this.setSelfAsToppest(),this.clearAllTimers())}},{key:"checkUnlockedReadyTab",value:function(){return this.coreFrameMessageManager.getUnlockedReadyTab().deffer.promise}},{key:"bindReadyTab",value:function(e,t){return this.coreFrameMessageManager.unbindAllReadyTab(),this.coreFrameMessageManager.bindReadyTab(e,t)}},{key:"unbindReadyTab",value:function(e){this.coreFrameMessageManager.unbindReadyTab(e)}},{key:"isSameOriginWithParent",value:function(){if(window.parent===window&&(this._isSameOriginWithParent=!1),"boolean"==typeof this._isSameOriginWithParent)return this._isSameOriginWithParent;try{window.parent.location.href;this._isSameOriginWithParent=!0}catch(e){this._isSameOriginWithParent=!1}return this._isSameOriginWithParent}},{key:"_setToppestWin",value:function(e,t,o){this._toppestWin&&this._toppestWinLevel>t||(this._toppestWin=e,this._toppestWinOrigin=o,this._toppestWinLevel=t)}},{key:"_setParentWin",value:function(e,t,o){this._parentWin&&this._parentWinLevel<t||(this._parentWin=e,this._parentWinOrigin=o,this._parentWinLevel=t)}},{key:"getCurrentPageLevel",value:function(){return"number"==typeof this._toppestWinLevel?this._toppestWinLevel:-1}},{key:"_pingToTopper",value:function(){for(var e=this,t=window.parent,o=this,n=function(){var n=new St,a=e._pongList.length,i=t;e._pongList.push(n);var r,s=performance.now();window.addEventListener("message",(function e(t){var r;if((null===(r=t.data)||void 0===r?void 0:r.type)===Co.PONG&&t.source&&o.notSelfWinMessage(t)&&t.source===i){var c=o.getEventSourceOrigin(t);o._logPingPong("Recv Pong: ".concat(c," ----\\x3e ").concat(window.location.origin)),n.finished?console.error("client-core: ping pong response setTimeout (".concat(o.WAIT_TIME,") too short, takes ").concat(performance.now()-s)):(o._setToppestWin(t.source,a,c),o._setParentWin(t.source,a,c),n.resolve(!0),o.clearAllTimers()),window.removeEventListener("message",e)}}));var c={type:Co.PING};e._logPingPong("Send Ping: ".concat(window.location.origin," ----\\x3e *")),i.postMessage(c,"*"),r=setTimeout((function(){n.finished||(e.setSelfAsToppest(),n.resolve(!1)),e.clearAllTimers()}),e.WAIT_TIME),e._timerList.push(r),e.startPingInterval(i),t=i.parent===i?null:i.parent};null!==t&&t!==window;)n()}},{key:"init",value:function(e){var t=this,o=e.isCoreFrame,n=e.role;return this.role=n,this.isCoreFrame=o,this.isCoreFrame&&this.isReady().then((function(){t.notifyTopWindowReady()})),this}},{key:"isLeader",value:function(){return this.role===gt.LEADER}},{key:"sendCoreMessage",value:function(e){return this._toppestWin&&this._toppestWinOrigin&&this._toppestWin.postMessage(e,this._toppestWinOrigin),this}},{key:"sendMessageToToppest",value:function(e){this._toppestWin&&this._toppestWinOrigin&&this._toppestWin.postMessage(e,this._toppestWinOrigin)}},{key:"handleRemoteMessage",value:function(e){this.isSubFrame()||e.eventType!==go.FULL_SNAPSHOT_REQUEST||this.batchNo++,this.coreFrameMessageManager.handleRemoteMessage(e,this.batchNo)}},{key:"postMessageToIframes",value:function(e){this.coreFrameMessageManager.postMessageToIframes(e)}},{key:"notifyWinStartRecord",value:function(e,t,o){var n={type:Co.START_RECORD,sessionId:this.recordingSessionId,toppestIsCoreFrame:this.isCoreFrame,sessionSettings:this.sessionSettings,coBrowsingConfig:Io.getCoBrowsingConfig()};o&&(n.batchNo=this.batchNo),this.coreFrameMessageManager.updateFrame(e,{sessionId:this.recordingSessionId,tabId:this.recordingSessionId}),e.postMessage(n,t)}},{key:"notifySubFrameStartRecord",value:function(){var e=this;this._subFrameWinList.forEach((function(t){var o=t.win,n=t.origin;e.notifyWinStartRecord(o,n,!0)}))}},{key:"notifySelfFrameStartRecord",value:function(e){var t=this;this.isRecording=!0,this.recordingSessionId=e,this.isCoreFrame&&this.isLeader()&&this.isReady().then((function(){t.emit(Co.START_RECORD,{sessionId:e,sessionSettings:t.sessionSettings})}))}},{key:"notifyCoreStartRecord",value:function(e){var t=e.sessionId,o=e.sessionSettings;return o&&(this.sessionSettings=o),No.batchNo++,this.setSelfAsToppest(),this.clearAllTimers(),this.notifySelfFrameStartRecord(t),this.notifySubFrameStartRecord(),this}},{key:"notifyWinStopRecord",value:function(e,t){var o={type:Co.STOP_RECORD};e.postMessage(o,t)}},{key:"notifySubFrameStopRecord",value:function(){var e=this;this._subFrameWinList.forEach((function(t){var o=t.win,n=t.origin;e.notifyWinStopRecord(o,n)}))}},{key:"notifySelfFrameStopRecord",value:function(){this.isRecording=!1,this.recordingSessionId="",this.isCoreFrame&&this.emit(Co.STOP_RECORD)}},{key:"notifyCoreStopRecord",value:function(){return this.notifySelfFrameStopRecord(),this.notifySubFrameStopRecord(),this}},{key:"notifyTopWindowReady",value:function(){var e,t={type:Co.PAGE_READY,frameId:this.isLeader()?this.subFrameId:"",isLeader:this.isLeader(),level:this.getCurrentPageLevel()};return null===(e=this._toppestWin)||void 0===e||e.postMessage(t,this._toppestWinOrigin),this}},{key:"isCrossOriginFromToppestWin",value:function(){try{return window.location.origin!==new URL(this._toppestWinOrigin,window.location.href).origin}catch(e){return!0}}},{key:"getSessionSettings",value:function(){return this.sessionSettings}},{key:"updateSessionSettings",value:function(e){var t=e.sessionSettings,o=e.subFrame;t&&(this.sessionSettings=t);var n={type:Co.UPDATE_SESSION_SETTINGS,sessionSettings:t};o?o.win.postMessage(n,o.origin):this._subFrameWinList.forEach((function(e){var t=e.win,o=e.origin;t.postMessage(n,o)}))}}],[{key:"create",value:function(){return window.ZCB_FrameTracer||new o}}]),o}(Ct),No=Ao.create(),Do=function(){function e(t){var o=this;_classCallCheck(this,e),this.options=t,this.onMessage=function(e){e.data&&e.data.type&&[Ze.CBS,Ze.REMOTE_ASSIST_FLYING_CURSOR].includes(e.data.type)&&o.options.callback(e.data)}}return _createClass(e,[{key:"start",value:function(){this.stop(),window.addEventListener("message",this.onMessage)}},{key:"stop",value:function(){window.removeEventListener("message",this.onMessage)}}]),e}(),Lo=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this,e)).registerHanlder((function(e,t){No.handleRemoteMessage(t)})),n}return _createClass(o)}(nt);\n/*! *****************************************************************************\n Copyright (c) Microsoft Corporation.\n\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted.\n\n THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\n REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n PERFORMANCE OF THIS SOFTWARE.\n ***************************************************************************** */\nfunction Po(e,t){var o="function"==typeof Symbol&&e[Symbol.iterator];if(!o)return e;var n,a,i=o.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)r.push(n.value)}catch(e){a={error:e}}finally{try{n&&!n.done&&(o=i.return)&&o.call(i)}finally{if(a)throw a.error}}return r}!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(jo||(jo={}));var zo={type:"xstate.init"};function Mo(e){return void 0===e?[]:[].concat(e)}function xo(e){return{type:"xstate.assign",assignment:e}}function Fo(e,t){return"string"==typeof(e="string"==typeof e&&t&&t[e]?t[e]:e)?{type:e}:"function"==typeof e?{type:e.name,exec:e}:e}function Bo(e){return function(t){return e===t}}function Uo(e){return"string"==typeof e?{type:e}:e}function Vo(e,t){return{value:e,context:t,actions:[],changed:!1,matches:Bo(e)}}function Wo(e,t,o){var n=t,a=!1;return[e.filter((function(e){if("xstate.assign"===e.type){a=!0;var t=Object.assign({},n);return"function"==typeof e.assignment?t=e.assignment(n,o):Object.keys(e.assignment).forEach((function(a){t[a]="function"==typeof e.assignment[a]?e.assignment[a](n,o):e.assignment[a]})),n=t,!1}return!0})),n,a]}var Ho=function(e,t){return e.actions.forEach((function(o){var n=o.exec;return n&&n(e.context,t)}))};var Go,Zo,Ko,Jo=(Go=function(e,t){void 0===t&&(t={});var o=Po(Wo(Mo(e.states[e.initial].entry).map((function(e){return Fo(e,t.actions)})),e.context,zo),2),n=o[0],a=o[1],i={config:e,_options:t,initialState:{value:e.initial,actions:n,context:a,matches:Bo(e.initial)},transition:function(t,o){var n,a,r="string"==typeof t?{value:t,context:e.context}:t,s=r.value,c=r.context,u=Uo(o),l=e.states[s];if(l.on){var p=Mo(l.on[u.type]);try{for(var d=function(e){var t="function"==typeof Symbol&&Symbol.iterator,o=t&&e[t],n=0;if(o)return o.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(p),h=d.next();!h.done;h=d.next()){var m=h.value;if(void 0===m)return Vo(s,c);var g="string"==typeof m?{target:m}:m,f=g.target,v=g.actions,y=void 0===v?[]:v,k=g.cond,_=void 0===k?function(){return!0}:k,b=void 0===f,E=null!=f?f:s,w=e.states[E];if(_(c,u)){var S=Po(Wo((b?Mo(y):[].concat(l.exit,y,w.entry).filter((function(e){return e}))).map((function(e){return Fo(e,i._options.actions)})),c,u),3),T=S[0],C=S[1],R=S[2],j=null!=f?f:s;return{value:j,context:C,actions:T,changed:f!==s||T.length>0||R,matches:Bo(j)}}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(n)throw n.error}}}return Vo(s,c)}};return i}({id:"participants",initial:"disconnected",context:{participants:new Map,currentUserId:""},states:{connected:{on:{RESET:{target:"disconnected",actions:["reset"]},ADD_USERS:{actions:["updateUsers"]},REMOVE_USERS:{actions:["updateUsers"]},UPDATE_USERS:{actions:["updateUsers"]},UPDATE_CURRENT_USER_ID:{actions:["reset","updateCurrentUserId"]}}},disconnected:{on:{UPDATE_CURRENT_USER_ID:{target:"connected",actions:["reset","updateCurrentUserId"]},RESET:{actions:["reset"]}}}}},{actions:{reset:xo((function(e){return e.participants.clear(),Object.assign(Object.assign({},e),{currentUserId:""})})),updateUsers:xo({participants:function(e,t){return"ADD_USERS"===t.type?t.payload.forEach((function(t){e.participants.set(t.userId,t)})):"REMOVE_USERS"===t.type?t.payload.forEach((function(t){var o=t.userId;e.participants.delete(o)})):"UPDATE_USERS"===t.type&&t.payload.forEach((function(t){var o=e.participants.get(t.userId)||{};e.participants.set(t.userId,Object.assign(Object.assign({},o),t))})),e.participants}}),updateCurrentUserId:xo((function(e,t){return"UPDATE_CURRENT_USER_ID"!==t.type?e:Object.assign(Object.assign({},e),{currentUserId:t.payload.userId||""})}))}}),function(e){var t=e.initialState,o=jo.NotStarted,n=new Set,a={_machine:e,send:function(a){o===jo.Running&&(t=e.transition(t,a),Ho(t,Uo(a)),n.forEach((function(e){return e(t)})))},subscribe:function(e){return n.add(e),e(t),{unsubscribe:function(){return n.delete(e)}}},start:function(n){if(n){var i="object"==_typeof(n)?n:{context:e.config.context,value:n};t={value:i.value,actions:[],context:i.context,matches:Bo(i.value)}}else t=e.initialState;return o=jo.Running,Ho(t,zo),a},stop:function(){return o=jo.Stopped,n.clear(),a},get state(){return t},get status(){return o}};return a}(Go));Jo.start(),function(e){e[e.info=0]="info",e[e.debug=1]="debug",e[e.log=2]="log",e[e.warn=3]="warn",e[e.error=4]="error"}(Zo||(Zo={})),function(e){e.afterInit="afterInit",e.beforeLog="beforeLog",e.afterLog="afterLog",e.beforeReport="beforeReport",e.afterReport="afterReport"}(Ko||(Ko={}));var Yo=_createClass((function e(){_classCallCheck(this,e)}));Vt();var qo=function(e){try{return JSON.stringify(e)}catch(e){return"json stringify failed"}};var $o,Xo,Qo,en=($o=(new Date).getTime(),Xo=performance&&performance.now&&1e3*performance.now()||0,"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random();return $o>0?(t=($o+t)%16|0,$o=Math.floor($o/16)):(t=(Xo+t)%16|0,Xo=Math.floor(Xo/16)),("x"===e?t:3&t|8).toString(16)}))),tn=function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(o[n[a]]=e[n[a]])}return o},on=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,o="".concat(e);o.length<t;)o="0".concat(o);return o},nn=function(e){var t=new Date(e),o=t.getUTCFullYear(),n=on(t.getUTCMonth()+1),a=on(t.getUTCDate()),i=on(t.getUTCHours()),r=on(t.getUTCMinutes()),s=on(t.getUTCSeconds()),c=on(t.getUTCMilliseconds(),3);return"".concat(o,"-").concat(n,"-").concat(a," ").concat(i,":").concat(r,":").concat(s,".").concat(c)},an={version:"000001",flag:"0"},rn=function(e){return e.reduce((function(e,t){var o,n,a,i,r,s,c,u=(n=(o=t).message,a=o.logLevel,i=o.tags,r=o.timestamp,o.id,s=tn(o,["message","logLevel","tags","timestamp","id"]),c=Object.assign({time:nn(r),logLevel:Zo[a],message:n,tags:i,laplaceSessionId:en},s),qo(c)),l=function(e){for(var t=e.length,o=e.length-1;o>=0;o--){var n=e.charCodeAt(o);n>127&&n<=2047?t++:n>2047&&n<=65535&&(t+=2),n>=56320&&n<=57343&&o--}return t}(u),p=e[e.length-1];return p.currentSize+l>30720?e.push({messages:[u],ids:[t.id],currentSize:l}):(p.messages.push(u),p.ids.push(t.id),p.currentSize+=l),e}),[{messages:[],ids:[],currentSize:0}]).filter((function(e){return e.currentSize>0})).map((function(e){return{messages:e.messages.join("\\n"),ids:e.ids,meta:an}}))};function sn(e){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){e.oncomplete=e.onsuccess=function(){return t(e.result)},e.onabort=e.onerror=function(){return o(e.error)}}))}function cn(e,t){var o=indexedDB.open(e);o.onupgradeneeded=function(){return o.result.createObjectStore(t)};var n=sn(o);return function(e,o){return n.then((function(n){return o(n.transaction(t,e).objectStore(t))}))}}function un(){return Qo||(Qo=cn("keyval-store","keyval")),Qo}function ln(e,t){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:un())("readwrite",(function(o){return o.put(t,e),sn(o.transaction)}))}function pn(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:un())("readwrite",(function(t){return e.forEach((function(e){return t.delete(e)})),sn(t.transaction)}))}function dn(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:un())("readwrite",(function(e){return e.clear(),sn(e.transaction)}))}function hn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:un();return e("readonly",(function(t){if(t.getAll&&t.getAllKeys)return globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.all([sn(t.getAllKeys()),sn(t.getAll())]).then((function(e){var t=_slicedToArray(e,2),o=t[0],n=t[1];return o.map((function(e,t){return[e,n[t]]}))}));var o=[];return e("readonly",(function(e){return function(e,t){return e.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},sn(e.transaction)}(e,(function(e){return o.push([e.key,e.value])})).then((function(){return o}))}))}))}var mn=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(a,i){function r(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}c((n=n.apply(e,t||[])).next())}))},gn=new(function(){function e(){_classCallCheck(this,e),this.queue=[],this.processing=!1}return _createClass(e,[{key:"enqueue",value:function(e){var t=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(o,n){t.queue.push((function(){return mn(t,void 0,void 0,_regeneratorRuntime().mark((function t(){var a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,e();case 3:a=t.sent,o(a),t.next=10;break;case 7:t.prev=7,t.t0=t.catch(0),n(t.t0);case 10:case"end":return t.stop()}}),t,null,[[0,7]])})))})),t.processing||t.processNext()}))}},{key:"processNext",value:function(){return mn(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(0!==this.queue.length){e.next=3;break}return this.processing=!1,e.abrupt("return");case 3:return this.processing=!0,t=this.queue.shift(),e.prev=5,e.next=8,t();case 8:e.next=13;break;case 10:e.prev=10,e.t0=e.catch(5),console.error("Task error:",e.t0);case 13:this.processNext();case 14:case"end":return e.stop()}}),e,this,[[5,10]])})))}}]),e}()),fn=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(a,i){function r(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}c((n=n.apply(e,t||[])).next())}))},vn=_createClass((function e(t){var o=this;_classCallCheck(this,e),this.set=function(e,t){try{return!o.disableDB&&gn.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function o(){return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return o.abrupt("return",ln(e,t,this.store));case 1:case"end":return o.stop()}}),o,this)})))}))}catch(e){o.disableDB=!0}},this.makeNextId=function(){return o.nextId+=1,o.nextId},this.addLog=function(e){o.addToMemory(e);var t=e.id;return Number.isNaN(t),o.set("".concat(t),e)},this.addToMemory=function(e,t){o.memoryStoreData=t?[].concat(e):o.memoryStoreData.concat(e)},this.syncFromIDB=function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,a,i,r=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,gn.enqueue((function(){return fn(r,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",hn(this.store));case 1:case"end":return e.stop()}}),e,this)})))}));case 2:if(o=e.sent,n=o.filter((function(e){var t=_slicedToArray(e,2),o=t[0],n=t[1];return!(null==n?void 0:n.id)&&0!==(null==n?void 0:n.id)||!Number.isInteger(Number(o))})),a=n.map((function(e){return e[0]})),i=o.filter((function(e){var t=_slicedToArray(e,1)[0];return!a.includes(t)})).sort((function(e,t){var o,n;return(null===(o=e[1])||void 0===o?void 0:o.id)-(null===(n=t[1])||void 0===n?void 0:n.id)})).map((function(e){return _slicedToArray(e,2)[1]})),this.addToMemory(i,!0),!(a.length>0)){e.next=10;break}return e.next=10,this.deleteLogs(a);case 10:return this.nextId=0===this.memoryStoreData.length?0:null===(t=this.memoryStoreData[this.memoryStoreData.length-1])||void 0===t?void 0:t.id,e.abrupt("return",this.memoryStoreData);case 12:case"end":return e.stop()}}),e,this)})))},this.getStore=function(){return o.memoryStoreData},this.filterStore=function(e){var t=[],n=[e].flatMap((function(e){return e}));return t=e?o.memoryStoreData.filter((function(e){return n.some((function(t){return"string"==typeof t?e.tags.some((function(e){return t===e})):"function"==typeof t&&t(e)}))})):o.memoryStoreData,t},this.deleteLogs=function(e){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){var o=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this.deleteMemoryLogs(e),t.abrupt("return",gn.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",pn(e.map((function(e){return"".concat(e)})),this.store));case 1:case"end":return t.stop()}}),t,this)})))})));case 2:case"end":return t.stop()}}),t,this)})))},this.deleteLogsAfterReport=function(e){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this.deleteMemoryLogs(e),t.abrupt("return",pn(e.map((function(e){return"".concat(e)})),this.store));case 2:case"end":return t.stop()}}),t,this)})))},this.deleteMemoryLogs=function(e){o.memoryStoreData=o.memoryStoreData.filter((function(t){var o;return!(null===(o=e.includes)||void 0===o?void 0:o.call(e,t.id))}))},this.reset=function(){o.memoryStoreData=[],gn.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",dn(this.store));case 1:case"end":return e.stop()}}),e,this)})))}))},this.nextId=0,this.memoryStoreData=[],this.disableDB=!1,gn.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",cn(t,t+"-store"));case 1:case"end":return e.stop()}}),e)})))})).then((function(e){o.store=e}))}));function yn(e,t,o){var n=e.plugins;return Array.isArray(n)?n.map((function(e){return e[t]})).reduce((function(t,o){var n=null==o?void 0:o(e,t);return null!=n?n:t}),o):o}var kn=function(e){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t){var o=new XMLHttpRequest;o.open(e.type||"GET",e.url,!0),o.withCredentials=e.withCredentials,o.onerror=function(o){t({error:o,report:e.reportItem})},o.onreadystatechange=function(){if(4===o.readyState){var n=o.status;t(n>=200&&n<300?{report:e.reportItem}:{error:"Request failed, status: ".concat(n,", responseText: ").concat(o.responseText),report:e.reportItem})}},Object.entries(e.headers).forEach((function(e){var t=_slicedToArray(e,2),n=t[0],a=t[1];a&&n&&o.setRequestHeader(n,a)})),o.send(e.data)}))},_n="Expected a function",bn=NaN,En="[object Symbol]",wn=/^\\s+|\\s+$/g,Sn=/^[-+]0x[0-9a-f]+$/i,Tn=/^0b[01]+$/i,Cn=/^0o[0-7]+$/i,Rn=parseInt,jn="object"==_typeof(De)&&De&&De.Object===Object&&De,On="object"==("undefined"==typeof self?"undefined":_typeof(self))&&self&&self.Object===Object&&self,In=jn||On||Function("return this")(),An=Object.prototype.toString,Nn=Math.max,Dn=Math.min,Ln=function(){return In.Date.now()};function Pn(e,t,o){var n,a,i,r,s,c,u=0,l=!1,p=!1,d=!0;if("function"!=typeof e)throw new TypeError(_n);function h(t){var o=n,i=a;return n=a=void 0,u=t,r=e.apply(i,o)}function m(e){var o=e-c;return void 0===c||o>=t||o<0||p&&e-u>=i}function g(){var e=Ln();if(m(e))return f(e);s=setTimeout(g,function(e){var o=t-(e-c);return p?Dn(o,i-(e-u)):o}(e))}function f(e){return s=void 0,d&&n?h(e):(n=a=void 0,r)}function v(){var e=Ln(),o=m(e);if(n=arguments,a=this,c=e,o){if(void 0===s)return function(e){return u=e,s=setTimeout(g,t),l?h(e):r}(c);if(p)return s=setTimeout(g,t),h(c)}return void 0===s&&(s=setTimeout(g,t)),r}return t=xn(t)||0,zn(o)&&(l=!!o.leading,i=(p="maxWait"in o)?Nn(xn(o.maxWait)||0,t):i,d="trailing"in o?!!o.trailing:d),v.cancel=function(){void 0!==s&&clearTimeout(s),u=0,n=c=a=s=void 0},v.flush=function(){return void 0===s?r:f(Ln())},v}function zn(e){var t=_typeof(e);return!!e&&("object"==t||"function"==t)}function Mn(e){return"symbol"==_typeof(e)||function(e){return!!e&&"object"==_typeof(e)}(e)&&An.call(e)==En}function xn(e){if("number"==typeof e)return e;if(Mn(e))return bn;if(zn(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=zn(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(wn,"");var o=Tn.test(e);return o||Cn.test(e)?Rn(e.slice(2),o?2:8):Sn.test(e)?bn:+e}var Fn=function(e,t,o){var n=!0,a=!0;if("function"!=typeof e)throw new TypeError(_n);return zn(o)&&(n="leading"in o?!!o.leading:n,a="trailing"in o?!!o.trailing:a),Pn(e,t,{leading:n,maxWait:t,trailing:a})},Bn=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(a,i){function r(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}c((n=n.apply(e,t||[])).next())}))},Un={databaseName:"laplace-default-db"},Vn=function(e,t,o,n){var a=Date.now();return Object.assign({message:e,logLevel:o,tags:t,timestamp:a},n)},Wn=_createClass((function e(t){var o=this;_classCallCheck(this,e),this.cacheFilter=[],this.log=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Zo.log,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return Bn(o,void 0,void 0,_regeneratorRuntime().mark((function o(){var i,r,s;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:i=[t,this.publicTags].flatMap((function(e){return e})),r=Vn(e,i,n,Object.assign(Object.assign({},this.publicAttributes),a)),(s=yn(this,Ko.beforeLog,r)).id=this.idbManager.makeNextId(),this.idbManager.addLog(s),yn(this,Ko.afterLog,s);case 6:case"end":return o.stop()}}),o,this)})))},this.deleteLog=function(e,t){if(!Array.isArray(t)||(o.idbManager.deleteLogs(t),e)){var n=o.idbManager.filterStore(e).map((function(e){return e.id}));o.idbManager.deleteLogs(n)}},this.deleteAll=function(){o.idbManager.reset()},this.getLogs=function(e){return o.idbManager.filterStore(e)},this.setReportUrl=function(e){o.reportUrl=e},this.throttleReport=Fn((function(e){o.reportByHttps(e),o.cacheFilter=[]}),5e3,{leading:!0,trailing:!0}),this.reportByFilter=function(e){o.cacheFilter=o.cacheFilter.concat(e),o.throttleReport(o.cacheFilter)},this.reportByHttps=function(e){return Bn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:o=function(){return Bn(n,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((o=this.idbManager.filterStore(e))&&0!==o.length){t.next=3;break}return t.abrupt("return");case 3:return n=yn(this,Ko.beforeReport,o),a=rn(n),t.abrupt("return",this.commonReport(a));case 6:case"end":return t.stop()}}),t,this)})))},gn.enqueue(o);case 2:case"end":return t.stop()}}),t)})))},this.directReport=function(e,t){var n,a,i,r,s=null!==(n=t.sampleRate)&&void 0!==n?n:1;if(!(Math.random()>s))return r=t.useRawData?e:Object.assign({message:e,time:nn(Date.now()),tags:[].concat(_toConsumableArray(null!==(a=null==t?void 0:t.tags)&&void 0!==a?a:[]),_toConsumableArray(o.publicTags)),logLevel:null!==(i=null==t?void 0:t.logLevel)&&void 0!==i?i:Zo.log,laplaceSessionId:en},o.publicAttributes),o.commonReport([{messages:r,meta:an}],!1)},this.commonReport=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(o.reportUrl)return globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.all(e.map((function(e){return{url:o.reportUrl,type:"POST",withCredentials:!1,headers:{},data:qo({messages:e.messages,meta:e.meta}),reportItem:e}})).map(kn)).then((function(e){var n=e.filter((function(e){return!e.error})).flatMap((function(e){return e.report.ids}));if(yn(o,Ko.afterReport,{removeIds:n}),t)return o.idbManager.deleteLogsAfterReport(n)}))};var n=t.databaseName,a=t.reportUrl,i=void 0===a?"":a,r=t.plugins,s=void 0===r?[]:r,c=t.idbManager,u=t.publicTags,l=void 0===u?[]:u,p=t.publicAttributes,d=void 0===p?{}:p;this.databaseName=n,this.reportUrl=i,this.plugins=s,this.idbManager=c,this.publicTags=l,this.publicAttributes=d,yn(this,Ko.afterInit)}));Wn.init=function(e){return Bn(void 0,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=e.databaseName,n=new vn(void 0===o?"laplace-default-db":o),t.next=4,n.syncFromIDB();case 4:return t.abrupt("return",new Wn(Object.assign(Object.assign(Object.assign({},Un),e),{idbManager:n})));case 5:case"end":return t.stop()}}),t)})))};var Hn,Gn,Zn={enable:!0,gatewayEndPoint:"",logLevel:{debug:!1,log:!0,info:!1,print:!1,warn:!0,error:!0},logLevelAutoReport:{debug:!0,log:!0,info:!0,warn:!0,error:!0}},Kn=(null===window||void 0===window?void 0:window.ZMCoBrowsingConfig)||{},Jn={enable:Kn.enableZCBClientLog,gatewayEndPoint:Kn.gatewayEndPoint},Yn=function(){var e,t=null!==(e=Jn.gatewayEndPoint)&&void 0!==e?e:Zn.gatewayEndPoint;return t||""}(),qn=Zn,$n=(Hn="",Gn=void 0,{setDynamicReportUrl:function(e){Hn=e},getDynamicReportUrl:function(){return Hn},getCurrentReportUrl:function(){return Hn||Yn},setDynamicLaplaceEnabled:function(e){Gn=e},getDynamicLaplaceEnabled:function(){return Gn}}),Xn=function(){return void 0!==$n.getDynamicLaplaceEnabled()?$n.getDynamicLaplaceEnabled():function(){var e;return!!(null!==(e=Jn.enable)&&void 0!==e?e:null==Zn?void 0:Zn.enable)}()},Qn=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).config={debug:!1},n.debugLog=function(e){n.config.debug&&console.log("[AutoCleanLogPlugin]: ".concat(e))},n.afterInit=function(e){var t=n.config.expireBefore;if(t){var o=e.idbManager.getStore(),a=("function"==typeof t?o.filter(t):o.filter((function(e){return e.timestamp<t}))).map((function(e){return e.id}));e.deleteLog(void 0,a),n.debugLog("afterInit, clean log id: ".concat(a))}else n.debugLog("early return on beforeInit because expireBefore is falsy")},e&&(n.config=e),n}return _createClass(o)}(Yo),ea=["RESOURCE_ERROR","JS_ERROR","UNHANDLED_PROMISE_REJECTION"],ta=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).config={debug:!1,publicTags:[]},n.errorCount=0,n.hashErrors={},n.addPublicTags=function(e){var t;return null===(t=n.config.publicTags)||void 0===t?void 0:t.concat(e).filter((function(e){return e}))},n.debugLog=function(e){n.config.debug&&console.log("[AutoLogErrorPlugin]:",e)},n.ignore=function(e){var t,o,a,i,r;return void 0!==(null===(t=n.config)||void 0===t?void 0:t.maxErrorCount)&&n.errorCount>=(null===(o=n.config)||void 0===o?void 0:o.maxErrorCount)||!!(null===(a=n.config)||void 0===a?void 0:a.ignoredErrorMsgKeywords)&&(e&&(null===(r=null===(i=n.config)||void 0===i?void 0:i.ignoredErrorMsgKeywords)||void 0===r?void 0:r.some((function(t){return null==e?void 0:e.includes(t)}))))},n.report=Fn((function(e){}),600,{trailing:!0,leading:!1}),n.afterInit=function(e){if(self.addEventListener){var t=function(t,o,a,i){n.debugLog(a),n.errorCount+=1;try{return(r=t,s=(new TextEncoder).encode(r),crypto.subtle.digest("SHA-1",s).then((function(e){return Array.from(new Uint8Array(e)).map((function(e){return e.toString(16).padStart(2,"0")})).join("")}))).then((function(a){return n.hashErrors[a]?"dismissed":(n.hashErrors[a]=!0,e.log(t,n.addPublicTags([].concat(o)),null!=i?i:Zo.error,{extraProperties:{messageHash:a}}).then((function(){return e.reportByFilter(ea)})))})).catch(console.error)}catch(e){return console.error(e),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(e)}var r,s};try{self.addEventListener("error",(function(e){var o,a,i,r,s,c,u;if(!n.ignore(null==e?void 0:e.message)){if("function"==typeof n.config.onError){var l=n.config.onError(e),p=l.message,d=l.tags,h=l.logLevel;return t(p,["JS_ERROR"].concat(_toConsumableArray(d)),e,h)}if((null==e?void 0:e.target)&&((null===(o=null==e?void 0:e.target)||void 0===o?void 0:o.src)||(null===(a=null==e?void 0:e.target)||void 0===a?void 0:a.href))){var m="Load Resource Error in ".concat(null===(i=null==e?void 0:e.target)||void 0===i?void 0:i.tagName," element: ").concat((null===(r=null==e?void 0:e.target)||void 0===r?void 0:r.src)||(null===(s=null==e?void 0:e.target)||void 0===s?void 0:s.href));return t(m,"RESOURCE_ERROR",e)}var g="Javascript Runtime Error in ".concat(null==e?void 0:e.filename," (").concat(null==e?void 0:e.lineno,":").concat(null==e?void 0:e.colno,"): ").concat(null==e?void 0:e.message,"\\nStack: ").concat(null!==(u=null===(c=null==e?void 0:e.error)||void 0===c?void 0:c.stack)&&void 0!==u?u:null==e?void 0:e.stack);return t(g,"JS_ERROR",e)}})),self.addEventListener("unhandledrejection",(function(e){var o;if(!n.ignore(null===(o=null==e?void 0:e.reason)||void 0===o?void 0:o.message)){if("function"==typeof n.config.onError){var a=n.config.onError(e),i=a.message,r=a.tags,s=a.logLevel;return t(i,["UNHANDLED_PROMISE_REJECTION"].concat(_toConsumableArray(r)),e,s)}var c,u=null==e?void 0:e.reason;return c="string"==typeof u?"Promise Error: ".concat(u):u instanceof Error?"Promise Error: ".concat(u.message," ").concat(u.name," ").concat(u.stack):"object"===_typeof(u)?"Promise Error with reason: ".concat(qo(u)):"Promise Error with unrecognized reason: ".concat(u),t(c,"UNHANDLED_PROMISE_REJECTION",e)}}))}catch(e){console.error(e)}n.debugLog("afterInit, add listener")}},e&&(n.config=e),n.config.publicTags=[].concat(null==e?void 0:e.publicTags),n}return _createClass(o)}(Yo),oa="__lodash_hash_undefined__",na=9007199254740991,aa="[object Arguments]",ia="[object Function]",ra="[object GeneratorFunction]",sa="[object Symbol]",ca=/^\\[object .+?Constructor\\]$/,ua=/^(?:0|[1-9]\\d*)$/,la="object"==_typeof(De)&&De&&De.Object===Object&&De,pa="object"==("undefined"==typeof self?"undefined":_typeof(self))&&self&&self.Object===Object&&self,da=la||pa||Function("return this")();function ha(e,t){return!!(e?e.length:0)&&function(e,t,o){if(t!=t)return function(e,t,o,n){var a=e.length,i=o+(n?1:-1);for(;n?i--:++i<a;)if(t(e[i],i,e))return i;return-1}(e,va,o);var n=o-1,a=e.length;for(;++n<a;)if(e[n]===t)return n;return-1}(e,t,0)>-1}function ma(e,t,o){for(var n=-1,a=e?e.length:0;++n<a;)if(o(t,e[n]))return!0;return!1}function ga(e,t){for(var o=-1,n=e?e.length:0,a=Array(n);++o<n;)a[o]=t(e[o],o,e);return a}function fa(e,t){for(var o=-1,n=t.length,a=e.length;++o<n;)e[a+o]=t[o];return e}function va(e){return e!=e}function ya(e,t){return e.has(t)}function ka(e,t){return function(o){return e(t(o))}}var _a,ba=Array.prototype,Ea=Function.prototype,wa=Object.prototype,Sa=da["__core-js_shared__"],Ta=(_a=/[^.]+$/.exec(Sa&&Sa.keys&&Sa.keys.IE_PROTO||""))?"Symbol(src)_1."+_a:"",Ca=Ea.toString,Ra=wa.hasOwnProperty,ja=wa.toString,Oa=RegExp("^"+Ca.call(Ra).replace(/[\\\\^$.*+?()[\\]{}|]/g,"\\\\$&").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,"$1.*?")+"$"),Ia=da.Symbol,Aa=ka(Object.getPrototypeOf,Object),Na=wa.propertyIsEnumerable,Da=ba.splice,La=Ia?Ia.isConcatSpreadable:void 0,Pa=Object.getOwnPropertySymbols,za=Math.max,Ma=qa(da,"Map"),xa=qa(Object,"create");function Fa(e){var t=-1,o=e?e.length:0;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}function Ba(e){var t=-1,o=e?e.length:0;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}function Ua(e){var t=-1,o=e?e.length:0;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}function Va(e){var t=-1,o=e?e.length:0;for(this.__data__=new Ua;++t<o;)this.add(e[t])}function Wa(e,t){var o=ni(e)||oi(e)?function(e,t){for(var o=-1,n=Array(e);++o<e;)n[o]=t(o);return n}(e.length,String):[],n=o.length,a=!!n;for(var i in e)!t&&!Ra.call(e,i)||a&&("length"==i||ei(i,n))||o.push(i);return o}function Ha(e,t){for(var o,n,a=e.length;a--;)if((o=e[a][0])===(n=t)||o!=o&&n!=n)return a;return-1}function Ga(e,t,o,n,a){var i=-1,r=e.length;for(o||(o=Qa),a||(a=[]);++i<r;){var s=e[i];t>0&&o(s)?t>1?Ga(s,t-1,o,n,a):fa(a,s):n||(a[a.length]=s)}return a}function Za(e){if(!ri(e)||(t=e,Ta&&Ta in t))return!1;var t,o=ii(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?Oa:ca;return o.test(function(e){if(null!=e){try{return Ca.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}function Ka(e){if(!ri(e))return function(e){var t=[];if(null!=e)for(var o in Object(e))t.push(o);return t}(e);var t,o,n,a=(o=(t=e)&&t.constructor,n="function"==typeof o&&o.prototype||wa,t===n),i=[];for(var r in e)("constructor"!=r||!a&&Ra.call(e,r))&&i.push(r);return i}function Ja(e){return function(e,t,o){var n=t(e);return ni(e)?n:fa(n,o(e))}(e,ci,Xa)}function Ya(e,t){var o,n,a=e.__data__;return("string"==(n=_typeof(o=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==o:null===o)?a["string"==typeof t?"string":"hash"]:a.map}function qa(e,t){var o=function(e,t){return null==e?void 0:e[t]}(e,t);return Za(o)?o:void 0}Fa.prototype.clear=function(){this.__data__=xa?xa(null):{}},Fa.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},Fa.prototype.get=function(e){var t=this.__data__;if(xa){var o=t[e];return o===oa?void 0:o}return Ra.call(t,e)?t[e]:void 0},Fa.prototype.has=function(e){var t=this.__data__;return xa?void 0!==t[e]:Ra.call(t,e)},Fa.prototype.set=function(e,t){return this.__data__[e]=xa&&void 0===t?oa:t,this},Ba.prototype.clear=function(){this.__data__=[]},Ba.prototype.delete=function(e){var t=this.__data__,o=Ha(t,e);return!(o<0)&&(o==t.length-1?t.pop():Da.call(t,o,1),!0)},Ba.prototype.get=function(e){var t=this.__data__,o=Ha(t,e);return o<0?void 0:t[o][1]},Ba.prototype.has=function(e){return Ha(this.__data__,e)>-1},Ba.prototype.set=function(e,t){var o=this.__data__,n=Ha(o,e);return n<0?o.push([e,t]):o[n][1]=t,this},Ua.prototype.clear=function(){this.__data__={hash:new Fa,map:new(Ma||Ba),string:new Fa}},Ua.prototype.delete=function(e){return Ya(this,e).delete(e)},Ua.prototype.get=function(e){return Ya(this,e).get(e)},Ua.prototype.has=function(e){return Ya(this,e).has(e)},Ua.prototype.set=function(e,t){return Ya(this,e).set(e,t),this},Va.prototype.add=Va.prototype.push=function(e){return this.__data__.set(e,oa),this},Va.prototype.has=function(e){return this.__data__.has(e)};var $a=Pa?ka(Pa,Object):di,Xa=Pa?function(e){for(var t=[];e;)fa(t,$a(e)),e=Aa(e);return t}:di;function Qa(e){return ni(e)||oi(e)||!!(La&&e&&e[La])}function ei(e,t){return!!(t=null==t?na:t)&&("number"==typeof e||ua.test(e))&&e>-1&&e%1==0&&e<t}function ti(e){if("string"==typeof e||function(e){return"symbol"==_typeof(e)||si(e)&&ja.call(e)==sa}(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t}function oi(e){return function(e){return si(e)&&ai(e)}(e)&&Ra.call(e,"callee")&&(!Na.call(e,"callee")||ja.call(e)==aa)}var ni=Array.isArray;function ai(e){return null!=e&&function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=na}(e.length)&&!ii(e)}function ii(e){var t=ri(e)?ja.call(e):"";return t==ia||t==ra}function ri(e){var t=_typeof(e);return!!e&&("object"==t||"function"==t)}function si(e){return!!e&&"object"==_typeof(e)}function ci(e){return ai(e)?Wa(e,!0):Ka(e)}var ui,li,pi=(ui=function(e,t){return null==e?{}:(t=ga(Ga(t,1),ti),function(e,t){return function(e,t,o){for(var n=-1,a=t.length,i={};++n<a;){var r=t[n],s=e[r];o(s,r)&&(i[r]=s)}return i}(e=Object(e),t,(function(t,o){return o in e}))}(e,function(e,t,o,n){var a,i=-1,r=ha,s=!0,c=e.length,u=[],l=t.length;if(!c)return u;o&&(t=ga(t,(a=o,function(e){return a(e)}))),n?(r=ma,s=!1):t.length>=200&&(r=ya,s=!1,t=new Va(t));e:for(;++i<c;){var p=e[i],d=o?o(p):p;if(p=n||0!==p?p:0,s&&d==d){for(var h=l;h--;)if(t[h]===d)continue e;u.push(p)}else r(t,d,n)||u.push(p)}return u}(Ja(e),t)))},li=za(void 0===li?ui.length-1:li,0),function(){for(var e=arguments,t=-1,o=za(e.length-li,0),n=Array(o);++t<o;)n[t]=e[li+t];t=-1;for(var a=Array(li+1);++t<li;)a[t]=e[t];return a[li]=n,function(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}(ui,this,a)});function di(){return[]}var hi=pi,mi=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(a,i){function r(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}c((n=n.apply(e,t||[])).next())}))},gi=["STATIC_RESOURCE_TIMING"],fi=function(e,t){if(!t)return!0;for(var o=0;o<t.length;o++)if(e.includes(t[o]))return!0;return!1};var vi=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).config={debug:!1,publicTags:[],excludeResourceTimingKeys:[],userRegion:"",enable:!1},n.entryList=[],n.debugLog=function(e){n.config.debug&&console.log("[AutoLogStaticResourcePlugin]:",e)},n.addPublicTags=function(e){var t;return null===(t=n.config.publicTags)||void 0===t?void 0:t.concat(e).filter((function(e){return e}))},n.pickEntryProperties=function(e){var t,o=e.domainLookupEnd,a=e.domainLookupStart,i=e.redirectStart,r=e.redirectEnd,s=e.connectStart,c=e.connectEnd,u=e.secureConnectionStart,l=e.responseEnd,p=e.responseStart,d=e.requestStart,h=0!==a,m=h?Math.round(o-a):-1,g=h?Math.round(p-d):-1,f=h?Math.round(r-i):-1,v=h?Math.round(c-s):-1;u&&h&&(v=Math.round(c-u));var y,k,_=h?Math.round(l-p):-1,b=navigator.connection?navigator.connection.effectiveType:"Unknown",E=hi(e,n.config.excludeResourceTimingKeys.concat("toJSON","Symbol(Symbol.toStringTag)","serverTiming")),w=(y=null!==(t=E.name)&&void 0!==t?t:"",(k=(y=y.replace(/\\/+$/,"")).match(/[^/]+$/))?k[0]:null);return Object.assign(Object.assign({},E),{name:w,url:E.name,dns:m,ttfb:g,redirect:f,connect:v,download:_,network:b,duration:Math.round(e.duration),userRegion:n.config.userRegion})},n.afterInit=function(e){var t=n.addPublicTags(["STATIC_RESOURCE_TIMING"]),o=Boolean(n.config.enable);new PerformanceObserver((function(a){a.getEntries().forEach((function(a){return mi(_assertThisInitialized(n),void 0,void 0,_regeneratorRuntime().mark((function n(){var i,r;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(i=a.name,!fi(i,this.config.includeResourceList)){n.next=11;break}if(r=this.pickEntryProperties(a),!o){n.next=9;break}return n.next=6,e.log(r,t,Zo.info);case 6:o&&e.reportByFilter(gi),n.next=11;break;case 9:return n.next=11,e.log(r,t,Zo.info);case 11:case"end":return n.stop()}}),n,this)})))}))})).observe({type:"resource",buffered:!0})},e&&(n.config=Object.assign({},n.config,e)),n}return _createClass(o)}(Yo),yi=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),ki=function(e){var t={};return e.forEach((function(e,o){return t[e]=o})),t}(yi),_i=/^(?:[A-Za-z\\d+\\/]{4})*?(?:[A-Za-z\\d+\\/]{2}(?:==)?|[A-Za-z\\d+\\/]{3}=?)?$/,bi=String.fromCharCode.bind(String),Ei=function(e){if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?bi(192|t>>>6)+bi(128|63&t):bi(224|t>>>12&15)+bi(128|t>>>6&63)+bi(128|63&t)}var o=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return bi(240|o>>>18&7)+bi(128|o>>>12&63)+bi(128|o>>>6&63)+bi(128|63&o)},wi=/[\\uD800-\\uDBFF][\\uDC00-\\uDFFFF]|[^\\x00-\\x7F]/g,Si=/[\\xC0-\\xDF][\\x80-\\xBF]|[\\xE0-\\xEF][\\x80-\\xBF]{2}|[\\xF0-\\xF7][\\x80-\\xBF]{3}/g,Ti=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return bi(55296+(t>>>10))+bi(56320+(1023&t));case 3:return bi((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return bi((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},Ci={encode:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=function(e){for(var t,o,n,a,i="",r=e.length%3,s=0;s<e.length;){if((o=e.charCodeAt(s++))>255||(n=e.charCodeAt(s++))>255||(a=e.charCodeAt(s++))>255)throw new TypeError("invalid character found");i+=yi[(t=o<<16|n<<8|a)>>18&63]+yi[t>>12&63]+yi[t>>6&63]+yi[63&t]}return r?i.slice(0,r-3)+"===".substring(r):i}(function(e){return e.replace(wi,Ei)}(e));return t?o.replace(/=/g,"").replace(/[+\\/]/g,(function(e){return"+"==e?"-":"_"})):o},decode:function(e){return t=function(e){if(e=e.replace(/\\s+/g,""),!_i.test(e))throw new TypeError("malformed base64.");var t;e+="==".slice(2-(3&e.length));for(var o,n,a="",i=0;i<e.length;)t=ki[e.charAt(i++)]<<18|ki[e.charAt(i++)]<<12|(o=ki[e.charAt(i++)])<<6|(n=ki[e.charAt(i++)]),a+=64===o?bi(t>>16&255):64===n?bi(t>>16&255,t>>8&255):bi(t>>16&255,t>>8&255,255&t);return a}(function(e){return function(e){return e.replace(/[^A-Za-z0-9\\+\\/]/g,"")}(e.replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})))}(e)),t.replace(Si,Ti);var t}};function Ri(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];try{return Ci.encode(e,t)}catch(e){}return e}function ji(e){try{return Ci.decode(e)}catch(e){}return e}function Oi(e){var t="";try{t=ji(e)}catch(o){t=e}return t}var Ii=function(){return!!window.ZCB_NPM_SDK_AGENT_MAIN||window.ZCB_NPM_SDK_CUSTOMER_MAIN},Ai=function(){return Io.getCoBrowsingConfig("sdkVersion")},Ni=function(){return!!Io.getCoBrowsingConfig("originalSdkVersion")},Di=function(e){var t="string"==typeof e?e:e.toString();return!["/session-status"].some((function(e){return t.includes(e)}))};function Li(){var e=navigator.userAgent;return/iPhone|iPad|iPod/.test(e)}function Pi(){return Li()||navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/Windows Phone/i)}function zi(){return"MacIntel"===(window.navigator.platform||"")&&((window.navigator.maxTouchPoints||0)>1&&"ontouchstart"in window)}function Mi(){return zi()||function(){var e=window.navigator,t=e.userAgent,o=e.platform;if(/Android/.test(t)||!/Linux/.test(o))return!1;var n="ontouchstart"in window&&("orientation"in window||"screen"in window&&window.screen&&"orientation"in window.screen)&&window.navigator.maxTouchPoints>0,a="standalone"in window.navigator||"share"in window.navigator||"vibrate"in window.navigator;return n&&a}()}var xi,Fi,Bi,Ui=(xi=null,Fi=null,Bi=null,{get isIOS(){return null===xi&&(xi=Li()),xi},get isIOSDevice(){return null===Fi&&(Fi=Li()||zi()),Fi},get isMobileDeviceOrDesktopUA(){return null===Bi&&(Bi=!(!Pi()&&!Mi())),Bi}}),Vi=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"calculateWidth",value:function(){var e,t,o=window.visualViewport;if(!Yi(o))return Hi();if(o.scale>1){var n=o.width*o.scale;return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.width)&&void 0!==t?t:n)}return o.width}},{key:"calculateHeight",value:function(){var e,t,o=window.visualViewport;if(!Yi(o))return Gi();if(o.scale>1){var n=o.height*o.scale;return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.height)&&void 0!==t?t:n)}return o.height}}]),e}(),Wi=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"calculateWidth",value:function(){var e,t,o=window.visualViewport;if(!Yi(o))return Hi();if(o.scale>1){var n=Math.max(o.width*o.scale,window.innerWidth);return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.width)&&void 0!==t?t:n)}return Math.max(o.width,window.innerWidth)}},{key:"calculateHeight",value:function(){var e,t,o=window.visualViewport;if(!Yi(o))return Gi();if(o.scale>1){var n=Math.max(o.height*o.scale,window.innerHeight);return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.height)&&void 0!==t?t:n)}return Math.max(o.height,window.innerHeight)}}]),e}();function Hi(){return document.documentElement&&document.documentElement.clientWidth||window.innerWidth||document.body&&document.body.clientWidth}function Gi(){return document.documentElement&&document.documentElement.clientHeight||window.innerHeight||document.body&&document.body.clientHeight}var Zi=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"calculateWidth",value:function(){return Hi()}},{key:"calculateHeight",value:function(){return Gi()}}]),e}(),Ki=function(){var e,t=!1;function o(){e=Ui.isMobileDeviceOrDesktopUA&&Yi(window.visualViewport)?Ui.isIOSDevice?new Vi:new Wi:new Zi,t=!0}return{getWidth:function(){return t||o(),e.calculateWidth()},getHeight:function(){return t||o(),e.calculateHeight()}}}();var Ji=new WeakMap;function Yi(e){if(!e||"object"!==_typeof(e))return!1;if(e.constructor&&"VisualViewport"===e.constructor.name){var t=Ji.get(e);if(void 0!==t)return t}var o=function(e){return"object"===_typeof(e)&&null!==e&&"scale"in e&&"width"in e&&"height"in e&&"offsetTop"in e&&"number"==typeof e.scale&&"number"==typeof e.width&&"number"==typeof e.height&&"number"==typeof e.offsetTop}(e);return o&&Ji.set(e,o),o}Ki.getWidth(),Ki.getHeight();var qi=function(e){_inherits(o,_wrapNativeSuper(Error));var t=_createSuper(o);function o(e){var n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1;return _classCallCheck(this,o),(n=t.call(this,e)).msg=e,n.code=a,n.statusCode=i,n}return _createClass(o)}();function $i(e,t){var o=this,n=t||{},a=n.retry,i=n.handleJsonResponse,c=r(n,["retry","handleJsonResponse"]),u=i||function(e){return s(o,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.ok){t.next=4;break}return t.abrupt("return",e);case 4:return t.prev=4,t.next=7,e.json();case 7:a=t.sent,o=a.message,n=a.code,t.next=16;break;case 12:t.prev=12,t.t0=t.catch(4),o=e.statusText,n=e.status;case 16:throw new qi(o,n,e.status);case 17:case"end":return t.stop()}}),t,null,[[4,12]])})))},l=Object.assign({limit:3},a),p=l.limit,d=l.delay;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){var n=function(n){var i,r;return s(this,void 0,void 0,_regeneratorRuntime().mark((function s(){var l,d,h;return _regeneratorRuntime().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return s.prev=0,s.next=3,fetch(e,c);case 3:return l=s.sent,s.next=6,u(l);case 6:return d=s.sent,t(d),s.abrupt("return");case 11:if(s.prev=11,s.t0=s.catch(0),h=s.t0&&null!==(r=null!==(i=s.t0.statusCode)&&void 0!==i?i:s.t0.status)&&void 0!==r?r:1/0,!(n>=p||h<500&&0!==h)){s.next=17;break}return!s.t0||s.t0 instanceof TypeError&&/Load failed|fetch/i.test(s.t0.message)?o(new qi(Ee[fe.NETWORK_ERROR],fe.NETWORK_ERROR)):o(s.t0),s.abrupt("return");case 17:a(n);case 18:case"end":return s.stop()}}),s,null,[[0,11]])})))};function a(e){void 0!==d?window.setTimeout((function(){n(++e)}),d):n(++e)}n(0)}))}var Xi=["table index is out of bounds","ResizeObserver loop completed with undelivered notifications"],Qi=(new Date).getTime()-6048e5,er=[],tr=[],or={log:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Zo.log,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function a(){return _regeneratorRuntime().wrap((function(a){for(;;)switch(a.prev=a.next){case 0:er.push({message:e,tag:t,logLevel:o,extraProperties:Object.assign({timestamp:Date.now()},n)});case 1:case"end":return a.stop()}}),a)})))},reportByFilter:function(e){},directReport:function(e,t){tr.push({payload:e,options:t})},getLogs:function(e){},setReportUrl:function(e){$n.setDynamicReportUrl(e)}};function nr(e,t){var o=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(o>>16)<<16|65535&o}function ar(e,t,o,n,a,i){return nr((r=nr(nr(t,e),nr(n,i)))<<(s=a)|r>>>32-s,o);var r,s}function ir(e,t,o,n,a,i,r){return ar(t&o|~t&n,e,t,a,i,r)}function rr(e,t,o,n,a,i,r){return ar(t&n|o&~n,e,t,a,i,r)}function sr(e,t,o,n,a,i,r){return ar(t^o^n,e,t,a,i,r)}function cr(e,t,o,n,a,i,r){return ar(o^(t|~n),e,t,a,i,r)}function ur(e,t){var o,n,a,i,r;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var s=1732584193,c=-271733879,u=-1732584194,l=271733878;for(o=0;o<e.length;o+=16)n=s,a=c,i=u,r=l,s=ir(s,c,u,l,e[o],7,-680876936),l=ir(l,s,c,u,e[o+1],12,-389564586),u=ir(u,l,s,c,e[o+2],17,606105819),c=ir(c,u,l,s,e[o+3],22,-1044525330),s=ir(s,c,u,l,e[o+4],7,-176418897),l=ir(l,s,c,u,e[o+5],12,1200080426),u=ir(u,l,s,c,e[o+6],17,-1473231341),c=ir(c,u,l,s,e[o+7],22,-45705983),s=ir(s,c,u,l,e[o+8],7,1770035416),l=ir(l,s,c,u,e[o+9],12,-1958414417),u=ir(u,l,s,c,e[o+10],17,-42063),c=ir(c,u,l,s,e[o+11],22,-1990404162),s=ir(s,c,u,l,e[o+12],7,1804603682),l=ir(l,s,c,u,e[o+13],12,-40341101),u=ir(u,l,s,c,e[o+14],17,-1502002290),s=rr(s,c=ir(c,u,l,s,e[o+15],22,1236535329),u,l,e[o+1],5,-165796510),l=rr(l,s,c,u,e[o+6],9,-1069501632),u=rr(u,l,s,c,e[o+11],14,643717713),c=rr(c,u,l,s,e[o],20,-373897302),s=rr(s,c,u,l,e[o+5],5,-701558691),l=rr(l,s,c,u,e[o+10],9,38016083),u=rr(u,l,s,c,e[o+15],14,-660478335),c=rr(c,u,l,s,e[o+4],20,-405537848),s=rr(s,c,u,l,e[o+9],5,568446438),l=rr(l,s,c,u,e[o+14],9,-1019803690),u=rr(u,l,s,c,e[o+3],14,-187363961),c=rr(c,u,l,s,e[o+8],20,1163531501),s=rr(s,c,u,l,e[o+13],5,-1444681467),l=rr(l,s,c,u,e[o+2],9,-51403784),u=rr(u,l,s,c,e[o+7],14,1735328473),s=sr(s,c=rr(c,u,l,s,e[o+12],20,-1926607734),u,l,e[o+5],4,-378558),l=sr(l,s,c,u,e[o+8],11,-2022574463),u=sr(u,l,s,c,e[o+11],16,1839030562),c=sr(c,u,l,s,e[o+14],23,-35309556),s=sr(s,c,u,l,e[o+1],4,-1530992060),l=sr(l,s,c,u,e[o+4],11,1272893353),u=sr(u,l,s,c,e[o+7],16,-155497632),c=sr(c,u,l,s,e[o+10],23,-1094730640),s=sr(s,c,u,l,e[o+13],4,681279174),l=sr(l,s,c,u,e[o],11,-358537222),u=sr(u,l,s,c,e[o+3],16,-722521979),c=sr(c,u,l,s,e[o+6],23,76029189),s=sr(s,c,u,l,e[o+9],4,-640364487),l=sr(l,s,c,u,e[o+12],11,-421815835),u=sr(u,l,s,c,e[o+15],16,530742520),s=cr(s,c=sr(c,u,l,s,e[o+2],23,-995338651),u,l,e[o],6,-198630844),l=cr(l,s,c,u,e[o+7],10,1126891415),u=cr(u,l,s,c,e[o+14],15,-1416354905),c=cr(c,u,l,s,e[o+5],21,-57434055),s=cr(s,c,u,l,e[o+12],6,1700485571),l=cr(l,s,c,u,e[o+3],10,-1894986606),u=cr(u,l,s,c,e[o+10],15,-1051523),c=cr(c,u,l,s,e[o+1],21,-2054922799),s=cr(s,c,u,l,e[o+8],6,1873313359),l=cr(l,s,c,u,e[o+15],10,-30611744),u=cr(u,l,s,c,e[o+6],15,-1560198380),c=cr(c,u,l,s,e[o+13],21,1309151649),s=cr(s,c,u,l,e[o+4],6,-145523070),l=cr(l,s,c,u,e[o+11],10,-1120210379),u=cr(u,l,s,c,e[o+2],15,718787259),c=cr(c,u,l,s,e[o+9],21,-343485551),s=nr(s,n),c=nr(c,a),u=nr(u,i),l=nr(l,r);return[s,c,u,l]}function lr(e){var t,o="",n=32*e.length;for(t=0;t<n;t+=8)o+=String.fromCharCode(e[t>>5]>>>t%32&255);return o}function pr(e){var t,o=[];for(o[(e.length>>2)-1]=void 0,t=0;t<o.length;t+=1)o[t]=0;var n=8*e.length;for(t=0;t<n;t+=8)o[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return o}function dr(e){var t,o,n="0123456789abcdef",a="";for(o=0;o<e.length;o+=1)t=e.charCodeAt(o),a+=n.charAt(t>>>4&15)+n.charAt(15&t);return a}function hr(e){return unescape(encodeURIComponent(e))}function mr(e){return function(e){return lr(ur(pr(e),8*e.length))}(hr(e))}function gr(e,t){return function(e,t){var o,n,a=pr(e),i=[],r=[];for(i[15]=r[15]=void 0,a.length>16&&(a=ur(a,8*e.length)),o=0;o<16;o+=1)i[o]=909522486^a[o],r[o]=1549556828^a[o];return n=ur(i.concat(pr(t)),512+8*t.length),lr(ur(r.concat(n),640))}(hr(e),hr(t))}function fr(e,t,o){return t?o?gr(t,e):function(e,t){return dr(gr(e,t))}(t,e):o?mr(e):function(e){return dr(mr(e))}(e)}var vr=function(e){return Boolean(null==e?void 0:e.log)},yr=function(e,t){return[e,t].flatMap((function(e){return e})).map((function(e){return"function"==typeof e?e():e})).filter((function(e){return Boolean(e)}))},kr=function(){function e(){_classCallCheck(this,e),this.ZCB_ZmTrackingIds={}}return _createClass(e,[{key:"setZmTrackingIds",value:function(e){var t=e.zmWebTrackingId,o=e.zmChsTrackingId,n=e.zmTrackingId;this.ZCB_ZmTrackingIds={zmWebTrackingId:t,zmChsTrackingId:o,zmTrackingId:n}}},{key:"genZmTrackingId",value:function(){var e=Ne(),t="zcb_client_".concat(e,"_0"),o="".concat(e,"_0");return this.ZCB_ZmTrackingIds={zmWebTrackingId:t,zmChsTrackingId:o,zmTrackingId:e},{zmWebTrackingId:t,zmChsTrackingId:o,zmTrackingId:e}}},{key:"getZmTrackingId",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmTrackingId;return t||(console.warn("getZmTrackingId failed, generate new zmTrackingId: ".concat(t)),t=this.genZmTrackingId().zmTrackingId),t}},{key:"clearZmTrackingId",value:function(){this.ZCB_ZmTrackingIds={}}},{key:"genFailOverZmChsTrackingId",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmChsTrackingId;t||(t=this.genZmTrackingId().zmChsTrackingId);var o=t.match(/(\\d+)(?!.*\\d+)/);if(o){var n=parseInt(o[0])+1,a=t.substring(0,o.index)+n;return this.ZCB_ZmTrackingIds&&(this.ZCB_ZmTrackingIds.zmChsTrackingId=a),a}return this.genZmTrackingId().zmChsTrackingId}},{key:"getZmTrackingIdForWeb",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmWebTrackingId;t||(t=this.genZmTrackingId().zmWebTrackingId);var o=t.match(/(\\d+)(?!.*\\d+)/);if(o){var n=parseInt(o[0])+1,a=t.substring(0,o.index)+n;return this.ZCB_ZmTrackingIds&&(this.ZCB_ZmTrackingIds.zmWebTrackingId=a),a}return this.genZmTrackingId().zmWebTrackingId}},{key:"getZmTrackingIdForChs",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmChsTrackingId;return t||(t=this.genZmTrackingId().zmChsTrackingId),t}}]),e}(),_r=window.ZCB_TrackingIdController||new kr;window.ZCB_TrackingIdController=_r;var br=function(){function e(t){_classCallCheck(this,e),this.cache=new Map,this.limit=t}return _createClass(e,[{key:"get",value:function(e){if(this.cache.has(e)){var t=this.cache.get(e);return this.cache.delete(e),this.cache.set(e,t),t}}},{key:"set",value:function(e,t){if(this.cache.has(e))this.cache.delete(e);else if(this.cache.size>=this.limit){var o=this.cache.keys().next().value;this.cache.delete(o)}this.cache.set(e,t)}},{key:"has",value:function(e){return this.cache.has(e)}},{key:"delete",value:function(e){return this.cache.delete(e)}},{key:"clear",value:function(){this.cache.clear()}},{key:"keys",value:function(){return Array.from(this.cache.keys())}},{key:"values",value:function(){return Array.from(this.cache.values())}}]),e}(),Er="function",wr="object",Sr="string",Tr="model",Cr="name",Rr="type",jr="vendor",Or="version",Ir="architecture",Ar="hardwareConcurrency",Nr="console",Dr="mobile",Lr="tablet",Pr="smarttv",zr="wearable",Mr="Amazon",xr="Apple",Fr="ASUS",Br="BlackBerry",Ur="Browser",Vr="Chrome",Wr="Firefox",Hr="Google",Gr="Huawei",Zr="LG",Kr="Microsoft",Jr="Motorola",Yr="Opera",qr="Samsung",$r="Sharp",Xr="Sony",Qr="Xiaomi",es="Zebra",ts="Facebook",os={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},ns=function(e){return e.toLowerCase()},as=function(e,t){return _typeof(e)===Sr&&-1!==ns(t).indexOf(ns(e))},is=function(e,t){return _typeof(e)===Sr?(e=e.replace(/^\\s\\s*/,""),"undefined"===_typeof(t)?e:e.substring(0,350)):""},rs=function(e,t){for(var o in t)if(_typeof(t[o])===wr&&t[o].length>0){for(var n=0;n<t[o].length;n++)if(as(t[o][n],e))return"?"===o?void 0:o}else if(as(t[o],e))return"?"===o?void 0:o;return e},ss={browser:[[/(ZoomApps)\\/([\\w\\.]+)/i],[Cr,Or],[/\\b(?:crmo|crios)\\/([\\w\\.]+)/i],[Or,[Cr,"Chrome"]],[/edg(?:e|ios|a)?\\/([\\w\\.]+)/i],[Or,[Cr,"Edge"]],[/(opera mini)\\/([-\\w\\.]+)/i,/(opera [mobiletab]{3,6})\\b.+version\\/([-\\w\\.]+)/i,/(opera)(?:.+version\\/|[\\/ ]+)([\\w\\.]+)/i],[Cr,Or],[/opios[\\/ ]+([\\w\\.]+)/i],[Or,[Cr,Yr+" Mini"]],[/\\bopr\\/([\\w\\.]+)/i],[Or,[Cr,Yr]],[/(kindle)\\/([\\w\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\/ ]?([\\w\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\/ ]?([\\w\\.]*)/i,/(ba?idubrowser)[\\/ ]?([\\w\\.]+)/i,/(?:ms|\\()(ie) ([\\w\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\\/([-\\w\\.]+)/i,/(weibo)__([\\d\\.]+)/i],[Cr,Or],[/(?:\\buc? ?browser|(?:juc.+)ucweb)[\\/ ]?([\\w\\.]+)/i],[Or,[Cr,"UC"+Ur]],[/microm.+\\bqbcore\\/([\\w\\.]+)/i,/\\bqbcore\\/([\\w\\.]+).+microm/i],[Or,[Cr,"WeChat(Win) Desktop"]],[/micromessenger\\/([\\w\\.]+)/i],[Or,[Cr,"WeChat"]],[/konqueror\\/([\\w\\.]+)/i],[Or,[Cr,"Konqueror"]],[/trident.+rv[: ]([\\w\\.]{1,9})\\b.+like gecko/i],[Or,[Cr,"IE"]],[/yabrowser\\/([\\w\\.]+)/i],[Or,[Cr,"Yandex"]],[/(avast|avg)\\/([\\w\\.]+)/i],[[Cr,/(.+)/,"$1 Secure "+Ur],Or],[/\\bfocus\\/([\\w\\.]+)/i],[Or,[Cr,Wr+" Focus"]],[/\\bopt\\/([\\w\\.]+)/i],[Or,[Cr,Yr+" Touch"]],[/coc_coc\\w+\\/([\\w\\.]+)/i],[Or,[Cr,"Coc Coc"]],[/dolfin\\/([\\w\\.]+)/i],[Or,[Cr,"Dolphin"]],[/coast\\/([\\w\\.]+)/i],[Or,[Cr,Yr+" Coast"]],[/miuibrowser\\/([\\w\\.]+)/i],[Or,[Cr,"MIUI "+Ur]],[/fxios\\/([-\\w\\.]+)/i],[Or,[Cr,Wr]],[/\\bqihu|(qi?ho?o?|360)browser/i],[[Cr,"360 "+Ur]],[/(oculus|samsung|sailfish|huawei)browser\\/([\\w\\.]+)/i],[[Cr,/(.+)/,"$1 "+Ur],Or],[/(comodo_dragon)\\/([\\w\\.]+)/i],[[Cr,/_/g," "],Or],[/(electron)\\/([\\w\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\/(20\\d\\d\\.[-\\w\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\/ ]?([\\w\\.]+)/i],[Cr,Or],[/(metasr)[\\/ ]?([\\w\\.]+)/i,/(lbbrowser)/i,/\\[(linkedin)app\\]/i],[Cr],[/((?:fban\\/fbios|fb_iab\\/fb4a)(?!.+fbav)|;fbav\\/([\\w\\.]+);)/i],[[Cr,ts],Or],[/safari (line)\\/([\\w\\.]+)/i,/\\b(line)\\/([\\w\\.]+)\\/iab/i,/(chromium|instagram)[\\/ ]([-\\w\\.]+)/i],[Cr,Or],[/\\bgsa\\/([\\w\\.]+) .*safari\\//i],[Or,[Cr,"GSA"]],[/headlesschrome(?:\\/([\\w\\.]+)| )/i],[Or,[Cr,Vr+" Headless"]],[/ wv\\).+(chrome)\\/([\\w\\.]+)/i],[[Cr,Vr+" WebView"],Or],[/droid.+ version\\/([\\w\\.]+)\\b.+(?:mobile safari|safari)/i],[Or,[Cr,"Android "+Ur]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\/v?([\\w\\.]+)/i],[Cr,Or],[/version\\/([\\w\\.\\,]+) .*mobile\\/\\w+ (safari)/i],[Or,[Cr,"Mobile Safari"]],[/version\\/([\\w(\\.|\\,)]+) .*(mobile ?safari|safari)/i],[Or,Cr],[/webkit.+?(mobile ?safari|safari)(\\/[\\w\\.]+)/i],[Cr,[Or,rs,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\\/([\\w\\.]+)/i],[Cr,Or],[/(navigator|netscape\\d?)\\/([-\\w\\.]+)/i],[[Cr,"Netscape"],Or],[/mobile vr; rv:([\\w\\.]+)\\).+firefox/i],[Or,[Cr,Wr+" Reality"]],[/ekiohf.+(flow)\\/([\\w\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\/ ]?([\\w\\.\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\/([-\\w\\.]+)$/i,/(firefox)\\/([\\w\\.]+)/i,/(mozilla)\\/([\\w\\.]+) .+rv\\:.+gecko\\/\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\. ]?browser)[-\\/ ]?v?([\\w\\.]+)/i,/(links) \\(([\\w\\.]+)/i],[Cr,Or],[/(cobalt)\\/([\\w\\.]+)/i],[Cr,[Or,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\)]/i],[[Ir,"amd64"]],[/(ia32(?=;))/i],[[Ir,ns]],[/((?:i[346]|x)86)[;\\)]/i],[[Ir,"ia32"]],[/\\b(aarch64|arm(v?8e?l?|_?64))\\b/i],[[Ir,"arm64"]],[/\\b(arm(?:v[67])?ht?n?[fl]p?)\\b/i],[[Ir,"armhf"]],[/windows (ce|mobile); ppc;/i],[[Ir,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\))/i],[[Ir,/ower/,"",ns]],[/(sun4\\w)[;\\)]/i],[[Ir,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\\))|\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\b|pa-risc)/i],[[Ir,ns]]],device:[[/\\b(sch-i[89]0\\d|shw-m380s|sm-[ptx]\\w{2,4}|gt-[pn]\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[Tr,[jr,qr],[Rr,Lr]],[/\\b((?:s[cgp]h|gt|sm)-\\w+|galaxy nexus)/i,/samsung[- ]([-\\w]+)/i,/sec-(sgh\\w+)/i],[Tr,[jr,qr],[Rr,Dr]],[/((ipod|iphone)\\d+,\\d+)/i],[Tr,[jr,xr],[Rr,Dr]],[/(ipad\\d+,\\d+)/i],[Tr,[jr,xr],[Rr,Lr]],[/\\((ip(?:hone|od)[\\w ]*);/i],[Tr,[jr,xr],[Rr,Dr]],[/\\((ipad);[-\\w\\),; ]+apple/i,/applecoremedia\\/[\\w\\.]+ \\((ipad)/i,/\\b(ipad)\\d\\d?,\\d\\d?[;\\]].+ios/i],[Tr,[jr,xr],[Rr,Lr]],[/(macintosh);/i],[Tr,[jr,xr]],[/\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\d{2})\\b(?!.+d\\/s)/i],[Tr,[jr,Gr],[Rr,Lr]],[/(?:huawei|honor)([-\\w ]+)[;\\)]/i,/\\b(nexus 6p|\\w{2,4}e?-[atu]?[ln][\\dx][012359c][adn]?)\\b(?!.+d\\/s)/i],[Tr,[jr,Gr],[Rr,Dr]],[/\\b(poco[\\w ]+)(?: bui|\\))/i,/\\b; (\\w+) build\\/hm\\1/i,/\\b(hm[-_ ]?note?[_ ]?(?:\\d\\w)?) bui/i,/\\b(redmi[\\-_ ]?(?:note|k)?[\\w_ ]+)(?: bui|\\))/i,/\\b(mi[-_ ]?(?:a\\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\\d?\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\))/i],[[Tr,/_/g," "],[jr,Qr],[Rr,Dr]],[/\\b(mi[-_ ]?(?:pad)(?:[\\w_ ]+))(?: bui|\\))/i],[[Tr,/_/g," "],[jr,Qr],[Rr,Lr]],[/; (\\w+) bui.+ oppo/i,/\\b(cph[12]\\d{3}|p(?:af|c[al]|d\\w|e[ar])[mt]\\d0|x9007|a101op)\\b/i],[Tr,[jr,"OPPO"],[Rr,Dr]],[/vivo (\\w+)(?: bui|\\))/i,/\\b(v[12]\\d{3}\\w?[at])(?: bui|;)/i],[Tr,[jr,"Vivo"],[Rr,Dr]],[/\\b(rmx[12]\\d{3})(?: bui|;|\\))/i],[Tr,[jr,"Realme"],[Rr,Dr]],[/\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\b[\\w ]+build\\//i,/\\bmot(?:orola)?[- ](\\w*)/i,/((?:moto[\\w\\(\\) ]+|xt\\d{3,4}|nexus 6)(?= bui|\\)))/i],[Tr,[jr,Jr],[Rr,Dr]],[/\\b(mz60\\d|xoom[2 ]{0,2}) build\\//i],[Tr,[jr,Jr],[Rr,Lr]],[/((?=lg)?[vl]k\\-?\\d{3}) bui| 3\\.[-\\w; ]{10}lg?-([06cv9]{3,4})/i],[Tr,[jr,Zr],[Rr,Lr]],[/(lm(?:-?f100[nv]?|-[\\w\\.]+)(?= bui|\\))|nexus [45])/i,/\\blg[-e;\\/ ]+((?!browser|netcast|android tv)\\w+)/i,/\\blg-?([\\d\\w]+) bui/i],[Tr,[jr,Zr],[Rr,Dr]],[/(ideatab[-\\w ]+)/i,/lenovo ?(s[56]000[-\\w]+|tab(?:[\\w ]+)|yt[-\\d\\w]{6}|tb[-\\d\\w]{6})/i],[Tr,[jr,"Lenovo"],[Rr,Lr]],[/(?:maemo|nokia).*(n900|lumia \\d+)/i,/nokia[-_ ]?([-\\w\\.]*)/i],[[Tr,/_/g," "],[jr,"Nokia"],[Rr,Dr]],[/(pixel c)\\b/i],[Tr,[jr,Hr],[Rr,Lr]],[/droid.+; (pixel[\\daxl ]{0,6})(?: bui|\\))/i],[Tr,[jr,Hr],[Rr,Dr]],[/droid.+ (a?\\d[0-2]{2}so|[c-g]\\d{4}|so[-gl]\\w+|xq-a\\w[4-7][12])(?= bui|\\).+chrome\\/(?![1-6]{0,1}\\d\\.))/i],[Tr,[jr,Xr],[Rr,Dr]],[/sony tablet [ps]/i,/\\b(?:sony)?sgp\\w+(?: bui|\\))/i],[[Tr,"Xperia Tablet"],[jr,Xr],[Rr,Lr]],[/ (kb2005|in20[12]5|be20[12][59])\\b/i,/(?:one)?(?:plus)? (a\\d0\\d\\d)(?: b|\\))/i],[Tr,[jr,"OnePlus"],[Rr,Dr]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\))/i,/(kf[a-z]+)( bui|\\)).+silk\\//i],[Tr,[jr,Mr],[Rr,Lr]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\)).+silk\\//i],[[Tr,/(.+)/g,"Fire Phone $1"],[jr,Mr],[Rr,Dr]],[/(playbook);[-\\w\\),; ]+(rim)/i],[Tr,jr,[Rr,Lr]],[/\\b((?:bb[a-f]|st[hv])100-\\d)/i,/\\(bb10; (\\w+)/i],[Tr,[jr,Br],[Rr,Dr]],[/(?:\\b|asus_)(transfo[prime ]{4,10} \\w+|eeepc|slider \\w+|nexus 7|padfone|p00[cj])/i],[Tr,[jr,Fr],[Rr,Lr]],[/ (z[bes]6[027][012][km][ls]|zenfone \\d\\w?)\\b/i],[Tr,[jr,Fr],[Rr,Dr]],[/(nexus 9)/i],[Tr,[jr,"HTC"],[Rr,Lr]],[/(htc)[-;_ ]{1,2}([\\w ]+(?=\\)| bui)|\\w+)/i,/(zte)[- ]([\\w ]+?)(?: bui|\\/|\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\\w]*)/i],[jr,[Tr,/_/g," "],[Rr,Dr]],[/droid.+; ([ab][1-7]-?[0178a]\\d\\d?)/i],[Tr,[jr,"Acer"],[Rr,Lr]],[/droid.+; (m[1-5] note) bui/i,/\\bmz-([-\\w]{2,})/i],[Tr,[jr,"Meizu"],[Rr,Dr]],[/\\b(sh-?[altvz]?\\d\\d[a-ekm]?)/i],[Tr,[jr,$r],[Rr,Dr]],[/(blackberry|benq|palm(?=\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\w]*)/i,/(hp) ([\\w ]+\\w)/i,/(asus)-?(\\w+)/i,/(microsoft); (lumia[\\w ]+)/i,/(lenovo)[-_ ]?([-\\w]+)/i,/(jolla)/i,/(oppo) ?([\\w ]+) bui/i],[jr,Tr,[Rr,Dr]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\/([\\w\\.]+)/i,/(nook)[\\w ]+build\\/(\\w+)/i,/(dell) (strea[kpr\\d ]*[\\dko])/i,/(le[- ]+pan)[- ]+(\\w{1,9}) bui/i,/(trinity)[- ]*(t\\d{3}) bui/i,/(gigaset)[- ]+(q\\w{1,9}) bui/i,/(vodafone) ([\\w ]+)(?:\\)| bui)/i],[jr,Tr,[Rr,Lr]],[/(surface duo)/i],[Tr,[jr,Kr],[Rr,Lr]],[/droid [\\d\\.]+; (fp\\du?)(?: b|\\))/i],[Tr,[jr,"Fairphone"],[Rr,Dr]],[/(u304aa)/i],[Tr,[jr,"AT&T"],[Rr,Dr]],[/\\bsie-(\\w*)/i],[Tr,[jr,"Siemens"],[Rr,Dr]],[/\\b(rct\\w+) b/i],[Tr,[jr,"RCA"],[Rr,Lr]],[/\\b(venue[\\d ]{2,7}) b/i],[Tr,[jr,"Dell"],[Rr,Lr]],[/\\b(q(?:mv|ta)\\w+) b/i],[Tr,[jr,"Verizon"],[Rr,Lr]],[/\\b(?:barnes[& ]+noble |bn[rt])([\\w\\+ ]*) b/i],[Tr,[jr,"Barnes & Noble"],[Rr,Lr]],[/\\b(tm\\d{3}\\w+) b/i],[Tr,[jr,"NuVision"],[Rr,Lr]],[/\\b(k88) b/i],[Tr,[jr,"ZTE"],[Rr,Lr]],[/\\b(nx\\d{3}j) b/i],[Tr,[jr,"ZTE"],[Rr,Dr]],[/\\b(gen\\d{3}) b.+49h/i],[Tr,[jr,"Swiss"],[Rr,Dr]],[/\\b(zur\\d{3}) b/i],[Tr,[jr,"Swiss"],[Rr,Lr]],[/\\b((zeki)?tb.*\\b) b/i],[Tr,[jr,"Zeki"],[Rr,Lr]],[/\\b([yr]\\d{2}) b/i,/\\b(dragon[- ]+touch |dt)(\\w{5}) b/i],[[jr,"Dragon Touch"],Tr,[Rr,Lr]],[/\\b(ns-?\\w{0,9}) b/i],[Tr,[jr,"Insignia"],[Rr,Lr]],[/\\b((nxa|next)-?\\w{0,9}) b/i],[Tr,[jr,"NextBook"],[Rr,Lr]],[/\\b(xtreme\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[jr,"Voice"],Tr,[Rr,Dr]],[/\\b(lvtel\\-)?(v1[12]) b/i],[[jr,"LvTel"],Tr,[Rr,Dr]],[/\\b(ph-1) /i],[Tr,[jr,"Essential"],[Rr,Dr]],[/\\b(v(100md|700na|7011|917g).*\\b) b/i],[Tr,[jr,"Envizen"],[Rr,Lr]],[/\\b(trio[-\\w\\. ]+) b/i],[Tr,[jr,"MachSpeed"],[Rr,Lr]],[/\\btu_(1491) b/i],[Tr,[jr,"Rotor"],[Rr,Lr]],[/(shield[\\w ]+) b/i],[Tr,[jr,"Nvidia"],[Rr,Lr]],[/(sprint) (\\w+)/i],[jr,Tr,[Rr,Dr]],[/(kin\\.[onetw]{3})/i],[[Tr,/\\./g," "],[jr,Kr],[Rr,Dr]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\)/i],[Tr,[jr,es],[Rr,Lr]],[/droid.+; (ec30|ps20|tc[2-8]\\d[kx])\\)/i],[Tr,[jr,es],[Rr,Dr]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[jr,Tr,[Rr,Nr]],[/droid.+; (shield) bui/i],[Tr,[jr,"Nvidia"],[Rr,Nr]],[/(playstation [345portablevi]+)/i],[Tr,[jr,Xr],[Rr,Nr]],[/\\b(xbox(?: one)?(?!; xbox))[\\); ]/i],[Tr,[jr,Kr],[Rr,Nr]],[/smart-tv.+(samsung)/i],[jr,[Rr,Pr]],[/hbbtv.+maple;(\\d+)/i],[[Tr,/^/,"SmartTV"],[jr,qr],[Rr,Pr]],[/(nux; netcast.+smarttv|lg (netcast\\.tv-201\\d|android tv))/i],[[jr,Zr],[Rr,Pr]],[/(apple) ?tv/i],[jr,[Tr,xr+" TV"],[Rr,Pr]],[/crkey/i],[[Tr,Vr+"cast"],[jr,Hr],[Rr,Pr]],[/droid.+aft(\\w)( bui|\\))/i],[Tr,[jr,Mr],[Rr,Pr]],[/\\(dtv[\\);].+(aquos)/i,/(aquos-tv[\\w ]+)\\)/i],[Tr,[jr,$r],[Rr,Pr]],[/(bravia[\\w ]+)( bui|\\))/i],[Tr,[jr,Xr],[Rr,Pr]],[/(mitv-\\w{5}) bui/i],[Tr,[jr,Qr],[Rr,Pr]],[/\\b(roku)[\\dx]*[\\)\\/]((?:dvp-)?[\\d\\.]*)/i,/hbbtv\\/\\d+\\.\\d+\\.\\d+ +\\([\\w ]*; *(\\w[^;]*);([^;]*)/i],[[jr,is],[Tr,is],[Rr,Pr]],[/\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\b/i],[[Rr,Pr]],[/((pebble))app/i],[jr,Tr,[Rr,zr]],[/droid.+; (glass) \\d/i],[Tr,[jr,Hr],[Rr,zr]],[/droid.+; (wt63?0{2,3})\\)/i],[Tr,[jr,es],[Rr,zr]],[/(quest( 2)?)/i],[Tr,[jr,ts],[Rr,zr]],[/(tesla)(?: qtcarbrowser|\\/[-\\w\\.]+)/i],[jr,[Rr,"embedded"]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+? mobile safari/i],[Tr,[Rr,Dr]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+?(?! mobile) safari/i],[Tr,[Rr,Lr]],[/\\b((tablet|tab)[;\\/]|focus\\/\\d(?!.+mobile))/i],[[Rr,Lr]],[/(phone|mobile(?:[;\\/]| [ \\w\\/\\.]*safari)|pda(?=.+windows ce))/i],[[Rr,Dr]],[/(android[-\\w\\. ]{0,9});.+buil/i],[Tr,[jr,"Generic"]]],engine:[[/windows.+ edge\\/([\\w\\.]+)/i],[Or,[Cr,"EdgeHTML"]],[/webkit\\/537\\.36.+chrome\\/(?!27)([\\w\\.]+)/i],[Or,[Cr,"Blink"]],[/(presto)\\/([\\w\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\/([\\w\\.]+)/i,/ekioh(flow)\\/([\\w\\.]+)/i,/(khtml|tasman|links)[\\/ ]\\(?([\\w\\.]+)/i,/(icab)[\\/ ]([23]\\.[\\d\\.]+)/i],[Cr,Or],[/rv\\:([\\w\\.]{1,9})\\b.+(gecko)/i],[Or,Cr]],os:[[/microsoft (windows) (vista|xp)/i],[Cr,Or],[/(windows) nt 6\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\/ ]?([\\d\\.\\w ]*)/i,/(windows)[\\/ ]?([ntce\\d\\. ]+\\w)(?!.+xbox)/i],[Cr,[Or,rs,os]],[/(win(?=3|9|n)|win 9x )([nt\\d\\.]+)/i],[[Cr,"Windows"],[Or,rs,os]],[/ip[honead]{2,4}\\b(?:.*os ([\\w]+) like mac|; opera)/i,/cfnetwork\\/.+darwin/i],[[Or,/_/g,"."],[Cr,"iOS"]],[/(mac os x) ?([\\w\\. ]*)/i,/(macintosh|mac_powerpc\\b)(?!.+haiku)/i],[[Cr,"Mac OS"],[Or,/_/g,"."]],[/droid ([\\w\\.]+)\\b.+(android[- ]x86|harmonyos)/i],[Or,Cr],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\/ ]?([\\w\\.]*)/i,/(blackberry)\\w*\\/([\\w\\.]*)/i,/(tizen|kaios)[\\/ ]([\\w\\.]+)/i,/\\((series40);/i],[Cr,Or],[/\\(bb(10);/i],[Or,[Cr,Br]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\/ ]?([\\w\\.]*)/i],[Or,[Cr,"Symbian"]],[/mozilla\\/[\\d\\.]+ \\((?:mobile|tablet|tv|mobile; [\\w ]+); rv:.+ gecko\\/([\\w\\.]+)/i],[Or,[Cr,Wr+" OS"]],[/web0s;.+rt(tv)/i,/\\b(?:hp)?wos(?:browser)?\\/([\\w\\.]+)/i],[Or,[Cr,"webOS"]],[/crkey\\/([\\d\\.]+)/i],[Or,[Cr,Vr+"cast"]],[/(cros) [\\w]+ ([\\w\\.]+\\w)/i],[[Cr,"Chromium OS"],Or],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\);]+)/i,/\\b(joli|palm)\\b ?(?:os)?\\/?([\\w\\.]*)/i,/(mint)[\\/\\(\\) ]?(\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\/ ]?(?!chrom|package)([-\\w\\.]*)/i,/(hurd|linux) ?([\\w\\.]*)/i,/(gnu) ?([\\w\\.]*)/i,/\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\/ ]?(?!amd|[ix346]{1,2}86)([\\w\\.]*)/i,/(haiku) (\\w+)/i],[Cr,Or],[/(sunos) ?([\\w\\.\\d]*)/i],[[Cr,"Solaris"],Or],[/((?:open)?solaris)[-\\/ ]?([\\w\\.]*)/i,/(aix) ((\\d)(?=\\.|\\)| )[\\w\\.])*/i,/\\b(beos|os\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\w\\.]*)/i],[Cr,Or]]},cs=function(){function e(t){var o;_classCallCheck(this,e),this.ua=(null===(o=window.navigator)||void 0===o?void 0:o.userAgent)||"",this.navigator=(null===window||void 0===window?void 0:window.navigator)||{},t&&(this.ua=t),this.regexes=ss}return _createClass(e,[{key:"rgxMapper",value:function(e,t){for(var o={},n=0,a=0,i=0,r=0,s=void 0,c=void 0,u=void 0;n<t.length&&!c;){var l=t[n],p=t[n+1];for(a=i=0;a<l.length&&!c;)if(c=l[a++].exec(e))for(r=0;r<p.length;r++)u=c[++i],_typeof(s=p[r])===wr&&s.length>0?2===s.length?_typeof(s[1])==Er?o[s[0]]=s[1](u):o[s[0]]=s[1]:3===s.length?_typeof(s[1])!==Er||s[1].exec&&s[1].test?o[s[0]]=u?u.replace(s[1],s[2]):void 0:o[s[0]]=u?s[1](u,s[2]):void 0:4===s.length&&(o[s[0]]=u?s[3](u.replace(s[1],s[2])):void 0):o[s]=u||void 0;n+=2}return o}},{key:"getBrowser",value:function(){var e={};e[Cr]=void 0,e[Or]=void 0;var t,o=this.rgxMapper(this.ua,this.regexes.browser);return e.major=_typeof(t=o.version)===Sr?t.replace(/[^\\d\\.]/g,"").split(".")[0]:void 0,Object.assign(e,o),e}},{key:"getCPU",value:function(){var e={};e[Ir]=void 0,e[Ar]=this.navigator[Ar];var t=this.rgxMapper(this.ua,this.regexes.cpu);return Object.assign(e,t),e}},{key:"getDevice",value:function(){var e={};e[jr]=void 0,e[Tr]=void 0,e[Rr]=void 0;var t=this.rgxMapper(this.ua,this.regexes.device);return Object.assign(e,t),e}},{key:"getEngine",value:function(){var e={};e[Cr]=void 0,e[Or]=void 0;var t=this.rgxMapper(this.ua,this.regexes.engine);return Object.assign(e,t),e}},{key:"getOS",value:function(){var e={};e[Cr]=void 0,e[Or]=void 0;var t=this.rgxMapper(this.ua,this.regexes.os);return Object.assign(e,t),e}},{key:"getUA",value:function(){return this.ua}},{key:"setUA",value:function(e){var t=_typeof(e)===Sr&&e.length>350?is(e,350):e;this.ua=t}},{key:"getResult",value:function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}}}]),e}(),us=function(){function e(){_classCallCheck(this,e),window.ZCB_ZmCobrowseInfo={session:{userId:"",sessionId:"",participantType:"",agentSdkTrackingId:"",region:""},isCobrowseLocked:!1}}return _createClass(e,[{key:"getSession",value:function(){var e;return null===(e=window.ZCB_ZmCobrowseInfo)||void 0===e?void 0:e.session}},{key:"getCobrowse",value:function(){return window.ZCB_ZmCobrowseInfo}},{key:"setSessionId",value:function(e){window.ZCB_ZmCobrowseInfo.session.sessionId=e}},{key:"setAgentSdkTrackingId",value:function(e){window.ZCB_ZmCobrowseInfo.session.agentSdkTrackingId=e}},{key:"setUserId",value:function(e){window.ZCB_ZmCobrowseInfo.session.userId=e}},{key:"setParticipantType",value:function(e){window.ZCB_ZmCobrowseInfo.session.participantType=e}},{key:"setIsCobrowseLocked",value:function(e){window.ZCB_ZmCobrowseInfo.isCobrowseLocked=e}},{key:"setSession",value:function(e){Object.assign(window.ZCB_ZmCobrowseInfo.session,e)}},{key:"setRegion",value:function(e){window.ZCB_ZmCobrowseInfo.session.region=e}},{key:"clearRegion",value:function(){window.ZCB_ZmCobrowseInfo.session.region=""}},{key:"clearSession",value:function(){window.ZCB_ZmCobrowseInfo.session={userId:"",sessionId:"",participantType:"",agentSdkTrackingId:"",region:""},window.ZCB_ZmCobrowseInfo.isCobrowseLocked=!1}}]),e}(),ls=new us,ps={log:new br(30),info:new br(30),debug:new br(30),warn:new br(30),error:new br(30)},ds=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];try{return(null==e?void 0:e.some((function(e){return"NO-TRACKING"===e})))?"0000":_r.getZmTrackingId()}catch(e){return console.error("error: ".concat(e)),_r.getZmTrackingId()}},hs=function(e,t,o){return["%c ".concat(e," %c ").concat(t," %c"),"background:".concat(o,";border:1px solid ").concat(o,"; padding: 1px; border-radius: 2px 0 0 2px; color: #fff;"),"border:1px solid ".concat(o,"; padding: 1px; border-radius: 0 2px 2px 0; color: ").concat(o,";"),"background:transparent"]},ms=function(){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,a,i,r,s,c,u,l,p;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(c=window.navigator,u=(new cs).getResult(),c){e.next=4;break}return e.abrupt("return",{});case 4:if(l=Object.assign({appCodeName:c.appCodeName,appName:c.appName,appVersion:c.appVersion,language:c.language,connection:{downlink:null===(t=c.connection)||void 0===t?void 0:t.downlink,downlinkMax:null===(o=c.connection)||void 0===o?void 0:o.downlinkMax,effectiveType:null===(n=c.connection)||void 0===n?void 0:n.effectiveType,rtt:null===(a=c.connection)||void 0===a?void 0:a.rtt,saveData:null===(i=c.connection)||void 0===i?void 0:i.saveData,type:null===(r=c.connection)||void 0===r?void 0:r.type},href:window.location.host},u),!(null===(s=c.userAgentData)||void 0===s?void 0:s.getHighEntropyValues)){e.next=19;break}return e.prev=6,e.next=9,c.userAgentData.getHighEntropyValues(["architecture","bitness","fullVersionList","platformVersion","wow64","model","formFactor"]);case 9:p=e.sent,l.os&&(l.os.version=p.platformVersion),l.cpu&&(l.cpu.architecture=p.architecture,l.cpu.bitness=p.bitness),l.mobile=p.mobile,l.userAgentData=JSON.stringify(p),e.next=19;break;case 16:e.prev=16,e.t0=e.catch(6),console.log("get userAgentData error",e.t0);case 19:return e.abrupt("return",l);case 20:case"end":return e.stop()}}),e,null,[[6,16]])})));case 2:t=e.sent,ys(["navigator"]).logWithReport(JSON.stringify(t));case 4:case"end":return e.stop()}}),e)})))},gs=function(e,t){var o=function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=null,a=0;return function(){for(var i=arguments.length,r=new Array(i),s=0;s<i;s++)r[s]=arguments[s];var c=Date.now();a||!1!==o.leading||(a=c);var u=t-(c-a),l=this;u<=0||u>t?(n&&(clearTimeout(n),n=null),a=c,e.apply(l,r)):n||!1===o.trailing||(n=setTimeout((function(){a=!1===o.leading?0:Date.now(),n=null,e.apply(l,r)}),u))}}(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}),n=null,a=null,i=null;return function(){for(var e=arguments.length,r=new Array(e),s=0;s<e;s++)r[s]=arguments[s];n=r,a=this,i||(i=setTimeout((function(){n&&(o.apply(a,n),n=null,i=null)}),t)),o.apply(this,r)}}((function(){Xn()&&or.reportByFilter(["ZCB-CLIENT"])}),1e4);function fs(e,t){var o,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Zo.log,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return s(this,void 0,void 0,_regeneratorRuntime().mark((function i(){var r,s,c,u,l,p,d,h,m;return _regeneratorRuntime().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return r=ls.getSession(),s=r.userId,c=r.sessionId,u=r.participantType,l=r.region,p=r.agentSdkTrackingId,d=Io.getCoBrowsingConfig("appKey"),h={uuid:s,appKey:"{E}".concat(d,"{/E}"),sessionId:c,participantType:u,region:l},p&&(h.agentSdkTrackingId=p),i.next=6,or.log(e,t,n,Object.assign({host:null!==(o=null===location||void 0===location?void 0:location.host)&&void 0!==o?o:"",zmDeviceId:window.ZCB_ZmDeviceId,sdkVersion:Ai(),info:h},a));case 6:return m=i.sent,gs(),i.abrupt("return",m);case 9:case"end":return i.stop()}}),i)})))}var vs,ys=function(e){var t=_toConsumableArray(yr(["ZCB-CLIENT"],e||[]));return{log:function(e,o){return function(e,t,o){var n,a;if(null!==(a=null===(n=null==qn?void 0:qn.logLevel)||void 0===n?void 0:n.log)&&void 0!==a&&a&&vr(or)){var i=ds(o),r=yr([i],t||[]),s=yr(r,o||[]),c=fr("".concat(i).concat(e));if(!ps.log.has(c))return ps.log.set(c,!0),fs(e,s,Zo.log)}}(e,t,o)},logWithReport:function(e,o){return function(e,t,o){var n,a,i;if(null!==(a=null===(n=null==qn?void 0:qn.logLevel)||void 0===n?void 0:n.log)&&void 0!==a&&a&&vr(or)&&Xn()){var r=ds(o),s=yr([r],t||[]),c=yr(s,o||[]),u=fr("".concat(r).concat(e));if(!ps.log.has(u)){ps.log.set(u,!0);var l=ls.getSession(),p=l.userId,d=l.sessionId,h=l.participantType,m=l.region,g=l.agentSdkTrackingId,f=Io.getCoBrowsingConfig("appKey"),v={uuid:p,appKey:"{E}".concat(f,"{/E}"),sessionId:d,participantType:h,region:m};return g&&(v.agentSdkTrackingId=g),or.directReport({message:e,host:null!==(i=null===location||void 0===location?void 0:location.host)&&void 0!==i?i:"",zmDeviceId:window.ZCB_ZmDeviceId,sdkVersion:Ai(),info:v},{tags:c,logLevel:Zo.log})}}}(e,t,o)},info:function(e,o){return function(e,t,o){var n,a;if(null!==(a=null===(n=null==qn?void 0:qn.logLevel)||void 0===n?void 0:n.info)&&void 0!==a&&a&&vr(or)){var i=ds(o),r=yr([i],t||[]),s=yr(r,o||[]),c=fr("".concat(i).concat(e));if(!ps.info.has(c))return ps.info.set(c,!0),fs(e,s,Zo.info)}}(e,t,o)},debug:function(e,o){return function(e,t,o){var n,a;if(null!==(a=null===(n=null==qn?void 0:qn.logLevel)||void 0===n?void 0:n.debug)&&void 0!==a&&a&&vr(or)){var i=ds(o),r=yr([i],t||[]),s=yr(r,o||[]),c=fr("".concat(i).concat(e));if(!ps.debug.has(c))return ps.debug.set(c,!0),fs(e,s,Zo.debug)}}(e,t,o)},error:function(e,o){return function(e,t,o){var n,a;if((n=console).error.apply(n,_toConsumableArray(hs("laplace-error",e,"#F56C6C"))),(null===(a=null==qn?void 0:qn.logLevel)||void 0===a?void 0:a.error)&&vr(or)){var i=ds(o),r=yr([i],t||[]),s=yr(r,o||[]),c=fr("".concat(i).concat(e));if(!ps.error.has(c))return ps.error.set(c,!0),fs(e,s,Zo.error)}}(e,t,o)},warn:function(e,o){return function(e,t,o){var n,a,i;if((n=console).warn.apply(n,_toConsumableArray(hs("laplace-warn",e,"#E6A23C"))),null!==(i=null===(a=null==qn?void 0:qn.logLevel)||void 0===a?void 0:a.warn)&&void 0!==i&&i&&vr(or)){var r=ds(o),s=yr([r],t||[]),c=yr(s,o||[]),u=fr("".concat(r).concat(e));if(!ps.warn.has(u))return ps.warn.set(u,!0),fs(e,c,Zo.warn)}}(e,t,o)},print:function(e){return function(e){var t,o;null!==(o=null===(t=null==qn?void 0:qn.logLevel)||void 0===t?void 0:t.print)&&void 0!==o&&o&&console.log(e)}(e)},performance:function(e,o){return function(e,t,o){var n,a;if(null!==(a=null===(n=null==qn?void 0:qn.logLevel)||void 0===n?void 0:n.log)&&void 0!==a&&a&&vr(or)){var i=ds(o),r=yr([i],t||[]);return fs(e,yr(r,o||[]),Zo.log)}}(e,t,o)},performanceRange:function(e,o,n){return function(e,t,o,n){var a,i;if(null!==(i=null===(a=null==qn?void 0:qn.logLevel)||void 0===a?void 0:a.log)&&void 0!==i&&i&&vr(or)){var r=ds(n),s=yr([r],o||[]);return fs(e,yr(s,n||[]),Zo.log,t)}}(e,o,t,n)},log_2:function(e,o){return function(e,t,o){var n,a;if(null!==(a=null===(n=null==qn?void 0:qn.logLevel)||void 0===n?void 0:n.log)&&void 0!==a&&a&&vr(or)){var i=JSON.stringify(e),r=ds(o),s=yr([r],t||[]);return fs(i,yr(s,o||[]),Zo.log)}}(e,t,o)},reportNavigator:function(){ms()},setReportUrl:function(e){!function(e){if($n.setDynamicReportUrl(e),or&&"function"==typeof or.setReportUrl){var t=or.reportUrl;or.setReportUrl(e),Xn()&&e!==t&&or.reportByFilter(["ZCB-CLIENT"])}}(e)},setLaplaceEnabled:function(e){var t;t=e,$n.setDynamicLaplaceEnabled(t)}}},ks=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"info",value:function(e,t){var o;(o=console).log.apply(o,arguments)}},{key:"warn",value:function(e,t){var o;(o=console).warn.apply(o,arguments)}},{key:"error",value:function(e,t){var o;(o=console).error.apply(o,arguments)}}]),e}(),_s=new ks,bs="zcbPerformanceLog",Es=ys(["performance-log"]);e.PerformanceLogEnum=void 0,(vs=e.PerformanceLogEnum||(e.PerformanceLogEnum={}))[vs.ClientInit=1]="ClientInit",vs[vs.ClientInitFinished=2]="ClientInitFinished",vs[vs.CreateSessionStart=3]="CreateSessionStart",vs[vs.CreateSessionEnd=4]="CreateSessionEnd",vs[vs.PinCodeRequest=5]="PinCodeRequest",vs[vs.PinCodeUpdated=6]="PinCodeUpdated",vs[vs.PingEndpointListDone=7]="PingEndpointListDone",vs[vs.initWS=8]="initWS",vs[vs.WSConnected2Channel=9]="WSConnected2Channel",vs[vs.WSConnectedSuccess=10]="WSConnectedSuccess",vs[vs.SessionStart=11]="SessionStart",vs[vs.SessionStarted=12]="SessionStarted",vs[vs.SessionStartFinish=13]="SessionStartFinish",vs[vs.StartChannel=14]="StartChannel",vs[vs.UserRoster=15]="UserRoster",vs[vs.LeaderJoined=16]="LeaderJoined",vs[vs.FollowerJoined=17]="FollowerJoined",vs[vs.CallSessionInit=18]="CallSessionInit",vs[vs.AfterJoined=19]="AfterJoined",vs[vs.SessionDestroy=20]="SessionDestroy",vs[vs.AgentReconnectingInAgentSide=21]="AgentReconnectingInAgentSide",vs[vs.CustomerDisconnectedInAgentSide=22]="CustomerDisconnectedInAgentSide",vs[vs.CustomerTimeoutInAgentSide=23]="CustomerTimeoutInAgentSide",vs[vs.AgentReconnectingSuccessInAgentSide=24]="AgentReconnectingSuccessInAgentSide",vs[vs.CustomerReconnectingSuccessInAgentSide=25]="CustomerReconnectingSuccessInAgentSide",vs[vs.AgentJoinedInAgentSide=26]="AgentJoinedInAgentSide",vs[vs.CustomerJoinedInAgentSide=27]="CustomerJoinedInAgentSide",vs[vs.StartReplayInAgentSide=28]="StartReplayInAgentSide",vs[vs.CustomerReconnectingInCustomerSide=29]="CustomerReconnectingInCustomerSide",vs[vs.AgentDisconnectedInCustomerSide=30]="AgentDisconnectedInCustomerSide",vs[vs.AgentTimeoutInCustomerSide=31]="AgentTimeoutInCustomerSide",vs[vs.CustomerReconnectingSuccessInCustomerSide=32]="CustomerReconnectingSuccessInCustomerSide",vs[vs.AgentReconnectingSuccessInCustomerSide=33]="AgentReconnectingSuccessInCustomerSide";var ws=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i={},e.PerformanceLogEnum.ClientInit,"ClientInit"),e.PerformanceLogEnum.ClientInitFinished,"ClientInitFinished"),e.PerformanceLogEnum.CreateSessionStart,"CreateSessionStart"),e.PerformanceLogEnum.CreateSessionEnd,"CreateSessionEnd"),e.PerformanceLogEnum.PinCodeRequest,"PinCodeRequest"),e.PerformanceLogEnum.PinCodeUpdated,"PinCodeUpdated"),e.PerformanceLogEnum.PingEndpointListDone,"PingEndpointListDone"),e.PerformanceLogEnum.initWS,"initWS"),e.PerformanceLogEnum.WSConnected2Channel,"WSConnected2Channel"),e.PerformanceLogEnum.WSConnectedSuccess,"WSConnectedSuccess"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i,e.PerformanceLogEnum.SessionStart,"SessionStart"),e.PerformanceLogEnum.SessionStarted,"SessionStarted"),e.PerformanceLogEnum.SessionStartFinish,"SessionStartFinish"),e.PerformanceLogEnum.StartChannel,"StartChannel"),e.PerformanceLogEnum.UserRoster,"UserRoster"),e.PerformanceLogEnum.LeaderJoined,"LeaderJoined"),e.PerformanceLogEnum.FollowerJoined,"FollowerJoined"),e.PerformanceLogEnum.CallSessionInit,"CallSessionInit"),e.PerformanceLogEnum.AfterJoined,"AfterJoined"),e.PerformanceLogEnum.SessionDestroy,"SessionDestroy"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i,e.PerformanceLogEnum.AgentReconnectingInAgentSide,"AgentReconnectingInAgentSide"),e.PerformanceLogEnum.CustomerDisconnectedInAgentSide,"CustomerDisconnectedInAgentSide"),e.PerformanceLogEnum.CustomerTimeoutInAgentSide,"CustomerTimeoutInAgentSide"),e.PerformanceLogEnum.AgentReconnectingSuccessInAgentSide,"AgentReconnectingSuccessInAgentSide"),e.PerformanceLogEnum.CustomerReconnectingSuccessInAgentSide,"CustomerReconnectingSuccessInAgentSide"),e.PerformanceLogEnum.AgentJoinedInAgentSide,"AgentJoinedInAgentSide"),e.PerformanceLogEnum.CustomerJoinedInAgentSide,"CustomerJoinedInAgentSide"),e.PerformanceLogEnum.StartReplayInAgentSide,"StartReplayInAgentSide"),e.PerformanceLogEnum.CustomerReconnectingInCustomerSide,"CustomerReconnectingInCustomerSide"),e.PerformanceLogEnum.AgentDisconnectedInCustomerSide,"AgentDisconnectedInCustomerSide"),_defineProperty(_defineProperty(_defineProperty(i,e.PerformanceLogEnum.AgentTimeoutInCustomerSide,"AgentTimeoutInCustomerSide"),e.PerformanceLogEnum.CustomerReconnectingSuccessInCustomerSide,"CustomerReconnectingSuccessInCustomerSide"),e.PerformanceLogEnum.AgentReconnectingSuccessInCustomerSide,"AgentReconnectingSuccessInCustomerSide")),Ss=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"processMarkKey",value:function(e){return"".concat(bs).concat(e)}},{key:"log",value:function(e,t,o){Es.performance("[Performance] ".concat(t||ws[e]),o);var n=this.processMarkKey(e);performance.clearMarks(n),performance.mark(n,{detail:{label:null!=t?t:"",type:"".concat(bs),timeStamp:+new Date}})}},{key:"logRange",value:function(e,t,o){var n,a,i,r,s=this,c=Array.isArray(e)?e.find((function(e){return performance.getEntriesByName(s.processMarkKey(e),"mark").length})):e;if(c){var u=performance.getEntriesByName(this.processMarkKey(c),"mark"),l=performance.getEntriesByName(this.processMarkKey(t),"mark");if(u.length&&l.length){var p=performance.measure("".concat(bs,"Range_").concat(c,"_").concat(t),this.processMarkKey(c),this.processMarkKey(t)),d=null===(a=null===(n=u[0])||void 0===n?void 0:n.detail)||void 0===a?void 0:a.timeStamp;Es.performanceRange("[Performance Range] ".concat(c,"_").concat(t),{startTime:d,duration:null!==(r=null===(i=null==p?void 0:p.duration)||void 0===i?void 0:i.toFixed(2))&&void 0!==r?r:"0",startEvent:ws[c],endEvent:ws[t]},o)}}}},{key:"logWithBaseTags",value:function(e){var t=this;return{log:function(o){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t.log(o,n,[].concat(_toConsumableArray(e),_toConsumableArray(a)))},logRange:function(o,n){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t.logRange(o,n,[].concat(_toConsumableArray(e),_toConsumableArray(a)))}}}},{key:"printLocal",value:function(){var e=performance.getEntriesByType("mark").filter((function(e){var t;return(null===(t=e.detail)||void 0===t?void 0:t.type)===bs}));_s.info("localLog,",e);var t=performance.getEntriesByType("measure").filter((function(e){return e.name.startsWith(bs)})).map((function(e){var t,o,n=_slicedToArray(e.name.split("_"),3),a=n[1],i=n[2],r=performance.getEntriesByName("".concat(bs).concat(a),"mark"),s=performance.getEntriesByName("".concat(bs).concat(i),"mark");return[null===(t=r[r.length-1].detail)||void 0===t?void 0:t.label,null===(o=s[s.length-1].detail)||void 0===o?void 0:o.label,e.duration]}));_s.info("rangePrint",t)}}]),e}();Ss.performanceLogValueMap=new Map;var Ts,Cs=new Ss;!function(e){e[e.IMAGE=0]="IMAGE",e[e.FONT=1]="FONT"}(Ts||(Ts={}));var Rs,js=function(){function e(t){_classCallCheck(this,e),this.tracelog=t,this.prevMsgType=null,this.prevMsgCount=0,this.logStr="",this.limitLength=500,this.binaryInfo=new Map}return _createClass(e,[{key:"addBinaryMsg",value:function(e){var t=e instanceof Blob?e.size:e.byteLength,o=Ts.IMAGE,n=this.binaryInfo.get(o);n||(n={count:0,totalSize:0},this.binaryInfo.set(o,n)),n.count++,n.totalSize+=t}},{key:"addCBSMsg",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"recv";try{e.event.type===Me.IncrementalSnapshot?this.logCBSDeltaMsg(e,t):(e.event.type===Me.Meta&&this.writeAndClearLog(t),this.tracelog.log("".concat(t," INTERACTION message: ").concat(Me[e.event.type])))}catch(e){this.tracelog.error("addCBSMsg error")}}},{key:"logCBSDeltaMsg",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"recv",o=e.event.data.source;xe[o]?o===this.prevMsgType?this.prevMsgCount++:(this.appendLogStr(),this.prevMsgCount=1,this.prevMsgType=o,this.logStr.length>=this.limitLength&&this.writeAndClearLog(t)):this.tracelog.log("none source message")}},{key:"destroy",value:function(){this.writeAndClearLog()}},{key:"clearLog",value:function(){this.logStr="",this.prevMsgType=null,this.prevMsgCount=0}},{key:"writeAndClearLog",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"recv";this.appendLogStr(),this.logStr&&this.tracelog.log("".concat(e," IncrementalSource message: ").concat(this.logStr)),this.clearLog()}},{key:"appendLogStr",value:function(){null!==this.prevMsgType&&(this.logStr+="[".concat(xe[this.prevMsgType],"](").concat(this.prevMsgCount,")"))}}]),e}(),Os=ys(["cbs-connection"]),Is=function(e){var t="";try{t=JSON.stringify(e.message)}catch(e){console.error("cbs-connection tries to stringify message failed")}var o={session_id:e.sessionId,participant_type:e.participantType,result:e.result,ftype:e.failedType,msg:t};Os.log(JSON.stringify(o))},As=[xe.Input,Fe.Annotation,Fe.FullSnapshot],Ns=function(){function e(t){var o=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.8;_classCallCheck(this,e),this.logger=t,this.sample=n,this.cpuState="",this.localMachineTimeDelta=new Map,this.sessionInfo={sessionId:void 0,sessionRegion:void 0,startUrl:void 0},this.incrementalSourceCountMap=new Map,this.eventCacheListMap=new Map,this.handlePostMessage=function(e){var t=e.data.eventType,n=e.data.data;switch(t){case"SESSION_INFO":o.setSessionInfo(n);break;case"NTP":case go.NTP:void 0!==n.delta&&o.setLocalMathineTimeDelta(n);break;case go.END_ROOM:case go.LEAVE_ROOM:o.destroy()}},this.setLocalMathineTimeDelta=function(e){var t=e.sessionId||e.cId||"";t&&(o.localMachineTimeDelta.set(t,e.delta),e.sessionId&&o.batch(e.sessionId),e.cId&&o.batch(e.cId))},this.setSessionInfo=function(e){o.sessionInfo=e;try{var t=new URL(e.startUrl||"");o.sessionInfo.startUrl=t.origin}catch(e){console.log(e)}},this.log=function(e){var t,n,a=o.sessionInfo.sessionId||"",i=e.cId,r=e.event_source,s=i||a;if((r===Fe.FullSnapshot||i)&&As.includes(r)){if(i&&(o.incrementalSourceCountMap.has(i)||(o.incrementalSourceCountMap.set(i,new Map),o.incrementalSourceCountMap.get(i).set(r,0)),!e.source_count)){var c=o.incrementalSourceCountMap.get(i).get(r);if(o.incrementalSourceCountMap.get(i).set(r,c+1),0!==c&&Math.random()>o.sample)return;e.source_count=o.incrementalSourceCountMap.get(i).get(r)}e.cpu_state=o.cpuState;var u=o.localMachineTimeDelta.has(a)?o.localMachineTimeDelta.get(a):o.localMachineTimeDelta.get(i);if(void 0===u)return o.eventCacheListMap.has(s)||o.eventCacheListMap.set(s,[]),void o.eventCacheListMap.get(s).push(e);var l=e.detime-(e.ptime-u),p=Object.assign(Object.assign({},e),{rtt:l,session_id:o.sessionInfo.sessionId,session_region:o.sessionInfo.sessionRegion,start_url:o.sessionInfo.startUrl,sdk_version:Io.getCoBrowsingConfig("sdkVersion")});null===(n=null===(t=o.logger)||void 0===t?void 0:t.log_2)||void 0===n||n.call(t,p)}},this.observePressure(),this.addEventListener()}return _createClass(e,[{key:"addEventListener",value:function(){window.addEventListener("message",this.handlePostMessage)}},{key:"observePressure",value:function(){var e,t=this;try{if("PressureObserver"in window&&window.location.origin===(null===(e=window.top)||void 0===e?void 0:e.location.origin))new window.PressureObserver((function(e){t.cpuState=e[e.length-1].state})).observe("cpu",{sampleInterval:1e3}).catch((function(){console.log("")}));else this.cpuState=""}catch(e){}}},{key:"batchLog",value:function(e){var t=this;(this.eventCacheListMap.get(e)||[]).forEach((function(e){t.log(e)}))}},{key:"batch",value:function(e){if(e)this.batchLog(e);else{var t,o=_createForOfIteratorHelper(this.eventCacheListMap);try{for(o.s();!(t=o.n()).done;){var n=_slicedToArray(t.value,1)[0];this.batchLog(n)}}catch(e){o.e(e)}finally{o.f()}}}},{key:"delete",value:function(e){this.localMachineTimeDelta.delete(e),this.incrementalSourceCountMap.delete(e),this.eventCacheListMap.delete(e)}},{key:"destroy",value:function(){this.localMachineTimeDelta.clear(),this.incrementalSourceCountMap.clear(),this.eventCacheListMap.clear(),this.sessionInfo={sessionId:void 0,sessionRegion:void 0,startUrl:void 0}}}]),e}(),Ds=new Ns(ys(["cbs-interaction-latency"])),Ls=ys(["CoBrowsing Session"]);!function(e){e[e.NOT_DEFINED=-1]="NOT_DEFINED"}(Rs||(Rs={}));var Ps=function(e){_inherits(o,_wrapNativeSuper(Error));var t=_createSuper(o);function o(e){var n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Rs.NOT_DEFINED,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1;return _classCallCheck(this,o),(n=t.call(this,e)).msg=e,n.code=a,n.statusCode=i,n}return _createClass(o)}(),zs=function(e){var t,o=new Set,n=function(e,n){var a="function"==typeof e?e(t):e;if(!Object.is(a,t)){var i=t;t=(null!=n?n:"object"!==_typeof(a)||null===a)?a:Object.assign({},t,a),o.forEach((function(e){return e(t,i)}))}},a=function(){return t},i={setState:n,getState:a,getInitialState:function(){return r},subscribe:function(e){return o.add(e),function(){return o.delete(e)}},destroy:function(){console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),o.clear()}},r=t=e(n,a,i);return i},Ms=function(e){return e?zs(e):zs},xs=Ms((function(e){return{comCurrentPage:window.location.pathname.includes("/viewer")?p.COM_BYOP_DESK:p.COM_DESK,setComCurrentPage:function(t){return e({comCurrentPage:t})},comStartReplay:!1,setComStartReplay:function(t){return e({comStartReplay:t})},comSessionStart:!1,setComSessionStart:function(t){return e({comSessionStart:t})},comSessionWaitAgentConnecting:!1,setComSessionWaitAgentConnecting:function(t){return e({comSessionWaitAgentConnecting:t})},comSessionWaitCustomerConnecting:!1,setComSessionWaitCustomerConnecting:function(t){return e({comSessionWaitCustomerConnecting:t})},pinCodePageType:d.Normal,setPinCodePageType:function(t){return e({pinCodePageType:t})},customerName:"",setCustomerName:function(t){return e({customerName:t})}}})),Fs=Ms((function(e){return{isCCMode:!1,isCommonMode:!1,anotationManager:null,AnotationMethods:null,anotationEnable:!0,session:null,insertDataStore:null,showEndButton:!1,isEndButtonLoading:!1,showLeaveButton:!1,isLeaveButtonLoading:!1,tipsContent:null,showBorder:!1,showCustomerToolBar:!1,toolbarHidden:!0,scale:0,fitToWindowScale:0,scaleValueList:[],viewportWidth:0,viewportHeight:0,showConnectDialog:!1,showReconnectDialog:!1,participantType:void 0,leaderName:"",followerName:"",isOtherSideReconnecting:!1,language:"en-US",showPinCodeDialog:!1,splitWSS:void 0,agentList:[],cobrowseCode:"",isRemoteControlling:!1,remoteControlConfig:{enable:!1,enable_customer_consent:!0,require_stop_confirmation:!1,remote_assist_types:["scroll_page"]},showRemoteControlRequestDialog:!1,showRemoteControlConnectingDialog:!1,showRemoteControlWaitingForApproveDialog:!1,showCustomerRemoteControlStopDialog:!1,showAgentRemoteControlStopDialog:!1,showTabFollowingWaitTransferringCustomerDialog:!1,showTabFollowingTransferringFailedCustomerDialog:!1,showTabFollowingTransferringFailedAgentDialog:!1,remoteControlStatus:0,remoteControlApproveId:"",callType:"",switchTabListener:void 0,setAnotationEnable:function(t){return e({anotationEnable:t})},setCallType:function(t){return e({callType:t})},setScale:function(t){return e({scale:t})},setFitToWindowScale:function(t){return e({fitToWindowScale:t})},setScaleValueList:function(t){return e({scaleValueList:t})},setSession:function(t){return e({session:t})},setInsertDataStore:function(t){return e({insertDataStore:t})},setShowBorder:function(t){return e({showBorder:t})},setTipsContent:function(t){return e({tipsContent:t})},setShowEndButton:function(t){return e({showEndButton:t})},setIsEndButtonLoading:function(t){return e({isEndButtonLoading:t})},setShowLeaveButton:function(t){return e({showLeaveButton:t})},setIsLeaveButtonLoading:function(t){return e({isLeaveButtonLoading:t})},setIsOtherSideReconnecting:function(t){return e({isOtherSideReconnecting:t})},setShowConnectDialog:function(t){return e({showConnectDialog:t})},setShowReconnectDialog:function(t){return e({showReconnectDialog:t})},setParticipantType:function(t){return e({participantType:t})},setLeaderName:function(t){return e({leaderName:t})},setFollowerName:function(t){return e({followerName:t})},setShowPinCodeDialog:function(t){return e({showPinCodeDialog:t})},setShowRemoteControlRequestDialog:function(t){return e({showRemoteControlRequestDialog:t})},setShowRemoteControlConnectingDialog:function(t){return e({showRemoteControlConnectingDialog:t})},setShowRemoteControlWaitingForApproveDialog:function(t){return e({showRemoteControlWaitingForApproveDialog:t})},setShowCustomerRemoteControlStopDialog:function(t){return e({showCustomerRemoteControlStopDialog:t})},setShowAgentRemoteControlStopDialog:function(t){return e({showAgentRemoteControlStopDialog:t})},setAgentList:function(t){return e({agentList:t})}}})),Bs={session:null,insertDataStore:null,anotationManager:null,AnotationMethods:null,showEndButton:!1,isEndButtonLoading:!1,showLeaveButton:!1,isLeaveButtonLoading:!1,tipsContent:null,showBorder:!1,showCustomerToolBar:!1,toolbarHidden:!0,scale:0,fitToWindowScale:0,scaleValueList:[],viewportWidth:0,viewportHeight:0,participantType:void 0,showConnectDialog:!1,showReconnectDialog:!1,leaderName:"",followerName:"",isOtherSideReconnecting:!1,showPinCodeDialog:!1,agentList:[],cobrowseCode:"",isRemoteControlling:!1,showRemoteControlRequestDialog:!1,showRemoteControlWaitingForApproveDialog:!1,remoteControlConfig:{enable:!1,enable_customer_consent:!0,require_stop_confirmation:!1,remote_assist_types:["scroll_page"]},remoteControlStatus:0},Us={showEndButton:!1,isEndButtonLoading:!1,showLeaveButton:!1,isLeaveButtonLoading:!1,tipsContent:{forceClose:!0},showBorder:!1,showCustomerToolBar:!1,toolbarHidden:!0,scale:0,fitToWindowScale:0,scaleValueList:[],viewportWidth:0,viewportHeight:0,participantType:void 0,showConnectDialog:!1,showReconnectDialog:!1,leaderName:"",followerName:"",isOtherSideReconnecting:!1,showPinCodeDialog:!1,agentList:[],cobrowseCode:"",isRemoteControlling:!1,showRemoteControlRequestDialog:!1,showRemoteControlConnectingDialog:!1,showRemoteControlWaitingForApproveDialog:!1,showCustomerRemoteControlStopDialog:!1,showAgentRemoteControlStopDialog:!1,remoteControlStatus:0,remoteControlApproveId:"",showTabFollowingWaitTransferringCustomerDialog:!1,showTabFollowingTransferringFailedCustomerDialog:!1,showTabFollowingTransferringFailedAgentDialog:!1},Vs=Ms((function(e){return{zmDeviceId:"",setZmDeviceId:function(t){return e({zmDeviceId:t})},zmWebTrackingId:"",zmChsTrackingId:"",setWebTrackingId:function(t){return e({zmWebTrackingId:t})},setChsTrackingId:function(t){return e({zmChsTrackingId:t})},zmTrackingId:"",setZmTrackingId:function(t){return e({zmTrackingId:t})}}})),Ws=Ms((function(e){return{isRecording:!1,isStartedRecord:!1,isPausedRecord:!1,isLoadingRecord:!1,enableConsent:!0,showNeedLegalConsentDialog:!1,customerLegalConsentAction:T.NoAction,consentMessageDuration:0,consentMessage:"",enableMonitor:!1,showMonitoringRecordingMessage:!1,monitorMessage:"",setIsRecording:function(t){return e({isRecording:t})},setIsStartedRecord:function(t){return e({isStartedRecord:t})},setIsPausedRecord:function(t){return e({isPausedRecord:t})},setIsLoadingRecord:function(t){return e({isLoadingRecord:t})},setEnableConsent:function(t){return e({enableConsent:t})},setShowNeedLegalConsentDialog:function(t){return e({showNeedLegalConsentDialog:t})},setCustomerLegalConsentAction:function(t){return e({customerLegalConsentAction:t})},setShowMonitoringRecordingMessage:function(t){return e({showMonitoringRecordingMessage:t})}}})),Hs={isRecording:!1,showNeedLegalConsentDialog:!1,customerLegalConsentAction:T.NoAction,enableMonitor:!1,showMonitoringRecordingMessage:!1,consentMessage:"",consentMessageDuration:0,monitorMessage:""},Gs="setData",Zs="getData",Ks="removeData",Js="checkTokenIframeReadyResp",Ys="storageEventResp",qs="zcc",$s="/token",Xs="{appKey}",Qs=_defineProperty(_defineProperty({},"common",(function(){if(Ii()){var e=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT||window.ZCB_NPM_SDK_CUSTOMER_SESSION_CONTEXT||{},t=e.appKey,o=e.sdkVersion;return"/static/resource/sdk/".concat(t).concat($s,"/").concat(o,"?type=inline")}return Ni()?"/static/resource/sdk/".concat(Xs).concat($s,"/").concat(Ai()):"/static/resource/sdk/".concat(Xs).concat($s)})),qs,(function(){return"/static/resource/cci/".concat(Xs).concat($s)}));var ec="zcb-token-iframe",tc=function(){function e(t,o){var n,a,i,r=this,s=t.mode,c=t.appKey,u=t.retryConfig,l=t.tracelog;_classCallCheck(this,e),this.tasks=[],this.iframeReady=!1,this.iframeLoadPromise=null,this.callbackTimeoutId=null,this.RETRYABLE_ERRORS=["timeout","network","iframe_not_ready"],this.iframeOnLoadCallback=o,this.tracelog=l,c?(this.ENABLE_RETRY=null===(n=null==u?void 0:u.enableRetry)||void 0===n||n,this.MAX_RETRY_COUNT=null!==(a=null==u?void 0:u.maxRetries)&&void 0!==a?a:3,this.BASE_TIMEOUT=null!==(i=null==u?void 0:u.baseTimeout)&&void 0!==i?i:2e3,this.msgListenerFunc=function(e){var t="https://"+Io.getCoBrowsingConfig("domain");e.origin===t&&r.handleMsgData(e)},this.iframeEle=this.initTokenMangerDom(s,c),this.iframeLoadPromise=this.waitForIframeReady(),this.callbackTimeoutId=setTimeout((function(){r.tracelog.warn("TokenConsumer: iframeOnLoadCallback timeout, executing callback anyway");try{r.iframeOnLoadCallback(null)}catch(e){r.tracelog.error("TokenConsumer: iframeOnLoadCallback timeout execution error:",e)}}),7500)):this.tracelog.error("TokenConsumer init error, appKey=".concat(c," is falsy."))}return _createClass(e,[{key:"waitForIframeReady",value:function(){var e=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){var n,a=0;!function i(){a++,e.iframeReady&&e.tokenManagerIframeOrigin?(n&&clearTimeout(n),t()):a>=15?(n&&clearTimeout(n),o(new Error("TokenConsumer iframe ready timeout after 7.5 seconds"))):n=setTimeout(i,500)}()}))}},{key:"initTokenMangerDom",value:function(e,t){var o=this.iframeEle||document.querySelector(".".concat(ec));if(o)return o;window.addEventListener("message",this.msgListenerFunc,!1);var n=document.createElement("iframe");return n.setAttribute("src",function(e,t){var o;return"https://"+Io.getCoBrowsingConfig("domain")+(null===(o=Qs[e])||void 0===o?void 0:o.call(Qs).replace(Xs,t))}(e,t)),n.setAttribute("style","display:none;"),n.classList.add("CBS-internal-block",ec),document.body.firstChild&&document.body.insertBefore(n,document.body.firstChild),n}},{key:"handleMsgData",value:function(e){var t;if(e.data){var o=e.data;if((null==o?void 0:o.type)===Js)return o.origin.endsWith(".zoom.us")||o.origin.endsWith(".zoomdev.us")?(this.tokenManagerIframeOrigin=o.origin,this.iframeReady=!0):this.tracelog.error("[TokenConsumer] checkTokenIframeReadyResp origin is valid."),this.callbackTimeoutId&&(clearTimeout(this.callbackTimeoutId),this.callbackTimeoutId=null),void this.iframeOnLoadCallback(this);if((null==o?void 0:o.type)===Ys&&(null===(t=this.storageTask)||void 0===t||t.call(this,o)),void 0!==(null==o?void 0:o.taskId)){var n=this.tasks.find((function(e){return e.id===o.taskId}));n?null==n||n.callback(o):this.tracelog.warn("[handleMsgData] not found taskId=".concat(o.taskId))}}}},{key:"shouldRetry",value:function(e,t){if(!this.ENABLE_RETRY)return!1;if(t>=this.MAX_RETRY_COUNT)return!1;var o=(null==e?void 0:e.toString())||"";return this.RETRYABLE_ERRORS.some((function(e){return o.toLowerCase().includes(e)}))}},{key:"getRetryDelay",value:function(){return this.BASE_TIMEOUT}},{key:"postData",value:function(e){var t,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return s(this,void 0,void 0,_regeneratorRuntime().mark((function n(){var a,i,r=this;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(n.prev=0,!this.iframeLoadPromise){n.next=4;break}return n.next=4,this.iframeLoadPromise;case 4:if((null===(t=this.iframeEle)||void 0===t?void 0:t.contentWindow)&&this.tokenManagerIframeOrigin){n.next=6;break}throw new Error("TokenConsumer not ready");case 6:return a=Ne(),this.iframeEle.contentWindow.postMessage(Object.assign(Object.assign({},e),{taskId:a}),this.tokenManagerIframeOrigin),i=this,n.abrupt("return",new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,n){var c=i.getRetryDelay(),u=setTimeout((function(){return s(r,void 0,void 0,_regeneratorRuntime().mark((function r(){var s,u,l;return _regeneratorRuntime().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(s=i.tasks.findIndex((function(e){return e.id===a})),s>-1&&i.tasks.splice(s,1),u=new Error("TokenConsumer postData timeout after ".concat(c,"ms")),!i.shouldRetry(u,o)){r.next=17;break}return console.warn("TokenConsumer postData timeout, retrying... (".concat(o+1,"/").concat(i.MAX_RETRY_COUNT,")")),r.prev=5,r.next=8,i.postData(e,o+1);case 8:l=r.sent,t(l),r.next=15;break;case 12:r.prev=12,r.t0=r.catch(5),n(r.t0);case 15:r.next=18;break;case 17:n("ERROR: TokenConsumer postData Timeout after ".concat(o," retries, data=").concat(JSON.stringify(e),", taskId=").concat(a));case 18:case"end":return r.stop()}}),r,null,[[5,12]])})))}),c);i.tasks.push({id:a,callback:function(e){u&&clearTimeout(u),t(e.value)},timeoutPointer:u})})));case 12:if(n.prev=12,n.t0=n.catch(0),!this.shouldRetry(n.t0,o)){n.next=17;break}return console.warn("TokenConsumer postData error, retrying... (".concat(o+1,"/").concat(this.MAX_RETRY_COUNT,")")),n.abrupt("return",this.postData(e,o+1));case 17:throw n.t0;case 18:case"end":return n.stop()}}),n,this,[[0,12]])})))}},{key:"setData",value:function(e,t,o,n){return this.postData({key:t,value:o,cookieOptions:n,type:Gs,storageType:e})}},{key:"setStorageData",value:function(e,t,o,n){return n&&(this.storageTask=function(e){null==n||n(e.value)}),this.postData({key:t,value:o,type:Gs,storageType:e,shouldAddStorageListener:!0})}},{key:"getData",value:function(e){return this.postData({key:e,type:Zs})}},{key:"removeData",value:function(e,t){return this.postData({key:e,cookieOptions:t,type:Ks})}},{key:"cancelAllRetries",value:function(){this.tasks.forEach((function(e){e.timeoutPointer&&clearTimeout(e.timeoutPointer)})),this.tasks=[]}},{key:"destroy",value:function(){this.callbackTimeoutId&&(clearTimeout(this.callbackTimeoutId),this.callbackTimeoutId=null),window.removeEventListener("message",this.msgListenerFunc),document.body.removeChild(this.iframeEle)}}]),e}();/*! js-cookie v3.0.5 | MIT */function oc(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)e[n]=o[n]}return e}var nc=function e(t,o){function n(e,n,a){if("undefined"!=typeof document){"number"==typeof(a=oc({},o,a)).expires&&(a.expires=new Date(Date.now()+864e5*a.expires)),a.expires&&(a.expires=a.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var r in a)a[r]&&(i+="; "+r,!0!==a[r]&&(i+="="+a[r].split(";")[0]));return document.cookie=e+"="+t.write(n,e)+i}}return Object.create({set:n,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var o=document.cookie?document.cookie.split("; "):[],n={},a=0;a<o.length;a++){var i=o[a].split("="),r=i.slice(1).join("=");try{var s=decodeURIComponent(i[0]);if(n[s]=t.read(r,s),e===s)break}catch(e){}}return e?n[e]:n}},remove:function(e,t){n(e,"",oc({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,oc({},this.attributes,t))},withConverter:function(t){return e(oc({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(t)}})}({read:function(e){return\'"\'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"}),ac=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"set",value:function(e,t,o){try{return nc.set(e,t,o)}catch(e){return""}}},{key:"get",value:function(e){try{return nc.get(e)}catch(e){return""}}},{key:"remove",value:function(e,t){try{return nc.remove(e,t)}catch(e){return""}}}]),e}(),ic=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"set",value:function(e,t){try{sessionStorage.setItem(e,t)}catch(e){console.error(e)}}},{key:"get",value:function(e){try{return sessionStorage.getItem(e)}catch(e){return console.error(e),""}}},{key:"remove",value:function(e){try{sessionStorage.removeItem(e)}catch(e){console.error(e)}}}]),e}(),rc=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"set",value:function(e,t){try{localStorage.setItem(e,t)}catch(e){console.error(e)}}},{key:"get",value:function(e){try{return localStorage.getItem(e)}catch(e){return console.error(e),""}}},{key:"remove",value:function(e){try{localStorage.removeItem(e)}catch(e){console.error(e)}}}]),e}(),sc=function(){function e(){_classCallCheck(this,e),this.isInitializing=!1,this.initPromise=null}return _createClass(e,[{key:"initTokenConsumer",value:function(e){var t=e.mode,o=e.appKey,n=e.tracelog;return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var a=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o){e.next=3;break}return n.error("[TokenConsumerManager] init error, appKey=".concat(o," is falsy.")),e.abrupt("return",null);case 3:if(!window.ZCB_TokenConsumer){e.next=5;break}return e.abrupt("return",window.ZCB_TokenConsumer);case 5:if(!this.isInitializing||!this.initPromise){e.next=7;break}return e.abrupt("return",this.initPromise);case 7:return this.isInitializing=!0,this.initPromise=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e,i){new tc({mode:t,appKey:o,tracelog:n},(function(t){a.isInitializing=!1,a.initPromise=null,t?(window.ZCB_TokenConsumer=t,e(t)):(n.error("[TokenConsumerManager] init error, cannot get ZCBTokenConsumer instance"),i(null))}))})),e.abrupt("return",this.initPromise);case 10:case"end":return e.stop()}}),e,this)})))}},{key:"get",value:function(){return window.ZCB_TokenConsumer}},{key:"destroy",value:function(){window.ZCB_TokenConsumer&&(window.ZCB_TokenConsumer.destroy(),delete window.ZCB_TokenConsumer),this.isInitializing=!1,this.initPromise=null}}],[{key:"getInstance",value:function(){return e.instance||(e.instance=new e),e.instance}}]),e}(),cc=sc.getInstance(),uc=ys(["CoBrowsing Session","COMMON"]),lc=new(function(){function e(){_classCallCheck(this,e),this.enableLocalSession=!0}return _createClass(e,[{key:"getEnableLocalSession",value:function(){return this.enableLocalSession}},{key:"allowLocalSession",value:function(){this.enableLocalSession=!0}},{key:"forbidLocalSession",value:function(){this.enableLocalSession=!1}}]),e}());function pc(e){return(Io.getCoBrowsingConfig("isLoadFromSDKEntry")?"customer_":"agent_")+e}var dc=function(){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,a,i;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=Ri(pc(k)),o=Ri(pc(_)),n=Ri(pc(E)),a=Ri(pc(b)),i=cc.get(),e.next=8,null==i?void 0:i.removeData(t,{});case 8:return e.next=10,null==i?void 0:i.removeData(o,{});case 10:return e.next=12,null==i?void 0:i.removeData(n,{});case 12:return e.next=14,null==i?void 0:i.removeData(a,{});case 14:e.next=19;break;case 16:e.prev=16,e.t0=e.catch(0),uc.error("delLocalSession error, error: ".concat(JSON.stringify(e.t0)));case 19:case"end":return e.stop()}}),e,null,[[0,16]])})))},hc=function(e){var t=e.sessionId,o=e.authToken,n=e.pinCode;return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var a,i,r,s,c,u,l,p,d;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,lc.getEnableLocalSession()){e.next=3;break}return e.abrupt("return");case 3:if(a=Ri(pc(k)),i=Ri(pc(_)),r=Ri(pc(b)),s=Ri(pc(E)),c=Fs.getState(),u=c.switchTabListener,l=cc.get(),p={},!t){e.next=14;break}return e.next=13,null==l?void 0:l.setData(M.All,a,Ri(t),{expires:1/12});case 13:p.sid=t;case 14:if(!o){e.next=22;break}return e.next=17,null==l?void 0:l.setData(M.All,i,Ri(o),{expires:1/12});case 17:return d=Date.now().toString(),e.next=20,null==l?void 0:l.setData(M.All,r,d,{expires:1/12});case 20:p.atk=o,p.tst=d;case 22:if(!n){e.next=26;break}return e.next=25,null==l?void 0:l.setData(M.All,s,Ri(n),{expires:1/12});case 25:p.pcode=n;case 26:lc.getEnableLocalSession()?null==u||u.setSessionCookie(p):dc(),e.next=32;break;case 29:e.prev=29,e.t0=e.catch(0),uc.error("setLocalSession error, error: ".concat(JSON.stringify(e.t0)));case 32:case"end":return e.stop()}}),e,null,[[0,29]])})))};function mc(e){return e.split(/(%[0-9A-Fa-f]{2})/g).map((function(e){return/%[0-9A-Fa-f]/.test(e)||(e=encodeURI(e).replace(/%5B/g,"[").replace(/%5D/g,"]")),e})).join("")}function gc(e){return encodeURIComponent(e).replace(/[!\'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function fc(e,t,o){return t="+"===e||"#"===e?mc(t):gc(t),o?gc(o)+"="+t:t}function vc(e){return null!=e}function yc(e){return";"===e||"&"===e||"?"===e}function kc(e){var t=["+","#",".","/",";","?","&"];return{expand:function(o){return e.replace(/\\{([^\\{\\}]+)\\}|([^\\{\\}]+)/g,(function(e,n,a){if(n){var i=null,r=[];if(-1!==t.indexOf(n.charAt(0))&&(i=n.charAt(0),n=n.substr(1)),n.split(/,/g).forEach((function(e){var t=/([^:\\*]*)(?::(\\d+)|(\\*))?/.exec(e);r.push.apply(r,function(e,t,o,n){var a=e[o],i=[];if(vc(a)&&""!==a)if("string"==typeof a||"number"==typeof a||"boolean"==typeof a)a=a.toString(),n&&"*"!==n&&(a=a.substring(0,parseInt(n,10))),i.push(fc(t,a,yc(t)?o:null));else if("*"===n)Array.isArray(a)?a.filter(vc).forEach((function(e){i.push(fc(t,e,yc(t)?o:null))})):Object.keys(a).forEach((function(e){vc(a[e])&&i.push(fc(t,a[e],e))}));else{var r=[];Array.isArray(a)?a.filter(vc).forEach((function(e){r.push(fc(t,e))})):Object.keys(a).forEach((function(e){vc(a[e])&&(r.push(gc(e)),r.push(fc(t,a[e].toString())))})),yc(t)?i.push(gc(o)+"="+r.join(",")):0!==r.length&&i.push(r.join(","))}else";"===t?vc(a)&&i.push(gc(o)):""!==a||"&"!==t&&"?"!==t?""===a&&i.push(""):i.push(gc(o)+"=");return i}(o,i,t[1],t[2]||t[3]))})),i&&"+"!==i){var s=",";return"?"===i?s="&":"#"!==i&&(s=i),(0!==r.length?i:"")+r.join(s)}return r.join(",")}return mc(a)}))}}}var _c={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},bc=function(){function e(t){_classCallCheck(this,e);var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(t,o)}return _createClass(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||_c,this.options=t,this.debug=t.debug}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,o,n){return n&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(o).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,_objectSpread(_objectSpread({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),Ec=new bc,wc=function(){function e(){_classCallCheck(this,e),this.observers={}}return _createClass(e,[{key:"on",value:function(e,t){var o=this;return e.split(" ").forEach((function(e){o.observers[e]||(o.observers[e]=new Map);var n=o.observers[e].get(t)||0;o.observers[e].set(t,n+1)})),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];this.observers[e]&&Array.from(this.observers[e].entries()).forEach((function(e){for(var t=_slicedToArray(e,2),n=t[0],a=t[1],i=0;i<a;i++)n.apply(void 0,o)}));this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach((function(t){for(var n=_slicedToArray(t,2),a=n[0],i=n[1],r=0;r<i;r++)a.apply(a,[e].concat(o))}))}}]),e}(),Sc=function(){var e,t,o=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(o,n){e=o,t=n}));return o.resolve=e,o.reject=t,o},Tc=function(e){return null==e?"":""+e},Cc=/###/g,Rc=function(e){return e&&e.indexOf("###")>-1?e.replace(Cc,"."):e},jc=function(e){return!e||"string"==typeof e},Oc=function(e,t,o){for(var n="string"!=typeof t?t:t.split("."),a=0;a<n.length-1;){if(jc(e))return{};var i=Rc(n[a]);!e[i]&&o&&(e[i]=new o),e=Object.prototype.hasOwnProperty.call(e,i)?e[i]:{},++a}return jc(e)?{}:{obj:e,k:Rc(n[a])}},Ic=function(e,t,o){var n=Oc(e,t,Object),a=n.obj,i=n.k;if(void 0===a&&1!==t.length){for(var r=t[t.length-1],s=t.slice(0,t.length-1),c=Oc(e,s,Object);void 0===c.obj&&s.length;)r="".concat(s[s.length-1],".").concat(r),s=s.slice(0,s.length-1),(c=Oc(e,s,Object))&&c.obj&&void 0!==c.obj["".concat(c.k,".").concat(r)]&&(c.obj=void 0);c.obj["".concat(c.k,".").concat(r)]=o}else a[i]=o},Ac=function(e,t){var o=Oc(e,t),n=o.obj,a=o.k;if(n)return n[a]},Nc=function e(t,o,n){for(var a in o)"__proto__"!==a&&"constructor"!==a&&(a in t?"string"==typeof t[a]||t[a]instanceof String||"string"==typeof o[a]||o[a]instanceof String?n&&(t[a]=o[a]):e(t[a],o[a],n):t[a]=o[a]);return t},Dc=function(e){return e.replace(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g,"\\\\$&")},Lc={"&":"&amp;","<":"&lt;",">":"&gt;",\'"\':"&quot;","\'":"&#39;","/":"&#x2F;"},Pc=function(e){return"string"==typeof e?e.replace(/[&<>"\'\\/]/g,(function(e){return Lc[e]})):e},zc=[" ",",","?","!",";"],Mc=new(function(){function e(t){_classCallCheck(this,e),this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}return _createClass(e,[{key:"getRegExp",value:function(e){var t=this.regExpMap.get(e);if(void 0!==t)return t;var o=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,o),this.regExpQueue.push(e),o}}]),e}())(20),xc=function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var n=t.split(o),a=e,i=0;i<n.length;){if(!a||"object"!==_typeof(a))return;for(var r=void 0,s="",c=i;c<n.length;++c)if(c!==i&&(s+=o),void 0!==(r=a[s+=n[c]])){if(["string","number","boolean"].indexOf(_typeof(r))>-1&&c<n.length-1)continue;i+=c-i+1;break}a=r}return a}},Fc=function(e){return e&&e.indexOf("_")>0?e.replace("_","-"):e},Bc=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;_classCallCheck(this,o);var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return(n=t.call(this)).data=e||{},n.options=a,void 0===n.options.keySeparator&&(n.options.keySeparator="."),void 0===n.options.ignoreJSONStructure&&(n.options.ignoreJSONStructure=!0),n}return _createClass(o,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,o){var n,a,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator,s=void 0!==i.ignoreJSONStructure?i.ignoreJSONStructure:this.options.ignoreJSONStructure;if(e.indexOf(".")>-1)n=e.split(".");else if(n=[e,t],o)if(Array.isArray(o))(a=n).push.apply(a,_toConsumableArray(o));else if("string"==typeof o&&r){var c;(c=n).push.apply(c,_toConsumableArray(o.split(r)))}else n.push(o);var u=Ac(this.data,n);return!u&&!t&&!o&&e.indexOf(".")>-1&&(e=n[0],t=n[1],o=n.slice(2).join(".")),u||!s||"string"!=typeof o?u:xc(this.data&&this.data[e]&&this.data[e][t],o,r)}},{key:"addResource",value:function(e,t,o,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},i=void 0!==a.keySeparator?a.keySeparator:this.options.keySeparator,r=[e,t];o&&(r=r.concat(i?o.split(i):o)),e.indexOf(".")>-1&&(n=t,t=(r=e.split("."))[1]),this.addNamespaces(t),Ic(this.data,r,n),a.silent||this.emit("added",e,t,o,n)}},{key:"addResources",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var a in o)("string"==typeof o[a]||Array.isArray(o[a]))&&this.addResource(e,t,a,o[a],{silent:!0});n.silent||this.emit("added",e,t,o)}},{key:"addResourceBundle",value:function(e,t,o,n,a){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},r=[e,t];e.indexOf(".")>-1&&(n=o,o=t,t=(r=e.split("."))[1]),this.addNamespaces(t);var s=Ac(this.data,r)||{};i.skipCopy||(o=JSON.parse(JSON.stringify(o))),n?Nc(s,o,a):s=_objectSpread(_objectSpread({},s),o),Ic(this.data,r,s),i.silent||this.emit("added",e,t,o)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?_objectSpread(_objectSpread({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((function(e){return t[e]&&Object.keys(t[e]).length>0}))}},{key:"toJSON",value:function(){return this.data}}]),o}(wc),Uc={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,o,n,a){var i=this;return e.forEach((function(e){i.processors[e]&&(t=i.processors[e].process(t,o,n,a))})),t}},Vc={},Wc=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;_classCallCheck(this,o);var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t,o){e.forEach((function(e){t[e]&&(o[e]=t[e])}))}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,_assertThisInitialized(n=t.call(this))),n.options=a,void 0===n.options.keySeparator&&(n.options.keySeparator="."),n.logger=Ec.create("translator"),n}return _createClass(o,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var o=this.resolve(e,t);return o&&void 0!==o.res}},{key:"extractFromKey",value:function(e,t){var o=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===o&&(o=":");var n=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,a=t.ns||this.options.defaultNS||[],i=o&&e.indexOf(o)>-1,r=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,o){t=t||"",o=o||"";var n=zc.filter((function(e){return t.indexOf(e)<0&&o.indexOf(e)<0}));if(0===n.length)return!0;var a=Mc.getRegExp("(".concat(n.map((function(e){return"?"===e?"\\\\?":e})).join("|"),")")),i=!a.test(e);if(!i){var r=e.indexOf(o);r>0&&!a.test(e.substring(0,r))&&(i=!0)}return i}(e,o,n));if(i&&!r){var s=e.match(this.interpolator.nestingRegexp);if(s&&s.length>0)return{key:e,namespaces:a};var c=e.split(o);(o!==n||o===n&&this.options.ns.indexOf(c[0])>-1)&&(a=c.shift()),e=c.join(n)}return"string"==typeof a&&(a=[a]),{key:e,namespaces:a}}},{key:"translate",value:function(e,t,n){var a=this;if("object"!==_typeof(t)&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"===_typeof(t)&&(t=_objectSpread({},t)),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var i=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,s=this.extractFromKey(e[e.length-1],t),c=s.key,u=s.namespaces,l=u[u.length-1],p=t.lng||this.language,d=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p&&"cimode"===p.toLowerCase()){if(d){var h=t.nsSeparator||this.options.nsSeparator;return i?{res:"".concat(l).concat(h).concat(c),usedKey:c,exactUsedKey:c,usedLng:p,usedNS:l,usedParams:this.getUsedParamsDetails(t)}:"".concat(l).concat(h).concat(c)}return i?{res:c,usedKey:c,exactUsedKey:c,usedLng:p,usedNS:l,usedParams:this.getUsedParamsDetails(t)}:c}var m=this.resolve(e,t),g=m&&m.res,f=m&&m.usedKey||c,v=m&&m.exactUsedKey||c,y=Object.prototype.toString.apply(g),k=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,_=!this.i18nFormat||this.i18nFormat.handleAsObject;if(_&&g&&("string"!=typeof g&&"boolean"!=typeof g&&"number"!=typeof g)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(y)<0&&("string"!=typeof k||!Array.isArray(g))){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var b=this.options.returnedObjectHandler?this.options.returnedObjectHandler(f,g,_objectSpread(_objectSpread({},t),{},{ns:u})):"key \'".concat(c," (").concat(this.language,")\' returned an object instead of string.");return i?(m.res=b,m.usedParams=this.getUsedParamsDetails(t),m):b}if(r){var E=Array.isArray(g),w=E?[]:{},S=E?v:f;for(var T in g)if(Object.prototype.hasOwnProperty.call(g,T)){var C="".concat(S).concat(r).concat(T);w[T]=this.translate(C,_objectSpread(_objectSpread({},t),{joinArrays:!1,ns:u})),w[T]===C&&(w[T]=g[T])}g=w}}else if(_&&"string"==typeof k&&Array.isArray(g))(g=g.join(k))&&(g=this.extendTranslation(g,e,t,n));else{var R=!1,j=!1,O=void 0!==t.count&&"string"!=typeof t.count,I=o.hasDefaultValue(t),A=O?this.pluralResolver.getSuffix(p,t.count,t):"",N=t.ordinal&&O?this.pluralResolver.getSuffix(p,t.count,{ordinal:!1}):"",D=O&&!t.ordinal&&0===t.count&&this.pluralResolver.shouldUseIntlApi(),L=D&&t["defaultValue".concat(this.options.pluralSeparator,"zero")]||t["defaultValue".concat(A)]||t["defaultValue".concat(N)]||t.defaultValue;!this.isValidLookup(g)&&I&&(R=!0,g=L),this.isValidLookup(g)||(j=!0,g=c);var P=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&j?void 0:g,z=I&&L!==g&&this.options.updateMissing;if(j||R||z){if(this.logger.log(z?"updateKey":"missingKey",p,l,c,z?L:g),r){var M=this.resolve(c,_objectSpread(_objectSpread({},t),{},{keySeparator:!1}));M&&M.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var x=[],F=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&F&&F[0])for(var B=0;B<F.length;B++)x.push(F[B]);else"all"===this.options.saveMissingTo?x=this.languageUtils.toResolveHierarchy(t.lng||this.language):x.push(t.lng||this.language);var U=function(e,o,n){var i=I&&n!==g?n:P;a.options.missingKeyHandler?a.options.missingKeyHandler(e,l,o,i,z,t):a.backendConnector&&a.backendConnector.saveMissing&&a.backendConnector.saveMissing(e,l,o,i,z,t),a.emit("missingKey",e,l,o,g)};this.options.saveMissing&&(this.options.saveMissingPlurals&&O?x.forEach((function(e){var o=a.pluralResolver.getSuffixes(e,t);D&&t["defaultValue".concat(a.options.pluralSeparator,"zero")]&&o.indexOf("".concat(a.options.pluralSeparator,"zero"))<0&&o.push("".concat(a.options.pluralSeparator,"zero")),o.forEach((function(o){U([e],c+o,t["defaultValue".concat(o)]||L)}))})):U(x,c,L))}g=this.extendTranslation(g,e,t,m,n),j&&g===c&&this.options.appendNamespaceToMissingKey&&(g="".concat(l,":").concat(c)),(j||R)&&this.options.parseMissingKeyHandler&&(g="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(l,":").concat(c):c,R?g:void 0):this.options.parseMissingKeyHandler(g))}return i?(m.res=g,m.usedParams=this.getUsedParamsDetails(t),m):g}},{key:"extendTranslation",value:function(e,t,o,n,a){var i=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,_objectSpread(_objectSpread({},this.options.interpolation.defaultVariables),o),o.lng||this.language||n.usedLng,n.usedNS,n.usedKey,{resolved:n});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init(_objectSpread(_objectSpread({},o),{interpolation:_objectSpread(_objectSpread({},this.options.interpolation),o.interpolation)}));var r,s="string"==typeof e&&(o&&o.interpolation&&void 0!==o.interpolation.skipOnVariables?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(s){var c=e.match(this.interpolator.nestingRegexp);r=c&&c.length}var u=o.replace&&"string"!=typeof o.replace?o.replace:o;if(this.options.interpolation.defaultVariables&&(u=_objectSpread(_objectSpread({},this.options.interpolation.defaultVariables),u)),e=this.interpolator.interpolate(e,u,o.lng||this.language||n.usedLng,o),s){var l=e.match(this.interpolator.nestingRegexp);r<(l&&l.length)&&(o.nest=!1)}!o.lng&&"v1"!==this.options.compatibilityAPI&&n&&n.res&&(o.lng=this.language||n.usedLng),!1!==o.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return a&&a[0]===n[0]&&!o.context?(i.logger.warn("It seems you are nesting recursively key: ".concat(n[0]," in key: ").concat(t[0])),null):i.translate.apply(i,n.concat([t]))}),o)),o.interpolation&&this.interpolator.reset()}var p=o.postProcess||this.options.postProcess,d="string"==typeof p?[p]:p;return null!=e&&d&&d.length&&!1!==o.applyPostProcessor&&(e=Uc.handle(d,e,t,this.options&&this.options.postProcessPassResolved?_objectSpread({i18nResolved:_objectSpread(_objectSpread({},n),{},{usedParams:this.getUsedParamsDetails(o)})},o):o,this)),e}},{key:"resolve",value:function(e){var t,o,n,a,i,r=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach((function(e){if(!r.isValidLookup(t)){var c=r.extractFromKey(e,s),u=c.key;o=u;var l=c.namespaces;r.options.fallbackNS&&(l=l.concat(r.options.fallbackNS));var p=void 0!==s.count&&"string"!=typeof s.count,d=p&&!s.ordinal&&0===s.count&&r.pluralResolver.shouldUseIntlApi(),h=void 0!==s.context&&("string"==typeof s.context||"number"==typeof s.context)&&""!==s.context,m=s.lngs?s.lngs:r.languageUtils.toResolveHierarchy(s.lng||r.language,s.fallbackLng);l.forEach((function(e){r.isValidLookup(t)||(i=e,!Vc["".concat(m[0],"-").concat(e)]&&r.utils&&r.utils.hasLoadedNamespace&&!r.utils.hasLoadedNamespace(i)&&(Vc["".concat(m[0],"-").concat(e)]=!0,r.logger.warn(\'key "\'.concat(o,\'" for languages "\').concat(m.join(", "),\'" won\\\'t get resolved as namespace "\').concat(i,\'" was not yet loaded\'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),m.forEach((function(o){if(!r.isValidLookup(t)){a=o;var i,c=[u];if(r.i18nFormat&&r.i18nFormat.addLookupKeys)r.i18nFormat.addLookupKeys(c,u,o,e,s);else{var l;p&&(l=r.pluralResolver.getSuffix(o,s.count,s));var m="".concat(r.options.pluralSeparator,"zero"),g="".concat(r.options.pluralSeparator,"ordinal").concat(r.options.pluralSeparator);if(p&&(c.push(u+l),s.ordinal&&0===l.indexOf(g)&&c.push(u+l.replace(g,r.options.pluralSeparator)),d&&c.push(u+m)),h){var f="".concat(u).concat(r.options.contextSeparator).concat(s.context);c.push(f),p&&(c.push(f+l),s.ordinal&&0===l.indexOf(g)&&c.push(f+l.replace(g,r.options.pluralSeparator)),d&&c.push(f+m))}}for(;i=c.pop();)r.isValidLookup(t)||(n=i,t=r.getResource(o,e,i,s))}})))}))}})),{res:t,usedKey:o,exactUsedKey:n,usedLng:a,usedNS:i}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,o,n):this.resourceStore.getResource(e,t,o,n)}},{key:"getUsedParamsDetails",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.replace&&"string"!=typeof e.replace,o=t?e.replace:e;if(t&&void 0!==e.count&&(o.count=e.count),this.options.interpolation.defaultVariables&&(o=_objectSpread(_objectSpread({},this.options.interpolation.defaultVariables),o)),!t){o=_objectSpread({},o);var n,a=_createForOfIteratorHelper(["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"]);try{for(a.s();!(n=a.n()).done;){delete o[n.value]}}catch(e){a.e(e)}finally{a.f()}}return o}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)&&t===o.substring(0,12)&&void 0!==e[o])return!0;return!1}}]),o}(wc),Hc=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},Gc=function(){function e(t){_classCallCheck(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Ec.create("languageUtils")}return _createClass(e,[{key:"getScriptPartFromCode",value:function(e){if(!(e=Fc(e))||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!(e=Fc(e))||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],o=e.split("-");return this.options.lowerCaseLng?o=o.map((function(e){return e.toLowerCase()})):2===o.length?(o[0]=o[0].toLowerCase(),o[1]=o[1].toUpperCase(),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=Hc(o[1].toLowerCase()))):3===o.length&&(o[0]=o[0].toLowerCase(),2===o[1].length&&(o[1]=o[1].toUpperCase()),"sgn"!==o[0]&&2===o[2].length&&(o[2]=o[2].toUpperCase()),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=Hc(o[1].toLowerCase())),t.indexOf(o[2].toLowerCase())>-1&&(o[2]=Hc(o[2].toLowerCase()))),o.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,o=this;return e?(e.forEach((function(e){if(!t){var n=o.formatLanguageCode(e);o.options.supportedLngs&&!o.isSupportedCode(n)||(t=n)}})),!t&&this.options.supportedLngs&&e.forEach((function(e){if(!t){var n=o.getLanguagePartFromCode(e);if(o.isSupportedCode(n))return t=n;t=o.options.supportedLngs.find((function(e){return e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:e.indexOf("-")>0&&n.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===n||0===e.indexOf(n)&&n.length>1?e:void 0}))}})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];var o=e[t];return o||(o=e[this.getScriptPartFromCode(t)]),o||(o=e[this.formatLanguageCode(t)]),o||(o=e[this.getLanguagePartFromCode(t)]),o||(o=e.default),o||[]}},{key:"toResolveHierarchy",value:function(e,t){var o=this,n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),a=[],i=function(e){e&&(o.isSupportedCode(e)?a.push(e):o.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):"string"==typeof e&&i(this.formatLanguageCode(e)),n.forEach((function(e){a.indexOf(e)<0&&i(o.formatLanguageCode(e))})),a}}]),e}(),Zc=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],Kc={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},Jc=["v1","v2","v3"],Yc=["v4"],qc={zero:0,one:1,two:2,few:3,many:4,other:5},$c=function(){function e(t){_classCallCheck(this,e);var o,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=t,this.options=n,this.logger=Ec.create("pluralResolver"),this.options.compatibilityJSON&&!Yc.includes(this.options.compatibilityJSON)||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=(o={},Zc.forEach((function(e){e.lngs.forEach((function(t){o[t]={numbers:e.nr,plurals:Kc[e.fc]}}))})),o),this.pluralRulesCache={}}return _createClass(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"clearCache",value:function(){this.pluralRulesCache={}}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{var o=Fc("dev"===e?"en":e),n=t.ordinal?"ordinal":"cardinal",a=JSON.stringify({cleanedCode:o,type:n});if(a in this.pluralRulesCache)return this.pluralRulesCache[a];var i=new Intl.PluralRules(o,{type:n});return this.pluralRulesCache[a]=i,i}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=this.getRule(e,t);return this.shouldUseIntlApi()?o&&o.resolvedOptions().pluralCategories.length>1:o&&o.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,o).map((function(e){return"".concat(t).concat(e)}))}},{key:"getSuffixes",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,o);return n?this.shouldUseIntlApi()?n.resolvedOptions().pluralCategories.sort((function(e,t){return qc[e]-qc[t]})).map((function(e){return"".concat(t.options.prepend).concat(o.ordinal?"ordinal".concat(t.options.prepend):"").concat(e)})):n.numbers.map((function(n){return t.getSuffix(e,n,o)})):[]}},{key:"getSuffix",value:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=this.getRule(e,o);return n?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(o.ordinal?"ordinal".concat(this.options.prepend):"").concat(n.select(t)):this.getSuffixRetroCompatible(n,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var o=this,n=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),a=e.numbers[n];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===a?a="plural":1===a&&(a=""));var i=function(){return o.options.prepend&&a.toString()?o.options.prepend+a.toString():a.toString()};return"v1"===this.options.compatibilityJSON?1===a?"":"number"==typeof a?"_plural_".concat(a.toString()):i():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?i():this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString()}},{key:"shouldUseIntlApi",value:function(){return!Jc.includes(this.options.compatibilityJSON)}}]),e}(),Xc=function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",a=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],i=function(e,t,o){var n=Ac(e,o);return void 0!==n?n:Ac(t,o)}(e,t,o);return!i&&a&&"string"==typeof o&&void 0===(i=xc(e,o,n))&&(i=xc(t,o,n)),i},Qc=function(e){return e.replace(/\\$/g,"$$$$")},eu=function(){function e(){_classCallCheck(this,e);var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=Ec.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return _createClass(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation,o=t.escape,n=t.escapeValue,a=t.useRawValueToEscape,i=t.prefix,r=t.prefixEscaped,s=t.suffix,c=t.suffixEscaped,u=t.formatSeparator,l=t.unescapeSuffix,p=t.unescapePrefix,d=t.nestingPrefix,h=t.nestingPrefixEscaped,m=t.nestingSuffix,g=t.nestingSuffixEscaped,f=t.nestingOptionsSeparator,v=t.maxReplaces,y=t.alwaysFormat;this.escape=void 0!==o?o:Pc,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==a&&a,this.prefix=i?Dc(i):r||"{{",this.suffix=s?Dc(s):c||"}}",this.formatSeparator=u||",",this.unescapePrefix=l?"":p||"-",this.unescapeSuffix=this.unescapePrefix?"":l||"",this.nestingPrefix=d?Dc(d):h||Dc("$t("),this.nestingSuffix=m?Dc(m):g||Dc(")"),this.nestingOptionsSeparator=f||",",this.maxReplaces=v||1e3,this.alwaysFormat=void 0!==y&&y,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e=function(e,t){return e&&e.source===t?(e.lastIndex=0,e):new RegExp(t,"g")};this.regexp=e(this.regexp,"".concat(this.prefix,"(.+?)").concat(this.suffix)),this.regexpUnescape=e(this.regexpUnescape,"".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix)),this.nestingRegexp=e(this.nestingRegexp,"".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix))}},{key:"interpolate",value:function(e,t,o,n){var a,i,r,s=this,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=function(e){if(e.indexOf(s.formatSeparator)<0){var a=Xc(t,c,e,s.options.keySeparator,s.options.ignoreJSONStructure);return s.alwaysFormat?s.format(a,void 0,o,_objectSpread(_objectSpread(_objectSpread({},n),t),{},{interpolationkey:e})):a}var i=e.split(s.formatSeparator),r=i.shift().trim(),u=i.join(s.formatSeparator).trim();return s.format(Xc(t,c,r,s.options.keySeparator,s.options.ignoreJSONStructure),u,o,_objectSpread(_objectSpread(_objectSpread({},n),t),{},{interpolationkey:r}))};this.resetRegExp();var l=n&&n.missingInterpolationHandler||this.options.missingInterpolationHandler,p=n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return Qc(e)}},{regex:this.regexp,safeValue:function(e){return s.escapeValue?Qc(s.escape(e)):Qc(e)}}].forEach((function(t){for(r=0;a=t.regex.exec(e);){var o=a[1].trim();if(void 0===(i=u(o)))if("function"==typeof l){var c=l(e,a,n);i="string"==typeof c?c:""}else if(n&&Object.prototype.hasOwnProperty.call(n,o))i="";else{if(p){i=a[0];continue}s.logger.warn("missed to pass in variable ".concat(o," for interpolating ").concat(e)),i=""}else"string"==typeof i||s.useRawValueToEscape||(i=Tc(i));var d=t.safeValue(i);if(e=e.replace(a[0],d),p?(t.regex.lastIndex+=i.length,t.regex.lastIndex-=a[0].length):t.regex.lastIndex=0,++r>=s.maxReplaces)break}})),e}},{key:"nest",value:function(e,t){for(var o,n,a,i=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=function(e,t){var o=i.nestingOptionsSeparator;if(e.indexOf(o)<0)return e;var n=e.split(new RegExp("".concat(o,"[ ]*{"))),r="{".concat(n[1]);e=n[0];var s=(r=i.interpolate(r,a)).match(/\'/g),c=r.match(/"/g);(s&&s.length%2==0&&!c||c.length%2!=0)&&(r=r.replace(/\'/g,\'"\'));try{a=JSON.parse(r),t&&(a=_objectSpread(_objectSpread({},t),a))}catch(t){return i.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(o).concat(r)}return a.defaultValue&&a.defaultValue.indexOf(i.prefix)>-1&&delete a.defaultValue,e};o=this.nestingRegexp.exec(e);){var c=[];(a=(a=_objectSpread({},r)).replace&&"string"!=typeof a.replace?a.replace:a).applyPostProcessor=!1,delete a.defaultValue;var u=!1;if(-1!==o[0].indexOf(this.formatSeparator)&&!/{.*}/.test(o[1])){var l=o[1].split(this.formatSeparator).map((function(e){return e.trim()}));o[1]=l.shift(),c=l,u=!0}if((n=t(s.call(this,o[1].trim(),a),a))&&o[0]===e&&"string"!=typeof n)return n;"string"!=typeof n&&(n=Tc(n)),n||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(e)),n=""),u&&(n=c.reduce((function(e,t){return i.format(e,t,r.lng,_objectSpread(_objectSpread({},r),{},{interpolationkey:o[1].trim()}))}),n.trim())),e=e.replace(o[0],n),this.regexp.lastIndex=0}return e}}]),e}(),tu=function(e){var t={};return function(o,n,a){var i=a;a&&a.interpolationkey&&a.formatParams&&a.formatParams[a.interpolationkey]&&a[a.interpolationkey]&&(i=_objectSpread(_objectSpread({},i),{},_defineProperty({},a.interpolationkey,void 0)));var r=n+JSON.stringify(i),s=t[r];return s||(s=e(Fc(n),a),t[r]=s),s(o)}},ou=function(){function e(){_classCallCheck(this,e);var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=Ec.create("formatter"),this.options=t,this.formats={number:tu((function(e,t){var o=new Intl.NumberFormat(e,_objectSpread({},t));return function(e){return o.format(e)}})),currency:tu((function(e,t){var o=new Intl.NumberFormat(e,_objectSpread(_objectSpread({},t),{},{style:"currency"}));return function(e){return o.format(e)}})),datetime:tu((function(e,t){var o=new Intl.DateTimeFormat(e,_objectSpread({},t));return function(e){return o.format(e)}})),relativetime:tu((function(e,t){var o=new Intl.RelativeTimeFormat(e,_objectSpread({},t));return function(e){return o.format(e,t.range||"day")}})),list:tu((function(e,t){var o=new Intl.ListFormat(e,_objectSpread({},t));return function(e){return o.format(e)}}))},this.init(t)}return _createClass(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=tu(t)}},{key:"format",value:function(e,t,o){var n=this,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=t.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find((function(e){return e.indexOf(")")>-1}))){var r=i.findIndex((function(e){return e.indexOf(")")>-1}));i[0]=[i[0]].concat(_toConsumableArray(i.splice(1,r))).join(this.formatSeparator)}var s=i.reduce((function(e,t){var i=function(e){var t=e.toLowerCase().trim(),o={};if(e.indexOf("(")>-1){var n=e.split("(");t=n[0].toLowerCase().trim();var a=n[1].substring(0,n[1].length-1);"currency"===t&&a.indexOf(":")<0?o.currency||(o.currency=a.trim()):"relativetime"===t&&a.indexOf(":")<0?o.range||(o.range=a.trim()):a.split(";").forEach((function(e){if(e){var t=_toArray(e.split(":")),n=t[0],a=t.slice(1).join(":").trim().replace(/^\'+|\'+$/g,""),i=n.trim();o[i]||(o[i]=a),"false"===a&&(o[i]=!1),"true"===a&&(o[i]=!0),isNaN(a)||(o[i]=parseInt(a,10))}}))}return{formatName:t,formatOptions:o}}(t),r=i.formatName,s=i.formatOptions;if(n.formats[r]){var c=e;try{var u=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},l=u.locale||u.lng||a.locale||a.lng||o;c=n.formats[r](e,l,_objectSpread(_objectSpread(_objectSpread({},s),a),u))}catch(e){n.logger.warn(e)}return c}return n.logger.warn("there was no format function for ".concat(r)),e}),e);return s}}]),e}(),nu=function(e){_inherits(o,e);var t=_createSuper(o);function o(e,n,a){var i;_classCallCheck(this,o);var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return(i=t.call(this)).backend=e,i.store=n,i.services=a,i.languageUtils=a.languageUtils,i.options=r,i.logger=Ec.create("backendConnector"),i.waitingReads=[],i.maxParallelReads=r.maxParallelReads||10,i.readingCalls=0,i.maxRetries=r.maxRetries>=0?r.maxRetries:5,i.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,i.state={},i.queue=[],i.backend&&i.backend.init&&i.backend.init(a,r.backend,r),i}return _createClass(o,[{key:"queueLoad",value:function(e,t,o,n){var a=this,i={},r={},s={},c={};return e.forEach((function(e){var n=!0;t.forEach((function(t){var s="".concat(e,"|").concat(t);!o.reload&&a.store.hasResourceBundle(e,t)?a.state[s]=2:a.state[s]<0||(1===a.state[s]?void 0===r[s]&&(r[s]=!0):(a.state[s]=1,n=!1,void 0===r[s]&&(r[s]=!0),void 0===i[s]&&(i[s]=!0),void 0===c[t]&&(c[t]=!0)))})),n||(s[e]=!0)})),(Object.keys(i).length||Object.keys(r).length)&&this.queue.push({pending:r,pendingCount:Object.keys(r).length,loaded:{},errors:[],callback:n}),{toLoad:Object.keys(i),pending:Object.keys(r),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(c)}}},{key:"loaded",value:function(e,t,o){var n=e.split("|"),a=n[0],i=n[1];t&&this.emit("failedLoading",a,i,t),!t&&o&&this.store.addResourceBundle(a,i,o,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&o&&(this.state[e]=0);var r={};this.queue.forEach((function(o){var n,s,c,u,l;n=o.loaded,s=i,c=Oc(n,[a],Object),u=c.obj,l=c.k,u[l]=u[l]||[],u[l].push(s),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(o,e),t&&o.errors.push(t),0!==o.pendingCount||o.done||(Object.keys(o.loaded).forEach((function(e){r[e]||(r[e]={});var t=o.loaded[e];t.length&&t.forEach((function(t){void 0===r[e][t]&&(r[e][t]=!0)}))})),o.done=!0,o.errors.length?o.callback(o.errors):o.callback())})),this.emit("loaded",r),this.queue=this.queue.filter((function(e){return!e.done}))}},{key:"read",value:function(e,t,o){var n=this,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,r=arguments.length>5?arguments[5]:void 0;if(!e.length)return r(null,{});if(this.readingCalls>=this.maxParallelReads)this.waitingReads.push({lng:e,ns:t,fcName:o,tried:a,wait:i,callback:r});else{this.readingCalls++;var s=function(s,c){if(n.readingCalls--,n.waitingReads.length>0){var u=n.waitingReads.shift();n.read(u.lng,u.ns,u.fcName,u.tried,u.wait,u.callback)}s&&c&&a<n.maxRetries?setTimeout((function(){n.read.call(n,e,t,o,a+1,2*i,r)}),i):r(s,c)},c=this.backend[o].bind(this.backend);if(2!==c.length)return c(e,t,s);try{var u=c(e,t);u&&"function"==typeof u.then?u.then((function(e){return s(null,e)})).catch(s):s(null,u)}catch(e){s(e)}}}},{key:"prepareLoading",value:function(e,t){var o=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),a&&a();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var i=this.queueLoad(e,t,n,a);if(!i.toLoad.length)return i.pending.length||a(),null;i.toLoad.forEach((function(e){o.loadOne(e)}))}},{key:"load",value:function(e,t,o){this.prepareLoading(e,t,{},o)}},{key:"reload",value:function(e,t,o){this.prepareLoading(e,t,{reload:!0},o)}},{key:"loadOne",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=e.split("|"),a=n[0],i=n[1];this.read(a,i,"read",void 0,void 0,(function(n,r){n&&t.logger.warn("".concat(o,"loading namespace ").concat(i," for language ").concat(a," failed"),n),!n&&r&&t.logger.log("".concat(o,"loaded namespace ").concat(i," for language ").concat(a),r),t.loaded(e,n,r)}))}},{key:"saveMissing",value:function(e,t,o,n,a){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t))this.logger.warn(\'did not save key "\'.concat(o,\'" as the namespace "\').concat(t,\'" was not yet loaded\'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");else if(null!=o&&""!==o){if(this.backend&&this.backend.create){var s=_objectSpread(_objectSpread({},i),{},{isUpdate:a}),c=this.backend.create.bind(this.backend);if(c.length<6)try{var u;(u=5===c.length?c(e,t,o,n,s):c(e,t,o,n))&&"function"==typeof u.then?u.then((function(e){return r(null,e)})).catch(r):r(null,u)}catch(e){r(e)}else c(e,t,o,n,r,s)}e&&e[0]&&this.store.addResource(e[0],t,o,n)}}}]),o}(wc),au=function(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===_typeof(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===_typeof(e[2])||"object"===_typeof(e[3])){var o=e[3]||e[2];Object.keys(o).forEach((function(e){t[e]=o[e]}))}return t},interpolation:{escapeValue:!0,format:function(e){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}},iu=function(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e},ru=function(){},su=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;_classCallCheck(this,o);var n,a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0;if((e=t.call(this)).options=iu(a),e.services={},e.logger=Ec,e.modules={external:[]},n=_assertThisInitialized(e),Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((function(e){"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),i&&!e.isInitialized&&!a.isClone){if(!e.options.initImmediate)return e.init(a,i),_possibleConstructorReturn(e,_assertThisInitialized(e));setTimeout((function(){e.init(a,i)}),0)}return e}return _createClass(o,[{key:"init",value:function(){var e=this,t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof o&&(n=o,o={}),!o.defaultNS&&!1!==o.defaultNS&&o.ns&&("string"==typeof o.ns?o.defaultNS=o.ns:o.ns.indexOf("translation")<0&&(o.defaultNS=o.ns[0]));var a=au();this.options=_objectSpread(_objectSpread(_objectSpread({},a),this.options),iu(o)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=_objectSpread(_objectSpread({},a.interpolation),this.options.interpolation)),void 0!==o.keySeparator&&(this.options.userDefinedKeySeparator=o.keySeparator),void 0!==o.nsSeparator&&(this.options.userDefinedNsSeparator=o.nsSeparator);var i=function(e){return e?"function"==typeof e?new e:e:null};if(!this.options.isClone){var r;this.modules.logger?Ec.init(i(this.modules.logger),this.options):Ec.init(null,this.options),this.modules.formatter?r=this.modules.formatter:"undefined"!=typeof Intl&&(r=ou);var s=new Gc(this.options);this.store=new Bc(this.options.resources,this.options);var c=this.services;c.logger=Ec,c.resourceStore=this.store,c.languageUtils=s,c.pluralResolver=new $c(s,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!r||this.options.interpolation.format&&this.options.interpolation.format!==a.interpolation.format||(c.formatter=i(r),c.formatter.init(c,this.options),this.options.interpolation.format=c.formatter.format.bind(c.formatter)),c.interpolator=new eu(this.options),c.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},c.backendConnector=new nu(i(this.modules.backend),c.resourceStore,c,this.options),c.backendConnector.on("*",(function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),a=1;a<o;a++)n[a-1]=arguments[a];t.emit.apply(t,[e].concat(n))})),this.modules.languageDetector&&(c.languageDetector=i(this.modules.languageDetector),c.languageDetector.init&&c.languageDetector.init(c,this.options.detection,this.options)),this.modules.i18nFormat&&(c.i18nFormat=i(this.modules.i18nFormat),c.i18nFormat.init&&c.i18nFormat.init(this)),this.translator=new Wc(this.services,this.options),this.translator.on("*",(function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),a=1;a<o;a++)n[a-1]=arguments[a];t.emit.apply(t,[e].concat(n))})),this.modules.external.forEach((function(t){t.init&&t.init(e)}))}if(this.format=this.options.interpolation.format,n||(n=ru),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&"dev"!==u[0]&&(this.options.lng=u[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((function(o){e[o]=function(){var e;return(e=t.store)[o].apply(e,arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((function(o){e[o]=function(){var e;return(e=t.store)[o].apply(e,arguments),t}}));var l=Sc(),p=function(){var t=function(t,o){e.isInitializing=!1,e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),l.resolve(o),n(t,o)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?p():setTimeout(p,0),l}},{key:"loadResources",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ru,n="string"==typeof e?e:this.language;if("function"==typeof e&&(o=e),!this.options.resources||this.options.partialBundledLanguages){if(n&&"cimode"===n.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return o();var a=[],i=function(e){e&&("cimode"!==e&&t.services.languageUtils.toResolveHierarchy(e).forEach((function(e){"cimode"!==e&&a.indexOf(e)<0&&a.push(e)})))};if(n)i(n);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((function(e){return i(e)}));this.options.preload&&this.options.preload.forEach((function(e){return i(e)})),this.services.backendConnector.load(a,this.options.ns,(function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),o(e)}))}else o(null)}},{key:"reloadResources",value:function(e,t,o){var n=Sc();return"function"==typeof e&&(o=e,e=void 0),"function"==typeof t&&(o=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),o||(o=ru),this.services.backendConnector.reload(e,t,(function(e){n.resolve(),o(e)})),n}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&Uc.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var o=this.languages[t];if(!(["cimode","dev"].indexOf(o)>-1)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}}},{key:"changeLanguage",value:function(e,t){var o=this,n=this;this.isLanguageChangingTo=e;var a=Sc();this.emit("languageChanging",e);var i=function(e){o.language=e,o.languages=o.services.languageUtils.toResolveHierarchy(e),o.resolvedLanguage=void 0,o.setResolvedLanguage(e)},r=function(r){e||r||!o.services.languageDetector||(r=[]);var s="string"==typeof r?r:o.services.languageUtils.getBestMatchFromCodes(r);s&&(o.language||i(s),o.translator.language||o.translator.changeLanguage(s),o.services.languageDetector&&o.services.languageDetector.cacheUserLanguage&&o.services.languageDetector.cacheUserLanguage(s)),o.loadResources(s,(function(e){!function(e,r){r?(i(r),o.translator.changeLanguage(r),o.isLanguageChangingTo=void 0,o.emit("languageChanged",r),o.logger.log("languageChanged",r)):o.isLanguageChangingTo=void 0,a.resolve((function(){return n.t.apply(n,arguments)})),t&&t(e,(function(){return n.t.apply(n,arguments)}))}(e,s)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(r):this.services.languageDetector.detect(r):r(e):r(this.services.languageDetector.detect()),a}},{key:"getFixedT",value:function(e,t,o){var n=this,a=function e(t,a){var i;if("object"!==_typeof(a)){for(var r=arguments.length,s=new Array(r>2?r-2:0),c=2;c<r;c++)s[c-2]=arguments[c];i=n.options.overloadTranslationOptionHandler([t,a].concat(s))}else i=_objectSpread({},a);i.lng=i.lng||e.lng,i.lngs=i.lngs||e.lngs,i.ns=i.ns||e.ns,""!==i.keyPrefix&&(i.keyPrefix=i.keyPrefix||o||e.keyPrefix);var u,l=n.options.keySeparator||".";return u=i.keyPrefix&&Array.isArray(t)?t.map((function(e){return"".concat(i.keyPrefix).concat(l).concat(e)})):i.keyPrefix?"".concat(i.keyPrefix).concat(l).concat(t):t,n.t(u,i)};return"string"==typeof e?a.lng=e:a.lngs=e,a.ns=t,a.keyPrefix=o,a}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var n=o.lng||this.resolvedLanguage||this.languages[0],a=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;var r=function(e,o){var n=t.services.backendConnector.state["".concat(e,"|").concat(o)];return-1===n||0===n||2===n};if(o.precheck){var s=o.precheck(this,r);if(void 0!==s)return s}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!r(n,e)||a&&!r(i,e)))}},{key:"loadNamespaces",value:function(e,t){var o=this,n=Sc();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach((function(e){o.options.ns.indexOf(e)<0&&o.options.ns.push(e)})),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var o=this,n=Sc();"string"==typeof e&&(e=[e]);var a=this.options.preload||[],i=e.filter((function(e){return a.indexOf(e)<0&&o.services.languageUtils.isSupportedCode(e)}));return i.length?(this.options.preload=a.concat(i),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";var t=this.services&&this.services.languageUtils||new Gc(au());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ru,a=t.forkResourceStore;a&&delete t.forkResourceStore;var i=_objectSpread(_objectSpread(_objectSpread({},this.options),t),{isClone:!0}),r=new o(i);void 0===t.debug&&void 0===t.prefix||(r.logger=r.logger.clone(t));return["store","services","language"].forEach((function(t){r[t]=e[t]})),r.services=_objectSpread({},this.services),r.services.utils={hasLoadedNamespace:r.hasLoadedNamespace.bind(r)},a&&(r.store=new Bc(this.store.data,i),r.services.resourceStore=r.store),r.translator=new Wc(r.services,i),r.translator.on("*",(function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];r.emit.apply(r,[e].concat(o))})),r.init(i,n),r.translator.options=i,r.translator.backendConnector.services.utils={hasLoadedNamespace:r.hasLoadedNamespace.bind(r)},r}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}],[{key:"createInstance",value:function(){return new o(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}}]),o}(wc),cu=su.createInstance();function uu(e,t){var o=e;if(!0!==Io.getCoBrowsingConfig("isLoadFromSDKEntry")&&(Ni()&&(o="".concat(e,"/").concat(Io.getCoBrowsingConfig("originalSdkVersion"))),window.location.pathname===o)){var n=new URLSearchParams(window.location.search);Object.entries(t).forEach((function(e){var t=_slicedToArray(e,2),o=t[0],a=t[1];n.set(o,a)}));var a="".concat(window.location.pathname,"?").concat(n.toString());history.replaceState({},"",a)}}cu.createInstance=su.createInstance,cu.createInstance,cu.dir,cu.init,cu.loadResources,cu.reloadResources,cu.use,cu.changeLanguage,cu.getFixedT,cu.t,cu.exists,cu.setDefaultNamespace,cu.hasLoadedNamespace,cu.loadNamespaces,cu.loadLanguages,cu.t;var lu,pu,du=function(e,t){return Ii()?sessionStorage.setItem(Ri(e),(null==t?void 0:t.access_token)||""):uu(e,t)},hu=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:21,t="",o=crypto.getRandomValues(new Uint8Array(e|=0));e--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[63&o[e]];return t};function mu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var gu=function(){if(pu)return lu;pu=1;var e=2147483647,t=36,o=/^xn--/,n=/[^\\0-\\x7F]/,a=/[\\x2E\\u3002\\uFF0E\\uFF61]/g,i={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},r=Math.floor,s=String.fromCharCode;function c(e){throw new RangeError(i[e])}function u(e,t){var o=e.split("@"),n="";o.length>1&&(n=o[0]+"@",e=o[1]);var i=function(e,t){for(var o=[],n=e.length;n--;)o[n]=t(e[n]);return o}((e=e.replace(a,".")).split("."),t).join(".");return n+i}function l(e){for(var t=[],o=0,n=e.length;o<n;){var a=e.charCodeAt(o++);if(a>=55296&&a<=56319&&o<n){var i=e.charCodeAt(o++);56320==(64512&i)?t.push(((1023&a)<<10)+(1023&i)+65536):(t.push(a),o--)}else t.push(a)}return t}var p=function(e){return e>=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:t},d=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},h=function(e,o,n){var a=0;for(e=n?r(e/700):e>>1,e+=r(e/o);e>455;a+=t)e=r(e/35);return r(a+36*e/(e+38))},m=function(o){var n=[],a=o.length,i=0,s=128,u=72,l=o.lastIndexOf("-");l<0&&(l=0);for(var d=0;d<l;++d)o.charCodeAt(d)>=128&&c("not-basic"),n.push(o.charCodeAt(d));for(var m=l>0?l+1:0;m<a;){for(var g=i,f=1,v=t;;v+=t){m>=a&&c("invalid-input");var y=p(o.charCodeAt(m++));y>=t&&c("invalid-input"),y>r((e-i)/f)&&c("overflow"),i+=y*f;var k=v<=u?1:v>=u+26?26:v-u;if(y<k)break;var _=t-k;f>r(e/_)&&c("overflow"),f*=_}var b=n.length+1;u=h(i-g,b,0==g),r(i/b)>e-s&&c("overflow"),s+=r(i/b),i%=b,n.splice(i++,0,s)}return String.fromCodePoint.apply(String,n)},g=function(o){var n,a=[],i=(o=l(o)).length,u=128,p=0,m=72,g=_createForOfIteratorHelper(o);try{for(g.s();!(n=g.n()).done;){var f=n.value;f<128&&a.push(s(f))}}catch(e){g.e(e)}finally{g.f()}var v=a.length,y=v;for(v&&a.push("-");y<i;){var k,_=e,b=_createForOfIteratorHelper(o);try{for(b.s();!(k=b.n()).done;){var E=k.value;E>=u&&E<_&&(_=E)}}catch(e){b.e(e)}finally{b.f()}var w=y+1;_-u>r((e-p)/w)&&c("overflow"),p+=(_-u)*w,u=_;var S,T=_createForOfIteratorHelper(o);try{for(T.s();!(S=T.n()).done;){var C=S.value;if(C<u&&++p>e&&c("overflow"),C===u){for(var R=p,j=t;;j+=t){var O=j<=m?1:j>=m+26?26:j-m;if(R<O)break;var I=R-O,A=t-O;a.push(s(d(O+I%A,0))),R=r(I/A)}a.push(s(d(R,0))),m=h(p,w,y===v),p=0,++y}}}catch(e){T.e(e)}finally{T.f()}++p,++u}return a.join("")};return lu={version:"2.3.1",ucs2:{decode:l,encode:function(e){return String.fromCodePoint.apply(String,_toConsumableArray(e))}},decode:m,encode:g,toASCII:function(e){return u(e,(function(e){return n.test(e)?"xn--"+g(e):e}))},toUnicode:function(e){return u(e,(function(e){return o.test(e)?m(e.slice(4).toLowerCase()):e}))}},lu}(),fu=mu(gu),vu=["ac","com.ac","edu.ac","gov.ac","mil.ac","net.ac","org.ac","ad","ae","ac.ae","co.ae","gov.ae","mil.ae","net.ae","org.ae","sch.ae","aero","airline.aero","airport.aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","air-surveillance.aero","air-traffic-control.aero","aircraft.aero","airtraffic.aero","ambulance.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","freight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","marketplace.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","taxi.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","com.af","edu.af","gov.af","net.af","org.af","ag","co.ag","com.ag","net.ag","nom.ag","org.ag","ai","com.ai","net.ai","off.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","co.ao","ed.ao","edu.ao","gov.ao","gv.ao","it.ao","og.ao","org.ao","pb.ao","aq","ar","bet.ar","com.ar","coop.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","mutual.ar","net.ar","org.ar","senasa.ar","tur.ar","arpa","e164.arpa","home.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","sth.ac.at","co.at","gv.at","or.at","au","asn.au","com.au","edu.au","gov.au","id.au","net.au","org.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","catholic.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","schools.nsw.edu.au","aw","com.aw","ax","az","biz.az","com.az","edu.az","gov.az","info.az","int.az","mil.az","name.az","net.az","org.az","pp.az","pro.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","bh","com.bh","edu.bh","gov.bh","net.bh","org.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","africa.bj","agro.bj","architectes.bj","assur.bj","avocats.bj","co.bj","com.bj","eco.bj","econo.bj","edu.bj","info.bj","loisirs.bj","money.bj","net.bj","org.bj","ote.bj","restaurant.bj","resto.bj","tourism.bj","univ.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","mil.bo","net.bo","org.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","plurinacional.bo","politica.bo","profesional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","app.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bet.br","bhz.br","bib.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","coz.br","cri.br","cuiaba.br","curitiba.br","def.br","des.br","det.br","dev.br","ecn.br","eco.br","edu.br","emp.br","enf.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","geo.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","leilao.br","lel.br","log.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","rep.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","seg.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","tec.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","edu.bs","gov.bs","net.bs","org.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","co.bz","com.bz","edu.bz","gov.bz","net.bz","org.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","ac.ci","aéroport.ci","asso.ci","co.ci","com.ci","ed.ci","edu.ci","go.ci","gouv.ci","int.ci","net.ci","or.ci","org.ci","*.ck","!www.ck","cl","co.cl","gob.cl","gov.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","mil.cn","net.cn","org.cn","公司.cn","網絡.cn","网络.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gx.cn","gz.cn","ha.cn","hb.cn","he.cn","hi.cn","hk.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","mo.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","tw.cn","xj.cn","xz.cn","yn.cn","zj.cn","co","com.co","edu.co","gov.co","mil.co","net.co","nom.co","org.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","gob.cu","inf.cu","nat.cu","net.cu","org.cu","cv","com.cv","edu.cv","id.cv","int.cv","net.cv","nome.cv","org.cv","publ.cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","mil.cy","net.cy","org.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","co.dm","com.dm","edu.dm","gov.dm","net.dm","org.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","art.dz","asso.dz","com.dz","edu.dz","gov.dz","net.dz","org.dz","pol.dz","soc.dz","tm.dz","ec","com.ec","edu.ec","fin.ec","gob.ec","gov.ec","info.ec","k12.ec","med.ec","mil.ec","net.ec","org.ec","pro.ec","edu","ee","aip.ee","com.ee","edu.ee","fie.ee","gov.ee","lib.ee","med.ee","org.ee","pri.ee","riik.ee","eg","ac.eg","com.eg","edu.eg","eun.eg","gov.eg","info.eg","me.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","sport.eg","tv.eg","*.er","es","com.es","edu.es","gob.es","nom.es","org.es","et","biz.et","com.et","edu.et","gov.et","info.et","name.et","net.et","org.et","eu","fi","aland.fi","fj","ac.fj","biz.fj","com.fj","gov.fj","info.fj","mil.fj","name.fj","net.fj","org.fj","pro.fj","*.fk","fm","com.fm","edu.fm","net.fm","org.fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","avoues.fr","cci.fr","greta.fr","huissier-justice.fr","ga","gb","gd","edu.gd","gov.gd","ge","com.ge","edu.ge","gov.ge","net.ge","org.ge","pvt.ge","school.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","mil.gh","org.gh","gi","com.gi","edu.gi","gov.gi","ltd.gi","mod.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","net.gn","org.gn","gov","gp","asso.gp","com.gp","edu.gp","mobi.gp","net.gp","org.gp","gq","gr","com.gr","edu.gr","gov.gr","net.gr","org.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","个人.hk","個人.hk","公司.hk","政府.hk","敎育.hk","教育.hk","箇人.hk","組織.hk","組织.hk","網絡.hk","網络.hk","组織.hk","组织.hk","网絡.hk","网络.hk","hm","hn","com.hn","edu.hn","gob.hn","mil.hn","net.hn","org.hn","hr","com.hr","from.hr","iz.hr","name.hr","ht","adult.ht","art.ht","asso.ht","com.ht","coop.ht","edu.ht","firm.ht","gouv.ht","info.ht","med.ht","net.ht","org.ht","perso.ht","pol.ht","pro.ht","rel.ht","shop.ht","hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","co.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","info.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","org.hu","priv.hu","reklam.hu","sex.hu","shop.hu","sport.hu","suli.hu","szex.hu","tm.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","ישראל","אקדמיה.ישראל","ישוב.ישראל","צהל.ישראל","ממשל.ישראל","im","ac.im","co.im","ltd.co.im","plc.co.im","com.im","net.im","org.im","tt.im","tv.im","in","5g.in","6g.in","ac.in","ai.in","am.in","bihar.in","biz.in","business.in","ca.in","cn.in","co.in","com.in","coop.in","cs.in","delhi.in","dr.in","edu.in","er.in","firm.in","gen.in","gov.in","gujarat.in","ind.in","info.in","int.in","internet.in","io.in","me.in","mil.in","net.in","nic.in","org.in","pg.in","post.in","pro.in","res.in","travel.in","tv.in","uk.in","up.in","us.in","info","int","eu.int","io","co.io","com.io","edu.io","gov.io","mil.io","net.io","nom.io","org.io","iq","com.iq","edu.iq","gov.iq","mil.iq","net.iq","org.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","it","edu.it","gov.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano.it","bolzano-altoadige.it","bozen.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza.it","monza-brianza.it","monza-e-della-brianza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","südtirol.it","suedtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","agri.jo","ai.jo","com.jo","edu.jo","eng.jo","fm.jo","gov.jo","mil.jo","net.jo","org.jo","per.jo","phd.jo","sch.jo","tv.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","三重.jp","京都.jp","佐賀.jp","兵庫.jp","北海道.jp","千葉.jp","和歌山.jp","埼玉.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岐阜.jp","岡山.jp","岩手.jp","島根.jp","広島.jp","徳島.jp","愛媛.jp","愛知.jp","新潟.jp","東京.jp","栃木.jp","沖縄.jp","滋賀.jp","熊本.jp","石川.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","茨城.jp","長崎.jp","長野.jp","青森.jp","静岡.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","!city.kawasaki.jp","*.kitakyushu.jp","!city.kitakyushu.jp","*.kobe.jp","!city.kobe.jp","*.nagoya.jp","!city.nagoya.jp","*.sapporo.jp","!city.sapporo.jp","*.sendai.jp","!city.sendai.jp","*.yokohama.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","com.kg","edu.kg","gov.kg","mil.kg","net.kg","org.kg","*.kh","ki","biz.ki","com.ki","edu.ki","gov.ki","info.ki","net.ki","org.ki","km","ass.km","com.km","edu.km","gov.km","mil.km","nom.km","org.km","prd.km","tm.km","asso.km","coop.km","gouv.km","medecin.km","notaires.km","pharmaciens.km","presse.km","veterinaire.km","kn","edu.kn","gov.kn","net.kn","org.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","com.ky","edu.ky","net.ky","org.ky","kz","com.kz","edu.kz","gov.kz","mil.kz","net.kz","org.kz","la","com.la","edu.la","gov.la","info.la","int.la","net.la","org.la","per.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","co.lc","com.lc","edu.lc","gov.lc","net.lc","org.lc","li","lk","ac.lk","assn.lk","com.lk","edu.lk","gov.lk","grp.lk","hotel.lk","int.lk","ltd.lk","net.lk","ngo.lk","org.lk","sch.lk","soc.lk","web.lk","lr","com.lr","edu.lr","gov.lr","net.lr","org.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","asn.lv","com.lv","conf.lv","edu.lv","gov.lv","id.lv","mil.lv","net.lv","org.lv","ly","com.ly","edu.ly","gov.ly","id.ly","med.ly","net.ly","org.ly","plc.ly","sch.ly","ma","ac.ma","co.ma","gov.ma","net.ma","org.ma","press.ma","mc","asso.mc","tm.mc","md","me","ac.me","co.me","edu.me","gov.me","its.me","net.me","org.me","priv.me","mg","co.mg","com.mg","edu.mg","gov.mg","mil.mg","nom.mg","org.mg","prd.mg","mh","mil","mk","com.mk","edu.mk","gov.mk","inf.mk","name.mk","net.mk","org.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","edu.mn","gov.mn","org.mn","mo","com.mo","edu.mo","gov.mo","net.mo","org.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","ac.mu","co.mu","com.mu","gov.mu","net.mu","or.mu","org.mu","museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","net.mw","org.mw","mx","com.mx","edu.mx","gob.mx","net.mx","org.mx","my","biz.my","com.my","edu.my","gov.my","mil.my","name.my","net.my","org.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","alt.na","co.na","com.na","gov.na","net.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","arts.nf","com.nf","firm.nf","info.nf","net.nf","other.nf","per.nf","rec.nf","store.nf","web.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","folkebibl.no","fylkesbibl.no","idrett.no","museum.no","priv.no","vgs.no","dep.no","herad.no","kommune.no","mil.no","stat.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","bronnoysund.no","brønnøysund.no","brumunddal.no","bryne.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","aarborte.no","aejrie.no","afjord.no","åfjord.no","agdenes.no","nes.akershus.no","aknoluokta.no","ákŋoluokta.no","al.no","ål.no","alaheadju.no","álaheadju.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andasuolo.no","andebu.no","andoy.no","andøy.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askoy.no","askøy.no","askvoll.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","badaddja.no","bådåddjå.no","bærum.no","bahcavuotna.no","báhcavuotna.no","bahccavuotna.no","báhccavuotna.no","baidar.no","báidár.no","bajddar.no","bájddar.no","balat.no","bálát.no","balestrand.no","ballangen.no","balsfjord.no","bamble.no","bardu.no","barum.no","batsfjord.no","båtsfjord.no","bearalvahki.no","bearalváhki.no","beardu.no","beiarn.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bievat.no","bievát.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","bokn.no","bomlo.no","bømlo.no","bremanger.no","bronnoy.no","brønnøy.no","budejju.no","nes.buskerud.no","bygland.no","bykle.no","cahcesuolo.no","čáhcesuolo.no","davvenjarga.no","davvenjárga.no","davvesiida.no","deatnu.no","dielddanuorri.no","divtasvuodna.no","divttasvuotna.no","donna.no","dønna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenassi.no","evenášši.no","evenes.no","evje-og-hornnes.no","farsund.no","fauske.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","fla.no","flå.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","folldal.no","forde.no","førde.no","forsand.no","fosnes.no","fræna.no","frana.no","frei.no","frogn.no","froland.no","frosta.no","froya.no","frøya.no","fuoisku.no","fuossko.no","fusa.no","fyresdal.no","gaivuotna.no","gáivuotna.no","galsa.no","gálsá.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","giehtavuoatna.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","grue.no","gulen.no","guovdageaidnu.no","ha.no","hå.no","habmer.no","hábmer.no","hadsel.no","hægebostad.no","hagebostad.no","halden.no","halsa.no","hamar.no","hamaroy.no","hammarfeasta.no","hámmárfeasta.no","hammerfest.no","hapmir.no","hápmir.no","haram.no","hareid.no","harstad.no","hasvik.no","hattfjelldal.no","haugesund.no","os.hedmark.no","valer.hedmark.no","våler.hedmark.no","hemne.no","hemnes.no","hemsedal.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","os.hordaland.no","hornindal.no","horten.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","ivgu.no","jevnaker.no","jolster.no","jølster.no","jondal.no","kafjord.no","kåfjord.no","karasjohka.no","kárášjohka.no","karasjok.no","karlsoy.no","karmoy.no","karmøy.no","kautokeino.no","klabu.no","klæbu.no","klepp.no","kongsberg.no","kongsvinger.no","kraanghke.no","kråanghke.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvæfjord.no","kvænangen.no","kvafjord.no","kvalsund.no","kvam.no","kvanangen.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","laakesvuemie.no","lærdal.no","lahppi.no","láhppi.no","lardal.no","larvik.no","lavagis.no","lavangen.no","leangaviika.no","leaŋgaviika.no","lebesby.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","lerdal.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindas.no","lindås.no","lindesnes.no","loabat.no","loabát.no","lodingen.no","lødingen.no","lom.no","loppa.no","lorenskog.no","lørenskog.no","loten.no","løten.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","malatvuopmi.no","málatvuopmi.no","malselv.no","målselv.no","malvik.no","mandal.no","marker.no","marnardal.no","masfjorden.no","masoy.no","måsøy.no","matta-varjjat.no","mátta-várjjat.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","midsund.no","midtre-gauldal.no","moareke.no","moåreke.no","modalen.no","modum.no","molde.no","heroy.more-og-romsdal.no","sande.more-og-romsdal.no","herøy.møre-og-romsdal.no","sande.møre-og-romsdal.no","moskenes.no","moss.no","mosvik.no","muosat.no","muosát.no","naamesjevuemie.no","nååmesjevuemie.no","nærøy.no","namdalseid.no","namsos.no","namsskogan.no","nannestad.no","naroy.no","narviika.no","narvik.no","naustdal.no","navuotna.no","návuotna.no","nedre-eiker.no","nesna.no","nesodden.no","nesseby.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","bo.nordland.no","bø.nordland.no","heroy.nordland.no","herøy.nordland.no","nordre-land.no","nordreisa.no","nore-og-uvdal.no","notodden.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","omasvuotna.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","osen.no","osteroy.no","osterøy.no","valer.ostfold.no","våler.østfold.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","rade.no","råde.no","radoy.no","radøy.no","rælingen.no","rahkkeravju.no","ráhkkerávju.no","raisa.no","ráisa.no","rakkestad.no","ralingen.no","rana.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","risor.no","risør.no","rissa.no","roan.no","rodoy.no","rødøy.no","rollag.no","romsa.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","ruovat.no","rygge.no","salangen.no","salat.no","sálat.no","sálát.no","saltdal.no","samnanger.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","siellak.no","sigdal.no","siljan.no","sirdal.no","skanit.no","skánit.no","skanland.no","skånland.no","skaun.no","skedsmo.no","ski.no","skien.no","skierva.no","skiervá.no","skiptvet.no","skjak.no","skjåk.no","skjervoy.no","skjervøy.no","skodje.no","smola.no","smøla.no","snaase.no","snåase.no","snasa.no","snåsa.no","snillfjord.no","snoasa.no","sogndal.no","sogne.no","søgne.no","sokndal.no","sola.no","solund.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","songdalen.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sortland.no","sorum.no","sørum.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","tana.no","bo.telemark.no","bø.telemark.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","tjome.no","tjøme.no","tokke.no","tolga.no","tonsberg.no","tønsberg.no","torsken.no","træna.no","trana.no","tranoy.no","tranøy.no","troandin.no","trogstad.no","trøgstad.no","tromsa.no","tromso.no","tromsø.no","trondheim.no","trysil.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","tysnes.no","tysvær.no","tysvar.no","ullensaker.no","ullensvang.no","ulvik.no","unjarga.no","unjárga.no","utsira.no","vaapste.no","vadso.no","vadsø.no","værøy.no","vaga.no","vågå.no","vagan.no","vågan.no","vagsoy.no","vågsøy.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","varoy.no","vefsn.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","sande.vestfold.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","voagat.no","volda.no","voss.no","*.np","nr","biz.nr","com.nr","edu.nr","gov.nr","info.nr","net.nr","org.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","māori.nz","mil.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","abo.pa","ac.pa","com.pa","edu.pa","gob.pa","ing.pa","med.pa","net.pa","nom.pa","org.pa","sld.pa","pe","com.pe","edu.pe","gob.pe","mil.pe","net.pe","nom.pe","org.pe","pf","com.pf","edu.pf","org.pf","*.pg","ph","com.ph","edu.ph","gov.ph","i.ph","mil.ph","net.ph","ngo.ph","org.ph","pk","ac.pk","biz.pk","com.pk","edu.pk","fam.pk","gkp.pk","gob.pk","gog.pk","gok.pk","gon.pk","gop.pk","gos.pk","gov.pk","net.pk","org.pk","web.pk","pl","com.pl","net.pl","org.pl","agro.pl","aid.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","media.pl","miasta.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","griw.gov.pl","ic.gov.pl","is.gov.pl","kmpsp.gov.pl","konsulat.gov.pl","kppsp.gov.pl","kwp.gov.pl","kwpsp.gov.pl","mup.gov.pl","mw.gov.pl","oia.gov.pl","oirm.gov.pl","oke.gov.pl","oow.gov.pl","oschr.gov.pl","oum.gov.pl","pa.gov.pl","pinb.gov.pl","piw.gov.pl","po.gov.pl","pr.gov.pl","psp.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","sdn.gov.pl","sko.gov.pl","so.gov.pl","sr.gov.pl","starostwo.gov.pl","ug.gov.pl","ugim.gov.pl","um.gov.pl","umig.gov.pl","upow.gov.pl","uppo.gov.pl","us.gov.pl","uw.gov.pl","uzs.gov.pl","wif.gov.pl","wiih.gov.pl","winb.gov.pl","wios.gov.pl","witd.gov.pl","wiw.gov.pl","wkz.gov.pl","wsa.gov.pl","wskr.gov.pl","wsse.gov.pl","wuoz.gov.pl","wzmiuw.gov.pl","zp.gov.pl","zpisdn.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kazimierz-dolny.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorskie.pl","pomorze.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","skoczow.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","co.pn","edu.pn","gov.pn","net.pn","org.pn","post","pr","biz.pr","com.pr","edu.pr","gov.pr","info.pr","isla.pr","name.pr","net.pr","org.pr","pro.pr","ac.pr","est.pr","prof.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","com.ps","edu.ps","gov.ps","net.ps","org.ps","plo.ps","sec.ps","pt","com.pt","edu.pt","gov.pt","int.pt","net.pt","nome.pt","org.pt","publ.pt","pw","belau.pw","co.pw","ed.pw","go.pw","or.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","edu.sa","gov.sa","med.sa","net.sa","org.sa","pub.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","edu.sc","gov.sc","net.sc","org.sc","sd","com.sd","edu.sd","gov.sd","info.sd","med.sd","net.sd","org.sd","tv.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","edu.sg","gov.sg","net.sg","org.sg","sh","com.sh","gov.sh","mil.sh","net.sh","org.sh","si","sj","sk","sl","com.sl","edu.sl","gov.sl","net.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","edu.so","gov.so","me.so","net.so","org.so","sr","ss","biz.ss","co.ss","com.ss","edu.ss","gov.ss","me.ss","net.ss","org.ss","sch.ss","st","co.st","com.st","consulado.st","edu.st","embaixada.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","com.sy","edu.sy","gov.sy","mil.sy","net.sy","org.sy","sz","ac.sz","co.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","co.tm","com.tm","edu.tm","gov.tm","mil.tm","net.tm","nom.tm","org.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","info.tn","intl.tn","mincom.tn","nat.tn","net.tn","org.tn","perso.tn","tourism.tn","to","com.to","edu.to","gov.to","mil.to","net.to","org.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","k12.tr","kep.tr","mil.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","biz.tt","co.tt","com.tt","edu.tt","gov.tt","info.tt","mil.tt","name.tt","net.tt","org.tt","pro.tt","tv","tw","club.tw","com.tw","ebiz.tw","edu.tw","game.tw","gov.tw","idv.tw","mil.tw","net.tw","org.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","kropyvnytskyi.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","luhansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","uzhhorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zakarpattia.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","ac.ug","co.ug","com.ug","go.ug","ne.ug","or.ug","org.ug","sc.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","va.us","vi.us","vt.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.va.us","k12.vi.us","k12.vt.us","k12.wa.us","k12.wi.us","cc.ak.us","lib.ak.us","cc.al.us","lib.al.us","cc.ar.us","lib.ar.us","cc.as.us","lib.as.us","cc.az.us","lib.az.us","cc.ca.us","lib.ca.us","cc.co.us","lib.co.us","cc.ct.us","lib.ct.us","cc.dc.us","lib.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.va.us","cc.vi.us","cc.vt.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","k12.wy.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.va.us","lib.vi.us","lib.vt.us","lib.wa.us","lib.wi.us","lib.wy.us","chtr.k12.ma.us","paroch.k12.ma.us","pvt.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","edu.vc","gov.vc","mil.vc","net.vc","org.vc","ve","arts.ve","bib.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","nom.ve","org.ve","rar.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","ac.vn","ai.vn","biz.vn","com.vn","edu.vn","gov.vn","health.vn","id.vn","info.vn","int.vn","io.vn","name.vn","net.vn","org.vn","pro.vn","angiang.vn","bacgiang.vn","backan.vn","baclieu.vn","bacninh.vn","baria-vungtau.vn","bentre.vn","binhdinh.vn","binhduong.vn","binhphuoc.vn","binhthuan.vn","camau.vn","cantho.vn","caobang.vn","daklak.vn","daknong.vn","danang.vn","dienbien.vn","dongnai.vn","dongthap.vn","gialai.vn","hagiang.vn","haiduong.vn","haiphong.vn","hanam.vn","hanoi.vn","hatinh.vn","haugiang.vn","hoabinh.vn","hungyen.vn","khanhhoa.vn","kiengiang.vn","kontum.vn","laichau.vn","lamdong.vn","langson.vn","laocai.vn","longan.vn","namdinh.vn","nghean.vn","ninhbinh.vn","ninhthuan.vn","phutho.vn","phuyen.vn","quangbinh.vn","quangnam.vn","quangngai.vn","quangninh.vn","quangtri.vn","soctrang.vn","sonla.vn","tayninh.vn","thaibinh.vn","thainguyen.vn","thanhhoa.vn","thanhphohochiminh.vn","thuathienhue.vn","tiengiang.vn","travinh.vn","tuyenquang.vn","vinhlong.vn","vinhphuc.vn","yenbai.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","edu.ws","gov.ws","net.ws","org.ws","yt","امارات","հայ","বাংলা","бг","البحرين","бел","中国","中國","الجزائر","مصر","ею","ευ","موريتانيا","გე","ελ","香港","個人.香港","公司.香港","政府.香港","教育.香港","組織.香港","網絡.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ລາວ","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","ак.срб","обр.срб","од.срб","орг.срб","пр.срб","упр.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ทหาร.ไทย","ธุรกิจ.ไทย","เน็ต.ไทย","รัฐบาล.ไทย","ศึกษา.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","ye","com.ye","edu.ye","gov.ye","mil.ye","net.ye","org.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nic.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","ads","adult","aeg","aetna","afl","africa","agakhan","agency","aig","airbus","airforce","airtel","akdn","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","aws","axa","azure","baby","baidu","banamex","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","cash","casino","catering","catholic","cba","cbn","cbre","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","cipriani","circle","cisco","citadel","citi","citic","city","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","cuisinella","cymru","cyou","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","dunlop","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontier","ftr","fujitsu","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","international","intuit","investments","ipiranga","irish","ismaili","ist","istanbul","itau","itv","jaguar","java","jcb","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kids","kim","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","lamborghini","lamer","lancaster","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","link","lipsy","live","living","llc","llp","loan","loans","locker","locus","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","luxe","luxury","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merck","merckmsd","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","msd","mtn","mtr","music","nab","nagoya","navy","nba","nec","netbank","netflix","network","neustar","new","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","office","okinawa","olayan","olayangroup","ollo","omega","one","ong","onl","online","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","racing","radio","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","ril","rio","rip","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scot","search","seat","secure","security","seek","select","sener","services","seven","sew","sex","sexy","sfr","shangrila","sharp","shell","shia","shiksha","shoes","shop","shopping","shouji","show","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","srl","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiss","sydney","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vodka","volvo","vote","voting","voto","voyage","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","アマゾン","삼성","商标","商店","商城","дети","ポイント","新闻","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","亚马逊","食品","飞利浦","手机","ارامكو","العليان","بازار","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","co.krd","edu.krd","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","lib.de.us","12chars.dev","12chars.it","12chars.pro","cc.ua","inf.ua","ltd.ua","611.to","a2hosted.com","cpserver.com","aaa.vodka","*.on-acorn.io","activetrail.biz","adaptable.app","adobeaemcloud.com","*.dev.adobeaemcloud.com","aem.live","hlx.live","adobeaemcloud.net","aem.page","hlx.page","hlx3.page","adobeio-static.net","adobeioruntime.net","africa.com","beep.pl","airkitapps.com","airkitapps-au.com","airkitapps.eu","aivencloud.com","akadns.net","akamai.net","akamai-staging.net","akamaiedge.net","akamaiedge-staging.net","akamaihd.net","akamaihd-staging.net","akamaiorigin.net","akamaiorigin-staging.net","akamaized.net","akamaized-staging.net","edgekey.net","edgekey-staging.net","edgesuite.net","edgesuite-staging.net","barsy.ca","*.compute.estate","*.alces.network","kasserver.com","altervista.org","alwaysdata.net","myamaze.net","execute-api.cn-north-1.amazonaws.com.cn","execute-api.cn-northwest-1.amazonaws.com.cn","execute-api.af-south-1.amazonaws.com","execute-api.ap-east-1.amazonaws.com","execute-api.ap-northeast-1.amazonaws.com","execute-api.ap-northeast-2.amazonaws.com","execute-api.ap-northeast-3.amazonaws.com","execute-api.ap-south-1.amazonaws.com","execute-api.ap-south-2.amazonaws.com","execute-api.ap-southeast-1.amazonaws.com","execute-api.ap-southeast-2.amazonaws.com","execute-api.ap-southeast-3.amazonaws.com","execute-api.ap-southeast-4.amazonaws.com","execute-api.ap-southeast-5.amazonaws.com","execute-api.ca-central-1.amazonaws.com","execute-api.ca-west-1.amazonaws.com","execute-api.eu-central-1.amazonaws.com","execute-api.eu-central-2.amazonaws.com","execute-api.eu-north-1.amazonaws.com","execute-api.eu-south-1.amazonaws.com","execute-api.eu-south-2.amazonaws.com","execute-api.eu-west-1.amazonaws.com","execute-api.eu-west-2.amazonaws.com","execute-api.eu-west-3.amazonaws.com","execute-api.il-central-1.amazonaws.com","execute-api.me-central-1.amazonaws.com","execute-api.me-south-1.amazonaws.com","execute-api.sa-east-1.amazonaws.com","execute-api.us-east-1.amazonaws.com","execute-api.us-east-2.amazonaws.com","execute-api.us-gov-east-1.amazonaws.com","execute-api.us-gov-west-1.amazonaws.com","execute-api.us-west-1.amazonaws.com","execute-api.us-west-2.amazonaws.com","cloudfront.net","auth.af-south-1.amazoncognito.com","auth.ap-east-1.amazoncognito.com","auth.ap-northeast-1.amazoncognito.com","auth.ap-northeast-2.amazoncognito.com","auth.ap-northeast-3.amazoncognito.com","auth.ap-south-1.amazoncognito.com","auth.ap-south-2.amazoncognito.com","auth.ap-southeast-1.amazoncognito.com","auth.ap-southeast-2.amazoncognito.com","auth.ap-southeast-3.amazoncognito.com","auth.ap-southeast-4.amazoncognito.com","auth.ca-central-1.amazoncognito.com","auth.ca-west-1.amazoncognito.com","auth.eu-central-1.amazoncognito.com","auth.eu-central-2.amazoncognito.com","auth.eu-north-1.amazoncognito.com","auth.eu-south-1.amazoncognito.com","auth.eu-south-2.amazoncognito.com","auth.eu-west-1.amazoncognito.com","auth.eu-west-2.amazoncognito.com","auth.eu-west-3.amazoncognito.com","auth.il-central-1.amazoncognito.com","auth.me-central-1.amazoncognito.com","auth.me-south-1.amazoncognito.com","auth.sa-east-1.amazoncognito.com","auth.us-east-1.amazoncognito.com","auth-fips.us-east-1.amazoncognito.com","auth.us-east-2.amazoncognito.com","auth-fips.us-east-2.amazoncognito.com","auth-fips.us-gov-west-1.amazoncognito.com","auth.us-west-1.amazoncognito.com","auth-fips.us-west-1.amazoncognito.com","auth.us-west-2.amazoncognito.com","auth-fips.us-west-2.amazoncognito.com","*.compute.amazonaws.com.cn","*.compute.amazonaws.com","*.compute-1.amazonaws.com","us-east-1.amazonaws.com","emrappui-prod.cn-north-1.amazonaws.com.cn","emrnotebooks-prod.cn-north-1.amazonaws.com.cn","emrstudio-prod.cn-north-1.amazonaws.com.cn","emrappui-prod.cn-northwest-1.amazonaws.com.cn","emrnotebooks-prod.cn-northwest-1.amazonaws.com.cn","emrstudio-prod.cn-northwest-1.amazonaws.com.cn","emrappui-prod.af-south-1.amazonaws.com","emrnotebooks-prod.af-south-1.amazonaws.com","emrstudio-prod.af-south-1.amazonaws.com","emrappui-prod.ap-east-1.amazonaws.com","emrnotebooks-prod.ap-east-1.amazonaws.com","emrstudio-prod.ap-east-1.amazonaws.com","emrappui-prod.ap-northeast-1.amazonaws.com","emrnotebooks-prod.ap-northeast-1.amazonaws.com","emrstudio-prod.ap-northeast-1.amazonaws.com","emrappui-prod.ap-northeast-2.amazonaws.com","emrnotebooks-prod.ap-northeast-2.amazonaws.com","emrstudio-prod.ap-northeast-2.amazonaws.com","emrappui-prod.ap-northeast-3.amazonaws.com","emrnotebooks-prod.ap-northeast-3.amazonaws.com","emrstudio-prod.ap-northeast-3.amazonaws.com","emrappui-prod.ap-south-1.amazonaws.com","emrnotebooks-prod.ap-south-1.amazonaws.com","emrstudio-prod.ap-south-1.amazonaws.com","emrappui-prod.ap-south-2.amazonaws.com","emrnotebooks-prod.ap-south-2.amazonaws.com","emrstudio-prod.ap-south-2.amazonaws.com","emrappui-prod.ap-southeast-1.amazonaws.com","emrnotebooks-prod.ap-southeast-1.amazonaws.com","emrstudio-prod.ap-southeast-1.amazonaws.com","emrappui-prod.ap-southeast-2.amazonaws.com","emrnotebooks-prod.ap-southeast-2.amazonaws.com","emrstudio-prod.ap-southeast-2.amazonaws.com","emrappui-prod.ap-southeast-3.amazonaws.com","emrnotebooks-prod.ap-southeast-3.amazonaws.com","emrstudio-prod.ap-southeast-3.amazonaws.com","emrappui-prod.ap-southeast-4.amazonaws.com","emrnotebooks-prod.ap-southeast-4.amazonaws.com","emrstudio-prod.ap-southeast-4.amazonaws.com","emrappui-prod.ca-central-1.amazonaws.com","emrnotebooks-prod.ca-central-1.amazonaws.com","emrstudio-prod.ca-central-1.amazonaws.com","emrappui-prod.ca-west-1.amazonaws.com","emrnotebooks-prod.ca-west-1.amazonaws.com","emrstudio-prod.ca-west-1.amazonaws.com","emrappui-prod.eu-central-1.amazonaws.com","emrnotebooks-prod.eu-central-1.amazonaws.com","emrstudio-prod.eu-central-1.amazonaws.com","emrappui-prod.eu-central-2.amazonaws.com","emrnotebooks-prod.eu-central-2.amazonaws.com","emrstudio-prod.eu-central-2.amazonaws.com","emrappui-prod.eu-north-1.amazonaws.com","emrnotebooks-prod.eu-north-1.amazonaws.com","emrstudio-prod.eu-north-1.amazonaws.com","emrappui-prod.eu-south-1.amazonaws.com","emrnotebooks-prod.eu-south-1.amazonaws.com","emrstudio-prod.eu-south-1.amazonaws.com","emrappui-prod.eu-south-2.amazonaws.com","emrnotebooks-prod.eu-south-2.amazonaws.com","emrstudio-prod.eu-south-2.amazonaws.com","emrappui-prod.eu-west-1.amazonaws.com","emrnotebooks-prod.eu-west-1.amazonaws.com","emrstudio-prod.eu-west-1.amazonaws.com","emrappui-prod.eu-west-2.amazonaws.com","emrnotebooks-prod.eu-west-2.amazonaws.com","emrstudio-prod.eu-west-2.amazonaws.com","emrappui-prod.eu-west-3.amazonaws.com","emrnotebooks-prod.eu-west-3.amazonaws.com","emrstudio-prod.eu-west-3.amazonaws.com","emrappui-prod.il-central-1.amazonaws.com","emrnotebooks-prod.il-central-1.amazonaws.com","emrstudio-prod.il-central-1.amazonaws.com","emrappui-prod.me-central-1.amazonaws.com","emrnotebooks-prod.me-central-1.amazonaws.com","emrstudio-prod.me-central-1.amazonaws.com","emrappui-prod.me-south-1.amazonaws.com","emrnotebooks-prod.me-south-1.amazonaws.com","emrstudio-prod.me-south-1.amazonaws.com","emrappui-prod.sa-east-1.amazonaws.com","emrnotebooks-prod.sa-east-1.amazonaws.com","emrstudio-prod.sa-east-1.amazonaws.com","emrappui-prod.us-east-1.amazonaws.com","emrnotebooks-prod.us-east-1.amazonaws.com","emrstudio-prod.us-east-1.amazonaws.com","emrappui-prod.us-east-2.amazonaws.com","emrnotebooks-prod.us-east-2.amazonaws.com","emrstudio-prod.us-east-2.amazonaws.com","emrappui-prod.us-gov-east-1.amazonaws.com","emrnotebooks-prod.us-gov-east-1.amazonaws.com","emrstudio-prod.us-gov-east-1.amazonaws.com","emrappui-prod.us-gov-west-1.amazonaws.com","emrnotebooks-prod.us-gov-west-1.amazonaws.com","emrstudio-prod.us-gov-west-1.amazonaws.com","emrappui-prod.us-west-1.amazonaws.com","emrnotebooks-prod.us-west-1.amazonaws.com","emrstudio-prod.us-west-1.amazonaws.com","emrappui-prod.us-west-2.amazonaws.com","emrnotebooks-prod.us-west-2.amazonaws.com","emrstudio-prod.us-west-2.amazonaws.com","*.cn-north-1.airflow.amazonaws.com.cn","*.cn-northwest-1.airflow.amazonaws.com.cn","*.af-south-1.airflow.amazonaws.com","*.ap-east-1.airflow.amazonaws.com","*.ap-northeast-1.airflow.amazonaws.com","*.ap-northeast-2.airflow.amazonaws.com","*.ap-northeast-3.airflow.amazonaws.com","*.ap-south-1.airflow.amazonaws.com","*.ap-south-2.airflow.amazonaws.com","*.ap-southeast-1.airflow.amazonaws.com","*.ap-southeast-2.airflow.amazonaws.com","*.ap-southeast-3.airflow.amazonaws.com","*.ap-southeast-4.airflow.amazonaws.com","*.ca-central-1.airflow.amazonaws.com","*.ca-west-1.airflow.amazonaws.com","*.eu-central-1.airflow.amazonaws.com","*.eu-central-2.airflow.amazonaws.com","*.eu-north-1.airflow.amazonaws.com","*.eu-south-1.airflow.amazonaws.com","*.eu-south-2.airflow.amazonaws.com","*.eu-west-1.airflow.amazonaws.com","*.eu-west-2.airflow.amazonaws.com","*.eu-west-3.airflow.amazonaws.com","*.il-central-1.airflow.amazonaws.com","*.me-central-1.airflow.amazonaws.com","*.me-south-1.airflow.amazonaws.com","*.sa-east-1.airflow.amazonaws.com","*.us-east-1.airflow.amazonaws.com","*.us-east-2.airflow.amazonaws.com","*.us-west-1.airflow.amazonaws.com","*.us-west-2.airflow.amazonaws.com","s3.dualstack.cn-north-1.amazonaws.com.cn","s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn","s3-website.dualstack.cn-north-1.amazonaws.com.cn","s3.cn-north-1.amazonaws.com.cn","s3-accesspoint.cn-north-1.amazonaws.com.cn","s3-deprecated.cn-north-1.amazonaws.com.cn","s3-object-lambda.cn-north-1.amazonaws.com.cn","s3-website.cn-north-1.amazonaws.com.cn","s3.dualstack.cn-northwest-1.amazonaws.com.cn","s3-accesspoint.dualstack.cn-northwest-1.amazonaws.com.cn","s3.cn-northwest-1.amazonaws.com.cn","s3-accesspoint.cn-northwest-1.amazonaws.com.cn","s3-object-lambda.cn-northwest-1.amazonaws.com.cn","s3-website.cn-northwest-1.amazonaws.com.cn","s3.dualstack.af-south-1.amazonaws.com","s3-accesspoint.dualstack.af-south-1.amazonaws.com","s3-website.dualstack.af-south-1.amazonaws.com","s3.af-south-1.amazonaws.com","s3-accesspoint.af-south-1.amazonaws.com","s3-object-lambda.af-south-1.amazonaws.com","s3-website.af-south-1.amazonaws.com","s3.dualstack.ap-east-1.amazonaws.com","s3-accesspoint.dualstack.ap-east-1.amazonaws.com","s3.ap-east-1.amazonaws.com","s3-accesspoint.ap-east-1.amazonaws.com","s3-object-lambda.ap-east-1.amazonaws.com","s3-website.ap-east-1.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-1.amazonaws.com","s3-website.dualstack.ap-northeast-1.amazonaws.com","s3.ap-northeast-1.amazonaws.com","s3-accesspoint.ap-northeast-1.amazonaws.com","s3-object-lambda.ap-northeast-1.amazonaws.com","s3-website.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-2.amazonaws.com","s3-website.dualstack.ap-northeast-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3-accesspoint.ap-northeast-2.amazonaws.com","s3-object-lambda.ap-northeast-2.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3.dualstack.ap-northeast-3.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-3.amazonaws.com","s3-website.dualstack.ap-northeast-3.amazonaws.com","s3.ap-northeast-3.amazonaws.com","s3-accesspoint.ap-northeast-3.amazonaws.com","s3-object-lambda.ap-northeast-3.amazonaws.com","s3-website.ap-northeast-3.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3-accesspoint.dualstack.ap-south-1.amazonaws.com","s3-website.dualstack.ap-south-1.amazonaws.com","s3.ap-south-1.amazonaws.com","s3-accesspoint.ap-south-1.amazonaws.com","s3-object-lambda.ap-south-1.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3.dualstack.ap-south-2.amazonaws.com","s3-accesspoint.dualstack.ap-south-2.amazonaws.com","s3-website.dualstack.ap-south-2.amazonaws.com","s3.ap-south-2.amazonaws.com","s3-accesspoint.ap-south-2.amazonaws.com","s3-object-lambda.ap-south-2.amazonaws.com","s3-website.ap-south-2.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-1.amazonaws.com","s3-website.dualstack.ap-southeast-1.amazonaws.com","s3.ap-southeast-1.amazonaws.com","s3-accesspoint.ap-southeast-1.amazonaws.com","s3-object-lambda.ap-southeast-1.amazonaws.com","s3-website.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-2.amazonaws.com","s3-website.dualstack.ap-southeast-2.amazonaws.com","s3.ap-southeast-2.amazonaws.com","s3-accesspoint.ap-southeast-2.amazonaws.com","s3-object-lambda.ap-southeast-2.amazonaws.com","s3-website.ap-southeast-2.amazonaws.com","s3.dualstack.ap-southeast-3.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-3.amazonaws.com","s3-website.dualstack.ap-southeast-3.amazonaws.com","s3.ap-southeast-3.amazonaws.com","s3-accesspoint.ap-southeast-3.amazonaws.com","s3-object-lambda.ap-southeast-3.amazonaws.com","s3-website.ap-southeast-3.amazonaws.com","s3.dualstack.ap-southeast-4.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-4.amazonaws.com","s3-website.dualstack.ap-southeast-4.amazonaws.com","s3.ap-southeast-4.amazonaws.com","s3-accesspoint.ap-southeast-4.amazonaws.com","s3-object-lambda.ap-southeast-4.amazonaws.com","s3-website.ap-southeast-4.amazonaws.com","s3.dualstack.ap-southeast-5.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-5.amazonaws.com","s3-website.dualstack.ap-southeast-5.amazonaws.com","s3.ap-southeast-5.amazonaws.com","s3-accesspoint.ap-southeast-5.amazonaws.com","s3-deprecated.ap-southeast-5.amazonaws.com","s3-object-lambda.ap-southeast-5.amazonaws.com","s3-website.ap-southeast-5.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3-accesspoint.dualstack.ca-central-1.amazonaws.com","s3-accesspoint-fips.dualstack.ca-central-1.amazonaws.com","s3-fips.dualstack.ca-central-1.amazonaws.com","s3-website.dualstack.ca-central-1.amazonaws.com","s3.ca-central-1.amazonaws.com","s3-accesspoint.ca-central-1.amazonaws.com","s3-accesspoint-fips.ca-central-1.amazonaws.com","s3-fips.ca-central-1.amazonaws.com","s3-object-lambda.ca-central-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3.dualstack.ca-west-1.amazonaws.com","s3-accesspoint.dualstack.ca-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com","s3-fips.dualstack.ca-west-1.amazonaws.com","s3-website.dualstack.ca-west-1.amazonaws.com","s3.ca-west-1.amazonaws.com","s3-accesspoint.ca-west-1.amazonaws.com","s3-accesspoint-fips.ca-west-1.amazonaws.com","s3-fips.ca-west-1.amazonaws.com","s3-object-lambda.ca-west-1.amazonaws.com","s3-website.ca-west-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3-accesspoint.dualstack.eu-central-1.amazonaws.com","s3-website.dualstack.eu-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3-accesspoint.eu-central-1.amazonaws.com","s3-object-lambda.eu-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3.dualstack.eu-central-2.amazonaws.com","s3-accesspoint.dualstack.eu-central-2.amazonaws.com","s3-website.dualstack.eu-central-2.amazonaws.com","s3.eu-central-2.amazonaws.com","s3-accesspoint.eu-central-2.amazonaws.com","s3-object-lambda.eu-central-2.amazonaws.com","s3-website.eu-central-2.amazonaws.com","s3.dualstack.eu-north-1.amazonaws.com","s3-accesspoint.dualstack.eu-north-1.amazonaws.com","s3.eu-north-1.amazonaws.com","s3-accesspoint.eu-north-1.amazonaws.com","s3-object-lambda.eu-north-1.amazonaws.com","s3-website.eu-north-1.amazonaws.com","s3.dualstack.eu-south-1.amazonaws.com","s3-accesspoint.dualstack.eu-south-1.amazonaws.com","s3-website.dualstack.eu-south-1.amazonaws.com","s3.eu-south-1.amazonaws.com","s3-accesspoint.eu-south-1.amazonaws.com","s3-object-lambda.eu-south-1.amazonaws.com","s3-website.eu-south-1.amazonaws.com","s3.dualstack.eu-south-2.amazonaws.com","s3-accesspoint.dualstack.eu-south-2.amazonaws.com","s3-website.dualstack.eu-south-2.amazonaws.com","s3.eu-south-2.amazonaws.com","s3-accesspoint.eu-south-2.amazonaws.com","s3-object-lambda.eu-south-2.amazonaws.com","s3-website.eu-south-2.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3-accesspoint.dualstack.eu-west-1.amazonaws.com","s3-website.dualstack.eu-west-1.amazonaws.com","s3.eu-west-1.amazonaws.com","s3-accesspoint.eu-west-1.amazonaws.com","s3-deprecated.eu-west-1.amazonaws.com","s3-object-lambda.eu-west-1.amazonaws.com","s3-website.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3-accesspoint.dualstack.eu-west-2.amazonaws.com","s3.eu-west-2.amazonaws.com","s3-accesspoint.eu-west-2.amazonaws.com","s3-object-lambda.eu-west-2.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3-accesspoint.dualstack.eu-west-3.amazonaws.com","s3-website.dualstack.eu-west-3.amazonaws.com","s3.eu-west-3.amazonaws.com","s3-accesspoint.eu-west-3.amazonaws.com","s3-object-lambda.eu-west-3.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3.dualstack.il-central-1.amazonaws.com","s3-accesspoint.dualstack.il-central-1.amazonaws.com","s3-website.dualstack.il-central-1.amazonaws.com","s3.il-central-1.amazonaws.com","s3-accesspoint.il-central-1.amazonaws.com","s3-object-lambda.il-central-1.amazonaws.com","s3-website.il-central-1.amazonaws.com","s3.dualstack.me-central-1.amazonaws.com","s3-accesspoint.dualstack.me-central-1.amazonaws.com","s3-website.dualstack.me-central-1.amazonaws.com","s3.me-central-1.amazonaws.com","s3-accesspoint.me-central-1.amazonaws.com","s3-object-lambda.me-central-1.amazonaws.com","s3-website.me-central-1.amazonaws.com","s3.dualstack.me-south-1.amazonaws.com","s3-accesspoint.dualstack.me-south-1.amazonaws.com","s3.me-south-1.amazonaws.com","s3-accesspoint.me-south-1.amazonaws.com","s3-object-lambda.me-south-1.amazonaws.com","s3-website.me-south-1.amazonaws.com","s3.amazonaws.com","s3-1.amazonaws.com","s3-ap-east-1.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-northeast-3.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-north-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-east-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","mrap.accesspoint.s3-global.amazonaws.com","s3-me-south-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-gov-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-gov-west-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3-accesspoint.dualstack.sa-east-1.amazonaws.com","s3-website.dualstack.sa-east-1.amazonaws.com","s3.sa-east-1.amazonaws.com","s3-accesspoint.sa-east-1.amazonaws.com","s3-object-lambda.sa-east-1.amazonaws.com","s3-website.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3-accesspoint.dualstack.us-east-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-east-1.amazonaws.com","s3-fips.dualstack.us-east-1.amazonaws.com","s3-website.dualstack.us-east-1.amazonaws.com","s3.us-east-1.amazonaws.com","s3-accesspoint.us-east-1.amazonaws.com","s3-accesspoint-fips.us-east-1.amazonaws.com","s3-deprecated.us-east-1.amazonaws.com","s3-fips.us-east-1.amazonaws.com","s3-object-lambda.us-east-1.amazonaws.com","s3-website.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-accesspoint.dualstack.us-east-2.amazonaws.com","s3-accesspoint-fips.dualstack.us-east-2.amazonaws.com","s3-fips.dualstack.us-east-2.amazonaws.com","s3-website.dualstack.us-east-2.amazonaws.com","s3.us-east-2.amazonaws.com","s3-accesspoint.us-east-2.amazonaws.com","s3-accesspoint-fips.us-east-2.amazonaws.com","s3-deprecated.us-east-2.amazonaws.com","s3-fips.us-east-2.amazonaws.com","s3-object-lambda.us-east-2.amazonaws.com","s3-website.us-east-2.amazonaws.com","s3.dualstack.us-gov-east-1.amazonaws.com","s3-accesspoint.dualstack.us-gov-east-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-gov-east-1.amazonaws.com","s3-fips.dualstack.us-gov-east-1.amazonaws.com","s3.us-gov-east-1.amazonaws.com","s3-accesspoint.us-gov-east-1.amazonaws.com","s3-accesspoint-fips.us-gov-east-1.amazonaws.com","s3-fips.us-gov-east-1.amazonaws.com","s3-object-lambda.us-gov-east-1.amazonaws.com","s3-website.us-gov-east-1.amazonaws.com","s3.dualstack.us-gov-west-1.amazonaws.com","s3-accesspoint.dualstack.us-gov-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-gov-west-1.amazonaws.com","s3-fips.dualstack.us-gov-west-1.amazonaws.com","s3.us-gov-west-1.amazonaws.com","s3-accesspoint.us-gov-west-1.amazonaws.com","s3-accesspoint-fips.us-gov-west-1.amazonaws.com","s3-fips.us-gov-west-1.amazonaws.com","s3-object-lambda.us-gov-west-1.amazonaws.com","s3-website.us-gov-west-1.amazonaws.com","s3.dualstack.us-west-1.amazonaws.com","s3-accesspoint.dualstack.us-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-west-1.amazonaws.com","s3-fips.dualstack.us-west-1.amazonaws.com","s3-website.dualstack.us-west-1.amazonaws.com","s3.us-west-1.amazonaws.com","s3-accesspoint.us-west-1.amazonaws.com","s3-accesspoint-fips.us-west-1.amazonaws.com","s3-fips.us-west-1.amazonaws.com","s3-object-lambda.us-west-1.amazonaws.com","s3-website.us-west-1.amazonaws.com","s3.dualstack.us-west-2.amazonaws.com","s3-accesspoint.dualstack.us-west-2.amazonaws.com","s3-accesspoint-fips.dualstack.us-west-2.amazonaws.com","s3-fips.dualstack.us-west-2.amazonaws.com","s3-website.dualstack.us-west-2.amazonaws.com","s3.us-west-2.amazonaws.com","s3-accesspoint.us-west-2.amazonaws.com","s3-accesspoint-fips.us-west-2.amazonaws.com","s3-deprecated.us-west-2.amazonaws.com","s3-fips.us-west-2.amazonaws.com","s3-object-lambda.us-west-2.amazonaws.com","s3-website.us-west-2.amazonaws.com","labeling.ap-northeast-1.sagemaker.aws","labeling.ap-northeast-2.sagemaker.aws","labeling.ap-south-1.sagemaker.aws","labeling.ap-southeast-1.sagemaker.aws","labeling.ap-southeast-2.sagemaker.aws","labeling.ca-central-1.sagemaker.aws","labeling.eu-central-1.sagemaker.aws","labeling.eu-west-1.sagemaker.aws","labeling.eu-west-2.sagemaker.aws","labeling.us-east-1.sagemaker.aws","labeling.us-east-2.sagemaker.aws","labeling.us-west-2.sagemaker.aws","notebook.af-south-1.sagemaker.aws","notebook.ap-east-1.sagemaker.aws","notebook.ap-northeast-1.sagemaker.aws","notebook.ap-northeast-2.sagemaker.aws","notebook.ap-northeast-3.sagemaker.aws","notebook.ap-south-1.sagemaker.aws","notebook.ap-south-2.sagemaker.aws","notebook.ap-southeast-1.sagemaker.aws","notebook.ap-southeast-2.sagemaker.aws","notebook.ap-southeast-3.sagemaker.aws","notebook.ap-southeast-4.sagemaker.aws","notebook.ca-central-1.sagemaker.aws","notebook-fips.ca-central-1.sagemaker.aws","notebook.ca-west-1.sagemaker.aws","notebook-fips.ca-west-1.sagemaker.aws","notebook.eu-central-1.sagemaker.aws","notebook.eu-central-2.sagemaker.aws","notebook.eu-north-1.sagemaker.aws","notebook.eu-south-1.sagemaker.aws","notebook.eu-south-2.sagemaker.aws","notebook.eu-west-1.sagemaker.aws","notebook.eu-west-2.sagemaker.aws","notebook.eu-west-3.sagemaker.aws","notebook.il-central-1.sagemaker.aws","notebook.me-central-1.sagemaker.aws","notebook.me-south-1.sagemaker.aws","notebook.sa-east-1.sagemaker.aws","notebook.us-east-1.sagemaker.aws","notebook-fips.us-east-1.sagemaker.aws","notebook.us-east-2.sagemaker.aws","notebook-fips.us-east-2.sagemaker.aws","notebook.us-gov-east-1.sagemaker.aws","notebook-fips.us-gov-east-1.sagemaker.aws","notebook.us-gov-west-1.sagemaker.aws","notebook-fips.us-gov-west-1.sagemaker.aws","notebook.us-west-1.sagemaker.aws","notebook-fips.us-west-1.sagemaker.aws","notebook.us-west-2.sagemaker.aws","notebook-fips.us-west-2.sagemaker.aws","notebook.cn-north-1.sagemaker.com.cn","notebook.cn-northwest-1.sagemaker.com.cn","studio.af-south-1.sagemaker.aws","studio.ap-east-1.sagemaker.aws","studio.ap-northeast-1.sagemaker.aws","studio.ap-northeast-2.sagemaker.aws","studio.ap-northeast-3.sagemaker.aws","studio.ap-south-1.sagemaker.aws","studio.ap-southeast-1.sagemaker.aws","studio.ap-southeast-2.sagemaker.aws","studio.ap-southeast-3.sagemaker.aws","studio.ca-central-1.sagemaker.aws","studio.eu-central-1.sagemaker.aws","studio.eu-north-1.sagemaker.aws","studio.eu-south-1.sagemaker.aws","studio.eu-south-2.sagemaker.aws","studio.eu-west-1.sagemaker.aws","studio.eu-west-2.sagemaker.aws","studio.eu-west-3.sagemaker.aws","studio.il-central-1.sagemaker.aws","studio.me-central-1.sagemaker.aws","studio.me-south-1.sagemaker.aws","studio.sa-east-1.sagemaker.aws","studio.us-east-1.sagemaker.aws","studio.us-east-2.sagemaker.aws","studio.us-gov-east-1.sagemaker.aws","studio-fips.us-gov-east-1.sagemaker.aws","studio.us-gov-west-1.sagemaker.aws","studio-fips.us-gov-west-1.sagemaker.aws","studio.us-west-1.sagemaker.aws","studio.us-west-2.sagemaker.aws","studio.cn-north-1.sagemaker.com.cn","studio.cn-northwest-1.sagemaker.com.cn","*.experiments.sagemaker.aws","analytics-gateway.ap-northeast-1.amazonaws.com","analytics-gateway.ap-northeast-2.amazonaws.com","analytics-gateway.ap-south-1.amazonaws.com","analytics-gateway.ap-southeast-1.amazonaws.com","analytics-gateway.ap-southeast-2.amazonaws.com","analytics-gateway.eu-central-1.amazonaws.com","analytics-gateway.eu-west-1.amazonaws.com","analytics-gateway.us-east-1.amazonaws.com","analytics-gateway.us-east-2.amazonaws.com","analytics-gateway.us-west-2.amazonaws.com","amplifyapp.com","*.awsapprunner.com","webview-assets.aws-cloud9.af-south-1.amazonaws.com","vfs.cloud9.af-south-1.amazonaws.com","webview-assets.cloud9.af-south-1.amazonaws.com","webview-assets.aws-cloud9.ap-east-1.amazonaws.com","vfs.cloud9.ap-east-1.amazonaws.com","webview-assets.cloud9.ap-east-1.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-1.amazonaws.com","vfs.cloud9.ap-northeast-1.amazonaws.com","webview-assets.cloud9.ap-northeast-1.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-2.amazonaws.com","vfs.cloud9.ap-northeast-2.amazonaws.com","webview-assets.cloud9.ap-northeast-2.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-3.amazonaws.com","vfs.cloud9.ap-northeast-3.amazonaws.com","webview-assets.cloud9.ap-northeast-3.amazonaws.com","webview-assets.aws-cloud9.ap-south-1.amazonaws.com","vfs.cloud9.ap-south-1.amazonaws.com","webview-assets.cloud9.ap-south-1.amazonaws.com","webview-assets.aws-cloud9.ap-southeast-1.amazonaws.com","vfs.cloud9.ap-southeast-1.amazonaws.com","webview-assets.cloud9.ap-southeast-1.amazonaws.com","webview-assets.aws-cloud9.ap-southeast-2.amazonaws.com","vfs.cloud9.ap-southeast-2.amazonaws.com","webview-assets.cloud9.ap-southeast-2.amazonaws.com","webview-assets.aws-cloud9.ca-central-1.amazonaws.com","vfs.cloud9.ca-central-1.amazonaws.com","webview-assets.cloud9.ca-central-1.amazonaws.com","webview-assets.aws-cloud9.eu-central-1.amazonaws.com","vfs.cloud9.eu-central-1.amazonaws.com","webview-assets.cloud9.eu-central-1.amazonaws.com","webview-assets.aws-cloud9.eu-north-1.amazonaws.com","vfs.cloud9.eu-north-1.amazonaws.com","webview-assets.cloud9.eu-north-1.amazonaws.com","webview-assets.aws-cloud9.eu-south-1.amazonaws.com","vfs.cloud9.eu-south-1.amazonaws.com","webview-assets.cloud9.eu-south-1.amazonaws.com","webview-assets.aws-cloud9.eu-west-1.amazonaws.com","vfs.cloud9.eu-west-1.amazonaws.com","webview-assets.cloud9.eu-west-1.amazonaws.com","webview-assets.aws-cloud9.eu-west-2.amazonaws.com","vfs.cloud9.eu-west-2.amazonaws.com","webview-assets.cloud9.eu-west-2.amazonaws.com","webview-assets.aws-cloud9.eu-west-3.amazonaws.com","vfs.cloud9.eu-west-3.amazonaws.com","webview-assets.cloud9.eu-west-3.amazonaws.com","webview-assets.aws-cloud9.il-central-1.amazonaws.com","vfs.cloud9.il-central-1.amazonaws.com","webview-assets.aws-cloud9.me-south-1.amazonaws.com","vfs.cloud9.me-south-1.amazonaws.com","webview-assets.cloud9.me-south-1.amazonaws.com","webview-assets.aws-cloud9.sa-east-1.amazonaws.com","vfs.cloud9.sa-east-1.amazonaws.com","webview-assets.cloud9.sa-east-1.amazonaws.com","webview-assets.aws-cloud9.us-east-1.amazonaws.com","vfs.cloud9.us-east-1.amazonaws.com","webview-assets.cloud9.us-east-1.amazonaws.com","webview-assets.aws-cloud9.us-east-2.amazonaws.com","vfs.cloud9.us-east-2.amazonaws.com","webview-assets.cloud9.us-east-2.amazonaws.com","webview-assets.aws-cloud9.us-west-1.amazonaws.com","vfs.cloud9.us-west-1.amazonaws.com","webview-assets.cloud9.us-west-1.amazonaws.com","webview-assets.aws-cloud9.us-west-2.amazonaws.com","vfs.cloud9.us-west-2.amazonaws.com","webview-assets.cloud9.us-west-2.amazonaws.com","awsapps.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","af-south-1.elasticbeanstalk.com","ap-east-1.elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ap-southeast-3.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-north-1.elasticbeanstalk.com","eu-south-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","il-central-1.elasticbeanstalk.com","me-south-1.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-east-1.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com.cn","*.elb.amazonaws.com","awsglobalaccelerator.com","*.private.repost.aws","eero.online","eero-stage.online","apigee.io","panel.dev","siiites.com","appspacehosted.com","appspaceusercontent.com","appudo.net","on-aptible.com","f5.si","arvanedge.ir","user.aseinet.ne.jp","gv.vc","d.gv.vc","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","cdn.prod.atlassian-dev.net","translated.page","myfritz.link","myfritz.net","onavstack.net","*.awdev.ca","*.advisor.ws","ecommerce-shop.pl","b-data.io","balena-devices.com","base.ec","official.ec","buyshop.jp","fashionstore.jp","handcrafted.jp","kawaiishop.jp","supersale.jp","theshop.jp","shopselect.net","base.shop","beagleboard.io","*.beget.app","pages.gay","bnr.la","bitbucket.io","blackbaudcdn.net","of.je","bluebite.io","boomla.net","boutir.com","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","*.s.brave.io","shop.brendly.hr","shop.brendly.rs","browsersafetymark.io","radio.am","radio.fm","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","cafjs.com","canva-apps.cn","*.my.canvasite.cn","canva-apps.com","*.my.canva.site","drr.ac","uwu.ai","carrd.co","crd.co","ju.mp","api.gov.uk","cdn77-storage.com","rsc.contentproxy9.cz","r.cdn77.net","cdn77-ssl.net","c.cdn77.org","rsc.cdn77.org","ssl.origin.cdn77-secure.org","za.bz","br.com","cn.com","de.com","eu.com","jpn.com","mex.com","ru.com","sa.com","uk.com","us.com","za.com","com.de","gb.net","hu.net","jp.net","se.net","uk.net","ae.org","com.se","cx.ua","discourse.group","discourse.team","clerk.app","clerkstage.app","*.lcl.dev","*.lclstage.dev","*.stg.dev","*.stgstage.dev","cleverapps.cc","*.services.clever-cloud.com","cleverapps.io","cleverapps.tech","clickrising.net","cloudns.asia","cloudns.be","cloud-ip.biz","cloudns.biz","cloudns.cc","cloudns.ch","cloudns.cl","cloudns.club","dnsabr.com","ip-ddns.com","cloudns.cx","cloudns.eu","cloudns.in","cloudns.info","ddns-ip.net","dns-cloud.net","dns-dynamic.net","cloudns.nz","cloudns.org","ip-dynamic.org","cloudns.ph","cloudns.pro","cloudns.pw","cloudns.us","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","*.cloudera.site","cf-ipfs.com","cloudflare-ipfs.com","trycloudflare.com","pages.dev","r2.dev","workers.dev","cloudflare.net","cdn.cloudflare.net","cdn.cloudflareanycast.net","cdn.cloudflarecn.net","cdn.cloudflareglobal.net","cust.cloudscale.ch","objects.lpg.cloudscale.ch","objects.rma.cloudscale.ch","wnext.app","cnpy.gdn","*.otap.co","co.ca","co.com","codeberg.page","csb.app","preview.csb.app","co.nl","co.no","webhosting.be","hosting-cluster.nl","ctfcloud.net","convex.site","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","dyn.cosidns.de","dnsupdater.de","dynamisches-dns.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","craft.me","realm.cz","on.crisp.email","*.cryptonomic.net","curv.dev","cfolks.pl","cyon.link","cyon.site","platform0.app","fnwk.site","folionetwork.site","biz.dk","co.dk","firm.dk","reg.dk","store.dk","dyndns.dappnode.io","builtwithdark.com","darklang.io","demo.datadetect.com","instance.datadetect.com","edgestack.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyn-ip24.de","dyndns1.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","debian.net","definima.io","definima.net","deno.dev","deno-staging.dev","dedyn.io","deta.app","deta.dev","dfirma.pl","dkonto.pl","you2.pl","ondigitalocean.app","*.digitaloceanspaces.com","us.kg","rss.my.id","diher.solutions","discordsays.com","discordsez.com","jozi.biz","dnshome.de","online.th","shop.th","drayddns.com","shoparena.pl","dreamhosters.com","durumis.com","mydrobo.com","drud.io","drud.us","duckdns.org","dy.fi","tunk.org","dyndns.biz","for-better.biz","for-more.biz","for-some.biz","for-the.biz","selfip.biz","webhop.biz","ftpaccess.cc","game-server.cc","myphotos.cc","scrapping.cc","blogdns.com","cechire.com","dnsalias.com","dnsdojo.com","doesntexist.com","dontexist.com","doomdns.com","dyn-o-saur.com","dynalias.com","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","from-ak.com","from-al.com","from-ar.com","from-ca.com","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-ma.com","from-md.com","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","getmyip.com","gotdns.com","hobby-site.com","homelinux.com","homeunix.com","iamallama.com","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bulls-fan.com","is-a-caterer.com","is-a-chef.com","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-certified.com","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-not-certified.com","is-slick.com","is-uberleet.com","is-with-theband.com","isa-geek.com","isa-hockeynut.com","issmarterthanyou.com","likes-pie.com","likescandy.com","neat-url.com","saves-the-whales.com","selfip.com","sells-for-less.com","sells-for-u.com","servebbs.com","simple-url.com","space-to-rent.com","teaches-yoga.com","writesthisblog.com","ath.cx","fuettertdasnetz.de","isteingeek.de","istmein.de","lebtimnetz.de","leitungsen.de","traeumtgerade.de","barrel-of-knowledge.info","barrell-of-knowledge.info","dyndns.info","for-our.info","groks-the.info","groks-this.info","here-for-more.info","knowsitall.info","selfip.info","webhop.info","forgot.her.name","forgot.his.name","at-band-camp.net","blogdns.net","broke-it.net","buyshouses.net","dnsalias.net","dnsdojo.net","does-it.net","dontexist.net","dynalias.net","dynathome.net","endofinternet.net","from-az.net","from-co.net","from-la.net","from-ny.net","gets-it.net","ham-radio-op.net","homeftp.net","homeip.net","homelinux.net","homeunix.net","in-the-band.net","is-a-chef.net","is-a-geek.net","isa-geek.net","kicks-ass.net","office-on-the.net","podzone.net","scrapper-site.net","selfip.net","sells-it.net","servebbs.net","serveftp.net","thruhere.net","webhop.net","merseine.nu","mine.nu","shacknet.nu","blogdns.org","blogsite.org","boldlygoingnowhere.org","dnsalias.org","dnsdojo.org","doesntexist.org","dontexist.org","doomdns.org","dvrdns.org","dynalias.org","dyndns.org","go.dyndns.org","home.dyndns.org","endofinternet.org","endoftheinternet.org","from-me.org","game-host.org","gotdns.org","hobby-site.org","homedns.org","homeftp.org","homelinux.org","homeunix.org","is-a-bruinsfan.org","is-a-candidate.org","is-a-celticsfan.org","is-a-chef.org","is-a-geek.org","is-a-knight.org","is-a-linux-user.org","is-a-patsfan.org","is-a-soxfan.org","is-found.org","is-lost.org","is-saved.org","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","isa-geek.org","kicks-ass.org","misconfused.org","podzone.org","readmyblog.org","selfip.org","sellsyourhome.org","servebbs.org","serveftp.org","servegame.org","stuff-4-sale.org","webhop.org","better-than.tv","dyndns.tv","on-the-web.tv","worse-than.tv","is-by.us","land-4-sale.us","stuff-4-sale.us","dyndns.ws","mypets.ws","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","dynv6.net","e4.cz","easypanel.app","easypanel.host","*.ewp.live","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","at.emf.camp","rt.ht","elementor.cloud","elementor.cool","en-root.fr","mytuleap.com","tuleap-partners.com","encr.app","encoreapi.com","eu.encoway.cloud","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","pl.eu.org","pt.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eurodir.ru","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","relay.evervault.app","relay.evervault.dev","expo.app","staging.expo.app","onfabrica.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","u.channelsdvr.net","edgecompute.app","fastly-edge.com","fastly-terrarium.com","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastlylb.net","map.fastlylb.net","*.user.fm","fastvps-server.com","fastvps.host","myfast.host","fastvps.site","myfast.space","conn.uk","copro.uk","hosp.uk","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","mydobiss.com","fh-muenster.io","filegear.me","firebaseapp.com","fldrv.com","flutterflow.app","fly.dev","shw.io","edgeapp.net","forgeblocks.com","id.forgerock.io","framer.ai","framer.app","framercanvas.com","framer.media","framer.photos","framer.website","framer.wiki","0e.vc","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","freemyip.com","*.frusky.de","wien.funkfeuer.at","daemon.asia","dix.asia","mydns.bz","0am.jp","0g0.jp","0j0.jp","0t0.jp","mydns.jp","pgw.jp","wjg.jp","keyword-on.net","live-on.net","server-on.net","mydns.tw","mydns.vc","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","aliases121.com","campaign.gov.uk","service.gov.uk","independent-commission.uk","independent-inquest.uk","independent-inquiry.uk","independent-panel.uk","independent-review.uk","public-inquiry.uk","royal-commission.uk","gehirn.ne.jp","usercontent.jp","gentapps.com","gentlentapis.com","lab.ms","cdn-edges.net","localcert.net","localhostcert.net","gsj.bz","githubusercontent.com","githubpreview.dev","github.io","gitlab.io","gitapp.si","gitpage.si","glitch.me","nog.community","co.ro","shop.ro","lolipop.io","angry.jp","babyblue.jp","babymilk.jp","backdrop.jp","bambina.jp","bitter.jp","blush.jp","boo.jp","boy.jp","boyfriend.jp","but.jp","candypop.jp","capoo.jp","catfood.jp","cheap.jp","chicappa.jp","chillout.jp","chips.jp","chowder.jp","chu.jp","ciao.jp","cocotte.jp","coolblog.jp","cranky.jp","cutegirl.jp","daa.jp","deca.jp","deci.jp","digick.jp","egoism.jp","fakefur.jp","fem.jp","flier.jp","floppy.jp","fool.jp","frenchkiss.jp","girlfriend.jp","girly.jp","gloomy.jp","gonna.jp","greater.jp","hacca.jp","heavy.jp","her.jp","hiho.jp","hippy.jp","holy.jp","hungry.jp","icurus.jp","itigo.jp","jellybean.jp","kikirara.jp","kill.jp","kilo.jp","kuron.jp","littlestar.jp","lolipopmc.jp","lolitapunk.jp","lomo.jp","lovepop.jp","lovesick.jp","main.jp","mods.jp","mond.jp","mongolian.jp","moo.jp","namaste.jp","nikita.jp","nobushi.jp","noor.jp","oops.jp","parallel.jp","parasite.jp","pecori.jp","peewee.jp","penne.jp","pepper.jp","perma.jp","pigboat.jp","pinoko.jp","punyu.jp","pupu.jp","pussycat.jp","pya.jp","raindrop.jp","readymade.jp","sadist.jp","schoolbus.jp","secret.jp","staba.jp","stripper.jp","sub.jp","sunnyday.jp","thick.jp","tonkotsu.jp","under.jp","upper.jp","velvet.jp","verse.jp","versus.jp","vivian.jp","watson.jp","weblike.jp","whitesnow.jp","zombie.jp","heteml.net","graphic.design","goip.de","blogspot.ae","blogspot.al","blogspot.am","*.hosted.app","*.run.app","web.app","blogspot.com.ar","blogspot.co.at","blogspot.com.au","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.com.br","blogspot.com.by","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.com.co","*.0emm.com","appspot.com","*.r.appspot.com","blogspot.com","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","withgoogle.com","withyoutube.com","blogspot.cv","blogspot.com.cy","blogspot.cz","blogspot.de","*.gateway.dev","blogspot.dk","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.fi","blogspot.fr","cloud.goog","translate.goog","*.usercontent.goog","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.co.id","blogspot.ie","blogspot.co.il","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.co.ke","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.com.mt","blogspot.mx","blogspot.my","cloudfunctions.net","blogspot.com.ng","blogspot.nl","blogspot.no","blogspot.co.nz","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.com.tr","blogspot.tw","blogspot.ug","blogspot.co.uk","blogspot.com.uy","blogspot.vn","blogspot.co.za","goupile.fr","pymnt.uk","cloudapps.digital","london.cloudapps.digital","gov.nl","grafana-dev.net","grayjayleagues.com","günstigbestellen.de","günstigliefern.de","fin.ci","free.hr","caa.li","ua.rs","conf.se","häkkinen.fi","hrsn.dev","hashbang.sh","hasura.app","hasura-app.io","hatenablog.com","hatenadiary.com","hateblo.jp","hatenablog.jp","hatenadiary.jp","hatenadiary.org","pages.it.hs-heilbronn.de","pages-research.it.hs-heilbronn.de","heiyu.space","helioho.st","heliohost.us","hepforge.org","herokuapp.com","herokussl.com","heyflow.page","heyflow.site","ravendb.cloud","ravendb.community","development.run","ravendb.run","homesklep.pl","*.kin.one","*.id.pub","*.kin.pub","secaas.hk","hoplix.shop","orx.biz","biz.gl","biz.ng","co.biz.ng","dl.biz.ng","go.biz.ng","lg.biz.ng","on.biz.ng","col.ng","firm.ng","gen.ng","ltd.ng","ngo.ng","plc.ng","ie.ua","hostyhosting.io","hf.space","static.hf.space","hypernode.io","iobb.net","co.cz","*.moonscale.io","moonscale.net","gr.com","iki.fi","ibxos.it","iliadboxos.it","smushcdn.com","wphostedmail.com","wpmucdn.com","tempurl.host","wpmudev.host","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-vpn.de","in-dsl.net","in-vpn.net","in-dsl.org","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","na4u.ru","apps-1and1.com","live-website.com","apps-1and1.net","websitebuilder.online","app-ionos.space","iopsys.se","*.dweb.link","ipifony.net","ir.md","is-a-good.dev","is-a.dev","iservschule.de","mein-iserv.de","schulplattform.de","schulserver.de","test-iserv.de","iserv.dev","mel.cloudlets.com.au","cloud.interhostsolutions.be","alp1.ae.flow.ch","appengine.flow.ch","es-1.axarnet.cloud","diadem.cloud","vip.jelastic.cloud","jele.cloud","it1.eur.aruba.jenv-aruba.cloud","it1.jenv-aruba.cloud","keliweb.cloud","cs.keliweb.cloud","oxa.cloud","tn.oxa.cloud","uk.oxa.cloud","primetel.cloud","uk.primetel.cloud","ca.reclaim.cloud","uk.reclaim.cloud","us.reclaim.cloud","ch.trendhosting.cloud","de.trendhosting.cloud","jele.club","dopaas.com","paas.hosted-by-previder.com","rag-cloud.hosteur.com","rag-cloud-ch.hosteur.com","jcloud.ik-server.com","jcloud-ver-jpc.ik-server.com","demo.jelastic.com","paas.massivegrid.com","jed.wafaicloud.com","ryd.wafaicloud.com","j.scaleforce.com.cy","jelastic.dogado.eu","fi.cloudplatform.fi","demo.datacenter.fi","paas.datacenter.fi","jele.host","mircloud.host","paas.beebyte.io","sekd1.beebyteapp.io","jele.io","jc.neen.it","jcloud.kz","cloudjiffy.net","fra1-de.cloudjiffy.net","west1-us.cloudjiffy.net","jls-sto1.elastx.net","jls-sto2.elastx.net","jls-sto3.elastx.net","fr-1.paas.massivegrid.net","lon-1.paas.massivegrid.net","lon-2.paas.massivegrid.net","ny-1.paas.massivegrid.net","ny-2.paas.massivegrid.net","sg-1.paas.massivegrid.net","jelastic.saveincloud.net","nordeste-idc.saveincloud.net","j.scaleforce.net","sdscloud.pl","unicloud.pl","mircloud.ru","enscaled.sg","jele.site","jelastic.team","orangecloud.tn","j.layershift.co.uk","phx.enscaled.us","mircloud.us","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","jotelulu.cloud","webadorsite.com","jouwweb.site","*.cns.joyent.com","*.triton.zone","js.org","kaas.gg","khplay.nl","kapsi.fi","ezproxy.kuleuven.be","kuleuven.cloud","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","koobin.events","webthings.io","krellian.net","oya.to","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","lelux.site","libp2p.direct","runcontainers.dev","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","linkyard-cloud.ch","linkyard.cloud","members.linode.com","*.nodebalancer.linode.com","*.linodeobjects.com","ip.linodeusercontent.com","we.bs","filegear-sg.me","ggff.net","*.user.localcert.dev","lodz.pl","pabianice.pl","plock.pl","sieradz.pl","skierniewice.pl","zgierz.pl","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","lohmus.me","servers.run","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.club","barsycenter.com","barsyonline.com","barsy.de","barsy.dev","barsy.eu","barsy.gr","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsyonline.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.ro","barsy.rs","barsy.shop","barsyonline.shop","barsy.site","barsy.store","barsy.support","barsy.uk","barsy.co.uk","barsyonline.co.uk","*.magentosite.cloud","hb.cldmail.ru","matlab.cloud","modelscape.com","mwcloudnonprod.com","polyspace.com","mayfirst.info","mayfirst.org","mazeplay.com","mcdir.me","mcdir.ru","vps.mcdir.ru","mcpre.ru","mediatech.by","mediatech.dev","hra.health","medusajs.app","miniserver.com","memset.net","messerli.app","atmeta.com","apps.fbsbx.com","*.cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","*.azurecontainer.io","azure-api.net","azure-mobile.net","azureedge.net","azurefd.net","azurestaticapps.net","1.azurestaticapps.net","2.azurestaticapps.net","3.azurestaticapps.net","4.azurestaticapps.net","5.azurestaticapps.net","6.azurestaticapps.net","7.azurestaticapps.net","centralus.azurestaticapps.net","eastasia.azurestaticapps.net","eastus2.azurestaticapps.net","westeurope.azurestaticapps.net","westus2.azurestaticapps.net","azurewebsites.net","cloudapp.net","trafficmanager.net","blob.core.windows.net","servicebus.windows.net","routingthecloud.com","sn.mynetname.net","routingthecloud.net","routingthecloud.org","csx.cc","mydbserver.com","webspaceconfig.de","mittwald.info","mittwaldserver.info","typo3server.info","project.space","modx.dev","bmoattachments.org","net.ru","org.ru","pp.ru","hostedpi.com","caracal.mythic-beasts.com","customer.mythic-beasts.com","fentiger.mythic-beasts.com","lynx.mythic-beasts.com","ocelot.mythic-beasts.com","oncilla.mythic-beasts.com","onza.mythic-beasts.com","sphinx.mythic-beasts.com","vs.mythic-beasts.com","x.mythic-beasts.com","yali.mythic-beasts.com","cust.retrosnub.co.uk","ui.nabu.casa","cloud.nospamproxy.com","netfy.app","netlify.app","4u.com","nfshost.com","ipfs.nftstorage.link","ngo.us","ngrok.app","ngrok-free.app","ngrok.dev","ngrok-free.dev","ngrok.io","ap.ngrok.io","au.ngrok.io","eu.ngrok.io","in.ngrok.io","jp.ngrok.io","sa.ngrok.io","us.ngrok.io","ngrok.pizza","ngrok.pro","torun.pl","nh-serv.co.uk","nimsite.uk","mmafan.biz","myftp.biz","no-ip.biz","no-ip.ca","fantasyleague.cc","gotdns.ch","3utilities.com","blogsyte.com","ciscofreak.com","damnserver.com","ddnsking.com","ditchyourip.com","dnsiskinky.com","dynns.com","geekgalaxy.com","health-carereform.com","homesecuritymac.com","homesecuritypc.com","myactivedirectory.com","mysecuritycamera.com","myvnc.com","net-freaks.com","onthewifi.com","point2this.com","quicksytes.com","securitytactics.com","servebeer.com","servecounterstrike.com","serveexchange.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","servehumour.com","serveirc.com","servemp3.com","servep2p.com","servepics.com","servequake.com","servesarcasm.com","stufftoread.com","unusualperson.com","workisboring.com","dvrcam.info","ilovecollege.info","no-ip.info","brasilia.me","ddns.me","dnsfor.me","hopto.me","loginto.me","noip.me","webhop.me","bounceme.net","ddns.net","eating-organic.net","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.net","nhlfan.net","no-ip.net","pgafan.net","privatizehealthinsurance.net","redirectme.net","serveblog.net","serveminecraft.net","sytes.net","cable-modem.org","collegefan.org","couchpotatofries.org","hopto.org","mlbfan.org","myftp.org","mysecuritycamera.org","nflfan.org","no-ip.org","read-books.org","ufcfan.org","zapto.org","no-ip.co.uk","golffan.us","noip.us","pointto.us","stage.nodeart.io","*.developer.app","noop.app","*.northflank.app","*.build.run","*.code.run","*.database.run","*.migration.run","noticeable.news","notion.site","dnsking.ch","mypi.co","n4t.co","001www.com","myiphost.com","forumz.info","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","nsupdate.info","nerdpol.ovh","nyc.mn","prvcy.page","obl.ong","observablehq.cloud","static.observableusercontent.com","omg.lol","cloudycluster.net","omniwe.site","123webseite.at","123website.be","simplesite.com.br","123website.ch","simplesite.com","123webseite.de","123hjemmeside.dk","123miweb.es","123kotisivu.fi","123siteweb.fr","simplesite.gr","123homepage.it","123website.lu","123website.nl","123hjemmeside.no","service.one","simplesite.pl","123paginaweb.pt","123minsida.se","is-a-fullstack.dev","is-cool.dev","is-not-a.dev","localplayer.dev","is-local.org","opensocial.site","opencraft.hosting","16-b.it","32-b.it","64-b.it","orsites.com","operaunite.com","*.customer-oci.com","*.oci.customer-oci.com","*.ocp.customer-oci.com","*.ocs.customer-oci.com","*.oraclecloudapps.com","*.oraclegovcloudapps.com","*.oraclegovcloudapps.uk","tech.orange","can.re","authgear-staging.com","authgearapps.com","skygearapp.com","outsystemscloud.com","*.hosting.ovh.net","*.webpaas.ovh.net","ownprovider.com","own.pm","*.owo.codes","ox.rs","oy.lc","pgfog.com","pagexl.com","gotpantheon.com","pantheonsite.io","*.paywhirl.com","*.xmit.co","xmit.dev","madethis.site","srv.us","gh.srv.us","gl.srv.us","lk3.ru","mypep.link","perspecta.cloud","on-web.fr","*.upsun.app","upsunapp.com","ent.platform.sh","eu.platform.sh","us.platform.sh","*.platformsh.site","*.tst.site","platter-app.com","platter-app.dev","platterp.us","pley.games","onporter.run","co.bn","postman-echo.com","pstmn.io","mock.pstmn.io","httpbin.org","prequalifyme.today","xen.prgmr.com","priv.at","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","pythonanywhere.com","eu.pythonanywhere.com","qa2.com","qcx.io","*.sys.qcx.io","myqnapcloud.cn","alpha-myqnapcloud.com","dev-myqnapcloud.com","mycloudnas.com","mynascloud.com","myqnapcloud.com","qoto.io","qualifioapp.com","ladesk.com","qbuser.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","cloudsite.builders","myradweb.net","servername.us","web.in","in.net","myrdbx.io","site.rb-hosting.io","*.on-rancher.cloud","*.on-k3s.io","*.on-rio.io","ravpage.co.il","readthedocs-hosted.com","readthedocs.io","rhcloud.com","instances.spawn.cc","onrender.com","app.render.com","replit.app","id.replit.app","firewalledreplit.co","id.firewalledreplit.co","repl.co","id.repl.co","replit.dev","archer.replit.dev","bones.replit.dev","canary.replit.dev","global.replit.dev","hacker.replit.dev","id.replit.dev","janeway.replit.dev","kim.replit.dev","kira.replit.dev","kirk.replit.dev","odo.replit.dev","paris.replit.dev","picard.replit.dev","pike.replit.dev","prerelease.replit.dev","reed.replit.dev","riker.replit.dev","sisko.replit.dev","spock.replit.dev","staging.replit.dev","sulu.replit.dev","tarpit.replit.dev","teams.replit.dev","tucker.replit.dev","wesley.replit.dev","worf.replit.dev","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","adimo.co.uk","itcouldbewor.se","aus.basketball","nz.basketball","git-pages.rit.edu","rocky.page","rub.de","ruhr-uni-bochum.de","io.noc.ruhr-uni-bochum.de","биз.рус","ком.рус","крым.рус","мир.рус","мск.рус","орг.рус","самара.рус","сочи.рус","спб.рус","я.рус","ras.ru","nyat.app","180r.com","dojin.com","sakuratan.com","sakuraweb.com","x0.com","2-d.jp","bona.jp","crap.jp","daynight.jp","eek.jp","flop.jp","halfmoon.jp","jeez.jp","matrix.jp","mimoza.jp","ivory.ne.jp","mail-box.ne.jp","mints.ne.jp","mokuren.ne.jp","opal.ne.jp","sakura.ne.jp","sumomo.ne.jp","topaz.ne.jp","netgamers.jp","nyanta.jp","o0o0.jp","rdy.jp","rgr.jp","rulez.jp","s3.isk01.sakurastorage.jp","s3.isk02.sakurastorage.jp","saloon.jp","sblo.jp","skr.jp","tank.jp","uh-oh.jp","undo.jp","rs.webaccel.jp","user.webaccel.jp","websozai.jp","xii.jp","squares.net","jpn.org","kirara.st","x0.to","from.tv","sakura.tv","*.builder.code.com","*.dev-builder.code.com","*.stg-builder.code.com","*.001.test.code-builder-stg.platform.salesforce.com","*.d.crm.dev","*.w.crm.dev","*.wa.crm.dev","*.wb.crm.dev","*.wc.crm.dev","*.wd.crm.dev","*.we.crm.dev","*.wf.crm.dev","sandcats.io","logoip.com","logoip.de","fr-par-1.baremetal.scw.cloud","fr-par-2.baremetal.scw.cloud","nl-ams-1.baremetal.scw.cloud","cockpit.fr-par.scw.cloud","fnc.fr-par.scw.cloud","functions.fnc.fr-par.scw.cloud","k8s.fr-par.scw.cloud","nodes.k8s.fr-par.scw.cloud","s3.fr-par.scw.cloud","s3-website.fr-par.scw.cloud","whm.fr-par.scw.cloud","priv.instances.scw.cloud","pub.instances.scw.cloud","k8s.scw.cloud","cockpit.nl-ams.scw.cloud","k8s.nl-ams.scw.cloud","nodes.k8s.nl-ams.scw.cloud","s3.nl-ams.scw.cloud","s3-website.nl-ams.scw.cloud","whm.nl-ams.scw.cloud","cockpit.pl-waw.scw.cloud","k8s.pl-waw.scw.cloud","nodes.k8s.pl-waw.scw.cloud","s3.pl-waw.scw.cloud","s3-website.pl-waw.scw.cloud","scalebook.scw.cloud","smartlabeling.scw.cloud","dedibox.fr","schokokeks.net","gov.scot","service.gov.scot","scrysec.com","client.scrypted.io","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","seidat.net","sellfy.store","minisite.ms","senseering.net","servebolt.cloud","biz.ua","co.ua","pp.ua","as.sh.cn","sheezy.games","shiftedit.io","myshopblocks.com","myshopify.com","shopitsite.com","shopware.shop","shopware.store","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","small-web.org","aeroport.fr","avocat.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","vp4.me","*.snowflake.app","*.privatelink.snowflake.app","streamlit.app","streamlitapp.com","try-snowplow.com","mafelo.net","playstation-cloud.com","srht.site","apps.lair.io","*.stolos.io","spacekit.io","ind.mom","customer.speedpartner.de","myspreadshop.at","myspreadshop.com.au","myspreadshop.be","myspreadshop.ca","myspreadshop.ch","myspreadshop.com","myspreadshop.de","myspreadshop.dk","myspreadshop.es","myspreadshop.fi","myspreadshop.fr","myspreadshop.ie","myspreadshop.it","myspreadshop.net","myspreadshop.nl","myspreadshop.no","myspreadshop.pl","myspreadshop.se","myspreadshop.co.uk","w-corp-staticblitz.com","w-credentialless-staticblitz.com","w-staticblitz.com","stackhero-network.com","runs.onstackit.cloud","stackit.gg","stackit.rocks","stackit.run","stackit.zone","musician.io","novecore.site","api.stdlib.com","feedback.ac","forms.ac","assessments.cx","calculators.cx","funnels.cx","paynow.cx","quizzes.cx","researched.cx","tests.cx","surveys.so","storebase.store","storipress.app","storj.farm","strapiapp.com","media.strapiapp.com","vps-host.net","atl.jelastic.vps-host.net","njs.jelastic.vps-host.net","ric.jelastic.vps-host.net","streak-link.com","streaklinks.com","streakusercontent.com","soc.srcf.net","user.srcf.net","utwente.io","temp-dns.com","supabase.co","supabase.in","supabase.net","syncloud.it","dscloud.biz","direct.quickconnect.cn","dsmynas.com","familyds.com","diskstation.me","dscloud.me","i234.me","myds.me","synology.me","dscloud.mobi","dsmynas.net","familyds.net","dsmynas.org","familyds.org","direct.quickconnect.to","vpnplus.to","mytabit.com","mytabit.co.il","tabitorder.co.il","taifun-dns.de","ts.net","*.c.ts.net","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","taveusercontent.com","p.tawk.email","p.tawkto.email","site.tb-hosting.com","edugit.io","s3.teckids.org","telebit.app","telebit.io","*.telebit.xyz","*.firenet.ch","*.svc.firenet.ch","reservd.com","thingdustdata.com","cust.dev.thingdust.io","reservd.dev.thingdust.io","cust.disrec.thingdust.io","reservd.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","reservd.testing.thingdust.io","tickets.io","arvo.network","azimuth.network","tlon.network","torproject.net","pages.torproject.net","townnews-staging.com","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","site.transip.me","*.transurl.nl","tuxfamily.org","dd-dns.de","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","diskstation.eu","diskstation.org","typedream.app","pro.typeform.com","*.uberspace.de","uber.space","hk.com","inc.hk","ltd.hk","hk.org","it.com","unison-services.cloud","virtual-user.de","virtualuser.de","name.pm","sch.tf","biz.wf","sch.wf","org.yt","rs.ba","bielsko.pl","upli.io","urown.cloud","dnsupdate.info","us.org","v.ua","express.val.run","web.val.run","vercel.app","v0.build","vercel.dev","vusercontent.net","now.sh","2038.io","router.management","v-info.info","voorloper.cloud","*.vultrobjects.com","wafflecell.com","webflow.io","webflowtest.io","*.webhare.dev","bookonline.app","hotelwithflight.com","reserve-online.com","reserve-online.net","cprapid.com","pleskns.com","wp2.host","pdns.page","plesk.page","wpsquared.site","*.wadl.top","remotewd.com","box.ca","pages.wiardweb.com","toolforge.org","wmcloud.org","wmflabs.org","wdh.app","panel.gg","daemon.panel.gg","wixsite.com","wixstudio.com","editorx.io","wixstudio.io","wix.run","messwithdns.com","woltlab-demo.com","myforum.community","community-pro.de","diskussionsbereich.de","community-pro.net","meinforum.net","affinitylottery.org.uk","raffleentry.org.uk","weeklylottery.org.uk","wpenginepowered.com","js.wpenginepowered.com","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","yandexcloud.net","storage.yandexcloud.net","website.yandexcloud.net","official.academy","yolasite.com","yombo.me","ynh.fr","nohost.me","noho.st","za.net","za.org","zap.cloud","zeabur.app","bss.design","basicserver.io","virtualserver.io","enterprisecloud.nu"].reduce((function(e,t){var o=t.replace(/^(\\*\\.|\\!)/,""),n=fu.toASCII(o),a=t.charAt(0);if(e.has(n))throw new Error("Multiple rules found for ".concat(t," (").concat(n,")"));return e.set(n,{rule:t,suffix:o,punySuffix:n,wildcard:"*"===a,exception:"!"===a}),e}),new Map),yu={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},ku=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var t=e.slice(0).toLowerCase();"."===t.charAt(t.length-1)&&(t=t.slice(0,t.length-1));var o=function(e){var t=fu.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var o,n=t.split("."),a=0;a<n.length;++a){if(!(o=n[a]).length)return"LABEL_TOO_SHORT";if(o.length>63)return"LABEL_TOO_LONG";if("-"===o.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===o.charAt(o.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\\-_]+$/.test(o))return"LABEL_INVALID_CHARS"}}(t);if(o)return{input:e,error:{message:yu[o],code:o}};var n={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},a=t.split(".");if("local"===a[a.length-1])return n;var i=function(){return/xn--/.test(t)&&(n.domain&&(n.domain=fu.toASCII(n.domain)),n.subdomain&&(n.subdomain=fu.toASCII(n.subdomain))),n},r=function(e){for(var t=fu.toASCII(e).split("."),o=0;o<t.length;o++){var n=t.slice(o).join("."),a=vu.get(n);if(a)return a}return null}(t);if(!r)return a.length<2?n:(n.tld=a.pop(),n.sld=a.pop(),n.domain=[n.sld,n.tld].join("."),a.length&&(n.subdomain=a.pop()),i());n.listed=!0;var s=r.suffix.split("."),c=a.slice(0,a.length-s.length);return r.exception&&c.push(s.shift()),n.tld=s.join("."),!c.length||(r.wildcard&&(s.unshift(c.pop()),n.tld=s.join(".")),!c.length)||(n.sld=c.pop(),n.domain=[n.sld,n.tld].join("."),c.length&&(n.subdomain=c.join("."))),i()},_u={expires:1},bu=function(){function e(){_classCallCheck(this,e),this.domain=function(e){return e&&ku(e).domain||null}(window.location.host)||""}return _createClass(e,[{key:"init",value:function(e,t,o){this.cookieKey=e,t&&this.setSessionCookies(t,o)}},{key:"setCookieKey",value:function(e){this.cookieKey=e}},{key:"setCookie",value:function(e,t,o){return o=Object.assign(Object.assign({domain:this.domain},_u),o||{}),ac.set(e,t,o)}},{key:"setSessionCookies",value:function(e,t){if(this.cookieKey){var o=Ri(JSON.stringify(e));this.setCookie(this.cookieKey,o,t),rc.set(this.cookieKey,o)}}},{key:"getSessionCookies",value:function(){if(this.cookieKey){var e=ac.get(this.cookieKey);if(!e)return{};var t={};try{t=JSON.parse(ji(e))}catch(e){return void console.warn("get session info from cookie failed")}return t}}},{key:"batchSet",value:function(e){var t=this.getSessionCookies();t&&this.cookieKey&&(t=Object.assign(t,e),this.setSessionCookies(t))}},{key:"set",value:function(e,t){var o=this.getSessionCookies();o&&this.cookieKey&&(o[e]=t,this.setSessionCookies(o))}},{key:"batchGet",value:function(e){var t=this.getSessionCookies()||{};if(!t||!this.cookieKey)return{};var o={};return e.forEach((function(e){o[e]=t[e]})),o}},{key:"get",value:function(e){var t=this.getSessionCookies()||{};return e?t[e]:t}},{key:"remove",value:function(e){var t=this.getSessionCookies();t&&this.cookieKey&&(("string"==typeof e?[e]:e).forEach((function(e){delete t[e]})),this.setSessionCookies(t))}},{key:"clear",value:function(e){(e=e||this.cookieKey)&&(ac.remove(this.cookieKey,{domain:this.domain}),rc.remove(this.cookieKey))}}]),e}(),Eu=new bu,wu=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).focus=document.hasFocus(),e.handleFocusChange=function(t){"focus"===t.type?(e.focus=!0,e.emit("focus",e.focus)):(e.focus=!1,e.emit("blur",e.focus))},e}return _createClass(o,[{key:"init",value:function(){this.focus=document.hasFocus(),window.addEventListener("focus",this.handleFocusChange),window.addEventListener("blur",this.handleFocusChange)}},{key:"stop",value:function(){this.removeAllListeners(),window.removeEventListener("focus",this.handleFocusChange),window.removeEventListener("blur",this.handleFocusChange)}}]),o}(Ct),Su=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).visible="visible"===document.visibilityState,e.handleVisibilityChange=function(){"visible"===document.visibilityState?e.visible=!0:e.visible=!1,e.emit("change",e.visible)},e}return _createClass(o,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"visibility";this.visible="visible"===document.visibilityState,"visibility"===e&&document.addEventListener("visibilitychange",this.handleVisibilityChange),"focus"===e&&(window.addEventListener("focus",this.handleFocusChange),window.addEventListener("blur",this.handleFocusChange))}},{key:"handleFocusChange",value:function(e){var t=e.type;"blur"===t?document.hasFocus()||(this.visible=!1,this.emit("change",this.visible)):"focus"===t&&(this.visible||(this.visible=!0,this.emit("change",this.visible)))}},{key:"stop",value:function(){this.removeAllListeners(),document.removeEventListener("visibilitychange",this.handleVisibilityChange),window.removeEventListener("focus",this.handleFocusChange),window.removeEventListener("blur",this.handleFocusChange)}}]),o}(Ct),Tu=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).handleDocumentClick=function(){e.emit("click")},e}return _createClass(o,[{key:"init",value:function(){document.addEventListener("click",this.handleDocumentClick)}},{key:"stop",value:function(){this.removeAllListeners(),document.removeEventListener("click",this.handleDocumentClick)}}]),o}(Ct),Cu=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).delay=150,e.listenerSubFrameClick=function(t){"SUB_FRAME_CLICK"===t.data.eventType&&e.emit("focus","click")},e.delayedCheck=function(){e.delayedCheckTimer&&clearTimeout(e.delayedCheckTimer),e.delayedCheckTimer=setTimeout((function(){document.hasFocus()&&"visible"===document.visibilityState&&e.emit("focus","focus"),e.delayedCheckTimer=void 0}),e.delay)},e.onWindowFocus=function(){e.delayedCheck()},e.onDocumentVisibility=function(t){t&&e.delayedCheck()},e.onDocumentClick=function(){e.emit("focus","click")},e}return _createClass(o,[{key:"init",value:function(){this.windowFocus=new wu,this.documentVisibility=new Su,this.documentClick=new Tu,this.windowFocus.init(),this.windowFocus.on("focus",this.onWindowFocus),this.documentVisibility.init(),this.documentVisibility.on("change",this.onDocumentVisibility),this.documentClick.init(),this.documentClick.on("click",this.onDocumentClick),window.addEventListener("message",this.listenerSubFrameClick)}},{key:"stop",value:function(){clearTimeout(this.delayedCheckTimer),this.delayedCheckTimer=void 0,window.removeEventListener("message",this.listenerSubFrameClick),this.windowFocus.stop(),this.documentVisibility.stop(),this.documentClick.stop()}}]),o}(Ct),Ru=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).listenerType="focus",e.defaultCookieKey=Ri(w),e.handleOnFocus=function(t){if(("click"!==t||!e.isActiveTab())&&document.hasFocus()&&"visible"===document.visibilityState){var o=Eu.get("sid"),n=Eu.get("ctn"),a=ic.get("tabNo"),i=Eu.get("stn"),r=Eu.get("roles");a!==n&&(Eu.remove("cst"),Eu.set("ctn",a),a!==i&&o&&e.emit("change",{focus:!0,prevTabNo:n,currentTabNo:a,roles:r}))}},e.handlePageHide=function(){Eu.set("cst","1")},e}return _createClass(o,[{key:"setParticipantType",value:function(e){this.participantType=e}},{key:"isClosedTab",value:function(){return"1"===this.getSessionCookie("cst")}},{key:"shouldToClearWhenError",value:function(){var e=this.getSessionCookies(["stn","ctn"])||{},t=e.stn,o=e.ctn;return!o||o&&o===t||this.participantType===dt.FOLLOWER}},{key:"setCookieKey",value:function(e){this.cookieKey=e||this.defaultCookieKey,Eu.setCookieKey(this.cookieKey)}},{key:"clearCookieKey",value:function(){this.cookieKey="",Eu.setCookieKey("")}},{key:"init",value:function(e){(null==e?void 0:e.cookieKey)&&(this.cookieKey=Ri(e.cookieKey)),Eu.init(this.cookieKey),this.focusWindowListener=new Cu,this.focusWindowListener.init(),this.focusWindowListener.on("focus",this.handleOnFocus),window.addEventListener("pagehide",this.handlePageHide);var t=!!Eu.get("sid"),o=Eu.get("ctn"),n=hu(8);ic.set("tabNo",n),document.hasFocus()&&(Eu.set("ctn",n),t&&!this.isClosedTab()&&this.emit("change",{focus:!0,prevTabNo:o,currentTabNo:n}))}},{key:"setSessionCookie",value:function(e){this.cookieKey&&Eu.batchSet(e)}},{key:"getSessionCookie",value:function(e){if(this.cookieKey)return Eu.get(e)}},{key:"getSessionCookies",value:function(e){if(this.cookieKey)return Eu.batchGet(e)}},{key:"removeSessionCookie",value:function(e){if(this.cookieKey)return Eu.remove(e)}},{key:"updateSessionTabNo",value:function(e){this.cookieKey&&(e?!0===e?Eu.set("stn",ic.get("tabNo")):Eu.set("stn",e):Eu.remove("stn"))}},{key:"isActiveTab",value:function(){var e=Eu.get("ctn");return ic.get("tabNo")===e}},{key:"setSelfToCurrentTabNo",value:function(){var e=ic.get("tabNo");Eu.set("ctn",e)}},{key:"ifCanBeReconnected",value:function(){var e=Eu.get("stn"),t=ic.get("tabNo");return!("visible"!==document.visibilityState&&e&&t&&e!==t)}},{key:"clearListener",value:function(){var e;this.removeAllListeners(),null===(e=this.focusWindowListener)||void 0===e||e.stop()}},{key:"clearToInit",value:function(){var e=Eu.get("ctn");Eu.clear(),e&&Eu.set("ctn",e)}},{key:"clearAll",value:function(){Eu.clear(),Eu.clear(this.defaultCookieKey)}},{key:"destroy",value:function(){this.clearAll(),this.clearListener(),this.clearCookieKey()}}]),o}(Ct),ju=(new Ru,function(){function e(t){_classCallCheck(this,e),this.status="initial",this.listenCookieTimer=void 0,this.cancelListenTimer=void 0,this.handleStorageListenBind=void 0,this.opts=Object.assign({interval:100,deadline:3e4,overtime:3e3,autoClear:!0},t),this.cookieOldValue=ac.get(this.opts.key),this.status="pending",this.racePromise=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.race([this.listenStorage(),this.listenCookie(),this.cancelListener()])}return _createClass(e,[{key:"handleStorageListen",value:function(e,t,o){var n=o.key,a=o.newValue,i=o.oldValue;n===e&&null!==a&&(window.removeEventListener("storage",this.handleStorageListenBind),this.cookieOldValue=a,t({key:e,newValue:a,oldValue:i}))}},{key:"listenStorage",value:function(){var e=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t){e.handleStorageListenBind=e.handleStorageListen.bind(e,e.opts.key,t),window.addEventListener("storage",e.handleStorageListenBind)})).finally((function(){window.removeEventListener("storage",e.handleStorageListenBind)}))}},{key:"listenCookie",value:function(){var e=this,t=Date.now();return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(o,n){!function a(){var i=ac.get(e.opts.key);if(i!==e.cookieOldValue)return e.cookieOldValue=i,clearTimeout(e.listenCookieTimer),e.listenCookieTimer=void 0,void o({key:e.opts.key,newValue:i,oldValue:e.cookieOldValue});var r=Date.now();if(r-t>=e.opts.deadline)return n("---listen cookie timeout"),clearTimeout(e.listenCookieTimer),void(e.listenCookieTimer=void 0);var s=e.opts.interval;r-t>=e.opts.overtime&&(s*=2),e.listenCookieTimer=setTimeout(a,s)}()}))}},{key:"cancelListener",value:function(){var e=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){e.cancelReject=o,e.cancelListenTimer=setTimeout((function(){o("---cancel timeout")}),e.opts.deadline)}))}},{key:"then",value:function(e){var t=this;return this.racePromise.then((function(o){t.status="pending",e(o)}),(function(){t.status="fulfilled",e()})).finally((function(){t.opts.autoClear&&t.clear()}))}},{key:"clear",value:function(){window.removeEventListener("storage",this.handleStorageListenBind),this.handleStorageListenBind=void 0,clearTimeout(this.listenCookieTimer),clearTimeout(this.cancelListenTimer),this.listenCookieTimer=void 0,this.cancelListenTimer=void 0}},{key:"cancel",value:function(){this.clear(),this.status="cancelled",this.cancelReject&&this.cancelReject()}}]),e}()),Ou=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).listenerType="visibilityChange",e.defaultCookieKey=Ri(w),e.isLeft=!0,e.storageListener=void 0,e.handleVisibleChange=function(t){var o=Eu.get("sid"),n=Eu.get("ctn"),a=Eu.get("roles"),i=ic.get("tabNo");if(t&&Eu.remove("cst"),!o)return e.isLeft=!t,void(!n&&t&&Eu.set("ctn",i));t?(e.storageListener&&(e.storageListener.cancel(),e.storageListener=void 0),n!==i&&(e.isLeft=!1,Eu.set("ctn",i),e.emit("change",{visible:!0,prevTabNo:n,currentTabNo:i,roles:a}))):(e.storageListener=new ju({key:e.cookieKey,autoClear:!1}),e.storageListener.then((function(t){var o,n=Eu.get("ctn");t&&n!==i&&(e.isLeft=!0,e.emit("change",{visible:!1,prevTabNo:i,currentTabNo:n,roles:a}),null===(o=e.storageListener)||void 0===o||o.clear(),e.storageListener=void 0)})))},e.handlePageHide=function(){Eu.set("cst","1")},e}return _createClass(o,[{key:"setParticipantType",value:function(e){this.participantType=e}},{key:"isClosedTab",value:function(){return"1"===this.getSessionCookie("cst")}},{key:"shouldToClearWhenError",value:function(){var e=this.getSessionCookies(["stn","ctn"])||{},t=e.stn,o=e.ctn;return!o||o&&o===t||this.participantType===dt.FOLLOWER}},{key:"setCookieKey",value:function(e){this.cookieKey=e||this.defaultCookieKey,Eu.setCookieKey(this.cookieKey)}},{key:"clearCookieKey",value:function(){this.cookieKey="",Eu.setCookieKey("")}},{key:"init",value:function(e){(null==e?void 0:e.cookieKey)&&(this.cookieKey=Ri(e.cookieKey)),Eu.init(this.cookieKey),this.documentVisibility=new Su,this.documentVisibility.init(),this.documentVisibility.on("change",this.handleVisibleChange),window.addEventListener("pagehide",this.handlePageHide),this.isLeft=!this.documentVisibility.visible;var t=!!Eu.get("sid"),o=Eu.get("ctn"),n=hu(8);ic.set("tabNo",n),this.documentVisibility.visible&&(Eu.set("ctn",n),t&&!this.isClosedTab()&&this.emit("change",{visible:!0,prevTabNo:o,currentTabNo:n}))}},{key:"setSessionCookie",value:function(e){this.cookieKey&&Eu.batchSet(e)}},{key:"getSessionCookie",value:function(e){if(this.cookieKey)return Eu.get(e)}},{key:"getSessionCookies",value:function(e){if(this.cookieKey)return Eu.batchGet(e)}},{key:"removeSessionCookie",value:function(e){if(this.cookieKey)return Eu.remove(e)}},{key:"updateSessionTabNo",value:function(e){this.cookieKey&&(e?!0===e?Eu.set("stn",ic.get("tabNo")):Eu.set("stn",e):Eu.remove("stn"))}},{key:"isActiveTab",value:function(){return!this.isLeft}},{key:"setSelfToCurrentTabNo",value:function(){var e=ic.get("tabNo");Eu.set("ctn",e)}},{key:"ifCanBeReconnected",value:function(){var e=Eu.get("stn"),t=ic.get("tabNo");return!("visible"!==document.visibilityState&&e&&t&&e!==t)}},{key:"clearListener",value:function(){var e,t;this.removeAllListeners(),null===(e=this.documentVisibility)||void 0===e||e.stop(),null===(t=this.storageListener)||void 0===t||t.cancel(),this.storageListener=void 0}},{key:"clearToInit",value:function(){var e=Eu.get("ctn");Eu.clear(),e&&Eu.set("ctn",e)}},{key:"clearAll",value:function(){var e;Eu.clear(),Eu.clear(this.defaultCookieKey),null===(e=this.storageListener)||void 0===e||e.cancel(),this.storageListener=void 0}},{key:"destroy",value:function(){this.clearAll(),this.clearListener(),this.clearCookieKey()}}]),o}(Ct);new Ou;Ui.isMobileDeviceOrDesktopUA,ys(["CoBrowsing Session","CC"]);var Iu,Au=ys(["CoBrowsing Session","COMMON"]),Nu=function(){function e(){_classCallCheck(this,e),this.baseUrl=window.location.origin,this.refreshTokenTimer=null,this.refreshTokenInterval=3e5,this.refreshTokenTryTimes=0,this.refreshTokenTryMaxTimes=5,this.refreshTemplateTokenTimer=null,this.refreshTemplateTokenInterval=3e5,this.refreshTemplateTokenTryTimes=0,this.refreshTemplateTokenTryMaxTimes=5,this.auth_token="",this.authTokenSaveTime=0,this.zcb_auth_template_token="",this.initSessionDetailsOnce=!1,this.externalAuthTokenPromise=null,this.zcbAuthTokenPromise=null,this.zcbAuthTemplateTokenPromise=null}return _createClass(e,[{key:"setBaseUrl",value:function(e){e&&(this.baseUrl=e)}},{key:"getZCBWebToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.zcbAuthTokenPromise){e.next=2;break}return e.abrupt("return",globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(""));case 2:return e.abrupt("return",this.zcbAuthTokenPromise.promise.then((function(e){return"".concat(e.zcb_token)})));case 3:case"end":return e.stop()}}),e,this)})))}},{key:"getSyncZCBWebToken",value:function(){return this.auth_token}},{key:"getSyncZCBWebTokenLifeTime",value:function(){return this.authTokenSaveTime>0?Date.now()-this.authTokenSaveTime:0}},{key:"getSyncZCBWebTemplateToken",value:function(){return this.zcb_auth_template_token}},{key:"setZCBWebToken",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e&&(this.auth_token=e,this.authTokenSaveTime=Date.now(),this.zcbAuthTokenPromise=new St,this.zcbAuthTokenPromise.resolve({zcb_token:e}),du(V,{access_token:e}),this.startRefreshZCBTokenTimer());case 1:case"end":return t.stop()}}),t,this)})))}},{key:"getExternalToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.externalAuthTokenPromise){e.next=2;break}return e.abrupt("return",globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(""));case 2:return e.abrupt("return",this.externalAuthTokenPromise.promise.then((function(e){return"".concat(e.app_sdk_token)})));case 3:case"end":return e.stop()}}),e,this)})))}},{key:"setExternalToken",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e&&(this.externalAuthTokenPromise=new St,this.externalAuthTokenPromise.resolve({app_sdk_token:e}),this.startRefreshZCBTokenTimer());case 1:case"end":return t.stop()}}),t,this)})))}},{key:"getZCBTemplateToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.zcbAuthTemplateTokenPromise){e.next=2;break}return e.abrupt("return",globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(""));case 2:return e.abrupt("return",this.zcbAuthTemplateTokenPromise.promise.then((function(e){return"".concat(e.zcb_auth_template_token)})));case 3:case"end":return e.stop()}}),e,this)})))}},{key:"setZCBTemplateToken",value:function(e){e&&(this.zcb_auth_template_token=e,this.zcbAuthTemplateTokenPromise=new St,this.zcbAuthTemplateTokenPromise.resolve({zcb_auth_template_token:e}),du(U,{access_token:e}),this.startRefreshZCBTemplateTokenTimer())}},{key:"clearAutoRefreshToken",value:function(){var e;e=[U,V],Ii()&&e.forEach((function(e){sessionStorage.removeItem(Ri(e))}))}},{key:"getSessionStatus",value:function(e){var t,o;return s(this,void 0,void 0,_regeneratorRuntime().mark((function n(){var a,i,r,c,u=this;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return a=e.authToken,i=e.retry,r=a?function(){return s(u,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",a);case 1:case"end":return e.stop()}}),e)})))}:e.isCallByZCB?function(){return s(u,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getZCBWebToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}:function(){return s(u,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getExternalToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))},c=!this.initSessionDetailsOnce&&(null===(t=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.sessionInfo)?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(null===(o=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===o?void 0:o.sessionInfo):Pu("".concat(this.baseUrl).concat(mt.getSessionStatus,"/").concat(e.pinCode||e.sessionId),{injectTokenHandler:r,retry:i}),this.initSessionDetailsOnce=!0,n.abrupt("return",c.then((function(e){return s(u,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.handleSessionDetails(e));case 1:case"end":return t.stop()}}),t,this)})))})));case 5:case"end":return n.stop()}}),n,this)})))}},{key:"joinSessionStatus",value:function(e){var t,o;return s(this,void 0,void 0,_regeneratorRuntime().mark((function n(){var a,i,r,c,u,l=this;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return a=e.isCallByZCB?function(){return s(l,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getZCBWebToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}:function(){return s(l,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getExternalToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))},i=kc(mt.joinSession),r=i.expand({pinCode:e.pinCode||""}),c=new URL(r,this.baseUrl),e.customAgentName&&c.searchParams.append("custom_user_name",encodeURIComponent(e.customAgentName)),u=!this.initSessionDetailsOnce&&(null===(t=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.sessionInfo)?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(null===(o=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===o?void 0:o.sessionInfo):Pu(c,{injectTokenHandler:a}),this.initSessionDetailsOnce=!0,n.abrupt("return",u.then((function(e){return s(l,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.handleSessionDetails(e));case 1:case"end":return t.stop()}}),t,this)})))})));case 8:case"end":return n.stop()}}),n,this)})))}},{key:"joinSession",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a,i;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).externalToken,a=o.pinCode,i=o.customAgentName,!n){t.next=4;break}return t.next=4,this.setZCBWebToken(n);case 4:if(a){t.next=6;break}throw Error("pinCode is empty");case 6:return t.abrupt("return",this.joinSessionStatus({pinCode:a,isCallByZCB:!0,customAgentName:i}));case 7:case"end":return t.stop()}}),t,this)})))}},{key:"joinSessionbySessionId",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).externalToken,a=o.sessionId,!n){t.next=4;break}return t.next=4,this.setZCBWebToken(n);case 4:return t.abrupt("return",this.getSessionStatus({sessionId:a,isCallByZCB:!0}));case 5:case"end":return t.stop()}}),t,this)})))}},{key:"createSession",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a,i,r,c,u=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).start_url,a=o.externalToken,i=o.sessionConfig,r=o.cobrowse_code,c=o.sdk_version,!a){t.next=4;break}return t.next=4,this.setExternalToken(a);case 4:return this.initSessionDetailsOnce=!0,t.abrupt("return",zu("".concat(this.baseUrl).concat(mt.createSession),{body:{start_url:n,session_settings:null==i?void 0:i.session_settings,cobrowse_code:r,sdk_version:c},injectTokenHandler:function(){return s(u,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getExternalToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}}).then((function(e){return s(u,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.handleSessionDetails(e));case 1:case"end":return t.stop()}}),t,this)})))})));case 6:case"end":return t.stop()}}),t,this)})))}},{key:"autoJoinSession",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).externalToken,a=o.sessionId,!n){t.next=4;break}return t.next=4,this.setExternalToken(n);case 4:return t.abrupt("return",this.getSessionStatus({sessionId:a}));case 5:case"end":return t.stop()}}),t,this)})))}},{key:"reportSessionStatusLog",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a,i,r,s,c,u,l,p,d,h;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=(o=e||{}).appKey,a=o.uuid,i=o.sessionId,r=o.sessionStage,s=o.errorCode,c=o.externalErrorCode,u=o.errorMessage,l=o.timestamp,p={client_id:a,session_id:i,session_status:r,error_code:s,external_error_code:c,error_message:u,ts:l},d=kc(mt.reportSessionStatusLog),h=d.expand({appKey:n}),Au.log("start report session status log, ".concat((new Date).valueOf())),t.abrupt("return",Mu("".concat(this.baseUrl).concat(h),{body:p}).then((function(){Au.log("report session status log success, ".concat((new Date).valueOf()))}),(function(e){Au.error("report session status log failed, ".concat(e))})));case 6:case"end":return t.stop()}}),t,this)})))}},{key:"refreshZCBToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(this.refreshTokenTimer&&this.refreshTokenTryTimes>=this.refreshTokenTryMaxTimes)){e.next=5;break}return this.stopRefreshZCBTokenTimer(),this.refreshTokenTryTimes=0,Au.error("stopRefreshZCBTokenTimer ".concat(this.refreshTokenTryTimes)),e.abrupt("return");case 5:return Au.log("start refresh zcb auth token"),e.abrupt("return",zu("".concat(this.baseUrl).concat(mt.refreshZCBToken)).then((function(e){return s(t,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.auth_token){t.next=8;break}return Au.log("refreshZCBToken success, ".concat((new Date).valueOf())),t.next=4,hc({authToken:e.auth_token});case 4:return t.next=6,this.setZCBWebToken(e.auth_token);case 6:t.next=9;break;case 8:Au.error("refreshZCBToken failed, auth_token is empty");case 9:Au.log("zcb auth token has been refreshed");case 10:case"end":return t.stop()}}),t,this)})))})).catch((function(e){throw Au.error("refresh auth token failed, code: ".concat(null==e?void 0:e.code,",reason: ").concat(null==e?void 0:e.msg)),403!==(null==e?void 0:e.statusCode)&&401!==(null==e?void 0:e.statusCode)||t.stopRefreshZCBTokenTimer(),t.refreshTokenTryTimes++,e})));case 7:case"end":return e.stop()}}),e,this)})))}},{key:"refreshZCBTemplateToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(this.refreshTemplateTokenTimer&&this.refreshTemplateTokenTryTimes>=this.refreshTemplateTokenTryMaxTimes)){e.next=5;break}return Au.error("stopRefreshZCBTemplateTokenTimer ".concat(this.refreshTemplateTokenTryTimes)),this.stopRefreshZCBTemplateTokenTimer(),this.refreshTemplateTokenTryTimes=0,e.abrupt("return");case 5:return Au.log("start refresh zcb template token"),e.abrupt("return",zu("".concat(this.baseUrl).concat(mt.refreshZCBToken),{injectTokenHandler:function(){return s(t,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getZCBTemplateToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}}).then((function(e){return s(t,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.auth_token){t.next=7;break}return Au.log("refreshZCBTemplateToken success, ".concat((new Date).valueOf())),this.zcb_auth_template_token=e.auth_token,t.next=5,this.setZCBTemplateToken(e.auth_token);case 5:t.next=8;break;case 7:Au.error("refreshZCBTemplateToken failed, auth_token is empty");case 8:Au.log("zcb template token has been refreshed");case 9:case"end":return t.stop()}}),t,this)})))})).catch((function(e){throw Au.error("refresh template token failed, code: ".concat(null==e?void 0:e.code,",reason: ").concat(null==e?void 0:e.msg)),403!==(null==e?void 0:e.statusCode)&&401!==(null==e?void 0:e.statusCode)||t.stopRefreshZCBTemplateTokenTimer(),t.refreshTemplateTokenTryTimes++,e})));case 7:case"end":return e.stop()}}),e,this)})))}},{key:"startRefreshZCBTokenTimer",value:function(){var e=this;this.refreshTokenTimer&&this.stopRefreshZCBTokenTimer(),this.refreshTokenTimer=setTimeout((function(){e.refreshZCBToken(),e.startRefreshZCBTokenTimer()}),this.refreshTokenInterval)}},{key:"stopRefreshZCBTokenTimer",value:function(){this.refreshTokenTimer&&(clearTimeout(this.refreshTokenTimer),this.refreshTokenTimer=null)}},{key:"startRefreshZCBTemplateTokenTimer",value:function(){var e=this;this.refreshTemplateTokenTimer&&this.stopRefreshZCBTemplateTokenTimer(),this.refreshTemplateTokenTimer=setTimeout((function(){e.refreshZCBTemplateToken(),e.startRefreshZCBTemplateTokenTimer()}),this.refreshTemplateTokenInterval)}},{key:"stopRefreshZCBTemplateTokenTimer",value:function(){this.refreshTemplateTokenTimer&&(clearTimeout(this.refreshTemplateTokenTimer),this.refreshTemplateTokenTimer=null)}},{key:"handleSessionDetails",value:function(e){var t;return s(this,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,a,i,r,s;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return n=e.session_id,a=null===(t=e.current_user)||void 0===t?void 0:t.auth_token,i=e.cobrowse_code,a&&(a===this.auth_token?Au.error("getSessionStatus, authToken is the same as local"):Au.log("getSessionStatus, get new authToken from server")),o.next=6,this.setZCBWebToken(a);case 6:if(!n){o.next=9;break}return o.next=9,hc({sessionId:n,authToken:a,pinCode:i});case 9:return r=(e.session_regions||[]).map((function(e){return{delay:e.delay,dcsz_address:e.region}})),e.sdk_config&&(s=e.sdk_config,Io.setCoBrowsingConfig({maxCBSReconnectTimeout:s.max_cbs_reconnect_timeout,wsMsgTransSplitSize:s.ws_msg_trans_split_size,innerEndpoint:s.inner_endpoint,gatewayEndpoint:s.gateway_endpoint,enableZcbClientLog:s.enable_zcb_client_log})),o.abrupt("return",{sessionId:n,startUrl:e.start_url,currentParticipant:{user_id:e.current_user.user_id,participant_type:String(e.current_user.role_type),user_name:Oi(e.current_user.user_name)},sessionRegions:{endpoints:r,trace_id:e.trace_id,auth_token:a,traffic_splitting_percent:e.traffic_splitting_percent},sessionSettings:e.session_settings,split_wss:!1!==e.split_wss,cobrowseCode:e.cobrowse_code,sdk_version:e.sdk_version,ntp_deviation:e.ntp_deviation,ntp_deviation_recent_count:e.ntp_deviation_recent_count,ntp_send_interval:e.ntp_send_interval,mutation_send_interval:e.mutation_send_interval,sdk_config:e.sdk_config,compress_message_zlib:!!e.compress_message_zlib});case 12:case"end":return o.stop()}}),o,this)})))}}]),e}(),Du=new Nu,Lu=function(e){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.ok){t.next=8;break}return Au.log("call web server success, res.ok"),t.next=4,e.json();case 4:return o=t.sent,t.abrupt("return",o);case 8:return t.next=10,e.json();case 10:throw n=t.sent,new Ps(n.message,n.code,e.status);case 12:case"end":return t.stop()}}),t)})))},Pu=function(e,t){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,a,i,s,c,u,l,p,d;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(a=(n=t||{}).headers,i=void 0===a?{}:a,s=n.injectTokenHandler,c=r(n,["headers","injectTokenHandler"]),u=_r.getZmTrackingIdForWeb(),Di(e)?Au.log("zmTrackingIdForWeb:".concat(u,", url ").concat(e)):Au.log("zmTrackingIdForWeb:".concat(u)),(l=new URL(e.toString())).searchParams.set("t",Date.now().toString()),!s){o.next=11;break}return o.next=8,s();case 8:o.t0=o.sent,o.next=14;break;case 11:return o.next=13,null==Du?void 0:Du.getZCBWebToken();case 13:o.t0=o.sent;case 14:return p=o.t0,o.next=17,$i(l,Object.assign({headers:Object.assign({"Content-Type":"application/json",Authorization:"Bearer ".concat(p),"x-zm-trackingid":u},i),method:"GET",handleJsonResponse:Lu},c));case 17:return d=o.sent,o.abrupt("return",d);case 19:case"end":return o.stop()}}),o)})))},zu=function(e,t){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,a,i,s,c,u,l,p,d;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(a=(n=t||{}).body,i=n.headers,s=void 0===i?{}:i,c=n.injectTokenHandler,u=r(n,["body","headers","injectTokenHandler"]),l=_r.getZmTrackingIdForWeb(),Di(e)?Au.log("zmTrackingIdForWeb:".concat(l,", url ").concat(e)):Au.log("zmTrackingIdForWeb:".concat(l)),!c){o.next=9;break}return o.next=6,c();case 6:o.t0=o.sent,o.next=12;break;case 9:return o.next=11,null==Du?void 0:Du.getZCBWebToken();case 11:o.t0=o.sent;case 12:return p=o.t0,o.next=15,$i(e,Object.assign({headers:Object.assign({"Content-Type":"application/json",Authorization:"Bearer ".concat(p),"x-zm-trackingid":l},s),method:"POST",body:JSON.stringify(a),handleJsonResponse:Lu},u));case 15:return d=o.sent,o.abrupt("return",d);case 17:case"end":return o.stop()}}),o)})))},Mu=function(e,t){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,a,i,s,c,u,l,p,d;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(a=(n=t||{}).body,i=n.headers,s=void 0===i?{}:i,c=n.injectTokenHandler,u=r(n,["body","headers","injectTokenHandler"]),l=_r.getZmTrackingIdForWeb(),Di(e)?Au.log("zmTrackingIdForWeb:".concat(l,", url ").concat(e)):Au.log("zmTrackingIdForWeb:".concat(l)),!c){o.next=9;break}return o.next=6,c();case 6:o.t0=o.sent,o.next=12;break;case 9:return o.next=11,null==Du?void 0:Du.getZCBWebToken();case 11:o.t0=o.sent;case 12:return p=o.t0,o.next=15,$i(e,Object.assign({headers:Object.assign(Object.assign(Object.assign({"Content-Type":"application/json"},p?{Authorization:"Bearer ".concat(p)}:null),{"x-zm-trackingid":l}),s),method:"PATCH",body:JSON.stringify(a)},u));case 15:return d=o.sent,o.abrupt("return",d);case 17:case"end":return o.stop()}}),o)})))};!function(e){e[e.PING_TIMEOUT=0]="PING_TIMEOUT",e[e.RECONNECT=1]="RECONNECT",e[e.DESTROYED=2]="DESTROYED",e[e.DESTROY_BEFORE_CREATE=3]="DESTROY_BEFORE_CREATE"}(Iu||(Iu={}));var xu=function(){function e(t,o){_classCallCheck(this,e),this.options=t,this.pingCount=1,this.seq=1,this.keepAliveTimerId=null,this.keepAliveTimerCheckId=null,this._pending=null,this.isConnectedOnce=!1,this.isClosedOnce=!1,this.isDestroyed=!1,this.pongRecvTime=0,this.pingCountTime=0,this.reconnectTimerId=null,this.reconnectMaxTimes=3,this.reconectCurrentTime=0,this.beforeSendHook=o.beforeSendHook,this.beforeReceiveHook=o.beforeReceiveHook;var n=this.options.KEEP_ALIVE_DURATION;this.KEEP_ALIVE_DURATION=n||3e4,this.connType=this.options.connType,this.options.canReconnectWhenFailover=!!Object.hasOwnProperty.call(this.options,"canReconnectWhenFailover")&&this.options.canReconnectWhenFailover}return _createClass(e,[{key:"isWorking",get:function(){var e;return(null===(e=this.socket)||void 0===e?void 0:e.readyState)===WebSocket.OPEN}},{key:"setHandlers",value:function(){var e=this;this.onPingTimeout=function(){null!==e.keepAliveTimerCheckId&&(e.clearSocketStatus(Iu.PING_TIMEOUT),e.keepAliveTimerCheckId=null,e.options.onPingTimeout&&e.options.onPingTimeout(e.pingCountTime,e.pingCount))}}},{key:"pingHandler",value:function(e,t){var o=this;this.pingSendTime=Date.now(),this.send({evt:e,body:t,seq:this.pingCount++}),this.keepAliveTimerCheckId=window.setTimeout((function(){return o.onPingTimeout()}),this.KEEP_ALIVE_DURATION-5e3)}},{key:"send",value:function(e){var t,o,n;if(this.socket)if("string"!=typeof e){var a=e;"[object Object]"===Object.prototype.toString.call(e)?(Object.hasOwnProperty.call(e,"seq")||(a=Object.assign(Object.assign({},e),{seq:this.seq++})),null===(t=this.beforeSendHook)||void 0===t||t.beforeSend(a),null===(o=this.socket)||void 0===o||o.send(JSON.stringify(a))):null===(n=this.socket)||void 0===n||n.send(a)}else this.options.tracelog.error("invalid string message, connType: ".concat(this.connType));else this.options.tracelog.warn("socket is not ready, message dropped, connType: ".concat(this.connType))}},{key:"onMessage",value:function(e){var t,o,n,a,i,r;if(this._pending)this.options.onReady&&this.options.onReady(e,this._pending.reject)&&(this.options.tracelog.log("socket onReady, connType: ".concat(this.connType)),this.clearReconnectTimer(),this.pendingSettled(!0));else if("[object Object]"===Object.prototype.toString.call(e)){var s=e;if(s.evt===mo.WS_CONN_KEEPALIVE)try{var c=s;if(void 0===c.evt||c.evt!==mo.WS_CONN_KEEPALIVE)return;if(c.seq>=this.pingCount-2&&c.seq<=this.pingCount+2&&null!==this.keepAliveTimerCheckId){window.clearTimeout(this.keepAliveTimerCheckId),this.keepAliveTimerCheckId=null;var u=this.pingSendTime;u&&(this.pingCountTime+=Date.now()-u)}this.pongRecvTime=Date.now()}catch(e){this.options.tracelog.error(e)}else if(s.evt===mo.WS_CONN_VECTOR_DATA&&(null===(o=null===(t=s.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.eventType)===go.RTT){var l=s.body.data.data||{},p=l.idx,d=l.sstime,h={evt:mo.WS_CONN_VECTOR_DATA,body:{data:{eventType:go.RTT,data:{idx:p,sstime:d,crtime:Date.now()}}}};this.send(h)}else null===(a=(n=this.options).onMessage)||void 0===a||a.call(n,e,this.connType)}else null===(r=(i=this.options).onMessage)||void 0===r||r.call(i,e,this.connType)}},{key:"clearTimer",value:function(){this.keepAliveTimerId&&window.clearInterval(this.keepAliveTimerId),this.keepAliveTimerId=null,this.keepAliveTimerCheckId&&window.clearTimeout(this.keepAliveTimerCheckId),this.keepAliveTimerCheckId=null}},{key:"destroy",value:function(){this.isDestroyed=!0,this.clearSocketStatus(Iu.DESTROYED)}},{key:"clearSocketStatus",value:function(e){var t,o,n,a,i;if(this.clearTimer(),this.socket){var r=function(){};this.socket.onmessage=r,this.socket.onclose=r,this.socket.onopen=r,this.socket.onerror=r,null===(o=(t=this.options).onManualClose)||void 0===o||o.call(t,this.connType),e===Iu.PING_TIMEOUT&&(null===(a=null===(n=this.options)||void 0===n?void 0:n.onFailOver)||void 0===a||a.call(n,this.connType));var s=this.pingSendTime||0,c=this.pongRecvTime||0,u=c-s;(u<0||u>6e4)&&this.options.tracelog.warn("this.socket?.close(), connType:".concat(this.connType,", pingTime ").concat(u<0?"negative":"too large",": ").concat(u,"ms")),this.options.tracelog.warn("this.socket?.close(), connType=".concat(this.connType,", reason=").concat(Iu[e],", pingSendTime: ").concat(s,", pongRecvTime: ").concat(c,", pingTime: ").concat(u)),null===(i=this.socket)||void 0===i||i.close(),this.socket=null}}},{key:"createSocket",value:function(){var e=this;this.clearSocketStatus(Iu.DESTROY_BEFORE_CREATE),this.setHandlers();var t=new URL(this.url);this.query&&Object.keys(this.query).forEach((function(o){t.searchParams.append(o,e.query[o])})),this.isClosedOnce=!1,this.socket=new WebSocket("".concat(t)),this.socket.binaryType="arraybuffer",this.socket.onmessage=function(t){e.reconectCurrentTime=0,e.beforeReceiveHook.checkSeq(t.data,e.onMessage.bind(e))},this.socket.onclose=this.onClose.bind(this),this.socket.onerror=this.onClose.bind(this),this.socket.onopen=this.onOpen.bind(this)}},{key:"pendingSettled",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];e&&(this.isConnectedOnce=!0),this._pending&&(e?this._pending.resolve(!0):this._pending.reject(),this._pending=null)}},{key:"connect",value:function(e){if(!this.isDestroyed&&!this._pending){this._pending=new St;var t=e.url,o=e.query;this.url=t,this.query=o,this.query.joinTime=Date.now(),this.createSocket()}}},{key:"clearReconnectTimer",value:function(){this.reconnectTimerId&&(window.clearTimeout(this.reconnectTimerId),this.reconnectTimerId=null)}},{key:"setReconnectTimer",value:function(){var e=this;this.clearReconnectTimer(),this.reconnectTimerId=window.setTimeout((function(){e.connect({url:e.url,query:e.query}),e.reconectCurrentTime++}),this.options.reConnectInterval||5e3)}},{key:"tryReConect",value:function(){var e,t,o,n;if(this.clearSocketStatus(Iu.RECONNECT),!this.isClosedOnce&&!this.isDestroyed&&(!this.isConnectedOnce||!this.options.onFailOver||(null===(t=(e=this.options).onFailOver)||void 0===t||t.call(e,this.connType),this.options.canReconnectWhenFailover)))return this.reconectCurrentTime>=this.reconnectMaxTimes?(null===(n=(o=this.options).onConnectFail)||void 0===n||n.call(o,this.connType),void this.clearReconnectTimer()):void this.setReconnectTimer()}},{key:"onOpen",value:function(e){var t,o,n=this;this.keepAliveTimerId=window.setInterval((function(){n.pingHandler(mo.WS_CONN_KEEPALIVE,{})}),this.KEEP_ALIVE_DURATION),null===(o=(t=this.options).onOpen)||void 0===o||o.call(t,e,this.connType)}},{key:"onClose",value:function(e){var t,o;this.options.tracelog.error("socket close, connType: ".concat(this.connType)),this.pendingSettled(!1),null===(o=(t=this.options).onClose)||void 0===o||o.call(t,e,this.connType),this.tryReConect(),this.isClosedOnce=!0}}]),e}(),Fu={},Bu={};!function(e){var t="function"==typeof Object.defineProperties?Object.defineProperty:function(e,t,o){e!=Array.prototype&&e!=Object.prototype&&(e[t]=o.value)},o=("undefined"!=typeof window&&window,De);function n(){n=function(){},o.Symbol||(o.Symbol=r)}function a(e,o){this.a=e,t(this,"description",{configurable:!0,writable:!0,value:o})}a.prototype.toString=function(){return this.a};var i,r=(i=0,function e(t){if(this instanceof e)throw new TypeError("Symbol is not a constructor");return new a("jscomp_symbol_"+(t||"")+"_"+i++,t)});function s(){n();var e=o.Symbol.iterator;e||(e=o.Symbol.iterator=o.Symbol("Symbol.iterator")),"function"!=typeof Array.prototype[e]&&t(Array.prototype,e,{configurable:!0,writable:!0,value:function(){return function(e){return s(),e={next:e},e[o.Symbol.iterator]=function(){return this},e}(function(e){var t=0;return function(){return t<e.length?{done:!1,value:e[t++]}:{done:!0}}}(this))}}),s=function(){}}!function(e,n){if(n){var a=o;e=e.split(".");for(var i=0;i<e.length-1;i++){var r=e[i];r in a||(a[r]={}),a=a[r]}(n=n(i=a[e=e[e.length-1]]))!=i&&null!=n&&t(a,e,{configurable:!0,writable:!0,value:n})}}("Array.prototype.entries",(function(e){return e||function(){return function(e,t){s(),e instanceof String&&(e+="");var o=0,n={next:function(){if(o<e.length){var a=o++;return{value:t(a,e[a]),done:!1}}return n.next=function(){return{done:!0,value:void 0}},n.next()}};return n[Symbol.iterator]=function(){return n},n}(this,(function(e,t){return[e,t]}))}}));var c=De||self;function u(e,t,o){e=e.split("."),o=o||c,e[0]in o||void 0===o.execScript||o.execScript("var "+e[0]);for(var n;e.length&&(n=e.shift());)e.length||void 0===t?o=o[n]&&o[n]!==Object.prototype[n]?o[n]:o[n]={}:o[n]=t}function l(e){var t=_typeof(e);if("object"==t){if(!e)return"null";if(e instanceof Array)return"array";if(e instanceof Object)return t;var o=Object.prototype.toString.call(e);if("[object Window]"==o)return"object";if("[object Array]"==o||"number"==typeof e.length&&void 0!==e.splice&&void 0!==e.propertyIsEnumerable&&!e.propertyIsEnumerable("splice"))return"array";if("[object Function]"==o||void 0!==e.call&&void 0!==e.propertyIsEnumerable&&!e.propertyIsEnumerable("call"))return"function"}else if("function"==t&&void 0===e.call)return"object";return t}function p(e){var t=_typeof(e);return"object"==t&&null!=e||"function"==t}var d="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");var h=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t,void 0)}:function(e,t){for(var o=e.length,n="string"==typeof e?e.split(""):e,a=0;a<o;a++)a in n&&t.call(void 0,n[a],a,e)},m=Array.prototype.map?function(e,t){return Array.prototype.map.call(e,t,void 0)}:function(e,t){for(var o=e.length,n=Array(o),a="string"==typeof e?e.split(""):e,i=0;i<o;i++)i in a&&(n[i]=t.call(void 0,a[i],i,e));return n};function g(e,t,o){return 2>=arguments.length?Array.prototype.slice.call(e,t):Array.prototype.slice.call(e,t,o)}function f(e,t,o,n){var a="Assertion failed";if(o){a+=": "+o;var i=n}else e&&(a+=": "+e,i=t);throw Error(a,i||[])}function v(e,t,o){for(var n=[],a=2;a<arguments.length;++a)n[a-2]=arguments[a];return e||f("",null,t,n),e}function y(e,t){for(var o=[],n=1;n<arguments.length;++n)o[n-1]=arguments[n];throw Error("Failure"+(e?": "+e:""),o)}function k(e,t,o,n){for(var a=[],i=3;i<arguments.length;++i)a[i-3]=arguments[i];e instanceof t||f("Expected instanceof %s but got %s.",[_(t),_(e)],o,a)}function _(e){return e instanceof Function?e.displayName||e.name||"unknown type name":e instanceof Object?e.constructor.displayName||e.constructor.name||Object.prototype.toString.call(e):null===e?"null":_typeof(e)}function b(e,t){if(this.c=e,this.b=t,this.a={},this.arrClean=!0,0<this.c.length){for(e=0;e<this.c.length;e++){var o=(t=this.c[e])[0];this.a[o.toString()]=new T(o,t[1])}this.arrClean=!0}}function E(e){this.a=0,this.b=e}function w(e,t){return e.b?(t.a||(t.a=new e.b(t.value)),t.a):t.value}function S(e){e=e.a;var t,o=[];for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&o.push(t);return o}function T(e,t){this.key=e,this.value=t,this.a=void 0}function C(e){if(8192>=e.length)return String.fromCharCode.apply(null,e);for(var t="",o=0;o<e.length;o+=8192)t+=String.fromCharCode.apply(null,g(e,o,o+8192));return t}u("jspb.Map",b,void 0),b.prototype.g=function(){if(this.arrClean){if(this.b){var e,t=this.a;for(e in t)if(Object.prototype.hasOwnProperty.call(t,e)){var o=t[e].a;o&&o.g()}}}else{for(this.c.length=0,(t=S(this)).sort(),e=0;e<t.length;e++){var n=this.a[t[e]];(o=n.a)&&o.g(),this.c.push([n.key,n.value])}this.arrClean=!0}return this.c},b.prototype.toArray=b.prototype.g,b.prototype.Mc=function(e,t){for(var o=this.g(),n=[],a=0;a<o.length;a++){var i=this.a[o[a][0].toString()];w(this,i);var r=i.a;r?(v(t),n.push([i.key,t(e,r)])):n.push([i.key,i.value])}return n},b.prototype.toObject=b.prototype.Mc,b.fromObject=function(e,t,o){t=new b([],t);for(var n=0;n<e.length;n++){var a=e[n][0],i=o(e[n][1]);t.set(a,i)}return t},E.prototype.next=function(){return this.a<this.b.length?{done:!1,value:this.b[this.a++]}:{done:!0,value:void 0}},"undefined"!=typeof Symbol&&(E.prototype[Symbol.iterator]=function(){return this}),b.prototype.Jb=function(){return S(this).length},b.prototype.getLength=b.prototype.Jb,b.prototype.clear=function(){this.a={},this.arrClean=!1},b.prototype.clear=b.prototype.clear,b.prototype.Cb=function(e){e=e.toString();var t=this.a.hasOwnProperty(e);return delete this.a[e],this.arrClean=!1,t},b.prototype.del=b.prototype.Cb,b.prototype.Eb=function(){var e=[],t=S(this);t.sort();for(var o=0;o<t.length;o++){var n=this.a[t[o]];e.push([n.key,n.value])}return e},b.prototype.getEntryList=b.prototype.Eb,b.prototype.entries=function(){var e=[],t=S(this);t.sort();for(var o=0;o<t.length;o++){var n=this.a[t[o]];e.push([n.key,w(this,n)])}return new E(e)},b.prototype.entries=b.prototype.entries,b.prototype.keys=function(){var e=[],t=S(this);t.sort();for(var o=0;o<t.length;o++)e.push(this.a[t[o]].key);return new E(e)},b.prototype.keys=b.prototype.keys,b.prototype.values=function(){var e=[],t=S(this);t.sort();for(var o=0;o<t.length;o++)e.push(w(this,this.a[t[o]]));return new E(e)},b.prototype.values=b.prototype.values,b.prototype.forEach=function(e,t){var o=S(this);o.sort();for(var n=0;n<o.length;n++){var a=this.a[o[n]];e.call(t,w(this,a),a.key,this)}},b.prototype.forEach=b.prototype.forEach,b.prototype.set=function(e,t){var o=new T(e);return this.b?(o.a=t,o.value=t.g()):o.value=t,this.a[e.toString()]=o,this.arrClean=!1,this},b.prototype.set=b.prototype.set,b.prototype.get=function(e){if(e=this.a[e.toString()])return w(this,e)},b.prototype.get=b.prototype.get,b.prototype.has=function(e){return e.toString()in this.a},b.prototype.has=b.prototype.has,b.prototype.Jc=function(e,t,o,n,a){var i=S(this);i.sort();for(var r=0;r<i.length;r++){var s=this.a[i[r]];t.Va(e),o.call(t,1,s.key),this.b?n.call(t,2,w(this,s),a):n.call(t,2,s.value),t.Ya()}},b.prototype.serializeBinary=b.prototype.Jc,b.deserializeBinary=function(e,t,o,n,a,i,r){for(;t.oa()&&!t.bb();){var s=t.c;1==s?i=o.call(t):2==s&&(e.b?(v(a),r||(r=new e.b),n.call(t,r,a)):r=n.call(t))}v(null!=i),v(null!=r),e.set(i,r)};var R={"\\0":"\\\\0","\\b":"\\\\b","\\f":"\\\\f","\\n":"\\\\n","\\r":"\\\\r","\\t":"\\\\t","\\v":"\\\\x0B",\'"\':\'\\\\"\',"\\\\":"\\\\\\\\","<":"\\\\u003C"},j={"\'":"\\\\\'"},O={},I=null;function A(e,t){void 0===t&&(t=0),D(),t=O[t];for(var o=[],n=0;n<e.length;n+=3){var a=e[n],i=n+1<e.length,r=i?e[n+1]:0,s=n+2<e.length,c=s?e[n+2]:0,u=a>>2;a=(3&a)<<4|r>>4,r=(15&r)<<2|c>>6,c&=63,s||(c=64,i||(r=64)),o.push(t[u],t[a],t[r]||"",t[c]||"")}return o.join("")}function N(e){var t=e.length,o=3*t/4;o%3?o=Math.floor(o):-1!="=.".indexOf(e[t-1])&&(o=-1!="=.".indexOf(e[t-2])?o-2:o-1);var n=new Uint8Array(o),a=0;return function(e,t){function o(t){for(;n<e.length;){var o=e.charAt(n++),a=I[o];if(null!=a)return a;if(!/^[\\s\\xa0]*$/.test(o))throw Error("Unknown base64 encoding at char: "+o)}return t}D();for(var n=0;;){var a=o(-1),i=o(0),r=o(64),s=o(64);if(64===s&&-1===a)break;t(a<<2|i>>4),64!=r&&(t(i<<4&240|r>>2),64!=s&&t(r<<6&192|s))}}(e,(function(e){n[a++]=e})),n.subarray(0,a)}function D(){if(!I){I={};for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),t=["+/=","+/","-_=","-_.","-_"],o=0;5>o;o++){var n=e.concat(t[o].split(""));O[o]=n;for(var a=0;a<n.length;a++){var i=n[a];void 0===I[i]&&(I[i]=a)}}}}u("jspb.ConstBinaryMessage",(function(){}),void 0),u("jspb.BinaryMessage",(function(){}),void 0),u("jspb.BinaryConstants.FieldType",{yb:-1,ee:1,FLOAT:2,ke:3,te:4,je:5,xb:6,wb:7,BOOL:8,re:9,ie:10,le:11,ce:12,se:13,ge:14,me:15,ne:16,oe:17,pe:18,he:30,ve:31},void 0),u("jspb.BinaryConstants.WireType",{yb:-1,ue:0,xb:1,de:2,qe:3,fe:4,wb:5},void 0),u("jspb.BinaryConstants.FieldTypeToWireType",(function(e){switch(e){case 5:case 3:case 13:case 4:case 17:case 18:case 8:case 14:case 31:return 0;case 1:case 6:case 16:case 30:return 1;case 9:case 11:case 12:return 2;case 2:case 7:case 15:return 5;default:return-1}}),void 0),u("jspb.BinaryConstants.INVALID_FIELD_NUMBER",-1,void 0),u("jspb.BinaryConstants.FLOAT32_EPS",1401298464324817e-60,void 0),u("jspb.BinaryConstants.FLOAT32_MIN",11754943508222875e-54,void 0),u("jspb.BinaryConstants.FLOAT32_MAX",34028234663852886e22,void 0),u("jspb.BinaryConstants.FLOAT64_EPS",5e-324,void 0),u("jspb.BinaryConstants.FLOAT64_MIN",22250738585072014e-324,void 0),u("jspb.BinaryConstants.FLOAT64_MAX",17976931348623157e292,void 0),u("jspb.BinaryConstants.TWO_TO_20",1048576,void 0),u("jspb.BinaryConstants.TWO_TO_23",8388608,void 0),u("jspb.BinaryConstants.TWO_TO_31",2147483648,void 0),u("jspb.BinaryConstants.TWO_TO_32",4294967296,void 0),u("jspb.BinaryConstants.TWO_TO_52",4503599627370496,void 0),u("jspb.BinaryConstants.TWO_TO_63",0x8000000000000000,void 0),u("jspb.BinaryConstants.TWO_TO_64",0x10000000000000000,void 0),u("jspb.BinaryConstants.ZERO_HASH","\\0\\0\\0\\0\\0\\0\\0\\0",void 0);var L=0,P=0;function z(e){var t=e>>>0;e=Math.floor((e-t)/4294967296)>>>0,L=t,P=e}function M(e){var t=0>e,o=(e=Math.abs(e))>>>0;e=Math.floor((e-o)/4294967296),e>>>=0,t&&(e=~e>>>0,4294967295<(o=1+(~o>>>0))&&(o=0,4294967295<++e&&(e=0))),L=o,P=e}function x(e){var t=0>e;z(e=2*Math.abs(e)),e=L;var o=P;t&&(0==e?0==o?o=e=4294967295:(o--,e=4294967295):e--),L=e,P=o}function F(e){var t=0>e?1:0;if(0===(e=t?-e:e))0<1/e?L=P=0:(P=0,L=2147483648);else if(isNaN(e))P=0,L=2147483647;else if(34028234663852886e22<e)P=0,L=(t<<31|2139095040)>>>0;else if(11754943508222875e-54>e)e=Math.round(e/Math.pow(2,-149)),P=0,L=(t<<31|e)>>>0;else{var o=Math.floor(Math.log(e)/Math.LN2);e*=Math.pow(2,-o),16777216<=(e=Math.round(8388608*e))&&++o,P=0,L=(t<<31|o+127<<23|8388607&e)>>>0}}function B(e){var t=0>e?1:0;if(0===(e=t?-e:e))P=0<1/e?0:2147483648,L=0;else if(isNaN(e))P=2147483647,L=4294967295;else if(17976931348623157e292<e)P=(t<<31|2146435072)>>>0,L=0;else if(22250738585072014e-324>e)e/=Math.pow(2,-1074),P=(t<<31|e/4294967296)>>>0,L=e>>>0;else{var o=e,n=0;if(2<=o)for(;2<=o&&1023>n;)n++,o/=2;else for(;1>o&&-1022<n;)o*=2,n--;e*=Math.pow(2,-n),P=(t<<31|n+1023<<20|1048576*e&1048575)>>>0,L=4503599627370496*e>>>0}}function U(e){var t=e.charCodeAt(4),o=e.charCodeAt(5),n=e.charCodeAt(6),a=e.charCodeAt(7);L=e.charCodeAt(0)+(e.charCodeAt(1)<<8)+(e.charCodeAt(2)<<16)+(e.charCodeAt(3)<<24)>>>0,P=t+(o<<8)+(n<<16)+(a<<24)>>>0}function V(e,t){return 4294967296*t+(e>>>0)}function W(e,t){var o=2147483648&t;return o&&(t=~t>>>0,0==(e=1+~e>>>0)&&(t=t+1>>>0)),e=V(e,t),o?-e:e}function H(e,t,o){var n=t>>31;return o(e<<1^n,(t<<1|e>>>31)^n)}function G(e,t){return Z(e,t,W)}function Z(e,t,o){var n=-(1&e);return o((e>>>1|t<<31)^n,t>>>1^n)}function K(e){var t=2*(e>>31)+1,o=e>>>23&255;return e&=8388607,255==o?e?NaN:1/0*t:0==o?t*Math.pow(2,-149)*e:t*Math.pow(2,o-150)*(e+Math.pow(2,23))}function J(e,t){var o=2*(t>>31)+1,n=t>>>20&2047;return e=4294967296*(1048575&t)+e,2047==n?e?NaN:1/0*o:0==n?o*Math.pow(2,-1074)*e:o*Math.pow(2,n-1075)*(e+4503599627370496)}function Y(e,t){return String.fromCharCode(e>>>0&255,e>>>8&255,e>>>16&255,e>>>24&255,t>>>0&255,t>>>8&255,t>>>16&255,t>>>24&255)}function q(e,t){function o(e,t){return e=e?String(e):"",t?"0000000".slice(e.length)+e:e}if(2097151>=t)return""+V(e,t);var n=(e>>>24|t<<8)>>>0&16777215;return e=(16777215&e)+6777216*n+6710656*(t=t>>16&65535),n+=8147497*t,t*=2,1e7<=e&&(n+=Math.floor(e/1e7),e%=1e7),1e7<=n&&(t+=Math.floor(n/1e7),n%=1e7),o(t,0)+o(n,t)+o(e,1)}function $(e,t){var o=2147483648&t;return o&&(t=~t+(0==(e=1+~e>>>0)?1:0)>>>0),e=q(e,t),o?"-"+e:e}function X(e,t){U(e),e=L;var o=P;return t?$(e,o):q(e,o)}function Q(e){function t(e,t){for(var o=0;8>o&&(1!==e||0<t);o++)t=e*n[o]+t,n[o]=255&t,t>>>=8}v(0<e.length);var o=!1;"-"===e[0]&&(o=!0,e=e.slice(1));for(var n=[0,0,0,0,0,0,0,0],a=0;a<e.length;a++)t(10,e.charCodeAt(a)-48);return o&&(function(){for(var e=0;8>e;e++)n[e]=255&~n[e]}(),t(1,1)),C(n)}function ee(e){return String.fromCharCode(10>e?48+e:87+e)}function te(e){return 97<=e?e-97+10:e-48}function oe(e,t,o,n,a){var i=0;if(128>n)for(;t<o&&e[t++]==n;)i++,t+=a;else for(;t<o;){for(var r=n;128<r;){if(e[t++]!=(127&r|128))return i;r>>=7}if(e[t++]!=r)break;i++,t+=a}return i}function ne(e){return e.constructor===Uint8Array?e:e.constructor===ArrayBuffer||e.constructor===Array?new Uint8Array(e):e.constructor===String?N(e):e instanceof Uint8Array?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):(y("Type not convertible to Uint8Array."),new Uint8Array(0))}function ae(e,t,o){this.b=null,this.a=this.c=this.h=0,this.v=!1,e&&this.H(e,t,o)}u("jspb.utils.getSplit64Low",(function(){return L}),void 0),u("jspb.utils.getSplit64High",(function(){return P}),void 0),u("jspb.utils.splitUint64",z,void 0),u("jspb.utils.splitInt64",M,void 0),u("jspb.utils.splitZigzag64",x,void 0),u("jspb.utils.splitFloat32",F,void 0),u("jspb.utils.splitFloat64",B,void 0),u("jspb.utils.splitHash64",U,void 0),u("jspb.utils.joinUint64",V,void 0),u("jspb.utils.joinInt64",W,void 0),u("jspb.utils.toZigzag64",H,void 0),u("jspb.utils.joinZigzag64",G,void 0),u("jspb.utils.fromZigzag64",Z,void 0),u("jspb.utils.joinFloat32",K,void 0),u("jspb.utils.joinFloat64",J,void 0),u("jspb.utils.joinHash64",Y,void 0),u("jspb.utils.DIGITS","0123456789abcdef".split(""),void 0),u("jspb.utils.joinUnsignedDecimalString",q,void 0),u("jspb.utils.joinSignedDecimalString",$,void 0),u("jspb.utils.hash64ToDecimalString",X,void 0),u("jspb.utils.hash64ArrayToDecimalStrings",(function(e,t){for(var o=Array(e.length),n=0;n<e.length;n++)o[n]=X(e[n],t);return o}),void 0),u("jspb.utils.decimalStringToHash64",Q,void 0),u("jspb.utils.splitDecimalString",(function(e){U(Q(e))}),void 0),u("jspb.utils.hash64ToHexString",(function(e){var t=Array(18);t[0]="0",t[1]="x";for(var o=0;8>o;o++){var n=e.charCodeAt(7-o);t[2*o+2]=ee(n>>4),t[2*o+3]=ee(15&n)}return t.join("")}),void 0),u("jspb.utils.hexStringToHash64",(function(e){v(18==(e=e.toLowerCase()).length),v("0"==e[0]),v("x"==e[1]);for(var t="",o=0;8>o;o++)t=String.fromCharCode(16*te(e.charCodeAt(2*o+2))+te(e.charCodeAt(2*o+3)))+t;return t}),void 0),u("jspb.utils.hash64ToNumber",(function(e,t){U(e),e=L;var o=P;return t?W(e,o):V(e,o)}),void 0),u("jspb.utils.numberToHash64",(function(e){return M(e),Y(L,P)}),void 0),u("jspb.utils.countVarints",(function(e,t,o){for(var n=0,a=t;a<o;a++)n+=e[a]>>7;return o-t-n}),void 0),u("jspb.utils.countVarintFields",(function(e,t,o,n){var a=0;if(128>(n*=8))for(;t<o&&e[t++]==n;)for(a++;;){var i=e[t++];if(0==(128&i))break}else for(;t<o;){for(i=n;128<i;){if(e[t]!=(127&i|128))return a;t++,i>>=7}if(e[t++]!=i)break;for(a++;0!=(128&(i=e[t++])););}return a}),void 0),u("jspb.utils.countFixed32Fields",(function(e,t,o,n){return oe(e,t,o,8*n+5,4)}),void 0),u("jspb.utils.countFixed64Fields",(function(e,t,o,n){return oe(e,t,o,8*n+1,8)}),void 0),u("jspb.utils.countDelimitedFields",(function(e,t,o,n){var a=0;for(n=8*n+2;t<o;){for(var i=n;128<i;){if(e[t++]!=(127&i|128))return a;i>>=7}if(e[t++]!=i)break;a++;for(var r=0,s=1;r+=(127&(i=e[t++]))*s,s*=128,0!=(128&i););t+=r}return a}),void 0),u("jspb.utils.debugBytesToTextFormat",(function(e){var t=\'"\';if(e){e=ne(e);for(var o=0;o<e.length;o++)t+="\\\\x",16>e[o]&&(t+="0"),t+=e[o].toString(16)}return t+\'"\'}),void 0),u("jspb.utils.debugScalarToTextFormat",(function(e){if("string"==typeof e){e=String(e);for(var t=[\'"\'],o=0;o<e.length;o++){var n,a=e.charAt(o),i=a.charCodeAt(0),r=o+1;(n=R[a])||(31<i&&127>i||((i=a)in j?a=j[i]:i in R?a=j[i]=R[i]:(31<(n=i.charCodeAt(0))&&127>n?a=i:(256>n?(a="\\\\x",(16>n||256<n)&&(a+="0")):(a="\\\\u",4096>n&&(a+="0")),a+=n.toString(16).toUpperCase()),a=j[i]=a)),n=a),t[r]=n}t.push(\'"\'),e=t.join("")}else e=e.toString();return e}),void 0),u("jspb.utils.stringToByteArray",(function(e){for(var t=new Uint8Array(e.length),o=0;o<e.length;o++){var n=e.charCodeAt(o);if(255<n)throw Error("Conversion error: string contains codepoint outside of byte range");t[o]=n}return t}),void 0),u("jspb.utils.byteSourceToUint8Array",ne,void 0),u("jspb.BinaryDecoder",ae,void 0);var ie=[];function re(e,t,o){if(ie.length){var n=ie.pop();return e&&n.H(e,t,o),n}return new ae(e,t,o)}function se(e,t,o){this.a=re(e,t,o),this.O=this.a.B(),this.b=this.c=-1,this.h=!1,this.v=null}ae.getInstanceCacheLength=function(){return ie.length},ae.alloc=re,ae.prototype.Ca=function(){this.clear(),100>ie.length&&ie.push(this)},ae.prototype.free=ae.prototype.Ca,ae.prototype.clone=function(){return re(this.b,this.h,this.c-this.h)},ae.prototype.clone=ae.prototype.clone,ae.prototype.clear=function(){this.b=null,this.a=this.c=this.h=0,this.v=!1},ae.prototype.clear=ae.prototype.clear,ae.prototype.Y=function(){return this.b},ae.prototype.getBuffer=ae.prototype.Y,ae.prototype.H=function(e,t,o){this.b=ne(e),this.h=void 0!==t?t:0,this.c=void 0!==o?this.h+o:this.b.length,this.a=this.h},ae.prototype.setBlock=ae.prototype.H,ae.prototype.Db=function(){return this.c},ae.prototype.getEnd=ae.prototype.Db,ae.prototype.setEnd=function(e){this.c=e},ae.prototype.setEnd=ae.prototype.setEnd,ae.prototype.reset=function(){this.a=this.h},ae.prototype.reset=ae.prototype.reset,ae.prototype.B=function(){return this.a},ae.prototype.getCursor=ae.prototype.B,ae.prototype.Ma=function(e){this.a=e},ae.prototype.setCursor=ae.prototype.Ma,ae.prototype.advance=function(e){this.a+=e,v(this.a<=this.c)},ae.prototype.advance=ae.prototype.advance,ae.prototype.ya=function(){return this.a==this.c},ae.prototype.atEnd=ae.prototype.ya,ae.prototype.Qb=function(){return this.a>this.c},ae.prototype.pastEnd=ae.prototype.Qb,ae.prototype.getError=function(){return this.v||0>this.a||this.a>this.c},ae.prototype.getError=ae.prototype.getError,ae.prototype.w=function(e){for(var t=128,o=0,n=0,a=0;4>a&&128<=t;a++)o|=(127&(t=this.b[this.a++]))<<7*a;if(128<=t&&(o|=(127&(t=this.b[this.a++]))<<28,n|=(127&t)>>4),128<=t)for(a=0;5>a&&128<=t;a++)n|=(127&(t=this.b[this.a++]))<<7*a+3;if(128>t)return e(o>>>0,n>>>0);y("Failed to read varint, encoding is invalid."),this.v=!0},ae.prototype.readSplitVarint64=ae.prototype.w,ae.prototype.ea=function(e){return this.w((function(t,o){return Z(t,o,e)}))},ae.prototype.readSplitZigzagVarint64=ae.prototype.ea,ae.prototype.ta=function(e){var t=this.b,o=this.a;this.a+=8;for(var n=0,a=0,i=o+7;i>=o;i--)n=n<<8|t[i],a=a<<8|t[i+4];return e(n,a)},ae.prototype.readSplitFixed64=ae.prototype.ta,ae.prototype.kb=function(){for(;128&this.b[this.a];)this.a++;this.a++},ae.prototype.skipVarint=ae.prototype.kb,ae.prototype.mb=function(e){for(;128<e;)this.a--,e>>>=7;this.a--},ae.prototype.unskipVarint=ae.prototype.mb,ae.prototype.o=function(){var e=this.b,t=e[this.a],o=127&t;return 128>t?(this.a+=1,v(this.a<=this.c),o):(o|=(127&(t=e[this.a+1]))<<7,128>t?(this.a+=2,v(this.a<=this.c),o):(o|=(127&(t=e[this.a+2]))<<14,128>t?(this.a+=3,v(this.a<=this.c),o):(o|=(127&(t=e[this.a+3]))<<21,128>t?(this.a+=4,v(this.a<=this.c),o):(o|=(15&(t=e[this.a+4]))<<28,128>t?(this.a+=5,v(this.a<=this.c),o>>>0):(this.a+=5,128<=e[this.a++]&&128<=e[this.a++]&&128<=e[this.a++]&&128<=e[this.a++]&&128<=e[this.a++]&&v(!1),v(this.a<=this.c),o)))))},ae.prototype.readUnsignedVarint32=ae.prototype.o,ae.prototype.da=function(){return~~this.o()},ae.prototype.readSignedVarint32=ae.prototype.da,ae.prototype.O=function(){return this.o().toString()},ae.prototype.Ea=function(){return this.da().toString()},ae.prototype.readSignedVarint32String=ae.prototype.Ea,ae.prototype.Ia=function(){var e=this.o();return e>>>1^-(1&e)},ae.prototype.readZigzagVarint32=ae.prototype.Ia,ae.prototype.Ga=function(){return this.w(V)},ae.prototype.readUnsignedVarint64=ae.prototype.Ga,ae.prototype.Ha=function(){return this.w(q)},ae.prototype.readUnsignedVarint64String=ae.prototype.Ha,ae.prototype.sa=function(){return this.w(W)},ae.prototype.readSignedVarint64=ae.prototype.sa,ae.prototype.Fa=function(){return this.w($)},ae.prototype.readSignedVarint64String=ae.prototype.Fa,ae.prototype.Ja=function(){return this.w(G)},ae.prototype.readZigzagVarint64=ae.prototype.Ja,ae.prototype.fb=function(){return this.ea(Y)},ae.prototype.readZigzagVarintHash64=ae.prototype.fb,ae.prototype.Ka=function(){return this.ea($)},ae.prototype.readZigzagVarint64String=ae.prototype.Ka,ae.prototype.Gc=function(){var e=this.b[this.a];return this.a+=1,v(this.a<=this.c),e},ae.prototype.readUint8=ae.prototype.Gc,ae.prototype.Ec=function(){var e=this.b[this.a],t=this.b[this.a+1];return this.a+=2,v(this.a<=this.c),e<<0|t<<8},ae.prototype.readUint16=ae.prototype.Ec,ae.prototype.m=function(){var e=this.b[this.a],t=this.b[this.a+1],o=this.b[this.a+2],n=this.b[this.a+3];return this.a+=4,v(this.a<=this.c),(e<<0|t<<8|o<<16|n<<24)>>>0},ae.prototype.readUint32=ae.prototype.m,ae.prototype.ga=function(){return V(this.m(),this.m())},ae.prototype.readUint64=ae.prototype.ga,ae.prototype.ha=function(){return q(this.m(),this.m())},ae.prototype.readUint64String=ae.prototype.ha,ae.prototype.Xb=function(){var e=this.b[this.a];return this.a+=1,v(this.a<=this.c),e<<24>>24},ae.prototype.readInt8=ae.prototype.Xb,ae.prototype.Vb=function(){var e=this.b[this.a],t=this.b[this.a+1];return this.a+=2,v(this.a<=this.c),(e<<0|t<<8)<<16>>16},ae.prototype.readInt16=ae.prototype.Vb,ae.prototype.P=function(){var e=this.b[this.a],t=this.b[this.a+1],o=this.b[this.a+2],n=this.b[this.a+3];return this.a+=4,v(this.a<=this.c),e<<0|t<<8|o<<16|n<<24},ae.prototype.readInt32=ae.prototype.P,ae.prototype.ba=function(){return W(this.m(),this.m())},ae.prototype.readInt64=ae.prototype.ba,ae.prototype.ca=function(){return $(this.m(),this.m())},ae.prototype.readInt64String=ae.prototype.ca,ae.prototype.aa=function(){return K(this.m())},ae.prototype.readFloat=ae.prototype.aa,ae.prototype.Z=function(){return J(this.m(),this.m())},ae.prototype.readDouble=ae.prototype.Z,ae.prototype.pa=function(){return!!this.b[this.a++]},ae.prototype.readBool=ae.prototype.pa,ae.prototype.ra=function(){return this.da()},ae.prototype.readEnum=ae.prototype.ra,ae.prototype.fa=function(e){var t=this.b,o=this.a;e=o+e;for(var n=[],a="";o<e;){var i=t[o++];if(128>i)n.push(i);else{if(192>i)continue;if(224>i){var r=t[o++];n.push((31&i)<<6|63&r)}else if(240>i){r=t[o++];var s=t[o++];n.push((15&i)<<12|(63&r)<<6|63&s)}else if(248>i){i=(7&i)<<18|(63&(r=t[o++]))<<12|(63&(s=t[o++]))<<6|63&t[o++],i-=65536,n.push(55296+(i>>10&1023),56320+(1023&i))}}8192<=n.length&&(a+=String.fromCharCode.apply(null,n),n.length=0)}return a+=C(n),this.a=o,a},ae.prototype.readString=ae.prototype.fa,ae.prototype.Dc=function(){var e=this.o();return this.fa(e)},ae.prototype.readStringWithLength=ae.prototype.Dc,ae.prototype.qa=function(e){if(0>e||this.a+e>this.b.length)return this.v=!0,y("Invalid byte length!"),new Uint8Array(0);var t=this.b.subarray(this.a,this.a+e);return this.a+=e,v(this.a<=this.c),t},ae.prototype.readBytes=ae.prototype.qa,ae.prototype.ia=function(){return this.w(Y)},ae.prototype.readVarintHash64=ae.prototype.ia,ae.prototype.$=function(){var e=this.b,t=this.a,o=e[t],n=e[t+1],a=e[t+2],i=e[t+3],r=e[t+4],s=e[t+5],c=e[t+6];return e=e[t+7],this.a+=8,String.fromCharCode(o,n,a,i,r,s,c,e)},ae.prototype.readFixedHash64=ae.prototype.$,u("jspb.BinaryReader",se,void 0);var ce=[];function ue(e,t,o){if(ce.length){var n=ce.pop();return e&&n.a.H(e,t,o),n}return new se(e,t,o)}function le(e,t){v(2==e.b);var o=e.a.o();o=e.a.B()+o;for(var n=[];e.a.B()<o;)n.push(t.call(e.a));return n}function pe(e,t,o,n,a){this.ma=e,this.Ba=t,this.la=o,this.Na=n,this.na=a}function de(e,t,o,n,a,i){this.Za=e,this.za=t,this.Aa=o,this.Wa=n,this.Ab=a,this.Nb=i}function he(){}se.clearInstanceCache=function(){ce=[]},se.getInstanceCacheLength=function(){return ce.length},se.alloc=ue,se.prototype.zb=ue,se.prototype.alloc=se.prototype.zb,se.prototype.Ca=function(){this.a.clear(),this.b=this.c=-1,this.h=!1,this.v=null,100>ce.length&&ce.push(this)},se.prototype.free=se.prototype.Ca,se.prototype.Fb=function(){return this.O},se.prototype.getFieldCursor=se.prototype.Fb,se.prototype.B=function(){return this.a.B()},se.prototype.getCursor=se.prototype.B,se.prototype.Y=function(){return this.a.Y()},se.prototype.getBuffer=se.prototype.Y,se.prototype.Hb=function(){return this.c},se.prototype.getFieldNumber=se.prototype.Hb,se.prototype.Lb=function(){return this.b},se.prototype.getWireType=se.prototype.Lb,se.prototype.Mb=function(){return 2==this.b},se.prototype.isDelimited=se.prototype.Mb,se.prototype.bb=function(){return 4==this.b},se.prototype.isEndGroup=se.prototype.bb,se.prototype.getError=function(){return this.h||this.a.getError()},se.prototype.getError=se.prototype.getError,se.prototype.H=function(e,t,o){this.a.H(e,t,o),this.b=this.c=-1},se.prototype.setBlock=se.prototype.H,se.prototype.reset=function(){this.a.reset(),this.b=this.c=-1},se.prototype.reset=se.prototype.reset,se.prototype.advance=function(e){this.a.advance(e)},se.prototype.advance=se.prototype.advance,se.prototype.oa=function(){if(this.a.ya())return!1;if(this.getError())return y("Decoder hit an error"),!1;this.O=this.a.B();var e=this.a.o(),t=e>>>3;return 0!=(e&=7)&&5!=e&&1!=e&&2!=e&&3!=e&&4!=e?(y("Invalid wire type: %s (at position %s)",e,this.O),this.h=!0,!1):(this.c=t,this.b=e,!0)},se.prototype.nextField=se.prototype.oa,se.prototype.Oa=function(){this.a.mb(this.c<<3|this.b)},se.prototype.unskipHeader=se.prototype.Oa,se.prototype.Lc=function(){var e=this.c;for(this.Oa();this.oa()&&this.c==e;)this.C();this.a.ya()||this.Oa()},se.prototype.skipMatchingFields=se.prototype.Lc,se.prototype.lb=function(){0!=this.b?(y("Invalid wire type for skipVarintField"),this.C()):this.a.kb()},se.prototype.skipVarintField=se.prototype.lb,se.prototype.gb=function(){if(2!=this.b)y("Invalid wire type for skipDelimitedField"),this.C();else{var e=this.a.o();this.a.advance(e)}},se.prototype.skipDelimitedField=se.prototype.gb,se.prototype.hb=function(){5!=this.b?(y("Invalid wire type for skipFixed32Field"),this.C()):this.a.advance(4)},se.prototype.skipFixed32Field=se.prototype.hb,se.prototype.ib=function(){1!=this.b?(y("Invalid wire type for skipFixed64Field"),this.C()):this.a.advance(8)},se.prototype.skipFixed64Field=se.prototype.ib,se.prototype.jb=function(){for(var e=this.c;;){if(!this.oa()){y("Unmatched start-group tag: stream EOF"),this.h=!0;break}if(4==this.b){this.c!=e&&(y("Unmatched end-group tag"),this.h=!0);break}this.C()}},se.prototype.skipGroup=se.prototype.jb,se.prototype.C=function(){switch(this.b){case 0:this.lb();break;case 1:this.ib();break;case 2:this.gb();break;case 5:this.hb();break;case 3:this.jb();break;default:y("Invalid wire encoding for field.")}},se.prototype.skipField=se.prototype.C,se.prototype.Hc=function(e,t){null===this.v&&(this.v={}),v(!this.v[e]),this.v[e]=t},se.prototype.registerReadCallback=se.prototype.Hc,se.prototype.Ic=function(e){return v(null!==this.v),v(e=this.v[e]),e(this)},se.prototype.runReadCallback=se.prototype.Ic,se.prototype.Yb=function(e,t){v(2==this.b);var o=this.a.c,n=this.a.o();n=this.a.B()+n,this.a.setEnd(n),t(e,this),this.a.Ma(n),this.a.setEnd(o)},se.prototype.readMessage=se.prototype.Yb,se.prototype.Ub=function(e,t,o){v(3==this.b),v(this.c==e),o(t,this),this.h||4==this.b||(y("Group submessage did not end with an END_GROUP tag"),this.h=!0)},se.prototype.readGroup=se.prototype.Ub,se.prototype.Gb=function(){v(2==this.b);var e=this.a.o(),t=this.a.B(),o=t+e;return e=re(this.a.Y(),t,e),this.a.Ma(o),e},se.prototype.getFieldDecoder=se.prototype.Gb,se.prototype.P=function(){return v(0==this.b),this.a.da()},se.prototype.readInt32=se.prototype.P,se.prototype.Wb=function(){return v(0==this.b),this.a.Ea()},se.prototype.readInt32String=se.prototype.Wb,se.prototype.ba=function(){return v(0==this.b),this.a.sa()},se.prototype.readInt64=se.prototype.ba,se.prototype.ca=function(){return v(0==this.b),this.a.Fa()},se.prototype.readInt64String=se.prototype.ca,se.prototype.m=function(){return v(0==this.b),this.a.o()},se.prototype.readUint32=se.prototype.m,se.prototype.Fc=function(){return v(0==this.b),this.a.O()},se.prototype.readUint32String=se.prototype.Fc,se.prototype.ga=function(){return v(0==this.b),this.a.Ga()},se.prototype.readUint64=se.prototype.ga,se.prototype.ha=function(){return v(0==this.b),this.a.Ha()},se.prototype.readUint64String=se.prototype.ha,se.prototype.zc=function(){return v(0==this.b),this.a.Ia()},se.prototype.readSint32=se.prototype.zc,se.prototype.Ac=function(){return v(0==this.b),this.a.Ja()},se.prototype.readSint64=se.prototype.Ac,se.prototype.Bc=function(){return v(0==this.b),this.a.Ka()},se.prototype.readSint64String=se.prototype.Bc,se.prototype.Rb=function(){return v(5==this.b),this.a.m()},se.prototype.readFixed32=se.prototype.Rb,se.prototype.Sb=function(){return v(1==this.b),this.a.ga()},se.prototype.readFixed64=se.prototype.Sb,se.prototype.Tb=function(){return v(1==this.b),this.a.ha()},se.prototype.readFixed64String=se.prototype.Tb,se.prototype.vc=function(){return v(5==this.b),this.a.P()},se.prototype.readSfixed32=se.prototype.vc,se.prototype.wc=function(){return v(5==this.b),this.a.P().toString()},se.prototype.readSfixed32String=se.prototype.wc,se.prototype.xc=function(){return v(1==this.b),this.a.ba()},se.prototype.readSfixed64=se.prototype.xc,se.prototype.yc=function(){return v(1==this.b),this.a.ca()},se.prototype.readSfixed64String=se.prototype.yc,se.prototype.aa=function(){return v(5==this.b),this.a.aa()},se.prototype.readFloat=se.prototype.aa,se.prototype.Z=function(){return v(1==this.b),this.a.Z()},se.prototype.readDouble=se.prototype.Z,se.prototype.pa=function(){return v(0==this.b),!!this.a.o()},se.prototype.readBool=se.prototype.pa,se.prototype.ra=function(){return v(0==this.b),this.a.sa()},se.prototype.readEnum=se.prototype.ra,se.prototype.fa=function(){v(2==this.b);var e=this.a.o();return this.a.fa(e)},se.prototype.readString=se.prototype.fa,se.prototype.qa=function(){v(2==this.b);var e=this.a.o();return this.a.qa(e)},se.prototype.readBytes=se.prototype.qa,se.prototype.ia=function(){return v(0==this.b),this.a.ia()},se.prototype.readVarintHash64=se.prototype.ia,se.prototype.Cc=function(){return v(0==this.b),this.a.fb()},se.prototype.readSintHash64=se.prototype.Cc,se.prototype.w=function(e){return v(0==this.b),this.a.w(e)},se.prototype.readSplitVarint64=se.prototype.w,se.prototype.ea=function(e){return v(0==this.b),this.a.w((function(t,o){return Z(t,o,e)}))},se.prototype.readSplitZigzagVarint64=se.prototype.ea,se.prototype.$=function(){return v(1==this.b),this.a.$()},se.prototype.readFixedHash64=se.prototype.$,se.prototype.ta=function(e){return v(1==this.b),this.a.ta(e)},se.prototype.readSplitFixed64=se.prototype.ta,se.prototype.gc=function(){return le(this,this.a.da)},se.prototype.readPackedInt32=se.prototype.gc,se.prototype.hc=function(){return le(this,this.a.Ea)},se.prototype.readPackedInt32String=se.prototype.hc,se.prototype.ic=function(){return le(this,this.a.sa)},se.prototype.readPackedInt64=se.prototype.ic,se.prototype.jc=function(){return le(this,this.a.Fa)},se.prototype.readPackedInt64String=se.prototype.jc,se.prototype.qc=function(){return le(this,this.a.o)},se.prototype.readPackedUint32=se.prototype.qc,se.prototype.rc=function(){return le(this,this.a.O)},se.prototype.readPackedUint32String=se.prototype.rc,se.prototype.sc=function(){return le(this,this.a.Ga)},se.prototype.readPackedUint64=se.prototype.sc,se.prototype.tc=function(){return le(this,this.a.Ha)},se.prototype.readPackedUint64String=se.prototype.tc,se.prototype.nc=function(){return le(this,this.a.Ia)},se.prototype.readPackedSint32=se.prototype.nc,se.prototype.oc=function(){return le(this,this.a.Ja)},se.prototype.readPackedSint64=se.prototype.oc,se.prototype.pc=function(){return le(this,this.a.Ka)},se.prototype.readPackedSint64String=se.prototype.pc,se.prototype.bc=function(){return le(this,this.a.m)},se.prototype.readPackedFixed32=se.prototype.bc,se.prototype.cc=function(){return le(this,this.a.ga)},se.prototype.readPackedFixed64=se.prototype.cc,se.prototype.dc=function(){return le(this,this.a.ha)},se.prototype.readPackedFixed64String=se.prototype.dc,se.prototype.kc=function(){return le(this,this.a.P)},se.prototype.readPackedSfixed32=se.prototype.kc,se.prototype.lc=function(){return le(this,this.a.ba)},se.prototype.readPackedSfixed64=se.prototype.lc,se.prototype.mc=function(){return le(this,this.a.ca)},se.prototype.readPackedSfixed64String=se.prototype.mc,se.prototype.fc=function(){return le(this,this.a.aa)},se.prototype.readPackedFloat=se.prototype.fc,se.prototype.$b=function(){return le(this,this.a.Z)},se.prototype.readPackedDouble=se.prototype.$b,se.prototype.Zb=function(){return le(this,this.a.pa)},se.prototype.readPackedBool=se.prototype.Zb,se.prototype.ac=function(){return le(this,this.a.ra)},se.prototype.readPackedEnum=se.prototype.ac,se.prototype.uc=function(){return le(this,this.a.ia)},se.prototype.readPackedVarintHash64=se.prototype.uc,se.prototype.ec=function(){return le(this,this.a.$)},se.prototype.readPackedFixedHash64=se.prototype.ec,u("jspb.ExtensionFieldInfo",pe,void 0),u("jspb.ExtensionFieldBinaryInfo",de,void 0),pe.prototype.F=function(){return!!this.la},pe.prototype.isMessageType=pe.prototype.F,u("jspb.Message",he,void 0),he.GENERATE_TO_OBJECT=!0,he.GENERATE_FROM_OBJECT=!0;var me="function"==typeof Uint8Array;he.prototype.Ib=function(){return this.b},he.prototype.getJsPbMessageId=he.prototype.Ib,he.initialize=function(e,t,o,n,a,i){if(e.f=null,t||(t=o?[o]:[]),e.b=o?String(o):void 0,e.D=0===o?-1:0,e.u=t,t=-1,!(o=e.u.length)||(t=o-1,null===(o=e.u[t])||"object"!=_typeof(o)||Array.isArray(o)||me&&o instanceof Uint8Array)?-1<n?(e.G=Math.max(n,t+1-e.D),e.i=null):e.G=Number.MAX_VALUE:(e.G=t-e.D,e.i=o),e.a={},a)for(n=0;n<a.length;n++)(t=a[n])<e.G?(t+=e.D,e.u[t]=e.u[t]||ge):(fe(e),e.i[t]=e.i[t]||ge);if(i&&i.length)for(n=0;n<i.length;n++)je(e,i[n])};var ge=Object.freeze?Object.freeze([]):[];function fe(e){var t=e.G+e.D;e.u[t]||(e.i=e.u[t]={})}function ve(e,t,o){for(var n=[],a=0;a<e.length;a++)n[a]=t.call(e[a],o,e[a]);return n}function ye(e,t){if(t<e.G){t+=e.D;var o=e.u[t];return o===ge?e.u[t]=[]:o}if(e.i)return(o=e.i[t])===ge?e.i[t]=[]:o}function ke(e,t){return null==(e=ye(e,t))?e:+e}function _e(e,t){return null==(e=ye(e,t))?e:!!e}function be(e){return null==e||"string"==typeof e?e:me&&e instanceof Uint8Array?A(e):(y("Cannot coerce to b64 string: "+l(e)),null)}function Ee(e){return null==e||e instanceof Uint8Array?e:"string"==typeof e?N(e):(y("Cannot coerce to Uint8Array: "+l(e)),null)}function we(e){if(e&&1<e.length){var t=l(e[0]);h(e,(function(e){l(e)!=t&&y("Inconsistent type in JSPB repeated field array. Got "+l(e)+" expected "+t)}))}}function Se(e,t,o){return null==(e=ye(e,t))?o:e}function Te(e,t,o){return k(e,he),t<e.G?e.u[t+e.D]=o:(fe(e),e.i[t]=o),e}function Ce(e,t,o,n){return k(e,he),o!==n?Te(e,t,o):t<e.G?e.u[t+e.D]=null:(fe(e),delete e.i[t]),e}function Re(e,t,o,n){return k(e,he),(o=je(e,o))&&o!==t&&void 0!==n&&(e.f&&o in e.f&&(e.f[o]=void 0),Te(e,o,void 0)),Te(e,t,n)}function je(e,t){for(var o,n,a=0;a<t.length;a++){var i=t[a],r=ye(e,i);null!=r&&(o=i,n=r,Te(e,i,void 0))}return o?(Te(e,o,n),o):0}function Oe(e,t,o){if(e.f||(e.f={}),!e.f[o]){for(var n=ye(e,o),a=[],i=0;i<n.length;i++)a[i]=new t(n[i]);e.f[o]=a}}function Ie(e){if(e.f)for(var t in e.f){var o=e.f[t];if(Array.isArray(o))for(var n=0;n<o.length;n++)o[n]&&o[n].g();else o&&o.g()}}function Ae(e,t){e=e||{},t=t||{};var o,n={};for(o in e)n[o]=0;for(o in t)n[o]=0;for(o in n)if(!Ne(e[o],t[o]))return!1;return!0}function Ne(e,t){if(e==t)return!0;if(!p(e)||!p(t))return!!("number"==typeof e&&isNaN(e)||"number"==typeof t&&isNaN(t))&&String(e)==String(t);if(e.constructor!=t.constructor)return!1;if(me&&e.constructor===Uint8Array){if(e.length!=t.length)return!1;for(var o=0;o<e.length;o++)if(e[o]!=t[o])return!1;return!0}if(e.constructor===Array){var n=void 0,a=void 0,i=Math.max(e.length,t.length);for(o=0;o<i;o++){var r=e[o],s=t[o];if(r&&r.constructor==Object&&(v(void 0===n),v(o===e.length-1),n=r,r=void 0),s&&s.constructor==Object&&(v(void 0===a),v(o===t.length-1),a=s,s=void 0),!Ne(r,s))return!1}return!n&&!a||Ae(n=n||{},a=a||{})}if(e.constructor===Object)return Ae(e,t);throw Error("Invalid type in JSPB array")}function Le(e){return new e.constructor(Pe(e.g()))}function Pe(e){if(Array.isArray(e)){for(var t=Array(e.length),o=0;o<e.length;o++){var n=e[o];null!=n&&(t[o]="object"==_typeof(n)?Pe(v(n)):n)}return t}if(me&&e instanceof Uint8Array)return new Uint8Array(e);for(o in t={},e)null!=(n=e[o])&&(t[o]="object"==_typeof(n)?Pe(v(n)):n);return t}he.toObjectList=ve,he.toObjectExtension=function(e,t,o,n,a){for(var i in o){var r=o[i],s=n.call(e,r);if(null!=s){for(var c in r.Ba)if(r.Ba.hasOwnProperty(c))break;t[c]=r.Na?r.na?ve(s,r.Na,a):r.Na(a,s):s}}},he.serializeBinaryExtensions=function(e,t,o,n){for(var a in o){var i=o[a],r=i.Za;if(!i.Aa)throw Error("Message extension present that was generated without binary serialization support");var s=n.call(e,r);if(null!=s)if(r.F()){if(!i.Wa)throw Error("Message extension present holding submessage without binary support enabled, and message is being serialized to binary format");i.Aa.call(t,r.ma,s,i.Wa)}else i.Aa.call(t,r.ma,s)}},he.readBinaryExtension=function(e,t,o,n,a){var i=o[t.c];if(i){if(o=i.Za,!i.za)throw Error("Deserializing extension whose generated code does not support binary format");if(o.F()){var r=new o.la;i.za.call(t,r,i.Ab)}else r=i.za.call(t);o.na&&!i.Nb?(t=n.call(e,o))?t.push(r):a.call(e,o,[r]):a.call(e,o,r)}else t.C()},he.getField=ye,he.getRepeatedField=function(e,t){return ye(e,t)},he.getOptionalFloatingPointField=ke,he.getBooleanField=_e,he.getRepeatedFloatingPointField=function(e,t){var o=ye(e,t);if(e.a||(e.a={}),!e.a[t]){for(var n=0;n<o.length;n++)o[n]=+o[n];e.a[t]=!0}return o},he.getRepeatedBooleanField=function(e,t){var o=ye(e,t);if(e.a||(e.a={}),!e.a[t]){for(var n=0;n<o.length;n++)o[n]=!!o[n];e.a[t]=!0}return o},he.bytesAsB64=be,he.bytesAsU8=Ee,he.bytesListAsB64=function(e){return we(e),e.length&&"string"!=typeof e[0]?m(e,be):e},he.bytesListAsU8=function(e){return we(e),!e.length||e[0]instanceof Uint8Array?e:m(e,Ee)},he.getFieldWithDefault=Se,he.getBooleanFieldWithDefault=function(e,t,o){return null==(e=_e(e,t))?o:e},he.getFloatingPointFieldWithDefault=function(e,t,o){return null==(e=ke(e,t))?o:e},he.getFieldProto3=Se,he.getMapField=function(e,t,o,n){if(e.f||(e.f={}),t in e.f)return e.f[t];var a=ye(e,t);if(!a){if(o)return;Te(e,t,a=[])}return e.f[t]=new b(a,n)},he.setField=Te,he.setProto3IntField=function(e,t,o){return Ce(e,t,o,0)},he.setProto3FloatField=function(e,t,o){return Ce(e,t,o,0)},he.setProto3BooleanField=function(e,t,o){return Ce(e,t,o,!1)},he.setProto3StringField=function(e,t,o){return Ce(e,t,o,"")},he.setProto3BytesField=function(e,t,o){return Ce(e,t,o,"")},he.setProto3EnumField=function(e,t,o){return Ce(e,t,o,0)},he.setProto3StringIntField=function(e,t,o){return Ce(e,t,o,"0")},he.addToRepeatedField=function(e,t,o,n){return k(e,he),t=ye(e,t),null!=n?t.splice(n,0,o):t.push(o),e},he.setOneofField=Re,he.computeOneofCase=je,he.getWrapperField=function(e,t,o,n){if(e.f||(e.f={}),!e.f[o]){var a=ye(e,o);(n||a)&&(e.f[o]=new t(a))}return e.f[o]},he.getRepeatedWrapperField=function(e,t,o){return Oe(e,t,o),(t=e.f[o])==ge&&(t=e.f[o]=[]),t},he.setWrapperField=function(e,t,o){k(e,he),e.f||(e.f={});var n=o?o.g():o;return e.f[t]=o,Te(e,t,n)},he.setOneofWrapperField=function(e,t,o,n){k(e,he),e.f||(e.f={});var a=n?n.g():n;return e.f[t]=n,Re(e,t,o,a)},he.setRepeatedWrapperField=function(e,t,o){k(e,he),e.f||(e.f={}),o=o||[];for(var n=[],a=0;a<o.length;a++)n[a]=o[a].g();return e.f[t]=o,Te(e,t,n)},he.addToRepeatedWrapperField=function(e,t,o,n,a){Oe(e,n,t);var i=e.f[t];return i||(i=e.f[t]=[]),o=o||new n,e=ye(e,t),null!=a?(i.splice(a,0,o),e.splice(a,0,o.g())):(i.push(o),e.push(o.g())),o},he.toMap=function(e,t,o,n){for(var a={},i=0;i<e.length;i++)a[t.call(e[i])]=o?o.call(e[i],n,e[i]):e[i];return a},he.prototype.g=function(){return Ie(this),this.u},he.prototype.toArray=he.prototype.g,he.prototype.toString=function(){return Ie(this),this.u.toString()},he.prototype.getExtension=function(e){if(this.i){this.f||(this.f={});var t=e.ma;if(e.na){if(e.F())return this.f[t]||(this.f[t]=m(this.i[t]||[],(function(t){return new e.la(t)}))),this.f[t]}else if(e.F())return!this.f[t]&&this.i[t]&&(this.f[t]=new e.la(this.i[t])),this.f[t];return this.i[t]}},he.prototype.getExtension=he.prototype.getExtension,he.prototype.Kc=function(e,t){this.f||(this.f={}),fe(this);var o=e.ma;return e.na?(t=t||[],e.F()?(this.f[o]=t,this.i[o]=m(t,(function(e){return e.g()}))):this.i[o]=t):e.F()?(this.f[o]=t,this.i[o]=t?t.g():t):this.i[o]=t,this},he.prototype.setExtension=he.prototype.Kc,he.difference=function(e,t){if(!(e instanceof t.constructor))throw Error("Messages have different types.");var o=e.g();t=t.g();var n=[],a=0,i=o.length>t.length?o.length:t.length;for(e.b&&(n[0]=e.b,a=1);a<i;a++)Ne(o[a],t[a])||(n[a]=t[a]);return new e.constructor(n)},he.equals=function(e,t){return e==t||!(!e||!t)&&e instanceof t.constructor&&Ne(e.g(),t.g())},he.compareExtensions=Ae,he.compareFields=Ne,he.prototype.Bb=function(){return Le(this)},he.prototype.cloneMessage=he.prototype.Bb,he.prototype.clone=function(){return Le(this)},he.prototype.clone=he.prototype.clone,he.clone=function(e){return Le(e)},he.copyInto=function(e,t){k(e,he),k(t,he),v(e.constructor==t.constructor,"Copy source and target message should have the same type."),e=Le(e);for(var o=t.g(),n=e.g(),a=o.length=0;a<n.length;a++)o[a]=n[a];t.f=e.f,t.i=e.i},he.registerMessageType=function(e,t){t.we=e};var ze={dump:function(e){return k(e,he,"jspb.Message instance expected"),v(e.getExtension,"Only unobfuscated and unoptimized compilation modes supported."),ze.X(e)}};function Me(){this.a=[]}function xe(e,t){this.lo=e,this.hi=t}function Fe(e,t){var o=65535&e,n=65535&t,a=t>>>16;for(t=o*n+65536*(o*a&65535)+65536*((e>>>=16)*n&65535),o=e*a+(o*a>>>16)+(e*n>>>16);4294967296<=t;)t-=4294967296,o+=1;return new xe(t>>>0,o>>>0)}function Be(e){for(var t=new xe(0,0),o=new xe(0,0),n=0;n<e.length;n++){if("0">e[n]||"9"<e[n])return null;o.lo=parseInt(e[n],10),t=t.eb(10).add(o)}return t}function Ue(e,t){this.lo=e,this.hi=t}function Ve(e){var t=0<e.length&&"-"==e[0];return t&&(e=e.substring(1)),null===(e=Be(e))?null:(t&&(e=new xe(0,0).sub(e)),new Ue(e.lo,e.hi))}function We(){this.c=[],this.b=0,this.a=new Me,this.h=[]}function He(e,t){var o=e.a.end();e.c.push(o),e.c.push(t),e.b+=o.length+t.length}function Ge(e,t){return Ke(e,t,2),t=e.a.end(),e.c.push(t),e.b+=t.length,t.push(e.b),t}function Ze(e,t){var o=t.pop();for(v(0<=(o=e.b+e.a.length()-o));127<o;)t.push(127&o|128),o>>>=7,e.b++;t.push(o),e.b++}function Ke(e,t,o){v(1<=t&&t==Math.floor(t)),e.a.j(8*t+o)}function Je(e,t,o){null!=o&&(Ke(e,t,0),e.a.j(o))}function Ye(e,t,o){null!=o&&(Ke(e,t,0),e.a.M(o))}u("jspb.debug.dump",ze.dump,void 0),ze.X=function(e){var t=l(e);if("number"==t||"string"==t||"boolean"==t||"null"==t||"undefined"==t||"undefined"!=typeof Uint8Array&&e instanceof Uint8Array)return e;if("array"==t)return function(e,t,o){for(var n=[],a=2;a<arguments.length;++a)n[a-2]=arguments[a];Array.isArray(e)||f("Expected array but got %s: %s.",[l(e),e],t,n)}(e),m(e,ze.X);if(e instanceof b){for(var o={},n=(e=e.entries()).next();!n.done;n=e.next())o[n.value[0]]=ze.X(n.value[1]);return o}k(e,he,"Only messages expected: "+e);var a={$name:(t=e.constructor).name||t.displayName};for(s in t.prototype){var i=/^get([A-Z]\\w*)/.exec(s);if(i&&"getExtension"!=s&&"getJsPbMessageId"!=s){var r="has"+i[1];e[r]&&!e[r]()||(r=e[s](),a[ze.$a(i[1])]=ze.X(r))}}if(e.extensionObject_)return a.$extensions="Recursive dumping of extensions not supported in compiled code. Switch to uncompiled or dump extension object directly",a;for(n in t.extensions)if(/^\\d+$/.test(n)){r=t.extensions[n];var s=e.getExtension(r);i=void 0,r=r.Ba;var c=[],u=0;for(i in r)c[u++]=i;i=c[0],null!=s&&(o||(o=a.$extensions={}),o[ze.$a(i)]=ze.X(s))}return a},ze.$a=function(e){return e.replace(/^[A-Z]/,(function(e){return e.toLowerCase()}))},u("jspb.BinaryEncoder",Me,void 0),Me.prototype.length=function(){return this.a.length},Me.prototype.length=Me.prototype.length,Me.prototype.end=function(){var e=this.a;return this.a=[],e},Me.prototype.end=Me.prototype.end,Me.prototype.l=function(e,t){for(v(e==Math.floor(e)),v(t==Math.floor(t)),v(0<=e&&4294967296>e),v(0<=t&&4294967296>t);0<t||127<e;)this.a.push(127&e|128),e=(e>>>7|t<<25)>>>0,t>>>=7;this.a.push(e)},Me.prototype.writeSplitVarint64=Me.prototype.l,Me.prototype.A=function(e,t){v(e==Math.floor(e)),v(t==Math.floor(t)),v(0<=e&&4294967296>e),v(0<=t&&4294967296>t),this.s(e),this.s(t)},Me.prototype.writeSplitFixed64=Me.prototype.A,Me.prototype.j=function(e){for(v(e==Math.floor(e)),v(0<=e&&4294967296>e);127<e;)this.a.push(127&e|128),e>>>=7;this.a.push(e)},Me.prototype.writeUnsignedVarint32=Me.prototype.j,Me.prototype.M=function(e){if(v(e==Math.floor(e)),v(-2147483648<=e&&2147483648>e),0<=e)this.j(e);else{for(var t=0;9>t;t++)this.a.push(127&e|128),e>>=7;this.a.push(1)}},Me.prototype.writeSignedVarint32=Me.prototype.M,Me.prototype.va=function(e){v(e==Math.floor(e)),v(0<=e&&0x10000000000000000>e),M(e),this.l(L,P)},Me.prototype.writeUnsignedVarint64=Me.prototype.va,Me.prototype.ua=function(e){v(e==Math.floor(e)),v(-0x8000000000000000<=e&&0x8000000000000000>e),M(e),this.l(L,P)},Me.prototype.writeSignedVarint64=Me.prototype.ua,Me.prototype.wa=function(e){v(e==Math.floor(e)),v(-2147483648<=e&&2147483648>e),this.j((e<<1^e>>31)>>>0)},Me.prototype.writeZigzagVarint32=Me.prototype.wa,Me.prototype.xa=function(e){v(e==Math.floor(e)),v(-0x8000000000000000<=e&&0x8000000000000000>e),x(e),this.l(L,P)},Me.prototype.writeZigzagVarint64=Me.prototype.xa,Me.prototype.Ta=function(e){this.W(Q(e))},Me.prototype.writeZigzagVarint64String=Me.prototype.Ta,Me.prototype.W=function(e){var t=this;U(e),H(L,P,(function(e,o){t.l(e>>>0,o>>>0)}))},Me.prototype.writeZigzagVarintHash64=Me.prototype.W,Me.prototype.be=function(e){v(e==Math.floor(e)),v(0<=e&&256>e),this.a.push(e>>>0&255)},Me.prototype.writeUint8=Me.prototype.be,Me.prototype.ae=function(e){v(e==Math.floor(e)),v(0<=e&&65536>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255)},Me.prototype.writeUint16=Me.prototype.ae,Me.prototype.s=function(e){v(e==Math.floor(e)),v(0<=e&&4294967296>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255),this.a.push(e>>>16&255),this.a.push(e>>>24&255)},Me.prototype.writeUint32=Me.prototype.s,Me.prototype.V=function(e){v(e==Math.floor(e)),v(0<=e&&0x10000000000000000>e),z(e),this.s(L),this.s(P)},Me.prototype.writeUint64=Me.prototype.V,Me.prototype.Qc=function(e){v(e==Math.floor(e)),v(-128<=e&&128>e),this.a.push(e>>>0&255)},Me.prototype.writeInt8=Me.prototype.Qc,Me.prototype.Pc=function(e){v(e==Math.floor(e)),v(-32768<=e&&32768>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255)},Me.prototype.writeInt16=Me.prototype.Pc,Me.prototype.S=function(e){v(e==Math.floor(e)),v(-2147483648<=e&&2147483648>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255),this.a.push(e>>>16&255),this.a.push(e>>>24&255)},Me.prototype.writeInt32=Me.prototype.S,Me.prototype.T=function(e){v(e==Math.floor(e)),v(-0x8000000000000000<=e&&0x8000000000000000>e),M(e),this.A(L,P)},Me.prototype.writeInt64=Me.prototype.T,Me.prototype.ka=function(e){v(e==Math.floor(e)),v(-0x8000000000000000<=+e&&0x8000000000000000>+e),U(Q(e)),this.A(L,P)},Me.prototype.writeInt64String=Me.prototype.ka,Me.prototype.L=function(e){v(1/0===e||-1/0===e||isNaN(e)||-34028234663852886e22<=e&&34028234663852886e22>=e),F(e),this.s(L)},Me.prototype.writeFloat=Me.prototype.L,Me.prototype.J=function(e){v(1/0===e||-1/0===e||isNaN(e)||-17976931348623157e292<=e&&17976931348623157e292>=e),B(e),this.s(L),this.s(P)},Me.prototype.writeDouble=Me.prototype.J,Me.prototype.I=function(e){v("boolean"==typeof e||"number"==typeof e),this.a.push(e?1:0)},Me.prototype.writeBool=Me.prototype.I,Me.prototype.R=function(e){v(e==Math.floor(e)),v(-2147483648<=e&&2147483648>e),this.M(e)},Me.prototype.writeEnum=Me.prototype.R,Me.prototype.ja=function(e){this.a.push.apply(this.a,e)},Me.prototype.writeBytes=Me.prototype.ja,Me.prototype.N=function(e){U(e),this.l(L,P)},Me.prototype.writeVarintHash64=Me.prototype.N,Me.prototype.K=function(e){U(e),this.s(L),this.s(P)},Me.prototype.writeFixedHash64=Me.prototype.K,Me.prototype.U=function(e){var t=this.a.length;!function(e,t,o){for(var n=[],a=2;a<arguments.length;++a)n[a-2]=arguments[a];"string"!=typeof e&&f("Expected string but got %s: %s.",[l(e),e],t,n)}(e);for(var o=0;o<e.length;o++){var n=e.charCodeAt(o);if(128>n)this.a.push(n);else if(2048>n)this.a.push(n>>6|192),this.a.push(63&n|128);else if(65536>n)if(55296<=n&&56319>=n&&o+1<e.length){var a=e.charCodeAt(o+1);56320<=a&&57343>=a&&(n=1024*(n-55296)+a-56320+65536,this.a.push(n>>18|240),this.a.push(n>>12&63|128),this.a.push(n>>6&63|128),this.a.push(63&n|128),o++)}else this.a.push(n>>12|224),this.a.push(n>>6&63|128),this.a.push(63&n|128)}return this.a.length-t},Me.prototype.writeString=Me.prototype.U,u("jspb.arith.UInt64",xe,void 0),xe.prototype.cmp=function(e){return this.hi<e.hi||this.hi==e.hi&&this.lo<e.lo?-1:this.hi==e.hi&&this.lo==e.lo?0:1},xe.prototype.cmp=xe.prototype.cmp,xe.prototype.La=function(){return new xe((this.lo>>>1|(1&this.hi)<<31)>>>0,this.hi>>>1>>>0)},xe.prototype.rightShift=xe.prototype.La,xe.prototype.Da=function(){return new xe(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)},xe.prototype.leftShift=xe.prototype.Da,xe.prototype.cb=function(){return!!(2147483648&this.hi)},xe.prototype.msb=xe.prototype.cb,xe.prototype.Ob=function(){return!!(1&this.lo)},xe.prototype.lsb=xe.prototype.Ob,xe.prototype.Ua=function(){return 0==this.lo&&0==this.hi},xe.prototype.zero=xe.prototype.Ua,xe.prototype.add=function(e){return new xe((this.lo+e.lo&4294967295)>>>0>>>0,((this.hi+e.hi&4294967295)>>>0)+(4294967296<=this.lo+e.lo?1:0)>>>0)},xe.prototype.add=xe.prototype.add,xe.prototype.sub=function(e){return new xe((this.lo-e.lo&4294967295)>>>0>>>0,((this.hi-e.hi&4294967295)>>>0)-(0>this.lo-e.lo?1:0)>>>0)},xe.prototype.sub=xe.prototype.sub,xe.mul32x32=Fe,xe.prototype.eb=function(e){var t=Fe(this.lo,e);return(e=Fe(this.hi,e)).hi=e.lo,e.lo=0,t.add(e)},xe.prototype.mul=xe.prototype.eb,xe.prototype.Xa=function(e){if(0==e)return[];var t=new xe(0,0),o=new xe(this.lo,this.hi);e=new xe(e,0);for(var n=new xe(1,0);!e.cb();)e=e.Da(),n=n.Da();for(;!n.Ua();)0>=e.cmp(o)&&(t=t.add(n),o=o.sub(e)),e=e.La(),n=n.La();return[t,o]},xe.prototype.div=xe.prototype.Xa,xe.prototype.toString=function(){for(var e="",t=this;!t.Ua();){var o=(t=t.Xa(10))[0];e=t[1].lo+e,t=o}return""==e&&(e="0"),e},xe.prototype.toString=xe.prototype.toString,xe.fromString=Be,xe.prototype.clone=function(){return new xe(this.lo,this.hi)},xe.prototype.clone=xe.prototype.clone,u("jspb.arith.Int64",Ue,void 0),Ue.prototype.add=function(e){return new Ue((this.lo+e.lo&4294967295)>>>0>>>0,((this.hi+e.hi&4294967295)>>>0)+(4294967296<=this.lo+e.lo?1:0)>>>0)},Ue.prototype.add=Ue.prototype.add,Ue.prototype.sub=function(e){return new Ue((this.lo-e.lo&4294967295)>>>0>>>0,((this.hi-e.hi&4294967295)>>>0)-(0>this.lo-e.lo?1:0)>>>0)},Ue.prototype.sub=Ue.prototype.sub,Ue.prototype.clone=function(){return new Ue(this.lo,this.hi)},Ue.prototype.clone=Ue.prototype.clone,Ue.prototype.toString=function(){var e=0!=(2147483648&this.hi),t=new xe(this.lo,this.hi);return e&&(t=new xe(0,0).sub(t)),(e?"-":"")+t.toString()},Ue.prototype.toString=Ue.prototype.toString,Ue.fromString=Ve,u("jspb.BinaryWriter",We,void 0),We.prototype.pb=function(e,t,o){He(this,e.subarray(t,o))},We.prototype.writeSerializedMessage=We.prototype.pb,We.prototype.Pb=function(e,t,o){null!=e&&null!=t&&null!=o&&this.pb(e,t,o)},We.prototype.maybeWriteSerializedMessage=We.prototype.Pb,We.prototype.reset=function(){this.c=[],this.a.end(),this.b=0,this.h=[]},We.prototype.reset=We.prototype.reset,We.prototype.ab=function(){v(0==this.h.length);for(var e=new Uint8Array(this.b+this.a.length()),t=this.c,o=t.length,n=0,a=0;a<o;a++){var i=t[a];e.set(i,n),n+=i.length}return t=this.a.end(),e.set(t,n),v((n+=t.length)==e.length),this.c=[e],e},We.prototype.getResultBuffer=We.prototype.ab,We.prototype.Kb=function(e){return A(this.ab(),e)},We.prototype.getResultBase64String=We.prototype.Kb,We.prototype.Va=function(e){this.h.push(Ge(this,e))},We.prototype.beginSubMessage=We.prototype.Va,We.prototype.Ya=function(){v(0<=this.h.length),Ze(this,this.h.pop())},We.prototype.endSubMessage=We.prototype.Ya,We.prototype.Nc=function(e,t,o){switch(e){case 1:this.J(t,o);break;case 2:this.L(t,o);break;case 3:this.T(t,o);break;case 4:this.V(t,o);break;case 5:this.S(t,o);break;case 6:this.Qa(t,o);break;case 7:this.Pa(t,o);break;case 8:this.I(t,o);break;case 9:this.U(t,o);break;case 10:y("Group field type not supported in writeAny()");break;case 11:y("Message field type not supported in writeAny()");break;case 12:this.ja(t,o);break;case 13:this.s(t,o);break;case 14:this.R(t,o);break;case 15:this.Ra(t,o);break;case 16:this.Sa(t,o);break;case 17:this.rb(t,o);break;case 18:this.sb(t,o);break;case 30:this.K(t,o);break;case 31:this.N(t,o);break;default:y("Invalid field type in writeAny()")}},We.prototype.writeAny=We.prototype.Nc,We.prototype.S=function(e,t){null!=t&&(v(-2147483648<=t&&2147483648>t),Ye(this,e,t))},We.prototype.writeInt32=We.prototype.S,We.prototype.ob=function(e,t){null!=t&&(v(-2147483648<=(t=parseInt(t,10))&&2147483648>t),Ye(this,e,t))},We.prototype.writeInt32String=We.prototype.ob,We.prototype.T=function(e,t){null!=t&&(v(-0x8000000000000000<=t&&0x8000000000000000>t),null!=t&&(Ke(this,e,0),this.a.ua(t)))},We.prototype.writeInt64=We.prototype.T,We.prototype.ka=function(e,t){null!=t&&(t=Ve(t),Ke(this,e,0),this.a.l(t.lo,t.hi))},We.prototype.writeInt64String=We.prototype.ka,We.prototype.s=function(e,t){null!=t&&(v(0<=t&&4294967296>t),Je(this,e,t))},We.prototype.writeUint32=We.prototype.s,We.prototype.ub=function(e,t){null!=t&&(v(0<=(t=parseInt(t,10))&&4294967296>t),Je(this,e,t))},We.prototype.writeUint32String=We.prototype.ub,We.prototype.V=function(e,t){null!=t&&(v(0<=t&&0x10000000000000000>t),null!=t&&(Ke(this,e,0),this.a.va(t)))},We.prototype.writeUint64=We.prototype.V,We.prototype.vb=function(e,t){null!=t&&(t=Be(t),Ke(this,e,0),this.a.l(t.lo,t.hi))},We.prototype.writeUint64String=We.prototype.vb,We.prototype.rb=function(e,t){null!=t&&(v(-2147483648<=t&&2147483648>t),null!=t&&(Ke(this,e,0),this.a.wa(t)))},We.prototype.writeSint32=We.prototype.rb,We.prototype.sb=function(e,t){null!=t&&(v(-0x8000000000000000<=t&&0x8000000000000000>t),null!=t&&(Ke(this,e,0),this.a.xa(t)))},We.prototype.writeSint64=We.prototype.sb,We.prototype.$d=function(e,t){null!=t&&null!=t&&(Ke(this,e,0),this.a.W(t))},We.prototype.writeSintHash64=We.prototype.$d,We.prototype.Zd=function(e,t){null!=t&&null!=t&&(Ke(this,e,0),this.a.Ta(t))},We.prototype.writeSint64String=We.prototype.Zd,We.prototype.Pa=function(e,t){null!=t&&(v(0<=t&&4294967296>t),Ke(this,e,5),this.a.s(t))},We.prototype.writeFixed32=We.prototype.Pa,We.prototype.Qa=function(e,t){null!=t&&(v(0<=t&&0x10000000000000000>t),Ke(this,e,1),this.a.V(t))},We.prototype.writeFixed64=We.prototype.Qa,We.prototype.nb=function(e,t){null!=t&&(t=Be(t),Ke(this,e,1),this.a.A(t.lo,t.hi))},We.prototype.writeFixed64String=We.prototype.nb,We.prototype.Ra=function(e,t){null!=t&&(v(-2147483648<=t&&2147483648>t),Ke(this,e,5),this.a.S(t))},We.prototype.writeSfixed32=We.prototype.Ra,We.prototype.Sa=function(e,t){null!=t&&(v(-0x8000000000000000<=t&&0x8000000000000000>t),Ke(this,e,1),this.a.T(t))},We.prototype.writeSfixed64=We.prototype.Sa,We.prototype.qb=function(e,t){null!=t&&(t=Ve(t),Ke(this,e,1),this.a.A(t.lo,t.hi))},We.prototype.writeSfixed64String=We.prototype.qb,We.prototype.L=function(e,t){null!=t&&(Ke(this,e,5),this.a.L(t))},We.prototype.writeFloat=We.prototype.L,We.prototype.J=function(e,t){null!=t&&(Ke(this,e,1),this.a.J(t))},We.prototype.writeDouble=We.prototype.J,We.prototype.I=function(e,t){null!=t&&(v("boolean"==typeof t||"number"==typeof t),Ke(this,e,0),this.a.I(t))},We.prototype.writeBool=We.prototype.I,We.prototype.R=function(e,t){null!=t&&(v(-2147483648<=t&&2147483648>t),Ke(this,e,0),this.a.M(t))},We.prototype.writeEnum=We.prototype.R,We.prototype.U=function(e,t){null!=t&&(e=Ge(this,e),this.a.U(t),Ze(this,e))},We.prototype.writeString=We.prototype.U,We.prototype.ja=function(e,t){null!=t&&(t=ne(t),Ke(this,e,2),this.a.j(t.length),He(this,t))},We.prototype.writeBytes=We.prototype.ja,We.prototype.Rc=function(e,t,o){null!=t&&(e=Ge(this,e),o(t,this),Ze(this,e))},We.prototype.writeMessage=We.prototype.Rc,We.prototype.Sc=function(e,t,o){null!=t&&(Ke(this,1,3),Ke(this,2,0),this.a.M(e),e=Ge(this,3),o(t,this),Ze(this,e),Ke(this,1,4))},We.prototype.writeMessageSet=We.prototype.Sc,We.prototype.Oc=function(e,t,o){null!=t&&(Ke(this,e,3),o(t,this),Ke(this,e,4))},We.prototype.writeGroup=We.prototype.Oc,We.prototype.K=function(e,t){null!=t&&(v(8==t.length),Ke(this,e,1),this.a.K(t))},We.prototype.writeFixedHash64=We.prototype.K,We.prototype.N=function(e,t){null!=t&&(v(8==t.length),Ke(this,e,0),this.a.N(t))},We.prototype.writeVarintHash64=We.prototype.N,We.prototype.A=function(e,t,o){Ke(this,e,1),this.a.A(t,o)},We.prototype.writeSplitFixed64=We.prototype.A,We.prototype.l=function(e,t,o){Ke(this,e,0),this.a.l(t,o)},We.prototype.writeSplitVarint64=We.prototype.l,We.prototype.tb=function(e,t,o){Ke(this,e,0);var n=this.a;H(t,o,(function(e,t){n.l(e>>>0,t>>>0)}))},We.prototype.writeSplitZigzagVarint64=We.prototype.tb,We.prototype.Ed=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)Ye(this,e,t[o])},We.prototype.writeRepeatedInt32=We.prototype.Ed,We.prototype.Fd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ob(e,t[o])},We.prototype.writeRepeatedInt32String=We.prototype.Fd,We.prototype.Gd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(Ke(this,e,0),this.a.ua(n))}},We.prototype.writeRepeatedInt64=We.prototype.Gd,We.prototype.Qd=function(e,t,o,n){if(null!=t)for(var a=0;a<t.length;a++)this.A(e,o(t[a]),n(t[a]))},We.prototype.writeRepeatedSplitFixed64=We.prototype.Qd,We.prototype.Rd=function(e,t,o,n){if(null!=t)for(var a=0;a<t.length;a++)this.l(e,o(t[a]),n(t[a]))},We.prototype.writeRepeatedSplitVarint64=We.prototype.Rd,We.prototype.Sd=function(e,t,o,n){if(null!=t)for(var a=0;a<t.length;a++)this.tb(e,o(t[a]),n(t[a]))},We.prototype.writeRepeatedSplitZigzagVarint64=We.prototype.Sd,We.prototype.Hd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ka(e,t[o])},We.prototype.writeRepeatedInt64String=We.prototype.Hd,We.prototype.Ud=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)Je(this,e,t[o])},We.prototype.writeRepeatedUint32=We.prototype.Ud,We.prototype.Vd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ub(e,t[o])},We.prototype.writeRepeatedUint32String=We.prototype.Vd,We.prototype.Wd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(Ke(this,e,0),this.a.va(n))}},We.prototype.writeRepeatedUint64=We.prototype.Wd,We.prototype.Xd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.vb(e,t[o])},We.prototype.writeRepeatedUint64String=We.prototype.Xd,We.prototype.Md=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(Ke(this,e,0),this.a.wa(n))}},We.prototype.writeRepeatedSint32=We.prototype.Md,We.prototype.Nd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(Ke(this,e,0),this.a.xa(n))}},We.prototype.writeRepeatedSint64=We.prototype.Nd,We.prototype.Od=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(Ke(this,e,0),this.a.Ta(n))}},We.prototype.writeRepeatedSint64String=We.prototype.Od,We.prototype.Pd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(Ke(this,e,0),this.a.W(n))}},We.prototype.writeRepeatedSintHash64=We.prototype.Pd,We.prototype.yd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Pa(e,t[o])},We.prototype.writeRepeatedFixed32=We.prototype.yd,We.prototype.zd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Qa(e,t[o])},We.prototype.writeRepeatedFixed64=We.prototype.zd,We.prototype.Ad=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.nb(e,t[o])},We.prototype.writeRepeatedFixed64String=We.prototype.Ad,We.prototype.Jd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Ra(e,t[o])},We.prototype.writeRepeatedSfixed32=We.prototype.Jd,We.prototype.Kd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Sa(e,t[o])},We.prototype.writeRepeatedSfixed64=We.prototype.Kd,We.prototype.Ld=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.qb(e,t[o])},We.prototype.writeRepeatedSfixed64String=We.prototype.Ld,We.prototype.Cd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.L(e,t[o])},We.prototype.writeRepeatedFloat=We.prototype.Cd,We.prototype.wd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.J(e,t[o])},We.prototype.writeRepeatedDouble=We.prototype.wd,We.prototype.ud=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.I(e,t[o])},We.prototype.writeRepeatedBool=We.prototype.ud,We.prototype.xd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.R(e,t[o])},We.prototype.writeRepeatedEnum=We.prototype.xd,We.prototype.Td=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.U(e,t[o])},We.prototype.writeRepeatedString=We.prototype.Td,We.prototype.vd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ja(e,t[o])},We.prototype.writeRepeatedBytes=We.prototype.vd,We.prototype.Id=function(e,t,o){if(null!=t)for(var n=0;n<t.length;n++){var a=Ge(this,e);o(t[n],this),Ze(this,a)}},We.prototype.writeRepeatedMessage=We.prototype.Id,We.prototype.Dd=function(e,t,o){if(null!=t)for(var n=0;n<t.length;n++)Ke(this,e,3),o(t[n],this),Ke(this,e,4)},We.prototype.writeRepeatedGroup=We.prototype.Dd,We.prototype.Bd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.K(e,t[o])},We.prototype.writeRepeatedFixedHash64=We.prototype.Bd,We.prototype.Yd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.N(e,t[o])},We.prototype.writeRepeatedVarintHash64=We.prototype.Yd,We.prototype.ad=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.M(t[o]);Ze(this,e)}},We.prototype.writePackedInt32=We.prototype.ad,We.prototype.bd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.M(parseInt(t[o],10));Ze(this,e)}},We.prototype.writePackedInt32String=We.prototype.bd,We.prototype.cd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.ua(t[o]);Ze(this,e)}},We.prototype.writePackedInt64=We.prototype.cd,We.prototype.md=function(e,t,o,n){if(null!=t){e=Ge(this,e);for(var a=0;a<t.length;a++)this.a.A(o(t[a]),n(t[a]));Ze(this,e)}},We.prototype.writePackedSplitFixed64=We.prototype.md,We.prototype.nd=function(e,t,o,n){if(null!=t){e=Ge(this,e);for(var a=0;a<t.length;a++)this.a.l(o(t[a]),n(t[a]));Ze(this,e)}},We.prototype.writePackedSplitVarint64=We.prototype.nd,We.prototype.od=function(e,t,o,n){if(null!=t){e=Ge(this,e);for(var a=this.a,i=0;i<t.length;i++)H(o(t[i]),n(t[i]),(function(e,t){a.l(e>>>0,t>>>0)}));Ze(this,e)}},We.prototype.writePackedSplitZigzagVarint64=We.prototype.od,We.prototype.dd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++){var n=Ve(t[o]);this.a.l(n.lo,n.hi)}Ze(this,e)}},We.prototype.writePackedInt64String=We.prototype.dd,We.prototype.pd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.j(t[o]);Ze(this,e)}},We.prototype.writePackedUint32=We.prototype.pd,We.prototype.qd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.j(parseInt(t[o],10));Ze(this,e)}},We.prototype.writePackedUint32String=We.prototype.qd,We.prototype.rd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.va(t[o]);Ze(this,e)}},We.prototype.writePackedUint64=We.prototype.rd,We.prototype.sd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++){var n=Be(t[o]);this.a.l(n.lo,n.hi)}Ze(this,e)}},We.prototype.writePackedUint64String=We.prototype.sd,We.prototype.hd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.wa(t[o]);Ze(this,e)}},We.prototype.writePackedSint32=We.prototype.hd,We.prototype.jd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.xa(t[o]);Ze(this,e)}},We.prototype.writePackedSint64=We.prototype.jd,We.prototype.kd=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.W(Q(t[o]));Ze(this,e)}},We.prototype.writePackedSint64String=We.prototype.kd,We.prototype.ld=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.W(t[o]);Ze(this,e)}},We.prototype.writePackedSintHash64=We.prototype.ld,We.prototype.Wc=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(4*t.length),e=0;e<t.length;e++)this.a.s(t[e])},We.prototype.writePackedFixed32=We.prototype.Wc,We.prototype.Xc=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.V(t[e])},We.prototype.writePackedFixed64=We.prototype.Xc,We.prototype.Yc=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++){var o=Be(t[e]);this.a.A(o.lo,o.hi)}},We.prototype.writePackedFixed64String=We.prototype.Yc,We.prototype.ed=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(4*t.length),e=0;e<t.length;e++)this.a.S(t[e])},We.prototype.writePackedSfixed32=We.prototype.ed,We.prototype.fd=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.T(t[e])},We.prototype.writePackedSfixed64=We.prototype.fd,We.prototype.gd=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.ka(t[e])},We.prototype.writePackedSfixed64String=We.prototype.gd,We.prototype.$c=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(4*t.length),e=0;e<t.length;e++)this.a.L(t[e])},We.prototype.writePackedFloat=We.prototype.$c,We.prototype.Uc=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.J(t[e])},We.prototype.writePackedDouble=We.prototype.Uc,We.prototype.Tc=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(t.length),e=0;e<t.length;e++)this.a.I(t[e])},We.prototype.writePackedBool=We.prototype.Tc,We.prototype.Vc=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.R(t[o]);Ze(this,e)}},We.prototype.writePackedEnum=We.prototype.Vc,We.prototype.Zc=function(e,t){if(null!=t&&t.length)for(Ke(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.K(t[e])},We.prototype.writePackedFixedHash64=We.prototype.Zc,We.prototype.td=function(e,t){if(null!=t&&t.length){e=Ge(this,e);for(var o=0;o<t.length;o++)this.a.N(t[o]);Ze(this,e)}},We.prototype.writePackedVarintHash64=We.prototype.td,e.debug=ze,e.Map=b,e.Message=he,e.BinaryReader=se,e.BinaryWriter=We,e.ExtensionFieldInfo=pe,e.ExtensionFieldBinaryInfo=de,e.exportSymbol=function(e,t,o){u(e,t,o)},e.inherits=function(e,t){function o(){}o.prototype=t.prototype,e.prototype=new o,e.prototype.constructor=e},e.object={extend:function(e,t){for(var o,n,a=1;a<arguments.length;a++){for(o in n=arguments[a])e[o]=n[o];for(var i=0;i<d.length;i++)o=d[i],Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}}},e.typeOf=l}(Bu),function(e){var t=Bu,o=t,n={};o.exportSymbol("ChsMessage",null,n),o.exportSymbol("ChsMessage.DataCase",null,n),o.exportSymbol("ChsMessageType",null,n),n.ChsMessage=function(e){t.Message.initialize(this,e,0,-1,null,n.ChsMessage.oneofGroups_)},o.inherits(n.ChsMessage,t.Message),o.DEBUG&&!COMPILED&&(n.ChsMessage.displayName="proto.ChsMessage"),n.ChsMessage.oneofGroups_=[[3,4]],n.ChsMessage.DataCase={DATA_NOT_SET:0,PBMSG:3,JSONMSG:4},n.ChsMessage.prototype.getDataCase=function(){return t.Message.computeOneofCase(this,n.ChsMessage.oneofGroups_[0])},t.Message.GENERATE_TO_OBJECT&&(n.ChsMessage.prototype.toObject=function(e){return n.ChsMessage.toObject(e,this)},n.ChsMessage.toObject=function(e,o){var n={timestamp:t.Message.getFieldWithDefault(o,1,0),type:t.Message.getFieldWithDefault(o,2,0),pbmsg:o.getPbmsg_asB64(),jsonmsg:t.Message.getFieldWithDefault(o,4,""),id:t.Message.getFieldWithDefault(o,5,""),imagesize:t.Message.getFieldWithDefault(o,6,"")};return e&&(n.$jspbMessageInstance=o),n}),n.ChsMessage.deserializeBinary=function(e){var o=new t.BinaryReader(e),a=new n.ChsMessage;return n.ChsMessage.deserializeBinaryFromReader(a,o)},n.ChsMessage.deserializeBinaryFromReader=function(e,t){for(;t.nextField()&&!t.isEndGroup();){switch(t.getFieldNumber()){case 1:var o=t.readInt32();e.setTimestamp(o);break;case 2:o=t.readEnum();e.setType(o);break;case 3:o=t.readBytes();e.setPbmsg(o);break;case 4:o=t.readString();e.setJsonmsg(o);break;case 5:o=t.readString();e.setId(o);break;case 6:o=t.readString();e.setImagesize(o);break;default:t.skipField()}}return e},n.ChsMessage.prototype.serializeBinary=function(){var e=new t.BinaryWriter;return n.ChsMessage.serializeBinaryToWriter(this,e),e.getResultBuffer()},n.ChsMessage.serializeBinaryToWriter=function(e,o){var n=void 0;0!==(n=e.getTimestamp())&&o.writeInt32(1,n),0!==(n=e.getType())&&o.writeEnum(2,n),null!=(n=t.Message.getField(e,3))&&o.writeBytes(3,n),null!=(n=t.Message.getField(e,4))&&o.writeString(4,n),(n=e.getId()).length>0&&o.writeString(5,n),(n=e.getImagesize()).length>0&&o.writeString(6,n)},n.ChsMessage.prototype.getTimestamp=function(){return t.Message.getFieldWithDefault(this,1,0)},n.ChsMessage.prototype.setTimestamp=function(e){return t.Message.setProto3IntField(this,1,e)},n.ChsMessage.prototype.getType=function(){return t.Message.getFieldWithDefault(this,2,0)},n.ChsMessage.prototype.setType=function(e){return t.Message.setProto3EnumField(this,2,e)},n.ChsMessage.prototype.getPbmsg=function(){return t.Message.getFieldWithDefault(this,3,"")},n.ChsMessage.prototype.getPbmsg_asB64=function(){return t.Message.bytesAsB64(this.getPbmsg())},n.ChsMessage.prototype.getPbmsg_asU8=function(){return t.Message.bytesAsU8(this.getPbmsg())},n.ChsMessage.prototype.setPbmsg=function(e){return t.Message.setOneofField(this,3,n.ChsMessage.oneofGroups_[0],e)},n.ChsMessage.prototype.clearPbmsg=function(){return t.Message.setOneofField(this,3,n.ChsMessage.oneofGroups_[0],void 0)},n.ChsMessage.prototype.hasPbmsg=function(){return null!=t.Message.getField(this,3)},n.ChsMessage.prototype.getJsonmsg=function(){return t.Message.getFieldWithDefault(this,4,"")},n.ChsMessage.prototype.setJsonmsg=function(e){return t.Message.setOneofField(this,4,n.ChsMessage.oneofGroups_[0],e)},n.ChsMessage.prototype.clearJsonmsg=function(){return t.Message.setOneofField(this,4,n.ChsMessage.oneofGroups_[0],void 0)},n.ChsMessage.prototype.hasJsonmsg=function(){return null!=t.Message.getField(this,4)},n.ChsMessage.prototype.getId=function(){return t.Message.getFieldWithDefault(this,5,"")},n.ChsMessage.prototype.setId=function(e){return t.Message.setProto3StringField(this,5,e)},n.ChsMessage.prototype.getImagesize=function(){return t.Message.getFieldWithDefault(this,6,"")},n.ChsMessage.prototype.setImagesize=function(e){return t.Message.setProto3StringField(this,6,e)},n.ChsMessageType={IMAGE:0},o.object.extend(e,n)}(Fu);var Uu=function(e){var t=e.id,o=e.type,n=e.binary,a=e.imgSize,i=new Fu.ChsMessage;i.setId(t),i.setType(o),i.setPbmsg(n),i.setImagesize(a);var r=i.serializeBinary();return r},Vu=function(){function e(){_classCallCheck(this,e),this.binarySet=new Set,this.binarys=new Map}return _createClass(e,[{key:"init",value:function(e){this.tracelog=e}},{key:"add",value:function(e,t){this.isDuplicated(e)||(t?this.binarys.set(e,t):this.binarySet.add(e))}},{key:"clear",value:function(){this.binarys.clear(),this.binarySet.clear()}},{key:"isDuplicated",value:function(e){return this.binarys.has(e)||this.binarySet.has(e)}},{key:"getBinary",value:function(e){var t,o=this.binarys.get(e);return o||null===(t=this.tracelog)||void 0===t||t.error("binary not in cache map, something was wrong: id=".concat(e)),o}},{key:"getBinaryIds",value:function(){return this.binarySet.size?_toConsumableArray(this.binarySet):_toConsumableArray(this.binarys.keys())}}]),e}(),Wu=function(){function e(){_classCallCheck(this,e),this.followersBinaryCacheList=new Map,this.fullsnapshotBinaryInfoCacheList=new Map}return _createClass(e,[{key:"getBinaryToFollower",value:function(e,t){var o=[];return this.fullsnapshotBinaryInfoCacheList.forEach((function(n,a){if(!t.includes(a)){var i=Object.assign(Object.assign({},n),{target:JSON.stringify([e])}),r=Uu(i);o.push(r),t.push(a)}})),o}},{key:"onReceiveGetBinaryFromFollower",value:function(e,t){var o,n,a,i;if((null===(n=null===(o=e.body)||void 0===o?void 0:o.data)||void 0===n?void 0:n.eventType)===go.GET_BINARY){var r=(null===(i=null===(a=e.body)||void 0===a?void 0:a.data)||void 0===i?void 0:i.data)||{},s=r.connId,c=r.binaryCacheList;if(s)this.followersBinaryCacheList.set(s,c),this.getBinaryToFollower(s,c).forEach((function(e){t(e)}))}}},{key:"onReceiveLeaveFromFollowerOrEndRoom",value:function(e){var t,o,n,a,i=null===(o=null===(t=e.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.eventType;if(i===go.USER_ROSTER){var r=((null===(a=null===(n=e.body)||void 0===n?void 0:n.data)||void 0===a?void 0:a.data)||{}).remove||[];if(!r.length)return;var s=r.find((function(e){return e.participantType===dt.FOLLOWER}));if(!s||s.code!==ko.LEAVE_ROOM)return;this.followersBinaryCacheList.delete(s.connId)}i==go.END_ROOM&&this.clearFollowersBinaryCacheList()}},{key:"collectFullsnapshotBinaryInfo",value:function(e,t){var o=this,n=[];return this.followersBinaryCacheList.forEach((function(t,a){t&&!t.includes(e)&&(n.push(a),o.addFollowerBinaryCacheList(a,e))})),this.setFullsnapshotBinaryInfoCacheList(e,t),n}},{key:"setFullsnapshotBinaryInfoCacheList",value:function(e,t){this.fullsnapshotBinaryInfoCacheList.set(e,t)}},{key:"clearFullsnapshotBinaryInfoCacheList",value:function(){this.fullsnapshotBinaryInfoCacheList.clear()}},{key:"addFollowerBinaryCacheList",value:function(e,t){var o;null===(o=this.followersBinaryCacheList.get(e))||void 0===o||o.push(t)}},{key:"clearFollowersBinaryCacheList",value:function(){this.followersBinaryCacheList.clear()}},{key:"clear",value:function(){this.clearFollowersBinaryCacheList(),this.clearFullsnapshotBinaryInfoCacheList()}}]),e}(),Hu=new Wu,Gu=Object.prototype.toString,Zu=new Vu,Ku=new Vu,Ju=function(){function e(t){var o=this;_classCallCheck(this,e),this.binaryCache=new Map,this.multiBinaryMaps=new Map,this.binaryAttrName=[Ye,"data-zcb-image-svg-binary",qe,"data-zcb-style-bg-svg-binary",$e,Xe],this.restoreImageSizeOnCanvas=function(e,t){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(n){var a=o.getDataUrl(e),i=new Image;i.src=a,i.onload=function(){var e=document.createElement("canvas");e.width=t.naturalWidth,e.height=t.naturalHeight,e.getContext("2d").drawImage(i,0,0,i.width,i.height,0,0,t.naturalWidth,t.naturalHeight),e.toBlob((function(e){e&&e.arrayBuffer().then((function(e){n(new Uint8Array(e))}))}))}}))},Zu.init(t),Ku.init(t),this.sendBinaryController=Zu,this.recvBinaryController=Ku}return _createClass(e,[{key:"destroy",value:function(){this.binaryCache.clear(),this.multiBinaryMaps.clear(),this.sendBinaryController.clear(),Hu.clear()}},{key:"processBinary",value:function(e,t){for(var o in e){if(this.binaryAttrName.includes(o)){var n="",a="",i=null;if(o===$e||o===Xe?(n=String(e.id),i=e.size):n=String(e[Qe]),o===Ye&&(i=e[et]),o===qe&&(i=e[tt]),i&&(a="".concat(i.naturalWidth).concat("_").concat(i.naturalHeight)),!this.sendBinaryController.isDuplicated(n)){var r=new Uint8Array(e[o]),s={id:n,type:Fu.ChsMessageType.IMAGE,imgSize:a,binary:r};if("fullsnapshot"===e[ot]){if(Hu.collectFullsnapshotBinaryInfo(n,s).length){var c=Uu(s);t.binarys.push(c)}}else{var u=Uu(s);t.binarys.push(u),this.sendBinaryController.add(n)}}o===Ye&&delete e[et],o===qe&&delete e[tt],delete e[Qe],delete e[ot],e[o]=n}"[object Object]"!==Gu.call(e[o])&&"[object Array]"!==Gu.call(e[o])||this.processBinary(e[o],t)}}},{key:"isCBSMetaMessage",value:function(e){var t,o;return e&&e.eventType===go.INTERACTION&&(null===(o=null===(t=e.data)||void 0===t?void 0:t.event)||void 0===o?void 0:o.type)===Me.Meta}},{key:"isLeaveOrEndMessage",value:function(e){var t=null==e?void 0:e.eventType;return t===go.LEAVE_ROOM||t===go.END_ROOM||t===go.DISCONNECTED}},{key:"checkSendBinary",value:function(e){this.isCBSMetaMessage(e)&&this.sendBinaryController.clear()}},{key:"getDataUrl",value:function(e){var t=new Blob([e]);return URL.createObjectURL(t)}},{key:"encodeBinary",value:function(e){var t=[];return this.checkSendBinary(e),this.processBinary(e,{binarys:t}),t}},{key:"buildBinaryToJson",value:function(e){var t=e.attrName,o=e.attrObj,n=e.binary;this.binaryAttrName.includes(t)&&(o[t]=n)}},{key:"clearMessageFromBinaryCache",value:function(e){var t=e.id,o=e.message,n=this.binaryCache.get(t);n&&(n.some((function(e,t){return e===o&&(n.splice(t,1),!0)})),n.length||this.binaryCache.delete(t))}},{key:"rebuildMultiBinary",value:function(e){var t=this;(this.multiBinaryMaps.get(e)||[]).forEach((function(o){var n=o.id,a=o.attrObj,i=t.recvBinaryController.getBinary(n);t.binaryAttrName.some((function(e){return!!a[e]&&(t.buildBinaryToJson({attrObj:a,attrName:e,binary:i}),!0)})),t.clearMessageFromBinaryCache({id:n,message:e})})),this.multiBinaryMaps.delete(e)}},{key:"isMessageReady",value:function(e){var t=this;return(this.multiBinaryMaps.get(e)||[]).every((function(e){var o=e.id;return t.recvBinaryController.isDuplicated(o)}))}},{key:"rebuildBinary",value:function(e){var t=this,o=e.id,n=this.binaryCache.get(o);return(null==(n=_toConsumableArray(n||[]))?void 0:n.filter((function(e){return!!t.isMessageReady(e)&&(t.rebuildMultiBinary(e),!0)})))||[]}},{key:"decodeBinary",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,a,i,r,s,c;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=Fu.ChsMessage.deserializeBinary(e),n=o.getId(),o.getType()!==Fu.ChsMessageType.IMAGE){t.next=17;break}if(a=o.getPbmsg(),i=o.getImagesize(),null,!i){t.next=15;break}return s=i.split("_"),r={naturalWidth:+s[0],naturalHeight:+s[1]},t.next=12,this.restoreImageSizeOnCanvas(a,r);case 12:return c=t.sent,this.recvBinaryController.add(n,c),t.abrupt("return",this.rebuildBinary({id:n}));case 15:return this.recvBinaryController.add(n,a),t.abrupt("return",this.rebuildBinary({id:n}));case 17:return t.abrupt("return",[]);case 18:case"end":return t.stop()}}),t,this)})))}},{key:"checkRecvBinary",value:function(e){this.isLeaveOrEndMessage(e.body.data)&&this.recvBinaryController.clear()}},{key:"decodeJson",value:function(e){this.checkRecvBinary(e),this.processJson({message:e,attrObj:e})}},{key:"watchMultiBinarys",value:function(e){var t=e.id,o=e.message,n=e.attrObj,a=this.multiBinaryMaps.get(o);a||(a=[],this.multiBinaryMaps.set(o,a)),a.push({id:t,attrObj:n});var i=this.binaryCache.get(t);i||(i=[],this.binaryCache.set(t,i)),i.includes(o)||i.push(o)}},{key:"processJson",value:function(e){var t=e.message,o=e.attrObj;for(var n in o)if("[object Object]"!==Gu.call(o[n])&&"[object Array]"!==Gu.call(o[n])||this.processJson({message:t,attrObj:o[n]}),this.binaryAttrName.includes(n)&&o[n]){var a=String(o[n]);if(this.recvBinaryController.isDuplicated(a)){var i=this.recvBinaryController.getBinary(a);this.buildBinaryToJson({attrObj:o,attrName:n,binary:i})}else this.watchMultiBinarys({id:a,message:t,attrObj:o})}}},{key:"getRecvBinaryIds",value:function(){return this.recvBinaryController.getBinaryIds()}}]),e}(),Yu=function(){function e(t,o){_classCallCheck(this,e),this.tracelog=t,this.callback=o,this.lastSeq=null,this.storedObjects=[],this.metaTime=0}return _createClass(e,[{key:"handleSeqOrderMsg",value:function(e,t){t=t||this.callback,(null==e?void 0:e.length)&&(e.forEach((function(e){null==t||t(e)})),this.lastSeq=this.getMessageSeq(e[e.length-1]))}},{key:"getMessageSeq",value:function(e){var t,o;return((null===(o=null===(t=e.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.data)||{}).newSeq}},{key:"handleBufferListLength",value:function(e){var t=e.length,o="buffer array too long, length:".concat(t);if(t>499){var n=Math.floor(t/2);this.storedObjects=e.slice(n),500===t&&this.tracelog.error(o)}else 100===t?this.tracelog.error(o):50===t&&this.tracelog.log(o)}},{key:"rebuildMsgBySeq",value:function(e,t){var o=this;if(this.isMetaMsg(e))this.handleSeqOrderMsg([e],t);else{this.storedObjects.push(e),this.handleBufferListLength(this.storedObjects),this.storedObjects.sort((function(e,t){return o.getMessageSeq(e)-o.getMessageSeq(t)}));var n=this.getMessageSeq(this.storedObjects[0]);if(this.lastSeq)if(n===this.lastSeq+1){var a=this.lastSeq,i=[];this.storedObjects.some((function(e,t){var n=o.getMessageSeq(e);return n!==a+1?(i=o.storedObjects.splice(0,t),!0):(a=n,!1)}))||(i=this.storedObjects,this.storedObjects=[]),i.length>0&&this.handleSeqOrderMsg(i,t)}else this.tracelog.error("message out of order,start newSeq:".concat(this.lastSeq))}}},{key:"isMetaMsg",value:function(e){return e.body.data.data.event.type===Me.Meta}},{key:"checkSeq",value:function(e,t){if(t=t||this.callback,"string"==typeof e){var o;try{o=JSON.parse(e)}catch(e){return void this.tracelog.error("Failed to parse message")}var n=(o.body||{}).data;if((null==n?void 0:n.eventType)===go.INTERACTION){if(!n.data.newSeq)return this.metaTime&&this.tracelog.error("eventType=INTERACTION but newSeq undefined"),void(null==t||t(o));var a=o,i=this.getMessageSeq(a);if(this.isMetaMsg(a))this.handleMetaMsg(a);else if(this.metaTime&&i<this.metaTime)return void this.tracelog.debug("some message comes later than meta message");this.rebuildMsgBySeq(a,t)}else null==t||t(o)}else null==t||t(e)}},{key:"handleMetaMsg",value:function(e){var t=this;this.metaTime=this.getMessageSeq(e),this.lastSeq=null,this.storedObjects=this.storedObjects.filter((function(o){return t.getMessageSeq(o)>t.getMessageSeq(e)}))}},{key:"destroy",value:function(){this.lastSeq=null,this.storedObjects=[]}}]),e}(),qu=function(){function e(){_classCallCheck(this,e),this.metaTime=0}return _createClass(e,[{key:"beforeSend",value:function(e){var t,o,n=((e||{}).body||{}).data;(null==n?void 0:n.data)&&(null==n?void 0:n.eventType)===go.INTERACTION&&((null===(o=null===(t=null==n?void 0:n.data)||void 0===t?void 0:t.event)||void 0===o?void 0:o.type)===Me.Meta&&(this.metaTime=Date.now()),this.metaTime&&(n.data.newSeq=this.metaTime++))}}]),e}(),$u=Uint8Array,Xu=Uint16Array,Qu=Uint32Array,el=new $u([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),tl=new $u([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),ol=new $u([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),nl=function(e,t){for(var o=new Xu(31),n=0;n<31;++n)o[n]=t+=1<<e[n-1];var a=new Qu(o[30]);for(n=1;n<30;++n)for(var i=o[n];i<o[n+1];++i)a[i]=i-o[n]<<5|n;return[o,a]},al=nl(el,2),il=al[0],rl=al[1];il[28]=258,rl[258]=28;for(var sl=nl(tl,0),cl=sl[0],ul=sl[1],ll=new Xu(32768),pl=0;pl<32768;++pl){var dl=(43690&pl)>>>1|(21845&pl)<<1;dl=(61680&(dl=(52428&dl)>>>2|(13107&dl)<<2))>>>4|(3855&dl)<<4,ll[pl]=((65280&dl)>>>8|(255&dl)<<8)>>>1}var hl=function(e,t,o){for(var n=e.length,a=0,i=new Xu(t);a<n;++a)e[a]&&++i[e[a]-1];var r,s=new Xu(t);for(a=0;a<t;++a)s[a]=s[a-1]+i[a-1]<<1;if(o){r=new Xu(1<<t);var c=15-t;for(a=0;a<n;++a)if(e[a])for(var u=a<<4|e[a],l=t-e[a],p=s[e[a]-1]++<<l,d=p|(1<<l)-1;p<=d;++p)r[ll[p]>>>c]=u}else for(r=new Xu(n),a=0;a<n;++a)e[a]&&(r[a]=ll[s[e[a]-1]++]>>>15-e[a]);return r},ml=new $u(288);for(pl=0;pl<144;++pl)ml[pl]=8;for(pl=144;pl<256;++pl)ml[pl]=9;for(pl=256;pl<280;++pl)ml[pl]=7;for(pl=280;pl<288;++pl)ml[pl]=8;var gl=new $u(32);for(pl=0;pl<32;++pl)gl[pl]=5;var fl=hl(ml,9,0),vl=hl(ml,9,1),yl=hl(gl,5,0),kl=hl(gl,5,1),_l=function(e){for(var t=e[0],o=1;o<e.length;++o)e[o]>t&&(t=e[o]);return t},bl=function(e,t,o){var n=t/8|0;return(e[n]|e[n+1]<<8)>>(7&t)&o},El=function(e,t){var o=t/8|0;return(e[o]|e[o+1]<<8|e[o+2]<<16)>>(7&t)},wl=function(e){return(e+7)/8|0},Sl=function(e,t,o){(null==t||t<0)&&(t=0),(null==o||o>e.length)&&(o=e.length);var n=new(2==e.BYTES_PER_ELEMENT?Xu:4==e.BYTES_PER_ELEMENT?Qu:$u)(o-t);return n.set(e.subarray(t,o)),n},Tl=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],Cl=function e(t,o,n){var a=new Error(o||Tl[t]);if(a.code=t,Error.captureStackTrace&&Error.captureStackTrace(a,e),!n)throw a;return a},Rl=function(e,t,o){o<<=7&t;var n=t/8|0;e[n]|=o,e[n+1]|=o>>>8},jl=function(e,t,o){o<<=7&t;var n=t/8|0;e[n]|=o,e[n+1]|=o>>>8,e[n+2]|=o>>>16},Ol=function(e,t){for(var o=[],n=0;n<e.length;++n)e[n]&&o.push({s:n,f:e[n]});var a=o.length,i=o.slice();if(!a)return[zl,0];if(1==a){var r=new $u(o[0].s+1);return r[o[0].s]=1,[r,1]}o.sort((function(e,t){return e.f-t.f})),o.push({s:-1,f:25001});var s=o[0],c=o[1],u=0,l=1,p=2;for(o[0]={s:-1,f:s.f+c.f,l:s,r:c};l!=a-1;)s=o[o[u].f<o[p].f?u++:p++],c=o[u!=l&&o[u].f<o[p].f?u++:p++],o[l++]={s:-1,f:s.f+c.f,l:s,r:c};var d=i[0].s;for(n=1;n<a;++n)i[n].s>d&&(d=i[n].s);var h=new Xu(d+1),m=Il(o[l-1],h,0);if(m>t){n=0;var g=0,f=m-t,v=1<<f;for(i.sort((function(e,t){return h[t.s]-h[e.s]||e.f-t.f}));n<a;++n){var y=i[n].s;if(!(h[y]>t))break;g+=v-(1<<m-h[y]),h[y]=t}for(g>>>=f;g>0;){var k=i[n].s;h[k]<t?g-=1<<t-h[k]++-1:++n}for(;n>=0&&g;--n){var _=i[n].s;h[_]==t&&(--h[_],++g)}m=t}return[new $u(h),m]},Il=function e(t,o,n){return-1==t.s?Math.max(e(t.l,o,n+1),e(t.r,o,n+1)):o[t.s]=n},Al=function(e){for(var t=e.length;t&&!e[--t];);for(var o=new Xu(++t),n=0,a=e[0],i=1,r=function(e){o[n++]=e},s=1;s<=t;++s)if(e[s]==a&&s!=t)++i;else{if(!a&&i>2){for(;i>138;i-=138)r(32754);i>2&&(r(i>10?i-11<<5|28690:i-3<<5|12305),i=0)}else if(i>3){for(r(a),--i;i>6;i-=6)r(8304);i>2&&(r(i-3<<5|8208),i=0)}for(;i--;)r(a);i=1,a=e[s]}return[o.subarray(0,n),t]},Nl=function(e,t){for(var o=0,n=0;n<t.length;++n)o+=e[n]*t[n];return o},Dl=function(e,t,o){var n=o.length,a=wl(t+2);e[a]=255&n,e[a+1]=n>>>8,e[a+2]=255^e[a],e[a+3]=255^e[a+1];for(var i=0;i<n;++i)e[a+i+4]=o[i];return 8*(a+4+n)},Ll=function(e,t,o,n,a,i,r,s,c,u,l){Rl(t,l++,o),++a[256];for(var p=Ol(a,15),d=p[0],h=p[1],m=Ol(i,15),g=m[0],f=m[1],v=Al(d),y=v[0],k=v[1],_=Al(g),b=_[0],E=_[1],w=new Xu(19),S=0;S<y.length;++S)w[31&y[S]]++;for(S=0;S<b.length;++S)w[31&b[S]]++;for(var T=Ol(w,7),C=T[0],R=T[1],j=19;j>4&&!C[ol[j-1]];--j);var O,I,A,N,D=u+5<<3,L=Nl(a,ml)+Nl(i,gl)+r,P=Nl(a,d)+Nl(i,g)+r+14+3*j+Nl(w,C)+(2*w[16]+3*w[17]+7*w[18]);if(D<=L&&D<=P)return Dl(t,l,e.subarray(c,c+u));if(Rl(t,l,1+(P<L)),l+=2,P<L){O=hl(d,h,0),I=d,A=hl(g,f,0),N=g;var z=hl(C,R,0);Rl(t,l,k-257),Rl(t,l+5,E-1),Rl(t,l+10,j-4),l+=14;for(S=0;S<j;++S)Rl(t,l+3*S,C[ol[S]]);l+=3*j;for(var M=[y,b],x=0;x<2;++x){var F=M[x];for(S=0;S<F.length;++S){var B=31&F[S];Rl(t,l,z[B]),l+=C[B],B>15&&(Rl(t,l,F[S]>>>5&127),l+=F[S]>>>12)}}}else O=fl,I=ml,A=yl,N=gl;for(S=0;S<s;++S)if(n[S]>255){B=n[S]>>>18&31;jl(t,l,O[B+257]),l+=I[B+257],B>7&&(Rl(t,l,n[S]>>>23&31),l+=el[B]);var U=31&n[S];jl(t,l,A[U]),l+=N[U],U>3&&(jl(t,l,n[S]>>>5&8191),l+=tl[U])}else jl(t,l,O[n[S]]),l+=I[n[S]];return jl(t,l,O[256]),l+I[256]},Pl=new Qu([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),zl=new $u(0),Ml=function(e,t,o,n,a){return function(e,t,o,n,a,i){var r=e.length,s=new $u(n+r+5*(1+Math.ceil(r/7e3))+a),c=s.subarray(n,s.length-a),u=0;if(!t||r<8)for(var l=0;l<=r;l+=65535){var p=l+65535;p>=r&&(c[u>>3]=i),u=Dl(c,u+1,e.subarray(l,p))}else{for(var d=Pl[t-1],h=d>>>13,m=8191&d,g=(1<<o)-1,f=new Xu(32768),v=new Xu(g+1),y=Math.ceil(o/3),k=2*y,_=function(t){return(e[t]^e[t+1]<<y^e[t+2]<<k)&g},b=new Qu(25e3),E=new Xu(288),w=new Xu(32),S=0,T=0,C=(l=0,0),R=0,j=0;l<r;++l){var O=_(l),I=32767&l,A=v[O];if(f[I]=A,v[O]=I,R<=l){var N=r-l;if((S>7e3||C>24576)&&N>423){u=Ll(e,c,0,b,E,w,T,C,j,l-j,u),C=S=T=0,j=l;for(var D=0;D<286;++D)E[D]=0;for(D=0;D<30;++D)w[D]=0}var L=2,P=0,z=m,M=I-A&32767;if(N>2&&O==_(l-M))for(var x=Math.min(h,N)-1,F=Math.min(32767,l),B=Math.min(258,N);M<=F&&--z&&I!=A;){if(e[l+L]==e[l+L-M]){for(var U=0;U<B&&e[l+U]==e[l+U-M];++U);if(U>L){if(L=U,P=M,U>x)break;var V=Math.min(M,U-2),W=0;for(D=0;D<V;++D){var H=l-M+D+32768&32767,G=H-f[H]+32768&32767;G>W&&(W=G,A=H)}}}M+=(I=A)-(A=f[I])+32768&32767}if(P){b[C++]=268435456|rl[L]<<18|ul[P];var Z=31&rl[L],K=31&ul[P];T+=el[Z]+tl[K],++E[257+Z],++w[K],R=l+L,++S}else b[C++]=e[l],++E[e[l]]}}u=Ll(e,c,i,b,E,w,T,C,j,l-j,u),!i&&7&u&&(u=Dl(c,u+1,zl))}return Sl(s,0,n+wl(u)+a)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,o,n,!a)};function xl(e,t){t||(t={});var o=function(){var e=1,t=0;return{p:function(o){for(var n=e,a=t,i=0|o.length,r=0;r!=i;){for(var s=Math.min(r+2655,i);r<s;++r)a+=n+=o[r];n=(65535&n)+15*(n>>16),a=(65535&a)+15*(a>>16)}e=n,t=a},d:function(){return(255&(e%=65521))<<24|e>>>8<<16|(255&(t%=65521))<<8|t>>>8}}}();o.p(e);var n=Ml(e,t,2,4);return function(e,t){var o=t.level,n=0==o?0:o<6?1:9==o?3:2;e[0]=120,e[1]=n<<6|(n?32-2*n:1)}(n,t),function(e,t,o){for(;o;++t)e[t]=o,o>>>=8}(n,n.length-4,o.d()),n}function Fl(e,t){return function(e,t,o){var n=e.length;if(!n||o&&o.f&&!o.l)return t||new $u(0);var a=!t||o,i=!o||o.i;o||(o={}),t||(t=new $u(3*n));var r=function(e){var o=t.length;if(e>o){var n=new $u(Math.max(2*o,e));n.set(t),t=n}},s=o.f||0,c=o.p||0,u=o.b||0,l=o.l,p=o.d,d=o.m,h=o.n,m=8*n;do{if(!l){s=bl(e,c,1);var g=bl(e,c+1,3);if(c+=3,!g){var f=e[(R=wl(c)+4)-4]|e[R-3]<<8,v=R+f;if(v>n){i&&Cl(0);break}a&&r(u+f),t.set(e.subarray(R,v),u),o.b=u+=f,o.p=c=8*v,o.f=s;continue}if(1==g)l=vl,p=kl,d=9,h=5;else if(2==g){var y=bl(e,c,31)+257,k=bl(e,c+10,15)+4,_=y+bl(e,c+5,31)+1;c+=14;for(var b=new $u(_),E=new $u(19),w=0;w<k;++w)E[ol[w]]=bl(e,c+3*w,7);c+=3*k;var S=_l(E),T=(1<<S)-1,C=hl(E,S,1);for(w=0;w<_;){var R,j=C[bl(e,c,T)];if(c+=15&j,(R=j>>>4)<16)b[w++]=R;else{var O=0,I=0;for(16==R?(I=3+bl(e,c,3),c+=2,O=b[w-1]):17==R?(I=3+bl(e,c,7),c+=3):18==R&&(I=11+bl(e,c,127),c+=7);I--;)b[w++]=O}}var A=b.subarray(0,y),N=b.subarray(y);d=_l(A),h=_l(N),l=hl(A,d,1),p=hl(N,h,1)}else Cl(1);if(c>m){i&&Cl(0);break}}a&&r(u+131072);for(var D=(1<<d)-1,L=(1<<h)-1,P=c;;P=c){var z=(O=l[El(e,c)&D])>>>4;if((c+=15&O)>m){i&&Cl(0);break}if(O||Cl(2),z<256)t[u++]=z;else{if(256==z){P=c,l=null;break}var M=z-254;if(z>264){var x=el[w=z-257];M=bl(e,c,(1<<x)-1)+il[w],c+=x}var F=p[El(e,c)&L],B=F>>>4;if(F||Cl(3),c+=15&F,N=cl[B],B>3&&(x=tl[B],N+=El(e,c)&(1<<x)-1,c+=x),c>m){i&&Cl(0);break}a&&r(u+131072);for(var U=u+M;u<U;u+=4)t[u]=t[u-N],t[u+1]=t[u+1-N],t[u+2]=t[u+2-N],t[u+3]=t[u+3-N];u=U}}o.l=l,o.p=P,o.b=u,o.f=s,l&&(s=1,o.m=d,o.d=p,o.n=h)}while(!s);return u==t.length?t:Sl(t,0,u)}((function(e){(8!=(15&e[0])||e[0]>>>4>7||(e[0]<<8|e[1])%31)&&Cl(6,"invalid zlib data"),32&e[1]&&Cl(6,"invalid zlib data: preset dictionaries not supported")}(e),e.subarray(2,-4)),t)}var Bl="undefined"!=typeof TextEncoder&&new TextEncoder,Ul="undefined"!=typeof TextDecoder&&new TextDecoder;try{Ul.decode(zl,{stream:!0}),1}catch(zo){}function Vl(e,t){if(t){for(var o=new $u(e.length),n=0;n<e.length;++n)o[n]=e.charCodeAt(n);return o}if(Bl)return Bl.encode(e);var a=e.length,i=new $u(e.length+(e.length>>1)),r=0,s=function(e){i[r++]=e};for(n=0;n<a;++n){if(r+5>i.length){var c=new $u(r+8+(a-n<<1));c.set(i),i=c}var u=e.charCodeAt(n);u<128||t?s(u):u<2048?(s(192|u>>6),s(128|63&u)):u>55295&&u<57344?(s(240|(u=65536+(1047552&u)|1023&e.charCodeAt(++n))>>18),s(128|u>>12&63),s(128|u>>6&63),s(128|63&u)):(s(224|u>>12),s(128|u>>6&63),s(128|63&u))}return Sl(i,0,r)}function Wl(e,t){if(t){for(var o="",n=0;n<e.length;n+=16384)o+=String.fromCharCode.apply(null,e.subarray(n,n+16384));return o}if(Ul)return Ul.decode(e);var a=function(e){for(var t="",o=0;;){var n=e[o++],a=(n>127)+(n>223)+(n>239);if(o+a>e.length)return[t,Sl(e,o-1)];a?3==a?(n=((15&n)<<18|(63&e[o++])<<12|(63&e[o++])<<6|63&e[o++])-65536,t+=String.fromCharCode(55296|n>>10,56320|1023&n)):t+=1&a?String.fromCharCode((31&n)<<6|63&e[o++]):String.fromCharCode((15&n)<<12|(63&e[o++])<<6|63&e[o++]):t+=String.fromCharCode(n)}}(e),i=a[0];return a[1].length&&Cl(8),i}var Hl,Gl=function(){function e(t){_classCallCheck(this,e);var o=t.tracelog,n=t.dynamicFeatureController,a=t.compress_message_zlib;this.tracelog=o,this.dynamicFeatureController=n,this.compress_message_zlib_enabled=a}return _createClass(e,[{key:"shouldCompress",value:function(e){var t,o=e||{},n=o.eventType,a=o.data;return n===go.INTERACTION&&(null===(t=null==a?void 0:a.event)||void 0===t?void 0:t.type)===Me.FullSnapshot&&this.compress_message_zlib_enabled&&this.dynamicFeatureController.dynamic_feature.compress_message_zlib}},{key:"compress",value:function(e){var t=(e.data||{}).data;if(this.shouldCompress(e.data)){var o=t.event,n=Date.now();this.tracelog.log("compress message start");try{if(this.dynamicFeatureController.dynamic_feature.compress_message_zlib){var a=Ri(Wl(xl(Vl(JSON.stringify(o.data))),!0));o.data=a,o.compressed="zlib"}}catch(e){this.tracelog.error("compress message error: ".concat(e))}finally{var i=Date.now()-n;this.tracelog.log("compress message cost: ".concat(i))}}}},{key:"shouldUncompress",value:function(e){var t,o,n=e||{},a=n.eventType,i=n.data;return a===go.INTERACTION&&"zlib"===(null===(t=i.event)||void 0===t?void 0:t.compressed)&&"string"==typeof(null===(o=i.event)||void 0===o?void 0:o.data)}},{key:"uncompress",value:function(e){var t,o=(e||{}).data;if(this.shouldUncompress(e)){var n=Date.now();this.tracelog.log("uncompress message start");try{if("zlib"===(null===(t=null==o?void 0:o.event)||void 0===t?void 0:t.compressed)){delete o.event.compressed;var a=JSON.parse(Wl(Fl(Vl(ji(o.event.data),!0))));o.event.data=a}}catch(e){this.tracelog.error("uncompress message error: ".concat(e))}finally{var i=Date.now()-n;this.tracelog.log("uncompress message cost: ".concat(i))}}}}]),e}(),Zl=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).tracelog=e,n.dynamic_feature={},n}return _createClass(o,[{key:"onReceiveMessage",value:function(e,t){var o;if(1===t&&e.evt===mo.WS_CONN_VECTOR_DATA){var n=(null===(o=e.body)||void 0===o?void 0:o.data)||{},a=n.eventType,i=n.data;if(a===go.ROOM_ROSTER){var r=(i||{}).dynamic_feature;r&&(Object.assign(this.dynamic_feature,r),this.emit(wt,this.dynamic_feature))}else a===go.CONNECTED&&(this.dynamic_feature={},this.emit(wt,this.dynamic_feature))}}}]),o}(Ct),Kl=function(){function e(t){_classCallCheck(this,e),this.options=t,this.cachedSplitJSONData=[],this.beforeSendHook=new qu,this.beforeReceiveHook=new Yu(this.options.tracelog),this.binaryMessageHook=new Ju(this.options.tracelog),this.dynamicFeatureController=new Zl(this.options.tracelog),this.compressMessageController=new Gl({tracelog:this.options.tracelog,dynamicFeatureController:this.dynamicFeatureController,compress_message_zlib:this.options.compress_message_zlib}),this.participantType=this.options.participantType;var o={beforeSendHook:this.beforeSendHook,beforeReceiveHook:this.beforeReceiveHook},n=Object.assign({},t,{onMessage:this.onMessage.bind(this),onOpen:this.onOpen.bind(this),onClose:this.onClose.bind(this)});this.socket_main=new xu(Object.assign(Object.assign({},n),{connType:1}),o),this.options.splitWSS&&(this.socket_binary=new xu(Object.assign(Object.assign({},n),{connType:2,canReconnectWhenFailover:!0}),o))}return _createClass(e,[{key:"isWorking",get:function(){var e;return!!(null===(e=this.socket_main)||void 0===e?void 0:e.isWorking)}},{key:"dynamicFeature",get:function(){return this.dynamicFeatureController}},{key:"isBinaryData",value:function(e){var t=Object.prototype.toString.call(e);return"[object ArrayBuffer]"===t||"[object Blob]"===t||"[object Uint8Array]"===t}},{key:"getSplitDataExtraData",value:function(e,t){var o,n,a;return t?{splitMsgSource:null===(a=null===(n=null===(o=e.data.data)||void 0===o?void 0:o.event)||void 0===n?void 0:n.data)||void 0===a?void 0:a.source}:{}}},{key:"isNeedSplitSendData",value:function(e){var t,o,n,a=null===(n=null===(o=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.data)||void 0===o?void 0:o.event)||void 0===n?void 0:n.type;return a===Me.FullSnapshot||a===Me.IncrementalSnapshot}},{key:"getWsMsgTransSplitSize",value:function(){var e;return null!==(e=this.options.wsMsgTransSplitSize)&&void 0!==e?e:20480}},{key:"splitSendData",value:function(e,t,o){var n,a,i,r,s=JSON.stringify(e),c=s.length;if(c<=this.getWsMsgTransSplitSize())null===(n=this.socket_main)||void 0===n||n.send({evt:t,body:e});else for(var u=0,l=0;u<c;u+=this.getWsMsgTransSplitSize()){var p=Object.assign({},e);p.data.data.event.data=s.slice(u,u+this.getWsMsgTransSplitSize());var d=(null===(i=null===(a=e.data)||void 0===a?void 0:a.data)||void 0===i?void 0:i.event)&&"object"===_typeof(e.data.data.event)?Object.assign(Object.assign({},e.data.data.event),o):null;p.data.data=Object.assign(Object.assign(Object.assign({},p.data.data),d?{event:d}:{}),{splitTotal:Math.floor(c/this.getWsMsgTransSplitSize()),splitIdx:l++}),null===(r=this.socket_main)||void 0===r||r.send({evt:t,body:p})}}},{key:"sendData",value:function(e,t){var o,n=this;this.binaryMessageHook.encodeBinary(t.data).forEach((function(e){var t,o,a;(null===(t=n.socket_binary)||void 0===t?void 0:t.isWorking)?null===(o=n.socket_binary)||void 0===o||o.send(e):null===(a=n.socket_main)||void 0===a||a.send(e)}));var a=this.isNeedSplitSendData(t),i=this.getSplitDataExtraData(t,a);this.compressMessageController.compress(t),a?this.splitSendData(t,e,i):null===(o=this.socket_main)||void 0===o||o.send({evt:e,body:t})}},{key:"onLeaderRostered",value:function(e){var t,o,n,a,i;if((null===(o=null===(t=e.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.eventType)===go.USER_ROSTER){var r=null===(i=((null===(a=null===(n=e.body)||void 0===n?void 0:n.data)||void 0===a?void 0:a.data)||{}).add)||void 0===i?void 0:i.some((function(e){return e.participantType===dt.LEADER}));this.participantType!==dt.LEADER&&r&&this.sendData(mo.WS_CONN_VECTOR_DATA,{data:{eventType:go.GET_BINARY,data:{binaryCacheList:this.binaryMessageHook.getRecvBinaryIds()}}})}}},{key:"onFollowerLeaveOrEndRoom",value:function(e){Hu.onReceiveLeaveFromFollowerOrEndRoom(e)}},{key:"onReceiveGetBinaryFromFollower",value:function(e){var t=this;Hu.onReceiveGetBinaryFromFollower(e,(function(e){var o,n;(null===(o=t.socket_binary)||void 0===o?void 0:o.isWorking)?t.socket_binary.send(e):null===(n=t.socket_main)||void 0===n||n.send(e)}))}},{key:"onMessageAdditionalProcess",value:function(e){this.onLeaderRostered(e),this.onFollowerLeaveOrEndRoom(e),this.onReceiveGetBinaryFromFollower(e)}},{key:"onMessage",value:function(e,t){var o,n,a,i,r,s,c=this;if(this.isBinaryData(e))this.binaryMessageHook.decodeBinary(new Uint8Array(e)).then((function(e){e.forEach((function(e){var o,n;null===(n=(o=c.options).onMessage)||void 0===n||n.call(o,e,t)}))}));else{var u=e,l=null===(a=null===(n=null===(o=u.body)||void 0===o?void 0:o.data)||void 0===n?void 0:n.data)||void 0===a?void 0:a.splitIdx;if(null!=l){0===l&&this.cachedSplitJSONData.length&&(this.cachedSplitJSONData=[]);var p=u.body.data.data;if(this.cachedSplitJSONData.push(p.event.data),l!==p.splitTotal)return;var d=this.cachedSplitJSONData.join("");this.cachedSplitJSONData=[];try{u=Object.assign(Object.assign({},u),{body:JSON.parse(d)})}catch(e){return void this.options.tracelog.error("invalid FullSnapshot json message")}}u.evt===mo.WS_CONN_VECTOR_DATA&&this.compressMessageController.uncompress(null===(i=u.body)||void 0===i?void 0:i.data),this.dynamicFeatureController.onReceiveMessage(u,t),this.binaryMessageHook.decodeJson(u),this.onMessageAdditionalProcess(u),null===(s=(r=this.options).onMessage)||void 0===s||s.call(r,u,t)}}},{key:"onOpen",value:function(e,t){var o,n;t&&1!==t||this.binaryMessageHook.destroy(),null===(n=(o=this.options).onOpen)||void 0===n||n.call(o,e,t)}},{key:"onClose",value:function(e,t){var o,n;t&&1!==t||(this.binaryMessageHook.destroy(),this.beforeReceiveHook.destroy()),null===(n=(o=this.options).onClose)||void 0===n||n.call(o,e,t)}},{key:"connect",value:function(e){var t;null===(t=this.socket_main)||void 0===t||t.connect({url:e.url,query:Object.assign(Object.assign({},e.query),{connType:1})})}},{key:"connectBinary",value:function(e){var t;null===(t=this.socket_binary)||void 0===t||t.connect({url:e.url,query:Object.assign(Object.assign({},e.query),{channelAuth:e.channelAuth,connType:2})})}},{key:"destroy",value:function(){var e,t;null===(e=this.socket_main)||void 0===e||e.destroy(),null===(t=this.socket_binary)||void 0===t||t.destroy(),this.socket_main=void 0,this.socket_binary=void 0}}]),e}(),Jl=ys(["CoBrowsing Channel"]),Yl=Cs.logWithBaseTags(["TRANSFER_LAYER"]);!function(e){e[e.WEB_SOCKET=0]="WEB_SOCKET",e[e.DATA_CHANNEL=1]="DATA_CHANNEL",e[e.WEB_TRANSPORT=2]="WEB_TRANSPORT"}(Hl||(Hl={}));var ql=function(t){_inherits(n,t);var o=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),(t=o.call(this)).socket=null,t.shouldIgnoreMessage=!1,t.connectedOnce=!1,t._tempUserInWaitingRoom=[],t.setMaxListeners(100),t.options=e,t.initWebsocket(),t.cbsLogController=new js(Jl),t}return _createClass(n,[{key:"initWebsocket",value:function(){var t=this,o=this.options,n=o.url,a=o.query,i=r(o,["url","query"]);Yl.log(e.PerformanceLogEnum.initWS,"init Websocket"),Yl.logRange(e.PerformanceLogEnum.PingEndpointListDone,e.PerformanceLogEnum.initWS),this.socket=new Kl(Object.assign(Object.assign({},i),{onMessage:this.socketCallbackListener.bind(this),onReady:this.webMessageReady.bind(this),onOpen:this.webSocketOpen.bind(this)})),this.socket.connect({url:n,query:a}),this.socket.dynamicFeature.on(wt,(function(e){t.emit(l,{event:c.DYNAMIC_FEATURE_CHANGE,data:e})}))}},{key:"webSocketOpen",value:function(e,t){var o,n;Jl.log("channel webSocketOpen trigger, connType: ".concat(t)),null===(n=(o=this.options).onOpen)||void 0===n||n.call(o,e,t),1===t&&this.emit(l,{event:c.SOCKET_OPEN,data:{}})}},{key:"webMessageReady",value:function(){for(var t=arguments.length,o=new Array(t),n=0;n<t;n++)o[n]=arguments[n];var a=o[0],i=o[1];try{return Yl.log(e.PerformanceLogEnum.WSConnected2Channel,"webMessageReady"),a.evt===mo.WS_CONN_KEEPALIVE&&(!!a.body||(null==i||i(),!1))}catch(e){Jl.error("parse socket msg error")}return!1}},{key:"emit",value:function(e){for(var t,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return(t=_get(_getPrototypeOf(n.prototype),"emit",this)).call.apply(t,[this,e].concat(a))}},{key:"on",value:function(e,t){return _get(_getPrototypeOf(n.prototype),"on",this).call(this,e,t)}},{key:"socketCallbackListener",value:function(t){var o,n,a=this.options.onMessage,i=(null===(o=null==t?void 0:t.body)||void 0===o?void 0:o.data)||{},r=i.eventType,s=i.data;if(!this.shouldIgnoreMessage)if(r){if(r===go.INTERACTION&&this.cbsLogController.addCBSMsg(s),r===go.FULL_SNAPSHOT_REQUEST&&Jl.log("receive full snapshot request"),r===go.CONNECTED&&!this.connectedOnce){var u=s;Jl.log("channel trigger session start"),Is({sessionId:this.options.query.roomId,participantType:this.options.participantType,result:1}),Yl.log(e.PerformanceLogEnum.WSConnectedSuccess),Yl.logRange(e.PerformanceLogEnum.initWS,e.PerformanceLogEnum.WSConnectedSuccess),this.emit(l,{event:c.SESSION_STARTED,data:{}});var p=u.auth||"";p=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"beErhVVUbKjLSmBNpYs_e";return e?Nt.encrypt(e,t).toString():""}(p),this.options.splitWSS&&(this.options.splitWSS=!!p),this.options.splitWSS&&(null===(n=this.socket)||void 0===n||n.connectBinary({url:this.options.url,query:this.options.query,channelAuth:p})),this.connectedOnce=!0}if(r===go.USER_ROSTER&&(Cs.log(e.PerformanceLogEnum.UserRoster,"USER_ROSTER"),Jl.log("channel trigger user roster"),this._tempProcessUserRosterData(s)),r===go.DISCONNECTED){var d=s.code;[Y.LEAVE_ROOM,Y.END_ROOM,Y.DISCONNECTED,Y.DESTROY_DEACTIVE_ROOM,Y.DESTROY_SLEEP_ROOM,Y.DESTROY_NO_VALID_OPERATION_ROOM].includes(d)?(Jl.log("channel trigger session closed, code:".concat(d,", reason:").concat(To[d])),this.emit(l,{event:c.SESSION_CLOSED,data:{code:d,reason:To[d]}}),[Y.END_ROOM,Y.DESTROY_DEACTIVE_ROOM,Y.DESTROY_SLEEP_ROOM,Y.DESTROY_NO_VALID_OPERATION_ROOM].includes(d)&&(this._tempUserInWaitingRoom=[])):[Y.SAME_LEADER_JOINED].includes(d)?this.emit(l,{event:c.SESSION_PERSISTED,data:{reason:To[d],code:d}}):(Jl.log("channel trigger session error, code:".concat(d,", reason:").concat(To[d])),this.emit(l,{event:c.ERROR,data:{errorMsg:me[d],code:d}})),(null!=d?d:Eo[d])&&this.destroy()}if(r===go.ROOM_ROSTER&&this.emit(l,{event:c.ROOM_ROSTER,data:s}),r===go.USER_BE_HOLD_STATUS_CHANGE&&this.emit(l,{event:c.USER_BE_HOLD_STATUS_CHANGE,data:s}),r===go.RECORD_APPROVE_REQUEST&&this.emit(l,{event:c.RECORD_APPROVE_REQUEST,data:s}),r===go.START_RECORD_RESPONSE){var h=s.success,m=s.errorCode;Jl.log("channel trigger startrecord response, success:".concat(h,", errorCode:").concat(m)),this.emit(l,{event:c.START_RECORD_RESPONSE,data:{success:h}}),h||this.emit(l,{event:c.ERROR,data:{errorMsg:we,code:ye.RECORD_START_FAILED,detailCode:m}})}if(r===go.STOP_RECORD_RESPONSE){var g=s.success,f=s.errorCode;Jl.log("channel trigger stop record response, success:".concat(g,", errorCode:").concat(f)),this.emit(l,{event:c.STOP_RECORD_RESPONSE,data:{success:g}}),g||this.emit(l,{event:c.ERROR,data:{errorMsg:Se,code:ye.RECORD_STOP_FAILED,detailCode:f}})}if(r===go.PAUSE_RECORD_RESPONSE){var v=s.success,y=s.errorCode;Jl.log("channel trigger pause record response, success:".concat(v,", errorCode:").concat(y)),this.emit(l,{event:c.PAUSE_RECORD_RESPONSE,data:{success:v}}),v||this.emit(l,{event:c.ERROR,data:{errorMsg:Te,code:ye.RECORD_PAUSE_FAILED,detailCode:y}})}if(r===go.RESUME_RECORD_RESPONSE){var k=s.success,_=s.errorCode;Jl.log("channel trigger resume record response, success:".concat(k,", errorCode:").concat(_)),this.emit(l,{event:c.RESUME_RECORD_RESPONSE,data:{success:k}}),k||this.emit(l,{event:c.ERROR,data:{errorMsg:Ce,code:ye.RECORD_RESUME_FAILED,detailCode:_}})}if(r===go.LEADER_PAGE_VISIBILITY){var b=s.visible;this.emit(l,{event:c.LEADER_PAGE_VISIBILITY,data:{visible:b}})}if(a)a({eventType:r,data:s||{}})}else Jl.error("trigger listener, not exist eventType")}},{key:"isReady",value:function(){var e;return!this.shouldIgnoreMessage&&!!(null===(e=this.socket)||void 0===e?void 0:e.isWorking)}},{key:"sendMessage",value:function(e){var t;return this.isReady()?(e.eventType===go.INTERACTION&&this.cbsLogController.addCBSMsg(e.data,"send"),e.eventType===go.FULL_SNAPSHOT_REQUEST&&Jl.log("send full snapshot request"),null===(t=this.socket)||void 0===t||t.sendData(mo.WS_CONN_VECTOR_DATA,{data:e}),!0):([go.END_ROOM,go.LEAVE_ROOM].includes(e.eventType)&&(Jl.log("channel user has left or ended session"),this.shouldIgnoreMessage=!0,this.destroy()),!1)}},{key:"dynamicFeature",get:function(){var e,t;return(null===(t=null===(e=this.socket)||void 0===e?void 0:e.dynamicFeature)||void 0===t?void 0:t.dynamic_feature)||{}}},{key:"destroy",value:function(){var e;null===(e=this.socket)||void 0===e||e.destroy(),this.socket=null,this.cbsLogController.destroy(),this.removeAllListeners()}},{key:"_tempProcessUserRosterData",value:function(e){var t,o,n,a,i,r,s=this,u=(null!==(t=e.add)&&void 0!==t?t:[]).filter((function(e){return null==e?void 0:e.bHold})),p=(null!==(o=e.remove)&&void 0!==o?o:[]).filter((function(e){return s._tempUserInWaitingRoom.find((function(t){return t.userId===e.userId}))})),d=(null!==(n=e.update)&&void 0!==n?n:[]).filter((function(e){return!(null==e?void 0:e.bHold)&&s._tempUserInWaitingRoom.find((function(t){return t.userId===e.userId}))}));u.length&&((r=this._tempUserInWaitingRoom).push.apply(r,_toConsumableArray(u)),e.add=null===(a=e.add)||void 0===a?void 0:a.filter((function(e){return!(null==e?void 0:e.bHold)})));if(d.length){var h,m=this._tempUserInWaitingRoom.filter((function(e){return d.find((function(t){return t.userId===e.userId}))}));e.add=(h=null!==(i=e.add)&&void 0!==i?i:[]).concat.apply(h,_toConsumableArray(m)),this._tempUserInWaitingRoom=this._tempUserInWaitingRoom.filter((function(e){return!d.find((function(t){return t.userId===e.userId}))})),e.update&&(e.update=e.update.filter((function(e){return!d.find((function(t){return t.userId===e.userId}))})))}p.length&&(this._tempUserInWaitingRoom=this._tempUserInWaitingRoom.filter((function(e){return!p.find((function(t){return t.userId===e.userId}))}))),Object.values(e).flat().length&&this.emit(l,{event:c.USER_ROSTER,data:e})}}],[{key:"IsSupport",value:function(){return WebSocket}}]),n}(Ct),$l=function(){function e(t){_classCallCheck(this,e),this.options=t}return _createClass(e,[{key:"isReady",value:function(){return!1}},{key:"dynamicFeature",get:function(){return{}}},{key:"sendMessage",value:function(e){return this.isReady()}},{key:"destroy",value:function(){}}],[{key:"IsSupport",value:function(){return window.RTCPeerConnection&&window.RTCDataChannel}}]),e}(),Xl=function(){function e(t){_classCallCheck(this,e),this.options=t}return _createClass(e,[{key:"isReady",value:function(){return!1}},{key:"sendMessage",value:function(e){return this.isReady()}},{key:"dynamicFeature",get:function(){return{}}},{key:"destroy",value:function(){}}],[{key:"IsSupport",value:function(){return window.WebTransport}}]),e}(),Ql=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this))._websocketController=null,e._datachannelController=null,e._webtransportController=null,e.isActive=!0,o.intance&&o.intance.destroy(),o.intance=_assertThisInitialized(e),e}return _createClass(o,[{key:"_socket",get:function(){var e,t,o;return this.isActive?(null===(e=this._webtransportController)||void 0===e?void 0:e.isReady())?this._webtransportController:(null===(t=this._datachannelController)||void 0===t?void 0:t.isReady())?this._datachannelController:(null===(o=this._websocketController)||void 0===o?void 0:o.isReady())?this._websocketController:null:null}},{key:"emit",value:function(e){for(var t,n=arguments.length,a=new Array(n>1?n-1:0),i=1;i<n;i++)a[i-1]=arguments[i];return(t=_get(_getPrototypeOf(o.prototype),"emit",this)).call.apply(t,[this,e].concat(a))}},{key:"on",value:function(e,t){return _get(_getPrototypeOf(o.prototype),"on",this).call(this,e,t)}},{key:"createSocket",value:function(e){var t=this;this.isActive=!0,this._websocketController||this._datachannelController||this._webtransportController||(ql.IsSupport()&&(this._websocketController=new ql(e),this._websocketController.on(l,(function(e){t.emit(l,e)}))),$l.IsSupport()&&(this._datachannelController=new $l(e)),Xl.IsSupport()&&(this._webtransportController=new Xl(e)))}},{key:"sendMessage",value:function(e){var t;return!this.isNeworkBusy()&&!!(null===(t=this._socket)||void 0===t?void 0:t.sendMessage(e))}},{key:"dynamicFeature",get:function(){var e;return(null===(e=this._socket)||void 0===e?void 0:e.dynamicFeature)||{}}},{key:"destroy",value:function(){var e,t,o,n;this.isActive&&(null===(e=this._webtransportController)||void 0===e||e.destroy(),null===(t=this._datachannelController)||void 0===t||t.destroy(),null===(o=this._websocketController)||void 0===o||o.destroy(),null===(n=this._socket)||void 0===n||n.destroy(),this._datachannelController=null,this._websocketController=null,this._webtransportController=null,this.isActive=!1)}},{key:"isNeworkBusy",value:function(){return!1}}]),o}(Ct),ep=ys(["ntp"]),tp=function(){function e(){_classCallCheck(this,e),this.afterStableRecordLimit=2,this.maxRecordLimit=8,this.sdxStandard=12,this.infoMap=new Map,this.afterStableRecordCountMap=new Map,this.deltaListMap=new Map,this.maxNDmap=new Map,this.minNDmap=new Map,this.maxRTNDmap=new Map,this.minRTNDmap=new Map,this.isStable=!1,this.listeners=new Map,this.singleOnceListeners=new Map}return _createClass(e,[{key:"setConfig",value:function(e){e.ntp_deviation&&(this.sdxStandard=e.ntp_deviation),e.ntp_deviation_recent_count&&(this.maxRecordLimit=e.ntp_deviation_recent_count)}},{key:"computeND",value:function(e,t,o,n){return+((n-e-(o-t))/2).toFixed(3)}},{key:"computeRTND",value:function(e,t,o,n){return Math.abs(Math.abs(n-o)-Math.abs(t-e))}},{key:"computeDelta",value:function(e,t,o,n){return o+this.computeND(e,t,o,n)-n}},{key:"getDelta",value:function(e){var t=this.deltaListMap.get(e)||[],o=Number.MAX_SAFE_INTEGER,n=Number.MIN_SAFE_INTEGER,a=0,i=0;return t.forEach((function(e){e>=0?(o=Math.min(o,e),a++):(n=Math.max(n,e),i++)})),a>i?o:n}},{key:"forceNotify",value:function(e){var t=this,o=function(e){var o=t.infoMap.get(e);if(o&&o.sessionId){var n=t.getDelta(e),a={delta:n,session_id:o.sessionId,participant_type:o.participantType,max_nd:t.maxNDmap.get(e),min_nd:t.minNDmap.get(e),max_rtnd:t.maxRTNDmap.get(e),min_rtnd:t.minRTNDmap.get(e),pnow:Math.round(performance.now())};ep.log_2(a),t.notify(e,n),t.clear(e)}};if(e)o(e);else{var n,a=_createForOfIteratorHelper(this.infoMap.keys());try{for(a.s();!(n=a.n()).done;){o(n.value)}}catch(e){a.e(e)}finally{a.f()}}}},{key:"computeIsStable",value:function(e){var t=this.deltaListMap.get(e);if(!(null==t?void 0:t.length)||t.length<this.maxRecordLimit)return[!1];var o=this.afterStableRecordCountMap.get(e);o&&(t=t.slice(0,-o));var n=t.reduce((function(e,t){return e+t}),0)/t.length,a=+t.reduce((function(e,t){return e+Math.pow(t-n,2)}),0).toFixed(2)/t.length,i=+Math.sqrt(a).toFixed(2);return[i<this.sdxStandard,i]}},{key:"record",value:function(e){if(!this.isStable&&e.connId){var t=e.t1,o=e.t2,n=e.t3,a=e.t4,i=e.connId,r=e.sessionId,s=e.participantType,c=this.computeRTND(t,o,n,a),u=this.computeND(t,o,n,a),l=this.computeDelta(t,o,n,a);if(!this.infoMap.has(i)){var p={sessionId:r,participantType:s};this.infoMap.set(i,p),this.deltaListMap.set(i,[]),this.maxNDmap.set(i,0),this.minNDmap.set(i,Number.MAX_SAFE_INTEGER),this.maxRTNDmap.set(i,0),this.minRTNDmap.set(i,Number.MAX_SAFE_INTEGER),this.afterStableRecordCountMap.set(i,0)}var d=this.deltaListMap.get(i);d.push(l),this.afterStableRecordCountMap.get(i)>0?d.length>this.maxRecordLimit+this.afterStableRecordLimit&&d.shift():d.length>this.maxRecordLimit&&d.shift(),this.maxNDmap.set(i,Math.max(u,this.maxNDmap.get(i))),this.minNDmap.set(i,Math.min(u,this.minNDmap.get(i))),this.maxRTNDmap.set(i,Math.max(c,this.maxRTNDmap.get(i))),this.minRTNDmap.set(i,Math.min(c,this.minRTNDmap.get(i)));var h=this.computeIsStable(i),m=this.afterStableRecordCountMap.get(i);this.isStable=h[0]&&m>=2,h[0]&&this.afterStableRecordCountMap.set(i,m+1);var g=h[1]||0,f={t1:t,t2:o,t3:n,t4:a,delta:l,nd:u,rtnd:c,sdx:g,session_id:r,participant_type:s,pnow:Math.round(performance.now())};if(ep.log_2(f),this.isStable){var v=this.getDelta(i),y={delta:v,session_id:r,participant_type:s,max_nd:this.maxNDmap.get(i),min_nd:this.minNDmap.get(i),max_rtnd:this.maxRTNDmap.get(i),min_rtnd:this.minRTNDmap.get(i),sdx:g,pnow:Math.round(performance.now())};ep.log_2(y),this.notify(i,v),this.clear(i)}}}},{key:"setDelta",value:function(e,t){this.notify(e,t)}},{key:"clear",value:function(e){e?(this.infoMap.delete(e),this.deltaListMap.delete(e),this.afterStableRecordCountMap.delete(e),this.maxNDmap.delete(e),this.minNDmap.delete(e),this.maxRTNDmap.delete(e),this.minRTNDmap.delete(e),this.listeners.delete(e),this.singleOnceListeners.delete(e)):(this.infoMap.clear(),this.deltaListMap.clear(),this.afterStableRecordCountMap.clear(),this.maxNDmap.clear(),this.minNDmap.clear(),this.maxRTNDmap.clear(),this.minRTNDmap.clear(),this.listeners.clear(),this.singleOnceListeners.clear()),this.isStable=!1}},{key:"observe",value:function(e,t){this.listeners.get(e)||this.listeners.set(e,[]),this.listeners.get(e).push(t)}},{key:"observeSingleOnce",value:function(e,t){this.singleOnceListeners.set(e,t)}},{key:"notify",value:function(e,t){var o=this.listeners.get(e)||[];this.singleOnceListeners.has(e)&&o.push(this.singleOnceListeners.get(e)),o.forEach((function(o){o(e,t)})),this.singleOnceListeners.delete(e)}}]),e}(),op=new tp,np=void 0;var ap=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this))._options=e,n._tlRecvMessagePools=[],n._buffers=[],n._isActive=!1,n.setMaxListeners(100),n}return _createClass(o,[{key:"connectTl",value:function(){arguments.length>1&&void 0!==arguments[1]||y.START}},{key:"shouldIgnoreMessage",value:function(e){return!e||(!(![go.INTERACTION,go.INTERACTION_BINARY].includes(e.eventType)||1!==Jo.state.context.participants.size||!Jo.state.context.currentUserId)||!(e.eventType!==go.FLYING_CURSOR||!bo[e.data.type]))}},{key:"_addOrClearBuffer",value:function(e){var t=this;(e&&!this.shouldIgnoreMessage(e)&&this._buffers.push(e),Jo.state.context.currentUserId||e&&_o[e.eventType])&&(this._buffers=this._buffers.filter((function(e){if("number"==typeof e.batchNo){var t=e.batchNo;return delete e.batchNo,t===No.batchNo}return!0})),this._buffers.every((function(e,o){return!!t._tl.sendMessage(e)||(t._buffers.splice(0,o),!1)}))&&(this._buffers=[]))}},{key:"tlEventListener",value:function(){var e=this;return new nt("transfer-layer").registerHanlder((function(t,o){o.eventType===go.CONNECTED&&1===o.data.connType&&e._addOrClearBuffer()}))}},{key:"initPostMessageTool",value:function(){var e,t,o,n="cbs-iframe-message";if(!this._tlRecvMessagePools.find((function(e){return e.name===n}))){this._tlRecvMessagePools.push(new Lo(n),new nt("participants").registerHanlder((function(e,t){var o=t.data;switch(t.eventType){case go.DISCONNECTED:var n=o.code,a=o.reason;Jo.send({type:"RESET"}),Ls.log("code:".concat(n,",reason:").concat(a));break;case go.CONNECTED:if(!o.userId)break;Jo.send({type:"UPDATE_CURRENT_USER_ID",payload:{userId:o.userId}});break;case go.USER_ROSTER:var i=o.add,r=o.remove,s=o.update;(null==i?void 0:i.length)&&Jo.send({type:"ADD_USERS",payload:i}),(null==s?void 0:s.length)&&Jo.send({type:"UPDATE_USERS",payload:s}),(null==r?void 0:r.length)&&Jo.send({type:"REMOVE_USERS",payload:r})}}),(function(){Jo.send({type:"RESET"})})),this.tlEventListener());var a=function(e,t,o){if(!(o.participantType!==dt.LEADER&&o.participantType!==dt.FOLLOWER||"com"!==o.mode&&"cc"!==o.mode)){var n="",a=void 0;o.config&&op.setConfig(o.config);var i=function(){op.isStable||op.forceNotify(),op.clear(),np=void 0,n="",clearTimeout(a),a=void 0};return new nt("ntp").registerHanlder((function(r,s){var c,u,l,p=s.data;switch(s.eventType){case go.USER_ROSTER:if(o.participantType!==dt.FOLLOWER)return;if(null===(c=p.add)||void 0===c?void 0:c.every((function(e){return e.participantType===o.participantType})))return;if(!n){var d=null===(u=p.add)||void 0===u?void 0:u.find((function(e){return e.participantType===dt.LEADER}));n=(null==d?void 0:d.userId)||""}if((null===(l=p.remove)||void 0===l?void 0:l.find((function(e){return e.participantType===dt.LEADER})))&&(n=""),!n)return;a&&(clearTimeout(a),a=void 0),e.sendMessage({eventType:go.NTP,data:{t1:Date.now()}});break;case go.NTP:var h=p.t1,m=p.t2,g=p.t3,f=p.delta,v=p.cId;if(void 0!==f&&v)return void op.setDelta(v,f);if(g){if(op.observeSingleOnce(v,(function(a,i){n&&(np=i,e.sendMessage({eventType:go.NTP,data:{delta:void 0!==i?-i:i,cId:a}}),t.postMessageToIframes({eventType:"NTP",data:{delta:i,cId:a,sessionId:o.sessionId}}))})),void 0!==np)return op.notify(v,np),clearTimeout(a),void(a=void 0);op.record({t1:h,t2:m,t3:g,t4:Date.now(),connId:v,sessionId:o.sessionId||"",participantType:o.participantType}),void 0===np&&n?(clearTimeout(a),a=setTimeout((function(){e.sendMessage({eventType:go.NTP,data:{t1:Date.now(),cId:v}})}),o.config.ntp_send_interval||2e3)):a=void 0}else if(h){var y=Date.now();e.sendMessage({eventType:go.NTP,data:{t1:h,t2:y,t3:y,cId:v}})}break;case go.DISCONNECTED:case go.END_ROOM:case go.LEAVE_ROOM:i()}}),(function(){i()}))}}(this,No,{mode:this._options.mode||"",sessionId:this._options.roomId,participantType:this._options.participantType,config:{ntp_deviation:null===(e=this._options.config)||void 0===e?void 0:e.ntp_deviation,ntp_deviation_recent_count:null===(t=this._options.config)||void 0===t?void 0:t.ntp_deviation_recent_count,ntp_send_interval:null===(o=this._options.config)||void 0===o?void 0:o.ntp_send_interval}});a&&this._tlRecvMessagePools.push(a)}this._tlRecvMessagePools.forEach((function(e){return e.start()}))}},{key:"initTransferLayerManager",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.START;this._tl||(this._tl=new Ql),null===(e=this._initTlHook)||void 0===e||e.call(this),this.initPostMessageTool(),this.connectTl(!1,t)}},{key:"_handleCBSMessageFromIframe",value:function(e){if(e){var t=e.type,o=e.sessionId;t===Ze.CBS?this._options.roomId===o&&this._addOrClearBuffer({eventType:go.INTERACTION,data:e}):t===Ze.REMOTE_ASSIST_FLYING_CURSOR&&this._options.roomId===o&&this._addOrClearBuffer({eventType:go.FLYING_CURSOR,data:{type:Je.Position,data:e.data}})}}},{key:"createSocket",value:function(e){var t,o=this,n=e.onOpen,a=r(e,["onOpen"]);null===(t=this._tl)||void 0===t||t.createSocket(Object.assign(Object.assign({},a),{onOpen:function(){if(null==n||n.apply(void 0,arguments),1===(arguments.length<=1?void 0:arguments[1])){var t=o._options,a=t.roomId,i=t.participantType===dt.LEADER;No.checkUnlockedReadyTab().then((function(t){No.bindReadyTab(t,a),i||No.isReady().then((function(){o._addOrClearBuffer({eventType:go.FULL_SNAPSHOT_REQUEST,data:{sessionId:o._options.roomId}})})),No.postMessageToIframes({eventType:"SESSION_INFO",data:{sessionId:o._options.roomId,sessionRegion:e.dc,startUrl:e.startUrl||""}})}))}}}))}},{key:"initRecvMessageTool",value:function(){this._recvMessageTool||(this._recvMessageTool=new Do({callback:this._handleCBSMessageFromIframe.bind(this)})),this._recvMessageTool.start()}},{key:"start",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.START;this._isActive=!0,this.initTransferLayerManager(e),this.initRecvMessageTool()}},{key:"stop",value:function(){var e,t;this._buffers=[],this._isActive=!1,null===(e=this._tl)||void 0===e||e.destroy(),null===(t=this._recvMessageTool)||void 0===t||t.stop(),this._tlRecvMessagePools.forEach((function(e){return e.stop()})),this.removeAllListeners()}},{key:"sendMessage",value:function(e){if(this._isActive&&this._tl){this._addOrClearBuffer(e);var t=e.eventType;[go.REMOTE_CONTROL_RESPONSE,go.REMOTE_CONTROL_GIVE_UP,go.REMOTE_CONTROL_TAKE_BACK,go.END_ROOM,go.LEAVE_ROOM,go.ANNOTATION,go.START_RECORD,go.STOP_RECORD,go.PAUSE_RECORD,go.RESUME_RECORD,go.START_RECORD_RESPONSE,go.STOP_RECORD_RESPONSE,go.PAUSE_RECORD_RESPONSE,go.RESUME_RECORD_RESPONSE,go.FLYING_CURSOR,go.ROOM_ROSTER].includes(t)&&No.handleRemoteMessage(e)}}},{key:"registerMessageHandler",value:function(e,t){var o=this._tlRecvMessagePools.find((function(t){return t.name===e}));return o||(o=new nt(e),this._tlRecvMessagePools.push(o)),o.registerHanlder(t),o.start(),o}},{key:"dynamicFeature",get:function(){var e;return(null===(e=this._tl)||void 0===e?void 0:e.dynamicFeature)||{}}}]),o}(Ct),ip=ys(["CoBrowsing Channel"]),rp=Cs.logWithBaseTags(["CHANNEL","CHANNEL_SERVICE"]),sp=Du,cp=function(t){_inherits(n,t);var o=_createSuper(n);function n(e){var t;_classCallCheck(this,n);var a=Fs.getState(),i=a.isCommonMode,r=a.isCCMode;return(t=o.call(this,{roomId:e.roomId,participantType:e.participantType,config:e.config||{},mode:i?"com":r?"cc":""})).options=e,t._maxTryTime=3,t._tryTime=0,t.isPinging=!1,t.prevent=!1,t._initTlHook=function(){var e;null===(e=t._tl)||void 0===e||e.on(l,(function(e){t.emit(l,e)}))},t}return _createClass(n,[{key:"emit",value:function(e){for(var t,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return(t=_get(_getPrototypeOf(n.prototype),"emit",this)).call.apply(t,[this,e].concat(a))}},{key:"on",value:function(e,t){return _get(_getPrototypeOf(n.prototype),"on",this).call(this,e,t)}},{key:"getStartUrl",value:function(){var e=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT;return Ii()&&e?"https://".concat(null==e?void 0:e.domain,"/agent"):location.origin+location.pathname}},{key:"connectTl",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:y.START,n=arguments.length>2?arguments[2]:void 0;return s(this,void 0,void 0,_regeneratorRuntime().mark((function a(){var i,r,s,u,p,d,h,m,g,f=this;return _regeneratorRuntime().wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(i=o===y.AUTO||o===y.PERSIST,ip.log("channel connectTl isFailover:".concat(t,", isReconnect:").concat(i,",connType:").concat(n,", ").concat((new Date).valueOf())),sp){a.next=5;break}return ip.error("[No-Error]socket connect failed,can not find auth module"),a.abrupt("return");case 5:if(!t){a.next=12;break}if(r=sp.getSyncZCBWebTokenLifeTime(),ip.log("restore session, tokenLifeTime:".concat(r,", type:failover")),!(r>6e5)){a.next=12;break}return ip.error("discard token due to expired"),this.emit(l,{event:c.SESSION_CLOSED,data:{code:C.END_DEACTIVE_ROOM,reason:""}}),a.abrupt("return");case 12:if(t||i?this.emit(l,{event:c.SESSION_RECONNECTING,data:{callType:o}}):this.emit(l,{event:c.SESSION_CONNECTING,data:{}}),s=this.options.roomId,!t){a.next=34;break}return a.prev=15,No.unbindReadyTab(s),u=_r.genFailOverZmChsTrackingId(),p=_r.getZmTrackingId(),ip.log("gen new chs trackingId, zmTrackingId:".concat(p,", zmChsTrackingId:").concat(u)),a.next=22,sp.getSessionStatus({sessionId:s,isCallByZCB:!0});case 22:d=a.sent,h=(d||{}).sessionRegions,this.options.sessionRegions=h,a.next=34;break;case 27:return a.prev=27,a.t0=a.catch(15),n&&1!==n||Is({sessionId:s,participantType:this.options.participantType,result:0,failedType:"TRANSFER_LAYER_TRY_FAILOVER",message:"transfer_layer get session status failed: ".concat(a.t0)}),ip.error("try to failover fail, error: ".concat(JSON.stringify(a.t0),", connType: ").concat(n)),m=null===a.t0||void 0===a.t0?void 0:a.t0.code,fe[m]?this.emit(l,{event:c.ERROR,data:{errorMsg:Ee[m],code:m}}):this.emit(l,{event:c.ERROR,data:{errorMsg:ve[he.UNKNOWN_SERVICE_EXCEPTION],code:he.UNKNOWN_SERVICE_EXCEPTION}}),a.abrupt("return");case 34:if(g=this.options.sessionRegions,!this.isPinging){a.next=37;break}return a.abrupt("return");case 37:this.isPinging=!0,ls.clearRegion(),Ge(g).then((function(n){var a,i;if(rp.log(e.PerformanceLogEnum.PingEndpointListDone),rp.logRange(e.PerformanceLogEnum.StartChannel,e.PerformanceLogEnum.PingEndpointListDone),f.prevent)f.prevent=!1;else{var r=n.dc,u=n.auth_token,p=_r.getZmTrackingIdForChs();ip.log("zmTrackingIdForChs:".concat(p)),ls.setRegion(r),f.createSocket({url:"wss://".concat(r).concat("/chs/cobrowser","/").concat(s),query:{roomId:s,auth:u,tid:p||"".concat(Ne()),deviceId:Vs.getState().zmDeviceId,startUrl:f.getStartUrl(),screenWidth:window.screen.width,screenHeight:window.screen.height,persistence:1!==f.options.persistence||t?0:1,sdkVersion:f.options.sdkVersion||""},wsMsgTransSplitSize:Io.getCoBrowsingConfig("wsMsgTransSplitSize"),onMessage:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];f._tlRecvMessagePools.forEach((function(e){return e.onMessage.apply(e,t)}))},onManualClose:function(e){1===e&&(f._tlRecvMessagePools.forEach((function(e){return e.onClose()})),ls.clearRegion())},onClose:function(e,t){1===t&&(f._tlRecvMessagePools.forEach((function(e){return e.onClose()})),ls.clearRegion())},tracelog:ip,isFailOverFlow:t,dc:r,startUrl:f.options.startUrl,participantType:f.options.participantType,splitWSS:null===(a=f.options.config)||void 0===a?void 0:a.split_wss,compress_message_zlib:null===(i=f.options.config)||void 0===i?void 0:i.compress_message_zlib,onFailOver:function(e){var t,n=1===e?"SOCKET_CONNECTION_FAILOVER_MAIN":"SOCKET_CONNECTION_FAILOVER_BINARY",a="connection failover, connType: ".concat(e);if(Is({sessionId:s,participantType:f.options.participantType,result:0,failedType:n,message:a}),1===e){if(f._tryTime>f._maxTryTime)return ip.error("channel failover failed, _tryTime: ".concat(f._tryTime)),f.emit(l,{event:c.ERROR,data:{errorMsg:ve[he.SOCKET_FAIL_OVER_FAILED],code:he.SOCKET_FAIL_OVER_FAILED}}),void(f._tryTime=0);f._tryTime++,null===(t=f._tl)||void 0===t||t.destroy(),f.connectTl(!0,o,e)}},onConnectFail:function(e){var t=1===e?"SOCKET_TRY_MAX_LIMIT_MAIN":"SOCKET_TRY_MAX_LIMIT_BINARY",o="connect failed cause trying max limit, connType: ".concat(e);Is({sessionId:s,participantType:f.options.participantType,result:0,failedType:t,message:o}),1===e&&f.emit(l,{event:c.ERROR,data:{errorMsg:ve[he.SOCKET_RECONNECT_FAILED],code:he.SOCKET_RECONNECT_FAILED}})},onOpen:function(){f._tryTime=0}})}})).catch((function(e){n&&1!==n||Is({sessionId:s,participantType:f.options.participantType,result:0,failedType:"TRANSFER_LAYER_GET_ENDPOINT",message:e}),f.emit(l,{event:c.ERROR,data:{errorMsg:ve[he.ALL_PING_FAILED],code:he.ALL_PING_FAILED}})})).finally((function(){f.isPinging=!1,f.prevent=!1}));case 40:case"end":return a.stop()}}),a,this,[[15,27]])})))}},{key:"channelFailOver",value:function(){var e;return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return null===(e=this._tl)||void 0===e||e.destroy(),t.next=3,this.connectTl(!0);case 3:case"end":return t.stop()}}),t,this)})))}},{key:"setPrevent",value:function(){this.isPinging&&(this.prevent=!0)}}]),n}(ap);return e.CBSInteractionLatencyLog=Ns,e.TransferLayerObserver=cp,e.TransferLayerObserverBase=ap,e.cbsConnectionLog=Is,e.cbsInteractionLatencyLog=Ds,e.ccAuthController=null,e.comAuthController=Du,e.comDefaultPublicShape=Us,e.comStore=xs,e.defaultComShape={},e.defaultGlobalConfShape={zmDeviceId:"",zmTrackingId:""},e.defaultPublicShape=Bs,e.defaultRecordingShape=Hs,e.delLocalSession=dc,e.getLocalSession=function(){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,a,i,r,s,c,u;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=Ri(pc(k)),o=Ri(pc(_)),n=Ri(pc(E)),a=Ri(pc(b)),i=cc.get(),e.next=8,null==i?void 0:i.getData(t);case 8:return r=e.sent,e.next=11,null==i?void 0:i.getData(o);case 11:return s=e.sent,e.next=14,null==i?void 0:i.getData(n);case 14:return c=e.sent,e.next=17,null==i?void 0:i.getData(a);case 17:return u=e.sent,e.abrupt("return",{sessionId:ji(r||""),authToken:ji(s||""),pinCode:ji(c||""),tokenSaveTime:ji(u||"")});case 21:return e.prev=21,e.t0=e.catch(0),uc.error("getlocalsession error, error: ".concat(JSON.stringify(e.t0))),e.abrupt("return",{sessionId:"",authToken:"",pinCode:"",tokenSaveTime:""});case 25:case"end":return e.stop()}}),e,null,[[0,21]])})))},e.globalConfStore=Vs,e.initLaplace=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Xn()&&!Ii())return globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve();var t=function(e){var t,o,n=e.zmTrackingId,a=void 0===n?"":n,i=[new Qn({debug:!1,cleanAfterReport:!0,expireBefore:Qi}),new ta({enable:!0,debug:!1,ignoredErrorMsgKeywords:Xi,maxErrorCount:223,publicTags:[a,"ZCB-CLIENT","ERROR",null!==(t=null===location||void 0===location?void 0:location.host)&&void 0!==t?t:""]}),new vi({enable:!1,debug:!1,publicTags:[a,"STATIC_RESOURCE",null!==(o=null===location||void 0===location?void 0:location.host)&&void 0!==o?o:"","ZCB-CLIENT"],includeResourceList:["zcb-core.css","zcb-core.js"],excludeResourceTimingKeys:[],userRegion:""})];return{databaseName:"laplace-zcb-client-database",maxSize:49283072,reportUrl:$n.getCurrentReportUrl(),plugins:i}}(e);return Wn.init(t).then((function(e){var t,o,n,a;e&&(t=or,n=(null==(o=e)?void 0:o.getLogs("ZCB-CLIENT"))||[],a=new Set(n.map((function(e){return null==e?void 0:e.id}))),((null==t?void 0:t.getLogs("ZCB-CLIENT"))||[]).forEach((function(e){if(e&&!a.has(null==e?void 0:e.id)){var t=e||{},o=t.message,n=t.tags,i=t.logLevel,r=t.host,s=t.timestamp;er.push({message:o,tag:n,logLevel:i,extraProperties:{host:r,timestamp:s}})}})),or=e,Xn()&&(er.length&&globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.allSettled(er.map((function(e){var t=e.message,o=e.tag,n=e.logLevel,a=e.extraProperties;return or.log(t,o,n,a)}))).then((function(){er.length=0,or.reportByFilter(["ZCB-CLIENT"])})),tr.length&&globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.allSettled(tr.map((function(e){var t=e.payload,o=e.options;return or.directReport(t,o)}))).then((function(){tr.length=0}))))})).catch((function(e){console.error("initLaplace ERROR:",e)}))},e.makeLogger=ys,e.mockAuthController=null,e.participantsService=Jo,e.performanceLog=Cs,e.publicStore=Fs,e.recordingStore=Ws,e.sessionController=lc,e.setLocalSession=hc,Object.defineProperty(e,"__esModule",{value:!0}),e}({});\n//# sourceMappingURL=https://d1cdksi819e9z7.cloudfront.net/zcb/mh1ut473/zcb-channel.js.map\n';export{e as default};
1
+ var e='function _toArray(e){return _arrayWithHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableRest()}function ownKeys(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(o),!0).forEach((function(t){_defineProperty(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ownKeys(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function _wrapNativeSuper(e){var t="function"==typeof Map?new Map:void 0;return _wrapNativeSuper=function(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,o)}function o(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(o,e)},_wrapNativeSuper(e)}function _construct(e,t,o){if(_isNativeReflectConstruct())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var i=new(e.bind.apply(e,n));return o&&_setPrototypeOf(i,o.prototype),i}function _isNativeFunction(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}function _get(){return _get="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,o){var n=_superPropBase(e,t);if(n){var i=Object.getOwnPropertyDescriptor(n,t);return i.get?i.get.call(arguments.length<3?e:o):i.value}},_get.apply(null,arguments)}function _superPropBase(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=_getPrototypeOf(e)););return e}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var o,n=_getPrototypeOf(e);if(t){var i=_getPrototypeOf(this).constructor;o=Reflect.construct(n,arguments,i)}else o=n.apply(this,arguments);return _possibleConstructorReturn(this,o)}}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn\'t been initialised - super() hasn\'t been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,_toPropertyKey(n.key),n)}}function _createClass(e,t,o){return t&&_defineProperties(e.prototype,t),o&&_defineProperties(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _createForOfIteratorHelper(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,r=!0,s=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return r=e.done,e},e:function(e){s=!0,a=e},f:function(){try{r||null==o.return||o.return()}finally{if(s)throw a}}}}function _regeneratorRuntime(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */_regeneratorRuntime=function(){return t};var e,t={},o=Object.prototype,n=o.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",r=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function A(e,t,o,n){return Object.defineProperty(e,t,{value:o,enumerable:!n,configurable:!n,writable:!n})}try{A({},"")}catch(e){A=function(e,t,o){return e[t]=o}}function c(t,o,n,i){var a=o&&o.prototype instanceof g?o:g,r=Object.create(a.prototype);return A(r,"_invoke",function(t,o,n){var i=1;return function(a,r){if(3===i)throw Error("Generator is already running");if(4===i){if("throw"===a)throw r;return{value:e,done:!0}}for(n.method=a,n.arg=r;;){var s=n.delegate;if(s){var A=y(s,n);if(A){if(A===l)continue;return A}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(1===i)throw i=4,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=3;var c=u(t,o,n);if("normal"===c.type){if(i=n.done?4:2,c.arg===l)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(i=4,n.method="throw",n.arg=c.arg)}}}(t,n,new k(i||[])),!0),r}function u(e,t,o){try{return{type:"normal",arg:e.call(t,o)}}catch(e){return{type:"throw",arg:e}}}t.wrap=c;var l={};function g(){}function p(){}function h(){}var d={};A(d,a,(function(){return this}));var E=Object.getPrototypeOf,f=E&&E(E(b([])));f&&f!==o&&n.call(f,a)&&(d=f);var m=h.prototype=g.prototype=Object.create(d);function I(e){["next","throw","return"].forEach((function(t){A(e,t,(function(e){return this._invoke(t,e)}))}))}function C(e,t){function o(i,a,r,s){var A=u(e[i],e,a);if("throw"!==A.type){var c=A.arg,l=c.value;return l&&"object"==_typeof(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){o("next",e,r,s)}),(function(e){o("throw",e,r,s)})):t.resolve(l).then((function(e){c.value=e,r(c)}),(function(e){return o("throw",e,r,s)}))}s(A.arg)}var i;A(this,"_invoke",(function(e,n){function a(){return new t((function(t,i){o(e,n,t,i)}))}return i=i?i.then(a,a):a()}),!0)}function y(t,o){var n=o.method,i=t.i[n];if(i===e)return o.delegate=null,"throw"===n&&t.i.return&&(o.method="return",o.arg=e,y(t,o),"throw"===o.method)||"return"!==n&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a \'"+n+"\' method")),l;var a=u(i,t.i,o.arg);if("throw"===a.type)return o.method="throw",o.arg=a.arg,o.delegate=null,l;var r=a.arg;return r?r.done?(o[t.r]=r.value,o.next=t.n,"return"!==o.method&&(o.method="next",o.arg=e),o.delegate=null,l):r:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,l)}function v(e){this.tryEntries.push(e)}function B(t){var o=t[4]||{};o.type="normal",o.arg=e,t[4]=o}function k(e){this.tryEntries=[[-1]],e.forEach(v,this),this.reset(!0)}function b(t){if(null!=t){var o=t[a];if(o)return o.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,r=function o(){for(;++i<t.length;)if(n.call(t,i))return o.value=t[i],o.done=!1,o;return o.value=e,o.done=!0,o};return r.next=r}}throw new TypeError(_typeof(t)+" is not iterable")}return p.prototype=h,A(m,"constructor",h),A(h,"constructor",p),p.displayName=A(h,s,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,h):(e.__proto__=h,A(e,s,"GeneratorFunction")),e.prototype=Object.create(m),e},t.awrap=function(e){return{__await:e}},I(C.prototype),A(C.prototype,r,(function(){return this})),t.AsyncIterator=C,t.async=function(e,o,n,i,a){void 0===a&&(a=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise);var r=new C(c(e,o,n,i),a);return t.isGeneratorFunction(o)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},I(m),A(m,s,"Generator"),A(m,a,(function(){return this})),A(m,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),o=[];for(var n in t)o.unshift(n);return function e(){for(;o.length;)if((n=o.pop())in t)return e.value=n,e.done=!1,e;return e.done=!0,e}},t.values=b,k.prototype={constructor:k,reset:function(t){if(this.prev=this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(B),!t)for(var o in this)"t"===o.charAt(0)&&n.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0][4];if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var o=this;function n(e){r.type="throw",r.arg=t,o.next=e}for(var i=o.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],r=a[4],s=this.prev,A=a[1],c=a[2];if(-1===a[0])return n("end"),!1;if(!A&&!c)throw Error("try statement without catch or finally");if(null!=a[0]&&a[0]<=s){if(s<A)return this.method="next",this.arg=e,n(A),!0;if(s<c)return n(c),!1}}},abrupt:function(e,t){for(var o=this.tryEntries.length-1;o>=0;--o){var n=this.tryEntries[o];if(n[0]>-1&&n[0]<=this.prev&&this.prev<n[2]){var i=n;break}}i&&("break"===e||"continue"===e)&&i[0]<=t&&t<=i[2]&&(i=null);var a=i?i[4]:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i[2],l):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),l},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o[2]===e)return this.complete(o[4],o[3]),B(o),l}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o[0]===e){var n=o[4];if("throw"===n.type){var i=n.arg;B(o)}return i}}throw Error("illegal catch attempt")},delegateYield:function(t,o,n){return this.delegate={i:b(t),r:o,n:n},"next"===this.method&&(this.arg=e),l}},t}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=Array(t);o<t;o++)n[o]=e[o];return n}function _iterableToArrayLimit(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,i,a,r,s=[],A=!0,c=!1;try{if(a=(o=o.call(e)).next,0===t){if(Object(o)!==o)return;A=!1}else for(;!(A=(n=a.call(o)).done)&&(s.push(n.value),s.length!==t);A=!0);}catch(e){c=!0,i=e}finally{try{if(!A&&null!=o.return&&(r=o.return(),Object(r)!==r))return}finally{if(c)throw i}}return s}}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _defineProperty(e,t,o){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}"undefined"==typeof globalThis&&(window.globalThis=window),void 0===globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__&&(globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__=globalThis,console.warn("[GLOBAL-PROTECT] __$ZCB_GLOBAL_PURE_WINDOW$__ is not defined and is assigned to globalThis. Please check if the iframe is loaded. Protection may not work as expected.")),globalThis.__$ZCB_GLOBAL_CACHE$__&&"function"==typeof globalThis.__$ZCB_GLOBAL_CACHE$__.$update?globalThis.__$ZCB_GLOBAL_CACHE$__.$update({Promise:globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__.Promise}):globalThis.__$ZCB_GLOBAL_CACHE$__=function(){var e,t={Promise:globalThis.__$ZCB_GLOBAL_PURE_WINDOW$__.Promise},o=!1;function n(e,t,n){Object.defineProperty(e,t,{get:function(){return n},set:function(e){o?n=e:console.warn("[GLOBAL-PROTECT] Direct modification of __$GLOBAL_CACHE$__ is not allowed. Use __$GLOBAL_CACHE$__.$update() instead.")},enumerable:!0,configurable:!1})}if("function"!=typeof Proxy){e={};for(const o in t)t.hasOwnProperty(o)&&n(e,o,t[o])}else e=new Proxy(t,{set:function(e,t,n,i){return o||"$update"===t?(e[t]=n,!0):(console.warn("[GLOBAL-PROTECT] Direct modification of __$GLOBAL_CACHE$__ is not allowed. Use __$GLOBAL_CACHE$__.$update() instead."),!1)},get:function(e,t,o){return e[t]},deleteProperty:function(e,t){return console.warn("[GLOBAL-PROTECT] Deletion of __$GLOBAL_CACHE$__ properties is not allowed."),!1}});return Object.defineProperty(e,"$update",{value:function(e){if("object"!=typeof e||null===e)throw new Error("[GLOBAL-PROTECT] $update() expects an object with key-value pairs: $update({key1: value1, key2: value2})");o=!0;try{for(const[t,o]of Object.entries(e))this[t]=o}finally{o=!1}},writable:!1,enumerable:!1,configurable:!1}),e}();var ZCBCoChannel=function(e,t,o,n,i,a){"use strict";function r(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(o[n[i]]=e[n[i]])}return o}function s(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(i,a){function r(e){try{A(n.next(e))}catch(e){a(e)}}function s(e){try{A(n.throw(e))}catch(e){a(e)}}function A(e){var t;e.done?i(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}A((n=n.apply(e,t||[])).next())}))}var A,c,u="evt";!function(e){e.USER_ROSTER="msg_user_roster",e.ROOM_ROSTER="msg_room_roster",e.DYNAMIC_FEATURE_CHANGE="msg_dynamic_feature_change",e.SESSION_CLOSED="msg_session_closed",e.SESSION_STARTED="msg_session_started",e.SESSION_PERSISTED="msg_session_persisted",e.ERROR="msg_error",e.SESSION_CONNECTING="msg_session_connecting",e.SESSION_RECONNECTING="msg_session_reconnecting",e.RECORD_APPROVE_REQUEST="msg_record_approve_request",e.START_RECORD_RESPONSE="msg_record_started_response",e.STOP_RECORD_RESPONSE="msg_record_stopped_response",e.PAUSE_RECORD_RESPONSE="msg_record_paused_response",e.RESUME_RECORD_RESPONSE="msg_record_resumed_response",e.SOCKET_OPEN="msg_socket_open",e.RECORD_APPROVE_RESPONSE="msg_record_approve_response",e.USER_BE_HOLD_STATUS_CHANGE="msg_user_be_hold_status_change",e.REMOTE_CONTROL_REQUEST="msg_remote_control_request",e.REMOTE_CONTROL_RESPONSE="msg_remote_control_response",e.REMOTE_CONTROL_GIVE_UP="msg_remote_control_give_up",e.REMOTE_CONTROL_TAKE_BACK="msg_remote_control_take_back",e.REMOTE_CONTROL_REJECT="msg_remote_control_reject",e.REMOTE_CONTROL_CANCEL="msg_remote_control_cancel",e.LEADER_PAGE_VISIBILITY="msg_leader_page_visibility"}(A||(A={})),function(e){e.SESSION_STARTED="session_started",e.SESSION_INITED="session_inited",e.SESSION_PAUSED="session_paused",e.SESSION_RESUMED="session_resumed",e.SESSION_ENDED="session_ended",e.SESSION_LEFT="session_left",e.SESSION_CANCELING="session_canceling",e.SESSION_CONNECTING="session_connecting",e.SESSION_RECONNECTING="session_reconnecting",e.SESSION_PERSISTING="session_persisting",e.PARTICIPANT_CHANGED="participant_changed",e.AGENT_JOINED="agent_joined",e.AGENT_LEFT="agent_left",e.AGENT_DISCONNECTED="agent_disconnected",e.CUSTOMER_JOINED="customer_joined",e.CUSTOMER_LEFT="customer_left",e.CUSTOMER_DISCONNECTED="customer_disconnected",e.SESSION_ERROR="session_error",e.REMOTE_CONTROL_STATUS="remote_control_status",e.REMOTE_CONTROL_REQUEST="remote_control_request",e.REMOTE_CONTROL_RESPONSE="remote_control_response",e.REMOTE_CONTROL_GIVE_UP="remote_control_give_up",e.REMOTE_CONTROL_TAKE_BACK="remote_control_take_back",e.REMOTE_CONTROL_REJECT="remote_control_reject",e.REMOTE_CONTROL_CANCEL="remote_control_cancel",e.REMOTE_ASSIST_REQUESTED="remote_assist_requested",e.REMOTE_ASSIST_CANCELLED="remote_assist_cancelled",e.REMOTE_ASSIST_ACCEPTED="remote_assist_accepted",e.REMOTE_ASSIST_REJECTED="remote_assist_rejected",e.REMOTE_ASSIST_STARTED="remote_assist_started",e.REMOTE_ASSIST_STOPPED="remote_assist_stopped",e.PINCODE_UPDATED="pincode_updated",e.RECORD_STARTED="record_started",e.RECORD_STOPPED="record_stopped",e.RECORD_PAUSED="record_paused",e.RECORD_RESUMED="record_resumed",e.ORIGIN_UPDATED="origin_updated",e.START_REPLAY="start_replay",e.CURRENT_USER_TRANSFER="current_user_transfer",e.CUSTOMER_FOCUS_LOST="customer_focus_lost",e.CUSTOMER_TRANSFERRED="customer_transferred",e.DYNAMIC_FEATURE_CHANGE="dynamic_feature_change"}(c||(c={}));var l,g,p,h,d,E,f,m,I,C="_room_session",y="_room_token",v="_room_token_save_time",B="_room_session_pin_code",k="$$_ZCB_SESSION_$$";!function(e){e.COM_DESK="com-desk",e.COM_VIEWER="com-viewer",e.COM_BYOP_DESK="com_byop_desk"}(l||(l={})),function(e){e[e.Normal=0]="Normal",e[e.AgentReconnectFailed=1]="AgentReconnectFailed",e[e.CustomerReconnectFailed=2]="CustomerReconnectFailed",e[e.CustomerEnded=3]="CustomerEnded"}(g||(g={})),function(e){e[e.Voice=1]="Voice",e[e.Chat=2]="Chat",e[e.VideoInbound=3]="VideoInbound",e[e.VideoOutbound=4]="VideoOutbound"}(p||(p={})),function(e){e.tabFollowingWaitTransferringCustomer="tabFollowingWaitTransferringCustomer",e.tabFollowingTransferringFailedCustomer="tabFollowingTransferringFailedCustomer",e.tabFollowingTransferringFailedAgent="tabFollowingTransferringFailedAgent"}(h||(h={})),function(e){e.NOT_CREATED="session_not_created",e.RECOVERABLE="session_recoverable",e.STARTED="session_started",e.CONNECT_FAILED="connect_failed",e.CONNECTING="session_connecting",e.CANCELING="session_canceling",e.RECONNECTING="session_reconnecting",e.CAN_PERSIST="session_can_persist",e.PERSISTING="session_persisting"}(d||(d={})),function(e){e.UNKNOWN="unknown"}(E||(E={})),function(e){e.UNKNOWN="unknown",e.NO_ROOT_DOM="no_root_dom"}(f||(f={})),function(e){e.START="START",e.JOIN="JOIN",e.AUTO="AUTO",e.PERSIST="PERSIST"}(m||(m={})),function(e){e.RECONNECTING="reconnecting",e.PERSISTING="persisting"}(I||(I={}));var b,_,w,S,Q,R,T,D,O,N,L,j,M,F;!function(e){e.zcc="zcc",e.common="common"}(b||(b={})),function(e){e[e.NoAction=0]="NoAction",e[e.Accept=1]="Accept",e[e.Decline=2]="Decline",e[e.Leave=3]="Leave"}(_||(_={})),function(e){e[e.END_ROOM=41e3]="END_ROOM",e[e.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",e[e.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",e[e.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",e[e.END_DEACTIVE_ROOM=10001]="END_DEACTIVE_ROOM"}(w||(w={})),function(e){e.END_SESSION="end_session",e.DEACTIVE_SESSION="deactive_session",e.CANCEL_SESSION="cancel_session"}(S||(S={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},w.END_ROOM,S.END_SESSION),w.DESTROY_DEACTIVE_ROOM,S.DEACTIVE_SESSION),w.DESTROY_SLEEP_ROOM,S.DEACTIVE_SESSION),w.END_DEACTIVE_ROOM,S.DEACTIVE_SESSION),w.DESTROY_NO_VALID_OPERATION_ROOM,S.DEACTIVE_SESSION),function(e){e[e.LEAVE_ROOM=4e4]="LEAVE_ROOM",e[e.DISCONNECTED=40001]="DISCONNECTED"}(Q||(Q={})),function(e){e.LEAVE_SESSION="leave_session",e.DISCONNECT_SESSION="disconnect_session"}(R||(R={})),_defineProperty(_defineProperty({},Q.LEAVE_ROOM,R.LEAVE_SESSION),Q.DISCONNECTED,R.DISCONNECT_SESSION),function(e){e.CUSTOMER_END_COBROWSE="Customer has left the Cobrowse session.",e.AGENT_END_COBROWSE="Agent has left the Cobrowse session.",e.END_COBROWSE_CC="THE_COBROWSE_SESSION_HAS_BEEN_ENDED",e.CUSTOMER_TRANSFERRED="The session has been transferred to this page."}(T||(T={})),function(e){e[e.DEFAULT=0]="DEFAULT",e[e.CC_UI_SESSION_END=1]="CC_UI_SESSION_END"}(D||(D={})),function(e){e.RECONNECTING_SESSION="Reconnecting Cobrowse session. Please wait....",e.CONNECTING_SESSION="Joining Cobrowse session...",e.UNABLE_JOIN_SESSION_TITLE="Unable to join the Cobrowse session",e.FAILED_RECONNECT_SESSION_TITLE="Failed to reconnect to the Cobrowse session",e.FAILED_RECONNECT_SESSION_CONTENT="The Cobrowse session has ended automatically due to failed reconnection. Please check your network connection and restart the session.",e.ENDED_RECONNECT_SESSION_TITLE="Cobrowse session has ended",e.RECONNECTING_SESSION_CC="RECONNECTING_COBROWSE",e.CONNECTING_SESSION_CC="JOINING_COBROWSE_SESSION",e.UNABLE_JOIN_SESSION_TITLE_CC="UNABLE_JOIN_SESSION_TITLE",e.FAILED_RECONNECT_SESSION_TITLE_CC="FAILED_RECONNECT_SESSION_TITLE",e.FAILED_RECONNECT_SESSION_CONTENT_CC="FAILED_RECONNECT_SESSION_CONTENT",e.ENDED_RECONNECT_SESSION_TITLE_CC="ENDED_RECONNECT_SESSION_TITLE",e.TRANSFER_FAILED_ERROR_TITLE="Failed to transfer to new tab"}(O||(O={})),function(e){e.TRANSFER_FAILED_ERROR_TIPS="Failed to transfer to new tab,Please return to the previous tab and have a try again."}(N||(N={})),function(e){e.RECONNECTING_SESSION="Reconnecting Cobrowse session...",e.CONNECTING_SESSION="Connecting to Cobrowse session...",e.GIVE_CONSUMER_CODE="Give the pairing code to your consumer to join:",e.COBROWSE_PIN_CODE="Cobrowse code",e.COBROWSE_PIN_CODE_TIPS="Please inform the following pin code to your support agent, your agent and you will browse this page together.",e.COBROWSE_PIN_CODE_TIPS_MOBILE="Please give this code to your agent.",e.GIVE_CONSUMER_CODE_CC="GIVE_CONSUMER_CODE",e.COBROWSE_PIN_CODE_ERROR_TITLE="Unable to generate pin code",e.COBROWSE_PIN_CODE_ERROR_TIPS="Unable to generate pin code. Please try again later."}(L||(L={})),function(e){e.WAIT_CONSUMER="WAIT_CONSUMER"}(j||(j={})),function(e){e.SESSION_TIMER="SESSION_TIMER",e.AUTO_END_SESSION="AUTO_END_SESSION",e.RECONNECTING_SESSION_CC="RECONNECTING_COBROWSE",e.CONNECTING_SESSION_CC="CONNECTING_TO_COBROWSE_SESSION",e.CAN_NOT_RECEIVE_INVITE_SESSION_CC="CAN_NOT_RECEIVE_INVITE_SESSION",e.JOIN_WITH_PAIRING_CODE="JOIN_WITH_PAIRING_CODE",e.BACK_TO_VIDEO_CALL="BACK_TO_VIDEO_CALL"}(M||(M={})),function(e){e.Cookies="cookie",e.LocalStorage="localStorage",e.SessionStorage="sessionStorage",e.All="all"}(F||(F={}));var x,P,U,G="/sdkapi/zcb/frame-templates/desk",z="/sdkapi/zcb/frame-templates/viewer";!function(e){e.CustomerFloatingToolbar="customerFloatingToolbar",e.CustomerFloatingToolbarIcon="customerFloatingToolbarIcon",e.CustomerFloatingToolbarText="customerFloatingToolbarText",e.CustomerFloatingToolbarButton="customerFloatingToolbarButton",e.CustomerFloatingToolbarButtonPrefixIcon="customerFloatingToolbarButtonPrefixIcon",e.CustomerScreenBorder="customerScreenBorder",e.CustomerAnnotationToolbarMouseButton="customerAnnotationToolbarMouseButton",e.CustomerAnnotationToolbarVanishingPenButton="customerAnnotationToolbarVanishingPenButton",e.CustomerAnnotationToolbarPenButton="customerAnnotationToolbarPenButton",e.CustomerAnnotationToolbarVanishingRectangleButton="customerAnnotationToolbarVanishingRectangleButton",e.CustomerAnnotationToolbarRectangleButton="customerAnnotationToolbarRectangleButton",e.CustomerAnnotationToolbarEraserButton="customerAnnotationToolbarEraserButton",e.CustomerAnnotationToolbarColorButton="customerAnnotationToolbarColorButton",e.CustomerAnnotationToolbarClearButton="customerAnnotationToolbarClearButton",e.CustomerAnnotationToolbarCloseButton="customerAnnotationToolbarCloseButton",e.CustomerAnnotationToolbarOpenButton="customerAnnotationToolbarOpenButton",e.CustomerJoinSessionDialogOverall="customerJoinSessionDialogOverall",e.CustomerJoinSessionDialogTitle="customerJoinSessionDialogTitle",e.CustomerJoinSessionDialogTitleContent="customerJoinSessionDialogTitleContent",e.CustomerJoinSessionDialogTitleIcon="customerJoinSessionDialogTitleIcon",e.CustomerJoinSessionDialogTopRightCloseButton="customerJoinSessionDialogTopRightCloseButton",e.CustomerJoinSessionDialogLoadingPinCodeIcon="customerJoinSessionDialogLoadingPinCodeIcon",e.CustomerJoinSessionDialogPinCodeTipText="customerJoinSessionDialogPinCodeTipText",e.CustomerJoinSessionDialogPinCodeContent="customerJoinSessionDialogPinCodeContent",e.CustomerJoinSessionDialogFooterContainer="customerJoinSessionDialogFooterContainer",e.CustomerJoinSessionDialogCancelButton="customerJoinSessionDialogCancelButton",e.CustomerEndSessionDialogOverall="customerEndSessionDialogOverall",e.CustomerEndSessionDialogTitleContainer="customerEndSessionDialogTitleContainer",e.CustomerEndSessionDialogContentContainer="customerEndSessionDialogContentContainer",e.CustomerEndSessionDialogFooterContainer="customerEndSessionDialogFooterContainer",e.CustomerEndSessionDialogTitleContent="customerEndSessionDialogTitleContent",e.CustomerEndSessionDialogTitleIcon="customerEndSessionDialogTitleIcon",e.CustomerEndSessionDialogTextContent="customerEndSessionDialogTextContent",e.CustomerEndSessionDialogTopRightCloseButton="customerEndSessionDialogTopRightCloseButton",e.CustomerEndSessionDialogCancelButton="customerEndSessionDialogCancelButton",e.CustomerEndSessionDialogEndSessionButton="customerEndSessionDialogEndSessionButton",e.CustomerReconnectDialogOverall="customerReconnectDialogOverall",e.CustomerReconnectDialogContentContainer="customerReconnectDialogContentContainer",e.CustomerReconnectDialogFooterContainer="customerReconnectDialogFooterContainer",e.CustomerReconnectDialogLoadingIcon="customerReconnectDialogLoadingIcon",e.CustomerReconnectDialogTextContent="customerReconnectDialogTextContent",e.CustomerReconnectDialogCloseButton="customerReconnectDialogCloseButton",e.CustomerReconnectDialogCloseButtonPrefixIcon="customerReconnectDialogCloseButtonPrefixIcon",e.CustomerConnectDialogOverall="customerConnectDialogOverall",e.CustomerConnectDialogContentContainer="customerConnectDialogContentContainer",e.CustomerConnectDialogFooterContainer="customerConnectDialogFooterContainer",e.CustomerConnectDialogLoadingIcon="customerConnectDialogLoadingIcon",e.CustomerConnectDialogTextContent="customerConnectDialogTextContent",e.CustomerConnectDialogCloseButton="customerConnectDialogCloseButton",e.CustomerConnectDialogCloseButtonPrefixIcon="customerConnectDialogCloseButtonPrefixIcon",e.CustomerJoinFailedDialogOverall="customerJoinFailedDialogOverall",e.CustomerJoinFailedDialogTitleContainer="customerJoinFailedDialogTitleContainer",e.CustomerJoinFailedDialogContentContainer="customerJoinFailedDialogContentContainer",e.CustomerJoinFailedDialogFooterContainer="customerJoinFailedDialogFooterContainer",e.CustomerJoinFailedDialogTitleContent="customerJoinFailedDialogTitleContent",e.CustomerJoinFailedDialogTitleIcon="customerJoinFailedDialogTitleIcon",e.CustomerJoinFailedDialogTextContent="customerJoinFailedDialogTextContent",e.CustomerJoinFailedDialogTextSecondaryContent="customerJoinFailedDialogTextSecondaryContent",e.CustomerJoinFailedDialogOkButton="customerJoinFailedDialogOkButton",e.CustomerTransferFailedTitleContent="CustomerTransferFailedTitleContent",e.CustomerTransferFailedTextSecondaryContent="CustomerTransferFailedTextSecondaryContent",e.CustomerTransferFailedOkButton="CustomerTransferFailedOkButton",e.CustomerReconnectFailedDialogOverall="customerReconnectFailedDialogOverall",e.CustomerReconnectFailedDialogTitleContainer="customerReconnectFailedDialogTitleContainer",e.CustomerReconnectFailedDialogContentContainer="customerReconnectFailedDialogContentContainer",e.CustomerReconnectFailedDialogFooterContainer="customerReconnectFailedDialogFooterContainer",e.CustomerReconnectFailedDialogTitleContent="customerReconnectFailedDialogTitleContent",e.CustomerReconnectFailedDialogTitleIcon="customerReconnectFailedDialogTitleIcon",e.CustomerReconnectFailedDialogTextContent="customerReconnectFailedDialogTextContent",e.CustomerReconnectFailedDialogTextSecondaryContent="customerReconnectFailedDialogTextSecondaryContent",e.CustomerReconnectFailedDialogOkButton="customerReconnectFailedDialogOkButton",e.CustomerReconnectTimeoutDialogOverall="customerReconnectTimeoutDialogOverall",e.CustomerReconnectTimeoutDialogTitleContainer="customerReconnectTimeoutDialogTitleContainer",e.CustomerReconnectTimeoutDialogContentContainer="customerReconnectTimeoutDialogContentContainer",e.CustomerReconnectTimeoutDialogFooterContainer="customerReconnectTimeoutDialogFooterContainer",e.CustomerReconnectTimeoutDialogTitleContent="customerReconnectTimeoutDialogTitleContent",e.CustomerReconnectTimeoutDialogTitleIcon="customerReconnectTimeoutDialogTitleIcon",e.CustomerReconnectTimeoutDialogTextContent="customerReconnectTimeoutDialogTextContent",e.CustomerReconnectTimeoutDialogTextSecondaryContent="customerReconnectTimeoutDialogTextSecondaryContent",e.CustomerReconnectTimeoutDialogOkButton="customerReconnectTimeoutDialogOkButton",e.CustomerReconnectTimeoutDialogTopRightCloseButton="customerReconnectTimeoutDialogTopRightCloseButton",e.CustomerDisconnectDialogOverall="customerDisconnectDialogOverall",e.CustomerDisconnectDialogContentContainer="customerDisconnectDialogContentContainer",e.CustomerDisconnectDialogFooterContainer="customerDisconnectDialogFooterContainer",e.CustomerDisconnectDialogLoadingIcon="customerDisconnectDialogLoadingIcon",e.CustomerDisconnectDialogFirstLineTextContent="customerDisconnectDialogFirstLineTextContent",e.CustomerDisconnectDialogSecondLineTextContent="customerDisconnectDialogSecondLineTextContent",e.CustomerDisconnectDialogPinCode="customerDisconnectDialogPinCode",e.CustomerDisconnectDialogEndButton="customerDisconnectDialogCloseButton",e.CustomerDisconnectDialogEndButtonPrefixIcon="customerDisconnectDialogCloseButtonPrefixIcon",e.CustomerToastSuccessPrefixIcon="customerToastSuccessPrefixIcon",e.CustomerToastSuccessWrapper="customerToastSuccessWrapper",e.CustomerToastErrorPrefixIcon="customerToastErrorPrefixIcon",e.CustomerToastErrorWrapper="customerToastErrorWrapper",e.CustomerToastWarningPrefixIcon="customerToastWarningPrefixIcon",e.CustomerToastWarningWrapper="customerToastWarningWrapper",e.CustomerToastDefaultPrefixIcon="customerToastDefaultPrefixIcon",e.CustomerToastDefaultWrapper="customerToastDefaultWrapper",e.CustomerToastInfoPrefixIcon="customerToastInfoPrefixIcon",e.CustomerToastInfoWrapper="customerToastInfoWrapper",e.AgentToolbarVerticalWrapper="agentToolbarVerticalWrapper",e.AgentToolbarHorizontalWrapper="agentToolbarHorizontalWrapper",e.AgentToolbarAllowRotation="agentToolbarAllowRotation",e.AgentToolbarDefaultVertical="agentToolbarDefaultVertical",e.AgentToolbarVerticalNormalBtnsWrapper="agentToolbarVerticalNormalBtnsWrapper",e.AgentToolbarHorizontalNormalBtnsWrapper="agentToolbarHorizontalNormalBtnsWrapper",e.AgentToolbarButtonCommon="agentToolbarButtonCommon",e.AgentToolbarButtonActiveCommon="agentToolbarButtonActiveCommon",e.AgentToolbarTooltipCommon="agentToolbarTooltipCommon",e.AgentToolbarVerticalDivider="agentToolbarVerticalDivider",e.AgentToolbarHorizontalDivider="agentToolbarHorizontalDivider",e.AgentToolbarZoomInButton="agentToolbarZoomInButton",e.AgentToolbarZoomInIcon="agentToolbarZoomInIcon",e.AgentToolbarZoomOutButton="agentToolbarZoomOutButton",e.AgentToolbarZoomOutIcon="agentToolbarZoomOutIcon",e.AgentToolbarZoomMenuButton="agentToolbarZoomMenuButton",e.AgentToolbarZoomMenuIcon="agentToolbarZoomMenuIcon",e.AgentToolbarFullScreenButton="agentToolbarFullScreenButton",e.AgentToolbarFullScreenIcon="agentToolbarFullScreenIcon",e.AgentToolbarExitFullScreenButton="agentToolbarExitFullScreenButton",e.AgentToolbarExitFullScreenIcon="agentToolbarExitFullScreenIcon",e.AgentToolbarVanishingPenButton="agentToolbarVanishingPenButton",e.AgentToolbarVanishingPenIcon="agentToolbarVanishingPenIcon",e.AgentToolbarPenButton="agentToolbarPenButton",e.AgentToolbarPenIcon="agentToolbarPenIcon",e.AgentToolbarEndSessionButton="agentToolbarEndSessionButton",e.AgentToolbarEndSessionIcon="agentToolbarEndSessionIcon",e.AgentToolbarRemoteAssistIcon="agentToolbarRemoteAssistIcon",e.AgentVanishingPenSubMenuVerticalWrapper="agentVanishingPenSubMenuVerticalWrapper",e.AgentVanishingPenSubMenuHorizontalWrapper="agentVanishingPenSubMenuHorizontalWrapper",e.AgentVanishingPenSubMenuButtonCommon="agentVanishingPenSubMenuButtonCommon",e.AgentVanishingPenMenuButtonActiveCommon="agentVanishingPenSubMenuButtonActiveCommon",e.AgentVanishingPenSubMenuMouseButton="agentVanishingPenSubMenuMouseButton",e.AgentVanishingPenSubMenuMouseIcon="agentVanishingPenSubMenuMouseIcon",e.AgentVanishingPenSubMenuVanishingPenButton="agentVanishingPenSubMenuVanishingPenButton",e.AgentVanishingPenSubMenuVanishingPenIcon="agentVanishingPenSubMenuVanishingPenIcon",e.AgentVanishingPenSubMenuVanishingRectangleButton="agentVanishingPenSubMenuVanishingRectangleButton",e.AgentVanishingPenSubMenuVanishingRectangleIcon="agentVanishingPenSubMenuVanishingRectangleIcon",e.AgentVanishingPenSubMenuVanishingColorButton="agentVanishingPenSubMenuVanishingColorButton",e.AgentVanishingPenSubMenuVanishingColorIcon="agentVanishingPenSubMenuVanishingColorIcon",e.AgentPenAnnotationSubMenuVerticalWrapper="agentPenAnnotationSubMenuVerticalWrapper",e.AgentPenAnnotationSubMenuHorizontalWrapper="agentPenAnnotationSubMenuHorizontalWrapper",e.AgentPenAnnotationSubMenuButtonCommon="agentPenAnnotationSubMenuButtonCommon",e.AgentPenAnnotationSubMenuButtonActiveCommon="agentPenAnnotationSubMenuButtonActiveCommon",e.AgentPenAnnotationSubMenuMouseButton="agentPenAnnotationSubMenuMouseButton",e.AgentPenAnnotationSubMenuMouseIcon="agentPenAnnotationSubMenuMouseIcon",e.AgentPenAnnotationSubMenuPenButton="agentPenAnnotationSubMenuPenButton",e.AgentPenAnnotationSubMenuPenIcon="agentPenAnnotationSubMenuPenIcon",e.AgentPenAnnotationSubMenuRectangleButton="agentPenAnnotationSubMenuRectangleButton",e.AgentPenAnnotationSubMenuRectangleIcon="agentPenAnnotationSubMenuRectangleIcon",e.AgentPenAnnotationSubMenuEraserButton="agentPenAnnotationSubMenuEraserButton",e.AgentPenAnnotationSubMenuEraserIcon="agentPenAnnotationSubMenuEraserIcon",e.AgentPenAnnotationSubMenuColorButton="agentPenAnnotationSubMenuColorButton",e.AgentPenAnnotationSubMenuColorIcon="agentPenAnnotationSubMenuColorIcon",e.AgentPenAnnotationSubMenuUndoButton="agentPenAnnotationSubMenuUndoButton",e.AgentPenAnnotationSubMenuUndoIcon="agentPenAnnotationSubMenuUndoIcon",e.AgentPenAnnotationSubMenuRedoButton="agentPenAnnotationSubMenuRedoButton",e.AgentPenAnnotationSubMenuRedoIcon="agentPenAnnotationSubMenuRedoIcon",e.AgentPenAnnotationSubMenuClearButton="agentPenAnnotationSubMenuClearButton",e.AgentPenAnnotationSubMenuClearIcon="agentPenAnnotationSubMenuClearIcon",e.AgentPenSubMenuVerticalWrapper="agentPenSubMenuVerticalWrapper",e.AgentPenSubMenuHorizontalWrapper="agentPenSubMenuHorizontalWrapper",e.AgentPenSubMenuButtonCommon="agentPenSubMenuButtonCommon",e.AgentPenSubMenuButtonActiveCommon="agentPenSubMenuButtonActiveCommon",e.AgentPenSubMenuDrawText="agentPenSubMenuDrawText",e.AgentPenSubMenuLineWidthText="agentPenSubMenuLineWidthText",e.AgentColorSubMenuVerticalWrapper="agentColorSubMenuVerticalWrapper",e.AgentColorSubMenuHorizontalWrapper="agentColorSubMenuHorizontalWrapper",e.AgentColorSubMenuButtonCommon="agentColorSubMenuButtonCommon",e.AgentColorSubMenuActiveButtonCommon="agentColorSubMenuActiveButtonCommon",e.AgentZoomInOutMenuVerticalWrapper="agentZoomInOutMenuVerticalWrapper",e.AgentZoomInOutMenuHorizontalWrapper="agentZoomInOutMenuHorizontalWrapper",e.AgentZoomInOutMenuRoot="agentZoomInOutMenuRoot",e.AgentZoomInOutMenuItem="agentZoomInOutMenuItem",e.AgentZoomInOutMenuItemFitToWindow="agentZoomInOutMenuItemFitToWindow",e.AgentZoomInOutMenuItemActualSize="agentZoomInOutMenuItemActualSize",e.AgentSingleAgentEndSessionDialogOverall="agentSingleAgentEndSessionDialogOverall",e.AgentSingleAgentEndSessionDialogTitleContainer="agentSingleAgentEndSessionDialogTitleContainer",e.AgentSingleAgentEndSessionDialogContentContainer="agentSingleAgentEndSessionDialogContentContainer",e.AgentSingleAgentEndSessionDialogFooterContainer="agentSingleAgentEndSessionDialogFooterContainer",e.AgentSingleAgentEndSessionDialogTitleIcon="agentSingleAgentEndSessionDialogTitleIcon",e.AgentSingleAgentEndSessionDialogTitleContent="agentSingleAgentEndSessionDialogTitleContent",e.AgentSingleAgentEndSessionDialogTextContent="agentSingleAgentEndSessionDialogTextContent",e.AgentSingleAgentEndSessionDialogTopRightCloseButton="agentSingleAgentEndSessionDialogTopRightCloseButton",e.AgentSingleAgentEndSessionDialogCancelButton="agentSingleAgentEndSessionDialogCancelButton",e.AgentSingleAgentEndSessionDialogEndSessionButton="agentSingleAgentEndSessionDialogEndSessionButton",e.AgentMultiAgentsEndSessionDialogOverall="agentMultiAgentsEndSessionDialogOverall",e.AgentMultiAgentsEndSessionDialogTitleContainer="agentMultiAgentsEndSessionDialogTitleContainer",e.AgentMultiAgentsEndSessionDialogContentContainer="agentMultiAgentsEndSessionDialogContentContainer",e.AgentMultiAgentsEndSessionDialogFooterContainer="agentMultiAgentsEndSessionDialogFooterContainer",e.AgentMultiAgentsEndSessionDialogTitleIcon="agentMultiAgentsEndSessionDialogTitleIcon",e.AgentMultiAgentsEndSessionDialogTitleContent="agentMultiAgentsEndSessionDialogTitleContent",e.AgentMultiAgentsEndSessionDialogTextContent="agentMultiAgentsEndSessionDialogTextContent",e.AgentMultiAgentsEndSessionDialogTopRightCloseButton="agentMultiAgentsEndSessionDialogTopRightCloseButton",e.AgentMultiAgentsEndSessionDialogCancelButton="agentMultiAgentsEndSessionDialogCancelButton",e.AgentMultiAgentsEndSessionDialogLeaveSessionButton="agentMultiAgentsEndSessionDialogLeaveSessionButton",e.AgentMultiAgentsEndSessionDialogEndSessionButton="agentMultiAgentsEndSessionDialogEndSessionButton",e.AgentJoinFailedDialogOverall="agentJoinFailedDialogOverall",e.AgentJoinFailedDialogTitleContainer="agentJoinFailedDialogTitleContainer",e.AgentJoinFailedDialogContentContainer="agentJoinFailedDialogContentContainer",e.AgentJoinFailedDialogFooterContainer="agentJoinFailedDialogFooterContainer",e.AgentJoinFailedDialogTitleIcon="agentJoinFailedDialogTitleIcon",e.AgentJoinFailedDialogTitleContent="agentJoinFailedDialogTitleContent",e.AgentJoinFailedDialogTextContent="agentJoinFailedDialogTextContent",e.AgentJoinFailedDialogTopRightCloseButton="agentJoinFailedDialogTopRightCloseButton",e.AgentJoinFailedDialogOkButton="agentJoinFailedDialogOkButton",e.AgentFloatingPinToolbarWrapper="agentFloatingPinToolbarWrapper",e.AgentFloatingPinToolbarPrefixIcon="agentFloatingPinToolbarPrefixIcon",e.AgentFloatingPinToolbarContentText="agentFloatingPinToolbarContentText",e.AgentFloatingPinToolbarCopyIcon="agentFloatingPinToolbarCopyIcon",e.AgentToastSuccessPrefixIcon="agentToastSuccessPrefixIcon",e.AgentToastSuccessWrapper="agentToastSuccessWrapper",e.AgentToastErrorPrefixIcon="agentToastErrorPrefixIcon",e.AgentToastErrorWrapper="agentToastErrorWrapper",e.AgentToastWarningPrefixIcon="agentToastWarningPrefixIcon",e.AgentToastWarningWrapper="agentToastWarningWrapper",e.AgentToastDefaultPrefixIcon="agentToastDefaultPrefixIcon",e.AgentToastDefaultWrapper="agentToastDefaultWrapper",e.AgentToastInfoPrefixIcon="agentToastInfoPrefixIcon",e.AgentToastInfoWrapper="agentToastInfoWrapper"}(x||(x={})),function(e){e.SESSION_PRE_INIT="session_pre_init",e.SESSION_JOINED="session_joined",e.SESSION_LEFT="session_left",e.SESSION_ENDED="session_ended",e.SESSION_ERROR="session_error",e.REMOTE_ASSIST_ACCEPTED="remote_assist_accepted",e.REMOTE_ASSIST_REJECTED="remote_assist_rejected",e.REMOTE_ASSIST_STARTED="remote_assist_started",e.REMOTE_ASSIST_STOPPED="remote_assist_stopped"}(P||(P={})),P.SESSION_PRE_INIT,P.SESSION_JOINED,P.SESSION_LEFT,P.SESSION_ENDED,P.SESSION_ERROR,P.REMOTE_ASSIST_ACCEPTED,P.REMOTE_ASSIST_REJECTED,P.REMOTE_ASSIST_STARTED,P.REMOTE_ASSIST_STOPPED,function(e){e.SEND_SESSION_OPTIONS="send_session_options",e.START_REMOTE_ASSIST="start_remote_assist",e.STOP_REMOTE_ASSIST="stop_remote_assist"}(U||(U={})),U.SEND_SESSION_OPTIONS,U.START_REMOTE_ASSIST,U.STOP_REMOTE_ASSIST;var H;Object.assign(Object.assign({},{createLinearGradient:!0,createRadialGradient:!0,createConicGradient:!0}),{createPattern:!0}),function(e){e[e.REFRESH_PIN_CODE_FAILED=10002]="REFRESH_PIN_CODE_FAILED",e[e.CONNECT_TIMEOUT_FAILED=10012]="CONNECT_TIMEOUT_FAILED",e[e.OTHER_SIDE_RECONNECT_TIMEOUT_FAILED=10013]="OTHER_SIDE_RECONNECT_TIMEOUT_FAILED",e[e.USER_EXIT_BEFORE_SESSION=10022]="USER_EXIT_BEFORE_SESSION"}(H||(H={}));var Y,J={PIN_UPDATE_FAILED:"Pincode update failed"},W={CONNECT_TIMEOUT_FAILED:"Session connect timeout."};_defineProperty(_defineProperty({},H.CONNECT_TIMEOUT_FAILED,W.CONNECT_TIMEOUT_FAILED),H.REFRESH_PIN_CODE_FAILED,J.PIN_UPDATE_FAILED),function(e){e[e.CANCEL_END_ROOM=1]="CANCEL_END_ROOM",e[e.CANCEL_LEAVE_ROOM=2]="CANCEL_LEAVE_ROOM"}(Y||(Y={}));var K="Canceled and ended session.",V="Canceled and left session.";_defineProperty(_defineProperty({},Y.CANCEL_END_ROOM,K),Y.CANCEL_LEAVE_ROOM,V);var Z,q={INVALID_URL:"The website link is invalid.",ACCOUNT_NO_CREDITS:"Free trial account has no available credits."},X={CONNECTING:"A connection is already in progress.",PERSISTING:" A transfer session is still recovering."},$={NOT_FOUND:"Session does not exist or has ended."},ee={LIMIT:"A session is already active."},te={PIN_NOT_FOUND:"Pincode is not found."},oe={PIN_EXPIRED:"Pincode has expired."},ne={PIN_INVALID_LENGTH:"Pincode exceeds the maximum length",PIN_INVALID_CHARACTERS:"Pincode contains invalid characters."},ie={PIN_REQUIRED:"Pincode is required."},ae={PIN_CONFLICT:"Pincode has already been used."},re={INTERNAL_ERROR:"Session join failed due to an internal error.",SDK_INVALID:"SDK version is invalid.",SESSION_NOT_FOUND:"Session does not exist or has ended.",INVALID_URL:"The website link is invalid.",RECONNECT_FAILED:"Failed to make a connection after multiple attempts.",FAIL_OVER_FAILED:"Failed to reconnect after fail over with multiple attempts."},se={CUSTOMER_LIMIT:"Maximum number of customers in a session reached."},Ae={AGENT_LIMIT:"Maximum number of agents in a session reached."},ce={DUPLICATE_AGENT:"The agent is already in the session."},ue={NETWORK_REQUEST_FAILED:"Network request to backend failed after multiple attempts."},le={CANCELING:"Operation failed, the session is being canceled."},ge={JWT_INVALID:"JWT token is invalid.",JWT_NO_PERMISSIONS:"JWT token has no permissions.",JWT_EXPIRED:"JWT token has expired.",JWT_ACCESS_ERROR:"JWT token access error.",INTERNAL_ERROR:"Internal token error."},pe={SERVICE_ERROR:"Service error occurred.",API_RATE_LIMIT:"API request rate limit, try again later.",SESSION_ERROR:"Session error occurred.",SESSION_ERROR_WITH_RETRY:"Session error occurred, try again later."};!function(e){e[e.WEB_REPORT_REGION_FAILED=40100]="WEB_REPORT_REGION_FAILED",e[e.WEB_REPORT_REGION_NOT_MATCH=40101]="WEB_REPORT_REGION_NOT_MATCH",e[e.WEB_REPORT_USER_JOIN_FAILED=40102]="WEB_REPORT_USER_JOIN_FAILED",e[e.WEB_REPORT_USER_JOIN_EMPTY=40103]="WEB_REPORT_USER_JOIN_EMPTY",e[e.WEB_REPORT_USER_JOIN_EMPTY_USER=40104]="WEB_REPORT_USER_JOIN_EMPTY_USER",e[e.AUTH_CONFLICT=40200]="AUTH_CONFLICT",e[e.AUTH_VERIFY_FAILED=40201]="AUTH_VERIFY_FAILED",e[e.AUTH_DB_QUERY_ERROR=40202]="AUTH_DB_QUERY_ERROR",e[e.ROOM_NOT_EXIST=40210]="ROOM_NOT_EXIST",e[e.ROOM_ADD_USER_FAILED=40211]="ROOM_ADD_USER_FAILED",e[e.SESSION_ALREADY_ENDED=40214]="SESSION_ALREADY_ENDED",e[e.ROOM_DEPRECATED=40216]="ROOM_DEPRECATED",e[e.ROOM_ID_MISSING=40300]="ROOM_ID_MISSING",e[e.AUTH_PAYLOAD_MISSING=40301]="AUTH_PAYLOAD_MISSING",e[e.START_URL_INVALID=40302]="START_URL_INVALID",e[e.META_DATA_INVALID=40402]="META_DATA_INVALID",e[e.WSSGW_INSTANCE_NOT_FOUND=40403]="WSSGW_INSTANCE_NOT_FOUND",e[e.LEADER_CONFLICT=40212]="LEADER_CONFLICT",e[e.REACHED_LEADER_LIMIT=40217]="REACHED_LEADER_LIMIT",e[e.FOLLOWER_CONFLICT=40215]="FOLLOWER_CONFLICT",e[e.REACHED_FOLLOWER_LIMIT=40218]="REACHED_FOLLOWER_LIMIT",e[e.USER_CONFLICT=40213]="USER_CONFLICT",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE=40501]="MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION=40502]="MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION",e[e.LEAVE_ROOM=4e4]="LEAVE_ROOM",e[e.DISCONNECTED=40001]="DISCONNECTED",e[e.END_ROOM=41e3]="END_ROOM",e[e.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",e[e.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",e[e.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",e[e.SAME_LEADER_JOINED=40219]="SAME_LEADER_JOINED"}(Z||(Z={}));var he,de=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(t={},Z.WEB_REPORT_REGION_FAILED,re.INTERNAL_ERROR),Z.WEB_REPORT_REGION_NOT_MATCH,re.INTERNAL_ERROR),Z.WEB_REPORT_USER_JOIN_FAILED,re.INTERNAL_ERROR),Z.WEB_REPORT_USER_JOIN_EMPTY,re.INTERNAL_ERROR),Z.WEB_REPORT_USER_JOIN_EMPTY_USER,re.INTERNAL_ERROR),Z.AUTH_CONFLICT,re.INTERNAL_ERROR),Z.AUTH_VERIFY_FAILED,re.INTERNAL_ERROR),Z.AUTH_DB_QUERY_ERROR,re.INTERNAL_ERROR),Z.ROOM_NOT_EXIST,re.INTERNAL_ERROR),Z.ROOM_ADD_USER_FAILED,re.INTERNAL_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(t,Z.SESSION_ALREADY_ENDED,re.SESSION_NOT_FOUND),Z.ROOM_DEPRECATED,re.INTERNAL_ERROR),Z.ROOM_ID_MISSING,re.INTERNAL_ERROR),Z.AUTH_PAYLOAD_MISSING,re.INTERNAL_ERROR),Z.START_URL_INVALID,re.INTERNAL_ERROR),Z.META_DATA_INVALID,re.INTERNAL_ERROR),Z.WSSGW_INSTANCE_NOT_FOUND,re.INTERNAL_ERROR),Z.LEADER_CONFLICT,se.CUSTOMER_LIMIT),Z.REACHED_LEADER_LIMIT,se.CUSTOMER_LIMIT),Z.FOLLOWER_CONFLICT,Ae.AGENT_LIMIT),_defineProperty(_defineProperty(_defineProperty(_defineProperty(t,Z.REACHED_FOLLOWER_LIMIT,Ae.AGENT_LIMIT),Z.USER_CONFLICT,ce.DUPLICATE_AGENT),Z.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,pe.SESSION_ERROR_WITH_RETRY),Z.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION,pe.SESSION_ERROR));!function(e){e[e.ALL_PING_FAILED=10001]="ALL_PING_FAILED",e[e.EMPTY_PING_LIST=10003]="EMPTY_PING_LIST",e[e.SOCKET_RECONNECT_FAILED=10020]="SOCKET_RECONNECT_FAILED",e[e.SOCKET_FAIL_OVER_FAILED=10021]="SOCKET_FAIL_OVER_FAILED",e[e.DUPLICATE_LAUNCH_SESSION=10024]="DUPLICATE_LAUNCH_SESSION",e[e.FRAME_LEVEL_NOT_READY=10025]="FRAME_LEVEL_NOT_READY",e[e.SESSION_CONNECTING=10010]="SESSION_CONNECTING",e[e.SESSION_PERSISTING=10014]="SESSION_PERSISTING",e[e.DUPLICATE_SESSION=10023]="DUPLICATE_SESSION",e[e.SESSION_CANCELING=10027]="SESSION_CANCELING",e[e.UNKNOWN_SERVICE_EXCEPTION=19999]="UNKNOWN_SERVICE_EXCEPTION"}(he||(he={}));var Ee,fe,me=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(o={},he.ALL_PING_FAILED,re.INTERNAL_ERROR),he.EMPTY_PING_LIST,re.INTERNAL_ERROR),he.SOCKET_RECONNECT_FAILED,re.RECONNECT_FAILED),he.SOCKET_FAIL_OVER_FAILED,re.FAIL_OVER_FAILED),he.FRAME_LEVEL_NOT_READY,re.INTERNAL_ERROR),he.SESSION_CONNECTING,X.CONNECTING),he.SESSION_PERSISTING,X.PERSISTING),he.DUPLICATE_SESSION,ee.LIMIT),he.DUPLICATE_LAUNCH_SESSION,ee.LIMIT),he.SESSION_CANCELING,le.CANCELING),_defineProperty(o,he.UNKNOWN_SERVICE_EXCEPTION,pe.SERVICE_ERROR));!function(e){e[e.Unauthorized=401]="Unauthorized",e[e.Forbidden=403]="Forbidden"}(Ee||(Ee={})),_defineProperty(_defineProperty({},Ee.Unauthorized,ge.JWT_INVALID),Ee.Forbidden,ge.JWT_INVALID),function(e){e[e.INVALID_URL=30105]="INVALID_URL",e[e.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_DISABLE=30600]="SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_DISABLE",e[e.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_NO_CREDIT=30601]="SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_NO_CREDIT",e[e.SESSION_NOT_FOUND=30300]="SESSION_NOT_FOUND",e[e.PIN_CODE_NOT_FOUND=30308]="PIN_CODE_NOT_FOUND",e[e.PIN_CODE_EXPIRED=30309]="PIN_CODE_EXPIRED",e[e.PIN_CODE_EXCEEDED_MAX_LENGTH=30307]="PIN_CODE_EXCEEDED_MAX_LENGTH",e[e.PIN_INVALID_CHARACTERS=30311]="PIN_INVALID_CHARACTERS",e[e.PIN_CODE_IS_REQUIRED=30315]="PIN_CODE_IS_REQUIRED",e[e.PIN_CODE_HAS_BEEN_USED=30316]="PIN_CODE_HAS_BEEN_USED",e[e.INVALID_SDK_VERSION=30106]="INVALID_SDK_VERSION",e[e.ERROR_SDK_VERSION=30107]="ERROR_SDK_VERSION",e[e.INACTIVE_SDK_VERSION=30109]="INACTIVE_SDK_VERSION",e[e.SDK_VERSION_NOT_FOUND=30110]="SDK_VERSION_NOT_FOUND",e[e.NETWORK_ERROR=10016]="NETWORK_ERROR",e[e.INVALID_TOKEN=124]="INVALID_TOKEN",e[e.NO_PERMISSION=125]="NO_PERMISSION",e[e.INVALID_EXPIRED=129]="INVALID_EXPIRED",e[e.TOKEN_ACCESS_ERROR=30304]="TOKEN_ACCESS_ERROR",e[e.UNKNOWN=-1]="UNKNOWN",e[e.LOCKED=126]="LOCKED",e[e.PIN_PUSH_FAILED=128]="PIN_PUSH_FAILED",e[e.INVALID_BUSINESS_TYPE=30102]="INVALID_BUSINESS_TYPE",e[e.INVALID_RECORDING_ID=30103]="INVALID_RECORDING_ID",e[e.MISSING_FIELD=30104]="MISSING_FIELD",e[e.SEARCH_ERROR=30200]="SEARCH_ERROR",e[e.INVALID_BUSINESS_TYPE2=30201]="INVALID_BUSINESS_TYPE2",e[e.FILE_SERVER_ERROR=30203]="FILE_SERVER_ERROR",e[e.FILE_SERVICE_ERROR=30204]="FILE_SERVICE_ERROR",e[e.FILE_SERVICE_ERROR2=30205]="FILE_SERVICE_ERROR2",e[e.INVALID_START_TIME=30301]="INVALID_START_TIME",e[e.INVALID_ACTION=30302]="INVALID_ACTION",e[e.INVALID_REGION=30303]="INVALID_REGION",e[e.EXCEEDED_FAILED=30305]="EXCEEDED_FAILED",e[e.INVALID_END_TIME=30306]="INVALID_END_TIME",e[e.PIN_CODE_NOT_READY=30310]="PIN_CODE_NOT_READY",e[e.INVALID_TOTAL_MINUTES=30312]="INVALID_TOTAL_MINUTES",e[e.DUPLICATE_REQUEST=30313]="DUPLICATE_REQUEST",e[e.INVALID_TEMPLATE_TYPE=30314]="INVALID_TEMPLATE_TYPE",e[e.SERVER_ERROR1=30400]="SERVER_ERROR1",e[e.SERVER_ERROR2=30401]="SERVER_ERROR2",e[e.SERVER_ERROR3=30402]="SERVER_ERROR3",e[e.SERVER_ERROR4=30403]="SERVER_ERROR4",e[e.INVALID_SDK_CDN_URL=30108]="INVALID_SDK_CDN_URL"}(fe||(fe={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty({},fe.INVALID_TOKEN,ge.JWT_INVALID),fe.NO_PERMISSION,ge.JWT_NO_PERMISSIONS),fe.INVALID_EXPIRED,ge.JWT_EXPIRED),fe.TOKEN_ACCESS_ERROR,ge.JWT_ACCESS_ERROR);var Ie,Ce,ye,ve,Be=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n={},fe.INVALID_URL,q.INVALID_URL),fe.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_DISABLE,q.ACCOUNT_NO_CREDITS),fe.SDK_UNIVERSAL_CREDIT_FREE_TRIAL_PLAN_NO_CREDIT,q.ACCOUNT_NO_CREDITS),fe.SESSION_NOT_FOUND,$.NOT_FOUND),fe.PIN_CODE_NOT_FOUND,te.PIN_NOT_FOUND),fe.PIN_CODE_EXPIRED,oe.PIN_EXPIRED),fe.PIN_CODE_EXCEEDED_MAX_LENGTH,ne.PIN_INVALID_LENGTH),fe.PIN_INVALID_CHARACTERS,ne.PIN_INVALID_CHARACTERS),fe.PIN_CODE_IS_REQUIRED,ie.PIN_REQUIRED),fe.PIN_CODE_HAS_BEEN_USED,ae.PIN_CONFLICT),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.INVALID_SDK_VERSION,re.SDK_INVALID),fe.ERROR_SDK_VERSION,re.SDK_INVALID),fe.INACTIVE_SDK_VERSION,re.SDK_INVALID),fe.SDK_VERSION_NOT_FOUND,re.SDK_INVALID),fe.NETWORK_ERROR,ue.NETWORK_REQUEST_FAILED),fe.INVALID_TOKEN,ge.INTERNAL_ERROR),fe.NO_PERMISSION,ge.INTERNAL_ERROR),fe.INVALID_EXPIRED,ge.INTERNAL_ERROR),fe.TOKEN_ACCESS_ERROR,ge.INTERNAL_ERROR),fe.UNKNOWN,pe.SERVICE_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.LOCKED,pe.SERVICE_ERROR),fe.PIN_PUSH_FAILED,pe.SERVICE_ERROR),fe.INVALID_BUSINESS_TYPE,pe.SERVICE_ERROR),fe.INVALID_RECORDING_ID,pe.SERVICE_ERROR),fe.MISSING_FIELD,pe.SERVICE_ERROR),fe.SEARCH_ERROR,pe.SERVICE_ERROR),fe.INVALID_BUSINESS_TYPE2,pe.SERVICE_ERROR),fe.FILE_SERVER_ERROR,pe.SERVICE_ERROR),fe.FILE_SERVICE_ERROR,pe.SERVICE_ERROR),fe.FILE_SERVICE_ERROR2,pe.SERVICE_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.INVALID_START_TIME,pe.SERVICE_ERROR),fe.INVALID_ACTION,pe.SERVICE_ERROR),fe.INVALID_REGION,pe.SERVICE_ERROR),fe.EXCEEDED_FAILED,pe.API_RATE_LIMIT),fe.INVALID_END_TIME,pe.SERVICE_ERROR),fe.PIN_CODE_NOT_READY,pe.SERVICE_ERROR),fe.INVALID_TOTAL_MINUTES,pe.SERVICE_ERROR),fe.DUPLICATE_REQUEST,pe.SERVICE_ERROR),fe.INVALID_TEMPLATE_TYPE,pe.SERVICE_ERROR),fe.SERVER_ERROR1,pe.SERVICE_ERROR),_defineProperty(_defineProperty(_defineProperty(_defineProperty(n,fe.SERVER_ERROR2,pe.SERVICE_ERROR),fe.SERVER_ERROR3,pe.SERVICE_ERROR),fe.SERVER_ERROR4,pe.SERVICE_ERROR),fe.INVALID_SDK_CDN_URL,pe.SERVICE_ERROR)),ke="Record start failed.",be="Record stop failed.",_e="Record pause failed.",we="Record resume failed.";!function(e){e[e.RECORD_START_FAILED=29e3]="RECORD_START_FAILED",e[e.RECORD_STOP_FAILED=29001]="RECORD_STOP_FAILED",e[e.RECORD_PAUSE_FAILED=29002]="RECORD_PAUSE_FAILED",e[e.RECORD_RESUME_FAILED=29003]="RECORD_RESUME_FAILED"}(Ie||(Ie={})),function(e){e[e.SESSION_START_FAILED=1001]="SESSION_START_FAILED",e[e.SESSION_CONNECTING_IN_PROGRESS=1002]="SESSION_CONNECTING_IN_PROGRESS",e[e.SESSION_NOT_FOUND=1003]="SESSION_NOT_FOUND",e[e.SESSION_COUNT_LIMIT=1004]="SESSION_COUNT_LIMIT",e[e.SESSION_REFRESH_PIN_FAILED=1005]="SESSION_REFRESH_PIN_FAILED",e[e.SESSION_JOIN_PIN_NOT_FOUND=1006]="SESSION_JOIN_PIN_NOT_FOUND",e[e.SESSION_PIN_CODE_EXPIRED=1007]="SESSION_PIN_CODE_EXPIRED",e[e.SESSION_PIN_INVALID_FORMAT=1008]="SESSION_PIN_INVALID_FORMAT",e[e.SESSION_START_PIN_REQUIRED=1009]="SESSION_START_PIN_REQUIRED",e[e.SESSION_START_PIN_CONFLICT=1010]="SESSION_START_PIN_CONFLICT",e[e.SESSION_JOIN_FAILED=1011]="SESSION_JOIN_FAILED",e[e.SESSION_CUSTOMER_COUNT_LIMIT=1012]="SESSION_CUSTOMER_COUNT_LIMIT",e[e.SESSION_AGENT_COUNT_LIMIT=1013]="SESSION_AGENT_COUNT_LIMIT",e[e.SESSION_CUSTOMIZE_OVERRIDE_ERROR=1014]="SESSION_CUSTOMIZE_OVERRIDE_ERROR",e[e.SESSION_DUPLICATE_USER=1015]="SESSION_DUPLICATE_USER",e[e.NETWORK_ERROR=1016]="NETWORK_ERROR",e[e.SESSION_CANCELING_IN_PROGRESS=1017]="SESSION_CANCELING_IN_PROGRESS",e[e.TRANSFER_TO_NEW_TAB_FAILED=1018]="TRANSFER_TO_NEW_TAB_FAILED",e[e.TOKEN_INVALID=2001]="TOKEN_INVALID",e[e.RECORD_ERROR_UNKNOWN=3001]="RECORD_ERROR_UNKNOWN",e[e.RECORD_START_FAILED=3002]="RECORD_START_FAILED",e[e.RECORD_END_FAILED=3003]="RECORD_END_FAILED",e[e.RECORD_PAUSE_FAILED=3004]="RECORD_PAUSE_FAILED",e[e.RECORD_RESUME_FAILED=3005]="RECORD_RESUME_FAILED",e[e.UNDEFINED=9999]="UNDEFINED"}(Ce||(Ce={})),function(e){e.Enter="Enter",e.Space=" ",e.Escape="Escape",e.Tab="Tab",e.ArrowUp="ArrowUp",e.ArrowDown="ArrowDown",e.ArrowLeft="ArrowLeft",e.ArrowRight="ArrowRight",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Delete="Delete",e.Backspace="Backspace",e.Spacebar="Spacebar"}(ye||(ye={}));var Se=new Uint8Array(16);function Qe(){if(!ve&&!(ve="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ve(Se)}for(var Re=[],Te=0;Te<256;++Te)Re.push((Te+256).toString(16).slice(1));var De={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Oe(e,t,o){if(De.randomUUID&&!t&&!e)return De.randomUUID();var n=(e=e||{}).random||(e.rng||Qe)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){o=o||0;for(var i=0;i<16;++i)t[o+i]=n[i];return t}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Re[e[t+0]]+Re[e[t+1]]+Re[e[t+2]]+Re[e[t+3]]+"-"+Re[e[t+4]]+Re[e[t+5]]+"-"+Re[e[t+6]]+Re[e[t+7]]+"-"+Re[e[t+8]]+Re[e[t+9]]+"-"+Re[e[t+10]]+Re[e[t+11]]+Re[e[t+12]]+Re[e[t+13]]+Re[e[t+14]]+Re[e[t+15]]}(n)}var Ne="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Le(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var o=function e(){if(this instanceof e){var o=[null];return o.push.apply(o,arguments),new(Function.bind.apply(t,o))}return t.apply(this,arguments)};o.prototype=t.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),o}var je={},Me={get exports(){return je},set exports(e){je=e}};Me.exports=function(){\n/*! *****************************************************************************\n \t Copyright (c) Microsoft Corporation. All rights reserved.\n \t Licensed under the Apache License, Version 2.0 (the "License"); you may not use\n \t this file except in compliance with the License. You may obtain a copy of the\n \t License at http://www.apache.org/licenses/LICENSE-2.0\n\n \t THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n \t KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\n \t WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\n \t MERCHANTABLITY OR NON-INFRINGEMENT.\n\n \t See the Apache Version 2.0 License for specific language governing permissions\n \t and limitations under the License.\n \t ***************************************************************************** */\nfunction e(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(i,a){function r(e){try{A(n.next(e))}catch(e){a(e)}}function s(e){try{A(n.throw(e))}catch(e){a(e)}}function A(e){e.done?i(e.value):new o((function(t){t(e.value)})).then(r,s)}A((n=n.apply(e,t||[])).next())}))}function t(e){var t=new Date,o="";return e&&(o+="".concat(t.getMonth()+1,"/").concat(t.getDate(),"/").concat(t.getFullYear()," ")),"[".concat(o).concat(t.getHours(),":").concat(t.getMinutes(),":").concat(t.getSeconds(),".").concat(t.getMilliseconds(),"]:\\n")}function o(e){return e.map((function(e){return{domain:e.domain,dl:e.dl,dc:e.dc}}))}var n=function(e){var t=e.reduce((function(e,t){var o=t.dl;return e[o]||(e[o]=[]),e[o].push(t),e}),{});return Object.entries(t).map((function(e){var t,o=_slicedToArray(e,2),n=o[0],i=o[1];return[null!==(t=Number(n))&&void 0!==t?t:0,i]})).sort((function(e,t){return e[0]-t[0]})).map((function(e){return _slicedToArray(e,2)[1]}))},i=function(t,o){return e(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var n,i;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,fetch(t.url,o);case 3:if((n=e.sent).ok){e.next=6;break}throw new Error("HTTP error! status: ".concat(n.status));case 6:return e.abrupt("return",n.json().then((function(e){var o=n.headers.get("call-id");return{response:e,server:t,callId:o}})).catch((function(){return{response:{},server:t,callId:""}})));case 9:throw e.prev=9,e.t0=e.catch(0),i="server: ".concat(t.domain,", message: ").concat(e.t0.message),new Error(i);case 13:case"end":return e.stop()}}),e,null,[[0,9]])})))},a=function(e,t,o,n){var a={mode:"cors",cache:"no-cache"};t&&Object.assign(a,{signal:t});var r=new Map;return e.forEach((function(e){r.set(e.url,i(e,a))})),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.any(r.values()).then((function(e){if(o){var t,i=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e){t=e}));return setTimeout((function(){t()}),500),i.then((function(){var t,o=Number.MAX_VALUE,i=null,a=_createForOfIteratorHelper(performance.getEntriesByType("resource"));try{for(a.s();!(t=a.n()).done;){var s=t.value;if(_toConsumableArray(r.keys()).includes(s.name)){if(0===s.connectStart)return e;n("connectStart:".concat(s.connectStart)),s.connectStart<o&&(o=s.connectStart,i=s.name)}}}catch(e){a.e(e)}finally{a.f()}return null===i?e:r.get(i)}))}return e})).catch((function(e){var t="";return e instanceof AggregateError&&e.errors.forEach((function(e){t+="".concat(e.message,"\\n")})),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.reject(t)}))};function r(e,t,o){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(n,i){var a;if(null==o?void 0:o.aborted)return i(new Error("Promise was cancelled"));var r=setTimeout((function(){e().then(n).catch(i).finally((function(){var e;return null===(e=null==o?void 0:o.removeEventListener)||void 0===e?void 0:e.call(o,"abort",s)}))}),t),s=function e(){var t;clearTimeout(r),null===(t=null==o?void 0:o.removeEventListener)||void 0===t||t.call(o,"abort",e),i(new Error("Promise was cancelled"))};null===(a=null==o?void 0:o.addEventListener)||void 0===a||a.call(o,"abort",s)}))}var s=function(){function e(){var t=this;_classCallCheck(this,e),this.serverList=[],this.delayTime=[],this.excludedServer=[],this.log="",this.tryTimes=0,this.tryPingIndex=0,this.MAX_RETRY_TIMES=5,this.abortPingController=[],this.makeAbortSignal=function(e){var o;if("function"==typeof AbortController)return t.abortPingController[e]=new AbortController,null===(o=t.abortPingController[e])||void 0===o?void 0:o.signal}}return _createClass(e,[{key:"setRetryTimes",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:5;this.MAX_RETRY_TIMES=e}},{key:"init",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.serverList=e,this.delayTime=Array.from(new Set(this.serverList.map((function(e){return e.dl})))),this.useHybridStrategy=n,this.excludedServer=[],this.tryTimes=1,this.log="".concat(t(),"initial server list: ").concat(JSON.stringify(o(this.serverList)),"\\n")}},{key:"ping",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this.init(e,t),this.tryPing()}},{key:"retry",value:function(){return this.tryTimes+=1,this.filter(),0===this.serverList.length||this.MAX_RETRY_TIMES>0&&this.tryTimes>this.MAX_RETRY_TIMES?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.reject("no usable RWC any more:\\n".concat(this.log)):this.tryPing()}},{key:"cancelPing",value:function(){var e=this.tryPingIndex-1;e>=0&&this.cancelPingByIndex(e)}},{key:"cancelPingByIndex",value:function(e){var t,o;this.abortPingController[e]&&(null===(o=null===(t=this.abortPingController[e])||void 0===t?void 0:t.abort)||void 0===o||o.call(t),this.abortPingController[e]=void 0)}},{key:"tryPing",value:function(){var e=this,o=this.tryPingIndex++;this.cancelPingByIndex(o-1),this.log+="".concat(t(!0),"Try Times: ").concat(this.tryTimes,"\\n");var i=this.makeAbortSignal(o);return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(s,A){var c=e.delayTime.reduce((function(e,t){return e+t}),0),u=setTimeout((function(){e.log+="ping time out ".concat(c+1e4,"s\\n"),e.serverList=[],e.cancelPingByIndex(o)}),c+1e4),l=n(e.serverList);globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.any(l.map((function(o,n){var s=e.delayTime[n];return r((function(){return e.log+="".concat(t(),"ping[dl=").concat(s,"][groupIndex=").concat(n,"]--\\x3e").concat(JSON.stringify(o.map((function(e){return e.domain}))),"\\n"),a(o,i,e.tryTimes<=1&&e.useHybridStrategy,(function(t){return e.log+=t}))}),s,i)}))).then((function(o){var n=o.response,i=o.server,a=o.callId;e.log+="".concat(t(),"ping resolved: request server:").concat(i.domain,"\\n response:").concat(JSON.stringify(n),"\\n Call-ID:").concat(a,"\\n"),e.lastServer=i,s({response:n,request:i,log:e.log})})).catch((function(o){return o instanceof AggregateError?(e.log+=t(),o.errors.forEach((function(t,o){e.log+="ping failed [groupIndex=".concat(o,"]:\\n").concat(t,"\\n")}))):e.log+="".concat(t(),"ping failed. Errors(unknown): ").concat(o.message,"\\n"),A(e.log)})).finally((function(){clearTimeout(u),e.cancelPingByIndex(o)}))}))}},{key:"filter",value:function(){var e,o=this;this.serverList=this.serverList.filter((function(t){var n,i;return t.domain!==(null===(n=o.lastServer)||void 0===n?void 0:n.domain)&&t.dc!==e||(e||(e=null===(i=o.excludedServer.find((function(e){var t;return e.dc===(null===(t=o.lastServer)||void 0===t?void 0:t.dc)})))||void 0===i?void 0:i.dc),o.lastServer&&o.excludedServer.push(o.lastServer),!1)})),this.log+="".concat(t(),"excludedServer ").concat(JSON.stringify(this.excludedServer.map((function(e){return e.domain}))),"\\n")}},{key:"getLog",value:function(){return this.log}}]),e}(),A=new s;return A}();var Fe,xe,Pe,Ue,Ge,ze,He=je,Ye=function(e){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=(o=e||{}).endpoints,i=o.auth_token,a=o.trace_id,t.abrupt("return",He.ping(n.map((function(e){var t,o,n=e.delay,i=void 0===n?0:n,a=e.dcsz_address,r="https://".concat(a);return{url:(t="/chs/ping/",o=r,new URL(t,o)).href,domain:r,dl:i,dc:a}}))).then((function(e){var t;if(!(null===(t=null==e?void 0:e.request)||void 0===t?void 0:t.dc))throw new Error("No dc avaliable");return{dc:e.request.dc,auth_token:i,trace_id:a}})));case 2:case"end":return t.stop()}}),t)})))};!function(e){e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e[e.RemoteControl=7]="RemoteControl"}(Fe||(Fe={})),function(e){e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet"}(xe||(xe={})),function(e){e[e.FullSnapshot=-1]="FullSnapshot",e[e.Annotation=16]="Annotation"}(Pe||(Pe={})),function(e){e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel"}(Ue||(Ue={})),function(e){e[e["2D"]=0]="2D",e[e.WebGL=1]="WebGL",e[e.WebGL2=2]="WebGL2"}(Ge||(Ge={})),function(e){e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment"}(ze||(ze={}));var Je,We,Ke,Ve="data-zcb-image-binary",Ze="data-zcb-style-bg-binary",qe="data-zcb-style-sheet-binary",Xe="data-zcb-style-sheet-svg-binary",$e="data-zcb-blob-message-md5-id",et="data-zcb-inline-image-size",tt="data-zcb-style-bg-size",ot="data-zcb-binary-produced-in";!function(e){e.CBS="CBS",e.CBS_SUB="CBS_SUB",e.IFRAME_ANOTATION="IFRAME_ANOTATION",e.REMOTE_ASSIST_FLYING_CURSOR="REMOTE_ASSIST_FLYING_CURSOR"}(Je||(Je={})),function(e){e.TRANSFERRING="transferring_in",e.SUCCESS="transfer_in_success",e.FAIL="transfer_in_failed",e.CANCEL="transfer_in_cancelled",e.TRANSFER_OUT_SUCCESS="transfer_out_success"}(We||(We={})),function(e){e.RegisterUser="register-user",e.UnregisterUser="unregister-user",e.Position="position",e.RegisterCustomerCursorDOM="register-customer-dom",e.RegisterOtherAgentCursorDOM="register-other-agent-dom",e.UpdateCursorPositionLocal="update-cursor-position-local"}(Ke||(Ke={}));var nt=function(){function e(t){_classCallCheck(this,e),this.name=t,this.freeze=!1,this._onClose=null}return _createClass(e,[{key:"start",value:function(){this.freeze=!1}},{key:"stop",value:function(){this.freeze=!0}},{key:"registerHanlder",value:function(e,t){return this._onMessage=e,t&&(this._onClose=t),this}},{key:"onMessage",value:function(e){!this.freeze&&this._onMessage&&this._onMessage(this,e)}},{key:"onClose",value:function(){this._onClose&&this._onClose(this)}}]),e}();function it(e){if("object"===("undefined"==typeof window?"undefined":_typeof(window))){var t=encodeURI(e);return btoa(t)}return Buffer.from(e).toString("base64")}var at=function(e){return it(e)},rt=function(){function e(t){var o=t.requestOrigin,n=t.parentFrameId;_classCallCheck(this,e),this.parentFrameId=n;var i=at(o);n&&(i=n+"--"+i),this.frameId=i}return _createClass(e,[{key:"equal",value:function(e){var t=e.requestOrigin,o=e.parentFrameId;return o===this.parentFrameId&&this.frameId===o+"--"+at(t)}},{key:"isParentFrame",value:function(e){return this.frameId===e}},{key:"isSubFrame",value:function(e){return this.parentFrameId===e}}]),e}(),st=function(){function e(t){_classCallCheck(this,e),this.frames=new Map,this.tabId=t}return _createClass(e,[{key:"getFrame",value:function(e){var t=e.requestOrigin,o=e.parentFrameId,n=null;return this.frames.forEach((function(e){e.equal({requestOrigin:t,parentFrameId:o})&&(n=e)})),n}},{key:"checkAddFrame",value:function(e){var t=this,o=e.requestOrigin,n=e.parentFrameId,i=this.getFrame({requestOrigin:o,parentFrameId:n});if(i)return i;if(this.tabId===n)return this.addFrame({requestOrigin:o,parentFrameId:n});var a=null;return this.frames.forEach((function(e){a||e.isParentFrame(n)&&(a=t.addFrame({requestOrigin:o,parentFrameId:n}))})),a}},{key:"getSubFrames",value:function(e){var t=[];return this.frames.forEach((function(o){o.isSubFrame(e)&&t.push(o)})),t}},{key:"addFrame",value:function(e){var t=e.requestOrigin,o=e.parentFrameId,n=new rt({requestOrigin:t,parentFrameId:o});return this.frames.set(n.frameId,n),n}}]),e}(),At=function(){function e(){_classCallCheck(this,e),this.tabs=new Map}return _createClass(e,[{key:"makeRequest",value:function(e){var t=e.requestOrigin,o=e.parentFrameId,n="";return o?(this.tabs.forEach((function(e){if(!n){var i=e.checkAddFrame({requestOrigin:t,parentFrameId:o});i&&(n=i.frameId)}})),n):this.tabs.size?(this.tabs.forEach((function(e,t){n||(n=t)})),n):(n=at(t),this.tabs.set(n,new st(n)),n)}},{key:"makeViewerRequest",value:function(e){var t=e.parentFrameId,o="";return this.tabs.forEach((function(e){var n;if(t){if(o)return;var i=e.getSubFrames(t);o=(null===(n=i[0])||void 0===n?void 0:n.frameId)||""}else o=e.tabId})),o}}]),e}(),ct=new(function(){function e(){_classCallCheck(this,e),this.rooms=new Map}return _createClass(e,[{key:"makeRequest",value:function(e){var t=e.roomId,o=e.requestOrigin,n=e.parentFrameId,i=e.isViewer;this.rooms.get(t)||this.rooms.set(t,new At);var a=this.rooms.get(t);return a?i?a.makeViewerRequest({parentFrameId:n}):a.makeRequest({requestOrigin:o,parentFrameId:n}):""}}]),e}());"undefined"!=typeof global&&(global.cpsRoomManager=ct);var ut=function(e,t){return"".concat(e).concat(t)};!function e(t,o){var n={},i=function(){var i=t[a];"string"==typeof i?n[a]=ut(o,i):"function"==typeof i?n[a]=function(){return ut(o,i.apply(void 0,arguments))}:"object"===_typeof(i)&&(i instanceof RegExp||(n[a]=e(i,o)))};for(var a in t)i();return n}({log:{report:"/report-log"},blob:{uploadBlob:"/upload-blob",getBlobUrl:function(e){return"/cps-blob-".concat(e)},getBlobUrlReg:/cps-blob-([^?#\\/]+)/}},"/co-browsing");var lt,gt,pt,ht={get createSession(){return"/sdkapi/zcb/sessions"},get getSessionStatus(){return"/sdkapi/zcb/sessions"},get refreshZCBToken(){return"/sdkapi/zcb/refresh-tokens"},get joinSession(){return"/sdkapi/zcb/cobrowse-codes/{pinCode}/session"},get reportSessionStatusLog(){return"/sdkapi/zcb/cbs/{appKey}/session-status"}};!function(e){e.LOCAL="local",e.PROD="prod"}(lt||(lt={})),function(e){e.LEADER="1",e.FOLLOWER="2",e.RECORDER="11"}(gt||(gt={})),function(e){e.IMG="IMG",e.SOURCE="SOURCE",e.LINK="LINK",e.A="A",e.AUDIO="AUDIO",e.IFRAME="IFRAME",e.FORM="FORM",e.SCRIPT="SCRIPT",e.STYLE="STYLE"}(pt||(pt={}));var dt,Et;!function(e){e.LEADER="HR",e.FOLLOWER="VR"}(dt||(dt={})),new RegExp("(.+)(HTTPS?)/(.+)/".concat("CPS-SEP-FLAG","/(").concat(dt.FOLLOWER,"|").concat(dt.LEADER,")")),function(e){e[e.TYPE_UNKNOWN=-1]="TYPE_UNKNOWN",e[e.TYPE_TOP=1]="TYPE_TOP",e[e.TYPE_FRAME=2]="TYPE_FRAME",e[e.TYPE_AUX=3]="TYPE_AUX",e[e.TYPE_SCRIPT=4]="TYPE_SCRIPT",e[e.TYPE_MODULE=5]="TYPE_MODULE",e[e.TYPE_LINK=6]="TYPE_LINK",e[e.TYPE_XHR=7]="TYPE_XHR",e[e.TYPE_RESOURCE=8]="TYPE_RESOURCE",e[e.TYPE_WORKER=9]="TYPE_WORKER",e[e.TYPE_WORKER_SCOPE=10]="TYPE_WORKER_SCOPE",e[e.TYPE_REDIRECT=11]="TYPE_REDIRECT",e[e.TYPE_PAWS=12]="TYPE_PAWS",e[e.TYPE_CONTINUATION=13]="TYPE_CONTINUATION"}(Et||(Et={}));var ft,mt,It,Ct,yt,vt,Bt="WS_DYNAMIC_FEATURE_CHANGE";!function(e){e.UNKNOW="unknow",e.BROWSER="browser",e.BROWSER_WORKER="worker",e.NODE="node",e.NODE_WORKER="node_worker"}(ft||(ft={})),mt="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,It="undefined"!=typeof window,Ct="function"==typeof importScripts,yt=mt&&!Ct,vt=!mt&&!It,Ct?ft.BROWSER_WORKER:It?ft.BROWSER:vt?ft.NODE:yt?ft.NODE_WORKER:ft.UNKNOW;var kt=_createClass((function e(){var t=this;_classCallCheck(this,e),this.promise=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e,o){t.reject=o,t.resolve=e})),this.promise.then((function(e){return t.resolved=!0,e})).catch((function(){t.resolved=!1})).finally((function(){t.finished=!0,t.finishedTimestamp=Date.now()}))}));function bt(){}function _t(){_t.init.call(this)}function wt(e){return void 0===e._maxListeners?_t.defaultMaxListeners:e._maxListeners}function St(e,t,o,n){var i,a,r;if("function"!=typeof o)throw new TypeError(\'"listener" argument must be a function\');if((a=e._events)?(a.newListener&&(e.emit("newListener",t,o.listener?o.listener:o),a=e._events),r=a[t]):(a=e._events=new bt,e._eventsCount=0),r){if("function"==typeof r?r=a[t]=n?[o,r]:[r,o]:n?r.unshift(o):r.push(o),!r.warned&&(i=wt(e))&&i>0&&r.length>i){r.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+r.length+" "+t+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=e,s.type=t,s.count=r.length,function(e){"function"==typeof console.warn?console.warn(e):console.log(e)}(s)}}else r=a[t]=o,++e._eventsCount;return e}function Qt(e,t,o){var n=!1;function i(){e.removeListener(t,i),n||(n=!0,o.apply(e,arguments))}return i.listener=o,i}function Rt(e){var t=this._events;if(t){var o=t[e];if("function"==typeof o)return 1;if(o)return o.length}return 0}function Tt(e,t){for(var o=new Array(t);t--;)o[t]=e[t];return o}bt.prototype=Object.create(null),_t.EventEmitter=_t,_t.usingDomains=!1,_t.prototype.domain=void 0,_t.prototype._events=void 0,_t.prototype._maxListeners=void 0,_t.defaultMaxListeners=10,_t.init=function(){this.domain=null,_t.usingDomains&&undefined.active,this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=new bt,this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},_t.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError(\'"n" argument must be a positive number\');return this._maxListeners=e,this},_t.prototype.getMaxListeners=function(){return wt(this)},_t.prototype.emit=function(e){var t,o,n,i,a,r,s,A="error"===e;if(r=this._events)A=A&&null==r.error;else if(!A)return!1;if(s=this.domain,A){if(t=arguments[1],!s){if(t instanceof Error)throw t;var c=new Error(\'Uncaught, unspecified "error" event. (\'+t+")");throw c.context=t,c}return t||(t=new Error(\'Uncaught, unspecified "error" event\')),t.domainEmitter=this,t.domain=s,t.domainThrown=!1,s.emit("error",t),!1}if(!(o=r[e]))return!1;var u="function"==typeof o;switch(n=arguments.length){case 1:!function(e,t,o){if(t)e.call(o);else for(var n=e.length,i=Tt(e,n),a=0;a<n;++a)i[a].call(o)}(o,u,this);break;case 2:!function(e,t,o,n){if(t)e.call(o,n);else for(var i=e.length,a=Tt(e,i),r=0;r<i;++r)a[r].call(o,n)}(o,u,this,arguments[1]);break;case 3:!function(e,t,o,n,i){if(t)e.call(o,n,i);else for(var a=e.length,r=Tt(e,a),s=0;s<a;++s)r[s].call(o,n,i)}(o,u,this,arguments[1],arguments[2]);break;case 4:!function(e,t,o,n,i,a){if(t)e.call(o,n,i,a);else for(var r=e.length,s=Tt(e,r),A=0;A<r;++A)s[A].call(o,n,i,a)}(o,u,this,arguments[1],arguments[2],arguments[3]);break;default:for(i=new Array(n-1),a=1;a<n;a++)i[a-1]=arguments[a];!function(e,t,o,n){if(t)e.apply(o,n);else for(var i=e.length,a=Tt(e,i),r=0;r<i;++r)a[r].apply(o,n)}(o,u,this,i)}return!0},_t.prototype.addListener=function(e,t){return St(this,e,t,!1)},_t.prototype.on=_t.prototype.addListener,_t.prototype.prependListener=function(e,t){return St(this,e,t,!0)},_t.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError(\'"listener" argument must be a function\');return this.on(e,Qt(this,e,t)),this},_t.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError(\'"listener" argument must be a function\');return this.prependListener(e,Qt(this,e,t)),this},_t.prototype.removeListener=function(e,t){var o,n,i,a,r;if("function"!=typeof t)throw new TypeError(\'"listener" argument must be a function\');if(!(n=this._events))return this;if(!(o=n[e]))return this;if(o===t||o.listener&&o.listener===t)0==--this._eventsCount?this._events=new bt:(delete n[e],n.removeListener&&this.emit("removeListener",e,o.listener||t));else if("function"!=typeof o){for(i=-1,a=o.length;a-- >0;)if(o[a]===t||o[a].listener&&o[a].listener===t){r=o[a].listener,i=a;break}if(i<0)return this;if(1===o.length){if(o[0]=void 0,0==--this._eventsCount)return this._events=new bt,this;delete n[e]}else!function(e,t){for(var o=t,n=o+1,i=e.length;n<i;o+=1,n+=1)e[o]=e[n];e.pop()}(o,i);n.removeListener&&this.emit("removeListener",e,r||t)}return this},_t.prototype.off=function(e,t){return this.removeListener(e,t)},_t.prototype.removeAllListeners=function(e){var t,o;if(!(o=this._events))return this;if(!o.removeListener)return 0===arguments.length?(this._events=new bt,this._eventsCount=0):o[e]&&(0==--this._eventsCount?this._events=new bt:delete o[e]),this;if(0===arguments.length){for(var n,i=Object.keys(o),a=0;a<i.length;++a)"removeListener"!==(n=i[a])&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this._events=new bt,this._eventsCount=0,this}if("function"==typeof(t=o[e]))this.removeListener(e,t);else if(t)do{this.removeListener(e,t[t.length-1])}while(t[0]);return this},_t.prototype.listeners=function(e){var t,o,n=this._events;return o=n&&(t=n[e])?"function"==typeof t?[t.listener||t]:function(e){for(var t=new Array(e.length),o=0;o<t.length;++o)t[o]=e[o].listener||e[o];return t}(t):[],o},_t.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):Rt.call(e,t)},_t.prototype.listenerCount=Rt,_t.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]};var Dt={},Ot={get exports(){return Dt},set exports(e){Dt=e}};var Nt,Lt={},jt={get exports(){return Lt},set exports(e){Lt=e}},Mt=Le(Object.freeze({__proto__:null,default:{}}));function Ft(){return Nt||(Nt=1,function(e,t){var o;e.exports=(o=o||function(e,t){var o;if("undefined"!=typeof window&&window.crypto&&(o=window.crypto),"undefined"!=typeof self&&self.crypto&&(o=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(o=globalThis.crypto),!o&&"undefined"!=typeof window&&window.msCrypto&&(o=window.msCrypto),!o&&void 0!==Ne&&Ne.crypto&&(o=Ne.crypto),!o)try{o=Mt}catch(e){}var n=function(){if(o){if("function"==typeof o.getRandomValues)try{return o.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof o.randomBytes)try{return o.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var o;return e.prototype=t,o=new e,e.prototype=null,o}}(),a={},r=a.lib={},s=r.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},A=r.WordArray=s.extend({init:function(e,o){e=this.words=e||[],this.sigBytes=o!=t?o:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,o=e.words,n=this.sigBytes,i=e.sigBytes;if(this.clamp(),n%4)for(var a=0;a<i;a++){var r=o[a>>>2]>>>24-a%4*8&255;t[n+a>>>2]|=r<<24-(n+a)%4*8}else for(var s=0;s<i;s+=4)t[n+s>>>2]=o[s>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,o=this.sigBytes;t[o>>>2]&=4294967295<<32-o%4*8,t.length=e.ceil(o/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],o=0;o<e;o+=4)t.push(n());return new A.init(t,e)}}),c=a.enc={},u=c.Hex={stringify:function(e){for(var t=e.words,o=e.sigBytes,n=[],i=0;i<o;i++){var a=t[i>>>2]>>>24-i%4*8&255;n.push((a>>>4).toString(16)),n.push((15&a).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,o=[],n=0;n<t;n+=2)o[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new A.init(o,t/2)}},l=c.Latin1={stringify:function(e){for(var t=e.words,o=e.sigBytes,n=[],i=0;i<o;i++){var a=t[i>>>2]>>>24-i%4*8&255;n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,o=[],n=0;n<t;n++)o[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new A.init(o,t)}},g=c.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},p=r.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new A.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=g.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var o,n=this._data,i=n.words,a=n.sigBytes,r=this.blockSize,s=a/(4*r),c=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*r,u=e.min(4*c,a);if(c){for(var l=0;l<c;l+=r)this._doProcessBlock(i,l);o=i.splice(0,c),n.sigBytes-=u}return new A.init(o,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});r.Hasher=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,o){return new e.init(o).finalize(t)}},_createHmacHelper:function(e){return function(t,o){return new h.HMAC.init(e,o).finalize(t)}}});var h=a.algo={};return a}(Math),o)}(jt)),Lt}var xt,Pt={},Ut={get exports(){return Pt},set exports(e){Pt=e}};function Gt(){return xt||(xt=1,function(e,t){var o;e.exports=(o=Ft(),function(){var e=o,t=e.lib.WordArray;function n(e,o,n){for(var i=[],a=0,r=0;r<o;r++)if(r%4){var s=n[e.charCodeAt(r-1)]<<r%4*2|n[e.charCodeAt(r)]>>>6-r%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return t.create(i,a)}e.enc.Base64={stringify:function(e){var t=e.words,o=e.sigBytes,n=this._map;e.clamp();for(var i=[],a=0;a<o;a+=3)for(var r=(t[a>>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s<o;s++)i.push(n.charAt(r>>>6*(3-s)&63));var A=n.charAt(64);if(A)for(;i.length%4;)i.push(A);return i.join("")},parse:function(e){var t=e.length,o=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var r=o.charAt(64);if(r){var s=e.indexOf(r);-1!==s&&(t=s)}return n(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),o.enc.Base64)}(Ut)),Pt}var zt,Ht={},Yt={get exports(){return Ht},set exports(e){Ht=e}};function Jt(){return zt||(zt=1,function(e,t){var o;e.exports=(o=Ft(),function(e){var t=o,n=t.lib,i=n.WordArray,a=n.Hasher,r=t.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*e.abs(e.sin(t+1))|0}();var A=r.MD5=a.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var o=0;o<16;o++){var n=t+o,i=e[n];e[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var a=this._hash.words,r=e[t+0],A=e[t+1],p=e[t+2],h=e[t+3],d=e[t+4],E=e[t+5],f=e[t+6],m=e[t+7],I=e[t+8],C=e[t+9],y=e[t+10],v=e[t+11],B=e[t+12],k=e[t+13],b=e[t+14],_=e[t+15],w=a[0],S=a[1],Q=a[2],R=a[3];w=c(w,S,Q,R,r,7,s[0]),R=c(R,w,S,Q,A,12,s[1]),Q=c(Q,R,w,S,p,17,s[2]),S=c(S,Q,R,w,h,22,s[3]),w=c(w,S,Q,R,d,7,s[4]),R=c(R,w,S,Q,E,12,s[5]),Q=c(Q,R,w,S,f,17,s[6]),S=c(S,Q,R,w,m,22,s[7]),w=c(w,S,Q,R,I,7,s[8]),R=c(R,w,S,Q,C,12,s[9]),Q=c(Q,R,w,S,y,17,s[10]),S=c(S,Q,R,w,v,22,s[11]),w=c(w,S,Q,R,B,7,s[12]),R=c(R,w,S,Q,k,12,s[13]),Q=c(Q,R,w,S,b,17,s[14]),w=u(w,S=c(S,Q,R,w,_,22,s[15]),Q,R,A,5,s[16]),R=u(R,w,S,Q,f,9,s[17]),Q=u(Q,R,w,S,v,14,s[18]),S=u(S,Q,R,w,r,20,s[19]),w=u(w,S,Q,R,E,5,s[20]),R=u(R,w,S,Q,y,9,s[21]),Q=u(Q,R,w,S,_,14,s[22]),S=u(S,Q,R,w,d,20,s[23]),w=u(w,S,Q,R,C,5,s[24]),R=u(R,w,S,Q,b,9,s[25]),Q=u(Q,R,w,S,h,14,s[26]),S=u(S,Q,R,w,I,20,s[27]),w=u(w,S,Q,R,k,5,s[28]),R=u(R,w,S,Q,p,9,s[29]),Q=u(Q,R,w,S,m,14,s[30]),w=l(w,S=u(S,Q,R,w,B,20,s[31]),Q,R,E,4,s[32]),R=l(R,w,S,Q,I,11,s[33]),Q=l(Q,R,w,S,v,16,s[34]),S=l(S,Q,R,w,b,23,s[35]),w=l(w,S,Q,R,A,4,s[36]),R=l(R,w,S,Q,d,11,s[37]),Q=l(Q,R,w,S,m,16,s[38]),S=l(S,Q,R,w,y,23,s[39]),w=l(w,S,Q,R,k,4,s[40]),R=l(R,w,S,Q,r,11,s[41]),Q=l(Q,R,w,S,h,16,s[42]),S=l(S,Q,R,w,f,23,s[43]),w=l(w,S,Q,R,C,4,s[44]),R=l(R,w,S,Q,B,11,s[45]),Q=l(Q,R,w,S,_,16,s[46]),w=g(w,S=l(S,Q,R,w,p,23,s[47]),Q,R,r,6,s[48]),R=g(R,w,S,Q,m,10,s[49]),Q=g(Q,R,w,S,b,15,s[50]),S=g(S,Q,R,w,E,21,s[51]),w=g(w,S,Q,R,B,6,s[52]),R=g(R,w,S,Q,h,10,s[53]),Q=g(Q,R,w,S,y,15,s[54]),S=g(S,Q,R,w,A,21,s[55]),w=g(w,S,Q,R,I,6,s[56]),R=g(R,w,S,Q,_,10,s[57]),Q=g(Q,R,w,S,f,15,s[58]),S=g(S,Q,R,w,k,21,s[59]),w=g(w,S,Q,R,d,6,s[60]),R=g(R,w,S,Q,v,10,s[61]),Q=g(Q,R,w,S,p,15,s[62]),S=g(S,Q,R,w,C,21,s[63]),a[0]=a[0]+w|0,a[1]=a[1]+S|0,a[2]=a[2]+Q|0,a[3]=a[3]+R|0},_doFinalize:function(){var t=this._data,o=t.words,n=8*this._nDataBytes,i=8*t.sigBytes;o[i>>>5]|=128<<24-i%32;var a=e.floor(n/4294967296),r=n;o[15+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),o[14+(i+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),t.sigBytes=4*(o.length+1),this._process();for(var s=this._hash,A=s.words,c=0;c<4;c++){var u=A[c];A[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,o,n,i,a,r){var s=e+(t&o|~t&n)+i+r;return(s<<a|s>>>32-a)+t}function u(e,t,o,n,i,a,r){var s=e+(t&n|o&~n)+i+r;return(s<<a|s>>>32-a)+t}function l(e,t,o,n,i,a,r){var s=e+(t^o^n)+i+r;return(s<<a|s>>>32-a)+t}function g(e,t,o,n,i,a,r){var s=e+(o^(t|~n))+i+r;return(s<<a|s>>>32-a)+t}t.MD5=a._createHelper(A),t.HmacMD5=a._createHmacHelper(A)}(Math),o.MD5)}(Yt)),Ht}var Wt,Kt={},Vt={get exports(){return Kt},set exports(e){Kt=e}},Zt={},qt={get exports(){return Zt},set exports(e){Zt=e}};function Xt(){return Wt||(Wt=1,function(e,t){var o;e.exports=(o=Ft(),function(){var e=o,t=e.lib,n=t.WordArray,i=t.Hasher,a=e.algo,r=[],s=a.SHA1=i.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var o=this._hash.words,n=o[0],i=o[1],a=o[2],s=o[3],A=o[4],c=0;c<80;c++){if(c<16)r[c]=0|e[t+c];else{var u=r[c-3]^r[c-8]^r[c-14]^r[c-16];r[c]=u<<1|u>>>31}var l=(n<<5|n>>>27)+A+r[c];l+=c<20?1518500249+(i&a|~i&s):c<40?1859775393+(i^a^s):c<60?(i&a|i&s|a&s)-1894007588:(i^a^s)-899497514,A=s,s=a,a=i<<30|i>>>2,i=n,n=l}o[0]=o[0]+n|0,o[1]=o[1]+i|0,o[2]=o[2]+a|0,o[3]=o[3]+s|0,o[4]=o[4]+A|0},_doFinalize:function(){var e=this._data,t=e.words,o=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(o/4294967296),t[15+(n+64>>>9<<4)]=o,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});e.SHA1=i._createHelper(s),e.HmacSHA1=i._createHmacHelper(s)}(),o.SHA1)}(qt)),Zt}var $t,eo,to={},oo={get exports(){return to},set exports(e){to=e}};function no(){return eo||(eo=1,function(e,t){var o;e.exports=(o=Ft(),Xt(),$t||($t=1,function(e,t){var o;e.exports=(o=Ft(),void function(){var e=o,t=e.lib.Base,n=e.enc.Utf8;e.algo.HMAC=t.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var o=e.blockSize,i=4*o;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),r=this._iKey=t.clone(),s=a.words,A=r.words,c=0;c<o;c++)s[c]^=1549556828,A[c]^=909522486;a.sigBytes=r.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,o=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(o))}})}())}(oo)),function(){var e=o,t=e.lib,n=t.Base,i=t.WordArray,a=e.algo,r=a.MD5,s=a.EvpKDF=n.extend({cfg:n.extend({keySize:4,hasher:r,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var o,n=this.cfg,a=n.hasher.create(),r=i.create(),s=r.words,A=n.keySize,c=n.iterations;s.length<A;){o&&a.update(o),o=a.update(e).finalize(t),a.reset();for(var u=1;u<c;u++)o=a.finalize(o),a.reset();r.concat(o)}return r.sigBytes=4*A,r}});e.EvpKDF=function(e,t,o){return s.create(o).compute(e,t)}}(),o.EvpKDF)}(Vt)),Kt}var io,ao={},ro={get exports(){return ao},set exports(e){ao=e}};!function(e,t){var o;e.exports=(o=Ft(),Gt(),Jt(),no(),io||(io=1,function(e,t){var o;e.exports=(o=Ft(),no(),void(o.lib.Cipher||function(e){var t=o,n=t.lib,i=n.Base,a=n.WordArray,r=n.BufferedBlockAlgorithm,s=t.enc;s.Utf8;var A=s.Base64,c=t.algo.EvpKDF,u=n.Cipher=r.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,o){this.cfg=this.cfg.extend(o),this._xformMode=e,this._key=t,this.reset()},reset:function(){r.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?I:f}return function(t){return{encrypt:function(o,n,i){return e(n).encrypt(t,o,n,i)},decrypt:function(o,n,i){return e(n).decrypt(t,o,n,i)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var l=t.mode={},g=n.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=l.CBC=function(){var t=g.extend();function o(t,o,n){var i,a=this._iv;a?(i=a,this._iv=e):i=this._prevBlock;for(var r=0;r<n;r++)t[o+r]^=i[r]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize;o.call(this,e,t,i),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,a=e.slice(t,t+i);n.decryptBlock(e,t),o.call(this,e,t,i),this._prevBlock=a}}),t}(),h=(t.pad={}).Pkcs7={pad:function(e,t){for(var o=4*t,n=o-e.sigBytes%o,i=n<<24|n<<16|n<<8|n,r=[],s=0;s<n;s+=4)r.push(i);var A=a.create(r,n);e.concat(A)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:p,padding:h}),reset:function(){var e;u.reset.call(this);var t=this.cfg,o=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,o&&o.words):(this._mode=e.call(n,this,o&&o.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var d=n.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),E=(t.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,o=e.salt;return(o?a.create([1398893684,1701076831]).concat(o).concat(t):t).toString(A)},parse:function(e){var t,o=A.parse(e),n=o.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=a.create(n.slice(2,4)),n.splice(0,4),o.sigBytes-=16),d.create({ciphertext:o,salt:t})}},f=n.SerializableCipher=i.extend({cfg:i.extend({format:E}),encrypt:function(e,t,o,n){n=this.cfg.extend(n);var i=e.createEncryptor(o,n),a=i.finalize(t),r=i.cfg;return d.create({ciphertext:a,key:o,iv:r.iv,algorithm:e,mode:r.mode,padding:r.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,o,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(o,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),m=(t.kdf={}).OpenSSL={execute:function(e,t,o,n,i){if(n||(n=a.random(8)),i)r=c.create({keySize:t+o,hasher:i}).compute(e,n);else var r=c.create({keySize:t+o}).compute(e,n);var s=a.create(r.words.slice(t),4*o);return r.sigBytes=4*t,d.create({key:r,iv:s,salt:n})}},I=n.PasswordBasedCipher=f.extend({cfg:f.cfg.extend({kdf:m}),encrypt:function(e,t,o,n){var i=(n=this.cfg.extend(n)).kdf.execute(o,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=i.iv;var a=f.encrypt.call(this,e,t,i.key,n);return a.mixIn(i),a},decrypt:function(e,t,o,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var i=n.kdf.execute(o,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=i.iv,f.decrypt.call(this,e,t,i.key,n)}})}()))}(ro)),function(){var e=o,t=e.lib.BlockCipher,n=e.algo,i=[],a=[],r=[],s=[],A=[],c=[],u=[],l=[],g=[],p=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var o=0,n=0;for(t=0;t<256;t++){var h=n^n<<1^n<<2^n<<3^n<<4;h=h>>>8^255&h^99,i[o]=h,a[h]=o;var d=e[o],E=e[d],f=e[E],m=257*e[h]^16843008*h;r[o]=m<<24|m>>>8,s[o]=m<<16|m>>>16,A[o]=m<<8|m>>>24,c[o]=m,m=16843009*f^65537*E^257*d^16843008*o,u[h]=m<<24|m>>>8,l[h]=m<<16|m>>>16,g[h]=m<<8|m>>>24,p[h]=m,o?(o=d^e[e[e[f^d]]],n^=e[e[n]]):o=n=1}}();var h=[0,1,2,4,8,16,32,64,128,27,54],d=n.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,o=e.sigBytes/4,n=4*((this._nRounds=o+6)+1),a=this._keySchedule=[],r=0;r<n;r++)r<o?a[r]=t[r]:(c=a[r-1],r%o?o>6&&r%o==4&&(c=i[c>>>24]<<24|i[c>>>16&255]<<16|i[c>>>8&255]<<8|i[255&c]):(c=i[(c=c<<8|c>>>24)>>>24]<<24|i[c>>>16&255]<<16|i[c>>>8&255]<<8|i[255&c],c^=h[r/o|0]<<24),a[r]=a[r-o]^c);for(var s=this._invKeySchedule=[],A=0;A<n;A++){if(r=n-A,A%4)var c=a[r];else c=a[r-4];s[A]=A<4||r<=4?c:u[i[c>>>24]]^l[i[c>>>16&255]]^g[i[c>>>8&255]]^p[i[255&c]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,r,s,A,c,i)},decryptBlock:function(e,t){var o=e[t+1];e[t+1]=e[t+3],e[t+3]=o,this._doCryptBlock(e,t,this._invKeySchedule,u,l,g,p,a),o=e[t+1],e[t+1]=e[t+3],e[t+3]=o},_doCryptBlock:function(e,t,o,n,i,a,r,s){for(var A=this._nRounds,c=e[t]^o[0],u=e[t+1]^o[1],l=e[t+2]^o[2],g=e[t+3]^o[3],p=4,h=1;h<A;h++){var d=n[c>>>24]^i[u>>>16&255]^a[l>>>8&255]^r[255&g]^o[p++],E=n[u>>>24]^i[l>>>16&255]^a[g>>>8&255]^r[255&c]^o[p++],f=n[l>>>24]^i[g>>>16&255]^a[c>>>8&255]^r[255&u]^o[p++],m=n[g>>>24]^i[c>>>16&255]^a[u>>>8&255]^r[255&l]^o[p++];c=d,u=E,l=f,g=m}d=(s[c>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&g])^o[p++],E=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[g>>>8&255]<<8|s[255&c])^o[p++],f=(s[l>>>24]<<24|s[g>>>16&255]<<16|s[c>>>8&255]<<8|s[255&u])^o[p++],m=(s[g>>>24]<<24|s[c>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^o[p++],e[t]=d,e[t+1]=E,e[t+2]=f,e[t+3]=m},keySize:8});e.AES=t._createHelper(d)}(),o.AES)}(Ot);var so={},Ao={get exports(){return so},set exports(e){so=e}};!function(e,t){e.exports=Ft().enc.Utf8}(Ao);var co,uo,lo;function go(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"beErhVVUbKjLSmBNpYs_e";return e?Dt.encrypt(e,t).toString():""}!function(e){e[e.PENDING=0]="PENDING",e[e.READY=1]="READY",e[e.CLOSE=2]="CLOSE"}(co||(co={})),function(e){e[e.NPM=0]="NPM",e[e.CDN=1]="CDN"}(uo||(uo={})),function(e){e[e.RECORD_NOT_ENABLED=2e4]="RECORD_NOT_ENABLED",e[e.START_RECORD_UNAVAILABLE=20001]="START_RECORD_UNAVAILABLE",e[e.START_RECORD_INVALID_BODY=20002]="START_RECORD_INVALID_BODY",e[e.EXIST_RECORD_CONFLICT=20003]="EXIST_RECORD_CONFLICT",e[e.RECORD_OVERHEAD_CAPACITY=20004]="RECORD_OVERHEAD_CAPACITY",e[e.LEADER_NOT_JOINED=20005]="LEADER_NOT_JOINED",e[e.LEADER_DENIED=20006]="LEADER_DENIED",e[e.RECORD_ABORTED=20007]="RECORD_ABORTED",e[e.END_RECORD_UNAVAILABLE=21e3]="END_RECORD_UNAVAILABLE",e[e.END_RECORD_INVALID_BODY=21001]="END_RECORD_INVALID_BODY",e[e.RECORD_ALREADY_PAUSED=22e3]="RECORD_ALREADY_PAUSED",e[e.RECORD_ALREADY_RESUMED=23e3]="RECORD_ALREADY_RESUMED",e[e.NO_ACTIVE_RECORD=24e3]="NO_ACTIVE_RECORD",e[e.RECORD_IN_START_PROGRESS=24001]="RECORD_IN_START_PROGRESS",e[e.RECORD_IN_STOP_PROGRESS=24002]="RECORD_IN_STOP_PROGRESS",e[e.CHS_JWT_MISSING=25100]="CHS_JWT_MISSING",e[e.CHS_JWT_DECODE_FAILED=25101]="CHS_JWT_DECODE_FAILED",e[e.CHS_JWT_INVALID_PAYLOAD=25102]="CHS_JWT_INVALID_PAYLOAD",e[e.CHS_JWT_ISS_AUD_MISSING=25103]="CHS_JWT_ISS_AUD_MISSING",e[e.CHS_JWT_ISS_AUD_DENIED=25104]="CHS_JWT_ISS_AUD_DENIED",e[e.CHS_JWT_VERIFY_FAILED=25105]="CHS_JWT_VERIFY_FAILED",e[e.SESSION_ID_NOT_MATCH=25200]="SESSION_ID_NOT_MATCH",e[e.AID_IN_JWT_MISSING=25201]="AID_IN_JWT_MISSING",e[e.UID_IN_JWT_MISSING=25202]="UID_IN_JWT_MISSING",e[e.RECORD_ID_MISSING=25203]="RECORD_ID_MISSING",e[e.RECORD_TASK_NOT_EXIST=25204]="RECORD_TASK_NOT_EXIST",e[e.PAGE_CONTEXT_BOOTSTRAP_FAILED=26100]="PAGE_CONTEXT_BOOTSTRAP_FAILED",e[e.PAGE_CONTROLLER_INIT_FAILED=26101]="PAGE_CONTROLLER_INIT_FAILED",e[e.PAGE_LOAD_HTML_FAILED=26102]="PAGE_LOAD_HTML_FAILED",e[e.PAGE_INJECT_INIT_FAILED=26103]="PAGE_INJECT_INIT_FAILED",e[e.PAGE_INJECT_CONTEXT_FAILED=26104]="PAGE_INJECT_CONTEXT_FAILED",e[e.PAGE_START_FAILED=26105]="PAGE_START_FAILED",e[e.PAGE_STOP_FAILED=26106]="PAGE_STOP_FAILED",e[e.RECORDER_INIT_FAILED=26200]="RECORDER_INIT_FAILED",e[e.RECORDER_CDP_SESSION_START_FAILED=26201]="RECORDER_CDP_SESSION_START_FAILED",e[e.RECORDER_CDP_SESSION_STOP_FAILED=26202]="RECORDER_CDP_SESSION_STOP_FAILED",e[e.RECORDER_CDP_SESSION_ALREADY_DESTROYED=26203]="RECORDER_CDP_SESSION_ALREADY_DESTROYED",e[e.DISK_USAGE_FULL=26204]="DISK_USAGE_FULL",e[e.CONNECT_CHS_FAILED=26301]="CONNECT_CHS_FAILED",e[e.CONNECT_CHS_FAILOVER=26302]="CONNECT_CHS_FAILOVER",e[e.CONNECT_CHS_DESTROYED=26303]="CONNECT_CHS_DESTROYED",e[e.CONNECT_CHS_DISCONNECTED=26304]="CONNECT_CHS_DISCONNECTED",e[e.CONNECT_CHS_TIMEOUT=26305]="CONNECT_CHS_TIMEOUT",e[e.UDS_INIT_FAILED=26400]="UDS_INIT_FAILED",e[e.UDS_SUB_PROCESS_INIT_FAILED=26401]="UDS_SUB_PROCESS_INIT_FAILED",e[e.UDS_SUB_PROCESS_INIT_TIMEOUT=26402]="UDS_SUB_PROCESS_INIT_TIMEOUT",e[e.UDS_CLINET_INIT_FAILED=26403]="UDS_CLINET_INIT_FAILED",e[e.UDS_SERVER_INIT_FAILED=26404]="UDS_SERVER_INIT_FAILED",e[e.UDS_SERVER_LISTEN_FAILED=26405]="UDS_SERVER_LISTEN_FAILED",e[e.FILE_INIT_FAILED=26500]="FILE_INIT_FAILED",e[e.FILE_META_INIT_FAILED=26501]="FILE_META_INIT_FAILED",e[e.FILE_META_CLIP_INIT_FAILED=26502]="FILE_META_CLIP_INIT_FAILED",e[e.FILE_META_OPEN_FAILED=26503]="FILE_META_OPEN_FAILED",e[e.FILE_META_LOCK_FAILED=26504]="FILE_META_LOCK_FAILED",e[e.FILE_META_RELEASE_FAILED=26505]="FILE_META_RELEASE_FAILED",e[e.FILE_META_WRITE_FAILED=26506]="FILE_META_WRITE_FAILED",e[e.ZCB_WEB_NOT_AVAILABLE=26600]="ZCB_WEB_NOT_AVAILABLE",e[e.ZCB_CRS_NOT_AVAILABLE=26601]="ZCB_CRS_NOT_AVAILABLE",e[e.REDIS_GET_CLIP_SIZE_FAILED=26700]="REDIS_GET_CLIP_SIZE_FAILED",e[e.REDIS_SET_CLIP_SIZE_FAILED=26701]="REDIS_SET_CLIP_SIZE_FAILED",e[e.REDIS_GET_START_TIME_FAILED=26702]="REDIS_GET_START_TIME_FAILED",e[e.REDIS_SET_START_TIME_FAILED=26703]="REDIS_SET_START_TIME_FAILED",e[e.ASSETS_FETCH_FAILED=26800]="ASSETS_FETCH_FAILED",e[e.ASSETS_WRITE_FAILED=26801]="ASSETS_WRITE_FAILED"}(lo||(lo={})),lo.RECORD_OVERHEAD_CAPACITY,lo.RECORD_OVERHEAD_CAPACITY;var po,ho={};_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.START_RECORD_UNAVAILABLE,"start record api not available"),lo.START_RECORD_INVALID_BODY,"start record response body invalid"),lo.END_RECORD_UNAVAILABLE,"end record api not available"),lo.END_RECORD_INVALID_BODY,"end record response body invalid"),lo.EXIST_RECORD_CONFLICT,"already has an existed recording"),lo.NO_ACTIVE_RECORD,"no existed recording"),lo.RECORD_IN_START_PROGRESS,"recording is in start progress"),lo.RECORD_IN_STOP_PROGRESS,"recording is in stop progress"),lo.RECORD_ALREADY_PAUSED,"recording already paused"),lo.RECORD_ALREADY_RESUMED,"recording already resumed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.RECORD_NOT_ENABLED,"recording not enabled"),lo.RECORD_OVERHEAD_CAPACITY,"recording capacity is overhead"),lo.LEADER_NOT_JOINED,"leader not joined room"),lo.LEADER_DENIED,"leader denied recording"),lo.RECORD_ABORTED,"recording aborted"),lo.CHS_JWT_MISSING,"CHS JWT is empty"),lo.CHS_JWT_DECODE_FAILED,"CHS JWT decode error"),lo.CHS_JWT_INVALID_PAYLOAD,"CHS JWT payload invalid"),lo.CHS_JWT_ISS_AUD_MISSING,"CHS JWT iss or aud empty"),lo.CHS_JWT_ISS_AUD_DENIED,"invalid iss and aud"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.CHS_JWT_VERIFY_FAILED,"token verify failed"),lo.SESSION_ID_NOT_MATCH,"sessionId in header is not match in jwt payload"),lo.AID_IN_JWT_MISSING,"aid in token is required"),lo.UID_IN_JWT_MISSING,"uid in token is required"),lo.RECORD_ID_MISSING,"recordId is empty"),lo.RECORD_TASK_NOT_EXIST,"record task not exist"),lo.PAGE_CONTEXT_BOOTSTRAP_FAILED,"bootstrap playwright failed"),lo.PAGE_CONTROLLER_INIT_FAILED,"PageController init failed"),lo.PAGE_LOAD_HTML_FAILED,"page load html failed"),lo.PAGE_INJECT_INIT_FAILED,"PageInjector init failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.PAGE_INJECT_CONTEXT_FAILED,"injectPageContext failed"),lo.PAGE_START_FAILED,"page start record failed"),lo.PAGE_STOP_FAILED,"page start stop failed"),lo.RECORDER_INIT_FAILED,"PageRecorder init failed"),lo.RECORDER_CDP_SESSION_START_FAILED,"record start cdp session failed"),lo.RECORDER_CDP_SESSION_STOP_FAILED,"record stop cdp session failed"),lo.RECORDER_CDP_SESSION_ALREADY_DESTROYED,"PageRecorder has already been destroyed"),lo.DISK_USAGE_FULL,"Server disk is full"),lo.CONNECT_CHS_FAILED,"CHS is not available"),lo.CONNECT_CHS_FAILOVER,"CHS connection is failover now"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.CONNECT_CHS_DESTROYED,"CHS connection is destroyed by client"),lo.CONNECT_CHS_DISCONNECTED,"CHS connection is disconnected"),lo.CONNECT_CHS_TIMEOUT,"wait for CHS connection timeout"),lo.UDS_INIT_FAILED,"UDSManager init failed"),lo.UDS_SUB_PROCESS_INIT_FAILED,"uds sub process init failed"),lo.UDS_SUB_PROCESS_INIT_TIMEOUT,"uds sub process init timeout"),lo.UDS_CLINET_INIT_FAILED,"UDSClient init failed"),lo.UDS_SERVER_INIT_FAILED,"UDSServer init failed"),lo.UDS_SERVER_LISTEN_FAILED,"UDSServer listen failed"),lo.FILE_INIT_FAILED,"FileManager init failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.FILE_META_INIT_FAILED,"MetaDataManager init failed"),lo.FILE_META_CLIP_INIT_FAILED,"SubClipManager init failed"),lo.FILE_META_OPEN_FAILED,"open metadata failed"),lo.FILE_META_LOCK_FAILED,"metadata lock failed"),lo.FILE_META_RELEASE_FAILED,"metadata release failed"),lo.FILE_META_WRITE_FAILED,"metadata write failed"),lo.ZCB_WEB_NOT_AVAILABLE,"web is not available"),lo.ZCB_CRS_NOT_AVAILABLE,"crs is not available"),lo.REDIS_GET_CLIP_SIZE_FAILED,"get clip size failed"),lo.REDIS_SET_CLIP_SIZE_FAILED,"set clip size failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(ho,lo.REDIS_GET_START_TIME_FAILED,"get record start time failed"),lo.REDIS_SET_START_TIME_FAILED,"set record start time failed"),lo.ASSETS_FETCH_FAILED,"fetch assets from cdn failed"),lo.ASSETS_WRITE_FAILED,"write assets to local disk failed"),function(e){e[e.INIT=0]="INIT",e[e.RUNNING=1]="RUNNING",e[e.PAUSE=2]="PAUSE",e[e.FINISH=3]="FINISH"}(po||(po={}));var Eo,fo;!function(e){e[e.WS_CONN_KEEPALIVE=0]="WS_CONN_KEEPALIVE",e[e.WS_CONN_VECTOR_DATA=1]="WS_CONN_VECTOR_DATA",e[e.WS_DOC_JSON_JOIN_RES=8194]="WS_DOC_JSON_JOIN_RES"}(Eo||(Eo={})),function(e){e.CONNECTED="CONNECTED",e.DISCONNECTED="DISCONNECTED",e.END_ROOM="END_ROOM",e.LEAVE_ROOM="LEAVE_ROOM",e.INTERACTION_BINARY="INTERACTION_BINARY",e.INTERACTION="INTERACTION",e.FULL_SNAPSHOT_REQUEST="FULL_SNAPSHOT_REQUEST",e.GET_BINARY="GET_BINARY",e.USER_BE_HOLD_STATUS_CHANGE="USER_BE_HOLD_STATUS_CHANGE",e.USER_ROSTER="USER_ROSTER",e.ROOM_ROSTER="ROOM_ROSTER",e.REMOTE_CONTROL_STATUS="REMOTE_CONTROL_STATUS",e.REMOTE_CONTROL_REQUEST="REMOTE_CONTROL_REQUEST",e.REMOTE_CONTROL_RESPONSE="REMOTE_CONTROL_RESPONSE",e.REMOTE_CONTROL_GIVE_UP="REMOTE_CONTROL_GIVE_UP",e.REMOTE_CONTROL_TAKE_BACK="REMOTE_CONTROL_TAKE_BACK",e.REMOTE_CONTROL_REJECT="REMOTE_CONTROL_REJECT",e.REMOTE_CONTROL_CANCEL="REMOTE_CONTROL_CANCEL",e.START_RECORD="START_RECORD",e.STOP_RECORD="STOP_RECORD",e.PAUSE_RECORD="PAUSE_RECORD",e.RESUME_RECORD="RESUME_RECORD",e.START_RECORD_RESPONSE="START_RECORD_RESPONSE",e.STOP_RECORD_RESPONSE="STOP_RECORD_RESPONSE",e.PAUSE_RECORD_RESPONSE="PAUSE_RECORD_RESPONSE",e.RESUME_RECORD_RESPONSE="RESUME_RECORD_RESPONSE",e.RECORD_APPROVE_REQUEST="RECORD_APPROVE_REQUEST",e.RECORD_APPROVE_RESPONSE="RECORD_APPROVE_RESPONSE",e.ANNOTATION="ANNOTATION",e.FLYING_CURSOR="FLYING_CURSOR",e.LEADER_PAGE_VISIBILITY="LEADER_PAGE_VISIBILITY",e.RTT="RTT",e.NTP="NTP"}(fo||(fo={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty({},fo.ANNOTATION,!0),fo.INTERACTION,!0),fo.INTERACTION_BINARY,!0),fo.FLYING_CURSOR,!0),_defineProperty(_defineProperty({},fo.RTT,!0),fo.NTP,!0),_defineProperty(_defineProperty({},fo.INTERACTION,!0),fo.INTERACTION_BINARY,!0);var mo={};_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(mo,fo.INTERACTION,!0),fo.INTERACTION_BINARY,!0),fo.FULL_SNAPSHOT_REQUEST,!0),fo.REMOTE_CONTROL_STATUS,!0),fo.REMOTE_CONTROL_REQUEST,!0),fo.REMOTE_CONTROL_RESPONSE,!0),fo.REMOTE_CONTROL_GIVE_UP,!0),fo.REMOTE_CONTROL_TAKE_BACK,!0),fo.REMOTE_CONTROL_REJECT,!0),fo.REMOTE_CONTROL_CANCEL,!0),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(mo,fo.START_RECORD,!0),fo.RESUME_RECORD,!0),fo.PAUSE_RECORD,!0),fo.STOP_RECORD,!0),fo.ANNOTATION,!0),fo.FLYING_CURSOR,!0),fo.NTP,!0);var Io={};_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Io,fo.INTERACTION,!0),fo.INTERACTION_BINARY,!0),fo.FULL_SNAPSHOT_REQUEST,!0),fo.USER_ROSTER,!0),fo.ROOM_ROSTER,!0),fo.REMOTE_CONTROL_STATUS,!0),fo.REMOTE_CONTROL_REQUEST,!0),fo.REMOTE_CONTROL_RESPONSE,!0),fo.REMOTE_CONTROL_GIVE_UP,!0),fo.REMOTE_CONTROL_TAKE_BACK,!0),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Io,fo.REMOTE_CONTROL_REJECT,!0),fo.REMOTE_CONTROL_CANCEL,!0),fo.START_RECORD,!0),fo.RESUME_RECORD,!0),fo.PAUSE_RECORD,!0),fo.STOP_RECORD,!0),fo.START_RECORD_RESPONSE,!0),fo.STOP_RECORD_RESPONSE,!0),fo.PAUSE_RECORD_RESPONSE,!0),fo.RESUME_RECORD_RESPONSE,!0),_defineProperty(_defineProperty(_defineProperty(_defineProperty(Io,fo.RECORD_APPROVE_REQUEST,!0),fo.RECORD_APPROVE_RESPONSE,!0),fo.ANNOTATION,!0),fo.FLYING_CURSOR,!0),_defineProperty(_defineProperty(_defineProperty({},fo.RECORD_APPROVE_RESPONSE,!0),fo.LEAVE_ROOM,!0),fo.FLYING_CURSOR,!0);var Co,yo,vo=_defineProperty(_defineProperty(_defineProperty(_defineProperty({},Ke.RegisterCustomerCursorDOM,!0),Ke.UnregisterUser,!0),Ke.RegisterOtherAgentCursorDOM,!0),Ke.UpdateCursorPositionLocal,!0);!function(e){e[e.IN_PROGRESS=4e4]="IN_PROGRESS",e[e.OPPOSITE_REJECT=40001]="OPPOSITE_REJECT",e[e.LEADER_NOT_FOUND=40002]="LEADER_NOT_FOUND"}(Co||(Co={})),_defineProperty(_defineProperty(_defineProperty({},Co.IN_PROGRESS,"remote control is in progress"),Co.OPPOSITE_REJECT,"the opposite side refuses to be controlled"),Co.LEADER_NOT_FOUND,"leader not exist or has left"),function(e){e[e.LEAVE_ROOM=4e4]="LEAVE_ROOM",e[e.DISCONNECTED=40001]="DISCONNECTED",e[e.WEB_REPORT_REGION_FAILED=40100]="WEB_REPORT_REGION_FAILED",e[e.WEB_REPORT_REGION_NOT_MATCH=40101]="WEB_REPORT_REGION_NOT_MATCH",e[e.WEB_REPORT_USER_JOIN_FAILED=40102]="WEB_REPORT_USER_JOIN_FAILED",e[e.WEB_REPORT_USER_JOIN_EMPTY=40103]="WEB_REPORT_USER_JOIN_EMPTY",e[e.WEB_REPORT_USER_JOIN_EMPTY_USER=40104]="WEB_REPORT_USER_JOIN_EMPTY_USER",e[e.AUTH_CONFLICT=40200]="AUTH_CONFLICT",e[e.AUTH_VERIFY_FAILED=40201]="AUTH_VERIFY_FAILED",e[e.AUTH_DB_QUERY_ERROR=40202]="AUTH_DB_QUERY_ERROR",e[e.AUTH_USER_ID_VERIFY_FAILED=40203]="AUTH_USER_ID_VERIFY_FAILED",e[e.AUTH_USER_ID_NO_EXIST=40204]="AUTH_USER_ID_NO_EXIST",e[e.ROOM_NOT_EXIST=40210]="ROOM_NOT_EXIST",e[e.ROOM_ADD_USER_FAILED=40211]="ROOM_ADD_USER_FAILED",e[e.LEADER_CONFLICT=40212]="LEADER_CONFLICT",e[e.FOLLOWER_CONFLICT=40213]="FOLLOWER_CONFLICT",e[e.SESSION_ALREADY_ENDED=40214]="SESSION_ALREADY_ENDED",e[e.ROOM_DEPRECATED=40216]="ROOM_DEPRECATED",e[e.REACHED_LEADER_LIMIT=40217]="REACHED_LEADER_LIMIT",e[e.REACHED_FOLLOWER_LIMIT=40218]="REACHED_FOLLOWER_LIMIT",e[e.SAME_LEADER_JOINED=40219]="SAME_LEADER_JOINED",e[e.ROOM_ID_MISSING=40300]="ROOM_ID_MISSING",e[e.AUTH_PAYLOAD_MISSING=40301]="AUTH_PAYLOAD_MISSING",e[e.START_URL_INVALID=40302]="START_URL_INVALID",e[e.SERVER_RESTARTED=40400]="SERVER_RESTARTED",e[e.WSSGW_REMOVE_NODE=40401]="WSSGW_REMOVE_NODE",e[e.META_DATA_INVALID=40402]="META_DATA_INVALID",e[e.WSSGW_INSTANCE_NOT_FOUND=40403]="WSSGW_INSTANCE_NOT_FOUND",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE=40501]="MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE",e[e.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION=40502]="MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION",e[e.END_ROOM=41e3]="END_ROOM",e[e.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",e[e.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",e[e.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",e[e.NO_OTHER_ACTIVE_USER=42e3]="NO_OTHER_ACTIVE_USER",e[e.RECORD_ALREADY_ENDED=42001]="RECORD_ALREADY_ENDED",e[e.RECORD_START_FAILED=42002]="RECORD_START_FAILED"}(yo||(yo={}));var Bo=[yo.LEAVE_ROOM,yo.WEB_REPORT_USER_JOIN_FAILED,yo.AUTH_CONFLICT,yo.AUTH_VERIFY_FAILED,yo.LEADER_CONFLICT,yo.FOLLOWER_CONFLICT,yo.SESSION_ALREADY_ENDED,yo.ROOM_ID_MISSING,yo.AUTH_PAYLOAD_MISSING,yo.START_URL_INVALID,yo.END_ROOM,yo.DESTROY_DEACTIVE_ROOM,yo.DESTROY_SLEEP_ROOM,yo.DESTROY_NO_VALID_OPERATION_ROOM,yo.NO_OTHER_ACTIVE_USER,yo.RECORD_ALREADY_ENDED,yo.REACHED_LEADER_LIMIT,yo.REACHED_FOLLOWER_LIMIT,yo.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,yo.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION];yo.SESSION_ALREADY_ENDED,yo.END_ROOM,yo.DESTROY_DEACTIVE_ROOM;var ko,bo,_o=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i={},yo.LEAVE_ROOM,"normal leave"),yo.DISCONNECTED,"user disconnected"),yo.WEB_REPORT_REGION_FAILED,"call web report zone region api failed"),yo.WEB_REPORT_REGION_NOT_MATCH,"report zone region mismatch with session hosting region"),yo.WEB_REPORT_USER_JOIN_EMPTY,"call web user join api return empty response"),yo.WEB_REPORT_USER_JOIN_FAILED,"call web user join api failed"),yo.WEB_REPORT_USER_JOIN_EMPTY_USER,"call web user join api return empty user info"),yo.AUTH_CONFLICT,"auth is already consumed once"),yo.AUTH_VERIFY_FAILED,"auth payload is denyed"),yo.AUTH_DB_QUERY_ERROR,"get auth from redis failed"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i,yo.AUTH_USER_ID_VERIFY_FAILED,"sub channel user_id verify failed"),yo.AUTH_USER_ID_NO_EXIST,"main channel user_id not exist"),yo.ROOM_NOT_EXIST,"room not exist or create failed"),yo.ROOM_ADD_USER_FAILED,"room add new user failed"),yo.LEADER_CONFLICT,"leader already exist"),yo.FOLLOWER_CONFLICT,"follower already exist"),yo.ROOM_DEPRECATED,"room is deprecated"),yo.SAME_LEADER_JOINED,"leader with the same user_id joined the room"),yo.SESSION_ALREADY_ENDED,"room is already ended"),yo.ROOM_ID_MISSING,"room id is required"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i,yo.AUTH_PAYLOAD_MISSING,"auth payload is required"),yo.START_URL_INVALID,"startUrl is invalid"),yo.SERVER_RESTARTED,"server restarted"),yo.WSSGW_REMOVE_NODE,"wssgw node instance removed"),yo.META_DATA_INVALID,"message meta data invalid"),yo.WSSGW_INSTANCE_NOT_FOUND,"wssgw instance not found"),yo.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,"message size limit exceeded by minute"),yo.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION,"message size limit exceeded by session"),yo.END_ROOM,"The user actively clicked \'end\'."),yo.DESTROY_DEACTIVE_ROOM,"The session ended automatically because there was only 1 user present for 3 minutes."),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(i,yo.DESTROY_SLEEP_ROOM,"The session ended automatically due to no user activity in the session for 5 minutes."),yo.DESTROY_NO_VALID_OPERATION_ROOM,"The session ended automatically due to no valid operation messages"),yo.NO_OTHER_ACTIVE_USER,"no other active user in this meeting except record virtual user"),yo.RECORD_ALREADY_ENDED,"record already ended"),yo.RECORD_START_FAILED,"record start failed"),yo.REACHED_LEADER_LIMIT,"the number of leaders has reached the limit"),yo.REACHED_FOLLOWER_LIMIT,"the number of followers has reached the limit"));!function(e){e[e.RECORD_LEGAL_CONSENT=0]="RECORD_LEGAL_CONSENT"}(ko||(ko={})),function(e){e[e.ACTIVE=0]="ACTIVE",e[e.PASSIVE=1]="PASSIVE",e[e.REJECT=2]="REJECT"}(bo||(bo={})),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},xe.MouseMove,!0),xe.MouseInteraction,!0),xe.Scroll,!0),xe.ViewportResize,!0),xe.Input,!0),xe.TouchMove,!0),xe.MediaInteraction,!0),xe.Drag,!0),xe.Selection,!0);var wo,So=function(){function e(){var t=this;_classCallCheck(this,e),this.iframeMap=new Map,this.readyTabs=[],this._replayBuffer=[],this._messageBuffer=[],window.Core_Frames&&(window.Core_Frames.forEach((function(e,o){t.iframeMap.set(o,e)})),window.Core_Frames.clear()),window.Core_Frames=this.iframeMap}return _createClass(e,[{key:"bindReadyTab",value:function(e,t){return e.sessionId=t,e.locked=!0,this.bindFrame(t,e.tabId||""),e}},{key:"unbindAllReadyTab",value:function(){this.readyTabs.forEach((function(e){e.sessionId="",e.locked=!1})),this.unbindFrame("")}},{key:"unbindReadyTab",value:function(e){var t="";this.readyTabs.forEach((function(o){o.sessionId===e&&(o.sessionId="",o.locked=!1,t=o.tabId||"")})),this.unbindFrame(t)}},{key:"bindFrame",value:function(e,t){this.iframeMap.forEach((function(t,o){o.sessionId=e}))}},{key:"unbindFrame",value:function(e){this.iframeMap.forEach((function(e,t){t.sessionId=""}))}},{key:"getUnlockedReadyTab",value:function(){var e=this.readyTabs.find((function(e){return!e.locked}));return e||(e={sessionId:"",tabId:"",deffer:new kt,locked:!1},this.readyTabs.push(e),this.readyTabs.length>1&&console.warn("readyTabs length,".concat(this.readyTabs.length)),e)}},{key:"getReadyTabById",value:function(e){return this.readyTabs.find((function(e){return e.locked}))}},{key:"addFrame",value:function(e,t){var o=this.getReadyTabById(e.tabId||"");o&&(e.sessionId=o.sessionId||""),this.iframeMap.set(e,t),this._checkBuffer(),this._flushMessageBuffer()}},{key:"hasFrame",value:function(e){var t=!1;return this.iframeMap.forEach((function(o){o===e&&(t=!0)})),t}},{key:"updateFrame",value:function(e,t){this.iframeMap.forEach((function(o,n){o===e&&Object.assign(n,t)}))}},{key:"_addOrClearBuffer",value:function(e){e&&(this._replayBuffer.push(e),(this._replayBuffer.length<10||this._replayBuffer.length%10==0)&&console.warn("target iframe is not found or not ready, push to replay buffer, total length: ".concat(this._replayBuffer.length)))}},{key:"_checkBuffer",value:function(){var e=this,t=[];this._replayBuffer.forEach((function(o){e.handleInteractionMessage(o,!0)||t.push(o)})),this._replayBuffer=t}},{key:"_isDataBelongToFrame",value:function(e,t){return this._isSubFrame(t)?this._isSubFrame(e)&&e.frameId===t.frameId:!!this._isTab(t)&&this._isDataBelongToTab(e,t)}},{key:"_isSubFrame",value:function(e){return!!e.frameId}},{key:"_isTab",value:function(e){return e.sessionId&&!e.frameId}},{key:"_isDataBelongToTab",value:function(e,t){return this._isTab(e)&&e.sessionId===t.sessionId}},{key:"handleInteractionMessage",value:function(e,t){var o=this;if(!e.sessionId)return console.error("recv message has no sessionId info"),!1;var n=!1;return this.iframeMap.forEach((function(t,i){(e.event.type===Fe.RemoteControl?o._isDataBelongToFrame(i,e):o._isDataBelongToTab(i,e))&&(n=!0,t.postMessage({eventType:fo.INTERACTION,data:e},i.origin))})),!!n||(t||this._addOrClearBuffer(e),!1)}},{key:"_flushMessageBuffer",value:function(){var e=this;0!==this._messageBuffer.length&&(this._messageBuffer.forEach((function(t){e.iframeMap.forEach((function(e,o){if("websocket"===t.type){var n=t.message,i=n.eventType,a=n.data;e.postMessage({eventType:i,data:a},o.origin)}else e.postMessage(t.message,o.origin)}))})),this._messageBuffer=[])}},{key:"_sendOrBufferRemoteControlMessage",value:function(e){var t=window.location.origin&&"null"!==window.location.origin?window.location.origin:"*";window.postMessage(e,t),0!==this.iframeMap.size?this.iframeMap.forEach((function(t,o){t.postMessage(e,o.origin)})):this._messageBuffer.push({type:"websocket",message:e})}},{key:"handleRemoteMessage",value:function(e,t){var o=this,n=e.eventType,i=e.data;switch(n){case fo.INTERACTION:this.handleInteractionMessage(i);break;case fo.FULL_SNAPSHOT_REQUEST:if(!i.sessionId)return void console.error("request full snapshot has no sessionId");var a=!1;Array.from(this.iframeMap).sort((function(e,t){return e[0].level-t[0].level})).forEach((function(e){var r=_slicedToArray(e,2),s=r[0],A=r[1];o._isDataBelongToTab(i,s)&&(a=!0,A.postMessage({eventType:n,data:i,batchNo:t},s.origin))})),a||console.error("request full snapshot iframe is not found or not ready");break;case fo.REMOTE_CONTROL_RESPONSE:case fo.REMOTE_CONTROL_GIVE_UP:case fo.REMOTE_CONTROL_TAKE_BACK:case fo.REMOTE_CONTROL_STATUS:this._sendOrBufferRemoteControlMessage({eventType:n,data:i});break;case fo.USER_ROSTER:this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:i},t.origin)}));break;case fo.ROOM_ROSTER:break;case fo.END_ROOM:case fo.DISCONNECTED:case fo.LEAVE_ROOM:this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:i},t.origin)}));break;case fo.FLYING_CURSOR:vo[null==i?void 0:i.type]&&this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:i},t.origin)}));break;case fo.NTP:this.iframeMap.forEach((function(e,t){e.postMessage({eventType:n,data:i},t.origin)}))}}},{key:"postMessageToIframes",value:function(e){0!==this.iframeMap.size?this.iframeMap.forEach((function(t,o){t.postMessage(e,o.origin)})):this._messageBuffer.push({type:"postmessage",message:e})}}]),e}();!function(e){e.PING="ping",e.PONG="pong",e.PING_PONG_READY="ping_pong_ready",e.PAGE_READY="PAGE_READY",e.START_RECORD="start_record",e.STOP_RECORD="stop_record",e.UPDATE_PAGE_INFO="update_page_info",e.START_REPLAY="start_replay",e.REQUEST_AGENT_CURSOR_INFO="request_agent_cursor_info",e.POST_BACK_TO_FOLLOWER="post_back_to_follower",e.UPDATE_SESSION_SETTINGS="update_session_settings",e.SCROLL_PAGE="scroll_page"}(wo||(wo={}));var Qo,Ro=function(){function e(){_classCallCheck(this,e),globalThis.ZCB_CoBrowseConfigController=this,this.requestNpmModeAgentConfig()}return _createClass(e,[{key:"getCoBrowsingConfig",value:function(e){var t;return e?globalThis.ZMCoBrowsingConfig?globalThis.ZMCoBrowsingConfig[e]:null===(t=this.coBrowsingConfig)||void 0===t?void 0:t[e]:globalThis.ZMCoBrowsingConfig||this.coBrowsingConfig}},{key:"setCoBrowsingConfig",value:function(e){this.coBrowsingConfig=Object.assign(Object.assign({},this.coBrowsingConfig),e)}},{key:"requestNpmModeAgentConfig",value:function(){var e,t,o;if(null===(e=globalThis.ZCB_NPM_SDK_AGENT_MAIN)||void 0===e?void 0:e.isInnerFrame(document)){var n=null;try{n=globalThis.parent.ZCB_CoBrowseConfigController.coBrowsingConfig}catch(e){}globalThis.ZCB_CoBrowseConfigController.setCoBrowsingConfig(Object.assign({isViewer:null===(t=globalThis.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.isViewer,appKey:null===(o=globalThis.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===o?void 0:o.appKey},n))}}}],[{key:"create",value:function(){return globalThis.ZCB_CoBrowseConfigController||new e}}]),e}(),To=Ro.create(),Do=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).isToppest=null,e._pongList=[],e.WAIT_TIME=3e4,e.PING_INTERVAL=5e3,e._pingIntervalTimers=[],e._timerList=[],e._subFrameInfoTempList=[],e._subFrameWinList=[],e.isRecording=!1,e.coreFrameMessageManager=new So,e.isCoreFrame=!1,e.role=dt.FOLLOWER,e._loadListeners=[],e.frameIdName="data-cbs-frame-id",e._toppestIsCoreFrame=!0,e.batchNo=Date.now(),window.ZCB_FrameTracer=_assertThisInitialized(e),e._autoResponsePing(),window.parent===window||window.ZCB_IS_TOP_LEVEL?(e.setSelfAsToppest(),_possibleConstructorReturn(e)):(e._pingToTopper(),e._answerReady(),e)}return _createClass(o,[{key:"on",value:function(e,t){return _get(_getPrototypeOf(o.prototype),"on",this).call(this,e,t)}},{key:"emit",value:function(e){for(var t,n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];return(t=_get(_getPrototypeOf(o.prototype),"emit",this)).call.apply(t,[this,e].concat(i))}},{key:"isSubFrame",value:function(){return!this.isToppest&&!!this.subFrameId&&this._toppestIsCoreFrame}},{key:"setSelfAsToppest",value:function(){this._toppestWin=window,this._toppestWinOrigin=window.location.origin,this.isToppest=!0,this._logPingPong("Topest iframe: ".concat(window.location.origin))}},{key:"clearPingIntervalTimers",value:function(){var e=this._pingIntervalTimers.length;this._pingIntervalTimers.forEach((function(e){e&&e.timer&&clearInterval(e.timer)})),this._pingIntervalTimers=[],this._logPingPongProcess("Clear all polling PING timers (".concat(e," timers)"))}},{key:"clearAllTimers",value:function(){this._timerList.forEach((function(e){e&&clearTimeout(e)})),this._timerList=[],this._pongList.forEach((function(e){e.finished||e.resolve(!1)})),this.clearPingIntervalTimers()}},{key:"getSafeOrigin",value:function(e){try{return e.location.origin}catch(e){return"cross-origin"}}},{key:"startPingInterval",value:function(e){var t=this,o=0,n=this.getSafeOrigin(e),i=setInterval((function(){o++;var i={type:wo.PING};t._logPingPongProcess("Polling PING #".concat(o," to ").concat(n)),e.postMessage(i,"*")}),this.PING_INTERVAL);this._pingIntervalTimers.push({timer:i,pingCount:o,targetWindow:e}),this._logPingPongProcess("Start polling PING timer #".concat(this._pingIntervalTimers.length," for ").concat(n,", interval:").concat(this.PING_INTERVAL,"ms"))}},{key:"_answerReady",value:function(){var e=this;this.isReady().then((function(t){var o,n;if(!t){var i="".concat(Math.floor(Date.now()%3e5),"-").concat(window.location.hostname);e.subFrameId=i;var a=e._toppestWinLevel+(e._toppestWinLevel!==e._parentWinLevel?"-".concat(e._parentWinLevel):""),r={type:wo.PING_PONG_READY,frameId:i,levelId:a,isToParent:!0,isToToppest:e._toppestWin===e._parentWin};null===(o=e._parentWin)||void 0===o||o.postMessage(r,e._parentWinOrigin),e._toppestWin!==e._parentWin&&(r={type:wo.PING_PONG_READY,frameId:i,levelId:a,isToToppest:!0},null===(n=e._toppestWin)||void 0===n||n.postMessage(r,e._toppestWinOrigin))}}))}},{key:"_logPingPong",value:function(e){console.log("%s","client-core: ".concat(e))}},{key:"_logPingPongProcess",value:function(e){console.log("%s","client-core: ".concat(e))}},{key:"notSelfWinMessage",value:function(e){return e.source!==window}},{key:"getEventSourceOrigin",value:function(e){try{if(e.source&&"location"in e.source){var t=e.source.location.origin;if(t&&"null"!==t)return t}if(e.source&&"origin"in e.source)return e.source.origin}catch(t){return e.origin}return e.origin}},{key:"_autoResponsePing",value:function(){var e=this;window.addEventListener("message",(function(t){var o,n,i,a,s,A;if(t.source){var c=e.getEventSourceOrigin(t);if((null===(o=t.data)||void 0===o?void 0:o.type)===wo.PING&&e.notSelfWinMessage(t)){e._logPingPong("Recv Ping: ".concat(c," ----\\x3e ").concat(window.location.origin)),e._logPingPong("Send Pong: ".concat(window.location.origin," ----\\x3e ").concat(c));var u={type:wo.PONG};t.source.postMessage(u,c),e._subFrameWinList.push({win:t.source,origin:c})}else if((null===(n=t.data)||void 0===n?void 0:n.type)===wo.PING_PONG_READY&&e.notSelfWinMessage(t))t.data.isToParent&&e._addFrameIdAttr(t.source,t.data.frameId,t.data.levelId),t.data.isToToppest&&(e._logPingPong("Ping pong Ready: ".concat(c)),e._addSubFrameId(t.data.frameId,t.source),e.lazyBroadcastMessage(t.source,c));else if((null===(i=t.data)||void 0===i?void 0:i.type)===wo.START_RECORD&&t.source===e._toppestWin&&e.notSelfWinMessage(t))t.data.batchNo&&(e.batchNo=t.data.batchNo),e.handleStartRecord(t.data);else if((null===(a=t.data)||void 0===a?void 0:a.type)===wo.PAGE_READY){e._logPingPong("SUB_PAGE_READY: from=".concat(c));var l=t.data,g=l.frameId,p=l.level;e.coreFrameMessageManager.hasFrame(t.source)||(e.coreFrameMessageManager.addFrame({frameId:g,origin:c,level:p,tabId:"",sessionId:""},t.source),e.lazyBroadcastMessage(t.source,c));var h=(window.ZCB_TrackingIdController||{}).ZCB_ZmTrackingIds,d={type:wo.POST_BACK_TO_FOLLOWER,ZCB_ZmTrackingIds:h,ZCB_ZmDeviceId:window.ZCB_ZmDeviceId};t.source.postMessage(d);var E=e.coreFrameMessageManager.getUnlockedReadyTab();E.deffer.resolve(E)}else if(t.data.type===wo.UPDATE_PAGE_INFO){var f=r(t.data,["type"]);e.coreFrameMessageManager.updateFrame(t.source,f)}else if(t.data.type===wo.START_REPLAY){var m=t.data,I=m.type,C=r(m,["type"]);e.emit(I,C)}else if(t.data.type===wo.SCROLL_PAGE){var y=t.data,v=y.type,B=r(y,["type"]);e.emit(v,B)}else if(t.data.type===wo.REQUEST_AGENT_CURSOR_INFO){var k=t.data,b=k.type,_=k.userId;e.emit(b,_)}else if((null===(s=t.data)||void 0===s?void 0:s.type)===wo.POST_BACK_TO_FOLLOWER)e.emit(t.data.type,t.data);else if((null===(A=t.data)||void 0===A?void 0:A.type)===wo.UPDATE_SESSION_SETTINGS&&t.source===e._toppestWin&&e.notSelfWinMessage(t)){var w=r(t.data,["type"]);e.updateSessionSettings(Object.assign(Object.assign({},w),{subFrame:{win:t.source,origin:c}}))}}}))}},{key:"lazyBroadcastMessage",value:function(e,t){this.updateSessionSettings({sessionSettings:this.sessionSettings,subFrame:{win:e,origin:t}}),this.isRecording&&this.notifyWinStartRecord(e,t)}},{key:"handleStartRecord",value:function(e){e.sessionSettings&&(this.sessionSettings=e.sessionSettings),e.coBrowsingConfig&&(this.coBrowsingConfig=e.coBrowsingConfig,To.setCoBrowsingConfig(e.coBrowsingConfig)),this._toppestIsCoreFrame=!!e.toppestIsCoreFrame,this._toppestIsCoreFrame||this.updatePageInfoToTop({frameId:""}),this.notifySelfFrameStartRecord(e.sessionId)}},{key:"updatePageInfoToTop",value:function(e){var t;if(!this.isToppest&&this.isCoreFrame){var o=Object.assign({type:wo.UPDATE_PAGE_INFO},e);null===(t=this._toppestWin)||void 0===t||t.postMessage(o,this._toppestWinOrigin)}}},{key:"_addSubFrameId",value:function(e,t){e&&(0===this._loadListeners.length?this._subFrameInfoTempList.push({frameId:e,win:t}):this._loadListeners.forEach((function(o){o(e,t)})))}},{key:"addLoadListener",value:function(e){this.isToppest&&(this._loadListeners.push(e),this._subFrameInfoTempList.length>0&&this._subFrameInfoTempList.forEach((function(t){var o=t.frameId,n=t.win;e(o,n)})))}},{key:"_addFrameIdAttr",value:function(e,t,o){var n=this;document.querySelectorAll("iframe").forEach((function(i){i.contentWindow===e&&(t&&i.setAttribute(n.frameIdName,t),o&&i.setAttribute("data-cbs-frame-level-id",o))}))}},{key:"isReady",value:function(){var e=this;return null!==this.isToppest?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(this.isToppest):this._pongList.length?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.all(this._pongList.map((function(e){return e.promise}))).then((function(t){return e.isToppest=!t.some((function(e){return!0===e})),e.isToppest})):globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(!0)}},{key:"setCurrentAsToppest",value:function(){this._pingIntervalTimers.length>0&&(this.setSelfAsToppest(),this.clearAllTimers())}},{key:"checkUnlockedReadyTab",value:function(){return this.coreFrameMessageManager.getUnlockedReadyTab().deffer.promise}},{key:"bindReadyTab",value:function(e,t){return this.coreFrameMessageManager.unbindAllReadyTab(),this.coreFrameMessageManager.bindReadyTab(e,t)}},{key:"unbindReadyTab",value:function(e){this.coreFrameMessageManager.unbindReadyTab(e)}},{key:"isSameOriginWithParent",value:function(){if(window.parent===window&&(this._isSameOriginWithParent=!1),"boolean"==typeof this._isSameOriginWithParent)return this._isSameOriginWithParent;try{window.parent.location.href;this._isSameOriginWithParent=!0}catch(e){this._isSameOriginWithParent=!1}return this._isSameOriginWithParent}},{key:"_setToppestWin",value:function(e,t,o){this._toppestWin&&this._toppestWinLevel>t||(this._toppestWin=e,this._toppestWinOrigin=o,this._toppestWinLevel=t)}},{key:"_setParentWin",value:function(e,t,o){this._parentWin&&this._parentWinLevel<t||(this._parentWin=e,this._parentWinOrigin=o,this._parentWinLevel=t)}},{key:"getCurrentPageLevel",value:function(){return"number"==typeof this._toppestWinLevel?this._toppestWinLevel:-1}},{key:"_pingToTopper",value:function(){for(var e=this,t=window.parent,o=this,n=function(){var n=new kt,i=e._pongList.length,a=t;e._pongList.push(n);var r,s=performance.now();window.addEventListener("message",(function e(t){var r;if((null===(r=t.data)||void 0===r?void 0:r.type)===wo.PONG&&t.source&&o.notSelfWinMessage(t)&&t.source===a){var A=o.getEventSourceOrigin(t);o._logPingPong("Recv Pong: ".concat(A," ----\\x3e ").concat(window.location.origin)),n.finished?console.error("client-core: ping pong response setTimeout (".concat(o.WAIT_TIME,") too short, takes ").concat(performance.now()-s)):(o._setToppestWin(t.source,i,A),o._setParentWin(t.source,i,A),n.resolve(!0),o.clearAllTimers()),window.removeEventListener("message",e)}}));var A={type:wo.PING};e._logPingPong("Send Ping: ".concat(window.location.origin," ----\\x3e *")),a.postMessage(A,"*"),r=setTimeout((function(){n.finished||(e.setSelfAsToppest(),n.resolve(!1)),e.clearAllTimers()}),e.WAIT_TIME),e._timerList.push(r),e.startPingInterval(a),t=a.parent===a?null:a.parent};null!==t&&t!==window;)n()}},{key:"init",value:function(e){var t=this,o=e.isCoreFrame,n=e.role;return this.role=n,this.isCoreFrame=o,this.isCoreFrame&&this.isReady().then((function(){t.notifyTopWindowReady()})),this}},{key:"isLeader",value:function(){return this.role===dt.LEADER}},{key:"sendCoreMessage",value:function(e){return this._toppestWin&&this._toppestWinOrigin&&this._toppestWin.postMessage(e,this._toppestWinOrigin),this}},{key:"sendMessageToToppest",value:function(e){this._toppestWin&&this._toppestWinOrigin&&this._toppestWin.postMessage(e,this._toppestWinOrigin)}},{key:"handleRemoteMessage",value:function(e){this.isSubFrame()||e.eventType!==fo.FULL_SNAPSHOT_REQUEST||this.batchNo++,this.coreFrameMessageManager.handleRemoteMessage(e,this.batchNo)}},{key:"postMessageToIframes",value:function(e){this.coreFrameMessageManager.postMessageToIframes(e)}},{key:"notifyWinStartRecord",value:function(e,t,o){var n={type:wo.START_RECORD,sessionId:this.recordingSessionId,toppestIsCoreFrame:this.isCoreFrame,sessionSettings:this.sessionSettings,coBrowsingConfig:To.getCoBrowsingConfig()};o&&(n.batchNo=this.batchNo),this.coreFrameMessageManager.updateFrame(e,{sessionId:this.recordingSessionId,tabId:this.recordingSessionId}),e.postMessage(n,t)}},{key:"notifySubFrameStartRecord",value:function(){var e=this;this._subFrameWinList.forEach((function(t){var o=t.win,n=t.origin;e.notifyWinStartRecord(o,n,!0)}))}},{key:"notifySelfFrameStartRecord",value:function(e){var t=this;this.isRecording=!0,this.recordingSessionId=e,this.isCoreFrame&&this.isLeader()&&this.isReady().then((function(){t.emit(wo.START_RECORD,{sessionId:e,sessionSettings:t.sessionSettings})}))}},{key:"notifyCoreStartRecord",value:function(e){var t=e.sessionId,o=e.sessionSettings;return o&&(this.sessionSettings=o),Oo.batchNo++,this.setSelfAsToppest(),this.clearAllTimers(),this.notifySelfFrameStartRecord(t),this.notifySubFrameStartRecord(),this}},{key:"notifyWinStopRecord",value:function(e,t){var o={type:wo.STOP_RECORD};e.postMessage(o,t)}},{key:"notifySubFrameStopRecord",value:function(){var e=this;this._subFrameWinList.forEach((function(t){var o=t.win,n=t.origin;e.notifyWinStopRecord(o,n)}))}},{key:"notifySelfFrameStopRecord",value:function(){this.isRecording=!1,this.recordingSessionId="",this.isCoreFrame&&this.emit(wo.STOP_RECORD)}},{key:"notifyCoreStopRecord",value:function(){return this.notifySelfFrameStopRecord(),this.notifySubFrameStopRecord(),this}},{key:"notifyTopWindowReady",value:function(){var e,t={type:wo.PAGE_READY,frameId:this.isLeader()?this.subFrameId:"",isLeader:this.isLeader(),level:this.getCurrentPageLevel()};return null===(e=this._toppestWin)||void 0===e||e.postMessage(t,this._toppestWinOrigin),this}},{key:"isCrossOriginFromToppestWin",value:function(){try{return window.location.origin!==new URL(this._toppestWinOrigin,window.location.href).origin}catch(e){return!0}}},{key:"getSessionSettings",value:function(){return this.sessionSettings}},{key:"updateSessionSettings",value:function(e){var t=e.sessionSettings,o=e.subFrame;t&&(this.sessionSettings=t);var n={type:wo.UPDATE_SESSION_SETTINGS,sessionSettings:t};o?o.win.postMessage(n,o.origin):this._subFrameWinList.forEach((function(e){var t=e.win,o=e.origin;t.postMessage(n,o)}))}}],[{key:"create",value:function(){return window.ZCB_FrameTracer||new o}}]),o}(_t),Oo=Do.create(),No=function(){function e(t){var o=this;_classCallCheck(this,e),this.options=t,this.onMessage=function(e){e.data&&e.data.type&&[Je.CBS,Je.REMOTE_ASSIST_FLYING_CURSOR].includes(e.data.type)&&o.options.callback(e.data)}}return _createClass(e,[{key:"start",value:function(){this.stop(),window.addEventListener("message",this.onMessage)}},{key:"stop",value:function(){window.removeEventListener("message",this.onMessage)}}]),e}(),Lo=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this,e)).registerHanlder((function(e,t){Oo.handleRemoteMessage(t)})),n}return _createClass(o)}(nt);\n/*! *****************************************************************************\n Copyright (c) Microsoft Corporation.\n\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted.\n\n THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\n REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n PERFORMANCE OF THIS SOFTWARE.\n ***************************************************************************** */\nfunction jo(e,t){var o="function"==typeof Symbol&&e[Symbol.iterator];if(!o)return e;var n,i,a=o.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(n=a.next()).done;)r.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(o=a.return)&&o.call(a)}finally{if(i)throw i.error}}return r}!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(Qo||(Qo={}));var Mo={type:"xstate.init"};function Fo(e){return void 0===e?[]:[].concat(e)}function xo(e){return{type:"xstate.assign",assignment:e}}function Po(e,t){return"string"==typeof(e="string"==typeof e&&t&&t[e]?t[e]:e)?{type:e}:"function"==typeof e?{type:e.name,exec:e}:e}function Uo(e){return function(t){return e===t}}function Go(e){return"string"==typeof e?{type:e}:e}function zo(e,t){return{value:e,context:t,actions:[],changed:!1,matches:Uo(e)}}function Ho(e,t,o){var n=t,i=!1;return[e.filter((function(e){if("xstate.assign"===e.type){i=!0;var t=Object.assign({},n);return"function"==typeof e.assignment?t=e.assignment(n,o):Object.keys(e.assignment).forEach((function(i){t[i]="function"==typeof e.assignment[i]?e.assignment[i](n,o):e.assignment[i]})),n=t,!1}return!0})),n,i]}var Yo=function(e,t){return e.actions.forEach((function(o){var n=o.exec;return n&&n(e.context,t)}))};var Jo,Wo,Ko,Vo=(Jo=function(e,t){void 0===t&&(t={});var o=jo(Ho(Fo(e.states[e.initial].entry).map((function(e){return Po(e,t.actions)})),e.context,Mo),2),n=o[0],i=o[1],a={config:e,_options:t,initialState:{value:e.initial,actions:n,context:i,matches:Uo(e.initial)},transition:function(t,o){var n,i,r="string"==typeof t?{value:t,context:e.context}:t,s=r.value,A=r.context,c=Go(o),u=e.states[s];if(u.on){var l=Fo(u.on[c.type]);try{for(var g=function(e){var t="function"==typeof Symbol&&Symbol.iterator,o=t&&e[t],n=0;if(o)return o.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(l),p=g.next();!p.done;p=g.next()){var h=p.value;if(void 0===h)return zo(s,A);var d="string"==typeof h?{target:h}:h,E=d.target,f=d.actions,m=void 0===f?[]:f,I=d.cond,C=void 0===I?function(){return!0}:I,y=void 0===E,v=null!=E?E:s,B=e.states[v];if(C(A,c)){var k=jo(Ho((y?Fo(m):[].concat(u.exit,m,B.entry).filter((function(e){return e}))).map((function(e){return Po(e,a._options.actions)})),A,c),3),b=k[0],_=k[1],w=k[2],S=null!=E?E:s;return{value:S,context:_,actions:b,changed:E!==s||b.length>0||w,matches:Uo(S)}}}}catch(e){n={error:e}}finally{try{p&&!p.done&&(i=g.return)&&i.call(g)}finally{if(n)throw n.error}}}return zo(s,A)}};return a}({id:"participants",initial:"disconnected",context:{participants:new Map,currentUserId:""},states:{connected:{on:{RESET:{target:"disconnected",actions:["reset"]},ADD_USERS:{actions:["updateUsers"]},REMOVE_USERS:{actions:["updateUsers"]},UPDATE_USERS:{actions:["updateUsers"]},UPDATE_CURRENT_USER_ID:{actions:["reset","updateCurrentUserId"]}}},disconnected:{on:{UPDATE_CURRENT_USER_ID:{target:"connected",actions:["reset","updateCurrentUserId"]},RESET:{actions:["reset"]}}}}},{actions:{reset:xo((function(e){return e.participants.clear(),Object.assign(Object.assign({},e),{currentUserId:""})})),updateUsers:xo({participants:function(e,t){return"ADD_USERS"===t.type?t.payload.forEach((function(t){e.participants.set(t.userId,t)})):"REMOVE_USERS"===t.type?t.payload.forEach((function(t){var o=t.userId;e.participants.delete(o)})):"UPDATE_USERS"===t.type&&t.payload.forEach((function(t){var o=e.participants.get(t.userId)||{};e.participants.set(t.userId,Object.assign(Object.assign({},o),t))})),e.participants}}),updateCurrentUserId:xo((function(e,t){return"UPDATE_CURRENT_USER_ID"!==t.type?e:Object.assign(Object.assign({},e),{currentUserId:t.payload.userId||""})}))}}),function(e){var t=e.initialState,o=Qo.NotStarted,n=new Set,i={_machine:e,send:function(i){o===Qo.Running&&(t=e.transition(t,i),Yo(t,Go(i)),n.forEach((function(e){return e(t)})))},subscribe:function(e){return n.add(e),e(t),{unsubscribe:function(){return n.delete(e)}}},start:function(n){if(n){var a="object"==_typeof(n)?n:{context:e.config.context,value:n};t={value:a.value,actions:[],context:a.context,matches:Uo(a.value)}}else t=e.initialState;return o=Qo.Running,Yo(t,Mo),i},stop:function(){return o=Qo.Stopped,n.clear(),i},get state(){return t},get status(){return o}};return i}(Jo));Vo.start(),function(e){e[e.info=0]="info",e[e.debug=1]="debug",e[e.log=2]="log",e[e.warn=3]="warn",e[e.error=4]="error"}(Wo||(Wo={})),function(e){e.afterInit="afterInit",e.beforeLog="beforeLog",e.afterLog="afterLog",e.beforeReport="beforeReport",e.afterReport="afterReport"}(Ko||(Ko={}));var Zo=_createClass((function e(){_classCallCheck(this,e)}));Gt();var qo=function(e){try{return JSON.stringify(e)}catch(e){return"json stringify failed"}};var Xo,$o,en,tn=(Xo=(new Date).getTime(),$o=performance&&performance.now&&1e3*performance.now()||0,"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random();return Xo>0?(t=(Xo+t)%16|0,Xo=Math.floor(Xo/16)):(t=($o+t)%16|0,$o=Math.floor($o/16)),("x"===e?t:3&t|8).toString(16)}))),on=function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(o[n[i]]=e[n[i]])}return o},nn=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,o="".concat(e);o.length<t;)o="0".concat(o);return o},an=function(e){var t=new Date(e),o=t.getUTCFullYear(),n=nn(t.getUTCMonth()+1),i=nn(t.getUTCDate()),a=nn(t.getUTCHours()),r=nn(t.getUTCMinutes()),s=nn(t.getUTCSeconds()),A=nn(t.getUTCMilliseconds(),3);return"".concat(o,"-").concat(n,"-").concat(i," ").concat(a,":").concat(r,":").concat(s,".").concat(A)},rn={version:"000001",flag:"0"},sn=function(e){return e.reduce((function(e,t){var o,n,i,a,r,s,A,c=(n=(o=t).message,i=o.logLevel,a=o.tags,r=o.timestamp,o.id,s=on(o,["message","logLevel","tags","timestamp","id"]),A=Object.assign({time:an(r),logLevel:Wo[i],message:n,tags:a,laplaceSessionId:tn},s),qo(A)),u=function(e){for(var t=e.length,o=e.length-1;o>=0;o--){var n=e.charCodeAt(o);n>127&&n<=2047?t++:n>2047&&n<=65535&&(t+=2),n>=56320&&n<=57343&&o--}return t}(c),l=e[e.length-1];return l.currentSize+u>30720?e.push({messages:[c],ids:[t.id],currentSize:u}):(l.messages.push(c),l.ids.push(t.id),l.currentSize+=u),e}),[{messages:[],ids:[],currentSize:0}]).filter((function(e){return e.currentSize>0})).map((function(e){return{messages:e.messages.join("\\n"),ids:e.ids,meta:rn}}))};function An(e){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){e.oncomplete=e.onsuccess=function(){return t(e.result)},e.onabort=e.onerror=function(){return o(e.error)}}))}function cn(e,t){var o=indexedDB.open(e);o.onupgradeneeded=function(){return o.result.createObjectStore(t)};var n=An(o);return function(e,o){return n.then((function(n){return o(n.transaction(t,e).objectStore(t))}))}}function un(){return en||(en=cn("keyval-store","keyval")),en}function ln(e,t){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:un())("readwrite",(function(o){return o.put(t,e),An(o.transaction)}))}function gn(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:un())("readwrite",(function(t){return e.forEach((function(e){return t.delete(e)})),An(t.transaction)}))}function pn(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:un())("readwrite",(function(e){return e.clear(),An(e.transaction)}))}function hn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:un();return e("readonly",(function(t){if(t.getAll&&t.getAllKeys)return globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.all([An(t.getAllKeys()),An(t.getAll())]).then((function(e){var t=_slicedToArray(e,2),o=t[0],n=t[1];return o.map((function(e,t){return[e,n[t]]}))}));var o=[];return e("readonly",(function(e){return function(e,t){return e.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},An(e.transaction)}(e,(function(e){return o.push([e.key,e.value])})).then((function(){return o}))}))}))}var dn=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(i,a){function r(e){try{A(n.next(e))}catch(e){a(e)}}function s(e){try{A(n.throw(e))}catch(e){a(e)}}function A(e){var t;e.done?i(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}A((n=n.apply(e,t||[])).next())}))},En=new(function(){function e(){_classCallCheck(this,e),this.queue=[],this.processing=!1}return _createClass(e,[{key:"enqueue",value:function(e){var t=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(o,n){t.queue.push((function(){return dn(t,void 0,void 0,_regeneratorRuntime().mark((function t(){var i;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,e();case 3:i=t.sent,o(i),t.next=10;break;case 7:t.prev=7,t.t0=t.catch(0),n(t.t0);case 10:case"end":return t.stop()}}),t,null,[[0,7]])})))})),t.processing||t.processNext()}))}},{key:"processNext",value:function(){return dn(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(0!==this.queue.length){e.next=3;break}return this.processing=!1,e.abrupt("return");case 3:return this.processing=!0,t=this.queue.shift(),e.prev=5,e.next=8,t();case 8:e.next=13;break;case 10:e.prev=10,e.t0=e.catch(5),console.error("Task error:",e.t0);case 13:this.processNext();case 14:case"end":return e.stop()}}),e,this,[[5,10]])})))}}]),e}()),fn=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(i,a){function r(e){try{A(n.next(e))}catch(e){a(e)}}function s(e){try{A(n.throw(e))}catch(e){a(e)}}function A(e){var t;e.done?i(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}A((n=n.apply(e,t||[])).next())}))},mn=_createClass((function e(t){var o=this;_classCallCheck(this,e),this.set=function(e,t){try{return!o.disableDB&&En.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function o(){return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return o.abrupt("return",ln(e,t,this.store));case 1:case"end":return o.stop()}}),o,this)})))}))}catch(e){o.disableDB=!0}},this.makeNextId=function(){return o.nextId+=1,o.nextId},this.addLog=function(e){o.addToMemory(e);var t=e.id;return Number.isNaN(t),o.set("".concat(t),e)},this.addToMemory=function(e,t){o.memoryStoreData=t?[].concat(e):o.memoryStoreData.concat(e)},this.syncFromIDB=function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,i,a,r=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,En.enqueue((function(){return fn(r,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",hn(this.store));case 1:case"end":return e.stop()}}),e,this)})))}));case 2:if(o=e.sent,n=o.filter((function(e){var t=_slicedToArray(e,2),o=t[0],n=t[1];return!(null==n?void 0:n.id)&&0!==(null==n?void 0:n.id)||!Number.isInteger(Number(o))})),i=n.map((function(e){return e[0]})),a=o.filter((function(e){var t=_slicedToArray(e,1)[0];return!i.includes(t)})).sort((function(e,t){var o,n;return(null===(o=e[1])||void 0===o?void 0:o.id)-(null===(n=t[1])||void 0===n?void 0:n.id)})).map((function(e){return _slicedToArray(e,2)[1]})),this.addToMemory(a,!0),!(i.length>0)){e.next=10;break}return e.next=10,this.deleteLogs(i);case 10:return this.nextId=0===this.memoryStoreData.length?0:null===(t=this.memoryStoreData[this.memoryStoreData.length-1])||void 0===t?void 0:t.id,e.abrupt("return",this.memoryStoreData);case 12:case"end":return e.stop()}}),e,this)})))},this.getStore=function(){return o.memoryStoreData},this.filterStore=function(e){var t=[],n=[e].flatMap((function(e){return e}));return t=e?o.memoryStoreData.filter((function(e){return n.some((function(t){return"string"==typeof t?e.tags.some((function(e){return t===e})):"function"==typeof t&&t(e)}))})):o.memoryStoreData,t},this.deleteLogs=function(e){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){var o=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this.deleteMemoryLogs(e),t.abrupt("return",En.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",gn(e.map((function(e){return"".concat(e)})),this.store));case 1:case"end":return t.stop()}}),t,this)})))})));case 2:case"end":return t.stop()}}),t,this)})))},this.deleteLogsAfterReport=function(e){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this.deleteMemoryLogs(e),t.abrupt("return",gn(e.map((function(e){return"".concat(e)})),this.store));case 2:case"end":return t.stop()}}),t,this)})))},this.deleteMemoryLogs=function(e){o.memoryStoreData=o.memoryStoreData.filter((function(t){var o;return!(null===(o=e.includes)||void 0===o?void 0:o.call(e,t.id))}))},this.reset=function(){o.memoryStoreData=[],En.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",pn(this.store));case 1:case"end":return e.stop()}}),e,this)})))}))},this.nextId=0,this.memoryStoreData=[],this.disableDB=!1,En.enqueue((function(){return fn(o,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",cn(t,t+"-store"));case 1:case"end":return e.stop()}}),e)})))})).then((function(e){o.store=e}))}));function In(e,t,o){var n=e.plugins;return Array.isArray(n)?n.map((function(e){return e[t]})).reduce((function(t,o){var n=null==o?void 0:o(e,t);return null!=n?n:t}),o):o}var Cn=function(e){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t){var o=new XMLHttpRequest;o.open(e.type||"GET",e.url,!0),o.withCredentials=e.withCredentials,o.onerror=function(o){t({error:o,report:e.reportItem})},o.onreadystatechange=function(){if(4===o.readyState){var n=o.status;t(n>=200&&n<300?{report:e.reportItem}:{error:"Request failed, status: ".concat(n,", responseText: ").concat(o.responseText),report:e.reportItem})}},Object.entries(e.headers).forEach((function(e){var t=_slicedToArray(e,2),n=t[0],i=t[1];i&&n&&o.setRequestHeader(n,i)})),o.send(e.data)}))},yn="Expected a function",vn=NaN,Bn="[object Symbol]",kn=/^\\s+|\\s+$/g,bn=/^[-+]0x[0-9a-f]+$/i,_n=/^0b[01]+$/i,wn=/^0o[0-7]+$/i,Sn=parseInt,Qn="object"==_typeof(Ne)&&Ne&&Ne.Object===Object&&Ne,Rn="object"==("undefined"==typeof self?"undefined":_typeof(self))&&self&&self.Object===Object&&self,Tn=Qn||Rn||Function("return this")(),Dn=Object.prototype.toString,On=Math.max,Nn=Math.min,Ln=function(){return Tn.Date.now()};function jn(e,t,o){var n,i,a,r,s,A,c=0,u=!1,l=!1,g=!0;if("function"!=typeof e)throw new TypeError(yn);function p(t){var o=n,a=i;return n=i=void 0,c=t,r=e.apply(a,o)}function h(e){var o=e-A;return void 0===A||o>=t||o<0||l&&e-c>=a}function d(){var e=Ln();if(h(e))return E(e);s=setTimeout(d,function(e){var o=t-(e-A);return l?Nn(o,a-(e-c)):o}(e))}function E(e){return s=void 0,g&&n?p(e):(n=i=void 0,r)}function f(){var e=Ln(),o=h(e);if(n=arguments,i=this,A=e,o){if(void 0===s)return function(e){return c=e,s=setTimeout(d,t),u?p(e):r}(A);if(l)return s=setTimeout(d,t),p(A)}return void 0===s&&(s=setTimeout(d,t)),r}return t=xn(t)||0,Mn(o)&&(u=!!o.leading,a=(l="maxWait"in o)?On(xn(o.maxWait)||0,t):a,g="trailing"in o?!!o.trailing:g),f.cancel=function(){void 0!==s&&clearTimeout(s),c=0,n=A=i=s=void 0},f.flush=function(){return void 0===s?r:E(Ln())},f}function Mn(e){var t=_typeof(e);return!!e&&("object"==t||"function"==t)}function Fn(e){return"symbol"==_typeof(e)||function(e){return!!e&&"object"==_typeof(e)}(e)&&Dn.call(e)==Bn}function xn(e){if("number"==typeof e)return e;if(Fn(e))return vn;if(Mn(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Mn(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(kn,"");var o=_n.test(e);return o||wn.test(e)?Sn(e.slice(2),o?2:8):bn.test(e)?vn:+e}var Pn=function(e,t,o){var n=!0,i=!0;if("function"!=typeof e)throw new TypeError(yn);return Mn(o)&&(n="leading"in o?!!o.leading:n,i="trailing"in o?!!o.trailing:i),jn(e,t,{leading:n,maxWait:t,trailing:i})},Un=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(i,a){function r(e){try{A(n.next(e))}catch(e){a(e)}}function s(e){try{A(n.throw(e))}catch(e){a(e)}}function A(e){var t;e.done?i(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}A((n=n.apply(e,t||[])).next())}))},Gn={databaseName:"laplace-default-db"},zn=function(e,t,o,n){var i=Date.now();return Object.assign({message:e,logLevel:o,tags:t,timestamp:i},n)},Hn=_createClass((function e(t){var o=this;_classCallCheck(this,e),this.cacheFilter=[],this.log=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wo.log,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return Un(o,void 0,void 0,_regeneratorRuntime().mark((function o(){var a,r,s;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:a=[t,this.publicTags].flatMap((function(e){return e})),r=zn(e,a,n,Object.assign(Object.assign({},this.publicAttributes),i)),(s=In(this,Ko.beforeLog,r)).id=this.idbManager.makeNextId(),this.idbManager.addLog(s),In(this,Ko.afterLog,s);case 6:case"end":return o.stop()}}),o,this)})))},this.deleteLog=function(e,t){if(!Array.isArray(t)||(o.idbManager.deleteLogs(t),e)){var n=o.idbManager.filterStore(e).map((function(e){return e.id}));o.idbManager.deleteLogs(n)}},this.deleteAll=function(){o.idbManager.reset()},this.getLogs=function(e){return o.idbManager.filterStore(e)},this.setReportUrl=function(e){o.reportUrl=e},this.throttleReport=Pn((function(e){o.reportByHttps(e),o.cacheFilter=[]}),5e3,{leading:!0,trailing:!0}),this.reportByFilter=function(e){o.cacheFilter=o.cacheFilter.concat(e),o.throttleReport(o.cacheFilter)},this.reportByHttps=function(e){return Un(o,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:o=function(){return Un(n,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((o=this.idbManager.filterStore(e))&&0!==o.length){t.next=3;break}return t.abrupt("return");case 3:return n=In(this,Ko.beforeReport,o),i=sn(n),t.abrupt("return",this.commonReport(i));case 6:case"end":return t.stop()}}),t,this)})))},En.enqueue(o);case 2:case"end":return t.stop()}}),t)})))},this.directReport=function(e,t){var n,i,a,r,s=null!==(n=t.sampleRate)&&void 0!==n?n:1;if(!(Math.random()>s))return r=t.useRawData?e:Object.assign({message:e,time:an(Date.now()),tags:[].concat(_toConsumableArray(null!==(i=null==t?void 0:t.tags)&&void 0!==i?i:[]),_toConsumableArray(o.publicTags)),logLevel:null!==(a=null==t?void 0:t.logLevel)&&void 0!==a?a:Wo.log,laplaceSessionId:tn},o.publicAttributes),o.commonReport([{messages:r,meta:rn}],!1)},this.commonReport=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(o.reportUrl)return globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.all(e.map((function(e){return{url:o.reportUrl,type:"POST",withCredentials:!1,headers:{},data:qo({messages:e.messages,meta:e.meta}),reportItem:e}})).map(Cn)).then((function(e){var n=e.filter((function(e){return!e.error})).flatMap((function(e){return e.report.ids}));if(In(o,Ko.afterReport,{removeIds:n}),t)return o.idbManager.deleteLogsAfterReport(n)}))};var n=t.databaseName,i=t.reportUrl,a=void 0===i?"":i,r=t.plugins,s=void 0===r?[]:r,A=t.idbManager,c=t.publicTags,u=void 0===c?[]:c,l=t.publicAttributes,g=void 0===l?{}:l;this.databaseName=n,this.reportUrl=a,this.plugins=s,this.idbManager=A,this.publicTags=u,this.publicAttributes=g,In(this,Ko.afterInit)}));Hn.init=function(e){return Un(void 0,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=e.databaseName,n=new mn(void 0===o?"laplace-default-db":o),t.next=4,n.syncFromIDB();case 4:return t.abrupt("return",new Hn(Object.assign(Object.assign(Object.assign({},Gn),e),{idbManager:n})));case 5:case"end":return t.stop()}}),t)})))};var Yn,Jn,Wn={enable:!0,gatewayEndPoint:"",logLevel:{debug:!1,log:!0,info:!1,print:!1,warn:!0,error:!0},logLevelAutoReport:{debug:!0,log:!0,info:!0,warn:!0,error:!0}},Kn=(null===globalThis||void 0===globalThis?void 0:globalThis.ZMCoBrowsingConfig)||{},Vn={enable:Kn.enableZCBClientLog,gatewayEndPoint:Kn.gatewayEndPoint},Zn=function(){var e,t=null!==(e=Vn.gatewayEndPoint)&&void 0!==e?e:Wn.gatewayEndPoint;return t||""}(),qn=Wn,Xn=(Yn="",Jn=void 0,{setDynamicReportUrl:function(e){Yn=e},getDynamicReportUrl:function(){return Yn},getCurrentReportUrl:function(){return Yn||Zn},setDynamicLaplaceEnabled:function(e){Jn=e},getDynamicLaplaceEnabled:function(){return Jn}}),$n=function(){return void 0!==Xn.getDynamicLaplaceEnabled()?Xn.getDynamicLaplaceEnabled():function(){var e;return!!(null!==(e=Vn.enable)&&void 0!==e?e:null==Wn?void 0:Wn.enable)}()},ei=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).config={debug:!1},n.debugLog=function(e){n.config.debug&&console.log("[AutoCleanLogPlugin]: ".concat(e))},n.afterInit=function(e){var t=n.config.expireBefore;if(t){var o=e.idbManager.getStore(),i=("function"==typeof t?o.filter(t):o.filter((function(e){return e.timestamp<t}))).map((function(e){return e.id}));e.deleteLog(void 0,i),n.debugLog("afterInit, clean log id: ".concat(i))}else n.debugLog("early return on beforeInit because expireBefore is falsy")},e&&(n.config=e),n}return _createClass(o)}(Zo),ti=["RESOURCE_ERROR","JS_ERROR","UNHANDLED_PROMISE_REJECTION"],oi=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).config={debug:!1,publicTags:[]},n.errorCount=0,n.hashErrors={},n.addPublicTags=function(e){var t;return null===(t=n.config.publicTags)||void 0===t?void 0:t.concat(e).filter((function(e){return e}))},n.debugLog=function(e){n.config.debug&&console.log("[AutoLogErrorPlugin]:",e)},n.ignore=function(e){var t,o,i,a,r;return void 0!==(null===(t=n.config)||void 0===t?void 0:t.maxErrorCount)&&n.errorCount>=(null===(o=n.config)||void 0===o?void 0:o.maxErrorCount)||!!(null===(i=n.config)||void 0===i?void 0:i.ignoredErrorMsgKeywords)&&(e&&(null===(r=null===(a=n.config)||void 0===a?void 0:a.ignoredErrorMsgKeywords)||void 0===r?void 0:r.some((function(t){return null==e?void 0:e.includes(t)}))))},n.report=Pn((function(e){}),600,{trailing:!0,leading:!1}),n.afterInit=function(e){if(self.addEventListener){var t=function(t,o,i,a){n.debugLog(i),n.errorCount+=1;try{return(r=t,s=(new TextEncoder).encode(r),crypto.subtle.digest("SHA-1",s).then((function(e){return Array.from(new Uint8Array(e)).map((function(e){return e.toString(16).padStart(2,"0")})).join("")}))).then((function(i){return n.hashErrors[i]?"dismissed":(n.hashErrors[i]=!0,e.log(t,n.addPublicTags([].concat(o)),null!=a?a:Wo.error,{extraProperties:{messageHash:i}}).then((function(){return e.reportByFilter(ti)})))})).catch(console.error)}catch(e){return console.error(e),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(e)}var r,s};try{self.addEventListener("error",(function(e){var o,i,a,r,s,A,c;if(!n.ignore(null==e?void 0:e.message)){if("function"==typeof n.config.onError){var u=n.config.onError(e),l=u.message,g=u.tags,p=u.logLevel;return t(l,["JS_ERROR"].concat(_toConsumableArray(g)),e,p)}if((null==e?void 0:e.target)&&((null===(o=null==e?void 0:e.target)||void 0===o?void 0:o.src)||(null===(i=null==e?void 0:e.target)||void 0===i?void 0:i.href))){var h="Load Resource Error in ".concat(null===(a=null==e?void 0:e.target)||void 0===a?void 0:a.tagName," element: ").concat((null===(r=null==e?void 0:e.target)||void 0===r?void 0:r.src)||(null===(s=null==e?void 0:e.target)||void 0===s?void 0:s.href));return t(h,"RESOURCE_ERROR",e)}var d="Javascript Runtime Error in ".concat(null==e?void 0:e.filename," (").concat(null==e?void 0:e.lineno,":").concat(null==e?void 0:e.colno,"): ").concat(null==e?void 0:e.message,"\\nStack: ").concat(null!==(c=null===(A=null==e?void 0:e.error)||void 0===A?void 0:A.stack)&&void 0!==c?c:null==e?void 0:e.stack);return t(d,"JS_ERROR",e)}})),self.addEventListener("unhandledrejection",(function(e){var o;if(!n.ignore(null===(o=null==e?void 0:e.reason)||void 0===o?void 0:o.message)){if("function"==typeof n.config.onError){var i=n.config.onError(e),a=i.message,r=i.tags,s=i.logLevel;return t(a,["UNHANDLED_PROMISE_REJECTION"].concat(_toConsumableArray(r)),e,s)}var A,c=null==e?void 0:e.reason;return A="string"==typeof c?"Promise Error: ".concat(c):c instanceof Error?"Promise Error: ".concat(c.message," ").concat(c.name," ").concat(c.stack):"object"===_typeof(c)?"Promise Error with reason: ".concat(qo(c)):"Promise Error with unrecognized reason: ".concat(c),t(A,"UNHANDLED_PROMISE_REJECTION",e)}}))}catch(e){console.error(e)}n.debugLog("afterInit, add listener")}},e&&(n.config=e),n.config.publicTags=[].concat(null==e?void 0:e.publicTags),n}return _createClass(o)}(Zo),ni="__lodash_hash_undefined__",ii=9007199254740991,ai="[object Arguments]",ri="[object Function]",si="[object GeneratorFunction]",Ai="[object Symbol]",ci=/^\\[object .+?Constructor\\]$/,ui=/^(?:0|[1-9]\\d*)$/,li="object"==_typeof(Ne)&&Ne&&Ne.Object===Object&&Ne,gi="object"==("undefined"==typeof self?"undefined":_typeof(self))&&self&&self.Object===Object&&self,pi=li||gi||Function("return this")();function hi(e,t){return!!(e?e.length:0)&&function(e,t,o){if(t!=t)return function(e,t,o,n){var i=e.length,a=o+(n?1:-1);for(;n?a--:++a<i;)if(t(e[a],a,e))return a;return-1}(e,mi,o);var n=o-1,i=e.length;for(;++n<i;)if(e[n]===t)return n;return-1}(e,t,0)>-1}function di(e,t,o){for(var n=-1,i=e?e.length:0;++n<i;)if(o(t,e[n]))return!0;return!1}function Ei(e,t){for(var o=-1,n=e?e.length:0,i=Array(n);++o<n;)i[o]=t(e[o],o,e);return i}function fi(e,t){for(var o=-1,n=t.length,i=e.length;++o<n;)e[i+o]=t[o];return e}function mi(e){return e!=e}function Ii(e,t){return e.has(t)}function Ci(e,t){return function(o){return e(t(o))}}var yi,vi=Array.prototype,Bi=Function.prototype,ki=Object.prototype,bi=pi["__core-js_shared__"],_i=(yi=/[^.]+$/.exec(bi&&bi.keys&&bi.keys.IE_PROTO||""))?"Symbol(src)_1."+yi:"",wi=Bi.toString,Si=ki.hasOwnProperty,Qi=ki.toString,Ri=RegExp("^"+wi.call(Si).replace(/[\\\\^$.*+?()[\\]{}|]/g,"\\\\$&").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,"$1.*?")+"$"),Ti=pi.Symbol,Di=Ci(Object.getPrototypeOf,Object),Oi=ki.propertyIsEnumerable,Ni=vi.splice,Li=Ti?Ti.isConcatSpreadable:void 0,ji=Object.getOwnPropertySymbols,Mi=Math.max,Fi=qi(pi,"Map"),xi=qi(Object,"create");function Pi(e){var t=-1,o=e?e.length:0;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}function Ui(e){var t=-1,o=e?e.length:0;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}function Gi(e){var t=-1,o=e?e.length:0;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}function zi(e){var t=-1,o=e?e.length:0;for(this.__data__=new Gi;++t<o;)this.add(e[t])}function Hi(e,t){var o=ia(e)||na(e)?function(e,t){for(var o=-1,n=Array(e);++o<e;)n[o]=t(o);return n}(e.length,String):[],n=o.length,i=!!n;for(var a in e)!t&&!Si.call(e,a)||i&&("length"==a||ta(a,n))||o.push(a);return o}function Yi(e,t){for(var o,n,i=e.length;i--;)if((o=e[i][0])===(n=t)||o!=o&&n!=n)return i;return-1}function Ji(e,t,o,n,i){var a=-1,r=e.length;for(o||(o=ea),i||(i=[]);++a<r;){var s=e[a];t>0&&o(s)?t>1?Ji(s,t-1,o,n,i):fi(i,s):n||(i[i.length]=s)}return i}function Wi(e){if(!sa(e)||(t=e,_i&&_i in t))return!1;var t,o=ra(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?Ri:ci;return o.test(function(e){if(null!=e){try{return wi.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}function Ki(e){if(!sa(e))return function(e){var t=[];if(null!=e)for(var o in Object(e))t.push(o);return t}(e);var t,o,n,i=(o=(t=e)&&t.constructor,n="function"==typeof o&&o.prototype||ki,t===n),a=[];for(var r in e)("constructor"!=r||!i&&Si.call(e,r))&&a.push(r);return a}function Vi(e){return function(e,t,o){var n=t(e);return ia(e)?n:fi(n,o(e))}(e,ca,$i)}function Zi(e,t){var o,n,i=e.__data__;return("string"==(n=_typeof(o=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==o:null===o)?i["string"==typeof t?"string":"hash"]:i.map}function qi(e,t){var o=function(e,t){return null==e?void 0:e[t]}(e,t);return Wi(o)?o:void 0}Pi.prototype.clear=function(){this.__data__=xi?xi(null):{}},Pi.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},Pi.prototype.get=function(e){var t=this.__data__;if(xi){var o=t[e];return o===ni?void 0:o}return Si.call(t,e)?t[e]:void 0},Pi.prototype.has=function(e){var t=this.__data__;return xi?void 0!==t[e]:Si.call(t,e)},Pi.prototype.set=function(e,t){return this.__data__[e]=xi&&void 0===t?ni:t,this},Ui.prototype.clear=function(){this.__data__=[]},Ui.prototype.delete=function(e){var t=this.__data__,o=Yi(t,e);return!(o<0)&&(o==t.length-1?t.pop():Ni.call(t,o,1),!0)},Ui.prototype.get=function(e){var t=this.__data__,o=Yi(t,e);return o<0?void 0:t[o][1]},Ui.prototype.has=function(e){return Yi(this.__data__,e)>-1},Ui.prototype.set=function(e,t){var o=this.__data__,n=Yi(o,e);return n<0?o.push([e,t]):o[n][1]=t,this},Gi.prototype.clear=function(){this.__data__={hash:new Pi,map:new(Fi||Ui),string:new Pi}},Gi.prototype.delete=function(e){return Zi(this,e).delete(e)},Gi.prototype.get=function(e){return Zi(this,e).get(e)},Gi.prototype.has=function(e){return Zi(this,e).has(e)},Gi.prototype.set=function(e,t){return Zi(this,e).set(e,t),this},zi.prototype.add=zi.prototype.push=function(e){return this.__data__.set(e,ni),this},zi.prototype.has=function(e){return this.__data__.has(e)};var Xi=ji?Ci(ji,Object):pa,$i=ji?function(e){for(var t=[];e;)fi(t,Xi(e)),e=Di(e);return t}:pa;function ea(e){return ia(e)||na(e)||!!(Li&&e&&e[Li])}function ta(e,t){return!!(t=null==t?ii:t)&&("number"==typeof e||ui.test(e))&&e>-1&&e%1==0&&e<t}function oa(e){if("string"==typeof e||function(e){return"symbol"==_typeof(e)||Aa(e)&&Qi.call(e)==Ai}(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t}function na(e){return function(e){return Aa(e)&&aa(e)}(e)&&Si.call(e,"callee")&&(!Oi.call(e,"callee")||Qi.call(e)==ai)}var ia=Array.isArray;function aa(e){return null!=e&&function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=ii}(e.length)&&!ra(e)}function ra(e){var t=sa(e)?Qi.call(e):"";return t==ri||t==si}function sa(e){var t=_typeof(e);return!!e&&("object"==t||"function"==t)}function Aa(e){return!!e&&"object"==_typeof(e)}function ca(e){return aa(e)?Hi(e,!0):Ki(e)}var ua,la,ga=(ua=function(e,t){return null==e?{}:(t=Ei(Ji(t,1),oa),function(e,t){return function(e,t,o){for(var n=-1,i=t.length,a={};++n<i;){var r=t[n],s=e[r];o(s,r)&&(a[r]=s)}return a}(e=Object(e),t,(function(t,o){return o in e}))}(e,function(e,t,o,n){var i,a=-1,r=hi,s=!0,A=e.length,c=[],u=t.length;if(!A)return c;o&&(t=Ei(t,(i=o,function(e){return i(e)}))),n?(r=di,s=!1):t.length>=200&&(r=Ii,s=!1,t=new zi(t));e:for(;++a<A;){var l=e[a],g=o?o(l):l;if(l=n||0!==l?l:0,s&&g==g){for(var p=u;p--;)if(t[p]===g)continue e;c.push(l)}else r(t,g,n)||c.push(l)}return c}(Vi(e),t)))},la=Mi(void 0===la?ua.length-1:la,0),function(){for(var e=arguments,t=-1,o=Mi(e.length-la,0),n=Array(o);++t<o;)n[t]=e[la+t];t=-1;for(var i=Array(la+1);++t<la;)i[t]=e[t];return i[la]=n,function(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}(ua,this,i)});function pa(){return[]}var ha=ga,da=function(e,t,o,n){return new(o||(o=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise))((function(i,a){function r(e){try{A(n.next(e))}catch(e){a(e)}}function s(e){try{A(n.throw(e))}catch(e){a(e)}}function A(e){var t;e.done?i(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(r,s)}A((n=n.apply(e,t||[])).next())}))},Ea=["STATIC_RESOURCE_TIMING"],fa=function(e,t){if(!t)return!0;for(var o=0;o<t.length;o++)if(e.includes(t[o]))return!0;return!1};var ma=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).config={debug:!1,publicTags:[],excludeResourceTimingKeys:[],userRegion:"",enable:!1},n.entryList=[],n.debugLog=function(e){n.config.debug&&console.log("[AutoLogStaticResourcePlugin]:",e)},n.addPublicTags=function(e){var t;return null===(t=n.config.publicTags)||void 0===t?void 0:t.concat(e).filter((function(e){return e}))},n.pickEntryProperties=function(e){var t,o=e.domainLookupEnd,i=e.domainLookupStart,a=e.redirectStart,r=e.redirectEnd,s=e.connectStart,A=e.connectEnd,c=e.secureConnectionStart,u=e.responseEnd,l=e.responseStart,g=e.requestStart,p=0!==i,h=p?Math.round(o-i):-1,d=p?Math.round(l-g):-1,E=p?Math.round(r-a):-1,f=p?Math.round(A-s):-1;c&&p&&(f=Math.round(A-c));var m,I,C=p?Math.round(u-l):-1,y=navigator.connection?navigator.connection.effectiveType:"Unknown",v=ha(e,n.config.excludeResourceTimingKeys.concat("toJSON","Symbol(Symbol.toStringTag)","serverTiming")),B=(m=null!==(t=v.name)&&void 0!==t?t:"",(I=(m=m.replace(/\\/+$/,"")).match(/[^/]+$/))?I[0]:null);return Object.assign(Object.assign({},v),{name:B,url:v.name,dns:h,ttfb:d,redirect:E,connect:f,download:C,network:y,duration:Math.round(e.duration),userRegion:n.config.userRegion})},n.afterInit=function(e){var t=n.addPublicTags(["STATIC_RESOURCE_TIMING"]),o=Boolean(n.config.enable);new PerformanceObserver((function(i){i.getEntries().forEach((function(i){return da(_assertThisInitialized(n),void 0,void 0,_regeneratorRuntime().mark((function n(){var a,r;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a=i.name,!fa(a,this.config.includeResourceList)){n.next=11;break}if(r=this.pickEntryProperties(i),!o){n.next=9;break}return n.next=6,e.log(r,t,Wo.info);case 6:o&&e.reportByFilter(Ea),n.next=11;break;case 9:return n.next=11,e.log(r,t,Wo.info);case 11:case"end":return n.stop()}}),n,this)})))}))})).observe({type:"resource",buffered:!0})},e&&(n.config=Object.assign({},n.config,e)),n}return _createClass(o)}(Zo),Ia=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),Ca=function(e){var t={};return e.forEach((function(e,o){return t[e]=o})),t}(Ia),ya=/^(?:[A-Za-z\\d+\\/]{4})*?(?:[A-Za-z\\d+\\/]{2}(?:==)?|[A-Za-z\\d+\\/]{3}=?)?$/,va=String.fromCharCode.bind(String),Ba=function(e){if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?va(192|t>>>6)+va(128|63&t):va(224|t>>>12&15)+va(128|t>>>6&63)+va(128|63&t)}var o=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return va(240|o>>>18&7)+va(128|o>>>12&63)+va(128|o>>>6&63)+va(128|63&o)},ka=/[\\uD800-\\uDBFF][\\uDC00-\\uDFFFF]|[^\\x00-\\x7F]/g,ba=/[\\xC0-\\xDF][\\x80-\\xBF]|[\\xE0-\\xEF][\\x80-\\xBF]{2}|[\\xF0-\\xF7][\\x80-\\xBF]{3}/g,_a=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return va(55296+(t>>>10))+va(56320+(1023&t));case 3:return va((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return va((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},wa={encode:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=function(e){for(var t,o,n,i,a="",r=e.length%3,s=0;s<e.length;){if((o=e.charCodeAt(s++))>255||(n=e.charCodeAt(s++))>255||(i=e.charCodeAt(s++))>255)throw new TypeError("invalid character found");a+=Ia[(t=o<<16|n<<8|i)>>18&63]+Ia[t>>12&63]+Ia[t>>6&63]+Ia[63&t]}return r?a.slice(0,r-3)+"===".substring(r):a}(function(e){return e.replace(ka,Ba)}(e));return t?o.replace(/=/g,"").replace(/[+\\/]/g,(function(e){return"+"==e?"-":"_"})):o},decode:function(e){return t=function(e){if(e=e.replace(/\\s+/g,""),!ya.test(e))throw new TypeError("malformed base64.");var t;e+="==".slice(2-(3&e.length));for(var o,n,i="",a=0;a<e.length;)t=Ca[e.charAt(a++)]<<18|Ca[e.charAt(a++)]<<12|(o=Ca[e.charAt(a++)])<<6|(n=Ca[e.charAt(a++)]),i+=64===o?va(t>>16&255):64===n?va(t>>16&255,t>>8&255):va(t>>16&255,t>>8&255,255&t);return i}(function(e){return function(e){return e.replace(/[^A-Za-z0-9\\+\\/]/g,"")}(e.replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})))}(e)),t.replace(ba,_a);var t}};function Sa(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];try{return wa.encode(e,t)}catch(e){}return e}function Qa(e){try{return wa.decode(e)}catch(e){}return e}function Ra(e){var t="";try{t=Qa(e)}catch(o){t=e}return t}var Ta=function(){return!0===To.getCoBrowsingConfig("isLoadFromSDKEntry")},Da=function(){return!!window.ZCB_NPM_SDK_AGENT_MAIN||window.ZCB_NPM_SDK_CUSTOMER_MAIN},Oa=function(){return To.getCoBrowsingConfig("sdkVersion")},Na=function(){return!!To.getCoBrowsingConfig("originalSdkVersion")},La=function(e){var t="string"==typeof e?e:e.toString();return!["/session-status"].some((function(e){return t.includes(e)}))},ja=["table index is out of bounds","ResizeObserver loop completed with undelivered notifications"],Ma=(new Date).getTime()-6048e5,Fa=[],xa=[],Pa={log:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wo.log,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function i(){return _regeneratorRuntime().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:Fa.push({message:e,tag:t,logLevel:o,extraProperties:Object.assign({timestamp:Date.now()},n)});case 1:case"end":return i.stop()}}),i)})))},reportByFilter:function(e){},directReport:function(e,t){xa.push({payload:e,options:t})},getLogs:function(e){},setReportUrl:function(e){Xn.setDynamicReportUrl(e)}};function Ua(e,t){var o=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(o>>16)<<16|65535&o}function Ga(e,t,o,n,i,a){return Ua((r=Ua(Ua(t,e),Ua(n,a)))<<(s=i)|r>>>32-s,o);var r,s}function za(e,t,o,n,i,a,r){return Ga(t&o|~t&n,e,t,i,a,r)}function Ha(e,t,o,n,i,a,r){return Ga(t&n|o&~n,e,t,i,a,r)}function Ya(e,t,o,n,i,a,r){return Ga(t^o^n,e,t,i,a,r)}function Ja(e,t,o,n,i,a,r){return Ga(o^(t|~n),e,t,i,a,r)}function Wa(e,t){var o,n,i,a,r;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var s=1732584193,A=-271733879,c=-1732584194,u=271733878;for(o=0;o<e.length;o+=16)n=s,i=A,a=c,r=u,s=za(s,A,c,u,e[o],7,-680876936),u=za(u,s,A,c,e[o+1],12,-389564586),c=za(c,u,s,A,e[o+2],17,606105819),A=za(A,c,u,s,e[o+3],22,-1044525330),s=za(s,A,c,u,e[o+4],7,-176418897),u=za(u,s,A,c,e[o+5],12,1200080426),c=za(c,u,s,A,e[o+6],17,-1473231341),A=za(A,c,u,s,e[o+7],22,-45705983),s=za(s,A,c,u,e[o+8],7,1770035416),u=za(u,s,A,c,e[o+9],12,-1958414417),c=za(c,u,s,A,e[o+10],17,-42063),A=za(A,c,u,s,e[o+11],22,-1990404162),s=za(s,A,c,u,e[o+12],7,1804603682),u=za(u,s,A,c,e[o+13],12,-40341101),c=za(c,u,s,A,e[o+14],17,-1502002290),s=Ha(s,A=za(A,c,u,s,e[o+15],22,1236535329),c,u,e[o+1],5,-165796510),u=Ha(u,s,A,c,e[o+6],9,-1069501632),c=Ha(c,u,s,A,e[o+11],14,643717713),A=Ha(A,c,u,s,e[o],20,-373897302),s=Ha(s,A,c,u,e[o+5],5,-701558691),u=Ha(u,s,A,c,e[o+10],9,38016083),c=Ha(c,u,s,A,e[o+15],14,-660478335),A=Ha(A,c,u,s,e[o+4],20,-405537848),s=Ha(s,A,c,u,e[o+9],5,568446438),u=Ha(u,s,A,c,e[o+14],9,-1019803690),c=Ha(c,u,s,A,e[o+3],14,-187363961),A=Ha(A,c,u,s,e[o+8],20,1163531501),s=Ha(s,A,c,u,e[o+13],5,-1444681467),u=Ha(u,s,A,c,e[o+2],9,-51403784),c=Ha(c,u,s,A,e[o+7],14,1735328473),s=Ya(s,A=Ha(A,c,u,s,e[o+12],20,-1926607734),c,u,e[o+5],4,-378558),u=Ya(u,s,A,c,e[o+8],11,-2022574463),c=Ya(c,u,s,A,e[o+11],16,1839030562),A=Ya(A,c,u,s,e[o+14],23,-35309556),s=Ya(s,A,c,u,e[o+1],4,-1530992060),u=Ya(u,s,A,c,e[o+4],11,1272893353),c=Ya(c,u,s,A,e[o+7],16,-155497632),A=Ya(A,c,u,s,e[o+10],23,-1094730640),s=Ya(s,A,c,u,e[o+13],4,681279174),u=Ya(u,s,A,c,e[o],11,-358537222),c=Ya(c,u,s,A,e[o+3],16,-722521979),A=Ya(A,c,u,s,e[o+6],23,76029189),s=Ya(s,A,c,u,e[o+9],4,-640364487),u=Ya(u,s,A,c,e[o+12],11,-421815835),c=Ya(c,u,s,A,e[o+15],16,530742520),s=Ja(s,A=Ya(A,c,u,s,e[o+2],23,-995338651),c,u,e[o],6,-198630844),u=Ja(u,s,A,c,e[o+7],10,1126891415),c=Ja(c,u,s,A,e[o+14],15,-1416354905),A=Ja(A,c,u,s,e[o+5],21,-57434055),s=Ja(s,A,c,u,e[o+12],6,1700485571),u=Ja(u,s,A,c,e[o+3],10,-1894986606),c=Ja(c,u,s,A,e[o+10],15,-1051523),A=Ja(A,c,u,s,e[o+1],21,-2054922799),s=Ja(s,A,c,u,e[o+8],6,1873313359),u=Ja(u,s,A,c,e[o+15],10,-30611744),c=Ja(c,u,s,A,e[o+6],15,-1560198380),A=Ja(A,c,u,s,e[o+13],21,1309151649),s=Ja(s,A,c,u,e[o+4],6,-145523070),u=Ja(u,s,A,c,e[o+11],10,-1120210379),c=Ja(c,u,s,A,e[o+2],15,718787259),A=Ja(A,c,u,s,e[o+9],21,-343485551),s=Ua(s,n),A=Ua(A,i),c=Ua(c,a),u=Ua(u,r);return[s,A,c,u]}function Ka(e){var t,o="",n=32*e.length;for(t=0;t<n;t+=8)o+=String.fromCharCode(e[t>>5]>>>t%32&255);return o}function Va(e){var t,o=[];for(o[(e.length>>2)-1]=void 0,t=0;t<o.length;t+=1)o[t]=0;var n=8*e.length;for(t=0;t<n;t+=8)o[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return o}function Za(e){var t,o,n="0123456789abcdef",i="";for(o=0;o<e.length;o+=1)t=e.charCodeAt(o),i+=n.charAt(t>>>4&15)+n.charAt(15&t);return i}function qa(e){return unescape(encodeURIComponent(e))}function Xa(e){return function(e){return Ka(Wa(Va(e),8*e.length))}(qa(e))}function $a(e,t){return function(e,t){var o,n,i=Va(e),a=[],r=[];for(a[15]=r[15]=void 0,i.length>16&&(i=Wa(i,8*e.length)),o=0;o<16;o+=1)a[o]=909522486^i[o],r[o]=1549556828^i[o];return n=Wa(a.concat(Va(t)),512+8*t.length),Ka(Wa(r.concat(n),640))}(qa(e),qa(t))}function er(e,t,o){return t?o?$a(t,e):function(e,t){return Za($a(e,t))}(t,e):o?Xa(e):function(e){return Za(Xa(e))}(e)}var tr=function(e){return Boolean(null==e?void 0:e.log)},or=function(e,t){return[e,t].flatMap((function(e){return e})).map((function(e){return"function"==typeof e?e():e})).filter((function(e){return Boolean(e)}))},nr=function(){function e(){_classCallCheck(this,e),this.ZCB_ZmTrackingIds={}}return _createClass(e,[{key:"setZmTrackingIds",value:function(e){var t=e.zmWebTrackingId,o=e.zmChsTrackingId,n=e.zmTrackingId;this.ZCB_ZmTrackingIds={zmWebTrackingId:t,zmChsTrackingId:o,zmTrackingId:n}}},{key:"genZmTrackingId",value:function(){var e=Oe(),t="zcb_client_".concat(e,"_0"),o="".concat(e,"_0");return this.ZCB_ZmTrackingIds={zmWebTrackingId:t,zmChsTrackingId:o,zmTrackingId:e},{zmWebTrackingId:t,zmChsTrackingId:o,zmTrackingId:e}}},{key:"getZmTrackingId",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmTrackingId;return t||(console.warn("getZmTrackingId failed, generate new zmTrackingId: ".concat(t)),t=this.genZmTrackingId().zmTrackingId),t}},{key:"clearZmTrackingId",value:function(){this.ZCB_ZmTrackingIds={}}},{key:"genFailOverZmChsTrackingId",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmChsTrackingId;t||(t=this.genZmTrackingId().zmChsTrackingId);var o=t.match(/(\\d+)(?!.*\\d+)/);if(o){var n=parseInt(o[0])+1,i=t.substring(0,o.index)+n;return this.ZCB_ZmTrackingIds&&(this.ZCB_ZmTrackingIds.zmChsTrackingId=i),i}return this.genZmTrackingId().zmChsTrackingId}},{key:"getZmTrackingIdForWeb",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmWebTrackingId;t||(t=this.genZmTrackingId().zmWebTrackingId);var o=t.match(/(\\d+)(?!.*\\d+)/);if(o){var n=parseInt(o[0])+1,i=t.substring(0,o.index)+n;return this.ZCB_ZmTrackingIds&&(this.ZCB_ZmTrackingIds.zmWebTrackingId=i),i}return this.genZmTrackingId().zmWebTrackingId}},{key:"getZmTrackingIdForChs",value:function(){var e,t=null===(e=this.ZCB_ZmTrackingIds)||void 0===e?void 0:e.zmChsTrackingId;return t||(t=this.genZmTrackingId().zmChsTrackingId),t}}]),e}(),ir=globalThis.ZCB_TrackingIdController||new nr;globalThis.ZCB_TrackingIdController=ir;var ar=function(){function e(t){_classCallCheck(this,e),this.cache=new Map,this.limit=t}return _createClass(e,[{key:"get",value:function(e){if(this.cache.has(e)){var t=this.cache.get(e);return this.cache.delete(e),this.cache.set(e,t),t}}},{key:"set",value:function(e,t){if(this.cache.has(e))this.cache.delete(e);else if(this.cache.size>=this.limit){var o=this.cache.keys().next().value;this.cache.delete(o)}this.cache.set(e,t)}},{key:"has",value:function(e){return this.cache.has(e)}},{key:"delete",value:function(e){return this.cache.delete(e)}},{key:"clear",value:function(){this.cache.clear()}},{key:"keys",value:function(){return Array.from(this.cache.keys())}},{key:"values",value:function(){return Array.from(this.cache.values())}}]),e}(),rr="function",sr="object",Ar="string",cr="model",ur="name",lr="type",gr="vendor",pr="version",hr="architecture",dr="hardwareConcurrency",Er="console",fr="mobile",mr="tablet",Ir="smarttv",Cr="wearable",yr="Amazon",vr="Apple",Br="ASUS",kr="BlackBerry",br="Browser",_r="Chrome",wr="Firefox",Sr="Google",Qr="Huawei",Rr="LG",Tr="Microsoft",Dr="Motorola",Or="Opera",Nr="Samsung",Lr="Sharp",jr="Sony",Mr="Xiaomi",Fr="Zebra",xr="Facebook",Pr={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},Ur=function(e){return e.toLowerCase()},Gr=function(e,t){return _typeof(e)===Ar&&-1!==Ur(t).indexOf(Ur(e))},zr=function(e,t){return _typeof(e)===Ar?(e=e.replace(/^\\s\\s*/,""),"undefined"===_typeof(t)?e:e.substring(0,350)):""},Hr=function(e,t){for(var o in t)if(_typeof(t[o])===sr&&t[o].length>0){for(var n=0;n<t[o].length;n++)if(Gr(t[o][n],e))return"?"===o?void 0:o}else if(Gr(t[o],e))return"?"===o?void 0:o;return e},Yr={browser:[[/(ZoomApps)\\/([\\w\\.]+)/i],[ur,pr],[/\\b(?:crmo|crios)\\/([\\w\\.]+)/i],[pr,[ur,"Chrome"]],[/edg(?:e|ios|a)?\\/([\\w\\.]+)/i],[pr,[ur,"Edge"]],[/(opera mini)\\/([-\\w\\.]+)/i,/(opera [mobiletab]{3,6})\\b.+version\\/([-\\w\\.]+)/i,/(opera)(?:.+version\\/|[\\/ ]+)([\\w\\.]+)/i],[ur,pr],[/opios[\\/ ]+([\\w\\.]+)/i],[pr,[ur,Or+" Mini"]],[/\\bopr\\/([\\w\\.]+)/i],[pr,[ur,Or]],[/(kindle)\\/([\\w\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\/ ]?([\\w\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\/ ]?([\\w\\.]*)/i,/(ba?idubrowser)[\\/ ]?([\\w\\.]+)/i,/(?:ms|\\()(ie) ([\\w\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\\/([-\\w\\.]+)/i,/(weibo)__([\\d\\.]+)/i],[ur,pr],[/(?:\\buc? ?browser|(?:juc.+)ucweb)[\\/ ]?([\\w\\.]+)/i],[pr,[ur,"UC"+br]],[/microm.+\\bqbcore\\/([\\w\\.]+)/i,/\\bqbcore\\/([\\w\\.]+).+microm/i],[pr,[ur,"WeChat(Win) Desktop"]],[/micromessenger\\/([\\w\\.]+)/i],[pr,[ur,"WeChat"]],[/konqueror\\/([\\w\\.]+)/i],[pr,[ur,"Konqueror"]],[/trident.+rv[: ]([\\w\\.]{1,9})\\b.+like gecko/i],[pr,[ur,"IE"]],[/yabrowser\\/([\\w\\.]+)/i],[pr,[ur,"Yandex"]],[/(avast|avg)\\/([\\w\\.]+)/i],[[ur,/(.+)/,"$1 Secure "+br],pr],[/\\bfocus\\/([\\w\\.]+)/i],[pr,[ur,wr+" Focus"]],[/\\bopt\\/([\\w\\.]+)/i],[pr,[ur,Or+" Touch"]],[/coc_coc\\w+\\/([\\w\\.]+)/i],[pr,[ur,"Coc Coc"]],[/dolfin\\/([\\w\\.]+)/i],[pr,[ur,"Dolphin"]],[/coast\\/([\\w\\.]+)/i],[pr,[ur,Or+" Coast"]],[/miuibrowser\\/([\\w\\.]+)/i],[pr,[ur,"MIUI "+br]],[/fxios\\/([-\\w\\.]+)/i],[pr,[ur,wr]],[/\\bqihu|(qi?ho?o?|360)browser/i],[[ur,"360 "+br]],[/(oculus|samsung|sailfish|huawei)browser\\/([\\w\\.]+)/i],[[ur,/(.+)/,"$1 "+br],pr],[/(comodo_dragon)\\/([\\w\\.]+)/i],[[ur,/_/g," "],pr],[/(electron)\\/([\\w\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\/(20\\d\\d\\.[-\\w\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\/ ]?([\\w\\.]+)/i],[ur,pr],[/(metasr)[\\/ ]?([\\w\\.]+)/i,/(lbbrowser)/i,/\\[(linkedin)app\\]/i],[ur],[/((?:fban\\/fbios|fb_iab\\/fb4a)(?!.+fbav)|;fbav\\/([\\w\\.]+);)/i],[[ur,xr],pr],[/safari (line)\\/([\\w\\.]+)/i,/\\b(line)\\/([\\w\\.]+)\\/iab/i,/(chromium|instagram)[\\/ ]([-\\w\\.]+)/i],[ur,pr],[/\\bgsa\\/([\\w\\.]+) .*safari\\//i],[pr,[ur,"GSA"]],[/headlesschrome(?:\\/([\\w\\.]+)| )/i],[pr,[ur,_r+" Headless"]],[/ wv\\).+(chrome)\\/([\\w\\.]+)/i],[[ur,_r+" WebView"],pr],[/droid.+ version\\/([\\w\\.]+)\\b.+(?:mobile safari|safari)/i],[pr,[ur,"Android "+br]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\/v?([\\w\\.]+)/i],[ur,pr],[/version\\/([\\w\\.\\,]+) .*mobile\\/\\w+ (safari)/i],[pr,[ur,"Mobile Safari"]],[/version\\/([\\w(\\.|\\,)]+) .*(mobile ?safari|safari)/i],[pr,ur],[/webkit.+?(mobile ?safari|safari)(\\/[\\w\\.]+)/i],[ur,[pr,Hr,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\\/([\\w\\.]+)/i],[ur,pr],[/(navigator|netscape\\d?)\\/([-\\w\\.]+)/i],[[ur,"Netscape"],pr],[/mobile vr; rv:([\\w\\.]+)\\).+firefox/i],[pr,[ur,wr+" Reality"]],[/ekiohf.+(flow)\\/([\\w\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\/ ]?([\\w\\.\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\/([-\\w\\.]+)$/i,/(firefox)\\/([\\w\\.]+)/i,/(mozilla)\\/([\\w\\.]+) .+rv\\:.+gecko\\/\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\. ]?browser)[-\\/ ]?v?([\\w\\.]+)/i,/(links) \\(([\\w\\.]+)/i],[ur,pr],[/(cobalt)\\/([\\w\\.]+)/i],[ur,[pr,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\)]/i],[[hr,"amd64"]],[/(ia32(?=;))/i],[[hr,Ur]],[/((?:i[346]|x)86)[;\\)]/i],[[hr,"ia32"]],[/\\b(aarch64|arm(v?8e?l?|_?64))\\b/i],[[hr,"arm64"]],[/\\b(arm(?:v[67])?ht?n?[fl]p?)\\b/i],[[hr,"armhf"]],[/windows (ce|mobile); ppc;/i],[[hr,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\))/i],[[hr,/ower/,"",Ur]],[/(sun4\\w)[;\\)]/i],[[hr,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\\))|\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\b|pa-risc)/i],[[hr,Ur]]],device:[[/\\b(sch-i[89]0\\d|shw-m380s|sm-[ptx]\\w{2,4}|gt-[pn]\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[cr,[gr,Nr],[lr,mr]],[/\\b((?:s[cgp]h|gt|sm)-\\w+|galaxy nexus)/i,/samsung[- ]([-\\w]+)/i,/sec-(sgh\\w+)/i],[cr,[gr,Nr],[lr,fr]],[/((ipod|iphone)\\d+,\\d+)/i],[cr,[gr,vr],[lr,fr]],[/(ipad\\d+,\\d+)/i],[cr,[gr,vr],[lr,mr]],[/\\((ip(?:hone|od)[\\w ]*);/i],[cr,[gr,vr],[lr,fr]],[/\\((ipad);[-\\w\\),; ]+apple/i,/applecoremedia\\/[\\w\\.]+ \\((ipad)/i,/\\b(ipad)\\d\\d?,\\d\\d?[;\\]].+ios/i],[cr,[gr,vr],[lr,mr]],[/(macintosh);/i],[cr,[gr,vr]],[/\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\d{2})\\b(?!.+d\\/s)/i],[cr,[gr,Qr],[lr,mr]],[/(?:huawei|honor)([-\\w ]+)[;\\)]/i,/\\b(nexus 6p|\\w{2,4}e?-[atu]?[ln][\\dx][012359c][adn]?)\\b(?!.+d\\/s)/i],[cr,[gr,Qr],[lr,fr]],[/\\b(poco[\\w ]+)(?: bui|\\))/i,/\\b; (\\w+) build\\/hm\\1/i,/\\b(hm[-_ ]?note?[_ ]?(?:\\d\\w)?) bui/i,/\\b(redmi[\\-_ ]?(?:note|k)?[\\w_ ]+)(?: bui|\\))/i,/\\b(mi[-_ ]?(?:a\\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\\d?\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\))/i],[[cr,/_/g," "],[gr,Mr],[lr,fr]],[/\\b(mi[-_ ]?(?:pad)(?:[\\w_ ]+))(?: bui|\\))/i],[[cr,/_/g," "],[gr,Mr],[lr,mr]],[/; (\\w+) bui.+ oppo/i,/\\b(cph[12]\\d{3}|p(?:af|c[al]|d\\w|e[ar])[mt]\\d0|x9007|a101op)\\b/i],[cr,[gr,"OPPO"],[lr,fr]],[/vivo (\\w+)(?: bui|\\))/i,/\\b(v[12]\\d{3}\\w?[at])(?: bui|;)/i],[cr,[gr,"Vivo"],[lr,fr]],[/\\b(rmx[12]\\d{3})(?: bui|;|\\))/i],[cr,[gr,"Realme"],[lr,fr]],[/\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\b[\\w ]+build\\//i,/\\bmot(?:orola)?[- ](\\w*)/i,/((?:moto[\\w\\(\\) ]+|xt\\d{3,4}|nexus 6)(?= bui|\\)))/i],[cr,[gr,Dr],[lr,fr]],[/\\b(mz60\\d|xoom[2 ]{0,2}) build\\//i],[cr,[gr,Dr],[lr,mr]],[/((?=lg)?[vl]k\\-?\\d{3}) bui| 3\\.[-\\w; ]{10}lg?-([06cv9]{3,4})/i],[cr,[gr,Rr],[lr,mr]],[/(lm(?:-?f100[nv]?|-[\\w\\.]+)(?= bui|\\))|nexus [45])/i,/\\blg[-e;\\/ ]+((?!browser|netcast|android tv)\\w+)/i,/\\blg-?([\\d\\w]+) bui/i],[cr,[gr,Rr],[lr,fr]],[/(ideatab[-\\w ]+)/i,/lenovo ?(s[56]000[-\\w]+|tab(?:[\\w ]+)|yt[-\\d\\w]{6}|tb[-\\d\\w]{6})/i],[cr,[gr,"Lenovo"],[lr,mr]],[/(?:maemo|nokia).*(n900|lumia \\d+)/i,/nokia[-_ ]?([-\\w\\.]*)/i],[[cr,/_/g," "],[gr,"Nokia"],[lr,fr]],[/(pixel c)\\b/i],[cr,[gr,Sr],[lr,mr]],[/droid.+; (pixel[\\daxl ]{0,6})(?: bui|\\))/i],[cr,[gr,Sr],[lr,fr]],[/droid.+ (a?\\d[0-2]{2}so|[c-g]\\d{4}|so[-gl]\\w+|xq-a\\w[4-7][12])(?= bui|\\).+chrome\\/(?![1-6]{0,1}\\d\\.))/i],[cr,[gr,jr],[lr,fr]],[/sony tablet [ps]/i,/\\b(?:sony)?sgp\\w+(?: bui|\\))/i],[[cr,"Xperia Tablet"],[gr,jr],[lr,mr]],[/ (kb2005|in20[12]5|be20[12][59])\\b/i,/(?:one)?(?:plus)? (a\\d0\\d\\d)(?: b|\\))/i],[cr,[gr,"OnePlus"],[lr,fr]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\))/i,/(kf[a-z]+)( bui|\\)).+silk\\//i],[cr,[gr,yr],[lr,mr]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\)).+silk\\//i],[[cr,/(.+)/g,"Fire Phone $1"],[gr,yr],[lr,fr]],[/(playbook);[-\\w\\),; ]+(rim)/i],[cr,gr,[lr,mr]],[/\\b((?:bb[a-f]|st[hv])100-\\d)/i,/\\(bb10; (\\w+)/i],[cr,[gr,kr],[lr,fr]],[/(?:\\b|asus_)(transfo[prime ]{4,10} \\w+|eeepc|slider \\w+|nexus 7|padfone|p00[cj])/i],[cr,[gr,Br],[lr,mr]],[/ (z[bes]6[027][012][km][ls]|zenfone \\d\\w?)\\b/i],[cr,[gr,Br],[lr,fr]],[/(nexus 9)/i],[cr,[gr,"HTC"],[lr,mr]],[/(htc)[-;_ ]{1,2}([\\w ]+(?=\\)| bui)|\\w+)/i,/(zte)[- ]([\\w ]+?)(?: bui|\\/|\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\\w]*)/i],[gr,[cr,/_/g," "],[lr,fr]],[/droid.+; ([ab][1-7]-?[0178a]\\d\\d?)/i],[cr,[gr,"Acer"],[lr,mr]],[/droid.+; (m[1-5] note) bui/i,/\\bmz-([-\\w]{2,})/i],[cr,[gr,"Meizu"],[lr,fr]],[/\\b(sh-?[altvz]?\\d\\d[a-ekm]?)/i],[cr,[gr,Lr],[lr,fr]],[/(blackberry|benq|palm(?=\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\w]*)/i,/(hp) ([\\w ]+\\w)/i,/(asus)-?(\\w+)/i,/(microsoft); (lumia[\\w ]+)/i,/(lenovo)[-_ ]?([-\\w]+)/i,/(jolla)/i,/(oppo) ?([\\w ]+) bui/i],[gr,cr,[lr,fr]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\/([\\w\\.]+)/i,/(nook)[\\w ]+build\\/(\\w+)/i,/(dell) (strea[kpr\\d ]*[\\dko])/i,/(le[- ]+pan)[- ]+(\\w{1,9}) bui/i,/(trinity)[- ]*(t\\d{3}) bui/i,/(gigaset)[- ]+(q\\w{1,9}) bui/i,/(vodafone) ([\\w ]+)(?:\\)| bui)/i],[gr,cr,[lr,mr]],[/(surface duo)/i],[cr,[gr,Tr],[lr,mr]],[/droid [\\d\\.]+; (fp\\du?)(?: b|\\))/i],[cr,[gr,"Fairphone"],[lr,fr]],[/(u304aa)/i],[cr,[gr,"AT&T"],[lr,fr]],[/\\bsie-(\\w*)/i],[cr,[gr,"Siemens"],[lr,fr]],[/\\b(rct\\w+) b/i],[cr,[gr,"RCA"],[lr,mr]],[/\\b(venue[\\d ]{2,7}) b/i],[cr,[gr,"Dell"],[lr,mr]],[/\\b(q(?:mv|ta)\\w+) b/i],[cr,[gr,"Verizon"],[lr,mr]],[/\\b(?:barnes[& ]+noble |bn[rt])([\\w\\+ ]*) b/i],[cr,[gr,"Barnes & Noble"],[lr,mr]],[/\\b(tm\\d{3}\\w+) b/i],[cr,[gr,"NuVision"],[lr,mr]],[/\\b(k88) b/i],[cr,[gr,"ZTE"],[lr,mr]],[/\\b(nx\\d{3}j) b/i],[cr,[gr,"ZTE"],[lr,fr]],[/\\b(gen\\d{3}) b.+49h/i],[cr,[gr,"Swiss"],[lr,fr]],[/\\b(zur\\d{3}) b/i],[cr,[gr,"Swiss"],[lr,mr]],[/\\b((zeki)?tb.*\\b) b/i],[cr,[gr,"Zeki"],[lr,mr]],[/\\b([yr]\\d{2}) b/i,/\\b(dragon[- ]+touch |dt)(\\w{5}) b/i],[[gr,"Dragon Touch"],cr,[lr,mr]],[/\\b(ns-?\\w{0,9}) b/i],[cr,[gr,"Insignia"],[lr,mr]],[/\\b((nxa|next)-?\\w{0,9}) b/i],[cr,[gr,"NextBook"],[lr,mr]],[/\\b(xtreme\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[gr,"Voice"],cr,[lr,fr]],[/\\b(lvtel\\-)?(v1[12]) b/i],[[gr,"LvTel"],cr,[lr,fr]],[/\\b(ph-1) /i],[cr,[gr,"Essential"],[lr,fr]],[/\\b(v(100md|700na|7011|917g).*\\b) b/i],[cr,[gr,"Envizen"],[lr,mr]],[/\\b(trio[-\\w\\. ]+) b/i],[cr,[gr,"MachSpeed"],[lr,mr]],[/\\btu_(1491) b/i],[cr,[gr,"Rotor"],[lr,mr]],[/(shield[\\w ]+) b/i],[cr,[gr,"Nvidia"],[lr,mr]],[/(sprint) (\\w+)/i],[gr,cr,[lr,fr]],[/(kin\\.[onetw]{3})/i],[[cr,/\\./g," "],[gr,Tr],[lr,fr]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\)/i],[cr,[gr,Fr],[lr,mr]],[/droid.+; (ec30|ps20|tc[2-8]\\d[kx])\\)/i],[cr,[gr,Fr],[lr,fr]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[gr,cr,[lr,Er]],[/droid.+; (shield) bui/i],[cr,[gr,"Nvidia"],[lr,Er]],[/(playstation [345portablevi]+)/i],[cr,[gr,jr],[lr,Er]],[/\\b(xbox(?: one)?(?!; xbox))[\\); ]/i],[cr,[gr,Tr],[lr,Er]],[/smart-tv.+(samsung)/i],[gr,[lr,Ir]],[/hbbtv.+maple;(\\d+)/i],[[cr,/^/,"SmartTV"],[gr,Nr],[lr,Ir]],[/(nux; netcast.+smarttv|lg (netcast\\.tv-201\\d|android tv))/i],[[gr,Rr],[lr,Ir]],[/(apple) ?tv/i],[gr,[cr,vr+" TV"],[lr,Ir]],[/crkey/i],[[cr,_r+"cast"],[gr,Sr],[lr,Ir]],[/droid.+aft(\\w)( bui|\\))/i],[cr,[gr,yr],[lr,Ir]],[/\\(dtv[\\);].+(aquos)/i,/(aquos-tv[\\w ]+)\\)/i],[cr,[gr,Lr],[lr,Ir]],[/(bravia[\\w ]+)( bui|\\))/i],[cr,[gr,jr],[lr,Ir]],[/(mitv-\\w{5}) bui/i],[cr,[gr,Mr],[lr,Ir]],[/\\b(roku)[\\dx]*[\\)\\/]((?:dvp-)?[\\d\\.]*)/i,/hbbtv\\/\\d+\\.\\d+\\.\\d+ +\\([\\w ]*; *(\\w[^;]*);([^;]*)/i],[[gr,zr],[cr,zr],[lr,Ir]],[/\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\b/i],[[lr,Ir]],[/((pebble))app/i],[gr,cr,[lr,Cr]],[/droid.+; (glass) \\d/i],[cr,[gr,Sr],[lr,Cr]],[/droid.+; (wt63?0{2,3})\\)/i],[cr,[gr,Fr],[lr,Cr]],[/(quest( 2)?)/i],[cr,[gr,xr],[lr,Cr]],[/(tesla)(?: qtcarbrowser|\\/[-\\w\\.]+)/i],[gr,[lr,"embedded"]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+? mobile safari/i],[cr,[lr,fr]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+?(?! mobile) safari/i],[cr,[lr,mr]],[/\\b((tablet|tab)[;\\/]|focus\\/\\d(?!.+mobile))/i],[[lr,mr]],[/(phone|mobile(?:[;\\/]| [ \\w\\/\\.]*safari)|pda(?=.+windows ce))/i],[[lr,fr]],[/(android[-\\w\\. ]{0,9});.+buil/i],[cr,[gr,"Generic"]]],engine:[[/windows.+ edge\\/([\\w\\.]+)/i],[pr,[ur,"EdgeHTML"]],[/webkit\\/537\\.36.+chrome\\/(?!27)([\\w\\.]+)/i],[pr,[ur,"Blink"]],[/(presto)\\/([\\w\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\/([\\w\\.]+)/i,/ekioh(flow)\\/([\\w\\.]+)/i,/(khtml|tasman|links)[\\/ ]\\(?([\\w\\.]+)/i,/(icab)[\\/ ]([23]\\.[\\d\\.]+)/i],[ur,pr],[/rv\\:([\\w\\.]{1,9})\\b.+(gecko)/i],[pr,ur]],os:[[/microsoft (windows) (vista|xp)/i],[ur,pr],[/(windows) nt 6\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\/ ]?([\\d\\.\\w ]*)/i,/(windows)[\\/ ]?([ntce\\d\\. ]+\\w)(?!.+xbox)/i],[ur,[pr,Hr,Pr]],[/(win(?=3|9|n)|win 9x )([nt\\d\\.]+)/i],[[ur,"Windows"],[pr,Hr,Pr]],[/ip[honead]{2,4}\\b(?:.*os ([\\w]+) like mac|; opera)/i,/cfnetwork\\/.+darwin/i],[[pr,/_/g,"."],[ur,"iOS"]],[/(mac os x) ?([\\w\\. ]*)/i,/(macintosh|mac_powerpc\\b)(?!.+haiku)/i],[[ur,"Mac OS"],[pr,/_/g,"."]],[/droid ([\\w\\.]+)\\b.+(android[- ]x86|harmonyos)/i],[pr,ur],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\/ ]?([\\w\\.]*)/i,/(blackberry)\\w*\\/([\\w\\.]*)/i,/(tizen|kaios)[\\/ ]([\\w\\.]+)/i,/\\((series40);/i],[ur,pr],[/\\(bb(10);/i],[pr,[ur,kr]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\/ ]?([\\w\\.]*)/i],[pr,[ur,"Symbian"]],[/mozilla\\/[\\d\\.]+ \\((?:mobile|tablet|tv|mobile; [\\w ]+); rv:.+ gecko\\/([\\w\\.]+)/i],[pr,[ur,wr+" OS"]],[/web0s;.+rt(tv)/i,/\\b(?:hp)?wos(?:browser)?\\/([\\w\\.]+)/i],[pr,[ur,"webOS"]],[/crkey\\/([\\d\\.]+)/i],[pr,[ur,_r+"cast"]],[/(cros) [\\w]+ ([\\w\\.]+\\w)/i],[[ur,"Chromium OS"],pr],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\);]+)/i,/\\b(joli|palm)\\b ?(?:os)?\\/?([\\w\\.]*)/i,/(mint)[\\/\\(\\) ]?(\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\/ ]?(?!chrom|package)([-\\w\\.]*)/i,/(hurd|linux) ?([\\w\\.]*)/i,/(gnu) ?([\\w\\.]*)/i,/\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\/ ]?(?!amd|[ix346]{1,2}86)([\\w\\.]*)/i,/(haiku) (\\w+)/i],[ur,pr],[/(sunos) ?([\\w\\.\\d]*)/i],[[ur,"Solaris"],pr],[/((?:open)?solaris)[-\\/ ]?([\\w\\.]*)/i,/(aix) ((\\d)(?=\\.|\\)| )[\\w\\.])*/i,/\\b(beos|os\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\w\\.]*)/i],[ur,pr]]},Jr=function(){function e(t){_classCallCheck(this,e),this.ua=(null===navigator||void 0===navigator?void 0:navigator.userAgent)||"",this.navigator=navigator||{},t&&(this.ua=t),this.regexes=Yr}return _createClass(e,[{key:"rgxMapper",value:function(e,t){for(var o={},n=0,i=0,a=0,r=0,s=void 0,A=void 0,c=void 0;n<t.length&&!A;){var u=t[n],l=t[n+1];for(i=a=0;i<u.length&&!A;)if(A=u[i++].exec(e))for(r=0;r<l.length;r++)c=A[++a],_typeof(s=l[r])===sr&&s.length>0?2===s.length?_typeof(s[1])==rr?o[s[0]]=s[1](c):o[s[0]]=s[1]:3===s.length?_typeof(s[1])!==rr||s[1].exec&&s[1].test?o[s[0]]=c?c.replace(s[1],s[2]):void 0:o[s[0]]=c?s[1](c,s[2]):void 0:4===s.length&&(o[s[0]]=c?s[3](c.replace(s[1],s[2])):void 0):o[s]=c||void 0;n+=2}return o}},{key:"getBrowser",value:function(){var e={};e[ur]=void 0,e[pr]=void 0;var t,o=this.rgxMapper(this.ua,this.regexes.browser);return e.major=_typeof(t=o.version)===Ar?t.replace(/[^\\d\\.]/g,"").split(".")[0]:void 0,Object.assign(e,o),e}},{key:"getCPU",value:function(){var e={};e[hr]=void 0,e[dr]=this.navigator[dr];var t=this.rgxMapper(this.ua,this.regexes.cpu);return Object.assign(e,t),e}},{key:"getDevice",value:function(){var e={};e[gr]=void 0,e[cr]=void 0,e[lr]=void 0;var t=this.rgxMapper(this.ua,this.regexes.device);return Object.assign(e,t),e}},{key:"getEngine",value:function(){var e={};e[ur]=void 0,e[pr]=void 0;var t=this.rgxMapper(this.ua,this.regexes.engine);return Object.assign(e,t),e}},{key:"getOS",value:function(){var e={};e[ur]=void 0,e[pr]=void 0;var t=this.rgxMapper(this.ua,this.regexes.os);return Object.assign(e,t),e}},{key:"getUA",value:function(){return this.ua}},{key:"setUA",value:function(e){var t=_typeof(e)===Ar&&e.length>350?zr(e,350):e;this.ua=t}},{key:"getResult",value:function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}}}]),e}(),Wr=function(){function e(){_classCallCheck(this,e),globalThis.ZCB_ZmCobrowseInfo={session:{userId:"",sessionId:"",participantType:"",agentSdkTrackingId:"",region:"",sdkSourceType:void 0},isCobrowseLocked:!1}}return _createClass(e,[{key:"getSession",value:function(){var e;return null===(e=globalThis.ZCB_ZmCobrowseInfo)||void 0===e?void 0:e.session}},{key:"getCobrowse",value:function(){return globalThis.ZCB_ZmCobrowseInfo}},{key:"setSessionId",value:function(e){globalThis.ZCB_ZmCobrowseInfo.session.sessionId=e}},{key:"setAgentSdkTrackingId",value:function(e){globalThis.ZCB_ZmCobrowseInfo.session.agentSdkTrackingId=e}},{key:"setUserId",value:function(e){globalThis.ZCB_ZmCobrowseInfo.session.userId=e}},{key:"setParticipantType",value:function(e){globalThis.ZCB_ZmCobrowseInfo.session.participantType=e}},{key:"setIsCobrowseLocked",value:function(e){globalThis.ZCB_ZmCobrowseInfo.isCobrowseLocked=e}},{key:"setSession",value:function(e){Object.assign(globalThis.ZCB_ZmCobrowseInfo.session,e)}},{key:"setRegion",value:function(e){globalThis.ZCB_ZmCobrowseInfo.session.region=e}},{key:"clearRegion",value:function(){globalThis.ZCB_ZmCobrowseInfo.session.region=""}},{key:"setSdkSourceType",value:function(e){window.ZCB_ZmCobrowseInfo.session.sdkSourceType=e}},{key:"clearSession",value:function(){globalThis.ZCB_ZmCobrowseInfo.session={userId:"",sessionId:"",participantType:"",agentSdkTrackingId:"",region:"",sdkSourceType:void 0},globalThis.ZCB_ZmCobrowseInfo.isCobrowseLocked=!1}}]),e}(),Kr=new Wr,Vr={log:new ar(30),info:new ar(30),debug:new ar(30),warn:new ar(30),error:new ar(30)},Zr=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];try{return(null==e?void 0:e.some((function(e){return"NO-TRACKING"===e})))?"0000":ir.getZmTrackingId()}catch(e){return console.error("error: ".concat(e)),ir.getZmTrackingId()}},qr=function(e,t,o){return["%c ".concat(e," %c ").concat(t," %c"),"background:".concat(o,";border:1px solid ").concat(o,"; padding: 1px; border-radius: 2px 0 0 2px; color: #fff;"),"border:1px solid ".concat(o,"; padding: 1px; border-radius: 0 2px 2px 0; color: ").concat(o,";"),"background:transparent"]},Xr=function(){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,i,a,r,s,A,c,u;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(A=(new Jr).getResult(),navigator){e.next=3;break}return e.abrupt("return",{});case 3:if(c=Object.assign({appCodeName:navigator.appCodeName,appName:navigator.appName,appVersion:navigator.appVersion,language:navigator.language,connection:{downlink:null===(t=navigator.connection)||void 0===t?void 0:t.downlink,downlinkMax:null===(o=navigator.connection)||void 0===o?void 0:o.downlinkMax,effectiveType:null===(n=navigator.connection)||void 0===n?void 0:n.effectiveType,rtt:null===(i=navigator.connection)||void 0===i?void 0:i.rtt,saveData:null===(a=navigator.connection)||void 0===a?void 0:a.saveData,type:null===(r=navigator.connection)||void 0===r?void 0:r.type},href:location.host},A),!(null===(s=navigator.userAgentData)||void 0===s?void 0:s.getHighEntropyValues)){e.next=18;break}return e.prev=5,e.next=8,navigator.userAgentData.getHighEntropyValues(["architecture","bitness","fullVersionList","platformVersion","wow64","model","formFactor"]);case 8:u=e.sent,c.os&&(c.os.version=u.platformVersion),c.cpu&&(c.cpu.architecture=u.architecture,c.cpu.bitness=u.bitness),c.mobile=u.mobile,c.userAgentData=JSON.stringify(u),e.next=18;break;case 15:e.prev=15,e.t0=e.catch(5),console.log("get userAgentData error",e.t0);case 18:return e.abrupt("return",c);case 19:case"end":return e.stop()}}),e,null,[[5,15]])})));case 2:t=e.sent,os(["navigator"]).logWithReport(JSON.stringify(t));case 4:case"end":return e.stop()}}),e)})))},$r=function(e,t){var o=function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=null,i=0;return function(){for(var a=arguments.length,r=new Array(a),s=0;s<a;s++)r[s]=arguments[s];var A=Date.now();i||!1!==o.leading||(i=A);var c=t-(A-i),u=this;c<=0||c>t?(n&&(clearTimeout(n),n=null),i=A,e.apply(u,r)):n||!1===o.trailing||(n=setTimeout((function(){i=!1===o.leading?0:Date.now(),n=null,e.apply(u,r)}),c))}}(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}),n=null,i=null,a=null;return function(){for(var e=arguments.length,r=new Array(e),s=0;s<e;s++)r[s]=arguments[s];n=r,i=this,a||(a=setTimeout((function(){n&&(o.apply(i,n),n=null,a=null)}),t)),o.apply(this,r)}}((function(){$n()&&Pa.reportByFilter(["ZCB-CLIENT"])}),1e4);function es(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wo.log,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=arguments.length>4?arguments[4]:void 0;return s(this,void 0,void 0,_regeneratorRuntime().mark((function a(){var r,s,A,c,u,l,g,p,h,d;return _regeneratorRuntime().wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r=(null==i?void 0:i.sessionInfo)||Kr.getSession(),s=r.userId,A=r.sessionId,c=r.participantType,u=r.region,l=r.agentSdkTrackingId,g=r.sdkSourceType,p=(null==i?void 0:i.appKey)||To.getCoBrowsingConfig("appKey"),h={uuid:s,appKey:"{E}".concat(p,"{/E}"),sessionId:A,participantType:c,region:u,sdkSourceType:g},l&&(h.agentSdkTrackingId=l),a.next=7,Pa.log(e,t,o,Object.assign({host:i?i.host||"":(null===location||void 0===location?void 0:location.host)||"",zmDeviceId:i?i.zmDeviceId||"":window.ZCB_ZmDeviceId,sdkVersion:i?i.sdkVersion||"":Oa(),info:h},n));case 7:return d=a.sent,$r(),a.abrupt("return",d);case 10:case"end":return a.stop()}}),a)})))}var ts,os=function(e,t){var o=_toConsumableArray(or(["ZCB-CLIENT"],e||[]));return{log:function(e,n){return function(e,t,o,n){var i,a;if(null!==(a=null===(i=null==qn?void 0:qn.logLevel)||void 0===i?void 0:i.log)&&void 0!==a&&a&&tr(Pa)){var r=(null==n?void 0:n.trackingId)||Zr(o),s=or([r],t||[]),A=or(s,o||[]),c=er("".concat(r).concat(e));if(!Vr.log.has(c))return Vr.log.set(c,!0),es(e,A,Wo.log,{},n)}}(e,o,n,t)},logWithReport:function(e,n){return function(e,t,o,n){var i,a;if(null!==(a=null===(i=null==qn?void 0:qn.logLevel)||void 0===i?void 0:i.log)&&void 0!==a&&a&&tr(Pa)&&$n()){var r=(null==n?void 0:n.trackingId)||Zr(o),s=or([r],t||[]),A=or(s,o||[]),c=er("".concat(r).concat(e));if(!Vr.log.has(c)){Vr.log.set(c,!0);var u=(null==n?void 0:n.sessionInfo)||Kr.getSession(),l=u.userId,g=u.sessionId,p=u.participantType,h=u.region,d=u.agentSdkTrackingId,E=u.sdkSourceType,f=(null==n?void 0:n.appKey)||To.getCoBrowsingConfig("appKey"),m={uuid:l,appKey:"{E}".concat(f,"{/E}"),sessionId:g,participantType:p,region:h,sdkSourceType:E};return d&&(m.agentSdkTrackingId=d),Pa.directReport({message:e,host:n?n.host||"":(null===location||void 0===location?void 0:location.host)||"",zmDeviceId:n?n.zmDeviceId||"":window.ZCB_ZmDeviceId,sdkVersion:n?n.sdkVersion||"":Oa(),info:m},{tags:A,logLevel:Wo.log})}}}(e,o,n,t)},info:function(e,n){return function(e,t,o,n){var i,a;if(null!==(a=null===(i=null==qn?void 0:qn.logLevel)||void 0===i?void 0:i.info)&&void 0!==a&&a&&tr(Pa)){var r=(null==n?void 0:n.trackingId)||Zr(o),s=or([r],t||[]),A=or(s,o||[]),c=er("".concat(r).concat(e));if(!Vr.info.has(c))return Vr.info.set(c,!0),es(e,A,Wo.info,{},n)}}(e,o,n,t)},debug:function(e,n){return function(e,t,o,n){var i,a;if(null!==(a=null===(i=null==qn?void 0:qn.logLevel)||void 0===i?void 0:i.debug)&&void 0!==a&&a&&tr(Pa)){var r=(null==n?void 0:n.trackingId)||Zr(o),s=or([r],t||[]),A=or(s,o||[]),c=er("".concat(r).concat(e));if(!Vr.debug.has(c))return Vr.debug.set(c,!0),es(e,A,Wo.debug,{},n)}}(e,o,n,t)},error:function(e,n){return function(e,t,o,n){var i,a;if((i=console).error.apply(i,_toConsumableArray(qr("laplace-error",e,"#F56C6C"))),(null===(a=null==qn?void 0:qn.logLevel)||void 0===a?void 0:a.error)&&tr(Pa)){var r=(null==n?void 0:n.trackingId)||Zr(o),s=or([r],t||[]),A=or(s,o||[]),c=er("".concat(r).concat(e));if(!Vr.error.has(c))return Vr.error.set(c,!0),es(e,A,Wo.error,{},n)}}(e,o,n,t)},warn:function(e,n){return function(e,t,o,n){var i,a,r;if((i=console).warn.apply(i,_toConsumableArray(qr("laplace-warn",e,"#E6A23C"))),null!==(r=null===(a=null==qn?void 0:qn.logLevel)||void 0===a?void 0:a.warn)&&void 0!==r&&r&&tr(Pa)){var s=(null==n?void 0:n.trackingId)||Zr(o),A=or([s],t||[]),c=or(A,o||[]),u=er("".concat(s).concat(e));if(!Vr.warn.has(u))return Vr.warn.set(u,!0),es(e,c,Wo.warn,{},n)}}(e,o,n,t)},print:function(e){return function(e){var t,o;null!==(o=null===(t=null==qn?void 0:qn.logLevel)||void 0===t?void 0:t.print)&&void 0!==o&&o&&console.log(e)}(e)},performance:function(e,n){return function(e,t,o,n){var i,a;if(null!==(a=null===(i=null==qn?void 0:qn.logLevel)||void 0===i?void 0:i.log)&&void 0!==a&&a&&tr(Pa)){var r=(null==n?void 0:n.trackingId)||Zr(o),s=or([r],t||[]);return es(e,or(s,o||[]),Wo.log,{},n)}}(e,o,n,t)},performanceRange:function(e,n,i){return function(e,t,o,n,i){var a,r;if(null!==(r=null===(a=null==qn?void 0:qn.logLevel)||void 0===a?void 0:a.log)&&void 0!==r&&r&&tr(Pa)){var s=(null==i?void 0:i.trackingId)||Zr(n),A=or([s],o||[]);return es(e,or(A,n||[]),Wo.log,t,i)}}(e,n,o,i,t)},log_2:function(e,n){return function(e,t,o,n){var i,a;if(null!==(a=null===(i=null==qn?void 0:qn.logLevel)||void 0===i?void 0:i.log)&&void 0!==a&&a&&tr(Pa)){var r=JSON.stringify(e),s=(null==n?void 0:n.trackingId)||Zr(o),A=or([s],t||[]);return es(r,or(A,o||[]),Wo.log,{},n)}}(e,o,n,t)},reportNavigator:function(){Xr()},setReportUrl:function(e){!function(e){if(Xn.setDynamicReportUrl(e),Pa&&"function"==typeof Pa.setReportUrl){var t=Pa.reportUrl;Pa.setReportUrl(e),$n()&&e!==t&&Pa.reportByFilter(["ZCB-CLIENT"])}}(e)},setLaplaceEnabled:function(e){var t;t=e,Xn.setDynamicLaplaceEnabled(t)}}},ns=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"info",value:function(e,t){var o;(o=console).log.apply(o,arguments)}},{key:"warn",value:function(e,t){var o;(o=console).warn.apply(o,arguments)}},{key:"error",value:function(e,t){var o;(o=console).error.apply(o,arguments)}}]),e}(),is=new ns,as="zcbPerformanceLog",rs=os(["performance-log"]);e.PerformanceLogEnum=void 0,(ts=e.PerformanceLogEnum||(e.PerformanceLogEnum={}))[ts.ClientInit=1]="ClientInit",ts[ts.ClientInitFinished=2]="ClientInitFinished",ts[ts.CreateSessionStart=3]="CreateSessionStart",ts[ts.CreateSessionEnd=4]="CreateSessionEnd",ts[ts.PinCodeRequest=5]="PinCodeRequest",ts[ts.PinCodeUpdated=6]="PinCodeUpdated",ts[ts.PingEndpointListDone=7]="PingEndpointListDone",ts[ts.initWS=8]="initWS",ts[ts.WSConnected2Channel=9]="WSConnected2Channel",ts[ts.WSConnectedSuccess=10]="WSConnectedSuccess",ts[ts.SessionStart=11]="SessionStart",ts[ts.SessionStarted=12]="SessionStarted",ts[ts.SessionStartFinish=13]="SessionStartFinish",ts[ts.StartChannel=14]="StartChannel",ts[ts.UserRoster=15]="UserRoster",ts[ts.LeaderJoined=16]="LeaderJoined",ts[ts.FollowerJoined=17]="FollowerJoined",ts[ts.CallSessionInit=18]="CallSessionInit",ts[ts.AfterJoined=19]="AfterJoined",ts[ts.SessionDestroy=20]="SessionDestroy",ts[ts.AgentReconnectingInAgentSide=21]="AgentReconnectingInAgentSide",ts[ts.CustomerDisconnectedInAgentSide=22]="CustomerDisconnectedInAgentSide",ts[ts.CustomerTimeoutInAgentSide=23]="CustomerTimeoutInAgentSide",ts[ts.AgentReconnectingSuccessInAgentSide=24]="AgentReconnectingSuccessInAgentSide",ts[ts.CustomerReconnectingSuccessInAgentSide=25]="CustomerReconnectingSuccessInAgentSide",ts[ts.AgentJoinedInAgentSide=26]="AgentJoinedInAgentSide",ts[ts.CustomerJoinedInAgentSide=27]="CustomerJoinedInAgentSide",ts[ts.StartReplayInAgentSide=28]="StartReplayInAgentSide",ts[ts.CustomerReconnectingInCustomerSide=29]="CustomerReconnectingInCustomerSide",ts[ts.AgentDisconnectedInCustomerSide=30]="AgentDisconnectedInCustomerSide",ts[ts.AgentTimeoutInCustomerSide=31]="AgentTimeoutInCustomerSide",ts[ts.CustomerReconnectingSuccessInCustomerSide=32]="CustomerReconnectingSuccessInCustomerSide",ts[ts.AgentReconnectingSuccessInCustomerSide=33]="AgentReconnectingSuccessInCustomerSide";var ss=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a={},e.PerformanceLogEnum.ClientInit,"ClientInit"),e.PerformanceLogEnum.ClientInitFinished,"ClientInitFinished"),e.PerformanceLogEnum.CreateSessionStart,"CreateSessionStart"),e.PerformanceLogEnum.CreateSessionEnd,"CreateSessionEnd"),e.PerformanceLogEnum.PinCodeRequest,"PinCodeRequest"),e.PerformanceLogEnum.PinCodeUpdated,"PinCodeUpdated"),e.PerformanceLogEnum.PingEndpointListDone,"PingEndpointListDone"),e.PerformanceLogEnum.initWS,"initWS"),e.PerformanceLogEnum.WSConnected2Channel,"WSConnected2Channel"),e.PerformanceLogEnum.WSConnectedSuccess,"WSConnectedSuccess"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a,e.PerformanceLogEnum.SessionStart,"SessionStart"),e.PerformanceLogEnum.SessionStarted,"SessionStarted"),e.PerformanceLogEnum.SessionStartFinish,"SessionStartFinish"),e.PerformanceLogEnum.StartChannel,"StartChannel"),e.PerformanceLogEnum.UserRoster,"UserRoster"),e.PerformanceLogEnum.LeaderJoined,"LeaderJoined"),e.PerformanceLogEnum.FollowerJoined,"FollowerJoined"),e.PerformanceLogEnum.CallSessionInit,"CallSessionInit"),e.PerformanceLogEnum.AfterJoined,"AfterJoined"),e.PerformanceLogEnum.SessionDestroy,"SessionDestroy"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(a,e.PerformanceLogEnum.AgentReconnectingInAgentSide,"AgentReconnectingInAgentSide"),e.PerformanceLogEnum.CustomerDisconnectedInAgentSide,"CustomerDisconnectedInAgentSide"),e.PerformanceLogEnum.CustomerTimeoutInAgentSide,"CustomerTimeoutInAgentSide"),e.PerformanceLogEnum.AgentReconnectingSuccessInAgentSide,"AgentReconnectingSuccessInAgentSide"),e.PerformanceLogEnum.CustomerReconnectingSuccessInAgentSide,"CustomerReconnectingSuccessInAgentSide"),e.PerformanceLogEnum.AgentJoinedInAgentSide,"AgentJoinedInAgentSide"),e.PerformanceLogEnum.CustomerJoinedInAgentSide,"CustomerJoinedInAgentSide"),e.PerformanceLogEnum.StartReplayInAgentSide,"StartReplayInAgentSide"),e.PerformanceLogEnum.CustomerReconnectingInCustomerSide,"CustomerReconnectingInCustomerSide"),e.PerformanceLogEnum.AgentDisconnectedInCustomerSide,"AgentDisconnectedInCustomerSide"),_defineProperty(_defineProperty(_defineProperty(a,e.PerformanceLogEnum.AgentTimeoutInCustomerSide,"AgentTimeoutInCustomerSide"),e.PerformanceLogEnum.CustomerReconnectingSuccessInCustomerSide,"CustomerReconnectingSuccessInCustomerSide"),e.PerformanceLogEnum.AgentReconnectingSuccessInCustomerSide,"AgentReconnectingSuccessInCustomerSide")),As=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"processMarkKey",value:function(e){return"".concat(as).concat(e)}},{key:"log",value:function(e,t,o){rs.performance("[Performance] ".concat(t||ss[e]),o);var n=this.processMarkKey(e);performance.clearMarks(n),performance.mark(n,{detail:{label:null!=t?t:"",type:"".concat(as),timeStamp:+new Date}})}},{key:"logRange",value:function(e,t,o){var n,i,a,r,s=this,A=Array.isArray(e)?e.find((function(e){return performance.getEntriesByName(s.processMarkKey(e),"mark").length})):e;if(A){var c=performance.getEntriesByName(this.processMarkKey(A),"mark"),u=performance.getEntriesByName(this.processMarkKey(t),"mark");if(c.length&&u.length){var l=performance.measure("".concat(as,"Range_").concat(A,"_").concat(t),this.processMarkKey(A),this.processMarkKey(t)),g=null===(i=null===(n=c[0])||void 0===n?void 0:n.detail)||void 0===i?void 0:i.timeStamp;rs.performanceRange("[Performance Range] ".concat(A,"_").concat(t),{startTime:g,duration:null!==(r=null===(a=null==l?void 0:l.duration)||void 0===a?void 0:a.toFixed(2))&&void 0!==r?r:"0",startEvent:ss[A],endEvent:ss[t]},o)}}}},{key:"logWithBaseTags",value:function(e){var t=this;return{log:function(o){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t.log(o,n,[].concat(_toConsumableArray(e),_toConsumableArray(i)))},logRange:function(o,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t.logRange(o,n,[].concat(_toConsumableArray(e),_toConsumableArray(i)))}}}},{key:"printLocal",value:function(){var e=performance.getEntriesByType("mark").filter((function(e){var t;return(null===(t=e.detail)||void 0===t?void 0:t.type)===as}));is.info("localLog,",e);var t=performance.getEntriesByType("measure").filter((function(e){return e.name.startsWith(as)})).map((function(e){var t,o,n=_slicedToArray(e.name.split("_"),3),i=n[1],a=n[2],r=performance.getEntriesByName("".concat(as).concat(i),"mark"),s=performance.getEntriesByName("".concat(as).concat(a),"mark");return[null===(t=r[r.length-1].detail)||void 0===t?void 0:t.label,null===(o=s[s.length-1].detail)||void 0===o?void 0:o.label,e.duration]}));is.info("rangePrint",t)}}]),e}();As.performanceLogValueMap=new Map;var cs,us=new As;!function(e){e[e.IMAGE=0]="IMAGE",e[e.FONT=1]="FONT"}(cs||(cs={}));var ls,gs=function(){function e(t){_classCallCheck(this,e),this.tracelog=t,this.prevMsgType=null,this.prevMsgCount=0,this.logStr="",this.limitLength=500,this.binaryInfo=new Map}return _createClass(e,[{key:"addBinaryMsg",value:function(e){var t=e instanceof Blob?e.size:e.byteLength,o=cs.IMAGE,n=this.binaryInfo.get(o);n||(n={count:0,totalSize:0},this.binaryInfo.set(o,n)),n.count++,n.totalSize+=t}},{key:"addCBSMsg",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"recv";try{e.event.type===Fe.IncrementalSnapshot?this.logCBSDeltaMsg(e,t):(e.event.type===Fe.Meta&&this.writeAndClearLog(t),this.tracelog.log("".concat(t," INTERACTION message: ").concat(Fe[e.event.type])))}catch(e){this.tracelog.error("addCBSMsg error")}}},{key:"logCBSDeltaMsg",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"recv",o=e.event.data.source;xe[o]?o===this.prevMsgType?this.prevMsgCount++:(this.appendLogStr(),this.prevMsgCount=1,this.prevMsgType=o,this.logStr.length>=this.limitLength&&this.writeAndClearLog(t)):this.tracelog.log("none source message")}},{key:"destroy",value:function(){this.writeAndClearLog()}},{key:"clearLog",value:function(){this.logStr="",this.prevMsgType=null,this.prevMsgCount=0}},{key:"writeAndClearLog",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"recv";this.appendLogStr(),this.logStr&&this.tracelog.log("".concat(e," IncrementalSource message: ").concat(this.logStr)),this.clearLog()}},{key:"appendLogStr",value:function(){null!==this.prevMsgType&&(this.logStr+="[".concat(xe[this.prevMsgType],"](").concat(this.prevMsgCount,")"))}}]),e}(),ps=os(["cbs-connection"]),hs=function(e){var t="";try{t=JSON.stringify(e.message)}catch(e){console.error("cbs-connection tries to stringify message failed")}var o={session_id:e.sessionId,participant_type:e.participantType,result:e.result,ftype:e.failedType,msg:t};ps.log(JSON.stringify(o))},ds=[xe.Input,Pe.Annotation,Pe.FullSnapshot],Es=function(){function e(t){var o=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.8;_classCallCheck(this,e),this.logger=t,this.sample=n,this.cpuState="",this.localMachineTimeDelta=new Map,this.sessionInfo={sessionId:void 0,sessionRegion:void 0,startUrl:void 0},this.incrementalSourceCountMap=new Map,this.eventCacheListMap=new Map,this.handlePostMessage=function(e){var t=e.data.eventType,n=e.data.data;switch(t){case"SESSION_INFO":o.setSessionInfo(n);break;case"NTP":case fo.NTP:void 0!==n.delta&&o.setLocalMathineTimeDelta(n);break;case fo.END_ROOM:case fo.LEAVE_ROOM:o.destroy()}},this.setLocalMathineTimeDelta=function(e){var t=e.sessionId||e.cId||"";t&&(o.localMachineTimeDelta.set(t,e.delta),e.sessionId&&o.batch(e.sessionId),e.cId&&o.batch(e.cId))},this.setSessionInfo=function(e){o.sessionInfo=e;try{var t=new URL(e.startUrl||"");o.sessionInfo.startUrl=t.origin}catch(e){console.log(e)}},this.log=function(e){var t,n,i=o.sessionInfo.sessionId||"",a=e.cId,r=e.event_source,s=a||i;if((r===Pe.FullSnapshot||a)&&ds.includes(r)){if(a&&(o.incrementalSourceCountMap.has(a)||(o.incrementalSourceCountMap.set(a,new Map),o.incrementalSourceCountMap.get(a).set(r,0)),!e.source_count)){var A=o.incrementalSourceCountMap.get(a).get(r);if(o.incrementalSourceCountMap.get(a).set(r,A+1),0!==A&&Math.random()>o.sample)return;e.source_count=o.incrementalSourceCountMap.get(a).get(r)}e.cpu_state=o.cpuState;var c=o.localMachineTimeDelta.has(i)?o.localMachineTimeDelta.get(i):o.localMachineTimeDelta.get(a);if(void 0===c)return o.eventCacheListMap.has(s)||o.eventCacheListMap.set(s,[]),void o.eventCacheListMap.get(s).push(e);var u=e.detime-(e.ptime-c),l=Object.assign(Object.assign({},e),{rtt:u,session_id:o.sessionInfo.sessionId,session_region:o.sessionInfo.sessionRegion,start_url:o.sessionInfo.startUrl,sdk_version:To.getCoBrowsingConfig("sdkVersion")});null===(n=null===(t=o.logger)||void 0===t?void 0:t.log_2)||void 0===n||n.call(t,l)}},this.observePressure(),this.addEventListener()}return _createClass(e,[{key:"addEventListener",value:function(){window.addEventListener("message",this.handlePostMessage)}},{key:"observePressure",value:function(){var e,t=this;try{if("PressureObserver"in window&&window.location.origin===(null===(e=window.top)||void 0===e?void 0:e.location.origin))new window.PressureObserver((function(e){t.cpuState=e[e.length-1].state})).observe("cpu",{sampleInterval:1e3}).catch((function(){console.log("")}));else this.cpuState=""}catch(e){}}},{key:"batchLog",value:function(e){var t=this;(this.eventCacheListMap.get(e)||[]).forEach((function(e){t.log(e)}))}},{key:"batch",value:function(e){if(e)this.batchLog(e);else{var t,o=_createForOfIteratorHelper(this.eventCacheListMap);try{for(o.s();!(t=o.n()).done;){var n=_slicedToArray(t.value,1)[0];this.batchLog(n)}}catch(e){o.e(e)}finally{o.f()}}}},{key:"delete",value:function(e){this.localMachineTimeDelta.delete(e),this.incrementalSourceCountMap.delete(e),this.eventCacheListMap.delete(e)}},{key:"destroy",value:function(){this.localMachineTimeDelta.clear(),this.incrementalSourceCountMap.clear(),this.eventCacheListMap.clear(),this.sessionInfo={sessionId:void 0,sessionRegion:void 0,startUrl:void 0}}}]),e}(),fs=new Es(os(["cbs-interaction-latency"])),ms=os(["CoBrowsing Session"]);!function(e){e[e.NOT_DEFINED=-1]="NOT_DEFINED"}(ls||(ls={}));var Is=function(e){_inherits(o,_wrapNativeSuper(Error));var t=_createSuper(o);function o(e){var n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ls.NOT_DEFINED,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1;return _classCallCheck(this,o),(n=t.call(this,e)).msg=e,n.code=i,n.statusCode=a,n}return _createClass(o)}(),Cs=function(){return"undefined"==typeof window||"undefined"==typeof document};function ys(){var e=navigator.userAgent;return/iPhone|iPad|iPod/.test(e)}function vs(){return ys()||navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/Windows Phone/i)}function Bs(){return!Cs()&&("MacIntel"===(window.navigator.platform||"")&&((window.navigator.maxTouchPoints||0)>1&&"ontouchstart"in window))}function ks(){return Bs()||function(){if(Cs())return!1;var e=window.navigator,t=e.userAgent,o=e.platform;if(/Android/.test(t)||!/Linux/.test(o))return!1;var n="ontouchstart"in window&&("orientation"in window||"screen"in window&&window.screen&&"orientation"in window.screen)&&window.navigator.maxTouchPoints>0,i="standalone"in window.navigator||"share"in window.navigator||"vibrate"in window.navigator;return n&&i}()}var bs,_s,ws,Ss=(bs=null,_s=null,ws=null,{get isIOS(){return null===bs&&(bs=ys()),bs},get isIOSDevice(){return null===_s&&(_s=ys()||Bs()),_s},get isMobileDeviceOrDesktopUA(){return null===ws&&(ws=!(!vs()&&!ks())),ws}}),Qs=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"calculateWidth",value:function(){var e,t,o=window.visualViewport;if(!js(o))return Ts();if(o.scale>1){var n=o.width*o.scale;return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.width)&&void 0!==t?t:n)}return o.width}},{key:"calculateHeight",value:function(){var e,t,o=window.visualViewport;if(!js(o))return Ds();if(o.scale>1){var n=o.height*o.scale;return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.height)&&void 0!==t?t:n)}return o.height}}]),e}(),Rs=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"calculateWidth",value:function(){var e,t,o=window.visualViewport;if(!js(o))return Ts();if(o.scale>1){var n=Math.max(o.width*o.scale,window.innerWidth);return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.width)&&void 0!==t?t:n)}return Math.max(o.width,window.innerWidth)}},{key:"calculateHeight",value:function(){var e,t,o=window.visualViewport;if(!js(o))return Ds();if(o.scale>1){var n=Math.max(o.height*o.scale,window.innerHeight);return Math.min(n,null!==(t=null===(e=window.screen)||void 0===e?void 0:e.height)&&void 0!==t?t:n)}return Math.max(o.height,window.innerHeight)}}]),e}();function Ts(){return"undefined"==typeof document?0:document.documentElement&&document.documentElement.clientWidth||window.innerWidth||document.body&&document.body.clientWidth}function Ds(){return"undefined"==typeof document?0:document.documentElement&&document.documentElement.clientHeight||window.innerHeight||document.body&&document.body.clientHeight}var Os=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"calculateWidth",value:function(){return Ts()}},{key:"calculateHeight",value:function(){return Ds()}}]),e}(),Ns=function(){var e,t=!1;function o(){e=Ss.isMobileDeviceOrDesktopUA&&js(window.visualViewport)?Ss.isIOSDevice?new Qs:new Rs:new Os,t=!0}return{getWidth:function(){return t||o(),e.calculateWidth()},getHeight:function(){return t||o(),e.calculateHeight()}}}();var Ls=new WeakMap;function js(e){if(!e||"object"!==_typeof(e))return!1;if(e.constructor&&"VisualViewport"===e.constructor.name){var t=Ls.get(e);if(void 0!==t)return t}var o=function(e){return"object"===_typeof(e)&&null!==e&&"scale"in e&&"width"in e&&"height"in e&&"offsetTop"in e&&"number"==typeof e.scale&&"number"==typeof e.width&&"number"==typeof e.height&&"number"==typeof e.offsetTop}(e);return o&&Ls.set(e,o),o}Ns.getWidth(),Ns.getHeight();var Ms=function(e){_inherits(o,_wrapNativeSuper(Error));var t=_createSuper(o);function o(e){var n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1;return _classCallCheck(this,o),(n=t.call(this,e)).msg=e,n.code=i,n.statusCode=a,n}return _createClass(o)}();function Fs(e,t){var o=this,n=t||{},i=n.retry,a=n.handleJsonResponse,A=r(n,["retry","handleJsonResponse"]),c=a||function(e){return s(o,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.ok){t.next=4;break}return t.abrupt("return",e);case 4:return t.prev=4,t.next=7,e.json();case 7:i=t.sent,o=i.message,n=i.code,t.next=16;break;case 12:t.prev=12,t.t0=t.catch(4),o=e.statusText,n=e.status;case 16:throw new Ms(o,n,e.status);case 17:case"end":return t.stop()}}),t,null,[[4,12]])})))},u=Object.assign({limit:3},i),l=u.limit,g=u.delay;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){var n=function(n){var a,r;return s(this,void 0,void 0,_regeneratorRuntime().mark((function s(){var u,g,p;return _regeneratorRuntime().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return s.prev=0,s.next=3,fetch(e,A);case 3:return u=s.sent,s.next=6,c(u);case 6:return g=s.sent,t(g),s.abrupt("return");case 11:if(s.prev=11,s.t0=s.catch(0),p=s.t0&&null!==(r=null!==(a=s.t0.statusCode)&&void 0!==a?a:s.t0.status)&&void 0!==r?r:1/0,!(n>=l||p<500&&0!==p)){s.next=17;break}return!s.t0||s.t0 instanceof TypeError&&/Load failed|fetch/i.test(s.t0.message)?o(new Ms(Be[fe.NETWORK_ERROR],fe.NETWORK_ERROR)):o(s.t0),s.abrupt("return");case 17:i(n);case 18:case"end":return s.stop()}}),s,null,[[0,11]])})))};function i(e){void 0!==g?window.setTimeout((function(){n(++e)}),g):n(++e)}n(0)}))}var xs=function(e){var t,o=new Set,n=function(e,n){var i="function"==typeof e?e(t):e;if(!Object.is(i,t)){var a=t;t=(null!=n?n:"object"!==_typeof(i)||null===i)?i:Object.assign({},t,i),o.forEach((function(e){return e(t,a)}))}},i=function(){return t},a={setState:n,getState:i,getInitialState:function(){return r},subscribe:function(e){return o.add(e),function(){return o.delete(e)}},destroy:function(){console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),o.clear()}},r=t=e(n,i,a);return a},Ps=function(e){return e?xs(e):xs},Us=Ps((function(e){return{comCurrentPage:window.location.pathname.includes("/viewer")?l.COM_BYOP_DESK:l.COM_DESK,setComCurrentPage:function(t){return e({comCurrentPage:t})},comStartReplay:!1,setComStartReplay:function(t){return e({comStartReplay:t})},comSessionStart:!1,setComSessionStart:function(t){return e({comSessionStart:t})},comSessionWaitAgentConnecting:!1,setComSessionWaitAgentConnecting:function(t){return e({comSessionWaitAgentConnecting:t})},comSessionWaitCustomerConnecting:!1,setComSessionWaitCustomerConnecting:function(t){return e({comSessionWaitCustomerConnecting:t})},pinCodePageType:g.Normal,setPinCodePageType:function(t){return e({pinCodePageType:t})},customerName:"",setCustomerName:function(t){return e({customerName:t})}}})),Gs=Ps((function(e){return{isCCMode:!1,isCommonMode:!1,anotationManager:null,AnotationMethods:null,anotationEnable:!0,session:null,insertDataStore:null,showEndButton:!1,isEndButtonLoading:!1,showLeaveButton:!1,isLeaveButtonLoading:!1,tipsContent:null,showBorder:!1,showCustomerToolBar:!1,toolbarHidden:!0,scale:0,fitToWindowScale:0,scaleValueList:[],viewportWidth:0,viewportHeight:0,showConnectDialog:!1,showReconnectDialog:!1,participantType:void 0,leaderName:"",followerName:"",isOtherSideReconnecting:!1,language:"en-US",showPinCodeDialog:!1,splitWSS:void 0,agentList:[],cobrowseCode:"",isRemoteControlling:!1,remoteControlConfig:{enable:!1,enable_customer_consent:!0,require_stop_confirmation:!1,remote_assist_types:["scroll_page"]},showRemoteControlRequestDialog:!1,showRemoteControlConnectingDialog:!1,showRemoteControlWaitingForApproveDialog:!1,showCustomerRemoteControlStopDialog:!1,showAgentRemoteControlStopDialog:!1,showTabFollowingWaitTransferringCustomerDialog:!1,showTabFollowingTransferringFailedCustomerDialog:!1,showTabFollowingTransferringFailedAgentDialog:!1,enable_remote_assist_customer_scroll:!0,remoteControlStatus:0,remoteControlApproveId:"",callType:"",switchTabListener:void 0,setAnotationEnable:function(t){return e({anotationEnable:t})},setCallType:function(t){return e({callType:t})},setScale:function(t){return e({scale:t})},setFitToWindowScale:function(t){return e({fitToWindowScale:t})},setScaleValueList:function(t){return e({scaleValueList:t})},setSession:function(t){return e({session:t})},setInsertDataStore:function(t){return e({insertDataStore:t})},setShowBorder:function(t){return e({showBorder:t})},setTipsContent:function(t){return e({tipsContent:t})},setShowEndButton:function(t){return e({showEndButton:t})},setIsEndButtonLoading:function(t){return e({isEndButtonLoading:t})},setShowLeaveButton:function(t){return e({showLeaveButton:t})},setIsLeaveButtonLoading:function(t){return e({isLeaveButtonLoading:t})},setIsOtherSideReconnecting:function(t){return e({isOtherSideReconnecting:t})},setShowConnectDialog:function(t){return e({showConnectDialog:t})},setShowReconnectDialog:function(t){return e({showReconnectDialog:t})},setParticipantType:function(t){return e({participantType:t})},setLeaderName:function(t){return e({leaderName:t})},setFollowerName:function(t){return e({followerName:t})},setShowPinCodeDialog:function(t){return e({showPinCodeDialog:t})},setShowRemoteControlRequestDialog:function(t){return e({showRemoteControlRequestDialog:t})},setShowRemoteControlConnectingDialog:function(t){return e({showRemoteControlConnectingDialog:t})},setShowRemoteControlWaitingForApproveDialog:function(t){return e({showRemoteControlWaitingForApproveDialog:t})},setShowCustomerRemoteControlStopDialog:function(t){return e({showCustomerRemoteControlStopDialog:t})},setShowAgentRemoteControlStopDialog:function(t){return e({showAgentRemoteControlStopDialog:t})},setAgentList:function(t){return e({agentList:t})}}})),zs={session:null,insertDataStore:null,anotationManager:null,AnotationMethods:null,showEndButton:!1,isEndButtonLoading:!1,showLeaveButton:!1,isLeaveButtonLoading:!1,tipsContent:null,showBorder:!1,showCustomerToolBar:!1,toolbarHidden:!0,scale:0,fitToWindowScale:0,scaleValueList:[],viewportWidth:0,viewportHeight:0,participantType:void 0,showConnectDialog:!1,showReconnectDialog:!1,leaderName:"",followerName:"",isOtherSideReconnecting:!1,showPinCodeDialog:!1,agentList:[],cobrowseCode:"",isRemoteControlling:!1,showRemoteControlRequestDialog:!1,showRemoteControlWaitingForApproveDialog:!1,remoteControlConfig:{enable:!1,enable_customer_consent:!0,require_stop_confirmation:!1,remote_assist_types:["scroll_page"]},remoteControlStatus:0,enable_remote_assist_customer_scroll:!0},Hs={showEndButton:!1,isEndButtonLoading:!1,showLeaveButton:!1,isLeaveButtonLoading:!1,tipsContent:{forceClose:!0},showBorder:!1,showCustomerToolBar:!1,toolbarHidden:!0,scale:0,fitToWindowScale:0,scaleValueList:[],viewportWidth:0,viewportHeight:0,participantType:void 0,showConnectDialog:!1,showReconnectDialog:!1,leaderName:"",followerName:"",isOtherSideReconnecting:!1,showPinCodeDialog:!1,agentList:[],cobrowseCode:"",isRemoteControlling:!1,showRemoteControlRequestDialog:!1,showRemoteControlConnectingDialog:!1,showRemoteControlWaitingForApproveDialog:!1,showCustomerRemoteControlStopDialog:!1,showAgentRemoteControlStopDialog:!1,remoteControlStatus:0,remoteControlApproveId:"",showTabFollowingWaitTransferringCustomerDialog:!1,showTabFollowingTransferringFailedCustomerDialog:!1,showTabFollowingTransferringFailedAgentDialog:!1},Ys=Ps((function(e){return{zmDeviceId:"",setZmDeviceId:function(t){return e({zmDeviceId:t})},zmWebTrackingId:"",zmChsTrackingId:"",setWebTrackingId:function(t){return e({zmWebTrackingId:t})},setChsTrackingId:function(t){return e({zmChsTrackingId:t})},zmTrackingId:"",setZmTrackingId:function(t){return e({zmTrackingId:t})}}})),Js=Ps((function(e){return{isRecording:!1,isStartedRecord:!1,isPausedRecord:!1,isLoadingRecord:!1,enableConsent:!0,showNeedLegalConsentDialog:!1,customerLegalConsentAction:_.NoAction,consentMessageDuration:0,consentMessage:"",enableMonitor:!1,showMonitoringRecordingMessage:!1,monitorMessage:"",setIsRecording:function(t){return e({isRecording:t})},setIsStartedRecord:function(t){return e({isStartedRecord:t})},setIsPausedRecord:function(t){return e({isPausedRecord:t})},setIsLoadingRecord:function(t){return e({isLoadingRecord:t})},setEnableConsent:function(t){return e({enableConsent:t})},setShowNeedLegalConsentDialog:function(t){return e({showNeedLegalConsentDialog:t})},setCustomerLegalConsentAction:function(t){return e({customerLegalConsentAction:t})},setShowMonitoringRecordingMessage:function(t){return e({showMonitoringRecordingMessage:t})}}})),Ws={isRecording:!1,showNeedLegalConsentDialog:!1,customerLegalConsentAction:_.NoAction,enableMonitor:!1,showMonitoringRecordingMessage:!1,consentMessage:"",consentMessageDuration:0,monitorMessage:""},Ks="setData",Vs="getData",Zs="removeData",qs="checkTokenIframeReadyResp",Xs="storageEventResp",$s="zcc",eA="/token",tA="{appKey}",oA=_defineProperty(_defineProperty({},"common",(function(){if(Da()){var e=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT||window.ZCB_NPM_SDK_CUSTOMER_SESSION_CONTEXT||{},t=e.appKey,o=e.sdkVersion;return"/static/resource/sdk/".concat(t).concat(eA,"/").concat(o,"?type=inline")}return Na()?"/static/resource/sdk/".concat(tA).concat(eA,"/").concat(Oa()):"/static/resource/sdk/".concat(tA).concat(eA)})),$s,(function(){return"/static/resource/cci/".concat(tA).concat(eA)}));var nA="zcb-token-iframe",iA=function(){function e(t,o){var n,i,a,r=this,s=t.mode,A=t.appKey,c=t.retryConfig,u=t.tracelog;_classCallCheck(this,e),this.tasks=[],this.iframeReady=!1,this.iframeLoadPromise=null,this.callbackTimeoutId=null,this.RETRYABLE_ERRORS=["timeout","network","iframe_not_ready"],this.iframeOnLoadCallback=o,this.tracelog=u,A?(this.ENABLE_RETRY=null===(n=null==c?void 0:c.enableRetry)||void 0===n||n,this.MAX_RETRY_COUNT=null!==(i=null==c?void 0:c.maxRetries)&&void 0!==i?i:3,this.BASE_TIMEOUT=null!==(a=null==c?void 0:c.baseTimeout)&&void 0!==a?a:2e3,this.msgListenerFunc=function(e){var t="https://"+To.getCoBrowsingConfig("domain");e.origin===t&&r.handleMsgData(e)},this.iframeEle=this.initTokenMangerDom(s,A),this.iframeLoadPromise=this.waitForIframeReady(),this.callbackTimeoutId=setTimeout((function(){r.tracelog.warn("TokenConsumer: iframeOnLoadCallback timeout, executing callback anyway");try{r.iframeOnLoadCallback(null)}catch(e){r.tracelog.error("TokenConsumer: iframeOnLoadCallback timeout execution error:",e)}}),7500)):this.tracelog.error("TokenConsumer init error, appKey=".concat(A," is falsy."))}return _createClass(e,[{key:"waitForIframeReady",value:function(){var e=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){var n,i=0;!function a(){i++,e.iframeReady&&e.tokenManagerIframeOrigin?(n&&clearTimeout(n),t()):i>=15?(n&&clearTimeout(n),o(new Error("TokenConsumer iframe ready timeout after 7.5 seconds"))):n=setTimeout(a,500)}()}))}},{key:"initTokenMangerDom",value:function(e,t){var o=this.iframeEle||document.querySelector(".".concat(nA));if(o)return o;window.addEventListener("message",this.msgListenerFunc,!1);var n=document.createElement("iframe");return n.setAttribute("src",function(e,t){var o;return"https://"+To.getCoBrowsingConfig("domain")+(null===(o=oA[e])||void 0===o?void 0:o.call(oA).replace(tA,t))}(e,t)),n.setAttribute("style","display:none;"),n.classList.add("CBS-internal-block",nA),document.body.firstChild&&document.body.insertBefore(n,document.body.firstChild),n}},{key:"handleMsgData",value:function(e){var t;if(e.data){var o=e.data;if((null==o?void 0:o.type)===qs)return o.origin.endsWith(".zoom.us")||o.origin.endsWith(".zoomdev.us")?(this.tokenManagerIframeOrigin=o.origin,this.iframeReady=!0):this.tracelog.error("[TokenConsumer] checkTokenIframeReadyResp origin is valid."),this.callbackTimeoutId&&(clearTimeout(this.callbackTimeoutId),this.callbackTimeoutId=null),void this.iframeOnLoadCallback(this);if((null==o?void 0:o.type)===Xs&&(null===(t=this.storageTask)||void 0===t||t.call(this,o)),void 0!==(null==o?void 0:o.taskId)){var n=this.tasks.find((function(e){return e.id===o.taskId}));n?null==n||n.callback(o):this.tracelog.warn("[handleMsgData] not found taskId=".concat(o.taskId))}}}},{key:"shouldRetry",value:function(e,t){if(!this.ENABLE_RETRY)return!1;if(t>=this.MAX_RETRY_COUNT)return!1;var o=(null==e?void 0:e.toString())||"";return this.RETRYABLE_ERRORS.some((function(e){return o.toLowerCase().includes(e)}))}},{key:"getRetryDelay",value:function(){return this.BASE_TIMEOUT}},{key:"postData",value:function(e){var t,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return s(this,void 0,void 0,_regeneratorRuntime().mark((function n(){var i,a,r=this;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(n.prev=0,!this.iframeLoadPromise){n.next=4;break}return n.next=4,this.iframeLoadPromise;case 4:if((null===(t=this.iframeEle)||void 0===t?void 0:t.contentWindow)&&this.tokenManagerIframeOrigin){n.next=6;break}throw new Error("TokenConsumer not ready");case 6:return i=Oe(),this.iframeEle.contentWindow.postMessage(Object.assign(Object.assign({},e),{taskId:i}),this.tokenManagerIframeOrigin),a=this,n.abrupt("return",new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,n){var A=a.getRetryDelay(),c=setTimeout((function(){return s(r,void 0,void 0,_regeneratorRuntime().mark((function r(){var s,c,u;return _regeneratorRuntime().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(s=a.tasks.findIndex((function(e){return e.id===i})),s>-1&&a.tasks.splice(s,1),c=new Error("TokenConsumer postData timeout after ".concat(A,"ms")),!a.shouldRetry(c,o)){r.next=17;break}return console.warn("TokenConsumer postData timeout, retrying... (".concat(o+1,"/").concat(a.MAX_RETRY_COUNT,")")),r.prev=5,r.next=8,a.postData(e,o+1);case 8:u=r.sent,t(u),r.next=15;break;case 12:r.prev=12,r.t0=r.catch(5),n(r.t0);case 15:r.next=18;break;case 17:n("ERROR: TokenConsumer postData Timeout after ".concat(o," retries, data=").concat(JSON.stringify(e),", taskId=").concat(i));case 18:case"end":return r.stop()}}),r,null,[[5,12]])})))}),A);a.tasks.push({id:i,callback:function(e){c&&clearTimeout(c),t(e.value)},timeoutPointer:c})})));case 12:if(n.prev=12,n.t0=n.catch(0),!this.shouldRetry(n.t0,o)){n.next=17;break}return console.warn("TokenConsumer postData error, retrying... (".concat(o+1,"/").concat(this.MAX_RETRY_COUNT,")")),n.abrupt("return",this.postData(e,o+1));case 17:throw n.t0;case 18:case"end":return n.stop()}}),n,this,[[0,12]])})))}},{key:"setData",value:function(e,t,o,n){return this.postData({key:t,value:o,cookieOptions:n,type:Ks,storageType:e})}},{key:"setStorageData",value:function(e,t,o,n){return n&&(this.storageTask=function(e){null==n||n(e.value)}),this.postData({key:t,value:o,type:Ks,storageType:e,shouldAddStorageListener:!0})}},{key:"getData",value:function(e){return this.postData({key:e,type:Vs})}},{key:"removeData",value:function(e,t){return this.postData({key:e,cookieOptions:t,type:Zs})}},{key:"cancelAllRetries",value:function(){this.tasks.forEach((function(e){e.timeoutPointer&&clearTimeout(e.timeoutPointer)})),this.tasks=[]}},{key:"destroy",value:function(){this.callbackTimeoutId&&(clearTimeout(this.callbackTimeoutId),this.callbackTimeoutId=null),window.removeEventListener("message",this.msgListenerFunc),document.body.removeChild(this.iframeEle)}}]),e}();/*! js-cookie v3.0.5 | MIT */function aA(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)e[n]=o[n]}return e}var rA=function e(t,o){function n(e,n,i){if("undefined"!=typeof document){"number"==typeof(i=aA({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var a="";for(var r in i)i[r]&&(a+="; "+r,!0!==i[r]&&(a+="="+i[r].split(";")[0]));return document.cookie=e+"="+t.write(n,e)+a}}return Object.create({set:n,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var o=document.cookie?document.cookie.split("; "):[],n={},i=0;i<o.length;i++){var a=o[i].split("="),r=a.slice(1).join("=");try{var s=decodeURIComponent(a[0]);if(n[s]=t.read(r,s),e===s)break}catch(e){}}return e?n[e]:n}},remove:function(e,t){n(e,"",aA({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,aA({},this.attributes,t))},withConverter:function(t){return e(aA({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(t)}})}({read:function(e){return\'"\'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"}),sA=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"set",value:function(e,t,o){try{return rA.set(e,t,o)}catch(e){return""}}},{key:"get",value:function(e){try{return rA.get(e)}catch(e){return""}}},{key:"remove",value:function(e,t){try{return rA.remove(e,t)}catch(e){return""}}}]),e}(),AA=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"set",value:function(e,t){try{sessionStorage.setItem(e,t)}catch(e){console.error(e)}}},{key:"get",value:function(e){try{return sessionStorage.getItem(e)}catch(e){return console.error(e),""}}},{key:"remove",value:function(e){try{sessionStorage.removeItem(e)}catch(e){console.error(e)}}}]),e}(),cA=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"set",value:function(e,t){try{localStorage.setItem(e,t)}catch(e){console.error(e)}}},{key:"get",value:function(e){try{return localStorage.getItem(e)}catch(e){return console.error(e),""}}},{key:"remove",value:function(e){try{localStorage.removeItem(e)}catch(e){console.error(e)}}}]),e}(),uA=function(){function e(){_classCallCheck(this,e),this.isInitializing=!1,this.initPromise=null}return _createClass(e,[{key:"initTokenConsumer",value:function(e){var t=e.mode,o=e.appKey,n=e.tracelog;return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var i=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o){e.next=3;break}return n.error("[TokenConsumerManager] init error, appKey=".concat(o," is falsy.")),e.abrupt("return",null);case 3:if(!window.ZCB_TokenConsumer){e.next=5;break}return e.abrupt("return",window.ZCB_TokenConsumer);case 5:if(!this.isInitializing||!this.initPromise){e.next=7;break}return e.abrupt("return",this.initPromise);case 7:return this.isInitializing=!0,this.initPromise=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e,a){new iA({mode:t,appKey:o,tracelog:n},(function(t){i.isInitializing=!1,i.initPromise=null,t?(window.ZCB_TokenConsumer=t,e(t)):(n.error("[TokenConsumerManager] init error, cannot get ZCBTokenConsumer instance"),a(null))}))})),e.abrupt("return",this.initPromise);case 10:case"end":return e.stop()}}),e,this)})))}},{key:"get",value:function(){return window.ZCB_TokenConsumer}},{key:"destroy",value:function(){window.ZCB_TokenConsumer&&(window.ZCB_TokenConsumer.destroy(),delete window.ZCB_TokenConsumer),this.isInitializing=!1,this.initPromise=null}}],[{key:"getInstance",value:function(){return e.instance||(e.instance=new e),e.instance}}]),e}(),lA=uA.getInstance(),gA=os(["CoBrowsing Session","COMMON"]),pA=new(function(){function e(){_classCallCheck(this,e),this.enableLocalSession=!0}return _createClass(e,[{key:"getEnableLocalSession",value:function(){return this.enableLocalSession}},{key:"allowLocalSession",value:function(){this.enableLocalSession=!0}},{key:"forbidLocalSession",value:function(){this.enableLocalSession=!1}}]),e}());function hA(e){return(To.getCoBrowsingConfig("isLoadFromSDKEntry")?"customer_":"agent_")+e}var dA=function(){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,i,a;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=Sa(hA(C)),o=Sa(hA(y)),n=Sa(hA(B)),i=Sa(hA(v)),a=lA.get(),e.next=8,null==a?void 0:a.removeData(t,{});case 8:return e.next=10,null==a?void 0:a.removeData(o,{});case 10:return e.next=12,null==a?void 0:a.removeData(n,{});case 12:return e.next=14,null==a?void 0:a.removeData(i,{});case 14:e.next=19;break;case 16:e.prev=16,e.t0=e.catch(0),gA.error("delLocalSession error, error: ".concat(JSON.stringify(e.t0)));case 19:case"end":return e.stop()}}),e,null,[[0,16]])})))},EA=function(e){var t=e.sessionId,o=e.authToken,n=e.pinCode;return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var i,a,r,s,A,c,u,l,g,p;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,pA.getEnableLocalSession()){e.next=3;break}return e.abrupt("return");case 3:if(i=Sa(hA(C)),a=Sa(hA(y)),r=Sa(hA(v)),s=Sa(hA(B)),A=Gs.getState(),c=A.switchTabListener,u=lA.get(),l={},g=Ta()?F.All:F.SessionStorage,!t){e.next=15;break}return e.next=14,null==u?void 0:u.setData(g,i,Sa(t),{expires:1/12});case 14:l.sid=t;case 15:if(!o){e.next=23;break}return e.next=18,null==u?void 0:u.setData(g,a,Sa(o),{expires:1/12});case 18:return p=Date.now().toString(),e.next=21,null==u?void 0:u.setData(g,r,p,{expires:1/12});case 21:l.atk=o,l.tst=p;case 23:if(!n){e.next=27;break}return e.next=26,null==u?void 0:u.setData(g,s,Sa(n),{expires:1/12});case 26:l.pcode=n;case 27:pA.getEnableLocalSession()?null==c||c.setSessionCookie(l):dA(),e.next=33;break;case 30:e.prev=30,e.t0=e.catch(0),gA.error("setLocalSession error, error: ".concat(JSON.stringify(e.t0)));case 33:case"end":return e.stop()}}),e,null,[[0,30]])})))};function fA(e){return e.split(/(%[0-9A-Fa-f]{2})/g).map((function(e){return/%[0-9A-Fa-f]/.test(e)||(e=encodeURI(e).replace(/%5B/g,"[").replace(/%5D/g,"]")),e})).join("")}function mA(e){return encodeURIComponent(e).replace(/[!\'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function IA(e,t,o){return t="+"===e||"#"===e?fA(t):mA(t),o?mA(o)+"="+t:t}function CA(e){return null!=e}function yA(e){return";"===e||"&"===e||"?"===e}function vA(e){var t=["+","#",".","/",";","?","&"];return{expand:function(o){return e.replace(/\\{([^\\{\\}]+)\\}|([^\\{\\}]+)/g,(function(e,n,i){if(n){var a=null,r=[];if(-1!==t.indexOf(n.charAt(0))&&(a=n.charAt(0),n=n.substr(1)),n.split(/,/g).forEach((function(e){var t=/([^:\\*]*)(?::(\\d+)|(\\*))?/.exec(e);r.push.apply(r,function(e,t,o,n){var i=e[o],a=[];if(CA(i)&&""!==i)if("string"==typeof i||"number"==typeof i||"boolean"==typeof i)i=i.toString(),n&&"*"!==n&&(i=i.substring(0,parseInt(n,10))),a.push(IA(t,i,yA(t)?o:null));else if("*"===n)Array.isArray(i)?i.filter(CA).forEach((function(e){a.push(IA(t,e,yA(t)?o:null))})):Object.keys(i).forEach((function(e){CA(i[e])&&a.push(IA(t,i[e],e))}));else{var r=[];Array.isArray(i)?i.filter(CA).forEach((function(e){r.push(IA(t,e))})):Object.keys(i).forEach((function(e){CA(i[e])&&(r.push(mA(e)),r.push(IA(t,i[e].toString())))})),yA(t)?a.push(mA(o)+"="+r.join(",")):0!==r.length&&a.push(r.join(","))}else";"===t?CA(i)&&a.push(mA(o)):""!==i||"&"!==t&&"?"!==t?""===i&&a.push(""):a.push(mA(o)+"=");return a}(o,a,t[1],t[2]||t[3]))})),a&&"+"!==a){var s=",";return"?"===a?s="&":"#"!==a&&(s=a),(0!==r.length?a:"")+r.join(s)}return r.join(",")}return fA(i)}))}}}var BA={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},kA=function(){function e(t){_classCallCheck(this,e);var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(t,o)}return _createClass(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||BA,this.options=t,this.debug=t.debug}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,o,n){return n&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(o).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,_objectSpread(_objectSpread({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),bA=new kA,_A=function(){function e(){_classCallCheck(this,e),this.observers={}}return _createClass(e,[{key:"on",value:function(e,t){var o=this;return e.split(" ").forEach((function(e){o.observers[e]||(o.observers[e]=new Map);var n=o.observers[e].get(t)||0;o.observers[e].set(t,n+1)})),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];this.observers[e]&&Array.from(this.observers[e].entries()).forEach((function(e){for(var t=_slicedToArray(e,2),n=t[0],i=t[1],a=0;a<i;a++)n.apply(void 0,o)}));this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach((function(t){for(var n=_slicedToArray(t,2),i=n[0],a=n[1],r=0;r<a;r++)i.apply(i,[e].concat(o))}))}}]),e}(),wA=function(){var e,t,o=new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(o,n){e=o,t=n}));return o.resolve=e,o.reject=t,o},SA=function(e){return null==e?"":""+e},QA=/###/g,RA=function(e){return e&&e.indexOf("###")>-1?e.replace(QA,"."):e},TA=function(e){return!e||"string"==typeof e},DA=function(e,t,o){for(var n="string"!=typeof t?t:t.split("."),i=0;i<n.length-1;){if(TA(e))return{};var a=RA(n[i]);!e[a]&&o&&(e[a]=new o),e=Object.prototype.hasOwnProperty.call(e,a)?e[a]:{},++i}return TA(e)?{}:{obj:e,k:RA(n[i])}},OA=function(e,t,o){var n=DA(e,t,Object),i=n.obj,a=n.k;if(void 0===i&&1!==t.length){for(var r=t[t.length-1],s=t.slice(0,t.length-1),A=DA(e,s,Object);void 0===A.obj&&s.length;)r="".concat(s[s.length-1],".").concat(r),s=s.slice(0,s.length-1),(A=DA(e,s,Object))&&A.obj&&void 0!==A.obj["".concat(A.k,".").concat(r)]&&(A.obj=void 0);A.obj["".concat(A.k,".").concat(r)]=o}else i[a]=o},NA=function(e,t){var o=DA(e,t),n=o.obj,i=o.k;if(n)return n[i]},LA=function e(t,o,n){for(var i in o)"__proto__"!==i&&"constructor"!==i&&(i in t?"string"==typeof t[i]||t[i]instanceof String||"string"==typeof o[i]||o[i]instanceof String?n&&(t[i]=o[i]):e(t[i],o[i],n):t[i]=o[i]);return t},jA=function(e){return e.replace(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g,"\\\\$&")},MA={"&":"&amp;","<":"&lt;",">":"&gt;",\'"\':"&quot;","\'":"&#39;","/":"&#x2F;"},FA=function(e){return"string"==typeof e?e.replace(/[&<>"\'\\/]/g,(function(e){return MA[e]})):e},xA=[" ",",","?","!",";"],PA=new(function(){function e(t){_classCallCheck(this,e),this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}return _createClass(e,[{key:"getRegExp",value:function(e){var t=this.regExpMap.get(e);if(void 0!==t)return t;var o=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,o),this.regExpQueue.push(e),o}}]),e}())(20),UA=function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var n=t.split(o),i=e,a=0;a<n.length;){if(!i||"object"!==_typeof(i))return;for(var r=void 0,s="",A=a;A<n.length;++A)if(A!==a&&(s+=o),void 0!==(r=i[s+=n[A]])){if(["string","number","boolean"].indexOf(_typeof(r))>-1&&A<n.length-1)continue;a+=A-a+1;break}i=r}return i}},GA=function(e){return e&&e.indexOf("_")>0?e.replace("_","-"):e},zA=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;_classCallCheck(this,o);var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return(n=t.call(this)).data=e||{},n.options=i,void 0===n.options.keySeparator&&(n.options.keySeparator="."),void 0===n.options.ignoreJSONStructure&&(n.options.ignoreJSONStructure=!0),n}return _createClass(o,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,o){var n,i,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=void 0!==a.keySeparator?a.keySeparator:this.options.keySeparator,s=void 0!==a.ignoreJSONStructure?a.ignoreJSONStructure:this.options.ignoreJSONStructure;if(e.indexOf(".")>-1)n=e.split(".");else if(n=[e,t],o)if(Array.isArray(o))(i=n).push.apply(i,_toConsumableArray(o));else if("string"==typeof o&&r){var A;(A=n).push.apply(A,_toConsumableArray(o.split(r)))}else n.push(o);var c=NA(this.data,n);return!c&&!t&&!o&&e.indexOf(".")>-1&&(e=n[0],t=n[1],o=n.slice(2).join(".")),c||!s||"string"!=typeof o?c:UA(this.data&&this.data[e]&&this.data[e][t],o,r)}},{key:"addResource",value:function(e,t,o,n){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},a=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator,r=[e,t];o&&(r=r.concat(a?o.split(a):o)),e.indexOf(".")>-1&&(n=t,t=(r=e.split("."))[1]),this.addNamespaces(t),OA(this.data,r,n),i.silent||this.emit("added",e,t,o,n)}},{key:"addResources",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var i in o)("string"==typeof o[i]||Array.isArray(o[i]))&&this.addResource(e,t,i,o[i],{silent:!0});n.silent||this.emit("added",e,t,o)}},{key:"addResourceBundle",value:function(e,t,o,n,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},r=[e,t];e.indexOf(".")>-1&&(n=o,o=t,t=(r=e.split("."))[1]),this.addNamespaces(t);var s=NA(this.data,r)||{};a.skipCopy||(o=JSON.parse(JSON.stringify(o))),n?LA(s,o,i):s=_objectSpread(_objectSpread({},s),o),OA(this.data,r,s),a.silent||this.emit("added",e,t,o)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?_objectSpread(_objectSpread({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((function(e){return t[e]&&Object.keys(t[e]).length>0}))}},{key:"toJSON",value:function(){return this.data}}]),o}(_A),HA={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,o,n,i){var a=this;return e.forEach((function(e){a.processors[e]&&(t=a.processors[e].process(t,o,n,i))})),t}},YA={},JA=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;_classCallCheck(this,o);var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t,o){e.forEach((function(e){t[e]&&(o[e]=t[e])}))}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,_assertThisInitialized(n=t.call(this))),n.options=i,void 0===n.options.keySeparator&&(n.options.keySeparator="."),n.logger=bA.create("translator"),n}return _createClass(o,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var o=this.resolve(e,t);return o&&void 0!==o.res}},{key:"extractFromKey",value:function(e,t){var o=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===o&&(o=":");var n=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,i=t.ns||this.options.defaultNS||[],a=o&&e.indexOf(o)>-1,r=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,o){t=t||"",o=o||"";var n=xA.filter((function(e){return t.indexOf(e)<0&&o.indexOf(e)<0}));if(0===n.length)return!0;var i=PA.getRegExp("(".concat(n.map((function(e){return"?"===e?"\\\\?":e})).join("|"),")")),a=!i.test(e);if(!a){var r=e.indexOf(o);r>0&&!i.test(e.substring(0,r))&&(a=!0)}return a}(e,o,n));if(a&&!r){var s=e.match(this.interpolator.nestingRegexp);if(s&&s.length>0)return{key:e,namespaces:i};var A=e.split(o);(o!==n||o===n&&this.options.ns.indexOf(A[0])>-1)&&(i=A.shift()),e=A.join(n)}return"string"==typeof i&&(i=[i]),{key:e,namespaces:i}}},{key:"translate",value:function(e,t,n){var i=this;if("object"!==_typeof(t)&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"===_typeof(t)&&(t=_objectSpread({},t)),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var a=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,s=this.extractFromKey(e[e.length-1],t),A=s.key,c=s.namespaces,u=c[c.length-1],l=t.lng||this.language,g=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(l&&"cimode"===l.toLowerCase()){if(g){var p=t.nsSeparator||this.options.nsSeparator;return a?{res:"".concat(u).concat(p).concat(A),usedKey:A,exactUsedKey:A,usedLng:l,usedNS:u,usedParams:this.getUsedParamsDetails(t)}:"".concat(u).concat(p).concat(A)}return a?{res:A,usedKey:A,exactUsedKey:A,usedLng:l,usedNS:u,usedParams:this.getUsedParamsDetails(t)}:A}var h=this.resolve(e,t),d=h&&h.res,E=h&&h.usedKey||A,f=h&&h.exactUsedKey||A,m=Object.prototype.toString.apply(d),I=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,C=!this.i18nFormat||this.i18nFormat.handleAsObject;if(C&&d&&("string"!=typeof d&&"boolean"!=typeof d&&"number"!=typeof d)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(m)<0&&("string"!=typeof I||!Array.isArray(d))){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var y=this.options.returnedObjectHandler?this.options.returnedObjectHandler(E,d,_objectSpread(_objectSpread({},t),{},{ns:c})):"key \'".concat(A," (").concat(this.language,")\' returned an object instead of string.");return a?(h.res=y,h.usedParams=this.getUsedParamsDetails(t),h):y}if(r){var v=Array.isArray(d),B=v?[]:{},k=v?f:E;for(var b in d)if(Object.prototype.hasOwnProperty.call(d,b)){var _="".concat(k).concat(r).concat(b);B[b]=this.translate(_,_objectSpread(_objectSpread({},t),{joinArrays:!1,ns:c})),B[b]===_&&(B[b]=d[b])}d=B}}else if(C&&"string"==typeof I&&Array.isArray(d))(d=d.join(I))&&(d=this.extendTranslation(d,e,t,n));else{var w=!1,S=!1,Q=void 0!==t.count&&"string"!=typeof t.count,R=o.hasDefaultValue(t),T=Q?this.pluralResolver.getSuffix(l,t.count,t):"",D=t.ordinal&&Q?this.pluralResolver.getSuffix(l,t.count,{ordinal:!1}):"",O=Q&&!t.ordinal&&0===t.count&&this.pluralResolver.shouldUseIntlApi(),N=O&&t["defaultValue".concat(this.options.pluralSeparator,"zero")]||t["defaultValue".concat(T)]||t["defaultValue".concat(D)]||t.defaultValue;!this.isValidLookup(d)&&R&&(w=!0,d=N),this.isValidLookup(d)||(S=!0,d=A);var L=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&S?void 0:d,j=R&&N!==d&&this.options.updateMissing;if(S||w||j){if(this.logger.log(j?"updateKey":"missingKey",l,u,A,j?N:d),r){var M=this.resolve(A,_objectSpread(_objectSpread({},t),{},{keySeparator:!1}));M&&M.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var F=[],x=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&x&&x[0])for(var P=0;P<x.length;P++)F.push(x[P]);else"all"===this.options.saveMissingTo?F=this.languageUtils.toResolveHierarchy(t.lng||this.language):F.push(t.lng||this.language);var U=function(e,o,n){var a=R&&n!==d?n:L;i.options.missingKeyHandler?i.options.missingKeyHandler(e,u,o,a,j,t):i.backendConnector&&i.backendConnector.saveMissing&&i.backendConnector.saveMissing(e,u,o,a,j,t),i.emit("missingKey",e,u,o,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&Q?F.forEach((function(e){var o=i.pluralResolver.getSuffixes(e,t);O&&t["defaultValue".concat(i.options.pluralSeparator,"zero")]&&o.indexOf("".concat(i.options.pluralSeparator,"zero"))<0&&o.push("".concat(i.options.pluralSeparator,"zero")),o.forEach((function(o){U([e],A+o,t["defaultValue".concat(o)]||N)}))})):U(F,A,N))}d=this.extendTranslation(d,e,t,h,n),S&&d===A&&this.options.appendNamespaceToMissingKey&&(d="".concat(u,":").concat(A)),(S||w)&&this.options.parseMissingKeyHandler&&(d="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(u,":").concat(A):A,w?d:void 0):this.options.parseMissingKeyHandler(d))}return a?(h.res=d,h.usedParams=this.getUsedParamsDetails(t),h):d}},{key:"extendTranslation",value:function(e,t,o,n,i){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,_objectSpread(_objectSpread({},this.options.interpolation.defaultVariables),o),o.lng||this.language||n.usedLng,n.usedNS,n.usedKey,{resolved:n});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init(_objectSpread(_objectSpread({},o),{interpolation:_objectSpread(_objectSpread({},this.options.interpolation),o.interpolation)}));var r,s="string"==typeof e&&(o&&o.interpolation&&void 0!==o.interpolation.skipOnVariables?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(s){var A=e.match(this.interpolator.nestingRegexp);r=A&&A.length}var c=o.replace&&"string"!=typeof o.replace?o.replace:o;if(this.options.interpolation.defaultVariables&&(c=_objectSpread(_objectSpread({},this.options.interpolation.defaultVariables),c)),e=this.interpolator.interpolate(e,c,o.lng||this.language||n.usedLng,o),s){var u=e.match(this.interpolator.nestingRegexp);r<(u&&u.length)&&(o.nest=!1)}!o.lng&&"v1"!==this.options.compatibilityAPI&&n&&n.res&&(o.lng=this.language||n.usedLng),!1!==o.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return i&&i[0]===n[0]&&!o.context?(a.logger.warn("It seems you are nesting recursively key: ".concat(n[0]," in key: ").concat(t[0])),null):a.translate.apply(a,n.concat([t]))}),o)),o.interpolation&&this.interpolator.reset()}var l=o.postProcess||this.options.postProcess,g="string"==typeof l?[l]:l;return null!=e&&g&&g.length&&!1!==o.applyPostProcessor&&(e=HA.handle(g,e,t,this.options&&this.options.postProcessPassResolved?_objectSpread({i18nResolved:_objectSpread(_objectSpread({},n),{},{usedParams:this.getUsedParamsDetails(o)})},o):o,this)),e}},{key:"resolve",value:function(e){var t,o,n,i,a,r=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach((function(e){if(!r.isValidLookup(t)){var A=r.extractFromKey(e,s),c=A.key;o=c;var u=A.namespaces;r.options.fallbackNS&&(u=u.concat(r.options.fallbackNS));var l=void 0!==s.count&&"string"!=typeof s.count,g=l&&!s.ordinal&&0===s.count&&r.pluralResolver.shouldUseIntlApi(),p=void 0!==s.context&&("string"==typeof s.context||"number"==typeof s.context)&&""!==s.context,h=s.lngs?s.lngs:r.languageUtils.toResolveHierarchy(s.lng||r.language,s.fallbackLng);u.forEach((function(e){r.isValidLookup(t)||(a=e,!YA["".concat(h[0],"-").concat(e)]&&r.utils&&r.utils.hasLoadedNamespace&&!r.utils.hasLoadedNamespace(a)&&(YA["".concat(h[0],"-").concat(e)]=!0,r.logger.warn(\'key "\'.concat(o,\'" for languages "\').concat(h.join(", "),\'" won\\\'t get resolved as namespace "\').concat(a,\'" was not yet loaded\'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((function(o){if(!r.isValidLookup(t)){i=o;var a,A=[c];if(r.i18nFormat&&r.i18nFormat.addLookupKeys)r.i18nFormat.addLookupKeys(A,c,o,e,s);else{var u;l&&(u=r.pluralResolver.getSuffix(o,s.count,s));var h="".concat(r.options.pluralSeparator,"zero"),d="".concat(r.options.pluralSeparator,"ordinal").concat(r.options.pluralSeparator);if(l&&(A.push(c+u),s.ordinal&&0===u.indexOf(d)&&A.push(c+u.replace(d,r.options.pluralSeparator)),g&&A.push(c+h)),p){var E="".concat(c).concat(r.options.contextSeparator).concat(s.context);A.push(E),l&&(A.push(E+u),s.ordinal&&0===u.indexOf(d)&&A.push(E+u.replace(d,r.options.pluralSeparator)),g&&A.push(E+h))}}for(;a=A.pop();)r.isValidLookup(t)||(n=a,t=r.getResource(o,e,a,s))}})))}))}})),{res:t,usedKey:o,exactUsedKey:n,usedLng:i,usedNS:a}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,o,n):this.resourceStore.getResource(e,t,o,n)}},{key:"getUsedParamsDetails",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.replace&&"string"!=typeof e.replace,o=t?e.replace:e;if(t&&void 0!==e.count&&(o.count=e.count),this.options.interpolation.defaultVariables&&(o=_objectSpread(_objectSpread({},this.options.interpolation.defaultVariables),o)),!t){o=_objectSpread({},o);var n,i=_createForOfIteratorHelper(["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"]);try{for(i.s();!(n=i.n()).done;){delete o[n.value]}}catch(e){i.e(e)}finally{i.f()}}return o}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)&&t===o.substring(0,12)&&void 0!==e[o])return!0;return!1}}]),o}(_A),WA=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},KA=function(){function e(t){_classCallCheck(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=bA.create("languageUtils")}return _createClass(e,[{key:"getScriptPartFromCode",value:function(e){if(!(e=GA(e))||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!(e=GA(e))||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],o=e.split("-");return this.options.lowerCaseLng?o=o.map((function(e){return e.toLowerCase()})):2===o.length?(o[0]=o[0].toLowerCase(),o[1]=o[1].toUpperCase(),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=WA(o[1].toLowerCase()))):3===o.length&&(o[0]=o[0].toLowerCase(),2===o[1].length&&(o[1]=o[1].toUpperCase()),"sgn"!==o[0]&&2===o[2].length&&(o[2]=o[2].toUpperCase()),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=WA(o[1].toLowerCase())),t.indexOf(o[2].toLowerCase())>-1&&(o[2]=WA(o[2].toLowerCase()))),o.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,o=this;return e?(e.forEach((function(e){if(!t){var n=o.formatLanguageCode(e);o.options.supportedLngs&&!o.isSupportedCode(n)||(t=n)}})),!t&&this.options.supportedLngs&&e.forEach((function(e){if(!t){var n=o.getLanguagePartFromCode(e);if(o.isSupportedCode(n))return t=n;t=o.options.supportedLngs.find((function(e){return e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:e.indexOf("-")>0&&n.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===n||0===e.indexOf(n)&&n.length>1?e:void 0}))}})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];var o=e[t];return o||(o=e[this.getScriptPartFromCode(t)]),o||(o=e[this.formatLanguageCode(t)]),o||(o=e[this.getLanguagePartFromCode(t)]),o||(o=e.default),o||[]}},{key:"toResolveHierarchy",value:function(e,t){var o=this,n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),i=[],a=function(e){e&&(o.isSupportedCode(e)?i.push(e):o.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),n.forEach((function(e){i.indexOf(e)<0&&a(o.formatLanguageCode(e))})),i}}]),e}(),VA=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],ZA={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},qA=["v1","v2","v3"],XA=["v4"],$A={zero:0,one:1,two:2,few:3,many:4,other:5},ec=function(){function e(t){_classCallCheck(this,e);var o,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=t,this.options=n,this.logger=bA.create("pluralResolver"),this.options.compatibilityJSON&&!XA.includes(this.options.compatibilityJSON)||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=(o={},VA.forEach((function(e){e.lngs.forEach((function(t){o[t]={numbers:e.nr,plurals:ZA[e.fc]}}))})),o),this.pluralRulesCache={}}return _createClass(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"clearCache",value:function(){this.pluralRulesCache={}}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{var o=GA("dev"===e?"en":e),n=t.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:o,type:n});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];var a=new Intl.PluralRules(o,{type:n});return this.pluralRulesCache[i]=a,a}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=this.getRule(e,t);return this.shouldUseIntlApi()?o&&o.resolvedOptions().pluralCategories.length>1:o&&o.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,o).map((function(e){return"".concat(t).concat(e)}))}},{key:"getSuffixes",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,o);return n?this.shouldUseIntlApi()?n.resolvedOptions().pluralCategories.sort((function(e,t){return $A[e]-$A[t]})).map((function(e){return"".concat(t.options.prepend).concat(o.ordinal?"ordinal".concat(t.options.prepend):"").concat(e)})):n.numbers.map((function(n){return t.getSuffix(e,n,o)})):[]}},{key:"getSuffix",value:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=this.getRule(e,o);return n?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(o.ordinal?"ordinal".concat(this.options.prepend):"").concat(n.select(t)):this.getSuffixRetroCompatible(n,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var o=this,n=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),i=e.numbers[n];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var a=function(){return o.options.prepend&&i.toString()?o.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?"_plural_".concat(i.toString()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString()}},{key:"shouldUseIntlApi",value:function(){return!qA.includes(this.options.compatibilityJSON)}}]),e}(),tc=function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],a=function(e,t,o){var n=NA(e,o);return void 0!==n?n:NA(t,o)}(e,t,o);return!a&&i&&"string"==typeof o&&void 0===(a=UA(e,o,n))&&(a=UA(t,o,n)),a},oc=function(e){return e.replace(/\\$/g,"$$$$")},nc=function(){function e(){_classCallCheck(this,e);var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=bA.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return _createClass(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation,o=t.escape,n=t.escapeValue,i=t.useRawValueToEscape,a=t.prefix,r=t.prefixEscaped,s=t.suffix,A=t.suffixEscaped,c=t.formatSeparator,u=t.unescapeSuffix,l=t.unescapePrefix,g=t.nestingPrefix,p=t.nestingPrefixEscaped,h=t.nestingSuffix,d=t.nestingSuffixEscaped,E=t.nestingOptionsSeparator,f=t.maxReplaces,m=t.alwaysFormat;this.escape=void 0!==o?o:FA,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==i&&i,this.prefix=a?jA(a):r||"{{",this.suffix=s?jA(s):A||"}}",this.formatSeparator=c||",",this.unescapePrefix=u?"":l||"-",this.unescapeSuffix=this.unescapePrefix?"":u||"",this.nestingPrefix=g?jA(g):p||jA("$t("),this.nestingSuffix=h?jA(h):d||jA(")"),this.nestingOptionsSeparator=E||",",this.maxReplaces=f||1e3,this.alwaysFormat=void 0!==m&&m,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e=function(e,t){return e&&e.source===t?(e.lastIndex=0,e):new RegExp(t,"g")};this.regexp=e(this.regexp,"".concat(this.prefix,"(.+?)").concat(this.suffix)),this.regexpUnescape=e(this.regexpUnescape,"".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix)),this.nestingRegexp=e(this.nestingRegexp,"".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix))}},{key:"interpolate",value:function(e,t,o,n){var i,a,r,s=this,A=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=function(e){if(e.indexOf(s.formatSeparator)<0){var i=tc(t,A,e,s.options.keySeparator,s.options.ignoreJSONStructure);return s.alwaysFormat?s.format(i,void 0,o,_objectSpread(_objectSpread(_objectSpread({},n),t),{},{interpolationkey:e})):i}var a=e.split(s.formatSeparator),r=a.shift().trim(),c=a.join(s.formatSeparator).trim();return s.format(tc(t,A,r,s.options.keySeparator,s.options.ignoreJSONStructure),c,o,_objectSpread(_objectSpread(_objectSpread({},n),t),{},{interpolationkey:r}))};this.resetRegExp();var u=n&&n.missingInterpolationHandler||this.options.missingInterpolationHandler,l=n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return oc(e)}},{regex:this.regexp,safeValue:function(e){return s.escapeValue?oc(s.escape(e)):oc(e)}}].forEach((function(t){for(r=0;i=t.regex.exec(e);){var o=i[1].trim();if(void 0===(a=c(o)))if("function"==typeof u){var A=u(e,i,n);a="string"==typeof A?A:""}else if(n&&Object.prototype.hasOwnProperty.call(n,o))a="";else{if(l){a=i[0];continue}s.logger.warn("missed to pass in variable ".concat(o," for interpolating ").concat(e)),a=""}else"string"==typeof a||s.useRawValueToEscape||(a=SA(a));var g=t.safeValue(a);if(e=e.replace(i[0],g),l?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,++r>=s.maxReplaces)break}})),e}},{key:"nest",value:function(e,t){for(var o,n,i,a=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=function(e,t){var o=a.nestingOptionsSeparator;if(e.indexOf(o)<0)return e;var n=e.split(new RegExp("".concat(o,"[ ]*{"))),r="{".concat(n[1]);e=n[0];var s=(r=a.interpolate(r,i)).match(/\'/g),A=r.match(/"/g);(s&&s.length%2==0&&!A||A.length%2!=0)&&(r=r.replace(/\'/g,\'"\'));try{i=JSON.parse(r),t&&(i=_objectSpread(_objectSpread({},t),i))}catch(t){return a.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(o).concat(r)}return i.defaultValue&&i.defaultValue.indexOf(a.prefix)>-1&&delete i.defaultValue,e};o=this.nestingRegexp.exec(e);){var A=[];(i=(i=_objectSpread({},r)).replace&&"string"!=typeof i.replace?i.replace:i).applyPostProcessor=!1,delete i.defaultValue;var c=!1;if(-1!==o[0].indexOf(this.formatSeparator)&&!/{.*}/.test(o[1])){var u=o[1].split(this.formatSeparator).map((function(e){return e.trim()}));o[1]=u.shift(),A=u,c=!0}if((n=t(s.call(this,o[1].trim(),i),i))&&o[0]===e&&"string"!=typeof n)return n;"string"!=typeof n&&(n=SA(n)),n||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(e)),n=""),c&&(n=A.reduce((function(e,t){return a.format(e,t,r.lng,_objectSpread(_objectSpread({},r),{},{interpolationkey:o[1].trim()}))}),n.trim())),e=e.replace(o[0],n),this.regexp.lastIndex=0}return e}}]),e}(),ic=function(e){var t={};return function(o,n,i){var a=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(a=_objectSpread(_objectSpread({},a),{},_defineProperty({},i.interpolationkey,void 0)));var r=n+JSON.stringify(a),s=t[r];return s||(s=e(GA(n),i),t[r]=s),s(o)}},ac=function(){function e(){_classCallCheck(this,e);var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=bA.create("formatter"),this.options=t,this.formats={number:ic((function(e,t){var o=new Intl.NumberFormat(e,_objectSpread({},t));return function(e){return o.format(e)}})),currency:ic((function(e,t){var o=new Intl.NumberFormat(e,_objectSpread(_objectSpread({},t),{},{style:"currency"}));return function(e){return o.format(e)}})),datetime:ic((function(e,t){var o=new Intl.DateTimeFormat(e,_objectSpread({},t));return function(e){return o.format(e)}})),relativetime:ic((function(e,t){var o=new Intl.RelativeTimeFormat(e,_objectSpread({},t));return function(e){return o.format(e,t.range||"day")}})),list:ic((function(e,t){var o=new Intl.ListFormat(e,_objectSpread({},t));return function(e){return o.format(e)}}))},this.init(t)}return _createClass(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=ic(t)}},{key:"format",value:function(e,t,o){var n=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=t.split(this.formatSeparator);if(a.length>1&&a[0].indexOf("(")>1&&a[0].indexOf(")")<0&&a.find((function(e){return e.indexOf(")")>-1}))){var r=a.findIndex((function(e){return e.indexOf(")")>-1}));a[0]=[a[0]].concat(_toConsumableArray(a.splice(1,r))).join(this.formatSeparator)}var s=a.reduce((function(e,t){var a=function(e){var t=e.toLowerCase().trim(),o={};if(e.indexOf("(")>-1){var n=e.split("(");t=n[0].toLowerCase().trim();var i=n[1].substring(0,n[1].length-1);"currency"===t&&i.indexOf(":")<0?o.currency||(o.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?o.range||(o.range=i.trim()):i.split(";").forEach((function(e){if(e){var t=_toArray(e.split(":")),n=t[0],i=t.slice(1).join(":").trim().replace(/^\'+|\'+$/g,""),a=n.trim();o[a]||(o[a]=i),"false"===i&&(o[a]=!1),"true"===i&&(o[a]=!0),isNaN(i)||(o[a]=parseInt(i,10))}}))}return{formatName:t,formatOptions:o}}(t),r=a.formatName,s=a.formatOptions;if(n.formats[r]){var A=e;try{var c=i&&i.formatParams&&i.formatParams[i.interpolationkey]||{},u=c.locale||c.lng||i.locale||i.lng||o;A=n.formats[r](e,u,_objectSpread(_objectSpread(_objectSpread({},s),i),c))}catch(e){n.logger.warn(e)}return A}return n.logger.warn("there was no format function for ".concat(r)),e}),e);return s}}]),e}(),rc=function(e){_inherits(o,e);var t=_createSuper(o);function o(e,n,i){var a;_classCallCheck(this,o);var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return(a=t.call(this)).backend=e,a.store=n,a.services=i,a.languageUtils=i.languageUtils,a.options=r,a.logger=bA.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=r.maxParallelReads||10,a.readingCalls=0,a.maxRetries=r.maxRetries>=0?r.maxRetries:5,a.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(i,r.backend,r),a}return _createClass(o,[{key:"queueLoad",value:function(e,t,o,n){var i=this,a={},r={},s={},A={};return e.forEach((function(e){var n=!0;t.forEach((function(t){var s="".concat(e,"|").concat(t);!o.reload&&i.store.hasResourceBundle(e,t)?i.state[s]=2:i.state[s]<0||(1===i.state[s]?void 0===r[s]&&(r[s]=!0):(i.state[s]=1,n=!1,void 0===r[s]&&(r[s]=!0),void 0===a[s]&&(a[s]=!0),void 0===A[t]&&(A[t]=!0)))})),n||(s[e]=!0)})),(Object.keys(a).length||Object.keys(r).length)&&this.queue.push({pending:r,pendingCount:Object.keys(r).length,loaded:{},errors:[],callback:n}),{toLoad:Object.keys(a),pending:Object.keys(r),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(A)}}},{key:"loaded",value:function(e,t,o){var n=e.split("|"),i=n[0],a=n[1];t&&this.emit("failedLoading",i,a,t),!t&&o&&this.store.addResourceBundle(i,a,o,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&o&&(this.state[e]=0);var r={};this.queue.forEach((function(o){var n,s,A,c,u;n=o.loaded,s=a,A=DA(n,[i],Object),c=A.obj,u=A.k,c[u]=c[u]||[],c[u].push(s),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(o,e),t&&o.errors.push(t),0!==o.pendingCount||o.done||(Object.keys(o.loaded).forEach((function(e){r[e]||(r[e]={});var t=o.loaded[e];t.length&&t.forEach((function(t){void 0===r[e][t]&&(r[e][t]=!0)}))})),o.done=!0,o.errors.length?o.callback(o.errors):o.callback())})),this.emit("loaded",r),this.queue=this.queue.filter((function(e){return!e.done}))}},{key:"read",value:function(e,t,o){var n=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,r=arguments.length>5?arguments[5]:void 0;if(!e.length)return r(null,{});if(this.readingCalls>=this.maxParallelReads)this.waitingReads.push({lng:e,ns:t,fcName:o,tried:i,wait:a,callback:r});else{this.readingCalls++;var s=function(s,A){if(n.readingCalls--,n.waitingReads.length>0){var c=n.waitingReads.shift();n.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}s&&A&&i<n.maxRetries?setTimeout((function(){n.read.call(n,e,t,o,i+1,2*a,r)}),a):r(s,A)},A=this.backend[o].bind(this.backend);if(2!==A.length)return A(e,t,s);try{var c=A(e,t);c&&"function"==typeof c.then?c.then((function(e){return s(null,e)})).catch(s):s(null,c)}catch(e){s(e)}}}},{key:"prepareLoading",value:function(e,t){var o=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),i&&i();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var a=this.queueLoad(e,t,n,i);if(!a.toLoad.length)return a.pending.length||i(),null;a.toLoad.forEach((function(e){o.loadOne(e)}))}},{key:"load",value:function(e,t,o){this.prepareLoading(e,t,{},o)}},{key:"reload",value:function(e,t,o){this.prepareLoading(e,t,{reload:!0},o)}},{key:"loadOne",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=e.split("|"),i=n[0],a=n[1];this.read(i,a,"read",void 0,void 0,(function(n,r){n&&t.logger.warn("".concat(o,"loading namespace ").concat(a," for language ").concat(i," failed"),n),!n&&r&&t.logger.log("".concat(o,"loaded namespace ").concat(a," for language ").concat(i),r),t.loaded(e,n,r)}))}},{key:"saveMissing",value:function(e,t,o,n,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t))this.logger.warn(\'did not save key "\'.concat(o,\'" as the namespace "\').concat(t,\'" was not yet loaded\'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");else if(null!=o&&""!==o){if(this.backend&&this.backend.create){var s=_objectSpread(_objectSpread({},a),{},{isUpdate:i}),A=this.backend.create.bind(this.backend);if(A.length<6)try{var c;(c=5===A.length?A(e,t,o,n,s):A(e,t,o,n))&&"function"==typeof c.then?c.then((function(e){return r(null,e)})).catch(r):r(null,c)}catch(e){r(e)}else A(e,t,o,n,r,s)}e&&e[0]&&this.store.addResource(e[0],t,o,n)}}}]),o}(_A),sc=function(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===_typeof(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===_typeof(e[2])||"object"===_typeof(e[3])){var o=e[3]||e[2];Object.keys(o).forEach((function(e){t[e]=o[e]}))}return t},interpolation:{escapeValue:!0,format:function(e){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}},Ac=function(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e},cc=function(){},uc=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;_classCallCheck(this,o);var n,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if((e=t.call(this)).options=Ac(i),e.services={},e.logger=bA,e.modules={external:[]},n=_assertThisInitialized(e),Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((function(e){"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),a&&!e.isInitialized&&!i.isClone){if(!e.options.initImmediate)return e.init(i,a),_possibleConstructorReturn(e,_assertThisInitialized(e));setTimeout((function(){e.init(i,a)}),0)}return e}return _createClass(o,[{key:"init",value:function(){var e=this,t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof o&&(n=o,o={}),!o.defaultNS&&!1!==o.defaultNS&&o.ns&&("string"==typeof o.ns?o.defaultNS=o.ns:o.ns.indexOf("translation")<0&&(o.defaultNS=o.ns[0]));var i=sc();this.options=_objectSpread(_objectSpread(_objectSpread({},i),this.options),Ac(o)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=_objectSpread(_objectSpread({},i.interpolation),this.options.interpolation)),void 0!==o.keySeparator&&(this.options.userDefinedKeySeparator=o.keySeparator),void 0!==o.nsSeparator&&(this.options.userDefinedNsSeparator=o.nsSeparator);var a=function(e){return e?"function"==typeof e?new e:e:null};if(!this.options.isClone){var r;this.modules.logger?bA.init(a(this.modules.logger),this.options):bA.init(null,this.options),this.modules.formatter?r=this.modules.formatter:"undefined"!=typeof Intl&&(r=ac);var s=new KA(this.options);this.store=new zA(this.options.resources,this.options);var A=this.services;A.logger=bA,A.resourceStore=this.store,A.languageUtils=s,A.pluralResolver=new ec(s,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!r||this.options.interpolation.format&&this.options.interpolation.format!==i.interpolation.format||(A.formatter=a(r),A.formatter.init(A,this.options),this.options.interpolation.format=A.formatter.format.bind(A.formatter)),A.interpolator=new nc(this.options),A.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},A.backendConnector=new rc(a(this.modules.backend),A.resourceStore,A,this.options),A.backendConnector.on("*",(function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),i=1;i<o;i++)n[i-1]=arguments[i];t.emit.apply(t,[e].concat(n))})),this.modules.languageDetector&&(A.languageDetector=a(this.modules.languageDetector),A.languageDetector.init&&A.languageDetector.init(A,this.options.detection,this.options)),this.modules.i18nFormat&&(A.i18nFormat=a(this.modules.i18nFormat),A.i18nFormat.init&&A.i18nFormat.init(this)),this.translator=new JA(this.services,this.options),this.translator.on("*",(function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),i=1;i<o;i++)n[i-1]=arguments[i];t.emit.apply(t,[e].concat(n))})),this.modules.external.forEach((function(t){t.init&&t.init(e)}))}if(this.format=this.options.interpolation.format,n||(n=cc),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var c=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);c.length>0&&"dev"!==c[0]&&(this.options.lng=c[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((function(o){e[o]=function(){var e;return(e=t.store)[o].apply(e,arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((function(o){e[o]=function(){var e;return(e=t.store)[o].apply(e,arguments),t}}));var u=wA(),l=function(){var t=function(t,o){e.isInitializing=!1,e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),u.resolve(o),n(t,o)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?l():setTimeout(l,0),u}},{key:"loadResources",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:cc,n="string"==typeof e?e:this.language;if("function"==typeof e&&(o=e),!this.options.resources||this.options.partialBundledLanguages){if(n&&"cimode"===n.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return o();var i=[],a=function(e){e&&("cimode"!==e&&t.services.languageUtils.toResolveHierarchy(e).forEach((function(e){"cimode"!==e&&i.indexOf(e)<0&&i.push(e)})))};if(n)a(n);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((function(e){return a(e)}));this.options.preload&&this.options.preload.forEach((function(e){return a(e)})),this.services.backendConnector.load(i,this.options.ns,(function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),o(e)}))}else o(null)}},{key:"reloadResources",value:function(e,t,o){var n=wA();return"function"==typeof e&&(o=e,e=void 0),"function"==typeof t&&(o=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),o||(o=cc),this.services.backendConnector.reload(e,t,(function(e){n.resolve(),o(e)})),n}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&HA.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var o=this.languages[t];if(!(["cimode","dev"].indexOf(o)>-1)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}}},{key:"changeLanguage",value:function(e,t){var o=this,n=this;this.isLanguageChangingTo=e;var i=wA();this.emit("languageChanging",e);var a=function(e){o.language=e,o.languages=o.services.languageUtils.toResolveHierarchy(e),o.resolvedLanguage=void 0,o.setResolvedLanguage(e)},r=function(r){e||r||!o.services.languageDetector||(r=[]);var s="string"==typeof r?r:o.services.languageUtils.getBestMatchFromCodes(r);s&&(o.language||a(s),o.translator.language||o.translator.changeLanguage(s),o.services.languageDetector&&o.services.languageDetector.cacheUserLanguage&&o.services.languageDetector.cacheUserLanguage(s)),o.loadResources(s,(function(e){!function(e,r){r?(a(r),o.translator.changeLanguage(r),o.isLanguageChangingTo=void 0,o.emit("languageChanged",r),o.logger.log("languageChanged",r)):o.isLanguageChangingTo=void 0,i.resolve((function(){return n.t.apply(n,arguments)})),t&&t(e,(function(){return n.t.apply(n,arguments)}))}(e,s)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(r):this.services.languageDetector.detect(r):r(e):r(this.services.languageDetector.detect()),i}},{key:"getFixedT",value:function(e,t,o){var n=this,i=function e(t,i){var a;if("object"!==_typeof(i)){for(var r=arguments.length,s=new Array(r>2?r-2:0),A=2;A<r;A++)s[A-2]=arguments[A];a=n.options.overloadTranslationOptionHandler([t,i].concat(s))}else a=_objectSpread({},i);a.lng=a.lng||e.lng,a.lngs=a.lngs||e.lngs,a.ns=a.ns||e.ns,""!==a.keyPrefix&&(a.keyPrefix=a.keyPrefix||o||e.keyPrefix);var c,u=n.options.keySeparator||".";return c=a.keyPrefix&&Array.isArray(t)?t.map((function(e){return"".concat(a.keyPrefix).concat(u).concat(e)})):a.keyPrefix?"".concat(a.keyPrefix).concat(u).concat(t):t,n.t(c,a)};return"string"==typeof e?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=o,i}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var n=o.lng||this.resolvedLanguage||this.languages[0],i=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;var r=function(e,o){var n=t.services.backendConnector.state["".concat(e,"|").concat(o)];return-1===n||0===n||2===n};if(o.precheck){var s=o.precheck(this,r);if(void 0!==s)return s}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!r(n,e)||i&&!r(a,e)))}},{key:"loadNamespaces",value:function(e,t){var o=this,n=wA();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach((function(e){o.options.ns.indexOf(e)<0&&o.options.ns.push(e)})),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var o=this,n=wA();"string"==typeof e&&(e=[e]);var i=this.options.preload||[],a=e.filter((function(e){return i.indexOf(e)<0&&o.services.languageUtils.isSupportedCode(e)}));return a.length?(this.options.preload=i.concat(a),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";var t=this.services&&this.services.languageUtils||new KA(sc());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:cc,i=t.forkResourceStore;i&&delete t.forkResourceStore;var a=_objectSpread(_objectSpread(_objectSpread({},this.options),t),{isClone:!0}),r=new o(a);void 0===t.debug&&void 0===t.prefix||(r.logger=r.logger.clone(t));return["store","services","language"].forEach((function(t){r[t]=e[t]})),r.services=_objectSpread({},this.services),r.services.utils={hasLoadedNamespace:r.hasLoadedNamespace.bind(r)},i&&(r.store=new zA(this.store.data,a),r.services.resourceStore=r.store),r.translator=new JA(r.services,a),r.translator.on("*",(function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];r.emit.apply(r,[e].concat(o))})),r.init(a,n),r.translator.options=a,r.translator.backendConnector.services.utils={hasLoadedNamespace:r.hasLoadedNamespace.bind(r)},r}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}],[{key:"createInstance",value:function(){return new o(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}}]),o}(_A),lc=uc.createInstance();function gc(e,t){var o=e;if(!Ta()&&(Na()&&(o="".concat(e,"/").concat(To.getCoBrowsingConfig("originalSdkVersion"))),window.location.pathname===o)){var n=new URLSearchParams(window.location.search);Object.entries(t).forEach((function(e){var t=_slicedToArray(e,2),o=t[0],i=t[1];n.set(o,i)}));var i="".concat(window.location.pathname,"?").concat(n.toString());history.replaceState({},"",i)}}lc.createInstance=uc.createInstance,lc.createInstance,lc.dir,lc.init,lc.loadResources,lc.reloadResources,lc.use,lc.changeLanguage,lc.getFixedT,lc.t,lc.exists,lc.setDefaultNamespace,lc.hasLoadedNamespace,lc.loadNamespaces,lc.loadLanguages,lc.t;var pc,hc,dc=function(e,t){return Da()?sessionStorage.setItem(Sa(e),(null==t?void 0:t.access_token)||""):gc(e,t)},Ec=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:21,t="",o=crypto.getRandomValues(new Uint8Array(e|=0));e--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[63&o[e]];return t};function fc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var mc=function(){if(hc)return pc;hc=1;var e=2147483647,t=36,o=/^xn--/,n=/[^\\0-\\x7F]/,i=/[\\x2E\\u3002\\uFF0E\\uFF61]/g,a={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},r=Math.floor,s=String.fromCharCode;function A(e){throw new RangeError(a[e])}function c(e,t){var o=e.split("@"),n="";o.length>1&&(n=o[0]+"@",e=o[1]);var a=function(e,t){for(var o=[],n=e.length;n--;)o[n]=t(e[n]);return o}((e=e.replace(i,".")).split("."),t).join(".");return n+a}function u(e){for(var t=[],o=0,n=e.length;o<n;){var i=e.charCodeAt(o++);if(i>=55296&&i<=56319&&o<n){var a=e.charCodeAt(o++);56320==(64512&a)?t.push(((1023&i)<<10)+(1023&a)+65536):(t.push(i),o--)}else t.push(i)}return t}var l=function(e){return e>=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:t},g=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},p=function(e,o,n){var i=0;for(e=n?r(e/700):e>>1,e+=r(e/o);e>455;i+=t)e=r(e/35);return r(i+36*e/(e+38))},h=function(o){var n=[],i=o.length,a=0,s=128,c=72,u=o.lastIndexOf("-");u<0&&(u=0);for(var g=0;g<u;++g)o.charCodeAt(g)>=128&&A("not-basic"),n.push(o.charCodeAt(g));for(var h=u>0?u+1:0;h<i;){for(var d=a,E=1,f=t;;f+=t){h>=i&&A("invalid-input");var m=l(o.charCodeAt(h++));m>=t&&A("invalid-input"),m>r((e-a)/E)&&A("overflow"),a+=m*E;var I=f<=c?1:f>=c+26?26:f-c;if(m<I)break;var C=t-I;E>r(e/C)&&A("overflow"),E*=C}var y=n.length+1;c=p(a-d,y,0==d),r(a/y)>e-s&&A("overflow"),s+=r(a/y),a%=y,n.splice(a++,0,s)}return String.fromCodePoint.apply(String,n)},d=function(o){var n,i=[],a=(o=u(o)).length,c=128,l=0,h=72,d=_createForOfIteratorHelper(o);try{for(d.s();!(n=d.n()).done;){var E=n.value;E<128&&i.push(s(E))}}catch(e){d.e(e)}finally{d.f()}var f=i.length,m=f;for(f&&i.push("-");m<a;){var I,C=e,y=_createForOfIteratorHelper(o);try{for(y.s();!(I=y.n()).done;){var v=I.value;v>=c&&v<C&&(C=v)}}catch(e){y.e(e)}finally{y.f()}var B=m+1;C-c>r((e-l)/B)&&A("overflow"),l+=(C-c)*B,c=C;var k,b=_createForOfIteratorHelper(o);try{for(b.s();!(k=b.n()).done;){var _=k.value;if(_<c&&++l>e&&A("overflow"),_===c){for(var w=l,S=t;;S+=t){var Q=S<=h?1:S>=h+26?26:S-h;if(w<Q)break;var R=w-Q,T=t-Q;i.push(s(g(Q+R%T,0))),w=r(R/T)}i.push(s(g(w,0))),h=p(l,B,m===f),l=0,++m}}}catch(e){b.e(e)}finally{b.f()}++l,++c}return i.join("")};return pc={version:"2.3.1",ucs2:{decode:u,encode:function(e){return String.fromCodePoint.apply(String,_toConsumableArray(e))}},decode:h,encode:d,toASCII:function(e){return c(e,(function(e){return n.test(e)?"xn--"+d(e):e}))},toUnicode:function(e){return c(e,(function(e){return o.test(e)?h(e.slice(4).toLowerCase()):e}))}},pc}(),Ic=fc(mc),Cc=["ac","com.ac","edu.ac","gov.ac","mil.ac","net.ac","org.ac","ad","ae","ac.ae","co.ae","gov.ae","mil.ae","net.ae","org.ae","sch.ae","aero","airline.aero","airport.aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","air-surveillance.aero","air-traffic-control.aero","aircraft.aero","airtraffic.aero","ambulance.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","freight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","marketplace.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","taxi.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","com.af","edu.af","gov.af","net.af","org.af","ag","co.ag","com.ag","net.ag","nom.ag","org.ag","ai","com.ai","net.ai","off.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","co.ao","ed.ao","edu.ao","gov.ao","gv.ao","it.ao","og.ao","org.ao","pb.ao","aq","ar","bet.ar","com.ar","coop.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","mutual.ar","net.ar","org.ar","senasa.ar","tur.ar","arpa","e164.arpa","home.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","sth.ac.at","co.at","gv.at","or.at","au","asn.au","com.au","edu.au","gov.au","id.au","net.au","org.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","catholic.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","schools.nsw.edu.au","aw","com.aw","ax","az","biz.az","com.az","edu.az","gov.az","info.az","int.az","mil.az","name.az","net.az","org.az","pp.az","pro.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","bh","com.bh","edu.bh","gov.bh","net.bh","org.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","africa.bj","agro.bj","architectes.bj","assur.bj","avocats.bj","co.bj","com.bj","eco.bj","econo.bj","edu.bj","info.bj","loisirs.bj","money.bj","net.bj","org.bj","ote.bj","restaurant.bj","resto.bj","tourism.bj","univ.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","mil.bo","net.bo","org.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","plurinacional.bo","politica.bo","profesional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","app.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bet.br","bhz.br","bib.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","coz.br","cri.br","cuiaba.br","curitiba.br","def.br","des.br","det.br","dev.br","ecn.br","eco.br","edu.br","emp.br","enf.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","geo.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","leilao.br","lel.br","log.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","rep.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","seg.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","tec.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","edu.bs","gov.bs","net.bs","org.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","co.bz","com.bz","edu.bz","gov.bz","net.bz","org.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","ac.ci","aéroport.ci","asso.ci","co.ci","com.ci","ed.ci","edu.ci","go.ci","gouv.ci","int.ci","net.ci","or.ci","org.ci","*.ck","!www.ck","cl","co.cl","gob.cl","gov.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","mil.cn","net.cn","org.cn","公司.cn","網絡.cn","网络.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gx.cn","gz.cn","ha.cn","hb.cn","he.cn","hi.cn","hk.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","mo.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","tw.cn","xj.cn","xz.cn","yn.cn","zj.cn","co","com.co","edu.co","gov.co","mil.co","net.co","nom.co","org.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","gob.cu","inf.cu","nat.cu","net.cu","org.cu","cv","com.cv","edu.cv","id.cv","int.cv","net.cv","nome.cv","org.cv","publ.cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","mil.cy","net.cy","org.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","co.dm","com.dm","edu.dm","gov.dm","net.dm","org.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","art.dz","asso.dz","com.dz","edu.dz","gov.dz","net.dz","org.dz","pol.dz","soc.dz","tm.dz","ec","com.ec","edu.ec","fin.ec","gob.ec","gov.ec","info.ec","k12.ec","med.ec","mil.ec","net.ec","org.ec","pro.ec","edu","ee","aip.ee","com.ee","edu.ee","fie.ee","gov.ee","lib.ee","med.ee","org.ee","pri.ee","riik.ee","eg","ac.eg","com.eg","edu.eg","eun.eg","gov.eg","info.eg","me.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","sport.eg","tv.eg","*.er","es","com.es","edu.es","gob.es","nom.es","org.es","et","biz.et","com.et","edu.et","gov.et","info.et","name.et","net.et","org.et","eu","fi","aland.fi","fj","ac.fj","biz.fj","com.fj","gov.fj","info.fj","mil.fj","name.fj","net.fj","org.fj","pro.fj","*.fk","fm","com.fm","edu.fm","net.fm","org.fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","avoues.fr","cci.fr","greta.fr","huissier-justice.fr","ga","gb","gd","edu.gd","gov.gd","ge","com.ge","edu.ge","gov.ge","net.ge","org.ge","pvt.ge","school.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","mil.gh","org.gh","gi","com.gi","edu.gi","gov.gi","ltd.gi","mod.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","net.gn","org.gn","gov","gp","asso.gp","com.gp","edu.gp","mobi.gp","net.gp","org.gp","gq","gr","com.gr","edu.gr","gov.gr","net.gr","org.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","个人.hk","個人.hk","公司.hk","政府.hk","敎育.hk","教育.hk","箇人.hk","組織.hk","組织.hk","網絡.hk","網络.hk","组織.hk","组织.hk","网絡.hk","网络.hk","hm","hn","com.hn","edu.hn","gob.hn","mil.hn","net.hn","org.hn","hr","com.hr","from.hr","iz.hr","name.hr","ht","adult.ht","art.ht","asso.ht","com.ht","coop.ht","edu.ht","firm.ht","gouv.ht","info.ht","med.ht","net.ht","org.ht","perso.ht","pol.ht","pro.ht","rel.ht","shop.ht","hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","co.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","info.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","org.hu","priv.hu","reklam.hu","sex.hu","shop.hu","sport.hu","suli.hu","szex.hu","tm.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","ישראל","אקדמיה.ישראל","ישוב.ישראל","צהל.ישראל","ממשל.ישראל","im","ac.im","co.im","ltd.co.im","plc.co.im","com.im","net.im","org.im","tt.im","tv.im","in","5g.in","6g.in","ac.in","ai.in","am.in","bihar.in","biz.in","business.in","ca.in","cn.in","co.in","com.in","coop.in","cs.in","delhi.in","dr.in","edu.in","er.in","firm.in","gen.in","gov.in","gujarat.in","ind.in","info.in","int.in","internet.in","io.in","me.in","mil.in","net.in","nic.in","org.in","pg.in","post.in","pro.in","res.in","travel.in","tv.in","uk.in","up.in","us.in","info","int","eu.int","io","co.io","com.io","edu.io","gov.io","mil.io","net.io","nom.io","org.io","iq","com.iq","edu.iq","gov.iq","mil.iq","net.iq","org.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","it","edu.it","gov.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano.it","bolzano-altoadige.it","bozen.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza.it","monza-brianza.it","monza-e-della-brianza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","südtirol.it","suedtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","agri.jo","ai.jo","com.jo","edu.jo","eng.jo","fm.jo","gov.jo","mil.jo","net.jo","org.jo","per.jo","phd.jo","sch.jo","tv.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","三重.jp","京都.jp","佐賀.jp","兵庫.jp","北海道.jp","千葉.jp","和歌山.jp","埼玉.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岐阜.jp","岡山.jp","岩手.jp","島根.jp","広島.jp","徳島.jp","愛媛.jp","愛知.jp","新潟.jp","東京.jp","栃木.jp","沖縄.jp","滋賀.jp","熊本.jp","石川.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","茨城.jp","長崎.jp","長野.jp","青森.jp","静岡.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","!city.kawasaki.jp","*.kitakyushu.jp","!city.kitakyushu.jp","*.kobe.jp","!city.kobe.jp","*.nagoya.jp","!city.nagoya.jp","*.sapporo.jp","!city.sapporo.jp","*.sendai.jp","!city.sendai.jp","*.yokohama.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","com.kg","edu.kg","gov.kg","mil.kg","net.kg","org.kg","*.kh","ki","biz.ki","com.ki","edu.ki","gov.ki","info.ki","net.ki","org.ki","km","ass.km","com.km","edu.km","gov.km","mil.km","nom.km","org.km","prd.km","tm.km","asso.km","coop.km","gouv.km","medecin.km","notaires.km","pharmaciens.km","presse.km","veterinaire.km","kn","edu.kn","gov.kn","net.kn","org.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","com.ky","edu.ky","net.ky","org.ky","kz","com.kz","edu.kz","gov.kz","mil.kz","net.kz","org.kz","la","com.la","edu.la","gov.la","info.la","int.la","net.la","org.la","per.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","co.lc","com.lc","edu.lc","gov.lc","net.lc","org.lc","li","lk","ac.lk","assn.lk","com.lk","edu.lk","gov.lk","grp.lk","hotel.lk","int.lk","ltd.lk","net.lk","ngo.lk","org.lk","sch.lk","soc.lk","web.lk","lr","com.lr","edu.lr","gov.lr","net.lr","org.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","asn.lv","com.lv","conf.lv","edu.lv","gov.lv","id.lv","mil.lv","net.lv","org.lv","ly","com.ly","edu.ly","gov.ly","id.ly","med.ly","net.ly","org.ly","plc.ly","sch.ly","ma","ac.ma","co.ma","gov.ma","net.ma","org.ma","press.ma","mc","asso.mc","tm.mc","md","me","ac.me","co.me","edu.me","gov.me","its.me","net.me","org.me","priv.me","mg","co.mg","com.mg","edu.mg","gov.mg","mil.mg","nom.mg","org.mg","prd.mg","mh","mil","mk","com.mk","edu.mk","gov.mk","inf.mk","name.mk","net.mk","org.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","edu.mn","gov.mn","org.mn","mo","com.mo","edu.mo","gov.mo","net.mo","org.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","ac.mu","co.mu","com.mu","gov.mu","net.mu","or.mu","org.mu","museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","net.mw","org.mw","mx","com.mx","edu.mx","gob.mx","net.mx","org.mx","my","biz.my","com.my","edu.my","gov.my","mil.my","name.my","net.my","org.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","alt.na","co.na","com.na","gov.na","net.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","arts.nf","com.nf","firm.nf","info.nf","net.nf","other.nf","per.nf","rec.nf","store.nf","web.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","folkebibl.no","fylkesbibl.no","idrett.no","museum.no","priv.no","vgs.no","dep.no","herad.no","kommune.no","mil.no","stat.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","bronnoysund.no","brønnøysund.no","brumunddal.no","bryne.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","aarborte.no","aejrie.no","afjord.no","åfjord.no","agdenes.no","nes.akershus.no","aknoluokta.no","ákŋoluokta.no","al.no","ål.no","alaheadju.no","álaheadju.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andasuolo.no","andebu.no","andoy.no","andøy.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askoy.no","askøy.no","askvoll.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","badaddja.no","bådåddjå.no","bærum.no","bahcavuotna.no","báhcavuotna.no","bahccavuotna.no","báhccavuotna.no","baidar.no","báidár.no","bajddar.no","bájddar.no","balat.no","bálát.no","balestrand.no","ballangen.no","balsfjord.no","bamble.no","bardu.no","barum.no","batsfjord.no","båtsfjord.no","bearalvahki.no","bearalváhki.no","beardu.no","beiarn.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bievat.no","bievát.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","bokn.no","bomlo.no","bømlo.no","bremanger.no","bronnoy.no","brønnøy.no","budejju.no","nes.buskerud.no","bygland.no","bykle.no","cahcesuolo.no","čáhcesuolo.no","davvenjarga.no","davvenjárga.no","davvesiida.no","deatnu.no","dielddanuorri.no","divtasvuodna.no","divttasvuotna.no","donna.no","dønna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenassi.no","evenášši.no","evenes.no","evje-og-hornnes.no","farsund.no","fauske.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","fla.no","flå.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","folldal.no","forde.no","førde.no","forsand.no","fosnes.no","fræna.no","frana.no","frei.no","frogn.no","froland.no","frosta.no","froya.no","frøya.no","fuoisku.no","fuossko.no","fusa.no","fyresdal.no","gaivuotna.no","gáivuotna.no","galsa.no","gálsá.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","giehtavuoatna.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","grue.no","gulen.no","guovdageaidnu.no","ha.no","hå.no","habmer.no","hábmer.no","hadsel.no","hægebostad.no","hagebostad.no","halden.no","halsa.no","hamar.no","hamaroy.no","hammarfeasta.no","hámmárfeasta.no","hammerfest.no","hapmir.no","hápmir.no","haram.no","hareid.no","harstad.no","hasvik.no","hattfjelldal.no","haugesund.no","os.hedmark.no","valer.hedmark.no","våler.hedmark.no","hemne.no","hemnes.no","hemsedal.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","os.hordaland.no","hornindal.no","horten.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","ivgu.no","jevnaker.no","jolster.no","jølster.no","jondal.no","kafjord.no","kåfjord.no","karasjohka.no","kárášjohka.no","karasjok.no","karlsoy.no","karmoy.no","karmøy.no","kautokeino.no","klabu.no","klæbu.no","klepp.no","kongsberg.no","kongsvinger.no","kraanghke.no","kråanghke.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvæfjord.no","kvænangen.no","kvafjord.no","kvalsund.no","kvam.no","kvanangen.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","laakesvuemie.no","lærdal.no","lahppi.no","láhppi.no","lardal.no","larvik.no","lavagis.no","lavangen.no","leangaviika.no","leaŋgaviika.no","lebesby.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","lerdal.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindas.no","lindås.no","lindesnes.no","loabat.no","loabát.no","lodingen.no","lødingen.no","lom.no","loppa.no","lorenskog.no","lørenskog.no","loten.no","løten.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","malatvuopmi.no","málatvuopmi.no","malselv.no","målselv.no","malvik.no","mandal.no","marker.no","marnardal.no","masfjorden.no","masoy.no","måsøy.no","matta-varjjat.no","mátta-várjjat.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","midsund.no","midtre-gauldal.no","moareke.no","moåreke.no","modalen.no","modum.no","molde.no","heroy.more-og-romsdal.no","sande.more-og-romsdal.no","herøy.møre-og-romsdal.no","sande.møre-og-romsdal.no","moskenes.no","moss.no","mosvik.no","muosat.no","muosát.no","naamesjevuemie.no","nååmesjevuemie.no","nærøy.no","namdalseid.no","namsos.no","namsskogan.no","nannestad.no","naroy.no","narviika.no","narvik.no","naustdal.no","navuotna.no","návuotna.no","nedre-eiker.no","nesna.no","nesodden.no","nesseby.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","bo.nordland.no","bø.nordland.no","heroy.nordland.no","herøy.nordland.no","nordre-land.no","nordreisa.no","nore-og-uvdal.no","notodden.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","omasvuotna.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","osen.no","osteroy.no","osterøy.no","valer.ostfold.no","våler.østfold.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","rade.no","råde.no","radoy.no","radøy.no","rælingen.no","rahkkeravju.no","ráhkkerávju.no","raisa.no","ráisa.no","rakkestad.no","ralingen.no","rana.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","risor.no","risør.no","rissa.no","roan.no","rodoy.no","rødøy.no","rollag.no","romsa.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","ruovat.no","rygge.no","salangen.no","salat.no","sálat.no","sálát.no","saltdal.no","samnanger.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","siellak.no","sigdal.no","siljan.no","sirdal.no","skanit.no","skánit.no","skanland.no","skånland.no","skaun.no","skedsmo.no","ski.no","skien.no","skierva.no","skiervá.no","skiptvet.no","skjak.no","skjåk.no","skjervoy.no","skjervøy.no","skodje.no","smola.no","smøla.no","snaase.no","snåase.no","snasa.no","snåsa.no","snillfjord.no","snoasa.no","sogndal.no","sogne.no","søgne.no","sokndal.no","sola.no","solund.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","songdalen.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sortland.no","sorum.no","sørum.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","tana.no","bo.telemark.no","bø.telemark.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","tjome.no","tjøme.no","tokke.no","tolga.no","tonsberg.no","tønsberg.no","torsken.no","træna.no","trana.no","tranoy.no","tranøy.no","troandin.no","trogstad.no","trøgstad.no","tromsa.no","tromso.no","tromsø.no","trondheim.no","trysil.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","tysnes.no","tysvær.no","tysvar.no","ullensaker.no","ullensvang.no","ulvik.no","unjarga.no","unjárga.no","utsira.no","vaapste.no","vadso.no","vadsø.no","værøy.no","vaga.no","vågå.no","vagan.no","vågan.no","vagsoy.no","vågsøy.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","varoy.no","vefsn.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","sande.vestfold.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","voagat.no","volda.no","voss.no","*.np","nr","biz.nr","com.nr","edu.nr","gov.nr","info.nr","net.nr","org.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","māori.nz","mil.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","abo.pa","ac.pa","com.pa","edu.pa","gob.pa","ing.pa","med.pa","net.pa","nom.pa","org.pa","sld.pa","pe","com.pe","edu.pe","gob.pe","mil.pe","net.pe","nom.pe","org.pe","pf","com.pf","edu.pf","org.pf","*.pg","ph","com.ph","edu.ph","gov.ph","i.ph","mil.ph","net.ph","ngo.ph","org.ph","pk","ac.pk","biz.pk","com.pk","edu.pk","fam.pk","gkp.pk","gob.pk","gog.pk","gok.pk","gon.pk","gop.pk","gos.pk","gov.pk","net.pk","org.pk","web.pk","pl","com.pl","net.pl","org.pl","agro.pl","aid.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","media.pl","miasta.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","griw.gov.pl","ic.gov.pl","is.gov.pl","kmpsp.gov.pl","konsulat.gov.pl","kppsp.gov.pl","kwp.gov.pl","kwpsp.gov.pl","mup.gov.pl","mw.gov.pl","oia.gov.pl","oirm.gov.pl","oke.gov.pl","oow.gov.pl","oschr.gov.pl","oum.gov.pl","pa.gov.pl","pinb.gov.pl","piw.gov.pl","po.gov.pl","pr.gov.pl","psp.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","sdn.gov.pl","sko.gov.pl","so.gov.pl","sr.gov.pl","starostwo.gov.pl","ug.gov.pl","ugim.gov.pl","um.gov.pl","umig.gov.pl","upow.gov.pl","uppo.gov.pl","us.gov.pl","uw.gov.pl","uzs.gov.pl","wif.gov.pl","wiih.gov.pl","winb.gov.pl","wios.gov.pl","witd.gov.pl","wiw.gov.pl","wkz.gov.pl","wsa.gov.pl","wskr.gov.pl","wsse.gov.pl","wuoz.gov.pl","wzmiuw.gov.pl","zp.gov.pl","zpisdn.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kazimierz-dolny.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorskie.pl","pomorze.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","skoczow.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","co.pn","edu.pn","gov.pn","net.pn","org.pn","post","pr","biz.pr","com.pr","edu.pr","gov.pr","info.pr","isla.pr","name.pr","net.pr","org.pr","pro.pr","ac.pr","est.pr","prof.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","com.ps","edu.ps","gov.ps","net.ps","org.ps","plo.ps","sec.ps","pt","com.pt","edu.pt","gov.pt","int.pt","net.pt","nome.pt","org.pt","publ.pt","pw","belau.pw","co.pw","ed.pw","go.pw","or.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","edu.sa","gov.sa","med.sa","net.sa","org.sa","pub.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","edu.sc","gov.sc","net.sc","org.sc","sd","com.sd","edu.sd","gov.sd","info.sd","med.sd","net.sd","org.sd","tv.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","edu.sg","gov.sg","net.sg","org.sg","sh","com.sh","gov.sh","mil.sh","net.sh","org.sh","si","sj","sk","sl","com.sl","edu.sl","gov.sl","net.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","edu.so","gov.so","me.so","net.so","org.so","sr","ss","biz.ss","co.ss","com.ss","edu.ss","gov.ss","me.ss","net.ss","org.ss","sch.ss","st","co.st","com.st","consulado.st","edu.st","embaixada.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","com.sy","edu.sy","gov.sy","mil.sy","net.sy","org.sy","sz","ac.sz","co.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","co.tm","com.tm","edu.tm","gov.tm","mil.tm","net.tm","nom.tm","org.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","info.tn","intl.tn","mincom.tn","nat.tn","net.tn","org.tn","perso.tn","tourism.tn","to","com.to","edu.to","gov.to","mil.to","net.to","org.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","k12.tr","kep.tr","mil.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","biz.tt","co.tt","com.tt","edu.tt","gov.tt","info.tt","mil.tt","name.tt","net.tt","org.tt","pro.tt","tv","tw","club.tw","com.tw","ebiz.tw","edu.tw","game.tw","gov.tw","idv.tw","mil.tw","net.tw","org.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","kropyvnytskyi.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","luhansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","uzhhorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zakarpattia.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","ac.ug","co.ug","com.ug","go.ug","ne.ug","or.ug","org.ug","sc.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","va.us","vi.us","vt.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.va.us","k12.vi.us","k12.vt.us","k12.wa.us","k12.wi.us","cc.ak.us","lib.ak.us","cc.al.us","lib.al.us","cc.ar.us","lib.ar.us","cc.as.us","lib.as.us","cc.az.us","lib.az.us","cc.ca.us","lib.ca.us","cc.co.us","lib.co.us","cc.ct.us","lib.ct.us","cc.dc.us","lib.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.va.us","cc.vi.us","cc.vt.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","k12.wy.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.va.us","lib.vi.us","lib.vt.us","lib.wa.us","lib.wi.us","lib.wy.us","chtr.k12.ma.us","paroch.k12.ma.us","pvt.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","edu.vc","gov.vc","mil.vc","net.vc","org.vc","ve","arts.ve","bib.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","nom.ve","org.ve","rar.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","ac.vn","ai.vn","biz.vn","com.vn","edu.vn","gov.vn","health.vn","id.vn","info.vn","int.vn","io.vn","name.vn","net.vn","org.vn","pro.vn","angiang.vn","bacgiang.vn","backan.vn","baclieu.vn","bacninh.vn","baria-vungtau.vn","bentre.vn","binhdinh.vn","binhduong.vn","binhphuoc.vn","binhthuan.vn","camau.vn","cantho.vn","caobang.vn","daklak.vn","daknong.vn","danang.vn","dienbien.vn","dongnai.vn","dongthap.vn","gialai.vn","hagiang.vn","haiduong.vn","haiphong.vn","hanam.vn","hanoi.vn","hatinh.vn","haugiang.vn","hoabinh.vn","hungyen.vn","khanhhoa.vn","kiengiang.vn","kontum.vn","laichau.vn","lamdong.vn","langson.vn","laocai.vn","longan.vn","namdinh.vn","nghean.vn","ninhbinh.vn","ninhthuan.vn","phutho.vn","phuyen.vn","quangbinh.vn","quangnam.vn","quangngai.vn","quangninh.vn","quangtri.vn","soctrang.vn","sonla.vn","tayninh.vn","thaibinh.vn","thainguyen.vn","thanhhoa.vn","thanhphohochiminh.vn","thuathienhue.vn","tiengiang.vn","travinh.vn","tuyenquang.vn","vinhlong.vn","vinhphuc.vn","yenbai.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","edu.ws","gov.ws","net.ws","org.ws","yt","امارات","հայ","বাংলা","бг","البحرين","бел","中国","中國","الجزائر","مصر","ею","ευ","موريتانيا","გე","ελ","香港","個人.香港","公司.香港","政府.香港","教育.香港","組織.香港","網絡.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ລາວ","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","ак.срб","обр.срб","од.срб","орг.срб","пр.срб","упр.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ทหาร.ไทย","ธุรกิจ.ไทย","เน็ต.ไทย","รัฐบาล.ไทย","ศึกษา.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","ye","com.ye","edu.ye","gov.ye","mil.ye","net.ye","org.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nic.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","ads","adult","aeg","aetna","afl","africa","agakhan","agency","aig","airbus","airforce","airtel","akdn","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","aws","axa","azure","baby","baidu","banamex","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","cash","casino","catering","catholic","cba","cbn","cbre","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","cipriani","circle","cisco","citadel","citi","citic","city","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","cuisinella","cymru","cyou","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","dunlop","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontier","ftr","fujitsu","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","international","intuit","investments","ipiranga","irish","ismaili","ist","istanbul","itau","itv","jaguar","java","jcb","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kids","kim","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","lamborghini","lamer","lancaster","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","link","lipsy","live","living","llc","llp","loan","loans","locker","locus","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","luxe","luxury","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merck","merckmsd","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","msd","mtn","mtr","music","nab","nagoya","navy","nba","nec","netbank","netflix","network","neustar","new","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","office","okinawa","olayan","olayangroup","ollo","omega","one","ong","onl","online","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","racing","radio","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","ril","rio","rip","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scot","search","seat","secure","security","seek","select","sener","services","seven","sew","sex","sexy","sfr","shangrila","sharp","shell","shia","shiksha","shoes","shop","shopping","shouji","show","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","srl","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiss","sydney","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vodka","volvo","vote","voting","voto","voyage","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","アマゾン","삼성","商标","商店","商城","дети","ポイント","新闻","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","亚马逊","食品","飞利浦","手机","ارامكو","العليان","بازار","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","co.krd","edu.krd","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","lib.de.us","12chars.dev","12chars.it","12chars.pro","cc.ua","inf.ua","ltd.ua","611.to","a2hosted.com","cpserver.com","aaa.vodka","*.on-acorn.io","activetrail.biz","adaptable.app","adobeaemcloud.com","*.dev.adobeaemcloud.com","aem.live","hlx.live","adobeaemcloud.net","aem.page","hlx.page","hlx3.page","adobeio-static.net","adobeioruntime.net","africa.com","beep.pl","airkitapps.com","airkitapps-au.com","airkitapps.eu","aivencloud.com","akadns.net","akamai.net","akamai-staging.net","akamaiedge.net","akamaiedge-staging.net","akamaihd.net","akamaihd-staging.net","akamaiorigin.net","akamaiorigin-staging.net","akamaized.net","akamaized-staging.net","edgekey.net","edgekey-staging.net","edgesuite.net","edgesuite-staging.net","barsy.ca","*.compute.estate","*.alces.network","kasserver.com","altervista.org","alwaysdata.net","myamaze.net","execute-api.cn-north-1.amazonaws.com.cn","execute-api.cn-northwest-1.amazonaws.com.cn","execute-api.af-south-1.amazonaws.com","execute-api.ap-east-1.amazonaws.com","execute-api.ap-northeast-1.amazonaws.com","execute-api.ap-northeast-2.amazonaws.com","execute-api.ap-northeast-3.amazonaws.com","execute-api.ap-south-1.amazonaws.com","execute-api.ap-south-2.amazonaws.com","execute-api.ap-southeast-1.amazonaws.com","execute-api.ap-southeast-2.amazonaws.com","execute-api.ap-southeast-3.amazonaws.com","execute-api.ap-southeast-4.amazonaws.com","execute-api.ap-southeast-5.amazonaws.com","execute-api.ca-central-1.amazonaws.com","execute-api.ca-west-1.amazonaws.com","execute-api.eu-central-1.amazonaws.com","execute-api.eu-central-2.amazonaws.com","execute-api.eu-north-1.amazonaws.com","execute-api.eu-south-1.amazonaws.com","execute-api.eu-south-2.amazonaws.com","execute-api.eu-west-1.amazonaws.com","execute-api.eu-west-2.amazonaws.com","execute-api.eu-west-3.amazonaws.com","execute-api.il-central-1.amazonaws.com","execute-api.me-central-1.amazonaws.com","execute-api.me-south-1.amazonaws.com","execute-api.sa-east-1.amazonaws.com","execute-api.us-east-1.amazonaws.com","execute-api.us-east-2.amazonaws.com","execute-api.us-gov-east-1.amazonaws.com","execute-api.us-gov-west-1.amazonaws.com","execute-api.us-west-1.amazonaws.com","execute-api.us-west-2.amazonaws.com","cloudfront.net","auth.af-south-1.amazoncognito.com","auth.ap-east-1.amazoncognito.com","auth.ap-northeast-1.amazoncognito.com","auth.ap-northeast-2.amazoncognito.com","auth.ap-northeast-3.amazoncognito.com","auth.ap-south-1.amazoncognito.com","auth.ap-south-2.amazoncognito.com","auth.ap-southeast-1.amazoncognito.com","auth.ap-southeast-2.amazoncognito.com","auth.ap-southeast-3.amazoncognito.com","auth.ap-southeast-4.amazoncognito.com","auth.ca-central-1.amazoncognito.com","auth.ca-west-1.amazoncognito.com","auth.eu-central-1.amazoncognito.com","auth.eu-central-2.amazoncognito.com","auth.eu-north-1.amazoncognito.com","auth.eu-south-1.amazoncognito.com","auth.eu-south-2.amazoncognito.com","auth.eu-west-1.amazoncognito.com","auth.eu-west-2.amazoncognito.com","auth.eu-west-3.amazoncognito.com","auth.il-central-1.amazoncognito.com","auth.me-central-1.amazoncognito.com","auth.me-south-1.amazoncognito.com","auth.sa-east-1.amazoncognito.com","auth.us-east-1.amazoncognito.com","auth-fips.us-east-1.amazoncognito.com","auth.us-east-2.amazoncognito.com","auth-fips.us-east-2.amazoncognito.com","auth-fips.us-gov-west-1.amazoncognito.com","auth.us-west-1.amazoncognito.com","auth-fips.us-west-1.amazoncognito.com","auth.us-west-2.amazoncognito.com","auth-fips.us-west-2.amazoncognito.com","*.compute.amazonaws.com.cn","*.compute.amazonaws.com","*.compute-1.amazonaws.com","us-east-1.amazonaws.com","emrappui-prod.cn-north-1.amazonaws.com.cn","emrnotebooks-prod.cn-north-1.amazonaws.com.cn","emrstudio-prod.cn-north-1.amazonaws.com.cn","emrappui-prod.cn-northwest-1.amazonaws.com.cn","emrnotebooks-prod.cn-northwest-1.amazonaws.com.cn","emrstudio-prod.cn-northwest-1.amazonaws.com.cn","emrappui-prod.af-south-1.amazonaws.com","emrnotebooks-prod.af-south-1.amazonaws.com","emrstudio-prod.af-south-1.amazonaws.com","emrappui-prod.ap-east-1.amazonaws.com","emrnotebooks-prod.ap-east-1.amazonaws.com","emrstudio-prod.ap-east-1.amazonaws.com","emrappui-prod.ap-northeast-1.amazonaws.com","emrnotebooks-prod.ap-northeast-1.amazonaws.com","emrstudio-prod.ap-northeast-1.amazonaws.com","emrappui-prod.ap-northeast-2.amazonaws.com","emrnotebooks-prod.ap-northeast-2.amazonaws.com","emrstudio-prod.ap-northeast-2.amazonaws.com","emrappui-prod.ap-northeast-3.amazonaws.com","emrnotebooks-prod.ap-northeast-3.amazonaws.com","emrstudio-prod.ap-northeast-3.amazonaws.com","emrappui-prod.ap-south-1.amazonaws.com","emrnotebooks-prod.ap-south-1.amazonaws.com","emrstudio-prod.ap-south-1.amazonaws.com","emrappui-prod.ap-south-2.amazonaws.com","emrnotebooks-prod.ap-south-2.amazonaws.com","emrstudio-prod.ap-south-2.amazonaws.com","emrappui-prod.ap-southeast-1.amazonaws.com","emrnotebooks-prod.ap-southeast-1.amazonaws.com","emrstudio-prod.ap-southeast-1.amazonaws.com","emrappui-prod.ap-southeast-2.amazonaws.com","emrnotebooks-prod.ap-southeast-2.amazonaws.com","emrstudio-prod.ap-southeast-2.amazonaws.com","emrappui-prod.ap-southeast-3.amazonaws.com","emrnotebooks-prod.ap-southeast-3.amazonaws.com","emrstudio-prod.ap-southeast-3.amazonaws.com","emrappui-prod.ap-southeast-4.amazonaws.com","emrnotebooks-prod.ap-southeast-4.amazonaws.com","emrstudio-prod.ap-southeast-4.amazonaws.com","emrappui-prod.ca-central-1.amazonaws.com","emrnotebooks-prod.ca-central-1.amazonaws.com","emrstudio-prod.ca-central-1.amazonaws.com","emrappui-prod.ca-west-1.amazonaws.com","emrnotebooks-prod.ca-west-1.amazonaws.com","emrstudio-prod.ca-west-1.amazonaws.com","emrappui-prod.eu-central-1.amazonaws.com","emrnotebooks-prod.eu-central-1.amazonaws.com","emrstudio-prod.eu-central-1.amazonaws.com","emrappui-prod.eu-central-2.amazonaws.com","emrnotebooks-prod.eu-central-2.amazonaws.com","emrstudio-prod.eu-central-2.amazonaws.com","emrappui-prod.eu-north-1.amazonaws.com","emrnotebooks-prod.eu-north-1.amazonaws.com","emrstudio-prod.eu-north-1.amazonaws.com","emrappui-prod.eu-south-1.amazonaws.com","emrnotebooks-prod.eu-south-1.amazonaws.com","emrstudio-prod.eu-south-1.amazonaws.com","emrappui-prod.eu-south-2.amazonaws.com","emrnotebooks-prod.eu-south-2.amazonaws.com","emrstudio-prod.eu-south-2.amazonaws.com","emrappui-prod.eu-west-1.amazonaws.com","emrnotebooks-prod.eu-west-1.amazonaws.com","emrstudio-prod.eu-west-1.amazonaws.com","emrappui-prod.eu-west-2.amazonaws.com","emrnotebooks-prod.eu-west-2.amazonaws.com","emrstudio-prod.eu-west-2.amazonaws.com","emrappui-prod.eu-west-3.amazonaws.com","emrnotebooks-prod.eu-west-3.amazonaws.com","emrstudio-prod.eu-west-3.amazonaws.com","emrappui-prod.il-central-1.amazonaws.com","emrnotebooks-prod.il-central-1.amazonaws.com","emrstudio-prod.il-central-1.amazonaws.com","emrappui-prod.me-central-1.amazonaws.com","emrnotebooks-prod.me-central-1.amazonaws.com","emrstudio-prod.me-central-1.amazonaws.com","emrappui-prod.me-south-1.amazonaws.com","emrnotebooks-prod.me-south-1.amazonaws.com","emrstudio-prod.me-south-1.amazonaws.com","emrappui-prod.sa-east-1.amazonaws.com","emrnotebooks-prod.sa-east-1.amazonaws.com","emrstudio-prod.sa-east-1.amazonaws.com","emrappui-prod.us-east-1.amazonaws.com","emrnotebooks-prod.us-east-1.amazonaws.com","emrstudio-prod.us-east-1.amazonaws.com","emrappui-prod.us-east-2.amazonaws.com","emrnotebooks-prod.us-east-2.amazonaws.com","emrstudio-prod.us-east-2.amazonaws.com","emrappui-prod.us-gov-east-1.amazonaws.com","emrnotebooks-prod.us-gov-east-1.amazonaws.com","emrstudio-prod.us-gov-east-1.amazonaws.com","emrappui-prod.us-gov-west-1.amazonaws.com","emrnotebooks-prod.us-gov-west-1.amazonaws.com","emrstudio-prod.us-gov-west-1.amazonaws.com","emrappui-prod.us-west-1.amazonaws.com","emrnotebooks-prod.us-west-1.amazonaws.com","emrstudio-prod.us-west-1.amazonaws.com","emrappui-prod.us-west-2.amazonaws.com","emrnotebooks-prod.us-west-2.amazonaws.com","emrstudio-prod.us-west-2.amazonaws.com","*.cn-north-1.airflow.amazonaws.com.cn","*.cn-northwest-1.airflow.amazonaws.com.cn","*.af-south-1.airflow.amazonaws.com","*.ap-east-1.airflow.amazonaws.com","*.ap-northeast-1.airflow.amazonaws.com","*.ap-northeast-2.airflow.amazonaws.com","*.ap-northeast-3.airflow.amazonaws.com","*.ap-south-1.airflow.amazonaws.com","*.ap-south-2.airflow.amazonaws.com","*.ap-southeast-1.airflow.amazonaws.com","*.ap-southeast-2.airflow.amazonaws.com","*.ap-southeast-3.airflow.amazonaws.com","*.ap-southeast-4.airflow.amazonaws.com","*.ca-central-1.airflow.amazonaws.com","*.ca-west-1.airflow.amazonaws.com","*.eu-central-1.airflow.amazonaws.com","*.eu-central-2.airflow.amazonaws.com","*.eu-north-1.airflow.amazonaws.com","*.eu-south-1.airflow.amazonaws.com","*.eu-south-2.airflow.amazonaws.com","*.eu-west-1.airflow.amazonaws.com","*.eu-west-2.airflow.amazonaws.com","*.eu-west-3.airflow.amazonaws.com","*.il-central-1.airflow.amazonaws.com","*.me-central-1.airflow.amazonaws.com","*.me-south-1.airflow.amazonaws.com","*.sa-east-1.airflow.amazonaws.com","*.us-east-1.airflow.amazonaws.com","*.us-east-2.airflow.amazonaws.com","*.us-west-1.airflow.amazonaws.com","*.us-west-2.airflow.amazonaws.com","s3.dualstack.cn-north-1.amazonaws.com.cn","s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn","s3-website.dualstack.cn-north-1.amazonaws.com.cn","s3.cn-north-1.amazonaws.com.cn","s3-accesspoint.cn-north-1.amazonaws.com.cn","s3-deprecated.cn-north-1.amazonaws.com.cn","s3-object-lambda.cn-north-1.amazonaws.com.cn","s3-website.cn-north-1.amazonaws.com.cn","s3.dualstack.cn-northwest-1.amazonaws.com.cn","s3-accesspoint.dualstack.cn-northwest-1.amazonaws.com.cn","s3.cn-northwest-1.amazonaws.com.cn","s3-accesspoint.cn-northwest-1.amazonaws.com.cn","s3-object-lambda.cn-northwest-1.amazonaws.com.cn","s3-website.cn-northwest-1.amazonaws.com.cn","s3.dualstack.af-south-1.amazonaws.com","s3-accesspoint.dualstack.af-south-1.amazonaws.com","s3-website.dualstack.af-south-1.amazonaws.com","s3.af-south-1.amazonaws.com","s3-accesspoint.af-south-1.amazonaws.com","s3-object-lambda.af-south-1.amazonaws.com","s3-website.af-south-1.amazonaws.com","s3.dualstack.ap-east-1.amazonaws.com","s3-accesspoint.dualstack.ap-east-1.amazonaws.com","s3.ap-east-1.amazonaws.com","s3-accesspoint.ap-east-1.amazonaws.com","s3-object-lambda.ap-east-1.amazonaws.com","s3-website.ap-east-1.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-1.amazonaws.com","s3-website.dualstack.ap-northeast-1.amazonaws.com","s3.ap-northeast-1.amazonaws.com","s3-accesspoint.ap-northeast-1.amazonaws.com","s3-object-lambda.ap-northeast-1.amazonaws.com","s3-website.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-2.amazonaws.com","s3-website.dualstack.ap-northeast-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3-accesspoint.ap-northeast-2.amazonaws.com","s3-object-lambda.ap-northeast-2.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3.dualstack.ap-northeast-3.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-3.amazonaws.com","s3-website.dualstack.ap-northeast-3.amazonaws.com","s3.ap-northeast-3.amazonaws.com","s3-accesspoint.ap-northeast-3.amazonaws.com","s3-object-lambda.ap-northeast-3.amazonaws.com","s3-website.ap-northeast-3.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3-accesspoint.dualstack.ap-south-1.amazonaws.com","s3-website.dualstack.ap-south-1.amazonaws.com","s3.ap-south-1.amazonaws.com","s3-accesspoint.ap-south-1.amazonaws.com","s3-object-lambda.ap-south-1.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3.dualstack.ap-south-2.amazonaws.com","s3-accesspoint.dualstack.ap-south-2.amazonaws.com","s3-website.dualstack.ap-south-2.amazonaws.com","s3.ap-south-2.amazonaws.com","s3-accesspoint.ap-south-2.amazonaws.com","s3-object-lambda.ap-south-2.amazonaws.com","s3-website.ap-south-2.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-1.amazonaws.com","s3-website.dualstack.ap-southeast-1.amazonaws.com","s3.ap-southeast-1.amazonaws.com","s3-accesspoint.ap-southeast-1.amazonaws.com","s3-object-lambda.ap-southeast-1.amazonaws.com","s3-website.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-2.amazonaws.com","s3-website.dualstack.ap-southeast-2.amazonaws.com","s3.ap-southeast-2.amazonaws.com","s3-accesspoint.ap-southeast-2.amazonaws.com","s3-object-lambda.ap-southeast-2.amazonaws.com","s3-website.ap-southeast-2.amazonaws.com","s3.dualstack.ap-southeast-3.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-3.amazonaws.com","s3-website.dualstack.ap-southeast-3.amazonaws.com","s3.ap-southeast-3.amazonaws.com","s3-accesspoint.ap-southeast-3.amazonaws.com","s3-object-lambda.ap-southeast-3.amazonaws.com","s3-website.ap-southeast-3.amazonaws.com","s3.dualstack.ap-southeast-4.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-4.amazonaws.com","s3-website.dualstack.ap-southeast-4.amazonaws.com","s3.ap-southeast-4.amazonaws.com","s3-accesspoint.ap-southeast-4.amazonaws.com","s3-object-lambda.ap-southeast-4.amazonaws.com","s3-website.ap-southeast-4.amazonaws.com","s3.dualstack.ap-southeast-5.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-5.amazonaws.com","s3-website.dualstack.ap-southeast-5.amazonaws.com","s3.ap-southeast-5.amazonaws.com","s3-accesspoint.ap-southeast-5.amazonaws.com","s3-deprecated.ap-southeast-5.amazonaws.com","s3-object-lambda.ap-southeast-5.amazonaws.com","s3-website.ap-southeast-5.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3-accesspoint.dualstack.ca-central-1.amazonaws.com","s3-accesspoint-fips.dualstack.ca-central-1.amazonaws.com","s3-fips.dualstack.ca-central-1.amazonaws.com","s3-website.dualstack.ca-central-1.amazonaws.com","s3.ca-central-1.amazonaws.com","s3-accesspoint.ca-central-1.amazonaws.com","s3-accesspoint-fips.ca-central-1.amazonaws.com","s3-fips.ca-central-1.amazonaws.com","s3-object-lambda.ca-central-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3.dualstack.ca-west-1.amazonaws.com","s3-accesspoint.dualstack.ca-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com","s3-fips.dualstack.ca-west-1.amazonaws.com","s3-website.dualstack.ca-west-1.amazonaws.com","s3.ca-west-1.amazonaws.com","s3-accesspoint.ca-west-1.amazonaws.com","s3-accesspoint-fips.ca-west-1.amazonaws.com","s3-fips.ca-west-1.amazonaws.com","s3-object-lambda.ca-west-1.amazonaws.com","s3-website.ca-west-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3-accesspoint.dualstack.eu-central-1.amazonaws.com","s3-website.dualstack.eu-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3-accesspoint.eu-central-1.amazonaws.com","s3-object-lambda.eu-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3.dualstack.eu-central-2.amazonaws.com","s3-accesspoint.dualstack.eu-central-2.amazonaws.com","s3-website.dualstack.eu-central-2.amazonaws.com","s3.eu-central-2.amazonaws.com","s3-accesspoint.eu-central-2.amazonaws.com","s3-object-lambda.eu-central-2.amazonaws.com","s3-website.eu-central-2.amazonaws.com","s3.dualstack.eu-north-1.amazonaws.com","s3-accesspoint.dualstack.eu-north-1.amazonaws.com","s3.eu-north-1.amazonaws.com","s3-accesspoint.eu-north-1.amazonaws.com","s3-object-lambda.eu-north-1.amazonaws.com","s3-website.eu-north-1.amazonaws.com","s3.dualstack.eu-south-1.amazonaws.com","s3-accesspoint.dualstack.eu-south-1.amazonaws.com","s3-website.dualstack.eu-south-1.amazonaws.com","s3.eu-south-1.amazonaws.com","s3-accesspoint.eu-south-1.amazonaws.com","s3-object-lambda.eu-south-1.amazonaws.com","s3-website.eu-south-1.amazonaws.com","s3.dualstack.eu-south-2.amazonaws.com","s3-accesspoint.dualstack.eu-south-2.amazonaws.com","s3-website.dualstack.eu-south-2.amazonaws.com","s3.eu-south-2.amazonaws.com","s3-accesspoint.eu-south-2.amazonaws.com","s3-object-lambda.eu-south-2.amazonaws.com","s3-website.eu-south-2.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3-accesspoint.dualstack.eu-west-1.amazonaws.com","s3-website.dualstack.eu-west-1.amazonaws.com","s3.eu-west-1.amazonaws.com","s3-accesspoint.eu-west-1.amazonaws.com","s3-deprecated.eu-west-1.amazonaws.com","s3-object-lambda.eu-west-1.amazonaws.com","s3-website.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3-accesspoint.dualstack.eu-west-2.amazonaws.com","s3.eu-west-2.amazonaws.com","s3-accesspoint.eu-west-2.amazonaws.com","s3-object-lambda.eu-west-2.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3-accesspoint.dualstack.eu-west-3.amazonaws.com","s3-website.dualstack.eu-west-3.amazonaws.com","s3.eu-west-3.amazonaws.com","s3-accesspoint.eu-west-3.amazonaws.com","s3-object-lambda.eu-west-3.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3.dualstack.il-central-1.amazonaws.com","s3-accesspoint.dualstack.il-central-1.amazonaws.com","s3-website.dualstack.il-central-1.amazonaws.com","s3.il-central-1.amazonaws.com","s3-accesspoint.il-central-1.amazonaws.com","s3-object-lambda.il-central-1.amazonaws.com","s3-website.il-central-1.amazonaws.com","s3.dualstack.me-central-1.amazonaws.com","s3-accesspoint.dualstack.me-central-1.amazonaws.com","s3-website.dualstack.me-central-1.amazonaws.com","s3.me-central-1.amazonaws.com","s3-accesspoint.me-central-1.amazonaws.com","s3-object-lambda.me-central-1.amazonaws.com","s3-website.me-central-1.amazonaws.com","s3.dualstack.me-south-1.amazonaws.com","s3-accesspoint.dualstack.me-south-1.amazonaws.com","s3.me-south-1.amazonaws.com","s3-accesspoint.me-south-1.amazonaws.com","s3-object-lambda.me-south-1.amazonaws.com","s3-website.me-south-1.amazonaws.com","s3.amazonaws.com","s3-1.amazonaws.com","s3-ap-east-1.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-northeast-3.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-north-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-east-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","mrap.accesspoint.s3-global.amazonaws.com","s3-me-south-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-gov-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-gov-west-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3-accesspoint.dualstack.sa-east-1.amazonaws.com","s3-website.dualstack.sa-east-1.amazonaws.com","s3.sa-east-1.amazonaws.com","s3-accesspoint.sa-east-1.amazonaws.com","s3-object-lambda.sa-east-1.amazonaws.com","s3-website.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3-accesspoint.dualstack.us-east-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-east-1.amazonaws.com","s3-fips.dualstack.us-east-1.amazonaws.com","s3-website.dualstack.us-east-1.amazonaws.com","s3.us-east-1.amazonaws.com","s3-accesspoint.us-east-1.amazonaws.com","s3-accesspoint-fips.us-east-1.amazonaws.com","s3-deprecated.us-east-1.amazonaws.com","s3-fips.us-east-1.amazonaws.com","s3-object-lambda.us-east-1.amazonaws.com","s3-website.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-accesspoint.dualstack.us-east-2.amazonaws.com","s3-accesspoint-fips.dualstack.us-east-2.amazonaws.com","s3-fips.dualstack.us-east-2.amazonaws.com","s3-website.dualstack.us-east-2.amazonaws.com","s3.us-east-2.amazonaws.com","s3-accesspoint.us-east-2.amazonaws.com","s3-accesspoint-fips.us-east-2.amazonaws.com","s3-deprecated.us-east-2.amazonaws.com","s3-fips.us-east-2.amazonaws.com","s3-object-lambda.us-east-2.amazonaws.com","s3-website.us-east-2.amazonaws.com","s3.dualstack.us-gov-east-1.amazonaws.com","s3-accesspoint.dualstack.us-gov-east-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-gov-east-1.amazonaws.com","s3-fips.dualstack.us-gov-east-1.amazonaws.com","s3.us-gov-east-1.amazonaws.com","s3-accesspoint.us-gov-east-1.amazonaws.com","s3-accesspoint-fips.us-gov-east-1.amazonaws.com","s3-fips.us-gov-east-1.amazonaws.com","s3-object-lambda.us-gov-east-1.amazonaws.com","s3-website.us-gov-east-1.amazonaws.com","s3.dualstack.us-gov-west-1.amazonaws.com","s3-accesspoint.dualstack.us-gov-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-gov-west-1.amazonaws.com","s3-fips.dualstack.us-gov-west-1.amazonaws.com","s3.us-gov-west-1.amazonaws.com","s3-accesspoint.us-gov-west-1.amazonaws.com","s3-accesspoint-fips.us-gov-west-1.amazonaws.com","s3-fips.us-gov-west-1.amazonaws.com","s3-object-lambda.us-gov-west-1.amazonaws.com","s3-website.us-gov-west-1.amazonaws.com","s3.dualstack.us-west-1.amazonaws.com","s3-accesspoint.dualstack.us-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-west-1.amazonaws.com","s3-fips.dualstack.us-west-1.amazonaws.com","s3-website.dualstack.us-west-1.amazonaws.com","s3.us-west-1.amazonaws.com","s3-accesspoint.us-west-1.amazonaws.com","s3-accesspoint-fips.us-west-1.amazonaws.com","s3-fips.us-west-1.amazonaws.com","s3-object-lambda.us-west-1.amazonaws.com","s3-website.us-west-1.amazonaws.com","s3.dualstack.us-west-2.amazonaws.com","s3-accesspoint.dualstack.us-west-2.amazonaws.com","s3-accesspoint-fips.dualstack.us-west-2.amazonaws.com","s3-fips.dualstack.us-west-2.amazonaws.com","s3-website.dualstack.us-west-2.amazonaws.com","s3.us-west-2.amazonaws.com","s3-accesspoint.us-west-2.amazonaws.com","s3-accesspoint-fips.us-west-2.amazonaws.com","s3-deprecated.us-west-2.amazonaws.com","s3-fips.us-west-2.amazonaws.com","s3-object-lambda.us-west-2.amazonaws.com","s3-website.us-west-2.amazonaws.com","labeling.ap-northeast-1.sagemaker.aws","labeling.ap-northeast-2.sagemaker.aws","labeling.ap-south-1.sagemaker.aws","labeling.ap-southeast-1.sagemaker.aws","labeling.ap-southeast-2.sagemaker.aws","labeling.ca-central-1.sagemaker.aws","labeling.eu-central-1.sagemaker.aws","labeling.eu-west-1.sagemaker.aws","labeling.eu-west-2.sagemaker.aws","labeling.us-east-1.sagemaker.aws","labeling.us-east-2.sagemaker.aws","labeling.us-west-2.sagemaker.aws","notebook.af-south-1.sagemaker.aws","notebook.ap-east-1.sagemaker.aws","notebook.ap-northeast-1.sagemaker.aws","notebook.ap-northeast-2.sagemaker.aws","notebook.ap-northeast-3.sagemaker.aws","notebook.ap-south-1.sagemaker.aws","notebook.ap-south-2.sagemaker.aws","notebook.ap-southeast-1.sagemaker.aws","notebook.ap-southeast-2.sagemaker.aws","notebook.ap-southeast-3.sagemaker.aws","notebook.ap-southeast-4.sagemaker.aws","notebook.ca-central-1.sagemaker.aws","notebook-fips.ca-central-1.sagemaker.aws","notebook.ca-west-1.sagemaker.aws","notebook-fips.ca-west-1.sagemaker.aws","notebook.eu-central-1.sagemaker.aws","notebook.eu-central-2.sagemaker.aws","notebook.eu-north-1.sagemaker.aws","notebook.eu-south-1.sagemaker.aws","notebook.eu-south-2.sagemaker.aws","notebook.eu-west-1.sagemaker.aws","notebook.eu-west-2.sagemaker.aws","notebook.eu-west-3.sagemaker.aws","notebook.il-central-1.sagemaker.aws","notebook.me-central-1.sagemaker.aws","notebook.me-south-1.sagemaker.aws","notebook.sa-east-1.sagemaker.aws","notebook.us-east-1.sagemaker.aws","notebook-fips.us-east-1.sagemaker.aws","notebook.us-east-2.sagemaker.aws","notebook-fips.us-east-2.sagemaker.aws","notebook.us-gov-east-1.sagemaker.aws","notebook-fips.us-gov-east-1.sagemaker.aws","notebook.us-gov-west-1.sagemaker.aws","notebook-fips.us-gov-west-1.sagemaker.aws","notebook.us-west-1.sagemaker.aws","notebook-fips.us-west-1.sagemaker.aws","notebook.us-west-2.sagemaker.aws","notebook-fips.us-west-2.sagemaker.aws","notebook.cn-north-1.sagemaker.com.cn","notebook.cn-northwest-1.sagemaker.com.cn","studio.af-south-1.sagemaker.aws","studio.ap-east-1.sagemaker.aws","studio.ap-northeast-1.sagemaker.aws","studio.ap-northeast-2.sagemaker.aws","studio.ap-northeast-3.sagemaker.aws","studio.ap-south-1.sagemaker.aws","studio.ap-southeast-1.sagemaker.aws","studio.ap-southeast-2.sagemaker.aws","studio.ap-southeast-3.sagemaker.aws","studio.ca-central-1.sagemaker.aws","studio.eu-central-1.sagemaker.aws","studio.eu-north-1.sagemaker.aws","studio.eu-south-1.sagemaker.aws","studio.eu-south-2.sagemaker.aws","studio.eu-west-1.sagemaker.aws","studio.eu-west-2.sagemaker.aws","studio.eu-west-3.sagemaker.aws","studio.il-central-1.sagemaker.aws","studio.me-central-1.sagemaker.aws","studio.me-south-1.sagemaker.aws","studio.sa-east-1.sagemaker.aws","studio.us-east-1.sagemaker.aws","studio.us-east-2.sagemaker.aws","studio.us-gov-east-1.sagemaker.aws","studio-fips.us-gov-east-1.sagemaker.aws","studio.us-gov-west-1.sagemaker.aws","studio-fips.us-gov-west-1.sagemaker.aws","studio.us-west-1.sagemaker.aws","studio.us-west-2.sagemaker.aws","studio.cn-north-1.sagemaker.com.cn","studio.cn-northwest-1.sagemaker.com.cn","*.experiments.sagemaker.aws","analytics-gateway.ap-northeast-1.amazonaws.com","analytics-gateway.ap-northeast-2.amazonaws.com","analytics-gateway.ap-south-1.amazonaws.com","analytics-gateway.ap-southeast-1.amazonaws.com","analytics-gateway.ap-southeast-2.amazonaws.com","analytics-gateway.eu-central-1.amazonaws.com","analytics-gateway.eu-west-1.amazonaws.com","analytics-gateway.us-east-1.amazonaws.com","analytics-gateway.us-east-2.amazonaws.com","analytics-gateway.us-west-2.amazonaws.com","amplifyapp.com","*.awsapprunner.com","webview-assets.aws-cloud9.af-south-1.amazonaws.com","vfs.cloud9.af-south-1.amazonaws.com","webview-assets.cloud9.af-south-1.amazonaws.com","webview-assets.aws-cloud9.ap-east-1.amazonaws.com","vfs.cloud9.ap-east-1.amazonaws.com","webview-assets.cloud9.ap-east-1.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-1.amazonaws.com","vfs.cloud9.ap-northeast-1.amazonaws.com","webview-assets.cloud9.ap-northeast-1.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-2.amazonaws.com","vfs.cloud9.ap-northeast-2.amazonaws.com","webview-assets.cloud9.ap-northeast-2.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-3.amazonaws.com","vfs.cloud9.ap-northeast-3.amazonaws.com","webview-assets.cloud9.ap-northeast-3.amazonaws.com","webview-assets.aws-cloud9.ap-south-1.amazonaws.com","vfs.cloud9.ap-south-1.amazonaws.com","webview-assets.cloud9.ap-south-1.amazonaws.com","webview-assets.aws-cloud9.ap-southeast-1.amazonaws.com","vfs.cloud9.ap-southeast-1.amazonaws.com","webview-assets.cloud9.ap-southeast-1.amazonaws.com","webview-assets.aws-cloud9.ap-southeast-2.amazonaws.com","vfs.cloud9.ap-southeast-2.amazonaws.com","webview-assets.cloud9.ap-southeast-2.amazonaws.com","webview-assets.aws-cloud9.ca-central-1.amazonaws.com","vfs.cloud9.ca-central-1.amazonaws.com","webview-assets.cloud9.ca-central-1.amazonaws.com","webview-assets.aws-cloud9.eu-central-1.amazonaws.com","vfs.cloud9.eu-central-1.amazonaws.com","webview-assets.cloud9.eu-central-1.amazonaws.com","webview-assets.aws-cloud9.eu-north-1.amazonaws.com","vfs.cloud9.eu-north-1.amazonaws.com","webview-assets.cloud9.eu-north-1.amazonaws.com","webview-assets.aws-cloud9.eu-south-1.amazonaws.com","vfs.cloud9.eu-south-1.amazonaws.com","webview-assets.cloud9.eu-south-1.amazonaws.com","webview-assets.aws-cloud9.eu-west-1.amazonaws.com","vfs.cloud9.eu-west-1.amazonaws.com","webview-assets.cloud9.eu-west-1.amazonaws.com","webview-assets.aws-cloud9.eu-west-2.amazonaws.com","vfs.cloud9.eu-west-2.amazonaws.com","webview-assets.cloud9.eu-west-2.amazonaws.com","webview-assets.aws-cloud9.eu-west-3.amazonaws.com","vfs.cloud9.eu-west-3.amazonaws.com","webview-assets.cloud9.eu-west-3.amazonaws.com","webview-assets.aws-cloud9.il-central-1.amazonaws.com","vfs.cloud9.il-central-1.amazonaws.com","webview-assets.aws-cloud9.me-south-1.amazonaws.com","vfs.cloud9.me-south-1.amazonaws.com","webview-assets.cloud9.me-south-1.amazonaws.com","webview-assets.aws-cloud9.sa-east-1.amazonaws.com","vfs.cloud9.sa-east-1.amazonaws.com","webview-assets.cloud9.sa-east-1.amazonaws.com","webview-assets.aws-cloud9.us-east-1.amazonaws.com","vfs.cloud9.us-east-1.amazonaws.com","webview-assets.cloud9.us-east-1.amazonaws.com","webview-assets.aws-cloud9.us-east-2.amazonaws.com","vfs.cloud9.us-east-2.amazonaws.com","webview-assets.cloud9.us-east-2.amazonaws.com","webview-assets.aws-cloud9.us-west-1.amazonaws.com","vfs.cloud9.us-west-1.amazonaws.com","webview-assets.cloud9.us-west-1.amazonaws.com","webview-assets.aws-cloud9.us-west-2.amazonaws.com","vfs.cloud9.us-west-2.amazonaws.com","webview-assets.cloud9.us-west-2.amazonaws.com","awsapps.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","af-south-1.elasticbeanstalk.com","ap-east-1.elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ap-southeast-3.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-north-1.elasticbeanstalk.com","eu-south-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","il-central-1.elasticbeanstalk.com","me-south-1.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-east-1.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com.cn","*.elb.amazonaws.com","awsglobalaccelerator.com","*.private.repost.aws","eero.online","eero-stage.online","apigee.io","panel.dev","siiites.com","appspacehosted.com","appspaceusercontent.com","appudo.net","on-aptible.com","f5.si","arvanedge.ir","user.aseinet.ne.jp","gv.vc","d.gv.vc","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","cdn.prod.atlassian-dev.net","translated.page","myfritz.link","myfritz.net","onavstack.net","*.awdev.ca","*.advisor.ws","ecommerce-shop.pl","b-data.io","balena-devices.com","base.ec","official.ec","buyshop.jp","fashionstore.jp","handcrafted.jp","kawaiishop.jp","supersale.jp","theshop.jp","shopselect.net","base.shop","beagleboard.io","*.beget.app","pages.gay","bnr.la","bitbucket.io","blackbaudcdn.net","of.je","bluebite.io","boomla.net","boutir.com","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","*.s.brave.io","shop.brendly.hr","shop.brendly.rs","browsersafetymark.io","radio.am","radio.fm","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","cafjs.com","canva-apps.cn","*.my.canvasite.cn","canva-apps.com","*.my.canva.site","drr.ac","uwu.ai","carrd.co","crd.co","ju.mp","api.gov.uk","cdn77-storage.com","rsc.contentproxy9.cz","r.cdn77.net","cdn77-ssl.net","c.cdn77.org","rsc.cdn77.org","ssl.origin.cdn77-secure.org","za.bz","br.com","cn.com","de.com","eu.com","jpn.com","mex.com","ru.com","sa.com","uk.com","us.com","za.com","com.de","gb.net","hu.net","jp.net","se.net","uk.net","ae.org","com.se","cx.ua","discourse.group","discourse.team","clerk.app","clerkstage.app","*.lcl.dev","*.lclstage.dev","*.stg.dev","*.stgstage.dev","cleverapps.cc","*.services.clever-cloud.com","cleverapps.io","cleverapps.tech","clickrising.net","cloudns.asia","cloudns.be","cloud-ip.biz","cloudns.biz","cloudns.cc","cloudns.ch","cloudns.cl","cloudns.club","dnsabr.com","ip-ddns.com","cloudns.cx","cloudns.eu","cloudns.in","cloudns.info","ddns-ip.net","dns-cloud.net","dns-dynamic.net","cloudns.nz","cloudns.org","ip-dynamic.org","cloudns.ph","cloudns.pro","cloudns.pw","cloudns.us","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","*.cloudera.site","cf-ipfs.com","cloudflare-ipfs.com","trycloudflare.com","pages.dev","r2.dev","workers.dev","cloudflare.net","cdn.cloudflare.net","cdn.cloudflareanycast.net","cdn.cloudflarecn.net","cdn.cloudflareglobal.net","cust.cloudscale.ch","objects.lpg.cloudscale.ch","objects.rma.cloudscale.ch","wnext.app","cnpy.gdn","*.otap.co","co.ca","co.com","codeberg.page","csb.app","preview.csb.app","co.nl","co.no","webhosting.be","hosting-cluster.nl","ctfcloud.net","convex.site","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","dyn.cosidns.de","dnsupdater.de","dynamisches-dns.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","craft.me","realm.cz","on.crisp.email","*.cryptonomic.net","curv.dev","cfolks.pl","cyon.link","cyon.site","platform0.app","fnwk.site","folionetwork.site","biz.dk","co.dk","firm.dk","reg.dk","store.dk","dyndns.dappnode.io","builtwithdark.com","darklang.io","demo.datadetect.com","instance.datadetect.com","edgestack.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyn-ip24.de","dyndns1.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","debian.net","definima.io","definima.net","deno.dev","deno-staging.dev","dedyn.io","deta.app","deta.dev","dfirma.pl","dkonto.pl","you2.pl","ondigitalocean.app","*.digitaloceanspaces.com","us.kg","rss.my.id","diher.solutions","discordsays.com","discordsez.com","jozi.biz","dnshome.de","online.th","shop.th","drayddns.com","shoparena.pl","dreamhosters.com","durumis.com","mydrobo.com","drud.io","drud.us","duckdns.org","dy.fi","tunk.org","dyndns.biz","for-better.biz","for-more.biz","for-some.biz","for-the.biz","selfip.biz","webhop.biz","ftpaccess.cc","game-server.cc","myphotos.cc","scrapping.cc","blogdns.com","cechire.com","dnsalias.com","dnsdojo.com","doesntexist.com","dontexist.com","doomdns.com","dyn-o-saur.com","dynalias.com","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","from-ak.com","from-al.com","from-ar.com","from-ca.com","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-ma.com","from-md.com","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","getmyip.com","gotdns.com","hobby-site.com","homelinux.com","homeunix.com","iamallama.com","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bulls-fan.com","is-a-caterer.com","is-a-chef.com","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-certified.com","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-not-certified.com","is-slick.com","is-uberleet.com","is-with-theband.com","isa-geek.com","isa-hockeynut.com","issmarterthanyou.com","likes-pie.com","likescandy.com","neat-url.com","saves-the-whales.com","selfip.com","sells-for-less.com","sells-for-u.com","servebbs.com","simple-url.com","space-to-rent.com","teaches-yoga.com","writesthisblog.com","ath.cx","fuettertdasnetz.de","isteingeek.de","istmein.de","lebtimnetz.de","leitungsen.de","traeumtgerade.de","barrel-of-knowledge.info","barrell-of-knowledge.info","dyndns.info","for-our.info","groks-the.info","groks-this.info","here-for-more.info","knowsitall.info","selfip.info","webhop.info","forgot.her.name","forgot.his.name","at-band-camp.net","blogdns.net","broke-it.net","buyshouses.net","dnsalias.net","dnsdojo.net","does-it.net","dontexist.net","dynalias.net","dynathome.net","endofinternet.net","from-az.net","from-co.net","from-la.net","from-ny.net","gets-it.net","ham-radio-op.net","homeftp.net","homeip.net","homelinux.net","homeunix.net","in-the-band.net","is-a-chef.net","is-a-geek.net","isa-geek.net","kicks-ass.net","office-on-the.net","podzone.net","scrapper-site.net","selfip.net","sells-it.net","servebbs.net","serveftp.net","thruhere.net","webhop.net","merseine.nu","mine.nu","shacknet.nu","blogdns.org","blogsite.org","boldlygoingnowhere.org","dnsalias.org","dnsdojo.org","doesntexist.org","dontexist.org","doomdns.org","dvrdns.org","dynalias.org","dyndns.org","go.dyndns.org","home.dyndns.org","endofinternet.org","endoftheinternet.org","from-me.org","game-host.org","gotdns.org","hobby-site.org","homedns.org","homeftp.org","homelinux.org","homeunix.org","is-a-bruinsfan.org","is-a-candidate.org","is-a-celticsfan.org","is-a-chef.org","is-a-geek.org","is-a-knight.org","is-a-linux-user.org","is-a-patsfan.org","is-a-soxfan.org","is-found.org","is-lost.org","is-saved.org","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","isa-geek.org","kicks-ass.org","misconfused.org","podzone.org","readmyblog.org","selfip.org","sellsyourhome.org","servebbs.org","serveftp.org","servegame.org","stuff-4-sale.org","webhop.org","better-than.tv","dyndns.tv","on-the-web.tv","worse-than.tv","is-by.us","land-4-sale.us","stuff-4-sale.us","dyndns.ws","mypets.ws","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","dynv6.net","e4.cz","easypanel.app","easypanel.host","*.ewp.live","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","at.emf.camp","rt.ht","elementor.cloud","elementor.cool","en-root.fr","mytuleap.com","tuleap-partners.com","encr.app","encoreapi.com","eu.encoway.cloud","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","pl.eu.org","pt.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eurodir.ru","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","relay.evervault.app","relay.evervault.dev","expo.app","staging.expo.app","onfabrica.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","u.channelsdvr.net","edgecompute.app","fastly-edge.com","fastly-terrarium.com","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastlylb.net","map.fastlylb.net","*.user.fm","fastvps-server.com","fastvps.host","myfast.host","fastvps.site","myfast.space","conn.uk","copro.uk","hosp.uk","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","mydobiss.com","fh-muenster.io","filegear.me","firebaseapp.com","fldrv.com","flutterflow.app","fly.dev","shw.io","edgeapp.net","forgeblocks.com","id.forgerock.io","framer.ai","framer.app","framercanvas.com","framer.media","framer.photos","framer.website","framer.wiki","0e.vc","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","freemyip.com","*.frusky.de","wien.funkfeuer.at","daemon.asia","dix.asia","mydns.bz","0am.jp","0g0.jp","0j0.jp","0t0.jp","mydns.jp","pgw.jp","wjg.jp","keyword-on.net","live-on.net","server-on.net","mydns.tw","mydns.vc","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","aliases121.com","campaign.gov.uk","service.gov.uk","independent-commission.uk","independent-inquest.uk","independent-inquiry.uk","independent-panel.uk","independent-review.uk","public-inquiry.uk","royal-commission.uk","gehirn.ne.jp","usercontent.jp","gentapps.com","gentlentapis.com","lab.ms","cdn-edges.net","localcert.net","localhostcert.net","gsj.bz","githubusercontent.com","githubpreview.dev","github.io","gitlab.io","gitapp.si","gitpage.si","glitch.me","nog.community","co.ro","shop.ro","lolipop.io","angry.jp","babyblue.jp","babymilk.jp","backdrop.jp","bambina.jp","bitter.jp","blush.jp","boo.jp","boy.jp","boyfriend.jp","but.jp","candypop.jp","capoo.jp","catfood.jp","cheap.jp","chicappa.jp","chillout.jp","chips.jp","chowder.jp","chu.jp","ciao.jp","cocotte.jp","coolblog.jp","cranky.jp","cutegirl.jp","daa.jp","deca.jp","deci.jp","digick.jp","egoism.jp","fakefur.jp","fem.jp","flier.jp","floppy.jp","fool.jp","frenchkiss.jp","girlfriend.jp","girly.jp","gloomy.jp","gonna.jp","greater.jp","hacca.jp","heavy.jp","her.jp","hiho.jp","hippy.jp","holy.jp","hungry.jp","icurus.jp","itigo.jp","jellybean.jp","kikirara.jp","kill.jp","kilo.jp","kuron.jp","littlestar.jp","lolipopmc.jp","lolitapunk.jp","lomo.jp","lovepop.jp","lovesick.jp","main.jp","mods.jp","mond.jp","mongolian.jp","moo.jp","namaste.jp","nikita.jp","nobushi.jp","noor.jp","oops.jp","parallel.jp","parasite.jp","pecori.jp","peewee.jp","penne.jp","pepper.jp","perma.jp","pigboat.jp","pinoko.jp","punyu.jp","pupu.jp","pussycat.jp","pya.jp","raindrop.jp","readymade.jp","sadist.jp","schoolbus.jp","secret.jp","staba.jp","stripper.jp","sub.jp","sunnyday.jp","thick.jp","tonkotsu.jp","under.jp","upper.jp","velvet.jp","verse.jp","versus.jp","vivian.jp","watson.jp","weblike.jp","whitesnow.jp","zombie.jp","heteml.net","graphic.design","goip.de","blogspot.ae","blogspot.al","blogspot.am","*.hosted.app","*.run.app","web.app","blogspot.com.ar","blogspot.co.at","blogspot.com.au","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.com.br","blogspot.com.by","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.com.co","*.0emm.com","appspot.com","*.r.appspot.com","blogspot.com","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","withgoogle.com","withyoutube.com","blogspot.cv","blogspot.com.cy","blogspot.cz","blogspot.de","*.gateway.dev","blogspot.dk","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.fi","blogspot.fr","cloud.goog","translate.goog","*.usercontent.goog","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.co.id","blogspot.ie","blogspot.co.il","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.co.ke","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.com.mt","blogspot.mx","blogspot.my","cloudfunctions.net","blogspot.com.ng","blogspot.nl","blogspot.no","blogspot.co.nz","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.com.tr","blogspot.tw","blogspot.ug","blogspot.co.uk","blogspot.com.uy","blogspot.vn","blogspot.co.za","goupile.fr","pymnt.uk","cloudapps.digital","london.cloudapps.digital","gov.nl","grafana-dev.net","grayjayleagues.com","günstigbestellen.de","günstigliefern.de","fin.ci","free.hr","caa.li","ua.rs","conf.se","häkkinen.fi","hrsn.dev","hashbang.sh","hasura.app","hasura-app.io","hatenablog.com","hatenadiary.com","hateblo.jp","hatenablog.jp","hatenadiary.jp","hatenadiary.org","pages.it.hs-heilbronn.de","pages-research.it.hs-heilbronn.de","heiyu.space","helioho.st","heliohost.us","hepforge.org","herokuapp.com","herokussl.com","heyflow.page","heyflow.site","ravendb.cloud","ravendb.community","development.run","ravendb.run","homesklep.pl","*.kin.one","*.id.pub","*.kin.pub","secaas.hk","hoplix.shop","orx.biz","biz.gl","biz.ng","co.biz.ng","dl.biz.ng","go.biz.ng","lg.biz.ng","on.biz.ng","col.ng","firm.ng","gen.ng","ltd.ng","ngo.ng","plc.ng","ie.ua","hostyhosting.io","hf.space","static.hf.space","hypernode.io","iobb.net","co.cz","*.moonscale.io","moonscale.net","gr.com","iki.fi","ibxos.it","iliadboxos.it","smushcdn.com","wphostedmail.com","wpmucdn.com","tempurl.host","wpmudev.host","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-vpn.de","in-dsl.net","in-vpn.net","in-dsl.org","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","na4u.ru","apps-1and1.com","live-website.com","apps-1and1.net","websitebuilder.online","app-ionos.space","iopsys.se","*.dweb.link","ipifony.net","ir.md","is-a-good.dev","is-a.dev","iservschule.de","mein-iserv.de","schulplattform.de","schulserver.de","test-iserv.de","iserv.dev","mel.cloudlets.com.au","cloud.interhostsolutions.be","alp1.ae.flow.ch","appengine.flow.ch","es-1.axarnet.cloud","diadem.cloud","vip.jelastic.cloud","jele.cloud","it1.eur.aruba.jenv-aruba.cloud","it1.jenv-aruba.cloud","keliweb.cloud","cs.keliweb.cloud","oxa.cloud","tn.oxa.cloud","uk.oxa.cloud","primetel.cloud","uk.primetel.cloud","ca.reclaim.cloud","uk.reclaim.cloud","us.reclaim.cloud","ch.trendhosting.cloud","de.trendhosting.cloud","jele.club","dopaas.com","paas.hosted-by-previder.com","rag-cloud.hosteur.com","rag-cloud-ch.hosteur.com","jcloud.ik-server.com","jcloud-ver-jpc.ik-server.com","demo.jelastic.com","paas.massivegrid.com","jed.wafaicloud.com","ryd.wafaicloud.com","j.scaleforce.com.cy","jelastic.dogado.eu","fi.cloudplatform.fi","demo.datacenter.fi","paas.datacenter.fi","jele.host","mircloud.host","paas.beebyte.io","sekd1.beebyteapp.io","jele.io","jc.neen.it","jcloud.kz","cloudjiffy.net","fra1-de.cloudjiffy.net","west1-us.cloudjiffy.net","jls-sto1.elastx.net","jls-sto2.elastx.net","jls-sto3.elastx.net","fr-1.paas.massivegrid.net","lon-1.paas.massivegrid.net","lon-2.paas.massivegrid.net","ny-1.paas.massivegrid.net","ny-2.paas.massivegrid.net","sg-1.paas.massivegrid.net","jelastic.saveincloud.net","nordeste-idc.saveincloud.net","j.scaleforce.net","sdscloud.pl","unicloud.pl","mircloud.ru","enscaled.sg","jele.site","jelastic.team","orangecloud.tn","j.layershift.co.uk","phx.enscaled.us","mircloud.us","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","jotelulu.cloud","webadorsite.com","jouwweb.site","*.cns.joyent.com","*.triton.zone","js.org","kaas.gg","khplay.nl","kapsi.fi","ezproxy.kuleuven.be","kuleuven.cloud","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","koobin.events","webthings.io","krellian.net","oya.to","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","lelux.site","libp2p.direct","runcontainers.dev","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","linkyard-cloud.ch","linkyard.cloud","members.linode.com","*.nodebalancer.linode.com","*.linodeobjects.com","ip.linodeusercontent.com","we.bs","filegear-sg.me","ggff.net","*.user.localcert.dev","lodz.pl","pabianice.pl","plock.pl","sieradz.pl","skierniewice.pl","zgierz.pl","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","lohmus.me","servers.run","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.club","barsycenter.com","barsyonline.com","barsy.de","barsy.dev","barsy.eu","barsy.gr","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsyonline.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.ro","barsy.rs","barsy.shop","barsyonline.shop","barsy.site","barsy.store","barsy.support","barsy.uk","barsy.co.uk","barsyonline.co.uk","*.magentosite.cloud","hb.cldmail.ru","matlab.cloud","modelscape.com","mwcloudnonprod.com","polyspace.com","mayfirst.info","mayfirst.org","mazeplay.com","mcdir.me","mcdir.ru","vps.mcdir.ru","mcpre.ru","mediatech.by","mediatech.dev","hra.health","medusajs.app","miniserver.com","memset.net","messerli.app","atmeta.com","apps.fbsbx.com","*.cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","*.azurecontainer.io","azure-api.net","azure-mobile.net","azureedge.net","azurefd.net","azurestaticapps.net","1.azurestaticapps.net","2.azurestaticapps.net","3.azurestaticapps.net","4.azurestaticapps.net","5.azurestaticapps.net","6.azurestaticapps.net","7.azurestaticapps.net","centralus.azurestaticapps.net","eastasia.azurestaticapps.net","eastus2.azurestaticapps.net","westeurope.azurestaticapps.net","westus2.azurestaticapps.net","azurewebsites.net","cloudapp.net","trafficmanager.net","blob.core.windows.net","servicebus.windows.net","routingthecloud.com","sn.mynetname.net","routingthecloud.net","routingthecloud.org","csx.cc","mydbserver.com","webspaceconfig.de","mittwald.info","mittwaldserver.info","typo3server.info","project.space","modx.dev","bmoattachments.org","net.ru","org.ru","pp.ru","hostedpi.com","caracal.mythic-beasts.com","customer.mythic-beasts.com","fentiger.mythic-beasts.com","lynx.mythic-beasts.com","ocelot.mythic-beasts.com","oncilla.mythic-beasts.com","onza.mythic-beasts.com","sphinx.mythic-beasts.com","vs.mythic-beasts.com","x.mythic-beasts.com","yali.mythic-beasts.com","cust.retrosnub.co.uk","ui.nabu.casa","cloud.nospamproxy.com","netfy.app","netlify.app","4u.com","nfshost.com","ipfs.nftstorage.link","ngo.us","ngrok.app","ngrok-free.app","ngrok.dev","ngrok-free.dev","ngrok.io","ap.ngrok.io","au.ngrok.io","eu.ngrok.io","in.ngrok.io","jp.ngrok.io","sa.ngrok.io","us.ngrok.io","ngrok.pizza","ngrok.pro","torun.pl","nh-serv.co.uk","nimsite.uk","mmafan.biz","myftp.biz","no-ip.biz","no-ip.ca","fantasyleague.cc","gotdns.ch","3utilities.com","blogsyte.com","ciscofreak.com","damnserver.com","ddnsking.com","ditchyourip.com","dnsiskinky.com","dynns.com","geekgalaxy.com","health-carereform.com","homesecuritymac.com","homesecuritypc.com","myactivedirectory.com","mysecuritycamera.com","myvnc.com","net-freaks.com","onthewifi.com","point2this.com","quicksytes.com","securitytactics.com","servebeer.com","servecounterstrike.com","serveexchange.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","servehumour.com","serveirc.com","servemp3.com","servep2p.com","servepics.com","servequake.com","servesarcasm.com","stufftoread.com","unusualperson.com","workisboring.com","dvrcam.info","ilovecollege.info","no-ip.info","brasilia.me","ddns.me","dnsfor.me","hopto.me","loginto.me","noip.me","webhop.me","bounceme.net","ddns.net","eating-organic.net","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.net","nhlfan.net","no-ip.net","pgafan.net","privatizehealthinsurance.net","redirectme.net","serveblog.net","serveminecraft.net","sytes.net","cable-modem.org","collegefan.org","couchpotatofries.org","hopto.org","mlbfan.org","myftp.org","mysecuritycamera.org","nflfan.org","no-ip.org","read-books.org","ufcfan.org","zapto.org","no-ip.co.uk","golffan.us","noip.us","pointto.us","stage.nodeart.io","*.developer.app","noop.app","*.northflank.app","*.build.run","*.code.run","*.database.run","*.migration.run","noticeable.news","notion.site","dnsking.ch","mypi.co","n4t.co","001www.com","myiphost.com","forumz.info","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","nsupdate.info","nerdpol.ovh","nyc.mn","prvcy.page","obl.ong","observablehq.cloud","static.observableusercontent.com","omg.lol","cloudycluster.net","omniwe.site","123webseite.at","123website.be","simplesite.com.br","123website.ch","simplesite.com","123webseite.de","123hjemmeside.dk","123miweb.es","123kotisivu.fi","123siteweb.fr","simplesite.gr","123homepage.it","123website.lu","123website.nl","123hjemmeside.no","service.one","simplesite.pl","123paginaweb.pt","123minsida.se","is-a-fullstack.dev","is-cool.dev","is-not-a.dev","localplayer.dev","is-local.org","opensocial.site","opencraft.hosting","16-b.it","32-b.it","64-b.it","orsites.com","operaunite.com","*.customer-oci.com","*.oci.customer-oci.com","*.ocp.customer-oci.com","*.ocs.customer-oci.com","*.oraclecloudapps.com","*.oraclegovcloudapps.com","*.oraclegovcloudapps.uk","tech.orange","can.re","authgear-staging.com","authgearapps.com","skygearapp.com","outsystemscloud.com","*.hosting.ovh.net","*.webpaas.ovh.net","ownprovider.com","own.pm","*.owo.codes","ox.rs","oy.lc","pgfog.com","pagexl.com","gotpantheon.com","pantheonsite.io","*.paywhirl.com","*.xmit.co","xmit.dev","madethis.site","srv.us","gh.srv.us","gl.srv.us","lk3.ru","mypep.link","perspecta.cloud","on-web.fr","*.upsun.app","upsunapp.com","ent.platform.sh","eu.platform.sh","us.platform.sh","*.platformsh.site","*.tst.site","platter-app.com","platter-app.dev","platterp.us","pley.games","onporter.run","co.bn","postman-echo.com","pstmn.io","mock.pstmn.io","httpbin.org","prequalifyme.today","xen.prgmr.com","priv.at","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","pythonanywhere.com","eu.pythonanywhere.com","qa2.com","qcx.io","*.sys.qcx.io","myqnapcloud.cn","alpha-myqnapcloud.com","dev-myqnapcloud.com","mycloudnas.com","mynascloud.com","myqnapcloud.com","qoto.io","qualifioapp.com","ladesk.com","qbuser.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","cloudsite.builders","myradweb.net","servername.us","web.in","in.net","myrdbx.io","site.rb-hosting.io","*.on-rancher.cloud","*.on-k3s.io","*.on-rio.io","ravpage.co.il","readthedocs-hosted.com","readthedocs.io","rhcloud.com","instances.spawn.cc","onrender.com","app.render.com","replit.app","id.replit.app","firewalledreplit.co","id.firewalledreplit.co","repl.co","id.repl.co","replit.dev","archer.replit.dev","bones.replit.dev","canary.replit.dev","global.replit.dev","hacker.replit.dev","id.replit.dev","janeway.replit.dev","kim.replit.dev","kira.replit.dev","kirk.replit.dev","odo.replit.dev","paris.replit.dev","picard.replit.dev","pike.replit.dev","prerelease.replit.dev","reed.replit.dev","riker.replit.dev","sisko.replit.dev","spock.replit.dev","staging.replit.dev","sulu.replit.dev","tarpit.replit.dev","teams.replit.dev","tucker.replit.dev","wesley.replit.dev","worf.replit.dev","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","adimo.co.uk","itcouldbewor.se","aus.basketball","nz.basketball","git-pages.rit.edu","rocky.page","rub.de","ruhr-uni-bochum.de","io.noc.ruhr-uni-bochum.de","биз.рус","ком.рус","крым.рус","мир.рус","мск.рус","орг.рус","самара.рус","сочи.рус","спб.рус","я.рус","ras.ru","nyat.app","180r.com","dojin.com","sakuratan.com","sakuraweb.com","x0.com","2-d.jp","bona.jp","crap.jp","daynight.jp","eek.jp","flop.jp","halfmoon.jp","jeez.jp","matrix.jp","mimoza.jp","ivory.ne.jp","mail-box.ne.jp","mints.ne.jp","mokuren.ne.jp","opal.ne.jp","sakura.ne.jp","sumomo.ne.jp","topaz.ne.jp","netgamers.jp","nyanta.jp","o0o0.jp","rdy.jp","rgr.jp","rulez.jp","s3.isk01.sakurastorage.jp","s3.isk02.sakurastorage.jp","saloon.jp","sblo.jp","skr.jp","tank.jp","uh-oh.jp","undo.jp","rs.webaccel.jp","user.webaccel.jp","websozai.jp","xii.jp","squares.net","jpn.org","kirara.st","x0.to","from.tv","sakura.tv","*.builder.code.com","*.dev-builder.code.com","*.stg-builder.code.com","*.001.test.code-builder-stg.platform.salesforce.com","*.d.crm.dev","*.w.crm.dev","*.wa.crm.dev","*.wb.crm.dev","*.wc.crm.dev","*.wd.crm.dev","*.we.crm.dev","*.wf.crm.dev","sandcats.io","logoip.com","logoip.de","fr-par-1.baremetal.scw.cloud","fr-par-2.baremetal.scw.cloud","nl-ams-1.baremetal.scw.cloud","cockpit.fr-par.scw.cloud","fnc.fr-par.scw.cloud","functions.fnc.fr-par.scw.cloud","k8s.fr-par.scw.cloud","nodes.k8s.fr-par.scw.cloud","s3.fr-par.scw.cloud","s3-website.fr-par.scw.cloud","whm.fr-par.scw.cloud","priv.instances.scw.cloud","pub.instances.scw.cloud","k8s.scw.cloud","cockpit.nl-ams.scw.cloud","k8s.nl-ams.scw.cloud","nodes.k8s.nl-ams.scw.cloud","s3.nl-ams.scw.cloud","s3-website.nl-ams.scw.cloud","whm.nl-ams.scw.cloud","cockpit.pl-waw.scw.cloud","k8s.pl-waw.scw.cloud","nodes.k8s.pl-waw.scw.cloud","s3.pl-waw.scw.cloud","s3-website.pl-waw.scw.cloud","scalebook.scw.cloud","smartlabeling.scw.cloud","dedibox.fr","schokokeks.net","gov.scot","service.gov.scot","scrysec.com","client.scrypted.io","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","seidat.net","sellfy.store","minisite.ms","senseering.net","servebolt.cloud","biz.ua","co.ua","pp.ua","as.sh.cn","sheezy.games","shiftedit.io","myshopblocks.com","myshopify.com","shopitsite.com","shopware.shop","shopware.store","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","small-web.org","aeroport.fr","avocat.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","vp4.me","*.snowflake.app","*.privatelink.snowflake.app","streamlit.app","streamlitapp.com","try-snowplow.com","mafelo.net","playstation-cloud.com","srht.site","apps.lair.io","*.stolos.io","spacekit.io","ind.mom","customer.speedpartner.de","myspreadshop.at","myspreadshop.com.au","myspreadshop.be","myspreadshop.ca","myspreadshop.ch","myspreadshop.com","myspreadshop.de","myspreadshop.dk","myspreadshop.es","myspreadshop.fi","myspreadshop.fr","myspreadshop.ie","myspreadshop.it","myspreadshop.net","myspreadshop.nl","myspreadshop.no","myspreadshop.pl","myspreadshop.se","myspreadshop.co.uk","w-corp-staticblitz.com","w-credentialless-staticblitz.com","w-staticblitz.com","stackhero-network.com","runs.onstackit.cloud","stackit.gg","stackit.rocks","stackit.run","stackit.zone","musician.io","novecore.site","api.stdlib.com","feedback.ac","forms.ac","assessments.cx","calculators.cx","funnels.cx","paynow.cx","quizzes.cx","researched.cx","tests.cx","surveys.so","storebase.store","storipress.app","storj.farm","strapiapp.com","media.strapiapp.com","vps-host.net","atl.jelastic.vps-host.net","njs.jelastic.vps-host.net","ric.jelastic.vps-host.net","streak-link.com","streaklinks.com","streakusercontent.com","soc.srcf.net","user.srcf.net","utwente.io","temp-dns.com","supabase.co","supabase.in","supabase.net","syncloud.it","dscloud.biz","direct.quickconnect.cn","dsmynas.com","familyds.com","diskstation.me","dscloud.me","i234.me","myds.me","synology.me","dscloud.mobi","dsmynas.net","familyds.net","dsmynas.org","familyds.org","direct.quickconnect.to","vpnplus.to","mytabit.com","mytabit.co.il","tabitorder.co.il","taifun-dns.de","ts.net","*.c.ts.net","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","taveusercontent.com","p.tawk.email","p.tawkto.email","site.tb-hosting.com","edugit.io","s3.teckids.org","telebit.app","telebit.io","*.telebit.xyz","*.firenet.ch","*.svc.firenet.ch","reservd.com","thingdustdata.com","cust.dev.thingdust.io","reservd.dev.thingdust.io","cust.disrec.thingdust.io","reservd.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","reservd.testing.thingdust.io","tickets.io","arvo.network","azimuth.network","tlon.network","torproject.net","pages.torproject.net","townnews-staging.com","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","site.transip.me","*.transurl.nl","tuxfamily.org","dd-dns.de","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","diskstation.eu","diskstation.org","typedream.app","pro.typeform.com","*.uberspace.de","uber.space","hk.com","inc.hk","ltd.hk","hk.org","it.com","unison-services.cloud","virtual-user.de","virtualuser.de","name.pm","sch.tf","biz.wf","sch.wf","org.yt","rs.ba","bielsko.pl","upli.io","urown.cloud","dnsupdate.info","us.org","v.ua","express.val.run","web.val.run","vercel.app","v0.build","vercel.dev","vusercontent.net","now.sh","2038.io","router.management","v-info.info","voorloper.cloud","*.vultrobjects.com","wafflecell.com","webflow.io","webflowtest.io","*.webhare.dev","bookonline.app","hotelwithflight.com","reserve-online.com","reserve-online.net","cprapid.com","pleskns.com","wp2.host","pdns.page","plesk.page","wpsquared.site","*.wadl.top","remotewd.com","box.ca","pages.wiardweb.com","toolforge.org","wmcloud.org","wmflabs.org","wdh.app","panel.gg","daemon.panel.gg","wixsite.com","wixstudio.com","editorx.io","wixstudio.io","wix.run","messwithdns.com","woltlab-demo.com","myforum.community","community-pro.de","diskussionsbereich.de","community-pro.net","meinforum.net","affinitylottery.org.uk","raffleentry.org.uk","weeklylottery.org.uk","wpenginepowered.com","js.wpenginepowered.com","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","yandexcloud.net","storage.yandexcloud.net","website.yandexcloud.net","official.academy","yolasite.com","yombo.me","ynh.fr","nohost.me","noho.st","za.net","za.org","zap.cloud","zeabur.app","bss.design","basicserver.io","virtualserver.io","enterprisecloud.nu"].reduce((function(e,t){var o=t.replace(/^(\\*\\.|\\!)/,""),n=Ic.toASCII(o),i=t.charAt(0);if(e.has(n))throw new Error("Multiple rules found for ".concat(t," (").concat(n,")"));return e.set(n,{rule:t,suffix:o,punySuffix:n,wildcard:"*"===i,exception:"!"===i}),e}),new Map),yc={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},vc=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var t=e.slice(0).toLowerCase();"."===t.charAt(t.length-1)&&(t=t.slice(0,t.length-1));var o=function(e){var t=Ic.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var o,n=t.split("."),i=0;i<n.length;++i){if(!(o=n[i]).length)return"LABEL_TOO_SHORT";if(o.length>63)return"LABEL_TOO_LONG";if("-"===o.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===o.charAt(o.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\\-_]+$/.test(o))return"LABEL_INVALID_CHARS"}}(t);if(o)return{input:e,error:{message:yc[o],code:o}};var n={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},i=t.split(".");if("local"===i[i.length-1])return n;var a=function(){return/xn--/.test(t)&&(n.domain&&(n.domain=Ic.toASCII(n.domain)),n.subdomain&&(n.subdomain=Ic.toASCII(n.subdomain))),n},r=function(e){for(var t=Ic.toASCII(e).split("."),o=0;o<t.length;o++){var n=t.slice(o).join("."),i=Cc.get(n);if(i)return i}return null}(t);if(!r)return i.length<2?n:(n.tld=i.pop(),n.sld=i.pop(),n.domain=[n.sld,n.tld].join("."),i.length&&(n.subdomain=i.pop()),a());n.listed=!0;var s=r.suffix.split("."),A=i.slice(0,i.length-s.length);return r.exception&&A.push(s.shift()),n.tld=s.join("."),!A.length||(r.wildcard&&(s.unshift(A.pop()),n.tld=s.join(".")),!A.length)||(n.sld=A.pop(),n.domain=[n.sld,n.tld].join("."),A.length&&(n.subdomain=A.join("."))),a()},Bc={expires:1},kc=function(){function e(){_classCallCheck(this,e),this.domain=function(e){return e&&vc(e).domain||null}(window.location.host)||""}return _createClass(e,[{key:"init",value:function(e,t,o){this.cookieKey=e,t&&this.setSessionCookies(t,o)}},{key:"setCookieKey",value:function(e){this.cookieKey=e}},{key:"setCookie",value:function(e,t,o){return o=Object.assign(Object.assign({domain:this.domain},Bc),o||{}),sA.set(e,t,o)}},{key:"setSessionCookies",value:function(e,t){if(this.cookieKey){var o=Sa(JSON.stringify(e));this.setCookie(this.cookieKey,o,t),cA.set(this.cookieKey,o)}}},{key:"getSessionCookies",value:function(){if(this.cookieKey){var e=sA.get(this.cookieKey);if(!e)return{};var t={};try{t=JSON.parse(Qa(e))}catch(e){return void console.warn("get session info from cookie failed")}return t}}},{key:"batchSet",value:function(e){var t=this.getSessionCookies();t&&this.cookieKey&&(t=Object.assign(t,e),this.setSessionCookies(t))}},{key:"set",value:function(e,t){var o=this.getSessionCookies();o&&this.cookieKey&&(o[e]=t,this.setSessionCookies(o))}},{key:"batchGet",value:function(e){var t=this.getSessionCookies()||{};if(!t||!this.cookieKey)return{};var o={};return e.forEach((function(e){o[e]=t[e]})),o}},{key:"get",value:function(e){var t=this.getSessionCookies()||{};return e?t[e]:t}},{key:"remove",value:function(e){var t=this.getSessionCookies();t&&this.cookieKey&&(("string"==typeof e?[e]:e).forEach((function(e){delete t[e]})),this.setSessionCookies(t))}},{key:"clear",value:function(e){(e=e||this.cookieKey)&&(sA.remove(this.cookieKey,{domain:this.domain}),cA.remove(this.cookieKey))}}]),e}(),bc=new kc,_c=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).focus=document.hasFocus(),e.handleFocusChange=function(t){"focus"===t.type?(e.focus=!0,e.emit("focus",e.focus)):(e.focus=!1,e.emit("blur",e.focus))},e}return _createClass(o,[{key:"init",value:function(){this.focus=document.hasFocus(),window.addEventListener("focus",this.handleFocusChange),window.addEventListener("blur",this.handleFocusChange)}},{key:"stop",value:function(){this.removeAllListeners(),window.removeEventListener("focus",this.handleFocusChange),window.removeEventListener("blur",this.handleFocusChange)}}]),o}(_t),wc=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).visible="visible"===document.visibilityState,e.handleVisibilityChange=function(){"visible"===document.visibilityState?e.visible=!0:e.visible=!1,e.emit("change",e.visible)},e}return _createClass(o,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"visibility";this.visible="visible"===document.visibilityState,"visibility"===e&&document.addEventListener("visibilitychange",this.handleVisibilityChange),"focus"===e&&(window.addEventListener("focus",this.handleFocusChange),window.addEventListener("blur",this.handleFocusChange))}},{key:"handleFocusChange",value:function(e){var t=e.type;"blur"===t?document.hasFocus()||(this.visible=!1,this.emit("change",this.visible)):"focus"===t&&(this.visible||(this.visible=!0,this.emit("change",this.visible)))}},{key:"stop",value:function(){this.removeAllListeners(),document.removeEventListener("visibilitychange",this.handleVisibilityChange),window.removeEventListener("focus",this.handleFocusChange),window.removeEventListener("blur",this.handleFocusChange)}}]),o}(_t),Sc=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).handleDocumentClick=function(){e.emit("click")},e}return _createClass(o,[{key:"init",value:function(){document.addEventListener("click",this.handleDocumentClick)}},{key:"stop",value:function(){this.removeAllListeners(),document.removeEventListener("click",this.handleDocumentClick)}}]),o}(_t),Qc=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).delay=150,e.listenerSubFrameClick=function(t){"SUB_FRAME_CLICK"===t.data.eventType&&e.emit("focus","click")},e.delayedCheck=function(){e.delayedCheckTimer&&clearTimeout(e.delayedCheckTimer),e.delayedCheckTimer=setTimeout((function(){document.hasFocus()&&"visible"===document.visibilityState&&e.emit("focus","focus"),e.delayedCheckTimer=void 0}),e.delay)},e.onWindowFocus=function(){e.delayedCheck()},e.onDocumentVisibility=function(t){t&&e.delayedCheck()},e.onDocumentClick=function(){e.emit("focus","click")},e}return _createClass(o,[{key:"init",value:function(){this.windowFocus=new _c,this.documentVisibility=new wc,this.documentClick=new Sc,this.windowFocus.init(),this.windowFocus.on("focus",this.onWindowFocus),this.documentVisibility.init(),this.documentVisibility.on("change",this.onDocumentVisibility),this.documentClick.init(),this.documentClick.on("click",this.onDocumentClick),window.addEventListener("message",this.listenerSubFrameClick)}},{key:"stop",value:function(){clearTimeout(this.delayedCheckTimer),this.delayedCheckTimer=void 0,window.removeEventListener("message",this.listenerSubFrameClick),this.windowFocus.stop(),this.documentVisibility.stop(),this.documentClick.stop()}}]),o}(_t),Rc=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).listenerType="focus",e.defaultCookieKey=Sa(k),e.handleOnFocus=function(t){if(("click"!==t||!e.isActiveTab())&&document.hasFocus()&&"visible"===document.visibilityState){var o=bc.get("sid"),n=bc.get("ctn"),i=AA.get("tabNo"),a=bc.get("stn"),r=bc.get("roles");i!==n&&(bc.remove("cst"),bc.set("ctn",i),i!==a&&o&&e.emit("change",{focus:!0,prevTabNo:n,currentTabNo:i,roles:r}))}},e.handlePageHide=function(){bc.set("cst","1")},e}return _createClass(o,[{key:"setParticipantType",value:function(e){this.participantType=e}},{key:"isClosedTab",value:function(){return"1"===this.getSessionCookie("cst")}},{key:"shouldToClearWhenError",value:function(){var e=this.getSessionCookies(["stn","ctn"])||{},t=e.stn,o=e.ctn;return!o||o&&o===t||this.participantType===gt.FOLLOWER}},{key:"setCookieKey",value:function(e){this.cookieKey=e||this.defaultCookieKey,bc.setCookieKey(this.cookieKey)}},{key:"clearCookieKey",value:function(){this.cookieKey="",bc.setCookieKey("")}},{key:"init",value:function(e){(null==e?void 0:e.cookieKey)&&(this.cookieKey=Sa(e.cookieKey)),bc.init(this.cookieKey),this.focusWindowListener=new Qc,this.focusWindowListener.init(),this.focusWindowListener.on("focus",this.handleOnFocus),window.addEventListener("pagehide",this.handlePageHide);var t=!!bc.get("sid"),o=bc.get("ctn"),n=Ec(8);AA.set("tabNo",n),document.hasFocus()&&(bc.set("ctn",n),t&&!this.isClosedTab()&&this.emit("change",{focus:!0,prevTabNo:o,currentTabNo:n}))}},{key:"setSessionCookie",value:function(e){this.cookieKey&&bc.batchSet(e)}},{key:"getSessionCookie",value:function(e){if(this.cookieKey)return bc.get(e)}},{key:"getSessionCookies",value:function(e){if(this.cookieKey)return bc.batchGet(e)}},{key:"removeSessionCookie",value:function(e){if(this.cookieKey)return bc.remove(e)}},{key:"updateSessionTabNo",value:function(e){this.cookieKey&&(e?!0===e?bc.set("stn",AA.get("tabNo")):bc.set("stn",e):bc.remove("stn"))}},{key:"isActiveTab",value:function(){var e=bc.get("ctn");return AA.get("tabNo")===e}},{key:"setSelfToCurrentTabNo",value:function(){var e=AA.get("tabNo");bc.set("ctn",e)}},{key:"ifCanBeReconnected",value:function(){var e=bc.get("stn"),t=AA.get("tabNo");return!("visible"!==document.visibilityState&&e&&t&&e!==t)}},{key:"clearListener",value:function(){var e;this.removeAllListeners(),null===(e=this.focusWindowListener)||void 0===e||e.stop()}},{key:"clearToInit",value:function(){var e=bc.get("ctn");bc.clear(),e&&bc.set("ctn",e)}},{key:"clearAll",value:function(){bc.clear(),bc.clear(this.defaultCookieKey)}},{key:"destroy",value:function(){this.clearAll(),this.clearListener(),this.clearCookieKey()}}]),o}(_t),Tc=(new Rc,function(){function e(t){_classCallCheck(this,e),this.status="initial",this.listenCookieTimer=void 0,this.cancelListenTimer=void 0,this.handleStorageListenBind=void 0,this.opts=Object.assign({interval:100,deadline:3e4,overtime:3e3,autoClear:!0},t),this.cookieOldValue=sA.get(this.opts.key),this.status="pending",this.racePromise=globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.race([this.listenStorage(),this.listenCookie(),this.cancelListener()])}return _createClass(e,[{key:"handleStorageListen",value:function(e,t,o){var n=o.key,i=o.newValue,a=o.oldValue;n===e&&null!==i&&(window.removeEventListener("storage",this.handleStorageListenBind),this.cookieOldValue=i,t({key:e,newValue:i,oldValue:a}))}},{key:"listenStorage",value:function(){var e=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t){e.handleStorageListenBind=e.handleStorageListen.bind(e,e.opts.key,t),window.addEventListener("storage",e.handleStorageListenBind)})).finally((function(){window.removeEventListener("storage",e.handleStorageListenBind)}))}},{key:"listenCookie",value:function(){var e=this,t=Date.now();return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(o,n){!function i(){var a=sA.get(e.opts.key);if(a!==e.cookieOldValue)return e.cookieOldValue=a,clearTimeout(e.listenCookieTimer),e.listenCookieTimer=void 0,void o({key:e.opts.key,newValue:a,oldValue:e.cookieOldValue});var r=Date.now();if(r-t>=e.opts.deadline)return n("---listen cookie timeout"),clearTimeout(e.listenCookieTimer),void(e.listenCookieTimer=void 0);var s=e.opts.interval;r-t>=e.opts.overtime&&(s*=2),e.listenCookieTimer=setTimeout(i,s)}()}))}},{key:"cancelListener",value:function(){var e=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(t,o){e.cancelReject=o,e.cancelListenTimer=setTimeout((function(){o("---cancel timeout")}),e.opts.deadline)}))}},{key:"then",value:function(e){var t=this;return this.racePromise.then((function(o){t.status="pending",e(o)}),(function(){t.status="fulfilled",e()})).finally((function(){t.opts.autoClear&&t.clear()}))}},{key:"clear",value:function(){window.removeEventListener("storage",this.handleStorageListenBind),this.handleStorageListenBind=void 0,clearTimeout(this.listenCookieTimer),clearTimeout(this.cancelListenTimer),this.listenCookieTimer=void 0,this.cancelListenTimer=void 0}},{key:"cancel",value:function(){this.clear(),this.status="cancelled",this.cancelReject&&this.cancelReject()}}]),e}()),Dc=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this)).listenerType="visibilityChange",e.defaultCookieKey=Sa(k),e.isLeft=!0,e.storageListener=void 0,e.handleVisibleChange=function(t){var o=bc.get("sid"),n=bc.get("ctn"),i=bc.get("roles"),a=AA.get("tabNo");if(t&&bc.remove("cst"),!o)return e.isLeft=!t,void(!n&&t&&bc.set("ctn",a));t?(e.storageListener&&(e.storageListener.cancel(),e.storageListener=void 0),n!==a&&(e.isLeft=!1,bc.set("ctn",a),e.emit("change",{visible:!0,prevTabNo:n,currentTabNo:a,roles:i}))):(e.storageListener=new Tc({key:e.cookieKey,autoClear:!1}),e.storageListener.then((function(t){var o,n=bc.get("ctn");t&&n!==a&&(e.isLeft=!0,e.emit("change",{visible:!1,prevTabNo:a,currentTabNo:n,roles:i}),null===(o=e.storageListener)||void 0===o||o.clear(),e.storageListener=void 0)})))},e.handlePageHide=function(){bc.set("cst","1")},e}return _createClass(o,[{key:"setParticipantType",value:function(e){this.participantType=e}},{key:"isClosedTab",value:function(){return"1"===this.getSessionCookie("cst")}},{key:"shouldToClearWhenError",value:function(){var e=this.getSessionCookies(["stn","ctn"])||{},t=e.stn,o=e.ctn;return!o||o&&o===t||this.participantType===gt.FOLLOWER}},{key:"setCookieKey",value:function(e){this.cookieKey=e||this.defaultCookieKey,bc.setCookieKey(this.cookieKey)}},{key:"clearCookieKey",value:function(){this.cookieKey="",bc.setCookieKey("")}},{key:"init",value:function(e){(null==e?void 0:e.cookieKey)&&(this.cookieKey=Sa(e.cookieKey)),bc.init(this.cookieKey),this.documentVisibility=new wc,this.documentVisibility.init(),this.documentVisibility.on("change",this.handleVisibleChange),window.addEventListener("pagehide",this.handlePageHide),this.isLeft=!this.documentVisibility.visible;var t=!!bc.get("sid"),o=bc.get("ctn"),n=Ec(8);AA.set("tabNo",n),this.documentVisibility.visible&&(bc.set("ctn",n),t&&!this.isClosedTab()&&this.emit("change",{visible:!0,prevTabNo:o,currentTabNo:n}))}},{key:"setSessionCookie",value:function(e){this.cookieKey&&bc.batchSet(e)}},{key:"getSessionCookie",value:function(e){if(this.cookieKey)return bc.get(e)}},{key:"getSessionCookies",value:function(e){if(this.cookieKey)return bc.batchGet(e)}},{key:"removeSessionCookie",value:function(e){if(this.cookieKey)return bc.remove(e)}},{key:"updateSessionTabNo",value:function(e){this.cookieKey&&(e?!0===e?bc.set("stn",AA.get("tabNo")):bc.set("stn",e):bc.remove("stn"))}},{key:"isActiveTab",value:function(){return!this.isLeft}},{key:"setSelfToCurrentTabNo",value:function(){var e=AA.get("tabNo");bc.set("ctn",e)}},{key:"ifCanBeReconnected",value:function(){var e=bc.get("stn"),t=AA.get("tabNo");return!("visible"!==document.visibilityState&&e&&t&&e!==t)}},{key:"clearListener",value:function(){var e,t;this.removeAllListeners(),null===(e=this.documentVisibility)||void 0===e||e.stop(),null===(t=this.storageListener)||void 0===t||t.cancel(),this.storageListener=void 0}},{key:"clearToInit",value:function(){var e=bc.get("ctn");bc.clear(),e&&bc.set("ctn",e)}},{key:"clearAll",value:function(){var e;bc.clear(),bc.clear(this.defaultCookieKey),null===(e=this.storageListener)||void 0===e||e.cancel(),this.storageListener=void 0}},{key:"destroy",value:function(){this.clearAll(),this.clearListener(),this.clearCookieKey()}}]),o}(_t);new Dc;Ss.isMobileDeviceOrDesktopUA,os(["CoBrowsing Session","CC"]);var Oc,Nc=os(["CoBrowsing Session","COMMON"]),Lc=function(){function e(){_classCallCheck(this,e),this.baseUrl=window.location.origin,this.refreshTokenTimer=null,this.refreshTokenInterval=3e5,this.refreshTokenTryTimes=0,this.refreshTokenTryMaxTimes=5,this.refreshTemplateTokenTimer=null,this.refreshTemplateTokenInterval=3e5,this.refreshTemplateTokenTryTimes=0,this.refreshTemplateTokenTryMaxTimes=5,this.auth_token="",this.authTokenSaveTime=0,this.zcb_auth_template_token="",this.initSessionDetailsOnce=!1,this.externalAuthTokenPromise=null,this.zcbAuthTokenPromise=null,this.zcbAuthTemplateTokenPromise=null}return _createClass(e,[{key:"setBaseUrl",value:function(e){e&&(this.baseUrl=e)}},{key:"getZCBWebToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.zcbAuthTokenPromise){e.next=2;break}return e.abrupt("return",globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(""));case 2:return e.abrupt("return",this.zcbAuthTokenPromise.promise.then((function(e){return"".concat(e.zcb_token)})));case 3:case"end":return e.stop()}}),e,this)})))}},{key:"getSyncZCBWebToken",value:function(){return this.auth_token}},{key:"getSyncZCBWebTokenLifeTime",value:function(){return this.authTokenSaveTime>0?Date.now()-this.authTokenSaveTime:0}},{key:"getSyncZCBWebTemplateToken",value:function(){return this.zcb_auth_template_token}},{key:"setZCBWebToken",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e&&(this.auth_token=e,this.authTokenSaveTime=Date.now(),this.zcbAuthTokenPromise=new kt,this.zcbAuthTokenPromise.resolve({zcb_token:e}),dc(z,{access_token:e}),this.startRefreshZCBTokenTimer());case 1:case"end":return t.stop()}}),t,this)})))}},{key:"getExternalToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.externalAuthTokenPromise){e.next=2;break}return e.abrupt("return",globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(""));case 2:return e.abrupt("return",this.externalAuthTokenPromise.promise.then((function(e){return"".concat(e.app_sdk_token)})));case 3:case"end":return e.stop()}}),e,this)})))}},{key:"setExternalToken",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e&&(this.externalAuthTokenPromise=new kt,this.externalAuthTokenPromise.resolve({app_sdk_token:e}),this.startRefreshZCBTokenTimer());case 1:case"end":return t.stop()}}),t,this)})))}},{key:"getZCBTemplateToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.zcbAuthTemplateTokenPromise){e.next=2;break}return e.abrupt("return",globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(""));case 2:return e.abrupt("return",this.zcbAuthTemplateTokenPromise.promise.then((function(e){return"".concat(e.zcb_auth_template_token)})));case 3:case"end":return e.stop()}}),e,this)})))}},{key:"setZCBTemplateToken",value:function(e){e&&(this.zcb_auth_template_token=e,this.zcbAuthTemplateTokenPromise=new kt,this.zcbAuthTemplateTokenPromise.resolve({zcb_auth_template_token:e}),dc(G,{access_token:e}),this.startRefreshZCBTemplateTokenTimer())}},{key:"clearAutoRefreshToken",value:function(){var e;e=[G,z],Da()&&e.forEach((function(e){sessionStorage.removeItem(Sa(e))}))}},{key:"getSessionStatus",value:function(e){var t,o;return s(this,void 0,void 0,_regeneratorRuntime().mark((function n(){var i,a,r,A,c=this;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i=e.authToken,a=e.retry,r=i?function(){return s(c,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",i);case 1:case"end":return e.stop()}}),e)})))}:e.isCallByZCB?function(){return s(c,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getZCBWebToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}:function(){return s(c,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getExternalToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))},A=!this.initSessionDetailsOnce&&(null===(t=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.sessionInfo)?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(null===(o=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===o?void 0:o.sessionInfo):Fc("".concat(this.baseUrl).concat(ht.getSessionStatus,"/").concat(e.pinCode||e.sessionId),{injectTokenHandler:r,retry:a}),this.initSessionDetailsOnce=!0,n.abrupt("return",A.then((function(e){return s(c,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.handleSessionDetails(e));case 1:case"end":return t.stop()}}),t,this)})))})));case 5:case"end":return n.stop()}}),n,this)})))}},{key:"joinSessionStatus",value:function(e){var t,o;return s(this,void 0,void 0,_regeneratorRuntime().mark((function n(){var i,a,r,A,c,u=this;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i=e.isCallByZCB?function(){return s(u,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getZCBWebToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}:function(){return s(u,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getExternalToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))},a=vA(ht.joinSession),r=a.expand({pinCode:e.pinCode||""}),A=new URL(r,this.baseUrl),e.customAgentName&&A.searchParams.append("custom_user_name",encodeURIComponent(e.customAgentName)),c=!this.initSessionDetailsOnce&&(null===(t=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.sessionInfo)?globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve(null===(o=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===o?void 0:o.sessionInfo):Fc(A,{injectTokenHandler:i}),this.initSessionDetailsOnce=!0,n.abrupt("return",c.then((function(e){return s(u,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.handleSessionDetails(e));case 1:case"end":return t.stop()}}),t,this)})))})));case 8:case"end":return n.stop()}}),n,this)})))}},{key:"joinSession",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).externalToken,i=o.pinCode,a=o.customAgentName,!n){t.next=4;break}return t.next=4,this.setZCBWebToken(n);case 4:if(i){t.next=6;break}throw Error("pinCode is empty");case 6:return t.abrupt("return",this.joinSessionStatus({pinCode:i,isCallByZCB:!0,customAgentName:a}));case 7:case"end":return t.stop()}}),t,this)})))}},{key:"joinSessionbySessionId",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).externalToken,i=o.sessionId,!n){t.next=4;break}return t.next=4,this.setZCBWebToken(n);case 4:return t.abrupt("return",this.getSessionStatus({sessionId:i,isCallByZCB:!0}));case 5:case"end":return t.stop()}}),t,this)})))}},{key:"createSession",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a,r,A,c=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).start_url,i=o.externalToken,a=o.sessionConfig,r=o.cobrowse_code,A=o.sdk_version,!i){t.next=4;break}return t.next=4,this.setExternalToken(i);case 4:return this.initSessionDetailsOnce=!0,t.abrupt("return",xc("".concat(this.baseUrl).concat(ht.createSession),{body:{start_url:n,session_settings:null==a?void 0:a.session_settings,cobrowse_code:r,sdk_version:A},injectTokenHandler:function(){return s(c,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getExternalToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}}).then((function(e){return s(c,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.handleSessionDetails(e));case 1:case"end":return t.stop()}}),t,this)})))})));case 6:case"end":return t.stop()}}),t,this)})))}},{key:"autoJoinSession",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=(o=e||{}).externalToken,i=o.sessionId,!n){t.next=4;break}return t.next=4,this.setExternalToken(n);case 4:return t.abrupt("return",this.getSessionStatus({sessionId:i}));case 5:case"end":return t.stop()}}),t,this)})))}},{key:"reportSessionStatusLog",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a,r,s,A,c,u,l,g,p;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=(o=e||{}).appKey,i=o.uuid,a=o.sessionId,r=o.sessionStage,s=o.errorCode,A=o.externalErrorCode,c=o.errorMessage,u=o.timestamp,l={client_id:i,session_id:a,session_status:r,error_code:s,external_error_code:A,error_message:c,ts:u,sdk_source_type:Da()?uo.NPM:uo.CDN},g=vA(ht.reportSessionStatusLog),p=g.expand({appKey:n}),Nc.log("start report session status log, ".concat((new Date).valueOf())),t.abrupt("return",Pc("".concat(this.baseUrl).concat(p),{body:l}).then((function(){Nc.log("report session status log success, ".concat((new Date).valueOf()))}),(function(e){Nc.error("report session status log failed, ".concat(e))})));case 6:case"end":return t.stop()}}),t,this)})))}},{key:"refreshZCBToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(this.refreshTokenTimer&&this.refreshTokenTryTimes>=this.refreshTokenTryMaxTimes)){e.next=5;break}return this.stopRefreshZCBTokenTimer(),this.refreshTokenTryTimes=0,Nc.error("stopRefreshZCBTokenTimer ".concat(this.refreshTokenTryTimes)),e.abrupt("return");case 5:return Nc.log("start refresh zcb auth token"),e.abrupt("return",xc("".concat(this.baseUrl).concat(ht.refreshZCBToken)).then((function(e){return s(t,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.auth_token){t.next=8;break}return Nc.log("refreshZCBToken success, ".concat((new Date).valueOf())),t.next=4,EA({authToken:e.auth_token});case 4:return t.next=6,this.setZCBWebToken(e.auth_token);case 6:t.next=9;break;case 8:Nc.error("refreshZCBToken failed, auth_token is empty");case 9:Nc.log("zcb auth token has been refreshed");case 10:case"end":return t.stop()}}),t,this)})))})).catch((function(e){throw Nc.error("refresh auth token failed, code: ".concat(null==e?void 0:e.code,",reason: ").concat(null==e?void 0:e.msg)),403!==(null==e?void 0:e.statusCode)&&401!==(null==e?void 0:e.statusCode)||t.stopRefreshZCBTokenTimer(),t.refreshTokenTryTimes++,e})));case 7:case"end":return e.stop()}}),e,this)})))}},{key:"refreshZCBTemplateToken",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(this.refreshTemplateTokenTimer&&this.refreshTemplateTokenTryTimes>=this.refreshTemplateTokenTryMaxTimes)){e.next=5;break}return Nc.error("stopRefreshZCBTemplateTokenTimer ".concat(this.refreshTemplateTokenTryTimes)),this.stopRefreshZCBTemplateTokenTimer(),this.refreshTemplateTokenTryTimes=0,e.abrupt("return");case 5:return Nc.log("start refresh zcb template token"),e.abrupt("return",xc("".concat(this.baseUrl).concat(ht.refreshZCBToken),{injectTokenHandler:function(){return s(t,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getZCBTemplateToken();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}}).then((function(e){return s(t,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.auth_token){t.next=7;break}return Nc.log("refreshZCBTemplateToken success, ".concat((new Date).valueOf())),this.zcb_auth_template_token=e.auth_token,t.next=5,this.setZCBTemplateToken(e.auth_token);case 5:t.next=8;break;case 7:Nc.error("refreshZCBTemplateToken failed, auth_token is empty");case 8:Nc.log("zcb template token has been refreshed");case 9:case"end":return t.stop()}}),t,this)})))})).catch((function(e){throw Nc.error("refresh template token failed, code: ".concat(null==e?void 0:e.code,",reason: ").concat(null==e?void 0:e.msg)),403!==(null==e?void 0:e.statusCode)&&401!==(null==e?void 0:e.statusCode)||t.stopRefreshZCBTemplateTokenTimer(),t.refreshTemplateTokenTryTimes++,e})));case 7:case"end":return e.stop()}}),e,this)})))}},{key:"startRefreshZCBTokenTimer",value:function(){var e=this;this.refreshTokenTimer&&this.stopRefreshZCBTokenTimer(),this.refreshTokenTimer=setTimeout((function(){e.refreshZCBToken(),e.startRefreshZCBTokenTimer()}),this.refreshTokenInterval)}},{key:"stopRefreshZCBTokenTimer",value:function(){this.refreshTokenTimer&&(clearTimeout(this.refreshTokenTimer),this.refreshTokenTimer=null)}},{key:"startRefreshZCBTemplateTokenTimer",value:function(){var e=this;this.refreshTemplateTokenTimer&&this.stopRefreshZCBTemplateTokenTimer(),this.refreshTemplateTokenTimer=setTimeout((function(){e.refreshZCBTemplateToken(),e.startRefreshZCBTemplateTokenTimer()}),this.refreshTemplateTokenInterval)}},{key:"stopRefreshZCBTemplateTokenTimer",value:function(){this.refreshTemplateTokenTimer&&(clearTimeout(this.refreshTemplateTokenTimer),this.refreshTemplateTokenTimer=null)}},{key:"handleSessionDetails",value:function(e){var t;return s(this,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,i,a,r,s;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return n=e.session_id,i=null===(t=e.current_user)||void 0===t?void 0:t.auth_token,a=e.cobrowse_code,i&&(i===this.auth_token?Nc.error("getSessionStatus, authToken is the same as local"):Nc.log("getSessionStatus, get new authToken from server")),o.next=6,this.setZCBWebToken(i);case 6:if(!n){o.next=9;break}return o.next=9,EA({sessionId:n,authToken:i,pinCode:a});case 9:return r=(e.session_regions||[]).map((function(e){return{delay:e.delay,dcsz_address:e.region}})),e.sdk_config&&(s=e.sdk_config,To.setCoBrowsingConfig({maxCBSReconnectTimeout:s.max_cbs_reconnect_timeout,wsMsgTransSplitSize:s.ws_msg_trans_split_size,innerEndpoint:s.inner_endpoint,gatewayEndpoint:s.gateway_endpoint,enableZcbClientLog:s.enable_zcb_client_log})),o.abrupt("return",{sessionId:n,startUrl:e.start_url,currentParticipant:{user_id:e.current_user.user_id,participant_type:String(e.current_user.role_type),user_name:Ra(e.current_user.user_name)},sessionRegions:{endpoints:r,trace_id:e.trace_id,auth_token:i},sessionSettings:e.session_settings,split_wss:!1!==e.split_wss,cobrowseCode:e.cobrowse_code,sdk_version:e.sdk_version,ntp_deviation:e.ntp_deviation,ntp_deviation_recent_count:e.ntp_deviation_recent_count,ntp_send_interval:e.ntp_send_interval,mutation_send_interval:e.mutation_send_interval,sdk_config:e.sdk_config,compress_message_zlib:!!e.compress_message_zlib,enable_web_assembly:e.enable_web_assembly,enable_web_worker:e.enable_web_worker,traffic_splitting_percent:e.traffic_splitting_percent});case 12:case"end":return o.stop()}}),o,this)})))}}]),e}(),jc=new Lc,Mc=function(e){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.ok){t.next=8;break}return Nc.log("call web server success, res.ok"),t.next=4,e.json();case 4:return o=t.sent,t.abrupt("return",o);case 8:return t.next=10,e.json();case 10:throw n=t.sent,new Is(n.message,n.code,e.status);case 12:case"end":return t.stop()}}),t)})))},Fc=function(e,t){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,i,a,s,A,c,u,l,g;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(i=(n=t||{}).headers,a=void 0===i?{}:i,s=n.injectTokenHandler,A=r(n,["headers","injectTokenHandler"]),c=ir.getZmTrackingIdForWeb(),La(e)?Nc.log("zmTrackingIdForWeb:".concat(c,", url ").concat(e)):Nc.log("zmTrackingIdForWeb:".concat(c)),(u=new URL(e.toString())).searchParams.set("t",Date.now().toString()),!s){o.next=11;break}return o.next=8,s();case 8:o.t0=o.sent,o.next=14;break;case 11:return o.next=13,null==jc?void 0:jc.getZCBWebToken();case 13:o.t0=o.sent;case 14:return l=o.t0,o.next=17,Fs(u,Object.assign({headers:Object.assign({"Content-Type":"application/json",Authorization:"Bearer ".concat(l),"x-zm-trackingid":c},a),method:"GET",handleJsonResponse:Mc},A));case 17:return g=o.sent,o.abrupt("return",g);case 19:case"end":return o.stop()}}),o)})))},xc=function(e,t){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,i,a,s,A,c,u,l,g;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(i=(n=t||{}).body,a=n.headers,s=void 0===a?{}:a,A=n.injectTokenHandler,c=r(n,["body","headers","injectTokenHandler"]),u=ir.getZmTrackingIdForWeb(),La(e)?Nc.log("zmTrackingIdForWeb:".concat(u,", url ").concat(e)):Nc.log("zmTrackingIdForWeb:".concat(u)),!A){o.next=9;break}return o.next=6,A();case 6:o.t0=o.sent,o.next=12;break;case 9:return o.next=11,null==jc?void 0:jc.getZCBWebToken();case 11:o.t0=o.sent;case 12:return l=o.t0,o.next=15,Fs(e,Object.assign({headers:Object.assign({"Content-Type":"application/json",Authorization:"Bearer ".concat(l),"x-zm-trackingid":u},s),method:"POST",body:JSON.stringify(i),handleJsonResponse:Mc},c));case 15:return g=o.sent,o.abrupt("return",g);case 17:case"end":return o.stop()}}),o)})))},Pc=function(e,t){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,i,a,s,A,c,u,l,g;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(i=(n=t||{}).body,a=n.headers,s=void 0===a?{}:a,A=n.injectTokenHandler,c=r(n,["body","headers","injectTokenHandler"]),u=ir.getZmTrackingIdForWeb(),La(e)?Nc.log("zmTrackingIdForWeb:".concat(u,", url ").concat(e)):Nc.log("zmTrackingIdForWeb:".concat(u)),!A){o.next=9;break}return o.next=6,A();case 6:o.t0=o.sent,o.next=12;break;case 9:return o.next=11,null==jc?void 0:jc.getZCBWebToken();case 11:o.t0=o.sent;case 12:return l=o.t0,o.next=15,Fs(e,Object.assign({headers:Object.assign(Object.assign(Object.assign({"Content-Type":"application/json"},l?{Authorization:"Bearer ".concat(l)}:null),{"x-zm-trackingid":u}),s),method:"PATCH",body:JSON.stringify(i)},c));case 15:return g=o.sent,o.abrupt("return",g);case 17:case"end":return o.stop()}}),o)})))};!function(e){e[e.PING_TIMEOUT=0]="PING_TIMEOUT",e[e.RECONNECT=1]="RECONNECT",e[e.DESTROYED=2]="DESTROYED",e[e.DESTROY_BEFORE_CREATE=3]="DESTROY_BEFORE_CREATE"}(Oc||(Oc={}));var Uc=function(){function e(t,o){_classCallCheck(this,e),this.options=t,this.pingCount=1,this.seq=1,this.keepAliveTimerId=null,this.keepAliveTimerCheckId=null,this._pending=null,this.isConnectedOnce=!1,this.isClosedOnce=!1,this.isDestroyed=!1,this.pongRecvTime=0,this.pingCountTime=0,this.reconnectTimerId=null,this.reconnectMaxTimes=3,this.reconectCurrentTime=0,this.beforeSendHook=o.beforeSendHook,this.beforeReceiveHook=o.beforeReceiveHook;var n=this.options.KEEP_ALIVE_DURATION;this.KEEP_ALIVE_DURATION=n||3e4,this.connType=this.options.connType,this.options.canReconnectWhenFailover=!!Object.hasOwnProperty.call(this.options,"canReconnectWhenFailover")&&this.options.canReconnectWhenFailover}return _createClass(e,[{key:"isWorking",get:function(){var e;return(null===(e=this.socket)||void 0===e?void 0:e.readyState)===WebSocket.OPEN}},{key:"setHandlers",value:function(){var e=this;this.onPingTimeout=function(){null!==e.keepAliveTimerCheckId&&(e.clearSocketStatus(Oc.PING_TIMEOUT),e.keepAliveTimerCheckId=null,e.options.onPingTimeout&&e.options.onPingTimeout(e.pingCountTime,e.pingCount))}}},{key:"pingHandler",value:function(e,t){var o=this;this.pingSendTime=Date.now(),this.send({evt:e,body:t,seq:this.pingCount++}),this.keepAliveTimerCheckId=setTimeout((function(){return o.onPingTimeout()}),this.KEEP_ALIVE_DURATION-5e3)}},{key:"send",value:function(e){var t,o,n;if(this.socket)if("string"!=typeof e){var i=e;"[object Object]"===Object.prototype.toString.call(e)?(Object.hasOwnProperty.call(e,"seq")||(i=Object.assign(Object.assign({},e),{seq:this.seq++})),null===(t=this.beforeSendHook)||void 0===t||t.beforeSend(i),null===(o=this.socket)||void 0===o||o.send(JSON.stringify(i))):null===(n=this.socket)||void 0===n||n.send(i)}else this.options.tracelog.error("invalid string message, connType: ".concat(this.connType));else this.options.tracelog.warn("socket is not ready, message dropped, connType: ".concat(this.connType))}},{key:"fulfillPendingConnection",value:function(){this.options.tracelog.log("socket onReady, connType: ".concat(this.connType)),this.clearReconnectTimer(),this.pendingSettled(!0)}},{key:"rejectPendingConnection",value:function(){var e;null===(e=this._pending)||void 0===e||e.reject()}},{key:"onMessage",value:function(e){var t,o,n,i,a,r,s,A;if(this._pending)null===(o=(t=this.options).onReady)||void 0===o||o.call(t,e);else if("[object Object]"===Object.prototype.toString.call(e)){var c=e;if(c.evt===Eo.WS_CONN_KEEPALIVE)try{var u=c;if(void 0===u.evt||u.evt!==Eo.WS_CONN_KEEPALIVE)return;if(u.seq>=this.pingCount-2&&u.seq<=this.pingCount+2&&null!==this.keepAliveTimerCheckId){clearTimeout(this.keepAliveTimerCheckId),this.keepAliveTimerCheckId=null;var l=this.pingSendTime;l&&(this.pingCountTime+=Date.now()-l)}this.pongRecvTime=Date.now()}catch(e){this.options.tracelog.error(e)}else if(c.evt===Eo.WS_CONN_VECTOR_DATA&&(null===(i=null===(n=c.body)||void 0===n?void 0:n.data)||void 0===i?void 0:i.eventType)===fo.RTT){var g=c.body.data.data||{},p=g.idx,h=g.sstime,d={evt:Eo.WS_CONN_VECTOR_DATA,body:{data:{eventType:fo.RTT,data:{idx:p,sstime:h,crtime:Date.now()}}}};this.send(d)}else null===(r=(a=this.options).onMessage)||void 0===r||r.call(a,e,this.connType)}else null===(A=(s=this.options).onMessage)||void 0===A||A.call(s,e,this.connType)}},{key:"clearTimer",value:function(){this.keepAliveTimerId&&clearInterval(this.keepAliveTimerId),this.keepAliveTimerId=null,this.keepAliveTimerCheckId&&clearTimeout(this.keepAliveTimerCheckId),this.keepAliveTimerCheckId=null}},{key:"destroy",value:function(){this.isDestroyed=!0,this.clearSocketStatus(Oc.DESTROYED)}},{key:"clearSocketStatus",value:function(e){var t,o,n,i,a;if(this.clearTimer(),this.socket){var r=function(){};this.socket.onmessage=r,this.socket.onclose=r,this.socket.onopen=r,this.socket.onerror=r,null===(o=(t=this.options).onManualClose)||void 0===o||o.call(t,this.connType),e===Oc.PING_TIMEOUT&&(null===(i=null===(n=this.options)||void 0===n?void 0:n.onFailOver)||void 0===i||i.call(n,this.connType));var s=this.pingSendTime||0,A=this.pongRecvTime||0,c=A-s;(c<0||c>6e4)&&this.options.tracelog.warn("this.socket?.close(), connType:".concat(this.connType,", pingTime ").concat(c<0?"negative":"too large",": ").concat(c,"ms")),this.options.tracelog.warn("this.socket?.close(), connType=".concat(this.connType,", reason=").concat(Oc[e],", pingSendTime: ").concat(s,", pongRecvTime: ").concat(A,", pingTime: ").concat(c)),null===(a=this.socket)||void 0===a||a.close(),this.socket=null}}},{key:"createSocket",value:function(){var e=this;this.clearSocketStatus(Oc.DESTROY_BEFORE_CREATE),this.setHandlers();var t=new URL(this.url);this.query&&Object.keys(this.query).forEach((function(o){t.searchParams.append(o,e.query[o])})),this.isClosedOnce=!1,this.socket=new WebSocket("".concat(t)),this.socket.binaryType="arraybuffer",this.socket.onmessage=function(t){e.reconectCurrentTime=0,e.beforeReceiveHook.checkSeq(t.data,e.onMessage.bind(e))},this.socket.onclose=this.onClose.bind(this),this.socket.onerror=this.onClose.bind(this),this.socket.onopen=this.onOpen.bind(this)}},{key:"pendingSettled",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];e&&(this.isConnectedOnce=!0),this._pending&&(e?this._pending.resolve(!0):this._pending.reject(),this._pending=null)}},{key:"connect",value:function(e){if(!this.isDestroyed&&!this._pending){this._pending=new kt;var t=e.url,o=e.query;this.url=t,this.query=o,this.query.joinTime=Date.now(),this.createSocket()}}},{key:"clearReconnectTimer",value:function(){this.reconnectTimerId&&(clearTimeout(this.reconnectTimerId),this.reconnectTimerId=null)}},{key:"setReconnectTimer",value:function(){var e=this;this.clearReconnectTimer(),this.reconnectTimerId=setTimeout((function(){e.connect({url:e.url,query:e.query}),e.reconectCurrentTime++}),this.options.reConnectInterval||5e3)}},{key:"tryReConect",value:function(){var e,t,o,n;if(this.clearSocketStatus(Oc.RECONNECT),!this.isClosedOnce&&!this.isDestroyed&&(!this.isConnectedOnce||!this.options.onFailOver||(null===(t=(e=this.options).onFailOver)||void 0===t||t.call(e,this.connType),this.options.canReconnectWhenFailover)))return this.reconectCurrentTime>=this.reconnectMaxTimes?(null===(n=(o=this.options).onConnectFail)||void 0===n||n.call(o,this.connType),void this.clearReconnectTimer()):void this.setReconnectTimer()}},{key:"onOpen",value:function(e){var t,o,n=this;this.keepAliveTimerId=setInterval((function(){n.pingHandler(Eo.WS_CONN_KEEPALIVE,{})}),this.KEEP_ALIVE_DURATION),null===(o=(t=this.options).onOpen)||void 0===o||o.call(t,e,this.connType,this.isWorking)}},{key:"onClose",value:function(e){var t,o;this.options.tracelog.error("socket close, connType: ".concat(this.connType)),this.pendingSettled(!1),null===(o=(t=this.options).onClose)||void 0===o||o.call(t,e,this.connType,this.isWorking),this.tryReConect(),this.isClosedOnce=!0}}]),e}(),Gc={},zc={};!function(e){var t="function"==typeof Object.defineProperties?Object.defineProperty:function(e,t,o){e!=Array.prototype&&e!=Object.prototype&&(e[t]=o.value)},o=("undefined"!=typeof window&&window,Ne);function n(){n=function(){},o.Symbol||(o.Symbol=r)}function i(e,o){this.a=e,t(this,"description",{configurable:!0,writable:!0,value:o})}i.prototype.toString=function(){return this.a};var a,r=(a=0,function e(t){if(this instanceof e)throw new TypeError("Symbol is not a constructor");return new i("jscomp_symbol_"+(t||"")+"_"+a++,t)});function s(){n();var e=o.Symbol.iterator;e||(e=o.Symbol.iterator=o.Symbol("Symbol.iterator")),"function"!=typeof Array.prototype[e]&&t(Array.prototype,e,{configurable:!0,writable:!0,value:function(){return function(e){return s(),e={next:e},e[o.Symbol.iterator]=function(){return this},e}(function(e){var t=0;return function(){return t<e.length?{done:!1,value:e[t++]}:{done:!0}}}(this))}}),s=function(){}}!function(e,n){if(n){var i=o;e=e.split(".");for(var a=0;a<e.length-1;a++){var r=e[a];r in i||(i[r]={}),i=i[r]}(n=n(a=i[e=e[e.length-1]]))!=a&&null!=n&&t(i,e,{configurable:!0,writable:!0,value:n})}}("Array.prototype.entries",(function(e){return e||function(){return function(e,t){s(),e instanceof String&&(e+="");var o=0,n={next:function(){if(o<e.length){var i=o++;return{value:t(i,e[i]),done:!1}}return n.next=function(){return{done:!0,value:void 0}},n.next()}};return n[Symbol.iterator]=function(){return n},n}(this,(function(e,t){return[e,t]}))}}));var A=Ne||self;function c(e,t,o){e=e.split("."),o=o||A,e[0]in o||void 0===o.execScript||o.execScript("var "+e[0]);for(var n;e.length&&(n=e.shift());)e.length||void 0===t?o=o[n]&&o[n]!==Object.prototype[n]?o[n]:o[n]={}:o[n]=t}function u(e){var t=_typeof(e);if("object"==t){if(!e)return"null";if(e instanceof Array)return"array";if(e instanceof Object)return t;var o=Object.prototype.toString.call(e);if("[object Window]"==o)return"object";if("[object Array]"==o||"number"==typeof e.length&&void 0!==e.splice&&void 0!==e.propertyIsEnumerable&&!e.propertyIsEnumerable("splice"))return"array";if("[object Function]"==o||void 0!==e.call&&void 0!==e.propertyIsEnumerable&&!e.propertyIsEnumerable("call"))return"function"}else if("function"==t&&void 0===e.call)return"object";return t}function l(e){var t=_typeof(e);return"object"==t&&null!=e||"function"==t}var g="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");var p=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t,void 0)}:function(e,t){for(var o=e.length,n="string"==typeof e?e.split(""):e,i=0;i<o;i++)i in n&&t.call(void 0,n[i],i,e)},h=Array.prototype.map?function(e,t){return Array.prototype.map.call(e,t,void 0)}:function(e,t){for(var o=e.length,n=Array(o),i="string"==typeof e?e.split(""):e,a=0;a<o;a++)a in i&&(n[a]=t.call(void 0,i[a],a,e));return n};function d(e,t,o){return 2>=arguments.length?Array.prototype.slice.call(e,t):Array.prototype.slice.call(e,t,o)}function E(e,t,o,n){var i="Assertion failed";if(o){i+=": "+o;var a=n}else e&&(i+=": "+e,a=t);throw Error(i,a||[])}function f(e,t,o){for(var n=[],i=2;i<arguments.length;++i)n[i-2]=arguments[i];return e||E("",null,t,n),e}function m(e,t){for(var o=[],n=1;n<arguments.length;++n)o[n-1]=arguments[n];throw Error("Failure"+(e?": "+e:""),o)}function I(e,t,o,n){for(var i=[],a=3;a<arguments.length;++a)i[a-3]=arguments[a];e instanceof t||E("Expected instanceof %s but got %s.",[C(t),C(e)],o,i)}function C(e){return e instanceof Function?e.displayName||e.name||"unknown type name":e instanceof Object?e.constructor.displayName||e.constructor.name||Object.prototype.toString.call(e):null===e?"null":_typeof(e)}function y(e,t){if(this.c=e,this.b=t,this.a={},this.arrClean=!0,0<this.c.length){for(e=0;e<this.c.length;e++){var o=(t=this.c[e])[0];this.a[o.toString()]=new b(o,t[1])}this.arrClean=!0}}function v(e){this.a=0,this.b=e}function B(e,t){return e.b?(t.a||(t.a=new e.b(t.value)),t.a):t.value}function k(e){e=e.a;var t,o=[];for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&o.push(t);return o}function b(e,t){this.key=e,this.value=t,this.a=void 0}function _(e){if(8192>=e.length)return String.fromCharCode.apply(null,e);for(var t="",o=0;o<e.length;o+=8192)t+=String.fromCharCode.apply(null,d(e,o,o+8192));return t}c("jspb.Map",y,void 0),y.prototype.g=function(){if(this.arrClean){if(this.b){var e,t=this.a;for(e in t)if(Object.prototype.hasOwnProperty.call(t,e)){var o=t[e].a;o&&o.g()}}}else{for(this.c.length=0,(t=k(this)).sort(),e=0;e<t.length;e++){var n=this.a[t[e]];(o=n.a)&&o.g(),this.c.push([n.key,n.value])}this.arrClean=!0}return this.c},y.prototype.toArray=y.prototype.g,y.prototype.Mc=function(e,t){for(var o=this.g(),n=[],i=0;i<o.length;i++){var a=this.a[o[i][0].toString()];B(this,a);var r=a.a;r?(f(t),n.push([a.key,t(e,r)])):n.push([a.key,a.value])}return n},y.prototype.toObject=y.prototype.Mc,y.fromObject=function(e,t,o){t=new y([],t);for(var n=0;n<e.length;n++){var i=e[n][0],a=o(e[n][1]);t.set(i,a)}return t},v.prototype.next=function(){return this.a<this.b.length?{done:!1,value:this.b[this.a++]}:{done:!0,value:void 0}},"undefined"!=typeof Symbol&&(v.prototype[Symbol.iterator]=function(){return this}),y.prototype.Jb=function(){return k(this).length},y.prototype.getLength=y.prototype.Jb,y.prototype.clear=function(){this.a={},this.arrClean=!1},y.prototype.clear=y.prototype.clear,y.prototype.Cb=function(e){e=e.toString();var t=this.a.hasOwnProperty(e);return delete this.a[e],this.arrClean=!1,t},y.prototype.del=y.prototype.Cb,y.prototype.Eb=function(){var e=[],t=k(this);t.sort();for(var o=0;o<t.length;o++){var n=this.a[t[o]];e.push([n.key,n.value])}return e},y.prototype.getEntryList=y.prototype.Eb,y.prototype.entries=function(){var e=[],t=k(this);t.sort();for(var o=0;o<t.length;o++){var n=this.a[t[o]];e.push([n.key,B(this,n)])}return new v(e)},y.prototype.entries=y.prototype.entries,y.prototype.keys=function(){var e=[],t=k(this);t.sort();for(var o=0;o<t.length;o++)e.push(this.a[t[o]].key);return new v(e)},y.prototype.keys=y.prototype.keys,y.prototype.values=function(){var e=[],t=k(this);t.sort();for(var o=0;o<t.length;o++)e.push(B(this,this.a[t[o]]));return new v(e)},y.prototype.values=y.prototype.values,y.prototype.forEach=function(e,t){var o=k(this);o.sort();for(var n=0;n<o.length;n++){var i=this.a[o[n]];e.call(t,B(this,i),i.key,this)}},y.prototype.forEach=y.prototype.forEach,y.prototype.set=function(e,t){var o=new b(e);return this.b?(o.a=t,o.value=t.g()):o.value=t,this.a[e.toString()]=o,this.arrClean=!1,this},y.prototype.set=y.prototype.set,y.prototype.get=function(e){if(e=this.a[e.toString()])return B(this,e)},y.prototype.get=y.prototype.get,y.prototype.has=function(e){return e.toString()in this.a},y.prototype.has=y.prototype.has,y.prototype.Jc=function(e,t,o,n,i){var a=k(this);a.sort();for(var r=0;r<a.length;r++){var s=this.a[a[r]];t.Va(e),o.call(t,1,s.key),this.b?n.call(t,2,B(this,s),i):n.call(t,2,s.value),t.Ya()}},y.prototype.serializeBinary=y.prototype.Jc,y.deserializeBinary=function(e,t,o,n,i,a,r){for(;t.oa()&&!t.bb();){var s=t.c;1==s?a=o.call(t):2==s&&(e.b?(f(i),r||(r=new e.b),n.call(t,r,i)):r=n.call(t))}f(null!=a),f(null!=r),e.set(a,r)};var w={"\\0":"\\\\0","\\b":"\\\\b","\\f":"\\\\f","\\n":"\\\\n","\\r":"\\\\r","\\t":"\\\\t","\\v":"\\\\x0B",\'"\':\'\\\\"\',"\\\\":"\\\\\\\\","<":"\\\\u003C"},S={"\'":"\\\\\'"},Q={},R=null;function T(e,t){void 0===t&&(t=0),O(),t=Q[t];for(var o=[],n=0;n<e.length;n+=3){var i=e[n],a=n+1<e.length,r=a?e[n+1]:0,s=n+2<e.length,A=s?e[n+2]:0,c=i>>2;i=(3&i)<<4|r>>4,r=(15&r)<<2|A>>6,A&=63,s||(A=64,a||(r=64)),o.push(t[c],t[i],t[r]||"",t[A]||"")}return o.join("")}function D(e){var t=e.length,o=3*t/4;o%3?o=Math.floor(o):-1!="=.".indexOf(e[t-1])&&(o=-1!="=.".indexOf(e[t-2])?o-2:o-1);var n=new Uint8Array(o),i=0;return function(e,t){function o(t){for(;n<e.length;){var o=e.charAt(n++),i=R[o];if(null!=i)return i;if(!/^[\\s\\xa0]*$/.test(o))throw Error("Unknown base64 encoding at char: "+o)}return t}O();for(var n=0;;){var i=o(-1),a=o(0),r=o(64),s=o(64);if(64===s&&-1===i)break;t(i<<2|a>>4),64!=r&&(t(a<<4&240|r>>2),64!=s&&t(r<<6&192|s))}}(e,(function(e){n[i++]=e})),n.subarray(0,i)}function O(){if(!R){R={};for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),t=["+/=","+/","-_=","-_.","-_"],o=0;5>o;o++){var n=e.concat(t[o].split(""));Q[o]=n;for(var i=0;i<n.length;i++){var a=n[i];void 0===R[a]&&(R[a]=i)}}}}c("jspb.ConstBinaryMessage",(function(){}),void 0),c("jspb.BinaryMessage",(function(){}),void 0),c("jspb.BinaryConstants.FieldType",{yb:-1,ee:1,FLOAT:2,ke:3,te:4,je:5,xb:6,wb:7,BOOL:8,re:9,ie:10,le:11,ce:12,se:13,ge:14,me:15,ne:16,oe:17,pe:18,he:30,ve:31},void 0),c("jspb.BinaryConstants.WireType",{yb:-1,ue:0,xb:1,de:2,qe:3,fe:4,wb:5},void 0),c("jspb.BinaryConstants.FieldTypeToWireType",(function(e){switch(e){case 5:case 3:case 13:case 4:case 17:case 18:case 8:case 14:case 31:return 0;case 1:case 6:case 16:case 30:return 1;case 9:case 11:case 12:return 2;case 2:case 7:case 15:return 5;default:return-1}}),void 0),c("jspb.BinaryConstants.INVALID_FIELD_NUMBER",-1,void 0),c("jspb.BinaryConstants.FLOAT32_EPS",1401298464324817e-60,void 0),c("jspb.BinaryConstants.FLOAT32_MIN",11754943508222875e-54,void 0),c("jspb.BinaryConstants.FLOAT32_MAX",34028234663852886e22,void 0),c("jspb.BinaryConstants.FLOAT64_EPS",5e-324,void 0),c("jspb.BinaryConstants.FLOAT64_MIN",22250738585072014e-324,void 0),c("jspb.BinaryConstants.FLOAT64_MAX",17976931348623157e292,void 0),c("jspb.BinaryConstants.TWO_TO_20",1048576,void 0),c("jspb.BinaryConstants.TWO_TO_23",8388608,void 0),c("jspb.BinaryConstants.TWO_TO_31",2147483648,void 0),c("jspb.BinaryConstants.TWO_TO_32",4294967296,void 0),c("jspb.BinaryConstants.TWO_TO_52",4503599627370496,void 0),c("jspb.BinaryConstants.TWO_TO_63",0x8000000000000000,void 0),c("jspb.BinaryConstants.TWO_TO_64",0x10000000000000000,void 0),c("jspb.BinaryConstants.ZERO_HASH","\\0\\0\\0\\0\\0\\0\\0\\0",void 0);var N=0,L=0;function j(e){var t=e>>>0;e=Math.floor((e-t)/4294967296)>>>0,N=t,L=e}function M(e){var t=0>e,o=(e=Math.abs(e))>>>0;e=Math.floor((e-o)/4294967296),e>>>=0,t&&(e=~e>>>0,4294967295<(o=1+(~o>>>0))&&(o=0,4294967295<++e&&(e=0))),N=o,L=e}function F(e){var t=0>e;j(e=2*Math.abs(e)),e=N;var o=L;t&&(0==e?0==o?o=e=4294967295:(o--,e=4294967295):e--),N=e,L=o}function x(e){var t=0>e?1:0;if(0===(e=t?-e:e))0<1/e?N=L=0:(L=0,N=2147483648);else if(isNaN(e))L=0,N=2147483647;else if(34028234663852886e22<e)L=0,N=(t<<31|2139095040)>>>0;else if(11754943508222875e-54>e)e=Math.round(e/Math.pow(2,-149)),L=0,N=(t<<31|e)>>>0;else{var o=Math.floor(Math.log(e)/Math.LN2);e*=Math.pow(2,-o),16777216<=(e=Math.round(8388608*e))&&++o,L=0,N=(t<<31|o+127<<23|8388607&e)>>>0}}function P(e){var t=0>e?1:0;if(0===(e=t?-e:e))L=0<1/e?0:2147483648,N=0;else if(isNaN(e))L=2147483647,N=4294967295;else if(17976931348623157e292<e)L=(t<<31|2146435072)>>>0,N=0;else if(22250738585072014e-324>e)e/=Math.pow(2,-1074),L=(t<<31|e/4294967296)>>>0,N=e>>>0;else{var o=e,n=0;if(2<=o)for(;2<=o&&1023>n;)n++,o/=2;else for(;1>o&&-1022<n;)o*=2,n--;e*=Math.pow(2,-n),L=(t<<31|n+1023<<20|1048576*e&1048575)>>>0,N=4503599627370496*e>>>0}}function U(e){var t=e.charCodeAt(4),o=e.charCodeAt(5),n=e.charCodeAt(6),i=e.charCodeAt(7);N=e.charCodeAt(0)+(e.charCodeAt(1)<<8)+(e.charCodeAt(2)<<16)+(e.charCodeAt(3)<<24)>>>0,L=t+(o<<8)+(n<<16)+(i<<24)>>>0}function G(e,t){return 4294967296*t+(e>>>0)}function z(e,t){var o=2147483648&t;return o&&(t=~t>>>0,0==(e=1+~e>>>0)&&(t=t+1>>>0)),e=G(e,t),o?-e:e}function H(e,t,o){var n=t>>31;return o(e<<1^n,(t<<1|e>>>31)^n)}function Y(e,t){return J(e,t,z)}function J(e,t,o){var n=-(1&e);return o((e>>>1|t<<31)^n,t>>>1^n)}function W(e){var t=2*(e>>31)+1,o=e>>>23&255;return e&=8388607,255==o?e?NaN:1/0*t:0==o?t*Math.pow(2,-149)*e:t*Math.pow(2,o-150)*(e+Math.pow(2,23))}function K(e,t){var o=2*(t>>31)+1,n=t>>>20&2047;return e=4294967296*(1048575&t)+e,2047==n?e?NaN:1/0*o:0==n?o*Math.pow(2,-1074)*e:o*Math.pow(2,n-1075)*(e+4503599627370496)}function V(e,t){return String.fromCharCode(e>>>0&255,e>>>8&255,e>>>16&255,e>>>24&255,t>>>0&255,t>>>8&255,t>>>16&255,t>>>24&255)}function Z(e,t){function o(e,t){return e=e?String(e):"",t?"0000000".slice(e.length)+e:e}if(2097151>=t)return""+G(e,t);var n=(e>>>24|t<<8)>>>0&16777215;return e=(16777215&e)+6777216*n+6710656*(t=t>>16&65535),n+=8147497*t,t*=2,1e7<=e&&(n+=Math.floor(e/1e7),e%=1e7),1e7<=n&&(t+=Math.floor(n/1e7),n%=1e7),o(t,0)+o(n,t)+o(e,1)}function q(e,t){var o=2147483648&t;return o&&(t=~t+(0==(e=1+~e>>>0)?1:0)>>>0),e=Z(e,t),o?"-"+e:e}function X(e,t){U(e),e=N;var o=L;return t?q(e,o):Z(e,o)}function $(e){function t(e,t){for(var o=0;8>o&&(1!==e||0<t);o++)t=e*n[o]+t,n[o]=255&t,t>>>=8}f(0<e.length);var o=!1;"-"===e[0]&&(o=!0,e=e.slice(1));for(var n=[0,0,0,0,0,0,0,0],i=0;i<e.length;i++)t(10,e.charCodeAt(i)-48);return o&&(function(){for(var e=0;8>e;e++)n[e]=255&~n[e]}(),t(1,1)),_(n)}function ee(e){return String.fromCharCode(10>e?48+e:87+e)}function te(e){return 97<=e?e-97+10:e-48}function oe(e,t,o,n,i){var a=0;if(128>n)for(;t<o&&e[t++]==n;)a++,t+=i;else for(;t<o;){for(var r=n;128<r;){if(e[t++]!=(127&r|128))return a;r>>=7}if(e[t++]!=r)break;a++,t+=i}return a}function ne(e){return e.constructor===Uint8Array?e:e.constructor===ArrayBuffer||e.constructor===Array?new Uint8Array(e):e.constructor===String?D(e):e instanceof Uint8Array?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):(m("Type not convertible to Uint8Array."),new Uint8Array(0))}function ie(e,t,o){this.b=null,this.a=this.c=this.h=0,this.v=!1,e&&this.H(e,t,o)}c("jspb.utils.getSplit64Low",(function(){return N}),void 0),c("jspb.utils.getSplit64High",(function(){return L}),void 0),c("jspb.utils.splitUint64",j,void 0),c("jspb.utils.splitInt64",M,void 0),c("jspb.utils.splitZigzag64",F,void 0),c("jspb.utils.splitFloat32",x,void 0),c("jspb.utils.splitFloat64",P,void 0),c("jspb.utils.splitHash64",U,void 0),c("jspb.utils.joinUint64",G,void 0),c("jspb.utils.joinInt64",z,void 0),c("jspb.utils.toZigzag64",H,void 0),c("jspb.utils.joinZigzag64",Y,void 0),c("jspb.utils.fromZigzag64",J,void 0),c("jspb.utils.joinFloat32",W,void 0),c("jspb.utils.joinFloat64",K,void 0),c("jspb.utils.joinHash64",V,void 0),c("jspb.utils.DIGITS","0123456789abcdef".split(""),void 0),c("jspb.utils.joinUnsignedDecimalString",Z,void 0),c("jspb.utils.joinSignedDecimalString",q,void 0),c("jspb.utils.hash64ToDecimalString",X,void 0),c("jspb.utils.hash64ArrayToDecimalStrings",(function(e,t){for(var o=Array(e.length),n=0;n<e.length;n++)o[n]=X(e[n],t);return o}),void 0),c("jspb.utils.decimalStringToHash64",$,void 0),c("jspb.utils.splitDecimalString",(function(e){U($(e))}),void 0),c("jspb.utils.hash64ToHexString",(function(e){var t=Array(18);t[0]="0",t[1]="x";for(var o=0;8>o;o++){var n=e.charCodeAt(7-o);t[2*o+2]=ee(n>>4),t[2*o+3]=ee(15&n)}return t.join("")}),void 0),c("jspb.utils.hexStringToHash64",(function(e){f(18==(e=e.toLowerCase()).length),f("0"==e[0]),f("x"==e[1]);for(var t="",o=0;8>o;o++)t=String.fromCharCode(16*te(e.charCodeAt(2*o+2))+te(e.charCodeAt(2*o+3)))+t;return t}),void 0),c("jspb.utils.hash64ToNumber",(function(e,t){U(e),e=N;var o=L;return t?z(e,o):G(e,o)}),void 0),c("jspb.utils.numberToHash64",(function(e){return M(e),V(N,L)}),void 0),c("jspb.utils.countVarints",(function(e,t,o){for(var n=0,i=t;i<o;i++)n+=e[i]>>7;return o-t-n}),void 0),c("jspb.utils.countVarintFields",(function(e,t,o,n){var i=0;if(128>(n*=8))for(;t<o&&e[t++]==n;)for(i++;;){var a=e[t++];if(0==(128&a))break}else for(;t<o;){for(a=n;128<a;){if(e[t]!=(127&a|128))return i;t++,a>>=7}if(e[t++]!=a)break;for(i++;0!=(128&(a=e[t++])););}return i}),void 0),c("jspb.utils.countFixed32Fields",(function(e,t,o,n){return oe(e,t,o,8*n+5,4)}),void 0),c("jspb.utils.countFixed64Fields",(function(e,t,o,n){return oe(e,t,o,8*n+1,8)}),void 0),c("jspb.utils.countDelimitedFields",(function(e,t,o,n){var i=0;for(n=8*n+2;t<o;){for(var a=n;128<a;){if(e[t++]!=(127&a|128))return i;a>>=7}if(e[t++]!=a)break;i++;for(var r=0,s=1;r+=(127&(a=e[t++]))*s,s*=128,0!=(128&a););t+=r}return i}),void 0),c("jspb.utils.debugBytesToTextFormat",(function(e){var t=\'"\';if(e){e=ne(e);for(var o=0;o<e.length;o++)t+="\\\\x",16>e[o]&&(t+="0"),t+=e[o].toString(16)}return t+\'"\'}),void 0),c("jspb.utils.debugScalarToTextFormat",(function(e){if("string"==typeof e){e=String(e);for(var t=[\'"\'],o=0;o<e.length;o++){var n,i=e.charAt(o),a=i.charCodeAt(0),r=o+1;(n=w[i])||(31<a&&127>a||((a=i)in S?i=S[a]:a in w?i=S[a]=w[a]:(31<(n=a.charCodeAt(0))&&127>n?i=a:(256>n?(i="\\\\x",(16>n||256<n)&&(i+="0")):(i="\\\\u",4096>n&&(i+="0")),i+=n.toString(16).toUpperCase()),i=S[a]=i)),n=i),t[r]=n}t.push(\'"\'),e=t.join("")}else e=e.toString();return e}),void 0),c("jspb.utils.stringToByteArray",(function(e){for(var t=new Uint8Array(e.length),o=0;o<e.length;o++){var n=e.charCodeAt(o);if(255<n)throw Error("Conversion error: string contains codepoint outside of byte range");t[o]=n}return t}),void 0),c("jspb.utils.byteSourceToUint8Array",ne,void 0),c("jspb.BinaryDecoder",ie,void 0);var ae=[];function re(e,t,o){if(ae.length){var n=ae.pop();return e&&n.H(e,t,o),n}return new ie(e,t,o)}function se(e,t,o){this.a=re(e,t,o),this.O=this.a.B(),this.b=this.c=-1,this.h=!1,this.v=null}ie.getInstanceCacheLength=function(){return ae.length},ie.alloc=re,ie.prototype.Ca=function(){this.clear(),100>ae.length&&ae.push(this)},ie.prototype.free=ie.prototype.Ca,ie.prototype.clone=function(){return re(this.b,this.h,this.c-this.h)},ie.prototype.clone=ie.prototype.clone,ie.prototype.clear=function(){this.b=null,this.a=this.c=this.h=0,this.v=!1},ie.prototype.clear=ie.prototype.clear,ie.prototype.Y=function(){return this.b},ie.prototype.getBuffer=ie.prototype.Y,ie.prototype.H=function(e,t,o){this.b=ne(e),this.h=void 0!==t?t:0,this.c=void 0!==o?this.h+o:this.b.length,this.a=this.h},ie.prototype.setBlock=ie.prototype.H,ie.prototype.Db=function(){return this.c},ie.prototype.getEnd=ie.prototype.Db,ie.prototype.setEnd=function(e){this.c=e},ie.prototype.setEnd=ie.prototype.setEnd,ie.prototype.reset=function(){this.a=this.h},ie.prototype.reset=ie.prototype.reset,ie.prototype.B=function(){return this.a},ie.prototype.getCursor=ie.prototype.B,ie.prototype.Ma=function(e){this.a=e},ie.prototype.setCursor=ie.prototype.Ma,ie.prototype.advance=function(e){this.a+=e,f(this.a<=this.c)},ie.prototype.advance=ie.prototype.advance,ie.prototype.ya=function(){return this.a==this.c},ie.prototype.atEnd=ie.prototype.ya,ie.prototype.Qb=function(){return this.a>this.c},ie.prototype.pastEnd=ie.prototype.Qb,ie.prototype.getError=function(){return this.v||0>this.a||this.a>this.c},ie.prototype.getError=ie.prototype.getError,ie.prototype.w=function(e){for(var t=128,o=0,n=0,i=0;4>i&&128<=t;i++)o|=(127&(t=this.b[this.a++]))<<7*i;if(128<=t&&(o|=(127&(t=this.b[this.a++]))<<28,n|=(127&t)>>4),128<=t)for(i=0;5>i&&128<=t;i++)n|=(127&(t=this.b[this.a++]))<<7*i+3;if(128>t)return e(o>>>0,n>>>0);m("Failed to read varint, encoding is invalid."),this.v=!0},ie.prototype.readSplitVarint64=ie.prototype.w,ie.prototype.ea=function(e){return this.w((function(t,o){return J(t,o,e)}))},ie.prototype.readSplitZigzagVarint64=ie.prototype.ea,ie.prototype.ta=function(e){var t=this.b,o=this.a;this.a+=8;for(var n=0,i=0,a=o+7;a>=o;a--)n=n<<8|t[a],i=i<<8|t[a+4];return e(n,i)},ie.prototype.readSplitFixed64=ie.prototype.ta,ie.prototype.kb=function(){for(;128&this.b[this.a];)this.a++;this.a++},ie.prototype.skipVarint=ie.prototype.kb,ie.prototype.mb=function(e){for(;128<e;)this.a--,e>>>=7;this.a--},ie.prototype.unskipVarint=ie.prototype.mb,ie.prototype.o=function(){var e=this.b,t=e[this.a],o=127&t;return 128>t?(this.a+=1,f(this.a<=this.c),o):(o|=(127&(t=e[this.a+1]))<<7,128>t?(this.a+=2,f(this.a<=this.c),o):(o|=(127&(t=e[this.a+2]))<<14,128>t?(this.a+=3,f(this.a<=this.c),o):(o|=(127&(t=e[this.a+3]))<<21,128>t?(this.a+=4,f(this.a<=this.c),o):(o|=(15&(t=e[this.a+4]))<<28,128>t?(this.a+=5,f(this.a<=this.c),o>>>0):(this.a+=5,128<=e[this.a++]&&128<=e[this.a++]&&128<=e[this.a++]&&128<=e[this.a++]&&128<=e[this.a++]&&f(!1),f(this.a<=this.c),o)))))},ie.prototype.readUnsignedVarint32=ie.prototype.o,ie.prototype.da=function(){return~~this.o()},ie.prototype.readSignedVarint32=ie.prototype.da,ie.prototype.O=function(){return this.o().toString()},ie.prototype.Ea=function(){return this.da().toString()},ie.prototype.readSignedVarint32String=ie.prototype.Ea,ie.prototype.Ia=function(){var e=this.o();return e>>>1^-(1&e)},ie.prototype.readZigzagVarint32=ie.prototype.Ia,ie.prototype.Ga=function(){return this.w(G)},ie.prototype.readUnsignedVarint64=ie.prototype.Ga,ie.prototype.Ha=function(){return this.w(Z)},ie.prototype.readUnsignedVarint64String=ie.prototype.Ha,ie.prototype.sa=function(){return this.w(z)},ie.prototype.readSignedVarint64=ie.prototype.sa,ie.prototype.Fa=function(){return this.w(q)},ie.prototype.readSignedVarint64String=ie.prototype.Fa,ie.prototype.Ja=function(){return this.w(Y)},ie.prototype.readZigzagVarint64=ie.prototype.Ja,ie.prototype.fb=function(){return this.ea(V)},ie.prototype.readZigzagVarintHash64=ie.prototype.fb,ie.prototype.Ka=function(){return this.ea(q)},ie.prototype.readZigzagVarint64String=ie.prototype.Ka,ie.prototype.Gc=function(){var e=this.b[this.a];return this.a+=1,f(this.a<=this.c),e},ie.prototype.readUint8=ie.prototype.Gc,ie.prototype.Ec=function(){var e=this.b[this.a],t=this.b[this.a+1];return this.a+=2,f(this.a<=this.c),e<<0|t<<8},ie.prototype.readUint16=ie.prototype.Ec,ie.prototype.m=function(){var e=this.b[this.a],t=this.b[this.a+1],o=this.b[this.a+2],n=this.b[this.a+3];return this.a+=4,f(this.a<=this.c),(e<<0|t<<8|o<<16|n<<24)>>>0},ie.prototype.readUint32=ie.prototype.m,ie.prototype.ga=function(){return G(this.m(),this.m())},ie.prototype.readUint64=ie.prototype.ga,ie.prototype.ha=function(){return Z(this.m(),this.m())},ie.prototype.readUint64String=ie.prototype.ha,ie.prototype.Xb=function(){var e=this.b[this.a];return this.a+=1,f(this.a<=this.c),e<<24>>24},ie.prototype.readInt8=ie.prototype.Xb,ie.prototype.Vb=function(){var e=this.b[this.a],t=this.b[this.a+1];return this.a+=2,f(this.a<=this.c),(e<<0|t<<8)<<16>>16},ie.prototype.readInt16=ie.prototype.Vb,ie.prototype.P=function(){var e=this.b[this.a],t=this.b[this.a+1],o=this.b[this.a+2],n=this.b[this.a+3];return this.a+=4,f(this.a<=this.c),e<<0|t<<8|o<<16|n<<24},ie.prototype.readInt32=ie.prototype.P,ie.prototype.ba=function(){return z(this.m(),this.m())},ie.prototype.readInt64=ie.prototype.ba,ie.prototype.ca=function(){return q(this.m(),this.m())},ie.prototype.readInt64String=ie.prototype.ca,ie.prototype.aa=function(){return W(this.m())},ie.prototype.readFloat=ie.prototype.aa,ie.prototype.Z=function(){return K(this.m(),this.m())},ie.prototype.readDouble=ie.prototype.Z,ie.prototype.pa=function(){return!!this.b[this.a++]},ie.prototype.readBool=ie.prototype.pa,ie.prototype.ra=function(){return this.da()},ie.prototype.readEnum=ie.prototype.ra,ie.prototype.fa=function(e){var t=this.b,o=this.a;e=o+e;for(var n=[],i="";o<e;){var a=t[o++];if(128>a)n.push(a);else{if(192>a)continue;if(224>a){var r=t[o++];n.push((31&a)<<6|63&r)}else if(240>a){r=t[o++];var s=t[o++];n.push((15&a)<<12|(63&r)<<6|63&s)}else if(248>a){a=(7&a)<<18|(63&(r=t[o++]))<<12|(63&(s=t[o++]))<<6|63&t[o++],a-=65536,n.push(55296+(a>>10&1023),56320+(1023&a))}}8192<=n.length&&(i+=String.fromCharCode.apply(null,n),n.length=0)}return i+=_(n),this.a=o,i},ie.prototype.readString=ie.prototype.fa,ie.prototype.Dc=function(){var e=this.o();return this.fa(e)},ie.prototype.readStringWithLength=ie.prototype.Dc,ie.prototype.qa=function(e){if(0>e||this.a+e>this.b.length)return this.v=!0,m("Invalid byte length!"),new Uint8Array(0);var t=this.b.subarray(this.a,this.a+e);return this.a+=e,f(this.a<=this.c),t},ie.prototype.readBytes=ie.prototype.qa,ie.prototype.ia=function(){return this.w(V)},ie.prototype.readVarintHash64=ie.prototype.ia,ie.prototype.$=function(){var e=this.b,t=this.a,o=e[t],n=e[t+1],i=e[t+2],a=e[t+3],r=e[t+4],s=e[t+5],A=e[t+6];return e=e[t+7],this.a+=8,String.fromCharCode(o,n,i,a,r,s,A,e)},ie.prototype.readFixedHash64=ie.prototype.$,c("jspb.BinaryReader",se,void 0);var Ae=[];function ce(e,t,o){if(Ae.length){var n=Ae.pop();return e&&n.a.H(e,t,o),n}return new se(e,t,o)}function ue(e,t){f(2==e.b);var o=e.a.o();o=e.a.B()+o;for(var n=[];e.a.B()<o;)n.push(t.call(e.a));return n}function le(e,t,o,n,i){this.ma=e,this.Ba=t,this.la=o,this.Na=n,this.na=i}function ge(e,t,o,n,i,a){this.Za=e,this.za=t,this.Aa=o,this.Wa=n,this.Ab=i,this.Nb=a}function pe(){}se.clearInstanceCache=function(){Ae=[]},se.getInstanceCacheLength=function(){return Ae.length},se.alloc=ce,se.prototype.zb=ce,se.prototype.alloc=se.prototype.zb,se.prototype.Ca=function(){this.a.clear(),this.b=this.c=-1,this.h=!1,this.v=null,100>Ae.length&&Ae.push(this)},se.prototype.free=se.prototype.Ca,se.prototype.Fb=function(){return this.O},se.prototype.getFieldCursor=se.prototype.Fb,se.prototype.B=function(){return this.a.B()},se.prototype.getCursor=se.prototype.B,se.prototype.Y=function(){return this.a.Y()},se.prototype.getBuffer=se.prototype.Y,se.prototype.Hb=function(){return this.c},se.prototype.getFieldNumber=se.prototype.Hb,se.prototype.Lb=function(){return this.b},se.prototype.getWireType=se.prototype.Lb,se.prototype.Mb=function(){return 2==this.b},se.prototype.isDelimited=se.prototype.Mb,se.prototype.bb=function(){return 4==this.b},se.prototype.isEndGroup=se.prototype.bb,se.prototype.getError=function(){return this.h||this.a.getError()},se.prototype.getError=se.prototype.getError,se.prototype.H=function(e,t,o){this.a.H(e,t,o),this.b=this.c=-1},se.prototype.setBlock=se.prototype.H,se.prototype.reset=function(){this.a.reset(),this.b=this.c=-1},se.prototype.reset=se.prototype.reset,se.prototype.advance=function(e){this.a.advance(e)},se.prototype.advance=se.prototype.advance,se.prototype.oa=function(){if(this.a.ya())return!1;if(this.getError())return m("Decoder hit an error"),!1;this.O=this.a.B();var e=this.a.o(),t=e>>>3;return 0!=(e&=7)&&5!=e&&1!=e&&2!=e&&3!=e&&4!=e?(m("Invalid wire type: %s (at position %s)",e,this.O),this.h=!0,!1):(this.c=t,this.b=e,!0)},se.prototype.nextField=se.prototype.oa,se.prototype.Oa=function(){this.a.mb(this.c<<3|this.b)},se.prototype.unskipHeader=se.prototype.Oa,se.prototype.Lc=function(){var e=this.c;for(this.Oa();this.oa()&&this.c==e;)this.C();this.a.ya()||this.Oa()},se.prototype.skipMatchingFields=se.prototype.Lc,se.prototype.lb=function(){0!=this.b?(m("Invalid wire type for skipVarintField"),this.C()):this.a.kb()},se.prototype.skipVarintField=se.prototype.lb,se.prototype.gb=function(){if(2!=this.b)m("Invalid wire type for skipDelimitedField"),this.C();else{var e=this.a.o();this.a.advance(e)}},se.prototype.skipDelimitedField=se.prototype.gb,se.prototype.hb=function(){5!=this.b?(m("Invalid wire type for skipFixed32Field"),this.C()):this.a.advance(4)},se.prototype.skipFixed32Field=se.prototype.hb,se.prototype.ib=function(){1!=this.b?(m("Invalid wire type for skipFixed64Field"),this.C()):this.a.advance(8)},se.prototype.skipFixed64Field=se.prototype.ib,se.prototype.jb=function(){for(var e=this.c;;){if(!this.oa()){m("Unmatched start-group tag: stream EOF"),this.h=!0;break}if(4==this.b){this.c!=e&&(m("Unmatched end-group tag"),this.h=!0);break}this.C()}},se.prototype.skipGroup=se.prototype.jb,se.prototype.C=function(){switch(this.b){case 0:this.lb();break;case 1:this.ib();break;case 2:this.gb();break;case 5:this.hb();break;case 3:this.jb();break;default:m("Invalid wire encoding for field.")}},se.prototype.skipField=se.prototype.C,se.prototype.Hc=function(e,t){null===this.v&&(this.v={}),f(!this.v[e]),this.v[e]=t},se.prototype.registerReadCallback=se.prototype.Hc,se.prototype.Ic=function(e){return f(null!==this.v),f(e=this.v[e]),e(this)},se.prototype.runReadCallback=se.prototype.Ic,se.prototype.Yb=function(e,t){f(2==this.b);var o=this.a.c,n=this.a.o();n=this.a.B()+n,this.a.setEnd(n),t(e,this),this.a.Ma(n),this.a.setEnd(o)},se.prototype.readMessage=se.prototype.Yb,se.prototype.Ub=function(e,t,o){f(3==this.b),f(this.c==e),o(t,this),this.h||4==this.b||(m("Group submessage did not end with an END_GROUP tag"),this.h=!0)},se.prototype.readGroup=se.prototype.Ub,se.prototype.Gb=function(){f(2==this.b);var e=this.a.o(),t=this.a.B(),o=t+e;return e=re(this.a.Y(),t,e),this.a.Ma(o),e},se.prototype.getFieldDecoder=se.prototype.Gb,se.prototype.P=function(){return f(0==this.b),this.a.da()},se.prototype.readInt32=se.prototype.P,se.prototype.Wb=function(){return f(0==this.b),this.a.Ea()},se.prototype.readInt32String=se.prototype.Wb,se.prototype.ba=function(){return f(0==this.b),this.a.sa()},se.prototype.readInt64=se.prototype.ba,se.prototype.ca=function(){return f(0==this.b),this.a.Fa()},se.prototype.readInt64String=se.prototype.ca,se.prototype.m=function(){return f(0==this.b),this.a.o()},se.prototype.readUint32=se.prototype.m,se.prototype.Fc=function(){return f(0==this.b),this.a.O()},se.prototype.readUint32String=se.prototype.Fc,se.prototype.ga=function(){return f(0==this.b),this.a.Ga()},se.prototype.readUint64=se.prototype.ga,se.prototype.ha=function(){return f(0==this.b),this.a.Ha()},se.prototype.readUint64String=se.prototype.ha,se.prototype.zc=function(){return f(0==this.b),this.a.Ia()},se.prototype.readSint32=se.prototype.zc,se.prototype.Ac=function(){return f(0==this.b),this.a.Ja()},se.prototype.readSint64=se.prototype.Ac,se.prototype.Bc=function(){return f(0==this.b),this.a.Ka()},se.prototype.readSint64String=se.prototype.Bc,se.prototype.Rb=function(){return f(5==this.b),this.a.m()},se.prototype.readFixed32=se.prototype.Rb,se.prototype.Sb=function(){return f(1==this.b),this.a.ga()},se.prototype.readFixed64=se.prototype.Sb,se.prototype.Tb=function(){return f(1==this.b),this.a.ha()},se.prototype.readFixed64String=se.prototype.Tb,se.prototype.vc=function(){return f(5==this.b),this.a.P()},se.prototype.readSfixed32=se.prototype.vc,se.prototype.wc=function(){return f(5==this.b),this.a.P().toString()},se.prototype.readSfixed32String=se.prototype.wc,se.prototype.xc=function(){return f(1==this.b),this.a.ba()},se.prototype.readSfixed64=se.prototype.xc,se.prototype.yc=function(){return f(1==this.b),this.a.ca()},se.prototype.readSfixed64String=se.prototype.yc,se.prototype.aa=function(){return f(5==this.b),this.a.aa()},se.prototype.readFloat=se.prototype.aa,se.prototype.Z=function(){return f(1==this.b),this.a.Z()},se.prototype.readDouble=se.prototype.Z,se.prototype.pa=function(){return f(0==this.b),!!this.a.o()},se.prototype.readBool=se.prototype.pa,se.prototype.ra=function(){return f(0==this.b),this.a.sa()},se.prototype.readEnum=se.prototype.ra,se.prototype.fa=function(){f(2==this.b);var e=this.a.o();return this.a.fa(e)},se.prototype.readString=se.prototype.fa,se.prototype.qa=function(){f(2==this.b);var e=this.a.o();return this.a.qa(e)},se.prototype.readBytes=se.prototype.qa,se.prototype.ia=function(){return f(0==this.b),this.a.ia()},se.prototype.readVarintHash64=se.prototype.ia,se.prototype.Cc=function(){return f(0==this.b),this.a.fb()},se.prototype.readSintHash64=se.prototype.Cc,se.prototype.w=function(e){return f(0==this.b),this.a.w(e)},se.prototype.readSplitVarint64=se.prototype.w,se.prototype.ea=function(e){return f(0==this.b),this.a.w((function(t,o){return J(t,o,e)}))},se.prototype.readSplitZigzagVarint64=se.prototype.ea,se.prototype.$=function(){return f(1==this.b),this.a.$()},se.prototype.readFixedHash64=se.prototype.$,se.prototype.ta=function(e){return f(1==this.b),this.a.ta(e)},se.prototype.readSplitFixed64=se.prototype.ta,se.prototype.gc=function(){return ue(this,this.a.da)},se.prototype.readPackedInt32=se.prototype.gc,se.prototype.hc=function(){return ue(this,this.a.Ea)},se.prototype.readPackedInt32String=se.prototype.hc,se.prototype.ic=function(){return ue(this,this.a.sa)},se.prototype.readPackedInt64=se.prototype.ic,se.prototype.jc=function(){return ue(this,this.a.Fa)},se.prototype.readPackedInt64String=se.prototype.jc,se.prototype.qc=function(){return ue(this,this.a.o)},se.prototype.readPackedUint32=se.prototype.qc,se.prototype.rc=function(){return ue(this,this.a.O)},se.prototype.readPackedUint32String=se.prototype.rc,se.prototype.sc=function(){return ue(this,this.a.Ga)},se.prototype.readPackedUint64=se.prototype.sc,se.prototype.tc=function(){return ue(this,this.a.Ha)},se.prototype.readPackedUint64String=se.prototype.tc,se.prototype.nc=function(){return ue(this,this.a.Ia)},se.prototype.readPackedSint32=se.prototype.nc,se.prototype.oc=function(){return ue(this,this.a.Ja)},se.prototype.readPackedSint64=se.prototype.oc,se.prototype.pc=function(){return ue(this,this.a.Ka)},se.prototype.readPackedSint64String=se.prototype.pc,se.prototype.bc=function(){return ue(this,this.a.m)},se.prototype.readPackedFixed32=se.prototype.bc,se.prototype.cc=function(){return ue(this,this.a.ga)},se.prototype.readPackedFixed64=se.prototype.cc,se.prototype.dc=function(){return ue(this,this.a.ha)},se.prototype.readPackedFixed64String=se.prototype.dc,se.prototype.kc=function(){return ue(this,this.a.P)},se.prototype.readPackedSfixed32=se.prototype.kc,se.prototype.lc=function(){return ue(this,this.a.ba)},se.prototype.readPackedSfixed64=se.prototype.lc,se.prototype.mc=function(){return ue(this,this.a.ca)},se.prototype.readPackedSfixed64String=se.prototype.mc,se.prototype.fc=function(){return ue(this,this.a.aa)},se.prototype.readPackedFloat=se.prototype.fc,se.prototype.$b=function(){return ue(this,this.a.Z)},se.prototype.readPackedDouble=se.prototype.$b,se.prototype.Zb=function(){return ue(this,this.a.pa)},se.prototype.readPackedBool=se.prototype.Zb,se.prototype.ac=function(){return ue(this,this.a.ra)},se.prototype.readPackedEnum=se.prototype.ac,se.prototype.uc=function(){return ue(this,this.a.ia)},se.prototype.readPackedVarintHash64=se.prototype.uc,se.prototype.ec=function(){return ue(this,this.a.$)},se.prototype.readPackedFixedHash64=se.prototype.ec,c("jspb.ExtensionFieldInfo",le,void 0),c("jspb.ExtensionFieldBinaryInfo",ge,void 0),le.prototype.F=function(){return!!this.la},le.prototype.isMessageType=le.prototype.F,c("jspb.Message",pe,void 0),pe.GENERATE_TO_OBJECT=!0,pe.GENERATE_FROM_OBJECT=!0;var he="function"==typeof Uint8Array;pe.prototype.Ib=function(){return this.b},pe.prototype.getJsPbMessageId=pe.prototype.Ib,pe.initialize=function(e,t,o,n,i,a){if(e.f=null,t||(t=o?[o]:[]),e.b=o?String(o):void 0,e.D=0===o?-1:0,e.u=t,t=-1,!(o=e.u.length)||(t=o-1,null===(o=e.u[t])||"object"!=_typeof(o)||Array.isArray(o)||he&&o instanceof Uint8Array)?-1<n?(e.G=Math.max(n,t+1-e.D),e.i=null):e.G=Number.MAX_VALUE:(e.G=t-e.D,e.i=o),e.a={},i)for(n=0;n<i.length;n++)(t=i[n])<e.G?(t+=e.D,e.u[t]=e.u[t]||de):(Ee(e),e.i[t]=e.i[t]||de);if(a&&a.length)for(n=0;n<a.length;n++)Se(e,a[n])};var de=Object.freeze?Object.freeze([]):[];function Ee(e){var t=e.G+e.D;e.u[t]||(e.i=e.u[t]={})}function fe(e,t,o){for(var n=[],i=0;i<e.length;i++)n[i]=t.call(e[i],o,e[i]);return n}function me(e,t){if(t<e.G){t+=e.D;var o=e.u[t];return o===de?e.u[t]=[]:o}if(e.i)return(o=e.i[t])===de?e.i[t]=[]:o}function Ie(e,t){return null==(e=me(e,t))?e:+e}function Ce(e,t){return null==(e=me(e,t))?e:!!e}function ye(e){return null==e||"string"==typeof e?e:he&&e instanceof Uint8Array?T(e):(m("Cannot coerce to b64 string: "+u(e)),null)}function ve(e){return null==e||e instanceof Uint8Array?e:"string"==typeof e?D(e):(m("Cannot coerce to Uint8Array: "+u(e)),null)}function Be(e){if(e&&1<e.length){var t=u(e[0]);p(e,(function(e){u(e)!=t&&m("Inconsistent type in JSPB repeated field array. Got "+u(e)+" expected "+t)}))}}function ke(e,t,o){return null==(e=me(e,t))?o:e}function be(e,t,o){return I(e,pe),t<e.G?e.u[t+e.D]=o:(Ee(e),e.i[t]=o),e}function _e(e,t,o,n){return I(e,pe),o!==n?be(e,t,o):t<e.G?e.u[t+e.D]=null:(Ee(e),delete e.i[t]),e}function we(e,t,o,n){return I(e,pe),(o=Se(e,o))&&o!==t&&void 0!==n&&(e.f&&o in e.f&&(e.f[o]=void 0),be(e,o,void 0)),be(e,t,n)}function Se(e,t){for(var o,n,i=0;i<t.length;i++){var a=t[i],r=me(e,a);null!=r&&(o=a,n=r,be(e,a,void 0))}return o?(be(e,o,n),o):0}function Qe(e,t,o){if(e.f||(e.f={}),!e.f[o]){for(var n=me(e,o),i=[],a=0;a<n.length;a++)i[a]=new t(n[a]);e.f[o]=i}}function Re(e){if(e.f)for(var t in e.f){var o=e.f[t];if(Array.isArray(o))for(var n=0;n<o.length;n++)o[n]&&o[n].g();else o&&o.g()}}function Te(e,t){e=e||{},t=t||{};var o,n={};for(o in e)n[o]=0;for(o in t)n[o]=0;for(o in n)if(!De(e[o],t[o]))return!1;return!0}function De(e,t){if(e==t)return!0;if(!l(e)||!l(t))return!!("number"==typeof e&&isNaN(e)||"number"==typeof t&&isNaN(t))&&String(e)==String(t);if(e.constructor!=t.constructor)return!1;if(he&&e.constructor===Uint8Array){if(e.length!=t.length)return!1;for(var o=0;o<e.length;o++)if(e[o]!=t[o])return!1;return!0}if(e.constructor===Array){var n=void 0,i=void 0,a=Math.max(e.length,t.length);for(o=0;o<a;o++){var r=e[o],s=t[o];if(r&&r.constructor==Object&&(f(void 0===n),f(o===e.length-1),n=r,r=void 0),s&&s.constructor==Object&&(f(void 0===i),f(o===t.length-1),i=s,s=void 0),!De(r,s))return!1}return!n&&!i||Te(n=n||{},i=i||{})}if(e.constructor===Object)return Te(e,t);throw Error("Invalid type in JSPB array")}function Oe(e){return new e.constructor(Le(e.g()))}function Le(e){if(Array.isArray(e)){for(var t=Array(e.length),o=0;o<e.length;o++){var n=e[o];null!=n&&(t[o]="object"==_typeof(n)?Le(f(n)):n)}return t}if(he&&e instanceof Uint8Array)return new Uint8Array(e);for(o in t={},e)null!=(n=e[o])&&(t[o]="object"==_typeof(n)?Le(f(n)):n);return t}pe.toObjectList=fe,pe.toObjectExtension=function(e,t,o,n,i){for(var a in o){var r=o[a],s=n.call(e,r);if(null!=s){for(var A in r.Ba)if(r.Ba.hasOwnProperty(A))break;t[A]=r.Na?r.na?fe(s,r.Na,i):r.Na(i,s):s}}},pe.serializeBinaryExtensions=function(e,t,o,n){for(var i in o){var a=o[i],r=a.Za;if(!a.Aa)throw Error("Message extension present that was generated without binary serialization support");var s=n.call(e,r);if(null!=s)if(r.F()){if(!a.Wa)throw Error("Message extension present holding submessage without binary support enabled, and message is being serialized to binary format");a.Aa.call(t,r.ma,s,a.Wa)}else a.Aa.call(t,r.ma,s)}},pe.readBinaryExtension=function(e,t,o,n,i){var a=o[t.c];if(a){if(o=a.Za,!a.za)throw Error("Deserializing extension whose generated code does not support binary format");if(o.F()){var r=new o.la;a.za.call(t,r,a.Ab)}else r=a.za.call(t);o.na&&!a.Nb?(t=n.call(e,o))?t.push(r):i.call(e,o,[r]):i.call(e,o,r)}else t.C()},pe.getField=me,pe.getRepeatedField=function(e,t){return me(e,t)},pe.getOptionalFloatingPointField=Ie,pe.getBooleanField=Ce,pe.getRepeatedFloatingPointField=function(e,t){var o=me(e,t);if(e.a||(e.a={}),!e.a[t]){for(var n=0;n<o.length;n++)o[n]=+o[n];e.a[t]=!0}return o},pe.getRepeatedBooleanField=function(e,t){var o=me(e,t);if(e.a||(e.a={}),!e.a[t]){for(var n=0;n<o.length;n++)o[n]=!!o[n];e.a[t]=!0}return o},pe.bytesAsB64=ye,pe.bytesAsU8=ve,pe.bytesListAsB64=function(e){return Be(e),e.length&&"string"!=typeof e[0]?h(e,ye):e},pe.bytesListAsU8=function(e){return Be(e),!e.length||e[0]instanceof Uint8Array?e:h(e,ve)},pe.getFieldWithDefault=ke,pe.getBooleanFieldWithDefault=function(e,t,o){return null==(e=Ce(e,t))?o:e},pe.getFloatingPointFieldWithDefault=function(e,t,o){return null==(e=Ie(e,t))?o:e},pe.getFieldProto3=ke,pe.getMapField=function(e,t,o,n){if(e.f||(e.f={}),t in e.f)return e.f[t];var i=me(e,t);if(!i){if(o)return;be(e,t,i=[])}return e.f[t]=new y(i,n)},pe.setField=be,pe.setProto3IntField=function(e,t,o){return _e(e,t,o,0)},pe.setProto3FloatField=function(e,t,o){return _e(e,t,o,0)},pe.setProto3BooleanField=function(e,t,o){return _e(e,t,o,!1)},pe.setProto3StringField=function(e,t,o){return _e(e,t,o,"")},pe.setProto3BytesField=function(e,t,o){return _e(e,t,o,"")},pe.setProto3EnumField=function(e,t,o){return _e(e,t,o,0)},pe.setProto3StringIntField=function(e,t,o){return _e(e,t,o,"0")},pe.addToRepeatedField=function(e,t,o,n){return I(e,pe),t=me(e,t),null!=n?t.splice(n,0,o):t.push(o),e},pe.setOneofField=we,pe.computeOneofCase=Se,pe.getWrapperField=function(e,t,o,n){if(e.f||(e.f={}),!e.f[o]){var i=me(e,o);(n||i)&&(e.f[o]=new t(i))}return e.f[o]},pe.getRepeatedWrapperField=function(e,t,o){return Qe(e,t,o),(t=e.f[o])==de&&(t=e.f[o]=[]),t},pe.setWrapperField=function(e,t,o){I(e,pe),e.f||(e.f={});var n=o?o.g():o;return e.f[t]=o,be(e,t,n)},pe.setOneofWrapperField=function(e,t,o,n){I(e,pe),e.f||(e.f={});var i=n?n.g():n;return e.f[t]=n,we(e,t,o,i)},pe.setRepeatedWrapperField=function(e,t,o){I(e,pe),e.f||(e.f={}),o=o||[];for(var n=[],i=0;i<o.length;i++)n[i]=o[i].g();return e.f[t]=o,be(e,t,n)},pe.addToRepeatedWrapperField=function(e,t,o,n,i){Qe(e,n,t);var a=e.f[t];return a||(a=e.f[t]=[]),o=o||new n,e=me(e,t),null!=i?(a.splice(i,0,o),e.splice(i,0,o.g())):(a.push(o),e.push(o.g())),o},pe.toMap=function(e,t,o,n){for(var i={},a=0;a<e.length;a++)i[t.call(e[a])]=o?o.call(e[a],n,e[a]):e[a];return i},pe.prototype.g=function(){return Re(this),this.u},pe.prototype.toArray=pe.prototype.g,pe.prototype.toString=function(){return Re(this),this.u.toString()},pe.prototype.getExtension=function(e){if(this.i){this.f||(this.f={});var t=e.ma;if(e.na){if(e.F())return this.f[t]||(this.f[t]=h(this.i[t]||[],(function(t){return new e.la(t)}))),this.f[t]}else if(e.F())return!this.f[t]&&this.i[t]&&(this.f[t]=new e.la(this.i[t])),this.f[t];return this.i[t]}},pe.prototype.getExtension=pe.prototype.getExtension,pe.prototype.Kc=function(e,t){this.f||(this.f={}),Ee(this);var o=e.ma;return e.na?(t=t||[],e.F()?(this.f[o]=t,this.i[o]=h(t,(function(e){return e.g()}))):this.i[o]=t):e.F()?(this.f[o]=t,this.i[o]=t?t.g():t):this.i[o]=t,this},pe.prototype.setExtension=pe.prototype.Kc,pe.difference=function(e,t){if(!(e instanceof t.constructor))throw Error("Messages have different types.");var o=e.g();t=t.g();var n=[],i=0,a=o.length>t.length?o.length:t.length;for(e.b&&(n[0]=e.b,i=1);i<a;i++)De(o[i],t[i])||(n[i]=t[i]);return new e.constructor(n)},pe.equals=function(e,t){return e==t||!(!e||!t)&&e instanceof t.constructor&&De(e.g(),t.g())},pe.compareExtensions=Te,pe.compareFields=De,pe.prototype.Bb=function(){return Oe(this)},pe.prototype.cloneMessage=pe.prototype.Bb,pe.prototype.clone=function(){return Oe(this)},pe.prototype.clone=pe.prototype.clone,pe.clone=function(e){return Oe(e)},pe.copyInto=function(e,t){I(e,pe),I(t,pe),f(e.constructor==t.constructor,"Copy source and target message should have the same type."),e=Oe(e);for(var o=t.g(),n=e.g(),i=o.length=0;i<n.length;i++)o[i]=n[i];t.f=e.f,t.i=e.i},pe.registerMessageType=function(e,t){t.we=e};var je={dump:function(e){return I(e,pe,"jspb.Message instance expected"),f(e.getExtension,"Only unobfuscated and unoptimized compilation modes supported."),je.X(e)}};function Me(){this.a=[]}function Fe(e,t){this.lo=e,this.hi=t}function xe(e,t){var o=65535&e,n=65535&t,i=t>>>16;for(t=o*n+65536*(o*i&65535)+65536*((e>>>=16)*n&65535),o=e*i+(o*i>>>16)+(e*n>>>16);4294967296<=t;)t-=4294967296,o+=1;return new Fe(t>>>0,o>>>0)}function Pe(e){for(var t=new Fe(0,0),o=new Fe(0,0),n=0;n<e.length;n++){if("0">e[n]||"9"<e[n])return null;o.lo=parseInt(e[n],10),t=t.eb(10).add(o)}return t}function Ue(e,t){this.lo=e,this.hi=t}function Ge(e){var t=0<e.length&&"-"==e[0];return t&&(e=e.substring(1)),null===(e=Pe(e))?null:(t&&(e=new Fe(0,0).sub(e)),new Ue(e.lo,e.hi))}function ze(){this.c=[],this.b=0,this.a=new Me,this.h=[]}function He(e,t){var o=e.a.end();e.c.push(o),e.c.push(t),e.b+=o.length+t.length}function Ye(e,t){return We(e,t,2),t=e.a.end(),e.c.push(t),e.b+=t.length,t.push(e.b),t}function Je(e,t){var o=t.pop();for(f(0<=(o=e.b+e.a.length()-o));127<o;)t.push(127&o|128),o>>>=7,e.b++;t.push(o),e.b++}function We(e,t,o){f(1<=t&&t==Math.floor(t)),e.a.j(8*t+o)}function Ke(e,t,o){null!=o&&(We(e,t,0),e.a.j(o))}function Ve(e,t,o){null!=o&&(We(e,t,0),e.a.M(o))}c("jspb.debug.dump",je.dump,void 0),je.X=function(e){var t=u(e);if("number"==t||"string"==t||"boolean"==t||"null"==t||"undefined"==t||"undefined"!=typeof Uint8Array&&e instanceof Uint8Array)return e;if("array"==t)return function(e,t,o){for(var n=[],i=2;i<arguments.length;++i)n[i-2]=arguments[i];Array.isArray(e)||E("Expected array but got %s: %s.",[u(e),e],t,n)}(e),h(e,je.X);if(e instanceof y){for(var o={},n=(e=e.entries()).next();!n.done;n=e.next())o[n.value[0]]=je.X(n.value[1]);return o}I(e,pe,"Only messages expected: "+e);var i={$name:(t=e.constructor).name||t.displayName};for(s in t.prototype){var a=/^get([A-Z]\\w*)/.exec(s);if(a&&"getExtension"!=s&&"getJsPbMessageId"!=s){var r="has"+a[1];e[r]&&!e[r]()||(r=e[s](),i[je.$a(a[1])]=je.X(r))}}if(e.extensionObject_)return i.$extensions="Recursive dumping of extensions not supported in compiled code. Switch to uncompiled or dump extension object directly",i;for(n in t.extensions)if(/^\\d+$/.test(n)){r=t.extensions[n];var s=e.getExtension(r);a=void 0,r=r.Ba;var A=[],c=0;for(a in r)A[c++]=a;a=A[0],null!=s&&(o||(o=i.$extensions={}),o[je.$a(a)]=je.X(s))}return i},je.$a=function(e){return e.replace(/^[A-Z]/,(function(e){return e.toLowerCase()}))},c("jspb.BinaryEncoder",Me,void 0),Me.prototype.length=function(){return this.a.length},Me.prototype.length=Me.prototype.length,Me.prototype.end=function(){var e=this.a;return this.a=[],e},Me.prototype.end=Me.prototype.end,Me.prototype.l=function(e,t){for(f(e==Math.floor(e)),f(t==Math.floor(t)),f(0<=e&&4294967296>e),f(0<=t&&4294967296>t);0<t||127<e;)this.a.push(127&e|128),e=(e>>>7|t<<25)>>>0,t>>>=7;this.a.push(e)},Me.prototype.writeSplitVarint64=Me.prototype.l,Me.prototype.A=function(e,t){f(e==Math.floor(e)),f(t==Math.floor(t)),f(0<=e&&4294967296>e),f(0<=t&&4294967296>t),this.s(e),this.s(t)},Me.prototype.writeSplitFixed64=Me.prototype.A,Me.prototype.j=function(e){for(f(e==Math.floor(e)),f(0<=e&&4294967296>e);127<e;)this.a.push(127&e|128),e>>>=7;this.a.push(e)},Me.prototype.writeUnsignedVarint32=Me.prototype.j,Me.prototype.M=function(e){if(f(e==Math.floor(e)),f(-2147483648<=e&&2147483648>e),0<=e)this.j(e);else{for(var t=0;9>t;t++)this.a.push(127&e|128),e>>=7;this.a.push(1)}},Me.prototype.writeSignedVarint32=Me.prototype.M,Me.prototype.va=function(e){f(e==Math.floor(e)),f(0<=e&&0x10000000000000000>e),M(e),this.l(N,L)},Me.prototype.writeUnsignedVarint64=Me.prototype.va,Me.prototype.ua=function(e){f(e==Math.floor(e)),f(-0x8000000000000000<=e&&0x8000000000000000>e),M(e),this.l(N,L)},Me.prototype.writeSignedVarint64=Me.prototype.ua,Me.prototype.wa=function(e){f(e==Math.floor(e)),f(-2147483648<=e&&2147483648>e),this.j((e<<1^e>>31)>>>0)},Me.prototype.writeZigzagVarint32=Me.prototype.wa,Me.prototype.xa=function(e){f(e==Math.floor(e)),f(-0x8000000000000000<=e&&0x8000000000000000>e),F(e),this.l(N,L)},Me.prototype.writeZigzagVarint64=Me.prototype.xa,Me.prototype.Ta=function(e){this.W($(e))},Me.prototype.writeZigzagVarint64String=Me.prototype.Ta,Me.prototype.W=function(e){var t=this;U(e),H(N,L,(function(e,o){t.l(e>>>0,o>>>0)}))},Me.prototype.writeZigzagVarintHash64=Me.prototype.W,Me.prototype.be=function(e){f(e==Math.floor(e)),f(0<=e&&256>e),this.a.push(e>>>0&255)},Me.prototype.writeUint8=Me.prototype.be,Me.prototype.ae=function(e){f(e==Math.floor(e)),f(0<=e&&65536>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255)},Me.prototype.writeUint16=Me.prototype.ae,Me.prototype.s=function(e){f(e==Math.floor(e)),f(0<=e&&4294967296>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255),this.a.push(e>>>16&255),this.a.push(e>>>24&255)},Me.prototype.writeUint32=Me.prototype.s,Me.prototype.V=function(e){f(e==Math.floor(e)),f(0<=e&&0x10000000000000000>e),j(e),this.s(N),this.s(L)},Me.prototype.writeUint64=Me.prototype.V,Me.prototype.Qc=function(e){f(e==Math.floor(e)),f(-128<=e&&128>e),this.a.push(e>>>0&255)},Me.prototype.writeInt8=Me.prototype.Qc,Me.prototype.Pc=function(e){f(e==Math.floor(e)),f(-32768<=e&&32768>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255)},Me.prototype.writeInt16=Me.prototype.Pc,Me.prototype.S=function(e){f(e==Math.floor(e)),f(-2147483648<=e&&2147483648>e),this.a.push(e>>>0&255),this.a.push(e>>>8&255),this.a.push(e>>>16&255),this.a.push(e>>>24&255)},Me.prototype.writeInt32=Me.prototype.S,Me.prototype.T=function(e){f(e==Math.floor(e)),f(-0x8000000000000000<=e&&0x8000000000000000>e),M(e),this.A(N,L)},Me.prototype.writeInt64=Me.prototype.T,Me.prototype.ka=function(e){f(e==Math.floor(e)),f(-0x8000000000000000<=+e&&0x8000000000000000>+e),U($(e)),this.A(N,L)},Me.prototype.writeInt64String=Me.prototype.ka,Me.prototype.L=function(e){f(1/0===e||-1/0===e||isNaN(e)||-34028234663852886e22<=e&&34028234663852886e22>=e),x(e),this.s(N)},Me.prototype.writeFloat=Me.prototype.L,Me.prototype.J=function(e){f(1/0===e||-1/0===e||isNaN(e)||-17976931348623157e292<=e&&17976931348623157e292>=e),P(e),this.s(N),this.s(L)},Me.prototype.writeDouble=Me.prototype.J,Me.prototype.I=function(e){f("boolean"==typeof e||"number"==typeof e),this.a.push(e?1:0)},Me.prototype.writeBool=Me.prototype.I,Me.prototype.R=function(e){f(e==Math.floor(e)),f(-2147483648<=e&&2147483648>e),this.M(e)},Me.prototype.writeEnum=Me.prototype.R,Me.prototype.ja=function(e){this.a.push.apply(this.a,e)},Me.prototype.writeBytes=Me.prototype.ja,Me.prototype.N=function(e){U(e),this.l(N,L)},Me.prototype.writeVarintHash64=Me.prototype.N,Me.prototype.K=function(e){U(e),this.s(N),this.s(L)},Me.prototype.writeFixedHash64=Me.prototype.K,Me.prototype.U=function(e){var t=this.a.length;!function(e,t,o){for(var n=[],i=2;i<arguments.length;++i)n[i-2]=arguments[i];"string"!=typeof e&&E("Expected string but got %s: %s.",[u(e),e],t,n)}(e);for(var o=0;o<e.length;o++){var n=e.charCodeAt(o);if(128>n)this.a.push(n);else if(2048>n)this.a.push(n>>6|192),this.a.push(63&n|128);else if(65536>n)if(55296<=n&&56319>=n&&o+1<e.length){var i=e.charCodeAt(o+1);56320<=i&&57343>=i&&(n=1024*(n-55296)+i-56320+65536,this.a.push(n>>18|240),this.a.push(n>>12&63|128),this.a.push(n>>6&63|128),this.a.push(63&n|128),o++)}else this.a.push(n>>12|224),this.a.push(n>>6&63|128),this.a.push(63&n|128)}return this.a.length-t},Me.prototype.writeString=Me.prototype.U,c("jspb.arith.UInt64",Fe,void 0),Fe.prototype.cmp=function(e){return this.hi<e.hi||this.hi==e.hi&&this.lo<e.lo?-1:this.hi==e.hi&&this.lo==e.lo?0:1},Fe.prototype.cmp=Fe.prototype.cmp,Fe.prototype.La=function(){return new Fe((this.lo>>>1|(1&this.hi)<<31)>>>0,this.hi>>>1>>>0)},Fe.prototype.rightShift=Fe.prototype.La,Fe.prototype.Da=function(){return new Fe(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)},Fe.prototype.leftShift=Fe.prototype.Da,Fe.prototype.cb=function(){return!!(2147483648&this.hi)},Fe.prototype.msb=Fe.prototype.cb,Fe.prototype.Ob=function(){return!!(1&this.lo)},Fe.prototype.lsb=Fe.prototype.Ob,Fe.prototype.Ua=function(){return 0==this.lo&&0==this.hi},Fe.prototype.zero=Fe.prototype.Ua,Fe.prototype.add=function(e){return new Fe((this.lo+e.lo&4294967295)>>>0>>>0,((this.hi+e.hi&4294967295)>>>0)+(4294967296<=this.lo+e.lo?1:0)>>>0)},Fe.prototype.add=Fe.prototype.add,Fe.prototype.sub=function(e){return new Fe((this.lo-e.lo&4294967295)>>>0>>>0,((this.hi-e.hi&4294967295)>>>0)-(0>this.lo-e.lo?1:0)>>>0)},Fe.prototype.sub=Fe.prototype.sub,Fe.mul32x32=xe,Fe.prototype.eb=function(e){var t=xe(this.lo,e);return(e=xe(this.hi,e)).hi=e.lo,e.lo=0,t.add(e)},Fe.prototype.mul=Fe.prototype.eb,Fe.prototype.Xa=function(e){if(0==e)return[];var t=new Fe(0,0),o=new Fe(this.lo,this.hi);e=new Fe(e,0);for(var n=new Fe(1,0);!e.cb();)e=e.Da(),n=n.Da();for(;!n.Ua();)0>=e.cmp(o)&&(t=t.add(n),o=o.sub(e)),e=e.La(),n=n.La();return[t,o]},Fe.prototype.div=Fe.prototype.Xa,Fe.prototype.toString=function(){for(var e="",t=this;!t.Ua();){var o=(t=t.Xa(10))[0];e=t[1].lo+e,t=o}return""==e&&(e="0"),e},Fe.prototype.toString=Fe.prototype.toString,Fe.fromString=Pe,Fe.prototype.clone=function(){return new Fe(this.lo,this.hi)},Fe.prototype.clone=Fe.prototype.clone,c("jspb.arith.Int64",Ue,void 0),Ue.prototype.add=function(e){return new Ue((this.lo+e.lo&4294967295)>>>0>>>0,((this.hi+e.hi&4294967295)>>>0)+(4294967296<=this.lo+e.lo?1:0)>>>0)},Ue.prototype.add=Ue.prototype.add,Ue.prototype.sub=function(e){return new Ue((this.lo-e.lo&4294967295)>>>0>>>0,((this.hi-e.hi&4294967295)>>>0)-(0>this.lo-e.lo?1:0)>>>0)},Ue.prototype.sub=Ue.prototype.sub,Ue.prototype.clone=function(){return new Ue(this.lo,this.hi)},Ue.prototype.clone=Ue.prototype.clone,Ue.prototype.toString=function(){var e=0!=(2147483648&this.hi),t=new Fe(this.lo,this.hi);return e&&(t=new Fe(0,0).sub(t)),(e?"-":"")+t.toString()},Ue.prototype.toString=Ue.prototype.toString,Ue.fromString=Ge,c("jspb.BinaryWriter",ze,void 0),ze.prototype.pb=function(e,t,o){He(this,e.subarray(t,o))},ze.prototype.writeSerializedMessage=ze.prototype.pb,ze.prototype.Pb=function(e,t,o){null!=e&&null!=t&&null!=o&&this.pb(e,t,o)},ze.prototype.maybeWriteSerializedMessage=ze.prototype.Pb,ze.prototype.reset=function(){this.c=[],this.a.end(),this.b=0,this.h=[]},ze.prototype.reset=ze.prototype.reset,ze.prototype.ab=function(){f(0==this.h.length);for(var e=new Uint8Array(this.b+this.a.length()),t=this.c,o=t.length,n=0,i=0;i<o;i++){var a=t[i];e.set(a,n),n+=a.length}return t=this.a.end(),e.set(t,n),f((n+=t.length)==e.length),this.c=[e],e},ze.prototype.getResultBuffer=ze.prototype.ab,ze.prototype.Kb=function(e){return T(this.ab(),e)},ze.prototype.getResultBase64String=ze.prototype.Kb,ze.prototype.Va=function(e){this.h.push(Ye(this,e))},ze.prototype.beginSubMessage=ze.prototype.Va,ze.prototype.Ya=function(){f(0<=this.h.length),Je(this,this.h.pop())},ze.prototype.endSubMessage=ze.prototype.Ya,ze.prototype.Nc=function(e,t,o){switch(e){case 1:this.J(t,o);break;case 2:this.L(t,o);break;case 3:this.T(t,o);break;case 4:this.V(t,o);break;case 5:this.S(t,o);break;case 6:this.Qa(t,o);break;case 7:this.Pa(t,o);break;case 8:this.I(t,o);break;case 9:this.U(t,o);break;case 10:m("Group field type not supported in writeAny()");break;case 11:m("Message field type not supported in writeAny()");break;case 12:this.ja(t,o);break;case 13:this.s(t,o);break;case 14:this.R(t,o);break;case 15:this.Ra(t,o);break;case 16:this.Sa(t,o);break;case 17:this.rb(t,o);break;case 18:this.sb(t,o);break;case 30:this.K(t,o);break;case 31:this.N(t,o);break;default:m("Invalid field type in writeAny()")}},ze.prototype.writeAny=ze.prototype.Nc,ze.prototype.S=function(e,t){null!=t&&(f(-2147483648<=t&&2147483648>t),Ve(this,e,t))},ze.prototype.writeInt32=ze.prototype.S,ze.prototype.ob=function(e,t){null!=t&&(f(-2147483648<=(t=parseInt(t,10))&&2147483648>t),Ve(this,e,t))},ze.prototype.writeInt32String=ze.prototype.ob,ze.prototype.T=function(e,t){null!=t&&(f(-0x8000000000000000<=t&&0x8000000000000000>t),null!=t&&(We(this,e,0),this.a.ua(t)))},ze.prototype.writeInt64=ze.prototype.T,ze.prototype.ka=function(e,t){null!=t&&(t=Ge(t),We(this,e,0),this.a.l(t.lo,t.hi))},ze.prototype.writeInt64String=ze.prototype.ka,ze.prototype.s=function(e,t){null!=t&&(f(0<=t&&4294967296>t),Ke(this,e,t))},ze.prototype.writeUint32=ze.prototype.s,ze.prototype.ub=function(e,t){null!=t&&(f(0<=(t=parseInt(t,10))&&4294967296>t),Ke(this,e,t))},ze.prototype.writeUint32String=ze.prototype.ub,ze.prototype.V=function(e,t){null!=t&&(f(0<=t&&0x10000000000000000>t),null!=t&&(We(this,e,0),this.a.va(t)))},ze.prototype.writeUint64=ze.prototype.V,ze.prototype.vb=function(e,t){null!=t&&(t=Pe(t),We(this,e,0),this.a.l(t.lo,t.hi))},ze.prototype.writeUint64String=ze.prototype.vb,ze.prototype.rb=function(e,t){null!=t&&(f(-2147483648<=t&&2147483648>t),null!=t&&(We(this,e,0),this.a.wa(t)))},ze.prototype.writeSint32=ze.prototype.rb,ze.prototype.sb=function(e,t){null!=t&&(f(-0x8000000000000000<=t&&0x8000000000000000>t),null!=t&&(We(this,e,0),this.a.xa(t)))},ze.prototype.writeSint64=ze.prototype.sb,ze.prototype.$d=function(e,t){null!=t&&null!=t&&(We(this,e,0),this.a.W(t))},ze.prototype.writeSintHash64=ze.prototype.$d,ze.prototype.Zd=function(e,t){null!=t&&null!=t&&(We(this,e,0),this.a.Ta(t))},ze.prototype.writeSint64String=ze.prototype.Zd,ze.prototype.Pa=function(e,t){null!=t&&(f(0<=t&&4294967296>t),We(this,e,5),this.a.s(t))},ze.prototype.writeFixed32=ze.prototype.Pa,ze.prototype.Qa=function(e,t){null!=t&&(f(0<=t&&0x10000000000000000>t),We(this,e,1),this.a.V(t))},ze.prototype.writeFixed64=ze.prototype.Qa,ze.prototype.nb=function(e,t){null!=t&&(t=Pe(t),We(this,e,1),this.a.A(t.lo,t.hi))},ze.prototype.writeFixed64String=ze.prototype.nb,ze.prototype.Ra=function(e,t){null!=t&&(f(-2147483648<=t&&2147483648>t),We(this,e,5),this.a.S(t))},ze.prototype.writeSfixed32=ze.prototype.Ra,ze.prototype.Sa=function(e,t){null!=t&&(f(-0x8000000000000000<=t&&0x8000000000000000>t),We(this,e,1),this.a.T(t))},ze.prototype.writeSfixed64=ze.prototype.Sa,ze.prototype.qb=function(e,t){null!=t&&(t=Ge(t),We(this,e,1),this.a.A(t.lo,t.hi))},ze.prototype.writeSfixed64String=ze.prototype.qb,ze.prototype.L=function(e,t){null!=t&&(We(this,e,5),this.a.L(t))},ze.prototype.writeFloat=ze.prototype.L,ze.prototype.J=function(e,t){null!=t&&(We(this,e,1),this.a.J(t))},ze.prototype.writeDouble=ze.prototype.J,ze.prototype.I=function(e,t){null!=t&&(f("boolean"==typeof t||"number"==typeof t),We(this,e,0),this.a.I(t))},ze.prototype.writeBool=ze.prototype.I,ze.prototype.R=function(e,t){null!=t&&(f(-2147483648<=t&&2147483648>t),We(this,e,0),this.a.M(t))},ze.prototype.writeEnum=ze.prototype.R,ze.prototype.U=function(e,t){null!=t&&(e=Ye(this,e),this.a.U(t),Je(this,e))},ze.prototype.writeString=ze.prototype.U,ze.prototype.ja=function(e,t){null!=t&&(t=ne(t),We(this,e,2),this.a.j(t.length),He(this,t))},ze.prototype.writeBytes=ze.prototype.ja,ze.prototype.Rc=function(e,t,o){null!=t&&(e=Ye(this,e),o(t,this),Je(this,e))},ze.prototype.writeMessage=ze.prototype.Rc,ze.prototype.Sc=function(e,t,o){null!=t&&(We(this,1,3),We(this,2,0),this.a.M(e),e=Ye(this,3),o(t,this),Je(this,e),We(this,1,4))},ze.prototype.writeMessageSet=ze.prototype.Sc,ze.prototype.Oc=function(e,t,o){null!=t&&(We(this,e,3),o(t,this),We(this,e,4))},ze.prototype.writeGroup=ze.prototype.Oc,ze.prototype.K=function(e,t){null!=t&&(f(8==t.length),We(this,e,1),this.a.K(t))},ze.prototype.writeFixedHash64=ze.prototype.K,ze.prototype.N=function(e,t){null!=t&&(f(8==t.length),We(this,e,0),this.a.N(t))},ze.prototype.writeVarintHash64=ze.prototype.N,ze.prototype.A=function(e,t,o){We(this,e,1),this.a.A(t,o)},ze.prototype.writeSplitFixed64=ze.prototype.A,ze.prototype.l=function(e,t,o){We(this,e,0),this.a.l(t,o)},ze.prototype.writeSplitVarint64=ze.prototype.l,ze.prototype.tb=function(e,t,o){We(this,e,0);var n=this.a;H(t,o,(function(e,t){n.l(e>>>0,t>>>0)}))},ze.prototype.writeSplitZigzagVarint64=ze.prototype.tb,ze.prototype.Ed=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)Ve(this,e,t[o])},ze.prototype.writeRepeatedInt32=ze.prototype.Ed,ze.prototype.Fd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ob(e,t[o])},ze.prototype.writeRepeatedInt32String=ze.prototype.Fd,ze.prototype.Gd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(We(this,e,0),this.a.ua(n))}},ze.prototype.writeRepeatedInt64=ze.prototype.Gd,ze.prototype.Qd=function(e,t,o,n){if(null!=t)for(var i=0;i<t.length;i++)this.A(e,o(t[i]),n(t[i]))},ze.prototype.writeRepeatedSplitFixed64=ze.prototype.Qd,ze.prototype.Rd=function(e,t,o,n){if(null!=t)for(var i=0;i<t.length;i++)this.l(e,o(t[i]),n(t[i]))},ze.prototype.writeRepeatedSplitVarint64=ze.prototype.Rd,ze.prototype.Sd=function(e,t,o,n){if(null!=t)for(var i=0;i<t.length;i++)this.tb(e,o(t[i]),n(t[i]))},ze.prototype.writeRepeatedSplitZigzagVarint64=ze.prototype.Sd,ze.prototype.Hd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ka(e,t[o])},ze.prototype.writeRepeatedInt64String=ze.prototype.Hd,ze.prototype.Ud=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)Ke(this,e,t[o])},ze.prototype.writeRepeatedUint32=ze.prototype.Ud,ze.prototype.Vd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ub(e,t[o])},ze.prototype.writeRepeatedUint32String=ze.prototype.Vd,ze.prototype.Wd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(We(this,e,0),this.a.va(n))}},ze.prototype.writeRepeatedUint64=ze.prototype.Wd,ze.prototype.Xd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.vb(e,t[o])},ze.prototype.writeRepeatedUint64String=ze.prototype.Xd,ze.prototype.Md=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(We(this,e,0),this.a.wa(n))}},ze.prototype.writeRepeatedSint32=ze.prototype.Md,ze.prototype.Nd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(We(this,e,0),this.a.xa(n))}},ze.prototype.writeRepeatedSint64=ze.prototype.Nd,ze.prototype.Od=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(We(this,e,0),this.a.Ta(n))}},ze.prototype.writeRepeatedSint64String=ze.prototype.Od,ze.prototype.Pd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++){var n=t[o];null!=n&&(We(this,e,0),this.a.W(n))}},ze.prototype.writeRepeatedSintHash64=ze.prototype.Pd,ze.prototype.yd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Pa(e,t[o])},ze.prototype.writeRepeatedFixed32=ze.prototype.yd,ze.prototype.zd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Qa(e,t[o])},ze.prototype.writeRepeatedFixed64=ze.prototype.zd,ze.prototype.Ad=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.nb(e,t[o])},ze.prototype.writeRepeatedFixed64String=ze.prototype.Ad,ze.prototype.Jd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Ra(e,t[o])},ze.prototype.writeRepeatedSfixed32=ze.prototype.Jd,ze.prototype.Kd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.Sa(e,t[o])},ze.prototype.writeRepeatedSfixed64=ze.prototype.Kd,ze.prototype.Ld=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.qb(e,t[o])},ze.prototype.writeRepeatedSfixed64String=ze.prototype.Ld,ze.prototype.Cd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.L(e,t[o])},ze.prototype.writeRepeatedFloat=ze.prototype.Cd,ze.prototype.wd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.J(e,t[o])},ze.prototype.writeRepeatedDouble=ze.prototype.wd,ze.prototype.ud=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.I(e,t[o])},ze.prototype.writeRepeatedBool=ze.prototype.ud,ze.prototype.xd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.R(e,t[o])},ze.prototype.writeRepeatedEnum=ze.prototype.xd,ze.prototype.Td=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.U(e,t[o])},ze.prototype.writeRepeatedString=ze.prototype.Td,ze.prototype.vd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.ja(e,t[o])},ze.prototype.writeRepeatedBytes=ze.prototype.vd,ze.prototype.Id=function(e,t,o){if(null!=t)for(var n=0;n<t.length;n++){var i=Ye(this,e);o(t[n],this),Je(this,i)}},ze.prototype.writeRepeatedMessage=ze.prototype.Id,ze.prototype.Dd=function(e,t,o){if(null!=t)for(var n=0;n<t.length;n++)We(this,e,3),o(t[n],this),We(this,e,4)},ze.prototype.writeRepeatedGroup=ze.prototype.Dd,ze.prototype.Bd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.K(e,t[o])},ze.prototype.writeRepeatedFixedHash64=ze.prototype.Bd,ze.prototype.Yd=function(e,t){if(null!=t)for(var o=0;o<t.length;o++)this.N(e,t[o])},ze.prototype.writeRepeatedVarintHash64=ze.prototype.Yd,ze.prototype.ad=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.M(t[o]);Je(this,e)}},ze.prototype.writePackedInt32=ze.prototype.ad,ze.prototype.bd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.M(parseInt(t[o],10));Je(this,e)}},ze.prototype.writePackedInt32String=ze.prototype.bd,ze.prototype.cd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.ua(t[o]);Je(this,e)}},ze.prototype.writePackedInt64=ze.prototype.cd,ze.prototype.md=function(e,t,o,n){if(null!=t){e=Ye(this,e);for(var i=0;i<t.length;i++)this.a.A(o(t[i]),n(t[i]));Je(this,e)}},ze.prototype.writePackedSplitFixed64=ze.prototype.md,ze.prototype.nd=function(e,t,o,n){if(null!=t){e=Ye(this,e);for(var i=0;i<t.length;i++)this.a.l(o(t[i]),n(t[i]));Je(this,e)}},ze.prototype.writePackedSplitVarint64=ze.prototype.nd,ze.prototype.od=function(e,t,o,n){if(null!=t){e=Ye(this,e);for(var i=this.a,a=0;a<t.length;a++)H(o(t[a]),n(t[a]),(function(e,t){i.l(e>>>0,t>>>0)}));Je(this,e)}},ze.prototype.writePackedSplitZigzagVarint64=ze.prototype.od,ze.prototype.dd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++){var n=Ge(t[o]);this.a.l(n.lo,n.hi)}Je(this,e)}},ze.prototype.writePackedInt64String=ze.prototype.dd,ze.prototype.pd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.j(t[o]);Je(this,e)}},ze.prototype.writePackedUint32=ze.prototype.pd,ze.prototype.qd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.j(parseInt(t[o],10));Je(this,e)}},ze.prototype.writePackedUint32String=ze.prototype.qd,ze.prototype.rd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.va(t[o]);Je(this,e)}},ze.prototype.writePackedUint64=ze.prototype.rd,ze.prototype.sd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++){var n=Pe(t[o]);this.a.l(n.lo,n.hi)}Je(this,e)}},ze.prototype.writePackedUint64String=ze.prototype.sd,ze.prototype.hd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.wa(t[o]);Je(this,e)}},ze.prototype.writePackedSint32=ze.prototype.hd,ze.prototype.jd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.xa(t[o]);Je(this,e)}},ze.prototype.writePackedSint64=ze.prototype.jd,ze.prototype.kd=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.W($(t[o]));Je(this,e)}},ze.prototype.writePackedSint64String=ze.prototype.kd,ze.prototype.ld=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.W(t[o]);Je(this,e)}},ze.prototype.writePackedSintHash64=ze.prototype.ld,ze.prototype.Wc=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(4*t.length),e=0;e<t.length;e++)this.a.s(t[e])},ze.prototype.writePackedFixed32=ze.prototype.Wc,ze.prototype.Xc=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.V(t[e])},ze.prototype.writePackedFixed64=ze.prototype.Xc,ze.prototype.Yc=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++){var o=Pe(t[e]);this.a.A(o.lo,o.hi)}},ze.prototype.writePackedFixed64String=ze.prototype.Yc,ze.prototype.ed=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(4*t.length),e=0;e<t.length;e++)this.a.S(t[e])},ze.prototype.writePackedSfixed32=ze.prototype.ed,ze.prototype.fd=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.T(t[e])},ze.prototype.writePackedSfixed64=ze.prototype.fd,ze.prototype.gd=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.ka(t[e])},ze.prototype.writePackedSfixed64String=ze.prototype.gd,ze.prototype.$c=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(4*t.length),e=0;e<t.length;e++)this.a.L(t[e])},ze.prototype.writePackedFloat=ze.prototype.$c,ze.prototype.Uc=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.J(t[e])},ze.prototype.writePackedDouble=ze.prototype.Uc,ze.prototype.Tc=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(t.length),e=0;e<t.length;e++)this.a.I(t[e])},ze.prototype.writePackedBool=ze.prototype.Tc,ze.prototype.Vc=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.R(t[o]);Je(this,e)}},ze.prototype.writePackedEnum=ze.prototype.Vc,ze.prototype.Zc=function(e,t){if(null!=t&&t.length)for(We(this,e,2),this.a.j(8*t.length),e=0;e<t.length;e++)this.a.K(t[e])},ze.prototype.writePackedFixedHash64=ze.prototype.Zc,ze.prototype.td=function(e,t){if(null!=t&&t.length){e=Ye(this,e);for(var o=0;o<t.length;o++)this.a.N(t[o]);Je(this,e)}},ze.prototype.writePackedVarintHash64=ze.prototype.td,e.debug=je,e.Map=y,e.Message=pe,e.BinaryReader=se,e.BinaryWriter=ze,e.ExtensionFieldInfo=le,e.ExtensionFieldBinaryInfo=ge,e.exportSymbol=function(e,t,o){c(e,t,o)},e.inherits=function(e,t){function o(){}o.prototype=t.prototype,e.prototype=new o,e.prototype.constructor=e},e.object={extend:function(e,t){for(var o,n,i=1;i<arguments.length;i++){for(o in n=arguments[i])e[o]=n[o];for(var a=0;a<g.length;a++)o=g[a],Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}}},e.typeOf=u}(zc),function(e){var t=zc,o=t,n={};o.exportSymbol("ChsMessage",null,n),o.exportSymbol("ChsMessage.DataCase",null,n),o.exportSymbol("ChsMessageType",null,n),n.ChsMessage=function(e){t.Message.initialize(this,e,0,-1,null,n.ChsMessage.oneofGroups_)},o.inherits(n.ChsMessage,t.Message),o.DEBUG&&!COMPILED&&(n.ChsMessage.displayName="proto.ChsMessage"),n.ChsMessage.oneofGroups_=[[3,4]],n.ChsMessage.DataCase={DATA_NOT_SET:0,PBMSG:3,JSONMSG:4},n.ChsMessage.prototype.getDataCase=function(){return t.Message.computeOneofCase(this,n.ChsMessage.oneofGroups_[0])},t.Message.GENERATE_TO_OBJECT&&(n.ChsMessage.prototype.toObject=function(e){return n.ChsMessage.toObject(e,this)},n.ChsMessage.toObject=function(e,o){var n={timestamp:t.Message.getFieldWithDefault(o,1,0),type:t.Message.getFieldWithDefault(o,2,0),pbmsg:o.getPbmsg_asB64(),jsonmsg:t.Message.getFieldWithDefault(o,4,""),id:t.Message.getFieldWithDefault(o,5,""),imagesize:t.Message.getFieldWithDefault(o,6,"")};return e&&(n.$jspbMessageInstance=o),n}),n.ChsMessage.deserializeBinary=function(e){var o=new t.BinaryReader(e),i=new n.ChsMessage;return n.ChsMessage.deserializeBinaryFromReader(i,o)},n.ChsMessage.deserializeBinaryFromReader=function(e,t){for(;t.nextField()&&!t.isEndGroup();){switch(t.getFieldNumber()){case 1:var o=t.readInt32();e.setTimestamp(o);break;case 2:o=t.readEnum();e.setType(o);break;case 3:o=t.readBytes();e.setPbmsg(o);break;case 4:o=t.readString();e.setJsonmsg(o);break;case 5:o=t.readString();e.setId(o);break;case 6:o=t.readString();e.setImagesize(o);break;default:t.skipField()}}return e},n.ChsMessage.prototype.serializeBinary=function(){var e=new t.BinaryWriter;return n.ChsMessage.serializeBinaryToWriter(this,e),e.getResultBuffer()},n.ChsMessage.serializeBinaryToWriter=function(e,o){var n=void 0;0!==(n=e.getTimestamp())&&o.writeInt32(1,n),0!==(n=e.getType())&&o.writeEnum(2,n),null!=(n=t.Message.getField(e,3))&&o.writeBytes(3,n),null!=(n=t.Message.getField(e,4))&&o.writeString(4,n),(n=e.getId()).length>0&&o.writeString(5,n),(n=e.getImagesize()).length>0&&o.writeString(6,n)},n.ChsMessage.prototype.getTimestamp=function(){return t.Message.getFieldWithDefault(this,1,0)},n.ChsMessage.prototype.setTimestamp=function(e){return t.Message.setProto3IntField(this,1,e)},n.ChsMessage.prototype.getType=function(){return t.Message.getFieldWithDefault(this,2,0)},n.ChsMessage.prototype.setType=function(e){return t.Message.setProto3EnumField(this,2,e)},n.ChsMessage.prototype.getPbmsg=function(){return t.Message.getFieldWithDefault(this,3,"")},n.ChsMessage.prototype.getPbmsg_asB64=function(){return t.Message.bytesAsB64(this.getPbmsg())},n.ChsMessage.prototype.getPbmsg_asU8=function(){return t.Message.bytesAsU8(this.getPbmsg())},n.ChsMessage.prototype.setPbmsg=function(e){return t.Message.setOneofField(this,3,n.ChsMessage.oneofGroups_[0],e)},n.ChsMessage.prototype.clearPbmsg=function(){return t.Message.setOneofField(this,3,n.ChsMessage.oneofGroups_[0],void 0)},n.ChsMessage.prototype.hasPbmsg=function(){return null!=t.Message.getField(this,3)},n.ChsMessage.prototype.getJsonmsg=function(){return t.Message.getFieldWithDefault(this,4,"")},n.ChsMessage.prototype.setJsonmsg=function(e){return t.Message.setOneofField(this,4,n.ChsMessage.oneofGroups_[0],e)},n.ChsMessage.prototype.clearJsonmsg=function(){return t.Message.setOneofField(this,4,n.ChsMessage.oneofGroups_[0],void 0)},n.ChsMessage.prototype.hasJsonmsg=function(){return null!=t.Message.getField(this,4)},n.ChsMessage.prototype.getId=function(){return t.Message.getFieldWithDefault(this,5,"")},n.ChsMessage.prototype.setId=function(e){return t.Message.setProto3StringField(this,5,e)},n.ChsMessage.prototype.getImagesize=function(){return t.Message.getFieldWithDefault(this,6,"")},n.ChsMessage.prototype.setImagesize=function(e){return t.Message.setProto3StringField(this,6,e)},n.ChsMessageType={IMAGE:0},o.object.extend(e,n)}(Gc);var Hc,Yc=function(e){var t=e.id,o=e.type,n=e.binary,i=e.imgSize,a=new Gc.ChsMessage;a.setId(t),a.setType(o),a.setPbmsg(n),a.setImagesize(i);var r=a.serializeBinary();return r},Jc=function(){function e(){_classCallCheck(this,e),this.binarySet=new Set,this.binarys=new Map}return _createClass(e,[{key:"init",value:function(e){this.tracelog=e}},{key:"add",value:function(e,t){this.isDuplicated(e)||(t?this.binarys.set(e,t):this.binarySet.add(e))}},{key:"clear",value:function(){this.binarys.clear(),this.binarySet.clear()}},{key:"isDuplicated",value:function(e){return this.binarys.has(e)||this.binarySet.has(e)}},{key:"getBinary",value:function(e){var t,o=this.binarys.get(e);return o||null===(t=this.tracelog)||void 0===t||t.error("binary not in cache map, something was wrong: id=".concat(e)),o}},{key:"getBinaryIds",value:function(){return this.binarySet.size?_toConsumableArray(this.binarySet):_toConsumableArray(this.binarys.keys())}}]),e}(),Wc=function(){function e(){_classCallCheck(this,e),this.followersBinaryCacheList=new Map,this.fullsnapshotBinaryInfoCacheList=new Map}return _createClass(e,[{key:"getBinaryToFollower",value:function(e,t){var o=[];return this.fullsnapshotBinaryInfoCacheList.forEach((function(n,i){if(!t.includes(i)){var a=Object.assign(Object.assign({},n),{target:JSON.stringify([e])}),r=Yc(a);o.push(r),t.push(i)}})),o}},{key:"onReceiveGetBinaryFromFollower",value:function(e,t){var o,n,i,a;if((null===(n=null===(o=e.body)||void 0===o?void 0:o.data)||void 0===n?void 0:n.eventType)===fo.GET_BINARY){var r=(null===(a=null===(i=e.body)||void 0===i?void 0:i.data)||void 0===a?void 0:a.data)||{},s=r.connId,A=r.binaryCacheList;if(s)this.followersBinaryCacheList.set(s,A),this.getBinaryToFollower(s,A).forEach((function(e){t(e)}))}}},{key:"onReceiveLeaveFromFollowerOrEndRoom",value:function(e){var t,o,n,i,a=null===(o=null===(t=e.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.eventType;if(a===fo.USER_ROSTER){var r=((null===(i=null===(n=e.body)||void 0===n?void 0:n.data)||void 0===i?void 0:i.data)||{}).remove||[];if(!r.length)return;var s=r.find((function(e){return e.participantType===gt.FOLLOWER}));if(!s||s.code!==yo.LEAVE_ROOM)return;this.followersBinaryCacheList.delete(s.connId)}a==fo.END_ROOM&&this.clearFollowersBinaryCacheList()}},{key:"collectFullsnapshotBinaryInfo",value:function(e,t){var o=this,n=[];return this.followersBinaryCacheList.forEach((function(t,i){t&&!t.includes(e)&&(n.push(i),o.addFollowerBinaryCacheList(i,e))})),this.setFullsnapshotBinaryInfoCacheList(e,t),n}},{key:"setFullsnapshotBinaryInfoCacheList",value:function(e,t){this.fullsnapshotBinaryInfoCacheList.set(e,t)}},{key:"clearFullsnapshotBinaryInfoCacheList",value:function(){this.fullsnapshotBinaryInfoCacheList.clear()}},{key:"addFollowerBinaryCacheList",value:function(e,t){var o;null===(o=this.followersBinaryCacheList.get(e))||void 0===o||o.push(t)}},{key:"clearFollowersBinaryCacheList",value:function(){this.followersBinaryCacheList.clear()}},{key:"clear",value:function(){this.clearFollowersBinaryCacheList(),this.clearFullsnapshotBinaryInfoCacheList()}}]),e}(),Kc=new Wc,Vc=function(){function e(){var t,o,n,i,a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck(this,e),this.pool=[],this.pendingRequests=[],this.maxPoolSize=null!==(t=a.maxPoolSize)&&void 0!==t?t:10,this.usageTimeout=null!==(o=a.usageTimeout)&&void 0!==o?o:5e3,this.checkInterval=null!==(n=a.checkInterval)&&void 0!==n?n:3e3,this.tracelog=null!==(i=a.tracelog)&&void 0!==i?i:console,this.startTimeoutChecker()}return _createClass(e,[{key:"startTimeoutChecker",value:function(){var e=this;this.timeoutCheckInterval=setInterval((function(){e.checkAndReleaseTimeoutInstances()}),this.checkInterval)}},{key:"checkAndReleaseTimeoutInstances",value:function(){var e=this,t=Date.now();this.pool.forEach((function(o){o.inUse&&o.acquiredAt&&t-o.acquiredAt>e.usageTimeout&&(e.tracelog.warn("[OffscreenCanvasPool] Canvas instance timeout (".concat(t-o.acquiredAt,"ms), force releasing")),e.release(o.instance))}))}},{key:"acquire",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,i=this;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.pool.find((function(e){return!e.inUse})),!t){e.next=5;break}return t.inUse=!0,t.acquiredAt=Date.now(),e.abrupt("return",t.instance);case 5:if(!(this.pool.length<this.maxPoolSize)){e.next=10;break}return o=new OffscreenCanvas(1,1),n={instance:o,inUse:!0,acquiredAt:Date.now()},this.pool.push(n),e.abrupt("return",o);case 10:return e.abrupt("return",new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(e){i.pendingRequests.push(e)})));case 11:case"end":return e.stop()}}),e,this)})))}},{key:"release",value:function(e){try{var t=e.getContext("2d");t&&(e.width=1,e.height=1,t.clearRect(0,0,1,1))}catch(e){this.tracelog.error("[OffscreenCanvasPool] Failed to clear canvas: ".concat(e))}var o=this.pool.find((function(t){return t.instance===e}));if(o&&(o.inUse=!1,o.acquiredAt=void 0,this.pendingRequests.length>0)){var n=this.pendingRequests.shift();n&&(o.inUse=!0,o.acquiredAt=Date.now(),n(e))}}},{key:"getStats",value:function(){var e=this.pool.filter((function(e){return e.inUse})).length;return{totalInstances:this.pool.length,inUseInstances:e,availableInstances:this.pool.length-e,pendingRequests:this.pendingRequests.length}}},{key:"destroy",value:function(){this.timeoutCheckInterval&&(clearInterval(this.timeoutCheckInterval),this.timeoutCheckInterval=void 0),this.pool=[],this.pendingRequests=[]}}]),e}(),Zc=Object.prototype.toString,qc=new Jc,Xc=new Jc,$c=function(){function e(t){var o=this;_classCallCheck(this,e),this.binaryCache=new Map,this.multiBinaryMaps=new Map,this.binaryAttrName=[Ve,"data-zcb-image-svg-binary",Ze,"data-zcb-style-bg-svg-binary",qe,Xe],this.restoreImageInMainThread=function(e,t){return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(n){var i=o.getDataUrl(e),a=new Image;a.src=i,a.onload=function(){var e=document.createElement("canvas");e.width=t.naturalWidth,e.height=t.naturalHeight,e.getContext("2d").drawImage(a,0,0,a.width,a.height,0,0,t.naturalWidth,t.naturalHeight),e.toBlob((function(e){e&&e.arrayBuffer().then((function(e){n(new Uint8Array(e))}))}))}}))},this.restoreImageInWorker=function(e,t){return s(o,void 0,void 0,_regeneratorRuntime().mark((function o(){var n,i,a,r,s;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return n=new Blob([e]),o.next=3,createImageBitmap(n);case 3:return i=o.sent,o.next=6,this.offscreenCanvasPool.acquire();case 6:return a=o.sent,o.prev=7,a.width=t.naturalWidth,a.height=t.naturalHeight,a.getContext("2d").drawImage(i,0,0,i.width,i.height,0,0,t.naturalWidth,t.naturalHeight),o.next=14,a.convertToBlob();case 14:return r=o.sent,o.next=17,r.arrayBuffer();case 17:return s=o.sent,o.abrupt("return",new Uint8Array(s));case 19:return o.prev=19,this.offscreenCanvasPool.release(a),o.finish(19);case 22:case"end":return o.stop()}}),o,this,[[7,,19,22]])})))},this.restoreImageSizeOnCanvas=function(e,t){return"undefined"==typeof document?o.restoreImageInWorker(e,t):o.restoreImageInMainThread(e,t)},qc.init(t),Xc.init(t),this.sendBinaryController=qc,this.recvBinaryController=Xc,this.offscreenCanvasPool=new Vc({maxPoolSize:10,usageTimeout:5e3,checkInterval:3e3,tracelog:t})}return _createClass(e,[{key:"destroy",value:function(){this.binaryCache.clear(),this.multiBinaryMaps.clear(),this.sendBinaryController.clear(),Kc.clear(),this.offscreenCanvasPool.destroy()}},{key:"processBinary",value:function(e,t){for(var o in e){if(this.binaryAttrName.includes(o)){var n="",i="",a=null;if(o===qe||o===Xe?(n=String(e.id),a=e.size):n=String(e[$e]),o===Ve&&(a=e[et]),o===Ze&&(a=e[tt]),a&&(i="".concat(a.naturalWidth).concat("_").concat(a.naturalHeight)),!this.sendBinaryController.isDuplicated(n)){var r=new Uint8Array(e[o]),s={id:n,type:Gc.ChsMessageType.IMAGE,imgSize:i,binary:r};if("fullsnapshot"===e[ot]){if(Kc.collectFullsnapshotBinaryInfo(n,s).length){var A=Yc(s);t.binarys.push(A)}}else{var c=Yc(s);t.binarys.push(c),this.sendBinaryController.add(n)}}o===Ve&&delete e[et],o===Ze&&delete e[tt],delete e[$e],delete e[ot],e[o]=n}"[object Object]"!==Zc.call(e[o])&&"[object Array]"!==Zc.call(e[o])||this.processBinary(e[o],t)}}},{key:"isCBSMetaMessage",value:function(e){var t,o;return e&&e.eventType===fo.INTERACTION&&(null===(o=null===(t=e.data)||void 0===t?void 0:t.event)||void 0===o?void 0:o.type)===Fe.Meta}},{key:"isLeaveOrEndMessage",value:function(e){var t=null==e?void 0:e.eventType;return t===fo.LEAVE_ROOM||t===fo.END_ROOM||t===fo.DISCONNECTED}},{key:"checkSendBinary",value:function(e){this.isCBSMetaMessage(e)&&this.sendBinaryController.clear()}},{key:"getDataUrl",value:function(e){var t=new Blob([e]);return URL.createObjectURL(t)}},{key:"encodeBinary",value:function(e){var t=[];return this.checkSendBinary(e),this.processBinary(e,{binarys:t}),t}},{key:"buildBinaryToJson",value:function(e){var t=e.attrName,o=e.attrObj,n=e.binary;this.binaryAttrName.includes(t)&&(o[t]=n)}},{key:"clearMessageFromBinaryCache",value:function(e){var t=e.id,o=e.message,n=this.binaryCache.get(t);n&&(n.some((function(e,t){return e===o&&(n.splice(t,1),!0)})),n.length||this.binaryCache.delete(t))}},{key:"rebuildMultiBinary",value:function(e){var t=this;(this.multiBinaryMaps.get(e)||[]).forEach((function(o){var n=o.id,i=o.attrObj,a=t.recvBinaryController.getBinary(n);t.binaryAttrName.some((function(e){return!!i[e]&&(t.buildBinaryToJson({attrObj:i,attrName:e,binary:a}),!0)})),t.clearMessageFromBinaryCache({id:n,message:e})})),this.multiBinaryMaps.delete(e)}},{key:"isMessageReady",value:function(e){var t=this;return(this.multiBinaryMaps.get(e)||[]).every((function(e){var o=e.id;return t.recvBinaryController.isDuplicated(o)}))}},{key:"rebuildBinary",value:function(e){var t=this,o=e.id,n=this.binaryCache.get(o);return(null==(n=_toConsumableArray(n||[]))?void 0:n.filter((function(e){return!!t.isMessageReady(e)&&(t.rebuildMultiBinary(e),!0)})))||[]}},{key:"decodeBinary",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a,r,s,A;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=Gc.ChsMessage.deserializeBinary(e),n=o.getId(),o.getType()!==Gc.ChsMessageType.IMAGE){t.next=17;break}if(i=o.getPbmsg(),a=o.getImagesize(),null,!a){t.next=15;break}return s=a.split("_"),r={naturalWidth:+s[0],naturalHeight:+s[1]},t.next=12,this.restoreImageSizeOnCanvas(i,r);case 12:return A=t.sent,this.recvBinaryController.add(n,A),t.abrupt("return",this.rebuildBinary({id:n}));case 15:return this.recvBinaryController.add(n,i),t.abrupt("return",this.rebuildBinary({id:n}));case 17:return t.abrupt("return",[]);case 18:case"end":return t.stop()}}),t,this)})))}},{key:"checkRecvBinary",value:function(e){this.isLeaveOrEndMessage(e.body.data)&&this.recvBinaryController.clear()}},{key:"decodeJson",value:function(e){this.checkRecvBinary(e),this.processJson({message:e,attrObj:e})}},{key:"watchMultiBinarys",value:function(e){var t=e.id,o=e.message,n=e.attrObj,i=this.multiBinaryMaps.get(o);i||(i=[],this.multiBinaryMaps.set(o,i)),i.push({id:t,attrObj:n});var a=this.binaryCache.get(t);a||(a=[],this.binaryCache.set(t,a)),a.includes(o)||a.push(o)}},{key:"processJson",value:function(e){var t=e.message,o=e.attrObj;for(var n in o)if("[object Object]"!==Zc.call(o[n])&&"[object Array]"!==Zc.call(o[n])||this.processJson({message:t,attrObj:o[n]}),this.binaryAttrName.includes(n)&&o[n]){var i=String(o[n]);if(this.recvBinaryController.isDuplicated(i)){var a=this.recvBinaryController.getBinary(i);this.buildBinaryToJson({attrObj:o,attrName:n,binary:a})}else this.watchMultiBinarys({id:i,message:t,attrObj:o})}}},{key:"getRecvBinaryIds",value:function(){return this.recvBinaryController.getBinaryIds()}}]),e}(),eu=function(){function e(t,o){_classCallCheck(this,e),this.tracelog=t,this.callback=o,this.lastSeq=null,this.storedObjects=[],this.metaTime=0}return _createClass(e,[{key:"handleSeqOrderMsg",value:function(e,t){t=t||this.callback,(null==e?void 0:e.length)&&(e.forEach((function(e){null==t||t(e)})),this.lastSeq=this.getMessageSeq(e[e.length-1]))}},{key:"getMessageSeq",value:function(e){var t,o;return((null===(o=null===(t=e.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.data)||{}).newSeq}},{key:"handleBufferListLength",value:function(e){var t=e.length,o="buffer array too long, length:".concat(t);if(t>499){var n=Math.floor(t/2);this.storedObjects=e.slice(n),500===t&&this.tracelog.error(o)}else 100===t?this.tracelog.error(o):50===t&&this.tracelog.log(o)}},{key:"rebuildMsgBySeq",value:function(e,t){var o=this;if(this.isMetaMsg(e))this.handleSeqOrderMsg([e],t);else{this.storedObjects.push(e),this.handleBufferListLength(this.storedObjects),this.storedObjects.sort((function(e,t){return o.getMessageSeq(e)-o.getMessageSeq(t)}));var n=this.getMessageSeq(this.storedObjects[0]);if(this.lastSeq)if(n===this.lastSeq+1){var i=this.lastSeq,a=[];this.storedObjects.some((function(e,t){var n=o.getMessageSeq(e);return n!==i+1?(a=o.storedObjects.splice(0,t),!0):(i=n,!1)}))||(a=this.storedObjects,this.storedObjects=[]),a.length>0&&this.handleSeqOrderMsg(a,t)}else this.tracelog.error("message out of order,start newSeq:".concat(this.lastSeq))}}},{key:"isMetaMsg",value:function(e){return e.body.data.data.event.type===Fe.Meta}},{key:"checkSeq",value:function(e,t){if(t=t||this.callback,"string"==typeof e){var o;try{o=JSON.parse(e)}catch(e){return void this.tracelog.error("Failed to parse message")}var n=(o.body||{}).data;if((null==n?void 0:n.eventType)===fo.INTERACTION){if(!n.data.newSeq)return this.metaTime&&this.tracelog.error("eventType=INTERACTION but newSeq undefined"),void(null==t||t(o));var i=o,a=this.getMessageSeq(i);if(this.isMetaMsg(i))this.handleMetaMsg(i);else if(this.metaTime&&a<this.metaTime)return void this.tracelog.debug("some message comes later than meta message");this.rebuildMsgBySeq(i,t)}else null==t||t(o)}else null==t||t(e)}},{key:"handleMetaMsg",value:function(e){var t=this;this.metaTime=this.getMessageSeq(e),this.lastSeq=null,this.storedObjects=this.storedObjects.filter((function(o){return t.getMessageSeq(o)>t.getMessageSeq(e)}))}},{key:"destroy",value:function(){this.lastSeq=null,this.storedObjects=[]}}]),e}(),tu=function(){function e(){_classCallCheck(this,e),this.metaTime=0}return _createClass(e,[{key:"beforeSend",value:function(e){var t,o,n=((e||{}).body||{}).data;(null==n?void 0:n.data)&&(null==n?void 0:n.eventType)===fo.INTERACTION&&((null===(o=null===(t=null==n?void 0:n.data)||void 0===t?void 0:t.event)||void 0===o?void 0:o.type)===Fe.Meta&&(this.metaTime=Date.now()),this.metaTime&&(n.data.newSeq=this.metaTime++))}}]),e}();!function(e){e.FFLATE="fflate",e.FLATE2_WASM="flate2-wasm"}(Hc||(Hc={}));var ou=Uint8Array,nu=Uint16Array,iu=Uint32Array,au=new ou([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),ru=new ou([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),su=new ou([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Au=function(e,t){for(var o=new nu(31),n=0;n<31;++n)o[n]=t+=1<<e[n-1];var i=new iu(o[30]);for(n=1;n<30;++n)for(var a=o[n];a<o[n+1];++a)i[a]=a-o[n]<<5|n;return[o,i]},cu=Au(au,2),uu=cu[0],lu=cu[1];uu[28]=258,lu[258]=28;for(var gu=Au(ru,0),pu=gu[0],hu=gu[1],du=new nu(32768),Eu=0;Eu<32768;++Eu){var fu=(43690&Eu)>>>1|(21845&Eu)<<1;fu=(61680&(fu=(52428&fu)>>>2|(13107&fu)<<2))>>>4|(3855&fu)<<4,du[Eu]=((65280&fu)>>>8|(255&fu)<<8)>>>1}var mu=function(e,t,o){for(var n=e.length,i=0,a=new nu(t);i<n;++i)e[i]&&++a[e[i]-1];var r,s=new nu(t);for(i=0;i<t;++i)s[i]=s[i-1]+a[i-1]<<1;if(o){r=new nu(1<<t);var A=15-t;for(i=0;i<n;++i)if(e[i])for(var c=i<<4|e[i],u=t-e[i],l=s[e[i]-1]++<<u,g=l|(1<<u)-1;l<=g;++l)r[du[l]>>>A]=c}else for(r=new nu(n),i=0;i<n;++i)e[i]&&(r[i]=du[s[e[i]-1]++]>>>15-e[i]);return r},Iu=new ou(288);for(Eu=0;Eu<144;++Eu)Iu[Eu]=8;for(Eu=144;Eu<256;++Eu)Iu[Eu]=9;for(Eu=256;Eu<280;++Eu)Iu[Eu]=7;for(Eu=280;Eu<288;++Eu)Iu[Eu]=8;var Cu=new ou(32);for(Eu=0;Eu<32;++Eu)Cu[Eu]=5;var yu=mu(Iu,9,0),vu=mu(Iu,9,1),Bu=mu(Cu,5,0),ku=mu(Cu,5,1),bu=function(e){for(var t=e[0],o=1;o<e.length;++o)e[o]>t&&(t=e[o]);return t},_u=function(e,t,o){var n=t/8|0;return(e[n]|e[n+1]<<8)>>(7&t)&o},wu=function(e,t){var o=t/8|0;return(e[o]|e[o+1]<<8|e[o+2]<<16)>>(7&t)},Su=function(e){return(e+7)/8|0},Qu=function(e,t,o){(null==t||t<0)&&(t=0),(null==o||o>e.length)&&(o=e.length);var n=new(2==e.BYTES_PER_ELEMENT?nu:4==e.BYTES_PER_ELEMENT?iu:ou)(o-t);return n.set(e.subarray(t,o)),n},Ru=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],Tu=function e(t,o,n){var i=new Error(o||Ru[t]);if(i.code=t,Error.captureStackTrace&&Error.captureStackTrace(i,e),!n)throw i;return i},Du=function(e,t,o){o<<=7&t;var n=t/8|0;e[n]|=o,e[n+1]|=o>>>8},Ou=function(e,t,o){o<<=7&t;var n=t/8|0;e[n]|=o,e[n+1]|=o>>>8,e[n+2]|=o>>>16},Nu=function(e,t){for(var o=[],n=0;n<e.length;++n)e[n]&&o.push({s:n,f:e[n]});var i=o.length,a=o.slice();if(!i)return[Uu,0];if(1==i){var r=new ou(o[0].s+1);return r[o[0].s]=1,[r,1]}o.sort((function(e,t){return e.f-t.f})),o.push({s:-1,f:25001});var s=o[0],A=o[1],c=0,u=1,l=2;for(o[0]={s:-1,f:s.f+A.f,l:s,r:A};u!=i-1;)s=o[o[c].f<o[l].f?c++:l++],A=o[c!=u&&o[c].f<o[l].f?c++:l++],o[u++]={s:-1,f:s.f+A.f,l:s,r:A};var g=a[0].s;for(n=1;n<i;++n)a[n].s>g&&(g=a[n].s);var p=new nu(g+1),h=Lu(o[u-1],p,0);if(h>t){n=0;var d=0,E=h-t,f=1<<E;for(a.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));n<i;++n){var m=a[n].s;if(!(p[m]>t))break;d+=f-(1<<h-p[m]),p[m]=t}for(d>>>=E;d>0;){var I=a[n].s;p[I]<t?d-=1<<t-p[I]++-1:++n}for(;n>=0&&d;--n){var C=a[n].s;p[C]==t&&(--p[C],++d)}h=t}return[new ou(p),h]},Lu=function e(t,o,n){return-1==t.s?Math.max(e(t.l,o,n+1),e(t.r,o,n+1)):o[t.s]=n},ju=function(e){for(var t=e.length;t&&!e[--t];);for(var o=new nu(++t),n=0,i=e[0],a=1,r=function(e){o[n++]=e},s=1;s<=t;++s)if(e[s]==i&&s!=t)++a;else{if(!i&&a>2){for(;a>138;a-=138)r(32754);a>2&&(r(a>10?a-11<<5|28690:a-3<<5|12305),a=0)}else if(a>3){for(r(i),--a;a>6;a-=6)r(8304);a>2&&(r(a-3<<5|8208),a=0)}for(;a--;)r(i);a=1,i=e[s]}return[o.subarray(0,n),t]},Mu=function(e,t){for(var o=0,n=0;n<t.length;++n)o+=e[n]*t[n];return o},Fu=function(e,t,o){var n=o.length,i=Su(t+2);e[i]=255&n,e[i+1]=n>>>8,e[i+2]=255^e[i],e[i+3]=255^e[i+1];for(var a=0;a<n;++a)e[i+a+4]=o[a];return 8*(i+4+n)},xu=function(e,t,o,n,i,a,r,s,A,c,u){Du(t,u++,o),++i[256];for(var l=Nu(i,15),g=l[0],p=l[1],h=Nu(a,15),d=h[0],E=h[1],f=ju(g),m=f[0],I=f[1],C=ju(d),y=C[0],v=C[1],B=new nu(19),k=0;k<m.length;++k)B[31&m[k]]++;for(k=0;k<y.length;++k)B[31&y[k]]++;for(var b=Nu(B,7),_=b[0],w=b[1],S=19;S>4&&!_[su[S-1]];--S);var Q,R,T,D,O=c+5<<3,N=Mu(i,Iu)+Mu(a,Cu)+r,L=Mu(i,g)+Mu(a,d)+r+14+3*S+Mu(B,_)+(2*B[16]+3*B[17]+7*B[18]);if(O<=N&&O<=L)return Fu(t,u,e.subarray(A,A+c));if(Du(t,u,1+(L<N)),u+=2,L<N){Q=mu(g,p,0),R=g,T=mu(d,E,0),D=d;var j=mu(_,w,0);Du(t,u,I-257),Du(t,u+5,v-1),Du(t,u+10,S-4),u+=14;for(k=0;k<S;++k)Du(t,u+3*k,_[su[k]]);u+=3*S;for(var M=[m,y],F=0;F<2;++F){var x=M[F];for(k=0;k<x.length;++k){var P=31&x[k];Du(t,u,j[P]),u+=_[P],P>15&&(Du(t,u,x[k]>>>5&127),u+=x[k]>>>12)}}}else Q=yu,R=Iu,T=Bu,D=Cu;for(k=0;k<s;++k)if(n[k]>255){P=n[k]>>>18&31;Ou(t,u,Q[P+257]),u+=R[P+257],P>7&&(Du(t,u,n[k]>>>23&31),u+=au[P]);var U=31&n[k];Ou(t,u,T[U]),u+=D[U],U>3&&(Ou(t,u,n[k]>>>5&8191),u+=ru[U])}else Ou(t,u,Q[n[k]]),u+=R[n[k]];return Ou(t,u,Q[256]),u+R[256]},Pu=new iu([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),Uu=new ou(0),Gu=function(e,t,o,n,i){return function(e,t,o,n,i,a){var r=e.length,s=new ou(n+r+5*(1+Math.ceil(r/7e3))+i),A=s.subarray(n,s.length-i),c=0;if(!t||r<8)for(var u=0;u<=r;u+=65535){var l=u+65535;l>=r&&(A[c>>3]=a),c=Fu(A,c+1,e.subarray(u,l))}else{for(var g=Pu[t-1],p=g>>>13,h=8191&g,d=(1<<o)-1,E=new nu(32768),f=new nu(d+1),m=Math.ceil(o/3),I=2*m,C=function(t){return(e[t]^e[t+1]<<m^e[t+2]<<I)&d},y=new iu(25e3),v=new nu(288),B=new nu(32),k=0,b=0,_=(u=0,0),w=0,S=0;u<r;++u){var Q=C(u),R=32767&u,T=f[Q];if(E[R]=T,f[Q]=R,w<=u){var D=r-u;if((k>7e3||_>24576)&&D>423){c=xu(e,A,0,y,v,B,b,_,S,u-S,c),_=k=b=0,S=u;for(var O=0;O<286;++O)v[O]=0;for(O=0;O<30;++O)B[O]=0}var N=2,L=0,j=h,M=R-T&32767;if(D>2&&Q==C(u-M))for(var F=Math.min(p,D)-1,x=Math.min(32767,u),P=Math.min(258,D);M<=x&&--j&&R!=T;){if(e[u+N]==e[u+N-M]){for(var U=0;U<P&&e[u+U]==e[u+U-M];++U);if(U>N){if(N=U,L=M,U>F)break;var G=Math.min(M,U-2),z=0;for(O=0;O<G;++O){var H=u-M+O+32768&32767,Y=H-E[H]+32768&32767;Y>z&&(z=Y,T=H)}}}M+=(R=T)-(T=E[R])+32768&32767}if(L){y[_++]=268435456|lu[N]<<18|hu[L];var J=31&lu[N],W=31&hu[L];b+=au[J]+ru[W],++v[257+J],++B[W],w=u+N,++k}else y[_++]=e[u],++v[e[u]]}}c=xu(e,A,a,y,v,B,b,_,S,u-S,c),!a&&7&c&&(c=Fu(A,c+1,Uu))}return Qu(s,0,n+Su(c)+i)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,o,n,!i)};function zu(e,t){t||(t={});var o=function(){var e=1,t=0;return{p:function(o){for(var n=e,i=t,a=0|o.length,r=0;r!=a;){for(var s=Math.min(r+2655,a);r<s;++r)i+=n+=o[r];n=(65535&n)+15*(n>>16),i=(65535&i)+15*(i>>16)}e=n,t=i},d:function(){return(255&(e%=65521))<<24|e>>>8<<16|(255&(t%=65521))<<8|t>>>8}}}();o.p(e);var n=Gu(e,t,2,4);return function(e,t){var o=t.level,n=0==o?0:o<6?1:9==o?3:2;e[0]=120,e[1]=n<<6|(n?32-2*n:1)}(n,t),function(e,t,o){for(;o;++t)e[t]=o,o>>>=8}(n,n.length-4,o.d()),n}function Hu(e,t){return function(e,t,o){var n=e.length;if(!n||o&&o.f&&!o.l)return t||new ou(0);var i=!t||o,a=!o||o.i;o||(o={}),t||(t=new ou(3*n));var r=function(e){var o=t.length;if(e>o){var n=new ou(Math.max(2*o,e));n.set(t),t=n}},s=o.f||0,A=o.p||0,c=o.b||0,u=o.l,l=o.d,g=o.m,p=o.n,h=8*n;do{if(!u){s=_u(e,A,1);var d=_u(e,A+1,3);if(A+=3,!d){var E=e[(w=Su(A)+4)-4]|e[w-3]<<8,f=w+E;if(f>n){a&&Tu(0);break}i&&r(c+E),t.set(e.subarray(w,f),c),o.b=c+=E,o.p=A=8*f,o.f=s;continue}if(1==d)u=vu,l=ku,g=9,p=5;else if(2==d){var m=_u(e,A,31)+257,I=_u(e,A+10,15)+4,C=m+_u(e,A+5,31)+1;A+=14;for(var y=new ou(C),v=new ou(19),B=0;B<I;++B)v[su[B]]=_u(e,A+3*B,7);A+=3*I;var k=bu(v),b=(1<<k)-1,_=mu(v,k,1);for(B=0;B<C;){var w,S=_[_u(e,A,b)];if(A+=15&S,(w=S>>>4)<16)y[B++]=w;else{var Q=0,R=0;for(16==w?(R=3+_u(e,A,3),A+=2,Q=y[B-1]):17==w?(R=3+_u(e,A,7),A+=3):18==w&&(R=11+_u(e,A,127),A+=7);R--;)y[B++]=Q}}var T=y.subarray(0,m),D=y.subarray(m);g=bu(T),p=bu(D),u=mu(T,g,1),l=mu(D,p,1)}else Tu(1);if(A>h){a&&Tu(0);break}}i&&r(c+131072);for(var O=(1<<g)-1,N=(1<<p)-1,L=A;;L=A){var j=(Q=u[wu(e,A)&O])>>>4;if((A+=15&Q)>h){a&&Tu(0);break}if(Q||Tu(2),j<256)t[c++]=j;else{if(256==j){L=A,u=null;break}var M=j-254;if(j>264){var F=au[B=j-257];M=_u(e,A,(1<<F)-1)+uu[B],A+=F}var x=l[wu(e,A)&N],P=x>>>4;if(x||Tu(3),A+=15&x,D=pu[P],P>3&&(F=ru[P],D+=wu(e,A)&(1<<F)-1,A+=F),A>h){a&&Tu(0);break}i&&r(c+131072);for(var U=c+M;c<U;c+=4)t[c]=t[c-D],t[c+1]=t[c+1-D],t[c+2]=t[c+2-D],t[c+3]=t[c+3-D];c=U}}o.l=u,o.p=L,o.b=c,o.f=s,u&&(s=1,o.m=g,o.d=l,o.n=p)}while(!s);return c==t.length?t:Qu(t,0,c)}((function(e){(8!=(15&e[0])||e[0]>>>4>7||(e[0]<<8|e[1])%31)&&Tu(6,"invalid zlib data"),32&e[1]&&Tu(6,"invalid zlib data: preset dictionaries not supported")}(e),e.subarray(2,-4)),t)}var Yu="undefined"!=typeof TextEncoder&&new TextEncoder,Ju="undefined"!=typeof TextDecoder&&new TextDecoder;try{Ju.decode(Uu,{stream:!0}),1}catch(Mo){}function Wu(e,t){if(t){for(var o=new ou(e.length),n=0;n<e.length;++n)o[n]=e.charCodeAt(n);return o}if(Yu)return Yu.encode(e);var i=e.length,a=new ou(e.length+(e.length>>1)),r=0,s=function(e){a[r++]=e};for(n=0;n<i;++n){if(r+5>a.length){var A=new ou(r+8+(i-n<<1));A.set(a),a=A}var c=e.charCodeAt(n);c<128||t?s(c):c<2048?(s(192|c>>6),s(128|63&c)):c>55295&&c<57344?(s(240|(c=65536+(1047552&c)|1023&e.charCodeAt(++n))>>18),s(128|c>>12&63),s(128|c>>6&63),s(128|63&c)):(s(224|c>>12),s(128|c>>6&63),s(128|63&c))}return Qu(a,0,r)}function Ku(e,t){if(t){for(var o="",n=0;n<e.length;n+=16384)o+=String.fromCharCode.apply(null,e.subarray(n,n+16384));return o}if(Ju)return Ju.decode(e);var i=function(e){for(var t="",o=0;;){var n=e[o++],i=(n>127)+(n>223)+(n>239);if(o+i>e.length)return[t,Qu(e,o-1)];i?3==i?(n=((15&n)<<18|(63&e[o++])<<12|(63&e[o++])<<6|63&e[o++])-65536,t+=String.fromCharCode(55296|n>>10,56320|1023&n)):t+=1&i?String.fromCharCode((31&n)<<6|63&e[o++]):String.fromCharCode((15&n)<<12|(63&e[o++])<<6|63&e[o++]):t+=String.fromCharCode(n)}}(e),a=i[0];return i[1].length&&Tu(8),a}var Vu,Zu,qu,Xu=function(){function e(t){_classCallCheck(this,e),this.name=Hc.FFLATE,this.tracelog=t}return _createClass(e,[{key:"supported",get:function(){return!0}},{key:"isReady",value:function(){return!0}},{key:"compress",value:function(e){return Sa(Ku(zu(Wu(e)),!0))}},{key:"uncompress",value:function(e){return Ku(Hu(Wu(Qa(e),!0)))}}]),e}(),$u=function(){function e(t){_classCallCheck(this,e);var o=t.tracelog,n=t.dynamicFeatureController,i=t.compress_message_zlib;t.enable_web_assembly;this.tracelog=o,this.dynamicFeatureController=n,this.compress_message_zlib_enabled=i,this.fallbackCompressor=new Xu(o)}return _createClass(e,[{key:"activeCompressor",get:function(){var e;return(null===(e=this.compressor)||void 0===e?void 0:e.isReady())?this.compressor:this.fallbackCompressor}},{key:"shouldCompress",value:function(e){var t,o=e||{},n=o.eventType,i=o.data;return n===fo.INTERACTION&&(null===(t=null==i?void 0:i.event)||void 0===t?void 0:t.type)===Fe.FullSnapshot&&this.compress_message_zlib_enabled&&this.dynamicFeatureController.dynamic_feature.compress_message_zlib}},{key:"compress",value:function(e){var t=(e.data||{}).data;if(this.shouldCompress(e.data)){var o=t.event,n=Date.now();this.tracelog.log("compress message start, method=".concat(this.activeCompressor.name));var i=0;try{if(this.dynamicFeatureController.dynamic_feature.compress_message_zlib){var a=this.activeCompressor.compress(JSON.stringify(o.data));o.data=a,o.compressed="zlib",i=1}}catch(e){this.tracelog.error("compress message error: ".concat(e,", method=").concat(this.activeCompressor.name)),i=2}finally{var r=Date.now()-n;this.tracelog.log("compress message cost: ".concat(r,", method=").concat(this.activeCompressor.name,", status=").concat(i))}}}},{key:"shouldUncompress",value:function(e){var t,o,n=e||{},i=n.eventType,a=n.data;return i===fo.INTERACTION&&"zlib"===(null===(t=a.event)||void 0===t?void 0:t.compressed)&&"string"==typeof(null===(o=a.event)||void 0===o?void 0:o.data)}},{key:"uncompress",value:function(e){var t,o=(e||{}).data;if(this.shouldUncompress(e)){var n=Date.now();this.tracelog.log("uncompress message start, method=".concat(this.activeCompressor.name));var i=0;try{if("zlib"===(null===(t=null==o?void 0:o.event)||void 0===t?void 0:t.compressed)){delete o.event.compressed;var a=JSON.parse(this.activeCompressor.uncompress(o.event.data));o.event.data=a,i=1}}catch(e){this.tracelog.error("uncompress message error: ".concat(e,", method=").concat(this.activeCompressor.name)),i=2}finally{var r=Date.now()-n;this.tracelog.log("uncompress message cost: ".concat(r,", method=").concat(this.activeCompressor.name,", status=").concat(i))}}}}]),e}(),el=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).tracelog=e,n.dynamic_feature={},n}return _createClass(o,[{key:"onReceiveMessage",value:function(e,t){var o;if(1===t&&e.evt===Eo.WS_CONN_VECTOR_DATA){var n=(null===(o=e.body)||void 0===o?void 0:o.data)||{},i=n.eventType,a=n.data;if(i===fo.ROOM_ROSTER){var r=(a||{}).dynamic_feature;r&&(Object.assign(this.dynamic_feature,r),this.emit(Bt,this.dynamic_feature))}else i===fo.CONNECTED&&(this.dynamic_feature={},this.emit(Bt,this.dynamic_feature))}}}]),o}(_t),tl={NTP:!0,LEADER_PAGE_VISIBILITY:!0},ol=function(){function e(t){_classCallCheck(this,e),this.buffers=[],this.isProcessing=!1,this.sendData=t.sendData,this.tracelog=t.tracelog}return _createClass(e,[{key:"queueMessage",value:function(e){this.buffers.push(e),this.processBuffers()}},{key:"updateUserStatus",value:function(e){this.currentUserId=e,this.processBuffers()}},{key:"processBuffers",value:function(){if(!this.isProcessing){var e=!!this.currentUserId,t=this.buffers.some((function(e){return tl[e.eventType]}));if(e||t){this.isProcessing=!0;try{for(var o=!0,n=0;n<this.buffers.length;n++){var i=this.buffers[n];try{if(!1===this.sendData(i.code,{data:i.data})){this.buffers.splice(0,n),o=!1;break}}catch(e){this.buffers.splice(0,n),o=!1,this.tracelog.error("failed to send message: ".concat(e));break}}o&&(this.buffers=[])}finally{this.isProcessing=!1}}}}},{key:"clear",value:function(){this.buffers=[],this.isProcessing=!1}}]),e}(),nl=function(){function e(t){_classCallCheck(this,e),this.options=t,this.cachedSplitJSONData=[],this.beforeSendHook=new tu,this.beforeReceiveHook=new eu(this.options.tracelog),this.binaryMessageHook=new $c(this.options.tracelog),this.dynamicFeatureController=new el(this.options.tracelog),this.compressMessageController=new $u({tracelog:this.options.tracelog,dynamicFeatureController:this.dynamicFeatureController,compress_message_zlib:this.options.compress_message_zlib,enable_web_assembly:this.options.enable_web_assembly}),this.participantType=this.options.participantType;var o={beforeSendHook:this.beforeSendHook,beforeReceiveHook:this.beforeReceiveHook},n=Object.assign({},t,{onMessage:this.onMessage.bind(this),onOpen:this.onOpen.bind(this),onClose:this.onClose.bind(this)});this.socket_main=new Uc(Object.assign(Object.assign({},n),{connType:1}),o),this.options.splitWSS&&(this.socket_binary=new Uc(Object.assign(Object.assign({},n),{connType:2,canReconnectWhenFailover:!0}),o)),this.bufferManager=new ol({sendData:this.sendData.bind(this),tracelog:this.options.tracelog}),this.dynamicFeatureController.on(Bt,this.onDynamicFeatureChange.bind(this))}return _createClass(e,[{key:"onDynamicFeatureChange",value:function(e){var t,o;null===(o=(t=this.options).onDynamicFeatureChange)||void 0===o||o.call(t,e)}},{key:"getIsWorking",value:function(){var e;return!!(null===(e=this.socket_main)||void 0===e?void 0:e.isWorking)}},{key:"onDynamicFeature",value:function(e,t){this.dynamicFeatureController.on(e,t)}},{key:"getDynamicFeature",value:function(){return this.dynamicFeatureController.dynamic_feature}},{key:"isBinaryData",value:function(e){var t=Object.prototype.toString.call(e);return"[object ArrayBuffer]"===t||"[object Blob]"===t||"[object Uint8Array]"===t}},{key:"getSplitDataExtraData",value:function(e,t){var o,n,i;return t?{splitMsgSource:null===(i=null===(n=null===(o=e.data.data)||void 0===o?void 0:o.event)||void 0===n?void 0:n.data)||void 0===i?void 0:i.source}:{}}},{key:"isNeedSplitSendData",value:function(e){var t,o,n,i=null===(n=null===(o=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.data)||void 0===o?void 0:o.event)||void 0===n?void 0:n.type;return i===Fe.FullSnapshot||i===Fe.IncrementalSnapshot}},{key:"getWsMsgTransSplitSize",value:function(){var e;return null!==(e=this.options.wsMsgTransSplitSize)&&void 0!==e?e:20480}},{key:"splitSendData",value:function(e,t,o){var n,i,a,r,s=JSON.stringify(e),A=s.length;if(A<=this.getWsMsgTransSplitSize())null===(n=this.socket_main)||void 0===n||n.send({evt:t,body:e});else for(var c=0,u=0;c<A;c+=this.getWsMsgTransSplitSize()){var l=Object.assign({},e);l.data.data.event.data=s.slice(c,c+this.getWsMsgTransSplitSize());var g=(null===(a=null===(i=e.data)||void 0===i?void 0:i.data)||void 0===a?void 0:a.event)&&"object"===_typeof(e.data.data.event)?Object.assign(Object.assign({},e.data.data.event),o):null;l.data.data=Object.assign(Object.assign(Object.assign({},l.data.data),g?{event:g}:{}),{splitTotal:Math.floor(A/this.getWsMsgTransSplitSize()),splitIdx:u++}),null===(r=this.socket_main)||void 0===r||r.send({evt:t,body:l})}}},{key:"sendData",value:function(e,t){var o,n=this;this.binaryMessageHook.encodeBinary(t.data).forEach((function(e){var t,o,i;(null===(t=n.socket_binary)||void 0===t?void 0:t.isWorking)?null===(o=n.socket_binary)||void 0===o||o.send(e):null===(i=n.socket_main)||void 0===i||i.send(e)}));var i=this.isNeedSplitSendData(t),a=this.getSplitDataExtraData(t,i);this.compressMessageController.compress(t),i?this.splitSendData(t,e,a):null===(o=this.socket_main)||void 0===o||o.send({evt:e,body:t})}},{key:"queueMessage",value:function(e){this.bufferManager.queueMessage(e)}},{key:"updateUserStatus",value:function(e){this.bufferManager.updateUserStatus(e)}},{key:"onLeaderRostered",value:function(e){var t,o,n,i,a;if((null===(o=null===(t=e.body)||void 0===t?void 0:t.data)||void 0===o?void 0:o.eventType)===fo.USER_ROSTER){var r=null===(a=((null===(i=null===(n=e.body)||void 0===n?void 0:n.data)||void 0===i?void 0:i.data)||{}).add)||void 0===a?void 0:a.some((function(e){return e.participantType===gt.LEADER}));this.participantType!==gt.LEADER&&r&&this.queueMessage({code:Eo.WS_CONN_VECTOR_DATA,eventType:fo.GET_BINARY,data:{eventType:fo.GET_BINARY,data:{binaryCacheList:this.binaryMessageHook.getRecvBinaryIds()}}})}}},{key:"onFollowerLeaveOrEndRoom",value:function(e){Kc.onReceiveLeaveFromFollowerOrEndRoom(e)}},{key:"onReceiveGetBinaryFromFollower",value:function(e){var t=this;Kc.onReceiveGetBinaryFromFollower(e,(function(e){var o,n;(null===(o=t.socket_binary)||void 0===o?void 0:o.isWorking)?t.socket_binary.send(e):null===(n=t.socket_main)||void 0===n||n.send(e)}))}},{key:"onMessageAdditionalProcess",value:function(e){this.onLeaderRostered(e),this.onFollowerLeaveOrEndRoom(e),this.onReceiveGetBinaryFromFollower(e)}},{key:"onMessage",value:function(e,t){var o,n,i,a,r,s,A=this;if(this.isBinaryData(e))this.binaryMessageHook.decodeBinary(new Uint8Array(e)).then((function(e){e.forEach((function(e){var o,n;null===(n=(o=A.options).onMessage)||void 0===n||n.call(o,e,t)}))}));else{var c=e,u=null===(i=null===(n=null===(o=c.body)||void 0===o?void 0:o.data)||void 0===n?void 0:n.data)||void 0===i?void 0:i.splitIdx;if(null!=u){0===u&&this.cachedSplitJSONData.length&&(this.cachedSplitJSONData=[]);var l=c.body.data.data;if(this.cachedSplitJSONData.push(l.event.data),u!==l.splitTotal)return;var g=this.cachedSplitJSONData.join("");this.cachedSplitJSONData=[];try{c=Object.assign(Object.assign({},c),{body:JSON.parse(g)})}catch(e){return void this.options.tracelog.error("invalid FullSnapshot json message")}}c.evt===Eo.WS_CONN_VECTOR_DATA&&this.compressMessageController.uncompress(null===(a=c.body)||void 0===a?void 0:a.data),this.dynamicFeatureController.onReceiveMessage(c,t),this.binaryMessageHook.decodeJson(c),this.onMessageAdditionalProcess(c),null===(s=(r=this.options).onMessage)||void 0===s||s.call(r,c,t)}}},{key:"onOpen",value:function(e,t,o){var n,i;t&&1!==t||this.binaryMessageHook.destroy(),null===(i=(n=this.options).onOpen)||void 0===i||i.call(n,e,t,o)}},{key:"onClose",value:function(e,t,o){var n,i;t&&1!==t||(this.binaryMessageHook.destroy(),this.beforeReceiveHook.destroy()),null===(i=(n=this.options).onClose)||void 0===i||i.call(n,e,t,o)}},{key:"connect",value:function(e){var t;null===(t=this.socket_main)||void 0===t||t.connect({url:e.url,query:Object.assign(Object.assign({},e.query),{connType:1})})}},{key:"connectBinary",value:function(e){var t;null===(t=this.socket_binary)||void 0===t||t.connect({url:e.url,query:Object.assign(Object.assign({},e.query),{channelAuth:e.channelAuth,connType:2})})}},{key:"fulfillPendingConnection",value:function(){var e,t;null===(e=this.socket_main)||void 0===e||e.fulfillPendingConnection(),null===(t=this.socket_binary)||void 0===t||t.fulfillPendingConnection()}},{key:"rejectPendingConnection",value:function(){var e,t;null===(e=this.socket_main)||void 0===e||e.rejectPendingConnection(),null===(t=this.socket_binary)||void 0===t||t.rejectPendingConnection()}},{key:"destroy",value:function(){var e,t;null===(e=this.socket_main)||void 0===e||e.destroy(),null===(t=this.socket_binary)||void 0===t||t.destroy(),this.socket_main=void 0,this.socket_binary=void 0}}]),e}(),il=function(){function e(t,o){_classCallCheck(this,e),this.callIdCounter=0,this.listenerMap=new Map,this.listenerIdCounter=0,this.lastHeartbeatTime=Date.now(),this.disconnectTriggered=!1,this.callIdCounter=0,this.callPendingMap=new Map,this.listenerMap=new Map,this.listenerIdCounter=0,this.worker=t,this.options=o,this.worker.addEventListener("message",this.handleMessageFromWorker.bind(this)),(null==o?void 0:o.onDisconnect)&&this.startHeartbeatMonitoring()}return _createClass(e,[{key:"startHeartbeatMonitoring",value:function(){var e,t=this,o=(null===(e=this.options)||void 0===e?void 0:e.heartbeatTimeout)||3e3;this.heartbeatCheckInterval=setInterval((function(){var e,n;t.disconnectTriggered||Date.now()-t.lastHeartbeatTime>o&&(t.disconnectTriggered=!0,t.heartbeatCheckInterval&&(clearInterval(t.heartbeatCheckInterval),t.heartbeatCheckInterval=void 0),null===(n=null===(e=t.options)||void 0===e?void 0:e.onDisconnect)||void 0===n||n.call(e))}),1e3)}},{key:"destroy",value:function(){this.heartbeatCheckInterval&&(clearInterval(this.heartbeatCheckInterval),this.heartbeatCheckInterval=void 0)}},{key:"handleMessageFromWorker",value:function(e){var t=e.data;if("worker-heartbeat"!==t.type){if("worker-bridge"===t.type){var o=t.data;if(this.callPendingMap.has(o.callId)){var n=this.callPendingMap.get(o.callId),i=n.resolve,a=n.reject,r=n.timeoutId;void 0!==r&&clearTimeout(r),o.error?a(o.error):i(o.data),this.callPendingMap.delete(o.callId)}}if("worker-listener"===t.type){var s=t.data,A=s.listenerId;this.listenerMap.has(A)&&this.listenerMap.get(A)(s.data)}}else this.lastHeartbeatTime=Date.now()}},{key:"notify",value:function(e,t){this.worker.postMessage({type:"worker-bridge",data:{name:e,params:t}})}},{key:"call",value:function(e,t,o){var n=this;return new globalThis.__$ZCB_GLOBAL_CACHE$__.Promise((function(i,a){var r,s=n.callIdCounter++;o&&(r=setTimeout((function(){a(new Error("Call ".concat(e," timeout. callId: ").concat(s))),n.callPendingMap.delete(s)}),o)),n.callPendingMap.set(s,{resolve:i,reject:a,timeoutId:r}),n.worker.postMessage({type:"worker-bridge",data:{name:e,callId:s,params:t}})}))}},{key:"subscribe",value:function(e,t,o){if(o){var n=this.listenerIdCounter++;this.listenerMap.set(n,o),this.worker.postMessage({type:"worker-listener",data:{name:e,eventName:t,listenerId:n}})}}},{key:"unsubscribe",value:function(e){this.listenerMap.delete(e)}}]),e}();!function(e){e.SOCKET_INIT="socket.init",e.SOCKET_CONNECT="socket.connect",e.SOCKET_CONNECT_BINARY="socket.connectBinary",e.SOCKET_DISCONNECT="socket.disconnect",e.SOCKET_DESTROY="socket.destroy",e.SOCKET_FULFILL_PENDING_CONNECTION="socket.fulfillPendingConnection",e.SOCKET_REJECT_PENDING_CONNECTION="socket.rejectPendingConnection",e.SOCKET_QUEUE_MESSAGE="socket.queueMessage",e.SOCKET_UPDATE_USER_STATUS="socket.updateUserStatus"}(Vu||(Vu={})),function(e){e.SOCKET_ON_MESSAGE="socket.on.message",e.SOCKET_ON_OPEN="socket.on.open",e.SOCKET_ON_CLOSE="socket.on.close",e.SOCKET_ON_READY="socket.on.ready",e.SOCKET_ON_FAIL_OVER="socket.on.failOver",e.SOCKET_ON_CONNECT_FAIL="socket.on.connectFail",e.SOCKET_ON_MANUAL_CLOSE="socket.on.manualClose",e.SOCKET_ON_PING_TIMEOUT="socket.on.pingTimeout",e.SOCKET_ON_DYNAMIC_FEATURE_CHANGE="socket.on.dynamicFeatureChange"}(Zu||(Zu={})),function(e){e.WORKER_BRIDGE="worker-bridge",e.WORKER_LISTENER="worker-listener",e.WORKER_HEARTBEAT="worker-heartbeat",e.WORKER_MESSAGE="worker-message"}(qu||(qu={}));var al,rl=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this)).worker=null,n.bridge=null,n.cachedIsWorking=!1,n.cachedDynamicFeature={},n.eventHandlers=_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},Zu.SOCKET_ON_MESSAGE,(function(e){n.onMessageCallback&&n.onMessageCallback(e.message,e.connType)})),Zu.SOCKET_ON_OPEN,(function(e){var t=void 0!==e.isWorking&&e.isWorking;if(n.cachedIsWorking=t,n.onOpenCallback){var o=new Event("open");n.onOpenCallback(o,e.connType,t)}})),Zu.SOCKET_ON_CLOSE,(function(e){var t=void 0!==e.isWorking&&e.isWorking;if(n.cachedIsWorking=t,n.onCloseCallback){var o=new Event("close");n.onCloseCallback(o,e.connType,t)}n.emit("close",e.connType)})),Zu.SOCKET_ON_READY,(function(e){n.onReadyCallback&&n.onReadyCallback(e.message)})),Zu.SOCKET_ON_FAIL_OVER,(function(e){n.onFailOverCallback&&n.onFailOverCallback(e.connType)})),Zu.SOCKET_ON_CONNECT_FAIL,(function(e){n.onConnectFailCallback&&n.onConnectFailCallback(e.connType)})),Zu.SOCKET_ON_MANUAL_CLOSE,(function(e){n.onManualCloseCallback&&n.onManualCloseCallback(e.connType)})),Zu.SOCKET_ON_PING_TIMEOUT,(function(e){n.onPingTimeoutCallback&&n.onPingTimeoutCallback(e.pingCountTime,e.pingCount)})),Zu.SOCKET_ON_DYNAMIC_FEATURE_CHANGE,(function(e){n.onDynamicFeatureChangeCallback&&n.onDynamicFeatureChangeCallback(e.dynamicFeature)})),n.onMessageCallback=e.onMessage,n.onOpenCallback=e.onOpen,n.onCloseCallback=e.onClose,n.onReadyCallback=e.onReady,n.onFailOverCallback=e.onFailOver,n.onConnectFailCallback=e.onConnectFail,n.onManualCloseCallback=e.onManualClose,n.onPingTimeoutCallback=e.onPingTimeout,n.tracelog=e.tracelog,n}return _createClass(o,[{key:"onDynamicFeatureChangeCallback",value:function(e){this.cachedDynamicFeature=e}},{key:"initWorker",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a,r,s,A,c,u;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve().then((function(){return Bl}));case 3:return o=t.sent,n=o.default,i=Kr.getSession(),a={trackingId:ir.getZmTrackingId(),zmDeviceId:window.ZCB_ZmDeviceId,sdkVersion:Oa(),host:(null===location||void 0===location?void 0:location.host)||"",sessionInfo:{userId:null==i?void 0:i.userId,sessionId:null==i?void 0:i.sessionId,participantType:null==i?void 0:i.participantType,region:null==i?void 0:i.region,agentSdkTrackingId:null==i?void 0:i.agentSdkTrackingId},appKey:To.getCoBrowsingConfig("appKey")},r="\\n globalThis.initLoggerParams = ".concat(JSON.stringify(a||{}),";\\n globalThis.ZMCoBrowsingConfig = ").concat(JSON.stringify(window.ZMCoBrowsingConfig||{}),";\\n "),s="".concat(r,"\\n").concat(n),A=new Blob([s],{type:"application/javascript"}),c=URL.createObjectURL(A),this.worker=new Worker(c),URL.revokeObjectURL(c),this.bridge=new il(this.worker,{onDisconnect:this.handleWorkerDisconnect.bind(this),heartbeatTimeout:3e3}),this.worker.addEventListener("message",this._handleWorkerMessage.bind(this)),u={wsMsgTransSplitSize:e.wsMsgTransSplitSize,participantType:e.participantType,splitWSS:e.splitWSS,compress_message_zlib:e.compress_message_zlib,enable_web_assembly:e.enable_web_assembly,reConnectInterval:e.reConnectInterval,KEEP_ALIVE_DURATION:e.KEEP_ALIVE_DURATION},t.next=18,this.bridge.call(Vu.SOCKET_INIT,u);case 18:this.tracelog.log("[SocketProxy] Worker initialized successfully"),t.next=27;break;case 21:throw t.prev=21,t.t0=t.catch(0),this.tracelog.error("[SocketProxy] Worker initialization failed, cleaning up resources: ".concat(t.t0)),this.bridge&&(this.bridge.destroy(),this.bridge=null),this.worker&&(this.worker.terminate(),this.worker=null),t.t0;case 27:case"end":return t.stop()}}),t,this,[[0,21]])})))}},{key:"handleWorkerDisconnect",value:function(){var e,t;this.tracelog.error("[SocketProxy] Worker disconnected, triggering failover"),null===(e=this.bridge)||void 0===e||e.destroy(),this.bridge=null,this.worker&&(this.worker.terminate(),this.worker=null),null===(t=this.onFailOverCallback)||void 0===t||t.call(this,1)}},{key:"_handleWorkerMessage",value:function(e){var t=e.data,o=t.type,n=t.data;if(o===qu.WORKER_MESSAGE)try{var i=n.name,a=n.data,r=this.eventHandlers[i];r?r(a):this.tracelog.warn("[SocketProxy] Unknown socket event: ".concat(i))}catch(e){this.tracelog.error("[SocketProxy] Error handling event: ".concat(e))}}},{key:"connect",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,this.workerReady;case 3:if(this.bridge){t.next=5;break}throw new Error("Worker not initialized");case 5:return t.next=7,this.bridge.call(Vu.SOCKET_CONNECT,e);case 7:t.next=13;break;case 9:throw t.prev=9,t.t0=t.catch(0),this.tracelog.error("[SocketProxy] Failed to connect: ".concat(t.t0)),t.t0;case 13:case"end":return t.stop()}}),t,this,[[0,9]])})))}},{key:"connectBinary",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,this.workerReady;case 3:if(this.bridge){t.next=5;break}throw new Error("Worker not initialized");case 5:return t.next=7,this.bridge.call(Vu.SOCKET_CONNECT_BINARY,e);case 7:t.next=13;break;case 9:throw t.prev=9,t.t0=t.catch(0),this.tracelog.error("[SocketProxy] Failed to connect binary: ".concat(t.t0)),t.t0;case 13:case"end":return t.stop()}}),t,this,[[0,9]])})))}},{key:"queueMessage",value:function(e){this.bridge?this.bridge.notify(Vu.SOCKET_QUEUE_MESSAGE,e):this.tracelog.warn("[SocketProxy] queueMessage: bridge not initialized")}},{key:"updateUserStatus",value:function(e){var t=this;this.bridge?this.bridge.call(Vu.SOCKET_UPDATE_USER_STATUS,e).catch((function(e){t.tracelog.error("[SocketProxy] Failed to update user status: ".concat(e))})):this.tracelog.warn("[SocketProxy] updateUserStatus: bridge not initialized")}},{key:"fulfillPendingConnection",value:function(){var e=this;this.bridge?this.bridge.call(Vu.SOCKET_FULFILL_PENDING_CONNECTION,{}).catch((function(t){e.tracelog.error("[SocketProxy] Failed to call fulfillPendingConnection: ".concat(t))})):this.tracelog.warn("[SocketProxy] fulfillPendingConnection: bridge not initialized")}},{key:"rejectPendingConnection",value:function(){var e=this;this.bridge?this.bridge.call(Vu.SOCKET_REJECT_PENDING_CONNECTION,{}).catch((function(t){e.tracelog.error("[SocketProxy] Failed to call rejectPendingConnection: ".concat(t))})):this.tracelog.warn("[SocketProxy] rejectPendingConnection: bridge not initialized")}},{key:"disconnect",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,this.workerReady;case 3:if(this.bridge){t.next=5;break}return t.abrupt("return");case 5:return t.next=7,this.bridge.call(Vu.SOCKET_DISCONNECT,{reason:e});case 7:t.next=12;break;case 9:t.prev=9,t.t0=t.catch(0),this.tracelog.error("[SocketProxy] Failed to disconnect: ".concat(t.t0));case 12:case"end":return t.stop()}}),t,this,[[0,9]])})))}},{key:"destroy",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,!this.bridge){e.next=5;break}return e.next=4,this.bridge.call(Vu.SOCKET_DESTROY,{});case 4:this.bridge.destroy();case 5:e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),this.tracelog.error("[SocketProxy] Error destroying socket: ".concat(e.t0));case 10:this.worker&&(this.worker.terminate(),this.worker=null),this.bridge=null;case 12:case"end":return e.stop()}}),e,this,[[0,7]])})))}},{key:"getIsWorking",value:function(){return this.cachedIsWorking}},{key:"onDynamicFeature",value:function(e,t){this.bridge?this.bridge.subscribe(Zu.SOCKET_ON_DYNAMIC_FEATURE_CHANGE,e,t):this.tracelog.warn("[SocketProxy] onDynamicFeature: bridge not initialized")}},{key:"getDynamicFeature",value:function(){return this.cachedDynamicFeature}}]),o}(_t),sl=os(["CoBrowsing Channel"]),Al=us.logWithBaseTags(["TRANSFER_LAYER"]);!function(e){e[e.WEB_SOCKET=0]="WEB_SOCKET",e[e.DATA_CHANNEL=1]="DATA_CHANNEL",e[e.WEB_TRANSPORT=2]="WEB_TRANSPORT"}(al||(al={}));var cl=function(t){_inherits(n,t);var o=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),(t=o.call(this)).socket=null,t.shouldIgnoreMessage=!1,t.connectedOnce=!1,t._tempUserInWaitingRoom=[],t.setMaxListeners(100),t.options=e,t.cbsLogController=new gs(sl),t.initWebsocket().catch((function(e){sl.error("[WebsocketController] Initialization failed:",e)})),t}return _createClass(n,[{key:"initWebsocket",value:function(){return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){var o,n,i,a,s=this;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=this.options,n=o.url,i=o.query,a=r(o,["url","query"]),Al.log(e.PerformanceLogEnum.initWS,"init Websocket"),Al.logRange(e.PerformanceLogEnum.PingEndpointListDone,e.PerformanceLogEnum.initWS),sl.log("ready to start socket, enableWorker: ".concat(this.options.enableWorker)),!this.options.enableWorker){t.next=18;break}return t.prev=5,sl.log("start launching socket in worker"),this.socket=new rl(Object.assign(Object.assign({},a),{onMessage:this.socketCallbackListener.bind(this),onReady:this.webMessageReady.bind(this),onOpen:this.webSocketOpen.bind(this)})),t.next=10,this.socket.initWorker(a);case 10:t.next=16;break;case 12:t.prev=12,t.t0=t.catch(5),sl.error("failed to launch socket worker, falling back to main thread: ".concat(t.t0)),this.socket=new nl(Object.assign(Object.assign({},a),{onMessage:this.socketCallbackListener.bind(this),onReady:this.webMessageReady.bind(this),onOpen:this.webSocketOpen.bind(this)}));case 16:t.next=20;break;case 18:sl.log("start launching socket in main thread"),this.socket=new nl(Object.assign(Object.assign({},a),{onMessage:this.socketCallbackListener.bind(this),onReady:this.webMessageReady.bind(this),onOpen:this.webSocketOpen.bind(this)}));case 20:return t.next=22,this.socket.connect({url:n,query:i});case 22:this.socket.onDynamicFeature(Bt,(function(e){s.emit(u,{event:A.DYNAMIC_FEATURE_CHANGE,data:e})}));case 23:case"end":return t.stop()}}),t,this,[[5,12]])})))}},{key:"webSocketOpen",value:function(e,t,o){var n,i;sl.log("[WebsocketController] webSocketOpen: connType: ".concat(t,", isWorking: ").concat(o)),null===(i=(n=this.options).onOpen)||void 0===i||i.call(n,e,t,o),1===t&&this.emit(u,{event:A.SOCKET_OPEN,data:{}})}},{key:"webMessageReady",value:function(){for(var t,o,n=!1,i=arguments.length,a=new Array(i),r=0;r<i;r++)a[r]=arguments[r];var s=a[0];try{Al.log(e.PerformanceLogEnum.WSConnected2Channel,"webMessageReady"),s.evt!==Eo.WS_CONN_KEEPALIVE&&(n=!1),s.body||(null===(t=this.socket)||void 0===t||t.rejectPendingConnection(),n=!1),n=!0}catch(e){sl.error("parse socket msg error"),n=!1}n&&(null===(o=this.socket)||void 0===o||o.fulfillPendingConnection())}},{key:"emit",value:function(e){for(var t,o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];return(t=_get(_getPrototypeOf(n.prototype),"emit",this)).call.apply(t,[this,e].concat(i))}},{key:"on",value:function(e,t){return _get(_getPrototypeOf(n.prototype),"on",this).call(this,e,t)}},{key:"socketCallbackListener",value:function(t){var o,n;return s(this,void 0,void 0,_regeneratorRuntime().mark((function i(){var a,r,s,c,l,g,p,h,d,E,f,m,I,C,y,v,B;return _regeneratorRuntime().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(a=this.options.onMessage,r=(null===(o=null==t?void 0:t.body)||void 0===o?void 0:o.data)||{},s=r.eventType,c=r.data,!this.shouldIgnoreMessage){i.next=4;break}return i.abrupt("return");case 4:if(s){i.next=7;break}return sl.error("trigger listener, not exist eventType"),i.abrupt("return");case 7:if(s===fo.INTERACTION&&this.cbsLogController.addCBSMsg(c),s===fo.FULL_SNAPSHOT_REQUEST&&sl.log("receive full snapshot request"),s!==fo.CONNECTED||this.connectedOnce||(l=c,sl.log("channel trigger session start"),hs({sessionId:this.options.query.roomId,participantType:this.options.participantType,result:1}),Al.log(e.PerformanceLogEnum.WSConnectedSuccess),Al.logRange(e.PerformanceLogEnum.initWS,e.PerformanceLogEnum.WSConnectedSuccess),this.emit(u,{event:A.SESSION_STARTED,data:{}}),g=go(g=l.auth||""),this.options.splitWSS&&(this.options.splitWSS=!!g),this.options.splitWSS&&(p=null===(n=this.socket)||void 0===n?void 0:n.connectBinary({url:this.options.url,query:this.options.query,channelAuth:g}))&&p.catch((function(e){sl.error("connectBinary failed:",e)})),this.connectedOnce=!0),s===fo.USER_ROSTER&&(us.log(e.PerformanceLogEnum.UserRoster,"USER_ROSTER"),sl.log("channel trigger user roster"),this._tempProcessUserRosterData(c)),s!==fo.DISCONNECTED){i.next=17;break}if(h=c.code,[Z.LEAVE_ROOM,Z.END_ROOM,Z.DISCONNECTED,Z.DESTROY_DEACTIVE_ROOM,Z.DESTROY_SLEEP_ROOM,Z.DESTROY_NO_VALID_OPERATION_ROOM].includes(h)?(sl.log("channel trigger session closed, code:".concat(h,", reason:").concat(_o[h])),this.emit(u,{event:A.SESSION_CLOSED,data:{code:h,reason:_o[h]}}),[Z.END_ROOM,Z.DESTROY_DEACTIVE_ROOM,Z.DESTROY_SLEEP_ROOM,Z.DESTROY_NO_VALID_OPERATION_ROOM].includes(h)&&(this._tempUserInWaitingRoom=[])):[Z.SAME_LEADER_JOINED].includes(h)?this.emit(u,{event:A.SESSION_PERSISTED,data:{reason:_o[h],code:h}}):(sl.log("channel trigger session error, code:".concat(h,", reason:").concat(_o[h])),this.emit(u,{event:A.ERROR,data:{errorMsg:de[h],code:h}})),!(null!=h?h:Bo[h])){i.next=17;break}return i.next=17,this.destroy();case 17:s===fo.ROOM_ROSTER&&this.emit(u,{event:A.ROOM_ROSTER,data:c}),s===fo.USER_BE_HOLD_STATUS_CHANGE&&this.emit(u,{event:A.USER_BE_HOLD_STATUS_CHANGE,data:c}),s===fo.RECORD_APPROVE_REQUEST&&this.emit(u,{event:A.RECORD_APPROVE_REQUEST,data:c}),s===fo.START_RECORD_RESPONSE&&(d=c.success,E=c.errorCode,sl.log("channel trigger startrecord response, success:".concat(d,", errorCode:").concat(E)),this.emit(u,{event:A.START_RECORD_RESPONSE,data:{success:d}}),d||this.emit(u,{event:A.ERROR,data:{errorMsg:ke,code:Ie.RECORD_START_FAILED,detailCode:E}})),s===fo.STOP_RECORD_RESPONSE&&(f=c.success,m=c.errorCode,sl.log("channel trigger stop record response, success:".concat(f,", errorCode:").concat(m)),this.emit(u,{event:A.STOP_RECORD_RESPONSE,data:{success:f}}),f||this.emit(u,{event:A.ERROR,data:{errorMsg:be,code:Ie.RECORD_STOP_FAILED,detailCode:m}})),s===fo.PAUSE_RECORD_RESPONSE&&(I=c.success,C=c.errorCode,sl.log("channel trigger pause record response, success:".concat(I,", errorCode:").concat(C)),this.emit(u,{event:A.PAUSE_RECORD_RESPONSE,data:{success:I}}),I||this.emit(u,{event:A.ERROR,data:{errorMsg:_e,code:Ie.RECORD_PAUSE_FAILED,detailCode:C}})),s===fo.RESUME_RECORD_RESPONSE&&(y=c.success,v=c.errorCode,sl.log("channel trigger resume record response, success:".concat(y,", errorCode:").concat(v)),this.emit(u,{event:A.RESUME_RECORD_RESPONSE,data:{success:y}}),y||this.emit(u,{event:A.ERROR,data:{errorMsg:we,code:Ie.RECORD_RESUME_FAILED,detailCode:v}})),s===fo.LEADER_PAGE_VISIBILITY&&(B=c.visible,this.emit(u,{event:A.LEADER_PAGE_VISIBILITY,data:{visible:B}})),a&&a({eventType:s,data:c||{}});case 26:case"end":return i.stop()}}),i,this)})))}},{key:"isReady",value:function(){return!this.shouldIgnoreMessage&&(!!this.socket&&!!this.socket.getIsWorking())}},{key:"sendMessage",value:function(e){var t;return s(this,void 0,void 0,_regeneratorRuntime().mark((function o(){return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(!this.isReady()){o.next=5;break}return e.eventType===fo.INTERACTION&&this.cbsLogController.addCBSMsg(e.data,"send"),e.eventType===fo.FULL_SNAPSHOT_REQUEST&&sl.log("send full snapshot request"),null===(t=this.socket)||void 0===t||t.queueMessage({code:Eo.WS_CONN_VECTOR_DATA,eventType:e.eventType,data:e,batchNo:e.batchNo}),o.abrupt("return",!0);case 5:if(![fo.END_ROOM,fo.LEAVE_ROOM].includes(e.eventType)){o.next=10;break}return sl.log("channel user has left or ended session"),this.shouldIgnoreMessage=!0,o.next=10,this.destroy();case 10:return o.abrupt("return",!1);case 11:case"end":return o.stop()}}),o,this)})))}},{key:"getDynamicFeature",value:function(){var e;return null===(e=this.socket)||void 0===e?void 0:e.getDynamicFeature()}},{key:"updateUserStatus",value:function(e){var t;null===(t=this.socket)||void 0===t||t.updateUserStatus(e)}},{key:"destroy",value:function(){var e;return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,null===(e=this.socket)||void 0===e?void 0:e.destroy();case 2:this.socket=null,this.cbsLogController.destroy(),this.removeAllListeners();case 5:case"end":return t.stop()}}),t,this)})))}},{key:"_tempProcessUserRosterData",value:function(e){var t,o,n,i,a,r,s=this,c=(null!==(t=e.add)&&void 0!==t?t:[]).filter((function(e){return null==e?void 0:e.bHold})),l=(null!==(o=e.remove)&&void 0!==o?o:[]).filter((function(e){return s._tempUserInWaitingRoom.find((function(t){return t.userId===e.userId}))})),g=(null!==(n=e.update)&&void 0!==n?n:[]).filter((function(e){return!(null==e?void 0:e.bHold)&&s._tempUserInWaitingRoom.find((function(t){return t.userId===e.userId}))}));c.length&&((r=this._tempUserInWaitingRoom).push.apply(r,_toConsumableArray(c)),e.add=null===(i=e.add)||void 0===i?void 0:i.filter((function(e){return!(null==e?void 0:e.bHold)})));if(g.length){var p,h=this._tempUserInWaitingRoom.filter((function(e){return g.find((function(t){return t.userId===e.userId}))}));e.add=(p=null!==(a=e.add)&&void 0!==a?a:[]).concat.apply(p,_toConsumableArray(h)),this._tempUserInWaitingRoom=this._tempUserInWaitingRoom.filter((function(e){return!g.find((function(t){return t.userId===e.userId}))})),e.update&&(e.update=e.update.filter((function(e){return!g.find((function(t){return t.userId===e.userId}))})))}l.length&&(this._tempUserInWaitingRoom=this._tempUserInWaitingRoom.filter((function(e){return!l.find((function(t){return t.userId===e.userId}))}))),Object.values(e).flat().length&&this.emit(u,{event:A.USER_ROSTER,data:e})}}],[{key:"IsSupport",value:function(){return WebSocket}}]),n}(_t),ul=function(){function e(t){_classCallCheck(this,e),this.options=t}return _createClass(e,[{key:"isReady",value:function(){return!1}},{key:"getDynamicFeature",value:function(){return{}}},{key:"sendMessage",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.isReady());case 1:case"end":return e.stop()}}),e,this)})))}},{key:"destroy",value:function(){}}],[{key:"IsSupport",value:function(){return window.RTCPeerConnection&&window.RTCDataChannel}}]),e}(),ll=function(){function e(t){_classCallCheck(this,e),this.options=t}return _createClass(e,[{key:"isReady",value:function(){return!1}},{key:"sendMessage",value:function(e){return s(this,void 0,void 0,_regeneratorRuntime().mark((function e(){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.isReady());case 1:case"end":return e.stop()}}),e,this)})))}},{key:"getDynamicFeature",value:function(){return{}}},{key:"destroy",value:function(){}}],[{key:"IsSupport",value:function(){return window.WebTransport}}]),e}(),gl=function(e){_inherits(o,e);var t=_createSuper(o);function o(){var e;return _classCallCheck(this,o),(e=t.call(this))._websocketController=null,e._datachannelController=null,e._webtransportController=null,e.isActive=!0,o.intance&&o.intance.destroy().catch((function(e){sl.error("[TransferLayerManager] Error destroying old instance:",e)})),o.intance=_assertThisInitialized(e),e}return _createClass(o,[{key:"_socket",get:function(){var e,t,o;return this.isActive?(null===(e=this._webtransportController)||void 0===e?void 0:e.isReady())?this._webtransportController:(null===(t=this._datachannelController)||void 0===t?void 0:t.isReady())?this._datachannelController:(null===(o=this._websocketController)||void 0===o?void 0:o.isReady())?this._websocketController:null:null}},{key:"emit",value:function(e){for(var t,n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];return(t=_get(_getPrototypeOf(o.prototype),"emit",this)).call.apply(t,[this,e].concat(i))}},{key:"on",value:function(e,t){return _get(_getPrototypeOf(o.prototype),"on",this).call(this,e,t)}},{key:"createSocket",value:function(e){var t=this;this.isActive=!0,this._websocketController||this._datachannelController||this._webtransportController||(cl.IsSupport()&&(this._websocketController=new cl(e),this._websocketController.on(u,(function(e){t.emit(u,e)}))),ul.IsSupport()&&(this._datachannelController=new ul(e)),ll.IsSupport()&&(this._webtransportController=new ll(e)))}},{key:"sendMessage",value:function(e){var t;return s(this,void 0,void 0,_regeneratorRuntime().mark((function o(){var n;return _regeneratorRuntime().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(!this.isNeworkBusy()){o.next=2;break}return o.abrupt("return",!1);case 2:return o.next=4,null===(t=this._socket)||void 0===t?void 0:t.sendMessage(e);case 4:return n=o.sent,o.abrupt("return",!!n);case 6:case"end":return o.stop()}}),o,this)})))}},{key:"getDynamicFeature",value:function(){var e;return null===(e=this._socket)||void 0===e?void 0:e.getDynamicFeature()}},{key:"socket",get:function(){return this._socket}},{key:"destroy",value:function(){var e,t,o,n;return s(this,void 0,void 0,_regeneratorRuntime().mark((function i(){return _regeneratorRuntime().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(this.isActive){i.next=2;break}return i.abrupt("return");case 2:return null===(e=this._webtransportController)||void 0===e||e.destroy(),null===(t=this._datachannelController)||void 0===t||t.destroy(),i.next=6,null===(o=this._websocketController)||void 0===o?void 0:o.destroy();case 6:null===(n=this._socket)||void 0===n||n.destroy(),this._datachannelController=null,this._websocketController=null,this._webtransportController=null,this.isActive=!1;case 11:case"end":return i.stop()}}),i,this)})))}},{key:"isNeworkBusy",value:function(){return!1}}]),o}(_t),pl=os(["ntp"]),hl=function(){function e(){_classCallCheck(this,e),this.afterStableRecordLimit=2,this.maxRecordLimit=8,this.sdxStandard=12,this.infoMap=new Map,this.afterStableRecordCountMap=new Map,this.deltaListMap=new Map,this.maxNDmap=new Map,this.minNDmap=new Map,this.maxRTNDmap=new Map,this.minRTNDmap=new Map,this.isStable=!1,this.listeners=new Map,this.singleOnceListeners=new Map}return _createClass(e,[{key:"setConfig",value:function(e){e.ntp_deviation&&(this.sdxStandard=e.ntp_deviation),e.ntp_deviation_recent_count&&(this.maxRecordLimit=e.ntp_deviation_recent_count)}},{key:"computeND",value:function(e,t,o,n){return+((n-e-(o-t))/2).toFixed(3)}},{key:"computeRTND",value:function(e,t,o,n){return Math.abs(Math.abs(n-o)-Math.abs(t-e))}},{key:"computeDelta",value:function(e,t,o,n){return o+this.computeND(e,t,o,n)-n}},{key:"getDelta",value:function(e){var t=this.deltaListMap.get(e)||[],o=Number.MAX_SAFE_INTEGER,n=Number.MIN_SAFE_INTEGER,i=0,a=0;return t.forEach((function(e){e>=0?(o=Math.min(o,e),i++):(n=Math.max(n,e),a++)})),i>a?o:n}},{key:"forceNotify",value:function(e){var t=this,o=function(e){var o=t.infoMap.get(e);if(o&&o.sessionId){var n=t.getDelta(e),i={delta:n,session_id:o.sessionId,participant_type:o.participantType,max_nd:t.maxNDmap.get(e),min_nd:t.minNDmap.get(e),max_rtnd:t.maxRTNDmap.get(e),min_rtnd:t.minRTNDmap.get(e),pnow:Math.round(performance.now())};pl.log_2(i),t.notify(e,n),t.clear(e)}};if(e)o(e);else{var n,i=_createForOfIteratorHelper(this.infoMap.keys());try{for(i.s();!(n=i.n()).done;){o(n.value)}}catch(e){i.e(e)}finally{i.f()}}}},{key:"computeIsStable",value:function(e){var t=this.deltaListMap.get(e);if(!(null==t?void 0:t.length)||t.length<this.maxRecordLimit)return[!1];var o=this.afterStableRecordCountMap.get(e);o&&(t=t.slice(0,-o));var n=t.reduce((function(e,t){return e+t}),0)/t.length,i=+t.reduce((function(e,t){return e+Math.pow(t-n,2)}),0).toFixed(2)/t.length,a=+Math.sqrt(i).toFixed(2);return[a<this.sdxStandard,a]}},{key:"record",value:function(e){if(!this.isStable&&e.connId){var t=e.t1,o=e.t2,n=e.t3,i=e.t4,a=e.connId,r=e.sessionId,s=e.participantType,A=this.computeRTND(t,o,n,i),c=this.computeND(t,o,n,i),u=this.computeDelta(t,o,n,i);if(!this.infoMap.has(a)){var l={sessionId:r,participantType:s};this.infoMap.set(a,l),this.deltaListMap.set(a,[]),this.maxNDmap.set(a,0),this.minNDmap.set(a,Number.MAX_SAFE_INTEGER),this.maxRTNDmap.set(a,0),this.minRTNDmap.set(a,Number.MAX_SAFE_INTEGER),this.afterStableRecordCountMap.set(a,0)}var g=this.deltaListMap.get(a);g.push(u),this.afterStableRecordCountMap.get(a)>0?g.length>this.maxRecordLimit+this.afterStableRecordLimit&&g.shift():g.length>this.maxRecordLimit&&g.shift(),this.maxNDmap.set(a,Math.max(c,this.maxNDmap.get(a))),this.minNDmap.set(a,Math.min(c,this.minNDmap.get(a))),this.maxRTNDmap.set(a,Math.max(A,this.maxRTNDmap.get(a))),this.minRTNDmap.set(a,Math.min(A,this.minRTNDmap.get(a)));var p=this.computeIsStable(a),h=this.afterStableRecordCountMap.get(a);this.isStable=p[0]&&h>=2,p[0]&&this.afterStableRecordCountMap.set(a,h+1);var d=p[1]||0,E={t1:t,t2:o,t3:n,t4:i,delta:u,nd:c,rtnd:A,sdx:d,session_id:r,participant_type:s,pnow:Math.round(performance.now())};if(pl.log_2(E),this.isStable){var f=this.getDelta(a),m={delta:f,session_id:r,participant_type:s,max_nd:this.maxNDmap.get(a),min_nd:this.minNDmap.get(a),max_rtnd:this.maxRTNDmap.get(a),min_rtnd:this.minRTNDmap.get(a),sdx:d,pnow:Math.round(performance.now())};pl.log_2(m),this.notify(a,f),this.clear(a)}}}},{key:"setDelta",value:function(e,t){this.notify(e,t)}},{key:"clear",value:function(e){e?(this.infoMap.delete(e),this.deltaListMap.delete(e),this.afterStableRecordCountMap.delete(e),this.maxNDmap.delete(e),this.minNDmap.delete(e),this.maxRTNDmap.delete(e),this.minRTNDmap.delete(e),this.listeners.delete(e),this.singleOnceListeners.delete(e)):(this.infoMap.clear(),this.deltaListMap.clear(),this.afterStableRecordCountMap.clear(),this.maxNDmap.clear(),this.minNDmap.clear(),this.maxRTNDmap.clear(),this.minRTNDmap.clear(),this.listeners.clear(),this.singleOnceListeners.clear()),this.isStable=!1}},{key:"observe",value:function(e,t){this.listeners.get(e)||this.listeners.set(e,[]),this.listeners.get(e).push(t)}},{key:"observeSingleOnce",value:function(e,t){this.singleOnceListeners.set(e,t)}},{key:"notify",value:function(e,t){var o=this.listeners.get(e)||[];this.singleOnceListeners.has(e)&&o.push(this.singleOnceListeners.get(e)),o.forEach((function(o){o(e,t)})),this.singleOnceListeners.delete(e)}}]),e}(),dl=new hl,El=void 0;var fl=function(e){_inherits(o,e);var t=_createSuper(o);function o(e){var n;return _classCallCheck(this,o),(n=t.call(this))._options=e,n._tlRecvMessagePools=[],n._isActive=!1,n.setMaxListeners(100),n}return _createClass(o,[{key:"connectTl",value:function(){arguments.length>1&&void 0!==arguments[1]||m.START}},{key:"shouldIgnoreMessage",value:function(e){return!e||(!(![fo.INTERACTION,fo.INTERACTION_BINARY].includes(e.eventType)||1!==Vo.state.context.participants.size||!Vo.state.context.currentUserId)||!(e.eventType!==fo.FLYING_CURSOR||!vo[e.data.type]))}},{key:"_addOrClearBuffer",value:function(e){e&&!this.shouldIgnoreMessage(e)&&this._tl.sendMessage(Object.assign(Object.assign({},e),{batchNo:Oo.batchNo}))}},{key:"tlEventListener",value:function(){var e=this;return new nt("transfer-layer").registerHanlder((function(t,o){o.eventType===fo.CONNECTED&&1===o.data.connType&&e._addOrClearBuffer()}))}},{key:"initPostMessageTool",value:function(){var e,t,o,n="cbs-iframe-message";if(!this._tlRecvMessagePools.find((function(e){return e.name===n}))){this._tlRecvMessagePools.push(new Lo(n),new nt("participants").registerHanlder((function(e,t){var o=t.data;switch(t.eventType){case fo.DISCONNECTED:var n=o.code,i=o.reason;Vo.send({type:"RESET"}),ms.log("code:".concat(n,",reason:").concat(i));break;case fo.CONNECTED:if(!o.userId)break;Vo.send({type:"UPDATE_CURRENT_USER_ID",payload:{userId:o.userId}});break;case fo.USER_ROSTER:var a=o.add,r=o.remove,s=o.update;(null==a?void 0:a.length)&&Vo.send({type:"ADD_USERS",payload:a}),(null==s?void 0:s.length)&&Vo.send({type:"UPDATE_USERS",payload:s}),(null==r?void 0:r.length)&&Vo.send({type:"REMOVE_USERS",payload:r})}}),(function(){Vo.send({type:"RESET"})})),this.tlEventListener());var i=function(e,t,o){if(!(o.participantType!==gt.LEADER&&o.participantType!==gt.FOLLOWER||"com"!==o.mode&&"cc"!==o.mode)){var n="",i=void 0;o.config&&dl.setConfig(o.config);var a=function(){dl.isStable||dl.forceNotify(),dl.clear(),El=void 0,n="",clearTimeout(i),i=void 0};return new nt("ntp").registerHanlder((function(r,s){var A,c,u,l=s.data;switch(s.eventType){case fo.USER_ROSTER:if(o.participantType!==gt.FOLLOWER)return;if(null===(A=l.add)||void 0===A?void 0:A.every((function(e){return e.participantType===o.participantType})))return;if(!n){var g=null===(c=l.add)||void 0===c?void 0:c.find((function(e){return e.participantType===gt.LEADER}));n=(null==g?void 0:g.userId)||""}if((null===(u=l.remove)||void 0===u?void 0:u.find((function(e){return e.participantType===gt.LEADER})))&&(n=""),!n)return;i&&(clearTimeout(i),i=void 0),e.sendMessage({eventType:fo.NTP,data:{t1:Date.now()}});break;case fo.NTP:var p=l.t1,h=l.t2,d=l.t3,E=l.delta,f=l.cId;if(void 0!==E&&f)return void dl.setDelta(f,E);if(d){if(dl.observeSingleOnce(f,(function(i,a){n&&(El=a,e.sendMessage({eventType:fo.NTP,data:{delta:void 0!==a?-a:a,cId:i}}),t.postMessageToIframes({eventType:"NTP",data:{delta:a,cId:i,sessionId:o.sessionId}}))})),void 0!==El)return dl.notify(f,El),clearTimeout(i),void(i=void 0);dl.record({t1:p,t2:h,t3:d,t4:Date.now(),connId:f,sessionId:o.sessionId||"",participantType:o.participantType}),void 0===El&&n?(clearTimeout(i),i=setTimeout((function(){e.sendMessage({eventType:fo.NTP,data:{t1:Date.now(),cId:f}})}),o.config.ntp_send_interval||2e3)):i=void 0}else if(p){var m=Date.now();e.sendMessage({eventType:fo.NTP,data:{t1:p,t2:m,t3:m,cId:f}})}break;case fo.DISCONNECTED:case fo.END_ROOM:case fo.LEAVE_ROOM:a()}}),(function(){a()}))}}(this,Oo,{mode:this._options.mode||"",sessionId:this._options.roomId,participantType:this._options.participantType,config:{ntp_deviation:null===(e=this._options.config)||void 0===e?void 0:e.ntp_deviation,ntp_deviation_recent_count:null===(t=this._options.config)||void 0===t?void 0:t.ntp_deviation_recent_count,ntp_send_interval:null===(o=this._options.config)||void 0===o?void 0:o.ntp_send_interval}});i&&this._tlRecvMessagePools.push(i)}this._tlRecvMessagePools.forEach((function(e){return e.start()}))}},{key:"initTransferLayerManager",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:m.START;this._tl||(this._tl=new gl),null===(e=this._initTlHook)||void 0===e||e.call(this),this._setupBufferManagerSync(),this.initPostMessageTool(),this.connectTl(!1,t)}},{key:"_setupBufferManagerSync",value:function(){var e=this;Vo.subscribe((function(t){var o,n=t.context.currentUserId,i=null===(o=e._tl)||void 0===o?void 0:o.socket;i&&"updateUserStatus"in i&&i.updateUserStatus(n)}))}},{key:"_handleCBSMessageFromIframe",value:function(e){if(e){var t=e.type,o=e.sessionId;t===Je.CBS?this._options.roomId===o&&this._addOrClearBuffer({eventType:fo.INTERACTION,data:e}):t===Je.REMOTE_ASSIST_FLYING_CURSOR&&this._options.roomId===o&&this._addOrClearBuffer({eventType:fo.FLYING_CURSOR,data:{type:Ke.Position,data:e.data}})}}},{key:"createSocket",value:function(e){var t,o=this,n=e.onOpen,i=r(e,["onOpen"]);null===(t=this._tl)||void 0===t||t.createSocket(Object.assign(Object.assign({},i),{onOpen:function(){if(null==n||n.apply(void 0,arguments),1===(arguments.length<=1?void 0:arguments[1])){var t=o._options,i=t.roomId,a=t.participantType===gt.LEADER;Oo.checkUnlockedReadyTab().then((function(t){Oo.bindReadyTab(t,i),a||Oo.isReady().then((function(){o._addOrClearBuffer({eventType:fo.FULL_SNAPSHOT_REQUEST,data:{sessionId:o._options.roomId}})})),Oo.postMessageToIframes({eventType:"SESSION_INFO",data:{sessionId:o._options.roomId,sessionRegion:e.dc,startUrl:e.startUrl||""}})}))}}}))}},{key:"initRecvMessageTool",value:function(){this._recvMessageTool||(this._recvMessageTool=new No({callback:this._handleCBSMessageFromIframe.bind(this)})),this._recvMessageTool.start()}},{key:"start",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:m.START;this._isActive=!0,this.initTransferLayerManager(e),this.initRecvMessageTool()}},{key:"stop",value:function(){var e,t;this._isActive=!1,null===(e=this._tl)||void 0===e||e.destroy(),null===(t=this._recvMessageTool)||void 0===t||t.stop(),this._tlRecvMessagePools.forEach((function(e){return e.stop()})),this.removeAllListeners()}},{key:"sendMessage",value:function(e){var t=e.eventType;this._isActive&&this._tl&&(this._addOrClearBuffer(e),[fo.REMOTE_CONTROL_RESPONSE,fo.REMOTE_CONTROL_GIVE_UP,fo.REMOTE_CONTROL_TAKE_BACK,fo.END_ROOM,fo.LEAVE_ROOM,fo.ANNOTATION,fo.START_RECORD,fo.STOP_RECORD,fo.PAUSE_RECORD,fo.RESUME_RECORD,fo.START_RECORD_RESPONSE,fo.STOP_RECORD_RESPONSE,fo.PAUSE_RECORD_RESPONSE,fo.RESUME_RECORD_RESPONSE,fo.FLYING_CURSOR,fo.ROOM_ROSTER].includes(t)&&Oo.handleRemoteMessage(e))}},{key:"registerMessageHandler",value:function(e,t){var o=this._tlRecvMessagePools.find((function(t){return t.name===e}));return o||(o=new nt(e),this._tlRecvMessagePools.push(o)),o.registerHanlder(t),o.start(),o}},{key:"getDynamicFeature",value:function(){var e;return(null===(e=this._tl)||void 0===e?void 0:e.getDynamicFeature())||{}}}]),o}(_t),ml=function(e,t){if("worker"===window.ZCBForceSocketMode)return!0;if("main"===window.ZCBForceSocketMode)return!1;if(!(e&&(o=t,void 0!==o&&o>=0&&o<=100)))return!1;var o;if(t>=100||function(e){return 100*Math.random()<e}(t)){var n="undefined"!=typeof createImageBitmap,i="undefined"!=typeof OffscreenCanvas;return n&&i}return!1},Il=os(["CoBrowsing Channel"]),Cl=us.logWithBaseTags(["CHANNEL","CHANNEL_SERVICE"]),yl=jc,vl=function(t){_inherits(n,t);var o=_createSuper(n);function n(e){var t;_classCallCheck(this,n);var i=Gs.getState(),a=i.isCommonMode,r=i.isCCMode;return(t=o.call(this,{roomId:e.roomId,participantType:e.participantType,config:e.config||{},mode:a?"com":r?"cc":""})).options=e,t._maxTryTime=3,t._tryTime=0,t.isPinging=!1,t.prevent=!1,t._initTlHook=function(){var e;null===(e=t._tl)||void 0===e||e.on(u,(function(e){t.emit(u,e)}))},t}return _createClass(n,[{key:"emit",value:function(e){for(var t,o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];return(t=_get(_getPrototypeOf(n.prototype),"emit",this)).call.apply(t,[this,e].concat(i))}},{key:"on",value:function(e,t){return _get(_getPrototypeOf(n.prototype),"on",this).call(this,e,t)}},{key:"getStartUrl",value:function(){var e=window.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT;return Da()&&e?"https://".concat(null==e?void 0:e.domain,"/agent"):location.origin+location.pathname}},{key:"connectTl",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:m.START,n=arguments.length>2?arguments[2]:void 0;return s(this,void 0,void 0,_regeneratorRuntime().mark((function i(){var a,r,s,c,l,g,p,h,d,E=this;return _regeneratorRuntime().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(a=o===m.AUTO||o===m.PERSIST,Il.log("channel connectTl isFailover:".concat(t,", isReconnect:").concat(a,",connType:").concat(n,", ").concat((new Date).valueOf())),yl){i.next=5;break}return Il.error("[No-Error]socket connect failed,can not find auth module"),i.abrupt("return");case 5:if(!t){i.next=12;break}if(r=yl.getSyncZCBWebTokenLifeTime(),Il.log("restore session, tokenLifeTime:".concat(r,", type:failover")),!(r>6e5)){i.next=12;break}return Il.error("discard token due to expired"),this.emit(u,{event:A.SESSION_CLOSED,data:{code:w.END_DEACTIVE_ROOM,reason:""}}),i.abrupt("return");case 12:if(t||a?this.emit(u,{event:A.SESSION_RECONNECTING,data:{callType:o}}):this.emit(u,{event:A.SESSION_CONNECTING,data:{}}),s=this.options.roomId,!t){i.next=34;break}return i.prev=15,Oo.unbindReadyTab(s),c=ir.genFailOverZmChsTrackingId(),l=ir.getZmTrackingId(),Il.log("gen new chs trackingId, zmTrackingId:".concat(l,", zmChsTrackingId:").concat(c)),i.next=22,yl.getSessionStatus({sessionId:s,isCallByZCB:!0});case 22:g=i.sent,p=(g||{}).sessionRegions,this.options.sessionRegions=p,i.next=34;break;case 27:return i.prev=27,i.t0=i.catch(15),n&&1!==n||hs({sessionId:s,participantType:this.options.participantType,result:0,failedType:"TRANSFER_LAYER_TRY_FAILOVER",message:"transfer_layer get session status failed: ".concat(i.t0)}),Il.error("try to failover fail, error: ".concat(JSON.stringify(i.t0),", connType: ").concat(n)),h=null===i.t0||void 0===i.t0?void 0:i.t0.code,fe[h]?this.emit(u,{event:A.ERROR,data:{errorMsg:Be[h],code:h}}):this.emit(u,{event:A.ERROR,data:{errorMsg:me[he.UNKNOWN_SERVICE_EXCEPTION],code:he.UNKNOWN_SERVICE_EXCEPTION}}),i.abrupt("return");case 34:if(d=this.options.sessionRegions,!this.isPinging){i.next=37;break}return i.abrupt("return");case 37:this.isPinging=!0,Kr.clearRegion(),Ye(d).then((function(n){var i,a,r,c,l;if(Cl.log(e.PerformanceLogEnum.PingEndpointListDone),Cl.logRange(e.PerformanceLogEnum.StartChannel,e.PerformanceLogEnum.PingEndpointListDone),E.prevent)E.prevent=!1;else{var g=n.dc,p=n.auth_token,h=ir.getZmTrackingIdForChs();Il.log("zmTrackingIdForChs:".concat(h)),Kr.setRegion(g),E.createSocket({url:"wss://".concat(g).concat("/chs/cobrowser","/").concat(s),query:{roomId:s,auth:p,tid:h||"".concat(Oe()),deviceId:Ys.getState().zmDeviceId,startUrl:E.getStartUrl(),screenWidth:window.screen.width,screenHeight:window.screen.height,persistence:1!==E.options.persistence||t?0:1,sdkVersion:E.options.sdkVersion||"",sdkSourceType:E.options.sdkSourceType},wsMsgTransSplitSize:To.getCoBrowsingConfig("wsMsgTransSplitSize"),onMessage:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];E._tryTime>0&&(E._tryTime=0),E._tlRecvMessagePools.forEach((function(e){return e.onMessage.apply(e,t)}))},onManualClose:function(e){1===e&&(E._tlRecvMessagePools.forEach((function(e){return e.onClose()})),Kr.clearRegion())},onClose:function(e,t){1===t&&(E._tlRecvMessagePools.forEach((function(e){return e.onClose()})),Kr.clearRegion())},tracelog:Il,isFailOverFlow:t,dc:g,startUrl:E.options.startUrl,participantType:E.options.participantType,splitWSS:null===(i=E.options.config)||void 0===i?void 0:i.split_wss,compress_message_zlib:null===(a=E.options.config)||void 0===a?void 0:a.compress_message_zlib,enable_web_assembly:null===(r=E.options.config)||void 0===r?void 0:r.enable_web_assembly,enableWorker:ml(null===(c=E.options.config)||void 0===c?void 0:c.enable_web_worker,null===(l=E.options.config)||void 0===l?void 0:l.traffic_splitting_percent),onFailOver:function(e){var t,n=1===e?"SOCKET_CONNECTION_FAILOVER_MAIN":"SOCKET_CONNECTION_FAILOVER_BINARY",i="connection failover, connType: ".concat(e);if(hs({sessionId:s,participantType:E.options.participantType,result:0,failedType:n,message:i}),1===e){if(E._tryTime>E._maxTryTime)return Il.error("channel failover failed, _tryTime: ".concat(E._tryTime)),E.emit(u,{event:A.ERROR,data:{errorMsg:me[he.SOCKET_FAIL_OVER_FAILED],code:he.SOCKET_FAIL_OVER_FAILED}}),void(E._tryTime=0);E._tryTime++,null===(t=E._tl)||void 0===t||t.destroy(),E.connectTl(!0,o,e)}},onConnectFail:function(e){var t=1===e?"SOCKET_TRY_MAX_LIMIT_MAIN":"SOCKET_TRY_MAX_LIMIT_BINARY",o="connect failed cause trying max limit, connType: ".concat(e);hs({sessionId:s,participantType:E.options.participantType,result:0,failedType:t,message:o}),1===e&&E.emit(u,{event:A.ERROR,data:{errorMsg:me[he.SOCKET_RECONNECT_FAILED],code:he.SOCKET_RECONNECT_FAILED}})}})}})).catch((function(e){n&&1!==n||hs({sessionId:s,participantType:E.options.participantType,result:0,failedType:"TRANSFER_LAYER_GET_ENDPOINT",message:e}),E.emit(u,{event:A.ERROR,data:{errorMsg:me[he.ALL_PING_FAILED],code:he.ALL_PING_FAILED}})})).finally((function(){E.isPinging=!1,E.prevent=!1}));case 40:case"end":return i.stop()}}),i,this,[[15,27]])})))}},{key:"channelFailOver",value:function(){var e;return s(this,void 0,void 0,_regeneratorRuntime().mark((function t(){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return null===(e=this._tl)||void 0===e||e.destroy(),t.next=3,this.connectTl(!0);case 3:case"end":return t.stop()}}),t,this)})))}},{key:"setPrevent",value:function(){this.isPinging&&(this.prevent=!0)}}]),n}(fl),Bl=Object.freeze({__proto__:null,default:\'!function(){"use strict";function A(A,t,e,i){return new(e||(e=Promise))((function(o,r){function n(A){try{s(i.next(A))}catch(A){r(A)}}function g(A){try{s(i.throw(A))}catch(A){r(A)}}function s(A){var t;A.done?o(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(n,g)}s((i=i.apply(A,t||[])).next())}))}var t,e,i,o,r,n;!function(A){A[A.DomContentLoaded=0]="DomContentLoaded",A[A.Load=1]="Load",A[A.FullSnapshot=2]="FullSnapshot",A[A.IncrementalSnapshot=3]="IncrementalSnapshot",A[A.Meta=4]="Meta",A[A.Custom=5]="Custom",A[A.Plugin=6]="Plugin",A[A.RemoteControl=7]="RemoteControl"}(t||(t={})),function(A){A[A.Mutation=0]="Mutation",A[A.MouseMove=1]="MouseMove",A[A.MouseInteraction=2]="MouseInteraction",A[A.Scroll=3]="Scroll",A[A.ViewportResize=4]="ViewportResize",A[A.Input=5]="Input",A[A.TouchMove=6]="TouchMove",A[A.MediaInteraction=7]="MediaInteraction",A[A.StyleSheetRule=8]="StyleSheetRule",A[A.CanvasMutation=9]="CanvasMutation",A[A.Font=10]="Font",A[A.Log=11]="Log",A[A.Drag=12]="Drag",A[A.StyleDeclaration=13]="StyleDeclaration",A[A.Selection=14]="Selection",A[A.AdoptedStyleSheet=15]="AdoptedStyleSheet"}(e||(e={})),function(A){A[A.FullSnapshot=-1]="FullSnapshot",A[A.Annotation=16]="Annotation"}(i||(i={})),function(A){A[A.MouseUp=0]="MouseUp",A[A.MouseDown=1]="MouseDown",A[A.Click=2]="Click",A[A.ContextMenu=3]="ContextMenu",A[A.DblClick=4]="DblClick",A[A.Focus=5]="Focus",A[A.Blur=6]="Blur",A[A.TouchStart=7]="TouchStart",A[A.TouchMove_Departed=8]="TouchMove_Departed",A[A.TouchEnd=9]="TouchEnd",A[A.TouchCancel=10]="TouchCancel"}(o||(o={})),function(A){A[A["2D"]=0]="2D",A[A.WebGL=1]="WebGL",A[A.WebGL2=2]="WebGL2"}(r||(r={})),function(A){A[A.Document=0]="Document",A[A.DocumentType=1]="DocumentType",A[A.Element=2]="Element",A[A.Text=3]="Text",A[A.CDATA=4]="CDATA",A[A.Comment=5]="Comment"}(n||(n={}));const g="data-zcb-image-binary",s="data-zcb-style-bg-binary",I="data-zcb-style-sheet-binary",E="data-zcb-style-sheet-svg-binary",a="data-zcb-blob-message-md5-id",B="data-zcb-inline-image-size",C="data-zcb-style-bg-size",Q="data-zcb-binary-produced-in";var c,h,l;!function(A){A.CBS="CBS",A.CBS_SUB="CBS_SUB",A.IFRAME_ANOTATION="IFRAME_ANOTATION",A.REMOTE_ASSIST_FLYING_CURSOR="REMOTE_ASSIST_FLYING_CURSOR"}(c||(c={})),function(A){A.TRANSFERRING="transferring_in",A.SUCCESS="transfer_in_success",A.FAIL="transfer_in_failed",A.CANCEL="transfer_in_cancelled",A.TRANSFER_OUT_SUCCESS="transfer_out_success"}(h||(h={})),function(A){A.RegisterUser="register-user",A.UnregisterUser="unregister-user",A.Position="position",A.RegisterCustomerCursorDOM="register-customer-dom",A.RegisterOtherAgentCursorDOM="register-other-agent-dom",A.UpdateCursorPositionLocal="update-cursor-position-local"}(l||(l={}));var p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function u(A){if(A.__esModule)return A;var t=A.default;if("function"==typeof t){var e=function A(){if(this instanceof A){var e=[null];return e.push.apply(e,arguments),new(Function.bind.apply(t,e))}return t.apply(this,arguments)};e.prototype=t.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(A).forEach((function(t){var i=Object.getOwnPropertyDescriptor(A,t);Object.defineProperty(e,t,i.get?i:{enumerable:!0,get:function(){return A[t]}})})),e}var d={},y={get exports(){return d},set exports(A){d=A}};var D,f={},w={get exports(){return f},set exports(A){f=A}},R=u(Object.freeze({__proto__:null,default:{}}));function S(){return D||(D=1,w.exports=(A=A||function(A,t){var e;if("undefined"!=typeof window&&window.crypto&&(e=window.crypto),"undefined"!=typeof self&&self.crypto&&(e=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(e=globalThis.crypto),!e&&"undefined"!=typeof window&&window.msCrypto&&(e=window.msCrypto),!e&&void 0!==p&&p.crypto&&(e=p.crypto),!e)try{e=R}catch(A){}var i=function(){if(e){if("function"==typeof e.getRandomValues)try{return e.getRandomValues(new Uint32Array(1))[0]}catch(A){}if("function"==typeof e.randomBytes)try{return e.randomBytes(4).readInt32LE()}catch(A){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function A(){}return function(t){var e;return A.prototype=t,e=new A,A.prototype=null,e}}(),r={},n=r.lib={},g=n.Base={extend:function(A){var t=o(this);return A&&t.mixIn(A),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var A=this.extend();return A.init.apply(A,arguments),A},init:function(){},mixIn:function(A){for(var t in A)A.hasOwnProperty(t)&&(this[t]=A[t]);A.hasOwnProperty("toString")&&(this.toString=A.toString)},clone:function(){return this.init.prototype.extend(this)}},s=n.WordArray=g.extend({init:function(A,e){A=this.words=A||[],this.sigBytes=e!=t?e:4*A.length},toString:function(A){return(A||E).stringify(this)},concat:function(A){var t=this.words,e=A.words,i=this.sigBytes,o=A.sigBytes;if(this.clamp(),i%4)for(var r=0;r<o;r++){var n=e[r>>>2]>>>24-r%4*8&255;t[i+r>>>2]|=n<<24-(i+r)%4*8}else for(var g=0;g<o;g+=4)t[i+g>>>2]=e[g>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,e=this.sigBytes;t[e>>>2]&=4294967295<<32-e%4*8,t.length=A.ceil(e/4)},clone:function(){var A=g.clone.call(this);return A.words=this.words.slice(0),A},random:function(A){for(var t=[],e=0;e<A;e+=4)t.push(i());return new s.init(t,A)}}),I=r.enc={},E=I.Hex={stringify:function(A){for(var t=A.words,e=A.sigBytes,i=[],o=0;o<e;o++){var r=t[o>>>2]>>>24-o%4*8&255;i.push((r>>>4).toString(16)),i.push((15&r).toString(16))}return i.join("")},parse:function(A){for(var t=A.length,e=[],i=0;i<t;i+=2)e[i>>>3]|=parseInt(A.substr(i,2),16)<<24-i%8*4;return new s.init(e,t/2)}},a=I.Latin1={stringify:function(A){for(var t=A.words,e=A.sigBytes,i=[],o=0;o<e;o++){var r=t[o>>>2]>>>24-o%4*8&255;i.push(String.fromCharCode(r))}return i.join("")},parse:function(A){for(var t=A.length,e=[],i=0;i<t;i++)e[i>>>2]|=(255&A.charCodeAt(i))<<24-i%4*8;return new s.init(e,t)}},B=I.Utf8={stringify:function(A){try{return decodeURIComponent(escape(a.stringify(A)))}catch(A){throw new Error("Malformed UTF-8 data")}},parse:function(A){return a.parse(unescape(encodeURIComponent(A)))}},C=n.BufferedBlockAlgorithm=g.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(A){"string"==typeof A&&(A=B.parse(A)),this._data.concat(A),this._nDataBytes+=A.sigBytes},_process:function(t){var e,i=this._data,o=i.words,r=i.sigBytes,n=this.blockSize,g=r/(4*n),I=(g=t?A.ceil(g):A.max((0|g)-this._minBufferSize,0))*n,E=A.min(4*I,r);if(I){for(var a=0;a<I;a+=n)this._doProcessBlock(o,a);e=o.splice(0,I),i.sigBytes-=E}return new s.init(e,E)},clone:function(){var A=g.clone.call(this);return A._data=this._data.clone(),A},_minBufferSize:0});n.Hasher=C.extend({cfg:g.extend(),init:function(A){this.cfg=this.cfg.extend(A),this.reset()},reset:function(){C.reset.call(this),this._doReset()},update:function(A){return this._append(A),this._process(),this},finalize:function(A){return A&&this._append(A),this._doFinalize()},blockSize:16,_createHelper:function(A){return function(t,e){return new A.init(e).finalize(t)}},_createHmacHelper:function(A){return function(t,e){return new Q.HMAC.init(A,e).finalize(t)}}});var Q=r.algo={};return r}(Math),A)),f;var A}var N,v={},F={get exports(){return v},set exports(A){v=A}};function b(){return N||(N=1,F.exports=(A=S(),function(){var t=A,e=t.lib.WordArray;function i(A,t,i){for(var o=[],r=0,n=0;n<t;n++)if(n%4){var g=i[A.charCodeAt(n-1)]<<n%4*2|i[A.charCodeAt(n)]>>>6-n%4*2;o[r>>>2]|=g<<24-r%4*8,r++}return e.create(o,r)}t.enc.Base64={stringify:function(A){var t=A.words,e=A.sigBytes,i=this._map;A.clamp();for(var o=[],r=0;r<e;r+=3)for(var n=(t[r>>>2]>>>24-r%4*8&255)<<16|(t[r+1>>>2]>>>24-(r+1)%4*8&255)<<8|t[r+2>>>2]>>>24-(r+2)%4*8&255,g=0;g<4&&r+.75*g<e;g++)o.push(i.charAt(n>>>6*(3-g)&63));var s=i.charAt(64);if(s)for(;o.length%4;)o.push(s);return o.join("")},parse:function(A){var t=A.length,e=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var r=0;r<e.length;r++)o[e.charCodeAt(r)]=r}var n=e.charAt(64);if(n){var g=A.indexOf(n);-1!==g&&(t=g)}return i(A,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),A.enc.Base64)),v;var A}var M,L={},G={get exports(){return L},set exports(A){L=A}};function _(){return M||(M=1,G.exports=(A=S(),function(t){var e=A,i=e.lib,o=i.WordArray,r=i.Hasher,n=e.algo,g=[];!function(){for(var A=0;A<64;A++)g[A]=4294967296*t.abs(t.sin(A+1))|0}();var s=n.MD5=r.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(A,t){for(var e=0;e<16;e++){var i=t+e,o=A[i];A[i]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var r=this._hash.words,n=A[t+0],s=A[t+1],C=A[t+2],Q=A[t+3],c=A[t+4],h=A[t+5],l=A[t+6],p=A[t+7],u=A[t+8],d=A[t+9],y=A[t+10],D=A[t+11],f=A[t+12],w=A[t+13],R=A[t+14],S=A[t+15],N=r[0],v=r[1],F=r[2],b=r[3];N=I(N,v,F,b,n,7,g[0]),b=I(b,N,v,F,s,12,g[1]),F=I(F,b,N,v,C,17,g[2]),v=I(v,F,b,N,Q,22,g[3]),N=I(N,v,F,b,c,7,g[4]),b=I(b,N,v,F,h,12,g[5]),F=I(F,b,N,v,l,17,g[6]),v=I(v,F,b,N,p,22,g[7]),N=I(N,v,F,b,u,7,g[8]),b=I(b,N,v,F,d,12,g[9]),F=I(F,b,N,v,y,17,g[10]),v=I(v,F,b,N,D,22,g[11]),N=I(N,v,F,b,f,7,g[12]),b=I(b,N,v,F,w,12,g[13]),F=I(F,b,N,v,R,17,g[14]),N=E(N,v=I(v,F,b,N,S,22,g[15]),F,b,s,5,g[16]),b=E(b,N,v,F,l,9,g[17]),F=E(F,b,N,v,D,14,g[18]),v=E(v,F,b,N,n,20,g[19]),N=E(N,v,F,b,h,5,g[20]),b=E(b,N,v,F,y,9,g[21]),F=E(F,b,N,v,S,14,g[22]),v=E(v,F,b,N,c,20,g[23]),N=E(N,v,F,b,d,5,g[24]),b=E(b,N,v,F,R,9,g[25]),F=E(F,b,N,v,Q,14,g[26]),v=E(v,F,b,N,u,20,g[27]),N=E(N,v,F,b,w,5,g[28]),b=E(b,N,v,F,C,9,g[29]),F=E(F,b,N,v,p,14,g[30]),N=a(N,v=E(v,F,b,N,f,20,g[31]),F,b,h,4,g[32]),b=a(b,N,v,F,u,11,g[33]),F=a(F,b,N,v,D,16,g[34]),v=a(v,F,b,N,R,23,g[35]),N=a(N,v,F,b,s,4,g[36]),b=a(b,N,v,F,c,11,g[37]),F=a(F,b,N,v,p,16,g[38]),v=a(v,F,b,N,y,23,g[39]),N=a(N,v,F,b,w,4,g[40]),b=a(b,N,v,F,n,11,g[41]),F=a(F,b,N,v,Q,16,g[42]),v=a(v,F,b,N,l,23,g[43]),N=a(N,v,F,b,d,4,g[44]),b=a(b,N,v,F,f,11,g[45]),F=a(F,b,N,v,S,16,g[46]),N=B(N,v=a(v,F,b,N,C,23,g[47]),F,b,n,6,g[48]),b=B(b,N,v,F,p,10,g[49]),F=B(F,b,N,v,R,15,g[50]),v=B(v,F,b,N,h,21,g[51]),N=B(N,v,F,b,f,6,g[52]),b=B(b,N,v,F,Q,10,g[53]),F=B(F,b,N,v,y,15,g[54]),v=B(v,F,b,N,s,21,g[55]),N=B(N,v,F,b,u,6,g[56]),b=B(b,N,v,F,S,10,g[57]),F=B(F,b,N,v,l,15,g[58]),v=B(v,F,b,N,w,21,g[59]),N=B(N,v,F,b,c,6,g[60]),b=B(b,N,v,F,D,10,g[61]),F=B(F,b,N,v,C,15,g[62]),v=B(v,F,b,N,d,21,g[63]),r[0]=r[0]+N|0,r[1]=r[1]+v|0,r[2]=r[2]+F|0,r[3]=r[3]+b|0},_doFinalize:function(){var A=this._data,e=A.words,i=8*this._nDataBytes,o=8*A.sigBytes;e[o>>>5]|=128<<24-o%32;var r=t.floor(i/4294967296),n=i;e[15+(o+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e[14+(o+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),A.sigBytes=4*(e.length+1),this._process();for(var g=this._hash,s=g.words,I=0;I<4;I++){var E=s[I];s[I]=16711935&(E<<8|E>>>24)|4278255360&(E<<24|E>>>8)}return g},clone:function(){var A=r.clone.call(this);return A._hash=this._hash.clone(),A}});function I(A,t,e,i,o,r,n){var g=A+(t&e|~t&i)+o+n;return(g<<r|g>>>32-r)+t}function E(A,t,e,i,o,r,n){var g=A+(t&i|e&~i)+o+n;return(g<<r|g>>>32-r)+t}function a(A,t,e,i,o,r,n){var g=A+(t^e^i)+o+n;return(g<<r|g>>>32-r)+t}function B(A,t,e,i,o,r,n){var g=A+(e^(t|~i))+o+n;return(g<<r|g>>>32-r)+t}e.MD5=r._createHelper(s),e.HmacMD5=r._createHmacHelper(s)}(Math),A.MD5)),L;var A}var k,T={},m={get exports(){return T},set exports(A){T=A}},O={},U={get exports(){return O},set exports(A){O=A}};function J(){return k||(k=1,U.exports=(g=S(),t=(A=g).lib,e=t.WordArray,i=t.Hasher,o=A.algo,r=[],n=o.SHA1=i.extend({_doReset:function(){this._hash=new e.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(A,t){for(var e=this._hash.words,i=e[0],o=e[1],n=e[2],g=e[3],s=e[4],I=0;I<80;I++){if(I<16)r[I]=0|A[t+I];else{var E=r[I-3]^r[I-8]^r[I-14]^r[I-16];r[I]=E<<1|E>>>31}var a=(i<<5|i>>>27)+s+r[I];a+=I<20?1518500249+(o&n|~o&g):I<40?1859775393+(o^n^g):I<60?(o&n|o&g|n&g)-1894007588:(o^n^g)-899497514,s=g,g=n,n=o<<30|o>>>2,o=i,i=a}e[0]=e[0]+i|0,e[1]=e[1]+o|0,e[2]=e[2]+n|0,e[3]=e[3]+g|0,e[4]=e[4]+s|0},_doFinalize:function(){var A=this._data,t=A.words,e=8*this._nDataBytes,i=8*A.sigBytes;return t[i>>>5]|=128<<24-i%32,t[14+(i+64>>>9<<4)]=Math.floor(e/4294967296),t[15+(i+64>>>9<<4)]=e,A.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var A=i.clone.call(this);return A._hash=this._hash.clone(),A}}),A.SHA1=i._createHelper(n),A.HmacSHA1=i._createHmacHelper(n),g.SHA1)),O;var A,t,e,i,o,r,n,g}var Y,H,x={},K={get exports(){return x},set exports(A){x=A}};function P(){return H||(H=1,m.exports=function(A){return function(){var t=A,e=t.lib,i=e.Base,o=e.WordArray,r=t.algo,n=r.MD5,g=r.EvpKDF=i.extend({cfg:i.extend({keySize:4,hasher:n,iterations:1}),init:function(A){this.cfg=this.cfg.extend(A)},compute:function(A,t){for(var e,i=this.cfg,r=i.hasher.create(),n=o.create(),g=n.words,s=i.keySize,I=i.iterations;g.length<s;){e&&r.update(e),e=r.update(A).finalize(t),r.reset();for(var E=1;E<I;E++)e=r.finalize(e),r.reset();n.concat(e)}return n.sigBytes=4*s,n}});t.EvpKDF=function(A,t,e){return g.create(e).compute(A,t)}}(),A.EvpKDF}(S(),J(),Y||(Y=1,K.exports=(A=S(),e=(t=A).lib.Base,i=t.enc.Utf8,void(t.algo.HMAC=e.extend({init:function(A,t){A=this._hasher=new A.init,"string"==typeof t&&(t=i.parse(t));var e=A.blockSize,o=4*e;t.sigBytes>o&&(t=A.finalize(t)),t.clamp();for(var r=this._oKey=t.clone(),n=this._iKey=t.clone(),g=r.words,s=n.words,I=0;I<e;I++)g[I]^=1549556828,s[I]^=909522486;r.sigBytes=n.sigBytes=o,this.reset()},reset:function(){var A=this._hasher;A.reset(),A.update(this._iKey)},update:function(A){return this._hasher.update(A),this},finalize:function(A){var t=this._hasher,e=t.finalize(A);return t.reset(),t.finalize(this._oKey.clone().concat(e))}})))))),T;var A,t,e,i}var Z,W,q={},j={get exports(){return q},set exports(A){q=A}};y.exports=function(A){return function(){var t=A,e=t.lib.BlockCipher,i=t.algo,o=[],r=[],n=[],g=[],s=[],I=[],E=[],a=[],B=[],C=[];!function(){for(var A=[],t=0;t<256;t++)A[t]=t<128?t<<1:t<<1^283;var e=0,i=0;for(t=0;t<256;t++){var Q=i^i<<1^i<<2^i<<3^i<<4;Q=Q>>>8^255&Q^99,o[e]=Q,r[Q]=e;var c=A[e],h=A[c],l=A[h],p=257*A[Q]^16843008*Q;n[e]=p<<24|p>>>8,g[e]=p<<16|p>>>16,s[e]=p<<8|p>>>24,I[e]=p,p=16843009*l^65537*h^257*c^16843008*e,E[Q]=p<<24|p>>>8,a[Q]=p<<16|p>>>16,B[Q]=p<<8|p>>>24,C[Q]=p,e?(e=c^A[A[A[l^c]]],i^=A[A[i]]):e=i=1}}();var Q=[0,1,2,4,8,16,32,64,128,27,54],c=i.AES=e.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var A=this._keyPriorReset=this._key,t=A.words,e=A.sigBytes/4,i=4*((this._nRounds=e+6)+1),r=this._keySchedule=[],n=0;n<i;n++)n<e?r[n]=t[n]:(I=r[n-1],n%e?e>6&&n%e==4&&(I=o[I>>>24]<<24|o[I>>>16&255]<<16|o[I>>>8&255]<<8|o[255&I]):(I=o[(I=I<<8|I>>>24)>>>24]<<24|o[I>>>16&255]<<16|o[I>>>8&255]<<8|o[255&I],I^=Q[n/e|0]<<24),r[n]=r[n-e]^I);for(var g=this._invKeySchedule=[],s=0;s<i;s++){if(n=i-s,s%4)var I=r[n];else I=r[n-4];g[s]=s<4||n<=4?I:E[o[I>>>24]]^a[o[I>>>16&255]]^B[o[I>>>8&255]]^C[o[255&I]]}}},encryptBlock:function(A,t){this._doCryptBlock(A,t,this._keySchedule,n,g,s,I,o)},decryptBlock:function(A,t){var e=A[t+1];A[t+1]=A[t+3],A[t+3]=e,this._doCryptBlock(A,t,this._invKeySchedule,E,a,B,C,r),e=A[t+1],A[t+1]=A[t+3],A[t+3]=e},_doCryptBlock:function(A,t,e,i,o,r,n,g){for(var s=this._nRounds,I=A[t]^e[0],E=A[t+1]^e[1],a=A[t+2]^e[2],B=A[t+3]^e[3],C=4,Q=1;Q<s;Q++){var c=i[I>>>24]^o[E>>>16&255]^r[a>>>8&255]^n[255&B]^e[C++],h=i[E>>>24]^o[a>>>16&255]^r[B>>>8&255]^n[255&I]^e[C++],l=i[a>>>24]^o[B>>>16&255]^r[I>>>8&255]^n[255&E]^e[C++],p=i[B>>>24]^o[I>>>16&255]^r[E>>>8&255]^n[255&a]^e[C++];I=c,E=h,a=l,B=p}c=(g[I>>>24]<<24|g[E>>>16&255]<<16|g[a>>>8&255]<<8|g[255&B])^e[C++],h=(g[E>>>24]<<24|g[a>>>16&255]<<16|g[B>>>8&255]<<8|g[255&I])^e[C++],l=(g[a>>>24]<<24|g[B>>>16&255]<<16|g[I>>>8&255]<<8|g[255&E])^e[C++],p=(g[B>>>24]<<24|g[I>>>16&255]<<16|g[E>>>8&255]<<8|g[255&a])^e[C++],A[t]=c,A[t+1]=h,A[t+2]=l,A[t+3]=p},keySize:8});t.AES=e._createHelper(c)}(),A.AES}(S(),b(),_(),P(),Z||(Z=1,j.exports=(W=S(),P(),void(W.lib.Cipher||function(A){var t=W,e=t.lib,i=e.Base,o=e.WordArray,r=e.BufferedBlockAlgorithm,n=t.enc;n.Utf8;var g=n.Base64,s=t.algo.EvpKDF,I=e.Cipher=r.extend({cfg:i.extend(),createEncryptor:function(A,t){return this.create(this._ENC_XFORM_MODE,A,t)},createDecryptor:function(A,t){return this.create(this._DEC_XFORM_MODE,A,t)},init:function(A,t,e){this.cfg=this.cfg.extend(e),this._xformMode=A,this._key=t,this.reset()},reset:function(){r.reset.call(this),this._doReset()},process:function(A){return this._append(A),this._process()},finalize:function(A){return A&&this._append(A),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function A(A){return"string"==typeof A?p:h}return function(t){return{encrypt:function(e,i,o){return A(i).encrypt(t,e,i,o)},decrypt:function(e,i,o){return A(i).decrypt(t,e,i,o)}}}}()});e.StreamCipher=I.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var E=t.mode={},a=e.BlockCipherMode=i.extend({createEncryptor:function(A,t){return this.Encryptor.create(A,t)},createDecryptor:function(A,t){return this.Decryptor.create(A,t)},init:function(A,t){this._cipher=A,this._iv=t}}),B=E.CBC=function(){var t=a.extend();function e(t,e,i){var o,r=this._iv;r?(o=r,this._iv=A):o=this._prevBlock;for(var n=0;n<i;n++)t[e+n]^=o[n]}return t.Encryptor=t.extend({processBlock:function(A,t){var i=this._cipher,o=i.blockSize;e.call(this,A,t,o),i.encryptBlock(A,t),this._prevBlock=A.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(A,t){var i=this._cipher,o=i.blockSize,r=A.slice(t,t+o);i.decryptBlock(A,t),e.call(this,A,t,o),this._prevBlock=r}}),t}(),C=(t.pad={}).Pkcs7={pad:function(A,t){for(var e=4*t,i=e-A.sigBytes%e,r=i<<24|i<<16|i<<8|i,n=[],g=0;g<i;g+=4)n.push(r);var s=o.create(n,i);A.concat(s)},unpad:function(A){var t=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=t}};e.BlockCipher=I.extend({cfg:I.cfg.extend({mode:B,padding:C}),reset:function(){var A;I.reset.call(this);var t=this.cfg,e=t.iv,i=t.mode;this._xformMode==this._ENC_XFORM_MODE?A=i.createEncryptor:(A=i.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==A?this._mode.init(this,e&&e.words):(this._mode=A.call(i,this,e&&e.words),this._mode.__creator=A)},_doProcessBlock:function(A,t){this._mode.processBlock(A,t)},_doFinalize:function(){var A,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),A=this._process(!0)):(A=this._process(!0),t.unpad(A)),A},blockSize:4});var Q=e.CipherParams=i.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),c=(t.format={}).OpenSSL={stringify:function(A){var t=A.ciphertext,e=A.salt;return(e?o.create([1398893684,1701076831]).concat(e).concat(t):t).toString(g)},parse:function(A){var t,e=g.parse(A),i=e.words;return 1398893684==i[0]&&1701076831==i[1]&&(t=o.create(i.slice(2,4)),i.splice(0,4),e.sigBytes-=16),Q.create({ciphertext:e,salt:t})}},h=e.SerializableCipher=i.extend({cfg:i.extend({format:c}),encrypt:function(A,t,e,i){i=this.cfg.extend(i);var o=A.createEncryptor(e,i),r=o.finalize(t),n=o.cfg;return Q.create({ciphertext:r,key:e,iv:n.iv,algorithm:A,mode:n.mode,padding:n.padding,blockSize:A.blockSize,formatter:i.format})},decrypt:function(A,t,e,i){return i=this.cfg.extend(i),t=this._parse(t,i.format),A.createDecryptor(e,i).finalize(t.ciphertext)},_parse:function(A,t){return"string"==typeof A?t.parse(A,this):A}}),l=(t.kdf={}).OpenSSL={execute:function(A,t,e,i,r){if(i||(i=o.random(8)),r)n=s.create({keySize:t+e,hasher:r}).compute(A,i);else var n=s.create({keySize:t+e}).compute(A,i);var g=o.create(n.words.slice(t),4*e);return n.sigBytes=4*t,Q.create({key:n,iv:g,salt:i})}},p=e.PasswordBasedCipher=h.extend({cfg:h.cfg.extend({kdf:l}),encrypt:function(A,t,e,i){var o=(i=this.cfg.extend(i)).kdf.execute(e,A.keySize,A.ivSize,i.salt,i.hasher);i.iv=o.iv;var r=h.encrypt.call(this,A,t,o.key,i);return r.mixIn(o),r},decrypt:function(A,t,e,i){i=this.cfg.extend(i),t=this._parse(t,i.format);var o=i.kdf.execute(e,A.keySize,A.ivSize,t.salt,i.hasher);return i.iv=o.iv,h.decrypt.call(this,A,t,o.key,i)}})}()))));var V={};let z;!function(A,t){A.exports=function(A){return A.enc.Utf8}(S())}({get exports(){return V},set exports(A){V=A}});const X=new Uint8Array(16);function $(){if(!z&&(z="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!z))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return z(X)}const AA=[];for(let A=0;A<256;++A)AA.push((A+256).toString(16).slice(1));var tA,eA,iA,oA,rA={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function nA(A,t,e){if(rA.randomUUID&&!t&&!A)return rA.randomUUID();const i=(A=A||{}).random||(A.rng||$)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){e=e||0;for(let A=0;A<16;++A)t[e+A]=i[A];return t}return function(A,t=0){return AA[A[t+0]]+AA[A[t+1]]+AA[A[t+2]]+AA[A[t+3]]+"-"+AA[A[t+4]]+AA[A[t+5]]+"-"+AA[A[t+6]]+AA[A[t+7]]+"-"+AA[A[t+8]]+AA[A[t+9]]+"-"+AA[A[t+10]]+AA[A[t+11]]+AA[A[t+12]]+AA[A[t+13]]+AA[A[t+14]]+AA[A[t+15]]}(i)}!function(A){A[A.PENDING=0]="PENDING",A[A.READY=1]="READY",A[A.CLOSE=2]="CLOSE"}(tA||(tA={})),function(A){A[A.NPM=0]="NPM",A[A.CDN=1]="CDN"}(eA||(eA={})),function(A){A[A.RECORD_NOT_ENABLED=2e4]="RECORD_NOT_ENABLED",A[A.START_RECORD_UNAVAILABLE=20001]="START_RECORD_UNAVAILABLE",A[A.START_RECORD_INVALID_BODY=20002]="START_RECORD_INVALID_BODY",A[A.EXIST_RECORD_CONFLICT=20003]="EXIST_RECORD_CONFLICT",A[A.RECORD_OVERHEAD_CAPACITY=20004]="RECORD_OVERHEAD_CAPACITY",A[A.LEADER_NOT_JOINED=20005]="LEADER_NOT_JOINED",A[A.LEADER_DENIED=20006]="LEADER_DENIED",A[A.RECORD_ABORTED=20007]="RECORD_ABORTED",A[A.END_RECORD_UNAVAILABLE=21e3]="END_RECORD_UNAVAILABLE",A[A.END_RECORD_INVALID_BODY=21001]="END_RECORD_INVALID_BODY",A[A.RECORD_ALREADY_PAUSED=22e3]="RECORD_ALREADY_PAUSED",A[A.RECORD_ALREADY_RESUMED=23e3]="RECORD_ALREADY_RESUMED",A[A.NO_ACTIVE_RECORD=24e3]="NO_ACTIVE_RECORD",A[A.RECORD_IN_START_PROGRESS=24001]="RECORD_IN_START_PROGRESS",A[A.RECORD_IN_STOP_PROGRESS=24002]="RECORD_IN_STOP_PROGRESS",A[A.CHS_JWT_MISSING=25100]="CHS_JWT_MISSING",A[A.CHS_JWT_DECODE_FAILED=25101]="CHS_JWT_DECODE_FAILED",A[A.CHS_JWT_INVALID_PAYLOAD=25102]="CHS_JWT_INVALID_PAYLOAD",A[A.CHS_JWT_ISS_AUD_MISSING=25103]="CHS_JWT_ISS_AUD_MISSING",A[A.CHS_JWT_ISS_AUD_DENIED=25104]="CHS_JWT_ISS_AUD_DENIED",A[A.CHS_JWT_VERIFY_FAILED=25105]="CHS_JWT_VERIFY_FAILED",A[A.SESSION_ID_NOT_MATCH=25200]="SESSION_ID_NOT_MATCH",A[A.AID_IN_JWT_MISSING=25201]="AID_IN_JWT_MISSING",A[A.UID_IN_JWT_MISSING=25202]="UID_IN_JWT_MISSING",A[A.RECORD_ID_MISSING=25203]="RECORD_ID_MISSING",A[A.RECORD_TASK_NOT_EXIST=25204]="RECORD_TASK_NOT_EXIST",A[A.PAGE_CONTEXT_BOOTSTRAP_FAILED=26100]="PAGE_CONTEXT_BOOTSTRAP_FAILED",A[A.PAGE_CONTROLLER_INIT_FAILED=26101]="PAGE_CONTROLLER_INIT_FAILED",A[A.PAGE_LOAD_HTML_FAILED=26102]="PAGE_LOAD_HTML_FAILED",A[A.PAGE_INJECT_INIT_FAILED=26103]="PAGE_INJECT_INIT_FAILED",A[A.PAGE_INJECT_CONTEXT_FAILED=26104]="PAGE_INJECT_CONTEXT_FAILED",A[A.PAGE_START_FAILED=26105]="PAGE_START_FAILED",A[A.PAGE_STOP_FAILED=26106]="PAGE_STOP_FAILED",A[A.RECORDER_INIT_FAILED=26200]="RECORDER_INIT_FAILED",A[A.RECORDER_CDP_SESSION_START_FAILED=26201]="RECORDER_CDP_SESSION_START_FAILED",A[A.RECORDER_CDP_SESSION_STOP_FAILED=26202]="RECORDER_CDP_SESSION_STOP_FAILED",A[A.RECORDER_CDP_SESSION_ALREADY_DESTROYED=26203]="RECORDER_CDP_SESSION_ALREADY_DESTROYED",A[A.DISK_USAGE_FULL=26204]="DISK_USAGE_FULL",A[A.CONNECT_CHS_FAILED=26301]="CONNECT_CHS_FAILED",A[A.CONNECT_CHS_FAILOVER=26302]="CONNECT_CHS_FAILOVER",A[A.CONNECT_CHS_DESTROYED=26303]="CONNECT_CHS_DESTROYED",A[A.CONNECT_CHS_DISCONNECTED=26304]="CONNECT_CHS_DISCONNECTED",A[A.CONNECT_CHS_TIMEOUT=26305]="CONNECT_CHS_TIMEOUT",A[A.UDS_INIT_FAILED=26400]="UDS_INIT_FAILED",A[A.UDS_SUB_PROCESS_INIT_FAILED=26401]="UDS_SUB_PROCESS_INIT_FAILED",A[A.UDS_SUB_PROCESS_INIT_TIMEOUT=26402]="UDS_SUB_PROCESS_INIT_TIMEOUT",A[A.UDS_CLINET_INIT_FAILED=26403]="UDS_CLINET_INIT_FAILED",A[A.UDS_SERVER_INIT_FAILED=26404]="UDS_SERVER_INIT_FAILED",A[A.UDS_SERVER_LISTEN_FAILED=26405]="UDS_SERVER_LISTEN_FAILED",A[A.FILE_INIT_FAILED=26500]="FILE_INIT_FAILED",A[A.FILE_META_INIT_FAILED=26501]="FILE_META_INIT_FAILED",A[A.FILE_META_CLIP_INIT_FAILED=26502]="FILE_META_CLIP_INIT_FAILED",A[A.FILE_META_OPEN_FAILED=26503]="FILE_META_OPEN_FAILED",A[A.FILE_META_LOCK_FAILED=26504]="FILE_META_LOCK_FAILED",A[A.FILE_META_RELEASE_FAILED=26505]="FILE_META_RELEASE_FAILED",A[A.FILE_META_WRITE_FAILED=26506]="FILE_META_WRITE_FAILED",A[A.ZCB_WEB_NOT_AVAILABLE=26600]="ZCB_WEB_NOT_AVAILABLE",A[A.ZCB_CRS_NOT_AVAILABLE=26601]="ZCB_CRS_NOT_AVAILABLE",A[A.REDIS_GET_CLIP_SIZE_FAILED=26700]="REDIS_GET_CLIP_SIZE_FAILED",A[A.REDIS_SET_CLIP_SIZE_FAILED=26701]="REDIS_SET_CLIP_SIZE_FAILED",A[A.REDIS_GET_START_TIME_FAILED=26702]="REDIS_GET_START_TIME_FAILED",A[A.REDIS_SET_START_TIME_FAILED=26703]="REDIS_SET_START_TIME_FAILED",A[A.ASSETS_FETCH_FAILED=26800]="ASSETS_FETCH_FAILED",A[A.ASSETS_WRITE_FAILED=26801]="ASSETS_WRITE_FAILED"}(iA||(iA={})),iA.RECORD_OVERHEAD_CAPACITY,iA.RECORD_OVERHEAD_CAPACITY,iA.START_RECORD_UNAVAILABLE,iA.START_RECORD_INVALID_BODY,iA.END_RECORD_UNAVAILABLE,iA.END_RECORD_INVALID_BODY,iA.EXIST_RECORD_CONFLICT,iA.NO_ACTIVE_RECORD,iA.RECORD_IN_START_PROGRESS,iA.RECORD_IN_STOP_PROGRESS,iA.RECORD_ALREADY_PAUSED,iA.RECORD_ALREADY_RESUMED,iA.RECORD_NOT_ENABLED,iA.RECORD_OVERHEAD_CAPACITY,iA.LEADER_NOT_JOINED,iA.LEADER_DENIED,iA.RECORD_ABORTED,iA.CHS_JWT_MISSING,iA.CHS_JWT_DECODE_FAILED,iA.CHS_JWT_INVALID_PAYLOAD,iA.CHS_JWT_ISS_AUD_MISSING,iA.CHS_JWT_ISS_AUD_DENIED,iA.CHS_JWT_VERIFY_FAILED,iA.SESSION_ID_NOT_MATCH,iA.AID_IN_JWT_MISSING,iA.UID_IN_JWT_MISSING,iA.RECORD_ID_MISSING,iA.RECORD_TASK_NOT_EXIST,iA.PAGE_CONTEXT_BOOTSTRAP_FAILED,iA.PAGE_CONTROLLER_INIT_FAILED,iA.PAGE_LOAD_HTML_FAILED,iA.PAGE_INJECT_INIT_FAILED,iA.PAGE_INJECT_CONTEXT_FAILED,iA.PAGE_START_FAILED,iA.PAGE_STOP_FAILED,iA.RECORDER_INIT_FAILED,iA.RECORDER_CDP_SESSION_START_FAILED,iA.RECORDER_CDP_SESSION_STOP_FAILED,iA.RECORDER_CDP_SESSION_ALREADY_DESTROYED,iA.DISK_USAGE_FULL,iA.CONNECT_CHS_FAILED,iA.CONNECT_CHS_FAILOVER,iA.CONNECT_CHS_DESTROYED,iA.CONNECT_CHS_DISCONNECTED,iA.CONNECT_CHS_TIMEOUT,iA.UDS_INIT_FAILED,iA.UDS_SUB_PROCESS_INIT_FAILED,iA.UDS_SUB_PROCESS_INIT_TIMEOUT,iA.UDS_CLINET_INIT_FAILED,iA.UDS_SERVER_INIT_FAILED,iA.UDS_SERVER_LISTEN_FAILED,iA.FILE_INIT_FAILED,iA.FILE_META_INIT_FAILED,iA.FILE_META_CLIP_INIT_FAILED,iA.FILE_META_OPEN_FAILED,iA.FILE_META_LOCK_FAILED,iA.FILE_META_RELEASE_FAILED,iA.FILE_META_WRITE_FAILED,iA.ZCB_WEB_NOT_AVAILABLE,iA.ZCB_CRS_NOT_AVAILABLE,iA.REDIS_GET_CLIP_SIZE_FAILED,iA.REDIS_SET_CLIP_SIZE_FAILED,iA.REDIS_GET_START_TIME_FAILED,iA.REDIS_SET_START_TIME_FAILED,iA.ASSETS_FETCH_FAILED,iA.ASSETS_WRITE_FAILED,function(A){A[A.INIT=0]="INIT",A[A.RUNNING=1]="RUNNING",A[A.PAUSE=2]="PAUSE",A[A.FINISH=3]="FINISH"}(oA||(oA={}));var gA,sA,IA,EA,aA,BA;!function(A){A[A.WS_CONN_KEEPALIVE=0]="WS_CONN_KEEPALIVE",A[A.WS_CONN_VECTOR_DATA=1]="WS_CONN_VECTOR_DATA",A[A.WS_DOC_JSON_JOIN_RES=8194]="WS_DOC_JSON_JOIN_RES"}(gA||(gA={})),function(A){A.CONNECTED="CONNECTED",A.DISCONNECTED="DISCONNECTED",A.END_ROOM="END_ROOM",A.LEAVE_ROOM="LEAVE_ROOM",A.INTERACTION_BINARY="INTERACTION_BINARY",A.INTERACTION="INTERACTION",A.FULL_SNAPSHOT_REQUEST="FULL_SNAPSHOT_REQUEST",A.GET_BINARY="GET_BINARY",A.USER_BE_HOLD_STATUS_CHANGE="USER_BE_HOLD_STATUS_CHANGE",A.USER_ROSTER="USER_ROSTER",A.ROOM_ROSTER="ROOM_ROSTER",A.REMOTE_CONTROL_STATUS="REMOTE_CONTROL_STATUS",A.REMOTE_CONTROL_REQUEST="REMOTE_CONTROL_REQUEST",A.REMOTE_CONTROL_RESPONSE="REMOTE_CONTROL_RESPONSE",A.REMOTE_CONTROL_GIVE_UP="REMOTE_CONTROL_GIVE_UP",A.REMOTE_CONTROL_TAKE_BACK="REMOTE_CONTROL_TAKE_BACK",A.REMOTE_CONTROL_REJECT="REMOTE_CONTROL_REJECT",A.REMOTE_CONTROL_CANCEL="REMOTE_CONTROL_CANCEL",A.START_RECORD="START_RECORD",A.STOP_RECORD="STOP_RECORD",A.PAUSE_RECORD="PAUSE_RECORD",A.RESUME_RECORD="RESUME_RECORD",A.START_RECORD_RESPONSE="START_RECORD_RESPONSE",A.STOP_RECORD_RESPONSE="STOP_RECORD_RESPONSE",A.PAUSE_RECORD_RESPONSE="PAUSE_RECORD_RESPONSE",A.RESUME_RECORD_RESPONSE="RESUME_RECORD_RESPONSE",A.RECORD_APPROVE_REQUEST="RECORD_APPROVE_REQUEST",A.RECORD_APPROVE_RESPONSE="RECORD_APPROVE_RESPONSE",A.ANNOTATION="ANNOTATION",A.FLYING_CURSOR="FLYING_CURSOR",A.LEADER_PAGE_VISIBILITY="LEADER_PAGE_VISIBILITY",A.RTT="RTT",A.NTP="NTP"}(sA||(sA={})),sA.ANNOTATION,sA.INTERACTION,sA.INTERACTION_BINARY,sA.FLYING_CURSOR,sA.RTT,sA.NTP,sA.INTERACTION,sA.INTERACTION_BINARY,sA.INTERACTION,sA.INTERACTION_BINARY,sA.FULL_SNAPSHOT_REQUEST,sA.REMOTE_CONTROL_STATUS,sA.REMOTE_CONTROL_REQUEST,sA.REMOTE_CONTROL_RESPONSE,sA.REMOTE_CONTROL_GIVE_UP,sA.REMOTE_CONTROL_TAKE_BACK,sA.REMOTE_CONTROL_REJECT,sA.REMOTE_CONTROL_CANCEL,sA.START_RECORD,sA.RESUME_RECORD,sA.PAUSE_RECORD,sA.STOP_RECORD,sA.ANNOTATION,sA.FLYING_CURSOR,sA.NTP,sA.INTERACTION,sA.INTERACTION_BINARY,sA.FULL_SNAPSHOT_REQUEST,sA.USER_ROSTER,sA.ROOM_ROSTER,sA.REMOTE_CONTROL_STATUS,sA.REMOTE_CONTROL_REQUEST,sA.REMOTE_CONTROL_RESPONSE,sA.REMOTE_CONTROL_GIVE_UP,sA.REMOTE_CONTROL_TAKE_BACK,sA.REMOTE_CONTROL_REJECT,sA.REMOTE_CONTROL_CANCEL,sA.START_RECORD,sA.RESUME_RECORD,sA.PAUSE_RECORD,sA.STOP_RECORD,sA.START_RECORD_RESPONSE,sA.STOP_RECORD_RESPONSE,sA.PAUSE_RECORD_RESPONSE,sA.RESUME_RECORD_RESPONSE,sA.RECORD_APPROVE_REQUEST,sA.RECORD_APPROVE_RESPONSE,sA.ANNOTATION,sA.FLYING_CURSOR,sA.RECORD_APPROVE_RESPONSE,sA.LEAVE_ROOM,sA.FLYING_CURSOR,l.RegisterCustomerCursorDOM,l.UnregisterUser,l.RegisterOtherAgentCursorDOM,l.UpdateCursorPositionLocal,function(A){A[A.IN_PROGRESS=4e4]="IN_PROGRESS",A[A.OPPOSITE_REJECT=40001]="OPPOSITE_REJECT",A[A.LEADER_NOT_FOUND=40002]="LEADER_NOT_FOUND"}(IA||(IA={})),IA.IN_PROGRESS,IA.OPPOSITE_REJECT,IA.LEADER_NOT_FOUND,function(A){A[A.LEAVE_ROOM=4e4]="LEAVE_ROOM",A[A.DISCONNECTED=40001]="DISCONNECTED",A[A.WEB_REPORT_REGION_FAILED=40100]="WEB_REPORT_REGION_FAILED",A[A.WEB_REPORT_REGION_NOT_MATCH=40101]="WEB_REPORT_REGION_NOT_MATCH",A[A.WEB_REPORT_USER_JOIN_FAILED=40102]="WEB_REPORT_USER_JOIN_FAILED",A[A.WEB_REPORT_USER_JOIN_EMPTY=40103]="WEB_REPORT_USER_JOIN_EMPTY",A[A.WEB_REPORT_USER_JOIN_EMPTY_USER=40104]="WEB_REPORT_USER_JOIN_EMPTY_USER",A[A.AUTH_CONFLICT=40200]="AUTH_CONFLICT",A[A.AUTH_VERIFY_FAILED=40201]="AUTH_VERIFY_FAILED",A[A.AUTH_DB_QUERY_ERROR=40202]="AUTH_DB_QUERY_ERROR",A[A.AUTH_USER_ID_VERIFY_FAILED=40203]="AUTH_USER_ID_VERIFY_FAILED",A[A.AUTH_USER_ID_NO_EXIST=40204]="AUTH_USER_ID_NO_EXIST",A[A.ROOM_NOT_EXIST=40210]="ROOM_NOT_EXIST",A[A.ROOM_ADD_USER_FAILED=40211]="ROOM_ADD_USER_FAILED",A[A.LEADER_CONFLICT=40212]="LEADER_CONFLICT",A[A.FOLLOWER_CONFLICT=40213]="FOLLOWER_CONFLICT",A[A.SESSION_ALREADY_ENDED=40214]="SESSION_ALREADY_ENDED",A[A.ROOM_DEPRECATED=40216]="ROOM_DEPRECATED",A[A.REACHED_LEADER_LIMIT=40217]="REACHED_LEADER_LIMIT",A[A.REACHED_FOLLOWER_LIMIT=40218]="REACHED_FOLLOWER_LIMIT",A[A.SAME_LEADER_JOINED=40219]="SAME_LEADER_JOINED",A[A.ROOM_ID_MISSING=40300]="ROOM_ID_MISSING",A[A.AUTH_PAYLOAD_MISSING=40301]="AUTH_PAYLOAD_MISSING",A[A.START_URL_INVALID=40302]="START_URL_INVALID",A[A.SERVER_RESTARTED=40400]="SERVER_RESTARTED",A[A.WSSGW_REMOVE_NODE=40401]="WSSGW_REMOVE_NODE",A[A.META_DATA_INVALID=40402]="META_DATA_INVALID",A[A.WSSGW_INSTANCE_NOT_FOUND=40403]="WSSGW_INSTANCE_NOT_FOUND",A[A.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE=40501]="MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE",A[A.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION=40502]="MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION",A[A.END_ROOM=41e3]="END_ROOM",A[A.DESTROY_DEACTIVE_ROOM=41001]="DESTROY_DEACTIVE_ROOM",A[A.DESTROY_SLEEP_ROOM=41002]="DESTROY_SLEEP_ROOM",A[A.DESTROY_NO_VALID_OPERATION_ROOM=41003]="DESTROY_NO_VALID_OPERATION_ROOM",A[A.NO_OTHER_ACTIVE_USER=42e3]="NO_OTHER_ACTIVE_USER",A[A.RECORD_ALREADY_ENDED=42001]="RECORD_ALREADY_ENDED",A[A.RECORD_START_FAILED=42002]="RECORD_START_FAILED"}(EA||(EA={})),EA.LEAVE_ROOM,EA.WEB_REPORT_USER_JOIN_FAILED,EA.AUTH_CONFLICT,EA.AUTH_VERIFY_FAILED,EA.LEADER_CONFLICT,EA.FOLLOWER_CONFLICT,EA.SESSION_ALREADY_ENDED,EA.ROOM_ID_MISSING,EA.AUTH_PAYLOAD_MISSING,EA.START_URL_INVALID,EA.END_ROOM,EA.DESTROY_DEACTIVE_ROOM,EA.DESTROY_SLEEP_ROOM,EA.DESTROY_NO_VALID_OPERATION_ROOM,EA.NO_OTHER_ACTIVE_USER,EA.RECORD_ALREADY_ENDED,EA.REACHED_LEADER_LIMIT,EA.REACHED_FOLLOWER_LIMIT,EA.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,EA.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION,EA.SESSION_ALREADY_ENDED,EA.END_ROOM,EA.DESTROY_DEACTIVE_ROOM,EA.LEAVE_ROOM,EA.DISCONNECTED,EA.WEB_REPORT_REGION_FAILED,EA.WEB_REPORT_REGION_NOT_MATCH,EA.WEB_REPORT_USER_JOIN_EMPTY,EA.WEB_REPORT_USER_JOIN_FAILED,EA.WEB_REPORT_USER_JOIN_EMPTY_USER,EA.AUTH_CONFLICT,EA.AUTH_VERIFY_FAILED,EA.AUTH_DB_QUERY_ERROR,EA.AUTH_USER_ID_VERIFY_FAILED,EA.AUTH_USER_ID_NO_EXIST,EA.ROOM_NOT_EXIST,EA.ROOM_ADD_USER_FAILED,EA.LEADER_CONFLICT,EA.FOLLOWER_CONFLICT,EA.ROOM_DEPRECATED,EA.SAME_LEADER_JOINED,EA.SESSION_ALREADY_ENDED,EA.ROOM_ID_MISSING,EA.AUTH_PAYLOAD_MISSING,EA.START_URL_INVALID,EA.SERVER_RESTARTED,EA.WSSGW_REMOVE_NODE,EA.META_DATA_INVALID,EA.WSSGW_INSTANCE_NOT_FOUND,EA.MSG_SIZE_LIMIT_EXCEEDED_BY_MINUTE,EA.MSG_SIZE_LIMIT_EXCEEDED_BY_SESSION,EA.END_ROOM,EA.DESTROY_DEACTIVE_ROOM,EA.DESTROY_SLEEP_ROOM,EA.DESTROY_NO_VALID_OPERATION_ROOM,EA.NO_OTHER_ACTIVE_USER,EA.RECORD_ALREADY_ENDED,EA.RECORD_START_FAILED,EA.REACHED_LEADER_LIMIT,EA.REACHED_FOLLOWER_LIMIT,function(A){A[A.RECORD_LEGAL_CONSENT=0]="RECORD_LEGAL_CONSENT"}(aA||(aA={})),function(A){A[A.ACTIVE=0]="ACTIVE",A[A.PASSIVE=1]="PASSIVE",A[A.REJECT=2]="REJECT"}(BA||(BA={})),e.MouseMove,e.MouseInteraction,e.Scroll,e.ViewportResize,e.Input,e.TouchMove,e.MediaInteraction,e.Drag,e.Selection;function CA(A){if("object"==typeof window){const t=encodeURI(A);return btoa(t)}return Buffer.from(A).toString("base64")}const QA=A=>CA(A);class cA{constructor({requestOrigin:A,parentFrameId:t}){this.parentFrameId=t;let e=QA(A);t&&(e=t+"--"+e),this.frameId=e}equal({requestOrigin:A,parentFrameId:t}){return t===this.parentFrameId&&this.frameId===t+"--"+QA(A)}isParentFrame(A){return this.frameId===A}isSubFrame(A){return this.parentFrameId===A}}class hA{constructor(A){this.frames=new Map,this.tabId=A}getFrame({requestOrigin:A,parentFrameId:t}){let e=null;return this.frames.forEach((i=>{i.equal({requestOrigin:A,parentFrameId:t})&&(e=i)})),e}checkAddFrame({requestOrigin:A,parentFrameId:t}){const e=this.getFrame({requestOrigin:A,parentFrameId:t});if(e)return e;if(this.tabId===t)return this.addFrame({requestOrigin:A,parentFrameId:t});let i=null;return this.frames.forEach((e=>{i||e.isParentFrame(t)&&(i=this.addFrame({requestOrigin:A,parentFrameId:t}))})),i}getSubFrames(A){const t=[];return this.frames.forEach((e=>{e.isSubFrame(A)&&t.push(e)})),t}addFrame({requestOrigin:A,parentFrameId:t}){const e=new cA({requestOrigin:A,parentFrameId:t});return this.frames.set(e.frameId,e),e}}class lA{constructor(){this.tabs=new Map}makeRequest({requestOrigin:A,parentFrameId:t}){let e="";return t?(this.tabs.forEach((i=>{if(e)return;const o=i.checkAddFrame({requestOrigin:A,parentFrameId:t});o&&(e=o.frameId)})),e):this.tabs.size?(this.tabs.forEach(((A,t)=>{e||(e=t)})),e):(e=QA(A),this.tabs.set(e,new hA(e)),e)}makeViewerRequest({parentFrameId:A}){let t="";return this.tabs.forEach((e=>{var i;if(A){if(t)return;const o=e.getSubFrames(A);t=(null===(i=o[0])||void 0===i?void 0:i.frameId)||""}else t=e.tabId})),t}}const pA=new class{constructor(){this.rooms=new Map}makeRequest({roomId:A,requestOrigin:t,parentFrameId:e,isViewer:i}){this.rooms.get(A)||this.rooms.set(A,new lA);const o=this.rooms.get(A);return o?i?o.makeViewerRequest({parentFrameId:e}):o.makeRequest({requestOrigin:t,parentFrameId:e}):""}};"undefined"!=typeof global&&(global.cpsRoomManager=pA);const uA=(A,t)=>`${A}${t}`,dA=(A,t)=>{const e={};for(const i in A){const o=A[i];"string"==typeof o?e[i]=uA(t,o):"function"==typeof o?e[i]=(...A)=>uA(t,o(...A)):"object"==typeof o&&(o instanceof RegExp||(e[i]=dA(o,t)))}return e};var yA,DA,fA;dA({log:{report:"/report-log"},blob:{uploadBlob:"/upload-blob",getBlobUrl:A=>`/cps-blob-${A}`,getBlobUrlReg:/cps-blob-([^?#\\\\/]+)/}},"/co-browsing"),function(A){A.LOCAL="local",A.PROD="prod"}(yA||(yA={})),function(A){A.LEADER="1",A.FOLLOWER="2",A.RECORDER="11"}(DA||(DA={})),function(A){A.IMG="IMG",A.SOURCE="SOURCE",A.LINK="LINK",A.A="A",A.AUDIO="AUDIO",A.IFRAME="IFRAME",A.FORM="FORM",A.SCRIPT="SCRIPT",A.STYLE="STYLE"}(fA||(fA={}));var wA,RA;!function(A){A.LEADER="HR",A.FOLLOWER="VR"}(wA||(wA={})),new RegExp(`(.+)(HTTPS?)/(.+)/CPS-SEP-FLAG/(${wA.FOLLOWER}|${wA.LEADER})`),function(A){A[A.TYPE_UNKNOWN=-1]="TYPE_UNKNOWN",A[A.TYPE_TOP=1]="TYPE_TOP",A[A.TYPE_FRAME=2]="TYPE_FRAME",A[A.TYPE_AUX=3]="TYPE_AUX",A[A.TYPE_SCRIPT=4]="TYPE_SCRIPT",A[A.TYPE_MODULE=5]="TYPE_MODULE",A[A.TYPE_LINK=6]="TYPE_LINK",A[A.TYPE_XHR=7]="TYPE_XHR",A[A.TYPE_RESOURCE=8]="TYPE_RESOURCE",A[A.TYPE_WORKER=9]="TYPE_WORKER",A[A.TYPE_WORKER_SCOPE=10]="TYPE_WORKER_SCOPE",A[A.TYPE_REDIRECT=11]="TYPE_REDIRECT",A[A.TYPE_PAWS=12]="TYPE_PAWS",A[A.TYPE_CONTINUATION=13]="TYPE_CONTINUATION"}(RA||(RA={}));const SA="WS_DYNAMIC_FEATURE_CHANGE";var NA;!function(A){A.UNKNOW="unknow",A.BROWSER="browser",A.BROWSER_WORKER="worker",A.NODE="node",A.NODE_WORKER="node_worker"}(NA||(NA={})),(()=>{const A="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,t="undefined"!=typeof window,e="function"==typeof importScripts,i=A&&!e,o=!A&&!t;e?NA.BROWSER_WORKER:t?NA.BROWSER:o?NA.NODE:i?NA.NODE_WORKER:NA.UNKNOW})();class vA{constructor(){this.promise=new Promise(((A,t)=>{this.reject=t,this.resolve=A})),this.promise.then((A=>(this.resolved=!0,A))).catch((()=>{this.resolved=!1})).finally((()=>{this.finished=!0,this.finishedTimestamp=Date.now()}))}}var FA;!function(A){A[A.PING_TIMEOUT=0]="PING_TIMEOUT",A[A.RECONNECT=1]="RECONNECT",A[A.DESTROYED=2]="DESTROYED",A[A.DESTROY_BEFORE_CREATE=3]="DESTROY_BEFORE_CREATE"}(FA||(FA={}));class bA{constructor(A,t){this.options=A,this.pingCount=1,this.seq=1,this.keepAliveTimerId=null,this.keepAliveTimerCheckId=null,this._pending=null,this.isConnectedOnce=!1,this.isClosedOnce=!1,this.isDestroyed=!1,this.pongRecvTime=0,this.pingCountTime=0,this.reconnectTimerId=null,this.reconnectMaxTimes=3,this.reconectCurrentTime=0,this.beforeSendHook=t.beforeSendHook,this.beforeReceiveHook=t.beforeReceiveHook;const{KEEP_ALIVE_DURATION:e}=this.options;this.KEEP_ALIVE_DURATION=e||3e4,this.connType=this.options.connType,this.options.canReconnectWhenFailover=!!Object.hasOwnProperty.call(this.options,"canReconnectWhenFailover")&&this.options.canReconnectWhenFailover}get isWorking(){var A;return(null===(A=this.socket)||void 0===A?void 0:A.readyState)===WebSocket.OPEN}setHandlers(){this.onPingTimeout=()=>{null!==this.keepAliveTimerCheckId&&(this.clearSocketStatus(FA.PING_TIMEOUT),this.keepAliveTimerCheckId=null,this.options.onPingTimeout&&this.options.onPingTimeout(this.pingCountTime,this.pingCount))}}pingHandler(A,t){this.pingSendTime=Date.now(),this.send({evt:A,body:t,seq:this.pingCount++}),this.keepAliveTimerCheckId=setTimeout((()=>this.onPingTimeout()),this.KEEP_ALIVE_DURATION-5e3)}send(A){var t,e,i;if(!this.socket)return void this.options.tracelog.warn(`socket is not ready, message dropped, connType: ${this.connType}`);if("string"==typeof A)return void this.options.tracelog.error(`invalid string message, connType: ${this.connType}`);let o=A;"[object Object]"===Object.prototype.toString.call(A)?(Object.hasOwnProperty.call(A,"seq")||(o=Object.assign(Object.assign({},A),{seq:this.seq++})),null===(t=this.beforeSendHook)||void 0===t||t.beforeSend(o),null===(e=this.socket)||void 0===e||e.send(JSON.stringify(o))):null===(i=this.socket)||void 0===i||i.send(o)}fulfillPendingConnection(){this.options.tracelog.log(`socket onReady, connType: ${this.connType}`),this.clearReconnectTimer(),this.pendingSettled(!0)}rejectPendingConnection(){var A;null===(A=this._pending)||void 0===A||A.reject()}onMessage(A){var t,e,i,o,r,n,g,s;if(this._pending)null===(e=(t=this.options).onReady)||void 0===e||e.call(t,A);else if("[object Object]"===Object.prototype.toString.call(A)){const t=A;if(t.evt===gA.WS_CONN_KEEPALIVE)try{const A=t;if(void 0===A.evt||A.evt!==gA.WS_CONN_KEEPALIVE)return;if(A.seq>=this.pingCount-2&&A.seq<=this.pingCount+2&&null!==this.keepAliveTimerCheckId){clearTimeout(this.keepAliveTimerCheckId),this.keepAliveTimerCheckId=null;const A=this.pingSendTime;A&&(this.pingCountTime+=Date.now()-A)}this.pongRecvTime=Date.now()}catch(A){this.options.tracelog.error(A)}else if(t.evt===gA.WS_CONN_VECTOR_DATA&&(null===(o=null===(i=t.body)||void 0===i?void 0:i.data)||void 0===o?void 0:o.eventType)===sA.RTT){const{idx:A,sstime:e}=t.body.data.data||{},i={evt:gA.WS_CONN_VECTOR_DATA,body:{data:{eventType:sA.RTT,data:{idx:A,sstime:e,crtime:Date.now()}}}};this.send(i)}else null===(n=(r=this.options).onMessage)||void 0===n||n.call(r,A,this.connType)}else null===(s=(g=this.options).onMessage)||void 0===s||s.call(g,A,this.connType)}clearTimer(){this.keepAliveTimerId&&clearInterval(this.keepAliveTimerId),this.keepAliveTimerId=null,this.keepAliveTimerCheckId&&clearTimeout(this.keepAliveTimerCheckId),this.keepAliveTimerCheckId=null}destroy(){this.isDestroyed=!0,this.clearSocketStatus(FA.DESTROYED)}clearSocketStatus(A){var t,e,i,o,r;if(this.clearTimer(),this.socket){const n=()=>{};this.socket.onmessage=n,this.socket.onclose=n,this.socket.onopen=n,this.socket.onerror=n,null===(e=(t=this.options).onManualClose)||void 0===e||e.call(t,this.connType),A===FA.PING_TIMEOUT&&(null===(o=null===(i=this.options)||void 0===i?void 0:i.onFailOver)||void 0===o||o.call(i,this.connType));const g=this.pingSendTime||0,s=this.pongRecvTime||0,I=s-g;(I<0||I>6e4)&&this.options.tracelog.warn(`this.socket?.close(), connType:${this.connType}, pingTime ${I<0?"negative":"too large"}: ${I}ms`),this.options.tracelog.warn(`this.socket?.close(), connType=${this.connType}, reason=${FA[A]}, pingSendTime: ${g}, pongRecvTime: ${s}, pingTime: ${I}`),null===(r=this.socket)||void 0===r||r.close(),this.socket=null}}createSocket(){this.clearSocketStatus(FA.DESTROY_BEFORE_CREATE),this.setHandlers();const A=new URL(this.url);this.query&&Object.keys(this.query).forEach((t=>{A.searchParams.append(t,this.query[t])})),this.isClosedOnce=!1,this.socket=new WebSocket(`${A}`),this.socket.binaryType="arraybuffer",this.socket.onmessage=A=>{this.reconectCurrentTime=0,this.beforeReceiveHook.checkSeq(A.data,this.onMessage.bind(this))},this.socket.onclose=this.onClose.bind(this),this.socket.onerror=this.onClose.bind(this),this.socket.onopen=this.onOpen.bind(this)}pendingSettled(A=!0){A&&(this.isConnectedOnce=!0),this._pending&&(A?this._pending.resolve(!0):this._pending.reject(),this._pending=null)}connect(A){if(this.isDestroyed)return;if(this._pending)return;this._pending=new vA;const{url:t,query:e}=A;this.url=t,this.query=e,this.query.joinTime=Date.now(),this.createSocket()}clearReconnectTimer(){this.reconnectTimerId&&(clearTimeout(this.reconnectTimerId),this.reconnectTimerId=null)}setReconnectTimer(){this.clearReconnectTimer(),this.reconnectTimerId=setTimeout((()=>{this.connect({url:this.url,query:this.query}),this.reconectCurrentTime++}),this.options.reConnectInterval||5e3)}tryReConect(){var A,t,e,i;if(this.clearSocketStatus(FA.RECONNECT),!this.isClosedOnce&&!this.isDestroyed&&(!this.isConnectedOnce||!this.options.onFailOver||(null===(t=(A=this.options).onFailOver)||void 0===t||t.call(A,this.connType),this.options.canReconnectWhenFailover)))return this.reconectCurrentTime>=this.reconnectMaxTimes?(null===(i=(e=this.options).onConnectFail)||void 0===i||i.call(e,this.connType),void this.clearReconnectTimer()):void this.setReconnectTimer()}onOpen(A){var t,e;this.keepAliveTimerId=setInterval((()=>{this.pingHandler(gA.WS_CONN_KEEPALIVE,{})}),this.KEEP_ALIVE_DURATION),null===(e=(t=this.options).onOpen)||void 0===e||e.call(t,A,this.connType,this.isWorking)}onClose(A){var t,e;this.options.tracelog.error(`socket close, connType: ${this.connType}`),this.pendingSettled(!1),null===(e=(t=this.options).onClose)||void 0===e||e.call(t,A,this.connType,this.isWorking),this.tryReConect(),this.isClosedOnce=!0}}var MA,LA,GA,_A,kA={},TA={};!function(A){var t="function"==typeof Object.defineProperties?Object.defineProperty:function(A,t,e){A!=Array.prototype&&A!=Object.prototype&&(A[t]=e.value)},e=("undefined"!=typeof window&&window,p);function i(){i=function(){},e.Symbol||(e.Symbol=n)}function o(A,e){this.a=A,t(this,"description",{configurable:!0,writable:!0,value:e})}o.prototype.toString=function(){return this.a};var r,n=(r=0,function A(t){if(this instanceof A)throw new TypeError("Symbol is not a constructor");return new o("jscomp_symbol_"+(t||"")+"_"+r++,t)});function g(){i();var A=e.Symbol.iterator;A||(A=e.Symbol.iterator=e.Symbol("Symbol.iterator")),"function"!=typeof Array.prototype[A]&&t(Array.prototype,A,{configurable:!0,writable:!0,value:function(){return function(A){return g(),A={next:A},A[e.Symbol.iterator]=function(){return this},A}(function(A){var t=0;return function(){return t<A.length?{done:!1,value:A[t++]}:{done:!0}}}(this))}}),g=function(){}}!function(A,i){if(i){var o=e;A=A.split(".");for(var r=0;r<A.length-1;r++){var n=A[r];n in o||(o[n]={}),o=o[n]}(i=i(r=o[A=A[A.length-1]]))!=r&&null!=i&&t(o,A,{configurable:!0,writable:!0,value:i})}}("Array.prototype.entries",(function(A){return A||function(){return function(A,t){g(),A instanceof String&&(A+="");var e=0,i={next:function(){if(e<A.length){var o=e++;return{value:t(o,A[o]),done:!1}}return i.next=function(){return{done:!0,value:void 0}},i.next()}};return i[Symbol.iterator]=function(){return i},i}(this,(function(A,t){return[A,t]}))}}));var s=p||self;function I(A,t,e){A=A.split("."),e=e||s,A[0]in e||void 0===e.execScript||e.execScript("var "+A[0]);for(var i;A.length&&(i=A.shift());)A.length||void 0===t?e=e[i]&&e[i]!==Object.prototype[i]?e[i]:e[i]={}:e[i]=t}function E(A){var t=typeof A;if("object"==t){if(!A)return"null";if(A instanceof Array)return"array";if(A instanceof Object)return t;var e=Object.prototype.toString.call(A);if("[object Window]"==e)return"object";if("[object Array]"==e||"number"==typeof A.length&&void 0!==A.splice&&void 0!==A.propertyIsEnumerable&&!A.propertyIsEnumerable("splice"))return"array";if("[object Function]"==e||void 0!==A.call&&void 0!==A.propertyIsEnumerable&&!A.propertyIsEnumerable("call"))return"function"}else if("function"==t&&void 0===A.call)return"object";return t}function a(A){var t=typeof A;return"object"==t&&null!=A||"function"==t}var B="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");var C=Array.prototype.forEach?function(A,t){Array.prototype.forEach.call(A,t,void 0)}:function(A,t){for(var e=A.length,i="string"==typeof A?A.split(""):A,o=0;o<e;o++)o in i&&t.call(void 0,i[o],o,A)},Q=Array.prototype.map?function(A,t){return Array.prototype.map.call(A,t,void 0)}:function(A,t){for(var e=A.length,i=Array(e),o="string"==typeof A?A.split(""):A,r=0;r<e;r++)r in o&&(i[r]=t.call(void 0,o[r],r,A));return i};function c(A,t,e){return 2>=arguments.length?Array.prototype.slice.call(A,t):Array.prototype.slice.call(A,t,e)}function h(A,t,e,i){var o="Assertion failed";if(e){o+=": "+e;var r=i}else A&&(o+=": "+A,r=t);throw Error(o,r||[])}function l(A,t,e){for(var i=[],o=2;o<arguments.length;++o)i[o-2]=arguments[o];return A||h("",null,t,i),A}function u(A,t){for(var e=[],i=1;i<arguments.length;++i)e[i-1]=arguments[i];throw Error("Failure"+(A?": "+A:""),e)}function d(A,t,e,i){for(var o=[],r=3;r<arguments.length;++r)o[r-3]=arguments[r];A instanceof t||h("Expected instanceof %s but got %s.",[y(t),y(A)],e,o)}function y(A){return A instanceof Function?A.displayName||A.name||"unknown type name":A instanceof Object?A.constructor.displayName||A.constructor.name||Object.prototype.toString.call(A):null===A?"null":typeof A}function D(A,t){if(this.c=A,this.b=t,this.a={},this.arrClean=!0,0<this.c.length){for(A=0;A<this.c.length;A++){var e=(t=this.c[A])[0];this.a[e.toString()]=new S(e,t[1])}this.arrClean=!0}}function f(A){this.a=0,this.b=A}function w(A,t){return A.b?(t.a||(t.a=new A.b(t.value)),t.a):t.value}function R(A){A=A.a;var t,e=[];for(t in A)Object.prototype.hasOwnProperty.call(A,t)&&e.push(t);return e}function S(A,t){this.key=A,this.value=t,this.a=void 0}function N(A){if(8192>=A.length)return String.fromCharCode.apply(null,A);for(var t="",e=0;e<A.length;e+=8192)t+=String.fromCharCode.apply(null,c(A,e,e+8192));return t}I("jspb.Map",D,void 0),D.prototype.g=function(){if(this.arrClean){if(this.b){var A,t=this.a;for(A in t)if(Object.prototype.hasOwnProperty.call(t,A)){var e=t[A].a;e&&e.g()}}}else{for(this.c.length=0,(t=R(this)).sort(),A=0;A<t.length;A++){var i=this.a[t[A]];(e=i.a)&&e.g(),this.c.push([i.key,i.value])}this.arrClean=!0}return this.c},D.prototype.toArray=D.prototype.g,D.prototype.Mc=function(A,t){for(var e=this.g(),i=[],o=0;o<e.length;o++){var r=this.a[e[o][0].toString()];w(this,r);var n=r.a;n?(l(t),i.push([r.key,t(A,n)])):i.push([r.key,r.value])}return i},D.prototype.toObject=D.prototype.Mc,D.fromObject=function(A,t,e){t=new D([],t);for(var i=0;i<A.length;i++){var o=A[i][0],r=e(A[i][1]);t.set(o,r)}return t},f.prototype.next=function(){return this.a<this.b.length?{done:!1,value:this.b[this.a++]}:{done:!0,value:void 0}},"undefined"!=typeof Symbol&&(f.prototype[Symbol.iterator]=function(){return this}),D.prototype.Jb=function(){return R(this).length},D.prototype.getLength=D.prototype.Jb,D.prototype.clear=function(){this.a={},this.arrClean=!1},D.prototype.clear=D.prototype.clear,D.prototype.Cb=function(A){A=A.toString();var t=this.a.hasOwnProperty(A);return delete this.a[A],this.arrClean=!1,t},D.prototype.del=D.prototype.Cb,D.prototype.Eb=function(){var A=[],t=R(this);t.sort();for(var e=0;e<t.length;e++){var i=this.a[t[e]];A.push([i.key,i.value])}return A},D.prototype.getEntryList=D.prototype.Eb,D.prototype.entries=function(){var A=[],t=R(this);t.sort();for(var e=0;e<t.length;e++){var i=this.a[t[e]];A.push([i.key,w(this,i)])}return new f(A)},D.prototype.entries=D.prototype.entries,D.prototype.keys=function(){var A=[],t=R(this);t.sort();for(var e=0;e<t.length;e++)A.push(this.a[t[e]].key);return new f(A)},D.prototype.keys=D.prototype.keys,D.prototype.values=function(){var A=[],t=R(this);t.sort();for(var e=0;e<t.length;e++)A.push(w(this,this.a[t[e]]));return new f(A)},D.prototype.values=D.prototype.values,D.prototype.forEach=function(A,t){var e=R(this);e.sort();for(var i=0;i<e.length;i++){var o=this.a[e[i]];A.call(t,w(this,o),o.key,this)}},D.prototype.forEach=D.prototype.forEach,D.prototype.set=function(A,t){var e=new S(A);return this.b?(e.a=t,e.value=t.g()):e.value=t,this.a[A.toString()]=e,this.arrClean=!1,this},D.prototype.set=D.prototype.set,D.prototype.get=function(A){if(A=this.a[A.toString()])return w(this,A)},D.prototype.get=D.prototype.get,D.prototype.has=function(A){return A.toString()in this.a},D.prototype.has=D.prototype.has,D.prototype.Jc=function(A,t,e,i,o){var r=R(this);r.sort();for(var n=0;n<r.length;n++){var g=this.a[r[n]];t.Va(A),e.call(t,1,g.key),this.b?i.call(t,2,w(this,g),o):i.call(t,2,g.value),t.Ya()}},D.prototype.serializeBinary=D.prototype.Jc,D.deserializeBinary=function(A,t,e,i,o,r,n){for(;t.oa()&&!t.bb();){var g=t.c;1==g?r=e.call(t):2==g&&(A.b?(l(o),n||(n=new A.b),i.call(t,n,o)):n=i.call(t))}l(null!=r),l(null!=n),A.set(r,n)};var v={"\\\\0":"\\\\\\\\0","\\\\b":"\\\\\\\\b","\\\\f":"\\\\\\\\f","\\\\n":"\\\\\\\\n","\\\\r":"\\\\\\\\r","\\\\t":"\\\\\\\\t","\\\\v":"\\\\\\\\x0B",\\\'"\\\':\\\'\\\\\\\\"\\\',"\\\\\\\\":"\\\\\\\\\\\\\\\\","<":"\\\\\\\\u003C"},F={"\\\'":"\\\\\\\\\\\'"},b={},M=null;function L(A,t){void 0===t&&(t=0),_(),t=b[t];for(var e=[],i=0;i<A.length;i+=3){var o=A[i],r=i+1<A.length,n=r?A[i+1]:0,g=i+2<A.length,s=g?A[i+2]:0,I=o>>2;o=(3&o)<<4|n>>4,n=(15&n)<<2|s>>6,s&=63,g||(s=64,r||(n=64)),e.push(t[I],t[o],t[n]||"",t[s]||"")}return e.join("")}function G(A){var t=A.length,e=3*t/4;e%3?e=Math.floor(e):-1!="=.".indexOf(A[t-1])&&(e=-1!="=.".indexOf(A[t-2])?e-2:e-1);var i=new Uint8Array(e),o=0;return function(A,t){function e(t){for(;i<A.length;){var e=A.charAt(i++),o=M[e];if(null!=o)return o;if(!/^[\\\\s\\\\xa0]*$/.test(e))throw Error("Unknown base64 encoding at char: "+e)}return t}_();for(var i=0;;){var o=e(-1),r=e(0),n=e(64),g=e(64);if(64===g&&-1===o)break;t(o<<2|r>>4),64!=n&&(t(r<<4&240|n>>2),64!=g&&t(n<<6&192|g))}}(A,(function(A){i[o++]=A})),i.subarray(0,o)}function _(){if(!M){M={};for(var A="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),t=["+/=","+/","-_=","-_.","-_"],e=0;5>e;e++){var i=A.concat(t[e].split(""));b[e]=i;for(var o=0;o<i.length;o++){var r=i[o];void 0===M[r]&&(M[r]=o)}}}}I("jspb.ConstBinaryMessage",(function(){}),void 0),I("jspb.BinaryMessage",(function(){}),void 0),I("jspb.BinaryConstants.FieldType",{yb:-1,ee:1,FLOAT:2,ke:3,te:4,je:5,xb:6,wb:7,BOOL:8,re:9,ie:10,le:11,ce:12,se:13,ge:14,me:15,ne:16,oe:17,pe:18,he:30,ve:31},void 0),I("jspb.BinaryConstants.WireType",{yb:-1,ue:0,xb:1,de:2,qe:3,fe:4,wb:5},void 0),I("jspb.BinaryConstants.FieldTypeToWireType",(function(A){switch(A){case 5:case 3:case 13:case 4:case 17:case 18:case 8:case 14:case 31:return 0;case 1:case 6:case 16:case 30:return 1;case 9:case 11:case 12:return 2;case 2:case 7:case 15:return 5;default:return-1}}),void 0),I("jspb.BinaryConstants.INVALID_FIELD_NUMBER",-1,void 0),I("jspb.BinaryConstants.FLOAT32_EPS",1401298464324817e-60,void 0),I("jspb.BinaryConstants.FLOAT32_MIN",11754943508222875e-54,void 0),I("jspb.BinaryConstants.FLOAT32_MAX",34028234663852886e22,void 0),I("jspb.BinaryConstants.FLOAT64_EPS",5e-324,void 0),I("jspb.BinaryConstants.FLOAT64_MIN",22250738585072014e-324,void 0),I("jspb.BinaryConstants.FLOAT64_MAX",17976931348623157e292,void 0),I("jspb.BinaryConstants.TWO_TO_20",1048576,void 0),I("jspb.BinaryConstants.TWO_TO_23",8388608,void 0),I("jspb.BinaryConstants.TWO_TO_31",2147483648,void 0),I("jspb.BinaryConstants.TWO_TO_32",4294967296,void 0),I("jspb.BinaryConstants.TWO_TO_52",4503599627370496,void 0),I("jspb.BinaryConstants.TWO_TO_63",0x8000000000000000,void 0),I("jspb.BinaryConstants.TWO_TO_64",0x10000000000000000,void 0),I("jspb.BinaryConstants.ZERO_HASH","\\\\0\\\\0\\\\0\\\\0\\\\0\\\\0\\\\0\\\\0",void 0);var k=0,T=0;function m(A){var t=A>>>0;A=Math.floor((A-t)/4294967296)>>>0,k=t,T=A}function O(A){var t=0>A,e=(A=Math.abs(A))>>>0;A=Math.floor((A-e)/4294967296),A>>>=0,t&&(A=~A>>>0,4294967295<(e=1+(~e>>>0))&&(e=0,4294967295<++A&&(A=0))),k=e,T=A}function U(A){var t=0>A;m(A=2*Math.abs(A)),A=k;var e=T;t&&(0==A?0==e?e=A=4294967295:(e--,A=4294967295):A--),k=A,T=e}function J(A){var t=0>A?1:0;if(0===(A=t?-A:A))0<1/A?k=T=0:(T=0,k=2147483648);else if(isNaN(A))T=0,k=2147483647;else if(34028234663852886e22<A)T=0,k=(t<<31|2139095040)>>>0;else if(11754943508222875e-54>A)A=Math.round(A/Math.pow(2,-149)),T=0,k=(t<<31|A)>>>0;else{var e=Math.floor(Math.log(A)/Math.LN2);A*=Math.pow(2,-e),16777216<=(A=Math.round(8388608*A))&&++e,T=0,k=(t<<31|e+127<<23|8388607&A)>>>0}}function Y(A){var t=0>A?1:0;if(0===(A=t?-A:A))T=0<1/A?0:2147483648,k=0;else if(isNaN(A))T=2147483647,k=4294967295;else if(17976931348623157e292<A)T=(t<<31|2146435072)>>>0,k=0;else if(22250738585072014e-324>A)A/=Math.pow(2,-1074),T=(t<<31|A/4294967296)>>>0,k=A>>>0;else{var e=A,i=0;if(2<=e)for(;2<=e&&1023>i;)i++,e/=2;else for(;1>e&&-1022<i;)e*=2,i--;A*=Math.pow(2,-i),T=(t<<31|i+1023<<20|1048576*A&1048575)>>>0,k=4503599627370496*A>>>0}}function H(A){var t=A.charCodeAt(4),e=A.charCodeAt(5),i=A.charCodeAt(6),o=A.charCodeAt(7);k=A.charCodeAt(0)+(A.charCodeAt(1)<<8)+(A.charCodeAt(2)<<16)+(A.charCodeAt(3)<<24)>>>0,T=t+(e<<8)+(i<<16)+(o<<24)>>>0}function x(A,t){return 4294967296*t+(A>>>0)}function K(A,t){var e=2147483648&t;return e&&(t=~t>>>0,0==(A=1+~A>>>0)&&(t=t+1>>>0)),A=x(A,t),e?-A:A}function P(A,t,e){var i=t>>31;return e(A<<1^i,(t<<1|A>>>31)^i)}function Z(A,t){return W(A,t,K)}function W(A,t,e){var i=-(1&A);return e((A>>>1|t<<31)^i,t>>>1^i)}function q(A){var t=2*(A>>31)+1,e=A>>>23&255;return A&=8388607,255==e?A?NaN:1/0*t:0==e?t*Math.pow(2,-149)*A:t*Math.pow(2,e-150)*(A+Math.pow(2,23))}function j(A,t){var e=2*(t>>31)+1,i=t>>>20&2047;return A=4294967296*(1048575&t)+A,2047==i?A?NaN:1/0*e:0==i?e*Math.pow(2,-1074)*A:e*Math.pow(2,i-1075)*(A+4503599627370496)}function V(A,t){return String.fromCharCode(A>>>0&255,A>>>8&255,A>>>16&255,A>>>24&255,t>>>0&255,t>>>8&255,t>>>16&255,t>>>24&255)}function z(A,t){function e(A,t){return A=A?String(A):"",t?"0000000".slice(A.length)+A:A}if(2097151>=t)return""+x(A,t);var i=(A>>>24|t<<8)>>>0&16777215;return A=(16777215&A)+6777216*i+6710656*(t=t>>16&65535),i+=8147497*t,t*=2,1e7<=A&&(i+=Math.floor(A/1e7),A%=1e7),1e7<=i&&(t+=Math.floor(i/1e7),i%=1e7),e(t,0)+e(i,t)+e(A,1)}function X(A,t){var e=2147483648&t;return e&&(t=~t+(0==(A=1+~A>>>0)?1:0)>>>0),A=z(A,t),e?"-"+A:A}function $(A,t){H(A),A=k;var e=T;return t?X(A,e):z(A,e)}function AA(A){function t(A,t){for(var e=0;8>e&&(1!==A||0<t);e++)t=A*i[e]+t,i[e]=255&t,t>>>=8}l(0<A.length);var e=!1;"-"===A[0]&&(e=!0,A=A.slice(1));for(var i=[0,0,0,0,0,0,0,0],o=0;o<A.length;o++)t(10,A.charCodeAt(o)-48);return e&&(function(){for(var A=0;8>A;A++)i[A]=255&~i[A]}(),t(1,1)),N(i)}function tA(A){return String.fromCharCode(10>A?48+A:87+A)}function eA(A){return 97<=A?A-97+10:A-48}function iA(A,t,e,i,o){var r=0;if(128>i)for(;t<e&&A[t++]==i;)r++,t+=o;else for(;t<e;){for(var n=i;128<n;){if(A[t++]!=(127&n|128))return r;n>>=7}if(A[t++]!=n)break;r++,t+=o}return r}function oA(A){return A.constructor===Uint8Array?A:A.constructor===ArrayBuffer||A.constructor===Array?new Uint8Array(A):A.constructor===String?G(A):A instanceof Uint8Array?new Uint8Array(A.buffer,A.byteOffset,A.byteLength):(u("Type not convertible to Uint8Array."),new Uint8Array(0))}function rA(A,t,e){this.b=null,this.a=this.c=this.h=0,this.v=!1,A&&this.H(A,t,e)}I("jspb.utils.getSplit64Low",(function(){return k}),void 0),I("jspb.utils.getSplit64High",(function(){return T}),void 0),I("jspb.utils.splitUint64",m,void 0),I("jspb.utils.splitInt64",O,void 0),I("jspb.utils.splitZigzag64",U,void 0),I("jspb.utils.splitFloat32",J,void 0),I("jspb.utils.splitFloat64",Y,void 0),I("jspb.utils.splitHash64",H,void 0),I("jspb.utils.joinUint64",x,void 0),I("jspb.utils.joinInt64",K,void 0),I("jspb.utils.toZigzag64",P,void 0),I("jspb.utils.joinZigzag64",Z,void 0),I("jspb.utils.fromZigzag64",W,void 0),I("jspb.utils.joinFloat32",q,void 0),I("jspb.utils.joinFloat64",j,void 0),I("jspb.utils.joinHash64",V,void 0),I("jspb.utils.DIGITS","0123456789abcdef".split(""),void 0),I("jspb.utils.joinUnsignedDecimalString",z,void 0),I("jspb.utils.joinSignedDecimalString",X,void 0),I("jspb.utils.hash64ToDecimalString",$,void 0),I("jspb.utils.hash64ArrayToDecimalStrings",(function(A,t){for(var e=Array(A.length),i=0;i<A.length;i++)e[i]=$(A[i],t);return e}),void 0),I("jspb.utils.decimalStringToHash64",AA,void 0),I("jspb.utils.splitDecimalString",(function(A){H(AA(A))}),void 0),I("jspb.utils.hash64ToHexString",(function(A){var t=Array(18);t[0]="0",t[1]="x";for(var e=0;8>e;e++){var i=A.charCodeAt(7-e);t[2*e+2]=tA(i>>4),t[2*e+3]=tA(15&i)}return t.join("")}),void 0),I("jspb.utils.hexStringToHash64",(function(A){l(18==(A=A.toLowerCase()).length),l("0"==A[0]),l("x"==A[1]);for(var t="",e=0;8>e;e++)t=String.fromCharCode(16*eA(A.charCodeAt(2*e+2))+eA(A.charCodeAt(2*e+3)))+t;return t}),void 0),I("jspb.utils.hash64ToNumber",(function(A,t){H(A),A=k;var e=T;return t?K(A,e):x(A,e)}),void 0),I("jspb.utils.numberToHash64",(function(A){return O(A),V(k,T)}),void 0),I("jspb.utils.countVarints",(function(A,t,e){for(var i=0,o=t;o<e;o++)i+=A[o]>>7;return e-t-i}),void 0),I("jspb.utils.countVarintFields",(function(A,t,e,i){var o=0;if(128>(i*=8))for(;t<e&&A[t++]==i;)for(o++;;){var r=A[t++];if(0==(128&r))break}else for(;t<e;){for(r=i;128<r;){if(A[t]!=(127&r|128))return o;t++,r>>=7}if(A[t++]!=r)break;for(o++;0!=(128&(r=A[t++])););}return o}),void 0),I("jspb.utils.countFixed32Fields",(function(A,t,e,i){return iA(A,t,e,8*i+5,4)}),void 0),I("jspb.utils.countFixed64Fields",(function(A,t,e,i){return iA(A,t,e,8*i+1,8)}),void 0),I("jspb.utils.countDelimitedFields",(function(A,t,e,i){var o=0;for(i=8*i+2;t<e;){for(var r=i;128<r;){if(A[t++]!=(127&r|128))return o;r>>=7}if(A[t++]!=r)break;o++;for(var n=0,g=1;n+=(127&(r=A[t++]))*g,g*=128,0!=(128&r););t+=n}return o}),void 0),I("jspb.utils.debugBytesToTextFormat",(function(A){var t=\\\'"\\\';if(A){A=oA(A);for(var e=0;e<A.length;e++)t+="\\\\\\\\x",16>A[e]&&(t+="0"),t+=A[e].toString(16)}return t+\\\'"\\\'}),void 0),I("jspb.utils.debugScalarToTextFormat",(function(A){if("string"==typeof A){A=String(A);for(var t=[\\\'"\\\'],e=0;e<A.length;e++){var i,o=A.charAt(e),r=o.charCodeAt(0),n=e+1;(i=v[o])||(31<r&&127>r||((r=o)in F?o=F[r]:r in v?o=F[r]=v[r]:(31<(i=r.charCodeAt(0))&&127>i?o=r:(256>i?(o="\\\\\\\\x",(16>i||256<i)&&(o+="0")):(o="\\\\\\\\u",4096>i&&(o+="0")),o+=i.toString(16).toUpperCase()),o=F[r]=o)),i=o),t[n]=i}t.push(\\\'"\\\'),A=t.join("")}else A=A.toString();return A}),void 0),I("jspb.utils.stringToByteArray",(function(A){for(var t=new Uint8Array(A.length),e=0;e<A.length;e++){var i=A.charCodeAt(e);if(255<i)throw Error("Conversion error: string contains codepoint outside of byte range");t[e]=i}return t}),void 0),I("jspb.utils.byteSourceToUint8Array",oA,void 0),I("jspb.BinaryDecoder",rA,void 0);var nA=[];function gA(A,t,e){if(nA.length){var i=nA.pop();return A&&i.H(A,t,e),i}return new rA(A,t,e)}function sA(A,t,e){this.a=gA(A,t,e),this.O=this.a.B(),this.b=this.c=-1,this.h=!1,this.v=null}rA.getInstanceCacheLength=function(){return nA.length},rA.alloc=gA,rA.prototype.Ca=function(){this.clear(),100>nA.length&&nA.push(this)},rA.prototype.free=rA.prototype.Ca,rA.prototype.clone=function(){return gA(this.b,this.h,this.c-this.h)},rA.prototype.clone=rA.prototype.clone,rA.prototype.clear=function(){this.b=null,this.a=this.c=this.h=0,this.v=!1},rA.prototype.clear=rA.prototype.clear,rA.prototype.Y=function(){return this.b},rA.prototype.getBuffer=rA.prototype.Y,rA.prototype.H=function(A,t,e){this.b=oA(A),this.h=void 0!==t?t:0,this.c=void 0!==e?this.h+e:this.b.length,this.a=this.h},rA.prototype.setBlock=rA.prototype.H,rA.prototype.Db=function(){return this.c},rA.prototype.getEnd=rA.prototype.Db,rA.prototype.setEnd=function(A){this.c=A},rA.prototype.setEnd=rA.prototype.setEnd,rA.prototype.reset=function(){this.a=this.h},rA.prototype.reset=rA.prototype.reset,rA.prototype.B=function(){return this.a},rA.prototype.getCursor=rA.prototype.B,rA.prototype.Ma=function(A){this.a=A},rA.prototype.setCursor=rA.prototype.Ma,rA.prototype.advance=function(A){this.a+=A,l(this.a<=this.c)},rA.prototype.advance=rA.prototype.advance,rA.prototype.ya=function(){return this.a==this.c},rA.prototype.atEnd=rA.prototype.ya,rA.prototype.Qb=function(){return this.a>this.c},rA.prototype.pastEnd=rA.prototype.Qb,rA.prototype.getError=function(){return this.v||0>this.a||this.a>this.c},rA.prototype.getError=rA.prototype.getError,rA.prototype.w=function(A){for(var t=128,e=0,i=0,o=0;4>o&&128<=t;o++)e|=(127&(t=this.b[this.a++]))<<7*o;if(128<=t&&(e|=(127&(t=this.b[this.a++]))<<28,i|=(127&t)>>4),128<=t)for(o=0;5>o&&128<=t;o++)i|=(127&(t=this.b[this.a++]))<<7*o+3;if(128>t)return A(e>>>0,i>>>0);u("Failed to read varint, encoding is invalid."),this.v=!0},rA.prototype.readSplitVarint64=rA.prototype.w,rA.prototype.ea=function(A){return this.w((function(t,e){return W(t,e,A)}))},rA.prototype.readSplitZigzagVarint64=rA.prototype.ea,rA.prototype.ta=function(A){var t=this.b,e=this.a;this.a+=8;for(var i=0,o=0,r=e+7;r>=e;r--)i=i<<8|t[r],o=o<<8|t[r+4];return A(i,o)},rA.prototype.readSplitFixed64=rA.prototype.ta,rA.prototype.kb=function(){for(;128&this.b[this.a];)this.a++;this.a++},rA.prototype.skipVarint=rA.prototype.kb,rA.prototype.mb=function(A){for(;128<A;)this.a--,A>>>=7;this.a--},rA.prototype.unskipVarint=rA.prototype.mb,rA.prototype.o=function(){var A=this.b,t=A[this.a],e=127&t;return 128>t?(this.a+=1,l(this.a<=this.c),e):(e|=(127&(t=A[this.a+1]))<<7,128>t?(this.a+=2,l(this.a<=this.c),e):(e|=(127&(t=A[this.a+2]))<<14,128>t?(this.a+=3,l(this.a<=this.c),e):(e|=(127&(t=A[this.a+3]))<<21,128>t?(this.a+=4,l(this.a<=this.c),e):(e|=(15&(t=A[this.a+4]))<<28,128>t?(this.a+=5,l(this.a<=this.c),e>>>0):(this.a+=5,128<=A[this.a++]&&128<=A[this.a++]&&128<=A[this.a++]&&128<=A[this.a++]&&128<=A[this.a++]&&l(!1),l(this.a<=this.c),e)))))},rA.prototype.readUnsignedVarint32=rA.prototype.o,rA.prototype.da=function(){return~~this.o()},rA.prototype.readSignedVarint32=rA.prototype.da,rA.prototype.O=function(){return this.o().toString()},rA.prototype.Ea=function(){return this.da().toString()},rA.prototype.readSignedVarint32String=rA.prototype.Ea,rA.prototype.Ia=function(){var A=this.o();return A>>>1^-(1&A)},rA.prototype.readZigzagVarint32=rA.prototype.Ia,rA.prototype.Ga=function(){return this.w(x)},rA.prototype.readUnsignedVarint64=rA.prototype.Ga,rA.prototype.Ha=function(){return this.w(z)},rA.prototype.readUnsignedVarint64String=rA.prototype.Ha,rA.prototype.sa=function(){return this.w(K)},rA.prototype.readSignedVarint64=rA.prototype.sa,rA.prototype.Fa=function(){return this.w(X)},rA.prototype.readSignedVarint64String=rA.prototype.Fa,rA.prototype.Ja=function(){return this.w(Z)},rA.prototype.readZigzagVarint64=rA.prototype.Ja,rA.prototype.fb=function(){return this.ea(V)},rA.prototype.readZigzagVarintHash64=rA.prototype.fb,rA.prototype.Ka=function(){return this.ea(X)},rA.prototype.readZigzagVarint64String=rA.prototype.Ka,rA.prototype.Gc=function(){var A=this.b[this.a];return this.a+=1,l(this.a<=this.c),A},rA.prototype.readUint8=rA.prototype.Gc,rA.prototype.Ec=function(){var A=this.b[this.a],t=this.b[this.a+1];return this.a+=2,l(this.a<=this.c),A<<0|t<<8},rA.prototype.readUint16=rA.prototype.Ec,rA.prototype.m=function(){var A=this.b[this.a],t=this.b[this.a+1],e=this.b[this.a+2],i=this.b[this.a+3];return this.a+=4,l(this.a<=this.c),(A<<0|t<<8|e<<16|i<<24)>>>0},rA.prototype.readUint32=rA.prototype.m,rA.prototype.ga=function(){return x(this.m(),this.m())},rA.prototype.readUint64=rA.prototype.ga,rA.prototype.ha=function(){return z(this.m(),this.m())},rA.prototype.readUint64String=rA.prototype.ha,rA.prototype.Xb=function(){var A=this.b[this.a];return this.a+=1,l(this.a<=this.c),A<<24>>24},rA.prototype.readInt8=rA.prototype.Xb,rA.prototype.Vb=function(){var A=this.b[this.a],t=this.b[this.a+1];return this.a+=2,l(this.a<=this.c),(A<<0|t<<8)<<16>>16},rA.prototype.readInt16=rA.prototype.Vb,rA.prototype.P=function(){var A=this.b[this.a],t=this.b[this.a+1],e=this.b[this.a+2],i=this.b[this.a+3];return this.a+=4,l(this.a<=this.c),A<<0|t<<8|e<<16|i<<24},rA.prototype.readInt32=rA.prototype.P,rA.prototype.ba=function(){return K(this.m(),this.m())},rA.prototype.readInt64=rA.prototype.ba,rA.prototype.ca=function(){return X(this.m(),this.m())},rA.prototype.readInt64String=rA.prototype.ca,rA.prototype.aa=function(){return q(this.m())},rA.prototype.readFloat=rA.prototype.aa,rA.prototype.Z=function(){return j(this.m(),this.m())},rA.prototype.readDouble=rA.prototype.Z,rA.prototype.pa=function(){return!!this.b[this.a++]},rA.prototype.readBool=rA.prototype.pa,rA.prototype.ra=function(){return this.da()},rA.prototype.readEnum=rA.prototype.ra,rA.prototype.fa=function(A){var t=this.b,e=this.a;A=e+A;for(var i=[],o="";e<A;){var r=t[e++];if(128>r)i.push(r);else{if(192>r)continue;if(224>r){var n=t[e++];i.push((31&r)<<6|63&n)}else if(240>r){n=t[e++];var g=t[e++];i.push((15&r)<<12|(63&n)<<6|63&g)}else if(248>r){r=(7&r)<<18|(63&(n=t[e++]))<<12|(63&(g=t[e++]))<<6|63&t[e++],r-=65536,i.push(55296+(r>>10&1023),56320+(1023&r))}}8192<=i.length&&(o+=String.fromCharCode.apply(null,i),i.length=0)}return o+=N(i),this.a=e,o},rA.prototype.readString=rA.prototype.fa,rA.prototype.Dc=function(){var A=this.o();return this.fa(A)},rA.prototype.readStringWithLength=rA.prototype.Dc,rA.prototype.qa=function(A){if(0>A||this.a+A>this.b.length)return this.v=!0,u("Invalid byte length!"),new Uint8Array(0);var t=this.b.subarray(this.a,this.a+A);return this.a+=A,l(this.a<=this.c),t},rA.prototype.readBytes=rA.prototype.qa,rA.prototype.ia=function(){return this.w(V)},rA.prototype.readVarintHash64=rA.prototype.ia,rA.prototype.$=function(){var A=this.b,t=this.a,e=A[t],i=A[t+1],o=A[t+2],r=A[t+3],n=A[t+4],g=A[t+5],s=A[t+6];return A=A[t+7],this.a+=8,String.fromCharCode(e,i,o,r,n,g,s,A)},rA.prototype.readFixedHash64=rA.prototype.$,I("jspb.BinaryReader",sA,void 0);var IA=[];function EA(A,t,e){if(IA.length){var i=IA.pop();return A&&i.a.H(A,t,e),i}return new sA(A,t,e)}function aA(A,t){l(2==A.b);var e=A.a.o();e=A.a.B()+e;for(var i=[];A.a.B()<e;)i.push(t.call(A.a));return i}function BA(A,t,e,i,o){this.ma=A,this.Ba=t,this.la=e,this.Na=i,this.na=o}function CA(A,t,e,i,o,r){this.Za=A,this.za=t,this.Aa=e,this.Wa=i,this.Ab=o,this.Nb=r}function QA(){}sA.clearInstanceCache=function(){IA=[]},sA.getInstanceCacheLength=function(){return IA.length},sA.alloc=EA,sA.prototype.zb=EA,sA.prototype.alloc=sA.prototype.zb,sA.prototype.Ca=function(){this.a.clear(),this.b=this.c=-1,this.h=!1,this.v=null,100>IA.length&&IA.push(this)},sA.prototype.free=sA.prototype.Ca,sA.prototype.Fb=function(){return this.O},sA.prototype.getFieldCursor=sA.prototype.Fb,sA.prototype.B=function(){return this.a.B()},sA.prototype.getCursor=sA.prototype.B,sA.prototype.Y=function(){return this.a.Y()},sA.prototype.getBuffer=sA.prototype.Y,sA.prototype.Hb=function(){return this.c},sA.prototype.getFieldNumber=sA.prototype.Hb,sA.prototype.Lb=function(){return this.b},sA.prototype.getWireType=sA.prototype.Lb,sA.prototype.Mb=function(){return 2==this.b},sA.prototype.isDelimited=sA.prototype.Mb,sA.prototype.bb=function(){return 4==this.b},sA.prototype.isEndGroup=sA.prototype.bb,sA.prototype.getError=function(){return this.h||this.a.getError()},sA.prototype.getError=sA.prototype.getError,sA.prototype.H=function(A,t,e){this.a.H(A,t,e),this.b=this.c=-1},sA.prototype.setBlock=sA.prototype.H,sA.prototype.reset=function(){this.a.reset(),this.b=this.c=-1},sA.prototype.reset=sA.prototype.reset,sA.prototype.advance=function(A){this.a.advance(A)},sA.prototype.advance=sA.prototype.advance,sA.prototype.oa=function(){if(this.a.ya())return!1;if(this.getError())return u("Decoder hit an error"),!1;this.O=this.a.B();var A=this.a.o(),t=A>>>3;return 0!=(A&=7)&&5!=A&&1!=A&&2!=A&&3!=A&&4!=A?(u("Invalid wire type: %s (at position %s)",A,this.O),this.h=!0,!1):(this.c=t,this.b=A,!0)},sA.prototype.nextField=sA.prototype.oa,sA.prototype.Oa=function(){this.a.mb(this.c<<3|this.b)},sA.prototype.unskipHeader=sA.prototype.Oa,sA.prototype.Lc=function(){var A=this.c;for(this.Oa();this.oa()&&this.c==A;)this.C();this.a.ya()||this.Oa()},sA.prototype.skipMatchingFields=sA.prototype.Lc,sA.prototype.lb=function(){0!=this.b?(u("Invalid wire type for skipVarintField"),this.C()):this.a.kb()},sA.prototype.skipVarintField=sA.prototype.lb,sA.prototype.gb=function(){if(2!=this.b)u("Invalid wire type for skipDelimitedField"),this.C();else{var A=this.a.o();this.a.advance(A)}},sA.prototype.skipDelimitedField=sA.prototype.gb,sA.prototype.hb=function(){5!=this.b?(u("Invalid wire type for skipFixed32Field"),this.C()):this.a.advance(4)},sA.prototype.skipFixed32Field=sA.prototype.hb,sA.prototype.ib=function(){1!=this.b?(u("Invalid wire type for skipFixed64Field"),this.C()):this.a.advance(8)},sA.prototype.skipFixed64Field=sA.prototype.ib,sA.prototype.jb=function(){for(var A=this.c;;){if(!this.oa()){u("Unmatched start-group tag: stream EOF"),this.h=!0;break}if(4==this.b){this.c!=A&&(u("Unmatched end-group tag"),this.h=!0);break}this.C()}},sA.prototype.skipGroup=sA.prototype.jb,sA.prototype.C=function(){switch(this.b){case 0:this.lb();break;case 1:this.ib();break;case 2:this.gb();break;case 5:this.hb();break;case 3:this.jb();break;default:u("Invalid wire encoding for field.")}},sA.prototype.skipField=sA.prototype.C,sA.prototype.Hc=function(A,t){null===this.v&&(this.v={}),l(!this.v[A]),this.v[A]=t},sA.prototype.registerReadCallback=sA.prototype.Hc,sA.prototype.Ic=function(A){return l(null!==this.v),l(A=this.v[A]),A(this)},sA.prototype.runReadCallback=sA.prototype.Ic,sA.prototype.Yb=function(A,t){l(2==this.b);var e=this.a.c,i=this.a.o();i=this.a.B()+i,this.a.setEnd(i),t(A,this),this.a.Ma(i),this.a.setEnd(e)},sA.prototype.readMessage=sA.prototype.Yb,sA.prototype.Ub=function(A,t,e){l(3==this.b),l(this.c==A),e(t,this),this.h||4==this.b||(u("Group submessage did not end with an END_GROUP tag"),this.h=!0)},sA.prototype.readGroup=sA.prototype.Ub,sA.prototype.Gb=function(){l(2==this.b);var A=this.a.o(),t=this.a.B(),e=t+A;return A=gA(this.a.Y(),t,A),this.a.Ma(e),A},sA.prototype.getFieldDecoder=sA.prototype.Gb,sA.prototype.P=function(){return l(0==this.b),this.a.da()},sA.prototype.readInt32=sA.prototype.P,sA.prototype.Wb=function(){return l(0==this.b),this.a.Ea()},sA.prototype.readInt32String=sA.prototype.Wb,sA.prototype.ba=function(){return l(0==this.b),this.a.sa()},sA.prototype.readInt64=sA.prototype.ba,sA.prototype.ca=function(){return l(0==this.b),this.a.Fa()},sA.prototype.readInt64String=sA.prototype.ca,sA.prototype.m=function(){return l(0==this.b),this.a.o()},sA.prototype.readUint32=sA.prototype.m,sA.prototype.Fc=function(){return l(0==this.b),this.a.O()},sA.prototype.readUint32String=sA.prototype.Fc,sA.prototype.ga=function(){return l(0==this.b),this.a.Ga()},sA.prototype.readUint64=sA.prototype.ga,sA.prototype.ha=function(){return l(0==this.b),this.a.Ha()},sA.prototype.readUint64String=sA.prototype.ha,sA.prototype.zc=function(){return l(0==this.b),this.a.Ia()},sA.prototype.readSint32=sA.prototype.zc,sA.prototype.Ac=function(){return l(0==this.b),this.a.Ja()},sA.prototype.readSint64=sA.prototype.Ac,sA.prototype.Bc=function(){return l(0==this.b),this.a.Ka()},sA.prototype.readSint64String=sA.prototype.Bc,sA.prototype.Rb=function(){return l(5==this.b),this.a.m()},sA.prototype.readFixed32=sA.prototype.Rb,sA.prototype.Sb=function(){return l(1==this.b),this.a.ga()},sA.prototype.readFixed64=sA.prototype.Sb,sA.prototype.Tb=function(){return l(1==this.b),this.a.ha()},sA.prototype.readFixed64String=sA.prototype.Tb,sA.prototype.vc=function(){return l(5==this.b),this.a.P()},sA.prototype.readSfixed32=sA.prototype.vc,sA.prototype.wc=function(){return l(5==this.b),this.a.P().toString()},sA.prototype.readSfixed32String=sA.prototype.wc,sA.prototype.xc=function(){return l(1==this.b),this.a.ba()},sA.prototype.readSfixed64=sA.prototype.xc,sA.prototype.yc=function(){return l(1==this.b),this.a.ca()},sA.prototype.readSfixed64String=sA.prototype.yc,sA.prototype.aa=function(){return l(5==this.b),this.a.aa()},sA.prototype.readFloat=sA.prototype.aa,sA.prototype.Z=function(){return l(1==this.b),this.a.Z()},sA.prototype.readDouble=sA.prototype.Z,sA.prototype.pa=function(){return l(0==this.b),!!this.a.o()},sA.prototype.readBool=sA.prototype.pa,sA.prototype.ra=function(){return l(0==this.b),this.a.sa()},sA.prototype.readEnum=sA.prototype.ra,sA.prototype.fa=function(){l(2==this.b);var A=this.a.o();return this.a.fa(A)},sA.prototype.readString=sA.prototype.fa,sA.prototype.qa=function(){l(2==this.b);var A=this.a.o();return this.a.qa(A)},sA.prototype.readBytes=sA.prototype.qa,sA.prototype.ia=function(){return l(0==this.b),this.a.ia()},sA.prototype.readVarintHash64=sA.prototype.ia,sA.prototype.Cc=function(){return l(0==this.b),this.a.fb()},sA.prototype.readSintHash64=sA.prototype.Cc,sA.prototype.w=function(A){return l(0==this.b),this.a.w(A)},sA.prototype.readSplitVarint64=sA.prototype.w,sA.prototype.ea=function(A){return l(0==this.b),this.a.w((function(t,e){return W(t,e,A)}))},sA.prototype.readSplitZigzagVarint64=sA.prototype.ea,sA.prototype.$=function(){return l(1==this.b),this.a.$()},sA.prototype.readFixedHash64=sA.prototype.$,sA.prototype.ta=function(A){return l(1==this.b),this.a.ta(A)},sA.prototype.readSplitFixed64=sA.prototype.ta,sA.prototype.gc=function(){return aA(this,this.a.da)},sA.prototype.readPackedInt32=sA.prototype.gc,sA.prototype.hc=function(){return aA(this,this.a.Ea)},sA.prototype.readPackedInt32String=sA.prototype.hc,sA.prototype.ic=function(){return aA(this,this.a.sa)},sA.prototype.readPackedInt64=sA.prototype.ic,sA.prototype.jc=function(){return aA(this,this.a.Fa)},sA.prototype.readPackedInt64String=sA.prototype.jc,sA.prototype.qc=function(){return aA(this,this.a.o)},sA.prototype.readPackedUint32=sA.prototype.qc,sA.prototype.rc=function(){return aA(this,this.a.O)},sA.prototype.readPackedUint32String=sA.prototype.rc,sA.prototype.sc=function(){return aA(this,this.a.Ga)},sA.prototype.readPackedUint64=sA.prototype.sc,sA.prototype.tc=function(){return aA(this,this.a.Ha)},sA.prototype.readPackedUint64String=sA.prototype.tc,sA.prototype.nc=function(){return aA(this,this.a.Ia)},sA.prototype.readPackedSint32=sA.prototype.nc,sA.prototype.oc=function(){return aA(this,this.a.Ja)},sA.prototype.readPackedSint64=sA.prototype.oc,sA.prototype.pc=function(){return aA(this,this.a.Ka)},sA.prototype.readPackedSint64String=sA.prototype.pc,sA.prototype.bc=function(){return aA(this,this.a.m)},sA.prototype.readPackedFixed32=sA.prototype.bc,sA.prototype.cc=function(){return aA(this,this.a.ga)},sA.prototype.readPackedFixed64=sA.prototype.cc,sA.prototype.dc=function(){return aA(this,this.a.ha)},sA.prototype.readPackedFixed64String=sA.prototype.dc,sA.prototype.kc=function(){return aA(this,this.a.P)},sA.prototype.readPackedSfixed32=sA.prototype.kc,sA.prototype.lc=function(){return aA(this,this.a.ba)},sA.prototype.readPackedSfixed64=sA.prototype.lc,sA.prototype.mc=function(){return aA(this,this.a.ca)},sA.prototype.readPackedSfixed64String=sA.prototype.mc,sA.prototype.fc=function(){return aA(this,this.a.aa)},sA.prototype.readPackedFloat=sA.prototype.fc,sA.prototype.$b=function(){return aA(this,this.a.Z)},sA.prototype.readPackedDouble=sA.prototype.$b,sA.prototype.Zb=function(){return aA(this,this.a.pa)},sA.prototype.readPackedBool=sA.prototype.Zb,sA.prototype.ac=function(){return aA(this,this.a.ra)},sA.prototype.readPackedEnum=sA.prototype.ac,sA.prototype.uc=function(){return aA(this,this.a.ia)},sA.prototype.readPackedVarintHash64=sA.prototype.uc,sA.prototype.ec=function(){return aA(this,this.a.$)},sA.prototype.readPackedFixedHash64=sA.prototype.ec,I("jspb.ExtensionFieldInfo",BA,void 0),I("jspb.ExtensionFieldBinaryInfo",CA,void 0),BA.prototype.F=function(){return!!this.la},BA.prototype.isMessageType=BA.prototype.F,I("jspb.Message",QA,void 0),QA.GENERATE_TO_OBJECT=!0,QA.GENERATE_FROM_OBJECT=!0;var cA="function"==typeof Uint8Array;QA.prototype.Ib=function(){return this.b},QA.prototype.getJsPbMessageId=QA.prototype.Ib,QA.initialize=function(A,t,e,i,o,r){if(A.f=null,t||(t=e?[e]:[]),A.b=e?String(e):void 0,A.D=0===e?-1:0,A.u=t,t=-1,!(e=A.u.length)||(t=e-1,null===(e=A.u[t])||"object"!=typeof e||Array.isArray(e)||cA&&e instanceof Uint8Array)?-1<i?(A.G=Math.max(i,t+1-A.D),A.i=null):A.G=Number.MAX_VALUE:(A.G=t-A.D,A.i=e),A.a={},o)for(i=0;i<o.length;i++)(t=o[i])<A.G?(t+=A.D,A.u[t]=A.u[t]||hA):(lA(A),A.i[t]=A.i[t]||hA);if(r&&r.length)for(i=0;i<r.length;i++)FA(A,r[i])};var hA=Object.freeze?Object.freeze([]):[];function lA(A){var t=A.G+A.D;A.u[t]||(A.i=A.u[t]={})}function pA(A,t,e){for(var i=[],o=0;o<A.length;o++)i[o]=t.call(A[o],e,A[o]);return i}function uA(A,t){if(t<A.G){t+=A.D;var e=A.u[t];return e===hA?A.u[t]=[]:e}if(A.i)return(e=A.i[t])===hA?A.i[t]=[]:e}function dA(A,t){return null==(A=uA(A,t))?A:+A}function yA(A,t){return null==(A=uA(A,t))?A:!!A}function DA(A){return null==A||"string"==typeof A?A:cA&&A instanceof Uint8Array?L(A):(u("Cannot coerce to b64 string: "+E(A)),null)}function fA(A){return null==A||A instanceof Uint8Array?A:"string"==typeof A?G(A):(u("Cannot coerce to Uint8Array: "+E(A)),null)}function wA(A){if(A&&1<A.length){var t=E(A[0]);C(A,(function(A){E(A)!=t&&u("Inconsistent type in JSPB repeated field array. Got "+E(A)+" expected "+t)}))}}function RA(A,t,e){return null==(A=uA(A,t))?e:A}function SA(A,t,e){return d(A,QA),t<A.G?A.u[t+A.D]=e:(lA(A),A.i[t]=e),A}function NA(A,t,e,i){return d(A,QA),e!==i?SA(A,t,e):t<A.G?A.u[t+A.D]=null:(lA(A),delete A.i[t]),A}function vA(A,t,e,i){return d(A,QA),(e=FA(A,e))&&e!==t&&void 0!==i&&(A.f&&e in A.f&&(A.f[e]=void 0),SA(A,e,void 0)),SA(A,t,i)}function FA(A,t){for(var e,i,o=0;o<t.length;o++){var r=t[o],n=uA(A,r);null!=n&&(e=r,i=n,SA(A,r,void 0))}return e?(SA(A,e,i),e):0}function bA(A,t,e){if(A.f||(A.f={}),!A.f[e]){for(var i=uA(A,e),o=[],r=0;r<i.length;r++)o[r]=new t(i[r]);A.f[e]=o}}function MA(A){if(A.f)for(var t in A.f){var e=A.f[t];if(Array.isArray(e))for(var i=0;i<e.length;i++)e[i]&&e[i].g();else e&&e.g()}}function LA(A,t){A=A||{},t=t||{};var e,i={};for(e in A)i[e]=0;for(e in t)i[e]=0;for(e in i)if(!GA(A[e],t[e]))return!1;return!0}function GA(A,t){if(A==t)return!0;if(!a(A)||!a(t))return!!("number"==typeof A&&isNaN(A)||"number"==typeof t&&isNaN(t))&&String(A)==String(t);if(A.constructor!=t.constructor)return!1;if(cA&&A.constructor===Uint8Array){if(A.length!=t.length)return!1;for(var e=0;e<A.length;e++)if(A[e]!=t[e])return!1;return!0}if(A.constructor===Array){var i=void 0,o=void 0,r=Math.max(A.length,t.length);for(e=0;e<r;e++){var n=A[e],g=t[e];if(n&&n.constructor==Object&&(l(void 0===i),l(e===A.length-1),i=n,n=void 0),g&&g.constructor==Object&&(l(void 0===o),l(e===t.length-1),o=g,g=void 0),!GA(n,g))return!1}return!i&&!o||LA(i=i||{},o=o||{})}if(A.constructor===Object)return LA(A,t);throw Error("Invalid type in JSPB array")}function _A(A){return new A.constructor(kA(A.g()))}function kA(A){if(Array.isArray(A)){for(var t=Array(A.length),e=0;e<A.length;e++){var i=A[e];null!=i&&(t[e]="object"==typeof i?kA(l(i)):i)}return t}if(cA&&A instanceof Uint8Array)return new Uint8Array(A);for(e in t={},A)null!=(i=A[e])&&(t[e]="object"==typeof i?kA(l(i)):i);return t}QA.toObjectList=pA,QA.toObjectExtension=function(A,t,e,i,o){for(var r in e){var n=e[r],g=i.call(A,n);if(null!=g){for(var s in n.Ba)if(n.Ba.hasOwnProperty(s))break;t[s]=n.Na?n.na?pA(g,n.Na,o):n.Na(o,g):g}}},QA.serializeBinaryExtensions=function(A,t,e,i){for(var o in e){var r=e[o],n=r.Za;if(!r.Aa)throw Error("Message extension present that was generated without binary serialization support");var g=i.call(A,n);if(null!=g)if(n.F()){if(!r.Wa)throw Error("Message extension present holding submessage without binary support enabled, and message is being serialized to binary format");r.Aa.call(t,n.ma,g,r.Wa)}else r.Aa.call(t,n.ma,g)}},QA.readBinaryExtension=function(A,t,e,i,o){var r=e[t.c];if(r){if(e=r.Za,!r.za)throw Error("Deserializing extension whose generated code does not support binary format");if(e.F()){var n=new e.la;r.za.call(t,n,r.Ab)}else n=r.za.call(t);e.na&&!r.Nb?(t=i.call(A,e))?t.push(n):o.call(A,e,[n]):o.call(A,e,n)}else t.C()},QA.getField=uA,QA.getRepeatedField=function(A,t){return uA(A,t)},QA.getOptionalFloatingPointField=dA,QA.getBooleanField=yA,QA.getRepeatedFloatingPointField=function(A,t){var e=uA(A,t);if(A.a||(A.a={}),!A.a[t]){for(var i=0;i<e.length;i++)e[i]=+e[i];A.a[t]=!0}return e},QA.getRepeatedBooleanField=function(A,t){var e=uA(A,t);if(A.a||(A.a={}),!A.a[t]){for(var i=0;i<e.length;i++)e[i]=!!e[i];A.a[t]=!0}return e},QA.bytesAsB64=DA,QA.bytesAsU8=fA,QA.bytesListAsB64=function(A){return wA(A),A.length&&"string"!=typeof A[0]?Q(A,DA):A},QA.bytesListAsU8=function(A){return wA(A),!A.length||A[0]instanceof Uint8Array?A:Q(A,fA)},QA.getFieldWithDefault=RA,QA.getBooleanFieldWithDefault=function(A,t,e){return null==(A=yA(A,t))?e:A},QA.getFloatingPointFieldWithDefault=function(A,t,e){return null==(A=dA(A,t))?e:A},QA.getFieldProto3=RA,QA.getMapField=function(A,t,e,i){if(A.f||(A.f={}),t in A.f)return A.f[t];var o=uA(A,t);if(!o){if(e)return;SA(A,t,o=[])}return A.f[t]=new D(o,i)},QA.setField=SA,QA.setProto3IntField=function(A,t,e){return NA(A,t,e,0)},QA.setProto3FloatField=function(A,t,e){return NA(A,t,e,0)},QA.setProto3BooleanField=function(A,t,e){return NA(A,t,e,!1)},QA.setProto3StringField=function(A,t,e){return NA(A,t,e,"")},QA.setProto3BytesField=function(A,t,e){return NA(A,t,e,"")},QA.setProto3EnumField=function(A,t,e){return NA(A,t,e,0)},QA.setProto3StringIntField=function(A,t,e){return NA(A,t,e,"0")},QA.addToRepeatedField=function(A,t,e,i){return d(A,QA),t=uA(A,t),null!=i?t.splice(i,0,e):t.push(e),A},QA.setOneofField=vA,QA.computeOneofCase=FA,QA.getWrapperField=function(A,t,e,i){if(A.f||(A.f={}),!A.f[e]){var o=uA(A,e);(i||o)&&(A.f[e]=new t(o))}return A.f[e]},QA.getRepeatedWrapperField=function(A,t,e){return bA(A,t,e),(t=A.f[e])==hA&&(t=A.f[e]=[]),t},QA.setWrapperField=function(A,t,e){d(A,QA),A.f||(A.f={});var i=e?e.g():e;return A.f[t]=e,SA(A,t,i)},QA.setOneofWrapperField=function(A,t,e,i){d(A,QA),A.f||(A.f={});var o=i?i.g():i;return A.f[t]=i,vA(A,t,e,o)},QA.setRepeatedWrapperField=function(A,t,e){d(A,QA),A.f||(A.f={}),e=e||[];for(var i=[],o=0;o<e.length;o++)i[o]=e[o].g();return A.f[t]=e,SA(A,t,i)},QA.addToRepeatedWrapperField=function(A,t,e,i,o){bA(A,i,t);var r=A.f[t];return r||(r=A.f[t]=[]),e=e||new i,A=uA(A,t),null!=o?(r.splice(o,0,e),A.splice(o,0,e.g())):(r.push(e),A.push(e.g())),e},QA.toMap=function(A,t,e,i){for(var o={},r=0;r<A.length;r++)o[t.call(A[r])]=e?e.call(A[r],i,A[r]):A[r];return o},QA.prototype.g=function(){return MA(this),this.u},QA.prototype.toArray=QA.prototype.g,QA.prototype.toString=function(){return MA(this),this.u.toString()},QA.prototype.getExtension=function(A){if(this.i){this.f||(this.f={});var t=A.ma;if(A.na){if(A.F())return this.f[t]||(this.f[t]=Q(this.i[t]||[],(function(t){return new A.la(t)}))),this.f[t]}else if(A.F())return!this.f[t]&&this.i[t]&&(this.f[t]=new A.la(this.i[t])),this.f[t];return this.i[t]}},QA.prototype.getExtension=QA.prototype.getExtension,QA.prototype.Kc=function(A,t){this.f||(this.f={}),lA(this);var e=A.ma;return A.na?(t=t||[],A.F()?(this.f[e]=t,this.i[e]=Q(t,(function(A){return A.g()}))):this.i[e]=t):A.F()?(this.f[e]=t,this.i[e]=t?t.g():t):this.i[e]=t,this},QA.prototype.setExtension=QA.prototype.Kc,QA.difference=function(A,t){if(!(A instanceof t.constructor))throw Error("Messages have different types.");var e=A.g();t=t.g();var i=[],o=0,r=e.length>t.length?e.length:t.length;for(A.b&&(i[0]=A.b,o=1);o<r;o++)GA(e[o],t[o])||(i[o]=t[o]);return new A.constructor(i)},QA.equals=function(A,t){return A==t||!(!A||!t)&&A instanceof t.constructor&&GA(A.g(),t.g())},QA.compareExtensions=LA,QA.compareFields=GA,QA.prototype.Bb=function(){return _A(this)},QA.prototype.cloneMessage=QA.prototype.Bb,QA.prototype.clone=function(){return _A(this)},QA.prototype.clone=QA.prototype.clone,QA.clone=function(A){return _A(A)},QA.copyInto=function(A,t){d(A,QA),d(t,QA),l(A.constructor==t.constructor,"Copy source and target message should have the same type."),A=_A(A);for(var e=t.g(),i=A.g(),o=e.length=0;o<i.length;o++)e[o]=i[o];t.f=A.f,t.i=A.i},QA.registerMessageType=function(A,t){t.we=A};var TA={dump:function(A){return d(A,QA,"jspb.Message instance expected"),l(A.getExtension,"Only unobfuscated and unoptimized compilation modes supported."),TA.X(A)}};function mA(){this.a=[]}function OA(A,t){this.lo=A,this.hi=t}function UA(A,t){var e=65535&A,i=65535&t,o=t>>>16;for(t=e*i+65536*(e*o&65535)+65536*((A>>>=16)*i&65535),e=A*o+(e*o>>>16)+(A*i>>>16);4294967296<=t;)t-=4294967296,e+=1;return new OA(t>>>0,e>>>0)}function JA(A){for(var t=new OA(0,0),e=new OA(0,0),i=0;i<A.length;i++){if("0">A[i]||"9"<A[i])return null;e.lo=parseInt(A[i],10),t=t.eb(10).add(e)}return t}function YA(A,t){this.lo=A,this.hi=t}function HA(A){var t=0<A.length&&"-"==A[0];return t&&(A=A.substring(1)),null===(A=JA(A))?null:(t&&(A=new OA(0,0).sub(A)),new YA(A.lo,A.hi))}function xA(){this.c=[],this.b=0,this.a=new mA,this.h=[]}function KA(A,t){var e=A.a.end();A.c.push(e),A.c.push(t),A.b+=e.length+t.length}function PA(A,t){return WA(A,t,2),t=A.a.end(),A.c.push(t),A.b+=t.length,t.push(A.b),t}function ZA(A,t){var e=t.pop();for(l(0<=(e=A.b+A.a.length()-e));127<e;)t.push(127&e|128),e>>>=7,A.b++;t.push(e),A.b++}function WA(A,t,e){l(1<=t&&t==Math.floor(t)),A.a.j(8*t+e)}function qA(A,t,e){null!=e&&(WA(A,t,0),A.a.j(e))}function jA(A,t,e){null!=e&&(WA(A,t,0),A.a.M(e))}I("jspb.debug.dump",TA.dump,void 0),TA.X=function(A){var t=E(A);if("number"==t||"string"==t||"boolean"==t||"null"==t||"undefined"==t||"undefined"!=typeof Uint8Array&&A instanceof Uint8Array)return A;if("array"==t)return function(A,t,e){for(var i=[],o=2;o<arguments.length;++o)i[o-2]=arguments[o];Array.isArray(A)||h("Expected array but got %s: %s.",[E(A),A],t,i)}(A),Q(A,TA.X);if(A instanceof D){for(var e={},i=(A=A.entries()).next();!i.done;i=A.next())e[i.value[0]]=TA.X(i.value[1]);return e}d(A,QA,"Only messages expected: "+A);var o={$name:(t=A.constructor).name||t.displayName};for(g in t.prototype){var r=/^get([A-Z]\\\\w*)/.exec(g);if(r&&"getExtension"!=g&&"getJsPbMessageId"!=g){var n="has"+r[1];A[n]&&!A[n]()||(n=A[g](),o[TA.$a(r[1])]=TA.X(n))}}if(A.extensionObject_)return o.$extensions="Recursive dumping of extensions not supported in compiled code. Switch to uncompiled or dump extension object directly",o;for(i in t.extensions)if(/^\\\\d+$/.test(i)){n=t.extensions[i];var g=A.getExtension(n);r=void 0,n=n.Ba;var s=[],I=0;for(r in n)s[I++]=r;r=s[0],null!=g&&(e||(e=o.$extensions={}),e[TA.$a(r)]=TA.X(g))}return o},TA.$a=function(A){return A.replace(/^[A-Z]/,(function(A){return A.toLowerCase()}))},I("jspb.BinaryEncoder",mA,void 0),mA.prototype.length=function(){return this.a.length},mA.prototype.length=mA.prototype.length,mA.prototype.end=function(){var A=this.a;return this.a=[],A},mA.prototype.end=mA.prototype.end,mA.prototype.l=function(A,t){for(l(A==Math.floor(A)),l(t==Math.floor(t)),l(0<=A&&4294967296>A),l(0<=t&&4294967296>t);0<t||127<A;)this.a.push(127&A|128),A=(A>>>7|t<<25)>>>0,t>>>=7;this.a.push(A)},mA.prototype.writeSplitVarint64=mA.prototype.l,mA.prototype.A=function(A,t){l(A==Math.floor(A)),l(t==Math.floor(t)),l(0<=A&&4294967296>A),l(0<=t&&4294967296>t),this.s(A),this.s(t)},mA.prototype.writeSplitFixed64=mA.prototype.A,mA.prototype.j=function(A){for(l(A==Math.floor(A)),l(0<=A&&4294967296>A);127<A;)this.a.push(127&A|128),A>>>=7;this.a.push(A)},mA.prototype.writeUnsignedVarint32=mA.prototype.j,mA.prototype.M=function(A){if(l(A==Math.floor(A)),l(-2147483648<=A&&2147483648>A),0<=A)this.j(A);else{for(var t=0;9>t;t++)this.a.push(127&A|128),A>>=7;this.a.push(1)}},mA.prototype.writeSignedVarint32=mA.prototype.M,mA.prototype.va=function(A){l(A==Math.floor(A)),l(0<=A&&0x10000000000000000>A),O(A),this.l(k,T)},mA.prototype.writeUnsignedVarint64=mA.prototype.va,mA.prototype.ua=function(A){l(A==Math.floor(A)),l(-0x8000000000000000<=A&&0x8000000000000000>A),O(A),this.l(k,T)},mA.prototype.writeSignedVarint64=mA.prototype.ua,mA.prototype.wa=function(A){l(A==Math.floor(A)),l(-2147483648<=A&&2147483648>A),this.j((A<<1^A>>31)>>>0)},mA.prototype.writeZigzagVarint32=mA.prototype.wa,mA.prototype.xa=function(A){l(A==Math.floor(A)),l(-0x8000000000000000<=A&&0x8000000000000000>A),U(A),this.l(k,T)},mA.prototype.writeZigzagVarint64=mA.prototype.xa,mA.prototype.Ta=function(A){this.W(AA(A))},mA.prototype.writeZigzagVarint64String=mA.prototype.Ta,mA.prototype.W=function(A){var t=this;H(A),P(k,T,(function(A,e){t.l(A>>>0,e>>>0)}))},mA.prototype.writeZigzagVarintHash64=mA.prototype.W,mA.prototype.be=function(A){l(A==Math.floor(A)),l(0<=A&&256>A),this.a.push(A>>>0&255)},mA.prototype.writeUint8=mA.prototype.be,mA.prototype.ae=function(A){l(A==Math.floor(A)),l(0<=A&&65536>A),this.a.push(A>>>0&255),this.a.push(A>>>8&255)},mA.prototype.writeUint16=mA.prototype.ae,mA.prototype.s=function(A){l(A==Math.floor(A)),l(0<=A&&4294967296>A),this.a.push(A>>>0&255),this.a.push(A>>>8&255),this.a.push(A>>>16&255),this.a.push(A>>>24&255)},mA.prototype.writeUint32=mA.prototype.s,mA.prototype.V=function(A){l(A==Math.floor(A)),l(0<=A&&0x10000000000000000>A),m(A),this.s(k),this.s(T)},mA.prototype.writeUint64=mA.prototype.V,mA.prototype.Qc=function(A){l(A==Math.floor(A)),l(-128<=A&&128>A),this.a.push(A>>>0&255)},mA.prototype.writeInt8=mA.prototype.Qc,mA.prototype.Pc=function(A){l(A==Math.floor(A)),l(-32768<=A&&32768>A),this.a.push(A>>>0&255),this.a.push(A>>>8&255)},mA.prototype.writeInt16=mA.prototype.Pc,mA.prototype.S=function(A){l(A==Math.floor(A)),l(-2147483648<=A&&2147483648>A),this.a.push(A>>>0&255),this.a.push(A>>>8&255),this.a.push(A>>>16&255),this.a.push(A>>>24&255)},mA.prototype.writeInt32=mA.prototype.S,mA.prototype.T=function(A){l(A==Math.floor(A)),l(-0x8000000000000000<=A&&0x8000000000000000>A),O(A),this.A(k,T)},mA.prototype.writeInt64=mA.prototype.T,mA.prototype.ka=function(A){l(A==Math.floor(A)),l(-0x8000000000000000<=+A&&0x8000000000000000>+A),H(AA(A)),this.A(k,T)},mA.prototype.writeInt64String=mA.prototype.ka,mA.prototype.L=function(A){l(1/0===A||-1/0===A||isNaN(A)||-34028234663852886e22<=A&&34028234663852886e22>=A),J(A),this.s(k)},mA.prototype.writeFloat=mA.prototype.L,mA.prototype.J=function(A){l(1/0===A||-1/0===A||isNaN(A)||-17976931348623157e292<=A&&17976931348623157e292>=A),Y(A),this.s(k),this.s(T)},mA.prototype.writeDouble=mA.prototype.J,mA.prototype.I=function(A){l("boolean"==typeof A||"number"==typeof A),this.a.push(A?1:0)},mA.prototype.writeBool=mA.prototype.I,mA.prototype.R=function(A){l(A==Math.floor(A)),l(-2147483648<=A&&2147483648>A),this.M(A)},mA.prototype.writeEnum=mA.prototype.R,mA.prototype.ja=function(A){this.a.push.apply(this.a,A)},mA.prototype.writeBytes=mA.prototype.ja,mA.prototype.N=function(A){H(A),this.l(k,T)},mA.prototype.writeVarintHash64=mA.prototype.N,mA.prototype.K=function(A){H(A),this.s(k),this.s(T)},mA.prototype.writeFixedHash64=mA.prototype.K,mA.prototype.U=function(A){var t=this.a.length;!function(A,t,e){for(var i=[],o=2;o<arguments.length;++o)i[o-2]=arguments[o];"string"!=typeof A&&h("Expected string but got %s: %s.",[E(A),A],t,i)}(A);for(var e=0;e<A.length;e++){var i=A.charCodeAt(e);if(128>i)this.a.push(i);else if(2048>i)this.a.push(i>>6|192),this.a.push(63&i|128);else if(65536>i)if(55296<=i&&56319>=i&&e+1<A.length){var o=A.charCodeAt(e+1);56320<=o&&57343>=o&&(i=1024*(i-55296)+o-56320+65536,this.a.push(i>>18|240),this.a.push(i>>12&63|128),this.a.push(i>>6&63|128),this.a.push(63&i|128),e++)}else this.a.push(i>>12|224),this.a.push(i>>6&63|128),this.a.push(63&i|128)}return this.a.length-t},mA.prototype.writeString=mA.prototype.U,I("jspb.arith.UInt64",OA,void 0),OA.prototype.cmp=function(A){return this.hi<A.hi||this.hi==A.hi&&this.lo<A.lo?-1:this.hi==A.hi&&this.lo==A.lo?0:1},OA.prototype.cmp=OA.prototype.cmp,OA.prototype.La=function(){return new OA((this.lo>>>1|(1&this.hi)<<31)>>>0,this.hi>>>1>>>0)},OA.prototype.rightShift=OA.prototype.La,OA.prototype.Da=function(){return new OA(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)},OA.prototype.leftShift=OA.prototype.Da,OA.prototype.cb=function(){return!!(2147483648&this.hi)},OA.prototype.msb=OA.prototype.cb,OA.prototype.Ob=function(){return!!(1&this.lo)},OA.prototype.lsb=OA.prototype.Ob,OA.prototype.Ua=function(){return 0==this.lo&&0==this.hi},OA.prototype.zero=OA.prototype.Ua,OA.prototype.add=function(A){return new OA((this.lo+A.lo&4294967295)>>>0>>>0,((this.hi+A.hi&4294967295)>>>0)+(4294967296<=this.lo+A.lo?1:0)>>>0)},OA.prototype.add=OA.prototype.add,OA.prototype.sub=function(A){return new OA((this.lo-A.lo&4294967295)>>>0>>>0,((this.hi-A.hi&4294967295)>>>0)-(0>this.lo-A.lo?1:0)>>>0)},OA.prototype.sub=OA.prototype.sub,OA.mul32x32=UA,OA.prototype.eb=function(A){var t=UA(this.lo,A);return(A=UA(this.hi,A)).hi=A.lo,A.lo=0,t.add(A)},OA.prototype.mul=OA.prototype.eb,OA.prototype.Xa=function(A){if(0==A)return[];var t=new OA(0,0),e=new OA(this.lo,this.hi);A=new OA(A,0);for(var i=new OA(1,0);!A.cb();)A=A.Da(),i=i.Da();for(;!i.Ua();)0>=A.cmp(e)&&(t=t.add(i),e=e.sub(A)),A=A.La(),i=i.La();return[t,e]},OA.prototype.div=OA.prototype.Xa,OA.prototype.toString=function(){for(var A="",t=this;!t.Ua();){var e=(t=t.Xa(10))[0];A=t[1].lo+A,t=e}return""==A&&(A="0"),A},OA.prototype.toString=OA.prototype.toString,OA.fromString=JA,OA.prototype.clone=function(){return new OA(this.lo,this.hi)},OA.prototype.clone=OA.prototype.clone,I("jspb.arith.Int64",YA,void 0),YA.prototype.add=function(A){return new YA((this.lo+A.lo&4294967295)>>>0>>>0,((this.hi+A.hi&4294967295)>>>0)+(4294967296<=this.lo+A.lo?1:0)>>>0)},YA.prototype.add=YA.prototype.add,YA.prototype.sub=function(A){return new YA((this.lo-A.lo&4294967295)>>>0>>>0,((this.hi-A.hi&4294967295)>>>0)-(0>this.lo-A.lo?1:0)>>>0)},YA.prototype.sub=YA.prototype.sub,YA.prototype.clone=function(){return new YA(this.lo,this.hi)},YA.prototype.clone=YA.prototype.clone,YA.prototype.toString=function(){var A=0!=(2147483648&this.hi),t=new OA(this.lo,this.hi);return A&&(t=new OA(0,0).sub(t)),(A?"-":"")+t.toString()},YA.prototype.toString=YA.prototype.toString,YA.fromString=HA,I("jspb.BinaryWriter",xA,void 0),xA.prototype.pb=function(A,t,e){KA(this,A.subarray(t,e))},xA.prototype.writeSerializedMessage=xA.prototype.pb,xA.prototype.Pb=function(A,t,e){null!=A&&null!=t&&null!=e&&this.pb(A,t,e)},xA.prototype.maybeWriteSerializedMessage=xA.prototype.Pb,xA.prototype.reset=function(){this.c=[],this.a.end(),this.b=0,this.h=[]},xA.prototype.reset=xA.prototype.reset,xA.prototype.ab=function(){l(0==this.h.length);for(var A=new Uint8Array(this.b+this.a.length()),t=this.c,e=t.length,i=0,o=0;o<e;o++){var r=t[o];A.set(r,i),i+=r.length}return t=this.a.end(),A.set(t,i),l((i+=t.length)==A.length),this.c=[A],A},xA.prototype.getResultBuffer=xA.prototype.ab,xA.prototype.Kb=function(A){return L(this.ab(),A)},xA.prototype.getResultBase64String=xA.prototype.Kb,xA.prototype.Va=function(A){this.h.push(PA(this,A))},xA.prototype.beginSubMessage=xA.prototype.Va,xA.prototype.Ya=function(){l(0<=this.h.length),ZA(this,this.h.pop())},xA.prototype.endSubMessage=xA.prototype.Ya,xA.prototype.Nc=function(A,t,e){switch(A){case 1:this.J(t,e);break;case 2:this.L(t,e);break;case 3:this.T(t,e);break;case 4:this.V(t,e);break;case 5:this.S(t,e);break;case 6:this.Qa(t,e);break;case 7:this.Pa(t,e);break;case 8:this.I(t,e);break;case 9:this.U(t,e);break;case 10:u("Group field type not supported in writeAny()");break;case 11:u("Message field type not supported in writeAny()");break;case 12:this.ja(t,e);break;case 13:this.s(t,e);break;case 14:this.R(t,e);break;case 15:this.Ra(t,e);break;case 16:this.Sa(t,e);break;case 17:this.rb(t,e);break;case 18:this.sb(t,e);break;case 30:this.K(t,e);break;case 31:this.N(t,e);break;default:u("Invalid field type in writeAny()")}},xA.prototype.writeAny=xA.prototype.Nc,xA.prototype.S=function(A,t){null!=t&&(l(-2147483648<=t&&2147483648>t),jA(this,A,t))},xA.prototype.writeInt32=xA.prototype.S,xA.prototype.ob=function(A,t){null!=t&&(l(-2147483648<=(t=parseInt(t,10))&&2147483648>t),jA(this,A,t))},xA.prototype.writeInt32String=xA.prototype.ob,xA.prototype.T=function(A,t){null!=t&&(l(-0x8000000000000000<=t&&0x8000000000000000>t),null!=t&&(WA(this,A,0),this.a.ua(t)))},xA.prototype.writeInt64=xA.prototype.T,xA.prototype.ka=function(A,t){null!=t&&(t=HA(t),WA(this,A,0),this.a.l(t.lo,t.hi))},xA.prototype.writeInt64String=xA.prototype.ka,xA.prototype.s=function(A,t){null!=t&&(l(0<=t&&4294967296>t),qA(this,A,t))},xA.prototype.writeUint32=xA.prototype.s,xA.prototype.ub=function(A,t){null!=t&&(l(0<=(t=parseInt(t,10))&&4294967296>t),qA(this,A,t))},xA.prototype.writeUint32String=xA.prototype.ub,xA.prototype.V=function(A,t){null!=t&&(l(0<=t&&0x10000000000000000>t),null!=t&&(WA(this,A,0),this.a.va(t)))},xA.prototype.writeUint64=xA.prototype.V,xA.prototype.vb=function(A,t){null!=t&&(t=JA(t),WA(this,A,0),this.a.l(t.lo,t.hi))},xA.prototype.writeUint64String=xA.prototype.vb,xA.prototype.rb=function(A,t){null!=t&&(l(-2147483648<=t&&2147483648>t),null!=t&&(WA(this,A,0),this.a.wa(t)))},xA.prototype.writeSint32=xA.prototype.rb,xA.prototype.sb=function(A,t){null!=t&&(l(-0x8000000000000000<=t&&0x8000000000000000>t),null!=t&&(WA(this,A,0),this.a.xa(t)))},xA.prototype.writeSint64=xA.prototype.sb,xA.prototype.$d=function(A,t){null!=t&&null!=t&&(WA(this,A,0),this.a.W(t))},xA.prototype.writeSintHash64=xA.prototype.$d,xA.prototype.Zd=function(A,t){null!=t&&null!=t&&(WA(this,A,0),this.a.Ta(t))},xA.prototype.writeSint64String=xA.prototype.Zd,xA.prototype.Pa=function(A,t){null!=t&&(l(0<=t&&4294967296>t),WA(this,A,5),this.a.s(t))},xA.prototype.writeFixed32=xA.prototype.Pa,xA.prototype.Qa=function(A,t){null!=t&&(l(0<=t&&0x10000000000000000>t),WA(this,A,1),this.a.V(t))},xA.prototype.writeFixed64=xA.prototype.Qa,xA.prototype.nb=function(A,t){null!=t&&(t=JA(t),WA(this,A,1),this.a.A(t.lo,t.hi))},xA.prototype.writeFixed64String=xA.prototype.nb,xA.prototype.Ra=function(A,t){null!=t&&(l(-2147483648<=t&&2147483648>t),WA(this,A,5),this.a.S(t))},xA.prototype.writeSfixed32=xA.prototype.Ra,xA.prototype.Sa=function(A,t){null!=t&&(l(-0x8000000000000000<=t&&0x8000000000000000>t),WA(this,A,1),this.a.T(t))},xA.prototype.writeSfixed64=xA.prototype.Sa,xA.prototype.qb=function(A,t){null!=t&&(t=HA(t),WA(this,A,1),this.a.A(t.lo,t.hi))},xA.prototype.writeSfixed64String=xA.prototype.qb,xA.prototype.L=function(A,t){null!=t&&(WA(this,A,5),this.a.L(t))},xA.prototype.writeFloat=xA.prototype.L,xA.prototype.J=function(A,t){null!=t&&(WA(this,A,1),this.a.J(t))},xA.prototype.writeDouble=xA.prototype.J,xA.prototype.I=function(A,t){null!=t&&(l("boolean"==typeof t||"number"==typeof t),WA(this,A,0),this.a.I(t))},xA.prototype.writeBool=xA.prototype.I,xA.prototype.R=function(A,t){null!=t&&(l(-2147483648<=t&&2147483648>t),WA(this,A,0),this.a.M(t))},xA.prototype.writeEnum=xA.prototype.R,xA.prototype.U=function(A,t){null!=t&&(A=PA(this,A),this.a.U(t),ZA(this,A))},xA.prototype.writeString=xA.prototype.U,xA.prototype.ja=function(A,t){null!=t&&(t=oA(t),WA(this,A,2),this.a.j(t.length),KA(this,t))},xA.prototype.writeBytes=xA.prototype.ja,xA.prototype.Rc=function(A,t,e){null!=t&&(A=PA(this,A),e(t,this),ZA(this,A))},xA.prototype.writeMessage=xA.prototype.Rc,xA.prototype.Sc=function(A,t,e){null!=t&&(WA(this,1,3),WA(this,2,0),this.a.M(A),A=PA(this,3),e(t,this),ZA(this,A),WA(this,1,4))},xA.prototype.writeMessageSet=xA.prototype.Sc,xA.prototype.Oc=function(A,t,e){null!=t&&(WA(this,A,3),e(t,this),WA(this,A,4))},xA.prototype.writeGroup=xA.prototype.Oc,xA.prototype.K=function(A,t){null!=t&&(l(8==t.length),WA(this,A,1),this.a.K(t))},xA.prototype.writeFixedHash64=xA.prototype.K,xA.prototype.N=function(A,t){null!=t&&(l(8==t.length),WA(this,A,0),this.a.N(t))},xA.prototype.writeVarintHash64=xA.prototype.N,xA.prototype.A=function(A,t,e){WA(this,A,1),this.a.A(t,e)},xA.prototype.writeSplitFixed64=xA.prototype.A,xA.prototype.l=function(A,t,e){WA(this,A,0),this.a.l(t,e)},xA.prototype.writeSplitVarint64=xA.prototype.l,xA.prototype.tb=function(A,t,e){WA(this,A,0);var i=this.a;P(t,e,(function(A,t){i.l(A>>>0,t>>>0)}))},xA.prototype.writeSplitZigzagVarint64=xA.prototype.tb,xA.prototype.Ed=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)jA(this,A,t[e])},xA.prototype.writeRepeatedInt32=xA.prototype.Ed,xA.prototype.Fd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.ob(A,t[e])},xA.prototype.writeRepeatedInt32String=xA.prototype.Fd,xA.prototype.Gd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++){var i=t[e];null!=i&&(WA(this,A,0),this.a.ua(i))}},xA.prototype.writeRepeatedInt64=xA.prototype.Gd,xA.prototype.Qd=function(A,t,e,i){if(null!=t)for(var o=0;o<t.length;o++)this.A(A,e(t[o]),i(t[o]))},xA.prototype.writeRepeatedSplitFixed64=xA.prototype.Qd,xA.prototype.Rd=function(A,t,e,i){if(null!=t)for(var o=0;o<t.length;o++)this.l(A,e(t[o]),i(t[o]))},xA.prototype.writeRepeatedSplitVarint64=xA.prototype.Rd,xA.prototype.Sd=function(A,t,e,i){if(null!=t)for(var o=0;o<t.length;o++)this.tb(A,e(t[o]),i(t[o]))},xA.prototype.writeRepeatedSplitZigzagVarint64=xA.prototype.Sd,xA.prototype.Hd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.ka(A,t[e])},xA.prototype.writeRepeatedInt64String=xA.prototype.Hd,xA.prototype.Ud=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)qA(this,A,t[e])},xA.prototype.writeRepeatedUint32=xA.prototype.Ud,xA.prototype.Vd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.ub(A,t[e])},xA.prototype.writeRepeatedUint32String=xA.prototype.Vd,xA.prototype.Wd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++){var i=t[e];null!=i&&(WA(this,A,0),this.a.va(i))}},xA.prototype.writeRepeatedUint64=xA.prototype.Wd,xA.prototype.Xd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.vb(A,t[e])},xA.prototype.writeRepeatedUint64String=xA.prototype.Xd,xA.prototype.Md=function(A,t){if(null!=t)for(var e=0;e<t.length;e++){var i=t[e];null!=i&&(WA(this,A,0),this.a.wa(i))}},xA.prototype.writeRepeatedSint32=xA.prototype.Md,xA.prototype.Nd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++){var i=t[e];null!=i&&(WA(this,A,0),this.a.xa(i))}},xA.prototype.writeRepeatedSint64=xA.prototype.Nd,xA.prototype.Od=function(A,t){if(null!=t)for(var e=0;e<t.length;e++){var i=t[e];null!=i&&(WA(this,A,0),this.a.Ta(i))}},xA.prototype.writeRepeatedSint64String=xA.prototype.Od,xA.prototype.Pd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++){var i=t[e];null!=i&&(WA(this,A,0),this.a.W(i))}},xA.prototype.writeRepeatedSintHash64=xA.prototype.Pd,xA.prototype.yd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.Pa(A,t[e])},xA.prototype.writeRepeatedFixed32=xA.prototype.yd,xA.prototype.zd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.Qa(A,t[e])},xA.prototype.writeRepeatedFixed64=xA.prototype.zd,xA.prototype.Ad=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.nb(A,t[e])},xA.prototype.writeRepeatedFixed64String=xA.prototype.Ad,xA.prototype.Jd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.Ra(A,t[e])},xA.prototype.writeRepeatedSfixed32=xA.prototype.Jd,xA.prototype.Kd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.Sa(A,t[e])},xA.prototype.writeRepeatedSfixed64=xA.prototype.Kd,xA.prototype.Ld=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.qb(A,t[e])},xA.prototype.writeRepeatedSfixed64String=xA.prototype.Ld,xA.prototype.Cd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.L(A,t[e])},xA.prototype.writeRepeatedFloat=xA.prototype.Cd,xA.prototype.wd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.J(A,t[e])},xA.prototype.writeRepeatedDouble=xA.prototype.wd,xA.prototype.ud=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.I(A,t[e])},xA.prototype.writeRepeatedBool=xA.prototype.ud,xA.prototype.xd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.R(A,t[e])},xA.prototype.writeRepeatedEnum=xA.prototype.xd,xA.prototype.Td=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.U(A,t[e])},xA.prototype.writeRepeatedString=xA.prototype.Td,xA.prototype.vd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.ja(A,t[e])},xA.prototype.writeRepeatedBytes=xA.prototype.vd,xA.prototype.Id=function(A,t,e){if(null!=t)for(var i=0;i<t.length;i++){var o=PA(this,A);e(t[i],this),ZA(this,o)}},xA.prototype.writeRepeatedMessage=xA.prototype.Id,xA.prototype.Dd=function(A,t,e){if(null!=t)for(var i=0;i<t.length;i++)WA(this,A,3),e(t[i],this),WA(this,A,4)},xA.prototype.writeRepeatedGroup=xA.prototype.Dd,xA.prototype.Bd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.K(A,t[e])},xA.prototype.writeRepeatedFixedHash64=xA.prototype.Bd,xA.prototype.Yd=function(A,t){if(null!=t)for(var e=0;e<t.length;e++)this.N(A,t[e])},xA.prototype.writeRepeatedVarintHash64=xA.prototype.Yd,xA.prototype.ad=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.M(t[e]);ZA(this,A)}},xA.prototype.writePackedInt32=xA.prototype.ad,xA.prototype.bd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.M(parseInt(t[e],10));ZA(this,A)}},xA.prototype.writePackedInt32String=xA.prototype.bd,xA.prototype.cd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.ua(t[e]);ZA(this,A)}},xA.prototype.writePackedInt64=xA.prototype.cd,xA.prototype.md=function(A,t,e,i){if(null!=t){A=PA(this,A);for(var o=0;o<t.length;o++)this.a.A(e(t[o]),i(t[o]));ZA(this,A)}},xA.prototype.writePackedSplitFixed64=xA.prototype.md,xA.prototype.nd=function(A,t,e,i){if(null!=t){A=PA(this,A);for(var o=0;o<t.length;o++)this.a.l(e(t[o]),i(t[o]));ZA(this,A)}},xA.prototype.writePackedSplitVarint64=xA.prototype.nd,xA.prototype.od=function(A,t,e,i){if(null!=t){A=PA(this,A);for(var o=this.a,r=0;r<t.length;r++)P(e(t[r]),i(t[r]),(function(A,t){o.l(A>>>0,t>>>0)}));ZA(this,A)}},xA.prototype.writePackedSplitZigzagVarint64=xA.prototype.od,xA.prototype.dd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++){var i=HA(t[e]);this.a.l(i.lo,i.hi)}ZA(this,A)}},xA.prototype.writePackedInt64String=xA.prototype.dd,xA.prototype.pd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.j(t[e]);ZA(this,A)}},xA.prototype.writePackedUint32=xA.prototype.pd,xA.prototype.qd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.j(parseInt(t[e],10));ZA(this,A)}},xA.prototype.writePackedUint32String=xA.prototype.qd,xA.prototype.rd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.va(t[e]);ZA(this,A)}},xA.prototype.writePackedUint64=xA.prototype.rd,xA.prototype.sd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++){var i=JA(t[e]);this.a.l(i.lo,i.hi)}ZA(this,A)}},xA.prototype.writePackedUint64String=xA.prototype.sd,xA.prototype.hd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.wa(t[e]);ZA(this,A)}},xA.prototype.writePackedSint32=xA.prototype.hd,xA.prototype.jd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.xa(t[e]);ZA(this,A)}},xA.prototype.writePackedSint64=xA.prototype.jd,xA.prototype.kd=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.W(AA(t[e]));ZA(this,A)}},xA.prototype.writePackedSint64String=xA.prototype.kd,xA.prototype.ld=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.W(t[e]);ZA(this,A)}},xA.prototype.writePackedSintHash64=xA.prototype.ld,xA.prototype.Wc=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(4*t.length),A=0;A<t.length;A++)this.a.s(t[A])},xA.prototype.writePackedFixed32=xA.prototype.Wc,xA.prototype.Xc=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(8*t.length),A=0;A<t.length;A++)this.a.V(t[A])},xA.prototype.writePackedFixed64=xA.prototype.Xc,xA.prototype.Yc=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(8*t.length),A=0;A<t.length;A++){var e=JA(t[A]);this.a.A(e.lo,e.hi)}},xA.prototype.writePackedFixed64String=xA.prototype.Yc,xA.prototype.ed=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(4*t.length),A=0;A<t.length;A++)this.a.S(t[A])},xA.prototype.writePackedSfixed32=xA.prototype.ed,xA.prototype.fd=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(8*t.length),A=0;A<t.length;A++)this.a.T(t[A])},xA.prototype.writePackedSfixed64=xA.prototype.fd,xA.prototype.gd=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(8*t.length),A=0;A<t.length;A++)this.a.ka(t[A])},xA.prototype.writePackedSfixed64String=xA.prototype.gd,xA.prototype.$c=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(4*t.length),A=0;A<t.length;A++)this.a.L(t[A])},xA.prototype.writePackedFloat=xA.prototype.$c,xA.prototype.Uc=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(8*t.length),A=0;A<t.length;A++)this.a.J(t[A])},xA.prototype.writePackedDouble=xA.prototype.Uc,xA.prototype.Tc=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(t.length),A=0;A<t.length;A++)this.a.I(t[A])},xA.prototype.writePackedBool=xA.prototype.Tc,xA.prototype.Vc=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.R(t[e]);ZA(this,A)}},xA.prototype.writePackedEnum=xA.prototype.Vc,xA.prototype.Zc=function(A,t){if(null!=t&&t.length)for(WA(this,A,2),this.a.j(8*t.length),A=0;A<t.length;A++)this.a.K(t[A])},xA.prototype.writePackedFixedHash64=xA.prototype.Zc,xA.prototype.td=function(A,t){if(null!=t&&t.length){A=PA(this,A);for(var e=0;e<t.length;e++)this.a.N(t[e]);ZA(this,A)}},xA.prototype.writePackedVarintHash64=xA.prototype.td,A.debug=TA,A.Map=D,A.Message=QA,A.BinaryReader=sA,A.BinaryWriter=xA,A.ExtensionFieldInfo=BA,A.ExtensionFieldBinaryInfo=CA,A.exportSymbol=function(A,t,e){I(A,t,e)},A.inherits=function(A,t){function e(){}e.prototype=t.prototype,A.prototype=new e,A.prototype.constructor=A},A.object={extend:function(A,t){for(var e,i,o=1;o<arguments.length;o++){for(e in i=arguments[o])A[e]=i[e];for(var r=0;r<B.length;r++)e=B[r],Object.prototype.hasOwnProperty.call(i,e)&&(A[e]=i[e])}}},A.typeOf=E}(TA),MA=kA,(GA=LA=TA).exportSymbol("ChsMessage",null,_A={}),GA.exportSymbol("ChsMessage.DataCase",null,_A),GA.exportSymbol("ChsMessageType",null,_A),_A.ChsMessage=function(A){LA.Message.initialize(this,A,0,-1,null,_A.ChsMessage.oneofGroups_)},GA.inherits(_A.ChsMessage,LA.Message),GA.DEBUG&&!COMPILED&&(_A.ChsMessage.displayName="proto.ChsMessage"),_A.ChsMessage.oneofGroups_=[[3,4]],_A.ChsMessage.DataCase={DATA_NOT_SET:0,PBMSG:3,JSONMSG:4},_A.ChsMessage.prototype.getDataCase=function(){return LA.Message.computeOneofCase(this,_A.ChsMessage.oneofGroups_[0])},LA.Message.GENERATE_TO_OBJECT&&(_A.ChsMessage.prototype.toObject=function(A){return _A.ChsMessage.toObject(A,this)},_A.ChsMessage.toObject=function(A,t){var e={timestamp:LA.Message.getFieldWithDefault(t,1,0),type:LA.Message.getFieldWithDefault(t,2,0),pbmsg:t.getPbmsg_asB64(),jsonmsg:LA.Message.getFieldWithDefault(t,4,""),id:LA.Message.getFieldWithDefault(t,5,""),imagesize:LA.Message.getFieldWithDefault(t,6,"")};return A&&(e.$jspbMessageInstance=t),e}),_A.ChsMessage.deserializeBinary=function(A){var t=new LA.BinaryReader(A),e=new _A.ChsMessage;return _A.ChsMessage.deserializeBinaryFromReader(e,t)},_A.ChsMessage.deserializeBinaryFromReader=function(A,t){for(;t.nextField()&&!t.isEndGroup();)switch(t.getFieldNumber()){case 1:var e=t.readInt32();A.setTimestamp(e);break;case 2:e=t.readEnum(),A.setType(e);break;case 3:e=t.readBytes(),A.setPbmsg(e);break;case 4:e=t.readString(),A.setJsonmsg(e);break;case 5:e=t.readString(),A.setId(e);break;case 6:e=t.readString(),A.setImagesize(e);break;default:t.skipField()}return A},_A.ChsMessage.prototype.serializeBinary=function(){var A=new LA.BinaryWriter;return _A.ChsMessage.serializeBinaryToWriter(this,A),A.getResultBuffer()},_A.ChsMessage.serializeBinaryToWriter=function(A,t){var e=void 0;0!==(e=A.getTimestamp())&&t.writeInt32(1,e),0!==(e=A.getType())&&t.writeEnum(2,e),null!=(e=LA.Message.getField(A,3))&&t.writeBytes(3,e),null!=(e=LA.Message.getField(A,4))&&t.writeString(4,e),(e=A.getId()).length>0&&t.writeString(5,e),(e=A.getImagesize()).length>0&&t.writeString(6,e)},_A.ChsMessage.prototype.getTimestamp=function(){return LA.Message.getFieldWithDefault(this,1,0)},_A.ChsMessage.prototype.setTimestamp=function(A){return LA.Message.setProto3IntField(this,1,A)},_A.ChsMessage.prototype.getType=function(){return LA.Message.getFieldWithDefault(this,2,0)},_A.ChsMessage.prototype.setType=function(A){return LA.Message.setProto3EnumField(this,2,A)},_A.ChsMessage.prototype.getPbmsg=function(){return LA.Message.getFieldWithDefault(this,3,"")},_A.ChsMessage.prototype.getPbmsg_asB64=function(){return LA.Message.bytesAsB64(this.getPbmsg())},_A.ChsMessage.prototype.getPbmsg_asU8=function(){return LA.Message.bytesAsU8(this.getPbmsg())},_A.ChsMessage.prototype.setPbmsg=function(A){return LA.Message.setOneofField(this,3,_A.ChsMessage.oneofGroups_[0],A)},_A.ChsMessage.prototype.clearPbmsg=function(){return LA.Message.setOneofField(this,3,_A.ChsMessage.oneofGroups_[0],void 0)},_A.ChsMessage.prototype.hasPbmsg=function(){return null!=LA.Message.getField(this,3)},_A.ChsMessage.prototype.getJsonmsg=function(){return LA.Message.getFieldWithDefault(this,4,"")},_A.ChsMessage.prototype.setJsonmsg=function(A){return LA.Message.setOneofField(this,4,_A.ChsMessage.oneofGroups_[0],A)},_A.ChsMessage.prototype.clearJsonmsg=function(){return LA.Message.setOneofField(this,4,_A.ChsMessage.oneofGroups_[0],void 0)},_A.ChsMessage.prototype.hasJsonmsg=function(){return null!=LA.Message.getField(this,4)},_A.ChsMessage.prototype.getId=function(){return LA.Message.getFieldWithDefault(this,5,"")},_A.ChsMessage.prototype.setId=function(A){return LA.Message.setProto3StringField(this,5,A)},_A.ChsMessage.prototype.getImagesize=function(){return LA.Message.getFieldWithDefault(this,6,"")},_A.ChsMessage.prototype.setImagesize=function(A){return LA.Message.setProto3StringField(this,6,A)},_A.ChsMessageType={IMAGE:0},GA.object.extend(MA,_A);const mA=A=>{const{id:t,type:e,binary:i,imgSize:o}=A,r=new kA.ChsMessage;r.setId(t),r.setType(e),r.setPbmsg(i),r.setImagesize(o);return r.serializeBinary()};class OA{constructor(){this.binarySet=new Set,this.binarys=new Map}init(A){this.tracelog=A}add(A,t){this.isDuplicated(A)||(t?this.binarys.set(A,t):this.binarySet.add(A))}clear(){this.binarys.clear(),this.binarySet.clear()}isDuplicated(A){return this.binarys.has(A)||this.binarySet.has(A)}getBinary(A){var t;const e=this.binarys.get(A);return e||null===(t=this.tracelog)||void 0===t||t.error(`binary not in cache map, something was wrong: id=${A}`),e}getBinaryIds(){return this.binarySet.size?[...this.binarySet]:[...this.binarys.keys()]}}var UA=new class{constructor(){this.followersBinaryCacheList=new Map,this.fullsnapshotBinaryInfoCacheList=new Map}getBinaryToFollower(A,t){const e=[];return this.fullsnapshotBinaryInfoCacheList.forEach(((i,o)=>{if(!t.includes(o)){const r=Object.assign(Object.assign({},i),{target:JSON.stringify([A])}),n=mA(r);e.push(n),t.push(o)}})),e}onReceiveGetBinaryFromFollower(A,t){var e,i,o,r;if((null===(i=null===(e=A.body)||void 0===e?void 0:e.data)||void 0===i?void 0:i.eventType)!==sA.GET_BINARY)return;const{connId:n,binaryCacheList:g}=(null===(r=null===(o=A.body)||void 0===o?void 0:o.data)||void 0===r?void 0:r.data)||{};if(!n)return;this.followersBinaryCacheList.set(n,g);this.getBinaryToFollower(n,g).forEach((A=>{t(A)}))}onReceiveLeaveFromFollowerOrEndRoom(A){var t,e,i,o;const r=null===(e=null===(t=A.body)||void 0===t?void 0:t.data)||void 0===e?void 0:e.eventType;if(r===sA.USER_ROSTER){const t=((null===(o=null===(i=A.body)||void 0===i?void 0:i.data)||void 0===o?void 0:o.data)||{}).remove||[];if(!t.length)return;const e=t.find((A=>A.participantType===DA.FOLLOWER));if(!e||e.code!==EA.LEAVE_ROOM)return;this.followersBinaryCacheList.delete(e.connId)}r==sA.END_ROOM&&this.clearFollowersBinaryCacheList()}collectFullsnapshotBinaryInfo(A,t){const e=[];return this.followersBinaryCacheList.forEach(((t,i)=>{t&&!t.includes(A)&&(e.push(i),this.addFollowerBinaryCacheList(i,A))})),this.setFullsnapshotBinaryInfoCacheList(A,t),e}setFullsnapshotBinaryInfoCacheList(A,t){this.fullsnapshotBinaryInfoCacheList.set(A,t)}clearFullsnapshotBinaryInfoCacheList(){this.fullsnapshotBinaryInfoCacheList.clear()}addFollowerBinaryCacheList(A,t){var e;null===(e=this.followersBinaryCacheList.get(A))||void 0===e||e.push(t)}clearFollowersBinaryCacheList(){this.followersBinaryCacheList.clear()}clear(){this.clearFollowersBinaryCacheList(),this.clearFullsnapshotBinaryInfoCacheList()}};class JA{constructor(A={}){var t,e,i,o;this.pool=[],this.pendingRequests=[],this.maxPoolSize=null!==(t=A.maxPoolSize)&&void 0!==t?t:10,this.usageTimeout=null!==(e=A.usageTimeout)&&void 0!==e?e:5e3,this.checkInterval=null!==(i=A.checkInterval)&&void 0!==i?i:3e3,this.tracelog=null!==(o=A.tracelog)&&void 0!==o?o:console,this.startTimeoutChecker()}startTimeoutChecker(){this.timeoutCheckInterval=setInterval((()=>{this.checkAndReleaseTimeoutInstances()}),this.checkInterval)}checkAndReleaseTimeoutInstances(){const A=Date.now();this.pool.forEach((t=>{t.inUse&&t.acquiredAt&&A-t.acquiredAt>this.usageTimeout&&(this.tracelog.warn(`[OffscreenCanvasPool] Canvas instance timeout (${A-t.acquiredAt}ms), force releasing`),this.release(t.instance))}))}acquire(){return A(this,void 0,void 0,(function*(){const A=this.pool.find((A=>!A.inUse));if(A)return A.inUse=!0,A.acquiredAt=Date.now(),A.instance;if(this.pool.length<this.maxPoolSize){const A=new OffscreenCanvas(1,1),t={instance:A,inUse:!0,acquiredAt:Date.now()};return this.pool.push(t),A}return new Promise((A=>{this.pendingRequests.push(A)}))}))}release(A){try{const t=A.getContext("2d");t&&(A.width=1,A.height=1,t.clearRect(0,0,1,1))}catch(A){this.tracelog.error(`[OffscreenCanvasPool] Failed to clear canvas: ${A}`)}const t=this.pool.find((t=>t.instance===A));if(t&&(t.inUse=!1,t.acquiredAt=void 0,this.pendingRequests.length>0)){const e=this.pendingRequests.shift();e&&(t.inUse=!0,t.acquiredAt=Date.now(),e(A))}}getStats(){const A=this.pool.filter((A=>A.inUse)).length;return{totalInstances:this.pool.length,inUseInstances:A,availableInstances:this.pool.length-A,pendingRequests:this.pendingRequests.length}}destroy(){this.timeoutCheckInterval&&(clearInterval(this.timeoutCheckInterval),this.timeoutCheckInterval=void 0),this.pool=[],this.pendingRequests=[]}}const YA=Object.prototype.toString,HA=new OA,xA=new OA;class KA{constructor(t){this.binaryCache=new Map,this.multiBinaryMaps=new Map,this.binaryAttrName=[g,"data-zcb-image-svg-binary",s,"data-zcb-style-bg-svg-binary",I,E],this.restoreImageInMainThread=(A,t)=>new Promise((e=>{const i=this.getDataUrl(A),o=new Image;o.src=i,o.onload=()=>{const A=document.createElement("canvas");A.width=t.naturalWidth,A.height=t.naturalHeight;A.getContext("2d").drawImage(o,0,0,o.width,o.height,0,0,t.naturalWidth,t.naturalHeight),A.toBlob((A=>{A&&A.arrayBuffer().then((A=>{e(new Uint8Array(A))}))}))}})),this.restoreImageInWorker=(t,e)=>A(this,void 0,void 0,(function*(){const A=new Blob([t]),i=yield createImageBitmap(A),o=yield this.offscreenCanvasPool.acquire();try{o.width=e.naturalWidth,o.height=e.naturalHeight;o.getContext("2d").drawImage(i,0,0,i.width,i.height,0,0,e.naturalWidth,e.naturalHeight);const A=yield o.convertToBlob(),t=yield A.arrayBuffer();return new Uint8Array(t)}finally{this.offscreenCanvasPool.release(o)}})),this.restoreImageSizeOnCanvas=(A,t)=>"undefined"==typeof document?this.restoreImageInWorker(A,t):this.restoreImageInMainThread(A,t),HA.init(t),xA.init(t),this.sendBinaryController=HA,this.recvBinaryController=xA,this.offscreenCanvasPool=new JA({maxPoolSize:10,usageTimeout:5e3,checkInterval:3e3,tracelog:t})}destroy(){this.binaryCache.clear(),this.multiBinaryMaps.clear(),this.sendBinaryController.clear(),UA.clear(),this.offscreenCanvasPool.destroy()}processBinary(A,t){for(const e in A){if(this.binaryAttrName.includes(e)){let i="",o="",r=null;if(e===I||e===E?(i=String(A.id),r=A.size):i=String(A[a]),e===g&&(r=A[B]),e===s&&(r=A[C]),r&&(o=`${r.naturalWidth}_${r.naturalHeight}`),!this.sendBinaryController.isDuplicated(i)){const r=new Uint8Array(A[e]),n={id:i,type:kA.ChsMessageType.IMAGE,imgSize:o,binary:r};if("fullsnapshot"===A[Q]){if(UA.collectFullsnapshotBinaryInfo(i,n).length){const A=mA(n);t.binarys.push(A)}}else{const A=mA(n);t.binarys.push(A),this.sendBinaryController.add(i)}}e===g&&delete A[B],e===s&&delete A[C],delete A[a],delete A[Q],A[e]=i}"[object Object]"!==YA.call(A[e])&&"[object Array]"!==YA.call(A[e])||this.processBinary(A[e],t)}}isCBSMetaMessage(A){var e,i;return A&&A.eventType===sA.INTERACTION&&(null===(i=null===(e=A.data)||void 0===e?void 0:e.event)||void 0===i?void 0:i.type)===t.Meta}isLeaveOrEndMessage(A){const t=null==A?void 0:A.eventType;return t===sA.LEAVE_ROOM||t===sA.END_ROOM||t===sA.DISCONNECTED}checkSendBinary(A){this.isCBSMetaMessage(A)&&this.sendBinaryController.clear()}getDataUrl(A){const t=new Blob([A]);return URL.createObjectURL(t)}encodeBinary(A){const t=[];return this.checkSendBinary(A),this.processBinary(A,{binarys:t}),t}buildBinaryToJson(A){const{attrName:t,attrObj:e,binary:i}=A;this.binaryAttrName.includes(t)&&(e[t]=i)}clearMessageFromBinaryCache(A){const{id:t,message:e}=A,i=this.binaryCache.get(t);i&&(i.some(((A,t)=>A===e&&(i.splice(t,1),!0))),i.length||this.binaryCache.delete(t))}rebuildMultiBinary(A){(this.multiBinaryMaps.get(A)||[]).forEach((({id:t,attrObj:e})=>{const i=this.recvBinaryController.getBinary(t);this.binaryAttrName.some((A=>!!e[A]&&(this.buildBinaryToJson({attrObj:e,attrName:A,binary:i}),!0))),this.clearMessageFromBinaryCache({id:t,message:A})})),this.multiBinaryMaps.delete(A)}isMessageReady(A){return(this.multiBinaryMaps.get(A)||[]).every((({id:A})=>this.recvBinaryController.isDuplicated(A)))}rebuildBinary(A){const{id:t}=A;let e=this.binaryCache.get(t);return e=[...e||[]],(null==e?void 0:e.filter((A=>!!this.isMessageReady(A)&&(this.rebuildMultiBinary(A),!0))))||[]}decodeBinary(t){return A(this,void 0,void 0,(function*(){const A=kA.ChsMessage.deserializeBinary(t),e=A.getId();if(A.getType()===kA.ChsMessageType.IMAGE){const t=A.getPbmsg(),i=A.getImagesize();let o=null;if(i){const A=i.split("_");o={naturalWidth:+A[0],naturalHeight:+A[1]};const r=yield this.restoreImageSizeOnCanvas(t,o);return this.recvBinaryController.add(e,r),this.rebuildBinary({id:e})}return this.recvBinaryController.add(e,t),this.rebuildBinary({id:e})}return[]}))}checkRecvBinary(A){this.isLeaveOrEndMessage(A.body.data)&&this.recvBinaryController.clear()}decodeJson(A){this.checkRecvBinary(A),this.processJson({message:A,attrObj:A})}watchMultiBinarys(A){const{id:t,message:e,attrObj:i}=A;let o=this.multiBinaryMaps.get(e);o||(o=[],this.multiBinaryMaps.set(e,o)),o.push({id:t,attrObj:i});let r=this.binaryCache.get(t);r||(r=[],this.binaryCache.set(t,r)),r.includes(e)||r.push(e)}processJson(A){const{message:t,attrObj:e}=A;for(const A in e)if("[object Object]"!==YA.call(e[A])&&"[object Array]"!==YA.call(e[A])||this.processJson({message:t,attrObj:e[A]}),this.binaryAttrName.includes(A)&&e[A]){const i=String(e[A]);if(this.recvBinaryController.isDuplicated(i)){const t=this.recvBinaryController.getBinary(i);this.buildBinaryToJson({attrObj:e,attrName:A,binary:t})}else this.watchMultiBinarys({id:i,message:t,attrObj:e})}}getRecvBinaryIds(){return this.recvBinaryController.getBinaryIds()}}class PA{constructor(A,t){this.tracelog=A,this.callback=t,this.lastSeq=null,this.storedObjects=[],this.metaTime=0}handleSeqOrderMsg(A,t){t=t||this.callback,(null==A?void 0:A.length)&&(A.forEach((A=>{null==t||t(A)})),this.lastSeq=this.getMessageSeq(A[A.length-1]))}getMessageSeq(A){var t,e;const{newSeq:i}=(null===(e=null===(t=A.body)||void 0===t?void 0:t.data)||void 0===e?void 0:e.data)||{};return i}handleBufferListLength(A){const t=A.length,e=`buffer array too long, length:${t}`;if(t>499){const i=Math.floor(t/2);this.storedObjects=A.slice(i),500===t&&this.tracelog.error(e)}else 100===t?this.tracelog.error(e):50===t&&this.tracelog.log(e)}rebuildMsgBySeq(A,t){if(this.isMetaMsg(A))return void this.handleSeqOrderMsg([A],t);this.storedObjects.push(A),this.handleBufferListLength(this.storedObjects),this.storedObjects.sort(((A,t)=>this.getMessageSeq(A)-this.getMessageSeq(t)));const e=this.getMessageSeq(this.storedObjects[0]);if(!this.lastSeq)return;if(e!==this.lastSeq+1)return void this.tracelog.error(`message out of order,start newSeq:${this.lastSeq}`);let i=this.lastSeq,o=[];this.storedObjects.some(((A,t)=>{const e=this.getMessageSeq(A);return e!==i+1?(o=this.storedObjects.splice(0,t),!0):(i=e,!1)}))||(o=this.storedObjects,this.storedObjects=[]),o.length>0&&this.handleSeqOrderMsg(o,t)}isMetaMsg(A){return A.body.data.data.event.type===t.Meta}checkSeq(A,t){if(t=t||this.callback,"string"!=typeof A)return void(null==t||t(A));let e;try{e=JSON.parse(A)}catch(A){return void this.tracelog.error("Failed to parse message")}const{body:i}=e,{data:o}=i||{};if((null==o?void 0:o.eventType)!==sA.INTERACTION)return void(null==t||t(e));if(!o.data.newSeq)return this.metaTime&&this.tracelog.error("eventType=INTERACTION but newSeq undefined"),void(null==t||t(e));const r=e,n=this.getMessageSeq(r);if(this.isMetaMsg(r))this.handleMetaMsg(r);else if(this.metaTime&&n<this.metaTime)return void this.tracelog.debug("some message comes later than meta message");this.rebuildMsgBySeq(r,t)}handleMetaMsg(A){this.metaTime=this.getMessageSeq(A),this.lastSeq=null,this.storedObjects=this.storedObjects.filter((t=>this.getMessageSeq(t)>this.getMessageSeq(A)))}destroy(){this.lastSeq=null,this.storedObjects=[]}}class ZA{constructor(){this.metaTime=0}beforeSend(A){var e,i;const{body:o}=A||{},{data:r}=o||{};(null==r?void 0:r.data)&&(null==r?void 0:r.eventType)===sA.INTERACTION&&((null===(i=null===(e=null==r?void 0:r.data)||void 0===e?void 0:e.event)||void 0===i?void 0:i.type)===t.Meta&&(this.metaTime=Date.now()),this.metaTime&&(r.data.newSeq=this.metaTime++))}}var WA;let qA;!function(A){A.FFLATE="fflate",A.FLATE2_WASM="flate2-wasm"}(WA||(WA={}));let jA=null;function VA(){return null!==jA&&0!==jA.byteLength||(jA=new Uint8Array(qA.memory.buffer)),jA}let zA=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});zA.decode();const XA=2146435072;let $A=0;function At(A,t){return function(A,t){return $A+=t,$A>=XA&&(zA=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),zA.decode(),$A=t),zA.decode(VA().subarray(A,A+t))}(A>>>=0,t)}let tt=0;const et=new TextEncoder;function it(A,t,e){if(void 0===e){const e=et.encode(A),i=t(e.length,1)>>>0;return VA().subarray(i,i+e.length).set(e),tt=e.length,i}let i=A.length,o=t(i,1)>>>0;const r=VA();let n=0;for(;n<i;n++){const t=A.charCodeAt(n);if(t>127)break;r[o+n]=t}if(n!==i){0!==n&&(A=A.slice(n)),o=e(o,i,i=n+3*A.length,1)>>>0;const t=VA().subarray(o+n,o+i);n+=et.encodeInto(A,t).written,o=e(o,i,n,1)>>>0}return tt=n,o}"encodeInto"in et||(et.encodeInto=function(A,t){const e=et.encode(A);return t.set(e),{read:A.length,written:e.length}});let ot=null;function rt(){return(null===ot||!0===ot.buffer.detached||void 0===ot.buffer.detached&&ot.buffer!==qA.memory.buffer)&&(ot=new DataView(qA.memory.buffer)),ot}function nt(){qA.init_panic_hook()}function gt(A){const t=qA.__wbindgen_export_3.get(A);return qA.__externref_table_dealloc(A),t}const st=new Set(["basic","cors","default"]);function It(){const A={wbg:{}};return A.wbg.__wbg_error_7534b8e9a36f1ab4=function(A,t){let e,i;try{e=A,i=t,console.error(At(A,t))}finally{qA.__wbindgen_free(e,i,1)}},A.wbg.__wbg_new_8a6f238a6ece86ea=function(){return new Error},A.wbg.__wbg_stack_0ed75d68575b0f3c=function(A,t){const e=it(t.stack,qA.__wbindgen_malloc,qA.__wbindgen_realloc),i=tt;rt().setInt32(A+4,i,!0),rt().setInt32(A+0,e,!0)},A.wbg.__wbindgen_cast_2241b6af4c4b2941=function(A,t){return At(A,t)},A.wbg.__wbindgen_init_externref_table=function(){const A=qA.__wbindgen_export_3,t=A.grow(4);A.set(0,void 0),A.set(t+0,void 0),A.set(t+1,null),A.set(t+2,!0),A.set(t+3,!1)},A}function Et(A,t){return qA=A.exports,at.__wbindgen_wasm_module=t,ot=null,jA=null,qA.__wbindgen_start(),qA}async function at(A){if(void 0!==qA)return qA;void 0!==A&&(Object.getPrototypeOf(A)===Object.prototype?({module_or_path:A}=A):console.warn("using deprecated parameters for the initialization function; pass a single object instead")),void 0===A&&(A=new URL("zcb-wasm_bg.wasm",self.location.href));const t=It();("string"==typeof A||"function"==typeof Request&&A instanceof Request||"function"==typeof URL&&A instanceof URL)&&(A=fetch(A));const{instance:e,module:i}=await async function(A,t){if("function"==typeof Response&&A instanceof Response){if("function"==typeof WebAssembly.instantiateStreaming)try{return await WebAssembly.instantiateStreaming(A,t)}catch(t){if(!A.ok||!st.has(A.type)||"application/wasm"===A.headers.get("Content-Type"))throw t;console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\\\\n",t)}const e=await A.arrayBuffer();return await WebAssembly.instantiate(e,t)}{const e=await WebAssembly.instantiate(A,t);return e instanceof WebAssembly.Instance?{instance:e,module:A}:e}}(await A,t);return Et(e,i)}var Bt=Object.freeze({__proto__:null,init_panic_hook:nt,compress:function(A){let t,e;try{const r=it(A,qA.__wbindgen_malloc,qA.__wbindgen_realloc),n=tt,g=qA.compress(r,n);var i=g[0],o=g[1];if(g[3])throw i=0,o=0,gt(g[2]);return t=i,e=o,At(i,o)}finally{qA.__wbindgen_free(t,e,1)}},decompress:function(A){let t,e;try{const r=it(A,qA.__wbindgen_malloc,qA.__wbindgen_realloc),n=tt,g=qA.decompress(r,n);var i=g[0],o=g[1];if(g[3])throw i=0,o=0,gt(g[2]);return t=i,e=o,At(i,o)}finally{qA.__wbindgen_free(t,e,1)}},main:function(){qA.main()},initSync:function(A){if(void 0!==qA)return qA;void 0!==A&&(Object.getPrototypeOf(A)===Object.prototype?({module:A}=A):console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));const t=It();return A instanceof WebAssembly.Module||(A=new WebAssembly.Module(A)),Et(new WebAssembly.Instance(A,t),A)},default:at});function Ct(A){return function(A,t,e,i){function o(A,t,e){var i=e?WebAssembly.instantiateStreaming:WebAssembly.instantiate,o=e?WebAssembly.compileStreaming:WebAssembly.compile;return t?i(A,t):o(A)}var r=null,n="undefined"!=typeof process&&null!=process.versions&&null!=process.versions.node;if(t&&n){var g=require("fs"),s=require("path");return new Promise(((A,e)=>{g.readFile(s.resolve(__dirname,t),((t,r)=>{null!=t?e(t):A(o(r,i,!1))}))}))}if(t)return o(fetch(t),i,!0);if(n)r=Buffer.from(e,"base64");else{var I=globalThis.atob(e),E=I.length;r=new Uint8Array(new ArrayBuffer(E));for(var a=0;a<E;a++)r[a]=I.charCodeAt(a)}if(A){var B=new WebAssembly.Module(r);return i?new WebAssembly.Instance(B,i):B}return o(r,i,!1)}(0,null,"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IAIgA2pBAWsgBCAEQf//A3FB5ABuIgVB5ABsa0H//wNxQQF0IgRB6afAAGotAAA6AAAgAiADQQJrIgNqIARB6KfAAGotAAA6AAALQQAgASAFG0UEQCACIANBAWsiA2ogBUEBdEEecUHpp8AAai0AADoAAAsgAEEKIANrNgIEIAAgAiADajYCAAufAgEDfyMAQZABayIDJAACfwJAIAEoAggiAkGAgIAQcUUEQCACQYCAgCBxDQEgA0EIaiAAKAIAIANBEGoQGiABQQFBAUEAIAMoAgggAygCDBATDAILIAAoAgAhAEGBASECA0AgAiADakEOaiAAQQ9xIgRBMHIgBEHXAGogBEEKSRs6AAAgAkEBayECIABBD0sgAEEEdiEADQALIAFBAUHmp8AAQQIgAiADakEPakGBASACaxATDAELIAAoAgAhAEGBASECA0AgAiADakEOaiAAQQ9xIgRBMHIgBEE3aiAEQQpJGzoAACACQQFrIQIgAEEPSyAAQQR2IQANAAsgAUEBQeanwABBAiACIANqQQ9qQYEBIAJrEBMLIANBkAFqJAAL5QIBAX8jAEEwayICJAACfwJAAkACQAJAIAAtAABBAWsOAwECAwALIAIgACgCBDYCACACIAAtAAE6AAcgAkEDNgIMIAJBqJzAADYCCCACQgI3AhQgAkEMNgIsIAJBDzYCJCACIAJBIGo2AhAgAiACNgIoIAIgAkEHajYCICABKAIAIAEoAgQgAkEIahAUDAMLIAIgACgCBDYCACACQQE2AgwgAkHYnMAANgIIIAJCATcCFCACQQw2AiQgAiACQSBqNgIQIAIgAjYCICABKAIAIAEoAgQgAkEIahAUDAILIAIgACgCBDYCACACIAAtAAE6AAcgAkEDNgIMIAJB9JzAADYCCCACQgI3AhQgAkEMNgIsIAJBDzYCJCACIAJBIGo2AhAgAiACNgIoIAIgAkEHajYCICABKAIAIAEoAgQgAkEIahAUDAELIAEoAgBBjJ3AAEEPIAEoAgQoAgwRAQALIAJBMGokAAuOAgEDfyMAQZABayIDJAACfwJAIAEoAggiAkGAgIAQcUUEQCACQYCAgCBxDQEgA0EIaiAAIANBEGoQGiABQQFBAUEAIAMoAgggAygCDBATDAILQYEBIQIDQCACIANqQQ5qIABBD3EiBEEwciAEQdcAaiAE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IAIgAjYCECAEIAJBEGoQXg0CIAIoAhBB3KfAAEECIAIoAhQoAgwRAQANAgsgAEGs78AAQQEgBREBACEDDAELIAEoAgBB7L7AAEEEIAEoAgQoAgwRAQAhAwsgAkEgaiQAIAMLmgIBBX8gASABKAKAgAQiBEH//wNxaiACQQNrIgU6AAAgASAEQQFqQf//A3FqIANBAWsiAzoAACABIARBAmpB//8DcWogA0EIdiIGOgAAIAEgASgCiIAEIAJqNgKIgAQgASAEQQNqIgI2AoCABCABIAEoAoyABEEBayIHNgKMgAQgASABLwGEgARqIgggCC0AAEEBdkGAAXI6AAAgB0UEQCABIAI2AoSABCABQQg2AoyABCABIARBBGo2AoCABAsgACADQZzLwABqIAZB/wBxQYzJwABqIANBgARJGy0AAEEBdGoiASABLwHABEEBajsBwAQgACAFQf8BcUGMxcAAai0AAEEfcUEBdGpBgARqIgAgAC8BAEEBajsBAAv8AQEEfyMAQSBrIgMkAEEBIQUCQCAALQAEDQAgAC0ABSEGAkAgACgCACIELQAKQYABcUUEQCAGQQFxRQ0BIAQoAgBB16fAAEECIAQoAgQoAgwRAQBFDQEMAgsgBkEBcUUEQCAEKAIAQeSnwABBASAEKAIEKAIMEQEADQILIANBAToADyADQbinwAA2AhQgAyAEKQIANwIAIAMgBCkCCDcCGCADIANBD2o2AgggAyADNgIQIAEgA0EQaiACEQAADQEgAygCEEHcp8AAQQIgAygCFCgCDBEBACEFDAELIAEgBCACEQAAIQULIABBAToABSAAIAU6AAQgA0EgaiQAC+cBAQJ/IAAoAgAiBEUEQEEADwsCfwJAAkAgBEEDTwRAIARBC0kNASADIAMvAaQJQQFqOwGkCUEBIAIoAgAiA0G+AksNAxogASADaiAEQQh0Qe4VazsAACADQQJqIQMMAgsgAyADLwGACSAEajsBgAlBASACKAIAIgUgBGoiAyAFSSADQcACS3INAhogBEUNASABIAVqQQAgBPwLAAwBCyADIAMvAaIJQQFqOwGiCUEBIAIoAgAiA0G+AksNARogASADaiAEQQh0Qe8FazsAACADQQJqIQMLIABBADYCACACIAM2AgBBAAsL9wEBA38jAEEwayIDJAAgA0EgakIANwMAIANBGGpCADcDACADQRBqQgA3AwAgA0IANwMIAkACQANAAkAgA0EoaiABIANBCGpBIBALAkACQAJAIAMtACgiBUEERwRAAkAgBUEBaw4DAAMCBwsgAy0AKUEjRw0GIAMoAiwhBAwDCyADKAIsIgFBIU8NAyACIANBCGoiAiABIAJqEFEgAEEEOgAAIAAgATYCBAwGCyADKAIsIgQtAAhBI0YNAQwECyADKAIsIgQtAAhBI0cNAwsgBSAEEEsMAQsLIAFBIEHg8cAAEIQBAAsgACADKQMoNwIACyADQTBqJAAL1gEBA38gAC8BBCIERQRAQQAPCyMAQRBrIQUCfwJAIARBA08EQCADIAMvAaAJQQFqOwGgCUEBIAIoAgAiA0G+AksNAhogAiADQQJqNgIAIAEgA2ogBEEIdEHwBWs7AAAMAQsgA0GACWogAC0ABiIDQQF0aiIGIAYvAQAgBGo7AQAgBSADOgAPIAUgAzoADiAFIAM6AA1BASACKAIAIgMgBGoiBiADSSAGQcACS3INARogBARAIAEgA2ogBUENaiAE/AoAAAsgAiAGNgIACyAAQQA7AQRBAAsLtwEBA38jAEEwayICJAAgAEEMaiEDIAEoAgQhBCABKAIAAkAgAC0AEEEBRgRAIAIgAC0AEToAByACQQI2AhwgAkGwqsAANgIYIAJCAjcCJCACIAOtQoCAgIDAAYQ3AxAgAiACQQdqrUKAgICA8AGENwMIDAELIAJBATYCHCACQeyqwAA2AhggAkIBNwIkIAIgA61CgICAgMABhDcDCAsgAiACQQhqNgIgIAQgAkEYahAUIAJBMGokAAvEAQEDfyMAQSBrIgQkAAJ/QQAgAiACIANqIgNLDQAaQQBBCCADIAEoAgAiBUEBdCICIAIgA0kbIgMgA0EITRsiA0EASA0AGkEAIQIgBCAFBH8gBCAFNgIcIAQgASgCBDYCFEEBBSACCzYCGCAEQQhqIAMgBEEUahBPIAQoAghBAUYEQCAEKAIQIQYgBCgCDAwBCyAEKAIMIQIgASADNgIAIAEgAjYCBEGBgICAeAshAiAAIAY2AgQgACACNgIAIARBIGokAAvtAQEEfyMAQRBrIgEkACABQeSAwQA2AgggAUH4+MAAKAIANgIMQQZBASABQQxqIgIgAUEIaiIEQQRBBRBHIQNB+PjAACABKAIMNgIAAkAgAwRAIANBDmpB+pXAACkAADcAACADQQhqQfSVwAApAAA3AAAgA0HslcAAKQAANwAAIAFB5IDBADYCCCABQez4wAAoAgA2AgxBA0EEIAIgBEEEQQUQRyECQez4wAAgASgCDDYCACACRQ0BIAJBFjYCCCACIAM2AgQgAkEWNgIAIABBFCACQcC+wAAQRSABQRBqJAAPC0EBQZzpwAAQcQsAC7wBAQV/IwBBIGsiAyQAAkACf0EAIAEgASACaiICSw0AGkEAQQggAiAAKAIAIgFBAXQiBCACIARLGyICIAJBCE0bIgRBAEgNABpBACECIAMgAQR/IAMgATYCHCADIAAoAgQ2AhRBAQUgAgs2AhggA0EIakEBIAQgA0EUahBMIAMoAghBAUcNASADKAIQIQUgAygCDAsgBSEHQYjxwAAQcQALIAMoAgwhASAAIAQ2AgAgACABNgIEIANBIGokAAu6AQEFfyMAQSBrIgMkAAJAAn9BACABIAEgAmoiAksNABpBAEEIIAIgACgCACIBQQF0IgQgAiAESxsiAiACQQhNGyIEQQBIDQAaQQAhAiADIAEEfyADIAE2AhwgAyAAKAIENgIUQQEFIAILNgIYIANBCGogBCADQRRqEE8gAygCCEEBRw0BIAMoAhAhBSADKAIMCyAFIQdB4JrAABBxAAsgAygCDCEBIAAgBDYCACAAIAE2AgQgA0EgaiQAC7oBAQV/IwBBIGsiAyQAAkACf0EAIAEgASACaiICSw0AGkEAQQggAiAAKAIAIgFBAXQiBCACIARLGyICIAJBCE0bIgRBAEgNABpBACECIAMgAQR/IAMgATYCHCADIAAoAgQ2AhRBAQUgAgs2AhggA0EIaiAEIANBFGoQTyADKAIIQQFHDQEgAygCECEFIAMoAgwLIAUhB0GI8cAAEHEACyADKAIMIQEgACAENgIAIAAgATYCBCADQSBqJAALxQECAn8BfiMAQTBrIgIkACABKAIAQYCAgIB4RgRAIAEoAgwhAyACQQA2AhQgAkKAgICAEDcCDCACQSBqIAMoAgAiA0EIaikCADcDACACQShqIANBEGopAgA3AwAgAiADKQIANwMYIAIoAhwaIAJBDGpBhOnAACACQRhqEBQaIAJBCGogAkEUaigCACIDNgIAIAIgAikCDCIENwMAIAFBCGogAzYCACABIAQ3AgALIABB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AmoiAyAETwRAIANBgIACSw0BIAEoAgAhByACBEAgByAAIARqIAL8CgAACyABIAUgAms2AgQgASACIAdqNgIAIAAgBiACazYChIACIAAgA0H//wFxNgKAgAIgAg8LIAQgA0G46MAAEIYBAAsgA0GAgAJBuOjAABCEAQALjQEBBH8jAEEQayICJAACf0EBIAEoAgAiA0EnIAEoAgQiBSgCECIBEQAADQAaIAIgACgCAEGBAhANAkAgAi0ADSIAQYEBTwRAIAMgAigCACABEQAARQ0BQQEMAgsgAyACIAItAAwiBGogACAEayAFKAIMEQEARQ0AQQEMAQsgA0EnIAERAAALIAJBEGokAAuIAQECfyMAQRBrIgMkACADIAEoAgAiBSgCADYCDEEBIQRBgBAgAkECaiIBIAFsIgEgAUGAEE0bIgJBBCADQQxqQQFBAkEDEEchASAFIAMoAgw2AgAgAQRAIAFCADcCBCABIAEgAkECdGpBAnI2AgBBACEECyAAIAE2AgQgACAENgIAIANBEGokAAugAQEEfyABIAEoAoCABCIDQf//A3FqIAI6AAAgASABKAKIgARBAWo2AoiABCABIANBAWoiBDYCgIAEIAEgASgCjIAEQQFrIgU2AoyABCABIAEvAYSABGoiBiAGLQAAQQF2OgAAIAVFBEAgASAENgKEgAQgAUEINgKMgAQgASADQQJqNgKAgAQLIAAgAkH/AXFBAXRqIgAgAC8BAEEBajsBAAutAgEEfyAAIAAoAggiAiABSQR/IAEgAmsiBCAAKAIAIAJrSwRAIwBBIGsiASQAAkACf0EAIAIgAiAEaiIDSw0AGkEAQQggAyAAKAIAIgJBAXQiBSADIAVLGyIDIANBCE0bIgNBAEgNABoCfyACRQRAQQAhAiABQRhqDAELIAFBATYCGCABIAAoAgQ2AhQgAUEcagsgAjYCACABQQhqIAMgAUEUahBPIAEoAghBAUcNASABKAIQGiABKAIMC0GI8cAAEHEACyABKAIMIQIgACADNgIAIAAgAjYCBCABQSBqJAAgACgCCCECCyAAKAIEIgMgAmohACAEQQJPBH8gBEEBayIBBEAgAEEAIAH8CwALIAMgASACaiICagUgAAtBADoAACACQQFqBSABCzYCCAt0AQN/IwBBgAFrIgQkAEGBASECA0AgAiAEakECayAAQQ9xIgNBMHIgA0E3aiADQQpJGzoAACAAQf8BcSIDQQR2IQAgAkEBayECIANBD0sNAAsgAUEBQeanwABBAiACIARqQQFrQYEBIAJrEBMgBEGAAWokAAt1AQN/IwBBgAFrIgQkAEGBASECA0AgAiAEakECayAAQQ9xIgNBMHIgA0HXAGogA0EKSRs6AAAgAEH/AXEiA0EEdiEAIAJBAWshAiADQQ9LDQALIAFBAUHmp8AAQQIgAiAEakEBa0GBASACaxATIARBgAFqJAALewEBfyMAQUBqIgUkACAFIAE2AgwgBSAANgIIIAUgAzYCFCAFIAI2AhAgBUECNgIcIAVBqKfAADYCGCAFQgI3AiQgBSAFQRBqrUKAgICAsAGENwM4IAUgBUEIaq1CgICAgJABhDcDMCAFIAVBMGo2AiAgBUEYaiAEEGcAC2oAAn8gA0EDdEGAgAFqIgEgAkECdCICIAEgAksbQYeABGoiAUEQdkAAIgJBf0YEQEEAIQJBAQwBCyACQRB0IgJCADcCBCACIAIgAUGAgHxxakECcjYCAEEACyEDIAAgAjYCBCAAIAM2AgALdwECfyMAQRBrIgIkACACQeSAwQAoAgA2AgxBgIABQQIgAkEMakGY8cAAQQJBAxBHIQNB5IDBACACKAIMNgIAIAMEQCADQQBBgIAE/AsAIABBgIACNgIIIAAgAzYCBCAAQYCAAjYCACACQRBqJAAPC0ECIAEQcQALeAECfyMAQRBrIgQkACAEQeSAwQA2AgggBEHs+MAAKAIANgIMQQNBBCAEQQxqIARBCGpBBEEFEEchBUHs+MAAIAQoAgw2AgAgBUUEQAALIAUgAToACCAFIAM2AgQgBSACNgIAIAAgBa1CIIZCA4Q3AgAgBEEQaiQAC20BBH8CQCABKAIAIgQgASgCCCIDSwRAIAEoAgQhBQJAIANFBEBBASEGIAVBASAEEBgMAQsgBSAEQQEgAxBdIgZFDQILIAEgAzYCACABIAY2AgQLIAAgAzYCBCAAIAEoAgQ2AgAPC0EBIAIQcQALawECfyMAQRBrIgYkAAJAIAAgASACIAMgBRARIgcNACAGQQhqIAMgACABIAQRBQBBACEHIAYoAghBAXENACAGKAIMIgQgAigCADYCCCACIAQ2AgAgACABIAIgAyAFEBEhBwsgBkEQaiQAIAcLYQECfwJ/AkACQCABQQBIDQAgAUUEQEEBIQRBAAwDC0EBIQNBASABEDkiBEUNACABRQ0BIARBACAB/AsADAELIAMgAhBxAAsgAQshAyAAIAE2AgggACAENgIEIAAgAzYCAAtsAQN/IwBBEGsiAyQAAkAgACABKAIIIgQgASgCAEkEfyADQQhqIAEgBEECQQIQNSADKAIIIgRBgYCAgHhHDQEgASgCCAUgBAs2AgQgACABKAIENgIAIANBEGokAA8LIAMoAgwhBSAEIAIQcQALaQIBfwF+IwBBMGsiAyQAIAMgATYCBCADIAA2AgAgA0ECNgIMIANBlKfAADYCCCADQgI3AhQgA0KAgICAwAEiBCADrYQ3AyggAyAEIANBBGqthDcDICADIANBIGo2AhAgA0EIaiACEGcAC2sBAn8gAEH/AXFBA0YEQCABKAIAIQAgASgCBCIDKAIAIgIEQCAAIAIRBAALIAMoAgQiAgRAIAAgAygCCCACEBgLIAFB7PjAACgCADYCAEHs+MAAIAFBCGsiADYCACAAIAAoAgBBfnE2AgALC2EBAX8CfwJAAkAgAygCBARAIAMoAggiBEUEQCACDQIMAwsgAygCACAEIAEgAhBdDAMLIAJFDQELIAEgAhA5DAELIAELIQMgACACNgIIIAAgAyABIAMbNgIEIAAgA0U2AgALewEBfwJAAkAgAEGEAU8EQCAA0G8mAUGAgcEAKAIADQEgAEGQgcEAKAIAIgFJDQIgACABayIAQYiBwQAoAgBPDQJB4PjAACgCACAAQQJ0akGMgcEAKAIANgIAQYyBwQAgADYCAEGAgcEAQQA2AgALDwtB6PDAABCLAQsAC1gBAn8jAEEQayICJAACfyAARQRAQQAhACACQQxqDAELIAJBATYCDCACQQhqCyAANgIAAkAgAigCDCIARQ0AIAIoAggiA0UNACABIAAgAxAYCyACQRBqJAALVAEBfwJ/IAIoAgQEQCACKAIIIgNFBEBBASABEDkMAgsgAigCACADQQEgARBdDAELQQEgARA5CyECIAAgATYCCCAAIAJBASACGzYCBCAAIAJFNgIAC0wBAn8jAEEgayICJAAgAkEIaiAAKAIAIgAgAEEfdSIDcyADayACQRZqEBogASAAQX9zQR92QQFBACACKAIIIAIoAgwQEyACQSBqJAALSgEBfyACIAFrIgIg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QSBqNgIQIANBCGogAhBnAAsOACAAKAIAIAAoAgQQTgsMACAAIAEpAgQ3AwALDQAgAUGepsAAQRgQDAsMACAAIAEpAgA3AwALTAEBfyMAQTBrIgEkACABQQE2AgwgAUGs6cAANgIIIAFCATcCFCABIAFBL2qtQoCAgICQAoQ3AyAgASABQSBqNgIQIAFBCGogABBnAAsJACAAQQA2AgALBAAQAwsFAEGABAsEACABCwIACwIACwuueAgAQYCAwAAL/Rovcm9vdC8uY2FyZ28vcmVnaXN0cnkvc3JjL2FydGlmYWN0cy5jb3JwLnpvb20udXMtMTczODE0YjE1ZDQ2ODkxMS9iYXNlNjQtMC4yMi4xL3NyYy9lbmdpbmUvZ2VuZXJhbF9wdXJwb3NlL2RlY29kZV9zdWZmaXgucnMAL3J1c3RjLzExNTllNzhjNDc0N2IwMmVmOTk2ZTU1MDgyYjcwNGMwOWI5NzA1ODgvbGlicmFyeS9jb3JlL3NyYy9zbGljZS9pbmRleC5ycwBsaWJyYXJ5L2FsbG9jL3NyYy9mbXQucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvd2FzbS1iaW5kZ2VuLTAuMi4xMDQvc3JjL2NvbnZlcnQvc2xpY2VzLnJzAC9ydXN0Yy8xMTU5ZTc4YzQ3NDdiMDJlZjk5NmU1NTA4MmI3MDRjMDliOTcwNTg4L2xpYnJhcnkvY29yZS9zcmMvaXRlci90cmFpdHMvaXRlcmF0b3IucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvbWluaXpfb3hpZGUtMC44Ljkvc3JjL2luZmxhdGUvb3V0cHV0X2J1ZmZlci5ycwAvcm9vdC8uY2FyZ28vcmVnaXN0cnkvc3JjL2FydGlmYWN0cy5jb3JwLnpvb20udXMtMTczODE0YjE1ZDQ2ODkxMS9taW5pel9veGlkZS0wLjguOS9zcmMvZGVmbGF0ZS9idWZmZXIucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvZmxhdGUyLTEuMS4yL3NyYy9idWZyZWFkZXIucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvZmxhdGUyLTEuMS4yL3NyYy96aW8ucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvZmxhdGUyLTEuMS4yL3NyYy9tZW0ucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvbWluaXpfb3hpZGUtMC44Ljkvc3JjL2luZmxhdGUvc3RyZWFtLnJzAC9yb290Ly5jYXJnby9yZWdpc3RyeS9zcmMvYXJ0aWZhY3RzLmNvcnAuem9vbS51cy0xNzM4MTRiMTVkNDY4OTExL21pbml6X294aWRlLTAuOC45L3NyYy9kZWZsYXRlL3N0cmVhbS5ycwAvcnVzdGMvMTE1OWU3OGM0NzQ3YjAyZWY5OTZlNTUwODJiNzA0YzA5Yjk3MDU4OC9saWJyYXJ5L2FsbG9jL3NyYy9zdHJpbmcucnMAbGlicmFyeS9zdGQvc3JjL3Bhbmlja2luZy5ycwAvcnVzdGMvMTE1OWU3OGM0NzQ3YjAyZWY5OTZlNTUwODJiNzA0YzA5Yjk3MDU4OC9saWJyYXJ5L2NvcmUvc3JjL2lvL2JvcnJvd2VkX2J1Zi5ycwAvcm9vdC8uY2FyZ28vcmVnaXN0cnkvc3JjL2FydGlmYWN0cy5jb3JwLnpvb20udXMtMTczODE0YjE1ZDQ2ODkxMS93YXNtLWJpbmRnZW4tMC4yLjEwNC9zcmMvZXh0ZXJucmVmLnJzAC9yb290Ly5jYXJnby9yZWdpc3RyeS9zcmMvYXJ0aWZhY3RzLmNvcnAuem9vbS51cy0xNzM4MTRiMTVkNDY4OTExL21pbml6X294aWRlLTAuOC45L3NyYy9pbmZsYXRlL2NvcmUucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvbWluaXpfb3hpZGUtMC44Ljkvc3JjL2RlZmxhdGUvY29yZS5ycwBsaWJyYXJ5L2NvcmUvc3JjL3VuaWNvZGUvcHJpbnRhYmxlLnJzAC9yb290Ly5jYXJnby9yZWdpc3RyeS9zcmMvYXJ0aWZhY3RzLmNvcnAuem9vbS51cy0xNzM4MTRiMTVkNDY4OTExL2Jhc2U2NC0wLjIyLjEvc3JjL2VuZ2luZS9nZW5lcmFsX3B1cnBvc2UvZGVjb2RlLnJzAC9ydXN0Yy8xMTU5ZTc4YzQ3NDdiMDJlZjk5NmU1NTA4MmI3MDRjMDliOTcwNTg4L2xpYnJhcnkvc3RkL3NyYy9zeW5jL3BvaXNvbi9vbmNlLnJzAC9ydXN0Yy8xMTU5ZTc4YzQ3NDdiMDJlZjk5NmU1NTA4MmI3MDRjMDliOTcwNTg4L2xpYnJhcnkvYWxsb2Mvc3JjL3NsaWNlLnJzAGxpYnJhcnkvY29yZS9zcmMvZm10L21vZC5ycwAvcnVzdGMvMTE1OWU3OGM0NzQ3YjAyZWY5OTZlNTUwODJiNzA0YzA5Yjk3MDU4OC9saWJyYXJ5L3N0ZC9zcmMvaW8vbW9kLnJzAC9yb290Ly5jYXJnby9yZWdpc3RyeS9zcmMvYXJ0aWZhY3RzLmNvcnAuem9vbS51cy0xNzM4MTRiMTVkNDY4OTExL2Jhc2U2NC0wLjIyLjEvc3JjL2VuZ2luZS9nZW5lcmFsX3B1cnBvc2UvbW9kLnJzAC9yb290Ly5jYXJnby9yZWdpc3RyeS9zcmMvYXJ0aWZhY3RzLmNvcnAuem9vbS51cy0xNzM4MTRiMTVkNDY4OTExL2Jhc2U2NC0wLjIyLjEvc3JjL2VuZ2luZS9tb2QucnMAL3J1c3RjLzExNTllNzhjNDc0N2IwMmVmOTk2ZTU1MDgyYjcwNGMwOWI5NzA1ODgvbGlicmFyeS9hbGxvYy9zcmMvcmF3X3ZlYy9tb2QucnMAL3J1c3RjLzExNTllNzhjNDc0N2IwMmVmOTk2ZTU1MDgyYjcwNGMwOWI5NzA1ODgvbGlicmFyeS9hbGxvYy9zcmMvdmVjL21vZC5ycwAvcm9vdC8uY2FyZ28vcmVnaXN0cnkvc3JjL2FydGlmYWN0cy5jb3JwLnpvb20udXMtMTczODE0YjE1ZDQ2ODkxMS9taW5pel9veGlkZS0wLjguOS9zcmMvZGVmbGF0ZS9zdG9yZWQucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvZmxhdGUyLTEuMS4yL3NyYy96bGliL3JlYWQucnMAL3Jvb3QvLmNhcmdvL3JlZ2lzdHJ5L3NyYy9hcnRpZmFjdHMuY29ycC56b29tLnVzLTE3MzgxNGIxNWQ0Njg5MTEvY29uc29sZV9lcnJvcl9wYW5pY19ob29rLTAuMS43L3NyYy9saWIucnMAAD8KEABrAAAAlQAAAA4AAABSARAAWAAAAOsHAAAJAAAAKAkQAEwAAADiCgAAJAAAAOYCEABZAAAAzQAAABkAAABjb3JydXB0IGRlZmxhdGUgc3RyZWFtAADmAhAAWQAAAKkAAAASAAAA5gIQAFkAAAD3AAAAJwAAAAAAAkFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5LV////////////////////////////////////////////////////////////8+//80NTY3ODk6Ozw9/////////wABAgMEBQYHCAkKCwwNDg8QERITFBUWFxgZ/////z//GhscHR4fICEiIyQlJicoKSorLC0uLzAxMjP/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Q29tcHJlc3Npb24gZXJyb3I6IAAAZwwQABMAAABDb21wcmVzc2lvbiBmaW5pc2ggZXJyb3I6IAAAhAwQABoAAABCYXNlNjQgZGVjb2RlIGVycm9yOiAAAACoDBAAFQAAAExhdGluMSBjb252ZXJzaW9uIGVycm9yOiAAAADIDBAAGQAAAERlY29tcHJlc3Npb24gZXJyb3I6IAAAAOwMEAAVAAAAVVRGLTggY29udmVyc2lvbiBlcnJvcjogDA0QABgAAAAeAAAADAAAAAQAAAAfAAAAIAAAACEAAABjYXBhY2l0eSBv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Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDxAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREAAAAAAQEBAQICAgICAgICAwMDAwMDAwMDAwMDAwMDAwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHB2Fzc2VydGlvbiBmYWlsZWQ6IGQu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AAB2AQAAMAAAAG1dy9YsUOtjeEGmV3Ebi7kJBmaBAfO5VKIIL0OCV3QyOgAAAAEAAAAAAAAAaDQQAAEAAABoNBAAAQAAAB4AAAAMAAAABAAAADsAAAA8AAAAPQAAAFIHEABKAAAAvQEAAB0AAAABAAAAAAAAAGVudGl0eSBub3QgZm91bmRwZXJtaXNzaW9uIGRlbmllZGNvbm5lY3Rpb24gcmVmdXNlZGNvbm5lY3Rpb24gcmVzZXRob3N0IHVucmVhY2hhYmxlbmV0d29yayB1bnJlYWNoYWJsZWNvbm5lY3Rpb24gYWJvcnRlZG5vdCBjb25uZWN0ZWRhZGRyZXNzIGluIHVzZWFkZHJlc3Mgbm90IGF2YWlsYWJsZW5ldHdvcmsgZG93bmJyb2tlbiBwaXBlZW50aXR5IGFscmVhZHkgZXhpc3Rzb3BlcmF0aW9uIHdvdWxkIGJsb2Nrbm90IGEgZGlyZWN0b3J5aXMgYSBkaXJlY3RvcnlkaXJlY3Rvcnkgbm90IGVtcHR5cmVhZC1vbmx5IGZpbGVzeXN0ZW0gb3Igc3RvcmFnZSBtZWRpdW1maWxlc3lzdGVtIGxvb3Agb3IgaW5kaXJlY3Rpb24gbGltaXQgKGUuZy4gc3ltbGluayBsb29wKXN0YWxlIG5ldHdvcmsgZmlsZSBoYW5kbGVpbnZhbGlkIGlucHV0IHBhcmFtZXRlcmludmFsaWQgZGF0YXRpbWVkIG91dHdyaXRlIHplcm9ubyBzdG9yYWdlIHNwYWNlc2VlayBvbiB1bnNlZWthYmxlIGZpbGVxdW90YSBleGNlZWRlZGZpbGUgdG9vIGxhcmdlcmVzb3VyY2UgYnVzeWV4ZWN1dGFibGUgZmlsZSBidXN5ZGVhZGxvY2tjcm9zcy1kZXZpY2UgbGluayBvciByZW5hbWV0b28gbWFueSBsaW5rc2ludmFsaWQgZmlsZW5hbWVhcmd1bWVudCBsaXN0IHRvbyBsb25nb3BlcmF0aW9uIGludGVycnVwdGVkdW5zdXBwb3J0ZWR1bmV4cGVjdGVkIGVuZCBvZiBmaWxlb3V0IG9mIG1lbW9yeWluIHByb2dyZXNzb3RoZXIgZXJyb3J1bmNhdGVnb3JpemVkIGVycm9yIChvcyBlcnJvciApAAAAAQAAAAAAAAChNxAACwAAAKw3EAABAAAAcGFuaWNrZWQgYXQgOgpjYW5ub3QgbW9kaWZ5IHRoZSBwYW5pYyBob29rIGZyb20gYSBwYW5pY2tpbmcgdGhyZWFkAADWNxAANAAAALoEEAAcAAAAkAAAAAkAAAAeAAAADAAAAAQAAAA+AAAAAAAAAAgAAAAEAAAAPwAAAG9wZXJhdGlvbiBzdWNjZXNzZnVsKwUQAGcAAAB+AAAAEQAAACsFEABnAAAAiwAAABEAAADlABAAbAAAAOcAAAABAAAA1wgQAFAAAAAuAgAAEQAAAGFzc2VydGlvbiBmYWlsZWQ6IG4gPD0gc2VsZi5idWYuaW5pdCAtIHNlbGYuYnVmLmZpbGxlZAAA1wQQAFMAAAAVAQAACQAAALkHEABJAAAAsgEAADEAAABPbmNlIGluc3RhbmNlIGhhcyBwcmV2aW91c2x5IGJlZW4gcG9pc29uZWQAAPA4EAAqAAAAb25lLXRpbWUgaW5pdGlhbGl6YXRpb24gbWF5IG5vdCBiZSBwZXJmb3JtZWQgcmVjdXJzaXZlbHkkORAAOAAAAP4GEABTAAAAmwAAADIAAABAAAAAFAAAAAQAAABBAAAAaW50ZXJuYWwgZXJyb3I6IGVudGVyZWQgdW5yZWFjaGFibGUgY29kZTogAACEORAAKgAAAFV0ZjhFcnJvcnZhbGlkX3VwX3RvZXJyb3JfbGVuRnJvbVV0ZjhFcnJvcmJ5dGVzZXJyb3J1CBAAYQAAAPoAAAAeAAAAVmVjIGlzIHNpemVkIGNvbnNlcnZhdGl2ZWx5APw5EAAbAAAAdQgQAGEAAAABAQAAGQAAAGludGVnZXIgb3ZlcmZsb3cgd2hlbiBjYWxjdWxhdGluZyBidWZmZXIgc2l6ZQAAAHUIEABhAAAAeQAAABIAAAB1CBAAYQAAAHsAAAAbAAAASW52YWxpZCBVVEY4dQgQAGEAAAB/AAAAJAAAAGZhaWxlZCB0byB3cml0ZSB3aG9sZSBidWZmZXKcOhAAHAAAABcAAAAAAAAAAgAAALg6EAC5BxAASQAAADEHAAAkAAAA3wkQAF8AAACvAAAAJgAAAIYCEABfAAAALgAAABYAAACGAhAAXwAAAGIAAAAVAAAAEAAAABEAAAASAAAAEAAAABAAAAATAAAAEgAAAA0AAAAOAAAAFQAAAAwAAAALAAAAFQAAABUAAAAPAAAADgAAABMAAAAmAAAAOAAAABkAAAAXAAAADAAAAAkAAAAKAAAAEAAAABcAAAAOAAAADgAAAA0AAAAUAAAACAAAABsAAAAOAAAAEAAAABYAAAAVAAAACwAAABYAAAANAAAACwAAAAsAAAATAAAAtDQQAMQ0EADVNBAA5zQQAPc0EAAHNRAAGjUQACw1EAA5NRAARzUQAFw1EABoNRAAczUQAIg1EACdNRAArDUQALo1EADNNRAA8zUQACs2EABENhAAWzYQAGc2EABwNhAAejYQAIo2EAChNhAArzYQAL02EADKNhAA3jYQAOY2EAABNxAADzcQAB83EAA1NxAASjcQAFU3EABrNxAAeDcQAIM3EACONxAAQeD4wAALAQQAcAlwcm9kdWNlcnMCCGxhbmd1YWdlAQRSdXN0AAxwcm9jZXNzZWQtYnkDBXJ1c3RjHTEuOTAuMCAoMTE1OWU3OGM0IDIwMjUtMDktMTQpBndhbHJ1cwYwLjIzLjMMd2FzbS1iaW5kZ2VuBzAuMi4xMDQAfA90YXJnZXRfZmVhdHVyZXMHKw9tdXRhYmxlLWdsb2JhbHMrE25vbnRyYXBwaW5nLWZwdG9pbnQrC2J1bGstbWVtb3J5KwhzaWduLWV4dCsPcmVmZXJlbmNlLXR5cGVzKwptdWx0aXZhbHVlKw9idWxrLW1lbW9yeS1vcHQ=",A)}class Qt{constructor(A,t){this.enable_web_assembly=A,this.wasmModule=null,this.initialized=!1,this.name=WA.FLATE2_WASM,this.tracelog=t||console,this.initialize()}get supported(){return["TextEncoder","TextDecoder","Set","WebAssembly","Worker"].every((A=>void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis[A])))}initialize(){return A(this,void 0,void 0,(function*(){if(!this.wasmModule){if(!this.supported)return this.initialized=!1,void this.tracelog.log("Browser not compatible with WASM implementation");if(!this.enable_web_assembly)return this.initialized=!1,void this.tracelog.log("Web assembly is disabled");try{const A=yield Ct();yield at({module_or_path:A}),nt(),this.wasmModule=Bt,this.initialized=!0,this._logCompressor(`Compressor initialized success: compressor name=${this.name}`),this.tracelog.log(`Compressor initialized success: compressor name=${this.name}`)}catch(A){this.tracelog.error(`Compressor initialized failed: ${A}, compressor name=${this.name}`),this.initialized=!1,this._logCompressorError(`Compressor initialized failed: ${A}, compressor name=${this.name}`)}}}))}_logCompressor(A){console.log("%s",`client-channel: ${A}`)}_logCompressorError(A){console.error("%s",`client-channel: ${A}`)}isReady(){return this.initialized}checkInitialized(){if(!this.initialized||!this.wasmModule)throw new Error("compressor not initialized")}compress(A){return this.checkInitialized(),this.wasmModule.compress(A)}uncompress(A){return this.checkInitialized(),this.wasmModule.decompress(A)}}const ct=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),ht=(A=>{const t={};return A.forEach(((A,e)=>t[A]=e)),t})(ct),lt=/^(?:[A-Za-z\\\\d+\\\\/]{4})*?(?:[A-Za-z\\\\d+\\\\/]{2}(?:==)?|[A-Za-z\\\\d+\\\\/]{3}=?)?$/,pt=String.fromCharCode.bind(String),ut=A=>{if(A.length<2){const t=A.charCodeAt(0);return t<128?A:t<2048?pt(192|t>>>6)+pt(128|63&t):pt(224|t>>>12&15)+pt(128|t>>>6&63)+pt(128|63&t)}{const t=65536+1024*(A.charCodeAt(0)-55296)+(A.charCodeAt(1)-56320);return pt(240|t>>>18&7)+pt(128|t>>>12&63)+pt(128|t>>>6&63)+pt(128|63&t)}},dt=/[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFFF]|[^\\\\x00-\\\\x7F]/g,yt=/[\\\\xC0-\\\\xDF][\\\\x80-\\\\xBF]|[\\\\xE0-\\\\xEF][\\\\x80-\\\\xBF]{2}|[\\\\xF0-\\\\xF7][\\\\x80-\\\\xBF]{3}/g,Dt=A=>{switch(A.length){case 4:const t=((7&A.charCodeAt(0))<<18|(63&A.charCodeAt(1))<<12|(63&A.charCodeAt(2))<<6|63&A.charCodeAt(3))-65536;return pt(55296+(t>>>10))+pt(56320+(1023&t));case 3:return pt((15&A.charCodeAt(0))<<12|(63&A.charCodeAt(1))<<6|63&A.charCodeAt(2));default:return pt((31&A.charCodeAt(0))<<6|63&A.charCodeAt(1))}},ft=(A,t=!1)=>{const e=(A=>{let t,e,i,o,r="";const n=A.length%3;for(let n=0;n<A.length;){if((e=A.charCodeAt(n++))>255||(i=A.charCodeAt(n++))>255||(o=A.charCodeAt(n++))>255)throw new TypeError("invalid character found");t=e<<16|i<<8|o,r+=ct[t>>18&63]+ct[t>>12&63]+ct[t>>6&63]+ct[63&t]}return n?r.slice(0,n-3)+"===".substring(n):r})(A.replace(dt,ut));return t?e.replace(/=/g,"").replace(/[+\\\\/]/g,(A=>"+"==A?"-":"_")):e},wt=A=>{return t=(A=>{if(A=A.replace(/\\\\s+/g,""),!lt.test(A))throw new TypeError("malformed base64.");let t;A+="==".slice(2-(3&A.length));let e,i,o="";for(let r=0;r<A.length;)t=ht[A.charAt(r++)]<<18|ht[A.charAt(r++)]<<12|(e=ht[A.charAt(r++)])<<6|(i=ht[A.charAt(r++)]),o+=64===e?pt(t>>16&255):64===i?pt(t>>16&255,t>>8&255):pt(t>>16&255,t>>8&255,255&t);return o})(A.replace(/[-_]/g,(A=>"-"==A?"+":"/")).replace(/[^A-Za-z0-9\\\\+\\\\/]/g,"")),t.replace(yt,Dt);var t};var Rt=Uint8Array,St=Uint16Array,Nt=Uint32Array,vt=new Rt([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),Ft=new Rt([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),bt=new Rt([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Mt=function(A,t){for(var e=new St(31),i=0;i<31;++i)e[i]=t+=1<<A[i-1];var o=new Nt(e[30]);for(i=1;i<30;++i)for(var r=e[i];r<e[i+1];++r)o[r]=r-e[i]<<5|i;return[e,o]},Lt=Mt(vt,2),Gt=Lt[0],_t=Lt[1];Gt[28]=258,_t[258]=28;for(var kt=Mt(Ft,0),Tt=kt[0],mt=kt[1],Ot=new St(32768),Ut=0;Ut<32768;++Ut){var Jt=(43690&Ut)>>>1|(21845&Ut)<<1;Jt=(61680&(Jt=(52428&Jt)>>>2|(13107&Jt)<<2))>>>4|(3855&Jt)<<4,Ot[Ut]=((65280&Jt)>>>8|(255&Jt)<<8)>>>1}var Yt=function(A,t,e){for(var i=A.length,o=0,r=new St(t);o<i;++o)A[o]&&++r[A[o]-1];var n,g=new St(t);for(o=0;o<t;++o)g[o]=g[o-1]+r[o-1]<<1;if(e){n=new St(1<<t);var s=15-t;for(o=0;o<i;++o)if(A[o])for(var I=o<<4|A[o],E=t-A[o],a=g[A[o]-1]++<<E,B=a|(1<<E)-1;a<=B;++a)n[Ot[a]>>>s]=I}else for(n=new St(i),o=0;o<i;++o)A[o]&&(n[o]=Ot[g[A[o]-1]++]>>>15-A[o]);return n},Ht=new Rt(288);for(Ut=0;Ut<144;++Ut)Ht[Ut]=8;for(Ut=144;Ut<256;++Ut)Ht[Ut]=9;for(Ut=256;Ut<280;++Ut)Ht[Ut]=7;for(Ut=280;Ut<288;++Ut)Ht[Ut]=8;var xt=new Rt(32);for(Ut=0;Ut<32;++Ut)xt[Ut]=5;var Kt=Yt(Ht,9,0),Pt=Yt(Ht,9,1),Zt=Yt(xt,5,0),Wt=Yt(xt,5,1),qt=function(A){for(var t=A[0],e=1;e<A.length;++e)A[e]>t&&(t=A[e]);return t},jt=function(A,t,e){var i=t/8|0;return(A[i]|A[i+1]<<8)>>(7&t)&e},Vt=function(A,t){var e=t/8|0;return(A[e]|A[e+1]<<8|A[e+2]<<16)>>(7&t)},zt=function(A){return(A+7)/8|0},Xt=function(A,t,e){(null==t||t<0)&&(t=0),(null==e||e>A.length)&&(e=A.length);var i=new(2==A.BYTES_PER_ELEMENT?St:4==A.BYTES_PER_ELEMENT?Nt:Rt)(e-t);return i.set(A.subarray(t,e)),i},$t=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],Ae=function(A,t,e){var i=new Error(t||$t[A]);if(i.code=A,Error.captureStackTrace&&Error.captureStackTrace(i,Ae),!e)throw i;return i},te=function(A,t,e){e<<=7&t;var i=t/8|0;A[i]|=e,A[i+1]|=e>>>8},ee=function(A,t,e){e<<=7&t;var i=t/8|0;A[i]|=e,A[i+1]|=e>>>8,A[i+2]|=e>>>16},ie=function(A,t){for(var e=[],i=0;i<A.length;++i)A[i]&&e.push({s:i,f:A[i]});var o=e.length,r=e.slice();if(!o)return[Ee,0];if(1==o){var n=new Rt(e[0].s+1);return n[e[0].s]=1,[n,1]}e.sort((function(A,t){return A.f-t.f})),e.push({s:-1,f:25001});var g=e[0],s=e[1],I=0,E=1,a=2;for(e[0]={s:-1,f:g.f+s.f,l:g,r:s};E!=o-1;)g=e[e[I].f<e[a].f?I++:a++],s=e[I!=E&&e[I].f<e[a].f?I++:a++],e[E++]={s:-1,f:g.f+s.f,l:g,r:s};var B=r[0].s;for(i=1;i<o;++i)r[i].s>B&&(B=r[i].s);var C=new St(B+1),Q=oe(e[E-1],C,0);if(Q>t){i=0;var c=0,h=Q-t,l=1<<h;for(r.sort((function(A,t){return C[t.s]-C[A.s]||A.f-t.f}));i<o;++i){var p=r[i].s;if(!(C[p]>t))break;c+=l-(1<<Q-C[p]),C[p]=t}for(c>>>=h;c>0;){var u=r[i].s;C[u]<t?c-=1<<t-C[u]++-1:++i}for(;i>=0&&c;--i){var d=r[i].s;C[d]==t&&(--C[d],++c)}Q=t}return[new Rt(C),Q]},oe=function(A,t,e){return-1==A.s?Math.max(oe(A.l,t,e+1),oe(A.r,t,e+1)):t[A.s]=e},re=function(A){for(var t=A.length;t&&!A[--t];);for(var e=new St(++t),i=0,o=A[0],r=1,n=function(A){e[i++]=A},g=1;g<=t;++g)if(A[g]==o&&g!=t)++r;else{if(!o&&r>2){for(;r>138;r-=138)n(32754);r>2&&(n(r>10?r-11<<5|28690:r-3<<5|12305),r=0)}else if(r>3){for(n(o),--r;r>6;r-=6)n(8304);r>2&&(n(r-3<<5|8208),r=0)}for(;r--;)n(o);r=1,o=A[g]}return[e.subarray(0,i),t]},ne=function(A,t){for(var e=0,i=0;i<t.length;++i)e+=A[i]*t[i];return e},ge=function(A,t,e){var i=e.length,o=zt(t+2);A[o]=255&i,A[o+1]=i>>>8,A[o+2]=255^A[o],A[o+3]=255^A[o+1];for(var r=0;r<i;++r)A[o+r+4]=e[r];return 8*(o+4+i)},se=function(A,t,e,i,o,r,n,g,s,I,E){te(t,E++,e),++o[256];for(var a=ie(o,15),B=a[0],C=a[1],Q=ie(r,15),c=Q[0],h=Q[1],l=re(B),p=l[0],u=l[1],d=re(c),y=d[0],D=d[1],f=new St(19),w=0;w<p.length;++w)f[31&p[w]]++;for(w=0;w<y.length;++w)f[31&y[w]]++;for(var R=ie(f,7),S=R[0],N=R[1],v=19;v>4&&!S[bt[v-1]];--v);var F,b,M,L,G=I+5<<3,_=ne(o,Ht)+ne(r,xt)+n,k=ne(o,B)+ne(r,c)+n+14+3*v+ne(f,S)+(2*f[16]+3*f[17]+7*f[18]);if(G<=_&&G<=k)return ge(t,E,A.subarray(s,s+I));if(te(t,E,1+(k<_)),E+=2,k<_){F=Yt(B,C,0),b=B,M=Yt(c,h,0),L=c;var T=Yt(S,N,0);te(t,E,u-257),te(t,E+5,D-1),te(t,E+10,v-4),E+=14;for(w=0;w<v;++w)te(t,E+3*w,S[bt[w]]);E+=3*v;for(var m=[p,y],O=0;O<2;++O){var U=m[O];for(w=0;w<U.length;++w){var J=31&U[w];te(t,E,T[J]),E+=S[J],J>15&&(te(t,E,U[w]>>>5&127),E+=U[w]>>>12)}}}else F=Kt,b=Ht,M=Zt,L=xt;for(w=0;w<g;++w)if(i[w]>255){J=i[w]>>>18&31;ee(t,E,F[J+257]),E+=b[J+257],J>7&&(te(t,E,i[w]>>>23&31),E+=vt[J]);var Y=31&i[w];ee(t,E,M[Y]),E+=L[Y],Y>3&&(ee(t,E,i[w]>>>5&8191),E+=Ft[Y])}else ee(t,E,F[i[w]]),E+=b[i[w]];return ee(t,E,F[256]),E+b[256]},Ie=new Nt([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),Ee=new Rt(0),ae=function(A,t,e,i,o){return function(A,t,e,i,o,r){var n=A.length,g=new Rt(i+n+5*(1+Math.ceil(n/7e3))+o),s=g.subarray(i,g.length-o),I=0;if(!t||n<8)for(var E=0;E<=n;E+=65535){var a=E+65535;a>=n&&(s[I>>3]=r),I=ge(s,I+1,A.subarray(E,a))}else{for(var B=Ie[t-1],C=B>>>13,Q=8191&B,c=(1<<e)-1,h=new St(32768),l=new St(c+1),p=Math.ceil(e/3),u=2*p,d=function(t){return(A[t]^A[t+1]<<p^A[t+2]<<u)&c},y=new Nt(25e3),D=new St(288),f=new St(32),w=0,R=0,S=(E=0,0),N=0,v=0;E<n;++E){var F=d(E),b=32767&E,M=l[F];if(h[b]=M,l[F]=b,N<=E){var L=n-E;if((w>7e3||S>24576)&&L>423){I=se(A,s,0,y,D,f,R,S,v,E-v,I),S=w=R=0,v=E;for(var G=0;G<286;++G)D[G]=0;for(G=0;G<30;++G)f[G]=0}var _=2,k=0,T=Q,m=b-M&32767;if(L>2&&F==d(E-m))for(var O=Math.min(C,L)-1,U=Math.min(32767,E),J=Math.min(258,L);m<=U&&--T&&b!=M;){if(A[E+_]==A[E+_-m]){for(var Y=0;Y<J&&A[E+Y]==A[E+Y-m];++Y);if(Y>_){if(_=Y,k=m,Y>O)break;var H=Math.min(m,Y-2),x=0;for(G=0;G<H;++G){var K=E-m+G+32768&32767,P=K-h[K]+32768&32767;P>x&&(x=P,M=K)}}}m+=(b=M)-(M=h[b])+32768&32767}if(k){y[S++]=268435456|_t[_]<<18|mt[k];var Z=31&_t[_],W=31&mt[k];R+=vt[Z]+Ft[W],++D[257+Z],++f[W],N=E+_,++w}else y[S++]=A[E],++D[A[E]]}}I=se(A,s,r,y,D,f,R,S,v,E-v,I),!r&&7&I&&(I=ge(s,I+1,Ee))}return Xt(g,0,i+zt(I)+o)}(A,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(A.length)))):12+t.mem,e,i,!o)};function Be(A,t){t||(t={});var e=function(){var A=1,t=0;return{p:function(e){for(var i=A,o=t,r=0|e.length,n=0;n!=r;){for(var g=Math.min(n+2655,r);n<g;++n)o+=i+=e[n];i=(65535&i)+15*(i>>16),o=(65535&o)+15*(o>>16)}A=i,t=o},d:function(){return(255&(A%=65521))<<24|A>>>8<<16|(255&(t%=65521))<<8|t>>>8}}}();e.p(A);var i=ae(A,t,2,4);return function(A,t){var e=t.level,i=0==e?0:e<6?1:9==e?3:2;A[0]=120,A[1]=i<<6|(i?32-2*i:1)}(i,t),function(A,t,e){for(;e;++t)A[t]=e,e>>>=8}(i,i.length-4,e.d()),i}function Ce(A,t){return function(A,t,e){var i=A.length;if(!i||e&&e.f&&!e.l)return t||new Rt(0);var o=!t||e,r=!e||e.i;e||(e={}),t||(t=new Rt(3*i));var n=function(A){var e=t.length;if(A>e){var i=new Rt(Math.max(2*e,A));i.set(t),t=i}},g=e.f||0,s=e.p||0,I=e.b||0,E=e.l,a=e.d,B=e.m,C=e.n,Q=8*i;do{if(!E){g=jt(A,s,1);var c=jt(A,s+1,3);if(s+=3,!c){var h=A[(N=zt(s)+4)-4]|A[N-3]<<8,l=N+h;if(l>i){r&&Ae(0);break}o&&n(I+h),t.set(A.subarray(N,l),I),e.b=I+=h,e.p=s=8*l,e.f=g;continue}if(1==c)E=Pt,a=Wt,B=9,C=5;else if(2==c){var p=jt(A,s,31)+257,u=jt(A,s+10,15)+4,d=p+jt(A,s+5,31)+1;s+=14;for(var y=new Rt(d),D=new Rt(19),f=0;f<u;++f)D[bt[f]]=jt(A,s+3*f,7);s+=3*u;var w=qt(D),R=(1<<w)-1,S=Yt(D,w,1);for(f=0;f<d;){var N,v=S[jt(A,s,R)];if(s+=15&v,(N=v>>>4)<16)y[f++]=N;else{var F=0,b=0;for(16==N?(b=3+jt(A,s,3),s+=2,F=y[f-1]):17==N?(b=3+jt(A,s,7),s+=3):18==N&&(b=11+jt(A,s,127),s+=7);b--;)y[f++]=F}}var M=y.subarray(0,p),L=y.subarray(p);B=qt(M),C=qt(L),E=Yt(M,B,1),a=Yt(L,C,1)}else Ae(1);if(s>Q){r&&Ae(0);break}}o&&n(I+131072);for(var G=(1<<B)-1,_=(1<<C)-1,k=s;;k=s){var T=(F=E[Vt(A,s)&G])>>>4;if((s+=15&F)>Q){r&&Ae(0);break}if(F||Ae(2),T<256)t[I++]=T;else{if(256==T){k=s,E=null;break}var m=T-254;if(T>264){var O=vt[f=T-257];m=jt(A,s,(1<<O)-1)+Gt[f],s+=O}var U=a[Vt(A,s)&_],J=U>>>4;if(U||Ae(3),s+=15&U,L=Tt[J],J>3&&(O=Ft[J],L+=Vt(A,s)&(1<<O)-1,s+=O),s>Q){r&&Ae(0);break}o&&n(I+131072);for(var Y=I+m;I<Y;I+=4)t[I]=t[I-L],t[I+1]=t[I+1-L],t[I+2]=t[I+2-L],t[I+3]=t[I+3-L];I=Y}}e.l=E,e.p=k,e.b=I,e.f=g,E&&(g=1,e.m=B,e.d=a,e.n=C)}while(!g);return I==t.length?t:Xt(t,0,I)}(((8!=(15&(e=A)[0])||e[0]>>>4>7||(e[0]<<8|e[1])%31)&&Ae(6,"invalid zlib data"),32&e[1]&&Ae(6,"invalid zlib data: preset dictionaries not supported"),A.subarray(2,-4)),t);var e}var Qe="undefined"!=typeof TextEncoder&&new TextEncoder,ce="undefined"!=typeof TextDecoder&&new TextDecoder;try{ce.decode(Ee,{stream:!0}),1}catch(A){}function he(A,t){if(t){for(var e=new Rt(A.length),i=0;i<A.length;++i)e[i]=A.charCodeAt(i);return e}if(Qe)return Qe.encode(A);var o=A.length,r=new Rt(A.length+(A.length>>1)),n=0,g=function(A){r[n++]=A};for(i=0;i<o;++i){if(n+5>r.length){var s=new Rt(n+8+(o-i<<1));s.set(r),r=s}var I=A.charCodeAt(i);I<128||t?g(I):I<2048?(g(192|I>>6),g(128|63&I)):I>55295&&I<57344?(g(240|(I=65536+(1047552&I)|1023&A.charCodeAt(++i))>>18),g(128|I>>12&63),g(128|I>>6&63),g(128|63&I)):(g(224|I>>12),g(128|I>>6&63),g(128|63&I))}return Xt(r,0,n)}function le(A,t){if(t){for(var e="",i=0;i<A.length;i+=16384)e+=String.fromCharCode.apply(null,A.subarray(i,i+16384));return e}if(ce)return ce.decode(A);var o=function(A){for(var t="",e=0;;){var i=A[e++],o=(i>127)+(i>223)+(i>239);if(e+o>A.length)return[t,Xt(A,e-1)];o?3==o?(i=((15&i)<<18|(63&A[e++])<<12|(63&A[e++])<<6|63&A[e++])-65536,t+=String.fromCharCode(55296|i>>10,56320|1023&i)):t+=1&o?String.fromCharCode((31&i)<<6|63&A[e++]):String.fromCharCode((15&i)<<12|(63&A[e++])<<6|63&A[e++]):t+=String.fromCharCode(i)}}(A),r=o[0];return o[1].length&&Ae(8),r}class pe{constructor(A){this.name=WA.FFLATE,this.tracelog=A}get supported(){return!0}isReady(){return!0}compress(A){return function(A,t=!0){try{return ft(A,t)}catch(A){}return A}(le(Be(he(A)),!0))}uncompress(A){return le(Ce(he(function(A){try{return wt(A)}catch(A){}return A}(A),!0)))}}class ue{constructor(A){const{tracelog:t,dynamicFeatureController:e,compress_message_zlib:i,enable_web_assembly:o}=A;this.tracelog=t,this.dynamicFeatureController=e,this.compress_message_zlib_enabled=i,this.compressor=new Qt(!!o,t),this.fallbackCompressor=new pe(t)}get activeCompressor(){var A;return(null===(A=this.compressor)||void 0===A?void 0:A.isReady())?this.compressor:this.fallbackCompressor}shouldCompress(A){var e;const{eventType:i,data:o}=A||{};return i===sA.INTERACTION&&(null===(e=null==o?void 0:o.event)||void 0===e?void 0:e.type)===t.FullSnapshot&&this.compress_message_zlib_enabled&&this.dynamicFeatureController.dynamic_feature.compress_message_zlib}compress(A){const{data:t}=A.data||{};if(this.shouldCompress(A.data)){const A=t.event,e=Date.now();this.tracelog.log(`compress message start, method=${this.activeCompressor.name}`);let i=0;try{if(this.dynamicFeatureController.dynamic_feature.compress_message_zlib){const t=this.activeCompressor.compress(JSON.stringify(A.data));A.data=t,A.compressed="zlib",i=1}}catch(A){this.tracelog.error(`compress message error: ${A}, method=${this.activeCompressor.name}`),i=2}finally{const A=Date.now()-e;this.tracelog.log(`compress message cost: ${A}, method=${this.activeCompressor.name}, status=${i}`)}}}shouldUncompress(A){var t,e;const{eventType:i,data:o}=A||{};return i===sA.INTERACTION&&"zlib"===(null===(t=o.event)||void 0===t?void 0:t.compressed)&&"string"==typeof(null===(e=o.event)||void 0===e?void 0:e.data)}uncompress(A){var t;const{data:e}=A||{};if(this.shouldUncompress(A)){const A=Date.now();this.tracelog.log(`uncompress message start, method=${this.activeCompressor.name}`);let i=0;try{if("zlib"===(null===(t=null==e?void 0:e.event)||void 0===t?void 0:t.compressed)){delete e.event.compressed;const A=JSON.parse(this.activeCompressor.uncompress(e.event.data));e.event.data=A,i=1}}catch(A){this.tracelog.error(`uncompress message error: ${A}, method=${this.activeCompressor.name}`),i=2}finally{const t=Date.now()-A;this.tracelog.log(`uncompress message cost: ${t}, method=${this.activeCompressor.name}, status=${i}`)}}}}function de(){}function ye(){ye.init.call(this)}function De(A){return void 0===A._maxListeners?ye.defaultMaxListeners:A._maxListeners}function fe(A,t,e,i){var o,r,n,g;if("function"!=typeof e)throw new TypeError(\\\'"listener" argument must be a function\\\');if((r=A._events)?(r.newListener&&(A.emit("newListener",t,e.listener?e.listener:e),r=A._events),n=r[t]):(r=A._events=new de,A._eventsCount=0),n){if("function"==typeof n?n=r[t]=i?[e,n]:[n,e]:i?n.unshift(e):n.push(e),!n.warned&&(o=De(A))&&o>0&&n.length>o){n.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+n.length+" "+t+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=A,s.type=t,s.count=n.length,g=s,"function"==typeof console.warn?console.warn(g):console.log(g)}}else n=r[t]=e,++A._eventsCount;return A}function we(A,t,e){var i=!1;function o(){A.removeListener(t,o),i||(i=!0,e.apply(A,arguments))}return o.listener=e,o}function Re(A){var t=this._events;if(t){var e=t[A];if("function"==typeof e)return 1;if(e)return e.length}return 0}function Se(A,t){for(var e=new Array(t);t--;)e[t]=A[t];return e}de.prototype=Object.create(null),ye.EventEmitter=ye,ye.usingDomains=!1,ye.prototype.domain=void 0,ye.prototype._events=void 0,ye.prototype._maxListeners=void 0,ye.defaultMaxListeners=10,ye.init=function(){this.domain=null,ye.usingDomains&&undefined.active,this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=new de,this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},ye.prototype.setMaxListeners=function(A){if("number"!=typeof A||A<0||isNaN(A))throw new TypeError(\\\'"n" argument must be a positive number\\\');return this._maxListeners=A,this},ye.prototype.getMaxListeners=function(){return De(this)},ye.prototype.emit=function(A){var t,e,i,o,r,n,g,s="error"===A;if(n=this._events)s=s&&null==n.error;else if(!s)return!1;if(g=this.domain,s){if(t=arguments[1],!g){if(t instanceof Error)throw t;var I=new Error(\\\'Uncaught, unspecified "error" event. (\\\'+t+")");throw I.context=t,I}return t||(t=new Error(\\\'Uncaught, unspecified "error" event\\\')),t.domainEmitter=this,t.domain=g,t.domainThrown=!1,g.emit("error",t),!1}if(!(e=n[A]))return!1;var E="function"==typeof e;switch(i=arguments.length){case 1:!function(A,t,e){if(t)A.call(e);else for(var i=A.length,o=Se(A,i),r=0;r<i;++r)o[r].call(e)}(e,E,this);break;case 2:!function(A,t,e,i){if(t)A.call(e,i);else for(var o=A.length,r=Se(A,o),n=0;n<o;++n)r[n].call(e,i)}(e,E,this,arguments[1]);break;case 3:!function(A,t,e,i,o){if(t)A.call(e,i,o);else for(var r=A.length,n=Se(A,r),g=0;g<r;++g)n[g].call(e,i,o)}(e,E,this,arguments[1],arguments[2]);break;case 4:!function(A,t,e,i,o,r){if(t)A.call(e,i,o,r);else for(var n=A.length,g=Se(A,n),s=0;s<n;++s)g[s].call(e,i,o,r)}(e,E,this,arguments[1],arguments[2],arguments[3]);break;default:for(o=new Array(i-1),r=1;r<i;r++)o[r-1]=arguments[r];!function(A,t,e,i){if(t)A.apply(e,i);else for(var o=A.length,r=Se(A,o),n=0;n<o;++n)r[n].apply(e,i)}(e,E,this,o)}return!0},ye.prototype.addListener=function(A,t){return fe(this,A,t,!1)},ye.prototype.on=ye.prototype.addListener,ye.prototype.prependListener=function(A,t){return fe(this,A,t,!0)},ye.prototype.once=function(A,t){if("function"!=typeof t)throw new TypeError(\\\'"listener" argument must be a function\\\');return this.on(A,we(this,A,t)),this},ye.prototype.prependOnceListener=function(A,t){if("function"!=typeof t)throw new TypeError(\\\'"listener" argument must be a function\\\');return this.prependListener(A,we(this,A,t)),this},ye.prototype.removeListener=function(A,t){var e,i,o,r,n;if("function"!=typeof t)throw new TypeError(\\\'"listener" argument must be a function\\\');if(!(i=this._events))return this;if(!(e=i[A]))return this;if(e===t||e.listener&&e.listener===t)0==--this._eventsCount?this._events=new de:(delete i[A],i.removeListener&&this.emit("removeListener",A,e.listener||t));else if("function"!=typeof e){for(o=-1,r=e.length;r-- >0;)if(e[r]===t||e[r].listener&&e[r].listener===t){n=e[r].listener,o=r;break}if(o<0)return this;if(1===e.length){if(e[0]=void 0,0==--this._eventsCount)return this._events=new de,this;delete i[A]}else!function(A,t){for(var e=t,i=e+1,o=A.length;i<o;e+=1,i+=1)A[e]=A[i];A.pop()}(e,o);i.removeListener&&this.emit("removeListener",A,n||t)}return this},ye.prototype.off=function(A,t){return this.removeListener(A,t)},ye.prototype.removeAllListeners=function(A){var t,e;if(!(e=this._events))return this;if(!e.removeListener)return 0===arguments.length?(this._events=new de,this._eventsCount=0):e[A]&&(0==--this._eventsCount?this._events=new de:delete e[A]),this;if(0===arguments.length){for(var i,o=Object.keys(e),r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=new de,this._eventsCount=0,this}if("function"==typeof(t=e[A]))this.removeListener(A,t);else if(t)do{this.removeListener(A,t[t.length-1])}while(t[0]);return this},ye.prototype.listeners=function(A){var t,e,i=this._events;return e=i&&(t=i[A])?"function"==typeof t?[t.listener||t]:function(A){for(var t=new Array(A.length),e=0;e<t.length;++e)t[e]=A[e].listener||A[e];return t}(t):[],e},ye.listenerCount=function(A,t){return"function"==typeof A.listenerCount?A.listenerCount(t):Re.call(A,t)},ye.prototype.listenerCount=Re,ye.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]};class Ne extends ye{constructor(A){super(),this.tracelog=A,this.dynamic_feature={}}onReceiveMessage(A,t){var e;if(1!==t)return;if(A.evt!==gA.WS_CONN_VECTOR_DATA)return;const{eventType:i,data:o}=(null===(e=A.body)||void 0===e?void 0:e.data)||{};if(i===sA.ROOM_ROSTER){const{dynamic_feature:A}=o||{};A&&(Object.assign(this.dynamic_feature,A),this.emit(SA,this.dynamic_feature))}else i===sA.CONNECTED&&(this.dynamic_feature={},this.emit(SA,this.dynamic_feature))}}const ve={NTP:!0,LEADER_PAGE_VISIBILITY:!0};class Fe{constructor(A){this.buffers=[],this.isProcessing=!1,this.sendData=A.sendData,this.tracelog=A.tracelog}queueMessage(A){this.buffers.push(A),this.processBuffers()}updateUserStatus(A){this.currentUserId=A,this.processBuffers()}processBuffers(){if(this.isProcessing)return;const A=!!this.currentUserId,t=this.buffers.some((A=>ve[A.eventType]));if(A||t){this.isProcessing=!0;try{let A=!0;for(let t=0;t<this.buffers.length;t++){const e=this.buffers[t];try{if(!1===this.sendData(e.code,{data:e.data})){this.buffers.splice(0,t),A=!1;break}}catch(e){this.buffers.splice(0,t),A=!1,this.tracelog.error(`failed to send message: ${e}`);break}}A&&(this.buffers=[])}finally{this.isProcessing=!1}}}clear(){this.buffers=[],this.isProcessing=!1}}class be{constructor(A){this.options=A,this.cachedSplitJSONData=[],this.beforeSendHook=new ZA,this.beforeReceiveHook=new PA(this.options.tracelog),this.binaryMessageHook=new KA(this.options.tracelog),this.dynamicFeatureController=new Ne(this.options.tracelog),this.compressMessageController=new ue({tracelog:this.options.tracelog,dynamicFeatureController:this.dynamicFeatureController,compress_message_zlib:this.options.compress_message_zlib,enable_web_assembly:this.options.enable_web_assembly}),this.participantType=this.options.participantType;const t={beforeSendHook:this.beforeSendHook,beforeReceiveHook:this.beforeReceiveHook},e=Object.assign({},A,{onMessage:this.onMessage.bind(this),onOpen:this.onOpen.bind(this),onClose:this.onClose.bind(this)});this.socket_main=new bA(Object.assign(Object.assign({},e),{connType:1}),t),this.options.splitWSS&&(this.socket_binary=new bA(Object.assign(Object.assign({},e),{connType:2,canReconnectWhenFailover:!0}),t)),this.bufferManager=new Fe({sendData:this.sendData.bind(this),tracelog:this.options.tracelog}),this.dynamicFeatureController.on(SA,this.onDynamicFeatureChange.bind(this))}onDynamicFeatureChange(A){var t,e;null===(e=(t=this.options).onDynamicFeatureChange)||void 0===e||e.call(t,A)}getIsWorking(){var A;return!!(null===(A=this.socket_main)||void 0===A?void 0:A.isWorking)}onDynamicFeature(A,t){this.dynamicFeatureController.on(A,t)}getDynamicFeature(){return this.dynamicFeatureController.dynamic_feature}isBinaryData(A){const t=Object.prototype.toString.call(A);return"[object ArrayBuffer]"===t||"[object Blob]"===t||"[object Uint8Array]"===t}getSplitDataExtraData(A,t){var e,i,o;return t?{splitMsgSource:null===(o=null===(i=null===(e=A.data.data)||void 0===e?void 0:e.event)||void 0===i?void 0:i.data)||void 0===o?void 0:o.source}:{}}isNeedSplitSendData(A){var e,i,o;const r=null===(o=null===(i=null===(e=null==A?void 0:A.data)||void 0===e?void 0:e.data)||void 0===i?void 0:i.event)||void 0===o?void 0:o.type;return r===t.FullSnapshot||r===t.IncrementalSnapshot}getWsMsgTransSplitSize(){var A;return null!==(A=this.options.wsMsgTransSplitSize)&&void 0!==A?A:20480}splitSendData(A,t,e){var i,o,r,n;const g=JSON.stringify(A),s=g.length;if(s<=this.getWsMsgTransSplitSize())null===(i=this.socket_main)||void 0===i||i.send({evt:t,body:A});else for(let i=0,I=0;i<s;i+=this.getWsMsgTransSplitSize()){const E=Object.assign({},A);E.data.data.event.data=g.slice(i,i+this.getWsMsgTransSplitSize());const a=(null===(r=null===(o=A.data)||void 0===o?void 0:o.data)||void 0===r?void 0:r.event)&&"object"==typeof A.data.data.event?Object.assign(Object.assign({},A.data.data.event),e):null;E.data.data=Object.assign(Object.assign(Object.assign({},E.data.data),a?{event:a}:{}),{splitTotal:Math.floor(s/this.getWsMsgTransSplitSize()),splitIdx:I++}),null===(n=this.socket_main)||void 0===n||n.send({evt:t,body:E})}}sendData(A,t){var e;this.binaryMessageHook.encodeBinary(t.data).forEach((A=>{var t,e,i;(null===(t=this.socket_binary)||void 0===t?void 0:t.isWorking)?null===(e=this.socket_binary)||void 0===e||e.send(A):null===(i=this.socket_main)||void 0===i||i.send(A)}));const i=this.isNeedSplitSendData(t),o=this.getSplitDataExtraData(t,i);this.compressMessageController.compress(t),i?this.splitSendData(t,A,o):null===(e=this.socket_main)||void 0===e||e.send({evt:A,body:t})}queueMessage(A){this.bufferManager.queueMessage(A)}updateUserStatus(A){this.bufferManager.updateUserStatus(A)}onLeaderRostered(A){var t,e,i,o,r;if((null===(e=null===(t=A.body)||void 0===t?void 0:t.data)||void 0===e?void 0:e.eventType)!==sA.USER_ROSTER)return;const n=null===(r=((null===(o=null===(i=A.body)||void 0===i?void 0:i.data)||void 0===o?void 0:o.data)||{}).add)||void 0===r?void 0:r.some((A=>A.participantType===DA.LEADER));this.participantType!==DA.LEADER&&n&&this.queueMessage({code:gA.WS_CONN_VECTOR_DATA,eventType:sA.GET_BINARY,data:{eventType:sA.GET_BINARY,data:{binaryCacheList:this.binaryMessageHook.getRecvBinaryIds()}}})}onFollowerLeaveOrEndRoom(A){UA.onReceiveLeaveFromFollowerOrEndRoom(A)}onReceiveGetBinaryFromFollower(A){UA.onReceiveGetBinaryFromFollower(A,(A=>{var t,e;(null===(t=this.socket_binary)||void 0===t?void 0:t.isWorking)?this.socket_binary.send(A):null===(e=this.socket_main)||void 0===e||e.send(A)}))}onMessageAdditionalProcess(A){this.onLeaderRostered(A),this.onFollowerLeaveOrEndRoom(A),this.onReceiveGetBinaryFromFollower(A)}onMessage(A,t){var e,i,o,r,n,g;if(this.isBinaryData(A))this.binaryMessageHook.decodeBinary(new Uint8Array(A)).then((A=>{A.forEach((A=>{var e,i;null===(i=(e=this.options).onMessage)||void 0===i||i.call(e,A,t)}))}));else{let s=A;const I=null===(o=null===(i=null===(e=s.body)||void 0===e?void 0:e.data)||void 0===i?void 0:i.data)||void 0===o?void 0:o.splitIdx;if(null!=I){0===I&&this.cachedSplitJSONData.length&&(this.cachedSplitJSONData=[]);const A=s.body.data.data;if(this.cachedSplitJSONData.push(A.event.data),I!==A.splitTotal)return;const t=this.cachedSplitJSONData.join("");this.cachedSplitJSONData=[];try{s=Object.assign(Object.assign({},s),{body:JSON.parse(t)})}catch(A){return void this.options.tracelog.error("invalid FullSnapshot json message")}}s.evt===gA.WS_CONN_VECTOR_DATA&&this.compressMessageController.uncompress(null===(r=s.body)||void 0===r?void 0:r.data),this.dynamicFeatureController.onReceiveMessage(s,t),this.binaryMessageHook.decodeJson(s),this.onMessageAdditionalProcess(s),null===(g=(n=this.options).onMessage)||void 0===g||g.call(n,s,t)}}onOpen(A,t,e){var i,o;t&&1!==t||this.binaryMessageHook.destroy(),null===(o=(i=this.options).onOpen)||void 0===o||o.call(i,A,t,e)}onClose(A,t,e){var i,o;t&&1!==t||(this.binaryMessageHook.destroy(),this.beforeReceiveHook.destroy()),null===(o=(i=this.options).onClose)||void 0===o||o.call(i,A,t,e)}connect(A){var t;null===(t=this.socket_main)||void 0===t||t.connect({url:A.url,query:Object.assign(Object.assign({},A.query),{connType:1})})}connectBinary(A){var t;null===(t=this.socket_binary)||void 0===t||t.connect({url:A.url,query:Object.assign(Object.assign({},A.query),{channelAuth:A.channelAuth,connType:2})})}fulfillPendingConnection(){var A,t;null===(A=this.socket_main)||void 0===A||A.fulfillPendingConnection(),null===(t=this.socket_binary)||void 0===t||t.fulfillPendingConnection()}rejectPendingConnection(){var A,t;null===(A=this.socket_main)||void 0===A||A.rejectPendingConnection(),null===(t=this.socket_binary)||void 0===t||t.rejectPendingConnection()}destroy(){var A,t;null===(A=this.socket_main)||void 0===A||A.destroy(),null===(t=this.socket_binary)||void 0===t||t.destroy(),this.socket_main=void 0,this.socket_binary=void 0}}var Me,Le;!function(A){A[A.info=0]="info",A[A.debug=1]="debug",A[A.log=2]="log",A[A.warn=3]="warn",A[A.error=4]="error"}(Me||(Me={})),function(A){A.afterInit="afterInit",A.beforeLog="beforeLog",A.afterLog="afterLog",A.beforeReport="beforeReport",A.afterReport="afterReport"}(Le||(Le={}));class Ge{constructor(){}}b();const _e=A=>{try{return JSON.stringify(A)}catch(A){return"json stringify failed"}};const ke=function(){let A=(new Date).getTime(),t=performance&&performance.now&&1e3*performance.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(e=>{let i=16*Math.random();return A>0?(i=(A+i)%16|0,A=Math.floor(A/16)):(i=(t+i)%16|0,t=Math.floor(t/16)),("x"===e?i:3&i|8).toString(16)}))}();var Te=function(A,t){var e={};for(var i in A)Object.prototype.hasOwnProperty.call(A,i)&&t.indexOf(i)<0&&(e[i]=A[i]);if(null!=A&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(A);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(A,i[o])&&(e[i[o]]=A[i[o]])}return e};const me=(A,t=2)=>{let e=`${A}`;for(;e.length<t;)e=`0${e}`;return e},Oe=A=>{const t=new Date(A);return`${t.getUTCFullYear()}-${me(t.getUTCMonth()+1)}-${me(t.getUTCDate())} ${me(t.getUTCHours())}:${me(t.getUTCMinutes())}:${me(t.getUTCSeconds())}.${me(t.getUTCMilliseconds(),3)}`},Ue={version:"000001",flag:"0"},Je=A=>A.reduce(((A,t)=>{const e=(A=>{const{message:t,logLevel:e,tags:i,timestamp:o,id:r}=A,n=Te(A,["message","logLevel","tags","timestamp","id"]),g=Object.assign({time:Oe(o),logLevel:Me[e],message:t,tags:i,laplaceSessionId:ke},n);return _e(g)})(t),i=(A=>{let t=A.length;for(let e=A.length-1;e>=0;e--){const i=A.charCodeAt(e);i>127&&i<=2047?t++:i>2047&&i<=65535&&(t+=2),i>=56320&&i<=57343&&e--}return t})(e),o=A[A.length-1];return o.currentSize+i>30720?A.push({messages:[e],ids:[t.id],currentSize:i}):(o.messages.push(e),o.ids.push(t.id),o.currentSize+=i),A}),[{messages:[],ids:[],currentSize:0}]).filter((A=>A.currentSize>0)).map((A=>({messages:A.messages.join("\\\\n"),ids:A.ids,meta:Ue})));function Ye(A){return new Promise(((t,e)=>{A.oncomplete=A.onsuccess=()=>t(A.result),A.onabort=A.onerror=()=>e(A.error)}))}function He(A,t){const e=indexedDB.open(A);e.onupgradeneeded=()=>e.result.createObjectStore(t);const i=Ye(e);return(A,e)=>i.then((i=>e(i.transaction(t,A).objectStore(t))))}let xe;function Ke(){return xe||(xe=He("keyval-store","keyval")),xe}function Pe(A,t=Ke()){return t("readwrite",(t=>(A.forEach((A=>t.delete(A))),Ye(t.transaction))))}function Ze(A=Ke()){return A("readonly",(t=>{if(t.getAll&&t.getAllKeys)return Promise.all([Ye(t.getAllKeys()),Ye(t.getAll())]).then((([A,t])=>A.map(((A,e)=>[A,t[e]]))));const e=[];return A("readonly",(A=>function(A,t){return A.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},Ye(A.transaction)}(A,(A=>e.push([A.key,A.value]))).then((()=>e))))}))}var We=function(A,t,e,i){return new(e||(e=Promise))((function(o,r){function n(A){try{s(i.next(A))}catch(A){r(A)}}function g(A){try{s(i.throw(A))}catch(A){r(A)}}function s(A){var t;A.done?o(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(n,g)}s((i=i.apply(A,t||[])).next())}))};const qe=new class{constructor(){this.queue=[],this.processing=!1}enqueue(A){return new Promise(((t,e)=>{this.queue.push((()=>We(this,void 0,void 0,(function*(){try{const e=yield A();t(e)}catch(A){e(A)}})))),this.processing||this.processNext()}))}processNext(){return We(this,void 0,void 0,(function*(){if(0===this.queue.length)return void(this.processing=!1);this.processing=!0;const A=this.queue.shift();try{yield A()}catch(A){console.error("Task error:",A)}this.processNext()}))}};var je=function(A,t,e,i){return new(e||(e=Promise))((function(o,r){function n(A){try{s(i.next(A))}catch(A){r(A)}}function g(A){try{s(i.throw(A))}catch(A){r(A)}}function s(A){var t;A.done?o(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(n,g)}s((i=i.apply(A,t||[])).next())}))};class Ve{constructor(A){this.set=(A,t)=>{try{return!this.disableDB&&qe.enqueue((()=>je(this,void 0,void 0,(function*(){return function(A,t,e=Ke()){return e("readwrite",(e=>(e.put(t,A),Ye(e.transaction))))}(A,t,this.store)}))))}catch(A){this.disableDB=!0}},this.makeNextId=()=>(this.nextId+=1,this.nextId),this.addLog=A=>{this.addToMemory(A);const{id:t}=A;return Number.isNaN(t),this.set(`${t}`,A)},this.addToMemory=(A,t)=>{this.memoryStoreData=t?[].concat(A):this.memoryStoreData.concat(A)},this.syncFromIDB=()=>je(this,void 0,void 0,(function*(){var A;const t=yield qe.enqueue((()=>je(this,void 0,void 0,(function*(){return Ze(this.store)})))),e=t.filter((([A,t])=>!(null==t?void 0:t.id)&&0!==(null==t?void 0:t.id)||!Number.isInteger(Number(A)))).map((A=>A[0])),i=t.filter((([A])=>!e.includes(A))).sort(((A,t)=>{var e,i;return(null===(e=A[1])||void 0===e?void 0:e.id)-(null===(i=t[1])||void 0===i?void 0:i.id)})).map((([,A])=>A));return this.addToMemory(i,!0),e.length>0&&(yield this.deleteLogs(e)),this.nextId=0===this.memoryStoreData.length?0:null===(A=this.memoryStoreData[this.memoryStoreData.length-1])||void 0===A?void 0:A.id,this.memoryStoreData})),this.getStore=()=>this.memoryStoreData,this.filterStore=A=>{let t=[];const e=[A].flatMap((A=>A));return t=A?this.memoryStoreData.filter((A=>e.some((t=>"string"==typeof t?A.tags.some((A=>t===A)):"function"==typeof t&&t(A))))):this.memoryStoreData,t},this.deleteLogs=A=>je(this,void 0,void 0,(function*(){return this.deleteMemoryLogs(A),qe.enqueue((()=>je(this,void 0,void 0,(function*(){return Pe(A.map((A=>`${A}`)),this.store)}))))})),this.deleteLogsAfterReport=A=>je(this,void 0,void 0,(function*(){return this.deleteMemoryLogs(A),Pe(A.map((A=>`${A}`)),this.store)})),this.deleteMemoryLogs=A=>{this.memoryStoreData=this.memoryStoreData.filter((t=>{var e;return!(null===(e=A.includes)||void 0===e?void 0:e.call(A,t.id))}))},this.reset=()=>{this.memoryStoreData=[],qe.enqueue((()=>je(this,void 0,void 0,(function*(){return function(A=Ke()){return A("readwrite",(A=>(A.clear(),Ye(A.transaction))))}(this.store)}))))},this.nextId=0,this.memoryStoreData=[],this.disableDB=!1,qe.enqueue((()=>je(this,void 0,void 0,(function*(){return He(A,A+"-store")})))).then((A=>{this.store=A}))}}function ze(A,t,e){const i=A.plugins;return Array.isArray(i)?i.map((A=>A[t])).reduce(((t,e)=>{const i=null==e?void 0:e(A,t);return null!=i?i:t}),e):e}const Xe=A=>new Promise((t=>{const e=new XMLHttpRequest;e.open(A.type||"GET",A.url,!0),e.withCredentials=A.withCredentials,e.onerror=e=>{t({error:e,report:A.reportItem})},e.onreadystatechange=function(){if(4===e.readyState){const i=e.status;t(i>=200&&i<300?{report:A.reportItem}:{error:`Request failed, status: ${i}, responseText: ${e.responseText}`,report:A.reportItem})}},Object.entries(A.headers).forEach((([A,t])=>{t&&A&&e.setRequestHeader(A,t)})),e.send(A.data)}));var $e="Expected a function",Ai=NaN,ti="[object Symbol]",ei=/^\\\\s+|\\\\s+$/g,ii=/^[-+]0x[0-9a-f]+$/i,oi=/^0b[01]+$/i,ri=/^0o[0-7]+$/i,ni=parseInt,gi="object"==typeof p&&p&&p.Object===Object&&p,si="object"==typeof self&&self&&self.Object===Object&&self,Ii=gi||si||Function("return this")(),Ei=Object.prototype.toString,ai=Math.max,Bi=Math.min,Ci=function(){return Ii.Date.now()};function Qi(A,t,e){var i,o,r,n,g,s,I=0,E=!1,a=!1,B=!0;if("function"!=typeof A)throw new TypeError($e);function C(t){var e=i,r=o;return i=o=void 0,I=t,n=A.apply(r,e)}function Q(A){var e=A-s;return void 0===s||e>=t||e<0||a&&A-I>=r}function c(){var A=Ci();if(Q(A))return h(A);g=setTimeout(c,function(A){var e=t-(A-s);return a?Bi(e,r-(A-I)):e}(A))}function h(A){return g=void 0,B&&i?C(A):(i=o=void 0,n)}function l(){var A=Ci(),e=Q(A);if(i=arguments,o=this,s=A,e){if(void 0===g)return function(A){return I=A,g=setTimeout(c,t),E?C(A):n}(s);if(a)return g=setTimeout(c,t),C(s)}return void 0===g&&(g=setTimeout(c,t)),n}return t=hi(t)||0,ci(e)&&(E=!!e.leading,r=(a="maxWait"in e)?ai(hi(e.maxWait)||0,t):r,B="trailing"in e?!!e.trailing:B),l.cancel=function(){void 0!==g&&clearTimeout(g),I=0,i=s=o=g=void 0},l.flush=function(){return void 0===g?n:h(Ci())},l}function ci(A){var t=typeof A;return!!A&&("object"==t||"function"==t)}function hi(A){if("number"==typeof A)return A;if(function(A){return"symbol"==typeof A||function(A){return!!A&&"object"==typeof A}(A)&&Ei.call(A)==ti}(A))return Ai;if(ci(A)){var t="function"==typeof A.valueOf?A.valueOf():A;A=ci(t)?t+"":t}if("string"!=typeof A)return 0===A?A:+A;A=A.replace(ei,"");var e=oi.test(A);return e||ri.test(A)?ni(A.slice(2),e?2:8):ii.test(A)?Ai:+A}var li=function(A,t,e){var i=!0,o=!0;if("function"!=typeof A)throw new TypeError($e);return ci(e)&&(i="leading"in e?!!e.leading:i,o="trailing"in e?!!e.trailing:o),Qi(A,t,{leading:i,maxWait:t,trailing:o})},pi=function(A,t,e,i){return new(e||(e=Promise))((function(o,r){function n(A){try{s(i.next(A))}catch(A){r(A)}}function g(A){try{s(i.throw(A))}catch(A){r(A)}}function s(A){var t;A.done?o(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(n,g)}s((i=i.apply(A,t||[])).next())}))};const ui={databaseName:"laplace-default-db"};class di{constructor(A){this.cacheFilter=[],this.log=(A,t,e=Me.log,i={})=>pi(this,void 0,void 0,(function*(){const o=[t,this.publicTags].flatMap((A=>A)),r=((A,t,e,i)=>{const o=Date.now();return Object.assign({message:A,logLevel:e,tags:t,timestamp:o},i)})(A,o,e,Object.assign(Object.assign({},this.publicAttributes),i)),n=ze(this,Le.beforeLog,r);n.id=this.idbManager.makeNextId(),this.idbManager.addLog(n),ze(this,Le.afterLog,n)})),this.deleteLog=(A,t)=>{if(Array.isArray(t)&&(this.idbManager.deleteLogs(t),!A))return;const e=this.idbManager.filterStore(A).map((A=>A.id));this.idbManager.deleteLogs(e)},this.deleteAll=()=>{this.idbManager.reset()},this.getLogs=A=>this.idbManager.filterStore(A),this.setReportUrl=A=>{this.reportUrl=A},this.throttleReport=li((A=>{this.reportByHttps(A),this.cacheFilter=[]}),5e3,{leading:!0,trailing:!0}),this.reportByFilter=A=>{this.cacheFilter=this.cacheFilter.concat(A),this.throttleReport(this.cacheFilter)},this.reportByHttps=A=>pi(this,void 0,void 0,(function*(){qe.enqueue((()=>pi(this,void 0,void 0,(function*(){const t=this.idbManager.filterStore(A);if(!t||0===t.length)return;const e=ze(this,Le.beforeReport,t),i=Je(e);return this.commonReport(i)}))))})),this.directReport=(A,t)=>{var e,i,o;const r=null!==(e=t.sampleRate)&&void 0!==e?e:1;if(Math.random()>r)return;let n;return n=t.useRawData?A:Object.assign({message:A,time:Oe(Date.now()),tags:[...null!==(i=null==t?void 0:t.tags)&&void 0!==i?i:[],...this.publicTags],logLevel:null!==(o=null==t?void 0:t.logLevel)&&void 0!==o?o:Me.log,laplaceSessionId:ke},this.publicAttributes),this.commonReport([{messages:n,meta:Ue}],!1)},this.commonReport=(A,t=!0)=>{if(this.reportUrl)return Promise.all(A.map((A=>({url:this.reportUrl,type:"POST",withCredentials:!1,headers:{},data:_e({messages:A.messages,meta:A.meta}),reportItem:A}))).map(Xe)).then((A=>{const e=A.filter((A=>!A.error)).flatMap((A=>A.report.ids));if(ze(this,Le.afterReport,{removeIds:e}),t)return this.idbManager.deleteLogsAfterReport(e)}))};const{databaseName:t,reportUrl:e="",plugins:i=[],idbManager:o,publicTags:r=[],publicAttributes:n={}}=A;this.databaseName=t,this.reportUrl=e,this.plugins=i,this.idbManager=o,this.publicTags=r,this.publicAttributes=n,ze(this,Le.afterInit)}}di.init=A=>pi(void 0,void 0,void 0,(function*(){const{databaseName:t="laplace-default-db"}=A,e=new Ve(t);return yield e.syncFromIDB(),new di(Object.assign(Object.assign(Object.assign({},ui),A),{idbManager:e}))}));const yi={enable:!0,gatewayEndPoint:"",logLevel:{debug:!1,log:!0,info:!1,print:!1,warn:!0,error:!0},logLevelAutoReport:{debug:!0,log:!0,info:!0,warn:!0,error:!0}},{enableZCBClientLog:Di,gatewayEndPoint:fi}=(null===globalThis||void 0===globalThis?void 0:globalThis.ZMCoBrowsingConfig)||{},wi={enable:Di,gatewayEndPoint:fi},Ri=(()=>{var A;const t=null!==(A=wi.gatewayEndPoint)&&void 0!==A?A:yi.gatewayEndPoint;return t||""})(),Si=yi,Ni=(()=>{let A,t="";return{setDynamicReportUrl:A=>{t=A},getDynamicReportUrl:()=>t,getCurrentReportUrl:()=>t||Ri,setDynamicLaplaceEnabled:t=>{A=t},getDynamicLaplaceEnabled:()=>A}})(),vi=()=>void 0!==Ni.getDynamicLaplaceEnabled()?Ni.getDynamicLaplaceEnabled():(()=>{var A;return!!(null!==(A=wi.enable)&&void 0!==A?A:null==yi?void 0:yi.enable)})();class Fi extends Ge{constructor(A){super(),this.config={debug:!1},this.debugLog=A=>{const{debug:t}=this.config;t&&console.log(`[AutoCleanLogPlugin]: ${A}`)},this.afterInit=A=>{const{expireBefore:t}=this.config;if(!t)return void this.debugLog("early return on beforeInit because expireBefore is falsy");const e=A.idbManager.getStore(),i=("function"==typeof t?e.filter(t):e.filter((A=>A.timestamp<t))).map((A=>A.id));A.deleteLog(void 0,i),this.debugLog(`afterInit, clean log id: ${i}`)},A&&(this.config=A)}}const bi=["RESOURCE_ERROR","JS_ERROR","UNHANDLED_PROMISE_REJECTION"];class Mi extends Ge{constructor(A){super(),this.config={debug:!1,publicTags:[]},this.errorCount=0,this.hashErrors={},this.addPublicTags=A=>{var t;return null===(t=this.config.publicTags)||void 0===t?void 0:t.concat(A).filter((A=>A))},this.debugLog=A=>{const{debug:t}=this.config;t&&console.log("[AutoLogErrorPlugin]:",A)},this.ignore=A=>{var t,e,i,o,r;return void 0!==(null===(t=this.config)||void 0===t?void 0:t.maxErrorCount)&&this.errorCount>=(null===(e=this.config)||void 0===e?void 0:e.maxErrorCount)||!!(null===(i=this.config)||void 0===i?void 0:i.ignoredErrorMsgKeywords)&&(A&&(null===(r=null===(o=this.config)||void 0===o?void 0:o.ignoredErrorMsgKeywords)||void 0===r?void 0:r.some((t=>null==A?void 0:A.includes(t)))))},this.report=li((A=>{}),600,{trailing:!0,leading:!1}),this.afterInit=A=>{if(!self.addEventListener)return;const t=(t,e,i,o)=>{this.debugLog(i),this.errorCount+=1;try{return function(A){const t=(new TextEncoder).encode(A);return crypto.subtle.digest("SHA-1",t).then((A=>Array.from(new Uint8Array(A)).map((A=>A.toString(16).padStart(2,"0"))).join("")))}(t).then((i=>this.hashErrors[i]?"dismissed":(this.hashErrors[i]=!0,A.log(t,this.addPublicTags([].concat(e)),null!=o?o:Me.error,{extraProperties:{messageHash:i}}).then((()=>A.reportByFilter(bi)))))).catch(console.error)}catch(A){return console.error(A),Promise.resolve(A)}};try{self.addEventListener("error",(A=>{var e,i,o,r,n,g,s;if(!this.ignore(null==A?void 0:A.message)){if("function"==typeof this.config.onError){const{message:e,tags:i,logLevel:o}=this.config.onError(A);return t(e,["JS_ERROR",...i],A,o)}if((null==A?void 0:A.target)&&((null===(e=null==A?void 0:A.target)||void 0===e?void 0:e.src)||(null===(i=null==A?void 0:A.target)||void 0===i?void 0:i.href))){const e=`Load Resource Error in ${null===(o=null==A?void 0:A.target)||void 0===o?void 0:o.tagName} element: ${(null===(r=null==A?void 0:A.target)||void 0===r?void 0:r.src)||(null===(n=null==A?void 0:A.target)||void 0===n?void 0:n.href)}`;return t(e,"RESOURCE_ERROR",A)}{const e=`Javascript Runtime Error in ${null==A?void 0:A.filename} (${null==A?void 0:A.lineno}:${null==A?void 0:A.colno}): ${null==A?void 0:A.message}\\\\nStack: ${null!==(s=null===(g=null==A?void 0:A.error)||void 0===g?void 0:g.stack)&&void 0!==s?s:null==A?void 0:A.stack}`;return t(e,"JS_ERROR",A)}}})),self.addEventListener("unhandledrejection",(A=>{var e;if(!this.ignore(null===(e=null==A?void 0:A.reason)||void 0===e?void 0:e.message)){if("function"==typeof this.config.onError){const{message:e,tags:i,logLevel:o}=this.config.onError(A);return t(e,["UNHANDLED_PROMISE_REJECTION",...i],A,o)}{let e;const i=null==A?void 0:A.reason;return e="string"==typeof i?`Promise Error: ${i}`:i instanceof Error?`Promise Error: ${i.message} ${i.name} ${i.stack}`:"object"==typeof i?`Promise Error with reason: ${_e(i)}`:`Promise Error with unrecognized reason: ${i}`,t(e,"UNHANDLED_PROMISE_REJECTION",A)}}}))}catch(A){console.error(A)}this.debugLog("afterInit, add listener")},A&&(this.config=A),this.config.publicTags=[].concat(null==A?void 0:A.publicTags)}}var Li="__lodash_hash_undefined__",Gi=9007199254740991,_i="[object Arguments]",ki="[object Function]",Ti="[object GeneratorFunction]",mi="[object Symbol]",Oi=/^\\\\[object .+?Constructor\\\\]$/,Ui=/^(?:0|[1-9]\\\\d*)$/,Ji="object"==typeof p&&p&&p.Object===Object&&p,Yi="object"==typeof self&&self&&self.Object===Object&&self,Hi=Ji||Yi||Function("return this")();function xi(A,t){return!!(A?A.length:0)&&function(A,t,e){if(t!=t)return function(A,t,e,i){var o=A.length,r=e+(i?1:-1);for(;i?r--:++r<o;)if(t(A[r],r,A))return r;return-1}(A,Wi,e);var i=e-1,o=A.length;for(;++i<o;)if(A[i]===t)return i;return-1}(A,t,0)>-1}function Ki(A,t,e){for(var i=-1,o=A?A.length:0;++i<o;)if(e(t,A[i]))return!0;return!1}function Pi(A,t){for(var e=-1,i=A?A.length:0,o=Array(i);++e<i;)o[e]=t(A[e],e,A);return o}function Zi(A,t){for(var e=-1,i=t.length,o=A.length;++e<i;)A[o+e]=t[e];return A}function Wi(A){return A!=A}function qi(A,t){return A.has(t)}function ji(A,t){return function(e){return A(t(e))}}var Vi,zi=Array.prototype,Xi=Function.prototype,$i=Object.prototype,Ao=Hi["__core-js_shared__"],to=(Vi=/[^.]+$/.exec(Ao&&Ao.keys&&Ao.keys.IE_PROTO||""))?"Symbol(src)_1."+Vi:"",eo=Xi.toString,io=$i.hasOwnProperty,oo=$i.toString,ro=RegExp("^"+eo.call(io).replace(/[\\\\\\\\^$.*+?()[\\\\]{}|]/g,"\\\\\\\\$&").replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g,"$1.*?")+"$"),no=Hi.Symbol,go=ji(Object.getPrototypeOf,Object),so=$i.propertyIsEnumerable,Io=zi.splice,Eo=no?no.isConcatSpreadable:void 0,ao=Object.getOwnPropertySymbols,Bo=Math.max,Co=No(Hi,"Map"),Qo=No(Object,"create");function co(A){var t=-1,e=A?A.length:0;for(this.clear();++t<e;){var i=A[t];this.set(i[0],i[1])}}function ho(A){var t=-1,e=A?A.length:0;for(this.clear();++t<e;){var i=A[t];this.set(i[0],i[1])}}function lo(A){var t=-1,e=A?A.length:0;for(this.clear();++t<e;){var i=A[t];this.set(i[0],i[1])}}function po(A){var t=-1,e=A?A.length:0;for(this.__data__=new lo;++t<e;)this.add(A[t])}function uo(A,t){var e=_o(A)||Go(A)?function(A,t){for(var e=-1,i=Array(A);++e<A;)i[e]=t(e);return i}(A.length,String):[],i=e.length,o=!!i;for(var r in A)!t&&!io.call(A,r)||o&&("length"==r||Mo(r,i))||e.push(r);return e}function yo(A,t){for(var e,i,o=A.length;o--;)if((e=A[o][0])===(i=t)||e!=e&&i!=i)return o;return-1}function Do(A,t,e,i,o){var r=-1,n=A.length;for(e||(e=bo),o||(o=[]);++r<n;){var g=A[r];t>0&&e(g)?t>1?Do(g,t-1,e,i,o):Zi(o,g):i||(o[o.length]=g)}return o}function fo(A){if(!mo(A)||(t=A,to&&to in t))return!1;var t,e=To(A)||function(A){var t=!1;if(null!=A&&"function"!=typeof A.toString)try{t=!!(A+"")}catch(A){}return t}(A)?ro:Oi;return e.test(function(A){if(null!=A){try{return eo.call(A)}catch(A){}try{return A+""}catch(A){}}return""}(A))}function wo(A){if(!mo(A))return function(A){var t=[];if(null!=A)for(var e in Object(A))t.push(e);return t}(A);var t=function(A){var t=A&&A.constructor,e="function"==typeof t&&t.prototype||$i;return A===e}(A),e=[];for(var i in A)("constructor"!=i||!t&&io.call(A,i))&&e.push(i);return e}function Ro(A){return function(A,t,e){var i=t(A);return _o(A)?i:Zi(i,e(A))}(A,Uo,Fo)}function So(A,t){var e,i,o=A.__data__;return("string"==(i=typeof(e=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==e:null===e)?o["string"==typeof t?"string":"hash"]:o.map}function No(A,t){var e=function(A,t){return null==A?void 0:A[t]}(A,t);return fo(e)?e:void 0}co.prototype.clear=function(){this.__data__=Qo?Qo(null):{}},co.prototype.delete=function(A){return this.has(A)&&delete this.__data__[A]},co.prototype.get=function(A){var t=this.__data__;if(Qo){var e=t[A];return e===Li?void 0:e}return io.call(t,A)?t[A]:void 0},co.prototype.has=function(A){var t=this.__data__;return Qo?void 0!==t[A]:io.call(t,A)},co.prototype.set=function(A,t){return this.__data__[A]=Qo&&void 0===t?Li:t,this},ho.prototype.clear=function(){this.__data__=[]},ho.prototype.delete=function(A){var t=this.__data__,e=yo(t,A);return!(e<0)&&(e==t.length-1?t.pop():Io.call(t,e,1),!0)},ho.prototype.get=function(A){var t=this.__data__,e=yo(t,A);return e<0?void 0:t[e][1]},ho.prototype.has=function(A){return yo(this.__data__,A)>-1},ho.prototype.set=function(A,t){var e=this.__data__,i=yo(e,A);return i<0?e.push([A,t]):e[i][1]=t,this},lo.prototype.clear=function(){this.__data__={hash:new co,map:new(Co||ho),string:new co}},lo.prototype.delete=function(A){return So(this,A).delete(A)},lo.prototype.get=function(A){return So(this,A).get(A)},lo.prototype.has=function(A){return So(this,A).has(A)},lo.prototype.set=function(A,t){return So(this,A).set(A,t),this},po.prototype.add=po.prototype.push=function(A){return this.__data__.set(A,Li),this},po.prototype.has=function(A){return this.__data__.has(A)};var vo=ao?ji(ao,Object):xo,Fo=ao?function(A){for(var t=[];A;)Zi(t,vo(A)),A=go(A);return t}:xo;function bo(A){return _o(A)||Go(A)||!!(Eo&&A&&A[Eo])}function Mo(A,t){return!!(t=null==t?Gi:t)&&("number"==typeof A||Ui.test(A))&&A>-1&&A%1==0&&A<t}function Lo(A){if("string"==typeof A||function(A){return"symbol"==typeof A||Oo(A)&&oo.call(A)==mi}(A))return A;var t=A+"";return"0"==t&&1/A==-Infinity?"-0":t}function Go(A){return function(A){return Oo(A)&&ko(A)}(A)&&io.call(A,"callee")&&(!so.call(A,"callee")||oo.call(A)==_i)}var _o=Array.isArray;function ko(A){return null!=A&&function(A){return"number"==typeof A&&A>-1&&A%1==0&&A<=Gi}(A.length)&&!To(A)}function To(A){var t=mo(A)?oo.call(A):"";return t==ki||t==Ti}function mo(A){var t=typeof A;return!!A&&("object"==t||"function"==t)}function Oo(A){return!!A&&"object"==typeof A}function Uo(A){return ko(A)?uo(A,!0):wo(A)}var Jo,Yo,Ho=(Jo=function(A,t){return null==A?{}:(t=Pi(Do(t,1),Lo),function(A,t){return function(A,t,e){for(var i=-1,o=t.length,r={};++i<o;){var n=t[i],g=A[n];e(g,n)&&(r[n]=g)}return r}(A=Object(A),t,(function(t,e){return e in A}))}(A,function(A,t,e,i){var o,r=-1,n=xi,g=!0,s=A.length,I=[],E=t.length;if(!s)return I;e&&(t=Pi(t,(o=e,function(A){return o(A)}))),i?(n=Ki,g=!1):t.length>=200&&(n=qi,g=!1,t=new po(t));A:for(;++r<s;){var a=A[r],B=e?e(a):a;if(a=i||0!==a?a:0,g&&B==B){for(var C=E;C--;)if(t[C]===B)continue A;I.push(a)}else n(t,B,i)||I.push(a)}return I}(Ro(A),t)))},Yo=Bo(void 0===Yo?Jo.length-1:Yo,0),function(){for(var A=arguments,t=-1,e=Bo(A.length-Yo,0),i=Array(e);++t<e;)i[t]=A[Yo+t];t=-1;for(var o=Array(Yo+1);++t<Yo;)o[t]=A[t];return o[Yo]=i,function(A,t,e){switch(e.length){case 0:return A.call(t);case 1:return A.call(t,e[0]);case 2:return A.call(t,e[0],e[1]);case 3:return A.call(t,e[0],e[1],e[2])}return A.apply(t,e)}(Jo,this,o)});function xo(){return[]}var Ko=Ho,Po=function(A,t,e,i){return new(e||(e=Promise))((function(o,r){function n(A){try{s(i.next(A))}catch(A){r(A)}}function g(A){try{s(i.throw(A))}catch(A){r(A)}}function s(A){var t;A.done?o(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(n,g)}s((i=i.apply(A,t||[])).next())}))};const Zo=["STATIC_RESOURCE_TIMING"];class Wo extends Ge{constructor(A){super(),this.config={debug:!1,publicTags:[],excludeResourceTimingKeys:[],userRegion:"",enable:!1},this.entryList=[],this.debugLog=A=>{const{debug:t}=this.config;t&&console.log("[AutoLogStaticResourcePlugin]:",A)},this.addPublicTags=A=>{var t;return null===(t=this.config.publicTags)||void 0===t?void 0:t.concat(A).filter((A=>A))},this.pickEntryProperties=A=>{var t;const{domainLookupEnd:e,domainLookupStart:i,redirectStart:o,redirectEnd:r,connectStart:n,connectEnd:g,secureConnectionStart:s,responseEnd:I,responseStart:E,requestStart:a}=A,B=0!==i,C=B?Math.round(e-i):-1,Q=B?Math.round(E-a):-1,c=B?Math.round(r-o):-1;let h=B?Math.round(g-n):-1;s&&B&&(h=Math.round(g-s));const l=B?Math.round(I-E):-1,p=navigator.connection?navigator.connection.effectiveType:"Unknown",u=Ko(A,this.config.excludeResourceTimingKeys.concat("toJSON","Symbol(Symbol.toStringTag)","serverTiming")),d=function(A){const t=(A=A.replace(/\\\\/+$/,"")).match(/[^/]+$/);return t?t[0]:null}(null!==(t=u.name)&&void 0!==t?t:"");return Object.assign(Object.assign({},u),{name:d,url:u.name,dns:C,ttfb:Q,redirect:c,connect:h,download:l,network:p,duration:Math.round(A.duration),userRegion:this.config.userRegion})},this.afterInit=A=>{const t=this.addPublicTags(["STATIC_RESOURCE_TIMING"]),e=Boolean(this.config.enable),i=new PerformanceObserver((i=>{i.getEntries().forEach((i=>Po(this,void 0,void 0,(function*(){if(((A,t)=>{if(!t)return!0;for(let e=0;e<t.length;e++)if(A.includes(t[e]))return!0;return!1})(i.name,this.config.includeResourceList)){const o=this.pickEntryProperties(i);e?(yield A.log(o,t,Me.info),e&&A.reportByFilter(Zo)):yield A.log(o,t,Me.info)}}))))}));i.observe({type:"resource",buffered:!0})},A&&(this.config=Object.assign({},this.config,A))}}class qo{constructor(){globalThis.ZCB_CoBrowseConfigController=this,this.requestNpmModeAgentConfig()}static create(){return globalThis.ZCB_CoBrowseConfigController||new qo}getCoBrowsingConfig(A){var t;return A?globalThis.ZMCoBrowsingConfig?globalThis.ZMCoBrowsingConfig[A]:null===(t=this.coBrowsingConfig)||void 0===t?void 0:t[A]:globalThis.ZMCoBrowsingConfig||this.coBrowsingConfig}setCoBrowsingConfig(A){this.coBrowsingConfig=Object.assign(Object.assign({},this.coBrowsingConfig),A)}requestNpmModeAgentConfig(){var A,t,e;if(null===(A=globalThis.ZCB_NPM_SDK_AGENT_MAIN)||void 0===A?void 0:A.isInnerFrame(document)){let A=null;try{A=globalThis.parent.ZCB_CoBrowseConfigController.coBrowsingConfig}catch(A){}globalThis.ZCB_CoBrowseConfigController.setCoBrowsingConfig(Object.assign({isViewer:null===(t=globalThis.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===t?void 0:t.isViewer,appKey:null===(e=globalThis.ZCB_NPM_SDK_AGENT_SESSION_CONTEXT)||void 0===e?void 0:e.appKey},A))}}}const jo=qo.create(),Vo=()=>jo.getCoBrowsingConfig("sdkVersion"),zo=["table index is out of bounds","ResizeObserver loop completed with undelivered notifications"],Xo=(new Date).getTime()-6048e5,$o=[],Ar=[];let tr={log:(t,e,i=Me.log,o={})=>A(void 0,void 0,void 0,(function*(){$o.push({message:t,tag:e,logLevel:i,extraProperties:Object.assign({timestamp:Date.now()},o)})})),reportByFilter:A=>{},directReport:(A,t)=>{Ar.push({payload:A,options:t})},getLogs:A=>{},setReportUrl:A=>{Ni.setDynamicReportUrl(A)}};function er(A,t){var e=(65535&A)+(65535&t);return(A>>16)+(t>>16)+(e>>16)<<16|65535&e}function ir(A,t,e,i,o,r){return er((n=er(er(t,A),er(i,r)))<<(g=o)|n>>>32-g,e);var n,g}function or(A,t,e,i,o,r,n){return ir(t&e|~t&i,A,t,o,r,n)}function rr(A,t,e,i,o,r,n){return ir(t&i|e&~i,A,t,o,r,n)}function nr(A,t,e,i,o,r,n){return ir(t^e^i,A,t,o,r,n)}function gr(A,t,e,i,o,r,n){return ir(e^(t|~i),A,t,o,r,n)}function sr(A,t){var e,i,o,r,n;A[t>>5]|=128<<t%32,A[14+(t+64>>>9<<4)]=t;var g=1732584193,s=-271733879,I=-1732584194,E=271733878;for(e=0;e<A.length;e+=16)i=g,o=s,r=I,n=E,g=or(g,s,I,E,A[e],7,-680876936),E=or(E,g,s,I,A[e+1],12,-389564586),I=or(I,E,g,s,A[e+2],17,606105819),s=or(s,I,E,g,A[e+3],22,-1044525330),g=or(g,s,I,E,A[e+4],7,-176418897),E=or(E,g,s,I,A[e+5],12,1200080426),I=or(I,E,g,s,A[e+6],17,-1473231341),s=or(s,I,E,g,A[e+7],22,-45705983),g=or(g,s,I,E,A[e+8],7,1770035416),E=or(E,g,s,I,A[e+9],12,-1958414417),I=or(I,E,g,s,A[e+10],17,-42063),s=or(s,I,E,g,A[e+11],22,-1990404162),g=or(g,s,I,E,A[e+12],7,1804603682),E=or(E,g,s,I,A[e+13],12,-40341101),I=or(I,E,g,s,A[e+14],17,-1502002290),g=rr(g,s=or(s,I,E,g,A[e+15],22,1236535329),I,E,A[e+1],5,-165796510),E=rr(E,g,s,I,A[e+6],9,-1069501632),I=rr(I,E,g,s,A[e+11],14,643717713),s=rr(s,I,E,g,A[e],20,-373897302),g=rr(g,s,I,E,A[e+5],5,-701558691),E=rr(E,g,s,I,A[e+10],9,38016083),I=rr(I,E,g,s,A[e+15],14,-660478335),s=rr(s,I,E,g,A[e+4],20,-405537848),g=rr(g,s,I,E,A[e+9],5,568446438),E=rr(E,g,s,I,A[e+14],9,-1019803690),I=rr(I,E,g,s,A[e+3],14,-187363961),s=rr(s,I,E,g,A[e+8],20,1163531501),g=rr(g,s,I,E,A[e+13],5,-1444681467),E=rr(E,g,s,I,A[e+2],9,-51403784),I=rr(I,E,g,s,A[e+7],14,1735328473),g=nr(g,s=rr(s,I,E,g,A[e+12],20,-1926607734),I,E,A[e+5],4,-378558),E=nr(E,g,s,I,A[e+8],11,-2022574463),I=nr(I,E,g,s,A[e+11],16,1839030562),s=nr(s,I,E,g,A[e+14],23,-35309556),g=nr(g,s,I,E,A[e+1],4,-1530992060),E=nr(E,g,s,I,A[e+4],11,1272893353),I=nr(I,E,g,s,A[e+7],16,-155497632),s=nr(s,I,E,g,A[e+10],23,-1094730640),g=nr(g,s,I,E,A[e+13],4,681279174),E=nr(E,g,s,I,A[e],11,-358537222),I=nr(I,E,g,s,A[e+3],16,-722521979),s=nr(s,I,E,g,A[e+6],23,76029189),g=nr(g,s,I,E,A[e+9],4,-640364487),E=nr(E,g,s,I,A[e+12],11,-421815835),I=nr(I,E,g,s,A[e+15],16,530742520),g=gr(g,s=nr(s,I,E,g,A[e+2],23,-995338651),I,E,A[e],6,-198630844),E=gr(E,g,s,I,A[e+7],10,1126891415),I=gr(I,E,g,s,A[e+14],15,-1416354905),s=gr(s,I,E,g,A[e+5],21,-57434055),g=gr(g,s,I,E,A[e+12],6,1700485571),E=gr(E,g,s,I,A[e+3],10,-1894986606),I=gr(I,E,g,s,A[e+10],15,-1051523),s=gr(s,I,E,g,A[e+1],21,-2054922799),g=gr(g,s,I,E,A[e+8],6,1873313359),E=gr(E,g,s,I,A[e+15],10,-30611744),I=gr(I,E,g,s,A[e+6],15,-1560198380),s=gr(s,I,E,g,A[e+13],21,1309151649),g=gr(g,s,I,E,A[e+4],6,-145523070),E=gr(E,g,s,I,A[e+11],10,-1120210379),I=gr(I,E,g,s,A[e+2],15,718787259),s=gr(s,I,E,g,A[e+9],21,-343485551),g=er(g,i),s=er(s,o),I=er(I,r),E=er(E,n);return[g,s,I,E]}function Ir(A){var t,e="",i=32*A.length;for(t=0;t<i;t+=8)e+=String.fromCharCode(A[t>>5]>>>t%32&255);return e}function Er(A){var t,e=[];for(e[(A.length>>2)-1]=void 0,t=0;t<e.length;t+=1)e[t]=0;var i=8*A.length;for(t=0;t<i;t+=8)e[t>>5]|=(255&A.charCodeAt(t/8))<<t%32;return e}function ar(A){var t,e,i="0123456789abcdef",o="";for(e=0;e<A.length;e+=1)t=A.charCodeAt(e),o+=i.charAt(t>>>4&15)+i.charAt(15&t);return o}function Br(A){return unescape(encodeURIComponent(A))}function Cr(A){return function(A){return Ir(sr(Er(A),8*A.length))}(Br(A))}function Qr(A,t){return function(A,t){var e,i,o=Er(A),r=[],n=[];for(r[15]=n[15]=void 0,o.length>16&&(o=sr(o,8*A.length)),e=0;e<16;e+=1)r[e]=909522486^o[e],n[e]=1549556828^o[e];return i=sr(r.concat(Er(t)),512+8*t.length),Ir(sr(n.concat(i),640))}(Br(A),Br(t))}function cr(A,t,e){return t?e?Qr(t,A):ar(Qr(t,A)):e?Cr(A):ar(Cr(A))}const hr=A=>Boolean(null==A?void 0:A.log),lr=(A,t)=>[A,t].flatMap((A=>A)).map((A=>"function"==typeof A?A():A)).filter((A=>Boolean(A)));const pr=globalThis.ZCB_TrackingIdController||new class{constructor(){this.ZCB_ZmTrackingIds={}}setZmTrackingIds({zmWebTrackingId:A,zmChsTrackingId:t,zmTrackingId:e}){this.ZCB_ZmTrackingIds={zmWebTrackingId:A,zmChsTrackingId:t,zmTrackingId:e}}genZmTrackingId(){const A=nA(),t=`zcb_client_${A}_0`,e=`${A}_0`;return this.ZCB_ZmTrackingIds={zmWebTrackingId:t,zmChsTrackingId:e,zmTrackingId:A},{zmWebTrackingId:t,zmChsTrackingId:e,zmTrackingId:A}}getZmTrackingId(){var A;let t=null===(A=this.ZCB_ZmTrackingIds)||void 0===A?void 0:A.zmTrackingId;return t||(console.warn(`getZmTrackingId failed, generate new zmTrackingId: ${t}`),t=this.genZmTrackingId().zmTrackingId),t}clearZmTrackingId(){this.ZCB_ZmTrackingIds={}}genFailOverZmChsTrackingId(){var A;let t=null===(A=this.ZCB_ZmTrackingIds)||void 0===A?void 0:A.zmChsTrackingId;t||(t=this.genZmTrackingId().zmChsTrackingId);const e=t.match(/(\\\\d+)(?!.*\\\\d+)/);if(e){const A=parseInt(e[0])+1,i=t.substring(0,e.index)+A;return this.ZCB_ZmTrackingIds&&(this.ZCB_ZmTrackingIds.zmChsTrackingId=i),i}return this.genZmTrackingId().zmChsTrackingId}getZmTrackingIdForWeb(){var A;let t=null===(A=this.ZCB_ZmTrackingIds)||void 0===A?void 0:A.zmWebTrackingId;t||(t=this.genZmTrackingId().zmWebTrackingId);const e=t.match(/(\\\\d+)(?!.*\\\\d+)/);if(e){const A=parseInt(e[0])+1,i=t.substring(0,e.index)+A;return this.ZCB_ZmTrackingIds&&(this.ZCB_ZmTrackingIds.zmWebTrackingId=i),i}return this.genZmTrackingId().zmWebTrackingId}getZmTrackingIdForChs(){var A;let t=null===(A=this.ZCB_ZmTrackingIds)||void 0===A?void 0:A.zmChsTrackingId;return t||(t=this.genZmTrackingId().zmChsTrackingId),t}};globalThis.ZCB_TrackingIdController=pr;class ur{constructor(A){this.cache=new Map,this.limit=A}get(A){if(!this.cache.has(A))return;const t=this.cache.get(A);return this.cache.delete(A),this.cache.set(A,t),t}set(A,t){if(this.cache.has(A))this.cache.delete(A);else if(this.cache.size>=this.limit){const A=this.cache.keys().next().value;this.cache.delete(A)}this.cache.set(A,t)}has(A){return this.cache.has(A)}delete(A){return this.cache.delete(A)}clear(){this.cache.clear()}keys(){return Array.from(this.cache.keys())}values(){return Array.from(this.cache.values())}}const dr="function",yr="object",Dr="string",fr="model",wr="name",Rr="type",Sr="vendor",Nr="version",vr="architecture",Fr="hardwareConcurrency",br="console",Mr="mobile",Lr="tablet",Gr="smarttv",_r="wearable",kr="Amazon",Tr="Apple",mr="ASUS",Or="BlackBerry",Ur="Browser",Jr="Chrome",Yr="Firefox",Hr="Google",xr="Huawei",Kr="LG",Pr="Microsoft",Zr="Motorola",Wr="Opera",qr="Samsung",jr="Sharp",Vr="Sony",zr="Xiaomi",Xr="Zebra",$r="Facebook",An={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},tn=function(A){return A.toLowerCase()},en=function(A,t){return typeof A===Dr&&-1!==tn(t).indexOf(tn(A))},on=function(A,t){return typeof A===Dr?(A=A.replace(/^\\\\s\\\\s*/,""),void 0===t?A:A.substring(0,350)):""},rn=function(A,t){for(const e in t)if(typeof t[e]===yr&&t[e].length>0){for(let i=0;i<t[e].length;i++)if(en(t[e][i],A))return"?"===e?void 0:e}else if(en(t[e],A))return"?"===e?void 0:e;return A},nn={browser:[[/(ZoomApps)\\\\/([\\\\w\\\\.]+)/i],[wr,Nr],[/\\\\b(?:crmo|crios)\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"Chrome"]],[/edg(?:e|ios|a)?\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"Edge"]],[/(opera mini)\\\\/([-\\\\w\\\\.]+)/i,/(opera [mobiletab]{3,6})\\\\b.+version\\\\/([-\\\\w\\\\.]+)/i,/(opera)(?:.+version\\\\/|[\\\\/ ]+)([\\\\w\\\\.]+)/i],[wr,Nr],[/opios[\\\\/ ]+([\\\\w\\\\.]+)/i],[Nr,[wr,Wr+" Mini"]],[/\\\\bopr\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,Wr]],[/(kindle)\\\\/([\\\\w\\\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\\\/ ]?([\\\\w\\\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\\\/ ]?([\\\\w\\\\.]*)/i,/(ba?idubrowser)[\\\\/ ]?([\\\\w\\\\.]+)/i,/(?:ms|\\\\()(ie) ([\\\\w\\\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\\\\/([-\\\\w\\\\.]+)/i,/(weibo)__([\\\\d\\\\.]+)/i],[wr,Nr],[/(?:\\\\buc? ?browser|(?:juc.+)ucweb)[\\\\/ ]?([\\\\w\\\\.]+)/i],[Nr,[wr,"UC"+Ur]],[/microm.+\\\\bqbcore\\\\/([\\\\w\\\\.]+)/i,/\\\\bqbcore\\\\/([\\\\w\\\\.]+).+microm/i],[Nr,[wr,"WeChat(Win) Desktop"]],[/micromessenger\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"WeChat"]],[/konqueror\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"Konqueror"]],[/trident.+rv[: ]([\\\\w\\\\.]{1,9})\\\\b.+like gecko/i],[Nr,[wr,"IE"]],[/yabrowser\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"Yandex"]],[/(avast|avg)\\\\/([\\\\w\\\\.]+)/i],[[wr,/(.+)/,"$1 Secure "+Ur],Nr],[/\\\\bfocus\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,Yr+" Focus"]],[/\\\\bopt\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,Wr+" Touch"]],[/coc_coc\\\\w+\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"Coc Coc"]],[/dolfin\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"Dolphin"]],[/coast\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,Wr+" Coast"]],[/miuibrowser\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"MIUI "+Ur]],[/fxios\\\\/([-\\\\w\\\\.]+)/i],[Nr,[wr,Yr]],[/\\\\bqihu|(qi?ho?o?|360)browser/i],[[wr,"360 "+Ur]],[/(oculus|samsung|sailfish|huawei)browser\\\\/([\\\\w\\\\.]+)/i],[[wr,/(.+)/,"$1 "+Ur],Nr],[/(comodo_dragon)\\\\/([\\\\w\\\\.]+)/i],[[wr,/_/g," "],Nr],[/(electron)\\\\/([\\\\w\\\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\\\/(20\\\\d\\\\d\\\\.[-\\\\w\\\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\\\/ ]?([\\\\w\\\\.]+)/i],[wr,Nr],[/(metasr)[\\\\/ ]?([\\\\w\\\\.]+)/i,/(lbbrowser)/i,/\\\\[(linkedin)app\\\\]/i],[wr],[/((?:fban\\\\/fbios|fb_iab\\\\/fb4a)(?!.+fbav)|;fbav\\\\/([\\\\w\\\\.]+);)/i],[[wr,$r],Nr],[/safari (line)\\\\/([\\\\w\\\\.]+)/i,/\\\\b(line)\\\\/([\\\\w\\\\.]+)\\\\/iab/i,/(chromium|instagram)[\\\\/ ]([-\\\\w\\\\.]+)/i],[wr,Nr],[/\\\\bgsa\\\\/([\\\\w\\\\.]+) .*safari\\\\//i],[Nr,[wr,"GSA"]],[/headlesschrome(?:\\\\/([\\\\w\\\\.]+)| )/i],[Nr,[wr,Jr+" Headless"]],[/ wv\\\\).+(chrome)\\\\/([\\\\w\\\\.]+)/i],[[wr,Jr+" WebView"],Nr],[/droid.+ version\\\\/([\\\\w\\\\.]+)\\\\b.+(?:mobile safari|safari)/i],[Nr,[wr,"Android "+Ur]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\\\/v?([\\\\w\\\\.]+)/i],[wr,Nr],[/version\\\\/([\\\\w\\\\.\\\\,]+) .*mobile\\\\/\\\\w+ (safari)/i],[Nr,[wr,"Mobile Safari"]],[/version\\\\/([\\\\w(\\\\.|\\\\,)]+) .*(mobile ?safari|safari)/i],[Nr,wr],[/webkit.+?(mobile ?safari|safari)(\\\\/[\\\\w\\\\.]+)/i],[wr,[Nr,rn,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\\\\/([\\\\w\\\\.]+)/i],[wr,Nr],[/(navigator|netscape\\\\d?)\\\\/([-\\\\w\\\\.]+)/i],[[wr,"Netscape"],Nr],[/mobile vr; rv:([\\\\w\\\\.]+)\\\\).+firefox/i],[Nr,[wr,Yr+" Reality"]],[/ekiohf.+(flow)\\\\/([\\\\w\\\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\\\/ ]?([\\\\w\\\\.\\\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\\\/([-\\\\w\\\\.]+)$/i,/(firefox)\\\\/([\\\\w\\\\.]+)/i,/(mozilla)\\\\/([\\\\w\\\\.]+) .+rv\\\\:.+gecko\\\\/\\\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\\\. ]?browser)[-\\\\/ ]?v?([\\\\w\\\\.]+)/i,/(links) \\\\(([\\\\w\\\\.]+)/i],[wr,Nr],[/(cobalt)\\\\/([\\\\w\\\\.]+)/i],[wr,[Nr,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\\\)]/i],[[vr,"amd64"]],[/(ia32(?=;))/i],[[vr,tn]],[/((?:i[346]|x)86)[;\\\\)]/i],[[vr,"ia32"]],[/\\\\b(aarch64|arm(v?8e?l?|_?64))\\\\b/i],[[vr,"arm64"]],[/\\\\b(arm(?:v[67])?ht?n?[fl]p?)\\\\b/i],[[vr,"armhf"]],[/windows (ce|mobile); ppc;/i],[[vr,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\\\))/i],[[vr,/ower/,"",tn]],[/(sun4\\\\w)[;\\\\)]/i],[[vr,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\\\\))|\\\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\\\b|pa-risc)/i],[[vr,tn]]],device:[[/\\\\b(sch-i[89]0\\\\d|shw-m380s|sm-[ptx]\\\\w{2,4}|gt-[pn]\\\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[fr,[Sr,qr],[Rr,Lr]],[/\\\\b((?:s[cgp]h|gt|sm)-\\\\w+|galaxy nexus)/i,/samsung[- ]([-\\\\w]+)/i,/sec-(sgh\\\\w+)/i],[fr,[Sr,qr],[Rr,Mr]],[/((ipod|iphone)\\\\d+,\\\\d+)/i],[fr,[Sr,Tr],[Rr,Mr]],[/(ipad\\\\d+,\\\\d+)/i],[fr,[Sr,Tr],[Rr,Lr]],[/\\\\((ip(?:hone|od)[\\\\w ]*);/i],[fr,[Sr,Tr],[Rr,Mr]],[/\\\\((ipad);[-\\\\w\\\\),; ]+apple/i,/applecoremedia\\\\/[\\\\w\\\\.]+ \\\\((ipad)/i,/\\\\b(ipad)\\\\d\\\\d?,\\\\d\\\\d?[;\\\\]].+ios/i],[fr,[Sr,Tr],[Rr,Lr]],[/(macintosh);/i],[fr,[Sr,Tr]],[/\\\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\\\d{2})\\\\b(?!.+d\\\\/s)/i],[fr,[Sr,xr],[Rr,Lr]],[/(?:huawei|honor)([-\\\\w ]+)[;\\\\)]/i,/\\\\b(nexus 6p|\\\\w{2,4}e?-[atu]?[ln][\\\\dx][012359c][adn]?)\\\\b(?!.+d\\\\/s)/i],[fr,[Sr,xr],[Rr,Mr]],[/\\\\b(poco[\\\\w ]+)(?: bui|\\\\))/i,/\\\\b; (\\\\w+) build\\\\/hm\\\\1/i,/\\\\b(hm[-_ ]?note?[_ ]?(?:\\\\d\\\\w)?) bui/i,/\\\\b(redmi[\\\\-_ ]?(?:note|k)?[\\\\w_ ]+)(?: bui|\\\\))/i,/\\\\b(mi[-_ ]?(?:a\\\\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\\\\d?\\\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\\\))/i],[[fr,/_/g," "],[Sr,zr],[Rr,Mr]],[/\\\\b(mi[-_ ]?(?:pad)(?:[\\\\w_ ]+))(?: bui|\\\\))/i],[[fr,/_/g," "],[Sr,zr],[Rr,Lr]],[/; (\\\\w+) bui.+ oppo/i,/\\\\b(cph[12]\\\\d{3}|p(?:af|c[al]|d\\\\w|e[ar])[mt]\\\\d0|x9007|a101op)\\\\b/i],[fr,[Sr,"OPPO"],[Rr,Mr]],[/vivo (\\\\w+)(?: bui|\\\\))/i,/\\\\b(v[12]\\\\d{3}\\\\w?[at])(?: bui|;)/i],[fr,[Sr,"Vivo"],[Rr,Mr]],[/\\\\b(rmx[12]\\\\d{3})(?: bui|;|\\\\))/i],[fr,[Sr,"Realme"],[Rr,Mr]],[/\\\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\\\b[\\\\w ]+build\\\\//i,/\\\\bmot(?:orola)?[- ](\\\\w*)/i,/((?:moto[\\\\w\\\\(\\\\) ]+|xt\\\\d{3,4}|nexus 6)(?= bui|\\\\)))/i],[fr,[Sr,Zr],[Rr,Mr]],[/\\\\b(mz60\\\\d|xoom[2 ]{0,2}) build\\\\//i],[fr,[Sr,Zr],[Rr,Lr]],[/((?=lg)?[vl]k\\\\-?\\\\d{3}) bui| 3\\\\.[-\\\\w; ]{10}lg?-([06cv9]{3,4})/i],[fr,[Sr,Kr],[Rr,Lr]],[/(lm(?:-?f100[nv]?|-[\\\\w\\\\.]+)(?= bui|\\\\))|nexus [45])/i,/\\\\blg[-e;\\\\/ ]+((?!browser|netcast|android tv)\\\\w+)/i,/\\\\blg-?([\\\\d\\\\w]+) bui/i],[fr,[Sr,Kr],[Rr,Mr]],[/(ideatab[-\\\\w ]+)/i,/lenovo ?(s[56]000[-\\\\w]+|tab(?:[\\\\w ]+)|yt[-\\\\d\\\\w]{6}|tb[-\\\\d\\\\w]{6})/i],[fr,[Sr,"Lenovo"],[Rr,Lr]],[/(?:maemo|nokia).*(n900|lumia \\\\d+)/i,/nokia[-_ ]?([-\\\\w\\\\.]*)/i],[[fr,/_/g," "],[Sr,"Nokia"],[Rr,Mr]],[/(pixel c)\\\\b/i],[fr,[Sr,Hr],[Rr,Lr]],[/droid.+; (pixel[\\\\daxl ]{0,6})(?: bui|\\\\))/i],[fr,[Sr,Hr],[Rr,Mr]],[/droid.+ (a?\\\\d[0-2]{2}so|[c-g]\\\\d{4}|so[-gl]\\\\w+|xq-a\\\\w[4-7][12])(?= bui|\\\\).+chrome\\\\/(?![1-6]{0,1}\\\\d\\\\.))/i],[fr,[Sr,Vr],[Rr,Mr]],[/sony tablet [ps]/i,/\\\\b(?:sony)?sgp\\\\w+(?: bui|\\\\))/i],[[fr,"Xperia Tablet"],[Sr,Vr],[Rr,Lr]],[/ (kb2005|in20[12]5|be20[12][59])\\\\b/i,/(?:one)?(?:plus)? (a\\\\d0\\\\d\\\\d)(?: b|\\\\))/i],[fr,[Sr,"OnePlus"],[Rr,Mr]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\\\))/i,/(kf[a-z]+)( bui|\\\\)).+silk\\\\//i],[fr,[Sr,kr],[Rr,Lr]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\\\)).+silk\\\\//i],[[fr,/(.+)/g,"Fire Phone $1"],[Sr,kr],[Rr,Mr]],[/(playbook);[-\\\\w\\\\),; ]+(rim)/i],[fr,Sr,[Rr,Lr]],[/\\\\b((?:bb[a-f]|st[hv])100-\\\\d)/i,/\\\\(bb10; (\\\\w+)/i],[fr,[Sr,Or],[Rr,Mr]],[/(?:\\\\b|asus_)(transfo[prime ]{4,10} \\\\w+|eeepc|slider \\\\w+|nexus 7|padfone|p00[cj])/i],[fr,[Sr,mr],[Rr,Lr]],[/ (z[bes]6[027][012][km][ls]|zenfone \\\\d\\\\w?)\\\\b/i],[fr,[Sr,mr],[Rr,Mr]],[/(nexus 9)/i],[fr,[Sr,"HTC"],[Rr,Lr]],[/(htc)[-;_ ]{1,2}([\\\\w ]+(?=\\\\)| bui)|\\\\w+)/i,/(zte)[- ]([\\\\w ]+?)(?: bui|\\\\/|\\\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\\\\w]*)/i],[Sr,[fr,/_/g," "],[Rr,Mr]],[/droid.+; ([ab][1-7]-?[0178a]\\\\d\\\\d?)/i],[fr,[Sr,"Acer"],[Rr,Lr]],[/droid.+; (m[1-5] note) bui/i,/\\\\bmz-([-\\\\w]{2,})/i],[fr,[Sr,"Meizu"],[Rr,Mr]],[/\\\\b(sh-?[altvz]?\\\\d\\\\d[a-ekm]?)/i],[fr,[Sr,jr],[Rr,Mr]],[/(blackberry|benq|palm(?=\\\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\\\w]*)/i,/(hp) ([\\\\w ]+\\\\w)/i,/(asus)-?(\\\\w+)/i,/(microsoft); (lumia[\\\\w ]+)/i,/(lenovo)[-_ ]?([-\\\\w]+)/i,/(jolla)/i,/(oppo) ?([\\\\w ]+) bui/i],[Sr,fr,[Rr,Mr]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\\\/([\\\\w\\\\.]+)/i,/(nook)[\\\\w ]+build\\\\/(\\\\w+)/i,/(dell) (strea[kpr\\\\d ]*[\\\\dko])/i,/(le[- ]+pan)[- ]+(\\\\w{1,9}) bui/i,/(trinity)[- ]*(t\\\\d{3}) bui/i,/(gigaset)[- ]+(q\\\\w{1,9}) bui/i,/(vodafone) ([\\\\w ]+)(?:\\\\)| bui)/i],[Sr,fr,[Rr,Lr]],[/(surface duo)/i],[fr,[Sr,Pr],[Rr,Lr]],[/droid [\\\\d\\\\.]+; (fp\\\\du?)(?: b|\\\\))/i],[fr,[Sr,"Fairphone"],[Rr,Mr]],[/(u304aa)/i],[fr,[Sr,"AT&T"],[Rr,Mr]],[/\\\\bsie-(\\\\w*)/i],[fr,[Sr,"Siemens"],[Rr,Mr]],[/\\\\b(rct\\\\w+) b/i],[fr,[Sr,"RCA"],[Rr,Lr]],[/\\\\b(venue[\\\\d ]{2,7}) b/i],[fr,[Sr,"Dell"],[Rr,Lr]],[/\\\\b(q(?:mv|ta)\\\\w+) b/i],[fr,[Sr,"Verizon"],[Rr,Lr]],[/\\\\b(?:barnes[& ]+noble |bn[rt])([\\\\w\\\\+ ]*) b/i],[fr,[Sr,"Barnes & Noble"],[Rr,Lr]],[/\\\\b(tm\\\\d{3}\\\\w+) b/i],[fr,[Sr,"NuVision"],[Rr,Lr]],[/\\\\b(k88) b/i],[fr,[Sr,"ZTE"],[Rr,Lr]],[/\\\\b(nx\\\\d{3}j) b/i],[fr,[Sr,"ZTE"],[Rr,Mr]],[/\\\\b(gen\\\\d{3}) b.+49h/i],[fr,[Sr,"Swiss"],[Rr,Mr]],[/\\\\b(zur\\\\d{3}) b/i],[fr,[Sr,"Swiss"],[Rr,Lr]],[/\\\\b((zeki)?tb.*\\\\b) b/i],[fr,[Sr,"Zeki"],[Rr,Lr]],[/\\\\b([yr]\\\\d{2}) b/i,/\\\\b(dragon[- ]+touch |dt)(\\\\w{5}) b/i],[[Sr,"Dragon Touch"],fr,[Rr,Lr]],[/\\\\b(ns-?\\\\w{0,9}) b/i],[fr,[Sr,"Insignia"],[Rr,Lr]],[/\\\\b((nxa|next)-?\\\\w{0,9}) b/i],[fr,[Sr,"NextBook"],[Rr,Lr]],[/\\\\b(xtreme\\\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[Sr,"Voice"],fr,[Rr,Mr]],[/\\\\b(lvtel\\\\-)?(v1[12]) b/i],[[Sr,"LvTel"],fr,[Rr,Mr]],[/\\\\b(ph-1) /i],[fr,[Sr,"Essential"],[Rr,Mr]],[/\\\\b(v(100md|700na|7011|917g).*\\\\b) b/i],[fr,[Sr,"Envizen"],[Rr,Lr]],[/\\\\b(trio[-\\\\w\\\\. ]+) b/i],[fr,[Sr,"MachSpeed"],[Rr,Lr]],[/\\\\btu_(1491) b/i],[fr,[Sr,"Rotor"],[Rr,Lr]],[/(shield[\\\\w ]+) b/i],[fr,[Sr,"Nvidia"],[Rr,Lr]],[/(sprint) (\\\\w+)/i],[Sr,fr,[Rr,Mr]],[/(kin\\\\.[onetw]{3})/i],[[fr,/\\\\./g," "],[Sr,Pr],[Rr,Mr]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\\\)/i],[fr,[Sr,Xr],[Rr,Lr]],[/droid.+; (ec30|ps20|tc[2-8]\\\\d[kx])\\\\)/i],[fr,[Sr,Xr],[Rr,Mr]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[Sr,fr,[Rr,br]],[/droid.+; (shield) bui/i],[fr,[Sr,"Nvidia"],[Rr,br]],[/(playstation [345portablevi]+)/i],[fr,[Sr,Vr],[Rr,br]],[/\\\\b(xbox(?: one)?(?!; xbox))[\\\\); ]/i],[fr,[Sr,Pr],[Rr,br]],[/smart-tv.+(samsung)/i],[Sr,[Rr,Gr]],[/hbbtv.+maple;(\\\\d+)/i],[[fr,/^/,"SmartTV"],[Sr,qr],[Rr,Gr]],[/(nux; netcast.+smarttv|lg (netcast\\\\.tv-201\\\\d|android tv))/i],[[Sr,Kr],[Rr,Gr]],[/(apple) ?tv/i],[Sr,[fr,Tr+" TV"],[Rr,Gr]],[/crkey/i],[[fr,Jr+"cast"],[Sr,Hr],[Rr,Gr]],[/droid.+aft(\\\\w)( bui|\\\\))/i],[fr,[Sr,kr],[Rr,Gr]],[/\\\\(dtv[\\\\);].+(aquos)/i,/(aquos-tv[\\\\w ]+)\\\\)/i],[fr,[Sr,jr],[Rr,Gr]],[/(bravia[\\\\w ]+)( bui|\\\\))/i],[fr,[Sr,Vr],[Rr,Gr]],[/(mitv-\\\\w{5}) bui/i],[fr,[Sr,zr],[Rr,Gr]],[/\\\\b(roku)[\\\\dx]*[\\\\)\\\\/]((?:dvp-)?[\\\\d\\\\.]*)/i,/hbbtv\\\\/\\\\d+\\\\.\\\\d+\\\\.\\\\d+ +\\\\([\\\\w ]*; *(\\\\w[^;]*);([^;]*)/i],[[Sr,on],[fr,on],[Rr,Gr]],[/\\\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\\\b/i],[[Rr,Gr]],[/((pebble))app/i],[Sr,fr,[Rr,_r]],[/droid.+; (glass) \\\\d/i],[fr,[Sr,Hr],[Rr,_r]],[/droid.+; (wt63?0{2,3})\\\\)/i],[fr,[Sr,Xr],[Rr,_r]],[/(quest( 2)?)/i],[fr,[Sr,$r],[Rr,_r]],[/(tesla)(?: qtcarbrowser|\\\\/[-\\\\w\\\\.]+)/i],[Sr,[Rr,"embedded"]],[/droid .+?; ([^;]+?)(?: bui|\\\\) applew).+? mobile safari/i],[fr,[Rr,Mr]],[/droid .+?; ([^;]+?)(?: bui|\\\\) applew).+?(?! mobile) safari/i],[fr,[Rr,Lr]],[/\\\\b((tablet|tab)[;\\\\/]|focus\\\\/\\\\d(?!.+mobile))/i],[[Rr,Lr]],[/(phone|mobile(?:[;\\\\/]| [ \\\\w\\\\/\\\\.]*safari)|pda(?=.+windows ce))/i],[[Rr,Mr]],[/(android[-\\\\w\\\\. ]{0,9});.+buil/i],[fr,[Sr,"Generic"]]],engine:[[/windows.+ edge\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"EdgeHTML"]],[/webkit\\\\/537\\\\.36.+chrome\\\\/(?!27)([\\\\w\\\\.]+)/i],[Nr,[wr,"Blink"]],[/(presto)\\\\/([\\\\w\\\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\\\/([\\\\w\\\\.]+)/i,/ekioh(flow)\\\\/([\\\\w\\\\.]+)/i,/(khtml|tasman|links)[\\\\/ ]\\\\(?([\\\\w\\\\.]+)/i,/(icab)[\\\\/ ]([23]\\\\.[\\\\d\\\\.]+)/i],[wr,Nr],[/rv\\\\:([\\\\w\\\\.]{1,9})\\\\b.+(gecko)/i],[Nr,wr]],os:[[/microsoft (windows) (vista|xp)/i],[wr,Nr],[/(windows) nt 6\\\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\\\/ ]?([\\\\d\\\\.\\\\w ]*)/i,/(windows)[\\\\/ ]?([ntce\\\\d\\\\. ]+\\\\w)(?!.+xbox)/i],[wr,[Nr,rn,An]],[/(win(?=3|9|n)|win 9x )([nt\\\\d\\\\.]+)/i],[[wr,"Windows"],[Nr,rn,An]],[/ip[honead]{2,4}\\\\b(?:.*os ([\\\\w]+) like mac|; opera)/i,/cfnetwork\\\\/.+darwin/i],[[Nr,/_/g,"."],[wr,"iOS"]],[/(mac os x) ?([\\\\w\\\\. ]*)/i,/(macintosh|mac_powerpc\\\\b)(?!.+haiku)/i],[[wr,"Mac OS"],[Nr,/_/g,"."]],[/droid ([\\\\w\\\\.]+)\\\\b.+(android[- ]x86|harmonyos)/i],[Nr,wr],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\\\/ ]?([\\\\w\\\\.]*)/i,/(blackberry)\\\\w*\\\\/([\\\\w\\\\.]*)/i,/(tizen|kaios)[\\\\/ ]([\\\\w\\\\.]+)/i,/\\\\((series40);/i],[wr,Nr],[/\\\\(bb(10);/i],[Nr,[wr,Or]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\\\/ ]?([\\\\w\\\\.]*)/i],[Nr,[wr,"Symbian"]],[/mozilla\\\\/[\\\\d\\\\.]+ \\\\((?:mobile|tablet|tv|mobile; [\\\\w ]+); rv:.+ gecko\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,Yr+" OS"]],[/web0s;.+rt(tv)/i,/\\\\b(?:hp)?wos(?:browser)?\\\\/([\\\\w\\\\.]+)/i],[Nr,[wr,"webOS"]],[/crkey\\\\/([\\\\d\\\\.]+)/i],[Nr,[wr,Jr+"cast"]],[/(cros) [\\\\w]+ ([\\\\w\\\\.]+\\\\w)/i],[[wr,"Chromium OS"],Nr],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\\\);]+)/i,/\\\\b(joli|palm)\\\\b ?(?:os)?\\\\/?([\\\\w\\\\.]*)/i,/(mint)[\\\\/\\\\(\\\\) ]?(\\\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\\\/ ]?(?!chrom|package)([-\\\\w\\\\.]*)/i,/(hurd|linux) ?([\\\\w\\\\.]*)/i,/(gnu) ?([\\\\w\\\\.]*)/i,/\\\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\\\/ ]?(?!amd|[ix346]{1,2}86)([\\\\w\\\\.]*)/i,/(haiku) (\\\\w+)/i],[wr,Nr],[/(sunos) ?([\\\\w\\\\.\\\\d]*)/i],[[wr,"Solaris"],Nr],[/((?:open)?solaris)[-\\\\/ ]?([\\\\w\\\\.]*)/i,/(aix) ((\\\\d)(?=\\\\.|\\\\)| )[\\\\w\\\\.])*/i,/\\\\b(beos|os\\\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\\\w\\\\.]*)/i],[wr,Nr]]};class gn{constructor(A){this.ua=(null===navigator||void 0===navigator?void 0:navigator.userAgent)||"",this.navigator=navigator||{},A&&(this.ua=A),this.regexes=nn}rgxMapper(A,t){const e={};let i,o,r,n=0,g=0,s=0,I=0;for(;n<t.length&&!o;){const E=t[n],a=t[n+1];for(g=s=0;g<E.length&&!o;)if(o=E[g++].exec(A),o)for(I=0;I<a.length;I++)r=o[++s],i=a[I],typeof i===yr&&i.length>0?2===i.length?typeof i[1]==dr?e[i[0]]=i[1](r):e[i[0]]=i[1]:3===i.length?typeof i[1]!==dr||i[1].exec&&i[1].test?e[i[0]]=r?r.replace(i[1],i[2]):void 0:e[i[0]]=r?i[1](r,i[2]):void 0:4===i.length&&(e[i[0]]=r?i[3](r.replace(i[1],i[2])):void 0):e[i]=r||void 0;n+=2}return e}getBrowser(){const A={};A[wr]=void 0,A[Nr]=void 0;const t=this.rgxMapper(this.ua,this.regexes.browser);var e;return A.major=typeof(e=t.version)===Dr?e.replace(/[^\\\\d\\\\.]/g,"").split(".")[0]:void 0,Object.assign(A,t),A}getCPU(){const A={};A[vr]=void 0,A[Fr]=this.navigator[Fr];const t=this.rgxMapper(this.ua,this.regexes.cpu);return Object.assign(A,t),A}getDevice(){const A={};A[Sr]=void 0,A[fr]=void 0,A[Rr]=void 0;const t=this.rgxMapper(this.ua,this.regexes.device);return Object.assign(A,t),A}getEngine(){const A={};A[wr]=void 0,A[Nr]=void 0;const t=this.rgxMapper(this.ua,this.regexes.engine);return Object.assign(A,t),A}getOS(){const A={};A[wr]=void 0,A[Nr]=void 0;const t=this.rgxMapper(this.ua,this.regexes.os);return Object.assign(A,t),A}getUA(){return this.ua}setUA(A){const t=typeof A===Dr&&A.length>350?on(A,350):A;this.ua=t}getResult(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}}}const sn=new class{constructor(){globalThis.ZCB_ZmCobrowseInfo={session:{userId:"",sessionId:"",participantType:"",agentSdkTrackingId:"",region:"",sdkSourceType:void 0},isCobrowseLocked:!1}}getSession(){var A;return null===(A=globalThis.ZCB_ZmCobrowseInfo)||void 0===A?void 0:A.session}getCobrowse(){return globalThis.ZCB_ZmCobrowseInfo}setSessionId(A){globalThis.ZCB_ZmCobrowseInfo.session.sessionId=A}setAgentSdkTrackingId(A){globalThis.ZCB_ZmCobrowseInfo.session.agentSdkTrackingId=A}setUserId(A){globalThis.ZCB_ZmCobrowseInfo.session.userId=A}setParticipantType(A){globalThis.ZCB_ZmCobrowseInfo.session.participantType=A}setIsCobrowseLocked(A){globalThis.ZCB_ZmCobrowseInfo.isCobrowseLocked=A}setSession(A){Object.assign(globalThis.ZCB_ZmCobrowseInfo.session,A)}setRegion(A){globalThis.ZCB_ZmCobrowseInfo.session.region=A}clearRegion(){globalThis.ZCB_ZmCobrowseInfo.session.region=""}setSdkSourceType(A){window.ZCB_ZmCobrowseInfo.session.sdkSourceType=A}clearSession(){globalThis.ZCB_ZmCobrowseInfo.session={userId:"",sessionId:"",participantType:"",agentSdkTrackingId:"",region:"",sdkSourceType:void 0},globalThis.ZCB_ZmCobrowseInfo.isCobrowseLocked=!1}},In={log:new ur(30),info:new ur(30),debug:new ur(30),warn:new ur(30),error:new ur(30)},En=(A=[])=>{try{return(null==A?void 0:A.some((A=>"NO-TRACKING"===A)))?"0000":pr.getZmTrackingId()}catch(A){return console.error(`error: ${A}`),pr.getZmTrackingId()}},an=(A,t,e)=>[`%c ${A} %c ${t} %c`,`background:${e};border:1px solid ${e}; padding: 1px; border-radius: 2px 0 0 2px; color: #fff;`,`border:1px solid ${e}; padding: 1px; border-radius: 0 2px 2px 0; color: ${e};`,"background:transparent"],Bn=()=>A(void 0,void 0,void 0,(function*(){const t=yield A(void 0,void 0,void 0,(function*(){var A,t,e,i,o,r,n;const g=(new gn).getResult();if(!navigator)return{};const s=Object.assign({appCodeName:navigator.appCodeName,appName:navigator.appName,appVersion:navigator.appVersion,language:navigator.language,connection:{downlink:null===(A=navigator.connection)||void 0===A?void 0:A.downlink,downlinkMax:null===(t=navigator.connection)||void 0===t?void 0:t.downlinkMax,effectiveType:null===(e=navigator.connection)||void 0===e?void 0:e.effectiveType,rtt:null===(i=navigator.connection)||void 0===i?void 0:i.rtt,saveData:null===(o=navigator.connection)||void 0===o?void 0:o.saveData,type:null===(r=navigator.connection)||void 0===r?void 0:r.type},href:location.host},g);if(null===(n=navigator.userAgentData)||void 0===n?void 0:n.getHighEntropyValues)try{const A=yield navigator.userAgentData.getHighEntropyValues(["architecture","bitness","fullVersionList","platformVersion","wow64","model","formFactor"]);s.os&&(s.os.version=A.platformVersion),s.cpu&&(s.cpu.architecture=A.architecture,s.cpu.bitness=A.bitness),s.mobile=A.mobile,s.userAgentData=JSON.stringify(A)}catch(A){console.log("get userAgentData error",A)}return s}));cn(["navigator"]).logWithReport(JSON.stringify(t))})),Cn=function(A,t,e={}){const i=function(A,t,e={}){let i=null,o=0;return function(...r){const n=Date.now();o||!1!==e.leading||(o=n);const g=t-(n-o),s=this;g<=0||g>t?(i&&(clearTimeout(i),i=null),o=n,A.apply(s,r)):i||!1===e.trailing||(i=setTimeout((()=>{o=!1===e.leading?0:Date.now(),i=null,A.apply(s,r)}),g))}}(A,t,e);let o=null,r=null,n=null;return function(...A){o=A,r=this,n||(n=setTimeout((()=>{o&&(i.apply(r,o),o=null,n=null)}),t)),i.apply(this,A)}}((()=>{vi()&&tr.reportByFilter(["ZCB-CLIENT"])}),1e4);function Qn(t,e,i=Me.log,o={},r){return A(this,void 0,void 0,(function*(){const A=(null==r?void 0:r.sessionInfo)||sn.getSession(),{userId:n,sessionId:g,participantType:s,region:I,agentSdkTrackingId:E,sdkSourceType:a}=A,B={uuid:n,appKey:`{E}${(null==r?void 0:r.appKey)||jo.getCoBrowsingConfig("appKey")}{/E}`,sessionId:g,participantType:s,region:I,sdkSourceType:a};E&&(B.agentSdkTrackingId=E);const C=yield tr.log(t,e,i,Object.assign({host:r?r.host||"":(null===location||void 0===location?void 0:location.host)||"",zmDeviceId:r?r.zmDeviceId||"":window.ZCB_ZmDeviceId,sdkVersion:r?r.sdkVersion||"":Vo(),info:B},o));return Cn(),C}))}const cn=(A,t)=>{const e=[...lr(["ZCB-CLIENT"],A||[])];return{log:(A,i)=>((A,t,e,i)=>{var o,r;if(null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.log)||void 0===r||!r||!hr(tr))return;const n=(null==i?void 0:i.trackingId)||En(e),g=lr([n],t||[]),s=lr(g,e||[]),I=cr(`${n}${A}`);return In.log.has(I)?void 0:(In.log.set(I,!0),Qn(A,s,Me.log,{},i))})(A,e,i,t),logWithReport:(A,i)=>((A,t,e,i)=>{var o,r;if(null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.log)||void 0===r||!r||!hr(tr)||!vi())return;const n=(null==i?void 0:i.trackingId)||En(e),g=lr([n],t||[]),s=lr(g,e||[]),I=cr(`${n}${A}`);if(In.log.has(I))return;In.log.set(I,!0);const E=(null==i?void 0:i.sessionInfo)||sn.getSession(),{userId:a,sessionId:B,participantType:C,region:Q,agentSdkTrackingId:c,sdkSourceType:h}=E,l={uuid:a,appKey:`{E}${(null==i?void 0:i.appKey)||jo.getCoBrowsingConfig("appKey")}{/E}`,sessionId:B,participantType:C,region:Q,sdkSourceType:h};return c&&(l.agentSdkTrackingId=c),tr.directReport({message:A,host:i?i.host||"":(null===location||void 0===location?void 0:location.host)||"",zmDeviceId:i?i.zmDeviceId||"":window.ZCB_ZmDeviceId,sdkVersion:i?i.sdkVersion||"":Vo(),info:l},{tags:s,logLevel:Me.log})})(A,e,i,t),info:(A,i)=>((A,t,e,i)=>{var o,r;if(null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.info)||void 0===r||!r||!hr(tr))return;const n=(null==i?void 0:i.trackingId)||En(e),g=lr([n],t||[]),s=lr(g,e||[]),I=cr(`${n}${A}`);return In.info.has(I)?void 0:(In.info.set(I,!0),Qn(A,s,Me.info,{},i))})(A,e,i,t),debug:(A,i)=>((A,t,e,i)=>{var o,r;if(null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.debug)||void 0===r||!r||!hr(tr))return;const n=(null==i?void 0:i.trackingId)||En(e),g=lr([n],t||[]),s=lr(g,e||[]),I=cr(`${n}${A}`);return In.debug.has(I)?void 0:(In.debug.set(I,!0),Qn(A,s,Me.debug,{},i))})(A,e,i,t),error:(A,i)=>((A,t,e,i)=>{var o;if(console.error(...an("laplace-error",A,"#F56C6C")),!(null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.error)||!hr(tr))return;const r=(null==i?void 0:i.trackingId)||En(e),n=lr([r],t||[]),g=lr(n,e||[]),s=cr(`${r}${A}`);return In.error.has(s)?void 0:(In.error.set(s,!0),Qn(A,g,Me.error,{},i))})(A,e,i,t),warn:(A,i)=>((A,t,e,i)=>{var o,r;if(console.warn(...an("laplace-warn",A,"#E6A23C")),null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.warn)||void 0===r||!r||!hr(tr))return;const n=(null==i?void 0:i.trackingId)||En(e),g=lr([n],t||[]),s=lr(g,e||[]),I=cr(`${n}${A}`);return In.warn.has(I)?void 0:(In.warn.set(I,!0),Qn(A,s,Me.warn,{},i))})(A,e,i,t),print:A=>(A=>{var t,e;null!==(e=null===(t=null==Si?void 0:Si.logLevel)||void 0===t?void 0:t.print)&&void 0!==e&&e&&console.log(A)})(A),performance:(A,i)=>((A,t,e,i)=>{var o,r;if(null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.log)||void 0===r||!r||!hr(tr))return;const n=(null==i?void 0:i.trackingId)||En(e),g=lr([n],t||[]);return Qn(A,lr(g,e||[]),Me.log,{},i)})(A,e,i,t),performanceRange:(A,i,o)=>((A,t,e,i,o)=>{var r,n;if(null===(n=null===(r=null==Si?void 0:Si.logLevel)||void 0===r?void 0:r.log)||void 0===n||!n||!hr(tr))return;const g=(null==o?void 0:o.trackingId)||En(i),s=lr([g],e||[]);return Qn(A,lr(s,i||[]),Me.log,t,o)})(A,i,e,o,t),log_2:(A,i)=>((A,t,e,i)=>{var o,r;if(null===(r=null===(o=null==Si?void 0:Si.logLevel)||void 0===o?void 0:o.log)||void 0===r||!r||!hr(tr))return;const n=JSON.stringify(A),g=(null==i?void 0:i.trackingId)||En(e),s=lr([g],t||[]);return Qn(n,lr(s,e||[]),Me.log,{},i)})(A,e,i,t),reportNavigator:()=>{Bn()},setReportUrl:A=>{(A=>{if(Ni.setDynamicReportUrl(A),tr&&"function"==typeof tr.setReportUrl){const t=tr.reportUrl;tr.setReportUrl(A),vi()&&A!==t&&tr.reportByFilter(["ZCB-CLIENT"])}})(A)},setLaplaceEnabled:A=>{var t;t=A,Ni.setDynamicLaplaceEnabled(t)}}};var hn,ln,pn;!function(A){A.SOCKET_INIT="socket.init",A.SOCKET_CONNECT="socket.connect",A.SOCKET_CONNECT_BINARY="socket.connectBinary",A.SOCKET_DISCONNECT="socket.disconnect",A.SOCKET_DESTROY="socket.destroy",A.SOCKET_FULFILL_PENDING_CONNECTION="socket.fulfillPendingConnection",A.SOCKET_REJECT_PENDING_CONNECTION="socket.rejectPendingConnection",A.SOCKET_QUEUE_MESSAGE="socket.queueMessage",A.SOCKET_UPDATE_USER_STATUS="socket.updateUserStatus"}(hn||(hn={})),function(A){A.SOCKET_ON_MESSAGE="socket.on.message",A.SOCKET_ON_OPEN="socket.on.open",A.SOCKET_ON_CLOSE="socket.on.close",A.SOCKET_ON_READY="socket.on.ready",A.SOCKET_ON_FAIL_OVER="socket.on.failOver",A.SOCKET_ON_CONNECT_FAIL="socket.on.connectFail",A.SOCKET_ON_MANUAL_CLOSE="socket.on.manualClose",A.SOCKET_ON_PING_TIMEOUT="socket.on.pingTimeout",A.SOCKET_ON_DYNAMIC_FEATURE_CHANGE="socket.on.dynamicFeatureChange"}(ln||(ln={})),function(A){A.WORKER_BRIDGE="worker-bridge",A.WORKER_LISTENER="worker-listener",A.WORKER_HEARTBEAT="worker-heartbeat",A.WORKER_MESSAGE="worker-message"}(pn||(pn={}));let un=null;const dn=globalThis.initLoggerParams||{};((A={})=>{if(!vi()&&!window.ZCB_NPM_SDK_AGENT_MAIN&&!window.ZCB_NPM_SDK_CUSTOMER_MAIN)return Promise.resolve();const t=(A=>{var t,e;const{zmTrackingId:i=""}=A,o=[new Fi({debug:!1,cleanAfterReport:!0,expireBefore:Xo}),new Mi({enable:!0,debug:!1,ignoredErrorMsgKeywords:zo,maxErrorCount:223,publicTags:[i,"ZCB-CLIENT","ERROR",null!==(t=null===location||void 0===location?void 0:location.host)&&void 0!==t?t:""]}),new Wo({enable:!1,debug:!1,publicTags:[i,"STATIC_RESOURCE",null!==(e=null===location||void 0===location?void 0:location.host)&&void 0!==e?e:"","ZCB-CLIENT"],includeResourceList:["zcb-core.css","zcb-core.js"],excludeResourceTimingKeys:[],userRegion:""})];return{databaseName:"laplace-zcb-client-database",maxSize:49283072,reportUrl:Ni.getCurrentReportUrl(),plugins:o}})(A);di.init(t).then((A=>{A&&(((A,t)=>{const e=(null==t?void 0:t.getLogs("ZCB-CLIENT"))||[],i=new Set(e.map((A=>null==A?void 0:A.id)));((null==A?void 0:A.getLogs("ZCB-CLIENT"))||[]).forEach((A=>{if(!A||i.has(null==A?void 0:A.id))return;const{message:t,tags:e,logLevel:o,host:r,timestamp:n}=A||{};$o.push({message:t,tag:e,logLevel:o,extraProperties:{host:r,timestamp:n}})}))})(tr,A),tr=A,vi()&&($o.length&&Promise.allSettled($o.map((A=>{const{message:t,tag:e,logLevel:i,extraProperties:o}=A;return tr.log(t,e,i,o)}))).then((()=>{$o.length=0,tr.reportByFilter(["ZCB-CLIENT"])})),Ar.length&&Promise.allSettled(Ar.map((A=>{const{payload:t,options:e}=A;return tr.directReport(t,e)}))).then((()=>{Ar.length=0}))))})).catch((A=>{console.error("initLaplace ERROR:",A)}))})({zmTrackingId:dn.trackingId});const yn=cn(["SocketWorker"],{trackingId:dn.trackingId,zmDeviceId:dn.zmDeviceId,sdkVersion:dn.sdkVersion,host:dn.host,sessionInfo:dn.sessionInfo,appKey:dn.appKey});function Dn(A,t){postMessage({type:pn.WORKER_MESSAGE,data:{name:A,data:t}})}yn.setReportUrl(""),yn.log("socket web worker script initialized");const fn={[hn.SOCKET_INIT]:(A,t)=>{un&&un.destroy(),un=new be(Object.assign(Object.assign({},t),{tracelog:yn,onMessage:(A,t)=>{Dn(ln.SOCKET_ON_MESSAGE,{message:A,connType:t})},onOpen:(A,t,e)=>{Dn(ln.SOCKET_ON_OPEN,{connType:t,isWorking:e})},onClose:(A,t,e)=>{Dn(ln.SOCKET_ON_CLOSE,{connType:t,isWorking:e})},onFailOver:A=>{Dn(ln.SOCKET_ON_FAIL_OVER,{connType:A})},onConnectFail:A=>{Dn(ln.SOCKET_ON_CONNECT_FAIL,{connType:A})},onManualClose:A=>{Dn(ln.SOCKET_ON_MANUAL_CLOSE,{connType:A})},onPingTimeout:(A,t)=>{Dn(ln.SOCKET_ON_PING_TIMEOUT,{pingCountTime:A,pingCount:t})},onReady:A=>{Dn(ln.SOCKET_ON_READY,{message:A,connType:1})},onDynamicFeatureChange:A=>{Dn(ln.SOCKET_ON_DYNAMIC_FEATURE_CHANGE,{dynamicFeature:A})}})),wn(A,void 0)},[hn.SOCKET_CONNECT]:(A,t)=>{if(!un)throw new Error("Socket not initialized");wn(A,un.connect(t))},[hn.SOCKET_CONNECT_BINARY]:(A,t)=>{if(!un)throw new Error("Socket not initialized");wn(A,un.connectBinary(t))},[hn.SOCKET_DISCONNECT]:A=>{un&&(un.destroy(),un=null),wn(A,void 0)},[hn.SOCKET_DESTROY]:A=>{if(un){const t=un.destroy();un=null,wn(A,t)}else wn(A,void 0)},[hn.SOCKET_FULFILL_PENDING_CONNECTION]:A=>{if(!un)throw new Error("Socket not initialized");un.fulfillPendingConnection(),wn(A,void 0)},[hn.SOCKET_REJECT_PENDING_CONNECTION]:A=>{if(!un)throw new Error("Socket not initialized");un.rejectPendingConnection(),wn(A,void 0)},[hn.SOCKET_QUEUE_MESSAGE]:(A,t)=>{if(!un)throw new Error("Socket not initialized");un.queueMessage(t),wn(A,void 0)},[hn.SOCKET_UPDATE_USER_STATUS]:(A,t)=>{if(!un)throw new Error("Socket not initialized");un.updateUserStatus(t),wn(A,void 0)}};function wn(A,t){void 0!==A&&postMessage({type:pn.WORKER_BRIDGE,data:{callId:A,data:t}})}addEventListener("message",(t=>{const{type:e,data:i}=t.data;if(e===pn.WORKER_BRIDGE){const{callId:t,name:e,params:o}=i;(function({callId:t,method:e,params:i}){return A(this,void 0,void 0,(function*(){const A=fn[e];if(!A)throw new Error(`Unknown method: ${e}`);yield A(t,i)}))})({callId:t,method:e,params:o}).catch((A=>{!function(A,t){void 0!==A&&postMessage({type:pn.WORKER_BRIDGE,data:{callId:A,error:{message:(null==t?void 0:t.message)||String(t),stack:null==t?void 0:t.stack}}})}(t,A)}))}if(e===pn.WORKER_LISTENER){const{listenerId:A,name:t,eventName:e}=i;!function(A,t,e){t===ln.SOCKET_ON_DYNAMIC_FEATURE_CHANGE&&(null==un||un.onDynamicFeature(e,(t=>{!function(A,t){postMessage({type:pn.WORKER_LISTENER,data:{listenerId:A,data:t}})}(A,t)})))}(A,t,e)}})),setInterval((()=>{postMessage({type:pn.WORKER_HEARTBEAT})}),1e3)}();\\n//# sourceMappingURL=https://d1cdksi819e9z7.cloudfront.net/zcb/mj1cf9pf/zcb-socket-worker.js.map\\n\'});return e.CBSInteractionLatencyLog=Es,e.TransferLayerObserver=vl,e.TransferLayerObserverBase=fl,e.cbsConnectionLog=hs,e.cbsInteractionLatencyLog=fs,e.ccAuthController=null,e.comAuthController=jc,e.comDefaultPublicShape=Hs,e.comStore=Us,e.defaultComShape={},e.defaultGlobalConfShape={zmDeviceId:"",zmTrackingId:""},e.defaultPublicShape=zs,e.defaultRecordingShape=Ws,e.delLocalSession=dA,e.getLocalSession=function(){return s(void 0,void 0,void 0,_regeneratorRuntime().mark((function e(){var t,o,n,i,a,r,s,A,c;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=Sa(hA(C)),o=Sa(hA(y)),n=Sa(hA(B)),i=Sa(hA(v)),a=lA.get(),e.next=8,null==a?void 0:a.getData(t);case 8:return r=e.sent,e.next=11,null==a?void 0:a.getData(o);case 11:return s=e.sent,e.next=14,null==a?void 0:a.getData(n);case 14:return A=e.sent,e.next=17,null==a?void 0:a.getData(i);case 17:return c=e.sent,e.abrupt("return",{sessionId:Qa(r||""),authToken:Qa(s||""),pinCode:Qa(A||""),tokenSaveTime:Qa(c||"")});case 21:return e.prev=21,e.t0=e.catch(0),gA.error("getlocalsession error, error: ".concat(JSON.stringify(e.t0))),e.abrupt("return",{sessionId:"",authToken:"",pinCode:"",tokenSaveTime:""});case 25:case"end":return e.stop()}}),e,null,[[0,21]])})))},e.globalConfStore=Ys,e.initLaplace=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!$n()&&!Da())return globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.resolve();var t=function(e){var t,o,n=e.zmTrackingId,i=void 0===n?"":n,a=[new ei({debug:!1,cleanAfterReport:!0,expireBefore:Ma}),new oi({enable:!0,debug:!1,ignoredErrorMsgKeywords:ja,maxErrorCount:223,publicTags:[i,"ZCB-CLIENT","ERROR",null!==(t=null===location||void 0===location?void 0:location.host)&&void 0!==t?t:""]}),new ma({enable:!1,debug:!1,publicTags:[i,"STATIC_RESOURCE",null!==(o=null===location||void 0===location?void 0:location.host)&&void 0!==o?o:"","ZCB-CLIENT"],includeResourceList:["zcb-core.css","zcb-core.js"],excludeResourceTimingKeys:[],userRegion:""})];return{databaseName:"laplace-zcb-client-database",maxSize:49283072,reportUrl:Xn.getCurrentReportUrl(),plugins:a}}(e);return Hn.init(t).then((function(e){var t,o,n,i;e&&(t=Pa,n=(null==(o=e)?void 0:o.getLogs("ZCB-CLIENT"))||[],i=new Set(n.map((function(e){return null==e?void 0:e.id}))),((null==t?void 0:t.getLogs("ZCB-CLIENT"))||[]).forEach((function(e){if(e&&!i.has(null==e?void 0:e.id)){var t=e||{},o=t.message,n=t.tags,a=t.logLevel,r=t.host,s=t.timestamp;Fa.push({message:o,tag:n,logLevel:a,extraProperties:{host:r,timestamp:s}})}})),Pa=e,$n()&&(Fa.length&&globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.allSettled(Fa.map((function(e){var t=e.message,o=e.tag,n=e.logLevel,i=e.extraProperties;return Pa.log(t,o,n,i)}))).then((function(){Fa.length=0,Pa.reportByFilter(["ZCB-CLIENT"])})),xa.length&&globalThis.__$ZCB_GLOBAL_CACHE$__.Promise.allSettled(xa.map((function(e){var t=e.payload,o=e.options;return Pa.directReport(t,o)}))).then((function(){xa.length=0}))))})).catch((function(e){console.error("initLaplace ERROR:",e)}))},e.makeLogger=os,e.mockAuthController=null,e.participantsService=Vo,e.performanceLog=us,e.publicStore=Gs,e.recordingStore=Js,e.sessionController=pA,e.setLocalSession=EA,Object.defineProperty(e,"__esModule",{value:!0}),e}({});\n//# sourceMappingURL=https://d1cdksi819e9z7.cloudfront.net/zcb/mj1cf9pf/zcb-channel.js.map\n';export{e as default};