@streamlayer/sdk-web 0.28.5 → 0.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/package.json +9 -9
package/lib/cjs/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
5
|
* @license MIT
|
|
6
|
-
*/(function(t){const e=_t,r=lr,o=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=l,t.SlowBuffer=X,t.INSPECT_MAX_BYTES=50;const s=2147483647;t.kMaxLength=s,l.TYPED_ARRAY_SUPPORT=u(),!l.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&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.");function u(){try{const a=new Uint8Array(1),n={foo:function(){return 42}};return Object.setPrototypeOf(n,Uint8Array.prototype),Object.setPrototypeOf(a,n),a.foo()===42}catch{return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function f(a){if(a>s)throw new RangeError('The value "'+a+'" is invalid for option "size"');const n=new Uint8Array(a);return Object.setPrototypeOf(n,l.prototype),n}function l(a,n,i){if(typeof a=="number"){if(typeof n=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return v(a)}return d(a,n,i)}l.poolSize=8192;function d(a,n,i){if(typeof a=="string")return E(a,n);if(ArrayBuffer.isView(a))return R(a);if(a==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof a);if(be(a,ArrayBuffer)||a&&be(a.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(be(a,SharedArrayBuffer)||a&&be(a.buffer,SharedArrayBuffer)))return L(a,n,i);if(typeof a=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const c=a.valueOf&&a.valueOf();if(c!=null&&c!==a)return l.from(c,n,i);const h=G(a);if(h)return h;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof a[Symbol.toPrimitive]=="function")return l.from(a[Symbol.toPrimitive]("string"),n,i);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof a)}l.from=function(a,n,i){return d(a,n,i)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array);function A(a){if(typeof a!="number")throw new TypeError('"size" argument must be of type number');if(a<0)throw new RangeError('The value "'+a+'" is invalid for option "size"')}function g(a,n,i){return A(a),a<=0?f(a):n!==void 0?typeof i=="string"?f(a).fill(n,i):f(a).fill(n):f(a)}l.alloc=function(a,n,i){return g(a,n,i)};function v(a){return A(a),f(a<0?0:z(a)|0)}l.allocUnsafe=function(a){return v(a)},l.allocUnsafeSlow=function(a){return v(a)};function E(a,n){if((typeof n!="string"||n==="")&&(n="utf8"),!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n);const i=ge(a,n)|0;let c=f(i);const h=c.write(a,n);return h!==i&&(c=c.slice(0,h)),c}function _(a){const n=a.length<0?0:z(a.length)|0,i=f(n);for(let c=0;c<n;c+=1)i[c]=a[c]&255;return i}function R(a){if(be(a,Uint8Array)){const n=new Uint8Array(a);return L(n.buffer,n.byteOffset,n.byteLength)}return _(a)}function L(a,n,i){if(n<0||a.byteLength<n)throw new RangeError('"offset" is outside of buffer bounds');if(a.byteLength<n+(i||0))throw new RangeError('"length" is outside of buffer bounds');let c;return n===void 0&&i===void 0?c=new Uint8Array(a):i===void 0?c=new Uint8Array(a,n):c=new Uint8Array(a,n,i),Object.setPrototypeOf(c,l.prototype),c}function G(a){if(l.isBuffer(a)){const n=z(a.length)|0,i=f(n);return i.length===0||a.copy(i,0,0,n),i}if(a.length!==void 0)return typeof a.length!="number"||Pt(a.length)?f(0):_(a);if(a.type==="Buffer"&&Array.isArray(a.data))return _(a.data)}function z(a){if(a>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return a|0}function X(a){return+a!=a&&(a=0),l.alloc(+a)}l.isBuffer=function(n){return n!=null&&n._isBuffer===!0&&n!==l.prototype},l.compare=function(n,i){if(be(n,Uint8Array)&&(n=l.from(n,n.offset,n.byteLength)),be(i,Uint8Array)&&(i=l.from(i,i.offset,i.byteLength)),!l.isBuffer(n)||!l.isBuffer(i))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(n===i)return 0;let c=n.length,h=i.length;for(let y=0,m=Math.min(c,h);y<m;++y)if(n[y]!==i[y]){c=n[y],h=i[y];break}return c<h?-1:h<c?1:0},l.isEncoding=function(n){switch(String(n).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}},l.concat=function(n,i){if(!Array.isArray(n))throw new TypeError('"list" argument must be an Array of Buffers');if(n.length===0)return l.alloc(0);let c;if(i===void 0)for(i=0,c=0;c<n.length;++c)i+=n[c].length;const h=l.allocUnsafe(i);let y=0;for(c=0;c<n.length;++c){let m=n[c];if(be(m,Uint8Array))y+m.length>h.length?(l.isBuffer(m)||(m=l.from(m)),m.copy(h,y)):Uint8Array.prototype.set.call(h,m,y);else if(l.isBuffer(m))m.copy(h,y);else throw new TypeError('"list" argument must be an Array of Buffers');y+=m.length}return h};function ge(a,n){if(l.isBuffer(a))return a.length;if(ArrayBuffer.isView(a)||be(a,ArrayBuffer))return a.byteLength;if(typeof a!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof a);const i=a.length,c=arguments.length>2&&arguments[2]===!0;if(!c&&i===0)return 0;let h=!1;for(;;)switch(n){case"ascii":case"latin1":case"binary":return i;case"utf8":case"utf-8":return it(a).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return i*2;case"hex":return i>>>1;case"base64":return ht(a).length;default:if(h)return c?-1:it(a).length;n=(""+n).toLowerCase(),h=!0}}l.byteLength=ge;function ee(a,n,i){let c=!1;if((n===void 0||n<0)&&(n=0),n>this.length||((i===void 0||i>this.length)&&(i=this.length),i<=0)||(i>>>=0,n>>>=0,i<=n))return"";for(a||(a="utf8");;)switch(a){case"hex":return he(this,n,i);case"utf8":case"utf-8":return fe(this,n,i);case"ascii":return nt(this,n,i);case"latin1":case"binary":return ke(this,n,i);case"base64":return rt(this,n,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pe(this,n,i);default:if(c)throw new TypeError("Unknown encoding: "+a);a=(a+"").toLowerCase(),c=!0}}l.prototype._isBuffer=!0;function x(a,n,i){const c=a[n];a[n]=a[i],a[i]=c}l.prototype.swap16=function(){const n=this.length;if(n%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let i=0;i<n;i+=2)x(this,i,i+1);return this},l.prototype.swap32=function(){const n=this.length;if(n%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let i=0;i<n;i+=4)x(this,i,i+3),x(this,i+1,i+2);return this},l.prototype.swap64=function(){const n=this.length;if(n%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let i=0;i<n;i+=8)x(this,i,i+7),x(this,i+1,i+6),x(this,i+2,i+5),x(this,i+3,i+4);return this},l.prototype.toString=function(){const n=this.length;return n===0?"":arguments.length===0?fe(this,0,n):ee.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(n){if(!l.isBuffer(n))throw new TypeError("Argument must be a Buffer");return this===n?!0:l.compare(this,n)===0},l.prototype.inspect=function(){let n="";const i=t.INSPECT_MAX_BYTES;return n=this.toString("hex",0,i).replace(/(.{2})/g,"$1 ").trim(),this.length>i&&(n+=" ... "),"<Buffer "+n+">"},o&&(l.prototype[o]=l.prototype.inspect),l.prototype.compare=function(n,i,c,h,y){if(be(n,Uint8Array)&&(n=l.from(n,n.offset,n.byteLength)),!l.isBuffer(n))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof n);if(i===void 0&&(i=0),c===void 0&&(c=n?n.length:0),h===void 0&&(h=0),y===void 0&&(y=this.length),i<0||c>n.length||h<0||y>this.length)throw new RangeError("out of range index");if(h>=y&&i>=c)return 0;if(h>=y)return-1;if(i>=c)return 1;if(i>>>=0,c>>>=0,h>>>=0,y>>>=0,this===n)return 0;let m=y-h,C=c-i;const q=Math.min(m,C),M=this.slice(h,y),Q=n.slice(i,c);for(let D=0;D<q;++D)if(M[D]!==Q[D]){m=M[D],C=Q[D];break}return m<C?-1:C<m?1:0};function j(a,n,i,c,h){if(a.length===0)return-1;if(typeof i=="string"?(c=i,i=0):i>2147483647?i=2147483647:i<-2147483648&&(i=-2147483648),i=+i,Pt(i)&&(i=h?0:a.length-1),i<0&&(i=a.length+i),i>=a.length){if(h)return-1;i=a.length-1}else if(i<0)if(h)i=0;else return-1;if(typeof n=="string"&&(n=l.from(n,c)),l.isBuffer(n))return n.length===0?-1:O(a,n,i,c,h);if(typeof n=="number")return n=n&255,typeof Uint8Array.prototype.indexOf=="function"?h?Uint8Array.prototype.indexOf.call(a,n,i):Uint8Array.prototype.lastIndexOf.call(a,n,i):O(a,[n],i,c,h);throw new TypeError("val must be string, number or Buffer")}function O(a,n,i,c,h){let y=1,m=a.length,C=n.length;if(c!==void 0&&(c=String(c).toLowerCase(),c==="ucs2"||c==="ucs-2"||c==="utf16le"||c==="utf-16le")){if(a.length<2||n.length<2)return-1;y=2,m/=2,C/=2,i/=2}function q(Q,D){return y===1?Q[D]:Q.readUInt16BE(D*y)}let M;if(h){let Q=-1;for(M=i;M<m;M++)if(q(a,M)===q(n,Q===-1?0:M-Q)){if(Q===-1&&(Q=M),M-Q+1===C)return Q*y}else Q!==-1&&(M-=M-Q),Q=-1}else for(i+C>m&&(i=m-C),M=i;M>=0;M--){let Q=!0;for(let D=0;D<C;D++)if(q(a,M+D)!==q(n,D)){Q=!1;break}if(Q)return M}return-1}l.prototype.includes=function(n,i,c){return this.indexOf(n,i,c)!==-1},l.prototype.indexOf=function(n,i,c){return j(this,n,i,c,!0)},l.prototype.lastIndexOf=function(n,i,c){return j(this,n,i,c,!1)};function re(a,n,i,c){i=Number(i)||0;const h=a.length-i;c?(c=Number(c),c>h&&(c=h)):c=h;const y=n.length;c>y/2&&(c=y/2);let m;for(m=0;m<c;++m){const C=parseInt(n.substr(m*2,2),16);if(Pt(C))return m;a[i+m]=C}return m}function ne(a,n,i,c){return ot(it(n,a.length-i),a,i,c)}function Oe(a,n,i,c){return ot(kt(n),a,i,c)}function Ae(a,n,i,c){return ot(ht(n),a,i,c)}function le(a,n,i,c){return ot(w(n,a.length-i),a,i,c)}l.prototype.write=function(n,i,c,h){if(i===void 0)h="utf8",c=this.length,i=0;else if(c===void 0&&typeof i=="string")h=i,c=this.length,i=0;else if(isFinite(i))i=i>>>0,isFinite(c)?(c=c>>>0,h===void 0&&(h="utf8")):(h=c,c=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const y=this.length-i;if((c===void 0||c>y)&&(c=y),n.length>0&&(c<0||i<0)||i>this.length)throw new RangeError("Attempt to write outside buffer bounds");h||(h="utf8");let m=!1;for(;;)switch(h){case"hex":return re(this,n,i,c);case"utf8":case"utf-8":return ne(this,n,i,c);case"ascii":case"latin1":case"binary":return Oe(this,n,i,c);case"base64":return Ae(this,n,i,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return le(this,n,i,c);default:if(m)throw new TypeError("Unknown encoding: "+h);h=(""+h).toLowerCase(),m=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rt(a,n,i){return n===0&&i===a.length?e.fromByteArray(a):e.fromByteArray(a.slice(n,i))}function fe(a,n,i){i=Math.min(a.length,i);const c=[];let h=n;for(;h<i;){const y=a[h];let m=null,C=y>239?4:y>223?3:y>191?2:1;if(h+C<=i){let q,M,Q,D;switch(C){case 1:y<128&&(m=y);break;case 2:q=a[h+1],(q&192)===128&&(D=(y&31)<<6|q&63,D>127&&(m=D));break;case 3:q=a[h+1],M=a[h+2],(q&192)===128&&(M&192)===128&&(D=(y&15)<<12|(q&63)<<6|M&63,D>2047&&(D<55296||D>57343)&&(m=D));break;case 4:q=a[h+1],M=a[h+2],Q=a[h+3],(q&192)===128&&(M&192)===128&&(Q&192)===128&&(D=(y&15)<<18|(q&63)<<12|(M&63)<<6|Q&63,D>65535&&D<1114112&&(m=D))}}m===null?(m=65533,C=1):m>65535&&(m-=65536,c.push(m>>>10&1023|55296),m=56320|m&1023),c.push(m),h+=C}return xe(c)}const Be=4096;function xe(a){const n=a.length;if(n<=Be)return String.fromCharCode.apply(String,a);let i="",c=0;for(;c<n;)i+=String.fromCharCode.apply(String,a.slice(c,c+=Be));return i}function nt(a,n,i){let c="";i=Math.min(a.length,i);for(let h=n;h<i;++h)c+=String.fromCharCode(a[h]&127);return c}function ke(a,n,i){let c="";i=Math.min(a.length,i);for(let h=n;h<i;++h)c+=String.fromCharCode(a[h]);return c}function he(a,n,i){const c=a.length;(!n||n<0)&&(n=0),(!i||i<0||i>c)&&(i=c);let h="";for(let y=n;y<i;++y)h+=Ln[a[y]];return h}function Pe(a,n,i){const c=a.slice(n,i);let h="";for(let y=0;y<c.length-1;y+=2)h+=String.fromCharCode(c[y]+c[y+1]*256);return h}l.prototype.slice=function(n,i){const c=this.length;n=~~n,i=i===void 0?c:~~i,n<0?(n+=c,n<0&&(n=0)):n>c&&(n=c),i<0?(i+=c,i<0&&(i=0)):i>c&&(i=c),i<n&&(i=n);const h=this.subarray(n,i);return Object.setPrototypeOf(h,l.prototype),h};function V(a,n,i){if(a%1!==0||a<0)throw new RangeError("offset is not uint");if(a+n>i)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=this[n],y=1,m=0;for(;++m<i&&(y*=256);)h+=this[n+m]*y;return h},l.prototype.readUintBE=l.prototype.readUIntBE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=this[n+--i],y=1;for(;i>0&&(y*=256);)h+=this[n+--i]*y;return h},l.prototype.readUint8=l.prototype.readUInt8=function(n,i){return n=n>>>0,i||V(n,1,this.length),this[n]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(n,i){return n=n>>>0,i||V(n,2,this.length),this[n]|this[n+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(n,i){return n=n>>>0,i||V(n,2,this.length),this[n]<<8|this[n+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(n,i){return n=n>>>0,i||V(n,4,this.length),(this[n]|this[n+1]<<8|this[n+2]<<16)+this[n+3]*16777216},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(n,i){return n=n>>>0,i||V(n,4,this.length),this[n]*16777216+(this[n+1]<<16|this[n+2]<<8|this[n+3])},l.prototype.readBigUInt64LE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=i+this[++n]*2**8+this[++n]*2**16+this[++n]*2**24,y=this[++n]+this[++n]*2**8+this[++n]*2**16+c*2**24;return BigInt(h)+(BigInt(y)<<BigInt(32))}),l.prototype.readBigUInt64BE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=i*2**24+this[++n]*2**16+this[++n]*2**8+this[++n],y=this[++n]*2**24+this[++n]*2**16+this[++n]*2**8+c;return(BigInt(h)<<BigInt(32))+BigInt(y)}),l.prototype.readIntLE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=this[n],y=1,m=0;for(;++m<i&&(y*=256);)h+=this[n+m]*y;return y*=128,h>=y&&(h-=Math.pow(2,8*i)),h},l.prototype.readIntBE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=i,y=1,m=this[n+--h];for(;h>0&&(y*=256);)m+=this[n+--h]*y;return y*=128,m>=y&&(m-=Math.pow(2,8*i)),m},l.prototype.readInt8=function(n,i){return n=n>>>0,i||V(n,1,this.length),this[n]&128?(255-this[n]+1)*-1:this[n]},l.prototype.readInt16LE=function(n,i){n=n>>>0,i||V(n,2,this.length);const c=this[n]|this[n+1]<<8;return c&32768?c|4294901760:c},l.prototype.readInt16BE=function(n,i){n=n>>>0,i||V(n,2,this.length);const c=this[n+1]|this[n]<<8;return c&32768?c|4294901760:c},l.prototype.readInt32LE=function(n,i){return n=n>>>0,i||V(n,4,this.length),this[n]|this[n+1]<<8|this[n+2]<<16|this[n+3]<<24},l.prototype.readInt32BE=function(n,i){return n=n>>>0,i||V(n,4,this.length),this[n]<<24|this[n+1]<<16|this[n+2]<<8|this[n+3]},l.prototype.readBigInt64LE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=this[n+4]+this[n+5]*2**8+this[n+6]*2**16+(c<<24);return(BigInt(h)<<BigInt(32))+BigInt(i+this[++n]*2**8+this[++n]*2**16+this[++n]*2**24)}),l.prototype.readBigInt64BE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=(i<<24)+this[++n]*2**16+this[++n]*2**8+this[++n];return(BigInt(h)<<BigInt(32))+BigInt(this[++n]*2**24+this[++n]*2**16+this[++n]*2**8+c)}),l.prototype.readFloatLE=function(n,i){return n=n>>>0,i||V(n,4,this.length),r.read(this,n,!0,23,4)},l.prototype.readFloatBE=function(n,i){return n=n>>>0,i||V(n,4,this.length),r.read(this,n,!1,23,4)},l.prototype.readDoubleLE=function(n,i){return n=n>>>0,i||V(n,8,this.length),r.read(this,n,!0,52,8)},l.prototype.readDoubleBE=function(n,i){return n=n>>>0,i||V(n,8,this.length),r.read(this,n,!1,52,8)};function p(a,n,i,c,h,y){if(!l.isBuffer(a))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>h||n<y)throw new RangeError('"value" argument is out of bounds');if(i+c>a.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(n,i,c,h){if(n=+n,i=i>>>0,c=c>>>0,!h){const C=Math.pow(2,8*c)-1;p(this,n,i,c,C,0)}let y=1,m=0;for(this[i]=n&255;++m<c&&(y*=256);)this[i+m]=n/y&255;return i+c},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(n,i,c,h){if(n=+n,i=i>>>0,c=c>>>0,!h){const C=Math.pow(2,8*c)-1;p(this,n,i,c,C,0)}let y=c-1,m=1;for(this[i+y]=n&255;--y>=0&&(m*=256);)this[i+y]=n/m&255;return i+c},l.prototype.writeUint8=l.prototype.writeUInt8=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,1,255,0),this[i]=n&255,i+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,65535,0),this[i]=n&255,this[i+1]=n>>>8,i+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,65535,0),this[i]=n>>>8,this[i+1]=n&255,i+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,4294967295,0),this[i+3]=n>>>24,this[i+2]=n>>>16,this[i+1]=n>>>8,this[i]=n&255,i+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,4294967295,0),this[i]=n>>>24,this[i+1]=n>>>16,this[i+2]=n>>>8,this[i+3]=n&255,i+4};function b(a,n,i,c,h){me(n,c,h,a,i,7);let y=Number(n&BigInt(4294967295));a[i++]=y,y=y>>8,a[i++]=y,y=y>>8,a[i++]=y,y=y>>8,a[i++]=y;let m=Number(n>>BigInt(32)&BigInt(4294967295));return a[i++]=m,m=m>>8,a[i++]=m,m=m>>8,a[i++]=m,m=m>>8,a[i++]=m,i}function S(a,n,i,c,h){me(n,c,h,a,i,7);let y=Number(n&BigInt(4294967295));a[i+7]=y,y=y>>8,a[i+6]=y,y=y>>8,a[i+5]=y,y=y>>8,a[i+4]=y;let m=Number(n>>BigInt(32)&BigInt(4294967295));return a[i+3]=m,m=m>>8,a[i+2]=m,m=m>>8,a[i+1]=m,m=m>>8,a[i]=m,i+8}l.prototype.writeBigUInt64LE=Re(function(n,i=0){return b(this,n,i,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeBigUInt64BE=Re(function(n,i=0){return S(this,n,i,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeIntLE=function(n,i,c,h){if(n=+n,i=i>>>0,!h){const q=Math.pow(2,8*c-1);p(this,n,i,c,q-1,-q)}let y=0,m=1,C=0;for(this[i]=n&255;++y<c&&(m*=256);)n<0&&C===0&&this[i+y-1]!==0&&(C=1),this[i+y]=(n/m>>0)-C&255;return i+c},l.prototype.writeIntBE=function(n,i,c,h){if(n=+n,i=i>>>0,!h){const q=Math.pow(2,8*c-1);p(this,n,i,c,q-1,-q)}let y=c-1,m=1,C=0;for(this[i+y]=n&255;--y>=0&&(m*=256);)n<0&&C===0&&this[i+y+1]!==0&&(C=1),this[i+y]=(n/m>>0)-C&255;return i+c},l.prototype.writeInt8=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,1,127,-128),n<0&&(n=255+n+1),this[i]=n&255,i+1},l.prototype.writeInt16LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,32767,-32768),this[i]=n&255,this[i+1]=n>>>8,i+2},l.prototype.writeInt16BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,32767,-32768),this[i]=n>>>8,this[i+1]=n&255,i+2},l.prototype.writeInt32LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,2147483647,-2147483648),this[i]=n&255,this[i+1]=n>>>8,this[i+2]=n>>>16,this[i+3]=n>>>24,i+4},l.prototype.writeInt32BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,2147483647,-2147483648),n<0&&(n=4294967295+n+1),this[i]=n>>>24,this[i+1]=n>>>16,this[i+2]=n>>>8,this[i+3]=n&255,i+4},l.prototype.writeBigInt64LE=Re(function(n,i=0){return b(this,n,i,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),l.prototype.writeBigInt64BE=Re(function(n,i=0){return S(this,n,i,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function I(a,n,i,c,h,y){if(i+c>a.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("Index out of range")}function P(a,n,i,c,h){return n=+n,i=i>>>0,h||I(a,n,i,4),r.write(a,n,i,c,23,4),i+4}l.prototype.writeFloatLE=function(n,i,c){return P(this,n,i,!0,c)},l.prototype.writeFloatBE=function(n,i,c){return P(this,n,i,!1,c)};function N(a,n,i,c,h){return n=+n,i=i>>>0,h||I(a,n,i,8),r.write(a,n,i,c,52,8),i+8}l.prototype.writeDoubleLE=function(n,i,c){return N(this,n,i,!0,c)},l.prototype.writeDoubleBE=function(n,i,c){return N(this,n,i,!1,c)},l.prototype.copy=function(n,i,c,h){if(!l.isBuffer(n))throw new TypeError("argument should be a Buffer");if(c||(c=0),!h&&h!==0&&(h=this.length),i>=n.length&&(i=n.length),i||(i=0),h>0&&h<c&&(h=c),h===c||n.length===0||this.length===0)return 0;if(i<0)throw new RangeError("targetStart out of bounds");if(c<0||c>=this.length)throw new RangeError("Index out of range");if(h<0)throw new RangeError("sourceEnd out of bounds");h>this.length&&(h=this.length),n.length-i<h-c&&(h=n.length-i+c);const y=h-c;return this===n&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(i,c,h):Uint8Array.prototype.set.call(n,this.subarray(c,h),i),y},l.prototype.fill=function(n,i,c,h){if(typeof n=="string"){if(typeof i=="string"?(h=i,i=0,c=this.length):typeof c=="string"&&(h=c,c=this.length),h!==void 0&&typeof h!="string")throw new TypeError("encoding must be a string");if(typeof h=="string"&&!l.isEncoding(h))throw new TypeError("Unknown encoding: "+h);if(n.length===1){const m=n.charCodeAt(0);(h==="utf8"&&m<128||h==="latin1")&&(n=m)}}else typeof n=="number"?n=n&255:typeof n=="boolean"&&(n=Number(n));if(i<0||this.length<i||this.length<c)throw new RangeError("Out of range index");if(c<=i)return this;i=i>>>0,c=c===void 0?this.length:c>>>0,n||(n=0);let y;if(typeof n=="number")for(y=i;y<c;++y)this[y]=n;else{const m=l.isBuffer(n)?n:l.from(n,h),C=m.length;if(C===0)throw new TypeError('The value "'+n+'" is invalid for argument "value"');for(y=0;y<c-i;++y)this[y+i]=m[y%C]}return this};const F={};function B(a,n,i){F[a]=class extends i{constructor(){super(),Object.defineProperty(this,"message",{value:n.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${a}]`,this.stack,delete this.name}get code(){return a}set code(h){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:h,writable:!0})}toString(){return`${this.name} [${a}]: ${this.message}`}}}B("ERR_BUFFER_OUT_OF_BOUNDS",function(a){return a?`${a} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),B("ERR_INVALID_ARG_TYPE",function(a,n){return`The "${a}" argument must be of type number. Received type ${typeof n}`},TypeError),B("ERR_OUT_OF_RANGE",function(a,n,i){let c=`The value of "${a}" is out of range.`,h=i;return Number.isInteger(i)&&Math.abs(i)>2**32?h=U(String(i)):typeof i=="bigint"&&(h=String(i),(i>BigInt(2)**BigInt(32)||i<-(BigInt(2)**BigInt(32)))&&(h=U(h)),h+="n"),c+=` It must be ${n}. Received ${h}`,c},RangeError);function U(a){let n="",i=a.length;const c=a[0]==="-"?1:0;for(;i>=c+4;i-=3)n=`_${a.slice(i-3,i)}${n}`;return`${a.slice(0,i)}${n}`}function Y(a,n,i){pe(n,"offset"),(a[n]===void 0||a[n+i]===void 0)&&ie(n,a.length-(i+1))}function me(a,n,i,c,h,y){if(a>i||a<n){const m=typeof n=="bigint"?"n":"";let C;throw y>3?n===0||n===BigInt(0)?C=`>= 0${m} and < 2${m} ** ${(y+1)*8}${m}`:C=`>= -(2${m} ** ${(y+1)*8-1}${m}) and < 2 ** ${(y+1)*8-1}${m}`:C=`>= ${n}${m} and <= ${i}${m}`,new F.ERR_OUT_OF_RANGE("value",C,a)}Y(c,h,y)}function pe(a,n){if(typeof a!="number")throw new F.ERR_INVALID_ARG_TYPE(n,"number",a)}function ie(a,n,i){throw Math.floor(a)!==a?(pe(a,i),new F.ERR_OUT_OF_RANGE(i||"offset","an integer",a)):n<0?new F.ERR_BUFFER_OUT_OF_BOUNDS:new F.ERR_OUT_OF_RANGE(i||"offset",`>= ${i?1:0} and <= ${n}`,a)}const Me=/[^+/0-9A-Za-z-_]/g;function ft(a){if(a=a.split("=")[0],a=a.trim().replace(Me,""),a.length<2)return"";for(;a.length%4!==0;)a=a+"=";return a}function it(a,n){n=n||1/0;let i;const c=a.length;let h=null;const y=[];for(let m=0;m<c;++m){if(i=a.charCodeAt(m),i>55295&&i<57344){if(!h){if(i>56319){(n-=3)>-1&&y.push(239,191,189);continue}else if(m+1===c){(n-=3)>-1&&y.push(239,191,189);continue}h=i;continue}if(i<56320){(n-=3)>-1&&y.push(239,191,189),h=i;continue}i=(h-55296<<10|i-56320)+65536}else h&&(n-=3)>-1&&y.push(239,191,189);if(h=null,i<128){if((n-=1)<0)break;y.push(i)}else if(i<2048){if((n-=2)<0)break;y.push(i>>6|192,i&63|128)}else if(i<65536){if((n-=3)<0)break;y.push(i>>12|224,i>>6&63|128,i&63|128)}else if(i<1114112){if((n-=4)<0)break;y.push(i>>18|240,i>>12&63|128,i>>6&63|128,i&63|128)}else throw new Error("Invalid code point")}return y}function kt(a){const n=[];for(let i=0;i<a.length;++i)n.push(a.charCodeAt(i)&255);return n}function w(a,n){let i,c,h;const y=[];for(let m=0;m<a.length&&!((n-=2)<0);++m)i=a.charCodeAt(m),c=i>>8,h=i%256,y.push(h),y.push(c);return y}function ht(a){return e.toByteArray(ft(a))}function ot(a,n,i,c){let h;for(h=0;h<c&&!(h+i>=n.length||h>=a.length);++h)n[h+i]=a[h];return h}function be(a,n){return a instanceof n||a!=null&&a.constructor!=null&&a.constructor.name!=null&&a.constructor.name===n.name}function Pt(a){return a!==a}const Ln=function(){const a="0123456789abcdef",n=new Array(256);for(let i=0;i<16;++i){const c=i*16;for(let h=0;h<16;++h)n[c+h]=a[i]+a[h]}return n}();function Re(a){return typeof BigInt>"u"?Un:a}function Un(){throw new Error("BigInt not supported")}})(Wr);var Yr={exports:{}},K=Yr.exports={},we,ve;function Xt(){throw new Error("setTimeout has not been defined")}function Zt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?we=setTimeout:we=Xt}catch{we=Xt}try{typeof clearTimeout=="function"?ve=clearTimeout:ve=Zt}catch{ve=Zt}})();function Xr(t){if(we===setTimeout)return setTimeout(t,0);if((we===Xt||!we)&&setTimeout)return we=setTimeout,setTimeout(t,0);try{return we(t,0)}catch{try{return we.call(null,t,0)}catch{return we.call(this,t,0)}}}function Yn(t){if(ve===clearTimeout)return clearTimeout(t);if((ve===Zt||!ve)&&clearTimeout)return ve=clearTimeout,clearTimeout(t);try{return ve(t)}catch{try{return ve.call(null,t)}catch{return ve.call(this,t)}}}var _e=[],He=!1,Le,pt=-1;function Xn(){!He||!Le||(He=!1,Le.length?_e=Le.concat(_e):pt=-1,_e.length&&Zr())}function Zr(){if(!He){var t=Xr(Xn);He=!0;for(var e=_e.length;e;){for(Le=_e,_e=[];++pt<e;)Le&&Le[pt].run();pt=-1,e=_e.length}Le=null,He=!1,Yn(t)}}K.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];_e.push(new en(t,e)),_e.length===1&&!He&&Xr(Zr)};function en(t,e){this.fun=t,this.array=e}en.prototype.run=function(){this.fun.apply(null,this.array)};K.title="browser";K.browser=!0;K.env={};K.argv=[];K.version="";K.versions={};function Ce(){}K.on=Ce;K.addListener=Ce;K.once=Ce;K.off=Ce;K.removeListener=Ce;K.removeAllListeners=Ce;K.emit=Ce;K.prependListener=Ce;K.prependOnceListener=Ce;K.listeners=function(t){return[]};K.binding=function(t){throw new Error("process.binding is not supported")};K.cwd=function(){return"/"};K.chdir=function(t){throw new Error("process.chdir is not supported")};K.umask=function(){return 0};var Zn=Yr.exports;(function(t){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const e=Wr,r=Zn,o=f=>f&&f.__esModule?f:{default:f},s=o(r),u=globalThis||void 0||self;Object.defineProperty(t,"Buffer",{enumerable:!0,get:()=>e.Buffer}),Object.defineProperty(t,"process",{enumerable:!0,get:()=>s.default}),t.global=u})(T);class ei{}window.slStore=Object.create(null);class Ct{store;name;constructor(e,r){this.store=e,this.name=r}getStore(){return this.store}}const ti=t=>{const e=Object.keys(t);return je.computed(e.map(r=>t[r].getStore()),(...r)=>Object.fromEntries(e.map((o,s)=>[o,r[s]])))};class st extends Ct{getValues=()=>this.getStore().get();getValue=e=>this.getStore().get()[e];setValue=(e,r)=>this.getStore().setKey(e,r);subscribe=(...e)=>this.getStore().subscribe(...e);unsubscribe=()=>this.getStore().off()}const at=t=>je.map(t);var Fe;(function(t){t.ORGANIZATION="ORGANIZATION",t.STREAM="STREAM"})(Fe||(Fe={}));const ri={[ae.SdkOverlayType.BETTING]:"betting",[ae.SdkOverlayType.GAMES]:"games",[ae.SdkOverlayType.PUBLIC_CHAT]:"publicChat",[ae.SdkOverlayType.TWITTER]:"twitter"};var Ue;(function(t){t.Ready="ready",t.Suspended="suspended"})(Ue||(Ue={}));class fr{status;source;config;settings;listeners=new Set;settingsKey;constructor({settings:e,...r},o){this.settingsKey=ri[r.type],this.status=je.atom(Ue.Suspended),this.config=new st(at(r),`feature:config:${this.settingsKey}`),this.settingsKey!==void 0&&e?.overlaySettings.case===this.settingsKey?this.settings=new st(at(e.overlaySettings.value),`feature:settings:${this.settingsKey}`):this.settings=new st(at({}),`feature:settings:${this.settingsKey}`),this.source=o}get featureConfig(){return this.config.getStore()}get featureSettings(){return this.settings.getStore()}registerEventListener(e){this.listeners.add(e)}enable=()=>{this.status.set(Ue.Ready)};disable=()=>{this.status.set(Ue.Suspended)};setFeatureConfig=({settings:e,...r})=>{let o;for(o in r)this.config.setValue(o,r[o]);if(e?.overlaySettings.case===this.settingsKey){const s=e.overlaySettings.value;if(s!==void 0){let u;for(u in s)console.log(u,s[u]),s[u]!==0&&s[u]!==""&&this.settings.setValue(u,s[u])}}};update=(e,r)=>{this.source===Fe.STREAM&&r===Fe.ORGANIZATION||(this.setFeatureConfig(e),this.source=r)};fireEvent(e){for(const r of this.listeners.values())try{r.onEvent(e)}catch(o){console.error(o)}}}class ue extends Ct{getValue=()=>this.getStore().get();getValues(){throw new Error("not implemented")}setValue=e=>this.getStore().set(e);subscribe=e=>this.getStore().subscribe(e);unsubscribe=()=>this.getStore().off();listen(e){return this.getStore().listen(e)}get(){return this.getStore().get()}}const ce=t=>je.atom(t),hr=(t,e)=>je.computed(t,e);class te extends Ct{atomStore;constructor(e,r,o){super(e,`api:${r}`),this.atomStore=je.atom(),o&&e.subscribe(s=>{this.atomStore.set(o(s))})}getAtomStore=()=>this.atomStore;getValue=async()=>{const e=this.getStore();if(e.value===void 0)throw new Error("no store");return await e.value.promise,e.get().data};getValues=()=>{throw new Error("not implemented")};setValue=e=>this.getStore().set({loading:!1,data:e?.data});subscribe=e=>this.getStore().subscribe(e);unsubscribe=()=>{throw new Error("not implemented")};invalidate=()=>{this.store.invalidate()};listen=e=>this.getStore().listen(e);get(){throw new Error("not implemented")}key=()=>this.getStore().key;off=()=>this.getStore().off()}async function*ni(t,e){for await(const r of e){t.response.message=r,t.received_at=Date.now();const o={type:"__GRPC_DEVTOOLS_EXTENSION__",data:t};window.postMessage(o),yield r}}const ii=()=>t=>async e=>{const r={name:e.url,request:{},response:{}};r.request.header=Object.fromEntries(e.header.entries()),r.sent_at=Date.now();try{const o=await t(e);if(r.received_at=Date.now(),r.stream=o.stream,r.response.header=Object.fromEntries(o.header.entries()),r.response.trailer=Object.fromEntries(o.trailer.entries()),o.stream)return{...o,message:ni(r,o.message)};{r.request.message=e.message,r.response.message=o.message,r.latency=r.received_at-r.sent_at;const s={type:"__GRPC_DEVTOOLS_EXTENSION__",data:r};window.postMessage(s)}return o}catch(o){r.received_at=Date.now(),r.request.message=e.message,r.response.trailer={"grpc-status":o.code,"grpc-message":o.rawMessage},r.response.message=o.rawMessage,r.latency=r.received_at-r.sent_at;const s={type:"__GRPC_DEVTOOLS_EXTENSION__",data:r};throw window.postMessage(s),o}};window.dispatchEvent(new CustomEvent("grpc_devtools_loaded"));var Ee;(function(t){t.Init="init",t.Ready="ready",t.Connecting="connecting",t.Connected="connected",t.Disconnected="disconnected",t.Failed="failed",t.Reconnecting="reconnecting"})(Ee||(Ee={}));class oi{params;stream;method;name;headers;listeners;state;store;constructor(e,r,o,s){const u={status:Ee.Init,ts:new Date,log:[]};this.state=new st(at(u),`subscription:${s.name}:state`),this.name=s.name,this.headers=e,this.listeners=new Map,this.params=o,this.method=r,s.withStore&&(this.store=new ue(ce(null),`subscription:${s.name}:store`)),"subscribe"in o&&typeof o.subscribe=="function"&&o.subscribe(()=>{this.reconnect()}),this.updateState(Ee.Ready)}updateState=e=>{this.state.setValue("status",e),this.state.setValue("ts",new Date),this.addStateLog(`status => ${e}`)};addStateLog=e=>{const r=this.state.getStore().get().log;this.state.setValue("log",[...r,`${new Date().toLocaleString()}: ${e}`])};addListener=(e,r)=>this.listeners.has(e)?(this.addStateLog(`listener '${e}' not added`),!1):(this.listeners.set(e,r),this.addStateLog(`listener '${e}' added`),!0);removeListener=e=>{this.listeners.delete(e),this.addStateLog(`listener '${e}' removed`)};connect=()=>{this.updateState(Ee.Connecting),this.stream&&(this.addStateLog("disconnect prev connection"),this.stream());const e="get"in this.params&&typeof this.params.get=="function"?this.params.get():this.params;this.stream=this.method(e,this.onData,this.onStreamError,{headers:this.headers.getValues()}),this.updateState(Ee.Connected)};disconnect=()=>{this.stream&&this.stream(),this.listeners.clear(),this.updateState(Ee.Disconnected)};reconnect=()=>{this.updateState(Ee.Reconnecting),this.connect()};getStore=()=>this.store?.getStore();onData=e=>{this.addStateLog(`received data => ${JSON.stringify(e)}`),this.store&&this.store.setValue(e);for(const[,r]of this.listeners)r(e);this.addStateLog(`data routed to ${this.listeners.size} listeners`)};onStreamError=e=>{e!==void 0&&(e.code!==Yt.Code.Canceled&&e.rawMessage!=="[canceled] BodyStreamBuffer was aborted"?(this.updateState(Ee.Failed),this.state.setValue("error",e)):this.disconnect())}}class si{toJsonOptions={emitDefaultValues:!1,enumAsInteger:!0,useProtoFieldName:!1};transport;nanoquery;host;interceptors=[];$headers;clients;callbackClients;subscriptions;constructor(e){this.host=e,this.$headers=new st(at({"sl-device-id":T.process?.env?.NX_DEVICE_ID||"sdk-web-dev"}),"transport:headers"),this.initInterceptors(),this.clients=new Map,this.callbackClients=new Map,this.subscriptions=new Map;const[r,o,s]=Dn.nanoquery();this.nanoquery={createFetcherStore:r,createMutatorStore:o,utils:s},this.transport=$n.createGrpcWebTransport({baseUrl:e,interceptors:this.interceptors,useBinaryFormat:!0})}addSubscription=(e,r,o)=>{const s=this.subscriptions.get(r);if(s)return s;const u=new oi(this.$headers,e,r,o);return this.subscriptions.set(r,u),u};removeSubscription=e=>{e.disconnect(),this.subscriptions.delete(e.params)};disconnect=()=>{for(const[e,r]of this.subscriptions)r.disconnect(),this.subscriptions.delete(e)};registerInterceptor=e=>{this.interceptors.push(e)};removeInterceptor=e=>{this.interceptors=this.interceptors.filter(r=>r!==e)};getClient=e=>{const r=e.typeName;if(this.clients.has(r))return this.clients.get(r);const o=Yt.createPromiseClient(e,this.transport);return this.clients.set(r,o),o};getCallbackClient=e=>{const r=e.typeName;if(this.callbackClients.has(r))return this.callbackClients.get(r);const o=Yt.createCallbackClient(e,this.transport);return this.callbackClients.set(r,o),o};createPromiseClient=(e,{params:r=[],method:o})=>{const s=this.getClient(e),u=e.methods[o].name,f=[e.typeName,u.charAt(0).toLowerCase()+u.slice(1),...Array.isArray(r)?r:[r]],l=[e.typeName,u.charAt(0).toLowerCase()+u.slice(1)];return{client:s,queryKey:f,queryKeyStr:l.join("")}};createCallbackClient=e=>({client:this.getCallbackClient(e)});setSdkKey=e=>{this.$headers.setValue("sdk",e)};setAuth=e=>{this.$headers.setValue("authorization",e)};setHeader=(e,r)=>this.$headers.setValue(e,r);getHeader=e=>this.$headers.getValue(e);getHeaders=()=>this.$headers.getValues();initInterceptors=()=>{if(this.interceptors.length!==0)return;const e=r=>o=>{const s=this.$headers.getValues();for(const u in s)o.header.set(u,s[u]);return r(o)};this.interceptors.push(e),this.interceptors.push(ii())}}const ai=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(jn.Events,{method:"retrieveEventId",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>{if(!f||typeof f!="string")return"";try{return(await r.retrieveEventId({id:f})).data?.id||""}catch{return""}}})},ui=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"getStream",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.getStream({id:f})).data?.attributes:void 0})},ci=(t,e)=>{const{queryKey:r,client:o}=e.createPromiseClient(zr.Users,{method:"me",params:[t]});return e.nanoquery.createFetcherStore(r,{fetcher:()=>o.me({})})},li=t=>{const{client:e}=t.createPromiseClient(zr.Users,{method:"bypassAuth"});return({userKey:r,schema:o,init:s})=>e.bypassAuth({userKey:r,schema:o,init:s})},fi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"get",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async()=>(await r.get({})).data?.attributes})},hi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"getOrganization",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async()=>{const s=await r.getOrganization({});return s.data?{...s.data.attributes,id:s.data.id}:void 0}})},pi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"getOrganizationAdvertising",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async()=>(await r.getOrganizationAdvertising({})).data?.attributes})},di=(t,e,r)=>{t.transport=new si(e.host),t.sdk.host=t.transport.host,t.transport.setSdkKey(e.sdkKey),r()};class pr{delimiter=":";prefix;constructor(e="main"){this.prefix=`sl-sdk${this.delimiter}${e}`}clear=()=>{for(const e in window.localStorage)e.startsWith(this.prefix)&&window.localStorage.removeItem(e)};generateKey=e=>`${this.prefix}${this.delimiter}${e.join(this.delimiter)}`;write=(...e)=>{const r=e.pop()||"";window.localStorage.setItem(this.generateKey(e),r)};read=(...e)=>{const r=window.localStorage.getItem(this.generateKey(e));return r===null?void 0:r};remove=(...e)=>{window.localStorage.removeItem(this.generateKey(e))}}var Ie;(function(t){t.SCHEMA="schema",t.EXTERNAL_TOKEN="eToken",t.TOKEN="token"})(Ie||(Ie={}));class ze extends pr{constructor(){super("user")}setSchema=e=>{this.write(Ie.SCHEMA,e)};getSchema=()=>this.read(Ie.SCHEMA);setToken=e=>{this.write(Ie.TOKEN,e)};getToken=()=>this.read(Ie.TOKEN);setExternalToken=e=>{this.write(Ie.EXTERNAL_TOKEN,e)};getExternalToken=()=>this.read(Ie.EXTERNAL_TOKEN);removeToken=()=>{this.remove(Ie.TOKEN)}}var Te;(function(t){t.DISABLED="disabled",t.INITIALIZATION="initialization",t.READY="ready",t.FAILED="failed",t.SUSPENDED="suspended"})(Te||(Te={}));const yi=t=>{const e=new ze,r=new ue(ce(e.getExternalToken()),"userKey"),o=new ue(ce(e.getToken()),"userToken"),s=new te(ci(o.getStore(),t),"user",f=>f?.data?.data?.id),u=new te(fi(o.getStore(),t),"userSettings");return{userKey:r,userToken:o,user:s,userSettings:u}},gi=t=>{const e=new ue(ce(void 0),"providerStreamId"),r=new te(ai(e.getStore(),t),"slStreamId",s=>s?.data),o=new te(ui(r.getAtomStore(),t),"streamSettings");return r.getAtomStore().listen(s=>{(s===""||s===void 0)&&o.getStore().mutate(void 0)}),{providerStreamId:e,slStreamId:r,streamSettings:o}},mi=t=>{const e=new ue(ce(void 0),"enabled"),r=new ue(ce(Te.DISABLED),"status"),o=new te(hi(e.getStore(),t),"organizationSettings",l=>l?.data?.id),s=new te(pi(o.getAtomStore(),t),"organizationAdvertising"),u=yi(t),f=gi(t);return{enabled:e,status:r,providerStreamId:f.providerStreamId,slStreamId:f.slStreamId,streamSettings:f.streamSettings,user:u.user,userKey:u.userKey,userToken:u.userToken,userSettings:u.userSettings,organizationSettings:o,organizationAdvertising:s}};class bi extends Ct{stores;constructor(e){const r=mi(e),o=ti(r);super(o,"core"),this.stores=r}getValue(){throw new Error("Not implemented")}getValues(){return this.stores}setValue(){throw new Error("Not implemented")}subscribe=e=>{let r;for(r in this.stores){const o=e[r];r in e&&o!==void 0&&this.stores[r].subscribe(e[r])}};unsubscribe=()=>this.getStore().off()}class wi extends ei{$coreStore;transport;bypassLogin;constructor(e,r){super(),this.$coreStore=e,this.transport=r,this.bypassLogin=li(this.transport),this.connect()}me=async()=>(this.$coreStore.getValues().user.invalidate(),(await this.$coreStore.getValues().user.getValue())?.data);login=async(e,r)=>{this.$coreStore.getValues().userKey.setValue(r);const o=await this.bypassLogin({schema:e,userKey:r,init:!1}),s=o.meta?.jwt;if(!s)throw new Error("internal: token missing");return this.$coreStore.getValues().user.getStore().mutate(o),this.saveToken(s),s};isAuthenticated=()=>this.me();logout=()=>{this.$coreStore.getValues().user.setValue(),this.$coreStore.getValues().userKey.setValue(),this.$coreStore.getValues().userToken.setValue(),this.transport.setAuth(""),new ze().clear()};softLogout=()=>{const e=new ze;this.$coreStore.getValues().user.setValue(),this.$coreStore.getValues().userToken.setValue(),this.transport.setAuth(""),e.setToken(""),this.reLogin()};reLogin=()=>{const e=new ze,r=e.getToken(),o=e.getExternalToken();if(this.$coreStore.getValues().userKey.setValue(o),this.$coreStore.getValues().userToken.setValue(r),r)return this.saveToken(r),this.me();if(o&&!r){const s=e.getSchema();s&&o&&this.login(s,o).catch(()=>{this.logout()})}};saveToken=e=>{this.transport.setAuth(e),this.$coreStore.getValues().userToken.setValue(e),new ze().setToken(e)};connect=()=>{this.transport.registerInterceptor(e=>async r=>{try{return await e(r)}catch(o){throw o.code&&(o.code===7||o.code===16)&&this.transport.getHeader("authorization")&&this.softLogout(),o}})}}const Nt=new ze,vi=(t,e,r)=>{t.auth=new wi(t.store,t.transport),t.stores.status.listen(o=>{o===Te.READY&&t.auth.reLogin()}),t.sdk.authorizationBypass=async(o,s)=>{await t.auth.login(o,s),Nt.setSchema(o),Nt.setExternalToken(s)},t.sdk.logout=()=>{t.auth.logout(),Nt.clear()},t.sdk.getUserStore=()=>t.stores.user.getStore(),t.sdk.isUserAuthorized=()=>t.auth.isAuthenticated(),r()},Si=(t,e,r)=>{t.store=new bi(t.transport),t.stores=t.store.getValues(),t.sdk.enabled=t.stores.enabled.getStore(),t.sdk.status=t.stores.status.getStore(),t.sdk.sdkStore=t.store.getStore(),t.sdk.organizationStore=()=>t.stores.organizationSettings.getStore(),t.storeUnsubscribe=()=>{t.store.unsubscribe()},r()},Ai=(t,e,r)=>{t.sdk=Object.create(null),t.sdk.initializeApp=async()=>{if(t.stores.enabled.get()==="on")return{enabled:!0};t.storeSubscribe(),t.stores.enabled.setValue("on"),t.stores.status.setValue(Te.INITIALIZATION);try{const o=await t.stores.organizationSettings.getValue();return o?(t.stores.status.setValue(Te.READY),{enabled:!!o}):(t.stores.status.setValue(Te.FAILED),{err:"failed"})}catch(o){return t.stores.enabled.setValue(),t.stores.status.setValue(Te.FAILED),{err:`${o}`}}},t.sdk.disableApp=()=>{t.stores.enabled.get()==="on"&&(t.stores.enabled.setValue(),t.stores.status.setValue(Te.DISABLED),t.storeUnsubscribe())},t.sdk.createEventSession=o=>{t.stores.providerStreamId.setValue(o)},r()},Ei=Mn.pino({level:"trace"}),tn=(t,e)=>Ei.child({name:t},e),Ii=(t,e,r)=>{const{client:o,queryKey:s}=r.createPromiseClient(Kr.Leaderboard,{method:"summary",params:[t,e]});return r.nanoquery.createFetcherStore(s,{fetcher:async(u,f,l,d)=>(await o.summary({eventId:l,userId:d})).data?.attributes})},Fi=(t,e,r)=>{const{client:o,queryKey:s}=r.createPromiseClient(Kr.Leaderboard,{method:"list",params:[t,e]});return r.nanoquery.createFetcherStore(s,{fetcher:async(u,f,l,d)=>{const A={usersIds:[]};return l&&(A.eventId=l),d&&(A.leaderboardId=d),(await o.list(A)).data}})},Ti=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"get",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>(await r.get({eventId:f})).data?.attributes})},_i=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"syncQuestion",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.syncQuestion({filter:{eventId:f}})).data?.attributes:void 0})},Ci=(t,e)=>{const{client:r}=e.createCallbackClient(ye.Feed),o=je.atom({eventId:t.get()||"",feedId:""});return t.subscribe((u="")=>{o.set({eventId:u,feedId:""})}),e.addSubscription(r.subscription,o,{name:"feedSubscription"})},Oi=(t,e)=>{const{client:r}=e.createCallbackClient(ye.Feed);return e.addSubscription(r.questionSubscription,{questionId:t},{name:"questionSubscription"})},Bi=async(t,e)=>{const{client:r}=e.createPromiseClient(ye.Feed,{method:"questionByUser",params:[t]});return(await r.questionByUser({questionId:t})).data?.attributes?.question},xi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"questionByUser",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>(await r.questionByUser({questionId:f})).data?.attributes?.question})},ki=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"pickHistory",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.pickHistory({eventId:f})).data?.map(({attributes:d})=>d):[]})},Pi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"insightHistory",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.insightHistory({eventId:f})).data?.map(({attributes:d})=>d):void 0})},rn=t=>(t.gamification||(t.gamification=new Ri(t)),t.gamification);class Ri{slStreamId;organizationId;userId;openedQuestionId;openedQuestion;activeQuestionId;moderationId;moderation;feedSubscription;questionSubscription;notifications;log;constructor(e){if(e.gamification)throw new Error("GamificationBackground Singleton error");this.log=tn("gamification-background"),this.slStreamId=e.stores.slStreamId.getAtomStore(),this.organizationId=e.stores.organizationSettings.getAtomStore(),this.userId=e.stores.user.getAtomStore(),this.moderationId=new ue(ce(void 0),"moderationId").getStore(),this.openedQuestionId=new ue(ce(void 0),"openedQuestionId").getStore(),this.notifications=e.notifications,this.moderation=new te(Ti(this.slStreamId,e.transport),"gamification:moderation"),this.activeQuestionId=new te(_i(this.slStreamId,e.transport),"gamification:activeQuestionId"),this.openedQuestion=new te(xi(this.openedQuestionId,e.transport),"gamification:openedQuestion"),this.openedQuestionId.listen(r=>{this.log.debug({questionId:r},"received question"),r?(this.questionSubscription=Oi(r,e.transport),this.questionSubscription.addListener("feed-subscription-opened-question",o=>{window.requestAnimationFrame(()=>{this.openedQuestion.getStore().mutate(o.data?.attributes?.question)})}),this.questionSubscription.connect()):(this.log.info("cleanup on close question"),this.questionSubscription!==void 0&&(e.transport.removeSubscription(this.questionSubscription),this.questionSubscription=void 0))}),this.feedSubscription=Ci(this.slStreamId,e.transport),this.feedSubscription.addListener("feed-subscription-active-question",r=>{window.requestAnimationFrame(()=>{const o=this.activeQuestionId.getStore();o&&o.mutate(r.data?.attributes)})})}getCurrentSessionId=e=>{const r=e.eventId||this.slStreamId.get()||"",o=e.userId||this.userId.get()||"",s=e.organizationId||this.organizationId.get()||"",u=e.entity||"",f=e.prefix||"";return[s,r,o,f,u].join(":")};disconnect=()=>{this.feedSubscription?.disconnect()};openQuestion=e=>{this.openedQuestionId.set(e),this.notifications.markAsViewed(this.getCurrentSessionId({prefix:"notification",entity:e}))};closeQuestion=e=>{this.openedQuestionId.set(void 0),e&&this.notifications.markAsViewed(this.getCurrentSessionId({prefix:"notification",entity:e}))}}class Ni{notificationsList;notifications;store;timeouts;waitingQueue;activeQueue;options;logger;constructor(e){this.options=e,this.logger=tn("notifications"),this.store=new Map,this.timeouts=new Map,this.waitingQueue=new Set,this.activeQueue=new Set,this.notifications=new ue(ce(new Map),"notifications-queue"),this.notificationsList=hr(this.notifications.getStore(),r=>r?[...r.values()]:[])}addToQueue=e=>{if(this.store.has(e.id)){this.logger.debug({notification:e},"skip existed notification: %o");return}const r=e.close,o=e.action;this.store.set(e.id,{...e,close:(...s)=>{r&&r(...s),this.closeNotification(e.id)},action:(...s)=>{o&&o(...s),this.closeNotification(e.id)}}),this.waitingQueue.add(e.id),this.logger.debug({notification:e},"notification added to waiting queue"),this.tickWaitingQueue()};tickWaitingQueue=()=>{if(this.activeQueue.size<this.options.concurrency){const[e]=this.waitingQueue;if(!e)return;this.activeQueue.add(e),this.waitingQueue.delete(e),this.logger.debug({job:e},"waiting queue tick"),this.tickActiveQueue(e)}else this.logger.debug({queueSize:this.activeQueue.size,concurrency:this.options.concurrency},"waiting queue tick skipped")};tickActiveQueue=e=>{if(!e)return;const r=this.store.get(e);if(!r){this.logger.debug({notificationId:e},"active queue tick skipped, notification not exist");return}const o=setTimeout(()=>{const s=e,u=new Map(this.notifications.getValue());u.set(r.id,r),this.notifications.setValue(u);const f=setTimeout(()=>{this.logger.debug({notificationId:s},"notification hiding by autoHideDuration"),this.closeNotification(s)},r.autoHideDuration||5e3);this.timeouts.set(s,f),this.logger.debug({notificationId:s,queue:[...u.values()]},"notification displayed")},r.delay||0);this.timeouts.set(e,o),this.logger.debug({notificationId:e},"active queue tick completed"),this.tickWaitingQueue()};closeNotification=e=>{const r=new Map(this.notifications.getValue()),o=r.get(e);if(o){o.hiding=!0,this.notifications.setValue(r);const s=setTimeout(()=>{const u=new Map(this.notifications.getValue());u.delete(e),this.notifications.setValue(u);const f=this.timeouts.get(e);f!==void 0&&(clearTimeout(f),this.timeouts.delete(e)),this.logger.debug({notificationId:e},"notification hidden")},this.options.animationDelay||0);this.timeouts.set(e,s)}this.store.delete(e),this.activeQueue.delete(e),this.waitingQueue.delete(e),this.tickWaitingQueue(),this.logger.debug({notificationId:e},"notification hiding")}}var wt;(function(t){t.OPENED="opened"})(wt||(wt={}));class Li extends pr{constructor(){super("notification")}setOpened=e=>{this.write(wt.OPENED,e,"true")};isOpened=e=>this.read(wt.OPENED,e);clearNotification=()=>{this.clear()}}var We;(function(t){t[t.ONBOARDING=1]="ONBOARDING",t[t.QUESTION=2]="QUESTION"})(We||(We={}));class Ui{queue;storage;constructor(e={}){this.storage=new Li,this.queue=new Ni({concurrency:1,animationDelay:300,...e})}add=e=>{this.storage.isOpened(e.id)||this.queue.addToQueue(e)};close=e=>{this.queue.closeNotification(e),this.markAsViewed(e)};getQueueStore=()=>this.queue.notificationsList;markAsViewed=e=>{this.storage.setOpened(e)}}const $i=(t,e,r)=>{t.notifications=new Ui,t.addNotification=t.notifications.add,t.sdk.getNotificationsStore=()=>t.notifications.getQueueStore(),r()},Di=(t,e)=>{const{client:r}=t.createPromiseClient(ye.Feed,{method:"submitAnswer"});return r.submitAnswer({data:e})},ji=(t,e)=>{const{client:r}=t.createPromiseClient(ye.Feed,{method:"submitInplay"});return r.submitInplay({data:{eventId:+e}})},Mi=(t,e)=>{const{client:r}=t.createPromiseClient(ye.Feed,{method:"skipQuestion"});return r.skipQuestion({data:{id:e}})};var vt;(function(t){t.ONBOARDING="onboarding"})(vt||(vt={}));class Vi extends pr{constructor(){super("gamification")}saveOnboardingStatus=({userId:e,eventId:r,organizationId:o},s)=>{this.write(vt.ONBOARDING,o,e,r,s)};getOnboardingStatus=({userId:e,eventId:r,organizationId:o})=>this.read(vt.ONBOARDING,o,e,r)}const Ir=new Set([de.QuestionType.POLL,de.QuestionType.PREDICTION,de.QuestionType.TRIVIA]);var Z;(function(t){t.Unset="unset",t.Required="required",t.Optional="optional",t.Completed="completed",t.Disabled="disabled",t.Unavailable="unavailable"})(Z||(Z={}));class qi extends fr{userSummary;questions;leaderboardId;leaderboardList;onboardingStatus;openedQuestion;notifications;transport;closeFeature;openFeature;background;storage;constructor(e,r,o){super(e,r),this.background=rn(o),this.storage=new Vi,this.userSummary=new te(Ii(this.background.slStreamId,this.background.userId,o.transport),"gamification:userSummary"),this.questions=new te(ki(this.background.slStreamId,o.transport),"gamification:questions"),this.leaderboardId=new ue(ce(this.settings.getValue("pinnedLeaderboardId")),"pinnedLeaderboardId").getStore(),this.onboardingStatus=new ue(ce(Z.Unset),"onboardingStatus").getStore(),this.notifications=o.notifications,this.transport=o.transport,this.closeFeature=o.sdk.closeFeature,this.openFeature=()=>o.sdk.openFeature(ae.SdkOverlayType.GAMES),this.openedQuestion=hr(this.background.openedQuestion.getStore(),s=>s.data?.type&&Ir.has(s.data.type)?{loading:!1,data:s.data}:{loading:s.loading,data:void 0}),this.leaderboardList=new te(Fi(this.background.slStreamId,this.leaderboardId,o.transport),"gamification:leaderboardList"),this.onboardingStatus.subscribe(s=>{(s===Z.Optional||Z.Required)&&this.showOnboardingInApp()}),this.status.subscribe(s=>{s===Ue.Ready?(this.notifications.close(this.background.getCurrentSessionId({prefix:"onboarding"})),this.connect(o.transport)):this.disconnect()}),this.onboardingStatus.subscribe(s=>{s&&this.background.activeQuestionId.invalidate()}),this.background.activeQuestionId.listen(s=>{s&&s.data&&this.onboardingStatus.get()&&s.data.question?.id!==void 0&&s.data.question.notification!==void 0&&s.data.moderation?.bypassNotifications?.inAppSilence!==de.SilenceSetting.ON&&Ir.has(s.data.question.type)&&s.data.question.status===de.QuestionStatus.ACTIVE&&this.notifications.add({type:We.QUESTION,action:()=>s.data?.question&&this.openQuestion(s.data.question.id),close:()=>s.data?.question&&this.closeQuestion(s.data.question.id),autoHideDuration:+(s.data.moderation?.question?.appearance?.autoHideInterval||"1000"),id:this.background.getCurrentSessionId({prefix:"notification",entity:s.data.question.id}),data:{title:s.data.question.notification.title,color:s.data.question.notification.indicatorColor,icon:s.data.question.notification.image,imageMode:s.data.question.notification.imageMode,imagePosition:s.data.question.notification.imagePosition}})}),this.onboardingProcess(),this.background.userId.subscribe(s=>{s&&this.onboardingProcess()}),this.background.moderation.subscribe(s=>{s.data&&this.onboardingProcess()})}onboardingProcess=async()=>{const e=this.background.userId.get();if(!e)return;this.storage.getOnboardingStatus({userId:e,organizationId:this.background.organizationId.get()||"",eventId:this.background.slStreamId.get()||""})===Z.Completed&&this.onboardingStatus.set(Z.Completed);const o=await this.background.moderation.getValue();if(this.onboardingStatus.get()===Z.Completed)return;const s=!!(o?.options?.onboardingEnabled&&this.featureSettings.get().inplayGame?.onboarding?.completed),u=!!this.featureSettings.get().inplayGame?.titleCard?.optIn;s?u?this.onboardingStatus.set(Z.Required):this.onboardingStatus.set(Z.Optional):u?this.onboardingStatus.set(Z.Unavailable):this.onboardingStatus.set(Z.Disabled)};showOnboardingInApp=()=>{const{inplayGame:e}=this.featureSettings.get();if(!e)return;const{titleCard:r,overview:o}=e;this.notifications.add({type:We.ONBOARDING,id:this.background.getCurrentSessionId({prefix:"onboarding"}),action:this.openFeature,close:this.closeFeature,autoHideDuration:1e5,data:{header:r?.header,title:r?.title,subtitle:r?.subtitle,graphicBg:r?.appearance?.graphic,icon:r?.media?.icon,sponsorLogo:r?.media?.sponsorLogo,primaryColor:o?.appearance?.primaryColor}})};connect=e=>{this.userSummary.invalidate(),this.leaderboardList.invalidate(),this.questions.invalidate(),this.background.feedSubscription.addListener("feed-subscription-prediction-close",r=>{window.requestAnimationFrame(async()=>{const o=r.data?.attributes?.question;if(!o)return;const{status:s,type:u,id:f}=o;if(s===de.QuestionStatus.RESOLVED&&u===de.QuestionType.PREDICTION){const l=this.background.getCurrentSessionId({prefix:`notification-id:${f}`}),A=(await Bi(f,e))?.answers.find(({correct:g})=>g);this.notifications.add({type:We.ONBOARDING,action:()=>this.openQuestion(f),close:()=>this.closeQuestion(f),autoHideDuration:5e3,id:l,data:{title:A?.youVoted?`Congratulations! You answered correctly! You won ${A.points} pts!`:`Better luck next time! Correct: ${A?.text}!`}})}})}),this.background.feedSubscription.addListener("feed-subscription-questions-list",()=>{window.requestAnimationFrame(()=>{this.questions?.invalidate()})})};disconnect=()=>{this.background.feedSubscription.removeListener("feed-subscription-questions-list")};submitInplay=async()=>{const e=this.background.slStreamId.get();e&&(await ji(this.transport,e),this.onboardingStatus.set(Z.Completed),this.storage.saveOnboardingStatus({organizationId:this.background.organizationId.get()||"",userId:this.background.userId.get()||"",eventId:e},Z.Completed))};submitAnswer=async(e,r)=>{await Di(this.transport,{questionId:e,answerId:r}),this.questions?.invalidate()};skipQuestion=async e=>{await Mi(this.transport,e),this.questions?.invalidate()};openQuestion=e=>(this.openFeature(),this.background.openQuestion(e));closeQuestion=e=>this.background.closeQuestion(e)}class Qi extends fr{insights;closeFeature;openFeature;openedInsight;notifications;transport;background;constructor(e,r,o){super(e,r),this.background=rn(o),this.notifications=o.notifications,this.transport=o.transport,this.closeFeature=o.sdk.closeFeature,this.openFeature=()=>o.sdk.openFeature(ae.SdkOverlayType.HIGHLIGHTS),this.status.subscribe(s=>{s===Ue.Ready?this.connect():this.disconnect()}),this.background.activeQuestionId.listen(s=>{s?.data?.question?.id&&s?.data?.question?.notification&&s.data.moderation?.bypassNotifications?.inAppSilence!==de.SilenceSetting.ON&&s.data.question.type===de.QuestionType.FACTOID&&s.data.question.status===de.QuestionStatus.ACTIVE&&this.notifications.add({type:We.QUESTION,action:()=>s.data?.question&&this.openHighlight(s.data.question.id),close:()=>s.data?.question&&this.closeHighlight(s.data.question.id),autoHideDuration:+(s.data.moderation?.question?.appearance?.autoHideInterval||"1000"),id:this.background.getCurrentSessionId({prefix:"notification",entity:s.data.question.id}),data:{title:s.data.question.notification.title,color:s.data.question.notification.indicatorColor,icon:s.data.question.notification.image,imageMode:s.data.question.notification.imageMode,imagePosition:s.data.question.notification.imagePosition}})}),this.openedInsight=hr(this.background.openedQuestion.getStore(),s=>{if(s.data?.type===de.QuestionType.FACTOID)return s.data})}connect=()=>{this.insights?this.insights.invalidate():this.insights=new te(Pi(this.background.slStreamId,this.transport),"gamification:insights"),this.background.feedSubscription.addListener("feed-subscription-insights-list",()=>{window.requestAnimationFrame(()=>{this.insights?.invalidate()})})};disconnect=()=>{this.background.feedSubscription.removeListener("feed-subscription-insights-list")};openHighlight=e=>(this.openFeature(),this.background.openQuestion(e));closeHighlight=e=>this.background.closeQuestion(e)}ae.SdkOverlayType.GAMES+"",ae.SdkOverlayType.HIGHLIGHTS+"";class Gi extends fr{constructor(e,r){super(e,r)}}const zi=(t,e,r)=>t.type===ae.SdkOverlayType.GAMES?new qi(t,e,r):t.type===ae.SdkOverlayType.HIGHLIGHTS?new Qi(t,e,r):new Gi(t,e),Ki=(t,e,r)=>{t.features=new Map,t.activeFeature=new ue(ce(ae.SdkOverlayType.UNSET),"activeFeature"),t.sdk.getFeatures=()=>t.features,t.sdk.getFeature=o=>t.features.get(o),t.sdk.getActiveFeature=()=>t.activeFeature.getStore(),t.sdk.openFeature=o=>{t.activeFeature.setValue(o)},t.sdk.closeFeature=()=>{t.activeFeature.setValue(ae.SdkOverlayType.UNSET)},t.initFeature=(o,s=Fe.ORGANIZATION)=>{const u=zi(o,s,t);t.features.set(o.type,u)},t.updateFeature=(o,s)=>{t.features.get(o.type)?.update(o,s)},t.destroyFeature=o=>{t.features.delete(o.type)},t.reinitializeFeatures=async()=>{const o=await t.stores.organizationSettings.getValue();t.features.clear();for(const s of o?.overlays||[])t.initFeature(s,Fe.ORGANIZATION)},t.stores.providerStreamId.listen(o=>{o||t.reinitializeFeatures()}),t.storeSubscribe=()=>{const o=(u,f)=>{if(f?.overlays){u===Fe.STREAM&&t.features.clear();for(const l of f.overlays)l.sdkEnable===!0&&(t.features.has(l.type)?t.updateFeature(l,u):t.initFeature(l,u))}},s={organizationSettings:u=>{if(u.data)try{o(Fe.ORGANIZATION,u.data)}catch(f){console.log(f)}},streamSettings:u=>{if(u.data)try{o(Fe.STREAM,u.data)}catch(f){console.log(f)}}};t.store.subscribe(s)},r()};var dr={exports:{}},yr={exports:{}};function Hi(t){var e=new t,r=e;function o(){var u=e;return u.next?e=u.next:(e=new t,r=e),u.next=null,u}function s(u){r.next=u,r=u}return{get:o,release:s}}var Wi=Hi,Ji=Wi;function nn(t,e,r){if(typeof t=="function"&&(r=e,e=t,t=null),r<1)throw new Error("fastqueue concurrency must be greater than 1");var o=Ji(Yi),s=null,u=null,f=0,l=null,d={push:L,drain:se,saturated:se,pause:g,paused:!1,concurrency:r,running:A,resume:_,idle:R,length:v,getQueue:E,unshift:G,empty:se,kill:X,killAndDrain:ge,error:ee};return d;function A(){return f}function g(){d.paused=!0}function v(){for(var x=s,j=0;x;)x=x.next,j++;return j}function E(){for(var x=s,j=[];x;)j.push(x.value),x=x.next;return j}function _(){if(d.paused){d.paused=!1;for(var x=0;x<d.concurrency;x++)f++,z()}}function R(){return f===0&&d.length()===0}function L(x,j){var O=o.get();O.context=t,O.release=z,O.value=x,O.callback=j||se,O.errorHandler=l,f===d.concurrency||d.paused?u?(u.next=O,u=O):(s=O,u=O,d.saturated()):(f++,e.call(t,O.value,O.worked))}function G(x,j){var O=o.get();O.context=t,O.release=z,O.value=x,O.callback=j||se,f===d.concurrency||d.paused?s?(O.next=s,s=O):(s=O,u=O,d.saturated()):(f++,e.call(t,O.value,O.worked))}function z(x){x&&o.release(x);var j=s;j?d.paused?f--:(u===s&&(u=null),s=j.next,j.next=null,e.call(t,j.value,j.worked),u===null&&d.empty()):--f===0&&d.drain()}function X(){s=null,u=null,d.drain=se}function ge(){s=null,u=null,d.drain(),d.drain=se}function ee(x){l=x}}function se(){}function Yi(){this.value=null,this.callback=se,this.next=null,this.release=se,this.context=null,this.errorHandler=null;var t=this;this.worked=function(r,o){var s=t.callback,u=t.errorHandler,f=t.value;t.value=null,t.callback=se,t.errorHandler&&u(r,f),s.call(t.context,r,o),t.release(t)}}function Xi(t,e,r){typeof t=="function"&&(r=e,e=t,t=null);function o(g,v){e.call(this,g).then(function(E){v(null,E)},v)}var s=nn(t,o,r),u=s.push,f=s.unshift;return s.push=l,s.unshift=d,s.drained=A,s;function l(g){var v=new Promise(function(E,_){u(g,function(R,L){if(R){_(R);return}E(L)})});return v.catch(se),v}function d(g){var v=new Promise(function(E,_){f(g,function(R,L){if(R){_(R);return}E(L)})});return v.catch(se),v}function A(){if(s.idle())return new Promise(function(E){E()});var g=s.drain,v=new Promise(function(E){s.drain=function(){g(),E()}});return v}}yr.exports=nn;yr.exports.promise=Xi;var on=yr.exports,gr={exports:{}},Je=typeof Reflect=="object"?Reflect:null,Fr=Je&&typeof Je.apply=="function"?Je.apply:function(e,r,o){return Function.prototype.apply.call(e,r,o)},dt;Je&&typeof Je.ownKeys=="function"?dt=Je.ownKeys:Object.getOwnPropertySymbols?dt=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:dt=function(e){return Object.getOwnPropertyNames(e)};function Zi(t){console&&console.warn&&console.warn(t)}var sn=Number.isNaN||function(e){return e!==e};function $(){$.init.call(this)}gr.exports=$;gr.exports.once=no;$.EventEmitter=$;$.prototype._events=void 0;$.prototype._eventsCount=0;$.prototype._maxListeners=void 0;var Tr=10;function Ot(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty($,"defaultMaxListeners",{enumerable:!0,get:function(){return Tr},set:function(t){if(typeof t!="number"||t<0||sn(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Tr=t}});$.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};$.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||sn(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function an(t){return t._maxListeners===void 0?$.defaultMaxListeners:t._maxListeners}$.prototype.getMaxListeners=function(){return an(this)};$.prototype.emit=function(e){for(var r=[],o=1;o<arguments.length;o++)r.push(arguments[o]);var s=e==="error",u=this._events;if(u!==void 0)s=s&&u.error===void 0;else if(!s)return!1;if(s){var f;if(r.length>0&&(f=r[0]),f instanceof Error)throw f;var l=new Error("Unhandled error."+(f?" ("+f.message+")":""));throw l.context=f,l}var d=u[e];if(d===void 0)return!1;if(typeof d=="function")Fr(d,this,r);else for(var A=d.length,g=hn(d,A),o=0;o<A;++o)Fr(g[o],this,r);return!0};function un(t,e,r,o){var s,u,f;if(Ot(r),u=t._events,u===void 0?(u=t._events=Object.create(null),t._eventsCount=0):(u.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),u=t._events),f=u[e]),f===void 0)f=u[e]=r,++t._eventsCount;else if(typeof f=="function"?f=u[e]=o?[r,f]:[f,r]:o?f.unshift(r):f.push(r),s=an(t),s>0&&f.length>s&&!f.warned){f.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+f.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=t,l.type=e,l.count=f.length,Zi(l)}return t}$.prototype.addListener=function(e,r){return un(this,e,r,!1)};$.prototype.on=$.prototype.addListener;$.prototype.prependListener=function(e,r){return un(this,e,r,!0)};function eo(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function cn(t,e,r){var o={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},s=eo.bind(o);return s.listener=r,o.wrapFn=s,s}$.prototype.once=function(e,r){return Ot(r),this.on(e,cn(this,e,r)),this};$.prototype.prependOnceListener=function(e,r){return Ot(r),this.prependListener(e,cn(this,e,r)),this};$.prototype.removeListener=function(e,r){var o,s,u,f,l;if(Ot(r),s=this._events,s===void 0)return this;if(o=s[e],o===void 0)return this;if(o===r||o.listener===r)--this._eventsCount===0?this._events=Object.create(null):(delete s[e],s.removeListener&&this.emit("removeListener",e,o.listener||r));else if(typeof o!="function"){for(u=-1,f=o.length-1;f>=0;f--)if(o[f]===r||o[f].listener===r){l=o[f].listener,u=f;break}if(u<0)return this;u===0?o.shift():to(o,u),o.length===1&&(s[e]=o[0]),s.removeListener!==void 0&&this.emit("removeListener",e,l||r)}return this};$.prototype.off=$.prototype.removeListener;$.prototype.removeAllListeners=function(e){var r,o,s;if(o=this._events,o===void 0)return this;if(o.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):o[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete o[e]),this;if(arguments.length===0){var u=Object.keys(o),f;for(s=0;s<u.length;++s)f=u[s],f!=="removeListener"&&this.removeAllListeners(f);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=o[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(s=r.length-1;s>=0;s--)this.removeListener(e,r[s]);return this};function ln(t,e,r){var o=t._events;if(o===void 0)return[];var s=o[e];return s===void 0?[]:typeof s=="function"?r?[s.listener||s]:[s]:r?ro(s):hn(s,s.length)}$.prototype.listeners=function(e){return ln(this,e,!0)};$.prototype.rawListeners=function(e){return ln(this,e,!1)};$.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):fn.call(t,e)};$.prototype.listenerCount=fn;function fn(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}$.prototype.eventNames=function(){return this._eventsCount>0?dt(this._events):[]};function hn(t,e){for(var r=new Array(e),o=0;o<e;++o)r[o]=t[o];return r}function to(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function ro(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function no(t,e){return new Promise(function(r,o){function s(f){t.removeListener(e,u),o(f)}function u(){typeof t.removeListener=="function"&&t.removeListener("error",s),r([].slice.call(arguments))}pn(t,e,u,{once:!0}),e!=="error"&&io(t,s,{once:!0})})}function io(t,e,r){typeof t.on=="function"&&pn(t,"error",e,r)}function pn(t,e,r,o){if(typeof t.on=="function")o.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function s(u){o.once&&t.removeEventListener(e,s),r(u)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var dn=gr.exports,Bt={},yn={},gn=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},r=Symbol("test"),o=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var s=42;e[r]=s;for(r in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var u=Object.getOwnPropertySymbols(e);if(u.length!==1||u[0]!==r||!Object.prototype.propertyIsEnumerable.call(e,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var f=Object.getOwnPropertyDescriptor(e,r);if(f.value!==s||f.enumerable!==!0)return!1}return!0},oo=gn,mr=function(){return oo()&&!!Symbol.toStringTag},_r=typeof Symbol<"u"&&Symbol,so=gn,ao=function(){return typeof _r!="function"||typeof Symbol!="function"||typeof _r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:so()},Cr={foo:{}},uo=Object,co=function(){return{__proto__:Cr}.foo===Cr.foo&&!({__proto__:null}instanceof uo)},lo="Function.prototype.bind called on incompatible ",fo=Object.prototype.toString,ho=Math.max,po="[object Function]",Or=function(e,r){for(var o=[],s=0;s<e.length;s+=1)o[s]=e[s];for(var u=0;u<r.length;u+=1)o[u+e.length]=r[u];return o},yo=function(e,r){for(var o=[],s=r||0,u=0;s<e.length;s+=1,u+=1)o[u]=e[s];return o},go=function(t,e){for(var r="",o=0;o<t.length;o+=1)r+=t[o],o+1<t.length&&(r+=e);return r},mo=function(e){var r=this;if(typeof r!="function"||fo.apply(r)!==po)throw new TypeError(lo+r);for(var o=yo(arguments,1),s,u=function(){if(this instanceof s){var g=r.apply(this,Or(o,arguments));return Object(g)===g?g:this}return r.apply(e,Or(o,arguments))},f=ho(0,r.length-o.length),l=[],d=0;d<f;d++)l[d]="$"+d;if(s=Function("binder","return function ("+go(l,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var A=function(){};A.prototype=r.prototype,s.prototype=new A,A.prototype=null}return s},bo=mo,mn=Function.prototype.bind||bo,Br={}.hasOwnProperty,Lt=Function.prototype.call,wo=Lt.bind?Lt.bind(Br):function(t,e){return Lt.call(Br,t,e)},k,Xe=SyntaxError,bn=Function,Ye=TypeError,Ut=function(t){try{return bn('"use strict"; return ('+t+").constructor;")()}catch{}},$e=Object.getOwnPropertyDescriptor;if($e)try{$e({},"")}catch{$e=null}var $t=function(){throw new Ye},vo=$e?function(){try{return arguments.callee,$t}catch{try{return $e(arguments,"callee").get}catch{return $t}}}():$t,qe=ao(),So=co(),H=Object.getPrototypeOf||(So?function(t){return t.__proto__}:null),Ge={},Ao=typeof Uint8Array>"u"||!H?k:H(Uint8Array),De={"%AggregateError%":typeof AggregateError>"u"?k:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?k:ArrayBuffer,"%ArrayIteratorPrototype%":qe&&H?H([][Symbol.iterator]()):k,"%AsyncFromSyncIteratorPrototype%":k,"%AsyncFunction%":Ge,"%AsyncGenerator%":Ge,"%AsyncGeneratorFunction%":Ge,"%AsyncIteratorPrototype%":Ge,"%Atomics%":typeof Atomics>"u"?k:Atomics,"%BigInt%":typeof BigInt>"u"?k:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?k:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?k:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?k:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?k:Float32Array,"%Float64Array%":typeof Float64Array>"u"?k:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?k:FinalizationRegistry,"%Function%":bn,"%GeneratorFunction%":Ge,"%Int8Array%":typeof Int8Array>"u"?k:Int8Array,"%Int16Array%":typeof Int16Array>"u"?k:Int16Array,"%Int32Array%":typeof Int32Array>"u"?k:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":qe&&H?H(H([][Symbol.iterator]())):k,"%JSON%":typeof JSON=="object"?JSON:k,"%Map%":typeof Map>"u"?k:Map,"%MapIteratorPrototype%":typeof Map>"u"||!qe||!H?k:H(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?k:Promise,"%Proxy%":typeof Proxy>"u"?k:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?k:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?k:Set,"%SetIteratorPrototype%":typeof Set>"u"||!qe||!H?k:H(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?k:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":qe&&H?H(""[Symbol.iterator]()):k,"%Symbol%":qe?Symbol:k,"%SyntaxError%":Xe,"%ThrowTypeError%":vo,"%TypedArray%":Ao,"%TypeError%":Ye,"%Uint8Array%":typeof Uint8Array>"u"?k:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?k:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?k:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?k:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?k:WeakMap,"%WeakRef%":typeof WeakRef>"u"?k:WeakRef,"%WeakSet%":typeof WeakSet>"u"?k:WeakSet};if(H)try{null.error}catch(t){var Eo=H(H(t));De["%Error.prototype%"]=Eo}var Io=function t(e){var r;if(e==="%AsyncFunction%")r=Ut("async function () {}");else if(e==="%GeneratorFunction%")r=Ut("function* () {}");else if(e==="%AsyncGeneratorFunction%")r=Ut("async function* () {}");else if(e==="%AsyncGenerator%"){var o=t("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if(e==="%AsyncIteratorPrototype%"){var s=t("%AsyncGenerator%");s&&H&&(r=H(s.prototype))}return De[e]=r,r},xr={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},lt=mn,St=wo,Fo=lt.call(Function.call,Array.prototype.concat),To=lt.call(Function.apply,Array.prototype.splice),kr=lt.call(Function.call,String.prototype.replace),At=lt.call(Function.call,String.prototype.slice),_o=lt.call(Function.call,RegExp.prototype.exec),Co=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Oo=/\\(\\)?/g,Bo=function(e){var r=At(e,0,1),o=At(e,-1);if(r==="%"&&o!=="%")throw new Xe("invalid intrinsic syntax, expected closing `%`");if(o==="%"&&r!=="%")throw new Xe("invalid intrinsic syntax, expected opening `%`");var s=[];return kr(e,Co,function(u,f,l,d){s[s.length]=l?kr(d,Oo,"$1"):f||u}),s},xo=function(e,r){var o=e,s;if(St(xr,o)&&(s=xr[o],o="%"+s[0]+"%"),St(De,o)){var u=De[o];if(u===Ge&&(u=Io(o)),typeof u>"u"&&!r)throw new Ye("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:s,name:o,value:u}}throw new Xe("intrinsic "+e+" does not exist!")},et=function(e,r){if(typeof e!="string"||e.length===0)throw new Ye("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ye('"allowMissing" argument must be a boolean');if(_o(/^%?[^%]*%?$/,e)===null)throw new Xe("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=Bo(e),s=o.length>0?o[0]:"",u=xo("%"+s+"%",r),f=u.name,l=u.value,d=!1,A=u.alias;A&&(s=A[0],To(o,Fo([0,1],A)));for(var g=1,v=!0;g<o.length;g+=1){var E=o[g],_=At(E,0,1),R=At(E,-1);if((_==='"'||_==="'"||_==="`"||R==='"'||R==="'"||R==="`")&&_!==R)throw new Xe("property names with quotes must have matching quotes");if((E==="constructor"||!v)&&(d=!0),s+="."+E,f="%"+s+"%",St(De,f))l=De[f];else if(l!=null){if(!(E in l)){if(!r)throw new Ye("base intrinsic for "+e+" exists, but the property is not available.");return}if($e&&g+1>=o.length){var L=$e(l,E);v=!!L,v&&"get"in L&&!("originalValue"in L.get)?l=L.get:l=l[E]}else v=St(l,E),l=l[E];v&&!d&&(De[f]=l)}}return l},wn={exports:{}},ko=et,er=ko("%Object.defineProperty%",!0),tr=function(){if(er)try{return er({},"a",{value:1}),!0}catch{return!1}return!1};tr.hasArrayLengthDefineBug=function(){if(!tr())return null;try{return er([],"length",{value:1}).length!==1}catch{return!0}};var vn=tr,Po=et,yt=Po("%Object.getOwnPropertyDescriptor%",!0);if(yt)try{yt([],"length")}catch{yt=null}var br=yt,Ro=vn(),wr=et,ut=Ro&&wr("%Object.defineProperty%",!0);if(ut)try{ut({},"a",{value:1})}catch{ut=!1}var No=wr("%SyntaxError%"),Qe=wr("%TypeError%"),Pr=br,Lo=function(e,r,o){if(!e||typeof e!="object"&&typeof e!="function")throw new Qe("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Qe("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Qe("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Qe("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Qe("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Qe("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,f=arguments.length>5?arguments[5]:null,l=arguments.length>6?arguments[6]:!1,d=!!Pr&&Pr(e,r);if(ut)ut(e,r,{configurable:f===null&&d?d.configurable:!f,enumerable:s===null&&d?d.enumerable:!s,value:o,writable:u===null&&d?d.writable:!u});else if(l||!s&&!u&&!f)e[r]=o;else throw new No("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Sn=et,Rr=Lo,Uo=vn(),Nr=br,Lr=Sn("%TypeError%"),$o=Sn("%Math.floor%"),Do=function(e,r){if(typeof e!="function")throw new Lr("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||$o(r)!==r)throw new Lr("`length` must be a positive 32-bit integer");var o=arguments.length>2&&!!arguments[2],s=!0,u=!0;if("length"in e&&Nr){var f=Nr(e,"length");f&&!f.configurable&&(s=!1),f&&!f.writable&&(u=!1)}return(s||u||!o)&&(Uo?Rr(e,"length",r,!0,!0):Rr(e,"length",r)),e};(function(t){var e=mn,r=et,o=Do,s=r("%TypeError%"),u=r("%Function.prototype.apply%"),f=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||e.call(f,u),d=r("%Object.defineProperty%",!0),A=r("%Math.max%");if(d)try{d({},"a",{value:1})}catch{d=null}t.exports=function(E){if(typeof E!="function")throw new s("a function is required");var _=l(e,f,arguments);return o(_,1+A(0,E.length-(arguments.length-1)),!0)};var g=function(){return l(e,u,arguments)};d?d(t.exports,"apply",{value:g}):t.exports.apply=g})(wn);var An=wn.exports,En=et,In=An,jo=In(En("String.prototype.indexOf")),Fn=function(e,r){var o=En(e,!!r);return typeof o=="function"&&jo(e,".prototype.")>-1?In(o):o},Mo=mr(),Vo=Fn,rr=Vo("Object.prototype.toString"),xt=function(e){return Mo&&e&&typeof e=="object"&&Symbol.toStringTag in e?!1:rr(e)==="[object Arguments]"},Tn=function(e){return xt(e)?!0:e!==null&&typeof e=="object"&&typeof e.length=="number"&&e.length>=0&&rr(e)!=="[object Array]"&&rr(e.callee)==="[object Function]"},qo=function(){return xt(arguments)}();xt.isLegacyArguments=Tn;var Qo=qo?xt:Tn,Go=Object.prototype.toString,zo=Function.prototype.toString,Ko=/^\s*(?:function)?\*/,_n=mr(),Dt=Object.getPrototypeOf,Ho=function(){if(!_n)return!1;try{return Function("return function*() {}")()}catch{}},jt,Wo=function(e){if(typeof e!="function")return!1;if(Ko.test(zo.call(e)))return!0;if(!_n){var r=Go.call(e);return r==="[object GeneratorFunction]"}if(!Dt)return!1;if(typeof jt>"u"){var o=Ho();jt=o?Dt(o):!1}return Dt(e)===jt},Cn=Function.prototype.toString,Ke=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,nr,gt;if(typeof Ke=="function"&&typeof Object.defineProperty=="function")try{nr=Object.defineProperty({},"length",{get:function(){throw gt}}),gt={},Ke(function(){throw 42},null,nr)}catch(t){t!==gt&&(Ke=null)}else Ke=null;var Jo=/^\s*class\b/,ir=function(e){try{var r=Cn.call(e);return Jo.test(r)}catch{return!1}},Mt=function(e){try{return ir(e)?!1:(Cn.call(e),!0)}catch{return!1}},mt=Object.prototype.toString,Yo="[object Object]",Xo="[object Function]",Zo="[object GeneratorFunction]",es="[object HTMLAllCollection]",ts="[object HTML document.all class]",rs="[object HTMLCollection]",ns=typeof Symbol=="function"&&!!Symbol.toStringTag,is=!(0 in[,]),or=function(){return!1};if(typeof document=="object"){var os=document.all;mt.call(os)===mt.call(document.all)&&(or=function(e){if((is||!e)&&(typeof e>"u"||typeof e=="object"))try{var r=mt.call(e);return(r===es||r===ts||r===rs||r===Yo)&&e("")==null}catch{}return!1})}var ss=Ke?function(e){if(or(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{Ke(e,null,nr)}catch(r){if(r!==gt)return!1}return!ir(e)&&Mt(e)}:function(e){if(or(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(ns)return Mt(e);if(ir(e))return!1;var r=mt.call(e);return r!==Xo&&r!==Zo&&!/^\[object HTML/.test(r)?!1:Mt(e)},as=ss,us=Object.prototype.toString,On=Object.prototype.hasOwnProperty,cs=function(e,r,o){for(var s=0,u=e.length;s<u;s++)On.call(e,s)&&(o==null?r(e[s],s,e):r.call(o,e[s],s,e))},ls=function(e,r,o){for(var s=0,u=e.length;s<u;s++)o==null?r(e.charAt(s),s,e):r.call(o,e.charAt(s),s,e)},fs=function(e,r,o){for(var s in e)On.call(e,s)&&(o==null?r(e[s],s,e):r.call(o,e[s],s,e))},hs=function(e,r,o){if(!as(r))throw new TypeError("iterator must be a function");var s;arguments.length>=3&&(s=o),us.call(e)==="[object Array]"?cs(e,r,s):typeof e=="string"?ls(e,r,s):fs(e,r,s)},ps=hs,Vt=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],ds=typeof globalThis>"u"?Hr:globalThis,ys=function(){for(var e=[],r=0;r<Vt.length;r++)typeof ds[Vt[r]]=="function"&&(e[e.length]=Vt[r]);return e},Et=ps,gs=ys,Ur=An,vr=Fn,bt=br,ms=vr("Object.prototype.toString"),Bn=mr(),$r=typeof globalThis>"u"?Hr:globalThis,sr=gs(),Sr=vr("String.prototype.slice"),qt=Object.getPrototypeOf,bs=vr("Array.prototype.indexOf",!0)||function(e,r){for(var o=0;o<e.length;o+=1)if(e[o]===r)return o;return-1},It={__proto__:null};Bn&&bt&&qt?Et(sr,function(t){var e=new $r[t];if(Symbol.toStringTag in e){var r=qt(e),o=bt(r,Symbol.toStringTag);if(!o){var s=qt(r);o=bt(s,Symbol.toStringTag)}It["$"+t]=Ur(o.get)}}):Et(sr,function(t){var e=new $r[t],r=e.slice||e.set;r&&(It["$"+t]=Ur(r))});var ws=function(e){var r=!1;return Et(It,function(o,s){if(!r)try{"$"+o(e)===s&&(r=Sr(s,1))}catch{}}),r},vs=function(e){var r=!1;return Et(It,function(o,s){if(!r)try{o(e),r=Sr(s,1)}catch{}}),r},xn=function(e){if(!e||typeof e!="object")return!1;if(!Bn){var r=Sr(ms(e),8,-1);return bs(sr,r)>-1?r:r!=="Object"?!1:vs(e)}return bt?ws(e):null},Ss=xn,As=function(e){return!!Ss(e)};(function(t){var e=Qo,r=Wo,o=xn,s=As;function u(w){return w.call.bind(w)}var f=typeof BigInt<"u",l=typeof Symbol<"u",d=u(Object.prototype.toString),A=u(Number.prototype.valueOf),g=u(String.prototype.valueOf),v=u(Boolean.prototype.valueOf);if(f)var E=u(BigInt.prototype.valueOf);if(l)var _=u(Symbol.prototype.valueOf);function R(w,ht){if(typeof w!="object")return!1;try{return ht(w),!0}catch{return!1}}t.isArgumentsObject=e,t.isGeneratorFunction=r,t.isTypedArray=s;function L(w){return typeof Promise<"u"&&w instanceof Promise||w!==null&&typeof w=="object"&&typeof w.then=="function"&&typeof w.catch=="function"}t.isPromise=L;function G(w){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(w):s(w)||b(w)}t.isArrayBufferView=G;function z(w){return o(w)==="Uint8Array"}t.isUint8Array=z;function X(w){return o(w)==="Uint8ClampedArray"}t.isUint8ClampedArray=X;function ge(w){return o(w)==="Uint16Array"}t.isUint16Array=ge;function ee(w){return o(w)==="Uint32Array"}t.isUint32Array=ee;function x(w){return o(w)==="Int8Array"}t.isInt8Array=x;function j(w){return o(w)==="Int16Array"}t.isInt16Array=j;function O(w){return o(w)==="Int32Array"}t.isInt32Array=O;function re(w){return o(w)==="Float32Array"}t.isFloat32Array=re;function ne(w){return o(w)==="Float64Array"}t.isFloat64Array=ne;function Oe(w){return o(w)==="BigInt64Array"}t.isBigInt64Array=Oe;function Ae(w){return o(w)==="BigUint64Array"}t.isBigUint64Array=Ae;function le(w){return d(w)==="[object Map]"}le.working=typeof Map<"u"&&le(new Map);function rt(w){return typeof Map>"u"?!1:le.working?le(w):w instanceof Map}t.isMap=rt;function fe(w){return d(w)==="[object Set]"}fe.working=typeof Set<"u"&&fe(new Set);function Be(w){return typeof Set>"u"?!1:fe.working?fe(w):w instanceof Set}t.isSet=Be;function xe(w){return d(w)==="[object WeakMap]"}xe.working=typeof WeakMap<"u"&&xe(new WeakMap);function nt(w){return typeof WeakMap>"u"?!1:xe.working?xe(w):w instanceof WeakMap}t.isWeakMap=nt;function ke(w){return d(w)==="[object WeakSet]"}ke.working=typeof WeakSet<"u"&&ke(new WeakSet);function he(w){return ke(w)}t.isWeakSet=he;function Pe(w){return d(w)==="[object ArrayBuffer]"}Pe.working=typeof ArrayBuffer<"u"&&Pe(new ArrayBuffer);function V(w){return typeof ArrayBuffer>"u"?!1:Pe.working?Pe(w):w instanceof ArrayBuffer}t.isArrayBuffer=V;function p(w){return d(w)==="[object DataView]"}p.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&p(new DataView(new ArrayBuffer(1),0,1));function b(w){return typeof DataView>"u"?!1:p.working?p(w):w instanceof DataView}t.isDataView=b;var S=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function I(w){return d(w)==="[object SharedArrayBuffer]"}function P(w){return typeof S>"u"?!1:(typeof I.working>"u"&&(I.working=I(new S)),I.working?I(w):w instanceof S)}t.isSharedArrayBuffer=P;function N(w){return d(w)==="[object AsyncFunction]"}t.isAsyncFunction=N;function F(w){return d(w)==="[object Map Iterator]"}t.isMapIterator=F;function B(w){return d(w)==="[object Set Iterator]"}t.isSetIterator=B;function U(w){return d(w)==="[object Generator]"}t.isGeneratorObject=U;function Y(w){return d(w)==="[object WebAssembly.Module]"}t.isWebAssemblyCompiledModule=Y;function me(w){return R(w,A)}t.isNumberObject=me;function pe(w){return R(w,g)}t.isStringObject=pe;function ie(w){return R(w,v)}t.isBooleanObject=ie;function Me(w){return f&&R(w,E)}t.isBigIntObject=Me;function ft(w){return l&&R(w,_)}t.isSymbolObject=ft;function it(w){return me(w)||pe(w)||ie(w)||Me(w)||ft(w)}t.isBoxedPrimitive=it;function kt(w){return typeof Uint8Array<"u"&&(V(w)||P(w))}t.isAnyArrayBuffer=kt,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(w){Object.defineProperty(t,w,{enumerable:!1,value:function(){throw new Error(w+" is not supported in userland")}})})})(yn);var Es=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"},ar={exports:{}};typeof Object.create=="function"?ar.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:ar.exports=function(e,r){if(r){e.super_=r;var o=function(){};o.prototype=r.prototype,e.prototype=new o,e.prototype.constructor=e}};var Is=ar.exports;(function(t){var e=Object.getOwnPropertyDescriptors||function(b){for(var S=Object.keys(b),I={},P=0;P<S.length;P++)I[S[P]]=Object.getOwnPropertyDescriptor(b,S[P]);return I},r=/%[sdj%]/g;t.format=function(p){if(!x(p)){for(var b=[],S=0;S<arguments.length;S++)b.push(f(arguments[S]));return b.join(" ")}for(var S=1,I=arguments,P=I.length,N=String(p).replace(r,function(B){if(B==="%%")return"%";if(S>=P)return B;switch(B){case"%s":return String(I[S++]);case"%d":return Number(I[S++]);case"%j":try{return JSON.stringify(I[S++])}catch{return"[Circular]"}default:return B}}),F=I[S];S<P;F=I[++S])X(F)||!ne(F)?N+=" "+F:N+=" "+f(F);return N},t.deprecate=function(p,b){if(typeof T.process<"u"&&T.process.noDeprecation===!0)return p;if(typeof T.process>"u")return function(){return t.deprecate(p,b).apply(this,arguments)};var S=!1;function I(){if(!S){if(T.process.throwDeprecation)throw new Error(b);T.process.traceDeprecation?console.trace(b):console.error(b),S=!0}return p.apply(this,arguments)}return I};var o={},s=/^$/;if(T.process.env.NODE_DEBUG){var u=T.process.env.NODE_DEBUG;u=u.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),s=new RegExp("^"+u+"$","i")}t.debuglog=function(p){if(p=p.toUpperCase(),!o[p])if(s.test(p)){var b=T.process.pid;o[p]=function(){var S=t.format.apply(t,arguments);console.error("%s %d: %s",p,b,S)}}else o[p]=function(){};return o[p]};function f(p,b){var S={seen:[],stylize:d};return arguments.length>=3&&(S.depth=arguments[2]),arguments.length>=4&&(S.colors=arguments[3]),z(b)?S.showHidden=b:b&&t._extend(S,b),O(S.showHidden)&&(S.showHidden=!1),O(S.depth)&&(S.depth=2),O(S.colors)&&(S.colors=!1),O(S.customInspect)&&(S.customInspect=!0),S.colors&&(S.stylize=l),g(S,p,S.depth)}t.inspect=f,f.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},f.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function l(p,b){var S=f.styles[b];return S?"\x1B["+f.colors[S][0]+"m"+p+"\x1B["+f.colors[S][1]+"m":p}function d(p,b){return p}function A(p){var b={};return p.forEach(function(S,I){b[S]=!0}),b}function g(p,b,S){if(p.customInspect&&b&&le(b.inspect)&&b.inspect!==t.inspect&&!(b.constructor&&b.constructor.prototype===b)){var I=b.inspect(S,p);return x(I)||(I=g(p,I,S)),I}var P=v(p,b);if(P)return P;var N=Object.keys(b),F=A(N);if(p.showHidden&&(N=Object.getOwnPropertyNames(b)),Ae(b)&&(N.indexOf("message")>=0||N.indexOf("description")>=0))return E(b);if(N.length===0){if(le(b)){var B=b.name?": "+b.name:"";return p.stylize("[Function"+B+"]","special")}if(re(b))return p.stylize(RegExp.prototype.toString.call(b),"regexp");if(Oe(b))return p.stylize(Date.prototype.toString.call(b),"date");if(Ae(b))return E(b)}var U="",Y=!1,me=["{","}"];if(G(b)&&(Y=!0,me=["[","]"]),le(b)){var pe=b.name?": "+b.name:"";U=" [Function"+pe+"]"}if(re(b)&&(U=" "+RegExp.prototype.toString.call(b)),Oe(b)&&(U=" "+Date.prototype.toUTCString.call(b)),Ae(b)&&(U=" "+E(b)),N.length===0&&(!Y||b.length==0))return me[0]+U+me[1];if(S<0)return re(b)?p.stylize(RegExp.prototype.toString.call(b),"regexp"):p.stylize("[Object]","special");p.seen.push(b);var ie;return Y?ie=_(p,b,S,F,N):ie=N.map(function(Me){return R(p,b,S,F,Me,Y)}),p.seen.pop(),L(ie,U,me)}function v(p,b){if(O(b))return p.stylize("undefined","undefined");if(x(b)){var S="'"+JSON.stringify(b).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return p.stylize(S,"string")}if(ee(b))return p.stylize(""+b,"number");if(z(b))return p.stylize(""+b,"boolean");if(X(b))return p.stylize("null","null")}function E(p){return"["+Error.prototype.toString.call(p)+"]"}function _(p,b,S,I,P){for(var N=[],F=0,B=b.length;F<B;++F)ke(b,String(F))?N.push(R(p,b,S,I,String(F),!0)):N.push("");return P.forEach(function(U){U.match(/^\d+$/)||N.push(R(p,b,S,I,U,!0))}),N}function R(p,b,S,I,P,N){var F,B,U;if(U=Object.getOwnPropertyDescriptor(b,P)||{value:b[P]},U.get?U.set?B=p.stylize("[Getter/Setter]","special"):B=p.stylize("[Getter]","special"):U.set&&(B=p.stylize("[Setter]","special")),ke(I,P)||(F="["+P+"]"),B||(p.seen.indexOf(U.value)<0?(X(S)?B=g(p,U.value,null):B=g(p,U.value,S-1),B.indexOf(`
|
|
6
|
+
*/(function(t){const e=_t,r=lr,o=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=l,t.SlowBuffer=X,t.INSPECT_MAX_BYTES=50;const s=2147483647;t.kMaxLength=s,l.TYPED_ARRAY_SUPPORT=u(),!l.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&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.");function u(){try{const a=new Uint8Array(1),n={foo:function(){return 42}};return Object.setPrototypeOf(n,Uint8Array.prototype),Object.setPrototypeOf(a,n),a.foo()===42}catch{return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function f(a){if(a>s)throw new RangeError('The value "'+a+'" is invalid for option "size"');const n=new Uint8Array(a);return Object.setPrototypeOf(n,l.prototype),n}function l(a,n,i){if(typeof a=="number"){if(typeof n=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return v(a)}return d(a,n,i)}l.poolSize=8192;function d(a,n,i){if(typeof a=="string")return E(a,n);if(ArrayBuffer.isView(a))return R(a);if(a==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof a);if(be(a,ArrayBuffer)||a&&be(a.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(be(a,SharedArrayBuffer)||a&&be(a.buffer,SharedArrayBuffer)))return L(a,n,i);if(typeof a=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const c=a.valueOf&&a.valueOf();if(c!=null&&c!==a)return l.from(c,n,i);const h=G(a);if(h)return h;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof a[Symbol.toPrimitive]=="function")return l.from(a[Symbol.toPrimitive]("string"),n,i);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof a)}l.from=function(a,n,i){return d(a,n,i)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array);function A(a){if(typeof a!="number")throw new TypeError('"size" argument must be of type number');if(a<0)throw new RangeError('The value "'+a+'" is invalid for option "size"')}function g(a,n,i){return A(a),a<=0?f(a):n!==void 0?typeof i=="string"?f(a).fill(n,i):f(a).fill(n):f(a)}l.alloc=function(a,n,i){return g(a,n,i)};function v(a){return A(a),f(a<0?0:z(a)|0)}l.allocUnsafe=function(a){return v(a)},l.allocUnsafeSlow=function(a){return v(a)};function E(a,n){if((typeof n!="string"||n==="")&&(n="utf8"),!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n);const i=ge(a,n)|0;let c=f(i);const h=c.write(a,n);return h!==i&&(c=c.slice(0,h)),c}function _(a){const n=a.length<0?0:z(a.length)|0,i=f(n);for(let c=0;c<n;c+=1)i[c]=a[c]&255;return i}function R(a){if(be(a,Uint8Array)){const n=new Uint8Array(a);return L(n.buffer,n.byteOffset,n.byteLength)}return _(a)}function L(a,n,i){if(n<0||a.byteLength<n)throw new RangeError('"offset" is outside of buffer bounds');if(a.byteLength<n+(i||0))throw new RangeError('"length" is outside of buffer bounds');let c;return n===void 0&&i===void 0?c=new Uint8Array(a):i===void 0?c=new Uint8Array(a,n):c=new Uint8Array(a,n,i),Object.setPrototypeOf(c,l.prototype),c}function G(a){if(l.isBuffer(a)){const n=z(a.length)|0,i=f(n);return i.length===0||a.copy(i,0,0,n),i}if(a.length!==void 0)return typeof a.length!="number"||Pt(a.length)?f(0):_(a);if(a.type==="Buffer"&&Array.isArray(a.data))return _(a.data)}function z(a){if(a>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return a|0}function X(a){return+a!=a&&(a=0),l.alloc(+a)}l.isBuffer=function(n){return n!=null&&n._isBuffer===!0&&n!==l.prototype},l.compare=function(n,i){if(be(n,Uint8Array)&&(n=l.from(n,n.offset,n.byteLength)),be(i,Uint8Array)&&(i=l.from(i,i.offset,i.byteLength)),!l.isBuffer(n)||!l.isBuffer(i))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(n===i)return 0;let c=n.length,h=i.length;for(let y=0,m=Math.min(c,h);y<m;++y)if(n[y]!==i[y]){c=n[y],h=i[y];break}return c<h?-1:h<c?1:0},l.isEncoding=function(n){switch(String(n).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}},l.concat=function(n,i){if(!Array.isArray(n))throw new TypeError('"list" argument must be an Array of Buffers');if(n.length===0)return l.alloc(0);let c;if(i===void 0)for(i=0,c=0;c<n.length;++c)i+=n[c].length;const h=l.allocUnsafe(i);let y=0;for(c=0;c<n.length;++c){let m=n[c];if(be(m,Uint8Array))y+m.length>h.length?(l.isBuffer(m)||(m=l.from(m)),m.copy(h,y)):Uint8Array.prototype.set.call(h,m,y);else if(l.isBuffer(m))m.copy(h,y);else throw new TypeError('"list" argument must be an Array of Buffers');y+=m.length}return h};function ge(a,n){if(l.isBuffer(a))return a.length;if(ArrayBuffer.isView(a)||be(a,ArrayBuffer))return a.byteLength;if(typeof a!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof a);const i=a.length,c=arguments.length>2&&arguments[2]===!0;if(!c&&i===0)return 0;let h=!1;for(;;)switch(n){case"ascii":case"latin1":case"binary":return i;case"utf8":case"utf-8":return it(a).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return i*2;case"hex":return i>>>1;case"base64":return ht(a).length;default:if(h)return c?-1:it(a).length;n=(""+n).toLowerCase(),h=!0}}l.byteLength=ge;function ee(a,n,i){let c=!1;if((n===void 0||n<0)&&(n=0),n>this.length||((i===void 0||i>this.length)&&(i=this.length),i<=0)||(i>>>=0,n>>>=0,i<=n))return"";for(a||(a="utf8");;)switch(a){case"hex":return he(this,n,i);case"utf8":case"utf-8":return fe(this,n,i);case"ascii":return nt(this,n,i);case"latin1":case"binary":return ke(this,n,i);case"base64":return rt(this,n,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pe(this,n,i);default:if(c)throw new TypeError("Unknown encoding: "+a);a=(a+"").toLowerCase(),c=!0}}l.prototype._isBuffer=!0;function x(a,n,i){const c=a[n];a[n]=a[i],a[i]=c}l.prototype.swap16=function(){const n=this.length;if(n%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let i=0;i<n;i+=2)x(this,i,i+1);return this},l.prototype.swap32=function(){const n=this.length;if(n%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let i=0;i<n;i+=4)x(this,i,i+3),x(this,i+1,i+2);return this},l.prototype.swap64=function(){const n=this.length;if(n%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let i=0;i<n;i+=8)x(this,i,i+7),x(this,i+1,i+6),x(this,i+2,i+5),x(this,i+3,i+4);return this},l.prototype.toString=function(){const n=this.length;return n===0?"":arguments.length===0?fe(this,0,n):ee.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(n){if(!l.isBuffer(n))throw new TypeError("Argument must be a Buffer");return this===n?!0:l.compare(this,n)===0},l.prototype.inspect=function(){let n="";const i=t.INSPECT_MAX_BYTES;return n=this.toString("hex",0,i).replace(/(.{2})/g,"$1 ").trim(),this.length>i&&(n+=" ... "),"<Buffer "+n+">"},o&&(l.prototype[o]=l.prototype.inspect),l.prototype.compare=function(n,i,c,h,y){if(be(n,Uint8Array)&&(n=l.from(n,n.offset,n.byteLength)),!l.isBuffer(n))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof n);if(i===void 0&&(i=0),c===void 0&&(c=n?n.length:0),h===void 0&&(h=0),y===void 0&&(y=this.length),i<0||c>n.length||h<0||y>this.length)throw new RangeError("out of range index");if(h>=y&&i>=c)return 0;if(h>=y)return-1;if(i>=c)return 1;if(i>>>=0,c>>>=0,h>>>=0,y>>>=0,this===n)return 0;let m=y-h,C=c-i;const q=Math.min(m,C),M=this.slice(h,y),Q=n.slice(i,c);for(let D=0;D<q;++D)if(M[D]!==Q[D]){m=M[D],C=Q[D];break}return m<C?-1:C<m?1:0};function j(a,n,i,c,h){if(a.length===0)return-1;if(typeof i=="string"?(c=i,i=0):i>2147483647?i=2147483647:i<-2147483648&&(i=-2147483648),i=+i,Pt(i)&&(i=h?0:a.length-1),i<0&&(i=a.length+i),i>=a.length){if(h)return-1;i=a.length-1}else if(i<0)if(h)i=0;else return-1;if(typeof n=="string"&&(n=l.from(n,c)),l.isBuffer(n))return n.length===0?-1:O(a,n,i,c,h);if(typeof n=="number")return n=n&255,typeof Uint8Array.prototype.indexOf=="function"?h?Uint8Array.prototype.indexOf.call(a,n,i):Uint8Array.prototype.lastIndexOf.call(a,n,i):O(a,[n],i,c,h);throw new TypeError("val must be string, number or Buffer")}function O(a,n,i,c,h){let y=1,m=a.length,C=n.length;if(c!==void 0&&(c=String(c).toLowerCase(),c==="ucs2"||c==="ucs-2"||c==="utf16le"||c==="utf-16le")){if(a.length<2||n.length<2)return-1;y=2,m/=2,C/=2,i/=2}function q(Q,D){return y===1?Q[D]:Q.readUInt16BE(D*y)}let M;if(h){let Q=-1;for(M=i;M<m;M++)if(q(a,M)===q(n,Q===-1?0:M-Q)){if(Q===-1&&(Q=M),M-Q+1===C)return Q*y}else Q!==-1&&(M-=M-Q),Q=-1}else for(i+C>m&&(i=m-C),M=i;M>=0;M--){let Q=!0;for(let D=0;D<C;D++)if(q(a,M+D)!==q(n,D)){Q=!1;break}if(Q)return M}return-1}l.prototype.includes=function(n,i,c){return this.indexOf(n,i,c)!==-1},l.prototype.indexOf=function(n,i,c){return j(this,n,i,c,!0)},l.prototype.lastIndexOf=function(n,i,c){return j(this,n,i,c,!1)};function re(a,n,i,c){i=Number(i)||0;const h=a.length-i;c?(c=Number(c),c>h&&(c=h)):c=h;const y=n.length;c>y/2&&(c=y/2);let m;for(m=0;m<c;++m){const C=parseInt(n.substr(m*2,2),16);if(Pt(C))return m;a[i+m]=C}return m}function ne(a,n,i,c){return ot(it(n,a.length-i),a,i,c)}function Oe(a,n,i,c){return ot(kt(n),a,i,c)}function Ae(a,n,i,c){return ot(ht(n),a,i,c)}function le(a,n,i,c){return ot(w(n,a.length-i),a,i,c)}l.prototype.write=function(n,i,c,h){if(i===void 0)h="utf8",c=this.length,i=0;else if(c===void 0&&typeof i=="string")h=i,c=this.length,i=0;else if(isFinite(i))i=i>>>0,isFinite(c)?(c=c>>>0,h===void 0&&(h="utf8")):(h=c,c=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const y=this.length-i;if((c===void 0||c>y)&&(c=y),n.length>0&&(c<0||i<0)||i>this.length)throw new RangeError("Attempt to write outside buffer bounds");h||(h="utf8");let m=!1;for(;;)switch(h){case"hex":return re(this,n,i,c);case"utf8":case"utf-8":return ne(this,n,i,c);case"ascii":case"latin1":case"binary":return Oe(this,n,i,c);case"base64":return Ae(this,n,i,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return le(this,n,i,c);default:if(m)throw new TypeError("Unknown encoding: "+h);h=(""+h).toLowerCase(),m=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rt(a,n,i){return n===0&&i===a.length?e.fromByteArray(a):e.fromByteArray(a.slice(n,i))}function fe(a,n,i){i=Math.min(a.length,i);const c=[];let h=n;for(;h<i;){const y=a[h];let m=null,C=y>239?4:y>223?3:y>191?2:1;if(h+C<=i){let q,M,Q,D;switch(C){case 1:y<128&&(m=y);break;case 2:q=a[h+1],(q&192)===128&&(D=(y&31)<<6|q&63,D>127&&(m=D));break;case 3:q=a[h+1],M=a[h+2],(q&192)===128&&(M&192)===128&&(D=(y&15)<<12|(q&63)<<6|M&63,D>2047&&(D<55296||D>57343)&&(m=D));break;case 4:q=a[h+1],M=a[h+2],Q=a[h+3],(q&192)===128&&(M&192)===128&&(Q&192)===128&&(D=(y&15)<<18|(q&63)<<12|(M&63)<<6|Q&63,D>65535&&D<1114112&&(m=D))}}m===null?(m=65533,C=1):m>65535&&(m-=65536,c.push(m>>>10&1023|55296),m=56320|m&1023),c.push(m),h+=C}return xe(c)}const Be=4096;function xe(a){const n=a.length;if(n<=Be)return String.fromCharCode.apply(String,a);let i="",c=0;for(;c<n;)i+=String.fromCharCode.apply(String,a.slice(c,c+=Be));return i}function nt(a,n,i){let c="";i=Math.min(a.length,i);for(let h=n;h<i;++h)c+=String.fromCharCode(a[h]&127);return c}function ke(a,n,i){let c="";i=Math.min(a.length,i);for(let h=n;h<i;++h)c+=String.fromCharCode(a[h]);return c}function he(a,n,i){const c=a.length;(!n||n<0)&&(n=0),(!i||i<0||i>c)&&(i=c);let h="";for(let y=n;y<i;++y)h+=Ln[a[y]];return h}function Pe(a,n,i){const c=a.slice(n,i);let h="";for(let y=0;y<c.length-1;y+=2)h+=String.fromCharCode(c[y]+c[y+1]*256);return h}l.prototype.slice=function(n,i){const c=this.length;n=~~n,i=i===void 0?c:~~i,n<0?(n+=c,n<0&&(n=0)):n>c&&(n=c),i<0?(i+=c,i<0&&(i=0)):i>c&&(i=c),i<n&&(i=n);const h=this.subarray(n,i);return Object.setPrototypeOf(h,l.prototype),h};function V(a,n,i){if(a%1!==0||a<0)throw new RangeError("offset is not uint");if(a+n>i)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=this[n],y=1,m=0;for(;++m<i&&(y*=256);)h+=this[n+m]*y;return h},l.prototype.readUintBE=l.prototype.readUIntBE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=this[n+--i],y=1;for(;i>0&&(y*=256);)h+=this[n+--i]*y;return h},l.prototype.readUint8=l.prototype.readUInt8=function(n,i){return n=n>>>0,i||V(n,1,this.length),this[n]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(n,i){return n=n>>>0,i||V(n,2,this.length),this[n]|this[n+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(n,i){return n=n>>>0,i||V(n,2,this.length),this[n]<<8|this[n+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(n,i){return n=n>>>0,i||V(n,4,this.length),(this[n]|this[n+1]<<8|this[n+2]<<16)+this[n+3]*16777216},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(n,i){return n=n>>>0,i||V(n,4,this.length),this[n]*16777216+(this[n+1]<<16|this[n+2]<<8|this[n+3])},l.prototype.readBigUInt64LE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=i+this[++n]*2**8+this[++n]*2**16+this[++n]*2**24,y=this[++n]+this[++n]*2**8+this[++n]*2**16+c*2**24;return BigInt(h)+(BigInt(y)<<BigInt(32))}),l.prototype.readBigUInt64BE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=i*2**24+this[++n]*2**16+this[++n]*2**8+this[++n],y=this[++n]*2**24+this[++n]*2**16+this[++n]*2**8+c;return(BigInt(h)<<BigInt(32))+BigInt(y)}),l.prototype.readIntLE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=this[n],y=1,m=0;for(;++m<i&&(y*=256);)h+=this[n+m]*y;return y*=128,h>=y&&(h-=Math.pow(2,8*i)),h},l.prototype.readIntBE=function(n,i,c){n=n>>>0,i=i>>>0,c||V(n,i,this.length);let h=i,y=1,m=this[n+--h];for(;h>0&&(y*=256);)m+=this[n+--h]*y;return y*=128,m>=y&&(m-=Math.pow(2,8*i)),m},l.prototype.readInt8=function(n,i){return n=n>>>0,i||V(n,1,this.length),this[n]&128?(255-this[n]+1)*-1:this[n]},l.prototype.readInt16LE=function(n,i){n=n>>>0,i||V(n,2,this.length);const c=this[n]|this[n+1]<<8;return c&32768?c|4294901760:c},l.prototype.readInt16BE=function(n,i){n=n>>>0,i||V(n,2,this.length);const c=this[n+1]|this[n]<<8;return c&32768?c|4294901760:c},l.prototype.readInt32LE=function(n,i){return n=n>>>0,i||V(n,4,this.length),this[n]|this[n+1]<<8|this[n+2]<<16|this[n+3]<<24},l.prototype.readInt32BE=function(n,i){return n=n>>>0,i||V(n,4,this.length),this[n]<<24|this[n+1]<<16|this[n+2]<<8|this[n+3]},l.prototype.readBigInt64LE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=this[n+4]+this[n+5]*2**8+this[n+6]*2**16+(c<<24);return(BigInt(h)<<BigInt(32))+BigInt(i+this[++n]*2**8+this[++n]*2**16+this[++n]*2**24)}),l.prototype.readBigInt64BE=Re(function(n){n=n>>>0,pe(n,"offset");const i=this[n],c=this[n+7];(i===void 0||c===void 0)&&ie(n,this.length-8);const h=(i<<24)+this[++n]*2**16+this[++n]*2**8+this[++n];return(BigInt(h)<<BigInt(32))+BigInt(this[++n]*2**24+this[++n]*2**16+this[++n]*2**8+c)}),l.prototype.readFloatLE=function(n,i){return n=n>>>0,i||V(n,4,this.length),r.read(this,n,!0,23,4)},l.prototype.readFloatBE=function(n,i){return n=n>>>0,i||V(n,4,this.length),r.read(this,n,!1,23,4)},l.prototype.readDoubleLE=function(n,i){return n=n>>>0,i||V(n,8,this.length),r.read(this,n,!0,52,8)},l.prototype.readDoubleBE=function(n,i){return n=n>>>0,i||V(n,8,this.length),r.read(this,n,!1,52,8)};function p(a,n,i,c,h,y){if(!l.isBuffer(a))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>h||n<y)throw new RangeError('"value" argument is out of bounds');if(i+c>a.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(n,i,c,h){if(n=+n,i=i>>>0,c=c>>>0,!h){const C=Math.pow(2,8*c)-1;p(this,n,i,c,C,0)}let y=1,m=0;for(this[i]=n&255;++m<c&&(y*=256);)this[i+m]=n/y&255;return i+c},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(n,i,c,h){if(n=+n,i=i>>>0,c=c>>>0,!h){const C=Math.pow(2,8*c)-1;p(this,n,i,c,C,0)}let y=c-1,m=1;for(this[i+y]=n&255;--y>=0&&(m*=256);)this[i+y]=n/m&255;return i+c},l.prototype.writeUint8=l.prototype.writeUInt8=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,1,255,0),this[i]=n&255,i+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,65535,0),this[i]=n&255,this[i+1]=n>>>8,i+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,65535,0),this[i]=n>>>8,this[i+1]=n&255,i+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,4294967295,0),this[i+3]=n>>>24,this[i+2]=n>>>16,this[i+1]=n>>>8,this[i]=n&255,i+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,4294967295,0),this[i]=n>>>24,this[i+1]=n>>>16,this[i+2]=n>>>8,this[i+3]=n&255,i+4};function b(a,n,i,c,h){me(n,c,h,a,i,7);let y=Number(n&BigInt(4294967295));a[i++]=y,y=y>>8,a[i++]=y,y=y>>8,a[i++]=y,y=y>>8,a[i++]=y;let m=Number(n>>BigInt(32)&BigInt(4294967295));return a[i++]=m,m=m>>8,a[i++]=m,m=m>>8,a[i++]=m,m=m>>8,a[i++]=m,i}function S(a,n,i,c,h){me(n,c,h,a,i,7);let y=Number(n&BigInt(4294967295));a[i+7]=y,y=y>>8,a[i+6]=y,y=y>>8,a[i+5]=y,y=y>>8,a[i+4]=y;let m=Number(n>>BigInt(32)&BigInt(4294967295));return a[i+3]=m,m=m>>8,a[i+2]=m,m=m>>8,a[i+1]=m,m=m>>8,a[i]=m,i+8}l.prototype.writeBigUInt64LE=Re(function(n,i=0){return b(this,n,i,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeBigUInt64BE=Re(function(n,i=0){return S(this,n,i,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeIntLE=function(n,i,c,h){if(n=+n,i=i>>>0,!h){const q=Math.pow(2,8*c-1);p(this,n,i,c,q-1,-q)}let y=0,m=1,C=0;for(this[i]=n&255;++y<c&&(m*=256);)n<0&&C===0&&this[i+y-1]!==0&&(C=1),this[i+y]=(n/m>>0)-C&255;return i+c},l.prototype.writeIntBE=function(n,i,c,h){if(n=+n,i=i>>>0,!h){const q=Math.pow(2,8*c-1);p(this,n,i,c,q-1,-q)}let y=c-1,m=1,C=0;for(this[i+y]=n&255;--y>=0&&(m*=256);)n<0&&C===0&&this[i+y+1]!==0&&(C=1),this[i+y]=(n/m>>0)-C&255;return i+c},l.prototype.writeInt8=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,1,127,-128),n<0&&(n=255+n+1),this[i]=n&255,i+1},l.prototype.writeInt16LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,32767,-32768),this[i]=n&255,this[i+1]=n>>>8,i+2},l.prototype.writeInt16BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,2,32767,-32768),this[i]=n>>>8,this[i+1]=n&255,i+2},l.prototype.writeInt32LE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,2147483647,-2147483648),this[i]=n&255,this[i+1]=n>>>8,this[i+2]=n>>>16,this[i+3]=n>>>24,i+4},l.prototype.writeInt32BE=function(n,i,c){return n=+n,i=i>>>0,c||p(this,n,i,4,2147483647,-2147483648),n<0&&(n=4294967295+n+1),this[i]=n>>>24,this[i+1]=n>>>16,this[i+2]=n>>>8,this[i+3]=n&255,i+4},l.prototype.writeBigInt64LE=Re(function(n,i=0){return b(this,n,i,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),l.prototype.writeBigInt64BE=Re(function(n,i=0){return S(this,n,i,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function I(a,n,i,c,h,y){if(i+c>a.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("Index out of range")}function P(a,n,i,c,h){return n=+n,i=i>>>0,h||I(a,n,i,4),r.write(a,n,i,c,23,4),i+4}l.prototype.writeFloatLE=function(n,i,c){return P(this,n,i,!0,c)},l.prototype.writeFloatBE=function(n,i,c){return P(this,n,i,!1,c)};function N(a,n,i,c,h){return n=+n,i=i>>>0,h||I(a,n,i,8),r.write(a,n,i,c,52,8),i+8}l.prototype.writeDoubleLE=function(n,i,c){return N(this,n,i,!0,c)},l.prototype.writeDoubleBE=function(n,i,c){return N(this,n,i,!1,c)},l.prototype.copy=function(n,i,c,h){if(!l.isBuffer(n))throw new TypeError("argument should be a Buffer");if(c||(c=0),!h&&h!==0&&(h=this.length),i>=n.length&&(i=n.length),i||(i=0),h>0&&h<c&&(h=c),h===c||n.length===0||this.length===0)return 0;if(i<0)throw new RangeError("targetStart out of bounds");if(c<0||c>=this.length)throw new RangeError("Index out of range");if(h<0)throw new RangeError("sourceEnd out of bounds");h>this.length&&(h=this.length),n.length-i<h-c&&(h=n.length-i+c);const y=h-c;return this===n&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(i,c,h):Uint8Array.prototype.set.call(n,this.subarray(c,h),i),y},l.prototype.fill=function(n,i,c,h){if(typeof n=="string"){if(typeof i=="string"?(h=i,i=0,c=this.length):typeof c=="string"&&(h=c,c=this.length),h!==void 0&&typeof h!="string")throw new TypeError("encoding must be a string");if(typeof h=="string"&&!l.isEncoding(h))throw new TypeError("Unknown encoding: "+h);if(n.length===1){const m=n.charCodeAt(0);(h==="utf8"&&m<128||h==="latin1")&&(n=m)}}else typeof n=="number"?n=n&255:typeof n=="boolean"&&(n=Number(n));if(i<0||this.length<i||this.length<c)throw new RangeError("Out of range index");if(c<=i)return this;i=i>>>0,c=c===void 0?this.length:c>>>0,n||(n=0);let y;if(typeof n=="number")for(y=i;y<c;++y)this[y]=n;else{const m=l.isBuffer(n)?n:l.from(n,h),C=m.length;if(C===0)throw new TypeError('The value "'+n+'" is invalid for argument "value"');for(y=0;y<c-i;++y)this[y+i]=m[y%C]}return this};const F={};function B(a,n,i){F[a]=class extends i{constructor(){super(),Object.defineProperty(this,"message",{value:n.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${a}]`,this.stack,delete this.name}get code(){return a}set code(h){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:h,writable:!0})}toString(){return`${this.name} [${a}]: ${this.message}`}}}B("ERR_BUFFER_OUT_OF_BOUNDS",function(a){return a?`${a} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),B("ERR_INVALID_ARG_TYPE",function(a,n){return`The "${a}" argument must be of type number. Received type ${typeof n}`},TypeError),B("ERR_OUT_OF_RANGE",function(a,n,i){let c=`The value of "${a}" is out of range.`,h=i;return Number.isInteger(i)&&Math.abs(i)>2**32?h=U(String(i)):typeof i=="bigint"&&(h=String(i),(i>BigInt(2)**BigInt(32)||i<-(BigInt(2)**BigInt(32)))&&(h=U(h)),h+="n"),c+=` It must be ${n}. Received ${h}`,c},RangeError);function U(a){let n="",i=a.length;const c=a[0]==="-"?1:0;for(;i>=c+4;i-=3)n=`_${a.slice(i-3,i)}${n}`;return`${a.slice(0,i)}${n}`}function Y(a,n,i){pe(n,"offset"),(a[n]===void 0||a[n+i]===void 0)&&ie(n,a.length-(i+1))}function me(a,n,i,c,h,y){if(a>i||a<n){const m=typeof n=="bigint"?"n":"";let C;throw y>3?n===0||n===BigInt(0)?C=`>= 0${m} and < 2${m} ** ${(y+1)*8}${m}`:C=`>= -(2${m} ** ${(y+1)*8-1}${m}) and < 2 ** ${(y+1)*8-1}${m}`:C=`>= ${n}${m} and <= ${i}${m}`,new F.ERR_OUT_OF_RANGE("value",C,a)}Y(c,h,y)}function pe(a,n){if(typeof a!="number")throw new F.ERR_INVALID_ARG_TYPE(n,"number",a)}function ie(a,n,i){throw Math.floor(a)!==a?(pe(a,i),new F.ERR_OUT_OF_RANGE(i||"offset","an integer",a)):n<0?new F.ERR_BUFFER_OUT_OF_BOUNDS:new F.ERR_OUT_OF_RANGE(i||"offset",`>= ${i?1:0} and <= ${n}`,a)}const Me=/[^+/0-9A-Za-z-_]/g;function ft(a){if(a=a.split("=")[0],a=a.trim().replace(Me,""),a.length<2)return"";for(;a.length%4!==0;)a=a+"=";return a}function it(a,n){n=n||1/0;let i;const c=a.length;let h=null;const y=[];for(let m=0;m<c;++m){if(i=a.charCodeAt(m),i>55295&&i<57344){if(!h){if(i>56319){(n-=3)>-1&&y.push(239,191,189);continue}else if(m+1===c){(n-=3)>-1&&y.push(239,191,189);continue}h=i;continue}if(i<56320){(n-=3)>-1&&y.push(239,191,189),h=i;continue}i=(h-55296<<10|i-56320)+65536}else h&&(n-=3)>-1&&y.push(239,191,189);if(h=null,i<128){if((n-=1)<0)break;y.push(i)}else if(i<2048){if((n-=2)<0)break;y.push(i>>6|192,i&63|128)}else if(i<65536){if((n-=3)<0)break;y.push(i>>12|224,i>>6&63|128,i&63|128)}else if(i<1114112){if((n-=4)<0)break;y.push(i>>18|240,i>>12&63|128,i>>6&63|128,i&63|128)}else throw new Error("Invalid code point")}return y}function kt(a){const n=[];for(let i=0;i<a.length;++i)n.push(a.charCodeAt(i)&255);return n}function w(a,n){let i,c,h;const y=[];for(let m=0;m<a.length&&!((n-=2)<0);++m)i=a.charCodeAt(m),c=i>>8,h=i%256,y.push(h),y.push(c);return y}function ht(a){return e.toByteArray(ft(a))}function ot(a,n,i,c){let h;for(h=0;h<c&&!(h+i>=n.length||h>=a.length);++h)n[h+i]=a[h];return h}function be(a,n){return a instanceof n||a!=null&&a.constructor!=null&&a.constructor.name!=null&&a.constructor.name===n.name}function Pt(a){return a!==a}const Ln=function(){const a="0123456789abcdef",n=new Array(256);for(let i=0;i<16;++i){const c=i*16;for(let h=0;h<16;++h)n[c+h]=a[i]+a[h]}return n}();function Re(a){return typeof BigInt>"u"?Un:a}function Un(){throw new Error("BigInt not supported")}})(Wr);var Yr={exports:{}},K=Yr.exports={},we,ve;function Xt(){throw new Error("setTimeout has not been defined")}function Zt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?we=setTimeout:we=Xt}catch{we=Xt}try{typeof clearTimeout=="function"?ve=clearTimeout:ve=Zt}catch{ve=Zt}})();function Xr(t){if(we===setTimeout)return setTimeout(t,0);if((we===Xt||!we)&&setTimeout)return we=setTimeout,setTimeout(t,0);try{return we(t,0)}catch{try{return we.call(null,t,0)}catch{return we.call(this,t,0)}}}function Yn(t){if(ve===clearTimeout)return clearTimeout(t);if((ve===Zt||!ve)&&clearTimeout)return ve=clearTimeout,clearTimeout(t);try{return ve(t)}catch{try{return ve.call(null,t)}catch{return ve.call(this,t)}}}var _e=[],He=!1,Le,pt=-1;function Xn(){!He||!Le||(He=!1,Le.length?_e=Le.concat(_e):pt=-1,_e.length&&Zr())}function Zr(){if(!He){var t=Xr(Xn);He=!0;for(var e=_e.length;e;){for(Le=_e,_e=[];++pt<e;)Le&&Le[pt].run();pt=-1,e=_e.length}Le=null,He=!1,Yn(t)}}K.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];_e.push(new en(t,e)),_e.length===1&&!He&&Xr(Zr)};function en(t,e){this.fun=t,this.array=e}en.prototype.run=function(){this.fun.apply(null,this.array)};K.title="browser";K.browser=!0;K.env={};K.argv=[];K.version="";K.versions={};function Ce(){}K.on=Ce;K.addListener=Ce;K.once=Ce;K.off=Ce;K.removeListener=Ce;K.removeAllListeners=Ce;K.emit=Ce;K.prependListener=Ce;K.prependOnceListener=Ce;K.listeners=function(t){return[]};K.binding=function(t){throw new Error("process.binding is not supported")};K.cwd=function(){return"/"};K.chdir=function(t){throw new Error("process.chdir is not supported")};K.umask=function(){return 0};var Zn=Yr.exports;(function(t){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const e=Wr,r=Zn,o=f=>f&&f.__esModule?f:{default:f},s=o(r),u=globalThis||void 0||self;Object.defineProperty(t,"Buffer",{enumerable:!0,get:()=>e.Buffer}),Object.defineProperty(t,"process",{enumerable:!0,get:()=>s.default}),t.global=u})(T);class ei{}window.slStore=Object.create(null);class Ct{store;name;constructor(e,r){this.store=e,this.name=r}getStore(){return this.store}}const ti=t=>{const e=Object.keys(t);return je.computed(e.map(r=>t[r].getStore()),(...r)=>Object.fromEntries(e.map((o,s)=>[o,r[s]])))};class st extends Ct{getValues=()=>this.getStore().get();getValue=e=>this.getStore().get()[e];setValue=(e,r)=>this.getStore().setKey(e,r);subscribe=(...e)=>this.getStore().subscribe(...e);unsubscribe=()=>this.getStore().off()}const at=t=>je.map(t);var Fe;(function(t){t.ORGANIZATION="ORGANIZATION",t.STREAM="STREAM"})(Fe||(Fe={}));const ri={[ae.SdkOverlayType.BETTING]:"betting",[ae.SdkOverlayType.GAMES]:"games",[ae.SdkOverlayType.PUBLIC_CHAT]:"publicChat",[ae.SdkOverlayType.TWITTER]:"twitter"};var Ue;(function(t){t.Ready="ready",t.Suspended="suspended"})(Ue||(Ue={}));class fr{status;source;config;settings;listeners=new Set;settingsKey;constructor({settings:e,...r},o){this.settingsKey=ri[r.type],this.status=je.atom(Ue.Suspended),this.config=new st(at(r),`feature:config:${this.settingsKey}`),this.settingsKey!==void 0&&e?.overlaySettings.case===this.settingsKey?this.settings=new st(at(e.overlaySettings.value),`feature:settings:${this.settingsKey}`):this.settings=new st(at({}),`feature:settings:${this.settingsKey}`),this.source=o}get featureConfig(){return this.config.getStore()}get featureSettings(){return this.settings.getStore()}registerEventListener(e){this.listeners.add(e)}enable=()=>{this.status.set(Ue.Ready)};disable=()=>{this.status.set(Ue.Suspended)};setFeatureConfig=({settings:e,...r})=>{let o;for(o in r)this.config.setValue(o,r[o]);if(e?.overlaySettings.case===this.settingsKey){const s=e.overlaySettings.value;if(s!==void 0){let u;for(u in s)console.log(u,s[u]),s[u]!==0&&s[u]!==""&&this.settings.setValue(u,s[u])}}};update=(e,r)=>{this.source===Fe.STREAM&&r===Fe.ORGANIZATION||(this.setFeatureConfig(e),this.source=r)};fireEvent(e){for(const r of this.listeners.values())try{r.onEvent(e)}catch(o){console.error(o)}}}class ue extends Ct{getValue=()=>this.getStore().get();getValues(){throw new Error("not implemented")}setValue=e=>this.getStore().set(e);subscribe=e=>this.getStore().subscribe(e);unsubscribe=()=>this.getStore().off();listen(e){return this.getStore().listen(e)}get(){return this.getStore().get()}}const ce=t=>je.atom(t),hr=(t,e)=>je.computed(t,e);class te extends Ct{atomStore;constructor(e,r,o){super(e,`api:${r}`),this.atomStore=je.atom(),o&&e.subscribe(s=>{this.atomStore.set(o(s))})}getAtomStore=()=>this.atomStore;getValue=async()=>{const e=this.getStore();if(e.value===void 0)throw new Error("no store");return await e.value.promise,e.get().data};getValues=()=>{throw new Error("not implemented")};setValue=e=>this.getStore().set({loading:!1,data:e?.data});subscribe=e=>this.getStore().subscribe(e);unsubscribe=()=>{throw new Error("not implemented")};invalidate=()=>{this.store.invalidate()};listen=e=>this.getStore().listen(e);get(){throw new Error("not implemented")}key=()=>this.getStore().key;off=()=>this.getStore().off()}async function*ni(t,e){for await(const r of e){t.response.message=r,t.received_at=Date.now();const o={type:"__GRPC_DEVTOOLS_EXTENSION__",data:t};window.postMessage(o),yield r}}const ii=()=>t=>async e=>{const r={name:e.url,request:{},response:{}};r.request.header=Object.fromEntries(e.header.entries()),r.sent_at=Date.now();try{const o=await t(e);if(r.received_at=Date.now(),r.stream=o.stream,r.response.header=Object.fromEntries(o.header.entries()),r.response.trailer=Object.fromEntries(o.trailer.entries()),o.stream)return{...o,message:ni(r,o.message)};{r.request.message=e.message,r.response.message=o.message,r.latency=r.received_at-r.sent_at;const s={type:"__GRPC_DEVTOOLS_EXTENSION__",data:r};window.postMessage(s)}return o}catch(o){r.received_at=Date.now(),r.request.message=e.message,r.response.trailer={"grpc-status":o.code,"grpc-message":o.rawMessage},r.response.message=o.rawMessage,r.latency=r.received_at-r.sent_at;const s={type:"__GRPC_DEVTOOLS_EXTENSION__",data:r};throw window.postMessage(s),o}};window.dispatchEvent(new CustomEvent("grpc_devtools_loaded"));var Ee;(function(t){t.Init="init",t.Ready="ready",t.Connecting="connecting",t.Connected="connected",t.Disconnected="disconnected",t.Failed="failed",t.Reconnecting="reconnecting"})(Ee||(Ee={}));class oi{params;stream;method;name;headers;listeners;state;store;constructor(e,r,o,s){const u={status:Ee.Init,ts:new Date,log:[]};this.state=new st(at(u),`subscription:${s.name}:state`),this.name=s.name,this.headers=e,this.listeners=new Map,this.params=o,this.method=r,s.withStore&&(this.store=new ue(ce(null),`subscription:${s.name}:store`)),"subscribe"in o&&typeof o.subscribe=="function"&&o.subscribe(()=>{this.reconnect()}),this.updateState(Ee.Ready)}updateState=e=>{this.state.setValue("status",e),this.state.setValue("ts",new Date),this.addStateLog(`status => ${e}`)};addStateLog=e=>{const r=this.state.getStore().get().log;this.state.setValue("log",[...r,`${new Date().toLocaleString()}: ${e}`])};addListener=(e,r)=>this.listeners.has(e)?(this.addStateLog(`listener '${e}' not added`),!1):(this.listeners.set(e,r),this.addStateLog(`listener '${e}' added`),!0);removeListener=e=>{this.listeners.delete(e),this.addStateLog(`listener '${e}' removed`)};connect=()=>{this.updateState(Ee.Connecting),this.stream&&(this.addStateLog("disconnect prev connection"),this.stream());const e="get"in this.params&&typeof this.params.get=="function"?this.params.get():this.params;this.stream=this.method(e,this.onData,this.onStreamError,{headers:this.headers.getValues()}),this.updateState(Ee.Connected)};disconnect=()=>{this.stream&&this.stream(),this.listeners.clear(),this.updateState(Ee.Disconnected)};reconnect=()=>{this.updateState(Ee.Reconnecting),this.connect()};getStore=()=>this.store?.getStore();onData=e=>{this.addStateLog(`received data => ${JSON.stringify(e)}`),this.store&&this.store.setValue(e);for(const[,r]of this.listeners)r(e);this.addStateLog(`data routed to ${this.listeners.size} listeners`)};onStreamError=e=>{e!==void 0&&(e.code!==Yt.Code.Canceled&&e.rawMessage!=="[canceled] BodyStreamBuffer was aborted"?(this.updateState(Ee.Failed),this.state.setValue("error",e)):this.disconnect())}}class si{toJsonOptions={emitDefaultValues:!1,enumAsInteger:!0,useProtoFieldName:!1};transport;nanoquery;host;interceptors=[];$headers;clients;callbackClients;subscriptions;constructor(e){this.host=e,this.$headers=new st(at({"sl-device-id":T.process?.env?.NX_DEVICE_ID||"sdk-web-dev"}),"transport:headers"),this.initInterceptors(),this.clients=new Map,this.callbackClients=new Map,this.subscriptions=new Map;const[r,o,s]=Dn.nanoquery();this.nanoquery={createFetcherStore:r,createMutatorStore:o,utils:s},this.transport=$n.createGrpcWebTransport({baseUrl:e,interceptors:this.interceptors,useBinaryFormat:!0})}addSubscription=(e,r,o)=>{const s=this.subscriptions.get(r);if(s)return s;const u=new oi(this.$headers,e,r,o);return this.subscriptions.set(r,u),u};removeSubscription=e=>{e.disconnect(),this.subscriptions.delete(e.params)};disconnect=()=>{for(const[e,r]of this.subscriptions)r.disconnect(),this.subscriptions.delete(e)};registerInterceptor=e=>{this.interceptors.push(e)};removeInterceptor=e=>{this.interceptors=this.interceptors.filter(r=>r!==e)};getClient=e=>{const r=e.typeName;if(this.clients.has(r))return this.clients.get(r);const o=Yt.createPromiseClient(e,this.transport);return this.clients.set(r,o),o};getCallbackClient=e=>{const r=e.typeName;if(this.callbackClients.has(r))return this.callbackClients.get(r);const o=Yt.createCallbackClient(e,this.transport);return this.callbackClients.set(r,o),o};createPromiseClient=(e,{params:r=[],method:o})=>{const s=this.getClient(e),u=e.methods[o].name,f=[e.typeName,u.charAt(0).toLowerCase()+u.slice(1),...Array.isArray(r)?r:[r]],l=[e.typeName,u.charAt(0).toLowerCase()+u.slice(1)];return{client:s,queryKey:f,queryKeyStr:l.join("")}};createCallbackClient=e=>({client:this.getCallbackClient(e)});setSdkKey=e=>{this.$headers.setValue("sdk",e)};setAuth=e=>{this.$headers.setValue("authorization",e)};setHeader=(e,r)=>this.$headers.setValue(e,r);getHeader=e=>this.$headers.getValue(e);getHeaders=()=>this.$headers.getValues();initInterceptors=()=>{if(this.interceptors.length!==0)return;const e=r=>o=>{const s=this.$headers.getValues();for(const u in s)o.header.set(u,s[u]);return r(o)};this.interceptors.push(e),this.interceptors.push(ii())}}const ai=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(jn.Events,{method:"retrieveEventId",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>{if(!f||typeof f!="string")return"";try{return(await r.retrieveEventId({id:f})).data?.id||""}catch{return""}}})},ui=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"getStream",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.getStream({id:f})).data?.attributes:void 0})},ci=(t,e)=>{const{queryKey:r,client:o}=e.createPromiseClient(zr.Users,{method:"me",params:[t]});return e.nanoquery.createFetcherStore(r,{fetcher:()=>o.me({})})},li=t=>{const{client:e}=t.createPromiseClient(zr.Users,{method:"bypassAuth"});return({userKey:r,schema:o,init:s})=>e.bypassAuth({userKey:r,schema:o,init:s})},fi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"get",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async()=>(await r.get({})).data?.attributes})},hi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"getOrganization",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async()=>{const s=await r.getOrganization({});return s.data?{...s.data.attributes,id:s.data.id}:void 0}})},pi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(Tt.Client,{method:"getOrganizationAdvertising",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async()=>(await r.getOrganizationAdvertising({})).data?.attributes})},di=(t,e,r)=>{t.transport=new si(e.host),t.sdk.host=t.transport.host,t.transport.setSdkKey(e.sdkKey),r()};class pr{delimiter=":";prefix;constructor(e="main"){this.prefix=`sl-sdk${this.delimiter}${e}`}clear=()=>{for(const e in window.localStorage)e.startsWith(this.prefix)&&window.localStorage.removeItem(e)};generateKey=e=>`${this.prefix}${this.delimiter}${e.join(this.delimiter)}`;write=(...e)=>{const r=e.pop()||"";window.localStorage.setItem(this.generateKey(e),r)};read=(...e)=>{const r=window.localStorage.getItem(this.generateKey(e));return r===null?void 0:r};remove=(...e)=>{window.localStorage.removeItem(this.generateKey(e))}}var Ie;(function(t){t.SCHEMA="schema",t.EXTERNAL_TOKEN="eToken",t.TOKEN="token"})(Ie||(Ie={}));class ze extends pr{constructor(){super("user")}setSchema=e=>{this.write(Ie.SCHEMA,e)};getSchema=()=>this.read(Ie.SCHEMA);setToken=e=>{this.write(Ie.TOKEN,e)};getToken=()=>this.read(Ie.TOKEN);setExternalToken=e=>{this.write(Ie.EXTERNAL_TOKEN,e)};getExternalToken=()=>this.read(Ie.EXTERNAL_TOKEN);removeToken=()=>{this.remove(Ie.TOKEN)}}var Te;(function(t){t.DISABLED="disabled",t.INITIALIZATION="initialization",t.READY="ready",t.FAILED="failed",t.SUSPENDED="suspended"})(Te||(Te={}));const yi=t=>{const e=new ze,r=new ue(ce(e.getExternalToken()),"userKey"),o=new ue(ce(e.getToken()),"userToken"),s=new te(ci(o.getStore(),t),"user",f=>f?.data?.data?.id),u=new te(fi(o.getStore(),t),"userSettings");return{userKey:r,userToken:o,user:s,userSettings:u}},gi=t=>{const e=new ue(ce(void 0),"providerStreamId"),r=new te(ai(e.getStore(),t),"slStreamId",s=>s?.data),o=new te(ui(r.getAtomStore(),t),"streamSettings");return r.getAtomStore().listen(s=>{(s===""||s===void 0)&&o.getStore().mutate(void 0)}),{providerStreamId:e,slStreamId:r,streamSettings:o}},mi=t=>{const e=new ue(ce(void 0),"enabled"),r=new ue(ce(Te.DISABLED),"status"),o=new te(hi(e.getStore(),t),"organizationSettings",l=>l?.data?.id),s=new te(pi(o.getAtomStore(),t),"organizationAdvertising"),u=yi(t),f=gi(t);return{enabled:e,status:r,providerStreamId:f.providerStreamId,slStreamId:f.slStreamId,streamSettings:f.streamSettings,user:u.user,userKey:u.userKey,userToken:u.userToken,userSettings:u.userSettings,organizationSettings:o,organizationAdvertising:s}};class bi extends Ct{stores;constructor(e){const r=mi(e),o=ti(r);super(o,"core"),this.stores=r}getValue(){throw new Error("Not implemented")}getValues(){return this.stores}setValue(){throw new Error("Not implemented")}subscribe=e=>{let r;for(r in this.stores){const o=e[r];r in e&&o!==void 0&&this.stores[r].subscribe(e[r])}};unsubscribe=()=>this.getStore().off()}class wi extends ei{$coreStore;transport;bypassLogin;constructor(e,r){super(),this.$coreStore=e,this.transport=r,this.bypassLogin=li(this.transport),this.connect()}me=async()=>(this.$coreStore.getValues().user.invalidate(),(await this.$coreStore.getValues().user.getValue())?.data);login=async(e,r)=>{this.$coreStore.getValues().userKey.setValue(r);const o=await this.bypassLogin({schema:e,userKey:r,init:!1}),s=o.meta?.jwt;if(!s)throw new Error("internal: token missing");return this.$coreStore.getValues().user.getStore().mutate(o),this.saveToken(s),s};isAuthenticated=()=>this.me();logout=()=>{this.$coreStore.getValues().user.setValue(),this.$coreStore.getValues().userKey.setValue(),this.$coreStore.getValues().userToken.setValue(),this.transport.setAuth(""),new ze().clear()};softLogout=()=>{const e=new ze;this.$coreStore.getValues().user.setValue(),this.$coreStore.getValues().userToken.setValue(),this.transport.setAuth(""),e.setToken(""),this.reLogin()};reLogin=()=>{const e=new ze,r=e.getToken(),o=e.getExternalToken();if(this.$coreStore.getValues().userKey.setValue(o),this.$coreStore.getValues().userToken.setValue(r),r)return this.saveToken(r),this.me();if(o&&!r){const s=e.getSchema();s&&o&&this.login(s,o).catch(()=>{this.logout()})}};saveToken=e=>{this.transport.setAuth(e),this.$coreStore.getValues().userToken.setValue(e),new ze().setToken(e)};connect=()=>{this.transport.registerInterceptor(e=>async r=>{try{return await e(r)}catch(o){throw o.code&&(o.code===7||o.code===16)&&this.transport.getHeader("authorization")&&this.softLogout(),o}})}}const Nt=new ze,vi=(t,e,r)=>{t.auth=new wi(t.store,t.transport),t.stores.status.listen(o=>{o===Te.READY&&t.auth.reLogin()}),t.sdk.authorizationBypass=async(o,s)=>{await t.auth.login(o,s),Nt.setSchema(o),Nt.setExternalToken(s)},t.sdk.logout=()=>{t.auth.logout(),Nt.clear()},t.sdk.getUserStore=()=>t.stores.user.getStore(),t.sdk.isUserAuthorized=()=>t.auth.isAuthenticated(),r()},Si=(t,e,r)=>{t.store=new bi(t.transport),t.stores=t.store.getValues(),t.sdk.enabled=t.stores.enabled.getStore(),t.sdk.status=t.stores.status.getStore(),t.sdk.sdkStore=t.store.getStore(),t.sdk.organizationStore=()=>t.stores.organizationSettings.getStore(),t.storeUnsubscribe=()=>{t.store.unsubscribe()},r()},Ai=(t,e,r)=>{t.sdk=Object.create(null),t.sdk.initializeApp=async()=>{if(t.stores.enabled.get()==="on")return{enabled:!0};t.storeSubscribe(),t.stores.enabled.setValue("on"),t.stores.status.setValue(Te.INITIALIZATION);try{const o=await t.stores.organizationSettings.getValue();return o?(t.stores.status.setValue(Te.READY),{enabled:!!o}):(t.stores.status.setValue(Te.FAILED),{err:"failed"})}catch(o){return t.stores.enabled.setValue(),t.stores.status.setValue(Te.FAILED),{err:`${o}`}}},t.sdk.disableApp=()=>{t.stores.enabled.get()==="on"&&(t.stores.enabled.setValue(),t.stores.status.setValue(Te.DISABLED),t.storeUnsubscribe())},t.sdk.createEventSession=o=>{t.stores.providerStreamId.setValue(o)},r()},Ei=Mn.pino({level:"trace"}),tn=(t,e)=>Ei.child({name:t},e),Ii=(t,e,r)=>{const{client:o,queryKey:s}=r.createPromiseClient(Kr.Leaderboard,{method:"summary",params:[t,e]});return r.nanoquery.createFetcherStore(s,{fetcher:async(u,f,l,d)=>(await o.summary({eventId:l,userId:d})).data?.attributes})},Fi=(t,e,r)=>{const{client:o,queryKey:s}=r.createPromiseClient(Kr.Leaderboard,{method:"list",params:[t,e]});return r.nanoquery.createFetcherStore(s,{fetcher:async(u,f,l,d)=>{const A={usersIds:[]};return l&&!d&&(A.eventId=l),d&&(A.leaderboardId=d),!l&&!d?[]:(await o.list(A)).data}})},Ti=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"get",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>(await r.get({eventId:f})).data?.attributes})},_i=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"syncQuestion",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.syncQuestion({filter:{eventId:f}})).data?.attributes:void 0})},Ci=(t,e)=>{const{client:r}=e.createCallbackClient(ye.Feed),o=je.atom({eventId:t.get()||"",feedId:""});return t.subscribe((u="")=>{o.set({eventId:u,feedId:""})}),e.addSubscription(r.subscription,o,{name:"feedSubscription"})},Oi=(t,e)=>{const{client:r}=e.createCallbackClient(ye.Feed);return e.addSubscription(r.questionSubscription,{questionId:t},{name:"questionSubscription"})},Bi=async(t,e)=>{const{client:r}=e.createPromiseClient(ye.Feed,{method:"questionByUser",params:[t]});return(await r.questionByUser({questionId:t})).data?.attributes?.question},xi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"questionByUser",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>(await r.questionByUser({questionId:f})).data?.attributes?.question})},ki=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"pickHistory",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.pickHistory({eventId:f})).data?.map(({attributes:d})=>d):[]})},Pi=(t,e)=>{const{client:r,queryKey:o}=e.createPromiseClient(ye.Feed,{method:"insightHistory",params:[t]});return e.nanoquery.createFetcherStore(o,{fetcher:async(s,u,f)=>f?(await r.insightHistory({eventId:f})).data?.map(({attributes:d})=>d):void 0})},rn=t=>(t.gamification||(t.gamification=new Ri(t)),t.gamification);class Ri{slStreamId;organizationId;userId;openedQuestionId;openedQuestion;activeQuestionId;moderationId;moderation;feedSubscription;questionSubscription;notifications;log;constructor(e){if(e.gamification)throw new Error("GamificationBackground Singleton error");this.log=tn("gamification-background"),this.slStreamId=e.stores.slStreamId.getAtomStore(),this.organizationId=e.stores.organizationSettings.getAtomStore(),this.userId=e.stores.user.getAtomStore(),this.moderationId=new ue(ce(void 0),"moderationId").getStore(),this.openedQuestionId=new ue(ce(void 0),"openedQuestionId").getStore(),this.notifications=e.notifications,this.moderation=new te(Ti(this.slStreamId,e.transport),"gamification:moderation"),this.activeQuestionId=new te(_i(this.slStreamId,e.transport),"gamification:activeQuestionId"),this.openedQuestion=new te(xi(this.openedQuestionId,e.transport),"gamification:openedQuestion"),this.openedQuestionId.listen(r=>{this.log.debug({questionId:r},"received question"),r?(this.questionSubscription=Oi(r,e.transport),this.questionSubscription.addListener("feed-subscription-opened-question",o=>{window.requestAnimationFrame(()=>{this.openedQuestion.getStore().mutate(o.data?.attributes?.question)})}),this.questionSubscription.connect()):(this.log.info("cleanup on close question"),this.questionSubscription!==void 0&&(e.transport.removeSubscription(this.questionSubscription),this.questionSubscription=void 0))}),this.feedSubscription=Ci(this.slStreamId,e.transport),this.feedSubscription.addListener("feed-subscription-active-question",r=>{window.requestAnimationFrame(()=>{const o=this.activeQuestionId.getStore();o&&o.mutate(r.data?.attributes)})})}getCurrentSessionId=e=>{const r=e.eventId||this.slStreamId.get()||"",o=e.userId||this.userId.get()||"",s=e.organizationId||this.organizationId.get()||"",u=e.entity||"",f=e.prefix||"";return[s,r,o,f,u].join(":")};disconnect=()=>{this.feedSubscription?.disconnect()};openQuestion=e=>{this.openedQuestionId.set(e),this.notifications.markAsViewed(this.getCurrentSessionId({prefix:"notification",entity:e}))};closeQuestion=e=>{this.openedQuestionId.set(void 0),e&&this.notifications.markAsViewed(this.getCurrentSessionId({prefix:"notification",entity:e}))}}class Ni{notificationsList;notifications;store;timeouts;waitingQueue;activeQueue;options;logger;constructor(e){this.options=e,this.logger=tn("notifications"),this.store=new Map,this.timeouts=new Map,this.waitingQueue=new Set,this.activeQueue=new Set,this.notifications=new ue(ce(new Map),"notifications-queue"),this.notificationsList=hr(this.notifications.getStore(),r=>r?[...r.values()]:[])}addToQueue=e=>{if(this.store.has(e.id)){this.logger.debug({notification:e},"skip existed notification: %o");return}const r=e.close,o=e.action;this.store.set(e.id,{...e,close:(...s)=>{r&&r(...s),this.closeNotification(e.id)},action:(...s)=>{o&&o(...s),this.closeNotification(e.id)}}),this.waitingQueue.add(e.id),this.logger.debug({notification:e},"notification added to waiting queue"),this.tickWaitingQueue()};tickWaitingQueue=()=>{if(this.activeQueue.size<this.options.concurrency){const[e]=this.waitingQueue;if(!e)return;this.activeQueue.add(e),this.waitingQueue.delete(e),this.logger.debug({job:e},"waiting queue tick"),this.tickActiveQueue(e)}else this.logger.debug({queueSize:this.activeQueue.size,concurrency:this.options.concurrency},"waiting queue tick skipped")};tickActiveQueue=e=>{if(!e)return;const r=this.store.get(e);if(!r){this.logger.debug({notificationId:e},"active queue tick skipped, notification not exist");return}const o=setTimeout(()=>{const s=e,u=new Map(this.notifications.getValue());u.set(r.id,r),this.notifications.setValue(u);const f=setTimeout(()=>{this.logger.debug({notificationId:s},"notification hiding by autoHideDuration"),this.closeNotification(s)},r.autoHideDuration||5e3);this.timeouts.set(s,f),this.logger.debug({notificationId:s,queue:[...u.values()]},"notification displayed")},r.delay||0);this.timeouts.set(e,o),this.logger.debug({notificationId:e},"active queue tick completed"),this.tickWaitingQueue()};closeNotification=e=>{const r=new Map(this.notifications.getValue()),o=r.get(e);if(o){o.hiding=!0,this.notifications.setValue(r);const s=setTimeout(()=>{const u=new Map(this.notifications.getValue());u.delete(e),this.notifications.setValue(u);const f=this.timeouts.get(e);f!==void 0&&(clearTimeout(f),this.timeouts.delete(e)),this.logger.debug({notificationId:e},"notification hidden")},this.options.animationDelay||0);this.timeouts.set(e,s)}this.store.delete(e),this.activeQueue.delete(e),this.waitingQueue.delete(e),this.tickWaitingQueue(),this.logger.debug({notificationId:e},"notification hiding")}}var wt;(function(t){t.OPENED="opened"})(wt||(wt={}));class Li extends pr{constructor(){super("notification")}setOpened=e=>{this.write(wt.OPENED,e,"true")};isOpened=e=>this.read(wt.OPENED,e);clearNotification=()=>{this.clear()}}var We;(function(t){t[t.ONBOARDING=1]="ONBOARDING",t[t.QUESTION=2]="QUESTION"})(We||(We={}));class Ui{queue;storage;constructor(e={}){this.storage=new Li,this.queue=new Ni({concurrency:1,animationDelay:300,...e})}add=e=>{this.storage.isOpened(e.id)||this.queue.addToQueue(e)};close=e=>{this.queue.closeNotification(e),this.markAsViewed(e)};getQueueStore=()=>this.queue.notificationsList;markAsViewed=e=>{this.storage.setOpened(e)}}const $i=(t,e,r)=>{t.notifications=new Ui,t.addNotification=t.notifications.add,t.sdk.getNotificationsStore=()=>t.notifications.getQueueStore(),r()},Di=(t,e)=>{const{client:r}=t.createPromiseClient(ye.Feed,{method:"submitAnswer"});return r.submitAnswer({data:e})},ji=(t,e)=>{const{client:r}=t.createPromiseClient(ye.Feed,{method:"submitInplay"});return r.submitInplay({data:{eventId:+e}})},Mi=(t,e)=>{const{client:r}=t.createPromiseClient(ye.Feed,{method:"skipQuestion"});return r.skipQuestion({data:{id:e}})};var vt;(function(t){t.ONBOARDING="onboarding"})(vt||(vt={}));class Vi extends pr{constructor(){super("gamification")}saveOnboardingStatus=({userId:e,eventId:r,organizationId:o},s)=>{this.write(vt.ONBOARDING,o,e,r,s)};getOnboardingStatus=({userId:e,eventId:r,organizationId:o})=>this.read(vt.ONBOARDING,o,e,r)}const Ir=new Set([de.QuestionType.POLL,de.QuestionType.PREDICTION,de.QuestionType.TRIVIA]);var Z;(function(t){t.Unset="unset",t.Required="required",t.Optional="optional",t.Completed="completed",t.Disabled="disabled",t.Unavailable="unavailable"})(Z||(Z={}));class qi extends fr{userSummary;questions;leaderboardId;leaderboardList;onboardingStatus;openedQuestion;notifications;transport;closeFeature;openFeature;background;storage;constructor(e,r,o){super(e,r),this.background=rn(o),this.storage=new Vi,this.userSummary=new te(Ii(this.background.slStreamId,this.background.userId,o.transport),"gamification:userSummary"),this.questions=new te(ki(this.background.slStreamId,o.transport),"gamification:questions"),this.leaderboardId=new ue(ce(this.settings.getValue("pinnedLeaderboardId")),"pinnedLeaderboardId").getStore(),this.onboardingStatus=new ue(ce(Z.Unset),"onboardingStatus").getStore(),this.notifications=o.notifications,this.transport=o.transport,this.closeFeature=o.sdk.closeFeature,this.openFeature=()=>o.sdk.openFeature(ae.SdkOverlayType.GAMES),this.openedQuestion=hr(this.background.openedQuestion.getStore(),s=>s.data?.type&&Ir.has(s.data.type)?{loading:!1,data:s.data}:{loading:s.loading,data:void 0}),this.leaderboardList=new te(Fi(this.background.slStreamId,this.leaderboardId,o.transport),"gamification:leaderboardList"),this.onboardingStatus.subscribe(s=>{(s===Z.Optional||Z.Required)&&this.showOnboardingInApp()}),this.status.subscribe(s=>{s===Ue.Ready?(this.notifications.close(this.background.getCurrentSessionId({prefix:"onboarding"})),this.connect(o.transport)):this.disconnect()}),this.onboardingStatus.subscribe(s=>{s&&this.background.activeQuestionId.invalidate()}),this.background.activeQuestionId.listen(s=>{s&&s.data&&this.onboardingStatus.get()&&s.data.question?.id!==void 0&&s.data.question.notification!==void 0&&s.data.moderation?.bypassNotifications?.inAppSilence!==de.SilenceSetting.ON&&Ir.has(s.data.question.type)&&s.data.question.status===de.QuestionStatus.ACTIVE&&this.notifications.add({type:We.QUESTION,action:()=>s.data?.question&&this.openQuestion(s.data.question.id),close:()=>s.data?.question&&this.closeQuestion(s.data.question.id),autoHideDuration:+(s.data.moderation?.question?.appearance?.autoHideInterval||"1000"),id:this.background.getCurrentSessionId({prefix:"notification",entity:s.data.question.id}),data:{title:s.data.question.notification.title,color:s.data.question.notification.indicatorColor,icon:s.data.question.notification.image,imageMode:s.data.question.notification.imageMode,imagePosition:s.data.question.notification.imagePosition}})}),this.onboardingProcess(),this.background.userId.subscribe(s=>{s&&this.onboardingProcess()}),this.background.moderation.subscribe(s=>{s.data&&this.onboardingProcess()})}onboardingProcess=async()=>{const e=this.background.userId.get();if(!e)return;this.storage.getOnboardingStatus({userId:e,organizationId:this.background.organizationId.get()||"",eventId:this.background.slStreamId.get()||""})===Z.Completed&&this.onboardingStatus.set(Z.Completed);const o=await this.background.moderation.getValue();if(this.onboardingStatus.get()===Z.Completed)return;const s=!!(o?.options?.onboardingEnabled&&this.featureSettings.get().inplayGame?.onboarding?.completed),u=!!this.featureSettings.get().inplayGame?.titleCard?.optIn;s?u?this.onboardingStatus.set(Z.Required):this.onboardingStatus.set(Z.Optional):u?this.onboardingStatus.set(Z.Unavailable):this.onboardingStatus.set(Z.Disabled)};showOnboardingInApp=()=>{const{inplayGame:e}=this.featureSettings.get();if(!e)return;const{titleCard:r,overview:o}=e;this.notifications.add({type:We.ONBOARDING,id:this.background.getCurrentSessionId({prefix:"onboarding"}),action:this.openFeature,close:this.closeFeature,autoHideDuration:1e5,data:{header:r?.header,title:r?.title,subtitle:r?.subtitle,graphicBg:r?.appearance?.graphic,icon:r?.media?.icon,sponsorLogo:r?.media?.sponsorLogo,primaryColor:o?.appearance?.primaryColor}})};connect=e=>{this.userSummary.invalidate(),this.leaderboardList.invalidate(),this.questions.invalidate(),this.background.feedSubscription.addListener("feed-subscription-prediction-close",r=>{window.requestAnimationFrame(async()=>{const o=r.data?.attributes?.question;if(!o)return;const{status:s,type:u,id:f}=o;if(s===de.QuestionStatus.RESOLVED&&u===de.QuestionType.PREDICTION){const l=this.background.getCurrentSessionId({prefix:`notification-id:${f}`}),A=(await Bi(f,e))?.answers.find(({correct:g})=>g);this.notifications.add({type:We.ONBOARDING,action:()=>this.openQuestion(f),close:()=>this.closeQuestion(f),autoHideDuration:5e3,id:l,data:{title:A?.youVoted?`Congratulations! You answered correctly! You won ${A.points} pts!`:`Better luck next time! Correct: ${A?.text}!`}})}})}),this.background.feedSubscription.addListener("feed-subscription-questions-list",()=>{window.requestAnimationFrame(()=>{this.questions?.invalidate()})})};disconnect=()=>{this.background.feedSubscription.removeListener("feed-subscription-questions-list")};submitInplay=async()=>{const e=this.background.slStreamId.get();e&&(await ji(this.transport,e),this.onboardingStatus.set(Z.Completed),this.storage.saveOnboardingStatus({organizationId:this.background.organizationId.get()||"",userId:this.background.userId.get()||"",eventId:e},Z.Completed))};submitAnswer=async(e,r)=>{await Di(this.transport,{questionId:e,answerId:r}),this.questions?.invalidate()};skipQuestion=async e=>{await Mi(this.transport,e),this.questions?.invalidate()};openQuestion=e=>(this.openFeature(),this.background.openQuestion(e));closeQuestion=e=>this.background.closeQuestion(e)}class Qi extends fr{insights;closeFeature;openFeature;openedInsight;notifications;transport;background;constructor(e,r,o){super(e,r),this.background=rn(o),this.notifications=o.notifications,this.transport=o.transport,this.closeFeature=o.sdk.closeFeature,this.openFeature=()=>o.sdk.openFeature(ae.SdkOverlayType.HIGHLIGHTS),this.status.subscribe(s=>{s===Ue.Ready?this.connect():this.disconnect()}),this.background.activeQuestionId.listen(s=>{s?.data?.question?.id&&s?.data?.question?.notification&&s.data.moderation?.bypassNotifications?.inAppSilence!==de.SilenceSetting.ON&&s.data.question.type===de.QuestionType.FACTOID&&s.data.question.status===de.QuestionStatus.ACTIVE&&this.notifications.add({type:We.QUESTION,action:()=>s.data?.question&&this.openHighlight(s.data.question.id),close:()=>s.data?.question&&this.closeHighlight(s.data.question.id),autoHideDuration:+(s.data.moderation?.question?.appearance?.autoHideInterval||"1000"),id:this.background.getCurrentSessionId({prefix:"notification",entity:s.data.question.id}),data:{title:s.data.question.notification.title,color:s.data.question.notification.indicatorColor,icon:s.data.question.notification.image,imageMode:s.data.question.notification.imageMode,imagePosition:s.data.question.notification.imagePosition}})}),this.openedInsight=hr(this.background.openedQuestion.getStore(),s=>{if(s.data?.type===de.QuestionType.FACTOID)return s.data})}connect=()=>{this.insights?this.insights.invalidate():this.insights=new te(Pi(this.background.slStreamId,this.transport),"gamification:insights"),this.background.feedSubscription.addListener("feed-subscription-insights-list",()=>{window.requestAnimationFrame(()=>{this.insights?.invalidate()})})};disconnect=()=>{this.background.feedSubscription.removeListener("feed-subscription-insights-list")};openHighlight=e=>(this.openFeature(),this.background.openQuestion(e));closeHighlight=e=>this.background.closeQuestion(e)}ae.SdkOverlayType.GAMES+"",ae.SdkOverlayType.HIGHLIGHTS+"";class Gi extends fr{constructor(e,r){super(e,r)}}const zi=(t,e,r)=>t.type===ae.SdkOverlayType.GAMES?new qi(t,e,r):t.type===ae.SdkOverlayType.HIGHLIGHTS?new Qi(t,e,r):new Gi(t,e),Ki=(t,e,r)=>{t.features=new Map,t.activeFeature=new ue(ce(ae.SdkOverlayType.UNSET),"activeFeature"),t.sdk.getFeatures=()=>t.features,t.sdk.getFeature=o=>t.features.get(o),t.sdk.getActiveFeature=()=>t.activeFeature.getStore(),t.sdk.openFeature=o=>{t.activeFeature.setValue(o)},t.sdk.closeFeature=()=>{t.activeFeature.setValue(ae.SdkOverlayType.UNSET)},t.initFeature=(o,s=Fe.ORGANIZATION)=>{const u=zi(o,s,t);t.features.set(o.type,u)},t.updateFeature=(o,s)=>{t.features.get(o.type)?.update(o,s)},t.destroyFeature=o=>{t.features.delete(o.type)},t.reinitializeFeatures=async()=>{const o=await t.stores.organizationSettings.getValue();t.features.clear();for(const s of o?.overlays||[])t.initFeature(s,Fe.ORGANIZATION)},t.stores.providerStreamId.listen(o=>{o||t.reinitializeFeatures()}),t.storeSubscribe=()=>{const o=(u,f)=>{if(f?.overlays){u===Fe.STREAM&&t.features.clear();for(const l of f.overlays)l.sdkEnable===!0&&(t.features.has(l.type)?t.updateFeature(l,u):t.initFeature(l,u))}},s={organizationSettings:u=>{if(u.data)try{o(Fe.ORGANIZATION,u.data)}catch(f){console.log(f)}},streamSettings:u=>{if(u.data)try{o(Fe.STREAM,u.data)}catch(f){console.log(f)}}};t.store.subscribe(s)},r()};var dr={exports:{}},yr={exports:{}};function Hi(t){var e=new t,r=e;function o(){var u=e;return u.next?e=u.next:(e=new t,r=e),u.next=null,u}function s(u){r.next=u,r=u}return{get:o,release:s}}var Wi=Hi,Ji=Wi;function nn(t,e,r){if(typeof t=="function"&&(r=e,e=t,t=null),r<1)throw new Error("fastqueue concurrency must be greater than 1");var o=Ji(Yi),s=null,u=null,f=0,l=null,d={push:L,drain:se,saturated:se,pause:g,paused:!1,concurrency:r,running:A,resume:_,idle:R,length:v,getQueue:E,unshift:G,empty:se,kill:X,killAndDrain:ge,error:ee};return d;function A(){return f}function g(){d.paused=!0}function v(){for(var x=s,j=0;x;)x=x.next,j++;return j}function E(){for(var x=s,j=[];x;)j.push(x.value),x=x.next;return j}function _(){if(d.paused){d.paused=!1;for(var x=0;x<d.concurrency;x++)f++,z()}}function R(){return f===0&&d.length()===0}function L(x,j){var O=o.get();O.context=t,O.release=z,O.value=x,O.callback=j||se,O.errorHandler=l,f===d.concurrency||d.paused?u?(u.next=O,u=O):(s=O,u=O,d.saturated()):(f++,e.call(t,O.value,O.worked))}function G(x,j){var O=o.get();O.context=t,O.release=z,O.value=x,O.callback=j||se,f===d.concurrency||d.paused?s?(O.next=s,s=O):(s=O,u=O,d.saturated()):(f++,e.call(t,O.value,O.worked))}function z(x){x&&o.release(x);var j=s;j?d.paused?f--:(u===s&&(u=null),s=j.next,j.next=null,e.call(t,j.value,j.worked),u===null&&d.empty()):--f===0&&d.drain()}function X(){s=null,u=null,d.drain=se}function ge(){s=null,u=null,d.drain(),d.drain=se}function ee(x){l=x}}function se(){}function Yi(){this.value=null,this.callback=se,this.next=null,this.release=se,this.context=null,this.errorHandler=null;var t=this;this.worked=function(r,o){var s=t.callback,u=t.errorHandler,f=t.value;t.value=null,t.callback=se,t.errorHandler&&u(r,f),s.call(t.context,r,o),t.release(t)}}function Xi(t,e,r){typeof t=="function"&&(r=e,e=t,t=null);function o(g,v){e.call(this,g).then(function(E){v(null,E)},v)}var s=nn(t,o,r),u=s.push,f=s.unshift;return s.push=l,s.unshift=d,s.drained=A,s;function l(g){var v=new Promise(function(E,_){u(g,function(R,L){if(R){_(R);return}E(L)})});return v.catch(se),v}function d(g){var v=new Promise(function(E,_){f(g,function(R,L){if(R){_(R);return}E(L)})});return v.catch(se),v}function A(){if(s.idle())return new Promise(function(E){E()});var g=s.drain,v=new Promise(function(E){s.drain=function(){g(),E()}});return v}}yr.exports=nn;yr.exports.promise=Xi;var on=yr.exports,gr={exports:{}},Je=typeof Reflect=="object"?Reflect:null,Fr=Je&&typeof Je.apply=="function"?Je.apply:function(e,r,o){return Function.prototype.apply.call(e,r,o)},dt;Je&&typeof Je.ownKeys=="function"?dt=Je.ownKeys:Object.getOwnPropertySymbols?dt=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:dt=function(e){return Object.getOwnPropertyNames(e)};function Zi(t){console&&console.warn&&console.warn(t)}var sn=Number.isNaN||function(e){return e!==e};function $(){$.init.call(this)}gr.exports=$;gr.exports.once=no;$.EventEmitter=$;$.prototype._events=void 0;$.prototype._eventsCount=0;$.prototype._maxListeners=void 0;var Tr=10;function Ot(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty($,"defaultMaxListeners",{enumerable:!0,get:function(){return Tr},set:function(t){if(typeof t!="number"||t<0||sn(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Tr=t}});$.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};$.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||sn(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function an(t){return t._maxListeners===void 0?$.defaultMaxListeners:t._maxListeners}$.prototype.getMaxListeners=function(){return an(this)};$.prototype.emit=function(e){for(var r=[],o=1;o<arguments.length;o++)r.push(arguments[o]);var s=e==="error",u=this._events;if(u!==void 0)s=s&&u.error===void 0;else if(!s)return!1;if(s){var f;if(r.length>0&&(f=r[0]),f instanceof Error)throw f;var l=new Error("Unhandled error."+(f?" ("+f.message+")":""));throw l.context=f,l}var d=u[e];if(d===void 0)return!1;if(typeof d=="function")Fr(d,this,r);else for(var A=d.length,g=hn(d,A),o=0;o<A;++o)Fr(g[o],this,r);return!0};function un(t,e,r,o){var s,u,f;if(Ot(r),u=t._events,u===void 0?(u=t._events=Object.create(null),t._eventsCount=0):(u.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),u=t._events),f=u[e]),f===void 0)f=u[e]=r,++t._eventsCount;else if(typeof f=="function"?f=u[e]=o?[r,f]:[f,r]:o?f.unshift(r):f.push(r),s=an(t),s>0&&f.length>s&&!f.warned){f.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+f.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=t,l.type=e,l.count=f.length,Zi(l)}return t}$.prototype.addListener=function(e,r){return un(this,e,r,!1)};$.prototype.on=$.prototype.addListener;$.prototype.prependListener=function(e,r){return un(this,e,r,!0)};function eo(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function cn(t,e,r){var o={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},s=eo.bind(o);return s.listener=r,o.wrapFn=s,s}$.prototype.once=function(e,r){return Ot(r),this.on(e,cn(this,e,r)),this};$.prototype.prependOnceListener=function(e,r){return Ot(r),this.prependListener(e,cn(this,e,r)),this};$.prototype.removeListener=function(e,r){var o,s,u,f,l;if(Ot(r),s=this._events,s===void 0)return this;if(o=s[e],o===void 0)return this;if(o===r||o.listener===r)--this._eventsCount===0?this._events=Object.create(null):(delete s[e],s.removeListener&&this.emit("removeListener",e,o.listener||r));else if(typeof o!="function"){for(u=-1,f=o.length-1;f>=0;f--)if(o[f]===r||o[f].listener===r){l=o[f].listener,u=f;break}if(u<0)return this;u===0?o.shift():to(o,u),o.length===1&&(s[e]=o[0]),s.removeListener!==void 0&&this.emit("removeListener",e,l||r)}return this};$.prototype.off=$.prototype.removeListener;$.prototype.removeAllListeners=function(e){var r,o,s;if(o=this._events,o===void 0)return this;if(o.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):o[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete o[e]),this;if(arguments.length===0){var u=Object.keys(o),f;for(s=0;s<u.length;++s)f=u[s],f!=="removeListener"&&this.removeAllListeners(f);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=o[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(s=r.length-1;s>=0;s--)this.removeListener(e,r[s]);return this};function ln(t,e,r){var o=t._events;if(o===void 0)return[];var s=o[e];return s===void 0?[]:typeof s=="function"?r?[s.listener||s]:[s]:r?ro(s):hn(s,s.length)}$.prototype.listeners=function(e){return ln(this,e,!0)};$.prototype.rawListeners=function(e){return ln(this,e,!1)};$.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):fn.call(t,e)};$.prototype.listenerCount=fn;function fn(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}$.prototype.eventNames=function(){return this._eventsCount>0?dt(this._events):[]};function hn(t,e){for(var r=new Array(e),o=0;o<e;++o)r[o]=t[o];return r}function to(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function ro(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function no(t,e){return new Promise(function(r,o){function s(f){t.removeListener(e,u),o(f)}function u(){typeof t.removeListener=="function"&&t.removeListener("error",s),r([].slice.call(arguments))}pn(t,e,u,{once:!0}),e!=="error"&&io(t,s,{once:!0})})}function io(t,e,r){typeof t.on=="function"&&pn(t,"error",e,r)}function pn(t,e,r,o){if(typeof t.on=="function")o.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function s(u){o.once&&t.removeEventListener(e,s),r(u)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var dn=gr.exports,Bt={},yn={},gn=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},r=Symbol("test"),o=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var s=42;e[r]=s;for(r in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var u=Object.getOwnPropertySymbols(e);if(u.length!==1||u[0]!==r||!Object.prototype.propertyIsEnumerable.call(e,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var f=Object.getOwnPropertyDescriptor(e,r);if(f.value!==s||f.enumerable!==!0)return!1}return!0},oo=gn,mr=function(){return oo()&&!!Symbol.toStringTag},_r=typeof Symbol<"u"&&Symbol,so=gn,ao=function(){return typeof _r!="function"||typeof Symbol!="function"||typeof _r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:so()},Cr={foo:{}},uo=Object,co=function(){return{__proto__:Cr}.foo===Cr.foo&&!({__proto__:null}instanceof uo)},lo="Function.prototype.bind called on incompatible ",fo=Object.prototype.toString,ho=Math.max,po="[object Function]",Or=function(e,r){for(var o=[],s=0;s<e.length;s+=1)o[s]=e[s];for(var u=0;u<r.length;u+=1)o[u+e.length]=r[u];return o},yo=function(e,r){for(var o=[],s=r||0,u=0;s<e.length;s+=1,u+=1)o[u]=e[s];return o},go=function(t,e){for(var r="",o=0;o<t.length;o+=1)r+=t[o],o+1<t.length&&(r+=e);return r},mo=function(e){var r=this;if(typeof r!="function"||fo.apply(r)!==po)throw new TypeError(lo+r);for(var o=yo(arguments,1),s,u=function(){if(this instanceof s){var g=r.apply(this,Or(o,arguments));return Object(g)===g?g:this}return r.apply(e,Or(o,arguments))},f=ho(0,r.length-o.length),l=[],d=0;d<f;d++)l[d]="$"+d;if(s=Function("binder","return function ("+go(l,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var A=function(){};A.prototype=r.prototype,s.prototype=new A,A.prototype=null}return s},bo=mo,mn=Function.prototype.bind||bo,Br={}.hasOwnProperty,Lt=Function.prototype.call,wo=Lt.bind?Lt.bind(Br):function(t,e){return Lt.call(Br,t,e)},k,Xe=SyntaxError,bn=Function,Ye=TypeError,Ut=function(t){try{return bn('"use strict"; return ('+t+").constructor;")()}catch{}},$e=Object.getOwnPropertyDescriptor;if($e)try{$e({},"")}catch{$e=null}var $t=function(){throw new Ye},vo=$e?function(){try{return arguments.callee,$t}catch{try{return $e(arguments,"callee").get}catch{return $t}}}():$t,qe=ao(),So=co(),H=Object.getPrototypeOf||(So?function(t){return t.__proto__}:null),Ge={},Ao=typeof Uint8Array>"u"||!H?k:H(Uint8Array),De={"%AggregateError%":typeof AggregateError>"u"?k:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?k:ArrayBuffer,"%ArrayIteratorPrototype%":qe&&H?H([][Symbol.iterator]()):k,"%AsyncFromSyncIteratorPrototype%":k,"%AsyncFunction%":Ge,"%AsyncGenerator%":Ge,"%AsyncGeneratorFunction%":Ge,"%AsyncIteratorPrototype%":Ge,"%Atomics%":typeof Atomics>"u"?k:Atomics,"%BigInt%":typeof BigInt>"u"?k:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?k:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?k:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?k:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?k:Float32Array,"%Float64Array%":typeof Float64Array>"u"?k:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?k:FinalizationRegistry,"%Function%":bn,"%GeneratorFunction%":Ge,"%Int8Array%":typeof Int8Array>"u"?k:Int8Array,"%Int16Array%":typeof Int16Array>"u"?k:Int16Array,"%Int32Array%":typeof Int32Array>"u"?k:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":qe&&H?H(H([][Symbol.iterator]())):k,"%JSON%":typeof JSON=="object"?JSON:k,"%Map%":typeof Map>"u"?k:Map,"%MapIteratorPrototype%":typeof Map>"u"||!qe||!H?k:H(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?k:Promise,"%Proxy%":typeof Proxy>"u"?k:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?k:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?k:Set,"%SetIteratorPrototype%":typeof Set>"u"||!qe||!H?k:H(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?k:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":qe&&H?H(""[Symbol.iterator]()):k,"%Symbol%":qe?Symbol:k,"%SyntaxError%":Xe,"%ThrowTypeError%":vo,"%TypedArray%":Ao,"%TypeError%":Ye,"%Uint8Array%":typeof Uint8Array>"u"?k:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?k:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?k:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?k:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?k:WeakMap,"%WeakRef%":typeof WeakRef>"u"?k:WeakRef,"%WeakSet%":typeof WeakSet>"u"?k:WeakSet};if(H)try{null.error}catch(t){var Eo=H(H(t));De["%Error.prototype%"]=Eo}var Io=function t(e){var r;if(e==="%AsyncFunction%")r=Ut("async function () {}");else if(e==="%GeneratorFunction%")r=Ut("function* () {}");else if(e==="%AsyncGeneratorFunction%")r=Ut("async function* () {}");else if(e==="%AsyncGenerator%"){var o=t("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if(e==="%AsyncIteratorPrototype%"){var s=t("%AsyncGenerator%");s&&H&&(r=H(s.prototype))}return De[e]=r,r},xr={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},lt=mn,St=wo,Fo=lt.call(Function.call,Array.prototype.concat),To=lt.call(Function.apply,Array.prototype.splice),kr=lt.call(Function.call,String.prototype.replace),At=lt.call(Function.call,String.prototype.slice),_o=lt.call(Function.call,RegExp.prototype.exec),Co=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Oo=/\\(\\)?/g,Bo=function(e){var r=At(e,0,1),o=At(e,-1);if(r==="%"&&o!=="%")throw new Xe("invalid intrinsic syntax, expected closing `%`");if(o==="%"&&r!=="%")throw new Xe("invalid intrinsic syntax, expected opening `%`");var s=[];return kr(e,Co,function(u,f,l,d){s[s.length]=l?kr(d,Oo,"$1"):f||u}),s},xo=function(e,r){var o=e,s;if(St(xr,o)&&(s=xr[o],o="%"+s[0]+"%"),St(De,o)){var u=De[o];if(u===Ge&&(u=Io(o)),typeof u>"u"&&!r)throw new Ye("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:s,name:o,value:u}}throw new Xe("intrinsic "+e+" does not exist!")},et=function(e,r){if(typeof e!="string"||e.length===0)throw new Ye("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ye('"allowMissing" argument must be a boolean');if(_o(/^%?[^%]*%?$/,e)===null)throw new Xe("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=Bo(e),s=o.length>0?o[0]:"",u=xo("%"+s+"%",r),f=u.name,l=u.value,d=!1,A=u.alias;A&&(s=A[0],To(o,Fo([0,1],A)));for(var g=1,v=!0;g<o.length;g+=1){var E=o[g],_=At(E,0,1),R=At(E,-1);if((_==='"'||_==="'"||_==="`"||R==='"'||R==="'"||R==="`")&&_!==R)throw new Xe("property names with quotes must have matching quotes");if((E==="constructor"||!v)&&(d=!0),s+="."+E,f="%"+s+"%",St(De,f))l=De[f];else if(l!=null){if(!(E in l)){if(!r)throw new Ye("base intrinsic for "+e+" exists, but the property is not available.");return}if($e&&g+1>=o.length){var L=$e(l,E);v=!!L,v&&"get"in L&&!("originalValue"in L.get)?l=L.get:l=l[E]}else v=St(l,E),l=l[E];v&&!d&&(De[f]=l)}}return l},wn={exports:{}},ko=et,er=ko("%Object.defineProperty%",!0),tr=function(){if(er)try{return er({},"a",{value:1}),!0}catch{return!1}return!1};tr.hasArrayLengthDefineBug=function(){if(!tr())return null;try{return er([],"length",{value:1}).length!==1}catch{return!0}};var vn=tr,Po=et,yt=Po("%Object.getOwnPropertyDescriptor%",!0);if(yt)try{yt([],"length")}catch{yt=null}var br=yt,Ro=vn(),wr=et,ut=Ro&&wr("%Object.defineProperty%",!0);if(ut)try{ut({},"a",{value:1})}catch{ut=!1}var No=wr("%SyntaxError%"),Qe=wr("%TypeError%"),Pr=br,Lo=function(e,r,o){if(!e||typeof e!="object"&&typeof e!="function")throw new Qe("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Qe("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Qe("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Qe("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Qe("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Qe("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,f=arguments.length>5?arguments[5]:null,l=arguments.length>6?arguments[6]:!1,d=!!Pr&&Pr(e,r);if(ut)ut(e,r,{configurable:f===null&&d?d.configurable:!f,enumerable:s===null&&d?d.enumerable:!s,value:o,writable:u===null&&d?d.writable:!u});else if(l||!s&&!u&&!f)e[r]=o;else throw new No("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Sn=et,Rr=Lo,Uo=vn(),Nr=br,Lr=Sn("%TypeError%"),$o=Sn("%Math.floor%"),Do=function(e,r){if(typeof e!="function")throw new Lr("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||$o(r)!==r)throw new Lr("`length` must be a positive 32-bit integer");var o=arguments.length>2&&!!arguments[2],s=!0,u=!0;if("length"in e&&Nr){var f=Nr(e,"length");f&&!f.configurable&&(s=!1),f&&!f.writable&&(u=!1)}return(s||u||!o)&&(Uo?Rr(e,"length",r,!0,!0):Rr(e,"length",r)),e};(function(t){var e=mn,r=et,o=Do,s=r("%TypeError%"),u=r("%Function.prototype.apply%"),f=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||e.call(f,u),d=r("%Object.defineProperty%",!0),A=r("%Math.max%");if(d)try{d({},"a",{value:1})}catch{d=null}t.exports=function(E){if(typeof E!="function")throw new s("a function is required");var _=l(e,f,arguments);return o(_,1+A(0,E.length-(arguments.length-1)),!0)};var g=function(){return l(e,u,arguments)};d?d(t.exports,"apply",{value:g}):t.exports.apply=g})(wn);var An=wn.exports,En=et,In=An,jo=In(En("String.prototype.indexOf")),Fn=function(e,r){var o=En(e,!!r);return typeof o=="function"&&jo(e,".prototype.")>-1?In(o):o},Mo=mr(),Vo=Fn,rr=Vo("Object.prototype.toString"),xt=function(e){return Mo&&e&&typeof e=="object"&&Symbol.toStringTag in e?!1:rr(e)==="[object Arguments]"},Tn=function(e){return xt(e)?!0:e!==null&&typeof e=="object"&&typeof e.length=="number"&&e.length>=0&&rr(e)!=="[object Array]"&&rr(e.callee)==="[object Function]"},qo=function(){return xt(arguments)}();xt.isLegacyArguments=Tn;var Qo=qo?xt:Tn,Go=Object.prototype.toString,zo=Function.prototype.toString,Ko=/^\s*(?:function)?\*/,_n=mr(),Dt=Object.getPrototypeOf,Ho=function(){if(!_n)return!1;try{return Function("return function*() {}")()}catch{}},jt,Wo=function(e){if(typeof e!="function")return!1;if(Ko.test(zo.call(e)))return!0;if(!_n){var r=Go.call(e);return r==="[object GeneratorFunction]"}if(!Dt)return!1;if(typeof jt>"u"){var o=Ho();jt=o?Dt(o):!1}return Dt(e)===jt},Cn=Function.prototype.toString,Ke=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,nr,gt;if(typeof Ke=="function"&&typeof Object.defineProperty=="function")try{nr=Object.defineProperty({},"length",{get:function(){throw gt}}),gt={},Ke(function(){throw 42},null,nr)}catch(t){t!==gt&&(Ke=null)}else Ke=null;var Jo=/^\s*class\b/,ir=function(e){try{var r=Cn.call(e);return Jo.test(r)}catch{return!1}},Mt=function(e){try{return ir(e)?!1:(Cn.call(e),!0)}catch{return!1}},mt=Object.prototype.toString,Yo="[object Object]",Xo="[object Function]",Zo="[object GeneratorFunction]",es="[object HTMLAllCollection]",ts="[object HTML document.all class]",rs="[object HTMLCollection]",ns=typeof Symbol=="function"&&!!Symbol.toStringTag,is=!(0 in[,]),or=function(){return!1};if(typeof document=="object"){var os=document.all;mt.call(os)===mt.call(document.all)&&(or=function(e){if((is||!e)&&(typeof e>"u"||typeof e=="object"))try{var r=mt.call(e);return(r===es||r===ts||r===rs||r===Yo)&&e("")==null}catch{}return!1})}var ss=Ke?function(e){if(or(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{Ke(e,null,nr)}catch(r){if(r!==gt)return!1}return!ir(e)&&Mt(e)}:function(e){if(or(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(ns)return Mt(e);if(ir(e))return!1;var r=mt.call(e);return r!==Xo&&r!==Zo&&!/^\[object HTML/.test(r)?!1:Mt(e)},as=ss,us=Object.prototype.toString,On=Object.prototype.hasOwnProperty,cs=function(e,r,o){for(var s=0,u=e.length;s<u;s++)On.call(e,s)&&(o==null?r(e[s],s,e):r.call(o,e[s],s,e))},ls=function(e,r,o){for(var s=0,u=e.length;s<u;s++)o==null?r(e.charAt(s),s,e):r.call(o,e.charAt(s),s,e)},fs=function(e,r,o){for(var s in e)On.call(e,s)&&(o==null?r(e[s],s,e):r.call(o,e[s],s,e))},hs=function(e,r,o){if(!as(r))throw new TypeError("iterator must be a function");var s;arguments.length>=3&&(s=o),us.call(e)==="[object Array]"?cs(e,r,s):typeof e=="string"?ls(e,r,s):fs(e,r,s)},ps=hs,Vt=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],ds=typeof globalThis>"u"?Hr:globalThis,ys=function(){for(var e=[],r=0;r<Vt.length;r++)typeof ds[Vt[r]]=="function"&&(e[e.length]=Vt[r]);return e},Et=ps,gs=ys,Ur=An,vr=Fn,bt=br,ms=vr("Object.prototype.toString"),Bn=mr(),$r=typeof globalThis>"u"?Hr:globalThis,sr=gs(),Sr=vr("String.prototype.slice"),qt=Object.getPrototypeOf,bs=vr("Array.prototype.indexOf",!0)||function(e,r){for(var o=0;o<e.length;o+=1)if(e[o]===r)return o;return-1},It={__proto__:null};Bn&&bt&&qt?Et(sr,function(t){var e=new $r[t];if(Symbol.toStringTag in e){var r=qt(e),o=bt(r,Symbol.toStringTag);if(!o){var s=qt(r);o=bt(s,Symbol.toStringTag)}It["$"+t]=Ur(o.get)}}):Et(sr,function(t){var e=new $r[t],r=e.slice||e.set;r&&(It["$"+t]=Ur(r))});var ws=function(e){var r=!1;return Et(It,function(o,s){if(!r)try{"$"+o(e)===s&&(r=Sr(s,1))}catch{}}),r},vs=function(e){var r=!1;return Et(It,function(o,s){if(!r)try{o(e),r=Sr(s,1)}catch{}}),r},xn=function(e){if(!e||typeof e!="object")return!1;if(!Bn){var r=Sr(ms(e),8,-1);return bs(sr,r)>-1?r:r!=="Object"?!1:vs(e)}return bt?ws(e):null},Ss=xn,As=function(e){return!!Ss(e)};(function(t){var e=Qo,r=Wo,o=xn,s=As;function u(w){return w.call.bind(w)}var f=typeof BigInt<"u",l=typeof Symbol<"u",d=u(Object.prototype.toString),A=u(Number.prototype.valueOf),g=u(String.prototype.valueOf),v=u(Boolean.prototype.valueOf);if(f)var E=u(BigInt.prototype.valueOf);if(l)var _=u(Symbol.prototype.valueOf);function R(w,ht){if(typeof w!="object")return!1;try{return ht(w),!0}catch{return!1}}t.isArgumentsObject=e,t.isGeneratorFunction=r,t.isTypedArray=s;function L(w){return typeof Promise<"u"&&w instanceof Promise||w!==null&&typeof w=="object"&&typeof w.then=="function"&&typeof w.catch=="function"}t.isPromise=L;function G(w){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(w):s(w)||b(w)}t.isArrayBufferView=G;function z(w){return o(w)==="Uint8Array"}t.isUint8Array=z;function X(w){return o(w)==="Uint8ClampedArray"}t.isUint8ClampedArray=X;function ge(w){return o(w)==="Uint16Array"}t.isUint16Array=ge;function ee(w){return o(w)==="Uint32Array"}t.isUint32Array=ee;function x(w){return o(w)==="Int8Array"}t.isInt8Array=x;function j(w){return o(w)==="Int16Array"}t.isInt16Array=j;function O(w){return o(w)==="Int32Array"}t.isInt32Array=O;function re(w){return o(w)==="Float32Array"}t.isFloat32Array=re;function ne(w){return o(w)==="Float64Array"}t.isFloat64Array=ne;function Oe(w){return o(w)==="BigInt64Array"}t.isBigInt64Array=Oe;function Ae(w){return o(w)==="BigUint64Array"}t.isBigUint64Array=Ae;function le(w){return d(w)==="[object Map]"}le.working=typeof Map<"u"&&le(new Map);function rt(w){return typeof Map>"u"?!1:le.working?le(w):w instanceof Map}t.isMap=rt;function fe(w){return d(w)==="[object Set]"}fe.working=typeof Set<"u"&&fe(new Set);function Be(w){return typeof Set>"u"?!1:fe.working?fe(w):w instanceof Set}t.isSet=Be;function xe(w){return d(w)==="[object WeakMap]"}xe.working=typeof WeakMap<"u"&&xe(new WeakMap);function nt(w){return typeof WeakMap>"u"?!1:xe.working?xe(w):w instanceof WeakMap}t.isWeakMap=nt;function ke(w){return d(w)==="[object WeakSet]"}ke.working=typeof WeakSet<"u"&&ke(new WeakSet);function he(w){return ke(w)}t.isWeakSet=he;function Pe(w){return d(w)==="[object ArrayBuffer]"}Pe.working=typeof ArrayBuffer<"u"&&Pe(new ArrayBuffer);function V(w){return typeof ArrayBuffer>"u"?!1:Pe.working?Pe(w):w instanceof ArrayBuffer}t.isArrayBuffer=V;function p(w){return d(w)==="[object DataView]"}p.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&p(new DataView(new ArrayBuffer(1),0,1));function b(w){return typeof DataView>"u"?!1:p.working?p(w):w instanceof DataView}t.isDataView=b;var S=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function I(w){return d(w)==="[object SharedArrayBuffer]"}function P(w){return typeof S>"u"?!1:(typeof I.working>"u"&&(I.working=I(new S)),I.working?I(w):w instanceof S)}t.isSharedArrayBuffer=P;function N(w){return d(w)==="[object AsyncFunction]"}t.isAsyncFunction=N;function F(w){return d(w)==="[object Map Iterator]"}t.isMapIterator=F;function B(w){return d(w)==="[object Set Iterator]"}t.isSetIterator=B;function U(w){return d(w)==="[object Generator]"}t.isGeneratorObject=U;function Y(w){return d(w)==="[object WebAssembly.Module]"}t.isWebAssemblyCompiledModule=Y;function me(w){return R(w,A)}t.isNumberObject=me;function pe(w){return R(w,g)}t.isStringObject=pe;function ie(w){return R(w,v)}t.isBooleanObject=ie;function Me(w){return f&&R(w,E)}t.isBigIntObject=Me;function ft(w){return l&&R(w,_)}t.isSymbolObject=ft;function it(w){return me(w)||pe(w)||ie(w)||Me(w)||ft(w)}t.isBoxedPrimitive=it;function kt(w){return typeof Uint8Array<"u"&&(V(w)||P(w))}t.isAnyArrayBuffer=kt,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(w){Object.defineProperty(t,w,{enumerable:!1,value:function(){throw new Error(w+" is not supported in userland")}})})})(yn);var Es=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"},ar={exports:{}};typeof Object.create=="function"?ar.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:ar.exports=function(e,r){if(r){e.super_=r;var o=function(){};o.prototype=r.prototype,e.prototype=new o,e.prototype.constructor=e}};var Is=ar.exports;(function(t){var e=Object.getOwnPropertyDescriptors||function(b){for(var S=Object.keys(b),I={},P=0;P<S.length;P++)I[S[P]]=Object.getOwnPropertyDescriptor(b,S[P]);return I},r=/%[sdj%]/g;t.format=function(p){if(!x(p)){for(var b=[],S=0;S<arguments.length;S++)b.push(f(arguments[S]));return b.join(" ")}for(var S=1,I=arguments,P=I.length,N=String(p).replace(r,function(B){if(B==="%%")return"%";if(S>=P)return B;switch(B){case"%s":return String(I[S++]);case"%d":return Number(I[S++]);case"%j":try{return JSON.stringify(I[S++])}catch{return"[Circular]"}default:return B}}),F=I[S];S<P;F=I[++S])X(F)||!ne(F)?N+=" "+F:N+=" "+f(F);return N},t.deprecate=function(p,b){if(typeof T.process<"u"&&T.process.noDeprecation===!0)return p;if(typeof T.process>"u")return function(){return t.deprecate(p,b).apply(this,arguments)};var S=!1;function I(){if(!S){if(T.process.throwDeprecation)throw new Error(b);T.process.traceDeprecation?console.trace(b):console.error(b),S=!0}return p.apply(this,arguments)}return I};var o={},s=/^$/;if(T.process.env.NODE_DEBUG){var u=T.process.env.NODE_DEBUG;u=u.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),s=new RegExp("^"+u+"$","i")}t.debuglog=function(p){if(p=p.toUpperCase(),!o[p])if(s.test(p)){var b=T.process.pid;o[p]=function(){var S=t.format.apply(t,arguments);console.error("%s %d: %s",p,b,S)}}else o[p]=function(){};return o[p]};function f(p,b){var S={seen:[],stylize:d};return arguments.length>=3&&(S.depth=arguments[2]),arguments.length>=4&&(S.colors=arguments[3]),z(b)?S.showHidden=b:b&&t._extend(S,b),O(S.showHidden)&&(S.showHidden=!1),O(S.depth)&&(S.depth=2),O(S.colors)&&(S.colors=!1),O(S.customInspect)&&(S.customInspect=!0),S.colors&&(S.stylize=l),g(S,p,S.depth)}t.inspect=f,f.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},f.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function l(p,b){var S=f.styles[b];return S?"\x1B["+f.colors[S][0]+"m"+p+"\x1B["+f.colors[S][1]+"m":p}function d(p,b){return p}function A(p){var b={};return p.forEach(function(S,I){b[S]=!0}),b}function g(p,b,S){if(p.customInspect&&b&&le(b.inspect)&&b.inspect!==t.inspect&&!(b.constructor&&b.constructor.prototype===b)){var I=b.inspect(S,p);return x(I)||(I=g(p,I,S)),I}var P=v(p,b);if(P)return P;var N=Object.keys(b),F=A(N);if(p.showHidden&&(N=Object.getOwnPropertyNames(b)),Ae(b)&&(N.indexOf("message")>=0||N.indexOf("description")>=0))return E(b);if(N.length===0){if(le(b)){var B=b.name?": "+b.name:"";return p.stylize("[Function"+B+"]","special")}if(re(b))return p.stylize(RegExp.prototype.toString.call(b),"regexp");if(Oe(b))return p.stylize(Date.prototype.toString.call(b),"date");if(Ae(b))return E(b)}var U="",Y=!1,me=["{","}"];if(G(b)&&(Y=!0,me=["[","]"]),le(b)){var pe=b.name?": "+b.name:"";U=" [Function"+pe+"]"}if(re(b)&&(U=" "+RegExp.prototype.toString.call(b)),Oe(b)&&(U=" "+Date.prototype.toUTCString.call(b)),Ae(b)&&(U=" "+E(b)),N.length===0&&(!Y||b.length==0))return me[0]+U+me[1];if(S<0)return re(b)?p.stylize(RegExp.prototype.toString.call(b),"regexp"):p.stylize("[Object]","special");p.seen.push(b);var ie;return Y?ie=_(p,b,S,F,N):ie=N.map(function(Me){return R(p,b,S,F,Me,Y)}),p.seen.pop(),L(ie,U,me)}function v(p,b){if(O(b))return p.stylize("undefined","undefined");if(x(b)){var S="'"+JSON.stringify(b).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return p.stylize(S,"string")}if(ee(b))return p.stylize(""+b,"number");if(z(b))return p.stylize(""+b,"boolean");if(X(b))return p.stylize("null","null")}function E(p){return"["+Error.prototype.toString.call(p)+"]"}function _(p,b,S,I,P){for(var N=[],F=0,B=b.length;F<B;++F)ke(b,String(F))?N.push(R(p,b,S,I,String(F),!0)):N.push("");return P.forEach(function(U){U.match(/^\d+$/)||N.push(R(p,b,S,I,U,!0))}),N}function R(p,b,S,I,P,N){var F,B,U;if(U=Object.getOwnPropertyDescriptor(b,P)||{value:b[P]},U.get?U.set?B=p.stylize("[Getter/Setter]","special"):B=p.stylize("[Getter]","special"):U.set&&(B=p.stylize("[Setter]","special")),ke(I,P)||(F="["+P+"]"),B||(p.seen.indexOf(U.value)<0?(X(S)?B=g(p,U.value,null):B=g(p,U.value,S-1),B.indexOf(`
|
|
7
7
|
`)>-1&&(N?B=B.split(`
|
|
8
8
|
`).map(function(Y){return" "+Y}).join(`
|
|
9
9
|
`).slice(2):B=`
|
package/lib/es/index.js
CHANGED
|
@@ -1827,7 +1827,7 @@ const Nt = new Ge(), Ti = (t, e, r) => {
|
|
|
1827
1827
|
return r.nanoquery.createFetcherStore(s, {
|
|
1828
1828
|
fetcher: async (u, l, f, d) => {
|
|
1829
1829
|
const A = { usersIds: [] };
|
|
1830
|
-
return f && (A.eventId = f), d && (A.leaderboardId = d), (await o.list(A)).data;
|
|
1830
|
+
return f && !d && (A.eventId = f), d && (A.leaderboardId = d), !f && !d ? [] : (await o.list(A)).data;
|
|
1831
1831
|
}
|
|
1832
1832
|
});
|
|
1833
1833
|
}, ki = (t, e) => {
|
package/package.json
CHANGED
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"avvio": "^8.2.1",
|
|
27
27
|
"tslib": "^2.6.2",
|
|
28
28
|
"@streamlayer/sdk-web-api": "^0.1.0",
|
|
29
|
-
"@streamlayer/sdk-web-core": "^0.16.
|
|
30
|
-
"@streamlayer/sdk-web-types": "^0.16.
|
|
31
|
-
"@streamlayer/sdk-web-logger": "^0.5.
|
|
32
|
-
"@streamlayer/sdk-web-storage": "^0.3.
|
|
33
|
-
"@streamlayer/sdk-web-features": "^0.10.
|
|
34
|
-
"@streamlayer/sdk-web-interfaces": "^0.18.
|
|
35
|
-
"@streamlayer/sdk-web-notifications": "^0.10.
|
|
36
|
-
"@streamlayer/feature-gamification": "^0.18.
|
|
29
|
+
"@streamlayer/sdk-web-core": "^0.16.1",
|
|
30
|
+
"@streamlayer/sdk-web-types": "^0.16.6",
|
|
31
|
+
"@streamlayer/sdk-web-logger": "^0.5.8",
|
|
32
|
+
"@streamlayer/sdk-web-storage": "^0.3.8",
|
|
33
|
+
"@streamlayer/sdk-web-features": "^0.10.9",
|
|
34
|
+
"@streamlayer/sdk-web-interfaces": "^0.18.6",
|
|
35
|
+
"@streamlayer/sdk-web-notifications": "^0.10.5",
|
|
36
|
+
"@streamlayer/feature-gamification": "^0.18.4"
|
|
37
37
|
},
|
|
38
|
-
"version": "0.28.
|
|
38
|
+
"version": "0.28.6",
|
|
39
39
|
"type": "module",
|
|
40
40
|
"main": "./src/index.js",
|
|
41
41
|
"typings": "./src/index.d.ts"
|