posthog-react-native 3.9.0 → 3.9.1
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
|
-
"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _typeof3=require("@babel/runtime/helpers/typeof");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={PostHogCoreStateless:true,PostHogCore:true,utils:true,LZString:true};Object.defineProperty(exports,"LZString",{enumerable:true,get:function get(){return _lzString.LZString;}});exports.utils=exports.PostHogCoreStateless=exports.PostHogCore=void 0;var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _get2=_interopRequireDefault(require("@babel/runtime/helpers/get"));var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _defineProperty2=_interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _typeof2=_interopRequireDefault(require("@babel/runtime/helpers/typeof"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf2=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _wrapNativeSuper2=_interopRequireDefault(require("@babel/runtime/helpers/wrapNativeSuper"));var _types=require("./types");Object.keys(_types).forEach(function(key){if(key==="default"||key==="__esModule")return;if(Object.prototype.hasOwnProperty.call(_exportNames,key))return;if(key in exports&&exports[key]===_types[key])return;Object.defineProperty(exports,key,{enumerable:true,get:function get(){return _types[key];}});});var _utils2=_interopRequireWildcard(require("./utils"));var _utils=_utils2;exports.utils=_utils2;var _lzString=require("./lz-string");var _eventemitter=require("./eventemitter");var _uuidv=require("./vendor/uuidv7");function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var r=new WeakMap(),t=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r;})(e);}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule)return e;if(null===e||"object"!=_typeof3(e)&&"function"!=typeof e)return{"default":e};var t=_getRequireWildcardCache(r);if(t&&t.has(e))return t.get(e);var n={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&{}.hasOwnProperty.call(e,u)){var i=a?Object.getOwnPropertyDescriptor(e,u):null;i&&(i.get||i.set)?Object.defineProperty(n,u,i):n[u]=e[u];}return n["default"]=e,t&&t.set(e,n),n;}function _superPropGet(t,e,o,r){var p=(0,_get2["default"])((0,_getPrototypeOf2["default"])(1&r?t.prototype:t),e,o);return 2&r&&"function"==typeof p?function(t){return p.apply(o,t);}:p;}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2["default"])(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}function _callSuper(t,o,e){return o=(0,_getPrototypeOf2["default"])(o),(0,_possibleConstructorReturn2["default"])(t,_isNativeReflectConstruct()?Reflect.construct(o,e||[],(0,_getPrototypeOf2["default"])(t).constructor):o.apply(t,e));}function _isNativeReflectConstruct(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));}catch(t){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!t;})();}var PostHogFetchHttpError=function(_Error){function PostHogFetchHttpError(response){var _this;(0,_classCallCheck2["default"])(this,PostHogFetchHttpError);_this=_callSuper(this,PostHogFetchHttpError,['HTTP error while fetching PostHog: '+response.status]);_this.response=response;_this.name='PostHogFetchHttpError';return _this;}(0,_inherits2["default"])(PostHogFetchHttpError,_Error);return(0,_createClass2["default"])(PostHogFetchHttpError);}((0,_wrapNativeSuper2["default"])(Error));var PostHogFetchNetworkError=function(_Error2){function PostHogFetchNetworkError(error){var _this2;(0,_classCallCheck2["default"])(this,PostHogFetchNetworkError);_this2=_callSuper(this,PostHogFetchNetworkError,['Network error while fetching PostHog',error instanceof Error?{cause:error}:{}]);_this2.error=error;_this2.name='PostHogFetchNetworkError';return _this2;}(0,_inherits2["default"])(PostHogFetchNetworkError,_Error2);return(0,_createClass2["default"])(PostHogFetchNetworkError);}((0,_wrapNativeSuper2["default"])(Error));function isPostHogFetchError(err){return(0,_typeof2["default"])(err)==='object'&&(err instanceof PostHogFetchHttpError||err instanceof PostHogFetchNetworkError);}var PostHogCoreStateless=exports.PostHogCoreStateless=function(){function PostHogCoreStateless(apiKey,options){(0,_classCallCheck2["default"])(this,PostHogCoreStateless);var _a,_b,_c,_d,_e,_f,_g,_h,_j,_k,_l;this.flushPromise=null;this.disableGeoip=true;this.historicalMigration=false;this.disabled=false;this.defaultOptIn=true;this.pendingPromises={};this._events=new _eventemitter.SimpleEventEmitter();this._isInitialized=false;(0,_utils2.assert)(apiKey,"You must pass your PostHog project's api key.");this.apiKey=apiKey;this.host=(0,_utils2.removeTrailingSlash)((options===null||options===void 0?void 0:options.host)||'https://us.i.posthog.com');this.flushAt=(options===null||options===void 0?void 0:options.flushAt)?Math.max(options===null||options===void 0?void 0:options.flushAt,1):20;this.maxBatchSize=Math.max(this.flushAt,(_a=options===null||options===void 0?void 0:options.maxBatchSize)!==null&&_a!==void 0?_a:100);this.maxQueueSize=Math.max(this.flushAt,(_b=options===null||options===void 0?void 0:options.maxQueueSize)!==null&&_b!==void 0?_b:1000);this.flushInterval=(_c=options===null||options===void 0?void 0:options.flushInterval)!==null&&_c!==void 0?_c:10000;this.captureMode=(options===null||options===void 0?void 0:options.captureMode)||'json';this.defaultOptIn=(_d=options===null||options===void 0?void 0:options.defaultOptIn)!==null&&_d!==void 0?_d:true;this._retryOptions={retryCount:(_e=options===null||options===void 0?void 0:options.fetchRetryCount)!==null&&_e!==void 0?_e:3,retryDelay:(_f=options===null||options===void 0?void 0:options.fetchRetryDelay)!==null&&_f!==void 0?_f:3000,retryCheck:isPostHogFetchError};this.requestTimeout=(_g=options===null||options===void 0?void 0:options.requestTimeout)!==null&&_g!==void 0?_g:10000;this.featureFlagsRequestTimeoutMs=(_h=options===null||options===void 0?void 0:options.featureFlagsRequestTimeoutMs)!==null&&_h!==void 0?_h:3000;this.disableGeoip=(_j=options===null||options===void 0?void 0:options.disableGeoip)!==null&&_j!==void 0?_j:true;this.disabled=(_k=options===null||options===void 0?void 0:options.disabled)!==null&&_k!==void 0?_k:false;this.historicalMigration=(_l=options===null||options===void 0?void 0:options.historicalMigration)!==null&&_l!==void 0?_l:false;this._initPromise=Promise.resolve();this._isInitialized=true;}return(0,_createClass2["default"])(PostHogCoreStateless,[{key:"logMsgIfDebug",value:function logMsgIfDebug(fn){if(this.isDebug){fn();}}},{key:"wrap",value:function wrap(fn){if(this.disabled){this.logMsgIfDebug(function(){return console.warn('[PostHog] The client is disabled');});return;}if(this._isInitialized){return fn();}this._initPromise.then(function(){return fn();});}},{key:"getCommonEventProperties",value:function getCommonEventProperties(){return{$lib:this.getLibraryId(),$lib_version:this.getLibraryVersion()};}},{key:"optedOut",get:function get(){var _a;return(_a=this.getPersistedProperty(_types.PostHogPersistedProperty.OptedOut))!==null&&_a!==void 0?_a:!this.defaultOptIn;}},{key:"optIn",value:function(){var _optIn=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee(){var _this3=this;return _regenerator["default"].wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:this.wrap(function(){_this3.setPersistedProperty(_types.PostHogPersistedProperty.OptedOut,false);});case 1:case"end":return _context.stop();}},_callee,this);}));function optIn(){return _optIn.apply(this,arguments);}return optIn;}()},{key:"optOut",value:function(){var _optOut=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee2(){var _this4=this;return _regenerator["default"].wrap(function _callee2$(_context2){while(1)switch(_context2.prev=_context2.next){case 0:this.wrap(function(){_this4.setPersistedProperty(_types.PostHogPersistedProperty.OptedOut,true);});case 1:case"end":return _context2.stop();}},_callee2,this);}));function optOut(){return _optOut.apply(this,arguments);}return optOut;}()},{key:"on",value:function on(event,cb){return this._events.on(event,cb);}},{key:"debug",value:function debug(){var _this5=this;var enabled=arguments.length>0&&arguments[0]!==undefined?arguments[0]:true;var _a;(_a=this.removeDebugCallback)===null||_a===void 0?void 0:_a.call(this);if(enabled){var removeDebugCallback=this.on('*',function(event,payload){return console.log('PostHog Debug',event,payload);});this.removeDebugCallback=function(){removeDebugCallback();_this5.removeDebugCallback=undefined;};}}},{key:"isDebug",get:function get(){return!!this.removeDebugCallback;}},{key:"isDisabled",get:function get(){return this.disabled;}},{key:"buildPayload",value:function buildPayload(payload){return{distinct_id:payload.distinct_id,event:payload.event,properties:_objectSpread(_objectSpread({},payload.properties||{}),this.getCommonEventProperties())};}},{key:"addPendingPromise",value:function addPendingPromise(promise){var _this6=this;var promiseUUID=(0,_uuidv.uuidv7)();this.pendingPromises[promiseUUID]=promise;promise["catch"](function(){})["finally"](function(){delete _this6.pendingPromises[promiseUUID];});return promise;}},{key:"identifyStateless",value:function identifyStateless(distinctId,properties,options){var _this7=this;this.wrap(function(){var payload=_objectSpread({},_this7.buildPayload({distinct_id:distinctId,event:'$identify',properties:properties}));_this7.enqueue('identify',payload,options);});}},{key:"captureStateless",value:function captureStateless(distinctId,event,properties,options){var _this8=this;this.wrap(function(){var payload=_this8.buildPayload({distinct_id:distinctId,event:event,properties:properties});_this8.enqueue('capture',payload,options);});}},{key:"aliasStateless",value:function aliasStateless(alias,distinctId,properties,options){var _this9=this;this.wrap(function(){var payload=_this9.buildPayload({event:'$create_alias',distinct_id:distinctId,properties:_objectSpread(_objectSpread({},properties||{}),{},{distinct_id:distinctId,alias:alias})});_this9.enqueue('alias',payload,options);});}},{key:"groupIdentifyStateless",value:function groupIdentifyStateless(groupType,groupKey,groupProperties,options,distinctId,eventProperties){var _this10=this;this.wrap(function(){var payload=_this10.buildPayload({distinct_id:distinctId||"$".concat(groupType,"_").concat(groupKey),event:'$groupidentify',properties:_objectSpread({$group_type:groupType,$group_key:groupKey,$group_set:groupProperties||{}},eventProperties||{})});_this10.enqueue('capture',payload,options);});}},{key:"getDecide",value:(function(){var _getDecide=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee3(distinctId){var _this11=this;var groups,personProperties,groupProperties,extraPayload,url,fetchOptions,_args3=arguments;return _regenerator["default"].wrap(function _callee3$(_context3){while(1)switch(_context3.prev=_context3.next){case 0:groups=_args3.length>1&&_args3[1]!==undefined?_args3[1]:{};personProperties=_args3.length>2&&_args3[2]!==undefined?_args3[2]:{};groupProperties=_args3.length>3&&_args3[3]!==undefined?_args3[3]:{};extraPayload=_args3.length>4&&_args3[4]!==undefined?_args3[4]:{};_context3.next=6;return this._initPromise;case 6:url="".concat(this.host,"/decide/?v=3");fetchOptions={method:'POST',headers:_objectSpread(_objectSpread({},this.getCustomHeaders()),{},{'Content-Type':'application/json'}),body:JSON.stringify(_objectSpread({token:this.apiKey,distinct_id:distinctId,groups:groups,person_properties:personProperties,group_properties:groupProperties},extraPayload))};return _context3.abrupt("return",this.fetchWithRetry(url,fetchOptions,{retryCount:0},this.featureFlagsRequestTimeoutMs).then(function(response){return response.json();})["catch"](function(error){_this11._events.emit('error',error);return undefined;}));case 9:case"end":return _context3.stop();}},_callee3,this);}));function getDecide(_x){return _getDecide.apply(this,arguments);}return getDecide;}())},{key:"getFeatureFlagStateless",value:function(){var _getFeatureFlagStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee4(key,distinctId){var groups,personProperties,groupProperties,disableGeoip,featureFlags,response,_args4=arguments;return _regenerator["default"].wrap(function _callee4$(_context4){while(1)switch(_context4.prev=_context4.next){case 0:groups=_args4.length>2&&_args4[2]!==undefined?_args4[2]:{};personProperties=_args4.length>3&&_args4[3]!==undefined?_args4[3]:{};groupProperties=_args4.length>4&&_args4[4]!==undefined?_args4[4]:{};disableGeoip=_args4.length>5?_args4[5]:undefined;_context4.next=6;return this._initPromise;case 6:_context4.next=8;return this.getFeatureFlagsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:featureFlags=_context4.sent;if(featureFlags){_context4.next=11;break;}return _context4.abrupt("return",undefined);case 11:response=featureFlags[key];if(response===undefined){response=false;}return _context4.abrupt("return",response);case 14:case"end":return _context4.stop();}},_callee4,this);}));function getFeatureFlagStateless(_x2,_x3){return _getFeatureFlagStateless.apply(this,arguments);}return getFeatureFlagStateless;}()},{key:"getFeatureFlagPayloadStateless",value:function(){var _getFeatureFlagPayloadStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee5(key,distinctId){var groups,personProperties,groupProperties,disableGeoip,payloads,response,_args5=arguments;return _regenerator["default"].wrap(function _callee5$(_context5){while(1)switch(_context5.prev=_context5.next){case 0:groups=_args5.length>2&&_args5[2]!==undefined?_args5[2]:{};personProperties=_args5.length>3&&_args5[3]!==undefined?_args5[3]:{};groupProperties=_args5.length>4&&_args5[4]!==undefined?_args5[4]:{};disableGeoip=_args5.length>5?_args5[5]:undefined;_context5.next=6;return this._initPromise;case 6:_context5.next=8;return this.getFeatureFlagPayloadsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:payloads=_context5.sent;if(payloads){_context5.next=11;break;}return _context5.abrupt("return",undefined);case 11:response=payloads[key];if(!(response===undefined)){_context5.next=14;break;}return _context5.abrupt("return",null);case 14:return _context5.abrupt("return",response);case 15:case"end":return _context5.stop();}},_callee5,this);}));function getFeatureFlagPayloadStateless(_x4,_x5){return _getFeatureFlagPayloadStateless.apply(this,arguments);}return getFeatureFlagPayloadStateless;}()},{key:"getFeatureFlagPayloadsStateless",value:function(){var _getFeatureFlagPayloadsStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee6(distinctId){var groups,personProperties,groupProperties,disableGeoip,payloads,_args6=arguments;return _regenerator["default"].wrap(function _callee6$(_context6){while(1)switch(_context6.prev=_context6.next){case 0:groups=_args6.length>1&&_args6[1]!==undefined?_args6[1]:{};personProperties=_args6.length>2&&_args6[2]!==undefined?_args6[2]:{};groupProperties=_args6.length>3&&_args6[3]!==undefined?_args6[3]:{};disableGeoip=_args6.length>4?_args6[4]:undefined;_context6.next=6;return this._initPromise;case 6:_context6.next=8;return this.getFeatureFlagsAndPayloadsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:payloads=_context6.sent.payloads;return _context6.abrupt("return",payloads);case 10:case"end":return _context6.stop();}},_callee6,this);}));function getFeatureFlagPayloadsStateless(_x6){return _getFeatureFlagPayloadsStateless.apply(this,arguments);}return getFeatureFlagPayloadsStateless;}()},{key:"_parsePayload",value:function _parsePayload(response){try{return JSON.parse(response);}catch(_a){return response;}}},{key:"getFeatureFlagsStateless",value:function(){var _getFeatureFlagsStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee7(distinctId){var groups,personProperties,groupProperties,disableGeoip,_args7=arguments;return _regenerator["default"].wrap(function _callee7$(_context7){while(1)switch(_context7.prev=_context7.next){case 0:groups=_args7.length>1&&_args7[1]!==undefined?_args7[1]:{};personProperties=_args7.length>2&&_args7[2]!==undefined?_args7[2]:{};groupProperties=_args7.length>3&&_args7[3]!==undefined?_args7[3]:{};disableGeoip=_args7.length>4?_args7[4]:undefined;_context7.next=6;return this._initPromise;case 6:_context7.next=8;return this.getFeatureFlagsAndPayloadsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:return _context7.abrupt("return",_context7.sent.flags);case 9:case"end":return _context7.stop();}},_callee7,this);}));function getFeatureFlagsStateless(_x7){return _getFeatureFlagsStateless.apply(this,arguments);}return getFeatureFlagsStateless;}()},{key:"getFeatureFlagsAndPayloadsStateless",value:function(){var _getFeatureFlagsAndPayloadsStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee8(distinctId){var _this12=this;var groups,personProperties,groupProperties,disableGeoip,extraPayload,decideResponse,flags,payloads,parsedPayloads,_args8=arguments;return _regenerator["default"].wrap(function _callee8$(_context8){while(1)switch(_context8.prev=_context8.next){case 0:groups=_args8.length>1&&_args8[1]!==undefined?_args8[1]:{};personProperties=_args8.length>2&&_args8[2]!==undefined?_args8[2]:{};groupProperties=_args8.length>3&&_args8[3]!==undefined?_args8[3]:{};disableGeoip=_args8.length>4?_args8[4]:undefined;_context8.next=6;return this._initPromise;case 6:extraPayload={};if(disableGeoip!==null&&disableGeoip!==void 0?disableGeoip:this.disableGeoip){extraPayload['geoip_disable']=true;}_context8.next=10;return this.getDecide(distinctId,groups,personProperties,groupProperties,extraPayload);case 10:decideResponse=_context8.sent;flags=decideResponse===null||decideResponse===void 0?void 0:decideResponse.featureFlags;payloads=decideResponse===null||decideResponse===void 0?void 0:decideResponse.featureFlagPayloads;parsedPayloads=payloads;if(payloads){parsedPayloads=Object.fromEntries(Object.entries(payloads).map(function(_ref){var _ref2=(0,_slicedToArray2["default"])(_ref,2),k=_ref2[0],v=_ref2[1];return[k,_this12._parsePayload(v)];}));}return _context8.abrupt("return",{flags:flags,payloads:parsedPayloads});case 16:case"end":return _context8.stop();}},_callee8,this);}));function getFeatureFlagsAndPayloadsStateless(_x8){return _getFeatureFlagsAndPayloadsStateless.apply(this,arguments);}return getFeatureFlagsAndPayloadsStateless;}()},{key:"enqueue",value:function enqueue(type,_message,options){var _this13=this;this.wrap(function(){var _a;if(_this13.optedOut){_this13._events.emit(type,"Library is disabled. Not sending event. To re-enable, call posthog.optIn()");return;}var message=_objectSpread(_objectSpread({},_message),{},{type:type,library:_this13.getLibraryId(),library_version:_this13.getLibraryVersion(),timestamp:(options===null||options===void 0?void 0:options.timestamp)?options===null||options===void 0?void 0:options.timestamp:(0,_utils2.currentISOTime)(),uuid:(options===null||options===void 0?void 0:options.uuid)?options.uuid:(0,_uuidv.uuidv7)()});var addGeoipDisableProperty=(_a=options===null||options===void 0?void 0:options.disableGeoip)!==null&&_a!==void 0?_a:_this13.disableGeoip;if(addGeoipDisableProperty){if(!message.properties){message.properties={};}message['properties']['$geoip_disable']=true;}if(message.distinctId){message.distinct_id=message.distinctId;delete message.distinctId;}var queue=_this13.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];if(queue.length>=_this13.maxQueueSize){queue.shift();_this13.logMsgIfDebug(function(){return console.info('Queue is full, the oldest event is dropped.');});}queue.push({message:message});_this13.setPersistedProperty(_types.PostHogPersistedProperty.Queue,queue);_this13._events.emit(type,message);if(queue.length>=_this13.flushAt){_this13.flushBackground();}if(_this13.flushInterval&&!_this13._flushTimer){_this13._flushTimer=(0,_utils2.safeSetTimeout)(function(){return _this13.flushBackground();},_this13.flushInterval);}});}},{key:"clearFlushTimer",value:function clearFlushTimer(){if(this._flushTimer){clearTimeout(this._flushTimer);this._flushTimer=undefined;}}},{key:"flushBackground",value:function flushBackground(){void this.flush()["catch"](function(){});}},{key:"flush",value:function(){var _flush2=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee9(){var _this14=this;return _regenerator["default"].wrap(function _callee9$(_context9){while(1)switch(_context9.prev=_context9.next){case 0:if(!this.flushPromise){this.flushPromise=this._flush()["finally"](function(){_this14.flushPromise=null;});this.addPendingPromise(this.flushPromise);}return _context9.abrupt("return",this.flushPromise);case 2:case"end":return _context9.stop();}},_callee9,this);}));function flush(){return _flush2.apply(this,arguments);}return flush;}()},{key:"getCustomHeaders",value:function getCustomHeaders(){var customUserAgent=this.getCustomUserAgent();var headers={};if(customUserAgent&&customUserAgent!==''){headers['User-Agent']=customUserAgent;}return headers;}},{key:"_flush",value:function(){var _flush3=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee10(){var _this15=this;var queue,items,messages,persistQueueChange,data,payload,url,fetchOptions;return _regenerator["default"].wrap(function _callee10$(_context10){while(1)switch(_context10.prev=_context10.next){case 0:this.clearFlushTimer();_context10.next=3;return this._initPromise;case 3:queue=this.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];if(queue.length){_context10.next=6;break;}return _context10.abrupt("return",[]);case 6:items=queue.slice(0,this.maxBatchSize);messages=items.map(function(item){return item.message;});persistQueueChange=function persistQueueChange(){var refreshedQueue=_this15.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];_this15.setPersistedProperty(_types.PostHogPersistedProperty.Queue,refreshedQueue.slice(items.length));};data={api_key:this.apiKey,batch:messages,sent_at:(0,_utils2.currentISOTime)()};if(this.historicalMigration){data.historical_migration=true;}payload=JSON.stringify(data);url=this.captureMode==='form'?"".concat(this.host,"/e/?ip=1&_=").concat((0,_utils2.currentTimestamp)(),"&v=").concat(this.getLibraryVersion()):"".concat(this.host,"/batch/");fetchOptions=this.captureMode==='form'?{method:'POST',mode:'no-cors',credentials:'omit',headers:_objectSpread(_objectSpread({},this.getCustomHeaders()),{},{'Content-Type':'application/x-www-form-urlencoded'}),body:"data=".concat(encodeURIComponent(_lzString.LZString.compressToBase64(payload)),"&compression=lz64")}:{method:'POST',headers:_objectSpread(_objectSpread({},this.getCustomHeaders()),{},{'Content-Type':'application/json'}),body:payload};_context10.prev=14;_context10.next=17;return this.fetchWithRetry(url,fetchOptions);case 17:_context10.next=24;break;case 19:_context10.prev=19;_context10.t0=_context10["catch"](14);if(!(_context10.t0 instanceof PostHogFetchNetworkError)){persistQueueChange();}this._events.emit('error',_context10.t0);throw _context10.t0;case 24:persistQueueChange();this._events.emit('flush',messages);return _context10.abrupt("return",messages);case 27:case"end":return _context10.stop();}},_callee10,this,[[14,19]]);}));function _flush(){return _flush3.apply(this,arguments);}return _flush;}()},{key:"fetchWithRetry",value:function(){var _fetchWithRetry=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee12(url,options,retryOptions,requestTimeout){var _this16=this;var _a,_b;return _regenerator["default"].wrap(function _callee12$(_context12){while(1)switch(_context12.prev=_context12.next){case 0:;(_a=(_b=AbortSignal).timeout)!==null&&_a!==void 0?_a:_b.timeout=function timeout(ms){var ctrl=new AbortController();setTimeout(function(){return ctrl.abort();},ms);return ctrl.signal;};_context12.next=4;return(0,_utils2.retriable)((0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee11(){var res,isNoCors;return _regenerator["default"].wrap(function _callee11$(_context11){while(1)switch(_context11.prev=_context11.next){case 0:res=null;_context11.prev=1;_context11.next=4;return _this16.fetch(url,_objectSpread({signal:AbortSignal.timeout(requestTimeout!==null&&requestTimeout!==void 0?requestTimeout:_this16.requestTimeout)},options));case 4:res=_context11.sent;_context11.next=10;break;case 7:_context11.prev=7;_context11.t0=_context11["catch"](1);throw new PostHogFetchNetworkError(_context11.t0);case 10:isNoCors=options.mode==='no-cors';if(!(!isNoCors&&(res.status<200||res.status>=400))){_context11.next=13;break;}throw new PostHogFetchHttpError(res);case 13:return _context11.abrupt("return",res);case 14:case"end":return _context11.stop();}},_callee11,null,[[1,7]]);})),_objectSpread(_objectSpread({},this._retryOptions),retryOptions));case 4:return _context12.abrupt("return",_context12.sent);case 5:case"end":return _context12.stop();}},_callee12,this);}));function fetchWithRetry(_x9,_x10,_x11,_x12){return _fetchWithRetry.apply(this,arguments);}return fetchWithRetry;}()},{key:"shutdown",value:function(){var _shutdown=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee14(){var _this17=this;var shutdownTimeoutMs,hasTimedOut,doShutdown,_args14=arguments;return _regenerator["default"].wrap(function _callee14$(_context14){while(1)switch(_context14.prev=_context14.next){case 0:shutdownTimeoutMs=_args14.length>0&&_args14[0]!==undefined?_args14[0]:30000;_context14.next=3;return this._initPromise;case 3:hasTimedOut=false;this.clearFlushTimer();doShutdown=function(){var _ref4=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee13(){var queue;return _regenerator["default"].wrap(function _callee13$(_context13){while(1)switch(_context13.prev=_context13.next){case 0:_context13.prev=0;_context13.next=3;return Promise.all(Object.values(_this17.pendingPromises));case 3:if(!true){_context13.next=13;break;}queue=_this17.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];if(!(queue.length===0)){_context13.next=7;break;}return _context13.abrupt("break",13);case 7:_context13.next=9;return _this17.flush();case 9:if(!hasTimedOut){_context13.next=11;break;}return _context13.abrupt("break",13);case 11:_context13.next=3;break;case 13:_context13.next=20;break;case 15:_context13.prev=15;_context13.t0=_context13["catch"](0);if(isPostHogFetchError(_context13.t0)){_context13.next=19;break;}throw _context13.t0;case 19:_this17.logMsgIfDebug(function(){return console.error('Error while shutting down PostHog',_context13.t0);});case 20:case"end":return _context13.stop();}},_callee13,null,[[0,15]]);}));return function doShutdown(){return _ref4.apply(this,arguments);};}();return _context14.abrupt("return",Promise.race([new Promise(function(_,reject){(0,_utils2.safeSetTimeout)(function(){_this17.logMsgIfDebug(function(){return console.error('Timed out while shutting down PostHog');});hasTimedOut=true;reject('Timeout while shutting down PostHog. Some events may not have been sent.');},shutdownTimeoutMs);}),doShutdown()]));case 7:case"end":return _context14.stop();}},_callee14,this);}));function shutdown(){return _shutdown.apply(this,arguments);}return shutdown;}()}]);}();var PostHogCore=exports.PostHogCore=function(_PostHogCoreStateless){function PostHogCore(apiKey,options){var _this18;(0,_classCallCheck2["default"])(this,PostHogCore);var _a,_b,_c,_d;var disableGeoipOption=(_a=options===null||options===void 0?void 0:options.disableGeoip)!==null&&_a!==void 0?_a:false;var featureFlagsRequestTimeoutMs=(_b=options===null||options===void 0?void 0:options.featureFlagsRequestTimeoutMs)!==null&&_b!==void 0?_b:10000;_this18=_callSuper(this,PostHogCore,[apiKey,_objectSpread(_objectSpread({},options),{},{disableGeoip:disableGeoipOption,featureFlagsRequestTimeoutMs:featureFlagsRequestTimeoutMs})]);_this18.flagCallReported={};_this18.sessionProps={};_this18.sendFeatureFlagEvent=(_c=options===null||options===void 0?void 0:options.sendFeatureFlagEvent)!==null&&_c!==void 0?_c:true;_this18._sessionExpirationTimeSeconds=(_d=options===null||options===void 0?void 0:options.sessionExpirationTimeSeconds)!==null&&_d!==void 0?_d:1800;return _this18;}(0,_inherits2["default"])(PostHogCore,_PostHogCoreStateless);return(0,_createClass2["default"])(PostHogCore,[{key:"setupBootstrap",value:function setupBootstrap(options){var bootstrap=options===null||options===void 0?void 0:options.bootstrap;if(!bootstrap){return;}if(bootstrap.distinctId){if(bootstrap.isIdentifiedId){var distinctId=this.getPersistedProperty(_types.PostHogPersistedProperty.DistinctId);if(!distinctId){this.setPersistedProperty(_types.PostHogPersistedProperty.DistinctId,bootstrap.distinctId);}}else{var anonymousId=this.getPersistedProperty(_types.PostHogPersistedProperty.AnonymousId);if(!anonymousId){this.setPersistedProperty(_types.PostHogPersistedProperty.AnonymousId,bootstrap.distinctId);}}}var bootstrapfeatureFlags=bootstrap.featureFlags;if(bootstrapfeatureFlags&&Object.keys(bootstrapfeatureFlags).length){var bootstrapFlags=Object.keys(bootstrapfeatureFlags).filter(function(flag){return!!bootstrapfeatureFlags[flag];}).reduce(function(res,key){return res[key]=bootstrapfeatureFlags[key]||false,res;},{});if(Object.keys(bootstrapFlags).length){this.setPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlags,bootstrapFlags);var currentFlags=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags)||{};var newFeatureFlags=_objectSpread(_objectSpread({},bootstrapFlags),currentFlags);this.setKnownFeatureFlags(newFeatureFlags);}var bootstrapFlagPayloads=bootstrap.featureFlagPayloads;if(bootstrapFlagPayloads&&Object.keys(bootstrapFlagPayloads).length){this.setPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlagPayloads,bootstrapFlagPayloads);var currentFlagPayloads=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads)||{};var newFeatureFlagPayloads=_objectSpread(_objectSpread({},bootstrapFlagPayloads),currentFlagPayloads);this.setKnownFeatureFlagPayloads(newFeatureFlagPayloads);}}}},{key:"props",get:function get(){if(!this._props){this._props=this.getPersistedProperty(_types.PostHogPersistedProperty.Props);}return this._props||{};},set:function set(val){this._props=val;}},{key:"clearProps",value:function clearProps(){this.props=undefined;this.sessionProps={};this.flagCallReported={};}},{key:"on",value:function on(event,cb){return this._events.on(event,cb);}},{key:"reset",value:function reset(propertiesToKeep){var _this19=this;this.wrap(function(){var allPropertiesToKeep=[_types.PostHogPersistedProperty.Queue].concat((0,_toConsumableArray2["default"])(propertiesToKeep||[]));_this19.clearProps();for(var _i=0,_Object$keys=Object.keys(_types.PostHogPersistedProperty);_i<_Object$keys.length;_i++){var key=_Object$keys[_i];if(!allPropertiesToKeep.includes(_types.PostHogPersistedProperty[key])){_this19.setPersistedProperty(_types.PostHogPersistedProperty[key],null);}}});}},{key:"getCommonEventProperties",value:function getCommonEventProperties(){var featureFlags=this.getFeatureFlags();var featureVariantProperties={};if(featureFlags){for(var _i2=0,_Object$entries=Object.entries(featureFlags);_i2<_Object$entries.length;_i2++){var _Object$entries$_i=(0,_slicedToArray2["default"])(_Object$entries[_i2],2),feature=_Object$entries$_i[0],variant=_Object$entries$_i[1];featureVariantProperties["$feature/".concat(feature)]=variant;}}return _objectSpread(_objectSpread({$active_feature_flags:featureFlags?Object.keys(featureFlags):undefined},featureVariantProperties),_superPropGet(PostHogCore,"getCommonEventProperties",this,3)([]));}},{key:"enrichProperties",value:function enrichProperties(properties){return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({},this.props),this.sessionProps),properties||{}),this.getCommonEventProperties()),{},{$session_id:this.getSessionId()});}},{key:"getSessionId",value:function getSessionId(){if(!this._isInitialized){return'';}var sessionId=this.getPersistedProperty(_types.PostHogPersistedProperty.SessionId);var sessionTimestamp=this.getPersistedProperty(_types.PostHogPersistedProperty.SessionLastTimestamp)||0;if(!sessionId||Date.now()-sessionTimestamp>this._sessionExpirationTimeSeconds*1000){sessionId=(0,_uuidv.uuidv7)();this.setPersistedProperty(_types.PostHogPersistedProperty.SessionId,sessionId);}this.setPersistedProperty(_types.PostHogPersistedProperty.SessionLastTimestamp,Date.now());return sessionId;}},{key:"resetSessionId",value:function resetSessionId(){var _this20=this;this.wrap(function(){_this20.setPersistedProperty(_types.PostHogPersistedProperty.SessionId,null);_this20.setPersistedProperty(_types.PostHogPersistedProperty.SessionLastTimestamp,null);});}},{key:"getAnonymousId",value:function getAnonymousId(){if(!this._isInitialized){return'';}var anonId=this.getPersistedProperty(_types.PostHogPersistedProperty.AnonymousId);if(!anonId){anonId=(0,_uuidv.uuidv7)();this.setPersistedProperty(_types.PostHogPersistedProperty.AnonymousId,anonId);}return anonId;}},{key:"getDistinctId",value:function getDistinctId(){if(!this._isInitialized){return'';}return this.getPersistedProperty(_types.PostHogPersistedProperty.DistinctId)||this.getAnonymousId();}},{key:"unregister",value:function(){var _unregister=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee15(property){var _this21=this;return _regenerator["default"].wrap(function _callee15$(_context15){while(1)switch(_context15.prev=_context15.next){case 0:this.wrap(function(){delete _this21.props[property];_this21.setPersistedProperty(_types.PostHogPersistedProperty.Props,_this21.props);});case 1:case"end":return _context15.stop();}},_callee15,this);}));function unregister(_x13){return _unregister.apply(this,arguments);}return unregister;}()},{key:"register",value:function(){var _register=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee16(properties){var _this22=this;return _regenerator["default"].wrap(function _callee16$(_context16){while(1)switch(_context16.prev=_context16.next){case 0:this.wrap(function(){_this22.props=_objectSpread(_objectSpread({},_this22.props),properties);_this22.setPersistedProperty(_types.PostHogPersistedProperty.Props,_this22.props);});case 1:case"end":return _context16.stop();}},_callee16,this);}));function register(_x14){return _register.apply(this,arguments);}return register;}()},{key:"registerForSession",value:function registerForSession(properties){this.sessionProps=_objectSpread(_objectSpread({},this.sessionProps),properties);}},{key:"unregisterForSession",value:function unregisterForSession(property){delete this.sessionProps[property];}},{key:"identify",value:function identify(distinctId,properties,options){var _this23=this;this.wrap(function(){var previousDistinctId=_this23.getDistinctId();distinctId=distinctId||previousDistinctId;if(properties===null||properties===void 0?void 0:properties.$groups){_this23.groups(properties.$groups);}var userPropsOnce=properties===null||properties===void 0?void 0:properties.$set_once;properties===null||properties===void 0?true:delete properties.$set_once;var userProps=(properties===null||properties===void 0?void 0:properties.$set)||properties;var allProperties=_this23.enrichProperties({$anon_distinct_id:_this23.getAnonymousId(),$set:userProps,$set_once:userPropsOnce});if(distinctId!==previousDistinctId){_this23.setPersistedProperty(_types.PostHogPersistedProperty.AnonymousId,previousDistinctId);_this23.setPersistedProperty(_types.PostHogPersistedProperty.DistinctId,distinctId);_this23.reloadFeatureFlags();}_superPropGet(PostHogCore,"identifyStateless",_this23,3)([distinctId,allProperties,options]);});}},{key:"capture",value:function capture(event,properties,options){var _this24=this;this.wrap(function(){var distinctId=_this24.getDistinctId();if(properties===null||properties===void 0?void 0:properties.$groups){_this24.groups(properties.$groups);}var allProperties=_this24.enrichProperties(properties);_superPropGet(PostHogCore,"captureStateless",_this24,3)([distinctId,event,allProperties,options]);});}},{key:"alias",value:function alias(_alias){var _this25=this;this.wrap(function(){var distinctId=_this25.getDistinctId();var allProperties=_this25.enrichProperties({});_superPropGet(PostHogCore,"aliasStateless",_this25,3)([_alias,distinctId,allProperties]);});}},{key:"autocapture",value:function autocapture(eventType,elements){var _this26=this;var properties=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};var options=arguments.length>3?arguments[3]:undefined;this.wrap(function(){var distinctId=_this26.getDistinctId();var payload={distinct_id:distinctId,event:'$autocapture',properties:_objectSpread(_objectSpread({},_this26.enrichProperties(properties)),{},{$event_type:eventType,$elements:elements})};_this26.enqueue('autocapture',payload,options);});}},{key:"groups",value:function groups(_groups){var _this27=this;this.wrap(function(){var existingGroups=_this27.props.$groups||{};_this27.register({$groups:_objectSpread(_objectSpread({},existingGroups),_groups)});if(Object.keys(_groups).find(function(type){return existingGroups[type]!==_groups[type];})){_this27.reloadFeatureFlags();}});}},{key:"group",value:function group(groupType,groupKey,groupProperties,options){var _this28=this;this.wrap(function(){_this28.groups((0,_defineProperty2["default"])({},groupType,groupKey));if(groupProperties){_this28.groupIdentify(groupType,groupKey,groupProperties,options);}});}},{key:"groupIdentify",value:function groupIdentify(groupType,groupKey,groupProperties,options){var _this29=this;this.wrap(function(){var distinctId=_this29.getDistinctId();var eventProperties=_this29.enrichProperties({});_superPropGet(PostHogCore,"groupIdentifyStateless",_this29,3)([groupType,groupKey,groupProperties,options,distinctId,eventProperties]);});}},{key:"setPersonPropertiesForFlags",value:function setPersonPropertiesForFlags(properties){var _this30=this;this.wrap(function(){var existingProperties=_this30.getPersistedProperty(_types.PostHogPersistedProperty.PersonProperties)||{};_this30.setPersistedProperty(_types.PostHogPersistedProperty.PersonProperties,_objectSpread(_objectSpread({},existingProperties),properties));});}},{key:"resetPersonPropertiesForFlags",value:function resetPersonPropertiesForFlags(){var _this31=this;this.wrap(function(){_this31.setPersistedProperty(_types.PostHogPersistedProperty.PersonProperties,{});});}},{key:"personProperties",value:function personProperties(properties){return this.setPersonPropertiesForFlags(properties);}},{key:"setGroupPropertiesForFlags",value:function setGroupPropertiesForFlags(properties){var _this32=this;this.wrap(function(){var existingProperties=_this32.getPersistedProperty(_types.PostHogPersistedProperty.GroupProperties)||{};if(Object.keys(existingProperties).length!==0){Object.keys(existingProperties).forEach(function(groupType){existingProperties[groupType]=_objectSpread(_objectSpread({},existingProperties[groupType]),properties[groupType]);delete properties[groupType];});}_this32.setPersistedProperty(_types.PostHogPersistedProperty.GroupProperties,_objectSpread(_objectSpread({},existingProperties),properties));});}},{key:"resetGroupPropertiesForFlags",value:function resetGroupPropertiesForFlags(){var _this33=this;this.wrap(function(){_this33.setPersistedProperty(_types.PostHogPersistedProperty.GroupProperties,{});});}},{key:"groupProperties",value:function groupProperties(properties){var _this34=this;this.wrap(function(){_this34.setGroupPropertiesForFlags(properties);});}},{key:"decideAsync",value:(function(){var _decideAsync2=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee17(){var sendAnonDistinctId,_args17=arguments;return _regenerator["default"].wrap(function _callee17$(_context17){while(1)switch(_context17.prev=_context17.next){case 0:sendAnonDistinctId=_args17.length>0&&_args17[0]!==undefined?_args17[0]:true;_context17.next=3;return this._initPromise;case 3:if(!this._decideResponsePromise){_context17.next=5;break;}return _context17.abrupt("return",this._decideResponsePromise);case 5:return _context17.abrupt("return",this._decideAsync(sendAnonDistinctId));case 6:case"end":return _context17.stop();}},_callee17,this);}));function decideAsync(){return _decideAsync2.apply(this,arguments);}return decideAsync;}())},{key:"_decideAsync",value:function(){var _decideAsync3=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee18(){var _this35=this;var sendAnonDistinctId,_args18=arguments;return _regenerator["default"].wrap(function _callee18$(_context18){while(1)switch(_context18.prev=_context18.next){case 0:sendAnonDistinctId=_args18.length>0&&_args18[0]!==undefined?_args18[0]:true;this._decideResponsePromise=this._initPromise.then(function(){var distinctId=_this35.getDistinctId();var groups=_this35.props.$groups||{};var personProperties=_this35.getPersistedProperty(_types.PostHogPersistedProperty.PersonProperties)||{};var groupProperties=_this35.getPersistedProperty(_types.PostHogPersistedProperty.GroupProperties)||{};var extraProperties={$anon_distinct_id:sendAnonDistinctId?_this35.getAnonymousId():undefined};return _superPropGet(PostHogCore,"getDecide",_this35,3)([distinctId,groups,personProperties,groupProperties,extraProperties]).then(function(res){if(res===null||res===void 0?void 0:res.featureFlags){if(_this35.sendFeatureFlagEvent){_this35.flagCallReported={};}var newFeatureFlags=res.featureFlags;var newFeatureFlagPayloads=res.featureFlagPayloads;if(res.errorsWhileComputingFlags){var currentFlags=_this35.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags);var currentFlagPayloads=_this35.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads);newFeatureFlags=_objectSpread(_objectSpread({},currentFlags),res.featureFlags);newFeatureFlagPayloads=_objectSpread(_objectSpread({},currentFlagPayloads),res.featureFlagPayloads);}_this35.setKnownFeatureFlags(newFeatureFlags);_this35.setKnownFeatureFlagPayloads(Object.fromEntries(Object.entries(newFeatureFlagPayloads||{}).map(function(_ref5){var _ref6=(0,_slicedToArray2["default"])(_ref5,2),k=_ref6[0],v=_ref6[1];return[k,_this35._parsePayload(v)];})));_this35.setPersistedProperty(_types.PostHogPersistedProperty.DecideEndpointWasHit,true);var sessionReplay=res===null||res===void 0?void 0:res.sessionRecording;if(sessionReplay){_this35.setPersistedProperty(_types.PostHogPersistedProperty.SessionReplay,sessionReplay);_this35.logMsgIfDebug(function(){return console.log('PostHog Debug','Session replay config: ',JSON.stringify(sessionReplay));});}else{_this35.logMsgIfDebug(function(){return console.info('PostHog Debug','Session replay config disabled.');});_this35.setPersistedProperty(_types.PostHogPersistedProperty.SessionReplay,null);}}return res;});})["finally"](function(){_this35._decideResponsePromise=undefined;});return _context18.abrupt("return",this._decideResponsePromise);case 3:case"end":return _context18.stop();}},_callee18,this);}));function _decideAsync(){return _decideAsync3.apply(this,arguments);}return _decideAsync;}()},{key:"setKnownFeatureFlags",value:function setKnownFeatureFlags(featureFlags){var _this36=this;this.wrap(function(){_this36.setPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags,featureFlags);_this36._events.emit('featureflags',featureFlags);});}},{key:"setKnownFeatureFlagPayloads",value:function setKnownFeatureFlagPayloads(featureFlagPayloads){var _this37=this;this.wrap(function(){_this37.setPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads,featureFlagPayloads);});}},{key:"getFeatureFlag",value:function getFeatureFlag(key){var _a,_b;var featureFlags=this.getFeatureFlags();if(!featureFlags){return undefined;}var response=featureFlags[key];if(response===undefined){response=false;}if(this.sendFeatureFlagEvent&&!this.flagCallReported[key]){this.flagCallReported[key]=true;this.capture('$feature_flag_called',{$feature_flag:key,$feature_flag_response:response,$feature_flag_bootstrapped_response:(_a=this.getPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlags))===null||_a===void 0?void 0:_a[key],$feature_flag_bootstrapped_payload:(_b=this.getPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlagPayloads))===null||_b===void 0?void 0:_b[key],$used_bootstrap_value:!this.getPersistedProperty(_types.PostHogPersistedProperty.DecideEndpointWasHit)});}return response;}},{key:"getFeatureFlagPayload",value:function getFeatureFlagPayload(key){var payloads=this.getFeatureFlagPayloads();if(!payloads){return undefined;}var response=payloads[key];if(response===undefined){return null;}return response;}},{key:"getFeatureFlagPayloads",value:function getFeatureFlagPayloads(){var payloads=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads);return payloads;}},{key:"getFeatureFlags",value:function getFeatureFlags(){var flags=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags);var overriddenFlags=this.getPersistedProperty(_types.PostHogPersistedProperty.OverrideFeatureFlags);if(!overriddenFlags){return flags;}flags=flags||{};for(var key in overriddenFlags){if(!overriddenFlags[key]){delete flags[key];}else{flags[key]=overriddenFlags[key];}}return flags;}},{key:"getFeatureFlagsAndPayloads",value:function getFeatureFlagsAndPayloads(){var flags=this.getFeatureFlags();var payloads=this.getFeatureFlagPayloads();return{flags:flags,payloads:payloads};}},{key:"isFeatureEnabled",value:function isFeatureEnabled(key){var response=this.getFeatureFlag(key);if(response===undefined){return undefined;}return!!response;}},{key:"reloadFeatureFlags",value:function reloadFeatureFlags(cb){var _this38=this;this.decideAsync().then(function(res){cb===null||cb===void 0?void 0:cb(undefined,res===null||res===void 0?void 0:res.featureFlags);})["catch"](function(e){cb===null||cb===void 0?void 0:cb(e,undefined);if(!cb){_this38.logMsgIfDebug(function(){return console.log('[PostHog] Error reloading feature flags',e);});}});}},{key:"reloadFeatureFlagsAsync",value:function(){var _reloadFeatureFlagsAsync=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee19(){var sendAnonDistinctId,_a,_args19=arguments;return _regenerator["default"].wrap(function _callee19$(_context19){while(1)switch(_context19.prev=_context19.next){case 0:sendAnonDistinctId=_args19.length>0&&_args19[0]!==undefined?_args19[0]:true;_context19.next=3;return this.decideAsync(sendAnonDistinctId);case 3:_context19.t1=_a=_context19.sent;_context19.t0=_context19.t1===null;if(_context19.t0){_context19.next=7;break;}_context19.t0=_a===void 0;case 7:if(!_context19.t0){_context19.next=11;break;}_context19.t2=void 0;_context19.next=12;break;case 11:_context19.t2=_a.featureFlags;case 12:return _context19.abrupt("return",_context19.t2);case 13:case"end":return _context19.stop();}},_callee19,this);}));function reloadFeatureFlagsAsync(){return _reloadFeatureFlagsAsync.apply(this,arguments);}return reloadFeatureFlagsAsync;}()},{key:"onFeatureFlags",value:function onFeatureFlags(cb){var _this39=this;return this.on('featureflags',(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee20(){var flags;return _regenerator["default"].wrap(function _callee20$(_context20){while(1)switch(_context20.prev=_context20.next){case 0:flags=_this39.getFeatureFlags();if(flags){cb(flags);}case 2:case"end":return _context20.stop();}},_callee20);})));}},{key:"onFeatureFlag",value:function onFeatureFlag(key,cb){var _this40=this;return this.on('featureflags',(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee21(){var flagResponse;return _regenerator["default"].wrap(function _callee21$(_context21){while(1)switch(_context21.prev=_context21.next){case 0:flagResponse=_this40.getFeatureFlag(key);if(flagResponse!==undefined){cb(flagResponse);}case 2:case"end":return _context21.stop();}},_callee21);})));}},{key:"overrideFeatureFlag",value:function(){var _overrideFeatureFlag=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee22(flags){var _this41=this;return _regenerator["default"].wrap(function _callee22$(_context22){while(1)switch(_context22.prev=_context22.next){case 0:this.wrap(function(){if(flags===null){return _this41.setPersistedProperty(_types.PostHogPersistedProperty.OverrideFeatureFlags,null);}return _this41.setPersistedProperty(_types.PostHogPersistedProperty.OverrideFeatureFlags,flags);});case 1:case"end":return _context22.stop();}},_callee22,this);}));function overrideFeatureFlag(_x15){return _overrideFeatureFlag.apply(this,arguments);}return overrideFeatureFlag;}()},{key:"captureException",value:function captureException(error,additionalProperties){var properties=_objectSpread({$exception_level:'error',$exception_list:[{type:error.name,value:error.message,mechanism:{handled:true,synthetic:false}}]},additionalProperties);properties.$exception_personURL=new URL("/project/".concat(this.apiKey,"/person/").concat(this.getDistinctId()),this.host).toString();this.capture('$exception',properties);}}]);}(PostHogCoreStateless);
|
|
1
|
+
"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _typeof3=require("@babel/runtime/helpers/typeof");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={PostHogCoreStateless:true,PostHogCore:true,utils:true,LZString:true};Object.defineProperty(exports,"LZString",{enumerable:true,get:function get(){return _lzString.LZString;}});exports.utils=exports.PostHogCoreStateless=exports.PostHogCore=void 0;var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _get2=_interopRequireDefault(require("@babel/runtime/helpers/get"));var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _defineProperty2=_interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _typeof2=_interopRequireDefault(require("@babel/runtime/helpers/typeof"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf2=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _wrapNativeSuper2=_interopRequireDefault(require("@babel/runtime/helpers/wrapNativeSuper"));var _types=require("./types");Object.keys(_types).forEach(function(key){if(key==="default"||key==="__esModule")return;if(Object.prototype.hasOwnProperty.call(_exportNames,key))return;if(key in exports&&exports[key]===_types[key])return;Object.defineProperty(exports,key,{enumerable:true,get:function get(){return _types[key];}});});var _utils2=_interopRequireWildcard(require("./utils"));var _utils=_utils2;exports.utils=_utils2;var _lzString=require("./lz-string");var _eventemitter=require("./eventemitter");var _uuidv=require("./vendor/uuidv7");function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var r=new WeakMap(),t=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r;})(e);}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule)return e;if(null===e||"object"!=_typeof3(e)&&"function"!=typeof e)return{"default":e};var t=_getRequireWildcardCache(r);if(t&&t.has(e))return t.get(e);var n={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&{}.hasOwnProperty.call(e,u)){var i=a?Object.getOwnPropertyDescriptor(e,u):null;i&&(i.get||i.set)?Object.defineProperty(n,u,i):n[u]=e[u];}return n["default"]=e,t&&t.set(e,n),n;}function _superPropGet(t,e,o,r){var p=(0,_get2["default"])((0,_getPrototypeOf2["default"])(1&r?t.prototype:t),e,o);return 2&r&&"function"==typeof p?function(t){return p.apply(o,t);}:p;}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2["default"])(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}function _callSuper(t,o,e){return o=(0,_getPrototypeOf2["default"])(o),(0,_possibleConstructorReturn2["default"])(t,_isNativeReflectConstruct()?Reflect.construct(o,e||[],(0,_getPrototypeOf2["default"])(t).constructor):o.apply(t,e));}function _isNativeReflectConstruct(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));}catch(t){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!t;})();}var PostHogFetchHttpError=function(_Error){function PostHogFetchHttpError(response){var _this;(0,_classCallCheck2["default"])(this,PostHogFetchHttpError);_this=_callSuper(this,PostHogFetchHttpError,['HTTP error while fetching PostHog: '+response.status]);_this.response=response;_this.name='PostHogFetchHttpError';return _this;}(0,_inherits2["default"])(PostHogFetchHttpError,_Error);return(0,_createClass2["default"])(PostHogFetchHttpError);}((0,_wrapNativeSuper2["default"])(Error));var PostHogFetchNetworkError=function(_Error2){function PostHogFetchNetworkError(error){var _this2;(0,_classCallCheck2["default"])(this,PostHogFetchNetworkError);_this2=_callSuper(this,PostHogFetchNetworkError,['Network error while fetching PostHog',error instanceof Error?{cause:error}:{}]);_this2.error=error;_this2.name='PostHogFetchNetworkError';return _this2;}(0,_inherits2["default"])(PostHogFetchNetworkError,_Error2);return(0,_createClass2["default"])(PostHogFetchNetworkError);}((0,_wrapNativeSuper2["default"])(Error));function isPostHogFetchError(err){return(0,_typeof2["default"])(err)==='object'&&(err instanceof PostHogFetchHttpError||err instanceof PostHogFetchNetworkError);}var PostHogCoreStateless=exports.PostHogCoreStateless=function(){function PostHogCoreStateless(apiKey,options){(0,_classCallCheck2["default"])(this,PostHogCoreStateless);var _a,_b,_c,_d,_e,_f,_g,_h,_j,_k,_l;this.flushPromise=null;this.disableGeoip=true;this.historicalMigration=false;this.disabled=false;this.defaultOptIn=true;this.pendingPromises={};this._events=new _eventemitter.SimpleEventEmitter();this._isInitialized=false;(0,_utils2.assert)(apiKey,"You must pass your PostHog project's api key.");this.apiKey=apiKey;this.host=(0,_utils2.removeTrailingSlash)((options===null||options===void 0?void 0:options.host)||'https://us.i.posthog.com');this.flushAt=(options===null||options===void 0?void 0:options.flushAt)?Math.max(options===null||options===void 0?void 0:options.flushAt,1):20;this.maxBatchSize=Math.max(this.flushAt,(_a=options===null||options===void 0?void 0:options.maxBatchSize)!==null&&_a!==void 0?_a:100);this.maxQueueSize=Math.max(this.flushAt,(_b=options===null||options===void 0?void 0:options.maxQueueSize)!==null&&_b!==void 0?_b:1000);this.flushInterval=(_c=options===null||options===void 0?void 0:options.flushInterval)!==null&&_c!==void 0?_c:10000;this.captureMode=(options===null||options===void 0?void 0:options.captureMode)||'json';this.defaultOptIn=(_d=options===null||options===void 0?void 0:options.defaultOptIn)!==null&&_d!==void 0?_d:true;this._retryOptions={retryCount:(_e=options===null||options===void 0?void 0:options.fetchRetryCount)!==null&&_e!==void 0?_e:3,retryDelay:(_f=options===null||options===void 0?void 0:options.fetchRetryDelay)!==null&&_f!==void 0?_f:3000,retryCheck:isPostHogFetchError};this.requestTimeout=(_g=options===null||options===void 0?void 0:options.requestTimeout)!==null&&_g!==void 0?_g:10000;this.featureFlagsRequestTimeoutMs=(_h=options===null||options===void 0?void 0:options.featureFlagsRequestTimeoutMs)!==null&&_h!==void 0?_h:3000;this.disableGeoip=(_j=options===null||options===void 0?void 0:options.disableGeoip)!==null&&_j!==void 0?_j:true;this.disabled=(_k=options===null||options===void 0?void 0:options.disabled)!==null&&_k!==void 0?_k:false;this.historicalMigration=(_l=options===null||options===void 0?void 0:options.historicalMigration)!==null&&_l!==void 0?_l:false;this._initPromise=Promise.resolve();this._isInitialized=true;}return(0,_createClass2["default"])(PostHogCoreStateless,[{key:"logMsgIfDebug",value:function logMsgIfDebug(fn){if(this.isDebug){fn();}}},{key:"wrap",value:function wrap(fn){if(this.disabled){this.logMsgIfDebug(function(){return console.warn('[PostHog] The client is disabled');});return;}if(this._isInitialized){return fn();}this._initPromise.then(function(){return fn();});}},{key:"getCommonEventProperties",value:function getCommonEventProperties(){return{$lib:this.getLibraryId(),$lib_version:this.getLibraryVersion()};}},{key:"optedOut",get:function get(){var _a;return(_a=this.getPersistedProperty(_types.PostHogPersistedProperty.OptedOut))!==null&&_a!==void 0?_a:!this.defaultOptIn;}},{key:"optIn",value:function(){var _optIn=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee(){var _this3=this;return _regenerator["default"].wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:this.wrap(function(){_this3.setPersistedProperty(_types.PostHogPersistedProperty.OptedOut,false);});case 1:case"end":return _context.stop();}},_callee,this);}));function optIn(){return _optIn.apply(this,arguments);}return optIn;}()},{key:"optOut",value:function(){var _optOut=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee2(){var _this4=this;return _regenerator["default"].wrap(function _callee2$(_context2){while(1)switch(_context2.prev=_context2.next){case 0:this.wrap(function(){_this4.setPersistedProperty(_types.PostHogPersistedProperty.OptedOut,true);});case 1:case"end":return _context2.stop();}},_callee2,this);}));function optOut(){return _optOut.apply(this,arguments);}return optOut;}()},{key:"on",value:function on(event,cb){return this._events.on(event,cb);}},{key:"debug",value:function debug(){var _this5=this;var enabled=arguments.length>0&&arguments[0]!==undefined?arguments[0]:true;var _a;(_a=this.removeDebugCallback)===null||_a===void 0?void 0:_a.call(this);if(enabled){var removeDebugCallback=this.on('*',function(event,payload){return console.log('PostHog Debug',event,payload);});this.removeDebugCallback=function(){removeDebugCallback();_this5.removeDebugCallback=undefined;};}}},{key:"isDebug",get:function get(){return!!this.removeDebugCallback;}},{key:"isDisabled",get:function get(){return this.disabled;}},{key:"buildPayload",value:function buildPayload(payload){return{distinct_id:payload.distinct_id,event:payload.event,properties:_objectSpread(_objectSpread({},payload.properties||{}),this.getCommonEventProperties())};}},{key:"addPendingPromise",value:function addPendingPromise(promise){var _this6=this;var promiseUUID=(0,_uuidv.uuidv7)();this.pendingPromises[promiseUUID]=promise;promise["catch"](function(){})["finally"](function(){delete _this6.pendingPromises[promiseUUID];});return promise;}},{key:"identifyStateless",value:function identifyStateless(distinctId,properties,options){var _this7=this;this.wrap(function(){var payload=_objectSpread({},_this7.buildPayload({distinct_id:distinctId,event:'$identify',properties:properties}));_this7.enqueue('identify',payload,options);});}},{key:"captureStateless",value:function captureStateless(distinctId,event,properties,options){var _this8=this;this.wrap(function(){var payload=_this8.buildPayload({distinct_id:distinctId,event:event,properties:properties});_this8.enqueue('capture',payload,options);});}},{key:"aliasStateless",value:function aliasStateless(alias,distinctId,properties,options){var _this9=this;this.wrap(function(){var payload=_this9.buildPayload({event:'$create_alias',distinct_id:distinctId,properties:_objectSpread(_objectSpread({},properties||{}),{},{distinct_id:distinctId,alias:alias})});_this9.enqueue('alias',payload,options);});}},{key:"groupIdentifyStateless",value:function groupIdentifyStateless(groupType,groupKey,groupProperties,options,distinctId,eventProperties){var _this10=this;this.wrap(function(){var payload=_this10.buildPayload({distinct_id:distinctId||"$".concat(groupType,"_").concat(groupKey),event:'$groupidentify',properties:_objectSpread({$group_type:groupType,$group_key:groupKey,$group_set:groupProperties||{}},eventProperties||{})});_this10.enqueue('capture',payload,options);});}},{key:"getDecide",value:(function(){var _getDecide=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee3(distinctId){var _this11=this;var groups,personProperties,groupProperties,extraPayload,url,fetchOptions,_args3=arguments;return _regenerator["default"].wrap(function _callee3$(_context3){while(1)switch(_context3.prev=_context3.next){case 0:groups=_args3.length>1&&_args3[1]!==undefined?_args3[1]:{};personProperties=_args3.length>2&&_args3[2]!==undefined?_args3[2]:{};groupProperties=_args3.length>3&&_args3[3]!==undefined?_args3[3]:{};extraPayload=_args3.length>4&&_args3[4]!==undefined?_args3[4]:{};_context3.next=6;return this._initPromise;case 6:url="".concat(this.host,"/decide/?v=3");fetchOptions={method:'POST',headers:_objectSpread(_objectSpread({},this.getCustomHeaders()),{},{'Content-Type':'application/json'}),body:JSON.stringify(_objectSpread({token:this.apiKey,distinct_id:distinctId,groups:groups,person_properties:personProperties,group_properties:groupProperties},extraPayload))};return _context3.abrupt("return",this.fetchWithRetry(url,fetchOptions,{retryCount:0},this.featureFlagsRequestTimeoutMs).then(function(response){return response.json();})["catch"](function(error){_this11._events.emit('error',error);return undefined;}));case 9:case"end":return _context3.stop();}},_callee3,this);}));function getDecide(_x){return _getDecide.apply(this,arguments);}return getDecide;}())},{key:"getFeatureFlagStateless",value:function(){var _getFeatureFlagStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee4(key,distinctId){var groups,personProperties,groupProperties,disableGeoip,featureFlags,response,_args4=arguments;return _regenerator["default"].wrap(function _callee4$(_context4){while(1)switch(_context4.prev=_context4.next){case 0:groups=_args4.length>2&&_args4[2]!==undefined?_args4[2]:{};personProperties=_args4.length>3&&_args4[3]!==undefined?_args4[3]:{};groupProperties=_args4.length>4&&_args4[4]!==undefined?_args4[4]:{};disableGeoip=_args4.length>5?_args4[5]:undefined;_context4.next=6;return this._initPromise;case 6:_context4.next=8;return this.getFeatureFlagsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:featureFlags=_context4.sent;if(featureFlags){_context4.next=11;break;}return _context4.abrupt("return",undefined);case 11:response=featureFlags[key];if(response===undefined){response=false;}return _context4.abrupt("return",response);case 14:case"end":return _context4.stop();}},_callee4,this);}));function getFeatureFlagStateless(_x2,_x3){return _getFeatureFlagStateless.apply(this,arguments);}return getFeatureFlagStateless;}()},{key:"getFeatureFlagPayloadStateless",value:function(){var _getFeatureFlagPayloadStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee5(key,distinctId){var groups,personProperties,groupProperties,disableGeoip,payloads,response,_args5=arguments;return _regenerator["default"].wrap(function _callee5$(_context5){while(1)switch(_context5.prev=_context5.next){case 0:groups=_args5.length>2&&_args5[2]!==undefined?_args5[2]:{};personProperties=_args5.length>3&&_args5[3]!==undefined?_args5[3]:{};groupProperties=_args5.length>4&&_args5[4]!==undefined?_args5[4]:{};disableGeoip=_args5.length>5?_args5[5]:undefined;_context5.next=6;return this._initPromise;case 6:_context5.next=8;return this.getFeatureFlagPayloadsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:payloads=_context5.sent;if(payloads){_context5.next=11;break;}return _context5.abrupt("return",undefined);case 11:response=payloads[key];if(!(response===undefined)){_context5.next=14;break;}return _context5.abrupt("return",null);case 14:return _context5.abrupt("return",response);case 15:case"end":return _context5.stop();}},_callee5,this);}));function getFeatureFlagPayloadStateless(_x4,_x5){return _getFeatureFlagPayloadStateless.apply(this,arguments);}return getFeatureFlagPayloadStateless;}()},{key:"getFeatureFlagPayloadsStateless",value:function(){var _getFeatureFlagPayloadsStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee6(distinctId){var groups,personProperties,groupProperties,disableGeoip,payloads,_args6=arguments;return _regenerator["default"].wrap(function _callee6$(_context6){while(1)switch(_context6.prev=_context6.next){case 0:groups=_args6.length>1&&_args6[1]!==undefined?_args6[1]:{};personProperties=_args6.length>2&&_args6[2]!==undefined?_args6[2]:{};groupProperties=_args6.length>3&&_args6[3]!==undefined?_args6[3]:{};disableGeoip=_args6.length>4?_args6[4]:undefined;_context6.next=6;return this._initPromise;case 6:_context6.next=8;return this.getFeatureFlagsAndPayloadsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:payloads=_context6.sent.payloads;return _context6.abrupt("return",payloads);case 10:case"end":return _context6.stop();}},_callee6,this);}));function getFeatureFlagPayloadsStateless(_x6){return _getFeatureFlagPayloadsStateless.apply(this,arguments);}return getFeatureFlagPayloadsStateless;}()},{key:"_parsePayload",value:function _parsePayload(response){try{return JSON.parse(response);}catch(_a){return response;}}},{key:"getFeatureFlagsStateless",value:function(){var _getFeatureFlagsStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee7(distinctId){var groups,personProperties,groupProperties,disableGeoip,_args7=arguments;return _regenerator["default"].wrap(function _callee7$(_context7){while(1)switch(_context7.prev=_context7.next){case 0:groups=_args7.length>1&&_args7[1]!==undefined?_args7[1]:{};personProperties=_args7.length>2&&_args7[2]!==undefined?_args7[2]:{};groupProperties=_args7.length>3&&_args7[3]!==undefined?_args7[3]:{};disableGeoip=_args7.length>4?_args7[4]:undefined;_context7.next=6;return this._initPromise;case 6:_context7.next=8;return this.getFeatureFlagsAndPayloadsStateless(distinctId,groups,personProperties,groupProperties,disableGeoip);case 8:return _context7.abrupt("return",_context7.sent.flags);case 9:case"end":return _context7.stop();}},_callee7,this);}));function getFeatureFlagsStateless(_x7){return _getFeatureFlagsStateless.apply(this,arguments);}return getFeatureFlagsStateless;}()},{key:"getFeatureFlagsAndPayloadsStateless",value:function(){var _getFeatureFlagsAndPayloadsStateless=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee8(distinctId){var _this12=this;var groups,personProperties,groupProperties,disableGeoip,extraPayload,decideResponse,flags,payloads,parsedPayloads,_args8=arguments;return _regenerator["default"].wrap(function _callee8$(_context8){while(1)switch(_context8.prev=_context8.next){case 0:groups=_args8.length>1&&_args8[1]!==undefined?_args8[1]:{};personProperties=_args8.length>2&&_args8[2]!==undefined?_args8[2]:{};groupProperties=_args8.length>3&&_args8[3]!==undefined?_args8[3]:{};disableGeoip=_args8.length>4?_args8[4]:undefined;_context8.next=6;return this._initPromise;case 6:extraPayload={};if(disableGeoip!==null&&disableGeoip!==void 0?disableGeoip:this.disableGeoip){extraPayload['geoip_disable']=true;}_context8.next=10;return this.getDecide(distinctId,groups,personProperties,groupProperties,extraPayload);case 10:decideResponse=_context8.sent;flags=decideResponse===null||decideResponse===void 0?void 0:decideResponse.featureFlags;payloads=decideResponse===null||decideResponse===void 0?void 0:decideResponse.featureFlagPayloads;parsedPayloads=payloads;if(payloads){parsedPayloads=Object.fromEntries(Object.entries(payloads).map(function(_ref){var _ref2=(0,_slicedToArray2["default"])(_ref,2),k=_ref2[0],v=_ref2[1];return[k,_this12._parsePayload(v)];}));}return _context8.abrupt("return",{flags:flags,payloads:parsedPayloads});case 16:case"end":return _context8.stop();}},_callee8,this);}));function getFeatureFlagsAndPayloadsStateless(_x8){return _getFeatureFlagsAndPayloadsStateless.apply(this,arguments);}return getFeatureFlagsAndPayloadsStateless;}()},{key:"enqueue",value:function enqueue(type,_message,options){var _this13=this;this.wrap(function(){var _a;if(_this13.optedOut){_this13._events.emit(type,"Library is disabled. Not sending event. To re-enable, call posthog.optIn()");return;}var message=_objectSpread(_objectSpread({},_message),{},{type:type,library:_this13.getLibraryId(),library_version:_this13.getLibraryVersion(),timestamp:(options===null||options===void 0?void 0:options.timestamp)?options===null||options===void 0?void 0:options.timestamp:(0,_utils2.currentISOTime)(),uuid:(options===null||options===void 0?void 0:options.uuid)?options.uuid:(0,_uuidv.uuidv7)()});var addGeoipDisableProperty=(_a=options===null||options===void 0?void 0:options.disableGeoip)!==null&&_a!==void 0?_a:_this13.disableGeoip;if(addGeoipDisableProperty){if(!message.properties){message.properties={};}message['properties']['$geoip_disable']=true;}if(message.distinctId){message.distinct_id=message.distinctId;delete message.distinctId;}var queue=_this13.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];if(queue.length>=_this13.maxQueueSize){queue.shift();_this13.logMsgIfDebug(function(){return console.info('Queue is full, the oldest event is dropped.');});}queue.push({message:message});_this13.setPersistedProperty(_types.PostHogPersistedProperty.Queue,queue);_this13._events.emit(type,message);if(queue.length>=_this13.flushAt){_this13.flushBackground();}if(_this13.flushInterval&&!_this13._flushTimer){_this13._flushTimer=(0,_utils2.safeSetTimeout)(function(){return _this13.flushBackground();},_this13.flushInterval);}});}},{key:"clearFlushTimer",value:function clearFlushTimer(){if(this._flushTimer){clearTimeout(this._flushTimer);this._flushTimer=undefined;}}},{key:"flushBackground",value:function flushBackground(){void this.flush()["catch"](function(){});}},{key:"flush",value:function(){var _flush2=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee9(){var _this14=this;return _regenerator["default"].wrap(function _callee9$(_context9){while(1)switch(_context9.prev=_context9.next){case 0:if(!this.flushPromise){this.flushPromise=this._flush()["finally"](function(){_this14.flushPromise=null;});this.addPendingPromise(this.flushPromise);}return _context9.abrupt("return",this.flushPromise);case 2:case"end":return _context9.stop();}},_callee9,this);}));function flush(){return _flush2.apply(this,arguments);}return flush;}()},{key:"getCustomHeaders",value:function getCustomHeaders(){var customUserAgent=this.getCustomUserAgent();var headers={};if(customUserAgent&&customUserAgent!==''){headers['User-Agent']=customUserAgent;}return headers;}},{key:"_flush",value:function(){var _flush3=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee10(){var _this15=this;var queue,items,messages,persistQueueChange,data,payload,url,fetchOptions;return _regenerator["default"].wrap(function _callee10$(_context10){while(1)switch(_context10.prev=_context10.next){case 0:this.clearFlushTimer();_context10.next=3;return this._initPromise;case 3:queue=this.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];if(queue.length){_context10.next=6;break;}return _context10.abrupt("return",[]);case 6:items=queue.slice(0,this.maxBatchSize);messages=items.map(function(item){return item.message;});persistQueueChange=function persistQueueChange(){var refreshedQueue=_this15.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];_this15.setPersistedProperty(_types.PostHogPersistedProperty.Queue,refreshedQueue.slice(items.length));};data={api_key:this.apiKey,batch:messages,sent_at:(0,_utils2.currentISOTime)()};if(this.historicalMigration){data.historical_migration=true;}payload=JSON.stringify(data);url=this.captureMode==='form'?"".concat(this.host,"/e/?ip=1&_=").concat((0,_utils2.currentTimestamp)(),"&v=").concat(this.getLibraryVersion()):"".concat(this.host,"/batch/");fetchOptions=this.captureMode==='form'?{method:'POST',mode:'no-cors',credentials:'omit',headers:_objectSpread(_objectSpread({},this.getCustomHeaders()),{},{'Content-Type':'application/x-www-form-urlencoded'}),body:"data=".concat(encodeURIComponent(_lzString.LZString.compressToBase64(payload)),"&compression=lz64")}:{method:'POST',headers:_objectSpread(_objectSpread({},this.getCustomHeaders()),{},{'Content-Type':'application/json'}),body:payload};_context10.prev=14;_context10.next=17;return this.fetchWithRetry(url,fetchOptions);case 17:_context10.next=24;break;case 19:_context10.prev=19;_context10.t0=_context10["catch"](14);if(!(_context10.t0 instanceof PostHogFetchNetworkError)){persistQueueChange();}this._events.emit('error',_context10.t0);throw _context10.t0;case 24:persistQueueChange();this._events.emit('flush',messages);return _context10.abrupt("return",messages);case 27:case"end":return _context10.stop();}},_callee10,this,[[14,19]]);}));function _flush(){return _flush3.apply(this,arguments);}return _flush;}()},{key:"fetchWithRetry",value:function(){var _fetchWithRetry=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee12(url,options,retryOptions,requestTimeout){var _this16=this;var _a,_b;return _regenerator["default"].wrap(function _callee12$(_context12){while(1)switch(_context12.prev=_context12.next){case 0:;(_a=(_b=AbortSignal).timeout)!==null&&_a!==void 0?_a:_b.timeout=function timeout(ms){var ctrl=new AbortController();setTimeout(function(){return ctrl.abort();},ms);return ctrl.signal;};_context12.next=4;return(0,_utils2.retriable)((0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee11(){var res,isNoCors;return _regenerator["default"].wrap(function _callee11$(_context11){while(1)switch(_context11.prev=_context11.next){case 0:res=null;_context11.prev=1;_context11.next=4;return _this16.fetch(url,_objectSpread({signal:AbortSignal.timeout(requestTimeout!==null&&requestTimeout!==void 0?requestTimeout:_this16.requestTimeout)},options));case 4:res=_context11.sent;_context11.next=10;break;case 7:_context11.prev=7;_context11.t0=_context11["catch"](1);throw new PostHogFetchNetworkError(_context11.t0);case 10:isNoCors=options.mode==='no-cors';if(!(!isNoCors&&(res.status<200||res.status>=400))){_context11.next=13;break;}throw new PostHogFetchHttpError(res);case 13:return _context11.abrupt("return",res);case 14:case"end":return _context11.stop();}},_callee11,null,[[1,7]]);})),_objectSpread(_objectSpread({},this._retryOptions),retryOptions));case 4:return _context12.abrupt("return",_context12.sent);case 5:case"end":return _context12.stop();}},_callee12,this);}));function fetchWithRetry(_x9,_x10,_x11,_x12){return _fetchWithRetry.apply(this,arguments);}return fetchWithRetry;}()},{key:"shutdown",value:function(){var _shutdown=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee14(){var _this17=this;var shutdownTimeoutMs,hasTimedOut,doShutdown,_args14=arguments;return _regenerator["default"].wrap(function _callee14$(_context14){while(1)switch(_context14.prev=_context14.next){case 0:shutdownTimeoutMs=_args14.length>0&&_args14[0]!==undefined?_args14[0]:30000;_context14.next=3;return this._initPromise;case 3:hasTimedOut=false;this.clearFlushTimer();doShutdown=function(){var _ref4=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee13(){var queue;return _regenerator["default"].wrap(function _callee13$(_context13){while(1)switch(_context13.prev=_context13.next){case 0:_context13.prev=0;_context13.next=3;return Promise.all(Object.values(_this17.pendingPromises));case 3:if(!true){_context13.next=13;break;}queue=_this17.getPersistedProperty(_types.PostHogPersistedProperty.Queue)||[];if(!(queue.length===0)){_context13.next=7;break;}return _context13.abrupt("break",13);case 7:_context13.next=9;return _this17.flush();case 9:if(!hasTimedOut){_context13.next=11;break;}return _context13.abrupt("break",13);case 11:_context13.next=3;break;case 13:_context13.next=20;break;case 15:_context13.prev=15;_context13.t0=_context13["catch"](0);if(isPostHogFetchError(_context13.t0)){_context13.next=19;break;}throw _context13.t0;case 19:_this17.logMsgIfDebug(function(){return console.error('Error while shutting down PostHog',_context13.t0);});case 20:case"end":return _context13.stop();}},_callee13,null,[[0,15]]);}));return function doShutdown(){return _ref4.apply(this,arguments);};}();return _context14.abrupt("return",Promise.race([new Promise(function(_,reject){(0,_utils2.safeSetTimeout)(function(){_this17.logMsgIfDebug(function(){return console.error('Timed out while shutting down PostHog');});hasTimedOut=true;reject('Timeout while shutting down PostHog. Some events may not have been sent.');},shutdownTimeoutMs);}),doShutdown()]));case 7:case"end":return _context14.stop();}},_callee14,this);}));function shutdown(){return _shutdown.apply(this,arguments);}return shutdown;}()}]);}();var PostHogCore=exports.PostHogCore=function(_PostHogCoreStateless){function PostHogCore(apiKey,options){var _this18;(0,_classCallCheck2["default"])(this,PostHogCore);var _a,_b,_c,_d;var disableGeoipOption=(_a=options===null||options===void 0?void 0:options.disableGeoip)!==null&&_a!==void 0?_a:false;var featureFlagsRequestTimeoutMs=(_b=options===null||options===void 0?void 0:options.featureFlagsRequestTimeoutMs)!==null&&_b!==void 0?_b:10000;_this18=_callSuper(this,PostHogCore,[apiKey,_objectSpread(_objectSpread({},options),{},{disableGeoip:disableGeoipOption,featureFlagsRequestTimeoutMs:featureFlagsRequestTimeoutMs})]);_this18.flagCallReported={};_this18.sessionProps={};_this18.sendFeatureFlagEvent=(_c=options===null||options===void 0?void 0:options.sendFeatureFlagEvent)!==null&&_c!==void 0?_c:true;_this18._sessionExpirationTimeSeconds=(_d=options===null||options===void 0?void 0:options.sessionExpirationTimeSeconds)!==null&&_d!==void 0?_d:1800;return _this18;}(0,_inherits2["default"])(PostHogCore,_PostHogCoreStateless);return(0,_createClass2["default"])(PostHogCore,[{key:"setupBootstrap",value:function setupBootstrap(options){var bootstrap=options===null||options===void 0?void 0:options.bootstrap;if(!bootstrap){return;}if(bootstrap.distinctId){if(bootstrap.isIdentifiedId){var distinctId=this.getPersistedProperty(_types.PostHogPersistedProperty.DistinctId);if(!distinctId){this.setPersistedProperty(_types.PostHogPersistedProperty.DistinctId,bootstrap.distinctId);}}else{var anonymousId=this.getPersistedProperty(_types.PostHogPersistedProperty.AnonymousId);if(!anonymousId){this.setPersistedProperty(_types.PostHogPersistedProperty.AnonymousId,bootstrap.distinctId);}}}var bootstrapfeatureFlags=bootstrap.featureFlags;if(bootstrapfeatureFlags&&Object.keys(bootstrapfeatureFlags).length){var bootstrapFlags=Object.keys(bootstrapfeatureFlags).filter(function(flag){return!!bootstrapfeatureFlags[flag];}).reduce(function(res,key){return res[key]=bootstrapfeatureFlags[key]||false,res;},{});if(Object.keys(bootstrapFlags).length){this.setPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlags,bootstrapFlags);var currentFlags=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags)||{};var newFeatureFlags=_objectSpread(_objectSpread({},bootstrapFlags),currentFlags);this.setKnownFeatureFlags(newFeatureFlags);}var bootstrapFlagPayloads=bootstrap.featureFlagPayloads;if(bootstrapFlagPayloads&&Object.keys(bootstrapFlagPayloads).length){this.setPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlagPayloads,bootstrapFlagPayloads);var currentFlagPayloads=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads)||{};var newFeatureFlagPayloads=_objectSpread(_objectSpread({},bootstrapFlagPayloads),currentFlagPayloads);this.setKnownFeatureFlagPayloads(newFeatureFlagPayloads);}}}},{key:"props",get:function get(){if(!this._props){this._props=this.getPersistedProperty(_types.PostHogPersistedProperty.Props);}return this._props||{};},set:function set(val){this._props=val;}},{key:"clearProps",value:function clearProps(){this.props=undefined;this.sessionProps={};this.flagCallReported={};}},{key:"on",value:function on(event,cb){return this._events.on(event,cb);}},{key:"reset",value:function reset(propertiesToKeep){var _this19=this;this.wrap(function(){var allPropertiesToKeep=[_types.PostHogPersistedProperty.Queue].concat((0,_toConsumableArray2["default"])(propertiesToKeep||[]));_this19.clearProps();for(var _i=0,_Object$keys=Object.keys(_types.PostHogPersistedProperty);_i<_Object$keys.length;_i++){var key=_Object$keys[_i];if(!allPropertiesToKeep.includes(_types.PostHogPersistedProperty[key])){_this19.setPersistedProperty(_types.PostHogPersistedProperty[key],null);}}_this19.reloadFeatureFlags();});}},{key:"getCommonEventProperties",value:function getCommonEventProperties(){var featureFlags=this.getFeatureFlags();var featureVariantProperties={};if(featureFlags){for(var _i2=0,_Object$entries=Object.entries(featureFlags);_i2<_Object$entries.length;_i2++){var _Object$entries$_i=(0,_slicedToArray2["default"])(_Object$entries[_i2],2),feature=_Object$entries$_i[0],variant=_Object$entries$_i[1];featureVariantProperties["$feature/".concat(feature)]=variant;}}return _objectSpread(_objectSpread({$active_feature_flags:featureFlags?Object.keys(featureFlags):undefined},featureVariantProperties),_superPropGet(PostHogCore,"getCommonEventProperties",this,3)([]));}},{key:"enrichProperties",value:function enrichProperties(properties){return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({},this.props),this.sessionProps),properties||{}),this.getCommonEventProperties()),{},{$session_id:this.getSessionId()});}},{key:"getSessionId",value:function getSessionId(){if(!this._isInitialized){return'';}var sessionId=this.getPersistedProperty(_types.PostHogPersistedProperty.SessionId);var sessionTimestamp=this.getPersistedProperty(_types.PostHogPersistedProperty.SessionLastTimestamp)||0;if(!sessionId||Date.now()-sessionTimestamp>this._sessionExpirationTimeSeconds*1000){sessionId=(0,_uuidv.uuidv7)();this.setPersistedProperty(_types.PostHogPersistedProperty.SessionId,sessionId);}this.setPersistedProperty(_types.PostHogPersistedProperty.SessionLastTimestamp,Date.now());return sessionId;}},{key:"resetSessionId",value:function resetSessionId(){var _this20=this;this.wrap(function(){_this20.setPersistedProperty(_types.PostHogPersistedProperty.SessionId,null);_this20.setPersistedProperty(_types.PostHogPersistedProperty.SessionLastTimestamp,null);});}},{key:"getAnonymousId",value:function getAnonymousId(){if(!this._isInitialized){return'';}var anonId=this.getPersistedProperty(_types.PostHogPersistedProperty.AnonymousId);if(!anonId){anonId=(0,_uuidv.uuidv7)();this.setPersistedProperty(_types.PostHogPersistedProperty.AnonymousId,anonId);}return anonId;}},{key:"getDistinctId",value:function getDistinctId(){if(!this._isInitialized){return'';}return this.getPersistedProperty(_types.PostHogPersistedProperty.DistinctId)||this.getAnonymousId();}},{key:"unregister",value:function(){var _unregister=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee15(property){var _this21=this;return _regenerator["default"].wrap(function _callee15$(_context15){while(1)switch(_context15.prev=_context15.next){case 0:this.wrap(function(){delete _this21.props[property];_this21.setPersistedProperty(_types.PostHogPersistedProperty.Props,_this21.props);});case 1:case"end":return _context15.stop();}},_callee15,this);}));function unregister(_x13){return _unregister.apply(this,arguments);}return unregister;}()},{key:"register",value:function(){var _register=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee16(properties){var _this22=this;return _regenerator["default"].wrap(function _callee16$(_context16){while(1)switch(_context16.prev=_context16.next){case 0:this.wrap(function(){_this22.props=_objectSpread(_objectSpread({},_this22.props),properties);_this22.setPersistedProperty(_types.PostHogPersistedProperty.Props,_this22.props);});case 1:case"end":return _context16.stop();}},_callee16,this);}));function register(_x14){return _register.apply(this,arguments);}return register;}()},{key:"registerForSession",value:function registerForSession(properties){this.sessionProps=_objectSpread(_objectSpread({},this.sessionProps),properties);}},{key:"unregisterForSession",value:function unregisterForSession(property){delete this.sessionProps[property];}},{key:"identify",value:function identify(distinctId,properties,options){var _this23=this;this.wrap(function(){var previousDistinctId=_this23.getDistinctId();distinctId=distinctId||previousDistinctId;if(properties===null||properties===void 0?void 0:properties.$groups){_this23.groups(properties.$groups);}var userPropsOnce=properties===null||properties===void 0?void 0:properties.$set_once;properties===null||properties===void 0?true:delete properties.$set_once;var userProps=(properties===null||properties===void 0?void 0:properties.$set)||properties;var allProperties=_this23.enrichProperties({$anon_distinct_id:_this23.getAnonymousId(),$set:userProps,$set_once:userPropsOnce});if(distinctId!==previousDistinctId){_this23.setPersistedProperty(_types.PostHogPersistedProperty.AnonymousId,previousDistinctId);_this23.setPersistedProperty(_types.PostHogPersistedProperty.DistinctId,distinctId);_this23.reloadFeatureFlags();}_superPropGet(PostHogCore,"identifyStateless",_this23,3)([distinctId,allProperties,options]);});}},{key:"capture",value:function capture(event,properties,options){var _this24=this;this.wrap(function(){var distinctId=_this24.getDistinctId();if(properties===null||properties===void 0?void 0:properties.$groups){_this24.groups(properties.$groups);}var allProperties=_this24.enrichProperties(properties);_superPropGet(PostHogCore,"captureStateless",_this24,3)([distinctId,event,allProperties,options]);});}},{key:"alias",value:function alias(_alias){var _this25=this;this.wrap(function(){var distinctId=_this25.getDistinctId();var allProperties=_this25.enrichProperties({});_superPropGet(PostHogCore,"aliasStateless",_this25,3)([_alias,distinctId,allProperties]);});}},{key:"autocapture",value:function autocapture(eventType,elements){var _this26=this;var properties=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};var options=arguments.length>3?arguments[3]:undefined;this.wrap(function(){var distinctId=_this26.getDistinctId();var payload={distinct_id:distinctId,event:'$autocapture',properties:_objectSpread(_objectSpread({},_this26.enrichProperties(properties)),{},{$event_type:eventType,$elements:elements})};_this26.enqueue('autocapture',payload,options);});}},{key:"groups",value:function groups(_groups){var _this27=this;this.wrap(function(){var existingGroups=_this27.props.$groups||{};_this27.register({$groups:_objectSpread(_objectSpread({},existingGroups),_groups)});if(Object.keys(_groups).find(function(type){return existingGroups[type]!==_groups[type];})){_this27.reloadFeatureFlags();}});}},{key:"group",value:function group(groupType,groupKey,groupProperties,options){var _this28=this;this.wrap(function(){_this28.groups((0,_defineProperty2["default"])({},groupType,groupKey));if(groupProperties){_this28.groupIdentify(groupType,groupKey,groupProperties,options);}});}},{key:"groupIdentify",value:function groupIdentify(groupType,groupKey,groupProperties,options){var _this29=this;this.wrap(function(){var distinctId=_this29.getDistinctId();var eventProperties=_this29.enrichProperties({});_superPropGet(PostHogCore,"groupIdentifyStateless",_this29,3)([groupType,groupKey,groupProperties,options,distinctId,eventProperties]);});}},{key:"setPersonPropertiesForFlags",value:function setPersonPropertiesForFlags(properties){var _this30=this;this.wrap(function(){var existingProperties=_this30.getPersistedProperty(_types.PostHogPersistedProperty.PersonProperties)||{};_this30.setPersistedProperty(_types.PostHogPersistedProperty.PersonProperties,_objectSpread(_objectSpread({},existingProperties),properties));});}},{key:"resetPersonPropertiesForFlags",value:function resetPersonPropertiesForFlags(){var _this31=this;this.wrap(function(){_this31.setPersistedProperty(_types.PostHogPersistedProperty.PersonProperties,{});});}},{key:"personProperties",value:function personProperties(properties){return this.setPersonPropertiesForFlags(properties);}},{key:"setGroupPropertiesForFlags",value:function setGroupPropertiesForFlags(properties){var _this32=this;this.wrap(function(){var existingProperties=_this32.getPersistedProperty(_types.PostHogPersistedProperty.GroupProperties)||{};if(Object.keys(existingProperties).length!==0){Object.keys(existingProperties).forEach(function(groupType){existingProperties[groupType]=_objectSpread(_objectSpread({},existingProperties[groupType]),properties[groupType]);delete properties[groupType];});}_this32.setPersistedProperty(_types.PostHogPersistedProperty.GroupProperties,_objectSpread(_objectSpread({},existingProperties),properties));});}},{key:"resetGroupPropertiesForFlags",value:function resetGroupPropertiesForFlags(){var _this33=this;this.wrap(function(){_this33.setPersistedProperty(_types.PostHogPersistedProperty.GroupProperties,{});});}},{key:"groupProperties",value:function groupProperties(properties){var _this34=this;this.wrap(function(){_this34.setGroupPropertiesForFlags(properties);});}},{key:"decideAsync",value:(function(){var _decideAsync2=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee17(){var sendAnonDistinctId,_args17=arguments;return _regenerator["default"].wrap(function _callee17$(_context17){while(1)switch(_context17.prev=_context17.next){case 0:sendAnonDistinctId=_args17.length>0&&_args17[0]!==undefined?_args17[0]:true;_context17.next=3;return this._initPromise;case 3:if(!this._decideResponsePromise){_context17.next=5;break;}return _context17.abrupt("return",this._decideResponsePromise);case 5:return _context17.abrupt("return",this._decideAsync(sendAnonDistinctId));case 6:case"end":return _context17.stop();}},_callee17,this);}));function decideAsync(){return _decideAsync2.apply(this,arguments);}return decideAsync;}())},{key:"_decideAsync",value:function(){var _decideAsync3=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee18(){var _this35=this;var sendAnonDistinctId,_args18=arguments;return _regenerator["default"].wrap(function _callee18$(_context18){while(1)switch(_context18.prev=_context18.next){case 0:sendAnonDistinctId=_args18.length>0&&_args18[0]!==undefined?_args18[0]:true;this._decideResponsePromise=this._initPromise.then(function(){var distinctId=_this35.getDistinctId();var groups=_this35.props.$groups||{};var personProperties=_this35.getPersistedProperty(_types.PostHogPersistedProperty.PersonProperties)||{};var groupProperties=_this35.getPersistedProperty(_types.PostHogPersistedProperty.GroupProperties)||{};var extraProperties={$anon_distinct_id:sendAnonDistinctId?_this35.getAnonymousId():undefined};return _superPropGet(PostHogCore,"getDecide",_this35,3)([distinctId,groups,personProperties,groupProperties,extraProperties]).then(function(res){if(res===null||res===void 0?void 0:res.featureFlags){if(_this35.sendFeatureFlagEvent){_this35.flagCallReported={};}var newFeatureFlags=res.featureFlags;var newFeatureFlagPayloads=res.featureFlagPayloads;if(res.errorsWhileComputingFlags){var currentFlags=_this35.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags);_this35.logMsgIfDebug(function(){return console.log('PostHog Debug','Cached feature flags: ',JSON.stringify(currentFlags));});var currentFlagPayloads=_this35.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads);newFeatureFlags=_objectSpread(_objectSpread({},currentFlags),res.featureFlags);newFeatureFlagPayloads=_objectSpread(_objectSpread({},currentFlagPayloads),res.featureFlagPayloads);}_this35.setKnownFeatureFlags(newFeatureFlags);_this35.setKnownFeatureFlagPayloads(Object.fromEntries(Object.entries(newFeatureFlagPayloads||{}).map(function(_ref5){var _ref6=(0,_slicedToArray2["default"])(_ref5,2),k=_ref6[0],v=_ref6[1];return[k,_this35._parsePayload(v)];})));_this35.setPersistedProperty(_types.PostHogPersistedProperty.DecideEndpointWasHit,true);var sessionReplay=res===null||res===void 0?void 0:res.sessionRecording;if(sessionReplay){_this35.setPersistedProperty(_types.PostHogPersistedProperty.SessionReplay,sessionReplay);_this35.logMsgIfDebug(function(){return console.log('PostHog Debug','Session replay config: ',JSON.stringify(sessionReplay));});}else{_this35.logMsgIfDebug(function(){return console.info('PostHog Debug','Session replay config disabled.');});_this35.setPersistedProperty(_types.PostHogPersistedProperty.SessionReplay,null);}}return res;});})["finally"](function(){_this35._decideResponsePromise=undefined;});return _context18.abrupt("return",this._decideResponsePromise);case 3:case"end":return _context18.stop();}},_callee18,this);}));function _decideAsync(){return _decideAsync3.apply(this,arguments);}return _decideAsync;}()},{key:"setKnownFeatureFlags",value:function setKnownFeatureFlags(featureFlags){var _this36=this;this.wrap(function(){_this36.setPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags,featureFlags);_this36._events.emit('featureflags',featureFlags);});}},{key:"setKnownFeatureFlagPayloads",value:function setKnownFeatureFlagPayloads(featureFlagPayloads){var _this37=this;this.wrap(function(){_this37.setPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads,featureFlagPayloads);});}},{key:"getFeatureFlag",value:function getFeatureFlag(key){var _a,_b;var featureFlags=this.getFeatureFlags();if(!featureFlags){return undefined;}var response=featureFlags[key];if(response===undefined){response=false;}if(this.sendFeatureFlagEvent&&!this.flagCallReported[key]){this.flagCallReported[key]=true;this.capture('$feature_flag_called',{$feature_flag:key,$feature_flag_response:response,$feature_flag_bootstrapped_response:(_a=this.getPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlags))===null||_a===void 0?void 0:_a[key],$feature_flag_bootstrapped_payload:(_b=this.getPersistedProperty(_types.PostHogPersistedProperty.BootstrapFeatureFlagPayloads))===null||_b===void 0?void 0:_b[key],$used_bootstrap_value:!this.getPersistedProperty(_types.PostHogPersistedProperty.DecideEndpointWasHit)});}return response;}},{key:"getFeatureFlagPayload",value:function getFeatureFlagPayload(key){var payloads=this.getFeatureFlagPayloads();if(!payloads){return undefined;}var response=payloads[key];if(response===undefined){return null;}return response;}},{key:"getFeatureFlagPayloads",value:function getFeatureFlagPayloads(){var payloads=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlagPayloads);return payloads;}},{key:"getFeatureFlags",value:function getFeatureFlags(){var flags=this.getPersistedProperty(_types.PostHogPersistedProperty.FeatureFlags);var overriddenFlags=this.getPersistedProperty(_types.PostHogPersistedProperty.OverrideFeatureFlags);if(!overriddenFlags){return flags;}flags=flags||{};for(var key in overriddenFlags){if(!overriddenFlags[key]){delete flags[key];}else{flags[key]=overriddenFlags[key];}}return flags;}},{key:"getFeatureFlagsAndPayloads",value:function getFeatureFlagsAndPayloads(){var flags=this.getFeatureFlags();var payloads=this.getFeatureFlagPayloads();return{flags:flags,payloads:payloads};}},{key:"isFeatureEnabled",value:function isFeatureEnabled(key){var response=this.getFeatureFlag(key);if(response===undefined){return undefined;}return!!response;}},{key:"reloadFeatureFlags",value:function reloadFeatureFlags(cb){var _this38=this;this.decideAsync().then(function(res){cb===null||cb===void 0?void 0:cb(undefined,res===null||res===void 0?void 0:res.featureFlags);})["catch"](function(e){cb===null||cb===void 0?void 0:cb(e,undefined);if(!cb){_this38.logMsgIfDebug(function(){return console.log('[PostHog] Error reloading feature flags',e);});}});}},{key:"reloadFeatureFlagsAsync",value:function(){var _reloadFeatureFlagsAsync=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee19(){var sendAnonDistinctId,_a,_args19=arguments;return _regenerator["default"].wrap(function _callee19$(_context19){while(1)switch(_context19.prev=_context19.next){case 0:sendAnonDistinctId=_args19.length>0&&_args19[0]!==undefined?_args19[0]:true;_context19.next=3;return this.decideAsync(sendAnonDistinctId);case 3:_context19.t1=_a=_context19.sent;_context19.t0=_context19.t1===null;if(_context19.t0){_context19.next=7;break;}_context19.t0=_a===void 0;case 7:if(!_context19.t0){_context19.next=11;break;}_context19.t2=void 0;_context19.next=12;break;case 11:_context19.t2=_a.featureFlags;case 12:return _context19.abrupt("return",_context19.t2);case 13:case"end":return _context19.stop();}},_callee19,this);}));function reloadFeatureFlagsAsync(){return _reloadFeatureFlagsAsync.apply(this,arguments);}return reloadFeatureFlagsAsync;}()},{key:"onFeatureFlags",value:function onFeatureFlags(cb){var _this39=this;return this.on('featureflags',(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee20(){var flags;return _regenerator["default"].wrap(function _callee20$(_context20){while(1)switch(_context20.prev=_context20.next){case 0:flags=_this39.getFeatureFlags();if(flags){cb(flags);}case 2:case"end":return _context20.stop();}},_callee20);})));}},{key:"onFeatureFlag",value:function onFeatureFlag(key,cb){var _this40=this;return this.on('featureflags',(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee21(){var flagResponse;return _regenerator["default"].wrap(function _callee21$(_context21){while(1)switch(_context21.prev=_context21.next){case 0:flagResponse=_this40.getFeatureFlag(key);if(flagResponse!==undefined){cb(flagResponse);}case 2:case"end":return _context21.stop();}},_callee21);})));}},{key:"overrideFeatureFlag",value:function(){var _overrideFeatureFlag=(0,_asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee22(flags){var _this41=this;return _regenerator["default"].wrap(function _callee22$(_context22){while(1)switch(_context22.prev=_context22.next){case 0:this.wrap(function(){if(flags===null){return _this41.setPersistedProperty(_types.PostHogPersistedProperty.OverrideFeatureFlags,null);}return _this41.setPersistedProperty(_types.PostHogPersistedProperty.OverrideFeatureFlags,flags);});case 1:case"end":return _context22.stop();}},_callee22,this);}));function overrideFeatureFlag(_x15){return _overrideFeatureFlag.apply(this,arguments);}return overrideFeatureFlag;}()},{key:"captureException",value:function captureException(error,additionalProperties){var properties=_objectSpread({$exception_level:'error',$exception_list:[{type:error.name,value:error.message,mechanism:{handled:true,synthetic:false}}]},additionalProperties);properties.$exception_personURL=new URL("/project/".concat(this.apiKey,"/person/").concat(this.getDistinctId()),this.host).toString();this.capture('$exception',properties);}}]);}(PostHogCoreStateless);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../posthog-core/src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../posthog-core/src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.9.
|
|
1
|
+
export declare const version = "3.9.1";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.version=void 0;var version=exports.version="3.9.
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.version=void 0;var version=exports.version="3.9.1";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@types/react-native/globals.d.ts","../../../node_modules/@types/react-native/legacy-properties.d.ts","../../../node_modules/@types/react-native/BatchedBridge.d.ts","../../../node_modules/@types/react-native/Codegen.d.ts","../../../node_modules/@types/react-native/Devtools.d.ts","../../../node_modules/@types/react-native/LaunchScreen.d.ts","../../../node_modules/@types/react/ts5.0/global.d.ts","../../../node_modules/csstype/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/react/ts5.0/index.d.ts","../../../node_modules/@types/react-native/index.d.ts","../../../posthog-core/src/types.ts","../../../posthog-core/src/utils.ts","../../../posthog-core/src/lz-string.ts","../../../posthog-core/src/eventemitter.ts","../../../posthog-core/src/vendor/uuidv7.ts","../../../posthog-core/src/index.ts","../../../node_modules/expo-application/build/Application.d.ts","../../src/optional/OptionalExpoApplication.ts","../../../node_modules/expo-file-system/build/FileSystem.types.d.ts","../../../node_modules/expo-file-system/build/FileSystem.d.ts","../../../node_modules/expo-file-system/build/index.d.ts","../../src/optional/OptionalExpoFileSystem.ts","../../src/legacy.ts","../../src/types.ts","../../src/storage.ts","../../src/version.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/types.d.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/AsyncStorage.d.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/hooks.d.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/index.d.ts","../../src/optional/OptionalAsyncStorage.ts","../../../node_modules/expo-device/build/Device.types.d.ts","../../../node_modules/expo-device/build/Device.d.ts","../../src/optional/OptionalExpoDevice.ts","../../../node_modules/expo-localization/build/Localization.types.d.ts","../../../node_modules/expo-localization/build/Localization.d.ts","../../src/optional/OptionalExpoLocalization.ts","../../../node_modules/react-native-device-info/lib/typescript/internal/types.d.ts","../../../node_modules/react-native-device-info/lib/typescript/internal/privateTypes.d.ts","../../../node_modules/react-native-device-info/lib/typescript/index.d.ts","../../src/optional/OptionalReactNativeDeviceInfo.ts","../../../node_modules/react-native-localize/dist/typescript/types.d.ts","../../../node_modules/react-native-localize/dist/typescript/module.d.ts","../../../node_modules/react-native-localize/dist/typescript/index.d.ts","../../src/optional/OptionalReactNativeLocalize.ts","../../src/native-deps.tsx","../../../node_modules/react-native-navigation/lib/dist/interfaces/ComponentEvents.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Events.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/NativeEventsReceiver.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/EventSubscription.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/UniqueIdProvider.d.ts","../../../node_modules/react-native-navigation/lib/dist/events/CommandsObserver.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationComponentListener.d.ts","../../../node_modules/react-native-navigation/lib/dist/components/ComponentWrapper.d.ts","../../../node_modules/react-native-navigation/lib/dist/components/Store.d.ts","../../../node_modules/react-native-navigation/lib/dist/events/ComponentEventsObserver.d.ts","../../../node_modules/react-native-navigation/lib/dist/events/EventsRegistry.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/Constants.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/TouchablePreview.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Options.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Layout.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/ProcessorSubscription.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/CommandName.d.ts","../../../node_modules/react-native-navigation/lib/dist/Navigation.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationComponentProps.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationComponent.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationFunctionComponent.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Processors.d.ts","../../../node_modules/react-native-navigation/lib/dist/index.d.ts","../../src/optional/OptionalReactNativeNavigationWix.ts","../../src/frameworks/wix-navigation.ts","../../../node_modules/posthog-react-native-session-replay/lib/typescript/commonjs/src/index.d.ts","../../src/optional/OptionalSessionReplay.ts","../../src/posthog-rn.ts","../../src/PostHogContext.ts","../../src/hooks/usePostHog.ts","../../src/hooks/useLifecycleTracker.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/types.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/CommonActions.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/BaseRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/StackRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/TabRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/DrawerRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/index.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/types.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/BaseNavigationContainer.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/createNavigatorFactory.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/NavigationHelpersContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/NavigationContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/NavigationRouteContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/CurrentRenderContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useNavigationBuilder.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useNavigation.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useRoute.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useFocusEffect.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useIsFocused.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useNavigationState.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getStateFromPath.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getPathFromState.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getActionFromState.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getFocusedRouteNameFromRoute.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/index.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/types.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/NavigationContainer.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useBackButton.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useScrollToTop.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/DefaultTheme.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/DarkTheme.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/ThemeProvider.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/useTheme.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/Link.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinking.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinkTo.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinkProps.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinkBuilder.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/ServerContext.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/ServerContainer.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/index.d.ts","../../src/optional/OptionalReactNativeNavigation.ts","../../src/hooks/useNavigationTracker.ts","../../src/hooks/useFeatureFlags.ts","../../src/hooks/useFeatureFlag.ts","../../src/autocapture.tsx","../../src/PostHogProvider.tsx","../../index.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/detect-indent/index.d.ts","../../../node_modules/@types/diff-match-patch/index.d.ts","../../../node_modules/@types/dts-bundle/index.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/ts5.6/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/glob/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@types/jest/node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-diff/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/@types/parse5/lib/tree-adapters/default.d.ts","../../../node_modules/@types/parse5/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/ts4.0/index.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/mkdirp/index.d.ts","../../../node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../../../node_modules/@types/resolve/index.d.ts","../../../node_modules/@types/retry/index.d.ts","../../../node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/@types/semver/functions/major.d.ts","../../../node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/@types/semver/classes/range.d.ts","../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/@types/semver/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/uuid/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","impliedFormat":1},{"version":"7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","impliedFormat":1},{"version":"8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","impliedFormat":1},{"version":"5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","impliedFormat":1},{"version":"4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","impliedFormat":1},{"version":"1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","impliedFormat":1},{"version":"746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","impliedFormat":1},{"version":"d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","impliedFormat":1},{"version":"aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c","impliedFormat":1},{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true,"impliedFormat":1},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true,"impliedFormat":1},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true,"impliedFormat":1},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true,"impliedFormat":1},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true,"impliedFormat":1},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true,"impliedFormat":1},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true,"impliedFormat":1},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true,"impliedFormat":1},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true,"impliedFormat":1},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true,"impliedFormat":1},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true,"impliedFormat":1},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true,"impliedFormat":1},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true,"impliedFormat":1},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true,"impliedFormat":1},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true,"impliedFormat":1},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true,"impliedFormat":1},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true,"impliedFormat":1},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"88da16eba1d14750f3b3ee00292123e52fb08f779a30fde6901d5cb72501a40a","affectsGlobalScope":true,"impliedFormat":1},{"version":"879fc44ada933941a7d2b20e6d0d1749081f17b4e911237794cd2038fdb746be","impliedFormat":1},{"version":"c60f4f6cb8949ec208168c0baf7be477a3c664f058659ff6139070dc512c2d87","affectsGlobalScope":true,"impliedFormat":1},{"version":"901f5d41fb92706eb4c4ca3e7dccc2671501bed1b910185611958bbda9f0c74a","impliedFormat":1},{"version":"52ae84fa49dc45cfb37f55379dd6e01b532840bd942e1c32954035f4c5b206a4","impliedFormat":1},{"version":"d08cd8b8a3615844c40641ad0eda689be45467c06c4c20d2fc9d0fcf3c96ae3f","impliedFormat":1},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"ed6b820c54de95b2510bb673490d61c7f2187f532a339d8d04981645a918961f","impliedFormat":1},{"version":"759efc21a5ff1954e060fa54ddb4a739132b090a43ef9ee6fd63c7838bb07743","affectsGlobalScope":true,"impliedFormat":1},{"version":"d35ad08b50422292a3b99f74e825850a07a8b7e4ad200d1638dd858038498398","affectsGlobalScope":true,"impliedFormat":1},{"version":"84f7f5f152b8240c7d426e7b75ccf2e7eecbf10b74a23476f4c64906db8c336c","signature":"da6dfed8a99595869b508037143c885bb6aa865954d49e87ecced49844ca7b5b","impliedFormat":1},{"version":"bc938df3dba53c0de84bb510390e8c218cfc1f942f3dc61e11713825bd32f2f6","signature":"e212d813785596b84f216e613b6c149e92df9ec41836100b6cff238f76e5a546","impliedFormat":1},{"version":"4b64f552ead98156fd27ed14600f43d992c28be337537d8a9754493efd38d26a","signature":"f9ce1bc48a437290408037aa2a4faf010735a40d5bec9f4cdd1644d136248492","impliedFormat":1},{"version":"3a3cc0a57d183b6e93d949cd381f17ccb607c3ff00a6134830ffdca90a66d086","signature":"9e8e78e2e87a477b0a031ac9a9593d75d76123933953f2ce1bebf0d78a0f60ca","impliedFormat":1},{"version":"6397ce81aeb83a515c2e413b9a0d8d7ccb05da030ca49cf2942f554559dfe258","signature":"a8bbce2639952a848f326cd8f6064d38b08421bd73262691bf39ba0fbb0faece","impliedFormat":1},{"version":"2ba918035b5aa29fd409fa44c402d1dc74f86d5ca15446611f792489c1192d05","signature":"952abe1ee41aa6127ed3183b0014aa4ab260eb595f5a0e8245ba0951d2313f72","impliedFormat":1},{"version":"1b59607f63cc880a2abd561384993b8b85dbec64faa33069de5cc85ebd2e3de4","impliedFormat":1},{"version":"fd0c1ad096d2ae0d12b7002d52778226667729d570bc466f69fbec17eb11d9fa","signature":"2caa0fe9101d333edbc735ab69b9f9e4d2809d4affa4fbbc90ebb399debdf965","impliedFormat":1},{"version":"6c0bb5aaf989e6ca53e841e3659c2022648a5156e4c8b13c9cadef0811747f79","impliedFormat":1},{"version":"824b5b9ddde4d85aca20f2b83fc1f9bc0e7f920d59a6f44c97f5146915ea0c07","impliedFormat":1},{"version":"912ed7d844d84c9b932a2e867e83f4642c58765d7c6e4e381fdc42b8ca2adbcd","impliedFormat":1},{"version":"617c702a552d6714a79144870cd8dbb0fa72dad631c6cd58e280a72c2875ee2d","signature":"ac61bbf4646cac282c1b851ba97026565449d0a4e073e0f184f364fe4c123e80","impliedFormat":1},{"version":"42369bb8747185149899bd15969f1e768a76d722ef0f0c43cb139cde1013d811","signature":"a18ce8de91ed7a239027bc452f7e8780a8d199dd305b1c4f4f81338a2d5c1e87","impliedFormat":1},{"version":"5e163da660c981af6c9af3d6e0007a46870f485e19543dc8c66bbef35c91fc5c","signature":"8ac600b4aa3be0bb406a97204261d3bf693320015726a8e7b17325bb99784a5b","impliedFormat":1},{"version":"00fd62de15d31fab4473a13a728ffe05cf2ef792787f7020ce312a90e69ccc5a","signature":"b8296fa5d56af77c6fc432d97a5fa6d90a6ba5b026f5c18f2bee8501db611c0f","impliedFormat":1},{"version":"4824a9cc4ea8a5829eb98fb9c66f0e45da2809b48170c95d15d2ca7a019a17b3","signature":"4b54c52ca67e2eeda2adebf939ce15aa2daf77c55fa99102bcb6697c1c7af323","impliedFormat":1},{"version":"a7cb079e30b36dd328c94d0d001b892c644e1362f20c71a2558bf7b8be69896e","impliedFormat":1},{"version":"bc7d5b291eea0230f601d93879ee242ee4c284d55879e815509ca617e0d3135c","impliedFormat":1},{"version":"c26ce75367c33508b0df071ac7debc038d4714739c77fb24e0fdea1fc03be4fb","impliedFormat":1},{"version":"4c88df19b5bb3544b566a59ee4d1ffb5b8e517ad665dcdb6beb64f49f03a99b7","impliedFormat":1},{"version":"6b05a6a8b6967204fb5d6268c0800ea7d7e85c055f5c56029d8f277b76379cdd","signature":"6fc50cf64bb23f280f1b830eff2b1d79f930fcddb558509ffb3267dacd3b62d7","impliedFormat":1},{"version":"31364966b995a47b4265b4e10b3595526edf2c1cee39533c71168a9b0fbfb19d","impliedFormat":1},{"version":"49924b0b585b8ee2dc6200b0b7496e46f7100770b6a6550f9bde30cb6a2e258c","impliedFormat":1},{"version":"eafef87906ad52f101597c29ab5830cdb3503103e8743a36028a57caecdf398f","signature":"66b257a369914b183b6c5e1e645fb5c2b22f76b211d893a58c66b3aafd3777f1","impliedFormat":1},{"version":"3c0aba5da8d05fb5849d2d8c7371cc0d5059f7e9b677b38428c840f61d0c9d5b","impliedFormat":1},{"version":"1d07436b9c7d67bed895a7dd62cbf2f50df0926d873fcfea7732dddd15a31ae1","impliedFormat":1},{"version":"523562f320902181263c91155dd36cf25336ccc70e6dc28e8e2d83f7a0464a68","signature":"3855f37575b32e6b8f3898c7bb2ca800398802bdc1ad4f76df0484b092071cd6","impliedFormat":1},{"version":"242914f7a5bf6e4279c46a431683980a9858b55d2a89d89ac986dd1549627426","impliedFormat":1},{"version":"3f2779dc974a657f79f4fe9d059a344345d6e4386a15233bd06abffda323feb7","impliedFormat":1},{"version":"e68241fc4a24e6952d5c6878462377f17a06ff3553519143d3c7e5eb4af925e1","impliedFormat":1},{"version":"e42cd450d1105d47aef25e7f9ffa62ccfd568cc61937c32f09f90ce95b7e4666","signature":"25f92ea685a767483f6282fad7ce21410412cf8413c1d3666ad9af9fe7ba8f61","impliedFormat":1},{"version":"912510370815d62f729cf803b28ab601e3a0f7cbbefbaa5419b3b9708f7a40c2","impliedFormat":1},{"version":"b45ea194f2d2597015483e9591961c0eadcb0e8bca4559348bcd37579970df59","impliedFormat":1},{"version":"39921c32399b05316a6d8e2a46a6d4332f18f43d38407eea66d64c1049402b3e","impliedFormat":1},{"version":"5e1b33c69374060ec1b7e48bd4dc3aeb44368f309094e6937b855f421a267778","signature":"fb1d8b55f6189f5cfc91d907bb81e6ab51d3495b7212d54215af9599cfa8a706","impliedFormat":1},{"version":"f0141b444591edd3d23665b0900b284b0216522f71a3eb9b6ff458f35f260623","signature":"f171879b484858f8cd5c05b3d07ccb9d41b29e6bfbc70c0bc70009c4be0148d1","impliedFormat":1},{"version":"f30f77149139a6be3766f2db47f96fd175dd186313e7b6c51e4643ac39794a6d","impliedFormat":1},{"version":"96cb8bfd5e1b3e326f487db44cde59a77d5efd2c7b3268c0d4f44b94fdcbc3f3","impliedFormat":1},{"version":"1a4015e82f81cd075cc3d4174e812dc40786bd72c50e3c4991e29a945ea0ae16","impliedFormat":1},{"version":"daaaedb2ab7955bd28d0068fb7b84990771d76384b51d1eb960895a6589e7383","impliedFormat":1},{"version":"57ee4dbe0cf89d22c13415f192610230717b856939d42b255823b11f5f8077b5","impliedFormat":1},{"version":"e7f7ad6d4e3f39574f33140b53d62223554146770c950786a6a7d984172a1968","impliedFormat":1},{"version":"89fc154ddc4f1d5bde9f3096daaad3b6509747b62fc3688a5722570647dde021","impliedFormat":1},{"version":"c00df3a96b92b68f891e8203adce12a77e55db3b5aeefbb1206570edbcb27ac8","impliedFormat":1},{"version":"d807ddd0b087b423bb7f0bdb4863e6c9953020da6f45437ecc450060b672496d","impliedFormat":1},{"version":"fc02c8acfb65b0479e01eec792344c8930fb362aae523c6cfb068ee68d3c2d04","impliedFormat":1},{"version":"7e1795cd9405cfe599d2a08c2ab8b27c4199872c6996882cdf7509332cb3cac3","impliedFormat":1},{"version":"6fc2b7c056fc5a4fab2cda7f12d5e1117189ba66974a0d4bd300fca0494069f0","impliedFormat":1},{"version":"13e7ce31a323e5768142dd6a8e6722a0829444143b6604505cd52357fa434c5a","impliedFormat":1},{"version":"057311339a3d533a02b06094b15643eeecc9f50e11a3e6b41d705654c24ec8e4","impliedFormat":1},{"version":"f121d5ca2164a2aedde1abc913db36e1e7002846560b8e09a87cc349bc1f27d9","impliedFormat":1},{"version":"03fe48ae3a88a53a1ab02a8c54e2ecdcf5a496125f1369999a68f29b12091b7f","impliedFormat":1},{"version":"30014aedc5a0c637b187190e9a9d2f2ad16e7995bdbe77723442fad3f6edcacf","impliedFormat":1},{"version":"eaa5d7e585f8d38fdc60261502881a54b6271c5a30468b401f1a54d70b1ab839","impliedFormat":1},{"version":"60046eee785424cc84b29e37df8b0739680be9075d5593f8e47f16d0d2d6d698","impliedFormat":1},{"version":"24f236bb92b119d3fa7391f97bb6e245d5e590018ee7d5ade3f3e1e4428e2fc8","impliedFormat":1},{"version":"64fc8f83f616af8bd5dd0536aa888bc54f3f78c76606144fa161f8f0f91ca8d8","impliedFormat":1},{"version":"15c4f4bbaa4b9c8c87b3d676f4971da1c50bd7d0cc5ce95245f20e560182a55f","impliedFormat":1},{"version":"c1b4b85b6dfe75325d249e763b4c835218ca336598f274d4b240d8a4bbfa2454","impliedFormat":1},{"version":"fdf605f35f6a17f3a9dd9e58b29d5a32d257a22e14ee36f8db6cb2ebc87709bd","signature":"e3b85d65af286db17572bd404d3d4720a5fc6385d729df6699638c8ac073ce9b","impliedFormat":1},{"version":"46a20810952d2a9e8a170398e1bfe7d348a8870da91f293268fa050b2f79f32a","signature":"abbd9e536adc3d8d8890017b7ee94f52c246dfa60e4052028cbc8e85dab20ca8","impliedFormat":1},{"version":"9f77bc13edf7fb4ecaa01746956c45d3485edfe787b5161cd280ba6093c19197","impliedFormat":1},{"version":"5b030f6e1f84e2a32d12a72bd71008134afd31233a77b8dc7633a8972cf7af9f","signature":"6e385a26b4c81f9cb5c6b7cdd40bab35795fa9cd562683de6e686272410f009c","impliedFormat":1},{"version":"41df994055a0eaa8295d0b99b85f7b9ab2c83b643601bbe45dc63760a3e7b974","signature":"3df7db11d140614e54dad91dae3409afa8db97893f5444a5553a82dfa6ec6f03","impliedFormat":1},{"version":"337a66cc28b81bff81361df12bd4013e435a71e07db73e1510c62051dd2032c8","signature":"98eb4c600d63ffdb8182516f7c807bbcc875f0e8e0e97bdab0310b4504d2d7c2","impliedFormat":1},{"version":"d0a9e0263075231bb143f1b133f2750bc7f88a9b24ee516eee6b4cd2cb48a1b3","signature":"73e3e947be6c121d02657c2de752306eb2c47e6369ab1cae1811be70e521b641","impliedFormat":1},{"version":"6c7000df4b3b442b614b4955e021ee6858962893e2a18fbf5f2753c1f2e5e394","signature":"dbeb115f3593f8e7e80a0b06c12c92140198bad9ea4cb13e831c3b53e70863bd","impliedFormat":1},{"version":"ee70ab6700186ebe597963119bd63bd3c9d0230c0d137c7dad8b9a2cb6afc629","impliedFormat":1},{"version":"12e65dea0fad953d453eaab41b15808552f50d99c0d5181bf55e540b89af09d7","impliedFormat":1},{"version":"97e0fe27ea413e79bb2b76721eb4bef93f8b6c130de69a79d6739444ba7a4079","impliedFormat":1},{"version":"8a876f161417bc675dfa413c324362dafa6a95a8d24660fee994cd12fb429616","impliedFormat":1},{"version":"c827805d423f217de1c2562e5f982d1ab880bbd350a67d268f2751c444bc804b","impliedFormat":1},{"version":"334e2f04b6b775998676a0b92db1010b1e0c6e9f235a23935789a7fcb914db43","impliedFormat":1},{"version":"a3e06486315a5d6aca5c6c51ad338591c46a9abb9f032c0a880f4fc23c58990d","impliedFormat":1},{"version":"c7c020aeacc3fd98752a976508579f3d207f811307993be26a0ca0f4c72d9c3e","impliedFormat":1},{"version":"3154aae94a314b670d4ca825e7089fc4f4c4e31db5473367dfed10ce93ae68f8","impliedFormat":1},{"version":"4e246414756d2471a5f57ec9b83245524d44ece2ef79d869b5a531208add6780","impliedFormat":1},{"version":"8e7fbcd85a88cff952bfddf018a878437ff3721a3ef9d5a82e4aa33540fd166c","impliedFormat":1},{"version":"99cff8d8ecff76cf6d2c01c36a67fbf7961122748c07020d11f17b5e15f64422","impliedFormat":1},{"version":"f9261b84d8004d9f496ef8e6e6801aea969a451cca6809fb014c9ef6ee2c4b4c","impliedFormat":1},{"version":"717c85e439a2e28054138caa84613aa81252448a4a9f4f4c8e66cf430f399cf9","impliedFormat":1},{"version":"58b560202bde6e8c9ab6f5257ffaa81eee63eeadf3d112acce1acef76ed7a9cf","impliedFormat":1},{"version":"b2880926ee002e26613daa950b99eaaf54767e88c02d6019b545a0b787e03eaf","impliedFormat":1},{"version":"c8792295a56e3f685129308d41efab07e27f267f0947cd817cb9f4a7617663de","impliedFormat":1},{"version":"948355e572a01fac5781b65489e7c0ac98656f760ed3ad57721a55a344d1315e","impliedFormat":1},{"version":"9ebbaba0e0405c1de896520d4fb403abf8d8ee72d26f002d4ae880b04e3fe504","impliedFormat":1},{"version":"3f330b6ffb4b66966103db9aec9228228e109aea2d14366f04b12222dc1d3361","impliedFormat":1},{"version":"e4e14f80a180dbdad64eef8f0700e2cd5ce49dce687d2f565552044bf3b70a99","impliedFormat":1},{"version":"7ed03aac31eba23b636b60ac2a346c05e7d1c1624e4f3b060fc8273de5770851","impliedFormat":1},{"version":"1d0455ddcb4af33500472e8f5085a971f07706347a0ca230af85d0db87e46bd6","impliedFormat":1},{"version":"96af48f58c93f75f41576b49d8f8a3f6bcdee294d9e3f6579eea742d95d8dd1c","impliedFormat":1},{"version":"3f7013acbcc83982dbc09a9c77e1453482d6209f3cb48b0db293002ee2553b1c","impliedFormat":1},{"version":"d89abed9cc3462bfbc92b43a96a9efa48286a06bf6816a79d2d91178c0f0bf55","impliedFormat":1},{"version":"8401397ae7b67ac7994bec9f9d6ddbacd5b40203af5646e2a05986b0174d1d31","impliedFormat":1},{"version":"27315fbee0aee7886e5991a8b2edbb693ae53d332c4fd1bd8f510aa8e3096feb","impliedFormat":1},{"version":"c2d455a045f1bc5de7ef50102f4916f6e4b6c948ffc861c313f473fc1da5b6c0","impliedFormat":1},{"version":"48f3e2543105da93484b51b1979764f345befa92e4d2031109cf2297739c3c95","impliedFormat":1},{"version":"528e7087c8e41701cd1af78e52bdc107553eeb44245885c5cd92b2dd3209a6b4","impliedFormat":1},{"version":"b08950d68c97431fb98c2f6faa5da8b012d49145559c8218416be5ec3214c521","impliedFormat":1},{"version":"2f2275fb011f92825710c151ae9cd29d9aa1dedbcd99fcdd412dbbe644757e4d","impliedFormat":1},{"version":"6477985c5202f923b093ef846f6419b9ad622e4a8f8622ebe48f84baadaa3e16","impliedFormat":1},{"version":"8097775a576145e0f19952e0d6e40ada6b8d05a34b324ec8278e8ee45c8b1723","impliedFormat":1},{"version":"1d9c1b01bf97e67e186f94aa133d4611bd5fc581968ed2aad913009cc0ea9005","impliedFormat":1},{"version":"a056a887393061b50c78c9216fa368b498bc6bade79ed32f00afd142bdc78ef8","impliedFormat":1},{"version":"fded4150da5c204dd68ce7603bc36950d6a24f7768d7848df3ff232889213616","impliedFormat":1},{"version":"6e2cbb13f526e6f7c70ea3a4bdc9634301f018fa3965f2dde7f1d37a8e5c7e9c","impliedFormat":1},{"version":"2fd3c27eab8f2e941560b8f1d9b2480d558a3bfecb9f7450478a758c9ce96cb0","impliedFormat":1},{"version":"6e51a400a1bfb0d2a9dc4432fb4577001f02dada8caa68b357d2afa4e8f0d751","impliedFormat":1},{"version":"659fce21d1051fe882134ec3ccf8ba235bd6cf16d39942ca361f6731a79126c3","signature":"eb8a29953c7787e6d5b06d40598677fd0be33e1cdedfc90f193f09861e85b86d","impliedFormat":1},{"version":"f85e8075873fdac7e21508a27105ecbd867b0aa5417a9a971470bba480218b7c","signature":"0d6d1e08027b3d4f75f033dbdbe6c0653456c54254b04b8ca3bf671e68d2f45c","impliedFormat":1},{"version":"78cfee47f0bacfbe6c78d9ecb18aacdb79197d1972b65bf6aacbeffb2389653b","signature":"bfe259a60c63ef4b39bb8a46f33f13706b3dbdd471d7c025c0cbc23e539813be","impliedFormat":1},{"version":"30bf453bacebd7c9300d985d3c8b2314c824e1341a3fbc9f83f37a1fe01e7a2d","signature":"59f26a41b8ba8a8b8dfb541785ff3970c6440c21c996a37bb67c193b94147d3a","impliedFormat":1},{"version":"5ec7014b98765d563a235767dcdbc030e4d7008b058debdf875fefaf79f2aba5","signature":"194f39b94f26ba57a957b1d25a0ed8cdd107ac313cdc4c9b886d5e1a138f3360","impliedFormat":1},{"version":"0af76154070eedbbce3b109ed85fa7c14cfd1b42722094116379218081f316ae","signature":"909e728d0a31b16abbdbb672a542272a9d4e9577736bb91d862f2472d6f332c5","impliedFormat":1},{"version":"5445469774e6da25c888172952430addb264d252110626a5129e3d543a7e5adb","signature":"8855e67b5a208871ed6b83fe64f4c1c0dfdcbce464d11881e05478b6dd557474","impliedFormat":1},{"version":"87141a0e8e193478dc3f1c33d380d899acd2df86a4e119e774df0156204d88cc","impliedFormat":1},{"version":"2c8e55457aaf4902941dfdba4061935922e8ee6e120539c9801cd7b400fae050","impliedFormat":1},{"version":"9d16476349353974716bd2ad745830d0542c18c9edad4566d77ccd9d61c6cfb2","impliedFormat":1},{"version":"670a76db379b27c8ff42f1ba927828a22862e2ab0b0908e38b671f0e912cc5ed","impliedFormat":1},{"version":"9e0cf651e8e2c5b9bebbabdff2f7c6f8cedd91b1d9afcc0a854cdff053a88f1b","impliedFormat":1},{"version":"069bebfee29864e3955378107e243508b163e77ab10de6a5ee03ae06939f0bb9","impliedFormat":1},{"version":"c459613791d75795ffe6b9d74a12949b2e2c5ec5a912105e7215ce62cf3a67a0","impliedFormat":1},{"version":"460627dd2a599c2664d6f9e81ed4765ef520dc2786551d9dcab276df57b98c02","impliedFormat":1},{"version":"fae7edf9f794a27da3c81af5ef1e6957f8a90f60146e10eb6e4c3664e6c53059","impliedFormat":1},{"version":"89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","impliedFormat":1},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true,"impliedFormat":1},{"version":"19d8cfe625f967048fff0fe9892e427e7f0596a350b9b623449d2f116fcba8e8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","impliedFormat":1},{"version":"3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","impliedFormat":1},{"version":"e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","impliedFormat":1},{"version":"471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","impliedFormat":1},{"version":"c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","impliedFormat":1},{"version":"40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","impliedFormat":1},{"version":"8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","impliedFormat":1},{"version":"4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1","impliedFormat":1},{"version":"7b02d1daadbc869cd68285e202f30e355f0609c6d383eda84775e6352a2065c2","affectsGlobalScope":true,"impliedFormat":1},{"version":"2aadab4729954c700a3ae50977f5611a8487dc3e3dc0e7f8fcd57f40475260a8","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89","impliedFormat":1},{"version":"bd65dce9d4c997d308be95bbb0a81830a6f95383ee1fd8db5fa08bbbdd74b0ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"51bb58ef3a22fdc49a2d338a852050855d1507f918d4d7fa77a68d72fee9f780","impliedFormat":1},{"version":"9b8d21812a10cba340a3e8dfacd5e883f6ccec7603eae4038fa90a0684fa9a07","impliedFormat":1},{"version":"cef8931bc129687165253f0642427c2a72705a4613b3ac461b9fa78c7cdaef32","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"32f2d9235c9818dd5409f04c912ba34f90b9d6b5ab5bef40df676b17fabe27ef","impliedFormat":1},{"version":"e46fa644658c2d6e5c85e954ea76b92c97d63f0851d3ccdab8c2a80d5962aaa9","impliedFormat":1},{"version":"1c611ff373ce1958aafc40b328048ac2540ba5c7f373cf2897e0d9aeaabe90a0","impliedFormat":1},{"version":"548d9051fd6a3544216aec47d3520ce922566c2508df667a1b351658b2e46b8d","impliedFormat":1},{"version":"c175f4dd3b15b38833abfe19acb8ee38c6be2f80f5964b01a4354cafb676a428","impliedFormat":1},{"version":"b9a4824bb83f25d6d227394db2ed99985308cf2a3a35f0d6d39aa72b15473982","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"8452dcf0e3f7498da7034c9bead9935f0faa40f01e9ac61c4b4d8c9e6d872c6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4895fb67bd110c576d2c25db1a9369e7682ad26b2dcbecbdb0c621c3f6c94298","impliedFormat":1},{"version":"ab212d4276d07309bac9ccc93e24ad5ad1049e14f538344886221c2be7deef05","impliedFormat":1},{"version":"f77c60ba54edbc533f72ed4470e12864c482dfef94105a202cee4b1470a0150f","impliedFormat":1},{"version":"6b3c4aa0ce6eb9cf6187e61d352cd269ff0e492f333ae102dda121e76f90285c","impliedFormat":1},{"version":"565fda33feca88f4b5db23ba8e605da1fd28b6d63292d276bdbd2afe6cd4c490","impliedFormat":1},{"version":"e822320b448edce0c7ede9cbeada034c72e1f1c8c8281974817030564c63dcb1","impliedFormat":1},{"version":"ac181d6df6161dec3d61db812dc230858a478bf8b7b79de9169afccce5b5ab3a","affectsGlobalScope":true,"impliedFormat":1},{"version":"16bc7fc733bade239218d2f4351b0b53d7482c5aa917e5e12cf294c688f2e1b3","impliedFormat":1},{"version":"31682ca32a4013297ef3f483bd4de7f7a4818d9c1d52c29aaca24f78a737d90d","impliedFormat":1},{"version":"17bc38afc78d40b2f54af216c0cc31a4bd0c6897a5945fa39945dfc43260be2c","impliedFormat":1},{"version":"945467a431970f6888ce0314b3c80a622817316312d11d0624895b1f8611e0c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9e2e0c6e5e9ba4aff4d22b7eab4a4b4e7df9612b7e13f28001913dd5cba73ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"de905bc5f7e7a81cb420e212b95ab5e3ab840f93e0cfa8ce879f6e7fa465d4a2","impliedFormat":1},{"version":"91b64f6b37cfe86783b9a24d366f4c6c331c3ffb82926c60107cbc09960db804","impliedFormat":1},{"version":"ea84cb04283c5dcf19ecb75297c7930787ac03cdd7bf7b13a79214d6d50cc27a","impliedFormat":1},{"version":"59888d59ee861c2f4df7fba8b75d6fd0afa88a3dd081b1057949f8673a63451e","impliedFormat":1},{"version":"294c082d609e6523520290db4f1d54114ebc83643fb42abd965be5bcc5d9416b","impliedFormat":1},{"version":"a1fde752d2e310310f949aaf7f1702a21dfb41a43b07bbfb75ff1f7c7ca5a826","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"ce2fd18db93f879d300db4ae7738c28f3eefc7c2d9274ab7d22046f1d71ccd6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b85151402164ab7cb665e58df5c1a29aa25ea4ed3a367f84a15589e7d7a9c8ca","impliedFormat":1},{"version":"5d8cd11d44a41a6966a04e627d38efce8d214edb36daf494153ec15b2b95eee2","affectsGlobalScope":true,"impliedFormat":1},{"version":"bcfc34bdee91e8895c3431438cf1e5c2a7d4ca26fa14cca505317b897f7943dc","affectsGlobalScope":true,"impliedFormat":1},{"version":"b17790866e140a630fa8891d7105c728a1bd60f4e35822e4b345af166a4a728c","impliedFormat":1},{"version":"b1a9bf3c14dd2bac9784aaffbeabd878f5f6618a4fd3bfc1633a2758b0e96f32","impliedFormat":1},{"version":"dc058956a93388aab38307b7b3b9b6379e1021e73a244aab6ac9427dc3a252a7","impliedFormat":1},{"version":"f33302cf240672359992c356f2005d395b559e176196d03f31a28cc7b01e69bc","impliedFormat":1},{"version":"3ce25041ff6ae06c08fcaccd5fcd9baf4ca6e80e6cb5a922773a1985672e74c2","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac311960c52ee39e7f88d828a1931ea948b8a71179e08cb9d3723bf3c8ae29ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"94a37720dc0163bddcbdf01f823af40b55c136ef65356d7a65e4aacfd20a72dc","impliedFormat":1},{"version":"f47fc200a9cad1976d5d046aa27b821918e93c82a2fd63cf06b47c9d0f88aaae","impliedFormat":1},{"version":"cf45d0510b661f1da461479851ff902f188edb111777c37055eff12fa986a23a","impliedFormat":1},{"version":"cb41c174db409193c4b26e1e02b39a80f3050318a6af120cc304323f29e1ec1b","affectsGlobalScope":true,"impliedFormat":1},{"version":"37bef1064b7d015aeaa7c0716fe23a0b3844abe2c0a3df7144153ca8445fe0da","impliedFormat":1},{"version":"75bd411256302c183207051fd198b4e0dbab45d28a6daf04d3ad61f70a2c8e90","impliedFormat":1},{"version":"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","impliedFormat":1},{"version":"e10272a107d3dd110294e47d4d083ebc929d580501feee4bd1cd243ab86ed3f7","impliedFormat":1},{"version":"afe73051ff6a03a9565cbd8ebb0e956ee3df5e913ad5c1ded64218aabfa3dcb5","impliedFormat":1},{"version":"035a5df183489c2e22f3cf59fc1ed2b043d27f357eecc0eb8d8e840059d44245","impliedFormat":1},{"version":"a4809f4d92317535e6b22b01019437030077a76fec1d93b9881c9ed4738fcc54","impliedFormat":1},{"version":"5f53fa0bd22096d2a78533f94e02c899143b8f0f9891a46965294ee8b91a9434","impliedFormat":1},{"version":"763e521cf114b80e0dd0e21ca49b9f8ae62e8999555a5e7bade8ce36b33001c2","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","impliedFormat":1},{"version":"ffcc5500e77223169833fc6eb59b3a507944a1f89574e0a1276b0ea7fc22c4a4","impliedFormat":1},{"version":"22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","impliedFormat":1},{"version":"e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","impliedFormat":1},{"version":"cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2","impliedFormat":1},{"version":"f72f8428f3c1caa22e9c247d046603b85b442c0dae7b77a7a0bc092c18867cb7","impliedFormat":1},{"version":"195f63105abc03e72b6a176e3e34dfb5ac932b55db378fdc7874b1617e24b465","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc37aca06f6b8b296c42412a2e75ab53d30cd1fa8a340a3bb328a723fd678377","impliedFormat":1},{"version":"5f2c582b9ef260cb9559a64221b38606378c1fabe17694592cdfe5975a6d7efa","impliedFormat":1},{"version":"03c258e060b7da220973f84b89615e4e9850e9b5d30b3a8e4840b3e3268ae8eb","impliedFormat":1},{"version":"fd20dfa2434a61a87e3fa9450f9de2ed2c365ea43b17b34ac6616d90d9681381","impliedFormat":1},{"version":"389303117a81e90897689e7adb4b53a062e68a6fe4067088fae9552907aa28c3","impliedFormat":1},{"version":"d4c4fe14b23180acf25e4a68dc3bb9e5c38233dd3de12a4ab9569e636090ac9b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"a877eff63216a52ca8d06431e888e3e3522c323361537d156f94f877870ef21c","impliedFormat":1},{"version":"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","impliedFormat":1},{"version":"4340936f4e937c452ae783514e7c7bbb7fc06d0c97993ff4865370d0962bb9cf","impliedFormat":1},{"version":"b70c7ea83a7d0de17a791d9b5283f664033a96362c42cc4d2b2e0bdaa65ef7d1","impliedFormat":1},{"version":"8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","impliedFormat":1},{"version":"199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","impliedFormat":1},{"version":"cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","impliedFormat":1},{"version":"9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","impliedFormat":1},{"version":"cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","impliedFormat":1},{"version":"ab82804a14454734010dcdcd43f564ff7b0389bee4c5692eec76ff5b30d4cf66","impliedFormat":1},{"version":"f874ea4d0091b0a44362a5f74d26caab2e66dec306c2bf7e8965f5106e784c3b","impliedFormat":1},{"version":"bae8d023ef6b23df7da26f51cea44321f95817c190342a36882e93b80d07a960","impliedFormat":1},{"version":"26a770cec4bd2e7dbba95c6e536390fffe83c6268b78974a93727903b515c4e7","impliedFormat":1}],"options":{"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":3,"module":99,"noEmitOnError":true,"outDir":"..","removeComments":false,"rootDir":"../../..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5},"fileIdsList":[[182,197,235,302,303,304],[197,235,302,303,304],[197,235,292,302,303,304],[83,197,235,302,303,304],[83,84,85,197,235,302,303,304],[65,141,197,235,302,303,304],[65,197,235,302,303,304],[65,140,197,235,302,303,304],[65,140,141,197,235,302,303,304],[140,141,197,235,302,303,304],[140,197,235,302,303,304],[140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,197,235,302,303,304],[57,65,66,158,197,235,302,303,304],[65,158,159,197,235,302,303,304],[65,159,172,197,235,302,303,304],[158,159,160,161,162,163,164,165,166,167,168,169,170,171,173,197,235,302,303,304],[159,197,235,302,303,304],[65,159,197,235,302,303,304],[174,197,235,302,303,304],[158,197,235,302,303,304],[65,158,197,235,302,303,304],[134,197,235,302,303,304],[134,138,197,235,302,303,304],[134,135,136,137,138,139,197,235,302,303,304],[135,197,235,302,303,304],[182,183,184,185,186,197,235,302,303,304],[182,184,197,235,302,303,304],[197,235,247,248,283,284,302,303,304],[197,235,248,283,302,303,304],[197,235,287,302,303,304],[197,235,288,302,303,304],[197,235,294,297,302,303,304],[197,235,290,296,302,303,304],[197,235,294,302,303,304],[197,235,291,295,302,303,304],[197,235,293,302,303,304],[197,235,247,279,283,300,301,303,304],[197,235,302,303],[197,235,302,304],[197,235,250,276,283,302,303,304,307,308],[197,232,235,302,303,304],[197,234,235,302,303,304],[197,235,240,268,302,303,304],[197,235,236,247,248,255,265,276,302,303,304],[197,235,236,237,247,255,302,303,304],[192,193,194,197,235,302,303,304],[197,235,238,277,302,303,304],[197,235,239,240,248,256,302,303,304],[197,235,240,265,273,302,303,304],[197,235,241,243,247,255,302,303,304],[197,234,235,242,302,303,304],[197,235,243,244,302,303,304],[197,235,247,302,303,304],[197,235,245,247,302,303,304],[197,234,235,247,302,303,304],[197,235,247,248,249,265,276,302,303,304],[197,235,247,248,249,262,265,268,302,303,304],[197,230,235,281,302,303,304],[197,235,243,247,250,255,265,276,302,303,304],[197,235,247,248,250,251,255,265,273,276,302,303,304],[197,235,250,252,265,273,276,302,303,304],[197,235,247,253,302,303,304],[197,235,254,276,281,302,303,304],[197,235,243,247,255,265,302,303,304],[197,235,256,302,303,304],[197,235,257,302,303,304],[197,234,235,258,302,303,304],[197,235,259,275,281,302,303,304],[197,235,260,302,303,304],[197,235,261,302,303,304],[197,235,247,262,263,302,303,304],[197,235,262,264,277,279,302,303,304],[197,235,247,265,266,267,268,302,303,304],[197,235,265,267,302,303,304],[197,235,265,266,302,303,304],[197,235,268,302,303,304],[197,235,269,302,303,304],[197,235,265,302,303,304],[197,235,247,271,272,302,303,304],[197,235,271,272,302,303,304],[197,235,240,255,265,273,302,303,304],[197,235,274,302,303,304],[235,302,303,304],[195,196,197,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,302,303,304],[197,235,255,275,302,303,304],[197,235,250,261,276,302,303,304],[197,235,240,277,302,303,304],[197,235,265,278,302,303,304],[197,235,254,279,302,303,304],[197,235,280,302,303,304],[197,235,240,247,249,258,265,276,279,281,302,303,304],[197,235,265,282,302,303,304],[197,235,299,302,303,304],[197,235,300,302,303,304],[57,66,197,235,302,303,304],[60,197,235,302,303,304],[56,57,58,59,60,61,65,197,235,302,303,304],[62,63,64,197,235,302,303,304],[197,235,283,302,303,304],[197,235,302,303,304,312,351],[197,235,302,303,304,312,336,351],[197,235,302,303,304,351],[197,235,302,303,304,312],[197,235,302,303,304,312,337,351],[197,235,302,303,304,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350],[197,235,302,303,304,337,351],[197,235,302,303,304,354],[88,197,235,302,303,304],[75,76,197,235,302,303,304],[76,197,235,302,303,304],[91,197,235,302,303,304],[197,235,250,265,283,302,303,304],[94,95,197,235,302,303,304],[57,66,94,197,235,302,303,304],[98,99,197,235,302,303,304],[98,197,235,302,303,304],[57,66,113,114,115,116,117,118,119,197,235,302,303,304],[57,66,103,104,197,235,302,303,304],[57,64,65,66,197,235,302,303,304],[57,65,66,111,112,197,235,302,303,304],[57,65,66,110,197,235,302,303,304],[106,107,197,235,302,303,304],[65,103,105,106,109,111,197,235,302,303,304],[57,65,66,103,104,105,106,108,109,112,197,235,302,303,304],[103,104,106,109,113,114,116,117,119,120,121,122,123,124,197,235,302,303,304],[116,197,235,302,303,304],[65,103,116,121,197,235,302,303,304],[103,197,235,302,303,304],[65,116,121,197,235,302,303,304],[117,119,197,235,302,303,304],[197,207,211,235,276,302,303,304],[197,207,235,265,276,302,303,304],[197,202,235,302,303,304],[197,204,207,235,273,276,302,303,304],[197,235,255,273,302,303,304],[197,202,235,283,302,303,304],[197,204,207,235,255,276,302,303,304],[197,199,200,203,206,235,247,265,276,302,303,304],[197,199,205,235,302,303,304],[197,203,207,235,268,276,283,302,303,304],[197,223,235,283,302,303,304],[197,201,202,235,283,302,303,304],[197,207,235,302,303,304],[197,201,202,203,204,205,206,207,208,209,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,235,302,303,304],[197,207,214,215,235,302,303,304],[197,205,207,215,216,235,302,303,304],[197,206,235,302,303,304],[197,199,202,207,235,302,303,304],[197,207,211,215,216,235,302,303,304],[197,211,235,302,303,304],[197,205,207,210,235,276,302,303,304],[197,199,204,205,207,211,214,235,302,303,304],[197,202,207,223,235,281,283,302,303,304],[67,68,69,70,71,197,235,302,303,304],[67,197,235,302,303,304],[80,130,132,133,176,177,178,180,197,235,302,303,304],[65,130,197,235,302,303,304],[57,65,66,80,130,131,133,176,179,197,235,302,303,304],[72,80,130,197,235,302,303,304],[57,66,80,126,130,197,235,302,303,304],[65,72,130,132,197,235,302,303,304],[57,65,66,130,132,197,235,302,303,304],[65,80,130,132,175,197,235,302,303,304],[65,130,131,197,235,302,303,304],[57,66,74,78,197,235,302,303,304],[57,66,74,78,80,87,90,93,97,101,197,235,302,303,304],[86,197,235,302,303,304],[57,66,73,197,235,302,303,304],[57,66,89,197,235,302,303,304],[57,66,77,197,235,302,303,304],[57,66,92,197,235,302,303,304],[57,66,96,197,235,302,303,304],[100,197,235,302,303,304],[57,66,174,197,235,302,303,304],[57,66,125,197,235,302,303,304],[57,66,128,197,235,302,303,304],[57,66,72,79,80,81,82,102,127,129,197,235,302,303,304],[68,80,197,235,302,303,304],[67,68,69,70],[67],[80,130,132,133,176,177,178,180],[65,130],[57,65,66,80,130],[80,130],[72,130],[130],[80],[86],[73],[89],[77],[92],[96],[100],[174],[125],[128],[72,80,129]],"referencedMap":[[184,1],[182,2],[293,3],[84,4],[85,4],[86,5],[83,2],[142,6],[147,7],[145,6],[144,6],[146,8],[143,9],[156,10],[157,11],[155,10],[154,10],[158,12],[141,8],[151,2],[152,2],[149,10],[148,9],[153,11],[150,10],[167,13],[160,14],[173,15],[172,7],[174,16],[164,17],[163,17],[165,18],[166,19],[159,20],[161,21],[171,2],[170,13],[169,2],[168,14],[162,7],[136,22],[135,22],[139,23],[137,22],[138,22],[140,24],[134,25],[292,2],[187,26],[183,1],[185,27],[186,1],[188,2],[189,2],[190,2],[191,2],[285,28],[286,29],[287,2],[288,30],[289,31],[298,32],[290,2],[297,33],[295,34],[296,35],[294,36],[302,37],[304,38],[303,39],[305,2],[284,2],[306,2],[308,2],[309,40],[232,41],[233,41],[234,42],[235,43],[236,44],[237,45],[192,2],[195,46],[193,2],[194,2],[238,47],[239,48],[240,49],[241,50],[242,51],[243,52],[244,52],[246,53],[245,54],[247,55],[248,56],[249,57],[231,58],[250,59],[251,60],[252,61],[253,62],[254,63],[255,64],[256,65],[257,66],[258,67],[259,68],[260,69],[261,70],[262,71],[263,71],[264,72],[265,73],[267,74],[266,75],[268,76],[269,77],[270,78],[271,79],[272,80],[273,81],[274,82],[197,83],[196,2],[283,84],[275,85],[276,86],[277,87],[278,88],[279,89],[280,90],[281,91],[282,92],[300,93],[299,94],[64,2],[58,2],[59,95],[60,96],[61,2],[56,2],[66,97],[57,95],[62,2],[65,98],[310,99],[311,2],[336,100],[337,101],[312,102],[315,102],[334,100],[335,100],[325,100],[324,103],[322,100],[317,100],[330,100],[328,100],[332,100],[316,100],[329,100],[333,100],[318,100],[319,100],[331,100],[313,100],[320,100],[321,100],[323,100],[327,100],[338,104],[326,100],[314,100],[351,105],[350,2],[345,104],[347,106],[346,104],[339,104],[340,104],[342,104],[344,104],[348,106],[349,106],[341,106],[343,106],[352,2],[301,2],[353,2],[354,2],[355,107],[198,2],[291,2],[63,2],[73,2],[89,108],[88,2],[76,109],[75,2],[77,110],[92,111],[91,2],[307,112],[128,2],[96,113],[95,114],[94,2],[100,115],[99,116],[98,2],[120,117],[114,2],[105,118],[115,119],[107,2],[110,120],[111,121],[108,122],[112,123],[113,124],[125,125],[119,2],[103,2],[106,2],[104,2],[117,126],[122,127],[109,128],[121,2],[123,129],[116,95],[118,2],[124,130],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[8,2],[48,2],[45,2],[46,2],[47,2],[49,2],[9,2],[50,2],[51,2],[52,2],[53,2],[54,2],[1,2],[10,2],[55,2],[214,131],[221,132],[213,131],[228,133],[205,134],[204,135],[227,99],[222,136],[225,137],[207,138],[206,139],[202,140],[201,99],[224,141],[203,142],[208,143],[209,2],[212,143],[199,2],[230,144],[229,143],[216,145],[217,146],[219,147],[215,148],[218,149],[223,99],[210,150],[211,151],[220,152],[200,78],[226,153],[70,2],[72,154],[69,2],[67,2],[68,155],[71,2],[181,156],[131,157],[180,158],[179,159],[127,160],[178,161],[177,161],[133,162],[176,163],[132,164],[79,165],[102,166],[87,167],[74,168],[90,169],[78,170],[93,171],[97,172],[101,173],[175,174],[126,175],[129,176],[130,177],[81,178],[80,2],[82,2]],"exportedModulesMap":[[184,1],[182,2],[293,3],[84,4],[85,4],[86,5],[83,2],[142,6],[147,7],[145,6],[144,6],[146,8],[143,9],[156,10],[157,11],[155,10],[154,10],[158,12],[141,8],[151,2],[152,2],[149,10],[148,9],[153,11],[150,10],[167,13],[160,14],[173,15],[172,7],[174,16],[164,17],[163,17],[165,18],[166,19],[159,20],[161,21],[171,2],[170,13],[169,2],[168,14],[162,7],[136,22],[135,22],[139,23],[137,22],[138,22],[140,24],[134,25],[292,2],[187,26],[183,1],[185,27],[186,1],[188,2],[189,2],[190,2],[191,2],[285,28],[286,29],[287,2],[288,30],[289,31],[298,32],[290,2],[297,33],[295,34],[296,35],[294,36],[302,37],[304,38],[303,39],[305,2],[284,2],[306,2],[308,2],[309,40],[232,41],[233,41],[234,42],[235,43],[236,44],[237,45],[192,2],[195,46],[193,2],[194,2],[238,47],[239,48],[240,49],[241,50],[242,51],[243,52],[244,52],[246,53],[245,54],[247,55],[248,56],[249,57],[231,58],[250,59],[251,60],[252,61],[253,62],[254,63],[255,64],[256,65],[257,66],[258,67],[259,68],[260,69],[261,70],[262,71],[263,71],[264,72],[265,73],[267,74],[266,75],[268,76],[269,77],[270,78],[271,79],[272,80],[273,81],[274,82],[197,83],[196,2],[283,84],[275,85],[276,86],[277,87],[278,88],[279,89],[280,90],[281,91],[282,92],[300,93],[299,94],[64,2],[58,2],[59,95],[60,96],[61,2],[56,2],[66,97],[57,95],[62,2],[65,98],[310,99],[311,2],[336,100],[337,101],[312,102],[315,102],[334,100],[335,100],[325,100],[324,103],[322,100],[317,100],[330,100],[328,100],[332,100],[316,100],[329,100],[333,100],[318,100],[319,100],[331,100],[313,100],[320,100],[321,100],[323,100],[327,100],[338,104],[326,100],[314,100],[351,105],[350,2],[345,104],[347,106],[346,104],[339,104],[340,104],[342,104],[344,104],[348,106],[349,106],[341,106],[343,106],[352,2],[301,2],[353,2],[354,2],[355,107],[198,2],[291,2],[63,2],[73,2],[89,108],[88,2],[76,109],[75,2],[77,110],[92,111],[91,2],[307,112],[128,2],[96,113],[95,114],[94,2],[100,115],[99,116],[98,2],[120,117],[114,2],[105,118],[115,119],[107,2],[110,120],[111,121],[108,122],[112,123],[113,124],[125,125],[119,2],[103,2],[106,2],[104,2],[117,126],[122,127],[109,128],[121,2],[123,129],[116,95],[118,2],[124,130],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[8,2],[48,2],[45,2],[46,2],[47,2],[49,2],[9,2],[50,2],[51,2],[52,2],[53,2],[54,2],[1,2],[10,2],[55,2],[214,131],[221,132],[213,131],[228,133],[205,134],[204,135],[227,99],[222,136],[225,137],[207,138],[206,139],[202,140],[201,99],[224,141],[203,142],[208,143],[209,2],[212,143],[199,2],[230,144],[229,143],[216,145],[217,146],[219,147],[215,148],[218,149],[223,99],[210,150],[211,151],[220,152],[200,78],[226,153],[72,179],[68,180],[181,181],[131,182],[180,183],[179,184],[127,184],[178,185],[177,185],[133,186],[176,184],[132,186],[102,187],[87,188],[74,189],[90,190],[78,191],[93,192],[97,193],[101,194],[175,195],[126,196],[129,197],[130,198],[81,187]],"semanticDiagnosticsPerFile":[184,182,293,84,85,86,83,142,147,145,144,146,143,156,157,155,154,158,141,151,152,149,148,153,150,167,160,173,172,174,164,163,165,166,159,161,171,170,169,168,162,136,135,139,137,138,140,134,292,187,183,185,186,188,189,190,191,285,286,287,288,289,298,290,297,295,296,294,302,304,303,305,284,306,308,309,232,233,234,235,236,237,192,195,193,194,238,239,240,241,242,243,244,246,245,247,248,249,231,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,267,266,268,269,270,271,272,273,274,197,196,283,275,276,277,278,279,280,281,282,300,299,64,58,59,60,61,56,66,57,62,65,310,311,336,337,312,315,334,335,325,324,322,317,330,328,332,316,329,333,318,319,331,313,320,321,323,327,338,326,314,351,350,345,347,346,339,340,342,344,348,349,341,343,352,301,353,354,355,198,291,63,73,89,88,76,75,77,92,91,307,128,96,95,94,100,99,98,120,114,105,115,107,110,111,108,112,113,125,119,103,106,104,117,122,109,121,123,116,118,124,11,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,36,33,34,35,37,7,38,43,44,39,40,41,42,8,48,45,46,47,49,9,50,51,52,53,54,1,10,55,214,221,213,228,205,204,227,222,225,207,206,202,201,224,203,208,209,212,199,230,229,216,217,219,215,218,223,210,211,220,200,226,70,72,69,67,68,71,181,131,180,179,127,178,177,133,176,132,79,102,87,74,90,78,93,97,101,175,126,129,130,81,80,82]},"version":"4.9.5"}
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@types/react-native/globals.d.ts","../../../node_modules/@types/react-native/legacy-properties.d.ts","../../../node_modules/@types/react-native/BatchedBridge.d.ts","../../../node_modules/@types/react-native/Codegen.d.ts","../../../node_modules/@types/react-native/Devtools.d.ts","../../../node_modules/@types/react-native/LaunchScreen.d.ts","../../../node_modules/@types/react/ts5.0/global.d.ts","../../../node_modules/csstype/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/react/ts5.0/index.d.ts","../../../node_modules/@types/react-native/index.d.ts","../../../posthog-core/src/types.ts","../../../posthog-core/src/utils.ts","../../../posthog-core/src/lz-string.ts","../../../posthog-core/src/eventemitter.ts","../../../posthog-core/src/vendor/uuidv7.ts","../../../posthog-core/src/index.ts","../../../node_modules/expo-application/build/Application.d.ts","../../src/optional/OptionalExpoApplication.ts","../../../node_modules/expo-file-system/build/FileSystem.types.d.ts","../../../node_modules/expo-file-system/build/FileSystem.d.ts","../../../node_modules/expo-file-system/build/index.d.ts","../../src/optional/OptionalExpoFileSystem.ts","../../src/legacy.ts","../../src/types.ts","../../src/storage.ts","../../src/version.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/types.d.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/AsyncStorage.d.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/hooks.d.ts","../../../node_modules/@react-native-async-storage/async-storage/lib/typescript/index.d.ts","../../src/optional/OptionalAsyncStorage.ts","../../../node_modules/expo-device/build/Device.types.d.ts","../../../node_modules/expo-device/build/Device.d.ts","../../src/optional/OptionalExpoDevice.ts","../../../node_modules/expo-localization/build/Localization.types.d.ts","../../../node_modules/expo-localization/build/Localization.d.ts","../../src/optional/OptionalExpoLocalization.ts","../../../node_modules/react-native-device-info/lib/typescript/internal/types.d.ts","../../../node_modules/react-native-device-info/lib/typescript/internal/privateTypes.d.ts","../../../node_modules/react-native-device-info/lib/typescript/index.d.ts","../../src/optional/OptionalReactNativeDeviceInfo.ts","../../../node_modules/react-native-localize/dist/typescript/types.d.ts","../../../node_modules/react-native-localize/dist/typescript/module.d.ts","../../../node_modules/react-native-localize/dist/typescript/index.d.ts","../../src/optional/OptionalReactNativeLocalize.ts","../../src/native-deps.tsx","../../../node_modules/react-native-navigation/lib/dist/interfaces/ComponentEvents.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Events.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/NativeEventsReceiver.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/EventSubscription.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/UniqueIdProvider.d.ts","../../../node_modules/react-native-navigation/lib/dist/events/CommandsObserver.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationComponentListener.d.ts","../../../node_modules/react-native-navigation/lib/dist/components/ComponentWrapper.d.ts","../../../node_modules/react-native-navigation/lib/dist/components/Store.d.ts","../../../node_modules/react-native-navigation/lib/dist/events/ComponentEventsObserver.d.ts","../../../node_modules/react-native-navigation/lib/dist/events/EventsRegistry.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/Constants.d.ts","../../../node_modules/react-native-navigation/lib/dist/adapters/TouchablePreview.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Options.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Layout.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/ProcessorSubscription.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/CommandName.d.ts","../../../node_modules/react-native-navigation/lib/dist/Navigation.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationComponentProps.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationComponent.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/NavigationFunctionComponent.d.ts","../../../node_modules/react-native-navigation/lib/dist/interfaces/Processors.d.ts","../../../node_modules/react-native-navigation/lib/dist/index.d.ts","../../src/optional/OptionalReactNativeNavigationWix.ts","../../src/frameworks/wix-navigation.ts","../../../node_modules/posthog-react-native-session-replay/lib/typescript/commonjs/src/index.d.ts","../../src/optional/OptionalSessionReplay.ts","../../src/posthog-rn.ts","../../src/PostHogContext.ts","../../src/hooks/usePostHog.ts","../../src/hooks/useLifecycleTracker.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/types.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/CommonActions.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/BaseRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/StackRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/TabRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/DrawerRouter.d.ts","../../../node_modules/@react-navigation/routers/lib/typescript/src/index.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/types.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/BaseNavigationContainer.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/createNavigatorFactory.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/NavigationHelpersContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/NavigationContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/NavigationRouteContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/CurrentRenderContext.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useNavigationBuilder.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useNavigation.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useRoute.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useFocusEffect.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useIsFocused.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/useNavigationState.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getStateFromPath.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getPathFromState.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getActionFromState.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/getFocusedRouteNameFromRoute.d.ts","../../../node_modules/@react-navigation/core/lib/typescript/src/index.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/types.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/NavigationContainer.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useBackButton.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useScrollToTop.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/DefaultTheme.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/DarkTheme.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/ThemeProvider.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/theming/useTheme.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/Link.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinking.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinkTo.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinkProps.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/useLinkBuilder.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/ServerContext.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/ServerContainer.d.ts","../../../node_modules/@react-navigation/native/lib/typescript/src/index.d.ts","../../src/optional/OptionalReactNativeNavigation.ts","../../src/hooks/useNavigationTracker.ts","../../src/hooks/useFeatureFlags.ts","../../src/hooks/useFeatureFlag.ts","../../src/autocapture.tsx","../../src/PostHogProvider.tsx","../../index.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/detect-indent/index.d.ts","../../../node_modules/@types/diff-match-patch/index.d.ts","../../../node_modules/@types/dts-bundle/index.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/ts5.6/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/glob/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@types/jest/node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-diff/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/@types/parse5/lib/tree-adapters/default.d.ts","../../../node_modules/@types/parse5/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/ts4.0/index.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/mkdirp/index.d.ts","../../../node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../../../node_modules/@types/resolve/index.d.ts","../../../node_modules/@types/retry/index.d.ts","../../../node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/@types/semver/functions/major.d.ts","../../../node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/@types/semver/classes/range.d.ts","../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/@types/semver/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/uuid/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","impliedFormat":1},{"version":"7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","impliedFormat":1},{"version":"8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","impliedFormat":1},{"version":"5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","impliedFormat":1},{"version":"4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","impliedFormat":1},{"version":"1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","impliedFormat":1},{"version":"746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","impliedFormat":1},{"version":"d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","impliedFormat":1},{"version":"aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c","impliedFormat":1},{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true,"impliedFormat":1},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true,"impliedFormat":1},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true,"impliedFormat":1},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true,"impliedFormat":1},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true,"impliedFormat":1},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true,"impliedFormat":1},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true,"impliedFormat":1},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true,"impliedFormat":1},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true,"impliedFormat":1},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true,"impliedFormat":1},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true,"impliedFormat":1},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true,"impliedFormat":1},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true,"impliedFormat":1},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true,"impliedFormat":1},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true,"impliedFormat":1},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true,"impliedFormat":1},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true,"impliedFormat":1},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"88da16eba1d14750f3b3ee00292123e52fb08f779a30fde6901d5cb72501a40a","affectsGlobalScope":true,"impliedFormat":1},{"version":"879fc44ada933941a7d2b20e6d0d1749081f17b4e911237794cd2038fdb746be","impliedFormat":1},{"version":"c60f4f6cb8949ec208168c0baf7be477a3c664f058659ff6139070dc512c2d87","affectsGlobalScope":true,"impliedFormat":1},{"version":"901f5d41fb92706eb4c4ca3e7dccc2671501bed1b910185611958bbda9f0c74a","impliedFormat":1},{"version":"52ae84fa49dc45cfb37f55379dd6e01b532840bd942e1c32954035f4c5b206a4","impliedFormat":1},{"version":"d08cd8b8a3615844c40641ad0eda689be45467c06c4c20d2fc9d0fcf3c96ae3f","impliedFormat":1},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"ed6b820c54de95b2510bb673490d61c7f2187f532a339d8d04981645a918961f","impliedFormat":1},{"version":"759efc21a5ff1954e060fa54ddb4a739132b090a43ef9ee6fd63c7838bb07743","affectsGlobalScope":true,"impliedFormat":1},{"version":"d35ad08b50422292a3b99f74e825850a07a8b7e4ad200d1638dd858038498398","affectsGlobalScope":true,"impliedFormat":1},{"version":"84f7f5f152b8240c7d426e7b75ccf2e7eecbf10b74a23476f4c64906db8c336c","signature":"da6dfed8a99595869b508037143c885bb6aa865954d49e87ecced49844ca7b5b","impliedFormat":1},{"version":"bc938df3dba53c0de84bb510390e8c218cfc1f942f3dc61e11713825bd32f2f6","signature":"e212d813785596b84f216e613b6c149e92df9ec41836100b6cff238f76e5a546","impliedFormat":1},{"version":"4b64f552ead98156fd27ed14600f43d992c28be337537d8a9754493efd38d26a","signature":"f9ce1bc48a437290408037aa2a4faf010735a40d5bec9f4cdd1644d136248492","impliedFormat":1},{"version":"3a3cc0a57d183b6e93d949cd381f17ccb607c3ff00a6134830ffdca90a66d086","signature":"9e8e78e2e87a477b0a031ac9a9593d75d76123933953f2ce1bebf0d78a0f60ca","impliedFormat":1},{"version":"6397ce81aeb83a515c2e413b9a0d8d7ccb05da030ca49cf2942f554559dfe258","signature":"a8bbce2639952a848f326cd8f6064d38b08421bd73262691bf39ba0fbb0faece","impliedFormat":1},{"version":"6833aa934c7c75292fe462c814be02e507a4427b0aadb9f75da65f9704983de9","signature":"952abe1ee41aa6127ed3183b0014aa4ab260eb595f5a0e8245ba0951d2313f72","impliedFormat":1},{"version":"1b59607f63cc880a2abd561384993b8b85dbec64faa33069de5cc85ebd2e3de4","impliedFormat":1},{"version":"fd0c1ad096d2ae0d12b7002d52778226667729d570bc466f69fbec17eb11d9fa","signature":"2caa0fe9101d333edbc735ab69b9f9e4d2809d4affa4fbbc90ebb399debdf965","impliedFormat":1},{"version":"6c0bb5aaf989e6ca53e841e3659c2022648a5156e4c8b13c9cadef0811747f79","impliedFormat":1},{"version":"824b5b9ddde4d85aca20f2b83fc1f9bc0e7f920d59a6f44c97f5146915ea0c07","impliedFormat":1},{"version":"912ed7d844d84c9b932a2e867e83f4642c58765d7c6e4e381fdc42b8ca2adbcd","impliedFormat":1},{"version":"617c702a552d6714a79144870cd8dbb0fa72dad631c6cd58e280a72c2875ee2d","signature":"ac61bbf4646cac282c1b851ba97026565449d0a4e073e0f184f364fe4c123e80","impliedFormat":1},{"version":"42369bb8747185149899bd15969f1e768a76d722ef0f0c43cb139cde1013d811","signature":"a18ce8de91ed7a239027bc452f7e8780a8d199dd305b1c4f4f81338a2d5c1e87","impliedFormat":1},{"version":"5e163da660c981af6c9af3d6e0007a46870f485e19543dc8c66bbef35c91fc5c","signature":"8ac600b4aa3be0bb406a97204261d3bf693320015726a8e7b17325bb99784a5b","impliedFormat":1},{"version":"00fd62de15d31fab4473a13a728ffe05cf2ef792787f7020ce312a90e69ccc5a","signature":"b8296fa5d56af77c6fc432d97a5fa6d90a6ba5b026f5c18f2bee8501db611c0f","impliedFormat":1},{"version":"4fac800247220b3cce6f484d2557d339168d5f6d27b930808958425d8d0a6b02","signature":"535aba2943c1638e71a1b94cd8750819d89f091a9273eddfd471f9de5331ffe1","impliedFormat":1},{"version":"a7cb079e30b36dd328c94d0d001b892c644e1362f20c71a2558bf7b8be69896e","impliedFormat":1},{"version":"bc7d5b291eea0230f601d93879ee242ee4c284d55879e815509ca617e0d3135c","impliedFormat":1},{"version":"c26ce75367c33508b0df071ac7debc038d4714739c77fb24e0fdea1fc03be4fb","impliedFormat":1},{"version":"4c88df19b5bb3544b566a59ee4d1ffb5b8e517ad665dcdb6beb64f49f03a99b7","impliedFormat":1},{"version":"6b05a6a8b6967204fb5d6268c0800ea7d7e85c055f5c56029d8f277b76379cdd","signature":"6fc50cf64bb23f280f1b830eff2b1d79f930fcddb558509ffb3267dacd3b62d7","impliedFormat":1},{"version":"31364966b995a47b4265b4e10b3595526edf2c1cee39533c71168a9b0fbfb19d","impliedFormat":1},{"version":"49924b0b585b8ee2dc6200b0b7496e46f7100770b6a6550f9bde30cb6a2e258c","impliedFormat":1},{"version":"eafef87906ad52f101597c29ab5830cdb3503103e8743a36028a57caecdf398f","signature":"66b257a369914b183b6c5e1e645fb5c2b22f76b211d893a58c66b3aafd3777f1","impliedFormat":1},{"version":"3c0aba5da8d05fb5849d2d8c7371cc0d5059f7e9b677b38428c840f61d0c9d5b","impliedFormat":1},{"version":"1d07436b9c7d67bed895a7dd62cbf2f50df0926d873fcfea7732dddd15a31ae1","impliedFormat":1},{"version":"523562f320902181263c91155dd36cf25336ccc70e6dc28e8e2d83f7a0464a68","signature":"3855f37575b32e6b8f3898c7bb2ca800398802bdc1ad4f76df0484b092071cd6","impliedFormat":1},{"version":"242914f7a5bf6e4279c46a431683980a9858b55d2a89d89ac986dd1549627426","impliedFormat":1},{"version":"3f2779dc974a657f79f4fe9d059a344345d6e4386a15233bd06abffda323feb7","impliedFormat":1},{"version":"e68241fc4a24e6952d5c6878462377f17a06ff3553519143d3c7e5eb4af925e1","impliedFormat":1},{"version":"e42cd450d1105d47aef25e7f9ffa62ccfd568cc61937c32f09f90ce95b7e4666","signature":"25f92ea685a767483f6282fad7ce21410412cf8413c1d3666ad9af9fe7ba8f61","impliedFormat":1},{"version":"912510370815d62f729cf803b28ab601e3a0f7cbbefbaa5419b3b9708f7a40c2","impliedFormat":1},{"version":"b45ea194f2d2597015483e9591961c0eadcb0e8bca4559348bcd37579970df59","impliedFormat":1},{"version":"39921c32399b05316a6d8e2a46a6d4332f18f43d38407eea66d64c1049402b3e","impliedFormat":1},{"version":"5e1b33c69374060ec1b7e48bd4dc3aeb44368f309094e6937b855f421a267778","signature":"fb1d8b55f6189f5cfc91d907bb81e6ab51d3495b7212d54215af9599cfa8a706","impliedFormat":1},{"version":"f0141b444591edd3d23665b0900b284b0216522f71a3eb9b6ff458f35f260623","signature":"f171879b484858f8cd5c05b3d07ccb9d41b29e6bfbc70c0bc70009c4be0148d1","impliedFormat":1},{"version":"f30f77149139a6be3766f2db47f96fd175dd186313e7b6c51e4643ac39794a6d","impliedFormat":1},{"version":"96cb8bfd5e1b3e326f487db44cde59a77d5efd2c7b3268c0d4f44b94fdcbc3f3","impliedFormat":1},{"version":"1a4015e82f81cd075cc3d4174e812dc40786bd72c50e3c4991e29a945ea0ae16","impliedFormat":1},{"version":"daaaedb2ab7955bd28d0068fb7b84990771d76384b51d1eb960895a6589e7383","impliedFormat":1},{"version":"57ee4dbe0cf89d22c13415f192610230717b856939d42b255823b11f5f8077b5","impliedFormat":1},{"version":"e7f7ad6d4e3f39574f33140b53d62223554146770c950786a6a7d984172a1968","impliedFormat":1},{"version":"89fc154ddc4f1d5bde9f3096daaad3b6509747b62fc3688a5722570647dde021","impliedFormat":1},{"version":"c00df3a96b92b68f891e8203adce12a77e55db3b5aeefbb1206570edbcb27ac8","impliedFormat":1},{"version":"d807ddd0b087b423bb7f0bdb4863e6c9953020da6f45437ecc450060b672496d","impliedFormat":1},{"version":"fc02c8acfb65b0479e01eec792344c8930fb362aae523c6cfb068ee68d3c2d04","impliedFormat":1},{"version":"7e1795cd9405cfe599d2a08c2ab8b27c4199872c6996882cdf7509332cb3cac3","impliedFormat":1},{"version":"6fc2b7c056fc5a4fab2cda7f12d5e1117189ba66974a0d4bd300fca0494069f0","impliedFormat":1},{"version":"13e7ce31a323e5768142dd6a8e6722a0829444143b6604505cd52357fa434c5a","impliedFormat":1},{"version":"057311339a3d533a02b06094b15643eeecc9f50e11a3e6b41d705654c24ec8e4","impliedFormat":1},{"version":"f121d5ca2164a2aedde1abc913db36e1e7002846560b8e09a87cc349bc1f27d9","impliedFormat":1},{"version":"03fe48ae3a88a53a1ab02a8c54e2ecdcf5a496125f1369999a68f29b12091b7f","impliedFormat":1},{"version":"30014aedc5a0c637b187190e9a9d2f2ad16e7995bdbe77723442fad3f6edcacf","impliedFormat":1},{"version":"eaa5d7e585f8d38fdc60261502881a54b6271c5a30468b401f1a54d70b1ab839","impliedFormat":1},{"version":"60046eee785424cc84b29e37df8b0739680be9075d5593f8e47f16d0d2d6d698","impliedFormat":1},{"version":"24f236bb92b119d3fa7391f97bb6e245d5e590018ee7d5ade3f3e1e4428e2fc8","impliedFormat":1},{"version":"64fc8f83f616af8bd5dd0536aa888bc54f3f78c76606144fa161f8f0f91ca8d8","impliedFormat":1},{"version":"15c4f4bbaa4b9c8c87b3d676f4971da1c50bd7d0cc5ce95245f20e560182a55f","impliedFormat":1},{"version":"c1b4b85b6dfe75325d249e763b4c835218ca336598f274d4b240d8a4bbfa2454","impliedFormat":1},{"version":"fdf605f35f6a17f3a9dd9e58b29d5a32d257a22e14ee36f8db6cb2ebc87709bd","signature":"e3b85d65af286db17572bd404d3d4720a5fc6385d729df6699638c8ac073ce9b","impliedFormat":1},{"version":"46a20810952d2a9e8a170398e1bfe7d348a8870da91f293268fa050b2f79f32a","signature":"abbd9e536adc3d8d8890017b7ee94f52c246dfa60e4052028cbc8e85dab20ca8","impliedFormat":1},{"version":"9f77bc13edf7fb4ecaa01746956c45d3485edfe787b5161cd280ba6093c19197","impliedFormat":1},{"version":"5b030f6e1f84e2a32d12a72bd71008134afd31233a77b8dc7633a8972cf7af9f","signature":"6e385a26b4c81f9cb5c6b7cdd40bab35795fa9cd562683de6e686272410f009c","impliedFormat":1},{"version":"41df994055a0eaa8295d0b99b85f7b9ab2c83b643601bbe45dc63760a3e7b974","signature":"3df7db11d140614e54dad91dae3409afa8db97893f5444a5553a82dfa6ec6f03","impliedFormat":1},{"version":"337a66cc28b81bff81361df12bd4013e435a71e07db73e1510c62051dd2032c8","signature":"98eb4c600d63ffdb8182516f7c807bbcc875f0e8e0e97bdab0310b4504d2d7c2","impliedFormat":1},{"version":"d0a9e0263075231bb143f1b133f2750bc7f88a9b24ee516eee6b4cd2cb48a1b3","signature":"73e3e947be6c121d02657c2de752306eb2c47e6369ab1cae1811be70e521b641","impliedFormat":1},{"version":"6c7000df4b3b442b614b4955e021ee6858962893e2a18fbf5f2753c1f2e5e394","signature":"dbeb115f3593f8e7e80a0b06c12c92140198bad9ea4cb13e831c3b53e70863bd","impliedFormat":1},{"version":"ee70ab6700186ebe597963119bd63bd3c9d0230c0d137c7dad8b9a2cb6afc629","impliedFormat":1},{"version":"12e65dea0fad953d453eaab41b15808552f50d99c0d5181bf55e540b89af09d7","impliedFormat":1},{"version":"97e0fe27ea413e79bb2b76721eb4bef93f8b6c130de69a79d6739444ba7a4079","impliedFormat":1},{"version":"8a876f161417bc675dfa413c324362dafa6a95a8d24660fee994cd12fb429616","impliedFormat":1},{"version":"c827805d423f217de1c2562e5f982d1ab880bbd350a67d268f2751c444bc804b","impliedFormat":1},{"version":"334e2f04b6b775998676a0b92db1010b1e0c6e9f235a23935789a7fcb914db43","impliedFormat":1},{"version":"a3e06486315a5d6aca5c6c51ad338591c46a9abb9f032c0a880f4fc23c58990d","impliedFormat":1},{"version":"c7c020aeacc3fd98752a976508579f3d207f811307993be26a0ca0f4c72d9c3e","impliedFormat":1},{"version":"3154aae94a314b670d4ca825e7089fc4f4c4e31db5473367dfed10ce93ae68f8","impliedFormat":1},{"version":"4e246414756d2471a5f57ec9b83245524d44ece2ef79d869b5a531208add6780","impliedFormat":1},{"version":"8e7fbcd85a88cff952bfddf018a878437ff3721a3ef9d5a82e4aa33540fd166c","impliedFormat":1},{"version":"99cff8d8ecff76cf6d2c01c36a67fbf7961122748c07020d11f17b5e15f64422","impliedFormat":1},{"version":"f9261b84d8004d9f496ef8e6e6801aea969a451cca6809fb014c9ef6ee2c4b4c","impliedFormat":1},{"version":"717c85e439a2e28054138caa84613aa81252448a4a9f4f4c8e66cf430f399cf9","impliedFormat":1},{"version":"58b560202bde6e8c9ab6f5257ffaa81eee63eeadf3d112acce1acef76ed7a9cf","impliedFormat":1},{"version":"b2880926ee002e26613daa950b99eaaf54767e88c02d6019b545a0b787e03eaf","impliedFormat":1},{"version":"c8792295a56e3f685129308d41efab07e27f267f0947cd817cb9f4a7617663de","impliedFormat":1},{"version":"948355e572a01fac5781b65489e7c0ac98656f760ed3ad57721a55a344d1315e","impliedFormat":1},{"version":"9ebbaba0e0405c1de896520d4fb403abf8d8ee72d26f002d4ae880b04e3fe504","impliedFormat":1},{"version":"3f330b6ffb4b66966103db9aec9228228e109aea2d14366f04b12222dc1d3361","impliedFormat":1},{"version":"e4e14f80a180dbdad64eef8f0700e2cd5ce49dce687d2f565552044bf3b70a99","impliedFormat":1},{"version":"7ed03aac31eba23b636b60ac2a346c05e7d1c1624e4f3b060fc8273de5770851","impliedFormat":1},{"version":"1d0455ddcb4af33500472e8f5085a971f07706347a0ca230af85d0db87e46bd6","impliedFormat":1},{"version":"96af48f58c93f75f41576b49d8f8a3f6bcdee294d9e3f6579eea742d95d8dd1c","impliedFormat":1},{"version":"3f7013acbcc83982dbc09a9c77e1453482d6209f3cb48b0db293002ee2553b1c","impliedFormat":1},{"version":"d89abed9cc3462bfbc92b43a96a9efa48286a06bf6816a79d2d91178c0f0bf55","impliedFormat":1},{"version":"8401397ae7b67ac7994bec9f9d6ddbacd5b40203af5646e2a05986b0174d1d31","impliedFormat":1},{"version":"27315fbee0aee7886e5991a8b2edbb693ae53d332c4fd1bd8f510aa8e3096feb","impliedFormat":1},{"version":"c2d455a045f1bc5de7ef50102f4916f6e4b6c948ffc861c313f473fc1da5b6c0","impliedFormat":1},{"version":"48f3e2543105da93484b51b1979764f345befa92e4d2031109cf2297739c3c95","impliedFormat":1},{"version":"528e7087c8e41701cd1af78e52bdc107553eeb44245885c5cd92b2dd3209a6b4","impliedFormat":1},{"version":"b08950d68c97431fb98c2f6faa5da8b012d49145559c8218416be5ec3214c521","impliedFormat":1},{"version":"2f2275fb011f92825710c151ae9cd29d9aa1dedbcd99fcdd412dbbe644757e4d","impliedFormat":1},{"version":"6477985c5202f923b093ef846f6419b9ad622e4a8f8622ebe48f84baadaa3e16","impliedFormat":1},{"version":"8097775a576145e0f19952e0d6e40ada6b8d05a34b324ec8278e8ee45c8b1723","impliedFormat":1},{"version":"1d9c1b01bf97e67e186f94aa133d4611bd5fc581968ed2aad913009cc0ea9005","impliedFormat":1},{"version":"a056a887393061b50c78c9216fa368b498bc6bade79ed32f00afd142bdc78ef8","impliedFormat":1},{"version":"fded4150da5c204dd68ce7603bc36950d6a24f7768d7848df3ff232889213616","impliedFormat":1},{"version":"6e2cbb13f526e6f7c70ea3a4bdc9634301f018fa3965f2dde7f1d37a8e5c7e9c","impliedFormat":1},{"version":"2fd3c27eab8f2e941560b8f1d9b2480d558a3bfecb9f7450478a758c9ce96cb0","impliedFormat":1},{"version":"6e51a400a1bfb0d2a9dc4432fb4577001f02dada8caa68b357d2afa4e8f0d751","impliedFormat":1},{"version":"659fce21d1051fe882134ec3ccf8ba235bd6cf16d39942ca361f6731a79126c3","signature":"eb8a29953c7787e6d5b06d40598677fd0be33e1cdedfc90f193f09861e85b86d","impliedFormat":1},{"version":"f85e8075873fdac7e21508a27105ecbd867b0aa5417a9a971470bba480218b7c","signature":"0d6d1e08027b3d4f75f033dbdbe6c0653456c54254b04b8ca3bf671e68d2f45c","impliedFormat":1},{"version":"78cfee47f0bacfbe6c78d9ecb18aacdb79197d1972b65bf6aacbeffb2389653b","signature":"bfe259a60c63ef4b39bb8a46f33f13706b3dbdd471d7c025c0cbc23e539813be","impliedFormat":1},{"version":"30bf453bacebd7c9300d985d3c8b2314c824e1341a3fbc9f83f37a1fe01e7a2d","signature":"59f26a41b8ba8a8b8dfb541785ff3970c6440c21c996a37bb67c193b94147d3a","impliedFormat":1},{"version":"5ec7014b98765d563a235767dcdbc030e4d7008b058debdf875fefaf79f2aba5","signature":"194f39b94f26ba57a957b1d25a0ed8cdd107ac313cdc4c9b886d5e1a138f3360","impliedFormat":1},{"version":"0af76154070eedbbce3b109ed85fa7c14cfd1b42722094116379218081f316ae","signature":"909e728d0a31b16abbdbb672a542272a9d4e9577736bb91d862f2472d6f332c5","impliedFormat":1},{"version":"5445469774e6da25c888172952430addb264d252110626a5129e3d543a7e5adb","signature":"8855e67b5a208871ed6b83fe64f4c1c0dfdcbce464d11881e05478b6dd557474","impliedFormat":1},{"version":"87141a0e8e193478dc3f1c33d380d899acd2df86a4e119e774df0156204d88cc","impliedFormat":1},{"version":"2c8e55457aaf4902941dfdba4061935922e8ee6e120539c9801cd7b400fae050","impliedFormat":1},{"version":"9d16476349353974716bd2ad745830d0542c18c9edad4566d77ccd9d61c6cfb2","impliedFormat":1},{"version":"670a76db379b27c8ff42f1ba927828a22862e2ab0b0908e38b671f0e912cc5ed","impliedFormat":1},{"version":"9e0cf651e8e2c5b9bebbabdff2f7c6f8cedd91b1d9afcc0a854cdff053a88f1b","impliedFormat":1},{"version":"069bebfee29864e3955378107e243508b163e77ab10de6a5ee03ae06939f0bb9","impliedFormat":1},{"version":"c459613791d75795ffe6b9d74a12949b2e2c5ec5a912105e7215ce62cf3a67a0","impliedFormat":1},{"version":"460627dd2a599c2664d6f9e81ed4765ef520dc2786551d9dcab276df57b98c02","impliedFormat":1},{"version":"fae7edf9f794a27da3c81af5ef1e6957f8a90f60146e10eb6e4c3664e6c53059","impliedFormat":1},{"version":"89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","impliedFormat":1},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true,"impliedFormat":1},{"version":"19d8cfe625f967048fff0fe9892e427e7f0596a350b9b623449d2f116fcba8e8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","impliedFormat":1},{"version":"3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","impliedFormat":1},{"version":"e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","impliedFormat":1},{"version":"471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","impliedFormat":1},{"version":"c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","impliedFormat":1},{"version":"40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","impliedFormat":1},{"version":"8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","impliedFormat":1},{"version":"4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1","impliedFormat":1},{"version":"7b02d1daadbc869cd68285e202f30e355f0609c6d383eda84775e6352a2065c2","affectsGlobalScope":true,"impliedFormat":1},{"version":"2aadab4729954c700a3ae50977f5611a8487dc3e3dc0e7f8fcd57f40475260a8","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89","impliedFormat":1},{"version":"bd65dce9d4c997d308be95bbb0a81830a6f95383ee1fd8db5fa08bbbdd74b0ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"51bb58ef3a22fdc49a2d338a852050855d1507f918d4d7fa77a68d72fee9f780","impliedFormat":1},{"version":"9b8d21812a10cba340a3e8dfacd5e883f6ccec7603eae4038fa90a0684fa9a07","impliedFormat":1},{"version":"cef8931bc129687165253f0642427c2a72705a4613b3ac461b9fa78c7cdaef32","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"32f2d9235c9818dd5409f04c912ba34f90b9d6b5ab5bef40df676b17fabe27ef","impliedFormat":1},{"version":"e46fa644658c2d6e5c85e954ea76b92c97d63f0851d3ccdab8c2a80d5962aaa9","impliedFormat":1},{"version":"1c611ff373ce1958aafc40b328048ac2540ba5c7f373cf2897e0d9aeaabe90a0","impliedFormat":1},{"version":"548d9051fd6a3544216aec47d3520ce922566c2508df667a1b351658b2e46b8d","impliedFormat":1},{"version":"c175f4dd3b15b38833abfe19acb8ee38c6be2f80f5964b01a4354cafb676a428","impliedFormat":1},{"version":"b9a4824bb83f25d6d227394db2ed99985308cf2a3a35f0d6d39aa72b15473982","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"8452dcf0e3f7498da7034c9bead9935f0faa40f01e9ac61c4b4d8c9e6d872c6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4895fb67bd110c576d2c25db1a9369e7682ad26b2dcbecbdb0c621c3f6c94298","impliedFormat":1},{"version":"ab212d4276d07309bac9ccc93e24ad5ad1049e14f538344886221c2be7deef05","impliedFormat":1},{"version":"f77c60ba54edbc533f72ed4470e12864c482dfef94105a202cee4b1470a0150f","impliedFormat":1},{"version":"6b3c4aa0ce6eb9cf6187e61d352cd269ff0e492f333ae102dda121e76f90285c","impliedFormat":1},{"version":"565fda33feca88f4b5db23ba8e605da1fd28b6d63292d276bdbd2afe6cd4c490","impliedFormat":1},{"version":"e822320b448edce0c7ede9cbeada034c72e1f1c8c8281974817030564c63dcb1","impliedFormat":1},{"version":"ac181d6df6161dec3d61db812dc230858a478bf8b7b79de9169afccce5b5ab3a","affectsGlobalScope":true,"impliedFormat":1},{"version":"16bc7fc733bade239218d2f4351b0b53d7482c5aa917e5e12cf294c688f2e1b3","impliedFormat":1},{"version":"31682ca32a4013297ef3f483bd4de7f7a4818d9c1d52c29aaca24f78a737d90d","impliedFormat":1},{"version":"17bc38afc78d40b2f54af216c0cc31a4bd0c6897a5945fa39945dfc43260be2c","impliedFormat":1},{"version":"945467a431970f6888ce0314b3c80a622817316312d11d0624895b1f8611e0c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9e2e0c6e5e9ba4aff4d22b7eab4a4b4e7df9612b7e13f28001913dd5cba73ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"de905bc5f7e7a81cb420e212b95ab5e3ab840f93e0cfa8ce879f6e7fa465d4a2","impliedFormat":1},{"version":"91b64f6b37cfe86783b9a24d366f4c6c331c3ffb82926c60107cbc09960db804","impliedFormat":1},{"version":"ea84cb04283c5dcf19ecb75297c7930787ac03cdd7bf7b13a79214d6d50cc27a","impliedFormat":1},{"version":"59888d59ee861c2f4df7fba8b75d6fd0afa88a3dd081b1057949f8673a63451e","impliedFormat":1},{"version":"294c082d609e6523520290db4f1d54114ebc83643fb42abd965be5bcc5d9416b","impliedFormat":1},{"version":"a1fde752d2e310310f949aaf7f1702a21dfb41a43b07bbfb75ff1f7c7ca5a826","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"ce2fd18db93f879d300db4ae7738c28f3eefc7c2d9274ab7d22046f1d71ccd6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b85151402164ab7cb665e58df5c1a29aa25ea4ed3a367f84a15589e7d7a9c8ca","impliedFormat":1},{"version":"5d8cd11d44a41a6966a04e627d38efce8d214edb36daf494153ec15b2b95eee2","affectsGlobalScope":true,"impliedFormat":1},{"version":"bcfc34bdee91e8895c3431438cf1e5c2a7d4ca26fa14cca505317b897f7943dc","affectsGlobalScope":true,"impliedFormat":1},{"version":"b17790866e140a630fa8891d7105c728a1bd60f4e35822e4b345af166a4a728c","impliedFormat":1},{"version":"b1a9bf3c14dd2bac9784aaffbeabd878f5f6618a4fd3bfc1633a2758b0e96f32","impliedFormat":1},{"version":"dc058956a93388aab38307b7b3b9b6379e1021e73a244aab6ac9427dc3a252a7","impliedFormat":1},{"version":"f33302cf240672359992c356f2005d395b559e176196d03f31a28cc7b01e69bc","impliedFormat":1},{"version":"3ce25041ff6ae06c08fcaccd5fcd9baf4ca6e80e6cb5a922773a1985672e74c2","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac311960c52ee39e7f88d828a1931ea948b8a71179e08cb9d3723bf3c8ae29ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"94a37720dc0163bddcbdf01f823af40b55c136ef65356d7a65e4aacfd20a72dc","impliedFormat":1},{"version":"f47fc200a9cad1976d5d046aa27b821918e93c82a2fd63cf06b47c9d0f88aaae","impliedFormat":1},{"version":"cf45d0510b661f1da461479851ff902f188edb111777c37055eff12fa986a23a","impliedFormat":1},{"version":"cb41c174db409193c4b26e1e02b39a80f3050318a6af120cc304323f29e1ec1b","affectsGlobalScope":true,"impliedFormat":1},{"version":"37bef1064b7d015aeaa7c0716fe23a0b3844abe2c0a3df7144153ca8445fe0da","impliedFormat":1},{"version":"75bd411256302c183207051fd198b4e0dbab45d28a6daf04d3ad61f70a2c8e90","impliedFormat":1},{"version":"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","impliedFormat":1},{"version":"e10272a107d3dd110294e47d4d083ebc929d580501feee4bd1cd243ab86ed3f7","impliedFormat":1},{"version":"afe73051ff6a03a9565cbd8ebb0e956ee3df5e913ad5c1ded64218aabfa3dcb5","impliedFormat":1},{"version":"035a5df183489c2e22f3cf59fc1ed2b043d27f357eecc0eb8d8e840059d44245","impliedFormat":1},{"version":"a4809f4d92317535e6b22b01019437030077a76fec1d93b9881c9ed4738fcc54","impliedFormat":1},{"version":"5f53fa0bd22096d2a78533f94e02c899143b8f0f9891a46965294ee8b91a9434","impliedFormat":1},{"version":"763e521cf114b80e0dd0e21ca49b9f8ae62e8999555a5e7bade8ce36b33001c2","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","impliedFormat":1},{"version":"ffcc5500e77223169833fc6eb59b3a507944a1f89574e0a1276b0ea7fc22c4a4","impliedFormat":1},{"version":"22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","impliedFormat":1},{"version":"e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","impliedFormat":1},{"version":"cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2","impliedFormat":1},{"version":"f72f8428f3c1caa22e9c247d046603b85b442c0dae7b77a7a0bc092c18867cb7","impliedFormat":1},{"version":"195f63105abc03e72b6a176e3e34dfb5ac932b55db378fdc7874b1617e24b465","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc37aca06f6b8b296c42412a2e75ab53d30cd1fa8a340a3bb328a723fd678377","impliedFormat":1},{"version":"5f2c582b9ef260cb9559a64221b38606378c1fabe17694592cdfe5975a6d7efa","impliedFormat":1},{"version":"03c258e060b7da220973f84b89615e4e9850e9b5d30b3a8e4840b3e3268ae8eb","impliedFormat":1},{"version":"fd20dfa2434a61a87e3fa9450f9de2ed2c365ea43b17b34ac6616d90d9681381","impliedFormat":1},{"version":"389303117a81e90897689e7adb4b53a062e68a6fe4067088fae9552907aa28c3","impliedFormat":1},{"version":"d4c4fe14b23180acf25e4a68dc3bb9e5c38233dd3de12a4ab9569e636090ac9b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"a877eff63216a52ca8d06431e888e3e3522c323361537d156f94f877870ef21c","impliedFormat":1},{"version":"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","impliedFormat":1},{"version":"4340936f4e937c452ae783514e7c7bbb7fc06d0c97993ff4865370d0962bb9cf","impliedFormat":1},{"version":"b70c7ea83a7d0de17a791d9b5283f664033a96362c42cc4d2b2e0bdaa65ef7d1","impliedFormat":1},{"version":"8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","impliedFormat":1},{"version":"199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","impliedFormat":1},{"version":"cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","impliedFormat":1},{"version":"9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","impliedFormat":1},{"version":"cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","impliedFormat":1},{"version":"ab82804a14454734010dcdcd43f564ff7b0389bee4c5692eec76ff5b30d4cf66","impliedFormat":1},{"version":"f874ea4d0091b0a44362a5f74d26caab2e66dec306c2bf7e8965f5106e784c3b","impliedFormat":1},{"version":"bae8d023ef6b23df7da26f51cea44321f95817c190342a36882e93b80d07a960","impliedFormat":1},{"version":"26a770cec4bd2e7dbba95c6e536390fffe83c6268b78974a93727903b515c4e7","impliedFormat":1}],"options":{"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":3,"module":99,"noEmitOnError":true,"outDir":"..","removeComments":false,"rootDir":"../../..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5},"fileIdsList":[[182,197,235,302,303,304],[197,235,302,303,304],[197,235,292,302,303,304],[83,197,235,302,303,304],[83,84,85,197,235,302,303,304],[65,141,197,235,302,303,304],[65,197,235,302,303,304],[65,140,197,235,302,303,304],[65,140,141,197,235,302,303,304],[140,141,197,235,302,303,304],[140,197,235,302,303,304],[140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,197,235,302,303,304],[57,65,66,158,197,235,302,303,304],[65,158,159,197,235,302,303,304],[65,159,172,197,235,302,303,304],[158,159,160,161,162,163,164,165,166,167,168,169,170,171,173,197,235,302,303,304],[159,197,235,302,303,304],[65,159,197,235,302,303,304],[174,197,235,302,303,304],[158,197,235,302,303,304],[65,158,197,235,302,303,304],[134,197,235,302,303,304],[134,138,197,235,302,303,304],[134,135,136,137,138,139,197,235,302,303,304],[135,197,235,302,303,304],[182,183,184,185,186,197,235,302,303,304],[182,184,197,235,302,303,304],[197,235,247,248,283,284,302,303,304],[197,235,248,283,302,303,304],[197,235,287,302,303,304],[197,235,288,302,303,304],[197,235,294,297,302,303,304],[197,235,290,296,302,303,304],[197,235,294,302,303,304],[197,235,291,295,302,303,304],[197,235,293,302,303,304],[197,235,247,279,283,300,301,303,304],[197,235,302,303],[197,235,302,304],[197,235,250,276,283,302,303,304,307,308],[197,232,235,302,303,304],[197,234,235,302,303,304],[197,235,240,268,302,303,304],[197,235,236,247,248,255,265,276,302,303,304],[197,235,236,237,247,255,302,303,304],[192,193,194,197,235,302,303,304],[197,235,238,277,302,303,304],[197,235,239,240,248,256,302,303,304],[197,235,240,265,273,302,303,304],[197,235,241,243,247,255,302,303,304],[197,234,235,242,302,303,304],[197,235,243,244,302,303,304],[197,235,247,302,303,304],[197,235,245,247,302,303,304],[197,234,235,247,302,303,304],[197,235,247,248,249,265,276,302,303,304],[197,235,247,248,249,262,265,268,302,303,304],[197,230,235,281,302,303,304],[197,235,243,247,250,255,265,276,302,303,304],[197,235,247,248,250,251,255,265,273,276,302,303,304],[197,235,250,252,265,273,276,302,303,304],[197,235,247,253,302,303,304],[197,235,254,276,281,302,303,304],[197,235,243,247,255,265,302,303,304],[197,235,256,302,303,304],[197,235,257,302,303,304],[197,234,235,258,302,303,304],[197,235,259,275,281,302,303,304],[197,235,260,302,303,304],[197,235,261,302,303,304],[197,235,247,262,263,302,303,304],[197,235,262,264,277,279,302,303,304],[197,235,247,265,266,267,268,302,303,304],[197,235,265,267,302,303,304],[197,235,265,266,302,303,304],[197,235,268,302,303,304],[197,235,269,302,303,304],[197,235,265,302,303,304],[197,235,247,271,272,302,303,304],[197,235,271,272,302,303,304],[197,235,240,255,265,273,302,303,304],[197,235,274,302,303,304],[235,302,303,304],[195,196,197,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,302,303,304],[197,235,255,275,302,303,304],[197,235,250,261,276,302,303,304],[197,235,240,277,302,303,304],[197,235,265,278,302,303,304],[197,235,254,279,302,303,304],[197,235,280,302,303,304],[197,235,240,247,249,258,265,276,279,281,302,303,304],[197,235,265,282,302,303,304],[197,235,299,302,303,304],[197,235,300,302,303,304],[57,66,197,235,302,303,304],[60,197,235,302,303,304],[56,57,58,59,60,61,65,197,235,302,303,304],[62,63,64,197,235,302,303,304],[197,235,283,302,303,304],[197,235,302,303,304,312,351],[197,235,302,303,304,312,336,351],[197,235,302,303,304,351],[197,235,302,303,304,312],[197,235,302,303,304,312,337,351],[197,235,302,303,304,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350],[197,235,302,303,304,337,351],[197,235,302,303,304,354],[88,197,235,302,303,304],[75,76,197,235,302,303,304],[76,197,235,302,303,304],[91,197,235,302,303,304],[197,235,250,265,283,302,303,304],[94,95,197,235,302,303,304],[57,66,94,197,235,302,303,304],[98,99,197,235,302,303,304],[98,197,235,302,303,304],[57,66,113,114,115,116,117,118,119,197,235,302,303,304],[57,66,103,104,197,235,302,303,304],[57,64,65,66,197,235,302,303,304],[57,65,66,111,112,197,235,302,303,304],[57,65,66,110,197,235,302,303,304],[106,107,197,235,302,303,304],[65,103,105,106,109,111,197,235,302,303,304],[57,65,66,103,104,105,106,108,109,112,197,235,302,303,304],[103,104,106,109,113,114,116,117,119,120,121,122,123,124,197,235,302,303,304],[116,197,235,302,303,304],[65,103,116,121,197,235,302,303,304],[103,197,235,302,303,304],[65,116,121,197,235,302,303,304],[117,119,197,235,302,303,304],[197,207,211,235,276,302,303,304],[197,207,235,265,276,302,303,304],[197,202,235,302,303,304],[197,204,207,235,273,276,302,303,304],[197,235,255,273,302,303,304],[197,202,235,283,302,303,304],[197,204,207,235,255,276,302,303,304],[197,199,200,203,206,235,247,265,276,302,303,304],[197,199,205,235,302,303,304],[197,203,207,235,268,276,283,302,303,304],[197,223,235,283,302,303,304],[197,201,202,235,283,302,303,304],[197,207,235,302,303,304],[197,201,202,203,204,205,206,207,208,209,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,235,302,303,304],[197,207,214,215,235,302,303,304],[197,205,207,215,216,235,302,303,304],[197,206,235,302,303,304],[197,199,202,207,235,302,303,304],[197,207,211,215,216,235,302,303,304],[197,211,235,302,303,304],[197,205,207,210,235,276,302,303,304],[197,199,204,205,207,211,214,235,302,303,304],[197,202,207,223,235,281,283,302,303,304],[67,68,69,70,71,197,235,302,303,304],[67,197,235,302,303,304],[80,130,132,133,176,177,178,180,197,235,302,303,304],[65,130,197,235,302,303,304],[57,65,66,80,130,131,133,176,179,197,235,302,303,304],[72,80,130,197,235,302,303,304],[57,66,80,126,130,197,235,302,303,304],[65,72,130,132,197,235,302,303,304],[57,65,66,130,132,197,235,302,303,304],[65,80,130,132,175,197,235,302,303,304],[65,130,131,197,235,302,303,304],[57,66,74,78,197,235,302,303,304],[57,66,74,78,80,87,90,93,97,101,197,235,302,303,304],[86,197,235,302,303,304],[57,66,73,197,235,302,303,304],[57,66,89,197,235,302,303,304],[57,66,77,197,235,302,303,304],[57,66,92,197,235,302,303,304],[57,66,96,197,235,302,303,304],[100,197,235,302,303,304],[57,66,174,197,235,302,303,304],[57,66,125,197,235,302,303,304],[57,66,128,197,235,302,303,304],[57,66,72,79,80,81,82,102,127,129,197,235,302,303,304],[68,80,197,235,302,303,304],[67,68,69,70],[67],[80,130,132,133,176,177,178,180],[65,130],[57,65,66,80,130],[80,130],[72,130],[130],[80],[86],[73],[89],[77],[92],[96],[100],[174],[125],[128],[72,80,129]],"referencedMap":[[184,1],[182,2],[293,3],[84,4],[85,4],[86,5],[83,2],[142,6],[147,7],[145,6],[144,6],[146,8],[143,9],[156,10],[157,11],[155,10],[154,10],[158,12],[141,8],[151,2],[152,2],[149,10],[148,9],[153,11],[150,10],[167,13],[160,14],[173,15],[172,7],[174,16],[164,17],[163,17],[165,18],[166,19],[159,20],[161,21],[171,2],[170,13],[169,2],[168,14],[162,7],[136,22],[135,22],[139,23],[137,22],[138,22],[140,24],[134,25],[292,2],[187,26],[183,1],[185,27],[186,1],[188,2],[189,2],[190,2],[191,2],[285,28],[286,29],[287,2],[288,30],[289,31],[298,32],[290,2],[297,33],[295,34],[296,35],[294,36],[302,37],[304,38],[303,39],[305,2],[284,2],[306,2],[308,2],[309,40],[232,41],[233,41],[234,42],[235,43],[236,44],[237,45],[192,2],[195,46],[193,2],[194,2],[238,47],[239,48],[240,49],[241,50],[242,51],[243,52],[244,52],[246,53],[245,54],[247,55],[248,56],[249,57],[231,58],[250,59],[251,60],[252,61],[253,62],[254,63],[255,64],[256,65],[257,66],[258,67],[259,68],[260,69],[261,70],[262,71],[263,71],[264,72],[265,73],[267,74],[266,75],[268,76],[269,77],[270,78],[271,79],[272,80],[273,81],[274,82],[197,83],[196,2],[283,84],[275,85],[276,86],[277,87],[278,88],[279,89],[280,90],[281,91],[282,92],[300,93],[299,94],[64,2],[58,2],[59,95],[60,96],[61,2],[56,2],[66,97],[57,95],[62,2],[65,98],[310,99],[311,2],[336,100],[337,101],[312,102],[315,102],[334,100],[335,100],[325,100],[324,103],[322,100],[317,100],[330,100],[328,100],[332,100],[316,100],[329,100],[333,100],[318,100],[319,100],[331,100],[313,100],[320,100],[321,100],[323,100],[327,100],[338,104],[326,100],[314,100],[351,105],[350,2],[345,104],[347,106],[346,104],[339,104],[340,104],[342,104],[344,104],[348,106],[349,106],[341,106],[343,106],[352,2],[301,2],[353,2],[354,2],[355,107],[198,2],[291,2],[63,2],[73,2],[89,108],[88,2],[76,109],[75,2],[77,110],[92,111],[91,2],[307,112],[128,2],[96,113],[95,114],[94,2],[100,115],[99,116],[98,2],[120,117],[114,2],[105,118],[115,119],[107,2],[110,120],[111,121],[108,122],[112,123],[113,124],[125,125],[119,2],[103,2],[106,2],[104,2],[117,126],[122,127],[109,128],[121,2],[123,129],[116,95],[118,2],[124,130],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[8,2],[48,2],[45,2],[46,2],[47,2],[49,2],[9,2],[50,2],[51,2],[52,2],[53,2],[54,2],[1,2],[10,2],[55,2],[214,131],[221,132],[213,131],[228,133],[205,134],[204,135],[227,99],[222,136],[225,137],[207,138],[206,139],[202,140],[201,99],[224,141],[203,142],[208,143],[209,2],[212,143],[199,2],[230,144],[229,143],[216,145],[217,146],[219,147],[215,148],[218,149],[223,99],[210,150],[211,151],[220,152],[200,78],[226,153],[70,2],[72,154],[69,2],[67,2],[68,155],[71,2],[181,156],[131,157],[180,158],[179,159],[127,160],[178,161],[177,161],[133,162],[176,163],[132,164],[79,165],[102,166],[87,167],[74,168],[90,169],[78,170],[93,171],[97,172],[101,173],[175,174],[126,175],[129,176],[130,177],[81,178],[80,2],[82,2]],"exportedModulesMap":[[184,1],[182,2],[293,3],[84,4],[85,4],[86,5],[83,2],[142,6],[147,7],[145,6],[144,6],[146,8],[143,9],[156,10],[157,11],[155,10],[154,10],[158,12],[141,8],[151,2],[152,2],[149,10],[148,9],[153,11],[150,10],[167,13],[160,14],[173,15],[172,7],[174,16],[164,17],[163,17],[165,18],[166,19],[159,20],[161,21],[171,2],[170,13],[169,2],[168,14],[162,7],[136,22],[135,22],[139,23],[137,22],[138,22],[140,24],[134,25],[292,2],[187,26],[183,1],[185,27],[186,1],[188,2],[189,2],[190,2],[191,2],[285,28],[286,29],[287,2],[288,30],[289,31],[298,32],[290,2],[297,33],[295,34],[296,35],[294,36],[302,37],[304,38],[303,39],[305,2],[284,2],[306,2],[308,2],[309,40],[232,41],[233,41],[234,42],[235,43],[236,44],[237,45],[192,2],[195,46],[193,2],[194,2],[238,47],[239,48],[240,49],[241,50],[242,51],[243,52],[244,52],[246,53],[245,54],[247,55],[248,56],[249,57],[231,58],[250,59],[251,60],[252,61],[253,62],[254,63],[255,64],[256,65],[257,66],[258,67],[259,68],[260,69],[261,70],[262,71],[263,71],[264,72],[265,73],[267,74],[266,75],[268,76],[269,77],[270,78],[271,79],[272,80],[273,81],[274,82],[197,83],[196,2],[283,84],[275,85],[276,86],[277,87],[278,88],[279,89],[280,90],[281,91],[282,92],[300,93],[299,94],[64,2],[58,2],[59,95],[60,96],[61,2],[56,2],[66,97],[57,95],[62,2],[65,98],[310,99],[311,2],[336,100],[337,101],[312,102],[315,102],[334,100],[335,100],[325,100],[324,103],[322,100],[317,100],[330,100],[328,100],[332,100],[316,100],[329,100],[333,100],[318,100],[319,100],[331,100],[313,100],[320,100],[321,100],[323,100],[327,100],[338,104],[326,100],[314,100],[351,105],[350,2],[345,104],[347,106],[346,104],[339,104],[340,104],[342,104],[344,104],[348,106],[349,106],[341,106],[343,106],[352,2],[301,2],[353,2],[354,2],[355,107],[198,2],[291,2],[63,2],[73,2],[89,108],[88,2],[76,109],[75,2],[77,110],[92,111],[91,2],[307,112],[128,2],[96,113],[95,114],[94,2],[100,115],[99,116],[98,2],[120,117],[114,2],[105,118],[115,119],[107,2],[110,120],[111,121],[108,122],[112,123],[113,124],[125,125],[119,2],[103,2],[106,2],[104,2],[117,126],[122,127],[109,128],[121,2],[123,129],[116,95],[118,2],[124,130],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[8,2],[48,2],[45,2],[46,2],[47,2],[49,2],[9,2],[50,2],[51,2],[52,2],[53,2],[54,2],[1,2],[10,2],[55,2],[214,131],[221,132],[213,131],[228,133],[205,134],[204,135],[227,99],[222,136],[225,137],[207,138],[206,139],[202,140],[201,99],[224,141],[203,142],[208,143],[209,2],[212,143],[199,2],[230,144],[229,143],[216,145],[217,146],[219,147],[215,148],[218,149],[223,99],[210,150],[211,151],[220,152],[200,78],[226,153],[72,179],[68,180],[181,181],[131,182],[180,183],[179,184],[127,184],[178,185],[177,185],[133,186],[176,184],[132,186],[102,187],[87,188],[74,189],[90,190],[78,191],[93,192],[97,193],[101,194],[175,195],[126,196],[129,197],[130,198],[81,187]],"semanticDiagnosticsPerFile":[184,182,293,84,85,86,83,142,147,145,144,146,143,156,157,155,154,158,141,151,152,149,148,153,150,167,160,173,172,174,164,163,165,166,159,161,171,170,169,168,162,136,135,139,137,138,140,134,292,187,183,185,186,188,189,190,191,285,286,287,288,289,298,290,297,295,296,294,302,304,303,305,284,306,308,309,232,233,234,235,236,237,192,195,193,194,238,239,240,241,242,243,244,246,245,247,248,249,231,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,267,266,268,269,270,271,272,273,274,197,196,283,275,276,277,278,279,280,281,282,300,299,64,58,59,60,61,56,66,57,62,65,310,311,336,337,312,315,334,335,325,324,322,317,330,328,332,316,329,333,318,319,331,313,320,321,323,327,338,326,314,351,350,345,347,346,339,340,342,344,348,349,341,343,352,301,353,354,355,198,291,63,73,89,88,76,75,77,92,91,307,128,96,95,94,100,99,98,120,114,105,115,107,110,111,108,112,113,125,119,103,106,104,117,122,109,121,123,116,118,124,11,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,36,33,34,35,37,7,38,43,44,39,40,41,42,8,48,45,46,47,49,9,50,51,52,53,54,1,10,55,214,221,213,228,205,204,227,222,225,207,206,202,201,224,203,208,209,212,199,230,229,216,217,219,215,218,223,210,211,220,200,226,70,72,69,67,68,71,181,131,180,179,127,178,177,133,176,132,79,102,87,74,90,78,93,97,101,175,126,129,130,81,80,82]},"version":"4.9.5"}
|