@indiegems/gem-web-sdk 5.9.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.
- package/bin/gem-sdk-stamp.mjs +95 -0
- package/dist/game.d.ts +2601 -0
- package/dist/gem-web-sdk.bridge.js +1 -0
- package/dist/gem-web-sdk.capture.js +1 -0
- package/dist/gem-web-sdk.esm.js +3 -0
- package/dist/gem-web-sdk.game.js +3 -0
- package/dist/gem-web-sdk.min.js +2 -0
- package/dist/gem-web-sdk.sdk.js +3 -0
- package/dist/gem-web-sdk.server-api.js +2 -0
- package/dist/gem-web-sdk.server.js +3 -0
- package/dist/index.d.ts +1981 -0
- package/dist/sdk.d.ts +3841 -0
- package/dist/server-api.d.ts +1078 -0
- package/dist/server.d.ts +1438 -0
- package/package.json +43 -0
- package/schema/bridge.v1.json +2624 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var gl=Object.defineProperty;var yl=(n,e)=>{for(var t in e)gl(n,t,{get:e[t],enumerable:true});};globalThis.__gemWebSdkVersion="[gem-web-sdk:sdkVersion:5.9.0]";function Do(){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 fl(n,e){return e!==void 0?!e:n==="chain_exhausted"}var Je=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=hl(o),a=o?.retryable;throw t===this.generation&&this.enter(fl(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 hl(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 ce=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}},Qn=["if-match","if-none-match"],$o=4096;function bl(n){if(!n)return;let e={};for(let[t,r]of Object.entries(n)){let o=t.toLowerCase();if(!Qn.includes(o)||r===void 0)continue;let i=typeof r=="string"?vl(r):r;if(typeof i!="string"||i.length>$o||!_l(i))throw new ce(`the ${o} header value cannot be sent \u2014 it is not a string, is longer than ${$o} 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 vl(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 jo(n,e){let t=e.replayUnauthorizedOnce??true;return {async request(r){let o={...r},i=bl(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 Zn(n){let e=typeof n=="string"?new TextEncoder().encode(n):n;return btoa(wl(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 er(n){return new TextDecoder().decode(zt(n))}function wl(n){let t="";for(let r=0;r<n.length;r+=32768)t+=String.fromCharCode(...n.subarray(r,r+32768));return t}var q=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"}},Rl=new Set([408,429,500,502,503,504]),Sl=6e4;function kl(n){if(n===void 0)return 2;if(!Number.isInteger(n)||n<0||n>10)throw new ce(`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 De=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,...Yt(o)},o.replaySafe===true)}async post(e,t,r,o={}){return this.send({method:"POST",path:e,body:t,signal:r,...Yt(o)},o.replaySafe===true)}async patch(e,t,r,o={}){return this.send({method:"PATCH",path:e,body:t,signal:r,...Yt(o)},o.replaySafe===true)}async delete(e,t,r={}){return this.send({method:"DELETE",path:e,signal:t,...Yt(r)},r.replaySafe===true)}async send(e,t){return (await this.sendRaw(e,t)).body}async sendRaw(e,t){let r=t?kl(this.options.maxRetries)+1:1,o=null;if(e.signal?.aborted)throw qo(e.signal);for(let i=0;i<r;i++){if(i>0&&await this.backoff(i,o,e.signal),e.signal?.aborted)throw qo(e.signal);let a;try{a=await this.options.transport.request(e);}catch(l){if(oe.isAuthError(l)||ce.isRefusal(l)||e.signal?.aborted||xl(l))throw l;o=new q("unavailable",0,String(l));continue}if(a.status>=200&&a.status<300||a.status===304)return a;let s=Al(a);if(!Rl.has(a.status))throw s;o=s;}throw o??new q("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),Sl);return new Promise(l=>{let d=this.options.clock,m=false,c=false,p,y=()=>{m||(m=true,c&&d.clearTimeout(p),r?.removeEventListener("abort",y),l());};r?.addEventListener("abort",y,{once:true}),p=d.setTimeout(y,s),c=true,m&&d.clearTimeout(p);})}};function Yt(n){return {...n.keepalive===void 0?{}:{keepalive:n.keepalive},...n.ifMatch===void 0?{}:{headers:{"if-match":n.ifMatch}}}}function qo(n){return n.reason!==void 0?n.reason:new DOMException("The operation was aborted.","AbortError")}function xl(n){let e=n?.name;return e==="AbortError"||e==="TimeoutError"}function Al(n){let{status:e,body:t}=n,r=Pl(t),o=n.retryAfterSeconds??Tl(t),i=El(t);switch(e){case 304:return new q("not_modified",e,r);case 400:case 422:return new q("invalid",e,r,void 0,i);case 403:return new q("forbidden",e,r,void 0,i);case 404:return new q("not_found",e,r,void 0,i);case 402:return new q("insufficient_funds",e,r,void 0,i);case 409:return new q("conflict",e,r,void 0,i);case 412:return new q("precondition_failed",e,r,void 0,i);case 413:return new q("too_large",e,r,void 0,i);case 429:return new q("rate_limited",e,r,o,i);default:return new q("unavailable",e,r,o,i)}}function Pl(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 El(n){let t=n?.error?.code;return typeof t=="string"&&t.length>0?t:void 0}function Tl(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 No(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Fo(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 Uo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function Bo(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 Ho(n,e,t){return n.client.post("/v1/characters",e,t?.signal)}async function Vo(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 Wo(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 Ko(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function Jo(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function zo(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.delete(o,r?.signal)}async function Yo(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 Xo(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function Qo(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 Zo(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.get(r,t?.signal)}async function ei(n,e,t){let r=`/v1/inventory/loot-tables/${_(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function ti(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 ni(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 ri(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/items/${_(r)}`;return n.client.get(i,o?.signal)}async function oi(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 ii(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/${_(r)}`;return n.client.get(i,o?.signal)}async function si(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}`;return n.client.get(i,o?.signal)}async function ai(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 li(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 tr(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 di(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 ci(n,e,t){let r=`/v1/showcase/friends/${_(e)}`;return n.client.get(r,t?.signal)}async function ui(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 Xt(n,e){return n.client.get("/v1/inventory/players/me/platform-currencies",e?.signal)}async function mi(n,e,t){let r=`/v1/profiles/players/${_(e)}`;return n.client.get(r,t?.signal)}async function pi(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 gi(n,e,t){let r=`/v1/inventory/players/me/platform-funded-game-inventory-purchases/${_(e)}`;return n.client.get(r,t?.signal)}async function yi(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function fi(n,e){return n.client.get("/v1/characters/slots",e?.signal)}async function hi(n,e,t){let r=`/v1/inventory/transfers/${_(e)}`;return n.client.get(r,t?.signal)}async function bi(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 vi(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function _i(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 wi(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 Ri(n,e){return n.client.get("/v1/characters",e?.signal)}async function Si(n,e,t,r){let o=`/v1/settings/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function ki(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 xi(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 Ai(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 Pi(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 Ei(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 Ti(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 Ii(n,e,t,r,o){let i=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.put(i,r,o?.signal)}async function Ci(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function Mi(n,e,t,r){let o=`/v1/characters/${_(e)}`;return n.client.patch(o,t,r?.signal)}async function Oi(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 Li(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 Gi(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.delete(r,t?.signal)}var J="gem-web-bridge",Zt={min:1,max:1},ze=65536,Di=8,Qt=5e3,$i=1024;function rr(n){return Object.freeze(Object.assign(Object.create(null),n))}var ji=rr({"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.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}),en="__malformed";var Il=rr({"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.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"}),Cl=Object.freeze([["gem.asyncOpponents.","asyncOpponents"]]);function qi(n){let e=Il[n];if(e!==void 0)return e;for(let[t,r]of Cl)if(n.startsWith(t))return r}function Ml(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 Ol(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 Ll(n){return /^[a-z]{2,8}(-[a-z0-9]{1,8})*$/i.test(n)}function nr(n,e,t){if(e>Di)return `nesting deeper than ${Di}`;if(++t.nodes>Qt)return `more than ${Qt} values`;if(t.bytes>ze)return `over the ${ze} 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>$i)return `an array of ${n.length} entries, over the ${$i} limit`;t.bytes+=2;for(let s of n){let l=nr(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>Qt)return `more than ${Qt} values`;if(t.bytes+=s.length*3+4,t.bytes>ze)return `over the ${ze} byte limit`;let l=nr(a[s],e+1,t);if(l)return l}return null}function Gl(n){let e={nodes:0,bytes:0,seen:new Set},t=nr(n,0,e);return t?`message contains ${t}`:e.bytes>ze?`message is over the ${ze} byte limit`:null}var Dl={origin:[Ml,"not a well-formed origin"],url:[Ol,"not a safe absolute http(s) URL"],bcp47:[Ll,"not a well-formed BCP 47 tag"]};function Ni(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=Fi(i,r,o);if(a)return a}return null}function Fi(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]=Dl[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`:Ni(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=Fi(i,r,o);if(a)return a}return null}default:{let r=e.k;return `${t}: unknown kind ${String(r)}`}}}function O(n,e){return t=>{let r=Gl(t);if(r)return r;if(typeof t!="object"||t===null||Array.isArray(t))return "message: expected object";let o=t;return o.gem!==J?"gem: wrong protocol marker":o.type!==n?`type: expected ${n}`:Ni(o,e,"")}}var $l=O("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"}]),jl=O("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}}]),ql=O("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}]),Nl=O("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}]),Fl=O("gem.player",[{n:"untrusted",k:"object",fs:[{n:"displayName",k:"string",max:64},{n:"displayHandle",k:"string",max:80}]},{n:"displayTag",k:"string",max:8},{n:"avatarUrl",k:"string",o:1,max:2048,f:"url"}]),Ul=O("gem.pause",[{n:"paused",k:"boolean"}]),Bl=O("gem.prefs",[{n:"reducedMotion",k:"boolean"},{n:"muted",k:"boolean"},{n:"showFrameStats",k:"boolean",o:1},{n:"locale",k:"string",max:35,f:"bcp47"}]),Hl=O("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}]}}]),Vl=O("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}]}]),Wl=O("gem.deviceSettings",[{n:"settings",k:"json",o:1}]),Kl=O("gem.willTerminate",[{n:"reason",k:"enum",v:["grant_expiring","session_ended","navigating","kill_switch"]},{n:"graceMs",k:"int",lo:0,hi:6e4}]),Jl=O("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"]}]),zl=O("gem.socketState",[{n:"connected",k:"boolean"},{n:"reason",k:"enum",o:1,v:["connecting","dropped","watchdog","terminal"]}]),Yl=O("gem.seatedEvent",[{n:"roomId",k:"string",max:64}]),Xl=O("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"}]),Ql=O("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}]),Zl=O("gem.partyResult",[{n:"requestId",k:"string",max:64},{n:"partyId",k:"string",o:1,max:64}]),ed=O("gem.clusterTarget",[{n:"clusterTargetId",k:"string",max:64}]),td=O("gem.devtools",[{n:"action",k:"enum",v:["open","close","toggle"]}]),nd=O("gem.screenshot",[{n:"maxWidth",k:"int",lo:1,hi:7680},{n:"maxHeight",k:"int",lo:1,hi:4320}]),rd=O("gem.screenshot.denied",[{n:"reason",k:"enum",v:["not_wired","no_source","unsupported","unreadable","tainted","too_large","busy","declined","failed"]},{n:"retryable",k:"boolean"}]),od=O("gem.requestContext",[]),id=O("gem.gameContext",[{n:"context",k:"json"}]),sd=O("gem.signal",[{n:"signal",k:"enum",v:["join","offer","answer","ice","migrationAck","hostUnreachable"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),ad=O("gem.dedicatedOffer",[{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",max:10240},{n:"intent",k:"enum",v:["initial","ice_restart","full_reconnect"]}]),ld=O("gem.partyRequest",[{n:"requestId",k:"string",max:64}]),dd=O("gem.ready",[]),cd=O("gem.progress",[{n:"loaded",k:"int",lo:0,hi:1099511627776},{n:"total",k:"int",lo:0,hi:1099511627776}]),ud=O("gem.requestToken",[{n:"requestId",k:"string",max:64},{n:"reason",k:"enum",v:["initial","expiring","rejected"]}]),md=O("gem.requestLocalServer",[{n:"requestId",k:"string",max:64},{n:"gameRoomId",k:"string",max:64}]),pd=O("gem.localServer",[{n:"requestId",k:"string",max:64},{n:"serverId",k:"string",o:1,max:128}]),gd=O("gem.localServer.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"reason",k:"enum",v:["refused","unavailable"]}]),yd=O("gem.exit",[{n:"reason",k:"string",o:1,max:64}]),fd=O("gem.openExternal",[{n:"url",k:"string",max:2048,f:"url"}]),hd=O("gem.requestFullscreen",[{n:"enabled",k:"boolean"}]),bd=O("gem.audioState",[{n:"muted",k:"boolean"}]),vd=O("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=O("gem.frameStats",[{n:"fps",k:"int",lo:0,hi:1e3},{n:"frameTimeP95Ms",k:"int",lo:0,hi:1e5}]),wd=O("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}]),Rd=O("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}]),Sd=O("gem.purchaseResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["ok","declined","unavailable"]},{n:"purchaseId",k:"string",o:1,max:64}]),kd=O("gem.deviceSettings.put",[{n:"requestId",k:"string",max:64},{n:"settings",k:"json"}]),xd=O("gem.deviceSettings.result",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["stored","too_large","unavailable"]}]),Ad=O("gem.requestAd",[{n:"requestId",k:"string",max:64},{n:"placement",k:"string",max:32},{n:"format",k:"enum",v:["interstitial","rewarded"]}]),Pd=O("gem.adResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["shown","no_ad","unavailable"]}]),Ed=O("gem.requestSignIn",[{n:"requestId",k:"string",max:64}]),Td=O("gem.signInResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["signed_in","declined","unavailable"]}]),tn=rr({"gem.handshake":$l,"gem.handshake.accept":jl,"gem.token":ql,"gem.token.denied":Nl,"gem.player":Fl,"gem.pause":Ul,"gem.prefs":Bl,"gem.cohorts":Hl,"gem.viewport":Vl,"gem.deviceSettings":Wl,"gem.willTerminate":Kl,"gem.roomEvent":Jl,"gem.socketState":zl,"gem.seatedEvent":Yl,"gem.signalEvent":Xl,"gem.dedicatedEvent":Ql,"gem.partyResult":Zl,"gem.clusterTarget":ed,"gem.devtools":td,"gem.screenshot":nd,"gem.screenshot.denied":rd,"gem.requestContext":od,"gem.gameContext":id,"gem.signal":sd,"gem.dedicatedOffer":ad,"gem.partyRequest":ld,"gem.ready":dd,"gem.progress":cd,"gem.requestToken":ud,"gem.requestLocalServer":md,"gem.localServer":pd,"gem.localServer.denied":gd,"gem.exit":yd,"gem.openExternal":fd,"gem.requestFullscreen":hd,"gem.audioState":bd,"gem.rewardCue":vd,"gem.frameStats":_d,"gem.error":wd,"gem.requestPurchase":Rd,"gem.purchaseResult":Sd,"gem.deviceSettings.put":kd,"gem.deviceSettings.result":xd,"gem.requestAd":Ad,"gem.adResult":Pd,"gem.requestSignIn":Ed,"gem.signInResult":Td});var ue={now:()=>Date.now(),setTimeout:(n,e)=>setTimeout(n,e),clearTimeout:n=>clearTimeout(n)},mt=class{constructor(e=ue){this.clock=e;}clock;tokens=new Map;lastRefill=new Map;allow(e){let t=ji[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 or(n,e){return n.toLowerCase()===e.toLowerCase()}function nn(n){let e=n.toLowerCase();return e==="localhost"||e.endsWith(".localhost")||e==="[::1]"||e==="::1"?true:/^127(\.\d{1,3}){3}$/.test(e)}function Ui(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:nn(t.hostname)&&nn(r.hostname)}function Bi(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 rn=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}}}};var Hi="inventory",Ye=n=>typeof n=="number"?n:0,pt=n=>typeof n=="string"?n:"";function ir(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 Vi(n){let e=n??{};return {itemDefinitionId:pt(e.item_definition_id),instanceId:pt(e.instance_id),quantity:Ye(e.quantity),acquiredAt:Ye(e.acquired_at),...e.properties===void 0?{}:{properties:e.properties},...e.custom_data===void 0?{}:{customData:e.custom_data}}}function Id(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {currencies:ir(e.currencies,r=>{let o=r??{},i=Array.isArray(o.buckets)?o.buckets.map(a=>{let s=a??{};return {bucket:pt(s.bucket),balance:Ye(s.balance)}}):void 0;return {currencyId:pt(o.currency_id),total:Ye(o.total),...i===void 0?{}:{buckets:i}}}),items:ir(e.items,Vi),progressions:ir(e.progressions,r=>{let o=r??{};return {progressionDefinitionId:pt(o.progression_definition_id),currentValue:Ye(o.current_value),completionCount:Ye(o.completion_count),isCompleted:o.is_completed===true}}),...t===void 0?{}:{etag:t}}}var on=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;snapshot(e={}){let t=e.buckets?`${Hi}#buckets`:Hi;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 ri(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Array.isArray(o)?o.map(Vi):[]}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 ni(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 Id(t)}};var te=n=>typeof n=="string"?n:"",Cd=n=>typeof n=="string"?n:te(n&&typeof n=="object"?n.type:void 0),Te=n=>typeof n=="number"?n:0;function gt(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 sn(){return crypto.randomUUID()}var Md="recipe-usage",Wi=100;function an(n){let e=n??{};switch(e.type){case "currency":return {kind:"currency",currencyId:te(e.currency_id),bucket:te(e.bucket),delta:Te(e.delta),balanceAfter:Te(e.balance_after)};case "item":return {kind:"item",itemDefinitionId:te(e.item_definition_id),instanceId:te(e.instance_id),delta:Te(e.delta),quantityAfter:Te(e.quantity_after)};case "progression":return {kind:"progression",progressionDefinitionId:te(e.progression_definition_id),delta:Te(e.delta),valueAfter:Te(e.value_after),completed:e.completed===true};default:return {kind:"other",type:te(e.type)}}}function Od(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:Te(e.roll_number),wasReplacement:e.was_replacement===true,grants:Array.isArray(e.grants)?e.grants.map(an):[]}}function Ld(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0,r=Array.isArray(e.loot_results)?e.loot_results.map(Od):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(an):[],consumed:Array.isArray(e.consumed)?e.consumed.map(an):[],autoClaimedRewards:Array.isArray(e.auto_claimed_rewards)?e.auto_claimed_rewards.map(an):[],...r===void 0||r.length===0?{}:{lootResults:r}}}function Gd(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:Te(t.price)}}}function Dd(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 Ki(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 ln=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(()=>Wo(this.api,this.entity.type,this.entity.id,{operations:e.map(Ki),source:t.source??"play",nonce:sn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return gt(r)}async createMany(e,t={}){return this.write(()=>Vo(this.api,this.entity.type,this.entity.id,{orders:e.map(r=>({operations:r.map(Ki),nonce:sn()})),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 ai(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=>Cd(l)):[],...a===void 0?{}:{usesRemaining:a},...s===void 0?{}:{cooldownExpiresAt:s}}}async recipeUsageAll(){return this.cache.read(Md,[],async()=>{let t=await li(this.api,this.entity.type,this.entity.id,{limit:Wi})??{},r=Array.isArray(t.usages)?t.usages:[];return {usages:r.map(Dd),truncated:r.length>=Wi}})}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(()=>Yo(this.api,this.entity.type,this.entity.id,{catalog_id:c.catalogId,recipe_id:c.targetId,game_id:this.api.gameId(),nonce:sn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return {payment:"configured",...Ld(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([pi(this.api,t.signal===void 0?{}:{signal:t.signal}),Xt(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(()=>_i(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:sn(),confirmation:"none"},t.signal===void 0?{}:{signal:t.signal}));return Gd(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(()=>Fo(this.api,this.entity.type,this.entity.id,e,{amount:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return gt(o)}async maxProgression(e,t,r){let o=await this.write(()=>Ei(this.api,this.entity.type,this.entity.id,e,{value:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return gt(o)}async claimProgression(e,t){let r=await this.write(()=>Bo(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return gt(r)}async resetProgression(e,t){let r=await this.write(()=>Li(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return gt(r)}async write(e){return this.cache.invalidate(),e()}};var sr=n=>typeof n=="string"?n:"",$d=n=>typeof n=="number"?n:0;function Ji(n){let e=n??{};return {orderId:sr(e.order_id),status:sr(e.status),source:sr(e.source),createdAt:$d(e.created_at)}}var dn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e={}){let r=await ki(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(Ji):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await ii(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Ji(r)}};var zi=n=>typeof n=="number"?n:0,jd=n=>typeof n=="string"?n:"";function qd(n){let e=n??{};return {progressionDefinitionId:jd(e.progression_definition_id),currentValue:zi(e.current_value),completionCount:zi(e.completion_count),isCompleted:e.is_completed===true}}var cn=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)return o;try{let i=await si(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return qd(i)}catch{return null}}};var un=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 ar(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 lr(n){try{let e=ar(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},Nd=3e4,Yi="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",Fd=/^[A-Za-z0-9_]{1,64}$/;function Re(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(!Fd.test(n)||n.startsWith("_"))throw new TypeError(`${JSON.stringify(n)} is not a usable save key: ${e}.`);return n}function Xi(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 dr(n,e){return n.aborted&&e?.aborted!==true}var Ud=new Set(["x-ms-blob-type"]),Bd=/^[ -~]+$/;function Hd(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(!Ud.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"||!Bd.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 cr(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 ur(n){return n?.reason==="not_found"}var mn=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=Xi(r.signal,i);try{let s=await Oi(this.api,this.entity.type,this.entity.id,Re(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=Hd(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 dr(a.signal,r.signal)?this.timeout("upload",i):new ne("upload_failed",`${Yi} for PUT. Underlying error: ${c}`)}if(!d.ok){let c=await lr(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 cr(await Xo(this.api,this.entity.type,this.entity.id,Re(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=Xi(t.signal,r);try{let i;try{let l=await tr(this.api,this.entity.type,this.entity.id,Re(e),{signal:o.signal});if(!l.modified)return null;i=l.body;}catch(l){if(ur(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 dr(o.signal,t.signal)?this.timeout("download",r):new ne("download_failed",`${Yi} for GET. Underlying error: ${l}`)}if(!s.ok){let l=await lr(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 tr(this.api,this.entity.type,this.entity.id,Re(e),{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?cr(r.body):null}catch(r){if(ur(r))return null;throw r}}async list(e={}){let t=await xi(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(cr),...typeof r=="string"&&r.length>0?{nextCursor:r}:{}}}async delete(e,t){try{await Jo(this.api,this.entity.type,this.entity.id,Re(e),{...t===void 0?{}:{signal:t}});}catch(r){if(!ur(r))throw r}}budget(e){return e??this.options.timeoutMs??Nd}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:dr(r,t)?this.timeout(o,i):e}};function Vd(n){try{return er(n)}catch{return n}}function mr(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"?Vd(t.value):"",...r===void 0?{}:{etag:r},updatedAt:typeof t.updated_at=="number"?t.updated_at:0}}var pn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e){let r=(await Si(this.api,this.entity.type,this.entity.id,e===void 0?{}:{signal:e}))?.settings;return Array.isArray(r)?r.map(o=>mr(o)):[]}async get(e,t={}){try{let r=await ti(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?mr(r.body,r.etag):null}catch(r){if(Qi(r))return null;throw r}}async put(e,t,r={}){let o=await Ti(this.api,this.entity.type,this.entity.id,e,{value:Zn(t)},{...r.signal===void 0?{}:{signal:r.signal},...r.ifMatch===void 0?{}:{ifMatch:r.ifMatch}});return mr(o)}async delete(e,t){try{await Ko(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});}catch(r){if(!Qi(r))throw r}}};function Qi(n){return n?.reason==="not_found"}function gn(n,e,t={}){let r=new un(ue,t.identity);t.onInventoryChanged&&r.onInvalidate(t.onInventoryChanged);let o=new on(n,e,r);return {settings:new pn(n,e),inventory:o,saves:new mn(n,e,t.saves??{}),currencies:new rn(o,t.resolveCurrencyId),mutations:new ln(n,e,r),orders:new dn(n,e),progressions:new cn(n,e,o)}}var pr={type:"players",id:"me"};var $e=n=>typeof n=="string"?n:"",Xe=n=>typeof n=="number"?n:0;function yn(n,e){let t=e??{},r=$e(t.character_id);if(r==="")throw new Error("[gem] a character response carried no character_id");return {...n(r),id:r,playerId:$e(t.player_id),gameId:$e(t.game_id),channel:$e(t.channel)||"release",name:$e(t.name),slotIndex:Xe(t.slot_index),isActive:t.is_active!==false,createdAt:$e(t.created_at),updatedAt:$e(t.updated_at)}}var fn=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=gn(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 Ri(this.api,e===void 0?{}:{signal:e}))?.characters;return Array.isArray(r)?r.map(o=>yn(this.scope,o)):[]}async get(e,t){let r=await Zo(this.api,e,t===void 0?{}:{signal:t});return yn(this.scope,r)}async create(e){let t=await Ho(this.api,{name:e.name},e.signal===void 0?{}:{signal:e.signal});return yn(this.scope,t)}async update(e,t,r){let o=await Mi(this.api,e,{name:t},r===void 0?{}:{signal:r});return yn(this.scope,o)}async delete(e,t){await Gi(this.api,e,t===void 0?{}:{signal:t});}async slots(e){let r=await fi(this.api,e===void 0?{}:{signal:e})??{};return {totalSlots:Xe(r?.total_slots),availableSlots:Xe(r?.available_slots),activeCharacterCount:Xe(r?.active_character_count),defaultMaxSlots:Xe(r?.default_max_slots),purchasedExtraSlots:Xe(r?.purchased_extra_slots),canPurchaseMore:r?.can_purchase_more===true}}};var me=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 Ae(n){return new me(n)}var yt={toPlain(n){return me.unwrap(n)},compare(n,e,t){let r=n instanceof me?me.unwrap(n):n,o=e instanceof me?me.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 me?me.unwrap(n):n,r=e instanceof me?me.unwrap(e):e;return t.normalize("NFC")===r.normalize("NFC")}};var Qe=n=>typeof n=="string"?n:"";function hn(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:Qe(e.transfer_id),status:Qe(e.status),sourceEntityId:Qe(e.source_entity_id),targetEntityId:Qe(e.target_entity_id),...t===void 0?{}:{message:Ae(t)},createdAt:Qe(e.created_at),expiresAt:Qe(e.expires_at),...r===void 0?{}:{resolvedAt:r}}}function Wd(){return crypto.randomUUID()}var bn=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 vi(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:Wd()},e.signal===void 0?{}:{signal:e.signal});return hn(t)}async list(e={}){let r=await Pi(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(hn):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await hi(this.api,e,t===void 0?{}:{signal:t});return hn(r)}async accept(e,t){return this.resolve(()=>No(this.api,e,t===void 0?{}:{signal:t}))}async reject(e,t){return this.resolve(()=>Ci(this.api,e,t===void 0?{}:{signal:t}))}async cancel(e,t){return this.resolve(()=>Uo(this.api,e,t===void 0?{}:{signal:t}))}async resolve(e){return this.inventory.invalidate(),hn(await e())}};var Kd=n=>typeof n=="string"?n:"",Jd=n=>typeof n=="string"&&n?n:void 0,zd=n=>typeof n=="number"?n:void 0;function Zi(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 Yd(n){if(typeof n!="object"||n===null||Array.isArray(n))throw new ie("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 ie("config_malformed",`config \`${l}\` is ${typeof d}, expected an array`);return d},r=zd(e.version);if(r===void 0)throw new ie("config_malformed","config document has no numeric `version` \u2014 this is not a game config snapshot");let o=(l,d,m)=>{let c=Kd(l.id);if(!c)throw new ie("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:Zi(i),currency:Zi(a)}}var ie=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemConfigError";}reason},es=10*1024*1024,ts=15e3,ns=new Set(["dev","test","release"]);function Xd(n){if(!ns.has(n))throw new ie("config_channel_unknown",`the play token names channel "${n}", which is not one of ${[...ns].join(", ")}. gem-api would reject the assignment read.`);return n}var vn=n=>typeof n=="number"?n:0,gr=n=>typeof n=="string"?n:"";function Qd(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:gr(o.entry_id),weight:vn(o.weight),dropRate:vn(o.drop_rate),...i===void 0?{}:{rarityTier:i}}}):[];return {lootTableId:gr(e.loot_table_id),name:gr(e.name),rollCount:vn(e.roll_count),allowDuplicateRolls:e.allow_duplicate_rolls===true,totalWeight:vn(e.total_weight),entries:t}}var _n=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 ie("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 ei(this.api,e,t===void 0?{}:{signal:t});return Qd(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??ts),t;try{let l=await Qo(this.api,Xd(this.channel()),{signal:e});if(!l.modified)throw new ie("config_malformed","the assignment read answered 304 Not Modified, but no `If-None-Match` was sent");t=l.body;}catch(l){if(l instanceof ie)throw l;if(l?.reason==="not_found")return null;throw l}let r=Jd(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 ie("config_timeout",`the config document did not arrive within ${this.options.timeoutMs??ts}ms`):new ie("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=>ar(d)).catch(()=>"");throw new ie("config_unreachable",`the config document answered ${i.status}`+(l?`: ${l}`:". The response carried no readable detail."))}let a=await i.text();if(a.length>es)throw new ie("config_too_large",`the config document is ${a.length} bytes, over the ${es} cap`);let s;try{s=JSON.parse(a);}catch(l){throw new ie("config_malformed",`config document is not JSON: ${String(l)}`)}return Yd(s)}};var yr=400,ft=n=>typeof n=="string"?n:"",Zd=/(?:Z|[+-]\d{2}:?\d{2})$/i;function rs(n){let e=ft(n);if(!Zd.test(e))return 0;let t=Date.parse(e);return Number.isFinite(t)?Math.floor(t/1e3):0}var ec=/^[0-9a-f]{1,64}$/;function tc(n){let e=n??{},t=rs(e.period_start_at),r=rs(e.period_ends_at);if(t===0||r===0)return;let o=ft(e.slug),i=ft(e.seed);return {id:ft(e.progression_definition_id),...o===""?{}:{slug:o},window:ft(e.window),periodStartAt:t,periodEndsAt:r,seed:ec.test(i)?i:""}}var ht=class{#e;constructor(e){this.#e=e;}async list(e={}){let{periodsBack:t}=e;if(t!==void 0&&(!Number.isInteger(t)||t<0||t>yr))throw new TypeError(`periodsBack must be an integer between 0 and ${yr}, got ${String(t)}`);let o=await wi(this.#e,{...t===void 0?{}:{periods_back:t},...e.signal===void 0?{}:{signal:e.signal}})??{};return Array.isArray(o.challenges)?o.challenges.map(tc).filter(i=>i!==void 0):[]}};var os=100,bt=n=>typeof n=="string"?n:"",Ze=n=>typeof n=="number"?n:0,Ie=n=>typeof n=="string"?n:void 0,nc=n=>typeof n=="number"?n:void 0,as={player:"players",character:"characters"};function rc(n,e){let t=n??{},r=Ie(t.entity_id),o=typeof t.entity_type=="string"&&Object.hasOwn(as,t.entity_type)?t.entity_type:void 0,i=Ie(t.display_name),a=Ie(t.discriminator),s=Ie(t.display_tag),l=ls(t.stats),d=t.properties!==null&&typeof t.properties=="object"?t.properties:void 0,m=e?t.is_viewer===true:void 0;return {rank:Ze(t.rank),occurredAt:Ze(t.occurred_at),...m===void 0?{}:{isViewer:m},...r===void 0?{}:{entityId:r},...o===void 0?{}:{entityType:o},...i===void 0?{}:{displayName:i},...a===void 0?{}:{discriminator:a},...s===void 0?{}:{displayTag:s},...l===void 0?{}:{stats:l},...d===void 0?{}:{properties:d}}}function is(n,e){let t=n??{},r=Ie(t.bucket_1),o=Ie(t.bucket_2),i=nc(t.update_frequency_seconds);return {leaderboardType:bt(t.leaderboard_type),runType:bt(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:Ze(t.generated_at),...i===void 0?{}:{updateFrequencySeconds:i}}}function ss(n){if(n===null||typeof n!="object"||Array.isArray(n))return;let e=n;if(!Number.isFinite(e.rank))return;let t=ls(e.stats),r=e.properties!==null&&typeof e.properties=="object"?e.properties:void 0;return {rank:e.rank,occurredAt:Ze(e.occurred_at),...t===void 0?{}:{stats:t},...r===void 0?{}:{properties:r}}}function ls(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 oc(n,e,t){let r=n??{},o=Ie(r.bucket_1),i=Ie(r.bucket_2);return {leaderboardType:bt(r.leaderboard_type),runType:bt(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(ss).filter(a=>a!==void 0):[],personalBest:ss(r.personal_best)??null,totalRuns:Ze(r.total_runs),totalRunsExact:r.total_runs_exact!==false,generatedAt:Ze(r.generated_at)}}var vt=class{#e;constructor(e){this.#e=e;}async get(e,t={}){let r=await ui(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 is(r,false)}async friends(e,t={}){let r=await di(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 is(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>os)throw new TypeError(`limit must be an integer between 1 and ${os}, got ${String(s)}`)}let i=await oi(this.#e,e,as[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"&&bt((i??{}).entity_id)||r;return oc(i,t,a)}};var wn=n=>typeof n=="string"?n:"",hr=n=>typeof n=="number"?n:0,fr=n=>typeof n=="string"?n:void 0;function ds(n){let e=n??{};return {playerId:wn(e.player_id),key:wn(e.key),value:e.value,updatedAt:hr(e.updated_at)}}function ic(n){let e=n??{},t=fr(e.display_name),r=fr(e.discriminator),o=fr(e.display_tag);return {playerId:wn(e.player_id),...t===void 0?{}:{displayName:t},...r===void 0?{}:{discriminator:r},...o===void 0?{}:{displayTag:o},value:e.value,isViewer:e.is_viewer===true,updatedAt:hr(e.updated_at)}}function sc(n){return n?.reason==="not_found"}var _t=class{constructor(e,t){this.api=e;this.selfPlayerId=t;}api;selfPlayerId;async friends(e,t={}){let o=await ci(this.api,Re(e),{...t.signal===void 0?{}:{signal:t.signal}})??{};return {key:wn(o.key),entries:Array.isArray(o.entries)?o.entries.map(ic):[],generatedAt:hr(o.generated_at)}}async of(e,t,r={}){try{return ds(await yi(this.api,e,Re(t),{...r.signal===void 0?{}:{signal:r.signal}}))}catch(o){if(sc(o))return null;throw o}}async set(e,t,r={}){if(Re(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 ds(await Ii(this.api,o,e,{value:t},{...r.signal===void 0?{}:{signal:r.signal}}))}async clear(e,t={}){let r=await this.selfPlayerId();await zo(this.api,r,Re(e),{...t.signal===void 0?{}:{signal:t.signal}});}};var je=n=>typeof n=="string"?n:void 0;function ac(n){let e=n??{},t=je(e.display_name),r=je(e.discriminator),o=je(e.display_tag),i=je(e.avatar_icon_id),a=je(e.avatar_icon_url);return {playerId:je(e.player_id)??"",...t===void 0?{}:{displayName:t},...r===void 0?{}:{discriminator:r},...o===void 0?{}:{displayTag:o},...i===void 0?{}:{avatarIconId:i},...a===void 0?{}:{avatarIconUrl:a}}}function lc(n){let e=n??{},t=e.has_more===true?je(e.next_cursor):void 0;return {friends:Array.isArray(e.data)?e.data.map(ac):[],...t===void 0?{}:{nextCursor:t}}}var wt=class{#e;constructor(e){this.#e=e;}async list(e={}){let t=await Ai(this.#e,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}});return lc(t)}};var cs=n=>typeof n=="string"?n:void 0;function dc(n){let e=n??{},t=cs(e.currency_id);if(t===void 0||t==="")return;let r=typeof e.balance=="number"&&Number.isFinite(e.balance)?e.balance:0;return {slug:cs(e.slug)??"",currencyId:t,balance:r,access:e.access==="spend"?"spend":"read"}}var Rn=class{#e;constructor(e){this.#e=e;}async get(e={}){let r=(await Xt(this.#e,e))?.currencies;if(!Array.isArray(r))return [];let o=[];for(let i of r){let a=dc(i);a!==void 0&&o.push(a);}return o}},Rt=class{currencies;constructor(e){this.currencies=new Rn(e);}};var br=n=>typeof n=="string"?n:"",us=n=>typeof n=="number"?n:0,St=n=>typeof n=="string"?n:void 0;function cc(n){let e=n??{};return {key:br(e.key),visibility:br(e.visibility),value:e.value,updatedAt:us(e.updated_at)}}function uc(n){let e=n??{},t=St(e.display_name),r=St(e.discriminator),o=St(e.display_tag),i=St(e.avatar_icon_id),a=St(e.avatar_icon_url);return {playerId:br(e.player_id),...t===void 0?{}:{displayName:t},...r===void 0?{}:{discriminator:r},...o===void 0?{}:{displayTag:o},...i===void 0?{}:{avatarIconId:i},...a===void 0?{}:{avatarIconUrl:a},showcase:Array.isArray(e.showcase)?e.showcase.map(cc):[],generatedAt:us(e.generated_at)}}function mc(n){return n?.reason==="not_found"}var kt=class{#e;constructor(e){this.#e=e;}async of(e,t={}){try{return uc(await mi(this.#e,e,{...t.signal===void 0?{}:{signal:t.signal}}))}catch(r){if(mc(r))return null;throw r}}};var pc=["gem_session_start","gem_session_end","gem_pause","gem_resume","gem_boot_ready","gem_match_started","gem_match_ended","gem_auth_lost"],vr="gem_";function ms(n){return n.startsWith(vr)}var ps=1e4,gc=50,yc=500,fc=65536-4*1024,hc=24*1024;function gs(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 ys=n=>typeof n=="number"?n:0,bc=n=>typeof n=="string"?n:"";function fs(n=0){return {accepted:0,rejected:[],dropped:n,duplicate:false}}function vc(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:ys(i.index),code:bc(i.code)}}):[];return {accepted:ys(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function hs(){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 _c(n){return n?.retryable===true}var xt=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(ps,e.options?.flushIntervalMs??ps),this.#u=Math.max(1,Math.floor(e.options?.maxQueue??yc));}track(e,t={}){if(!(!this.#i||this.#n)){if(ms(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,gs({...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.")),fs();if(this.#R(),this.#t.length===0)return fs();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:hs(),sent_at_ms:a,events:o.map(d=>bs(d,a))},l={client:this.#e.client(),gameId:()=>t};this.#y=true;try{let d=await bi(l,s,{...e.signal===void 0?{}:{signal:e.signal},...r?{keepalive:!0}:{}}),m=vc(d,i);return this.#x(m),m}catch(d){throw _c(d)?this.#S(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,gs(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.#R();this.#t.length>=this.#u;)this.#t.shift(),this.#r+=1;this.#t.push({uid:hs(),name:e,atMs:this.#e.clock.now(),dimensions:r,measures:o}),this.#t.length>=gc?this.#h():this.#l();}#h(e={}){this.flush(e).catch(()=>{});}#S(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?hc:fc,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(bs(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);}#R(){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}). `+wc(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 bs(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,dimensions:n.dimensions,measures:n.measures}}function wc(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 pe(n){if(typeof n!="string")return;let e=n.trim();return e.length===0?void 0:e}var Rc=2e3;function vs(n){let e,t=false,r=null;return {resolve(){if(e!==void 0)return Promise.resolve(e);if(t||!n.bridge.parentSupports("clusterTarget"))return Promise.resolve(void 0);if(r!==null)return r.promise;let o,i=new Promise(a=>{let s=false,l=null;o=d=>{s||(s=true,r=null,n.clock.clearTimeout(l),a(d));},l=n.clock.setTimeout(()=>{t=true,o(void 0);},n.timeoutMs??Rc);});return r={promise:i,settle:o},i},accept(o){let i=pe(o);i!==void 0&&(e=i,r?.settle(i));}}}var Sc=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=Sc.has(t),this.platformCode=o?.platformCode;}reason;retryable;platformCode};var _s=["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"],kc=new Set(_s);function et(n){return typeof n=="string"&&kc.has(n)?n:"unknown"}var Sn="webrtc_dedicated",Sr=["universal","mobile","web"];var xc="p2p_unavailable",ws=3e4,Rs=1e3,Ss=2e4;async function kr(n){let e=pe(n.clusterTargetId),t=n.clock??ue,r=n.retry??{},o=r.budgetMs??ws,i=r.maxDelayMs??Ss,a=r.initialDelayMs??Rs,s=t.now(),l=s+o,d=0;for(;;){d++;try{let m=await Er(n.signal,"while allocating",()=>n.client.post(`${As(n)}/start_match`,e===void 0?{}:{cluster_target_id:e},n.signal));return {matchId:m.match_id,status:m.status}}catch(m){if(!Ac(m)||o<=0)throw m;if(m.status===503&&m.code===xc)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: ${m.message}`,{cause:m});let c=Math.min(i,a*2**(d-1)),p=Math.min(i,(m.retryAfterSeconds??0)*1e3),g=Math.max(c/2,p)+Math.random()*(c/2);if(t.now()+g>l)throw Pc(n,m,d,t.now()-s,o);if(r.onWaiting?.({attempt:d,elapsedMs:t.now()-s,budgetMs:o,nextAttemptInMs:g,status:m.status,message:m.message}),await kn(t,g,n.signal),n.signal?.aborted)throw Rr("while waiting to allocate")}}}function Ac(n){return n instanceof q?n.status===503?true:n.status===429&&n.code!=="too_many_concurrent_matches":false}function Pc(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 Ec=12e4,Tc=1e3;async function xr(n){let{clock:e,matchId:t}=n,r=n.pollIntervalMs??Tc,o=n.timeoutMs??Ec,i=e.now()+o,a=ks(n),s={seen:n.knownToExist===true};for(;;){let l=await xs(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 kn(e,r,n.signal);}}async function Ar(n){return (await xs(n,ks(n),{seen:n.knownToExist===true})).outcome}function ks(n){let e=new URLSearchParams({platform:n.version.platform,game_version:n.version.gameVersion});return `${As(n)}/matches/${encodeURIComponent(n.matchId)}/status?${e}`}async function xs(n,e,t){let{matchId:r}=n,o=n.clock.now(),i;try{i=await Er(n.signal,"while polling match status",()=>n.client.get(e,n.signal));}catch(a){if(a instanceof q&&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:Ic(r,i,o)};if(i.status==="failed"){let a=i.ended_reason;return typeof a=="string"?{status:"failed",outcome:{status:"ended",matchId:r,reason:et(a)}}:{status:"failed",outcome:{status:"failed",matchId:r,reason:i.failure_reason??"unknown"}}}return {status:i.status,outcome:null}}async function Pr(n){let e=await Er(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 Er(n,e,t){if(n?.aborted)throw Rr(e);try{return await t()}catch(r){throw n?.aborted?Rr(e,r):r}}function Rr(n,e){return new h("aborted",`the caller aborted ${n}`,e===void 0?void 0:{cause:e})}function Ic(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 As(n){return `/v1/games/${encodeURIComponent(n.gameId)}/game-rooms/${encodeURIComponent(n.roomId)}`}function kn(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 Ps(n){return typeof n=="string"&&n.trim()!==""}function xn(n,e){return Ps(n)?n.trim():Ps(e)?e:null}var An="0.1.0-beta",Es="0-beta",tt="web",Cc=/^(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 Mc(n){let e=Cc.exec(n),t=e?.[1],r=e?.[4];return t===void 0?null:r===void 0?t:`${t}-${r}`}function Ts(n,e){let t=Oc(n.platform,e),r=n.engineVersion;if(r===void 0)return {...n,platform:t,engineVersion:An};let o=Mc(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 '${An}' for it.`);if(o!==Es)throw new h("misconfigured",`${e} refused: engineVersion '${r}' derives to engine line '${o}', and '${Es}' 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 '${An}' for it.`);return {...n,platform:t,engineVersion:r}}function Oc(n,e){if(n===void 0||n===tt)return tt;if(!Sr.includes(n))throw new h("misconfigured",`${e} refused: platform '${String(n)}' is not a client platform gem-api recognises \u2014 it knows ${Sr.map(t=>`'${t}'`).join(", ")}. Remove the field: the SDK reports '${tt}', which is the only one true of a browser build.`);return console.warn(`[gem] ${e}: clientVersion.platform '${n}' was replaced with '${tt}' 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.`),tt}var Lc="join",Gc="welcome",Dc="rejected",Is=25e3,$c=1e3,Tr=1;function Ir(n){return typeof n=="number"&&Number.isFinite(n)&&n>0?n:void 0}var jc={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 Cr(n){let e=typeof n=="string"?n:"unknown";return new h(jc[e]??"join_refused",`the server runtime rejected the join credential: ${e}`)}function At(n){let{channel:e,clock:t}=n;return new Promise((r,o)=>{let i=false,a=Math.min(n.credentialExpiresAt-t.now(),n.ceilingMs??Is),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,$c)),l=x=>{let E=x.data;if(typeof E!="string"){c(E);return}let I;try{I=JSON.parse(E);}catch{c(E);return}if(i){c(E);return}if(I.t===Gc){let v=Ir(I.heartbeat_interval);g({...typeof I.player_id=="string"?{playerId:I.player_id}:{},...typeof I.match_id=="string"?{matchId:I.match_id}:{},...v===void 0?{}:{heartbeatIntervalMs:v}});return}if(I.t===Dc){w(Cr(I.reason));return}c(E);},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);},y=()=>{e.removeEventListener("message",l);},g=x=>{i=true,p(),n.onMessage===void 0&&y(),r({welcome:x,detach:y});},w=x=>{i||(i=true,p(),y(),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:Lc,credential:n.credential,...n.wire===void 0?{}:{wire:n.wire},...n.heartbeat===!0?{heartbeat:Tr}:{}}));}catch(x){w(new h("connection_failed",`the join frame could not be sent on the open channel: ${String(x)}`,{cause:x}));}})}var qe=1,Pt=2,Mr=4,Gr=8,qc=2,Nc=1e3,Dr="heartbeat timeout",Et="gem-uu",Pn=2,Ms="gem_transports";function nt(n){if(!Array.isArray(n))return null;let e=[];for(let t of n){if(typeof t!="string")continue;let r=t.toLowerCase();!Fc(r)||e.includes(r)||e.push(r);}return e}function Fc(n){return n==="webtransport"||n==="webrtc"||n==="websocket"}function Tt(n,e){if(typeof n!="object"||n===null)return null;let t=n[Ms];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 En(n){return n instanceof Error?n.message===""?n.name:`${n.name}: ${n.message}`:String(n)}var Os=new TextEncoder,Ls=new TextDecoder;function $r(n,e){let t=new Uint8Array(e.byteLength+1);return t[0]=n,t.set(e,1),t}function jr(n){let e=0;return n?.reliable===false&&(e|=qe),n?.ordered===false&&(e|=Pt),e}function qr(n){return {reliable:(n&qe)===0,ordered:(n&Pt)===0}}var Nr={reliable:true,ordered:true};function Gs(n){return JSON.stringify({t:"join",credential:n,wire:Pn,heartbeat:Tr})}function Ds(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=Ir(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"?Cr(e.reason):new h("join_refused","the server answered the join out of protocol")}function Tn(){return typeof globalThis.WebTransport=="function"&&Fr===null}function In(){return Fr}var Fr=null;var Cs="webtransport has no datagram lane; refusing the rung \u2014 server-to-client unreliable traffic would be silently lost";function Uc(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 Or=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 Lr(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 It(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:Uc(n.certHashBase64)}]});}let r=t,o=s=>{try{r.close();}catch{}throw s},i=r.datagrams;(i?.readable===void 0||i.writable===void 0)&&(Fr=Cs,o(new h("connection_failed",`${Cs}; 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(Lr(Mr,Os.encode(Gs(n.credential))));let c=new Or,p=d.readable.getReader(),y;for(;y===void 0;){let g=await Promise.race([p.read(),a]);if(g.done||g.value===void 0)return o(new h("connection_failed","the control stream closed before the join was answered"));for(let w of c.push(g.value)){y=Ds(Ls.decode(w.payload));break}}return {link:Bc(r,m,p,c,n.log??(g=>console.warn(g)),js(y,n.clock)),welcome:y}}catch(s){return o(s)}}function Bc(n,e,t,r,o,i){let a,s,l=false,d=g=>{if(!l){l=true,m.stop();try{n.close();}catch{}s?.(g);}},m=Br(i,()=>d(Dr)),c=(g,w)=>{m.heard(),(g&Gr)===0&&a!==void 0&&((g&Mr)!==0?a(Ls.decode(w),Nr):a(w,qr(g)));};(async()=>{try{for(;;){let g=await t.read();if(g.done||g.value===void 0)break;for(let w of r.push(g.value))c(w.flags,w.payload);}}catch{}d("stream closed");})();let p,y;try{let g=n.datagrams;if(g?.readable!==void 0&&g.writable!==void 0){let w=g.readable.getReader();y=g.writable.getWriter(),p=g,(async()=>{try{for(;;){let x=await w.read();if(x.done||x.value===void 0)break;let E=x.value;E.byteLength!==0&&c((E[0]??0)|qe|Pt,E.slice(1));}}catch{}})();}else o("[gem] webtransport link has no datagram lane; unreliable sends ride the stream");}catch(g){p=void 0,y=void 0,o(`[gem] webtransport datagram lane unusable (${En(g)}); unreliable sends ride the stream`);}return n.closed.then(g=>d($s(g?.reason)??"session closed"),()=>d("session failed")),{transport:"webtransport",send(g,w){if(l)return;if(typeof g=="string"){e.write(Lr(Mr,Os.encode(g))).catch(()=>d("write failed"));return}let x=jr(w);if((x&qe)!==0&&y!==void 0){let E=$r(x,g),I=p?.maxDatagramSize;if(I===void 0||E.byteLength<=I){y.write(E).catch(()=>{});return}}e.write(Lr(x,g)).catch(()=>d("write failed"));},onMessage(g){a=g;},onClose(g){s=g;},close(){d("closed");}}}function Ur(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=y=>{a||(a=true,clearTimeout(s),r.close(),i(y));},d=()=>{r.send(Gs(n.credential));},m=y=>{if(a)return;if(typeof y.data!="string"){l(new h("join_refused","the server sent binary before answering the join"));return}let g;try{g=Ds(y.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:Hc(r,js(g,n.clock)),welcome:g});},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 $s(n){return typeof n=="string"&&n.length>0?n:void 0}function js(n,e){return n.heartbeatIntervalMs===void 0?void 0:{clock:e,intervalMs:n.heartbeatIntervalMs}}function Br(n,e){if(n===void 0)return {heard:()=>{},stop:()=>{}};let{clock:t}=n,r=Math.max(n.intervalMs,Nc)*qc,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 Hc(n,e){let t,r,o=false,i=s=>{if(!o){o=true,a.stop();try{n.close();}catch{}r?.(s);}},a=Br(e,()=>i(Dr));return n.addEventListener("message",(s=>{if(a.heard(),typeof s.data=="string"){t?.(s.data,Nr);return}let l=new Uint8Array(s.data);if(l.byteLength===0)return;let d=l[0]??0;(d&Gr)===0&&t?.(l.slice(1),qr(d));})),n.addEventListener("close",(s=>i($s(s?.reason)??"socket closed"))),{transport:"websocket",send(s,l){if(!o){if(typeof s=="string"){n.send(s);return}n.send($r(jr(l),s));}},onMessage(s){t=s;},onClose(s){r=s;},close(){i("closed");}}}function Hr(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=Br(r,()=>l(Dr)),m=(c,p)=>{if(d.heard(),typeof c=="string"){o?.(c,Nr);return}let y=new Uint8Array(c);if(y.byteLength===0)return;let g=y[0]??0;(g&Gr)===0&&o?.(y.slice(1),qr(g|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|Pt))),c.addEventListener("close",(()=>{s=void 0;}));}return {transport:"webrtc",send(c,p){if(a)return;if(typeof c=="string"){n.send(c);return}let y=jr(p),g=$r(y,c);if((y&qe)!==0&&s!==void 0&&s.readyState==="open"){s.send(g);return}n.send(g);},onMessage(c){o=c;},onClose(c){i=c;},close(){l("closed");}}}function Kr(n){if(typeof n!="object"||n===null)return;let e={};for(let[t,r]of Object.entries(n)){let o=Vr(r);o!==void 0&&(e[t]=o);}return e}function Jr(n){if(Array.isArray(n))return n.map(Vc).filter(e=>!!e)}function Vr(n){if(Wr(n)||Array.isArray(n)&&n.every(Wr))return n}function Wr(n){return typeof n=="string"||typeof n=="boolean"||typeof n=="number"&&Number.isFinite(n)}function Vc(n){let e=n??{};if(typeof e.name!="string"||e.name.length===0)return null;let t=Vr(e.fixed),r=Vr(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},...rt("description",Wc(e.description)),...Array.isArray(e.allowed)&&e.allowed.every(Wr)?{allowed:e.allowed}:{},...rt("min",Ct(e.min)),...rt("max",Ct(e.max)),...rt("minItems",Ct(e.min_items)),...rt("maxItems",Ct(e.max_items)),...rt("maxLength",Ct(e.max_length))}}function Wc(n){return typeof n=="string"&&n.length>0?n:void 0}function Ct(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function rt(n,e){return e===void 0?{}:{[n]:e}}function ke(n){let e=n??{},t=W(e.id)??W(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(qs):[];return {id:t,gameId:W(e.game_id)??"",name:W(e.name)??"",status:W(e.status)??"open",hostPlayerId:W(e.host_player_id)??"",maxPlayers:Se(e.max_players)??0,memberCount:Se(e.member_count)??r.length,members:r,isPublic:e.is_public!==false,...ve("joinCode",W(e.join_code)),...e.settings===void 0?{}:{settings:e.settings},...ve("roomArgs",Kr(e.room_args)),...ve("roomArgsTemplate",Jr(e.room_args_template)),gameChannel:W(e.game_channel)??"release",...ve("region",W(e.region)),...ve("matchId",W(e.match_id)),version:Se(e.version)??0,...ve("templateId",W(e.template_id)),roomType:W(e.game_room_type)??"Standard",...ve("transports",nt(e.transports)??void 0),createdAt:Se(e.created_at)??0,updatedAt:Se(e.updated_at)??0,...ve("startedAt",Se(e.started_at))}}function qs(n){let e=n??{},t=W(e.display_name),r=W(e.display_tag);return {playerId:W(e.player_id)??"",isReady:e.is_ready===true,role:W(e.role)??"member",joinedAt:Se(e.joined_at)??0,...ve("groupId",W(e.group_id)),...ve("platform",W(e.platform)),...t===void 0?{}:{displayName:Ae(t)},...r===void 0?{}:{displayTag:Ae(r)},...ve("discriminator",W(e.discriminator))}}function Cn(n){let e=n??{};return {id:W(e.id)??W(e.game_room_id)??"",gameId:W(e.game_id)??"",name:W(e.name)??"",status:W(e.status)??"open",hostPlayerId:W(e.host_player_id)??"",maxPlayers:Se(e.max_players)??0,memberCount:Se(e.member_count)??0,isPublic:e.is_public!==false,gameChannel:W(e.game_channel)??"release",roomType:W(e.game_room_type)??"Standard",createdAt:Se(e.created_at)??0}}function W(n){return typeof n=="string"&&n.length>0?n:void 0}function Se(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function ve(n,e){return e===void 0?{}:{[n]:e}}var Mt=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(Cn),...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(Cn)}))}create(e,t){return Kc(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},...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},...Mn(t)},e.signal).then(ke)}get(e,t){return this.options.client.get(this.roomV2(e),t).then(ke)}join(e,t,r){return this.options.client.post(`${this.roomV2(e)}/join`,{...t.partyId===void 0?{}:{party_id:t.partyId},...Mn(r)},t.signal).then(ke)}joinByCode(e,t,r){return this.options.client.post(`${this.baseV2()}/join`,{join_code:e,...t.partyId===void 0?{}:{party_id:t.partyId},...Mn(r)},t.signal).then(ke)}quickJoin(e,t){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},...e.name===void 0?{}:{name:e.name},...e.partyId===void 0?{}:{party_id:e.partyId},...Mn(t)},e.signal).then(ke)}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(ke)}setReady(e,t,r){return this.options.client.post(`${this.roomV2(e)}/ready`,{is_ready:t},r).then(ke)}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(ke)}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 Mn(n){return {platform:n.platform,game_version:n.gameVersion,engine_version:n.engineVersion}}function Kc(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 Ot=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 Jc(n,e){return Math.min(e,500*2**Math.max(0,n-1))}var zc=1e3,Yc=3e3,Xc=6e4,Qc=2,Ns=new Set(["game_room_closed","game_room_gone"]),Zc=12e4,eu=5e3;function Yr(n){return new zr(n)}var zr=class{constructor(e){this.options=e;this.autoFollow=e.followMatch!==false,this.api=new Mt({client:e.client,gameId:()=>this.requireGameId()}),this.installUnloadNotifier(),this.installResumeWatch(),this.retuneSeatWatch();}options;emitter=new Ot;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=await this.attachParty(e),r=await this.run("create",()=>this.api.create(t,this.version("create")));return this.enter(r,"created"),r}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=await this.attachParty(e),r=await this.run("quickJoin",()=>this.api.quickJoin(t,this.version("quickJoin")).catch(o=>this.retryPastStaleMembership(o,t)));return this.enter(r,"joined"),r}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 q&&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(()=>Ar({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 q&&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=et(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=pe(e.clusterTargetId)??pe(await this.options.resolveClusterTarget?.());await this.options.ensureLocalServer?.(t.id);let o=await this.run("startMatch",()=>kr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:t.id,...r===void 0?{}:{clusterTargetId:r},retry:{...e.retry,onWaiting:i=>{this.emitter.emit("matchStartWaiting",i),e.retry?.onWaiting?.(i);}},...e.signal===void 0?{}:{signal:e.signal}}));return this.beginMatch(o.matchId),o}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 xr({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,!Ns.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<zc){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(Jc(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(()=>Ar({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,!Ns.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(()=>{}));}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 On)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 On)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??eu}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=xn(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 Ts({...t,gameVersion:r},e)}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){if(!(e instanceof q)||e.reason!=="conflict")throw e;if(this.options.recoverStaleMembership===false)throw new q(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 r;try{r=await this.leaveAll(t.signal);}catch{throw new q(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(r.length===0)throw new q(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"))}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 q?{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=tu(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??Zc;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??Yc}pushedInterval(){return this.options.pushedPollIntervalMs??Xc}pushed(){return this.options.clock.now()-this.lastPushAt<Qc*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 On=["visibilitychange","focus","pageshow","online"];function tu(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||Fs(n)!==Fs(e)}function Fs(n){return n.members.map(e=>`${e.playerId}:${e.isReady?1:0}:${e.role}`).sort().join(",")}var nu=["p2p","dedicated","unknown"],Xr=["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 ot=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=>Xr.includes(o.type)).slice(0,100).map(o=>{let i=ou(o.transport??e);return {event_type:o.type,timestamp:r,...i===void 0?{}:{transport:i},data:o.value===void 0?{}:{value:o.value}}})}function ou(n){if(n!==void 0)return nu.includes(n)?n:"unknown"}var Lt=class{constructor(e){this.options=e;this.reporter=new ot({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:Ln(o.credential)??"",hostFingerprint:Ln(o.host_fingerprint)??"",hostEpoch:Gn(o.host_epoch)??0,expiresAt:(Gn(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:Ln(d.username)??"",credential:Ln(d.credential)??""});}let a=Gn(o.expires_at),s=Gn(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 Ln(n){return typeof n=="string"&&n.length>0?n:void 0}function Gn(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}var iu=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=iu.has(t);}reason;retryable};var Us=10240,Bs=2048,su=new TextEncoder;function Hs(n){return su.encode(n).length}function Ce(n,e){let t=o=>{throw new h("invalid_sdp",`the ${e} ${o}`)},r=Hs(n);r>=Us&&t(`is ${r} bytes, over the ${Us} 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=Hs(o);i>Bs&&t(`has a ${i}-byte line, over the ${Bs} limit`);}}function Dn(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 $n=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 au=/^sha-256 ([0-9A-F]{2}:){31}[0-9A-F]{2}$/;function it(n){let e=null;for(let t of n.split(/\r\n|\n/)){if(!t.startsWith("a=fingerprint:"))continue;let r=jn(t.slice(14).trim());if(r===null||e!==null&&e!==r)return null;e=r;}return e}function jn(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 au.test(r)?r:null}function Gt(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 Qr=5e3,lu=12e4+Qr,du=1024,cu=6e4,uu=1e4,Vs=64*1024,Ws=5;function Zr(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,y)=>globalThis.fetch(p,y)),l;try{l=await s(o.url,{redirect:"error",credentials:"omit",cache:"no-store",referrerPolicy:"no-referrer",signal:AbortSignal.timeout(uu)});}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>Vs)throw new L("keys_unavailable",`the JWKS endpoint at ${o.shown} answered with more than ${Vs} 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>Ws)throw new L("keys_unavailable",`the JWKS endpoint published ${m.length} keys, over the ${Ws} the platform declares. Refusing rather than verifying against a set of unknown size.`);let c=i();for(let p of m){let y=p;if(y.kty==="RSA"&&!(y.alg!==void 0&&y.alg!=="RS256")&&!(y.use!==void 0&&y.use!=="sig")&&!(typeof y.kid!="string"||y.kid.length===0))try{let g=await c.importKey("jwk",{...p,alg:"RS256",ext:!0},{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);e.set(y.kid,g);}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<cu?null:(t=d,r??=a().finally(()=>{r=null;}),await r,e.get(s)??null)}}}var Dt=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>=du){let r=this.seen.keys().next().value;r!==void 0&&this.seen.delete(r);}return this.seen.set(e,t+lu),true}};function Js(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 Ks(n){try{let e=new TextDecoder().decode(Js(n)),t=JSON.parse(e);return typeof t!="object"||t===null||Array.isArray(t)?null:t}catch{return null}}async function eo(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=Ks(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 y=o.subtle??globalThis.crypto?.subtle;y||i("this environment has no WebCrypto");let g=new TextEncoder().encode(`${s}.${l}`),w;try{w=Js(d);}catch{i("its signature does not decode");}await y.verify({name:"RSASSA-PKCS1-v1_5"},p,w,g)||i("its signature does not verify");let E=Ks(l);E===null&&i("its payload does not decode");let I=E,v=D=>typeof I[D]=="string"?I[D]:"",R=D=>typeof I[D]=="number"&&Number.isFinite(I[D])?I[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 M=R("exp")*1e3,k=R("nbf")*1e3;(!Number.isFinite(M)||e.now>M+Qr)&&i("it has expired"),Number.isFinite(k)&&e.now<k-Qr&&i("it is not valid yet");let H=v("role");H!=="host"&&H!=="client"&&i("it names no usable role");let N=R("host_epoch");N!==e.hostEpoch&&i("it names a different host epoch");let V=jn(v("fingerprint"));V===null&&i("its fingerprint claim is malformed"),Gt(V,e.peerFingerprint)||i("it was issued for a different certificate than this connection used");let S=jn(v("host_fingerprint"));S===null&&i("its host fingerprint claim is malformed"),Gt(S,e.hostFingerprint)||i("it was issued against a different host certificate");let A=v("jti");A.length===0&&i("it carries no jti, so replay cannot be detected"),r.admit(A,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:S,jti:A,expiresAt:M}}function to(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 no(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 ro(n){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,3),t.setUint8(1,n),e}function oo(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 zs(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 Ys(n){switch(n){case 129:return "not_expected_player";case 130:return "kicked";case 131:return "keys_unavailable";default:return "peer_unauthenticated"}}var $t=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 io={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}},Pe=["reliable","ordered","unreliable"];function so(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 jt(){let n=globalThis.RTCPeerConnection;return n?.generateCertificate?n.generateCertificate({name:"ECDSA",namedCurve:"P-256"}):null}var Qs=1,fu=3e4,Zs=2e3,hu=5e3,ea=6e4,bu=8,lo=class{constructor(e=bu){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;}},vu=new lo,_u=8,wu=new Set(["timeout","connection_failed","invalid_sdp","peer_unauthenticated","not_expected_player","keys_unavailable"]),Nt=class{constructor(e){this.options=e;this.keys=e.keys??Zr({baseUrl:e.baseUrl,now:()=>e.clock.now()});}options;emitter=new $n;links=new Map;replays=new Dt;keys;localPlayerId="";migration=null;iceServers=[];credential=null;nextPeerId=Qs+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??fu;this.credentialDeadline=this.options.clock.now()+t;let r=new Promise((s,l)=>{this.ready={resolve:s,reject:l};}),o=pe(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: ${ao(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=qn(e.hostEpoch);if(!(t===null||r===null||o===null)&&(this.mark("signaling hello"),this.localPlayerId=t,this.migration===null&&(this.migration=new $t(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,Qs),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");Ce(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:it(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??vu,a=()=>this.closed||e!==this.credentialGeneration,s=hu;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=Zs;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,ea)),c=Math.min(Math.max(c,Zs),ea);}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>=_u){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;Ce(r,"offer"),this.refuseMedia(r,"offer");let i=it(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");Ce(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;Ce(r,"answer"),this.refuseMedia(r,"answer");let i=it(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:Gt(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=qn(e.sdpMLineIndex)??qn(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=qn(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??so)({iceServers:this.iceServers,...this.options.certificate===void 0?{}:{certificates:[this.options.certificate]}}),i={};for(let p of Pe){let y=o.createDataChannel(p,io[p]);y.binaryType="arraybuffer",i[p]=y;}let a={playerId:e,assignedPeerId:t,connection:o,channels:i,remoteFingerprint:null,admitted:false,pendingCandidates:[],detachHandshake:()=>{},detachAll:()=>{}},s=p=>{let y=p.candidate;y?.candidate&&this.options.signaling.candidate(e,y.candidate,y.sdpMid??void 0,y.sdpMLineIndex??void 0);},l=()=>this.onIceState(a),d=()=>this.onConnectionState(a),m=p=>{this.onHandshakeMessage(a,p.data).catch(y=>this.report_(y));},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(to({jwt:t.credential,protocolVersion:32769,assignedPeerId:e.assignedPeerId}));}async onHandshakeMessage(e,t){if(!(t instanceof ArrayBuffer))return;let r=oo(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(Ys(r.reason),zs(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=it(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 eo(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",ao(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(no({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(ro(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 Pe)ta(e.channels[o]);ta(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",ao(e),{cause:e}));}count(e){this.counted||!wu.has(e)||(this.counted=true,this.report([{type:"connection_failures_total",value:1}]));}refuseMedia(e,t){if(Dn(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 qn(n){return typeof n=="number"&&Number.isInteger(n)?n:null}function ao(n){return n instanceof Error?n.message:String(n)}function ta(n){try{n.close();}catch{}}var Ru=100,Su=50,Ft=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??Ru)){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??Su));}};function U(n){return e=>typeof e=="string"&&e.length>0&&e.length<=n?e:void 0}function Me(n,e){return t=>typeof t=="number"&&Number.isInteger(t)&&t>=n&&t<=e?t:void 0}function st(...n){return e=>typeof e=="string"&&n.includes(e)?e:void 0}function na(n){return typeof n=="boolean"?n:void 0}var ge=U(64),Ut=Me(0,2147483647);function co(n){if(!Array.isArray(n))return;let e=[];for(let t of n){if(e.length>=64)break;let r=ge(t);typeof r=="string"&&e.push(r);}return e}function K(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 Au=n=>{if(typeof n!="object"||n===null||Array.isArray(n))return;let e=n,t=st("disconnected","failed","closed")(e.iceState),r=Me(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:[K("sdp","sdp",U(10240)),K("signaling_intent","intent",st("initial","ice_restart","full_reconnect")),B("sdp_hash","sdpHash",U(128))]},answer:{type:"p2p_answer",gameScoped:false,args:[K("peer_id","peerId",ge),K("sdp","sdp",U(10240)),K("assigned_peer_id","assignedPeerId",Me(0,4294967295)),B("sdp_hash","sdpHash",U(128))]},ice:{type:"p2p_ice_candidate",gameScoped:false,args:[K("peer_id","peerId",ge),K("candidate","candidate",U(512)),B("sdp_mid","sdpMid",U(64)),B("sdp_mline_index","sdpMLineIndex",Me(0,255))]},migrationAck:{type:"p2p_migration_ack",gameScoped:false,args:[K("host_epoch","hostEpoch",Ut)]},hostUnreachable:{type:"p2p_report_host_unreachable",gameScoped:false,args:[K("host_epoch","hostEpoch",Ut),B("evidence","evidence",Au)]}}));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:[K("playerId","player_id",ge),K("hostPlayerId","host_player_id",ge),K("hostEpoch","host_epoch",Ut),B("members","members",co)],offer:[K("fromPlayerId","from_player_id",ge),K("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",st("initial","ice_restart","full_reconnect"))],answer:[K("fromPlayerId","from_player_id",ge),K("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",Me(0,4294967295))],ice:[K("fromPlayerId","from_player_id",ge),K("candidate","candidate",U(512)),B("sdpMid","sdp_mid",U(64)),B("sdpMLineIndex","sdp_m_line_index",Me(0,255)),B("sdpMLineIndexAlt","sdp_mline_index",Me(0,255))],peerJoined:[K("playerId","player_id",ge)],peerLeft:[K("playerId","player_id",ge),B("reason","reason",U(64))],migration:[K("hostPlayerId","new_host_player_id",ge),K("hostEpoch","host_epoch",Ut),B("reason","reason",U(64)),B("kickedPlayerIds","kicked_player_ids",co),B("migrationComplete","migration_complete",na)],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 Ue="webrtc_p2p";function oa(n){let e=new Lt({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=pe(r.clusterTargetId)??pe(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 i=await n.rooms.awaitMatch({...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.signal===void 0?{}:{signal:r.signal}});if(i.protocol!==Ue)throw new L("unsupported_protocol",`match ${i.matchId} speaks '${i.protocol}', not '${Ue}'. Use \`dedicatedServer.connect()\` for a dedicated match; the two flows share WebRTC and nothing else.`);let a=new Ft({bridge:n.bridge,matchId:i.matchId,clock:n.clock}),s=new Nt({api:e,clock:n.clock,matchId:i.matchId,gameId:n.gameId(),baseUrl:typeof n.baseUrl=="function"?n.baseUrl():n.baseUrl,signaling:a,...o===void 0?{}:{clusterTargetId:o},...r.peerConnectionFactory===void 0?{}:{peerConnectionFactory:r.peerConnectionFactory},certificate:r.certificate??await jt(),...r.timeoutMs===void 0?{}:{connectTimeoutMs:r.timeoutMs},...n.boot===void 0?{}:{boot:n.boot},...n.log===void 0?{}:{log:n.log}});a.onDropped(l=>s.notifyCandidatesDropped(l)),t.set(i.matchId,s),s.on("matchEnded",()=>t.delete(i.matchId));try{await s.start(r.signal);}catch(l){throw t.delete(i.matchId),s.close(),l}return s}}}function ia(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 On)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 Nn(n,e,t,r){let o=await t;return n.mark(e)&&r&&r(`[gem] boot: ${n.timeline()}`),o}function uo(n,e){let t=false;return async r=>{let o=await r;return !t&&e&&(t=true,e(`[gem] boot: ${n.timeline()}`)),o}}function mo(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 Pu="GemWebSdkHandshake";var Eu=()=>Date.now();function sa(n,e,t={}){let r=n[Pu];if(r===void 0)return null;let o=t.ttlMs??9500,i=t.now??Eu,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 y=s?.[p];if(y!==void 0&&y<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 po=false;async function ca(n,e,t,r){if(po){e.close(),t("busy",true);return}po=true;let o=null;try{let i=await Iu(n,r);if(typeof i=="string"){e.close(),t(i,Tu(i));return}o=i;let s=await(r.encodeRef??(l=>Lu(l,r)))(o);if(o.close(),o=null,s===null){e.close(),t("failed",!0);return}if(s.size>Ou){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{po=false,o?.close();}}function Tu(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 Iu(n,e){if(e.handler){let i=await e.handler(n);return i===null?"declined":aa(i,n)}if(!e.useDefaultStrategy)return "not_wired";let t=e.documentRef??globalThis.document;if(!t)return "no_source";let r=Mu(t);if(!r)return "no_source";let o=Cu(r);if(o!==null)return o;try{return aa(await createImageBitmap(r),n)}catch(i){if(i instanceof DOMException&&i.name==="SecurityError")return "tainted";throw i}}function Cu(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 Mu(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 aa(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 Ou=8*1024*1024,la="image/webp",da=.92;async function Lu(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:la,quality:da});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),la,da);})}async function ua(n,e){if(!e)return;let t;try{t=await Gu(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 Gu(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 ma=Symbol.for("@indiegems/gem-web-sdk:audio-guard");function pa(n=globalThis){let t=n[ma];if(t!==void 0)return t;let r=false,o=()=>r,i=[],a=Du(n,o);a!==null&&i.push(a);let s=$u(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,ma,{value:l,configurable:true}),l}function Du(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,...y]=c;if(p instanceof r){let g;try{g=d(p);}catch{g=null;}if(g!==null)return i.call(this,g,...y),p}return i.apply(this,c)},t.disconnect=function(...c){let[p,...y]=c;if(p instanceof r){let g=s.get(p.context);if(g!==void 0&&g!==this)try{return a.call(this,g,...y)}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 $u(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 y=p.target;if(y instanceof t)try{c(y);}catch{}},true),()=>{for(let p of m){let y=p.deref();if(y===void 0){m.delete(p);continue}try{a.call(y,(l.get(y)??!1)||e());}catch{}}}}function ga(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(ju(d,x)),s=w,d=[]);}y();},y=()=>{let w=t.requestAnimationFrame;typeof w=="function"&&(a=w.call(t,p));},g=()=>{if(m()){a===null&&(c(),y());return}a!==null&&(t.cancelAnimationFrame?.call(t,a),a=null),c();};return {setRequested(w){r=w,g();},setPaused(w){o=w,g();},get running(){return a!==null},dispose(){i=true,g();}}}function ju(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 Fn=Object.freeze({top:"--gem-safe-top",right:"--gem-safe-right",bottom:"--gem-safe-bottom",left:"--gem-safe-left"});function ya(){let e=globalThis.document?.documentElement;return e&&typeof e.style?.setProperty=="function"?e:null}function fa(n,e){n!==null&&(n.style.setProperty(Fn.top,`${e.top}px`),n.style.setProperty(Fn.right,`${e.right}px`),n.style.setProperty(Fn.bottom,`${e.bottom}px`),n.style.setProperty(Fn.left,`${e.left}px`));}var qu=3e4,Un=class extends Error{retryable;reason;constructor(e,t,r){super(r),this.name="LocalServerError",this.reason=e,this.retryable=t;}};function ha(n){let e=n.clock??ue,t=n.timeoutMs??qu,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}`,y=e.setTimeout(()=>{r.delete(p),o.delete(s),c(new Un("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:y}),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 Un(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 Bt={url:"https://downloads.indiegems.games/sdk/v5.9.0/gem-web-sdk.devtools.min.js",integrity:"sha384-7KaOE4lrFH2r/6x40lyGxGzSn6Jri9xVHG+s77THfBtbbNEE+8UqfTJ6jSNSr/Q1"};var lt=null;function Nu(){return lt!==null||(lt=new Promise((n,e)=>{let t=document.createElement("script");t.src=Bt.url,t.integrity=Bt.integrity,t.crossOrigin="anonymous",t.onload=()=>{let r=window.GemWebSdkDevtools;if(r===void 0){lt=null,e(new Error(`gem devtools: the panel loaded but attached nothing. The artifact at ${Bt.url} is not a gem-web-sdk devtools build.`));return}n(r);},t.onerror=()=>{lt=null,e(new Error(`gem devtools: could not load ${Bt.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);})),lt}function ba(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 Nu();return !e()||a!==r?false:(t!==null||(t=s.mount(n(),{openedBy:i,text:yt,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 Fu=1e4,va={reason:"unavailable",retryable:false};function _a(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??Fu);},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 Je({clock:n.clock,onStateChange:n.onStateChange,request:d=>new Promise((m,c)=>{let p=n.bridge.currentState;if(p==="refused"||p==="closed"){c(va);return}let y=`t${++o}`,g={resolve:m,reject:c,reason:d,timer:null,held:p!=="connected"};e.set(y,g),i(y,g),g.held||n.bridge.requestToken(y,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(va));},get identity(){return t},get gameVersion(){return r}}}function Uu(n){let e=n.lastIndexOf("@");return (e===-1?n:`***@${n.slice(e+1)}`).slice(0,200)}var Bu=new Set(Qn);function Hu(n){if(!n)return {};let e={};for(let[t,r]of Object.entries(n))Bu.has(t.toLowerCase())&&(e[t.toLowerCase()]=r);return e}function Bn(n){let e=n.fetch??globalThis.fetch.bind(globalThis);return jo(async(t,r)=>{let o;try{o=new URL(n.baseUrl.replace(/\/+$/,""));}catch{throw new ce("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 ce(`${JSON.stringify(typeof t.path=="string"?Uu(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 ce(`${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!=="",y=i.username!==o.username||i.password!==o.password,g=p?y?"baseUrl (and possibly the request path)":"baseUrl":"request path";throw new ce(`the ${g} 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,y]of Object.entries(n.defaultQuery??{}))i.searchParams.has(p)||i.searchParams.set(p,y);let a;try{a=t.body===void 0?void 0:JSON.stringify(t.body);}catch(p){throw new ce(`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"},...Hu(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=Vu(s.headers.get("retry-after"));return {status:s.status,body:d,...m===null?{}:{etag:m},...c===void 0?{}:{retryAfterSeconds:c}}},n)}function Vu(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 Wu=new Set(["invalid_sdp","age_restricted","match_not_found","not_match_member","account_banned"]),yo="embedder_relay_unavailable",Ku="embedder_no_relay",Ju=new Set([yo]),fo=new Set([Ku]),Ht=class{constructor(e){this.options=e;}options;pending=new Map;channel(){return new go(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(zu(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 zu(n,e){let t=e??"the offer was refused",r=n===void 0?t:`${t} (${n})`;return new h(Yu(n),r,{platformCode:n})}function Yu(n){return n===void 0||Ju.has(n)?"signaling_failed":fo.has(n)?"offer_refused":Wu.has(n)?n==="invalid_sdp"?"invalid_sdp":"offer_refused":"signaling_failed"}var go=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 wa="match_ended:",Ra="server_shutdown:",Sa="kicked:",Xu=123;function Qu(n){if(typeof n!="string"||n.length===0||n.length>Xu)return {kind:"other"};if(n.startsWith(wa)){let e=et(n.slice(wa.length));return e==="unknown"?{kind:"other"}:{kind:"match_ended",reason:e}}return n.startsWith(Ra)?{kind:"server_shutdown",cause:n.slice(Ra.length)}:n.startsWith(Sa)?{kind:"kicked",detail:n.slice(Sa.length)}:{kind:"other"}}function ho(n,e,t){let r=Qu(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 bo(){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 Zu=3e3,em=1e4,tm=15e3;async function Hn(n){let e=n.peerConnection;try{xa(n,"before the handshake started"),vo(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 om(e,n),vo(n);let o=e.localDescription?.sdp??r.sdp;if(!o)throw new h("invalid_sdp","the offer carried no SDP");Ce(o,"offer"),ka(o,"offer");let i=await rm(n,o);if(vo(n),typeof i?.sdp!="string")throw new h("invalid_sdp","the signaling channel answered without an SDP");return Ce(i.sdp,"answer"),ka(i.sdp,"answer"),await e.setRemoteDescription({type:"answer",sdp:i.sdp}),await im(t,n),xa(n,"before the channel opened"),t}catch(t){throw e.close(),nm(t)}}function nm(n){return n instanceof h?n:Ea(n)?Be():new h("connection_failed",Ta(n),{cause:n})}function ka(n,e){if(Dn(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??em,r=Pa(n,t),o=n.signaling.exchange({matchId:n.matchId,sdp:e,intent:n.intent??"initial"},n.signal).catch(i=>{throw i instanceof h?i:Ea(i)?Be():new h("signaling_failed",Ta(i),{cause:i})});return sm(o,n,r,()=>r.exhausted?_o("while the offer was in flight"):new h("timeout",`no answer arrived within ${t}ms`))}function om(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??Zu);n.addEventListener("icegatheringstatechange",i),e.signal?.addEventListener("abort",o);})}function im(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??tm,o=Pa(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=y=>{s(),a(new h("connection_failed","the data channel failed before it opened",Aa(y)===void 0?void 0:{cause:Aa(y)}));},m=()=>{s(),a(Be());},c=()=>{s(),a(o.exhausted?_o("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 Pa(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 sm(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 xa(n,e){if(n.credentialExpiresAt!==void 0&&!(n.clock.now()<n.credentialExpiresAt))throw _o(`already ${e}`)}function _o(n){return new h("credential_expired",`the join credential ran out ${n} \u2014 poll match status again for a fresh one`)}function vo(n){if(n.signal?.aborted)throw Be()}function Be(){return new h("aborted","the caller aborted the connection attempt")}function Ea(n){return n?.name==="AbortError"}function Aa(n){return n?.error}function Ta(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:[K("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 $a(n){let{client:e,clock:t,rooms:r}=n,o=n.signaling??bo,i=n.log??(v=>console.warn(v)),a=new ot({client:e,gameId:()=>r.gameId,transport:"dedicated"}),s=new Map,l=(v,R)=>{let M=s.get(v)??new Set;M.add(R),s.set(v,M);},d=(v,R)=>{let M=s.get(v);M!==void 0&&(M.delete(R),M.size===0&&s.delete(v));},m=async v=>{if(r.isHost&&!Ro(r)&&r.currentRoom?.matchId===void 0){let R=pe(v.clusterTargetId);await r.startMatch({...R===void 0?{}:{clusterTargetId:R},...v.retry===void 0?{}:{retry:v.retry},...v.signal===void 0?{}:{signal:v.signal}});}return Ga(r.matchConnectionState==="suspended"?await r.reconnectToMatch(wo(v)):await r.awaitMatch(wo(v)))},c=async v=>Ga(await r.pollMatchStatus(wo(v))),p=async(v,R)=>{let M=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 N=v.peerConnection??Da();M=!0;let V=await Hn({peerConnection:N,signaling:R,clock:t,matchId:k.matchId,credentialExpiresAt:k.credentialExpiresAt,...Vn(v,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal")}),S=null;if(v.presentCredential!==!1)try{S=await At({channel:V,clock:t,credential:k.joinCredential,credentialExpiresAt:k.credentialExpiresAt,...Vn(v,"onMessage","signal"),...v.welcomeTimeoutMs===void 0?{}:{ceilingMs:v.welcomeTimeoutMs}});}catch(A){throw _e(V),_e(N),A}return ym(r,k,V,N,R,v.reportDisconnect!==!1,v.reportConnected!==!1,S,{remember:l,forget:d},v.onMatchEnded)}catch(k){throw M&&La(a,k),_e(R),k}},y=async(v,R,M,k,H,N)=>{if(v==="webtransport"){let j=k?.webtransport;if(j===void 0)throw new h("misconfigured","webtransport is not advertised");let C={credential:M.joinCredential,credentialExpiresAt:M.credentialExpiresAt,clock:t};if(typeof j.named_url=="string"&&j.named_url!==""){let ee=Math.max(Math.floor(N/2),1e3);try{return await It({url:j.named_url,timeoutMs:ee,log:i,...C})}catch(le){if(In()!==null)throw le;return i(`[gem] webtransport named dial failed (${En(le)}); retrying the pinned dial`),It({url:j.url,certHashBase64:j.cert_sha256_b64,timeoutMs:ee,log:i,...C})}}return It({url:j.url,certHashBase64:j.cert_sha256_b64,timeoutMs:N,...C})}if(v==="websocket"){let j=k?.websocket;if(j===void 0)throw new h("misconfigured","websocket is not advertised");return Ur({url:j.url,credential:M.joinCredential,credentialExpiresAt:M.credentialExpiresAt,clock:t,timeoutMs:N})}let V=R.peerConnection??Da(),S,A=await Hn({peerConnection:V,signaling:H,clock:t,matchId:M.matchId,credentialExpiresAt:M.credentialExpiresAt,extraChannels:[{label:Et,ordered:false,maxRetransmits:0}],onExtraChannel:(j,C)=>{j===Et&&(S=C);},...Vn(R,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal"),...R.exchangeTimeoutMs===void 0&&R.redial===true?{exchangeTimeoutMs:dm}:{}}),G;try{G=await At({channel:A,clock:t,credential:M.joinCredential,credentialExpiresAt:M.credentialExpiresAt,wire:Pn,heartbeat:!0,...Vn(R,"signal"),...R.welcomeTimeoutMs===void 0?{}:{ceilingMs:R.welcomeTimeoutMs}});}catch(j){throw _e(A),_e(V),j}let D=G.welcome.heartbeatIntervalMs;return {link:Hr(A,V,S,D===void 0?void 0:{clock:t,intervalMs:D}),welcome:G.welcome,channel:A,peerConnection:V}},g=(v,R,M,k,H)=>{let N=false,V;k.link.onClose(D=>{!N&&v.reportDisconnect!==false&&ho(r,R.matchId,D),V?.(D);}),v.reportDisconnect!==false&&v.reportConnected!==false&&r.notifyMatchConnected(R.matchId);let S={transport:k.link.transport,send:(D,j)=>k.link.send(D,j),onMessage:D=>k.link.onMessage(D),onClose:D=>{V=D;},close:()=>k.link.close()},A=()=>{N||(N=true,_e(k.link),_e(H));},G=D=>{if(!N){try{v.onMatchEnded?.(D);}catch{}A();}};return l(R.matchId,G),{matchId:R.matchId,transport:M,link:S,joinCredential:R.joinCredential,credentialExpiresAt:R.credentialExpiresAt,welcome:k.welcome,...k.channel===void 0?{}:{channel:k.channel},...k.peerConnection===void 0?{}:{peerConnection:k.peerConnection},close(){d(R.matchId,G),A();}}},w=async(v,R)=>{let M=r.currentRoom?.id,k=r.gameId,H=()=>({advert:Tt(r.currentRoom?.settings,v),template:r.currentRoom?.transports??null});if(M===void 0||k===null)return H();try{let N=await e.get(`/v2/games/${encodeURIComponent(k)}/game-rooms/${encodeURIComponent(M)}`,R);return {advert:Tt(N.settings,v),template:nt(N.transports)??r.currentRoom?.transports??null}}catch{return H()}},x=(v,R)=>{let M=v??Ia;return R.length===0?M:M.filter(k=>R.includes(k))},E=async(v,R,M)=>{try{let k=await m(v),{advert:H,template:N}=await w(k.matchId,v.signal),V=x(N,R),S=V.filter(Y=>mm(Y,H)),A=In();if(A!==null&&V.includes("webtransport")&&H?.webtransport!==void 0&&i(`[gem] webtransport skipped: ${A} (learned on an earlier dial in this page)`),S.length===0){let Y=N===null?`the default order (${Ia.join(", ")})`:`the room template's transports (${N.join(", ")||"none"})`;throw new h("misconfigured",`none of ${Y}`+(R.length>0?`, narrowed to (${R.join(", ")}),`:"")+" is available here: the server advertises none of them, and only webrtc qualifies without an advertisement.")}let G=v.transportAttemptTimeoutMs??lm,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 S){if(D()<Ma){i(`[gem] ${Y} rung not tried: the reconnect budget is spent`);break}ee.length>0&&k.credentialExpiresAt-t.now()<Oa&&(k=await c(v)),ee.push(Y);let Ee=!1,ye=!1,we={attempts:0,waitedMs:0};for(;;){if(Y==="webrtc"&&v.redial===!0){let Z=Math.min(Ca,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()),Ma);try{return g(v,k,Y,await y(Y,v,k,H,M,z),M)}catch(Z){let X=Z instanceof h?Z:new h("connection_failed",Z instanceof Error?Z.message:String(Z),{cause:Z});if(Y==="webrtc"&&La(a,X),(X.reason==="credential_expired"||X.reason==="credential_reused")&&!Ee){Ee=!0,k=await c(v);continue}if(Y==="webrtc"&&X.reason==="signaling_failed"&&X.platformCode===yo&&!ye){ye=!0;let se=Math.min(Ca,D());if(i(`[gem] webrtc rung: the page could not put the offer on its socket; waiting up to ${Math.round(se)}ms for the socket before offering again`),await j(se))continue}if(X.reason==="join_rate_limited"){let se=um(we,Math.random,D());if(se!==null){if(we.attempts+=1,we.waitedMs+=se,i(`[gem] ${Y} rung: the server is rate-limiting this player's joins; waiting ${Math.round(se)}ms before presenting again (retry ${we.attempts} of ${qa.maxAttempts})`),await kn(t,se,v.signal),v.signal?.aborted)throw new h("aborted","the caller aborted while waiting out a join rate limit");k.credentialExpiresAt-t.now()<Oa&&(k=await c(v));continue}}if(cm.has(X.reason)||X.reason==="credential_expired"||Y==="webrtc"&&ja(X)){i(`[gem] ${Y} rung failed (${X.reason}): ${En(X.cause??X)} \u2014 `+(ee.length<S.length?`falling through to ${S[ee.length]}`:"no rungs left")),C.push(X);break}throw i(`[gem] ${Y} rung refused the session (${X.reason}): ${X.message}`),X}}}let le=C[C.length-1];throw le===void 0?new h("timeout",`the reconnect budget ran out before any transport (${S.join(", ")}) could be tried`):new h(le.reason,`every transport tried (${ee.join(", ")}) failed; the last said: ${le.message}`,{cause:C,platformCode:le.platformCode})}catch(k){throw _e(M),k}};return {listClusterTargets:async(v={})=>Pr({client:e,...v}),handleMatchEnded(v,R){let M=s.get(v);if(M!==void 0){s.delete(v);for(let k of M)k(R);}},connect:(async(v={})=>{let R=v.signaling??o();return v.transports===void 0?p(v,R):E(v,v.transports,R)})}}var Ia=["webtransport","webrtc","websocket"],lm=1e4,dm=5e3,Ca=3e3,Ma=1e3,Oa=1e4,cm=new Set(["timeout","connection_failed","signaling_unavailable","signaling_failed"]);function ja(n){return n.platformCode!==void 0&&fo.has(n.platformCode)}var qa={initialDelayMs:2e3,factor:2,jitterMs:1e3,maxAttempts:3,budgetMs:15e3};function um(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 mm(n,e){return n==="webrtc"?e===null||e.webrtc!==false:e===null?false:n==="webtransport"?e.webtransport!==void 0&&Tn():e.websocket===void 0?false:e.websocket.tls===true||globalThis.isSecureContext!==true||pm(e.websocket.url)}function pm(n){if(typeof n!="string")return false;let e;try{e=new URL(n).hostname.toLowerCase();}catch{return false}return nn(e)}function wo(n){return {...n.timeoutMs===void 0?{}:{timeoutMs:n.timeoutMs},...n.pollIntervalMs===void 0?{}:{pollIntervalMs:n.pollIntervalMs},...n.signal===void 0?{}:{signal:n.signal}}}var gm=new Set(["timeout","connection_failed","credential_expired","signaling_unavailable","signaling_failed","invalid_sdp","join_refused"]);function La(n,e){e instanceof h&&(!gm.has(e.reason)&&!ja(e)||n.report([{type:"connection_failures_total",value:1}]));}function ym(n,e,t,r,o,i,a,s,l,d){let m=false,c=()=>{m||ho(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(),_e(t),_e(r),_e(o));},y=g=>{if(!m){try{d?.(g);}catch{}p();}};return l.remember(e.matchId,y),{matchId:e.matchId,channel:t,peerConnection:r,joinCredential:e.joinCredential,credentialExpiresAt:e.credentialExpiresAt,welcome:s?.welcome??null,close(){l.forget(e.matchId,y),p();}}}function Ro(n){let e=n.matchSession.phase;return e!=="none"&&e!=="ended"}function Ga(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!==Sn)throw new h("unsupported_protocol",`match ${n.matchId} speaks '${n.protocol}', which a browser cannot connect. Only '${Sn}' 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 Da(){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 _e(n){try{n.close();}catch{}}function Vn(n,...e){let t={};for(let r of e)n[r]!==void 0&&(t[r]=n[r]);return t}var fm=1e4;function Na(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 Je({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??fm);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 So={};yl(So,{acceptTransfer:()=>hm,addEntityProgression:()=>bm,adminAction:()=>vm,cancelInventoryTransfer:()=>_m,claimEntityProgressionRewards:()=>wm,closeGameRoom:()=>Rm,createEntityBatchOrder:()=>Sm,createEntityOrder:()=>km,createSession:()=>xm,deleteEntityGameSetting:()=>Am,deleteEntitySave:()=>Pm,deleteSession:()=>Em,executeEntityRecipe:()=>Tm,finalizeSaveUpload:()=>Im,getDropRates:()=>Cm,getEntityCurrency:()=>Mm,getEntityGameSetting:()=>Om,getEntityInventory:()=>Lm,getEntityInventoryItem:()=>Gm,getEntityLeaderboard:()=>Dm,getEntityOrder:()=>$m,getEntityProgression:()=>jm,getEntityRecipeAvailability:()=>qm,getEntityRecipeUsage:()=>Nm,getEntitySave:()=>Fm,getEvent:()=>Um,getGameRoomV2:()=>Bm,getLeaderboard:()=>Hm,getPurchaseCatalog:()=>Vm,getResolvedTemplate:()=>Wm,getRoomArgs:()=>Km,getTransferDetails:()=>Jm,initiateInventoryTransfer:()=>zm,kickPlayer:()=>Ym,listEntityGameSettings:()=>Xm,listEntityOrders:()=>Qm,listEntityProgressions:()=>Zm,listEntitySaves:()=>ep,listEvents:()=>tp,listGameRooms:()=>np,listResolvedTemplates:()=>rp,listTransfers:()=>op,matchEnd:()=>ip,putEntityGameSetting:()=>sp,putRoomArgs:()=>ap,rejectTransfer:()=>lp,requestSaveUploadUrl:()=>dp,resetEntityProgression:()=>cp,simulateEntityOrder:()=>up,transferHostV2:()=>mp,updateGameRoomV2:()=>pp});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 hm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function bm(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 vm(n,e,t,r){let o=`/v1/voice/sessions/${b(e)}/admin`;return n.client.post(o,t,r?.signal)}async function _m(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function wm(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 Rm(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.delete(r,t?.signal)}async function Sm(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 km(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 xm(n,e,t){return n.client.post("/v1/voice/sessions",e,t?.signal)}async function Am(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Pm(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Em(n,e,t){let r=`/v1/voice/sessions/${b(e)}`;return n.client.delete(r,t?.signal)}async function Tm(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 Im(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 Cm(n,e,t){let r=`/v1/inventory/loot-tables/${b(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function Mm(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 Om(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 Lm(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 Gm(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 Dm(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 $m(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 jm(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 qm(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 Nm(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 Fm(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 Um(n,e,t){let r=`/v1/events/${b(e)}`;return n.client.get(r,t?.signal)}async function Bm(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 Hm(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 Vm(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 Wm(n,e,t){let r=`/v1/game-room-templates/${b(e)}`;return n.client.get(r,t?.signal)}async function Km(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 Jm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}`;return n.client.get(r,t?.signal)}async function zm(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function Ym(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 Xm(n,e,t,r){let o=`/v1/settings/${b(e)}/${b(t)}`;return n.client.get(o,r?.signal)}async function Qm(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 Zm(n,e,t,r){let o=`/v1/inventory/${b(e)}/${b(t)}/progressions`;return n.client.get(o,r?.signal)}async function ep(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 tp(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 np(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 op(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 ip(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 sp(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 ap(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 lp(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function dp(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 cp(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 up(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 pp(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 gp=1e4,yp=50,fp=1e3,hp=65536-4*1024,Fa=n=>typeof n=="number"?n:0,bp=n=>typeof n=="string"?n:"";function Ua(){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 vp(n){return n?.retryable===true}function _p(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:Fa(i.index),code:bp(i.code)}}):[];return {accepted:Fa(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function Ba(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 Ha(n){let e=Math.max(1,Math.floor(n.maxQueue??fp)),t=[],r=0,o=null,i=false,a=false,s=false,l=false,d=g=>{n.log?.(g);},m=()=>{o!==null&&(n.clock.clearTimeout(o),o=null);},c=()=>{o!==null||i||a||(o=n.clock.setTimeout(()=>{o=null,y().catch(()=>{});},gp));},p=()=>{let g=Math.min(t.length,100),w=128;for(let x=0;x<g;x+=1){let E=t[x];if(E===void 0)break;if(w+=JSON.stringify(Ba(E,0)).length+1,w>hp)return Math.max(1,x)}return g};async function y(g){if(t.length===0)return {accepted:0,rejected:[],dropped:0,duplicate:false};m();let w=t.splice(0,p()),x=r;r=0;let E=Math.round(n.clock.now()),I={batch_id:Ua(),sent_at_ms:E,events:w.map(v=>Ba(v,E))};a=true;try{let v=await n.client.post(`/v1/games/${encodeURIComponent(n.gameId)}/analytics/events`,I,g,{replaySafe:!0}),R=_p(v,x);for(let M of R.rejected)d(`[gem] analytics: an event was refused (${M.code}). See the analytics_events section of your game config.`);return R}catch(v){if(vp(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(g,w,x={}){if(i)return;if(typeof g!="string"||g===""){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(vr)){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 E={},I={};for(let[v,R]of Object.entries(x))typeof R=="string"?E[v]=R:typeof R=="number"&&Number.isFinite(R)&&(I[v]=R);for(;t.length>=e;)t.shift(),r+=1;t.push({uid:Ua(),playerId:g,name:w,atMs:n.clock.now(),dimensions:E,measures:I}),t.length>=yp?y().catch(()=>{}):c();},flush:g=>y(g),get pending(){return t.length},dispose(){i=true,m(),t=[],r=0;}}}function wp(n){let e={};for(let[t,r]of Object.entries(So))if(typeof r=="function"){let o=r;e[t]=(...i)=>o(n,...i);}return e}function Va(n,e={}){let t=e.clock??ue,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=Na(n,{clock:t,...e.onAuthStateChange===void 0?{}:{onStateChange:e.onAuthStateChange}}),i=Bn({baseUrl:r,tokenSource:o.source,defaultQuery:{game_id:n.gameId,channel:n.channel},...e.fetch===void 0?{}:{fetch:e.fetch}}),a=new De({transport:i,clock:t}),s={gameId:n.gameId,channel:n.channel,matchId:n.matchId,...n.gameRoomId===void 0?{}:{gameRoomId:n.gameRoomId}},l=wp({client:a,gameId:()=>s.gameId}),d=s.gameRoomId,m=n.endMatch,c=n.log,p=Ha({client:a,clock:t,gameId:s.gameId,...typeof c=="function"?{log:g=>c.call(n,g)}:{}}),y={identity:s,client:a,api:l,match:{end:async g=>{if(m!==void 0){let w=await m.call(n);(w==="ok"||w==="already_ended")&&ko.add(y);return}try{await l.matchEnd(s.matchId,g===void 0?void 0:{signal:g});}catch(w){if(w instanceof q&&w.reason==="not_found"){ko.add(y);return}throw w}ko.add(y);}},analytics:p,...d===void 0?{}:{room:{get:g=>l.getGameRoomV2(d,g),args:g=>l.getRoomArgs(d,g)}},dispose:()=>{p.dispose(),o.dispose();}};return y}var ko=new WeakSet;function He(n){return n?.reliable!==false?"reliable":n?.ordered!==false?"ordered":"unreliable"}function dt(n){return {reliable:n==="reliable",ordered:n!=="unreliable"}}function Vt(n){return typeof n=="string"?n:n.slice().buffer}function Wn(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 Rp=5e3,Wa=3e4,Ka=2e3,Sp=1e4,Ja=1;async function za(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,P)=>{l&&(s=s.then(async()=>{if(!d)try{await P();}catch($){i(`the bundle's ${f} handler threw: ${Ve($)}. Serving continues.`);}}));},c=true,p,y,g,w=f=>{if(!c)return;c=false,m("leave",()=>a.leave?.(r,{cause:f??"left"}));let P=y;P&&queueMicrotask(()=>P(f));},x={send(f,P){if(!c)return;let $=dt(He(P));m("message",()=>a.message?.(r,f,typeof f=="string",{reliable:$.reliable,ordered:$.ordered}));},onMessage(f){p=f;},onClose(f){y=f;},close(){w("closed");}},E=(f,P)=>{if(!c)return;let $=dt(He(P));queueMicrotask(()=>{c&&p?.(f,$);});},I=new Map,v=f=>{let P=[];for(let $ of Pe){let Q=f.channels[$];try{Q.binaryType="arraybuffer";}catch{}let he=dt($),xe=Kn=>{let Ge=Wn(Kn?.data);Ge!==null&&m("message",()=>a.message?.(f.playerId,Ge.data,Ge.isText,{reliable:he.reliable,ordered:he.ordered}));};Q.addEventListener("message",xe),P.push(()=>Q.removeEventListener("message",xe));}I.get(f.playerId)?.forEach($=>$()),I.set(f.playerId,P);},R=f=>{I.get(f)?.forEach(P=>P()),I.delete(f);},M=new Set,k=new Map,H=(f,P,$)=>({playerNumber:f.assignedPeerId,transport:"webrtc_p2p",...P?{rejoin:true}:{},...$?{superseded:true}:{}}),N=f=>{let P=I.has(f.playerId),$=M.has(f.playerId);M.add(f.playerId),v(f),P&&m("leave",()=>a.leave?.(f.playerId,{cause:"superseded"})),m("join",()=>a.join?.(f.playerId,H(f,$,P)));},V=new Set,S=(f,P,$)=>{if(f===r){E(P,$);return}let Q=t.peer(f);if(Q===null){let he=k.get(f);if(he!==void 0&&e.clock.now()-he<Ka)return;V.has(f)||(V.add(f),i(`send to '${f}' dropped: no such connected player`));return}Q.send(Vt(P),He($));},A={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 P of t.peers)f.push(P.playerId);return f},profile(f){let P=e.room()?.members.find($=>$.playerId===f);if(!(!P||P.displayName===void 0))return {displayName:yt.toPlain(P.displayName),...P.discriminator===void 0?{}:{discriminator:P.discriminator}}},playerNumber(f){return f===r?Ja:t.peer(f)?.assignedPeerId},send(f,P,$){S(f,P,$);},broadcast(f,P){let $=P?.except;c&&r!==$&&E(f,P);for(let Q of t.peers)Q.playerId!==$&&Q.send(Vt(f),He(P));},kick(f,P){if(f===r){w(P??"kicked");return}t.kick(f).catch($=>{i(`kick of '${f}' failed: ${Ve($)}`);});},log(f){i(f);},warn(f){i(`\u26A0 ${f}`);}},G=()=>{},D=new Promise(f=>{G=f;}),j=[],C=null,ee=async(f,P)=>{l=false;let $=s.then(async()=>{try{await a.shutdown(f);}catch(Q){i(`the bundle's shutdown threw: ${Ve(Q)}`);}});s=$,await $,se();for(let Q of j.splice(0))Q();for(let Q of [...I.keys()])R(Q);w(P);},le=(f,P)=>C||(C=(async()=>{await ee(P,f),t.close(),G();})(),C),Y=()=>C||(C=(async()=>{await ee({reason:"signal"},"left"),await t.leave().catch(f=>i(`leaving the match failed: ${Ve(f)}`)),G();})(),C),Ee=()=>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(P=>i(`leaving the match failed: ${Ve(P)}`))),G();})(),C),ye=null,we=()=>(ye??=Va(A,{clock:e.clock,...e.fetch===void 0?{}:{fetch:e.fetch}}),ye),z=async()=>{try{return await we().api.matchEnd(A.matchId,{signal:AbortSignal.timeout(Rp)}),"ended"}catch(f){return f instanceof q&&(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")}},Z=null,X=false,se=()=>{X=true,Z!==null&&(e.clock.clearTimeout(Z),Z=null);},ct=async()=>{if(Z=null,!X){try{await we().client.post(`/v1/games/${encodeURIComponent(A.gameId)}/matches/${encodeURIComponent(A.matchId)}/heartbeat`,void 0,AbortSignal.timeout(Sp));}catch(f){if(f instanceof q&&(f.reason==="forbidden"||f.reason==="not_found")){i(`the platform no longer holds this match under this host (${f.reason}); heartbeats stop`),se();return}i(`heartbeat failed: ${Ve(f)}`);}X||(Z=e.clock.setTimeout(()=>{ct();},Wa));}},Jt=()=>{X||Z!==null||(Z=e.clock.setTimeout(()=>{ct();},Wa));};{let f=G;G=()=>{se(),ye?.dispose(),ye=null,f();};}let Le=Promise.resolve().then(()=>a.init(A));s=Le.then(()=>{},()=>{}),m("join",()=>a.join?.(r,{playerNumber:Ja,transport:"loopback"})),j.push(t.on("peerJoined",N)),j.push(t.on("peerLeft",(f,P)=>{R(f);let $=e.clock.now();for(let[Q,he]of k)$-he>=Ka&&k.delete(Q);k.set(f,$),V.delete(f),m("leave",()=>a.leave?.(f,{cause:P}));})),j.push(t.on("error",f=>{i(`\u26A0 session error: ${f.message}`);})),j.push(t.on("matchEnded",f=>{C||xo(g,f),le("match ended",{reason:"match_ended",platform_reason:f});})),j.push(t.on("hostChanged",f=>{f!==r&&le("host migrated",{reason:"host_migrated"});}));for(let f of t.peers)N(f);try{await Le,Jt();}catch(f){l=false,se(),d=true;for(let P of j.splice(0))P();for(let P of [...I.keys()])R(P);throw t.leave().catch(()=>{}),G(),f}return {matchId:t.matchId,localLink:x,onMatchEnded(f){g=f;},end:Ee,leave:Y,stop:f=>le(f,{reason:"stopped"}),done:D}}function xo(n,e){try{n?.(e);}catch{}}function Ve(n){return n instanceof Error?n.message:String(n)}function Ao(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 Ya(n){let e=new Map,t=n.autoReconnect===true,{rooms:r}=n,o=new Map,i=async s=>{r.isHost&&!Ro(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 Ao("dedicated",d.matchId);let m=n.p2p.session?.(d.matchId)??null;if(m===null&&!r.isHost||m!==null&&!m.isHost)return Ao("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)),y=await za(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,y),y.done.then(()=>{o.get(d.matchId)===y&&o.delete(d.matchId);}),{mode:"listen",matchId:d.matchId,end:()=>y.end(),leave:()=>y.leave(),stop:()=>y.stop()}},async connect(s={}){let l=await i(s),d=s.onMatchEnded;if(l.protocol===Ue){let y=o.get(l.matchId);if(y!==void 0)return r.notifyMatchConnected(l.matchId),Pp(l.matchId,y,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 g=await jt(),w=async()=>n.p2p.connect({...a(s),certificate:g}),x=await w(),E=Tp(x,w,d,I=>{r.notifyMatchDisconnected(I).catch(()=>{});},()=>r.notifyMatchConnected(l.matchId),t);return t&&(e.set(x.matchId,{redial:E.redial,abandon:E.abandon}),E.onClosed(()=>{e.get(x.matchId)?.abandon===E.abandon&&e.delete(x.matchId);})),E}let m=async(y=null)=>await n.dedicated.connect({...y===null?{}:{reportConnected:false,redial:true,...y.deadlineAt===void 0?{}:{deadlineAt:y.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=Ep(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 Xa="link_closed",kp="host_unreachable",xp=new Set(["failed","closed"]);function Ap(n){return xp.has(n)?Xa:kp}function Pp(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 Ep(n,e,t,r){let o=n.matchId,i=n,a="connected",s,l,d=[],m=false,c=false,p=g=>{if(a!=="closed"){a="closed";for(let w of d.splice(0))w();l?.(g);}},y=g=>{g.link.onMessage((w,x)=>s?.(w,x)),g.link.onClose(w=>{if(g!==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 y(n),{matchId:o,protocol:"dedicated",get transport(){return i.transport},get state(){return a},send(g,w){a==="connected"&&i.link.send(g,w);},onMessage(g){s=g;},onClose(g){l=g;},close(){if(a!=="closed"){if(m=true,a==="suspended"){p("closed");return}i.close(),p("closed");}},async redial(g){if(a==="closed"||m)return "closed";if(c)return "connected";c=true;let w;try{w=await e(g===void 0?{}:{deadlineAt:g});}finally{c=false;}return m||a==="closed"?(w.close(),"closed"):(i=w,y(w),a="connected",t.notifyMatchConnected(o),"connected")},abandon(g){a!=="closed"&&(a==="connected"&&i.close(),p(g));},onClosed(g){a==="closed"?g():d.push(g);}}}function Tp(n,e,t,r,o,i=false){let a=n.matchId,s=n,l,d,m=[],c=[],p=[],y=false,g=false,w=false,x=false,E="connected",I=S=>{if(y)return;y=true,E="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 A=d;A&&queueMicrotask(()=>A(S));},v=S=>{for(let A of m.splice(0))A();for(let A of Pe){let G=S.channels[A];try{G.binaryType="arraybuffer";}catch{}let D=dt(A),j=C=>{let ee=Wn(C?.data);ee!==null&&l?.(ee.data,D);};G.addEventListener("message",j),m.push(()=>G.removeEventListener("message",j));}},R=()=>s.peer(s.hostPlayerId),M=S=>{if(!(y||s.isHost)&&E!=="suspended"){if(r?.(S),i){E="suspended";return}I(S);}},k=S=>{for(let A of Pe){let G=S.channels[A];if(typeof G.addEventListener!="function")continue;let D=()=>{R()===S&&M(Xa);};G.addEventListener("close",D),m.push(()=>G.removeEventListener?.("close",D));}},H=S=>{v(S),k(S),!y&&(E="connected",o?.());},N=S=>{for(let A of c.splice(0))A();c.push(S.on("migrating",()=>{x=true;})),c.push(S.on("hostChanged",A=>{if(x=false,A===S.playerId){I("host_migrated_here");return}let G=R();G!==null&&H(G);})),c.push(S.on("peerJoined",A=>{A.playerId===S.hostPlayerId&&H(A);})),c.push(S.on("matchEnded",A=>{y||xo(t,A),I(A);})),c.push(S.on("peerLeft",(A,G)=>{A===S.hostPlayerId&&M(Ap(G));}));};N(s);let V=R();return V!==null&&H(V),{matchId:a,protocol:"p2p",get state(){return E},send(S,A){E==="connected"&&R()?.send(Vt(S),He(A));},onMessage(S){l=S;},onClose(S){d=S;},close(){g=true,I("closed"),s.leave().catch(()=>{});},async redial(){if(E==="closed")return "closed";if(E==="connected"||w)return "connected";if(x)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 S;try{for(let G of m.splice(0))G();for(let G of c.splice(0))G();s.close(),S=await e();}finally{w=false;}if(y)return g?S.leave().catch(()=>{}):S.close(),"closed";s=S,N(s);let A=R();if(A===null)throw s.close(),new L("connection_failed","this peer rejoined the match but the host never answered with a link");return H(A),"connected"},abandon(S){I(S);},onClosed(S){y?S():p.push(S);}}}function Po(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 Ip=0;function Oe(){try{return crypto.randomUUID()}catch{let n=Math.random().toString(36).slice(2,10);return `local-${String(++Ip)}-${String(Date.now())}-${n}`}}var Cp=12e4;function Qa(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-${Oe()}`;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??Cp);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 Za(n,e){try{return (await gi(n,e)).granted?"granted":"absent"}catch(t){return t instanceof q&&t.reason==="not_found"?"absent":"unknown"}}var Mp=6e5;function el(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-${Oe()}`;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??Mp);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 Op=18e4,tl=32,Lp=/^[a-z0-9_-]+$/;function Gp(n){return n==="interstitial"||n==="rewarded"}function nl(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>tl||!Lp.test(r.placement)||!Gp(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(tl)} 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-${Oe()}`,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??Op);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 Eo=16384;function rl(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:Dp(e)}function Dp(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 $p=1e4,jp=5e3;function ol(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=jp){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=rl(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-${Oe()}`;return new Promise(m=>{let c={},p=g=>{o.delete(d)&&(n.clock.clearTimeout(c.timer),g==="stored"&&(e=l,t=true,i()),m(g));};o.set(d,p),c.timer=n.clock.setTimeout(()=>p("unavailable"),n.timeoutMs??$p);let y=false;try{y=n.bridge.putDeviceSettings(d,l);}catch{}y||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 il(n){return Math.min(16384,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function sl(n,e){return Math.min(e,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}var qp=1e4,Wt=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??ue,this.inbound=new mt(this.clock),this.outbound=new mt(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=>or(s,e.origin))||Ui(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=tn["gem.handshake"]?.(e.data);if(r)return this.refuse(e,`malformed handshake: ${r}`),false;let o=e.data;if(!or(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=Bi(Zt,o.versions);return a===null?(i.onmessage=null,i.postMessage({gem:J,type:"gem.error",code:"version_mismatch",message:`frame supports v${Zt.min}..v${Zt.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:J,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:J,type:"gem.ready"});}settled(e=qp){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:J,type:"gem.progress",loaded:e,total:t});}requestToken(e,t){this.send({gem:J,type:"gem.requestToken",requestId:e,reason:t});}requestLocalServer(e,t){return this.parentSupports("localHost")?(this.send({gem:J,type:"gem.requestLocalServer",requestId:e,gameRoomId:t}),true):false}exit(e){this.send(e===void 0?{gem:J,type:"gem.exit"}:{gem:J,type:"gem.exit",reason:e});}openExternal(e){this.send({gem:J,type:"gem.openExternal",url:e});}requestFullscreen(e){this.send({gem:J,type:"gem.requestFullscreen",enabled:e});}reportMuted(e){return this.state!=="connected"||!this.parentSupports("audioState")?false:(this.send({gem:J,type:"gem.audioState",muted:e}),true)}cueReward(e){if(this.state!=="connected"||!this.parentSupports("rewardCue"))return false;let t={gem:J,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:il(e.origin.x),y:il(e.origin.y)}),this.send(t),true}reportFrameStats(e){return this.state!=="connected"||!this.parentSupports("frameStats")?false:(this.send({gem:J,type:"gem.frameStats",fps:sl(e.fps,1e3),frameTimeP95Ms:sl(e.frameTimeP95Ms,1e5)}),true)}sendGameContext(e){return this.state!=="connected"?false:(this.send({gem:J,type:"gem.gameContext",context:e}),true)}signal(e,t,r){this.send({gem:J,type:"gem.signal",signal:e,matchId:t,data:r});}dedicatedOffer(e,t,r){this.send({gem:J,type:"gem.dedicatedOffer",matchId:e,sdp:t,intent:r});}requestParty(e){return this.send({gem:J,type:"gem.partyRequest",requestId:e})}requestPurchase(e,t,r,o,i,a){return this.send({gem:J,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:J,type:"gem.deviceSettings.put",requestId:e,settings:t})}requestAd(e,t,r){return this.send({gem:J,type:"gem.requestAd",requestId:e,placement:t,format:r})}requestSignIn(e){return this.send({gem:J,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(en)){this.options.onDropped?.(e,t);return}this.fail(e,t);}dropUnknownType(e){this.inbound.allow(en)&&this.options.onDropped?.("unsupported",`ignored unknown message type '${e}'`);}refuse(e,t){e.ports?.[0]?.close?.(),this.inbound.allow(en)&&this.options.onRefused?.(t);}fail(e,t){this.options.onError?.(e,t),this.state==="connected"&&this.port&&this.send({gem:J,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=tn[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||al(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=tn[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=qi(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 al(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":{let l=s.untrusted;this.options.onPlayer?.({displayName:Ae(l.displayName),displayHandle:Ae(l.displayHandle),displayTag:s.displayTag,avatarUrl:s.avatarUrl});break}case "gem.roomEvent":this.options.onRoomEvent?.(s);break;case "gem.seatedEvent":this.options.onSeatedEvent?.(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:J,type:"gem.screenshot.denied",reason:e,retryable:t});}};function al(n){for(let e of n)try{e?.close?.();}catch{}}var ll="https://api.gemarcade.com";function To(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 Np=new Set(["localhost","127.0.0.1","[::1]"]);function dl(n){let e=To(n);if(e!==null)return e;let t=new URL(n);return t.protocol==="http:"&&!Np.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 Fp=ll,cl=8e3,Io=15e3,Up=9e4,Bp=1/0,Hp=8e3,Vp=5e3,Wp=5e3;async function Kp(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 Kt(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 Dv(n={}){let e=n.clock??ue,t=n.log===void 0?u=>console.info(u):n.log,r=n.baseUrl??void 0;if(r!=null){let u=To(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=mo();o.mark("sdk created");let i=()=>xn(z.gameVersion,n.clientVersion?.gameVersion),a=new xt({client:()=>We,clock:e,gameId:()=>z.identity?.gameId??null,playerId:()=>z.identity?.playerId??null,environment:()=>{let u=i();return {sdk_version:Do(),...u===null?{}:{game_version:u}}},...n.analytics===void 0?{}:{options:n.analytics},log:t}),s=u=>{if(u===false)return null;let T=u?.attempts??Bp,F=u?.budgetMs??Up;return !(T>0)||!(F>0)?null:{attempts:T,budgetMs:F,maxDelayMs:u?.maxDelayMs??Hp}},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=Kt(e),m=Kt(e),c=Kt(e),p=Kt(e),y=n.manageAudio===false?null:pa(),g=null,w=()=>{g!==null&&(m.current!==null&&m.current.muted===g||C.reportMuted(g));},x=ga({report:u=>C.reportFrameStats(u)}),E=false,I=ba(()=>Go,()=>E),v=u=>{let T=E&&!u,F=E!==u;if(E=u,T&&I.close(),!!F)try{n.onDevToolsPermissionChange?.(u);}catch(ae){t?.(`[gem] onDevToolsPermissionChange threw: ${ae instanceof Error?ae.message:String(ae)}`),queueMicrotask(()=>{throw ae});}},R=r??Fp,M=r!==void 0,k,H=u=>(t?.(`[gem] token refused: ${u}`),n.onError?.("internal",u),false),N=(u,T)=>{if(u===void 0)return T!==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 F=dl(u);return F!==null?H(`the embedder named an API root that cannot be used: ${F}. Its value is withheld here rather than written to logs.`):k!==void 0&&k!==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."):(k=u,M||(R=u),true)},V=window.location?.origin,S=null,A=-1/0,G=2e3,D=new Set,j=u=>S!==false?Promise.resolve(true):new Promise(T=>{let F=e.setTimeout(()=>{D.delete(ae),T(false);},u),ae=()=>{e.clearTimeout(F),D.delete(ae),T(true);};D.add(ae);}),C=new Wt({allowedEmbedders:n.allowedEmbedders,...typeof V=="string"&&V!==""?{selfOrigin:V}:{},expectedSource:window.parent,clock:e,capabilities:["rooms","p2p","dedicated","parties","partySeating","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"&&x.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 T={reducedMotion:u.reducedMotion,muted:u.muted,locale:u.locale,showFrameStats:u.showFrameStats===true};m.set(T),y?.setMuted(T.muted),x.setRequested(T.showFrameStats&&C.parentSupports("frameStats")),n.onPrefs?.(T);},onCohorts:u=>{let T=Object.freeze(u.cohorts.map(F=>Object.freeze({experimentId:F.experimentId,variantKey:F.variantKey})));c.set(T),n.onCohorts?.(T);},onViewport:u=>{let T=Object.freeze({insets:Object.freeze({top:u.insets.top,right:u.insets.right,bottom:u.insets.bottom,left:u.insets.left})});p.set(T),fa(ya(),T.insets),n.onViewport?.(T);},onPause:u=>{a.setPaused(u.paused),x.setPaused(u.paused),n.onPause?.(u.paused);},onWillTerminate:u=>{a.endSession(u.reason),n.onWillTerminate?.({reason:u.reason,graceMs:u.graceMs});},onToken:u=>{let T=u.garden;if(v(u.allowDevTools===true),!N(u.apiBaseUrl,T))return;let F=u;z.onToken(F);let ae=z.identity;ae&&(le.set(ae),Y||(Y=true,de.reconcileSeats().catch(()=>{}))),we.push({token:F.token,expiresAt:F.expiresAt});},onTokenDenied:u=>{v(false),z.onDenied(u);},onScreenshot:(u,T,F)=>{ca(u,T,F,{...n.onScreenshot===void 0?{}:{handler:n.onScreenshot},useDefaultStrategy:true});},onRequestContext:()=>{ua(C,n.onFeedbackContext);},onDevtools:u=>{u==="close"?I.close():u==="open"?I.openFrom("platform").catch(()=>{}):I.isOpen?I.close():I.openFrom("platform").catch(()=>{});},onRoomEvent:u=>de.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=>de.handleSeated(u.roomId),onSocketState:u=>{let T=S;if(S=u.connected,u.connected)for(let ae of [...D])ae();if(!u.connected||T===true)return;let F=e.now();F-A<G||(A=F,de.reconcile().catch(()=>{}));},onSignalEvent:u=>{let T=typeof u.data=="object"&&u.data!==null&&!Array.isArray(u.data)?u.data:{};Ke.handleSignalEvent(u.matchId,u.event,T),u.event==="matchEnded"&&de.reconcile({matchId:u.matchId,...typeof T.reason=="string"?{reason:T.reason}:{}}).catch(()=>{});},onDedicatedEvent:u=>{u.event==="matchEnded"&&(ut.handleMatchEnded(u.matchId,u.reason),de.reconcile({matchId:u.matchId,...u.reason===void 0?{}:{reason:u.reason}}).catch(()=>{})),ee.handleEvent(u);},onClusterTarget:u=>$.accept(u.clusterTargetId),onLocalServer:u=>Q.accept(u),onLocalServerDenied:u=>Q.refuse(u),onPartyResult:u=>se.settle(u.requestId,u.partyId),onPurchaseResult:u=>Jt.settle(u),onDeviceSettings:u=>{Le.receive(u),n.onDeviceSettings?.(Le.api.current);},onDeviceSettingsResult:u=>Le.settle(u),onAdResult:u=>f.settle(u),onSignInResult:u=>P.settle(u)}),ee=new Ht({bridge:C}),le=Kt(e),Y=false,Ee=new Set,ye,we={current:()=>ye,subscribe:u=>(Ee.add(u),ye!==void 0&&u(ye),()=>Ee.delete(u)),push:u=>{ye=u;for(let T of [...Ee])try{T(u);}catch(F){t?.(`[gem] a server-token listener threw: ${F instanceof Error?F.message:String(F)}`);}}},z=_a({bridge:C,clock:e,onStateChange:(u,T)=>{if(u==="ready"){if(o.mark("token ready")){let F=o.marks.find(ae=>ae.name==="token ready")?.at;a.trackPlatform("gem_boot_ready",F===void 0?{}:{boot_ms:Math.max(0,Math.round(F))});}}else u==="lost"&&(o.mark("token lost"),a.trackPlatform("gem_auth_lost"));n.onAuthStateChange?.(u,T);}}),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(()=>{});},se=Po({bridge:C,clock:e}),ct={},Jt=Qa({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u),confirm:async u=>ct.confirm?.(u)??"unknown"}),Le=ol({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),f=nl({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),P=el({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),$=vs({bridge:C,clock:e}),Q=ha({bridge:C,clock:e}),he=u=>{let T=C.handleWindowMessage({data:u.data,origin:u.origin,source:u.source,ports:u.ports});return T&&window.removeEventListener("message",he),T};window.addEventListener("message",he);let xe=sa(window,he),Kn=xe?.capture,Ge=typeof performance>"u"?void 0:performance.getEntriesByType?.("navigation")?.[0];Ge?.domInteractive!==void 0&&Ge.domInteractive>0&&o.mark("document parsed",Ge.domInteractive),Kn?.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 Jn=n.handshakeWarningMs;Jn!==null&&t&&e.setTimeout(()=>{let u=xe===null?"no capture script ran":`capture: ${xe.delivered} offer(s) delivered, ${xe.stale} stale, ${xe.capture.dropped} evicted${xe.capture.late?", installed late":""}`;if(C.currentState==="connected"){t(`[gem] handshake connected. boot: ${o.timeline()} \xB7 ${u}`);return}t(`[gem] no completed handshake after ${Jn??cl}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);},Jn??cl);let ul=Bn({get baseUrl(){return R},tokenSource:z.source,get defaultQuery(){let u=z.identity;return u?{game_id:u.gameId,channel:u.channel}:{}}}),We=new De({transport:ul,clock:e}),be={client:We,gameId:()=>z.identity?.gameId??""};ct.confirm=u=>Za(be,u);let ml=()=>z.identity?.channel??"release",Co=new _n(be,ml),Mo=async u=>(await Co.load())?.currency(u)?.id??void 0,Oo=gn(be,pr,{identity:Z,resolveCurrencyId:Mo}),zn=async u=>{let T=await le.wait(u);if(T)return T;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).")},Yn=s(n.autoReconnect),de=Yr({client:We,clock:e,gameId:()=>z.identity?.gameId??null,playerId:()=>z.identity?.playerId??null,awaitGameId:async()=>(await zn(Io)).gameId,resolveParty:se.resolve,resolveClusterTarget:$.resolve,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},...Yn===null?{}:{autoReconnect:{...Yn,redial:(u,T)=>Xn.redialMatch(u,T),abandon:(u,T)=>Xn.abandonMatch(u,T)}}});l(de),ia({analytics:a,rooms:de});let Ke=oa({client:We,clock:e,rooms:de,bridge:C,gameId:()=>z.identity?.gameId??"",baseUrl:()=>R,resolveClusterTarget:$.resolve,boot:o,...n.log===void 0?{}:{log:n.log}}),Lo=uo(o,t),ut=$a({client:We,clock:e,rooms:de,signaling:()=>ee.channel(),signalingReady:j,log:t??(()=>{})}),Xn=Ya({rooms:de,p2p:{connect:u=>Lo(Ke.connect(u)),session:u=>Ke.session(u)},dedicated:{connect:(u=>Nn(o,"welcome",ut.connect(u),t))},clock:e,identity:()=>z.identity,apiBaseUrl:()=>R,tokens:we,room:()=>de.currentRoom,autoReconnect:Yn!==null,...n.log===void 0?{}:{log:n.log}}),pl=async()=>(await zn(Io)).playerId,Go={client:We,boot:o,get identity(){return z.identity},awaitIdentity:(u=Io)=>zn(u),awaitBridge:u=>C.settled(u),get player(){return d.current},awaitPlayer:(u=Vp)=>d.wait(u),me:Oo,characters:new fn(be,void 0,Z,Mo),transfers:new bn(be,pr,Oo.inventory),gameConfig:Co,purchases:Jt.api,deviceSettings:Le.api,ads:f.api,account:P.api,analytics:a,leaderboards:new vt(be),challenges:new ht(be),showcase:new _t(be,pl),friends:new wt(be),platform:new Rt(be),profiles:new kt(be),get prefs(){return m.current},get cohorts(){return c.current},get viewport(){return p.current},awaitCohorts:(u=Wp)=>c.wait(u),reportMuted:u=>{g=!!u,w();},cueReward:u=>C.cueReward(u),exit:u=>Kp(de,C,u,a),frame:C,devtools:I,rooms:de,dedicatedServer:{listClusterTargets:u=>ut.listClusterTargets(u),connect:(u=>Nn(o,"welcome",ut.connect(u),t)),handleMatchEnded:(u,T)=>ut.handleMatchEnded(u,T)},p2p:{handleSignalEvent:(u,T,F)=>Ke.handleSignalEvent(u,T,F),session:u=>Ke.session(u),connect:u=>Lo(Ke.connect(u))},match:Xn};return Go}
|
|
2
|
+
export{xt as AnalyticsApi,oe as AuthError,ht as ChallengesApi,Eo as DEVICE_SETTINGS_MAX_BYTES,h as DedicatedServerError,wt as FriendsApi,q as GemApiError,De as GemClient,ie as GemConfigError,Wt as GemFrame,ne as GemSaveError,vt as LeaderboardsApi,yr as MAX_PERIODS_BACK,pc as PLATFORM_EVENTS,Rt as PlatformApi,Rn as PlatformCurrenciesApi,me as PlayerText,kt as ProfilesApi,_t as ShowcaseApi,ce as TransportRefusal,Et as UNRELIABLE_CHANNEL_LABEL,Ae as asPlayerText,mo as createBootTimeline,Dv as createGem,Kp as leaveAndExit,Nn as markOnResolve,At as presentJoinCredential,nt as readTemplateTransports,Tt as readTransportAdvert,uo as reportOnResolve,yt as text,Tn as webTransportAvailable};//# sourceMappingURL=gem-web-sdk.game.js.map
|
|
3
|
+
//# sourceMappingURL=gem-web-sdk.game.js.map
|