@indiegems/gem-web-sdk 5.11.0 → 5.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/gem-web-sdk.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var GemWebSdkGame=(function(exports){'use strict';var Tl=Object.defineProperty;var Il=(n,e)=>{for(var t in e)Tl(n,t,{get:e[t],enumerable:true});};var rr="GemWebSdkHandshake";function Cl(){return typeof document>"u"?void 0:document.readyState}var Uo=()=>Date.now();function Bo(n={}){let e=n.win??window,t=e,r=t[rr];if(r!==void 0)return r;let o=n.readyState??Cl,i=n.now??Uo,a=[],s=[],l=m=>{let c=m.data;!c||c.type!=="gem.handshake"||(a.length>=4&&(a.shift(),s.shift(),d.dropped+=1),a.push(m),s.push(i()));};e.addEventListener("message",l);let d={events:a,times:s,dropped:0,late:o()==="complete",uninstall(){e.removeEventListener("message",l);}};return t[rr]=d,d}function Ho(n,e,t={}){let r=n[rr];if(r===void 0)return null;let o=t.ttlMs??9500,i=t.now??Uo,a=r.events.splice(0),s=r.times?.splice(0),l=0,d=0,m=false,c=i()-o;for(let p=a.length-1;p>=0;p--){let g=s?.[p];if(g!==void 0&&g<c){d+=1;continue}if(l+=1,e(a[p])===true){m=true;break}}return r.uninstall(),{capture:r,delivered:l,stale:d,accepted:m}}globalThis.__gemWebSdkVersion="[gem-web-sdk:sdkVersion:5.11.0]";function Vo(){let n=globalThis.__gemWebSdkVersion;if(typeof n!="string")return "";let e=n.lastIndexOf(":"),t=n.lastIndexOf("]");return e<0||t<=e+1?"":n.slice(e+1,t)}function Ml(n,e){return e!==void 0?!e:n==="chain_exhausted"}var Ye=class{constructor(e){this.options=e;}options;grant=null;state="pending";failure=null;generation=0;inFlight=null;rejected=false;get currentState(){return this.state}get lastFailure(){return this.failure}async get(){if(this.state==="lost")throw new oe(this.failure??"unavailable","the session cannot be renewed");let e=this.seconds();if(this.grant&&e<this.grant.expiresAt-this.renewBefore())return this.grant.token;if(this.grant&&e>=this.grant.chainEndsAt)throw this.enter("lost","chain_exhausted"),new oe("chain_exhausted","the token chain reached its ceiling");return this.refresh(this.nextReason())}nextReason(){return this.rejected?"rejected":this.grant?"expiring":"initial"}invalidate(e){e!==void 0&&this.grant!==null&&this.grant.token!==e||this.rejected&&this.grant===null||(this.grant=null,this.generation+=1,this.inFlight=null,this.rejected=true,this.state!=="lost"&&this.enter("pending"));}accept(e){this.state!=="lost"&&(this.grant=e,this.rejected=false,this.enter("ready"));}close(e="unavailable"){this.grant=null,this.generation+=1,this.inFlight=null,this.enter("lost",e);}refresh(e){if(this.inFlight)return this.inFlight;let t=this.generation;this.enter("pending");let r=this.options.request(e).then(o=>{if(t!==this.generation)throw new oe("internal","token arrived for a superseded generation");return this.grant=o,this.rejected=false,this.enter("ready"),o.token}).catch(o=>{let i=Ol(o),a=o?.retryable;throw t===this.generation&&this.enter(Ml(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 Ol(n){if(n instanceof oe)return n.reason;let e=n?.reason;return typeof e=="string"&&["chain_exhausted","unavailable","timeout","internal"].includes(e)?e:"internal"}var me=class n extends Error{retryable=false;constructor(e){super(e),this.name="TransportRefusal";}static isRefusal(e){if(e instanceof n)return true;let t=e;return t?.name==="TransportRefusal"&&t.retryable===false}},Xt=["if-match","if-none-match"],Wo=4096;function Ll(n){if(!n)return;let e={};for(let[t,r]of Object.entries(n)){let o=t.toLowerCase();if(!Xt.includes(o)||r===void 0)continue;let i=typeof r=="string"?Gl(r):r;if(typeof i!="string"||i.length>Wo||!Dl(i))throw new me(`the ${o} header value cannot be sent \u2014 it is not a string, is longer than ${Wo} characters, or contains a character outside the range an HTTP header value may carry. This is a malformed request, not a server failure; the value is withheld here rather than written to logs.`);i!==""&&(e[o]=i);}return Object.freeze(e)}function Gl(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 Dl(n){for(let e=0;e<n.length;e++){let t=n.charCodeAt(e);if(t!==9&&(t<32||t===127||t>255))return false}return true}function Ko(n,e){let t=e.replayUnauthorizedOnce??true;return {async request(r){let o={...r},i=Ll(o.headers),a=Object.freeze({...o,headers:i}),s=await e.tokenSource.get(),l=await n(a,s);if(l.status!==401||!t)return l;e.tokenSource.invalidate(s);let d=await e.tokenSource.get(),m=await n(a,d);if(m.status===401)throw e.tokenSource.close("unavailable"),new oe("unavailable","the server refused a freshly minted token");return m}}}function Qt(n){let e=typeof n=="string"?new TextEncoder().encode(n):n;return btoa($l(e))}function Zt(n){let e=atob(n),t=new Uint8Array(e.length);for(let r=0;r<e.length;r+=1)t[r]=e.charCodeAt(r);return t}function or(n){return new TextDecoder().decode(Zt(n))}function $l(n){let t="";for(let r=0;r<n.length;r+=32768)t+=String.fromCharCode(...n.subarray(r,r+32768));return t}var F=class extends Error{constructor(t,r,o,i,a){super(`${t} (${r}): ${o}`);this.reason=t;this.status=r;this.detail=o;this.retryAfterSeconds=i;this.code=a;this.name="GemApiError";}reason;status;detail;retryAfterSeconds;code;get retryable(){return this.reason==="unavailable"||this.reason==="rate_limited"}},Fl=new Set([408,429,500,502,503,504]),jl=6e4;function Nl(n){if(n===void 0)return 2;if(!Number.isInteger(n)||n<0||n>10)throw new me(`maxRetries must be a whole number between 0 and 10; received ${JSON.stringify(n)}. This is a configuration fault, not a server failure.`);return n}var Ie=class{constructor(e){this.options=e;}options;async get(e,t){return this.send({method:"GET",path:e,signal:t},true)}async getWithEtag(e,t={}){let r=await this.sendRaw({method:"GET",path:e,...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{headers:{"if-none-match":t.ifNoneMatch}}},true),o=r.etag===void 0?{}:{etag:r.etag};return r.status===304?{modified:false,...o}:{modified:true,body:r.body,...o}}async put(e,t,r,o={}){return this.send({method:"PUT",path:e,body:t,signal:r,...en(o)},o.replaySafe===true)}async post(e,t,r,o={}){return this.send({method:"POST",path:e,body:t,signal:r,...en(o)},o.replaySafe===true)}async patch(e,t,r,o={}){return this.send({method:"PATCH",path:e,body:t,signal:r,...en(o)},o.replaySafe===true)}async delete(e,t,r={}){return this.send({method:"DELETE",path:e,signal:t,...en(r)},r.replaySafe===true)}async send(e,t){return (await this.sendRaw(e,t)).body}async sendRaw(e,t){let r=t?Nl(this.options.maxRetries)+1:1,o=null;if(e.signal?.aborted)throw Jo(e.signal);for(let i=0;i<r;i++){if(i>0&&await this.backoff(i,o,e.signal),e.signal?.aborted)throw Jo(e.signal);let a;try{a=await this.options.transport.request(e);}catch(l){if(oe.isAuthError(l)||me.isRefusal(l)||e.signal?.aborted||ql(l))throw l;o=new F("unavailable",0,String(l));continue}if(a.status>=200&&a.status<300||a.status===304)return a;let s=Ul(a);if(!Fl.has(a.status))throw s;o=s;}throw o??new F("unavailable",0,"no attempt was made")}backoff(e,t,r){if(r?.aborted)return Promise.resolve();let o=t?.retryAfterSeconds,i=o!==void 0?o*1e3:2**(e-1)*250,a=2**(e-1)*250,s=Math.min(Math.max(i,a),jl);return new Promise(l=>{let d=this.options.clock,m=false,c=false,p,g=()=>{m||(m=true,c&&d.clearTimeout(p),r?.removeEventListener("abort",g),l());};r?.addEventListener("abort",g,{once:true}),p=d.setTimeout(g,s),c=true,m&&d.clearTimeout(p);})}};function en(n){return {...n.keepalive===void 0?{}:{keepalive:n.keepalive},...n.ifMatch===void 0?{}:{headers:{"if-match":n.ifMatch}}}}function Jo(n){return n.reason!==void 0?n.reason:new DOMException("The operation was aborted.","AbortError")}function ql(n){let e=n?.name;return e==="AbortError"||e==="TimeoutError"}function Ul(n){let{status:e,body:t}=n,r=Bl(t),o=n.retryAfterSeconds??Vl(t),i=Hl(t);switch(e){case 304:return new F("not_modified",e,r);case 400:case 422:return new F("invalid",e,r,void 0,i);case 403:return new F("forbidden",e,r,void 0,i);case 404:return new F("not_found",e,r,void 0,i);case 402:return new F("insufficient_funds",e,r,void 0,i);case 409:return new F("conflict",e,r,void 0,i);case 412:return new F("precondition_failed",e,r,void 0,i);case 413:return new F("too_large",e,r,void 0,i);case 429:return new F("rate_limited",e,r,o,i);default:return new F("unavailable",e,r,o,i)}}function Bl(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 Hl(n){let t=n?.error?.code;return typeof t=="string"&&t.length>0?t:void 0}function Vl(n){let e=n?.retryAfterSeconds;return typeof e=="number"&&Number.isFinite(e)&&e>=0?e:void 0}function _(n){let e=String(n);if(!/^[A-Za-z0-9_.-]{1,128}$/.test(e)||e==="."||e==="..")throw new TypeError(`${JSON.stringify(e)} is not a usable path segment \u2014 it is interpolated into a URL`);return encodeURIComponent(e)}async function zo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Yo(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/add`;return n.client.post(a,o,i?.signal)}async function Xo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function Qo(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/claim`;return n.client.post(a,o,i?.signal)}async function Zo(n,e,t){return n.client.post("/v1/characters",e,t?.signal)}async function ei(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/batch`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function ti(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function ni(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function ri(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function oi(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.delete(o,r?.signal)}async function ii(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/recipes/execute`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function si(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function ai(n,e,t){let r=`/v1/games/${_(n.gameId())}/config/channels/${_(e)}`;return n.client.getWithEtag(r,{...t?.signal===void 0?{}:{signal:t.signal},...t?.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}})}async function li(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.get(r,t?.signal)}async function di(n,e,t){let r=`/v1/inventory/loot-tables/${_(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function ci(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function ui(n,e,t,r){let o=new URLSearchParams;r?.include_buckets!==void 0&&o.set("include_buckets",String(r?.include_buckets)),r?.include_custom_data!==void 0&&o.set("include_custom_data",String(r?.include_custom_data)),r?.currency_limit!==void 0&&o.set("currency_limit",String(r?.currency_limit)),r?.currency_cursor!==void 0&&o.set("currency_cursor",String(r?.currency_cursor)),r?.item_limit!==void 0&&o.set("item_limit",String(r?.item_limit)),r?.item_cursor!==void 0&&o.set("item_cursor",String(r?.item_cursor)),r?.progression_limit!==void 0&&o.set("progression_limit",String(r?.progression_limit)),r?.progression_cursor!==void 0&&o.set("progression_cursor",String(r?.progression_cursor));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function mi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/items/${_(r)}`;return n.client.get(i,o?.signal)}async function pi(n,e,t,r,o){let i=new URLSearchParams;o?.bucket_1!==void 0&&i.set("bucket_1",String(o?.bucket_1)),o?.bucket_2!==void 0&&i.set("bucket_2",String(o?.bucket_2)),o?.limit!==void 0&&i.set("limit",String(o?.limit));let a=i.toString(),s=`/v1/leaderboards/${_(e)}/${_(t)}/${_(r)}`+(a?`?${a}`:"");return n.client.get(s,o?.signal)}async function gi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/${_(r)}`;return n.client.get(i,o?.signal)}async function yi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}`;return n.client.get(i,o?.signal)}async function fi(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/catalogs/${_(r)}/recipes/${_(o)}/availability`;return n.client.get(a,i?.signal)}async function hi(n,e,t,r){let o=new URLSearchParams;o.set("limit",String(r?.limit));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}/recipe-usage`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function ir(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.getWithEtag(i,{...o?.signal===void 0?{}:{signal:o.signal},...o?.ifNoneMatch===void 0?{}:{ifNoneMatch:o.ifNoneMatch}})}async function bi(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}/friends`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function vi(n,e,t){let r=`/v1/showcase/friends/${_(e)}`;return n.client.get(r,t?.signal)}async function _i(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function tn(n,e){return n.client.get("/v1/inventory/players/me/platform-currencies",e?.signal)}async function wi(n,e,t){let r=`/v1/profiles/players/${_(e)}`;return n.client.get(r,t?.signal)}async function Si(n,e){let t=new URLSearchParams;e?.config_version!==void 0&&t.set("config_version",String(e?.config_version));let r=t.toString(),o="/v1/inventory/platform-funded-game-inventory-purchase-catalog"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Ri(n,e,t){let r=`/v1/inventory/players/me/platform-funded-game-inventory-purchases/${_(e)}`;return n.client.get(r,t?.signal)}async function ki(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function xi(n,e){return n.client.get("/v1/characters/slots",e?.signal)}async function Ai(n,e,t){let r=`/v1/inventory/transfers/${_(e)}`;return n.client.get(r,t?.signal)}async function Pi(n,e,t){let r=`/v1/games/${_(n.gameId())}/analytics/events`;return n.client.post(r,e,t?.signal,{...t?.keepalive===void 0?{}:{keepalive:t.keepalive},replaySafe:true})}async function Ei(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function Ti(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/platform-funded-game-inventory-purchases`;return n.client.post(i,r,o?.signal)}async function Ii(n,e){let t=new URLSearchParams;e?.periods_back!==void 0&&t.set("periods_back",String(e?.periods_back));let r=t.toString(),o="/v1/challenges"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Ci(n,e){return n.client.get("/v1/characters",e?.signal)}async function Mi(n,e,t,r){let o=`/v1/settings/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function Oi(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${_(e)}/${_(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Li(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/saves/${_(e)}/${_(t)}`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function Gi(n,e){let t=new URLSearchParams;e?.limit!==void 0&&t.set("limit",String(e?.limit)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor));let r=t.toString(),o="/v1/friends"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function Di(n,e){let t=new URLSearchParams;e.entity_type!==void 0&&t.set("entity_type",String(e.entity_type)),e.entity_id!==void 0&&t.set("entity_id",String(e.entity_id)),e?.direction!==void 0&&t.set("direction",String(e?.direction)),e?.status!==void 0&&t.set("status",String(e?.status)),e?.cursor!==void 0&&t.set("cursor",String(e?.cursor)),e?.limit!==void 0&&t.set("limit",String(e?.limit));let r=t.toString(),o="/v1/inventory/transfers"+(r?`?${r}`:"");return n.client.get(o,e?.signal)}async function $i(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/max`;return n.client.post(a,o,i?.signal)}async function Fi(n,e,t,r,o,i){let a=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.put(a,o,i?.signal,{...i?.ifMatch===void 0?{}:{ifMatch:i.ifMatch}})}async function ji(n,e,t,r,o){let i=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.put(i,r,o?.signal)}async function Ni(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function qi(n,e,t,r){let o=`/v1/characters/${_(e)}`;return n.client.patch(o,t,r?.signal)}async function Ui(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/upload-url`;return n.client.post(a,o,i?.signal,{replaySafe:true})}async function Bi(n,e,t,r,o,i){let a=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}/reset`;return n.client.post(a,o,i?.signal)}async function Hi(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.delete(r,t?.signal)}var K="gem-web-bridge",rn={min:1,max:1},Xe=65536,Vi=8,nn=5e3,Wi=1024;function ar(n){return Object.freeze(Object.assign(Object.create(null),n))}var Ki=ar({"gem.handshake":30,"gem.handshake.accept":5,"gem.token":30,"gem.token.denied":30,"gem.player":12,"gem.pause":120,"gem.prefs":60,"gem.cohorts":12,"gem.viewport":60,"gem.deviceSettings":12,"gem.willTerminate":10,"gem.roomEvent":120,"gem.socketState":12,"gem.seatedEvent":60,"gem.autoStartFailedEvent":30,"gem.signalEvent":1800,"gem.dedicatedEvent":120,"gem.partyResult":30,"gem.clusterTarget":12,"gem.devtools":30,"gem.screenshot":6,"gem.screenshot.denied":12,"gem.requestContext":12,"gem.gameContext":12,"gem.signal":1200,"gem.dedicatedOffer":60,"gem.partyRequest":12,"gem.ready":5,"gem.progress":600,"gem.requestToken":12,"gem.requestLocalServer":6,"gem.localServer":30,"gem.localServer.denied":30,"gem.exit":5,"gem.openExternal":6,"gem.requestFullscreen":30,"gem.audioState":120,"gem.rewardCue":60,"gem.frameStats":120,"gem.error":60,"gem.requestPurchase":12,"gem.purchaseResult":30,"gem.deviceSettings.put":30,"gem.deviceSettings.result":30,"gem.requestAd":6,"gem.adResult":12,"gem.requestSignIn":6,"gem.signInResult":12,__malformed:60}),on="__malformed";var Wl=ar({"gem.requestAd":"ads","gem.adResult":"ads","gem.requestSignIn":"signIn","gem.signInResult":"signIn","gem.requestPurchase":"purchases","gem.purchaseResult":"purchases","gem.devtools":"devtools","gem.screenshot":"screenshot","gem.screenshot.denied":"screenshot","gem.requestContext":"feedbackContext","gem.gameContext":"feedbackContext","gem.roomEvent":"rooms","gem.signal":"p2p","gem.signalEvent":"p2p","gem.dedicatedOffer":"dedicated","gem.dedicatedEvent":"dedicated","gem.clusterTarget":"clusterTarget","gem.partyRequest":"parties","gem.partyResult":"parties","gem.autoStartFailedEvent":"autoStartFailure","gem.seatedEvent":"partySeating","gem.socketState":"socketState","gem.audioState":"audioState","gem.rewardCue":"rewardCue","gem.frameStats":"frameStats","gem.viewport":"viewport","gem.requestLocalServer":"localHost","gem.localServer":"localHost","gem.localServer.denied":"localHost","gem.cohorts":"cohorts","gem.deviceSettings":"deviceSettings","gem.deviceSettings.put":"deviceSettings","gem.deviceSettings.result":"deviceSettings"}),Kl=Object.freeze([["gem.asyncOpponents.","asyncOpponents"]]);function Ji(n){let e=Wl[n];if(e!==void 0)return e;for(let[t,r]of Kl)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 zl(n){let e;try{e=new URL(n);}catch{return false}return e.username!==""||e.password!==""?false:e.protocol==="https:"?true:e.protocol==="http:"&&(e.hostname==="localhost"||e.hostname==="127.0.0.1")}function Yl(n){return /^[a-z]{2,8}(-[a-z0-9]{1,8})*$/i.test(n)}function sr(n,e,t){if(e>Vi)return `nesting deeper than ${Vi}`;if(++t.nodes>nn)return `more than ${nn} values`;if(t.bytes>Xe)return `over the ${Xe} byte limit`;if(n==null)return t.bytes+=4,null;let r=typeof n;if(r==="boolean")return t.bytes+=5,null;if(r==="number")return t.bytes+=8,null;if(r==="string")return t.bytes+=n.length*3+2,null;if(r!=="object")return `${r} is not plain data`;let o=n;if(t.seen.has(o))return "a repeated or cyclic object reference";if(t.seen.add(o),Array.isArray(n)){if(n.length>Wi)return `an array of ${n.length} entries, over the ${Wi} limit`;t.bytes+=2;for(let s of n){let l=sr(s,e+1,t);if(l)return l}return null}let i=Object.getPrototypeOf(n);if(i!==Object.prototype&&i!==null)return "a value that is not a plain object";t.bytes+=2;let a=n;for(let s in a){if(!Object.prototype.hasOwnProperty.call(a,s))continue;if(++t.nodes>nn)return `more than ${nn} values`;if(t.bytes+=s.length*3+4,t.bytes>Xe)return `over the ${Xe} byte limit`;let l=sr(a[s],e+1,t);if(l)return l}return null}function Xl(n){let e={nodes:0,bytes:0,seen:new Set},t=sr(n,0,e);return t?`message contains ${t}`:e.bytes>Xe?`message is over the ${Xe} byte limit`:null}var Ql={origin:[Jl,"not a well-formed origin"],url:[zl,"not a safe absolute http(s) URL"],bcp47:[Yl,"not a well-formed BCP 47 tag"]};function zi(n,e,t){for(let r of e){let o=t===""?r.n:`${t}.${r.n}`,i=n[r.n];if(i==null){if(r.o)continue;return `${o}: required`}let a=Yi(i,r,o);if(a)return a}return null}function Yi(n,e,t){switch(e.k){case "string":{if(typeof n!="string")return `${t}: expected string`;if(n.length>e.max)return `${t}: exceeds ${e.max} characters`;if(e.f){let[r,o]=Ql[e.f];if(!r(n))return `${t}: ${o}`}return null}case "int":return typeof n!="number"||!Number.isInteger(n)?`${t}: expected integer`:n<e.lo||n>e.hi?`${t}: out of range ${e.lo}..${e.hi}`:null;case "boolean":return typeof n=="boolean"?null:`${t}: expected boolean`;case "enum":{let r=e.v;return r.includes(n)?null:`${t}: not one of ${r.join("|")}`}case "object":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected object`:zi(n,e.fs,t);case "json":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected a plain object`:null;case "array":{if(!Array.isArray(n))return `${t}: expected array`;if(n.length>e.max)return `${t}: exceeds ${e.max} items`;let r=e.it,o=`${t}[]`;for(let i of n){if(i==null){if(r.o)continue;return `${o}: required`}let a=Yi(i,r,o);if(a)return a}return null}default:{let r=e.k;return `${t}: unknown kind ${String(r)}`}}}function M(n,e){return t=>{let r=Xl(t);if(r)return r;if(typeof t!="object"||t===null||Array.isArray(t))return "message: expected object";let o=t;return o.gem!==K?"gem: wrong protocol marker":o.type!==n?`type: expected ${n}`:zi(o,e,"")}}var Zl=M("gem.handshake",[{n:"versions",k:"object",fs:[{n:"min",k:"int",lo:1,hi:1e3},{n:"max",k:"int",lo:1,hi:1e3}]},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}},{n:"embedder",k:"string",max:2048,f:"origin"}]),ed=M("gem.handshake.accept",[{n:"v",k:"int",lo:1,hi:1e3},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}}]),td=M("gem.token",[{n:"token",k:"string",max:4096},{n:"requestId",k:"string",o:1,max:64},{n:"generation",k:"int",lo:0,hi:2147483647},{n:"apiBaseUrl",k:"string",o:1,max:512,f:"url"},{n:"playerId",k:"string",max:64},{n:"gameId",k:"string",max:64},{n:"channel",k:"enum",v:["dev","test","release"]},{n:"gameVersion",k:"string",o:1,max:64},{n:"expiresAt",k:"int",lo:0,hi:4102444800},{n:"chainEndsAt",k:"int",lo:0,hi:4102444800},{n:"allowDevTools",k:"boolean",o:1}]),nd=M("gem.token.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"retryAfterMs",k:"int",o:1,lo:0,hi:36e5},{n:"reason",k:"enum",v:["chain_exhausted","unavailable"]},{n:"correlationId",k:"string",max:64}]),rd=M("gem.player",[{n:"untrusted",k:"object",fs:[{n:"displayName",k:"string",max:64},{n:"displayTag",k:"string",o:1,max:80},{n:"displayHandle",k:"string",max:80}]},{n:"playerId",k:"string",o:1,max:64},{n:"discriminator",k:"string",o:1,max:8},{n:"avatarIconUrl",k:"string",o:1,max:2048,f:"url"},{n:"badges",k:"array",o:1,max:2,it:{n:"",k:"object",fs:[{n:"itemId",k:"string",max:64},{n:"iconUrl",k:"string",max:2048,f:"url"}]}},{n:"displayTag",k:"string",max:8},{n:"avatarUrl",k:"string",o:1,max:2048,f:"url"}]),od=M("gem.pause",[{n:"paused",k:"boolean"}]),id=M("gem.prefs",[{n:"reducedMotion",k:"boolean"},{n:"muted",k:"boolean"},{n:"showFrameStats",k:"boolean",o:1},{n:"locale",k:"string",max:35,f:"bcp47"}]),sd=M("gem.cohorts",[{n:"cohorts",k:"array",max:8,it:{n:"",k:"object",fs:[{n:"experimentId",k:"string",max:36},{n:"variantKey",k:"string",max:32}]}}]),ad=M("gem.viewport",[{n:"insets",k:"object",fs:[{n:"top",k:"int",lo:0,hi:4096},{n:"right",k:"int",lo:0,hi:4096},{n:"bottom",k:"int",lo:0,hi:4096},{n:"left",k:"int",lo:0,hi:4096}]}]),ld=M("gem.deviceSettings",[{n:"settings",k:"json",o:1}]),dd=M("gem.willTerminate",[{n:"reason",k:"enum",v:["grant_expiring","session_ended","navigating","kill_switch"]},{n:"graceMs",k:"int",lo:0,hi:6e4}]),cd=M("gem.roomEvent",[{n:"event",k:"enum",v:["updated","match_started","match_ready","match_failed","version_stale"]},{n:"roomId",k:"string",max:64},{n:"matchId",k:"string",o:1,max:64},{n:"version",k:"int",o:1,lo:0,hi:2147483647},{n:"reason",k:"string",o:1,max:64},{n:"platform",k:"enum",o:1,v:["universal","mobile"]}]),ud=M("gem.socketState",[{n:"connected",k:"boolean"},{n:"reason",k:"enum",o:1,v:["connecting","dropped","watchdog","terminal"]}]),md=M("gem.seatedEvent",[{n:"roomId",k:"string",max:64}]),pd=M("gem.autoStartFailedEvent",[{n:"roomId",k:"string",max:64},{n:"code",k:"string",max:64}]),gd=M("gem.signalEvent",[{n:"event",k:"enum",v:["hello","offer","answer","ice","peerJoined","peerLeft","migration","matchEnded","error"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),yd=M("gem.dedicatedEvent",[{n:"event",k:"enum",v:["answer","error","matchEnded"]},{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",o:1,max:10240},{n:"sessionId",k:"string",o:1,max:64},{n:"code",k:"string",o:1,max:64},{n:"message",k:"string",o:1,max:256},{n:"reason",k:"string",o:1,max:64}]),fd=M("gem.partyResult",[{n:"requestId",k:"string",max:64},{n:"partyId",k:"string",o:1,max:64}]),hd=M("gem.clusterTarget",[{n:"clusterTargetId",k:"string",max:64},{n:"clusterTargetIds",k:"array",o:1,max:3,it:{n:"",k:"string",max:64}}]),bd=M("gem.devtools",[{n:"action",k:"enum",v:["open","close","toggle"]}]),vd=M("gem.screenshot",[{n:"maxWidth",k:"int",lo:1,hi:7680},{n:"maxHeight",k:"int",lo:1,hi:4320}]),_d=M("gem.screenshot.denied",[{n:"reason",k:"enum",v:["not_wired","no_source","unsupported","unreadable","tainted","too_large","busy","declined","failed"]},{n:"retryable",k:"boolean"}]),wd=M("gem.requestContext",[]),Sd=M("gem.gameContext",[{n:"context",k:"json"}]),Rd=M("gem.signal",[{n:"signal",k:"enum",v:["join","offer","answer","ice","migrationAck","hostUnreachable"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),kd=M("gem.dedicatedOffer",[{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",max:10240},{n:"intent",k:"enum",v:["initial","ice_restart","full_reconnect"]}]),xd=M("gem.partyRequest",[{n:"requestId",k:"string",max:64}]),Ad=M("gem.ready",[]),Pd=M("gem.progress",[{n:"loaded",k:"int",lo:0,hi:1099511627776},{n:"total",k:"int",lo:0,hi:1099511627776}]),Ed=M("gem.requestToken",[{n:"requestId",k:"string",max:64},{n:"reason",k:"enum",v:["initial","expiring","rejected"]}]),Td=M("gem.requestLocalServer",[{n:"requestId",k:"string",max:64},{n:"gameRoomId",k:"string",max:64}]),Id=M("gem.localServer",[{n:"requestId",k:"string",max:64},{n:"serverId",k:"string",o:1,max:128}]),Cd=M("gem.localServer.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"reason",k:"enum",v:["refused","unavailable"]}]),Md=M("gem.exit",[{n:"reason",k:"string",o:1,max:64}]),Od=M("gem.openExternal",[{n:"url",k:"string",max:2048,f:"url"}]),Ld=M("gem.requestFullscreen",[{n:"enabled",k:"boolean"}]),Gd=M("gem.audioState",[{n:"muted",k:"boolean"}]),Dd=M("gem.rewardCue",[{n:"currencySlug",k:"string",max:32},{n:"expected",k:"int",o:1,lo:1,hi:1e9},{n:"origin",k:"object",o:1,fs:[{n:"x",k:"int",lo:0,hi:16384},{n:"y",k:"int",lo:0,hi:16384}]}]),$d=M("gem.frameStats",[{n:"fps",k:"int",lo:0,hi:1e3},{n:"frameTimeP95Ms",k:"int",lo:0,hi:1e5}]),Fd=M("gem.error",[{n:"code",k:"enum",v:["version_mismatch","handshake_timeout","handshake_duplicate","invalid_message","rate_limited","token_unavailable","unsupported","unsupported_capability","internal"]},{n:"message",k:"string",o:1,max:256}]),jd=M("gem.requestPurchase",[{n:"requestId",k:"string",max:64},{n:"purchaseKind",k:"enum",v:["item","recipe"]},{n:"targetId",k:"string",max:64},{n:"currencySlug",k:"string",max:32},{n:"quantity",k:"int",o:1,lo:1,hi:10},{n:"catalogId",k:"string",o:1,max:64}]),Nd=M("gem.purchaseResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["ok","declined","unavailable"]},{n:"purchaseId",k:"string",o:1,max:64}]),qd=M("gem.deviceSettings.put",[{n:"requestId",k:"string",max:64},{n:"settings",k:"json"}]),Ud=M("gem.deviceSettings.result",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["stored","too_large","unavailable"]}]),Bd=M("gem.requestAd",[{n:"requestId",k:"string",max:64},{n:"placement",k:"string",max:32},{n:"format",k:"enum",v:["interstitial","rewarded"]}]),Hd=M("gem.adResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["shown","no_ad","unavailable"]}]),Vd=M("gem.requestSignIn",[{n:"requestId",k:"string",max:64}]),Wd=M("gem.signInResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["signed_in","declined","unavailable"]}]),sn=ar({"gem.handshake":Zl,"gem.handshake.accept":ed,"gem.token":td,"gem.token.denied":nd,"gem.player":rd,"gem.pause":od,"gem.prefs":id,"gem.cohorts":sd,"gem.viewport":ad,"gem.deviceSettings":ld,"gem.willTerminate":dd,"gem.roomEvent":cd,"gem.socketState":ud,"gem.seatedEvent":md,"gem.autoStartFailedEvent":pd,"gem.signalEvent":gd,"gem.dedicatedEvent":yd,"gem.partyResult":fd,"gem.clusterTarget":hd,"gem.devtools":bd,"gem.screenshot":vd,"gem.screenshot.denied":_d,"gem.requestContext":wd,"gem.gameContext":Sd,"gem.signal":Rd,"gem.dedicatedOffer":kd,"gem.partyRequest":xd,"gem.ready":Ad,"gem.progress":Pd,"gem.requestToken":Ed,"gem.requestLocalServer":Td,"gem.localServer":Id,"gem.localServer.denied":Cd,"gem.exit":Md,"gem.openExternal":Od,"gem.requestFullscreen":Ld,"gem.audioState":Gd,"gem.rewardCue":Dd,"gem.frameStats":$d,"gem.error":Fd,"gem.requestPurchase":jd,"gem.purchaseResult":Nd,"gem.deviceSettings.put":qd,"gem.deviceSettings.result":Ud,"gem.requestAd":Bd,"gem.adResult":Hd,"gem.requestSignIn":Vd,"gem.signInResult":Wd});var 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=Ki[e];if(t===void 0)return false;let r=this.clock.now(),o=this.lastRefill.get(e)??r,i=this.tokens.get(e)??t,a=Math.max(0,r-o),s=Math.min(t,i+a*t/6e4);return s<1?(this.tokens.set(e,s),this.lastRefill.set(e,r),false):(this.tokens.set(e,s-1),this.lastRefill.set(e,r),true)}};function lr(n,e){return n.toLowerCase()===e.toLowerCase()}function an(n){let e=n.toLowerCase();return e==="localhost"||e.endsWith(".localhost")||e==="[::1]"||e==="::1"?true:/^127(\.\d{1,3}){3}$/.test(e)}function Xi(n,e){if(typeof e!="string"||e==="")return false;let t,r;try{t=new URL(n),r=new URL(e);}catch{return false}return t.protocol!=="http:"&&t.protocol!=="https:"||r.protocol!=="http:"&&r.protocol!=="https:"||t.username!==""||t.password!==""||t.pathname!=="/"||t.search!==""||t.hash!==""||t.port===""?false:an(t.hostname)&&an(r.hostname)}function Qi(n,e){if(e.min>e.max)return null;let t=Math.min(n.max,e.max),r=Math.max(n.min,e.min);return t>=r?t:null}var ln=class{constructor(e,t){this.inventory=e;this.resolveCurrencyId=t;}inventory;resolveCurrencyId;async list(e={}){return (await this.inventory.snapshot({buckets:e.buckets})).currencies.data.map(r=>({currencyId:r.currencyId,total:r.total,...r.buckets===void 0?{}:{buckets:r.buckets}}))}async get(e,t={}){let o=(await this.inventory.snapshot({buckets:t.buckets})).currencies.data,i=o.find(s=>s.currencyId===e),a;return !i&&this.resolveCurrencyId&&(a=await this.resolveCurrencyId(e).catch(()=>{}),a!==void 0&&(i=o.find(s=>s.currencyId===a))),{currencyId:i?i.currencyId:a??e,total:i?i.total:null,...i?.buckets===void 0?{}:{buckets:i.buckets}}}};function cr(n){let e=Array.isArray(n.achievements)?n.achievements:[],t=[];for(let r of e){let o=r??{};typeof o.id!="string"||o.id===""||typeof o.threshold!="number"||!Number.isFinite(o.threshold)||t.push({id:o.id,threshold:o.threshold,points:typeof o.points=="number"?o.points:0,hidden:o.hidden===true,...typeof o.unlocked_at=="number"&&Number.isFinite(o.unlocked_at)?{unlockedAt:o.unlocked_at}:{},...o.revoked===true?{revoked:true}:{}});}return {...t.length>0?{achievements:t}:{},...n.achievements_unavailable===true?{achievementsUnavailable:true}:{}}}var Zi="inventory",Qe=n=>typeof n=="number"?n:0,yt=n=>typeof n=="string"?n:"";function dr(n,e){let t=n??{},r=typeof t.next_cursor=="string"?t.next_cursor:void 0;return {data:Array.isArray(t.data)?t.data.map(e):[],...r===void 0?{}:{nextCursor:r}}}function es(n){let e=n??{};return {itemDefinitionId:yt(e.item_definition_id),instanceId:yt(e.instance_id),quantity:Qe(e.quantity),acquiredAt:Qe(e.acquired_at),...e.properties===void 0?{}:{properties:e.properties},...e.custom_data===void 0?{}:{customData:e.custom_data}}}function Kd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {currencies:dr(e.currencies,r=>{let o=r??{},i=Array.isArray(o.buckets)?o.buckets.map(a=>{let s=a??{};return {bucket:yt(s.bucket),balance:Qe(s.balance)}}):void 0;return {currencyId:yt(o.currency_id),total:Qe(o.total),...i===void 0?{}:{buckets:i}}}),items:dr(e.items,es),progressions:dr(e.progressions,r=>{let o=r??{};return {progressionDefinitionId:yt(o.progression_definition_id),currentValue:Qe(o.current_value),completionCount:Qe(o.completion_count),isCompleted:o.is_completed===true,...cr(o)}}),...t===void 0?{}:{etag:t}}}var dn=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;snapshot(e={}){let t=e.buckets?`${Zi}#buckets`:Zi;return this.cache.read(t,[],()=>this.fetch({includeBuckets:e.buckets}))}async instances(e,t){let r=await this.snapshot();if(r.items.nextCursor===void 0){let i=r.items.data.filter(a=>a.itemDefinitionId===e);if(i.length>0)return i}let o=await mi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Array.isArray(o)?o.map(es):[]}page(e){return this.fetch(e)}refresh(){this.invalidate();}onChanged(e){return this.cache.onInvalidate(e)}invalidate(){this.cache.invalidate();}async fetch(e){let t=await ui(this.api,this.entity.type,this.entity.id,{...e.includeBuckets?{include_buckets:true}:{},...e.currencyCursor===void 0?{}:{currency_cursor:e.currencyCursor},...e.itemCursor===void 0?{}:{item_cursor:e.itemCursor},...e.progressionCursor===void 0?{}:{progression_cursor:e.progressionCursor},...e.currencyLimit===void 0?{}:{currency_limit:e.currencyLimit},...e.itemLimit===void 0?{}:{item_limit:e.itemLimit},...e.progressionLimit===void 0?{}:{progression_limit:e.progressionLimit},...e.signal===void 0?{}:{signal:e.signal}});return Kd(t)}};var te=n=>typeof n=="string"?n:"",Jd=n=>typeof n=="string"?n:te(n&&typeof n=="object"?n.type:void 0),Ce=n=>typeof n=="number"?n:0;function ft(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t}}}function cn(){return crypto.randomUUID()}var zd="recipe-usage",ts=100;function un(n){let e=n??{};switch(e.type){case "currency":return {kind:"currency",currencyId:te(e.currency_id),bucket:te(e.bucket),delta:Ce(e.delta),balanceAfter:Ce(e.balance_after)};case "item":return {kind:"item",itemDefinitionId:te(e.item_definition_id),instanceId:te(e.instance_id),delta:Ce(e.delta),quantityAfter:Ce(e.quantity_after)};case "progression":return {kind:"progression",progressionDefinitionId:te(e.progression_definition_id),delta:Ce(e.delta),valueAfter:Ce(e.value_after),completed:e.completed===true};default:return {kind:"other",type:te(e.type)}}}function Yd(n){let e=n??{},t=typeof e.rarity_tier=="string"?e.rarity_tier:void 0;return {entryId:te(e.entry_id),...t===void 0?{}:{rarityTier:t},rollNumber:Ce(e.roll_number),wasReplacement:e.was_replacement===true,grants:Array.isArray(e.grants)?e.grants.map(un):[]}}function Xd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0,r=Array.isArray(e.loot_results)?e.loot_results.map(Yd):void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t},granted:Array.isArray(e.granted)?e.granted.map(un):[],consumed:Array.isArray(e.consumed)?e.consumed.map(un):[],autoClaimedRewards:Array.isArray(e.auto_claimed_rewards)?e.auto_claimed_rewards.map(un):[],...r===void 0||r.length===0?{}:{lootResults:r}}}function Qd(n){let e=n??{},t=e.price??{};return {payment:"platform_currency",orderId:te(e.target_order_id)||te(e.source_order_id),status:te(e.status),purchaseId:te(e.purchase_id),sourceOrderId:te(e.source_order_id),price:{currencyId:te(t.platform_currency_id),amount:Ce(t.price)}}}function Zd(n){let e=n??{},t=typeof e.last_used_at=="string"?e.last_used_at:void 0,r=typeof e.cooldown_expires_at=="string"?e.cooldown_expires_at:void 0;return {recipeId:te(e.recipe_id),useCount:typeof e.use_count=="number"?e.use_count:0,isOnCooldown:e.is_on_cooldown===true,...t===void 0?{}:{lastUsedAt:t},...r===void 0?{}:{cooldownExpiresAt:r}}}function ns(n){switch(n.type){case "currency_grant":case "currency_consume":return {type:n.type,currency_id:n.currencyId,amount:n.amount};default:return {type:n.type,item_definition_id:n.itemDefinitionId,quantity:n.quantity}}}var mn=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;async create(e,t={}){let r=await this.write(()=>ti(this.api,this.entity.type,this.entity.id,{operations:e.map(ns),source:t.source??"play",nonce:cn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return ft(r)}async createMany(e,t={}){return this.write(()=>ei(this.api,this.entity.type,this.entity.id,{orders:e.map(r=>({operations:r.map(ns),nonce:cn()})),source:t.source??"play"},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}))}async recipeAvailability(e,t,r){let i=await fi(this.api,this.entity.type,this.entity.id,e,t,r===void 0?{}:{signal:r})??{},a=typeof i.uses_remaining=="number"?i.uses_remaining:void 0,s=typeof i.cooldown_expires_at=="string"?i.cooldown_expires_at:void 0;return {canExecute:i.can_execute===true,reasons:Array.isArray(i.reasons)?i.reasons.map(l=>Jd(l)):[],...a===void 0?{}:{usesRemaining:a},...s===void 0?{}:{cooldownExpiresAt:s}}}async recipeUsageAll(){return this.cache.read(zd,[],async()=>{let t=await hi(this.api,this.entity.type,this.entity.id,{limit:ts})??{},r=Array.isArray(t.usages)?t.usages:[];return {usages:r.map(Zd),truncated:r.length>=ts}})}async recipeUsage(e){return (await this.recipeUsageAll()).usages.find(r=>r.recipeId===e)??null}async purchase(e,t={}){if(e.payment.kind==="configured"){let c=e,p=await this.write(()=>ii(this.api,this.entity.type,this.entity.id,{catalog_id:c.catalogId,recipe_id:c.targetId,game_id:this.api.gameId(),nonce:cn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return {payment:"configured",...Xd(p)}}if(this.entity.type!=="players"||this.entity.id!=="me")throw new TypeError("platform-currency purchases are available only on gem.me.mutations");let[r,o]=await Promise.all([Si(this.api,t.signal===void 0?{}:{signal:t.signal}),tn(this.api,t.signal===void 0?{}:{signal:t.signal})]),i=e.payment.currencySlug.toLowerCase(),a=o.currencies.find(c=>c.currency_id.toLowerCase()===i||c.slug.toLowerCase()===i);if(a===void 0)throw new RangeError(`platform currency ${JSON.stringify(e.payment.currencySlug)} is not active`);let s=e.kind==="item"?r.items.find(c=>c.item_id===e.targetId):r.recipes.find(c=>c.recipe_id===e.targetId&&c.catalog_id===e.catalogId);if(s===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} is not published`);let l=s.platform_prices.find(c=>c.platform_currency_id===a.currency_id);if(l===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} has no ${e.payment.currencySlug} price`);let d=e.kind==="item"?e.quantity??1:1;if(!Number.isInteger(d)||d<1||d>10)throw new RangeError("item purchase quantity must be an integer from 1 through 10");let m=await this.write(()=>Ti(this.api,this.entity.type,this.entity.id,{purchase_kind:e.kind,target_id:e.targetId,...e.kind==="recipe"?{catalog_id:e.catalogId}:{},quantity:d,expected_price:{platform_currency_id:a.currency_id,price:l.price*d},expected_config_version:r.config_version,nonce:cn(),confirmation:"none"},t.signal===void 0?{}:{signal:t.signal}));return Qd(m)}async executeRecipe(e,t,r={}){return await this.purchase({kind:"recipe",catalogId:e,targetId:t,payment:{kind:"configured"}},r)}async addProgression(e,t,r){let o=await this.write(()=>Yo(this.api,this.entity.type,this.entity.id,e,{amount:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ft(o)}async maxProgression(e,t,r){let o=await this.write(()=>$i(this.api,this.entity.type,this.entity.id,e,{value:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ft(o)}async claimProgression(e,t){let r=await this.write(()=>Qo(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ft(r)}async resetProgression(e,t){let r=await this.write(()=>Bi(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ft(r)}async write(e){return this.cache.invalidate(),e()}};var ur=n=>typeof n=="string"?n:"",ec=n=>typeof n=="number"?n:0;function rs(n){let e=n??{};return {orderId:ur(e.order_id),status:ur(e.status),source:ur(e.source),createdAt:ec(e.created_at)}}var pn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e={}){let r=await Oi(this.api,this.entity.type,this.entity.id,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {data:Array.isArray(r.orders)?r.orders.map(rs):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await gi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return rs(r)}};var os=n=>typeof n=="number"?n:0,tc=n=>typeof n=="string"?n:"";function nc(n){let e=n??{};return {progressionDefinitionId:tc(e.progression_definition_id),currentValue:os(e.current_value),completionCount:os(e.completion_count),isCompleted:e.is_completed===true,...cr(e)}}var gn=class{constructor(e,t,r){this.api=e;this.entity=t;this.inventory=r;}api;entity;inventory;async list(){return (await this.inventory.snapshot()).progressions.data}async get(e,t){let o=(await this.inventory.snapshot()).progressions.data.find(i=>i.progressionDefinitionId===e);if(o&&o.achievementsUnavailable!==true)return o;try{let i=await yi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return nc(i)}catch{return o??null}}};var yn=class{constructor(e,t){this.clock=e;this.identity=t;}clock;identity;generation=0;slots=new Map;listeners=new Set;boundTo=null;read(e,t,r,o){this.rebind();let i=t.length===0,a=i?e:e+"\0"+t.join("\0"),s=this.slots.get(a);if(s){let c=s.filledAt;if(c!==void 0&&(o===void 0||this.clock.now()-c<=o))return Promise.resolve(s.value);if(s.inFlight)return s.inFlight}let l=s??{};this.slots.set(a,l);let d=this.generation,m=r().then(c=>(i&&this.generation===d&&(l.value=c,l.filledAt=this.clock.now()),c)).finally(()=>{l.inFlight===m&&(l.inFlight=void 0,l.filledAt===void 0&&this.slots.get(a)===l&&this.slots.delete(a));});return l.inFlight=m,m}invalidate(){this.slots.clear(),this.generation+=1;for(let e of [...this.listeners])e();}onInvalidate(e){return this.listeners.add(e),()=>{this.listeners.delete(e);}}rebind(){if(!this.identity)return;let e=this.identity();e!==this.boundTo&&(this.boundTo=e,this.invalidate());}};function mr(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 pr(n){try{let e=mr(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},rc=3e4,is="the save payload could not reach storage. From a browser this is almost always the storage account's CORS rule, which the platform owns and your game cannot change. If every save fails this way, report it rather than working around it",oc=/^[A-Za-z0-9_]{1,64}$/;function ke(n){let e=n.length===0?"a save key cannot be empty":n.length>64?`it is ${n.length} characters; a save key is at most 64`:n.startsWith("_")||n.startsWith("$")?`it begins with ${JSON.stringify(n[0])}, and \`_\` and \`$\` are reserved prefixes`:"a save key is ASCII letters, digits and underscores only \u2014 no hyphens, spaces or other punctuation, unlike a template slug";if(!oc.test(n)||n.startsWith("_"))throw new TypeError(`${JSON.stringify(n)} is not a usable save key: ${e}.`);return n}function ss(n,e){let t=new AbortController,r=AbortSignal.timeout(e),o=()=>t.abort(r.reason),i=()=>t.abort(n?.reason);return n?.aborted?t.abort(n.reason):(r.addEventListener("abort",o,{once:true}),n?.addEventListener("abort",i,{once:true})),{signal:t.signal,release:()=>{r.removeEventListener("abort",o),n?.removeEventListener("abort",i);}}}function gr(n,e){return n.aborted&&e?.aborted!==true}var ic=new Set(["x-ms-blob-type"]),sc=/^[ -~]+$/;function ac(n,e){if(n==null)return {};if(typeof n!="object"||Array.isArray(n))throw new 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(!ic.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"||!sc.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 yr(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 fr(n){return n?.reason==="not_found"}var fn=class{constructor(e,t,r={}){this.api=e;this.entity=t;this.options=r;}api;entity;options;async put(e,t,r={}){let o;try{o=JSON.stringify(t);}catch(i){throw new ne("save_malformed",`save ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}. Retrying stores the same unserialisable value.`)}if(o===void 0)throw new ne("save_malformed",`save ${JSON.stringify(e)} is undefined, which is not JSON. Use delete() to remove one.`);return this.putBytes(e,new TextEncoder().encode(o),{...r,contentType:"application/json"})}async putBytes(e,t,r={}){let o=r.contentType??"application/octet-stream",i=this.budget(r.timeoutMs),a=ss(r.signal,i);try{let s=await Ui(this.api,this.entity.type,this.entity.id,ke(e),{size_bytes:t.byteLength,content_type:o,...r.metadata===void 0?{}:{metadata:r.metadata}},{signal:a.signal});if(typeof s.upload_url!="string"||typeof s.session_id!="string")throw new ne("save_malformed",`the grant for save ${JSON.stringify(e)} named nowhere to put the bytes.`);let l=ac(s.upload_headers,e),d,m=this.options.fetch??globalThis.fetch.bind(globalThis);try{d=await m(s.upload_url,{method:"PUT",headers:{"content-type":o,...l},body:t,credentials:"omit",signal:a.signal});}catch(c){throw gr(a.signal,r.signal)?this.timeout("upload",i):new ne("upload_failed",`${is} for PUT. Underlying error: ${c}`)}if(!d.ok){let c=await pr(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 yr(await si(this.api,this.entity.type,this.entity.id,ke(e),{session_id:s.session_id},{signal:a.signal}))}catch(s){throw this.rethrow(s,r.signal,a.signal,"save",i)}finally{a.release();}}async get(e,t={}){let r=await this.getBytes(e,t);if(r===null)return null;try{return JSON.parse(new TextDecoder().decode(r))}catch(o){throw new ne("save_malformed",`the stored save ${JSON.stringify(e)} is not JSON, so put() did not write it. Read it with getBytes() and decode it yourself. Underlying error: ${o}`)}}async getBytes(e,t={}){let r=this.budget(t.timeoutMs),o=ss(t.signal,r);try{let i;try{let l=await ir(this.api,this.entity.type,this.entity.id,ke(e),{signal:o.signal});if(!l.modified)return null;i=l.body;}catch(l){if(fr(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 gr(o.signal,t.signal)?this.timeout("download",r):new ne("download_failed",`${is} for GET. Underlying error: ${l}`)}if(!s.ok){let l=await pr(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 ir(this.api,this.entity.type,this.entity.id,ke(e),{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?yr(r.body):null}catch(r){if(fr(r))return null;throw r}}async list(e={}){let t=await Li(this.api,this.entity.type,this.entity.id,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}}),r=t.next_cursor;return {saves:(t.data??[]).map(yr),...typeof r=="string"&&r.length>0?{nextCursor:r}:{}}}async delete(e,t){try{await ri(this.api,this.entity.type,this.entity.id,ke(e),{...t===void 0?{}:{signal:t}});}catch(r){if(!fr(r))throw r}}budget(e){return e??this.options.timeoutMs??rc}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:gr(r,t)?this.timeout(o,i):e}};function lc(n){try{return or(n)}catch{return n}}function hr(n,e){let t=n??{},r=typeof t.etag=="string"?t.etag:e;return {key:typeof t.key=="string"?t.key:"",value:typeof t.value=="string"?lc(t.value):"",...r===void 0?{}:{etag:r},updatedAt:typeof t.updated_at=="number"?t.updated_at:0}}var hn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e){let r=(await Mi(this.api,this.entity.type,this.entity.id,e===void 0?{}:{signal:e}))?.settings;return Array.isArray(r)?r.map(o=>hr(o)):[]}async get(e,t={}){try{let r=await ci(this.api,this.entity.type,this.entity.id,e,{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?hr(r.body,r.etag):null}catch(r){if(as(r))return null;throw r}}async put(e,t,r={}){let o=await Fi(this.api,this.entity.type,this.entity.id,e,{value:Qt(t)},{...r.signal===void 0?{}:{signal:r.signal},...r.ifMatch===void 0?{}:{ifMatch:r.ifMatch}});return hr(o)}async delete(e,t){try{await ni(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});}catch(r){if(!as(r))throw r}}};function as(n){return n?.reason==="not_found"}function bn(n,e,t={}){let r=new yn(ie,t.identity);t.onInventoryChanged&&r.onInvalidate(t.onInventoryChanged);let o=new dn(n,e,r);return {settings:new hn(n,e),inventory:o,saves:new fn(n,e,t.saves??{}),currencies:new ln(o,t.resolveCurrencyId),mutations:new mn(n,e,r),orders:new pn(n,e),progressions:new gn(n,e,o)}}var br={type:"players",id:"me"};var Fe=n=>typeof n=="string"?n:"",Ze=n=>typeof n=="number"?n:0;function vn(n,e){let t=e??{},r=Fe(t.character_id);if(r==="")throw new Error("[gem] a character response carried no character_id");return {...n(r),id:r,playerId:Fe(t.player_id),gameId:Fe(t.game_id),channel:Fe(t.channel)||"release",name:Fe(t.name),slotIndex:Ze(t.slot_index),isActive:t.is_active!==false,createdAt:Fe(t.created_at),updatedAt:Fe(t.updated_at)}}var _n=class{constructor(e,t,r,o){this.api=e;this.saves=t;this.identity=r;this.resolveCurrencyId=o;}api;saves;identity;resolveCurrencyId;scopes=new Map;scope=e=>{let t=this.scopes.get(e);return t||(t=bn(this.api,{type:"characters",id:e},{saves:this.saves,identity:this.identity,resolveCurrencyId:this.resolveCurrencyId}),this.scopes.set(e,t)),t};async list(e){let r=(await Ci(this.api,e===void 0?{}:{signal:e}))?.characters;return Array.isArray(r)?r.map(o=>vn(this.scope,o)):[]}async get(e,t){let r=await li(this.api,e,t===void 0?{}:{signal:t});return vn(this.scope,r)}async create(e){let t=await Zo(this.api,{name:e.name},e.signal===void 0?{}:{signal:e.signal});return vn(this.scope,t)}async update(e,t,r){let o=await qi(this.api,e,{name:t},r===void 0?{}:{signal:r});return vn(this.scope,o)}async delete(e,t){await Hi(this.api,e,t===void 0?{}:{signal:t});}async slots(e){let r=await xi(this.api,e===void 0?{}:{signal:e})??{};return {totalSlots:Ze(r?.total_slots),availableSlots:Ze(r?.available_slots),activeCharacterCount:Ze(r?.active_character_count),defaultMaxSlots:Ze(r?.default_max_slots),purchasedExtraSlots:Ze(r?.purchased_extra_slots),canPurchaseMore:r?.can_purchase_more===true}}};var pe=class{#e;constructor(e){this.#e=e,Object.freeze(this);}toString(){return "[gem: use gem.text.toPlain()]"}toJSON(){return this.toString()}get[Symbol.toStringTag](){return "PlayerText"}static unwrap(e){return e.#e}};function ge(n){return new pe(n)}var je={toPlain(n){return pe.unwrap(n)},compare(n,e,t){let r=n instanceof pe?pe.unwrap(n):n,o=e instanceof pe?pe.unwrap(e):e,i;try{i=new Intl.Collator(t);}catch{i=new Intl.Collator;}return i.compare(r,o)},equals(n,e){let t=n instanceof pe?pe.unwrap(n):n,r=e instanceof pe?pe.unwrap(e):e;return t.normalize("NFC")===r.normalize("NFC")}};var et=n=>typeof n=="string"?n:"";function wn(n){let e=n??{},t=typeof e.message=="string"&&e.message.length>0?e.message:void 0,r=typeof e.resolved_at=="string"?e.resolved_at:void 0;return {id:et(e.transfer_id),status:et(e.status),sourceEntityId:et(e.source_entity_id),targetEntityId:et(e.target_entity_id),...t===void 0?{}:{message:ge(t)},createdAt:et(e.created_at),expiresAt:et(e.expires_at),...r===void 0?{}:{resolvedAt:r}}}function dc(){return crypto.randomUUID()}var Sn=class{constructor(e,t,r){this.api=e;this.self=t;this.inventory=r;}api;self;inventory;async initiate(e){this.inventory.invalidate();let t=await Ei(this.api,{source_entity_type:this.self.type,source_entity_id:this.self.id,target_entity_type:e.to.type,target_entity_id:e.to.id,items:(e.items??[]).map(r=>({item_definition_id:r.itemDefinitionId,quantity:r.quantity})),currencies:(e.currencies??[]).map(r=>({currency_id:r.currencyId,amount:r.amount})),...e.message===void 0?{}:{message:e.message},nonce:dc()},e.signal===void 0?{}:{signal:e.signal});return wn(t)}async list(e={}){let r=await Di(this.api,{entity_type:this.self.type,entity_id:this.self.id,...e.direction===void 0?{}:{direction:e.direction},...e.status===void 0?{}:{status:e.status},...e.cursor===void 0?{}:{cursor:e.cursor},...e.limit===void 0?{}:{limit:e.limit},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {transfers:Array.isArray(r.transfers)?r.transfers.map(wn):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await Ai(this.api,e,t===void 0?{}:{signal:t});return wn(r)}async accept(e,t){return this.resolve(()=>zo(this.api,e,t===void 0?{}:{signal:t}))}async reject(e,t){return this.resolve(()=>Ni(this.api,e,t===void 0?{}:{signal:t}))}async cancel(e,t){return this.resolve(()=>Xo(this.api,e,t===void 0?{}:{signal:t}))}async resolve(e){return this.inventory.invalidate(),wn(await e())}};var cc=n=>typeof n=="string"?n:"",uc=n=>typeof n=="string"&&n?n:void 0,mc=n=>typeof n=="number"?n:void 0;function ls(n){let e=new Map(n.map(r=>[r.id,r])),t=new Map(n.filter(r=>r.slug).map(r=>[r.slug,r]));return r=>e.get(r)??t.get(r)??null}function pc(n){if(typeof n!="object"||n===null||Array.isArray(n))throw new 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=mc(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=cc(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:ls(i),currency:ls(a)}}var se=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemConfigError";}reason},ds=10*1024*1024,cs=15e3,us=new Set(["dev","test","release"]);function gc(n){if(!us.has(n))throw new se("config_channel_unknown",`the play token names channel "${n}", which is not one of ${[...us].join(", ")}. gem-api would reject the assignment read.`);return n}var Rn=n=>typeof n=="number"?n:0,vr=n=>typeof n=="string"?n:"";function yc(n){let e=n??{},t=Array.isArray(e.entries)?e.entries.map(r=>{let o=r??{},i=typeof o.rarity_tier=="string"?o.rarity_tier:void 0;return {entryId:vr(o.entry_id),weight:Rn(o.weight),dropRate:Rn(o.drop_rate),...i===void 0?{}:{rarityTier:i}}}):[];return {lootTableId:vr(e.loot_table_id),name:vr(e.name),rollCount:Rn(e.roll_count),allowDuplicateRolls:e.allow_duplicate_rolls===true,totalWeight:Rn(e.total_weight),entries:t}}var kn=class{constructor(e,t,r={}){this.api=e;this.channel=t;this.options=r;}api;channel;options;loaded=null;inFlight=null;generation=0;dropRatesByConfig=new WeakMap;load(){if(this.loaded)return Promise.resolve(this.loaded);if(this.inFlight)return this.inFlight;let e=this.generation,t=this.fetchConfig().then(r=>(this.generation===e&&(this.loaded=r),r)).finally(()=>{this.inFlight===t&&(this.inFlight=null);});return this.inFlight=t,t}refresh(){this.loaded=null,this.inFlight=null,this.generation+=1;}async dropRates(e,t){let r=await this.load();if(r===null)throw new se("config_channel_unknown",`dropRates(${e}) needs a loaded config, and this session's channel has none`);let o=this.dropRatesByConfig.get(r);o===void 0&&(o=new Map,this.dropRatesByConfig.set(r,o));let i=o.get(e);if(i!==void 0)return i;let a=(async()=>{let s=await di(this.api,e,t===void 0?{}:{signal:t});return yc(s)})().catch(s=>{throw o?.get(e)===a&&o.delete(e),s});return o.set(e,a),a}async fetchConfig(){let e=AbortSignal.timeout(this.options.timeoutMs??cs),t;try{let l=await ai(this.api,gc(this.channel()),{signal:e});if(!l.modified)throw new 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=uc(t.config_url);if(r===void 0)return null;let o=this.options.fetch??globalThis.fetch.bind(globalThis),i;try{i=await o(r,{credentials:"omit",signal:e});}catch(l){throw e.aborted?new se("config_timeout",`the config document did not arrive within ${this.options.timeoutMs??cs}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=>mr(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>ds)throw new se("config_too_large",`the config document is ${a.length} bytes, over the ${ds} cap`);let s;try{s=JSON.parse(a);}catch(l){throw new se("config_malformed",`config document is not JSON: ${String(l)}`)}return pc(s)}};var _r=400,ht=n=>typeof n=="string"?n:"",fc=/(?:Z|[+-]\d{2}:?\d{2})$/i;function ms(n){let e=ht(n);if(!fc.test(e))return 0;let t=Date.parse(e);return Number.isFinite(t)?Math.floor(t/1e3):0}var hc=/^[0-9a-f]{1,64}$/;function bc(n){let e=n??{},t=ms(e.period_start_at),r=ms(e.period_ends_at);if(t===0||r===0)return;let o=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:hc.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>_r))throw new TypeError(`periodsBack must be an integer between 0 and ${_r}, got ${String(t)}`);let o=await Ii(this.#e,{...t===void 0?{}:{periods_back:t},...e.signal===void 0?{}:{signal:e.signal}})??{};return Array.isArray(o.challenges)?o.challenges.map(bc).filter(i=>i!==void 0):[]}};function Ne(n){return typeof n=="string"&&n!==""?n:void 0}var ps=new Set(["localhost","127.0.0.1","[::1]"]);function wr(n){let e=Ne(n);if(e===void 0)return;let t;try{t=new URL(e);}catch{return}if(!(t.username!==""||t.password!=="")&&(t.protocol==="https:"||t.protocol==="http:"&&ps.has(t.hostname)))return e}function vc(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=t??{},o=Ne(r.item_id),i=wr(r.icon_url);o!==void 0&&i!==void 0&&e.push({itemId:o,iconUrl:i});}return e}function _e(n){let e=n??{},t=Ne(e.player_id),r=Ne(e.display_name),o=Ne(e.discriminator),i=Ne(e.display_tag),a=Ne(e.avatar_icon_id),s=wr(e.avatar_icon_url);return {...t===void 0?{}:{playerId:t},...r===void 0?{}:{displayName:ge(r)},...o===void 0?{}:{discriminator:o},...i===void 0?{}:{displayTag:ge(i)},...a===void 0?{}:{avatarIconId:a},...s===void 0?{}:{avatarIconUrl:s},badges:vc(e.badges)}}var _c=new Set(["https://downloads.gemarcade.com","https://cdn.gemarcade.com"]);function wc(n){if(n===void 0)return;let e=wr(n);if(e===void 0)return;let t=new URL(e);return ps.has(t.hostname)||_c.has(t.origin)?e:void 0}var gs=100,vt=n=>typeof n=="string"?n:"",tt=n=>typeof n=="number"?n:0,_t=n=>typeof n=="string"?n:void 0,Sc=n=>typeof n=="number"?n:void 0,hs={player:"players",character:"characters"};function Rc(n,e){let t=n??{},r=_t(t.entity_id),o=typeof t.entity_type=="string"&&Object.hasOwn(hs,t.entity_type)?t.entity_type:void 0,i=bs(t.stats),a=t.properties!==null&&typeof t.properties=="object"?t.properties:void 0,s=e?t.is_viewer===true:void 0;return {..._e(t),rank:tt(t.rank),occurredAt:tt(t.occurred_at),...s===void 0?{}:{isViewer:s},...r===void 0?{}:{entityId:r},...o===void 0?{}:{entityType:o},...i===void 0?{}:{stats:i},...a===void 0?{}:{properties:a}}}function ys(n,e){let t=n??{},r=_t(t.bucket_1),o=_t(t.bucket_2),i=Sc(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=>Rc(a,e)):[],generatedAt:tt(t.generated_at),...i===void 0?{}:{updateFrequencySeconds:i}}}function fs(n){if(n===null||typeof n!="object"||Array.isArray(n))return;let e=n;if(!Number.isFinite(e.rank))return;let t=bs(e.stats),r=e.properties!==null&&typeof e.properties=="object"?e.properties:void 0;return {rank:e.rank,occurredAt:tt(e.occurred_at),...t===void 0?{}:{stats:t},...r===void 0?{}:{properties:r}}}function bs(n){if(n===null||typeof n!="object")return;let e={};for(let[t,r]of Object.entries(n))typeof r=="number"&&(e[t]=r);return e}function kc(n,e,t){let r=n??{},o=_t(r.bucket_1),i=_t(r.bucket_2);return {leaderboardType:vt(r.leaderboard_type),runType:vt(r.run_type),entityType:e,entityId:t,...o===void 0?{}:{bucket1:o},...i===void 0?{}:{bucket2:i},entries:Array.isArray(r.entries)?r.entries.map(fs).filter(a=>a!==void 0):[],personalBest:fs(r.personal_best)??null,totalRuns:tt(r.total_runs),totalRunsExact:r.total_runs_exact!==false,generatedAt:tt(r.generated_at)}}var wt=class{#e;constructor(e){this.#e=e;}async get(e,t={}){let r=await _i(this.#e,e,{...t.bucket1===void 0?{}:{bucket_1:t.bucket1},...t.bucket2===void 0?{}:{bucket_2:t.bucket2},...t.signal===void 0?{}:{signal:t.signal}});return ys(r,false)}async friends(e,t={}){let r=await bi(this.#e,e,{...t.bucket1===void 0?{}:{bucket_1:t.bucket1},...t.bucket2===void 0?{}:{bucket_2:t.bucket2},...t.signal===void 0?{}:{signal:t.signal}});return ys(r,true)}async mine(e,t={}){return this.#i(e,"player","me",t)}async character(e,t,r={}){return this.#i(e,"character",t,r)}async#i(e,t,r,o){if(o.limit!==void 0){let{limit:s}=o;if(!Number.isInteger(s)||s<1||s>gs)throw new TypeError(`limit must be an integer between 1 and ${gs}, got ${String(s)}`)}let i=await pi(this.#e,e,hs[t],r,{...o.bucket1===void 0?{}:{bucket_1:o.bucket1},...o.bucket2===void 0?{}:{bucket_2:o.bucket2},...o.limit===void 0?{}:{limit:o.limit},...o.signal===void 0?{}:{signal:o.signal}}),a=t==="player"&&r==="me"&&vt((i??{}).entity_id)||r;return kc(i,t,a)}};var xn=n=>typeof n=="string"?n:"",Sr=n=>typeof n=="number"?n:0;function vs(n){let e=n??{};return {playerId:xn(e.player_id),key:xn(e.key),value:e.value,updatedAt:Sr(e.updated_at)}}function xc(n){let e=n??{};return {..._e(e),playerId:xn(e.player_id),value:e.value,isViewer:e.is_viewer===true,updatedAt:Sr(e.updated_at)}}function Ac(n){return n?.reason==="not_found"}var St=class{constructor(e,t){this.api=e;this.selfPlayerId=t;}api;selfPlayerId;async friends(e,t={}){let o=await vi(this.api,ke(e),{...t.signal===void 0?{}:{signal:t.signal}})??{};return {key:xn(o.key),entries:Array.isArray(o.entries)?o.entries.map(xc):[],generatedAt:Sr(o.generated_at)}}async of(e,t,r={}){try{return vs(await ki(this.api,e,ke(t),{...r.signal===void 0?{}:{signal:r.signal}}))}catch(o){if(Ac(o))return null;throw o}}async set(e,t,r={}){if(ke(e),t===void 0)throw new TypeError(`showcase value for ${JSON.stringify(e)} is undefined, which is not JSON. Use clear() to remove one.`);try{JSON.stringify(t);}catch(i){throw new TypeError(`showcase value for ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}.`,{cause:i})}let o=await this.selfPlayerId();return vs(await ji(this.api,o,e,{value:t},{...r.signal===void 0?{}:{signal:r.signal}}))}async clear(e,t={}){let r=await this.selfPlayerId();await oi(this.api,r,ke(e),{...t.signal===void 0?{}:{signal:t.signal}});}};var _s=n=>typeof n=="string"?n:void 0;function Pc(n){let e=n??{};return {..._e(e),playerId:_s(e.player_id)??""}}function Ec(n){let e=n??{},t=e.has_more===true?_s(e.next_cursor):void 0;return {friends:Array.isArray(e.data)?e.data.map(Pc):[],...t===void 0?{}:{nextCursor:t}}}var Rt=class{#e;constructor(e){this.#e=e;}async list(e={}){let t=await Gi(this.#e,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}});return Ec(t)}};var ws=n=>typeof n=="string"?n:void 0;function Tc(n){let e=n??{},t=ws(e.currency_id);if(t===void 0||t==="")return;let r=typeof e.balance=="number"&&Number.isFinite(e.balance)?e.balance:0;return {slug:ws(e.slug)??"",currencyId:t,balance:r,access:e.access==="spend"?"spend":"read"}}var An=class{#e;constructor(e){this.#e=e;}async get(e={}){let r=(await tn(this.#e,e))?.currencies;if(!Array.isArray(r))return [];let o=[];for(let i of r){let a=Tc(i);a!==void 0&&o.push(a);}return o}},kt=class{currencies;constructor(e){this.currencies=new An(e);}};var Rr=n=>typeof n=="string"?n:"",Ss=n=>typeof n=="number"?n:0;function Ic(n){let e=n??{};return {key:Rr(e.key),visibility:Rr(e.visibility),value:e.value,updatedAt:Ss(e.updated_at)}}function Cc(n){let e=n??{};return {..._e(e),playerId:Rr(e.player_id),showcase:Array.isArray(e.showcase)?e.showcase.map(Ic):[],generatedAt:Ss(e.generated_at)}}function Mc(n){return n?.reason==="not_found"}var xt=class{#e;constructor(e){this.#e=e;}async of(e,t={}){try{return Cc(await wi(this.#e,e,{...t.signal===void 0?{}:{signal:t.signal}}))}catch(r){if(Mc(r))return null;throw r}}};var Oc=["gem_session_start","gem_session_end","gem_pause","gem_resume","gem_boot_ready","gem_match_started","gem_match_ended","gem_auth_lost"],kr="gem_";function Rs(n){return n.startsWith(kr)}var ks=1e4,Lc=50,Gc=500,Dc=65536-4*1024,$c=24*1024;function xs(n){let e={},t={};for(let[r,o]of Object.entries(n))typeof o=="string"?e[r]=o:typeof o=="number"&&Number.isFinite(o)&&(t[r]=o);return {dimensions:e,measures:t}}var As=n=>typeof n=="number"?n:0,Fc=n=>typeof n=="string"?n:"";function Ps(n=0){return {accepted:0,rejected:[],dropped:n,duplicate:false}}function jc(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:As(i.index),code:Fc(i.code)}}):[];return {accepted:As(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function Es(){let n=globalThis.crypto;return typeof n?.randomUUID=="function"?n.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.floor(Math.random()*16);return (e==="x"?t:t&3|8).toString(16)})}function Nc(n){return n?.retryable===true}var 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(ks,e.options?.flushIntervalMs??ks),this.#u=Math.max(1,Math.floor(e.options?.maxQueue??Gc));}track(e,t={}){if(!(!this.#i||this.#n)){if(Rs(e)){this.#_||(this.#_=true,this.#c(`[gem] analytics: '${e}' was not recorded \u2014 the gem_ prefix is reserved for the platform's own events, which the SDK emits for you. Name your event something else.`));return}this.#w(e,xs({...this.#m,...t}));}}setContext(e){this.#m={...this.#m,...e};}get environment(){let e=this.#e.environment;return {...typeof e=="function"?e():e??{}}}async flush(e={}){let t=this.#A();if(t===null||t==="")return this.#t.length>0&&!this.#v&&(this.#v=true,this.#c("[gem] analytics: events are being recorded but no play session has been established, so nothing is being sent. Outside the arcade this is expected.")),Ps();if(this.#S(),this.#t.length===0)return Ps();let r=e.keepalive===true;this.#d();let o=this.#t.splice(0,this.#k(r)),i=this.#r;this.#r=0;let a=Math.round(this.#e.clock.now()),s={batch_id:Es(),sent_at_ms:a,events:o.map(d=>Ts(d,a))},l={client:this.#e.client(),gameId:()=>t};this.#y=true;try{let d=await Pi(l,s,{...e.signal===void 0?{}:{signal:e.signal},...r?{keepalive:!0}:{}}),m=jc(d,i);return this.#x(m),m}catch(d){throw Nc(d)?this.#R(o,i):this.#c(`[gem] analytics: ${o.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(d)}`),d}finally{this.#y=false,this.#t.length>0&&this.#l();}}trackPlatform(e,t={}){this.#n||this.#w(e,xs(t));}startSession(){this.#n||this.#s!==null||(this.#s=this.#e.clock.now(),this.#a=false,this.trackPlatform("gem_session_start"));}endSession(e){if(this.#n||this.#a)return;this.#a=true;let t=this.#s;this.trackPlatform("gem_session_end",{reason:e,...t===null?{}:{duration_ms:Math.max(0,Math.round(this.#e.clock.now()-t))}}),this.#h({keepalive:true});}setPaused(e){this.#n||e===this.#p||(this.#p=e,this.trackPlatform(e?"gem_pause":"gem_resume"),e?this.#d():this.#t.length>0&&this.#l());}setHidden(e){this.#n||e===this.#g||(this.#g=e,e?this.#d():this.#t.length>0&&this.#l());}dispose(){this.#n=true,this.#d(),this.#t=[],this.#r=0;}get pending(){return this.#t.length}#w(e,t){let{dimensions:r,measures:o}=t;for(this.#S();this.#t.length>=this.#u;)this.#t.shift(),this.#r+=1;this.#t.push({uid:Es(),name:e,atMs:this.#e.clock.now(),dimensions:r,measures:o}),this.#t.length>=Lc?this.#h():this.#l();}#h(e={}){this.flush(e).catch(()=>{});}#R(e,t){for(this.#t=[...e,...this.#t],this.#r+=t;this.#t.length>this.#u;)this.#t.shift(),this.#r+=1;}#k(e){let t=e?$c:Dc,r=Math.min(this.#t.length,100),o=128;for(let i=0;i<r;i+=1){let a=this.#t[i];if(a===void 0)break;if(o+=JSON.stringify(Ts(a,0)).length+1,o>t)return Math.max(1,i)}return r}#l(){this.#o!==null||this.#p||this.#g||this.#n||this.#y||(this.#o=this.#e.clock.setTimeout(()=>{this.#o=null,this.#h();},this.#b));}#d(){this.#o!==null&&(this.#e.clock.clearTimeout(this.#o),this.#o=null);}#S(){let e=this.#P();e===null||e===""||(this.#f!==null&&this.#f!==e&&(this.#t=[],this.#r=0,this.#s=null,this.#a=false),this.#f=e);}#x(e){for(let t of e.rejected)this.#c(`[gem] analytics: an event was refused (${t.code}). `+qc(t.code));}#c(e){let t=this.#e.log;t!==null&&(t===void 0?console.warn(e):t(e));}#A(){try{return this.#e.gameId()}catch{return null}}#P(){try{return this.#e.playerId()}catch{return null}}};function Ts(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,dimensions:n.dimensions,measures:n.measures}}function qc(n){switch(n){case "analytics_not_declared":return "This channel has no analytics_events section at all \u2014 promote a game config that declares one. The gem_* events in the same batch were still recorded.";case "unknown_event":return "This channel declares a set of events and this name is not in it \u2014 check the spelling, or declare it in analytics_events.";case "unknown_dimension":return "A string property on this event is not declared as one of its dimensions.";case "missing_dimension":return "A dimension this event declares was not supplied.";case "dimension_value_not_declared":return "A dimension value is outside the closed set the config declares for it.";case "unknown_measure":return "A numeric property on this event is not declared as one of its measures.";case "measure_wrong_type":return "A measure was the wrong shape \u2014 an int measure refuses a fractional value.";case "source_not_permitted":return "This event is declared for the server only, so a client may not emit it.";default:return "See the analytics_events section of your game config."}}function ce(n){if(typeof n!="string")return;let e=n.trim();return e.length===0?void 0:e}function Pt(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=ce(t);if(!(r===void 0||e.includes(r))&&(e.push(r),e.length===3))break}return e}var Uc=2e3,Bc=5e3;function Cs(n){let e=[],t=false,r=null,o=new Map,i=()=>{if(e.length>0)return Promise.resolve(e);if(t)return Promise.resolve([]);if(!n.bridge.parentSupports("clusterTarget"))return Promise.resolve([]);if(r!==null)return r.promise;let a,s=new Promise(l=>{let d=false,m=null;a=c=>{d||(d=true,r=null,n.clock.clearTimeout(m),l(c));},m=n.clock.setTimeout(()=>{t=true,a([]);},n.timeoutMs??Uc);});return r={promise:s,settle:a},s};return {resolveList:i,resolve(){return e.length>0||t||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e[0]):i().then(a=>a[0])},refresh(a){return !Is(e,a)||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e):new Promise(s=>{let l=null,d=m=>{o.delete(d)&&(n.clock.clearTimeout(l),s(m));};o.set(d,a),l=n.clock.setTimeout(()=>d(e),n.refreshTimeoutMs??Bc);})},accept(a,s){let l=Pt(s),d=ce(a),m=l.length>0?l:d===void 0?[]:[d];if(m.length!==0){e=m,r?.settle(m);for(let[c,p]of [...o])Is(m,p)||c(m);}}}}function Is(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Hc=new Set(["timeout","credential_expired","credential_reused","join_rate_limited","signaling_failed","connection_failed","no_server_ready","start_rate_limited"]),h=class extends Error{constructor(t,r,o){super(`${t}: ${r}`,o);this.reason=t;this.name="DedicatedServerError",this.retryable=Hc.has(t),this.platformCode=o?.platformCode;}reason;retryable;platformCode};var Ms=["explicit","stale_cleanup","game_room_closed","replaced","migration_failed","host_left","insufficient_players","all_left","expired","migration_rate_exceeded","game_room_gone","failed","idle","reclaimed"],Vc=new Set(Ms);function Me(n){return typeof n=="string"&&Vc.has(n)?n:"unknown"}var Pn="webrtc_dedicated",Er=["universal","mobile","web"];var Wc="p2p_unavailable",Kc="capacity_unavailable",Jc=2,Os=3e4,Ls=1e3,Gs=2e4;async function Tr(n){let e=ce(n.clusterTargetId),t=n.nextClusterTarget,r=0,o=n.clock??ie,i=n.retry??{},a=i.budgetMs??Os,s=i.maxDelayMs??Gs,l=i.initialDelayMs??Ls,d=o.now(),m=d+a,c=0;for(;;){c++;try{let p=await Or(n.signal,"while allocating",()=>n.client.post(`${Fs(n)}/start_match`,e===void 0?{}:{cluster_target_id:e},n.signal));return {matchId:p.match_id,status:p.status}}catch(p){if(!zc(p)||a<=0)throw p;if(p.status===503&&p.code===Wc)throw new h("p2p_unavailable",`room ${n.roomId} starts a peer-to-peer match, which allocates no server \u2014 so this refusal is not capacity and waiting cannot help: ${p.message}`,{cause:p});if(r=p.code===Kc?r+1:0,t!==void 0&&r>=Jc){let P=t;t=void 0;let T=ce(await P());T!==void 0&&(e=T,r=0);}let g=Math.min(s,l*2**(c-1)),y=Math.min(s,(p.retryAfterSeconds??0)*1e3),k=Math.max(g/2,y)+Math.random()*(g/2);if(o.now()+k>m)throw Yc(n,p,c,o.now()-d,a);if(i.onWaiting?.({attempt:c,elapsedMs:o.now()-d,budgetMs:a,nextAttemptInMs:k,status:p.status,message:p.message}),await En(o,k,n.signal),n.signal?.aborted)throw Pr("while waiting to allocate")}}}function zc(n){return n instanceof F?n.status===503?true:n.status===429&&n.code!=="too_many_concurrent_matches":false}function Yc(n,e,t,r,o){let i=`${t} attempt${t===1?"":"s"} over ${r}ms of a ${o}ms budget`;return e.status===429?new h("start_rate_limited",`the platform was still limiting match starts for room ${n.roomId} after ${i}: ${e.message}`,{cause:e}):new h("no_server_ready",`the platform had no server ready for room ${n.roomId} after ${i}: ${e.message}`,{cause:e})}var Xc=12e4,Qc=1e3;async function Ir(n){let{clock:e,matchId:t}=n,r=n.pollIntervalMs??Qc,o=n.timeoutMs??Xc,i=e.now()+o,a=Ds(n),s={seen:n.knownToExist===true};for(;;){let l=await $s(n,a,s);if(l.outcome!==null)return l.outcome;if(e.now()+r>i)throw new h("timeout",`match ${t} was still ${l.status} after ${o}ms`);await En(e,r,n.signal);}}async function Cr(n){return (await $s(n,Ds(n),{seen:n.knownToExist===true})).outcome}function Ds(n){let e=new URLSearchParams({platform:n.version.platform,game_version:n.version.gameVersion});return `${Fs(n)}/matches/${encodeURIComponent(n.matchId)}/status?${e}`}async function $s(n,e,t){let{matchId:r}=n,o=n.clock.now(),i;try{i=await Or(n.signal,"while polling match status",()=>n.client.get(e,n.signal));}catch(a){if(a instanceof F&&a.reason==="not_found")return {status:"not_found",outcome:t.seen?{status:"ended",matchId:r,reason:"unknown"}:{status:"failed",matchId:r,reason:"not_found"}};throw a}if(t.seen=true,i.status==="ready")return {status:"ready",outcome:Zc(r,i,o)};if(i.status==="failed"){let a=i.ended_reason;return typeof a=="string"?{status:"failed",outcome:{status:"ended",matchId:r,reason:Me(a)}}:{status:"failed",outcome:{status:"failed",matchId:r,reason:i.failure_reason??"unknown"}}}return {status:i.status,outcome:null}}async function Mr(n){let e=await Or(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 Or(n,e,t){if(n?.aborted)throw Pr(e);try{return await t()}catch(r){throw n?.aborted?Pr(e,r):r}}function Pr(n,e){return new h("aborted",`the caller aborted ${n}`,e===void 0?void 0:{cause:e})}function Zc(n,e,t){let r=e.join_credential,o=e.expires_in_seconds,i=typeof r=="string"&&typeof o=="number";return {status:"ready",matchId:n,protocol:e.protocol??"unknown",...i?{joinCredential:r,credentialExpiresAt:t+o*1e3}:{},...e.host===void 0?{}:{host:e.host},...e.port===void 0?{}:{port:e.port}}}function Fs(n){return `/v1/games/${encodeURIComponent(n.gameId)}/game-rooms/${encodeURIComponent(n.roomId)}`}function En(n,e,t){return t?.aborted?Promise.resolve():new Promise(r=>{let o=()=>{n.clearTimeout(i),t?.removeEventListener("abort",o),r();},i=n.setTimeout(o,e);t?.addEventListener("abort",o);})}function js(n){return typeof n=="string"&&n.trim()!==""}function Tn(n,e){return js(n)?n.trim():js(e)?e:null}var In="0.1.0-beta",Ns="0-beta",nt="web",eu=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/;function tu(n){let e=eu.exec(n),t=e?.[1],r=e?.[4];return t===void 0?null:r===void 0?t:`${t}-${r}`}function qs(n,e){let t=nu(n.platform,e),r=n.engineVersion;if(r===void 0)return {...n,platform:t,engineVersion:In};let o=tu(r);if(o===null)throw new h("misconfigured",`${e} refused: engineVersion '${r}' is not semver, so no engine line can be derived from it and gem-api answers 400. Omit it \u2014 a browser game has no engine version of its own, and the SDK reports '${In}' for it.`);if(o!==Ns)throw new h("misconfigured",`${e} refused: engineVersion '${r}' derives to engine line '${o}', and '${Ns}' is the only line a web dedicated-server fleet runs. gem-api uses the line \u2014 the semver major plus any prerelease tag \u2014 verbatim as the fleet's label selector, so a match on '${o}' would match nothing and be reported as a capacity shortfall rather than as this. Omit engineVersion: a browser game has no engine version of its own, and the SDK reports '${In}' for it.`);return {...n,platform:t,engineVersion:r}}function nu(n,e){if(n===void 0||n===nt)return nt;if(!Er.includes(n))throw new h("misconfigured",`${e} refused: platform '${String(n)}' is not a client platform gem-api recognises \u2014 it knows ${Er.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 ru="join",ou="welcome",iu="rejected",Us=25e3,su=1e3,Lr=1;function Gr(n){return typeof n=="number"&&Number.isFinite(n)&&n>0?n:void 0}var au={credential_expired:"credential_expired",credential_reused:"credential_reused",credential_timeout:"timeout",join_rate_limited:"join_rate_limited",expected_join:"join_refused",invalid_credential:"join_refused",credential_not_for_this_channel:"join_refused"};function Dr(n){let e=typeof n=="string"?n:"unknown";return new h(au[e]??"join_refused",`the server runtime rejected the join credential: ${e}`)}function Et(n){let{channel:e,clock:t}=n;return new Promise((r,o)=>{let i=false,a=Math.min(n.credentialExpiresAt-t.now(),n.ceilingMs??Us),s=t.setTimeout(()=>w(new h("timeout","the server runtime sent no welcome before the join credential expired. The channel was open, so this is the runtime not answering rather than a connection that never came up.")),Math.max(a,su)),l=k=>{let P=k.data;if(typeof P!="string"){c(P);return}let T;try{T=JSON.parse(P);}catch{c(P);return}if(i){c(P);return}if(T.t===ou){let v=Gr(T.heartbeat_interval);y({...typeof T.player_id=="string"?{playerId:T.player_id}:{},...typeof T.match_id=="string"?{matchId:T.match_id}:{},...v===void 0?{}:{heartbeatIntervalMs:v}});return}if(T.t===iu){w(Dr(T.reason));return}c(P);},d=()=>{w(new h("connection_failed","the channel closed before the join/welcome exchange completed, so there is nothing left to present the credential on."));},m=()=>{w(new h("aborted","the caller aborted during the join exchange"));},c=k=>{i&&n.onMessage?.(k);},p=()=>{t.clearTimeout(s),e.removeEventListener("close",d),n.signal?.removeEventListener("abort",m);},g=()=>{e.removeEventListener("message",l);},y=k=>{i=true,p(),n.onMessage===void 0&&g(),r({welcome:k,detach:g});},w=k=>{i||(i=true,p(),g(),o(k));};if(e.addEventListener("message",l),e.addEventListener("close",d),n.signal?.aborted){m();return}n.signal?.addEventListener("abort",m);try{e.send(JSON.stringify({t:ru,credential:n.credential,...n.wire===void 0?{}:{wire:n.wire},...n.heartbeat===!0?{heartbeat:Lr}:{}}));}catch(k){w(new h("connection_failed",`the join frame could not be sent on the open channel: ${String(k)}`,{cause:k}));}})}var qe=1,Tt=2,$r=4,Nr=8,lu=2,du=1e3,qr="heartbeat timeout",It="gem-uu",Cn=2,Hs="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();!cu(r)||e.includes(r)||e.push(r);}return e}function cu(n){return n==="webtransport"||n==="webrtc"||n==="websocket"}function Ct(n,e){if(typeof n!="object"||n===null)return null;let t=n[Hs];if(typeof t!="object"||t===null)return null;let r=t;return typeof r.v!="number"||r.v<1||typeof r.host!="string"||typeof r.port!="number"||e!==void 0&&r.match_id!==e?null:r}function Mn(n){return n instanceof Error?n.message===""?n.name:`${n.name}: ${n.message}`:String(n)}var Vs=new TextEncoder,Ws=new TextDecoder;function Ur(n,e){let t=new Uint8Array(e.byteLength+1);return t[0]=n,t.set(e,1),t}function Br(n){let e=0;return n?.reliable===false&&(e|=qe),n?.ordered===false&&(e|=Tt),e}function Hr(n){return {reliable:(n&qe)===0,ordered:(n&Tt)===0}}var Vr={reliable:true,ordered:true};function Ks(n){return JSON.stringify({t:"join",credential:n,wire:Cn,heartbeat:Lr})}function Js(n){let e;try{e=JSON.parse(n);}catch{throw new h("join_refused","the server answered the join with something unreadable")}if(e.t==="welcome"){let t=Gr(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"?Dr(e.reason):new h("join_refused","the server answered the join out of protocol")}function On(){return typeof globalThis.WebTransport=="function"&&Wr===null}function Ln(){return Wr}var Wr=null;var Bs="webtransport has no datagram lane; refusing the rung \u2014 server-to-client unreliable traffic would be silently lost";function uu(n){let e=Zt(n);if(e.byteLength!==32)throw new h("misconfigured",`the advertised certificate hash decodes to ${e.byteLength} bytes; a SHA-256 is 32`);return e}var Fr=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 jr(n,e){let t=new Uint8Array(5+e.byteLength);return new DataView(t.buffer).setUint32(0,e.byteLength+1,true),t[4]=n,t.set(e,5),t}async function Mt(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webTransport;if(t===void 0){let s=globalThis.WebTransport;if(s===void 0)throw new h("connection_failed","this environment has no WebTransport");t=n.certHashBase64===void 0?new s(n.url):new s(n.url,{serverCertificateHashes:[{algorithm:"sha-256",value:uu(n.certHashBase64)}]});}let r=t,o=s=>{try{r.close();}catch{}throw s},i=r.datagrams;(i?.readable===void 0||i.writable===void 0)&&(Wr=Bs,o(new h("connection_failed",`${Bs}; the rung is skipped for the rest of this page (a reload probes again)`)));let a=new Promise((s,l)=>{setTimeout(()=>l(new h("timeout","webtransport did not come up in time")),e);});try{await Promise.race([r.ready,a]);let s=r.incomingBidirectionalStreams.getReader(),l=await Promise.race([s.read(),a]);if(s.releaseLock(),l.done||l.value===void 0)return o(new h("connection_failed","the session ended before the control stream arrived"));let d=l.value,m=d.writable.getWriter();await m.write(jr($r,Vs.encode(Ks(n.credential))));let c=new Fr,p=d.readable.getReader(),g;for(;g===void 0;){let y=await Promise.race([p.read(),a]);if(y.done||y.value===void 0)return o(new h("connection_failed","the control stream closed before the join was answered"));for(let w of c.push(y.value)){g=Js(Ws.decode(w.payload));break}}return {link:mu(r,m,p,c,n.log??(y=>console.warn(y)),Ys(g,n.clock)),welcome:g}}catch(s){return o(s)}}function mu(n,e,t,r,o,i){let a,s,l=false,d=y=>{if(!l){l=true,m.stop();try{n.close();}catch{}s?.(y);}},m=Jr(i,()=>d(qr)),c=(y,w)=>{m.heard(),(y&Nr)===0&&a!==void 0&&((y&$r)!==0?a(Ws.decode(w),Vr):a(w,Hr(y)));};(async()=>{try{for(;;){let y=await t.read();if(y.done||y.value===void 0)break;for(let w of r.push(y.value))c(w.flags,w.payload);}}catch{}d("stream closed");})();let p,g;try{let y=n.datagrams;if(y?.readable!==void 0&&y.writable!==void 0){let w=y.readable.getReader();g=y.writable.getWriter(),p=y,(async()=>{try{for(;;){let k=await w.read();if(k.done||k.value===void 0)break;let P=k.value;P.byteLength!==0&&c((P[0]??0)|qe|Tt,P.slice(1));}}catch{}})();}else o("[gem] webtransport link has no datagram lane; unreliable sends ride the stream");}catch(y){p=void 0,g=void 0,o(`[gem] webtransport datagram lane unusable (${Mn(y)}); unreliable sends ride the stream`);}return n.closed.then(y=>d(zs(y?.reason)??"session closed"),()=>d("session failed")),{transport:"webtransport",send(y,w){if(l)return;if(typeof y=="string"){e.write(jr($r,Vs.encode(y))).catch(()=>d("write failed"));return}let k=Br(w);if((k&qe)!==0&&g!==void 0){let P=Ur(k,y),T=p?.maxDatagramSize;if(T===void 0||P.byteLength<=T){g.write(P).catch(()=>{});return}}e.write(jr(k,y)).catch(()=>d("write failed"));},onMessage(y){a=y;},onClose(y){s=y;},close(){d("closed");}}}function Kr(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webSocket;if(t===void 0){let o=globalThis.WebSocket;if(o===void 0)return Promise.reject(new h("connection_failed","this environment has no WebSocket"));t=new o(n.url);}let r=t;return r.binaryType="arraybuffer",new Promise((o,i)=>{let a=false,s=setTimeout(()=>{a||(a=true,r.close(),i(new h("timeout","websocket did not come up in time")));},e),l=g=>{a||(a=true,clearTimeout(s),r.close(),i(g));},d=()=>{r.send(Ks(n.credential));},m=g=>{if(a)return;if(typeof g.data!="string"){l(new h("join_refused","the server sent binary before answering the join"));return}let y;try{y=Js(g.data);}catch(w){l(w);return}a=true,clearTimeout(s),r.removeEventListener("open",d),r.removeEventListener("message",m),r.removeEventListener("close",c),r.removeEventListener("error",p),o({link:pu(r,Ys(y,n.clock)),welcome:y});},c=()=>{l(new h("connection_failed","the websocket closed before the join was answered"));},p=()=>{l(new h("connection_failed","the websocket failed before the join was answered"));};r.addEventListener("open",d),r.addEventListener("message",m),r.addEventListener("close",c),r.addEventListener("error",p),r.readyState===1&&d();})}function zs(n){return typeof n=="string"&&n.length>0?n:void 0}function Ys(n,e){return n.heartbeatIntervalMs===void 0?void 0:{clock:e,intervalMs:n.heartbeatIntervalMs}}function Jr(n,e){if(n===void 0)return {heard:()=>{},stop:()=>{}};let{clock:t}=n,r=Math.max(n.intervalMs,du)*lu,o=t.now(),i=null,a=()=>{i=null;let s=t.now()-o;if(s>=r){e();return}i=t.setTimeout(a,r-s);};return i=t.setTimeout(a,r),{heard:()=>{o=t.now();},stop:()=>{i!==null&&(t.clearTimeout(i),i=null);}}}function pu(n,e){let t,r,o=false,i=s=>{if(!o){o=true,a.stop();try{n.close();}catch{}r?.(s);}},a=Jr(e,()=>i(qr));return n.addEventListener("message",(s=>{if(a.heard(),typeof s.data=="string"){t?.(s.data,Vr);return}let l=new Uint8Array(s.data);if(l.byteLength===0)return;let d=l[0]??0;(d&Nr)===0&&t?.(l.slice(1),Hr(d));})),n.addEventListener("close",(s=>i(zs(s?.reason)??"socket closed"))),{transport:"websocket",send(s,l){if(!o){if(typeof s=="string"){n.send(s);return}n.send(Ur(Br(l),s));}},onMessage(s){t=s;},onClose(s){r=s;},close(){i("closed");}}}function zr(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=Jr(r,()=>l(qr)),m=(c,p)=>{if(d.heard(),typeof c=="string"){o?.(c,Vr);return}let g=new Uint8Array(c);if(g.byteLength===0)return;let y=g[0]??0;(y&Nr)===0&&o?.(g.slice(1),Hr(y|p));};if(n.addEventListener("message",(c=>m(c.data,0))),n.addEventListener("close",(()=>l("channel closed"))),e.addEventListener("connectionstatechange",(()=>{let c=e.connectionState;(c==="failed"||c==="closed")&&l(`connection ${c}`);})),s!==void 0){let c=s;c.addEventListener("message",(p=>m(p.data,qe|Tt))),c.addEventListener("close",(()=>{s=void 0;}));}return {transport:"webrtc",send(c,p){if(a)return;if(typeof c=="string"){n.send(c);return}let g=Br(p),y=Ur(g,c);if((g&qe)!==0&&s!==void 0&&s.readyState==="open"){s.send(y);return}n.send(y);},onMessage(c){o=c;},onClose(c){i=c;},close(){l("closed");}}}function Qr(n){if(typeof n!="object"||n===null)return;let e={};for(let[t,r]of Object.entries(n)){let o=Yr(r);o!==void 0&&(e[t]=o);}return e}function Zr(n){if(Array.isArray(n))return n.map(gu).filter(e=>!!e)}function Yr(n){if(Xr(n)||Array.isArray(n)&&n.every(Xr))return n}function Xr(n){return typeof n=="string"||typeof n=="boolean"||typeof n=="number"&&Number.isFinite(n)}function gu(n){let e=n??{};if(typeof e.name!="string"||e.name.length===0)return null;let t=Yr(e.fixed),r=Yr(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",yu(e.description)),...Array.isArray(e.allowed)&&e.allowed.every(Xr)?{allowed:e.allowed}:{},...ot("min",Ot(e.min)),...ot("max",Ot(e.max)),...ot("minItems",Ot(e.min_items)),...ot("maxItems",Ot(e.max_items)),...ot("maxLength",Ot(e.max_length))}}function yu(n){return typeof n=="string"&&n.length>0?n:void 0}function Ot(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function ot(n,e){return e===void 0?{}:{[n]:e}}function Ae(n){let e=n??{},t=J(e.id)??J(e.game_room_id);if(t===void 0)throw new Error("[gem] a game-room response carried no id");let r=Array.isArray(e.members)?e.members.map(Xs):[];return {id:t,gameId:J(e.game_id)??"",name:J(e.name)??"",status:J(e.status)??"open",hostPlayerId:J(e.host_player_id)??"",maxPlayers:xe(e.max_players)??0,memberCount:xe(e.member_count)??r.length,members:r,isPublic:e.is_public!==false,...we("joinCode",J(e.join_code)),...e.settings===void 0?{}:{settings:e.settings},...we("roomArgs",Qr(e.room_args)),...we("roomArgsTemplate",Zr(e.room_args_template)),gameChannel:J(e.game_channel)??"release",...we("region",J(e.region)),...we("clusterTargetId",J(e.cluster_target_id)),...we("matchId",J(e.match_id)),version:xe(e.version)??0,...we("templateId",J(e.template_id)),roomType:J(e.game_room_type)??"Standard",...we("transports",rt(e.transports)??void 0),createdAt:xe(e.created_at)??0,updatedAt:xe(e.updated_at)??0,...we("startedAt",xe(e.started_at))}}function Xs(n){let e=n??{};return {..._e(e),playerId:J(e.player_id)??"",isReady:e.is_ready===true,role:J(e.role)??"member",joinedAt:xe(e.joined_at)??0,...we("groupId",J(e.group_id)),...we("platform",J(e.platform))}}function Gn(n){let e=n??{};return {id:J(e.id)??J(e.game_room_id)??"",gameId:J(e.game_id)??"",name:J(e.name)??"",status:J(e.status)??"open",hostPlayerId:J(e.host_player_id)??"",maxPlayers:xe(e.max_players)??0,memberCount:xe(e.member_count)??0,isPublic:e.is_public!==false,gameChannel:J(e.game_channel)??"release",roomType:J(e.game_room_type)??"Standard",createdAt:xe(e.created_at)??0}}function J(n){return typeof n=="string"&&n.length>0?n:void 0}function xe(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function we(n,e){return e===void 0?{}:{[n]:e}}var Lt=class{constructor(e){this.options=e;}options;list(e){let t=new URLSearchParams;e.status&&t.set("status",e.status),e.templateSlug&&t.set("template_slug",e.templateSlug),e.limit!==void 0&&t.set("limit",String(e.limit)),e.cursor&&t.set("cursor",e.cursor);let r=t.size>0?`?${t.toString()}`:"";return this.options.client.get(`${this.baseV1()}${r}`,e.signal).then(o=>({rooms:(o.game_rooms??[]).map(Gn),...typeof o.next_cursor=="string"?{nextCursor:o.next_cursor}:{}}))}myRooms(e){return this.options.client.get(`/v1/games/${encodeURIComponent(this.options.gameId())}/players/me/game-rooms`,e).then(t=>({rooms:(t.game_rooms??[]).map(Gn)}))}create(e,t,r){return fu(e.maxPlayers),this.options.client.post(this.baseV2(),{name:e.name,...e.isPublic===void 0?{}:{is_public:e.isPublic},...e.settings===void 0?{}:{settings:e.settings},...e.region===void 0?{}:{region:e.region},...r===void 0?{}:{cluster_target_id:r},...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.partyId===void 0?{}:{party_id:e.partyId},...e.roomArgs===void 0?{}:{room_args:e.roomArgs},...Dn(t)},e.signal).then(Ae)}get(e,t){return this.options.client.get(this.roomV2(e),t).then(Ae)}join(e,t,r){return this.options.client.post(`${this.roomV2(e)}/join`,{...t.partyId===void 0?{}:{party_id:t.partyId},...Dn(r)},t.signal).then(Ae)}joinByCode(e,t,r){return this.options.client.post(`${this.baseV2()}/join`,{join_code:e,...t.partyId===void 0?{}:{party_id:t.partyId},...Dn(r)},t.signal).then(Ae)}quickJoin(e,t,r=[]){return this.options.client.post(`${this.baseV2()}/quick-join`,{...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.region===void 0?{}:{region:e.region},...r.length===0?{}:{cluster_target_ids:[...r]},...e.name===void 0?{}:{name:e.name},...e.partyId===void 0?{}:{party_id:e.partyId},...Dn(t)},e.signal).then(Ae)}leave(e,t,r,o=false){return this.options.client.post(`${this.roomV2(e)}/leave`,{leave_as_group:t},r,{keepalive:o}).then(()=>{})}close(e,t){return this.options.client.delete(this.roomV1(e),t).then(()=>{})}update(e,t){return this.options.client.patch(this.roomV2(e),{...t.name===void 0?{}:{name:t.name},...t.maxPlayers===void 0?{}:{max_players:t.maxPlayers},...t.isPublic===void 0?{}:{is_public:t.isPublic},...t.settings===void 0?{}:{settings:t.settings},...t.roomArgs===void 0?{}:{room_args:t.roomArgs}},t.signal).then(Ae)}setReady(e,t,r){return this.options.client.post(`${this.roomV2(e)}/ready`,{is_ready:t},r).then(Ae)}kick(e,t,r){return this.options.client.post(`${this.roomV1(e)}/kick/${encodeURIComponent(t)}`,{},r).then(()=>this.get(e,r))}transferHost(e,t,r){return this.options.client.post(`${this.roomV2(e)}/transfer/${encodeURIComponent(t)}`,{},r).then(Ae)}leaveMatch(e,t){return this.options.client.post(`/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}/leave`,{},void 0,{keepalive:t}).then(()=>{})}baseV2(){return `/v2/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}baseV1(){return `/v1/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}roomV2(e){return `${this.baseV2()}/${encodeURIComponent(e)}`}roomV1(e){return `${this.baseV1()}/${encodeURIComponent(e)}`}};function Dn(n){return {platform:n.platform,game_version:n.gameVersion,engine_version:n.engineVersion}}function fu(n){n!==void 0&&console.warn(`[gem] createRoom: maxPlayers (${n}) is deprecated and was not sent. A room's seats come from the room template published in your game config \u2014 name one with templateSlug \u2014 and a room created without a template seats 8. To change a room that already exists, call update({ maxPlayers }) as its host.`);}var Gt=class{listeners=new Map;retainedMatch=null;on(e,t){let r=this.listeners.get(e);if(r||(r=new Set,this.listeners.set(e,r)),r.add(t),e==="matchReady"&&this.retainedMatch!==null){let o=this.retainedMatch;queueMicrotask(()=>{this.listeners.get(e)?.has(t)&&this.retainedMatch===o&&t(o);});}return ()=>this.off(e,t)}hasListeners(e){return (this.listeners.get(e)?.size??0)>0}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){e==="matchReady"&&(this.retainedMatch=t[0]);let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}get retained(){return this.retainedMatch}retain(e){this.retainedMatch=e;}clearRetained(){this.retainedMatch=null;}clear(){this.listeners.clear(),this.retainedMatch=null;}};function hu(n,e){return Math.min(e,500*2**Math.max(0,n-1))}var bu=1e3,vu=3e3,_u=6e4,wu=2,Qs=new Set(["game_room_closed","game_room_gone"]),Su=12e4,Ru=5e3;function to(n){return new eo(n)}var eo=class{constructor(e){this.options=e;this.autoFollow=e.followMatch!==false,this.api=new Lt({client:e.client,gameId:()=>this.requireGameId()}),this.installUnloadNotifier(),this.installResumeWatch(),this.retuneSeatWatch();}options;emitter=new Gt;api;room=null;session={phase:"none"};seenMatches=new Set;refusedMatches=new Set;reconciling=null;reconcileAgain=false;pendingHint=null;settling=null;pollHandle=null;polling=false;pollIntervalMs=null;pinnedIntervalMs=null;lastPushAt=-1/0;inFlight=[];unloadListener=null;visibilityListener=null;seatPollHandle=null;reported=new Set;disposed=false;followAbort=null;followingMatchId=null;autoFollow;reconnect=null;async create(e){this.assertNotInRoom("create");let t=this.clusterTargets(),r=await this.attachParty(e),o=await this.run("create",async()=>{let i=await t;return this.api.create(r,this.version("create"),i[0]).catch(async a=>{let s=await this.afterRefusedClusters(a,i);if(s[0]===void 0||s[0]===i[0])throw a;return this.api.create(r,this.version("create"),s[0])})});return this.enter(o,"created"),o}async join(e,t={}){this.assertNotInRoom("join");let r=await this.attachParty(t),o=await this.run("join",()=>this.api.join(e,r,this.version("join")));return this.enter(o,"joined"),o}async joinByCode(e,t={}){this.assertNotInRoom("joinByCode");let r=await this.attachParty(t),o=await this.run("joinByCode",()=>this.api.joinByCode(e,r,this.version("joinByCode")));return this.enter(o,"joined"),o}async quickJoin(e){this.assertNotInRoom("quickJoin");let t=this.clusterTargets(),r=await this.attachParty(e),o=a=>this.api.quickJoin(r,this.version("quickJoin"),a).catch(s=>this.retryPastStaleMembership(s,r,a)),i=await this.run("quickJoin",async()=>{let a=await t;return o(a).catch(async s=>{let l=await this.afterRefusedClusters(s,a);if(l.length===0||xu(l,a))throw s;return o(l)})});return this.enter(i,"joined"),i}async list(e={}){let t=await this.run("list",()=>this.api.list(e));return this.emitter.emit("listed",t),t}async myRooms(e){let t=await this.run("myRooms",()=>this.api.myRooms(e));return this.emitter.emit("mineListed",t.rooms),t.rooms}async leave(e={}){let t=this.requireRoom("leave"),r=e.keepalive===true,o=()=>this.run("leave",()=>this.api.leave(t.id,e.asGroup!==false,e.signal,r));if(r){let i=o();this.track(this.notifyLeavingMatch({keepalive:true})),await i;}else await this.notifyLeavingMatch(),await o();this.exit(),this.emitter.emit("left");}async leaveAll(e){let t=await this.myRooms(e),r=[];for(let o of t)try{await this.run("leaveAll",()=>this.api.leave(o.id,!0,e)),r.push(o.id),this.room?.id===o.id&&(this.exit(),this.emitter.emit("left"));}catch{}return r}async close(e){let t=this.requireRoom("close");await this.run("close",()=>this.api.close(t.id,e)),this.exit(),this.emitter.emit("closed");}async refresh(e){let t=this.room;if(!t)return null;let r;try{r=await this.track(this.api.get(t.id,e));}catch(o){if(o instanceof F&&o.reason==="not_found"){let i=this.heldMatchId;if(i!==null){let a=await this.askWhyEnded(i,e);this.endMatch(i,a??"game_room_gone",false);}return this.exit(),this.emitter.emit("closed"),null}throw this.reportError("refresh",o),o}return this.apply(r),await this.settleHeldMatch(e),this.room}async settleHeldMatch(e){let t=this.room,r=this.heldMatchId;if(!(t===null||r===null)&&!(t.status==="in_game"&&t.matchId===r)&&!(t.matchId!==void 0&&t.matchId!==r)&&this.settling!==r){this.settling=r;try{let o=await this.askWhyEnded(r,e);o!==null&&this.endMatch(r,o,t.status!=="closed");}finally{this.settling===r&&(this.settling=null);}}}async askWhyEnded(e,t){let r=this.room;if(r===null)return null;let o=this.takeHint(e),i;try{i=await this.track(this.onceGameIdKnown(()=>Cr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e),...t===void 0?{}:{signal:t}})));}catch(a){return a instanceof F&&a.reason==="not_found"?o??null:(this.reportError("reconcile",a),null)}return i===null?null:i.status==="ready"?(this.seenMatches.add(e),null):i.status==="failed"?(this.settleFailed(i.matchId,i.reason),null):i.reason==="unknown"&&o!==null?o:i.reason}takeHint(e){let t=this.pendingHint;if(t===null||t.matchId!==void 0&&t.matchId!==e||(this.pendingHint=null,t.reason===void 0))return null;let r=Me(t.reason);return r==="unknown"?null:r}async reconcile(e){if(this.disposed)return;if(e!==void 0&&(e.matchId!==void 0||e.reason!==void 0)&&(this.pendingHint=e),this.reconciling!==null)return this.reconcileAgain=true,this.reconciling;let t=this.reconcileOnce().finally(()=>{this.reconciling=null,this.reconcileAgain&&(this.reconcileAgain=false,this.track(this.reconcile().catch(()=>{})));});return this.reconciling=t,this.track(t)}async reconcileOnce(){if(this.room===null){await this.reconcileSeats();return}await this.refresh().catch(()=>null);}async setReady(e,t){let r=this.requireRoom("setReady"),o=await this.run("setReady",()=>this.api.setReady(r.id,e,t));return this.apply(o),o}async kick(e,t){let r=this.requireRoom("kick"),o=await this.run("kick",()=>this.api.kick(r.id,e,t));return this.apply(o),o}async transferHost(e,t){let r=this.requireRoom("transferHost"),o=await this.run("transferHost",()=>this.api.transferHost(r.id,e,t));return this.apply(o),o}async update(e){let t=this.requireRoom("update"),r=await this.run("update",()=>this.api.update(t.id,e));return this.apply(r),r}async startMatch(e={}){let t=this.requireRoom("startMatch");if(!this.isHost)throw new h("misconfigured",`only the host of room ${t.id} can start a match, and this player is not it. Every other member waits for \`matchAllocationStarted\` instead \u2014 that is the whole point of the room carrying the match.`);let r=ce(e.clusterTargetId),o=r??(t.clusterTargetId===void 0?(await this.clusterTargets())[0]:void 0),i=o??t.clusterTargetId;await this.options.ensureLocalServer?.(t.id);let a=(l,d)=>Tr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:t.id,...l===void 0?{}:{clusterTargetId:l},...r===void 0?{nextClusterTarget:()=>this.nextCluster(d)}:{},retry:{...e.retry,onWaiting:m=>{this.emitter.emit("matchStartWaiting",m),e.retry?.onWaiting?.(m);}},...e.signal===void 0?{}:{signal:e.signal}}),s=await this.run("startMatch",()=>a(o,[i]).catch(async l=>{if(r!==void 0||!ea(l))throw l;let d=await this.nextCluster([i],true);if(d===void 0)throw l;return a(d,[i,d])}));return this.beginMatch(s.matchId),s}async awaitMatch(e={}){if(this.session.phase==="suspended")throw new h("misconfigured","this match is suspended \u2014 the transport dropped and nobody has decided to reconnect yet. Call reconnectToMatch(), or dedicatedServer.connect(), which does it for you.");let t=this.emitter.retained;return t!==null&&this.session.phase==="ready"?t:this.pollMatchStatus(e)}async pollMatchStatus(e={}){let t=this.requireRoom("pollMatchStatus"),r=await this.matchIdOrWait(e),o=await this.run("pollMatchStatus",()=>this.chase(t.id,r,e));return this.settleOutcome(o)}chase(e,t,r){return Ir({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:e,matchId:t,version:this.version("pollMatchStatus"),knownToExist:this.seenMatches.has(t),...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.pollIntervalMs===void 0?{}:{pollIntervalMs:r.pollIntervalMs},...r.signal===void 0?{}:{signal:r.signal}})}settleOutcome(e){if(e.status==="failed")throw this.settleFailed(e.matchId,e.reason),new h("allocation_failed",`match ${e.matchId} did not come up: ${e.reason}`);if(e.status==="ended")throw this.endMatch(e.matchId,e.reason,!Qs.has(e.reason)),this.track(this.reconcile().catch(()=>{})),new h("match_ended",`match ${e.matchId} ended: ${e.reason}`);return this.seenMatches.add(e.matchId),this.emitter.retained?.matchId===e.matchId?this.emitter.retain(e):this.emitter.emit("matchReady",e),this.heldMatchId===e.matchId&&this.session.phase!=="connected"&&(this.session={phase:"ready",matchId:e.matchId}),e}settleFailed(e,t){this.heldMatchId===e&&(this.abandonReconnect(e,t),this.emitter.emit("matchFailed",e,t),this.abortFollow(),this.refusedMatches.add(e),this.session={phase:"none"},this.emitter.clearRetained());}endMatch(e,t,r){this.heldMatchId===e&&(this.abortFollow(),this.session={phase:"ended",matchId:e,reason:t,roomReopened:r},this.emitter.clearRetained(),this.emitter.emit("matchEnded",{matchId:e,reason:t,roomReopened:r}),this.abandonReconnect(e,t));}armReconnect(e,t){let r=this.options.autoReconnect;if(r===void 0||r.attempts<=0||r.budgetMs<=0)return;if(this.finishReconnect(),t==="kicked"){r.abandon(e,t);return}let o={matchId:e,cause:t,attempt:0,deadlineAt:this.options.clock.now()+r.budgetMs,parkedAt:null,timer:null,parked:null,done:false};this.reconnect=o,this.track(this.reconnectStep(o));}park(e,t){e.parkedAt=this.options.clock.now(),e.parked=()=>(e.parkedAt!==null&&(e.deadlineAt+=this.options.clock.now()-e.parkedAt,e.parkedAt=null),t());}reconnecting(e){return !this.disposed&&!e.done&&this.reconnect===e&&this.session.phase==="suspended"&&this.session.matchId===e.matchId}finishReconnect(){let e=this.reconnect;e!==null&&(e.done=true,e.timer!==null&&(this.options.clock.clearTimeout(e.timer),e.timer=null),e.parked=null,this.reconnect=null);}abandonReconnect(e,t){let r=this.reconnect;r===null||r.matchId!==e||(this.finishReconnect(),this.options.autoReconnect?.abandon(e,t));}async reconnectStep(e){if(!this.reconnecting(e))return;if(!Ue()){this.park(e,()=>this.reconnectStep(e));return}let t=this.options.autoReconnect;if(t===void 0||e.attempt===0&&(await this.reconcile().catch(()=>{}),!this.reconnecting(e)))return;let r=e.deadlineAt-this.options.clock.now();if(e.attempt>=t.attempts||r<bu){this.abandonReconnect(e.matchId,e.cause);return}e.attempt+=1,this.emitter.emit("matchReconnecting",{matchId:e.matchId,attempt:e.attempt,attempts:t.attempts,remainingMs:r}),e.timer=this.options.clock.setTimeout(()=>{e.timer=null,this.track(this.reconnectAttempt(e));},Math.min(hu(e.attempt,t.maxDelayMs),r));}async reconnectAttempt(e){if(!this.reconnecting(e))return;if(!Ue()){this.park(e,()=>this.reconnectAttempt(e));return}let t=this.options.autoReconnect,r=this.room;if(t===void 0||r===null)return;let o=null;try{o=await this.track(this.onceGameIdKnown(()=>Cr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e.matchId,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e.matchId)})));}catch(i){this.reportError("reconcile",i);}if(this.reconnecting(e)){if(o?.status==="ended"){this.endMatch(o.matchId,o.reason,!Qs.has(o.reason)),this.track(this.reconcile().catch(()=>{}));return}if(o?.status==="failed"){this.abandonReconnect(e.matchId,o.reason),this.settleFailed(o.matchId,o.reason);return}if(o?.status==="ready"){this.seenMatches.add(e.matchId),this.session={phase:"ready",matchId:e.matchId},this.emitter.retain(o);let i;try{i=await t.redial(e.matchId,e.deadlineAt);}catch(a){this.reportError("reconcile",a),i="failed";}if(e.done||this.reconnect!==e)return;if(i==="closed"){this.finishReconnect();return}if(i==="connected")return;this.session.phase==="ready"&&this.session.matchId===e.matchId&&(this.session={phase:"suspended",matchId:e.matchId,reason:e.cause});}await this.reconnectStep(e);}}notifyMatchConnected(e){if(this.heldMatchId!==e||this.session.phase!=="ready"&&this.session.phase!=="suspended")return;let t=this.session.phase==="suspended";this.session={phase:"connected",matchId:e};let r=this.reconnect;r!==null&&r.matchId===e?(this.finishReconnect(),this.emitter.emit("matchReconnected",{matchId:e,attempt:r.attempt})):t&&this.emitter.emit("matchReconnected",{matchId:e,attempt:0});}async notifyMatchDisconnected(e="link_closed"){if(this.session.phase!=="ready"&&this.session.phase!=="connected")throw new h("misconfigured",`no match is connected, so there is nothing to suspend (state '${this.matchConnectionState}').`);let t=this.session.matchId;this.session={phase:"suspended",matchId:t,reason:e},this.emitter.emit("matchSuspended",{matchId:t,cause:e}),this.armReconnect(t,e);}async reconnectToMatch(e={}){if(this.session.phase!=="suspended")throw new h("misconfigured",`reconnectToMatch expects a suspended match; this one is '${this.matchConnectionState}'. Call notifyMatchDisconnected() when the transport drops.`);let t=this.heldMatchId;if(t===null)throw new h("misconfigured","there is no match to reconnect to.");return this.finishReconnect(),this.session={phase:"starting",matchId:t},this.emitter.clearRetained(),this.pollMatchStatus(e)}async notifyLeavingMatch(e={}){let t=this.heldMatchId;if(t!==null)try{await this.api.leaveMatch(t,e.keepalive??!1);}catch{}}get gameId(){let e=typeof this.options.gameId=="function"?this.options.gameId():this.options.gameId;return e===""?null:e}get currentRoom(){return this.room}get currentMatch(){return this.emitter.retained}get matchConnectionState(){switch(this.session.phase){case "none":case "ended":return "disconnected";case "ready":case "connected":return "connected";case "suspended":return "suspended";default:return "connecting"}}get matchSession(){return this.session}holdsMatch(){return this.session.phase!=="none"&&this.session.phase!=="ended"}get heldMatchId(){return this.holdsMatch()?this.session.matchId??null:null}get isInRoom(){return this.room!==null}get isHost(){let e=this.playerId();return e!==null&&this.room?.hostPlayerId===e}get members(){return this.room?.members??[]}on(e,t){let r=this.emitter.on(e,t);return e==="seated"&&(this.retuneSeatWatch(),this.room===null&&this.track(this.reconcileSeats().catch(()=>{}))),r}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}handleRoomEvent(e){if(this.room===null)return;if(e.event==="version_stale"){this.emitter.emit("versionUpdateAvailable",e.platform);return}if(e.roomId!==this.room.id||(this.lastPushAt=this.options.clock.now(),this.retune(),e.event==="updated"&&e.version!==void 0&&e.version<=this.room.version))return;let t=e.event==="updated"&&e.reason!==void 0?{...e.matchId===void 0?{}:{matchId:e.matchId},reason:e.reason}:void 0;this.track(this.reconcile(t).catch(()=>{}));}handleAutoStartFailed(e,t){this.room?.id===e&&this.emitter.emit("matchAutoStartFailed",{roomId:e,code:t});}handleSeated(e){this.disposed||!this.watchingSeats||this.room?.id!==e&&(this.reported.has(e)||this.track(this.reportSeat(e).catch(()=>{})));}async reconcileSeats(){if(this.disposed||!this.watchingSeats)return;let e;try{e=await this.myRooms();}catch{return}let t=new Set;for(let r of e)r.status!=="closed"&&(t.add(r.id),r.id!==this.room?.id&&(this.reported.has(r.id)||await this.reportSeat(r.id).catch(()=>{})));for(let r of [...this.reported])t.has(r)||this.reported.delete(r);}async reportSeat(e){let t=this.playerId(),r=await this.run("handleSeated",()=>this.api.get(e));this.disposed||t===null||!r.members.some(o=>o.playerId===t)||this.room?.id!==r.id&&(this.reported.has(r.id)||(this.reported.add(r.id),this.emitter.emit("seated",r)));}retuneSeatWatch(){if(!(!this.disposed&&this.watchingSeats&&this.room===null&&this.seatPollMs>0&&Ue())){this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null);return}if(this.seatPollHandle!==null)return;let t=()=>{this.seatPollHandle=null,this.track(this.reconcileSeats().catch(()=>{}).then(()=>this.retuneSeatWatch()));};this.seatPollHandle=this.options.clock.setTimeout(t,this.seatPollMs);}installResumeWatch(){let e=globalThis;if(typeof e.addEventListener!="function")return;this.visibilityListener=()=>{if(!this.disposed&&(this.retuneSeatWatch(),!!Ue())){if(this.room!==null){let r=this.reconnect?.parked??null;r!==null&&this.reconnect!==null?(this.reconnect.parked=null,this.track(r())):this.track(this.reconcile().catch(()=>{}));return}this.options.watchSeats!==false&&this.track(this.reconcileSeats().catch(()=>{}));}};for(let r of $n)e.addEventListener(r,this.visibilityListener);let t=globalThis.document;typeof t?.addEventListener=="function"&&t.addEventListener("resume",this.visibilityListener);}startPolling(e){this.stopPolling(),!this.disposed&&(this.pinnedIntervalMs=e??null,this.polling=true,this.schedule());}stopPolling(){this.pollHandle!==null&&(this.options.clock.clearTimeout(this.pollHandle),this.pollHandle=null),this.polling=false,this.pollIntervalMs=null;}async settled(){for(let e=0;e<20&&this.inFlight.length>0;e++){let t=this.inFlight;this.inFlight=[],await Promise.allSettled(t);}}dispose(){if(this.disposed=true,this.finishReconnect(),this.stopPolling(),this.emitter.clear(),this.unloadListener&&(globalThis.removeEventListener?.("pagehide",this.unloadListener),this.unloadListener=null),this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null),this.visibilityListener){let e=globalThis;for(let r of $n)e.removeEventListener?.(r,this.visibilityListener);globalThis.document?.removeEventListener?.("resume",this.visibilityListener),this.visibilityListener=null;}}get watchingSeats(){return this.options.watchSeats!==false&&this.emitter.hasListeners("seated")}get seatPollMs(){return this.options.seatPollIntervalMs??Ru}requireGameId(){let e=this.gameId;if(e!==null)return e;throw new h("misconfigured","the game id is not known yet. It comes from the play token, and this manager was given no way to wait for one \u2014 pass gameId, or awaitGameId so a call made before the first token waits for it the way createGem wires it.")}playerId(){return typeof this.options.playerId=="function"?this.options.playerId():this.options.playerId}version(e){let t=this.options.clientVersion,r=Tn(this.options.platformGameVersion?.(),t?.gameVersion);if(r===null)throw new h("misconfigured",`${e} has no game version to report \u2014 gem-api requires platform, game_version and engine_version together on every room route, and refuses a request carrying two of the three. The arcade normally supplies it with the play token; an embedder that does not, or a build running outside the arcade, leaves nobody to ask. Pass \`clientVersion: { gameVersion }\` to createGem (or to createRoomManager) as the fallback. It has to name a build you actually published, and a wrong one pins the room to the wrong build \u2014 which is why the platform answers it wherever it can.`);return qs({...t,gameVersion:r},e)}async clusterTargets(){try{if(this.options.resolveClusterTargets!==void 0)return Pt(await this.options.resolveClusterTargets());let e=ce(await this.options.resolveClusterTarget?.());return e===void 0?[]:[e]}catch{return []}}async afterRefusedClusters(e,t){return !ea(e)||t.length===0?[]:Pt(await this.options.refreshClusterTargets?.(t)??[])}async nextCluster(e,t=false){let r=a=>a.find(s=>!e.includes(s)),o=await this.clusterTargets(),i=r(o);return i!==void 0||!t?i:r(Pt(await this.options.refreshClusterTargets?.(o)??[]))}async attachParty(e){if(e.partyId!==void 0)return e;let t=this.options.resolveParty;if(t===void 0)return e;let r=await t();return r===void 0?e:{...e,partyId:r}}async retryPastStaleMembership(e,t,r){if(!(e instanceof F)||e.reason!=="conflict")throw e;if(this.options.recoverStaleMembership===false)throw new F(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and \`recoverStaleMembership\` is off, so nothing cleared it. A membership that outlived its page is visible only through myRooms(); leaveAll() is what clears it.`,e.retryAfterSeconds,e.code);let o;try{o=await this.leaveAll(t.signal);}catch{throw new F(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery could not list the rooms it would have cleared, so nothing was tried and the refusal stands. That is the listing failing, not a room refusing to be left: retry once the connection is back. myRooms() shows what is held.`,e.retryAfterSeconds,e.code)}if(o.length===0)throw new F(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery cleared nothing, so the refusal stands. myRooms() shows what is held. A room this player was seated in as a party member cannot be cleared from here at all \u2014 only the leader of a party may take it out of a room \u2014 so a member joins by adopting that room, myRooms() then join(), rather than quick-joining.`,e.retryAfterSeconds,e.code);return this.api.quickJoin(t,this.version("quickJoin"),r)}assertNotInRoom(e){if(this.room!==null)throw new h("misconfigured",`${e} refused: already in room ${this.room.id}. Leave it first \u2014 this manager tracks one room, and a second would leave its state disagreeing with the server's about which one you are in.`)}requireRoom(e){if(this.room===null)throw new h("misconfigured",`${e} refused: not in a room.`);return this.room}async run(e,t){try{return await this.track(this.onceGameIdKnown(t))}catch(r){throw this.reportError(e,r),r}}onceGameIdKnown(e){return this.gameId!==null||this.options.awaitGameId===void 0?e():this.options.awaitGameId().then(e)}reportError(e,t){let r=t instanceof F?{operation:e,code:t.status,reason:t.reason,message:t.message,retryable:t.retryable}:{operation:e,code:0,reason:t instanceof h?t.reason:"unavailable",message:t instanceof Error?t.message:String(t),retryable:false};this.emitter.emit("error",r);}track(e){return this.inFlight.push(e),e}enter(e,t){this.room=e,this.abortFollow(),this.session={phase:"none"},this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.emitter.emit(t,e),this.adoptMatch(e),this.options.poll!==false&&this.startPolling(),this.retuneSeatWatch();}exit(){this.room=null,this.abortFollow(),this.finishReconnect(),this.session.phase!=="ended"&&(this.session={phase:"none"}),this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.stopPolling(),this.retuneSeatWatch();}apply(e){let t=this.room;if(t===null||t.id!==e.id)return;let r=new Map(t.members.map(s=>[s.playerId,s])),o=new Map(e.members.map(s=>[s.playerId,s])),i=this.playerId();for(let s of o.keys())r.has(s)||this.emitter.emit("memberJoined",s);for(let s of r.keys())if(!o.has(s)){if(s===i){this.exit(),this.emitter.emit("kicked");return}this.emitter.emit("memberLeft",s);}for(let[s,l]of o){let d=r.get(s);d&&d.isReady!==l.isReady&&this.emitter.emit("readyChanged",s,l.isReady);}t.hostPlayerId!==e.hostPlayerId&&e.hostPlayerId.length>0&&this.emitter.emit("hostChanged",e.hostPlayerId);let a=ku(t,e);this.room=e,this.adoptMatch(e),this.session.phase==="starting"&&this.followMatch(),a&&this.emitter.emit("updated",e);}adoptMatch(e){e.status!=="in_game"||e.matchId===void 0||this.session.matchId!==e.matchId&&(this.refusedMatches.has(e.matchId)||this.beginMatch(e.matchId));}beginMatch(e){let t=this.heldMatchId;t!==null&&t!==e&&this.endMatch(t,"replaced",true),this.session={phase:"starting",matchId:e},this.emitter.clearRetained(),this.emitter.emit("matchAllocationStarted",e),this.followMatch();}followMatch(){if(this.autoFollow===false)return;let e=this.room,t=this.heldMatchId;if(e===null||t===null||this.followAbort!==null&&this.followingMatchId===t)return;this.abortFollow();let r=new AbortController;this.followAbort=r,this.followingMatchId=t,this.track(this.onceGameIdKnown(()=>this.chase(e.id,t,{signal:r.signal})).then(o=>{if(!r.signal.aborted)try{this.settleOutcome(o);}catch{}}).catch(o=>{r.signal.aborted||this.reportError("pollMatchStatus",o);}).finally(()=>{this.followAbort===r&&(this.followAbort=null,this.followingMatchId=null);}));}abortFollow(){this.followAbort?.abort(),this.followAbort=null,this.followingMatchId=null;}matchIdOrWait(e){let t=this.heldMatchId;if(t!==null)return Promise.resolve(t);let r=e.timeoutMs??Su;return new Promise((o,i)=>{let a=c=>{s(),l(),this.options.clock.clearTimeout(m),e.signal?.removeEventListener("abort",d),c();},s=this.emitter.on("matchAllocationStarted",c=>a(()=>o(c))),l=this.emitter.on("matchFailed",(c,p)=>a(()=>i(new h("allocation_failed",`match ${c} did not come up: ${p}`)))),d=()=>a(()=>i(new h("aborted","the caller aborted while awaiting a match"))),m=this.options.clock.setTimeout(()=>a(()=>i(new h("timeout",`no match was allocated for room ${this.room?.id??"(none)"} within ${r}ms`))),r);e.signal?.aborted?d():e.signal?.addEventListener("abort",d);})}baseInterval(){return this.pushed()?this.pushedInterval():this.options.pollIntervalMs??vu}pushedInterval(){return this.options.pushedPollIntervalMs??_u}pushed(){return this.options.clock.now()-this.lastPushAt<wu*this.pushedInterval()}retune(){!this.polling||this.pinnedIntervalMs!==null||this.baseInterval()!==this.pollIntervalMs&&this.startPolling();}schedule(){this.disposed||!this.polling||this.room===null||(this.pollIntervalMs=this.pinnedIntervalMs??this.baseInterval(),this.pollHandle=this.options.clock.setTimeout(()=>{this.pollHandle=null,this.track(this.reconcile().catch(()=>null).then(()=>{this.schedule();}));},this.pollIntervalMs));}installUnloadNotifier(){if(this.options.notifyOnUnload===false)return;let e=globalThis;typeof e.addEventListener=="function"&&(this.unloadListener=t=>{t?.persisted!==true&&this.room!==null&&this.track(this.leave({keepalive:true}).catch(()=>{}));},e.addEventListener("pagehide",this.unloadListener));}};function Ue(){let n=globalThis.document;return n?.visibilityState===void 0||n.visibilityState==="visible"}var $n=["visibilitychange","focus","pageshow","online"];function ku(n,e){return n.version!==e.version||n.status!==e.status||n.matchId!==e.matchId||n.hostPlayerId!==e.hostPlayerId||n.name!==e.name||n.maxPlayers!==e.maxPlayers||n.isPublic!==e.isPublic||Zs(n)!==Zs(e)}function Zs(n){return n.members.map(e=>`${e.playerId}:${e.isReady?1:0}:${e.role}`).sort().join(",")}function ea(n){return n instanceof F&&n.code==="invalid_cluster_target"}function xu(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Au=["p2p","dedicated","unknown"],no=["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=Pu(e,this.options.transport,(this.options.now??Date.now)());o.length!==0&&await this.options.client.post(`/v1/games/${encodeURIComponent(r)}/telemetry/p2p`,{events:o},t);}report(e){this.post(e).catch(()=>{});}};function Pu(n,e,t){let r=Math.floor(t/1e3);return n.filter(o=>no.includes(o.type)).slice(0,100).map(o=>{let i=Eu(o.transport??e);return {event_type:o.type,timestamp:r,...i===void 0?{}:{transport:i},data:o.value===void 0?{}:{value:o.value}}})}function Eu(n){if(n!==void 0)return Au.includes(n)?n:"unknown"}var Dt=class{constructor(e){this.options=e;this.reporter=new it({client:e.client,gameId:e.gameId,transport:"p2p"});}options;reporter;async joinCredential(e,t,r){let o=await this.options.client.post(`${this.match(e)}/join-credential`,{fingerprint:t},r);return {credential:Fn(o.credential)??"",hostFingerprint:Fn(o.host_fingerprint)??"",hostEpoch:jn(o.host_epoch)??0,expiresAt:(jn(o.expires_at)??0)*1e3}}async turnLease(e,t,r){let o=await this.options.client.post(`${this.match(e)}/turn-lease`,{cluster_target_id:t},r),i=[];for(let l of Array.isArray(o.ice_servers)?o.ice_servers:[]){let d=l,m=(Array.isArray(d.urls)?d.urls:[]).filter(c=>typeof c=="string"&&c.length>0);m.length!==0&&i.push({urls:m,username:Fn(d.username)??"",credential:Fn(d.credential)??""});}let a=jn(o.expires_at),s=jn(o.ttl_seconds);return {iceServers:i,expiresAt:a!==void 0?a*1e3:Date.now()+(s??0)*1e3}}async kick(e,t,r){await this.options.client.post(`${this.match(e)}/kick`,{player_id:t},r);}async leave(e,t=false){await this.options.client.post(`${this.match(e)}/leave`,{},void 0,{keepalive:t});}async telemetry(e,t){await this.reporter.post(e,t);}match(e){return `/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}`}};function Fn(n){return typeof n=="string"&&n.length>0?n:void 0}function jn(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}var Tu=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=Tu.has(t);}reason;retryable};var ta=10240,na=2048,Iu=new TextEncoder;function ra(n){return Iu.encode(n).length}function Oe(n,e){let t=o=>{throw new h("invalid_sdp",`the ${e} ${o}`)},r=ra(n);r>=ta&&t(`is ${r} bytes, over the ${ta} limit`+(e==="offer"?", which for an offer means an unusually wide candidate list":"")),n.startsWith("v=")||t("does not start with 'v=', so it is not SDP"),n.includes("\0")&&t("contains a null byte"),/\r(?!\n)/.test(n)&&t("contains a bare carriage return");for(let o of n.split(/\r\n|\n/)){let i=ra(o);i>na&&t(`has a ${i}-byte line, over the ${na} limit`);}}function 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 Cu=/^sha-256 ([0-9A-F]{2}:){31}[0-9A-F]{2}$/;function st(n){let e=null;for(let t of n.split(/\r\n|\n/)){if(!t.startsWith("a=fingerprint:"))continue;let r=Un(t.slice(14).trim());if(r===null||e!==null&&e!==r)return null;e=r;}return e}function Un(n){let[e,...t]=n.trim().split(/\s+/);if(e===void 0||t.length===0)return null;let r=`${e.toLowerCase()} ${t.join("").toUpperCase()}`;return Cu.test(r)?r:null}function $t(n,e){if(n.length!==e.length)return false;let t=0;for(let r=0;r<n.length;r++)t|=n.charCodeAt(r)^e.charCodeAt(r);return t===0}var ro=5e3,Mu=12e4+ro,Ou=1024,Lu=6e4,Gu=1e4,oa=64*1024,ia=5;function oo(n){let e=new Map,t=-1/0,r=null,o=(()=>{let s;try{s=new URL(`${n.baseUrl.replace(/\/+$/,"")}/oauth2/jwks`);}catch{return {ok:false,reason:"the configured API base is not a valid URL, so the JWKS endpoint cannot be reached. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}}return s.username!==""||s.password!==""?{ok:false,reason:"the configured API base carries credentials in the URL, which `fetch` will not send. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}:{ok:true,url:s.href,shown:`${s.protocol}//${s.host}`}})(),i=()=>{let s=n.subtle??globalThis.crypto?.subtle;if(!s)throw new L("keys_unavailable","this environment has no WebCrypto, so a join credential cannot be verified. A page served over plain http on a non-loopback origin is the usual cause \u2014 crypto.subtle is only exposed in a secure context.");return s},a=async()=>{if(!o.ok)throw new L("keys_unavailable",o.reason);let s=n.fetch??((p,g)=>globalThis.fetch(p,g)),l;try{l=await s(o.url,{redirect:"error",credentials:"omit",cache:"no-store",referrerPolicy:"no-referrer",signal:AbortSignal.timeout(Gu)});}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>oa)throw new L("keys_unavailable",`the JWKS endpoint at ${o.shown} answered with more than ${oa} characters, which is not a key set this platform publishes.`);d=JSON.parse(p);}catch(p){throw p instanceof 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>ia)throw new L("keys_unavailable",`the JWKS endpoint published ${m.length} keys, over the ${ia} the platform declares. Refusing rather than verifying against a set of unknown size.`);let c=i();for(let p of m){let g=p;if(g.kty==="RSA"&&!(g.alg!==void 0&&g.alg!=="RS256")&&!(g.use!==void 0&&g.use!=="sig")&&!(typeof g.kid!="string"||g.kid.length===0))try{let y=await c.importKey("jwk",{...p,alg:"RS256",ext:!0},{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);e.set(g.kid,y);}catch{}}};return {async key(s){let l=e.get(s);if(l)return l;if(!o.ok)throw new 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<Lu?null:(t=d,r??=a().finally(()=>{r=null;}),await r,e.get(s)??null)}}}var Ft=class{seen=new Map;admit(e,t){for(let[r,o]of this.seen)o<=t&&this.seen.delete(r);if(this.seen.has(e))return false;if(this.seen.size>=Ou){let r=this.seen.keys().next().value;r!==void 0&&this.seen.delete(r);}return this.seen.set(e,t+Mu),true}};function aa(n){let e=n.replace(/-/g,"+").replace(/_/g,"/"),t=atob(e+"=".repeat((4-e.length%4)%4)),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}function sa(n){try{let e=new TextDecoder().decode(aa(n)),t=JSON.parse(e);return typeof t!="object"||t===null||Array.isArray(t)?null:t}catch{return null}}async function io(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=sa(s);m===null&&i("its header does not decode"),m.alg!=="RS256"&&i(`its alg is ${JSON.stringify(m.alg)}, not RS256`),m.typ!=="p2p+jwt"&&i(`its typ is ${JSON.stringify(m.typ)}, not p2p+jwt`);let c=m.kid;(typeof c!="string"||c.length===0)&&i("it names no key");let p=await t.key(c);p===null&&i("it was signed by a key this build cannot resolve");let g=o.subtle??globalThis.crypto?.subtle;g||i("this environment has no WebCrypto");let y=new TextEncoder().encode(`${s}.${l}`),w;try{w=aa(d);}catch{i("its signature does not decode");}await g.verify({name:"RSASSA-PKCS1-v1_5"},p,w,y)||i("its signature does not verify");let P=sa(l);P===null&&i("its payload does not decode");let T=P,v=D=>typeof T[D]=="string"?T[D]:"",S=D=>typeof T[D]=="number"&&Number.isFinite(T[D])?T[D]:NaN;v("iss")!==o.issuer&&i("it was issued by someone else"),v("aud")!==`${o.issuer}/p2p-match`&&i("its audience is not this platform"),v("match_id")!==e.matchId&&i("it is for another match"),v("game_id")!==e.gameId&&i("it is for another game");let O=S("exp")*1e3,x=S("nbf")*1e3;(!Number.isFinite(O)||e.now>O+ro)&&i("it has expired"),Number.isFinite(x)&&e.now<x-ro&&i("it is not valid yet");let H=v("role");H!=="host"&&H!=="client"&&i("it names no usable role");let N=S("host_epoch");N!==e.hostEpoch&&i("it names a different host epoch");let V=Un(v("fingerprint"));V===null&&i("its fingerprint claim is malformed"),$t(V,e.peerFingerprint)||i("it was issued for a different certificate than this connection used");let R=Un(v("host_fingerprint"));R===null&&i("its host fingerprint claim is malformed"),$t(R,e.hostFingerprint)||i("it was issued against a different host certificate");let E=v("jti");E.length===0&&i("it carries no jti, so replay cannot be detected"),r.admit(E,e.now)||i("it has already been used");let G=v("sub");return G.length===0&&i("it names no player"),{playerId:G.toLowerCase(),matchId:e.matchId,gameId:e.gameId,hostEpoch:N,role:H,fingerprint:V,hostFingerprint:R,jti:E,expiresAt:O}}function so(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 ao(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 lo(n){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,3),t.setUint8(1,n),e}function co(n){if(n.byteLength<1)return null;let e=new DataView(n);switch(e.getUint8(0)){case 1:{if(n.byteLength<3)return null;let t=e.getUint16(1,true);return t>8192||n.byteLength<3+t+8?null:{kind:"join",jwt:new TextDecoder().decode(new Uint8Array(n,3,t)),protocolVersion:e.getUint32(3+t,true),assignedPeerId:e.getUint32(7+t,true)}}case 2:return n.byteLength<9?null:{kind:"admit",protocolVersion:e.getUint32(1,true),assignedPeerId:e.getUint32(5,true)};case 3:return n.byteLength<2?null:{kind:"reject",reason:e.getUint8(1)};default:return null}}function la(n){switch(n){case 1:return "the host did not accept this credential";case 2:return "the host speaks a different protocol version \u2014 an engine peer refuses a browser peer here, deliberately";case 3:return "the match is full";case 4:return "the host is rate-limiting joins";case 129:return "the host verified this credential but it names a different player than the one who signalled \u2014 the host has its own line saying which";case 130:return "the host has this player on the kicked list for the current host epoch";case 131:return "the host could not fetch the platform's signing keys, so it cannot verify anyone yet \u2014 the host's console says why";default:return `the host refused with an unrecognised code (${n})`}}function da(n){switch(n){case 129:return "not_expected_player";case 130:return "kicked";case 131:return "keys_unavailable";default:return "peer_unauthenticated"}}var 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 uo={reliable:{negotiated:true,id:0,ordered:true},ordered:{negotiated:true,id:1,ordered:true,maxRetransmits:0},unreliable:{negotiated:true,id:2,ordered:false,maxRetransmits:0}},Ee=["reliable","ordered","unreliable"];function mo(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 ua=1,Nu=3e4,ma=2e3,qu=5e3,pa=6e4,Uu=8,go=class{constructor(e=Uu){this.perMinute=e;}perMinute;sent=[];delayUntilAllowed(e){return this.prune(e),this.sent.length<this.perMinute?0:Math.max(0,(this.sent[0]??e)+6e4-e)}record(e){this.prune(e),this.sent.push(e);}prune(e){let t=0;for(let r of this.sent)r<=e&&e-r<6e4&&(this.sent[t++]=r);this.sent.length=t;}},Bu=new go,Hu=8,Vu=new Set(["timeout","connection_failed","invalid_sdp","peer_unauthenticated","not_expected_player","keys_unavailable"]),Ut=class{constructor(e){this.options=e;this.keys=e.keys??oo({baseUrl:e.baseUrl,now:()=>e.clock.now()});}options;emitter=new qn;links=new Map;replays=new Ft;keys;localPlayerId="";migration=null;iceServers=[];credential=null;nextPeerId=ua+1;ended=null;closed=false;ready=null;helloSeen=false;reportedUnreachableEpoch=-1;reportedStallEpoch=-1;counted=false;pendingOffers=new Map;answeredSessions=new Map;credentialGeneration=0;credentialDeadline=0;get matchId(){return this.options.matchId}get playerId(){return this.localPlayerId}get isHost(){return this.migration?.isLocalHost??false}get hostPlayerId(){return this.migration?.currentHostPlayerId??""}get hostEpoch(){return this.migration?.currentEpoch??0}get peers(){let e=[];for(let t of this.links.values())t.admitted&&e.push(this.expose(t));return e}peer(e){let t=this.links.get(e);return t&&t.admitted?this.expose(t):null}on(e,t){return this.emitter.on(e,t)}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}async start(e){let t=this.options.connectTimeoutMs??Nu;this.credentialDeadline=this.options.clock.now()+t;let r=new Promise((s,l)=>{this.ready={resolve:s,reject:l};}),o=ce(this.options.clusterTargetId);if(o!==void 0)try{let s=await this.options.api.turnLease(this.options.matchId,o,e);this.iceServers=s.iceServers,this.mark("turn leased");}catch(s){this.mark("turn lease failed"),this.warn(`no TURN relay could be leased for this match, so peers behind a symmetric NAT will fail to connect: ${po(s)}`);}else this.mark("turn skipped"),this.warn("connecting without a TURN relay because no cluster target was resolved. Host candidates only reach peers on the same network, so peers behind a symmetric NAT will fail to connect. The Arcade page normally resolves one for this player; outside it, pass `clusterTargetId` to connect().");this.options.signaling.join(),this.mark("signaling joined");let i=this.options.clock.setTimeout(()=>{this.fail(new L("timeout",`no usable P2P connection after ${t}ms. The parent relays signaling, so a silent failure here usually means the page is not putting frames on the socket.`));},t),a=()=>this.fail(new L("aborted","the caller aborted while connecting"));e?.aborted?a():e?.addEventListener("abort",a);try{await r;}finally{this.options.clock.clearTimeout(i),e?.removeEventListener("abort",a),this.ready=null;}}async kick(e){if(!this.isHost)throw new L("misconfigured","only the current host of this match can kick a peer");await this.options.api.kick(this.options.matchId,e);}async leave(){try{await this.options.api.leave(this.options.matchId);}catch{}this.close();}close(){if(!this.closed){this.closed=true,this.pendingOffers.clear();for(let e of [...this.links.values()])this.dropLink(e,"closed",false);this.options.signaling.close(),this.emitter.clear();}}report(e){this.options.api.telemetry(e).catch(()=>{});}notifyCandidatesDropped(e){this.emitter.emit("candidatesDropped",e);}handleSignal(e,t){this.closed||this.route(e,t).catch(r=>this.report_(r));}async route(e,t){switch(e){case "hello":return this.onHello(t);case "offer":return this.onOffer(t);case "answer":return this.onAnswer(t);case "ice":return this.onIce(t);case "peerLeft":return this.onPeerLeft(t);case "migration":return this.onMigration(t);case "matchEnded":return this.onMatchEnded(t);case "error":return this.onSignalingError(t);default:return}}async onHello(e){let t=re(e.playerId),r=re(e.hostPlayerId),o=Bn(e.hostEpoch);if(!(t===null||r===null||o===null)&&(this.mark("signaling hello"),this.localPlayerId=t,this.migration===null&&(this.migration=new jt(t,r,o)),!this.helloSeen)){if(this.helloSeen=true,this.isHost){this.mark("host listening"),this.settle(),await this.drainPendingOffers();return}this.pendingOffers.clear(),await this.offerToHost("initial");}}async drainPendingOffers(){if(this.pendingOffers.size===0)return;let e=[...this.pendingOffers.values()];this.pendingOffers.clear(),this.mark("queued offer drained");for(let t of e)try{await this.onOffer(t);}catch(r){this.report_(r);}}async offerToHost(e){let t=this.hostPlayerId,r=this.openLink(t,ua),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??Bu,a=()=>this.closed||e!==this.credentialGeneration,s=qu;for(;;){let l=i.delayUntilAllowed(this.options.clock.now());if(l>0&&!await this.waitForCredential(l,a))return;i.record(this.options.clock.now());try{let d=await this.options.api.joinCredential(this.options.matchId,o);if(a())return;this.credential=d,this.mark("credential ready"),this.maybeAuthenticate();return}catch(d){if(a())return;let m=d.status,c;if(m===409)c=ma;else if(m===429){let p=d.retryAfterSeconds;typeof p=="number"&&Number.isFinite(p)&&p>=0?c=p*1e3:(c=s,s=Math.min(s*2,pa)),c=Math.min(Math.max(c,ma),pa);}else throw d;if(!await this.waitForCredential(c,a))return}}}async waitForCredential(e,t){return this.options.clock.now()+e>this.credentialDeadline?false:(await this.sleep(e),!t())}async onOffer(e){let t=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>=Hu){let m=this.pendingOffers.keys().next().value;m!==void 0&&this.pendingOffers.delete(m);}this.pendingOffers.set(t,e);return}if(!this.isHost||this.migration.isKicked(t)===true)return;let o=re(e.sessionId);if(o!==null&&this.answeredSessions.get(t)===o)return;Oe(r,"offer"),this.refuseMedia(r,"offer");let i=st(r);if(i===null)throw new L("invalid_sdp",`the offer from ${t} carries no usable fingerprint`);this.mark("offer received"),o!==null&&this.answeredSessions.set(t,o);let a=this.links.get(t);a&&this.dropLink(a,"resignalled",false);let s=this.openLink(t,this.nextPeerId++);s.remoteFingerprint=i,await s.connection.setRemoteDescription({type:"offer",sdp:r}),this.flushCandidates(s);let l=await s.connection.createAnswer();await s.connection.setLocalDescription(l);let d=s.connection.localDescription?.sdp??l.sdp;if(!d)throw new L("invalid_sdp","the browser produced an answer with no SDP");Oe(d,"answer"),this.refuseMedia(d,"answer"),this.options.signaling.answer(t,d,s.assignedPeerId),this.mark("answer sent");}async onAnswer(e){if(this.isHost)return;let t=re(e.fromPlayerId),r=re(e.sdp);if(t===null||r===null)return;let o=this.links.get(this.hostPlayerId);if(!o||t!==this.hostPlayerId)return;Oe(r,"answer"),this.refuseMedia(r,"answer");let i=st(r);if(i===null)throw new L("invalid_sdp","the host's answer carries no usable fingerprint");this.mark("answer received"),o.remoteFingerprint=i,o.pendingAnswer=r,this.hostVerified(o)&&await this.applyAnswer(o,r);}hostVerified(e){let t=this.credential;return t===null||e.remoteFingerprint===null?false:$t(t.hostFingerprint,e.remoteFingerprint)?true:(this.fail(new L("peer_unauthenticated","the host's DTLS certificate is not the one the platform attested for this match. Refusing before the handshake, so no credential is presented.")),this.dropLink(e,"host_fingerprint_mismatch",false),false)}maybeAuthenticate(){if(this.isHost)return;let e=this.links.get(this.hostPlayerId);if(!e||e.remoteFingerprint===null||e.connection.remoteDescription!==null)return;let t=e.pendingAnswer;t!==void 0&&this.hostVerified(e)&&this.applyAnswer(e,t).catch(r=>this.report_(r));}async applyAnswer(e,t){this.mark("host verified"),e.pendingAnswer=void 0,await e.connection.setRemoteDescription({type:"answer",sdp:t}),this.flushCandidates(e);}async onIce(e){let t=re(e.fromPlayerId),r=re(e.candidate);if(t===null||r===null)return;let o=this.links.get(t);if(!o)return;let i=re(e.sdpMid),a=Bn(e.sdpMLineIndex)??Bn(e.sdpMLineIndexAlt),s={candidate:r,...i===null?{}:{sdpMid:i},...a===null?{}:{sdpMLineIndex:a}};if(o.connection.remoteDescription===null){o.pendingCandidates.length<64&&o.pendingCandidates.push(s);return}await o.connection.addIceCandidate(s);}onPeerLeft(e){let t=re(e.playerId);if(t===null)return;let r=re(e.reason)??"left";if(t===this.localPlayerId){this.fail(new L("kicked",`this player was removed from the match (${r})`)),this.close();return}let o=this.links.get(t);o&&this.dropLink(o,r,true);}async onMigration(e){let t=re(e.hostPlayerId),r=Bn(e.hostEpoch);if(t===null||r===null||this.migration===null)return;let o=this.migration.apply({hostPlayerId:t,hostEpoch:r,...re(e.reason)===null?{}:{reason:re(e.reason)},...Array.isArray(e.kickedPlayerIds)?{kickedPlayerIds:e.kickedPlayerIds.filter(i=>typeof i=="string")}:{},...typeof e.migrationComplete=="boolean"?{migrationComplete:e.migrationComplete}:{}},this.options.clock.now());if(o.kind!=="duplicate"){if(o.kind==="completed"){this.emitter.emit("hostChanged",t,r);return}if(o.kind==="refused"){this.report_(new L("migration_failed",o.why));return}for(let i of [...this.links.values()])this.dropLink(i,"migrating",false);if(this.options.signaling.discardQueued(),this.credential=null,this.emitter.emit("migrating",t,r),o.state==="preparing"){this.options.signaling.migrationAck(r),this.watchMigration();return}this.watchMigration(),await this.offerToHost("full_reconnect");}}watchMigration(){let e=this.hostEpoch;this.options.clock.setTimeout(()=>{this.closed||this.migration===null||this.migration.currentEpoch===e&&this.migration.stalled(this.options.clock.now())&&this.reportedStallEpoch!==e&&(this.reportedStallEpoch=e,this.report_(new L("migration_failed",`host migration to epoch ${e} did not complete. The elected host never acknowledged it, so the platform is still holding the match in migration.`)));},31e3);}onMatchEnded(e){let t=re(e.reason)??"ended";this.ended=t,this.emitter.emit("matchEnded",t),this.ready!==null&&this.fail(new L("match_ended",`the match ended: ${t}`)),this.close();}onSignalingError(e){let t=re(e.code)??"unknown",r=re(e.message)??"the platform refused a signaling message";this.report_(new L("signaling_failed",`${t}: ${r}`));}openLink(e,t){let o=(this.options.peerConnectionFactory??mo)({iceServers:this.iceServers,...this.options.certificate===void 0?{}:{certificates:[this.options.certificate]}}),i={};for(let p of Ee){let g=o.createDataChannel(p,uo[p]);g.binaryType="arraybuffer",i[p]=g;}let a={playerId:e,assignedPeerId:t,connection:o,channels:i,remoteFingerprint:null,admitted:false,pendingCandidates:[],detachHandshake:()=>{},detachAll:()=>{}},s=p=>{let g=p.candidate;g?.candidate&&this.options.signaling.candidate(e,g.candidate,g.sdpMid??void 0,g.sdpMLineIndex??void 0);},l=()=>this.onIceState(a),d=()=>this.onConnectionState(a),m=p=>{this.onHandshakeMessage(a,p.data).catch(g=>this.report_(g));},c=()=>{this.onReliableOpen(a).catch(p=>this.report_(p));};return o.addEventListener("icecandidate",s),o.addEventListener("iceconnectionstatechange",l),o.addEventListener("connectionstatechange",d),i.reliable.addEventListener("open",c),i.reliable.addEventListener("message",m),a.detachHandshake=()=>{i.reliable.removeEventListener("open",c),i.reliable.removeEventListener("message",m);},a.detachAll=()=>{a.detachHandshake(),o.removeEventListener("icecandidate",s),o.removeEventListener("iceconnectionstatechange",l),o.removeEventListener("connectionstatechange",d);},this.links.set(e,a),a}flushCandidates(e){let t=e.pendingCandidates;e.pendingCandidates=[];for(let r of t)e.connection.addIceCandidate(r).catch(()=>{});}async onReliableOpen(e){if(this.mark("channel open"),this.isHost)return;let t=this.credential;if(t===null)throw new L("peer_unauthenticated","the channel opened before the platform issued a join credential, so there is nothing to present");if(this.options.clock.now()>=t.expiresAt)throw new L("timeout","the join credential expired before the channel opened \u2014 reconnect for a fresh one");e.channels.reliable.send(so({jwt:t.credential,protocolVersion:32769,assignedPeerId:e.assignedPeerId}));}async onHandshakeMessage(e,t){if(!(t instanceof ArrayBuffer))return;let r=co(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(da(r.reason),la(r.reason))),this.dropLink(e,"rejected",false));}}async admit(e,t,r){if(r!==32769){this.refuseLink(e,2,"version_mismatch",`it presented protocol version ${r}, not this SDK's ${32769} \u2014 an engine peer cannot join a browser-hosted match`);return}let o=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 io(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",po(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(ao({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(lo(t));}catch{}this.dropLink(e,r,false);}finishAdmission(e){this.mark(this.isHost?"peer admitted":"admitted"),e.admitted=true,e.detachHandshake(),e.detachHandshake=()=>{},this.emitter.emit("peerJoined",this.expose(e)),this.settle();}onIceState(e){let t=e.connection.iceConnectionState;if(!(t!=="failed"&&t!=="disconnected"&&t!=="closed")){if(this.isHost){(t==="failed"||t==="closed")&&this.dropLink(e,t,true);return}if(this.reportedUnreachableEpoch!==this.hostEpoch){this.reportedUnreachableEpoch=this.hostEpoch;try{this.options.signaling.reportHostUnreachable(this.hostEpoch,t);}catch(r){this.report_(r);}}}}onConnectionState(e){let t=e.connection.connectionState;t!=="failed"&&t!=="closed"||this.dropLink(e,t,true);}expose(e){return {playerId:e.playerId,assignedPeerId:e.assignedPeerId,connection:e.connection,channels:e.channels,send:(t,r="reliable")=>e.channels[r].send(t)}}dropLink(e,t,r){this.links.delete(e.playerId),e.detachAll();for(let o of Ee)ga(e.channels[o]);ga(e.connection),r&&e.admitted&&this.emitter.emit("peerLeft",e.playerId,t);}settle(){this.ready?.resolve(),this.ready=null;}fail(e){if(this.count(e.reason),this.ready!==null){let t=this.ready;this.ready=null,t.reject(e);return}this.emitter.emit("error",e);}report_(e){this.fail(e instanceof L?e:new L("connection_failed",po(e),{cause:e}));}count(e){this.counted||!Vu.has(e)||(this.counted=true,this.report([{type:"connection_failures_total",value:1}]));}refuseMedia(e,t){if(Nn(e))throw new L("media_refused",`the ${t} carries an active audio or video section. This path carries data channels only; voice belongs to the platform voice service, and gem-api age-gates relayed SDP that proposes media.`)}mark(e){this.options.boot?.mark(e);}sleep(e){return new Promise(t=>this.options.clock.setTimeout(t,e))}warn(e){let t=this.options.log;t!==null&&(t??(r=>console.warn(r)))(`[gem] ${e}`);}get endedReason(){return this.ended}};function re(n){return typeof n=="string"&&n.length>0?n:null}function Bn(n){return typeof n=="number"&&Number.isInteger(n)?n:null}function po(n){return n instanceof Error?n.message:String(n)}function ga(n){try{n.close();}catch{}}var Wu=100,Ku=50,Bt=class{constructor(e){this.options=e;}options;queue=[];drainHandle=null;dropped=0;closed=false;dropListener=null;onDropped(e){this.dropListener=e;}join(){this.assertUsable(),this.options.bridge.signal("join",this.options.matchId,{});}offer(e,t){this.assertUsable(),this.options.bridge.signal("offer",this.options.matchId,{sdp:e,intent:t});}answer(e,t,r){this.assertUsable(),this.options.bridge.signal("answer",this.options.matchId,{peerId:e,sdp:t,assignedPeerId:r});}candidate(e,t,r,o){if(this.assertUsable(),this.queue.length>=(this.options.maxQueuedCandidates??Wu)){this.dropped+=1;return}this.queue.push({peerId:e,candidate:t,...r===void 0?{}:{sdpMid:r},...o===void 0?{}:{sdpMLineIndex:o}}),this.schedule();}migrationAck(e){this.assertUsable(),this.options.bridge.signal("migrationAck",this.options.matchId,{hostEpoch:e});}reportHostUnreachable(e,t){this.assertUsable(),this.options.bridge.signal("hostUnreachable",this.options.matchId,{hostEpoch:e,evidence:{iceState:t,lastSeenAt:Math.floor(this.options.clock.now()/1e3)}});}discardQueued(){this.queue.length=0;}close(){this.closed=true,this.discardQueued(),this.drainHandle!==null&&(this.options.clock.clearTimeout(this.drainHandle),this.drainHandle=null);}assertUsable(){if(this.closed)throw new 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??Ku));}};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 ya(n){return typeof n=="boolean"?n:void 0}var ye=U(64),Ht=Le(0,2147483647);function yo(n){if(!Array.isArray(n))return;let e=[];for(let t of n){if(e.length>=64)break;let r=ye(t);typeof r=="string"&&e.push(r);}return e}function W(n,e,t){return {to:n,from:e,read:t,required:true}}function B(n,e,t){return {to:n,from:e,read:t,required:false}}var Yu=n=>{if(typeof n!="object"||n===null||Array.isArray(n))return;let e=n,t=at("disconnected","failed","closed")(e.iceState),r=Le(0,4102444800)(e.lastSeenAt);if(!(t===void 0&&r===void 0))return {...t===void 0?{}:{ice_state:t},...r===void 0?{}:{last_seen_timestamp:r}}};Object.freeze(Object.assign(Object.create(null),{join:{type:"p2p_join",gameScoped:true,args:[]},offer:{type:"p2p_offer",gameScoped:false,args:[W("sdp","sdp",U(10240)),W("signaling_intent","intent",at("initial","ice_restart","full_reconnect")),B("sdp_hash","sdpHash",U(128))]},answer:{type:"p2p_answer",gameScoped:false,args:[W("peer_id","peerId",ye),W("sdp","sdp",U(10240)),W("assigned_peer_id","assignedPeerId",Le(0,4294967295)),B("sdp_hash","sdpHash",U(128))]},ice:{type:"p2p_ice_candidate",gameScoped:false,args:[W("peer_id","peerId",ye),W("candidate","candidate",U(512)),B("sdp_mid","sdpMid",U(64)),B("sdp_mline_index","sdpMLineIndex",Le(0,255))]},migrationAck:{type:"p2p_migration_ack",gameScoped:false,args:[W("host_epoch","hostEpoch",Ht)]},hostUnreachable:{type:"p2p_report_host_unreachable",gameScoped:false,args:[W("host_epoch","hostEpoch",Ht),B("evidence","evidence",Yu)]}}));Object.freeze(Object.assign(Object.create(null),{p2p_hello:"hello",p2p_sdp_offer:"offer",p2p_sdp_answer:"answer",p2p_ice_candidate:"ice",p2p_peer_joined:"peerJoined",p2p_peer_left:"peerLeft",p2p_host_migration:"migration",p2p_match_ended:"matchEnded",p2p_error:"error"}));Object.freeze(Object.assign(Object.create(null),{hello:[W("playerId","player_id",ye),W("hostPlayerId","host_player_id",ye),W("hostEpoch","host_epoch",Ht),B("members","members",yo)],offer:[W("fromPlayerId","from_player_id",ye),W("sdp","sdp",U(10240)),B("sessionId","signaling_session_id",U(128)),B("sdpHash","sdp_hash",U(128)),B("iceUfrag","ice_ufrag",U(64)),B("intent","signaling_intent",at("initial","ice_restart","full_reconnect"))],answer:[W("fromPlayerId","from_player_id",ye),W("sdp","sdp",U(10240)),B("sessionId","signaling_session_id",U(128)),B("sdpHash","sdp_hash",U(128)),B("iceUfrag","ice_ufrag",U(64)),B("assignedPeerId","assigned_peer_id",Le(0,4294967295))],ice:[W("fromPlayerId","from_player_id",ye),W("candidate","candidate",U(512)),B("sdpMid","sdp_mid",U(64)),B("sdpMLineIndex","sdp_m_line_index",Le(0,255)),B("sdpMLineIndexAlt","sdp_mline_index",Le(0,255))],peerJoined:[W("playerId","player_id",ye)],peerLeft:[W("playerId","player_id",ye),B("reason","reason",U(64))],migration:[W("hostPlayerId","new_host_player_id",ye),W("hostEpoch","host_epoch",Ht),B("reason","reason",U(64)),B("kickedPlayerIds","kicked_player_ids",yo),B("migrationComplete","migration_complete",ya)],matchEnded:[B("reason","reason",U(64))],error:[B("code","code",U(64)),B("message","message",U(256))]}));Object.freeze(Object.assign(Object.create(null),{party_invite_received:"inviteReceived",party_member_joined:"memberJoined",party_member_left:"memberLeft",party_member_kicked:"memberKicked",party_leader_transferred:"leaderTransferred",party_updated:"updated",party_disbanded:"disbanded",party_game_room_joined:"gameRoomJoined",party_game_room_left:"gameRoomLeft"}));var He="webrtc_p2p";function ha(n){let e=new Dt({client:n.client,gameId:n.gameId}),t=new Map;return {handleSignalEvent(r,o,i){t.get(r)?.handleSignal(o,i);},session(r){return t.get(r)??null},async connect(r={}){if(n.bridge===null)throw new L("signaling_unavailable","P2P signaling rides the notification WebSocket, which only the page embedding this game can hold. There is no bridge here \u2014 this is `mock` mode, or a game running outside the Arcade frame. See public-docs/p2p-and-parties.md \xA72.");let o=ce(r.clusterTargetId),i=o??ce(await n.resolveClusterTarget?.());n.rooms.isHost&&n.rooms.currentMatch===null&&n.rooms.currentRoom?.matchId===void 0&&await n.rooms.startMatch({...o===void 0?{}:{clusterTargetId:o},...r.signal===void 0?{}:{signal:r.signal}});let a=await n.rooms.awaitMatch({...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.signal===void 0?{}:{signal:r.signal}});if(a.protocol!==He)throw new L("unsupported_protocol",`match ${a.matchId} speaks '${a.protocol}', not '${He}'. Use \`dedicatedServer.connect()\` for a dedicated match; the two flows share WebRTC and nothing else.`);let s=new Bt({bridge:n.bridge,matchId:a.matchId,clock:n.clock}),l=new Ut({api:e,clock:n.clock,matchId:a.matchId,gameId:n.gameId(),baseUrl:typeof n.baseUrl=="function"?n.baseUrl():n.baseUrl,signaling:s,...i===void 0?{}:{clusterTargetId:i},...r.peerConnectionFactory===void 0?{}:{peerConnectionFactory:r.peerConnectionFactory},certificate:r.certificate??await Nt(),...r.timeoutMs===void 0?{}:{connectTimeoutMs:r.timeoutMs},...n.boot===void 0?{}:{boot:n.boot},...n.log===void 0?{}:{log:n.log}});s.onDropped(d=>l.notifyCandidatesDropped(d)),t.set(a.matchId,l),l.on("matchEnded",()=>t.delete(a.matchId));try{await l.start(r.signal);}catch(d){throw t.delete(a.matchId),l.close(),d}return l}}}function ba(n){let{analytics:e,rooms:t}=n,r=n.target??globalThis,o=n.document??globalThis.document,i=[];if(typeof r.addEventListener=="function"){let s=d=>{d?.persisted!==true&&e.endSession("pagehide");};r.addEventListener("pagehide",s),i.push(()=>r.removeEventListener?.("pagehide",s));let l=()=>e.setHidden(!Ue());for(let d of $n)r.addEventListener(d,l),i.push(()=>r.removeEventListener?.(d,l));typeof o?.addEventListener=="function"&&(o.addEventListener("resume",l),i.push(()=>o.removeEventListener?.("resume",l))),e.setHidden(!Ue());}let a=new Map;return i.push(t.on("matchReady",s=>{let l=s.protocol===He?"p2p":"dedicated";a.set(s.matchId,l),e.trackPlatform("gem_match_started",{transport:l});})),i.push(t.on("matchEnded",s=>{let l=a.get(s.matchId);l!==void 0&&(a.delete(s.matchId),e.trackPlatform("gem_match_ended",{transport:l}));})),()=>{for(let s of i.splice(0))try{s();}catch{}a.clear();}}async function Hn(n,e,t,r){let o=await t;return n.mark(e)&&r&&r(`[gem] boot: ${n.timeline()}`),o}function fo(n,e){let t=false;return async r=>{let o=await r;return !t&&e&&(t=true,e(`[gem] boot: ${n.timeline()}`)),o}}function ho(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 bo=false;async function Sa(n,e,t,r){if(bo){e.close(),t("busy",true);return}bo=true;let o=null;try{let i=await Qu(n,r);if(typeof i=="string"){e.close(),t(i,Xu(i));return}o=i;let s=await(r.encodeRef??(l=>nm(l,r)))(o);if(o.close(),o=null,s===null){e.close(),t("failed",!0);return}if(s.size>tm){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{bo=false,o?.close();}}function Xu(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 Qu(n,e){if(e.handler){let i=await e.handler(n);return i===null?"declined":va(i,n)}if(!e.useDefaultStrategy)return "not_wired";let t=e.documentRef??globalThis.document;if(!t)return "no_source";let r=em(t);if(!r)return "no_source";let o=Zu(r);if(o!==null)return o;try{return va(await createImageBitmap(r),n)}catch(i){if(i instanceof DOMException&&i.name==="SecurityError")return "tainted";throw i}}function Zu(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 em(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 va(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 tm=8*1024*1024,_a="image/webp",wa=.92;async function nm(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:_a,quality:wa});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),_a,wa);})}async function Ra(n,e){if(!e)return;let t;try{t=await rm(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 rm(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 ka=Symbol.for("@indiegems/gem-web-sdk:audio-guard");function xa(n=globalThis){let t=n[ka];if(t!==void 0)return t;let r=false,o=()=>r,i=[],a=om(n,o);a!==null&&i.push(a);let s=im(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,ka,{value:l,configurable:true}),l}function om(n,e){let t=n.AudioNode?.prototype,r=n.AudioDestinationNode;if(t===void 0||r===void 0)return null;let o=n.OfflineAudioContext,i=t.connect,a=t.disconnect,s=new Map,l=m=>{let c=m.gain,p=m.context.currentTime;c.cancelScheduledValues(p),e()?c.setValueAtTime(0,p):c.setTargetAtTime(1,p,.01);},d=m=>{let c=m.context;if(o!==void 0&&c instanceof o)return null;let p=s.get(c);return p===void 0&&(p=c.createGain(),p.gain.value=e()?0:1,i.call(p,m),s.set(c,p)),p};return t.connect=function(...c){let[p,...g]=c;if(p instanceof r){let y;try{y=d(p);}catch{y=null;}if(y!==null)return i.call(this,y,...g),p}return i.apply(this,c)},t.disconnect=function(...c){let[p,...g]=c;if(p instanceof r){let y=s.get(p.context);if(y!==void 0&&y!==this)try{return a.call(this,y,...g)}catch{}}return a.apply(this,c)},()=>{for(let[m,c]of s){if(m.state==="closed"){s.delete(m);continue}try{l(c);}catch{}}}}function im(n,e){let t=n.HTMLMediaElement;if(t===void 0)return null;let r=t.prototype,o=Object.getOwnPropertyDescriptor(r,"muted"),i=o?.get,a=o?.set;if(i===void 0||a===void 0)return null;let s=r.play,l=new WeakMap,d=new WeakSet,m=new Set,c=p=>{l.has(p)||l.set(p,!!i.call(p)),d.has(p)||(d.add(p),m.add(new WeakRef(p))),a.call(p,(l.get(p)??false)||e());};return Object.defineProperty(r,"muted",{configurable:true,enumerable:o?.enumerable??true,get(){let p=l.get(this);return p===void 0?!!i.call(this):p},set(p){l.set(this,!!p),c(this);}}),r.play=function(){try{c(this);}catch{}return s.call(this)},n.document?.addEventListener("play",p=>{let g=p.target;if(g instanceof t)try{c(g);}catch{}},true),()=>{for(let p of m){let g=p.deref();if(g===void 0){m.delete(p);continue}try{a.call(g,(l.get(g)??!1)||e());}catch{}}}}function Aa(n){let e=n.windowMs??1e3,t=n.realm??globalThis,r=false,o=false,i=false,a=null,s=null,l=null,d=[],m=()=>r&&!o&&!i,c=()=>{s=null,l=null,d=[];},p=w=>{if(a=null,!m()){c();return}if(l!==null&&d.push(w-l),l=w,s===null)s=w;else {let k=w-s;k>=e&&d.length>0&&(n.report(sm(d,k)),s=w,d=[]);}g();},g=()=>{let w=t.requestAnimationFrame;typeof w=="function"&&(a=w.call(t,p));},y=()=>{if(m()){a===null&&(c(),g());return}a!==null&&(t.cancelAnimationFrame?.call(t,a),a=null),c();};return {setRequested(w){r=w,y();},setPaused(w){o=w,y();},get running(){return a!==null},dispose(){i=true,y();}}}function sm(n,e){let t=[...n].sort((o,i)=>o-i),r=Math.max(1,Math.ceil(t.length*.95));return {fps:n.length*1e3/e,frameTimeP95Ms:t[r-1]}}var Vn=Object.freeze({top:"--gem-safe-top",right:"--gem-safe-right",bottom:"--gem-safe-bottom",left:"--gem-safe-left"});function Pa(){let e=globalThis.document?.documentElement;return e&&typeof e.style?.setProperty=="function"?e:null}function Ea(n,e){n!==null&&(n.style.setProperty(Vn.top,`${e.top}px`),n.style.setProperty(Vn.right,`${e.right}px`),n.style.setProperty(Vn.bottom,`${e.bottom}px`),n.style.setProperty(Vn.left,`${e.left}px`));}var am=3e4,Wn=class extends Error{retryable;reason;constructor(e,t,r){super(r),this.name="LocalServerError",this.reason=e,this.retryable=t;}};function Ta(n){let e=n.clock??ie,t=n.timeoutMs??am,r=new Map,o=new Map,i=0,a=s=>{let l=r.get(s);return l?(r.delete(s),o.delete(l.room),e.clearTimeout(l.timer),l):null};return {available(){return n.bridge.parentSupports("localHost")},ensure(s){if(!n.bridge.parentSupports("localHost"))return Promise.resolve();let l=o.get(s);if(l)return l;let d=new Promise((m,c)=>{let p=`ls${++i}`,g=e.setTimeout(()=>{r.delete(p),o.delete(s),c(new Wn("timeout",true,`the embedder did not answer a local-server request for room ${s} within ${String(t)}ms`));},t);r.set(p,{room:s,resolve:m,reject:c,timer:g}),n.bridge.requestLocalServer(p,s)||(a(p),m());});return o.set(s,d),d.catch(()=>{}),d},accept(s){a(s.requestId)?.resolve();},refuse(s){let l=a(s.requestId);l&&l.reject(new Wn(s.reason,s.retryable,s.reason==="refused"?`the platform refused to let this machine serve room ${l.room}. Check that you are signed in as a developer on this game, that the room is on the dev or test channel, and that you host it.`:`this machine could not start a server for room ${l.room}. Your development tool has the reason.`));}}}var Vt={url:"https://downloads.indiegems.games/sdk/v5.11.0/gem-web-sdk.devtools.min.js",integrity:"sha384-OZkVkgqK11rxlQEJhh8yKYF4JJkA1gvwKIkzTtDDYylTR0fOkOYhsFjNrCUq3sa4"};var dt=null;function lm(){return dt!==null||(dt=new Promise((n,e)=>{let t=document.createElement("script");t.src=Vt.url,t.integrity=Vt.integrity,t.crossOrigin="anonymous",t.onload=()=>{let r=window.GemWebSdkDevtools;if(r===void 0){dt=null,e(new Error(`gem devtools: the panel loaded but attached nothing. The artifact at ${Vt.url} is not a gem-web-sdk devtools build.`));return}n(r);},t.onerror=()=>{dt=null,e(new Error(`gem devtools: could not load ${Vt.url}. Either the network refused it or its Subresource Integrity check failed, or the CDN did not answer the CORS preflight this request needs \u2014 SRI is only checkable on bytes the page may read. A locally rebuilt SDK is the commonest cause: it produces panel bytes that do not match the hash compiled into this build.`));},document.head.append(t);})),dt}function Ia(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 lm();return !e()||a!==r?false:(t!==null||(t=s.mount(n(),{openedBy:i,text:je,onDismiss:()=>{t?.unmount(),t=null;}})),true)}return {get isOpen(){return t!==null},close(){r+=1,t?.unmount(),t=null;},open:()=>o("game"),openFrom:o}}var dm=1e4,Ca={reason:"unavailable",retryable:false};function Ma(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??dm);},a=(d,m)=>{let c=s(d);c&&m(c);},s=d=>{let m=e.get(d);return m?(e.delete(d),n.clock.clearTimeout(m.timer),m):null},l=new Ye({clock:n.clock,onStateChange:n.onStateChange,request:d=>new Promise((m,c)=>{let p=n.bridge.currentState;if(p==="refused"||p==="closed"){c(Ca);return}let g=`t${++o}`,y={resolve:m,reject:c,reason:d,timer:null,held:p!=="connected"};e.set(g,y),i(g,y),y.held||n.bridge.requestToken(g,d);})});return {source:l,onToken(d){let m={token:d.token,expiresAt:d.expiresAt,chainEndsAt:d.chainEndsAt};if(t={playerId:d.playerId,gameId:d.gameId,channel:d.channel},r=d.gameVersion??null,d.requestId!==void 0&&e.has(d.requestId)){a(d.requestId,c=>c.resolve(m));return}l.accept(m);},onDenied(d){a(d.requestId,m=>m.reject({reason:d.reason,retryable:d.retryable,retryAfterMs:d.retryAfterMs}));},onBridgeState(d){if(d==="connected")for(let[m,c]of e)c.held&&(c.held=false,n.clock.clearTimeout(c.timer),i(m,c),n.bridge.requestToken(m,c.reason));else if(d==="refused"||d==="closed")for(let m of [...e.keys()])a(m,c=>c.reject(Ca));},get identity(){return t},get gameVersion(){return r}}}function cm(n){let e=n.lastIndexOf("@");return (e===-1?n:`***@${n.slice(e+1)}`).slice(0,200)}var um=new Set(Xt);function mm(n){if(!n)return {};let e={};for(let[t,r]of Object.entries(n))um.has(t.toLowerCase())&&(e[t.toLowerCase()]=r);return e}function Kn(n){let e=n.fetch??globalThis.fetch.bind(globalThis);return Ko(async(t,r)=>{let o;try{o=new URL(n.baseUrl.replace(/\/+$/,""));}catch{throw new me("the configured baseUrl is not a valid URL. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure.")}let i;try{i=new URL(o.href.replace(/\/+$/,"")+t.path);}catch{throw new me(`${JSON.stringify(typeof t.path=="string"?cm(t.path):"(a non-string path)")} does not form a valid URL against ${o.protocol}//${o.host}. This is a malformed request, not a server failure.`)}if(i.protocol!==o.protocol||i.host!==o.host)throw new me(`${JSON.stringify(i.pathname)} resolves to ${i.protocol}//${i.host}, not ${o.protocol}//${o.host}. A request path may not change the request's origin \u2014 it carries the play token.`);if(i.username!==""||i.password!==""){let p=o.username!==""||o.password!=="",g=i.username!==o.username||i.password!==o.password,y=p?g?"baseUrl (and possibly the request path)":"baseUrl":"request path";throw new me(`the ${y} puts credentials in the URL, which cannot be fetched (${t.method} ${i.pathname}). The value is withheld here rather than written to logs. This is a malformed request, not a server failure.`)}for(let[p,g]of Object.entries(n.defaultQuery??{}))i.searchParams.has(p)||i.searchParams.set(p,g);let a;try{a=t.body===void 0?void 0:JSON.stringify(t.body);}catch(p){throw new me(`the body of ${t.method} ${JSON.stringify(i.pathname)} could not be serialised to JSON: ${String(p)}. This is a bug in the request, not a server failure \u2014 retrying sends the same unserialisable value.`)}let s=await e(i.toString(),{method:t.method,headers:{authorization:`Bearer ${r}`,...t.body===void 0?{}:{"content-type":"application/json"},...mm(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=pm(s.headers.get("retry-after"));return {status:s.status,body:d,...m===null?{}:{etag:m},...c===void 0?{}:{retryAfterSeconds:c}}},n)}function pm(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 gm=new Set(["invalid_sdp","age_restricted","match_not_found","not_match_member","account_banned"]),_o="embedder_relay_unavailable",ym="embedder_no_relay",fm=new Set([_o]),wo=new Set([ym]),Wt=class{constructor(e){this.options=e;}options;pending=new Map;channel(){return new vo(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(hm(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 hm(n,e){let t=e??"the offer was refused",r=n===void 0?t:`${t} (${n})`;return new h(bm(n),r,{platformCode:n})}function bm(n){return n===void 0||fm.has(n)?"signaling_failed":wo.has(n)?"offer_refused":gm.has(n)?n==="invalid_sdp"?"invalid_sdp":"offer_refused":"signaling_failed"}var vo=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 Oa="match_ended:",La="server_shutdown:",Ga="kicked:",vm=123;function _m(n){if(typeof n!="string"||n.length===0||n.length>vm)return {kind:"other"};if(n.startsWith(Oa)){let e=Me(n.slice(Oa.length));return e==="unknown"?{kind:"other"}:{kind:"match_ended",reason:e}}return n.startsWith(La)?{kind:"server_shutdown",cause:n.slice(La.length)}:n.startsWith(Ga)?{kind:"kicked",detail:n.slice(Ga.length)}:{kind:"other"}}function So(n,e,t){let r=_m(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 Ro(){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 wm=3e3,Sm=1e4,Rm=15e3;async function Jn(n){let e=n.peerConnection;try{$a(n,"before the handshake started"),ko(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 Am(e,n),ko(n);let o=e.localDescription?.sdp??r.sdp;if(!o)throw new h("invalid_sdp","the offer carried no SDP");Oe(o,"offer"),Da(o,"offer");let i=await xm(n,o);if(ko(n),typeof i?.sdp!="string")throw new h("invalid_sdp","the signaling channel answered without an SDP");return Oe(i.sdp,"answer"),Da(i.sdp,"answer"),await e.setRemoteDescription({type:"answer",sdp:i.sdp}),await Pm(t,n),$a(n,"before the channel opened"),t}catch(t){throw e.close(),km(t)}}function km(n){return n instanceof h?n:Na(n)?Ve():new h("connection_failed",qa(n),{cause:n})}function Da(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 xm(n,e){let t=n.exchangeTimeoutMs??Sm,r=ja(n,t),o=n.signaling.exchange({matchId:n.matchId,sdp:e,intent:n.intent??"initial"},n.signal).catch(i=>{throw i instanceof h?i:Na(i)?Ve():new h("signaling_failed",qa(i),{cause:i})});return Em(o,n,r,()=>r.exhausted?xo("while the offer was in flight"):new h("timeout",`no answer arrived within ${t}ms`))}function Am(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??wm);n.addEventListener("icegatheringstatechange",i),e.signal?.addEventListener("abort",o);})}function Pm(n,e){if(e.signal?.aborted)return Promise.reject(Ve());if(n.readyState==="open")return Promise.resolve();if(n.readyState!=="connecting")return Promise.reject(new h("connection_failed",`the data channel was already '${n.readyState}' when the answer was applied`));let{clock:t}=e,r=e.openTimeoutMs??Rm,o=ja(e,r);return new Promise((i,a)=>{let s=()=>{t.clearTimeout(p),n.removeEventListener("open",l),n.removeEventListener("close",d),n.removeEventListener("error",d),e.signal?.removeEventListener("abort",m);},l=()=>{s(),i();},d=g=>{s(),a(new h("connection_failed","the data channel failed before it opened",Fa(g)===void 0?void 0:{cause:Fa(g)}));},m=()=>{s(),a(Ve());},c=()=>{s(),a(o.exhausted?xo("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 ja(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 Em(n,e,t,r){let{clock:o,signal:i}=e;return i?.aborted?Promise.reject(Ve()):new Promise((a,s)=>{let l=c=>{o.clearTimeout(m),i?.removeEventListener("abort",d),c();},d=()=>l(()=>s(Ve())),m=o.setTimeout(()=>l(()=>s(r())),t.ms);i?.addEventListener("abort",d),n.then(c=>l(()=>a(c)),c=>l(()=>s(c)));})}function $a(n,e){if(n.credentialExpiresAt!==void 0&&!(n.clock.now()<n.credentialExpiresAt))throw xo(`already ${e}`)}function xo(n){return new h("credential_expired",`the join credential ran out ${n} \u2014 poll match status again for a fresh one`)}function ko(n){if(n.signal?.aborted)throw Ve()}function Ve(){return new h("aborted","the caller aborted the connection attempt")}function Na(n){return n?.name==="AbortError"}function Fa(n){return n?.error}function qa(n){return n instanceof Error?n.message:String(n)}Object.freeze(Object.assign(Object.create(null),{webrtc_sdp_answer:"answer",webrtc_error:"error",match_ended:"matchEnded"}));Object.freeze(Object.assign(Object.create(null),{answer:[W("sdp","sdp",U(10240)),B("sessionId","session_id",U(64))],error:[B("code","code",U(64)),B("message","message",U(256))],matchEnded:[B("reason","reason",U(64))]}));function za(n){let{client:e,clock:t,rooms:r}=n,o=n.signaling??Ro,i=n.log??(v=>console.warn(v)),a=new it({client:e,gameId:()=>r.gameId,transport:"dedicated"}),s=new Map,l=(v,S)=>{let O=s.get(v)??new Set;O.add(S),s.set(v,O);},d=(v,S)=>{let O=s.get(v);O!==void 0&&(O.delete(S),O.size===0&&s.delete(v));},m=async v=>{if(r.isHost&&!Po(r)&&r.currentRoom?.matchId===void 0){let S=ce(v.clusterTargetId);await r.startMatch({...S===void 0?{}:{clusterTargetId:S},...v.retry===void 0?{}:{retry:v.retry},...v.signal===void 0?{}:{signal:v.signal}});}return Ka(r.matchConnectionState==="suspended"?await r.reconnectToMatch(Ao(v)):await r.awaitMatch(Ao(v)))},c=async v=>Ka(await r.pollMatchStatus(Ao(v))),p=async(v,S)=>{let O=false;try{let x=await m(v),H=r.currentRoom?.transports;if(H!==void 0&&!H.includes("webrtc"))throw new h("misconfigured",`the room template offers (${H.join(", ")||"no transports"}), not webrtc, which is all this path dials. Connect through gem.match.connect(), or pass \`transports: []\` here to negotiate across the template's list.`);let N=v.peerConnection??Ja();O=!0;let V=await Jn({peerConnection:N,signaling:S,clock:t,matchId:x.matchId,credentialExpiresAt:x.credentialExpiresAt,...zn(v,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal")}),R=null;if(v.presentCredential!==!1)try{R=await Et({channel:V,clock:t,credential:x.joinCredential,credentialExpiresAt:x.credentialExpiresAt,...zn(v,"onMessage","signal"),...v.welcomeTimeoutMs===void 0?{}:{ceilingMs:v.welcomeTimeoutMs}});}catch(E){throw Se(V),Se(N),E}return $m(r,x,V,N,S,v.reportDisconnect!==!1,v.reportConnected!==!1,R,{remember:l,forget:d},v.onMatchEnded)}catch(x){throw O&&Wa(a,x),Se(S),x}},g=async(v,S,O,x,H,N)=>{if(v==="webtransport"){let j=x?.webtransport;if(j===void 0)throw new h("misconfigured","webtransport is not advertised");let C={credential:O.joinCredential,credentialExpiresAt:O.credentialExpiresAt,clock:t};if(typeof j.named_url=="string"&&j.named_url!==""){let ee=Math.max(Math.floor(N/2),1e3);try{return await Mt({url:j.named_url,timeoutMs:ee,log:i,...C})}catch(ue){if(Ln()!==null)throw ue;return i(`[gem] webtransport named dial failed (${Mn(ue)}); retrying the pinned dial`),Mt({url:j.url,certHashBase64:j.cert_sha256_b64,timeoutMs:ee,log:i,...C})}}return Mt({url:j.url,certHashBase64:j.cert_sha256_b64,timeoutMs:N,...C})}if(v==="websocket"){let j=x?.websocket;if(j===void 0)throw new h("misconfigured","websocket is not advertised");return Kr({url:j.url,credential:O.joinCredential,credentialExpiresAt:O.credentialExpiresAt,clock:t,timeoutMs:N})}let V=S.peerConnection??Ja(),R,E=await Jn({peerConnection:V,signaling:H,clock:t,matchId:O.matchId,credentialExpiresAt:O.credentialExpiresAt,extraChannels:[{label:It,ordered:false,maxRetransmits:0}],onExtraChannel:(j,C)=>{j===It&&(R=C);},...zn(S,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal"),...S.exchangeTimeoutMs===void 0&&S.redial===true?{exchangeTimeoutMs:Cm}:{}}),G;try{G=await Et({channel:E,clock:t,credential:O.joinCredential,credentialExpiresAt:O.credentialExpiresAt,wire:Cn,heartbeat:!0,...zn(S,"signal"),...S.welcomeTimeoutMs===void 0?{}:{ceilingMs:S.welcomeTimeoutMs}});}catch(j){throw Se(E),Se(V),j}let D=G.welcome.heartbeatIntervalMs;return {link:zr(E,V,R,D===void 0?void 0:{clock:t,intervalMs:D}),welcome:G.welcome,channel:E,peerConnection:V}},y=(v,S,O,x,H)=>{let N=false,V;x.link.onClose(D=>{!N&&v.reportDisconnect!==false&&So(r,S.matchId,D),V?.(D);}),v.reportDisconnect!==false&&v.reportConnected!==false&&r.notifyMatchConnected(S.matchId);let R={transport:x.link.transport,send:(D,j)=>x.link.send(D,j),onMessage:D=>x.link.onMessage(D),onClose:D=>{V=D;},close:()=>x.link.close()},E=()=>{N||(N=true,Se(x.link),Se(H));},G=D=>{if(!N){try{v.onMatchEnded?.(D);}catch{}E();}};return l(S.matchId,G),{matchId:S.matchId,transport:O,link:R,joinCredential:S.joinCredential,credentialExpiresAt:S.credentialExpiresAt,welcome:x.welcome,...x.channel===void 0?{}:{channel:x.channel},...x.peerConnection===void 0?{}:{peerConnection:x.peerConnection},close(){d(S.matchId,G),E();}}},w=async(v,S)=>{let O=r.currentRoom?.id,x=r.gameId,H=()=>({advert:Ct(r.currentRoom?.settings,v),template:r.currentRoom?.transports??null});if(O===void 0||x===null)return H();try{let N=await e.get(`/v2/games/${encodeURIComponent(x)}/game-rooms/${encodeURIComponent(O)}`,S);return {advert:Ct(N.settings,v),template:rt(N.transports)??r.currentRoom?.transports??null}}catch{return H()}},k=(v,S)=>{let O=v??Ua;return S.length===0?O:O.filter(x=>S.includes(x))},P=async(v,S,O)=>{try{let x=await m(v),{advert:H,template:N}=await w(x.matchId,v.signal),V=k(N,S),R=V.filter(Y=>Lm(Y,H)),E=Ln();if(E!==null&&V.includes("webtransport")&&H?.webtransport!==void 0&&i(`[gem] webtransport skipped: ${E} (learned on an earlier dial in this page)`),R.length===0){let Y=N===null?`the default order (${Ua.join(", ")})`:`the room template's transports (${N.join(", ")||"none"})`;throw new h("misconfigured",`none of ${Y}`+(S.length>0?`, narrowed to (${S.join(", ")}),`:"")+" is available here: the server advertises none of them, and only webrtc qualifies without an advertisement.")}let G=v.transportAttemptTimeoutMs??Im,D=()=>v.deadlineAt===void 0?1/0:v.deadlineAt-t.now(),j=Y=>n.signalingReady===void 0||Y<=0?Promise.resolve(!0):n.signalingReady(Y),C=[],ee=[];for(let Y of R){if(D()<Ha){i(`[gem] ${Y} rung not tried: the reconnect budget is spent`);break}ee.length>0&&x.credentialExpiresAt-t.now()<Va&&(x=await c(v)),ee.push(Y);let Te=!1,fe=!1,Re={attempts:0,waitedMs:0};for(;;){if(Y==="webrtc"&&v.redial===!0){let Z=Math.min(Ba,D());await j(Z)||i(`[gem] webrtc rung: the page has not reported its signaling socket up after ${Math.round(Z)}ms; offering anyway`);}let z=Math.max(Math.min(G,D()),Ha);try{return y(v,x,Y,await g(Y,v,x,H,O,z),O)}catch(Z){let X=Z instanceof h?Z:new h("connection_failed",Z instanceof Error?Z.message:String(Z),{cause:Z});if(Y==="webrtc"&&Wa(a,X),(X.reason==="credential_expired"||X.reason==="credential_reused")&&!Te){Te=!0,x=await c(v);continue}if(Y==="webrtc"&&X.reason==="signaling_failed"&&X.platformCode===_o&&!fe){fe=!0;let ae=Math.min(Ba,D());if(i(`[gem] webrtc rung: the page could not put the offer on its socket; waiting up to ${Math.round(ae)}ms for the socket before offering again`),await j(ae))continue}if(X.reason==="join_rate_limited"){let ae=Om(Re,Math.random,D());if(ae!==null){if(Re.attempts+=1,Re.waitedMs+=ae,i(`[gem] ${Y} rung: the server is rate-limiting this player's joins; waiting ${Math.round(ae)}ms before presenting again (retry ${Re.attempts} of ${Xa.maxAttempts})`),await En(t,ae,v.signal),v.signal?.aborted)throw new h("aborted","the caller aborted while waiting out a join rate limit");x.credentialExpiresAt-t.now()<Va&&(x=await c(v));continue}}if(Mm.has(X.reason)||X.reason==="credential_expired"||Y==="webrtc"&&Ya(X)){i(`[gem] ${Y} rung failed (${X.reason}): ${Mn(X.cause??X)} \u2014 `+(ee.length<R.length?`falling through to ${R[ee.length]}`:"no rungs left")),C.push(X);break}throw i(`[gem] ${Y} rung refused the session (${X.reason}): ${X.message}`),X}}}let ue=C[C.length-1];throw ue===void 0?new h("timeout",`the reconnect budget ran out before any transport (${R.join(", ")}) could be tried`):new h(ue.reason,`every transport tried (${ee.join(", ")}) failed; the last said: ${ue.message}`,{cause:C,platformCode:ue.platformCode})}catch(x){throw Se(O),x}};return {listClusterTargets:async(v={})=>Mr({client:e,...v}),handleMatchEnded(v,S){let O=s.get(v);if(O!==void 0){s.delete(v);for(let x of O)x(S);}},connect:(async(v={})=>{let S=v.signaling??o();return v.transports===void 0?p(v,S):P(v,v.transports,S)})}}var Ua=["webtransport","webrtc","websocket"],Im=1e4,Cm=5e3,Ba=3e3,Ha=1e3,Va=1e4,Mm=new Set(["timeout","connection_failed","signaling_unavailable","signaling_failed"]);function Ya(n){return n.platformCode!==void 0&&wo.has(n.platformCode)}var Xa={initialDelayMs:2e3,factor:2,jitterMs:1e3,maxAttempts:3,budgetMs:15e3};function Om(n,e=Math.random,t=1/0){let r=Xa;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 Lm(n,e){return n==="webrtc"?e===null||e.webrtc!==false:e===null?false:n==="webtransport"?e.webtransport!==void 0&&On():e.websocket===void 0?false:e.websocket.tls===true||globalThis.isSecureContext!==true||Gm(e.websocket.url)}function Gm(n){if(typeof n!="string")return false;let e;try{e=new URL(n).hostname.toLowerCase();}catch{return false}return an(e)}function Ao(n){return {...n.timeoutMs===void 0?{}:{timeoutMs:n.timeoutMs},...n.pollIntervalMs===void 0?{}:{pollIntervalMs:n.pollIntervalMs},...n.signal===void 0?{}:{signal:n.signal}}}var Dm=new Set(["timeout","connection_failed","credential_expired","signaling_unavailable","signaling_failed","invalid_sdp","join_refused"]);function Wa(n,e){e instanceof h&&(!Dm.has(e.reason)&&!Ya(e)||n.report([{type:"connection_failures_total",value:1}]));}function $m(n,e,t,r,o,i,a,s,l,d){let m=false,c=()=>{m||So(n,e.matchId,void 0);};i&&(t.addEventListener("close",c),a&&n.notifyMatchConnected(e.matchId));let p=()=>{m||(m=true,t.removeEventListener("close",c),s?.detach(),Se(t),Se(r),Se(o));},g=y=>{if(!m){try{d?.(y);}catch{}p();}};return l.remember(e.matchId,g),{matchId:e.matchId,channel:t,peerConnection:r,joinCredential:e.joinCredential,credentialExpiresAt:e.credentialExpiresAt,welcome:s?.welcome??null,close(){l.forget(e.matchId,g),p();}}}function Po(n){let e=n.matchSession.phase;return e!=="none"&&e!=="ended"}function Ka(n){if(n.status==="failed")throw new h("allocation_failed",`match ${n.matchId} did not come up: ${n.reason}`);if(n.status==="ended")throw new h("match_ended",`match ${n.matchId} ended (${n.reason}) before this side connected.`);if(n.protocol!==Pn)throw new h("unsupported_protocol",`match ${n.matchId} speaks '${n.protocol}', which a browser cannot connect. Only '${Pn}' is reachable from a frame; host and port on this response are advisory and must not be dialled.`);let{joinCredential:e,credentialExpiresAt:t}=n;if(e===void 0||t===void 0)throw new h("connection_failed",`match ${n.matchId} is ready but issued no join credential, so the server would refuse the channel once it opened \u2014 poll match status again.`);return {...n,joinCredential:e,credentialExpiresAt:t}}function Ja(){let n=globalThis.RTCPeerConnection;if(!n)throw new h("misconfigured","this environment has no RTCPeerConnection. Pass `peerConnection` to connect against a stand-in, which is how the flow is tested outside a browser.");return new n({iceServers:[]})}function Se(n){try{n.close();}catch{}}function zn(n,...e){let t={};for(let r of e)n[r]!==void 0&&(t[r]=n[r]);return t}var Fm=1e4;function Qa(n,e){return Eo(n,e)}function Eo(n,e){if(typeof n.serverToken!="function"||typeof n.onServerToken!="function")throw new Error("this runtime delivers no game-server token: host.serverToken/onServerToken are missing. The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let t=a=>({token:a.token,expiresAt:a.expiresAt,chainEndsAt:Number.POSITIVE_INFINITY}),r=null,o=new Ye({clock:e.clock,...e.onStateChange===void 0?{}:{onStateChange:e.onStateChange},request:()=>new Promise((a,s)=>{let l=e.clock.setTimeout(()=>{r=null,s({reason:"unavailable",retryable:true});},e.timeoutMs??Fm);r={resolve:d=>{e.clock.clearTimeout(l),a(d);},reject:s,timer:l};})}),i=n.onServerToken(a=>{let s=t(a),l=r;if(l){r=null,l.resolve(s);return}o.accept(s);});return {source:o,dispose(){i(),r&&(e.clock.clearTimeout(r.timer),r.reject({reason:"unavailable",retryable:false}),r=null);}}}var To={};Il(To,{acceptTransfer:()=>jm,addEntityProgression:()=>Nm,adminAction:()=>qm,cancelInventoryTransfer:()=>Um,claimEntityProgressionRewards:()=>Bm,closeGameRoom:()=>Hm,createEntityBatchOrder:()=>Vm,createEntityOrder:()=>Wm,createSession:()=>Km,deleteEntityGameSetting:()=>Jm,deleteEntitySave:()=>zm,deleteSession:()=>Ym,executeEntityRecipe:()=>Xm,finalizeSaveUpload:()=>Qm,getDropRates:()=>Zm,getEntityCurrency:()=>ep,getEntityGameSetting:()=>tp,getEntityInventory:()=>np,getEntityInventoryItem:()=>rp,getEntityLeaderboard:()=>op,getEntityOrder:()=>ip,getEntityProgression:()=>sp,getEntityRecipeAvailability:()=>ap,getEntityRecipeUsage:()=>lp,getEntitySave:()=>dp,getEvent:()=>cp,getGameRoomV2:()=>up,getLeaderboard:()=>mp,getPurchaseCatalog:()=>pp,getResolvedTemplate:()=>gp,getRoomArgs:()=>yp,getTransferDetails:()=>fp,initiateInventoryTransfer:()=>hp,kickPlayer:()=>bp,listEntityGameSettings:()=>vp,listEntityOrders:()=>_p,listEntityProgressions:()=>wp,listEntitySaves:()=>Sp,listEvents:()=>Rp,listGameRooms:()=>kp,listResolvedTemplates:()=>xp,listTransfers:()=>Ap,matchEnd:()=>Pp,putEntityGameSetting:()=>Ep,putRoomArgs:()=>Tp,rejectTransfer:()=>Ip,requestSaveUploadUrl:()=>Cp,resetEntityProgression:()=>Mp,simulateEntityOrder:()=>Op,transferHostV2:()=>Lp,updateGameRoomV2:()=>Gp});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 jm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Nm(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 qm(n,e,t,r){let o=`/v1/voice/sessions/${b(e)}/admin`;return n.client.post(o,t,r?.signal)}async function Um(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function Bm(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/claim`;return n.client.post(a,o,i?.signal)}async function Hm(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.delete(r,t?.signal)}async function Vm(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 Wm(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 Km(n,e,t){return n.client.post("/v1/voice/sessions",e,t?.signal)}async function Jm(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function zm(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Ym(n,e,t){let r=`/v1/voice/sessions/${b(e)}`;return n.client.delete(r,t?.signal)}async function Xm(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 Qm(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 Zm(n,e,t){let r=`/v1/inventory/loot-tables/${b(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function ep(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 tp(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 np(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 rp(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 op(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 ip(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 sp(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 ap(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 lp(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 dp(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 cp(n,e,t){let r=`/v1/events/${b(e)}`;return n.client.get(r,t?.signal)}async function up(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 mp(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 pp(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 gp(n,e,t){let r=`/v1/game-room-templates/${b(e)}`;return n.client.get(r,t?.signal)}async function yp(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 fp(n,e,t){let r=`/v1/inventory/transfers/${b(e)}`;return n.client.get(r,t?.signal)}async function hp(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function bp(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 vp(n,e,t,r){let o=`/v1/settings/${b(e)}/${b(t)}`;return n.client.get(o,r?.signal)}async function _p(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function wp(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 Rp(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 kp(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 xp(n,e){return n.client.get("/v1/game-room-templates",e?.signal)}async function Ap(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 Pp(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 Ep(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 Tp(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 Ip(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function Cp(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 Mp(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 Op(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 Lp(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 Gp(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 Dp=1e4,$p=50,Fp=1e3,jp=65536-4*1024,Za=n=>typeof n=="number"?n:0,Np=n=>typeof n=="string"?n:"";function el(){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 qp(n){return n?.retryable===true}function Up(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:Za(i.index),code:Np(i.code)}}):[];return {accepted:Za(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function tl(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 nl(n){let e=Math.max(1,Math.floor(n.maxQueue??Fp)),t=[],r=0,o=null,i=false,a=false,s=false,l=false,d=y=>{n.log?.(y);},m=()=>{o!==null&&(n.clock.clearTimeout(o),o=null);},c=()=>{o!==null||i||a||(o=n.clock.setTimeout(()=>{o=null,g().catch(()=>{});},Dp));},p=()=>{let y=Math.min(t.length,100),w=128;for(let k=0;k<y;k+=1){let P=t[k];if(P===void 0)break;if(w+=JSON.stringify(tl(P,0)).length+1,w>jp)return Math.max(1,k)}return y};async function g(y){if(t.length===0)return {accepted:0,rejected:[],dropped:0,duplicate:false};m();let w=t.splice(0,p()),k=r;r=0;let P=Math.round(n.clock.now()),T={batch_id:el(),sent_at_ms:P,events:w.map(v=>tl(v,P))};a=true;try{let v=await n.client.post(`/v1/games/${encodeURIComponent(n.gameId)}/analytics/events`,T,y,{replaySafe:!0}),S=Up(v,k);for(let O of S.rejected)d(`[gem] analytics: an event was refused (${O.code}). See the analytics_events section of your game config.`);return S}catch(v){if(qp(v))for(t=[...w,...t],r+=k;t.length>e;)t.shift(),r+=1;else d(`[gem] analytics: ${w.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(v)}`);throw v}finally{a=false,t.length>0&&c();}}return {track(y,w,k={}){if(i)return;if(typeof y!="string"||y===""){l||(l=true,d(`[gem] analytics: '${w}' was not recorded \u2014 an event from a server has to name the player it is about. A game-server token names no player, so the platform cannot infer one; pass the id from join() or host.players().`));return}if(w.startsWith(kr)){s||(s=true,d(`[gem] analytics: '${w}' was not recorded \u2014 the gem_ prefix is reserved, and the platform's own events are client-sourced, so a server may not emit one at all. Name your event something else.`));return}let P={},T={};for(let[v,S]of Object.entries(k))typeof S=="string"?P[v]=S:typeof S=="number"&&Number.isFinite(S)&&(T[v]=S);for(;t.length>=e;)t.shift(),r+=1;t.push({uid:el(),playerId:y,name:w,atMs:n.clock.now(),dimensions:P,measures:T}),t.length>=$p?g().catch(()=>{}):c();},flush:y=>g(y),get pending(){return t.length},dispose(){i=true,m(),t=[],r=0;}}}function Bp(n){let e={};for(let[t,r]of Object.entries(To))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=Eo(n,{clock:t,...e.onAuthStateChange===void 0?{}:{onStateChange:e.onAuthStateChange}}),i=Kn({baseUrl:r,tokenSource:o.source,defaultQuery:{game_id:n.gameId,channel:n.channel},...e.fetch===void 0?{}:{fetch:e.fetch}}),a=new Ie({transport:i,clock:t}),s={gameId:n.gameId,channel:n.channel,matchId:n.matchId,...n.gameRoomId===void 0?{}:{gameRoomId:n.gameRoomId}},l=Bp({client:a,gameId:()=>s.gameId}),d=s.gameRoomId,m=n.endMatch,c=n.log,p=nl({client:a,clock:t,gameId:s.gameId,...typeof c=="function"?{log:y=>c.call(n,y)}:{}}),g={identity:s,client:a,api:l,match:{end:async y=>{if(m!==void 0){let w=await m.call(n);(w==="ok"||w==="already_ended")&&Yn.add(g);return}try{await l.matchEnd(s.matchId,y===void 0?void 0:{signal:y});}catch(w){if(w instanceof F&&w.reason==="not_found"){Yn.add(g);return}throw w}Yn.add(g);}},analytics:p,...d===void 0?{}:{room:{get:y=>l.getGameRoomV2(d,y),args:y=>l.getRoomArgs(d,y)}},dispose:()=>{p.dispose(),o.dispose();}};return g}var Yn=new WeakSet;function rl(n){return Yn.has(n)}function We(n){return n?.reliable!==false?"reliable":n?.ordered!==false?"ordered":"unreliable"}function ut(n){return {reliable:n==="reliable",ordered:n!=="unreliable"}}function Kt(n){return typeof n=="string"?n:n.slice().buffer}function Xn(n){if(typeof n=="string")return {data:n,isText:true};if(n instanceof ArrayBuffer)return {data:new Uint8Array(n),isText:false};if(ArrayBuffer.isView(n)){let e=n;return {data:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),isText:false}}return null}var Hp=5e3,ol=3e4,il=2e3,Vp=1e4,sl=1;async function al(n,e){let{session:t,localPlayerId:r}=e;if(!t.isHost)throw new Error("[gem] runListenHost was handed a session this player does not host. The room decides who hosts; gate on `gem.rooms.isHost` \u2014 or call `gem.match.serve()`, which does.");let o=e.log===void 0?f=>console.info(f):e.log,i=f=>o?.(`[gem host] ${f}`),a=typeof n=="function"?n():n,s=Promise.resolve(),l=true,d=false,m=(f,A)=>{l&&(s=s.then(async()=>{if(!d)try{await A();}catch($){i(`the bundle's ${f} handler threw: ${Ke($)}. Serving continues.`);}}));},c=true,p,g,y,w=f=>{if(!c)return;c=false,m("leave",()=>a.leave?.(r,{cause:f??"left"}));let A=g;A&&queueMicrotask(()=>A(f));},k={send(f,A){if(!c)return;let $=ut(We(A));m("message",()=>a.message?.(r,f,typeof f=="string",{reliable:$.reliable,ordered:$.ordered}));},onMessage(f){p=f;},onClose(f){g=f;},close(){w("closed");}},P=(f,A)=>{if(!c)return;let $=ut(We(A));queueMicrotask(()=>{c&&p?.(f,$);});},T=new Map,v=f=>{let A=[];for(let $ of Ee){let Q=f.channels[$];try{Q.binaryType="arraybuffer";}catch{}let be=ut($),Pe=Qn=>{let $e=Xn(Qn?.data);$e!==null&&m("message",()=>a.message?.(f.playerId,$e.data,$e.isText,{reliable:be.reliable,ordered:be.ordered}));};Q.addEventListener("message",Pe),A.push(()=>Q.removeEventListener("message",Pe));}T.get(f.playerId)?.forEach($=>$()),T.set(f.playerId,A);},S=f=>{T.get(f)?.forEach(A=>A()),T.delete(f);},O=new Set,x=new Map,H=(f,A,$)=>({playerNumber:f.assignedPeerId,transport:"webrtc_p2p",...A?{rejoin:true}:{},...$?{superseded:true}:{}}),N=f=>{let A=T.has(f.playerId),$=O.has(f.playerId);O.add(f.playerId),v(f),A&&m("leave",()=>a.leave?.(f.playerId,{cause:"superseded"})),m("join",()=>a.join?.(f.playerId,H(f,$,A)));},V=new Set,R=(f,A,$)=>{if(f===r){P(A,$);return}let Q=t.peer(f);if(Q===null){let be=x.get(f);if(be!==void 0&&e.clock.now()-be<il)return;V.has(f)||(V.add(f),i(`send to '${f}' dropped: no such connected player`));return}Q.send(Kt(A),We($));},E={matchId:t.matchId,gameId:e.gameId,channel:e.channel,...e.gameRoomId===void 0?{}:{gameRoomId:e.gameRoomId},apiBaseUrl:e.apiBaseUrl,serverToken:()=>e.tokens.current(),onServerToken:f=>e.tokens.subscribe(f),sizeClass:"listen_host",get roomArgs(){return e.room()?.roomArgs},roster:e.room()?.members.map(f=>f.playerId)??[],players(){let f=c?[r]:[];for(let A of t.peers)f.push(A.playerId);return f},profile(f){let A=e.room()?.members.find($=>$.playerId===f);if(!(!A||A.displayName===void 0))return {displayName:je.toPlain(A.displayName),...A.displayTag===void 0?{}:{displayTag:je.toPlain(A.displayTag)},...A.discriminator===void 0?{}:{discriminator:A.discriminator}}},playerNumber(f){return f===r?sl:t.peer(f)?.assignedPeerId},send(f,A,$){R(f,A,$);},broadcast(f,A){let $=A?.except;c&&r!==$&&P(f,A);for(let Q of t.peers)Q.playerId!==$&&Q.send(Kt(f),We(A));},kick(f,A){if(f===r){w(A??"kicked");return}t.kick(f).catch($=>{i(`kick of '${f}' failed: ${Ke($)}`);});},log(f){i(f);},warn(f){i(`\u26A0 ${f}`);}},G=()=>{},D=new Promise(f=>{G=f;}),j=[],C=null,ee=async(f,A)=>{l=false;let $=s.then(async()=>{try{await a.shutdown(f);}catch(Q){i(`the bundle's shutdown threw: ${Ke(Q)}`);}});s=$,await $,ae();for(let Q of j.splice(0))Q();for(let Q of [...T.keys()])S(Q);w(A);},ue=(f,A)=>C||(C=(async()=>{await ee(A,f),t.close(),G();})(),C),Y=()=>C||(C=(async()=>{await ee({reason:"signal"},"left"),await t.leave().catch(f=>i(`leaving the match failed: ${Ke(f)}`)),G();})(),C),Te=()=>C||(C=(async()=>{l=false,await z()==="ended"?(await ee({reason:"match_ended",platform_reason:"explicit"},"match ended"),t.close()):(await ee({reason:"signal"},"left"),await t.leave().catch(A=>i(`leaving the match failed: ${Ke(A)}`))),G();})(),C),fe=null,Re=()=>(fe??=ct(E,{clock:e.clock,...e.fetch===void 0?{}:{fetch:e.fetch}}),fe),z=async()=>{try{return await Re().api.matchEnd(E.matchId,{signal:AbortSignal.timeout(Hp)}),"ended"}catch(f){return f instanceof F&&(f.reason==="forbidden"||f.reason==="not_found")?(i(`the platform did not take the end from this host (${f.reason}); leaving instead`),"gone"):(i(`ending the match failed: ${Ke(f)}; leaving instead`),"failed")}},Z=null,X=false,ae=()=>{X=true,Z!==null&&(e.clock.clearTimeout(Z),Z=null);},mt=async()=>{if(Z=null,!X){try{await Re().client.post(`/v1/games/${encodeURIComponent(E.gameId)}/matches/${encodeURIComponent(E.matchId)}/heartbeat`,void 0,AbortSignal.timeout(Vp));}catch(f){if(f instanceof F&&(f.reason==="forbidden"||f.reason==="not_found")){i(`the platform no longer holds this match under this host (${f.reason}); heartbeats stop`),ae();return}i(`heartbeat failed: ${Ke(f)}`);}X||(Z=e.clock.setTimeout(()=>{mt();},ol));}},Yt=()=>{X||Z!==null||(Z=e.clock.setTimeout(()=>{mt();},ol));};{let f=G;G=()=>{ae(),fe?.dispose(),fe=null,f();};}let De=Promise.resolve().then(()=>a.init(E));s=De.then(()=>{},()=>{}),m("join",()=>a.join?.(r,{playerNumber:sl,transport:"loopback"})),j.push(t.on("peerJoined",N)),j.push(t.on("peerLeft",(f,A)=>{S(f);let $=e.clock.now();for(let[Q,be]of x)$-be>=il&&x.delete(Q);x.set(f,$),V.delete(f),m("leave",()=>a.leave?.(f,{cause:A}));})),j.push(t.on("error",f=>{i(`\u26A0 session error: ${f.message}`);})),j.push(t.on("matchEnded",f=>{C||Io(y,f),ue("match ended",{reason:"match_ended",platform_reason:f});})),j.push(t.on("hostChanged",f=>{f!==r&&ue("host migrated",{reason:"host_migrated"});}));for(let f of t.peers)N(f);try{await De,Yt();}catch(f){l=false,ae(),d=true;for(let A of j.splice(0))A();for(let A of [...T.keys()])S(A);throw t.leave().catch(()=>{}),G(),f}return {matchId:t.matchId,localLink:k,onMatchEnded(f){y=f;},end:Te,leave:Y,stop:f=>ue(f,{reason:"stopped"}),done:D}}function Io(n,e){try{n?.(e);}catch{}}function Ke(n){return n instanceof Error?n.message:String(n)}function Co(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 ll(n){let e=new Map,t=n.autoReconnect===true,{rooms:r}=n,o=new Map,i=async s=>{r.isHost&&!Po(r)&&r.currentRoom?.matchId===void 0&&await r.startMatch({...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...s.signal===void 0?{}:{signal:s.signal}});let l={...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal}};return r.matchConnectionState==="suspended"?r.reconnectToMatch(l):r.awaitMatch(l)},a=s=>({...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0?{}:{clusterTargetId:s.clusterTargetId}});return {async serve(s,l={}){let d=await i(l);if(d.protocol!==He)return Co("dedicated",d.matchId);let m=n.p2p.session?.(d.matchId)??null;if(m===null&&!r.isHost||m!==null&&!m.isHost)return Co("peer",d.matchId);let c=n.identity();if(c===null)throw new Error("[gem] serve() needs the signed-in identity and none has arrived. Await gem.awaitIdentity() first \u2014 the host runs your bundle under the play token, and there is no token yet.");let p=m??await n.p2p.connect(a(l)),g=await al(s,{session:p,clock:n.clock,gameId:c.gameId,channel:c.channel,...r.currentRoom?.id===void 0?{}:{gameRoomId:r.currentRoom.id},apiBaseUrl:n.apiBaseUrl(),tokens:n.tokens,room:n.room,localPlayerId:p.playerId!==""?p.playerId:c.playerId,...n.log===void 0?{}:{log:n.log},...n.fetch===void 0?{}:{fetch:n.fetch}});return o.set(d.matchId,g),g.done.then(()=>{o.get(d.matchId)===g&&o.delete(d.matchId);}),{mode:"listen",matchId:d.matchId,end:()=>g.end(),leave:()=>g.leave(),stop:()=>g.stop()}},async connect(s={}){let l=await i(s),d=s.onMatchEnded;if(l.protocol===He){let g=o.get(l.matchId);if(g!==void 0)return r.notifyMatchConnected(l.matchId),zp(l.matchId,g,d);if(r.isHost)throw new Error("[gem] this player hosts the P2P match, so there is no one to connect TO yet. Call gem.match.serve(yourServer) first; connect() then resolves the loopback to your own bundle.");let y=await Nt(),w=async()=>n.p2p.connect({...a(s),certificate:y}),k=await w(),P=Xp(k,w,d,T=>{r.notifyMatchDisconnected(T).catch(()=>{});},()=>r.notifyMatchConnected(l.matchId),t);return t&&(e.set(k.matchId,{redial:P.redial,abandon:P.abandon}),P.onClosed(()=>{e.get(k.matchId)?.abandon===P.abandon&&e.delete(k.matchId);})),P}let m=async(g=null)=>await n.dedicated.connect({...g===null?{}:{reportConnected:false,redial:true,...g.deadlineAt===void 0?{}:{deadlineAt:g.deadlineAt}},...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...d===void 0?{}:{onMatchEnded:d},transports:s.transports??[]}),c=await m(),p=Yp(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 dl="link_closed",Wp="host_unreachable",Kp=new Set(["failed","closed"]);function Jp(n){return Kp.has(n)?dl:Wp}function zp(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 Yp(n,e,t,r){let o=n.matchId,i=n,a="connected",s,l,d=[],m=false,c=false,p=y=>{if(a!=="closed"){a="closed";for(let w of d.splice(0))w();l?.(y);}},g=y=>{y.link.onMessage((w,k)=>s?.(w,k)),y.link.onClose(w=>{if(y!==i||a==="closed")return;if(m||!r){p(w);return}let k=t.matchSession;if(k.phase==="suspended"&&k.matchId===o){a="suspended";return}p(w);});};return g(n),{matchId:o,protocol:"dedicated",get transport(){return i.transport},get state(){return a},send(y,w){a==="connected"&&i.link.send(y,w);},onMessage(y){s=y;},onClose(y){l=y;},close(){if(a!=="closed"){if(m=true,a==="suspended"){p("closed");return}i.close(),p("closed");}},async redial(y){if(a==="closed"||m)return "closed";if(c)return "connected";c=true;let w;try{w=await e(y===void 0?{}:{deadlineAt:y});}finally{c=false;}return m||a==="closed"?(w.close(),"closed"):(i=w,g(w),a="connected",t.notifyMatchConnected(o),"connected")},abandon(y){a!=="closed"&&(a==="connected"&&i.close(),p(y));},onClosed(y){a==="closed"?y():d.push(y);}}}function Xp(n,e,t,r,o,i=false){let a=n.matchId,s=n,l,d,m=[],c=[],p=[],g=false,y=false,w=false,k=false,P="connected",T=R=>{if(g)return;g=true,P="closed";for(let G of m.splice(0))G();for(let G of c.splice(0))G();for(let G of p.splice(0))G();let E=d;E&&queueMicrotask(()=>E(R));},v=R=>{for(let E of m.splice(0))E();for(let E of Ee){let G=R.channels[E];try{G.binaryType="arraybuffer";}catch{}let D=ut(E),j=C=>{let ee=Xn(C?.data);ee!==null&&l?.(ee.data,D);};G.addEventListener("message",j),m.push(()=>G.removeEventListener("message",j));}},S=()=>s.peer(s.hostPlayerId),O=R=>{if(!(g||s.isHost)&&P!=="suspended"){if(r?.(R),i){P="suspended";return}T(R);}},x=R=>{for(let E of Ee){let G=R.channels[E];if(typeof G.addEventListener!="function")continue;let D=()=>{S()===R&&O(dl);};G.addEventListener("close",D),m.push(()=>G.removeEventListener?.("close",D));}},H=R=>{v(R),x(R),!g&&(P="connected",o?.());},N=R=>{for(let E of c.splice(0))E();c.push(R.on("migrating",()=>{k=true;})),c.push(R.on("hostChanged",E=>{if(k=false,E===R.playerId){T("host_migrated_here");return}let G=S();G!==null&&H(G);})),c.push(R.on("peerJoined",E=>{E.playerId===R.hostPlayerId&&H(E);})),c.push(R.on("matchEnded",E=>{g||Io(t,E),T(E);})),c.push(R.on("peerLeft",(E,G)=>{E===R.hostPlayerId&&O(Jp(G));}));};N(s);let V=S();return V!==null&&H(V),{matchId:a,protocol:"p2p",get state(){return P},send(R,E){P==="connected"&&S()?.send(Kt(R),We(E));},onMessage(R){l=R;},onClose(R){d=R;},close(){y=true,T("closed"),s.leave().catch(()=>{});},async redial(){if(P==="closed")return "closed";if(P==="connected"||w)return "connected";if(k)throw new L("connection_failed","a host migration is in flight, and it is the way back \u2014 this attempt waits it out rather than tearing down the session the platform is moving");w=true;let R;try{for(let G of m.splice(0))G();for(let G of c.splice(0))G();s.close(),R=await e();}finally{w=false;}if(g)return y?R.leave().catch(()=>{}):R.close(),"closed";s=R,N(s);let E=S();if(E===null)throw s.close(),new L("connection_failed","this peer rejoined the match but the host never answered with a link");return H(E),"connected"},abandon(R){T(R);},onClosed(R){g?R():p.push(R);}}}function Mo(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 Qp=0;function Ge(){try{return crypto.randomUUID()}catch{let n=Math.random().toString(36).slice(2,10);return `local-${String(++Qp)}-${String(Date.now())}-${n}`}}var Zp=12e4;function cl(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??Zp);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 ul(n,e){try{return (await Ri(n,e)).granted?"granted":"absent"}catch(t){return t instanceof F&&t.reason==="not_found"?"absent":"unknown"}}var eg=6e5;function ml(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??eg);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 tg=18e4,pl=32,ng=/^[a-z0-9_-]+$/;function rg(n){return n==="interstitial"||n==="rewarded"}function gl(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>pl||!ng.test(r.placement)||!rg(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(pl)} 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??tg);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 Oo=16384;function yl(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:og(e)}function og(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 ig=1e4,sg=5e3;function fl(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=sg){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=yl(a);if(s===null)return n.onDropped?.("gem.deviceSettings.put refused locally: settings must be a plain JSON object (not a primitive, an array, null, or something JSON.stringify cannot take)"),Promise.resolve("unavailable");if(s>16384)return Promise.resolve("too_large");let l=JSON.parse(JSON.stringify(a)),d=`device-settings-${Ge()}`;return new Promise(m=>{let c={},p=y=>{o.delete(d)&&(n.clock.clearTimeout(c.timer),y==="stored"&&(e=l,t=true,i()),m(y));};o.set(d,p),c.timer=n.clock.setTimeout(()=>p("unavailable"),n.timeoutMs??ig);let g=false;try{g=n.bridge.putDeviceSettings(d,l);}catch{}g||p("unavailable");})}},receive(a){let s=a.settings;e=typeof s=="object"&&s!==null&&!Array.isArray(s)?s:null,t=true,i();},settle(a){let s=a.outcome==="stored"||a.outcome==="too_large"?a.outcome:"unavailable",l=o.get(a.requestId);if(l===void 0){n.onDropped?.(`gem.deviceSettings.result (${s}) for an unknown requestId: `+JSON.stringify(a.requestId));return}l(s);}}}function hl(n){return Math.min(16384,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function bl(n,e){return Math.min(e,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function ag(n){let e=n.untrusted,t=ge(e.displayName),r=e.displayTag||e.displayHandle,o=r?ge(r):void 0,i=n.discriminator||n.displayTag,a=i&&/^[0-9]{1,8}$/.test(i)?i:void 0,s=n.avatarIconUrl||n.avatarUrl,l={displayName:t,displayHandle:o??t,badges:(n.badges??[]).map(d=>({itemId:d.itemId,iconUrl:d.iconUrl}))};return n.playerId&&(l.playerId=n.playerId),a&&(l.discriminator=a),o&&(l.displayTag=o),s&&(l.avatarIconUrl=l.avatarUrl=s),l}var lg=1e4,Jt=class{constructor(e){this.options=e;if(e.expectedSource===void 0||e.expectedSource===null)throw new Error("GemFrame: expectedSource is required and must not be null \u2014 pass window.parent. The handshake transfers the MessagePort, and origin alone does not say WHICH document on that origin sent it.");this.expectedSource=e.expectedSource,this.clock=e.clock??ie,this.inbound=new gt(this.clock),this.outbound=new gt(this.clock);}options;state="waiting";port=null;version=null;peerCapabilities=[];readyPending=false;readySent=false;settleWaiters=[];clock;inbound;outbound;expectedSource;get currentState(){return this.state}get parentCapabilities(){return this.peerCapabilities}parentSupports(e){return this.peerCapabilities.includes(e)}get protocolVersion(){return this.version}handleWindowMessage(e){if(e.source!==this.expectedSource)return this.refuse(e,"handshake did not come from the expected embedder window"),false;if(!(this.options.allowedEmbedders.some(s=>lr(s,e.origin))||Xi(e.origin,this.options.selfOrigin)))return this.refuse(e,`embedder '${e.origin}' is not in allowedEmbedders`),false;if(this.state==="connected")return this.fail("handshake_duplicate","this document already has a port"),false;if(this.state!=="waiting")return false;let r=sn["gem.handshake"]?.(e.data);if(r)return this.refuse(e,`malformed handshake: ${r}`),false;let o=e.data;if(!lr(o.embedder,e.origin))return this.refuse(e,`handshake claims embedder '${o.embedder}' but arrived from '${e.origin}'`),false;let i=e.ports?.[0];if(!i)return this.refuse(e,"handshake transferred no MessagePort"),false;let a=Qi(rn,o.versions);return a===null?(i.onmessage=null,i.postMessage({gem:K,type:"gem.error",code:"version_mismatch",message:`frame supports v${rn.min}..v${rn.max}`}),i.close(),this.transition("refused"),this.options.onError?.("version_mismatch"),false):(this.port=i,this.version=a,i.onmessage=s=>this.receive(s.data,s.ports??[]),i.start?.(),this.peerCapabilities=o.capabilities??[],i.postMessage({gem:K,type:"gem.handshake.accept",v:a,...this.options.capabilities===void 0?{}:{capabilities:[...this.options.capabilities]}}),this.transition("connected"),this.readyPending&&(this.readyPending=false,this.ready()),true)}ready(){if(this.state!=="connected"||!this.port){this.readyPending=true;return}if(this.readySent){this.options.onDropped?.("internal","gem.ready was already sent; duplicate suppressed");return}this.readySent=true,this.send({gem:K,type:"gem.ready"});}settled(e=lg){return this.state!=="waiting"?Promise.resolve(this.state):new Promise(t=>{let r=i=>{this.clock.clearTimeout(o),t(i);},o=this.clock.setTimeout(()=>{let i=this.settleWaiters.indexOf(r);i>=0&&this.settleWaiters.splice(i,1),t(this.state);},e);this.settleWaiters.push(r);})}progress(e,t){this.send({gem:K,type:"gem.progress",loaded:e,total:t});}requestToken(e,t){this.send({gem:K,type:"gem.requestToken",requestId:e,reason:t});}requestLocalServer(e,t){return this.parentSupports("localHost")?(this.send({gem:K,type:"gem.requestLocalServer",requestId:e,gameRoomId:t}),true):false}exit(e){this.send(e===void 0?{gem:K,type:"gem.exit"}:{gem:K,type:"gem.exit",reason:e});}openExternal(e){this.send({gem:K,type:"gem.openExternal",url:e});}requestFullscreen(e){this.send({gem:K,type:"gem.requestFullscreen",enabled:e});}reportMuted(e){return this.state!=="connected"||!this.parentSupports("audioState")?false:(this.send({gem:K,type:"gem.audioState",muted:e}),true)}cueReward(e){if(this.state!=="connected"||!this.parentSupports("rewardCue"))return false;let t={gem:K,type:"gem.rewardCue",currencySlug:String(e.currencySlug).slice(0,32)};return e.expected!==void 0&&Number.isFinite(e.expected)&&e.expected>=1&&(t.expected=Math.min(1e9,Math.round(e.expected))),e.origin&&(t.origin={x:hl(e.origin.x),y:hl(e.origin.y)}),this.send(t),true}reportFrameStats(e){return this.state!=="connected"||!this.parentSupports("frameStats")?false:(this.send({gem:K,type:"gem.frameStats",fps:bl(e.fps,1e3),frameTimeP95Ms:bl(e.frameTimeP95Ms,1e5)}),true)}sendGameContext(e){return this.state!=="connected"?false:(this.send({gem:K,type:"gem.gameContext",context:e}),true)}signal(e,t,r){this.send({gem:K,type:"gem.signal",signal:e,matchId:t,data:r});}dedicatedOffer(e,t,r){this.send({gem:K,type:"gem.dedicatedOffer",matchId:e,sdp:t,intent:r});}requestParty(e){return this.send({gem:K,type:"gem.partyRequest",requestId:e})}requestPurchase(e,t,r,o,i,a){return this.send({gem:K,type:"gem.requestPurchase",requestId:e,purchaseKind:t,targetId:r,currencySlug:o,...i===void 0?{}:{quantity:i},...a===void 0?{}:{catalogId:a}})}putDeviceSettings(e,t){return this.send({gem:K,type:"gem.deviceSettings.put",requestId:e,settings:t})}requestAd(e,t,r){return this.send({gem:K,type:"gem.requestAd",requestId:e,placement:t,format:r})}requestSignIn(e){return this.send({gem:K,type:"gem.requestSignIn",requestId:e})}close(){this.port&&(this.port.onmessage=null,this.port.close(),this.port=null),this.state!=="refused"&&this.transition("closed");}transition(e){if(this.state!==e){this.state=e;for(let t of this.settleWaiters.splice(0))t(e);this.options.onStateChange?.(e);}}refuseMalformed(e,t){if(!this.inbound.allow(on)){this.options.onDropped?.(e,t);return}this.fail(e,t);}dropUnknownType(e){this.inbound.allow(on)&&this.options.onDropped?.("unsupported",`ignored unknown message type '${e}'`);}refuse(e,t){e.ports?.[0]?.close?.(),this.inbound.allow(on)&&this.options.onRefused?.(t);}fail(e,t){this.options.onError?.(e,t),this.state==="connected"&&this.port&&this.send({gem:K,type:"gem.error",code:e,...t===void 0?{}:{message:t}});}send(e){if(this.state!=="connected"||!this.port)return this.options.onDropped?.("internal",`dropped ${String(e.type)} before connect`),false;let t=e.type;if(!this.outbound.allow(t))return this.options.onError?.("rate_limited",`frame exceeded its own limit for ${t}`),false;let r=sn[t]?.(e);return r?(this.options.onError?.("internal",`refusing to send malformed ${t}: ${r}`),false):(this.port.postMessage(this.version===null?e:{...e,v:this.version}),true)}receive(e,t=[]){let r=false;try{r=this.dispatchInbound(e,t);}finally{r||vl(t);}}dispatchInbound(e,t){if(this.state!=="connected")return false;let r=typeof e=="object"&&e!==null?e.type:void 0;if(typeof r!="string")return this.refuseMalformed("invalid_message","message has no type"),false;let o=sn[r];if(!o)return this.dropUnknownType(r),false;if(!this.inbound.allow(r))return this.fail("rate_limited",`parent exceeded the limit for ${r}`),false;let i=Ji(r);if(i!==void 0&&!this.options.capabilities?.includes(i))return this.fail("unsupported_capability",`${r} requires the '${i}' capability, which this frame did not advertise`),false;let a=o(e);if(a)return this.fail("invalid_message",`${r}: ${a}`),false;let s=e;if(s.v!==this.version)return this.fail("invalid_message",`${r}: expected v ${String(this.version)}`),false;switch(r){case "gem.token":this.options.onToken?.(s);break;case "gem.pause":this.options.onPause?.(s);break;case "gem.prefs":this.options.onPrefs?.(s);break;case "gem.cohorts":this.options.onCohorts?.(s);break;case "gem.viewport":this.options.onViewport?.(s);break;case "gem.willTerminate":this.options.onWillTerminate?.(s);break;case "gem.devtools":this.options.onDevtools?.(s.action);break;case "gem.requestContext":this.options.onRequestContext?.();break;case "gem.screenshot":{let l=t[0];if(!l){this.options.onError?.("invalid_message","gem.screenshot transferred no MessagePort");break}let d={maxWidth:s.maxWidth,maxHeight:s.maxHeight};if(!this.options.onScreenshot){l.close(),this.screenshotDenied("not_wired",false);break}return vl(t.slice(1)),this.options.onScreenshot(d,l,(m,c)=>this.screenshotDenied(m,c)),true}case "gem.token.denied":this.options.onTokenDenied?.(s);break;case "gem.localServer":this.options.onLocalServer?.(s);break;case "gem.localServer.denied":this.options.onLocalServerDenied?.(s);break;case "gem.player":{this.options.onPlayer?.(ag(s));break}case "gem.roomEvent":this.options.onRoomEvent?.(s);break;case "gem.seatedEvent":this.options.onSeatedEvent?.(s);break;case "gem.autoStartFailedEvent":this.options.onAutoStartFailedEvent?.(s);break;case "gem.socketState":this.options.onSocketState?.(s);break;case "gem.signalEvent":this.options.onSignalEvent?.(s);break;case "gem.dedicatedEvent":this.options.onDedicatedEvent?.(s);break;case "gem.clusterTarget":this.options.onClusterTarget?.(s);break;case "gem.partyResult":this.options.onPartyResult?.(s);break;case "gem.purchaseResult":this.options.onPurchaseResult?.(s);break;case "gem.deviceSettings":this.options.onDeviceSettings?.(s);break;case "gem.deviceSettings.result":this.options.onDeviceSettingsResult?.(s);break;case "gem.adResult":this.options.onAdResult?.(s);break;case "gem.signInResult":this.options.onSignInResult?.(s);break;case "gem.error":this.options.onError?.(s.code,s.message);break;default:this.fail("unsupported",`no frame handler for '${r}'`);}return false}screenshotDenied(e,t){this.send({gem:K,type:"gem.screenshot.denied",reason:e,retryable:t});}};function vl(n){for(let e of n)try{e?.close?.();}catch{}}var _l="https://api.gemarcade.com";function Lo(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 dg=new Set(["localhost","127.0.0.1","[::1]"]);function wl(n){let e=Lo(n);if(e!==null)return e;let t=new URL(n);return t.protocol==="http:"&&!dg.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 cg=_l,Sl=8e3,Go=15e3,ug=9e4,mg=1/0,pg=8e3,gg=5e3,yg=5e3;async function fg(n,e,t,r){if(n.isInRoom)try{await n.leave();}catch{}r?.endSession("session_ended"),e!==null&&e.currentState==="connected"&&e.exit(t);}function zt(n){let e=null,t=[];return {get current(){return e},set(r){e=r;for(let o of t.splice(0))o(r);},wait(r){return e!==null?Promise.resolve(e):new Promise(o=>{let i=()=>{let l=t.indexOf(a);l>=0&&t.splice(l,1);},a=l=>{n.clearTimeout(s),i(),o(l);},s=n.setTimeout(()=>{i(),o(e);},r);t.push(a);})}}}function f_(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=Lo(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=ho();o.mark("sdk created");let i=()=>Tn(z.gameVersion,n.clientVersion?.gameVersion),a=new At({client:()=>Je,clock:e,gameId:()=>z.identity?.gameId??null,playerId:()=>z.identity?.playerId??null,environment:()=>{let u=i();return {sdk_version:Vo(),...u===null?{}:{game_version:u}}},...n.analytics===void 0?{}:{options:n.analytics},log:t}),s=u=>{if(u===false)return null;let I=u?.attempts??mg,q=u?.budgetMs??ug;return !(I>0)||!(q>0)?null:{attempts:I,budgetMs:q,maxDelayMs:u?.maxDelayMs??pg}},l=u=>{u.on("created",()=>{o.mark("room created");}),u.on("joined",()=>{o.mark("room joined");}),u.on("matchAllocationStarted",()=>{o.mark("allocation started");}),u.on("matchReady",()=>{o.mark("match ready");}),u.on("matchFailed",()=>{o.mark("match failed");});};if(typeof window>"u")throw new Error("createGem: there is no `window` in this environment, so the SDK has no document to listen on and no embedder to hand it a port. A game runs in a browser; if this is a server-side render or a node process, do not construct the SDK there.");if(!n.allowedEmbedders||n.allowedEmbedders.length===0)throw new Error("createGem: `allowedEmbedders` is required. It is the check that stops a hostile page embedding this game and collecting its tokens, so it cannot be inferred \u2014 name the origins that may embed you.");let d=zt(e),m=zt(e),c=zt(e),p=zt(e),g=n.manageAudio===false?null:xa(),y=null,w=()=>{y!==null&&(m.current!==null&&m.current.muted===y||C.reportMuted(y));},k=Aa({report:u=>C.reportFrameStats(u)}),P=false,T=Ia(()=>qo,()=>P),v=u=>{let I=P&&!u,q=P!==u;if(P=u,I&&T.close(),!!q)try{n.onDevToolsPermissionChange?.(u);}catch(de){t?.(`[gem] onDevToolsPermissionChange threw: ${de instanceof Error?de.message:String(de)}`),queueMicrotask(()=>{throw de});}},S=r??cg,O=r!==void 0,x,H=u=>(t?.(`[gem] token refused: ${u}`),n.onError?.("internal",u),false),N=(u,I)=>{if(u===void 0)return I!==void 0?H("the embedder named a backend by tag, which this build no longer resolves \u2014 it needs `apiBaseUrl` on `gem.token`. The token was refused rather than sent to the default: silently resolving production is how a development session writes to the live backend."):true;let q=wl(u);return q!==null?H(`the embedder named an API root that cannot be used: ${q}. Its value is withheld here rather than written to logs.`):x!==void 0&&x!==u?H("the embedder named a different API root than it named on this session\u2019s first token. The address is fixed by the first grant, so a later message cannot repoint a running game; both values are withheld here."):(x=u,O||(S=u),true)},V=window.location?.origin,R=null,E=-1/0,G=2e3,D=new Set,j=u=>R!==false?Promise.resolve(true):new Promise(I=>{let q=e.setTimeout(()=>{D.delete(de),I(false);},u),de=()=>{e.clearTimeout(q),D.delete(de),I(true);};D.add(de);}),C=new Jt({allowedEmbedders:n.allowedEmbedders,...typeof V=="string"&&V!==""?{selfOrigin:V}:{},expectedSource:window.parent,clock:e,capabilities:["rooms","p2p","dedicated","parties","partySeating","autoStartFailure","clusterTarget","devtools","localHost","cohorts","socketState","screenshot","audioState","rewardCue","frameStats","viewport","purchases","deviceSettings","ads","signIn",...n.onFeedbackContext!==void 0?["feedbackContext"]:[]],...n.onRefused===void 0?{}:{onRefused:n.onRefused},...n.onError===void 0?{}:{onError:n.onError},onStateChange:u=>{z.onBridgeState(u),u!=="connected"&&k.setRequested(false),u==="connected"&&(o.mark("bridge connected"),X(),w(),a.startSession()),n.onStateChange?.(u);},onPlayer:u=>{d.set(u),n.onPlayer?.(u);},onPrefs:u=>{let I={reducedMotion:u.reducedMotion,muted:u.muted,locale:u.locale,showFrameStats:u.showFrameStats===true};m.set(I),g?.setMuted(I.muted),k.setRequested(I.showFrameStats&&C.parentSupports("frameStats")),n.onPrefs?.(I);},onCohorts:u=>{let I=Object.freeze(u.cohorts.map(q=>Object.freeze({experimentId:q.experimentId,variantKey:q.variantKey})));c.set(I),n.onCohorts?.(I);},onViewport:u=>{let I=Object.freeze({insets:Object.freeze({top:u.insets.top,right:u.insets.right,bottom:u.insets.bottom,left:u.insets.left})});p.set(I),Ea(Pa(),I.insets),n.onViewport?.(I);},onPause:u=>{a.setPaused(u.paused),k.setPaused(u.paused),n.onPause?.(u.paused);},onWillTerminate:u=>{a.endSession(u.reason),n.onWillTerminate?.({reason:u.reason,graceMs:u.graceMs});},onToken:u=>{let I=u.garden;if(v(u.allowDevTools===true),!N(u.apiBaseUrl,I))return;let q=u;z.onToken(q);let de=z.identity;de&&(ue.set(de),Y||(Y=true,le.reconcileSeats().catch(()=>{}))),Re.push({token:q.token,expiresAt:q.expiresAt});},onTokenDenied:u=>{v(false),z.onDenied(u);},onScreenshot:(u,I,q)=>{Sa(u,I,q,{...n.onScreenshot===void 0?{}:{handler:n.onScreenshot},useDefaultStrategy:true});},onRequestContext:()=>{Ra(C,n.onFeedbackContext);},onDevtools:u=>{u==="close"?T.close():u==="open"?T.openFrom("platform").catch(()=>{}):T.isOpen?T.close():T.openFrom("platform").catch(()=>{});},onRoomEvent:u=>le.handleRoomEvent({event:u.event,roomId:u.roomId,...u.matchId===void 0?{}:{matchId:u.matchId},...u.version===void 0?{}:{version:u.version},...u.reason===void 0?{}:{reason:u.reason},...u.platform===void 0?{}:{platform:u.platform}}),onSeatedEvent:u=>le.handleSeated(u.roomId),onAutoStartFailedEvent:u=>le.handleAutoStartFailed(u.roomId,u.code),onSocketState:u=>{let I=R;if(R=u.connected,u.connected)for(let de of [...D])de();if(!u.connected||I===true)return;let q=e.now();q-E<G||(E=q,le.reconcile().catch(()=>{}));},onSignalEvent:u=>{let I=typeof u.data=="object"&&u.data!==null&&!Array.isArray(u.data)?u.data:{};ze.handleSignalEvent(u.matchId,u.event,I),u.event==="matchEnded"&&le.reconcile({matchId:u.matchId,...typeof I.reason=="string"?{reason:I.reason}:{}}).catch(()=>{});},onDedicatedEvent:u=>{u.event==="matchEnded"&&(pt.handleMatchEnded(u.matchId,u.reason),le.reconcile({matchId:u.matchId,...u.reason===void 0?{}:{reason:u.reason}}).catch(()=>{})),ee.handleEvent(u);},onClusterTarget:u=>$.accept(u.clusterTargetId,u.clusterTargetIds),onLocalServer:u=>Q.accept(u),onLocalServerDenied:u=>Q.refuse(u),onPartyResult:u=>ae.settle(u.requestId,u.partyId),onPurchaseResult:u=>Yt.settle(u),onDeviceSettings:u=>{De.receive(u),n.onDeviceSettings?.(De.api.current);},onDeviceSettingsResult:u=>De.settle(u),onAdResult:u=>f.settle(u),onSignInResult:u=>A.settle(u)}),ee=new Wt({bridge:C}),ue=zt(e),Y=false,Te=new Set,fe,Re={current:()=>fe,subscribe:u=>(Te.add(u),fe!==void 0&&u(fe),()=>Te.delete(u)),push:u=>{fe=u;for(let I of [...Te])try{I(u);}catch(q){t?.(`[gem] a server-token listener threw: ${q instanceof Error?q.message:String(q)}`);}}},z=Ma({bridge:C,clock:e,onStateChange:(u,I)=>{if(u==="ready"){if(o.mark("token ready")){let q=o.marks.find(de=>de.name==="token ready")?.at;a.trackPlatform("gem_boot_ready",q===void 0?{}:{boot_ms:Math.max(0,Math.round(q))});}}else u==="lost"&&(o.mark("token lost"),a.trackPlatform("gem_auth_lost"));n.onAuthStateChange?.(u,I);}}),Z=()=>{let u=z.identity;return !u||z.source.currentState==="lost"?null:`${u.playerId}\0${u.gameId}\0${u.channel}`},X=()=>{o.mark("token requested"),z.source.get().catch(()=>{});},ae=Mo({bridge:C,clock:e}),mt={},Yt=cl({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u),confirm:async u=>mt.confirm?.(u)??"unknown"}),De=fl({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),f=gl({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),A=ml({bridge:C,clock:e,onDropped:u=>n.onError?.("internal",u)}),$=Cs({bridge:C,clock:e}),Q=Ta({bridge:C,clock:e}),be=u=>{let I=C.handleWindowMessage({data:u.data,origin:u.origin,source:u.source,ports:u.ports});return I&&window.removeEventListener("message",be),I};window.addEventListener("message",be);let Pe=Ho(window,be),Qn=Pe?.capture,$e=typeof performance>"u"?void 0:performance.getEntriesByType?.("navigation")?.[0];$e?.domInteractive!==void 0&&$e.domInteractive>0&&o.mark("document parsed",$e.domInteractive),Qn?.late&&t?.("[gem] the early-handshake capture installed after this document finished loading, so a handshake posted at iframe load may already have been missed. Load the capture script ahead of everything else in the document.");let Zn=n.handshakeWarningMs;Zn!==null&&t&&e.setTimeout(()=>{let u=Pe===null?"no capture script ran":`capture: ${Pe.delivered} offer(s) delivered, ${Pe.stale} stale, ${Pe.capture.dropped} evicted${Pe.capture.late?", installed late":""}`;if(C.currentState==="connected"){t(`[gem] handshake connected. boot: ${o.timeline()} \xB7 ${u}`);return}t(`[gem] no completed handshake after ${Zn??Sl}ms (bridge state: ${C.currentState}). Either the embedder does not run the gem-web-sdk parent half, its origin is not in this build\u2019s allowedEmbedders, or its handshake fired before this frame\u2019s listener registered. boot: ${o.timeline()} \xB7 `+u);},Zn??Sl);let Al=Kn({get baseUrl(){return S},tokenSource:z.source,get defaultQuery(){let u=z.identity;return u?{game_id:u.gameId,channel:u.channel}:{}}}),Je=new Ie({transport:Al,clock:e}),ve={client:Je,gameId:()=>z.identity?.gameId??""};mt.confirm=u=>ul(ve,u);let Pl=()=>z.identity?.channel??"release",$o=new kn(ve,Pl),Fo=async u=>(await $o.load())?.currency(u)?.id??void 0,jo=bn(ve,br,{identity:Z,resolveCurrencyId:Fo}),er=async u=>{let I=await ue.wait(u);if(I)return I;throw new oe("timeout","no play token arrived over the bridge. Every route a game reaches is scoped by the token, so nothing can proceed without one \u2014 the bridge may not be connected, or the parent may have refused to mint (see onAuthStateChange).")},tr=s(n.autoReconnect),le=to({client:Je,clock:e,gameId:()=>z.identity?.gameId??null,playerId:()=>z.identity?.playerId??null,awaitGameId:async()=>(await er(Go)).gameId,resolveParty:ae.resolve,resolveClusterTargets:$.resolveList,refreshClusterTargets:$.refresh,ensureLocalServer:Q.ensure,...n.clientVersion===void 0?{}:{clientVersion:n.clientVersion},platformGameVersion:()=>z.gameVersion,...n.pollRooms===void 0?{}:{poll:n.pollRooms},...n.recoverStaleMembership===void 0?{}:{recoverStaleMembership:n.recoverStaleMembership},...n.watchSeats===void 0?{}:{watchSeats:n.watchSeats},...n.seatPollIntervalMs===void 0?{}:{seatPollIntervalMs:n.seatPollIntervalMs},...tr===null?{}:{autoReconnect:{...tr,redial:(u,I)=>nr.redialMatch(u,I),abandon:(u,I)=>nr.abandonMatch(u,I)}}});l(le),ba({analytics:a,rooms:le});let ze=ha({client:Je,clock:e,rooms:le,bridge:C,gameId:()=>z.identity?.gameId??"",baseUrl:()=>S,resolveClusterTarget:$.resolve,boot:o,...n.log===void 0?{}:{log:n.log}}),No=fo(o,t),pt=za({client:Je,clock:e,rooms:le,signaling:()=>ee.channel(),signalingReady:j,log:t??(()=>{})}),nr=ll({rooms:le,p2p:{connect:u=>No(ze.connect(u)),session:u=>ze.session(u)},dedicated:{connect:(u=>Hn(o,"welcome",pt.connect(u),t))},clock:e,identity:()=>z.identity,apiBaseUrl:()=>S,tokens:Re,room:()=>le.currentRoom,autoReconnect:tr!==null,...n.log===void 0?{}:{log:n.log}}),El=async()=>(await er(Go)).playerId,qo={client:Je,boot:o,get identity(){return z.identity},awaitIdentity:(u=Go)=>er(u),awaitBridge:u=>C.settled(u),get player(){return d.current},awaitPlayer:(u=gg)=>d.wait(u),me:jo,characters:new _n(ve,void 0,Z,Fo),transfers:new Sn(ve,br,jo.inventory),gameConfig:$o,purchases:Yt.api,deviceSettings:De.api,ads:f.api,account:A.api,analytics:a,leaderboards:new wt(ve),challenges:new bt(ve),showcase:new St(ve,El),friends:new Rt(ve),platform:new kt(ve),profiles:new xt(ve),get prefs(){return m.current},get cohorts(){return c.current},get viewport(){return p.current},awaitCohorts:(u=yg)=>c.wait(u),reportMuted:u=>{y=!!u,w();},cueReward:u=>C.cueReward(u),exit:u=>fg(le,C,u,a),frame:C,devtools:T,rooms:le,dedicatedServer:{listClusterTargets:u=>pt.listClusterTargets(u),connect:(u=>Hn(o,"welcome",pt.connect(u),t)),handleMatchEnded:(u,I)=>pt.handleMatchEnded(u,I)},p2p:{handleSignalEvent:(u,I,q)=>ze.handleSignalEvent(u,I,q),session:u=>ze.session(u),connect:u=>No(ze.connect(u))},match:nr};return qo}var Rl="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 Do(n,e={}){let t=e.clock??ie,r=()=>{let s=n();if(s===null)throw new Error(Rl);return s},o=null,i=()=>{if(o===null)throw new Error(Rl);return o};return {server:{get identity(){return i().identity},get client(){return i().client},get api(){return i().api},get match(){return i().match},get analytics(){return i().analytics},get room(){return i().room},dispose(){o?.dispose();},get sizeClass(){return r().sizeClass},get roomArgs(){return r().roomArgs},get roster(){return r().roster},players(){return r().players()},profile(s){let d=r().profile?.(s);if(!d)return null;let m=d.displayName;return typeof m!="string"||m===""?null:{displayName:ge(m),...typeof d.displayTag=="string"&&d.displayTag!==""?{displayTag:ge(d.displayTag)}:{},...typeof d.discriminator=="string"?{discriminator:d.discriminator}:{}}},playerNumber(s){return r().playerNumber?.(s)},send(s,l,d){d===void 0?r().send(s,l):r().send(s,l,d);},broadcast(s,l){l===void 0?r().broadcast(s):r().broadcast(s,l);},kick(s,l){l===void 0?r().kick(s):r().kick(s,l);},log(s){r().log(s);},warn(s){r().warn(s);}},attach:()=>{o=ct(r(),{...e,clock:t});},ended:()=>o!==null&&rl(o)}}function kl(n,e={}){let{server:t,attach:r}=Do(()=>n,e);return r(),t}var hg=5e3;function bg(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 vg(n,e,t){return t||e?.endMatch!==void 0?false:n===void 0?true:n.reason==="idle_timeout"}function _g(n){return n instanceof Error?n.message:String(n)}function xl(n,e={}){return ()=>{let t=null,{server:r,attach:o,ended:i}=Do(()=>t,e),a=n(r),s={async init(l){t=l,o(),await a.init?.();},async shutdown(l){let d=bg(l);try{await a.shutdown?.(d);}finally{try{vg(d,t,i())&&await r.match.end(AbortSignal.timeout(hg)).catch(m=>{m instanceof F&&m.reason==="not_found"||t?.warn?.(`ending the match after shutdown failed: ${_g(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}}Bo();
|
|
2
|
-
exports.AnalyticsApi=
|
|
1
|
+
var GemWebSdkGame=(function(exports){'use strict';var Ll=Object.defineProperty;var Gl=(n,e)=>{for(var t in e)Ll(n,t,{get:e[t],enumerable:true});};var sr="GemWebSdkHandshake";function Dl(){return typeof document>"u"?void 0:document.readyState}var Wo=()=>Date.now();function Ko(n={}){let e=n.win??window,t=e,r=t[sr];if(r!==void 0)return r;let o=n.readyState??Dl,i=n.now??Wo,a=[],s=[],l=m=>{let c=m.data;!c||c.type!=="gem.handshake"||(a.length>=4&&(a.shift(),s.shift(),d.dropped+=1),a.push(m),s.push(i()));};e.addEventListener("message",l);let d={events:a,times:s,dropped:0,late:o()==="complete",uninstall(){e.removeEventListener("message",l);}};return t[sr]=d,d}function Jo(n,e,t={}){let r=n[sr];if(r===void 0)return null;let o=t.ttlMs??9500,i=t.now??Wo,a=r.events.splice(0),s=r.times?.splice(0),l=0,d=0,m=false,c=i()-o;for(let p=a.length-1;p>=0;p--){let g=s?.[p];if(g!==void 0&&g<c){d+=1;continue}if(l+=1,e(a[p])===true){m=true;break}}return r.uninstall(),{capture:r,delivered:l,stale:d,accepted:m}}globalThis.__gemWebSdkVersion="[gem-web-sdk:sdkVersion:5.12.0]";function zo(){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 $l(n,e){return e!==void 0?!e:n==="chain_exhausted"}var Xe=class{constructor(e){this.options=e;}options;grant=null;state="pending";failure=null;generation=0;inFlight=null;rejected=false;get currentState(){return this.state}get lastFailure(){return this.failure}async get(){if(this.state==="lost")throw new ie(this.failure??"unavailable","the session cannot be renewed");let e=this.seconds();if(this.grant&&e<this.grant.expiresAt-this.renewBefore())return this.grant.token;if(this.grant&&e>=this.grant.chainEndsAt)throw this.enter("lost","chain_exhausted"),new ie("chain_exhausted","the token chain reached its ceiling");return this.refresh(this.nextReason())}nextReason(){return this.rejected?"rejected":this.grant?"expiring":"initial"}invalidate(e){e!==void 0&&this.grant!==null&&this.grant.token!==e||this.rejected&&this.grant===null||(this.grant=null,this.generation+=1,this.inFlight=null,this.rejected=true,this.state!=="lost"&&this.enter("pending"));}accept(e){this.state!=="lost"&&(this.grant=e,this.rejected=false,this.enter("ready"));}close(e="unavailable"){this.grant=null,this.generation+=1,this.inFlight=null,this.enter("lost",e);}refresh(e){if(this.inFlight)return this.inFlight;let t=this.generation;this.enter("pending");let r=this.options.request(e).then(o=>{if(t!==this.generation)throw new ie("internal","token arrived for a superseded generation");return this.grant=o,this.rejected=false,this.enter("ready"),o.token}).catch(o=>{let i=Fl(o),a=o?.retryable;throw t===this.generation&&this.enter($l(i,typeof a=="boolean"?a:void 0)?"lost":"degraded",i),o instanceof ie?o:new ie(i,String(o))}).finally(()=>{this.inFlight===r&&(this.inFlight=null);});return this.inFlight=r,r}enter(e,t){this.failure=t??(e==="ready"?null:this.failure),this.state!==e&&(this.state=e,this.options.onStateChange?.(e,t));}renewBefore(){return this.options.renewBeforeSeconds??60}seconds(){return Math.floor(this.options.clock.now()/1e3)}},ie=class n extends Error{constructor(t,r){super(`auth ${t}: ${r}`);this.reason=t;this.name="AuthError";}reason;static isAuthError(t){if(t instanceof n)return true;let r=t;return r?.name==="AuthError"&&typeof r.reason=="string"}};function Fl(n){if(n instanceof ie)return n.reason;let e=n?.reason;return typeof e=="string"&&["chain_exhausted","unavailable","timeout","internal"].includes(e)?e:"internal"}var pe=class n extends Error{retryable=false;constructor(e){super(e),this.name="TransportRefusal";}static isRefusal(e){if(e instanceof n)return true;let t=e;return t?.name==="TransportRefusal"&&t.retryable===false}},Zt=["if-match","if-none-match"],Yo=4096;function jl(n){if(!n)return;let e={};for(let[t,r]of Object.entries(n)){let o=t.toLowerCase();if(!Zt.includes(o)||r===void 0)continue;let i=typeof r=="string"?Nl(r):r;if(typeof i!="string"||i.length>Yo||!ql(i))throw new pe(`the ${o} header value cannot be sent \u2014 it is not a string, is longer than ${Yo} 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 Nl(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 ql(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 Xo(n,e){let t=e.replayUnauthorizedOnce??true;return {async request(r){let o={...r},i=jl(o.headers),a=Object.freeze({...o,headers:i}),s=await e.tokenSource.get(),l=await n(a,s);if(l.status!==401||!t)return l;e.tokenSource.invalidate(s);let d=await e.tokenSource.get(),m=await n(a,d);if(m.status===401)throw e.tokenSource.close("unavailable"),new ie("unavailable","the server refused a freshly minted token");return m}}}function en(n){let e=typeof n=="string"?new TextEncoder().encode(n):n;return btoa(Ul(e))}function tn(n){let e=atob(n),t=new Uint8Array(e.length);for(let r=0;r<e.length;r+=1)t[r]=e.charCodeAt(r);return t}function ar(n){return new TextDecoder().decode(tn(n))}function Ul(n){let t="";for(let r=0;r<n.length;r+=32768)t+=String.fromCharCode(...n.subarray(r,r+32768));return t}var D=class extends Error{constructor(t,r,o,i,a){super(`${t} (${r}): ${o}`);this.reason=t;this.status=r;this.detail=o;this.retryAfterSeconds=i;this.code=a;this.name="GemApiError";}reason;status;detail;retryAfterSeconds;code;get retryable(){return this.reason==="unavailable"||this.reason==="rate_limited"}},Bl=new Set([408,429,500,502,503,504]),Hl=6e4;function Vl(n){if(n===void 0)return 2;if(!Number.isInteger(n)||n<0||n>10)throw new pe(`maxRetries must be a whole number between 0 and 10; received ${JSON.stringify(n)}. This is a configuration fault, not a server failure.`);return n}var Te=class{constructor(e){this.options=e;}options;async get(e,t){return this.send({method:"GET",path:e,signal:t},true)}async getWithEtag(e,t={}){let r=await this.sendRaw({method:"GET",path:e,...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{headers:{"if-none-match":t.ifNoneMatch}}},true),o=r.etag===void 0?{}:{etag:r.etag};return r.status===304?{modified:false,...o}:{modified:true,body:r.body,...o}}async put(e,t,r,o={}){return this.send({method:"PUT",path:e,body:t,signal:r,...nn(o)},o.replaySafe===true)}async post(e,t,r,o={}){return this.send({method:"POST",path:e,body:t,signal:r,...nn(o)},o.replaySafe===true)}async patch(e,t,r,o={}){return this.send({method:"PATCH",path:e,body:t,signal:r,...nn(o)},o.replaySafe===true)}async delete(e,t,r={}){return this.send({method:"DELETE",path:e,signal:t,...nn(r)},r.replaySafe===true)}async send(e,t){return (await this.sendRaw(e,t)).body}async sendRaw(e,t){let r=t?Vl(this.options.maxRetries)+1:1,o=null;if(e.signal?.aborted)throw Qo(e.signal);for(let i=0;i<r;i++){if(i>0&&await this.backoff(i,o,e.signal),e.signal?.aborted)throw Qo(e.signal);let a;try{a=await this.options.transport.request(e);}catch(l){if(ie.isAuthError(l)||pe.isRefusal(l)||e.signal?.aborted||Wl(l))throw l;o=new D("unavailable",0,String(l));continue}if(a.status>=200&&a.status<300||a.status===304)return a;let s=Kl(a);if(!Bl.has(a.status))throw s;o=s;}throw o??new D("unavailable",0,"no attempt was made")}backoff(e,t,r){if(r?.aborted)return Promise.resolve();let o=t?.retryAfterSeconds,i=o!==void 0?o*1e3:2**(e-1)*250,a=2**(e-1)*250,s=Math.min(Math.max(i,a),Hl);return new Promise(l=>{let d=this.options.clock,m=false,c=false,p,g=()=>{m||(m=true,c&&d.clearTimeout(p),r?.removeEventListener("abort",g),l());};r?.addEventListener("abort",g,{once:true}),p=d.setTimeout(g,s),c=true,m&&d.clearTimeout(p);})}};function nn(n){return {...n.keepalive===void 0?{}:{keepalive:n.keepalive},...n.ifMatch===void 0?{}:{headers:{"if-match":n.ifMatch}}}}function Qo(n){return n.reason!==void 0?n.reason:new DOMException("The operation was aborted.","AbortError")}function Wl(n){let e=n?.name;return e==="AbortError"||e==="TimeoutError"}function Kl(n){let{status:e,body:t}=n,r=Jl(t),o=n.retryAfterSeconds??Yl(t),i=zl(t);switch(e){case 304:return new D("not_modified",e,r);case 400:case 422:return new D("invalid",e,r,void 0,i);case 403:return new D("forbidden",e,r,void 0,i);case 404:return new D("not_found",e,r,void 0,i);case 402:return new D("insufficient_funds",e,r,void 0,i);case 409:return new D("conflict",e,r,void 0,i);case 412:return new D("precondition_failed",e,r,void 0,i);case 413:return new D("too_large",e,r,void 0,i);case 429:return new D("rate_limited",e,r,o,i);default:return new D("unavailable",e,r,o,i)}}function Jl(n){if(typeof n=="string")return n;let e=n?.message;if(typeof e=="string")return e;let t=n?.error;if(typeof t=="string")return t;let r=t?.message;return typeof r=="string"?r:"no detail"}function zl(n){let t=n?.error?.code;return typeof t=="string"&&t.length>0?t:void 0}function Yl(n){let e=n?.retryAfterSeconds;return typeof e=="number"&&Number.isFinite(e)&&e>=0?e:void 0}function _(n){let e=String(n);if(!/^[A-Za-z0-9_.-]{1,128}$/.test(e)||e==="."||e==="..")throw new TypeError(`${JSON.stringify(e)} is not a usable path segment \u2014 it is interpolated into a URL`);return encodeURIComponent(e)}async function Zo(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function ei(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 ti(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/cancel`;return n.client.post(r,void 0,t?.signal)}async function ni(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 ri(n,e,t){return n.client.post("/v1/characters",e,t?.signal)}async function oi(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 ii(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 si(n,e,t,r,o){let i=`/v1/settings/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function ai(n,e,t,r,o){let i=`/v1/saves/${_(e)}/${_(t)}/${_(r)}`;return n.client.delete(i,o?.signal)}async function li(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.delete(o,r?.signal)}async function di(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 ci(n,e,t,r,o,i){let a=`/v1/saves/${_(e)}/${_(t)}/${_(r)}/finalize`;return n.client.post(a,o,i?.signal)}async function ui(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 mi(n,e,t){let r=`/v1/characters/${_(e)}`;return n.client.get(r,t?.signal)}async function pi(n,e,t){let r=`/v1/inventory/loot-tables/${_(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function gi(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 yi(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 fi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/items/${_(r)}`;return n.client.get(i,o?.signal)}async function hi(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 bi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/orders/${_(r)}`;return n.client.get(i,o?.signal)}async function vi(n,e,t,r,o){let i=`/v1/inventory/${_(e)}/${_(t)}/progressions/${_(r)}`;return n.client.get(i,o?.signal)}async function _i(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 wi(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 lr(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 Si(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 Ri(n,e,t){let r=`/v1/showcase/friends/${_(e)}`;return n.client.get(r,t?.signal)}async function ki(n,e,t){let r=new URLSearchParams;t?.bucket_1!==void 0&&r.set("bucket_1",String(t?.bucket_1)),t?.bucket_2!==void 0&&r.set("bucket_2",String(t?.bucket_2));let o=r.toString(),i=`/v1/leaderboards/${_(e)}`+(o?`?${o}`:"");return n.client.get(i,t?.signal)}async function rn(n,e){return n.client.get("/v1/inventory/players/me/platform-currencies",e?.signal)}async function xi(n,e,t){let r=`/v1/profiles/players/${_(e)}`;return n.client.get(r,t?.signal)}async function Ai(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 Pi(n,e,t){let r=`/v1/inventory/players/me/platform-funded-game-inventory-purchases/${_(e)}`;return n.client.get(r,t?.signal)}async function Ei(n,e,t,r){let o=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function Ti(n,e){return n.client.get("/v1/characters/slots",e?.signal)}async function Ii(n,e,t){let r=`/v1/inventory/transfers/${_(e)}`;return n.client.get(r,t?.signal)}async function Ci(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 Mi(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function Oi(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 Li(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 Gi(n,e){return n.client.get("/v1/characters",e?.signal)}async function Di(n,e,t,r){let o=`/v1/settings/${_(e)}/${_(t)}`;return n.client.get(o,r?.signal)}async function $i(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 Fi(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 ji(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 Ni(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 qi(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 Ui(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 Bi(n,e,t,r,o){let i=`/v1/showcase/players/${_(e)}/${_(t)}`;return n.client.put(i,r,o?.signal)}async function Hi(n,e,t){let r=`/v1/inventory/transfers/${_(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function Vi(n,e,t,r){let o=`/v1/characters/${_(e)}`;return n.client.patch(o,t,r?.signal)}async function Wi(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 Ki(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 z="gem-web-bridge",sn={min:1,max:1},Qe=65536,zi=8,on=5e3,Yi=1024;function cr(n){return Object.freeze(Object.assign(Object.create(null),n))}var Xi=cr({"gem.handshake":30,"gem.handshake.accept":5,"gem.token":30,"gem.token.denied":30,"gem.player":12,"gem.pause":120,"gem.prefs":60,"gem.cohorts":12,"gem.viewport":60,"gem.deviceSettings":12,"gem.willTerminate":10,"gem.roomEvent":120,"gem.socketState":12,"gem.seatedEvent":60,"gem.autoStartFailedEvent":30,"gem.signalEvent":1800,"gem.dedicatedEvent":120,"gem.partyResult":30,"gem.clusterTarget":12,"gem.devtools":30,"gem.screenshot":6,"gem.screenshot.denied":12,"gem.requestContext":12,"gem.gameContext":12,"gem.signal":1200,"gem.dedicatedOffer":60,"gem.partyRequest":12,"gem.ready":5,"gem.progress":600,"gem.requestToken":12,"gem.requestLocalServer":6,"gem.localServer":30,"gem.localServer.denied":30,"gem.exit":5,"gem.openExternal":6,"gem.requestFullscreen":30,"gem.audioState":120,"gem.rewardCue":60,"gem.frameStats":120,"gem.error":60,"gem.requestPurchase":12,"gem.purchaseResult":30,"gem.deviceSettings.put":30,"gem.deviceSettings.result":30,"gem.requestAd":6,"gem.adResult":12,"gem.requestSignIn":6,"gem.signInResult":12,__malformed:60}),an="__malformed";var Xl=cr({"gem.requestAd":"ads","gem.adResult":"ads","gem.requestSignIn":"signIn","gem.signInResult":"signIn","gem.requestPurchase":"purchases","gem.purchaseResult":"purchases","gem.devtools":"devtools","gem.screenshot":"screenshot","gem.screenshot.denied":"screenshot","gem.requestContext":"feedbackContext","gem.gameContext":"feedbackContext","gem.roomEvent":"rooms","gem.signal":"p2p","gem.signalEvent":"p2p","gem.dedicatedOffer":"dedicated","gem.dedicatedEvent":"dedicated","gem.clusterTarget":"clusterTarget","gem.partyRequest":"parties","gem.partyResult":"parties","gem.autoStartFailedEvent":"autoStartFailure","gem.seatedEvent":"partySeating","gem.socketState":"socketState","gem.audioState":"audioState","gem.rewardCue":"rewardCue","gem.frameStats":"frameStats","gem.viewport":"viewport","gem.requestLocalServer":"localHost","gem.localServer":"localHost","gem.localServer.denied":"localHost","gem.cohorts":"cohorts","gem.deviceSettings":"deviceSettings","gem.deviceSettings.put":"deviceSettings","gem.deviceSettings.result":"deviceSettings"}),Ql=Object.freeze([["gem.asyncOpponents.","asyncOpponents"]]);function Qi(n){let e=Xl[n];if(e!==void 0)return e;for(let[t,r]of Ql)if(n.startsWith(t))return r}function ur(n){let e=/^([a-z][a-z0-9+.-]*):\/\/([a-z0-9.-]+|\[[0-9a-f:.]+\])(:([0-9]{1,5}))?$/i.exec(n);return e===null?false:e[4]===void 0||Number(e[4])<=65535}function Zl(n){let e;try{e=new URL(n);}catch{return false}return e.username!==""||e.password!==""?false:e.protocol==="https:"?true:e.protocol==="http:"&&(e.hostname==="localhost"||e.hostname==="127.0.0.1")}function ed(n){return /^[a-z]{2,8}(-[a-z0-9]{1,8})*$/i.test(n)}function dr(n,e,t){if(e>zi)return `nesting deeper than ${zi}`;if(++t.nodes>on)return `more than ${on} values`;if(t.bytes>Qe)return `over the ${Qe} byte limit`;if(n==null)return t.bytes+=4,null;let r=typeof n;if(r==="boolean")return t.bytes+=5,null;if(r==="number")return t.bytes+=8,null;if(r==="string")return t.bytes+=n.length*3+2,null;if(r!=="object")return `${r} is not plain data`;let o=n;if(t.seen.has(o))return "a repeated or cyclic object reference";if(t.seen.add(o),Array.isArray(n)){if(n.length>Yi)return `an array of ${n.length} entries, over the ${Yi} limit`;t.bytes+=2;for(let s of n){let l=dr(s,e+1,t);if(l)return l}return null}let i=Object.getPrototypeOf(n);if(i!==Object.prototype&&i!==null)return "a value that is not a plain object";t.bytes+=2;let a=n;for(let s in a){if(!Object.prototype.hasOwnProperty.call(a,s))continue;if(++t.nodes>on)return `more than ${on} values`;if(t.bytes+=s.length*3+4,t.bytes>Qe)return `over the ${Qe} byte limit`;let l=dr(a[s],e+1,t);if(l)return l}return null}function td(n){let e={nodes:0,bytes:0,seen:new Set},t=dr(n,0,e);return t?`message contains ${t}`:e.bytes>Qe?`message is over the ${Qe} byte limit`:null}var nd={origin:[ur,"not a well-formed origin"],url:[Zl,"not a safe absolute http(s) URL"],bcp47:[ed,"not a well-formed BCP 47 tag"]};function Zi(n,e,t){for(let r of e){let o=t===""?r.n:`${t}.${r.n}`,i=n[r.n];if(i==null){if(r.o)continue;return `${o}: required`}let a=es(i,r,o);if(a)return a}return null}function es(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]=nd[e.f];if(!r(n))return `${t}: ${o}`}return null}case "int":return typeof n!="number"||!Number.isInteger(n)?`${t}: expected integer`:n<e.lo||n>e.hi?`${t}: out of range ${e.lo}..${e.hi}`:null;case "boolean":return typeof n=="boolean"?null:`${t}: expected boolean`;case "enum":{let r=e.v;return r.includes(n)?null:`${t}: not one of ${r.join("|")}`}case "object":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected object`:Zi(n,e.fs,t);case "json":return typeof n!="object"||n===null||Array.isArray(n)?`${t}: expected a plain object`:null;case "array":{if(!Array.isArray(n))return `${t}: expected array`;if(n.length>e.max)return `${t}: exceeds ${e.max} items`;let r=e.it,o=`${t}[]`;for(let i of n){if(i==null){if(r.o)continue;return `${o}: required`}let a=es(i,r,o);if(a)return a}return null}default:{let r=e.k;return `${t}: unknown kind ${String(r)}`}}}function M(n,e){return t=>{let r=td(t);if(r)return r;if(typeof t!="object"||t===null||Array.isArray(t))return "message: expected object";let o=t;return o.gem!==z?"gem: wrong protocol marker":o.type!==n?`type: expected ${n}`:Zi(o,e,"")}}var rd=M("gem.handshake",[{n:"versions",k:"object",fs:[{n:"min",k:"int",lo:1,hi:1e3},{n:"max",k:"int",lo:1,hi:1e3}]},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}},{n:"embedder",k:"string",max:2048,f:"origin"}]),od=M("gem.handshake.accept",[{n:"v",k:"int",lo:1,hi:1e3},{n:"capabilities",k:"array",o:1,max:64,it:{n:"",k:"string",max:64}}]),id=M("gem.token",[{n:"token",k:"string",max:4096},{n:"requestId",k:"string",o:1,max:64},{n:"generation",k:"int",lo:0,hi:2147483647},{n:"apiBaseUrl",k:"string",o:1,max:512,f:"url"},{n:"playerId",k:"string",max:64},{n:"gameId",k:"string",max:64},{n:"channel",k:"enum",v:["dev","test","release"]},{n:"gameVersion",k:"string",o:1,max:64},{n:"expiresAt",k:"int",lo:0,hi:4102444800},{n:"chainEndsAt",k:"int",lo:0,hi:4102444800},{n:"allowDevTools",k:"boolean",o:1}]),sd=M("gem.token.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"retryAfterMs",k:"int",o:1,lo:0,hi:36e5},{n:"reason",k:"enum",v:["chain_exhausted","unavailable"]},{n:"correlationId",k:"string",max:64}]),ad=M("gem.player",[{n:"untrusted",k:"object",fs:[{n:"displayName",k:"string",max:64},{n:"displayTag",k:"string",o:1,max:80},{n:"displayHandle",k:"string",max:80}]},{n:"playerId",k:"string",o:1,max:64},{n:"discriminator",k:"string",o:1,max:8},{n:"avatarIconUrl",k:"string",o:1,max:2048,f:"url"},{n:"badges",k:"array",o:1,max:2,it:{n:"",k:"object",fs:[{n:"itemId",k:"string",max:64},{n:"iconUrl",k:"string",max:2048,f:"url"}]}},{n:"displayTag",k:"string",max:8},{n:"avatarUrl",k:"string",o:1,max:2048,f:"url"}]),ld=M("gem.pause",[{n:"paused",k:"boolean"}]),dd=M("gem.prefs",[{n:"reducedMotion",k:"boolean"},{n:"muted",k:"boolean"},{n:"showFrameStats",k:"boolean",o:1},{n:"locale",k:"string",max:35,f:"bcp47"}]),cd=M("gem.cohorts",[{n:"cohorts",k:"array",max:8,it:{n:"",k:"object",fs:[{n:"experimentId",k:"string",max:36},{n:"variantKey",k:"string",max:32}]}}]),ud=M("gem.viewport",[{n:"insets",k:"object",fs:[{n:"top",k:"int",lo:0,hi:4096},{n:"right",k:"int",lo:0,hi:4096},{n:"bottom",k:"int",lo:0,hi:4096},{n:"left",k:"int",lo:0,hi:4096}]}]),md=M("gem.deviceSettings",[{n:"settings",k:"json",o:1}]),pd=M("gem.willTerminate",[{n:"reason",k:"enum",v:["grant_expiring","session_ended","navigating","kill_switch"]},{n:"graceMs",k:"int",lo:0,hi:6e4}]),gd=M("gem.roomEvent",[{n:"event",k:"enum",v:["updated","match_started","match_ready","match_failed","version_stale"]},{n:"roomId",k:"string",max:64},{n:"matchId",k:"string",o:1,max:64},{n:"version",k:"int",o:1,lo:0,hi:2147483647},{n:"reason",k:"string",o:1,max:64},{n:"platform",k:"enum",o:1,v:["universal","mobile"]}]),yd=M("gem.socketState",[{n:"connected",k:"boolean"},{n:"reason",k:"enum",o:1,v:["connecting","dropped","watchdog","terminal"]}]),fd=M("gem.seatedEvent",[{n:"roomId",k:"string",max:64}]),hd=M("gem.autoStartFailedEvent",[{n:"roomId",k:"string",max:64},{n:"code",k:"string",max:64}]),bd=M("gem.signalEvent",[{n:"event",k:"enum",v:["hello","offer","answer","ice","peerJoined","peerLeft","migration","matchEnded","error"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),vd=M("gem.dedicatedEvent",[{n:"event",k:"enum",v:["answer","error","matchEnded"]},{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",o:1,max:10240},{n:"sessionId",k:"string",o:1,max:64},{n:"code",k:"string",o:1,max:64},{n:"message",k:"string",o:1,max:256},{n:"reason",k:"string",o:1,max:64}]),_d=M("gem.partyResult",[{n:"requestId",k:"string",max:64},{n:"partyId",k:"string",o:1,max:64}]),wd=M("gem.clusterTarget",[{n:"clusterTargetId",k:"string",max:64},{n:"clusterTargetIds",k:"array",o:1,max:3,it:{n:"",k:"string",max:64}}]),Sd=M("gem.devtools",[{n:"action",k:"enum",v:["open","close","toggle"]}]),Rd=M("gem.screenshot",[{n:"maxWidth",k:"int",lo:1,hi:7680},{n:"maxHeight",k:"int",lo:1,hi:4320}]),kd=M("gem.screenshot.denied",[{n:"reason",k:"enum",v:["not_wired","no_source","unsupported","unreadable","tainted","too_large","busy","declined","failed"]},{n:"retryable",k:"boolean"}]),xd=M("gem.requestContext",[]),Ad=M("gem.gameContext",[{n:"context",k:"json"}]),Pd=M("gem.signal",[{n:"signal",k:"enum",v:["join","offer","answer","ice","migrationAck","hostUnreachable"]},{n:"matchId",k:"string",max:64},{n:"data",k:"json"}]),Ed=M("gem.dedicatedOffer",[{n:"matchId",k:"string",max:64},{n:"sdp",k:"string",max:10240},{n:"intent",k:"enum",v:["initial","ice_restart","full_reconnect"]}]),Td=M("gem.partyRequest",[{n:"requestId",k:"string",max:64}]),Id=M("gem.ready",[]),Cd=M("gem.progress",[{n:"loaded",k:"int",lo:0,hi:1099511627776},{n:"total",k:"int",lo:0,hi:1099511627776}]),Md=M("gem.requestToken",[{n:"requestId",k:"string",max:64},{n:"reason",k:"enum",v:["initial","expiring","rejected"]}]),Od=M("gem.requestLocalServer",[{n:"requestId",k:"string",max:64},{n:"gameRoomId",k:"string",max:64}]),Ld=M("gem.localServer",[{n:"requestId",k:"string",max:64},{n:"serverId",k:"string",o:1,max:128}]),Gd=M("gem.localServer.denied",[{n:"requestId",k:"string",max:64},{n:"retryable",k:"boolean"},{n:"reason",k:"enum",v:["refused","unavailable"]}]),Dd=M("gem.exit",[{n:"reason",k:"string",o:1,max:64}]),$d=M("gem.openExternal",[{n:"url",k:"string",max:2048,f:"url"}]),Fd=M("gem.requestFullscreen",[{n:"enabled",k:"boolean"}]),jd=M("gem.audioState",[{n:"muted",k:"boolean"}]),Nd=M("gem.rewardCue",[{n:"currencySlug",k:"string",max:32},{n:"expected",k:"int",o:1,lo:1,hi:1e9},{n:"origin",k:"object",o:1,fs:[{n:"x",k:"int",lo:0,hi:16384},{n:"y",k:"int",lo:0,hi:16384}]}]),qd=M("gem.frameStats",[{n:"fps",k:"int",lo:0,hi:1e3},{n:"frameTimeP95Ms",k:"int",lo:0,hi:1e5}]),Ud=M("gem.error",[{n:"code",k:"enum",v:["version_mismatch","handshake_timeout","handshake_duplicate","invalid_message","rate_limited","token_unavailable","unsupported","unsupported_capability","internal"]},{n:"message",k:"string",o:1,max:256}]),Bd=M("gem.requestPurchase",[{n:"requestId",k:"string",max:64},{n:"purchaseKind",k:"enum",v:["item","recipe"]},{n:"targetId",k:"string",max:64},{n:"currencySlug",k:"string",max:32},{n:"quantity",k:"int",o:1,lo:1,hi:10},{n:"catalogId",k:"string",o:1,max:64}]),Hd=M("gem.purchaseResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["ok","declined","unavailable"]},{n:"purchaseId",k:"string",o:1,max:64}]),Vd=M("gem.deviceSettings.put",[{n:"requestId",k:"string",max:64},{n:"settings",k:"json"}]),Wd=M("gem.deviceSettings.result",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["stored","too_large","unavailable"]}]),Kd=M("gem.requestAd",[{n:"requestId",k:"string",max:64},{n:"placement",k:"string",max:32},{n:"format",k:"enum",v:["interstitial","rewarded"]}]),Jd=M("gem.adResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["shown","no_ad","unavailable"]}]),zd=M("gem.requestSignIn",[{n:"requestId",k:"string",max:64}]),Yd=M("gem.signInResult",[{n:"requestId",k:"string",max:64},{n:"outcome",k:"enum",v:["signed_in","declined","unavailable"]}]),ln=cr({"gem.handshake":rd,"gem.handshake.accept":od,"gem.token":id,"gem.token.denied":sd,"gem.player":ad,"gem.pause":ld,"gem.prefs":dd,"gem.cohorts":cd,"gem.viewport":ud,"gem.deviceSettings":md,"gem.willTerminate":pd,"gem.roomEvent":gd,"gem.socketState":yd,"gem.seatedEvent":fd,"gem.autoStartFailedEvent":hd,"gem.signalEvent":bd,"gem.dedicatedEvent":vd,"gem.partyResult":_d,"gem.clusterTarget":wd,"gem.devtools":Sd,"gem.screenshot":Rd,"gem.screenshot.denied":kd,"gem.requestContext":xd,"gem.gameContext":Ad,"gem.signal":Pd,"gem.dedicatedOffer":Ed,"gem.partyRequest":Td,"gem.ready":Id,"gem.progress":Cd,"gem.requestToken":Md,"gem.requestLocalServer":Od,"gem.localServer":Ld,"gem.localServer.denied":Gd,"gem.exit":Dd,"gem.openExternal":$d,"gem.requestFullscreen":Fd,"gem.audioState":jd,"gem.rewardCue":Nd,"gem.frameStats":qd,"gem.error":Ud,"gem.requestPurchase":Bd,"gem.purchaseResult":Hd,"gem.deviceSettings.put":Vd,"gem.deviceSettings.result":Wd,"gem.requestAd":Kd,"gem.adResult":Jd,"gem.requestSignIn":zd,"gem.signInResult":Yd});var se={now:()=>Date.now(),setTimeout:(n,e)=>setTimeout(n,e),clearTimeout:n=>clearTimeout(n)},yt=class{constructor(e=se){this.clock=e;}clock;tokens=new Map;lastRefill=new Map;allow(e){let t=Xi[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 mr(n,e){return n.toLowerCase()===e.toLowerCase()}function dn(n){let e=n.toLowerCase();return e==="localhost"||e.endsWith(".localhost")||e==="[::1]"||e==="::1"?true:/^127(\.\d{1,3}){3}$/.test(e)}function ts(n,e){if(typeof e!="string"||e==="")return false;let t,r;try{t=new URL(n),r=new URL(e);}catch{return false}return t.protocol!=="http:"&&t.protocol!=="https:"||r.protocol!=="http:"&&r.protocol!=="https:"||t.username!==""||t.password!==""||t.pathname!=="/"||t.search!==""||t.hash!==""||t.port===""?false:dn(t.hostname)&&dn(r.hostname)}function ns(n,e){if(e.min>e.max)return null;let t=Math.min(n.max,e.max),r=Math.max(n.min,e.min);return t>=r?t:null}var cn=class{constructor(e,t){this.inventory=e;this.resolveCurrencyId=t;}inventory;resolveCurrencyId;async list(e={}){return (await this.inventory.snapshot({buckets:e.buckets})).currencies.data.map(r=>({currencyId:r.currencyId,total:r.total,...r.buckets===void 0?{}:{buckets:r.buckets}}))}async get(e,t={}){let o=(await this.inventory.snapshot({buckets:t.buckets})).currencies.data,i=o.find(s=>s.currencyId===e),a;return !i&&this.resolveCurrencyId&&(a=await this.resolveCurrencyId(e).catch(()=>{}),a!==void 0&&(i=o.find(s=>s.currencyId===a))),{currencyId:i?i.currencyId:a??e,total:i?i.total:null,...i?.buckets===void 0?{}:{buckets:i.buckets}}}};function gr(n){let e=Array.isArray(n.achievements)?n.achievements:[],t=[];for(let r of e){let o=r??{};typeof o.id!="string"||o.id===""||typeof o.threshold!="number"||!Number.isFinite(o.threshold)||t.push({id:o.id,threshold:o.threshold,points:typeof o.points=="number"?o.points:0,hidden:o.hidden===true,...typeof o.unlocked_at=="number"&&Number.isFinite(o.unlocked_at)?{unlockedAt:o.unlocked_at}:{},...o.revoked===true?{revoked:true}:{}});}return {...t.length>0?{achievements:t}:{},...n.achievements_unavailable===true?{achievementsUnavailable:true}:{}}}var rs="inventory",Ze=n=>typeof n=="number"?n:0,ft=n=>typeof n=="string"?n:"";function pr(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 os(n){let e=n??{};return {itemDefinitionId:ft(e.item_definition_id),instanceId:ft(e.instance_id),quantity:Ze(e.quantity),acquiredAt:Ze(e.acquired_at),...e.properties===void 0?{}:{properties:e.properties},...e.custom_data===void 0?{}:{customData:e.custom_data}}}function Xd(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {currencies:pr(e.currencies,r=>{let o=r??{},i=Array.isArray(o.buckets)?o.buckets.map(a=>{let s=a??{};return {bucket:ft(s.bucket),balance:Ze(s.balance)}}):void 0;return {currencyId:ft(o.currency_id),total:Ze(o.total),...i===void 0?{}:{buckets:i}}}),items:pr(e.items,os),progressions:pr(e.progressions,r=>{let o=r??{};return {progressionDefinitionId:ft(o.progression_definition_id),currentValue:Ze(o.current_value),completionCount:Ze(o.completion_count),isCompleted:o.is_completed===true,...gr(o)}}),...t===void 0?{}:{etag:t}}}var un=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;snapshot(e={}){let t=e.buckets?`${rs}#buckets`:rs;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 fi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return Array.isArray(o)?o.map(os):[]}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 yi(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 Xd(t)}};var te=n=>typeof n=="string"?n:"",Qd=n=>typeof n=="string"?n:te(n&&typeof n=="object"?n.type:void 0),Ie=n=>typeof n=="number"?n:0;function ht(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t}}}function mn(){return crypto.randomUUID()}var Zd="recipe-usage",is=100;function pn(n){let e=n??{};switch(e.type){case "currency":return {kind:"currency",currencyId:te(e.currency_id),bucket:te(e.bucket),delta:Ie(e.delta),balanceAfter:Ie(e.balance_after)};case "item":return {kind:"item",itemDefinitionId:te(e.item_definition_id),instanceId:te(e.instance_id),delta:Ie(e.delta),quantityAfter:Ie(e.quantity_after)};case "progression":return {kind:"progression",progressionDefinitionId:te(e.progression_definition_id),delta:Ie(e.delta),valueAfter:Ie(e.value_after),completed:e.completed===true};default:return {kind:"other",type:te(e.type)}}}function ec(n){let e=n??{},t=typeof e.rarity_tier=="string"?e.rarity_tier:void 0;return {entryId:te(e.entry_id),...t===void 0?{}:{rarityTier:t},rollNumber:Ie(e.roll_number),wasReplacement:e.was_replacement===true,grants:Array.isArray(e.grants)?e.grants.map(pn):[]}}function tc(n){let e=n??{},t=typeof e.etag=="string"?e.etag:void 0,r=Array.isArray(e.loot_results)?e.loot_results.map(ec):void 0;return {orderId:te(e.order_id),status:te(e.status),...t===void 0?{}:{etag:t},granted:Array.isArray(e.granted)?e.granted.map(pn):[],consumed:Array.isArray(e.consumed)?e.consumed.map(pn):[],autoClaimedRewards:Array.isArray(e.auto_claimed_rewards)?e.auto_claimed_rewards.map(pn):[],...r===void 0||r.length===0?{}:{lootResults:r}}}function nc(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 rc(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 ss(n){switch(n.type){case "currency_grant":case "currency_consume":return {type:n.type,currency_id:n.currencyId,amount:n.amount};default:return {type:n.type,item_definition_id:n.itemDefinitionId,quantity:n.quantity}}}var gn=class{constructor(e,t,r){this.api=e;this.entity=t;this.cache=r;}api;entity;cache;async create(e,t={}){let r=await this.write(()=>ii(this.api,this.entity.type,this.entity.id,{operations:e.map(ss),source:t.source??"play",nonce:mn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return ht(r)}async createMany(e,t={}){return this.write(()=>oi(this.api,this.entity.type,this.entity.id,{orders:e.map(r=>({operations:r.map(ss),nonce:mn()})),source:t.source??"play"},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}))}async recipeAvailability(e,t,r){let i=await _i(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=>Qd(l)):[],...a===void 0?{}:{usesRemaining:a},...s===void 0?{}:{cooldownExpiresAt:s}}}async recipeUsageAll(){return this.cache.read(Zd,[],async()=>{let t=await wi(this.api,this.entity.type,this.entity.id,{limit:is})??{},r=Array.isArray(t.usages)?t.usages:[];return {usages:r.map(rc),truncated:r.length>=is}})}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(()=>di(this.api,this.entity.type,this.entity.id,{catalog_id:c.catalogId,recipe_id:c.targetId,game_id:this.api.gameId(),nonce:mn()},{...t.ifMatch===void 0?{}:{ifMatch:t.ifMatch},...t.signal===void 0?{}:{signal:t.signal}}));return {payment:"configured",...tc(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([Ai(this.api,t.signal===void 0?{}:{signal:t.signal}),rn(this.api,t.signal===void 0?{}:{signal:t.signal})]),i=e.payment.currencySlug.toLowerCase(),a=o.currencies.find(c=>c.currency_id.toLowerCase()===i||c.slug.toLowerCase()===i);if(a===void 0)throw new RangeError(`platform currency ${JSON.stringify(e.payment.currencySlug)} is not active`);let s=e.kind==="item"?r.items.find(c=>c.item_id===e.targetId):r.recipes.find(c=>c.recipe_id===e.targetId&&c.catalog_id===e.catalogId);if(s===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} is not published`);let l=s.platform_prices.find(c=>c.platform_currency_id===a.currency_id);if(l===void 0)throw new RangeError(`purchase target ${JSON.stringify(e.targetId)} has no ${e.payment.currencySlug} price`);let d=e.kind==="item"?e.quantity??1:1;if(!Number.isInteger(d)||d<1||d>10)throw new RangeError("item purchase quantity must be an integer from 1 through 10");let m=await this.write(()=>Oi(this.api,this.entity.type,this.entity.id,{purchase_kind:e.kind,target_id:e.targetId,...e.kind==="recipe"?{catalog_id:e.catalogId}:{},quantity:d,expected_price:{platform_currency_id:a.currency_id,price:l.price*d},expected_config_version:r.config_version,nonce:mn(),confirmation:"none"},t.signal===void 0?{}:{signal:t.signal}));return nc(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(()=>ei(this.api,this.entity.type,this.entity.id,e,{amount:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ht(o)}async maxProgression(e,t,r){let o=await this.write(()=>qi(this.api,this.entity.type,this.entity.id,e,{value:t,game_id:this.api.gameId()},r===void 0?{}:{signal:r}));return ht(o)}async claimProgression(e,t){let r=await this.write(()=>ni(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ht(r)}async resetProgression(e,t){let r=await this.write(()=>Ki(this.api,this.entity.type,this.entity.id,e,{game_id:this.api.gameId()},t===void 0?{}:{signal:t}));return ht(r)}async write(e){return this.cache.invalidate(),e()}};var yr=n=>typeof n=="string"?n:"",oc=n=>typeof n=="number"?n:0;function as(n){let e=n??{};return {orderId:yr(e.order_id),status:yr(e.status),source:yr(e.source),createdAt:oc(e.created_at)}}var yn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e={}){let r=await $i(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(as):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await bi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return as(r)}};var ls=n=>typeof n=="number"?n:0,ic=n=>typeof n=="string"?n:"";function sc(n){let e=n??{};return {progressionDefinitionId:ic(e.progression_definition_id),currentValue:ls(e.current_value),completionCount:ls(e.completion_count),isCompleted:e.is_completed===true,...gr(e)}}var fn=class{constructor(e,t,r){this.api=e;this.entity=t;this.inventory=r;}api;entity;inventory;async list(){return (await this.inventory.snapshot()).progressions.data}async get(e,t){let o=(await this.inventory.snapshot()).progressions.data.find(i=>i.progressionDefinitionId===e);if(o&&o.achievementsUnavailable!==true)return o;try{let i=await vi(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});return sc(i)}catch{return o??null}}};var hn=class{constructor(e,t){this.clock=e;this.identity=t;}clock;identity;generation=0;slots=new Map;listeners=new Set;boundTo=null;read(e,t,r,o){this.rebind();let i=t.length===0,a=i?e:e+"\0"+t.join("\0"),s=this.slots.get(a);if(s){let c=s.filledAt;if(c!==void 0&&(o===void 0||this.clock.now()-c<=o))return Promise.resolve(s.value);if(s.inFlight)return s.inFlight}let l=s??{};this.slots.set(a,l);let d=this.generation,m=r().then(c=>(i&&this.generation===d&&(l.value=c,l.filledAt=this.clock.now()),c)).finally(()=>{l.inFlight===m&&(l.inFlight=void 0,l.filledAt===void 0&&this.slots.get(a)===l&&this.slots.delete(a));});return l.inFlight=m,m}invalidate(){this.slots.clear(),this.generation+=1;for(let e of [...this.listeners])e();}onInvalidate(e){return this.listeners.add(e),()=>{this.listeners.delete(e);}}rebind(){if(!this.identity)return;let e=this.identity();e!==this.boundTo&&(this.boundTo=e,this.invalidate());}};function fr(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 hr(n){try{let e=fr(await n.text());return e?`Storage said: ${e}`:""}catch{return ""}}var re=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemSaveError";}reason},ac=3e4,ds="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",lc=/^[A-Za-z0-9_]{1,64}$/;function xe(n){let e=n.length===0?"a save key cannot be empty":n.length>64?`it is ${n.length} characters; a save key is at most 64`:n.startsWith("_")||n.startsWith("$")?`it begins with ${JSON.stringify(n[0])}, and \`_\` and \`$\` are reserved prefixes`:"a save key is ASCII letters, digits and underscores only \u2014 no hyphens, spaces or other punctuation, unlike a template slug";if(!lc.test(n)||n.startsWith("_"))throw new TypeError(`${JSON.stringify(n)} is not a usable save key: ${e}.`);return n}function cs(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 br(n,e){return n.aborted&&e?.aborted!==true}var dc=new Set(["x-ms-blob-type"]),cc=/^[ -~]+$/;function uc(n,e){if(n==null)return {};if(typeof n!="object"||Array.isArray(n))throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} described its upload headers as ${Array.isArray(n)?"a list":typeof n}, which is not a set of headers.`);let t={};for(let[r,o]of Object.entries(n)){let i=r.toLowerCase();if(!dc.has(i))throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} asked the upload to send ${JSON.stringify(r)}, which this SDK does not put on a storage request. Report it \u2014 a platform that needs a new upload header needs an SDK release too.`);if(typeof o!="string"||!cc.test(o))throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} gave header ${JSON.stringify(r)} a value that is not usable as one.`);if(i in t)throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} named ${JSON.stringify(i)} twice.`);t[i]=o;}return t}function vr(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 _r(n){return n?.reason==="not_found"}var bn=class{constructor(e,t,r={}){this.api=e;this.entity=t;this.options=r;}api;entity;options;async put(e,t,r={}){let o;try{o=JSON.stringify(t);}catch(i){throw new re("save_malformed",`save ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}. Retrying stores the same unserialisable value.`)}if(o===void 0)throw new re("save_malformed",`save ${JSON.stringify(e)} is undefined, which is not JSON. Use delete() to remove one.`);return this.putBytes(e,new TextEncoder().encode(o),{...r,contentType:"application/json"})}async putBytes(e,t,r={}){let o=r.contentType??"application/octet-stream",i=this.budget(r.timeoutMs),a=cs(r.signal,i);try{let s=await Wi(this.api,this.entity.type,this.entity.id,xe(e),{size_bytes:t.byteLength,content_type:o,...r.metadata===void 0?{}:{metadata:r.metadata}},{signal:a.signal});if(typeof s.upload_url!="string"||typeof s.session_id!="string")throw new re("save_malformed",`the grant for save ${JSON.stringify(e)} named nowhere to put the bytes.`);let l=uc(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 br(a.signal,r.signal)?this.timeout("upload",i):new re("upload_failed",`${ds} for PUT. Underlying error: ${c}`)}if(!d.ok){let c=await hr(d);throw new re("upload_failed",d.status===400?"the save upload answered 400. The platform and the service holding the bytes disagree about what this upload must carry, which is not something your game can fix and not worth retrying \u2014 report it. "+c:`the save upload answered ${d.status}. `+(d.status===403?"An upload URL is short-lived, so this is most likely an expired one \u2014 start the save again rather than retrying the upload. ":"")+c)}return vr(await ci(this.api,this.entity.type,this.entity.id,xe(e),{session_id:s.session_id},{signal:a.signal}))}catch(s){throw this.rethrow(s,r.signal,a.signal,"save",i)}finally{a.release();}}async get(e,t={}){let r=await this.getBytes(e,t);if(r===null)return null;try{return JSON.parse(new TextDecoder().decode(r))}catch(o){throw new re("save_malformed",`the stored save ${JSON.stringify(e)} is not JSON, so put() did not write it. Read it with getBytes() and decode it yourself. Underlying error: ${o}`)}}async getBytes(e,t={}){let r=this.budget(t.timeoutMs),o=cs(t.signal,r);try{let i;try{let l=await lr(this.api,this.entity.type,this.entity.id,xe(e),{signal:o.signal});if(!l.modified)return null;i=l.body;}catch(l){if(_r(l))return null;throw l}if(typeof i.download_url!="string")throw new re("save_malformed",`the record for save ${JSON.stringify(e)} named no link to its stored bytes.`);let a=this.options.fetch??globalThis.fetch.bind(globalThis),s;try{s=await a(i.download_url,{credentials:"omit",signal:o.signal});}catch(l){throw br(o.signal,t.signal)?this.timeout("download",r):new re("download_failed",`${ds} for GET. Underlying error: ${l}`)}if(!s.ok){let l=await hr(s);throw new re("download_failed",`the save download answered ${s.status}. `+(s.status===403?"A download link lasts 15 minutes, so this is most likely an expired one \u2014 call get() again for a fresh one. ":"")+l)}return new Uint8Array(await s.arrayBuffer())}catch(i){throw this.rethrow(i,t.signal,o.signal,"load",r)}finally{o.release();}}async describe(e,t={}){try{let r=await lr(this.api,this.entity.type,this.entity.id,xe(e),{...t.signal===void 0?{}:{signal:t.signal},...t.ifNoneMatch===void 0?{}:{ifNoneMatch:t.ifNoneMatch}});return r.modified?vr(r.body):null}catch(r){if(_r(r))return null;throw r}}async list(e={}){let t=await Fi(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(vr),...typeof r=="string"&&r.length>0?{nextCursor:r}:{}}}async delete(e,t){try{await ai(this.api,this.entity.type,this.entity.id,xe(e),{...t===void 0?{}:{signal:t}});}catch(r){if(!_r(r))throw r}}budget(e){return e??this.options.timeoutMs??ac}timeout(e,t){return new re("save_timeout",`the save ${e} did not finish within ${t}ms`)}rethrow(e,t,r,o,i){return e instanceof re?e:br(r,t)?this.timeout(o,i):e}};function mc(n){try{return ar(n)}catch{return n}}function wr(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"?mc(t.value):"",...r===void 0?{}:{etag:r},updatedAt:typeof t.updated_at=="number"?t.updated_at:0}}var vn=class{constructor(e,t){this.api=e;this.entity=t;}api;entity;async list(e){let r=(await Di(this.api,this.entity.type,this.entity.id,e===void 0?{}:{signal:e}))?.settings;return Array.isArray(r)?r.map(o=>wr(o)):[]}async get(e,t={}){try{let r=await gi(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?wr(r.body,r.etag):null}catch(r){if(us(r))return null;throw r}}async put(e,t,r={}){let o=await Ui(this.api,this.entity.type,this.entity.id,e,{value:en(t)},{...r.signal===void 0?{}:{signal:r.signal},...r.ifMatch===void 0?{}:{ifMatch:r.ifMatch}});return wr(o)}async delete(e,t){try{await si(this.api,this.entity.type,this.entity.id,e,t===void 0?{}:{signal:t});}catch(r){if(!us(r))throw r}}};function us(n){return n?.reason==="not_found"}function _n(n,e,t={}){let r=new hn(se,t.identity);t.onInventoryChanged&&r.onInvalidate(t.onInventoryChanged);let o=new un(n,e,r);return {settings:new vn(n,e),inventory:o,saves:new bn(n,e,t.saves??{}),currencies:new cn(o,t.resolveCurrencyId),mutations:new gn(n,e,r),orders:new yn(n,e),progressions:new fn(n,e,o)}}var Sr={type:"players",id:"me"};var De=n=>typeof n=="string"?n:"",et=n=>typeof n=="number"?n:0;function wn(n,e){let t=e??{},r=De(t.character_id);if(r==="")throw new Error("[gem] a character response carried no character_id");return {...n(r),id:r,playerId:De(t.player_id),gameId:De(t.game_id),channel:De(t.channel)||"release",name:De(t.name),slotIndex:et(t.slot_index),isActive:t.is_active!==false,createdAt:De(t.created_at),updatedAt:De(t.updated_at)}}var Sn=class{constructor(e,t,r,o){this.api=e;this.saves=t;this.identity=r;this.resolveCurrencyId=o;}api;saves;identity;resolveCurrencyId;scopes=new Map;scope=e=>{let t=this.scopes.get(e);return t||(t=_n(this.api,{type:"characters",id:e},{saves:this.saves,identity:this.identity,resolveCurrencyId:this.resolveCurrencyId}),this.scopes.set(e,t)),t};async list(e){let r=(await Gi(this.api,e===void 0?{}:{signal:e}))?.characters;return Array.isArray(r)?r.map(o=>wn(this.scope,o)):[]}async get(e,t){let r=await mi(this.api,e,t===void 0?{}:{signal:t});return wn(this.scope,r)}async create(e){let t=await ri(this.api,{name:e.name},e.signal===void 0?{}:{signal:e.signal});return wn(this.scope,t)}async update(e,t,r){let o=await Vi(this.api,e,{name:t},r===void 0?{}:{signal:r});return wn(this.scope,o)}async delete(e,t){await Ji(this.api,e,t===void 0?{}:{signal:t});}async slots(e){let r=await Ti(this.api,e===void 0?{}:{signal:e})??{};return {totalSlots:et(r?.total_slots),availableSlots:et(r?.available_slots),activeCharacterCount:et(r?.active_character_count),defaultMaxSlots:et(r?.default_max_slots),purchasedExtraSlots:et(r?.purchased_extra_slots),canPurchaseMore:r?.can_purchase_more===true}}};var ge=class{#e;constructor(e){this.#e=e,Object.freeze(this);}toString(){return "[gem: use gem.text.toPlain()]"}toJSON(){return this.toString()}get[Symbol.toStringTag](){return "PlayerText"}static unwrap(e){return e.#e}};function ye(n){return new ge(n)}var $e={toPlain(n){return ge.unwrap(n)},compare(n,e,t){let r=n instanceof ge?ge.unwrap(n):n,o=e instanceof ge?ge.unwrap(e):e,i;try{i=new Intl.Collator(t);}catch{i=new Intl.Collator;}return i.compare(r,o)},equals(n,e){let t=n instanceof ge?ge.unwrap(n):n,r=e instanceof ge?ge.unwrap(e):e;return t.normalize("NFC")===r.normalize("NFC")}};var tt=n=>typeof n=="string"?n:"";function Rn(n){let e=n??{},t=typeof e.message=="string"&&e.message.length>0?e.message:void 0,r=typeof e.resolved_at=="string"?e.resolved_at:void 0;return {id:tt(e.transfer_id),status:tt(e.status),sourceEntityId:tt(e.source_entity_id),targetEntityId:tt(e.target_entity_id),...t===void 0?{}:{message:ye(t)},createdAt:tt(e.created_at),expiresAt:tt(e.expires_at),...r===void 0?{}:{resolvedAt:r}}}function pc(){return crypto.randomUUID()}var kn=class{constructor(e,t,r){this.api=e;this.self=t;this.inventory=r;}api;self;inventory;async initiate(e){this.inventory.invalidate();let t=await Mi(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:pc()},e.signal===void 0?{}:{signal:e.signal});return Rn(t)}async list(e={}){let r=await Ni(this.api,{entity_type:this.self.type,entity_id:this.self.id,...e.direction===void 0?{}:{direction:e.direction},...e.status===void 0?{}:{status:e.status},...e.cursor===void 0?{}:{cursor:e.cursor},...e.limit===void 0?{}:{limit:e.limit},...e.signal===void 0?{}:{signal:e.signal}})??{},o=typeof r.next_cursor=="string"?r.next_cursor:void 0;return {transfers:Array.isArray(r.transfers)?r.transfers.map(Rn):[],...o===void 0?{}:{nextCursor:o}}}async get(e,t){let r=await Ii(this.api,e,t===void 0?{}:{signal:t});return Rn(r)}async accept(e,t){return this.resolve(()=>Zo(this.api,e,t===void 0?{}:{signal:t}))}async reject(e,t){return this.resolve(()=>Hi(this.api,e,t===void 0?{}:{signal:t}))}async cancel(e,t){return this.resolve(()=>ti(this.api,e,t===void 0?{}:{signal:t}))}async resolve(e){return this.inventory.invalidate(),Rn(await e())}};var gc=n=>typeof n=="string"?n:"",yc=n=>typeof n=="string"&&n?n:void 0,fc=n=>typeof n=="number"?n:void 0;function ms(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 hc(n){if(typeof n!="object"||n===null||Array.isArray(n))throw new le("config_malformed",`the config document is ${n===null?"null":typeof n}, expected a JSON object`);let e=n,t=l=>{let d=e[l];if(d==null)return [];if(!Array.isArray(d))throw new le("config_malformed",`config \`${l}\` is ${typeof d}, expected an array`);return d},r=fc(e.version);if(r===void 0)throw new le("config_malformed","config document has no numeric `version` \u2014 this is not a game config snapshot");let o=(l,d,m)=>{let c=gc(l.id);if(!c)throw new le("config_malformed",`${d}[${m}] has no \`id\`. Keys present: ${Object.keys(l).join(", ")||"(none)"}`);return c},i=t("items");i.forEach((l,d)=>o(l??{},"items",d));let a=t("currencies");a.forEach((l,d)=>o(l??{},"currencies",d));let s=n;return {...s,version:r,hash:typeof s.hash=="string"?s.hash:"",items:i,currencies:a,catalogs:t("catalogs"),loot_tables:t("loot_tables"),affix_pools:t("affix_pools"),progressions:t("progressions"),game_room_templates:t("game_room_templates"),kv:typeof s.kv=="object"&&s.kv!==null&&!Array.isArray(s.kv)?s.kv:{},item:ms(i),currency:ms(a)}}var le=class extends Error{constructor(t,r){super(r);this.reason=t;this.name="GemConfigError";}reason},ps=10*1024*1024,gs=15e3,ys=new Set(["dev","test","release"]);function bc(n){if(!ys.has(n))throw new le("config_channel_unknown",`the play token names channel "${n}", which is not one of ${[...ys].join(", ")}. gem-api would reject the assignment read.`);return n}var xn=n=>typeof n=="number"?n:0,Rr=n=>typeof n=="string"?n:"";function vc(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:Rr(o.entry_id),weight:xn(o.weight),dropRate:xn(o.drop_rate),...i===void 0?{}:{rarityTier:i}}}):[];return {lootTableId:Rr(e.loot_table_id),name:Rr(e.name),rollCount:xn(e.roll_count),allowDuplicateRolls:e.allow_duplicate_rolls===true,totalWeight:xn(e.total_weight),entries:t}}var An=class{constructor(e,t,r={}){this.api=e;this.channel=t;this.options=r;}api;channel;options;loaded=null;inFlight=null;generation=0;dropRatesByConfig=new WeakMap;load(){if(this.loaded)return Promise.resolve(this.loaded);if(this.inFlight)return this.inFlight;let e=this.generation,t=this.fetchConfig().then(r=>(this.generation===e&&(this.loaded=r),r)).finally(()=>{this.inFlight===t&&(this.inFlight=null);});return this.inFlight=t,t}refresh(){this.loaded=null,this.inFlight=null,this.generation+=1;}async dropRates(e,t){let r=await this.load();if(r===null)throw new le("config_channel_unknown",`dropRates(${e}) needs a loaded config, and this session's channel has none`);let o=this.dropRatesByConfig.get(r);o===void 0&&(o=new Map,this.dropRatesByConfig.set(r,o));let i=o.get(e);if(i!==void 0)return i;let a=(async()=>{let s=await pi(this.api,e,t===void 0?{}:{signal:t});return vc(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??gs),t;try{let l=await ui(this.api,bc(this.channel()),{signal:e});if(!l.modified)throw new le("config_malformed","the assignment read answered 304 Not Modified, but no `If-None-Match` was sent");t=l.body;}catch(l){if(l instanceof le)throw l;if(l?.reason==="not_found")return null;throw l}let r=yc(t.config_url);if(r===void 0)return null;let o=this.options.fetch??globalThis.fetch.bind(globalThis),i;try{i=await o(r,{credentials:"omit",signal:e});}catch(l){throw e.aborted?new le("config_timeout",`the config document did not arrive within ${this.options.timeoutMs??gs}ms`):new le("config_unreachable",`could not fetch the game config document. From a browser this is almost always the storage CORS rule: the storage account must allow this game origin for GET. It is NOT a CSP problem \u2014 game origins carry no fetch directives by design. Underlying error: ${String(l)}`)}if(!i.ok){let l=await i.text().then(d=>fr(d)).catch(()=>"");throw new le("config_unreachable",`the config document answered ${i.status}`+(l?`: ${l}`:". The response carried no readable detail."))}let a=await i.text();if(a.length>ps)throw new le("config_too_large",`the config document is ${a.length} bytes, over the ${ps} cap`);let s;try{s=JSON.parse(a);}catch(l){throw new le("config_malformed",`config document is not JSON: ${String(l)}`)}return hc(s)}};var kr=400,bt=n=>typeof n=="string"?n:"",_c=/(?:Z|[+-]\d{2}:?\d{2})$/i;function fs(n){let e=bt(n);if(!_c.test(e))return 0;let t=Date.parse(e);return Number.isFinite(t)?Math.floor(t/1e3):0}var wc=/^[0-9a-f]{1,64}$/;function Sc(n){let e=n??{},t=fs(e.period_start_at),r=fs(e.period_ends_at);if(t===0||r===0)return;let o=bt(e.slug),i=bt(e.seed);return {id:bt(e.progression_definition_id),...o===""?{}:{slug:o},window:bt(e.window),periodStartAt:t,periodEndsAt:r,seed:wc.test(i)?i:""}}var vt=class{#e;constructor(e){this.#e=e;}async list(e={}){let{periodsBack:t}=e;if(t!==void 0&&(!Number.isInteger(t)||t<0||t>kr))throw new TypeError(`periodsBack must be an integer between 0 and ${kr}, got ${String(t)}`);let o=await Li(this.#e,{...t===void 0?{}:{periods_back:t},...e.signal===void 0?{}:{signal:e.signal}})??{};return Array.isArray(o.challenges)?o.challenges.map(Sc).filter(i=>i!==void 0):[]}};function Fe(n){return typeof n=="string"&&n!==""?n:void 0}var hs=new Set(["localhost","127.0.0.1","[::1]"]);function xr(n){let e=Fe(n);if(e===void 0)return;let t;try{t=new URL(e);}catch{return}if(!(t.username!==""||t.password!=="")&&(t.protocol==="https:"||t.protocol==="http:"&&hs.has(t.hostname)))return e}function Rc(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=t??{},o=Fe(r.item_id),i=xr(r.icon_url);o!==void 0&&i!==void 0&&e.push({itemId:o,iconUrl:i});}return e}function ve(n){let e=n??{},t=Fe(e.player_id),r=Fe(e.display_name),o=Fe(e.discriminator),i=Fe(e.display_tag),a=Fe(e.avatar_icon_id),s=xr(e.avatar_icon_url);return {...t===void 0?{}:{playerId:t},...r===void 0?{}:{displayName:ye(r)},...o===void 0?{}:{discriminator:o},...i===void 0?{}:{displayTag:ye(i)},...a===void 0?{}:{avatarIconId:a},...s===void 0?{}:{avatarIconUrl:s},badges:Rc(e.badges)}}var kc=new Set(["https://downloads.gemarcade.com","https://cdn.gemarcade.com"]);function xc(n){if(n===void 0)return;let e=xr(n);if(e===void 0)return;let t=new URL(e);return hs.has(t.hostname)||kc.has(t.origin)?e:void 0}var bs=100,_t=n=>typeof n=="string"?n:"",nt=n=>typeof n=="number"?n:0,wt=n=>typeof n=="string"?n:void 0,Ac=n=>typeof n=="number"?n:void 0,ws={player:"players",character:"characters"};function Pc(n,e){let t=n??{},r=wt(t.entity_id),o=typeof t.entity_type=="string"&&Object.hasOwn(ws,t.entity_type)?t.entity_type:void 0,i=Ss(t.stats),a=t.properties!==null&&typeof t.properties=="object"?t.properties:void 0,s=e?t.is_viewer===true:void 0;return {...ve(t),rank:nt(t.rank),occurredAt:nt(t.occurred_at),...s===void 0?{}:{isViewer:s},...r===void 0?{}:{entityId:r},...o===void 0?{}:{entityType:o},...i===void 0?{}:{stats:i},...a===void 0?{}:{properties:a}}}function vs(n,e){let t=n??{},r=wt(t.bucket_1),o=wt(t.bucket_2),i=Ac(t.update_frequency_seconds);return {leaderboardType:_t(t.leaderboard_type),runType:_t(t.run_type),...r===void 0?{}:{bucket1:r},...o===void 0?{}:{bucket2:o},entries:Array.isArray(t.entries)?t.entries.map(a=>Pc(a,e)):[],generatedAt:nt(t.generated_at),...i===void 0?{}:{updateFrequencySeconds:i}}}function _s(n){if(n===null||typeof n!="object"||Array.isArray(n))return;let e=n;if(!Number.isFinite(e.rank))return;let t=Ss(e.stats),r=e.properties!==null&&typeof e.properties=="object"?e.properties:void 0;return {rank:e.rank,occurredAt:nt(e.occurred_at),...t===void 0?{}:{stats:t},...r===void 0?{}:{properties:r}}}function Ss(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 Ec(n,e,t){let r=n??{},o=wt(r.bucket_1),i=wt(r.bucket_2);return {leaderboardType:_t(r.leaderboard_type),runType:_t(r.run_type),entityType:e,entityId:t,...o===void 0?{}:{bucket1:o},...i===void 0?{}:{bucket2:i},entries:Array.isArray(r.entries)?r.entries.map(_s).filter(a=>a!==void 0):[],personalBest:_s(r.personal_best)??null,totalRuns:nt(r.total_runs),totalRunsExact:r.total_runs_exact!==false,generatedAt:nt(r.generated_at)}}var St=class{#e;constructor(e){this.#e=e;}async get(e,t={}){let r=await ki(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 vs(r,false)}async friends(e,t={}){let r=await Si(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 vs(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>bs)throw new TypeError(`limit must be an integer between 1 and ${bs}, got ${String(s)}`)}let i=await hi(this.#e,e,ws[t],r,{...o.bucket1===void 0?{}:{bucket_1:o.bucket1},...o.bucket2===void 0?{}:{bucket_2:o.bucket2},...o.limit===void 0?{}:{limit:o.limit},...o.signal===void 0?{}:{signal:o.signal}}),a=t==="player"&&r==="me"&&_t((i??{}).entity_id)||r;return Ec(i,t,a)}};var Pn=n=>typeof n=="string"?n:"",Ar=n=>typeof n=="number"?n:0;function Rs(n){let e=n??{};return {playerId:Pn(e.player_id),key:Pn(e.key),value:e.value,updatedAt:Ar(e.updated_at)}}function Tc(n){let e=n??{};return {...ve(e),playerId:Pn(e.player_id),value:e.value,isViewer:e.is_viewer===true,updatedAt:Ar(e.updated_at)}}function Ic(n){return n?.reason==="not_found"}var Rt=class{constructor(e,t){this.api=e;this.selfPlayerId=t;}api;selfPlayerId;async friends(e,t={}){let o=await Ri(this.api,xe(e),{...t.signal===void 0?{}:{signal:t.signal}})??{};return {key:Pn(o.key),entries:Array.isArray(o.entries)?o.entries.map(Tc):[],generatedAt:Ar(o.generated_at)}}async of(e,t,r={}){try{return Rs(await Ei(this.api,e,xe(t),{...r.signal===void 0?{}:{signal:r.signal}}))}catch(o){if(Ic(o))return null;throw o}}async set(e,t,r={}){if(xe(e),t===void 0)throw new TypeError(`showcase value for ${JSON.stringify(e)} is undefined, which is not JSON. Use clear() to remove one.`);try{JSON.stringify(t);}catch(i){throw new TypeError(`showcase value for ${JSON.stringify(e)} could not be serialised to JSON: ${String(i)}.`,{cause:i})}let o=await this.selfPlayerId();return Rs(await Bi(this.api,o,e,{value:t},{...r.signal===void 0?{}:{signal:r.signal}}))}async clear(e,t={}){let r=await this.selfPlayerId();await li(this.api,r,xe(e),{...t.signal===void 0?{}:{signal:t.signal}});}};var ks=n=>typeof n=="string"?n:void 0;function Cc(n){let e=n??{};return {...ve(e),playerId:ks(e.player_id)??""}}function Mc(n){let e=n??{},t=e.has_more===true?ks(e.next_cursor):void 0;return {friends:Array.isArray(e.data)?e.data.map(Cc):[],...t===void 0?{}:{nextCursor:t}}}var kt=class{#e;constructor(e){this.#e=e;}async list(e={}){let t=await ji(this.#e,{...e.limit===void 0?{}:{limit:e.limit},...e.cursor===void 0?{}:{cursor:e.cursor},...e.signal===void 0?{}:{signal:e.signal}});return Mc(t)}};var xs=n=>typeof n=="string"?n:void 0;function Oc(n){let e=n??{},t=xs(e.currency_id);if(t===void 0||t==="")return;let r=typeof e.balance=="number"&&Number.isFinite(e.balance)?e.balance:0;return {slug:xs(e.slug)??"",currencyId:t,balance:r,access:e.access==="spend"?"spend":"read"}}var En=class{#e;constructor(e){this.#e=e;}async get(e={}){let r=(await rn(this.#e,e))?.currencies;if(!Array.isArray(r))return [];let o=[];for(let i of r){let a=Oc(i);a!==void 0&&o.push(a);}return o}},xt=class{currencies;constructor(e){this.currencies=new En(e);}};var Pr=n=>typeof n=="string"?n:"",As=n=>typeof n=="number"?n:0;function Lc(n){let e=n??{};return {key:Pr(e.key),visibility:Pr(e.visibility),value:e.value,updatedAt:As(e.updated_at)}}function Gc(n){let e=n??{};return {...ve(e),playerId:Pr(e.player_id),showcase:Array.isArray(e.showcase)?e.showcase.map(Lc):[],generatedAt:As(e.generated_at)}}function Dc(n){return n?.reason==="not_found"}var At=class{#e;constructor(e){this.#e=e;}async of(e,t={}){try{return Gc(await xi(this.#e,e,{...t.signal===void 0?{}:{signal:t.signal}}))}catch(r){if(Dc(r))return null;throw r}}};var $c=["gem_session_start","gem_session_end","gem_pause","gem_resume","gem_boot_ready","gem_match_started","gem_match_ended","gem_auth_lost"],Er="gem_";function Ps(n){return n.startsWith(Er)}var Es=1e4,Fc=50,jc=500,Nc=65536-4*1024,qc=24*1024;function Ts(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 Is=n=>typeof n=="number"?n:0,Uc=n=>typeof n=="string"?n:"";function Cs(n=0){return {accepted:0,rejected:[],dropped:n,duplicate:false}}function Bc(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:Is(i.index),code:Uc(i.code)}}):[];return {accepted:Is(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function Ms(){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 Hc(n){return n?.retryable===true}var Pt=class{#e;#i;#b;#u;#t=[];#m={};#r=0;#o=null;#p=false;#g=false;#y=false;#n=false;#f=null;#s=null;#a=false;#v=false;#_=false;constructor(e){this.#e=e,this.#i=e.options?.enabled!==false,this.#b=Math.max(Es,e.options?.flushIntervalMs??Es),this.#u=Math.max(1,Math.floor(e.options?.maxQueue??jc));}track(e,t={}){if(!(!this.#i||this.#n)){if(Ps(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,Ts({...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.")),Cs();if(this.#S(),this.#t.length===0)return Cs();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:Ms(),sent_at_ms:a,events:o.map(d=>Os(d,a))},l={client:this.#e.client(),gameId:()=>t};this.#y=true;try{let d=await Ci(l,s,{...e.signal===void 0?{}:{signal:e.signal},...r?{keepalive:!0}:{}}),m=Bc(d,i);return this.#x(m),m}catch(d){throw Hc(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,Ts(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:Ms(),name:e,atMs:this.#e.clock.now(),dimensions:r,measures:o}),this.#t.length>=Fc?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?qc:Nc,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(Os(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}). `+Vc(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 Os(n,e){return {event_uid:n.uid,name:n.name,offset_ms:Math.round(n.atMs)-e,dimensions:n.dimensions,measures:n.measures}}function Vc(n){switch(n){case "analytics_not_declared":return "This channel has no analytics_events section at all \u2014 promote a game config that declares one. The gem_* events in the same batch were still recorded.";case "unknown_event":return "This channel declares a set of events and this name is not in it \u2014 check the spelling, or declare it in analytics_events.";case "unknown_dimension":return "A string property on this event is not declared as one of its dimensions.";case "missing_dimension":return "A dimension this event declares was not supplied.";case "dimension_value_not_declared":return "A dimension value is outside the closed set the config declares for it.";case "unknown_measure":return "A numeric property on this event is not declared as one of its measures.";case "measure_wrong_type":return "A measure was the wrong shape \u2014 an int measure refuses a fractional value.";case "source_not_permitted":return "This event is declared for the server only, so a client may not emit it.";default:return "See the analytics_events section of your game config."}}function me(n){if(typeof n!="string")return;let e=n.trim();return e.length===0?void 0:e}function Et(n){if(!Array.isArray(n))return [];let e=[];for(let t of n){let r=me(t);if(!(r===void 0||e.includes(r))&&(e.push(r),e.length===3))break}return e}var Wc=2e3,Kc=5e3;function Gs(n){let e=[],t=false,r=null,o=new Map,i=()=>{if(e.length>0)return Promise.resolve(e);if(t)return Promise.resolve([]);if(!n.bridge.parentSupports("clusterTarget"))return Promise.resolve([]);if(r!==null)return r.promise;let a,s=new Promise(l=>{let d=false,m=null;a=c=>{d||(d=true,r=null,n.clock.clearTimeout(m),l(c));},m=n.clock.setTimeout(()=>{t=true,a([]);},n.timeoutMs??Wc);});return r={promise:s,settle:a},s};return {resolveList:i,resolve(){return e.length>0||t||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e[0]):i().then(a=>a[0])},refresh(a){return !Ls(e,a)||!n.bridge.parentSupports("clusterTarget")?Promise.resolve(e):new Promise(s=>{let l=null,d=m=>{o.delete(d)&&(n.clock.clearTimeout(l),s(m));};o.set(d,a),l=n.clock.setTimeout(()=>d(e),n.refreshTimeoutMs??Kc);})},accept(a,s){let l=Et(s),d=me(a),m=l.length>0?l:d===void 0?[]:[d];if(m.length!==0){e=m,r?.settle(m);for(let[c,p]of [...o])Ls(m,p)||c(m);}}}}function Ls(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Jc=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=Jc.has(t),this.platformCode=o?.platformCode;}reason;retryable;platformCode};var Ds=["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"],zc=new Set(Ds);function Ce(n){return typeof n=="string"&&zc.has(n)?n:"unknown"}var Tn="webrtc_dedicated",Mr=["universal","mobile","web"];var Yc="p2p_unavailable",Xc="capacity_unavailable",Qc=2,$s=3e4,Fs=1e3,js=2e4;async function Or(n){let e=me(n.clusterTargetId),t=n.nextClusterTarget,r=0,o=n.clock??se,i=n.retry??{},a=i.budgetMs??$s,s=i.maxDelayMs??js,l=i.initialDelayMs??Fs,d=o.now(),m=d+a,c=0;for(;;){c++;try{let p=await $r(n.signal,"while allocating",()=>n.client.post(`${Us(n)}/start_match`,e===void 0?{}:{cluster_target_id:e},n.signal));return {matchId:p.match_id,status:p.status}}catch(p){if(!Zc(p)||a<=0)throw p;if(p.status===503&&p.code===Yc)throw new h("p2p_unavailable",`room ${n.roomId} starts a peer-to-peer match, which allocates no server \u2014 so this refusal is not capacity and waiting cannot help: ${p.message}`,{cause:p});if(r=p.code===Xc?r+1:0,t!==void 0&&r>=Qc){let T=t;t=void 0;let C=me(await T());C!==void 0&&(e=C,r=0);}let g=Math.min(s,l*2**(c-1)),y=Math.min(s,(p.retryAfterSeconds??0)*1e3),x=Math.max(g/2,y)+Math.random()*(g/2);if(o.now()+x>m)throw eu(n,p,c,o.now()-d,a);if(i.onWaiting?.({attempt:c,elapsedMs:o.now()-d,budgetMs:a,nextAttemptInMs:x,status:p.status,message:p.message}),await In(o,x,n.signal),n.signal?.aborted)throw Cr("while waiting to allocate")}}}function Zc(n){return n instanceof D?n.status===503?true:n.status===429&&n.code!=="too_many_concurrent_matches":false}function eu(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 tu=12e4,nu=1e3;async function Lr(n){let{clock:e,matchId:t}=n,r=n.pollIntervalMs??nu,o=n.timeoutMs??tu,i=e.now()+o,a=Ns(n),s={seen:n.knownToExist===true};for(;;){let l=await qs(n,a,s);if(l.outcome!==null)return l.outcome;if(e.now()+r>i)throw new h("timeout",`match ${t} was still ${l.status} after ${o}ms`);await In(e,r,n.signal);}}async function Gr(n){return (await qs(n,Ns(n),{seen:n.knownToExist===true})).outcome}function Ns(n){let e=new URLSearchParams({platform:n.version.platform,game_version:n.version.gameVersion});return `${Us(n)}/matches/${encodeURIComponent(n.matchId)}/status?${e}`}async function qs(n,e,t){let{matchId:r}=n,o=n.clock.now(),i;try{i=await $r(n.signal,"while polling match status",()=>n.client.get(e,n.signal));}catch(a){if(a instanceof D&&a.reason==="not_found")return {status:"not_found",outcome:t.seen?{status:"ended",matchId:r,reason:"unknown"}:{status:"failed",matchId:r,reason:"not_found"}};throw a}if(t.seen=true,i.status==="ready")return {status:"ready",outcome:ru(r,i,o)};if(i.status==="failed"){let a=i.ended_reason;return typeof a=="string"?{status:"failed",outcome:{status:"ended",matchId:r,reason:Ce(a)}}:{status:"failed",outcome:{status:"failed",matchId:r,reason:i.failure_reason??"unknown"}}}return {status:i.status,outcome:null}}async function Dr(n){let e=await $r(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 $r(n,e,t){if(n?.aborted)throw Cr(e);try{return await t()}catch(r){throw n?.aborted?Cr(e,r):r}}function Cr(n,e){return new h("aborted",`the caller aborted ${n}`,e===void 0?void 0:{cause:e})}function ru(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 Us(n){return `/v1/games/${encodeURIComponent(n.gameId)}/game-rooms/${encodeURIComponent(n.roomId)}`}function In(n,e,t){return t?.aborted?Promise.resolve():new Promise(r=>{let o=()=>{n.clearTimeout(i),t?.removeEventListener("abort",o),r();},i=n.setTimeout(o,e);t?.addEventListener("abort",o);})}function Bs(n){return typeof n=="string"&&n.trim()!==""}function Cn(n,e){return Bs(n)?n.trim():Bs(e)?e:null}var Mn="0.1.0-beta",Hs="0-beta",rt="web",ou=/^(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 iu(n){let e=ou.exec(n),t=e?.[1],r=e?.[4];return t===void 0?null:r===void 0?t:`${t}-${r}`}function Vs(n,e){let t=su(n.platform,e),r=n.engineVersion;if(r===void 0)return {...n,platform:t,engineVersion:Mn};let o=iu(r);if(o===null)throw new h("misconfigured",`${e} refused: engineVersion '${r}' is not semver, so no engine line can be derived from it and gem-api answers 400. Omit it \u2014 a browser game has no engine version of its own, and the SDK reports '${Mn}' for it.`);if(o!==Hs)throw new h("misconfigured",`${e} refused: engineVersion '${r}' derives to engine line '${o}', and '${Hs}' is the only line a web dedicated-server fleet runs. gem-api uses the line \u2014 the semver major plus any prerelease tag \u2014 verbatim as the fleet's label selector, so a match on '${o}' would match nothing and be reported as a capacity shortfall rather than as this. Omit engineVersion: a browser game has no engine version of its own, and the SDK reports '${Mn}' for it.`);return {...n,platform:t,engineVersion:r}}function su(n,e){if(n===void 0||n===rt)return rt;if(!Mr.includes(n))throw new h("misconfigured",`${e} refused: platform '${String(n)}' is not a client platform gem-api recognises \u2014 it knows ${Mr.map(t=>`'${t}'`).join(", ")}. Remove the field: the SDK reports '${rt}', which is the only one true of a browser build.`);return console.warn(`[gem] ${e}: clientVersion.platform '${n}' was replaced with '${rt}' and is deprecated \u2014 remove the field. A browser game publishes its bundle in the web package dimension, so a client reporting anything else is version-checked against a dimension it has nothing in, and every blacklist, release and expiry check passes without looking at this build.`),rt}var au="join",lu="welcome",du="rejected",Ws=25e3,cu=1e3,Fr=1;function jr(n){return typeof n=="number"&&Number.isFinite(n)&&n>0?n:void 0}var uu={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 Nr(n){let e=typeof n=="string"?n:"unknown";return new h(uu[e]??"join_refused",`the server runtime rejected the join credential: ${e}`)}function Tt(n){let{channel:e,clock:t}=n;return new Promise((r,o)=>{let i=false,a=Math.min(n.credentialExpiresAt-t.now(),n.ceilingMs??Ws),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,cu)),l=x=>{let T=x.data;if(typeof T!="string"){c(T);return}let C;try{C=JSON.parse(T);}catch{c(T);return}if(i){c(T);return}if(C.t===lu){let v=jr(C.heartbeat_interval);y({...typeof C.player_id=="string"?{playerId:C.player_id}:{},...typeof C.match_id=="string"?{matchId:C.match_id}:{},...v===void 0?{}:{heartbeatIntervalMs:v}});return}if(C.t===du){w(Nr(C.reason));return}c(T);},d=()=>{w(new h("connection_failed","the channel closed before the join/welcome exchange completed, so there is nothing left to present the credential on."));},m=()=>{w(new h("aborted","the caller aborted during the join exchange"));},c=x=>{i&&n.onMessage?.(x);},p=()=>{t.clearTimeout(s),e.removeEventListener("close",d),n.signal?.removeEventListener("abort",m);},g=()=>{e.removeEventListener("message",l);},y=x=>{i=true,p(),n.onMessage===void 0&&g(),r({welcome:x,detach:g});},w=x=>{i||(i=true,p(),g(),o(x));};if(e.addEventListener("message",l),e.addEventListener("close",d),n.signal?.aborted){m();return}n.signal?.addEventListener("abort",m);try{e.send(JSON.stringify({t:au,credential:n.credential,...n.wire===void 0?{}:{wire:n.wire},...n.heartbeat===!0?{heartbeat:Fr}:{}}));}catch(x){w(new h("connection_failed",`the join frame could not be sent on the open channel: ${String(x)}`,{cause:x}));}})}var je=1,It=2,qr=4,Hr=8,mu=2,pu=1e3,Vr="heartbeat timeout",Ct="gem-uu",On=2,Js="gem_transports";function ot(n){if(!Array.isArray(n))return null;let e=[];for(let t of n){if(typeof t!="string")continue;let r=t.toLowerCase();!gu(r)||e.includes(r)||e.push(r);}return e}function gu(n){return n==="webtransport"||n==="webrtc"||n==="websocket"}function Mt(n,e){if(typeof n!="object"||n===null)return null;let t=n[Js];if(typeof t!="object"||t===null)return null;let r=t;return typeof r.v!="number"||r.v<1||typeof r.host!="string"||typeof r.port!="number"||e!==void 0&&r.match_id!==e?null:r}function Ln(n){return n instanceof Error?n.message===""?n.name:`${n.name}: ${n.message}`:String(n)}var zs=new TextEncoder,Ys=new TextDecoder;function Wr(n,e){let t=new Uint8Array(e.byteLength+1);return t[0]=n,t.set(e,1),t}function Kr(n){let e=0;return n?.reliable===false&&(e|=je),n?.ordered===false&&(e|=It),e}function Jr(n){return {reliable:(n&je)===0,ordered:(n&It)===0}}var zr={reliable:true,ordered:true};function Xs(n){return JSON.stringify({t:"join",credential:n,wire:On,heartbeat:Fr})}function Qs(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=jr(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"?Nr(e.reason):new h("join_refused","the server answered the join out of protocol")}function Gn(){return typeof globalThis.WebTransport=="function"&&Yr===null}function Dn(){return Yr}var Yr=null;var Ks="webtransport has no datagram lane; refusing the rung \u2014 server-to-client unreliable traffic would be silently lost";function yu(n){let e=tn(n);if(e.byteLength!==32)throw new h("misconfigured",`the advertised certificate hash decodes to ${e.byteLength} bytes; a SHA-256 is 32`);return e}var Ur=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 Br(n,e){let t=new Uint8Array(5+e.byteLength);return new DataView(t.buffer).setUint32(0,e.byteLength+1,true),t[4]=n,t.set(e,5),t}async function Ot(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webTransport;if(t===void 0){let s=globalThis.WebTransport;if(s===void 0)throw new h("connection_failed","this environment has no WebTransport");t=n.certHashBase64===void 0?new s(n.url):new s(n.url,{serverCertificateHashes:[{algorithm:"sha-256",value:yu(n.certHashBase64)}]});}let r=t,o=s=>{try{r.close();}catch{}throw s},i=r.datagrams;(i?.readable===void 0||i.writable===void 0)&&(Yr=Ks,o(new h("connection_failed",`${Ks}; 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(Br(qr,zs.encode(Xs(n.credential))));let c=new Ur,p=d.readable.getReader(),g;for(;g===void 0;){let y=await Promise.race([p.read(),a]);if(y.done||y.value===void 0)return o(new h("connection_failed","the control stream closed before the join was answered"));for(let w of c.push(y.value)){g=Qs(Ys.decode(w.payload));break}}return {link:fu(r,m,p,c,n.log??(y=>console.warn(y)),ea(g,n.clock)),welcome:g}}catch(s){return o(s)}}function fu(n,e,t,r,o,i){let a,s,l=false,d=y=>{if(!l){l=true,m.stop();try{n.close();}catch{}s?.(y);}},m=Qr(i,()=>d(Vr)),c=(y,w)=>{m.heard(),(y&Hr)===0&&a!==void 0&&((y&qr)!==0?a(Ys.decode(w),zr):a(w,Jr(y)));};(async()=>{try{for(;;){let y=await t.read();if(y.done||y.value===void 0)break;for(let w of r.push(y.value))c(w.flags,w.payload);}}catch{}d("stream closed");})();let p,g;try{let y=n.datagrams;if(y?.readable!==void 0&&y.writable!==void 0){let w=y.readable.getReader();g=y.writable.getWriter(),p=y,(async()=>{try{for(;;){let x=await w.read();if(x.done||x.value===void 0)break;let T=x.value;T.byteLength!==0&&c((T[0]??0)|je|It,T.slice(1));}}catch{}})();}else o("[gem] webtransport link has no datagram lane; unreliable sends ride the stream");}catch(y){p=void 0,g=void 0,o(`[gem] webtransport datagram lane unusable (${Ln(y)}); unreliable sends ride the stream`);}return n.closed.then(y=>d(Zs(y?.reason)??"session closed"),()=>d("session failed")),{transport:"webtransport",send(y,w){if(l)return;if(typeof y=="string"){e.write(Br(qr,zs.encode(y))).catch(()=>d("write failed"));return}let x=Kr(w);if((x&je)!==0&&g!==void 0){let T=Wr(x,y),C=p?.maxDatagramSize;if(C===void 0||T.byteLength<=C){g.write(T).catch(()=>{});return}}e.write(Br(x,y)).catch(()=>d("write failed"));},onMessage(y){a=y;},onClose(y){s=y;},close(){d("closed");}}}function Xr(n){let e=Math.min(n.timeoutMs??1e4,Math.max(n.credentialExpiresAt-n.clock.now(),1e3)),t=n.webSocket;if(t===void 0){let o=globalThis.WebSocket;if(o===void 0)return Promise.reject(new h("connection_failed","this environment has no WebSocket"));t=new o(n.url);}let r=t;return r.binaryType="arraybuffer",new Promise((o,i)=>{let a=false,s=setTimeout(()=>{a||(a=true,r.close(),i(new h("timeout","websocket did not come up in time")));},e),l=g=>{a||(a=true,clearTimeout(s),r.close(),i(g));},d=()=>{r.send(Xs(n.credential));},m=g=>{if(a)return;if(typeof g.data!="string"){l(new h("join_refused","the server sent binary before answering the join"));return}let y;try{y=Qs(g.data);}catch(w){l(w);return}a=true,clearTimeout(s),r.removeEventListener("open",d),r.removeEventListener("message",m),r.removeEventListener("close",c),r.removeEventListener("error",p),o({link:hu(r,ea(y,n.clock)),welcome:y});},c=()=>{l(new h("connection_failed","the websocket closed before the join was answered"));},p=()=>{l(new h("connection_failed","the websocket failed before the join was answered"));};r.addEventListener("open",d),r.addEventListener("message",m),r.addEventListener("close",c),r.addEventListener("error",p),r.readyState===1&&d();})}function Zs(n){return typeof n=="string"&&n.length>0?n:void 0}function ea(n,e){return n.heartbeatIntervalMs===void 0?void 0:{clock:e,intervalMs:n.heartbeatIntervalMs}}function Qr(n,e){if(n===void 0)return {heard:()=>{},stop:()=>{}};let{clock:t}=n,r=Math.max(n.intervalMs,pu)*mu,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 hu(n,e){let t,r,o=false,i=s=>{if(!o){o=true,a.stop();try{n.close();}catch{}r?.(s);}},a=Qr(e,()=>i(Vr));return n.addEventListener("message",(s=>{if(a.heard(),typeof s.data=="string"){t?.(s.data,zr);return}let l=new Uint8Array(s.data);if(l.byteLength===0)return;let d=l[0]??0;(d&Hr)===0&&t?.(l.slice(1),Jr(d));})),n.addEventListener("close",(s=>i(Zs(s?.reason)??"socket closed"))),{transport:"websocket",send(s,l){if(!o){if(typeof s=="string"){n.send(s);return}n.send(Wr(Kr(l),s));}},onMessage(s){t=s;},onClose(s){r=s;},close(){i("closed");}}}function Zr(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=Qr(r,()=>l(Vr)),m=(c,p)=>{if(d.heard(),typeof c=="string"){o?.(c,zr);return}let g=new Uint8Array(c);if(g.byteLength===0)return;let y=g[0]??0;(y&Hr)===0&&o?.(g.slice(1),Jr(y|p));};if(n.addEventListener("message",(c=>m(c.data,0))),n.addEventListener("close",(()=>l("channel closed"))),e.addEventListener("connectionstatechange",(()=>{let c=e.connectionState;(c==="failed"||c==="closed")&&l(`connection ${c}`);})),s!==void 0){let c=s;c.addEventListener("message",(p=>m(p.data,je|It))),c.addEventListener("close",(()=>{s=void 0;}));}return {transport:"webrtc",send(c,p){if(a)return;if(typeof c=="string"){n.send(c);return}let g=Kr(p),y=Wr(g,c);if((g&je)!==0&&s!==void 0&&s.readyState==="open"){s.send(y);return}n.send(y);},onMessage(c){o=c;},onClose(c){i=c;},close(){l("closed");}}}function no(n){if(typeof n!="object"||n===null)return;let e={};for(let[t,r]of Object.entries(n)){let o=eo(r);o!==void 0&&(e[t]=o);}return e}function ro(n){if(Array.isArray(n))return n.map(bu).filter(e=>!!e)}function eo(n){if(to(n)||Array.isArray(n)&&n.every(to))return n}function to(n){return typeof n=="string"||typeof n=="boolean"||typeof n=="number"&&Number.isFinite(n)}function bu(n){let e=n??{};if(typeof e.name!="string"||e.name.length===0)return null;let t=eo(e.fixed),r=eo(e.default);return {name:e.name,type:typeof e.type=="string"?e.type:"string",list:e.list===true,required:e.required===true,mutable:e.mutable!==false,...t===void 0?{}:{fixed:t},...r===void 0?{}:{default:r},...it("description",vu(e.description)),...Array.isArray(e.allowed)&&e.allowed.every(to)?{allowed:e.allowed}:{},...it("min",Lt(e.min)),...it("max",Lt(e.max)),...it("minItems",Lt(e.min_items)),...it("maxItems",Lt(e.max_items)),...it("maxLength",Lt(e.max_length))}}function vu(n){return typeof n=="string"&&n.length>0?n:void 0}function Lt(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function it(n,e){return e===void 0?{}:{[n]:e}}function Pe(n){let e=n??{},t=Y(e.id)??Y(e.game_room_id);if(t===void 0)throw new Error("[gem] a game-room response carried no id");let r=Array.isArray(e.members)?e.members.map(ta):[];return {id:t,gameId:Y(e.game_id)??"",name:Y(e.name)??"",status:Y(e.status)??"open",hostPlayerId:Y(e.host_player_id)??"",maxPlayers:Ae(e.max_players)??0,memberCount:Ae(e.member_count)??r.length,members:r,isPublic:e.is_public!==false,..._e("joinCode",Y(e.join_code)),...e.settings===void 0?{}:{settings:e.settings},..._e("roomArgs",no(e.room_args)),..._e("roomArgsTemplate",ro(e.room_args_template)),gameChannel:Y(e.game_channel)??"release",..._e("region",Y(e.region)),..._e("clusterTargetId",Y(e.cluster_target_id)),..._e("matchId",Y(e.match_id)),version:Ae(e.version)??0,..._e("templateId",Y(e.template_id)),roomType:Y(e.game_room_type)??"Standard",..._e("transports",ot(e.transports)??void 0),createdAt:Ae(e.created_at)??0,updatedAt:Ae(e.updated_at)??0,..._e("startedAt",Ae(e.started_at))}}function ta(n){let e=n??{};return {...ve(e),playerId:Y(e.player_id)??"",isReady:e.is_ready===true,role:Y(e.role)??"member",joinedAt:Ae(e.joined_at)??0,..._e("groupId",Y(e.group_id)),..._e("platform",Y(e.platform))}}function $n(n){let e=n??{};return {id:Y(e.id)??Y(e.game_room_id)??"",gameId:Y(e.game_id)??"",name:Y(e.name)??"",status:Y(e.status)??"open",hostPlayerId:Y(e.host_player_id)??"",maxPlayers:Ae(e.max_players)??0,memberCount:Ae(e.member_count)??0,isPublic:e.is_public!==false,gameChannel:Y(e.game_channel)??"release",roomType:Y(e.game_room_type)??"Standard",createdAt:Ae(e.created_at)??0}}function Y(n){return typeof n=="string"&&n.length>0?n:void 0}function Ae(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}function _e(n,e){return e===void 0?{}:{[n]:e}}var Gt=class{constructor(e){this.options=e;}options;list(e){let t=new URLSearchParams;e.status&&t.set("status",e.status),e.templateSlug&&t.set("template_slug",e.templateSlug),e.limit!==void 0&&t.set("limit",String(e.limit)),e.cursor&&t.set("cursor",e.cursor);let r=t.size>0?`?${t.toString()}`:"";return this.options.client.get(`${this.baseV1()}${r}`,e.signal).then(o=>({rooms:(o.game_rooms??[]).map($n),...typeof o.next_cursor=="string"?{nextCursor:o.next_cursor}:{}}))}myRooms(e){return this.options.client.get(`/v1/games/${encodeURIComponent(this.options.gameId())}/players/me/game-rooms`,e).then(t=>({rooms:(t.game_rooms??[]).map($n)}))}create(e,t,r){return _u(e.maxPlayers),this.options.client.post(this.baseV2(),{name:e.name,...e.isPublic===void 0?{}:{is_public:e.isPublic},...e.settings===void 0?{}:{settings:e.settings},...e.region===void 0?{}:{region:e.region},...r===void 0?{}:{cluster_target_id:r},...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.partyId===void 0?{}:{party_id:e.partyId},...e.roomArgs===void 0?{}:{room_args:e.roomArgs},...Fn(t)},e.signal).then(Pe)}get(e,t){return this.options.client.get(this.roomV2(e),t).then(Pe)}join(e,t,r){return this.options.client.post(`${this.roomV2(e)}/join`,{...t.partyId===void 0?{}:{party_id:t.partyId},...Fn(r)},t.signal).then(Pe)}joinByCode(e,t,r){return this.options.client.post(`${this.baseV2()}/join`,{join_code:e,...t.partyId===void 0?{}:{party_id:t.partyId},...Fn(r)},t.signal).then(Pe)}quickJoin(e,t,r=[]){return this.options.client.post(`${this.baseV2()}/quick-join`,{...e.templateId===void 0?{}:{template_id:e.templateId},...e.templateSlug===void 0?{}:{template_slug:e.templateSlug},...e.region===void 0?{}:{region:e.region},...r.length===0?{}:{cluster_target_ids:[...r]},...e.name===void 0?{}:{name:e.name},...e.partyId===void 0?{}:{party_id:e.partyId},...Fn(t)},e.signal).then(Pe)}leave(e,t,r,o=false){return this.options.client.post(`${this.roomV2(e)}/leave`,{leave_as_group:t},r,{keepalive:o}).then(()=>{})}close(e,t){return this.options.client.delete(this.roomV1(e),t).then(()=>{})}update(e,t){return this.options.client.patch(this.roomV2(e),{...t.name===void 0?{}:{name:t.name},...t.maxPlayers===void 0?{}:{max_players:t.maxPlayers},...t.isPublic===void 0?{}:{is_public:t.isPublic},...t.settings===void 0?{}:{settings:t.settings},...t.roomArgs===void 0?{}:{room_args:t.roomArgs}},t.signal).then(Pe)}setReady(e,t,r){return this.options.client.post(`${this.roomV2(e)}/ready`,{is_ready:t},r).then(Pe)}kick(e,t,r){return this.options.client.post(`${this.roomV1(e)}/kick/${encodeURIComponent(t)}`,{},r).then(()=>this.get(e,r))}transferHost(e,t,r){return this.options.client.post(`${this.roomV2(e)}/transfer/${encodeURIComponent(t)}`,{},r).then(Pe)}leaveMatch(e,t){return this.options.client.post(`/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}/leave`,{},void 0,{keepalive:t}).then(()=>{})}baseV2(){return `/v2/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}baseV1(){return `/v1/games/${encodeURIComponent(this.options.gameId())}/game-rooms`}roomV2(e){return `${this.baseV2()}/${encodeURIComponent(e)}`}roomV1(e){return `${this.baseV1()}/${encodeURIComponent(e)}`}};function Fn(n){return {platform:n.platform,game_version:n.gameVersion,engine_version:n.engineVersion}}function _u(n){n!==void 0&&console.warn(`[gem] createRoom: maxPlayers (${n}) is deprecated and was not sent. A room's seats come from the room template published in your game config \u2014 name one with templateSlug \u2014 and a room created without a template seats 8. To change a room that already exists, call update({ maxPlayers }) as its host.`);}var Dt=class{listeners=new Map;retainedMatch=null;on(e,t){let r=this.listeners.get(e);if(r||(r=new Set,this.listeners.set(e,r)),r.add(t),e==="matchReady"&&this.retainedMatch!==null){let o=this.retainedMatch;queueMicrotask(()=>{this.listeners.get(e)?.has(t)&&this.retainedMatch===o&&t(o);});}return ()=>this.off(e,t)}hasListeners(e){return (this.listeners.get(e)?.size??0)>0}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){e==="matchReady"&&(this.retainedMatch=t[0]);let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}get retained(){return this.retainedMatch}retain(e){this.retainedMatch=e;}clearRetained(){this.retainedMatch=null;}clear(){this.listeners.clear(),this.retainedMatch=null;}};function wu(n,e){return Math.min(e,500*2**Math.max(0,n-1))}var Su=1e3,Ru=3e3,ku=6e4,xu=2,na=new Set(["game_room_closed","game_room_gone"]),Au=12e4,Pu=5e3;function io(n){return new oo(n)}var oo=class{constructor(e){this.options=e;this.autoFollow=e.followMatch!==false,this.api=new Gt({client:e.client,gameId:()=>this.requireGameId()}),this.installUnloadNotifier(),this.installResumeWatch(),this.retuneSeatWatch();}options;emitter=new Dt;api;room=null;session={phase:"none"};seenMatches=new Set;refusedMatches=new Set;reconciling=null;reconcileAgain=false;pendingHint=null;settling=null;pollHandle=null;polling=false;pollIntervalMs=null;pinnedIntervalMs=null;lastPushAt=-1/0;inFlight=[];unloadListener=null;visibilityListener=null;seatPollHandle=null;reported=new Set;disposed=false;followAbort=null;followingMatchId=null;autoFollow;reconnect=null;async create(e){this.assertNotInRoom("create");let t=this.clusterTargets(),r=await this.attachParty(e),o=await this.run("create",async()=>{let i=await t;return this.api.create(r,this.version("create"),i[0]).catch(async a=>{let s=await this.afterRefusedClusters(a,i);if(s[0]===void 0||s[0]===i[0])throw a;return this.api.create(r,this.version("create"),s[0])})});return this.enter(o,"created"),o}async join(e,t={}){this.assertNotInRoom("join");let r=await this.attachParty(t),o=await this.run("join",()=>this.api.join(e,r,this.version("join")));return this.enter(o,"joined"),o}async joinByCode(e,t={}){this.assertNotInRoom("joinByCode");let r=await this.attachParty(t),o=await this.run("joinByCode",()=>this.api.joinByCode(e,r,this.version("joinByCode")));return this.enter(o,"joined"),o}async quickJoin(e){this.assertNotInRoom("quickJoin");let t=this.clusterTargets(),r=await this.attachParty(e),o=a=>this.api.quickJoin(r,this.version("quickJoin"),a).catch(s=>this.retryPastStaleMembership(s,r,a)),i=await this.run("quickJoin",async()=>{let a=await t;return o(a).catch(async s=>{let l=await this.afterRefusedClusters(s,a);if(l.length===0||Tu(l,a))throw s;return o(l)})});return this.enter(i,"joined"),i}async list(e={}){let t=await this.run("list",()=>this.api.list(e));return this.emitter.emit("listed",t),t}async myRooms(e){let t=await this.run("myRooms",()=>this.api.myRooms(e));return this.emitter.emit("mineListed",t.rooms),t.rooms}async leave(e={}){let t=this.requireRoom("leave"),r=e.keepalive===true,o=()=>this.run("leave",()=>this.api.leave(t.id,e.asGroup!==false,e.signal,r));if(r){let i=o();this.track(this.notifyLeavingMatch({keepalive:true})),await i;}else await this.notifyLeavingMatch(),await o();this.exit(),this.emitter.emit("left");}async leaveAll(e){let t=await this.myRooms(e),r=[];for(let o of t)try{await this.run("leaveAll",()=>this.api.leave(o.id,!0,e)),r.push(o.id),this.room?.id===o.id&&(this.exit(),this.emitter.emit("left"));}catch{}return r}async close(e){let t=this.requireRoom("close");await this.run("close",()=>this.api.close(t.id,e)),this.exit(),this.emitter.emit("closed");}async refresh(e){let t=this.room;if(!t)return null;let r;try{r=await this.track(this.api.get(t.id,e));}catch(o){if(o instanceof D&&o.reason==="not_found"){let i=this.heldMatchId;if(i!==null){let a=await this.askWhyEnded(i,e);this.endMatch(i,a??"game_room_gone",false);}return this.exit(),this.emitter.emit("closed"),null}throw this.reportError("refresh",o),o}return this.apply(r),await this.settleHeldMatch(e),this.room}async settleHeldMatch(e){let t=this.room,r=this.heldMatchId;if(!(t===null||r===null)&&!(t.status==="in_game"&&t.matchId===r)&&!(t.matchId!==void 0&&t.matchId!==r)&&this.settling!==r){this.settling=r;try{let o=await this.askWhyEnded(r,e);o!==null&&this.endMatch(r,o,t.status!=="closed");}finally{this.settling===r&&(this.settling=null);}}}async askWhyEnded(e,t){let r=this.room;if(r===null)return null;let o=this.takeHint(e),i;try{i=await this.track(this.onceGameIdKnown(()=>Gr({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:r.id,matchId:e,version:this.version("reconcile"),knownToExist:this.seenMatches.has(e),...t===void 0?{}:{signal:t}})));}catch(a){return a instanceof D&&a.reason==="not_found"?o??null:(this.reportError("reconcile",a),null)}return i===null?null:i.status==="ready"?(this.seenMatches.add(e),null):i.status==="failed"?(this.settleFailed(i.matchId,i.reason),null):i.reason==="unknown"&&o!==null?o:i.reason}takeHint(e){let t=this.pendingHint;if(t===null||t.matchId!==void 0&&t.matchId!==e||(this.pendingHint=null,t.reason===void 0))return null;let r=Ce(t.reason);return r==="unknown"?null:r}async reconcile(e){if(this.disposed)return;if(e!==void 0&&(e.matchId!==void 0||e.reason!==void 0)&&(this.pendingHint=e),this.reconciling!==null)return this.reconcileAgain=true,this.reconciling;let t=this.reconcileOnce().finally(()=>{this.reconciling=null,this.reconcileAgain&&(this.reconcileAgain=false,this.track(this.reconcile().catch(()=>{})));});return this.reconciling=t,this.track(t)}async reconcileOnce(){if(this.room===null){await this.reconcileSeats();return}await this.refresh().catch(()=>null);}async setReady(e,t){let r=this.requireRoom("setReady"),o=await this.run("setReady",()=>this.api.setReady(r.id,e,t));return this.apply(o),o}async kick(e,t){let r=this.requireRoom("kick"),o=await this.run("kick",()=>this.api.kick(r.id,e,t));return this.apply(o),o}async transferHost(e,t){let r=this.requireRoom("transferHost"),o=await this.run("transferHost",()=>this.api.transferHost(r.id,e,t));return this.apply(o),o}async update(e){let t=this.requireRoom("update"),r=await this.run("update",()=>this.api.update(t.id,e));return this.apply(r),r}async startMatch(e={}){let t=this.requireRoom("startMatch");if(!this.isHost)throw new h("misconfigured",`only the host of room ${t.id} can start a match, and this player is not it. Every other member waits for \`matchAllocationStarted\` instead \u2014 that is the whole point of the room carrying the match.`);let r=me(e.clusterTargetId),o=r??(t.clusterTargetId===void 0?(await this.clusterTargets())[0]:void 0),i=o??t.clusterTargetId;await this.options.ensureLocalServer?.(t.id);let a=(l,d)=>Or({client:this.options.client,clock:this.options.clock,gameId:this.requireGameId(),roomId:t.id,...l===void 0?{}:{clusterTargetId:l},...r===void 0?{nextClusterTarget:()=>this.nextCluster(d)}:{},retry:{...e.retry,onWaiting:m=>{this.emitter.emit("matchStartWaiting",m),e.retry?.onWaiting?.(m);}},...e.signal===void 0?{}:{signal:e.signal}}),s=await this.run("startMatch",()=>a(o,[i]).catch(async l=>{if(r!==void 0||!oa(l))throw l;let d=await this.nextCluster([i],true);if(d===void 0)throw l;return a(d,[i,d])}));return this.beginMatch(s.matchId),s}async awaitMatch(e={}){if(this.session.phase==="suspended")throw new h("misconfigured","this match is suspended \u2014 the transport dropped and nobody has decided to reconnect yet. Call reconnectToMatch(), or dedicatedServer.connect(), which does it for you.");let t=this.emitter.retained;return t!==null&&this.session.phase==="ready"?t:this.pollMatchStatus(e)}async pollMatchStatus(e={}){let t=this.requireRoom("pollMatchStatus"),r=await this.matchIdOrWait(e),o=await this.run("pollMatchStatus",()=>this.chase(t.id,r,e));return this.settleOutcome(o)}chase(e,t,r){return Lr({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,!na.has(e.reason)),this.track(this.reconcile().catch(()=>{})),new h("match_ended",`match ${e.matchId} ended: ${e.reason}`);return this.seenMatches.add(e.matchId),this.emitter.retained?.matchId===e.matchId?this.emitter.retain(e):this.emitter.emit("matchReady",e),this.heldMatchId===e.matchId&&this.session.phase!=="connected"&&(this.session={phase:"ready",matchId:e.matchId}),e}settleFailed(e,t){this.heldMatchId===e&&(this.abandonReconnect(e,t),this.emitter.emit("matchFailed",e,t),this.abortFollow(),this.refusedMatches.add(e),this.session={phase:"none"},this.emitter.clearRetained());}endMatch(e,t,r){this.heldMatchId===e&&(this.abortFollow(),this.session={phase:"ended",matchId:e,reason:t,roomReopened:r},this.emitter.clearRetained(),this.emitter.emit("matchEnded",{matchId:e,reason:t,roomReopened:r}),this.abandonReconnect(e,t));}armReconnect(e,t){let r=this.options.autoReconnect;if(r===void 0||r.attempts<=0||r.budgetMs<=0)return;if(this.finishReconnect(),t==="kicked"){r.abandon(e,t);return}let o={matchId:e,cause:t,attempt:0,deadlineAt:this.options.clock.now()+r.budgetMs,parkedAt:null,timer:null,parked:null,done:false};this.reconnect=o,this.track(this.reconnectStep(o));}park(e,t){e.parkedAt=this.options.clock.now(),e.parked=()=>(e.parkedAt!==null&&(e.deadlineAt+=this.options.clock.now()-e.parkedAt,e.parkedAt=null),t());}reconnecting(e){return !this.disposed&&!e.done&&this.reconnect===e&&this.session.phase==="suspended"&&this.session.matchId===e.matchId}finishReconnect(){let e=this.reconnect;e!==null&&(e.done=true,e.timer!==null&&(this.options.clock.clearTimeout(e.timer),e.timer=null),e.parked=null,this.reconnect=null);}abandonReconnect(e,t){let r=this.reconnect;r===null||r.matchId!==e||(this.finishReconnect(),this.options.autoReconnect?.abandon(e,t));}async reconnectStep(e){if(!this.reconnecting(e))return;if(!Ne()){this.park(e,()=>this.reconnectStep(e));return}let t=this.options.autoReconnect;if(t===void 0||e.attempt===0&&(await this.reconcile().catch(()=>{}),!this.reconnecting(e)))return;let r=e.deadlineAt-this.options.clock.now();if(e.attempt>=t.attempts||r<Su){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(wu(e.attempt,t.maxDelayMs),r));}async reconnectAttempt(e){if(!this.reconnecting(e))return;if(!Ne()){this.park(e,()=>this.reconnectAttempt(e));return}let t=this.options.autoReconnect,r=this.room;if(t===void 0||r===null)return;let o=null;try{o=await this.track(this.onceGameIdKnown(()=>Gr({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,!na.has(o.reason)),this.track(this.reconcile().catch(()=>{}));return}if(o?.status==="failed"){this.abandonReconnect(e.matchId,o.reason),this.settleFailed(o.matchId,o.reason);return}if(o?.status==="ready"){this.seenMatches.add(e.matchId),this.session={phase:"ready",matchId:e.matchId},this.emitter.retain(o);let i;try{i=await t.redial(e.matchId,e.deadlineAt);}catch(a){this.reportError("reconcile",a),i="failed";}if(e.done||this.reconnect!==e)return;if(i==="closed"){this.finishReconnect();return}if(i==="connected")return;this.session.phase==="ready"&&this.session.matchId===e.matchId&&(this.session={phase:"suspended",matchId:e.matchId,reason:e.cause});}await this.reconnectStep(e);}}notifyMatchConnected(e){if(this.heldMatchId!==e||this.session.phase!=="ready"&&this.session.phase!=="suspended")return;let t=this.session.phase==="suspended";this.session={phase:"connected",matchId:e};let r=this.reconnect;r!==null&&r.matchId===e?(this.finishReconnect(),this.emitter.emit("matchReconnected",{matchId:e,attempt:r.attempt})):t&&this.emitter.emit("matchReconnected",{matchId:e,attempt:0});}async notifyMatchDisconnected(e="link_closed"){if(this.session.phase!=="ready"&&this.session.phase!=="connected")throw new h("misconfigured",`no match is connected, so there is nothing to suspend (state '${this.matchConnectionState}').`);let t=this.session.matchId;this.session={phase:"suspended",matchId:t,reason:e},this.emitter.emit("matchSuspended",{matchId:t,cause:e}),this.armReconnect(t,e);}async reconnectToMatch(e={}){if(this.session.phase!=="suspended")throw new h("misconfigured",`reconnectToMatch expects a suspended match; this one is '${this.matchConnectionState}'. Call notifyMatchDisconnected() when the transport drops.`);let t=this.heldMatchId;if(t===null)throw new h("misconfigured","there is no match to reconnect to.");return this.finishReconnect(),this.session={phase:"starting",matchId:t},this.emitter.clearRetained(),this.pollMatchStatus(e)}async notifyLeavingMatch(e={}){let t=this.heldMatchId;if(t!==null)try{await this.api.leaveMatch(t,e.keepalive??!1);}catch{}}get gameId(){let e=typeof this.options.gameId=="function"?this.options.gameId():this.options.gameId;return e===""?null:e}get currentRoom(){return this.room}get currentMatch(){return this.emitter.retained}get matchConnectionState(){switch(this.session.phase){case "none":case "ended":return "disconnected";case "ready":case "connected":return "connected";case "suspended":return "suspended";default:return "connecting"}}get matchSession(){return this.session}holdsMatch(){return this.session.phase!=="none"&&this.session.phase!=="ended"}get heldMatchId(){return this.holdsMatch()?this.session.matchId??null:null}get isInRoom(){return this.room!==null}get isHost(){let e=this.playerId();return e!==null&&this.room?.hostPlayerId===e}get members(){return this.room?.members??[]}on(e,t){let r=this.emitter.on(e,t);return e==="seated"&&(this.retuneSeatWatch(),this.room===null&&this.track(this.reconcileSeats().catch(()=>{}))),r}off(e,t){this.emitter.off(e,t);}once(e,t){return this.emitter.once(e,t)}handleRoomEvent(e){if(this.room===null)return;if(e.event==="version_stale"){this.emitter.emit("versionUpdateAvailable",e.platform);return}if(e.roomId!==this.room.id||(this.lastPushAt=this.options.clock.now(),this.retune(),e.event==="updated"&&e.version!==void 0&&e.version<=this.room.version))return;let t=e.event==="updated"&&e.reason!==void 0?{...e.matchId===void 0?{}:{matchId:e.matchId},reason:e.reason}:void 0;this.track(this.reconcile(t).catch(()=>{}));}handleAutoStartFailed(e,t){this.room?.id===e&&this.emitter.emit("matchAutoStartFailed",{roomId:e,code:t});}handleSeated(e){this.disposed||!this.watchingSeats||this.room?.id!==e&&(this.reported.has(e)||this.track(this.reportSeat(e).catch(()=>{})));}async reconcileSeats(){if(this.disposed||!this.watchingSeats)return;let e;try{e=await this.myRooms();}catch{return}let t=new Set;for(let r of e)r.status!=="closed"&&(t.add(r.id),r.id!==this.room?.id&&(this.reported.has(r.id)||await this.reportSeat(r.id).catch(()=>{})));for(let r of [...this.reported])t.has(r)||this.reported.delete(r);}async reportSeat(e){let t=this.playerId(),r=await this.run("handleSeated",()=>this.api.get(e));this.disposed||t===null||!r.members.some(o=>o.playerId===t)||this.room?.id!==r.id&&(this.reported.has(r.id)||(this.reported.add(r.id),this.emitter.emit("seated",r)));}retuneSeatWatch(){if(!(!this.disposed&&this.watchingSeats&&this.room===null&&this.seatPollMs>0&&Ne())){this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null);return}if(this.seatPollHandle!==null)return;let t=()=>{this.seatPollHandle=null,this.track(this.reconcileSeats().catch(()=>{}).then(()=>this.retuneSeatWatch()));};this.seatPollHandle=this.options.clock.setTimeout(t,this.seatPollMs);}installResumeWatch(){let e=globalThis;if(typeof e.addEventListener!="function")return;this.visibilityListener=()=>{if(!this.disposed&&(this.retuneSeatWatch(),!!Ne())){if(this.room!==null){let r=this.reconnect?.parked??null;r!==null&&this.reconnect!==null?(this.reconnect.parked=null,this.track(r())):this.track(this.reconcile().catch(()=>{}));return}this.options.watchSeats!==false&&this.track(this.reconcileSeats().catch(()=>{}));}};for(let r of jn)e.addEventListener(r,this.visibilityListener);let t=globalThis.document;typeof t?.addEventListener=="function"&&t.addEventListener("resume",this.visibilityListener);}startPolling(e){this.stopPolling(),!this.disposed&&(this.pinnedIntervalMs=e??null,this.polling=true,this.schedule());}stopPolling(){this.pollHandle!==null&&(this.options.clock.clearTimeout(this.pollHandle),this.pollHandle=null),this.polling=false,this.pollIntervalMs=null;}async settled(){for(let e=0;e<20&&this.inFlight.length>0;e++){let t=this.inFlight;this.inFlight=[],await Promise.allSettled(t);}}dispose(){if(this.disposed=true,this.finishReconnect(),this.stopPolling(),this.emitter.clear(),this.unloadListener&&(globalThis.removeEventListener?.("pagehide",this.unloadListener),this.unloadListener=null),this.seatPollHandle!==null&&(this.options.clock.clearTimeout(this.seatPollHandle),this.seatPollHandle=null),this.visibilityListener){let e=globalThis;for(let r of jn)e.removeEventListener?.(r,this.visibilityListener);globalThis.document?.removeEventListener?.("resume",this.visibilityListener),this.visibilityListener=null;}}get watchingSeats(){return this.options.watchSeats!==false&&this.emitter.hasListeners("seated")}get seatPollMs(){return this.options.seatPollIntervalMs??Pu}requireGameId(){let e=this.gameId;if(e!==null)return e;throw new h("misconfigured","the game id is not known yet. It comes from the play token, and this manager was given no way to wait for one \u2014 pass gameId, or awaitGameId so a call made before the first token waits for it the way createGem wires it.")}playerId(){return typeof this.options.playerId=="function"?this.options.playerId():this.options.playerId}version(e){let t=this.options.clientVersion,r=Cn(this.options.platformGameVersion?.(),t?.gameVersion);if(r===null)throw new h("misconfigured",`${e} has no game version to report \u2014 gem-api requires platform, game_version and engine_version together on every room route, and refuses a request carrying two of the three. The arcade normally supplies it with the play token; an embedder that does not, or a build running outside the arcade, leaves nobody to ask. Pass \`clientVersion: { gameVersion }\` to createGem (or to createRoomManager) as the fallback. It has to name a build you actually published, and a wrong one pins the room to the wrong build \u2014 which is why the platform answers it wherever it can.`);return Vs({...t,gameVersion:r},e)}async clusterTargets(){try{if(this.options.resolveClusterTargets!==void 0)return Et(await this.options.resolveClusterTargets());let e=me(await this.options.resolveClusterTarget?.());return e===void 0?[]:[e]}catch{return []}}async afterRefusedClusters(e,t){return !oa(e)||t.length===0?[]:Et(await this.options.refreshClusterTargets?.(t)??[])}async nextCluster(e,t=false){let r=a=>a.find(s=>!e.includes(s)),o=await this.clusterTargets(),i=r(o);return i!==void 0||!t?i:r(Et(await this.options.refreshClusterTargets?.(o)??[]))}async attachParty(e){if(e.partyId!==void 0)return e;let t=this.options.resolveParty;if(t===void 0)return e;let r=await t();return r===void 0?e:{...e,partyId:r}}async retryPastStaleMembership(e,t,r){if(!(e instanceof D)||e.reason!=="conflict")throw e;if(this.options.recoverStaleMembership===false)throw new D(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and \`recoverStaleMembership\` is off, so nothing cleared it. A membership that outlived its page is visible only through myRooms(); leaveAll() is what clears it.`,e.retryAfterSeconds,e.code);let o;try{o=await this.leaveAll(t.signal);}catch{throw new D(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery could not list the rooms it would have cleared, so nothing was tried and the refusal stands. That is the listing failing, not a room refusing to be left: retry once the connection is back. myRooms() shows what is held.`,e.retryAfterSeconds,e.code)}if(o.length===0)throw new D(e.reason,e.status,`${e.detail} \u2014 quick-join is refused while this player already holds a game room, and the recovery cleared nothing, so the refusal stands. myRooms() shows what is held. A room this player was seated in as a party member cannot be cleared from here at all \u2014 only the leader of a party may take it out of a room \u2014 so a member joins by adopting that room, myRooms() then join(), rather than quick-joining.`,e.retryAfterSeconds,e.code);return this.api.quickJoin(t,this.version("quickJoin"),r)}assertNotInRoom(e){if(this.room!==null)throw new h("misconfigured",`${e} refused: already in room ${this.room.id}. Leave it first \u2014 this manager tracks one room, and a second would leave its state disagreeing with the server's about which one you are in.`)}requireRoom(e){if(this.room===null)throw new h("misconfigured",`${e} refused: not in a room.`);return this.room}async run(e,t){try{return await this.track(this.onceGameIdKnown(t))}catch(r){throw this.reportError(e,r),r}}onceGameIdKnown(e){return this.gameId!==null||this.options.awaitGameId===void 0?e():this.options.awaitGameId().then(e)}reportError(e,t){let r=t instanceof D?{operation:e,code:t.status,reason:t.reason,message:t.message,retryable:t.retryable}:{operation:e,code:0,reason:t instanceof h?t.reason:"unavailable",message:t instanceof Error?t.message:String(t),retryable:false};this.emitter.emit("error",r);}track(e){return this.inFlight.push(e),e}enter(e,t){this.room=e,this.abortFollow(),this.session={phase:"none"},this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.emitter.emit(t,e),this.adoptMatch(e),this.options.poll!==false&&this.startPolling(),this.retuneSeatWatch();}exit(){this.room=null,this.abortFollow(),this.finishReconnect(),this.session.phase!=="ended"&&(this.session={phase:"none"}),this.seenMatches.clear(),this.refusedMatches.clear(),this.pendingHint=null,this.emitter.clearRetained(),this.stopPolling(),this.retuneSeatWatch();}apply(e){let t=this.room;if(t===null||t.id!==e.id)return;let r=new Map(t.members.map(s=>[s.playerId,s])),o=new Map(e.members.map(s=>[s.playerId,s])),i=this.playerId();for(let s of o.keys())r.has(s)||this.emitter.emit("memberJoined",s);for(let s of r.keys())if(!o.has(s)){if(s===i){this.exit(),this.emitter.emit("kicked");return}this.emitter.emit("memberLeft",s);}for(let[s,l]of o){let d=r.get(s);d&&d.isReady!==l.isReady&&this.emitter.emit("readyChanged",s,l.isReady);}t.hostPlayerId!==e.hostPlayerId&&e.hostPlayerId.length>0&&this.emitter.emit("hostChanged",e.hostPlayerId);let a=Eu(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??Au;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??Ru}pushedInterval(){return this.options.pushedPollIntervalMs??ku}pushed(){return this.options.clock.now()-this.lastPushAt<xu*this.pushedInterval()}retune(){!this.polling||this.pinnedIntervalMs!==null||this.baseInterval()!==this.pollIntervalMs&&this.startPolling();}schedule(){this.disposed||!this.polling||this.room===null||(this.pollIntervalMs=this.pinnedIntervalMs??this.baseInterval(),this.pollHandle=this.options.clock.setTimeout(()=>{this.pollHandle=null,this.track(this.reconcile().catch(()=>null).then(()=>{this.schedule();}));},this.pollIntervalMs));}installUnloadNotifier(){if(this.options.notifyOnUnload===false)return;let e=globalThis;typeof e.addEventListener=="function"&&(this.unloadListener=t=>{t?.persisted!==true&&this.room!==null&&this.track(this.leave({keepalive:true}).catch(()=>{}));},e.addEventListener("pagehide",this.unloadListener));}};function Ne(){let n=globalThis.document;return n?.visibilityState===void 0||n.visibilityState==="visible"}var jn=["visibilitychange","focus","pageshow","online"];function Eu(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||ra(n)!==ra(e)}function ra(n){return n.members.map(e=>`${e.playerId}:${e.isReady?1:0}:${e.role}`).sort().join(",")}function oa(n){return n instanceof D&&n.code==="invalid_cluster_target"}function Tu(n,e){return n.length===e.length&&n.every((t,r)=>t===e[r])}var Iu=["p2p","dedicated","unknown"],so=["connection_setup_duration_seconds","reconnect_latency_seconds","datachannel_rtt_seconds","p2p_join_to_play_latency_seconds","ice_restart_outcome_total","connection_failures_total","transport_permanent_failures_total","transport_quality_score","host_migration_outcome_total","turn_relay_usage_ratio"];var st=class{constructor(e){this.options=e;}options;async post(e,t){let r=this.options.gameId();if(r===null||r==="")return;let o=Cu(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 Cu(n,e,t){let r=Math.floor(t/1e3);return n.filter(o=>so.includes(o.type)).slice(0,100).map(o=>{let i=Mu(o.transport??e);return {event_type:o.type,timestamp:r,...i===void 0?{}:{transport:i},data:o.value===void 0?{}:{value:o.value}}})}function Mu(n){if(n!==void 0)return Iu.includes(n)?n:"unknown"}var $t=class{constructor(e){this.options=e;this.reporter=new st({client:e.client,gameId:e.gameId,transport:"p2p"});}options;reporter;async joinCredential(e,t,r){let o=await this.options.client.post(`${this.match(e)}/join-credential`,{fingerprint:t},r);return {credential:Nn(o.credential)??"",hostFingerprint:Nn(o.host_fingerprint)??"",hostEpoch:qn(o.host_epoch)??0,expiresAt:(qn(o.expires_at)??0)*1e3}}async turnLease(e,t,r){let o=await this.options.client.post(`${this.match(e)}/turn-lease`,{cluster_target_id:t},r),i=[];for(let l of Array.isArray(o.ice_servers)?o.ice_servers:[]){let d=l,m=(Array.isArray(d.urls)?d.urls:[]).filter(c=>typeof c=="string"&&c.length>0);m.length!==0&&i.push({urls:m,username:Nn(d.username)??"",credential:Nn(d.credential)??""});}let a=qn(o.expires_at),s=qn(o.ttl_seconds);return {iceServers:i,expiresAt:a!==void 0?a*1e3:Date.now()+(s??0)*1e3}}async kick(e,t,r){await this.options.client.post(`${this.match(e)}/kick`,{player_id:t},r);}async leave(e,t=false){await this.options.client.post(`${this.match(e)}/leave`,{},void 0,{keepalive:t});}async telemetry(e,t){await this.reporter.post(e,t);}match(e){return `/v1/games/${encodeURIComponent(this.options.gameId())}/matches/${encodeURIComponent(e)}`}};function Nn(n){return typeof n=="string"&&n.length>0?n:void 0}function qn(n){return typeof n=="number"&&Number.isFinite(n)?n:void 0}var Ou=new Set(["timeout","signaling_failed","connection_failed","keys_unavailable"]),O=class extends Error{constructor(t,r,o){super(`${t}: ${r}`,o);this.reason=t;this.name="P2pError",this.retryable=Ou.has(t);}reason;retryable};var ia=10240,sa=2048,Lu=new TextEncoder;function aa(n){return Lu.encode(n).length}function Me(n,e){let t=o=>{throw new h("invalid_sdp",`the ${e} ${o}`)},r=aa(n);r>=ia&&t(`is ${r} bytes, over the ${ia} 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=aa(o);i>sa&&t(`has a ${i}-byte line, over the ${sa} limit`);}}function Un(n){for(let e of n.split(/\r\n|\n/)){if(!e.startsWith("m="))continue;let[t,r="0"]=e.slice(2).trim().split(/\s+/);if(!(t!=="audio"&&t!=="video")&&r.split("/")[0]!=="0")return true}return false}var Bn=class{listeners=new Map;on(e,t){let r=this.listeners.get(e);return r||(r=new Set,this.listeners.set(e,r)),r.add(t),()=>this.off(e,t)}off(e,t){this.listeners.get(e)?.delete(t);}once(e,t){let r=this.on(e,((...o)=>{r(),t(...o);}));return r}emit(e,...t){let r=this.listeners.get(e);if(r)for(let o of [...r])o(...t);}clear(){this.listeners.clear();}};var Gu=/^sha-256 ([0-9A-F]{2}:){31}[0-9A-F]{2}$/;function at(n){let e=null;for(let t of n.split(/\r\n|\n/)){if(!t.startsWith("a=fingerprint:"))continue;let r=Hn(t.slice(14).trim());if(r===null||e!==null&&e!==r)return null;e=r;}return e}function Hn(n){let[e,...t]=n.trim().split(/\s+/);if(e===void 0||t.length===0)return null;let r=`${e.toLowerCase()} ${t.join("").toUpperCase()}`;return Gu.test(r)?r:null}function Ft(n,e){if(n.length!==e.length)return false;let t=0;for(let r=0;r<n.length;r++)t|=n.charCodeAt(r)^e.charCodeAt(r);return t===0}var ao=5e3,Du=12e4+ao,$u=1024,Fu=6e4,ju=1e4,la=64*1024,da=5;function lo(n){let e=new Map,t=-1/0,r=null,o=(()=>{let s;try{s=new URL(`${n.baseUrl.replace(/\/+$/,"")}/oauth2/jwks`);}catch{return {ok:false,reason:"the configured API base is not a valid URL, so the JWKS endpoint cannot be reached. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}}return s.username!==""||s.password!==""?{ok:false,reason:"the configured API base carries credentials in the URL, which `fetch` will not send. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure."}:{ok:true,url:s.href,shown:`${s.protocol}//${s.host}`}})(),i=()=>{let s=n.subtle??globalThis.crypto?.subtle;if(!s)throw new O("keys_unavailable","this environment has no WebCrypto, so a join credential cannot be verified. A page served over plain http on a non-loopback origin is the usual cause \u2014 crypto.subtle is only exposed in a secure context.");return s},a=async()=>{if(!o.ok)throw new O("keys_unavailable",o.reason);let s=n.fetch??((p,g)=>globalThis.fetch(p,g)),l;try{l=await s(o.url,{redirect:"error",credentials:"omit",cache:"no-store",referrerPolicy:"no-referrer",signal:AbortSignal.timeout(ju)});}catch{throw new O("keys_unavailable",`the JWKS endpoint at ${o.shown} could not be reached \u2014 it timed out, refused a redirect, or the network failed.`)}if(!l.ok)throw new O("keys_unavailable",`the JWKS endpoint answered ${o.shown} with an error`);let d;try{let p=await l.text();if(p.length>la)throw new O("keys_unavailable",`the JWKS endpoint at ${o.shown} answered with more than ${la} characters, which is not a key set this platform publishes.`);d=JSON.parse(p);}catch(p){throw p instanceof O?p:new O("keys_unavailable",`the JWKS endpoint at ${o.shown} did not answer with a readable key set.`)}let m=Array.isArray(d.keys)?d.keys:[];if(m.length>da)throw new O("keys_unavailable",`the JWKS endpoint published ${m.length} keys, over the ${da} the platform declares. Refusing rather than verifying against a set of unknown size.`);let c=i();for(let p of m){let g=p;if(g.kty==="RSA"&&!(g.alg!==void 0&&g.alg!=="RS256")&&!(g.use!==void 0&&g.use!=="sig")&&!(typeof g.kid!="string"||g.kid.length===0))try{let y=await c.importKey("jwk",{...p,alg:"RS256",ext:!0},{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);e.set(g.kid,y);}catch{}}};return {async key(s){let l=e.get(s);if(l)return l;if(!o.ok)throw new O("keys_unavailable",o.reason);if(r)return await r,e.get(s)??null;let d=n.now();if(!Number.isFinite(d))throw new O("keys_unavailable","the clock supplied to the SDK returned a non-finite time, so the JWKS throttle cannot be evaluated. This is a configuration fault, not a server failure.");return d<t&&(t=-1/0),d-t<Fu?null:(t=d,r??=a().finally(()=>{r=null;}),await r,e.get(s)??null)}}}var jt=class{seen=new Map;admit(e,t){for(let[r,o]of this.seen)o<=t&&this.seen.delete(r);if(this.seen.has(e))return false;if(this.seen.size>=$u){let r=this.seen.keys().next().value;r!==void 0&&this.seen.delete(r);}return this.seen.set(e,t+Du),true}};function ua(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 ca(n){try{let e=new TextDecoder().decode(ua(n)),t=JSON.parse(e);return typeof t!="object"||t===null||Array.isArray(t)?null:t}catch{return null}}async function co(n,e,t,r,o){let i=G=>{throw new O("peer_unauthenticated",`the peer's join credential is not usable: ${G}`)},a=n.split(".");a.length!==3&&i("it is not a three-part JWT");let[s,l,d]=a,m=ca(s);m===null&&i("its header does not decode"),m.alg!=="RS256"&&i(`its alg is ${JSON.stringify(m.alg)}, not RS256`),m.typ!=="p2p+jwt"&&i(`its typ is ${JSON.stringify(m.typ)}, not p2p+jwt`);let c=m.kid;(typeof c!="string"||c.length===0)&&i("it names no key");let p=await t.key(c);p===null&&i("it was signed by a key this build cannot resolve");let g=o.subtle??globalThis.crypto?.subtle;g||i("this environment has no WebCrypto");let y=new TextEncoder().encode(`${s}.${l}`),w;try{w=ua(d);}catch{i("its signature does not decode");}await g.verify({name:"RSASSA-PKCS1-v1_5"},p,w,y)||i("its signature does not verify");let T=ca(l);T===null&&i("its payload does not decode");let C=T,v=G=>typeof C[G]=="string"?C[G]:"",S=G=>typeof C[G]=="number"&&Number.isFinite(C[G])?C[G]:NaN;v("iss")!==o.issuer&&i("it was issued by someone else"),v("aud")!==`${o.issuer}/p2p-match`&&i("its audience is not this platform"),v("match_id")!==e.matchId&&i("it is for another match"),v("game_id")!==e.gameId&&i("it is for another game");let E=S("exp")*1e3,k=S("nbf")*1e3;(!Number.isFinite(E)||e.now>E+ao)&&i("it has expired"),Number.isFinite(k)&&e.now<k-ao&&i("it is not valid yet");let H=v("role");H!=="host"&&H!=="client"&&i("it names no usable role");let j=S("host_epoch");j!==e.hostEpoch&&i("it names a different host epoch");let V=Hn(v("fingerprint"));V===null&&i("its fingerprint claim is malformed"),Ft(V,e.peerFingerprint)||i("it was issued for a different certificate than this connection used");let R=Hn(v("host_fingerprint"));R===null&&i("its host fingerprint claim is malformed"),Ft(R,e.hostFingerprint)||i("it was issued against a different host certificate");let P=v("jti");P.length===0&&i("it carries no jti, so replay cannot be detected"),r.admit(P,e.now)||i("it has already been used");let L=v("sub");return L.length===0&&i("it names no player"),{playerId:L.toLowerCase(),matchId:e.matchId,gameId:e.gameId,hostEpoch:j,role:H,fingerprint:V,hostFingerprint:R,jti:P,expiresAt:E}}function uo(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 mo(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 po(n){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,3),t.setUint8(1,n),e}function go(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 ma(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 pa(n){switch(n){case 129:return "not_expected_player";case 130:return "kicked";case 131:return "keys_unavailable";default:return "peer_unauthenticated"}}var Nt=class{constructor(e,t,r){this.localPlayerId=e;this.hostPlayerId=t,this.epoch=r;}localPlayerId;state="idle";epoch;hostPlayerId;kicked=new Set;startedAt=0;get currentState(){return this.state}get currentEpoch(){return this.epoch}get currentHostPlayerId(){return this.hostPlayerId}get isLocalHost(){return this.hostPlayerId===this.localPlayerId}isKicked(e){return this.kicked.has(e)}stalled(e){return this.state!=="idle"&&e-this.startedAt>3e4}apply(e,t){return !Number.isInteger(e.hostEpoch)||e.hostEpoch<0?{kind:"refused",why:`host epoch ${String(e.hostEpoch)} is not a whole number`}:e.hostEpoch===this.epoch?e.migrationComplete===true&&this.state!=="idle"?(this.state="idle",{kind:"completed"}):{kind:"duplicate"}:e.hostEpoch<this.epoch?{kind:"refused",why:`host epoch ${e.hostEpoch} is behind the current ${this.epoch}`}:e.hostPlayerId.length===0?{kind:"refused",why:"the migration named no new host"}:(this.kicked=new Set(e.kickedPlayerIds??[]),this.epoch=e.hostEpoch,this.hostPlayerId=e.hostPlayerId,this.startedAt=t,this.state=this.isLocalHost?"preparing":"reconnecting",{kind:"accepted",state:this.state})}complete(){this.state="idle";}};var yo={reliable:{negotiated:true,id:0,ordered:true},ordered:{negotiated:true,id:1,ordered:true,maxRetransmits:0},unreliable:{negotiated:true,id:2,ordered:false,maxRetransmits:0}},Ee=["reliable","ordered","unreliable"];function fo(n){let e=globalThis.RTCPeerConnection;if(!e)throw new Error("[gem] this environment has no RTCPeerConnection. Pass `peerConnectionFactory` to connect against a stand-in, which is how this flow is tested outside a browser.");return new e({iceServers:n.iceServers,...n.certificates===void 0?{}:{certificates:n.certificates}})}async function qt(){let n=globalThis.RTCPeerConnection;return n?.generateCertificate?n.generateCertificate({name:"ECDSA",namedCurve:"P-256"}):null}var ya=1,Hu=3e4,fa=2e3,Vu=5e3,ha=6e4,Wu=8,bo=class{constructor(e=Wu){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;}},Ku=new bo,Ju=8,zu=new Set(["timeout","connection_failed","invalid_sdp","peer_unauthenticated","not_expected_player","keys_unavailable"]),Bt=class{constructor(e){this.options=e;this.keys=e.keys??lo({baseUrl:e.baseUrl,now:()=>e.clock.now()});}options;emitter=new Bn;links=new Map;replays=new jt;keys;localPlayerId="";migration=null;iceServers=[];credential=null;nextPeerId=ya+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??Hu;this.credentialDeadline=this.options.clock.now()+t;let r=new Promise((s,l)=>{this.ready={resolve:s,reject:l};}),o=me(this.options.clusterTargetId);if(o!==void 0)try{let s=await this.options.api.turnLease(this.options.matchId,o,e);this.iceServers=s.iceServers,this.mark("turn leased");}catch(s){this.mark("turn lease failed"),this.warn(`no TURN relay could be leased for this match, so peers behind a symmetric NAT will fail to connect: ${ho(s)}`);}else this.mark("turn skipped"),this.warn("connecting without a TURN relay because no cluster target was resolved. Host candidates only reach peers on the same network, so peers behind a symmetric NAT will fail to connect. The Arcade page normally resolves one for this player; outside it, pass `clusterTargetId` to connect().");this.options.signaling.join(),this.mark("signaling joined");let i=this.options.clock.setTimeout(()=>{this.fail(new O("timeout",`no usable P2P connection after ${t}ms. The parent relays signaling, so a silent failure here usually means the page is not putting frames on the socket.`));},t),a=()=>this.fail(new O("aborted","the caller aborted while connecting"));e?.aborted?a():e?.addEventListener("abort",a);try{await r;}finally{this.options.clock.clearTimeout(i),e?.removeEventListener("abort",a),this.ready=null;}}async kick(e){if(!this.isHost)throw new O("misconfigured","only the current host of this match can kick a peer");await this.options.api.kick(this.options.matchId,e);}async leave(){try{await this.options.api.leave(this.options.matchId);}catch{}this.close();}close(){if(!this.closed){this.closed=true,this.pendingOffers.clear();for(let e of [...this.links.values()])this.dropLink(e,"closed",false);this.options.signaling.close(),this.emitter.clear();}}report(e){this.options.api.telemetry(e).catch(()=>{});}notifyCandidatesDropped(e){this.emitter.emit("candidatesDropped",e);}handleSignal(e,t){this.closed||this.route(e,t).catch(r=>this.report_(r));}async route(e,t){switch(e){case "hello":return this.onHello(t);case "offer":return this.onOffer(t);case "answer":return this.onAnswer(t);case "ice":return this.onIce(t);case "peerLeft":return this.onPeerLeft(t);case "migration":return this.onMigration(t);case "matchEnded":return this.onMatchEnded(t);case "error":return this.onSignalingError(t);default:return}}async onHello(e){let t=oe(e.playerId),r=oe(e.hostPlayerId),o=Vn(e.hostEpoch);if(!(t===null||r===null||o===null)&&(this.mark("signaling hello"),this.localPlayerId=t,this.migration===null&&(this.migration=new Nt(t,r,o)),!this.helloSeen)){if(this.helloSeen=true,this.isHost){this.mark("host listening"),this.settle(),await this.drainPendingOffers();return}this.pendingOffers.clear(),await this.offerToHost("initial");}}async drainPendingOffers(){if(this.pendingOffers.size===0)return;let e=[...this.pendingOffers.values()];this.pendingOffers.clear(),this.mark("queued offer drained");for(let t of e)try{await this.onOffer(t);}catch(r){this.report_(r);}}async offerToHost(e){let t=this.hostPlayerId,r=this.openLink(t,ya),o=await r.connection.createOffer();await r.connection.setLocalDescription(o);let i=r.connection.localDescription?.sdp??o.sdp;if(!i)throw new O("invalid_sdp","the browser produced an offer with no SDP");Me(i,"offer"),this.refuseMedia(i,"offer"),this.options.signaling.offer(i,e),this.mark("offer sent"),this.fetchCredential().catch(a=>this.report_(a));}async fetchCredential(){let e=++this.credentialGeneration,r=this.links.get(this.hostPlayerId)?.connection.localDescription?.sdp,o=r===void 0?null:at(r);if(o===null)throw new O("invalid_sdp","this browser produced an offer with no usable DTLS fingerprint, so the platform cannot bind a credential to it");let i=this.options.credentialPacing??Ku,a=()=>this.closed||e!==this.credentialGeneration,s=Vu;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=fa;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,ha)),c=Math.min(Math.max(c,fa),ha);}else throw d;if(!await this.waitForCredential(c,a))return}}}async waitForCredential(e,t){return this.options.clock.now()+e>this.credentialDeadline?false:(await this.sleep(e),!t())}async onOffer(e){let t=oe(e.fromPlayerId),r=oe(e.sdp);if(t===null||r===null)return;if(this.migration===null){if(this.pendingOffers.delete(t),this.pendingOffers.size>=Ju){let m=this.pendingOffers.keys().next().value;m!==void 0&&this.pendingOffers.delete(m);}this.pendingOffers.set(t,e);return}if(!this.isHost||this.migration.isKicked(t)===true)return;let o=oe(e.sessionId);if(o!==null&&this.answeredSessions.get(t)===o)return;Me(r,"offer"),this.refuseMedia(r,"offer");let i=at(r);if(i===null)throw new O("invalid_sdp",`the offer from ${t} carries no usable fingerprint`);this.mark("offer received"),o!==null&&this.answeredSessions.set(t,o);let a=this.links.get(t);a&&this.dropLink(a,"resignalled",false);let s=this.openLink(t,this.nextPeerId++);s.remoteFingerprint=i,await s.connection.setRemoteDescription({type:"offer",sdp:r}),this.flushCandidates(s);let l=await s.connection.createAnswer();await s.connection.setLocalDescription(l);let d=s.connection.localDescription?.sdp??l.sdp;if(!d)throw new O("invalid_sdp","the browser produced an answer with no SDP");Me(d,"answer"),this.refuseMedia(d,"answer"),this.options.signaling.answer(t,d,s.assignedPeerId),this.mark("answer sent");}async onAnswer(e){if(this.isHost)return;let t=oe(e.fromPlayerId),r=oe(e.sdp);if(t===null||r===null)return;let o=this.links.get(this.hostPlayerId);if(!o||t!==this.hostPlayerId)return;Me(r,"answer"),this.refuseMedia(r,"answer");let i=at(r);if(i===null)throw new O("invalid_sdp","the host's answer carries no usable fingerprint");this.mark("answer received"),o.remoteFingerprint=i,o.pendingAnswer=r,this.hostVerified(o)&&await this.applyAnswer(o,r);}hostVerified(e){let t=this.credential;return t===null||e.remoteFingerprint===null?false:Ft(t.hostFingerprint,e.remoteFingerprint)?true:(this.fail(new O("peer_unauthenticated","the host's DTLS certificate is not the one the platform attested for this match. Refusing before the handshake, so no credential is presented.")),this.dropLink(e,"host_fingerprint_mismatch",false),false)}maybeAuthenticate(){if(this.isHost)return;let e=this.links.get(this.hostPlayerId);if(!e||e.remoteFingerprint===null||e.connection.remoteDescription!==null)return;let t=e.pendingAnswer;t!==void 0&&this.hostVerified(e)&&this.applyAnswer(e,t).catch(r=>this.report_(r));}async applyAnswer(e,t){this.mark("host verified"),e.pendingAnswer=void 0,await e.connection.setRemoteDescription({type:"answer",sdp:t}),this.flushCandidates(e);}async onIce(e){let t=oe(e.fromPlayerId),r=oe(e.candidate);if(t===null||r===null)return;let o=this.links.get(t);if(!o)return;let i=oe(e.sdpMid),a=Vn(e.sdpMLineIndex)??Vn(e.sdpMLineIndexAlt),s={candidate:r,...i===null?{}:{sdpMid:i},...a===null?{}:{sdpMLineIndex:a}};if(o.connection.remoteDescription===null){o.pendingCandidates.length<64&&o.pendingCandidates.push(s);return}await o.connection.addIceCandidate(s);}onPeerLeft(e){let t=oe(e.playerId);if(t===null)return;let r=oe(e.reason)??"left";if(t===this.localPlayerId){this.fail(new O("kicked",`this player was removed from the match (${r})`)),this.close();return}let o=this.links.get(t);o&&this.dropLink(o,r,true);}async onMigration(e){let t=oe(e.hostPlayerId),r=Vn(e.hostEpoch);if(t===null||r===null||this.migration===null)return;let o=this.migration.apply({hostPlayerId:t,hostEpoch:r,...oe(e.reason)===null?{}:{reason:oe(e.reason)},...Array.isArray(e.kickedPlayerIds)?{kickedPlayerIds:e.kickedPlayerIds.filter(i=>typeof i=="string")}:{},...typeof e.migrationComplete=="boolean"?{migrationComplete:e.migrationComplete}:{}},this.options.clock.now());if(o.kind!=="duplicate"){if(o.kind==="completed"){this.emitter.emit("hostChanged",t,r);return}if(o.kind==="refused"){this.report_(new O("migration_failed",o.why));return}for(let i of [...this.links.values()])this.dropLink(i,"migrating",false);if(this.options.signaling.discardQueued(),this.credential=null,this.emitter.emit("migrating",t,r),o.state==="preparing"){this.options.signaling.migrationAck(r),this.watchMigration();return}this.watchMigration(),await this.offerToHost("full_reconnect");}}watchMigration(){let e=this.hostEpoch;this.options.clock.setTimeout(()=>{this.closed||this.migration===null||this.migration.currentEpoch===e&&this.migration.stalled(this.options.clock.now())&&this.reportedStallEpoch!==e&&(this.reportedStallEpoch=e,this.report_(new O("migration_failed",`host migration to epoch ${e} did not complete. The elected host never acknowledged it, so the platform is still holding the match in migration.`)));},31e3);}onMatchEnded(e){let t=oe(e.reason)??"ended";this.ended=t,this.emitter.emit("matchEnded",t),this.ready!==null&&this.fail(new O("match_ended",`the match ended: ${t}`)),this.close();}onSignalingError(e){let t=oe(e.code)??"unknown",r=oe(e.message)??"the platform refused a signaling message";this.report_(new O("signaling_failed",`${t}: ${r}`));}openLink(e,t){let o=(this.options.peerConnectionFactory??fo)({iceServers:this.iceServers,...this.options.certificate===void 0?{}:{certificates:[this.options.certificate]}}),i={};for(let p of Ee){let g=o.createDataChannel(p,yo[p]);g.binaryType="arraybuffer",i[p]=g;}let a={playerId:e,assignedPeerId:t,connection:o,channels:i,remoteFingerprint:null,admitted:false,pendingCandidates:[],detachHandshake:()=>{},detachAll:()=>{}},s=p=>{let g=p.candidate;g?.candidate&&this.options.signaling.candidate(e,g.candidate,g.sdpMid??void 0,g.sdpMLineIndex??void 0);},l=()=>this.onIceState(a),d=()=>this.onConnectionState(a),m=p=>{this.onHandshakeMessage(a,p.data).catch(g=>this.report_(g));},c=()=>{this.onReliableOpen(a).catch(p=>this.report_(p));};return o.addEventListener("icecandidate",s),o.addEventListener("iceconnectionstatechange",l),o.addEventListener("connectionstatechange",d),i.reliable.addEventListener("open",c),i.reliable.addEventListener("message",m),a.detachHandshake=()=>{i.reliable.removeEventListener("open",c),i.reliable.removeEventListener("message",m);},a.detachAll=()=>{a.detachHandshake(),o.removeEventListener("icecandidate",s),o.removeEventListener("iceconnectionstatechange",l),o.removeEventListener("connectionstatechange",d);},this.links.set(e,a),a}flushCandidates(e){let t=e.pendingCandidates;e.pendingCandidates=[];for(let r of t)e.connection.addIceCandidate(r).catch(()=>{});}async onReliableOpen(e){if(this.mark("channel open"),this.isHost)return;let t=this.credential;if(t===null)throw new O("peer_unauthenticated","the channel opened before the platform issued a join credential, so there is nothing to present");if(this.options.clock.now()>=t.expiresAt)throw new O("timeout","the join credential expired before the channel opened \u2014 reconnect for a fresh one");e.channels.reliable.send(uo({jwt:t.credential,protocolVersion:32769,assignedPeerId:e.assignedPeerId}));}async onHandshakeMessage(e,t){if(!(t instanceof ArrayBuffer))return;let r=go(t);if(r!==null){if(this.isHost&&r.kind==="join"){await this.admit(e,r.jwt,r.protocolVersion);return}if(!this.isHost&&r.kind==="admit"){e.assignedPeerId=r.assignedPeerId,this.finishAdmission(e),this.migration?.complete();return}!this.isHost&&r.kind==="reject"&&(this.fail(new O(pa(r.reason),ma(r.reason))),this.dropLink(e,"rejected",false));}}async admit(e,t,r){if(r!==32769){this.refuseLink(e,2,"version_mismatch",`it presented protocol version ${r}, not this SDK's ${32769} \u2014 an engine peer cannot join a browser-hosted match`);return}let o=at(e.connection.localDescription?.sdp??"");if(o===null||e.remoteFingerprint===null){this.refuseLink(e,1,"fingerprint_unavailable","this connection's DTLS fingerprints could not be read from its SDP, so no credential can be checked against it");return}let i;try{i=await co(t,{matchId:this.options.matchId,gameId:this.options.gameId,hostEpoch:this.hostEpoch,peerFingerprint:e.remoteFingerprint,hostFingerprint:o,now:this.options.clock.now()},this.keys,this.replays,{issuer:this.options.baseUrl.replace(/\/+$/,"")});}catch(a){let s=a instanceof O&&a.reason==="keys_unavailable";this.refuseLink(e,s?131:1,s?"keys_unavailable":"credential_invalid",ho(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(mo({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(po(t));}catch{}this.dropLink(e,r,false);}finishAdmission(e){this.mark(this.isHost?"peer admitted":"admitted"),e.admitted=true,e.detachHandshake(),e.detachHandshake=()=>{},this.emitter.emit("peerJoined",this.expose(e)),this.settle();}onIceState(e){let t=e.connection.iceConnectionState;if(!(t!=="failed"&&t!=="disconnected"&&t!=="closed")){if(this.isHost){(t==="failed"||t==="closed")&&this.dropLink(e,t,true);return}if(this.reportedUnreachableEpoch!==this.hostEpoch){this.reportedUnreachableEpoch=this.hostEpoch;try{this.options.signaling.reportHostUnreachable(this.hostEpoch,t);}catch(r){this.report_(r);}}}}onConnectionState(e){let t=e.connection.connectionState;t!=="failed"&&t!=="closed"||this.dropLink(e,t,true);}expose(e){return {playerId:e.playerId,assignedPeerId:e.assignedPeerId,connection:e.connection,channels:e.channels,send:(t,r="reliable")=>e.channels[r].send(t)}}dropLink(e,t,r){this.links.delete(e.playerId),e.detachAll();for(let o of Ee)ba(e.channels[o]);ba(e.connection),r&&e.admitted&&this.emitter.emit("peerLeft",e.playerId,t);}settle(){this.ready?.resolve(),this.ready=null;}fail(e){if(this.count(e.reason),this.ready!==null){let t=this.ready;this.ready=null,t.reject(e);return}this.emitter.emit("error",e);}report_(e){this.fail(e instanceof O?e:new O("connection_failed",ho(e),{cause:e}));}count(e){this.counted||!zu.has(e)||(this.counted=true,this.report([{type:"connection_failures_total",value:1}]));}refuseMedia(e,t){if(Un(e))throw new O("media_refused",`the ${t} carries an active audio or video section. This path carries data channels only; voice belongs to the platform voice service, and gem-api age-gates relayed SDP that proposes media.`)}mark(e){this.options.boot?.mark(e);}sleep(e){return new Promise(t=>this.options.clock.setTimeout(t,e))}warn(e){let t=this.options.log;t!==null&&(t??(r=>console.warn(r)))(`[gem] ${e}`);}get endedReason(){return this.ended}};function oe(n){return typeof n=="string"&&n.length>0?n:null}function Vn(n){return typeof n=="number"&&Number.isInteger(n)?n:null}function ho(n){return n instanceof Error?n.message:String(n)}function ba(n){try{n.close();}catch{}}var Yu=100,Xu=50,Ht=class{constructor(e){this.options=e;}options;queue=[];drainHandle=null;dropped=0;closed=false;dropListener=null;onDropped(e){this.dropListener=e;}join(){this.assertUsable(),this.options.bridge.signal("join",this.options.matchId,{});}offer(e,t){this.assertUsable(),this.options.bridge.signal("offer",this.options.matchId,{sdp:e,intent:t});}answer(e,t,r){this.assertUsable(),this.options.bridge.signal("answer",this.options.matchId,{peerId:e,sdp:t,assignedPeerId:r});}candidate(e,t,r,o){if(this.assertUsable(),this.queue.length>=(this.options.maxQueuedCandidates??Yu)){this.dropped+=1;return}this.queue.push({peerId:e,candidate:t,...r===void 0?{}:{sdpMid:r},...o===void 0?{}:{sdpMLineIndex:o}}),this.schedule();}migrationAck(e){this.assertUsable(),this.options.bridge.signal("migrationAck",this.options.matchId,{hostEpoch:e});}reportHostUnreachable(e,t){this.assertUsable(),this.options.bridge.signal("hostUnreachable",this.options.matchId,{hostEpoch:e,evidence:{iceState:t,lastSeenAt:Math.floor(this.options.clock.now()/1e3)}});}discardQueued(){this.queue.length=0;}close(){this.closed=true,this.discardQueued(),this.drainHandle!==null&&(this.options.clock.clearTimeout(this.drainHandle),this.drainHandle=null);}assertUsable(){if(this.closed)throw new O("signaling_unavailable","this signaling client has been closed");if(!this.options.bridge.parentSupports("p2p"))throw new O("signaling_unavailable","the page embedding this game did not advertise the `p2p` capability, so there is nothing to carry signaling. P2P needs the notification WebSocket, and only the parent can hold one \u2014 see public-docs/p2p-and-parties.md \xA72.")}schedule(){this.drainHandle!==null||this.closed||(this.drainHandle=this.options.clock.setTimeout(()=>{this.drainHandle=null;let e=this.queue.shift();if(e!==void 0){let{peerId:t,candidate:r,sdpMid:o,sdpMLineIndex:i}=e;this.options.bridge.signal("ice",this.options.matchId,{peerId:t,candidate:r,...o===void 0?{}:{sdpMid:o},...i===void 0?{}:{sdpMLineIndex:i}});}if(this.dropped>0&&this.queue.length===0){let t=this.dropped;this.dropped=0,this.options.onCandidatesDropped?.(t),this.dropListener?.(t);}this.queue.length>0&&this.schedule();},this.options.candidateIntervalMs??Xu));}};function q(n){return e=>typeof e=="string"&&e.length>0&&e.length<=n?e:void 0}function Oe(n,e){return t=>typeof t=="number"&&Number.isInteger(t)&&t>=n&&t<=e?t:void 0}function lt(...n){return e=>typeof e=="string"&&n.includes(e)?e:void 0}function va(n){return typeof n=="boolean"?n:void 0}var fe=q(64),Vt=Oe(0,2147483647);function vo(n){if(!Array.isArray(n))return;let e=[];for(let t of n){if(e.length>=64)break;let r=fe(t);typeof r=="string"&&e.push(r);}return e}function W(n,e,t){return {to:n,from:e,read:t,required:true}}function U(n,e,t){return {to:n,from:e,read:t,required:false}}var em=n=>{if(typeof n!="object"||n===null||Array.isArray(n))return;let e=n,t=lt("disconnected","failed","closed")(e.iceState),r=Oe(0,4102444800)(e.lastSeenAt);if(!(t===void 0&&r===void 0))return {...t===void 0?{}:{ice_state:t},...r===void 0?{}:{last_seen_timestamp:r}}};Object.freeze(Object.assign(Object.create(null),{join:{type:"p2p_join",gameScoped:true,args:[]},offer:{type:"p2p_offer",gameScoped:false,args:[W("sdp","sdp",q(10240)),W("signaling_intent","intent",lt("initial","ice_restart","full_reconnect")),U("sdp_hash","sdpHash",q(128))]},answer:{type:"p2p_answer",gameScoped:false,args:[W("peer_id","peerId",fe),W("sdp","sdp",q(10240)),W("assigned_peer_id","assignedPeerId",Oe(0,4294967295)),U("sdp_hash","sdpHash",q(128))]},ice:{type:"p2p_ice_candidate",gameScoped:false,args:[W("peer_id","peerId",fe),W("candidate","candidate",q(512)),U("sdp_mid","sdpMid",q(64)),U("sdp_mline_index","sdpMLineIndex",Oe(0,255))]},migrationAck:{type:"p2p_migration_ack",gameScoped:false,args:[W("host_epoch","hostEpoch",Vt)]},hostUnreachable:{type:"p2p_report_host_unreachable",gameScoped:false,args:[W("host_epoch","hostEpoch",Vt),U("evidence","evidence",em)]}}));Object.freeze(Object.assign(Object.create(null),{p2p_hello:"hello",p2p_sdp_offer:"offer",p2p_sdp_answer:"answer",p2p_ice_candidate:"ice",p2p_peer_joined:"peerJoined",p2p_peer_left:"peerLeft",p2p_host_migration:"migration",p2p_match_ended:"matchEnded",p2p_error:"error"}));Object.freeze(Object.assign(Object.create(null),{hello:[W("playerId","player_id",fe),W("hostPlayerId","host_player_id",fe),W("hostEpoch","host_epoch",Vt),U("members","members",vo)],offer:[W("fromPlayerId","from_player_id",fe),W("sdp","sdp",q(10240)),U("sessionId","signaling_session_id",q(128)),U("sdpHash","sdp_hash",q(128)),U("iceUfrag","ice_ufrag",q(64)),U("intent","signaling_intent",lt("initial","ice_restart","full_reconnect"))],answer:[W("fromPlayerId","from_player_id",fe),W("sdp","sdp",q(10240)),U("sessionId","signaling_session_id",q(128)),U("sdpHash","sdp_hash",q(128)),U("iceUfrag","ice_ufrag",q(64)),U("assignedPeerId","assigned_peer_id",Oe(0,4294967295))],ice:[W("fromPlayerId","from_player_id",fe),W("candidate","candidate",q(512)),U("sdpMid","sdp_mid",q(64)),U("sdpMLineIndex","sdp_m_line_index",Oe(0,255)),U("sdpMLineIndexAlt","sdp_mline_index",Oe(0,255))],peerJoined:[W("playerId","player_id",fe)],peerLeft:[W("playerId","player_id",fe),U("reason","reason",q(64))],migration:[W("hostPlayerId","new_host_player_id",fe),W("hostEpoch","host_epoch",Vt),U("reason","reason",q(64)),U("kickedPlayerIds","kicked_player_ids",vo),U("migrationComplete","migration_complete",va)],matchEnded:[U("reason","reason",q(64))],error:[U("code","code",q(64)),U("message","message",q(256))]}));Object.freeze(Object.assign(Object.create(null),{party_invite_received:"inviteReceived",party_member_joined:"memberJoined",party_member_left:"memberLeft",party_member_kicked:"memberKicked",party_leader_transferred:"leaderTransferred",party_updated:"updated",party_disbanded:"disbanded",party_game_room_joined:"gameRoomJoined",party_game_room_left:"gameRoomLeft"}));var Ue="webrtc_p2p";function wa(n){let e=new $t({client:n.client,gameId:n.gameId}),t=new Map;return {handleSignalEvent(r,o,i){t.get(r)?.handleSignal(o,i);},session(r){return t.get(r)??null},async connect(r={}){if(n.bridge===null)throw new O("signaling_unavailable","P2P signaling rides the notification WebSocket, which only the page embedding this game can hold. There is no bridge here \u2014 this is `mock` mode, or a game running outside the Arcade frame. See public-docs/p2p-and-parties.md \xA72.");let o=me(r.clusterTargetId),i=o??me(await n.resolveClusterTarget?.());n.rooms.isHost&&n.rooms.currentMatch===null&&n.rooms.currentRoom?.matchId===void 0&&await n.rooms.startMatch({...o===void 0?{}:{clusterTargetId:o},...r.signal===void 0?{}:{signal:r.signal}});let a=await n.rooms.awaitMatch({...r.timeoutMs===void 0?{}:{timeoutMs:r.timeoutMs},...r.signal===void 0?{}:{signal:r.signal}});if(a.protocol!==Ue)throw new O("unsupported_protocol",`match ${a.matchId} speaks '${a.protocol}', not '${Ue}'. Use \`dedicatedServer.connect()\` for a dedicated match; the two flows share WebRTC and nothing else.`);let s=new Ht({bridge:n.bridge,matchId:a.matchId,clock:n.clock}),l=new Bt({api:e,clock:n.clock,matchId:a.matchId,gameId:n.gameId(),baseUrl:typeof n.baseUrl=="function"?n.baseUrl():n.baseUrl,signaling:s,...i===void 0?{}:{clusterTargetId:i},...r.peerConnectionFactory===void 0?{}:{peerConnectionFactory:r.peerConnectionFactory},certificate:r.certificate??await qt(),...r.timeoutMs===void 0?{}:{connectTimeoutMs:r.timeoutMs},...n.boot===void 0?{}:{boot:n.boot},...n.log===void 0?{}:{log:n.log}});s.onDropped(d=>l.notifyCandidatesDropped(d)),t.set(a.matchId,l),l.on("matchEnded",()=>t.delete(a.matchId));try{await l.start(r.signal);}catch(d){throw t.delete(a.matchId),l.close(),d}return l}}}function Sa(n){let{analytics:e,rooms:t}=n,r=n.target??globalThis,o=n.document??globalThis.document,i=[];if(typeof r.addEventListener=="function"){let s=d=>{d?.persisted!==true&&e.endSession("pagehide");};r.addEventListener("pagehide",s),i.push(()=>r.removeEventListener?.("pagehide",s));let l=()=>e.setHidden(!Ne());for(let d of jn)r.addEventListener(d,l),i.push(()=>r.removeEventListener?.(d,l));typeof o?.addEventListener=="function"&&(o.addEventListener("resume",l),i.push(()=>o.removeEventListener?.("resume",l))),e.setHidden(!Ne());}let a=new Map;return i.push(t.on("matchReady",s=>{let l=s.protocol===Ue?"p2p":"dedicated";a.set(s.matchId,l),e.trackPlatform("gem_match_started",{transport:l});})),i.push(t.on("matchEnded",s=>{let l=a.get(s.matchId);l!==void 0&&(a.delete(s.matchId),e.trackPlatform("gem_match_ended",{transport:l}));})),()=>{for(let s of i.splice(0))try{s();}catch{}a.clear();}}async function Wn(n,e,t,r){let o=await t;return n.mark(e)&&r&&r(`[gem] boot: ${n.timeline()}`),o}function _o(n,e){let t=false;return async r=>{let o=await r;return !t&&e&&(t=true,e(`[gem] boot: ${n.timeline()}`)),o}}function wo(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 So=false;async function Aa(n,e,t,r){if(So){e.close(),t("busy",true);return}So=true;let o=null;try{let i=await nm(n,r);if(typeof i=="string"){e.close(),t(i,tm(i));return}o=i;let s=await(r.encodeRef??(l=>sm(l,r)))(o);if(o.close(),o=null,s===null){e.close(),t("failed",!0);return}if(s.size>im){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{So=false,o?.close();}}function tm(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 nm(n,e){if(e.handler){let i=await e.handler(n);return i===null?"declined":Ra(i,n)}if(!e.useDefaultStrategy)return "not_wired";let t=e.documentRef??globalThis.document;if(!t)return "no_source";let r=om(t);if(!r)return "no_source";let o=rm(r);if(o!==null)return o;try{return Ra(await createImageBitmap(r),n)}catch(i){if(i instanceof DOMException&&i.name==="SecurityError")return "tainted";throw i}}function rm(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 om(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 Ra(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 im=8*1024*1024,ka="image/webp",xa=.92;async function sm(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:ka,quality:xa});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),ka,xa);})}async function Pa(n,e){if(!e)return;let t;try{t=await am(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 am(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 Ea=Symbol.for("@indiegems/gem-web-sdk:audio-guard");function Ta(n=globalThis){let t=n[Ea];if(t!==void 0)return t;let r=false,o=()=>r,i=[],a=lm(n,o);a!==null&&i.push(a);let s=dm(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,Ea,{value:l,configurable:true}),l}function lm(n,e){let t=n.AudioNode?.prototype,r=n.AudioDestinationNode;if(t===void 0||r===void 0)return null;let o=n.OfflineAudioContext,i=t.connect,a=t.disconnect,s=new Map,l=m=>{let c=m.gain,p=m.context.currentTime;c.cancelScheduledValues(p),e()?c.setValueAtTime(0,p):c.setTargetAtTime(1,p,.01);},d=m=>{let c=m.context;if(o!==void 0&&c instanceof o)return null;let p=s.get(c);return p===void 0&&(p=c.createGain(),p.gain.value=e()?0:1,i.call(p,m),s.set(c,p)),p};return t.connect=function(...c){let[p,...g]=c;if(p instanceof r){let y;try{y=d(p);}catch{y=null;}if(y!==null)return i.call(this,y,...g),p}return i.apply(this,c)},t.disconnect=function(...c){let[p,...g]=c;if(p instanceof r){let y=s.get(p.context);if(y!==void 0&&y!==this)try{return a.call(this,y,...g)}catch{}}return a.apply(this,c)},()=>{for(let[m,c]of s){if(m.state==="closed"){s.delete(m);continue}try{l(c);}catch{}}}}function dm(n,e){let t=n.HTMLMediaElement;if(t===void 0)return null;let r=t.prototype,o=Object.getOwnPropertyDescriptor(r,"muted"),i=o?.get,a=o?.set;if(i===void 0||a===void 0)return null;let s=r.play,l=new WeakMap,d=new WeakSet,m=new Set,c=p=>{l.has(p)||l.set(p,!!i.call(p)),d.has(p)||(d.add(p),m.add(new WeakRef(p))),a.call(p,(l.get(p)??false)||e());};return Object.defineProperty(r,"muted",{configurable:true,enumerable:o?.enumerable??true,get(){let p=l.get(this);return p===void 0?!!i.call(this):p},set(p){l.set(this,!!p),c(this);}}),r.play=function(){try{c(this);}catch{}return s.call(this)},n.document?.addEventListener("play",p=>{let g=p.target;if(g instanceof t)try{c(g);}catch{}},true),()=>{for(let p of m){let g=p.deref();if(g===void 0){m.delete(p);continue}try{a.call(g,(l.get(g)??!1)||e());}catch{}}}}function Ia(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(cm(d,x)),s=w,d=[]);}g();},g=()=>{let w=t.requestAnimationFrame;typeof w=="function"&&(a=w.call(t,p));},y=()=>{if(m()){a===null&&(c(),g());return}a!==null&&(t.cancelAnimationFrame?.call(t,a),a=null),c();};return {setRequested(w){r=w,y();},setPaused(w){o=w,y();},get running(){return a!==null},dispose(){i=true,y();}}}function cm(n,e){let t=[...n].sort((o,i)=>o-i),r=Math.max(1,Math.ceil(t.length*.95));return {fps:n.length*1e3/e,frameTimeP95Ms:t[r-1]}}var Kn=Object.freeze({top:"--gem-safe-top",right:"--gem-safe-right",bottom:"--gem-safe-bottom",left:"--gem-safe-left"});function Ca(){let e=globalThis.document?.documentElement;return e&&typeof e.style?.setProperty=="function"?e:null}function Ma(n,e){n!==null&&(n.style.setProperty(Kn.top,`${e.top}px`),n.style.setProperty(Kn.right,`${e.right}px`),n.style.setProperty(Kn.bottom,`${e.bottom}px`),n.style.setProperty(Kn.left,`${e.left}px`));}var um=3e4,Jn=class extends Error{retryable;reason;constructor(e,t,r){super(r),this.name="LocalServerError",this.reason=e,this.retryable=t;}};function Oa(n){let e=n.clock??se,t=n.timeoutMs??um,r=new Map,o=new Map,i=0,a=s=>{let l=r.get(s);return l?(r.delete(s),o.delete(l.room),e.clearTimeout(l.timer),l):null};return {available(){return n.bridge.parentSupports("localHost")},ensure(s){if(!n.bridge.parentSupports("localHost"))return Promise.resolve();let l=o.get(s);if(l)return l;let d=new Promise((m,c)=>{let p=`ls${++i}`,g=e.setTimeout(()=>{r.delete(p),o.delete(s),c(new Jn("timeout",true,`the embedder did not answer a local-server request for room ${s} within ${String(t)}ms`));},t);r.set(p,{room:s,resolve:m,reject:c,timer:g}),n.bridge.requestLocalServer(p,s)||(a(p),m());});return o.set(s,d),d.catch(()=>{}),d},accept(s){a(s.requestId)?.resolve();},refuse(s){let l=a(s.requestId);l&&l.reject(new Jn(s.reason,s.retryable,s.reason==="refused"?`the platform refused to let this machine serve room ${l.room}. Check that you are signed in as a developer on this game, that the room is on the dev or test channel, and that you host it.`:`this machine could not start a server for room ${l.room}. Your development tool has the reason.`));}}}var Wt={url:"https://downloads.indiegems.games/sdk/v5.12.0/gem-web-sdk.devtools.min.js",integrity:"sha384-+JPd0kgtMx1qFxucvy3QlPUK66BnApAf73jHMt7ptVPvGI9gryirBBNCR6iIZlu1"};var ct=null;function mm(){return ct!==null||(ct=new Promise((n,e)=>{let t=document.createElement("script");t.src=Wt.url,t.integrity=Wt.integrity,t.crossOrigin="anonymous",t.onload=()=>{let r=window.GemWebSdkDevtools;if(r===void 0){ct=null,e(new Error(`gem devtools: the panel loaded but attached nothing. The artifact at ${Wt.url} is not a gem-web-sdk devtools build.`));return}n(r);},t.onerror=()=>{ct=null,e(new Error(`gem devtools: could not load ${Wt.url}. Either the network refused it or its Subresource Integrity check failed, or the CDN did not answer the CORS preflight this request needs \u2014 SRI is only checkable on bytes the page may read. A locally rebuilt SDK is the commonest cause: it produces panel bytes that do not match the hash compiled into this build.`));},document.head.append(t);})),ct}function La(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 mm();return !e()||a!==r?false:(t!==null||(t=s.mount(n(),{openedBy:i,text:$e,onDismiss:()=>{t?.unmount(),t=null;}})),true)}return {get isOpen(){return t!==null},close(){r+=1,t?.unmount(),t=null;},open:()=>o("game"),openFrom:o}}var pm=1e4,Ga={reason:"unavailable",retryable:false};function Da(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??pm);},a=(d,m)=>{let c=s(d);c&&m(c);},s=d=>{let m=e.get(d);return m?(e.delete(d),n.clock.clearTimeout(m.timer),m):null},l=new Xe({clock:n.clock,onStateChange:n.onStateChange,request:d=>new Promise((m,c)=>{let p=n.bridge.currentState;if(p==="refused"||p==="closed"){c(Ga);return}let g=`t${++o}`,y={resolve:m,reject:c,reason:d,timer:null,held:p!=="connected"};e.set(g,y),i(g,y),y.held||n.bridge.requestToken(g,d);})});return {source:l,onToken(d){let m={token:d.token,expiresAt:d.expiresAt,chainEndsAt:d.chainEndsAt};if(t={playerId:d.playerId,gameId:d.gameId,channel:d.channel},r=d.gameVersion??null,d.requestId!==void 0&&e.has(d.requestId)){a(d.requestId,c=>c.resolve(m));return}l.accept(m);},onDenied(d){a(d.requestId,m=>m.reject({reason:d.reason,retryable:d.retryable,retryAfterMs:d.retryAfterMs}));},onBridgeState(d){if(d==="connected")for(let[m,c]of e)c.held&&(c.held=false,n.clock.clearTimeout(c.timer),i(m,c),n.bridge.requestToken(m,c.reason));else if(d==="refused"||d==="closed")for(let m of [...e.keys()])a(m,c=>c.reject(Ga));},get identity(){return t},get gameVersion(){return r}}}function gm(n){let e=n.lastIndexOf("@");return (e===-1?n:`***@${n.slice(e+1)}`).slice(0,200)}var ym=new Set(Zt);function fm(n){if(!n)return {};let e={};for(let[t,r]of Object.entries(n))ym.has(t.toLowerCase())&&(e[t.toLowerCase()]=r);return e}function zn(n){let e=n.fetch??globalThis.fetch.bind(globalThis);return Xo(async(t,r)=>{let o;try{o=new URL(n.baseUrl.replace(/\/+$/,""));}catch{throw new pe("the configured baseUrl is not a valid URL. Its value is withheld here rather than written to logs. This is a configuration fault, not a server failure.")}let i;try{i=new URL(o.href.replace(/\/+$/,"")+t.path);}catch{throw new pe(`${JSON.stringify(typeof t.path=="string"?gm(t.path):"(a non-string path)")} does not form a valid URL against ${o.protocol}//${o.host}. This is a malformed request, not a server failure.`)}if(i.protocol!==o.protocol||i.host!==o.host)throw new pe(`${JSON.stringify(i.pathname)} resolves to ${i.protocol}//${i.host}, not ${o.protocol}//${o.host}. A request path may not change the request's origin \u2014 it carries the play token.`);if(i.username!==""||i.password!==""){let p=o.username!==""||o.password!=="",g=i.username!==o.username||i.password!==o.password,y=p?g?"baseUrl (and possibly the request path)":"baseUrl":"request path";throw new pe(`the ${y} puts credentials in the URL, which cannot be fetched (${t.method} ${i.pathname}). The value is withheld here rather than written to logs. This is a malformed request, not a server failure.`)}for(let[p,g]of Object.entries(n.defaultQuery??{}))i.searchParams.has(p)||i.searchParams.set(p,g);let a;try{a=t.body===void 0?void 0:JSON.stringify(t.body);}catch(p){throw new pe(`the body of ${t.method} ${JSON.stringify(i.pathname)} could not be serialised to JSON: ${String(p)}. This is a bug in the request, not a server failure \u2014 retrying sends the same unserialisable value.`)}let s=await e(i.toString(),{method:t.method,headers:{authorization:`Bearer ${r}`,...t.body===void 0?{}:{"content-type":"application/json"},...fm(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=hm(s.headers.get("retry-after"));return {status:s.status,body:d,...m===null?{}:{etag:m},...c===void 0?{}:{retryAfterSeconds:c}}},n)}function hm(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 bm=new Set(["invalid_sdp","age_restricted","match_not_found","not_match_member","account_banned"]),ko="embedder_relay_unavailable",vm="embedder_no_relay",_m=new Set([ko]),xo=new Set([vm]),Kt=class{constructor(e){this.options=e;}options;pending=new Map;channel(){return new Ro(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(wm(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 wm(n,e){let t=e??"the offer was refused",r=n===void 0?t:`${t} (${n})`;return new h(Sm(n),r,{platformCode:n})}function Sm(n){return n===void 0||_m.has(n)?"signaling_failed":xo.has(n)?"offer_refused":bm.has(n)?n==="invalid_sdp"?"invalid_sdp":"offer_refused":"signaling_failed"}var Ro=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 $a="match_ended:",Fa="server_shutdown:",ja="kicked:",Rm=123;function km(n){if(typeof n!="string"||n.length===0||n.length>Rm)return {kind:"other"};if(n.startsWith($a)){let e=Ce(n.slice($a.length));return e==="unknown"?{kind:"other"}:{kind:"match_ended",reason:e}}return n.startsWith(Fa)?{kind:"server_shutdown",cause:n.slice(Fa.length)}:n.startsWith(ja)?{kind:"kicked",detail:n.slice(ja.length)}:{kind:"other"}}function Ao(n,e,t){let r=km(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 Po(){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 xm=3e3,Am=1e4,Pm=15e3;async function Yn(n){let e=n.peerConnection;try{qa(n,"before the handshake started"),Eo(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 Im(e,n),Eo(n);let o=e.localDescription?.sdp??r.sdp;if(!o)throw new h("invalid_sdp","the offer carried no SDP");Me(o,"offer"),Na(o,"offer");let i=await Tm(n,o);if(Eo(n),typeof i?.sdp!="string")throw new h("invalid_sdp","the signaling channel answered without an SDP");return Me(i.sdp,"answer"),Na(i.sdp,"answer"),await e.setRemoteDescription({type:"answer",sdp:i.sdp}),await Cm(t,n),qa(n,"before the channel opened"),t}catch(t){throw e.close(),Em(t)}}function Em(n){return n instanceof h?n:Ha(n)?Be():new h("connection_failed",Va(n),{cause:n})}function Na(n,e){if(Un(n))throw new h("media_refused",`the ${e} carries an active audio or video section. This path carries a data channel only; voice belongs to the platform voice service.`)}async function Tm(n,e){let t=n.exchangeTimeoutMs??Am,r=Ba(n,t),o=n.signaling.exchange({matchId:n.matchId,sdp:e,intent:n.intent??"initial"},n.signal).catch(i=>{throw i instanceof h?i:Ha(i)?Be():new h("signaling_failed",Va(i),{cause:i})});return Mm(o,n,r,()=>r.exhausted?To("while the offer was in flight"):new h("timeout",`no answer arrived within ${t}ms`))}function Im(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??xm);n.addEventListener("icegatheringstatechange",i),e.signal?.addEventListener("abort",o);})}function Cm(n,e){if(e.signal?.aborted)return Promise.reject(Be());if(n.readyState==="open")return Promise.resolve();if(n.readyState!=="connecting")return Promise.reject(new h("connection_failed",`the data channel was already '${n.readyState}' when the answer was applied`));let{clock:t}=e,r=e.openTimeoutMs??Pm,o=Ba(e,r);return new Promise((i,a)=>{let s=()=>{t.clearTimeout(p),n.removeEventListener("open",l),n.removeEventListener("close",d),n.removeEventListener("error",d),e.signal?.removeEventListener("abort",m);},l=()=>{s(),i();},d=g=>{s(),a(new h("connection_failed","the data channel failed before it opened",Ua(g)===void 0?void 0:{cause:Ua(g)}));},m=()=>{s(),a(Be());},c=()=>{s(),a(o.exhausted?To("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 Ba(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(Be()):new Promise((a,s)=>{let l=c=>{o.clearTimeout(m),i?.removeEventListener("abort",d),c();},d=()=>l(()=>s(Be())),m=o.setTimeout(()=>l(()=>s(r())),t.ms);i?.addEventListener("abort",d),n.then(c=>l(()=>a(c)),c=>l(()=>s(c)));})}function qa(n,e){if(n.credentialExpiresAt!==void 0&&!(n.clock.now()<n.credentialExpiresAt))throw To(`already ${e}`)}function To(n){return new h("credential_expired",`the join credential ran out ${n} \u2014 poll match status again for a fresh one`)}function Eo(n){if(n.signal?.aborted)throw Be()}function Be(){return new h("aborted","the caller aborted the connection attempt")}function Ha(n){return n?.name==="AbortError"}function Ua(n){return n?.error}function Va(n){return n instanceof Error?n.message:String(n)}Object.freeze(Object.assign(Object.create(null),{webrtc_sdp_answer:"answer",webrtc_error:"error",match_ended:"matchEnded"}));Object.freeze(Object.assign(Object.create(null),{answer:[W("sdp","sdp",q(10240)),U("sessionId","session_id",q(64))],error:[U("code","code",q(64)),U("message","message",q(256))],matchEnded:[U("reason","reason",q(64))]}));function Za(n){let{client:e,clock:t,rooms:r}=n,o=n.signaling??Po,i=n.log??(v=>console.warn(v)),a=new st({client:e,gameId:()=>r.gameId,transport:"dedicated"}),s=new Map,l=(v,S)=>{let E=s.get(v)??new Set;E.add(S),s.set(v,E);},d=(v,S)=>{let E=s.get(v);E!==void 0&&(E.delete(S),E.size===0&&s.delete(v));},m=async v=>{if(r.isHost&&!Co(r)&&r.currentRoom?.matchId===void 0){let S=me(v.clusterTargetId);await r.startMatch({...S===void 0?{}:{clusterTargetId:S},...v.retry===void 0?{}:{retry:v.retry},...v.signal===void 0?{}:{signal:v.signal}});}return Xa(r.matchConnectionState==="suspended"?await r.reconnectToMatch(Io(v)):await r.awaitMatch(Io(v)))},c=async v=>Xa(await r.pollMatchStatus(Io(v))),p=async(v,S)=>{let E=false;try{let k=await m(v),H=r.currentRoom?.transports;if(H!==void 0&&!H.includes("webrtc"))throw new h("misconfigured",`the room template offers (${H.join(", ")||"no transports"}), not webrtc, which is all this path dials. Connect through gem.match.connect(), or pass \`transports: []\` here to negotiate across the template's list.`);let j=v.peerConnection??Qa();E=!0;let V=await Yn({peerConnection:j,signaling:S,clock:t,matchId:k.matchId,credentialExpiresAt:k.credentialExpiresAt,...Xn(v,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal")}),R=null;if(v.presentCredential!==!1)try{R=await Tt({channel:V,clock:t,credential:k.joinCredential,credentialExpiresAt:k.credentialExpiresAt,...Xn(v,"onMessage","signal"),...v.welcomeTimeoutMs===void 0?{}:{ceilingMs:v.welcomeTimeoutMs}});}catch(P){throw we(V),we(j),P}return qm(r,k,V,j,S,v.reportDisconnect!==!1,v.reportConnected!==!1,R,{remember:l,forget:d},v.onMatchEnded)}catch(k){throw E&&Ya(a,k),we(S),k}},g=async(v,S,E,k,H,j)=>{if(v==="webtransport"){let F=k?.webtransport;if(F===void 0)throw new h("misconfigured","webtransport is not advertised");let B={credential:E.joinCredential,credentialExpiresAt:E.credentialExpiresAt,clock:t};if(typeof F.named_url=="string"&&F.named_url!==""){let ne=Math.max(Math.floor(j/2),1e3);try{return await Ot({url:F.named_url,timeoutMs:ne,log:i,...B})}catch(ae){if(Dn()!==null)throw ae;return i(`[gem] webtransport named dial failed (${Ln(ae)}); retrying the pinned dial`),Ot({url:F.url,certHashBase64:F.cert_sha256_b64,timeoutMs:ne,log:i,...B})}}return Ot({url:F.url,certHashBase64:F.cert_sha256_b64,timeoutMs:j,...B})}if(v==="websocket"){let F=k?.websocket;if(F===void 0)throw new h("misconfigured","websocket is not advertised");return Xr({url:F.url,credential:E.joinCredential,credentialExpiresAt:E.credentialExpiresAt,clock:t,timeoutMs:j})}let V=S.peerConnection??Qa(),R,P=await Yn({peerConnection:V,signaling:H,clock:t,matchId:E.matchId,credentialExpiresAt:E.credentialExpiresAt,extraChannels:[{label:Ct,ordered:false,maxRetransmits:0}],onExtraChannel:(F,B)=>{F===Ct&&(R=B);},...Xn(S,"intent","channelLabel","gatherTimeoutMs","exchangeTimeoutMs","openTimeoutMs","signal"),...S.exchangeTimeoutMs===void 0&&S.redial===true?{exchangeTimeoutMs:Gm}:{}}),L;try{L=await Tt({channel:P,clock:t,credential:E.joinCredential,credentialExpiresAt:E.credentialExpiresAt,wire:On,heartbeat:!0,...Xn(S,"signal"),...S.welcomeTimeoutMs===void 0?{}:{ceilingMs:S.welcomeTimeoutMs}});}catch(F){throw we(P),we(V),F}let G=L.welcome.heartbeatIntervalMs;return {link:Zr(P,V,R,G===void 0?void 0:{clock:t,intervalMs:G}),welcome:L.welcome,channel:P,peerConnection:V}},y=(v,S,E,k,H)=>{let j=false,V;k.link.onClose(G=>{!j&&v.reportDisconnect!==false&&Ao(r,S.matchId,G),V?.(G);}),v.reportDisconnect!==false&&v.reportConnected!==false&&r.notifyMatchConnected(S.matchId);let R={transport:k.link.transport,send:(G,F)=>k.link.send(G,F),onMessage:G=>k.link.onMessage(G),onClose:G=>{V=G;},close:()=>k.link.close()},P=()=>{j||(j=true,we(k.link),we(H));},L=G=>{if(!j){try{v.onMatchEnded?.(G);}catch{}P();}};return l(S.matchId,L),{matchId:S.matchId,transport:E,link:R,joinCredential:S.joinCredential,credentialExpiresAt:S.credentialExpiresAt,welcome:k.welcome,...k.channel===void 0?{}:{channel:k.channel},...k.peerConnection===void 0?{}:{peerConnection:k.peerConnection},close(){d(S.matchId,L),P();}}},w=async(v,S)=>{let E=r.currentRoom?.id,k=r.gameId,H=()=>({advert:Mt(r.currentRoom?.settings,v),template:r.currentRoom?.transports??null});if(E===void 0||k===null)return H();try{let j=await e.get(`/v2/games/${encodeURIComponent(k)}/game-rooms/${encodeURIComponent(E)}`,S);return {advert:Mt(j.settings,v),template:ot(j.transports)??r.currentRoom?.transports??null}}catch{return H()}},x=(v,S)=>{let E=v??Wa;return S.length===0?E:E.filter(k=>S.includes(k))},T=async(v,S,E)=>{try{let k=await m(v),{advert:H,template:j}=await w(k.matchId,v.signal),V=x(j,S),R=V.filter(Q=>Fm(Q,H)),P=Dn();if(P!==null&&V.includes("webtransport")&&H?.webtransport!==void 0&&i(`[gem] webtransport skipped: ${P} (learned on an earlier dial in this page)`),R.length===0){let Q=j===null?`the default order (${Wa.join(", ")})`:`the room template's transports (${j.join(", ")||"none"})`;throw new h("misconfigured",`none of ${Q}`+(S.length>0?`, narrowed to (${S.join(", ")}),`:"")+" is available here: the server advertises none of them, and only webrtc qualifies without an advertisement.")}let L=v.transportAttemptTimeoutMs??Lm,G=()=>v.deadlineAt===void 0?1/0:v.deadlineAt-t.now(),F=Q=>n.signalingReady===void 0||Q<=0?Promise.resolve(!0):n.signalingReady(Q),B=[],ne=[];for(let Q of R){if(G()<Ja){i(`[gem] ${Q} rung not tried: the reconnect budget is spent`);break}ne.length>0&&k.credentialExpiresAt-t.now()<za&&(k=await c(v)),ne.push(Q);let K=!1,Se=!1,Re={attempts:0,waitedMs:0};for(;;){if(Q==="webrtc"&&v.redial===!0){let ee=Math.min(Ka,G());await F(ee)||i(`[gem] webrtc rung: the page has not reported its signaling socket up after ${Math.round(ee)}ms; offering anyway`);}let We=Math.max(Math.min(L,G()),Ja);try{return y(v,k,Q,await g(Q,v,k,H,E,We),E)}catch(ee){let J=ee instanceof h?ee:new h("connection_failed",ee instanceof Error?ee.message:String(ee),{cause:ee});if(Q==="webrtc"&&Ya(a,J),(J.reason==="credential_expired"||J.reason==="credential_reused")&&!K){K=!0,k=await c(v);continue}if(Q==="webrtc"&&J.reason==="signaling_failed"&&J.platformCode===ko&&!Se){Se=!0;let de=Math.min(Ka,G());if(i(`[gem] webrtc rung: the page could not put the offer on its socket; waiting up to ${Math.round(de)}ms for the socket before offering again`),await F(de))continue}if(J.reason==="join_rate_limited"){let de=$m(Re,Math.random,G());if(de!==null){if(Re.attempts+=1,Re.waitedMs+=de,i(`[gem] ${Q} rung: the server is rate-limiting this player's joins; waiting ${Math.round(de)}ms before presenting again (retry ${Re.attempts} of ${tl.maxAttempts})`),await In(t,de,v.signal),v.signal?.aborted)throw new h("aborted","the caller aborted while waiting out a join rate limit");k.credentialExpiresAt-t.now()<za&&(k=await c(v));continue}}if(Dm.has(J.reason)||J.reason==="credential_expired"||Q==="webrtc"&&el(J)){i(`[gem] ${Q} rung failed (${J.reason}): ${Ln(J.cause??J)} \u2014 `+(ne.length<R.length?`falling through to ${R[ne.length]}`:"no rungs left")),B.push(J);break}throw i(`[gem] ${Q} rung refused the session (${J.reason}): ${J.message}`),J}}}let ae=B[B.length-1];throw ae===void 0?new h("timeout",`the reconnect budget ran out before any transport (${R.join(", ")}) could be tried`):new h(ae.reason,`every transport tried (${ne.join(", ")}) failed; the last said: ${ae.message}`,{cause:B,platformCode:ae.platformCode})}catch(k){throw we(E),k}};return {listClusterTargets:async(v={})=>Dr({client:e,...v}),handleMatchEnded(v,S){let E=s.get(v);if(E!==void 0){s.delete(v);for(let k of E)k(S);}},connect:(async(v={})=>{let S=v.signaling??o();return v.transports===void 0?p(v,S):T(v,v.transports,S)})}}var Wa=["webtransport","webrtc","websocket"],Lm=1e4,Gm=5e3,Ka=3e3,Ja=1e3,za=1e4,Dm=new Set(["timeout","connection_failed","signaling_unavailable","signaling_failed"]);function el(n){return n.platformCode!==void 0&&xo.has(n.platformCode)}var tl={initialDelayMs:2e3,factor:2,jitterMs:1e3,maxAttempts:3,budgetMs:15e3};function $m(n,e=Math.random,t=1/0){let r=tl;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 Fm(n,e){return n==="webrtc"?e===null||e.webrtc!==false:e===null?false:n==="webtransport"?e.webtransport!==void 0&&Gn():e.websocket===void 0?false:e.websocket.tls===true||globalThis.isSecureContext!==true||jm(e.websocket.url)}function jm(n){if(typeof n!="string")return false;let e;try{e=new URL(n).hostname.toLowerCase();}catch{return false}return dn(e)}function Io(n){return {...n.timeoutMs===void 0?{}:{timeoutMs:n.timeoutMs},...n.pollIntervalMs===void 0?{}:{pollIntervalMs:n.pollIntervalMs},...n.signal===void 0?{}:{signal:n.signal}}}var Nm=new Set(["timeout","connection_failed","credential_expired","signaling_unavailable","signaling_failed","invalid_sdp","join_refused"]);function Ya(n,e){e instanceof h&&(!Nm.has(e.reason)&&!el(e)||n.report([{type:"connection_failures_total",value:1}]));}function qm(n,e,t,r,o,i,a,s,l,d){let m=false,c=()=>{m||Ao(n,e.matchId,void 0);};i&&(t.addEventListener("close",c),a&&n.notifyMatchConnected(e.matchId));let p=()=>{m||(m=true,t.removeEventListener("close",c),s?.detach(),we(t),we(r),we(o));},g=y=>{if(!m){try{d?.(y);}catch{}p();}};return l.remember(e.matchId,g),{matchId:e.matchId,channel:t,peerConnection:r,joinCredential:e.joinCredential,credentialExpiresAt:e.credentialExpiresAt,welcome:s?.welcome??null,close(){l.forget(e.matchId,g),p();}}}function Co(n){let e=n.matchSession.phase;return e!=="none"&&e!=="ended"}function Xa(n){if(n.status==="failed")throw new h("allocation_failed",`match ${n.matchId} did not come up: ${n.reason}`);if(n.status==="ended")throw new h("match_ended",`match ${n.matchId} ended (${n.reason}) before this side connected.`);if(n.protocol!==Tn)throw new h("unsupported_protocol",`match ${n.matchId} speaks '${n.protocol}', which a browser cannot connect. Only '${Tn}' is reachable from a frame; host and port on this response are advisory and must not be dialled.`);let{joinCredential:e,credentialExpiresAt:t}=n;if(e===void 0||t===void 0)throw new h("connection_failed",`match ${n.matchId} is ready but issued no join credential, so the server would refuse the channel once it opened \u2014 poll match status again.`);return {...n,joinCredential:e,credentialExpiresAt:t}}function Qa(){let n=globalThis.RTCPeerConnection;if(!n)throw new h("misconfigured","this environment has no RTCPeerConnection. Pass `peerConnection` to connect against a stand-in, which is how the flow is tested outside a browser.");return new n({iceServers:[]})}function we(n){try{n.close();}catch{}}function Xn(n,...e){let t={};for(let r of e)n[r]!==void 0&&(t[r]=n[r]);return t}var Um=1e4;function nl(n,e){return Mo(n,e)}function Mo(n,e){if(typeof n.serverToken!="function"||typeof n.onServerToken!="function")throw new Error("this runtime delivers no game-server token: host.serverToken/onServerToken are missing. The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let t=a=>({token:a.token,expiresAt:a.expiresAt,chainEndsAt:Number.POSITIVE_INFINITY}),r=null,o=new Xe({clock:e.clock,...e.onStateChange===void 0?{}:{onStateChange:e.onStateChange},request:()=>new Promise((a,s)=>{let l=e.clock.setTimeout(()=>{r=null,s({reason:"unavailable",retryable:true});},e.timeoutMs??Um);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 Oo={};Gl(Oo,{acceptTransfer:()=>Bm,addEntityProgression:()=>Hm,adminAction:()=>Vm,cancelInventoryTransfer:()=>Wm,claimEntityProgressionRewards:()=>Km,closeGameRoom:()=>Jm,createEntityBatchOrder:()=>zm,createEntityOrder:()=>Ym,createSession:()=>Xm,deleteEntityGameSetting:()=>Qm,deleteEntitySave:()=>Zm,deleteSession:()=>ep,executeEntityRecipe:()=>tp,finalizeSaveUpload:()=>np,getDropRates:()=>rp,getEntityCurrency:()=>op,getEntityGameSetting:()=>ip,getEntityInventory:()=>sp,getEntityInventoryItem:()=>ap,getEntityLeaderboard:()=>lp,getEntityOrder:()=>dp,getEntityProgression:()=>cp,getEntityRecipeAvailability:()=>up,getEntityRecipeUsage:()=>mp,getEntitySave:()=>pp,getEvent:()=>gp,getGameRoomV2:()=>yp,getLeaderboard:()=>fp,getPurchaseCatalog:()=>hp,getResolvedTemplate:()=>bp,getRoomArgs:()=>vp,getTransferDetails:()=>_p,initiateInventoryTransfer:()=>wp,kickPlayer:()=>Sp,listEntityGameSettings:()=>Rp,listEntityOrders:()=>kp,listEntityProgressions:()=>xp,listEntitySaves:()=>Ap,listEvents:()=>Pp,listGameRooms:()=>Ep,listResolvedTemplates:()=>Tp,listTransfers:()=>Ip,matchEnd:()=>Cp,putEntityGameSetting:()=>Mp,putRoomArgs:()=>Op,rejectTransfer:()=>Lp,requestSaveUploadUrl:()=>Gp,resetEntityProgression:()=>Dp,simulateEntityOrder:()=>$p,transferHostV2:()=>Fp,updateGameRoomV2:()=>jp});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 Bm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/accept`;return n.client.post(r,void 0,t?.signal)}async function Hm(n,e,t,r,o,i){let a=`/v1/inventory/${b(e)}/${b(t)}/progressions/${b(r)}/add`;return n.client.post(a,o,i?.signal)}async function Vm(n,e,t,r){let o=`/v1/voice/sessions/${b(e)}/admin`;return n.client.post(o,t,r?.signal)}async function Wm(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/cancel`;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)}/claim`;return n.client.post(a,o,i?.signal)}async function Jm(n,e,t){let r=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}`;return n.client.delete(r,t?.signal)}async function zm(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders/batch`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Ym(n,e,t,r,o){let i=`/v1/inventory/${b(e)}/${b(t)}/orders`;return n.client.post(i,r,o?.signal,{...o?.ifMatch===void 0?{}:{ifMatch:o.ifMatch}})}async function Xm(n,e,t){return n.client.post("/v1/voice/sessions",e,t?.signal)}async function Qm(n,e,t,r,o){let i=`/v1/settings/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function Zm(n,e,t,r,o){let i=`/v1/saves/${b(e)}/${b(t)}/${b(r)}`;return n.client.delete(i,o?.signal)}async function ep(n,e,t){let r=`/v1/voice/sessions/${b(e)}`;return n.client.delete(r,t?.signal)}async function tp(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 np(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 rp(n,e,t){let r=`/v1/inventory/loot-tables/${b(e)}/drop-rates`;return n.client.get(r,t?.signal)}async function op(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 ip(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 sp(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 ap(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 lp(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 dp(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 cp(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 up(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 mp(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 pp(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 gp(n,e,t){let r=`/v1/events/${b(e)}`;return n.client.get(r,t?.signal)}async function yp(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 fp(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 hp(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 bp(n,e,t){let r=`/v1/game-room-templates/${b(e)}`;return n.client.get(r,t?.signal)}async function vp(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 _p(n,e,t){let r=`/v1/inventory/transfers/${b(e)}`;return n.client.get(r,t?.signal)}async function wp(n,e,t){return n.client.post("/v1/inventory/transfers",e,t?.signal)}async function Sp(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 kp(n,e,t,r){let o=new URLSearchParams;r?.limit!==void 0&&o.set("limit",String(r?.limit)),r?.cursor!==void 0&&o.set("cursor",String(r?.cursor));let i=o.toString(),a=`/v1/inventory/${b(e)}/${b(t)}/orders`+(i?`?${i}`:"");return n.client.get(a,r?.signal)}async function xp(n,e,t,r){let o=`/v1/inventory/${b(e)}/${b(t)}/progressions`;return n.client.get(o,r?.signal)}async function Ap(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 Pp(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 Ep(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 Tp(n,e){return n.client.get("/v1/game-room-templates",e?.signal)}async function Ip(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 Cp(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 Op(n,e,t,r){let o=`/v1/games/${b(n.gameId())}/game-rooms/${b(e)}/room-args`;return n.client.put(o,t,r?.signal)}async function Lp(n,e,t){let r=`/v1/inventory/transfers/${b(e)}/reject`;return n.client.post(r,void 0,t?.signal)}async function Gp(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 Dp(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 $p(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 Fp(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 jp(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 Np=1e4,qp=50,Up=1e3,Bp=65536-4*1024,rl=n=>typeof n=="number"?n:0,Hp=n=>typeof n=="string"?n:"";function ol(){let n=globalThis.crypto;return typeof n?.randomUUID=="function"?n.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.floor(Math.random()*16);return (e==="x"?t:t&3|8).toString(16)})}function Vp(n){return n?.retryable===true}function Wp(n,e){let t=n??{},r=Array.isArray(t.rejected)?t.rejected.map(o=>{let i=o??{};return {index:rl(i.index),code:Hp(i.code)}}):[];return {accepted:rl(t.accepted),rejected:r,dropped:e,duplicate:t.duplicate===true}}function il(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 sl(n){let e=Math.max(1,Math.floor(n.maxQueue??Up)),t=[],r=0,o=null,i=false,a=false,s=false,l=false,d=y=>{n.log?.(y);},m=()=>{o!==null&&(n.clock.clearTimeout(o),o=null);},c=()=>{o!==null||i||a||(o=n.clock.setTimeout(()=>{o=null,g().catch(()=>{});},Np));},p=()=>{let y=Math.min(t.length,100),w=128;for(let x=0;x<y;x+=1){let T=t[x];if(T===void 0)break;if(w+=JSON.stringify(il(T,0)).length+1,w>Bp)return Math.max(1,x)}return y};async function g(y){if(t.length===0)return {accepted:0,rejected:[],dropped:0,duplicate:false};m();let w=t.splice(0,p()),x=r;r=0;let T=Math.round(n.clock.now()),C={batch_id:ol(),sent_at_ms:T,events:w.map(v=>il(v,T))};a=true;try{let v=await n.client.post(`/v1/games/${encodeURIComponent(n.gameId)}/analytics/events`,C,y,{replaySafe:!0}),S=Wp(v,x);for(let E of S.rejected)d(`[gem] analytics: an event was refused (${E.code}). See the analytics_events section of your game config.`);return S}catch(v){if(Vp(v))for(t=[...w,...t],r+=x;t.length>e;)t.shift(),r+=1;else d(`[gem] analytics: ${w.length} event(s) were discarded \u2014 the platform refused the batch and will refuse it again: ${String(v)}`);throw v}finally{a=false,t.length>0&&c();}}return {track(y,w,x={}){if(i)return;if(typeof y!="string"||y===""){l||(l=true,d(`[gem] analytics: '${w}' was not recorded \u2014 an event from a server has to name the player it is about. A game-server token names no player, so the platform cannot infer one; pass the id from join() or host.players().`));return}if(w.startsWith(Er)){s||(s=true,d(`[gem] analytics: '${w}' was not recorded \u2014 the gem_ prefix is reserved, and the platform's own events are client-sourced, so a server may not emit one at all. Name your event something else.`));return}let T={},C={};for(let[v,S]of Object.entries(x))typeof S=="string"?T[v]=S:typeof S=="number"&&Number.isFinite(S)&&(C[v]=S);for(;t.length>=e;)t.shift(),r+=1;t.push({uid:ol(),playerId:y,name:w,atMs:n.clock.now(),dimensions:T,measures:C}),t.length>=qp?g().catch(()=>{}):c();},flush:y=>g(y),get pending(){return t.length},dispose(){i=true,m(),t=[],r=0;}}}function Kp(n){let e={};for(let[t,r]of Object.entries(Oo))if(typeof r=="function"){let o=r;e[t]=(...i)=>o(n,...i);}return e}function ut(n,e={}){let t=e.clock??se,r=e.baseUrl??n.apiBaseUrl;if(!r)throw new Error("this runtime names no gem-api host (host.apiBaseUrl is missing). The server image running this bundle predates token delivery \u2014 the bundle cannot call gem-api on it.");let o=Mo(n,{clock:t,...e.onAuthStateChange===void 0?{}:{onStateChange:e.onAuthStateChange}}),i=zn({baseUrl:r,tokenSource:o.source,defaultQuery:{game_id:n.gameId,channel:n.channel},...e.fetch===void 0?{}:{fetch:e.fetch}}),a=new Te({transport:i,clock:t}),s={gameId:n.gameId,channel:n.channel,matchId:n.matchId,...n.gameRoomId===void 0?{}:{gameRoomId:n.gameRoomId}},l=Kp({client:a,gameId:()=>s.gameId}),d=s.gameRoomId,m=n.endMatch,c=n.log,p=sl({client:a,clock:t,gameId:s.gameId,...typeof c=="function"?{log:y=>c.call(n,y)}:{}}),g={identity:s,client:a,api:l,match:{end:async y=>{if(m!==void 0){let w=await m.call(n);(w==="ok"||w==="already_ended")&&Qn.add(g);return}try{await l.matchEnd(s.matchId,y===void 0?void 0:{signal:y});}catch(w){if(w instanceof D&&w.reason==="not_found"){Qn.add(g);return}throw w}Qn.add(g);}},analytics:p,...d===void 0?{}:{room:{get:y=>l.getGameRoomV2(d,y),args:y=>l.getRoomArgs(d,y)}},dispose:()=>{p.dispose(),o.dispose();}};return g}var Qn=new WeakSet;function al(n){return Qn.has(n)}function He(n){return n?.reliable!==false?"reliable":n?.ordered!==false?"ordered":"unreliable"}function mt(n){return {reliable:n==="reliable",ordered:n!=="unreliable"}}function Jt(n){return typeof n=="string"?n:n.slice().buffer}function Zn(n){if(typeof n=="string")return {data:n,isText:true};if(n instanceof ArrayBuffer)return {data:new Uint8Array(n),isText:false};if(ArrayBuffer.isView(n)){let e=n;return {data:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),isText:false}}return null}var Jp=5e3,ll=3e4,dl=2e3,zp=1e4,cl=1;async function ul(n,e){let{session:t,localPlayerId:r}=e;if(!t.isHost)throw new Error("[gem] runListenHost was handed a session this player does not host. The room decides who hosts; gate on `gem.rooms.isHost` \u2014 or call `gem.match.serve()`, which does.");let o=e.log===void 0?f=>console.info(f):e.log,i=f=>o?.(`[gem host] ${f}`),a=typeof n=="function"?n():n,s=Promise.resolve(),l=true,d=false,m=(f,A)=>{l&&(s=s.then(async()=>{if(!d)try{await A();}catch($){i(`the bundle's ${f} handler threw: ${Ve($)}. Serving continues.`);}}));},c=true,p,g,y,w=f=>{if(!c)return;c=false,m("leave",()=>a.leave?.(r,{cause:f??"left"}));let A=g;A&&queueMicrotask(()=>A(f));},x={send(f,A){if(!c)return;let $=mt(He(A));m("message",()=>a.message?.(r,f,typeof f=="string",{reliable:$.reliable,ordered:$.ordered}));},onMessage(f){p=f;},onClose(f){g=f;},close(){w("closed");}},T=(f,A)=>{if(!c)return;let $=mt(He(A));queueMicrotask(()=>{c&&p?.(f,$);});},C=new Map,v=f=>{let A=[];for(let $ of Ee){let Z=f.channels[$];try{Z.binaryType="arraybuffer";}catch{}let ke=mt($),pt=Ke=>{let Ge=Zn(Ke?.data);Ge!==null&&m("message",()=>a.message?.(f.playerId,Ge.data,Ge.isText,{reliable:ke.reliable,ordered:ke.ordered}));};Z.addEventListener("message",pt),A.push(()=>Z.removeEventListener("message",pt));}C.get(f.playerId)?.forEach($=>$()),C.set(f.playerId,A);},S=f=>{C.get(f)?.forEach(A=>A()),C.delete(f);},E=new Set,k=new Map,H=(f,A,$)=>({playerNumber:f.assignedPeerId,transport:"webrtc_p2p",...A?{rejoin:true}:{},...$?{superseded:true}:{}}),j=f=>{let A=C.has(f.playerId),$=E.has(f.playerId);E.add(f.playerId),v(f),A&&m("leave",()=>a.leave?.(f.playerId,{cause:"superseded"})),m("join",()=>a.join?.(f.playerId,H(f,$,A)));},V=new Set,R=(f,A,$)=>{if(f===r){T(A,$);return}let Z=t.peer(f);if(Z===null){let ke=k.get(f);if(ke!==void 0&&e.clock.now()-ke<dl)return;V.has(f)||(V.add(f),i(`send to '${f}' dropped: no such connected player`));return}Z.send(Jt(A),He($));},P={matchId:t.matchId,gameId:e.gameId,channel:e.channel,...e.gameRoomId===void 0?{}:{gameRoomId:e.gameRoomId},apiBaseUrl:e.apiBaseUrl,serverToken:()=>e.tokens.current(),onServerToken:f=>e.tokens.subscribe(f),sizeClass:"listen_host",get roomArgs(){return e.room()?.roomArgs},roster:e.room()?.members.map(f=>f.playerId)??[],players(){let f=c?[r]:[];for(let A of t.peers)f.push(A.playerId);return f},profile(f){let A=e.room()?.members.find($=>$.playerId===f);if(!(!A||A.displayName===void 0))return {displayName:$e.toPlain(A.displayName),...A.displayTag===void 0?{}:{displayTag:$e.toPlain(A.displayTag)},...A.discriminator===void 0?{}:{discriminator:A.discriminator}}},playerNumber(f){return f===r?cl:t.peer(f)?.assignedPeerId},send(f,A,$){R(f,A,$);},broadcast(f,A){let $=A?.except;c&&r!==$&&T(f,A);for(let Z of t.peers)Z.playerId!==$&&Z.send(Jt(f),He(A));},kick(f,A){if(f===r){w(A??"kicked");return}t.kick(f).catch($=>{i(`kick of '${f}' failed: ${Ve($)}`);});},log(f){i(f);},warn(f){i(`\u26A0 ${f}`);}},L=()=>{},G=new Promise(f=>{L=f;}),F=[],B=null,ne=async(f,A)=>{l=false;let $=s.then(async()=>{try{await a.shutdown(f);}catch(Z){i(`the bundle's shutdown threw: ${Ve(Z)}`);}});s=$,await $,de();for(let Z of F.splice(0))Z();for(let Z of [...C.keys()])S(Z);w(A);},ae=(f,A)=>B||(B=(async()=>{await ne(A,f),t.close(),L();})(),B),Q=()=>B||(B=(async()=>{await ne({reason:"signal"},"left"),await t.leave().catch(f=>i(`leaving the match failed: ${Ve(f)}`)),L();})(),B),K=()=>B||(B=(async()=>{l=false,await We()==="ended"?(await ne({reason:"match_ended",platform_reason:"explicit"},"match ended"),t.close()):(await ne({reason:"signal"},"left"),await t.leave().catch(A=>i(`leaving the match failed: ${Ve(A)}`))),L();})(),B),Se=null,Re=()=>(Se??=ut(P,{clock:e.clock,...e.fetch===void 0?{}:{fetch:e.fetch}}),Se),We=async()=>{try{return await Re().api.matchEnd(P.matchId,{signal:AbortSignal.timeout(Jp)}),"ended"}catch(f){return f instanceof D&&(f.reason==="forbidden"||f.reason==="not_found")?(i(`the platform did not take the end from this host (${f.reason}); leaving instead`),"gone"):(i(`ending the match failed: ${Ve(f)}; leaving instead`),"failed")}},ee=null,J=false,de=()=>{J=true,ee!==null&&(e.clock.clearTimeout(ee),ee=null);},X=async()=>{if(ee=null,!J){try{await Re().client.post(`/v1/games/${encodeURIComponent(P.gameId)}/matches/${encodeURIComponent(P.matchId)}/heartbeat`,void 0,AbortSignal.timeout(zp));}catch(f){if(f instanceof D&&(f.reason==="forbidden"||f.reason==="not_found")){i(`the platform no longer holds this match under this host (${f.reason}); heartbeats stop`),de();return}i(`heartbeat failed: ${Ve(f)}`);}J||(ee=e.clock.setTimeout(()=>{X();},ll));}},Xt=()=>{J||ee!==null||(ee=e.clock.setTimeout(()=>{X();},ll));};{let f=L;L=()=>{de(),Se?.dispose(),Se=null,f();};}let Qt=Promise.resolve().then(()=>a.init(P));s=Qt.then(()=>{},()=>{}),m("join",()=>a.join?.(r,{playerNumber:cl,transport:"loopback"})),F.push(t.on("peerJoined",j)),F.push(t.on("peerLeft",(f,A)=>{S(f);let $=e.clock.now();for(let[Z,ke]of k)$-ke>=dl&&k.delete(Z);k.set(f,$),V.delete(f),m("leave",()=>a.leave?.(f,{cause:A}));})),F.push(t.on("error",f=>{i(`\u26A0 session error: ${f.message}`);})),F.push(t.on("matchEnded",f=>{B||Lo(y,f),ae("match ended",{reason:"match_ended",platform_reason:f});})),F.push(t.on("hostChanged",f=>{f!==r&&ae("host migrated",{reason:"host_migrated"});}));for(let f of t.peers)j(f);try{await Qt,Xt();}catch(f){l=false,de(),d=true;for(let A of F.splice(0))A();for(let A of [...C.keys()])S(A);throw t.leave().catch(()=>{}),L(),f}return {matchId:t.matchId,localLink:x,onMatchEnded(f){y=f;},end:K,leave:Q,stop:f=>ae(f,{reason:"stopped"}),done:G}}function Lo(n,e){try{n?.(e);}catch{}}function Ve(n){return n instanceof Error?n.message:String(n)}function Go(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 ml(n){let e=new Map,t=n.autoReconnect===true,{rooms:r}=n,o=new Map,i=async s=>{r.isHost&&!Co(r)&&r.currentRoom?.matchId===void 0&&await r.startMatch({...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...s.signal===void 0?{}:{signal:s.signal}});let l={...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal}};return r.matchConnectionState==="suspended"?r.reconnectToMatch(l):r.awaitMatch(l)},a=s=>({...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0?{}:{clusterTargetId:s.clusterTargetId}});return {async serve(s,l={}){let d=await i(l);if(d.protocol!==Ue)return Go("dedicated",d.matchId);let m=n.p2p.session?.(d.matchId)??null;if(m===null&&!r.isHost||m!==null&&!m.isHost)return Go("peer",d.matchId);let c=n.identity();if(c===null)throw new Error("[gem] serve() needs the signed-in identity and none has arrived. Await gem.awaitIdentity() first \u2014 the host runs your bundle under the play token, and there is no token yet.");let p=m??await n.p2p.connect(a(l)),g=await ul(s,{session:p,clock:n.clock,gameId:c.gameId,channel:c.channel,...r.currentRoom?.id===void 0?{}:{gameRoomId:r.currentRoom.id},apiBaseUrl:n.apiBaseUrl(),tokens:n.tokens,room:n.room,localPlayerId:p.playerId!==""?p.playerId:c.playerId,...n.log===void 0?{}:{log:n.log},...n.fetch===void 0?{}:{fetch:n.fetch}});return o.set(d.matchId,g),g.done.then(()=>{o.get(d.matchId)===g&&o.delete(d.matchId);}),{mode:"listen",matchId:d.matchId,end:()=>g.end(),leave:()=>g.leave(),stop:()=>g.stop()}},async connect(s={}){let l=await i(s),d=s.onMatchEnded;if(l.protocol===Ue){let g=o.get(l.matchId);if(g!==void 0)return r.notifyMatchConnected(l.matchId),Zp(l.matchId,g,d);if(r.isHost)throw new Error("[gem] this player hosts the P2P match, so there is no one to connect TO yet. Call gem.match.serve(yourServer) first; connect() then resolves the loopback to your own bundle.");let y=await qt(),w=async()=>n.p2p.connect({...a(s),certificate:y}),x=await w(),T=tg(x,w,d,C=>{r.notifyMatchDisconnected(C).catch(()=>{});},()=>r.notifyMatchConnected(l.matchId),t);return t&&(e.set(x.matchId,{redial:T.redial,abandon:T.abandon}),T.onClosed(()=>{e.get(x.matchId)?.abandon===T.abandon&&e.delete(x.matchId);})),T}let m=async(g=null)=>await n.dedicated.connect({...g===null?{}:{reportConnected:false,redial:true,...g.deadlineAt===void 0?{}:{deadlineAt:g.deadlineAt}},...s.timeoutMs===void 0?{}:{timeoutMs:s.timeoutMs},...s.signal===void 0?{}:{signal:s.signal},...s.clusterTargetId===void 0||s.clusterTargetId===null?{}:{clusterTargetId:s.clusterTargetId},...d===void 0?{}:{onMatchEnded:d},transports:s.transports??[]}),c=await m(),p=eg(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 pl="link_closed",Yp="host_unreachable",Xp=new Set(["failed","closed"]);function Qp(n){return Xp.has(n)?pl:Yp}function Zp(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 eg(n,e,t,r){let o=n.matchId,i=n,a="connected",s,l,d=[],m=false,c=false,p=y=>{if(a!=="closed"){a="closed";for(let w of d.splice(0))w();l?.(y);}},g=y=>{y.link.onMessage((w,x)=>s?.(w,x)),y.link.onClose(w=>{if(y!==i||a==="closed")return;if(m||!r){p(w);return}let x=t.matchSession;if(x.phase==="suspended"&&x.matchId===o){a="suspended";return}p(w);});};return g(n),{matchId:o,protocol:"dedicated",get transport(){return i.transport},get state(){return a},send(y,w){a==="connected"&&i.link.send(y,w);},onMessage(y){s=y;},onClose(y){l=y;},close(){if(a!=="closed"){if(m=true,a==="suspended"){p("closed");return}i.close(),p("closed");}},async redial(y){if(a==="closed"||m)return "closed";if(c)return "connected";c=true;let w;try{w=await e(y===void 0?{}:{deadlineAt:y});}finally{c=false;}return m||a==="closed"?(w.close(),"closed"):(i=w,g(w),a="connected",t.notifyMatchConnected(o),"connected")},abandon(y){a!=="closed"&&(a==="connected"&&i.close(),p(y));},onClosed(y){a==="closed"?y():d.push(y);}}}function tg(n,e,t,r,o,i=false){let a=n.matchId,s=n,l,d,m=[],c=[],p=[],g=false,y=false,w=false,x=false,T="connected",C=R=>{if(g)return;g=true,T="closed";for(let L of m.splice(0))L();for(let L of c.splice(0))L();for(let L of p.splice(0))L();let P=d;P&&queueMicrotask(()=>P(R));},v=R=>{for(let P of m.splice(0))P();for(let P of Ee){let L=R.channels[P];try{L.binaryType="arraybuffer";}catch{}let G=mt(P),F=B=>{let ne=Zn(B?.data);ne!==null&&l?.(ne.data,G);};L.addEventListener("message",F),m.push(()=>L.removeEventListener("message",F));}},S=()=>s.peer(s.hostPlayerId),E=R=>{if(!(g||s.isHost)&&T!=="suspended"){if(r?.(R),i){T="suspended";return}C(R);}},k=R=>{for(let P of Ee){let L=R.channels[P];if(typeof L.addEventListener!="function")continue;let G=()=>{S()===R&&E(pl);};L.addEventListener("close",G),m.push(()=>L.removeEventListener?.("close",G));}},H=R=>{v(R),k(R),!g&&(T="connected",o?.());},j=R=>{for(let P of c.splice(0))P();c.push(R.on("migrating",()=>{x=true;})),c.push(R.on("hostChanged",P=>{if(x=false,P===R.playerId){C("host_migrated_here");return}let L=S();L!==null&&H(L);})),c.push(R.on("peerJoined",P=>{P.playerId===R.hostPlayerId&&H(P);})),c.push(R.on("matchEnded",P=>{g||Lo(t,P),C(P);})),c.push(R.on("peerLeft",(P,L)=>{P===R.hostPlayerId&&E(Qp(L));}));};j(s);let V=S();return V!==null&&H(V),{matchId:a,protocol:"p2p",get state(){return T},send(R,P){T==="connected"&&S()?.send(Jt(R),He(P));},onMessage(R){l=R;},onClose(R){d=R;},close(){y=true,C("closed"),s.leave().catch(()=>{});},async redial(){if(T==="closed")return "closed";if(T==="connected"||w)return "connected";if(x)throw new O("connection_failed","a host migration is in flight, and it is the way back \u2014 this attempt waits it out rather than tearing down the session the platform is moving");w=true;let R;try{for(let L of m.splice(0))L();for(let L of c.splice(0))L();s.close(),R=await e();}finally{w=false;}if(g)return y?R.leave().catch(()=>{}):R.close(),"closed";s=R,j(s);let P=S();if(P===null)throw s.close(),new O("connection_failed","this peer rejoined the match but the host never answered with a link");return H(P),"connected"},abandon(R){C(R);},onClosed(R){g?R():p.push(R);}}}function Do(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 ng=0;function Le(){try{return crypto.randomUUID()}catch{let n=Math.random().toString(36).slice(2,10);return `local-${String(++ng)}-${String(Date.now())}-${n}`}}var rg=12e4;function gl(n){let e=false,t=new Map;return {api:{request(r){if(!n.bridge.parentSupports("purchases"))return Promise.resolve({outcome:"unavailable"});if(e)return Promise.resolve({outcome:"declined"});let o=`purchase-${Le()}`;return new Promise(i=>{let a={},s=d=>{t.delete(o)&&(e=false,n.clock.clearTimeout(a.timer),i(d));};e=true,t.set(o,s),a.timer=n.clock.setTimeout(()=>s({outcome:"unavailable"}),n.timeoutMs??rg);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 yl(n,e){try{return (await Pi(n,e)).granted?"granted":"absent"}catch(t){return t instanceof D&&t.reason==="not_found"?"absent":"unknown"}}var og=6e5;function fl(n){let e=null,t=new Map;return {api:{requestSignIn(){if(!n.bridge.parentSupports("signIn"))return Promise.resolve({outcome:"unavailable"});if(e!==null)return e;let r=`signin-${Le()}`;return e=new Promise(o=>{let i={},a=l=>{t.delete(r)&&(e=null,n.clock.clearTimeout(i.timer),o(l));};t.set(r,a),i.timer=n.clock.setTimeout(()=>{a({outcome:"unavailable"});},n.timeoutMs??og);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 ig=18e4,hl=32,sg=/^[a-z0-9_-]+$/;function ag(n){return n==="interstitial"||n==="rewarded"}function bl(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>hl||!sg.test(r.placement)||!ag(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(hl)} characters of a-z, 0-9, '-' and '_' \u2014 the grammar the platform's own ad endpoint accepts \u2014 and a format is 'interstitial' or 'rewarded'. Answering no_ad.`),Promise.resolve({outcome:"no_ad"});let o=`ad-${Le()}`,i=r.format,a=r.placement;return new Promise(s=>{let l={},d=c=>{t.delete(o)&&(e=false,n.clock.clearTimeout(l.timer),s(c));};e=true,t.set(o,d),l.timer=n.clock.setTimeout(()=>{d({outcome:"unavailable"});},n.timeoutMs??ig);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 $o=16384;function vl(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:lg(e)}function lg(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 dg=1e4,cg=5e3;function _l(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=cg){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=vl(a);if(s===null)return n.onDropped?.("gem.deviceSettings.put refused locally: settings must be a plain JSON object (not a primitive, an array, null, or something JSON.stringify cannot take)"),Promise.resolve("unavailable");if(s>16384)return Promise.resolve("too_large");let l=JSON.parse(JSON.stringify(a)),d=`device-settings-${Le()}`;return new Promise(m=>{let c={},p=y=>{o.delete(d)&&(n.clock.clearTimeout(c.timer),y==="stored"&&(e=l,t=true,i()),m(y));};o.set(d,p),c.timer=n.clock.setTimeout(()=>p("unavailable"),n.timeoutMs??dg);let g=false;try{g=n.bridge.putDeviceSettings(d,l);}catch{}g||p("unavailable");})}},receive(a){let s=a.settings;e=typeof s=="object"&&s!==null&&!Array.isArray(s)?s:null,t=true,i();},settle(a){let s=a.outcome==="stored"||a.outcome==="too_large"?a.outcome:"unavailable",l=o.get(a.requestId);if(l===void 0){n.onDropped?.(`gem.deviceSettings.result (${s}) for an unknown requestId: `+JSON.stringify(a.requestId));return}l(s);}}}function wl(n){return Math.min(16384,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function Sl(n,e){return Math.min(e,Math.max(0,Math.round(Number.isFinite(n)?n:0)))}function ug(n){let e=n.untrusted,t=ye(e.displayName),r=e.displayTag||e.displayHandle,o=r?ye(r):void 0,i=n.discriminator||n.displayTag,a=i&&/^[0-9]{1,8}$/.test(i)?i:void 0,s=n.avatarIconUrl||n.avatarUrl,l={displayName:t,displayHandle:o??t,badges:(n.badges??[]).map(d=>({itemId:d.itemId,iconUrl:d.iconUrl}))};return n.playerId&&(l.playerId=n.playerId),a&&(l.discriminator=a),o&&(l.displayTag=o),s&&(l.avatarIconUrl=l.avatarUrl=s),l}var mg=1e4,zt=class{constructor(e){this.options=e;if(e.expectedSource===void 0||e.expectedSource===null)throw new Error("GemFrame: expectedSource is required and must not be null \u2014 pass window.parent. The handshake transfers the MessagePort, and origin alone does not say WHICH document on that origin sent it.");this.expectedSource=e.expectedSource,this.clock=e.clock??se,this.inbound=new yt(this.clock),this.outbound=new yt(this.clock);}options;state="waiting";port=null;version=null;peerCapabilities=[];readyPending=false;readySent=false;settleWaiters=[];clock;inbound;outbound;expectedSource;get currentState(){return this.state}get parentCapabilities(){return this.peerCapabilities}parentSupports(e){return this.peerCapabilities.includes(e)}get protocolVersion(){return this.version}handleWindowMessage(e){if(e.source!==this.expectedSource)return this.refuse(e,"handshake did not come from the expected embedder window"),false;if(!(this.options.allowedEmbedders.some(s=>mr(s,e.origin))||ts(e.origin,this.options.selfOrigin)))return this.refuse(e,`embedder '${e.origin}' is not in allowedEmbedders`),false;if(this.state==="connected")return this.fail("handshake_duplicate","this document already has a port"),false;if(this.state!=="waiting")return false;let r=ln["gem.handshake"]?.(e.data);if(r)return this.refuse(e,`malformed handshake: ${r}`),false;let o=e.data;if(!mr(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=ns(sn,o.versions);return a===null?(i.onmessage=null,i.postMessage({gem:z,type:"gem.error",code:"version_mismatch",message:`frame supports v${sn.min}..v${sn.max}`}),i.close(),this.transition("refused"),this.options.onError?.("version_mismatch"),false):(this.port=i,this.version=a,i.onmessage=s=>this.receive(s.data,s.ports??[]),i.start?.(),this.peerCapabilities=o.capabilities??[],i.postMessage({gem:z,type:"gem.handshake.accept",v:a,...this.options.capabilities===void 0?{}:{capabilities:[...this.options.capabilities]}}),this.transition("connected"),this.readyPending&&(this.readyPending=false,this.ready()),true)}ready(){if(this.state!=="connected"||!this.port){this.readyPending=true;return}if(this.readySent){this.options.onDropped?.("internal","gem.ready was already sent; duplicate suppressed");return}this.readySent=true,this.send({gem:z,type:"gem.ready"});}settled(e=mg){return this.state!=="waiting"?Promise.resolve(this.state):new Promise(t=>{let r=i=>{this.clock.clearTimeout(o),t(i);},o=this.clock.setTimeout(()=>{let i=this.settleWaiters.indexOf(r);i>=0&&this.settleWaiters.splice(i,1),t(this.state);},e);this.settleWaiters.push(r);})}progress(e,t){this.send({gem:z,type:"gem.progress",loaded:e,total:t});}requestToken(e,t){this.send({gem:z,type:"gem.requestToken",requestId:e,reason:t});}requestLocalServer(e,t){return this.parentSupports("localHost")?(this.send({gem:z,type:"gem.requestLocalServer",requestId:e,gameRoomId:t}),true):false}exit(e){this.send(e===void 0?{gem:z,type:"gem.exit"}:{gem:z,type:"gem.exit",reason:e});}openExternal(e){this.send({gem:z,type:"gem.openExternal",url:e});}requestFullscreen(e){this.send({gem:z,type:"gem.requestFullscreen",enabled:e});}reportMuted(e){return this.state!=="connected"||!this.parentSupports("audioState")?false:(this.send({gem:z,type:"gem.audioState",muted:e}),true)}cueReward(e){if(this.state!=="connected"||!this.parentSupports("rewardCue"))return false;let t={gem:z,type:"gem.rewardCue",currencySlug:String(e.currencySlug).slice(0,32)};return e.expected!==void 0&&Number.isFinite(e.expected)&&e.expected>=1&&(t.expected=Math.min(1e9,Math.round(e.expected))),e.origin&&(t.origin={x:wl(e.origin.x),y:wl(e.origin.y)}),this.send(t),true}reportFrameStats(e){return this.state!=="connected"||!this.parentSupports("frameStats")?false:(this.send({gem:z,type:"gem.frameStats",fps:Sl(e.fps,1e3),frameTimeP95Ms:Sl(e.frameTimeP95Ms,1e5)}),true)}sendGameContext(e){return this.state!=="connected"?false:(this.send({gem:z,type:"gem.gameContext",context:e}),true)}signal(e,t,r){this.send({gem:z,type:"gem.signal",signal:e,matchId:t,data:r});}dedicatedOffer(e,t,r){this.send({gem:z,type:"gem.dedicatedOffer",matchId:e,sdp:t,intent:r});}requestParty(e){return this.send({gem:z,type:"gem.partyRequest",requestId:e})}requestPurchase(e,t,r,o,i,a){return this.send({gem:z,type:"gem.requestPurchase",requestId:e,purchaseKind:t,targetId:r,currencySlug:o,...i===void 0?{}:{quantity:i},...a===void 0?{}:{catalogId:a}})}putDeviceSettings(e,t){return this.send({gem:z,type:"gem.deviceSettings.put",requestId:e,settings:t})}requestAd(e,t,r){return this.send({gem:z,type:"gem.requestAd",requestId:e,placement:t,format:r})}requestSignIn(e){return this.send({gem:z,type:"gem.requestSignIn",requestId:e})}close(){this.port&&(this.port.onmessage=null,this.port.close(),this.port=null),this.state!=="refused"&&this.transition("closed");}transition(e){if(this.state!==e){this.state=e;for(let t of this.settleWaiters.splice(0))t(e);this.options.onStateChange?.(e);}}refuseMalformed(e,t){if(!this.inbound.allow(an)){this.options.onDropped?.(e,t);return}this.fail(e,t);}dropUnknownType(e){this.inbound.allow(an)&&this.options.onDropped?.("unsupported",`ignored unknown message type '${e}'`);}refuse(e,t){e.ports?.[0]?.close?.(),this.inbound.allow(an)&&this.options.onRefused?.(t);}fail(e,t){this.options.onError?.(e,t),this.state==="connected"&&this.port&&this.send({gem:z,type:"gem.error",code:e,...t===void 0?{}:{message:t}});}send(e){if(this.state!=="connected"||!this.port)return this.options.onDropped?.("internal",`dropped ${String(e.type)} before connect`),false;let t=e.type;if(!this.outbound.allow(t))return this.options.onError?.("rate_limited",`frame exceeded its own limit for ${t}`),false;let r=ln[t]?.(e);return r?(this.options.onError?.("internal",`refusing to send malformed ${t}: ${r}`),false):(this.port.postMessage(this.version===null?e:{...e,v:this.version}),true)}receive(e,t=[]){let r=false;try{r=this.dispatchInbound(e,t);}finally{r||Rl(t);}}dispatchInbound(e,t){if(this.state!=="connected")return false;let r=typeof e=="object"&&e!==null?e.type:void 0;if(typeof r!="string")return this.refuseMalformed("invalid_message","message has no type"),false;let o=ln[r];if(!o)return this.dropUnknownType(r),false;if(!this.inbound.allow(r))return this.fail("rate_limited",`parent exceeded the limit for ${r}`),false;let i=Qi(r);if(i!==void 0&&!this.options.capabilities?.includes(i))return this.fail("unsupported_capability",`${r} requires the '${i}' capability, which this frame did not advertise`),false;let a=o(e);if(a)return this.fail("invalid_message",`${r}: ${a}`),false;let s=e;if(s.v!==this.version)return this.fail("invalid_message",`${r}: expected v ${String(this.version)}`),false;switch(r){case "gem.token":this.options.onToken?.(s);break;case "gem.pause":this.options.onPause?.(s);break;case "gem.prefs":this.options.onPrefs?.(s);break;case "gem.cohorts":this.options.onCohorts?.(s);break;case "gem.viewport":this.options.onViewport?.(s);break;case "gem.willTerminate":this.options.onWillTerminate?.(s);break;case "gem.devtools":this.options.onDevtools?.(s.action);break;case "gem.requestContext":this.options.onRequestContext?.();break;case "gem.screenshot":{let l=t[0];if(!l){this.options.onError?.("invalid_message","gem.screenshot transferred no MessagePort");break}let d={maxWidth:s.maxWidth,maxHeight:s.maxHeight};if(!this.options.onScreenshot){l.close(),this.screenshotDenied("not_wired",false);break}return Rl(t.slice(1)),this.options.onScreenshot(d,l,(m,c)=>this.screenshotDenied(m,c)),true}case "gem.token.denied":this.options.onTokenDenied?.(s);break;case "gem.localServer":this.options.onLocalServer?.(s);break;case "gem.localServer.denied":this.options.onLocalServerDenied?.(s);break;case "gem.player":{this.options.onPlayer?.(ug(s));break}case "gem.roomEvent":this.options.onRoomEvent?.(s);break;case "gem.seatedEvent":this.options.onSeatedEvent?.(s);break;case "gem.autoStartFailedEvent":this.options.onAutoStartFailedEvent?.(s);break;case "gem.socketState":this.options.onSocketState?.(s);break;case "gem.signalEvent":this.options.onSignalEvent?.(s);break;case "gem.dedicatedEvent":this.options.onDedicatedEvent?.(s);break;case "gem.clusterTarget":this.options.onClusterTarget?.(s);break;case "gem.partyResult":this.options.onPartyResult?.(s);break;case "gem.purchaseResult":this.options.onPurchaseResult?.(s);break;case "gem.deviceSettings":this.options.onDeviceSettings?.(s);break;case "gem.deviceSettings.result":this.options.onDeviceSettingsResult?.(s);break;case "gem.adResult":this.options.onAdResult?.(s);break;case "gem.signInResult":this.options.onSignInResult?.(s);break;case "gem.error":this.options.onError?.(s.code,s.message);break;default:this.fail("unsupported",`no frame handler for '${r}'`);}return false}screenshotDenied(e,t){this.send({gem:z,type:"gem.screenshot.denied",reason:e,retryable:t});}};function Rl(n){for(let e of n)try{e?.close?.();}catch{}}var kl="https://api.gemarcade.com";function Fo(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 pg=new Set(["localhost","127.0.0.1","[::1]"]);function xl(n){let e=Fo(n);if(e!==null)return e;let t=new URL(n);return t.protocol==="http:"&&!pg.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 gg=Object.freeze(["https://gemarcade.com","http://gemarcade.localhost","gemarcade://localhost"]),yg=kl,Al=8e3,jo=15e3,fg=9e4,hg=1/0,bg=8e3,vg=5e3,_g=5e3;async function wg(n,e,t,r){if(n.isInRoom)try{await n.leave();}catch{}r?.endSession("session_ended"),e!==null&&e.currentState==="connected"&&e.exit(t);}function Yt(n){let e=null,t=[];return {get current(){return e},set(r){e=r;for(let o of t.splice(0))o(r);},wait(r){return e!==null?Promise.resolve(e):new Promise(o=>{let i=()=>{let l=t.indexOf(a);l>=0&&t.splice(l,1);},a=l=>{n.clearTimeout(s),i(),o(l);},s=n.setTimeout(()=>{i(),o(e);},r);t.push(a);})}}}function S_(n={}){let e=n.clock??se,t=n.log===void 0?u=>console.info(u):n.log,r=n.baseUrl??void 0;if(r!=null){let u=Fo(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=wo();o.mark("sdk created");let i=()=>Cn(X.gameVersion,n.clientVersion?.gameVersion),a=new Pt({client:()=>ze,clock:e,gameId:()=>X.identity?.gameId??null,playerId:()=>X.identity?.playerId??null,environment:()=>{let u=i();return {sdk_version:zo(),...u===null?{}:{game_version:u}}},...n.analytics===void 0?{}:{options:n.analytics},log:t}),s=u=>{if(u===false)return null;let I=u?.attempts??hg,N=u?.budgetMs??fg;return !(I>0)||!(N>0)?null:{attempts:I,budgetMs:N,maxDelayMs:u?.maxDelayMs??bg}},l=u=>{u.on("created",()=>{o.mark("room created");}),u.on("joined",()=>{o.mark("room joined");}),u.on("matchAllocationStarted",()=>{o.mark("allocation started");}),u.on("matchReady",()=>{o.mark("match ready");}),u.on("matchFailed",()=>{o.mark("match failed");});};if(typeof window>"u")throw new Error("createGem: there is no `window` in this environment, so the SDK has no document to listen on and no embedder to hand it a port. A game runs in a browser; if this is a server-side render or a node process, do not construct the SDK there.");let d=n.allowedEmbedders;if(d!=null&&!Array.isArray(d))throw new Error("createGem: `allowedEmbedders` must be an array of origins, e.g. `['https://my-own-site.example']`. The Gem Arcade is allowed without any entry.");let m=Array.from(d??[]),c=m.filter(u=>typeof u!="string"||!ur(u));if(c.length>0)throw new Error(`createGem: \`allowedEmbedders\` has ${c.length===1?"an entry":"entries"} that ${c.length===1?"is":"are"} not an origin: ${c.map(u=>typeof u=="string"?JSON.stringify(u):String(u)).join(", ")}. An origin is scheme, host and optional port with nothing after it \u2014 'https://my-own-site.example', not 'https://my-own-site.example/'. \`undefined\` usually means a build-time value that was not set. The Gem Arcade is allowed without any entry.`);let p=Object.freeze([...new Set([...gg,...m])]),g=Yt(e),y=Yt(e),w=Yt(e),x=Yt(e),T=n.manageAudio===false?null:Ta(),C=null,v=()=>{C!==null&&(y.current!==null&&y.current.muted===C||K.reportMuted(C));},S=Ia({report:u=>K.reportFrameStats(u)}),E=false,k=La(()=>Vo,()=>E),H=u=>{let I=E&&!u,N=E!==u;if(E=u,I&&k.close(),!!N)try{n.onDevToolsPermissionChange?.(u);}catch(ue){t?.(`[gem] onDevToolsPermissionChange threw: ${ue instanceof Error?ue.message:String(ue)}`),queueMicrotask(()=>{throw ue});}},j=r??yg,V=r!==void 0,R,P=u=>(t?.(`[gem] token refused: ${u}`),n.onError?.("internal",u),false),L=(u,I)=>{if(u===void 0)return I!==void 0?P("the embedder named a backend by tag, which this build no longer resolves \u2014 it needs `apiBaseUrl` on `gem.token`. The token was refused rather than sent to the default: silently resolving production is how a development session writes to the live backend."):true;let N=xl(u);return N!==null?P(`the embedder named an API root that cannot be used: ${N}. Its value is withheld here rather than written to logs.`):R!==void 0&&R!==u?P("the embedder named a different API root than it named on this session\u2019s first token. The address is fixed by the first grant, so a later message cannot repoint a running game; both values are withheld here."):(R=u,V||(j=u),true)},G=window.location?.origin,F=null,B=-1/0,ne=2e3,ae=new Set,Q=u=>F!==false?Promise.resolve(true):new Promise(I=>{let N=e.setTimeout(()=>{ae.delete(ue),I(false);},u),ue=()=>{e.clearTimeout(N),ae.delete(ue),I(true);};ae.add(ue);}),K=new zt({allowedEmbedders:p,...typeof G=="string"&&G!==""?{selfOrigin:G}:{},expectedSource:window.parent,clock:e,capabilities:["rooms","p2p","dedicated","parties","partySeating","autoStartFailure","clusterTarget","devtools","localHost","cohorts","socketState","screenshot","audioState","rewardCue","frameStats","viewport","purchases","deviceSettings","ads","signIn",...n.onFeedbackContext!==void 0?["feedbackContext"]:[]],...n.onRefused===void 0?{}:{onRefused:n.onRefused},...n.onError===void 0?{}:{onError:n.onError},onStateChange:u=>{X.onBridgeState(u),u!=="connected"&&S.setRequested(false),u==="connected"&&(o.mark("bridge connected"),Qt(),v(),a.startSession()),n.onStateChange?.(u);},onPlayer:u=>{g.set(u),n.onPlayer?.(u);},onPrefs:u=>{let I={reducedMotion:u.reducedMotion,muted:u.muted,locale:u.locale,showFrameStats:u.showFrameStats===true};y.set(I),T?.setMuted(I.muted),S.setRequested(I.showFrameStats&&K.parentSupports("frameStats")),n.onPrefs?.(I);},onCohorts:u=>{let I=Object.freeze(u.cohorts.map(N=>Object.freeze({experimentId:N.experimentId,variantKey:N.variantKey})));w.set(I),n.onCohorts?.(I);},onViewport:u=>{let I=Object.freeze({insets:Object.freeze({top:u.insets.top,right:u.insets.right,bottom:u.insets.bottom,left:u.insets.left})});x.set(I),Ma(Ca(),I.insets),n.onViewport?.(I);},onPause:u=>{a.setPaused(u.paused),S.setPaused(u.paused),n.onPause?.(u.paused);},onWillTerminate:u=>{a.endSession(u.reason),n.onWillTerminate?.({reason:u.reason,graceMs:u.graceMs});},onToken:u=>{let I=u.garden;if(H(u.allowDevTools===true),!L(u.apiBaseUrl,I))return;let N=u;X.onToken(N);let ue=X.identity;ue&&(Re.set(ue),We||(We=true,ce.reconcileSeats().catch(()=>{}))),de.push({token:N.token,expiresAt:N.expiresAt});},onTokenDenied:u=>{H(false),X.onDenied(u);},onScreenshot:(u,I,N)=>{Aa(u,I,N,{...n.onScreenshot===void 0?{}:{handler:n.onScreenshot},useDefaultStrategy:true});},onRequestContext:()=>{Pa(K,n.onFeedbackContext);},onDevtools:u=>{u==="close"?k.close():u==="open"?k.openFrom("platform").catch(()=>{}):k.isOpen?k.close():k.openFrom("platform").catch(()=>{});},onRoomEvent:u=>ce.handleRoomEvent({event:u.event,roomId:u.roomId,...u.matchId===void 0?{}:{matchId:u.matchId},...u.version===void 0?{}:{version:u.version},...u.reason===void 0?{}:{reason:u.reason},...u.platform===void 0?{}:{platform:u.platform}}),onSeatedEvent:u=>ce.handleSeated(u.roomId),onAutoStartFailedEvent:u=>ce.handleAutoStartFailed(u.roomId,u.code),onSocketState:u=>{let I=F;if(F=u.connected,u.connected)for(let ue of [...ae])ue();if(!u.connected||I===true)return;let N=e.now();N-B<ne||(B=N,ce.reconcile().catch(()=>{}));},onSignalEvent:u=>{let I=typeof u.data=="object"&&u.data!==null&&!Array.isArray(u.data)?u.data:{};Ye.handleSignalEvent(u.matchId,u.event,I),u.event==="matchEnded"&&ce.reconcile({matchId:u.matchId,...typeof I.reason=="string"?{reason:I.reason}:{}}).catch(()=>{});},onDedicatedEvent:u=>{u.event==="matchEnded"&&(gt.handleMatchEnded(u.matchId,u.reason),ce.reconcile({matchId:u.matchId,...u.reason===void 0?{}:{reason:u.reason}}).catch(()=>{})),Se.handleEvent(u);},onClusterTarget:u=>Ke.accept(u.clusterTargetId,u.clusterTargetIds),onLocalServer:u=>Ge.accept(u),onLocalServerDenied:u=>Ge.refuse(u),onPartyResult:u=>f.settle(u.requestId,u.partyId),onPurchaseResult:u=>$.settle(u),onDeviceSettings:u=>{Z.receive(u),n.onDeviceSettings?.(Z.api.current);},onDeviceSettingsResult:u=>Z.settle(u),onAdResult:u=>ke.settle(u),onSignInResult:u=>pt.settle(u)}),Se=new Kt({bridge:K}),Re=Yt(e),We=false,ee=new Set,J,de={current:()=>J,subscribe:u=>(ee.add(u),J!==void 0&&u(J),()=>ee.delete(u)),push:u=>{J=u;for(let I of [...ee])try{I(u);}catch(N){t?.(`[gem] a server-token listener threw: ${N instanceof Error?N.message:String(N)}`);}}},X=Da({bridge:K,clock:e,onStateChange:(u,I)=>{if(u==="ready"){if(o.mark("token ready")){let N=o.marks.find(ue=>ue.name==="token ready")?.at;a.trackPlatform("gem_boot_ready",N===void 0?{}:{boot_ms:Math.max(0,Math.round(N))});}}else u==="lost"&&(o.mark("token lost"),a.trackPlatform("gem_auth_lost"));n.onAuthStateChange?.(u,I);}}),Xt=()=>{let u=X.identity;return !u||X.source.currentState==="lost"?null:`${u.playerId}\0${u.gameId}\0${u.channel}`},Qt=()=>{o.mark("token requested"),X.source.get().catch(()=>{});},f=Do({bridge:K,clock:e}),A={},$=gl({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u),confirm:async u=>A.confirm?.(u)??"unknown"}),Z=_l({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u)}),ke=bl({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u)}),pt=fl({bridge:K,clock:e,onDropped:u=>n.onError?.("internal",u)}),Ke=Gs({bridge:K,clock:e}),Ge=Oa({bridge:K,clock:e}),er=u=>{let I=K.handleWindowMessage({data:u.data,origin:u.origin,source:u.source,ports:u.ports});return I&&window.removeEventListener("message",er),I};window.addEventListener("message",er);let Je=Jo(window,er),Il=Je?.capture,tr=typeof performance>"u"?void 0:performance.getEntriesByType?.("navigation")?.[0];tr?.domInteractive!==void 0&&tr.domInteractive>0&&o.mark("document parsed",tr.domInteractive),Il?.late&&t?.("[gem] the early-handshake capture installed after this document finished loading, so a handshake posted at iframe load may already have been missed. Load the capture script ahead of everything else in the document.");let nr=n.handshakeWarningMs;nr!==null&&t&&e.setTimeout(()=>{let u=Je===null?"no capture script ran":`capture: ${Je.delivered} offer(s) delivered, ${Je.stale} stale, ${Je.capture.dropped} evicted${Je.capture.late?", installed late":""}`;if(K.currentState==="connected"){t(`[gem] handshake connected. boot: ${o.timeline()} \xB7 ${u}`);return}t(`[gem] no completed handshake after ${nr??Al}ms (bridge state: ${K.currentState}). Either the embedder does not run the gem-web-sdk parent half, its origin is not in this build\u2019s allowedEmbedders, or its handshake fired before this frame\u2019s listener registered. boot: ${o.timeline()} \xB7 `+u);},nr??Al);let Cl=zn({get baseUrl(){return j},tokenSource:X.source,get defaultQuery(){let u=X.identity;return u?{game_id:u.gameId,channel:u.channel}:{}}}),ze=new Te({transport:Cl,clock:e}),be={client:ze,gameId:()=>X.identity?.gameId??""};A.confirm=u=>yl(be,u);let Ml=()=>X.identity?.channel??"release",qo=new An(be,Ml),Uo=async u=>(await qo.load())?.currency(u)?.id??void 0,Bo=_n(be,Sr,{identity:Xt,resolveCurrencyId:Uo}),rr=async u=>{let I=await Re.wait(u);if(I)return I;throw new ie("timeout","no play token arrived over the bridge. Every route a game reaches is scoped by the token, so nothing can proceed without one \u2014 the bridge may not be connected, or the parent may have refused to mint (see onAuthStateChange).")},or=s(n.autoReconnect),ce=io({client:ze,clock:e,gameId:()=>X.identity?.gameId??null,playerId:()=>X.identity?.playerId??null,awaitGameId:async()=>(await rr(jo)).gameId,resolveParty:f.resolve,resolveClusterTargets:Ke.resolveList,refreshClusterTargets:Ke.refresh,ensureLocalServer:Ge.ensure,...n.clientVersion===void 0?{}:{clientVersion:n.clientVersion},platformGameVersion:()=>X.gameVersion,...n.pollRooms===void 0?{}:{poll:n.pollRooms},...n.recoverStaleMembership===void 0?{}:{recoverStaleMembership:n.recoverStaleMembership},...n.watchSeats===void 0?{}:{watchSeats:n.watchSeats},...n.seatPollIntervalMs===void 0?{}:{seatPollIntervalMs:n.seatPollIntervalMs},...or===null?{}:{autoReconnect:{...or,redial:(u,I)=>ir.redialMatch(u,I),abandon:(u,I)=>ir.abandonMatch(u,I)}}});l(ce),Sa({analytics:a,rooms:ce});let Ye=wa({client:ze,clock:e,rooms:ce,bridge:K,gameId:()=>X.identity?.gameId??"",baseUrl:()=>j,resolveClusterTarget:Ke.resolve,boot:o,...n.log===void 0?{}:{log:n.log}}),Ho=_o(o,t),gt=Za({client:ze,clock:e,rooms:ce,signaling:()=>Se.channel(),signalingReady:Q,log:t??(()=>{})}),ir=ml({rooms:ce,p2p:{connect:u=>Ho(Ye.connect(u)),session:u=>Ye.session(u)},dedicated:{connect:(u=>Wn(o,"welcome",gt.connect(u),t))},clock:e,identity:()=>X.identity,apiBaseUrl:()=>j,tokens:de,room:()=>ce.currentRoom,autoReconnect:or!==null,...n.log===void 0?{}:{log:n.log}}),Ol=async()=>(await rr(jo)).playerId,Vo={client:ze,boot:o,get identity(){return X.identity},awaitIdentity:(u=jo)=>rr(u),awaitBridge:u=>K.settled(u),get player(){return g.current},awaitPlayer:(u=vg)=>g.wait(u),me:Bo,characters:new Sn(be,void 0,Xt,Uo),transfers:new kn(be,Sr,Bo.inventory),gameConfig:qo,purchases:$.api,deviceSettings:Z.api,ads:ke.api,account:pt.api,analytics:a,leaderboards:new St(be),challenges:new vt(be),showcase:new Rt(be,Ol),friends:new kt(be),platform:new xt(be),profiles:new At(be),get prefs(){return y.current},get cohorts(){return w.current},get viewport(){return x.current},awaitCohorts:(u=_g)=>w.wait(u),reportMuted:u=>{C=!!u,v();},cueReward:u=>K.cueReward(u),exit:u=>wg(ce,K,u,a),frame:K,devtools:k,rooms:ce,dedicatedServer:{listClusterTargets:u=>gt.listClusterTargets(u),connect:(u=>Wn(o,"welcome",gt.connect(u),t)),handleMatchEnded:(u,I)=>gt.handleMatchEnded(u,I)},p2p:{handleSignalEvent:(u,I,N)=>Ye.handleSignalEvent(u,I,N),session:u=>Ye.session(u),connect:u=>Ho(Ye.connect(u))},match:ir};return Vo}var Pl="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 No(n,e={}){let t=e.clock??se,r=()=>{let s=n();if(s===null)throw new Error(Pl);return s},o=null,i=()=>{if(o===null)throw new Error(Pl);return o};return {server:{get identity(){return i().identity},get client(){return i().client},get api(){return i().api},get match(){return i().match},get analytics(){return i().analytics},get room(){return i().room},dispose(){o?.dispose();},get sizeClass(){return r().sizeClass},get roomArgs(){return r().roomArgs},get roster(){return r().roster},players(){return r().players()},profile(s){let d=r().profile?.(s);if(!d)return null;let m=d.displayName;return typeof m!="string"||m===""?null:{displayName:ye(m),...typeof d.displayTag=="string"&&d.displayTag!==""?{displayTag:ye(d.displayTag)}:{},...typeof d.discriminator=="string"?{discriminator:d.discriminator}:{}}},playerNumber(s){return r().playerNumber?.(s)},send(s,l,d){d===void 0?r().send(s,l):r().send(s,l,d);},broadcast(s,l){l===void 0?r().broadcast(s):r().broadcast(s,l);},kick(s,l){l===void 0?r().kick(s):r().kick(s,l);},log(s){r().log(s);},warn(s){r().warn(s);}},attach:()=>{o=ut(r(),{...e,clock:t});},ended:()=>o!==null&&al(o)}}function El(n,e={}){let{server:t,attach:r}=No(()=>n,e);return r(),t}var Sg=5e3;function Rg(n){if(n===void 0||typeof n.reason!="string"||n.reason==="")return;let e=n.platform_reason??n.endedReason;return {reason:n.reason,...e===void 0?{}:{endedReason:Ce(e)}}}function kg(n,e,t){return t||e?.endMatch!==void 0?false:n===void 0?true:n.reason==="idle_timeout"}function xg(n){return n instanceof Error?n.message:String(n)}function Tl(n,e={}){return ()=>{let t=null,{server:r,attach:o,ended:i}=No(()=>t,e),a=n(r),s={async init(l){t=l,o(),await a.init?.();},async shutdown(l){let d=Rg(l);try{await a.shutdown?.(d);}finally{try{kg(d,t,i())&&await r.match.end(AbortSignal.timeout(Sg)).catch(m=>{m instanceof D&&m.reason==="not_found"||t?.warn?.(`ending the match after shutdown failed: ${xg(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}}Ko();
|
|
2
|
+
exports.ARCADE_EMBEDDERS=gg;exports.AnalyticsApi=Pt;exports.AuthError=ie;exports.CONDITIONAL_HEADERS=Zt;exports.ChallengesApi=vt;exports.DEVICE_SETTINGS_MAX_BYTES=$o;exports.DedicatedServerError=h;exports.FriendsApi=kt;exports.GemApiError=D;exports.GemClient=Te;exports.GemConfigError=le;exports.GemFrame=zt;exports.GemSaveError=re;exports.LeaderboardsApi=St;exports.MAX_PERIODS_BACK=kr;exports.PLATFORM_EVENTS=$c;exports.PlatformApi=xt;exports.PlatformCurrenciesApi=En;exports.PlayerText=ge;exports.ProfilesApi=At;exports.ShowcaseApi=Rt;exports.TransportRefusal=pe;exports.UNRELIABLE_CHANNEL_LABEL=Ct;exports.asPlayerText=ye;exports.createBootTimeline=wo;exports.createGem=S_;exports.createGemServer=ut;exports.createHostTokenSource=nl;exports.createMatchServer=El;exports.defineServer=Tl;exports.leaveAndExit=wg;exports.mapIdentity=ve;exports.markOnResolve=Wn;exports.platformIconUrl=xc;exports.presentJoinCredential=Tt;exports.readTemplateTransports=ot;exports.readTransportAdvert=Mt;exports.reportOnResolve=_o;exports.systemClock=se;exports.text=$e;exports.toBase64=en;exports.webTransportAvailable=Gn;return exports;})({});
|