@indiegems/gem-web-sdk 5.11.0 → 5.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- var Al=Object.defineProperty;var Pl=(n,e)=>{for(var t in e)Al(n,t,{get:e[t],enumerable:true});};globalThis.__gemWebSdkVersion="[gem-web-sdk:sdkVersion:5.11.0]";function qo(){let n=globalThis.__gemWebSdkVersion;if(typeof n!="string")return "";let e=n.lastIndexOf(":"),t=n.lastIndexOf("]");return e<0||t<=e+1?"":n.slice(e+1,t)}function El(n,e){return e!==void 0?!e:n==="chain_exhausted"}var Ye=class{constructor(e){this.options=e;}options;grant=null;state="pending";failure=null;generation=0;inFlight=null;rejected=false;get currentState(){return this.state}get lastFailure(){return this.failure}async get(){if(this.state==="lost")throw new oe(this.failure??"unavailable","the session cannot be renewed");let e=this.seconds();if(this.grant&&e<this.grant.expiresAt-this.renewBefore())return this.grant.token;if(this.grant&&e>=this.grant.chainEndsAt)throw this.enter("lost","chain_exhausted"),new oe("chain_exhausted","the token chain reached its ceiling");return this.refresh(this.nextReason())}nextReason(){return this.rejected?"rejected":this.grant?"expiring":"initial"}invalidate(e){e!==void 0&&this.grant!==null&&this.grant.token!==e||this.rejected&&this.grant===null||(this.grant=null,this.generation+=1,this.inFlight=null,this.rejected=true,this.state!=="lost"&&this.enter("pending"));}accept(e){this.state!=="lost"&&(this.grant=e,this.rejected=false,this.enter("ready"));}close(e="unavailable"){this.grant=null,this.generation+=1,this.inFlight=null,this.enter("lost",e);}refresh(e){if(this.inFlight)return this.inFlight;let t=this.generation;this.enter("pending");let r=this.options.request(e).then(o=>{if(t!==this.generation)throw new oe("internal","token arrived for a superseded generation");return this.grant=o,this.rejected=false,this.enter("ready"),o.token}).catch(o=>{let i=Tl(o),a=o?.retryable;throw t===this.generation&&this.enter(El(i,typeof a=="boolean"?a:void 0)?"lost":"degraded",i),o instanceof oe?o:new oe(i,String(o))}).finally(()=>{this.inFlight===r&&(this.inFlight=null);});return this.inFlight=r,r}enter(e,t){this.failure=t??(e==="ready"?null:this.failure),this.state!==e&&(this.state=e,this.options.onStateChange?.(e,t));}renewBefore(){return this.options.renewBeforeSeconds??60}seconds(){return Math.floor(this.options.clock.now()/1e3)}},oe=class n extends Error{constructor(t,r){super(`auth ${t}: ${r}`);this.reason=t;this.name="AuthError";}reason;static isAuthError(t){if(t instanceof n)return true;let r=t;return r?.name==="AuthError"&&typeof r.reason=="string"}};function Tl(n){if(n instanceof oe)return n.reason;let e=n?.reason;return typeof e=="string"&&["chain_exhausted","unavailable","timeout","internal"].includes(e)?e:"internal"}var me=class n extends Error{retryable=false;constructor(e){super(e),this.name="TransportRefusal";}static isRefusal(e){if(e instanceof n)return true;let t=e;return t?.name==="TransportRefusal"&&t.retryable===false}},Xt=["if-match","if-none-match"],Uo=4096;function Il(n){if(!n)return;let e={};for(let[t,r]of Object.entries(n)){let o=t.toLowerCase();if(!Xt.includes(o)||r===void 0)continue;let i=typeof r=="string"?Cl(r):r;if(typeof i!="string"||i.length>Uo||!Ml(i))throw new me(`the ${o} header value cannot be sent \u2014 it is not a string, is longer than ${Uo} characters, or contains a character outside the range an HTTP header value may carry. This is a malformed request, not a server failure; the value is withheld here rather than written to logs.`);i!==""&&(e[o]=i);}return Object.freeze(e)}function Cl(n){let e=o=>o===32||o===9||o===10||o===13,t=0,r=n.length;for(;t<r&&e(n.charCodeAt(t));)t++;for(;r>t&&e(n.charCodeAt(r-1));)r--;return n.slice(t,r)}function Ml(n){for(let e=0;e<n.length;e++){let t=n.charCodeAt(e);if(t!==9&&(t<32||t===127||t>255))return false}return true}function Bo(n,e){let t=e.replayUnauthorizedOnce??true;return {async request(r){let o={...r},i=Il(o.headers),a=Object.freeze({...o,headers:i}),s=await e.tokenSource.get(),l=await n(a,s);if(l.status!==401||!t)return l;e.tokenSource.invalidate(s);let d=await e.tokenSource.get(),m=await n(a,d);if(m.status===401)throw e.tokenSource.close("unavailable"),new oe("unavailable","the server refused a freshly minted token");return m}}}function Qt(n){let e=typeof n=="string"?new TextEncoder().encode(n):n;return btoa(Ol(e))}function Zt(n){let e=atob(n),t=new Uint8Array(e.length);for(let r=0;r<e.length;r+=1)t[r]=e.charCodeAt(r);return t}function rr(n){return new TextDecoder().decode(Zt(n))}function Ol(n){let t="";for(let r=0;r<n.length;r+=32768)t+=String.fromCharCode(...n.subarray(r,r+32768));return t}var F=class extends Error{constructor(t,r,o,i,a){super(`${t} (${r}): ${o}`);this.reason=t;this.status=r;this.detail=o;this.retryAfterSeconds=i;this.code=a;this.name="GemApiError";}reason;status;detail;retryAfterSeconds;code;get retryable(){return this.reason==="unavailable"||this.reason==="rate_limited"}},Ll=new Set([408,429,500,502,503,504]),Gl=6e4;function Dl(n){if(n===void 0)return 2;if(!Number.isInteger(n)||n<0||n>10)throw new me(`maxRetries must be a whole number between 0 and 10; received ${JSON.stringify(n)}. This is a configuration fault, not a server failure.`);return n}var Ie=class{constructor(e){this.options=e;}options;async get(e,t){return this.send({method:"GET",path:e,signal:t},true)}async getWithEtag(e,t={}){let r=await this.sendRaw({method:"GET",path:e,...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{headers:{"if-none-match":t.ifNoneMatch}}},true),o=r.etag===void 0?{}:{etag:r.etag};return r.status===304?{modified:false,...o}:{modified:true,body:r.body,...o}}async put(e,t,r,o={}){return this.send({method:"PUT",path:e,body:t,signal:r,...en(o)},o.replaySafe===true)}async post(e,t,r,o={}){return this.send({method:"POST",path:e,body:t,signal:r,...en(o)},o.replaySafe===true)}async patch(e,t,r,o={}){return this.send({method:"PATCH",path:e,body:t,signal:r,...en(o)},o.replaySafe===true)}async delete(e,t,r={}){return this.send({method:"DELETE",path:e,signal:t,...en(r)},r.replaySafe===true)}async send(e,t){return (await this.sendRaw(e,t)).body}async sendRaw(e,t){let r=t?Dl(this.options.maxRetries)+1:1,o=null;if(e.signal?.aborted)throw Ho(e.signal);for(let i=0;i<r;i++){if(i>0&&await this.backoff(i,o,e.signal),e.signal?.aborted)throw Ho(e.signal);let a;try{a=await this.options.transport.request(e);}catch(l){if(oe.isAuthError(l)||me.isRefusal(l)||e.signal?.aborted||$l(l))throw l;o=new F("unavailable",0,String(l));continue}if(a.status>=200&&a.status<300||a.status===304)return a;let s=Fl(a);if(!Ll.has(a.status))throw s;o=s;}throw o??new F("unavailable",0,"no attempt was made")}backoff(e,t,r){if(r?.aborted)return Promise.resolve();let o=t?.retryAfterSeconds,i=o!==void 0?o*1e3:2**(e-1)*250,a=2**(e-1)*250,s=Math.min(Math.max(i,a),Gl);return new Promise(l=>{let d=this.options.clock,m=false,c=false,p,g=()=>{m||(m=true,c&&d.clearTimeout(p),r?.removeEventListener("abort",g),l());};r?.addEventListener("abort",g,{once:true}),p=d.setTimeout(g,s),c=true,m&&d.clearTimeout(p);})}};function en(n){return {...n.keepalive===void 0?{}:{keepalive:n.keepalive},...n.ifMatch===void 0?{}:{headers:{"if-match":n.ifMatch}}}}function Ho(n){return n.reason!==void 0?n.reason:new DOMException("The operation was aborted.","AbortError")}function $l(n){let e=n?.name;return e==="AbortError"||e==="TimeoutError"}function Fl(n){let{status:e,body:t}=n,r=jl(t),o=n.retryAfterSeconds??ql(t),i=Nl(t);switch(e){case 304:return new F("not_modified",e,r);case 400:case 422:return new F("invalid",e,r,void 0,i);case 403:return new F("forbidden",e,r,void 0,i);case 404:return new F("not_found",e,r,void 0,i);case 402:return new F("insufficient_funds",e,r,void 0,i);case 409:return new F("conflict",e,r,void 0,i);case 412:return new F("precondition_failed",e,r,void 0,i);case 413:return new F("too_large",e,r,void 0,i);case 429:return new F("rate_limited",e,r,o,i);default:return new F("unavailable",e,r,o,i)}}function jl(n){if(typeof n=="string")return n;let e=n?.message;if(typeof e=="string")return e;let t=n?.error;if(typeof t=="string")return t;let r=t?.message;return typeof r=="string"?r:"no detail"}function Nl(n){let t=n?.error?.code;return typeof t=="string"&&t.length>0?t:void 0}function ql(n){let e=n?.retryAfterSeconds;return typeof e=="number"&&Number.isFinite(e)&&e>=0?e:void 0}function _(n){let e=String(n);if(!/^[A-Za-z0-9_.-]{1,128}$/.test(e)||e==="."||e==="..")throw new TypeError(`${JSON.stringify(e)} is not a usable path segment \u2014 it is interpolated into a URL`);return encodeURIComponent(e)}async function Vo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Wo(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/add`;return n.client.post(a,o,i?.signal)}async function Ko(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function Jo(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/claim`;return n.client.post(a,o,i?.signal)}async function zo(n,e,t){return n.client.post("/v1/characters",e,t?.signal)}async function Yo(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/batch`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Xo(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Qo(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function Zo(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function ei(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.delete(o,r?.signal)}async function ti(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/recipes/execute`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function ni(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function ri(n,e,t){let r=`/v1/games/${_(n.gameId())}/config/channels/${_(e)}`;return n.client.getWithEtag(r,{...t?.signal===void 0?{}:{signal:t.signal},...t?.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}})}async function oi(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.get(r,t?.signal)}async function ii(n,e,t){let r=`/v1/inventory/loot-tables/${_(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function si(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function ai(n,e,t,r){let o=new URLSearchParams;r?.include_buckets!==void 0&&o.set("include_buckets",String(r?.include_buckets)),r?.include_custom_data!==void 0&&o.set("include_custom_data",String(r?.include_custom_data)),r?.currency_limit!==void 0&&o.set("currency_limit",String(r?.currency_limit)),r?.currency_cursor!==void 0&&o.set("currency_cursor",String(r?.currency_cursor)),r?.item_limit!==void 0&&o.set("item_limit",String(r?.item_limit)),r?.item_cursor!==void 0&&o.set("item_cursor",String(r?.item_cursor)),r?.progression_limit!==void 0&&o.set("progression_limit",String(r?.progression_limit)),r?.progression_cursor!==void 0&&o.set("progression_cursor",String(r?.progression_cursor));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function li(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/items/${_(r)}`;return n.client.get(i,o?.signal)}async function di(n,e,t,r,o){let i=new URLSearchParams;o?.bucket_1!==void 0&&i.set("bucket_1",String(o?.bucket_1)),o?.bucket_2!==void 0&&i.set("bucket_2",String(o?.bucket_2)),o?.limit!==void 0&&i.set("limit",String(o?.limit));let a=i.toString(),s=`/v1/leaderboards/${_(e)}/${_(t)}/${_(r)}`+(a?`?${a}`:"");return n.client.get(s,o?.signal)}async function ci(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/${_(r)}`;return n.client.get(i,o?.signal)}async function ui(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}`;return n.client.get(i,o?.signal)}async function mi(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/catalogs/${_(r)}/recipes/${_(o)}/availability`;return n.client.get(a,i?.signal)}async function pi(n,e,t,r){let o=new URLSearchParams;o.set("limit",String(r?.limit));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}/recipe-usage`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function or(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function gi(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}/friends`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function yi(n,e,t){let r=`/v1/showcase/friends/${_(e)}`;return n.client.get(r,t?.signal)}async function fi(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function tn(n,e){return n.client.get("/v1/inventory/players/me/platform-currencies",e?.signal)}async function hi(n,e,t){let r=`/v1/profiles/players/${_(e)}`;return n.client.get(r,t?.signal)}async function bi(n,e){let t=new URLSearchParams;e?.config_version!==void 0&&t.set("config_version",String(e?.config_version));let r=t.toString(),o="/v1/inventory/platform-funded-game-inventory-purchase-catalog"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function vi(n,e,t){let r=`/v1/inventory/players/me/platform-funded-game-inventory-purchases/${_(e)}`;return n.client.get(r,t?.signal)}async function _i(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function wi(n,e){return n.client.get("/v1/characters/slots",e?.signal)}async function Si(n,e,t){let r=`/v1/inventory/transfers/${_(e)}`;return n.client.get(r,t?.signal)}async function Ri(n,e,t){let r=`/v1/games/${_(n.gameId())}/analytics/events`;return n.client.post(r,e,t?.signal,{...t?.keepalive===void 0?{}:{keepalive:t.keepalive},replaySafe:true})}async function ki(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function xi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/platform-funded-game-inventory-purchases`;return n.client.post(i,r,o?.signal)}async function Ai(n,e){let t=new URLSearchParams;e?.periods_back!==void 0&&t.set("periods_back",String(e?.periods_back));let r=t.toString(),o="/v1/challenges"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Pi(n,e){return n.client.get("/v1/characters",e?.signal)}async function Ei(n,e,t,r){let o=`/v1/settings/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function Ti(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Ii(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/saves/${_(e)}/${_(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Ci(n,e){let t=new URLSearchParams;e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor));let r=t.toString(),o="/v1/friends"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Mi(n,e){let t=new URLSearchParams;e.entity_type!==void 0&&t.set("entity_type",String(e.entity_type)),e.entity_id!==void 0&&t.set("entity_id",String(e.entity_id)),e?.direction!==void 0&&t.set("direction",String(e?.direction)),e?.status!==void 0&&t.set("status",String(e?.status)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor)),e?.limit!==void 0&&t.set("limit",String(e?.limit));let r=t.toString(),o="/v1/inventory/transfers"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Oi(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/max`;return n.client.post(a,o,i?.signal)}async function Li(n,e,t,r,o,i){let a=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.put(a,o,i?.signal,{...i?.ifMatch===void 0?{}:{ifMatch:i.ifMatch}})}async function Gi(n,e,t,r,o){let i=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.put(i,r,o?.signal)}async function Di(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function $i(n,e,t,r){let o=`/v1/characters/${_(e)}`;return n.client.patch(o,t,r?.signal)}async function Fi(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/upload-url`;return n.client.post(a,o,i?.signal,{replaySafe:true})}async function ji(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/reset`;return n.client.post(a,o,i?.signal)}async function Ni(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.delete(r,t?.signal)}var K="gem-web-bridge",rn={min:1,max:1},Xe=65536,qi=8,nn=5e3,Ui=1024;function sr(n){return Object.freeze(Object.assign(Object.create(null),n))}var Bi=sr({"gem.handshake":30,"gem.handshake.accept":5,"gem.token":30,"gem.token.denied":30,"gem.player":12,"gem.pause":120,"gem.prefs":60,"gem.cohorts":12,"gem.viewport":60,"gem.deviceSettings":12,"gem.willTerminate":10,"gem.roomEvent":120,"gem.socketState":12,"gem.seatedEvent":60,"gem.autoStartFailedEvent":30,"gem.signalEvent":1800,"gem.dedicatedEvent":120,"gem.partyResult":30,"gem.clusterTarget":12,"gem.devtools":30,"gem.screenshot":6,"gem.screenshot.denied":12,"gem.requestContext":12,"gem.gameContext":12,"gem.signal":1200,"gem.dedicatedOffer":60,"gem.partyRequest":12,"gem.ready":5,"gem.progress":600,"gem.requestToken":12,"gem.requestLocalServer":6,"gem.localServer":30,"gem.localServer.denied":30,"gem.exit":5,"gem.openExternal":6,"gem.requestFullscreen":30,"gem.audioState":120,"gem.rewardCue":60,"gem.frameStats":120,"gem.error":60,"gem.requestPurchase":12,"gem.purchaseResult":30,"gem.deviceSettings.put":30,"gem.deviceSettings.result":30,"gem.requestAd":6,"gem.adResult":12,"gem.requestSignIn":6,"gem.signInResult":12,__malformed:60}),on="__malformed";var Ul=sr({"gem.requestAd":"ads","gem.adResult":"ads","gem.requestSignIn":"signIn","gem.signInResult":"signIn","gem.requestPurchase":"purchases","gem.purchaseResult":"purchases","gem.devtools":"devtools","gem.screenshot":"screenshot","gem.screenshot.denied":"screenshot","gem.requestContext":"feedbackContext","gem.gameContext":"feedbackContext","gem.roomEvent":"rooms","gem.signal":"p2p","gem.signalEvent":"p2p","gem.dedicatedOffer":"dedicated","gem.dedicatedEvent":"dedicated","gem.clusterTarget":"clusterTarget","gem.partyRequest":"parties","gem.partyResult":"parties","gem.autoStartFailedEvent":"autoStartFailure","gem.seatedEvent":"partySeating","gem.socketState":"socketState","gem.audioState":"audioState","gem.rewardCue":"rewardCue","gem.frameStats":"frameStats","gem.viewport":"viewport","gem.requestLocalServer":"localHost","gem.localServer":"localHost","gem.localServer.denied":"localHost","gem.cohorts":"cohorts","gem.deviceSettings":"deviceSettings","gem.deviceSettings.put":"deviceSettings","gem.deviceSettings.result":"deviceSettings"}),Bl=Object.freeze([["gem.asyncOpponents.","asyncOpponents"]]);function Hi(n){let e=Ul[n];if(e!==void 0)return e;for(let[t,r]of Bl)if(n.startsWith(t))return r}function Hl(n){let e=/^([a-z][a-z0-9+.-]*):\/\/([a-z0-9.-]+|\[[0-9a-f:.]+\])(:([0-9]{1,5}))?$/i.exec(n);return e===null?false:e[4]===void 0||Number(e[4])<=65535}function Vl(n){let e;try{e=new URL(n);}catch{return false}return e.username!==""||e.password!==""?false:e.protocol==="https:"?true:e.protocol==="http:"&&(e.hostname==="localhost"||e.hostname==="127.0.0.1")}function Wl(n){return /^[a-z]{2,8}(-[a-z0-9]{1,8})*$/i.test(n)}function ir(n,e,t){if(e>qi)return `nesting deeper than ${qi}`;if(++t.nodes>nn)return `more than ${nn} values`;if(t.bytes>Xe)return `over the ${Xe} byte limit`;if(n==null)return t.bytes+=4,null;let r=typeof n;if(r==="boolean")return t.bytes+=5,null;if(r==="number")return t.bytes+=8,null;if(r==="string")return t.bytes+=n.length*3+2,null;if(r!=="object")return `${r} is not plain data`;let o=n;if(t.seen.has(o))return "a repeated or cyclic object reference";if(t.seen.add(o),Array.isArray(n)){if(n.length>Ui)return `an array of ${n.length} entries, over the ${Ui} limit`;t.bytes+=2;for(let s of n){let l=ir(s,e+1,t);if(l)return l}return null}let i=Object.getPrototypeOf(n);if(i!==Object.prototype&&i!==null)return "a value that is not a plain object";t.bytes+=2;let a=n;for(let s in a){if(!Object.prototype.hasOwnProperty.call(a,s))continue;if(++t.nodes>nn)return `more than ${nn} values`;if(t.bytes+=s.length*3+4,t.bytes>Xe)return `over the ${Xe} byte limit`;let l=ir(a[s],e+1,t);if(l)return l}return null}function Kl(n){let e={nodes:0,bytes:0,seen:new Set},t=ir(n,0,e);return t?`message contains ${t}`:e.bytes>Xe?`message is over the ${Xe} byte limit`:null}var Jl={origin:[Hl,"not a well-formed origin"],url:[Vl,"not a safe absolute http(s) URL"],bcp47:[Wl,"not a well-formed BCP 47 tag"]};function Vi(n,e,t){for(let r of e){let o=t===""?r.n:`${t}.${r.n}`,i=n[r.n];if(i==null){if(r.o)continue;return `${o}: required`}let a=Wi(i,r,o);if(a)return a}return null}function Wi(n,e,t){switch(e.k){case "string":{if(typeof n!="string")return `${t}: expected string`;if(n.length>e.max)return `${t}: exceeds ${e.max} characters`;if(e.f){let[r,o]=Jl[e.f];if(!r(n))return `${t}: ${o}`}return null}case "int":return typeof n!="number"||!Number.isInteger(n)?`${t}: expected integer`:n<e.lo||n>e.hi?`${t}: out of range ${e.lo}..${e.hi}`:null;case "boolean":return typeof n=="boolean"?null:`${t}: expected boolean`;case "enum":{let r=e.v;return r.includes(n)?null:`${t}: not one of ${r.join("|")}`}case "object":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected object`:Vi(n,e.fs,t);case "json":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected a plain object`:null;case "array":{if(!Array.isArray(n))return `${t}: expected array`;if(n.length>e.max)return `${t}: exceeds ${e.max} items`;let r=e.it,o=`${t}[]`;for(let i of n){if(i==null){if(r.o)continue;return `${o}: required`}let a=Wi(i,r,o);if(a)return a}return null}default:{let r=e.k;return `${t}: unknown kind ${String(r)}`}}}function M(n,e){return t=>{let r=Kl(t);if(r)return r;if(typeof t!="object"||t===null||Array.isArray(t))return "message: expected object";let o=t;return o.gem!==K?"gem: wrong protocol marker":o.type!==n?`type: expected ${n}`:Vi(o,e,"")}}var zl=M("gem.handshake",[{n:"versions",k:"object",fs:[{n:"min",k:"int",lo:1,hi:1e3},{n:"max",k:"int",lo:1,hi:1e3}]},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}},{n:"embedder",k:"string",max:2048,f:"origin"}]),Yl=M("gem.handshake.accept",[{n:"v",k:"int",lo:1,hi:1e3},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}}]),Xl=M("gem.token",[{n:"token",k:"string",max:4096},{n:"requestId",k:"string",o:1,max:64},{n:"generation",k:"int",lo:0,hi:2147483647},{n:"apiBaseUrl",k:"string",o:1,max:512,f:"url"},{n:"playerId",k:"string",max:64},{n:"gameId",k:"string",max:64},{n:"channel",k:"enum",v:["dev","test","release"]},{n:"gameVersion",k:"string",o:1,max:64},{n:"expiresAt",k:"int",lo:0,hi:4102444800},{n:"chainEndsAt",k:"int",lo:0,hi:4102444800},{n:"allowDevTools",k:"boolean",o:1}]),Ql=M("gem.token.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"retryAfterMs",k:"int",o:1,lo:0,hi:36e5},{n:"reason",k:"enum",v:["chain_exhausted","unavailable"]},{n:"correlationId",k:"string",max:64}]),Zl=M("gem.player",[{n:"untrusted",k:"object",fs:[{n:"displayName",k:"string",max:64},{n:"displayTag",k:"string",o:1,max:80},{n:"displayHandle",k:"string",max:80}]},{n:"playerId",k:"string",o:1,max:64},{n:"discriminator",k:"string",o:1,max:8},{n:"avatarIconUrl",k:"string",o:1,max:2048,f:"url"},{n:"badges",k:"array",o:1,max:2,it:{n:"",k:"object",fs:[{n:"itemId",k:"string",max:64},{n:"iconUrl",k:"string",max:2048,f:"url"}]}},{n:"displayTag",k:"string",max:8},{n:"avatarUrl",k:"string",o:1,max:2048,f:"url"}]),ed=M("gem.pause",[{n:"paused",k:"boolean"}]),td=M("gem.prefs",[{n:"reducedMotion",k:"boolean"},{n:"muted",k:"boolean"},{n:"showFrameStats",k:"boolean",o:1},{n:"locale",k:"string",max:35,f:"bcp47"}]),nd=M("gem.cohorts",[{n:"cohorts",k:"array",max:8,it:{n:"",k:"object",fs:[{n:"experimentId",k:"string",max:36},{n:"variantKey",k:"string",max:32}]}}]),rd=M("gem.viewport",[{n:"insets",k:"object",fs:[{n:"top",k:"int",lo:0,hi:4096},{n:"right",k:"int",lo:0,hi:4096},{n:"bottom",k:"int",lo:0,hi:4096},{n:"left",k:"int",lo:0,hi:4096}]}]),od=M("gem.deviceSettings",[{n:"settings",k:"json",o:1}]),id=M("gem.willTerminate",[{n:"reason",k:"enum",v:["grant_expiring","session_ended","navigating","kill_switch"]},{n:"graceMs",k:"int",lo:0,hi:6e4}]),sd=M("gem.roomEvent",[{n:"event",k:"enum",v:["updated","match_started","match_ready","match_failed","version_stale"]},{n:"roomId",k:"string",max:64},{n:"matchId",k:"string",o:1,max:64},{n:"version",k:"int",o:1,lo:0,hi:2147483647},{n:"reason",k:"string",o:1,max:64},{n:"platform",k:"enum",o:1,v:["universal","mobile"]}]),ad=M("gem.socketState",[{n:"connected",k:"boolean"},{n:"reason",k:"enum",o:1,v:["connecting","dropped","watchdog","terminal"]}]),ld=M("gem.seatedEvent",[{n:"roomId",k:"string",max:64}]),dd=M("gem.autoStartFailedEvent",[{n:"roomId",k:"string",max:64},{n:"code",k:"string",max:64}]),cd=M("gem.signalEvent",[{n:"event",k:"enum",v:["hello","offer","answer","ice","peerJoined","peerLeft","migration","matchEnded","error"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),ud=M("gem.dedicatedEvent",[{n:"event",k:"enum",v:["answer","error","matchEnded"]},{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",o:1,max:10240},{n:"sessionId",k:"string",o:1,max:64},{n:"code",k:"string",o:1,max:64},{n:"message",k:"string",o:1,max:256},{n:"reason",k:"string",o:1,max:64}]),md=M("gem.partyResult",[{n:"requestId",k:"string",max:64},{n:"partyId",k:"string",o:1,max:64}]),pd=M("gem.clusterTarget",[{n:"clusterTargetId",k:"string",max:64},{n:"clusterTargetIds",k:"array",o:1,max:3,it:{n:"",k:"string",max:64}}]),gd=M("gem.devtools",[{n:"action",k:"enum",v:["open","close","toggle"]}]),yd=M("gem.screenshot",[{n:"maxWidth",k:"int",lo:1,hi:7680},{n:"maxHeight",k:"int",lo:1,hi:4320}]),fd=M("gem.screenshot.denied",[{n:"reason",k:"enum",v:["not_wired","no_source","unsupported","unreadable","tainted","too_large","busy","declined","failed"]},{n:"retryable",k:"boolean"}]),hd=M("gem.requestContext",[]),bd=M("gem.gameContext",[{n:"context",k:"json"}]),vd=M("gem.signal",[{n:"signal",k:"enum",v:["join","offer","answer","ice","migrationAck","hostUnreachable"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),_d=M("gem.dedicatedOffer",[{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",max:10240},{n:"intent",k:"enum",v:["initial","ice_restart","full_reconnect"]}]),wd=M("gem.partyRequest",[{n:"requestId",k:"string",max:64}]),Sd=M("gem.ready",[]),Rd=M("gem.progress",[{n:"loaded",k:"int",lo:0,hi:1099511627776},{n:"total",k:"int",lo:0,hi:1099511627776}]),kd=M("gem.requestToken",[{n:"requestId",k:"string",max:64},{n:"reason",k:"enum",v:["initial","expiring","rejected"]}]),xd=M("gem.requestLocalServer",[{n:"requestId",k:"string",max:64},{n:"gameRoomId",k:"string",max:64}]),Ad=M("gem.localServer",[{n:"requestId",k:"string",max:64},{n:"serverId",k:"string",o:1,max:128}]),Pd=M("gem.localServer.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"reason",k:"enum",v:["refused","unavailable"]}]),Ed=M("gem.exit",[{n:"reason",k:"string",o:1,max:64}]),Td=M("gem.openExternal",[{n:"url",k:"string",max:2048,f:"url"}]),Id=M("gem.requestFullscreen",[{n:"enabled",k:"boolean"}]),Cd=M("gem.audioState",[{n:"muted",k:"boolean"}]),Md=M("gem.rewardCue",[{n:"currencySlug",k:"string",max:32},{n:"expected",k:"int",o:1,lo:1,hi:1e9},{n:"origin",k:"object",o:1,fs:[{n:"x",k:"int",lo:0,hi:16384},{n:"y",k:"int",lo:0,hi:16384}]}]),Od=M("gem.frameStats",[{n:"fps",k:"int",lo:0,hi:1e3},{n:"frameTimeP95Ms",k:"int",lo:0,hi:1e5}]),Ld=M("gem.error",[{n:"code",k:"enum",v:["version_mismatch","handshake_timeout","handshake_duplicate","invalid_message","rate_limited","token_unavailable","unsupported","unsupported_capability","internal"]},{n:"message",k:"string",o:1,max:256}]),Gd=M("gem.requestPurchase",[{n:"requestId",k:"string",max:64},{n:"purchaseKind",k:"enum",v:["item","recipe"]},{n:"targetId",k:"string",max:64},{n:"currencySlug",k:"string",max:32},{n:"quantity",k:"int",o:1,lo:1,hi:10},{n:"catalogId",k:"string",o:1,max:64}]),Dd=M("gem.purchaseResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["ok","declined","unavailable"]},{n:"purchaseId",k:"string",o:1,max:64}]),$d=M("gem.deviceSettings.put",[{n:"requestId",k:"string",max:64},{n:"settings",k:"json"}]),Fd=M("gem.deviceSettings.result",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["stored","too_large","unavailable"]}]),jd=M("gem.requestAd",[{n:"requestId",k:"string",max:64},{n:"placement",k:"string",max:32},{n:"format",k:"enum",v:["interstitial","rewarded"]}]),Nd=M("gem.adResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["shown","no_ad","unavailable"]}]),qd=M("gem.requestSignIn",[{n:"requestId",k:"string",max:64}]),Ud=M("gem.signInResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["signed_in","declined","unavailable"]}]),sn=sr({"gem.handshake":zl,"gem.handshake.accept":Yl,"gem.token":Xl,"gem.token.denied":Ql,"gem.player":Zl,"gem.pause":ed,"gem.prefs":td,"gem.cohorts":nd,"gem.viewport":rd,"gem.deviceSettings":od,"gem.willTerminate":id,"gem.roomEvent":sd,"gem.socketState":ad,"gem.seatedEvent":ld,"gem.autoStartFailedEvent":dd,"gem.signalEvent":cd,"gem.dedicatedEvent":ud,"gem.partyResult":md,"gem.clusterTarget":pd,"gem.devtools":gd,"gem.screenshot":yd,"gem.screenshot.denied":fd,"gem.requestContext":hd,"gem.gameContext":bd,"gem.signal":vd,"gem.dedicatedOffer":_d,"gem.partyRequest":wd,"gem.ready":Sd,"gem.progress":Rd,"gem.requestToken":kd,"gem.requestLocalServer":xd,"gem.localServer":Ad,"gem.localServer.denied":Pd,"gem.exit":Ed,"gem.openExternal":Td,"gem.requestFullscreen":Id,"gem.audioState":Cd,"gem.rewardCue":Md,"gem.frameStats":Od,"gem.error":Ld,"gem.requestPurchase":Gd,"gem.purchaseResult":Dd,"gem.deviceSettings.put":$d,"gem.deviceSettings.result":Fd,"gem.requestAd":jd,"gem.adResult":Nd,"gem.requestSignIn":qd,"gem.signInResult":Ud});var ie={now:()=>Date.now(),setTimeout:(n,e)=>setTimeout(n,e),clearTimeout:n=>clearTimeout(n)},gt=class{constructor(e=ie){this.clock=e;}clock;tokens=new Map;lastRefill=new Map;allow(e){let t=Bi[e];if(t===void 0)return false;let r=this.clock.now(),o=this.lastRefill.get(e)??r,i=this.tokens.get(e)??t,a=Math.max(0,r-o),s=Math.min(t,i+a*t/6e4);return s<1?(this.tokens.set(e,s),this.lastRefill.set(e,r),false):(this.tokens.set(e,s-1),this.lastRefill.set(e,r),true)}};function ar(n,e){return n.toLowerCase()===e.toLowerCase()}function an(n){let e=n.toLowerCase();return e==="localhost"||e.endsWith(".localhost")||e==="[::1]"||e==="::1"?true:/^127(\.\d{1,3}){3}$/.test(e)}function Ki(n,e){if(typeof e!="string"||e==="")return false;let t,r;try{t=new URL(n),r=new URL(e);}catch{return false}return t.protocol!=="http:"&&t.protocol!=="https:"||r.protocol!=="http:"&&r.protocol!=="https:"||t.username!==""||t.password!==""||t.pathname!=="/"||t.search!==""||t.hash!==""||t.port===""?false:an(t.hostname)&&an(r.hostname)}function Ji(n,e){if(e.min>e.max)return null;let t=Math.min(n.max,e.max),r=Math.max(n.min,e.min);return t>=r?t:null}var ln=class{constructor(e,t){this.inventory=e;this.resolveCurrencyId=t;}inventory;resolveCurrencyId;async list(e={}){return (await this.inventory.snapshot({buckets:e.buckets})).currencies.data.map(r=>({currencyId:r.currencyId,total:r.total,...r.buckets===void 0?{}:{buckets:r.buckets}}))}async get(e,t={}){let o=(await this.inventory.snapshot({buckets:t.buckets})).currencies.data,i=o.find(s=>s.currencyId===e),a;return !i&&this.resolveCurrencyId&&(a=await this.resolveCurrencyId(e).catch(()=>{}),a!==void 0&&(i=o.find(s=>s.currencyId===a))),{currencyId:i?i.currencyId:a??e,total:i?i.total:null,...i?.buckets===void 0?{}:{buckets:i.buckets}}}};function dr(n){let e=Array.isArray(n.achievements)?n.achievements:[],t=[];for(let r of e){let o=r??{};typeof o.id!="string"||o.id===""||typeof o.threshold!="number"||!Number.isFinite(o.threshold)||t.push({id:o.id,threshold:o.threshold,points:typeof o.points=="number"?o.points:0,hidden:o.hidden===true,...typeof o.unlocked_at=="number"&&Number.isFinite(o.unlocked_at)?{unlockedAt:o.unlocked_at}:{},...o.revoked===true?{revoked:true}:{}});}return {...t.length>0?{achievements:t}:{},...n.achievements_unavailable===true?{achievementsUnavailable:true}:{}}}var zi="inventory",Qe=n=>typeof n=="number"?n:0,yt=n=>typeof n=="string"?n:"";function lr(n,e){let t=n??{},r=typeof t.next_cursor=="string"?t.next_cursor:void 0;return {data:Array.isArray(t.data)?t.data.map(e):[],...r===void 0?{}:{nextCursor:r}}}function Yi(n){let e=n??{};return {itemDefinitionId:yt(e.item_definition_id),instanceId:yt(e.instance_id),quantity:Qe(e.quantity),acquiredAt:Qe(e.acquired_at),...e.properties===void 0?{}:{properties:e.properties},...e.custom_data===void 0?{}:{customData:e.custom_data}}}function Bd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {currencies:lr(e.currencies,r=>{let o=r??{},i=Array.isArray(o.buckets)?o.buckets.map(a=>{let s=a??{};return {bucket:yt(s.bucket),balance:Qe(s.balance)}}):void 0;return {currencyId:yt(o.currency_id),total:Qe(o.total),...i===void 0?{}:{buckets:i}}}),items:lr(e.items,Yi),progressions:lr(e.progressions,r=>{let o=r??{};return {progressionDefinitionId:yt(o.progression_definition_id),currentValue:Qe(o.current_value),completionCount:Qe(o.completion_count),isCompleted:o.is_completed===true,...dr(o)}}),...t===void 0?{}:{etag:t}}}var dn=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;snapshot(e={}){let t=e.buckets?`${zi}#buckets`:zi;return this.cache.read(t,[],()=>this.fetch({includeBuckets:e.buckets}))}async instances(e,t){let r=await this.snapshot();if(r.items.nextCursor===void 0){let i=r.items.data.filter(a=>a.itemDefinitionId===e);if(i.length>0)return i}let o=await li(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Array.isArray(o)?o.map(Yi):[]}page(e){return this.fetch(e)}refresh(){this.invalidate();}onChanged(e){return this.cache.onInvalidate(e)}invalidate(){this.cache.invalidate();}async fetch(e){let t=await ai(this.api,this.entity.type,this.entity.id,{...e.includeBuckets?{include_buckets:true}:{},...e.currencyCursor===void 0?{}:{currency_cursor:e.currencyCursor},...e.itemCursor===void 0?{}:{item_cursor:e.itemCursor},...e.progressionCursor===void 0?{}:{progression_cursor:e.progressionCursor},...e.currencyLimit===void 0?{}:{currency_limit:e.currencyLimit},...e.itemLimit===void 0?{}:{item_limit:e.itemLimit},...e.progressionLimit===void 0?{}:{progression_limit:e.progressionLimit},...e.signal===void 0?{}:{signal:e.signal}});return Bd(t)}};var te=n=>typeof n=="string"?n:"",Hd=n=>typeof n=="string"?n:te(n&&typeof n=="object"?n.type:void 0),Ce=n=>typeof n=="number"?n:0;function ft(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t}}}function cn(){return crypto.randomUUID()}var Vd="recipe-usage",Xi=100;function un(n){let e=n??{};switch(e.type){case "currency":return {kind:"currency",currencyId:te(e.currency_id),bucket:te(e.bucket),delta:Ce(e.delta),balanceAfter:Ce(e.balance_after)};case "item":return {kind:"item",itemDefinitionId:te(e.item_definition_id),instanceId:te(e.instance_id),delta:Ce(e.delta),quantityAfter:Ce(e.quantity_after)};case "progression":return {kind:"progression",progressionDefinitionId:te(e.progression_definition_id),delta:Ce(e.delta),valueAfter:Ce(e.value_after),completed:e.completed===true};default:return {kind:"other",type:te(e.type)}}}function Wd(n){let e=n??{},t=typeof e.rarity_tier=="string"?e.rarity_tier:void 0;return {entryId:te(e.entry_id),...t===void 0?{}:{rarityTier:t},rollNumber:Ce(e.roll_number),wasReplacement:e.was_replacement===true,grants:Array.isArray(e.grants)?e.grants.map(un):[]}}function Kd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0,r=Array.isArray(e.loot_results)?e.loot_results.map(Wd):void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t},granted:Array.isArray(e.granted)?e.granted.map(un):[],consumed:Array.isArray(e.consumed)?e.consumed.map(un):[],autoClaimedRewards:Array.isArray(e.auto_claimed_rewards)?e.auto_claimed_rewards.map(un):[],...r===void 0||r.length===0?{}:{lootResults:r}}}function Jd(n){let e=n??{},t=e.price??{};return {payment:"platform_currency",orderId:te(e.target_order_id)||te(e.source_order_id),status:te(e.status),purchaseId:te(e.purchase_id),sourceOrderId:te(e.source_order_id),price:{currencyId:te(t.platform_currency_id),amount:Ce(t.price)}}}function zd(n){let e=n??{},t=typeof e.last_used_at=="string"?e.last_used_at:void 0,r=typeof e.cooldown_expires_at=="string"?e.cooldown_expires_at:void 0;return {recipeId:te(e.recipe_id),useCount:typeof e.use_count=="number"?e.use_count:0,isOnCooldown:e.is_on_cooldown===true,...t===void 0?{}:{lastUsedAt:t},...r===void 0?{}:{cooldownExpiresAt:r}}}function Qi(n){switch(n.type){case "currency_grant":case "currency_consume":return {type:n.type,currency_id:n.currencyId,amount:n.amount};default:return {type:n.type,item_definition_id:n.itemDefinitionId,quantity:n.quantity}}}var mn=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;async create(e,t={}){let r=await this.write(()=>Xo(this.api,this.entity.type,this.entity.id,{operations:e.map(Qi),source:t.source??"play",nonce:cn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return ft(r)}async createMany(e,t={}){return this.write(()=>Yo(this.api,this.entity.type,this.entity.id,{orders:e.map(r=>({operations:r.map(Qi),nonce:cn()})),source:t.source??"play"},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}))}async recipeAvailability(e,t,r){let i=await mi(this.api,this.entity.type,this.entity.id,e,t,r===void 0?{}:{signal:r})??{},a=typeof i.uses_remaining=="number"?i.uses_remaining:void 0,s=typeof i.cooldown_expires_at=="string"?i.cooldown_expires_at:void 0;return {canExecute:i.can_execute===true,reasons:Array.isArray(i.reasons)?i.reasons.map(l=>Hd(l)):[],...a===void 0?{}:{usesRemaining:a},...s===void 0?{}:{cooldownExpiresAt:s}}}async recipeUsageAll(){return this.cache.read(Vd,[],async()=>{let t=await pi(this.api,this.entity.type,this.entity.id,{limit:Xi})??{},r=Array.isArray(t.usages)?t.usages:[];return {usages:r.map(zd),truncated:r.length>=Xi}})}async recipeUsage(e){return (await this.recipeUsageAll()).usages.find(r=>r.recipeId===e)??null}async purchase(e,t={}){if(e.payment.kind==="configured"){let c=e,p=await this.write(()=>ti(this.api,this.entity.type,this.entity.id,{catalog_id:c.catalogId,recipe_id:c.targetId,game_id:this.api.gameId(),nonce:cn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return {payment:"configured",...Kd(p)}}if(this.entity.type!=="players"||this.entity.id!=="me")throw new TypeError("platform-currency purchases are available only on gem.me.mutations");let[r,o]=await Promise.all([bi(this.api,t.signal===void 0?{}:{signal:t.signal}),tn(this.api,t.signal===void 0?{}:{signal:t.signal})]),i=e.payment.currencySlug.toLowerCase(),a=o.currencies.find(c=>c.currency_id.toLowerCase()===i||c.slug.toLowerCase()===i);if(a===void 0)throw new RangeError(`platform currency ${JSON.stringify(e.payment.currencySlug)} is not active`);let s=e.kind==="item"?r.items.find(c=>c.item_id===e.targetId):r.recipes.find(c=>c.recipe_id===e.targetId&&c.catalog_id===e.catalogId);if(s===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} is not published`);let l=s.platform_prices.find(c=>c.platform_currency_id===a.currency_id);if(l===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} has no ${e.payment.currencySlug} price`);let d=e.kind==="item"?e.quantity??1:1;if(!Number.isInteger(d)||d<1||d>10)throw new RangeError("item purchase quantity must be an integer from 1 through 10");let m=await this.write(()=>xi(this.api,this.entity.type,this.entity.id,{purchase_kind:e.kind,target_id:e.targetId,...e.kind==="recipe"?{catalog_id:e.catalogId}:{},quantity:d,expected_price:{platform_currency_id:a.currency_id,price:l.price*d},expected_config_version:r.config_version,nonce:cn(),confirmation:"none"},t.signal===void 0?{}:{signal:t.signal}));return Jd(m)}async executeRecipe(e,t,r={}){return await this.purchase({kind:"recipe",catalogId:e,targetId:t,payment:{kind:"configured"}},r)}async addProgression(e,t,r){let o=await this.write(()=>Wo(this.api,this.entity.type,this.entity.id,e,{amount:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ft(o)}async maxProgression(e,t,r){let o=await this.write(()=>Oi(this.api,this.entity.type,this.entity.id,e,{value:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ft(o)}async claimProgression(e,t){let r=await this.write(()=>Jo(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ft(r)}async resetProgression(e,t){let r=await this.write(()=>ji(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ft(r)}async write(e){return this.cache.invalidate(),e()}};var cr=n=>typeof n=="string"?n:"",Yd=n=>typeof n=="number"?n:0;function Zi(n){let e=n??{};return {orderId:cr(e.order_id),status:cr(e.status),source:cr(e.source),createdAt:Yd(e.created_at)}}var pn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e={}){let r=await Ti(this.api,this.entity.type,this.entity.id,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {data:Array.isArray(r.orders)?r.orders.map(Zi):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await ci(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Zi(r)}};var es=n=>typeof n=="number"?n:0,Xd=n=>typeof n=="string"?n:"";function Qd(n){let e=n??{};return {progressionDefinitionId:Xd(e.progression_definition_id),currentValue:es(e.current_value),completionCount:es(e.completion_count),isCompleted:e.is_completed===true,...dr(e)}}var gn=class{constructor(e,t,r){this.api=e;this.entity=t;this.inventory=r;}api;entity;inventory;async list(){return (await this.inventory.snapshot()).progressions.data}async get(e,t){let o=(await this.inventory.snapshot()).progressions.data.find(i=>i.progressionDefinitionId===e);if(o&&o.achievementsUnavailable!==true)return o;try{let i=await ui(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Qd(i)}catch{return o??null}}};var yn=class{constructor(e,t){this.clock=e;this.identity=t;}clock;identity;generation=0;slots=new Map;listeners=new Set;boundTo=null;read(e,t,r,o){this.rebind();let i=t.length===0,a=i?e:e+"\0"+t.join("\0"),s=this.slots.get(a);if(s){let c=s.filledAt;if(c!==void 0&&(o===void 0||this.clock.now()-c<=o))return Promise.resolve(s.value);if(s.inFlight)return s.inFlight}let l=s??{};this.slots.set(a,l);let d=this.generation,m=r().then(c=>(i&&this.generation===d&&(l.value=c,l.filledAt=this.clock.now()),c)).finally(()=>{l.inFlight===m&&(l.inFlight=void 0,l.filledAt===void 0&&this.slots.get(a)===l&&this.slots.delete(a));});return l.inFlight=m,m}invalidate(){this.slots.clear(),this.generation+=1;for(let e of [...this.listeners])e();}onInvalidate(e){return this.listeners.add(e),()=>{this.listeners.delete(e);}}rebind(){if(!this.identity)return;let e=this.identity();e!==this.boundTo&&(this.boundTo=e,this.invalidate());}};function ur(n){let e=o=>new RegExp(`<${o}>([^<]{0,300})</${o}>`).exec(n)?.[1]?.trim()||void 0,t=[e("Code"),e("AuthenticationErrorDetail")??e("Message")].filter(Boolean);if(t.length>0)return t.join(" \u2014 ");let r=n.trim();return r?r.slice(0,300):""}async function mr(n){try{let e=ur(await n.text());return e?`Storage said: ${e}`:""}catch{return ""}}var ne=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemSaveError";}reason},Zd=3e4,ts="the save payload could not reach storage. From a browser this is almost always the storage account's CORS rule, which the platform owns and your game cannot change. If every save fails this way, report it rather than working around it",ec=/^[A-Za-z0-9_]{1,64}$/;function ke(n){let e=n.length===0?"a save key cannot be empty":n.length>64?`it is ${n.length} characters; a save key is at most 64`:n.startsWith("_")||n.startsWith("$")?`it begins with ${JSON.stringify(n[0])}, and \`_\` and \`$\` are reserved prefixes`:"a save key is ASCII letters, digits and underscores only \u2014 no hyphens, spaces or other punctuation, unlike a template slug";if(!ec.test(n)||n.startsWith("_"))throw new TypeError(`${JSON.stringify(n)} is not a usable save key: ${e}.`);return n}function ns(n,e){let t=new AbortController,r=AbortSignal.timeout(e),o=()=>t.abort(r.reason),i=()=>t.abort(n?.reason);return n?.aborted?t.abort(n.reason):(r.addEventListener("abort",o,{once:true}),n?.addEventListener("abort",i,{once:true})),{signal:t.signal,release:()=>{r.removeEventListener("abort",o),n?.removeEventListener("abort",i);}}}function pr(n,e){return n.aborted&&e?.aborted!==true}var tc=new Set(["x-ms-blob-type"]),nc=/^[ -~]+$/;function rc(n,e){if(n==null)return {};if(typeof n!="object"||Array.isArray(n))throw new ne("save_malformed",`the grant for save ${JSON.stringify(e)} described its upload headers as ${Array.isArray(n)?"a list":typeof n}, which is not a set of headers.`);let t={};for(let[r,o]of Object.entries(n)){let i=r.toLowerCase();if(!tc.has(i))throw new ne("save_malformed",`the grant for save ${JSON.stringify(e)} asked the upload to send ${JSON.stringify(r)}, which this SDK does not put on a storage request. Report it \u2014 a platform that needs a new upload header needs an SDK release too.`);if(typeof o!="string"||!nc.test(o))throw new ne("save_malformed",`the grant for save ${JSON.stringify(e)} gave header ${JSON.stringify(r)} a value that is not usable as one.`);if(i in t)throw new ne("save_malformed",`the grant for save ${JSON.stringify(e)} named ${JSON.stringify(i)} twice.`);t[i]=o;}return t}function gr(n){let e=typeof n.metadata=="object"&&n.metadata!==null&&!Array.isArray(n.metadata)?n.metadata:void 0;return {key:n.key,sizeBytes:n.size_bytes,etag:n.etag,...e===void 0?{}:{metadata:e},createdAt:n.created_at,updatedAt:n.updated_at}}function yr(n){return n?.reason==="not_found"}var fn=class{constructor(e,t,r={}){this.api=e;this.entity=t;this.options=r;}api;entity;options;async put(e,t,r={}){let o;try{o=JSON.stringify(t);}catch(i){throw new ne("save_malformed",`save ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}. Retrying stores the same unserialisable value.`)}if(o===void 0)throw new ne("save_malformed",`save ${JSON.stringify(e)} is undefined, which is not JSON. Use delete() to remove one.`);return this.putBytes(e,new TextEncoder().encode(o),{...r,contentType:"application/json"})}async putBytes(e,t,r={}){let o=r.contentType??"application/octet-stream",i=this.budget(r.timeoutMs),a=ns(r.signal,i);try{let s=await Fi(this.api,this.entity.type,this.entity.id,ke(e),{size_bytes:t.byteLength,content_type:o,...r.metadata===void 0?{}:{metadata:r.metadata}},{signal:a.signal});if(typeof s.upload_url!="string"||typeof s.session_id!="string")throw new ne("save_malformed",`the grant for save ${JSON.stringify(e)} named nowhere to put the bytes.`);let l=rc(s.upload_headers,e),d,m=this.options.fetch??globalThis.fetch.bind(globalThis);try{d=await m(s.upload_url,{method:"PUT",headers:{"content-type":o,...l},body:t,credentials:"omit",signal:a.signal});}catch(c){throw pr(a.signal,r.signal)?this.timeout("upload",i):new ne("upload_failed",`${ts} for PUT. Underlying error: ${c}`)}if(!d.ok){let c=await mr(d);throw new ne("upload_failed",d.status===400?"the save upload answered 400. The platform and the service holding the bytes disagree about what this upload must carry, which is not something your game can fix and not worth retrying \u2014 report it. "+c:`the save upload answered ${d.status}. `+(d.status===403?"An upload URL is short-lived, so this is most likely an expired one \u2014 start the save again rather than retrying the upload. ":"")+c)}return gr(await ni(this.api,this.entity.type,this.entity.id,ke(e),{session_id:s.session_id},{signal:a.signal}))}catch(s){throw this.rethrow(s,r.signal,a.signal,"save",i)}finally{a.release();}}async get(e,t={}){let r=await this.getBytes(e,t);if(r===null)return null;try{return JSON.parse(new TextDecoder().decode(r))}catch(o){throw new ne("save_malformed",`the stored save ${JSON.stringify(e)} is not JSON, so put() did not write it. Read it with getBytes() and decode it yourself. Underlying error: ${o}`)}}async getBytes(e,t={}){let r=this.budget(t.timeoutMs),o=ns(t.signal,r);try{let i;try{let l=await or(this.api,this.entity.type,this.entity.id,ke(e),{signal:o.signal});if(!l.modified)return null;i=l.body;}catch(l){if(yr(l))return null;throw l}if(typeof i.download_url!="string")throw new ne("save_malformed",`the record for save ${JSON.stringify(e)} named no link to its stored bytes.`);let a=this.options.fetch??globalThis.fetch.bind(globalThis),s;try{s=await a(i.download_url,{credentials:"omit",signal:o.signal});}catch(l){throw pr(o.signal,t.signal)?this.timeout("download",r):new ne("download_failed",`${ts} for GET. Underlying error: ${l}`)}if(!s.ok){let l=await mr(s);throw new ne("download_failed",`the save download answered ${s.status}. `+(s.status===403?"A download link lasts 15 minutes, so this is most likely an expired one \u2014 call get() again for a fresh one. ":"")+l)}return new Uint8Array(await s.arrayBuffer())}catch(i){throw this.rethrow(i,t.signal,o.signal,"load",r)}finally{o.release();}}async describe(e,t={}){try{let r=await or(this.api,this.entity.type,this.entity.id,ke(e),{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?gr(r.body):null}catch(r){if(yr(r))return null;throw r}}async list(e={}){let t=await Ii(this.api,this.entity.type,this.entity.id,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}}),r=t.next_cursor;return {saves:(t.data??[]).map(gr),...typeof r=="string"&&r.length>0?{nextCursor:r}:{}}}async delete(e,t){try{await Zo(this.api,this.entity.type,this.entity.id,ke(e),{...t===void 0?{}:{signal:t}});}catch(r){if(!yr(r))throw r}}budget(e){return e??this.options.timeoutMs??Zd}timeout(e,t){return new ne("save_timeout",`the save ${e} did not finish within ${t}ms`)}rethrow(e,t,r,o,i){return e instanceof ne?e:pr(r,t)?this.timeout(o,i):e}};function oc(n){try{return rr(n)}catch{return n}}function fr(n,e){let t=n??{},r=typeof t.etag=="string"?t.etag:e;return {key:typeof t.key=="string"?t.key:"",value:typeof t.value=="string"?oc(t.value):"",...r===void 0?{}:{etag:r},updatedAt:typeof t.updated_at=="number"?t.updated_at:0}}var hn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e){let r=(await Ei(this.api,this.entity.type,this.entity.id,e===void 0?{}:{signal:e}))?.settings;return Array.isArray(r)?r.map(o=>fr(o)):[]}async get(e,t={}){try{let r=await si(this.api,this.entity.type,this.entity.id,e,{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?fr(r.body,r.etag):null}catch(r){if(rs(r))return null;throw r}}async put(e,t,r={}){let o=await Li(this.api,this.entity.type,this.entity.id,e,{value:Qt(t)},{...r.signal===void 0?{}:{signal:r.signal},...r.ifMatch===void 0?{}:{ifMatch:r.ifMatch}});return fr(o)}async delete(e,t){try{await Qo(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});}catch(r){if(!rs(r))throw r}}};function rs(n){return n?.reason==="not_found"}function bn(n,e,t={}){let r=new yn(ie,t.identity);t.onInventoryChanged&&r.onInvalidate(t.onInventoryChanged);let o=new dn(n,e,r);return {settings:new hn(n,e),inventory:o,saves:new fn(n,e,t.saves??{}),currencies:new ln(o,t.resolveCurrencyId),mutations:new mn(n,e,r),orders:new pn(n,e),progressions:new gn(n,e,o)}}var hr={type:"players",id:"me"};var Fe=n=>typeof n=="string"?n:"",Ze=n=>typeof n=="number"?n:0;function vn(n,e){let t=e??{},r=Fe(t.character_id);if(r==="")throw new Error("[gem] a character response carried no character_id");return {...n(r),id:r,playerId:Fe(t.player_id),gameId:Fe(t.game_id),channel:Fe(t.channel)||"release",name:Fe(t.name),slotIndex:Ze(t.slot_index),isActive:t.is_active!==false,createdAt:Fe(t.created_at),updatedAt:Fe(t.updated_at)}}var _n=class{constructor(e,t,r,o){this.api=e;this.saves=t;this.identity=r;this.resolveCurrencyId=o;}api;saves;identity;resolveCurrencyId;scopes=new Map;scope=e=>{let t=this.scopes.get(e);return t||(t=bn(this.api,{type:"characters",id:e},{saves:this.saves,identity:this.identity,resolveCurrencyId:this.resolveCurrencyId}),this.scopes.set(e,t)),t};async list(e){let r=(await Pi(this.api,e===void 0?{}:{signal:e}))?.characters;return Array.isArray(r)?r.map(o=>vn(this.scope,o)):[]}async get(e,t){let r=await oi(this.api,e,t===void 0?{}:{signal:t});return vn(this.scope,r)}async create(e){let t=await zo(this.api,{name:e.name},e.signal===void 0?{}:{signal:e.signal});return vn(this.scope,t)}async update(e,t,r){let o=await $i(this.api,e,{name:t},r===void 0?{}:{signal:r});return vn(this.scope,o)}async delete(e,t){await Ni(this.api,e,t===void 0?{}:{signal:t});}async slots(e){let r=await wi(this.api,e===void 0?{}:{signal:e})??{};return {totalSlots:Ze(r?.total_slots),availableSlots:Ze(r?.available_slots),activeCharacterCount:Ze(r?.active_character_count),defaultMaxSlots:Ze(r?.default_max_slots),purchasedExtraSlots:Ze(r?.purchased_extra_slots),canPurchaseMore:r?.can_purchase_more===true}}};var pe=class{#e;constructor(e){this.#e=e,Object.freeze(this);}toString(){return "[gem: use gem.text.toPlain()]"}toJSON(){return this.toString()}get[Symbol.toStringTag](){return "PlayerText"}static unwrap(e){return e.#e}};function ge(n){return new pe(n)}var je={toPlain(n){return pe.unwrap(n)},compare(n,e,t){let r=n instanceof pe?pe.unwrap(n):n,o=e instanceof pe?pe.unwrap(e):e,i;try{i=new Intl.Collator(t);}catch{i=new Intl.Collator;}return i.compare(r,o)},equals(n,e){let t=n instanceof pe?pe.unwrap(n):n,r=e instanceof pe?pe.unwrap(e):e;return t.normalize("NFC")===r.normalize("NFC")}};var et=n=>typeof n=="string"?n:"";function wn(n){let e=n??{},t=typeof e.message=="string"&&e.message.length>0?e.message:void 0,r=typeof e.resolved_at=="string"?e.resolved_at:void 0;return {id:et(e.transfer_id),status:et(e.status),sourceEntityId:et(e.source_entity_id),targetEntityId:et(e.target_entity_id),...t===void 0?{}:{message:ge(t)},createdAt:et(e.created_at),expiresAt:et(e.expires_at),...r===void 0?{}:{resolvedAt:r}}}function ic(){return crypto.randomUUID()}var Sn=class{constructor(e,t,r){this.api=e;this.self=t;this.inventory=r;}api;self;inventory;async initiate(e){this.inventory.invalidate();let t=await ki(this.api,{source_entity_type:this.self.type,source_entity_id:this.self.id,target_entity_type:e.to.type,target_entity_id:e.to.id,items:(e.items??[]).map(r=>({item_definition_id:r.itemDefinitionId,quantity:r.quantity})),currencies:(e.currencies??[]).map(r=>({currency_id:r.currencyId,amount:r.amount})),...e.message===void 0?{}:{message:e.message},nonce:ic()},e.signal===void 0?{}:{signal:e.signal});return wn(t)}async list(e={}){let r=await Mi(this.api,{entity_type:this.self.type,entity_id:this.self.id,...e.direction===void 0?{}:{direction:e.direction},...e.status===void 0?{}:{status:e.status},...e.cursor===void 0?{}:{cursor:e.cursor},...e.limit===void 0?{}:{limit:e.limit},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {transfers:Array.isArray(r.transfers)?r.transfers.map(wn):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await Si(this.api,e,t===void 0?{}:{signal:t});return wn(r)}async accept(e,t){return this.resolve(()=>Vo(this.api,e,t===void 0?{}:{signal:t}))}async reject(e,t){return this.resolve(()=>Di(this.api,e,t===void 0?{}:{signal:t}))}async cancel(e,t){return this.resolve(()=>Ko(this.api,e,t===void 0?{}:{signal:t}))}async resolve(e){return this.inventory.invalidate(),wn(await e())}};var sc=n=>typeof n=="string"?n:"",ac=n=>typeof n=="string"&&n?n:void 0,lc=n=>typeof n=="number"?n:void 0;function os(n){let e=new Map(n.map(r=>[r.id,r])),t=new Map(n.filter(r=>r.slug).map(r=>[r.slug,r]));return r=>e.get(r)??t.get(r)??null}function dc(n){if(typeof n!="object"||n===null||Array.isArray(n))throw new se("config_malformed",`the config document is ${n===null?"null":typeof n}, expected a JSON object`);let e=n,t=l=>{let d=e[l];if(d==null)return [];if(!Array.isArray(d))throw new se("config_malformed",`config \`${l}\` is ${typeof d}, expected an array`);return d},r=lc(e.version);if(r===void 0)throw new se("config_malformed","config document has no numeric `version` \u2014 this is not a game config snapshot");let o=(l,d,m)=>{let c=sc(l.id);if(!c)throw new se("config_malformed",`${d}[${m}] has no \`id\`. Keys present: ${Object.keys(l).join(", ")||"(none)"}`);return c},i=t("items");i.forEach((l,d)=>o(l??{},"items",d));let a=t("currencies");a.forEach((l,d)=>o(l??{},"currencies",d));let s=n;return {...s,version:r,hash:typeof s.hash=="string"?s.hash:"",items:i,currencies:a,catalogs:t("catalogs"),loot_tables:t("loot_tables"),affix_pools:t("affix_pools"),progressions:t("progressions"),game_room_templates:t("game_room_templates"),kv:typeof s.kv=="object"&&s.kv!==null&&!Array.isArray(s.kv)?s.kv:{},item:os(i),currency:os(a)}}var se=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemConfigError";}reason},is=10*1024*1024,ss=15e3,as=new Set(["dev","test","release"]);function cc(n){if(!as.has(n))throw new se("config_channel_unknown",`the play token names channel "${n}", which is not one of ${[...as].join(", ")}. gem-api would reject the assignment read.`);return n}var Rn=n=>typeof n=="number"?n:0,br=n=>typeof n=="string"?n:"";function uc(n){let e=n??{},t=Array.isArray(e.entries)?e.entries.map(r=>{let o=r??{},i=typeof o.rarity_tier=="string"?o.rarity_tier:void 0;return {entryId:br(o.entry_id),weight:Rn(o.weight),dropRate:Rn(o.drop_rate),...i===void 0?{}:{rarityTier:i}}}):[];return {lootTableId:br(e.loot_table_id),name:br(e.name),rollCount:Rn(e.roll_count),allowDuplicateRolls:e.allow_duplicate_rolls===true,totalWeight:Rn(e.total_weight),entries:t}}var kn=class{constructor(e,t,r={}){this.api=e;this.channel=t;this.options=r;}api;channel;options;loaded=null;inFlight=null;generation=0;dropRatesByConfig=new WeakMap;load(){if(this.loaded)return Promise.resolve(this.loaded);if(this.inFlight)return this.inFlight;let e=this.generation,t=this.fetchConfig().then(r=>(this.generation===e&&(this.loaded=r),r)).finally(()=>{this.inFlight===t&&(this.inFlight=null);});return this.inFlight=t,t}refresh(){this.loaded=null,this.inFlight=null,this.generation+=1;}async dropRates(e,t){let r=await this.load();if(r===null)throw new se("config_channel_unknown",`dropRates(${e}) needs a loaded config, and this session's channel has none`);let o=this.dropRatesByConfig.get(r);o===void 0&&(o=new Map,this.dropRatesByConfig.set(r,o));let i=o.get(e);if(i!==void 0)return i;let a=(async()=>{let s=await ii(this.api,e,t===void 0?{}:{signal:t});return uc(s)})().catch(s=>{throw o?.get(e)===a&&o.delete(e),s});return o.set(e,a),a}async fetchConfig(){let e=AbortSignal.timeout(this.options.timeoutMs??ss),t;try{let l=await ri(this.api,cc(this.channel()),{signal:e});if(!l.modified)throw new se("config_malformed","the assignment read answered 304 Not Modified, but no `If-None-Match` was sent");t=l.body;}catch(l){if(l instanceof se)throw l;if(l?.reason==="not_found")return null;throw l}let r=ac(t.config_url);if(r===void 0)return null;let o=this.options.fetch??globalThis.fetch.bind(globalThis),i;try{i=await o(r,{credentials:"omit",signal:e});}catch(l){throw e.aborted?new se("config_timeout",`the config document did not arrive within ${this.options.timeoutMs??ss}ms`):new se("config_unreachable",`could not fetch the game config document. From a browser this is almost always the storage CORS rule: the storage account must allow this game origin for GET. It is NOT a CSP problem \u2014 game origins carry no fetch directives by design. Underlying error: ${String(l)}`)}if(!i.ok){let l=await i.text().then(d=>ur(d)).catch(()=>"");throw new se("config_unreachable",`the config document answered ${i.status}`+(l?`: ${l}`:". The response carried no readable detail."))}let a=await i.text();if(a.length>is)throw new se("config_too_large",`the config document is ${a.length} bytes, over the ${is} cap`);let s;try{s=JSON.parse(a);}catch(l){throw new se("config_malformed",`config document is not JSON: ${String(l)}`)}return dc(s)}};var vr=400,ht=n=>typeof n=="string"?n:"",mc=/(?:Z|[+-]\d{2}:?\d{2})$/i;function ls(n){let e=ht(n);if(!mc.test(e))return 0;let t=Date.parse(e);return Number.isFinite(t)?Math.floor(t/1e3):0}var pc=/^[0-9a-f]{1,64}$/;function gc(n){let e=n??{},t=ls(e.period_start_at),r=ls(e.period_ends_at);if(t===0||r===0)return;let o=ht(e.slug),i=ht(e.seed);return {id:ht(e.progression_definition_id),...o===""?{}:{slug:o},window:ht(e.window),periodStartAt:t,periodEndsAt:r,seed:pc.test(i)?i:""}}var bt=class{#e;constructor(e){this.#e=e;}async list(e={}){let{periodsBack:t}=e;if(t!==void 0&&(!Number.isInteger(t)||t<0||t>vr))throw new TypeError(`periodsBack must be an integer between 0 and ${vr}, got ${String(t)}`);let o=await Ai(this.#e,{...t===void 0?{}:{periods_back:t},...e.signal===void 0?{}:{signal:e.signal}})??{};return Array.isArray(o.challenges)?o.challenges.map(gc).filter(i=>i!==void 0):[]}};function Ne(n){return typeof n=="string"&&n!==""?n:void 0}var ds=new Set(["localhost","127.0.0.1","[::1]"]);function _r(n){let e=Ne(n);if(e===void 0)return;let t;try{t=new URL(e);}catch{return}if(!(t.username!==""||t.password!=="")&&(t.protocol==="https:"||t.protocol==="http:"&&ds.has(t.hostname)))return e}function yc(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=t??{},o=Ne(r.item_id),i=_r(r.icon_url);o!==void 0&&i!==void 0&&e.push({itemId:o,iconUrl:i});}return e}function _e(n){let e=n??{},t=Ne(e.player_id),r=Ne(e.display_name),o=Ne(e.discriminator),i=Ne(e.display_tag),a=Ne(e.avatar_icon_id),s=_r(e.avatar_icon_url);return {...t===void 0?{}:{playerId:t},...r===void 0?{}:{displayName:ge(r)},...o===void 0?{}:{discriminator:o},...i===void 0?{}:{displayTag:ge(i)},...a===void 0?{}:{avatarIconId:a},...s===void 0?{}:{avatarIconUrl:s},badges:yc(e.badges)}}var fc=new Set(["https://downloads.gemarcade.com","https://cdn.gemarcade.com"]);function hc(n){if(n===void 0)return;let e=_r(n);if(e===void 0)return;let t=new URL(e);return ds.has(t.hostname)||fc.has(t.origin)?e:void 0}var cs=100,vt=n=>typeof n=="string"?n:"",tt=n=>typeof n=="number"?n:0,_t=n=>typeof n=="string"?n:void 0,bc=n=>typeof n=="number"?n:void 0,ps={player:"players",character:"characters"};function vc(n,e){let t=n??{},r=_t(t.entity_id),o=typeof t.entity_type=="string"&&Object.hasOwn(ps,t.entity_type)?t.entity_type:void 0,i=gs(t.stats),a=t.properties!==null&&typeof t.properties=="object"?t.properties:void 0,s=e?t.is_viewer===true:void 0;return {..._e(t),rank:tt(t.rank),occurredAt:tt(t.occurred_at),...s===void 0?{}:{isViewer:s},...r===void 0?{}:{entityId:r},...o===void 0?{}:{entityType:o},...i===void 0?{}:{stats:i},...a===void 0?{}:{properties:a}}}function us(n,e){let t=n??{},r=_t(t.bucket_1),o=_t(t.bucket_2),i=bc(t.update_frequency_seconds);return {leaderboardType:vt(t.leaderboard_type),runType:vt(t.run_type),...r===void 0?{}:{bucket1:r},...o===void 0?{}:{bucket2:o},entries:Array.isArray(t.entries)?t.entries.map(a=>vc(a,e)):[],generatedAt:tt(t.generated_at),...i===void 0?{}:{updateFrequencySeconds:i}}}function ms(n){if(n===null||typeof n!="object"||Array.isArray(n))return;let e=n;if(!Number.isFinite(e.rank))return;let t=gs(e.stats),r=e.properties!==null&&typeof e.properties=="object"?e.properties:void 0;return {rank:e.rank,occurredAt:tt(e.occurred_at),...t===void 0?{}:{stats:t},...r===void 0?{}:{properties:r}}}function gs(n){if(n===null||typeof n!="object")return;let e={};for(let[t,r]of Object.entries(n))typeof r=="number"&&(e[t]=r);return e}function _c(n,e,t){let r=n??{},o=_t(r.bucket_1),i=_t(r.bucket_2);return {leaderboardType:vt(r.leaderboard_type),runType:vt(r.run_type),entityType:e,entityId:t,...o===void 0?{}:{bucket1:o},...i===void 0?{}:{bucket2:i},entries:Array.isArray(r.entries)?r.entries.map(ms).filter(a=>a!==void 0):[],personalBest:ms(r.personal_best)??null,totalRuns:tt(r.total_runs),totalRunsExact:r.total_runs_exact!==false,generatedAt:tt(r.generated_at)}}var wt=class{#e;constructor(e){this.#e=e;}async get(e,t={}){let r=await fi(this.#e,e,{...t.bucket1===void 0?{}:{bucket_1:t.bucket1},...t.bucket2===void 0?{}:{bucket_2:t.bucket2},...t.signal===void 0?{}:{signal:t.signal}});return us(r,false)}async friends(e,t={}){let r=await gi(this.#e,e,{...t.bucket1===void 0?{}:{bucket_1:t.bucket1},...t.bucket2===void 0?{}:{bucket_2:t.bucket2},...t.signal===void 0?{}:{signal:t.signal}});return us(r,true)}async mine(e,t={}){return this.#i(e,"player","me",t)}async character(e,t,r={}){return this.#i(e,"character",t,r)}async#i(e,t,r,o){if(o.limit!==void 0){let{limit:s}=o;if(!Number.isInteger(s)||s<1||s>cs)throw new TypeError(`limit must be an integer between 1 and ${cs}, got ${String(s)}`)}let i=await di(this.#e,e,ps[t],r,{...o.bucket1===void 0?{}:{bucket_1:o.bucket1},...o.bucket2===void 0?{}:{bucket_2:o.bucket2},...o.limit===void 0?{}:{limit:o.limit},...o.signal===void 0?{}:{signal:o.signal}}),a=t==="player"&&r==="me"&&vt((i??{}).entity_id)||r;return _c(i,t,a)}};var xn=n=>typeof n=="string"?n:"",wr=n=>typeof n=="number"?n:0;function ys(n){let e=n??{};return {playerId:xn(e.player_id),key:xn(e.key),value:e.value,updatedAt:wr(e.updated_at)}}function wc(n){let e=n??{};return {..._e(e),playerId:xn(e.player_id),value:e.value,isViewer:e.is_viewer===true,updatedAt:wr(e.updated_at)}}function Sc(n){return n?.reason==="not_found"}var St=class{constructor(e,t){this.api=e;this.selfPlayerId=t;}api;selfPlayerId;async friends(e,t={}){let o=await yi(this.api,ke(e),{...t.signal===void 0?{}:{signal:t.signal}})??{};return {key:xn(o.key),entries:Array.isArray(o.entries)?o.entries.map(wc):[],generatedAt:wr(o.generated_at)}}async of(e,t,r={}){try{return ys(await _i(this.api,e,ke(t),{...r.signal===void 0?{}:{signal:r.signal}}))}catch(o){if(Sc(o))return null;throw o}}async set(e,t,r={}){if(ke(e),t===void 0)throw new TypeError(`showcase value for ${JSON.stringify(e)} is undefined, which is not JSON. Use clear() to remove one.`);try{JSON.stringify(t);}catch(i){throw new TypeError(`showcase value for ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}.`,{cause:i})}let o=await this.selfPlayerId();return ys(await Gi(this.api,o,e,{value:t},{...r.signal===void 0?{}:{signal:r.signal}}))}async clear(e,t={}){let r=await this.selfPlayerId();await ei(this.api,r,ke(e),{...t.signal===void 0?{}:{signal:t.signal}});}};var fs=n=>typeof n=="string"?n:void 0;function Rc(n){let e=n??{};return {..._e(e),playerId:fs(e.player_id)??""}}function kc(n){let e=n??{},t=e.has_more===true?fs(e.next_cursor):void 0;return {friends:Array.isArray(e.data)?e.data.map(Rc):[],...t===void 0?{}:{nextCursor:t}}}var Rt=class{#e;constructor(e){this.#e=e;}async list(e={}){let t=await Ci(this.#e,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}});return kc(t)}};var hs=n=>typeof n=="string"?n:void 0;function xc(n){let e=n??{},t=hs(e.currency_id);if(t===void 0||t==="")return;let r=typeof e.balance=="number"&&Number.isFinite(e.balance)?e.balance:0;return {slug:hs(e.slug)??"",currencyId:t,balance:r,access:e.access==="spend"?"spend":"read"}}var An=class{#e;constructor(e){this.#e=e;}async get(e={}){let r=(await tn(this.#e,e))?.currencies;if(!Array.isArray(r))return [];let o=[];for(let i of r){let a=xc(i);a!==void 0&&o.push(a);}return o}},kt=class{currencies;constructor(e){this.currencies=new An(e);}};var Sr=n=>typeof n=="string"?n:"",bs=n=>typeof n=="number"?n:0;function Ac(n){let e=n??{};return {key:Sr(e.key),visibility:Sr(e.visibility),value:e.value,updatedAt:bs(e.updated_at)}}function Pc(n){let e=n??{};return {..._e(e),playerId:Sr(e.player_id),showcase:Array.isArray(e.showcase)?e.showcase.map(Ac):[],generatedAt:bs(e.generated_at)}}function Ec(n){return n?.reason==="not_found"}var xt=class{#e;constructor(e){this.#e=e;}async of(e,t={}){try{return Pc(await hi(this.#e,e,{...t.signal===void 0?{}:{signal:t.signal}}))}catch(r){if(Ec(r))return null;throw r}}};var Tc=["gem_session_start","gem_session_end","gem_pause","gem_resume","gem_boot_ready","gem_match_started","gem_match_ended","gem_auth_lost"],Rr="gem_";function vs(n){return n.startsWith(Rr)}var _s=1e4,Ic=50,Cc=500,Mc=65536-4*1024,Oc=24*1024;function ws(n){let e={},t={};for(let[r,o]of Object.entries(n))typeof o=="string"?e[r]=o:typeof o=="number"&&Number.isFinite(o)&&(t[r]=o);return {dimensions:e,measures:t}}var Ss=n=>typeof n=="number"?n:0,Lc=n=>typeof n=="string"?n:"";function Rs(n=0){return {accepted:0,rejected:[],dropped:n,duplicate:false}}function Gc(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:Ss(i.index),code:Lc(i.code)}}):[];return {accepted:Ss(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function ks(){let n=globalThis.crypto;return typeof n?.randomUUID=="function"?n.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.floor(Math.random()*16);return (e==="x"?t:t&3|8).toString(16)})}function Dc(n){return n?.retryable===true}var At=class{#e;#i;#b;#u;#t=[];#m={};#r=0;#o=null;#p=false;#g=false;#y=false;#n=false;#f=null;#s=null;#a=false;#v=false;#_=false;constructor(e){this.#e=e,this.#i=e.options?.enabled!==false,this.#b=Math.max(_s,e.options?.flushIntervalMs??_s),this.#u=Math.max(1,Math.floor(e.options?.maxQueue??Cc));}track(e,t={}){if(!(!this.#i||this.#n)){if(vs(e)){this.#_||(this.#_=true,this.#c(`[gem] analytics: '${e}' was not recorded \u2014 the gem_ prefix is reserved for the platform's own events, which the SDK emits for you. Name your event something else.`));return}this.#w(e,ws({...this.#m,...t}));}}setContext(e){this.#m={...this.#m,...e};}get environment(){let e=this.#e.environment;return {...typeof e=="function"?e():e??{}}}async flush(e={}){let t=this.#A();if(t===null||t==="")return this.#t.length>0&&!this.#v&&(this.#v=true,this.#c("[gem] analytics: events are being recorded but no play session has been established, so nothing is being sent. Outside the arcade this is expected.")),Rs();if(this.#S(),this.#t.length===0)return Rs();let r=e.keepalive===true;this.#d();let o=this.#t.splice(0,this.#k(r)),i=this.#r;this.#r=0;let a=Math.round(this.#e.clock.now()),s={batch_id:ks(),sent_at_ms:a,events:o.map(d=>xs(d,a))},l={client:this.#e.client(),gameId:()=>t};this.#y=true;try{let d=await Ri(l,s,{...e.signal===void 0?{}:{signal:e.signal},...r?{keepalive:!0}:{}}),m=Gc(d,i);return this.#x(m),m}catch(d){throw Dc(d)?this.#R(o,i):this.#c(`[gem] analytics: ${o.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(d)}`),d}finally{this.#y=false,this.#t.length>0&&this.#l();}}trackPlatform(e,t={}){this.#n||this.#w(e,ws(t));}startSession(){this.#n||this.#s!==null||(this.#s=this.#e.clock.now(),this.#a=false,this.trackPlatform("gem_session_start"));}endSession(e){if(this.#n||this.#a)return;this.#a=true;let t=this.#s;this.trackPlatform("gem_session_end",{reason:e,...t===null?{}:{duration_ms:Math.max(0,Math.round(this.#e.clock.now()-t))}}),this.#h({keepalive:true});}setPaused(e){this.#n||e===this.#p||(this.#p=e,this.trackPlatform(e?"gem_pause":"gem_resume"),e?this.#d():this.#t.length>0&&this.#l());}setHidden(e){this.#n||e===this.#g||(this.#g=e,e?this.#d():this.#t.length>0&&this.#l());}dispose(){this.#n=true,this.#d(),this.#t=[],this.#r=0;}get pending(){return this.#t.length}#w(e,t){let{dimensions:r,measures:o}=t;for(this.#S();this.#t.length>=this.#u;)this.#t.shift(),this.#r+=1;this.#t.push({uid:ks(),name:e,atMs:this.#e.clock.now(),dimensions:r,measures:o}),this.#t.length>=Ic?this.#h():this.#l();}#h(e={}){this.flush(e).catch(()=>{});}#R(e,t){for(this.#t=[...e,...this.#t],this.#r+=t;this.#t.length>this.#u;)this.#t.shift(),this.#r+=1;}#k(e){let t=e?Oc:Mc,r=Math.min(this.#t.length,100),o=128;for(let i=0;i<r;i+=1){let a=this.#t[i];if(a===void 0)break;if(o+=JSON.stringify(xs(a,0)).length+1,o>t)return Math.max(1,i)}return r}#l(){this.#o!==null||this.#p||this.#g||this.#n||this.#y||(this.#o=this.#e.clock.setTimeout(()=>{this.#o=null,this.#h();},this.#b));}#d(){this.#o!==null&&(this.#e.clock.clearTimeout(this.#o),this.#o=null);}#S(){let e=this.#P();e===null||e===""||(this.#f!==null&&this.#f!==e&&(this.#t=[],this.#r=0,this.#s=null,this.#a=false),this.#f=e);}#x(e){for(let t of e.rejected)this.#c(`[gem] analytics: an event was refused (${t.code}). `+$c(t.code));}#c(e){let t=this.#e.log;t!==null&&(t===void 0?console.warn(e):t(e));}#A(){try{return this.#e.gameId()}catch{return null}}#P(){try{return this.#e.playerId()}catch{return null}}};function xs(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,dimensions:n.dimensions,measures:n.measures}}function $c(n){switch(n){case "analytics_not_declared":return "This channel has no analytics_events section at all \u2014 promote a game config that declares one. The gem_* events in the same batch were still recorded.";case "unknown_event":return "This channel declares a set of events and this name is not in it \u2014 check the spelling, or declare it in analytics_events.";case "unknown_dimension":return "A string property on this event is not declared as one of its dimensions.";case "missing_dimension":return "A dimension this event declares was not supplied.";case "dimension_value_not_declared":return "A dimension value is outside the closed set the config declares for it.";case "unknown_measure":return "A numeric property on this event is not declared as one of its measures.";case "measure_wrong_type":return "A measure was the wrong shape \u2014 an int measure refuses a fractional value.";case "source_not_permitted":return "This event is declared for the server only, so a client may not emit it.";default:return "See the analytics_events section of your game config."}}function ce(n){if(typeof n!="string")return;let e=n.trim();return e.length===0?void 0:e}function Pt(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=ce(t);if(!(r===void 0||e.includes(r))&&(e.push(r),e.length===3))break}return e}var Fc=2e3,jc=5e3;function Ps(n){let e=[],t=false,r=null,o=new Map,i=()=>{if(e.length>0)return Promise.resolve(e);if(t)return Promise.resolve([]);if(!n.bridge.parentSupports("clusterTarget"))return Promise.resolve([]);if(r!==null)return r.promise;let a,s=new Promise(l=>{let d=false,m=null;a=c=>{d||(d=true,r=null,n.clock.clearTimeout(m),l(c));},m=n.clock.setTimeout(()=>{t=true,a([]);},n.timeoutMs??Fc);});return r={promise:s,settle:a},s};return {resolveList:i,resolve(){return e.length>0||t||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e[0]):i().then(a=>a[0])},refresh(a){return !As(e,a)||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e):new Promise(s=>{let l=null,d=m=>{o.delete(d)&&(n.clock.clearTimeout(l),s(m));};o.set(d,a),l=n.clock.setTimeout(()=>d(e),n.refreshTimeoutMs??jc);})},accept(a,s){let l=Pt(s),d=ce(a),m=l.length>0?l:d===void 0?[]:[d];if(m.length!==0){e=m,r?.settle(m);for(let[c,p]of [...o])As(m,p)||c(m);}}}}function As(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Nc=new Set(["timeout","credential_expired","credential_reused","join_rate_limited","signaling_failed","connection_failed","no_server_ready","start_rate_limited"]),h=class extends Error{constructor(t,r,o){super(`${t}: ${r}`,o);this.reason=t;this.name="DedicatedServerError",this.retryable=Nc.has(t),this.platformCode=o?.platformCode;}reason;retryable;platformCode};var Es=["explicit","stale_cleanup","game_room_closed","replaced","migration_failed","host_left","insufficient_players","all_left","expired","migration_rate_exceeded","game_room_gone","failed","idle","reclaimed"],qc=new Set(Es);function Me(n){return typeof n=="string"&&qc.has(n)?n:"unknown"}var Pn="webrtc_dedicated",Pr=["universal","mobile","web"];var Uc="p2p_unavailable",Bc="capacity_unavailable",Hc=2,Ts=3e4,Is=1e3,Cs=2e4;async function Er(n){let e=ce(n.clusterTargetId),t=n.nextClusterTarget,r=0,o=n.clock??ie,i=n.retry??{},a=i.budgetMs??Ts,s=i.maxDelayMs??Cs,l=i.initialDelayMs??Is,d=o.now(),m=d+a,c=0;for(;;){c++;try{let p=await Mr(n.signal,"while allocating",()=>n.client.post(`${Ls(n)}/start_match`,e===void 0?{}:{cluster_target_id:e},n.signal));return {matchId:p.match_id,status:p.status}}catch(p){if(!Vc(p)||a<=0)throw p;if(p.status===503&&p.code===Uc)throw new h("p2p_unavailable",`room ${n.roomId} starts a peer-to-peer match, which allocates no server \u2014 so this refusal is not capacity and waiting cannot help: ${p.message}`,{cause:p});if(r=p.code===Bc?r+1:0,t!==void 0&&r>=Hc){let P=t;t=void 0;let T=ce(await P());T!==void 0&&(e=T,r=0);}let g=Math.min(s,l*2**(c-1)),y=Math.min(s,(p.retryAfterSeconds??0)*1e3),k=Math.max(g/2,y)+Math.random()*(g/2);if(o.now()+k>m)throw Wc(n,p,c,o.now()-d,a);if(i.onWaiting?.({attempt:c,elapsedMs:o.now()-d,budgetMs:a,nextAttemptInMs:k,status:p.status,message:p.message}),await En(o,k,n.signal),n.signal?.aborted)throw Ar("while waiting to allocate")}}}function Vc(n){return n instanceof F?n.status===503?true:n.status===429&&n.code!=="too_many_concurrent_matches":false}function Wc(n,e,t,r,o){let i=`${t} attempt${t===1?"":"s"} over ${r}ms of a ${o}ms budget`;return e.status===429?new h("start_rate_limited",`the platform was still limiting match starts for room ${n.roomId} after ${i}: ${e.message}`,{cause:e}):new h("no_server_ready",`the platform had no server ready for room ${n.roomId} after ${i}: ${e.message}`,{cause:e})}var Kc=12e4,Jc=1e3;async function Tr(n){let{clock:e,matchId:t}=n,r=n.pollIntervalMs??Jc,o=n.timeoutMs??Kc,i=e.now()+o,a=Ms(n),s={seen:n.knownToExist===true};for(;;){let l=await Os(n,a,s);if(l.outcome!==null)return l.outcome;if(e.now()+r>i)throw new h("timeout",`match ${t} was still ${l.status} after ${o}ms`);await En(e,r,n.signal);}}async function Ir(n){return (await Os(n,Ms(n),{seen:n.knownToExist===true})).outcome}function Ms(n){let e=new URLSearchParams({platform:n.version.platform,game_version:n.version.gameVersion});return `${Ls(n)}/matches/${encodeURIComponent(n.matchId)}/status?${e}`}async function Os(n,e,t){let{matchId:r}=n,o=n.clock.now(),i;try{i=await Mr(n.signal,"while polling match status",()=>n.client.get(e,n.signal));}catch(a){if(a instanceof F&&a.reason==="not_found")return {status:"not_found",outcome:t.seen?{status:"ended",matchId:r,reason:"unknown"}:{status:"failed",matchId:r,reason:"not_found"}};throw a}if(t.seen=true,i.status==="ready")return {status:"ready",outcome:zc(r,i,o)};if(i.status==="failed"){let a=i.ended_reason;return typeof a=="string"?{status:"failed",outcome:{status:"ended",matchId:r,reason:Me(a)}}:{status:"failed",outcome:{status:"failed",matchId:r,reason:i.failure_reason??"unknown"}}}return {status:i.status,outcome:null}}async function Cr(n){let e=await Mr(n.signal,"while listing cluster targets",()=>n.client.get("/v1/ping/targets",n.signal)),t=[];for(let r of e.targets??[]){let o=r?.cluster_target_id;typeof o!="string"||o.length===0||t.push({id:o,pressure:typeof r.pressure=="string"?r.pressure:"unknown"});}return t}async function Mr(n,e,t){if(n?.aborted)throw Ar(e);try{return await t()}catch(r){throw n?.aborted?Ar(e,r):r}}function Ar(n,e){return new h("aborted",`the caller aborted ${n}`,e===void 0?void 0:{cause:e})}function zc(n,e,t){let r=e.join_credential,o=e.expires_in_seconds,i=typeof r=="string"&&typeof o=="number";return {status:"ready",matchId:n,protocol:e.protocol??"unknown",...i?{joinCredential:r,credentialExpiresAt:t+o*1e3}:{},...e.host===void 0?{}:{host:e.host},...e.port===void 0?{}:{port:e.port}}}function Ls(n){return `/v1/games/${encodeURIComponent(n.gameId)}/game-rooms/${encodeURIComponent(n.roomId)}`}function En(n,e,t){return t?.aborted?Promise.resolve():new Promise(r=>{let o=()=>{n.clearTimeout(i),t?.removeEventListener("abort",o),r();},i=n.setTimeout(o,e);t?.addEventListener("abort",o);})}function Gs(n){return typeof n=="string"&&n.trim()!==""}function Tn(n,e){return Gs(n)?n.trim():Gs(e)?e:null}var In="0.1.0-beta",Ds="0-beta",nt="web",Yc=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/;function Xc(n){let e=Yc.exec(n),t=e?.[1],r=e?.[4];return t===void 0?null:r===void 0?t:`${t}-${r}`}function $s(n,e){let t=Qc(n.platform,e),r=n.engineVersion;if(r===void 0)return {...n,platform:t,engineVersion:In};let o=Xc(r);if(o===null)throw new h("misconfigured",`${e} refused: engineVersion '${r}' is not semver, so no engine line can be derived from it and gem-api answers 400. Omit it \u2014 a browser game has no engine version of its own, and the SDK reports '${In}' for it.`);if(o!==Ds)throw new h("misconfigured",`${e} refused: engineVersion '${r}' derives to engine line '${o}', and '${Ds}' is the only line a web dedicated-server fleet runs. gem-api uses the line \u2014 the semver major plus any prerelease tag \u2014 verbatim as the fleet's label selector, so a match on '${o}' would match nothing and be reported as a capacity shortfall rather than as this. Omit engineVersion: a browser game has no engine version of its own, and the SDK reports '${In}' for it.`);return {...n,platform:t,engineVersion:r}}function Qc(n,e){if(n===void 0||n===nt)return nt;if(!Pr.includes(n))throw new h("misconfigured",`${e} refused: platform '${String(n)}' is not a client platform gem-api recognises \u2014 it knows ${Pr.map(t=>`'${t}'`).join(", ")}. Remove the field: the SDK reports '${nt}', which is the only one true of a browser build.`);return console.warn(`[gem] ${e}: clientVersion.platform '${n}' was replaced with '${nt}' and is deprecated \u2014 remove the field. A browser game publishes its bundle in the web package dimension, so a client reporting anything else is version-checked against a dimension it has nothing in, and every blacklist, release and expiry check passes without looking at this build.`),nt}var Zc="join",eu="welcome",tu="rejected",Fs=25e3,nu=1e3,Or=1;function Lr(n){return typeof n=="number"&&Number.isFinite(n)&&n>0?n:void 0}var ru={credential_expired:"credential_expired",credential_reused:"credential_reused",credential_timeout:"timeout",join_rate_limited:"join_rate_limited",expected_join:"join_refused",invalid_credential:"join_refused",credential_not_for_this_channel:"join_refused"};function Gr(n){let e=typeof n=="string"?n:"unknown";return new h(ru[e]??"join_refused",`the server runtime rejected the join credential: ${e}`)}function Et(n){let{channel:e,clock:t}=n;return new Promise((r,o)=>{let i=false,a=Math.min(n.credentialExpiresAt-t.now(),n.ceilingMs??Fs),s=t.setTimeout(()=>w(new h("timeout","the server runtime sent no welcome before the join credential expired. The channel was open, so this is the runtime not answering rather than a connection that never came up.")),Math.max(a,nu)),l=k=>{let P=k.data;if(typeof P!="string"){c(P);return}let T;try{T=JSON.parse(P);}catch{c(P);return}if(i){c(P);return}if(T.t===eu){let v=Lr(T.heartbeat_interval);y({...typeof T.player_id=="string"?{playerId:T.player_id}:{},...typeof T.match_id=="string"?{matchId:T.match_id}:{},...v===void 0?{}:{heartbeatIntervalMs:v}});return}if(T.t===tu){w(Gr(T.reason));return}c(P);},d=()=>{w(new h("connection_failed","the channel closed before the join/welcome exchange completed, so there is nothing left to present the credential on."));},m=()=>{w(new h("aborted","the caller aborted during the join exchange"));},c=k=>{i&&n.onMessage?.(k);},p=()=>{t.clearTimeout(s),e.removeEventListener("close",d),n.signal?.removeEventListener("abort",m);},g=()=>{e.removeEventListener("message",l);},y=k=>{i=true,p(),n.onMessage===void 0&&g(),r({welcome:k,detach:g});},w=k=>{i||(i=true,p(),g(),o(k));};if(e.addEventListener("message",l),e.addEventListener("close",d),n.signal?.aborted){m();return}n.signal?.addEventListener("abort",m);try{e.send(JSON.stringify({t:Zc,credential:n.credential,...n.wire===void 0?{}:{wire:n.wire},...n.heartbeat===!0?{heartbeat:Or}:{}}));}catch(k){w(new h("connection_failed",`the join frame could not be sent on the open channel: ${String(k)}`,{cause:k}));}})}var qe=1,Tt=2,Dr=4,jr=8,ou=2,iu=1e3,Nr="heartbeat timeout",It="gem-uu",Cn=2,Ns="gem_transports";function rt(n){if(!Array.isArray(n))return null;let e=[];for(let t of n){if(typeof t!="string")continue;let r=t.toLowerCase();!su(r)||e.includes(r)||e.push(r);}return e}function su(n){return n==="webtransport"||n==="webrtc"||n==="websocket"}function Ct(n,e){if(typeof n!="object"||n===null)return null;let t=n[Ns];if(typeof t!="object"||t===null)return null;let r=t;return typeof r.v!="number"||r.v<1||typeof r.host!="string"||typeof r.port!="number"||e!==void 0&&r.match_id!==e?null:r}function Mn(n){return n instanceof Error?n.message===""?n.name:`${n.name}: ${n.message}`:String(n)}var qs=new TextEncoder,Us=new TextDecoder;function qr(n,e){let t=new Uint8Array(e.byteLength+1);return t[0]=n,t.set(e,1),t}function Ur(n){let e=0;return n?.reliable===false&&(e|=qe),n?.ordered===false&&(e|=Tt),e}function Br(n){return {reliable:(n&qe)===0,ordered:(n&Tt)===0}}var Hr={reliable:true,ordered:true};function Bs(n){return JSON.stringify({t:"join",credential:n,wire:Cn,heartbeat:Or})}function Hs(n){let e;try{e=JSON.parse(n);}catch{throw new h("join_refused","the server answered the join with something unreadable")}if(e.t==="welcome"){let t=Lr(e.heartbeat_interval);return {...e.player_id===void 0?{}:{playerId:e.player_id},...e.match_id===void 0?{}:{matchId:e.match_id},...t===void 0?{}:{heartbeatIntervalMs:t}}}throw e.t==="rejected"?Gr(e.reason):new h("join_refused","the server answered the join out of protocol")}function On(){return typeof globalThis.WebTransport=="function"&&Vr===null}function Ln(){return Vr}var Vr=null;var js="webtransport has no datagram lane; refusing the rung \u2014 server-to-client unreliable traffic would be silently lost";function au(n){let e=Zt(n);if(e.byteLength!==32)throw new h("misconfigured",`the advertised certificate hash decodes to ${e.byteLength} bytes; a SHA-256 is 32`);return e}var $r=class{buffered=new Uint8Array(0);push(e){let t=new Uint8Array(this.buffered.byteLength+e.byteLength);t.set(this.buffered,0),t.set(e,this.buffered.byteLength),this.buffered=t;let r=[];for(;!(this.buffered.byteLength<4);){let i=new DataView(this.buffered.buffer,this.buffered.byteOffset,4).getUint32(0,true);if(i===0||i>1<<20)throw new h("connection_failed",`a control-stream record claims ${i} bytes`);if(this.buffered.byteLength<4+i)break;let a=this.buffered.slice(4,4+i);this.buffered=this.buffered.slice(4+i),r.push({flags:a[0]??0,payload:a.slice(1)});}return r}};function Fr(n,e){let t=new Uint8Array(5+e.byteLength);return new DataView(t.buffer).setUint32(0,e.byteLength+1,true),t[4]=n,t.set(e,5),t}async function Mt(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webTransport;if(t===void 0){let s=globalThis.WebTransport;if(s===void 0)throw new h("connection_failed","this environment has no WebTransport");t=n.certHashBase64===void 0?new s(n.url):new s(n.url,{serverCertificateHashes:[{algorithm:"sha-256",value:au(n.certHashBase64)}]});}let r=t,o=s=>{try{r.close();}catch{}throw s},i=r.datagrams;(i?.readable===void 0||i.writable===void 0)&&(Vr=js,o(new h("connection_failed",`${js}; the rung is skipped for the rest of this page (a reload probes again)`)));let a=new Promise((s,l)=>{setTimeout(()=>l(new h("timeout","webtransport did not come up in time")),e);});try{await Promise.race([r.ready,a]);let s=r.incomingBidirectionalStreams.getReader(),l=await Promise.race([s.read(),a]);if(s.releaseLock(),l.done||l.value===void 0)return o(new h("connection_failed","the session ended before the control stream arrived"));let d=l.value,m=d.writable.getWriter();await m.write(Fr(Dr,qs.encode(Bs(n.credential))));let c=new $r,p=d.readable.getReader(),g;for(;g===void 0;){let y=await Promise.race([p.read(),a]);if(y.done||y.value===void 0)return o(new h("connection_failed","the control stream closed before the join was answered"));for(let w of c.push(y.value)){g=Hs(Us.decode(w.payload));break}}return {link:lu(r,m,p,c,n.log??(y=>console.warn(y)),Ws(g,n.clock)),welcome:g}}catch(s){return o(s)}}function lu(n,e,t,r,o,i){let a,s,l=false,d=y=>{if(!l){l=true,m.stop();try{n.close();}catch{}s?.(y);}},m=Kr(i,()=>d(Nr)),c=(y,w)=>{m.heard(),(y&jr)===0&&a!==void 0&&((y&Dr)!==0?a(Us.decode(w),Hr):a(w,Br(y)));};(async()=>{try{for(;;){let y=await t.read();if(y.done||y.value===void 0)break;for(let w of r.push(y.value))c(w.flags,w.payload);}}catch{}d("stream closed");})();let p,g;try{let y=n.datagrams;if(y?.readable!==void 0&&y.writable!==void 0){let w=y.readable.getReader();g=y.writable.getWriter(),p=y,(async()=>{try{for(;;){let k=await w.read();if(k.done||k.value===void 0)break;let P=k.value;P.byteLength!==0&&c((P[0]??0)|qe|Tt,P.slice(1));}}catch{}})();}else o("[gem] webtransport link has no datagram lane; unreliable sends ride the stream");}catch(y){p=void 0,g=void 0,o(`[gem] webtransport datagram lane unusable (${Mn(y)}); unreliable sends ride the stream`);}return n.closed.then(y=>d(Vs(y?.reason)??"session closed"),()=>d("session failed")),{transport:"webtransport",send(y,w){if(l)return;if(typeof y=="string"){e.write(Fr(Dr,qs.encode(y))).catch(()=>d("write failed"));return}let k=Ur(w);if((k&qe)!==0&&g!==void 0){let P=qr(k,y),T=p?.maxDatagramSize;if(T===void 0||P.byteLength<=T){g.write(P).catch(()=>{});return}}e.write(Fr(k,y)).catch(()=>d("write failed"));},onMessage(y){a=y;},onClose(y){s=y;},close(){d("closed");}}}function Wr(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webSocket;if(t===void 0){let o=globalThis.WebSocket;if(o===void 0)return Promise.reject(new h("connection_failed","this environment has no WebSocket"));t=new o(n.url);}let r=t;return r.binaryType="arraybuffer",new Promise((o,i)=>{let a=false,s=setTimeout(()=>{a||(a=true,r.close(),i(new h("timeout","websocket did not come up in time")));},e),l=g=>{a||(a=true,clearTimeout(s),r.close(),i(g));},d=()=>{r.send(Bs(n.credential));},m=g=>{if(a)return;if(typeof g.data!="string"){l(new h("join_refused","the server sent binary before answering the join"));return}let y;try{y=Hs(g.data);}catch(w){l(w);return}a=true,clearTimeout(s),r.removeEventListener("open",d),r.removeEventListener("message",m),r.removeEventListener("close",c),r.removeEventListener("error",p),o({link:du(r,Ws(y,n.clock)),welcome:y});},c=()=>{l(new h("connection_failed","the websocket closed before the join was answered"));},p=()=>{l(new h("connection_failed","the websocket failed before the join was answered"));};r.addEventListener("open",d),r.addEventListener("message",m),r.addEventListener("close",c),r.addEventListener("error",p),r.readyState===1&&d();})}function Vs(n){return typeof n=="string"&&n.length>0?n:void 0}function Ws(n,e){return n.heartbeatIntervalMs===void 0?void 0:{clock:e,intervalMs:n.heartbeatIntervalMs}}function Kr(n,e){if(n===void 0)return {heard:()=>{},stop:()=>{}};let{clock:t}=n,r=Math.max(n.intervalMs,iu)*ou,o=t.now(),i=null,a=()=>{i=null;let s=t.now()-o;if(s>=r){e();return}i=t.setTimeout(a,r-s);};return i=t.setTimeout(a,r),{heard:()=>{o=t.now();},stop:()=>{i!==null&&(t.clearTimeout(i),i=null);}}}function du(n,e){let t,r,o=false,i=s=>{if(!o){o=true,a.stop();try{n.close();}catch{}r?.(s);}},a=Kr(e,()=>i(Nr));return n.addEventListener("message",(s=>{if(a.heard(),typeof s.data=="string"){t?.(s.data,Hr);return}let l=new Uint8Array(s.data);if(l.byteLength===0)return;let d=l[0]??0;(d&jr)===0&&t?.(l.slice(1),Br(d));})),n.addEventListener("close",(s=>i(Vs(s?.reason)??"socket closed"))),{transport:"websocket",send(s,l){if(!o){if(typeof s=="string"){n.send(s);return}n.send(qr(Ur(l),s));}},onMessage(s){t=s;},onClose(s){r=s;},close(){i("closed");}}}function Jr(n,e,t,r){let o,i,a=false,s=t,l=c=>{if(!a){a=true,d.stop();try{n.close();}catch{}try{e.close();}catch{}i?.(c);}},d=Kr(r,()=>l(Nr)),m=(c,p)=>{if(d.heard(),typeof c=="string"){o?.(c,Hr);return}let g=new Uint8Array(c);if(g.byteLength===0)return;let y=g[0]??0;(y&jr)===0&&o?.(g.slice(1),Br(y|p));};if(n.addEventListener("message",(c=>m(c.data,0))),n.addEventListener("close",(()=>l("channel closed"))),e.addEventListener("connectionstatechange",(()=>{let c=e.connectionState;(c==="failed"||c==="closed")&&l(`connection ${c}`);})),s!==void 0){let c=s;c.addEventListener("message",(p=>m(p.data,qe|Tt))),c.addEventListener("close",(()=>{s=void 0;}));}return {transport:"webrtc",send(c,p){if(a)return;if(typeof c=="string"){n.send(c);return}let g=Ur(p),y=qr(g,c);if((g&qe)!==0&&s!==void 0&&s.readyState==="open"){s.send(y);return}n.send(y);},onMessage(c){o=c;},onClose(c){i=c;},close(){l("closed");}}}function Xr(n){if(typeof n!="object"||n===null)return;let e={};for(let[t,r]of Object.entries(n)){let o=zr(r);o!==void 0&&(e[t]=o);}return e}function Qr(n){if(Array.isArray(n))return n.map(cu).filter(e=>!!e)}function zr(n){if(Yr(n)||Array.isArray(n)&&n.every(Yr))return n}function Yr(n){return typeof n=="string"||typeof n=="boolean"||typeof n=="number"&&Number.isFinite(n)}function cu(n){let e=n??{};if(typeof e.name!="string"||e.name.length===0)return null;let t=zr(e.fixed),r=zr(e.default);return {name:e.name,type:typeof e.type=="string"?e.type:"string",list:e.list===true,required:e.required===true,mutable:e.mutable!==false,...t===void 0?{}:{fixed:t},...r===void 0?{}:{default:r},...ot("description",uu(e.description)),...Array.isArray(e.allowed)&&e.allowed.every(Yr)?{allowed:e.allowed}:{},...ot("min",Ot(e.min)),...ot("max",Ot(e.max)),...ot("minItems",Ot(e.min_items)),...ot("maxItems",Ot(e.max_items)),...ot("maxLength",Ot(e.max_length))}}function uu(n){return typeof n=="string"&&n.length>0?n:void 0}function Ot(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function ot(n,e){return e===void 0?{}:{[n]:e}}function Ae(n){let e=n??{},t=J(e.id)??J(e.game_room_id);if(t===void 0)throw new Error("[gem] a game-room response carried no id");let r=Array.isArray(e.members)?e.members.map(Ks):[];return {id:t,gameId:J(e.game_id)??"",name:J(e.name)??"",status:J(e.status)??"open",hostPlayerId:J(e.host_player_id)??"",maxPlayers:xe(e.max_players)??0,memberCount:xe(e.member_count)??r.length,members:r,isPublic:e.is_public!==false,...we("joinCode",J(e.join_code)),...e.settings===void 0?{}:{settings:e.settings},...we("roomArgs",Xr(e.room_args)),...we("roomArgsTemplate",Qr(e.room_args_template)),gameChannel:J(e.game_channel)??"release",...we("region",J(e.region)),...we("clusterTargetId",J(e.cluster_target_id)),...we("matchId",J(e.match_id)),version:xe(e.version)??0,...we("templateId",J(e.template_id)),roomType:J(e.game_room_type)??"Standard",...we("transports",rt(e.transports)??void 0),createdAt:xe(e.created_at)??0,updatedAt:xe(e.updated_at)??0,...we("startedAt",xe(e.started_at))}}function Ks(n){let e=n??{};return {..._e(e),playerId:J(e.player_id)??"",isReady:e.is_ready===true,role:J(e.role)??"member",joinedAt:xe(e.joined_at)??0,...we("groupId",J(e.group_id)),...we("platform",J(e.platform))}}function Gn(n){let e=n??{};return {id:J(e.id)??J(e.game_room_id)??"",gameId:J(e.game_id)??"",name:J(e.name)??"",status:J(e.status)??"open",hostPlayerId:J(e.host_player_id)??"",maxPlayers:xe(e.max_players)??0,memberCount:xe(e.member_count)??0,isPublic:e.is_public!==false,gameChannel:J(e.game_channel)??"release",roomType:J(e.game_room_type)??"Standard",createdAt:xe(e.created_at)??0}}function J(n){return typeof n=="string"&&n.length>0?n:void 0}function xe(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function we(n,e){return e===void 0?{}:{[n]:e}}var Lt=class{constructor(e){this.options=e;}options;list(e){let t=new URLSearchParams;e.status&&t.set("status",e.status),e.templateSlug&&t.set("template_slug",e.templateSlug),e.limit!==void 0&&t.set("limit",String(e.limit)),e.cursor&&t.set("cursor",e.cursor);let r=t.size>0?`?${t.toString()}`:"";return this.options.client.get(`${this.baseV1()}${r}`,e.signal).then(o=>({rooms:(o.game_rooms??[]).map(Gn),...typeof o.next_cursor=="string"?{nextCursor:o.next_cursor}:{}}))}myRooms(e){return this.options.client.get(`/v1/games/${encodeURIComponent(this.options.gameId())}/players/me/game-rooms`,e).then(t=>({rooms:(t.game_rooms??[]).map(Gn)}))}create(e,t,r){return mu(e.maxPlayers),this.options.client.post(this.baseV2(),{name:e.name,...e.isPublic===void 0?{}:{is_public:e.isPublic},...e.settings===void 0?{}:{settings:e.settings},...e.region===void 0?{}:{region:e.region},...r===void 0?{}:{cluster_target_id:r},...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.partyId===void 0?{}:{party_id:e.partyId},...e.roomArgs===void 0?{}:{room_args:e.roomArgs},...Dn(t)},e.signal).then(Ae)}get(e,t){return this.options.client.get(this.roomV2(e),t).then(Ae)}join(e,t,r){return this.options.client.post(`${this.roomV2(e)}/join`,{...t.partyId===void 0?{}:{party_id:t.partyId},...Dn(r)},t.signal).then(Ae)}joinByCode(e,t,r){return this.options.client.post(`${this.baseV2()}/join`,{join_code:e,...t.partyId===void 0?{}:{party_id:t.partyId},...Dn(r)},t.signal).then(Ae)}quickJoin(e,t,r=[]){return this.options.client.post(`${this.baseV2()}/quick-join`,{...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.region===void 0?{}:{region:e.region},...r.length===0?{}:{cluster_target_ids:[...r]},...e.name===void 0?{}:{name:e.name},...e.partyId===void 0?{}:{party_id:e.partyId},...Dn(t)},e.signal).then(Ae)}leave(e,t,r,o=false){return this.options.client.post(`${this.roomV2(e)}/leave`,{leave_as_group:t},r,{keepalive:o}).then(()=>{})}close(e,t){return this.options.client.delete(this.roomV1(e),t).then(()=>{})}update(e,t){return this.options.client.patch(this.roomV2(e),{...t.name===void 0?{}:{name:t.name},...t.maxPlayers===void 0?{}:{max_players:t.maxPlayers},...t.isPublic===void 0?{}:{is_public:t.isPublic},...t.settings===void 0?{}:{settings:t.settings},...t.roomArgs===void 0?{}:{room_args:t.roomArgs}},t.signal).then(Ae)}setReady(e,t,r){return this.options.client.post(`${this.roomV2(e)}/ready`,{is_ready:t},r).then(Ae)}kick(e,t,r){return this.options.client.post(`${this.roomV1(e)}/kick/${encodeURIComponent(t)}`,{},r).then(()=>this.get(e,r))}transferHost(e,t,r){return this.options.client.post(`${this.roomV2(e)}/transfer/${encodeURIComponent(t)}`,{},r).then(Ae)}leaveMatch(e,t){return this.options.client.post(`/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}/leave`,{},void 0,{keepalive:t}).then(()=>{})}baseV2(){return `/v2/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}baseV1(){return `/v1/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}roomV2(e){return `${this.baseV2()}/${encodeURIComponent(e)}`}roomV1(e){return `${this.baseV1()}/${encodeURIComponent(e)}`}};function Dn(n){return {platform:n.platform,game_version:n.gameVersion,engine_version:n.engineVersion}}function mu(n){n!==void 0&&console.warn(`[gem] createRoom: maxPlayers (${n}) is deprecated and was not sent. A room's seats come from the room template published in your game config \u2014 name one with templateSlug \u2014 and a room created without a template seats 8. To change a room that already exists, call update({ maxPlayers }) as its host.`);}var Gt=class{listeners=new Map;retainedMatch=null;on(e,t){let r=this.listeners.get(e);if(r||(r=new Set,this.listeners.set(e,r)),r.add(t),e==="matchReady"&&this.retainedMatch!==null){let o=this.retainedMatch;queueMicrotask(()=>{this.listeners.get(e)?.has(t)&&this.retainedMatch===o&&t(o);});}return ()=>this.off(e,t)}hasListeners(e){return (this.listeners.get(e)?.size??0)>0}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){e==="matchReady"&&(this.retainedMatch=t[0]);let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}get retained(){return this.retainedMatch}retain(e){this.retainedMatch=e;}clearRetained(){this.retainedMatch=null;}clear(){this.listeners.clear(),this.retainedMatch=null;}};function pu(n,e){return Math.min(e,500*2**Math.max(0,n-1))}var gu=1e3,yu=3e3,fu=6e4,hu=2,Js=new Set(["game_room_closed","game_room_gone"]),bu=12e4,vu=5e3;function eo(n){return new Zr(n)}var Zr=class{constructor(e){this.options=e;this.autoFollow=e.followMatch!==false,this.api=new Lt({client:e.client,gameId:()=>this.requireGameId()}),this.installUnloadNotifier(),this.installResumeWatch(),this.retuneSeatWatch();}options;emitter=new Gt;api;room=null;session={phase:"none"};seenMatches=new Set;refusedMatches=new Set;reconciling=null;reconcileAgain=false;pendingHint=null;settling=null;pollHandle=null;polling=false;pollIntervalMs=null;pinnedIntervalMs=null;lastPushAt=-1/0;inFlight=[];unloadListener=null;visibilityListener=null;seatPollHandle=null;reported=new Set;disposed=false;followAbort=null;followingMatchId=null;autoFollow;reconnect=null;async create(e){this.assertNotInRoom("create");let t=this.clusterTargets(),r=await this.attachParty(e),o=await this.run("create",async()=>{let i=await t;return this.api.create(r,this.version("create"),i[0]).catch(async a=>{let s=await this.afterRefusedClusters(a,i);if(s[0]===void 0||s[0]===i[0])throw a;return this.api.create(r,this.version("create"),s[0])})});return this.enter(o,"created"),o}async join(e,t={}){this.assertNotInRoom("join");let r=await this.attachParty(t),o=await this.run("join",()=>this.api.join(e,r,this.version("join")));return this.enter(o,"joined"),o}async joinByCode(e,t={}){this.assertNotInRoom("joinByCode");let r=await this.attachParty(t),o=await this.run("joinByCode",()=>this.api.joinByCode(e,r,this.version("joinByCode")));return this.enter(o,"joined"),o}async quickJoin(e){this.assertNotInRoom("quickJoin");let t=this.clusterTargets(),r=await this.attachParty(e),o=a=>this.api.quickJoin(r,this.version("quickJoin"),a).catch(s=>this.retryPastStaleMembership(s,r,a)),i=await this.run("quickJoin",async()=>{let a=await t;return o(a).catch(async s=>{let l=await this.afterRefusedClusters(s,a);if(l.length===0||wu(l,a))throw s;return o(l)})});return this.enter(i,"joined"),i}async list(e={}){let t=await this.run("list",()=>this.api.list(e));return this.emitter.emit("listed",t),t}async myRooms(e){let t=await this.run("myRooms",()=>this.api.myRooms(e));return this.emitter.emit("mineListed",t.rooms),t.rooms}async leave(e={}){let t=this.requireRoom("leave"),r=e.keepalive===true,o=()=>this.run("leave",()=>this.api.leave(t.id,e.asGroup!==false,e.signal,r));if(r){let i=o();this.track(this.notifyLeavingMatch({keepalive:true})),await i;}else await this.notifyLeavingMatch(),await o();this.exit(),this.emitter.emit("left");}async leaveAll(e){let t=await this.myRooms(e),r=[];for(let o of t)try{await this.run("leaveAll",()=>this.api.leave(o.id,!0,e)),r.push(o.id),this.room?.id===o.id&&(this.exit(),this.emitter.emit("left"));}catch{}return r}async close(e){let t=this.requireRoom("close");await this.run("close",()=>this.api.close(t.id,e)),this.exit(),this.emitter.emit("closed");}async refresh(e){let t=this.room;if(!t)return null;let r;try{r=await this.track(this.api.get(t.id,e));}catch(o){if(o instanceof F&&o.reason==="not_found"){let i=this.heldMatchId;if(i!==null){let a=await this.askWhyEnded(i,e);this.endMatch(i,a??"game_room_gone",false);}return this.exit(),this.emitter.emit("closed"),null}throw this.reportError("refresh",o),o}return this.apply(r),await this.settleHeldMatch(e),this.room}async settleHeldMatch(e){let t=this.room,r=this.heldMatchId;if(!(t===null||r===null)&&!(t.status==="in_game"&&t.matchId===r)&&!(t.matchId!==void 0&&t.matchId!==r)&&this.settling!==r){this.settling=r;try{let o=await this.askWhyEnded(r,e);o!==null&&this.endMatch(r,o,t.status!=="closed");}finally{this.settling===r&&(this.settling=null);}}}async askWhyEnded(e,t){let r=this.room;if(r===null)return null;let o=this.takeHint(e),i;try{i=await this.track(this.onceGameIdKnown(()=>Ir({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e),...t===void 0?{}:{signal:t}})));}catch(a){return a instanceof F&&a.reason==="not_found"?o??null:(this.reportError("reconcile",a),null)}return i===null?null:i.status==="ready"?(this.seenMatches.add(e),null):i.status==="failed"?(this.settleFailed(i.matchId,i.reason),null):i.reason==="unknown"&&o!==null?o:i.reason}takeHint(e){let t=this.pendingHint;if(t===null||t.matchId!==void 0&&t.matchId!==e||(this.pendingHint=null,t.reason===void 0))return null;let r=Me(t.reason);return r==="unknown"?null:r}async reconcile(e){if(this.disposed)return;if(e!==void 0&&(e.matchId!==void 0||e.reason!==void 0)&&(this.pendingHint=e),this.reconciling!==null)return this.reconcileAgain=true,this.reconciling;let t=this.reconcileOnce().finally(()=>{this.reconciling=null,this.reconcileAgain&&(this.reconcileAgain=false,this.track(this.reconcile().catch(()=>{})));});return this.reconciling=t,this.track(t)}async reconcileOnce(){if(this.room===null){await this.reconcileSeats();return}await this.refresh().catch(()=>null);}async setReady(e,t){let r=this.requireRoom("setReady"),o=await this.run("setReady",()=>this.api.setReady(r.id,e,t));return this.apply(o),o}async kick(e,t){let r=this.requireRoom("kick"),o=await this.run("kick",()=>this.api.kick(r.id,e,t));return this.apply(o),o}async transferHost(e,t){let r=this.requireRoom("transferHost"),o=await this.run("transferHost",()=>this.api.transferHost(r.id,e,t));return this.apply(o),o}async update(e){let t=this.requireRoom("update"),r=await this.run("update",()=>this.api.update(t.id,e));return this.apply(r),r}async startMatch(e={}){let t=this.requireRoom("startMatch");if(!this.isHost)throw new h("misconfigured",`only the host of room ${t.id} can start a match, and this player is not it. Every other member waits for \`matchAllocationStarted\` instead \u2014 that is the whole point of the room carrying the match.`);let r=ce(e.clusterTargetId),o=r??(t.clusterTargetId===void 0?(await this.clusterTargets())[0]:void 0),i=o??t.clusterTargetId;await this.options.ensureLocalServer?.(t.id);let a=(l,d)=>Er({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:t.id,...l===void 0?{}:{clusterTargetId:l},...r===void 0?{nextClusterTarget:()=>this.nextCluster(d)}:{},retry:{...e.retry,onWaiting:m=>{this.emitter.emit("matchStartWaiting",m),e.retry?.onWaiting?.(m);}},...e.signal===void 0?{}:{signal:e.signal}}),s=await this.run("startMatch",()=>a(o,[i]).catch(async l=>{if(r!==void 0||!Ys(l))throw l;let d=await this.nextCluster([i],true);if(d===void 0)throw l;return a(d,[i,d])}));return this.beginMatch(s.matchId),s}async awaitMatch(e={}){if(this.session.phase==="suspended")throw new h("misconfigured","this match is suspended \u2014 the transport dropped and nobody has decided to reconnect yet. Call reconnectToMatch(), or dedicatedServer.connect(), which does it for you.");let t=this.emitter.retained;return t!==null&&this.session.phase==="ready"?t:this.pollMatchStatus(e)}async pollMatchStatus(e={}){let t=this.requireRoom("pollMatchStatus"),r=await this.matchIdOrWait(e),o=await this.run("pollMatchStatus",()=>this.chase(t.id,r,e));return this.settleOutcome(o)}chase(e,t,r){return Tr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:e,matchId:t,version:this.version("pollMatchStatus"),knownToExist:this.seenMatches.has(t),...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.pollIntervalMs===void 0?{}:{pollIntervalMs:r.pollIntervalMs},...r.signal===void 0?{}:{signal:r.signal}})}settleOutcome(e){if(e.status==="failed")throw this.settleFailed(e.matchId,e.reason),new h("allocation_failed",`match ${e.matchId} did not come up: ${e.reason}`);if(e.status==="ended")throw this.endMatch(e.matchId,e.reason,!Js.has(e.reason)),this.track(this.reconcile().catch(()=>{})),new h("match_ended",`match ${e.matchId} ended: ${e.reason}`);return this.seenMatches.add(e.matchId),this.emitter.retained?.matchId===e.matchId?this.emitter.retain(e):this.emitter.emit("matchReady",e),this.heldMatchId===e.matchId&&this.session.phase!=="connected"&&(this.session={phase:"ready",matchId:e.matchId}),e}settleFailed(e,t){this.heldMatchId===e&&(this.abandonReconnect(e,t),this.emitter.emit("matchFailed",e,t),this.abortFollow(),this.refusedMatches.add(e),this.session={phase:"none"},this.emitter.clearRetained());}endMatch(e,t,r){this.heldMatchId===e&&(this.abortFollow(),this.session={phase:"ended",matchId:e,reason:t,roomReopened:r},this.emitter.clearRetained(),this.emitter.emit("matchEnded",{matchId:e,reason:t,roomReopened:r}),this.abandonReconnect(e,t));}armReconnect(e,t){let r=this.options.autoReconnect;if(r===void 0||r.attempts<=0||r.budgetMs<=0)return;if(this.finishReconnect(),t==="kicked"){r.abandon(e,t);return}let o={matchId:e,cause:t,attempt:0,deadlineAt:this.options.clock.now()+r.budgetMs,parkedAt:null,timer:null,parked:null,done:false};this.reconnect=o,this.track(this.reconnectStep(o));}park(e,t){e.parkedAt=this.options.clock.now(),e.parked=()=>(e.parkedAt!==null&&(e.deadlineAt+=this.options.clock.now()-e.parkedAt,e.parkedAt=null),t());}reconnecting(e){return !this.disposed&&!e.done&&this.reconnect===e&&this.session.phase==="suspended"&&this.session.matchId===e.matchId}finishReconnect(){let e=this.reconnect;e!==null&&(e.done=true,e.timer!==null&&(this.options.clock.clearTimeout(e.timer),e.timer=null),e.parked=null,this.reconnect=null);}abandonReconnect(e,t){let r=this.reconnect;r===null||r.matchId!==e||(this.finishReconnect(),this.options.autoReconnect?.abandon(e,t));}async reconnectStep(e){if(!this.reconnecting(e))return;if(!Ue()){this.park(e,()=>this.reconnectStep(e));return}let t=this.options.autoReconnect;if(t===void 0||e.attempt===0&&(await this.reconcile().catch(()=>{}),!this.reconnecting(e)))return;let r=e.deadlineAt-this.options.clock.now();if(e.attempt>=t.attempts||r<gu){this.abandonReconnect(e.matchId,e.cause);return}e.attempt+=1,this.emitter.emit("matchReconnecting",{matchId:e.matchId,attempt:e.attempt,attempts:t.attempts,remainingMs:r}),e.timer=this.options.clock.setTimeout(()=>{e.timer=null,this.track(this.reconnectAttempt(e));},Math.min(pu(e.attempt,t.maxDelayMs),r));}async reconnectAttempt(e){if(!this.reconnecting(e))return;if(!Ue()){this.park(e,()=>this.reconnectAttempt(e));return}let t=this.options.autoReconnect,r=this.room;if(t===void 0||r===null)return;let o=null;try{o=await this.track(this.onceGameIdKnown(()=>Ir({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e.matchId,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e.matchId)})));}catch(i){this.reportError("reconcile",i);}if(this.reconnecting(e)){if(o?.status==="ended"){this.endMatch(o.matchId,o.reason,!Js.has(o.reason)),this.track(this.reconcile().catch(()=>{}));return}if(o?.status==="failed"){this.abandonReconnect(e.matchId,o.reason),this.settleFailed(o.matchId,o.reason);return}if(o?.status==="ready"){this.seenMatches.add(e.matchId),this.session={phase:"ready",matchId:e.matchId},this.emitter.retain(o);let i;try{i=await t.redial(e.matchId,e.deadlineAt);}catch(a){this.reportError("reconcile",a),i="failed";}if(e.done||this.reconnect!==e)return;if(i==="closed"){this.finishReconnect();return}if(i==="connected")return;this.session.phase==="ready"&&this.session.matchId===e.matchId&&(this.session={phase:"suspended",matchId:e.matchId,reason:e.cause});}await this.reconnectStep(e);}}notifyMatchConnected(e){if(this.heldMatchId!==e||this.session.phase!=="ready"&&this.session.phase!=="suspended")return;let t=this.session.phase==="suspended";this.session={phase:"connected",matchId:e};let r=this.reconnect;r!==null&&r.matchId===e?(this.finishReconnect(),this.emitter.emit("matchReconnected",{matchId:e,attempt:r.attempt})):t&&this.emitter.emit("matchReconnected",{matchId:e,attempt:0});}async notifyMatchDisconnected(e="link_closed"){if(this.session.phase!=="ready"&&this.session.phase!=="connected")throw new h("misconfigured",`no match is connected, so there is nothing to suspend (state '${this.matchConnectionState}').`);let t=this.session.matchId;this.session={phase:"suspended",matchId:t,reason:e},this.emitter.emit("matchSuspended",{matchId:t,cause:e}),this.armReconnect(t,e);}async reconnectToMatch(e={}){if(this.session.phase!=="suspended")throw new h("misconfigured",`reconnectToMatch expects a suspended match; this one is '${this.matchConnectionState}'. Call notifyMatchDisconnected() when the transport drops.`);let t=this.heldMatchId;if(t===null)throw new h("misconfigured","there is no match to reconnect to.");return this.finishReconnect(),this.session={phase:"starting",matchId:t},this.emitter.clearRetained(),this.pollMatchStatus(e)}async notifyLeavingMatch(e={}){let t=this.heldMatchId;if(t!==null)try{await this.api.leaveMatch(t,e.keepalive??!1);}catch{}}get gameId(){let e=typeof this.options.gameId=="function"?this.options.gameId():this.options.gameId;return e===""?null:e}get currentRoom(){return this.room}get currentMatch(){return this.emitter.retained}get matchConnectionState(){switch(this.session.phase){case "none":case "ended":return "disconnected";case "ready":case "connected":return "connected";case "suspended":return "suspended";default:return "connecting"}}get matchSession(){return this.session}holdsMatch(){return this.session.phase!=="none"&&this.session.phase!=="ended"}get heldMatchId(){return this.holdsMatch()?this.session.matchId??null:null}get isInRoom(){return this.room!==null}get isHost(){let e=this.playerId();return e!==null&&this.room?.hostPlayerId===e}get members(){return this.room?.members??[]}on(e,t){let r=this.emitter.on(e,t);return e==="seated"&&(this.retuneSeatWatch(),this.room===null&&this.track(this.reconcileSeats().catch(()=>{}))),r}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}handleRoomEvent(e){if(this.room===null)return;if(e.event==="version_stale"){this.emitter.emit("versionUpdateAvailable",e.platform);return}if(e.roomId!==this.room.id||(this.lastPushAt=this.options.clock.now(),this.retune(),e.event==="updated"&&e.version!==void 0&&e.version<=this.room.version))return;let t=e.event==="updated"&&e.reason!==void 0?{...e.matchId===void 0?{}:{matchId:e.matchId},reason:e.reason}:void 0;this.track(this.reconcile(t).catch(()=>{}));}handleAutoStartFailed(e,t){this.room?.id===e&&this.emitter.emit("matchAutoStartFailed",{roomId:e,code:t});}handleSeated(e){this.disposed||!this.watchingSeats||this.room?.id!==e&&(this.reported.has(e)||this.track(this.reportSeat(e).catch(()=>{})));}async reconcileSeats(){if(this.disposed||!this.watchingSeats)return;let e;try{e=await this.myRooms();}catch{return}let t=new Set;for(let r of e)r.status!=="closed"&&(t.add(r.id),r.id!==this.room?.id&&(this.reported.has(r.id)||await this.reportSeat(r.id).catch(()=>{})));for(let r of [...this.reported])t.has(r)||this.reported.delete(r);}async reportSeat(e){let t=this.playerId(),r=await this.run("handleSeated",()=>this.api.get(e));this.disposed||t===null||!r.members.some(o=>o.playerId===t)||this.room?.id!==r.id&&(this.reported.has(r.id)||(this.reported.add(r.id),this.emitter.emit("seated",r)));}retuneSeatWatch(){if(!(!this.disposed&&this.watchingSeats&&this.room===null&&this.seatPollMs>0&&Ue())){this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null);return}if(this.seatPollHandle!==null)return;let t=()=>{this.seatPollHandle=null,this.track(this.reconcileSeats().catch(()=>{}).then(()=>this.retuneSeatWatch()));};this.seatPollHandle=this.options.clock.setTimeout(t,this.seatPollMs);}installResumeWatch(){let e=globalThis;if(typeof e.addEventListener!="function")return;this.visibilityListener=()=>{if(!this.disposed&&(this.retuneSeatWatch(),!!Ue())){if(this.room!==null){let r=this.reconnect?.parked??null;r!==null&&this.reconnect!==null?(this.reconnect.parked=null,this.track(r())):this.track(this.reconcile().catch(()=>{}));return}this.options.watchSeats!==false&&this.track(this.reconcileSeats().catch(()=>{}));}};for(let r of $n)e.addEventListener(r,this.visibilityListener);let t=globalThis.document;typeof t?.addEventListener=="function"&&t.addEventListener("resume",this.visibilityListener);}startPolling(e){this.stopPolling(),!this.disposed&&(this.pinnedIntervalMs=e??null,this.polling=true,this.schedule());}stopPolling(){this.pollHandle!==null&&(this.options.clock.clearTimeout(this.pollHandle),this.pollHandle=null),this.polling=false,this.pollIntervalMs=null;}async settled(){for(let e=0;e<20&&this.inFlight.length>0;e++){let t=this.inFlight;this.inFlight=[],await Promise.allSettled(t);}}dispose(){if(this.disposed=true,this.finishReconnect(),this.stopPolling(),this.emitter.clear(),this.unloadListener&&(globalThis.removeEventListener?.("pagehide",this.unloadListener),this.unloadListener=null),this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null),this.visibilityListener){let e=globalThis;for(let r of $n)e.removeEventListener?.(r,this.visibilityListener);globalThis.document?.removeEventListener?.("resume",this.visibilityListener),this.visibilityListener=null;}}get watchingSeats(){return this.options.watchSeats!==false&&this.emitter.hasListeners("seated")}get seatPollMs(){return this.options.seatPollIntervalMs??vu}requireGameId(){let e=this.gameId;if(e!==null)return e;throw new h("misconfigured","the game id is not known yet. It comes from the play token, and this manager was given no way to wait for one \u2014 pass gameId, or awaitGameId so a call made before the first token waits for it the way createGem wires it.")}playerId(){return typeof this.options.playerId=="function"?this.options.playerId():this.options.playerId}version(e){let t=this.options.clientVersion,r=Tn(this.options.platformGameVersion?.(),t?.gameVersion);if(r===null)throw new h("misconfigured",`${e} has no game version to report \u2014 gem-api requires platform, game_version and engine_version together on every room route, and refuses a request carrying two of the three. The arcade normally supplies it with the play token; an embedder that does not, or a build running outside the arcade, leaves nobody to ask. Pass \`clientVersion: { gameVersion }\` to createGem (or to createRoomManager) as the fallback. It has to name a build you actually published, and a wrong one pins the room to the wrong build \u2014 which is why the platform answers it wherever it can.`);return $s({...t,gameVersion:r},e)}async clusterTargets(){try{if(this.options.resolveClusterTargets!==void 0)return Pt(await this.options.resolveClusterTargets());let e=ce(await this.options.resolveClusterTarget?.());return e===void 0?[]:[e]}catch{return []}}async afterRefusedClusters(e,t){return !Ys(e)||t.length===0?[]:Pt(await this.options.refreshClusterTargets?.(t)??[])}async nextCluster(e,t=false){let r=a=>a.find(s=>!e.includes(s)),o=await this.clusterTargets(),i=r(o);return i!==void 0||!t?i:r(Pt(await this.options.refreshClusterTargets?.(o)??[]))}async attachParty(e){if(e.partyId!==void 0)return e;let t=this.options.resolveParty;if(t===void 0)return e;let r=await t();return r===void 0?e:{...e,partyId:r}}async retryPastStaleMembership(e,t,r){if(!(e instanceof F)||e.reason!=="conflict")throw e;if(this.options.recoverStaleMembership===false)throw new F(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and \`recoverStaleMembership\` is off, so nothing cleared it. A membership that outlived its page is visible only through myRooms(); leaveAll() is what clears it.`,e.retryAfterSeconds,e.code);let o;try{o=await this.leaveAll(t.signal);}catch{throw new F(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery could not list the rooms it would have cleared, so nothing was tried and the refusal stands. That is the listing failing, not a room refusing to be left: retry once the connection is back. myRooms() shows what is held.`,e.retryAfterSeconds,e.code)}if(o.length===0)throw new F(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery cleared nothing, so the refusal stands. myRooms() shows what is held. A room this player was seated in as a party member cannot be cleared from here at all \u2014 only the leader of a party may take it out of a room \u2014 so a member joins by adopting that room, myRooms() then join(), rather than quick-joining.`,e.retryAfterSeconds,e.code);return this.api.quickJoin(t,this.version("quickJoin"),r)}assertNotInRoom(e){if(this.room!==null)throw new h("misconfigured",`${e} refused: already in room ${this.room.id}. Leave it first \u2014 this manager tracks one room, and a second would leave its state disagreeing with the server's about which one you are in.`)}requireRoom(e){if(this.room===null)throw new h("misconfigured",`${e} refused: not in a room.`);return this.room}async run(e,t){try{return await this.track(this.onceGameIdKnown(t))}catch(r){throw this.reportError(e,r),r}}onceGameIdKnown(e){return this.gameId!==null||this.options.awaitGameId===void 0?e():this.options.awaitGameId().then(e)}reportError(e,t){let r=t instanceof F?{operation:e,code:t.status,reason:t.reason,message:t.message,retryable:t.retryable}:{operation:e,code:0,reason:t instanceof h?t.reason:"unavailable",message:t instanceof Error?t.message:String(t),retryable:false};this.emitter.emit("error",r);}track(e){return this.inFlight.push(e),e}enter(e,t){this.room=e,this.abortFollow(),this.session={phase:"none"},this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.emitter.emit(t,e),this.adoptMatch(e),this.options.poll!==false&&this.startPolling(),this.retuneSeatWatch();}exit(){this.room=null,this.abortFollow(),this.finishReconnect(),this.session.phase!=="ended"&&(this.session={phase:"none"}),this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.stopPolling(),this.retuneSeatWatch();}apply(e){let t=this.room;if(t===null||t.id!==e.id)return;let r=new Map(t.members.map(s=>[s.playerId,s])),o=new Map(e.members.map(s=>[s.playerId,s])),i=this.playerId();for(let s of o.keys())r.has(s)||this.emitter.emit("memberJoined",s);for(let s of r.keys())if(!o.has(s)){if(s===i){this.exit(),this.emitter.emit("kicked");return}this.emitter.emit("memberLeft",s);}for(let[s,l]of o){let d=r.get(s);d&&d.isReady!==l.isReady&&this.emitter.emit("readyChanged",s,l.isReady);}t.hostPlayerId!==e.hostPlayerId&&e.hostPlayerId.length>0&&this.emitter.emit("hostChanged",e.hostPlayerId);let a=_u(t,e);this.room=e,this.adoptMatch(e),this.session.phase==="starting"&&this.followMatch(),a&&this.emitter.emit("updated",e);}adoptMatch(e){e.status!=="in_game"||e.matchId===void 0||this.session.matchId!==e.matchId&&(this.refusedMatches.has(e.matchId)||this.beginMatch(e.matchId));}beginMatch(e){let t=this.heldMatchId;t!==null&&t!==e&&this.endMatch(t,"replaced",true),this.session={phase:"starting",matchId:e},this.emitter.clearRetained(),this.emitter.emit("matchAllocationStarted",e),this.followMatch();}followMatch(){if(this.autoFollow===false)return;let e=this.room,t=this.heldMatchId;if(e===null||t===null||this.followAbort!==null&&this.followingMatchId===t)return;this.abortFollow();let r=new AbortController;this.followAbort=r,this.followingMatchId=t,this.track(this.onceGameIdKnown(()=>this.chase(e.id,t,{signal:r.signal})).then(o=>{if(!r.signal.aborted)try{this.settleOutcome(o);}catch{}}).catch(o=>{r.signal.aborted||this.reportError("pollMatchStatus",o);}).finally(()=>{this.followAbort===r&&(this.followAbort=null,this.followingMatchId=null);}));}abortFollow(){this.followAbort?.abort(),this.followAbort=null,this.followingMatchId=null;}matchIdOrWait(e){let t=this.heldMatchId;if(t!==null)return Promise.resolve(t);let r=e.timeoutMs??bu;return new Promise((o,i)=>{let a=c=>{s(),l(),this.options.clock.clearTimeout(m),e.signal?.removeEventListener("abort",d),c();},s=this.emitter.on("matchAllocationStarted",c=>a(()=>o(c))),l=this.emitter.on("matchFailed",(c,p)=>a(()=>i(new h("allocation_failed",`match ${c} did not come up: ${p}`)))),d=()=>a(()=>i(new h("aborted","the caller aborted while awaiting a match"))),m=this.options.clock.setTimeout(()=>a(()=>i(new h("timeout",`no match was allocated for room ${this.room?.id??"(none)"} within ${r}ms`))),r);e.signal?.aborted?d():e.signal?.addEventListener("abort",d);})}baseInterval(){return this.pushed()?this.pushedInterval():this.options.pollIntervalMs??yu}pushedInterval(){return this.options.pushedPollIntervalMs??fu}pushed(){return this.options.clock.now()-this.lastPushAt<hu*this.pushedInterval()}retune(){!this.polling||this.pinnedIntervalMs!==null||this.baseInterval()!==this.pollIntervalMs&&this.startPolling();}schedule(){this.disposed||!this.polling||this.room===null||(this.pollIntervalMs=this.pinnedIntervalMs??this.baseInterval(),this.pollHandle=this.options.clock.setTimeout(()=>{this.pollHandle=null,this.track(this.reconcile().catch(()=>null).then(()=>{this.schedule();}));},this.pollIntervalMs));}installUnloadNotifier(){if(this.options.notifyOnUnload===false)return;let e=globalThis;typeof e.addEventListener=="function"&&(this.unloadListener=t=>{t?.persisted!==true&&this.room!==null&&this.track(this.leave({keepalive:true}).catch(()=>{}));},e.addEventListener("pagehide",this.unloadListener));}};function Ue(){let n=globalThis.document;return n?.visibilityState===void 0||n.visibilityState==="visible"}var $n=["visibilitychange","focus","pageshow","online"];function _u(n,e){return n.version!==e.version||n.status!==e.status||n.matchId!==e.matchId||n.hostPlayerId!==e.hostPlayerId||n.name!==e.name||n.maxPlayers!==e.maxPlayers||n.isPublic!==e.isPublic||zs(n)!==zs(e)}function zs(n){return n.members.map(e=>`${e.playerId}:${e.isReady?1:0}:${e.role}`).sort().join(",")}function Ys(n){return n instanceof F&&n.code==="invalid_cluster_target"}function wu(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Su=["p2p","dedicated","unknown"],to=["connection_setup_duration_seconds","reconnect_latency_seconds","datachannel_rtt_seconds","p2p_join_to_play_latency_seconds","ice_restart_outcome_total","connection_failures_total","transport_permanent_failures_total","transport_quality_score","host_migration_outcome_total","turn_relay_usage_ratio"];var it=class{constructor(e){this.options=e;}options;async post(e,t){let r=this.options.gameId();if(r===null||r==="")return;let o=Ru(e,this.options.transport,(this.options.now??Date.now)());o.length!==0&&await this.options.client.post(`/v1/games/${encodeURIComponent(r)}/telemetry/p2p`,{events:o},t);}report(e){this.post(e).catch(()=>{});}};function Ru(n,e,t){let r=Math.floor(t/1e3);return n.filter(o=>to.includes(o.type)).slice(0,100).map(o=>{let i=ku(o.transport??e);return {event_type:o.type,timestamp:r,...i===void 0?{}:{transport:i},data:o.value===void 0?{}:{value:o.value}}})}function ku(n){if(n!==void 0)return Su.includes(n)?n:"unknown"}var Dt=class{constructor(e){this.options=e;this.reporter=new it({client:e.client,gameId:e.gameId,transport:"p2p"});}options;reporter;async joinCredential(e,t,r){let o=await this.options.client.post(`${this.match(e)}/join-credential`,{fingerprint:t},r);return {credential:Fn(o.credential)??"",hostFingerprint:Fn(o.host_fingerprint)??"",hostEpoch:jn(o.host_epoch)??0,expiresAt:(jn(o.expires_at)??0)*1e3}}async turnLease(e,t,r){let o=await this.options.client.post(`${this.match(e)}/turn-lease`,{cluster_target_id:t},r),i=[];for(let l of Array.isArray(o.ice_servers)?o.ice_servers:[]){let d=l,m=(Array.isArray(d.urls)?d.urls:[]).filter(c=>typeof c=="string"&&c.length>0);m.length!==0&&i.push({urls:m,username:Fn(d.username)??"",credential:Fn(d.credential)??""});}let a=jn(o.expires_at),s=jn(o.ttl_seconds);return {iceServers:i,expiresAt:a!==void 0?a*1e3:Date.now()+(s??0)*1e3}}async kick(e,t,r){await this.options.client.post(`${this.match(e)}/kick`,{player_id:t},r);}async leave(e,t=false){await this.options.client.post(`${this.match(e)}/leave`,{},void 0,{keepalive:t});}async telemetry(e,t){await this.reporter.post(e,t);}match(e){return `/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}`}};function Fn(n){return typeof n=="string"&&n.length>0?n:void 0}function jn(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}var xu=new Set(["timeout","signaling_failed","connection_failed","keys_unavailable"]),L=class extends Error{constructor(t,r,o){super(`${t}: ${r}`,o);this.reason=t;this.name="P2pError",this.retryable=xu.has(t);}reason;retryable};var Xs=10240,Qs=2048,Au=new TextEncoder;function Zs(n){return Au.encode(n).length}function Oe(n,e){let t=o=>{throw new h("invalid_sdp",`the ${e} ${o}`)},r=Zs(n);r>=Xs&&t(`is ${r} bytes, over the ${Xs} limit`+(e==="offer"?", which for an offer means an unusually wide candidate list":"")),n.startsWith("v=")||t("does not start with 'v=', so it is not SDP"),n.includes("\0")&&t("contains a null byte"),/\r(?!\n)/.test(n)&&t("contains a bare carriage return");for(let o of n.split(/\r\n|\n/)){let i=Zs(o);i>Qs&&t(`has a ${i}-byte line, over the ${Qs} limit`);}}function Nn(n){for(let e of n.split(/\r\n|\n/)){if(!e.startsWith("m="))continue;let[t,r="0"]=e.slice(2).trim().split(/\s+/);if(!(t!=="audio"&&t!=="video")&&r.split("/")[0]!=="0")return true}return false}var qn=class{listeners=new Map;on(e,t){let r=this.listeners.get(e);return r||(r=new Set,this.listeners.set(e,r)),r.add(t),()=>this.off(e,t)}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}clear(){this.listeners.clear();}};var Pu=/^sha-256 ([0-9A-F]{2}:){31}[0-9A-F]{2}$/;function st(n){let e=null;for(let t of n.split(/\r\n|\n/)){if(!t.startsWith("a=fingerprint:"))continue;let r=Un(t.slice(14).trim());if(r===null||e!==null&&e!==r)return null;e=r;}return e}function Un(n){let[e,...t]=n.trim().split(/\s+/);if(e===void 0||t.length===0)return null;let r=`${e.toLowerCase()} ${t.join("").toUpperCase()}`;return Pu.test(r)?r:null}function $t(n,e){if(n.length!==e.length)return false;let t=0;for(let r=0;r<n.length;r++)t|=n.charCodeAt(r)^e.charCodeAt(r);return t===0}var no=5e3,Eu=12e4+no,Tu=1024,Iu=6e4,Cu=1e4,ea=64*1024,ta=5;function ro(n){let e=new Map,t=-1/0,r=null,o=(()=>{let s;try{s=new URL(`${n.baseUrl.replace(/\/+$/,"")}/oauth2/jwks`);}catch{return {ok:false,reason:"the configured API base is not a valid URL, so the JWKS endpoint cannot be reached. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}}return s.username!==""||s.password!==""?{ok:false,reason:"the configured API base carries credentials in the URL, which `fetch` will not send. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}:{ok:true,url:s.href,shown:`${s.protocol}//${s.host}`}})(),i=()=>{let s=n.subtle??globalThis.crypto?.subtle;if(!s)throw new L("keys_unavailable","this environment has no WebCrypto, so a join credential cannot be verified. A page served over plain http on a non-loopback origin is the usual cause \u2014 crypto.subtle is only exposed in a secure context.");return s},a=async()=>{if(!o.ok)throw new L("keys_unavailable",o.reason);let s=n.fetch??((p,g)=>globalThis.fetch(p,g)),l;try{l=await s(o.url,{redirect:"error",credentials:"omit",cache:"no-store",referrerPolicy:"no-referrer",signal:AbortSignal.timeout(Cu)});}catch{throw new L("keys_unavailable",`the JWKS endpoint at ${o.shown} could not be reached \u2014 it timed out, refused a redirect, or the network failed.`)}if(!l.ok)throw new L("keys_unavailable",`the JWKS endpoint answered ${o.shown} with an error`);let d;try{let p=await l.text();if(p.length>ea)throw new L("keys_unavailable",`the JWKS endpoint at ${o.shown} answered with more than ${ea} characters, which is not a key set this platform publishes.`);d=JSON.parse(p);}catch(p){throw p instanceof L?p:new L("keys_unavailable",`the JWKS endpoint at ${o.shown} did not answer with a readable key set.`)}let m=Array.isArray(d.keys)?d.keys:[];if(m.length>ta)throw new L("keys_unavailable",`the JWKS endpoint published ${m.length} keys, over the ${ta} the platform declares. Refusing rather than verifying against a set of unknown size.`);let c=i();for(let p of m){let g=p;if(g.kty==="RSA"&&!(g.alg!==void 0&&g.alg!=="RS256")&&!(g.use!==void 0&&g.use!=="sig")&&!(typeof g.kid!="string"||g.kid.length===0))try{let y=await c.importKey("jwk",{...p,alg:"RS256",ext:!0},{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);e.set(g.kid,y);}catch{}}};return {async key(s){let l=e.get(s);if(l)return l;if(!o.ok)throw new L("keys_unavailable",o.reason);if(r)return await r,e.get(s)??null;let d=n.now();if(!Number.isFinite(d))throw new L("keys_unavailable","the clock supplied to the SDK returned a non-finite time, so the JWKS throttle cannot be evaluated. This is a configuration fault, not a server failure.");return d<t&&(t=-1/0),d-t<Iu?null:(t=d,r??=a().finally(()=>{r=null;}),await r,e.get(s)??null)}}}var Ft=class{seen=new Map;admit(e,t){for(let[r,o]of this.seen)o<=t&&this.seen.delete(r);if(this.seen.has(e))return false;if(this.seen.size>=Tu){let r=this.seen.keys().next().value;r!==void 0&&this.seen.delete(r);}return this.seen.set(e,t+Eu),true}};function ra(n){let e=n.replace(/-/g,"+").replace(/_/g,"/"),t=atob(e+"=".repeat((4-e.length%4)%4)),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}function na(n){try{let e=new TextDecoder().decode(ra(n)),t=JSON.parse(e);return typeof t!="object"||t===null||Array.isArray(t)?null:t}catch{return null}}async function oo(n,e,t,r,o){let i=D=>{throw new L("peer_unauthenticated",`the peer's join credential is not usable: ${D}`)},a=n.split(".");a.length!==3&&i("it is not a three-part JWT");let[s,l,d]=a,m=na(s);m===null&&i("its header does not decode"),m.alg!=="RS256"&&i(`its alg is ${JSON.stringify(m.alg)}, not RS256`),m.typ!=="p2p+jwt"&&i(`its typ is ${JSON.stringify(m.typ)}, not p2p+jwt`);let c=m.kid;(typeof c!="string"||c.length===0)&&i("it names no key");let p=await t.key(c);p===null&&i("it was signed by a key this build cannot resolve");let g=o.subtle??globalThis.crypto?.subtle;g||i("this environment has no WebCrypto");let y=new TextEncoder().encode(`${s}.${l}`),w;try{w=ra(d);}catch{i("its signature does not decode");}await g.verify({name:"RSASSA-PKCS1-v1_5"},p,w,y)||i("its signature does not verify");let P=na(l);P===null&&i("its payload does not decode");let T=P,v=D=>typeof T[D]=="string"?T[D]:"",S=D=>typeof T[D]=="number"&&Number.isFinite(T[D])?T[D]:NaN;v("iss")!==o.issuer&&i("it was issued by someone else"),v("aud")!==`${o.issuer}/p2p-match`&&i("its audience is not this platform"),v("match_id")!==e.matchId&&i("it is for another match"),v("game_id")!==e.gameId&&i("it is for another game");let O=S("exp")*1e3,x=S("nbf")*1e3;(!Number.isFinite(O)||e.now>O+no)&&i("it has expired"),Number.isFinite(x)&&e.now<x-no&&i("it is not valid yet");let H=v("role");H!=="host"&&H!=="client"&&i("it names no usable role");let N=S("host_epoch");N!==e.hostEpoch&&i("it names a different host epoch");let V=Un(v("fingerprint"));V===null&&i("its fingerprint claim is malformed"),$t(V,e.peerFingerprint)||i("it was issued for a different certificate than this connection used");let R=Un(v("host_fingerprint"));R===null&&i("its host fingerprint claim is malformed"),$t(R,e.hostFingerprint)||i("it was issued against a different host certificate");let E=v("jti");E.length===0&&i("it carries no jti, so replay cannot be detected"),r.admit(E,e.now)||i("it has already been used");let G=v("sub");return G.length===0&&i("it names no player"),{playerId:G.toLowerCase(),matchId:e.matchId,gameId:e.gameId,hostEpoch:N,role:H,fingerprint:V,hostFingerprint:R,jti:E,expiresAt:O}}function io(n){let e=new TextEncoder().encode(n.jwt);if(e.length>8192)throw new Error(`[gem] a join credential of ${e.length} bytes exceeds the wire format's cap`);let t=new ArrayBuffer(3+e.length+4+4),r=new DataView(t);return r.setUint8(0,1),r.setUint16(1,e.length,true),new Uint8Array(t,3,e.length).set(e),r.setUint32(3+e.length,n.protocolVersion,true),r.setUint32(7+e.length,n.assignedPeerId,true),t}function so(n){let e=new ArrayBuffer(9),t=new DataView(e);return t.setUint8(0,2),t.setUint32(1,n.protocolVersion,true),t.setUint32(5,n.assignedPeerId,true),e}function ao(n){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,3),t.setUint8(1,n),e}function lo(n){if(n.byteLength<1)return null;let e=new DataView(n);switch(e.getUint8(0)){case 1:{if(n.byteLength<3)return null;let t=e.getUint16(1,true);return t>8192||n.byteLength<3+t+8?null:{kind:"join",jwt:new TextDecoder().decode(new Uint8Array(n,3,t)),protocolVersion:e.getUint32(3+t,true),assignedPeerId:e.getUint32(7+t,true)}}case 2:return n.byteLength<9?null:{kind:"admit",protocolVersion:e.getUint32(1,true),assignedPeerId:e.getUint32(5,true)};case 3:return n.byteLength<2?null:{kind:"reject",reason:e.getUint8(1)};default:return null}}function oa(n){switch(n){case 1:return "the host did not accept this credential";case 2:return "the host speaks a different protocol version \u2014 an engine peer refuses a browser peer here, deliberately";case 3:return "the match is full";case 4:return "the host is rate-limiting joins";case 129:return "the host verified this credential but it names a different player than the one who signalled \u2014 the host has its own line saying which";case 130:return "the host has this player on the kicked list for the current host epoch";case 131:return "the host could not fetch the platform's signing keys, so it cannot verify anyone yet \u2014 the host's console says why";default:return `the host refused with an unrecognised code (${n})`}}function ia(n){switch(n){case 129:return "not_expected_player";case 130:return "kicked";case 131:return "keys_unavailable";default:return "peer_unauthenticated"}}var jt=class{constructor(e,t,r){this.localPlayerId=e;this.hostPlayerId=t,this.epoch=r;}localPlayerId;state="idle";epoch;hostPlayerId;kicked=new Set;startedAt=0;get currentState(){return this.state}get currentEpoch(){return this.epoch}get currentHostPlayerId(){return this.hostPlayerId}get isLocalHost(){return this.hostPlayerId===this.localPlayerId}isKicked(e){return this.kicked.has(e)}stalled(e){return this.state!=="idle"&&e-this.startedAt>3e4}apply(e,t){return !Number.isInteger(e.hostEpoch)||e.hostEpoch<0?{kind:"refused",why:`host epoch ${String(e.hostEpoch)} is not a whole number`}:e.hostEpoch===this.epoch?e.migrationComplete===true&&this.state!=="idle"?(this.state="idle",{kind:"completed"}):{kind:"duplicate"}:e.hostEpoch<this.epoch?{kind:"refused",why:`host epoch ${e.hostEpoch} is behind the current ${this.epoch}`}:e.hostPlayerId.length===0?{kind:"refused",why:"the migration named no new host"}:(this.kicked=new Set(e.kickedPlayerIds??[]),this.epoch=e.hostEpoch,this.hostPlayerId=e.hostPlayerId,this.startedAt=t,this.state=this.isLocalHost?"preparing":"reconnecting",{kind:"accepted",state:this.state})}complete(){this.state="idle";}};var co={reliable:{negotiated:true,id:0,ordered:true},ordered:{negotiated:true,id:1,ordered:true,maxRetransmits:0},unreliable:{negotiated:true,id:2,ordered:false,maxRetransmits:0}},Ee=["reliable","ordered","unreliable"];function uo(n){let e=globalThis.RTCPeerConnection;if(!e)throw new Error("[gem] this environment has no RTCPeerConnection. Pass `peerConnectionFactory` to connect against a stand-in, which is how this flow is tested outside a browser.");return new e({iceServers:n.iceServers,...n.certificates===void 0?{}:{certificates:n.certificates}})}async function Nt(){let n=globalThis.RTCPeerConnection;return n?.generateCertificate?n.generateCertificate({name:"ECDSA",namedCurve:"P-256"}):null}var aa=1,Du=3e4,la=2e3,$u=5e3,da=6e4,Fu=8,po=class{constructor(e=Fu){this.perMinute=e;}perMinute;sent=[];delayUntilAllowed(e){return this.prune(e),this.sent.length<this.perMinute?0:Math.max(0,(this.sent[0]??e)+6e4-e)}record(e){this.prune(e),this.sent.push(e);}prune(e){let t=0;for(let r of this.sent)r<=e&&e-r<6e4&&(this.sent[t++]=r);this.sent.length=t;}},ju=new po,Nu=8,qu=new Set(["timeout","connection_failed","invalid_sdp","peer_unauthenticated","not_expected_player","keys_unavailable"]),Ut=class{constructor(e){this.options=e;this.keys=e.keys??ro({baseUrl:e.baseUrl,now:()=>e.clock.now()});}options;emitter=new qn;links=new Map;replays=new Ft;keys;localPlayerId="";migration=null;iceServers=[];credential=null;nextPeerId=aa+1;ended=null;closed=false;ready=null;helloSeen=false;reportedUnreachableEpoch=-1;reportedStallEpoch=-1;counted=false;pendingOffers=new Map;answeredSessions=new Map;credentialGeneration=0;credentialDeadline=0;get matchId(){return this.options.matchId}get playerId(){return this.localPlayerId}get isHost(){return this.migration?.isLocalHost??false}get hostPlayerId(){return this.migration?.currentHostPlayerId??""}get hostEpoch(){return this.migration?.currentEpoch??0}get peers(){let e=[];for(let t of this.links.values())t.admitted&&e.push(this.expose(t));return e}peer(e){let t=this.links.get(e);return t&&t.admitted?this.expose(t):null}on(e,t){return this.emitter.on(e,t)}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}async start(e){let t=this.options.connectTimeoutMs??Du;this.credentialDeadline=this.options.clock.now()+t;let r=new Promise((s,l)=>{this.ready={resolve:s,reject:l};}),o=ce(this.options.clusterTargetId);if(o!==void 0)try{let s=await this.options.api.turnLease(this.options.matchId,o,e);this.iceServers=s.iceServers,this.mark("turn leased");}catch(s){this.mark("turn lease failed"),this.warn(`no TURN relay could be leased for this match, so peers behind a symmetric NAT will fail to connect: ${mo(s)}`);}else this.mark("turn skipped"),this.warn("connecting without a TURN relay because no cluster target was resolved. Host candidates only reach peers on the same network, so peers behind a symmetric NAT will fail to connect. The Arcade page normally resolves one for this player; outside it, pass `clusterTargetId` to connect().");this.options.signaling.join(),this.mark("signaling joined");let i=this.options.clock.setTimeout(()=>{this.fail(new L("timeout",`no usable P2P connection after ${t}ms. The parent relays signaling, so a silent failure here usually means the page is not putting frames on the socket.`));},t),a=()=>this.fail(new L("aborted","the caller aborted while connecting"));e?.aborted?a():e?.addEventListener("abort",a);try{await r;}finally{this.options.clock.clearTimeout(i),e?.removeEventListener("abort",a),this.ready=null;}}async kick(e){if(!this.isHost)throw new L("misconfigured","only the current host of this match can kick a peer");await this.options.api.kick(this.options.matchId,e);}async leave(){try{await this.options.api.leave(this.options.matchId);}catch{}this.close();}close(){if(!this.closed){this.closed=true,this.pendingOffers.clear();for(let e of [...this.links.values()])this.dropLink(e,"closed",false);this.options.signaling.close(),this.emitter.clear();}}report(e){this.options.api.telemetry(e).catch(()=>{});}notifyCandidatesDropped(e){this.emitter.emit("candidatesDropped",e);}handleSignal(e,t){this.closed||this.route(e,t).catch(r=>this.report_(r));}async route(e,t){switch(e){case "hello":return this.onHello(t);case "offer":return this.onOffer(t);case "answer":return this.onAnswer(t);case "ice":return this.onIce(t);case "peerLeft":return this.onPeerLeft(t);case "migration":return this.onMigration(t);case "matchEnded":return this.onMatchEnded(t);case "error":return this.onSignalingError(t);default:return}}async onHello(e){let t=re(e.playerId),r=re(e.hostPlayerId),o=Bn(e.hostEpoch);if(!(t===null||r===null||o===null)&&(this.mark("signaling hello"),this.localPlayerId=t,this.migration===null&&(this.migration=new jt(t,r,o)),!this.helloSeen)){if(this.helloSeen=true,this.isHost){this.mark("host listening"),this.settle(),await this.drainPendingOffers();return}this.pendingOffers.clear(),await this.offerToHost("initial");}}async drainPendingOffers(){if(this.pendingOffers.size===0)return;let e=[...this.pendingOffers.values()];this.pendingOffers.clear(),this.mark("queued offer drained");for(let t of e)try{await this.onOffer(t);}catch(r){this.report_(r);}}async offerToHost(e){let t=this.hostPlayerId,r=this.openLink(t,aa),o=await r.connection.createOffer();await r.connection.setLocalDescription(o);let i=r.connection.localDescription?.sdp??o.sdp;if(!i)throw new L("invalid_sdp","the browser produced an offer with no SDP");Oe(i,"offer"),this.refuseMedia(i,"offer"),this.options.signaling.offer(i,e),this.mark("offer sent"),this.fetchCredential().catch(a=>this.report_(a));}async fetchCredential(){let e=++this.credentialGeneration,r=this.links.get(this.hostPlayerId)?.connection.localDescription?.sdp,o=r===void 0?null:st(r);if(o===null)throw new L("invalid_sdp","this browser produced an offer with no usable DTLS fingerprint, so the platform cannot bind a credential to it");let i=this.options.credentialPacing??ju,a=()=>this.closed||e!==this.credentialGeneration,s=$u;for(;;){let l=i.delayUntilAllowed(this.options.clock.now());if(l>0&&!await this.waitForCredential(l,a))return;i.record(this.options.clock.now());try{let d=await this.options.api.joinCredential(this.options.matchId,o);if(a())return;this.credential=d,this.mark("credential ready"),this.maybeAuthenticate();return}catch(d){if(a())return;let m=d.status,c;if(m===409)c=la;else if(m===429){let p=d.retryAfterSeconds;typeof p=="number"&&Number.isFinite(p)&&p>=0?c=p*1e3:(c=s,s=Math.min(s*2,da)),c=Math.min(Math.max(c,la),da);}else throw d;if(!await this.waitForCredential(c,a))return}}}async waitForCredential(e,t){return this.options.clock.now()+e>this.credentialDeadline?false:(await this.sleep(e),!t())}async onOffer(e){let t=re(e.fromPlayerId),r=re(e.sdp);if(t===null||r===null)return;if(this.migration===null){if(this.pendingOffers.delete(t),this.pendingOffers.size>=Nu){let m=this.pendingOffers.keys().next().value;m!==void 0&&this.pendingOffers.delete(m);}this.pendingOffers.set(t,e);return}if(!this.isHost||this.migration.isKicked(t)===true)return;let o=re(e.sessionId);if(o!==null&&this.answeredSessions.get(t)===o)return;Oe(r,"offer"),this.refuseMedia(r,"offer");let i=st(r);if(i===null)throw new L("invalid_sdp",`the offer from ${t} carries no usable fingerprint`);this.mark("offer received"),o!==null&&this.answeredSessions.set(t,o);let a=this.links.get(t);a&&this.dropLink(a,"resignalled",false);let s=this.openLink(t,this.nextPeerId++);s.remoteFingerprint=i,await s.connection.setRemoteDescription({type:"offer",sdp:r}),this.flushCandidates(s);let l=await s.connection.createAnswer();await s.connection.setLocalDescription(l);let d=s.connection.localDescription?.sdp??l.sdp;if(!d)throw new L("invalid_sdp","the browser produced an answer with no SDP");Oe(d,"answer"),this.refuseMedia(d,"answer"),this.options.signaling.answer(t,d,s.assignedPeerId),this.mark("answer sent");}async onAnswer(e){if(this.isHost)return;let t=re(e.fromPlayerId),r=re(e.sdp);if(t===null||r===null)return;let o=this.links.get(this.hostPlayerId);if(!o||t!==this.hostPlayerId)return;Oe(r,"answer"),this.refuseMedia(r,"answer");let i=st(r);if(i===null)throw new L("invalid_sdp","the host's answer carries no usable fingerprint");this.mark("answer received"),o.remoteFingerprint=i,o.pendingAnswer=r,this.hostVerified(o)&&await this.applyAnswer(o,r);}hostVerified(e){let t=this.credential;return t===null||e.remoteFingerprint===null?false:$t(t.hostFingerprint,e.remoteFingerprint)?true:(this.fail(new L("peer_unauthenticated","the host's DTLS certificate is not the one the platform attested for this match. Refusing before the handshake, so no credential is presented.")),this.dropLink(e,"host_fingerprint_mismatch",false),false)}maybeAuthenticate(){if(this.isHost)return;let e=this.links.get(this.hostPlayerId);if(!e||e.remoteFingerprint===null||e.connection.remoteDescription!==null)return;let t=e.pendingAnswer;t!==void 0&&this.hostVerified(e)&&this.applyAnswer(e,t).catch(r=>this.report_(r));}async applyAnswer(e,t){this.mark("host verified"),e.pendingAnswer=void 0,await e.connection.setRemoteDescription({type:"answer",sdp:t}),this.flushCandidates(e);}async onIce(e){let t=re(e.fromPlayerId),r=re(e.candidate);if(t===null||r===null)return;let o=this.links.get(t);if(!o)return;let i=re(e.sdpMid),a=Bn(e.sdpMLineIndex)??Bn(e.sdpMLineIndexAlt),s={candidate:r,...i===null?{}:{sdpMid:i},...a===null?{}:{sdpMLineIndex:a}};if(o.connection.remoteDescription===null){o.pendingCandidates.length<64&&o.pendingCandidates.push(s);return}await o.connection.addIceCandidate(s);}onPeerLeft(e){let t=re(e.playerId);if(t===null)return;let r=re(e.reason)??"left";if(t===this.localPlayerId){this.fail(new L("kicked",`this player was removed from the match (${r})`)),this.close();return}let o=this.links.get(t);o&&this.dropLink(o,r,true);}async onMigration(e){let t=re(e.hostPlayerId),r=Bn(e.hostEpoch);if(t===null||r===null||this.migration===null)return;let o=this.migration.apply({hostPlayerId:t,hostEpoch:r,...re(e.reason)===null?{}:{reason:re(e.reason)},...Array.isArray(e.kickedPlayerIds)?{kickedPlayerIds:e.kickedPlayerIds.filter(i=>typeof i=="string")}:{},...typeof e.migrationComplete=="boolean"?{migrationComplete:e.migrationComplete}:{}},this.options.clock.now());if(o.kind!=="duplicate"){if(o.kind==="completed"){this.emitter.emit("hostChanged",t,r);return}if(o.kind==="refused"){this.report_(new L("migration_failed",o.why));return}for(let i of [...this.links.values()])this.dropLink(i,"migrating",false);if(this.options.signaling.discardQueued(),this.credential=null,this.emitter.emit("migrating",t,r),o.state==="preparing"){this.options.signaling.migrationAck(r),this.watchMigration();return}this.watchMigration(),await this.offerToHost("full_reconnect");}}watchMigration(){let e=this.hostEpoch;this.options.clock.setTimeout(()=>{this.closed||this.migration===null||this.migration.currentEpoch===e&&this.migration.stalled(this.options.clock.now())&&this.reportedStallEpoch!==e&&(this.reportedStallEpoch=e,this.report_(new L("migration_failed",`host migration to epoch ${e} did not complete. The elected host never acknowledged it, so the platform is still holding the match in migration.`)));},31e3);}onMatchEnded(e){let t=re(e.reason)??"ended";this.ended=t,this.emitter.emit("matchEnded",t),this.ready!==null&&this.fail(new L("match_ended",`the match ended: ${t}`)),this.close();}onSignalingError(e){let t=re(e.code)??"unknown",r=re(e.message)??"the platform refused a signaling message";this.report_(new L("signaling_failed",`${t}: ${r}`));}openLink(e,t){let o=(this.options.peerConnectionFactory??uo)({iceServers:this.iceServers,...this.options.certificate===void 0?{}:{certificates:[this.options.certificate]}}),i={};for(let p of Ee){let g=o.createDataChannel(p,co[p]);g.binaryType="arraybuffer",i[p]=g;}let a={playerId:e,assignedPeerId:t,connection:o,channels:i,remoteFingerprint:null,admitted:false,pendingCandidates:[],detachHandshake:()=>{},detachAll:()=>{}},s=p=>{let g=p.candidate;g?.candidate&&this.options.signaling.candidate(e,g.candidate,g.sdpMid??void 0,g.sdpMLineIndex??void 0);},l=()=>this.onIceState(a),d=()=>this.onConnectionState(a),m=p=>{this.onHandshakeMessage(a,p.data).catch(g=>this.report_(g));},c=()=>{this.onReliableOpen(a).catch(p=>this.report_(p));};return o.addEventListener("icecandidate",s),o.addEventListener("iceconnectionstatechange",l),o.addEventListener("connectionstatechange",d),i.reliable.addEventListener("open",c),i.reliable.addEventListener("message",m),a.detachHandshake=()=>{i.reliable.removeEventListener("open",c),i.reliable.removeEventListener("message",m);},a.detachAll=()=>{a.detachHandshake(),o.removeEventListener("icecandidate",s),o.removeEventListener("iceconnectionstatechange",l),o.removeEventListener("connectionstatechange",d);},this.links.set(e,a),a}flushCandidates(e){let t=e.pendingCandidates;e.pendingCandidates=[];for(let r of t)e.connection.addIceCandidate(r).catch(()=>{});}async onReliableOpen(e){if(this.mark("channel open"),this.isHost)return;let t=this.credential;if(t===null)throw new L("peer_unauthenticated","the channel opened before the platform issued a join credential, so there is nothing to present");if(this.options.clock.now()>=t.expiresAt)throw new L("timeout","the join credential expired before the channel opened \u2014 reconnect for a fresh one");e.channels.reliable.send(io({jwt:t.credential,protocolVersion:32769,assignedPeerId:e.assignedPeerId}));}async onHandshakeMessage(e,t){if(!(t instanceof ArrayBuffer))return;let r=lo(t);if(r!==null){if(this.isHost&&r.kind==="join"){await this.admit(e,r.jwt,r.protocolVersion);return}if(!this.isHost&&r.kind==="admit"){e.assignedPeerId=r.assignedPeerId,this.finishAdmission(e),this.migration?.complete();return}!this.isHost&&r.kind==="reject"&&(this.fail(new L(ia(r.reason),oa(r.reason))),this.dropLink(e,"rejected",false));}}async admit(e,t,r){if(r!==32769){this.refuseLink(e,2,"version_mismatch",`it presented protocol version ${r}, not this SDK's ${32769} \u2014 an engine peer cannot join a browser-hosted match`);return}let o=st(e.connection.localDescription?.sdp??"");if(o===null||e.remoteFingerprint===null){this.refuseLink(e,1,"fingerprint_unavailable","this connection's DTLS fingerprints could not be read from its SDP, so no credential can be checked against it");return}let i;try{i=await oo(t,{matchId:this.options.matchId,gameId:this.options.gameId,hostEpoch:this.hostEpoch,peerFingerprint:e.remoteFingerprint,hostFingerprint:o,now:this.options.clock.now()},this.keys,this.replays,{issuer:this.options.baseUrl.replace(/\/+$/,"")});}catch(a){let s=a instanceof L&&a.reason==="keys_unavailable";this.refuseLink(e,s?131:1,s?"keys_unavailable":"credential_invalid",mo(a)),s&&this.fail(a);return}if(i.playerId!==e.playerId.toLowerCase()){this.refuseLink(e,129,"credential_player_mismatch",`its credential was issued to ${i.playerId}, not to the player who signalled this connection`);return}if(this.migration?.isKicked(i.playerId)===true){this.refuseLink(e,130,"kicked",`it was kicked from this match at host epoch ${this.hostEpoch}`);return}e.channels.reliable.send(so({protocolVersion:32769,assignedPeerId:e.assignedPeerId})),this.finishAdmission(e);}refuseLink(e,t,r,o){this.warn(`refused to admit ${e.playerId}: ${o}`);try{e.channels.reliable.send(ao(t));}catch{}this.dropLink(e,r,false);}finishAdmission(e){this.mark(this.isHost?"peer admitted":"admitted"),e.admitted=true,e.detachHandshake(),e.detachHandshake=()=>{},this.emitter.emit("peerJoined",this.expose(e)),this.settle();}onIceState(e){let t=e.connection.iceConnectionState;if(!(t!=="failed"&&t!=="disconnected"&&t!=="closed")){if(this.isHost){(t==="failed"||t==="closed")&&this.dropLink(e,t,true);return}if(this.reportedUnreachableEpoch!==this.hostEpoch){this.reportedUnreachableEpoch=this.hostEpoch;try{this.options.signaling.reportHostUnreachable(this.hostEpoch,t);}catch(r){this.report_(r);}}}}onConnectionState(e){let t=e.connection.connectionState;t!=="failed"&&t!=="closed"||this.dropLink(e,t,true);}expose(e){return {playerId:e.playerId,assignedPeerId:e.assignedPeerId,connection:e.connection,channels:e.channels,send:(t,r="reliable")=>e.channels[r].send(t)}}dropLink(e,t,r){this.links.delete(e.playerId),e.detachAll();for(let o of Ee)ca(e.channels[o]);ca(e.connection),r&&e.admitted&&this.emitter.emit("peerLeft",e.playerId,t);}settle(){this.ready?.resolve(),this.ready=null;}fail(e){if(this.count(e.reason),this.ready!==null){let t=this.ready;this.ready=null,t.reject(e);return}this.emitter.emit("error",e);}report_(e){this.fail(e instanceof L?e:new L("connection_failed",mo(e),{cause:e}));}count(e){this.counted||!qu.has(e)||(this.counted=true,this.report([{type:"connection_failures_total",value:1}]));}refuseMedia(e,t){if(Nn(e))throw new L("media_refused",`the ${t} carries an active audio or video section. This path carries data channels only; voice belongs to the platform voice service, and gem-api age-gates relayed SDP that proposes media.`)}mark(e){this.options.boot?.mark(e);}sleep(e){return new Promise(t=>this.options.clock.setTimeout(t,e))}warn(e){let t=this.options.log;t!==null&&(t??(r=>console.warn(r)))(`[gem] ${e}`);}get endedReason(){return this.ended}};function re(n){return typeof n=="string"&&n.length>0?n:null}function Bn(n){return typeof n=="number"&&Number.isInteger(n)?n:null}function mo(n){return n instanceof Error?n.message:String(n)}function ca(n){try{n.close();}catch{}}var Uu=100,Bu=50,Bt=class{constructor(e){this.options=e;}options;queue=[];drainHandle=null;dropped=0;closed=false;dropListener=null;onDropped(e){this.dropListener=e;}join(){this.assertUsable(),this.options.bridge.signal("join",this.options.matchId,{});}offer(e,t){this.assertUsable(),this.options.bridge.signal("offer",this.options.matchId,{sdp:e,intent:t});}answer(e,t,r){this.assertUsable(),this.options.bridge.signal("answer",this.options.matchId,{peerId:e,sdp:t,assignedPeerId:r});}candidate(e,t,r,o){if(this.assertUsable(),this.queue.length>=(this.options.maxQueuedCandidates??Uu)){this.dropped+=1;return}this.queue.push({peerId:e,candidate:t,...r===void 0?{}:{sdpMid:r},...o===void 0?{}:{sdpMLineIndex:o}}),this.schedule();}migrationAck(e){this.assertUsable(),this.options.bridge.signal("migrationAck",this.options.matchId,{hostEpoch:e});}reportHostUnreachable(e,t){this.assertUsable(),this.options.bridge.signal("hostUnreachable",this.options.matchId,{hostEpoch:e,evidence:{iceState:t,lastSeenAt:Math.floor(this.options.clock.now()/1e3)}});}discardQueued(){this.queue.length=0;}close(){this.closed=true,this.discardQueued(),this.drainHandle!==null&&(this.options.clock.clearTimeout(this.drainHandle),this.drainHandle=null);}assertUsable(){if(this.closed)throw new L("signaling_unavailable","this signaling client has been closed");if(!this.options.bridge.parentSupports("p2p"))throw new L("signaling_unavailable","the page embedding this game did not advertise the `p2p` capability, so there is nothing to carry signaling. P2P needs the notification WebSocket, and only the parent can hold one \u2014 see public-docs/p2p-and-parties.md \xA72.")}schedule(){this.drainHandle!==null||this.closed||(this.drainHandle=this.options.clock.setTimeout(()=>{this.drainHandle=null;let e=this.queue.shift();if(e!==void 0){let{peerId:t,candidate:r,sdpMid:o,sdpMLineIndex:i}=e;this.options.bridge.signal("ice",this.options.matchId,{peerId:t,candidate:r,...o===void 0?{}:{sdpMid:o},...i===void 0?{}:{sdpMLineIndex:i}});}if(this.dropped>0&&this.queue.length===0){let t=this.dropped;this.dropped=0,this.options.onCandidatesDropped?.(t),this.dropListener?.(t);}this.queue.length>0&&this.schedule();},this.options.candidateIntervalMs??Bu));}};function U(n){return e=>typeof e=="string"&&e.length>0&&e.length<=n?e:void 0}function Le(n,e){return t=>typeof t=="number"&&Number.isInteger(t)&&t>=n&&t<=e?t:void 0}function at(...n){return e=>typeof e=="string"&&n.includes(e)?e:void 0}function ua(n){return typeof n=="boolean"?n:void 0}var ye=U(64),Ht=Le(0,2147483647);function go(n){if(!Array.isArray(n))return;let e=[];for(let t of n){if(e.length>=64)break;let r=ye(t);typeof r=="string"&&e.push(r);}return e}function W(n,e,t){return {to:n,from:e,read:t,required:true}}function B(n,e,t){return {to:n,from:e,read:t,required:false}}var Wu=n=>{if(typeof n!="object"||n===null||Array.isArray(n))return;let e=n,t=at("disconnected","failed","closed")(e.iceState),r=Le(0,4102444800)(e.lastSeenAt);if(!(t===void 0&&r===void 0))return {...t===void 0?{}:{ice_state:t},...r===void 0?{}:{last_seen_timestamp:r}}};Object.freeze(Object.assign(Object.create(null),{join:{type:"p2p_join",gameScoped:true,args:[]},offer:{type:"p2p_offer",gameScoped:false,args:[W("sdp","sdp",U(10240)),W("signaling_intent","intent",at("initial","ice_restart","full_reconnect")),B("sdp_hash","sdpHash",U(128))]},answer:{type:"p2p_answer",gameScoped:false,args:[W("peer_id","peerId",ye),W("sdp","sdp",U(10240)),W("assigned_peer_id","assignedPeerId",Le(0,4294967295)),B("sdp_hash","sdpHash",U(128))]},ice:{type:"p2p_ice_candidate",gameScoped:false,args:[W("peer_id","peerId",ye),W("candidate","candidate",U(512)),B("sdp_mid","sdpMid",U(64)),B("sdp_mline_index","sdpMLineIndex",Le(0,255))]},migrationAck:{type:"p2p_migration_ack",gameScoped:false,args:[W("host_epoch","hostEpoch",Ht)]},hostUnreachable:{type:"p2p_report_host_unreachable",gameScoped:false,args:[W("host_epoch","hostEpoch",Ht),B("evidence","evidence",Wu)]}}));Object.freeze(Object.assign(Object.create(null),{p2p_hello:"hello",p2p_sdp_offer:"offer",p2p_sdp_answer:"answer",p2p_ice_candidate:"ice",p2p_peer_joined:"peerJoined",p2p_peer_left:"peerLeft",p2p_host_migration:"migration",p2p_match_ended:"matchEnded",p2p_error:"error"}));Object.freeze(Object.assign(Object.create(null),{hello:[W("playerId","player_id",ye),W("hostPlayerId","host_player_id",ye),W("hostEpoch","host_epoch",Ht),B("members","members",go)],offer:[W("fromPlayerId","from_player_id",ye),W("sdp","sdp",U(10240)),B("sessionId","signaling_session_id",U(128)),B("sdpHash","sdp_hash",U(128)),B("iceUfrag","ice_ufrag",U(64)),B("intent","signaling_intent",at("initial","ice_restart","full_reconnect"))],answer:[W("fromPlayerId","from_player_id",ye),W("sdp","sdp",U(10240)),B("sessionId","signaling_session_id",U(128)),B("sdpHash","sdp_hash",U(128)),B("iceUfrag","ice_ufrag",U(64)),B("assignedPeerId","assigned_peer_id",Le(0,4294967295))],ice:[W("fromPlayerId","from_player_id",ye),W("candidate","candidate",U(512)),B("sdpMid","sdp_mid",U(64)),B("sdpMLineIndex","sdp_m_line_index",Le(0,255)),B("sdpMLineIndexAlt","sdp_mline_index",Le(0,255))],peerJoined:[W("playerId","player_id",ye)],peerLeft:[W("playerId","player_id",ye),B("reason","reason",U(64))],migration:[W("hostPlayerId","new_host_player_id",ye),W("hostEpoch","host_epoch",Ht),B("reason","reason",U(64)),B("kickedPlayerIds","kicked_player_ids",go),B("migrationComplete","migration_complete",ua)],matchEnded:[B("reason","reason",U(64))],error:[B("code","code",U(64)),B("message","message",U(256))]}));Object.freeze(Object.assign(Object.create(null),{party_invite_received:"inviteReceived",party_member_joined:"memberJoined",party_member_left:"memberLeft",party_member_kicked:"memberKicked",party_leader_transferred:"leaderTransferred",party_updated:"updated",party_disbanded:"disbanded",party_game_room_joined:"gameRoomJoined",party_game_room_left:"gameRoomLeft"}));var He="webrtc_p2p";function pa(n){let e=new Dt({client:n.client,gameId:n.gameId}),t=new Map;return {handleSignalEvent(r,o,i){t.get(r)?.handleSignal(o,i);},session(r){return t.get(r)??null},async connect(r={}){if(n.bridge===null)throw new L("signaling_unavailable","P2P signaling rides the notification WebSocket, which only the page embedding this game can hold. There is no bridge here \u2014 this is `mock` mode, or a game running outside the Arcade frame. See public-docs/p2p-and-parties.md \xA72.");let o=ce(r.clusterTargetId),i=o??ce(await n.resolveClusterTarget?.());n.rooms.isHost&&n.rooms.currentMatch===null&&n.rooms.currentRoom?.matchId===void 0&&await n.rooms.startMatch({...o===void 0?{}:{clusterTargetId:o},...r.signal===void 0?{}:{signal:r.signal}});let a=await n.rooms.awaitMatch({...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.signal===void 0?{}:{signal:r.signal}});if(a.protocol!==He)throw new L("unsupported_protocol",`match ${a.matchId} speaks '${a.protocol}', not '${He}'. Use \`dedicatedServer.connect()\` for a dedicated match; the two flows share WebRTC and nothing else.`);let s=new Bt({bridge:n.bridge,matchId:a.matchId,clock:n.clock}),l=new Ut({api:e,clock:n.clock,matchId:a.matchId,gameId:n.gameId(),baseUrl:typeof n.baseUrl=="function"?n.baseUrl():n.baseUrl,signaling:s,...i===void 0?{}:{clusterTargetId:i},...r.peerConnectionFactory===void 0?{}:{peerConnectionFactory:r.peerConnectionFactory},certificate:r.certificate??await Nt(),...r.timeoutMs===void 0?{}:{connectTimeoutMs:r.timeoutMs},...n.boot===void 0?{}:{boot:n.boot},...n.log===void 0?{}:{log:n.log}});s.onDropped(d=>l.notifyCandidatesDropped(d)),t.set(a.matchId,l),l.on("matchEnded",()=>t.delete(a.matchId));try{await l.start(r.signal);}catch(d){throw t.delete(a.matchId),l.close(),d}return l}}}function ga(n){let{analytics:e,rooms:t}=n,r=n.target??globalThis,o=n.document??globalThis.document,i=[];if(typeof r.addEventListener=="function"){let s=d=>{d?.persisted!==true&&e.endSession("pagehide");};r.addEventListener("pagehide",s),i.push(()=>r.removeEventListener?.("pagehide",s));let l=()=>e.setHidden(!Ue());for(let d of $n)r.addEventListener(d,l),i.push(()=>r.removeEventListener?.(d,l));typeof o?.addEventListener=="function"&&(o.addEventListener("resume",l),i.push(()=>o.removeEventListener?.("resume",l))),e.setHidden(!Ue());}let a=new Map;return i.push(t.on("matchReady",s=>{let l=s.protocol===He?"p2p":"dedicated";a.set(s.matchId,l),e.trackPlatform("gem_match_started",{transport:l});})),i.push(t.on("matchEnded",s=>{let l=a.get(s.matchId);l!==void 0&&(a.delete(s.matchId),e.trackPlatform("gem_match_ended",{transport:l}));})),()=>{for(let s of i.splice(0))try{s();}catch{}a.clear();}}async function Hn(n,e,t,r){let o=await t;return n.mark(e)&&r&&r(`[gem] boot: ${n.timeline()}`),o}function yo(n,e){let t=false;return async r=>{let o=await r;return !t&&e&&(t=true,e(`[gem] boot: ${n.timeline()}`)),o}}function fo(n={}){let e=n.now??(typeof performance>"u"?()=>Date.now():()=>performance.now()),t=[],r=new Set;return {marks:t,mark(o,i){return r.has(o)?false:(r.add(o),t.push({name:o,at:i??e()}),true)},timeline(){let o=[...t].sort((i,a)=>i.at-a.at);return o.map((i,a)=>{let s=o[a-1],l=s===void 0?"":` (+${Math.round(i.at-s.at)}ms)`;return `${i.name}@${Math.round(i.at)}ms${l}`}).join(" \u2192 ")}}}var Ku="GemWebSdkHandshake";var Ju=()=>Date.now();function ya(n,e,t={}){let r=n[Ku];if(r===void 0)return null;let o=t.ttlMs??9500,i=t.now??Ju,a=r.events.splice(0),s=r.times?.splice(0),l=0,d=0,m=false,c=i()-o;for(let p=a.length-1;p>=0;p--){let g=s?.[p];if(g!==void 0&&g<c){d+=1;continue}if(l+=1,e(a[p])===true){m=true;break}}return r.uninstall(),{capture:r,delivered:l,stale:d,accepted:m}}var ho=false;async function va(n,e,t,r){if(ho){e.close(),t("busy",true);return}ho=true;let o=null;try{let i=await Yu(n,r);if(typeof i=="string"){e.close(),t(i,zu(i));return}o=i;let s=await(r.encodeRef??(l=>em(l,r)))(o);if(o.close(),o=null,s===null){e.close(),t("failed",!0);return}if(s.size>Zu){e.close(),t("too_large",!1);return}e.postMessage(s);}catch(i){e.close(),t("failed",true),console.error("[gem] screenshot capture failed",i);}finally{ho=false,o?.close();}}function zu(n){switch(n){case "no_source":case "busy":case "failed":return true;case "not_wired":case "unsupported":case "unreadable":case "tainted":case "too_large":case "declined":return false}}async function Yu(n,e){if(e.handler){let i=await e.handler(n);return i===null?"declined":fa(i,n)}if(!e.useDefaultStrategy)return "not_wired";let t=e.documentRef??globalThis.document;if(!t)return "no_source";let r=Qu(t);if(!r)return "no_source";let o=Xu(r);if(o!==null)return o;try{return fa(await createImageBitmap(r),n)}catch(i){if(i instanceof DOMException&&i.name==="SecurityError")return "tainted";throw i}}function Xu(n){let e;try{e=n.getContext("webgl2")??n.getContext("webgl");}catch{return "unreadable"}if(e){let t=e.getContextAttributes();return !t||t.preserveDrawingBuffer!==true?"unsupported":null}try{if(n.getContext("2d"))return null}catch{return "unreadable"}return "unreadable"}function Qu(n){let e=null,t=0;for(let r of Array.from(n.querySelectorAll("canvas"))){let o=r.width*r.height;o<=0||r.clientWidth<=0||r.clientHeight<=0||o>t&&(e=r,t=o);}return e}async function fa(n,e){let{maxWidth:t,maxHeight:r}=e;if(n.width<=t&&n.height<=r)return n;let o=Math.min(t/n.width,r/n.height),i=Math.max(1,Math.floor(n.width*o)),a=Math.max(1,Math.floor(n.height*o));try{let s=await createImageBitmap(n,{resizeWidth:i,resizeHeight:a,resizeQuality:"high"});return n.close(),s}catch{return n.close(),"too_large"}}var Zu=8*1024*1024,ha="image/webp",ba=.92;async function em(n,e){try{if(typeof OffscreenCanvas=="function"){let i=new OffscreenCanvas(n.width,n.height),a=i.getContext("2d");if(a){a.drawImage(n,0,0);let s=await i.convertToBlob({type:ha,quality:ba});if(s&&s.size>0)return s}}}catch{}let t=e.documentRef??globalThis.document;if(!t)return null;let r=t.createElement("canvas");r.width=n.width,r.height=n.height;let o=r.getContext("2d");return !o||(o.drawImage(n,0,0),typeof r.toBlob!="function")?null:await new Promise(i=>{r.toBlob(a=>i(a),ha,ba);})}async function _a(n,e){if(!e)return;let t;try{t=await tm(e);}catch(r){console.error("[gem] onFeedbackContext threw; sending the report without context",r);return}if(t!=null){if(typeof t!="object"||Array.isArray(t)){console.error("[gem] onFeedbackContext must return a plain object or null; got",t);return}n.sendGameContext(t);}}function tm(n){return new Promise((e,t)=>{let r=false,o=setTimeout(()=>{r||(r=true,console.warn("[gem] onFeedbackContext did not answer within 1000ms; sending the report without context. Gather cheaply, or keep a snapshot."),e(null));},1e3);(async()=>n())().then(i=>{r||(r=true,clearTimeout(o),e(i??null));},i=>{r||(r=true,clearTimeout(o),t(i instanceof Error?i:new Error(String(i))));});})}var wa=Symbol.for("@indiegems/gem-web-sdk:audio-guard");function Sa(n=globalThis){let t=n[wa];if(t!==void 0)return t;let r=false,o=()=>r,i=[],a=nm(n,o);a!==null&&i.push(a);let s=rm(n,o);s!==null&&i.push(s);let l={get muted(){return r},setMuted(d){let m=!!d;if(m!==r){r=m;for(let c of i)c();}}};return Object.defineProperty(n,wa,{value:l,configurable:true}),l}function nm(n,e){let t=n.AudioNode?.prototype,r=n.AudioDestinationNode;if(t===void 0||r===void 0)return null;let o=n.OfflineAudioContext,i=t.connect,a=t.disconnect,s=new Map,l=m=>{let c=m.gain,p=m.context.currentTime;c.cancelScheduledValues(p),e()?c.setValueAtTime(0,p):c.setTargetAtTime(1,p,.01);},d=m=>{let c=m.context;if(o!==void 0&&c instanceof o)return null;let p=s.get(c);return p===void 0&&(p=c.createGain(),p.gain.value=e()?0:1,i.call(p,m),s.set(c,p)),p};return t.connect=function(...c){let[p,...g]=c;if(p instanceof r){let y;try{y=d(p);}catch{y=null;}if(y!==null)return i.call(this,y,...g),p}return i.apply(this,c)},t.disconnect=function(...c){let[p,...g]=c;if(p instanceof r){let y=s.get(p.context);if(y!==void 0&&y!==this)try{return a.call(this,y,...g)}catch{}}return a.apply(this,c)},()=>{for(let[m,c]of s){if(m.state==="closed"){s.delete(m);continue}try{l(c);}catch{}}}}function rm(n,e){let t=n.HTMLMediaElement;if(t===void 0)return null;let r=t.prototype,o=Object.getOwnPropertyDescriptor(r,"muted"),i=o?.get,a=o?.set;if(i===void 0||a===void 0)return null;let s=r.play,l=new WeakMap,d=new WeakSet,m=new Set,c=p=>{l.has(p)||l.set(p,!!i.call(p)),d.has(p)||(d.add(p),m.add(new WeakRef(p))),a.call(p,(l.get(p)??false)||e());};return Object.defineProperty(r,"muted",{configurable:true,enumerable:o?.enumerable??true,get(){let p=l.get(this);return p===void 0?!!i.call(this):p},set(p){l.set(this,!!p),c(this);}}),r.play=function(){try{c(this);}catch{}return s.call(this)},n.document?.addEventListener("play",p=>{let g=p.target;if(g instanceof t)try{c(g);}catch{}},true),()=>{for(let p of m){let g=p.deref();if(g===void 0){m.delete(p);continue}try{a.call(g,(l.get(g)??!1)||e());}catch{}}}}function Ra(n){let e=n.windowMs??1e3,t=n.realm??globalThis,r=false,o=false,i=false,a=null,s=null,l=null,d=[],m=()=>r&&!o&&!i,c=()=>{s=null,l=null,d=[];},p=w=>{if(a=null,!m()){c();return}if(l!==null&&d.push(w-l),l=w,s===null)s=w;else {let k=w-s;k>=e&&d.length>0&&(n.report(om(d,k)),s=w,d=[]);}g();},g=()=>{let w=t.requestAnimationFrame;typeof w=="function"&&(a=w.call(t,p));},y=()=>{if(m()){a===null&&(c(),g());return}a!==null&&(t.cancelAnimationFrame?.call(t,a),a=null),c();};return {setRequested(w){r=w,y();},setPaused(w){o=w,y();},get running(){return a!==null},dispose(){i=true,y();}}}function om(n,e){let t=[...n].sort((o,i)=>o-i),r=Math.max(1,Math.ceil(t.length*.95));return {fps:n.length*1e3/e,frameTimeP95Ms:t[r-1]}}var Vn=Object.freeze({top:"--gem-safe-top",right:"--gem-safe-right",bottom:"--gem-safe-bottom",left:"--gem-safe-left"});function ka(){let e=globalThis.document?.documentElement;return e&&typeof e.style?.setProperty=="function"?e:null}function xa(n,e){n!==null&&(n.style.setProperty(Vn.top,`${e.top}px`),n.style.setProperty(Vn.right,`${e.right}px`),n.style.setProperty(Vn.bottom,`${e.bottom}px`),n.style.setProperty(Vn.left,`${e.left}px`));}var im=3e4,Wn=class extends Error{retryable;reason;constructor(e,t,r){super(r),this.name="LocalServerError",this.reason=e,this.retryable=t;}};function Aa(n){let e=n.clock??ie,t=n.timeoutMs??im,r=new Map,o=new Map,i=0,a=s=>{let l=r.get(s);return l?(r.delete(s),o.delete(l.room),e.clearTimeout(l.timer),l):null};return {available(){return n.bridge.parentSupports("localHost")},ensure(s){if(!n.bridge.parentSupports("localHost"))return Promise.resolve();let l=o.get(s);if(l)return l;let d=new Promise((m,c)=>{let p=`ls${++i}`,g=e.setTimeout(()=>{r.delete(p),o.delete(s),c(new Wn("timeout",true,`the embedder did not answer a local-server request for room ${s} within ${String(t)}ms`));},t);r.set(p,{room:s,resolve:m,reject:c,timer:g}),n.bridge.requestLocalServer(p,s)||(a(p),m());});return o.set(s,d),d.catch(()=>{}),d},accept(s){a(s.requestId)?.resolve();},refuse(s){let l=a(s.requestId);l&&l.reject(new Wn(s.reason,s.retryable,s.reason==="refused"?`the platform refused to let this machine serve room ${l.room}. Check that you are signed in as a developer on this game, that the room is on the dev or test channel, and that you host it.`:`this machine could not start a server for room ${l.room}. Your development tool has the reason.`));}}}var Vt={url:"https://downloads.indiegems.games/sdk/v5.11.0/gem-web-sdk.devtools.min.js",integrity:"sha384-OZkVkgqK11rxlQEJhh8yKYF4JJkA1gvwKIkzTtDDYylTR0fOkOYhsFjNrCUq3sa4"};var dt=null;function sm(){return dt!==null||(dt=new Promise((n,e)=>{let t=document.createElement("script");t.src=Vt.url,t.integrity=Vt.integrity,t.crossOrigin="anonymous",t.onload=()=>{let r=window.GemWebSdkDevtools;if(r===void 0){dt=null,e(new Error(`gem devtools: the panel loaded but attached nothing. The artifact at ${Vt.url} is not a gem-web-sdk devtools build.`));return}n(r);},t.onerror=()=>{dt=null,e(new Error(`gem devtools: could not load ${Vt.url}. Either the network refused it or its Subresource Integrity check failed, or the CDN did not answer the CORS preflight this request needs \u2014 SRI is only checkable on bytes the page may read. A locally rebuilt SDK is the commonest cause: it produces panel bytes that do not match the hash compiled into this build.`));},document.head.append(t);})),dt}function Pa(n,e){let t=null,r=0;async function o(i){if(t!==null)return true;let a=++r;if(!e())return false;let s=await sm();return !e()||a!==r?false:(t!==null||(t=s.mount(n(),{openedBy:i,text:je,onDismiss:()=>{t?.unmount(),t=null;}})),true)}return {get isOpen(){return t!==null},close(){r+=1,t?.unmount(),t=null;},open:()=>o("game"),openFrom:o}}var am=1e4,Ea={reason:"unavailable",retryable:false};function Ta(n){let e=new Map,t=null,r=null,o=0,i=(d,m)=>{m.timer=n.clock.setTimeout(()=>{e.delete(d),m.reject({reason:"timeout",retryable:true});},n.timeoutMs??am);},a=(d,m)=>{let c=s(d);c&&m(c);},s=d=>{let m=e.get(d);return m?(e.delete(d),n.clock.clearTimeout(m.timer),m):null},l=new Ye({clock:n.clock,onStateChange:n.onStateChange,request:d=>new Promise((m,c)=>{let p=n.bridge.currentState;if(p==="refused"||p==="closed"){c(Ea);return}let g=`t${++o}`,y={resolve:m,reject:c,reason:d,timer:null,held:p!=="connected"};e.set(g,y),i(g,y),y.held||n.bridge.requestToken(g,d);})});return {source:l,onToken(d){let m={token:d.token,expiresAt:d.expiresAt,chainEndsAt:d.chainEndsAt};if(t={playerId:d.playerId,gameId:d.gameId,channel:d.channel},r=d.gameVersion??null,d.requestId!==void 0&&e.has(d.requestId)){a(d.requestId,c=>c.resolve(m));return}l.accept(m);},onDenied(d){a(d.requestId,m=>m.reject({reason:d.reason,retryable:d.retryable,retryAfterMs:d.retryAfterMs}));},onBridgeState(d){if(d==="connected")for(let[m,c]of e)c.held&&(c.held=false,n.clock.clearTimeout(c.timer),i(m,c),n.bridge.requestToken(m,c.reason));else if(d==="refused"||d==="closed")for(let m of [...e.keys()])a(m,c=>c.reject(Ea));},get identity(){return t},get gameVersion(){return r}}}function lm(n){let e=n.lastIndexOf("@");return (e===-1?n:`***@${n.slice(e+1)}`).slice(0,200)}var dm=new Set(Xt);function cm(n){if(!n)return {};let e={};for(let[t,r]of Object.entries(n))dm.has(t.toLowerCase())&&(e[t.toLowerCase()]=r);return e}function Kn(n){let e=n.fetch??globalThis.fetch.bind(globalThis);return Bo(async(t,r)=>{let o;try{o=new URL(n.baseUrl.replace(/\/+$/,""));}catch{throw new me("the configured baseUrl is not a valid URL. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure.")}let i;try{i=new URL(o.href.replace(/\/+$/,"")+t.path);}catch{throw new me(`${JSON.stringify(typeof t.path=="string"?lm(t.path):"(a non-string path)")} does not form a valid URL against ${o.protocol}//${o.host}. This is a malformed request, not a server failure.`)}if(i.protocol!==o.protocol||i.host!==o.host)throw new me(`${JSON.stringify(i.pathname)} resolves to ${i.protocol}//${i.host}, not ${o.protocol}//${o.host}. A request path may not change the request's origin \u2014 it carries the play token.`);if(i.username!==""||i.password!==""){let p=o.username!==""||o.password!=="",g=i.username!==o.username||i.password!==o.password,y=p?g?"baseUrl (and possibly the request path)":"baseUrl":"request path";throw new me(`the ${y} puts credentials in the URL, which cannot be fetched (${t.method} ${i.pathname}). The value is withheld here rather than written to logs. This is a malformed request, not a server failure.`)}for(let[p,g]of Object.entries(n.defaultQuery??{}))i.searchParams.has(p)||i.searchParams.set(p,g);let a;try{a=t.body===void 0?void 0:JSON.stringify(t.body);}catch(p){throw new me(`the body of ${t.method} ${JSON.stringify(i.pathname)} could not be serialised to JSON: ${String(p)}. This is a bug in the request, not a server failure \u2014 retrying sends the same unserialisable value.`)}let s=await e(i.toString(),{method:t.method,headers:{authorization:`Bearer ${r}`,...t.body===void 0?{}:{"content-type":"application/json"},...cm(t.headers)},body:a,signal:t.signal,...t.keepalive===void 0?{}:{keepalive:t.keepalive},credentials:"omit",mode:"cors",redirect:"error",cache:"no-store",referrerPolicy:"no-referrer"}),l=await s.text(),d=null;if(l.length>0)try{d=JSON.parse(l);}catch{d=l;}let m=s.headers.get("etag"),c=um(s.headers.get("retry-after"));return {status:s.status,body:d,...m===null?{}:{etag:m},...c===void 0?{}:{retryAfterSeconds:c}}},n)}function um(n){if(n===null)return;let e=n.trim();if(!/^\d+$/.test(e))return;let t=Number(e);return Number.isFinite(t)?t:void 0}var mm=new Set(["invalid_sdp","age_restricted","match_not_found","not_match_member","account_banned"]),vo="embedder_relay_unavailable",pm="embedder_no_relay",gm=new Set([vo]),_o=new Set([pm]),Wt=class{constructor(e){this.options=e;}options;pending=new Map;channel(){return new bo(this)}handleEvent(e){let t=this.pending.get(e.matchId);if(t!==void 0){if(e.event==="matchEnded"){t.refuse(new h("match_ended",`the match ended while the offer was in flight (${e.reason??"no reason given"}), so no server is left to answer it`));return}if(e.event==="answer"){if(typeof e.sdp!="string"||e.sdp.length===0){t.refuse(new h("signaling_failed","the parent relayed an answer with no SDP in it"));return}t.settle({sdp:e.sdp});return}t.refuse(ym(e.code,e.message));}}register(e,t){this.pending.get(e)?.refuse(new h("signaling_failed","a newer offer for this match superseded the one in flight")),this.pending.set(e,t);}release(e,t){this.pending.get(e)===t&&this.pending.delete(e);}transport(){let e=this.options.bridge;if(e===null)throw new h("signaling_unavailable","this game is not running inside a page that holds the player's notification socket, so there is nothing to carry an offer. Dedicated signaling needs that socket and only the page can hold one \u2014 see public-docs/dedicated-server-flow.md \xA72.");if(!e.parentSupports("dedicated"))throw new h("signaling_unavailable","the page embedding this game did not advertise the `dedicated` capability, so it will not relay signaling for a dedicated server. See public-docs/dedicated-server-flow.md \xA72.");return e}};function ym(n,e){let t=e??"the offer was refused",r=n===void 0?t:`${t} (${n})`;return new h(fm(n),r,{platformCode:n})}function fm(n){return n===void 0||gm.has(n)?"signaling_failed":_o.has(n)?"offer_refused":mm.has(n)?n==="invalid_sdp"?"invalid_sdp":"offer_refused":"signaling_failed"}var bo=class{constructor(e){this.hub=e;}hub;closed=false;teardown=null;exchange(e,t){if(this.closed)return Promise.reject(new h("signaling_unavailable","this signaling channel is closed"));let r;try{r=this.hub.transport();}catch(o){return Promise.reject(o)}return t?.aborted?Promise.reject(new h("aborted","the caller aborted before the offer was sent")):new Promise((o,i)=>{let a=()=>{s(),i(new h("aborted","the caller aborted the signaling exchange"));},s=()=>{t?.removeEventListener("abort",a),this.hub.release(e.matchId,l),this.teardown===s&&(this.teardown=null);},l={settle:d=>{s(),o(d);},refuse:d=>{s(),i(d);}};this.teardown=s,t?.addEventListener("abort",a),this.hub.register(e.matchId,l);try{r.dedicatedOffer(e.matchId,e.sdp,e.intent);}catch(d){l.refuse(d instanceof h?d:new h("signaling_failed",d instanceof Error?d.message:String(d),{cause:d}));}})}close(){this.closed=true,this.teardown?.(),this.teardown=null;}};var Ia="match_ended:",Ca="server_shutdown:",Ma="kicked:",hm=123;function bm(n){if(typeof n!="string"||n.length===0||n.length>hm)return {kind:"other"};if(n.startsWith(Ia)){let e=Me(n.slice(Ia.length));return e==="unknown"?{kind:"other"}:{kind:"match_ended",reason:e}}return n.startsWith(Ca)?{kind:"server_shutdown",cause:n.slice(Ca.length)}:n.startsWith(Ma)?{kind:"kicked",detail:n.slice(Ma.length)}:{kind:"other"}}function wo(n,e,t){let r=bm(t),o=r.kind==="kicked"?"kicked":"link_closed";n.notifyMatchDisconnected(o).catch(()=>{}),r.kind==="match_ended"&&n.reconcile({matchId:e,reason:r.reason}).catch(()=>{});}function So(){return {exchange(){return Promise.reject(new h("signaling_unavailable","no signaling channel is wired. The exchange rides the notification WebSocket, and POST /v1/ws/ticket accepts only account credentials \u2014 a game frame holds a game-scoped token and cannot mint one \u2014 so it has to be relayed by the page embedding this game. Run inside a parent that advertises `dedicated`, or pass your own `signaling` implementation. See public-docs/dedicated-server-flow.md \xA72."))},close(){}}}var vm=3e3,_m=1e4,wm=15e3;async function Jn(n){let e=n.peerConnection;try{La(n,"before the handshake started"),Ro(n);let t=e.createDataChannel(n.channelLabel??"gem",{ordered:!0});for(let a of n.extraChannels??[]){let s=e.createDataChannel(a.label,{...a.ordered===void 0?{}:{ordered:a.ordered},...a.maxRetransmits===void 0?{}:{maxRetransmits:a.maxRetransmits}});n.onExtraChannel?.(a.label,s);}let r=await e.createOffer();await e.setLocalDescription(r),await km(e,n),Ro(n);let o=e.localDescription?.sdp??r.sdp;if(!o)throw new h("invalid_sdp","the offer carried no SDP");Oe(o,"offer"),Oa(o,"offer");let i=await Rm(n,o);if(Ro(n),typeof i?.sdp!="string")throw new h("invalid_sdp","the signaling channel answered without an SDP");return Oe(i.sdp,"answer"),Oa(i.sdp,"answer"),await e.setRemoteDescription({type:"answer",sdp:i.sdp}),await xm(t,n),La(n,"before the channel opened"),t}catch(t){throw e.close(),Sm(t)}}function Sm(n){return n instanceof h?n:$a(n)?Ve():new h("connection_failed",Fa(n),{cause:n})}function Oa(n,e){if(Nn(n))throw new h("media_refused",`the ${e} carries an active audio or video section. This path carries a data channel only; voice belongs to the platform voice service.`)}async function Rm(n,e){let t=n.exchangeTimeoutMs??_m,r=Da(n,t),o=n.signaling.exchange({matchId:n.matchId,sdp:e,intent:n.intent??"initial"},n.signal).catch(i=>{throw i instanceof h?i:$a(i)?Ve():new h("signaling_failed",Fa(i),{cause:i})});return Am(o,n,r,()=>r.exhausted?ko("while the offer was in flight"):new h("timeout",`no answer arrived within ${t}ms`))}function km(n,e){if(n.iceGatheringState==="complete"||e.signal?.aborted)return Promise.resolve();let{clock:t}=e;return new Promise(r=>{let o=()=>{t.clearTimeout(a),n.removeEventListener("icegatheringstatechange",i),e.signal?.removeEventListener("abort",o),r();},i=()=>{n.iceGatheringState==="complete"&&o();},a=t.setTimeout(o,e.gatherTimeoutMs??vm);n.addEventListener("icegatheringstatechange",i),e.signal?.addEventListener("abort",o);})}function xm(n,e){if(e.signal?.aborted)return Promise.reject(Ve());if(n.readyState==="open")return Promise.resolve();if(n.readyState!=="connecting")return Promise.reject(new h("connection_failed",`the data channel was already '${n.readyState}' when the answer was applied`));let{clock:t}=e,r=e.openTimeoutMs??wm,o=Da(e,r);return new Promise((i,a)=>{let s=()=>{t.clearTimeout(p),n.removeEventListener("open",l),n.removeEventListener("close",d),n.removeEventListener("error",d),e.signal?.removeEventListener("abort",m);},l=()=>{s(),i();},d=g=>{s(),a(new h("connection_failed","the data channel failed before it opened",Ga(g)===void 0?void 0:{cause:Ga(g)}));},m=()=>{s(),a(Ve());},c=()=>{s(),a(o.exhausted?ko("while the channel was still opening"):new h("timeout",`the data channel did not open within ${r}ms`));},p=t.setTimeout(c,o.ms);n.addEventListener("open",l),n.addEventListener("close",d),n.addEventListener("error",d),e.signal?.addEventListener("abort",m);})}function Da(n,e){if(n.credentialExpiresAt===void 0)return {ms:e,exhausted:false};let t=n.credentialExpiresAt-n.clock.now();return t<=e?{ms:Math.max(0,t),exhausted:true}:{ms:e,exhausted:false}}function Am(n,e,t,r){let{clock:o,signal:i}=e;return i?.aborted?Promise.reject(Ve()):new Promise((a,s)=>{let l=c=>{o.clearTimeout(m),i?.removeEventListener("abort",d),c();},d=()=>l(()=>s(Ve())),m=o.setTimeout(()=>l(()=>s(r())),t.ms);i?.addEventListener("abort",d),n.then(c=>l(()=>a(c)),c=>l(()=>s(c)));})}function La(n,e){if(n.credentialExpiresAt!==void 0&&!(n.clock.now()<n.credentialExpiresAt))throw ko(`already ${e}`)}function ko(n){return new h("credential_expired",`the join credential ran out ${n} \u2014 poll match status again for a fresh one`)}function Ro(n){if(n.signal?.aborted)throw Ve()}function Ve(){return new h("aborted","the caller aborted the connection attempt")}function $a(n){return n?.name==="AbortError"}function Ga(n){return n?.error}function Fa(n){return n instanceof Error?n.message:String(n)}Object.freeze(Object.assign(Object.create(null),{webrtc_sdp_answer:"answer",webrtc_error:"error",match_ended:"matchEnded"}));Object.freeze(Object.assign(Object.create(null),{answer:[W("sdp","sdp",U(10240)),B("sessionId","session_id",U(64))],error:[B("code","code",U(64)),B("message","message",U(256))],matchEnded:[B("reason","reason",U(64))]}));function Wa(n){let{client:e,clock:t,rooms:r}=n,o=n.signaling??So,i=n.log??(v=>console.warn(v)),a=new it({client:e,gameId:()=>r.gameId,transport:"dedicated"}),s=new Map,l=(v,S)=>{let O=s.get(v)??new Set;O.add(S),s.set(v,O);},d=(v,S)=>{let O=s.get(v);O!==void 0&&(O.delete(S),O.size===0&&s.delete(v));},m=async v=>{if(r.isHost&&!Ao(r)&&r.currentRoom?.matchId===void 0){let S=ce(v.clusterTargetId);await r.startMatch({...S===void 0?{}:{clusterTargetId:S},...v.retry===void 0?{}:{retry:v.retry},...v.signal===void 0?{}:{signal:v.signal}});}return Ha(r.matchConnectionState==="suspended"?await r.reconnectToMatch(xo(v)):await r.awaitMatch(xo(v)))},c=async v=>Ha(await r.pollMatchStatus(xo(v))),p=async(v,S)=>{let O=false;try{let x=await m(v),H=r.currentRoom?.transports;if(H!==void 0&&!H.includes("webrtc"))throw new h("misconfigured",`the room template offers (${H.join(", ")||"no transports"}), not webrtc, which is all this path dials. Connect through gem.match.connect(), or pass \`transports: []\` here to negotiate across the template's list.`);let N=v.peerConnection??Va();O=!0;let V=await Jn({peerConnection:N,signaling:S,clock:t,matchId:x.matchId,credentialExpiresAt:x.credentialExpiresAt,...zn(v,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal")}),R=null;if(v.presentCredential!==!1)try{R=await Et({channel:V,clock:t,credential:x.joinCredential,credentialExpiresAt:x.credentialExpiresAt,...zn(v,"onMessage","signal"),...v.welcomeTimeoutMs===void 0?{}:{ceilingMs:v.welcomeTimeoutMs}});}catch(E){throw Se(V),Se(N),E}return Gm(r,x,V,N,S,v.reportDisconnect!==!1,v.reportConnected!==!1,R,{remember:l,forget:d},v.onMatchEnded)}catch(x){throw O&&Ba(a,x),Se(S),x}},g=async(v,S,O,x,H,N)=>{if(v==="webtransport"){let j=x?.webtransport;if(j===void 0)throw new h("misconfigured","webtransport is not advertised");let C={credential:O.joinCredential,credentialExpiresAt:O.credentialExpiresAt,clock:t};if(typeof j.named_url=="string"&&j.named_url!==""){let ee=Math.max(Math.floor(N/2),1e3);try{return await Mt({url:j.named_url,timeoutMs:ee,log:i,...C})}catch(ue){if(Ln()!==null)throw ue;return i(`[gem] webtransport named dial failed (${Mn(ue)}); retrying the pinned dial`),Mt({url:j.url,certHashBase64:j.cert_sha256_b64,timeoutMs:ee,log:i,...C})}}return Mt({url:j.url,certHashBase64:j.cert_sha256_b64,timeoutMs:N,...C})}if(v==="websocket"){let j=x?.websocket;if(j===void 0)throw new h("misconfigured","websocket is not advertised");return Wr({url:j.url,credential:O.joinCredential,credentialExpiresAt:O.credentialExpiresAt,clock:t,timeoutMs:N})}let V=S.peerConnection??Va(),R,E=await Jn({peerConnection:V,signaling:H,clock:t,matchId:O.matchId,credentialExpiresAt:O.credentialExpiresAt,extraChannels:[{label:It,ordered:false,maxRetransmits:0}],onExtraChannel:(j,C)=>{j===It&&(R=C);},...zn(S,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal"),...S.exchangeTimeoutMs===void 0&&S.redial===true?{exchangeTimeoutMs:Tm}:{}}),G;try{G=await Et({channel:E,clock:t,credential:O.joinCredential,credentialExpiresAt:O.credentialExpiresAt,wire:Cn,heartbeat:!0,...zn(S,"signal"),...S.welcomeTimeoutMs===void 0?{}:{ceilingMs:S.welcomeTimeoutMs}});}catch(j){throw Se(E),Se(V),j}let D=G.welcome.heartbeatIntervalMs;return {link:Jr(E,V,R,D===void 0?void 0:{clock:t,intervalMs:D}),welcome:G.welcome,channel:E,peerConnection:V}},y=(v,S,O,x,H)=>{let N=false,V;x.link.onClose(D=>{!N&&v.reportDisconnect!==false&&wo(r,S.matchId,D),V?.(D);}),v.reportDisconnect!==false&&v.reportConnected!==false&&r.notifyMatchConnected(S.matchId);let R={transport:x.link.transport,send:(D,j)=>x.link.send(D,j),onMessage:D=>x.link.onMessage(D),onClose:D=>{V=D;},close:()=>x.link.close()},E=()=>{N||(N=true,Se(x.link),Se(H));},G=D=>{if(!N){try{v.onMatchEnded?.(D);}catch{}E();}};return l(S.matchId,G),{matchId:S.matchId,transport:O,link:R,joinCredential:S.joinCredential,credentialExpiresAt:S.credentialExpiresAt,welcome:x.welcome,...x.channel===void 0?{}:{channel:x.channel},...x.peerConnection===void 0?{}:{peerConnection:x.peerConnection},close(){d(S.matchId,G),E();}}},w=async(v,S)=>{let O=r.currentRoom?.id,x=r.gameId,H=()=>({advert:Ct(r.currentRoom?.settings,v),template:r.currentRoom?.transports??null});if(O===void 0||x===null)return H();try{let N=await e.get(`/v2/games/${encodeURIComponent(x)}/game-rooms/${encodeURIComponent(O)}`,S);return {advert:Ct(N.settings,v),template:rt(N.transports)??r.currentRoom?.transports??null}}catch{return H()}},k=(v,S)=>{let O=v??ja;return S.length===0?O:O.filter(x=>S.includes(x))},P=async(v,S,O)=>{try{let x=await m(v),{advert:H,template:N}=await w(x.matchId,v.signal),V=k(N,S),R=V.filter(Y=>Mm(Y,H)),E=Ln();if(E!==null&&V.includes("webtransport")&&H?.webtransport!==void 0&&i(`[gem] webtransport skipped: ${E} (learned on an earlier dial in this page)`),R.length===0){let Y=N===null?`the default order (${ja.join(", ")})`:`the room template's transports (${N.join(", ")||"none"})`;throw new h("misconfigured",`none of ${Y}`+(S.length>0?`, narrowed to (${S.join(", ")}),`:"")+" is available here: the server advertises none of them, and only webrtc qualifies without an advertisement.")}let G=v.transportAttemptTimeoutMs??Em,D=()=>v.deadlineAt===void 0?1/0:v.deadlineAt-t.now(),j=Y=>n.signalingReady===void 0||Y<=0?Promise.resolve(!0):n.signalingReady(Y),C=[],ee=[];for(let Y of R){if(D()<qa){i(`[gem] ${Y} rung not tried: the reconnect budget is spent`);break}ee.length>0&&x.credentialExpiresAt-t.now()<Ua&&(x=await c(v)),ee.push(Y);let Te=!1,fe=!1,Re={attempts:0,waitedMs:0};for(;;){if(Y==="webrtc"&&v.redial===!0){let Z=Math.min(Na,D());await j(Z)||i(`[gem] webrtc rung: the page has not reported its signaling socket up after ${Math.round(Z)}ms; offering anyway`);}let z=Math.max(Math.min(G,D()),qa);try{return y(v,x,Y,await g(Y,v,x,H,O,z),O)}catch(Z){let X=Z instanceof h?Z:new h("connection_failed",Z instanceof Error?Z.message:String(Z),{cause:Z});if(Y==="webrtc"&&Ba(a,X),(X.reason==="credential_expired"||X.reason==="credential_reused")&&!Te){Te=!0,x=await c(v);continue}if(Y==="webrtc"&&X.reason==="signaling_failed"&&X.platformCode===vo&&!fe){fe=!0;let ae=Math.min(Na,D());if(i(`[gem] webrtc rung: the page could not put the offer on its socket; waiting up to ${Math.round(ae)}ms for the socket before offering again`),await j(ae))continue}if(X.reason==="join_rate_limited"){let ae=Cm(Re,Math.random,D());if(ae!==null){if(Re.attempts+=1,Re.waitedMs+=ae,i(`[gem] ${Y} rung: the server is rate-limiting this player's joins; waiting ${Math.round(ae)}ms before presenting again (retry ${Re.attempts} of ${Ja.maxAttempts})`),await En(t,ae,v.signal),v.signal?.aborted)throw new h("aborted","the caller aborted while waiting out a join rate limit");x.credentialExpiresAt-t.now()<Ua&&(x=await c(v));continue}}if(Im.has(X.reason)||X.reason==="credential_expired"||Y==="webrtc"&&Ka(X)){i(`[gem] ${Y} rung failed (${X.reason}): ${Mn(X.cause??X)} \u2014 `+(ee.length<R.length?`falling through to ${R[ee.length]}`:"no rungs left")),C.push(X);break}throw i(`[gem] ${Y} rung refused the session (${X.reason}): ${X.message}`),X}}}let ue=C[C.length-1];throw ue===void 0?new h("timeout",`the reconnect budget ran out before any transport (${R.join(", ")}) could be tried`):new h(ue.reason,`every transport tried (${ee.join(", ")}) failed; the last said: ${ue.message}`,{cause:C,platformCode:ue.platformCode})}catch(x){throw Se(O),x}};return {listClusterTargets:async(v={})=>Cr({client:e,...v}),handleMatchEnded(v,S){let O=s.get(v);if(O!==void 0){s.delete(v);for(let x of O)x(S);}},connect:(async(v={})=>{let S=v.signaling??o();return v.transports===void 0?p(v,S):P(v,v.transports,S)})}}var ja=["webtransport","webrtc","websocket"],Em=1e4,Tm=5e3,Na=3e3,qa=1e3,Ua=1e4,Im=new Set(["timeout","connection_failed","signaling_unavailable","signaling_failed"]);function Ka(n){return n.platformCode!==void 0&&_o.has(n.platformCode)}var Ja={initialDelayMs:2e3,factor:2,jitterMs:1e3,maxAttempts:3,budgetMs:15e3};function Cm(n,e=Math.random,t=1/0){let r=Ja;if(n.attempts>=r.maxAttempts)return null;let o=Math.min(r.budgetMs-n.waitedMs,t);if(o<r.initialDelayMs)return null;let i=r.initialDelayMs*r.factor**n.attempts;return Math.min(i+e()*r.jitterMs,o)}function Mm(n,e){return n==="webrtc"?e===null||e.webrtc!==false:e===null?false:n==="webtransport"?e.webtransport!==void 0&&On():e.websocket===void 0?false:e.websocket.tls===true||globalThis.isSecureContext!==true||Om(e.websocket.url)}function Om(n){if(typeof n!="string")return false;let e;try{e=new URL(n).hostname.toLowerCase();}catch{return false}return an(e)}function xo(n){return {...n.timeoutMs===void 0?{}:{timeoutMs:n.timeoutMs},...n.pollIntervalMs===void 0?{}:{pollIntervalMs:n.pollIntervalMs},...n.signal===void 0?{}:{signal:n.signal}}}var Lm=new Set(["timeout","connection_failed","credential_expired","signaling_unavailable","signaling_failed","invalid_sdp","join_refused"]);function Ba(n,e){e instanceof h&&(!Lm.has(e.reason)&&!Ka(e)||n.report([{type:"connection_failures_total",value:1}]));}function Gm(n,e,t,r,o,i,a,s,l,d){let m=false,c=()=>{m||wo(n,e.matchId,void 0);};i&&(t.addEventListener("close",c),a&&n.notifyMatchConnected(e.matchId));let p=()=>{m||(m=true,t.removeEventListener("close",c),s?.detach(),Se(t),Se(r),Se(o));},g=y=>{if(!m){try{d?.(y);}catch{}p();}};return l.remember(e.matchId,g),{matchId:e.matchId,channel:t,peerConnection:r,joinCredential:e.joinCredential,credentialExpiresAt:e.credentialExpiresAt,welcome:s?.welcome??null,close(){l.forget(e.matchId,g),p();}}}function Ao(n){let e=n.matchSession.phase;return e!=="none"&&e!=="ended"}function Ha(n){if(n.status==="failed")throw new h("allocation_failed",`match ${n.matchId} did not come up: ${n.reason}`);if(n.status==="ended")throw new h("match_ended",`match ${n.matchId} ended (${n.reason}) before this side connected.`);if(n.protocol!==Pn)throw new h("unsupported_protocol",`match ${n.matchId} speaks '${n.protocol}', which a browser cannot connect. Only '${Pn}' is reachable from a frame; host and port on this response are advisory and must not be dialled.`);let{joinCredential:e,credentialExpiresAt:t}=n;if(e===void 0||t===void 0)throw new h("connection_failed",`match ${n.matchId} is ready but issued no join credential, so the server would refuse the channel once it opened \u2014 poll match status again.`);return {...n,joinCredential:e,credentialExpiresAt:t}}function Va(){let n=globalThis.RTCPeerConnection;if(!n)throw new h("misconfigured","this environment has no RTCPeerConnection. Pass `peerConnection` to connect against a stand-in, which is how the flow is tested outside a browser.");return new n({iceServers:[]})}function Se(n){try{n.close();}catch{}}function zn(n,...e){let t={};for(let r of e)n[r]!==void 0&&(t[r]=n[r]);return t}var Dm=1e4;function za(n,e){return Po(n,e)}function Po(n,e){if(typeof n.serverToken!="function"||typeof n.onServerToken!="function")throw new Error("this runtime delivers no game-server token: host.serverToken/onServerToken are missing. The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let t=a=>({token:a.token,expiresAt:a.expiresAt,chainEndsAt:Number.POSITIVE_INFINITY}),r=null,o=new Ye({clock:e.clock,...e.onStateChange===void 0?{}:{onStateChange:e.onStateChange},request:()=>new Promise((a,s)=>{let l=e.clock.setTimeout(()=>{r=null,s({reason:"unavailable",retryable:true});},e.timeoutMs??Dm);r={resolve:d=>{e.clock.clearTimeout(l),a(d);},reject:s,timer:l};})}),i=n.onServerToken(a=>{let s=t(a),l=r;if(l){r=null,l.resolve(s);return}o.accept(s);});return {source:o,dispose(){i(),r&&(e.clock.clearTimeout(r.timer),r.reject({reason:"unavailable",retryable:false}),r=null);}}}var Eo={};Pl(Eo,{acceptTransfer:()=>$m,addEntityProgression:()=>Fm,adminAction:()=>jm,cancelInventoryTransfer:()=>Nm,claimEntityProgressionRewards:()=>qm,closeGameRoom:()=>Um,createEntityBatchOrder:()=>Bm,createEntityOrder:()=>Hm,createSession:()=>Vm,deleteEntityGameSetting:()=>Wm,deleteEntitySave:()=>Km,deleteSession:()=>Jm,executeEntityRecipe:()=>zm,finalizeSaveUpload:()=>Ym,getDropRates:()=>Xm,getEntityCurrency:()=>Qm,getEntityGameSetting:()=>Zm,getEntityInventory:()=>ep,getEntityInventoryItem:()=>tp,getEntityLeaderboard:()=>np,getEntityOrder:()=>rp,getEntityProgression:()=>op,getEntityRecipeAvailability:()=>ip,getEntityRecipeUsage:()=>sp,getEntitySave:()=>ap,getEvent:()=>lp,getGameRoomV2:()=>dp,getLeaderboard:()=>cp,getPurchaseCatalog:()=>up,getResolvedTemplate:()=>mp,getRoomArgs:()=>pp,getTransferDetails:()=>gp,initiateInventoryTransfer:()=>yp,kickPlayer:()=>fp,listEntityGameSettings:()=>hp,listEntityOrders:()=>bp,listEntityProgressions:()=>vp,listEntitySaves:()=>_p,listEvents:()=>wp,listGameRooms:()=>Sp,listResolvedTemplates:()=>Rp,listTransfers:()=>kp,matchEnd:()=>xp,putEntityGameSetting:()=>Ap,putRoomArgs:()=>Pp,rejectTransfer:()=>Ep,requestSaveUploadUrl:()=>Tp,resetEntityProgression:()=>Ip,simulateEntityOrder:()=>Cp,transferHostV2:()=>Mp,updateGameRoomV2:()=>Op});function b(n){let e=String(n);if(!/^[A-Za-z0-9_.-]{1,128}$/.test(e)||e==="."||e==="..")throw new TypeError(`${JSON.stringify(e)} is not a usable path segment \u2014 it is interpolated into a URL`);return encodeURIComponent(e)}async function $m(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Fm(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/add`;return n.client.post(a,o,i?.signal)}async function jm(n,e,t,r){let o=`/v1/voice/sessions/${b(e)}/admin`;return n.client.post(o,t,r?.signal)}async function Nm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function qm(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/claim`;return n.client.post(a,o,i?.signal)}async function Um(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.delete(r,t?.signal)}async function Bm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/batch`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Hm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Vm(n,e,t){return n.client.post("/v1/voice/sessions",e,t?.signal)}async function Wm(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Km(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Jm(n,e,t){let r=`/v1/voice/sessions/${b(e)}`;return n.client.delete(r,t?.signal)}async function zm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/recipes/execute`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Ym(n,e,t,r,o,i){let a=`/v1/saves/${b(e)}/${b(t)}/${b(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function Xm(n,e,t){let r=`/v1/inventory/loot-tables/${b(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function Qm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/currencies/${b(r)}`;return n.client.get(i,o?.signal)}async function Zm(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function ep(n,e,t,r){let o=new URLSearchParams;r?.include_buckets!==void 0&&o.set("include_buckets",String(r?.include_buckets)),r?.currency_limit!==void 0&&o.set("currency_limit",String(r?.currency_limit)),r?.currency_cursor!==void 0&&o.set("currency_cursor",String(r?.currency_cursor)),r?.item_limit!==void 0&&o.set("item_limit",String(r?.item_limit)),r?.item_cursor!==void 0&&o.set("item_cursor",String(r?.item_cursor)),r?.progression_limit!==void 0&&o.set("progression_limit",String(r?.progression_limit)),r?.progression_cursor!==void 0&&o.set("progression_cursor",String(r?.progression_cursor));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function tp(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/items/${b(r)}`;return n.client.get(i,o?.signal)}async function np(n,e,t,r,o){let i=new URLSearchParams;o?.bucket_1!==void 0&&i.set("bucket_1",String(o?.bucket_1)),o?.bucket_2!==void 0&&i.set("bucket_2",String(o?.bucket_2)),o?.limit!==void 0&&i.set("limit",String(o?.limit));let a=i.toString(),s=`/v1/leaderboards/${b(e)}/${b(t)}/${b(r)}`+(a?`?${a}`:"");return n.client.get(s,o?.signal)}async function rp(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/${b(r)}`;return n.client.get(i,o?.signal)}async function op(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}`;return n.client.get(i,o?.signal)}async function ip(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/catalogs/${b(r)}/recipes/${b(o)}/availability`;return n.client.get(a,i?.signal)}async function sp(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}/recipe-usage`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function ap(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function lp(n,e,t){let r=`/v1/events/${b(e)}`;return n.client.get(r,t?.signal)}async function dp(n,e,t){let r=`/v2/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.getWithEtag(r,{...t?.signal===void 0?{}:{signal:t.signal},...t?.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}})}async function cp(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${b(e)}`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function up(n,e){let t=new URLSearchParams;e?.config_version!==void 0&&t.set("config_version",String(e?.config_version));let r=t.toString(),o="/v1/inventory/platform-funded-game-inventory-purchase-catalog"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function mp(n,e,t){let r=`/v1/game-room-templates/${b(e)}`;return n.client.get(r,t?.signal)}async function pp(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/room-args`;return n.client.get(r,t?.signal)}async function gp(n,e,t){let r=`/v1/inventory/transfers/${b(e)}`;return n.client.get(r,t?.signal)}async function yp(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function fp(n,e,t,r){let o=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/kick/${b(t)}`;return n.client.post(o,void 0,r?.signal)}async function hp(n,e,t,r){let o=`/v1/settings/${b(e)}/${b(t)}`;return n.client.get(o,r?.signal)}async function bp(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function vp(n,e,t,r){let o=`/v1/inventory/${b(e)}/${b(t)}/progressions`;return n.client.get(o,r?.signal)}async function _p(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/saves/${b(e)}/${b(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function wp(n,e){let t=new URLSearchParams;e?.include_inactive!==void 0&&t.set("include_inactive",String(e?.include_inactive)),e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.offset!==void 0&&t.set("offset",String(e?.offset));let r=t.toString(),o="/v1/events"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Sp(n,e){let t=new URLSearchParams;e?.status!==void 0&&t.set("status",String(e?.status)),e?.game_channel!==void 0&&t.set("game_channel",String(e?.game_channel)),e?.game_room_type!==void 0&&t.set("game_room_type",String(e?.game_room_type)),e?.template_id!==void 0&&t.set("template_id",String(e?.template_id)),e?.template_slug!==void 0&&t.set("template_slug",String(e?.template_slug)),e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor));let r=t.toString(),o=`/v1/games/${b(n.gameId())}/game-rooms`+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Rp(n,e){return n.client.get("/v1/game-room-templates",e?.signal)}async function kp(n,e){let t=new URLSearchParams;e.entity_type!==void 0&&t.set("entity_type",String(e.entity_type)),e.entity_id!==void 0&&t.set("entity_id",String(e.entity_id)),e?.direction!==void 0&&t.set("direction",String(e?.direction)),e?.status!==void 0&&t.set("status",String(e?.status)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor)),e?.limit!==void 0&&t.set("limit",String(e?.limit));let r=t.toString(),o="/v1/inventory/transfers"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function xp(n,e,t){let r=`/v1/games/${b(n.gameId())}/matches/${b(e)}/end`;return n.client.post(r,void 0,t?.signal)}async function Ap(n,e,t,r,o,i){let a=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.put(a,o,i?.signal,{...i?.ifMatch===void 0?{}:{ifMatch:i.ifMatch}})}async function Pp(n,e,t,r){let o=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/room-args`;return n.client.put(o,t,r?.signal)}async function Ep(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function Tp(n,e,t,r,o,i){let a=`/v1/saves/${b(e)}/${b(t)}/${b(r)}/upload-url`;return n.client.post(a,o,i?.signal,{replaySafe:true})}async function Ip(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/reset`;return n.client.post(a,o,i?.signal)}async function Cp(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/simulate`;return n.client.post(i,r,o?.signal)}async function Mp(n,e,t,r){let o=`/v2/games/${b(n.gameId())}/game-rooms/${b(e)}/transfer/${b(t)}`;return n.client.post(o,void 0,r?.signal)}async function Op(n,e,t,r){let o=`/v2/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.patch(o,t,r?.signal,{...r?.ifMatch===void 0?{}:{ifMatch:r.ifMatch}})}var Lp=1e4,Gp=50,Dp=1e3,$p=65536-4*1024,Ya=n=>typeof n=="number"?n:0,Fp=n=>typeof n=="string"?n:"";function Xa(){let n=globalThis.crypto;return typeof n?.randomUUID=="function"?n.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.floor(Math.random()*16);return (e==="x"?t:t&3|8).toString(16)})}function jp(n){return n?.retryable===true}function Np(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:Ya(i.index),code:Fp(i.code)}}):[];return {accepted:Ya(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function Qa(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,player_id:n.playerId,dimensions:n.dimensions,measures:n.measures}}function Za(n){let e=Math.max(1,Math.floor(n.maxQueue??Dp)),t=[],r=0,o=null,i=false,a=false,s=false,l=false,d=y=>{n.log?.(y);},m=()=>{o!==null&&(n.clock.clearTimeout(o),o=null);},c=()=>{o!==null||i||a||(o=n.clock.setTimeout(()=>{o=null,g().catch(()=>{});},Lp));},p=()=>{let y=Math.min(t.length,100),w=128;for(let k=0;k<y;k+=1){let P=t[k];if(P===void 0)break;if(w+=JSON.stringify(Qa(P,0)).length+1,w>$p)return Math.max(1,k)}return y};async function g(y){if(t.length===0)return {accepted:0,rejected:[],dropped:0,duplicate:false};m();let w=t.splice(0,p()),k=r;r=0;let P=Math.round(n.clock.now()),T={batch_id:Xa(),sent_at_ms:P,events:w.map(v=>Qa(v,P))};a=true;try{let v=await n.client.post(`/v1/games/${encodeURIComponent(n.gameId)}/analytics/events`,T,y,{replaySafe:!0}),S=Np(v,k);for(let O of S.rejected)d(`[gem] analytics: an event was refused (${O.code}). See the analytics_events section of your game config.`);return S}catch(v){if(jp(v))for(t=[...w,...t],r+=k;t.length>e;)t.shift(),r+=1;else d(`[gem] analytics: ${w.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(v)}`);throw v}finally{a=false,t.length>0&&c();}}return {track(y,w,k={}){if(i)return;if(typeof y!="string"||y===""){l||(l=true,d(`[gem] analytics: '${w}' was not recorded \u2014 an event from a server has to name the player it is about. A game-server token names no player, so the platform cannot infer one; pass the id from join() or host.players().`));return}if(w.startsWith(Rr)){s||(s=true,d(`[gem] analytics: '${w}' was not recorded \u2014 the gem_ prefix is reserved, and the platform's own events are client-sourced, so a server may not emit one at all. Name your event something else.`));return}let P={},T={};for(let[v,S]of Object.entries(k))typeof S=="string"?P[v]=S:typeof S=="number"&&Number.isFinite(S)&&(T[v]=S);for(;t.length>=e;)t.shift(),r+=1;t.push({uid:Xa(),playerId:y,name:w,atMs:n.clock.now(),dimensions:P,measures:T}),t.length>=Gp?g().catch(()=>{}):c();},flush:y=>g(y),get pending(){return t.length},dispose(){i=true,m(),t=[],r=0;}}}function qp(n){let e={};for(let[t,r]of Object.entries(Eo))if(typeof r=="function"){let o=r;e[t]=(...i)=>o(n,...i);}return e}function ct(n,e={}){let t=e.clock??ie,r=e.baseUrl??n.apiBaseUrl;if(!r)throw new Error("this runtime names no gem-api host (host.apiBaseUrl is missing). The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let o=Po(n,{clock:t,...e.onAuthStateChange===void 0?{}:{onStateChange:e.onAuthStateChange}}),i=Kn({baseUrl:r,tokenSource:o.source,defaultQuery:{game_id:n.gameId,channel:n.channel},...e.fetch===void 0?{}:{fetch:e.fetch}}),a=new Ie({transport:i,clock:t}),s={gameId:n.gameId,channel:n.channel,matchId:n.matchId,...n.gameRoomId===void 0?{}:{gameRoomId:n.gameRoomId}},l=qp({client:a,gameId:()=>s.gameId}),d=s.gameRoomId,m=n.endMatch,c=n.log,p=Za({client:a,clock:t,gameId:s.gameId,...typeof c=="function"?{log:y=>c.call(n,y)}:{}}),g={identity:s,client:a,api:l,match:{end:async y=>{if(m!==void 0){let w=await m.call(n);(w==="ok"||w==="already_ended")&&Yn.add(g);return}try{await l.matchEnd(s.matchId,y===void 0?void 0:{signal:y});}catch(w){if(w instanceof F&&w.reason==="not_found"){Yn.add(g);return}throw w}Yn.add(g);}},analytics:p,...d===void 0?{}:{room:{get:y=>l.getGameRoomV2(d,y),args:y=>l.getRoomArgs(d,y)}},dispose:()=>{p.dispose(),o.dispose();}};return g}var Yn=new WeakSet;function el(n){return Yn.has(n)}function We(n){return n?.reliable!==false?"reliable":n?.ordered!==false?"ordered":"unreliable"}function ut(n){return {reliable:n==="reliable",ordered:n!=="unreliable"}}function Kt(n){return typeof n=="string"?n:n.slice().buffer}function Xn(n){if(typeof n=="string")return {data:n,isText:true};if(n instanceof ArrayBuffer)return {data:new Uint8Array(n),isText:false};if(ArrayBuffer.isView(n)){let e=n;return {data:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),isText:false}}return null}var Up=5e3,tl=3e4,nl=2e3,Bp=1e4,rl=1;async function ol(n,e){let{session:t,localPlayerId:r}=e;if(!t.isHost)throw new Error("[gem] runListenHost was handed a session this player does not host. The room decides who hosts; gate on `gem.rooms.isHost` \u2014 or call `gem.match.serve()`, which does.");let o=e.log===void 0?f=>console.info(f):e.log,i=f=>o?.(`[gem host] ${f}`),a=typeof n=="function"?n():n,s=Promise.resolve(),l=true,d=false,m=(f,A)=>{l&&(s=s.then(async()=>{if(!d)try{await A();}catch($){i(`the bundle's ${f} handler threw: ${Ke($)}. Serving continues.`);}}));},c=true,p,g,y,w=f=>{if(!c)return;c=false,m("leave",()=>a.leave?.(r,{cause:f??"left"}));let A=g;A&&queueMicrotask(()=>A(f));},k={send(f,A){if(!c)return;let $=ut(We(A));m("message",()=>a.message?.(r,f,typeof f=="string",{reliable:$.reliable,ordered:$.ordered}));},onMessage(f){p=f;},onClose(f){g=f;},close(){w("closed");}},P=(f,A)=>{if(!c)return;let $=ut(We(A));queueMicrotask(()=>{c&&p?.(f,$);});},T=new Map,v=f=>{let A=[];for(let $ of Ee){let Q=f.channels[$];try{Q.binaryType="arraybuffer";}catch{}let be=ut($),Pe=Qn=>{let $e=Xn(Qn?.data);$e!==null&&m("message",()=>a.message?.(f.playerId,$e.data,$e.isText,{reliable:be.reliable,ordered:be.ordered}));};Q.addEventListener("message",Pe),A.push(()=>Q.removeEventListener("message",Pe));}T.get(f.playerId)?.forEach($=>$()),T.set(f.playerId,A);},S=f=>{T.get(f)?.forEach(A=>A()),T.delete(f);},O=new Set,x=new Map,H=(f,A,$)=>({playerNumber:f.assignedPeerId,transport:"webrtc_p2p",...A?{rejoin:true}:{},...$?{superseded:true}:{}}),N=f=>{let A=T.has(f.playerId),$=O.has(f.playerId);O.add(f.playerId),v(f),A&&m("leave",()=>a.leave?.(f.playerId,{cause:"superseded"})),m("join",()=>a.join?.(f.playerId,H(f,$,A)));},V=new Set,R=(f,A,$)=>{if(f===r){P(A,$);return}let Q=t.peer(f);if(Q===null){let be=x.get(f);if(be!==void 0&&e.clock.now()-be<nl)return;V.has(f)||(V.add(f),i(`send to '${f}' dropped: no such connected player`));return}Q.send(Kt(A),We($));},E={matchId:t.matchId,gameId:e.gameId,channel:e.channel,...e.gameRoomId===void 0?{}:{gameRoomId:e.gameRoomId},apiBaseUrl:e.apiBaseUrl,serverToken:()=>e.tokens.current(),onServerToken:f=>e.tokens.subscribe(f),sizeClass:"listen_host",get roomArgs(){return e.room()?.roomArgs},roster:e.room()?.members.map(f=>f.playerId)??[],players(){let f=c?[r]:[];for(let A of t.peers)f.push(A.playerId);return f},profile(f){let A=e.room()?.members.find($=>$.playerId===f);if(!(!A||A.displayName===void 0))return {displayName:je.toPlain(A.displayName),...A.displayTag===void 0?{}:{displayTag:je.toPlain(A.displayTag)},...A.discriminator===void 0?{}:{discriminator:A.discriminator}}},playerNumber(f){return f===r?rl:t.peer(f)?.assignedPeerId},send(f,A,$){R(f,A,$);},broadcast(f,A){let $=A?.except;c&&r!==$&&P(f,A);for(let Q of t.peers)Q.playerId!==$&&Q.send(Kt(f),We(A));},kick(f,A){if(f===r){w(A??"kicked");return}t.kick(f).catch($=>{i(`kick of '${f}' failed: ${Ke($)}`);});},log(f){i(f);},warn(f){i(`\u26A0 ${f}`);}},G=()=>{},D=new Promise(f=>{G=f;}),j=[],C=null,ee=async(f,A)=>{l=false;let $=s.then(async()=>{try{await a.shutdown(f);}catch(Q){i(`the bundle's shutdown threw: ${Ke(Q)}`);}});s=$,await $,ae();for(let Q of j.splice(0))Q();for(let Q of [...T.keys()])S(Q);w(A);},ue=(f,A)=>C||(C=(async()=>{await ee(A,f),t.close(),G();})(),C),Y=()=>C||(C=(async()=>{await ee({reason:"signal"},"left"),await t.leave().catch(f=>i(`leaving the match failed: ${Ke(f)}`)),G();})(),C),Te=()=>C||(C=(async()=>{l=false,await z()==="ended"?(await ee({reason:"match_ended",platform_reason:"explicit"},"match ended"),t.close()):(await ee({reason:"signal"},"left"),await t.leave().catch(A=>i(`leaving the match failed: ${Ke(A)}`))),G();})(),C),fe=null,Re=()=>(fe??=ct(E,{clock:e.clock,...e.fetch===void 0?{}:{fetch:e.fetch}}),fe),z=async()=>{try{return await Re().api.matchEnd(E.matchId,{signal:AbortSignal.timeout(Up)}),"ended"}catch(f){return f instanceof F&&(f.reason==="forbidden"||f.reason==="not_found")?(i(`the platform did not take the end from this host (${f.reason}); leaving instead`),"gone"):(i(`ending the match failed: ${Ke(f)}; leaving instead`),"failed")}},Z=null,X=false,ae=()=>{X=true,Z!==null&&(e.clock.clearTimeout(Z),Z=null);},mt=async()=>{if(Z=null,!X){try{await Re().client.post(`/v1/games/${encodeURIComponent(E.gameId)}/matches/${encodeURIComponent(E.matchId)}/heartbeat`,void 0,AbortSignal.timeout(Bp));}catch(f){if(f instanceof F&&(f.reason==="forbidden"||f.reason==="not_found")){i(`the platform no longer holds this match under this host (${f.reason}); heartbeats stop`),ae();return}i(`heartbeat failed: ${Ke(f)}`);}X||(Z=e.clock.setTimeout(()=>{mt();},tl));}},Yt=()=>{X||Z!==null||(Z=e.clock.setTimeout(()=>{mt();},tl));};{let f=G;G=()=>{ae(),fe?.dispose(),fe=null,f();};}let De=Promise.resolve().then(()=>a.init(E));s=De.then(()=>{},()=>{}),m("join",()=>a.join?.(r,{playerNumber:rl,transport:"loopback"})),j.push(t.on("peerJoined",N)),j.push(t.on("peerLeft",(f,A)=>{S(f);let $=e.clock.now();for(let[Q,be]of x)$-be>=nl&&x.delete(Q);x.set(f,$),V.delete(f),m("leave",()=>a.leave?.(f,{cause:A}));})),j.push(t.on("error",f=>{i(`\u26A0 session error: ${f.message}`);})),j.push(t.on("matchEnded",f=>{C||To(y,f),ue("match ended",{reason:"match_ended",platform_reason:f});})),j.push(t.on("hostChanged",f=>{f!==r&&ue("host migrated",{reason:"host_migrated"});}));for(let f of t.peers)N(f);try{await De,Yt();}catch(f){l=false,ae(),d=true;for(let A of j.splice(0))A();for(let A of [...T.keys()])S(A);throw t.leave().catch(()=>{}),G(),f}return {matchId:t.matchId,localLink:k,onMatchEnded(f){y=f;},end:Te,leave:Y,stop:f=>ue(f,{reason:"stopped"}),done:D}}function To(n,e){try{n?.(e);}catch{}}function Ke(n){return n instanceof Error?n.message:String(n)}function Io(n,e){let t=async()=>{throw new h("misconfigured",`this seat is \`${n}\`, not the match's authority: `+(n==="dedicated"?"the platform runs the server, and its bundle ends the match with gem.match.end().":"another player hosts this match."))};return {mode:n,matchId:e,end:t,leave:t,stop:async()=>{}}}function il(n){let e=new Map,t=n.autoReconnect===true,{rooms:r}=n,o=new Map,i=async s=>{r.isHost&&!Ao(r)&&r.currentRoom?.matchId===void 0&&await r.startMatch({...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...s.signal===void 0?{}:{signal:s.signal}});let l={...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal}};return r.matchConnectionState==="suspended"?r.reconnectToMatch(l):r.awaitMatch(l)},a=s=>({...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0?{}:{clusterTargetId:s.clusterTargetId}});return {async serve(s,l={}){let d=await i(l);if(d.protocol!==He)return Io("dedicated",d.matchId);let m=n.p2p.session?.(d.matchId)??null;if(m===null&&!r.isHost||m!==null&&!m.isHost)return Io("peer",d.matchId);let c=n.identity();if(c===null)throw new Error("[gem] serve() needs the signed-in identity and none has arrived. Await gem.awaitIdentity() first \u2014 the host runs your bundle under the play token, and there is no token yet.");let p=m??await n.p2p.connect(a(l)),g=await ol(s,{session:p,clock:n.clock,gameId:c.gameId,channel:c.channel,...r.currentRoom?.id===void 0?{}:{gameRoomId:r.currentRoom.id},apiBaseUrl:n.apiBaseUrl(),tokens:n.tokens,room:n.room,localPlayerId:p.playerId!==""?p.playerId:c.playerId,...n.log===void 0?{}:{log:n.log},...n.fetch===void 0?{}:{fetch:n.fetch}});return o.set(d.matchId,g),g.done.then(()=>{o.get(d.matchId)===g&&o.delete(d.matchId);}),{mode:"listen",matchId:d.matchId,end:()=>g.end(),leave:()=>g.leave(),stop:()=>g.stop()}},async connect(s={}){let l=await i(s),d=s.onMatchEnded;if(l.protocol===He){let g=o.get(l.matchId);if(g!==void 0)return r.notifyMatchConnected(l.matchId),Kp(l.matchId,g,d);if(r.isHost)throw new Error("[gem] this player hosts the P2P match, so there is no one to connect TO yet. Call gem.match.serve(yourServer) first; connect() then resolves the loopback to your own bundle.");let y=await Nt(),w=async()=>n.p2p.connect({...a(s),certificate:y}),k=await w(),P=zp(k,w,d,T=>{r.notifyMatchDisconnected(T).catch(()=>{});},()=>r.notifyMatchConnected(l.matchId),t);return t&&(e.set(k.matchId,{redial:P.redial,abandon:P.abandon}),P.onClosed(()=>{e.get(k.matchId)?.abandon===P.abandon&&e.delete(k.matchId);})),P}let m=async(g=null)=>await n.dedicated.connect({...g===null?{}:{reportConnected:false,redial:true,...g.deadlineAt===void 0?{}:{deadlineAt:g.deadlineAt}},...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...d===void 0?{}:{onMatchEnded:d},transports:s.transports??[]}),c=await m(),p=Jp(c,m,r,t);return t&&(e.set(c.matchId,{redial:p.redial,abandon:p.abandon}),p.onClosed(()=>{e.get(c.matchId)?.abandon===p.abandon&&e.delete(c.matchId);})),p},async redialMatch(s,l){let d=e.get(s);return d===void 0?"closed":d.redial(l)},abandonMatch(s,l){e.get(s)?.abandon(l);}}}var sl="link_closed",Hp="host_unreachable",Vp=new Set(["failed","closed"]);function Wp(n){return Vp.has(n)?sl:Hp}function Kp(n,e,t){let r=e.localLink;e.onMatchEnded(t);let o="connected";r.onClose(()=>{o="closed";});let i;return {matchId:n,protocol:"loopback",get state(){return o},send:(a,s)=>r.send(a,s),onMessage:a=>r.onMessage(a),onClose:a=>{i=a,r.onClose(s=>{o="closed",i?.(s);});},close:()=>r.close()}}function Jp(n,e,t,r){let o=n.matchId,i=n,a="connected",s,l,d=[],m=false,c=false,p=y=>{if(a!=="closed"){a="closed";for(let w of d.splice(0))w();l?.(y);}},g=y=>{y.link.onMessage((w,k)=>s?.(w,k)),y.link.onClose(w=>{if(y!==i||a==="closed")return;if(m||!r){p(w);return}let k=t.matchSession;if(k.phase==="suspended"&&k.matchId===o){a="suspended";return}p(w);});};return g(n),{matchId:o,protocol:"dedicated",get transport(){return i.transport},get state(){return a},send(y,w){a==="connected"&&i.link.send(y,w);},onMessage(y){s=y;},onClose(y){l=y;},close(){if(a!=="closed"){if(m=true,a==="suspended"){p("closed");return}i.close(),p("closed");}},async redial(y){if(a==="closed"||m)return "closed";if(c)return "connected";c=true;let w;try{w=await e(y===void 0?{}:{deadlineAt:y});}finally{c=false;}return m||a==="closed"?(w.close(),"closed"):(i=w,g(w),a="connected",t.notifyMatchConnected(o),"connected")},abandon(y){a!=="closed"&&(a==="connected"&&i.close(),p(y));},onClosed(y){a==="closed"?y():d.push(y);}}}function zp(n,e,t,r,o,i=false){let a=n.matchId,s=n,l,d,m=[],c=[],p=[],g=false,y=false,w=false,k=false,P="connected",T=R=>{if(g)return;g=true,P="closed";for(let G of m.splice(0))G();for(let G of c.splice(0))G();for(let G of p.splice(0))G();let E=d;E&&queueMicrotask(()=>E(R));},v=R=>{for(let E of m.splice(0))E();for(let E of Ee){let G=R.channels[E];try{G.binaryType="arraybuffer";}catch{}let D=ut(E),j=C=>{let ee=Xn(C?.data);ee!==null&&l?.(ee.data,D);};G.addEventListener("message",j),m.push(()=>G.removeEventListener("message",j));}},S=()=>s.peer(s.hostPlayerId),O=R=>{if(!(g||s.isHost)&&P!=="suspended"){if(r?.(R),i){P="suspended";return}T(R);}},x=R=>{for(let E of Ee){let G=R.channels[E];if(typeof G.addEventListener!="function")continue;let D=()=>{S()===R&&O(sl);};G.addEventListener("close",D),m.push(()=>G.removeEventListener?.("close",D));}},H=R=>{v(R),x(R),!g&&(P="connected",o?.());},N=R=>{for(let E of c.splice(0))E();c.push(R.on("migrating",()=>{k=true;})),c.push(R.on("hostChanged",E=>{if(k=false,E===R.playerId){T("host_migrated_here");return}let G=S();G!==null&&H(G);})),c.push(R.on("peerJoined",E=>{E.playerId===R.hostPlayerId&&H(E);})),c.push(R.on("matchEnded",E=>{g||To(t,E),T(E);})),c.push(R.on("peerLeft",(E,G)=>{E===R.hostPlayerId&&O(Wp(G));}));};N(s);let V=S();return V!==null&&H(V),{matchId:a,protocol:"p2p",get state(){return P},send(R,E){P==="connected"&&S()?.send(Kt(R),We(E));},onMessage(R){l=R;},onClose(R){d=R;},close(){y=true,T("closed"),s.leave().catch(()=>{});},async redial(){if(P==="closed")return "closed";if(P==="connected"||w)return "connected";if(k)throw new L("connection_failed","a host migration is in flight, and it is the way back \u2014 this attempt waits it out rather than tearing down the session the platform is moving");w=true;let R;try{for(let G of m.splice(0))G();for(let G of c.splice(0))G();s.close(),R=await e();}finally{w=false;}if(g)return y?R.leave().catch(()=>{}):R.close(),"closed";s=R,N(s);let E=S();if(E===null)throw s.close(),new L("connection_failed","this peer rejoined the match but the host never answered with a link");return H(E),"connected"},abandon(R){T(R);},onClosed(R){g?R():p.push(R);}}}function Co(n){let e=0,t=new Map;return {resolve(){if(!n.bridge.parentSupports("parties"))return Promise.resolve(void 0);let r=`party-${String(++e)}`;return new Promise(o=>{let i={},a=l=>{t.delete(r)&&(n.clock.clearTimeout(i.timer),o(l));};t.set(r,a),i.timer=n.clock.setTimeout(()=>a(void 0),n.timeoutMs??2e3);let s=false;try{s=n.bridge.requestParty(r);}catch{}s||a(void 0);})},settle(r,o){t.get(r)?.(o);}}}var Yp=0;function Ge(){try{return crypto.randomUUID()}catch{let n=Math.random().toString(36).slice(2,10);return `local-${String(++Yp)}-${String(Date.now())}-${n}`}}var Xp=12e4;function al(n){let e=false,t=new Map;return {api:{request(r){if(!n.bridge.parentSupports("purchases"))return Promise.resolve({outcome:"unavailable"});if(e)return Promise.resolve({outcome:"declined"});let o=`purchase-${Ge()}`;return new Promise(i=>{let a={},s=d=>{t.delete(o)&&(e=false,n.clock.clearTimeout(a.timer),i(d));};e=true,t.set(o,s),a.timer=n.clock.setTimeout(()=>s({outcome:"unavailable"}),n.timeoutMs??Xp);let l=false;try{l=n.bridge.requestPurchase(o,r.kind,r.targetId,r.currencySlug,r.quantity,r.catalogId);}catch{}l||s({outcome:"unavailable"});})}},settle(r){let o=r.outcome==="ok"||r.outcome==="declined"?r.outcome:"unavailable",i=t.get(r.requestId);if(i===void 0){n.onDropped?.(`gem.purchaseResult (${o}) for an unknown requestId: `+JSON.stringify(r.requestId));return}if(o!=="ok"){i({outcome:o});return}let a=r.purchaseId;if(a===void 0){n.onDropped?.("gem.purchaseResult claimed ok with no purchaseId, so nothing could be confirmed with the platform; answering unavailable"),i({outcome:"unavailable"});return}(async()=>{let s;try{s=await n.confirm(a);}catch{s="unknown";}if(s==="granted"){i({outcome:"ok",purchaseId:a});return}s==="absent"&&n.onDropped?.("gem.purchaseResult claimed ok, but the platform did not confirm a grant for purchase "+JSON.stringify(a)),i({outcome:"unavailable"});})();}}}async function ll(n,e){try{return (await vi(n,e)).granted?"granted":"absent"}catch(t){return t instanceof F&&t.reason==="not_found"?"absent":"unknown"}}var Qp=6e5;function dl(n){let e=null,t=new Map;return {api:{requestSignIn(){if(!n.bridge.parentSupports("signIn"))return Promise.resolve({outcome:"unavailable"});if(e!==null)return e;let r=`signin-${Ge()}`;return e=new Promise(o=>{let i={},a=l=>{t.delete(r)&&(e=null,n.clock.clearTimeout(i.timer),o(l));};t.set(r,a),i.timer=n.clock.setTimeout(()=>{a({outcome:"unavailable"});},n.timeoutMs??Qp);let s=false;try{s=n.bridge.requestSignIn(r);}catch{}s||a({outcome:"unavailable"});}),e}},settle(r){let o=r.outcome==="signed_in"||r.outcome==="declined"?r.outcome:"unavailable",i=t.get(r.requestId);if(i===void 0){n.onDropped?.(`gem.signInResult (${o}) for an unknown requestId: `+JSON.stringify(r.requestId));return}i({outcome:o});}}}var Zp=18e4,cl=32,eg=/^[a-z0-9_-]+$/;function tg(n){return n==="interstitial"||n==="rewarded"}function ul(n){let e=false,t=new Map;return {api:{requestAd(r){if(!n.bridge.parentSupports("ads"))return Promise.resolve({outcome:"no_ad"});if(e)return Promise.resolve({outcome:"no_ad"});if(typeof r.placement!="string"||r.placement===""||r.placement.length>cl||!eg.test(r.placement)||!tg(r.format))return n.onDropped?.(`gem.ads.requestAd was called with arguments the SDK will not send: placement ${JSON.stringify(r.placement)}, format ${JSON.stringify(r.format)}. A placement is 1..${String(cl)} characters of a-z, 0-9, '-' and '_' \u2014 the grammar the platform's own ad endpoint accepts \u2014 and a format is 'interstitial' or 'rewarded'. Answering no_ad.`),Promise.resolve({outcome:"no_ad"});let o=`ad-${Ge()}`,i=r.format,a=r.placement;return new Promise(s=>{let l={},d=c=>{t.delete(o)&&(e=false,n.clock.clearTimeout(l.timer),s(c));};e=true,t.set(o,d),l.timer=n.clock.setTimeout(()=>{d({outcome:"unavailable"});},n.timeoutMs??Zp);let m=false;try{m=n.bridge.requestAd(o,a,i);}catch{}m||d({outcome:"no_ad"});})}},settle(r){let o=r.outcome==="shown"||r.outcome==="no_ad"?r.outcome:"unavailable",i=t.get(r.requestId);if(i===void 0){n.onDropped?.(`gem.adResult (${o}) for an unknown requestId: `+JSON.stringify(r.requestId));return}i({outcome:o});}}}var Mo=16384;function ml(n){if(typeof n!="object"||n===null||Array.isArray(n))return null;let e;try{e=JSON.stringify(n);}catch{return null}return typeof e!="string"?null:ng(e)}function ng(n){let e=0;for(let t=0;t<n.length;t+=1){let r=n.charCodeAt(t);if(r<128)e+=1;else if(r<2048)e+=2;else if(r>=55296&&r<=56319){let o=n.charCodeAt(t+1);o>=56320&&o<=57343?(e+=4,t+=1):e+=3;}else e+=3;}return e}var rg=1e4,og=5e3;function pl(n){let e=null,t=false,r=[],o=new Map,i=()=>{for(let a of r.splice(0))a();};return {api:{get current(){return e},wait(a=og){return t?Promise.resolve(e):new Promise(s=>{let l=()=>{let c=r.indexOf(d);c>=0&&r.splice(c,1);},d=()=>{n.clock.clearTimeout(m),l(),s(e);},m=n.clock.setTimeout(()=>{l(),s(e);},a);r.push(d);})},put(a){if(!n.bridge.parentSupports("deviceSettings"))return Promise.resolve("unavailable");let s=ml(a);if(s===null)return n.onDropped?.("gem.deviceSettings.put refused locally: settings must be a plain JSON object (not a primitive, an array, null, or something JSON.stringify cannot take)"),Promise.resolve("unavailable");if(s>16384)return Promise.resolve("too_large");let l=JSON.parse(JSON.stringify(a)),d=`device-settings-${Ge()}`;return new Promise(m=>{let c={},p=y=>{o.delete(d)&&(n.clock.clearTimeout(c.timer),y==="stored"&&(e=l,t=true,i()),m(y));};o.set(d,p),c.timer=n.clock.setTimeout(()=>p("unavailable"),n.timeoutMs??rg);let g=false;try{g=n.bridge.putDeviceSettings(d,l);}catch{}g||p("unavailable");})}},receive(a){let s=a.settings;e=typeof s=="object"&&s!==null&&!Array.isArray(s)?s:null,t=true,i();},settle(a){let s=a.outcome==="stored"||a.outcome==="too_large"?a.outcome:"unavailable",l=o.get(a.requestId);if(l===void 0){n.onDropped?.(`gem.deviceSettings.result (${s}) for an unknown requestId: `+JSON.stringify(a.requestId));return}l(s);}}}function gl(n){return Math.min(16384,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function yl(n,e){return Math.min(e,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function ig(n){let e=n.untrusted,t=ge(e.displayName),r=e.displayTag||e.displayHandle,o=r?ge(r):void 0,i=n.discriminator||n.displayTag,a=i&&/^[0-9]{1,8}$/.test(i)?i:void 0,s=n.avatarIconUrl||n.avatarUrl,l={displayName:t,displayHandle:o??t,badges:(n.badges??[]).map(d=>({itemId:d.itemId,iconUrl:d.iconUrl}))};return n.playerId&&(l.playerId=n.playerId),a&&(l.discriminator=a),o&&(l.displayTag=o),s&&(l.avatarIconUrl=l.avatarUrl=s),l}var sg=1e4,Jt=class{constructor(e){this.options=e;if(e.expectedSource===void 0||e.expectedSource===null)throw new Error("GemFrame: expectedSource is required and must not be null \u2014 pass window.parent. The handshake transfers the MessagePort, and origin alone does not say WHICH document on that origin sent it.");this.expectedSource=e.expectedSource,this.clock=e.clock??ie,this.inbound=new gt(this.clock),this.outbound=new gt(this.clock);}options;state="waiting";port=null;version=null;peerCapabilities=[];readyPending=false;readySent=false;settleWaiters=[];clock;inbound;outbound;expectedSource;get currentState(){return this.state}get parentCapabilities(){return this.peerCapabilities}parentSupports(e){return this.peerCapabilities.includes(e)}get protocolVersion(){return this.version}handleWindowMessage(e){if(e.source!==this.expectedSource)return this.refuse(e,"handshake did not come from the expected embedder window"),false;if(!(this.options.allowedEmbedders.some(s=>ar(s,e.origin))||Ki(e.origin,this.options.selfOrigin)))return this.refuse(e,`embedder '${e.origin}' is not in allowedEmbedders`),false;if(this.state==="connected")return this.fail("handshake_duplicate","this document already has a port"),false;if(this.state!=="waiting")return false;let r=sn["gem.handshake"]?.(e.data);if(r)return this.refuse(e,`malformed handshake: ${r}`),false;let o=e.data;if(!ar(o.embedder,e.origin))return this.refuse(e,`handshake claims embedder '${o.embedder}' but arrived from '${e.origin}'`),false;let i=e.ports?.[0];if(!i)return this.refuse(e,"handshake transferred no MessagePort"),false;let a=Ji(rn,o.versions);return a===null?(i.onmessage=null,i.postMessage({gem:K,type:"gem.error",code:"version_mismatch",message:`frame supports v${rn.min}..v${rn.max}`}),i.close(),this.transition("refused"),this.options.onError?.("version_mismatch"),false):(this.port=i,this.version=a,i.onmessage=s=>this.receive(s.data,s.ports??[]),i.start?.(),this.peerCapabilities=o.capabilities??[],i.postMessage({gem:K,type:"gem.handshake.accept",v:a,...this.options.capabilities===void 0?{}:{capabilities:[...this.options.capabilities]}}),this.transition("connected"),this.readyPending&&(this.readyPending=false,this.ready()),true)}ready(){if(this.state!=="connected"||!this.port){this.readyPending=true;return}if(this.readySent){this.options.onDropped?.("internal","gem.ready was already sent; duplicate suppressed");return}this.readySent=true,this.send({gem:K,type:"gem.ready"});}settled(e=sg){return this.state!=="waiting"?Promise.resolve(this.state):new Promise(t=>{let r=i=>{this.clock.clearTimeout(o),t(i);},o=this.clock.setTimeout(()=>{let i=this.settleWaiters.indexOf(r);i>=0&&this.settleWaiters.splice(i,1),t(this.state);},e);this.settleWaiters.push(r);})}progress(e,t){this.send({gem:K,type:"gem.progress",loaded:e,total:t});}requestToken(e,t){this.send({gem:K,type:"gem.requestToken",requestId:e,reason:t});}requestLocalServer(e,t){return this.parentSupports("localHost")?(this.send({gem:K,type:"gem.requestLocalServer",requestId:e,gameRoomId:t}),true):false}exit(e){this.send(e===void 0?{gem:K,type:"gem.exit"}:{gem:K,type:"gem.exit",reason:e});}openExternal(e){this.send({gem:K,type:"gem.openExternal",url:e});}requestFullscreen(e){this.send({gem:K,type:"gem.requestFullscreen",enabled:e});}reportMuted(e){return this.state!=="connected"||!this.parentSupports("audioState")?false:(this.send({gem:K,type:"gem.audioState",muted:e}),true)}cueReward(e){if(this.state!=="connected"||!this.parentSupports("rewardCue"))return false;let t={gem:K,type:"gem.rewardCue",currencySlug:String(e.currencySlug).slice(0,32)};return e.expected!==void 0&&Number.isFinite(e.expected)&&e.expected>=1&&(t.expected=Math.min(1e9,Math.round(e.expected))),e.origin&&(t.origin={x:gl(e.origin.x),y:gl(e.origin.y)}),this.send(t),true}reportFrameStats(e){return this.state!=="connected"||!this.parentSupports("frameStats")?false:(this.send({gem:K,type:"gem.frameStats",fps:yl(e.fps,1e3),frameTimeP95Ms:yl(e.frameTimeP95Ms,1e5)}),true)}sendGameContext(e){return this.state!=="connected"?false:(this.send({gem:K,type:"gem.gameContext",context:e}),true)}signal(e,t,r){this.send({gem:K,type:"gem.signal",signal:e,matchId:t,data:r});}dedicatedOffer(e,t,r){this.send({gem:K,type:"gem.dedicatedOffer",matchId:e,sdp:t,intent:r});}requestParty(e){return this.send({gem:K,type:"gem.partyRequest",requestId:e})}requestPurchase(e,t,r,o,i,a){return this.send({gem:K,type:"gem.requestPurchase",requestId:e,purchaseKind:t,targetId:r,currencySlug:o,...i===void 0?{}:{quantity:i},...a===void 0?{}:{catalogId:a}})}putDeviceSettings(e,t){return this.send({gem:K,type:"gem.deviceSettings.put",requestId:e,settings:t})}requestAd(e,t,r){return this.send({gem:K,type:"gem.requestAd",requestId:e,placement:t,format:r})}requestSignIn(e){return this.send({gem:K,type:"gem.requestSignIn",requestId:e})}close(){this.port&&(this.port.onmessage=null,this.port.close(),this.port=null),this.state!=="refused"&&this.transition("closed");}transition(e){if(this.state!==e){this.state=e;for(let t of this.settleWaiters.splice(0))t(e);this.options.onStateChange?.(e);}}refuseMalformed(e,t){if(!this.inbound.allow(on)){this.options.onDropped?.(e,t);return}this.fail(e,t);}dropUnknownType(e){this.inbound.allow(on)&&this.options.onDropped?.("unsupported",`ignored unknown message type '${e}'`);}refuse(e,t){e.ports?.[0]?.close?.(),this.inbound.allow(on)&&this.options.onRefused?.(t);}fail(e,t){this.options.onError?.(e,t),this.state==="connected"&&this.port&&this.send({gem:K,type:"gem.error",code:e,...t===void 0?{}:{message:t}});}send(e){if(this.state!=="connected"||!this.port)return this.options.onDropped?.("internal",`dropped ${String(e.type)} before connect`),false;let t=e.type;if(!this.outbound.allow(t))return this.options.onError?.("rate_limited",`frame exceeded its own limit for ${t}`),false;let r=sn[t]?.(e);return r?(this.options.onError?.("internal",`refusing to send malformed ${t}: ${r}`),false):(this.port.postMessage(this.version===null?e:{...e,v:this.version}),true)}receive(e,t=[]){let r=false;try{r=this.dispatchInbound(e,t);}finally{r||fl(t);}}dispatchInbound(e,t){if(this.state!=="connected")return false;let r=typeof e=="object"&&e!==null?e.type:void 0;if(typeof r!="string")return this.refuseMalformed("invalid_message","message has no type"),false;let o=sn[r];if(!o)return this.dropUnknownType(r),false;if(!this.inbound.allow(r))return this.fail("rate_limited",`parent exceeded the limit for ${r}`),false;let i=Hi(r);if(i!==void 0&&!this.options.capabilities?.includes(i))return this.fail("unsupported_capability",`${r} requires the '${i}' capability, which this frame did not advertise`),false;let a=o(e);if(a)return this.fail("invalid_message",`${r}: ${a}`),false;let s=e;if(s.v!==this.version)return this.fail("invalid_message",`${r}: expected v ${String(this.version)}`),false;switch(r){case "gem.token":this.options.onToken?.(s);break;case "gem.pause":this.options.onPause?.(s);break;case "gem.prefs":this.options.onPrefs?.(s);break;case "gem.cohorts":this.options.onCohorts?.(s);break;case "gem.viewport":this.options.onViewport?.(s);break;case "gem.willTerminate":this.options.onWillTerminate?.(s);break;case "gem.devtools":this.options.onDevtools?.(s.action);break;case "gem.requestContext":this.options.onRequestContext?.();break;case "gem.screenshot":{let l=t[0];if(!l){this.options.onError?.("invalid_message","gem.screenshot transferred no MessagePort");break}let d={maxWidth:s.maxWidth,maxHeight:s.maxHeight};if(!this.options.onScreenshot){l.close(),this.screenshotDenied("not_wired",false);break}return fl(t.slice(1)),this.options.onScreenshot(d,l,(m,c)=>this.screenshotDenied(m,c)),true}case "gem.token.denied":this.options.onTokenDenied?.(s);break;case "gem.localServer":this.options.onLocalServer?.(s);break;case "gem.localServer.denied":this.options.onLocalServerDenied?.(s);break;case "gem.player":{this.options.onPlayer?.(ig(s));break}case "gem.roomEvent":this.options.onRoomEvent?.(s);break;case "gem.seatedEvent":this.options.onSeatedEvent?.(s);break;case "gem.autoStartFailedEvent":this.options.onAutoStartFailedEvent?.(s);break;case "gem.socketState":this.options.onSocketState?.(s);break;case "gem.signalEvent":this.options.onSignalEvent?.(s);break;case "gem.dedicatedEvent":this.options.onDedicatedEvent?.(s);break;case "gem.clusterTarget":this.options.onClusterTarget?.(s);break;case "gem.partyResult":this.options.onPartyResult?.(s);break;case "gem.purchaseResult":this.options.onPurchaseResult?.(s);break;case "gem.deviceSettings":this.options.onDeviceSettings?.(s);break;case "gem.deviceSettings.result":this.options.onDeviceSettingsResult?.(s);break;case "gem.adResult":this.options.onAdResult?.(s);break;case "gem.signInResult":this.options.onSignInResult?.(s);break;case "gem.error":this.options.onError?.(s.code,s.message);break;default:this.fail("unsupported",`no frame handler for '${r}'`);}return false}screenshotDenied(e,t){this.send({gem:K,type:"gem.screenshot.denied",reason:e,retryable:t});}};function fl(n){for(let e of n)try{e?.close?.();}catch{}}var hl="https://api.gemarcade.com";function Oo(n){let e;try{e=new URL(n);}catch{return "it is not a valid URL"}return e.protocol!=="https:"&&e.protocol!=="http:"?`its scheme is ${e.protocol.replace(":","")}, and only http and https can be used`:e.username!==""||e.password!==""?"it carries credentials in the URL, which `fetch` will not send":e.href.includes("#")?"it carries a fragment. The transport joins the base and the path by concatenation, so the fragment would swallow the path and every request would go to the API root":e.href.includes("?")?"it carries a query string. The transport joins the base and the path by concatenation, so the query would swallow the path and every request would go to the API root":null}var ag=new Set(["localhost","127.0.0.1","[::1]"]);function bl(n){let e=Oo(n);if(e!==null)return e;let t=new URL(n);return t.protocol==="http:"&&!ag.has(t.hostname)?"it is a plaintext http address that is not loopback. An embedder may name an https root, or http on localhost for a rig running the whole stack on one machine \u2014 the play token travels on every request to it":null}var lg=hl,vl=8e3,Lo=15e3,dg=9e4,cg=1/0,ug=8e3,mg=5e3,pg=5e3;async function gg(n,e,t,r){if(n.isInRoom)try{await n.leave();}catch{}r?.endSession("session_ended"),e!==null&&e.currentState==="connected"&&e.exit(t);}function zt(n){let e=null,t=[];return {get current(){return e},set(r){e=r;for(let o of t.splice(0))o(r);},wait(r){return e!==null?Promise.resolve(e):new Promise(o=>{let i=()=>{let l=t.indexOf(a);l>=0&&t.splice(l,1);},a=l=>{n.clearTimeout(s),i(),o(l);},s=n.setTimeout(()=>{i(),o(e);},r);t.push(a);})}}}function g_(n={}){let e=n.clock??ie,t=n.log===void 0?u=>console.info(u):n.log,r=n.baseUrl??void 0;if(r!=null){let u=Oo(r);if(u!==null)throw new Error(`[gem] the baseUrl passed to createGem cannot be used: ${u}. Its value is withheld here rather than written to logs. This is a configuration fault.`)}let o=fo();o.mark("sdk created");let i=()=>Tn(z.gameVersion,n.clientVersion?.gameVersion),a=new At({client:()=>Je,clock:e,gameId:()=>z.identity?.gameId??null,playerId:()=>z.identity?.playerId??null,environment:()=>{let u=i();return {sdk_version:qo(),...u===null?{}:{game_version:u}}},...n.analytics===void 0?{}:{options:n.analytics},log:t}),s=u=>{if(u===false)return null;let I=u?.attempts??cg,q=u?.budgetMs??dg;return !(I>0)||!(q>0)?null:{attempts:I,budgetMs:q,maxDelayMs:u?.maxDelayMs??ug}},l=u=>{u.on("created",()=>{o.mark("room created");}),u.on("joined",()=>{o.mark("room joined");}),u.on("matchAllocationStarted",()=>{o.mark("allocation started");}),u.on("matchReady",()=>{o.mark("match ready");}),u.on("matchFailed",()=>{o.mark("match failed");});};if(typeof window>"u")throw new Error("createGem: there is no `window` in this environment, so the SDK has no document to listen on and no embedder to hand it a port. A game runs in a browser; if this is a server-side render or a node process, do not construct the SDK there.");if(!n.allowedEmbedders||n.allowedEmbedders.length===0)throw new Error("createGem: `allowedEmbedders` is required. It is the check that stops a hostile page embedding this game and collecting its tokens, so it cannot be inferred \u2014 name the origins that may embed you.");let d=zt(e),m=zt(e),c=zt(e),p=zt(e),g=n.manageAudio===false?null:Sa(),y=null,w=()=>{y!==null&&(m.current!==null&&m.current.muted===y||C.reportMuted(y));},k=Ra({report:u=>C.reportFrameStats(u)}),P=false,T=Pa(()=>No,()=>P),v=u=>{let I=P&&!u,q=P!==u;if(P=u,I&&T.close(),!!q)try{n.onDevToolsPermissionChange?.(u);}catch(de){t?.(`[gem] onDevToolsPermissionChange threw: ${de instanceof Error?de.message:String(de)}`),queueMicrotask(()=>{throw de});}},S=r??lg,O=r!==void 0,x,H=u=>(t?.(`[gem] token refused: ${u}`),n.onError?.("internal",u),false),N=(u,I)=>{if(u===void 0)return I!==void 0?H("the embedder named a backend by tag, which this build no longer resolves \u2014 it needs `apiBaseUrl` on `gem.token`. The token was refused rather than sent to the default: silently resolving production is how a development session writes to the live backend."):true;let q=bl(u);return q!==null?H(`the embedder named an API root that cannot be used: ${q}. Its value is withheld here rather than written to logs.`):x!==void 0&&x!==u?H("the embedder named a different API root than it named on this session\u2019s first token. The address is fixed by the first grant, so a later message cannot repoint a running game; both values are withheld here."):(x=u,O||(S=u),true)},V=window.location?.origin,R=null,E=-1/0,G=2e3,D=new Set,j=u=>R!==false?Promise.resolve(true):new Promise(I=>{let q=e.setTimeout(()=>{D.delete(de),I(false);},u),de=()=>{e.clearTimeout(q),D.delete(de),I(true);};D.add(de);}),C=new Jt({allowedEmbedders:n.allowedEmbedders,...typeof V=="string"&&V!==""?{selfOrigin:V}:{},expectedSource:window.parent,clock:e,capabilities:["rooms","p2p","dedicated","parties","partySeating","autoStartFailure","clusterTarget","devtools","localHost","cohorts","socketState","screenshot","audioState","rewardCue","frameStats","viewport","purchases","deviceSettings","ads","signIn",...n.onFeedbackContext!==void 0?["feedbackContext"]:[]],...n.onRefused===void 0?{}:{onRefused:n.onRefused},...n.onError===void 0?{}:{onError:n.onError},onStateChange:u=>{z.onBridgeState(u),u!=="connected"&&k.setRequested(false),u==="connected"&&(o.mark("bridge connected"),X(),w(),a.startSession()),n.onStateChange?.(u);},onPlayer:u=>{d.set(u),n.onPlayer?.(u);},onPrefs:u=>{let I={reducedMotion:u.reducedMotion,muted:u.muted,locale:u.locale,showFrameStats:u.showFrameStats===true};m.set(I),g?.setMuted(I.muted),k.setRequested(I.showFrameStats&&C.parentSupports("frameStats")),n.onPrefs?.(I);},onCohorts:u=>{let I=Object.freeze(u.cohorts.map(q=>Object.freeze({experimentId:q.experimentId,variantKey:q.variantKey})));c.set(I),n.onCohorts?.(I);},onViewport:u=>{let I=Object.freeze({insets:Object.freeze({top:u.insets.top,right:u.insets.right,bottom:u.insets.bottom,left:u.insets.left})});p.set(I),xa(ka(),I.insets),n.onViewport?.(I);},onPause:u=>{a.setPaused(u.paused),k.setPaused(u.paused),n.onPause?.(u.paused);},onWillTerminate:u=>{a.endSession(u.reason),n.onWillTerminate?.({reason:u.reason,graceMs:u.graceMs});},onToken:u=>{let I=u.garden;if(v(u.allowDevTools===true),!N(u.apiBaseUrl,I))return;let q=u;z.onToken(q);let de=z.identity;de&&(ue.set(de),Y||(Y=true,le.reconcileSeats().catch(()=>{}))),Re.push({token:q.token,expiresAt:q.expiresAt});},onTokenDenied:u=>{v(false),z.onDenied(u);},onScreenshot:(u,I,q)=>{va(u,I,q,{...n.onScreenshot===void 0?{}:{handler:n.onScreenshot},useDefaultStrategy:true});},onRequestContext:()=>{_a(C,n.onFeedbackContext);},onDevtools:u=>{u==="close"?T.close():u==="open"?T.openFrom("platform").catch(()=>{}):T.isOpen?T.close():T.openFrom("platform").catch(()=>{});},onRoomEvent:u=>le.handleRoomEvent({event:u.event,roomId:u.roomId,...u.matchId===void 0?{}:{matchId:u.matchId},...u.version===void 0?{}:{version:u.version},...u.reason===void 0?{}:{reason:u.reason},...u.platform===void 0?{}:{platform:u.platform}}),onSeatedEvent:u=>le.handleSeated(u.roomId),onAutoStartFailedEvent:u=>le.handleAutoStartFailed(u.roomId,u.code),onSocketState:u=>{let I=R;if(R=u.connected,u.connected)for(let de of [...D])de();if(!u.connected||I===true)return;let q=e.now();q-E<G||(E=q,le.reconcile().catch(()=>{}));},onSignalEvent:u=>{let I=typeof u.data=="object"&&u.data!==null&&!Array.isArray(u.data)?u.data:{};ze.handleSignalEvent(u.matchId,u.event,I),u.event==="matchEnded"&&le.reconcile({matchId:u.matchId,...typeof I.reason=="string"?{reason:I.reason}:{}}).catch(()=>{});},onDedicatedEvent:u=>{u.event==="matchEnded"&&(pt.handleMatchEnded(u.matchId,u.reason),le.reconcile({matchId:u.matchId,...u.reason===void 0?{}:{reason:u.reason}}).catch(()=>{})),ee.handleEvent(u);},onClusterTarget:u=>$.accept(u.clusterTargetId,u.clusterTargetIds),onLocalServer:u=>Q.accept(u),onLocalServerDenied:u=>Q.refuse(u),onPartyResult:u=>ae.settle(u.requestId,u.partyId),onPurchaseResult:u=>Yt.settle(u),onDeviceSettings:u=>{De.receive(u),n.onDeviceSettings?.(De.api.current);},onDeviceSettingsResult:u=>De.settle(u),onAdResult:u=>f.settle(u),onSignInResult:u=>A.settle(u)}),ee=new Wt({bridge:C}),ue=zt(e),Y=false,Te=new Set,fe,Re={current:()=>fe,subscribe:u=>(Te.add(u),fe!==void 0&&u(fe),()=>Te.delete(u)),push:u=>{fe=u;for(let I of [...Te])try{I(u);}catch(q){t?.(`[gem] a server-token listener threw: ${q instanceof Error?q.message:String(q)}`);}}},z=Ta({bridge:C,clock:e,onStateChange:(u,I)=>{if(u==="ready"){if(o.mark("token ready")){let q=o.marks.find(de=>de.name==="token ready")?.at;a.trackPlatform("gem_boot_ready",q===void 0?{}:{boot_ms:Math.max(0,Math.round(q))});}}else u==="lost"&&(o.mark("token lost"),a.trackPlatform("gem_auth_lost"));n.onAuthStateChange?.(u,I);}}),Z=()=>{let u=z.identity;return !u||z.source.currentState==="lost"?null:`${u.playerId}\0${u.gameId}\0${u.channel}`},X=()=>{o.mark("token requested"),z.source.get().catch(()=>{});},ae=Co({bridge:C,clock:e}),mt={},Yt=al({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u),confirm:async u=>mt.confirm?.(u)??"unknown"}),De=pl({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),f=ul({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),A=dl({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),$=Ps({bridge:C,clock:e}),Q=Aa({bridge:C,clock:e}),be=u=>{let I=C.handleWindowMessage({data:u.data,origin:u.origin,source:u.source,ports:u.ports});return I&&window.removeEventListener("message",be),I};window.addEventListener("message",be);let Pe=ya(window,be),Qn=Pe?.capture,$e=typeof performance>"u"?void 0:performance.getEntriesByType?.("navigation")?.[0];$e?.domInteractive!==void 0&&$e.domInteractive>0&&o.mark("document parsed",$e.domInteractive),Qn?.late&&t?.("[gem] the early-handshake capture installed after this document finished loading, so a handshake posted at iframe load may already have been missed. Load the capture script ahead of everything else in the document.");let Zn=n.handshakeWarningMs;Zn!==null&&t&&e.setTimeout(()=>{let u=Pe===null?"no capture script ran":`capture: ${Pe.delivered} offer(s) delivered, ${Pe.stale} stale, ${Pe.capture.dropped} evicted${Pe.capture.late?", installed late":""}`;if(C.currentState==="connected"){t(`[gem] handshake connected. boot: ${o.timeline()} \xB7 ${u}`);return}t(`[gem] no completed handshake after ${Zn??vl}ms (bridge state: ${C.currentState}). Either the embedder does not run the gem-web-sdk parent half, its origin is not in this build\u2019s allowedEmbedders, or its handshake fired before this frame\u2019s listener registered. boot: ${o.timeline()} \xB7 `+u);},Zn??vl);let Rl=Kn({get baseUrl(){return S},tokenSource:z.source,get defaultQuery(){let u=z.identity;return u?{game_id:u.gameId,channel:u.channel}:{}}}),Je=new Ie({transport:Rl,clock:e}),ve={client:Je,gameId:()=>z.identity?.gameId??""};mt.confirm=u=>ll(ve,u);let kl=()=>z.identity?.channel??"release",Do=new kn(ve,kl),$o=async u=>(await Do.load())?.currency(u)?.id??void 0,Fo=bn(ve,hr,{identity:Z,resolveCurrencyId:$o}),er=async u=>{let I=await ue.wait(u);if(I)return I;throw new oe("timeout","no play token arrived over the bridge. Every route a game reaches is scoped by the token, so nothing can proceed without one \u2014 the bridge may not be connected, or the parent may have refused to mint (see onAuthStateChange).")},tr=s(n.autoReconnect),le=eo({client:Je,clock:e,gameId:()=>z.identity?.gameId??null,playerId:()=>z.identity?.playerId??null,awaitGameId:async()=>(await er(Lo)).gameId,resolveParty:ae.resolve,resolveClusterTargets:$.resolveList,refreshClusterTargets:$.refresh,ensureLocalServer:Q.ensure,...n.clientVersion===void 0?{}:{clientVersion:n.clientVersion},platformGameVersion:()=>z.gameVersion,...n.pollRooms===void 0?{}:{poll:n.pollRooms},...n.recoverStaleMembership===void 0?{}:{recoverStaleMembership:n.recoverStaleMembership},...n.watchSeats===void 0?{}:{watchSeats:n.watchSeats},...n.seatPollIntervalMs===void 0?{}:{seatPollIntervalMs:n.seatPollIntervalMs},...tr===null?{}:{autoReconnect:{...tr,redial:(u,I)=>nr.redialMatch(u,I),abandon:(u,I)=>nr.abandonMatch(u,I)}}});l(le),ga({analytics:a,rooms:le});let ze=pa({client:Je,clock:e,rooms:le,bridge:C,gameId:()=>z.identity?.gameId??"",baseUrl:()=>S,resolveClusterTarget:$.resolve,boot:o,...n.log===void 0?{}:{log:n.log}}),jo=yo(o,t),pt=Wa({client:Je,clock:e,rooms:le,signaling:()=>ee.channel(),signalingReady:j,log:t??(()=>{})}),nr=il({rooms:le,p2p:{connect:u=>jo(ze.connect(u)),session:u=>ze.session(u)},dedicated:{connect:(u=>Hn(o,"welcome",pt.connect(u),t))},clock:e,identity:()=>z.identity,apiBaseUrl:()=>S,tokens:Re,room:()=>le.currentRoom,autoReconnect:tr!==null,...n.log===void 0?{}:{log:n.log}}),xl=async()=>(await er(Lo)).playerId,No={client:Je,boot:o,get identity(){return z.identity},awaitIdentity:(u=Lo)=>er(u),awaitBridge:u=>C.settled(u),get player(){return d.current},awaitPlayer:(u=mg)=>d.wait(u),me:Fo,characters:new _n(ve,void 0,Z,$o),transfers:new Sn(ve,hr,Fo.inventory),gameConfig:Do,purchases:Yt.api,deviceSettings:De.api,ads:f.api,account:A.api,analytics:a,leaderboards:new wt(ve),challenges:new bt(ve),showcase:new St(ve,xl),friends:new Rt(ve),platform:new kt(ve),profiles:new xt(ve),get prefs(){return m.current},get cohorts(){return c.current},get viewport(){return p.current},awaitCohorts:(u=pg)=>c.wait(u),reportMuted:u=>{y=!!u,w();},cueReward:u=>C.cueReward(u),exit:u=>gg(le,C,u,a),frame:C,devtools:T,rooms:le,dedicatedServer:{listClusterTargets:u=>pt.listClusterTargets(u),connect:(u=>Hn(o,"welcome",pt.connect(u),t)),handleMatchEnded:(u,I)=>pt.handleMatchEnded(u,I)},p2p:{handleSignalEvent:(u,I,q)=>ze.handleSignalEvent(u,I,q),session:u=>ze.session(u),connect:u=>jo(ze.connect(u))},match:nr};return No}var _l="the match has not started yet: the runtime hands over the host at `init`, and this was read before that. Read it from `init` or later \u2014 a bundle that needs a value at module scope is reading it one call too early.";function Go(n,e={}){let t=e.clock??ie,r=()=>{let s=n();if(s===null)throw new Error(_l);return s},o=null,i=()=>{if(o===null)throw new Error(_l);return o};return {server:{get identity(){return i().identity},get client(){return i().client},get api(){return i().api},get match(){return i().match},get analytics(){return i().analytics},get room(){return i().room},dispose(){o?.dispose();},get sizeClass(){return r().sizeClass},get roomArgs(){return r().roomArgs},get roster(){return r().roster},players(){return r().players()},profile(s){let d=r().profile?.(s);if(!d)return null;let m=d.displayName;return typeof m!="string"||m===""?null:{displayName:ge(m),...typeof d.displayTag=="string"&&d.displayTag!==""?{displayTag:ge(d.displayTag)}:{},...typeof d.discriminator=="string"?{discriminator:d.discriminator}:{}}},playerNumber(s){return r().playerNumber?.(s)},send(s,l,d){d===void 0?r().send(s,l):r().send(s,l,d);},broadcast(s,l){l===void 0?r().broadcast(s):r().broadcast(s,l);},kick(s,l){l===void 0?r().kick(s):r().kick(s,l);},log(s){r().log(s);},warn(s){r().warn(s);}},attach:()=>{o=ct(r(),{...e,clock:t});},ended:()=>o!==null&&el(o)}}function wl(n,e={}){let{server:t,attach:r}=Go(()=>n,e);return r(),t}var yg=5e3;function fg(n){if(n===void 0||typeof n.reason!="string"||n.reason==="")return;let e=n.platform_reason??n.endedReason;return {reason:n.reason,...e===void 0?{}:{endedReason:Me(e)}}}function hg(n,e,t){return t||e?.endMatch!==void 0?false:n===void 0?true:n.reason==="idle_timeout"}function bg(n){return n instanceof Error?n.message:String(n)}function Sl(n,e={}){return ()=>{let t=null,{server:r,attach:o,ended:i}=Go(()=>t,e),a=n(r),s={async init(l){t=l,o(),await a.init?.();},async shutdown(l){let d=fg(l);try{await a.shutdown?.(d);}finally{try{hg(d,t,i())&&await r.match.end(AbortSignal.timeout(yg)).catch(m=>{m instanceof F&&m.reason==="not_found"||t?.warn?.(`ending the match after shutdown failed: ${bg(m)}`);});}finally{r.dispose();}}}};return a.join&&(s.join=(l,d)=>a.join?.(l,d)),a.leave&&(s.leave=(l,d)=>a.leave?.(l,d)),a.message&&(s.message=(l,d,m,c)=>a.message?.(l,d,m,c)),s}}
2
- export{At as AnalyticsApi,oe as AuthError,Xt as CONDITIONAL_HEADERS,bt as ChallengesApi,Mo as DEVICE_SETTINGS_MAX_BYTES,h as DedicatedServerError,Rt as FriendsApi,F as GemApiError,Ie as GemClient,se as GemConfigError,Jt as GemFrame,ne as GemSaveError,wt as LeaderboardsApi,vr as MAX_PERIODS_BACK,Tc as PLATFORM_EVENTS,kt as PlatformApi,An as PlatformCurrenciesApi,pe as PlayerText,xt as ProfilesApi,St as ShowcaseApi,me as TransportRefusal,It as UNRELIABLE_CHANNEL_LABEL,ge as asPlayerText,fo as createBootTimeline,g_ as createGem,ct as createGemServer,za as createHostTokenSource,wl as createMatchServer,Sl as defineServer,gg as leaveAndExit,_e as mapIdentity,Hn as markOnResolve,hc as platformIconUrl,Et as presentJoinCredential,rt as readTemplateTransports,Ct as readTransportAdvert,yo as reportOnResolve,ie as systemClock,je as text,Qt as toBase64,On as webTransportAvailable};//# sourceMappingURL=gem-web-sdk.sdk.js.map
1
+ var Cl=Object.defineProperty;var Ml=(n,e)=>{for(var t in e)Cl(n,t,{get:e[t],enumerable:true});};globalThis.__gemWebSdkVersion="[gem-web-sdk:sdkVersion:5.12.0]";function Vo(){let n=globalThis.__gemWebSdkVersion;if(typeof n!="string")return "";let e=n.lastIndexOf(":"),t=n.lastIndexOf("]");return e<0||t<=e+1?"":n.slice(e+1,t)}function Ol(n,e){return e!==void 0?!e:n==="chain_exhausted"}var Xe=class{constructor(e){this.options=e;}options;grant=null;state="pending";failure=null;generation=0;inFlight=null;rejected=false;get currentState(){return this.state}get lastFailure(){return this.failure}async get(){if(this.state==="lost")throw new ie(this.failure??"unavailable","the session cannot be renewed");let e=this.seconds();if(this.grant&&e<this.grant.expiresAt-this.renewBefore())return this.grant.token;if(this.grant&&e>=this.grant.chainEndsAt)throw this.enter("lost","chain_exhausted"),new ie("chain_exhausted","the token chain reached its ceiling");return this.refresh(this.nextReason())}nextReason(){return this.rejected?"rejected":this.grant?"expiring":"initial"}invalidate(e){e!==void 0&&this.grant!==null&&this.grant.token!==e||this.rejected&&this.grant===null||(this.grant=null,this.generation+=1,this.inFlight=null,this.rejected=true,this.state!=="lost"&&this.enter("pending"));}accept(e){this.state!=="lost"&&(this.grant=e,this.rejected=false,this.enter("ready"));}close(e="unavailable"){this.grant=null,this.generation+=1,this.inFlight=null,this.enter("lost",e);}refresh(e){if(this.inFlight)return this.inFlight;let t=this.generation;this.enter("pending");let r=this.options.request(e).then(o=>{if(t!==this.generation)throw new ie("internal","token arrived for a superseded generation");return this.grant=o,this.rejected=false,this.enter("ready"),o.token}).catch(o=>{let i=Ll(o),a=o?.retryable;throw t===this.generation&&this.enter(Ol(i,typeof a=="boolean"?a:void 0)?"lost":"degraded",i),o instanceof ie?o:new ie(i,String(o))}).finally(()=>{this.inFlight===r&&(this.inFlight=null);});return this.inFlight=r,r}enter(e,t){this.failure=t??(e==="ready"?null:this.failure),this.state!==e&&(this.state=e,this.options.onStateChange?.(e,t));}renewBefore(){return this.options.renewBeforeSeconds??60}seconds(){return Math.floor(this.options.clock.now()/1e3)}},ie=class n extends Error{constructor(t,r){super(`auth ${t}: ${r}`);this.reason=t;this.name="AuthError";}reason;static isAuthError(t){if(t instanceof n)return true;let r=t;return r?.name==="AuthError"&&typeof r.reason=="string"}};function Ll(n){if(n instanceof ie)return n.reason;let e=n?.reason;return typeof e=="string"&&["chain_exhausted","unavailable","timeout","internal"].includes(e)?e:"internal"}var pe=class n extends Error{retryable=false;constructor(e){super(e),this.name="TransportRefusal";}static isRefusal(e){if(e instanceof n)return true;let t=e;return t?.name==="TransportRefusal"&&t.retryable===false}},Zt=["if-match","if-none-match"],Wo=4096;function Gl(n){if(!n)return;let e={};for(let[t,r]of Object.entries(n)){let o=t.toLowerCase();if(!Zt.includes(o)||r===void 0)continue;let i=typeof r=="string"?Dl(r):r;if(typeof i!="string"||i.length>Wo||!$l(i))throw new pe(`the ${o} header value cannot be sent \u2014 it is not a string, is longer than ${Wo} characters, or contains a character outside the range an HTTP header value may carry. This is a malformed request, not a server failure; the value is withheld here rather than written to logs.`);i!==""&&(e[o]=i);}return Object.freeze(e)}function Dl(n){let e=o=>o===32||o===9||o===10||o===13,t=0,r=n.length;for(;t<r&&e(n.charCodeAt(t));)t++;for(;r>t&&e(n.charCodeAt(r-1));)r--;return n.slice(t,r)}function $l(n){for(let e=0;e<n.length;e++){let t=n.charCodeAt(e);if(t!==9&&(t<32||t===127||t>255))return false}return true}function Ko(n,e){let t=e.replayUnauthorizedOnce??true;return {async request(r){let o={...r},i=Gl(o.headers),a=Object.freeze({...o,headers:i}),s=await e.tokenSource.get(),l=await n(a,s);if(l.status!==401||!t)return l;e.tokenSource.invalidate(s);let d=await e.tokenSource.get(),m=await n(a,d);if(m.status===401)throw e.tokenSource.close("unavailable"),new ie("unavailable","the server refused a freshly minted token");return m}}}function en(n){let e=typeof n=="string"?new TextEncoder().encode(n):n;return btoa(Fl(e))}function tn(n){let e=atob(n),t=new Uint8Array(e.length);for(let r=0;r<e.length;r+=1)t[r]=e.charCodeAt(r);return t}function sr(n){return new TextDecoder().decode(tn(n))}function Fl(n){let t="";for(let r=0;r<n.length;r+=32768)t+=String.fromCharCode(...n.subarray(r,r+32768));return t}var D=class extends Error{constructor(t,r,o,i,a){super(`${t} (${r}): ${o}`);this.reason=t;this.status=r;this.detail=o;this.retryAfterSeconds=i;this.code=a;this.name="GemApiError";}reason;status;detail;retryAfterSeconds;code;get retryable(){return this.reason==="unavailable"||this.reason==="rate_limited"}},jl=new Set([408,429,500,502,503,504]),Nl=6e4;function ql(n){if(n===void 0)return 2;if(!Number.isInteger(n)||n<0||n>10)throw new pe(`maxRetries must be a whole number between 0 and 10; received ${JSON.stringify(n)}. This is a configuration fault, not a server failure.`);return n}var Te=class{constructor(e){this.options=e;}options;async get(e,t){return this.send({method:"GET",path:e,signal:t},true)}async getWithEtag(e,t={}){let r=await this.sendRaw({method:"GET",path:e,...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{headers:{"if-none-match":t.ifNoneMatch}}},true),o=r.etag===void 0?{}:{etag:r.etag};return r.status===304?{modified:false,...o}:{modified:true,body:r.body,...o}}async put(e,t,r,o={}){return this.send({method:"PUT",path:e,body:t,signal:r,...nn(o)},o.replaySafe===true)}async post(e,t,r,o={}){return this.send({method:"POST",path:e,body:t,signal:r,...nn(o)},o.replaySafe===true)}async patch(e,t,r,o={}){return this.send({method:"PATCH",path:e,body:t,signal:r,...nn(o)},o.replaySafe===true)}async delete(e,t,r={}){return this.send({method:"DELETE",path:e,signal:t,...nn(r)},r.replaySafe===true)}async send(e,t){return (await this.sendRaw(e,t)).body}async sendRaw(e,t){let r=t?ql(this.options.maxRetries)+1:1,o=null;if(e.signal?.aborted)throw Jo(e.signal);for(let i=0;i<r;i++){if(i>0&&await this.backoff(i,o,e.signal),e.signal?.aborted)throw Jo(e.signal);let a;try{a=await this.options.transport.request(e);}catch(l){if(ie.isAuthError(l)||pe.isRefusal(l)||e.signal?.aborted||Ul(l))throw l;o=new D("unavailable",0,String(l));continue}if(a.status>=200&&a.status<300||a.status===304)return a;let s=Bl(a);if(!jl.has(a.status))throw s;o=s;}throw o??new D("unavailable",0,"no attempt was made")}backoff(e,t,r){if(r?.aborted)return Promise.resolve();let o=t?.retryAfterSeconds,i=o!==void 0?o*1e3:2**(e-1)*250,a=2**(e-1)*250,s=Math.min(Math.max(i,a),Nl);return new Promise(l=>{let d=this.options.clock,m=false,c=false,p,g=()=>{m||(m=true,c&&d.clearTimeout(p),r?.removeEventListener("abort",g),l());};r?.addEventListener("abort",g,{once:true}),p=d.setTimeout(g,s),c=true,m&&d.clearTimeout(p);})}};function nn(n){return {...n.keepalive===void 0?{}:{keepalive:n.keepalive},...n.ifMatch===void 0?{}:{headers:{"if-match":n.ifMatch}}}}function Jo(n){return n.reason!==void 0?n.reason:new DOMException("The operation was aborted.","AbortError")}function Ul(n){let e=n?.name;return e==="AbortError"||e==="TimeoutError"}function Bl(n){let{status:e,body:t}=n,r=Hl(t),o=n.retryAfterSeconds??Wl(t),i=Vl(t);switch(e){case 304:return new D("not_modified",e,r);case 400:case 422:return new D("invalid",e,r,void 0,i);case 403:return new D("forbidden",e,r,void 0,i);case 404:return new D("not_found",e,r,void 0,i);case 402:return new D("insufficient_funds",e,r,void 0,i);case 409:return new D("conflict",e,r,void 0,i);case 412:return new D("precondition_failed",e,r,void 0,i);case 413:return new D("too_large",e,r,void 0,i);case 429:return new D("rate_limited",e,r,o,i);default:return new D("unavailable",e,r,o,i)}}function Hl(n){if(typeof n=="string")return n;let e=n?.message;if(typeof e=="string")return e;let t=n?.error;if(typeof t=="string")return t;let r=t?.message;return typeof r=="string"?r:"no detail"}function Vl(n){let t=n?.error?.code;return typeof t=="string"&&t.length>0?t:void 0}function Wl(n){let e=n?.retryAfterSeconds;return typeof e=="number"&&Number.isFinite(e)&&e>=0?e:void 0}function _(n){let e=String(n);if(!/^[A-Za-z0-9_.-]{1,128}$/.test(e)||e==="."||e==="..")throw new TypeError(`${JSON.stringify(e)} is not a usable path segment \u2014 it is interpolated into a URL`);return encodeURIComponent(e)}async function zo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Yo(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/add`;return n.client.post(a,o,i?.signal)}async function Xo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function Qo(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/claim`;return n.client.post(a,o,i?.signal)}async function Zo(n,e,t){return n.client.post("/v1/characters",e,t?.signal)}async function ei(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/batch`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function ti(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function ni(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function ri(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function oi(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.delete(o,r?.signal)}async function ii(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/recipes/execute`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function si(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function ai(n,e,t){let r=`/v1/games/${_(n.gameId())}/config/channels/${_(e)}`;return n.client.getWithEtag(r,{...t?.signal===void 0?{}:{signal:t.signal},...t?.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}})}async function li(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.get(r,t?.signal)}async function di(n,e,t){let r=`/v1/inventory/loot-tables/${_(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function ci(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function ui(n,e,t,r){let o=new URLSearchParams;r?.include_buckets!==void 0&&o.set("include_buckets",String(r?.include_buckets)),r?.include_custom_data!==void 0&&o.set("include_custom_data",String(r?.include_custom_data)),r?.currency_limit!==void 0&&o.set("currency_limit",String(r?.currency_limit)),r?.currency_cursor!==void 0&&o.set("currency_cursor",String(r?.currency_cursor)),r?.item_limit!==void 0&&o.set("item_limit",String(r?.item_limit)),r?.item_cursor!==void 0&&o.set("item_cursor",String(r?.item_cursor)),r?.progression_limit!==void 0&&o.set("progression_limit",String(r?.progression_limit)),r?.progression_cursor!==void 0&&o.set("progression_cursor",String(r?.progression_cursor));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function mi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/items/${_(r)}`;return n.client.get(i,o?.signal)}async function pi(n,e,t,r,o){let i=new URLSearchParams;o?.bucket_1!==void 0&&i.set("bucket_1",String(o?.bucket_1)),o?.bucket_2!==void 0&&i.set("bucket_2",String(o?.bucket_2)),o?.limit!==void 0&&i.set("limit",String(o?.limit));let a=i.toString(),s=`/v1/leaderboards/${_(e)}/${_(t)}/${_(r)}`+(a?`?${a}`:"");return n.client.get(s,o?.signal)}async function gi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/${_(r)}`;return n.client.get(i,o?.signal)}async function yi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}`;return n.client.get(i,o?.signal)}async function fi(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/catalogs/${_(r)}/recipes/${_(o)}/availability`;return n.client.get(a,i?.signal)}async function hi(n,e,t,r){let o=new URLSearchParams;o.set("limit",String(r?.limit));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}/recipe-usage`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function ar(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function bi(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}/friends`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function vi(n,e,t){let r=`/v1/showcase/friends/${_(e)}`;return n.client.get(r,t?.signal)}async function _i(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function rn(n,e){return n.client.get("/v1/inventory/players/me/platform-currencies",e?.signal)}async function wi(n,e,t){let r=`/v1/profiles/players/${_(e)}`;return n.client.get(r,t?.signal)}async function Si(n,e){let t=new URLSearchParams;e?.config_version!==void 0&&t.set("config_version",String(e?.config_version));let r=t.toString(),o="/v1/inventory/platform-funded-game-inventory-purchase-catalog"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Ri(n,e,t){let r=`/v1/inventory/players/me/platform-funded-game-inventory-purchases/${_(e)}`;return n.client.get(r,t?.signal)}async function ki(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function xi(n,e){return n.client.get("/v1/characters/slots",e?.signal)}async function Ai(n,e,t){let r=`/v1/inventory/transfers/${_(e)}`;return n.client.get(r,t?.signal)}async function Pi(n,e,t){let r=`/v1/games/${_(n.gameId())}/analytics/events`;return n.client.post(r,e,t?.signal,{...t?.keepalive===void 0?{}:{keepalive:t.keepalive},replaySafe:true})}async function Ei(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function Ti(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/platform-funded-game-inventory-purchases`;return n.client.post(i,r,o?.signal)}async function Ii(n,e){let t=new URLSearchParams;e?.periods_back!==void 0&&t.set("periods_back",String(e?.periods_back));let r=t.toString(),o="/v1/challenges"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Ci(n,e){return n.client.get("/v1/characters",e?.signal)}async function Mi(n,e,t,r){let o=`/v1/settings/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function Oi(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Li(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/saves/${_(e)}/${_(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Gi(n,e){let t=new URLSearchParams;e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor));let r=t.toString(),o="/v1/friends"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Di(n,e){let t=new URLSearchParams;e.entity_type!==void 0&&t.set("entity_type",String(e.entity_type)),e.entity_id!==void 0&&t.set("entity_id",String(e.entity_id)),e?.direction!==void 0&&t.set("direction",String(e?.direction)),e?.status!==void 0&&t.set("status",String(e?.status)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor)),e?.limit!==void 0&&t.set("limit",String(e?.limit));let r=t.toString(),o="/v1/inventory/transfers"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function $i(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/max`;return n.client.post(a,o,i?.signal)}async function Fi(n,e,t,r,o,i){let a=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.put(a,o,i?.signal,{...i?.ifMatch===void 0?{}:{ifMatch:i.ifMatch}})}async function ji(n,e,t,r,o){let i=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.put(i,r,o?.signal)}async function Ni(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function qi(n,e,t,r){let o=`/v1/characters/${_(e)}`;return n.client.patch(o,t,r?.signal)}async function Ui(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/upload-url`;return n.client.post(a,o,i?.signal,{replaySafe:true})}async function Bi(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/reset`;return n.client.post(a,o,i?.signal)}async function Hi(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.delete(r,t?.signal)}var z="gem-web-bridge",sn={min:1,max:1},Qe=65536,Vi=8,on=5e3,Wi=1024;function dr(n){return Object.freeze(Object.assign(Object.create(null),n))}var Ki=dr({"gem.handshake":30,"gem.handshake.accept":5,"gem.token":30,"gem.token.denied":30,"gem.player":12,"gem.pause":120,"gem.prefs":60,"gem.cohorts":12,"gem.viewport":60,"gem.deviceSettings":12,"gem.willTerminate":10,"gem.roomEvent":120,"gem.socketState":12,"gem.seatedEvent":60,"gem.autoStartFailedEvent":30,"gem.signalEvent":1800,"gem.dedicatedEvent":120,"gem.partyResult":30,"gem.clusterTarget":12,"gem.devtools":30,"gem.screenshot":6,"gem.screenshot.denied":12,"gem.requestContext":12,"gem.gameContext":12,"gem.signal":1200,"gem.dedicatedOffer":60,"gem.partyRequest":12,"gem.ready":5,"gem.progress":600,"gem.requestToken":12,"gem.requestLocalServer":6,"gem.localServer":30,"gem.localServer.denied":30,"gem.exit":5,"gem.openExternal":6,"gem.requestFullscreen":30,"gem.audioState":120,"gem.rewardCue":60,"gem.frameStats":120,"gem.error":60,"gem.requestPurchase":12,"gem.purchaseResult":30,"gem.deviceSettings.put":30,"gem.deviceSettings.result":30,"gem.requestAd":6,"gem.adResult":12,"gem.requestSignIn":6,"gem.signInResult":12,__malformed:60}),an="__malformed";var Kl=dr({"gem.requestAd":"ads","gem.adResult":"ads","gem.requestSignIn":"signIn","gem.signInResult":"signIn","gem.requestPurchase":"purchases","gem.purchaseResult":"purchases","gem.devtools":"devtools","gem.screenshot":"screenshot","gem.screenshot.denied":"screenshot","gem.requestContext":"feedbackContext","gem.gameContext":"feedbackContext","gem.roomEvent":"rooms","gem.signal":"p2p","gem.signalEvent":"p2p","gem.dedicatedOffer":"dedicated","gem.dedicatedEvent":"dedicated","gem.clusterTarget":"clusterTarget","gem.partyRequest":"parties","gem.partyResult":"parties","gem.autoStartFailedEvent":"autoStartFailure","gem.seatedEvent":"partySeating","gem.socketState":"socketState","gem.audioState":"audioState","gem.rewardCue":"rewardCue","gem.frameStats":"frameStats","gem.viewport":"viewport","gem.requestLocalServer":"localHost","gem.localServer":"localHost","gem.localServer.denied":"localHost","gem.cohorts":"cohorts","gem.deviceSettings":"deviceSettings","gem.deviceSettings.put":"deviceSettings","gem.deviceSettings.result":"deviceSettings"}),Jl=Object.freeze([["gem.asyncOpponents.","asyncOpponents"]]);function Ji(n){let e=Kl[n];if(e!==void 0)return e;for(let[t,r]of Jl)if(n.startsWith(t))return r}function cr(n){let e=/^([a-z][a-z0-9+.-]*):\/\/([a-z0-9.-]+|\[[0-9a-f:.]+\])(:([0-9]{1,5}))?$/i.exec(n);return e===null?false:e[4]===void 0||Number(e[4])<=65535}function zl(n){let e;try{e=new URL(n);}catch{return false}return e.username!==""||e.password!==""?false:e.protocol==="https:"?true:e.protocol==="http:"&&(e.hostname==="localhost"||e.hostname==="127.0.0.1")}function Yl(n){return /^[a-z]{2,8}(-[a-z0-9]{1,8})*$/i.test(n)}function lr(n,e,t){if(e>Vi)return `nesting deeper than ${Vi}`;if(++t.nodes>on)return `more than ${on} values`;if(t.bytes>Qe)return `over the ${Qe} byte limit`;if(n==null)return t.bytes+=4,null;let r=typeof n;if(r==="boolean")return t.bytes+=5,null;if(r==="number")return t.bytes+=8,null;if(r==="string")return t.bytes+=n.length*3+2,null;if(r!=="object")return `${r} is not plain data`;let o=n;if(t.seen.has(o))return "a repeated or cyclic object reference";if(t.seen.add(o),Array.isArray(n)){if(n.length>Wi)return `an array of ${n.length} entries, over the ${Wi} limit`;t.bytes+=2;for(let s of n){let l=lr(s,e+1,t);if(l)return l}return null}let i=Object.getPrototypeOf(n);if(i!==Object.prototype&&i!==null)return "a value that is not a plain object";t.bytes+=2;let a=n;for(let s in a){if(!Object.prototype.hasOwnProperty.call(a,s))continue;if(++t.nodes>on)return `more than ${on} values`;if(t.bytes+=s.length*3+4,t.bytes>Qe)return `over the ${Qe} byte limit`;let l=lr(a[s],e+1,t);if(l)return l}return null}function Xl(n){let e={nodes:0,bytes:0,seen:new Set},t=lr(n,0,e);return t?`message contains ${t}`:e.bytes>Qe?`message is over the ${Qe} byte limit`:null}var Ql={origin:[cr,"not a well-formed origin"],url:[zl,"not a safe absolute http(s) URL"],bcp47:[Yl,"not a well-formed BCP 47 tag"]};function zi(n,e,t){for(let r of e){let o=t===""?r.n:`${t}.${r.n}`,i=n[r.n];if(i==null){if(r.o)continue;return `${o}: required`}let a=Yi(i,r,o);if(a)return a}return null}function Yi(n,e,t){switch(e.k){case "string":{if(typeof n!="string")return `${t}: expected string`;if(n.length>e.max)return `${t}: exceeds ${e.max} characters`;if(e.f){let[r,o]=Ql[e.f];if(!r(n))return `${t}: ${o}`}return null}case "int":return typeof n!="number"||!Number.isInteger(n)?`${t}: expected integer`:n<e.lo||n>e.hi?`${t}: out of range ${e.lo}..${e.hi}`:null;case "boolean":return typeof n=="boolean"?null:`${t}: expected boolean`;case "enum":{let r=e.v;return r.includes(n)?null:`${t}: not one of ${r.join("|")}`}case "object":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected object`:zi(n,e.fs,t);case "json":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected a plain object`:null;case "array":{if(!Array.isArray(n))return `${t}: expected array`;if(n.length>e.max)return `${t}: exceeds ${e.max} items`;let r=e.it,o=`${t}[]`;for(let i of n){if(i==null){if(r.o)continue;return `${o}: required`}let a=Yi(i,r,o);if(a)return a}return null}default:{let r=e.k;return `${t}: unknown kind ${String(r)}`}}}function M(n,e){return t=>{let r=Xl(t);if(r)return r;if(typeof t!="object"||t===null||Array.isArray(t))return "message: expected object";let o=t;return o.gem!==z?"gem: wrong protocol marker":o.type!==n?`type: expected ${n}`:zi(o,e,"")}}var Zl=M("gem.handshake",[{n:"versions",k:"object",fs:[{n:"min",k:"int",lo:1,hi:1e3},{n:"max",k:"int",lo:1,hi:1e3}]},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}},{n:"embedder",k:"string",max:2048,f:"origin"}]),ed=M("gem.handshake.accept",[{n:"v",k:"int",lo:1,hi:1e3},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}}]),td=M("gem.token",[{n:"token",k:"string",max:4096},{n:"requestId",k:"string",o:1,max:64},{n:"generation",k:"int",lo:0,hi:2147483647},{n:"apiBaseUrl",k:"string",o:1,max:512,f:"url"},{n:"playerId",k:"string",max:64},{n:"gameId",k:"string",max:64},{n:"channel",k:"enum",v:["dev","test","release"]},{n:"gameVersion",k:"string",o:1,max:64},{n:"expiresAt",k:"int",lo:0,hi:4102444800},{n:"chainEndsAt",k:"int",lo:0,hi:4102444800},{n:"allowDevTools",k:"boolean",o:1}]),nd=M("gem.token.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"retryAfterMs",k:"int",o:1,lo:0,hi:36e5},{n:"reason",k:"enum",v:["chain_exhausted","unavailable"]},{n:"correlationId",k:"string",max:64}]),rd=M("gem.player",[{n:"untrusted",k:"object",fs:[{n:"displayName",k:"string",max:64},{n:"displayTag",k:"string",o:1,max:80},{n:"displayHandle",k:"string",max:80}]},{n:"playerId",k:"string",o:1,max:64},{n:"discriminator",k:"string",o:1,max:8},{n:"avatarIconUrl",k:"string",o:1,max:2048,f:"url"},{n:"badges",k:"array",o:1,max:2,it:{n:"",k:"object",fs:[{n:"itemId",k:"string",max:64},{n:"iconUrl",k:"string",max:2048,f:"url"}]}},{n:"displayTag",k:"string",max:8},{n:"avatarUrl",k:"string",o:1,max:2048,f:"url"}]),od=M("gem.pause",[{n:"paused",k:"boolean"}]),id=M("gem.prefs",[{n:"reducedMotion",k:"boolean"},{n:"muted",k:"boolean"},{n:"showFrameStats",k:"boolean",o:1},{n:"locale",k:"string",max:35,f:"bcp47"}]),sd=M("gem.cohorts",[{n:"cohorts",k:"array",max:8,it:{n:"",k:"object",fs:[{n:"experimentId",k:"string",max:36},{n:"variantKey",k:"string",max:32}]}}]),ad=M("gem.viewport",[{n:"insets",k:"object",fs:[{n:"top",k:"int",lo:0,hi:4096},{n:"right",k:"int",lo:0,hi:4096},{n:"bottom",k:"int",lo:0,hi:4096},{n:"left",k:"int",lo:0,hi:4096}]}]),ld=M("gem.deviceSettings",[{n:"settings",k:"json",o:1}]),dd=M("gem.willTerminate",[{n:"reason",k:"enum",v:["grant_expiring","session_ended","navigating","kill_switch"]},{n:"graceMs",k:"int",lo:0,hi:6e4}]),cd=M("gem.roomEvent",[{n:"event",k:"enum",v:["updated","match_started","match_ready","match_failed","version_stale"]},{n:"roomId",k:"string",max:64},{n:"matchId",k:"string",o:1,max:64},{n:"version",k:"int",o:1,lo:0,hi:2147483647},{n:"reason",k:"string",o:1,max:64},{n:"platform",k:"enum",o:1,v:["universal","mobile"]}]),ud=M("gem.socketState",[{n:"connected",k:"boolean"},{n:"reason",k:"enum",o:1,v:["connecting","dropped","watchdog","terminal"]}]),md=M("gem.seatedEvent",[{n:"roomId",k:"string",max:64}]),pd=M("gem.autoStartFailedEvent",[{n:"roomId",k:"string",max:64},{n:"code",k:"string",max:64}]),gd=M("gem.signalEvent",[{n:"event",k:"enum",v:["hello","offer","answer","ice","peerJoined","peerLeft","migration","matchEnded","error"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),yd=M("gem.dedicatedEvent",[{n:"event",k:"enum",v:["answer","error","matchEnded"]},{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",o:1,max:10240},{n:"sessionId",k:"string",o:1,max:64},{n:"code",k:"string",o:1,max:64},{n:"message",k:"string",o:1,max:256},{n:"reason",k:"string",o:1,max:64}]),fd=M("gem.partyResult",[{n:"requestId",k:"string",max:64},{n:"partyId",k:"string",o:1,max:64}]),hd=M("gem.clusterTarget",[{n:"clusterTargetId",k:"string",max:64},{n:"clusterTargetIds",k:"array",o:1,max:3,it:{n:"",k:"string",max:64}}]),bd=M("gem.devtools",[{n:"action",k:"enum",v:["open","close","toggle"]}]),vd=M("gem.screenshot",[{n:"maxWidth",k:"int",lo:1,hi:7680},{n:"maxHeight",k:"int",lo:1,hi:4320}]),_d=M("gem.screenshot.denied",[{n:"reason",k:"enum",v:["not_wired","no_source","unsupported","unreadable","tainted","too_large","busy","declined","failed"]},{n:"retryable",k:"boolean"}]),wd=M("gem.requestContext",[]),Sd=M("gem.gameContext",[{n:"context",k:"json"}]),Rd=M("gem.signal",[{n:"signal",k:"enum",v:["join","offer","answer","ice","migrationAck","hostUnreachable"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),kd=M("gem.dedicatedOffer",[{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",max:10240},{n:"intent",k:"enum",v:["initial","ice_restart","full_reconnect"]}]),xd=M("gem.partyRequest",[{n:"requestId",k:"string",max:64}]),Ad=M("gem.ready",[]),Pd=M("gem.progress",[{n:"loaded",k:"int",lo:0,hi:1099511627776},{n:"total",k:"int",lo:0,hi:1099511627776}]),Ed=M("gem.requestToken",[{n:"requestId",k:"string",max:64},{n:"reason",k:"enum",v:["initial","expiring","rejected"]}]),Td=M("gem.requestLocalServer",[{n:"requestId",k:"string",max:64},{n:"gameRoomId",k:"string",max:64}]),Id=M("gem.localServer",[{n:"requestId",k:"string",max:64},{n:"serverId",k:"string",o:1,max:128}]),Cd=M("gem.localServer.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"reason",k:"enum",v:["refused","unavailable"]}]),Md=M("gem.exit",[{n:"reason",k:"string",o:1,max:64}]),Od=M("gem.openExternal",[{n:"url",k:"string",max:2048,f:"url"}]),Ld=M("gem.requestFullscreen",[{n:"enabled",k:"boolean"}]),Gd=M("gem.audioState",[{n:"muted",k:"boolean"}]),Dd=M("gem.rewardCue",[{n:"currencySlug",k:"string",max:32},{n:"expected",k:"int",o:1,lo:1,hi:1e9},{n:"origin",k:"object",o:1,fs:[{n:"x",k:"int",lo:0,hi:16384},{n:"y",k:"int",lo:0,hi:16384}]}]),$d=M("gem.frameStats",[{n:"fps",k:"int",lo:0,hi:1e3},{n:"frameTimeP95Ms",k:"int",lo:0,hi:1e5}]),Fd=M("gem.error",[{n:"code",k:"enum",v:["version_mismatch","handshake_timeout","handshake_duplicate","invalid_message","rate_limited","token_unavailable","unsupported","unsupported_capability","internal"]},{n:"message",k:"string",o:1,max:256}]),jd=M("gem.requestPurchase",[{n:"requestId",k:"string",max:64},{n:"purchaseKind",k:"enum",v:["item","recipe"]},{n:"targetId",k:"string",max:64},{n:"currencySlug",k:"string",max:32},{n:"quantity",k:"int",o:1,lo:1,hi:10},{n:"catalogId",k:"string",o:1,max:64}]),Nd=M("gem.purchaseResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["ok","declined","unavailable"]},{n:"purchaseId",k:"string",o:1,max:64}]),qd=M("gem.deviceSettings.put",[{n:"requestId",k:"string",max:64},{n:"settings",k:"json"}]),Ud=M("gem.deviceSettings.result",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["stored","too_large","unavailable"]}]),Bd=M("gem.requestAd",[{n:"requestId",k:"string",max:64},{n:"placement",k:"string",max:32},{n:"format",k:"enum",v:["interstitial","rewarded"]}]),Hd=M("gem.adResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["shown","no_ad","unavailable"]}]),Vd=M("gem.requestSignIn",[{n:"requestId",k:"string",max:64}]),Wd=M("gem.signInResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["signed_in","declined","unavailable"]}]),ln=dr({"gem.handshake":Zl,"gem.handshake.accept":ed,"gem.token":td,"gem.token.denied":nd,"gem.player":rd,"gem.pause":od,"gem.prefs":id,"gem.cohorts":sd,"gem.viewport":ad,"gem.deviceSettings":ld,"gem.willTerminate":dd,"gem.roomEvent":cd,"gem.socketState":ud,"gem.seatedEvent":md,"gem.autoStartFailedEvent":pd,"gem.signalEvent":gd,"gem.dedicatedEvent":yd,"gem.partyResult":fd,"gem.clusterTarget":hd,"gem.devtools":bd,"gem.screenshot":vd,"gem.screenshot.denied":_d,"gem.requestContext":wd,"gem.gameContext":Sd,"gem.signal":Rd,"gem.dedicatedOffer":kd,"gem.partyRequest":xd,"gem.ready":Ad,"gem.progress":Pd,"gem.requestToken":Ed,"gem.requestLocalServer":Td,"gem.localServer":Id,"gem.localServer.denied":Cd,"gem.exit":Md,"gem.openExternal":Od,"gem.requestFullscreen":Ld,"gem.audioState":Gd,"gem.rewardCue":Dd,"gem.frameStats":$d,"gem.error":Fd,"gem.requestPurchase":jd,"gem.purchaseResult":Nd,"gem.deviceSettings.put":qd,"gem.deviceSettings.result":Ud,"gem.requestAd":Bd,"gem.adResult":Hd,"gem.requestSignIn":Vd,"gem.signInResult":Wd});var se={now:()=>Date.now(),setTimeout:(n,e)=>setTimeout(n,e),clearTimeout:n=>clearTimeout(n)},yt=class{constructor(e=se){this.clock=e;}clock;tokens=new Map;lastRefill=new Map;allow(e){let t=Ki[e];if(t===void 0)return false;let r=this.clock.now(),o=this.lastRefill.get(e)??r,i=this.tokens.get(e)??t,a=Math.max(0,r-o),s=Math.min(t,i+a*t/6e4);return s<1?(this.tokens.set(e,s),this.lastRefill.set(e,r),false):(this.tokens.set(e,s-1),this.lastRefill.set(e,r),true)}};function ur(n,e){return n.toLowerCase()===e.toLowerCase()}function dn(n){let e=n.toLowerCase();return e==="localhost"||e.endsWith(".localhost")||e==="[::1]"||e==="::1"?true:/^127(\.\d{1,3}){3}$/.test(e)}function Xi(n,e){if(typeof e!="string"||e==="")return false;let t,r;try{t=new URL(n),r=new URL(e);}catch{return false}return t.protocol!=="http:"&&t.protocol!=="https:"||r.protocol!=="http:"&&r.protocol!=="https:"||t.username!==""||t.password!==""||t.pathname!=="/"||t.search!==""||t.hash!==""||t.port===""?false:dn(t.hostname)&&dn(r.hostname)}function Qi(n,e){if(e.min>e.max)return null;let t=Math.min(n.max,e.max),r=Math.max(n.min,e.min);return t>=r?t:null}var cn=class{constructor(e,t){this.inventory=e;this.resolveCurrencyId=t;}inventory;resolveCurrencyId;async list(e={}){return (await this.inventory.snapshot({buckets:e.buckets})).currencies.data.map(r=>({currencyId:r.currencyId,total:r.total,...r.buckets===void 0?{}:{buckets:r.buckets}}))}async get(e,t={}){let o=(await this.inventory.snapshot({buckets:t.buckets})).currencies.data,i=o.find(s=>s.currencyId===e),a;return !i&&this.resolveCurrencyId&&(a=await this.resolveCurrencyId(e).catch(()=>{}),a!==void 0&&(i=o.find(s=>s.currencyId===a))),{currencyId:i?i.currencyId:a??e,total:i?i.total:null,...i?.buckets===void 0?{}:{buckets:i.buckets}}}};function pr(n){let e=Array.isArray(n.achievements)?n.achievements:[],t=[];for(let r of e){let o=r??{};typeof o.id!="string"||o.id===""||typeof o.threshold!="number"||!Number.isFinite(o.threshold)||t.push({id:o.id,threshold:o.threshold,points:typeof o.points=="number"?o.points:0,hidden:o.hidden===true,...typeof o.unlocked_at=="number"&&Number.isFinite(o.unlocked_at)?{unlockedAt:o.unlocked_at}:{},...o.revoked===true?{revoked:true}:{}});}return {...t.length>0?{achievements:t}:{},...n.achievements_unavailable===true?{achievementsUnavailable:true}:{}}}var Zi="inventory",Ze=n=>typeof n=="number"?n:0,ft=n=>typeof n=="string"?n:"";function mr(n,e){let t=n??{},r=typeof t.next_cursor=="string"?t.next_cursor:void 0;return {data:Array.isArray(t.data)?t.data.map(e):[],...r===void 0?{}:{nextCursor:r}}}function es(n){let e=n??{};return {itemDefinitionId:ft(e.item_definition_id),instanceId:ft(e.instance_id),quantity:Ze(e.quantity),acquiredAt:Ze(e.acquired_at),...e.properties===void 0?{}:{properties:e.properties},...e.custom_data===void 0?{}:{customData:e.custom_data}}}function Kd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {currencies:mr(e.currencies,r=>{let o=r??{},i=Array.isArray(o.buckets)?o.buckets.map(a=>{let s=a??{};return {bucket:ft(s.bucket),balance:Ze(s.balance)}}):void 0;return {currencyId:ft(o.currency_id),total:Ze(o.total),...i===void 0?{}:{buckets:i}}}),items:mr(e.items,es),progressions:mr(e.progressions,r=>{let o=r??{};return {progressionDefinitionId:ft(o.progression_definition_id),currentValue:Ze(o.current_value),completionCount:Ze(o.completion_count),isCompleted:o.is_completed===true,...pr(o)}}),...t===void 0?{}:{etag:t}}}var un=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;snapshot(e={}){let t=e.buckets?`${Zi}#buckets`:Zi;return this.cache.read(t,[],()=>this.fetch({includeBuckets:e.buckets}))}async instances(e,t){let r=await this.snapshot();if(r.items.nextCursor===void 0){let i=r.items.data.filter(a=>a.itemDefinitionId===e);if(i.length>0)return i}let o=await mi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Array.isArray(o)?o.map(es):[]}page(e){return this.fetch(e)}refresh(){this.invalidate();}onChanged(e){return this.cache.onInvalidate(e)}invalidate(){this.cache.invalidate();}async fetch(e){let t=await ui(this.api,this.entity.type,this.entity.id,{...e.includeBuckets?{include_buckets:true}:{},...e.currencyCursor===void 0?{}:{currency_cursor:e.currencyCursor},...e.itemCursor===void 0?{}:{item_cursor:e.itemCursor},...e.progressionCursor===void 0?{}:{progression_cursor:e.progressionCursor},...e.currencyLimit===void 0?{}:{currency_limit:e.currencyLimit},...e.itemLimit===void 0?{}:{item_limit:e.itemLimit},...e.progressionLimit===void 0?{}:{progression_limit:e.progressionLimit},...e.signal===void 0?{}:{signal:e.signal}});return Kd(t)}};var te=n=>typeof n=="string"?n:"",Jd=n=>typeof n=="string"?n:te(n&&typeof n=="object"?n.type:void 0),Ie=n=>typeof n=="number"?n:0;function ht(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t}}}function mn(){return crypto.randomUUID()}var zd="recipe-usage",ts=100;function pn(n){let e=n??{};switch(e.type){case "currency":return {kind:"currency",currencyId:te(e.currency_id),bucket:te(e.bucket),delta:Ie(e.delta),balanceAfter:Ie(e.balance_after)};case "item":return {kind:"item",itemDefinitionId:te(e.item_definition_id),instanceId:te(e.instance_id),delta:Ie(e.delta),quantityAfter:Ie(e.quantity_after)};case "progression":return {kind:"progression",progressionDefinitionId:te(e.progression_definition_id),delta:Ie(e.delta),valueAfter:Ie(e.value_after),completed:e.completed===true};default:return {kind:"other",type:te(e.type)}}}function Yd(n){let e=n??{},t=typeof e.rarity_tier=="string"?e.rarity_tier:void 0;return {entryId:te(e.entry_id),...t===void 0?{}:{rarityTier:t},rollNumber:Ie(e.roll_number),wasReplacement:e.was_replacement===true,grants:Array.isArray(e.grants)?e.grants.map(pn):[]}}function Xd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0,r=Array.isArray(e.loot_results)?e.loot_results.map(Yd):void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t},granted:Array.isArray(e.granted)?e.granted.map(pn):[],consumed:Array.isArray(e.consumed)?e.consumed.map(pn):[],autoClaimedRewards:Array.isArray(e.auto_claimed_rewards)?e.auto_claimed_rewards.map(pn):[],...r===void 0||r.length===0?{}:{lootResults:r}}}function Qd(n){let e=n??{},t=e.price??{};return {payment:"platform_currency",orderId:te(e.target_order_id)||te(e.source_order_id),status:te(e.status),purchaseId:te(e.purchase_id),sourceOrderId:te(e.source_order_id),price:{currencyId:te(t.platform_currency_id),amount:Ie(t.price)}}}function Zd(n){let e=n??{},t=typeof e.last_used_at=="string"?e.last_used_at:void 0,r=typeof e.cooldown_expires_at=="string"?e.cooldown_expires_at:void 0;return {recipeId:te(e.recipe_id),useCount:typeof e.use_count=="number"?e.use_count:0,isOnCooldown:e.is_on_cooldown===true,...t===void 0?{}:{lastUsedAt:t},...r===void 0?{}:{cooldownExpiresAt:r}}}function ns(n){switch(n.type){case "currency_grant":case "currency_consume":return {type:n.type,currency_id:n.currencyId,amount:n.amount};default:return {type:n.type,item_definition_id:n.itemDefinitionId,quantity:n.quantity}}}var gn=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;async create(e,t={}){let r=await this.write(()=>ti(this.api,this.entity.type,this.entity.id,{operations:e.map(ns),source:t.source??"play",nonce:mn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return ht(r)}async createMany(e,t={}){return this.write(()=>ei(this.api,this.entity.type,this.entity.id,{orders:e.map(r=>({operations:r.map(ns),nonce:mn()})),source:t.source??"play"},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}))}async recipeAvailability(e,t,r){let i=await fi(this.api,this.entity.type,this.entity.id,e,t,r===void 0?{}:{signal:r})??{},a=typeof i.uses_remaining=="number"?i.uses_remaining:void 0,s=typeof i.cooldown_expires_at=="string"?i.cooldown_expires_at:void 0;return {canExecute:i.can_execute===true,reasons:Array.isArray(i.reasons)?i.reasons.map(l=>Jd(l)):[],...a===void 0?{}:{usesRemaining:a},...s===void 0?{}:{cooldownExpiresAt:s}}}async recipeUsageAll(){return this.cache.read(zd,[],async()=>{let t=await hi(this.api,this.entity.type,this.entity.id,{limit:ts})??{},r=Array.isArray(t.usages)?t.usages:[];return {usages:r.map(Zd),truncated:r.length>=ts}})}async recipeUsage(e){return (await this.recipeUsageAll()).usages.find(r=>r.recipeId===e)??null}async purchase(e,t={}){if(e.payment.kind==="configured"){let c=e,p=await this.write(()=>ii(this.api,this.entity.type,this.entity.id,{catalog_id:c.catalogId,recipe_id:c.targetId,game_id:this.api.gameId(),nonce:mn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return {payment:"configured",...Xd(p)}}if(this.entity.type!=="players"||this.entity.id!=="me")throw new TypeError("platform-currency purchases are available only on gem.me.mutations");let[r,o]=await Promise.all([Si(this.api,t.signal===void 0?{}:{signal:t.signal}),rn(this.api,t.signal===void 0?{}:{signal:t.signal})]),i=e.payment.currencySlug.toLowerCase(),a=o.currencies.find(c=>c.currency_id.toLowerCase()===i||c.slug.toLowerCase()===i);if(a===void 0)throw new RangeError(`platform currency ${JSON.stringify(e.payment.currencySlug)} is not active`);let s=e.kind==="item"?r.items.find(c=>c.item_id===e.targetId):r.recipes.find(c=>c.recipe_id===e.targetId&&c.catalog_id===e.catalogId);if(s===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} is not published`);let l=s.platform_prices.find(c=>c.platform_currency_id===a.currency_id);if(l===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} has no ${e.payment.currencySlug} price`);let d=e.kind==="item"?e.quantity??1:1;if(!Number.isInteger(d)||d<1||d>10)throw new RangeError("item purchase quantity must be an integer from 1 through 10");let m=await this.write(()=>Ti(this.api,this.entity.type,this.entity.id,{purchase_kind:e.kind,target_id:e.targetId,...e.kind==="recipe"?{catalog_id:e.catalogId}:{},quantity:d,expected_price:{platform_currency_id:a.currency_id,price:l.price*d},expected_config_version:r.config_version,nonce:mn(),confirmation:"none"},t.signal===void 0?{}:{signal:t.signal}));return Qd(m)}async executeRecipe(e,t,r={}){return await this.purchase({kind:"recipe",catalogId:e,targetId:t,payment:{kind:"configured"}},r)}async addProgression(e,t,r){let o=await this.write(()=>Yo(this.api,this.entity.type,this.entity.id,e,{amount:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ht(o)}async maxProgression(e,t,r){let o=await this.write(()=>$i(this.api,this.entity.type,this.entity.id,e,{value:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ht(o)}async claimProgression(e,t){let r=await this.write(()=>Qo(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ht(r)}async resetProgression(e,t){let r=await this.write(()=>Bi(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ht(r)}async write(e){return this.cache.invalidate(),e()}};var gr=n=>typeof n=="string"?n:"",ec=n=>typeof n=="number"?n:0;function rs(n){let e=n??{};return {orderId:gr(e.order_id),status:gr(e.status),source:gr(e.source),createdAt:ec(e.created_at)}}var yn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e={}){let r=await Oi(this.api,this.entity.type,this.entity.id,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {data:Array.isArray(r.orders)?r.orders.map(rs):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await gi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return rs(r)}};var os=n=>typeof n=="number"?n:0,tc=n=>typeof n=="string"?n:"";function nc(n){let e=n??{};return {progressionDefinitionId:tc(e.progression_definition_id),currentValue:os(e.current_value),completionCount:os(e.completion_count),isCompleted:e.is_completed===true,...pr(e)}}var fn=class{constructor(e,t,r){this.api=e;this.entity=t;this.inventory=r;}api;entity;inventory;async list(){return (await this.inventory.snapshot()).progressions.data}async get(e,t){let o=(await this.inventory.snapshot()).progressions.data.find(i=>i.progressionDefinitionId===e);if(o&&o.achievementsUnavailable!==true)return o;try{let i=await yi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return nc(i)}catch{return o??null}}};var hn=class{constructor(e,t){this.clock=e;this.identity=t;}clock;identity;generation=0;slots=new Map;listeners=new Set;boundTo=null;read(e,t,r,o){this.rebind();let i=t.length===0,a=i?e:e+"\0"+t.join("\0"),s=this.slots.get(a);if(s){let c=s.filledAt;if(c!==void 0&&(o===void 0||this.clock.now()-c<=o))return Promise.resolve(s.value);if(s.inFlight)return s.inFlight}let l=s??{};this.slots.set(a,l);let d=this.generation,m=r().then(c=>(i&&this.generation===d&&(l.value=c,l.filledAt=this.clock.now()),c)).finally(()=>{l.inFlight===m&&(l.inFlight=void 0,l.filledAt===void 0&&this.slots.get(a)===l&&this.slots.delete(a));});return l.inFlight=m,m}invalidate(){this.slots.clear(),this.generation+=1;for(let e of [...this.listeners])e();}onInvalidate(e){return this.listeners.add(e),()=>{this.listeners.delete(e);}}rebind(){if(!this.identity)return;let e=this.identity();e!==this.boundTo&&(this.boundTo=e,this.invalidate());}};function yr(n){let e=o=>new RegExp(`<${o}>([^<]{0,300})</${o}>`).exec(n)?.[1]?.trim()||void 0,t=[e("Code"),e("AuthenticationErrorDetail")??e("Message")].filter(Boolean);if(t.length>0)return t.join(" \u2014 ");let r=n.trim();return r?r.slice(0,300):""}async function fr(n){try{let e=yr(await n.text());return e?`Storage said: ${e}`:""}catch{return ""}}var re=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemSaveError";}reason},rc=3e4,is="the save payload could not reach storage. From a browser this is almost always the storage account's CORS rule, which the platform owns and your game cannot change. If every save fails this way, report it rather than working around it",oc=/^[A-Za-z0-9_]{1,64}$/;function xe(n){let e=n.length===0?"a save key cannot be empty":n.length>64?`it is ${n.length} characters; a save key is at most 64`:n.startsWith("_")||n.startsWith("$")?`it begins with ${JSON.stringify(n[0])}, and \`_\` and \`$\` are reserved prefixes`:"a save key is ASCII letters, digits and underscores only \u2014 no hyphens, spaces or other punctuation, unlike a template slug";if(!oc.test(n)||n.startsWith("_"))throw new TypeError(`${JSON.stringify(n)} is not a usable save key: ${e}.`);return n}function ss(n,e){let t=new AbortController,r=AbortSignal.timeout(e),o=()=>t.abort(r.reason),i=()=>t.abort(n?.reason);return n?.aborted?t.abort(n.reason):(r.addEventListener("abort",o,{once:true}),n?.addEventListener("abort",i,{once:true})),{signal:t.signal,release:()=>{r.removeEventListener("abort",o),n?.removeEventListener("abort",i);}}}function hr(n,e){return n.aborted&&e?.aborted!==true}var ic=new Set(["x-ms-blob-type"]),sc=/^[ -~]+$/;function ac(n,e){if(n==null)return {};if(typeof n!="object"||Array.isArray(n))throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} described its upload headers as ${Array.isArray(n)?"a list":typeof n}, which is not a set of headers.`);let t={};for(let[r,o]of Object.entries(n)){let i=r.toLowerCase();if(!ic.has(i))throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} asked the upload to send ${JSON.stringify(r)}, which this SDK does not put on a storage request. Report it \u2014 a platform that needs a new upload header needs an SDK release too.`);if(typeof o!="string"||!sc.test(o))throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} gave header ${JSON.stringify(r)} a value that is not usable as one.`);if(i in t)throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} named ${JSON.stringify(i)} twice.`);t[i]=o;}return t}function br(n){let e=typeof n.metadata=="object"&&n.metadata!==null&&!Array.isArray(n.metadata)?n.metadata:void 0;return {key:n.key,sizeBytes:n.size_bytes,etag:n.etag,...e===void 0?{}:{metadata:e},createdAt:n.created_at,updatedAt:n.updated_at}}function vr(n){return n?.reason==="not_found"}var bn=class{constructor(e,t,r={}){this.api=e;this.entity=t;this.options=r;}api;entity;options;async put(e,t,r={}){let o;try{o=JSON.stringify(t);}catch(i){throw new re("save_malformed",`save ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}. Retrying stores the same unserialisable value.`)}if(o===void 0)throw new re("save_malformed",`save ${JSON.stringify(e)} is undefined, which is not JSON. Use delete() to remove one.`);return this.putBytes(e,new TextEncoder().encode(o),{...r,contentType:"application/json"})}async putBytes(e,t,r={}){let o=r.contentType??"application/octet-stream",i=this.budget(r.timeoutMs),a=ss(r.signal,i);try{let s=await Ui(this.api,this.entity.type,this.entity.id,xe(e),{size_bytes:t.byteLength,content_type:o,...r.metadata===void 0?{}:{metadata:r.metadata}},{signal:a.signal});if(typeof s.upload_url!="string"||typeof s.session_id!="string")throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} named nowhere to put the bytes.`);let l=ac(s.upload_headers,e),d,m=this.options.fetch??globalThis.fetch.bind(globalThis);try{d=await m(s.upload_url,{method:"PUT",headers:{"content-type":o,...l},body:t,credentials:"omit",signal:a.signal});}catch(c){throw hr(a.signal,r.signal)?this.timeout("upload",i):new re("upload_failed",`${is} for PUT. Underlying error: ${c}`)}if(!d.ok){let c=await fr(d);throw new re("upload_failed",d.status===400?"the save upload answered 400. The platform and the service holding the bytes disagree about what this upload must carry, which is not something your game can fix and not worth retrying \u2014 report it. "+c:`the save upload answered ${d.status}. `+(d.status===403?"An upload URL is short-lived, so this is most likely an expired one \u2014 start the save again rather than retrying the upload. ":"")+c)}return br(await si(this.api,this.entity.type,this.entity.id,xe(e),{session_id:s.session_id},{signal:a.signal}))}catch(s){throw this.rethrow(s,r.signal,a.signal,"save",i)}finally{a.release();}}async get(e,t={}){let r=await this.getBytes(e,t);if(r===null)return null;try{return JSON.parse(new TextDecoder().decode(r))}catch(o){throw new re("save_malformed",`the stored save ${JSON.stringify(e)} is not JSON, so put() did not write it. Read it with getBytes() and decode it yourself. Underlying error: ${o}`)}}async getBytes(e,t={}){let r=this.budget(t.timeoutMs),o=ss(t.signal,r);try{let i;try{let l=await ar(this.api,this.entity.type,this.entity.id,xe(e),{signal:o.signal});if(!l.modified)return null;i=l.body;}catch(l){if(vr(l))return null;throw l}if(typeof i.download_url!="string")throw new re("save_malformed",`the record for save ${JSON.stringify(e)} named no link to its stored bytes.`);let a=this.options.fetch??globalThis.fetch.bind(globalThis),s;try{s=await a(i.download_url,{credentials:"omit",signal:o.signal});}catch(l){throw hr(o.signal,t.signal)?this.timeout("download",r):new re("download_failed",`${is} for GET. Underlying error: ${l}`)}if(!s.ok){let l=await fr(s);throw new re("download_failed",`the save download answered ${s.status}. `+(s.status===403?"A download link lasts 15 minutes, so this is most likely an expired one \u2014 call get() again for a fresh one. ":"")+l)}return new Uint8Array(await s.arrayBuffer())}catch(i){throw this.rethrow(i,t.signal,o.signal,"load",r)}finally{o.release();}}async describe(e,t={}){try{let r=await ar(this.api,this.entity.type,this.entity.id,xe(e),{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?br(r.body):null}catch(r){if(vr(r))return null;throw r}}async list(e={}){let t=await Li(this.api,this.entity.type,this.entity.id,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}}),r=t.next_cursor;return {saves:(t.data??[]).map(br),...typeof r=="string"&&r.length>0?{nextCursor:r}:{}}}async delete(e,t){try{await ri(this.api,this.entity.type,this.entity.id,xe(e),{...t===void 0?{}:{signal:t}});}catch(r){if(!vr(r))throw r}}budget(e){return e??this.options.timeoutMs??rc}timeout(e,t){return new re("save_timeout",`the save ${e} did not finish within ${t}ms`)}rethrow(e,t,r,o,i){return e instanceof re?e:hr(r,t)?this.timeout(o,i):e}};function lc(n){try{return sr(n)}catch{return n}}function _r(n,e){let t=n??{},r=typeof t.etag=="string"?t.etag:e;return {key:typeof t.key=="string"?t.key:"",value:typeof t.value=="string"?lc(t.value):"",...r===void 0?{}:{etag:r},updatedAt:typeof t.updated_at=="number"?t.updated_at:0}}var vn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e){let r=(await Mi(this.api,this.entity.type,this.entity.id,e===void 0?{}:{signal:e}))?.settings;return Array.isArray(r)?r.map(o=>_r(o)):[]}async get(e,t={}){try{let r=await ci(this.api,this.entity.type,this.entity.id,e,{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?_r(r.body,r.etag):null}catch(r){if(as(r))return null;throw r}}async put(e,t,r={}){let o=await Fi(this.api,this.entity.type,this.entity.id,e,{value:en(t)},{...r.signal===void 0?{}:{signal:r.signal},...r.ifMatch===void 0?{}:{ifMatch:r.ifMatch}});return _r(o)}async delete(e,t){try{await ni(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});}catch(r){if(!as(r))throw r}}};function as(n){return n?.reason==="not_found"}function _n(n,e,t={}){let r=new hn(se,t.identity);t.onInventoryChanged&&r.onInvalidate(t.onInventoryChanged);let o=new un(n,e,r);return {settings:new vn(n,e),inventory:o,saves:new bn(n,e,t.saves??{}),currencies:new cn(o,t.resolveCurrencyId),mutations:new gn(n,e,r),orders:new yn(n,e),progressions:new fn(n,e,o)}}var wr={type:"players",id:"me"};var De=n=>typeof n=="string"?n:"",et=n=>typeof n=="number"?n:0;function wn(n,e){let t=e??{},r=De(t.character_id);if(r==="")throw new Error("[gem] a character response carried no character_id");return {...n(r),id:r,playerId:De(t.player_id),gameId:De(t.game_id),channel:De(t.channel)||"release",name:De(t.name),slotIndex:et(t.slot_index),isActive:t.is_active!==false,createdAt:De(t.created_at),updatedAt:De(t.updated_at)}}var Sn=class{constructor(e,t,r,o){this.api=e;this.saves=t;this.identity=r;this.resolveCurrencyId=o;}api;saves;identity;resolveCurrencyId;scopes=new Map;scope=e=>{let t=this.scopes.get(e);return t||(t=_n(this.api,{type:"characters",id:e},{saves:this.saves,identity:this.identity,resolveCurrencyId:this.resolveCurrencyId}),this.scopes.set(e,t)),t};async list(e){let r=(await Ci(this.api,e===void 0?{}:{signal:e}))?.characters;return Array.isArray(r)?r.map(o=>wn(this.scope,o)):[]}async get(e,t){let r=await li(this.api,e,t===void 0?{}:{signal:t});return wn(this.scope,r)}async create(e){let t=await Zo(this.api,{name:e.name},e.signal===void 0?{}:{signal:e.signal});return wn(this.scope,t)}async update(e,t,r){let o=await qi(this.api,e,{name:t},r===void 0?{}:{signal:r});return wn(this.scope,o)}async delete(e,t){await Hi(this.api,e,t===void 0?{}:{signal:t});}async slots(e){let r=await xi(this.api,e===void 0?{}:{signal:e})??{};return {totalSlots:et(r?.total_slots),availableSlots:et(r?.available_slots),activeCharacterCount:et(r?.active_character_count),defaultMaxSlots:et(r?.default_max_slots),purchasedExtraSlots:et(r?.purchased_extra_slots),canPurchaseMore:r?.can_purchase_more===true}}};var ge=class{#e;constructor(e){this.#e=e,Object.freeze(this);}toString(){return "[gem: use gem.text.toPlain()]"}toJSON(){return this.toString()}get[Symbol.toStringTag](){return "PlayerText"}static unwrap(e){return e.#e}};function ye(n){return new ge(n)}var $e={toPlain(n){return ge.unwrap(n)},compare(n,e,t){let r=n instanceof ge?ge.unwrap(n):n,o=e instanceof ge?ge.unwrap(e):e,i;try{i=new Intl.Collator(t);}catch{i=new Intl.Collator;}return i.compare(r,o)},equals(n,e){let t=n instanceof ge?ge.unwrap(n):n,r=e instanceof ge?ge.unwrap(e):e;return t.normalize("NFC")===r.normalize("NFC")}};var tt=n=>typeof n=="string"?n:"";function Rn(n){let e=n??{},t=typeof e.message=="string"&&e.message.length>0?e.message:void 0,r=typeof e.resolved_at=="string"?e.resolved_at:void 0;return {id:tt(e.transfer_id),status:tt(e.status),sourceEntityId:tt(e.source_entity_id),targetEntityId:tt(e.target_entity_id),...t===void 0?{}:{message:ye(t)},createdAt:tt(e.created_at),expiresAt:tt(e.expires_at),...r===void 0?{}:{resolvedAt:r}}}function dc(){return crypto.randomUUID()}var kn=class{constructor(e,t,r){this.api=e;this.self=t;this.inventory=r;}api;self;inventory;async initiate(e){this.inventory.invalidate();let t=await Ei(this.api,{source_entity_type:this.self.type,source_entity_id:this.self.id,target_entity_type:e.to.type,target_entity_id:e.to.id,items:(e.items??[]).map(r=>({item_definition_id:r.itemDefinitionId,quantity:r.quantity})),currencies:(e.currencies??[]).map(r=>({currency_id:r.currencyId,amount:r.amount})),...e.message===void 0?{}:{message:e.message},nonce:dc()},e.signal===void 0?{}:{signal:e.signal});return Rn(t)}async list(e={}){let r=await Di(this.api,{entity_type:this.self.type,entity_id:this.self.id,...e.direction===void 0?{}:{direction:e.direction},...e.status===void 0?{}:{status:e.status},...e.cursor===void 0?{}:{cursor:e.cursor},...e.limit===void 0?{}:{limit:e.limit},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {transfers:Array.isArray(r.transfers)?r.transfers.map(Rn):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await Ai(this.api,e,t===void 0?{}:{signal:t});return Rn(r)}async accept(e,t){return this.resolve(()=>zo(this.api,e,t===void 0?{}:{signal:t}))}async reject(e,t){return this.resolve(()=>Ni(this.api,e,t===void 0?{}:{signal:t}))}async cancel(e,t){return this.resolve(()=>Xo(this.api,e,t===void 0?{}:{signal:t}))}async resolve(e){return this.inventory.invalidate(),Rn(await e())}};var cc=n=>typeof n=="string"?n:"",uc=n=>typeof n=="string"&&n?n:void 0,mc=n=>typeof n=="number"?n:void 0;function ls(n){let e=new Map(n.map(r=>[r.id,r])),t=new Map(n.filter(r=>r.slug).map(r=>[r.slug,r]));return r=>e.get(r)??t.get(r)??null}function pc(n){if(typeof n!="object"||n===null||Array.isArray(n))throw new le("config_malformed",`the config document is ${n===null?"null":typeof n}, expected a JSON object`);let e=n,t=l=>{let d=e[l];if(d==null)return [];if(!Array.isArray(d))throw new le("config_malformed",`config \`${l}\` is ${typeof d}, expected an array`);return d},r=mc(e.version);if(r===void 0)throw new le("config_malformed","config document has no numeric `version` \u2014 this is not a game config snapshot");let o=(l,d,m)=>{let c=cc(l.id);if(!c)throw new le("config_malformed",`${d}[${m}] has no \`id\`. Keys present: ${Object.keys(l).join(", ")||"(none)"}`);return c},i=t("items");i.forEach((l,d)=>o(l??{},"items",d));let a=t("currencies");a.forEach((l,d)=>o(l??{},"currencies",d));let s=n;return {...s,version:r,hash:typeof s.hash=="string"?s.hash:"",items:i,currencies:a,catalogs:t("catalogs"),loot_tables:t("loot_tables"),affix_pools:t("affix_pools"),progressions:t("progressions"),game_room_templates:t("game_room_templates"),kv:typeof s.kv=="object"&&s.kv!==null&&!Array.isArray(s.kv)?s.kv:{},item:ls(i),currency:ls(a)}}var le=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemConfigError";}reason},ds=10*1024*1024,cs=15e3,us=new Set(["dev","test","release"]);function gc(n){if(!us.has(n))throw new le("config_channel_unknown",`the play token names channel "${n}", which is not one of ${[...us].join(", ")}. gem-api would reject the assignment read.`);return n}var xn=n=>typeof n=="number"?n:0,Sr=n=>typeof n=="string"?n:"";function yc(n){let e=n??{},t=Array.isArray(e.entries)?e.entries.map(r=>{let o=r??{},i=typeof o.rarity_tier=="string"?o.rarity_tier:void 0;return {entryId:Sr(o.entry_id),weight:xn(o.weight),dropRate:xn(o.drop_rate),...i===void 0?{}:{rarityTier:i}}}):[];return {lootTableId:Sr(e.loot_table_id),name:Sr(e.name),rollCount:xn(e.roll_count),allowDuplicateRolls:e.allow_duplicate_rolls===true,totalWeight:xn(e.total_weight),entries:t}}var An=class{constructor(e,t,r={}){this.api=e;this.channel=t;this.options=r;}api;channel;options;loaded=null;inFlight=null;generation=0;dropRatesByConfig=new WeakMap;load(){if(this.loaded)return Promise.resolve(this.loaded);if(this.inFlight)return this.inFlight;let e=this.generation,t=this.fetchConfig().then(r=>(this.generation===e&&(this.loaded=r),r)).finally(()=>{this.inFlight===t&&(this.inFlight=null);});return this.inFlight=t,t}refresh(){this.loaded=null,this.inFlight=null,this.generation+=1;}async dropRates(e,t){let r=await this.load();if(r===null)throw new le("config_channel_unknown",`dropRates(${e}) needs a loaded config, and this session's channel has none`);let o=this.dropRatesByConfig.get(r);o===void 0&&(o=new Map,this.dropRatesByConfig.set(r,o));let i=o.get(e);if(i!==void 0)return i;let a=(async()=>{let s=await di(this.api,e,t===void 0?{}:{signal:t});return yc(s)})().catch(s=>{throw o?.get(e)===a&&o.delete(e),s});return o.set(e,a),a}async fetchConfig(){let e=AbortSignal.timeout(this.options.timeoutMs??cs),t;try{let l=await ai(this.api,gc(this.channel()),{signal:e});if(!l.modified)throw new le("config_malformed","the assignment read answered 304 Not Modified, but no `If-None-Match` was sent");t=l.body;}catch(l){if(l instanceof le)throw l;if(l?.reason==="not_found")return null;throw l}let r=uc(t.config_url);if(r===void 0)return null;let o=this.options.fetch??globalThis.fetch.bind(globalThis),i;try{i=await o(r,{credentials:"omit",signal:e});}catch(l){throw e.aborted?new le("config_timeout",`the config document did not arrive within ${this.options.timeoutMs??cs}ms`):new le("config_unreachable",`could not fetch the game config document. From a browser this is almost always the storage CORS rule: the storage account must allow this game origin for GET. It is NOT a CSP problem \u2014 game origins carry no fetch directives by design. Underlying error: ${String(l)}`)}if(!i.ok){let l=await i.text().then(d=>yr(d)).catch(()=>"");throw new le("config_unreachable",`the config document answered ${i.status}`+(l?`: ${l}`:". The response carried no readable detail."))}let a=await i.text();if(a.length>ds)throw new le("config_too_large",`the config document is ${a.length} bytes, over the ${ds} cap`);let s;try{s=JSON.parse(a);}catch(l){throw new le("config_malformed",`config document is not JSON: ${String(l)}`)}return pc(s)}};var Rr=400,bt=n=>typeof n=="string"?n:"",fc=/(?:Z|[+-]\d{2}:?\d{2})$/i;function ms(n){let e=bt(n);if(!fc.test(e))return 0;let t=Date.parse(e);return Number.isFinite(t)?Math.floor(t/1e3):0}var hc=/^[0-9a-f]{1,64}$/;function bc(n){let e=n??{},t=ms(e.period_start_at),r=ms(e.period_ends_at);if(t===0||r===0)return;let o=bt(e.slug),i=bt(e.seed);return {id:bt(e.progression_definition_id),...o===""?{}:{slug:o},window:bt(e.window),periodStartAt:t,periodEndsAt:r,seed:hc.test(i)?i:""}}var vt=class{#e;constructor(e){this.#e=e;}async list(e={}){let{periodsBack:t}=e;if(t!==void 0&&(!Number.isInteger(t)||t<0||t>Rr))throw new TypeError(`periodsBack must be an integer between 0 and ${Rr}, got ${String(t)}`);let o=await Ii(this.#e,{...t===void 0?{}:{periods_back:t},...e.signal===void 0?{}:{signal:e.signal}})??{};return Array.isArray(o.challenges)?o.challenges.map(bc).filter(i=>i!==void 0):[]}};function Fe(n){return typeof n=="string"&&n!==""?n:void 0}var ps=new Set(["localhost","127.0.0.1","[::1]"]);function kr(n){let e=Fe(n);if(e===void 0)return;let t;try{t=new URL(e);}catch{return}if(!(t.username!==""||t.password!=="")&&(t.protocol==="https:"||t.protocol==="http:"&&ps.has(t.hostname)))return e}function vc(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=t??{},o=Fe(r.item_id),i=kr(r.icon_url);o!==void 0&&i!==void 0&&e.push({itemId:o,iconUrl:i});}return e}function ve(n){let e=n??{},t=Fe(e.player_id),r=Fe(e.display_name),o=Fe(e.discriminator),i=Fe(e.display_tag),a=Fe(e.avatar_icon_id),s=kr(e.avatar_icon_url);return {...t===void 0?{}:{playerId:t},...r===void 0?{}:{displayName:ye(r)},...o===void 0?{}:{discriminator:o},...i===void 0?{}:{displayTag:ye(i)},...a===void 0?{}:{avatarIconId:a},...s===void 0?{}:{avatarIconUrl:s},badges:vc(e.badges)}}var _c=new Set(["https://downloads.gemarcade.com","https://cdn.gemarcade.com"]);function wc(n){if(n===void 0)return;let e=kr(n);if(e===void 0)return;let t=new URL(e);return ps.has(t.hostname)||_c.has(t.origin)?e:void 0}var gs=100,_t=n=>typeof n=="string"?n:"",nt=n=>typeof n=="number"?n:0,wt=n=>typeof n=="string"?n:void 0,Sc=n=>typeof n=="number"?n:void 0,hs={player:"players",character:"characters"};function Rc(n,e){let t=n??{},r=wt(t.entity_id),o=typeof t.entity_type=="string"&&Object.hasOwn(hs,t.entity_type)?t.entity_type:void 0,i=bs(t.stats),a=t.properties!==null&&typeof t.properties=="object"?t.properties:void 0,s=e?t.is_viewer===true:void 0;return {...ve(t),rank:nt(t.rank),occurredAt:nt(t.occurred_at),...s===void 0?{}:{isViewer:s},...r===void 0?{}:{entityId:r},...o===void 0?{}:{entityType:o},...i===void 0?{}:{stats:i},...a===void 0?{}:{properties:a}}}function ys(n,e){let t=n??{},r=wt(t.bucket_1),o=wt(t.bucket_2),i=Sc(t.update_frequency_seconds);return {leaderboardType:_t(t.leaderboard_type),runType:_t(t.run_type),...r===void 0?{}:{bucket1:r},...o===void 0?{}:{bucket2:o},entries:Array.isArray(t.entries)?t.entries.map(a=>Rc(a,e)):[],generatedAt:nt(t.generated_at),...i===void 0?{}:{updateFrequencySeconds:i}}}function fs(n){if(n===null||typeof n!="object"||Array.isArray(n))return;let e=n;if(!Number.isFinite(e.rank))return;let t=bs(e.stats),r=e.properties!==null&&typeof e.properties=="object"?e.properties:void 0;return {rank:e.rank,occurredAt:nt(e.occurred_at),...t===void 0?{}:{stats:t},...r===void 0?{}:{properties:r}}}function bs(n){if(n===null||typeof n!="object")return;let e={};for(let[t,r]of Object.entries(n))typeof r=="number"&&(e[t]=r);return e}function kc(n,e,t){let r=n??{},o=wt(r.bucket_1),i=wt(r.bucket_2);return {leaderboardType:_t(r.leaderboard_type),runType:_t(r.run_type),entityType:e,entityId:t,...o===void 0?{}:{bucket1:o},...i===void 0?{}:{bucket2:i},entries:Array.isArray(r.entries)?r.entries.map(fs).filter(a=>a!==void 0):[],personalBest:fs(r.personal_best)??null,totalRuns:nt(r.total_runs),totalRunsExact:r.total_runs_exact!==false,generatedAt:nt(r.generated_at)}}var St=class{#e;constructor(e){this.#e=e;}async get(e,t={}){let r=await _i(this.#e,e,{...t.bucket1===void 0?{}:{bucket_1:t.bucket1},...t.bucket2===void 0?{}:{bucket_2:t.bucket2},...t.signal===void 0?{}:{signal:t.signal}});return ys(r,false)}async friends(e,t={}){let r=await bi(this.#e,e,{...t.bucket1===void 0?{}:{bucket_1:t.bucket1},...t.bucket2===void 0?{}:{bucket_2:t.bucket2},...t.signal===void 0?{}:{signal:t.signal}});return ys(r,true)}async mine(e,t={}){return this.#i(e,"player","me",t)}async character(e,t,r={}){return this.#i(e,"character",t,r)}async#i(e,t,r,o){if(o.limit!==void 0){let{limit:s}=o;if(!Number.isInteger(s)||s<1||s>gs)throw new TypeError(`limit must be an integer between 1 and ${gs}, got ${String(s)}`)}let i=await pi(this.#e,e,hs[t],r,{...o.bucket1===void 0?{}:{bucket_1:o.bucket1},...o.bucket2===void 0?{}:{bucket_2:o.bucket2},...o.limit===void 0?{}:{limit:o.limit},...o.signal===void 0?{}:{signal:o.signal}}),a=t==="player"&&r==="me"&&_t((i??{}).entity_id)||r;return kc(i,t,a)}};var Pn=n=>typeof n=="string"?n:"",xr=n=>typeof n=="number"?n:0;function vs(n){let e=n??{};return {playerId:Pn(e.player_id),key:Pn(e.key),value:e.value,updatedAt:xr(e.updated_at)}}function xc(n){let e=n??{};return {...ve(e),playerId:Pn(e.player_id),value:e.value,isViewer:e.is_viewer===true,updatedAt:xr(e.updated_at)}}function Ac(n){return n?.reason==="not_found"}var Rt=class{constructor(e,t){this.api=e;this.selfPlayerId=t;}api;selfPlayerId;async friends(e,t={}){let o=await vi(this.api,xe(e),{...t.signal===void 0?{}:{signal:t.signal}})??{};return {key:Pn(o.key),entries:Array.isArray(o.entries)?o.entries.map(xc):[],generatedAt:xr(o.generated_at)}}async of(e,t,r={}){try{return vs(await ki(this.api,e,xe(t),{...r.signal===void 0?{}:{signal:r.signal}}))}catch(o){if(Ac(o))return null;throw o}}async set(e,t,r={}){if(xe(e),t===void 0)throw new TypeError(`showcase value for ${JSON.stringify(e)} is undefined, which is not JSON. Use clear() to remove one.`);try{JSON.stringify(t);}catch(i){throw new TypeError(`showcase value for ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}.`,{cause:i})}let o=await this.selfPlayerId();return vs(await ji(this.api,o,e,{value:t},{...r.signal===void 0?{}:{signal:r.signal}}))}async clear(e,t={}){let r=await this.selfPlayerId();await oi(this.api,r,xe(e),{...t.signal===void 0?{}:{signal:t.signal}});}};var _s=n=>typeof n=="string"?n:void 0;function Pc(n){let e=n??{};return {...ve(e),playerId:_s(e.player_id)??""}}function Ec(n){let e=n??{},t=e.has_more===true?_s(e.next_cursor):void 0;return {friends:Array.isArray(e.data)?e.data.map(Pc):[],...t===void 0?{}:{nextCursor:t}}}var kt=class{#e;constructor(e){this.#e=e;}async list(e={}){let t=await Gi(this.#e,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}});return Ec(t)}};var ws=n=>typeof n=="string"?n:void 0;function Tc(n){let e=n??{},t=ws(e.currency_id);if(t===void 0||t==="")return;let r=typeof e.balance=="number"&&Number.isFinite(e.balance)?e.balance:0;return {slug:ws(e.slug)??"",currencyId:t,balance:r,access:e.access==="spend"?"spend":"read"}}var En=class{#e;constructor(e){this.#e=e;}async get(e={}){let r=(await rn(this.#e,e))?.currencies;if(!Array.isArray(r))return [];let o=[];for(let i of r){let a=Tc(i);a!==void 0&&o.push(a);}return o}},xt=class{currencies;constructor(e){this.currencies=new En(e);}};var Ar=n=>typeof n=="string"?n:"",Ss=n=>typeof n=="number"?n:0;function Ic(n){let e=n??{};return {key:Ar(e.key),visibility:Ar(e.visibility),value:e.value,updatedAt:Ss(e.updated_at)}}function Cc(n){let e=n??{};return {...ve(e),playerId:Ar(e.player_id),showcase:Array.isArray(e.showcase)?e.showcase.map(Ic):[],generatedAt:Ss(e.generated_at)}}function Mc(n){return n?.reason==="not_found"}var At=class{#e;constructor(e){this.#e=e;}async of(e,t={}){try{return Cc(await wi(this.#e,e,{...t.signal===void 0?{}:{signal:t.signal}}))}catch(r){if(Mc(r))return null;throw r}}};var Oc=["gem_session_start","gem_session_end","gem_pause","gem_resume","gem_boot_ready","gem_match_started","gem_match_ended","gem_auth_lost"],Pr="gem_";function Rs(n){return n.startsWith(Pr)}var ks=1e4,Lc=50,Gc=500,Dc=65536-4*1024,$c=24*1024;function xs(n){let e={},t={};for(let[r,o]of Object.entries(n))typeof o=="string"?e[r]=o:typeof o=="number"&&Number.isFinite(o)&&(t[r]=o);return {dimensions:e,measures:t}}var As=n=>typeof n=="number"?n:0,Fc=n=>typeof n=="string"?n:"";function Ps(n=0){return {accepted:0,rejected:[],dropped:n,duplicate:false}}function jc(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:As(i.index),code:Fc(i.code)}}):[];return {accepted:As(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function Es(){let n=globalThis.crypto;return typeof n?.randomUUID=="function"?n.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.floor(Math.random()*16);return (e==="x"?t:t&3|8).toString(16)})}function Nc(n){return n?.retryable===true}var Pt=class{#e;#i;#b;#u;#t=[];#m={};#r=0;#o=null;#p=false;#g=false;#y=false;#n=false;#f=null;#s=null;#a=false;#v=false;#_=false;constructor(e){this.#e=e,this.#i=e.options?.enabled!==false,this.#b=Math.max(ks,e.options?.flushIntervalMs??ks),this.#u=Math.max(1,Math.floor(e.options?.maxQueue??Gc));}track(e,t={}){if(!(!this.#i||this.#n)){if(Rs(e)){this.#_||(this.#_=true,this.#c(`[gem] analytics: '${e}' was not recorded \u2014 the gem_ prefix is reserved for the platform's own events, which the SDK emits for you. Name your event something else.`));return}this.#w(e,xs({...this.#m,...t}));}}setContext(e){this.#m={...this.#m,...e};}get environment(){let e=this.#e.environment;return {...typeof e=="function"?e():e??{}}}async flush(e={}){let t=this.#A();if(t===null||t==="")return this.#t.length>0&&!this.#v&&(this.#v=true,this.#c("[gem] analytics: events are being recorded but no play session has been established, so nothing is being sent. Outside the arcade this is expected.")),Ps();if(this.#S(),this.#t.length===0)return Ps();let r=e.keepalive===true;this.#d();let o=this.#t.splice(0,this.#k(r)),i=this.#r;this.#r=0;let a=Math.round(this.#e.clock.now()),s={batch_id:Es(),sent_at_ms:a,events:o.map(d=>Ts(d,a))},l={client:this.#e.client(),gameId:()=>t};this.#y=true;try{let d=await Pi(l,s,{...e.signal===void 0?{}:{signal:e.signal},...r?{keepalive:!0}:{}}),m=jc(d,i);return this.#x(m),m}catch(d){throw Nc(d)?this.#R(o,i):this.#c(`[gem] analytics: ${o.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(d)}`),d}finally{this.#y=false,this.#t.length>0&&this.#l();}}trackPlatform(e,t={}){this.#n||this.#w(e,xs(t));}startSession(){this.#n||this.#s!==null||(this.#s=this.#e.clock.now(),this.#a=false,this.trackPlatform("gem_session_start"));}endSession(e){if(this.#n||this.#a)return;this.#a=true;let t=this.#s;this.trackPlatform("gem_session_end",{reason:e,...t===null?{}:{duration_ms:Math.max(0,Math.round(this.#e.clock.now()-t))}}),this.#h({keepalive:true});}setPaused(e){this.#n||e===this.#p||(this.#p=e,this.trackPlatform(e?"gem_pause":"gem_resume"),e?this.#d():this.#t.length>0&&this.#l());}setHidden(e){this.#n||e===this.#g||(this.#g=e,e?this.#d():this.#t.length>0&&this.#l());}dispose(){this.#n=true,this.#d(),this.#t=[],this.#r=0;}get pending(){return this.#t.length}#w(e,t){let{dimensions:r,measures:o}=t;for(this.#S();this.#t.length>=this.#u;)this.#t.shift(),this.#r+=1;this.#t.push({uid:Es(),name:e,atMs:this.#e.clock.now(),dimensions:r,measures:o}),this.#t.length>=Lc?this.#h():this.#l();}#h(e={}){this.flush(e).catch(()=>{});}#R(e,t){for(this.#t=[...e,...this.#t],this.#r+=t;this.#t.length>this.#u;)this.#t.shift(),this.#r+=1;}#k(e){let t=e?$c:Dc,r=Math.min(this.#t.length,100),o=128;for(let i=0;i<r;i+=1){let a=this.#t[i];if(a===void 0)break;if(o+=JSON.stringify(Ts(a,0)).length+1,o>t)return Math.max(1,i)}return r}#l(){this.#o!==null||this.#p||this.#g||this.#n||this.#y||(this.#o=this.#e.clock.setTimeout(()=>{this.#o=null,this.#h();},this.#b));}#d(){this.#o!==null&&(this.#e.clock.clearTimeout(this.#o),this.#o=null);}#S(){let e=this.#P();e===null||e===""||(this.#f!==null&&this.#f!==e&&(this.#t=[],this.#r=0,this.#s=null,this.#a=false),this.#f=e);}#x(e){for(let t of e.rejected)this.#c(`[gem] analytics: an event was refused (${t.code}). `+qc(t.code));}#c(e){let t=this.#e.log;t!==null&&(t===void 0?console.warn(e):t(e));}#A(){try{return this.#e.gameId()}catch{return null}}#P(){try{return this.#e.playerId()}catch{return null}}};function Ts(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,dimensions:n.dimensions,measures:n.measures}}function qc(n){switch(n){case "analytics_not_declared":return "This channel has no analytics_events section at all \u2014 promote a game config that declares one. The gem_* events in the same batch were still recorded.";case "unknown_event":return "This channel declares a set of events and this name is not in it \u2014 check the spelling, or declare it in analytics_events.";case "unknown_dimension":return "A string property on this event is not declared as one of its dimensions.";case "missing_dimension":return "A dimension this event declares was not supplied.";case "dimension_value_not_declared":return "A dimension value is outside the closed set the config declares for it.";case "unknown_measure":return "A numeric property on this event is not declared as one of its measures.";case "measure_wrong_type":return "A measure was the wrong shape \u2014 an int measure refuses a fractional value.";case "source_not_permitted":return "This event is declared for the server only, so a client may not emit it.";default:return "See the analytics_events section of your game config."}}function me(n){if(typeof n!="string")return;let e=n.trim();return e.length===0?void 0:e}function Et(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=me(t);if(!(r===void 0||e.includes(r))&&(e.push(r),e.length===3))break}return e}var Uc=2e3,Bc=5e3;function Cs(n){let e=[],t=false,r=null,o=new Map,i=()=>{if(e.length>0)return Promise.resolve(e);if(t)return Promise.resolve([]);if(!n.bridge.parentSupports("clusterTarget"))return Promise.resolve([]);if(r!==null)return r.promise;let a,s=new Promise(l=>{let d=false,m=null;a=c=>{d||(d=true,r=null,n.clock.clearTimeout(m),l(c));},m=n.clock.setTimeout(()=>{t=true,a([]);},n.timeoutMs??Uc);});return r={promise:s,settle:a},s};return {resolveList:i,resolve(){return e.length>0||t||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e[0]):i().then(a=>a[0])},refresh(a){return !Is(e,a)||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e):new Promise(s=>{let l=null,d=m=>{o.delete(d)&&(n.clock.clearTimeout(l),s(m));};o.set(d,a),l=n.clock.setTimeout(()=>d(e),n.refreshTimeoutMs??Bc);})},accept(a,s){let l=Et(s),d=me(a),m=l.length>0?l:d===void 0?[]:[d];if(m.length!==0){e=m,r?.settle(m);for(let[c,p]of [...o])Is(m,p)||c(m);}}}}function Is(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Hc=new Set(["timeout","credential_expired","credential_reused","join_rate_limited","signaling_failed","connection_failed","no_server_ready","start_rate_limited"]),h=class extends Error{constructor(t,r,o){super(`${t}: ${r}`,o);this.reason=t;this.name="DedicatedServerError",this.retryable=Hc.has(t),this.platformCode=o?.platformCode;}reason;retryable;platformCode};var Ms=["explicit","stale_cleanup","game_room_closed","replaced","migration_failed","host_left","insufficient_players","all_left","expired","migration_rate_exceeded","game_room_gone","failed","idle","reclaimed"],Vc=new Set(Ms);function Ce(n){return typeof n=="string"&&Vc.has(n)?n:"unknown"}var Tn="webrtc_dedicated",Cr=["universal","mobile","web"];var Wc="p2p_unavailable",Kc="capacity_unavailable",Jc=2,Os=3e4,Ls=1e3,Gs=2e4;async function Mr(n){let e=me(n.clusterTargetId),t=n.nextClusterTarget,r=0,o=n.clock??se,i=n.retry??{},a=i.budgetMs??Os,s=i.maxDelayMs??Gs,l=i.initialDelayMs??Ls,d=o.now(),m=d+a,c=0;for(;;){c++;try{let p=await Dr(n.signal,"while allocating",()=>n.client.post(`${Fs(n)}/start_match`,e===void 0?{}:{cluster_target_id:e},n.signal));return {matchId:p.match_id,status:p.status}}catch(p){if(!zc(p)||a<=0)throw p;if(p.status===503&&p.code===Wc)throw new h("p2p_unavailable",`room ${n.roomId} starts a peer-to-peer match, which allocates no server \u2014 so this refusal is not capacity and waiting cannot help: ${p.message}`,{cause:p});if(r=p.code===Kc?r+1:0,t!==void 0&&r>=Jc){let T=t;t=void 0;let C=me(await T());C!==void 0&&(e=C,r=0);}let g=Math.min(s,l*2**(c-1)),y=Math.min(s,(p.retryAfterSeconds??0)*1e3),x=Math.max(g/2,y)+Math.random()*(g/2);if(o.now()+x>m)throw Yc(n,p,c,o.now()-d,a);if(i.onWaiting?.({attempt:c,elapsedMs:o.now()-d,budgetMs:a,nextAttemptInMs:x,status:p.status,message:p.message}),await In(o,x,n.signal),n.signal?.aborted)throw Ir("while waiting to allocate")}}}function zc(n){return n instanceof D?n.status===503?true:n.status===429&&n.code!=="too_many_concurrent_matches":false}function Yc(n,e,t,r,o){let i=`${t} attempt${t===1?"":"s"} over ${r}ms of a ${o}ms budget`;return e.status===429?new h("start_rate_limited",`the platform was still limiting match starts for room ${n.roomId} after ${i}: ${e.message}`,{cause:e}):new h("no_server_ready",`the platform had no server ready for room ${n.roomId} after ${i}: ${e.message}`,{cause:e})}var Xc=12e4,Qc=1e3;async function Or(n){let{clock:e,matchId:t}=n,r=n.pollIntervalMs??Qc,o=n.timeoutMs??Xc,i=e.now()+o,a=Ds(n),s={seen:n.knownToExist===true};for(;;){let l=await $s(n,a,s);if(l.outcome!==null)return l.outcome;if(e.now()+r>i)throw new h("timeout",`match ${t} was still ${l.status} after ${o}ms`);await In(e,r,n.signal);}}async function Lr(n){return (await $s(n,Ds(n),{seen:n.knownToExist===true})).outcome}function Ds(n){let e=new URLSearchParams({platform:n.version.platform,game_version:n.version.gameVersion});return `${Fs(n)}/matches/${encodeURIComponent(n.matchId)}/status?${e}`}async function $s(n,e,t){let{matchId:r}=n,o=n.clock.now(),i;try{i=await Dr(n.signal,"while polling match status",()=>n.client.get(e,n.signal));}catch(a){if(a instanceof D&&a.reason==="not_found")return {status:"not_found",outcome:t.seen?{status:"ended",matchId:r,reason:"unknown"}:{status:"failed",matchId:r,reason:"not_found"}};throw a}if(t.seen=true,i.status==="ready")return {status:"ready",outcome:Zc(r,i,o)};if(i.status==="failed"){let a=i.ended_reason;return typeof a=="string"?{status:"failed",outcome:{status:"ended",matchId:r,reason:Ce(a)}}:{status:"failed",outcome:{status:"failed",matchId:r,reason:i.failure_reason??"unknown"}}}return {status:i.status,outcome:null}}async function Gr(n){let e=await Dr(n.signal,"while listing cluster targets",()=>n.client.get("/v1/ping/targets",n.signal)),t=[];for(let r of e.targets??[]){let o=r?.cluster_target_id;typeof o!="string"||o.length===0||t.push({id:o,pressure:typeof r.pressure=="string"?r.pressure:"unknown"});}return t}async function Dr(n,e,t){if(n?.aborted)throw Ir(e);try{return await t()}catch(r){throw n?.aborted?Ir(e,r):r}}function Ir(n,e){return new h("aborted",`the caller aborted ${n}`,e===void 0?void 0:{cause:e})}function Zc(n,e,t){let r=e.join_credential,o=e.expires_in_seconds,i=typeof r=="string"&&typeof o=="number";return {status:"ready",matchId:n,protocol:e.protocol??"unknown",...i?{joinCredential:r,credentialExpiresAt:t+o*1e3}:{},...e.host===void 0?{}:{host:e.host},...e.port===void 0?{}:{port:e.port}}}function Fs(n){return `/v1/games/${encodeURIComponent(n.gameId)}/game-rooms/${encodeURIComponent(n.roomId)}`}function In(n,e,t){return t?.aborted?Promise.resolve():new Promise(r=>{let o=()=>{n.clearTimeout(i),t?.removeEventListener("abort",o),r();},i=n.setTimeout(o,e);t?.addEventListener("abort",o);})}function js(n){return typeof n=="string"&&n.trim()!==""}function Cn(n,e){return js(n)?n.trim():js(e)?e:null}var Mn="0.1.0-beta",Ns="0-beta",rt="web",eu=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/;function tu(n){let e=eu.exec(n),t=e?.[1],r=e?.[4];return t===void 0?null:r===void 0?t:`${t}-${r}`}function qs(n,e){let t=nu(n.platform,e),r=n.engineVersion;if(r===void 0)return {...n,platform:t,engineVersion:Mn};let o=tu(r);if(o===null)throw new h("misconfigured",`${e} refused: engineVersion '${r}' is not semver, so no engine line can be derived from it and gem-api answers 400. Omit it \u2014 a browser game has no engine version of its own, and the SDK reports '${Mn}' for it.`);if(o!==Ns)throw new h("misconfigured",`${e} refused: engineVersion '${r}' derives to engine line '${o}', and '${Ns}' is the only line a web dedicated-server fleet runs. gem-api uses the line \u2014 the semver major plus any prerelease tag \u2014 verbatim as the fleet's label selector, so a match on '${o}' would match nothing and be reported as a capacity shortfall rather than as this. Omit engineVersion: a browser game has no engine version of its own, and the SDK reports '${Mn}' for it.`);return {...n,platform:t,engineVersion:r}}function nu(n,e){if(n===void 0||n===rt)return rt;if(!Cr.includes(n))throw new h("misconfigured",`${e} refused: platform '${String(n)}' is not a client platform gem-api recognises \u2014 it knows ${Cr.map(t=>`'${t}'`).join(", ")}. Remove the field: the SDK reports '${rt}', which is the only one true of a browser build.`);return console.warn(`[gem] ${e}: clientVersion.platform '${n}' was replaced with '${rt}' and is deprecated \u2014 remove the field. A browser game publishes its bundle in the web package dimension, so a client reporting anything else is version-checked against a dimension it has nothing in, and every blacklist, release and expiry check passes without looking at this build.`),rt}var ru="join",ou="welcome",iu="rejected",Us=25e3,su=1e3,$r=1;function Fr(n){return typeof n=="number"&&Number.isFinite(n)&&n>0?n:void 0}var au={credential_expired:"credential_expired",credential_reused:"credential_reused",credential_timeout:"timeout",join_rate_limited:"join_rate_limited",expected_join:"join_refused",invalid_credential:"join_refused",credential_not_for_this_channel:"join_refused"};function jr(n){let e=typeof n=="string"?n:"unknown";return new h(au[e]??"join_refused",`the server runtime rejected the join credential: ${e}`)}function Tt(n){let{channel:e,clock:t}=n;return new Promise((r,o)=>{let i=false,a=Math.min(n.credentialExpiresAt-t.now(),n.ceilingMs??Us),s=t.setTimeout(()=>w(new h("timeout","the server runtime sent no welcome before the join credential expired. The channel was open, so this is the runtime not answering rather than a connection that never came up.")),Math.max(a,su)),l=x=>{let T=x.data;if(typeof T!="string"){c(T);return}let C;try{C=JSON.parse(T);}catch{c(T);return}if(i){c(T);return}if(C.t===ou){let v=Fr(C.heartbeat_interval);y({...typeof C.player_id=="string"?{playerId:C.player_id}:{},...typeof C.match_id=="string"?{matchId:C.match_id}:{},...v===void 0?{}:{heartbeatIntervalMs:v}});return}if(C.t===iu){w(jr(C.reason));return}c(T);},d=()=>{w(new h("connection_failed","the channel closed before the join/welcome exchange completed, so there is nothing left to present the credential on."));},m=()=>{w(new h("aborted","the caller aborted during the join exchange"));},c=x=>{i&&n.onMessage?.(x);},p=()=>{t.clearTimeout(s),e.removeEventListener("close",d),n.signal?.removeEventListener("abort",m);},g=()=>{e.removeEventListener("message",l);},y=x=>{i=true,p(),n.onMessage===void 0&&g(),r({welcome:x,detach:g});},w=x=>{i||(i=true,p(),g(),o(x));};if(e.addEventListener("message",l),e.addEventListener("close",d),n.signal?.aborted){m();return}n.signal?.addEventListener("abort",m);try{e.send(JSON.stringify({t:ru,credential:n.credential,...n.wire===void 0?{}:{wire:n.wire},...n.heartbeat===!0?{heartbeat:$r}:{}}));}catch(x){w(new h("connection_failed",`the join frame could not be sent on the open channel: ${String(x)}`,{cause:x}));}})}var je=1,It=2,Nr=4,Br=8,lu=2,du=1e3,Hr="heartbeat timeout",Ct="gem-uu",On=2,Hs="gem_transports";function ot(n){if(!Array.isArray(n))return null;let e=[];for(let t of n){if(typeof t!="string")continue;let r=t.toLowerCase();!cu(r)||e.includes(r)||e.push(r);}return e}function cu(n){return n==="webtransport"||n==="webrtc"||n==="websocket"}function Mt(n,e){if(typeof n!="object"||n===null)return null;let t=n[Hs];if(typeof t!="object"||t===null)return null;let r=t;return typeof r.v!="number"||r.v<1||typeof r.host!="string"||typeof r.port!="number"||e!==void 0&&r.match_id!==e?null:r}function Ln(n){return n instanceof Error?n.message===""?n.name:`${n.name}: ${n.message}`:String(n)}var Vs=new TextEncoder,Ws=new TextDecoder;function Vr(n,e){let t=new Uint8Array(e.byteLength+1);return t[0]=n,t.set(e,1),t}function Wr(n){let e=0;return n?.reliable===false&&(e|=je),n?.ordered===false&&(e|=It),e}function Kr(n){return {reliable:(n&je)===0,ordered:(n&It)===0}}var Jr={reliable:true,ordered:true};function Ks(n){return JSON.stringify({t:"join",credential:n,wire:On,heartbeat:$r})}function Js(n){let e;try{e=JSON.parse(n);}catch{throw new h("join_refused","the server answered the join with something unreadable")}if(e.t==="welcome"){let t=Fr(e.heartbeat_interval);return {...e.player_id===void 0?{}:{playerId:e.player_id},...e.match_id===void 0?{}:{matchId:e.match_id},...t===void 0?{}:{heartbeatIntervalMs:t}}}throw e.t==="rejected"?jr(e.reason):new h("join_refused","the server answered the join out of protocol")}function Gn(){return typeof globalThis.WebTransport=="function"&&zr===null}function Dn(){return zr}var zr=null;var Bs="webtransport has no datagram lane; refusing the rung \u2014 server-to-client unreliable traffic would be silently lost";function uu(n){let e=tn(n);if(e.byteLength!==32)throw new h("misconfigured",`the advertised certificate hash decodes to ${e.byteLength} bytes; a SHA-256 is 32`);return e}var qr=class{buffered=new Uint8Array(0);push(e){let t=new Uint8Array(this.buffered.byteLength+e.byteLength);t.set(this.buffered,0),t.set(e,this.buffered.byteLength),this.buffered=t;let r=[];for(;!(this.buffered.byteLength<4);){let i=new DataView(this.buffered.buffer,this.buffered.byteOffset,4).getUint32(0,true);if(i===0||i>1<<20)throw new h("connection_failed",`a control-stream record claims ${i} bytes`);if(this.buffered.byteLength<4+i)break;let a=this.buffered.slice(4,4+i);this.buffered=this.buffered.slice(4+i),r.push({flags:a[0]??0,payload:a.slice(1)});}return r}};function Ur(n,e){let t=new Uint8Array(5+e.byteLength);return new DataView(t.buffer).setUint32(0,e.byteLength+1,true),t[4]=n,t.set(e,5),t}async function Ot(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webTransport;if(t===void 0){let s=globalThis.WebTransport;if(s===void 0)throw new h("connection_failed","this environment has no WebTransport");t=n.certHashBase64===void 0?new s(n.url):new s(n.url,{serverCertificateHashes:[{algorithm:"sha-256",value:uu(n.certHashBase64)}]});}let r=t,o=s=>{try{r.close();}catch{}throw s},i=r.datagrams;(i?.readable===void 0||i.writable===void 0)&&(zr=Bs,o(new h("connection_failed",`${Bs}; the rung is skipped for the rest of this page (a reload probes again)`)));let a=new Promise((s,l)=>{setTimeout(()=>l(new h("timeout","webtransport did not come up in time")),e);});try{await Promise.race([r.ready,a]);let s=r.incomingBidirectionalStreams.getReader(),l=await Promise.race([s.read(),a]);if(s.releaseLock(),l.done||l.value===void 0)return o(new h("connection_failed","the session ended before the control stream arrived"));let d=l.value,m=d.writable.getWriter();await m.write(Ur(Nr,Vs.encode(Ks(n.credential))));let c=new qr,p=d.readable.getReader(),g;for(;g===void 0;){let y=await Promise.race([p.read(),a]);if(y.done||y.value===void 0)return o(new h("connection_failed","the control stream closed before the join was answered"));for(let w of c.push(y.value)){g=Js(Ws.decode(w.payload));break}}return {link:mu(r,m,p,c,n.log??(y=>console.warn(y)),Ys(g,n.clock)),welcome:g}}catch(s){return o(s)}}function mu(n,e,t,r,o,i){let a,s,l=false,d=y=>{if(!l){l=true,m.stop();try{n.close();}catch{}s?.(y);}},m=Xr(i,()=>d(Hr)),c=(y,w)=>{m.heard(),(y&Br)===0&&a!==void 0&&((y&Nr)!==0?a(Ws.decode(w),Jr):a(w,Kr(y)));};(async()=>{try{for(;;){let y=await t.read();if(y.done||y.value===void 0)break;for(let w of r.push(y.value))c(w.flags,w.payload);}}catch{}d("stream closed");})();let p,g;try{let y=n.datagrams;if(y?.readable!==void 0&&y.writable!==void 0){let w=y.readable.getReader();g=y.writable.getWriter(),p=y,(async()=>{try{for(;;){let x=await w.read();if(x.done||x.value===void 0)break;let T=x.value;T.byteLength!==0&&c((T[0]??0)|je|It,T.slice(1));}}catch{}})();}else o("[gem] webtransport link has no datagram lane; unreliable sends ride the stream");}catch(y){p=void 0,g=void 0,o(`[gem] webtransport datagram lane unusable (${Ln(y)}); unreliable sends ride the stream`);}return n.closed.then(y=>d(zs(y?.reason)??"session closed"),()=>d("session failed")),{transport:"webtransport",send(y,w){if(l)return;if(typeof y=="string"){e.write(Ur(Nr,Vs.encode(y))).catch(()=>d("write failed"));return}let x=Wr(w);if((x&je)!==0&&g!==void 0){let T=Vr(x,y),C=p?.maxDatagramSize;if(C===void 0||T.byteLength<=C){g.write(T).catch(()=>{});return}}e.write(Ur(x,y)).catch(()=>d("write failed"));},onMessage(y){a=y;},onClose(y){s=y;},close(){d("closed");}}}function Yr(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webSocket;if(t===void 0){let o=globalThis.WebSocket;if(o===void 0)return Promise.reject(new h("connection_failed","this environment has no WebSocket"));t=new o(n.url);}let r=t;return r.binaryType="arraybuffer",new Promise((o,i)=>{let a=false,s=setTimeout(()=>{a||(a=true,r.close(),i(new h("timeout","websocket did not come up in time")));},e),l=g=>{a||(a=true,clearTimeout(s),r.close(),i(g));},d=()=>{r.send(Ks(n.credential));},m=g=>{if(a)return;if(typeof g.data!="string"){l(new h("join_refused","the server sent binary before answering the join"));return}let y;try{y=Js(g.data);}catch(w){l(w);return}a=true,clearTimeout(s),r.removeEventListener("open",d),r.removeEventListener("message",m),r.removeEventListener("close",c),r.removeEventListener("error",p),o({link:pu(r,Ys(y,n.clock)),welcome:y});},c=()=>{l(new h("connection_failed","the websocket closed before the join was answered"));},p=()=>{l(new h("connection_failed","the websocket failed before the join was answered"));};r.addEventListener("open",d),r.addEventListener("message",m),r.addEventListener("close",c),r.addEventListener("error",p),r.readyState===1&&d();})}function zs(n){return typeof n=="string"&&n.length>0?n:void 0}function Ys(n,e){return n.heartbeatIntervalMs===void 0?void 0:{clock:e,intervalMs:n.heartbeatIntervalMs}}function Xr(n,e){if(n===void 0)return {heard:()=>{},stop:()=>{}};let{clock:t}=n,r=Math.max(n.intervalMs,du)*lu,o=t.now(),i=null,a=()=>{i=null;let s=t.now()-o;if(s>=r){e();return}i=t.setTimeout(a,r-s);};return i=t.setTimeout(a,r),{heard:()=>{o=t.now();},stop:()=>{i!==null&&(t.clearTimeout(i),i=null);}}}function pu(n,e){let t,r,o=false,i=s=>{if(!o){o=true,a.stop();try{n.close();}catch{}r?.(s);}},a=Xr(e,()=>i(Hr));return n.addEventListener("message",(s=>{if(a.heard(),typeof s.data=="string"){t?.(s.data,Jr);return}let l=new Uint8Array(s.data);if(l.byteLength===0)return;let d=l[0]??0;(d&Br)===0&&t?.(l.slice(1),Kr(d));})),n.addEventListener("close",(s=>i(zs(s?.reason)??"socket closed"))),{transport:"websocket",send(s,l){if(!o){if(typeof s=="string"){n.send(s);return}n.send(Vr(Wr(l),s));}},onMessage(s){t=s;},onClose(s){r=s;},close(){i("closed");}}}function Qr(n,e,t,r){let o,i,a=false,s=t,l=c=>{if(!a){a=true,d.stop();try{n.close();}catch{}try{e.close();}catch{}i?.(c);}},d=Xr(r,()=>l(Hr)),m=(c,p)=>{if(d.heard(),typeof c=="string"){o?.(c,Jr);return}let g=new Uint8Array(c);if(g.byteLength===0)return;let y=g[0]??0;(y&Br)===0&&o?.(g.slice(1),Kr(y|p));};if(n.addEventListener("message",(c=>m(c.data,0))),n.addEventListener("close",(()=>l("channel closed"))),e.addEventListener("connectionstatechange",(()=>{let c=e.connectionState;(c==="failed"||c==="closed")&&l(`connection ${c}`);})),s!==void 0){let c=s;c.addEventListener("message",(p=>m(p.data,je|It))),c.addEventListener("close",(()=>{s=void 0;}));}return {transport:"webrtc",send(c,p){if(a)return;if(typeof c=="string"){n.send(c);return}let g=Wr(p),y=Vr(g,c);if((g&je)!==0&&s!==void 0&&s.readyState==="open"){s.send(y);return}n.send(y);},onMessage(c){o=c;},onClose(c){i=c;},close(){l("closed");}}}function to(n){if(typeof n!="object"||n===null)return;let e={};for(let[t,r]of Object.entries(n)){let o=Zr(r);o!==void 0&&(e[t]=o);}return e}function no(n){if(Array.isArray(n))return n.map(gu).filter(e=>!!e)}function Zr(n){if(eo(n)||Array.isArray(n)&&n.every(eo))return n}function eo(n){return typeof n=="string"||typeof n=="boolean"||typeof n=="number"&&Number.isFinite(n)}function gu(n){let e=n??{};if(typeof e.name!="string"||e.name.length===0)return null;let t=Zr(e.fixed),r=Zr(e.default);return {name:e.name,type:typeof e.type=="string"?e.type:"string",list:e.list===true,required:e.required===true,mutable:e.mutable!==false,...t===void 0?{}:{fixed:t},...r===void 0?{}:{default:r},...it("description",yu(e.description)),...Array.isArray(e.allowed)&&e.allowed.every(eo)?{allowed:e.allowed}:{},...it("min",Lt(e.min)),...it("max",Lt(e.max)),...it("minItems",Lt(e.min_items)),...it("maxItems",Lt(e.max_items)),...it("maxLength",Lt(e.max_length))}}function yu(n){return typeof n=="string"&&n.length>0?n:void 0}function Lt(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function it(n,e){return e===void 0?{}:{[n]:e}}function Pe(n){let e=n??{},t=Y(e.id)??Y(e.game_room_id);if(t===void 0)throw new Error("[gem] a game-room response carried no id");let r=Array.isArray(e.members)?e.members.map(Xs):[];return {id:t,gameId:Y(e.game_id)??"",name:Y(e.name)??"",status:Y(e.status)??"open",hostPlayerId:Y(e.host_player_id)??"",maxPlayers:Ae(e.max_players)??0,memberCount:Ae(e.member_count)??r.length,members:r,isPublic:e.is_public!==false,..._e("joinCode",Y(e.join_code)),...e.settings===void 0?{}:{settings:e.settings},..._e("roomArgs",to(e.room_args)),..._e("roomArgsTemplate",no(e.room_args_template)),gameChannel:Y(e.game_channel)??"release",..._e("region",Y(e.region)),..._e("clusterTargetId",Y(e.cluster_target_id)),..._e("matchId",Y(e.match_id)),version:Ae(e.version)??0,..._e("templateId",Y(e.template_id)),roomType:Y(e.game_room_type)??"Standard",..._e("transports",ot(e.transports)??void 0),createdAt:Ae(e.created_at)??0,updatedAt:Ae(e.updated_at)??0,..._e("startedAt",Ae(e.started_at))}}function Xs(n){let e=n??{};return {...ve(e),playerId:Y(e.player_id)??"",isReady:e.is_ready===true,role:Y(e.role)??"member",joinedAt:Ae(e.joined_at)??0,..._e("groupId",Y(e.group_id)),..._e("platform",Y(e.platform))}}function $n(n){let e=n??{};return {id:Y(e.id)??Y(e.game_room_id)??"",gameId:Y(e.game_id)??"",name:Y(e.name)??"",status:Y(e.status)??"open",hostPlayerId:Y(e.host_player_id)??"",maxPlayers:Ae(e.max_players)??0,memberCount:Ae(e.member_count)??0,isPublic:e.is_public!==false,gameChannel:Y(e.game_channel)??"release",roomType:Y(e.game_room_type)??"Standard",createdAt:Ae(e.created_at)??0}}function Y(n){return typeof n=="string"&&n.length>0?n:void 0}function Ae(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function _e(n,e){return e===void 0?{}:{[n]:e}}var Gt=class{constructor(e){this.options=e;}options;list(e){let t=new URLSearchParams;e.status&&t.set("status",e.status),e.templateSlug&&t.set("template_slug",e.templateSlug),e.limit!==void 0&&t.set("limit",String(e.limit)),e.cursor&&t.set("cursor",e.cursor);let r=t.size>0?`?${t.toString()}`:"";return this.options.client.get(`${this.baseV1()}${r}`,e.signal).then(o=>({rooms:(o.game_rooms??[]).map($n),...typeof o.next_cursor=="string"?{nextCursor:o.next_cursor}:{}}))}myRooms(e){return this.options.client.get(`/v1/games/${encodeURIComponent(this.options.gameId())}/players/me/game-rooms`,e).then(t=>({rooms:(t.game_rooms??[]).map($n)}))}create(e,t,r){return fu(e.maxPlayers),this.options.client.post(this.baseV2(),{name:e.name,...e.isPublic===void 0?{}:{is_public:e.isPublic},...e.settings===void 0?{}:{settings:e.settings},...e.region===void 0?{}:{region:e.region},...r===void 0?{}:{cluster_target_id:r},...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.partyId===void 0?{}:{party_id:e.partyId},...e.roomArgs===void 0?{}:{room_args:e.roomArgs},...Fn(t)},e.signal).then(Pe)}get(e,t){return this.options.client.get(this.roomV2(e),t).then(Pe)}join(e,t,r){return this.options.client.post(`${this.roomV2(e)}/join`,{...t.partyId===void 0?{}:{party_id:t.partyId},...Fn(r)},t.signal).then(Pe)}joinByCode(e,t,r){return this.options.client.post(`${this.baseV2()}/join`,{join_code:e,...t.partyId===void 0?{}:{party_id:t.partyId},...Fn(r)},t.signal).then(Pe)}quickJoin(e,t,r=[]){return this.options.client.post(`${this.baseV2()}/quick-join`,{...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.region===void 0?{}:{region:e.region},...r.length===0?{}:{cluster_target_ids:[...r]},...e.name===void 0?{}:{name:e.name},...e.partyId===void 0?{}:{party_id:e.partyId},...Fn(t)},e.signal).then(Pe)}leave(e,t,r,o=false){return this.options.client.post(`${this.roomV2(e)}/leave`,{leave_as_group:t},r,{keepalive:o}).then(()=>{})}close(e,t){return this.options.client.delete(this.roomV1(e),t).then(()=>{})}update(e,t){return this.options.client.patch(this.roomV2(e),{...t.name===void 0?{}:{name:t.name},...t.maxPlayers===void 0?{}:{max_players:t.maxPlayers},...t.isPublic===void 0?{}:{is_public:t.isPublic},...t.settings===void 0?{}:{settings:t.settings},...t.roomArgs===void 0?{}:{room_args:t.roomArgs}},t.signal).then(Pe)}setReady(e,t,r){return this.options.client.post(`${this.roomV2(e)}/ready`,{is_ready:t},r).then(Pe)}kick(e,t,r){return this.options.client.post(`${this.roomV1(e)}/kick/${encodeURIComponent(t)}`,{},r).then(()=>this.get(e,r))}transferHost(e,t,r){return this.options.client.post(`${this.roomV2(e)}/transfer/${encodeURIComponent(t)}`,{},r).then(Pe)}leaveMatch(e,t){return this.options.client.post(`/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}/leave`,{},void 0,{keepalive:t}).then(()=>{})}baseV2(){return `/v2/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}baseV1(){return `/v1/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}roomV2(e){return `${this.baseV2()}/${encodeURIComponent(e)}`}roomV1(e){return `${this.baseV1()}/${encodeURIComponent(e)}`}};function Fn(n){return {platform:n.platform,game_version:n.gameVersion,engine_version:n.engineVersion}}function fu(n){n!==void 0&&console.warn(`[gem] createRoom: maxPlayers (${n}) is deprecated and was not sent. A room's seats come from the room template published in your game config \u2014 name one with templateSlug \u2014 and a room created without a template seats 8. To change a room that already exists, call update({ maxPlayers }) as its host.`);}var Dt=class{listeners=new Map;retainedMatch=null;on(e,t){let r=this.listeners.get(e);if(r||(r=new Set,this.listeners.set(e,r)),r.add(t),e==="matchReady"&&this.retainedMatch!==null){let o=this.retainedMatch;queueMicrotask(()=>{this.listeners.get(e)?.has(t)&&this.retainedMatch===o&&t(o);});}return ()=>this.off(e,t)}hasListeners(e){return (this.listeners.get(e)?.size??0)>0}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){e==="matchReady"&&(this.retainedMatch=t[0]);let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}get retained(){return this.retainedMatch}retain(e){this.retainedMatch=e;}clearRetained(){this.retainedMatch=null;}clear(){this.listeners.clear(),this.retainedMatch=null;}};function hu(n,e){return Math.min(e,500*2**Math.max(0,n-1))}var bu=1e3,vu=3e3,_u=6e4,wu=2,Qs=new Set(["game_room_closed","game_room_gone"]),Su=12e4,Ru=5e3;function oo(n){return new ro(n)}var ro=class{constructor(e){this.options=e;this.autoFollow=e.followMatch!==false,this.api=new Gt({client:e.client,gameId:()=>this.requireGameId()}),this.installUnloadNotifier(),this.installResumeWatch(),this.retuneSeatWatch();}options;emitter=new Dt;api;room=null;session={phase:"none"};seenMatches=new Set;refusedMatches=new Set;reconciling=null;reconcileAgain=false;pendingHint=null;settling=null;pollHandle=null;polling=false;pollIntervalMs=null;pinnedIntervalMs=null;lastPushAt=-1/0;inFlight=[];unloadListener=null;visibilityListener=null;seatPollHandle=null;reported=new Set;disposed=false;followAbort=null;followingMatchId=null;autoFollow;reconnect=null;async create(e){this.assertNotInRoom("create");let t=this.clusterTargets(),r=await this.attachParty(e),o=await this.run("create",async()=>{let i=await t;return this.api.create(r,this.version("create"),i[0]).catch(async a=>{let s=await this.afterRefusedClusters(a,i);if(s[0]===void 0||s[0]===i[0])throw a;return this.api.create(r,this.version("create"),s[0])})});return this.enter(o,"created"),o}async join(e,t={}){this.assertNotInRoom("join");let r=await this.attachParty(t),o=await this.run("join",()=>this.api.join(e,r,this.version("join")));return this.enter(o,"joined"),o}async joinByCode(e,t={}){this.assertNotInRoom("joinByCode");let r=await this.attachParty(t),o=await this.run("joinByCode",()=>this.api.joinByCode(e,r,this.version("joinByCode")));return this.enter(o,"joined"),o}async quickJoin(e){this.assertNotInRoom("quickJoin");let t=this.clusterTargets(),r=await this.attachParty(e),o=a=>this.api.quickJoin(r,this.version("quickJoin"),a).catch(s=>this.retryPastStaleMembership(s,r,a)),i=await this.run("quickJoin",async()=>{let a=await t;return o(a).catch(async s=>{let l=await this.afterRefusedClusters(s,a);if(l.length===0||xu(l,a))throw s;return o(l)})});return this.enter(i,"joined"),i}async list(e={}){let t=await this.run("list",()=>this.api.list(e));return this.emitter.emit("listed",t),t}async myRooms(e){let t=await this.run("myRooms",()=>this.api.myRooms(e));return this.emitter.emit("mineListed",t.rooms),t.rooms}async leave(e={}){let t=this.requireRoom("leave"),r=e.keepalive===true,o=()=>this.run("leave",()=>this.api.leave(t.id,e.asGroup!==false,e.signal,r));if(r){let i=o();this.track(this.notifyLeavingMatch({keepalive:true})),await i;}else await this.notifyLeavingMatch(),await o();this.exit(),this.emitter.emit("left");}async leaveAll(e){let t=await this.myRooms(e),r=[];for(let o of t)try{await this.run("leaveAll",()=>this.api.leave(o.id,!0,e)),r.push(o.id),this.room?.id===o.id&&(this.exit(),this.emitter.emit("left"));}catch{}return r}async close(e){let t=this.requireRoom("close");await this.run("close",()=>this.api.close(t.id,e)),this.exit(),this.emitter.emit("closed");}async refresh(e){let t=this.room;if(!t)return null;let r;try{r=await this.track(this.api.get(t.id,e));}catch(o){if(o instanceof D&&o.reason==="not_found"){let i=this.heldMatchId;if(i!==null){let a=await this.askWhyEnded(i,e);this.endMatch(i,a??"game_room_gone",false);}return this.exit(),this.emitter.emit("closed"),null}throw this.reportError("refresh",o),o}return this.apply(r),await this.settleHeldMatch(e),this.room}async settleHeldMatch(e){let t=this.room,r=this.heldMatchId;if(!(t===null||r===null)&&!(t.status==="in_game"&&t.matchId===r)&&!(t.matchId!==void 0&&t.matchId!==r)&&this.settling!==r){this.settling=r;try{let o=await this.askWhyEnded(r,e);o!==null&&this.endMatch(r,o,t.status!=="closed");}finally{this.settling===r&&(this.settling=null);}}}async askWhyEnded(e,t){let r=this.room;if(r===null)return null;let o=this.takeHint(e),i;try{i=await this.track(this.onceGameIdKnown(()=>Lr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e),...t===void 0?{}:{signal:t}})));}catch(a){return a instanceof D&&a.reason==="not_found"?o??null:(this.reportError("reconcile",a),null)}return i===null?null:i.status==="ready"?(this.seenMatches.add(e),null):i.status==="failed"?(this.settleFailed(i.matchId,i.reason),null):i.reason==="unknown"&&o!==null?o:i.reason}takeHint(e){let t=this.pendingHint;if(t===null||t.matchId!==void 0&&t.matchId!==e||(this.pendingHint=null,t.reason===void 0))return null;let r=Ce(t.reason);return r==="unknown"?null:r}async reconcile(e){if(this.disposed)return;if(e!==void 0&&(e.matchId!==void 0||e.reason!==void 0)&&(this.pendingHint=e),this.reconciling!==null)return this.reconcileAgain=true,this.reconciling;let t=this.reconcileOnce().finally(()=>{this.reconciling=null,this.reconcileAgain&&(this.reconcileAgain=false,this.track(this.reconcile().catch(()=>{})));});return this.reconciling=t,this.track(t)}async reconcileOnce(){if(this.room===null){await this.reconcileSeats();return}await this.refresh().catch(()=>null);}async setReady(e,t){let r=this.requireRoom("setReady"),o=await this.run("setReady",()=>this.api.setReady(r.id,e,t));return this.apply(o),o}async kick(e,t){let r=this.requireRoom("kick"),o=await this.run("kick",()=>this.api.kick(r.id,e,t));return this.apply(o),o}async transferHost(e,t){let r=this.requireRoom("transferHost"),o=await this.run("transferHost",()=>this.api.transferHost(r.id,e,t));return this.apply(o),o}async update(e){let t=this.requireRoom("update"),r=await this.run("update",()=>this.api.update(t.id,e));return this.apply(r),r}async startMatch(e={}){let t=this.requireRoom("startMatch");if(!this.isHost)throw new h("misconfigured",`only the host of room ${t.id} can start a match, and this player is not it. Every other member waits for \`matchAllocationStarted\` instead \u2014 that is the whole point of the room carrying the match.`);let r=me(e.clusterTargetId),o=r??(t.clusterTargetId===void 0?(await this.clusterTargets())[0]:void 0),i=o??t.clusterTargetId;await this.options.ensureLocalServer?.(t.id);let a=(l,d)=>Mr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:t.id,...l===void 0?{}:{clusterTargetId:l},...r===void 0?{nextClusterTarget:()=>this.nextCluster(d)}:{},retry:{...e.retry,onWaiting:m=>{this.emitter.emit("matchStartWaiting",m),e.retry?.onWaiting?.(m);}},...e.signal===void 0?{}:{signal:e.signal}}),s=await this.run("startMatch",()=>a(o,[i]).catch(async l=>{if(r!==void 0||!ea(l))throw l;let d=await this.nextCluster([i],true);if(d===void 0)throw l;return a(d,[i,d])}));return this.beginMatch(s.matchId),s}async awaitMatch(e={}){if(this.session.phase==="suspended")throw new h("misconfigured","this match is suspended \u2014 the transport dropped and nobody has decided to reconnect yet. Call reconnectToMatch(), or dedicatedServer.connect(), which does it for you.");let t=this.emitter.retained;return t!==null&&this.session.phase==="ready"?t:this.pollMatchStatus(e)}async pollMatchStatus(e={}){let t=this.requireRoom("pollMatchStatus"),r=await this.matchIdOrWait(e),o=await this.run("pollMatchStatus",()=>this.chase(t.id,r,e));return this.settleOutcome(o)}chase(e,t,r){return Or({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:e,matchId:t,version:this.version("pollMatchStatus"),knownToExist:this.seenMatches.has(t),...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.pollIntervalMs===void 0?{}:{pollIntervalMs:r.pollIntervalMs},...r.signal===void 0?{}:{signal:r.signal}})}settleOutcome(e){if(e.status==="failed")throw this.settleFailed(e.matchId,e.reason),new h("allocation_failed",`match ${e.matchId} did not come up: ${e.reason}`);if(e.status==="ended")throw this.endMatch(e.matchId,e.reason,!Qs.has(e.reason)),this.track(this.reconcile().catch(()=>{})),new h("match_ended",`match ${e.matchId} ended: ${e.reason}`);return this.seenMatches.add(e.matchId),this.emitter.retained?.matchId===e.matchId?this.emitter.retain(e):this.emitter.emit("matchReady",e),this.heldMatchId===e.matchId&&this.session.phase!=="connected"&&(this.session={phase:"ready",matchId:e.matchId}),e}settleFailed(e,t){this.heldMatchId===e&&(this.abandonReconnect(e,t),this.emitter.emit("matchFailed",e,t),this.abortFollow(),this.refusedMatches.add(e),this.session={phase:"none"},this.emitter.clearRetained());}endMatch(e,t,r){this.heldMatchId===e&&(this.abortFollow(),this.session={phase:"ended",matchId:e,reason:t,roomReopened:r},this.emitter.clearRetained(),this.emitter.emit("matchEnded",{matchId:e,reason:t,roomReopened:r}),this.abandonReconnect(e,t));}armReconnect(e,t){let r=this.options.autoReconnect;if(r===void 0||r.attempts<=0||r.budgetMs<=0)return;if(this.finishReconnect(),t==="kicked"){r.abandon(e,t);return}let o={matchId:e,cause:t,attempt:0,deadlineAt:this.options.clock.now()+r.budgetMs,parkedAt:null,timer:null,parked:null,done:false};this.reconnect=o,this.track(this.reconnectStep(o));}park(e,t){e.parkedAt=this.options.clock.now(),e.parked=()=>(e.parkedAt!==null&&(e.deadlineAt+=this.options.clock.now()-e.parkedAt,e.parkedAt=null),t());}reconnecting(e){return !this.disposed&&!e.done&&this.reconnect===e&&this.session.phase==="suspended"&&this.session.matchId===e.matchId}finishReconnect(){let e=this.reconnect;e!==null&&(e.done=true,e.timer!==null&&(this.options.clock.clearTimeout(e.timer),e.timer=null),e.parked=null,this.reconnect=null);}abandonReconnect(e,t){let r=this.reconnect;r===null||r.matchId!==e||(this.finishReconnect(),this.options.autoReconnect?.abandon(e,t));}async reconnectStep(e){if(!this.reconnecting(e))return;if(!Ne()){this.park(e,()=>this.reconnectStep(e));return}let t=this.options.autoReconnect;if(t===void 0||e.attempt===0&&(await this.reconcile().catch(()=>{}),!this.reconnecting(e)))return;let r=e.deadlineAt-this.options.clock.now();if(e.attempt>=t.attempts||r<bu){this.abandonReconnect(e.matchId,e.cause);return}e.attempt+=1,this.emitter.emit("matchReconnecting",{matchId:e.matchId,attempt:e.attempt,attempts:t.attempts,remainingMs:r}),e.timer=this.options.clock.setTimeout(()=>{e.timer=null,this.track(this.reconnectAttempt(e));},Math.min(hu(e.attempt,t.maxDelayMs),r));}async reconnectAttempt(e){if(!this.reconnecting(e))return;if(!Ne()){this.park(e,()=>this.reconnectAttempt(e));return}let t=this.options.autoReconnect,r=this.room;if(t===void 0||r===null)return;let o=null;try{o=await this.track(this.onceGameIdKnown(()=>Lr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e.matchId,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e.matchId)})));}catch(i){this.reportError("reconcile",i);}if(this.reconnecting(e)){if(o?.status==="ended"){this.endMatch(o.matchId,o.reason,!Qs.has(o.reason)),this.track(this.reconcile().catch(()=>{}));return}if(o?.status==="failed"){this.abandonReconnect(e.matchId,o.reason),this.settleFailed(o.matchId,o.reason);return}if(o?.status==="ready"){this.seenMatches.add(e.matchId),this.session={phase:"ready",matchId:e.matchId},this.emitter.retain(o);let i;try{i=await t.redial(e.matchId,e.deadlineAt);}catch(a){this.reportError("reconcile",a),i="failed";}if(e.done||this.reconnect!==e)return;if(i==="closed"){this.finishReconnect();return}if(i==="connected")return;this.session.phase==="ready"&&this.session.matchId===e.matchId&&(this.session={phase:"suspended",matchId:e.matchId,reason:e.cause});}await this.reconnectStep(e);}}notifyMatchConnected(e){if(this.heldMatchId!==e||this.session.phase!=="ready"&&this.session.phase!=="suspended")return;let t=this.session.phase==="suspended";this.session={phase:"connected",matchId:e};let r=this.reconnect;r!==null&&r.matchId===e?(this.finishReconnect(),this.emitter.emit("matchReconnected",{matchId:e,attempt:r.attempt})):t&&this.emitter.emit("matchReconnected",{matchId:e,attempt:0});}async notifyMatchDisconnected(e="link_closed"){if(this.session.phase!=="ready"&&this.session.phase!=="connected")throw new h("misconfigured",`no match is connected, so there is nothing to suspend (state '${this.matchConnectionState}').`);let t=this.session.matchId;this.session={phase:"suspended",matchId:t,reason:e},this.emitter.emit("matchSuspended",{matchId:t,cause:e}),this.armReconnect(t,e);}async reconnectToMatch(e={}){if(this.session.phase!=="suspended")throw new h("misconfigured",`reconnectToMatch expects a suspended match; this one is '${this.matchConnectionState}'. Call notifyMatchDisconnected() when the transport drops.`);let t=this.heldMatchId;if(t===null)throw new h("misconfigured","there is no match to reconnect to.");return this.finishReconnect(),this.session={phase:"starting",matchId:t},this.emitter.clearRetained(),this.pollMatchStatus(e)}async notifyLeavingMatch(e={}){let t=this.heldMatchId;if(t!==null)try{await this.api.leaveMatch(t,e.keepalive??!1);}catch{}}get gameId(){let e=typeof this.options.gameId=="function"?this.options.gameId():this.options.gameId;return e===""?null:e}get currentRoom(){return this.room}get currentMatch(){return this.emitter.retained}get matchConnectionState(){switch(this.session.phase){case "none":case "ended":return "disconnected";case "ready":case "connected":return "connected";case "suspended":return "suspended";default:return "connecting"}}get matchSession(){return this.session}holdsMatch(){return this.session.phase!=="none"&&this.session.phase!=="ended"}get heldMatchId(){return this.holdsMatch()?this.session.matchId??null:null}get isInRoom(){return this.room!==null}get isHost(){let e=this.playerId();return e!==null&&this.room?.hostPlayerId===e}get members(){return this.room?.members??[]}on(e,t){let r=this.emitter.on(e,t);return e==="seated"&&(this.retuneSeatWatch(),this.room===null&&this.track(this.reconcileSeats().catch(()=>{}))),r}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}handleRoomEvent(e){if(this.room===null)return;if(e.event==="version_stale"){this.emitter.emit("versionUpdateAvailable",e.platform);return}if(e.roomId!==this.room.id||(this.lastPushAt=this.options.clock.now(),this.retune(),e.event==="updated"&&e.version!==void 0&&e.version<=this.room.version))return;let t=e.event==="updated"&&e.reason!==void 0?{...e.matchId===void 0?{}:{matchId:e.matchId},reason:e.reason}:void 0;this.track(this.reconcile(t).catch(()=>{}));}handleAutoStartFailed(e,t){this.room?.id===e&&this.emitter.emit("matchAutoStartFailed",{roomId:e,code:t});}handleSeated(e){this.disposed||!this.watchingSeats||this.room?.id!==e&&(this.reported.has(e)||this.track(this.reportSeat(e).catch(()=>{})));}async reconcileSeats(){if(this.disposed||!this.watchingSeats)return;let e;try{e=await this.myRooms();}catch{return}let t=new Set;for(let r of e)r.status!=="closed"&&(t.add(r.id),r.id!==this.room?.id&&(this.reported.has(r.id)||await this.reportSeat(r.id).catch(()=>{})));for(let r of [...this.reported])t.has(r)||this.reported.delete(r);}async reportSeat(e){let t=this.playerId(),r=await this.run("handleSeated",()=>this.api.get(e));this.disposed||t===null||!r.members.some(o=>o.playerId===t)||this.room?.id!==r.id&&(this.reported.has(r.id)||(this.reported.add(r.id),this.emitter.emit("seated",r)));}retuneSeatWatch(){if(!(!this.disposed&&this.watchingSeats&&this.room===null&&this.seatPollMs>0&&Ne())){this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null);return}if(this.seatPollHandle!==null)return;let t=()=>{this.seatPollHandle=null,this.track(this.reconcileSeats().catch(()=>{}).then(()=>this.retuneSeatWatch()));};this.seatPollHandle=this.options.clock.setTimeout(t,this.seatPollMs);}installResumeWatch(){let e=globalThis;if(typeof e.addEventListener!="function")return;this.visibilityListener=()=>{if(!this.disposed&&(this.retuneSeatWatch(),!!Ne())){if(this.room!==null){let r=this.reconnect?.parked??null;r!==null&&this.reconnect!==null?(this.reconnect.parked=null,this.track(r())):this.track(this.reconcile().catch(()=>{}));return}this.options.watchSeats!==false&&this.track(this.reconcileSeats().catch(()=>{}));}};for(let r of jn)e.addEventListener(r,this.visibilityListener);let t=globalThis.document;typeof t?.addEventListener=="function"&&t.addEventListener("resume",this.visibilityListener);}startPolling(e){this.stopPolling(),!this.disposed&&(this.pinnedIntervalMs=e??null,this.polling=true,this.schedule());}stopPolling(){this.pollHandle!==null&&(this.options.clock.clearTimeout(this.pollHandle),this.pollHandle=null),this.polling=false,this.pollIntervalMs=null;}async settled(){for(let e=0;e<20&&this.inFlight.length>0;e++){let t=this.inFlight;this.inFlight=[],await Promise.allSettled(t);}}dispose(){if(this.disposed=true,this.finishReconnect(),this.stopPolling(),this.emitter.clear(),this.unloadListener&&(globalThis.removeEventListener?.("pagehide",this.unloadListener),this.unloadListener=null),this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null),this.visibilityListener){let e=globalThis;for(let r of jn)e.removeEventListener?.(r,this.visibilityListener);globalThis.document?.removeEventListener?.("resume",this.visibilityListener),this.visibilityListener=null;}}get watchingSeats(){return this.options.watchSeats!==false&&this.emitter.hasListeners("seated")}get seatPollMs(){return this.options.seatPollIntervalMs??Ru}requireGameId(){let e=this.gameId;if(e!==null)return e;throw new h("misconfigured","the game id is not known yet. It comes from the play token, and this manager was given no way to wait for one \u2014 pass gameId, or awaitGameId so a call made before the first token waits for it the way createGem wires it.")}playerId(){return typeof this.options.playerId=="function"?this.options.playerId():this.options.playerId}version(e){let t=this.options.clientVersion,r=Cn(this.options.platformGameVersion?.(),t?.gameVersion);if(r===null)throw new h("misconfigured",`${e} has no game version to report \u2014 gem-api requires platform, game_version and engine_version together on every room route, and refuses a request carrying two of the three. The arcade normally supplies it with the play token; an embedder that does not, or a build running outside the arcade, leaves nobody to ask. Pass \`clientVersion: { gameVersion }\` to createGem (or to createRoomManager) as the fallback. It has to name a build you actually published, and a wrong one pins the room to the wrong build \u2014 which is why the platform answers it wherever it can.`);return qs({...t,gameVersion:r},e)}async clusterTargets(){try{if(this.options.resolveClusterTargets!==void 0)return Et(await this.options.resolveClusterTargets());let e=me(await this.options.resolveClusterTarget?.());return e===void 0?[]:[e]}catch{return []}}async afterRefusedClusters(e,t){return !ea(e)||t.length===0?[]:Et(await this.options.refreshClusterTargets?.(t)??[])}async nextCluster(e,t=false){let r=a=>a.find(s=>!e.includes(s)),o=await this.clusterTargets(),i=r(o);return i!==void 0||!t?i:r(Et(await this.options.refreshClusterTargets?.(o)??[]))}async attachParty(e){if(e.partyId!==void 0)return e;let t=this.options.resolveParty;if(t===void 0)return e;let r=await t();return r===void 0?e:{...e,partyId:r}}async retryPastStaleMembership(e,t,r){if(!(e instanceof D)||e.reason!=="conflict")throw e;if(this.options.recoverStaleMembership===false)throw new D(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and \`recoverStaleMembership\` is off, so nothing cleared it. A membership that outlived its page is visible only through myRooms(); leaveAll() is what clears it.`,e.retryAfterSeconds,e.code);let o;try{o=await this.leaveAll(t.signal);}catch{throw new D(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery could not list the rooms it would have cleared, so nothing was tried and the refusal stands. That is the listing failing, not a room refusing to be left: retry once the connection is back. myRooms() shows what is held.`,e.retryAfterSeconds,e.code)}if(o.length===0)throw new D(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery cleared nothing, so the refusal stands. myRooms() shows what is held. A room this player was seated in as a party member cannot be cleared from here at all \u2014 only the leader of a party may take it out of a room \u2014 so a member joins by adopting that room, myRooms() then join(), rather than quick-joining.`,e.retryAfterSeconds,e.code);return this.api.quickJoin(t,this.version("quickJoin"),r)}assertNotInRoom(e){if(this.room!==null)throw new h("misconfigured",`${e} refused: already in room ${this.room.id}. Leave it first \u2014 this manager tracks one room, and a second would leave its state disagreeing with the server's about which one you are in.`)}requireRoom(e){if(this.room===null)throw new h("misconfigured",`${e} refused: not in a room.`);return this.room}async run(e,t){try{return await this.track(this.onceGameIdKnown(t))}catch(r){throw this.reportError(e,r),r}}onceGameIdKnown(e){return this.gameId!==null||this.options.awaitGameId===void 0?e():this.options.awaitGameId().then(e)}reportError(e,t){let r=t instanceof D?{operation:e,code:t.status,reason:t.reason,message:t.message,retryable:t.retryable}:{operation:e,code:0,reason:t instanceof h?t.reason:"unavailable",message:t instanceof Error?t.message:String(t),retryable:false};this.emitter.emit("error",r);}track(e){return this.inFlight.push(e),e}enter(e,t){this.room=e,this.abortFollow(),this.session={phase:"none"},this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.emitter.emit(t,e),this.adoptMatch(e),this.options.poll!==false&&this.startPolling(),this.retuneSeatWatch();}exit(){this.room=null,this.abortFollow(),this.finishReconnect(),this.session.phase!=="ended"&&(this.session={phase:"none"}),this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.stopPolling(),this.retuneSeatWatch();}apply(e){let t=this.room;if(t===null||t.id!==e.id)return;let r=new Map(t.members.map(s=>[s.playerId,s])),o=new Map(e.members.map(s=>[s.playerId,s])),i=this.playerId();for(let s of o.keys())r.has(s)||this.emitter.emit("memberJoined",s);for(let s of r.keys())if(!o.has(s)){if(s===i){this.exit(),this.emitter.emit("kicked");return}this.emitter.emit("memberLeft",s);}for(let[s,l]of o){let d=r.get(s);d&&d.isReady!==l.isReady&&this.emitter.emit("readyChanged",s,l.isReady);}t.hostPlayerId!==e.hostPlayerId&&e.hostPlayerId.length>0&&this.emitter.emit("hostChanged",e.hostPlayerId);let a=ku(t,e);this.room=e,this.adoptMatch(e),this.session.phase==="starting"&&this.followMatch(),a&&this.emitter.emit("updated",e);}adoptMatch(e){e.status!=="in_game"||e.matchId===void 0||this.session.matchId!==e.matchId&&(this.refusedMatches.has(e.matchId)||this.beginMatch(e.matchId));}beginMatch(e){let t=this.heldMatchId;t!==null&&t!==e&&this.endMatch(t,"replaced",true),this.session={phase:"starting",matchId:e},this.emitter.clearRetained(),this.emitter.emit("matchAllocationStarted",e),this.followMatch();}followMatch(){if(this.autoFollow===false)return;let e=this.room,t=this.heldMatchId;if(e===null||t===null||this.followAbort!==null&&this.followingMatchId===t)return;this.abortFollow();let r=new AbortController;this.followAbort=r,this.followingMatchId=t,this.track(this.onceGameIdKnown(()=>this.chase(e.id,t,{signal:r.signal})).then(o=>{if(!r.signal.aborted)try{this.settleOutcome(o);}catch{}}).catch(o=>{r.signal.aborted||this.reportError("pollMatchStatus",o);}).finally(()=>{this.followAbort===r&&(this.followAbort=null,this.followingMatchId=null);}));}abortFollow(){this.followAbort?.abort(),this.followAbort=null,this.followingMatchId=null;}matchIdOrWait(e){let t=this.heldMatchId;if(t!==null)return Promise.resolve(t);let r=e.timeoutMs??Su;return new Promise((o,i)=>{let a=c=>{s(),l(),this.options.clock.clearTimeout(m),e.signal?.removeEventListener("abort",d),c();},s=this.emitter.on("matchAllocationStarted",c=>a(()=>o(c))),l=this.emitter.on("matchFailed",(c,p)=>a(()=>i(new h("allocation_failed",`match ${c} did not come up: ${p}`)))),d=()=>a(()=>i(new h("aborted","the caller aborted while awaiting a match"))),m=this.options.clock.setTimeout(()=>a(()=>i(new h("timeout",`no match was allocated for room ${this.room?.id??"(none)"} within ${r}ms`))),r);e.signal?.aborted?d():e.signal?.addEventListener("abort",d);})}baseInterval(){return this.pushed()?this.pushedInterval():this.options.pollIntervalMs??vu}pushedInterval(){return this.options.pushedPollIntervalMs??_u}pushed(){return this.options.clock.now()-this.lastPushAt<wu*this.pushedInterval()}retune(){!this.polling||this.pinnedIntervalMs!==null||this.baseInterval()!==this.pollIntervalMs&&this.startPolling();}schedule(){this.disposed||!this.polling||this.room===null||(this.pollIntervalMs=this.pinnedIntervalMs??this.baseInterval(),this.pollHandle=this.options.clock.setTimeout(()=>{this.pollHandle=null,this.track(this.reconcile().catch(()=>null).then(()=>{this.schedule();}));},this.pollIntervalMs));}installUnloadNotifier(){if(this.options.notifyOnUnload===false)return;let e=globalThis;typeof e.addEventListener=="function"&&(this.unloadListener=t=>{t?.persisted!==true&&this.room!==null&&this.track(this.leave({keepalive:true}).catch(()=>{}));},e.addEventListener("pagehide",this.unloadListener));}};function Ne(){let n=globalThis.document;return n?.visibilityState===void 0||n.visibilityState==="visible"}var jn=["visibilitychange","focus","pageshow","online"];function ku(n,e){return n.version!==e.version||n.status!==e.status||n.matchId!==e.matchId||n.hostPlayerId!==e.hostPlayerId||n.name!==e.name||n.maxPlayers!==e.maxPlayers||n.isPublic!==e.isPublic||Zs(n)!==Zs(e)}function Zs(n){return n.members.map(e=>`${e.playerId}:${e.isReady?1:0}:${e.role}`).sort().join(",")}function ea(n){return n instanceof D&&n.code==="invalid_cluster_target"}function xu(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Au=["p2p","dedicated","unknown"],io=["connection_setup_duration_seconds","reconnect_latency_seconds","datachannel_rtt_seconds","p2p_join_to_play_latency_seconds","ice_restart_outcome_total","connection_failures_total","transport_permanent_failures_total","transport_quality_score","host_migration_outcome_total","turn_relay_usage_ratio"];var st=class{constructor(e){this.options=e;}options;async post(e,t){let r=this.options.gameId();if(r===null||r==="")return;let o=Pu(e,this.options.transport,(this.options.now??Date.now)());o.length!==0&&await this.options.client.post(`/v1/games/${encodeURIComponent(r)}/telemetry/p2p`,{events:o},t);}report(e){this.post(e).catch(()=>{});}};function Pu(n,e,t){let r=Math.floor(t/1e3);return n.filter(o=>io.includes(o.type)).slice(0,100).map(o=>{let i=Eu(o.transport??e);return {event_type:o.type,timestamp:r,...i===void 0?{}:{transport:i},data:o.value===void 0?{}:{value:o.value}}})}function Eu(n){if(n!==void 0)return Au.includes(n)?n:"unknown"}var $t=class{constructor(e){this.options=e;this.reporter=new st({client:e.client,gameId:e.gameId,transport:"p2p"});}options;reporter;async joinCredential(e,t,r){let o=await this.options.client.post(`${this.match(e)}/join-credential`,{fingerprint:t},r);return {credential:Nn(o.credential)??"",hostFingerprint:Nn(o.host_fingerprint)??"",hostEpoch:qn(o.host_epoch)??0,expiresAt:(qn(o.expires_at)??0)*1e3}}async turnLease(e,t,r){let o=await this.options.client.post(`${this.match(e)}/turn-lease`,{cluster_target_id:t},r),i=[];for(let l of Array.isArray(o.ice_servers)?o.ice_servers:[]){let d=l,m=(Array.isArray(d.urls)?d.urls:[]).filter(c=>typeof c=="string"&&c.length>0);m.length!==0&&i.push({urls:m,username:Nn(d.username)??"",credential:Nn(d.credential)??""});}let a=qn(o.expires_at),s=qn(o.ttl_seconds);return {iceServers:i,expiresAt:a!==void 0?a*1e3:Date.now()+(s??0)*1e3}}async kick(e,t,r){await this.options.client.post(`${this.match(e)}/kick`,{player_id:t},r);}async leave(e,t=false){await this.options.client.post(`${this.match(e)}/leave`,{},void 0,{keepalive:t});}async telemetry(e,t){await this.reporter.post(e,t);}match(e){return `/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}`}};function Nn(n){return typeof n=="string"&&n.length>0?n:void 0}function qn(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}var Tu=new Set(["timeout","signaling_failed","connection_failed","keys_unavailable"]),O=class extends Error{constructor(t,r,o){super(`${t}: ${r}`,o);this.reason=t;this.name="P2pError",this.retryable=Tu.has(t);}reason;retryable};var ta=10240,na=2048,Iu=new TextEncoder;function ra(n){return Iu.encode(n).length}function Me(n,e){let t=o=>{throw new h("invalid_sdp",`the ${e} ${o}`)},r=ra(n);r>=ta&&t(`is ${r} bytes, over the ${ta} limit`+(e==="offer"?", which for an offer means an unusually wide candidate list":"")),n.startsWith("v=")||t("does not start with 'v=', so it is not SDP"),n.includes("\0")&&t("contains a null byte"),/\r(?!\n)/.test(n)&&t("contains a bare carriage return");for(let o of n.split(/\r\n|\n/)){let i=ra(o);i>na&&t(`has a ${i}-byte line, over the ${na} limit`);}}function Un(n){for(let e of n.split(/\r\n|\n/)){if(!e.startsWith("m="))continue;let[t,r="0"]=e.slice(2).trim().split(/\s+/);if(!(t!=="audio"&&t!=="video")&&r.split("/")[0]!=="0")return true}return false}var Bn=class{listeners=new Map;on(e,t){let r=this.listeners.get(e);return r||(r=new Set,this.listeners.set(e,r)),r.add(t),()=>this.off(e,t)}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}clear(){this.listeners.clear();}};var Cu=/^sha-256 ([0-9A-F]{2}:){31}[0-9A-F]{2}$/;function at(n){let e=null;for(let t of n.split(/\r\n|\n/)){if(!t.startsWith("a=fingerprint:"))continue;let r=Hn(t.slice(14).trim());if(r===null||e!==null&&e!==r)return null;e=r;}return e}function Hn(n){let[e,...t]=n.trim().split(/\s+/);if(e===void 0||t.length===0)return null;let r=`${e.toLowerCase()} ${t.join("").toUpperCase()}`;return Cu.test(r)?r:null}function Ft(n,e){if(n.length!==e.length)return false;let t=0;for(let r=0;r<n.length;r++)t|=n.charCodeAt(r)^e.charCodeAt(r);return t===0}var so=5e3,Mu=12e4+so,Ou=1024,Lu=6e4,Gu=1e4,oa=64*1024,ia=5;function ao(n){let e=new Map,t=-1/0,r=null,o=(()=>{let s;try{s=new URL(`${n.baseUrl.replace(/\/+$/,"")}/oauth2/jwks`);}catch{return {ok:false,reason:"the configured API base is not a valid URL, so the JWKS endpoint cannot be reached. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}}return s.username!==""||s.password!==""?{ok:false,reason:"the configured API base carries credentials in the URL, which `fetch` will not send. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}:{ok:true,url:s.href,shown:`${s.protocol}//${s.host}`}})(),i=()=>{let s=n.subtle??globalThis.crypto?.subtle;if(!s)throw new O("keys_unavailable","this environment has no WebCrypto, so a join credential cannot be verified. A page served over plain http on a non-loopback origin is the usual cause \u2014 crypto.subtle is only exposed in a secure context.");return s},a=async()=>{if(!o.ok)throw new O("keys_unavailable",o.reason);let s=n.fetch??((p,g)=>globalThis.fetch(p,g)),l;try{l=await s(o.url,{redirect:"error",credentials:"omit",cache:"no-store",referrerPolicy:"no-referrer",signal:AbortSignal.timeout(Gu)});}catch{throw new O("keys_unavailable",`the JWKS endpoint at ${o.shown} could not be reached \u2014 it timed out, refused a redirect, or the network failed.`)}if(!l.ok)throw new O("keys_unavailable",`the JWKS endpoint answered ${o.shown} with an error`);let d;try{let p=await l.text();if(p.length>oa)throw new O("keys_unavailable",`the JWKS endpoint at ${o.shown} answered with more than ${oa} characters, which is not a key set this platform publishes.`);d=JSON.parse(p);}catch(p){throw p instanceof O?p:new O("keys_unavailable",`the JWKS endpoint at ${o.shown} did not answer with a readable key set.`)}let m=Array.isArray(d.keys)?d.keys:[];if(m.length>ia)throw new O("keys_unavailable",`the JWKS endpoint published ${m.length} keys, over the ${ia} the platform declares. Refusing rather than verifying against a set of unknown size.`);let c=i();for(let p of m){let g=p;if(g.kty==="RSA"&&!(g.alg!==void 0&&g.alg!=="RS256")&&!(g.use!==void 0&&g.use!=="sig")&&!(typeof g.kid!="string"||g.kid.length===0))try{let y=await c.importKey("jwk",{...p,alg:"RS256",ext:!0},{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);e.set(g.kid,y);}catch{}}};return {async key(s){let l=e.get(s);if(l)return l;if(!o.ok)throw new O("keys_unavailable",o.reason);if(r)return await r,e.get(s)??null;let d=n.now();if(!Number.isFinite(d))throw new O("keys_unavailable","the clock supplied to the SDK returned a non-finite time, so the JWKS throttle cannot be evaluated. This is a configuration fault, not a server failure.");return d<t&&(t=-1/0),d-t<Lu?null:(t=d,r??=a().finally(()=>{r=null;}),await r,e.get(s)??null)}}}var jt=class{seen=new Map;admit(e,t){for(let[r,o]of this.seen)o<=t&&this.seen.delete(r);if(this.seen.has(e))return false;if(this.seen.size>=Ou){let r=this.seen.keys().next().value;r!==void 0&&this.seen.delete(r);}return this.seen.set(e,t+Mu),true}};function aa(n){let e=n.replace(/-/g,"+").replace(/_/g,"/"),t=atob(e+"=".repeat((4-e.length%4)%4)),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}function sa(n){try{let e=new TextDecoder().decode(aa(n)),t=JSON.parse(e);return typeof t!="object"||t===null||Array.isArray(t)?null:t}catch{return null}}async function lo(n,e,t,r,o){let i=G=>{throw new O("peer_unauthenticated",`the peer's join credential is not usable: ${G}`)},a=n.split(".");a.length!==3&&i("it is not a three-part JWT");let[s,l,d]=a,m=sa(s);m===null&&i("its header does not decode"),m.alg!=="RS256"&&i(`its alg is ${JSON.stringify(m.alg)}, not RS256`),m.typ!=="p2p+jwt"&&i(`its typ is ${JSON.stringify(m.typ)}, not p2p+jwt`);let c=m.kid;(typeof c!="string"||c.length===0)&&i("it names no key");let p=await t.key(c);p===null&&i("it was signed by a key this build cannot resolve");let g=o.subtle??globalThis.crypto?.subtle;g||i("this environment has no WebCrypto");let y=new TextEncoder().encode(`${s}.${l}`),w;try{w=aa(d);}catch{i("its signature does not decode");}await g.verify({name:"RSASSA-PKCS1-v1_5"},p,w,y)||i("its signature does not verify");let T=sa(l);T===null&&i("its payload does not decode");let C=T,v=G=>typeof C[G]=="string"?C[G]:"",S=G=>typeof C[G]=="number"&&Number.isFinite(C[G])?C[G]:NaN;v("iss")!==o.issuer&&i("it was issued by someone else"),v("aud")!==`${o.issuer}/p2p-match`&&i("its audience is not this platform"),v("match_id")!==e.matchId&&i("it is for another match"),v("game_id")!==e.gameId&&i("it is for another game");let E=S("exp")*1e3,k=S("nbf")*1e3;(!Number.isFinite(E)||e.now>E+so)&&i("it has expired"),Number.isFinite(k)&&e.now<k-so&&i("it is not valid yet");let H=v("role");H!=="host"&&H!=="client"&&i("it names no usable role");let j=S("host_epoch");j!==e.hostEpoch&&i("it names a different host epoch");let V=Hn(v("fingerprint"));V===null&&i("its fingerprint claim is malformed"),Ft(V,e.peerFingerprint)||i("it was issued for a different certificate than this connection used");let R=Hn(v("host_fingerprint"));R===null&&i("its host fingerprint claim is malformed"),Ft(R,e.hostFingerprint)||i("it was issued against a different host certificate");let P=v("jti");P.length===0&&i("it carries no jti, so replay cannot be detected"),r.admit(P,e.now)||i("it has already been used");let L=v("sub");return L.length===0&&i("it names no player"),{playerId:L.toLowerCase(),matchId:e.matchId,gameId:e.gameId,hostEpoch:j,role:H,fingerprint:V,hostFingerprint:R,jti:P,expiresAt:E}}function co(n){let e=new TextEncoder().encode(n.jwt);if(e.length>8192)throw new Error(`[gem] a join credential of ${e.length} bytes exceeds the wire format's cap`);let t=new ArrayBuffer(3+e.length+4+4),r=new DataView(t);return r.setUint8(0,1),r.setUint16(1,e.length,true),new Uint8Array(t,3,e.length).set(e),r.setUint32(3+e.length,n.protocolVersion,true),r.setUint32(7+e.length,n.assignedPeerId,true),t}function uo(n){let e=new ArrayBuffer(9),t=new DataView(e);return t.setUint8(0,2),t.setUint32(1,n.protocolVersion,true),t.setUint32(5,n.assignedPeerId,true),e}function mo(n){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,3),t.setUint8(1,n),e}function po(n){if(n.byteLength<1)return null;let e=new DataView(n);switch(e.getUint8(0)){case 1:{if(n.byteLength<3)return null;let t=e.getUint16(1,true);return t>8192||n.byteLength<3+t+8?null:{kind:"join",jwt:new TextDecoder().decode(new Uint8Array(n,3,t)),protocolVersion:e.getUint32(3+t,true),assignedPeerId:e.getUint32(7+t,true)}}case 2:return n.byteLength<9?null:{kind:"admit",protocolVersion:e.getUint32(1,true),assignedPeerId:e.getUint32(5,true)};case 3:return n.byteLength<2?null:{kind:"reject",reason:e.getUint8(1)};default:return null}}function la(n){switch(n){case 1:return "the host did not accept this credential";case 2:return "the host speaks a different protocol version \u2014 an engine peer refuses a browser peer here, deliberately";case 3:return "the match is full";case 4:return "the host is rate-limiting joins";case 129:return "the host verified this credential but it names a different player than the one who signalled \u2014 the host has its own line saying which";case 130:return "the host has this player on the kicked list for the current host epoch";case 131:return "the host could not fetch the platform's signing keys, so it cannot verify anyone yet \u2014 the host's console says why";default:return `the host refused with an unrecognised code (${n})`}}function da(n){switch(n){case 129:return "not_expected_player";case 130:return "kicked";case 131:return "keys_unavailable";default:return "peer_unauthenticated"}}var Nt=class{constructor(e,t,r){this.localPlayerId=e;this.hostPlayerId=t,this.epoch=r;}localPlayerId;state="idle";epoch;hostPlayerId;kicked=new Set;startedAt=0;get currentState(){return this.state}get currentEpoch(){return this.epoch}get currentHostPlayerId(){return this.hostPlayerId}get isLocalHost(){return this.hostPlayerId===this.localPlayerId}isKicked(e){return this.kicked.has(e)}stalled(e){return this.state!=="idle"&&e-this.startedAt>3e4}apply(e,t){return !Number.isInteger(e.hostEpoch)||e.hostEpoch<0?{kind:"refused",why:`host epoch ${String(e.hostEpoch)} is not a whole number`}:e.hostEpoch===this.epoch?e.migrationComplete===true&&this.state!=="idle"?(this.state="idle",{kind:"completed"}):{kind:"duplicate"}:e.hostEpoch<this.epoch?{kind:"refused",why:`host epoch ${e.hostEpoch} is behind the current ${this.epoch}`}:e.hostPlayerId.length===0?{kind:"refused",why:"the migration named no new host"}:(this.kicked=new Set(e.kickedPlayerIds??[]),this.epoch=e.hostEpoch,this.hostPlayerId=e.hostPlayerId,this.startedAt=t,this.state=this.isLocalHost?"preparing":"reconnecting",{kind:"accepted",state:this.state})}complete(){this.state="idle";}};var go={reliable:{negotiated:true,id:0,ordered:true},ordered:{negotiated:true,id:1,ordered:true,maxRetransmits:0},unreliable:{negotiated:true,id:2,ordered:false,maxRetransmits:0}},Ee=["reliable","ordered","unreliable"];function yo(n){let e=globalThis.RTCPeerConnection;if(!e)throw new Error("[gem] this environment has no RTCPeerConnection. Pass `peerConnectionFactory` to connect against a stand-in, which is how this flow is tested outside a browser.");return new e({iceServers:n.iceServers,...n.certificates===void 0?{}:{certificates:n.certificates}})}async function qt(){let n=globalThis.RTCPeerConnection;return n?.generateCertificate?n.generateCertificate({name:"ECDSA",namedCurve:"P-256"}):null}var ua=1,Nu=3e4,ma=2e3,qu=5e3,pa=6e4,Uu=8,ho=class{constructor(e=Uu){this.perMinute=e;}perMinute;sent=[];delayUntilAllowed(e){return this.prune(e),this.sent.length<this.perMinute?0:Math.max(0,(this.sent[0]??e)+6e4-e)}record(e){this.prune(e),this.sent.push(e);}prune(e){let t=0;for(let r of this.sent)r<=e&&e-r<6e4&&(this.sent[t++]=r);this.sent.length=t;}},Bu=new ho,Hu=8,Vu=new Set(["timeout","connection_failed","invalid_sdp","peer_unauthenticated","not_expected_player","keys_unavailable"]),Bt=class{constructor(e){this.options=e;this.keys=e.keys??ao({baseUrl:e.baseUrl,now:()=>e.clock.now()});}options;emitter=new Bn;links=new Map;replays=new jt;keys;localPlayerId="";migration=null;iceServers=[];credential=null;nextPeerId=ua+1;ended=null;closed=false;ready=null;helloSeen=false;reportedUnreachableEpoch=-1;reportedStallEpoch=-1;counted=false;pendingOffers=new Map;answeredSessions=new Map;credentialGeneration=0;credentialDeadline=0;get matchId(){return this.options.matchId}get playerId(){return this.localPlayerId}get isHost(){return this.migration?.isLocalHost??false}get hostPlayerId(){return this.migration?.currentHostPlayerId??""}get hostEpoch(){return this.migration?.currentEpoch??0}get peers(){let e=[];for(let t of this.links.values())t.admitted&&e.push(this.expose(t));return e}peer(e){let t=this.links.get(e);return t&&t.admitted?this.expose(t):null}on(e,t){return this.emitter.on(e,t)}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}async start(e){let t=this.options.connectTimeoutMs??Nu;this.credentialDeadline=this.options.clock.now()+t;let r=new Promise((s,l)=>{this.ready={resolve:s,reject:l};}),o=me(this.options.clusterTargetId);if(o!==void 0)try{let s=await this.options.api.turnLease(this.options.matchId,o,e);this.iceServers=s.iceServers,this.mark("turn leased");}catch(s){this.mark("turn lease failed"),this.warn(`no TURN relay could be leased for this match, so peers behind a symmetric NAT will fail to connect: ${fo(s)}`);}else this.mark("turn skipped"),this.warn("connecting without a TURN relay because no cluster target was resolved. Host candidates only reach peers on the same network, so peers behind a symmetric NAT will fail to connect. The Arcade page normally resolves one for this player; outside it, pass `clusterTargetId` to connect().");this.options.signaling.join(),this.mark("signaling joined");let i=this.options.clock.setTimeout(()=>{this.fail(new O("timeout",`no usable P2P connection after ${t}ms. The parent relays signaling, so a silent failure here usually means the page is not putting frames on the socket.`));},t),a=()=>this.fail(new O("aborted","the caller aborted while connecting"));e?.aborted?a():e?.addEventListener("abort",a);try{await r;}finally{this.options.clock.clearTimeout(i),e?.removeEventListener("abort",a),this.ready=null;}}async kick(e){if(!this.isHost)throw new O("misconfigured","only the current host of this match can kick a peer");await this.options.api.kick(this.options.matchId,e);}async leave(){try{await this.options.api.leave(this.options.matchId);}catch{}this.close();}close(){if(!this.closed){this.closed=true,this.pendingOffers.clear();for(let e of [...this.links.values()])this.dropLink(e,"closed",false);this.options.signaling.close(),this.emitter.clear();}}report(e){this.options.api.telemetry(e).catch(()=>{});}notifyCandidatesDropped(e){this.emitter.emit("candidatesDropped",e);}handleSignal(e,t){this.closed||this.route(e,t).catch(r=>this.report_(r));}async route(e,t){switch(e){case "hello":return this.onHello(t);case "offer":return this.onOffer(t);case "answer":return this.onAnswer(t);case "ice":return this.onIce(t);case "peerLeft":return this.onPeerLeft(t);case "migration":return this.onMigration(t);case "matchEnded":return this.onMatchEnded(t);case "error":return this.onSignalingError(t);default:return}}async onHello(e){let t=oe(e.playerId),r=oe(e.hostPlayerId),o=Vn(e.hostEpoch);if(!(t===null||r===null||o===null)&&(this.mark("signaling hello"),this.localPlayerId=t,this.migration===null&&(this.migration=new Nt(t,r,o)),!this.helloSeen)){if(this.helloSeen=true,this.isHost){this.mark("host listening"),this.settle(),await this.drainPendingOffers();return}this.pendingOffers.clear(),await this.offerToHost("initial");}}async drainPendingOffers(){if(this.pendingOffers.size===0)return;let e=[...this.pendingOffers.values()];this.pendingOffers.clear(),this.mark("queued offer drained");for(let t of e)try{await this.onOffer(t);}catch(r){this.report_(r);}}async offerToHost(e){let t=this.hostPlayerId,r=this.openLink(t,ua),o=await r.connection.createOffer();await r.connection.setLocalDescription(o);let i=r.connection.localDescription?.sdp??o.sdp;if(!i)throw new O("invalid_sdp","the browser produced an offer with no SDP");Me(i,"offer"),this.refuseMedia(i,"offer"),this.options.signaling.offer(i,e),this.mark("offer sent"),this.fetchCredential().catch(a=>this.report_(a));}async fetchCredential(){let e=++this.credentialGeneration,r=this.links.get(this.hostPlayerId)?.connection.localDescription?.sdp,o=r===void 0?null:at(r);if(o===null)throw new O("invalid_sdp","this browser produced an offer with no usable DTLS fingerprint, so the platform cannot bind a credential to it");let i=this.options.credentialPacing??Bu,a=()=>this.closed||e!==this.credentialGeneration,s=qu;for(;;){let l=i.delayUntilAllowed(this.options.clock.now());if(l>0&&!await this.waitForCredential(l,a))return;i.record(this.options.clock.now());try{let d=await this.options.api.joinCredential(this.options.matchId,o);if(a())return;this.credential=d,this.mark("credential ready"),this.maybeAuthenticate();return}catch(d){if(a())return;let m=d.status,c;if(m===409)c=ma;else if(m===429){let p=d.retryAfterSeconds;typeof p=="number"&&Number.isFinite(p)&&p>=0?c=p*1e3:(c=s,s=Math.min(s*2,pa)),c=Math.min(Math.max(c,ma),pa);}else throw d;if(!await this.waitForCredential(c,a))return}}}async waitForCredential(e,t){return this.options.clock.now()+e>this.credentialDeadline?false:(await this.sleep(e),!t())}async onOffer(e){let t=oe(e.fromPlayerId),r=oe(e.sdp);if(t===null||r===null)return;if(this.migration===null){if(this.pendingOffers.delete(t),this.pendingOffers.size>=Hu){let m=this.pendingOffers.keys().next().value;m!==void 0&&this.pendingOffers.delete(m);}this.pendingOffers.set(t,e);return}if(!this.isHost||this.migration.isKicked(t)===true)return;let o=oe(e.sessionId);if(o!==null&&this.answeredSessions.get(t)===o)return;Me(r,"offer"),this.refuseMedia(r,"offer");let i=at(r);if(i===null)throw new O("invalid_sdp",`the offer from ${t} carries no usable fingerprint`);this.mark("offer received"),o!==null&&this.answeredSessions.set(t,o);let a=this.links.get(t);a&&this.dropLink(a,"resignalled",false);let s=this.openLink(t,this.nextPeerId++);s.remoteFingerprint=i,await s.connection.setRemoteDescription({type:"offer",sdp:r}),this.flushCandidates(s);let l=await s.connection.createAnswer();await s.connection.setLocalDescription(l);let d=s.connection.localDescription?.sdp??l.sdp;if(!d)throw new O("invalid_sdp","the browser produced an answer with no SDP");Me(d,"answer"),this.refuseMedia(d,"answer"),this.options.signaling.answer(t,d,s.assignedPeerId),this.mark("answer sent");}async onAnswer(e){if(this.isHost)return;let t=oe(e.fromPlayerId),r=oe(e.sdp);if(t===null||r===null)return;let o=this.links.get(this.hostPlayerId);if(!o||t!==this.hostPlayerId)return;Me(r,"answer"),this.refuseMedia(r,"answer");let i=at(r);if(i===null)throw new O("invalid_sdp","the host's answer carries no usable fingerprint");this.mark("answer received"),o.remoteFingerprint=i,o.pendingAnswer=r,this.hostVerified(o)&&await this.applyAnswer(o,r);}hostVerified(e){let t=this.credential;return t===null||e.remoteFingerprint===null?false:Ft(t.hostFingerprint,e.remoteFingerprint)?true:(this.fail(new O("peer_unauthenticated","the host's DTLS certificate is not the one the platform attested for this match. Refusing before the handshake, so no credential is presented.")),this.dropLink(e,"host_fingerprint_mismatch",false),false)}maybeAuthenticate(){if(this.isHost)return;let e=this.links.get(this.hostPlayerId);if(!e||e.remoteFingerprint===null||e.connection.remoteDescription!==null)return;let t=e.pendingAnswer;t!==void 0&&this.hostVerified(e)&&this.applyAnswer(e,t).catch(r=>this.report_(r));}async applyAnswer(e,t){this.mark("host verified"),e.pendingAnswer=void 0,await e.connection.setRemoteDescription({type:"answer",sdp:t}),this.flushCandidates(e);}async onIce(e){let t=oe(e.fromPlayerId),r=oe(e.candidate);if(t===null||r===null)return;let o=this.links.get(t);if(!o)return;let i=oe(e.sdpMid),a=Vn(e.sdpMLineIndex)??Vn(e.sdpMLineIndexAlt),s={candidate:r,...i===null?{}:{sdpMid:i},...a===null?{}:{sdpMLineIndex:a}};if(o.connection.remoteDescription===null){o.pendingCandidates.length<64&&o.pendingCandidates.push(s);return}await o.connection.addIceCandidate(s);}onPeerLeft(e){let t=oe(e.playerId);if(t===null)return;let r=oe(e.reason)??"left";if(t===this.localPlayerId){this.fail(new O("kicked",`this player was removed from the match (${r})`)),this.close();return}let o=this.links.get(t);o&&this.dropLink(o,r,true);}async onMigration(e){let t=oe(e.hostPlayerId),r=Vn(e.hostEpoch);if(t===null||r===null||this.migration===null)return;let o=this.migration.apply({hostPlayerId:t,hostEpoch:r,...oe(e.reason)===null?{}:{reason:oe(e.reason)},...Array.isArray(e.kickedPlayerIds)?{kickedPlayerIds:e.kickedPlayerIds.filter(i=>typeof i=="string")}:{},...typeof e.migrationComplete=="boolean"?{migrationComplete:e.migrationComplete}:{}},this.options.clock.now());if(o.kind!=="duplicate"){if(o.kind==="completed"){this.emitter.emit("hostChanged",t,r);return}if(o.kind==="refused"){this.report_(new O("migration_failed",o.why));return}for(let i of [...this.links.values()])this.dropLink(i,"migrating",false);if(this.options.signaling.discardQueued(),this.credential=null,this.emitter.emit("migrating",t,r),o.state==="preparing"){this.options.signaling.migrationAck(r),this.watchMigration();return}this.watchMigration(),await this.offerToHost("full_reconnect");}}watchMigration(){let e=this.hostEpoch;this.options.clock.setTimeout(()=>{this.closed||this.migration===null||this.migration.currentEpoch===e&&this.migration.stalled(this.options.clock.now())&&this.reportedStallEpoch!==e&&(this.reportedStallEpoch=e,this.report_(new O("migration_failed",`host migration to epoch ${e} did not complete. The elected host never acknowledged it, so the platform is still holding the match in migration.`)));},31e3);}onMatchEnded(e){let t=oe(e.reason)??"ended";this.ended=t,this.emitter.emit("matchEnded",t),this.ready!==null&&this.fail(new O("match_ended",`the match ended: ${t}`)),this.close();}onSignalingError(e){let t=oe(e.code)??"unknown",r=oe(e.message)??"the platform refused a signaling message";this.report_(new O("signaling_failed",`${t}: ${r}`));}openLink(e,t){let o=(this.options.peerConnectionFactory??yo)({iceServers:this.iceServers,...this.options.certificate===void 0?{}:{certificates:[this.options.certificate]}}),i={};for(let p of Ee){let g=o.createDataChannel(p,go[p]);g.binaryType="arraybuffer",i[p]=g;}let a={playerId:e,assignedPeerId:t,connection:o,channels:i,remoteFingerprint:null,admitted:false,pendingCandidates:[],detachHandshake:()=>{},detachAll:()=>{}},s=p=>{let g=p.candidate;g?.candidate&&this.options.signaling.candidate(e,g.candidate,g.sdpMid??void 0,g.sdpMLineIndex??void 0);},l=()=>this.onIceState(a),d=()=>this.onConnectionState(a),m=p=>{this.onHandshakeMessage(a,p.data).catch(g=>this.report_(g));},c=()=>{this.onReliableOpen(a).catch(p=>this.report_(p));};return o.addEventListener("icecandidate",s),o.addEventListener("iceconnectionstatechange",l),o.addEventListener("connectionstatechange",d),i.reliable.addEventListener("open",c),i.reliable.addEventListener("message",m),a.detachHandshake=()=>{i.reliable.removeEventListener("open",c),i.reliable.removeEventListener("message",m);},a.detachAll=()=>{a.detachHandshake(),o.removeEventListener("icecandidate",s),o.removeEventListener("iceconnectionstatechange",l),o.removeEventListener("connectionstatechange",d);},this.links.set(e,a),a}flushCandidates(e){let t=e.pendingCandidates;e.pendingCandidates=[];for(let r of t)e.connection.addIceCandidate(r).catch(()=>{});}async onReliableOpen(e){if(this.mark("channel open"),this.isHost)return;let t=this.credential;if(t===null)throw new O("peer_unauthenticated","the channel opened before the platform issued a join credential, so there is nothing to present");if(this.options.clock.now()>=t.expiresAt)throw new O("timeout","the join credential expired before the channel opened \u2014 reconnect for a fresh one");e.channels.reliable.send(co({jwt:t.credential,protocolVersion:32769,assignedPeerId:e.assignedPeerId}));}async onHandshakeMessage(e,t){if(!(t instanceof ArrayBuffer))return;let r=po(t);if(r!==null){if(this.isHost&&r.kind==="join"){await this.admit(e,r.jwt,r.protocolVersion);return}if(!this.isHost&&r.kind==="admit"){e.assignedPeerId=r.assignedPeerId,this.finishAdmission(e),this.migration?.complete();return}!this.isHost&&r.kind==="reject"&&(this.fail(new O(da(r.reason),la(r.reason))),this.dropLink(e,"rejected",false));}}async admit(e,t,r){if(r!==32769){this.refuseLink(e,2,"version_mismatch",`it presented protocol version ${r}, not this SDK's ${32769} \u2014 an engine peer cannot join a browser-hosted match`);return}let o=at(e.connection.localDescription?.sdp??"");if(o===null||e.remoteFingerprint===null){this.refuseLink(e,1,"fingerprint_unavailable","this connection's DTLS fingerprints could not be read from its SDP, so no credential can be checked against it");return}let i;try{i=await lo(t,{matchId:this.options.matchId,gameId:this.options.gameId,hostEpoch:this.hostEpoch,peerFingerprint:e.remoteFingerprint,hostFingerprint:o,now:this.options.clock.now()},this.keys,this.replays,{issuer:this.options.baseUrl.replace(/\/+$/,"")});}catch(a){let s=a instanceof O&&a.reason==="keys_unavailable";this.refuseLink(e,s?131:1,s?"keys_unavailable":"credential_invalid",fo(a)),s&&this.fail(a);return}if(i.playerId!==e.playerId.toLowerCase()){this.refuseLink(e,129,"credential_player_mismatch",`its credential was issued to ${i.playerId}, not to the player who signalled this connection`);return}if(this.migration?.isKicked(i.playerId)===true){this.refuseLink(e,130,"kicked",`it was kicked from this match at host epoch ${this.hostEpoch}`);return}e.channels.reliable.send(uo({protocolVersion:32769,assignedPeerId:e.assignedPeerId})),this.finishAdmission(e);}refuseLink(e,t,r,o){this.warn(`refused to admit ${e.playerId}: ${o}`);try{e.channels.reliable.send(mo(t));}catch{}this.dropLink(e,r,false);}finishAdmission(e){this.mark(this.isHost?"peer admitted":"admitted"),e.admitted=true,e.detachHandshake(),e.detachHandshake=()=>{},this.emitter.emit("peerJoined",this.expose(e)),this.settle();}onIceState(e){let t=e.connection.iceConnectionState;if(!(t!=="failed"&&t!=="disconnected"&&t!=="closed")){if(this.isHost){(t==="failed"||t==="closed")&&this.dropLink(e,t,true);return}if(this.reportedUnreachableEpoch!==this.hostEpoch){this.reportedUnreachableEpoch=this.hostEpoch;try{this.options.signaling.reportHostUnreachable(this.hostEpoch,t);}catch(r){this.report_(r);}}}}onConnectionState(e){let t=e.connection.connectionState;t!=="failed"&&t!=="closed"||this.dropLink(e,t,true);}expose(e){return {playerId:e.playerId,assignedPeerId:e.assignedPeerId,connection:e.connection,channels:e.channels,send:(t,r="reliable")=>e.channels[r].send(t)}}dropLink(e,t,r){this.links.delete(e.playerId),e.detachAll();for(let o of Ee)ga(e.channels[o]);ga(e.connection),r&&e.admitted&&this.emitter.emit("peerLeft",e.playerId,t);}settle(){this.ready?.resolve(),this.ready=null;}fail(e){if(this.count(e.reason),this.ready!==null){let t=this.ready;this.ready=null,t.reject(e);return}this.emitter.emit("error",e);}report_(e){this.fail(e instanceof O?e:new O("connection_failed",fo(e),{cause:e}));}count(e){this.counted||!Vu.has(e)||(this.counted=true,this.report([{type:"connection_failures_total",value:1}]));}refuseMedia(e,t){if(Un(e))throw new O("media_refused",`the ${t} carries an active audio or video section. This path carries data channels only; voice belongs to the platform voice service, and gem-api age-gates relayed SDP that proposes media.`)}mark(e){this.options.boot?.mark(e);}sleep(e){return new Promise(t=>this.options.clock.setTimeout(t,e))}warn(e){let t=this.options.log;t!==null&&(t??(r=>console.warn(r)))(`[gem] ${e}`);}get endedReason(){return this.ended}};function oe(n){return typeof n=="string"&&n.length>0?n:null}function Vn(n){return typeof n=="number"&&Number.isInteger(n)?n:null}function fo(n){return n instanceof Error?n.message:String(n)}function ga(n){try{n.close();}catch{}}var Wu=100,Ku=50,Ht=class{constructor(e){this.options=e;}options;queue=[];drainHandle=null;dropped=0;closed=false;dropListener=null;onDropped(e){this.dropListener=e;}join(){this.assertUsable(),this.options.bridge.signal("join",this.options.matchId,{});}offer(e,t){this.assertUsable(),this.options.bridge.signal("offer",this.options.matchId,{sdp:e,intent:t});}answer(e,t,r){this.assertUsable(),this.options.bridge.signal("answer",this.options.matchId,{peerId:e,sdp:t,assignedPeerId:r});}candidate(e,t,r,o){if(this.assertUsable(),this.queue.length>=(this.options.maxQueuedCandidates??Wu)){this.dropped+=1;return}this.queue.push({peerId:e,candidate:t,...r===void 0?{}:{sdpMid:r},...o===void 0?{}:{sdpMLineIndex:o}}),this.schedule();}migrationAck(e){this.assertUsable(),this.options.bridge.signal("migrationAck",this.options.matchId,{hostEpoch:e});}reportHostUnreachable(e,t){this.assertUsable(),this.options.bridge.signal("hostUnreachable",this.options.matchId,{hostEpoch:e,evidence:{iceState:t,lastSeenAt:Math.floor(this.options.clock.now()/1e3)}});}discardQueued(){this.queue.length=0;}close(){this.closed=true,this.discardQueued(),this.drainHandle!==null&&(this.options.clock.clearTimeout(this.drainHandle),this.drainHandle=null);}assertUsable(){if(this.closed)throw new O("signaling_unavailable","this signaling client has been closed");if(!this.options.bridge.parentSupports("p2p"))throw new O("signaling_unavailable","the page embedding this game did not advertise the `p2p` capability, so there is nothing to carry signaling. P2P needs the notification WebSocket, and only the parent can hold one \u2014 see public-docs/p2p-and-parties.md \xA72.")}schedule(){this.drainHandle!==null||this.closed||(this.drainHandle=this.options.clock.setTimeout(()=>{this.drainHandle=null;let e=this.queue.shift();if(e!==void 0){let{peerId:t,candidate:r,sdpMid:o,sdpMLineIndex:i}=e;this.options.bridge.signal("ice",this.options.matchId,{peerId:t,candidate:r,...o===void 0?{}:{sdpMid:o},...i===void 0?{}:{sdpMLineIndex:i}});}if(this.dropped>0&&this.queue.length===0){let t=this.dropped;this.dropped=0,this.options.onCandidatesDropped?.(t),this.dropListener?.(t);}this.queue.length>0&&this.schedule();},this.options.candidateIntervalMs??Ku));}};function q(n){return e=>typeof e=="string"&&e.length>0&&e.length<=n?e:void 0}function Oe(n,e){return t=>typeof t=="number"&&Number.isInteger(t)&&t>=n&&t<=e?t:void 0}function lt(...n){return e=>typeof e=="string"&&n.includes(e)?e:void 0}function ya(n){return typeof n=="boolean"?n:void 0}var fe=q(64),Vt=Oe(0,2147483647);function bo(n){if(!Array.isArray(n))return;let e=[];for(let t of n){if(e.length>=64)break;let r=fe(t);typeof r=="string"&&e.push(r);}return e}function W(n,e,t){return {to:n,from:e,read:t,required:true}}function U(n,e,t){return {to:n,from:e,read:t,required:false}}var Yu=n=>{if(typeof n!="object"||n===null||Array.isArray(n))return;let e=n,t=lt("disconnected","failed","closed")(e.iceState),r=Oe(0,4102444800)(e.lastSeenAt);if(!(t===void 0&&r===void 0))return {...t===void 0?{}:{ice_state:t},...r===void 0?{}:{last_seen_timestamp:r}}};Object.freeze(Object.assign(Object.create(null),{join:{type:"p2p_join",gameScoped:true,args:[]},offer:{type:"p2p_offer",gameScoped:false,args:[W("sdp","sdp",q(10240)),W("signaling_intent","intent",lt("initial","ice_restart","full_reconnect")),U("sdp_hash","sdpHash",q(128))]},answer:{type:"p2p_answer",gameScoped:false,args:[W("peer_id","peerId",fe),W("sdp","sdp",q(10240)),W("assigned_peer_id","assignedPeerId",Oe(0,4294967295)),U("sdp_hash","sdpHash",q(128))]},ice:{type:"p2p_ice_candidate",gameScoped:false,args:[W("peer_id","peerId",fe),W("candidate","candidate",q(512)),U("sdp_mid","sdpMid",q(64)),U("sdp_mline_index","sdpMLineIndex",Oe(0,255))]},migrationAck:{type:"p2p_migration_ack",gameScoped:false,args:[W("host_epoch","hostEpoch",Vt)]},hostUnreachable:{type:"p2p_report_host_unreachable",gameScoped:false,args:[W("host_epoch","hostEpoch",Vt),U("evidence","evidence",Yu)]}}));Object.freeze(Object.assign(Object.create(null),{p2p_hello:"hello",p2p_sdp_offer:"offer",p2p_sdp_answer:"answer",p2p_ice_candidate:"ice",p2p_peer_joined:"peerJoined",p2p_peer_left:"peerLeft",p2p_host_migration:"migration",p2p_match_ended:"matchEnded",p2p_error:"error"}));Object.freeze(Object.assign(Object.create(null),{hello:[W("playerId","player_id",fe),W("hostPlayerId","host_player_id",fe),W("hostEpoch","host_epoch",Vt),U("members","members",bo)],offer:[W("fromPlayerId","from_player_id",fe),W("sdp","sdp",q(10240)),U("sessionId","signaling_session_id",q(128)),U("sdpHash","sdp_hash",q(128)),U("iceUfrag","ice_ufrag",q(64)),U("intent","signaling_intent",lt("initial","ice_restart","full_reconnect"))],answer:[W("fromPlayerId","from_player_id",fe),W("sdp","sdp",q(10240)),U("sessionId","signaling_session_id",q(128)),U("sdpHash","sdp_hash",q(128)),U("iceUfrag","ice_ufrag",q(64)),U("assignedPeerId","assigned_peer_id",Oe(0,4294967295))],ice:[W("fromPlayerId","from_player_id",fe),W("candidate","candidate",q(512)),U("sdpMid","sdp_mid",q(64)),U("sdpMLineIndex","sdp_m_line_index",Oe(0,255)),U("sdpMLineIndexAlt","sdp_mline_index",Oe(0,255))],peerJoined:[W("playerId","player_id",fe)],peerLeft:[W("playerId","player_id",fe),U("reason","reason",q(64))],migration:[W("hostPlayerId","new_host_player_id",fe),W("hostEpoch","host_epoch",Vt),U("reason","reason",q(64)),U("kickedPlayerIds","kicked_player_ids",bo),U("migrationComplete","migration_complete",ya)],matchEnded:[U("reason","reason",q(64))],error:[U("code","code",q(64)),U("message","message",q(256))]}));Object.freeze(Object.assign(Object.create(null),{party_invite_received:"inviteReceived",party_member_joined:"memberJoined",party_member_left:"memberLeft",party_member_kicked:"memberKicked",party_leader_transferred:"leaderTransferred",party_updated:"updated",party_disbanded:"disbanded",party_game_room_joined:"gameRoomJoined",party_game_room_left:"gameRoomLeft"}));var Ue="webrtc_p2p";function ha(n){let e=new $t({client:n.client,gameId:n.gameId}),t=new Map;return {handleSignalEvent(r,o,i){t.get(r)?.handleSignal(o,i);},session(r){return t.get(r)??null},async connect(r={}){if(n.bridge===null)throw new O("signaling_unavailable","P2P signaling rides the notification WebSocket, which only the page embedding this game can hold. There is no bridge here \u2014 this is `mock` mode, or a game running outside the Arcade frame. See public-docs/p2p-and-parties.md \xA72.");let o=me(r.clusterTargetId),i=o??me(await n.resolveClusterTarget?.());n.rooms.isHost&&n.rooms.currentMatch===null&&n.rooms.currentRoom?.matchId===void 0&&await n.rooms.startMatch({...o===void 0?{}:{clusterTargetId:o},...r.signal===void 0?{}:{signal:r.signal}});let a=await n.rooms.awaitMatch({...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.signal===void 0?{}:{signal:r.signal}});if(a.protocol!==Ue)throw new O("unsupported_protocol",`match ${a.matchId} speaks '${a.protocol}', not '${Ue}'. Use \`dedicatedServer.connect()\` for a dedicated match; the two flows share WebRTC and nothing else.`);let s=new Ht({bridge:n.bridge,matchId:a.matchId,clock:n.clock}),l=new Bt({api:e,clock:n.clock,matchId:a.matchId,gameId:n.gameId(),baseUrl:typeof n.baseUrl=="function"?n.baseUrl():n.baseUrl,signaling:s,...i===void 0?{}:{clusterTargetId:i},...r.peerConnectionFactory===void 0?{}:{peerConnectionFactory:r.peerConnectionFactory},certificate:r.certificate??await qt(),...r.timeoutMs===void 0?{}:{connectTimeoutMs:r.timeoutMs},...n.boot===void 0?{}:{boot:n.boot},...n.log===void 0?{}:{log:n.log}});s.onDropped(d=>l.notifyCandidatesDropped(d)),t.set(a.matchId,l),l.on("matchEnded",()=>t.delete(a.matchId));try{await l.start(r.signal);}catch(d){throw t.delete(a.matchId),l.close(),d}return l}}}function ba(n){let{analytics:e,rooms:t}=n,r=n.target??globalThis,o=n.document??globalThis.document,i=[];if(typeof r.addEventListener=="function"){let s=d=>{d?.persisted!==true&&e.endSession("pagehide");};r.addEventListener("pagehide",s),i.push(()=>r.removeEventListener?.("pagehide",s));let l=()=>e.setHidden(!Ne());for(let d of jn)r.addEventListener(d,l),i.push(()=>r.removeEventListener?.(d,l));typeof o?.addEventListener=="function"&&(o.addEventListener("resume",l),i.push(()=>o.removeEventListener?.("resume",l))),e.setHidden(!Ne());}let a=new Map;return i.push(t.on("matchReady",s=>{let l=s.protocol===Ue?"p2p":"dedicated";a.set(s.matchId,l),e.trackPlatform("gem_match_started",{transport:l});})),i.push(t.on("matchEnded",s=>{let l=a.get(s.matchId);l!==void 0&&(a.delete(s.matchId),e.trackPlatform("gem_match_ended",{transport:l}));})),()=>{for(let s of i.splice(0))try{s();}catch{}a.clear();}}async function Wn(n,e,t,r){let o=await t;return n.mark(e)&&r&&r(`[gem] boot: ${n.timeline()}`),o}function vo(n,e){let t=false;return async r=>{let o=await r;return !t&&e&&(t=true,e(`[gem] boot: ${n.timeline()}`)),o}}function _o(n={}){let e=n.now??(typeof performance>"u"?()=>Date.now():()=>performance.now()),t=[],r=new Set;return {marks:t,mark(o,i){return r.has(o)?false:(r.add(o),t.push({name:o,at:i??e()}),true)},timeline(){let o=[...t].sort((i,a)=>i.at-a.at);return o.map((i,a)=>{let s=o[a-1],l=s===void 0?"":` (+${Math.round(i.at-s.at)}ms)`;return `${i.name}@${Math.round(i.at)}ms${l}`}).join(" \u2192 ")}}}var Xu="GemWebSdkHandshake";var Qu=()=>Date.now();function va(n,e,t={}){let r=n[Xu];if(r===void 0)return null;let o=t.ttlMs??9500,i=t.now??Qu,a=r.events.splice(0),s=r.times?.splice(0),l=0,d=0,m=false,c=i()-o;for(let p=a.length-1;p>=0;p--){let g=s?.[p];if(g!==void 0&&g<c){d+=1;continue}if(l+=1,e(a[p])===true){m=true;break}}return r.uninstall(),{capture:r,delivered:l,stale:d,accepted:m}}var wo=false;async function Ra(n,e,t,r){if(wo){e.close(),t("busy",true);return}wo=true;let o=null;try{let i=await em(n,r);if(typeof i=="string"){e.close(),t(i,Zu(i));return}o=i;let s=await(r.encodeRef??(l=>om(l,r)))(o);if(o.close(),o=null,s===null){e.close(),t("failed",!0);return}if(s.size>rm){e.close(),t("too_large",!1);return}e.postMessage(s);}catch(i){e.close(),t("failed",true),console.error("[gem] screenshot capture failed",i);}finally{wo=false,o?.close();}}function Zu(n){switch(n){case "no_source":case "busy":case "failed":return true;case "not_wired":case "unsupported":case "unreadable":case "tainted":case "too_large":case "declined":return false}}async function em(n,e){if(e.handler){let i=await e.handler(n);return i===null?"declined":_a(i,n)}if(!e.useDefaultStrategy)return "not_wired";let t=e.documentRef??globalThis.document;if(!t)return "no_source";let r=nm(t);if(!r)return "no_source";let o=tm(r);if(o!==null)return o;try{return _a(await createImageBitmap(r),n)}catch(i){if(i instanceof DOMException&&i.name==="SecurityError")return "tainted";throw i}}function tm(n){let e;try{e=n.getContext("webgl2")??n.getContext("webgl");}catch{return "unreadable"}if(e){let t=e.getContextAttributes();return !t||t.preserveDrawingBuffer!==true?"unsupported":null}try{if(n.getContext("2d"))return null}catch{return "unreadable"}return "unreadable"}function nm(n){let e=null,t=0;for(let r of Array.from(n.querySelectorAll("canvas"))){let o=r.width*r.height;o<=0||r.clientWidth<=0||r.clientHeight<=0||o>t&&(e=r,t=o);}return e}async function _a(n,e){let{maxWidth:t,maxHeight:r}=e;if(n.width<=t&&n.height<=r)return n;let o=Math.min(t/n.width,r/n.height),i=Math.max(1,Math.floor(n.width*o)),a=Math.max(1,Math.floor(n.height*o));try{let s=await createImageBitmap(n,{resizeWidth:i,resizeHeight:a,resizeQuality:"high"});return n.close(),s}catch{return n.close(),"too_large"}}var rm=8*1024*1024,wa="image/webp",Sa=.92;async function om(n,e){try{if(typeof OffscreenCanvas=="function"){let i=new OffscreenCanvas(n.width,n.height),a=i.getContext("2d");if(a){a.drawImage(n,0,0);let s=await i.convertToBlob({type:wa,quality:Sa});if(s&&s.size>0)return s}}}catch{}let t=e.documentRef??globalThis.document;if(!t)return null;let r=t.createElement("canvas");r.width=n.width,r.height=n.height;let o=r.getContext("2d");return !o||(o.drawImage(n,0,0),typeof r.toBlob!="function")?null:await new Promise(i=>{r.toBlob(a=>i(a),wa,Sa);})}async function ka(n,e){if(!e)return;let t;try{t=await im(e);}catch(r){console.error("[gem] onFeedbackContext threw; sending the report without context",r);return}if(t!=null){if(typeof t!="object"||Array.isArray(t)){console.error("[gem] onFeedbackContext must return a plain object or null; got",t);return}n.sendGameContext(t);}}function im(n){return new Promise((e,t)=>{let r=false,o=setTimeout(()=>{r||(r=true,console.warn("[gem] onFeedbackContext did not answer within 1000ms; sending the report without context. Gather cheaply, or keep a snapshot."),e(null));},1e3);(async()=>n())().then(i=>{r||(r=true,clearTimeout(o),e(i??null));},i=>{r||(r=true,clearTimeout(o),t(i instanceof Error?i:new Error(String(i))));});})}var xa=Symbol.for("@indiegems/gem-web-sdk:audio-guard");function Aa(n=globalThis){let t=n[xa];if(t!==void 0)return t;let r=false,o=()=>r,i=[],a=sm(n,o);a!==null&&i.push(a);let s=am(n,o);s!==null&&i.push(s);let l={get muted(){return r},setMuted(d){let m=!!d;if(m!==r){r=m;for(let c of i)c();}}};return Object.defineProperty(n,xa,{value:l,configurable:true}),l}function sm(n,e){let t=n.AudioNode?.prototype,r=n.AudioDestinationNode;if(t===void 0||r===void 0)return null;let o=n.OfflineAudioContext,i=t.connect,a=t.disconnect,s=new Map,l=m=>{let c=m.gain,p=m.context.currentTime;c.cancelScheduledValues(p),e()?c.setValueAtTime(0,p):c.setTargetAtTime(1,p,.01);},d=m=>{let c=m.context;if(o!==void 0&&c instanceof o)return null;let p=s.get(c);return p===void 0&&(p=c.createGain(),p.gain.value=e()?0:1,i.call(p,m),s.set(c,p)),p};return t.connect=function(...c){let[p,...g]=c;if(p instanceof r){let y;try{y=d(p);}catch{y=null;}if(y!==null)return i.call(this,y,...g),p}return i.apply(this,c)},t.disconnect=function(...c){let[p,...g]=c;if(p instanceof r){let y=s.get(p.context);if(y!==void 0&&y!==this)try{return a.call(this,y,...g)}catch{}}return a.apply(this,c)},()=>{for(let[m,c]of s){if(m.state==="closed"){s.delete(m);continue}try{l(c);}catch{}}}}function am(n,e){let t=n.HTMLMediaElement;if(t===void 0)return null;let r=t.prototype,o=Object.getOwnPropertyDescriptor(r,"muted"),i=o?.get,a=o?.set;if(i===void 0||a===void 0)return null;let s=r.play,l=new WeakMap,d=new WeakSet,m=new Set,c=p=>{l.has(p)||l.set(p,!!i.call(p)),d.has(p)||(d.add(p),m.add(new WeakRef(p))),a.call(p,(l.get(p)??false)||e());};return Object.defineProperty(r,"muted",{configurable:true,enumerable:o?.enumerable??true,get(){let p=l.get(this);return p===void 0?!!i.call(this):p},set(p){l.set(this,!!p),c(this);}}),r.play=function(){try{c(this);}catch{}return s.call(this)},n.document?.addEventListener("play",p=>{let g=p.target;if(g instanceof t)try{c(g);}catch{}},true),()=>{for(let p of m){let g=p.deref();if(g===void 0){m.delete(p);continue}try{a.call(g,(l.get(g)??!1)||e());}catch{}}}}function Pa(n){let e=n.windowMs??1e3,t=n.realm??globalThis,r=false,o=false,i=false,a=null,s=null,l=null,d=[],m=()=>r&&!o&&!i,c=()=>{s=null,l=null,d=[];},p=w=>{if(a=null,!m()){c();return}if(l!==null&&d.push(w-l),l=w,s===null)s=w;else {let x=w-s;x>=e&&d.length>0&&(n.report(lm(d,x)),s=w,d=[]);}g();},g=()=>{let w=t.requestAnimationFrame;typeof w=="function"&&(a=w.call(t,p));},y=()=>{if(m()){a===null&&(c(),g());return}a!==null&&(t.cancelAnimationFrame?.call(t,a),a=null),c();};return {setRequested(w){r=w,y();},setPaused(w){o=w,y();},get running(){return a!==null},dispose(){i=true,y();}}}function lm(n,e){let t=[...n].sort((o,i)=>o-i),r=Math.max(1,Math.ceil(t.length*.95));return {fps:n.length*1e3/e,frameTimeP95Ms:t[r-1]}}var Kn=Object.freeze({top:"--gem-safe-top",right:"--gem-safe-right",bottom:"--gem-safe-bottom",left:"--gem-safe-left"});function Ea(){let e=globalThis.document?.documentElement;return e&&typeof e.style?.setProperty=="function"?e:null}function Ta(n,e){n!==null&&(n.style.setProperty(Kn.top,`${e.top}px`),n.style.setProperty(Kn.right,`${e.right}px`),n.style.setProperty(Kn.bottom,`${e.bottom}px`),n.style.setProperty(Kn.left,`${e.left}px`));}var dm=3e4,Jn=class extends Error{retryable;reason;constructor(e,t,r){super(r),this.name="LocalServerError",this.reason=e,this.retryable=t;}};function Ia(n){let e=n.clock??se,t=n.timeoutMs??dm,r=new Map,o=new Map,i=0,a=s=>{let l=r.get(s);return l?(r.delete(s),o.delete(l.room),e.clearTimeout(l.timer),l):null};return {available(){return n.bridge.parentSupports("localHost")},ensure(s){if(!n.bridge.parentSupports("localHost"))return Promise.resolve();let l=o.get(s);if(l)return l;let d=new Promise((m,c)=>{let p=`ls${++i}`,g=e.setTimeout(()=>{r.delete(p),o.delete(s),c(new Jn("timeout",true,`the embedder did not answer a local-server request for room ${s} within ${String(t)}ms`));},t);r.set(p,{room:s,resolve:m,reject:c,timer:g}),n.bridge.requestLocalServer(p,s)||(a(p),m());});return o.set(s,d),d.catch(()=>{}),d},accept(s){a(s.requestId)?.resolve();},refuse(s){let l=a(s.requestId);l&&l.reject(new Jn(s.reason,s.retryable,s.reason==="refused"?`the platform refused to let this machine serve room ${l.room}. Check that you are signed in as a developer on this game, that the room is on the dev or test channel, and that you host it.`:`this machine could not start a server for room ${l.room}. Your development tool has the reason.`));}}}var Wt={url:"https://downloads.indiegems.games/sdk/v5.12.0/gem-web-sdk.devtools.min.js",integrity:"sha384-+JPd0kgtMx1qFxucvy3QlPUK66BnApAf73jHMt7ptVPvGI9gryirBBNCR6iIZlu1"};var ct=null;function cm(){return ct!==null||(ct=new Promise((n,e)=>{let t=document.createElement("script");t.src=Wt.url,t.integrity=Wt.integrity,t.crossOrigin="anonymous",t.onload=()=>{let r=window.GemWebSdkDevtools;if(r===void 0){ct=null,e(new Error(`gem devtools: the panel loaded but attached nothing. The artifact at ${Wt.url} is not a gem-web-sdk devtools build.`));return}n(r);},t.onerror=()=>{ct=null,e(new Error(`gem devtools: could not load ${Wt.url}. Either the network refused it or its Subresource Integrity check failed, or the CDN did not answer the CORS preflight this request needs \u2014 SRI is only checkable on bytes the page may read. A locally rebuilt SDK is the commonest cause: it produces panel bytes that do not match the hash compiled into this build.`));},document.head.append(t);})),ct}function Ca(n,e){let t=null,r=0;async function o(i){if(t!==null)return true;let a=++r;if(!e())return false;let s=await cm();return !e()||a!==r?false:(t!==null||(t=s.mount(n(),{openedBy:i,text:$e,onDismiss:()=>{t?.unmount(),t=null;}})),true)}return {get isOpen(){return t!==null},close(){r+=1,t?.unmount(),t=null;},open:()=>o("game"),openFrom:o}}var um=1e4,Ma={reason:"unavailable",retryable:false};function Oa(n){let e=new Map,t=null,r=null,o=0,i=(d,m)=>{m.timer=n.clock.setTimeout(()=>{e.delete(d),m.reject({reason:"timeout",retryable:true});},n.timeoutMs??um);},a=(d,m)=>{let c=s(d);c&&m(c);},s=d=>{let m=e.get(d);return m?(e.delete(d),n.clock.clearTimeout(m.timer),m):null},l=new Xe({clock:n.clock,onStateChange:n.onStateChange,request:d=>new Promise((m,c)=>{let p=n.bridge.currentState;if(p==="refused"||p==="closed"){c(Ma);return}let g=`t${++o}`,y={resolve:m,reject:c,reason:d,timer:null,held:p!=="connected"};e.set(g,y),i(g,y),y.held||n.bridge.requestToken(g,d);})});return {source:l,onToken(d){let m={token:d.token,expiresAt:d.expiresAt,chainEndsAt:d.chainEndsAt};if(t={playerId:d.playerId,gameId:d.gameId,channel:d.channel},r=d.gameVersion??null,d.requestId!==void 0&&e.has(d.requestId)){a(d.requestId,c=>c.resolve(m));return}l.accept(m);},onDenied(d){a(d.requestId,m=>m.reject({reason:d.reason,retryable:d.retryable,retryAfterMs:d.retryAfterMs}));},onBridgeState(d){if(d==="connected")for(let[m,c]of e)c.held&&(c.held=false,n.clock.clearTimeout(c.timer),i(m,c),n.bridge.requestToken(m,c.reason));else if(d==="refused"||d==="closed")for(let m of [...e.keys()])a(m,c=>c.reject(Ma));},get identity(){return t},get gameVersion(){return r}}}function mm(n){let e=n.lastIndexOf("@");return (e===-1?n:`***@${n.slice(e+1)}`).slice(0,200)}var pm=new Set(Zt);function gm(n){if(!n)return {};let e={};for(let[t,r]of Object.entries(n))pm.has(t.toLowerCase())&&(e[t.toLowerCase()]=r);return e}function zn(n){let e=n.fetch??globalThis.fetch.bind(globalThis);return Ko(async(t,r)=>{let o;try{o=new URL(n.baseUrl.replace(/\/+$/,""));}catch{throw new pe("the configured baseUrl is not a valid URL. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure.")}let i;try{i=new URL(o.href.replace(/\/+$/,"")+t.path);}catch{throw new pe(`${JSON.stringify(typeof t.path=="string"?mm(t.path):"(a non-string path)")} does not form a valid URL against ${o.protocol}//${o.host}. This is a malformed request, not a server failure.`)}if(i.protocol!==o.protocol||i.host!==o.host)throw new pe(`${JSON.stringify(i.pathname)} resolves to ${i.protocol}//${i.host}, not ${o.protocol}//${o.host}. A request path may not change the request's origin \u2014 it carries the play token.`);if(i.username!==""||i.password!==""){let p=o.username!==""||o.password!=="",g=i.username!==o.username||i.password!==o.password,y=p?g?"baseUrl (and possibly the request path)":"baseUrl":"request path";throw new pe(`the ${y} puts credentials in the URL, which cannot be fetched (${t.method} ${i.pathname}). The value is withheld here rather than written to logs. This is a malformed request, not a server failure.`)}for(let[p,g]of Object.entries(n.defaultQuery??{}))i.searchParams.has(p)||i.searchParams.set(p,g);let a;try{a=t.body===void 0?void 0:JSON.stringify(t.body);}catch(p){throw new pe(`the body of ${t.method} ${JSON.stringify(i.pathname)} could not be serialised to JSON: ${String(p)}. This is a bug in the request, not a server failure \u2014 retrying sends the same unserialisable value.`)}let s=await e(i.toString(),{method:t.method,headers:{authorization:`Bearer ${r}`,...t.body===void 0?{}:{"content-type":"application/json"},...gm(t.headers)},body:a,signal:t.signal,...t.keepalive===void 0?{}:{keepalive:t.keepalive},credentials:"omit",mode:"cors",redirect:"error",cache:"no-store",referrerPolicy:"no-referrer"}),l=await s.text(),d=null;if(l.length>0)try{d=JSON.parse(l);}catch{d=l;}let m=s.headers.get("etag"),c=ym(s.headers.get("retry-after"));return {status:s.status,body:d,...m===null?{}:{etag:m},...c===void 0?{}:{retryAfterSeconds:c}}},n)}function ym(n){if(n===null)return;let e=n.trim();if(!/^\d+$/.test(e))return;let t=Number(e);return Number.isFinite(t)?t:void 0}var fm=new Set(["invalid_sdp","age_restricted","match_not_found","not_match_member","account_banned"]),Ro="embedder_relay_unavailable",hm="embedder_no_relay",bm=new Set([Ro]),ko=new Set([hm]),Kt=class{constructor(e){this.options=e;}options;pending=new Map;channel(){return new So(this)}handleEvent(e){let t=this.pending.get(e.matchId);if(t!==void 0){if(e.event==="matchEnded"){t.refuse(new h("match_ended",`the match ended while the offer was in flight (${e.reason??"no reason given"}), so no server is left to answer it`));return}if(e.event==="answer"){if(typeof e.sdp!="string"||e.sdp.length===0){t.refuse(new h("signaling_failed","the parent relayed an answer with no SDP in it"));return}t.settle({sdp:e.sdp});return}t.refuse(vm(e.code,e.message));}}register(e,t){this.pending.get(e)?.refuse(new h("signaling_failed","a newer offer for this match superseded the one in flight")),this.pending.set(e,t);}release(e,t){this.pending.get(e)===t&&this.pending.delete(e);}transport(){let e=this.options.bridge;if(e===null)throw new h("signaling_unavailable","this game is not running inside a page that holds the player's notification socket, so there is nothing to carry an offer. Dedicated signaling needs that socket and only the page can hold one \u2014 see public-docs/dedicated-server-flow.md \xA72.");if(!e.parentSupports("dedicated"))throw new h("signaling_unavailable","the page embedding this game did not advertise the `dedicated` capability, so it will not relay signaling for a dedicated server. See public-docs/dedicated-server-flow.md \xA72.");return e}};function vm(n,e){let t=e??"the offer was refused",r=n===void 0?t:`${t} (${n})`;return new h(_m(n),r,{platformCode:n})}function _m(n){return n===void 0||bm.has(n)?"signaling_failed":ko.has(n)?"offer_refused":fm.has(n)?n==="invalid_sdp"?"invalid_sdp":"offer_refused":"signaling_failed"}var So=class{constructor(e){this.hub=e;}hub;closed=false;teardown=null;exchange(e,t){if(this.closed)return Promise.reject(new h("signaling_unavailable","this signaling channel is closed"));let r;try{r=this.hub.transport();}catch(o){return Promise.reject(o)}return t?.aborted?Promise.reject(new h("aborted","the caller aborted before the offer was sent")):new Promise((o,i)=>{let a=()=>{s(),i(new h("aborted","the caller aborted the signaling exchange"));},s=()=>{t?.removeEventListener("abort",a),this.hub.release(e.matchId,l),this.teardown===s&&(this.teardown=null);},l={settle:d=>{s(),o(d);},refuse:d=>{s(),i(d);}};this.teardown=s,t?.addEventListener("abort",a),this.hub.register(e.matchId,l);try{r.dedicatedOffer(e.matchId,e.sdp,e.intent);}catch(d){l.refuse(d instanceof h?d:new h("signaling_failed",d instanceof Error?d.message:String(d),{cause:d}));}})}close(){this.closed=true,this.teardown?.(),this.teardown=null;}};var La="match_ended:",Ga="server_shutdown:",Da="kicked:",wm=123;function Sm(n){if(typeof n!="string"||n.length===0||n.length>wm)return {kind:"other"};if(n.startsWith(La)){let e=Ce(n.slice(La.length));return e==="unknown"?{kind:"other"}:{kind:"match_ended",reason:e}}return n.startsWith(Ga)?{kind:"server_shutdown",cause:n.slice(Ga.length)}:n.startsWith(Da)?{kind:"kicked",detail:n.slice(Da.length)}:{kind:"other"}}function xo(n,e,t){let r=Sm(t),o=r.kind==="kicked"?"kicked":"link_closed";n.notifyMatchDisconnected(o).catch(()=>{}),r.kind==="match_ended"&&n.reconcile({matchId:e,reason:r.reason}).catch(()=>{});}function Ao(){return {exchange(){return Promise.reject(new h("signaling_unavailable","no signaling channel is wired. The exchange rides the notification WebSocket, and POST /v1/ws/ticket accepts only account credentials \u2014 a game frame holds a game-scoped token and cannot mint one \u2014 so it has to be relayed by the page embedding this game. Run inside a parent that advertises `dedicated`, or pass your own `signaling` implementation. See public-docs/dedicated-server-flow.md \xA72."))},close(){}}}var Rm=3e3,km=1e4,xm=15e3;async function Yn(n){let e=n.peerConnection;try{Fa(n,"before the handshake started"),Po(n);let t=e.createDataChannel(n.channelLabel??"gem",{ordered:!0});for(let a of n.extraChannels??[]){let s=e.createDataChannel(a.label,{...a.ordered===void 0?{}:{ordered:a.ordered},...a.maxRetransmits===void 0?{}:{maxRetransmits:a.maxRetransmits}});n.onExtraChannel?.(a.label,s);}let r=await e.createOffer();await e.setLocalDescription(r),await Em(e,n),Po(n);let o=e.localDescription?.sdp??r.sdp;if(!o)throw new h("invalid_sdp","the offer carried no SDP");Me(o,"offer"),$a(o,"offer");let i=await Pm(n,o);if(Po(n),typeof i?.sdp!="string")throw new h("invalid_sdp","the signaling channel answered without an SDP");return Me(i.sdp,"answer"),$a(i.sdp,"answer"),await e.setRemoteDescription({type:"answer",sdp:i.sdp}),await Tm(t,n),Fa(n,"before the channel opened"),t}catch(t){throw e.close(),Am(t)}}function Am(n){return n instanceof h?n:qa(n)?Be():new h("connection_failed",Ua(n),{cause:n})}function $a(n,e){if(Un(n))throw new h("media_refused",`the ${e} carries an active audio or video section. This path carries a data channel only; voice belongs to the platform voice service.`)}async function Pm(n,e){let t=n.exchangeTimeoutMs??km,r=Na(n,t),o=n.signaling.exchange({matchId:n.matchId,sdp:e,intent:n.intent??"initial"},n.signal).catch(i=>{throw i instanceof h?i:qa(i)?Be():new h("signaling_failed",Ua(i),{cause:i})});return Im(o,n,r,()=>r.exhausted?Eo("while the offer was in flight"):new h("timeout",`no answer arrived within ${t}ms`))}function Em(n,e){if(n.iceGatheringState==="complete"||e.signal?.aborted)return Promise.resolve();let{clock:t}=e;return new Promise(r=>{let o=()=>{t.clearTimeout(a),n.removeEventListener("icegatheringstatechange",i),e.signal?.removeEventListener("abort",o),r();},i=()=>{n.iceGatheringState==="complete"&&o();},a=t.setTimeout(o,e.gatherTimeoutMs??Rm);n.addEventListener("icegatheringstatechange",i),e.signal?.addEventListener("abort",o);})}function Tm(n,e){if(e.signal?.aborted)return Promise.reject(Be());if(n.readyState==="open")return Promise.resolve();if(n.readyState!=="connecting")return Promise.reject(new h("connection_failed",`the data channel was already '${n.readyState}' when the answer was applied`));let{clock:t}=e,r=e.openTimeoutMs??xm,o=Na(e,r);return new Promise((i,a)=>{let s=()=>{t.clearTimeout(p),n.removeEventListener("open",l),n.removeEventListener("close",d),n.removeEventListener("error",d),e.signal?.removeEventListener("abort",m);},l=()=>{s(),i();},d=g=>{s(),a(new h("connection_failed","the data channel failed before it opened",ja(g)===void 0?void 0:{cause:ja(g)}));},m=()=>{s(),a(Be());},c=()=>{s(),a(o.exhausted?Eo("while the channel was still opening"):new h("timeout",`the data channel did not open within ${r}ms`));},p=t.setTimeout(c,o.ms);n.addEventListener("open",l),n.addEventListener("close",d),n.addEventListener("error",d),e.signal?.addEventListener("abort",m);})}function Na(n,e){if(n.credentialExpiresAt===void 0)return {ms:e,exhausted:false};let t=n.credentialExpiresAt-n.clock.now();return t<=e?{ms:Math.max(0,t),exhausted:true}:{ms:e,exhausted:false}}function Im(n,e,t,r){let{clock:o,signal:i}=e;return i?.aborted?Promise.reject(Be()):new Promise((a,s)=>{let l=c=>{o.clearTimeout(m),i?.removeEventListener("abort",d),c();},d=()=>l(()=>s(Be())),m=o.setTimeout(()=>l(()=>s(r())),t.ms);i?.addEventListener("abort",d),n.then(c=>l(()=>a(c)),c=>l(()=>s(c)));})}function Fa(n,e){if(n.credentialExpiresAt!==void 0&&!(n.clock.now()<n.credentialExpiresAt))throw Eo(`already ${e}`)}function Eo(n){return new h("credential_expired",`the join credential ran out ${n} \u2014 poll match status again for a fresh one`)}function Po(n){if(n.signal?.aborted)throw Be()}function Be(){return new h("aborted","the caller aborted the connection attempt")}function qa(n){return n?.name==="AbortError"}function ja(n){return n?.error}function Ua(n){return n instanceof Error?n.message:String(n)}Object.freeze(Object.assign(Object.create(null),{webrtc_sdp_answer:"answer",webrtc_error:"error",match_ended:"matchEnded"}));Object.freeze(Object.assign(Object.create(null),{answer:[W("sdp","sdp",q(10240)),U("sessionId","session_id",q(64))],error:[U("code","code",q(64)),U("message","message",q(256))],matchEnded:[U("reason","reason",q(64))]}));function Ya(n){let{client:e,clock:t,rooms:r}=n,o=n.signaling??Ao,i=n.log??(v=>console.warn(v)),a=new st({client:e,gameId:()=>r.gameId,transport:"dedicated"}),s=new Map,l=(v,S)=>{let E=s.get(v)??new Set;E.add(S),s.set(v,E);},d=(v,S)=>{let E=s.get(v);E!==void 0&&(E.delete(S),E.size===0&&s.delete(v));},m=async v=>{if(r.isHost&&!Io(r)&&r.currentRoom?.matchId===void 0){let S=me(v.clusterTargetId);await r.startMatch({...S===void 0?{}:{clusterTargetId:S},...v.retry===void 0?{}:{retry:v.retry},...v.signal===void 0?{}:{signal:v.signal}});}return Ja(r.matchConnectionState==="suspended"?await r.reconnectToMatch(To(v)):await r.awaitMatch(To(v)))},c=async v=>Ja(await r.pollMatchStatus(To(v))),p=async(v,S)=>{let E=false;try{let k=await m(v),H=r.currentRoom?.transports;if(H!==void 0&&!H.includes("webrtc"))throw new h("misconfigured",`the room template offers (${H.join(", ")||"no transports"}), not webrtc, which is all this path dials. Connect through gem.match.connect(), or pass \`transports: []\` here to negotiate across the template's list.`);let j=v.peerConnection??za();E=!0;let V=await Yn({peerConnection:j,signaling:S,clock:t,matchId:k.matchId,credentialExpiresAt:k.credentialExpiresAt,...Xn(v,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal")}),R=null;if(v.presentCredential!==!1)try{R=await Tt({channel:V,clock:t,credential:k.joinCredential,credentialExpiresAt:k.credentialExpiresAt,...Xn(v,"onMessage","signal"),...v.welcomeTimeoutMs===void 0?{}:{ceilingMs:v.welcomeTimeoutMs}});}catch(P){throw we(V),we(j),P}return jm(r,k,V,j,S,v.reportDisconnect!==!1,v.reportConnected!==!1,R,{remember:l,forget:d},v.onMatchEnded)}catch(k){throw E&&Ka(a,k),we(S),k}},g=async(v,S,E,k,H,j)=>{if(v==="webtransport"){let F=k?.webtransport;if(F===void 0)throw new h("misconfigured","webtransport is not advertised");let B={credential:E.joinCredential,credentialExpiresAt:E.credentialExpiresAt,clock:t};if(typeof F.named_url=="string"&&F.named_url!==""){let ne=Math.max(Math.floor(j/2),1e3);try{return await Ot({url:F.named_url,timeoutMs:ne,log:i,...B})}catch(ae){if(Dn()!==null)throw ae;return i(`[gem] webtransport named dial failed (${Ln(ae)}); retrying the pinned dial`),Ot({url:F.url,certHashBase64:F.cert_sha256_b64,timeoutMs:ne,log:i,...B})}}return Ot({url:F.url,certHashBase64:F.cert_sha256_b64,timeoutMs:j,...B})}if(v==="websocket"){let F=k?.websocket;if(F===void 0)throw new h("misconfigured","websocket is not advertised");return Yr({url:F.url,credential:E.joinCredential,credentialExpiresAt:E.credentialExpiresAt,clock:t,timeoutMs:j})}let V=S.peerConnection??za(),R,P=await Yn({peerConnection:V,signaling:H,clock:t,matchId:E.matchId,credentialExpiresAt:E.credentialExpiresAt,extraChannels:[{label:Ct,ordered:false,maxRetransmits:0}],onExtraChannel:(F,B)=>{F===Ct&&(R=B);},...Xn(S,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal"),...S.exchangeTimeoutMs===void 0&&S.redial===true?{exchangeTimeoutMs:Om}:{}}),L;try{L=await Tt({channel:P,clock:t,credential:E.joinCredential,credentialExpiresAt:E.credentialExpiresAt,wire:On,heartbeat:!0,...Xn(S,"signal"),...S.welcomeTimeoutMs===void 0?{}:{ceilingMs:S.welcomeTimeoutMs}});}catch(F){throw we(P),we(V),F}let G=L.welcome.heartbeatIntervalMs;return {link:Qr(P,V,R,G===void 0?void 0:{clock:t,intervalMs:G}),welcome:L.welcome,channel:P,peerConnection:V}},y=(v,S,E,k,H)=>{let j=false,V;k.link.onClose(G=>{!j&&v.reportDisconnect!==false&&xo(r,S.matchId,G),V?.(G);}),v.reportDisconnect!==false&&v.reportConnected!==false&&r.notifyMatchConnected(S.matchId);let R={transport:k.link.transport,send:(G,F)=>k.link.send(G,F),onMessage:G=>k.link.onMessage(G),onClose:G=>{V=G;},close:()=>k.link.close()},P=()=>{j||(j=true,we(k.link),we(H));},L=G=>{if(!j){try{v.onMatchEnded?.(G);}catch{}P();}};return l(S.matchId,L),{matchId:S.matchId,transport:E,link:R,joinCredential:S.joinCredential,credentialExpiresAt:S.credentialExpiresAt,welcome:k.welcome,...k.channel===void 0?{}:{channel:k.channel},...k.peerConnection===void 0?{}:{peerConnection:k.peerConnection},close(){d(S.matchId,L),P();}}},w=async(v,S)=>{let E=r.currentRoom?.id,k=r.gameId,H=()=>({advert:Mt(r.currentRoom?.settings,v),template:r.currentRoom?.transports??null});if(E===void 0||k===null)return H();try{let j=await e.get(`/v2/games/${encodeURIComponent(k)}/game-rooms/${encodeURIComponent(E)}`,S);return {advert:Mt(j.settings,v),template:ot(j.transports)??r.currentRoom?.transports??null}}catch{return H()}},x=(v,S)=>{let E=v??Ba;return S.length===0?E:E.filter(k=>S.includes(k))},T=async(v,S,E)=>{try{let k=await m(v),{advert:H,template:j}=await w(k.matchId,v.signal),V=x(j,S),R=V.filter(Q=>Dm(Q,H)),P=Dn();if(P!==null&&V.includes("webtransport")&&H?.webtransport!==void 0&&i(`[gem] webtransport skipped: ${P} (learned on an earlier dial in this page)`),R.length===0){let Q=j===null?`the default order (${Ba.join(", ")})`:`the room template's transports (${j.join(", ")||"none"})`;throw new h("misconfigured",`none of ${Q}`+(S.length>0?`, narrowed to (${S.join(", ")}),`:"")+" is available here: the server advertises none of them, and only webrtc qualifies without an advertisement.")}let L=v.transportAttemptTimeoutMs??Mm,G=()=>v.deadlineAt===void 0?1/0:v.deadlineAt-t.now(),F=Q=>n.signalingReady===void 0||Q<=0?Promise.resolve(!0):n.signalingReady(Q),B=[],ne=[];for(let Q of R){if(G()<Va){i(`[gem] ${Q} rung not tried: the reconnect budget is spent`);break}ne.length>0&&k.credentialExpiresAt-t.now()<Wa&&(k=await c(v)),ne.push(Q);let K=!1,Se=!1,Re={attempts:0,waitedMs:0};for(;;){if(Q==="webrtc"&&v.redial===!0){let ee=Math.min(Ha,G());await F(ee)||i(`[gem] webrtc rung: the page has not reported its signaling socket up after ${Math.round(ee)}ms; offering anyway`);}let We=Math.max(Math.min(L,G()),Va);try{return y(v,k,Q,await g(Q,v,k,H,E,We),E)}catch(ee){let J=ee instanceof h?ee:new h("connection_failed",ee instanceof Error?ee.message:String(ee),{cause:ee});if(Q==="webrtc"&&Ka(a,J),(J.reason==="credential_expired"||J.reason==="credential_reused")&&!K){K=!0,k=await c(v);continue}if(Q==="webrtc"&&J.reason==="signaling_failed"&&J.platformCode===Ro&&!Se){Se=!0;let de=Math.min(Ha,G());if(i(`[gem] webrtc rung: the page could not put the offer on its socket; waiting up to ${Math.round(de)}ms for the socket before offering again`),await F(de))continue}if(J.reason==="join_rate_limited"){let de=Gm(Re,Math.random,G());if(de!==null){if(Re.attempts+=1,Re.waitedMs+=de,i(`[gem] ${Q} rung: the server is rate-limiting this player's joins; waiting ${Math.round(de)}ms before presenting again (retry ${Re.attempts} of ${Qa.maxAttempts})`),await In(t,de,v.signal),v.signal?.aborted)throw new h("aborted","the caller aborted while waiting out a join rate limit");k.credentialExpiresAt-t.now()<Wa&&(k=await c(v));continue}}if(Lm.has(J.reason)||J.reason==="credential_expired"||Q==="webrtc"&&Xa(J)){i(`[gem] ${Q} rung failed (${J.reason}): ${Ln(J.cause??J)} \u2014 `+(ne.length<R.length?`falling through to ${R[ne.length]}`:"no rungs left")),B.push(J);break}throw i(`[gem] ${Q} rung refused the session (${J.reason}): ${J.message}`),J}}}let ae=B[B.length-1];throw ae===void 0?new h("timeout",`the reconnect budget ran out before any transport (${R.join(", ")}) could be tried`):new h(ae.reason,`every transport tried (${ne.join(", ")}) failed; the last said: ${ae.message}`,{cause:B,platformCode:ae.platformCode})}catch(k){throw we(E),k}};return {listClusterTargets:async(v={})=>Gr({client:e,...v}),handleMatchEnded(v,S){let E=s.get(v);if(E!==void 0){s.delete(v);for(let k of E)k(S);}},connect:(async(v={})=>{let S=v.signaling??o();return v.transports===void 0?p(v,S):T(v,v.transports,S)})}}var Ba=["webtransport","webrtc","websocket"],Mm=1e4,Om=5e3,Ha=3e3,Va=1e3,Wa=1e4,Lm=new Set(["timeout","connection_failed","signaling_unavailable","signaling_failed"]);function Xa(n){return n.platformCode!==void 0&&ko.has(n.platformCode)}var Qa={initialDelayMs:2e3,factor:2,jitterMs:1e3,maxAttempts:3,budgetMs:15e3};function Gm(n,e=Math.random,t=1/0){let r=Qa;if(n.attempts>=r.maxAttempts)return null;let o=Math.min(r.budgetMs-n.waitedMs,t);if(o<r.initialDelayMs)return null;let i=r.initialDelayMs*r.factor**n.attempts;return Math.min(i+e()*r.jitterMs,o)}function Dm(n,e){return n==="webrtc"?e===null||e.webrtc!==false:e===null?false:n==="webtransport"?e.webtransport!==void 0&&Gn():e.websocket===void 0?false:e.websocket.tls===true||globalThis.isSecureContext!==true||$m(e.websocket.url)}function $m(n){if(typeof n!="string")return false;let e;try{e=new URL(n).hostname.toLowerCase();}catch{return false}return dn(e)}function To(n){return {...n.timeoutMs===void 0?{}:{timeoutMs:n.timeoutMs},...n.pollIntervalMs===void 0?{}:{pollIntervalMs:n.pollIntervalMs},...n.signal===void 0?{}:{signal:n.signal}}}var Fm=new Set(["timeout","connection_failed","credential_expired","signaling_unavailable","signaling_failed","invalid_sdp","join_refused"]);function Ka(n,e){e instanceof h&&(!Fm.has(e.reason)&&!Xa(e)||n.report([{type:"connection_failures_total",value:1}]));}function jm(n,e,t,r,o,i,a,s,l,d){let m=false,c=()=>{m||xo(n,e.matchId,void 0);};i&&(t.addEventListener("close",c),a&&n.notifyMatchConnected(e.matchId));let p=()=>{m||(m=true,t.removeEventListener("close",c),s?.detach(),we(t),we(r),we(o));},g=y=>{if(!m){try{d?.(y);}catch{}p();}};return l.remember(e.matchId,g),{matchId:e.matchId,channel:t,peerConnection:r,joinCredential:e.joinCredential,credentialExpiresAt:e.credentialExpiresAt,welcome:s?.welcome??null,close(){l.forget(e.matchId,g),p();}}}function Io(n){let e=n.matchSession.phase;return e!=="none"&&e!=="ended"}function Ja(n){if(n.status==="failed")throw new h("allocation_failed",`match ${n.matchId} did not come up: ${n.reason}`);if(n.status==="ended")throw new h("match_ended",`match ${n.matchId} ended (${n.reason}) before this side connected.`);if(n.protocol!==Tn)throw new h("unsupported_protocol",`match ${n.matchId} speaks '${n.protocol}', which a browser cannot connect. Only '${Tn}' is reachable from a frame; host and port on this response are advisory and must not be dialled.`);let{joinCredential:e,credentialExpiresAt:t}=n;if(e===void 0||t===void 0)throw new h("connection_failed",`match ${n.matchId} is ready but issued no join credential, so the server would refuse the channel once it opened \u2014 poll match status again.`);return {...n,joinCredential:e,credentialExpiresAt:t}}function za(){let n=globalThis.RTCPeerConnection;if(!n)throw new h("misconfigured","this environment has no RTCPeerConnection. Pass `peerConnection` to connect against a stand-in, which is how the flow is tested outside a browser.");return new n({iceServers:[]})}function we(n){try{n.close();}catch{}}function Xn(n,...e){let t={};for(let r of e)n[r]!==void 0&&(t[r]=n[r]);return t}var Nm=1e4;function Za(n,e){return Co(n,e)}function Co(n,e){if(typeof n.serverToken!="function"||typeof n.onServerToken!="function")throw new Error("this runtime delivers no game-server token: host.serverToken/onServerToken are missing. The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let t=a=>({token:a.token,expiresAt:a.expiresAt,chainEndsAt:Number.POSITIVE_INFINITY}),r=null,o=new Xe({clock:e.clock,...e.onStateChange===void 0?{}:{onStateChange:e.onStateChange},request:()=>new Promise((a,s)=>{let l=e.clock.setTimeout(()=>{r=null,s({reason:"unavailable",retryable:true});},e.timeoutMs??Nm);r={resolve:d=>{e.clock.clearTimeout(l),a(d);},reject:s,timer:l};})}),i=n.onServerToken(a=>{let s=t(a),l=r;if(l){r=null,l.resolve(s);return}o.accept(s);});return {source:o,dispose(){i(),r&&(e.clock.clearTimeout(r.timer),r.reject({reason:"unavailable",retryable:false}),r=null);}}}var Mo={};Ml(Mo,{acceptTransfer:()=>qm,addEntityProgression:()=>Um,adminAction:()=>Bm,cancelInventoryTransfer:()=>Hm,claimEntityProgressionRewards:()=>Vm,closeGameRoom:()=>Wm,createEntityBatchOrder:()=>Km,createEntityOrder:()=>Jm,createSession:()=>zm,deleteEntityGameSetting:()=>Ym,deleteEntitySave:()=>Xm,deleteSession:()=>Qm,executeEntityRecipe:()=>Zm,finalizeSaveUpload:()=>ep,getDropRates:()=>tp,getEntityCurrency:()=>np,getEntityGameSetting:()=>rp,getEntityInventory:()=>op,getEntityInventoryItem:()=>ip,getEntityLeaderboard:()=>sp,getEntityOrder:()=>ap,getEntityProgression:()=>lp,getEntityRecipeAvailability:()=>dp,getEntityRecipeUsage:()=>cp,getEntitySave:()=>up,getEvent:()=>mp,getGameRoomV2:()=>pp,getLeaderboard:()=>gp,getPurchaseCatalog:()=>yp,getResolvedTemplate:()=>fp,getRoomArgs:()=>hp,getTransferDetails:()=>bp,initiateInventoryTransfer:()=>vp,kickPlayer:()=>_p,listEntityGameSettings:()=>wp,listEntityOrders:()=>Sp,listEntityProgressions:()=>Rp,listEntitySaves:()=>kp,listEvents:()=>xp,listGameRooms:()=>Ap,listResolvedTemplates:()=>Pp,listTransfers:()=>Ep,matchEnd:()=>Tp,putEntityGameSetting:()=>Ip,putRoomArgs:()=>Cp,rejectTransfer:()=>Mp,requestSaveUploadUrl:()=>Op,resetEntityProgression:()=>Lp,simulateEntityOrder:()=>Gp,transferHostV2:()=>Dp,updateGameRoomV2:()=>$p});function b(n){let e=String(n);if(!/^[A-Za-z0-9_.-]{1,128}$/.test(e)||e==="."||e==="..")throw new TypeError(`${JSON.stringify(e)} is not a usable path segment \u2014 it is interpolated into a URL`);return encodeURIComponent(e)}async function qm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Um(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/add`;return n.client.post(a,o,i?.signal)}async function Bm(n,e,t,r){let o=`/v1/voice/sessions/${b(e)}/admin`;return n.client.post(o,t,r?.signal)}async function Hm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function Vm(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/claim`;return n.client.post(a,o,i?.signal)}async function Wm(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.delete(r,t?.signal)}async function Km(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/batch`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Jm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function zm(n,e,t){return n.client.post("/v1/voice/sessions",e,t?.signal)}async function Ym(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Xm(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Qm(n,e,t){let r=`/v1/voice/sessions/${b(e)}`;return n.client.delete(r,t?.signal)}async function Zm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/recipes/execute`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function ep(n,e,t,r,o,i){let a=`/v1/saves/${b(e)}/${b(t)}/${b(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function tp(n,e,t){let r=`/v1/inventory/loot-tables/${b(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function np(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/currencies/${b(r)}`;return n.client.get(i,o?.signal)}async function rp(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function op(n,e,t,r){let o=new URLSearchParams;r?.include_buckets!==void 0&&o.set("include_buckets",String(r?.include_buckets)),r?.currency_limit!==void 0&&o.set("currency_limit",String(r?.currency_limit)),r?.currency_cursor!==void 0&&o.set("currency_cursor",String(r?.currency_cursor)),r?.item_limit!==void 0&&o.set("item_limit",String(r?.item_limit)),r?.item_cursor!==void 0&&o.set("item_cursor",String(r?.item_cursor)),r?.progression_limit!==void 0&&o.set("progression_limit",String(r?.progression_limit)),r?.progression_cursor!==void 0&&o.set("progression_cursor",String(r?.progression_cursor));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function ip(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/items/${b(r)}`;return n.client.get(i,o?.signal)}async function sp(n,e,t,r,o){let i=new URLSearchParams;o?.bucket_1!==void 0&&i.set("bucket_1",String(o?.bucket_1)),o?.bucket_2!==void 0&&i.set("bucket_2",String(o?.bucket_2)),o?.limit!==void 0&&i.set("limit",String(o?.limit));let a=i.toString(),s=`/v1/leaderboards/${b(e)}/${b(t)}/${b(r)}`+(a?`?${a}`:"");return n.client.get(s,o?.signal)}async function ap(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/${b(r)}`;return n.client.get(i,o?.signal)}async function lp(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}`;return n.client.get(i,o?.signal)}async function dp(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/catalogs/${b(r)}/recipes/${b(o)}/availability`;return n.client.get(a,i?.signal)}async function cp(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}/recipe-usage`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function up(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function mp(n,e,t){let r=`/v1/events/${b(e)}`;return n.client.get(r,t?.signal)}async function pp(n,e,t){let r=`/v2/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.getWithEtag(r,{...t?.signal===void 0?{}:{signal:t.signal},...t?.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}})}async function gp(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${b(e)}`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function yp(n,e){let t=new URLSearchParams;e?.config_version!==void 0&&t.set("config_version",String(e?.config_version));let r=t.toString(),o="/v1/inventory/platform-funded-game-inventory-purchase-catalog"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function fp(n,e,t){let r=`/v1/game-room-templates/${b(e)}`;return n.client.get(r,t?.signal)}async function hp(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/room-args`;return n.client.get(r,t?.signal)}async function bp(n,e,t){let r=`/v1/inventory/transfers/${b(e)}`;return n.client.get(r,t?.signal)}async function vp(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function _p(n,e,t,r){let o=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/kick/${b(t)}`;return n.client.post(o,void 0,r?.signal)}async function wp(n,e,t,r){let o=`/v1/settings/${b(e)}/${b(t)}`;return n.client.get(o,r?.signal)}async function Sp(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Rp(n,e,t,r){let o=`/v1/inventory/${b(e)}/${b(t)}/progressions`;return n.client.get(o,r?.signal)}async function kp(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/saves/${b(e)}/${b(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function xp(n,e){let t=new URLSearchParams;e?.include_inactive!==void 0&&t.set("include_inactive",String(e?.include_inactive)),e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.offset!==void 0&&t.set("offset",String(e?.offset));let r=t.toString(),o="/v1/events"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Ap(n,e){let t=new URLSearchParams;e?.status!==void 0&&t.set("status",String(e?.status)),e?.game_channel!==void 0&&t.set("game_channel",String(e?.game_channel)),e?.game_room_type!==void 0&&t.set("game_room_type",String(e?.game_room_type)),e?.template_id!==void 0&&t.set("template_id",String(e?.template_id)),e?.template_slug!==void 0&&t.set("template_slug",String(e?.template_slug)),e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor));let r=t.toString(),o=`/v1/games/${b(n.gameId())}/game-rooms`+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Pp(n,e){return n.client.get("/v1/game-room-templates",e?.signal)}async function Ep(n,e){let t=new URLSearchParams;e.entity_type!==void 0&&t.set("entity_type",String(e.entity_type)),e.entity_id!==void 0&&t.set("entity_id",String(e.entity_id)),e?.direction!==void 0&&t.set("direction",String(e?.direction)),e?.status!==void 0&&t.set("status",String(e?.status)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor)),e?.limit!==void 0&&t.set("limit",String(e?.limit));let r=t.toString(),o="/v1/inventory/transfers"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Tp(n,e,t){let r=`/v1/games/${b(n.gameId())}/matches/${b(e)}/end`;return n.client.post(r,void 0,t?.signal)}async function Ip(n,e,t,r,o,i){let a=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.put(a,o,i?.signal,{...i?.ifMatch===void 0?{}:{ifMatch:i.ifMatch}})}async function Cp(n,e,t,r){let o=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/room-args`;return n.client.put(o,t,r?.signal)}async function Mp(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function Op(n,e,t,r,o,i){let a=`/v1/saves/${b(e)}/${b(t)}/${b(r)}/upload-url`;return n.client.post(a,o,i?.signal,{replaySafe:true})}async function Lp(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/reset`;return n.client.post(a,o,i?.signal)}async function Gp(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/simulate`;return n.client.post(i,r,o?.signal)}async function Dp(n,e,t,r){let o=`/v2/games/${b(n.gameId())}/game-rooms/${b(e)}/transfer/${b(t)}`;return n.client.post(o,void 0,r?.signal)}async function $p(n,e,t,r){let o=`/v2/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.patch(o,t,r?.signal,{...r?.ifMatch===void 0?{}:{ifMatch:r.ifMatch}})}var Fp=1e4,jp=50,Np=1e3,qp=65536-4*1024,el=n=>typeof n=="number"?n:0,Up=n=>typeof n=="string"?n:"";function tl(){let n=globalThis.crypto;return typeof n?.randomUUID=="function"?n.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.floor(Math.random()*16);return (e==="x"?t:t&3|8).toString(16)})}function Bp(n){return n?.retryable===true}function Hp(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:el(i.index),code:Up(i.code)}}):[];return {accepted:el(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function nl(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,player_id:n.playerId,dimensions:n.dimensions,measures:n.measures}}function rl(n){let e=Math.max(1,Math.floor(n.maxQueue??Np)),t=[],r=0,o=null,i=false,a=false,s=false,l=false,d=y=>{n.log?.(y);},m=()=>{o!==null&&(n.clock.clearTimeout(o),o=null);},c=()=>{o!==null||i||a||(o=n.clock.setTimeout(()=>{o=null,g().catch(()=>{});},Fp));},p=()=>{let y=Math.min(t.length,100),w=128;for(let x=0;x<y;x+=1){let T=t[x];if(T===void 0)break;if(w+=JSON.stringify(nl(T,0)).length+1,w>qp)return Math.max(1,x)}return y};async function g(y){if(t.length===0)return {accepted:0,rejected:[],dropped:0,duplicate:false};m();let w=t.splice(0,p()),x=r;r=0;let T=Math.round(n.clock.now()),C={batch_id:tl(),sent_at_ms:T,events:w.map(v=>nl(v,T))};a=true;try{let v=await n.client.post(`/v1/games/${encodeURIComponent(n.gameId)}/analytics/events`,C,y,{replaySafe:!0}),S=Hp(v,x);for(let E of S.rejected)d(`[gem] analytics: an event was refused (${E.code}). See the analytics_events section of your game config.`);return S}catch(v){if(Bp(v))for(t=[...w,...t],r+=x;t.length>e;)t.shift(),r+=1;else d(`[gem] analytics: ${w.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(v)}`);throw v}finally{a=false,t.length>0&&c();}}return {track(y,w,x={}){if(i)return;if(typeof y!="string"||y===""){l||(l=true,d(`[gem] analytics: '${w}' was not recorded \u2014 an event from a server has to name the player it is about. A game-server token names no player, so the platform cannot infer one; pass the id from join() or host.players().`));return}if(w.startsWith(Pr)){s||(s=true,d(`[gem] analytics: '${w}' was not recorded \u2014 the gem_ prefix is reserved, and the platform's own events are client-sourced, so a server may not emit one at all. Name your event something else.`));return}let T={},C={};for(let[v,S]of Object.entries(x))typeof S=="string"?T[v]=S:typeof S=="number"&&Number.isFinite(S)&&(C[v]=S);for(;t.length>=e;)t.shift(),r+=1;t.push({uid:tl(),playerId:y,name:w,atMs:n.clock.now(),dimensions:T,measures:C}),t.length>=jp?g().catch(()=>{}):c();},flush:y=>g(y),get pending(){return t.length},dispose(){i=true,m(),t=[],r=0;}}}function Vp(n){let e={};for(let[t,r]of Object.entries(Mo))if(typeof r=="function"){let o=r;e[t]=(...i)=>o(n,...i);}return e}function ut(n,e={}){let t=e.clock??se,r=e.baseUrl??n.apiBaseUrl;if(!r)throw new Error("this runtime names no gem-api host (host.apiBaseUrl is missing). The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let o=Co(n,{clock:t,...e.onAuthStateChange===void 0?{}:{onStateChange:e.onAuthStateChange}}),i=zn({baseUrl:r,tokenSource:o.source,defaultQuery:{game_id:n.gameId,channel:n.channel},...e.fetch===void 0?{}:{fetch:e.fetch}}),a=new Te({transport:i,clock:t}),s={gameId:n.gameId,channel:n.channel,matchId:n.matchId,...n.gameRoomId===void 0?{}:{gameRoomId:n.gameRoomId}},l=Vp({client:a,gameId:()=>s.gameId}),d=s.gameRoomId,m=n.endMatch,c=n.log,p=rl({client:a,clock:t,gameId:s.gameId,...typeof c=="function"?{log:y=>c.call(n,y)}:{}}),g={identity:s,client:a,api:l,match:{end:async y=>{if(m!==void 0){let w=await m.call(n);(w==="ok"||w==="already_ended")&&Qn.add(g);return}try{await l.matchEnd(s.matchId,y===void 0?void 0:{signal:y});}catch(w){if(w instanceof D&&w.reason==="not_found"){Qn.add(g);return}throw w}Qn.add(g);}},analytics:p,...d===void 0?{}:{room:{get:y=>l.getGameRoomV2(d,y),args:y=>l.getRoomArgs(d,y)}},dispose:()=>{p.dispose(),o.dispose();}};return g}var Qn=new WeakSet;function ol(n){return Qn.has(n)}function He(n){return n?.reliable!==false?"reliable":n?.ordered!==false?"ordered":"unreliable"}function mt(n){return {reliable:n==="reliable",ordered:n!=="unreliable"}}function Jt(n){return typeof n=="string"?n:n.slice().buffer}function Zn(n){if(typeof n=="string")return {data:n,isText:true};if(n instanceof ArrayBuffer)return {data:new Uint8Array(n),isText:false};if(ArrayBuffer.isView(n)){let e=n;return {data:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),isText:false}}return null}var Wp=5e3,il=3e4,sl=2e3,Kp=1e4,al=1;async function ll(n,e){let{session:t,localPlayerId:r}=e;if(!t.isHost)throw new Error("[gem] runListenHost was handed a session this player does not host. The room decides who hosts; gate on `gem.rooms.isHost` \u2014 or call `gem.match.serve()`, which does.");let o=e.log===void 0?f=>console.info(f):e.log,i=f=>o?.(`[gem host] ${f}`),a=typeof n=="function"?n():n,s=Promise.resolve(),l=true,d=false,m=(f,A)=>{l&&(s=s.then(async()=>{if(!d)try{await A();}catch($){i(`the bundle's ${f} handler threw: ${Ve($)}. Serving continues.`);}}));},c=true,p,g,y,w=f=>{if(!c)return;c=false,m("leave",()=>a.leave?.(r,{cause:f??"left"}));let A=g;A&&queueMicrotask(()=>A(f));},x={send(f,A){if(!c)return;let $=mt(He(A));m("message",()=>a.message?.(r,f,typeof f=="string",{reliable:$.reliable,ordered:$.ordered}));},onMessage(f){p=f;},onClose(f){g=f;},close(){w("closed");}},T=(f,A)=>{if(!c)return;let $=mt(He(A));queueMicrotask(()=>{c&&p?.(f,$);});},C=new Map,v=f=>{let A=[];for(let $ of Ee){let Z=f.channels[$];try{Z.binaryType="arraybuffer";}catch{}let ke=mt($),pt=Ke=>{let Ge=Zn(Ke?.data);Ge!==null&&m("message",()=>a.message?.(f.playerId,Ge.data,Ge.isText,{reliable:ke.reliable,ordered:ke.ordered}));};Z.addEventListener("message",pt),A.push(()=>Z.removeEventListener("message",pt));}C.get(f.playerId)?.forEach($=>$()),C.set(f.playerId,A);},S=f=>{C.get(f)?.forEach(A=>A()),C.delete(f);},E=new Set,k=new Map,H=(f,A,$)=>({playerNumber:f.assignedPeerId,transport:"webrtc_p2p",...A?{rejoin:true}:{},...$?{superseded:true}:{}}),j=f=>{let A=C.has(f.playerId),$=E.has(f.playerId);E.add(f.playerId),v(f),A&&m("leave",()=>a.leave?.(f.playerId,{cause:"superseded"})),m("join",()=>a.join?.(f.playerId,H(f,$,A)));},V=new Set,R=(f,A,$)=>{if(f===r){T(A,$);return}let Z=t.peer(f);if(Z===null){let ke=k.get(f);if(ke!==void 0&&e.clock.now()-ke<sl)return;V.has(f)||(V.add(f),i(`send to '${f}' dropped: no such connected player`));return}Z.send(Jt(A),He($));},P={matchId:t.matchId,gameId:e.gameId,channel:e.channel,...e.gameRoomId===void 0?{}:{gameRoomId:e.gameRoomId},apiBaseUrl:e.apiBaseUrl,serverToken:()=>e.tokens.current(),onServerToken:f=>e.tokens.subscribe(f),sizeClass:"listen_host",get roomArgs(){return e.room()?.roomArgs},roster:e.room()?.members.map(f=>f.playerId)??[],players(){let f=c?[r]:[];for(let A of t.peers)f.push(A.playerId);return f},profile(f){let A=e.room()?.members.find($=>$.playerId===f);if(!(!A||A.displayName===void 0))return {displayName:$e.toPlain(A.displayName),...A.displayTag===void 0?{}:{displayTag:$e.toPlain(A.displayTag)},...A.discriminator===void 0?{}:{discriminator:A.discriminator}}},playerNumber(f){return f===r?al:t.peer(f)?.assignedPeerId},send(f,A,$){R(f,A,$);},broadcast(f,A){let $=A?.except;c&&r!==$&&T(f,A);for(let Z of t.peers)Z.playerId!==$&&Z.send(Jt(f),He(A));},kick(f,A){if(f===r){w(A??"kicked");return}t.kick(f).catch($=>{i(`kick of '${f}' failed: ${Ve($)}`);});},log(f){i(f);},warn(f){i(`\u26A0 ${f}`);}},L=()=>{},G=new Promise(f=>{L=f;}),F=[],B=null,ne=async(f,A)=>{l=false;let $=s.then(async()=>{try{await a.shutdown(f);}catch(Z){i(`the bundle's shutdown threw: ${Ve(Z)}`);}});s=$,await $,de();for(let Z of F.splice(0))Z();for(let Z of [...C.keys()])S(Z);w(A);},ae=(f,A)=>B||(B=(async()=>{await ne(A,f),t.close(),L();})(),B),Q=()=>B||(B=(async()=>{await ne({reason:"signal"},"left"),await t.leave().catch(f=>i(`leaving the match failed: ${Ve(f)}`)),L();})(),B),K=()=>B||(B=(async()=>{l=false,await We()==="ended"?(await ne({reason:"match_ended",platform_reason:"explicit"},"match ended"),t.close()):(await ne({reason:"signal"},"left"),await t.leave().catch(A=>i(`leaving the match failed: ${Ve(A)}`))),L();})(),B),Se=null,Re=()=>(Se??=ut(P,{clock:e.clock,...e.fetch===void 0?{}:{fetch:e.fetch}}),Se),We=async()=>{try{return await Re().api.matchEnd(P.matchId,{signal:AbortSignal.timeout(Wp)}),"ended"}catch(f){return f instanceof D&&(f.reason==="forbidden"||f.reason==="not_found")?(i(`the platform did not take the end from this host (${f.reason}); leaving instead`),"gone"):(i(`ending the match failed: ${Ve(f)}; leaving instead`),"failed")}},ee=null,J=false,de=()=>{J=true,ee!==null&&(e.clock.clearTimeout(ee),ee=null);},X=async()=>{if(ee=null,!J){try{await Re().client.post(`/v1/games/${encodeURIComponent(P.gameId)}/matches/${encodeURIComponent(P.matchId)}/heartbeat`,void 0,AbortSignal.timeout(Kp));}catch(f){if(f instanceof D&&(f.reason==="forbidden"||f.reason==="not_found")){i(`the platform no longer holds this match under this host (${f.reason}); heartbeats stop`),de();return}i(`heartbeat failed: ${Ve(f)}`);}J||(ee=e.clock.setTimeout(()=>{X();},il));}},Xt=()=>{J||ee!==null||(ee=e.clock.setTimeout(()=>{X();},il));};{let f=L;L=()=>{de(),Se?.dispose(),Se=null,f();};}let Qt=Promise.resolve().then(()=>a.init(P));s=Qt.then(()=>{},()=>{}),m("join",()=>a.join?.(r,{playerNumber:al,transport:"loopback"})),F.push(t.on("peerJoined",j)),F.push(t.on("peerLeft",(f,A)=>{S(f);let $=e.clock.now();for(let[Z,ke]of k)$-ke>=sl&&k.delete(Z);k.set(f,$),V.delete(f),m("leave",()=>a.leave?.(f,{cause:A}));})),F.push(t.on("error",f=>{i(`\u26A0 session error: ${f.message}`);})),F.push(t.on("matchEnded",f=>{B||Oo(y,f),ae("match ended",{reason:"match_ended",platform_reason:f});})),F.push(t.on("hostChanged",f=>{f!==r&&ae("host migrated",{reason:"host_migrated"});}));for(let f of t.peers)j(f);try{await Qt,Xt();}catch(f){l=false,de(),d=true;for(let A of F.splice(0))A();for(let A of [...C.keys()])S(A);throw t.leave().catch(()=>{}),L(),f}return {matchId:t.matchId,localLink:x,onMatchEnded(f){y=f;},end:K,leave:Q,stop:f=>ae(f,{reason:"stopped"}),done:G}}function Oo(n,e){try{n?.(e);}catch{}}function Ve(n){return n instanceof Error?n.message:String(n)}function Lo(n,e){let t=async()=>{throw new h("misconfigured",`this seat is \`${n}\`, not the match's authority: `+(n==="dedicated"?"the platform runs the server, and its bundle ends the match with gem.match.end().":"another player hosts this match."))};return {mode:n,matchId:e,end:t,leave:t,stop:async()=>{}}}function dl(n){let e=new Map,t=n.autoReconnect===true,{rooms:r}=n,o=new Map,i=async s=>{r.isHost&&!Io(r)&&r.currentRoom?.matchId===void 0&&await r.startMatch({...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...s.signal===void 0?{}:{signal:s.signal}});let l={...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal}};return r.matchConnectionState==="suspended"?r.reconnectToMatch(l):r.awaitMatch(l)},a=s=>({...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0?{}:{clusterTargetId:s.clusterTargetId}});return {async serve(s,l={}){let d=await i(l);if(d.protocol!==Ue)return Lo("dedicated",d.matchId);let m=n.p2p.session?.(d.matchId)??null;if(m===null&&!r.isHost||m!==null&&!m.isHost)return Lo("peer",d.matchId);let c=n.identity();if(c===null)throw new Error("[gem] serve() needs the signed-in identity and none has arrived. Await gem.awaitIdentity() first \u2014 the host runs your bundle under the play token, and there is no token yet.");let p=m??await n.p2p.connect(a(l)),g=await ll(s,{session:p,clock:n.clock,gameId:c.gameId,channel:c.channel,...r.currentRoom?.id===void 0?{}:{gameRoomId:r.currentRoom.id},apiBaseUrl:n.apiBaseUrl(),tokens:n.tokens,room:n.room,localPlayerId:p.playerId!==""?p.playerId:c.playerId,...n.log===void 0?{}:{log:n.log},...n.fetch===void 0?{}:{fetch:n.fetch}});return o.set(d.matchId,g),g.done.then(()=>{o.get(d.matchId)===g&&o.delete(d.matchId);}),{mode:"listen",matchId:d.matchId,end:()=>g.end(),leave:()=>g.leave(),stop:()=>g.stop()}},async connect(s={}){let l=await i(s),d=s.onMatchEnded;if(l.protocol===Ue){let g=o.get(l.matchId);if(g!==void 0)return r.notifyMatchConnected(l.matchId),Xp(l.matchId,g,d);if(r.isHost)throw new Error("[gem] this player hosts the P2P match, so there is no one to connect TO yet. Call gem.match.serve(yourServer) first; connect() then resolves the loopback to your own bundle.");let y=await qt(),w=async()=>n.p2p.connect({...a(s),certificate:y}),x=await w(),T=Zp(x,w,d,C=>{r.notifyMatchDisconnected(C).catch(()=>{});},()=>r.notifyMatchConnected(l.matchId),t);return t&&(e.set(x.matchId,{redial:T.redial,abandon:T.abandon}),T.onClosed(()=>{e.get(x.matchId)?.abandon===T.abandon&&e.delete(x.matchId);})),T}let m=async(g=null)=>await n.dedicated.connect({...g===null?{}:{reportConnected:false,redial:true,...g.deadlineAt===void 0?{}:{deadlineAt:g.deadlineAt}},...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...d===void 0?{}:{onMatchEnded:d},transports:s.transports??[]}),c=await m(),p=Qp(c,m,r,t);return t&&(e.set(c.matchId,{redial:p.redial,abandon:p.abandon}),p.onClosed(()=>{e.get(c.matchId)?.abandon===p.abandon&&e.delete(c.matchId);})),p},async redialMatch(s,l){let d=e.get(s);return d===void 0?"closed":d.redial(l)},abandonMatch(s,l){e.get(s)?.abandon(l);}}}var cl="link_closed",Jp="host_unreachable",zp=new Set(["failed","closed"]);function Yp(n){return zp.has(n)?cl:Jp}function Xp(n,e,t){let r=e.localLink;e.onMatchEnded(t);let o="connected";r.onClose(()=>{o="closed";});let i;return {matchId:n,protocol:"loopback",get state(){return o},send:(a,s)=>r.send(a,s),onMessage:a=>r.onMessage(a),onClose:a=>{i=a,r.onClose(s=>{o="closed",i?.(s);});},close:()=>r.close()}}function Qp(n,e,t,r){let o=n.matchId,i=n,a="connected",s,l,d=[],m=false,c=false,p=y=>{if(a!=="closed"){a="closed";for(let w of d.splice(0))w();l?.(y);}},g=y=>{y.link.onMessage((w,x)=>s?.(w,x)),y.link.onClose(w=>{if(y!==i||a==="closed")return;if(m||!r){p(w);return}let x=t.matchSession;if(x.phase==="suspended"&&x.matchId===o){a="suspended";return}p(w);});};return g(n),{matchId:o,protocol:"dedicated",get transport(){return i.transport},get state(){return a},send(y,w){a==="connected"&&i.link.send(y,w);},onMessage(y){s=y;},onClose(y){l=y;},close(){if(a!=="closed"){if(m=true,a==="suspended"){p("closed");return}i.close(),p("closed");}},async redial(y){if(a==="closed"||m)return "closed";if(c)return "connected";c=true;let w;try{w=await e(y===void 0?{}:{deadlineAt:y});}finally{c=false;}return m||a==="closed"?(w.close(),"closed"):(i=w,g(w),a="connected",t.notifyMatchConnected(o),"connected")},abandon(y){a!=="closed"&&(a==="connected"&&i.close(),p(y));},onClosed(y){a==="closed"?y():d.push(y);}}}function Zp(n,e,t,r,o,i=false){let a=n.matchId,s=n,l,d,m=[],c=[],p=[],g=false,y=false,w=false,x=false,T="connected",C=R=>{if(g)return;g=true,T="closed";for(let L of m.splice(0))L();for(let L of c.splice(0))L();for(let L of p.splice(0))L();let P=d;P&&queueMicrotask(()=>P(R));},v=R=>{for(let P of m.splice(0))P();for(let P of Ee){let L=R.channels[P];try{L.binaryType="arraybuffer";}catch{}let G=mt(P),F=B=>{let ne=Zn(B?.data);ne!==null&&l?.(ne.data,G);};L.addEventListener("message",F),m.push(()=>L.removeEventListener("message",F));}},S=()=>s.peer(s.hostPlayerId),E=R=>{if(!(g||s.isHost)&&T!=="suspended"){if(r?.(R),i){T="suspended";return}C(R);}},k=R=>{for(let P of Ee){let L=R.channels[P];if(typeof L.addEventListener!="function")continue;let G=()=>{S()===R&&E(cl);};L.addEventListener("close",G),m.push(()=>L.removeEventListener?.("close",G));}},H=R=>{v(R),k(R),!g&&(T="connected",o?.());},j=R=>{for(let P of c.splice(0))P();c.push(R.on("migrating",()=>{x=true;})),c.push(R.on("hostChanged",P=>{if(x=false,P===R.playerId){C("host_migrated_here");return}let L=S();L!==null&&H(L);})),c.push(R.on("peerJoined",P=>{P.playerId===R.hostPlayerId&&H(P);})),c.push(R.on("matchEnded",P=>{g||Oo(t,P),C(P);})),c.push(R.on("peerLeft",(P,L)=>{P===R.hostPlayerId&&E(Yp(L));}));};j(s);let V=S();return V!==null&&H(V),{matchId:a,protocol:"p2p",get state(){return T},send(R,P){T==="connected"&&S()?.send(Jt(R),He(P));},onMessage(R){l=R;},onClose(R){d=R;},close(){y=true,C("closed"),s.leave().catch(()=>{});},async redial(){if(T==="closed")return "closed";if(T==="connected"||w)return "connected";if(x)throw new O("connection_failed","a host migration is in flight, and it is the way back \u2014 this attempt waits it out rather than tearing down the session the platform is moving");w=true;let R;try{for(let L of m.splice(0))L();for(let L of c.splice(0))L();s.close(),R=await e();}finally{w=false;}if(g)return y?R.leave().catch(()=>{}):R.close(),"closed";s=R,j(s);let P=S();if(P===null)throw s.close(),new O("connection_failed","this peer rejoined the match but the host never answered with a link");return H(P),"connected"},abandon(R){C(R);},onClosed(R){g?R():p.push(R);}}}function Go(n){let e=0,t=new Map;return {resolve(){if(!n.bridge.parentSupports("parties"))return Promise.resolve(void 0);let r=`party-${String(++e)}`;return new Promise(o=>{let i={},a=l=>{t.delete(r)&&(n.clock.clearTimeout(i.timer),o(l));};t.set(r,a),i.timer=n.clock.setTimeout(()=>a(void 0),n.timeoutMs??2e3);let s=false;try{s=n.bridge.requestParty(r);}catch{}s||a(void 0);})},settle(r,o){t.get(r)?.(o);}}}var eg=0;function Le(){try{return crypto.randomUUID()}catch{let n=Math.random().toString(36).slice(2,10);return `local-${String(++eg)}-${String(Date.now())}-${n}`}}var tg=12e4;function ul(n){let e=false,t=new Map;return {api:{request(r){if(!n.bridge.parentSupports("purchases"))return Promise.resolve({outcome:"unavailable"});if(e)return Promise.resolve({outcome:"declined"});let o=`purchase-${Le()}`;return new Promise(i=>{let a={},s=d=>{t.delete(o)&&(e=false,n.clock.clearTimeout(a.timer),i(d));};e=true,t.set(o,s),a.timer=n.clock.setTimeout(()=>s({outcome:"unavailable"}),n.timeoutMs??tg);let l=false;try{l=n.bridge.requestPurchase(o,r.kind,r.targetId,r.currencySlug,r.quantity,r.catalogId);}catch{}l||s({outcome:"unavailable"});})}},settle(r){let o=r.outcome==="ok"||r.outcome==="declined"?r.outcome:"unavailable",i=t.get(r.requestId);if(i===void 0){n.onDropped?.(`gem.purchaseResult (${o}) for an unknown requestId: `+JSON.stringify(r.requestId));return}if(o!=="ok"){i({outcome:o});return}let a=r.purchaseId;if(a===void 0){n.onDropped?.("gem.purchaseResult claimed ok with no purchaseId, so nothing could be confirmed with the platform; answering unavailable"),i({outcome:"unavailable"});return}(async()=>{let s;try{s=await n.confirm(a);}catch{s="unknown";}if(s==="granted"){i({outcome:"ok",purchaseId:a});return}s==="absent"&&n.onDropped?.("gem.purchaseResult claimed ok, but the platform did not confirm a grant for purchase "+JSON.stringify(a)),i({outcome:"unavailable"});})();}}}async function ml(n,e){try{return (await Ri(n,e)).granted?"granted":"absent"}catch(t){return t instanceof D&&t.reason==="not_found"?"absent":"unknown"}}var ng=6e5;function pl(n){let e=null,t=new Map;return {api:{requestSignIn(){if(!n.bridge.parentSupports("signIn"))return Promise.resolve({outcome:"unavailable"});if(e!==null)return e;let r=`signin-${Le()}`;return e=new Promise(o=>{let i={},a=l=>{t.delete(r)&&(e=null,n.clock.clearTimeout(i.timer),o(l));};t.set(r,a),i.timer=n.clock.setTimeout(()=>{a({outcome:"unavailable"});},n.timeoutMs??ng);let s=false;try{s=n.bridge.requestSignIn(r);}catch{}s||a({outcome:"unavailable"});}),e}},settle(r){let o=r.outcome==="signed_in"||r.outcome==="declined"?r.outcome:"unavailable",i=t.get(r.requestId);if(i===void 0){n.onDropped?.(`gem.signInResult (${o}) for an unknown requestId: `+JSON.stringify(r.requestId));return}i({outcome:o});}}}var rg=18e4,gl=32,og=/^[a-z0-9_-]+$/;function ig(n){return n==="interstitial"||n==="rewarded"}function yl(n){let e=false,t=new Map;return {api:{requestAd(r){if(!n.bridge.parentSupports("ads"))return Promise.resolve({outcome:"no_ad"});if(e)return Promise.resolve({outcome:"no_ad"});if(typeof r.placement!="string"||r.placement===""||r.placement.length>gl||!og.test(r.placement)||!ig(r.format))return n.onDropped?.(`gem.ads.requestAd was called with arguments the SDK will not send: placement ${JSON.stringify(r.placement)}, format ${JSON.stringify(r.format)}. A placement is 1..${String(gl)} characters of a-z, 0-9, '-' and '_' \u2014 the grammar the platform's own ad endpoint accepts \u2014 and a format is 'interstitial' or 'rewarded'. Answering no_ad.`),Promise.resolve({outcome:"no_ad"});let o=`ad-${Le()}`,i=r.format,a=r.placement;return new Promise(s=>{let l={},d=c=>{t.delete(o)&&(e=false,n.clock.clearTimeout(l.timer),s(c));};e=true,t.set(o,d),l.timer=n.clock.setTimeout(()=>{d({outcome:"unavailable"});},n.timeoutMs??rg);let m=false;try{m=n.bridge.requestAd(o,a,i);}catch{}m||d({outcome:"no_ad"});})}},settle(r){let o=r.outcome==="shown"||r.outcome==="no_ad"?r.outcome:"unavailable",i=t.get(r.requestId);if(i===void 0){n.onDropped?.(`gem.adResult (${o}) for an unknown requestId: `+JSON.stringify(r.requestId));return}i({outcome:o});}}}var Do=16384;function fl(n){if(typeof n!="object"||n===null||Array.isArray(n))return null;let e;try{e=JSON.stringify(n);}catch{return null}return typeof e!="string"?null:sg(e)}function sg(n){let e=0;for(let t=0;t<n.length;t+=1){let r=n.charCodeAt(t);if(r<128)e+=1;else if(r<2048)e+=2;else if(r>=55296&&r<=56319){let o=n.charCodeAt(t+1);o>=56320&&o<=57343?(e+=4,t+=1):e+=3;}else e+=3;}return e}var ag=1e4,lg=5e3;function hl(n){let e=null,t=false,r=[],o=new Map,i=()=>{for(let a of r.splice(0))a();};return {api:{get current(){return e},wait(a=lg){return t?Promise.resolve(e):new Promise(s=>{let l=()=>{let c=r.indexOf(d);c>=0&&r.splice(c,1);},d=()=>{n.clock.clearTimeout(m),l(),s(e);},m=n.clock.setTimeout(()=>{l(),s(e);},a);r.push(d);})},put(a){if(!n.bridge.parentSupports("deviceSettings"))return Promise.resolve("unavailable");let s=fl(a);if(s===null)return n.onDropped?.("gem.deviceSettings.put refused locally: settings must be a plain JSON object (not a primitive, an array, null, or something JSON.stringify cannot take)"),Promise.resolve("unavailable");if(s>16384)return Promise.resolve("too_large");let l=JSON.parse(JSON.stringify(a)),d=`device-settings-${Le()}`;return new Promise(m=>{let c={},p=y=>{o.delete(d)&&(n.clock.clearTimeout(c.timer),y==="stored"&&(e=l,t=true,i()),m(y));};o.set(d,p),c.timer=n.clock.setTimeout(()=>p("unavailable"),n.timeoutMs??ag);let g=false;try{g=n.bridge.putDeviceSettings(d,l);}catch{}g||p("unavailable");})}},receive(a){let s=a.settings;e=typeof s=="object"&&s!==null&&!Array.isArray(s)?s:null,t=true,i();},settle(a){let s=a.outcome==="stored"||a.outcome==="too_large"?a.outcome:"unavailable",l=o.get(a.requestId);if(l===void 0){n.onDropped?.(`gem.deviceSettings.result (${s}) for an unknown requestId: `+JSON.stringify(a.requestId));return}l(s);}}}function bl(n){return Math.min(16384,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function vl(n,e){return Math.min(e,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function dg(n){let e=n.untrusted,t=ye(e.displayName),r=e.displayTag||e.displayHandle,o=r?ye(r):void 0,i=n.discriminator||n.displayTag,a=i&&/^[0-9]{1,8}$/.test(i)?i:void 0,s=n.avatarIconUrl||n.avatarUrl,l={displayName:t,displayHandle:o??t,badges:(n.badges??[]).map(d=>({itemId:d.itemId,iconUrl:d.iconUrl}))};return n.playerId&&(l.playerId=n.playerId),a&&(l.discriminator=a),o&&(l.displayTag=o),s&&(l.avatarIconUrl=l.avatarUrl=s),l}var cg=1e4,zt=class{constructor(e){this.options=e;if(e.expectedSource===void 0||e.expectedSource===null)throw new Error("GemFrame: expectedSource is required and must not be null \u2014 pass window.parent. The handshake transfers the MessagePort, and origin alone does not say WHICH document on that origin sent it.");this.expectedSource=e.expectedSource,this.clock=e.clock??se,this.inbound=new yt(this.clock),this.outbound=new yt(this.clock);}options;state="waiting";port=null;version=null;peerCapabilities=[];readyPending=false;readySent=false;settleWaiters=[];clock;inbound;outbound;expectedSource;get currentState(){return this.state}get parentCapabilities(){return this.peerCapabilities}parentSupports(e){return this.peerCapabilities.includes(e)}get protocolVersion(){return this.version}handleWindowMessage(e){if(e.source!==this.expectedSource)return this.refuse(e,"handshake did not come from the expected embedder window"),false;if(!(this.options.allowedEmbedders.some(s=>ur(s,e.origin))||Xi(e.origin,this.options.selfOrigin)))return this.refuse(e,`embedder '${e.origin}' is not in allowedEmbedders`),false;if(this.state==="connected")return this.fail("handshake_duplicate","this document already has a port"),false;if(this.state!=="waiting")return false;let r=ln["gem.handshake"]?.(e.data);if(r)return this.refuse(e,`malformed handshake: ${r}`),false;let o=e.data;if(!ur(o.embedder,e.origin))return this.refuse(e,`handshake claims embedder '${o.embedder}' but arrived from '${e.origin}'`),false;let i=e.ports?.[0];if(!i)return this.refuse(e,"handshake transferred no MessagePort"),false;let a=Qi(sn,o.versions);return a===null?(i.onmessage=null,i.postMessage({gem:z,type:"gem.error",code:"version_mismatch",message:`frame supports v${sn.min}..v${sn.max}`}),i.close(),this.transition("refused"),this.options.onError?.("version_mismatch"),false):(this.port=i,this.version=a,i.onmessage=s=>this.receive(s.data,s.ports??[]),i.start?.(),this.peerCapabilities=o.capabilities??[],i.postMessage({gem:z,type:"gem.handshake.accept",v:a,...this.options.capabilities===void 0?{}:{capabilities:[...this.options.capabilities]}}),this.transition("connected"),this.readyPending&&(this.readyPending=false,this.ready()),true)}ready(){if(this.state!=="connected"||!this.port){this.readyPending=true;return}if(this.readySent){this.options.onDropped?.("internal","gem.ready was already sent; duplicate suppressed");return}this.readySent=true,this.send({gem:z,type:"gem.ready"});}settled(e=cg){return this.state!=="waiting"?Promise.resolve(this.state):new Promise(t=>{let r=i=>{this.clock.clearTimeout(o),t(i);},o=this.clock.setTimeout(()=>{let i=this.settleWaiters.indexOf(r);i>=0&&this.settleWaiters.splice(i,1),t(this.state);},e);this.settleWaiters.push(r);})}progress(e,t){this.send({gem:z,type:"gem.progress",loaded:e,total:t});}requestToken(e,t){this.send({gem:z,type:"gem.requestToken",requestId:e,reason:t});}requestLocalServer(e,t){return this.parentSupports("localHost")?(this.send({gem:z,type:"gem.requestLocalServer",requestId:e,gameRoomId:t}),true):false}exit(e){this.send(e===void 0?{gem:z,type:"gem.exit"}:{gem:z,type:"gem.exit",reason:e});}openExternal(e){this.send({gem:z,type:"gem.openExternal",url:e});}requestFullscreen(e){this.send({gem:z,type:"gem.requestFullscreen",enabled:e});}reportMuted(e){return this.state!=="connected"||!this.parentSupports("audioState")?false:(this.send({gem:z,type:"gem.audioState",muted:e}),true)}cueReward(e){if(this.state!=="connected"||!this.parentSupports("rewardCue"))return false;let t={gem:z,type:"gem.rewardCue",currencySlug:String(e.currencySlug).slice(0,32)};return e.expected!==void 0&&Number.isFinite(e.expected)&&e.expected>=1&&(t.expected=Math.min(1e9,Math.round(e.expected))),e.origin&&(t.origin={x:bl(e.origin.x),y:bl(e.origin.y)}),this.send(t),true}reportFrameStats(e){return this.state!=="connected"||!this.parentSupports("frameStats")?false:(this.send({gem:z,type:"gem.frameStats",fps:vl(e.fps,1e3),frameTimeP95Ms:vl(e.frameTimeP95Ms,1e5)}),true)}sendGameContext(e){return this.state!=="connected"?false:(this.send({gem:z,type:"gem.gameContext",context:e}),true)}signal(e,t,r){this.send({gem:z,type:"gem.signal",signal:e,matchId:t,data:r});}dedicatedOffer(e,t,r){this.send({gem:z,type:"gem.dedicatedOffer",matchId:e,sdp:t,intent:r});}requestParty(e){return this.send({gem:z,type:"gem.partyRequest",requestId:e})}requestPurchase(e,t,r,o,i,a){return this.send({gem:z,type:"gem.requestPurchase",requestId:e,purchaseKind:t,targetId:r,currencySlug:o,...i===void 0?{}:{quantity:i},...a===void 0?{}:{catalogId:a}})}putDeviceSettings(e,t){return this.send({gem:z,type:"gem.deviceSettings.put",requestId:e,settings:t})}requestAd(e,t,r){return this.send({gem:z,type:"gem.requestAd",requestId:e,placement:t,format:r})}requestSignIn(e){return this.send({gem:z,type:"gem.requestSignIn",requestId:e})}close(){this.port&&(this.port.onmessage=null,this.port.close(),this.port=null),this.state!=="refused"&&this.transition("closed");}transition(e){if(this.state!==e){this.state=e;for(let t of this.settleWaiters.splice(0))t(e);this.options.onStateChange?.(e);}}refuseMalformed(e,t){if(!this.inbound.allow(an)){this.options.onDropped?.(e,t);return}this.fail(e,t);}dropUnknownType(e){this.inbound.allow(an)&&this.options.onDropped?.("unsupported",`ignored unknown message type '${e}'`);}refuse(e,t){e.ports?.[0]?.close?.(),this.inbound.allow(an)&&this.options.onRefused?.(t);}fail(e,t){this.options.onError?.(e,t),this.state==="connected"&&this.port&&this.send({gem:z,type:"gem.error",code:e,...t===void 0?{}:{message:t}});}send(e){if(this.state!=="connected"||!this.port)return this.options.onDropped?.("internal",`dropped ${String(e.type)} before connect`),false;let t=e.type;if(!this.outbound.allow(t))return this.options.onError?.("rate_limited",`frame exceeded its own limit for ${t}`),false;let r=ln[t]?.(e);return r?(this.options.onError?.("internal",`refusing to send malformed ${t}: ${r}`),false):(this.port.postMessage(this.version===null?e:{...e,v:this.version}),true)}receive(e,t=[]){let r=false;try{r=this.dispatchInbound(e,t);}finally{r||_l(t);}}dispatchInbound(e,t){if(this.state!=="connected")return false;let r=typeof e=="object"&&e!==null?e.type:void 0;if(typeof r!="string")return this.refuseMalformed("invalid_message","message has no type"),false;let o=ln[r];if(!o)return this.dropUnknownType(r),false;if(!this.inbound.allow(r))return this.fail("rate_limited",`parent exceeded the limit for ${r}`),false;let i=Ji(r);if(i!==void 0&&!this.options.capabilities?.includes(i))return this.fail("unsupported_capability",`${r} requires the '${i}' capability, which this frame did not advertise`),false;let a=o(e);if(a)return this.fail("invalid_message",`${r}: ${a}`),false;let s=e;if(s.v!==this.version)return this.fail("invalid_message",`${r}: expected v ${String(this.version)}`),false;switch(r){case "gem.token":this.options.onToken?.(s);break;case "gem.pause":this.options.onPause?.(s);break;case "gem.prefs":this.options.onPrefs?.(s);break;case "gem.cohorts":this.options.onCohorts?.(s);break;case "gem.viewport":this.options.onViewport?.(s);break;case "gem.willTerminate":this.options.onWillTerminate?.(s);break;case "gem.devtools":this.options.onDevtools?.(s.action);break;case "gem.requestContext":this.options.onRequestContext?.();break;case "gem.screenshot":{let l=t[0];if(!l){this.options.onError?.("invalid_message","gem.screenshot transferred no MessagePort");break}let d={maxWidth:s.maxWidth,maxHeight:s.maxHeight};if(!this.options.onScreenshot){l.close(),this.screenshotDenied("not_wired",false);break}return _l(t.slice(1)),this.options.onScreenshot(d,l,(m,c)=>this.screenshotDenied(m,c)),true}case "gem.token.denied":this.options.onTokenDenied?.(s);break;case "gem.localServer":this.options.onLocalServer?.(s);break;case "gem.localServer.denied":this.options.onLocalServerDenied?.(s);break;case "gem.player":{this.options.onPlayer?.(dg(s));break}case "gem.roomEvent":this.options.onRoomEvent?.(s);break;case "gem.seatedEvent":this.options.onSeatedEvent?.(s);break;case "gem.autoStartFailedEvent":this.options.onAutoStartFailedEvent?.(s);break;case "gem.socketState":this.options.onSocketState?.(s);break;case "gem.signalEvent":this.options.onSignalEvent?.(s);break;case "gem.dedicatedEvent":this.options.onDedicatedEvent?.(s);break;case "gem.clusterTarget":this.options.onClusterTarget?.(s);break;case "gem.partyResult":this.options.onPartyResult?.(s);break;case "gem.purchaseResult":this.options.onPurchaseResult?.(s);break;case "gem.deviceSettings":this.options.onDeviceSettings?.(s);break;case "gem.deviceSettings.result":this.options.onDeviceSettingsResult?.(s);break;case "gem.adResult":this.options.onAdResult?.(s);break;case "gem.signInResult":this.options.onSignInResult?.(s);break;case "gem.error":this.options.onError?.(s.code,s.message);break;default:this.fail("unsupported",`no frame handler for '${r}'`);}return false}screenshotDenied(e,t){this.send({gem:z,type:"gem.screenshot.denied",reason:e,retryable:t});}};function _l(n){for(let e of n)try{e?.close?.();}catch{}}var wl="https://api.gemarcade.com";function $o(n){let e;try{e=new URL(n);}catch{return "it is not a valid URL"}return e.protocol!=="https:"&&e.protocol!=="http:"?`its scheme is ${e.protocol.replace(":","")}, and only http and https can be used`:e.username!==""||e.password!==""?"it carries credentials in the URL, which `fetch` will not send":e.href.includes("#")?"it carries a fragment. The transport joins the base and the path by concatenation, so the fragment would swallow the path and every request would go to the API root":e.href.includes("?")?"it carries a query string. The transport joins the base and the path by concatenation, so the query would swallow the path and every request would go to the API root":null}var ug=new Set(["localhost","127.0.0.1","[::1]"]);function Sl(n){let e=$o(n);if(e!==null)return e;let t=new URL(n);return t.protocol==="http:"&&!ug.has(t.hostname)?"it is a plaintext http address that is not loopback. An embedder may name an https root, or http on localhost for a rig running the whole stack on one machine \u2014 the play token travels on every request to it":null}var mg=Object.freeze(["https://gemarcade.com","http://gemarcade.localhost","gemarcade://localhost"]),pg=wl,Rl=8e3,Fo=15e3,gg=9e4,yg=1/0,fg=8e3,hg=5e3,bg=5e3;async function vg(n,e,t,r){if(n.isInRoom)try{await n.leave();}catch{}r?.endSession("session_ended"),e!==null&&e.currentState==="connected"&&e.exit(t);}function Yt(n){let e=null,t=[];return {get current(){return e},set(r){e=r;for(let o of t.splice(0))o(r);},wait(r){return e!==null?Promise.resolve(e):new Promise(o=>{let i=()=>{let l=t.indexOf(a);l>=0&&t.splice(l,1);},a=l=>{n.clearTimeout(s),i(),o(l);},s=n.setTimeout(()=>{i(),o(e);},r);t.push(a);})}}}function __(n={}){let e=n.clock??se,t=n.log===void 0?u=>console.info(u):n.log,r=n.baseUrl??void 0;if(r!=null){let u=$o(r);if(u!==null)throw new Error(`[gem] the baseUrl passed to createGem cannot be used: ${u}. Its value is withheld here rather than written to logs. This is a configuration fault.`)}let o=_o();o.mark("sdk created");let i=()=>Cn(X.gameVersion,n.clientVersion?.gameVersion),a=new Pt({client:()=>ze,clock:e,gameId:()=>X.identity?.gameId??null,playerId:()=>X.identity?.playerId??null,environment:()=>{let u=i();return {sdk_version:Vo(),...u===null?{}:{game_version:u}}},...n.analytics===void 0?{}:{options:n.analytics},log:t}),s=u=>{if(u===false)return null;let I=u?.attempts??yg,N=u?.budgetMs??gg;return !(I>0)||!(N>0)?null:{attempts:I,budgetMs:N,maxDelayMs:u?.maxDelayMs??fg}},l=u=>{u.on("created",()=>{o.mark("room created");}),u.on("joined",()=>{o.mark("room joined");}),u.on("matchAllocationStarted",()=>{o.mark("allocation started");}),u.on("matchReady",()=>{o.mark("match ready");}),u.on("matchFailed",()=>{o.mark("match failed");});};if(typeof window>"u")throw new Error("createGem: there is no `window` in this environment, so the SDK has no document to listen on and no embedder to hand it a port. A game runs in a browser; if this is a server-side render or a node process, do not construct the SDK there.");let d=n.allowedEmbedders;if(d!=null&&!Array.isArray(d))throw new Error("createGem: `allowedEmbedders` must be an array of origins, e.g. `['https://my-own-site.example']`. The Gem Arcade is allowed without any entry.");let m=Array.from(d??[]),c=m.filter(u=>typeof u!="string"||!cr(u));if(c.length>0)throw new Error(`createGem: \`allowedEmbedders\` has ${c.length===1?"an entry":"entries"} that ${c.length===1?"is":"are"} not an origin: ${c.map(u=>typeof u=="string"?JSON.stringify(u):String(u)).join(", ")}. An origin is scheme, host and optional port with nothing after it \u2014 'https://my-own-site.example', not 'https://my-own-site.example/'. \`undefined\` usually means a build-time value that was not set. The Gem Arcade is allowed without any entry.`);let p=Object.freeze([...new Set([...mg,...m])]),g=Yt(e),y=Yt(e),w=Yt(e),x=Yt(e),T=n.manageAudio===false?null:Aa(),C=null,v=()=>{C!==null&&(y.current!==null&&y.current.muted===C||K.reportMuted(C));},S=Pa({report:u=>K.reportFrameStats(u)}),E=false,k=Ca(()=>Ho,()=>E),H=u=>{let I=E&&!u,N=E!==u;if(E=u,I&&k.close(),!!N)try{n.onDevToolsPermissionChange?.(u);}catch(ue){t?.(`[gem] onDevToolsPermissionChange threw: ${ue instanceof Error?ue.message:String(ue)}`),queueMicrotask(()=>{throw ue});}},j=r??pg,V=r!==void 0,R,P=u=>(t?.(`[gem] token refused: ${u}`),n.onError?.("internal",u),false),L=(u,I)=>{if(u===void 0)return I!==void 0?P("the embedder named a backend by tag, which this build no longer resolves \u2014 it needs `apiBaseUrl` on `gem.token`. The token was refused rather than sent to the default: silently resolving production is how a development session writes to the live backend."):true;let N=Sl(u);return N!==null?P(`the embedder named an API root that cannot be used: ${N}. Its value is withheld here rather than written to logs.`):R!==void 0&&R!==u?P("the embedder named a different API root than it named on this session\u2019s first token. The address is fixed by the first grant, so a later message cannot repoint a running game; both values are withheld here."):(R=u,V||(j=u),true)},G=window.location?.origin,F=null,B=-1/0,ne=2e3,ae=new Set,Q=u=>F!==false?Promise.resolve(true):new Promise(I=>{let N=e.setTimeout(()=>{ae.delete(ue),I(false);},u),ue=()=>{e.clearTimeout(N),ae.delete(ue),I(true);};ae.add(ue);}),K=new zt({allowedEmbedders:p,...typeof G=="string"&&G!==""?{selfOrigin:G}:{},expectedSource:window.parent,clock:e,capabilities:["rooms","p2p","dedicated","parties","partySeating","autoStartFailure","clusterTarget","devtools","localHost","cohorts","socketState","screenshot","audioState","rewardCue","frameStats","viewport","purchases","deviceSettings","ads","signIn",...n.onFeedbackContext!==void 0?["feedbackContext"]:[]],...n.onRefused===void 0?{}:{onRefused:n.onRefused},...n.onError===void 0?{}:{onError:n.onError},onStateChange:u=>{X.onBridgeState(u),u!=="connected"&&S.setRequested(false),u==="connected"&&(o.mark("bridge connected"),Qt(),v(),a.startSession()),n.onStateChange?.(u);},onPlayer:u=>{g.set(u),n.onPlayer?.(u);},onPrefs:u=>{let I={reducedMotion:u.reducedMotion,muted:u.muted,locale:u.locale,showFrameStats:u.showFrameStats===true};y.set(I),T?.setMuted(I.muted),S.setRequested(I.showFrameStats&&K.parentSupports("frameStats")),n.onPrefs?.(I);},onCohorts:u=>{let I=Object.freeze(u.cohorts.map(N=>Object.freeze({experimentId:N.experimentId,variantKey:N.variantKey})));w.set(I),n.onCohorts?.(I);},onViewport:u=>{let I=Object.freeze({insets:Object.freeze({top:u.insets.top,right:u.insets.right,bottom:u.insets.bottom,left:u.insets.left})});x.set(I),Ta(Ea(),I.insets),n.onViewport?.(I);},onPause:u=>{a.setPaused(u.paused),S.setPaused(u.paused),n.onPause?.(u.paused);},onWillTerminate:u=>{a.endSession(u.reason),n.onWillTerminate?.({reason:u.reason,graceMs:u.graceMs});},onToken:u=>{let I=u.garden;if(H(u.allowDevTools===true),!L(u.apiBaseUrl,I))return;let N=u;X.onToken(N);let ue=X.identity;ue&&(Re.set(ue),We||(We=true,ce.reconcileSeats().catch(()=>{}))),de.push({token:N.token,expiresAt:N.expiresAt});},onTokenDenied:u=>{H(false),X.onDenied(u);},onScreenshot:(u,I,N)=>{Ra(u,I,N,{...n.onScreenshot===void 0?{}:{handler:n.onScreenshot},useDefaultStrategy:true});},onRequestContext:()=>{ka(K,n.onFeedbackContext);},onDevtools:u=>{u==="close"?k.close():u==="open"?k.openFrom("platform").catch(()=>{}):k.isOpen?k.close():k.openFrom("platform").catch(()=>{});},onRoomEvent:u=>ce.handleRoomEvent({event:u.event,roomId:u.roomId,...u.matchId===void 0?{}:{matchId:u.matchId},...u.version===void 0?{}:{version:u.version},...u.reason===void 0?{}:{reason:u.reason},...u.platform===void 0?{}:{platform:u.platform}}),onSeatedEvent:u=>ce.handleSeated(u.roomId),onAutoStartFailedEvent:u=>ce.handleAutoStartFailed(u.roomId,u.code),onSocketState:u=>{let I=F;if(F=u.connected,u.connected)for(let ue of [...ae])ue();if(!u.connected||I===true)return;let N=e.now();N-B<ne||(B=N,ce.reconcile().catch(()=>{}));},onSignalEvent:u=>{let I=typeof u.data=="object"&&u.data!==null&&!Array.isArray(u.data)?u.data:{};Ye.handleSignalEvent(u.matchId,u.event,I),u.event==="matchEnded"&&ce.reconcile({matchId:u.matchId,...typeof I.reason=="string"?{reason:I.reason}:{}}).catch(()=>{});},onDedicatedEvent:u=>{u.event==="matchEnded"&&(gt.handleMatchEnded(u.matchId,u.reason),ce.reconcile({matchId:u.matchId,...u.reason===void 0?{}:{reason:u.reason}}).catch(()=>{})),Se.handleEvent(u);},onClusterTarget:u=>Ke.accept(u.clusterTargetId,u.clusterTargetIds),onLocalServer:u=>Ge.accept(u),onLocalServerDenied:u=>Ge.refuse(u),onPartyResult:u=>f.settle(u.requestId,u.partyId),onPurchaseResult:u=>$.settle(u),onDeviceSettings:u=>{Z.receive(u),n.onDeviceSettings?.(Z.api.current);},onDeviceSettingsResult:u=>Z.settle(u),onAdResult:u=>ke.settle(u),onSignInResult:u=>pt.settle(u)}),Se=new Kt({bridge:K}),Re=Yt(e),We=false,ee=new Set,J,de={current:()=>J,subscribe:u=>(ee.add(u),J!==void 0&&u(J),()=>ee.delete(u)),push:u=>{J=u;for(let I of [...ee])try{I(u);}catch(N){t?.(`[gem] a server-token listener threw: ${N instanceof Error?N.message:String(N)}`);}}},X=Oa({bridge:K,clock:e,onStateChange:(u,I)=>{if(u==="ready"){if(o.mark("token ready")){let N=o.marks.find(ue=>ue.name==="token ready")?.at;a.trackPlatform("gem_boot_ready",N===void 0?{}:{boot_ms:Math.max(0,Math.round(N))});}}else u==="lost"&&(o.mark("token lost"),a.trackPlatform("gem_auth_lost"));n.onAuthStateChange?.(u,I);}}),Xt=()=>{let u=X.identity;return !u||X.source.currentState==="lost"?null:`${u.playerId}\0${u.gameId}\0${u.channel}`},Qt=()=>{o.mark("token requested"),X.source.get().catch(()=>{});},f=Go({bridge:K,clock:e}),A={},$=ul({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u),confirm:async u=>A.confirm?.(u)??"unknown"}),Z=hl({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u)}),ke=yl({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u)}),pt=pl({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u)}),Ke=Cs({bridge:K,clock:e}),Ge=Ia({bridge:K,clock:e}),er=u=>{let I=K.handleWindowMessage({data:u.data,origin:u.origin,source:u.source,ports:u.ports});return I&&window.removeEventListener("message",er),I};window.addEventListener("message",er);let Je=va(window,er),Pl=Je?.capture,tr=typeof performance>"u"?void 0:performance.getEntriesByType?.("navigation")?.[0];tr?.domInteractive!==void 0&&tr.domInteractive>0&&o.mark("document parsed",tr.domInteractive),Pl?.late&&t?.("[gem] the early-handshake capture installed after this document finished loading, so a handshake posted at iframe load may already have been missed. Load the capture script ahead of everything else in the document.");let nr=n.handshakeWarningMs;nr!==null&&t&&e.setTimeout(()=>{let u=Je===null?"no capture script ran":`capture: ${Je.delivered} offer(s) delivered, ${Je.stale} stale, ${Je.capture.dropped} evicted${Je.capture.late?", installed late":""}`;if(K.currentState==="connected"){t(`[gem] handshake connected. boot: ${o.timeline()} \xB7 ${u}`);return}t(`[gem] no completed handshake after ${nr??Rl}ms (bridge state: ${K.currentState}). Either the embedder does not run the gem-web-sdk parent half, its origin is not in this build\u2019s allowedEmbedders, or its handshake fired before this frame\u2019s listener registered. boot: ${o.timeline()} \xB7 `+u);},nr??Rl);let El=zn({get baseUrl(){return j},tokenSource:X.source,get defaultQuery(){let u=X.identity;return u?{game_id:u.gameId,channel:u.channel}:{}}}),ze=new Te({transport:El,clock:e}),be={client:ze,gameId:()=>X.identity?.gameId??""};A.confirm=u=>ml(be,u);let Tl=()=>X.identity?.channel??"release",No=new An(be,Tl),qo=async u=>(await No.load())?.currency(u)?.id??void 0,Uo=_n(be,wr,{identity:Xt,resolveCurrencyId:qo}),rr=async u=>{let I=await Re.wait(u);if(I)return I;throw new ie("timeout","no play token arrived over the bridge. Every route a game reaches is scoped by the token, so nothing can proceed without one \u2014 the bridge may not be connected, or the parent may have refused to mint (see onAuthStateChange).")},or=s(n.autoReconnect),ce=oo({client:ze,clock:e,gameId:()=>X.identity?.gameId??null,playerId:()=>X.identity?.playerId??null,awaitGameId:async()=>(await rr(Fo)).gameId,resolveParty:f.resolve,resolveClusterTargets:Ke.resolveList,refreshClusterTargets:Ke.refresh,ensureLocalServer:Ge.ensure,...n.clientVersion===void 0?{}:{clientVersion:n.clientVersion},platformGameVersion:()=>X.gameVersion,...n.pollRooms===void 0?{}:{poll:n.pollRooms},...n.recoverStaleMembership===void 0?{}:{recoverStaleMembership:n.recoverStaleMembership},...n.watchSeats===void 0?{}:{watchSeats:n.watchSeats},...n.seatPollIntervalMs===void 0?{}:{seatPollIntervalMs:n.seatPollIntervalMs},...or===null?{}:{autoReconnect:{...or,redial:(u,I)=>ir.redialMatch(u,I),abandon:(u,I)=>ir.abandonMatch(u,I)}}});l(ce),ba({analytics:a,rooms:ce});let Ye=ha({client:ze,clock:e,rooms:ce,bridge:K,gameId:()=>X.identity?.gameId??"",baseUrl:()=>j,resolveClusterTarget:Ke.resolve,boot:o,...n.log===void 0?{}:{log:n.log}}),Bo=vo(o,t),gt=Ya({client:ze,clock:e,rooms:ce,signaling:()=>Se.channel(),signalingReady:Q,log:t??(()=>{})}),ir=dl({rooms:ce,p2p:{connect:u=>Bo(Ye.connect(u)),session:u=>Ye.session(u)},dedicated:{connect:(u=>Wn(o,"welcome",gt.connect(u),t))},clock:e,identity:()=>X.identity,apiBaseUrl:()=>j,tokens:de,room:()=>ce.currentRoom,autoReconnect:or!==null,...n.log===void 0?{}:{log:n.log}}),Il=async()=>(await rr(Fo)).playerId,Ho={client:ze,boot:o,get identity(){return X.identity},awaitIdentity:(u=Fo)=>rr(u),awaitBridge:u=>K.settled(u),get player(){return g.current},awaitPlayer:(u=hg)=>g.wait(u),me:Uo,characters:new Sn(be,void 0,Xt,qo),transfers:new kn(be,wr,Uo.inventory),gameConfig:No,purchases:$.api,deviceSettings:Z.api,ads:ke.api,account:pt.api,analytics:a,leaderboards:new St(be),challenges:new vt(be),showcase:new Rt(be,Il),friends:new kt(be),platform:new xt(be),profiles:new At(be),get prefs(){return y.current},get cohorts(){return w.current},get viewport(){return x.current},awaitCohorts:(u=bg)=>w.wait(u),reportMuted:u=>{C=!!u,v();},cueReward:u=>K.cueReward(u),exit:u=>vg(ce,K,u,a),frame:K,devtools:k,rooms:ce,dedicatedServer:{listClusterTargets:u=>gt.listClusterTargets(u),connect:(u=>Wn(o,"welcome",gt.connect(u),t)),handleMatchEnded:(u,I)=>gt.handleMatchEnded(u,I)},p2p:{handleSignalEvent:(u,I,N)=>Ye.handleSignalEvent(u,I,N),session:u=>Ye.session(u),connect:u=>Bo(Ye.connect(u))},match:ir};return Ho}var kl="the match has not started yet: the runtime hands over the host at `init`, and this was read before that. Read it from `init` or later \u2014 a bundle that needs a value at module scope is reading it one call too early.";function jo(n,e={}){let t=e.clock??se,r=()=>{let s=n();if(s===null)throw new Error(kl);return s},o=null,i=()=>{if(o===null)throw new Error(kl);return o};return {server:{get identity(){return i().identity},get client(){return i().client},get api(){return i().api},get match(){return i().match},get analytics(){return i().analytics},get room(){return i().room},dispose(){o?.dispose();},get sizeClass(){return r().sizeClass},get roomArgs(){return r().roomArgs},get roster(){return r().roster},players(){return r().players()},profile(s){let d=r().profile?.(s);if(!d)return null;let m=d.displayName;return typeof m!="string"||m===""?null:{displayName:ye(m),...typeof d.displayTag=="string"&&d.displayTag!==""?{displayTag:ye(d.displayTag)}:{},...typeof d.discriminator=="string"?{discriminator:d.discriminator}:{}}},playerNumber(s){return r().playerNumber?.(s)},send(s,l,d){d===void 0?r().send(s,l):r().send(s,l,d);},broadcast(s,l){l===void 0?r().broadcast(s):r().broadcast(s,l);},kick(s,l){l===void 0?r().kick(s):r().kick(s,l);},log(s){r().log(s);},warn(s){r().warn(s);}},attach:()=>{o=ut(r(),{...e,clock:t});},ended:()=>o!==null&&ol(o)}}function xl(n,e={}){let{server:t,attach:r}=jo(()=>n,e);return r(),t}var _g=5e3;function wg(n){if(n===void 0||typeof n.reason!="string"||n.reason==="")return;let e=n.platform_reason??n.endedReason;return {reason:n.reason,...e===void 0?{}:{endedReason:Ce(e)}}}function Sg(n,e,t){return t||e?.endMatch!==void 0?false:n===void 0?true:n.reason==="idle_timeout"}function Rg(n){return n instanceof Error?n.message:String(n)}function Al(n,e={}){return ()=>{let t=null,{server:r,attach:o,ended:i}=jo(()=>t,e),a=n(r),s={async init(l){t=l,o(),await a.init?.();},async shutdown(l){let d=wg(l);try{await a.shutdown?.(d);}finally{try{Sg(d,t,i())&&await r.match.end(AbortSignal.timeout(_g)).catch(m=>{m instanceof D&&m.reason==="not_found"||t?.warn?.(`ending the match after shutdown failed: ${Rg(m)}`);});}finally{r.dispose();}}}};return a.join&&(s.join=(l,d)=>a.join?.(l,d)),a.leave&&(s.leave=(l,d)=>a.leave?.(l,d)),a.message&&(s.message=(l,d,m,c)=>a.message?.(l,d,m,c)),s}}
2
+ export{mg as ARCADE_EMBEDDERS,Pt as AnalyticsApi,ie as AuthError,Zt as CONDITIONAL_HEADERS,vt as ChallengesApi,Do as DEVICE_SETTINGS_MAX_BYTES,h as DedicatedServerError,kt as FriendsApi,D as GemApiError,Te as GemClient,le as GemConfigError,zt as GemFrame,re as GemSaveError,St as LeaderboardsApi,Rr as MAX_PERIODS_BACK,Oc as PLATFORM_EVENTS,xt as PlatformApi,En as PlatformCurrenciesApi,ge as PlayerText,At as ProfilesApi,Rt as ShowcaseApi,pe as TransportRefusal,Ct as UNRELIABLE_CHANNEL_LABEL,ye as asPlayerText,_o as createBootTimeline,__ as createGem,ut as createGemServer,Za as createHostTokenSource,xl as createMatchServer,Al as defineServer,vg as leaveAndExit,ve as mapIdentity,Wn as markOnResolve,wc as platformIconUrl,Tt as presentJoinCredential,ot as readTemplateTransports,Mt as readTransportAdvert,vo as reportOnResolve,se as systemClock,$e as text,en as toBase64,Gn as webTransportAvailable};//# sourceMappingURL=gem-web-sdk.sdk.js.map
3
3
  //# sourceMappingURL=gem-web-sdk.sdk.js.map