0% found this document useful (0 votes)
15K views

Git App Lite

This document contains code for a JavaScript library that provides functionality for capturing errors, messages, and events and sending them to a Sentry server. It defines classes like Hub, Scope, and Session that are used to manage state and send data to the Sentry client. The Hub class is the main entry point and coordinates capturing data and passing it to the correct Sentry client.

Uploaded by

oifuwoeuis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15K views

Git App Lite

This document contains code for a JavaScript library that provides functionality for capturing errors, messages, and events and sending them to a Sentry server. It defines classes like Hub, Scope, and Session that are used to manage state and send data to the Sentry client. The Hub class is the main entry point and coordinates capturing data and passing it to the correct Sentry client.

Uploaded by

oifuwoeuis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 41

/*! For license information please see git-app-lite.js.LICENSE.

txt */
(self.bxpChunk=self.bxpChunk||[]).push([[5076,1535],{36879:(t,e,r)=>{"use
strict";r.d(e,{Gd:()=>m});var
n=r(68907),o=r(62844),i=r(21170),a=r(12343),s=r(82991),u=r(72176),c="undefined"==ty
peof __SENTRY_DEBUG__||__SENTRY_DEBUG__,l=r(46769),f=r(20535),p=function(){function
t(t){this.errors=0,this.sid=(0,o.DM)(),this.duration=0,this.status="ok",this.init=!
0,this.ignoreDuration=!1;var e=(0,i.ph)
();this.timestamp=e,this.started=e,t&&this.update(t)}return
t.prototype.update=function(t){if(void 0===t&&(t={}),t.user&&(!
this.ipAddress&&t.user.ip_address&&(this.ipAddress=t.user.ip_address),this.did||
t.did||(this.did=t.user.id||t.user.email||
t.user.username)),this.timestamp=t.timestamp||(0,i.ph)
(),t.ignoreDuration&&(this.ignoreDuration=t.ignoreDuration),t.sid&&(this.sid=32===t
.sid.length?t.sid:(0,o.DM)()),void 0!==t.init&&(this.init=t.init),!
this.did&&t.did&&(this.did=""+t.did),"number"==typeof
t.started&&(this.started=t.started),this.ignoreDuration)this.duration=void 0;else
if("number"==typeof t.duration)this.duration=t.duration;else{var e=this.timestamp-
this.started;this.duration=e>=0?
e:0}t.release&&(this.release=t.release),t.environment&&(this.environment=t.environm
ent),!this.ipAddress&&t.ipAddress&&(this.ipAddress=t.ipAddress),!
this.userAgent&&t.userAgent&&(this.userAgent=t.userAgent),"number"==typeof
t.errors&&(this.errors=t.errors),t.status&&(this.status=t.status)},t.prototype.clos
e=function(t){t?this.update({status:t}):"ok"===this.status?
this.update({status:"exited"}):this.update()},t.prototype.toJSON=function()
{return(0,f.Jr)({sid:""+this.sid,init:this.init,started:new
Date(1e3*this.started).toISOString(),timestamp:new
Date(1e3*this.timestamp).toISOString(),status:this.status,errors:this.errors,did:"n
umber"==typeof this.did||"string"==typeof this.did?""+this.did:void
0,duration:this.duration,attrs:
{release:this.release,environment:this.environment,ip_address:this.ipAddress,user_a
gent:this.userAgent}})},t}(),h=4,d=function(){function t(t,e,r){void 0===e&&(e=new
l.s),void
0===r&&(r=h),this._version=r,this._stack=[{}],this.getStackTop().scope=e,t&&this.bi
ndClient(t)}return t.prototype.isOlderThan=function(t){return
this._version<t},t.prototype.bindClient=function(t)
{this.getStackTop().client=t,t&&t.setupIntegrations&&t.setupIntegrations()},t.proto
type.pushScope=function(){var t=l.s.clone(this.getScope());return
this.getStack().push({client:this.getClient(),scope:t}),t},t.prototype.popScope=fun
ction(){return!(this.getStack().length<=1||!
this.getStack().pop())},t.prototype.withScope=function(t){var
e=this.pushScope();try{t(e)}finally{this.popScope()}},t.prototype.getClient=functio
n(){return this.getStackTop().client},t.prototype.getScope=function(){return
this.getStackTop().scope},t.prototype.getStack=function(){return
this._stack},t.prototype.getStackTop=function(){return
this._stack[this._stack.length-1]},t.prototype.captureException=function(t,e){var
r=this._lastEventId=e&&e.event_id?e.event_id:(0,o.DM)(),i=e;if(!e){var a=void
0;try{throw new Error("Sentry syntheticException")}catch(t)
{a=t}i={originalException:t,syntheticException:a}}return
this._invokeClient("captureException",t,(0,n.pi)((0,n.pi)({},i),
{event_id:r})),r},t.prototype.captureMessage=function(t,e,r){var
i=this._lastEventId=r&&r.event_id?r.event_id:(0,o.DM)(),a=r;if(!r){var s=void
0;try{throw new Error(t)}catch(t)
{s=t}a={originalException:t,syntheticException:s}}return
this._invokeClient("captureMessage",t,e,(0,n.pi)((0,n.pi)({},a),
{event_id:i})),i},t.prototype.captureEvent=function(t,e){var r=e&&e.event_id?
e.event_id:(0,o.DM)();return"transaction"!
==t.type&&(this._lastEventId=r),this._invokeClient("captureEvent",t,(0,n.pi)
((0,n.pi)({},e),{event_id:r})),r},t.prototype.lastEventId=function(){return
this._lastEventId},t.prototype.addBreadcrumb=function(t,e){var
r=this.getStackTop(),o=r.scope,s=r.client;if(o&&s){var
u=s.getOptions&&s.getOptions()||{},c=u.beforeBreadcrumb,l=void 0===c?
null:c,f=u.maxBreadcrumbs,p=void 0===f?100:f;if(!(p<=0)){var h=(0,i.yW)
(),d=(0,n.pi)({timestamp:h},t),y=l?(0,a.Cf)((function(){return l(d,e)})):d;null!
==y&&o.addBreadcrumb(y,p)}}},t.prototype.setUser=function(t){var
e=this.getScope();e&&e.setUser(t)},t.prototype.setTags=function(t){var
e=this.getScope();e&&e.setTags(t)},t.prototype.setExtras=function(t){var
e=this.getScope();e&&e.setExtras(t)},t.prototype.setTag=function(t,e){var
r=this.getScope();r&&r.setTag(t,e)},t.prototype.setExtra=function(t,e){var
r=this.getScope();r&&r.setExtra(t,e)},t.prototype.setContext=function(t,e){var
r=this.getScope();r&&r.setContext(t,e)},t.prototype.configureScope=function(t){var
e=this.getStackTop(),r=e.scope,n=e.client;r&&n&&t(r)},t.prototype.run=function(t)
{var e=v(this);try{t(this)}finally{v(e)}},t.prototype.getIntegration=function(t)
{var e=this.getClient();if(!e)return null;try{return e.getIntegration(t)}catch(e)
{return c&&a.kg.warn("Cannot retrieve integration "+t.id+" from the current
Hub"),null}},t.prototype.startSpan=function(t){return
this._callExtensionMethod("startSpan",t)},t.prototype.startTransaction=function(t,e
){return
this._callExtensionMethod("startTransaction",t,e)},t.prototype.traceHeaders=functio
n(){return
this._callExtensionMethod("traceHeaders")},t.prototype.captureSession=function(t)
{if(void 0===t&&(t=!1),t)return
this.endSession();this._sendSessionUpdate()},t.prototype.endSession=function(){var
t=this.getStackTop(),e=t&&t.scope,r=e&&e.getSession();r&&r.close(),this._sendSessio
nUpdate(),e&&e.setSession()},t.prototype.startSession=function(t){var
e=this.getStackTop(),r=e.scope,o=e.client,i=o&&o.getOptions()||
{},a=i.release,u=i.environment,c=((0,s.R)().navigator||{}).userAgent,l=new
p((0,n.pi)((0,n.pi)((0,n.pi)
({release:a,environment:u},r&&{user:r.getUser()}),c&&{userAgent:c}),t));if(r){var
f=r.getSession&&r.getSession();f&&"ok"===f.status&&f.update({status:"exited"}),this
.endSession(),r.setSession(l)}return l},t.prototype._sendSessionUpdate=function()
{var t=this.getStackTop(),e=t.scope,r=t.client;if(e){var
n=e.getSession&&e.getSession();n&&r&&r.captureSession&&r.captureSession(n)}},t.prot
otype._invokeClient=function(t){for(var e,r=[],o=1;o<arguments.length;o++)r[o-
1]=arguments[o];var i=this.getStackTop(),a=i.scope,s=i.client;s&&s[t]&&(e=s)
[t].apply(e,(0,n.fl)(r,[a]))},t.prototype._callExtensionMethod=function(t){for(var
e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];var
n=y().__SENTRY__;if(n&&n.extensions&&"function"==typeof n.extensions[t])return
n.extensions[t].apply(this,e);c&&a.kg.warn("Extension method "+t+" couldn't be
found, doing nothing.")},t}();function y(){var t=(0,s.R)();return
t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function v(t){var
e=y(),r=b(e);return w(e,t),r}function m(){var t=y();return g(t)&&!
b(t).isOlderThan(h)||w(t,new d),(0,u.KV)()?function(t){try{var
e=y().__SENTRY__,r=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active
;if(!r)return b(t);if(!g(r)||b(r).isOlderThan(h)){var n=b(t).getStackTop();w(r,new
d(n.client,l.s.clone(n.scope)))}return b(r)}catch(e){return b(t)}}(t):b(t)}function
g(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function b(t){return(0,s.Y)("hub",
(function(){return new d}),t)}function w(t,e){return!!
t&&((t.__SENTRY__=t.__SENTRY__||{}).hub=e,!0)}},46769:(t,e,r)=>{"use strict";r.d(e,
{c:()=>l,s:()=>u});var
n=r(68907),o=r(67597),i=r(21170),a=r(96893),s=r(82991),u=function(){function t()
{this._notifyingListeners=!
1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._user=
{},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}re
turn t.clone=function(e){var r=new t;return e&&(r._breadcrumbs=(0,n.fl)
(e._breadcrumbs),r._tags=(0,n.pi)({},e._tags),r._extra=(0,n.pi)
({},e._extra),r._contexts=(0,n.pi)
({},e._contexts),r._user=e._user,r._level=e._level,r._span=e._span,r._session=e._se
ssion,r._transactionName=e._transactionName,r._fingerprint=e._fingerprint,r._eventP
rocessors=(0,n.fl)
(e._eventProcessors),r._requestSession=e._requestSession),r},t.prototype.addScopeLi
stener=function(t)
{this._scopeListeners.push(t)},t.prototype.addEventProcessor=function(t){return
this._eventProcessors.push(t),this},t.prototype.setUser=function(t){return
this._user=t||
{},this._session&&this._session.update({user:t}),this._notifyScopeListeners(),this}
,t.prototype.getUser=function(){return
this._user},t.prototype.getRequestSession=function(){return
this._requestSession},t.prototype.setRequestSession=function(t){return
this._requestSession=t,this},t.prototype.setTags=function(t){return
this._tags=(0,n.pi)((0,n.pi)
({},this._tags),t),this._notifyScopeListeners(),this},t.prototype.setTag=function(t
,e){var r;return this._tags=(0,n.pi)((0,n.pi)({},this._tags),((r={})
[t]=e,r)),this._notifyScopeListeners(),this},t.prototype.setExtras=function(t)
{return this._extra=(0,n.pi)((0,n.pi)
({},this._extra),t),this._notifyScopeListeners(),this},t.prototype.setExtra=functio
n(t,e){var r;return this._extra=(0,n.pi)((0,n.pi)({},this._extra),((r={})
[t]=e,r)),this._notifyScopeListeners(),this},t.prototype.setFingerprint=function(t)
{return
this._fingerprint=t,this._notifyScopeListeners(),this},t.prototype.setLevel=functio
n(t){return
this._level=t,this._notifyScopeListeners(),this},t.prototype.setTransactionName=fun
ction(t){return
this._transactionName=t,this._notifyScopeListeners(),this},t.prototype.setTransacti
on=function(t){return
this.setTransactionName(t)},t.prototype.setContext=function(t,e){var r;return
null===e?delete this._contexts[t]:this._contexts=(0,n.pi)((0,n.pi)
({},this._contexts),((r={})
[t]=e,r)),this._notifyScopeListeners(),this},t.prototype.setSpan=function(t){return
this._span=t,this._notifyScopeListeners(),this},t.prototype.getSpan=function()
{return this._span},t.prototype.getTransaction=function(){var
t=this.getSpan();return t&&t.transaction},t.prototype.setSession=function(t){return
t?this._session=t:delete
this._session,this._notifyScopeListeners(),this},t.prototype.getSession=function()
{return
this._session},t.prototype.update=function(e){if(!e)return
this;if("function"==typeof e){var r=e(this);return r instanceof t?r:this}return e
instanceof t?(this._tags=(0,n.pi)((0,n.pi)
({},this._tags),e._tags),this._extra=(0,n.pi)((0,n.pi)
({},this._extra),e._extra),this._contexts=(0,n.pi)((0,n.pi)
({},this._contexts),e._contexts),e._user&&Object.keys(e._user).length&&(this._user=
e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fin
gerprint),e._requestSession&&(this._requestSession=e._requestSession)):(0,o.PO)
(e)&&(this._tags=(0,n.pi)((0,n.pi)({},this._tags),e.tags),this._extra=(0,n.pi)
((0,n.pi)({},this._extra),e.extra),this._contexts=(0,n.pi)((0,n.pi)
({},this._contexts),e.contexts),e.user&&(this._user=e.user),e.level&&(this._level=e
.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._r
equestSession=e.requestSession)),this},t.prototype.clear=function(){return
this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},t
his._level=void 0,this._transactionName=void 0,this._fingerprint=void
0,this._requestSession=void 0,this._span=void 0,this._session=void
0,this._notifyScopeListeners(),this},t.prototype.addBreadcrumb=function(t,e){var
r="number"==typeof e?Math.min(e,100):100;if(r<=0)return this;var o=(0,n.pi)
({timestamp:(0,i.yW)()},t);return this._breadcrumbs=(0,n.fl)(this._breadcrumbs,
[o]).slice(-
r),this._notifyScopeListeners(),this},t.prototype.clearBreadcrumbs=function()
{return
this._breadcrumbs=[],this._notifyScopeListeners(),this},t.prototype.applyToEvent=fu
nction(t,e){if(this._extra&&Object.keys(this._extra).length&&(t.extra=(0,n.pi)
((0,n.pi)
({},this._extra),t.extra)),this._tags&&Object.keys(this._tags).length&&(t.tags=(0,n
.pi)((0,n.pi)
({},this._tags),t.tags)),this._user&&Object.keys(this._user).length&&(t.user=(0,n.p
i)((0,n.pi)
({},this._user),t.user)),this._contexts&&Object.keys(this._contexts).length&&(t.con
texts=(0,n.pi)((0,n.pi)
({},this._contexts),t.contexts)),this._level&&(t.level=this._level),this._transacti
onName&&(t.transaction=this._transactionName),this._span){t.contexts=(0,n.pi)
({trace:this._span.getTraceContext()},t.contexts);var
r=this._span.transaction&&this._span.transaction.name;r&&(t.tags=(0,n.pi)
({transaction:r},t.tags))}return this._applyFingerprint(t),t.breadcrumbs=(0,n.fl)
(t.breadcrumbs||[],this._breadcrumbs),t.breadcrumbs=t.breadcrumbs.length>0?
t.breadcrumbs:void
0,t.sdkProcessingMetadata=this._sdkProcessingMetadata,this._notifyEventProcessors((
0,n.fl)
(c(),this._eventProcessors),t,e)},t.prototype.setSDKProcessingMetadata=function(t)
{return this._sdkProcessingMetadata=(0,n.pi)((0,n.pi)
({},this._sdkProcessingMetadata),t),this},t.prototype._notifyEventProcessors=functi
on(t,e,r,i){var s=this;return void 0===i&&(i=0),new a.cW((function(a,u){var
c=t[i];if(null===e||"function"!=typeof c)a(e);else{var l=c((0,n.pi)({},e),r);
(0,o.J8)(l)?l.then((function(e){return
s._notifyEventProcessors(t,e,r,i+1).then(a)})).then(null,u):s._notifyEventProcessor
s(t,l,r,i+1).then(a).then(null,u)}}))},t.prototype._notifyScopeListeners=function()
{var t=this;this._notifyingListeners||(this._notifyingListeners=!
0,this._scopeListeners.forEach((function(e){e(t)})),this._notifyingListeners=!
1)},t.prototype._applyFingerprint=function(t){t.fingerprint=t.fingerprint?
Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:
[],this._fingerprint&&(t.fingerprint=t.fingerprint.concat(this._fingerprint)),t.fin
gerprint&&!t.fingerprint.length&&delete t.fingerprint},t}();function c()
{return(0,s.Y)("globalEventProcessors",(function(){return[]}))}function l(t)
{c().push(t)}},68907:(t,e,r)=>{"use strict";r.d(e,{fl:()=>i,pi:()=>n});var
n=function(){return n=Object.assign||function(t){for(var
e,r=1,n=arguments.length;r<n;r++)for(var o in
e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return
t},n.apply(this,arguments)};function o(t,e){var r="function"==typeof
Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void
0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t)
{o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw
o.error}}return a}function i(){for(var t=[],e=0;e<arguments.length;e+
+)t=t.concat(o(arguments[e]));return t}},71371:(t,e,r)=>{"use strict";r.d(e,{Tb:
()=>s,uT:()=>u,e:()=>c,rJ:()=>l,$e:()=>f});var n=function(){return
n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in
e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return
t},n.apply(this,arguments)};function o(t,e){var r="function"==typeof
Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void
0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t)
{o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw
o.error}}return a}var i=r(36879);function a(t){for(var
e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];var n=(0,i.Gd)
();if(n&&n[t])return n[t].apply(n,function(){for(var t=[],e=0;e<arguments.length;e+
+)t=t.concat(o(arguments[e]));return t}(e));throw new Error("No hub defined or
"+t+" was not found on the hub, please open a bug report.")}function s(t,e){return
a("captureException",t,{captureContext:e,originalException:t,syntheticException:new
Error("Sentry syntheticException")})}function u(t,e){var r=new Error(t);return
a("captureMessage",t,"string"==typeof e?e:void
0,n({originalException:t,syntheticException:r},"string"!=typeof e?
{captureContext:e}:void 0))}function c(t){a("configureScope",t)}function l(t)
{a("setExtras",t)}function f(t){a("withScope",t)}},13819:(t,e,r)=>{"use strict";var
n;r.d(e,{z:()=>n}),function(t)
{t.Fatal="fatal",t.Error="error",t.Warning="warning",t.Log="log",t.Info="info",t.De
bug="debug",t.Critical="critical"}(n||(n={}))},58464:(t,e,r)=>{"use strict";r.d(e,
{R:()=>i,l:()=>s});var n=r(82991),o=r(67597);function i(t,e){try{for(var
r=t,n=[],o=0,i=0,s=" > ".length,u=void 0;r&&o++<5&&!("html"===(u=a(r,e))||
o>1&&i+n.length*s+u.length>=80);)n.push(u),i+=u.length,r=r.parentNode;return
n.reverse().join(" > ")}catch(t){return"<unknown>"}}function a(t,e){var
r,n,i,a,s,u=t,c=[];if(!u||!u.tagName)return"";c.push(u.tagName.toLowerCase());var
l=e&&e.length?e.filter((function(t){return u.getAttribute(t)})).map((function(t)
{return[t,u.getAttribute(t)]})):null;if(l&&l.length)l.forEach((function(t)
{c.push("["+t[0]+'="'+t[1]+'"]')}));else if(u.id&&c.push("#"+u.id),
(r=u.className)&&(0,o.HD)(r))for(n=r.split(/\s+/),s=0;s<n.length;s+
+)c.push("."+n[s]);var f=["type","name","title","alt"];for(s=0;s<f.length;s+
+)i=f[s],(a=u.getAttribute(i))&&c.push("["+i+'="'+a+'"]');return
c.join("")}function s(){var t=(0,n.R)();try{return
t.document.location.href}catch(t){return""}}},88795:(t,e,r)=>{"use strict";r.d(e,
{h:()=>n});var n="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__},82991:
(t,e,r)=>{"use strict";r.d(e,{R:()=>i,Y:()=>a});var n=r(72176),o={};function i()
{return(0,n.KV)()?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?
self:o}function a(t,e,r){var n=r||i(),o=n.__SENTRY__=n.__SENTRY__||{};return o[t]||
(o[t]=e())}},67597:(t,e,r)=>{"use strict";r.d(e,{Cy:()=>v,HD:()=>c,J8:()=>y,Kj:
()=>d,PO:()=>f,TX:()=>s,V9:()=>g,VW:()=>a,VZ:()=>o,cO:()=>p,fm:()=>u,i2:()=>m,kK:
()=>h,pt:()=>l});var n=Object.prototype.toString;function o(t){switch(n.call(t))
{case"[object Error]":case"[object Exception]":case"[object DOMException]":return!
0;default:return g(t,Error)}}function i(t,e){return n.call(t)==="[object
"+e+"]"}function a(t){return i(t,"ErrorEvent")}function s(t){return
i(t,"DOMError")}function u(t){return i(t,"DOMException")}function c(t){return
i(t,"String")}function l(t){return null===t||"object"!=typeof t&&"function"!=typeof
t}function f(t){return i(t,"Object")}function p(t){return"undefined"!=typeof
Event&&g(t,Event)}function h(t){return"undefined"!=typeof
Element&&g(t,Element)}function d(t){return i(t,"RegExp")}function y(t){return
Boolean(t&&t.then&&"function"==typeof t.then)}function v(t){return
f(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function m(t)
{return"number"==typeof t&&t!=t}function g(t,e){try{return t instanceof e}catch(t)
{return!1}}},12343:(t,e,r)=>{"use strict";r.d(e,{Cf:()=>l,RU:()=>c,kg:()=>n});var
n,o=r(50832),i=r(88795),a=r(82991),s=(0,a.R)(),u="Sentry Logger
",c=["debug","info","warn","error","log","assert"];function l(t){var e=(0,a.R)
();if(!("console"in e))return t();var r=e.console,n={};c.forEach((function(t){var
o=r[t]&&r[t].__sentry_original__;t in
e.console&&o&&(n[t]=r[t],r[t]=o)}));try{return
t()}finally{Object.keys(n).forEach((function(t){r[t]=n[t]}))}}function f(){var t=!
1,e={enable:function(){t=!0},disable:function(){t=!1}};return i.h?
c.forEach((function(r){e[r]=function(){for(var e=[],n=0;n<arguments.length;n+
+)e[n]=arguments[n];t&&l((function(){var t;(t=s.console)[r].apply(t,(0,o.fl)
([u+"["+r+"]:"],e))}))}})):c.forEach((function(t){e[t]=function(){}})),e}n=i.h?
(0,a.Y)("logger",f):f()},62844:(t,e,r)=>{"use strict";r.d(e,{DM:()=>a,Db:()=>l,EG:
()=>f,YO:()=>p,en:()=>s,jH:()=>c});var n=r(50832),o=r(82991),i=r(20535);function
a(){var t=(0,o.R)(),e=t.crypto||t.msCrypto;if(void 0!==e&&e.getRandomValues){var
r=new Uint16Array(8);e.getRandomValues(r),r[3]=4095&r[3]|16384,r[4]=16383&r[4]|
32768;var n=function(t){for(var e=t.toString(16);e.length<4;)e="0"+e;return
e};return n(r[0])+n(r[1])+n(r[2])+n(r[3])+n(r[4])+n(r[5])+n(r[6])
+n(r[7])}return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(t){var
e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}function s(t){if(!
t)return{};var e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?
(#(.*))?$/);if(!e)return{};var
r=e[6]||"",n=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+r+n}}f
unction u(t){return t.exception&&t.exception.values?t.exception.values[0]:void
0}function c(t){var e=t.message,r=t.event_id;if(e)return e;var n=u(t);return n?
n.type&&n.value?n.type+": "+n.value:n.type||n.value||
r||"<unknown>":r||"<unknown>"}function
l(t,e,r){var n=t.exception=t.exception||{},o=n.values=n.values||[],i=o[0]=o[0]||
{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function f(t,e){var
r=u(t);if(r){var o=r.mechanism;if(r.mechanism=(0,n.pi)((0,n.pi)((0,n.pi)({},
{type:"generic",handled:!0}),o),e),e&&"data"in e){var i=(0,n.pi)((0,n.pi)
({},o&&o.data),e.data);r.mechanism.data=i}}}function p(t)
{if(t&&t.__sentry_captured__)return!0;try{(0,i.xp)(t,"__sentry_captured__",!
0)}catch(t){}return!1}},72176:(t,e,r)=>{"use strict";function n(){return!
("undefined"!=typeof
__SENTRY_BROWSER_BUNDLE__&&__SENTRY_BROWSER_BUNDLE__)&&"[object
process]"===Object.prototype.toString.call(void 0!=={}?{}:0)}function o(t,e){return
t.require(e)}r.d(e,{l$:()=>o,KV:()=>n}),t=r.hmd(t)},20535:(t,e,r)=>{"use
strict";r.d(e,{$Q:()=>c,HK:()=>l,Jr:()=>v,Sh:()=>p,_j:()=>f,hl:()=>s,xp:()=>u,zf:
()=>y});var n=r(50832),o=r(58464),i=r(67597),a=r(57321);function s(t,e,r){if(e in
t){var n=t[e],o=r(n);if("function"==typeof o)try{c(o,n)}catch(t){}t[e]=o}}function
u(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,configurable:!0})}function
c(t,e){var r=e.prototype||
{};t.prototype=e.prototype=r,u(t,"__sentry_original__",e)}function l(t){return
t.__sentry_original__}function f(t){return Object.keys(t).map((function(e){return
encodeURIComponent(e)+"="+encodeURIComponent(t[e])})).join("&")}function p(t){var
e=t;if((0,i.VZ)(t))e=(0,n.pi)
({message:t.message,name:t.name,stack:t.stack},d(t));else if((0,i.cO)(t)){var
r=t;e=(0,n.pi)
({type:r.type,target:h(r.target),currentTarget:h(r.currentTarget)},d(r)),"undefined
"!=typeof CustomEvent&&(0,i.V9)(t,CustomEvent)&&(e.detail=r.detail)}return
e}function h(t){try{return(0,i.kK)(t)?(0,o.R)
(t):Object.prototype.toString.call(t)}catch(t){return"<unknown>"}}function d(t){var
e={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return
e}function y(t,e){void 0===e&&(e=40);var r=Object.keys(p(t));if(r.sort(),!
r.length)return"[object has no keys]";if(r[0].length>=e)return(0,a.$G)
(r[0],e);for(var n=r.length;n>0;n--){var o=r.slice(0,n).join(", ");if(!
(o.length>e))return n===r.length?o:(0,a.$G)(o,e)}return""}function v(t){var
e,r;if((0,i.PO)(t)){var o={};try{for(var a=(0,n.XA)(Object.keys(t)),s=a.next();!
s.done;s=a.next()){var u=s.value;void 0!==t[u]&&(o[u]=v(t[u]))}}catch(t)
{e={error:t}}finally{try{s&&!s.done&&(r=a.return)&&r.call(a)}finally{if(e)throw
e.error}}return o}return Array.isArray(t)?t.map(v):t}},57321:(t,e,r)=>{"use
strict";r.d(e,{$G:()=>o,nK:()=>i,zC:()=>a});var n=r(67597);function o(t,e){return
void 0===e&&(e=0),"string"!=typeof t||0===e||t.length<=e?t:t.substr(0,e)
+"..."}function i(t,e){if(!Array.isArray(t))return"";for(var r=[],n=0;n<t.length;n+
+){var o=t[n];try{r.push(String(o))}catch(t){r.push("[value cannot be
serialized]")}}return r.join(e)}function a(t,e){return!!(0,n.HD)(t)&&((0,n.Kj)(e)?
e.test(t):"string"==typeof e&&-1!==t.indexOf(e))}},96893:(t,e,r)=>{"use
strict";r.d(e,{$2:()=>i,WD:()=>o,cW:()=>a});var n=r(67597);function o(t){return new
a((function(e){e(t)}))}function i(t){return new a((function(e,r){r(t)}))}var
a=function(){function t(t){var
e=this;this._state=0,this._handlers=[],this._resolve=function(t)
{e._setResult(1,t)},this._reject=function(t)
{e._setResult(2,t)},this._setResult=function(t,r){0===e._state&&((0,n.J8)(r)?
r.then(e._resolve,e._reject):
(e._state=t,e._value=r,e._executeHandlers()))},this._executeHandlers=function()
{if(0!==e._state){var t=e._handlers.slice();e._handlers=[],t.forEach((function(t)
{t[0]||(1===e._state&&t[1](e._value),2===e._state&&t[2](e._value),t[0]=!
0)}))}};try{t(this._resolve,this._reject)}catch(t){this._reject(t)}}return
t.prototype.then=function(e,r){var n=this;return new t((function(t,o)
{n._handlers.push([!1,function(r){if(e)try{t(e(r))}catch(t){o(t)}else
t(r)},function(e){if(r)try{t(r(e))}catch(t){o(t)}else
o(e)}]),n._executeHandlers()}))},t.prototype.catch=function(t){return
this.then((function(t){return t}),t)},t.prototype.finally=function(e){var
r=this;return new t((function(t,n){var o,i;return r.then((function(t){i=!
1,o=t,e&&e()}),(function(t){i=!0,o=t,e&&e()})).then((function(){i?
n(o):t(o)}))}))},t}()},21170:(t,e,r)=>{"use strict";r.d(e,{ph:()=>c,yW:()=>u});var
n=r(82991),o=r(72176);t=r.hmd(t);var i={nowSeconds:function(){return
Date.now()/1e3}},a=(0,o.KV)()?function(){try{return(0,o.l$)
(t,"perf_hooks").performance}catch(t){return}}():function(){var t=(0,n.R)
().performance;if(t&&t.now)return{now:function(){return
t.now()},timeOrigin:Date.now()-t.now()}}(),s=void 0===a?i:{nowSeconds:function()
{return(a.timeOrigin+a.now())/1e3}},u=i.nowSeconds.bind(i),c=s.nowSeconds.bind(s);!
function(){var t=(0,n.R)().performance;if(t&&t.now){var
e=36e5,r=t.now(),o=Date.now(),i=t.timeOrigin?Math.abs(t.timeOrigin+r-
o):e,a=i<e,s=t.timing&&t.timing.navigationStart,u="number"==typeof s?Math.abs(s+r-
o):e;(a||u<e)&&(i<=u&&t.timeOrigin)}}()},50832:(t,e,r)=>{"use strict";r.d(e,{CR:
()=>s,XA:()=>a,ZT:()=>o,fl:()=>u,pi:()=>i});var n=function(t,e){return
n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e)
{t.__proto__=e}||function(t,e){for(var r in
e)e.hasOwnProperty(r)&&(t[r]=e[r])},n(t,e)};function o(t,e){function r()
{this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):
(r.prototype=e.prototype,new r)}var i=function(){return i=Object.assign||
function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in
e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return
t},i.apply(this,arguments)};function a(t){var e="function"==typeof
Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof
t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n+
+],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is
not defined.")}function s(t,e){var r="function"==typeof
Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void
0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t)
{o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw
o.error}}return a}function u(){for(var t=[],e=0;e<arguments.length;e+
+)t=t.concat(s(arguments[e]));return t}},9669:(t,e,r)=>{t.exports=r(51609)},55448:
(t,e,r)=>{"use strict";var
n=r(64867),o=r(36026),i=r(4372),a=r(15327),s=r(94097),u=r(84109),c=r(67985),l=r(778
74),f=r(82648),p=r(60644),h=r(90205);t.exports=function(t){return new
Promise((function(e,r){var d,y=t.data,v=t.headers,m=t.responseType;function g()
{t.cancelToken&&t.cancelToken.unsubscribe(d),t.signal&&t.signal.removeEventListener
("abort",d)}n.isFormData(y)&&n.isStandardBrowserEnv()&&delete v["Content-Type"];var
b=new XMLHttpRequest;if(t.auth){var w=t.auth.username||"",S=t.auth.password?
unescape(encodeURIComponent(t.auth.password)):"";v.Authorization="Basic
"+btoa(w+":"+S)}var E=s(t.baseURL,t.url);function O(){if(b){var
n="getAllResponseHeaders"in b?u(b.getAllResponseHeaders()):null,i={data:m&&"text"!
==m&&"json"!==m?
b.response:b.responseText,status:b.status,statusText:b.statusText,headers:n,config:
t,request:b};o((function(t){e(t),g()}),(function(t)
{r(t),g()}),i),b=null}}if(b.open(t.method.toUpperCase(),a(E,t.params,t.paramsSerial
izer),!0),b.timeout=t.timeout,"onloadend"in b?
b.onloadend=O:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||
b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(O)},b.onabort=functi
on(){b&&(r(new f("Request
aborted",f.ECONNABORTED,t,b)),b=null)},b.onerror=function(){r(new f("Network
Error",f.ERR_NETWORK,t,b,b)),b=null},b.ontimeout=function(){var
e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout
exceeded",n=t.transitional||
l;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),r(new f(e,n.clarifyTimeoutError?
f.ETIMEDOUT:f.ECONNABORTED,t,b)),b=null},n.isStandardBrowserEnv()){var
_=(t.withCredentials||c(E))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void
0;_&&(v[t.xsrfHeaderName]=_)}"setRequestHeader"in b&&n.forEach(v,(function(t,e)
{void 0===y&&"content-type"===e.toLowerCase()?delete
v[e]:b.setRequestHeader(e,t)})),n.isUndefined(t.withCredentials)||
(b.withCredentials=!!t.withCredentials),m&&"json"!
==m&&(b.responseType=t.responseType),"function"==typeof
t.onDownloadProgress&&b.addEventListener("progress",t.onDownloadProgress),"function
"==typeof
t.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",t.onUploadProgre
ss),(t.cancelToken||t.signal)&&(d=function(t){b&&(r(!t||t&&t.type?new
p:t),b.abort(),b=null)},t.cancelToken&&t.cancelToken.subscribe(d),t.signal&&(t.sign
al.aborted?d():t.signal.addEventListener("abort",d))),y||(y=null);var x=h(E);x&&-
1===["http","https","file"].indexOf(x)?r(new f("Unsupported protocol
"+x+":",f.ERR_BAD_REQUEST,t)):b.send(y)}))}},51609:(t,e,r)=>{"use strict";var
n=r(64867),o=r(91849),i=r(30321),a=r(47185),s=function t(e){var r=new
i(e),s=o(i.prototype.request,r);return
n.extend(s,i.prototype,r),n.extend(s,r),s.create=function(r){return t(a(e,r))},s}
(r(45546));s.Axios=i,s.CanceledError=r(60644),s.CancelToken=r(14972),s.isCancel=r(2
6502),s.VERSION=r(97288).version,s.toFormData=r(47675),s.AxiosError=r(82648),s.Canc
el=s.CanceledError,s.all=function(t){return
Promise.all(t)},s.spread=r(8713),s.isAxiosError=r(16268),t.exports=s,t.exports.defa
ult=s},14972:(t,e,r)=>{"use strict";var n=r(60644);function o(t){if("function"!
=typeof t)throw new TypeError("executor must be a function.");var
e;this.promise=new Promise((function(t){e=t}));var
r=this;this.promise.then((function(t){if(r._listeners){var
e,n=r._listeners.length;for(e=0;e<n;e++)r._listeners[e]
(t);r._listeners=null}})),this.promise.then=function(t){var e,n=new
Promise((function(t){r.subscribe(t),e=t})).then(t);return n.cancel=function()
{r.unsubscribe(e)},n},t((function(t){r.reason||(r.reason=new
n(t),e(r.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw
this.reason},o.prototype.subscribe=function(t){this.reason?
t(this.reason):this._listeners?
this._listeners.push(t):this._listeners=[t]},o.prototype.unsubscribe=function(t)
{if(this._listeners){var
e=this._listeners.indexOf(t);-1!
==e&&this._listeners.splice(e,1)}},o.source=function(){var t;return{token:new
o((function(e){t=e})),cancel:t}},t.exports=o},60644:(t,e,r)=>{"use strict";var
n=r(82648);function o(t)
{n.call(this,null==t?"canceled":t,n.ERR_CANCELED),this.name="CanceledError"}r(64867
).inherits(o,n,{__CANCEL__:!0}),t.exports=o},26502:t=>{"use
strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},30321:(t,e,r)=>{"use
strict";var
n=r(64867),o=r(15327),i=r(80782),a=r(13572),s=r(47185),u=r(94097),c=r(54875),l=c.va
lidators;function f(t){this.defaults=t,this.interceptors={request:new
i,response:new i}}f.prototype.request=function(t,e){"string"==typeof t?(e=e||
{}).url=t:e=t||{},(e=s(this.defaults,e)).method?
e.method=e.method.toLowerCase():this.defaults.method?
e.method=this.defaults.method.toLowerCase():e.method="get";var
r=e.transitional;void 0!==r&&c.assertOptions(r,
{silentJSONParsing:l.transitional(l.boolean),forcedJSONParsing:l.transitional(l.boo
lean),clarifyTimeoutError:l.transitional(l.boolean)},!1);var n=[],o=!
0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!
1===t.runWhen(e)||(o=o&&t.synchronous,n.unshift(t.fulfilled,t.rejected))}));var
i,u=[];if(this.interceptors.response.forEach((function(t)
{u.push(t.fulfilled,t.rejected)})),!o){var f=[a,void
0];for(Array.prototype.unshift.apply(f,n),f=f.concat(u),i=Promise.resolve(e);f.leng
th;)i=i.then(f.shift(),f.shift());return i}for(var p=e;n.length;){var
h=n.shift(),d=n.shift();try{p=h(p)}catch(t){d(t);break}}try{i=a(p)}catch(t){return
Promise.reject(t)}for(;u.length;)i=i.then(u.shift(),u.shift());return
i},f.prototype.getUri=function(t){t=s(this.defaults,t);var
e=u(t.baseURL,t.url);return
o(e,t.params,t.paramsSerializer)},n.forEach(["delete","get","head","options"],
(function(t){f.prototype[t]=function(e,r){return this.request(s(r||{},
{method:t,url:e,data:(r||{}).data}))}})),n.forEach(["post","put","patch"],
(function(t){function e(e){return function(r,n,o){return this.request(s(o||{},
{method:t,headers:e?{"Content-Type":"multipart/form-data"}:
{},url:r,data:n}))}}f.prototype[t]=e(),f.prototype[t+"Form"]=e(!
0)})),t.exports=f},82648:(t,e,r)=>{"use strict";var n=r(64867);function
o(t,e,r,n,o)
{Error.call(this),this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.c
onfig=r),n&&(this.request=n),o&&(this.response=o)}n.inherits(o,Error,
{toJSON:function()
{return{message:this.message,name:this.name,description:this.description,number:thi
s.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.column
Number,stack:this.stack,config:this.config,code:this.code,status:this.response&&thi
s.response.status?this.response.status:null}}});var i=o.prototype,a={};
["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","
ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","E
RR_CANCELED"].forEach((function(t)
{a[t]={value:t}})),Object.defineProperties(o,a),Object.defineProperty(i,"isAxiosErr
or",{value:!0}),o.from=function(t,e,r,a,s,u){var c=Object.create(i);return
n.toFlatObject(t,c,(function(t){return t!
==Error.prototype})),o.call(c,t.message,e,r,a,s),c.name=t.name,u&&Object.assign(c,u
),c},t.exports=o},80782:(t,e,r)=>{"use strict";var n=r(64867);function o()
{this.handlers=[]}o.prototype.use=function(t,e,r){return
this.handlers.push({fulfilled:t,rejected:e,synchronous:!!
r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-
1},o.prototype.eject=function(t)
{this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t)
{n.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},94097:
(t,e,r)=>{"use strict";var n=r(91793),o=r(7303);t.exports=function(t,e){return t&&!
n(e)?o(t,e):e}},13572:(t,e,r)=>{"use strict";var
n=r(64867),o=r(18527),i=r(26502),a=r(45546),s=r(60644);function u(t)
{if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)thro
w new s}t.exports=function(t){return u(t),t.headers=t.headers||
{},t.data=o.call(t,t.data,t.headers,t.transformRequest),t.headers=n.merge(t.headers
.common||{},t.headers[t.method]||
{},t.headers),n.forEach(["delete","get","head","post","put","patch","common"],
(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e)
{return u(t),e.data=o.call(t,e.data,e.headers,t.transformResponse),e}),(function(e)
{return i(e)||
(u(t),e&&e.response&&(e.response.data=o.call(t,e.response.data,e.response.headers,t
.transformResponse))),Promise.reject(e)}))}},47185:(t,e,r)=>{"use strict";var
n=r(64867);t.exports=function(t,e){e=e||{};var r={};function o(t,e){return
n.isPlainObject(t)&&n.isPlainObject(e)?n.merge(t,e):n.isPlainObject(e)?
n.merge({},e):n.isArray(e)?e.slice():e}function i(r){return n.isUndefined(e[r])?
n.isUndefined(t[r])?void 0:o(void 0,t[r]):o(t[r],e[r])}function a(t){if(!
n.isUndefined(e[t]))return o(void 0,e[t])}function s(r){return n.isUndefined(e[r])?
n.isUndefined(t[r])?void 0:o(void 0,t[r]):o(void 0,e[r])}function u(r){return r in
e?o(t[r],e[r]):r in t?o(void 0,t[r]):void 0}var
c={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSer
ializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsr
fCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s
,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsA
gent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:u};return
n.forEach(Object.keys(t).concat(Object.keys(e)),(function(t){var e=c[t]||
i,o=e(t);n.isUndefined(o)&&e!==u||(r[t]=o)})),r}},36026:(t,e,r)=>{"use strict";var
n=r(82648);t.exports=function(t,e,r){var o=r.config.validateStatus;r.status&&o&&!
o(r.status)?e(new n("Request failed with status code "+r.status,
[n.ERR_BAD_REQUEST,n.ERR_BAD_RESPONSE][Math.floor(r.status/100)-
4],r.config,r.request,r)):t(r)}},18527:(t,e,r)=>{"use strict";var
n=r(64867),o=r(45546);t.exports=function(t,e,r){var i=this||o;return n.forEach(r,
(function(r){t=r.call(i,t,e)})),t}},45546:(t,e,r)=>{"use strict";var
n=r(64867),o=r(16016),i=r(82648),a=r(77874),s=r(47675),u={"Content-
Type":"application/x-www-form-urlencoded"};function c(t,e){!
n.isUndefined(t)&&n.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var
l,f={transitional:a,adapter:(("undefined"!=typeof XMLHttpRequest||void 0!
=={}&&"[object
process]"===Object.prototype.toString.call({}))&&(l=r(55448)),l),transformRequest:
[function(t,e){if(o(e,"Accept"),o(e,"Content-Type"),n.isFormData(t)||
n.isArrayBuffer(t)||n.isBuffer(t)||n.isStream(t)||n.isFile(t)||n.isBlob(t))return
t;if(n.isArrayBufferView(t))return t.buffer;if(n.isURLSearchParams(t))return
c(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString();var
r,i=n.isObject(t),a=e&&e["Content-Type"];if((r=n.isFileList(t))||i&&"multipart/
form-data"===a){var u=this.env&&this.env.FormData;return s(r?{"files[]":t}:t,u&&new
u)}return i||"application/json"===a?(c(e,"application/json"),function(t,e,r)
{if(n.isString(t))try{return(0,JSON.parse)(t),n.trim(t)}catch(t){if("SyntaxError"!
==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:
[function(t){var e=this.transitional||
f.transitional,r=e&&e.silentJSONParsing,o=e&&e.forcedJSONParsing,a=!
r&&"json"===this.responseType;if(a||o&&n.isString(t)&&t.length)try{return
JSON.parse(t)}catch(t){if(a){if("SyntaxError"===t.name)throw
i.from(t,i.ERR_BAD_RESPONSE,this,null,this.response);throw t}}return
t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-
TOKEN",maxContentLength:-1,maxBodyLength:-1,env:
{FormData:r(91623)},validateStatus:function(t){return t>=200&&t<300},headers:
{common:{Accept:"application/json, text/plain,
*/*"}}};n.forEach(["delete","get","head"],(function(t)
{f.headers[t]={}})),n.forEach(["post","put","patch"],(function(t)
{f.headers[t]=n.merge(u)})),t.exports=f},77874:t=>{"use
strict";t.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!
1}},97288:t=>{t.exports={version:"0.27.2"}},91849:t=>{"use
strict";t.exports=function(t,e){return function(){for(var r=new
Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return
t.apply(e,r)}}},15327:(t,e,r)=>{"use strict";var n=r(64867);function o(t){return
encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/
gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/
gi,"]")}t.exports=function(t,e,r){if(!e)return t;var i;if(r)i=r(e);else
if(n.isURLSearchParams(e))i=e.toString();else{var a=[];n.forEach(e,(function(t,e)
{null!=t&&(n.isArray(t)?e+="[]":t=[t],n.forEach(t,(function(t){n.isDate(t)?
t=t.toISOString():n.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)
+"="+o(t))})))})),i=a.join("&")}if(i){var s=t.indexOf("#");-1!
==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},7303:t=>{"use
strict";t.exports=function(t,e){return
e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},4372:(t,e,r)=>{"use strict";var
n=r(64867);t.exports=n.isStandardBrowserEnv()?{write:function(t,e,r,o,i,a){var
s=[];s.push(t+"="+encodeURIComponent(e)),n.isNumber(r)&&s.push("expires="+new
Date(r).toGMTString()),n.isString(o)&&s.push("path="+o),n.isString(i)&&s.push("doma
in="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var
e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?
decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-
864e5)}}:{write:function(){},read:function(){return null},remove:function()
{}}},91793:t=>{"use strict";t.exports=function(t){return/^([a-z][a-z\
d+\-.]*:)?\/\//i.test(t)}},16268:(t,e,r)=>{"use strict";var
n=r(64867);t.exports=function(t){return n.isObject(t)&&!0===t.isAxiosError}},67985:
(t,e,r)=>{"use strict";var n=r(64867);t.exports=n.isStandardBrowserEnv()?function()
{var
t,e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");funct
ion o(t){var n=t;return
e&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),
{href:r.href,protocol:r.protocol?r.protocol.replace(/:
$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r
.hash.replace(/
^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?
r.pathname:"/"+r.pathname}}return t=o(window.location.href),function(e){var
r=n.isString(e)?o(e):e;return r.protocol===t.protocol&&r.host===t.host}}
():function(){return!0}},16016:(t,e,r)=>{"use strict";var
n=r(64867);t.exports=function(t,e){n.forEach(t,(function(r,n){n!
==e&&n.toUpperCase()===e.toUpperCase()&&(t[e]=r,delete
t[n])}))}},91623:t=>{t.exports=null},84109:(t,e,r)=>{"use strict";var
n=r(64867),o=["age","authorization","content-length","content-
type","etag","expires","from","host","if-modified-since","if-unmodified-
since","last-modified","location","max-forwards","proxy-
authorization","referer","retry-after","user-agent"];t.exports=function(t){var
e,r,i,a={};return t?(n.forEach(t.split("\n"),(function(t)
{if(i=t.indexOf(":"),e=n.trim(t.substr(0,i)).toLowerCase(),r=n.trim(t.substr(i+1)),
e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:
[]).concat([r]):a[e]?a[e]+", "+r:r}})),a):a}},90205:t=>{"use
strict";t.exports=function(t){var e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return
e&&e[1]||""}},8713:t=>{"use strict";t.exports=function(t){return function(e){return
t.apply(null,e)}}},47675:(t,e,r)=>{"use strict";var
n=r(48764).lW,o=r(64867);t.exports=function(t,e){e=e||new FormData;var
r=[];function i(t){return null===t?"":o.isDate(t)?
t.toISOString():o.isArrayBuffer(t)||o.isTypedArray(t)?"function"==typeof Blob?new
Blob([t]):n.from(t):t}return function t(n,a){if(o.isPlainObject(n)||o.isArray(n))
{if(-1!==r.indexOf(n))throw Error("Circular reference detected in
"+a);r.push(n),o.forEach(n,(function(r,n){if(!o.isUndefined(r)){var s,u=a?
a+"."+n:n;if(r&&!a&&"object"==typeof
r)if(o.endsWith(n,"{}"))r=JSON.stringify(r);else
if(o.endsWith(n,"[]")&&(s=o.toArray(r)))return void s.forEach((function(t){!
o.isUndefined(t)&&e.append(u,i(t))}));t(r,u)}})),r.pop()}else e.append(a,i(n))}
(t),e}},54875:(t,e,r)=>{"use strict";var n=r(97288).version,o=r(82648),i={};
["object","boolean","number","function","string","symbol"].forEach((function(t,e)
{i[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}}));var
a={};i.transitional=function(t,e,r){function i(t,e){return"[Axios v"+n+"]
Transitional option '"+t+"'"+e+(r?". "+r:"")}return function(r,n,s){if(!1===t)throw
new o(i(n," has been removed"+(e?" in "+e:"")),o.ERR_DEPRECATED);return e&&!
a[n]&&(a[n]=!0,console.warn(i(n," has been deprecated since v"+e+" and will be
removed in the near future"))),!t||
t(r,n,s)}},t.exports={assertOptions:function(t,e,r){if("object"!=typeof t)throw new
o("options must be an object",o.ERR_BAD_OPTION_VALUE);for(var
n=Object.keys(t),i=n.length;i-- >0;){var a=n[i],s=e[a];if(s){var u=t[a],c=void
0===u||s(u,a,t);if(!0!==c)throw new o("option "+a+" must be
"+c,o.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new o("Unknown option
"+a,o.ERR_BAD_OPTION)}},validators:i}},64867:(t,e,r)=>{"use strict";var
n,o=r(91849),i=Object.prototype.toString,a=(n=Object.create(null),function(t){var
e=i.call(t);return n[e]||(n[e]=e.slice(8,-1).toLowerCase())});function s(t){return
t=t.toLowerCase(),function(e){return a(e)===t}}function u(t){return
Array.isArray(t)}function c(t){return void 0===t}var l=s("ArrayBuffer");function
f(t){return null!==t&&"object"==typeof t}function p(t){if("object"!==a(t))return!
1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}var
h=s("Date"),d=s("File"),y=s("Blob"),v=s("FileList");function m(t){return"[object
Function]"===i.call(t)}var g=s("URLSearchParams");function b(t,e){if(null!
=t)if("object"!=typeof t&&(t=[t]),u(t))for(var r=0,n=t.length;r<n;r+
+)e.call(null,t[r],r,t);else for(var o in
t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}var
w,S=(w="undefined"!=typeof
Uint8Array&&Object.getPrototypeOf(Uint8Array),function(t){return w&&t instanceof
w});t.exports={isArray:u,isArrayBuffer:l,isBuffer:function(t){return null!==t&&!
c(t)&&null!==t.constructor&&!c(t.constructor)&&"function"==typeof
t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){var
e="[object FormData]";return t&&("function"==typeof FormData&&t instanceof
FormData||i.call(t)===e||
m(t.toString)&&t.toString()===e)},isArrayBufferView:function(t){return"undefined"!
=typeof ArrayBuffer&&ArrayBuffer.isView?
ArrayBuffer.isView(t):t&&t.buffer&&l(t.buffer)},isString:function(t)
{return"string"==typeof t},isNumber:function(t){return"number"==typeof
t},isObject:f,isPlainObject:p,isUndefined:c,isDate:h,isFile:d,isBlob:y,isFunction:m
,isStream:function(t){return
f(t)&&m(t.pipe)},isURLSearchParams:g,isStandardBrowserEnv:function()
{return("undefined"==typeof navigator||"ReactNative"!
==navigator.product&&"NativeScript"!==navigator.product&&"NS"!
==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof
document},forEach:b,merge:function t(){var e={};function r(r,n){p(e[n])&&p(r)?
e[n]=t(e[n],r):p(r)?e[n]=t({},r):u(r)?e[n]=r.slice():e[n]=r}for(var
n=0,o=arguments.length;n<o;n++)b(arguments[n],r);return e},extend:function(t,e,r)
{return b(e,(function(e,n){t[n]=r&&"function"==typeof e?
o(e,r):e})),t},trim:function(t){return
t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return
65279===t.charCodeAt(0)&&(t=t.slice(1)),t},inherits:function(t,e,r,n)
{t.prototype=Object.create(e.prototype,n),t.prototype.constructor=t,r&&Object.assig
n(t.prototype,r)},toFlatObject:function(t,e,r){var n,o,i,a={};e=e||
{};do{for(o=(n=Object.getOwnPropertyNames(t)).length;o-- >0;)a[i=n[o]]||
(e[i]=t[i],a[i]=!0);t=Object.getPrototypeOf(t)}while(t&&(!r||r(t,e))&&t!
==Object.prototype);return e},kindOf:a,kindOfTest:s,endsWith:function(t,e,r)
{t=String(t),(void 0===r||r>t.length)&&(r=t.length),r-=e.length;var
n=t.indexOf(e,r);return-1!==n&&n===r},toArray:function(t){if(!t)return null;var
e=t.length;if(c(e))return null;for(var r=new Array(e);e-- >0;)r[e]=t[e];return
r},isTypedArray:S,isFileList:v}},79742:(t,e)=>{"use
strict";e.byteLength=function(t){var e=u(t),r=e[0],n=e[1];return 3*(r+n)/4-
n},e.toByteArray=function(t){var e,r,i=u(t),a=i[0],s=i[1],c=new o(function(t,e,r)
{return 3*(e+r)/4-r}(0,a,s)),l=0,f=s>0?a-
4:a;for(r=0;r<f;r+=4)e=n[t.charCodeAt(r)]<<18|n[t.charCodeAt(r+1)]<<12|
n[t.charCodeAt(r+2)]<<6|n[t.charCodeAt(r+3)],c[l++]=e>>16&255,c[l++]=e>>8&255,c[l+
+]=255&e;return 2===s&&(e=n[t.charCodeAt(r)]<<2|n[t.charCodeAt(r+1)]>>4,c[l+
+]=255&e),1===s&&(e=n[t.charCodeAt(r)]<<10|n[t.charCodeAt(r+1)]<<4|
n[t.charCodeAt(r+2)]>>2,c[l++]=e>>8&255,c[l+
+]=255&e),c},e.fromByteArray=function(t){for(var e,n=t.length,o=n
%3,i=[],a=16383,s=0,u=n-o;s<u;s+=a)i.push(c(t,s,s+a>u?u:s+a));return 1===o?(e=t[n-
1],i.push(r[e>>2]+r[e<<4&63]+"==")):2===o&&(e=(t[n-2]<<8)+t[n-
1],i.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"=")),i.join("")};for(var
r=[],n=[],o="undefined"!=typeof Uint8Array?
Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+
/",a=0,s=i.length;a<s;++a)r[a]=i[a],n[i.charCodeAt(a)]=a;function u(t){var
e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of
4");var r=t.indexOf("=");return-1===r&&(r=e),[r,r===e?0:4-r%4]}function c(t,e,n)
{for(var o,i,a=[],s=e;s<n;s+=3)o=(t[s]<<16&16711680)+
(t[s+1]<<8&65280)+(255&t[s+2]),a.push(r[(i=o)>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i
]);return a.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},48764:
(t,e,r)=>{"use strict";var n=r(79742),o=r(80645),i="function"==typeof
Symbol&&"function"==typeof Symbol.for?
Symbol.for("nodejs.util.inspect.custom"):null;e.lW=u,e.h2=50;var
a=2147483647;function s(t){if(t>a)throw new RangeError('The value "'+t+'" is
invalid for option "size"');var e=new Uint8Array(t);return
Object.setPrototypeOf(e,u.prototype),e}function u(t,e,r){if("number"==typeof t)
{if("string"==typeof e)throw new TypeError('The "string" argument must be of type
string. Received type number');return f(t)}return c(t,e,r)}function c(t,e,r)
{if("string"==typeof t)return function(t,e){if("string"==typeof e&&""!==e||
(e="utf8"),!u.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=0|
y(t,e),n=s(r),o=n.write(t,e);return o!==r&&(n=n.slice(0,o)),n}
(t,e);if(ArrayBuffer.isView(t))return function(t){if($(t,Uint8Array)){var e=new
Uint8Array(t);return h(e.buffer,e.byteOffset,e.byteLength)}return p(t)}
(t);if(null==t)throw new TypeError("The first argument must be one of type string,
Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if($
(t,ArrayBuffer)||t&&$(t.buffer,ArrayBuffer))return h(t,e,r);if("undefined"!=typeof
SharedArrayBuffer&&($(t,SharedArrayBuffer)||t&&$
(t.buffer,SharedArrayBuffer)))return h(t,e,r);if("number"==typeof t)throw new
TypeError('The "value" argument must not be of type number. Received type
number');var n=t.valueOf&&t.valueOf();if(null!=n&&n!==t)return u.from(n,e,r);var
o=function(t){if(u.isBuffer(t)){var e=0|d(t.length),r=s(e);return 0===r.length||
t.copy(r,0,0,e),r}return void 0!==t.length?"number"!=typeof t.length||V(t.length)?
s(0):p(t):"Buffer"===t.type&&Array.isArray(t.data)?p(t.data):void 0}(t);if(o)return
o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof
t[Symbol.toPrimitive])return u.from(t[Symbol.toPrimitive]("string"),e,r);throw new
TypeError("The first argument must be one of type string, Buffer, ArrayBuffer,
Array, or Array-like Object. Received type "+typeof t)}function l(t){if("number"!
=typeof t)throw new TypeError('"size" argument must be of type
number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option
"size"')}function f(t){return l(t),s(t<0?0:0|d(t))}function p(t){for(var
e=t.length<0?0:0|d(t.length),r=s(e),n=0;n<e;n+=1)r[n]=255&t[n];return r}function
h(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer
bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of
buffer bounds');var n;return n=void 0===e&&void 0===r?new Uint8Array(t):void 0===r?
new Uint8Array(t,e):new
Uint8Array(t,e,r),Object.setPrototypeOf(n,u.prototype),n}function
d(t){if(t>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum
size: 0x"+a.toString(16)+" bytes");return 0|t}function y(t,e)
{if(u.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||$(t,ArrayBuffer))return
t.byteLength;if("string"!=typeof t)throw new TypeError('The "string" argument must
be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var
r=t.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var
o=!1;;)switch(e){case"ascii":case"latin1":case"binary":return
r;case"utf8":case"utf-8":return D(t).length;case"ucs2":case"ucs-
2":case"utf16le":case"utf-16le":return 2*r;case"hex":return
r>>>1;case"base64":return W(t).length;default:if(o)return n?-
1:D(t).length;e=(""+e).toLowerCase(),o=!0}}function v(t,e,r){var n=!1;if((void
0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||
r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(e>>>=0))return"";for(t|
|(t="utf8");;)switch(t){case"hex":return A(this,e,r);case"utf8":case"utf-8":return
k(this,e,r);case"ascii":return j(this,e,r);case"latin1":case"binary":return
L(this,e,r);case"base64":return x(this,e,r);case"ucs2":case"ucs-
2":case"utf16le":case"utf-16le":return T(this,e,r);default:if(n)throw new
TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}function m(t,e,r)
{var n=t[e];t[e]=t[r],t[r]=n}function g(t,e,r,n,o){if(0===t.length)return-
1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-
2147483648),V(r=+r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length)
{if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof
e&&(e=u.from(e,n)),u.isBuffer(e))return 0===e.length?-
1:b(t,e,r,n,o);if("number"==typeof e)return e&=255,"function"==typeof
Uint8Array.prototype.indexOf?o?
Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,
r):b(t,[e],r,n,o);throw new TypeError("val must be string, number or
Buffer")}function b(t,e,r,n,o){var i,a=1,s=t.length,u=e.length;if(void 0!
==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-
16le"===n)){if(t.length<2||e.length<2)return-1;a=2,s/=2,u/=2,r/=2}function c(t,e)
{return 1===a?t[e]:t.readUInt16BE(e*a)}if(o){var l=-1;for(i=r;i<s;i+
+)if(c(t,i)===c(e,-1===l?0:i-l)){if(-1===l&&(l=i),i-l+1===u)return l*a}else-1!
==l&&(i-=i-l),l=-1}else for(r+u>s&&(r=s-u),i=r;i>=0;i--){for(var f=!0,p=0;p<u;p+
+)if(c(t,i+p)!==c(e,p)){f=!1;break}if(f)return i}return-1}function w(t,e,r,n)
{r=Number(r)||0;var o=t.length-r;n?(n=Number(n))>o&&(n=o):n=o;var
i=e.length;n>i/2&&(n=i/2);for(var a=0;a<n;++a){var
s=parseInt(e.substr(2*a,2),16);if(V(s))return a;t[r+a]=s}return a}function
S(t,e,r,n){return M(D(e,t.length-r),t,r,n)}function E(t,e,r,n){return M(function(t)
{for(var e=[],r=0;r<t.length;++r)e.push(255&t.charCodeAt(r));return e}
(e),t,r,n)}function O(t,e,r,n){return M(W(e),t,r,n)}function _(t,e,r,n){return
M(function(t,e){for(var r,n,o,i=[],a=0;a<t.length&&!((e-=2)<0);+
+a)n=(r=t.charCodeAt(a))>>8,o=r%256,i.push(o),i.push(n);return i}(e,t.length-
r),t,r,n)}function x(t,e,r){return 0===e&&r===t.length?
n.fromByteArray(t):n.fromByteArray(t.slice(e,r))}function k(t,e,r)
{r=Math.min(t.length,r);for(var n=[],o=e;o<r;){var i,a,s,u,c=t[o],l=null,f=c>239?
4:c>223?3:c>191?2:1;if(o+f<=r)switch(f){case 1:c<128&&(l=c);break;case
2:128==(192&(i=t[o+1]))&&(u=(31&c)<<6|63&i)>127&&(l=u);break;case
3:i=t[o+1],a=t[o+2],128==(192&i)&&128==(192&a)&&(u=(15&c)<<12|(63&i)<<6|
63&a)>2047&&(u<55296||u>57343)&&(l=u);break;case
4:i=t[o+1],a=t[o+2],s=t[o+3],128==(192&i)&&128==(192&a)&&128==(192&s)&&(u=(15&c)<<1
8|(63&i)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(l=u)}null===l?
(l=65533,f=1):l>65535&&(l-=65536,n.push(l>>>10&1023|55296),l=56320|
1023&l),n.push(l),o+=f}return function(t){var e=t.length;if(e<=P)return
String.fromCharCode.apply(String,t);for(var
r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=P));return r}
(n)}u.TYPED_ARRAY_SUPPORT=function(){try{var t=new Uint8Array(1),e={foo:function()
{return 42}};return
Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo
()}catch(t){return!1}}(),u.TYPED_ARRAY_SUPPORT||"undefined"==typeof
console||"function"!=typeof console.error||console.error("This browser lacks typed
array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if
you require old browser support."),Object.defineProperty(u.prototype,"parent",
{enumerable:!0,get:function(){if(u.isBuffer(this))return
this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!
0,get:function(){if(u.isBuffer(this))return
this.byteOffset}}),u.poolSize=8192,u.from=function(t,e,r){return
c(t,e,r)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototy
peOf(u,Uint8Array),u.alloc=function(t,e,r){return function(t,e,r){return l(t),t<=0?
s(t):void 0!==e?"string"==typeof r?s(t).fill(e,r):s(t).fill(e):s(t)}
(t,e,r)},u.allocUnsafe=function(t){return f(t)},u.allocUnsafeSlow=function(t)
{return f(t)},u.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!
==u.prototype},u.compare=function(t,e){if($
(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),$
(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),!u.isBuffer(t)||!
u.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type
Buffer or Uint8Array');if(t===e)return 0;for(var
r=t.length,n=e.length,o=0,i=Math.min(r,n);o<i;++o)if(t[o]!==e[o])
{r=t[o],n=e[o];break}return r<n?-1:n<r?1:0},u.isEncoding=function(t)
{switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-
8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-
2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(t,e)
{if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of
Buffers');if(0===t.length)return u.alloc(0);var r;if(void
0===e)for(e=0,r=0;r<t.length;++r)e+=t[r].length;var
n=u.allocUnsafe(e),o=0;for(r=0;r<t.length;++r){var i=t[r];if($
(i,Uint8Array))o+i.length>n.length?
u.from(i).copy(n,o):Uint8Array.prototype.set.call(n,i,o);else{if(!
u.isBuffer(i))throw new TypeError('"list" argument must be an Array of
Buffers');i.copy(n,o)}o+=i.length}return n},u.byteLength=y,u.prototype._isBuffer=!
0,u.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new
RangeError("Buffer size must be a multiple of 16-bits");for(var
e=0;e<t;e+=2)m(this,e,e+1);return this},u.prototype.swap32=function(){var
t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-
bits");for(var e=0;e<t;e+=4)m(this,e,e+3),m(this,e+1,e+2);return
this},u.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new
RangeError("Buffer size must be a multiple of 64-bits");for(var
e=0;e<t;e+=8)m(this,e,e+7),m(this,e+1,e+6),m(this,e+2,e+5),m(this,e+3,e+4);return
this},u.prototype.toString=function(){var t=this.length;return
0===t?"":0===arguments.length?
k(this,0,t):v.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toStrin
g,u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument
must be a Buffer");return this===t||
0===u.compare(this,t)},u.prototype.inspect=function(){var t="",r=e.h2;return
t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ...
"),"<Buffer
"+t+">"},i&&(u.prototype[i]=u.prototype.inspect),u.prototype.compare=function(t,e,r
,n,o){if($(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw
new TypeError('The "target" argument must be one of type Buffer or Uint8Array.
Received type '+typeof t);if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void
0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw
new RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return-
1;if(e>=r)return 1;if(this===t)return 0;for(var i=(o>>>=0)-(n>>>=0),a=(r>>>=0)-
(e>>>=0),s=Math.min(i,a),c=this.slice(n,o),l=t.slice(e,r),f=0;f<s;++f)if(c[f]!
==l[f]){i=c[f],a=l[f];break}return i<a?-1:a<i?
1:0},u.prototype.includes=function(t,e,r){return-1!
==this.indexOf(t,e,r)},u.prototype.indexOf=function(t,e,r){return g(this,t,e,r,!
0)},u.prototype.lastIndexOf=function(t,e,r){return g(this,t,e,r,!
1)},u.prototype.write=function(t,e,r,n){if(void
0===e)n="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof
e)n=e,r=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string,
encoding, offset[, length]) is no longer supported");e>>>=0,isFinite(r)?
(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var o=this.length-e;if((void 0===r||
r>o)&&(r=o),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to
write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n)
{case"hex":return w(this,t,e,r);case"utf8":case"utf-8":return
S(this,t,e,r);case"ascii":case"latin1":case"binary":return
E(this,t,e,r);case"base64":return O(this,t,e,r);case"ucs2":case"ucs-
2":case"utf16le":case"utf-16le":return _(this,t,e,r);default:if(i)throw new
TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!
0}},u.prototype.toJSON=function()
{return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var
P=4096;function j(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;+
+o)n+=String.fromCharCode(127&t[o]);return n}function L(t,e,r){var
n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]);return
n}function A(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var
o="",i=e;i<r;++i)o+=q[t[i]];return o}function T(t,e,r){for(var
n=t.slice(e,r),o="",i=0;i<n.length-1;i+=2)o+=String.fromCharCode(n[i]
+256*n[i+1]);return o}function C(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset
is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer
length")}function I(t,e,r,n,o,i){if(!u.isBuffer(t))throw new TypeError('"buffer"
argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value"
argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of
range")}function R(t,e,r,n,o,i){if(r+n>t.length)throw
new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of
range")}function U(t,e,r,n,i){return e=+e,r>>>=0,i||
R(t,0,r,4),o.write(t,e,r,n,23,4),r+4}function N(t,e,r,n,i){return e=+e,r>>>=0,i||
R(t,0,r,8),o.write(t,e,r,n,52,8),r+8}u.prototype.slice=function(t,e){var
r=this.length;(t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?
(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t);var n=this.subarray(t,e);return
Object.setPrototypeOf(n,u.prototype),n},u.prototype.readUintLE=u.prototype.readUInt
LE=function(t,e,r){t>>>=0,e>>>=0,r||C(t,e,this.length);for(var n=this[t],o=1,i=0;+
+i<e&&(o*=256);)n+=this[t+i]*o;return
n},u.prototype.readUintBE=u.prototype.readUIntBE=function(t,e,r){t>>>=0,e>>>=0,r||
C(t,e,this.length);for(var n=this[t+--e],o=1;e>0&&(o*=256);)n+=this[t+--e]*o;return
n},u.prototype.readUint8=u.prototype.readUInt8=function(t,e){return t>>>=0,e||
C(t,1,this.length),this[t]},u.prototype.readUint16LE=u.prototype.readUInt16LE=funct
ion(t,e){return t>>>=0,e||C(t,2,this.length),this[t]|
this[t+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,e)
{return t>>>=0,e||C(t,2,this.length),this[t]<<8|
this[t+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,e){return
t>>>=0,e||C(t,4,this.length),(this[t]|this[t+1]<<8|
this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUint32BE=u.prototype.readUInt32B
E=function(t,e){return t>>>=0,e||C(t,4,this.length),16777216*this[t]+
(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readIntLE=function(t,e,r)
{t>>>=0,e>>>=0,r||C(t,e,this.length);for(var n=this[t],o=1,i=0;+
+i<e&&(o*=256);)n+=this[t+i]*o;return n>=(o*=128)&&(n-
=Math.pow(2,8*e)),n},u.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||
C(t,e,this.length);for(var n=e,o=1,i=this[t+--n];n>0&&(o*=256);)i+=this[t+--
n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*e)),i},u.prototype.readInt8=function(t,e)
{return t>>>=0,e||C(t,1,this.length),128&this[t]?-1*(255-this[t]
+1):this[t]},u.prototype.readInt16LE=function(t,e){t>>>=0,e||C(t,2,this.length);var
r=this[t]|this[t+1]<<8;return 32768&r?4294901760|
r:r},u.prototype.readInt16BE=function(t,e){t>>>=0,e||C(t,2,this.length);var
r=this[t+1]|this[t]<<8;return 32768&r?4294901760|
r:r},u.prototype.readInt32LE=function(t,e){return t>>>=0,e||
C(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|
this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return t>>>=0,e||
C(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|
this[t+3]},u.prototype.readFloatLE=function(t,e){return t>>>=0,e||
C(t,4,this.length),o.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e)
{return t>>>=0,e||C(t,4,this.length),o.read(this,t,!
1,23,4)},u.prototype.readDoubleLE=function(t,e){return t>>>=0,e||
C(t,8,this.length),o.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e)
{return t>>>=0,e||C(t,8,this.length),o.read(this,t,!
1,52,8)},u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,e,r,n)
{t=+t,e>>>=0,r>>>=0,n||I(this,t,e,r,Math.pow(2,8*r)-1,0);var
o=1,i=0;for(this[e]=255&t;++i<r&&(o*=256);)this[e+i]=t/o&255;return
e+r},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,e,r,n)
{t=+t,e>>>=0,r>>>=0,n||I(this,t,e,r,Math.pow(2,8*r)-1,0);var o=r-
1,i=1;for(this[e+o]=255&t;--o>=0&&(i*=256);)this[e+o]=t/i&255;return
e+r},u.prototype.writeUint8=u.prototype.writeUInt8=function(t,e,r){return
t=+t,e>>>=0,r||
I(this,t,e,1,255,0),this[e]=255&t,e+1},u.prototype.writeUint16LE=u.prototype.writeU
Int16LE=function(t,e,r){return t=+t,e>>>=0,r||
I(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeUint16BE=
u.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||
I(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeUint32LE=
u.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||
I(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e
]=255&t,e+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,e,r)
{return t=+t,e>>>=0,r||
I(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3
]=255&t,e+4},u.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var
o=Math.pow(2,8*r-1);I(this,t,e,r,o-1,-o)}var i=0,a=1,s=0;for(this[e]=255&t;+
+i<r&&(a*=256);)t<0&&0===s&&0!==this[e+i-1]&&(s=1),this[e+i]=(t/a>>0)-s&255;return
e+r},u.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var
o=Math.pow(2,8*r-1);I(this,t,e,r,o-1,-o)}var i=r-1,a=1,s=0;for(this[e+i]=255&t;--
i>=0&&(a*=256);)t<0&&0===s&&0!==this[e+i+1]&&(s=1),this[e+i]=(t/a>>0)-s&255;return
e+r},u.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||I(this,t,e,1,127,-
128),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,r)
{return t=+t,e>>>=0,r||I(this,t,e,2,32767,-
32768),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeInt16BE=function(t,e,r)
{return t=+t,e>>>=0,r||I(this,t,e,2,32767,-
32768),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeInt32LE=function(t,e,r)
{return t=+t,e>>>=0,r||I(this,t,e,4,2147483647,-
2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},u.
prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||
I(this,t,e,4,2147483647,-
2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8
,this[e+3]=255&t,e+4},u.prototype.writeFloatLE=function(t,e,r){return U(this,t,e,!
0,r)},u.prototype.writeFloatBE=function(t,e,r){return U(this,t,e,!
1,r)},u.prototype.writeDoubleLE=function(t,e,r){return N(this,t,e,!
0,r)},u.prototype.writeDoubleBE=function(t,e,r){return N(this,t,e,!
1,r)},u.prototype.copy=function(t,e,r,n){if(!u.isBuffer(t))throw new
TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||
(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<r&&(n=r),n===r)return
0;if(0===t.length||0===this.length)return 0;if(e<0)throw new
RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new
RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of
bounds");n>this.length&&(n=this.length),t.length-e<n-r&&(n=t.length-e+r);var o=n-
r;return this===t&&"function"==typeof Uint8Array.prototype.copyWithin?
this.copyWithin(e,r,n):Uint8Array.prototype.set.call(t,this.subarray(r,n),e),o},u.p
rototype.fill=function(t,e,r,n){if("string"==typeof t){if("string"==typeof e?
(n=e,e=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!
==n&&"string"!=typeof n)throw new TypeError("encoding must be a
string");if("string"==typeof n&&!u.isEncoding(n))throw new TypeError("Unknown
encoding: "+n);if(1===t.length){var o=t.charCodeAt(0);
("utf8"===n&&o<128||"latin1"===n)&&(t=o)}}else"number"==typeof t?
t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||
this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;var
i;if(e>>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(i=e;i<r;
++i)this[i]=t;else{var a=u.isBuffer(t)?t:u.from(t,n),s=a.length;if(0===s)throw new
TypeError('The value "'+t+'" is invalid for argument "value"');for(i=0;i<r-e;+
+i)this[i+e]=a[i%s]}return this};var B=/[^+/0-9A-Za-z-_]/g;function D(t,e){var
r;e=e||1/0;for(var n=t.length,o=null,i=[],a=0;a<n;++a)
{if((r=t.charCodeAt(a))>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-
1&&i.push(239,191,189);continue}if(a+1===n){(e-=3)>-
1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-
1&&i.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(e-=3)>-
1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048)
{if((e-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((e-
=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new
Error("Invalid code point");if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|
128,r>>6&63|128,63&r|128)}}return i}function W(t){return n.toByteArray(function(t)
{if((t=(t=t.split("=")[0]).trim().replace(B,"")).length<2)return"";for(;t.length%4!
=0;)t+="=";return t}(t))}function M(t,e,r,n){for(var o=0;o<n&&!(o+r>=e.length||
o>=t.length);++o)e[o+r]=t[o];return o}function $(t,e){return t instanceof e||null!
=t&&null!=t.constructor&&null!
=t.constructor.name&&t.constructor.name===e.name}function V(t){return t!=t}var
q=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var
n=16*r,o=0;o<16;++o)e[n+o]=t[r]+t[o];return e}()},80645:
(t,e)=>{e.read=function(t,e,r,n,o){var i,a,s=8*o-n-1,u=(1<<s)-1,c=u>>1,l=-7,f=r?o-
1:0,p=r?-1:1,h=t[e+f];for(f+=p,i=h&(1<<-l)-1,h>>=-l,l+=s;l>0;i=256*i+t[e+f],f+=p,l-
=8);for(a=i&(1<<-l)-1,i>>=-l,l+=n;l>0;a=256*a+t[e+f],f+=p,l-=8);if(0===i)i=1-
c;else{if(i===u)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,n),i-=c}return(h?-
1:1)*a*Math.pow(2,i-n)},e.write=function(t,e,r,n,o,i){var a,s,u,c=8*i-o-1,l=(1<<c)-
1,f=l>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:i-1,d=n?1:-1,y=e<0||
0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=l):
(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),(e+=a+f>=1?
p/u:p*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=l?(s=0,a=l):a+f>=1?(s=(e*u-
1)*Math.pow(2,o),a+=f):(s=e*Math.pow(2,f-
1)*Math.pow(2,o),a=0));o>=8;t[r+h]=255&s,h+=d,s/=256,o-=8);for(a=a<<o|
s,c+=o;c>0;t[r+h]=255&a,h+=d,a/=256,c-=8);t[r+h-d]|=128*y}},49208:(t,e,r)=>{"use
strict";r.d(e,{Z:()=>n});const
n={stgWacInternalUrl:"https://wac.stg.internal.atlassian.com"}},63170:
(t,e,r)=>{"use strict";function n(t){return n="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},n(t)}function o(t,e){for(var
r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!
0,"value"in o&&(o.writable=!0),Object.defineProperty(t,(void 0,i=function(t,e)
{if("object"!==n(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var o=r.call(t,"string");if("object"!==n(o))return o;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(o.key),"symbol"===n(i)?i:String(i)),o)}var i}r.d(e,{Z:()=>s});var
i="staging",a="production",s=function(){function t(){!function(t,e){if(!(t
instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var
e,r;return e=t,r=[{key:"getEnvironment",value:function(){var
t=a,e=window.location.hostname.split(".")
[0];if(window.location.search.includes("forceProdTesting=true"))return a;switch(e)
{case"wac":case"qa-
wac":case"author":case"proof":default:t=i;break;case"localhost":case"local":t="dev"
;break;case"truth":case"www":case"atlassian":case"bitbucket":case"sourcetreeapp":ca
se"agile":case"git":case"software":return a}return t}},
{key:"production",value:function(){return a}},{key:"staging",value:function()
{return i}},{key:"dev",value:function()
{return"dev"}}],null&&o(e.prototype,null),r&&o(e,r),Object.defineProperty(e,"protot
ype",{writable:!1}),t}()},58719:(t,e,r)=>{"use strict";r.d(e,{B:()=>h,i:
()=>n.Z});var n=r(31392);function o(t){return o="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},o(t)}function i(){i=function(){return t};var
t={},e=Object.prototype,r=e.hasOwnProperty,n=Object.defineProperty||function(t,e,r)
{t[e]=r.value},a="function"==typeof Symbol?Symbol:
{},s=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",c=a.toStringTag|
|"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t)
{l=function(t,e,r){return t[e]=r}}function f(t,e,r,o){var i=e&&e.prototype
instanceof d?e:d,a=Object.create(i.prototype),s=new P(o||[]);return n(a,"_invoke",
{value:O(t,r,s)}),a}function p(t,e,r)
{try{return{type:"normal",arg:t.call(e,r)}}catch(t)
{return{type:"throw",arg:t}}}t.wrap=f;var h={};function d(){}function y(){}function
v(){}var m={};l(m,s,(function(){return this}));var
g=Object.getPrototypeOf,b=g&&g(g(j([])));b&&b!==e&&r.call(b,s)&&(m=b);var
w=v.prototype=d.prototype=Object.create(m);function S(t)
{["next","throw","return"].forEach((function(e){l(t,e,(function(t){return
this._invoke(e,t)}))}))}function E(t,e){function i(n,a,s,u){var
c=p(t[n],t,a);if("throw"!==c.type){var l=c.arg,f=l.value;return
f&&"object"==o(f)&&r.call(f,"__await")?e.resolve(f.__await).then((function(t)
{i("next",t,s,u)}),(function(t){i("throw",t,s,u)})):e.resolve(f).then((function(t)
{l.value=t,s(l)}),(function(t){return i("throw",t,s,u)}))}u(c.arg)}var
a;n(this,"_invoke",{value:function(t,r){function n(){return new e((function(e,n)
{i(t,r,e,n)}))}return a=a?a.then(n,n):n()}})}function O(t,e,r){var
n="suspendedStart";return function(o,i){if("executing"===n)throw new
Error("Generator is already running");if("completed"===n){if("throw"===o)throw
i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var
s=_(a,r);if(s){if(s===h)continue;return
s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method)
{if("suspendedStart"===n)throw
n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("r
eturn",r.arg);n="executing";var u=p(t,e,r);if("normal"===u.type)
{if(n=r.done?"completed":"suspendedYield",u.arg===h)continue;return{value:u.arg,don
e:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}function
_(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return
e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void
0,_(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new
TypeError("The iterator does not provide a '"+r+"' method")),h;var
o=p(n,t.iterator,e.arg);if("throw"===o.type)return
e.method="throw",e.arg=o.arg,e.delegate=null,h;var i=o.arg;return i?i.done?
(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!
==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):i:
(e.method="throw",e.arg=new TypeError("iterator result is not an
object"),e.delegate=null,h)}function x(t){var e={tryLoc:t[0]};1 in
t&&(e.catchLoc=t[1]),2 in
t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function k(t){var
e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t)
{this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function j(t)
{if(t){var e=t[s];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!
isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return
e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return
o.next=o}}return{next:L}}function L(){return{value:void 0,done:!0}}return
y.prototype=v,n(w,"constructor",{value:v,configurable:!0}),n(v,"constructor",
{value:y,configurable:!
0}),y.displayName=l(v,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var
e="function"==typeof t&&t.constructor;return!!
e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t)
{return Object.setPrototypeOf?Object.setPrototypeOf(t,v):
(t.__proto__=v,l(t,c,"GeneratorFunction")),t.prototype=Object.create(w),t},t.awrap=
function(t){return{__await:t}},S(E.prototype),l(E.prototype,u,(function(){return
this})),t.AsyncIterator=E,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var
a=new E(f(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t)
{return t.done?t.value:a.next()}))},S(w),l(w,c,"Generator"),l(w,s,(function()
{return this})),l(w,"toString",(function(){return"[object
Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in
e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in
e)return t.value=n,t.done=!1,t}return t.done=!
0,t}},t.values=j,P.prototype={constructor:P,reset:function(t)
{if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!
1,this.delegate=null,this.method="next",this.arg=void
0,this.tryEntries.forEach(k),!t)for(var e in
this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void
0)},stop:function(){this.done=!0;var
t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return
this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function
n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!
n}for(var o=this.tryEntries.length-1;o>=0;--o){var
i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return
n("end");if(i.tryLoc<=this.prev){var
s=r.call(i,"catchLoc"),u=r.call(i,"finallyLoc");if(s&&u)
{if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return
n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!
0)}else{if(!u)throw new Error("try statement without catch or
finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e)
{for(var n=this.tryEntries.length-1;n>=0;--n){var
o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.fi
nallyLoc){var
i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null)
;var a=i?i.completion:{};return a.type=t,a.arg=e,i?
(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t
,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?
this.next=t.arg:"return"===t.type?
(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&
e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e)
{var r=this.tryEntries[e];if(r.finallyLoc===t)return
this.complete(r.completion,r.afterLoc),k(r),h}},catch:function(t){for(var
e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var
n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new
Error("illegal catch attempt")},delegateYield:function(t,e,r){return
this.delegate={iterator:j(t),resultName:e,nextLoc:r},"next"===this.method&&(this.ar
g=void 0),h}},t}function a(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(t)
{return void r(t)}s.done?e(u):Promise.resolve(u).then(n,o)}function s(t){return
function(){var e=this,r=arguments;return new Promise((function(n,o){var
i=t.apply(e,r);function s(t){a(i,n,o,s,u,"next",t)}function u(t)
{a(i,n,o,s,u,"throw",t)}s(void 0)}))}}function u(t,e){for(var r=0;r<e.length;r++)
{var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in
n&&(n.writable=!0),Object.defineProperty(t,(void 0,i=function(t,e){if("object"!
==o(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var
n=r.call(t,"string");if("object"!==o(n))return n;throw new TypeError("@@toPrimitive
must return a primitive value.")}return String(t)}(n.key),"symbol"===o(i)?
i:String(i)),n)}var i}function c(t,e){return c=Object.setPrototypeOf?
Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},c(t,e)}function
l(t,e){if(e&&("object"===o(e)||"function"==typeof e))return e;if(void 0!==e)throw
new TypeError("Derived constructors may only return object or undefined");return
f(t)}function f(t){if(void 0===t)throw new ReferenceError("this hasn't been
initialised - super() hasn't been called");return t}function p(t){return
p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return
t.__proto__||Object.getPrototypeOf(t)},p(t)}const h=function(t){!function(t,e)
{if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must
either be null or a function");t.prototype=Object.create(e&&e.prototype,
{constructor:{value:t,writable:!0,configurable:!
0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&c(t,e)}(y,t);var
e,r,n,o,a,h,d=(a=y,h=function(){if("undefined"==typeof Reflect||!
Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof
Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,
[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,e=p(a);if(h){var
r=p(this).constructor;t=Reflect.construct(e,arguments,r)}else
t=e.apply(this,arguments);return l(this,t)});function y(t,e){var r,n;!function(t,e)
{if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}
(this,y),(n=d.call(this)).params=t;var
o=!!(e instanceof jQuery||e&&e.jquery);return n.form=o?
e[0]:e,n.submitButtonWrapper=null===(r=n.form.querySelector('[type="submit"]'))||
void 0===r?void 0:r.parentNode,n.configPromise=n.init(),l(n,f(n))}return
e=y,r=[{key:"init",value:(o=s(i().mark((function t(){var e,r,n,o,a;return
i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return
e=this.params,r=e.needsConsent,n=e.isAllowSetCustomLocale,o=e.selectedLocale,a=e.fo
rceShowConsentMessaging,t.prev=1,t.next=4,this.requestConfig();case
4:r&&(n&&o&&(this.config.locale=o),this.insertConsent(a)),t.next=10;break;case
7:t.prev=7,t.t0=t.catch(1),r&&(this.config={locale:"",localeRequiresMarketingCommun
icationOptIn:!0},this.insertConsent());case 10:return t.abrupt("return",this);case
11:case"end":return t.stop()}}),t,this,[[1,7]])}))),function(){return
o.apply(this,arguments)})},{key:"buildConsentMarkup",value:function(t){var
e=this.params,r=e.gdprId,n=e.consentLabelEUCAN,o=e.consentLabel,i=e.privacyPolicy,a
=document.createElement("div");return a.className="gdpr-checkbox".concat(t?" gdpr-
checkbox--optin":""),a.innerHTML='\n <div class="gdpr-privacy-
policy">'.concat(i,'</div>\n <input type="checkbox" id="').concat(r,'"
name="').concat(r,'"').concat(t?"":" checked"," />\n <label>").concat(n&&t?n:t?
o:"","</label>"),a}},{key:"insertConsent",value:function(){var
t=arguments.length>0&&void 0!
==arguments[0]&&arguments[0],e=this.buildConsentMarkup(!(!t&&!
this.config.localeRequiresMarketingCommunicationOptIn));this.submitButtonWrapper&&t
his.submitButtonWrapper.parentNode?
this.submitButtonWrapper.parentNode.insertBefore(e,this.submitButtonWrapper):this.f
orm.appendChild(e)}},{key:"getConsentCheckboxValue",value:function(){var
t=this.form.querySelector("#".concat(this.params.gdprId));return!t||t.checked}},
{key:"submitForm",value:(n=s(i().mark((function t(e,r){var n,o,a,s,u;return
i().wrap((function(t){for(;;)switch(t.prev=t.next){case
0:if(t.prev=0,this.params.formId){t.next=3;break}throw"formId cannot be undefined
or null";case 3:return
u=(null===(n=this.form.querySelector('input[type="email"]'))||void 0===n?void
0:n.value)||"",t.next=6,this.updatePreferences({paramsLocale:this.params.paramsLoca
le,formId:this.params.formId,site:this.params.site,source:this.params.source,email:
u,formUrl:window.location.href,consentLabelText:null===(o=this.params.consentLabel)
||void 0===o?void
0:o.replace(/"/g,'\\"'),privacyPolicyText:null===(a=this.params.privacyPolicy)||
void 0===a?void
0:a.replace(/"/g,'\\"'),consentCheckboxValue:this.getConsentCheckboxValue(),ndaText
:null===(s=document.getElementById("nda-text"))||void 0===s?void
0:s.innerText.replace(/"/g,'\\"')});case 6:e(),t.next=13;break;case
9:t.prev=9,t.t0=t.catch(0),console.error(t.t0),r(t.t0);case 13:case"end":return
t.stop()}}),t,this,[[0,9]])}))),function(t,e){return
n.apply(this,arguments)})}],r&&u(e.prototype,r),Object.defineProperty(e,"prototype"
,{writable:!1}),y}(n.Z)},61746:(t,e,r)=>{"use strict";r.d(e,{L9:()=>s,Wh:()=>c,yy:
()=>u}),r(9669);var n=r(71371),o=r(13819),i=[],a=function()
{Promise.all(i.map((function(t){return t()})))},s=function t(e,r){try{"undefined"!
=typeof ace?ace.analytics.Tracking.trackEvent(e,r):(i.push((function(){return new
Promise((function(n){t(e,r),n(null)}))})),window.segmentPageReady=a)}catch(t){!
function(){try{n.uT("Analytics wrapper errored",o.z.Error)}catch(t){}}
()}},u=function(t){void 0!
==window.optimizely&&window.optimizely.push({type:"event",eventName:t})},c=function
(t){var e={};return
Object.keys(t).map((function(r){e[r]=t[r]&&t[r].replace(/\s+/g,"-").toLowerCase()})
),e}},31392:(t,e,r)=>{"use strict";r.d(e,{Z:()=>S});var
n=r(49208),o=r(9669),i=r.n(o),a=r(63170);function s(t){return s="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},s(t)}function u(){u=function(){return t};var
t={},e=Object.prototype,r=e.hasOwnProperty,n=Object.defineProperty||function(t,e,r)
{t[e]=r.value},o="function"==typeof Symbol?Symbol:
{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag|
|"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t)
{l=function(t,e,r){return t[e]=r}}function f(t,e,r,o){var i=e&&e.prototype
instanceof d?e:d,a=Object.create(i.prototype),s=new P(o||[]);return n(a,"_invoke",
{value:O(t,r,s)}),a}function p(t,e,r)
{try{return{type:"normal",arg:t.call(e,r)}}catch(t)
{return{type:"throw",arg:t}}}t.wrap=f;var h={};function d(){}function y(){}function
v(){}var m={};l(m,i,(function(){return this}));var
g=Object.getPrototypeOf,b=g&&g(g(j([])));b&&b!==e&&r.call(b,i)&&(m=b);var
w=v.prototype=d.prototype=Object.create(m);function S(t)
{["next","throw","return"].forEach((function(e){l(t,e,(function(t){return
this._invoke(e,t)}))}))}function E(t,e){function o(n,i,a,u){var
c=p(t[n],t,i);if("throw"!==c.type){var l=c.arg,f=l.value;return
f&&"object"==s(f)&&r.call(f,"__await")?e.resolve(f.__await).then((function(t)
{o("next",t,a,u)}),(function(t){o("throw",t,a,u)})):e.resolve(f).then((function(t)
{l.value=t,a(l)}),(function(t){return o("throw",t,a,u)}))}u(c.arg)}var
i;n(this,"_invoke",{value:function(t,r){function n(){return new e((function(e,n)
{o(t,r,e,n)}))}return i=i?i.then(n,n):n()}})}function O(t,e,r){var
n="suspendedStart";return function(o,i){if("executing"===n)throw new
Error("Generator is already running");if("completed"===n){if("throw"===o)throw
i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var
s=_(a,r);if(s){if(s===h)continue;return
s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method)
{if("suspendedStart"===n)throw
n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("r
eturn",r.arg);n="executing";var u=p(t,e,r);if("normal"===u.type)
{if(n=r.done?"completed":"suspendedYield",u.arg===h)continue;return{value:u.arg,don
e:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}function
_(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return
e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void
0,_(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new
TypeError("The iterator does not provide a '"+r+"' method")),h;var
o=p(n,t.iterator,e.arg);if("throw"===o.type)return
e.method="throw",e.arg=o.arg,e.delegate=null,h;var i=o.arg;return i?i.done?
(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!
==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):i:
(e.method="throw",e.arg=new TypeError("iterator result is not an
object"),e.delegate=null,h)}function x(t){var e={tryLoc:t[0]};1 in
t&&(e.catchLoc=t[1]),2 in
t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function k(t){var
e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t)
{this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function j(t)
{if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!
isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return
e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return
o.next=o}}return{next:L}}function L(){return{value:void 0,done:!0}}return
y.prototype=v,n(w,"constructor",{value:v,configurable:!0}),n(v,"constructor",
{value:y,configurable:!
0}),y.displayName=l(v,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var
e="function"==typeof t&&t.constructor;return!!
e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t)
{return Object.setPrototypeOf?Object.setPrototypeOf(t,v):
(t.__proto__=v,l(t,c,"GeneratorFunction")),t.prototype=Object.create(w),t},t.awrap=
function(t){return{__await:t}},S(E.prototype),l(E.prototype,a,(function(){return
this})),t.AsyncIterator=E,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var
a=new E(f(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t)
{return t.done?t.value:a.next()}))},S(w),l(w,c,"Generator"),l(w,i,(function()
{return this})),l(w,"toString",(function(){return"[object
Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in
e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in
e)return t.value=n,t.done=!1,t}return t.done=!
0,t}},t.values=j,P.prototype={constructor:P,reset:function(t)
{if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!
1,this.delegate=null,this.method="next",this.arg=void
0,this.tryEntries.forEach(k),!t)for(var e in
this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void
0)},stop:function(){this.done=!0;var
t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return
this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function
n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!
n}for(var o=this.tryEntries.length-1;o>=0;--o){var
i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return
n("end");if(i.tryLoc<=this.prev){var
s=r.call(i,"catchLoc"),u=r.call(i,"finallyLoc");if(s&&u)
{if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return
n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!
0)}else{if(!u)throw new Error("try statement without catch or
finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e)
{for(var n=this.tryEntries.length-1;n>=0;--n){var
o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.fi
nallyLoc){var
i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null)
;var a=i?i.completion:{};return a.type=t,a.arg=e,i?
(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t
,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?
this.next=t.arg:"return"===t.type?
(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&
e&&(this.next=e),h},finish:function(t){for(var
e=this.tryEntries.length-1;e>=0;--e){var
r=this.tryEntries[e];if(r.finallyLoc===t)return
this.complete(r.completion,r.afterLoc),k(r),h}},catch:function(t){for(var
e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var
n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new
Error("illegal catch attempt")},delegateYield:function(t,e,r){return
this.delegate={iterator:j(t),resultName:e,nextLoc:r},"next"===this.method&&(this.ar
g=void 0),h}},t}function c(t,e){var
r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function l(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?
arguments[e]:{};e%2?c(Object(r),!0).forEach((function(e)
{f(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return
t}function f(t,e,r){return(e=y(e))in t?Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function
p(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(t){return void r(t)}s.done?
e(u):Promise.resolve(u).then(n,o)}function h(t){return function(){var
e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function
a(t){p(i,n,o,a,s,"next",t)}function s(t){p(i,n,o,a,s,"throw",t)}a(void
0)}))}}function d(t,e){for(var r=0;r<e.length;r++){var
n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,y(n.key),n)}}function y(t){var e=function(t,e)
{if("object"!==s(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==s(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(t);return"symbol"===s(e)?e:String(e)}var
v=a.Z.dev(),m=a.Z.staging(),g=a.Z.production(),b={};b[g]="https://
www.atlassian.com/endpoint",b[m]="".concat(window.location.hostname.indexOf("qa-
wac")>-1?"https://qa-wac.internal.atlassian.com":n.Z.stgWacInternalUrl,"/
endpoint"),b[v]=b[m];var w=["email","site","locale","formUrl"];const S=function()
{function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call
a class as a function")}
(this,t),this.config={},this.bxpExpressEndpoint=b[a.Z.getEnvironment()]}var
e,r,n,o;return e=t,r=[{key:"updatePreferences",value:(o=h(u().mark((function t(e)
{var r,n,o,a;return u().wrap((function(t){for(;;)switch(t.prev=t.next){case
0:if(r=e.paramsLocale?e.paramsLocale:"UNKNOWN",n=l({locale:this.config.locale||
r},e),w.every((function(t){return n.hasOwnProperty(t)})))
{t.next=4;break}throw"Invalid parameters. Required:
{".concat(w.toString(),"}");case 4:return
o="".concat(this.bxpExpressEndpoint,"/preferencesV2/update"),t.next=7,i().post(o,n,
{headers:{"Content-Type":"application/json"}});case 7:return
a=t.sent,t.abrupt("return",a.status);case 9:case"end":return
t.stop()}}),t,this)}))),function(t){return o.apply(this,arguments)})},
{key:"requestConfig",value:(n=h(u().mark((function t(){return u().wrap((function(t)
{for(;;)switch(t.prev=t.next){case 0:return
t.next=2,i().post("".concat(this.bxpExpressEndpoint,"/preferencesV2/consent-
config"));case 2:return t.abrupt("return",this.config=t.sent.data);case
3:case"end":return t.stop()}}),t,this)}))),function(){return
n.apply(this,arguments)})}],r&&d(e.prototype,r),Object.defineProperty(e,"prototype"
,{writable:!1}),t}()},68332:(t,e,r)=>{"use strict";r.d(e,{Z:()=>u});var
n=r(49208);function o(t){return o="function"==typeof Symbol&&"symbol"==typeof
Symbol.iterator?function(t){return typeof t}:function(t){return
t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},o(t)}function i(t,e){for(var
r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!
0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(void 0,i=function(t,e)
{if("object"!==o(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==o(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(n.key),"symbol"===o(i)?i:String(i)),n)}var i}var
a="staging",s="production",u=function(){function t(){!function(t,e){if(!(t
instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var
e,r;return e=t,r=[{key:"getWindowLocation",value:function(){return
window.location}},{key:"getSubdomain",value:function(){var
t=this.getWindowLocation().hostname.split(".");return"dev"===t[1]?"localhost":t[0]}
},{key:"getSubdirectory",value:function(){var
t=this.getWindowLocation().pathname.split("/");return"wac"===t[1]?t.length>1?
t[2]:"":t[1]}},{key:"isStagingPublicEnvironment",value:function(){return
this.getWindowLocation().hostname.indexOf("wac.stg.internal.atlassian")>-1||
this.getWindowLocation().hostname.indexOf("qa-wac.atlassian")>-1}},
{key:"getEnvironment",value:function()
{if(window.location.search.includes("forceProdTesting=true"))return
s;switch(this.getSubdomain()){case"wac":case"qa-
wac":case"author":case"proof":default:return
a;case"localhost":case"local":return"dev";case"truth":case"www":case"atlassian":cas
e"bitbucket":case"sourcetreeapp":case"agile":case"git":case"software":return s}}},
{key:"getInternationalSubdomain",value:function(){var t=this.getSubdomain();return-
1!
==["cn","cs","de","es","fr","it","ko","hu","nl","ja","pl","br","ro","fi","ru"].inde
xOf(t)&&t}},{key:"getInternationalSubdirectory",value:function(){var
t=this.getSubdirectory();return-1!
==["zh","cs","de","es","fr","it","ko","hu","nl","ja","pl","br","ro","fi","ru"].inde
xOf(t)&&t}},{key:"isInternationalSubdomain",value:function(){return!!
this.getInternationalSubdomain()}},{key:"production",value:function(){return s}},
{key:"staging",value:function(){return a}},{key:"dev",value:function()
{return"dev"}},{key:"author",value:function(){return"author"}},
{key:"isProduction",value:function(){return
this.getEnvironment()===this.production()}},{key:"isStaging",value:function()
{return this.getEnvironment()===this.staging()}},{key:"isDev",value:function()
{return this.getEnvironment()===this.dev()}},{key:"isAuthor",value:function()
{return this.getSubdomain()===this.author()}},
{key:"getIdentityBaseUrl",value:function(){return this.isStaging()||
this.isDev()?"https://id.stg.internal.atlassian.com":"https://id.atlassian.com"}},
{key:"getLoginUrl",value:function(t){var e=this.getWindowLocation().href;return
t?"".concat(this.getIdentityBaseUrl(),"/login?
continue=").concat(e):"".concat(this.getIdentityBaseUrl(),"/login?
continue=").concat(encodeURIComponent(e))}},{key:"getLogoutUrl",value:function()
{var t=this.getWindowLocation().href;return"".concat(this.getIdentityBaseUrl(),"/
logout?continue=").concat(encodeURIComponent(t))}},
{key:"getSwitchAccountURL",value:function(t){var e=t||
this.getWindowLocation().href;return"".concat(this.getIdentityBaseUrl(),"/login/
select-account?continue=").concat(encodeURIComponent(e))}},
{key:"getManageProfileUrl",value:function(t){var
e=encodeURIComponent("wac"),r=encodeURIComponent("".concat(this.getIdentityBaseUrl(
),"/manage-
profile")),n=encodeURIComponent(t);return"".concat(this.getIdentityBaseUrl(),"/
login?application=").concat(e,"&continue=").concat(r,"&login_hint=").concat(n)}},
{key:"getMacUrl",value:function(){return
this.isStaging()||this.isDev()?"https://my.stg.internal.atlassian.com":"https://
my.atlassian.com"}},{key:"getStartUrl",value:function(){return this.isStaging()||
this.isDev()?"https://start.stg.atlassian.com":"https://start.atlassian.com"}},
{key:"getAPIPrivateURL",value:function(){return this.isStaging()||
this.isDev()?"https://wac.stg.internal.atlassian.com/gateway/api":"https://
www.atlassian.com/gateway/api"}},{key:"getWacIntegrationUrl",value:function()
{if(this.isStaging()||this.isDev()){var t=window.location.hostname.indexOf("qa-
wac")>-1||window.location.hostname.indexOf("author")>-
1;return"".concat(t?"https://qa-
wac.internal.atlassian.com":n.Z.stgWacInternalUrl)}return"https://
www.atlassian.com"}},{key:"getBBIntegrationUrl",value:function(){return
this.isStaging()||this.isDev()?"https://integration.bb-inf.net":"https://
bitbucket.org"}}],null&&i(e.prototype,null),r&&i(e,r),Object.defineProperty(e,"prot
otype",{writable:!1}),t}()},94117:(t,e,r)=>{"use strict";r.d(e,{$1:()=>i,d_:
()=>n,n4:()=>o,w2:()=>a});var n=function(){return void 0!
==window.optimizely&&"function"==typeof window.optimizely.get?
window.optimizely.get("visitor_id").randomId:""},o=function(){if(void 0!
==window.optimizely&&"function"==typeof window.optimizely.get){var
t=optimizely.get("state").getVariationMap(),e={};for(var r in t)e[r]=t[r].id;return
JSON.stringify(e)}return""},i=function(){if(void 0!
==window.optimizely&&"function"==typeof window.optimizely.get){var
t=optimizely.get("visitor").custom,e={};for(var r in t){var
n=decodeURIComponent(t[r].value);n=n.replace(/^"(.*)"$/,"$1"),e[t[r].id]=n}return
JSON.stringify(e)}return""},a=function(){if(void 0!
==window.optimizely&&"function"==typeof window.optimizely.get){var
t=optimizely.get("state").getVariationMap();return Object.keys(t).map((function(e)
{return{experimentId:e,cohortId:t[e].id}}))}return[]}},804:(t,e,r)=>{"use
strict";r.d(e,{Z:()=>l});var n=r(56346),o=["value"];function i(t){return
i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return
typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},i(t)}function a(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function s(t,e,r){return(e=c(e))in t?Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function
u(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!
1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,c(n.key),n)}}function c(t){var e=function(t,e)
{if("object"!==i(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==i(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(t);return"symbol"===i(e)?e:String(e)}const l=new(function(){function t(){!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t)}var e,r;return
e=t,r=[{key:"processAttributes",value:function(t){if(!t)return{};var
e=t.value,r=function(t,e){if(null==t)return{};var r,n,o=function(t,e)
{if(null==t)return{};var r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n+
+)r=i[n],e.indexOf(r)>=0||(o[r]=t[r]);return o}
(t,e);if(Object.getOwnPropertySymbols){var
i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||
Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}(t,o);return
e&&(e=e.replace(/\r?\n|\r/g,"")),function(t){for(var e=1;e<arguments.length;e++)
{var r=null!=arguments[e]?arguments[e]:{};e%2?a(Object(r),!0).forEach((function(e)
{s(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}
({value:e},r)}},{key:"trackAll",value:function(t,e,r){var
o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=arguments.length>4?
arguments[4]:void 0,a=arguments.length>5?arguments[5]:void
0,s=this.processAttributes(o);n.trackAllPlatforms.forEach((function(n)
{n.track({category:t,action:e,label:r,attributes:s,optimizelyValue:i,isNonInteracti
on:a})}))}}],r&&u(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!
1}),t}())},56346:(t,e,r)=>{"use strict";r.r(e),r.d(e,{GASv2:()=>l,GASv3:
()=>h,GoogleAnalytics:()=>v,Optimizely:()=>b,Segment:()=>j,trackAllPlatforms:
()=>L});var n=r(9669),o=r.n(n),i=r(68332).Z.isDev(),a=r(94117);const
s="https://mgas.prod.public.atl-paas.net/v1/event";function u(t){return
u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return
typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},u(t)}function c(t,e){for(var r=0;r<e.length;r++){var
n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,(void 0,o=function(t,e){if("object"!==u(t)||
null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var
n=r.call(t,"string");if("object"!==u(n))return n;throw new TypeError("@@toPrimitive
must return a primitive value.")}return String(t)}(n.key),"symbol"===u(o)?
o:String(o)),n)}var o}const l=new(function(){function t(){!function(t,e){if(!(t
instanceof e))throw new TypeError("Cannot call a class as a function")}
(this,t),this.hasShownWarning=!1}var e,r;return e=t,
(r=[{key:"track",value:function(t){return this.hasShownWarning||
(this.hasShownWarning=!0,"GASv2 is deprecated! Please migrate to GASv3 when
possible.",i&&console.warn("GASv2 is deprecated! Please migrate to GASv3 when
possible.")),t.properties.optimizelyCohorts=(0,a.n4)
(),t.properties.optimizelySegments=(0,a.$1)
(),t.properties.optimizelyEndUserId=(0,a.d_)(),o().post(s,t,{headers:{"content-
type":"application/json"},withCredentials:!0}).then((function(t){return
t})).catch((function(t){return
Promise.reject(t)}))}}])&&c(e.prototype,r),Object.defineProperty(e,"prototype",
{writable:!1}),t}());function f(t){return f="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},f(t)}function p(t,e){for(var
r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!
0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(void 0,o=function(t,e)
{if("object"!==f(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==f(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(n.key),"symbol"===f(o)?o:String(o)),n)}var o}const h=new(function(){function t(){!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t)}var e,r;return e=t,(r=[{key:"track",value:function(){return
Promise.reject("Not yet
implemented.")}}])&&p(e.prototype,r),Object.defineProperty(e,"prototype",
{writable:!1}),t}());function d(t){return d="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},d(t)}function y(t,e){for(var
r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!
0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(void 0,o=function(t,e)
{if("object"!==d(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==d(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(n.key),"symbol"===d(o)?o:String(o)),n)}var o}const v=new(function(){function t(){!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t)}var e,r;return e=t,(r=[{key:"track",value:function(t){var
e=t.action,r=t.attributes,n=t.category,o=t.label,i=t.isNonInteraction,a=(r||
{}).value;"undefined"!=typeof ga&&ga("send","event",n,e,o,a,
{nonInteraction:i})}}])&&y(e.prototype,r),Object.defineProperty(e,"prototype",
{writable:!1}),t}());function m(t){return m="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},m(t)}function g(t,e){for(var
r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!
0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(void 0,o=function(t,e)
{if("object"!==m(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==m(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(n.key),"symbol"===m(o)?o:String(o)),n)}var o}const b=new(function(){function t(){!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t)}var e,r;return e=t,(r=[{key:"inferName",value:function(t){var
e=function(t){return
t.toLowerCase().replace(/\s/g,"-")};return"".concat(e(t.category),".").concat(e(t.a
ction),".").concat(e(t.label))}},{key:"track",value:function(t){var
e=t.optimizelyValue,r=this.inferName(t);void 0!
==window.optimizely&&window.optimizely.push({type:"event",eventName:e||
r})}}])&&g(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}
());var w=r(16722),S=r(41412),E=["value"];function O(t){return O="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},O(t)}function _(t,e){var
r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function x(t,e,r){return(e=P(e))in t?Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function k(t,e)
{for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!
1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,P(n.key),n)}}function P(t){var e=function(t,e)
{if("object"!==O(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==O(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(t);return"symbol"===O(e)?e:String(e)}const j=new(function(){function t(){!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t)}var e,r;return e=t,r=[{key:"track",value:function(t){var
e=t.action,r=t.attributes,n=t.category,o=t.label,i=r||{},s=i.value,u=function(t,e)
{if(null==t)return{};var r,n,o=function(t,e){if(null==t)return{};var
r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||
(o[r]=t[r]);return o}(t,e);if(Object.getOwnPropertySymbols){var
i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||
Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}
(i,E),c=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?
arguments[e]:{};e%2?_(Object(r),!0).forEach((function(e)
{x(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):_(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}
({category:n,label:o,value:s,eventAction:e,urlParams:S.Z.getUrlParams()||
{},optimizelyCohorts:(0,a.n4)(),optimizelySegments:(0,a.$1)(),optimizelyEndUserId:
(0,a.d_)
()},u);w.Z.trackEvent(e,c)}}],r&&k(e.prototype,r),Object.defineProperty(e,"prototyp
e",{writable:!1}),t}());var L=[b,v,j]},7242:(t,e,r)=>{"use strict";r.r(e),r.d(e,
{default:()=>h});var n=r(65311),o=r(26354),i=r(36311),a=r(27706);function s(t)
{return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t)
{return typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},s(t)}function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function c(t){for(var e=1;e<arguments.length;e++){var
r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e)
{f(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return
t}function l(t,e){for(var r=0;r<e.length;r++){var
n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,p(n.key),n)}}function f(t,e,r){return(e=p(e))in t?
Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!
0}):t[e]=r,t}function p(t){var e=function(t,e){if("object"!==s(t)||null===t)return
t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,"string");if("object"!
==s(n))return n;throw new TypeError("@@toPrimitive must return a primitive
value.")}return String(t)}(t);return"symbol"===s(e)?e:String(e)}var h=function()
{function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call
a class as a function")}(this,t),f(this,"aboveClass","above"),f(this,"params",
{modalType:"dialog",centerVertically:!0,modalContainer:document.body,fixed:!
0,id:a.Z.randomString(8),contentClickToHide:!
0,onHide:null}),this.params=c(c({},this.params),e),this.$overlay=this.build(),this.
$overlayContainer=this.params.fixed?n(window):this.$overlay.parent(),this.
$modal=n(".modal",this.$overlay).addClass(this.params.modalType),this.
$modalHeader=n(".modal-header",this.$modal),this.$modalContent=n(".modal-
content",this.$modal),this.$closeLink=n(".close",this.$modal)}var e,r;return e=t,
(r=[{key:"init",value:function(){}},{key:"centerModal",value:function(){var
t,e=this;null===(t=this.$modal)||void 0===t||t.css({margin:"0 auto",top:function()
{return Math.max((e.$overlayContainer.outerHeight()-n(this).outerHeight())/
2,0)}})}},{key:"bindModalEvents",value:function(){(0,o.Z)
(n(window),"resize."+this.params.id,n.proxy((function(){this.place()}),this)),
(0,o.Z)(n(window),"scroll."+this.params.id,n.proxy((function()
{this.place()}),this)),n(document).on("keyup."+this.params.id,n.proxy((function(t)
{27===t.which&&this.hide()}),this)),this.
$overlay.on("click."+this.params.id,n.proxy((function(t){if(this.isVisible){var
e=n(t.target).closest(".modal-content").length;(this.params.contentClickToHide||!
this.params.contentClickToHide&&!e)&&this.hide()}}),this)),this.
$modal.on("click","[data-dismiss='modal']",n.proxy((function(t)
{t.preventDefault(),this.hide()}),this)),n(document).on("modal.shown",function()
{setTimeout(function(){this.
$closeLink.focus()}.bind(this),100)}.bind(this)),n("iframe, img",this.
$modal).on("load",function(t){n(t.currentTarget).is("iframe")?
setTimeout(this.place.bind(this),100):this.place()}.bind(this))}},
{key:"unbindModalEvents",value:function()
{n(window).off("resize."+this.params.id),n(document).off("keyup."+this.params.id)}}
,{key:"build",value:function(){var t=n('\n <div class="overlay" data-
foo="bar">\n <div class="modal" tabindex="-1" role="dialog" aria-
labelledby="modal-header">\n <a href="#" class="close aui-icon aui-icon-
large aui-iconfont-remove-label" data-dismiss="modal" title="Close overlay (escape
key)"></a>\n <div class="modal-header" id="modal-header"></div>\n
<div class="modal-content"></div>\n </div>\n </div>\n
');return t.attr("id",this.params.id),t}},{key:"show",value:function(){if(!
this.isVisible){var t,e;n(this.params.modalContainer).addClass("modal-
open"),this.insert(),null===(t=this.$overlay)||void 0===t||
t.addClass("in").trigger("modal.show").delay(200).trigger("modal.shown"),this.isVis
ible=!0,this.place();var r=null===(e=this.$modal)||void 0===e?void
0:e.find(".exact-target-form__wrapper");null!=r&&r.length&&new
i.Z.components.ExactTargetFormCommonV2(r),i.Z.core.init(this.$modal)}}},
{key:"hide",value:function(){var t;this.isVisible&&(null===(t=this.$overlay)||void
0===t||
t.removeClass("in").trigger("modal.hide").delay(200).trigger("modal.hidden"),this.i
sVisible=!1,n(this.params.modalContainer).removeClass("modal-
open"),this.params.onHide&&"function"==typeof
this.params.onHide&&this.params.onHide())}},{key:"place",value:function(){for(var
t,e,r=this.$modal[0].querySelectorAll("img[data-src]"),o=0;o<r.length;o+
+)r[o].src=r[o].getAttribute("data-src"),r[o].removeAttribute("data-
src");this.params.fixed&&this.
$overlay.css({width:n(window).width(),height:window.innerHeight?
window.innerHeight:n(window).height()}),this.params.centerVertically&&this.centerMo
dal(),t=this.$closeLink.offset().left+this.$closeLink.outerWidth()>this.
$overlay.offset().left+this.$overlay.outerWidth(),e=this.$overlay.outerWidth()-
(this.$modal.offset().left+this.$modal.outerWidth())>this.$closeLink.outerWidth(),!
this.$closeLink.hasClass(this.aboveClass)&&t?this.
$closeLink.addClass(this.aboveClass):e&&this.
$closeLink.removeClass(this.aboveClass),this.$overlay.trigger("modal.place")}},
{key:"insert",value:function(){var t;this.inserted||(null===(t=this.$overlay)||void
0===t||
t.appendTo(this.params.modalContainer).trigger("modal.insert"),this.bindModalEvents
(),this.inserted=!0)}},{key:"remove",value:function(){var t;null===(t=this.
$overlay)||void 0===t||
t.trigger("modal.remove").remove(),this.unbindModalEvents(),this.inserted=!
1}}])&&l(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}
()},13916:(t,e,r)=>{"use strict";r.r(e),r.d(e,{default:()=>p});var
n=r(65311),o=r(36311),i=r(16722),a=r(7242);function s(t){return
s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return
typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},s(t)}function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function c(t,e,r){return(e=f(e))in t?Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function l(t,e)
{for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!
1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,f(n.key),n)}}function f(t){var e=function(t,e)
{if("object"!==s(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==s(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(t);return"symbol"===s(e)?e:String(e)}var p=function(){function t(e,r){!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t),this.domRoot=n(e),this.link=n(".play-
trigger",this.domRoot),this.params=function(t){for(var e=1;e<arguments.length;e++)
{var r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e)
{c(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}
({},r),this.videoId=this.params.videoId,this.uniqueId=this.params.uniqueId,this.sou
rce=this.params.source?
this.params.source:"youtube",this.behavior=this.params.behavior,this.isPlayOnPageLo
ad="playOnPageLoad"===this.behavior,this.userLeftPage=!
1,this.playerOrigin="*",this.player,this.imWidth,this.vidWidth,this.vidHeight,this.
init()}var e,r;return e=t,(r=[{key:"init",value:function(){var
t=this;if("youtube"===this.source){var
e=document.createElement("script");e.id="youtube-api",e.src="https://
www.youtube.com/iframe_api";var r=document.getElementsByTagName("script")
[0];if(this.isPlayOnPageLoad)var i=setInterval((function()
{window.YT&&YT.loaded&&(clearInterval(i),t.onclick(null,!
0))}),100);document.getElementById("youtube-api")||
r.parentNode.insertBefore(e,r)}o.Z.core.is.mobile()||
this.link.on("click",n.proxy(this.onclick,this))}},
{key:"getVidPlayer",value:function(){var
t=this;if("youtube"===this.source)return'<div
id="player-'+t.videoId+"-"+t.uniqueId+'"><img alt="video thumbnail" width="100%"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAAXNSR0IA
rs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1
ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZj
pSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KI
CAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0
cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZ
mOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbW
V0YT4KTMInWQAAABFJREFUKBVjYBgFoyFAhRAAAAJJAAFEkgypAAAAAElFTkSuQmCC"></
div>';"modal"!==this.behavior&&"overlaySection"!==this.behavior||this.modal.
$overlay.on("modal.hide",(function(){t.modal.$modalContent.html("")}));var
e=document.createElement("iframe");return
e.setAttribute("src","https://player.vimeo.com/video/"+t.videoId+"?
api=1&amp;autoplay=1&amp;player_id=vimeoplayer-"+t.videoId+"-"+t.uniqueId),e.id="vi
meoplayer-"+t.videoId+"-"+t.uniqueId,e.width=t.vidWidth,e.height=t.vidHeight,this.p
layer=e,this.player}},{key:"onclick",value:function(t,e){if(e||
t.preventDefault(),this.imWidth=window.innerWidth-40,this.behavior.match(/
replaceImage|
playOnPageLoad/)&&(this.imWidth=n("img",this.domRoot).width()),this.vidWidth=window
.innerWidth<1024||this.behavior.match(/replaceImage|playOnPageLoad/)?
this.imWidth:1024,this.vidHeight=.5625*this.vidWidth,"vimeo"===this.source&&this.on
VimeoIframeAPIReady(),"none"===this.behavior);else
if(this.behavior.match(/replaceImage|playOnPageLoad/))this.domRoot.find(".vid-
thumb").html(this.getVidPlayer());else{if(!
this.modal)if("overlaySection"===this.behavior){var
r=this.domRoot.closest("section, .container-
fluid");r.height()<576&&(this.vidHeight=r.outerHeight(),this.vidWidth=1.7777*this.v
idHeight),this.modal=new a.default({modalType:"video",fixed:!1,centerVertically:!
1,modalContainer:r,id:this.params.videoId})}else
this.modal=new a.default({modalType:"video"});this.modal.
$modalContent.html(this.getVidPlayer.bind(this)),"overlaySection"===this.behavior&&
this.modal.$overlay.on("modal.show",n.proxy((function()
{this.modal.params.modalContainer.addClass("modal-
video")}),this)).on("modal.hide",n.proxy((function()
{this.modal.params.modalContainer.removeClass("modal-
video")}),this)),this.modal.show(),this.modal.place()}"youtube"===this.source&&this
.onYouTubeIframeAPIReady()}},{key:"onVimeoIframeAPIReady",value:function()
{window.addEventListener?
window.addEventListener("message",this.onVimeoMessage.bind(this),!
1):window.attachEvent("onmessage",this.onVimeoMessage.bind(this),!1)}},
{key:"onYouTubeIframeAPIReady",value:function(){var t=this;t.player=new
YT.Player("player-"+t.videoId+"-"+t.uniqueId,
{width:t.vidWidth,height:t.vidHeight,videoId:t.videoId,playerVars:
{autoplay:1,rel:0,origin:window.location.origin,widget_referrer:window.location.ori
gin},events:
{onReady:t.onPlayerReady.bind(t),onStateChange:t.onYoutubeStateChange.bind(t)}}),"m
odal"!==t.behavior&&"overlaySection"!==t.behavior||t.modal.
$overlay.on("modal.hide",(function(){t.userLeftPage=!
0,t.player.pauseVideo&&setTimeout((function(){return
t.player.pauseVideo()}),500)})),window.onbeforeunload=function(){t.userLeftPage=!
0,t.player.pauseVideo&&setTimeout((function(){return
t.player.pauseVideo()}),500)}}},{key:"onPlayerReady",value:function(t)
{this.isPlayOnPageLoad&&(t.target.mute(),t.target.playVideo())}},
{key:"onYoutubeStateChange",value:function(t){var
e=t.target.getCurrentTime(),r=e/t.target.getDuration()*100,n={event:"Interaction",e
ventComponent:"Video",videoTitle:t.target.getVideoData().title,videoId:t.target.get
VideoData().video_id,videoURL:t.target.getVideoUrl(),pageURL:window.location.href,c
urrentTime:this.secsToTime(e),currentPercentage:Math.round(10*r)/10};switch(t.data)
{case
YT.PlayerState.PLAYING:n.eventType=e<1?"video_started":"video_resumed",i.Z.trackEve
nt("Video-Event",n);break;case
YT.PlayerState.PAUSED:n.eventType=this.userLeftPage?"video_abandoned":"video_paused
",i.Z.trackEvent("Video-Event",n);break;case
YT.PlayerState.ENDED:n.eventType="video_completed",i.Z.trackEvent("Video-
Event",n);break;default:return}}},{key:"onVimeoMessage",value:function(t){var
e=this;if(!/^https?:\/\/player.vimeo.com/.test(t.origin))return!
1;"*"===this.playerOrigin&&(this.playerOrigin=t.origin);var
r=JSON.parse(t.data),n={event:"Interaction",eventComponent:"Video",videoId:e.videoI
d,videoURL:"https://
vimeo.com/"+e.videoId,pageURL:window.location.href,currentTime:e.secsToTime(r.data?
r.data.seconds:0),currentPercentage:r.data?r.data.percent:0};switch(r.event)
{case"ready":e.onVimeoReady();break;case"play":n.eventType="0s"===n.currentTime?"vi
deo_started":"video_resumed",i.Z.trackEvent("Video-
Event",n);break;case"pause":n.eventType=e.userLeftPage?"video_abandoned":"video_pau
sed",i.Z.trackEvent("Video-
Event",n);break;case"finish":n.eventType="video_completed",i.Z.trackEvent("Video-
Event",n)}}},{key:"vimeoPost",value:function(t,e){var
r=n("#vimeoplayer-"+this.videoId+"-"+this.uniqueId),o={method:t};e&&(o.value=e);var
i=JSON.stringify(o);r[0]&&r[0].contentWindow.postMessage(i,this.playerOrigin)}},
{key:"onVimeoReady",value:function()
{this.vimeoPost("addEventListener","play"),this.vimeoPost("addEventListener","pause
"),this.vimeoPost("addEventListener","finish")}},
{key:"secsToTime",value:function(t){return(t>=3600?Math.floor(t/3600)+"h ":"")+
(t>=60?Math.floor(t%3600/60)+"m ":"")+(t>=0?Math.floor(t
%3600%60)+"s":"")}}])&&l(e.prototype,r),Object.defineProperty(e,"prototype",
{writable:!1}),t}()},66381:(t,e,r)=>{"use strict";function n()
{this.processImages()}const o=n.prototype.processImages=function(){var
t=this;Array.from(document.querySelectorAll("img.svg")).forEach((function(e){var
r=e,n={id:r.id,className:r.className,src:r.src.indexOf(".svg")>-1?
r.src:r.getAttribute("data-src")},o=new XMLHttpRequest;o.open("GET",n.src,!
0),o.onload=function(){if(this.status>=200&&this.status<400){var
e=this.response.toString(),o=document.createElement("div");o.innerHTML=e;var
i=o.querySelector("svg");if(void 0!==n.id&&(i.id=n.id),void 0!==n.className){var
a=n.className.split(" ");a.push("replaced-
svg"),i.classList.add(a)}i.removeAttribute("xmlns:a"),r.parentNode.replaceChild(i,r
),t.animateSVG()}},o.send()}))};n.prototype.animateSVG=function(){var
t=document.querySelectorAll(".line-to-draw:not(.animate), #Lines
path:not(.animate)"),e=function(t){var e;t&&!
t.classList.contains("animate")&&(e=t.getTotalLength(),t.style.strokeDasharray=e+"
"+e,t.style.strokeDashoffset=e,t.getBoundingClientRect(),setTimeout((function()
{t.classList.add("animate"),t.style.strokeDashoffset="0"}),0))};if(t&&t.length)for(
var r=0;r<t.length;++r)e(t[r])};var i=r(58719);function a(t){return
a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return
typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},a(t)}function s(t,e){for(var r=0;r<e.length;r++){var
n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,u(n.key),n)}}function u(t){var e=function(t,e)
{if("object"!==a(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r)
{var n=r.call(t,"string");if("object"!==a(n))return n;throw new
TypeError("@@toPrimitive must return a primitive value.")}return String(t)}
(t);return"symbol"===a(e)?e:String(e)}var c=function(){function t(){var e,r,n;!
function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a
function")}(this,t),e=this,r="useGdpr",n=FEATURE_FLAG_USE_GDPR,(r=u(r))in e?
Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!
0}):e[r]=n,this.MAILING_LIST_ID="1275007",this.params={formId:"16869aaa-b359-4f8a-
a268-2364450cc4d7",needsConsent:!
1,site:"atlassian",subscriptionKey:"atlassian.gitInsidersNewsletter"},this.bindEven
ts()}var e,r;return e=t,(r=[{key:"addMultipleListeners",value:function(t,e,r,n)
{if(!(e instanceof Array))return!1;for(var o=function(){r.apply(this,
[])},i=0;i<e.length;i+=1)null==t||t.addEventListener(e[i],o,n)}},
{key:"submitForm",value:function(t){var e,r;t.preventDefault();var
n="FORM"==(null===(e=t.target)||void 0===e?void 0:e.tagName)?
t.target:null===(r=t.target)||void 0===r?void 0:r.closest("form"),o=null==n?void
0:n.querySelector('[type="submit"]'),a=function(){null==n||
n.classList.remove("form-is-processing"),o.classList.add("icon-email-
success"),o.classList.remove("icon-email-error","icon-email-submit")},s=function()
{n.classList.remove("form-is-processing"),o.classList.remove("icon-email-
success"),o.classList.add("icon-email-error","icon-email-
submit")};if(n.classList.add("form-is-
processing"),this.useGdpr&&(this.consentHub=new
i.B(this.params,n),this.consentHub.configPromise.then((function(t){return
t.submitForm(a,s),t})).catch((function(){return s(),null}))),!this.useGdpr){var
u,c=null==n||null===(u=n.querySelector("._input"))||void 0===u?void
0:u.value,l="https://www.atlassian.com/apis/exact-target/".concat(c,"/subscribe?
mailingListId=").concat(this.MAILING_LIST_ID),f=new
XMLHttpRequest;f.open("POST",l,!0),f.setRequestHeader("Content-Type","application/
x-www-form-urlencoded; charset=UTF-8"),f.onreadystatechange=function()
{200===f.status?a():s()},f.send()}}},{key:"emailValidate",value:function(t){var
e,r;t.value.match(/^(.+?)@(.+?)\.(.+?)$/)?null===(e=t.parentNode)||void 0===e||
e.classList.add("is-valid"):null===(r=t.parentNode)||void 0===r||
r.classList.remove("is-valid")}},{key:"bindEvents",value:function(){for(var
t=this,e=document.querySelectorAll("form.newsletter"),r=0;r<e.length;r++){var
n,o,i=e[r];i.addEventListener("submit",(function(e)
{t.submitForm(e)})),null===(n=i.querySelector("._input"))||void 0===n||
n.addEventListener("focus",(function(){var t;null===(t=this.parentNode)||void
0===t||t.classList.add("is-focused")})),null===(o=i.querySelector("._input"))||void
0===o||o.addEventListener("blur",(function(){var t;null===(t=this.parentNode)||void
0===t||t.classList.remove("is-
focused")})),this.addMultipleListeners(i.querySelector("._input"),["propertychange
change click keyup input paste"],this.emailValidate,!
1)}}}])&&s(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}
(),l=r(65311),f=function(t,e){var r=window;if(!t)return null;if("function"==typeof
t)return t;var n,o,i,a=r,s=t.split(".");for(o=0,i=s.length;o<i;o++){if(!
(r=r[n=s[o]])){if(!e)return null;r=a[n]={}}a=r}return r},p=r(26354);function h(t)
{return h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t)
{return typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},h(t)}function d(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function y(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?
arguments[e]:{};e%2?d(Object(r),!0).forEach((function(e)
{m(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):d(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return
t}function v(t,e){for(var r=0;r<e.length;r++){var
n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,g(n.key),n)}}function m(t,e,r){return(e=g(e))in t?
Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!
0}):t[e]=r,t}function g(t){var e=function(t,e){if("object"!==h(t)||null===t)return
t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,"string");if("object"!
==h(n))return n;throw new TypeError("@@toPrimitive must return a primitive
value.")}return String(t)}(t);return"symbol"===h(e)?e:String(e)}var b=function(t)
{for(var e="";e.length<t&&t>0;){var
r=Math.random();e+=r<.1?Math.floor(100*r):String.fromCharCode(Math.floor(26*r)+
(r>.5?97:65))}return e},w=function(){function t(e){return function(t,e){if(!(t
instanceof e))throw new TypeError("Cannot call a class as a function")}
(this,t),m(this,"aboveClass","above"),m(this,"supports",{flexBox:function()
{return"flexWrap"in document.documentElement.style||"webkitFlexWrap"in
document.documentElement.style},history:function(){return
window.history&&window.history.pushState},svg:function(){return
document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1"
)},backgroundSize:function(){return"backgroundSize"in
document.documentElement.style},touch:function(){return"ontouchstart"in
window},placeholder:function(){return"placeholder"in
document.createElement("input")},localStorage:function(){try{return
window.localStorage.setItem("hasStorage","1"),window.localStorage&&window.localStor
age.setItem&&window.localStorage.removeItem}catch(t){return!
1}},transitions:function(){var t=(document.body||
document.documentElement).style,e="transition";if("string"==typeof t[e])return!
0;var r=["Moz","webkit","Webkit","Khtml","O","ms"];e=e.charAt(0).toUpperCase()
+e.substr(1);for(var n=0;n<r.length;n++)if("string"==typeof t[r[n]+e])return!
0;return!1}}),this.params=y({modalType:"dialog",centerVertically:!
0,modalContainer:document.body,fixed:!0,id:b(8),contentClickToHide:!
0},e),this.init(),this}var e,r;return e=t,(r=[{key:"init",value:function(){this.
$overlay=this.build(),this.$overlayContainer=this.params.fixed?l(window):this.
$overlay.parent(),this.$modal=l(".modal",this.
$overlay).addClass(this.params.modalType),this.$modalHeader=l(".modal-header",this.
$modal),this.$modalContent=l(".modal-content",this.$modal),this.
$closeLink=l(".close",this.$modal)}},{key:"centerModal",value:function(){var
t,e=this;null===(t=this.$modal)||void 0===t||t.css({margin:"0 auto",top:function()
{return Math.max((e.$overlayContainer.outerHeight()-l(this).outerHeight())/
2,0)}})}},{key:"bindModalEvents",value:function(){var t;(0,p.Z)
(l(window),"resize."+this.params.id,l.proxy((function(){this.place()}),this)),
(0,p.Z)(l(window),"scroll."+this.params.id,l.proxy((function()
{this.place()}),this)),l(document).on("keyup."+this.params.id,l.proxy((function(t)
{27===t.which&&this.hide()}),this)),this.
$overlay.on("click."+this.params.id,l.proxy((function(t){if(this.isVisible){var
e=l(t.target).closest(".modal-content").length;(this.params.contentClickToHide||!
this.params.contentClickToHide&&!e)&&this.hide()}}),this)),null===(t=this.$modal)||
void 0===t||t.on("click","[data-dismiss='modal']",l.proxy((function(t)
{t.preventDefault(),this.hide()}),this)),l(document).on("modal.shown",function()
{setTimeout(function(){this.
$closeLink.focus()}.bind(this),100)}.bind(this)),l("iframe, img",this.
$modal).on("load",function(t){l(t.currentTarget).is("iframe")?
setTimeout(this.place.bind(this),100):this.place()}.bind(this))}},
{key:"unbindModalEvents",value:function()
{l(window).off("resize."+this.params.id),l(document).off("keyup."+this.params.id)}}
,{key:"build",value:function(){var t=l('\n <div class="overlay" data-
foo="bar">\n <div class="modal" tabindex="-1" role="dialog" aria-
labelledby="modal-header">\n <a href="#" class="close aui-icon aui-icon-
large aui-iconfont-remove-label" data-dismiss="modal" title="Close overlay (escape
key)"></a>\n <div class="modal-header" id="modal-header"></div>\n
<div class="modal-content"></div>\n </div>\n </div>\n ');return
t.attr("id",this.params.id),t}},{key:"show",value:function(){var t;this.isVisible||
(l(this.params.modalContainer).addClass("modal-open"),this.insert(),null===(t=this.
$overlay)||void 0===t||
t.addClass("in").trigger("modal.show").delay(200).trigger("modal.shown"),this.isVis
ible=!0,this.place(),this.coreInit(this.$modal))}},{key:"hide",value:function(){var
t;this.isVisible&&(null===(t=this.$overlay)||void 0===t||
t.removeClass("in").trigger("modal.hide").delay(200).trigger("modal.hidden"),this.i
sVisible=!1,l(this.params.modalContainer).removeClass("modal-open"))}},
{key:"place",value:function(){for(var t,e,r,n=this.
$modal[0].querySelectorAll("img[data-src]"),o=0;o<n.length;o+
+)n[o].src=n[o].getAttribute("data-src"),n[o].removeAttribute("data-
src");this.params.fixed&&(null===(r=this.$overlay)||void 0===r||
r.css({width:l(window).width(),height:window.innerHeight?
window.innerHeight:l(window).height()})),this.params.centerVertically&&this.centerM
odal(),t=this.$closeLink.offset().left+this.$closeLink.outerWidth()>this.
$overlay.offset().left+this.$overlay.outerWidth(),e=this.$overlay.outerWidth()-
(this.$modal.offset().left+this.$modal.outerWidth())>this.$closeLink.outerWidth(),!
this.$closeLink.hasClass(this.aboveClass)&&t?this.
$closeLink.addClass(this.aboveClass):e&&this.
$closeLink.removeClass(this.aboveClass),this.$overlay.trigger("modal.place")}},
{key:"insert",value:function(){var t;this.inserted||(null===(t=this.$overlay)||void
0===t||
t.appendTo(this.params.modalContainer).trigger("modal.insert"),this.bindModalEvents
(),this.inserted=!0)}},{key:"remove",value:function(){var t;null===(t=this.
$overlay)||void 0===t||
t.trigger("modal.remove").remove(),this.unbindModalEvents(),this.inserted=!1}},
{key:"featureDetect",value:function(){var t=[];this.supports.svg()||t.push("no-
svg"),this.supports.backgroundSize()||t.push("no-
backgroundsize"),this.supports.flexBox()||t.push("no-
flexbox"),l("body").addClass(t.join(" "))}},
{key:"componentInit",value:function(t,e){var r=f(e.type);if(r)return new
r(t,y(y({},e.params),l(t).data()))}},{key:"coreInit",value:function(t){var
e=this;this.featureDetect(),l("script[type='text/x-
component']",t).each((function(t,r){var
n=l.parseJSON(l.trim(r.innerHTML)),o=r.parentNode;try{e.componentInit.call(e,o,n)}c
atch(t){console.log(t)}})),l("script[type='text/x-component-
translate']",t).each((function(t,r){var n=l.trim(r.innerHTML).replace("/*
<sl:translate_json> */","").replace("/* </sl:translate_json>
*/",""),o=l.parseJSON(n),i=r.parentNode;e.componentInit.call(e,i,o)}))}}])&&v(e.pro
totype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}
(),S=r(13916),E=r(61746),O=r(36311);function _(t){return _="function"==typeof
Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t)
{return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},_(t)}function x(t,e){var
r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function k(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==_(t)||
null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var
n=r.call(t,"string");if("object"!==_(n))return n;throw new TypeError("@@toPrimitive
must return a primitive value.")}return String(t)}(t);return"symbol"===_(e)?
e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!
0,configurable:!0,writable:!0}):t[e]=r,t}document.body.classList.contains("edit")||
(function(){!function(t){t.core.is={},t.core.is.mobile=function(){return!
1},t.utils.tracking.trackEvent=E.L9,t.components.Modal=w,t.components.VideoEmbedInl
ine=S.default}(O.Z),document.querySelector(".hamburger").addEventListener("click",
(function(){Array.from(document.querySelectorAll(".hamburger, .primary-
nav")).forEach((function(t){t.classList.toggle("is-active")}))}));var
t=window.location.pathname,e=document.querySelectorAll('[href*="'+t+'"]');Array.fro
m(e).forEach((function(e){e.getAttribute("href")==t?e.classList.add("active-
current-page-link"):0==t.indexOf(e.getAttribute("href"))&&e.classList.add("active-
parent-page-link")}));for(var r=document.querySelectorAll(".tutorial-
sidebar .active-current-page-link, .tutorial-sidebar .active-parent-page-
link"),n=0;n<r.length;n++){r[n].classList.add("active"),r[n].setAttribute("aria-
hidden",!1),r[n].nextElementSibling&&(r[n].nextElementSibling.classList.add("is-
active"),r[n].nextElementSibling.setAttribute("aria-hidden",!1));var
i=r[n].closest("._group"),a=r[n].closest("._group-
wrap"),s=r[n].closest("._toc"),u=[];u=u.concat(Array.from(i.children),a?
Array.from(a.children):[],s?Array.from(s.children):[]);for(var l=0;l<u.length;l+
+)u[l].classList.add("is-active"),u[l].setAttribute("aria-hidden",!1)}new o,new
c,document.querySelectorAll('script[type="text/x-component"]').forEach((function(t)
{var
e=JSON.parse(t.innerHTML.trim()),r=t.parentNode,n=e.type,o=e.params,i=f(n);try{retu
rn new i(r,function(t){for(var e=1;e<arguments.length;e++){var r=null!
=arguments[e]?arguments[e]:{};e%2?x(Object(r),!0).forEach((function(e)
{k(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):x(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}
({},o))}catch(t){console.log(t)}}))}
(),r.e(8808).then(r.bind(r,48808)).then((function(t){return(0,t.default)
()})))},36311:(t,e,r)=>{"use strict";r.d(e,{Z:()=>g});var
n=r(81641),o=r(73874),i=r(47619),a=r(16722),s=r(27706),u=r(33838),c=r(26913),l=r(61
174),f=r(41412);function p(t){return p="function"==typeof Symbol&&"symbol"==typeof
Symbol.iterator?function(t){return typeof t}:function(t){return
t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},p(t)}function h(){h=function(){return t};var
t={},e=Object.prototype,r=e.hasOwnProperty,n=Object.defineProperty||function(t,e,r)
{t[e]=r.value},o="function"==typeof Symbol?Symbol:
{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",s=o.toStringTag|
|"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t)
{u=function(t,e,r){return t[e]=r}}function c(t,e,r,o){var i=e&&e.prototype
instanceof d?e:d,a=Object.create(i.prototype),s=new P(o||[]);return
n(a,"_invoke",{value:O(t,r,s)}),a}function l(t,e,r)
{try{return{type:"normal",arg:t.call(e,r)}}catch(t)
{return{type:"throw",arg:t}}}t.wrap=c;var f={};function d(){}function y(){}function
v(){}var m={};u(m,i,(function(){return this}));var
g=Object.getPrototypeOf,b=g&&g(g(j([])));b&&b!==e&&r.call(b,i)&&(m=b);var
w=v.prototype=d.prototype=Object.create(m);function S(t)
{["next","throw","return"].forEach((function(e){u(t,e,(function(t){return
this._invoke(e,t)}))}))}function E(t,e){function o(n,i,a,s){var
u=l(t[n],t,i);if("throw"!==u.type){var c=u.arg,f=c.value;return
f&&"object"==p(f)&&r.call(f,"__await")?e.resolve(f.__await).then((function(t)
{o("next",t,a,s)}),(function(t){o("throw",t,a,s)})):e.resolve(f).then((function(t)
{c.value=t,a(c)}),(function(t){return o("throw",t,a,s)}))}s(u.arg)}var
i;n(this,"_invoke",{value:function(t,r){function n(){return new e((function(e,n)
{o(t,r,e,n)}))}return i=i?i.then(n,n):n()}})}function O(t,e,r){var
n="suspendedStart";return function(o,i){if("executing"===n)throw new
Error("Generator is already running");if("completed"===n){if("throw"===o)throw
i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var
s=_(a,r);if(s){if(s===f)continue;return
s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method)
{if("suspendedStart"===n)throw
n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("r
eturn",r.arg);n="executing";var u=l(t,e,r);if("normal"===u.type)
{if(n=r.done?"completed":"suspendedYield",u.arg===f)continue;return{value:u.arg,don
e:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}function
_(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return
e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void
0,_(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new
TypeError("The iterator does not provide a '"+r+"' method")),f;var
o=l(n,t.iterator,e.arg);if("throw"===o.type)return
e.method="throw",e.arg=o.arg,e.delegate=null,f;var i=o.arg;return i?i.done?
(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!
==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):i:
(e.method="throw",e.arg=new TypeError("iterator result is not an
object"),e.delegate=null,f)}function x(t){var e={tryLoc:t[0]};1 in
t&&(e.catchLoc=t[1]),2 in
t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function k(t){var
e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t)
{this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function j(t)
{if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!
isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return
e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return
o.next=o}}return{next:L}}function L(){return{value:void 0,done:!0}}return
y.prototype=v,n(w,"constructor",{value:v,configurable:!0}),n(v,"constructor",
{value:y,configurable:!
0}),y.displayName=u(v,s,"GeneratorFunction"),t.isGeneratorFunction=function(t){var
e="function"==typeof t&&t.constructor;return!!
e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t)
{return Object.setPrototypeOf?Object.setPrototypeOf(t,v):
(t.__proto__=v,u(t,s,"GeneratorFunction")),t.prototype=Object.create(w),t},t.awrap=
function(t){return{__await:t}},S(E.prototype),u(E.prototype,a,(function(){return
this})),t.AsyncIterator=E,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var
a=new E(c(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t)
{return t.done?t.value:a.next()}))},S(w),u(w,s,"Generator"),u(w,i,(function()
{return this})),u(w,"toString",(function(){return"[object
Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in
e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in
e)return t.value=n,t.done=!1,t}return t.done=!
0,t}},t.values=j,P.prototype={constructor:P,reset:function(t)
{if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!
1,this.delegate=null,this.method="next",this.arg=void
0,this.tryEntries.forEach(k),!t)for(var e in
this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void
0)},stop:function(){this.done=!0;var
t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return
this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function
n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!
n}for(var o=this.tryEntries.length-1;o>=0;--o){var
i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return
n("end");if(i.tryLoc<=this.prev){var
s=r.call(i,"catchLoc"),u=r.call(i,"finallyLoc");if(s&&u)
{if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return
n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!
0)}else{if(!u)throw new Error("try statement without catch or
finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e)
{for(var n=this.tryEntries.length-1;n>=0;--n){var
o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.fi
nallyLoc){var
i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null)
;var a=i?i.completion:{};return a.type=t,a.arg=e,i?
(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(t
,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?
this.next=t.arg:"return"===t.type?
(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&
e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e)
{var r=this.tryEntries[e];if(r.finallyLoc===t)return
this.complete(r.completion,r.afterLoc),k(r),f}},catch:function(t){for(var
e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var
n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new
Error("illegal catch attempt")},delegateYield:function(t,e,r){return
this.delegate={iterator:j(t),resultName:e,nextLoc:r},"next"===this.method&&(this.ar
g=void 0),f}},t}function d(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(t)
{return void r(t)}s.done?e(u):Promise.resolve(u).then(n,o)}var
y,v,m=window.imkt=window.imkt||{core:{init:(y=h().mark((function t(e){var
n,o,i;return h().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return
n=this,this.featureDetect(),t.next=4,r.e(1573).then(r.bind(r,21573));case
4:o=t.sent.default,i=new o,$("script[type='text/x-
component']",e).each((function(t,e){var
r=JSON.parse(e.innerHTML.trim()),o=e.parentNode,a=r.params,s=a.productKey,u=a.produ
ctKeyArray,c=a.period,l=a.offeringSku,f=a.countryISOCodeReq;s&&(r.params.pricing=i.
getPricingPromise(s,c)),l&&(r.params.pricing=i.getPricingPromise(null,c,null,null,l
)),u&&(r.params.pricingObject=u.map((function(t){return
i.getPricingPromise(t.key,t.period,t.identifiers,t.customCurrency,t.offeringSku)}))
),f&&(r.params.countryISOCodePromise=i.getLocale());try{n.componentInit.call(n,o,r)
}catch(t){console.log(t)}})),i.resolvePricingPromises(),$("script[type='text/x-
component-translate']",e).each((function(t,e){var r=e.innerHTML.trim().replace("/*
<sl:translate_json> */","").replace("/* </sl:translate_json>
*/",""),o=JSON.parse(r),i=e.parentNode;n.componentInit.call(n,i,o)})),$
(document).trigger("appInitialized"),this.appInitialized=!0;case
11:case"end":return t.stop()}}),t,this)})),v=function(){var
t=this,e=arguments;return new Promise((function(r,n){var o=y.apply(t,e);function
i(t){d(o,r,n,i,a,"next",t)}function a(t){d(o,r,n,i,a,"throw",t)}i(void
0)}))},function(t){return v.apply(this,arguments)}),onInitialized:function(t)
{this.appInitialized?t():$
(document).on("appInitialized",t)},featureDetect:function(){var
t=[];this.supports.svg()||t.push("no-svg"),this.supports.backgroundSize()||
t.push("no-backgroundsize"),this.supports.flexBox()||t.push("no-flexbox"),$
("body").addClass(t.join(" "))},extend:function(t,e){var
r,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=function(){};for(r
in o.prototype=t.prototype,e.prototype=new
o,n)e.prototype[r]=n[r];e.prototype.constructor=t},resolve:function(t,e){var
r=window;if(!t)return null;if("function"==typeof t)return t;var
n,o,i,a=r,s=t.split(".");for(o=0,i=s.length;o<i;o++){if(!(r=r[n=s[o]])){if(!
e)return null;r=a[n]={}}a=r}return r},componentInit:function(t,e){var
r=this.resolve(e.type);if(r)return new r(t,Object.assign({},e.params,$
(t).data()))},supports:{flexBox:function(){return"flexWrap"in
document.documentElement.style||"webkitFlexWrap"in
document.documentElement.style},history:function(){return
window.history&&window.history.pushState},svg:function(){return
document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1"
)},backgroundSize:function(){return"backgroundSize"in
document.documentElement.style},touch:function(){return"ontouchstart"in
window},placeholder:function(){return"placeholder"in
document.createElement("input")},localStorage:function(){try{return
window.localStorage.setItem("hasStorage","1"),window.localStorage&&window.localStor
age.setItem&&window.localStorage.removeItem}catch(t){return!
1}},transitions:function(){var t=(document.body||
document.documentElement).style,e="transition";if("string"==typeof t[e])return!
0;var r=["Moz","webkit","Webkit","Khtml","O","ms"];e=e.charAt(0).toUpperCase()
+e.substr(1);for(var n=0;n<r.length;n++)if("string"==typeof t[r[n]+e])return!
0;return!1}},is:{mobile:function(){return
m.core.supports.touch()&&screen.width&&screen.width<768}}},utils:
{api:n.Z,browser:o.Z,getScript:i.Z,tracking:a.Z,general:s.Z,history:u.Z,string:c.ZP
,storage:l.Z,url:f.Z},wpl:{globals:{mediaQueries:{xs:{minWidth:0,maxWidth:539},sm:
{minWidth:540,maxWidth:767},md:{minWidth:768,maxWidth:1023},lg:
{minWidth:1024,maxWidth:1439},xl:{minWidth:1440,maxWidth:null}}}},common:{},wac:
{},landing:{},experts:{},legal:{},components:{},software:{},bxp:{},customers:
{},pages:{},teamPatterns:{}};const
g=m},81641:(t,e,r)=>{"use strict";r.d(e,{Z:()=>i});var n=r(49208),o=r(36311);const
i={urls:{apiGetAuthToken:{public:"https://www.atlassian.com/hamlet/1.0/auth/xsrf/
html?domain=atlassian.com",staging:"".concat(window.location.hostname.indexOf("qa-
wac")>-1?"https://qa-wac.internal.atlassian.com":n.Z.stgWacInternalUrl,"/apis/stg/
hamlet/1.0/auth/xsrf/html?domain=atlassian.com"),dev:""},apiGetSites:
{public:"https://api-private.atlassian.com/available-sites",staging:"https://api-
private.stg.atlassian.com/available-sites",dev:""},apiGetUser:{public:"https://api-
private.atlassian.com/me",staging:"https://api-private.stg.atlassian.com/
me",dev:""}},getUrl:function(t){var
e=o.Z.constants.public?"public":"staging";return void 0!==this.urls[t]?this.urls[t]
[e]:""}}},73874:(t,e,r)=>{"use strict";r.d(e,{Z:()=>o});var n=r(36311);const
o={getBrowserOs:function(){var t=navigator.userAgent,e=[{s:"Windows 10",r:/(Windows
10.0|Windows NT 10.0)/},{s:"Windows 8.1",r:/(Windows 8.1|Windows NT 6.3)/},
{s:"Windows 8",r:/(Windows 8|Windows NT 6.2)/},{s:"Windows 7",r:/(Windows 7|Windows
NT 6.1)/},{s:"Windows Vista",r:/Windows NT 6.0/},{s:"Windows Server
2003",r:/Windows NT 5.2/},{s:"Windows XP",r:/(Windows NT 5.1|Windows XP)/},
{s:"Windows 2000",r:/(Windows NT 5.0|Windows 2000)/},{s:"Windows ME",r:/(Win 9x
4.90|Windows ME)/},{s:"Windows 98",r:/(Windows 98|Win98)/},{s:"Windows
95",r:/(Windows 95|Win95|Windows_95)/},{s:"Windows NT 4.0",r:/(Windows NT 4.0|
WinNT4.0|WinNT|Windows NT)/},{s:"Windows CE",r:/Windows CE/},{s:"Windows
3.11",r:/Win16/},{s:"Android",r:/Android/},{s:"Open BSD",r:/OpenBSD/},{s:"Sun
OS",r:/SunOS/},{s:"Linux",r:/(Linux|X11)/},{s:"iOS",r:/(iPhone|iPad|iPod)/},{s:"Mac
OS X",r:/Mac OS X/},{s:"Mac OS",r:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh)/},
{s:"QNX",r:/QNX/},{s:"UNIX",r:/UNIX/},{s:"BeOS",r:/BeOS/},{s:"OS/2",r:/OS\/2/},
{s:"Search Bot",r:/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|
ia_archiver)/}];for(var r in e){var n=e[r];if(n.r.test(t))return
n.s}return"unknown"},isWindows:function(){return
this.getBrowserOs().indexOf("Windows")>-1},isMobile:function(){return
n.Z.core.supports.touch()&&screen.width&&screen.width<=n.Z.constants.mobileBreakpoi
nt}}},26354:(t,e,r)=>{"use strict";function n(t,e,r,n){var o;t.on(e,(function(t)
{clearTimeout(o),o=setTimeout((function(){r(t)}),n||100)}))}r.d(e,{Z:
()=>n})},27706:(t,e,r)=>{"use strict";r.d(e,{Z:()=>n});const
n={randomString:function(t){for(var e="";e.length<t&&t>0;){var
r=Math.random();e+=r<.1?Math.floor(100*r):String.fromCharCode(Math.floor(26*r)+
(r>.5?97:65))}return e},numberWithCommas:function(t){return t.toString().replace(/\
B(?=(\d{3})+(?!\d))/g,",")},elementInViewport:function(t){for(var
e=t.offsetTop,r=t.offsetLeft,n=t.offsetWidth,o=t.offsetHeight;t.offsetParent;)e+=(t
=t.offsetParent).offsetTop,r+=t.offsetLeft;return
e>=window.pageYOffset&&r>=window.pageXOffset&&e+o<=window.pageYOffset+window.innerH
eight&&r+n<=window.pageXOffset+window.innerWidth}}},47619:(t,e,r)=>{"use
strict";r.d(e,{Z:()=>u});var
n=r(65311),o=r(36311),i=n.Deferred(),a=n.Deferred(),s=n.Deferred();const
u={datepicker:function(t){return void 0===i?
(i=n.getScript(o.Z.constants.libPath+"air-
datepicker.js"+o.Z.constants.cdnVersionQuery),function(t,e){if(!(void 0===t||
e.hasOwnProperty("id")&&n("head").find("#"+e.id).length)){var
r={rel:"stylesheet",media:"screen",href:t};n.isPlainObject(e)&&(r=Object.assign({},
r,e));var o=n("<link>").attr(r);n("head").append(o)}}(o.Z.constants.libPath+"air-
datepicker.css"+o.Z.constants.cdnVersionQuery,{id:"datepicker-
style"})):i.resolve(),n.when(i).then(t),this},select2:function(t){return void
0===a?
a=n.getScript(o.Z.constants.libPath+"select2.js"+o.Z.constants.cdnVersionQuery):a.r
esolve(),n.when(a).then(t),this},underscore:function(t){return void 0===s?
s=n.getScript(o.Z.constants.libPath+"underscore.js"+o.Z.constants.cdnVersionQuery):
s.resolve(),n.when(s).then(t),this}}},33838:(t,e,r)=>{"use strict";r.d(e,{Z:
()=>n});const n={supportsHistory:function(){return
window.history&&window.history.pushState},pushState:function(t,e,r)
{this.supportsHistory()&&(window.history.pushState(t,e,r),"undefined"!=typeof
analytics&&analytics.page())},pushStateNoTracking:function(t,e,r)
{this.supportsHistory()&&window.history.pushState(t,e,r)}}},61174:(t,e,r)=>{"use
strict";r.d(e,{Z:()=>n});const n={hasStorage:localStorage&&"function"==typeof
localStorage.getItem,getLocalStorage:function(t){return this.hasStorage?
localStorage.getItem(t):this.getCookie(t)},setLocalStorage:function(t,e)
{this.hasStorage||this.setCookie(t,e);try{localStorage.setItem(t,e)}catch(t)
{console.log("Local Storage failed, check if browsing in Safari private
window.")}},removeLocalStorage:function(t){this.hasStorage||
this.removeCookie(t);try{localStorage.removeItem(t)}catch(t){console.log("Local
Storage failed, check if browsing in Safari private
window.")}},getSessionStorage:function(t){return this.hasStorage?
sessionStorage.getItem(t):this.getCookie(t)},setSessionStorage:function(t,e)
{this.hasStorage||this.setCookie(t,e);try{sessionStorage.setItem(t,e)}catch(t)
{console.log("Session Storage failed, check if browsing in Safari private
window.")}},removeSessionStorage:function(t){this.hasStorage||
this.removeCookie(t);try{sessionStorage.removeItem(t)}catch(t){console.log("Session
Storage failed, check if browsing in Safari private
window.")}},getCookie:function(t){var
e=encodeURIComponent(t).replace(/[\-\.\+\*]/g,"\\$&"),r=new RegExp("(?:(?:^|.*;)\\
s*"+e+"\\s*\\=\\s*([^;]*).*$)|^.*$");return
decodeURIComponent(document.cookie.replace(r,"$1"))||
null},setCookie:function(t,e,r,n,o){var i="",a="";o&&(a="; domain=".concat(o));var
s=!!n&&n.toLowerCase(),u="samesite=".concat(s&&"strict"==s||"lax"==s?
s:"none");if(r){var c=new Date;c.setTime(c.getTime()+24*r*60*60*1e3),i=";
expires="+c.toGMTString()}document.cookie=t+"="+e+";path=/;"+u+i+a},removeCookie:fu
nction(t){this.setCookie(t,"",-1)}}},26913:(t,e,r)=>{"use strict";r.d(e,{ZP:
()=>o,lp:()=>i,oM:()=>a});var n=r(27706);const o={reverse:function(t)
{return"string"!=typeof t?"":""===t.trim()?t:t.split("").reverse().join("")}};var
i=function(t,e,r){return Object.keys(r).reduce((function(e,r){return t[r]?
e.replace("{{".concat(r,"}}"),t[r]):e}),e)},a=function(t){return
n.Z.numberWithCommas(t.toString())}},16722:(t,e,r)=>{"use strict";r.d(e,{Z:
()=>p});var n=r(61746),o=r(804),i=r(56346);function a(t){return
a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return
typeof t}:function(t){return t&&"function"==typeof
Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof
t},a(t)}function s(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function u(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?
arguments[e]:{};e%2?s(Object(r),!0).forEach((function(e)
{l(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return
t}function c(t,e){for(var r=0;r<e.length;r++){var
n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!
0),Object.defineProperty(t,f(n.key),n)}}function l(t,e,r){return(e=f(e))in t?
Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!
0}):t[e]=r,t}function f(t){var e=function(t,e){if("object"!==a(t)||null===t)return
t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,"string");if("object"!
==a(n))return n;throw new TypeError("@@toPrimitive must return a primitive
value.")}return String(t)}(t);return"symbol"===a(e)?e:String(e)}var p=function()
{function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call
a class as a function")}(this,t),l(this,"apollo",{Tracking:o.Z,Platforms:i})}var
e,r;return e=t,r=[{key:"trackEvent",value:function(t,e){(0,n.L9)(t,e)}},
{key:"sanitizeEventProperties",value:function(t){return(0,n.Wh)(t)}},
{key:"trackLateRenderedEvent",value:function(t,e)
{if("A"==e.tagName||"BUTTON"==e.tagName&&e.dataset.uuid){var
r={label:e.dataset.label?e.dataset.label:e.innerText};
["uuid","event","eventComponent","eventContainer","parentLabel","eventColumn","sche
maVersion"].forEach((function(t){r[t]=e.dataset[t]})),this.trackEvent(t,r)}}},
{key:"getOptimizelyXData",value:function(){if(!window.optimizely)return!1;var
t;try{var e=window.optimizely.get("state").getCampaignStates({isActive:!
0});t=Object.keys(e).reduce((function(t,r){var n=e[r];return u(u({},t),{},l({},r,
{activeExperiments:
[l({},n.experiment.id,n.variation.id)],holdbackExperiments:n.isInCampaignHoldback?
[n.experiment.id]:[]}))}),{})}catch(t){return!1}return
t}}],null&&c(e.prototype,null),r&&c(e,r),Object.defineProperty(e,"prototype",
{writable:!1}),t}()},41412:(t,e,r)=>{"use strict";r.d(e,{Z:()=>u});var
n=r(33838);function o(t){return o="function"==typeof Symbol&&"symbol"==typeof
Symbol.iterator?function(t){return typeof t}:function(t){return
t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!
==Symbol.prototype?"symbol":typeof t},o(t)}function i(t,e){var
r=Object.keys(t);if(Object.getOwnPropertySymbols){var
n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return
Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return
r}function a(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?
arguments[e]:{};e%2?i(Object(r),!0).forEach((function(e)
{s(t,e,r[e])})):Object.getOwnPropertyDescriptors?
Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach
((function(e)
{Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return
t}function s(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==o(t)||
null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var
n=r.call(t,"string");if("object"!==o(n))return
n;throw new TypeError("@@toPrimitive must return a primitive value.")}return
String(t)}(t);return"symbol"===o(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,
{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}const
u={getBareUrl:function(t){var e;return e=(t=t||
window.location.href).indexOf("?"),t.substring(0,e>-1?
e:t.length)},getUnhashedUrl:function(t){var e;return e=(t=t||
window.location.href).indexOf("#"),t.substring(0,e>-1?
e:t.length)},getProtocol:function(t){var e,r="";return(e=(t=this.getBareUrl(t||
window.location.href)).indexOf("://"))>-
1&&(r=t.substring(0,e)),r},getHostname:function(t){var e,r;return
t=this.getBareUrl(t||window.location.href),r=(e=this.getProtocol(t))?
e.length+3:0,t.substring(r,t.indexOf("/",r))},getQueryString:function(t){var
e,r=window.location.search.substring(1,window.location.search.length);return
t&&(r=(e=(t=this.getUnhashedUrl(t)).indexOf("?"))>-1?
t.substring(e+1):""),r},updateQueryStringParam:function(t,e){var
r=[location.protocol,"//",location.host,location.pathname].join(""),o=document.loca
tion.search,i=t+"="+e,a="?"+i;if(o){var s=new RegExp("([?&])"+t+"[^&]*");a=null!
==o.match(s)?
o.replace(s,"$1"+i):o+"&"+i}n.Z.pushState({},"",r+a)},getPathname:function(t){var
e,r;return t=t||
window.location.href,e=this.getHostname(t),r=t.indexOf("?"),t.substring(t.indexOf(e
)+e.length,r>-1?r:t.length)},serialize:function(t){var e,r=[];for(var n in t)null!
==t[n]&&((e=[n]).push("="),e.push(encodeURIComponent(t[n])),r.push(e.join("")));ret
urn r.join("&")},htmlEscape:function(t){return
String(t).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/
g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")},getUrlParams:function(t){var
e,r,n,o=null,i=0;if(e=this.getQueryString(t))for(r=e.split("&");i<r.length;i++)o||
(o={}),o[(n=r[i].split("="))[0]]=n.length>1?
this.htmlEscape(decodeURIComponent(n[1])):null;return o},addUrlParams:function(t,e)
{var r,n=[];return e=e||
window.location.href,n.push(this.getBareUrl(e)),t=a(a({},this.getUrlParams(e)),t),
(r=this.serialize(t))&&(n.push("?"),n.push(r)),n.join("")},removeUrlParams:function
(t,e){var r,n=[];e=e||window.location.href,n.push(this.getBareUrl(e));for(var
o=this.getUrlParams(e),i=t.length-1;i>=0;i--)void 0!==o[t[i]]&&delete
o[t[i]];return(r=this.serialize(o))&&(n.push("?"),n.push(r)),n.join("")},getSimpleU
rl:function(t,e){t=t||window.location.href;var
r=this.getBareUrl(t),n=r.split("#"),o="";r=n[0],n.length>1&&(o="#"+n[1]);var
i=r.replace(/^((https?|):\/\/)?(www\.)?/,"").replace(/\/$/,"");if(e){var
a=this.getQueryString(t);a&&(i+="?"+a),i+=o}return i}}},65311:t=>{"use
strict";t.exports=jQuery}},t=>{var e=e=>t(t.s=e);e(85813),e(66381)}]);
//# sourceMappingURL=/static/master/4279/assets/build/js/gitguide/git-app-
lite.js.map

You might also like