!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="63231aee-9850-4fe7-acec-d5fdf5ec6831",e._sentryDebugIdIdentifier="sentry-dbid-63231aee-9850-4fe7-acec-d5fdf5ec6831")}catch(e){}}();"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9416],{81997:function(e,t,r){r.d(t,{r:function(){return j}});let n=/\r\n|[\n\r]/g;function i(e,t){let r=0,i=1;for(let o of e.body.matchAll(n)){if("number"==typeof o.index||function(e,t){if(!e)throw Error("Unexpected invariant triggered.")}(!1),o.index>=t)break;r=o.index+o[0].length,i+=1}return{line:i,column:t+1-r}}function o(e,t){let r=e.locationOffset.column-1,n="".padStart(r)+e.body,i=t.line-1,o=e.locationOffset.line-1,s=t.line+o,u=1===t.line?r:0,l=t.column+u,c=`${e.name}:${s}:${l}
`,d=n.split(/\r\n|[\n\r]/g),f=d[i];if(f.length>120){let e=Math.floor(l/80),t=[];for(let e=0;e<f.length;e+=80)t.push(f.slice(e,e+80));return c+a([[`${s} |`,t[0]],...t.slice(1,e+1).map(e=>["|",e]),["|","^".padStart(l%80)],["|",t[e+1]]])}return c+a([[`${s-1} |`,d[i-1]],[`${s} |`,f],["|","^".padStart(l)],[`${s+1} |`,d[i+1]]])}function a(e){let t=e.filter(([e,t])=>void 0!==t),r=Math.max(...t.map(([e])=>e.length));return t.map(([e,t])=>e.padStart(r)+(t?" "+t:"")).join("\n")}class s extends Error{constructor(e,...t){var r,n,o,a;let{nodes:l,source:c,positions:d,path:f,originalError:h,extensions:v}=function(e){let t=e[0];return null==t||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}(t);super(e),this.name="GraphQLError",this.path=null!=f?f:void 0,this.originalError=null!=h?h:void 0,this.nodes=u(Array.isArray(l)?l:l?[l]:void 0);let p=u(null===(r=this.nodes)||void 0===r?void 0:r.map(e=>e.loc).filter(e=>null!=e));this.source=null!=c?c:null==p?void 0:null===(n=p[0])||void 0===n?void 0:n.source,this.positions=null!=d?d:null==p?void 0:p.map(e=>e.start),this.locations=d&&c?d.map(e=>i(c,e)):null==p?void 0:p.map(e=>i(e.source,e.start));let y="object"==typeof(a=null==h?void 0:h.extensions)&&null!==a?null==h?void 0:h.extensions:void 0;this.extensions=null!==(o=null!=v?v:y)&&void 0!==o?o:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=h&&h.stack?Object.defineProperty(this,"stack",{value:h.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,s):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let e=this.message;if(this.nodes){for(let r of this.nodes)if(r.loc){var t;e+="\n\n"+o((t=r.loc).source,i(t.source,t.start))}}else if(this.source&&this.locations)for(let t of this.locations)e+="\n\n"+o(this.source,t);return e}toJSON(){let e={message:this.message};return null!=this.locations&&(e.locations=this.locations),null!=this.path&&(e.path=this.path),null!=this.extensions&&Object.keys(this.extensions).length>0&&(e.extensions=this.extensions),e}}function u(e){return void 0===e||0===e.length?void 0:e}function l(e,t,r){return new s(`Syntax Error: ${r}`,{source:e,positions:[t]})}class c{constructor(e,t,r){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class d{constructor(e,t,r,n,i,o){this.kind=e,this.start=t,this.end=r,this.line=n,this.column=i,this.value=o,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}function f(e){return e>=48&&e<=57}function h(e){return e>=97&&e<=122||e>=65&&e<=90}function v(e){return h(e)||95===e}(C=L||(L={})).QUERY="query",C.MUTATION="mutation",C.SUBSCRIPTION="subscription",(D=P||(P={})).QUERY="QUERY",D.MUTATION="MUTATION",D.SUBSCRIPTION="SUBSCRIPTION",D.FIELD="FIELD",D.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",D.FRAGMENT_SPREAD="FRAGMENT_SPREAD",D.INLINE_FRAGMENT="INLINE_FRAGMENT",D.VARIABLE_DEFINITION="VARIABLE_DEFINITION",D.SCHEMA="SCHEMA",D.SCALAR="SCALAR",D.OBJECT="OBJECT",D.FIELD_DEFINITION="FIELD_DEFINITION",D.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",D.INTERFACE="INTERFACE",D.UNION="UNION",D.ENUM="ENUM",D.ENUM_VALUE="ENUM_VALUE",D.INPUT_OBJECT="INPUT_OBJECT",D.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION",(R=q||(q={})).NAME="Name",R.DOCUMENT="Document",R.OPERATION_DEFINITION="OperationDefinition",R.VARIABLE_DEFINITION="VariableDefinition",R.SELECTION_SET="SelectionSet",R.FIELD="Field",R.ARGUMENT="Argument",R.FRAGMENT_SPREAD="FragmentSpread",R.INLINE_FRAGMENT="InlineFragment",R.FRAGMENT_DEFINITION="FragmentDefinition",R.VARIABLE="Variable",R.INT="IntValue",R.FLOAT="FloatValue",R.STRING="StringValue",R.BOOLEAN="BooleanValue",R.NULL="NullValue",R.ENUM="EnumValue",R.LIST="ListValue",R.OBJECT="ObjectValue",R.OBJECT_FIELD="ObjectField",R.DIRECTIVE="Directive",R.NAMED_TYPE="NamedType",R.LIST_TYPE="ListType",R.NON_NULL_TYPE="NonNullType",R.SCHEMA_DEFINITION="SchemaDefinition",R.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",R.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",R.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",R.FIELD_DEFINITION="FieldDefinition",R.INPUT_VALUE_DEFINITION="InputValueDefinition",R.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",R.UNION_TYPE_DEFINITION="UnionTypeDefinition",R.ENUM_TYPE_DEFINITION="EnumTypeDefinition",R.ENUM_VALUE_DEFINITION="EnumValueDefinition",R.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",R.DIRECTIVE_DEFINITION="DirectiveDefinition",R.SCHEMA_EXTENSION="SchemaExtension",R.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",R.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",R.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",R.UNION_TYPE_EXTENSION="UnionTypeExtension",R.ENUM_TYPE_EXTENSION="EnumTypeExtension",R.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension",(F=M||(M={})).SOF="<SOF>",F.EOF="<EOF>",F.BANG="!",F.DOLLAR="$",F.AMP="&",F.PAREN_L="(",F.PAREN_R=")",F.SPREAD="...",F.COLON=":",F.EQUALS="=",F.AT="@",F.BRACKET_L="[",F.BRACKET_R="]",F.BRACE_L="{",F.PIPE="|",F.BRACE_R="}",F.NAME="Name",F.INT="Int",F.FLOAT="Float",F.STRING="String",F.BLOCK_STRING="BlockString",F.COMMENT="Comment";class p{constructor(e){let t=new d(M.SOF,0,0,0,0);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let e=this.token;if(e.kind!==M.EOF)do if(e.next)e=e.next;else{let t=function(e,t){let r=e.source.body,n=r.length,i=t;for(;i<n;){let t=r.charCodeAt(i);switch(t){case 65279:case 9:case 32:case 44:++i;continue;case 10:++i,++e.line,e.lineStart=i;continue;case 13:10===r.charCodeAt(i+1)?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return function(e,t){let r=e.source.body,n=r.length,i=t+1;for(;i<n;){let e=r.charCodeAt(i);if(10===e||13===e)break;if(y(e))++i;else if(g(r,i))i+=2;else break}return I(e,M.COMMENT,t,i,r.slice(t+1,i))}(e,i);case 33:return I(e,M.BANG,i,i+1);case 36:return I(e,M.DOLLAR,i,i+1);case 38:return I(e,M.AMP,i,i+1);case 40:return I(e,M.PAREN_L,i,i+1);case 41:return I(e,M.PAREN_R,i,i+1);case 46:if(46===r.charCodeAt(i+1)&&46===r.charCodeAt(i+2))return I(e,M.SPREAD,i,i+3);break;case 58:return I(e,M.COLON,i,i+1);case 61:return I(e,M.EQUALS,i,i+1);case 64:return I(e,M.AT,i,i+1);case 91:return I(e,M.BRACKET_L,i,i+1);case 93:return I(e,M.BRACKET_R,i,i+1);case 123:return I(e,M.BRACE_L,i,i+1);case 124:return I(e,M.PIPE,i,i+1);case 125:return I(e,M.BRACE_R,i,i+1);case 34:if(34===r.charCodeAt(i+1)&&34===r.charCodeAt(i+2))return function(e,t){let r=e.source.body,n=r.length,i=e.lineStart,o=t+3,a=o,s="",u=[];for(;o<n;){let n=r.charCodeAt(o);if(34===n&&34===r.charCodeAt(o+1)&&34===r.charCodeAt(o+2)){s+=r.slice(a,o),u.push(s);let n=I(e,M.BLOCK_STRING,t,o+3,(function(e){var t,r;let n=Number.MAX_SAFE_INTEGER,i=null,o=-1;for(let t=0;t<e.length;++t){let a=e[t],s=function(e){var t;let r=0;for(;r<e.length&&(9===(t=e.charCodeAt(r))||32===t);)++r;return r}(a);s!==a.length&&(i=null!==(r=i)&&void 0!==r?r:t,o=t,0!==t&&s<n&&(n=s))}return e.map((e,t)=>0===t?e:e.slice(n)).slice(null!==(t=i)&&void 0!==t?t:0,o+1)})(u).join("\n"));return e.line+=u.length-1,e.lineStart=i,n}if(92===n&&34===r.charCodeAt(o+1)&&34===r.charCodeAt(o+2)&&34===r.charCodeAt(o+3)){s+=r.slice(a,o),a=o+1,o+=4;continue}if(10===n||13===n){s+=r.slice(a,o),u.push(s),13===n&&10===r.charCodeAt(o+1)?o+=2:++o,s="",a=o,i=o;continue}if(y(n))++o;else if(g(r,o))o+=2;else throw l(e.source,o,`Invalid character within String: ${N(e,o)}.`)}throw l(e.source,o,"Unterminated string.")}(e,i);return function(e,t){let r=e.source.body,n=r.length,i=t+1,o=i,a="";for(;i<n;){let n=r.charCodeAt(i);if(34===n)return a+=r.slice(o,i),I(e,M.STRING,t,i+1,a);if(92===n){a+=r.slice(o,i);let t=117===r.charCodeAt(i+1)?123===r.charCodeAt(i+2)?function(e,t){let r=e.source.body,n=0,i=3;for(;i<12;){let e=r.charCodeAt(t+i++);if(125===e){if(i<5||!y(n))break;return{value:String.fromCodePoint(n),size:i}}if((n=n<<4|S(e))<0)break}throw l(e.source,t,`Invalid Unicode escape sequence: "${r.slice(t,t+i)}".`)}(e,i):function(e,t){let r=e.source.body,n=A(r,t+2);if(y(n))return{value:String.fromCodePoint(n),size:6};if(m(n)&&92===r.charCodeAt(t+6)&&117===r.charCodeAt(t+7)){let e=A(r,t+8);if(E(e))return{value:String.fromCodePoint(n,e),size:12}}throw l(e.source,t,`Invalid Unicode escape sequence: "${r.slice(t,t+6)}".`)}(e,i):function(e,t){let r=e.source.body;switch(r.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:"\n",size:2};case 114:return{value:"\r",size:2};case 116:return{value:"	",size:2}}throw l(e.source,t,`Invalid character escape sequence: "${r.slice(t,t+2)}".`)}(e,i);a+=t.value,i+=t.size,o=i;continue}if(10===n||13===n)break;if(y(n))++i;else if(g(r,i))i+=2;else throw l(e.source,i,`Invalid character within String: ${N(e,i)}.`)}throw l(e.source,i,"Unterminated string.")}(e,i)}if(f(t)||45===t)return function(e,t,r){let n=e.source.body,i=t,o=r,a=!1;if(45===o&&(o=n.charCodeAt(++i)),48===o){if(f(o=n.charCodeAt(++i)))throw l(e.source,i,`Invalid number, unexpected digit after 0: ${N(e,i)}.`)}else i=k(e,i,o),o=n.charCodeAt(i);if(46===o&&(a=!0,o=n.charCodeAt(++i),i=k(e,i,o),o=n.charCodeAt(i)),(69===o||101===o)&&(a=!0,(43===(o=n.charCodeAt(++i))||45===o)&&(o=n.charCodeAt(++i)),i=k(e,i,o),o=n.charCodeAt(i)),46===o||v(o))throw l(e.source,i,`Invalid number, expected digit but got: ${N(e,i)}.`);return I(e,a?M.FLOAT:M.INT,t,i,n.slice(t,i))}(e,i,t);if(v(t))return function(e,t){let r=e.source.body,n=r.length,i=t+1;for(;i<n;){var o;if(h(o=r.charCodeAt(i))||f(o)||95===o)++i;else break}return I(e,M.NAME,t,i,r.slice(t,i))}(e,i);throw l(e.source,i,39===t?"Unexpected single quote character ('), did you mean to use a double quote (\")?":y(t)||g(r,i)?`Unexpected character: ${N(e,i)}.`:`Invalid character: ${N(e,i)}.`)}return I(e,M.EOF,n,n)}(this,e.end);e.next=t,t.prev=e,e=t}while(e.kind===M.COMMENT);return e}}function y(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function g(e,t){return m(e.charCodeAt(t))&&E(e.charCodeAt(t+1))}function m(e){return e>=55296&&e<=56319}function E(e){return e>=56320&&e<=57343}function N(e,t){let r=e.source.body.codePointAt(t);if(void 0===r)return M.EOF;if(r>=32&&r<=126){let e=String.fromCodePoint(r);return'"'===e?"'\"'":`"${e}"`}return"U+"+r.toString(16).toUpperCase().padStart(4,"0")}function I(e,t,r,n,i){let o=e.line,a=1+r-e.lineStart;return new d(t,r,n,o,a,i)}function k(e,t,r){if(!f(r))throw l(e.source,t,`Invalid number, expected digit but got: ${N(e,t)}.`);let n=e.source.body,i=t+1;for(;f(n.charCodeAt(i));)++i;return i}function A(e,t){return S(e.charCodeAt(t))<<12|S(e.charCodeAt(t+1))<<8|S(e.charCodeAt(t+2))<<4|S(e.charCodeAt(t+3))}function S(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function b(e,t){if(!e)throw Error(t)}function O(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return function(e,t){if(null===e)return"null";if(t.includes(e))return"[Circular]";let r=[...t,e];if("function"==typeof e.toJSON){let t=e.toJSON();if(t!==e)return"string"==typeof t?t:O(t,r)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";let r=Math.min(10,e.length),n=e.length-r,i=[];for(let n=0;n<r;++n)i.push(O(e[n],t));return 1===n?i.push("... 1 more item"):n>1&&i.push(`... ${n} more items`),"["+i.join(", ")+"]"}(e,r);return function(e,t){let r=Object.entries(e);return 0===r.length?"{}":t.length>2?"["+function(e){let t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){let t=e.constructor.name;if("string"==typeof t&&""!==t)return t}return t}(e)+"]":"{ "+r.map(([e,r])=>e+": "+O(r,t)).join(", ")+" }"}(e,r)}(e,t);default:return String(e)}}let T=globalThis.process?function(e,t){return e instanceof t}:function(e,t){if(e instanceof t)return!0;if("object"==typeof e&&null!==e){var r;let n=t.prototype[Symbol.toStringTag];if(n===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null===(r=e.constructor)||void 0===r?void 0:r.name)){let t=O(e,[]);throw Error(`Cannot use ${n} "${t}" from another module or realm.

Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.

https://yarnpkg.com/en/docs/selective-version-resolutions

Duplicate "graphql" modules cannot be used at the same time since different
versions may have different capabilities and behavior. The data from one
version used in the function from another could produce confusing and
spurious results.`)}}return!1};class x{constructor(e,t="GraphQL request",r={line:1,column:1}){"string"==typeof e||b(!1,`Body must be a string. Received: ${O(e,[])}.`),this.body=e,this.name=t,this.locationOffset=r,this.locationOffset.line>0||b(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||b(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}function w(e){let t=e.value;return _(e.kind)+(null!=t?` "${t}"`:"")}function _(e){return e===M.BANG||e===M.DOLLAR||e===M.AMP||e===M.PAREN_L||e===M.PAREN_R||e===M.SPREAD||e===M.COLON||e===M.EQUALS||e===M.AT||e===M.BRACKET_L||e===M.BRACKET_R||e===M.BRACE_L||e===M.PIPE||e===M.BRACE_R?`"${e}"`:e}var C,D,R,F,L,P,q,M,U=r(10530);function V(){return(V=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}var j=("undefined"!=typeof navigator&&(null==navigator||navigator.product),function(e){var t=e.forward;return function(e){return(0,U.zG)(e,t)}})},31844:function(e,t,r){r.d(t,{HG:function(){return eI},eI:function(){return ew},Ek:function(){return eb},Lw:function(){return eT},$Y:function(){return eS}});var n,i,o,a,s={NAME:"Name",OPERATION_DEFINITION:"OperationDefinition",FIELD:"Field"};class u extends Error{constructor(e,t,r,n,i,o,a){super(e),this.name="GraphQLError",this.message=e,i&&(this.path=i),t&&(this.nodes=Array.isArray(t)?t:[t]),r&&(this.source=r),n&&(this.positions=n),o&&(this.originalError=o);var s=a;if(!s&&o){var u=o.extensions;u&&"object"==typeof u&&(s=u)}this.extensions=s||{}}toJSON(){return{...this,message:this.message}}toString(){return this.message}get[Symbol.toStringTag](){return"GraphQLError"}}function l(e){return new u(`Syntax Error: Unexpected token at ${a} in ${e}`)}function c(e){if(e.lastIndex=a,e.test(o))return o.slice(a,a=e.lastIndex)}var d=/ +(?=[^\s])/y;function f(){for(var e=0|o.charCodeAt(a++);9===e||10===e||13===e||32===e||35===e||44===e||65279===e;e=0|o.charCodeAt(a++))if(35===e)for(;10!==(e=o.charCodeAt(a++))&&13!==e;);a--}var h=/[_A-Za-z]\w*/y,v=RegExp("(?:(null|true|false)|\\$("+h.source+')|(-?\\d+)((?:\\.\\d+)?[eE][+-]?\\d+|\\.\\d+)?|("""(?:"""|(?:[\\s\\S]*?[^\\\\])"""))|("(?:"|[^\\r\\n]*?[^\\\\]"))|('+h.source+"))","y"),p=((n=p||{})[n.Const=1]="Const",n[n.Var=2]="Var",n[n.Int=3]="Int",n[n.Float=4]="Float",n[n.BlockString=5]="BlockString",n[n.String=6]="String",n[n.Enum=7]="Enum",n),y=/\\/g;function g(e){if(v.lastIndex=a,91===o.charCodeAt(a)){a++,f();for(var t,r,n,i=[];93!==o.charCodeAt(a);)i.push(g(e));return a++,f(),{kind:"ListValue",values:i}}if(123===o.charCodeAt(a)){a++,f();for(var s=[];125!==o.charCodeAt(a);){if(null==(t=c(h))||(f(),58!==o.charCodeAt(a++)))throw l("ObjectField");f(),s.push({kind:"ObjectField",name:{kind:"Name",value:t},value:g(e)})}return a++,f(),{kind:"ObjectValue",fields:s}}if(null!=(r=v.exec(o))){if(a=v.lastIndex,f(),null!=(t=r[p.Const]))return"null"===t?{kind:"NullValue"}:{kind:"BooleanValue",value:"true"===t};if(null!=(t=r[p.Var])){if(!e)return{kind:"Variable",name:{kind:"Name",value:t}};throw l("Variable")}if(null!=(t=r[p.Int]))return null!=(n=r[p.Float])?{kind:"FloatValue",value:t+n}:{kind:"IntValue",value:t};if(null!=(t=r[p.BlockString]))return{kind:"StringValue",value:function(e){for(var t=e.split("\n"),r="",n=0,i=0,o=t.length-1,a=0;a<t.length;a++)d.lastIndex=0,d.test(t[a])&&(a&&(!n||d.lastIndex<n)&&(n=d.lastIndex),i=i||a,o=a);for(var s=i;s<=o;s++)s!==i&&(r+="\n"),r+=t[s].slice(n).replace(/\\"""/g,'"""');return r}(t.slice(3,-3)),block:!0};else if(null!=(t=r[p.String]))return{kind:"StringValue",value:y.test(t)?JSON.parse(t):t.slice(1,-1),block:!1};else if(null!=(t=r[p.Enum]))return{kind:"EnumValue",value:t}}throw l("Value")}function m(e){if(40===o.charCodeAt(a)){var t,r=[];a++,f();do{if(null==(t=c(h))||(f(),58!==o.charCodeAt(a++)))throw l("Argument");f(),r.push({kind:"Argument",name:{kind:"Name",value:t},value:g(e)})}while(41!==o.charCodeAt(a));return a++,f(),r}}function E(e){if(64===o.charCodeAt(a)){var t,r=[];do{if(a++,null==(t=c(h)))throw l("Directive");f(),r.push({kind:"Directive",name:{kind:"Name",value:t},arguments:m(e)})}while(64===o.charCodeAt(a));return r}}var N=RegExp("(?:(\\.{3})|("+h.source+"))","y"),I=((i=I||{})[i.Spread=1]="Spread",i[i.Name=2]="Name",i);function k(){var e,t,r=[];do if(N.lastIndex=a,null!=(t=N.exec(o))){if(a=N.lastIndex,null!=t[I.Spread]){f();var n=c(h);if(null!=n&&"on"!==n)f(),r.push({kind:"FragmentSpread",name:{kind:"Name",value:n},directives:E(!1)});else{if(f(),"on"===n){if(null==(n=c(h)))throw l("NamedType");f()}var i=E(!1);if(123!==o.charCodeAt(a++))throw l("InlineFragment");f(),r.push({kind:"InlineFragment",typeCondition:n?{kind:"NamedType",name:{kind:"Name",value:n}}:void 0,directives:i,selectionSet:k()})}}else if(null!=(e=t[I.Name])){var s=void 0;if(f(),58===o.charCodeAt(a)){if(a++,f(),s=e,null==(e=c(h)))throw l("Field");f()}var u=m(!1);f();var d=E(!1),v=void 0;123===o.charCodeAt(a)&&(a++,f(),v=k()),r.push({kind:"Field",alias:s?{kind:"Name",value:s}:void 0,name:{kind:"Name",value:e},arguments:u,directives:d,selectionSet:v})}}else throw l("SelectionSet");while(125!==o.charCodeAt(a));return a++,f(),{kind:"SelectionSet",selections:r}}var A=/(?:query|mutation|subscription|fragment)/y;function S(e,t,r){for(var n="",i=0;i<e.length;i++)i&&(n+=t),n+=r(e[i]);return n}var b="\n",O={OperationDefinition(e){var t=e.operation;return e.name&&(t+=" "+e.name.value),e.variableDefinitions&&e.variableDefinitions.length&&(e.name||(t+=" "),t+="("+S(e.variableDefinitions,", ",O.VariableDefinition)+")"),e.directives&&e.directives.length&&(t+=" "+S(e.directives," ",O.Directive)),"query"!==t?t+" "+O.SelectionSet(e.selectionSet):O.SelectionSet(e.selectionSet)},VariableDefinition(e){var t=O.Variable(e.variable)+": "+T(e.type);return e.defaultValue&&(t+=" = "+T(e.defaultValue)),e.directives&&e.directives.length&&(t+=" "+S(e.directives," ",O.Directive)),t},Field(e){var t=e.alias?e.alias.value+": "+e.name.value:e.name.value;if(e.arguments&&e.arguments.length){var r=S(e.arguments,", ",O.Argument);t.length+r.length+2>80?t+="("+(b+="  ")+S(e.arguments,b,O.Argument)+(b=b.slice(0,-2))+")":t+="("+r+")"}return e.directives&&e.directives.length&&(t+=" "+S(e.directives," ",O.Directive)),e.selectionSet&&(t+=" "+O.SelectionSet(e.selectionSet)),t},StringValue:e=>e.block?('"""\n'+e.value.replace(/"""/g,'\\"""')+'\n"""').replace(/\n/g,b):JSON.stringify(e.value),BooleanValue:e=>""+e.value,NullValue:e=>"null",IntValue:e=>e.value,FloatValue:e=>e.value,EnumValue:e=>e.value,Name:e=>e.value,Variable:e=>"$"+e.name.value,ListValue:e=>"["+S(e.values,", ",T)+"]",ObjectValue:e=>"{"+S(e.fields,", ",O.ObjectField)+"}",ObjectField:e=>e.name.value+": "+T(e.value),Document:e=>e.definitions&&e.definitions.length?S(e.definitions,"\n\n",T):"",SelectionSet:e=>"{"+(b+="  ")+S(e.selections,b,T)+(b=b.slice(0,-2))+"}",Argument:e=>e.name.value+": "+T(e.value),FragmentSpread(e){var t="..."+e.name.value;return e.directives&&e.directives.length&&(t+=" "+S(e.directives," ",O.Directive)),t},InlineFragment(e){var t="...";return e.typeCondition&&(t+=" on "+e.typeCondition.name.value),e.directives&&e.directives.length&&(t+=" "+S(e.directives," ",O.Directive)),t+" "+O.SelectionSet(e.selectionSet)},FragmentDefinition(e){var t="fragment "+e.name.value;return t+=" on "+e.typeCondition.name.value,e.directives&&e.directives.length&&(t+=" "+S(e.directives," ",O.Directive)),t+" "+O.SelectionSet(e.selectionSet)},Directive(e){var t="@"+e.name.value;return e.arguments&&e.arguments.length&&(t+="("+S(e.arguments,", ",O.Argument)+")"),t},NamedType:e=>e.name.value,ListType:e=>"["+T(e.type)+"]",NonNullType:e=>T(e.type)+"!"},T=e=>O[e.kind](e),x=r(10530),w=e=>e&&e.message&&(e.extensions||"GraphQLError"===e.name)?e:"object"==typeof e&&e.message?new u(e.message,e.nodes,e.source,e.positions,e.path,e,e.extensions||{}):new u(e);class _ extends Error{constructor(e){var t=(e.graphQLErrors||[]).map(w),r=((e,t)=>{var r="";if(e)return`[Network] ${e.message}`;if(t)for(var n of t)r&&(r+="\n"),r+=`[GraphQL] ${n.message}`;return r})(e.networkError,t);super(r),this.name="CombinedError",this.message=r,this.graphQLErrors=t,this.networkError=e.networkError,this.response=e.response}toString(){return this.message}}var C=(e,t)=>{for(var r=0|(t||5381),n=0,i=0|e.length;n<i;n++)r=(r<<5)+r+e.charCodeAt(n);return r},D=new Set,R=new WeakMap,F=(e,t)=>{if(null===e||D.has(e))return"null";if("object"!=typeof e)return JSON.stringify(e)||"";if(e.toJSON)return F(e.toJSON(),t);if(Array.isArray(e)){var r="[";for(var n of e)r.length>1&&(r+=","),r+=F(n,t)||"null";return r+"]"}if(!t&&(M!==q&&e instanceof M||U!==q&&e instanceof U))return"null";var i=Object.keys(e).sort();if(!i.length&&e.constructor&&Object.getPrototypeOf(e).constructor!==Object.prototype.constructor){var o=R.get(e)||Math.random().toString(36).slice(2);return R.set(e,o),F({__key:o},t)}D.add(e);var a="{";for(var s of i){var u=F(e[s],t);u&&(a.length>1&&(a+=","),a+=F(s,t)+":"+u)}return D.delete(e),a+"}"},L=(e,t,r)=>{if(null==r||"object"!=typeof r||r.toJSON||D.has(r));else if(Array.isArray(r))for(var n=0,i=r.length;n<i;n++)L(e,`${t}.${n}`,r[n]);else if(r instanceof M||r instanceof U)e.set(t,r);else for(var o of(D.add(r),Object.keys(r)))L(e,`${t}.${o}`,r[o])},P=(e,t)=>(D.clear(),F(e,t||!1));class q{}var M="undefined"!=typeof File?File:q,U="undefined"!=typeof Blob?Blob:q,V=/("{3}[\s\S]*"{3}|"(?:\\.|[^"])*")/g,j=/(?:#[^\n\r]+)?(?:[\r\n]+|$)/g,B=(e,t)=>t%2==0?e.replace(j,"\n"):e,$=e=>e.split(V).map(B).join("").trim(),G=new Map,J=new Map,Q=e=>{var t;return"string"==typeof e?t=$(e):e.loc&&J.get(e.__key)===e?t=e.loc.source.body:(t=G.get(e)||$((b="\n",O[e.kind]?O[e.kind](e):"")),G.set(e,t)),"string"==typeof e||e.loc||(e.loc={start:0,end:t.length,source:{body:t,name:"gql",locationOffset:{line:1,column:1}}}),t},X=e=>{var t;if(e.documentId)t=C(e.documentId);else if(t=C(Q(e)),e.definitions){var r=K(e);r&&(t=C(`
# ${r}`,t))}return t},Y=e=>{var t,r;return"string"==typeof e?(t=X(e),r=J.get(t)||(o="string"==typeof e.body?e.body:e,a=0,function(){f();var e,t,r=[];do if("fragment"===(e=c(A)))f(),r.push(function(){if(null==(e=c(h))||(f(),"on"!==c(h))||(f(),null==(t=c(h))))throw l("FragmentDefinition");f();var e,t,r=E(!1);if(123!==o.charCodeAt(a++))throw l("FragmentDefinition");return f(),{kind:"FragmentDefinition",name:{kind:"Name",value:e},typeCondition:{kind:"NamedType",name:{kind:"Name",value:t}},directives:r,selectionSet:k()}}());else if(null!=(t=function(e){var t,r,n;if(e&&(f(),t=c(h),r=function(){if(f(),40===o.charCodeAt(a)){var e,t=[];a++,f();do{if(36!==o.charCodeAt(a++)||null==(e=c(h)))throw l("Variable");if(f(),58!==o.charCodeAt(a++))throw l("VariableDefinition");f();var r=function(){for(var e,t=0;91===o.charCodeAt(a);)t++,a++,f();if(null==(e=c(h)))throw l("NamedType");f();var r={kind:"NamedType",name:{kind:"Name",value:e}};do if(33===o.charCodeAt(a)&&(a++,f(),r={kind:"NonNullType",type:r}),t){if(93!==o.charCodeAt(a++))throw l("NamedType");f(),r={kind:"ListType",type:r}}while(t--);return r}(),n=void 0;61===o.charCodeAt(a)&&(a++,f(),n=g(!0)),f(),t.push({kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:e}},type:r,defaultValue:n,directives:E(!0)})}while(41!==o.charCodeAt(a));return a++,f(),t}}(),n=E(!1)),123===o.charCodeAt(a))return a++,f(),{kind:"OperationDefinition",operation:e||"query",name:t?{kind:"Name",value:t}:void 0,variableDefinitions:r,directives:n,selectionSet:k()}}(e)))r.push(t);else throw l("Document");while(a<o.length);return{kind:"Document",definitions:r}}())):(t=e.__key||X(e),r=J.get(t)||e),r.loc||Q(r),r.__key=t,J.set(t,r),r},z=(e,t,r)=>{var n=t||{},i=Y(e),o=P(n,!0),a=i.__key;return"{}"!==o&&(a=C(o,a)),{key:a,query:i,variables:n,extensions:r}},K=e=>{for(var t of e.definitions)if(t.kind===s.OPERATION_DEFINITION)return t.name?t.name.value:void 0},H=(e,t,r)=>{if(!("data"in t||"errors"in t&&Array.isArray(t.errors)))throw Error("No Content");var n="subscription"===e.kind;return{operation:e,data:t.data,error:Array.isArray(t.errors)?new _({graphQLErrors:t.errors,response:r}):void 0,extensions:t.extensions?{...t.extensions}:void 0,hasNext:null==t.hasNext?n:t.hasNext,stale:!1}},W=(e,t)=>{if("object"==typeof e&&null!=e&&(!e.constructor||e.constructor===Object||Array.isArray(e))){for(var r of(e=Array.isArray(e)?[...e]:{...e},Object.keys(t)))e[r]=W(e[r],t[r]);return e}return t},Z=(e,t,r,n)=>{var i=e.error?e.error.graphQLErrors:[],o=!!e.extensions||!!(t.payload||t).extensions,a={...e.extensions,...(t.payload||t).extensions},s=t.incremental;"path"in t&&(s=[t]);var u={data:e.data};if(s){var l=function(e){Array.isArray(e.errors)&&i.push(...e.errors),e.extensions&&(Object.assign(a,e.extensions),o=!0);var t="data",r=u,s=[];if(e.path)s=e.path;else if(n){var l=n.find(t=>t.id===e.id);s=e.subPath?[...l.path,...e.subPath]:l.path}for(var c=0,d=s.length;c<d;t=s[c++])r=r[t]=Array.isArray(r[t])?[...r[t]]:{...r[t]};if(e.items)for(var f=+t>=0?t:0,h=0,v=e.items.length;h<v;h++)r[f+h]=W(r[f+h],e.items[h]);else void 0!==e.data&&(r[t]=W(r[t],e.data))};for(var c of s)l(c)}else u.data=(t.payload||t).data||e.data,i=t.errors||t.payload&&t.payload.errors||i;return{operation:e.operation,data:u.data,error:i.length?new _({graphQLErrors:i,response:r}):void 0,extensions:o?a:void 0,hasNext:null!=t.hasNext?t.hasNext:e.hasNext,stale:!1}},ee=(e,t,r)=>({operation:e,data:void 0,error:new _({networkError:t,response:r}),extensions:void 0,hasNext:!1,stale:!1}),et=(e,t)=>{var r="query"===e.kind&&e.context.preferGetMethod;if(!r||!t)return e.context.url;var n=er(e.context.url);for(var i in t){var o=t[i];o&&n[1].set(i,"object"==typeof o?P(o):o)}var a=n.join("?");return a.length>2047&&"force"!==r?(e.context.preferGetMethod=!1,e.context.url):a},er=e=>{var t=e.indexOf("?");return t>-1?[e.slice(0,t),new URLSearchParams(e.slice(t+1))]:[e,new URLSearchParams]},en=(e,t)=>{if(t&&!("query"===e.kind&&e.context.preferGetMethod)){var r,n,i=P(t),o=(r=t.variables,n=new Map,(M!==q||U!==q)&&(D.clear(),L(n,"variables",r)),n);if(o.size){var a=new FormData;a.append("operations",i),a.append("map",P({...[...o.keys()].map(e=>[e])}));var s=0;for(var u of o.values())a.append(""+s++,u);return a}return i}},ei=(e,t)=>{var r={accept:"subscription"===e.kind?"text/event-stream, multipart/mixed":"application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed"},n=("function"==typeof e.context.fetchOptions?e.context.fetchOptions():e.context.fetchOptions)||{};if(n.headers){let e;if("has"in(e=n.headers)&&!Object.keys(e).length)n.headers.forEach((e,t)=>{r[t]=e});else if(Array.isArray(n.headers))n.headers.forEach((e,t)=>{Array.isArray(e)?r[e[0]]?r[e[0]]=`${r[e[0]]},${e[1]}`:r[e[0]]=e[1]:r[t]=e});else for(var i in n.headers)r[i.toLowerCase()]=n.headers[i]}var o=en(e,t);return"string"!=typeof o||r["content-type"]||(r["content-type"]="application/json"),{...n,method:o?"POST":"GET",body:o,headers:r}},eo="undefined"!=typeof TextDecoder?new TextDecoder:null,ea=/boundary="?([^=";]+)"?/i,es=/data: ?([^\n]+)/,eu=e=>"Buffer"===e.constructor.name?e.toString():eo.decode(e);async function*el(e){if(e.body[Symbol.asyncIterator])for await(var t of e.body)yield eu(t);else{var r,n=e.body.getReader();try{for(;!(r=await n.read()).done;)yield eu(r.value)}finally{n.cancel()}}}async function*ec(e,t){var r,n="";for await(var i of e)for(n+=i;(r=n.indexOf(t))>-1;)yield n.slice(0,r),n=n.slice(r+t.length)}async function*ed(e,t,r){var n=!0,i=null;try{yield await Promise.resolve();var o,a,s=(o=await (e.context.fetch||fetch)(t,r)).headers.get("Content-Type")||"";for await(var u of/multipart\/mixed/i.test(s)?async function*(e,t){var r,n=e.match(ea),i="--"+(n?n[1]:"-"),o=!0;for await(var a of ec(el(t),"\r\n"+i)){if(o){o=!1;var s=a.indexOf(i);if(!(s>-1))continue;a=a.slice(s+i.length)}try{yield r=JSON.parse(a.slice(a.indexOf("\r\n\r\n")+4))}catch(e){if(!r)throw e}if(r&&!1===r.hasNext)break}r&&!1!==r.hasNext&&(yield{hasNext:!1})}(s,o):/text\/event-stream/i.test(s)?async function*(e){var t;for await(var r of ec(el(e),"\n\n")){var n=r.match(es);if(n){var i=n[1];try{yield t=JSON.parse(i)}catch(e){if(!t)throw e}if(t&&!1===t.hasNext)break}}t&&!1!==t.hasNext&&(yield{hasNext:!1})}(o):/text\//i.test(s)?async function*(e){var t=await e.text();try{var r=JSON.parse(t);yield r}catch(e){throw Error(t)}}(o):async function*(e){yield JSON.parse(await e.text())}(o))u.pending&&!i?a=u.pending:u.pending&&(a=[...a,...u.pending]),i=i?Z(i,u,o,a):H(e,u,o),n=!1,yield i,n=!0;i||(yield i=H(e,{},o))}catch(t){if(!n)throw t;yield ee(e,o&&(o.status<200||o.status>=300)&&o.statusText?Error(o.statusText):t,o)}}var ef=(e,t)=>{if(Array.isArray(e))for(var r of e)ef(r,t);else if("object"==typeof e&&null!==e)for(var n in e)"__typename"===n&&"string"==typeof e[n]?t.add(e[n]):ef(e[n],t);return t},eh=e=>{if("definitions"in e){var t=[];for(var r of e.definitions){var n=eh(r);t.push(n)}return{...e,definitions:t}}if("directives"in e&&e.directives&&e.directives.length){var i=[],o={};for(var a of e.directives){var u=a.name.value;"_"!==u[0]?i.push(a):u=u.slice(1),o[u]=a}e={...e,directives:i,_directives:o}}if("selectionSet"in e){var l=[],c=e.kind===s.OPERATION_DEFINITION;if(e.selectionSet){for(var d of e.selectionSet.selections||[]){c=c||d.kind===s.FIELD&&"__typename"===d.name.value&&!d.alias;var f=eh(d);l.push(f)}return c||l.push({kind:s.FIELD,name:{kind:s.NAME,value:"__typename"},_generated:!0}),{...e,selectionSet:{...e.selectionSet,selections:l}}}}return e},ev=new Map,ep=e=>{var t=Y(e),r=ev.get(t.__key);return r||(ev.set(t.__key,r=eh(t)),Object.defineProperty(r,"__key",{value:t.__key,enumerable:!1})),r};function ey(e){var t=t=>e(t);return t.toPromise=()=>(0,x.Vi)((0,x.qn)(1)((0,x.hX)(e=>!e.stale&&!e.hasNext)(t))),t.then=(e,r)=>t.toPromise().then(e,r),t.subscribe=e=>(0,x.Ld)(e)(t),t}function eg(e,t,r){return{...t,kind:e,context:t.context?{...t.context,...r}:r||t.context}}var em=()=>{},eE=({kind:e})=>"mutation"!==e&&"query"!==e,eN=e=>{var t=ep(e.query);if(t===e.query)return e;var r=eg(e.kind,e);return r.query=t,r},eI=({forward:e,client:t,dispatchDebug:r})=>{var n=new Map,i=new Map,o=e=>"query"===e.kind&&"network-only"!==e.context.requestPolicy&&("cache-only"===e.context.requestPolicy||n.has(e.key));return r=>{var a=(0,x.UI)(e=>{var r=n.get(e.key)||H(e,{data:null});return r={...r,operation:e},"cache-and-network"===e.context.requestPolicy&&(r.stale=!0,ek(t,e)),r})((0,x.hX)(e=>!eE(e)&&o(e))(r)),s=(0,x.bw)(e=>{var{operation:r}=e;if(r){var o=r.context.additionalTypenames||[];if("subscription"!==e.operation.kind&&(o=[...ef(e.data,new Set)].concat(o)),"mutation"===e.operation.kind||"subscription"===e.operation.kind){for(var a=new Set,s=0;s<o.length;s++){var u=o[s],l=i.get(u);for(var c of(l||i.set(u,l=new Set),l.values()))a.add(c);l.clear()}for(var d of a.values())n.has(d)&&(r=n.get(d).operation,n.delete(d),ek(t,r))}else if("query"===r.kind&&e.data){n.set(r.key,e);for(var f=0;f<o.length;f++){var h=o[f],v=i.get(h);v||i.set(h,v=new Set),v.add(r.key)}}}})(e((0,x.hX)(e=>"query"!==e.kind||"cache-only"!==e.context.requestPolicy)((0,x.UI)(e=>e)((0,x.TS)([(0,x.UI)(eN)((0,x.hX)(e=>!eE(e)&&!o(e))(r)),(0,x.hX)(e=>eE(e))(r)])))));return(0,x.TS)([a,s])}},ek=(e,t)=>e.reexecuteOperation(eg(t.kind,t,{requestPolicy:"network-only"})),eA=new Set,eS=(e={})=>{var t=!!e.staleWhileRevalidate,r=!!e.includeExtensions,n={},i=[],o=e=>{i.push(e.operation.key),1===i.length&&Promise.resolve().then(()=>{for(var e;e=i.shift();)n[e]=null})},a=({client:i,forward:a})=>s=>{var u=e&&"boolean"==typeof e.isClient?!!e.isClient:!i.suspense,l=a((0,x.UI)(eN)((0,x.hX)(e=>"teardown"===e.kind||!n[e.key]||!!n[e.key].hasNext||"network-only"===e.context.requestPolicy)(s))),c=(0,x.UI)(e=>{let o;var a=(o=n[e.key],{operation:e,data:o.data?JSON.parse(o.data):void 0,extensions:r&&o.extensions?JSON.parse(o.extensions):void 0,error:o.error?new _({networkError:o.error.networkError?Error(o.error.networkError):void 0,graphQLErrors:o.error.graphQLErrors}):void 0,stale:!1,hasNext:!!o.hasNext});return t&&!eA.has(e.key)&&(a.stale=!0,eA.add(e.key),ek(i,e)),{...a,operation:e}})((0,x.hX)(e=>"teardown"!==e.kind&&!!n[e.key]&&"network-only"!==e.context.requestPolicy)(s));return u?c=(0,x.bw)(o)(c):l=(0,x.bw)(e=>{var{operation:t}=e;if("mutation"!==t.kind){var i,o=(i={data:JSON.stringify(e.data),hasNext:e.hasNext},void 0!==e.data&&(i.data=JSON.stringify(e.data)),r&&void 0!==e.extensions&&(i.extensions=JSON.stringify(e.extensions)),e.error&&(i.error={graphQLErrors:e.error.graphQLErrors.map(e=>e.path||e.extensions?{message:e.message,path:e.path,extensions:e.extensions}:e.message)},e.error.networkError&&(i.error.networkError=""+e.error.networkError)),i);n[t.key]=o}})(l),(0,x.TS)([l,c])};return a.restoreData=e=>{for(var t in e)null!==n[t]&&(n[t]=e[t])},a.extractData=()=>{var e={};for(var t in n)null!=n[t]&&(e[t]=n[t]);return e},e&&e.initialState&&a.restoreData(e.initialState),a},eb=({forward:e,dispatchDebug:t})=>t=>{var r=(0,x.zg)(e=>{var r,n,i=(r={query:void 0,documentId:void 0,operationName:K(e.query),variables:e.variables||void 0,extensions:e.extensions},"documentId"in e.query&&e.query.documentId&&(!e.query.definitions||!e.query.definitions.length)?r.documentId=e.query.documentId:e.extensions&&e.extensions.persistedQuery&&!e.extensions.persistedQuery.miss||(r.query=Q(e.query)),r),o=et(e,i),a=ei(e,i);return(0,x.Rs)((0,x.hX)(t=>"teardown"===t.kind&&t.key===e.key)(t))(("undefined"!=typeof AbortController&&(a.signal=(n=new AbortController).signal),(0,x.ok)(()=>{n&&n.abort()})((0,x.hX)(e=>!!e)((0,x.fY)(ed(e,o,a))))))})((0,x.hX)(e=>"teardown"!==e.kind&&("subscription"!==e.kind||!!e.context.fetchSubscriptions))(t)),n=e((0,x.hX)(e=>"teardown"===e.kind||"subscription"===e.kind&&!e.context.fetchSubscriptions)(t));return(0,x.TS)([r,n])},eO=e=>({client:t,forward:r,dispatchDebug:n})=>e.reduceRight((e,r)=>r({client:t,forward:t=>(0,x.BN)(e((0,x.BN)(t))),dispatchDebug(e){}}),r),eT=({onOperation:e,onResult:t,onError:r})=>({forward:n})=>i=>(0,x.zg)(e=>{r&&e.error&&r(e.error,e.operation);var n=t&&t(e)||e;return"then"in n?(0,x.p4)(n):(0,x._A)(n)})(n((0,x.zg)(t=>{var r=e&&e(t)||t;return"then"in r?(0,x.p4)(r):(0,x._A)(r)})(i))),ex=({dispatchDebug:e})=>e=>(0,x.hX)(e=>!1)(e),ew=function e(t){var r=0,n=new Map,i=new Map,o=new Set,a=[],s={url:t.url,fetchSubscriptions:t.fetchSubscriptions,fetchOptions:t.fetchOptions,fetch:t.fetch,preferGetMethod:t.preferGetMethod,requestPolicy:t.requestPolicy||"cache-first"},u=(0,x.nN)();function l(e){"mutation"!==e.kind&&"teardown"!==e.kind&&o.has(e.key)||("teardown"===e.kind?o.delete(e.key):"mutation"!==e.kind&&o.add(e.key),u.next(e))}var c=!1;function d(e){if(e&&l(e),!c){for(c=!0;c&&(e=a.shift());)l(e);c=!1}}var f=e=>{var t=(0,x.Rs)((0,x.hX)(t=>"teardown"===t.kind&&t.key===e.key)(u.source))((0,x.hX)(t=>t.operation.kind===e.kind&&t.operation.key===e.key&&(!t.operation.context._instance||t.operation.context._instance===e.context._instance))(p));return t="query"!==e.kind?(0,x.oE)(e=>!!e.hasNext,!0)(t):(0,x.wt)(t=>{var r=(0,x._A)(t);return t.stale||t.hasNext?r:(0,x.TS)([r,(0,x.UI)(()=>(t.stale=!0,t))((0,x.qn)(1)((0,x.hX)(t=>t.key===e.key)(u.source)))])})(t),t="mutation"!==e.kind?(0,x.ok)(()=>{o.delete(e.key),n.delete(e.key),i.delete(e.key),c=!1;for(var t=a.length-1;t>=0;t--)a[t].key===e.key&&a.splice(t,1);l(eg("teardown",e,e.context))})((0,x.Mq)(t=>{if(t.stale){if(t.hasNext){for(var r of a)if(r.key===t.operation.key){o.delete(r.key);break}}else o.delete(e.key)}else t.hasNext||o.delete(e.key);n.set(e.key,t)})(t)):(0,x.Hr)(()=>{l(e)})(t),(0,x.BN)(t)},h=Object.assign(this instanceof e?this:Object.create(e.prototype),{suspense:!!t.suspense,operations$:u.source,reexecuteOperation(e){if("teardown"===e.kind)d(e);else if("mutation"===e.kind)a.push(e),Promise.resolve().then(d);else if(i.has(e.key)){for(var t=!1,r=0;r<a.length;r++)a[r].key===e.key&&(a[r]=e,t=!0);t||o.has(e.key)&&"network-only"!==e.context.requestPolicy?o.delete(e.key):a.push(e),Promise.resolve().then(d)}},createRequestOperation:(e,t,n)=>(n||(n={}),eg(e,t,{_instance:"mutation"===e?r=r+1|0:void 0,...s,...n,requestPolicy:n.requestPolicy||s.requestPolicy,suspense:n.suspense||!1!==n.suspense&&h.suspense})),executeRequestOperation:e=>"mutation"===e.kind?ey(f(e)):ey((0,x.Vo)(()=>{var t=i.get(e.key);t||i.set(e.key,t=f(e)),t=(0,x.Hr)(()=>{d(e)})(t);var r=n.get(e.key);return"query"===e.kind&&r&&(r.stale||r.hasNext)?(0,x.wt)(x._A)((0,x.TS)([t,(0,x.hX)(t=>t===n.get(e.key))((0,x._A)(r))])):t})),executeQuery(e,t){var r=h.createRequestOperation("query",e,t);return h.executeRequestOperation(r)},executeSubscription(e,t){var r=h.createRequestOperation("subscription",e,t);return h.executeRequestOperation(r)},executeMutation(e,t){var r=h.createRequestOperation("mutation",e,t);return h.executeRequestOperation(r)},readQuery(e,t,r){var n=null;return(0,x.Ld)(e=>{n=e})(h.query(e,t,r)).unsubscribe(),n},query:(e,t,r)=>h.executeQuery(z(e,t),r),subscription:(e,t,r)=>h.executeSubscription(z(e,t),r),mutation:(e,t,r)=>h.executeMutation(z(e,t),r)}),v=eO(t.exchanges),p=(0,x.BN)(v({client:h,dispatchDebug:em,forward:ex({dispatchDebug:em})})(u.source));return(0,x.nY)(p),h}},35812:function(e,t,r){r.d(t,{Jj:function(){return f}});var n=r(94424),i=n.createContext({}),o=i.Provider;i.Consumer,i.displayName="UrqlContext",n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,r(35456);var a={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},s=/[&><\u2028\u2029]/g,u=n.createContext(void 0),l=({nonce:e,children:t})=>{var r=n.useRef();return"undefined"!=typeof window||r.current||(r.current=function({nonce:e}){var t={isInjecting:!1,operationValuesByKey:{},RehydrateScript(){if(t.isInjecting=!1,!Object.keys(t.operationValuesByKey).length)return n.createElement(n.Fragment);var r,i=(r={rehydrate:{...t.operationValuesByKey}},`(window[Symbol.for("urql_transport")] ??= []).push(${JSON.stringify(r).replace(s,e=>a[e])})`);return t.operationValuesByKey={},n.createElement("script",{key:c++,nonce:e,dangerouslySetInnerHTML:{__html:i}})}};return t}({nonce:e})),n.createElement(u.Provider,{value:r.current},t)},c=0,d=n.createContext(void 0);function f({children:e,ssr:t,client:r,nonce:i}){return n.createElement(o,{value:r},n.createElement(d.Provider,{value:t},n.createElement(l,{nonce:i},e)))}Symbol.for("urql_transport")},10530:function(e,t,r){r.d(t,{BN:function(){return p},Hr:function(){return v},Ld:function(){return T},Mq:function(){return h},Rs:function(){return m},TS:function(){return d},UI:function(){return l},Vi:function(){return w},Vo:function(){return N},_A:function(){return A},bw:function(){return h},fY:function(){return I},hX:function(){return u},nN:function(){return b},nY:function(){return x},oE:function(){return E},ok:function(){return f},p4:function(){return O},qn:function(){return g},wt:function(){return y},zG:function(){return _},zg:function(){return c}});var n=()=>{};function i(e){return{tag:0,0:e}}function o(e){return{tag:1,0:e}}var a=()=>"function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator",s=e=>e;function u(e){return t=>r=>{var i=n;t(t=>{0===t?r(0):0===t.tag?(i=t[0],r(t)):e(t[0])?r(t):i(0)})}}function l(e){return t=>r=>t(t=>{0===t||0===t.tag?r(t):r(o(e(t[0])))})}function c(e){return t=>r=>{var o=[],a=n,s=!1,u=!1;t(t=>{if(u);else if(0===t)u=!0,o.length||r(0);else if(0===t.tag)a=t[0];else{var i,l;s=!1,i=e(t[0]),l=n,i(e=>{if(0===e){if(o.length){var t=o.indexOf(l);t>-1&&(o=o.slice()).splice(t,1),o.length||(u?r(0):s||(s=!0,a(0)))}}else 0===e.tag?(o.push(l=e[0]),l(0)):o.length&&(r(e),l(0))}),s||(s=!0,a(0))}}),r(i(e=>{if(1===e){u||(u=!0,a(1));for(var t=0,r=o,n=o.length;t<n;t++)r[t](1);o.length=0}else{u||s?s=!1:(s=!0,a(0));for(var i=0,l=o,c=o.length;i<c;i++)l[i](0)}}))}}function d(e){var t;return t=k(e),c(s)(t)}function f(e){return t=>r=>{var n=!1;t(t=>{if(n);else if(0===t)n=!0,r(0),e();else if(0===t.tag){var o=t[0];r(i(t=>{1===t?(n=!0,o(1),e()):o(t)}))}else r(t)})}}function h(e){return t=>r=>{var n=!1;t(t=>{if(n);else if(0===t)n=!0,r(0);else if(0===t.tag){var o=t[0];r(i(e=>{1===e&&(n=!0),o(e)}))}else e(t[0]),r(t)})}}function v(e){return t=>r=>t(t=>{0===t?r(0):0===t.tag?(r(t),e()):r(t)})}function p(e){var t=[],r=n,o=!1;return n=>{t.push(n),1===t.length&&e(e=>{if(0===e){for(var n=0,i=t,a=t.length;n<a;n++)i[n](0);t.length=0}else if(0===e.tag)r=e[0];else{o=!1;for(var s=0,u=t,l=t.length;s<l;s++)u[s](e)}}),n(i(e=>{if(1===e){var i=t.indexOf(n);i>-1&&(t=t.slice()).splice(i,1),t.length||r(1)}else o||(o=!0,r(0))}))}}function y(e){return t=>r=>{var o=n,a=n,s=!1,u=!1,l=!1,c=!1;t(t=>{if(c);else if(0===t)c=!0,l||r(0);else if(0===t.tag)o=t[0];else{var i;l&&(a(1),a=n),s?s=!1:(s=!0,o(0)),i=e(t[0]),l=!0,i(e=>{l&&(0===e?(l=!1,c?r(0):s||(s=!0,o(0))):0===e.tag?(u=!1,(a=e[0])(0)):(r(e),u?u=!1:a(0)))})}}),r(i(e=>{1===e?(c||(c=!0,o(1)),l&&(l=!1,a(1))):(c||s||(s=!0,o(0)),l&&!u&&(u=!0,a(0)))}))}}function g(e){return t=>r=>{var o=n,a=!1,s=0;t(t=>{a||(0===t?(a=!0,r(0)):0===t.tag?e<=0?(a=!0,r(0),t[0](1)):o=t[0]:s++<e?(r(t),!a&&s>=e&&(a=!0,r(0),o(1))):r(t))}),r(i(t=>{1!==t||a?0===t&&!a&&s<e&&o(0):(a=!0,o(1))}))}}function m(e){return t=>r=>{var o=n,a=n,s=!1;t(t=>{s||(0===t?(s=!0,a(1),r(0)):0===t.tag?(o=t[0],e(e=>{0===e||(0===e.tag?(a=e[0])(0):(s=!0,a(1),o(1),r(0)))})):r(t))}),r(i(e=>{1!==e||s?s||o(0):(s=!0,o(1),a(1))}))}}function E(e,t){return r=>i=>{var o=n,a=!1;r(r=>{a||(0===r?(a=!0,i(0)):0===r.tag?(o=r[0],i(r)):e(r[0])?i(r):(a=!0,t&&i(r),i(0),o(1)))})}}function N(e){return t=>e()(t)}function I(e){return t=>{var r,n=e[a()]&&e[a()]()||e,s=!1,u=!1,l=!1;t(i(async e=>{if(1===e)s=!0,n.return&&n.return();else if(u)l=!0;else{for(l=u=!0;l&&!s;)if((r=await n.next()).done)s=!0,n.return&&await n.return(),t(0);else try{l=!1,t(o(r.value))}catch(e){if(n.throw)(s=!!(await n.throw(e)).done)&&t(0);else throw e}u=!1}}))}}var k=function(e){return e[Symbol.asyncIterator]?I(e):t=>{var r,n=e[Symbol.iterator](),a=!1,s=!1,u=!1;t(i(e=>{if(1===e)a=!0,n.return&&n.return();else if(s)u=!0;else{for(u=s=!0;u&&!a;)if((r=n.next()).done)a=!0,n.return&&n.return(),t(0);else try{u=!1,t(o(r.value))}catch(e){if(n.throw)(a=!!n.throw(e).done)&&t(0);else throw e}s=!1}}))}};function A(e){return t=>{var r=!1;t(i(n=>{1===n?r=!0:r||(r=!0,t(o(e)),t(0))}))}}function S(e){return t=>{var r=!1,n=e({next(e){r||t(o(e))},complete(){r||(r=!0,t(0))}});t(i(e=>{1!==e||r||(r=!0,n())}))}}function b(){var e,t;return{source:p(S(r=>(e=r.next,t=r.complete,n))),next(t){e&&e(t)},complete(){t&&t()}}}function O(e){return S(t=>(e.then(e=>{Promise.resolve(e).then(()=>{t.next(e),t.complete()})}),n))}function T(e){return t=>{var r=n,i=!1;return t(t=>{0===t?i=!0:0===t.tag?(r=t[0])(0):i||(e(t[0]),r(0))}),{unsubscribe(){i||(i=!0,r(1))}}}}function x(e){T(e=>{})(e)}function w(e){return new Promise(t=>{var r,i=n;e(e=>{0===e?Promise.resolve(r).then(t):0===e.tag?(i=e[0])(0):(r=e[0],i(0))})})}var _=(...e)=>{for(var t=e[0],r=1,n=e.length;r<n;r++)t=e[r](t);return t}}}]);