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